@stigg/typescript 0.1.0-alpha.3 → 0.1.0-alpha.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 (124) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/client.d.mts +2 -2
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +2 -2
  5. package/client.d.ts.map +1 -1
  6. package/client.js.map +1 -1
  7. package/client.mjs +1 -1
  8. package/client.mjs.map +1 -1
  9. package/package.json +1 -1
  10. package/resources/index.d.mts +1 -1
  11. package/resources/index.d.mts.map +1 -1
  12. package/resources/index.d.ts +1 -1
  13. package/resources/index.d.ts.map +1 -1
  14. package/resources/index.js.map +1 -1
  15. package/resources/index.mjs +1 -1
  16. package/resources/index.mjs.map +1 -1
  17. package/resources/v1/coupons.d.mts +6 -89
  18. package/resources/v1/coupons.d.mts.map +1 -1
  19. package/resources/v1/coupons.d.ts +6 -89
  20. package/resources/v1/coupons.d.ts.map +1 -1
  21. package/resources/v1/customers/customers.d.mts +106 -46
  22. package/resources/v1/customers/customers.d.mts.map +1 -1
  23. package/resources/v1/customers/customers.d.ts +106 -46
  24. package/resources/v1/customers/customers.d.ts.map +1 -1
  25. package/resources/v1/customers/customers.js +16 -10
  26. package/resources/v1/customers/customers.js.map +1 -1
  27. package/resources/v1/customers/customers.mjs +16 -10
  28. package/resources/v1/customers/customers.mjs.map +1 -1
  29. package/resources/v1/customers/index.d.mts +2 -2
  30. package/resources/v1/customers/index.d.mts.map +1 -1
  31. package/resources/v1/customers/index.d.ts +2 -2
  32. package/resources/v1/customers/index.d.ts.map +1 -1
  33. package/resources/v1/customers/index.js +3 -3
  34. package/resources/v1/customers/index.js.map +1 -1
  35. package/resources/v1/customers/index.mjs +1 -1
  36. package/resources/v1/customers/index.mjs.map +1 -1
  37. package/resources/v1/customers/promotional-entitlements.d.mts +350 -0
  38. package/resources/v1/customers/promotional-entitlements.d.mts.map +1 -0
  39. package/resources/v1/customers/promotional-entitlements.d.ts +350 -0
  40. package/resources/v1/customers/promotional-entitlements.d.ts.map +1 -0
  41. package/resources/v1/customers/promotional-entitlements.js +23 -0
  42. package/resources/v1/customers/promotional-entitlements.js.map +1 -0
  43. package/resources/v1/customers/promotional-entitlements.mjs +19 -0
  44. package/resources/v1/customers/promotional-entitlements.mjs.map +1 -0
  45. package/resources/v1/events.d.mts +62 -0
  46. package/resources/v1/events.d.mts.map +1 -0
  47. package/resources/v1/events.d.ts +62 -0
  48. package/resources/v1/events.d.ts.map +1 -0
  49. package/resources/v1/events.js +15 -0
  50. package/resources/v1/events.js.map +1 -0
  51. package/resources/v1/events.mjs +11 -0
  52. package/resources/v1/events.mjs.map +1 -0
  53. package/resources/v1/index.d.mts +6 -4
  54. package/resources/v1/index.d.mts.map +1 -1
  55. package/resources/v1/index.d.ts +6 -4
  56. package/resources/v1/index.d.ts.map +1 -1
  57. package/resources/v1/index.js +5 -1
  58. package/resources/v1/index.js.map +1 -1
  59. package/resources/v1/index.mjs +3 -1
  60. package/resources/v1/index.mjs.map +1 -1
  61. package/resources/v1/subscriptions/future-update.d.mts +6 -20
  62. package/resources/v1/subscriptions/future-update.d.mts.map +1 -1
  63. package/resources/v1/subscriptions/future-update.d.ts +6 -20
  64. package/resources/v1/subscriptions/future-update.d.ts.map +1 -1
  65. package/resources/v1/subscriptions/future-update.js.map +1 -1
  66. package/resources/v1/subscriptions/future-update.mjs.map +1 -1
  67. package/resources/v1/subscriptions/index.d.mts +2 -2
  68. package/resources/v1/subscriptions/index.d.mts.map +1 -1
  69. package/resources/v1/subscriptions/index.d.ts +2 -2
  70. package/resources/v1/subscriptions/index.d.ts.map +1 -1
  71. package/resources/v1/subscriptions/index.js.map +1 -1
  72. package/resources/v1/subscriptions/index.mjs +1 -1
  73. package/resources/v1/subscriptions/index.mjs.map +1 -1
  74. package/resources/v1/subscriptions/subscriptions.d.mts +963 -1049
  75. package/resources/v1/subscriptions/subscriptions.d.mts.map +1 -1
  76. package/resources/v1/subscriptions/subscriptions.d.ts +963 -1049
  77. package/resources/v1/subscriptions/subscriptions.d.ts.map +1 -1
  78. package/resources/v1/subscriptions/subscriptions.js +24 -6
  79. package/resources/v1/subscriptions/subscriptions.js.map +1 -1
  80. package/resources/v1/subscriptions/subscriptions.mjs +25 -7
  81. package/resources/v1/subscriptions/subscriptions.mjs.map +1 -1
  82. package/resources/v1/usage.d.mts +229 -0
  83. package/resources/v1/usage.d.mts.map +1 -0
  84. package/resources/v1/usage.d.ts +229 -0
  85. package/resources/v1/usage.d.ts.map +1 -0
  86. package/resources/v1/usage.js +23 -0
  87. package/resources/v1/usage.js.map +1 -0
  88. package/resources/v1/usage.mjs +19 -0
  89. package/resources/v1/usage.mjs.map +1 -0
  90. package/resources/v1/v1.d.mts +14 -172
  91. package/resources/v1/v1.d.mts.map +1 -1
  92. package/resources/v1/v1.d.ts +14 -172
  93. package/resources/v1/v1.d.ts.map +1 -1
  94. package/resources/v1/v1.js +8 -12
  95. package/resources/v1/v1.js.map +1 -1
  96. package/resources/v1/v1.mjs +8 -12
  97. package/resources/v1/v1.mjs.map +1 -1
  98. package/src/client.ts +2 -14
  99. package/src/resources/index.ts +1 -7
  100. package/src/resources/v1/coupons.ts +6 -222
  101. package/src/resources/v1/customers/customers.ts +142 -57
  102. package/src/resources/v1/customers/index.ts +10 -2
  103. package/src/resources/v1/customers/promotional-entitlements.ts +466 -0
  104. package/src/resources/v1/events.ts +73 -0
  105. package/src/resources/v1/index.ts +19 -15
  106. package/src/resources/v1/subscriptions/future-update.ts +6 -28
  107. package/src/resources/v1/subscriptions/index.ts +8 -11
  108. package/src/resources/v1/subscriptions/subscriptions.ts +2541 -2304
  109. package/src/resources/v1/usage.ts +283 -0
  110. package/src/resources/v1/v1.ts +50 -220
  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
  116. package/resources/v1/customers/usage.d.mts +0 -4
  117. package/resources/v1/customers/usage.d.mts.map +0 -1
  118. package/resources/v1/customers/usage.d.ts +0 -4
  119. package/resources/v1/customers/usage.d.ts.map +0 -1
  120. package/resources/v1/customers/usage.js +0 -9
  121. package/resources/v1/customers/usage.js.map +0 -1
  122. package/resources/v1/customers/usage.mjs +0 -5
  123. package/resources/v1/customers/usage.mjs.map +0 -1
  124. package/src/resources/v1/customers/usage.ts +0 -5
