@openmeter/sdk 1.0.0-beta-332c997d85f9 → 1.0.0-beta-5b8dab9198f0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2121,6 +2121,7 @@ export interface paths {
2121
2121
  put?: never;
2122
2122
  /**
2123
2123
  * Restore subscription
2124
+ * @deprecated
2124
2125
  * @description Restores a canceled subscription.
2125
2126
  * Any subscription scheduled to start later will be deleted and this subscription will be continued indefinitely.
2126
2127
  */
@@ -11476,6 +11476,7 @@ exports.migrateSubscriptionBody = zod_1.z.object({
11476
11476
  /**
11477
11477
  * Restores a canceled subscription.
11478
11478
  Any subscription scheduled to start later will be deleted and this subscription will be continued indefinitely.
11479
+ * @deprecated
11479
11480
  * @summary Restore subscription
11480
11481
  */
11481
11482
  exports.restoreSubscriptionPathSubscriptionIdRegExp = new RegExp('^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$');
@@ -18550,6 +18550,7 @@ export declare const migrateSubscriptionBody: zod.ZodObject<{
18550
18550
  /**
18551
18551
  * Restores a canceled subscription.
18552
18552
  Any subscription scheduled to start later will be deleted and this subscription will be continued indefinitely.
18553
+ * @deprecated
18553
18554
  * @summary Restore subscription
18554
18555
  */
18555
18556
  export declare const restoreSubscriptionPathSubscriptionIdRegExp: RegExp;