@stigg/typescript 0.1.0-alpha.25 → 0.1.0-alpha.26

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 (115) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/client.d.mts +3 -0
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +3 -0
  5. package/client.d.ts.map +1 -1
  6. package/client.js +3 -0
  7. package/client.js.map +1 -1
  8. package/client.mjs +3 -0
  9. package/client.mjs.map +1 -1
  10. package/package.json +1 -1
  11. package/resources/index.d.mts +1 -0
  12. package/resources/index.d.mts.map +1 -1
  13. package/resources/index.d.ts +1 -0
  14. package/resources/index.d.ts.map +1 -1
  15. package/resources/index.js +3 -1
  16. package/resources/index.js.map +1 -1
  17. package/resources/index.mjs +1 -0
  18. package/resources/index.mjs.map +1 -1
  19. package/resources/internal/beta/beta.d.mts +10 -0
  20. package/resources/internal/beta/beta.d.mts.map +1 -0
  21. package/resources/internal/beta/beta.d.ts +10 -0
  22. package/resources/internal/beta/beta.d.ts.map +1 -0
  23. package/resources/internal/beta/beta.js +17 -0
  24. package/resources/internal/beta/beta.js.map +1 -0
  25. package/resources/internal/beta/beta.mjs +12 -0
  26. package/resources/internal/beta/beta.mjs.map +1 -0
  27. package/resources/internal/beta/event-queues.d.mts +315 -0
  28. package/resources/internal/beta/event-queues.d.mts.map +1 -0
  29. package/resources/internal/beta/event-queues.d.ts +315 -0
  30. package/resources/internal/beta/event-queues.d.ts.map +1 -0
  31. package/resources/internal/beta/event-queues.js +40 -0
  32. package/resources/internal/beta/event-queues.js.map +1 -0
  33. package/resources/internal/beta/event-queues.mjs +36 -0
  34. package/resources/internal/beta/event-queues.mjs.map +1 -0
  35. package/resources/internal/beta/index.d.mts +3 -0
  36. package/resources/internal/beta/index.d.mts.map +1 -0
  37. package/resources/internal/beta/index.d.ts +3 -0
  38. package/resources/internal/beta/index.d.ts.map +1 -0
  39. package/resources/internal/beta/index.js +9 -0
  40. package/resources/internal/beta/index.js.map +1 -0
  41. package/resources/internal/beta/index.mjs +4 -0
  42. package/resources/internal/beta/index.mjs.map +1 -0
  43. package/resources/internal/beta.d.mts +2 -0
  44. package/resources/internal/beta.d.mts.map +1 -0
  45. package/resources/internal/beta.d.ts +2 -0
  46. package/resources/internal/beta.d.ts.map +1 -0
  47. package/resources/internal/beta.js +6 -0
  48. package/resources/internal/beta.js.map +1 -0
  49. package/resources/internal/beta.mjs +3 -0
  50. package/resources/internal/beta.mjs.map +1 -0
  51. package/resources/internal/index.d.mts +3 -0
  52. package/resources/internal/index.d.mts.map +1 -0
  53. package/resources/internal/index.d.ts +3 -0
  54. package/resources/internal/index.d.ts.map +1 -0
  55. package/resources/internal/index.js +9 -0
  56. package/resources/internal/index.js.map +1 -0
  57. package/resources/internal/index.mjs +4 -0
  58. package/resources/internal/index.mjs.map +1 -0
  59. package/resources/internal/internal.d.mts +10 -0
  60. package/resources/internal/internal.d.mts.map +1 -0
  61. package/resources/internal/internal.d.ts +10 -0
  62. package/resources/internal/internal.d.ts.map +1 -0
  63. package/resources/internal/internal.js +17 -0
  64. package/resources/internal/internal.js.map +1 -0
  65. package/resources/internal/internal.mjs +12 -0
  66. package/resources/internal/internal.mjs.map +1 -0
  67. package/resources/internal.d.mts +2 -0
  68. package/resources/internal.d.mts.map +1 -0
  69. package/resources/internal.d.ts +2 -0
  70. package/resources/internal.d.ts.map +1 -0
  71. package/resources/internal.js +6 -0
  72. package/resources/internal.js.map +1 -0
  73. package/resources/internal.mjs +3 -0
  74. package/resources/internal.mjs.map +1 -0
  75. package/resources/v1/customers/customers.d.mts +4 -0
  76. package/resources/v1/customers/customers.d.mts.map +1 -1
  77. package/resources/v1/customers/customers.d.ts +4 -0
  78. package/resources/v1/customers/customers.d.ts.map +1 -1
  79. package/resources/v1/customers/customers.js +4 -0
  80. package/resources/v1/customers/customers.js.map +1 -1
  81. package/resources/v1/customers/customers.mjs +4 -0
  82. package/resources/v1/customers/customers.mjs.map +1 -1
  83. package/resources/v1/customers/index.d.mts +1 -0
  84. package/resources/v1/customers/index.d.mts.map +1 -1
  85. package/resources/v1/customers/index.d.ts +1 -0
  86. package/resources/v1/customers/index.d.ts.map +1 -1
  87. package/resources/v1/customers/index.js +3 -1
  88. package/resources/v1/customers/index.js.map +1 -1
  89. package/resources/v1/customers/index.mjs +1 -0
  90. package/resources/v1/customers/index.mjs.map +1 -1
  91. package/resources/v1/customers/integrations.d.mts +441 -0
  92. package/resources/v1/customers/integrations.d.mts.map +1 -0
  93. package/resources/v1/customers/integrations.d.ts +441 -0
  94. package/resources/v1/customers/integrations.d.ts.map +1 -0
  95. package/resources/v1/customers/integrations.js +50 -0
  96. package/resources/v1/customers/integrations.js.map +1 -0
  97. package/resources/v1/customers/integrations.mjs +46 -0
  98. package/resources/v1/customers/integrations.mjs.map +1 -0
  99. package/src/client.ts +5 -0
  100. package/src/resources/index.ts +1 -0
  101. package/src/resources/internal/beta/beta.ts +33 -0
  102. package/src/resources/internal/beta/event-queues.ts +798 -0
  103. package/src/resources/internal/beta/index.ts +13 -0
  104. package/src/resources/internal/beta.ts +3 -0
  105. package/src/resources/internal/index.ts +4 -0
  106. package/src/resources/internal/internal.ts +15 -0
  107. package/src/resources/internal.ts +3 -0
  108. package/src/resources/v1/customers/customers.ts +32 -0
  109. package/src/resources/v1/customers/index.ts +14 -0
  110. package/src/resources/v1/customers/integrations.ts +644 -0
  111. package/src/version.ts +1 -1
  112. package/version.d.mts +1 -1
  113. package/version.d.ts +1 -1
  114. package/version.js +1 -1
  115. package/version.mjs +1 -1
