@openmeter/sdk 1.0.0-beta.202 → 1.0.0-beta.204

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.
@@ -17,9 +17,9 @@ export declare class Apps {
17
17
  * @returns The apps
18
18
  */
19
19
  list(query?: operations['listApps']['parameters']['query'], options?: RequestOptions): Promise<{
20
+ totalCount: number;
20
21
  page: number;
21
22
  pageSize: number;
22
- totalCount: number;
23
23
  items: import("./schemas.cjs").components["schemas"]["App"][];
24
24
  }>;
25
25
  /**
@@ -69,6 +69,14 @@ export declare class Apps {
69
69
  "application/problem+json": import("./schemas.cjs").components["schemas"]["NotFoundProblemResponse"];
70
70
  };
71
71
  };
72
+ 412: {
73
+ headers: {
74
+ [name: string]: unknown;
75
+ };
76
+ content: {
77
+ "application/problem+json": import("./schemas.cjs").components["schemas"]["PreconditionFailedProblemResponse"];
78
+ };
79
+ };
72
80
  500: {
73
81
  headers: {
74
82
  [name: string]: unknown;
@@ -142,6 +150,14 @@ export declare class Apps {
142
150
  "application/problem+json": import("./schemas.cjs").components["schemas"]["NotFoundProblemResponse"];
143
151
  };
144
152
  };
153
+ 412: {
154
+ headers: {
155
+ [name: string]: unknown;
156
+ };
157
+ content: {
158
+ "application/problem+json": import("./schemas.cjs").components["schemas"]["PreconditionFailedProblemResponse"];
159
+ };
160
+ };
145
161
  500: {
146
162
  headers: {
147
163
  [name: string]: unknown;
@@ -189,9 +205,9 @@ export declare class AppMarketplace {
189
205
  * @returns The apps
190
206
  */
191
207
  list(query?: operations['listMarketplaceListings']['parameters']['query'], options?: RequestOptions): Promise<{
208
+ totalCount: number;
192
209
  page: number;
193
210
  pageSize: number;
194
- totalCount: number;
195
211
  items: import("./schemas.cjs").components["schemas"]["MarketplaceListing"][];
196
212
  }>;
197
213
  /**
@@ -250,6 +266,16 @@ export declare class AppStripe {
250
266
  stripeCustomerId: string;
251
267
  sessionId: string;
252
268
  setupIntentId: string;
269
+ clientSecret?: string;
270
+ clientReferenceId?: string;
271
+ customerEmail?: string;
272
+ currency?: import("./schemas.cjs").components["schemas"]["CurrencyCode"];
273
+ createdAt: Date;
274
+ expiresAt?: Date;
275
+ metadata?: {
276
+ [key: string]: string;
277
+ };
278
+ status?: string;
253
279
  url?: string;
254
280
  mode: import("./schemas.cjs").components["schemas"]["StripeCheckoutSessionMode"];
255
281
  cancelURL?: string;
@@ -66,6 +66,14 @@ export declare class Entitlements {
66
66
  "application/problem+json": import("./schemas.cjs").components["schemas"]["ConflictProblemResponse"];
67
67
  };
68
68
  };
69
+ 412: {
70
+ headers: {
71
+ [name: string]: unknown;
72
+ };
73
+ content: {
74
+ "application/problem+json": import("./schemas.cjs").components["schemas"]["PreconditionFailedProblemResponse"];
75
+ };
76
+ };
69
77
  500: {
70
78
  headers: {
71
79
  [name: string]: unknown;
@@ -139,6 +147,14 @@ export declare class Entitlements {
139
147
  "application/problem+json": import("./schemas.cjs").components["schemas"]["NotFoundProblemResponse"];
140
148
  };
141
149
  };
150
+ 412: {
151
+ headers: {
152
+ [name: string]: unknown;
153
+ };
154
+ content: {
155
+ "application/problem+json": import("./schemas.cjs").components["schemas"]["PreconditionFailedProblemResponse"];
156
+ };
157
+ };
142
158
  500: {
143
159
  headers: {
144
160
  [name: string]: unknown;
@@ -344,6 +360,14 @@ export declare class Entitlements {
344
360
  "application/problem+json": import("./schemas.cjs").components["schemas"]["ConflictProblemResponse"];
345
361
  };
346
362
  };
363
+ 412: {
364
+ headers: {
365
+ [name: string]: unknown;
366
+ };
367
+ content: {
368
+ "application/problem+json": import("./schemas.cjs").components["schemas"]["PreconditionFailedProblemResponse"];
369
+ };
370
+ };
347
371
  500: {
348
372
  headers: {
349
373
  [name: string]: unknown;
@@ -125,6 +125,14 @@ export declare class Meters {
125
125
  "application/problem+json": import("./schemas.cjs").components["schemas"]["NotFoundProblemResponse"];
126
126
  };
127
127
  };
128
+ 412: {
129
+ headers: {
130
+ [name: string]: unknown;
131
+ };
132
+ content: {
133
+ "application/problem+json": import("./schemas.cjs").components["schemas"]["PreconditionFailedProblemResponse"];
134
+ };
135
+ };
128
136
  500: {
129
137
  headers: {
130
138
  [name: string]: unknown;