@@ -0,0 +1,229 @@
1
+ import { APIResource } from "../../core/resource.js";
2
+ import { APIPromise } from "../../core/api-promise.js";
3
+ import { RequestOptions } from "../../internal/request-options.js";
4
+ export declare class Usage extends APIResource {
5
+ /**
6
+ * Get usage history
7
+ */
8
+ history(featureID: string, params: UsageHistoryParams, options?: RequestOptions): APIPromise<UsageHistoryResponse>;
9
+ /**
10
+ * Report usage measurements
11
+ */
12
+ report(body: UsageReportParams, options?: RequestOptions): APIPromise<UsageReportResponse>;
13
+ }
14
+ /**
15
+ * Response object
16
+ */
17
+ export interface UsageHistoryResponse {
18
+ /**
19
+ * Historical usage time series
20
+ */
21
+ data: UsageHistoryResponse.Data;
22
+ }
23
+ export declare namespace UsageHistoryResponse {
24
+ /**
25
+ * Historical usage time series
26
+ */
27
+ interface Data {
28
+ /**
29
+ * Markers for events that affecting feature usage
30
+ */
31
+ markers: Array<Data.Marker>;
32
+ /**
33
+ * Series of usage history
34
+ */
35
+ series: Array<Data.Series>;
36
+ }
37
+ namespace Data {
38
+ /**
39
+ * Usage reset or change marker
40
+ */
41
+ interface Marker {
42
+ /**
43
+ * Timestamp of the marker
44
+ */
45
+ timestamp: string;
46
+ /**
47
+ * Type of marker for a usage history point
48
+ */
49
+ type: 'PERIODIC_RESET' | 'SUBSCRIPTION_CHANGE_RESET';
50
+ }
51
+ /**
52
+ * Usage data points with tags
53
+ */
54
+ interface Series {
55
+ /**
56
+ * Points in the usage history series
57
+ */
58
+ points: Array<Series.Point>;
59
+ /**
60
+ * Tags for the usage history series
61
+ */
62
+ tags: Array<Series.Tag>;
63
+ }
64
+ namespace Series {
65
+ /**
66
+ * Single usage data point
67
+ */
68
+ interface Point {
69
+ /**
70
+ * Indicates whether there was usage reset in this point, see `markers` for details
71
+ */
72
+ isResetPoint: boolean;
73
+ /**
74
+ * Timestamp of the usage history point
75
+ */
76
+ timestamp: string;
77
+ /**
78
+ * Value of the usage history point
79
+ */
80
+ value: number;
81
+ }
82
+ /**
83
+ * Grouping tag key-value
84
+ */
85
+ interface Tag {
86
+ /**
87
+ * Key of the tag
88
+ */
89
+ key: string;
90
+ /**
91
+ * Value of the tag
92
+ */
93
+ value: string;
94
+ }
95
+ }
96
+ }
97
+ }
98
+ /**
99
+ * Response containing reported usage measurements with current usage values,
100
+ * period information, and reset dates for each measurement.
101
+ */
102
+ export interface UsageReportResponse {
103
+ /**
104
+ * Array of usage measurements with current values and period info
105
+ */
106
+ data: Array<UsageReportResponse.Data>;
107
+ }
108
+ export declare namespace UsageReportResponse {
109
+ /**
110
+ * Recorded usage with period info
111
+ */
112
+ interface Data {
113
+ /**
114
+ * Unique identifier for the entity
115
+ */
116
+ id: string;
117
+ /**
118
+ * Timestamp of when the record was created
119
+ */
120
+ createdAt: string;
121
+ /**
122
+ * Customer id
123
+ */
124
+ customerId: string;
125
+ /**
126
+ * Feature id
127
+ */
128
+ featureId: string;
129
+ /**
130
+ * Timestamp
131
+ */
132
+ timestamp: string;
133
+ /**
134
+ * The usage measurement record
135
+ */
136
+ value: number;
137
+ /**
138
+ * The current measured usage value
139
+ */
140
+ currentUsage?: number | null;
141
+ /**
142
+ * The date when the next usage reset will occur
143
+ */
144
+ nextResetDate?: string | null;
145
+ /**
146
+ * Resource id
147
+ */
148
+ resourceId?: string | null;
149
+ /**
150
+ * The end date of the usage period in which this measurement resides (for
151
+ * entitlements with a reset period)
152
+ */
153
+ usagePeriodEnd?: string | null;
154
+ /**
155
+ * The start date of the usage period in which this measurement resides (for
156
+ * entitlements with a reset period)
157
+ */
158
+ usagePeriodStart?: string | null;
159
+ }
160
+ }
161
+ export interface UsageHistoryParams {
162
+ /**
163
+ * Path param: Customer id
164
+ */
165
+ customerId: string;
166
+ /**
167
+ * Query param: The start date of the range
168
+ */
169
+ startDate: string;
170
+ /**
171
+ * Query param: The end date of the range
172
+ */
173
+ endDate?: string;
174
+ /**
175
+ * Query param
176
+ */
177
+ groupBy?: string;
178
+ /**
179
+ * Query param: Resource id
180
+ */
181
+ resourceId?: string | null;
182
+ }
183
+ export interface UsageReportParams {
184
+ /**
185
+ * A list of usage reports to be submitted in bulk
186
+ */
187
+ usages: Array<UsageReportParams.Usage>;
188
+ }
189
+ export declare namespace UsageReportParams {
190
+ /**
191
+ * Single usage measurement
192
+ */
193
+ interface Usage {
194
+ /**
195
+ * Customer id
196
+ */
197
+ customerId: string;
198
+ /**
199
+ * Feature id
200
+ */
201
+ featureId: string;
202
+ /**
203
+ * The value to report for usage
204
+ */
205
+ value: number;
206
+ /**
207
+ * Timestamp of when the record was created
208
+ */
209
+ createdAt?: string;
210
+ /**
211
+ * Additional dimensions for the usage report
212
+ */
213
+ dimensions?: {
214
+ [key: string]: string | number | boolean;
215
+ };
216
+ /**
217
+ * Resource id
218
+ */
219
+ resourceId?: string | null;
220
+ /**
221
+ * The method by which the usage value should be updated
222
+ */
223
+ updateBehavior?: 'DELTA' | 'SET';
224
+ }
225
+ }
226
+ export declare namespace Usage {
227
+ export { type UsageHistoryResponse as UsageHistoryResponse, type UsageReportResponse as UsageReportResponse, type UsageHistoryParams as UsageHistoryParams, type UsageReportParams as UsageReportParams, };
228
+ }
229
+ //# sourceMappingURL=usage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usage.d.ts","sourceRoot":"","sources":["../../src/resources/v1/usage.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Usage = void 0;
5
+ const resource_1 = require("../../core/resource.js");
6
+ const path_1 = require("../../internal/utils/path.js");
7
+ class Usage extends resource_1.APIResource {
8
+ /**
9
+ * Get usage history
10
+ */
11
+ history(featureID, params, options) {
12
+ const { customerId, ...query } = params;
13
+ return this._client.get((0, path_1.path) `/api/v1/usage/${customerId}/history/${featureID}`, { query, ...options });
14
+ }
15
+ /**
16
+ * Report usage measurements
17
+ */
18
+ report(body, options) {
19
+ return this._client.post('/api/v1/usage', { body, ...options });
20
+ }
21
+ }
22
+ exports.Usage = Usage;
23
+ //# sourceMappingURL=usage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usage.js","sourceRoot":"","sources":["../../src/resources/v1/usage.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAGlD,uDAAiD;AAEjD,MAAa,KAAM,SAAQ,sBAAW;IACpC;;OAEG;IACH,OAAO,CACL,SAAiB,EACjB,MAA0B,EAC1B,OAAwB;QAExB,MAAM,EAAE,UAAU,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,CAAC;QACxC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,iBAAiB,UAAU,YAAY,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzG,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,IAAuB,EAAE,OAAwB;QACtD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClE,CAAC;CACF;AAnBD,sBAmBC"}
@@ -0,0 +1,19 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../core/resource.mjs";
3
+ import { path } from "../../internal/utils/path.mjs";
4
+ export class Usage extends APIResource {
5
+ /**
6
+ * Get usage history
7
+ */
8
+ history(featureID, params, options) {
9
+ const { customerId, ...query } = params;
10
+ return this._client.get(path `/api/v1/usage/${customerId}/history/${featureID}`, { query, ...options });
11
+ }
12
+ /**
13
+ * Report usage measurements
14
+ */
15
+ report(body, options) {
16
+ return this._client.post('/api/v1/usage', { body, ...options });
17
+ }
18
+ }
19
+ //# sourceMappingURL=usage.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usage.mjs","sourceRoot":"","sources":["../../src/resources/v1/usage.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,KAAM,SAAQ,WAAW;IACpC;;OAEG;IACH,OAAO,CACL,SAAiB,EACjB,MAA0B,EAC1B,OAAwB;QAExB,MAAM,EAAE,UAAU,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,CAAC;QACxC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,iBAAiB,UAAU,YAAY,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzG,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,IAAuB,EAAE,OAAwB;QACtD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClE,CAAC;CACF"}
@@ -1,184 +1,26 @@
1
1
  import { APIResource } from "../../core/resource.mjs";