@@ -0,0 +1,13 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export { Beta } from './beta';
4
+ export {
5
+ EventQueues,
6
+ type EventQueueRetrieveResponse,
7
+ type EventQueueUpdateResponse,
8
+ type EventQueueListResponse,
9
+ type EventQueueDeleteResponse,
10
+ type EventQueueProvisionResponse,
11
+ type EventQueueUpdateParams,
12
+ type EventQueueProvisionParams,
13
+ } from './event-queues';
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export * from './beta/index';
@@ -0,0 +1,4 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export { Beta } from './beta/index';
4
+ export { Internal } from './internal';
@@ -0,0 +1,15 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../../core/resource';
4
+ import * as BetaAPI from './beta/beta';
5
+ import { Beta } from './beta/beta';
6
+
7
+ export class Internal extends APIResource {
8
+ beta: BetaAPI.Beta = new BetaAPI.Beta(this._client);
9
+ }
10
+
11
+ Internal.Beta = Beta;
12
+
13
+ export declare namespace Internal {
14
+ export { Beta as Beta };
15
+ }
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export * from './internal/index';
@@ -1,6 +1,21 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  import { APIResource } from '../../../core/resource';
4
+ import * as IntegrationsAPI from './integrations';
5
+ import {
6
+ IntegrationLinkParams,
7
+ IntegrationLinkResponse,
8
+ IntegrationListParams,
9
+ IntegrationListResponse,
10
+ IntegrationListResponsesMyCursorIDPage,
11
+ IntegrationRetrieveParams,
12
+ IntegrationRetrieveResponse,
13
+ IntegrationUnlinkParams,
14
+ IntegrationUnlinkResponse,
15
+ IntegrationUpdateParams,
16
+ IntegrationUpdateResponse,
17
+ Integrations,
18
+ } from './integrations';
4
19
  import * as PaymentMethodAPI from './payment-method';
