@kl1/contracts 1.2.45-uat → 1.2.46-uat
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.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +1725 -2399
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +103 -139
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +118 -160
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +6471 -7294
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +2167 -2366
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1563 -1854
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +312 -312
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +343 -343
- package/dist/api-contracts/src/contact/schema.d.ts +38 -38
- package/dist/api-contracts/src/contact/validation.d.ts +190 -190
- package/dist/api-contracts/src/contract.d.ts +52403 -67729
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +387 -539
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +321 -402
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +135 -113
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +87 -44
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +0 -26
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +4 -85
- package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +1768 -2170
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +141 -168
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +126 -147
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
- package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
- package/dist/api-contracts/src/index.d.ts +0 -5
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1432 -1747
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +1365 -1644
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +132 -165
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2470 -2470
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1481 -1481
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +12 -12
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +471 -471
- package/dist/api-contracts/src/messenger/index.d.ts +1435 -1750
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +122 -143
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/public-api/index.d.ts +143 -143
- package/dist/api-contracts/src/public-api/schema.d.ts +22 -22
- package/dist/api-contracts/src/public-api/validation.d.ts +39 -39
- package/dist/api-contracts/src/sms/index.d.ts +295 -3282
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +8 -30
- package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +147 -147
- package/dist/api-contracts/src/snippet/schema.d.ts +50 -50
- package/dist/api-contracts/src/subscription/index.d.ts +185 -194
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- package/dist/api-contracts/src/subscription/validation.d.ts +0 -10
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +1182 -1407
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +103 -48
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +31 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +240 -240
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +72 -72
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +439 -439
- package/dist/api-contracts/src/ticket/schema.d.ts +63 -63
- package/dist/api-contracts/src/upload/schema.d.ts +3 -3
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +12 -20
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +14 -24
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +1194 -1419
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +1188 -1413
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +1287 -1717
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +0 -79
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +427 -8713
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +0 -1
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +4398 -4946
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4394 -4937
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -7
|
@@ -59,9 +59,9 @@ export declare const subscriptionContract: {
|
|
|
59
59
|
price: z.ZodNumber;
|
|
60
60
|
currency: z.ZodNullable<z.ZodString>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
-
currency: string | null;
|
|
63
|
-
name: string | null;
|
|
64
62
|
id: string;
|
|
63
|
+
name: string | null;
|
|
64
|
+
currency: string | null;
|
|
65
65
|
createdAt: Date;
|
|
66
66
|
updatedAt: Date;
|
|
67
67
|
deletedAt: Date | null;
|
|
@@ -69,9 +69,9 @@ export declare const subscriptionContract: {
|
|
|
69
69
|
perUnit: number;
|
|
70
70
|
price: number;
|
|
71
71
|
}, {
|
|
72
|
-
currency: string | null;
|
|
73
|
-
name: string | null;
|
|
74
72
|
id: string;
|
|
73
|
+
name: string | null;
|
|
74
|
+
currency: string | null;
|
|
75
75
|
createdAt: Date;
|
|
76
76
|
updatedAt: Date;
|
|
77
77
|
deletedAt: Date | null;
|
|
@@ -107,9 +107,9 @@ export declare const subscriptionContract: {
|
|
|
107
107
|
price: z.ZodNumber;
|
|
108
108
|
currency: z.ZodNullable<z.ZodString>;
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
|
-
currency: string | null;
|
|
111
|
-
name: string | null;
|
|
112
110
|
id: string;
|
|
111
|
+
name: string | null;
|
|
112
|
+
currency: string | null;
|
|
113
113
|
createdAt: Date;
|
|
114
114
|
updatedAt: Date;
|
|
115
115
|
deletedAt: Date | null;
|
|
@@ -117,9 +117,9 @@ export declare const subscriptionContract: {
|
|
|
117
117
|
perUnit: number;
|
|
118
118
|
price: number;
|
|
119
119
|
}, {
|
|
120
|
-
currency: string | null;
|
|
121
|
-
name: string | null;
|
|
122
120
|
id: string;
|
|
121
|
+
name: string | null;
|
|
122
|
+
currency: string | null;
|
|
123
123
|
createdAt: Date;
|
|
124
124
|
updatedAt: Date;
|
|
125
125
|
deletedAt: Date | null;
|
|
@@ -128,9 +128,9 @@ export declare const subscriptionContract: {
|
|
|
128
128
|
price: number;
|
|
129
129
|
}>;
|
|
130
130
|
}, "strip", z.ZodTypeAny, {
|
|
131
|
-
name: string;
|
|
132
131
|
type: string;
|
|
133
132
|
id: string;
|
|
133
|
+
name: string;
|
|
134
134
|
createdAt: Date;
|
|
135
135
|
updatedAt: Date;
|
|
136
136
|
deletedAt: Date | null;
|
|
@@ -139,9 +139,9 @@ export declare const subscriptionContract: {
|
|
|
139
139
|
omnichannel: string;
|
|
140
140
|
usageType: string | null;
|
|
141
141
|
productPrice: {
|
|
142
|
-
currency: string | null;
|
|
143
|
-
name: string | null;
|
|
144
142
|
id: string;
|
|
143
|
+
name: string | null;
|
|
144
|
+
currency: string | null;
|
|
145
145
|
createdAt: Date;
|
|
146
146
|
updatedAt: Date;
|
|
147
147
|
deletedAt: Date | null;
|
|
@@ -150,9 +150,9 @@ export declare const subscriptionContract: {
|
|
|
150
150
|
price: number;
|
|
151
151
|
};
|
|
152
152
|
}, {
|
|
153
|
-
name: string;
|
|
154
153
|
type: string;
|
|
155
154
|
id: string;
|
|
155
|
+
name: string;
|
|
156
156
|
createdAt: Date;
|
|
157
157
|
updatedAt: Date;
|
|
158
158
|
deletedAt: Date | null;
|
|
@@ -161,9 +161,9 @@ export declare const subscriptionContract: {
|
|
|
161
161
|
omnichannel: string;
|
|
162
162
|
usageType: string | null;
|
|
163
163
|
productPrice: {
|
|
164
|
-
currency: string | null;
|
|
165
|
-
name: string | null;
|
|
166
164
|
id: string;
|
|
165
|
+
name: string | null;
|
|
166
|
+
currency: string | null;
|
|
167
167
|
createdAt: Date;
|
|
168
168
|
updatedAt: Date;
|
|
169
169
|
deletedAt: Date | null;
|
|
@@ -175,9 +175,9 @@ export declare const subscriptionContract: {
|
|
|
175
175
|
}, "strip", z.ZodTypeAny, {
|
|
176
176
|
id: string;
|
|
177
177
|
product: {
|
|
178
|
-
name: string;
|
|
179
178
|
type: string;
|
|
180
179
|
id: string;
|
|
180
|
+
name: string;
|
|
181
181
|
createdAt: Date;
|
|
182
182
|
updatedAt: Date;
|
|
183
183
|
deletedAt: Date | null;
|
|
@@ -186,9 +186,9 @@ export declare const subscriptionContract: {
|
|
|
186
186
|
omnichannel: string;
|
|
187
187
|
usageType: string | null;
|
|
188
188
|
productPrice: {
|
|
189
|
-
currency: string | null;
|
|
190
|
-
name: string | null;
|
|
191
189
|
id: string;
|
|
190
|
+
name: string | null;
|
|
191
|
+
currency: string | null;
|
|
192
192
|
createdAt: Date;
|
|
193
193
|
updatedAt: Date;
|
|
194
194
|
deletedAt: Date | null;
|
|
@@ -204,9 +204,9 @@ export declare const subscriptionContract: {
|
|
|
204
204
|
}, {
|
|
205
205
|
id: string;
|
|
206
206
|
product: {
|
|
207
|
-
name: string;
|
|
208
207
|
type: string;
|
|
209
208
|
id: string;
|
|
209
|
+
name: string;
|
|
210
210
|
createdAt: Date;
|
|
211
211
|
updatedAt: Date;
|
|
212
212
|
deletedAt: Date | null;
|
|
@@ -215,9 +215,9 @@ export declare const subscriptionContract: {
|
|
|
215
215
|
omnichannel: string;
|
|
216
216
|
usageType: string | null;
|
|
217
217
|
productPrice: {
|
|
218
|
-
currency: string | null;
|
|
219
|
-
name: string | null;
|
|
220
218
|
id: string;
|
|
219
|
+
name: string | null;
|
|
220
|
+
currency: string | null;
|
|
221
221
|
createdAt: Date;
|
|
222
222
|
updatedAt: Date;
|
|
223
223
|
deletedAt: Date | null;
|
|
@@ -232,9 +232,9 @@ export declare const subscriptionContract: {
|
|
|
232
232
|
includedQuantity: number;
|
|
233
233
|
}>, "many">;
|
|
234
234
|
}, "strip", z.ZodTypeAny, {
|
|
235
|
-
name: string;
|
|
236
235
|
type: string;
|
|
237
236
|
id: string;
|
|
237
|
+
name: string;
|
|
238
238
|
createdAt: Date;
|
|
239
239
|
updatedAt: Date;
|
|
240
240
|
deletedAt: Date | null;
|
|
@@ -243,9 +243,9 @@ export declare const subscriptionContract: {
|
|
|
243
243
|
omnichannel: string;
|
|
244
244
|
usageType: string | null;
|
|
245
245
|
productPrice: {
|
|
246
|
-
currency: string | null;
|
|
247
|
-
name: string | null;
|
|
248
246
|
id: string;
|
|
247
|
+
name: string | null;
|
|
248
|
+
currency: string | null;
|
|
249
249
|
createdAt: Date;
|
|
250
250
|
updatedAt: Date;
|
|
251
251
|
deletedAt: Date | null;
|
|
@@ -256,9 +256,9 @@ export declare const subscriptionContract: {
|
|
|
256
256
|
relatedProducts: {
|
|
257
257
|
id: string;
|
|
258
258
|
product: {
|
|
259
|
-
name: string;
|
|
260
259
|
type: string;
|
|
261
260
|
id: string;
|
|
261
|
+
name: string;
|
|
262
262
|
createdAt: Date;
|
|
263
263
|
updatedAt: Date;
|
|
264
264
|
deletedAt: Date | null;
|
|
@@ -267,9 +267,9 @@ export declare const subscriptionContract: {
|
|
|
267
267
|
omnichannel: string;
|
|
268
268
|
usageType: string | null;
|
|
269
269
|
productPrice: {
|
|
270
|
-
currency: string | null;
|
|
271
|
-
name: string | null;
|
|
272
270
|
id: string;
|
|
271
|
+
name: string | null;
|
|
272
|
+
currency: string | null;
|
|
273
273
|
createdAt: Date;
|
|
274
274
|
updatedAt: Date;
|
|
275
275
|
deletedAt: Date | null;
|
|
@@ -284,9 +284,9 @@ export declare const subscriptionContract: {
|
|
|
284
284
|
includedQuantity: number;
|
|
285
285
|
}[];
|
|
286
286
|
}, {
|
|
287
|
-
name: string;
|
|
288
287
|
type: string;
|
|
289
288
|
id: string;
|
|
289
|
+
name: string;
|
|
290
290
|
createdAt: Date;
|
|
291
291
|
updatedAt: Date;
|
|
292
292
|
deletedAt: Date | null;
|
|
@@ -295,9 +295,9 @@ export declare const subscriptionContract: {
|
|
|
295
295
|
omnichannel: string;
|
|
296
296
|
usageType: string | null;
|
|
297
297
|
productPrice: {
|
|
298
|
-
currency: string | null;
|
|
299
|
-
name: string | null;
|
|
300
298
|
id: string;
|
|
299
|
+
name: string | null;
|
|
300
|
+
currency: string | null;
|
|
301
301
|
createdAt: Date;
|
|
302
302
|
updatedAt: Date;
|
|
303
303
|
deletedAt: Date | null;
|
|
@@ -308,9 +308,9 @@ export declare const subscriptionContract: {
|
|
|
308
308
|
relatedProducts: {
|
|
309
309
|
id: string;
|
|
310
310
|
product: {
|
|
311
|
-
name: string;
|
|
312
311
|
type: string;
|
|
313
312
|
id: string;
|
|
313
|
+
name: string;
|
|
314
314
|
createdAt: Date;
|
|
315
315
|
updatedAt: Date;
|
|
316
316
|
deletedAt: Date | null;
|
|
@@ -319,9 +319,9 @@ export declare const subscriptionContract: {
|
|
|
319
319
|
omnichannel: string;
|
|
320
320
|
usageType: string | null;
|
|
321
321
|
productPrice: {
|
|
322
|
-
currency: string | null;
|
|
323
|
-
name: string | null;
|
|
324
322
|
id: string;
|
|
323
|
+
name: string | null;
|
|
324
|
+
currency: string | null;
|
|
325
325
|
createdAt: Date;
|
|
326
326
|
updatedAt: Date;
|
|
327
327
|
deletedAt: Date | null;
|
|
@@ -339,9 +339,9 @@ export declare const subscriptionContract: {
|
|
|
339
339
|
}, "strip", z.ZodTypeAny, {
|
|
340
340
|
id: string;
|
|
341
341
|
product: {
|
|
342
|
-
name: string;
|
|
343
342
|
type: string;
|
|
344
343
|
id: string;
|
|
344
|
+
name: string;
|
|
345
345
|
createdAt: Date;
|
|
346
346
|
updatedAt: Date;
|
|
347
347
|
deletedAt: Date | null;
|
|
@@ -350,9 +350,9 @@ export declare const subscriptionContract: {
|
|
|
350
350
|
omnichannel: string;
|
|
351
351
|
usageType: string | null;
|
|
352
352
|
productPrice: {
|
|
353
|
-
currency: string | null;
|
|
354
|
-
name: string | null;
|
|
355
353
|
id: string;
|
|
354
|
+
name: string | null;
|
|
355
|
+
currency: string | null;
|
|
356
356
|
createdAt: Date;
|
|
357
357
|
updatedAt: Date;
|
|
358
358
|
deletedAt: Date | null;
|
|
@@ -363,9 +363,9 @@ export declare const subscriptionContract: {
|
|
|
363
363
|
relatedProducts: {
|
|
364
364
|
id: string;
|
|
365
365
|
product: {
|
|
366
|
-
name: string;
|
|
367
366
|
type: string;
|
|
368
367
|
id: string;
|
|
368
|
+
name: string;
|
|
369
369
|
createdAt: Date;
|
|
370
370
|
updatedAt: Date;
|
|
371
371
|
deletedAt: Date | null;
|
|
@@ -374,9 +374,9 @@ export declare const subscriptionContract: {
|
|
|
374
374
|
omnichannel: string;
|
|
375
375
|
usageType: string | null;
|
|
376
376
|
productPrice: {
|
|
377
|
-
currency: string | null;
|
|
378
|
-
name: string | null;
|
|
379
377
|
id: string;
|
|
378
|
+
name: string | null;
|
|
379
|
+
currency: string | null;
|
|
380
380
|
createdAt: Date;
|
|
381
381
|
updatedAt: Date;
|
|
382
382
|
deletedAt: Date | null;
|
|
@@ -400,9 +400,9 @@ export declare const subscriptionContract: {
|
|
|
400
400
|
}, {
|
|
401
401
|
id: string;
|
|
402
402
|
product: {
|
|
403
|
-
name: string;
|
|
404
403
|
type: string;
|
|
405
404
|
id: string;
|
|
405
|
+
name: string;
|
|
406
406
|
createdAt: Date;
|
|
407
407
|
updatedAt: Date;
|
|
408
408
|
deletedAt: Date | null;
|
|
@@ -411,9 +411,9 @@ export declare const subscriptionContract: {
|
|
|
411
411
|
omnichannel: string;
|
|
412
412
|
usageType: string | null;
|
|
413
413
|
productPrice: {
|
|
414
|
-
currency: string | null;
|
|
415
|
-
name: string | null;
|
|
416
414
|
id: string;
|
|
415
|
+
name: string | null;
|
|
416
|
+
currency: string | null;
|
|
417
417
|
createdAt: Date;
|
|
418
418
|
updatedAt: Date;
|
|
419
419
|
deletedAt: Date | null;
|
|
@@ -424,9 +424,9 @@ export declare const subscriptionContract: {
|
|
|
424
424
|
relatedProducts: {
|
|
425
425
|
id: string;
|
|
426
426
|
product: {
|
|
427
|
-
name: string;
|
|
428
427
|
type: string;
|
|
429
428
|
id: string;
|
|
429
|
+
name: string;
|
|
430
430
|
createdAt: Date;
|
|
431
431
|
updatedAt: Date;
|
|
432
432
|
deletedAt: Date | null;
|
|
@@ -435,9 +435,9 @@ export declare const subscriptionContract: {
|
|
|
435
435
|
omnichannel: string;
|
|
436
436
|
usageType: string | null;
|
|
437
437
|
productPrice: {
|
|
438
|
-
currency: string | null;
|
|
439
|
-
name: string | null;
|
|
440
438
|
id: string;
|
|
439
|
+
name: string | null;
|
|
440
|
+
currency: string | null;
|
|
441
441
|
createdAt: Date;
|
|
442
442
|
updatedAt: Date;
|
|
443
443
|
deletedAt: Date | null;
|
|
@@ -470,9 +470,9 @@ export declare const subscriptionContract: {
|
|
|
470
470
|
price: z.ZodNumber;
|
|
471
471
|
currency: z.ZodNullable<z.ZodString>;
|
|
472
472
|
}, "strip", z.ZodTypeAny, {
|
|
473
|
-
currency: string | null;
|
|
474
|
-
name: string | null;
|
|
475
473
|
id: string;
|
|
474
|
+
name: string | null;
|
|
475
|
+
currency: string | null;
|
|
476
476
|
createdAt: Date;
|
|
477
477
|
updatedAt: Date;
|
|
478
478
|
deletedAt: Date | null;
|
|
@@ -480,9 +480,9 @@ export declare const subscriptionContract: {
|
|
|
480
480
|
perUnit: number;
|
|
481
481
|
price: number;
|
|
482
482
|
}, {
|
|
483
|
-
currency: string | null;
|
|
484
|
-
name: string | null;
|
|
485
483
|
id: string;
|
|
484
|
+
name: string | null;
|
|
485
|
+
currency: string | null;
|
|
486
486
|
createdAt: Date;
|
|
487
487
|
updatedAt: Date;
|
|
488
488
|
deletedAt: Date | null;
|
|
@@ -512,9 +512,9 @@ export declare const subscriptionContract: {
|
|
|
512
512
|
price: z.ZodNumber;
|
|
513
513
|
currency: z.ZodNullable<z.ZodString>;
|
|
514
514
|
}, "strip", z.ZodTypeAny, {
|
|
515
|
-
currency: string | null;
|
|
516
|
-
name: string | null;
|
|
517
515
|
id: string;
|
|
516
|
+
name: string | null;
|
|
517
|
+
currency: string | null;
|
|
518
518
|
createdAt: Date;
|
|
519
519
|
updatedAt: Date;
|
|
520
520
|
deletedAt: Date | null;
|
|
@@ -522,9 +522,9 @@ export declare const subscriptionContract: {
|
|
|
522
522
|
perUnit: number;
|
|
523
523
|
price: number;
|
|
524
524
|
}, {
|
|
525
|
-
currency: string | null;
|
|
526
|
-
name: string | null;
|
|
527
525
|
id: string;
|
|
526
|
+
name: string | null;
|
|
527
|
+
currency: string | null;
|
|
528
528
|
createdAt: Date;
|
|
529
529
|
updatedAt: Date;
|
|
530
530
|
deletedAt: Date | null;
|
|
@@ -560,9 +560,9 @@ export declare const subscriptionContract: {
|
|
|
560
560
|
price: z.ZodNumber;
|
|
561
561
|
currency: z.ZodNullable<z.ZodString>;
|
|
562
562
|
}, "strip", z.ZodTypeAny, {
|
|
563
|
-
currency: string | null;
|
|
564
|
-
name: string | null;
|
|
565
563
|
id: string;
|
|
564
|
+
name: string | null;
|
|
565
|
+
currency: string | null;
|
|
566
566
|
createdAt: Date;
|
|
567
567
|
updatedAt: Date;
|
|
568
568
|
deletedAt: Date | null;
|
|
@@ -570,9 +570,9 @@ export declare const subscriptionContract: {
|
|
|
570
570
|
perUnit: number;
|
|
571
571
|
price: number;
|
|
572
572
|
}, {
|
|
573
|
-
currency: string | null;
|
|
574
|
-
name: string | null;
|
|
575
573
|
id: string;
|
|
574
|
+
name: string | null;
|
|
575
|
+
currency: string | null;
|
|
576
576
|
createdAt: Date;
|
|
577
577
|
updatedAt: Date;
|
|
578
578
|
deletedAt: Date | null;
|
|
@@ -581,9 +581,9 @@ export declare const subscriptionContract: {
|
|
|
581
581
|
price: number;
|
|
582
582
|
}>;
|
|
583
583
|
}, "strip", z.ZodTypeAny, {
|
|
584
|
-
name: string;
|
|
585
584
|
type: string;
|
|
586
585
|
id: string;
|
|
586
|
+
name: string;
|
|
587
587
|
createdAt: Date;
|
|
588
588
|
updatedAt: Date;
|
|
589
589
|
deletedAt: Date | null;
|
|
@@ -592,9 +592,9 @@ export declare const subscriptionContract: {
|
|
|
592
592
|
omnichannel: string;
|
|
593
593
|
usageType: string | null;
|
|
594
594
|
productPrice: {
|
|
595
|
-
currency: string | null;
|
|
596
|
-
name: string | null;
|
|
597
595
|
id: string;
|
|
596
|
+
name: string | null;
|
|
597
|
+
currency: string | null;
|
|
598
598
|
createdAt: Date;
|
|
599
599
|
updatedAt: Date;
|
|
600
600
|
deletedAt: Date | null;
|
|
@@ -603,9 +603,9 @@ export declare const subscriptionContract: {
|
|
|
603
603
|
price: number;
|
|
604
604
|
};
|
|
605
605
|
}, {
|
|
606
|
-
name: string;
|
|
607
606
|
type: string;
|
|
608
607
|
id: string;
|
|
608
|
+
name: string;
|
|
609
609
|
createdAt: Date;
|
|
610
610
|
updatedAt: Date;
|
|
611
611
|
deletedAt: Date | null;
|
|
@@ -614,9 +614,9 @@ export declare const subscriptionContract: {
|
|
|
614
614
|
omnichannel: string;
|
|
615
615
|
usageType: string | null;
|
|
616
616
|
productPrice: {
|
|
617
|
-
currency: string | null;
|
|
618
|
-
name: string | null;
|
|
619
617
|
id: string;
|
|
618
|
+
name: string | null;
|
|
619
|
+
currency: string | null;
|
|
620
620
|
createdAt: Date;
|
|
621
621
|
updatedAt: Date;
|
|
622
622
|
deletedAt: Date | null;
|
|
@@ -628,9 +628,9 @@ export declare const subscriptionContract: {
|
|
|
628
628
|
}, "strip", z.ZodTypeAny, {
|
|
629
629
|
id: string;
|
|
630
630
|
product: {
|
|
631
|
-
name: string;
|
|
632
631
|
type: string;
|
|
633
632
|
id: string;
|
|
633
|
+
name: string;
|
|
634
634
|
createdAt: Date;
|
|
635
635
|
updatedAt: Date;
|
|
636
636
|
deletedAt: Date | null;
|
|
@@ -639,9 +639,9 @@ export declare const subscriptionContract: {
|
|
|
639
639
|
omnichannel: string;
|
|
640
640
|
usageType: string | null;
|
|
641
641
|
productPrice: {
|
|
642
|
-
currency: string | null;
|
|
643
|
-
name: string | null;
|
|
644
642
|
id: string;
|
|
643
|
+
name: string | null;
|
|
644
|
+
currency: string | null;
|
|
645
645
|
createdAt: Date;
|
|
646
646
|
updatedAt: Date;
|
|
647
647
|
deletedAt: Date | null;
|
|
@@ -657,9 +657,9 @@ export declare const subscriptionContract: {
|
|
|
657
657
|
}, {
|
|
658
658
|
id: string;
|
|
659
659
|
product: {
|
|
660
|
-
name: string;
|
|
661
660
|
type: string;
|
|
662
661
|
id: string;
|
|
662
|
+
name: string;
|
|
663
663
|
createdAt: Date;
|
|
664
664
|
updatedAt: Date;
|
|
665
665
|
deletedAt: Date | null;
|
|
@@ -668,9 +668,9 @@ export declare const subscriptionContract: {
|
|
|
668
668
|
omnichannel: string;
|
|
669
669
|
usageType: string | null;
|
|
670
670
|
productPrice: {
|
|
671
|
-
currency: string | null;
|
|
672
|
-
name: string | null;
|
|
673
671
|
id: string;
|
|
672
|
+
name: string | null;
|
|
673
|
+
currency: string | null;
|
|
674
674
|
createdAt: Date;
|
|
675
675
|
updatedAt: Date;
|
|
676
676
|
deletedAt: Date | null;
|
|
@@ -685,9 +685,9 @@ export declare const subscriptionContract: {
|
|
|
685
685
|
includedQuantity: number;
|
|
686
686
|
}>, "many">;
|
|
687
687
|
}, "strip", z.ZodTypeAny, {
|
|
688
|
-
name: string;
|
|
689
688
|
type: string;
|
|
690
689
|
id: string;
|
|
690
|
+
name: string;
|
|
691
691
|
createdAt: Date;
|
|
692
692
|
updatedAt: Date;
|
|
693
693
|
deletedAt: Date | null;
|
|
@@ -696,9 +696,9 @@ export declare const subscriptionContract: {
|
|
|
696
696
|
omnichannel: string;
|
|
697
697
|
usageType: string | null;
|
|
698
698
|
productPrice: {
|
|
699
|
-
currency: string | null;
|
|
700
|
-
name: string | null;
|
|
701
699
|
id: string;
|
|
700
|
+
name: string | null;
|
|
701
|
+
currency: string | null;
|
|
702
702
|
createdAt: Date;
|
|
703
703
|
updatedAt: Date;
|
|
704
704
|
deletedAt: Date | null;
|
|
@@ -709,9 +709,9 @@ export declare const subscriptionContract: {
|
|
|
709
709
|
relatedProducts: {
|
|
710
710
|
id: string;
|
|
711
711
|
product: {
|
|
712
|
-
name: string;
|
|
713
712
|
type: string;
|
|
714
713
|
id: string;
|
|
714
|
+
name: string;
|
|
715
715
|
createdAt: Date;
|
|
716
716
|
updatedAt: Date;
|
|
717
717
|
deletedAt: Date | null;
|
|
@@ -720,9 +720,9 @@ export declare const subscriptionContract: {
|
|
|
720
720
|
omnichannel: string;
|
|
721
721
|
usageType: string | null;
|
|
722
722
|
productPrice: {
|
|
723
|
-
currency: string | null;
|
|
724
|
-
name: string | null;
|
|
725
723
|
id: string;
|
|
724
|
+
name: string | null;
|
|
725
|
+
currency: string | null;
|
|
726
726
|
createdAt: Date;
|
|
727
727
|
updatedAt: Date;
|
|
728
728
|
deletedAt: Date | null;
|
|
@@ -737,9 +737,9 @@ export declare const subscriptionContract: {
|
|
|
737
737
|
includedQuantity: number;
|
|
738
738
|
}[];
|
|
739
739
|
}, {
|
|
740
|
-
name: string;
|
|
741
740
|
type: string;
|
|
742
741
|
id: string;
|
|
742
|
+
name: string;
|
|
743
743
|
createdAt: Date;
|
|
744
744
|
updatedAt: Date;
|
|
745
745
|
deletedAt: Date | null;
|
|
@@ -748,9 +748,9 @@ export declare const subscriptionContract: {
|
|
|
748
748
|
omnichannel: string;
|
|
749
749
|
usageType: string | null;
|
|
750
750
|
productPrice: {
|
|
751
|
-
currency: string | null;
|
|
752
|
-
name: string | null;
|
|
753
751
|
id: string;
|
|
752
|
+
name: string | null;
|
|
753
|
+
currency: string | null;
|
|
754
754
|
createdAt: Date;
|
|
755
755
|
updatedAt: Date;
|
|
756
756
|
deletedAt: Date | null;
|
|
@@ -761,9 +761,9 @@ export declare const subscriptionContract: {
|
|
|
761
761
|
relatedProducts: {
|
|
762
762
|
id: string;
|
|
763
763
|
product: {
|
|
764
|
-
name: string;
|
|
765
764
|
type: string;
|
|
766
765
|
id: string;
|
|
766
|
+
name: string;
|
|
767
767
|
createdAt: Date;
|
|
768
768
|
updatedAt: Date;
|
|
769
769
|
deletedAt: Date | null;
|
|
@@ -772,9 +772,9 @@ export declare const subscriptionContract: {
|
|
|
772
772
|
omnichannel: string;
|
|
773
773
|
usageType: string | null;
|
|
774
774
|
productPrice: {
|
|
775
|
-
currency: string | null;
|
|
776
|
-
name: string | null;
|
|
777
775
|
id: string;
|
|
776
|
+
name: string | null;
|
|
777
|
+
currency: string | null;
|
|
778
778
|
createdAt: Date;
|
|
779
779
|
updatedAt: Date;
|
|
780
780
|
deletedAt: Date | null;
|
|
@@ -790,14 +790,14 @@ export declare const subscriptionContract: {
|
|
|
790
790
|
}[];
|
|
791
791
|
}>;
|
|
792
792
|
}, "strip", z.ZodTypeAny, {
|
|
793
|
-
name: string | null;
|
|
794
793
|
type: string;
|
|
795
794
|
interval: string;
|
|
796
795
|
id: string;
|
|
796
|
+
name: string | null;
|
|
797
797
|
product: {
|
|
798
|
-
name: string;
|
|
799
798
|
type: string;
|
|
800
799
|
id: string;
|
|
800
|
+
name: string;
|
|
801
801
|
createdAt: Date;
|
|
802
802
|
updatedAt: Date;
|
|
803
803
|
deletedAt: Date | null;
|
|
@@ -806,9 +806,9 @@ export declare const subscriptionContract: {
|
|
|
806
806
|
omnichannel: string;
|
|
807
807
|
usageType: string | null;
|
|
808
808
|
productPrice: {
|
|
809
|
-
currency: string | null;
|
|
810
|
-
name: string | null;
|
|
811
809
|
id: string;
|
|
810
|
+
name: string | null;
|
|
811
|
+
currency: string | null;
|
|
812
812
|
createdAt: Date;
|
|
813
813
|
updatedAt: Date;
|
|
814
814
|
deletedAt: Date | null;
|
|
@@ -819,9 +819,9 @@ export declare const subscriptionContract: {
|
|
|
819
819
|
relatedProducts: {
|
|
820
820
|
id: string;
|
|
821
821
|
product: {
|
|
822
|
-
name: string;
|
|
823
822
|
type: string;
|
|
824
823
|
id: string;
|
|
824
|
+
name: string;
|
|
825
825
|
createdAt: Date;
|
|
826
826
|
updatedAt: Date;
|
|
827
827
|
deletedAt: Date | null;
|
|
@@ -830,9 +830,9 @@ export declare const subscriptionContract: {
|
|
|
830
830
|
omnichannel: string;
|
|
831
831
|
usageType: string | null;
|
|
832
832
|
productPrice: {
|
|
833
|
-
currency: string | null;
|
|
834
|
-
name: string | null;
|
|
835
833
|
id: string;
|
|
834
|
+
name: string | null;
|
|
835
|
+
currency: string | null;
|
|
836
836
|
createdAt: Date;
|
|
837
837
|
updatedAt: Date;
|
|
838
838
|
deletedAt: Date | null;
|
|
@@ -853,9 +853,9 @@ export declare const subscriptionContract: {
|
|
|
853
853
|
deletedAt: Date | null;
|
|
854
854
|
provider: string;
|
|
855
855
|
productPrice: {
|
|
856
|
-
currency: string | null;
|
|
857
|
-
name: string | null;
|
|
858
856
|
id: string;
|
|
857
|
+
name: string | null;
|
|
858
|
+
currency: string | null;
|
|
859
859
|
createdAt: Date;
|
|
860
860
|
updatedAt: Date;
|
|
861
861
|
deletedAt: Date | null;
|
|
@@ -871,9 +871,9 @@ export declare const subscriptionContract: {
|
|
|
871
871
|
subscriptionProducts: {
|
|
872
872
|
id: string;
|
|
873
873
|
product: {
|
|
874
|
-
name: string;
|
|
875
874
|
type: string;
|
|
876
875
|
id: string;
|
|
876
|
+
name: string;
|
|
877
877
|
createdAt: Date;
|
|
878
878
|
updatedAt: Date;
|
|
879
879
|
deletedAt: Date | null;
|
|
@@ -882,9 +882,9 @@ export declare const subscriptionContract: {
|
|
|
882
882
|
omnichannel: string;
|
|
883
883
|
usageType: string | null;
|
|
884
884
|
productPrice: {
|
|
885
|
-
currency: string | null;
|
|
886
|
-
name: string | null;
|
|
887
885
|
id: string;
|
|
886
|
+
name: string | null;
|
|
887
|
+
currency: string | null;
|
|
888
888
|
createdAt: Date;
|
|
889
889
|
updatedAt: Date;
|
|
890
890
|
deletedAt: Date | null;
|
|
@@ -895,9 +895,9 @@ export declare const subscriptionContract: {
|
|
|
895
895
|
relatedProducts: {
|
|
896
896
|
id: string;
|
|
897
897
|
product: {
|
|
898
|
-
name: string;
|
|
899
898
|
type: string;
|
|
900
899
|
id: string;
|
|
900
|
+
name: string;
|
|
901
901
|
createdAt: Date;
|
|
902
902
|
updatedAt: Date;
|
|
903
903
|
deletedAt: Date | null;
|
|
@@ -906,9 +906,9 @@ export declare const subscriptionContract: {
|
|
|
906
906
|
omnichannel: string;
|
|
907
907
|
usageType: string | null;
|
|
908
908
|
productPrice: {
|
|
909
|
-
currency: string | null;
|
|
910
|
-
name: string | null;
|
|
911
909
|
id: string;
|
|
910
|
+
name: string | null;
|
|
911
|
+
currency: string | null;
|
|
912
912
|
createdAt: Date;
|
|
913
913
|
updatedAt: Date;
|
|
914
914
|
deletedAt: Date | null;
|
|
@@ -931,14 +931,14 @@ export declare const subscriptionContract: {
|
|
|
931
931
|
subscriptionItemId: string;
|
|
932
932
|
}[];
|
|
933
933
|
}, {
|
|
934
|
-
name: string | null;
|
|
935
934
|
type: string;
|
|
936
935
|
interval: string;
|
|
937
936
|
id: string;
|
|
937
|
+
name: string | null;
|
|
938
938
|
product: {
|
|
939
|
-
name: string;
|
|
940
939
|
type: string;
|
|
941
940
|
id: string;
|
|
941
|
+
name: string;
|
|
942
942
|
createdAt: Date;
|
|
943
943
|
updatedAt: Date;
|
|
944
944
|
deletedAt: Date | null;
|
|
@@ -947,9 +947,9 @@ export declare const subscriptionContract: {
|
|
|
947
947
|
omnichannel: string;
|
|
948
948
|
usageType: string | null;
|
|
949
949
|
productPrice: {
|
|
950
|
-
currency: string | null;
|
|
951
|
-
name: string | null;
|
|
952
950
|
id: string;
|
|
951
|
+
name: string | null;
|
|
952
|
+
currency: string | null;
|
|
953
953
|
createdAt: Date;
|
|
954
954
|
updatedAt: Date;
|
|
955
955
|
deletedAt: Date | null;
|
|
@@ -960,9 +960,9 @@ export declare const subscriptionContract: {
|
|
|
960
960
|
relatedProducts: {
|
|
961
961
|
id: string;
|
|
962
962
|
product: {
|
|
963
|
-
name: string;
|
|
964
963
|
type: string;
|
|
965
964
|
id: string;
|
|
965
|
+
name: string;
|
|
966
966
|
createdAt: Date;
|
|
967
967
|
updatedAt: Date;
|
|
968
968
|
deletedAt: Date | null;
|
|
@@ -971,9 +971,9 @@ export declare const subscriptionContract: {
|
|
|
971
971
|
omnichannel: string;
|
|
972
972
|
usageType: string | null;
|
|
973
973
|
productPrice: {
|
|
974
|
-
currency: string | null;
|
|
975
|
-
name: string | null;
|
|
976
974
|
id: string;
|
|
975
|
+
name: string | null;
|
|
976
|
+
currency: string | null;
|
|
977
977
|
createdAt: Date;
|
|
978
978
|
updatedAt: Date;
|
|
979
979
|
deletedAt: Date | null;
|
|
@@ -994,9 +994,9 @@ export declare const subscriptionContract: {
|
|
|
994
994
|
deletedAt: Date | null;
|
|
995
995
|
provider: string;
|
|
996
996
|
productPrice: {
|
|
997
|
-
currency: string | null;
|
|
998
|
-
name: string | null;
|
|
999
997
|
id: string;
|
|
998
|
+
name: string | null;
|
|
999
|
+
currency: string | null;
|
|
1000
1000
|
createdAt: Date;
|
|
1001
1001
|
updatedAt: Date;
|
|
1002
1002
|
deletedAt: Date | null;
|
|
@@ -1012,9 +1012,9 @@ export declare const subscriptionContract: {
|
|
|
1012
1012
|
subscriptionProducts: {
|
|
1013
1013
|
id: string;
|
|
1014
1014
|
product: {
|
|
1015
|
-
name: string;
|
|
1016
1015
|
type: string;
|
|
1017
1016
|
id: string;
|
|
1017
|
+
name: string;
|
|
1018
1018
|
createdAt: Date;
|
|
1019
1019
|
updatedAt: Date;
|
|
1020
1020
|
deletedAt: Date | null;
|
|
@@ -1023,9 +1023,9 @@ export declare const subscriptionContract: {
|
|
|
1023
1023
|
omnichannel: string;
|
|
1024
1024
|
usageType: string | null;
|
|
1025
1025
|
productPrice: {
|
|
1026
|
-
currency: string | null;
|
|
1027
|
-
name: string | null;
|
|
1028
1026
|
id: string;
|
|
1027
|
+
name: string | null;
|
|
1028
|
+
currency: string | null;
|
|
1029
1029
|
createdAt: Date;
|
|
1030
1030
|
updatedAt: Date;
|
|
1031
1031
|
deletedAt: Date | null;
|
|
@@ -1036,9 +1036,9 @@ export declare const subscriptionContract: {
|
|
|
1036
1036
|
relatedProducts: {
|
|
1037
1037
|
id: string;
|
|
1038
1038
|
product: {
|
|
1039
|
-
name: string;
|
|
1040
1039
|
type: string;
|
|
1041
1040
|
id: string;
|
|
1041
|
+
name: string;
|
|
1042
1042
|
createdAt: Date;
|
|
1043
1043
|
updatedAt: Date;
|
|
1044
1044
|
deletedAt: Date | null;
|
|
@@ -1047,9 +1047,9 @@ export declare const subscriptionContract: {
|
|
|
1047
1047
|
omnichannel: string;
|
|
1048
1048
|
usageType: string | null;
|
|
1049
1049
|
productPrice: {
|
|
1050
|
-
currency: string | null;
|
|
1051
|
-
name: string | null;
|
|
1052
1050
|
id: string;
|
|
1051
|
+
name: string | null;
|
|
1052
|
+
currency: string | null;
|
|
1053
1053
|
createdAt: Date;
|
|
1054
1054
|
updatedAt: Date;
|
|
1055
1055
|
deletedAt: Date | null;
|
|
@@ -1075,14 +1075,14 @@ export declare const subscriptionContract: {
|
|
|
1075
1075
|
}, "strip", z.ZodTypeAny, {
|
|
1076
1076
|
requestId: string;
|
|
1077
1077
|
subscription: {
|
|
1078
|
-
name: string | null;
|
|
1079
1078
|
type: string;
|
|
1080
1079
|
interval: string;
|
|
1081
1080
|
id: string;
|
|
1081
|
+
name: string | null;
|
|
1082
1082
|
product: {
|
|
1083
|
-
name: string;
|
|
1084
1083
|
type: string;
|
|
1085
1084
|
id: string;
|
|
1085
|
+
name: string;
|
|
1086
1086
|
createdAt: Date;
|
|
1087
1087
|
updatedAt: Date;
|
|
1088
1088
|
deletedAt: Date | null;
|
|
@@ -1091,9 +1091,9 @@ export declare const subscriptionContract: {
|
|
|
1091
1091
|
omnichannel: string;
|
|
1092
1092
|
usageType: string | null;
|
|
1093
1093
|
productPrice: {
|
|
1094
|
-
currency: string | null;
|
|
1095
|
-
name: string | null;
|
|
1096
1094
|
id: string;
|
|
1095
|
+
name: string | null;
|
|
1096
|
+
currency: string | null;
|
|
1097
1097
|
createdAt: Date;
|
|
1098
1098
|
updatedAt: Date;
|
|
1099
1099
|
deletedAt: Date | null;
|
|
@@ -1104,9 +1104,9 @@ export declare const subscriptionContract: {
|
|
|
1104
1104
|
relatedProducts: {
|
|
1105
1105
|
id: string;
|
|
1106
1106
|
product: {
|
|
1107
|
-
name: string;
|
|
1108
1107
|
type: string;
|
|
1109
1108
|
id: string;
|
|
1109
|
+
name: string;
|
|
1110
1110
|
createdAt: Date;
|
|
1111
1111
|
updatedAt: Date;
|
|
1112
1112
|
deletedAt: Date | null;
|
|
@@ -1115,9 +1115,9 @@ export declare const subscriptionContract: {
|
|
|
1115
1115
|
omnichannel: string;
|
|
1116
1116
|
usageType: string | null;
|
|
1117
1117
|
productPrice: {
|
|
1118
|
-
currency: string | null;
|
|
1119
|
-
name: string | null;
|
|
1120
1118
|
id: string;
|
|
1119
|
+
name: string | null;
|
|
1120
|
+
currency: string | null;
|
|
1121
1121
|
createdAt: Date;
|
|
1122
1122
|
updatedAt: Date;
|
|
1123
1123
|
deletedAt: Date | null;
|
|
@@ -1138,9 +1138,9 @@ export declare const subscriptionContract: {
|
|
|
1138
1138
|
deletedAt: Date | null;
|
|
1139
1139
|
provider: string;
|
|
1140
1140
|
productPrice: {
|
|
1141
|
-
currency: string | null;
|
|
1142
|
-
name: string | null;
|
|
1143
1141
|
id: string;
|
|
1142
|
+
name: string | null;
|
|
1143
|
+
currency: string | null;
|
|
1144
1144
|
createdAt: Date;
|
|
1145
1145
|
updatedAt: Date;
|
|
1146
1146
|
deletedAt: Date | null;
|
|
@@ -1156,9 +1156,9 @@ export declare const subscriptionContract: {
|
|
|
1156
1156
|
subscriptionProducts: {
|
|
1157
1157
|
id: string;
|
|
1158
1158
|
product: {
|
|
1159
|
-
name: string;
|
|
1160
1159
|
type: string;
|
|
1161
1160
|
id: string;
|
|
1161
|
+
name: string;
|
|
1162
1162
|
createdAt: Date;
|
|
1163
1163
|
updatedAt: Date;
|
|
1164
1164
|
deletedAt: Date | null;
|
|
@@ -1167,9 +1167,9 @@ export declare const subscriptionContract: {
|
|
|
1167
1167
|
omnichannel: string;
|
|
1168
1168
|
usageType: string | null;
|
|
1169
1169
|
productPrice: {
|
|
1170
|
-
currency: string | null;
|
|
1171
|
-
name: string | null;
|
|
1172
1170
|
id: string;
|
|
1171
|
+
name: string | null;
|
|
1172
|
+
currency: string | null;
|
|
1173
1173
|
createdAt: Date;
|
|
1174
1174
|
updatedAt: Date;
|
|
1175
1175
|
deletedAt: Date | null;
|
|
@@ -1180,9 +1180,9 @@ export declare const subscriptionContract: {
|
|
|
1180
1180
|
relatedProducts: {
|
|
1181
1181
|
id: string;
|
|
1182
1182
|
product: {
|
|
1183
|
-
name: string;
|
|
1184
1183
|
type: string;
|
|
1185
1184
|
id: string;
|
|
1185
|
+
name: string;
|
|
1186
1186
|
createdAt: Date;
|
|
1187
1187
|
updatedAt: Date;
|
|
1188
1188
|
deletedAt: Date | null;
|
|
@@ -1191,9 +1191,9 @@ export declare const subscriptionContract: {
|
|
|
1191
1191
|
omnichannel: string;
|
|
1192
1192
|
usageType: string | null;
|
|
1193
1193
|
productPrice: {
|
|
1194
|
-
currency: string | null;
|
|
1195
|
-
name: string | null;
|
|
1196
1194
|
id: string;
|
|
1195
|
+
name: string | null;
|
|
1196
|
+
currency: string | null;
|
|
1197
1197
|
createdAt: Date;
|
|
1198
1198
|
updatedAt: Date;
|
|
1199
1199
|
deletedAt: Date | null;
|
|
@@ -1219,14 +1219,14 @@ export declare const subscriptionContract: {
|
|
|
1219
1219
|
}, {
|
|
1220
1220
|
requestId: string;
|
|
1221
1221
|
subscription: {
|
|
1222
|
-
name: string | null;
|
|
1223
1222
|
type: string;
|
|
1224
1223
|
interval: string;
|
|
1225
1224
|
id: string;
|
|
1225
|
+
name: string | null;
|
|
1226
1226
|
product: {
|
|
1227
|
-
name: string;
|
|
1228
1227
|
type: string;
|
|
1229
1228
|
id: string;
|
|
1229
|
+
name: string;
|
|
1230
1230
|
createdAt: Date;
|
|
1231
1231
|
updatedAt: Date;
|
|
1232
1232
|
deletedAt: Date | null;
|
|
@@ -1235,9 +1235,9 @@ export declare const subscriptionContract: {
|
|
|
1235
1235
|
omnichannel: string;
|
|
1236
1236
|
usageType: string | null;
|
|
1237
1237
|
productPrice: {
|
|
1238
|
-
currency: string | null;
|
|
1239
|
-
name: string | null;
|
|
1240
1238
|
id: string;
|
|
1239
|
+
name: string | null;
|
|
1240
|
+
currency: string | null;
|
|
1241
1241
|
createdAt: Date;
|
|
1242
1242
|
updatedAt: Date;
|
|
1243
1243
|
deletedAt: Date | null;
|
|
@@ -1248,9 +1248,9 @@ export declare const subscriptionContract: {
|
|
|
1248
1248
|
relatedProducts: {
|
|
1249
1249
|
id: string;
|
|
1250
1250
|
product: {
|
|
1251
|
-
name: string;
|
|
1252
1251
|
type: string;
|
|
1253
1252
|
id: string;
|
|
1253
|
+
name: string;
|
|
1254
1254
|
createdAt: Date;
|
|
1255
1255
|
updatedAt: Date;
|
|
1256
1256
|
deletedAt: Date | null;
|
|
@@ -1259,9 +1259,9 @@ export declare const subscriptionContract: {
|
|
|
1259
1259
|
omnichannel: string;
|
|
1260
1260
|
usageType: string | null;
|
|
1261
1261
|
productPrice: {
|
|
1262
|
-
currency: string | null;
|
|
1263
|
-
name: string | null;
|
|
1264
1262
|
id: string;
|
|
1263
|
+
name: string | null;
|
|
1264
|
+
currency: string | null;
|
|
1265
1265
|
createdAt: Date;
|
|
1266
1266
|
updatedAt: Date;
|
|
1267
1267
|
deletedAt: Date | null;
|
|
@@ -1282,9 +1282,9 @@ export declare const subscriptionContract: {
|
|
|
1282
1282
|
deletedAt: Date | null;
|
|
1283
1283
|
provider: string;
|
|
1284
1284
|
productPrice: {
|
|
1285
|
-
currency: string | null;
|
|
1286
|
-
name: string | null;
|
|
1287
1285
|
id: string;
|
|
1286
|
+
name: string | null;
|
|
1287
|
+
currency: string | null;
|
|
1288
1288
|
createdAt: Date;
|
|
1289
1289
|
updatedAt: Date;
|
|
1290
1290
|
deletedAt: Date | null;
|
|
@@ -1300,9 +1300,9 @@ export declare const subscriptionContract: {
|
|
|
1300
1300
|
subscriptionProducts: {
|
|
1301
1301
|
id: string;
|
|
1302
1302
|
product: {
|
|
1303
|
-
name: string;
|
|
1304
1303
|
type: string;
|
|
1305
1304
|
id: string;
|
|
1305
|
+
name: string;
|
|
1306
1306
|
createdAt: Date;
|
|
1307
1307
|
updatedAt: Date;
|
|
1308
1308
|
deletedAt: Date | null;
|
|
@@ -1311,9 +1311,9 @@ export declare const subscriptionContract: {
|
|
|
1311
1311
|
omnichannel: string;
|
|
1312
1312
|
usageType: string | null;
|
|
1313
1313
|
productPrice: {
|
|
1314
|
-
currency: string | null;
|
|
1315
|
-
name: string | null;
|
|
1316
1314
|
id: string;
|
|
1315
|
+
name: string | null;
|
|
1316
|
+
currency: string | null;
|
|
1317
1317
|
createdAt: Date;
|
|
1318
1318
|
updatedAt: Date;
|
|
1319
1319
|
deletedAt: Date | null;
|
|
@@ -1324,9 +1324,9 @@ export declare const subscriptionContract: {
|
|
|
1324
1324
|
relatedProducts: {
|
|
1325
1325
|
id: string;
|
|
1326
1326
|
product: {
|
|
1327
|
-
name: string;
|
|
1328
1327
|
type: string;
|
|
1329
1328
|
id: string;
|
|
1329
|
+
name: string;
|
|
1330
1330
|
createdAt: Date;
|
|
1331
1331
|
updatedAt: Date;
|
|
1332
1332
|
deletedAt: Date | null;
|
|
@@ -1335,9 +1335,9 @@ export declare const subscriptionContract: {
|
|
|
1335
1335
|
omnichannel: string;
|
|
1336
1336
|
usageType: string | null;
|
|
1337
1337
|
productPrice: {
|
|
1338
|
-
currency: string | null;
|
|
1339
|
-
name: string | null;
|
|
1340
1338
|
id: string;
|
|
1339
|
+
name: string | null;
|
|
1340
|
+
currency: string | null;
|
|
1341
1341
|
createdAt: Date;
|
|
1342
1342
|
updatedAt: Date;
|
|
1343
1343
|
deletedAt: Date | null;
|
|
@@ -1469,16 +1469,7 @@ export declare const subscriptionContract: {
|
|
|
1469
1469
|
};
|
|
1470
1470
|
getAvailablePlan: {
|
|
1471
1471
|
method: "GET";
|
|
1472
|
-
query:
|
|
1473
|
-
type: z.ZodString;
|
|
1474
|
-
currency: z.ZodString;
|
|
1475
|
-
}, "strip", z.ZodTypeAny, {
|
|
1476
|
-
currency: string;
|
|
1477
|
-
type: string;
|
|
1478
|
-
}, {
|
|
1479
|
-
currency: string;
|
|
1480
|
-
type: string;
|
|
1481
|
-
}>;
|
|
1472
|
+
query: null;
|
|
1482
1473
|
responses: {
|
|
1483
1474
|
200: z.ZodObject<{
|
|
1484
1475
|
requestId: z.ZodString;
|
|
@@ -1504,9 +1495,9 @@ export declare const subscriptionContract: {
|
|
|
1504
1495
|
price: z.ZodNumber;
|
|
1505
1496
|
currency: z.ZodNullable<z.ZodString>;
|
|
1506
1497
|
}, "strip", z.ZodTypeAny, {
|
|
1507
|
-
currency: string | null;
|
|
1508
|
-
name: string | null;
|
|
1509
1498
|
id: string;
|
|
1499
|
+
name: string | null;
|
|
1500
|
+
currency: string | null;
|
|
1510
1501
|
createdAt: Date;
|
|
1511
1502
|
updatedAt: Date;
|
|
1512
1503
|
deletedAt: Date | null;
|
|
@@ -1514,9 +1505,9 @@ export declare const subscriptionContract: {
|
|
|
1514
1505
|
perUnit: number;
|
|
1515
1506
|
price: number;
|
|
1516
1507
|
}, {
|
|
1517
|
-
currency: string | null;
|
|
1518
|
-
name: string | null;
|
|
1519
1508
|
id: string;
|
|
1509
|
+
name: string | null;
|
|
1510
|
+
currency: string | null;
|
|
1520
1511
|
createdAt: Date;
|
|
1521
1512
|
updatedAt: Date;
|
|
1522
1513
|
deletedAt: Date | null;
|
|
@@ -1552,9 +1543,9 @@ export declare const subscriptionContract: {
|
|
|
1552
1543
|
price: z.ZodNumber;
|
|
1553
1544
|
currency: z.ZodNullable<z.ZodString>;
|
|
1554
1545
|
}, "strip", z.ZodTypeAny, {
|
|
1555
|
-
currency: string | null;
|
|
1556
|
-
name: string | null;
|
|
1557
1546
|
id: string;
|
|
1547
|
+
name: string | null;
|
|
1548
|
+
currency: string | null;
|
|
1558
1549
|
createdAt: Date;
|
|
1559
1550
|
updatedAt: Date;
|
|
1560
1551
|
deletedAt: Date | null;
|
|
@@ -1562,9 +1553,9 @@ export declare const subscriptionContract: {
|
|
|
1562
1553
|
perUnit: number;
|
|
1563
1554
|
price: number;
|
|
1564
1555
|
}, {
|
|
1565
|
-
currency: string | null;
|
|
1566
|
-
name: string | null;
|
|
1567
1556
|
id: string;
|
|
1557
|
+
name: string | null;
|
|
1558
|
+
currency: string | null;
|
|
1568
1559
|
createdAt: Date;
|
|
1569
1560
|
updatedAt: Date;
|
|
1570
1561
|
deletedAt: Date | null;
|
|
@@ -1573,9 +1564,9 @@ export declare const subscriptionContract: {
|
|
|
1573
1564
|
price: number;
|
|
1574
1565
|
}>;
|
|
1575
1566
|
}, "strip", z.ZodTypeAny, {
|
|
1576
|
-
name: string;
|
|
1577
1567
|
type: string;
|
|
1578
1568
|
id: string;
|
|
1569
|
+
name: string;
|
|
1579
1570
|
createdAt: Date;
|
|
1580
1571
|
updatedAt: Date;
|
|
1581
1572
|
deletedAt: Date | null;
|
|
@@ -1584,9 +1575,9 @@ export declare const subscriptionContract: {
|
|
|
1584
1575
|
omnichannel: string;
|
|
1585
1576
|
usageType: string | null;
|
|
1586
1577
|
productPrice: {
|
|
1587
|
-
currency: string | null;
|
|
1588
|
-
name: string | null;
|
|
1589
1578
|
id: string;
|
|
1579
|
+
name: string | null;
|
|
1580
|
+
currency: string | null;
|
|
1590
1581
|
createdAt: Date;
|
|
1591
1582
|
updatedAt: Date;
|
|
1592
1583
|
deletedAt: Date | null;
|
|
@@ -1595,9 +1586,9 @@ export declare const subscriptionContract: {
|
|
|
1595
1586
|
price: number;
|
|
1596
1587
|
};
|
|
1597
1588
|
}, {
|
|
1598
|
-
name: string;
|
|
1599
1589
|
type: string;
|
|
1600
1590
|
id: string;
|
|
1591
|
+
name: string;
|
|
1601
1592
|
createdAt: Date;
|
|
1602
1593
|
updatedAt: Date;
|
|
1603
1594
|
deletedAt: Date | null;
|
|
@@ -1606,9 +1597,9 @@ export declare const subscriptionContract: {
|
|
|
1606
1597
|
omnichannel: string;
|
|
1607
1598
|
usageType: string | null;
|
|
1608
1599
|
productPrice: {
|
|
1609
|
-
currency: string | null;
|
|
1610
|
-
name: string | null;
|
|
1611
1600
|
id: string;
|
|
1601
|
+
name: string | null;
|
|
1602
|
+
currency: string | null;
|
|
1612
1603
|
createdAt: Date;
|
|
1613
1604
|
updatedAt: Date;
|
|
1614
1605
|
deletedAt: Date | null;
|
|
@@ -1620,9 +1611,9 @@ export declare const subscriptionContract: {
|
|
|
1620
1611
|
}, "strip", z.ZodTypeAny, {
|
|
1621
1612
|
id: string;
|
|
1622
1613
|
product: {
|
|
1623
|
-
name: string;
|
|
1624
1614
|
type: string;
|
|
1625
1615
|
id: string;
|
|
1616
|
+
name: string;
|
|
1626
1617
|
createdAt: Date;
|
|
1627
1618
|
updatedAt: Date;
|
|
1628
1619
|
deletedAt: Date | null;
|
|
@@ -1631,9 +1622,9 @@ export declare const subscriptionContract: {
|
|
|
1631
1622
|
omnichannel: string;
|
|
1632
1623
|
usageType: string | null;
|
|
1633
1624
|
productPrice: {
|
|
1634
|
-
currency: string | null;
|
|
1635
|
-
name: string | null;
|
|
1636
1625
|
id: string;
|
|
1626
|
+
name: string | null;
|
|
1627
|
+
currency: string | null;
|
|
1637
1628
|
createdAt: Date;
|
|
1638
1629
|
updatedAt: Date;
|
|
1639
1630
|
deletedAt: Date | null;
|
|
@@ -1649,9 +1640,9 @@ export declare const subscriptionContract: {
|
|
|
1649
1640
|
}, {
|
|
1650
1641
|
id: string;
|
|
1651
1642
|
product: {
|
|
1652
|
-
name: string;
|
|
1653
1643
|
type: string;
|
|
1654
1644
|
id: string;
|
|
1645
|
+
name: string;
|
|
1655
1646
|
createdAt: Date;
|
|
1656
1647
|
updatedAt: Date;
|
|
1657
1648
|
deletedAt: Date | null;
|
|
@@ -1660,9 +1651,9 @@ export declare const subscriptionContract: {
|
|
|
1660
1651
|
omnichannel: string;
|
|
1661
1652
|
usageType: string | null;
|
|
1662
1653
|
productPrice: {
|
|
1663
|
-
currency: string | null;
|
|
1664
|
-
name: string | null;
|
|
1665
1654
|
id: string;
|
|
1655
|
+
name: string | null;
|
|
1656
|
+
currency: string | null;
|
|
1666
1657
|
createdAt: Date;
|
|
1667
1658
|
updatedAt: Date;
|
|
1668
1659
|
deletedAt: Date | null;
|
|
@@ -1677,9 +1668,9 @@ export declare const subscriptionContract: {
|
|
|
1677
1668
|
includedQuantity: number;
|
|
1678
1669
|
}>, "many">;
|
|
1679
1670
|
}, "strip", z.ZodTypeAny, {
|
|
1680
|
-
name: string;
|
|
1681
1671
|
type: string;
|
|
1682
1672
|
id: string;
|
|
1673
|
+
name: string;
|
|
1683
1674
|
createdAt: Date;
|
|
1684
1675
|
updatedAt: Date;
|
|
1685
1676
|
deletedAt: Date | null;
|
|
@@ -1688,9 +1679,9 @@ export declare const subscriptionContract: {
|
|
|
1688
1679
|
omnichannel: string;
|
|
1689
1680
|
usageType: string | null;
|
|
1690
1681
|
productPrice: {
|
|
1691
|
-
currency: string | null;
|
|
1692
|
-
name: string | null;
|
|
1693
1682
|
id: string;
|
|
1683
|
+
name: string | null;
|
|
1684
|
+
currency: string | null;
|
|
1694
1685
|
createdAt: Date;
|
|
1695
1686
|
updatedAt: Date;
|
|
1696
1687
|
deletedAt: Date | null;
|
|
@@ -1701,9 +1692,9 @@ export declare const subscriptionContract: {
|
|
|
1701
1692
|
relatedProducts: {
|
|
1702
1693
|
id: string;
|
|
1703
1694
|
product: {
|
|
1704
|
-
name: string;
|
|
1705
1695
|
type: string;
|
|
1706
1696
|
id: string;
|
|
1697
|
+
name: string;
|
|
1707
1698
|
createdAt: Date;
|
|
1708
1699
|
updatedAt: Date;
|
|
1709
1700
|
deletedAt: Date | null;
|
|
@@ -1712,9 +1703,9 @@ export declare const subscriptionContract: {
|
|
|
1712
1703
|
omnichannel: string;
|
|
1713
1704
|
usageType: string | null;
|
|
1714
1705
|
productPrice: {
|
|
1715
|
-
currency: string | null;
|
|
1716
|
-
name: string | null;
|
|
1717
1706
|
id: string;
|
|
1707
|
+
name: string | null;
|
|
1708
|
+
currency: string | null;
|
|
1718
1709
|
createdAt: Date;
|
|
1719
1710
|
updatedAt: Date;
|
|
1720
1711
|
deletedAt: Date | null;
|
|
@@ -1729,9 +1720,9 @@ export declare const subscriptionContract: {
|
|
|
1729
1720
|
includedQuantity: number;
|
|
1730
1721
|
}[];
|
|
1731
1722
|
}, {
|
|
1732
|
-
name: string;
|
|
1733
1723
|
type: string;
|
|
1734
1724
|
id: string;
|
|
1725
|
+
name: string;
|
|
1735
1726
|
createdAt: Date;
|
|
1736
1727
|
updatedAt: Date;
|
|
1737
1728
|
deletedAt: Date | null;
|
|
@@ -1740,9 +1731,9 @@ export declare const subscriptionContract: {
|
|
|
1740
1731
|
omnichannel: string;
|
|
1741
1732
|
usageType: string | null;
|
|
1742
1733
|
productPrice: {
|
|
1743
|
-
currency: string | null;
|
|
1744
|
-
name: string | null;
|
|
1745
1734
|
id: string;
|
|
1735
|
+
name: string | null;
|
|
1736
|
+
currency: string | null;
|
|
1746
1737
|
createdAt: Date;
|
|
1747
1738
|
updatedAt: Date;
|
|
1748
1739
|
deletedAt: Date | null;
|
|
@@ -1753,9 +1744,9 @@ export declare const subscriptionContract: {
|
|
|
1753
1744
|
relatedProducts: {
|
|
1754
1745
|
id: string;
|
|
1755
1746
|
product: {
|
|
1756
|
-
name: string;
|
|
1757
1747
|
type: string;
|
|
1758
1748
|
id: string;
|
|
1749
|
+
name: string;
|
|
1759
1750
|
createdAt: Date;
|
|
1760
1751
|
updatedAt: Date;
|
|
1761
1752
|
deletedAt: Date | null;
|
|
@@ -1764,9 +1755,9 @@ export declare const subscriptionContract: {
|
|
|
1764
1755
|
omnichannel: string;
|
|
1765
1756
|
usageType: string | null;
|
|
1766
1757
|
productPrice: {
|
|
1767
|
-
currency: string | null;
|
|
1768
|
-
name: string | null;
|
|
1769
1758
|
id: string;
|
|
1759
|
+
name: string | null;
|
|
1760
|
+
currency: string | null;
|
|
1770
1761
|
createdAt: Date;
|
|
1771
1762
|
updatedAt: Date;
|
|
1772
1763
|
deletedAt: Date | null;
|
|
@@ -1783,9 +1774,9 @@ export declare const subscriptionContract: {
|
|
|
1783
1774
|
}>, "many">;
|
|
1784
1775
|
}, "strip", z.ZodTypeAny, {
|
|
1785
1776
|
data: {
|
|
1786
|
-
name: string;
|
|
1787
1777
|
type: string;
|
|
1788
1778
|
id: string;
|
|
1779
|
+
name: string;
|
|
1789
1780
|
createdAt: Date;
|
|
1790
1781
|
updatedAt: Date;
|
|
1791
1782
|
deletedAt: Date | null;
|
|
@@ -1794,9 +1785,9 @@ export declare const subscriptionContract: {
|
|
|
1794
1785
|
omnichannel: string;
|
|
1795
1786
|
usageType: string | null;
|
|
1796
1787
|
productPrice: {
|
|
1797
|
-
currency: string | null;
|
|
1798
|
-
name: string | null;
|
|
1799
1788
|
id: string;
|
|
1789
|
+
name: string | null;
|
|
1790
|
+
currency: string | null;
|
|
1800
1791
|
createdAt: Date;
|
|
1801
1792
|
updatedAt: Date;
|
|
1802
1793
|
deletedAt: Date | null;
|
|
@@ -1807,9 +1798,9 @@ export declare const subscriptionContract: {
|
|
|
1807
1798
|
relatedProducts: {
|
|
1808
1799
|
id: string;
|
|
1809
1800
|
product: {
|
|
1810
|
-
name: string;
|
|
1811
1801
|
type: string;
|
|
1812
1802
|
id: string;
|
|
1803
|
+
name: string;
|
|
1813
1804
|
createdAt: Date;
|
|
1814
1805
|
updatedAt: Date;
|
|
1815
1806
|
deletedAt: Date | null;
|
|
@@ -1818,9 +1809,9 @@ export declare const subscriptionContract: {
|
|
|
1818
1809
|
omnichannel: string;
|
|
1819
1810
|
usageType: string | null;
|
|
1820
1811
|
productPrice: {
|
|
1821
|
-
currency: string | null;
|
|
1822
|
-
name: string | null;
|
|
1823
1812
|
id: string;
|
|
1813
|
+
name: string | null;
|
|
1814
|
+
currency: string | null;
|
|
1824
1815
|
createdAt: Date;
|
|
1825
1816
|
updatedAt: Date;
|
|
1826
1817
|
deletedAt: Date | null;
|
|
@@ -1838,9 +1829,9 @@ export declare const subscriptionContract: {
|
|
|
1838
1829
|
requestId: string;
|
|
1839
1830
|
}, {
|
|
1840
1831
|
data: {
|
|
1841
|
-
name: string;
|
|
1842
1832
|
type: string;
|
|
1843
1833
|
id: string;
|
|
1834
|
+
name: string;
|
|
1844
1835
|
createdAt: Date;
|
|
1845
1836
|
updatedAt: Date;
|
|
1846
1837
|
deletedAt: Date | null;
|
|
@@ -1849,9 +1840,9 @@ export declare const subscriptionContract: {
|
|
|
1849
1840
|
omnichannel: string;
|
|
1850
1841
|
usageType: string | null;
|
|
1851
1842
|
productPrice: {
|
|
1852
|
-
currency: string | null;
|
|
1853
|
-
name: string | null;
|
|
1854
1843
|
id: string;
|
|
1844
|
+
name: string | null;
|
|
1845
|
+
currency: string | null;
|
|
1855
1846
|
createdAt: Date;
|
|
1856
1847
|
updatedAt: Date;
|
|
1857
1848
|
deletedAt: Date | null;
|
|
@@ -1862,9 +1853,9 @@ export declare const subscriptionContract: {
|
|
|
1862
1853
|
relatedProducts: {
|
|
1863
1854
|
id: string;
|
|
1864
1855
|
product: {
|
|
1865
|
-
name: string;
|
|
1866
1856
|
type: string;
|
|
1867
1857
|
id: string;
|
|
1858
|
+
name: string;
|
|
1868
1859
|
createdAt: Date;
|
|
1869
1860
|
updatedAt: Date;
|
|
1870
1861
|
deletedAt: Date | null;
|
|
@@ -1873,9 +1864,9 @@ export declare const subscriptionContract: {
|
|
|
1873
1864
|
omnichannel: string;
|
|
1874
1865
|
usageType: string | null;
|
|
1875
1866
|
productPrice: {
|
|
1876
|
-
currency: string | null;
|
|
1877
|
-
name: string | null;
|
|
1878
1867
|
id: string;
|
|
1868
|
+
name: string | null;
|
|
1869
|
+
currency: string | null;
|
|
1879
1870
|
createdAt: Date;
|
|
1880
1871
|
updatedAt: Date;
|
|
1881
1872
|
deletedAt: Date | null;
|