-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: change API tags from private preview to beta
- Loading branch information
1 parent
1dcc0ea
commit 843e330
Showing
14 changed files
with
916 additions
and
920 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,33 +36,33 @@ using TypeSpec.OpenAPI; | |
#{ description: "Lookup information for static data like currencies" } | ||
) | ||
@tagMetadata( | ||
"Apps (Private Preview)", | ||
"Apps (Beta)", | ||
#{ | ||
description: "Manage integrations for extending OpenMeter's functionality. Currently in private preview - [contact us](mailto:[email protected]) for access.", | ||
description: "Manage integrations for extending OpenMeter's functionality. ", | ||
} | ||
) | ||
@tagMetadata( | ||
"Billing (Private Preview)", | ||
"Billing (Beta)", | ||
#{ | ||
description: "Manage your billing profiles and invoices. Currently in private preview - [contact us](mailto:[email protected]) for access.", | ||
description: "Manage your billing profiles and invoices. ", | ||
} | ||
) | ||
@tagMetadata( | ||
"Customers (Private Preview)", | ||
"Customers (Beta)", | ||
#{ | ||
description: "Manage customer subscription lifecycles and plan assignments. Currently in private preview - [contact us](mailto:[email protected]) for access.", | ||
description: "Manage customer subscription lifecycles and plan assignments. ", | ||
} | ||
) | ||
@tagMetadata( | ||
"Subscriptions (Private Preview)", | ||
"Subscriptions (Beta)", | ||
#{ | ||
description: "With Subscriptions, you can manage your customers' subscriptions. Request access by [contacting us](mailto:[email protected]).", | ||
} | ||
) | ||
@tagMetadata( | ||
"Product Catalog (Private Preview)", | ||
"Product Catalog (Beta)", | ||
#{ | ||
description: "Configure and manage your product plans, pricing tiers, and subscription offerings. Currently in private preview - [contact us](mailto:[email protected]) for access.", | ||
description: "Configure and manage your product plans, pricing tiers, and subscription offerings. ", | ||
} | ||
) | ||
@tagMetadata( | ||
|
@@ -172,14 +172,14 @@ interface Debug extends OpenMeter.Debug {} | |
|
||
namespace OpenMeterCloud.App { | ||
@route("/api/v1/marketplace") | ||
@tag("Apps (Private Preview)") | ||
@tag("Apps (Beta)") | ||
interface Marketplace extends OpenMeter.App.Marketplace {} | ||
|
||
@route("/api/v1/apps") | ||
@tag("Apps (Private Preview)") | ||
@tag("Apps (Beta)") | ||
interface Apps extends OpenMeter.App.Apps {} | ||
|
||
@tag("Apps (Private Preview)") | ||
@tag("Apps (Beta)") | ||
interface AppStripe extends OpenMeter.App.AppStripe {} | ||
} | ||
|
||
|
@@ -222,38 +222,38 @@ namespace OpenMeterCloud.Entitlements { | |
|
||
namespace OpenMeterCloud.Billing { | ||
@route("/api/v1/customers") | ||
@tag("Customers (Private Preview)") | ||
@tag("Customers (Beta)") | ||
interface Customers extends OpenMeter.Customers {} | ||
|
||
@route("/api/v1/billing/customers") | ||
@tag("Billing (Private Preview)") | ||
@tag("Billing (Beta)") | ||
interface CustomerOverrides extends OpenMeter.Billing.CustomerOverrides {} | ||
|
||
@route("/api/v1/billing/profiles") | ||
@tag("Billing (Private Preview)") | ||
@tag("Billing (Beta)") | ||
interface BillingProfiles extends OpenMeter.Billing.Profiles {} | ||
|
||
@route("/api/v1/billing/invoices") | ||
@tag("Billing (Private Preview)") | ||
@tag("Billing (Beta)") | ||
interface InvoicesEndpoints extends OpenMeter.Billing.InvoicesEndpoints {} | ||
|
||
@route("/api/v1/billing/invoices/{invoiceId}") | ||
@tag("Billing (Private Preview)") | ||
@tag("Billing (Beta)") | ||
interface InvoiceEndpoints extends OpenMeter.Billing.InvoiceEndpoints {} | ||
|
||
@route("/api/v1/billing/customers/{customerId}/invoices/simulate") | ||
@tag("Billing (Private Preview)") | ||
@tag("Billing (Beta)") | ||
interface InvoiceSimulationEndpoints | ||
extends OpenMeter.Billing.InvoiceSimulationEndpoints {} | ||
} | ||
|
||
namespace OpenMeterCloud.ProductCatalog { | ||
@route("/api/v1/plans") | ||
@tag("Product Catalog (Private Preview)") | ||
@tag("Product Catalog (Beta)") | ||
interface PlansById extends OpenMeter.ProductCatalog.Plans {} | ||
|
||
@route("/api/v1/subscriptions") | ||
@tag("Subscriptions (Private Preview)") | ||
@tag("Subscriptions (Beta)") | ||
interface Subscriptions extends OpenMeter.ProductCatalog.Subscriptions {} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,33 +48,33 @@ using TypeSpec.Versioning; | |
#{ description: "Lookup information for static data like currencies" } | ||
) | ||
@tagMetadata( | ||
"Apps (Private Preview)", | ||
"Apps (Beta)", | ||
#{ | ||
description: "Manage integrations for extending OpenMeter's functionality. Currently in private preview - [contact us](mailto:[email protected]) for access.", | ||
description: "Manage integrations for extending OpenMeter's functionality. ", | ||
} | ||
) | ||
@tagMetadata( | ||
"Billing (Private Preview)", | ||
"Billing (Beta)", | ||
#{ | ||
description: "Manage your billing profiles and invoices. Currently in private preview - [contact us](mailto:[email protected]) for access.", | ||
description: "Manage your billing profiles and invoices. ", | ||
} | ||
) | ||
@tagMetadata( | ||
"Customers (Private Preview)", | ||
"Customers (Beta)", | ||
#{ | ||
description: "Manage customer subscription lifecycles and plan assignments. Currently in private preview - [contact us](mailto:[email protected]) for access.", | ||
description: "Manage customer subscription lifecycles and plan assignments. ", | ||
} | ||
) | ||
@tagMetadata( | ||
"Subscriptions (Private Preview)", | ||
"Subscriptions (Beta)", | ||
#{ | ||
description: "With Subscriptions, you can manage your customers' subscriptions. Request access by [contacting us](mailto:[email protected]).", | ||
} | ||
) | ||
@tagMetadata( | ||
"Product Catalog (Private Preview)", | ||
"Product Catalog (Beta)", | ||
#{ | ||
description: "Configure and manage your product plans, pricing tiers, and subscription offerings. Currently in private preview - [contact us](mailto:[email protected]) for access.", | ||
description: "Configure and manage your product plans, pricing tiers, and subscription offerings. ", | ||
} | ||
) | ||
@tagMetadata( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters