@stigg/typescript 0.1.0-beta.3 → 0.1.0-beta.4

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.
Files changed (60) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
  3. package/resources/v1/addons/addons.d.mts +172 -1
  4. package/resources/v1/addons/addons.d.mts.map +1 -1
  5. package/resources/v1/addons/addons.d.ts +172 -1
  6. package/resources/v1/addons/addons.d.ts.map +1 -1
  7. package/resources/v1/addons/addons.js +6 -0
  8. package/resources/v1/addons/addons.js.map +1 -1
  9. package/resources/v1/addons/addons.mjs +6 -0
  10. package/resources/v1/addons/addons.mjs.map +1 -1
  11. package/resources/v1/addons/index.d.mts +1 -1
  12. package/resources/v1/addons/index.d.mts.map +1 -1
  13. package/resources/v1/addons/index.d.ts +1 -1
  14. package/resources/v1/addons/index.d.ts.map +1 -1
  15. package/resources/v1/addons/index.js.map +1 -1
  16. package/resources/v1/addons/index.mjs.map +1 -1
  17. package/resources/v1/index.d.mts +2 -2
  18. package/resources/v1/index.d.mts.map +1 -1
  19. package/resources/v1/index.d.ts +2 -2
  20. package/resources/v1/index.d.ts.map +1 -1
  21. package/resources/v1/index.js.map +1 -1
  22. package/resources/v1/index.mjs.map +1 -1
  23. package/resources/v1/plans/index.d.mts +1 -1
  24. package/resources/v1/plans/index.d.mts.map +1 -1
  25. package/resources/v1/plans/index.d.ts +1 -1
  26. package/resources/v1/plans/index.d.ts.map +1 -1
  27. package/resources/v1/plans/index.js.map +1 -1
  28. package/resources/v1/plans/index.mjs.map +1 -1
  29. package/resources/v1/plans/plans.d.mts +343 -1
  30. package/resources/v1/plans/plans.d.mts.map +1 -1
  31. package/resources/v1/plans/plans.d.ts +343 -1
  32. package/resources/v1/plans/plans.d.ts.map +1 -1
  33. package/resources/v1/plans/plans.js +12 -0
  34. package/resources/v1/plans/plans.js.map +1 -1
  35. package/resources/v1/plans/plans.mjs +12 -0
  36. package/resources/v1/plans/plans.mjs.map +1 -1
  37. package/resources/v1/subscriptions/subscriptions.d.mts +6 -3
  38. package/resources/v1/subscriptions/subscriptions.d.mts.map +1 -1
  39. package/resources/v1/subscriptions/subscriptions.d.ts +6 -3
  40. package/resources/v1/subscriptions/subscriptions.d.ts.map +1 -1
  41. package/resources/v1/subscriptions/subscriptions.js.map +1 -1
  42. package/resources/v1/subscriptions/subscriptions.mjs.map +1 -1
  43. package/resources/v1/v1.d.mts +4 -4
  44. package/resources/v1/v1.d.mts.map +1 -1
  45. package/resources/v1/v1.d.ts +4 -4
  46. package/resources/v1/v1.d.ts.map +1 -1
  47. package/resources/v1/v1.js.map +1 -1
  48. package/resources/v1/v1.mjs.map +1 -1
  49. package/src/resources/v1/addons/addons.ts +566 -0
  50. package/src/resources/v1/addons/index.ts +3 -0
  51. package/src/resources/v1/index.ts +9 -0
  52. package/src/resources/v1/plans/index.ts +6 -0
  53. package/src/resources/v1/plans/plans.ts +1132 -0
  54. package/src/resources/v1/subscriptions/subscriptions.ts +6 -3
  55. package/src/resources/v1/v1.ts +18 -0
  56. package/src/version.ts +1 -1
  57. package/version.d.mts +1 -1
  58. package/version.d.ts +1 -1
  59. package/version.js +1 -1
  60. package/version.mjs +1 -1
@@ -4780,7 +4780,8 @@ export namespace SubscriptionImportParams {
4780
4780
  }
4781
4781
 
4782
4782
  /**
4783
- * Charge item
4783
+ * A charge selection for a subscription (references a catalog charge with a
4784
+ * quantity).
4784
4785
  */
4785
4786
  export interface Charge {
4786
4787
  /**
@@ -5218,7 +5219,8 @@ export namespace SubscriptionPreviewParams {
5218
5219
  }
5219
5220
 
5220
5221
  /**
5221
- * Charge item
5222
+ * A charge selection for a subscription (references a catalog charge with a
5223
+ * quantity).
5222
5224
  */
5223
5225
  export interface Charge {
5224
5226
  /**
@@ -5694,7 +5696,8 @@ export namespace SubscriptionProvisionParams {
5694
5696
  }
5695
5697
 
5696
5698
  /**
5697
- * Charge item
5699
+ * A charge selection for a subscription (references a catalog charge with a
5700
+ * quantity).
5698
5701
  */
5699
5702
  export interface Charge {
5700
5703
  /**
@@ -46,6 +46,9 @@ import * as AddonsAPI from './addons/addons';
46
46
  import {
47
47
  Addon,
48
48
  AddonCreateParams,
49
+ AddonListChargesParams,
50
+ AddonListChargesResponse,
51
+ AddonListChargesResponsesMyCursorIDPage,
49
52
  AddonListParams,
50
53
  AddonListResponse,
51
54
  AddonListResponsesMyCursorIDPage,
@@ -90,6 +93,12 @@ import * as PlansAPI from './plans/plans';
90
93
  import {
91
94
  Plan,
92
95
  PlanCreateParams,
96
+ PlanListChargesParams,
97
+ PlanListChargesResponse,
98
+ PlanListChargesResponsesMyCursorIDPage,
99
+ PlanListOverageChargesParams,
100
+ PlanListOverageChargesResponse,
101
+ PlanListOverageChargesResponsesMyCursorIDPage,
93
102
  PlanListParams,
94
103
  PlanListResponse,
95
104
  PlanListResponsesMyCursorIDPage,
@@ -224,12 +233,15 @@ export declare namespace V1 {
224
233
  Addons as Addons,
225
234
  type Addon as Addon,
226
235
  type AddonListResponse as AddonListResponse,
236
+ type AddonListChargesResponse as AddonListChargesResponse,
227
237
  type AddonPublishResponse as AddonPublishResponse,
228
238
  type AddonRemoveDraftResponse as AddonRemoveDraftResponse,
229
239
  type AddonListResponsesMyCursorIDPage as AddonListResponsesMyCursorIDPage,
240
+ type AddonListChargesResponsesMyCursorIDPage as AddonListChargesResponsesMyCursorIDPage,
230
241
  type AddonCreateParams as AddonCreateParams,
231
242
  type AddonUpdateParams as AddonUpdateParams,
232
243
  type AddonListParams as AddonListParams,
244
+ type AddonListChargesParams as AddonListChargesParams,
233
245
  type AddonPublishParams as AddonPublishParams,
234
246
  };
235
247
 
@@ -237,12 +249,18 @@ export declare namespace V1 {
237
249
  Plans as Plans,
238
250
  type Plan as Plan,
239
251
  type PlanListResponse as PlanListResponse,
252
+ type PlanListChargesResponse as PlanListChargesResponse,
253
+ type PlanListOverageChargesResponse as PlanListOverageChargesResponse,
240
254
  type PlanPublishResponse as PlanPublishResponse,
241
255
  type PlanRemoveDraftResponse as PlanRemoveDraftResponse,
242
256
  type PlanListResponsesMyCursorIDPage as PlanListResponsesMyCursorIDPage,
257
+ type PlanListChargesResponsesMyCursorIDPage as PlanListChargesResponsesMyCursorIDPage,
258
+ type PlanListOverageChargesResponsesMyCursorIDPage as PlanListOverageChargesResponsesMyCursorIDPage,
243
259
  type PlanCreateParams as PlanCreateParams,
244
260
  type PlanUpdateParams as PlanUpdateParams,
245
261
  type PlanListParams as PlanListParams,
262
+ type PlanListChargesParams as PlanListChargesParams,
263
+ type PlanListOverageChargesParams as PlanListOverageChargesParams,
246
264
  type PlanPublishParams as PlanPublishParams,
247
265
  };
248
266
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.1.0-beta.3'; // x-release-please-version
1
+ export const VERSION = '0.1.0-beta.4'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.0-beta.3";
1
+ export declare const VERSION = "0.1.0-beta.4";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.0-beta.3";
1
+ export declare const VERSION = "0.1.0-beta.4";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.1.0-beta.3'; // x-release-please-version
4
+ exports.VERSION = '0.1.0-beta.4'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.1.0-beta.3'; // x-release-please-version
1
+ export const VERSION = '0.1.0-beta.4'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map