2
2
  import * as CouponsAPI from "./coupons.mjs";
3
- import { CouponCreateParams, CouponCreateResponse, CouponListParams, CouponListResponse, CouponListResponsesMyCursorIDPage, CouponRetrieveResponse, Coupons } from "./coupons.mjs";
3
+ import { Coupon, CouponCreateParams, CouponListParams, CouponListResponse, CouponListResponsesMyCursorIDPage, Coupons } from "./coupons.mjs";
4
+ import * as EventsAPI from "./events.mjs";
5
+ import { EventReportParams, EventReportResponse, Events } from "./events.mjs";
6
+ import * as UsageAPI from "./usage.mjs";
7
+ import { Usage, UsageHistoryParams, UsageHistoryResponse, UsageReportParams, UsageReportResponse } from "./usage.mjs";
4
8
  import * as CustomersAPI from "./customers/customers.mjs";
5
- import { CustomerCreateParams, CustomerListParams, CustomerListResponse, CustomerListResponsesMyCursorIDPage, CustomerResponse, CustomerUpdateParams, Customers } from "./customers/customers.mjs";
9
+ import { CustomerImportParams, CustomerImportResponse, CustomerListParams, CustomerListResponse, CustomerListResponsesMyCursorIDPage, CustomerProvisionParams, CustomerResponse, CustomerUpdateParams, Customers } from "./customers/customers.mjs";
6
10
  import * as SubscriptionsAPI from "./subscriptions/subscriptions.mjs";