5
20
  import { PaymentMethod, PaymentMethodAttachParams } from './payment-method';
6
21
  import * as PromotionalEntitlementsAPI from './promotional-entitlements';
@@ -23,6 +38,7 @@ export class Customers extends APIResource {
23
38
  paymentMethod: PaymentMethodAPI.PaymentMethod = new PaymentMethodAPI.PaymentMethod(this._client);
24
39
  promotionalEntitlements: PromotionalEntitlementsAPI.PromotionalEntitlements =
25
40
  new PromotionalEntitlementsAPI.PromotionalEntitlements(this._client);
41
+ integrations: IntegrationsAPI.Integrations = new IntegrationsAPI.Integrations(this._client);
26
42
 
27
43
  /**
28
44
  * Retrieves a customer by their unique identifier, including billing information
@@ -2732,6 +2748,7 @@ export interface CustomerRetrieveEntitlementsParams {
2732
2748
 
2733
2749
  Customers.PaymentMethod = PaymentMethod;
2734
2750
  Customers.PromotionalEntitlements = PromotionalEntitlements;
2751
+ Customers.Integrations = Integrations;
2735
2752
 
2736
2753
  export declare namespace Customers {
2737
2754
  export {
@@ -2762,4 +2779,19 @@ export declare namespace Customers {
2762
2779
  type PromotionalEntitlementListParams as PromotionalEntitlementListParams,
2763
2780
  type PromotionalEntitlementRevokeParams as PromotionalEntitlementRevokeParams,
2764
2781
  };
2782
+
2783
+ export {
2784
+ Integrations as Integrations,
2785
+ type IntegrationRetrieveResponse as IntegrationRetrieveResponse,
2786
+ type IntegrationUpdateResponse as IntegrationUpdateResponse,
2787
+ type IntegrationListResponse as IntegrationListResponse,
2788
+ type IntegrationLinkResponse as IntegrationLinkResponse,
2789
+ type IntegrationUnlinkResponse as IntegrationUnlinkResponse,
2790
+ type IntegrationListResponsesMyCursorIDPage as IntegrationListResponsesMyCursorIDPage,
2791
+ type IntegrationRetrieveParams as IntegrationRetrieveParams,
2792
+ type IntegrationUpdateParams as IntegrationUpdateParams,
2793
+ type IntegrationListParams as IntegrationListParams,
2794
+ type IntegrationLinkParams as IntegrationLinkParams,
2795
+ type IntegrationUnlinkParams as IntegrationUnlinkParams,
2796
+ };
2765
2797
  }
@@ -16,6 +16,20 @@ export {
16
16
  type CustomerListResponsesMyCursorIDPage,
17
17
  type CustomerListResourcesResponsesMyCursorIDPage,
18
18
  } from './customers';
19
+ export {
20
+ Integrations,
21
+ type IntegrationRetrieveResponse,
22
+ type IntegrationUpdateResponse,
23
+ type IntegrationListResponse,
24
+ type IntegrationLinkResponse,
25
+ type IntegrationUnlinkResponse,
26
+ type IntegrationRetrieveParams,
27
+ type IntegrationUpdateParams,
28
+ type IntegrationListParams,
29
+ type IntegrationLinkParams,
30
+ type IntegrationUnlinkParams,
31
+ type IntegrationListResponsesMyCursorIDPage,
32
+ } from './integrations';
19
33
  export { PaymentMethod, type PaymentMethodAttachParams } from './payment-method';
20
34
  export {
21
35
  PromotionalEntitlements,