7
- import { SubscriptionCreateParams, SubscriptionCreateResponse, SubscriptionDelegateParams, SubscriptionDelegateResponse, SubscriptionListParams, SubscriptionListResponse, SubscriptionListResponsesMyCursorIDPage, SubscriptionMigrateParams, SubscriptionMigrateResponse, SubscriptionPreviewParams, SubscriptionPreviewResponse, SubscriptionRetrieveResponse, SubscriptionTransferParams, SubscriptionTransferResponse, Subscriptions } from "./subscriptions/subscriptions.mjs";
8
- import { APIPromise } from "../../core/api-promise.mjs";
9
- import { RequestOptions } from "../../internal/request-options.mjs";
11
+ import { Subscription, SubscriptionCancelParams, SubscriptionDelegateParams, SubscriptionImportParams, SubscriptionImportResponse, SubscriptionListParams, SubscriptionListResponse, SubscriptionListResponsesMyCursorIDPage, SubscriptionMigrateParams, SubscriptionPreviewParams, SubscriptionPreviewResponse, SubscriptionProvisionParams, SubscriptionProvisionResponse, SubscriptionTransferParams, SubscriptionUpdateParams, Subscriptions } from "./subscriptions/subscriptions.mjs";
10
12
  export declare class V1 extends APIResource {
11
13
  customers: CustomersAPI.Customers;
12
14
  subscriptions: SubscriptionsAPI.Subscriptions;
13
15
  coupons: CouponsAPI.Coupons;
14
- /**
15
- * Report usage events
16
- */
17
- createEvent(body: V1CreateEventParams, options?: RequestOptions): APIPromise<V1CreateEventResponse>;
18
- /**
19
- * Report usage measurements
20
- */
21
- createUsage(body: V1CreateUsageParams, options?: RequestOptions): APIPromise<V1CreateUsageResponse>;
22
- }
23
- /**
24
- * Response object
25
- */
26
- export interface V1CreateEventResponse {
27
- /**
28
- * Empty success response confirming that events were successfully ingested and
29
- * queued for processing by Stigg's metering system.
30
- */
31
- data: unknown;
32
- }
33
- /**
34
- * Response containing reported usage measurements with current usage values,
35
- * period information, and reset dates for each measurement.
36
- */
37
- export interface V1CreateUsageResponse {
38
- /**
39
- * Array of usage measurements with current values and period info
40
- */
41
- data: Array<V1CreateUsageResponse.Data>;
42
- }
43
- export declare namespace V1CreateUsageResponse {
44
- /**
45
- * Recorded usage with period info
46
- */
47
- interface Data {
48
- /**
49
- * Unique identifier for the entity
50
- */
51
- id: string;
52
- /**
53
- * Timestamp of when the record was created
54
- */
55
- createdAt: string;
56
- /**
57
- * Customer id
58
- */
59
- customerId: string;
60
- /**
61
- * Feature id
62
- */
63
- featureId: string;
64
- /**
65
- * Timestamp
66
- */
67
- timestamp: string;
68
- /**
69
- * The usage measurement record
70
- */
71
- value: number;
72
- /**
73
- * The current measured usage value
74
- */
75
- currentUsage?: number | null;
76
- /**
77
- * The date when the next usage reset will occur
78
- */
79
- nextResetDate?: string | null;
80
- /**
81
- * Resource id
82
- */
83
- resourceId?: string | null;
84
- /**
85
- * The end date of the usage period in which this measurement resides (for
86
- * entitlements with a reset period)
87
- */
88
- usagePeriodEnd?: string | null;
89
- /**
90
- * The start date of the usage period in which this measurement resides (for
91
- * entitlements with a reset period)
92
- */
93
- usagePeriodStart?: string | null;
94
- }
95
- }
96
- export interface V1CreateEventParams {
97
- /**
98
- * A list of usage events to report
99
- */
100
- events: Array<V1CreateEventParams.Event>;
101
- }
102
- export declare namespace V1CreateEventParams {
103
- /**
104
- * Raw usage event
105
- */
106
- interface Event {
107
- /**
108
- * Customer id
109
- */
110
- customerId: string;
111
- /**
112
- * The name of the usage event
113
- */
114
- eventName: string;
115
- /**
116
- * Idempotency key
117
- */
118
- idempotencyKey: string;
119
- /**
120
- * Dimensions associated with the usage event
121
- */
122
- dimensions?: {
123
- [key: string]: string | number | boolean;
124
- };
125
- /**
126
- * Resource id
127
- */
128
- resourceId?: string | null;
129
- /**
130
- * Timestamp
131
- */
132
- timestamp?: string;
133
- }
134
- }
135
- export interface V1CreateUsageParams {
136
- /**
137
- * A list of usage reports to be submitted in bulk
138
- */
139
- usages: Array<V1CreateUsageParams.Usage>;
140
- }
141
- export declare namespace V1CreateUsageParams {
142
- /**
143
- * Single usage measurement
144
- */
145
- interface Usage {
146
- /**
147
- * Customer id
148
- */
149
- customerId: string;
150
- /**
151
- * Feature id
152
- */
153
- featureId: string;
154
- /**
155
- * The value to report for usage
156
- */
157
- value: number;
158
- /**
159
- * Timestamp of when the record was created
160
- */
161
- createdAt?: string;
162
- /**
163
- * Additional dimensions for the usage report
164
- */
165
- dimensions?: {
166
- [key: string]: string | number | boolean;
167
- };
168
- /**
169
- * Resource id
170
- */
171
- resourceId?: string | null;
172
- /**
173
- * The method by which the usage value should be updated
174
- */
175
- updateBehavior?: 'DELTA' | 'SET';
176
- }
16
+ events: EventsAPI.Events;
17
+ usage: UsageAPI.Usage;
177
18
  }
178
19
  export declare namespace V1 {
179
- export { type V1CreateEventResponse as V1CreateEventResponse, type V1CreateUsageResponse as V1CreateUsageResponse, type V1CreateEventParams as V1CreateEventParams, type V1CreateUsageParams as V1CreateUsageParams, };
180
- export { Customers as Customers, type CustomerResponse as CustomerResponse, type CustomerListResponse as CustomerListResponse, type CustomerListResponsesMyCursorIDPage as CustomerListResponsesMyCursorIDPage, type CustomerCreateParams as CustomerCreateParams, type CustomerUpdateParams as CustomerUpdateParams, type CustomerListParams as CustomerListParams, };
181
- export { Subscriptions as Subscriptions, type SubscriptionCreateResponse as SubscriptionCreateResponse, type SubscriptionRetrieveResponse as SubscriptionRetrieveResponse, type SubscriptionListResponse as SubscriptionListResponse, type SubscriptionDelegateResponse as SubscriptionDelegateResponse, type SubscriptionMigrateResponse as SubscriptionMigrateResponse, type SubscriptionPreviewResponse as SubscriptionPreviewResponse, type SubscriptionTransferResponse as SubscriptionTransferResponse, type SubscriptionListResponsesMyCursorIDPage as SubscriptionListResponsesMyCursorIDPage, type SubscriptionCreateParams as SubscriptionCreateParams, type SubscriptionListParams as SubscriptionListParams, type SubscriptionDelegateParams as SubscriptionDelegateParams, type SubscriptionMigrateParams as SubscriptionMigrateParams, type SubscriptionPreviewParams as SubscriptionPreviewParams, type SubscriptionTransferParams as SubscriptionTransferParams, };
182
- export { Coupons as Coupons, type CouponCreateResponse as CouponCreateResponse, type CouponRetrieveResponse as CouponRetrieveResponse, type CouponListResponse as CouponListResponse, type CouponListResponsesMyCursorIDPage as CouponListResponsesMyCursorIDPage, type CouponCreateParams as CouponCreateParams, type CouponListParams as CouponListParams, };
20
+ export { Customers as Customers, type CustomerResponse as CustomerResponse, type CustomerListResponse as CustomerListResponse, type CustomerImportResponse as CustomerImportResponse, type CustomerListResponsesMyCursorIDPage as CustomerListResponsesMyCursorIDPage, type CustomerUpdateParams as CustomerUpdateParams, type CustomerListParams as CustomerListParams, type CustomerImportParams as CustomerImportParams, type CustomerProvisionParams as CustomerProvisionParams, };
21
+ export { Subscriptions as Subscriptions, type Subscription as Subscription, type SubscriptionListResponse as SubscriptionListResponse, type SubscriptionImportResponse as SubscriptionImportResponse, type SubscriptionPreviewResponse as SubscriptionPreviewResponse, type SubscriptionProvisionResponse as SubscriptionProvisionResponse, type SubscriptionListResponsesMyCursorIDPage as SubscriptionListResponsesMyCursorIDPage, type SubscriptionUpdateParams as SubscriptionUpdateParams, type SubscriptionListParams as SubscriptionListParams, type SubscriptionCancelParams as SubscriptionCancelParams, type SubscriptionDelegateParams as SubscriptionDelegateParams, type SubscriptionImportParams as SubscriptionImportParams, type SubscriptionMigrateParams as SubscriptionMigrateParams, type SubscriptionPreviewParams as SubscriptionPreviewParams, type SubscriptionProvisionParams as SubscriptionProvisionParams, type SubscriptionTransferParams as SubscriptionTransferParams, };
22
+ export { Coupons as Coupons, type Coupon as Coupon, type CouponListResponse as CouponListResponse, type CouponListResponsesMyCursorIDPage as CouponListResponsesMyCursorIDPage, type CouponCreateParams as CouponCreateParams, type CouponListParams as CouponListParams, };
23
+ export { Events as Events, type EventReportResponse as EventReportResponse, type EventReportParams as EventReportParams, };
24
+ export { Usage as Usage, type UsageHistoryResponse as UsageHistoryResponse, type UsageReportResponse as UsageReportResponse, type UsageHistoryParams as UsageHistoryParams, type UsageReportParams as UsageReportParams, };
183
25
  }
184
26
  //# sourceMappingURL=v1.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"v1.d.mts","sourceRoot":"","sources":["../../src/resources/v1/v1.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"v1.d.mts","sourceRoot":"","sources":["../../src/resources/v1/v1.ts"],"names":[],"mappings":"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"}