@vercel/sdk 1.18.0 → 1.18.2
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/README.md +51 -53
- package/bin/mcp-server.js +1918 -1753
- package/bin/mcp-server.js.map +39 -42
- package/esm/__tests__/accessgroups.test.js +3 -1
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +9 -29
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/drains.test.js +27 -0
- package/esm/__tests__/drains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +7 -6
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/security.test.js +11 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/integrationsGetBillingPlans.js +2 -0
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +1 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/models/authuser.d.ts +5 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +2 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +4 -4
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.d.ts +1 -4
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +20 -2
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +19 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +20 -2
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +19 -2
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createdrainop.d.ts +8 -8
- package/esm/models/createdrainop.d.ts.map +1 -1
- package/esm/models/createdrainop.js +8 -10
- package/esm/models/createdrainop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +220 -152
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +296 -218
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +28 -4
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +25 -4
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +4 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/getalllogdrainsop.d.ts +8 -8
- package/esm/models/getalllogdrainsop.d.ts.map +1 -1
- package/esm/models/getalllogdrainsop.js +8 -10
- package/esm/models/getalllogdrainsop.js.map +1 -1
- package/esm/models/getbillingplansop.d.ts +4 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -1
- package/esm/models/getbillingplansop.js +4 -0
- package/esm/models/getbillingplansop.js.map +1 -1
- package/esm/models/getbulkavailabilityop.d.ts +3 -0
- package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
- package/esm/models/getbulkavailabilityop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +55 -31
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +42 -30
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +200 -200
- package/esm/models/getconfigurationproductsop.js +290 -290
- package/esm/models/getconfigurationsop.d.ts +48 -24
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +37 -25
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +22 -4
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +24 -4
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdomainpriceop.d.ts +36 -15
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +36 -6
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getdrainop.d.ts +8 -8
- package/esm/models/getdrainop.d.ts.map +1 -1
- package/esm/models/getdrainop.js +8 -10
- package/esm/models/getdrainop.js.map +1 -1
- package/esm/models/getdrainsop.d.ts +8 -8
- package/esm/models/getdrainsop.d.ts.map +1 -1
- package/esm/models/getdrainsop.js +8 -8
- package/esm/models/getdrainsop.js.map +1 -1
- package/esm/models/getinvoiceop.d.ts +10 -0
- package/esm/models/getinvoiceop.d.ts.map +1 -1
- package/esm/models/getinvoiceop.js +4 -0
- package/esm/models/getinvoiceop.js.map +1 -1
- package/esm/models/getorderop.d.ts +135 -51
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +138 -24
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +23 -4
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +23 -4
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/gettldpriceop.d.ts +36 -15
- package/esm/models/gettldpriceop.d.ts.map +1 -1
- package/esm/models/gettldpriceop.js +36 -6
- package/esm/models/gettldpriceop.js.map +1 -1
- package/esm/models/getwebhookop.d.ts +2 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +4 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +4 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +1 -4
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +4 -4
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.d.ts +8 -8
- package/esm/models/updatedrainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.js +8 -12
- package/esm/models/updatedrainop.js.map +1 -1
- package/esm/models/updateinstallationop.d.ts +18 -0
- package/esm/models/updateinstallationop.d.ts.map +1 -1
- package/esm/models/updateinstallationop.js +17 -0
- package/esm/models/updateinstallationop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +23 -4
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +23 -4
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +28 -4
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +25 -4
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +90 -10
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +84 -10
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/domains.d.ts +0 -8
- package/esm/sdk/domains.d.ts.map +1 -1
- package/esm/sdk/domains.js +0 -10
- package/esm/sdk/domains.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +3 -1
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/domains.test.ts +11 -31
- package/src/__tests__/drains.test.ts +27 -0
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +7 -6
- package/src/__tests__/security.test.ts +11 -1
- package/src/funcs/integrationsGetBillingPlans.ts +2 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -3
- package/src/models/authuser.ts +7 -0
- package/src/models/buydomainsop.ts +4 -4
- package/src/models/buysingledomainop.ts +1 -4
- package/src/models/canceldeploymentop.ts +33 -4
- package/src/models/createdeploymentop.ts +33 -4
- package/src/models/createdrainop.ts +19 -29
- package/src/models/createintegrationstoredirectop.ts +704 -471
- package/src/models/createprojectop.ts +57 -8
- package/src/models/createwebhookop.ts +4 -0
- package/src/models/getalllogdrainsop.ts +20 -26
- package/src/models/getbillingplansop.ts +8 -0
- package/src/models/getbulkavailabilityop.ts +3 -0
- package/src/models/getconfigurationop.ts +81 -49
- package/src/models/getconfigurationproductsop.ts +627 -627
- package/src/models/getconfigurationsop.ts +72 -40
- package/src/models/getdeploymentop.ts +38 -8
- package/src/models/getdomainpriceop.ts +124 -21
- package/src/models/getdrainop.ts +20 -26
- package/src/models/getdrainsop.ts +20 -24
- package/src/models/getinvoiceop.ts +14 -0
- package/src/models/getorderop.ts +478 -121
- package/src/models/getprojectsop.ts +50 -8
- package/src/models/gettldpriceop.ts +108 -21
- package/src/models/getwebhookop.ts +2 -0
- package/src/models/getwebhooksop.ts +4 -0
- package/src/models/renewdomainop.ts +1 -4
- package/src/models/transferindomainop.ts +4 -4
- package/src/models/updatedrainop.ts +20 -28
- package/src/models/updateinstallationop.ts +30 -0
- package/src/models/updateprojectdatacacheop.ts +50 -8
- package/src/models/updateprojectop.ts +57 -8
- package/src/models/userevent.ts +192 -22
- package/src/sdk/domains.ts +0 -22
- package/tsconfig.json +1 -1
- package/vercel-spec.json +704 -329
|
@@ -187,6 +187,10 @@ export declare const CreateIntegrationStoreDirectOwnership: {
|
|
|
187
187
|
readonly Sandbox: "sandbox";
|
|
188
188
|
};
|
|
189
189
|
export type CreateIntegrationStoreDirectOwnership = ClosedEnum<typeof CreateIntegrationStoreDirectOwnership>;
|
|
190
|
+
export type SecretRotation2 = {
|
|
191
|
+
maxDelayHours: number;
|
|
192
|
+
};
|
|
193
|
+
export type SecretRotation = SecretRotation2 | boolean;
|
|
190
194
|
export type Capabilities = {
|
|
191
195
|
mcp?: boolean | undefined;
|
|
192
196
|
mcpReadonly?: boolean | undefined;
|
|
@@ -194,6 +198,7 @@ export type Capabilities = {
|
|
|
194
198
|
billable?: boolean | undefined;
|
|
195
199
|
transferable?: boolean | undefined;
|
|
196
200
|
secretsSync?: boolean | undefined;
|
|
201
|
+
secretRotation?: SecretRotation2 | boolean | undefined;
|
|
197
202
|
projects?: boolean | undefined;
|
|
198
203
|
};
|
|
199
204
|
export type CreateIntegrationStoreDirectMetadata = string | number | boolean | Array<string> | Array<number>;
|
|
@@ -207,6 +212,10 @@ export declare const ExternalResourceStatus: {
|
|
|
207
212
|
readonly Resumed: "resumed";
|
|
208
213
|
};
|
|
209
214
|
export type ExternalResourceStatus = ClosedEnum<typeof ExternalResourceStatus>;
|
|
215
|
+
export type CreateIntegrationStoreDirectSecretRotation2 = {
|
|
216
|
+
maxDelayHours: number;
|
|
217
|
+
};
|
|
218
|
+
export type CreateIntegrationStoreDirectSecretRotation = CreateIntegrationStoreDirectSecretRotation2 | boolean;
|
|
210
219
|
export type CreateIntegrationStoreDirectCapabilities = {
|
|
211
220
|
mcp?: boolean | undefined;
|
|
212
221
|
mcpReadonly?: boolean | undefined;
|
|
@@ -214,6 +223,7 @@ export type CreateIntegrationStoreDirectCapabilities = {
|
|
|
214
223
|
billable?: boolean | undefined;
|
|
215
224
|
transferable?: boolean | undefined;
|
|
216
225
|
secretsSync?: boolean | undefined;
|
|
226
|
+
secretRotation?: CreateIntegrationStoreDirectSecretRotation2 | boolean | undefined;
|
|
217
227
|
sandbox?: boolean | undefined;
|
|
218
228
|
linking?: boolean | undefined;
|
|
219
229
|
projects?: boolean | undefined;
|
|
@@ -222,9 +232,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
|
|
|
222
232
|
readonly Object: "object";
|
|
223
233
|
};
|
|
224
234
|
export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
|
|
225
|
-
export type
|
|
235
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8845 = {};
|
|
226
236
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
227
|
-
|
|
237
|
+
atBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8845;
|
|
228
238
|
};
|
|
229
239
|
export declare const CreateIntegrationStoreDirectDisabled3: {
|
|
230
240
|
readonly Update: "update";
|
|
@@ -257,17 +267,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
257
267
|
readonly Domain: "domain";
|
|
258
268
|
};
|
|
259
269
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
|
|
260
|
-
export type
|
|
270
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8845 = {};
|
|
261
271
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
|
|
262
|
-
|
|
272
|
+
atBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8845;
|
|
263
273
|
};
|
|
264
|
-
export type
|
|
274
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8845 = {};
|
|
265
275
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
|
|
266
|
-
|
|
276
|
+
atBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8845;
|
|
267
277
|
};
|
|
268
|
-
export type
|
|
278
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8845 = {};
|
|
269
279
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
|
|
270
|
-
|
|
280
|
+
atBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8845;
|
|
271
281
|
};
|
|
272
282
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
|
|
273
283
|
readonly Update: "update";
|
|
@@ -328,9 +338,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
328
338
|
readonly VercelRegion: "vercel-region";
|
|
329
339
|
};
|
|
330
340
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
|
|
331
|
-
export type
|
|
341
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8845 = {};
|
|
332
342
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
333
|
-
|
|
343
|
+
atBRANDAt8845: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8845;
|
|
334
344
|
};
|
|
335
345
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
|
|
336
346
|
readonly Update: "update";
|
|
@@ -355,9 +365,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
355
365
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
|
|
356
366
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
|
|
357
367
|
};
|
|
358
|
-
export type
|
|
368
|
+
export type UiOptionsAtBRANDAt8845 = {};
|
|
359
369
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
360
|
-
|
|
370
|
+
atBRANDAt8845: UiOptionsAtBRANDAt8845;
|
|
361
371
|
};
|
|
362
372
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
|
|
363
373
|
readonly Update: "update";
|
|
@@ -384,17 +394,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
|
|
|
384
394
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
|
|
385
395
|
};
|
|
386
396
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
|
|
387
|
-
export type
|
|
397
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8845 = {};
|
|
388
398
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
|
|
389
|
-
|
|
399
|
+
atBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8845;
|
|
390
400
|
};
|
|
391
|
-
export type
|
|
401
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8845 = {};
|
|
392
402
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
|
|
393
|
-
|
|
403
|
+
atBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8845;
|
|
394
404
|
};
|
|
395
|
-
export type
|
|
405
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8845 = {};
|
|
396
406
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
|
|
397
|
-
|
|
407
|
+
atBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8845;
|
|
398
408
|
};
|
|
399
409
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
|
|
400
410
|
readonly Update: "update";
|
|
@@ -456,17 +466,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
456
466
|
readonly String: "string";
|
|
457
467
|
};
|
|
458
468
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
|
|
459
|
-
export type
|
|
469
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8845 = {};
|
|
460
470
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength = {
|
|
461
|
-
|
|
471
|
+
atBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8845;
|
|
462
472
|
};
|
|
463
|
-
export type
|
|
473
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8845 = {};
|
|
464
474
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength = {
|
|
465
|
-
|
|
475
|
+
atBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8845;
|
|
466
476
|
};
|
|
467
|
-
export type
|
|
477
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8845 = {};
|
|
468
478
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern = {
|
|
469
|
-
|
|
479
|
+
atBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8845;
|
|
470
480
|
};
|
|
471
481
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
472
482
|
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
|
|
@@ -589,17 +599,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
589
599
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
|
|
590
600
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
|
|
591
601
|
};
|
|
592
|
-
export type
|
|
602
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8845 = {};
|
|
593
603
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
594
|
-
|
|
604
|
+
atBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8845;
|
|
595
605
|
};
|
|
596
|
-
export type
|
|
606
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8845 = {};
|
|
597
607
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
598
|
-
|
|
608
|
+
atBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8845;
|
|
599
609
|
};
|
|
600
|
-
export type
|
|
610
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8845 = {};
|
|
601
611
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
602
|
-
|
|
612
|
+
atBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8845;
|
|
603
613
|
};
|
|
604
614
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
|
|
605
615
|
readonly Update: "update";
|
|
@@ -845,17 +855,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
|
|
|
845
855
|
readonly Input: "input";
|
|
846
856
|
};
|
|
847
857
|
export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
|
|
848
|
-
export type
|
|
858
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8845 = {};
|
|
849
859
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
850
|
-
|
|
860
|
+
atBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8845;
|
|
851
861
|
};
|
|
852
|
-
export type
|
|
862
|
+
export type PropertiesAtBRANDAt8845 = {};
|
|
853
863
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
854
|
-
|
|
864
|
+
atBRANDAt8845: PropertiesAtBRANDAt8845;
|
|
855
865
|
};
|
|
856
|
-
export type
|
|
866
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8845 = {};
|
|
857
867
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
858
|
-
|
|
868
|
+
atBRANDAt8845: CreateIntegrationStoreDirectPropertiesAtBRANDAt8845;
|
|
859
869
|
};
|
|
860
870
|
export declare const CreateIntegrationStoreDirectUiReadOnly3: {
|
|
861
871
|
readonly Update: "update";
|
|
@@ -1013,9 +1023,9 @@ export type Guides = {
|
|
|
1013
1023
|
title: string;
|
|
1014
1024
|
steps: Array<Steps>;
|
|
1015
1025
|
};
|
|
1016
|
-
export type
|
|
1026
|
+
export type AtBRANDAt8845 = {};
|
|
1017
1027
|
export type CreateIntegrationStoreDirectValue = {
|
|
1018
|
-
|
|
1028
|
+
atBRANDAt8845: AtBRANDAt8845;
|
|
1019
1029
|
};
|
|
1020
1030
|
export declare const Disabled3: {
|
|
1021
1031
|
readonly Update: "update";
|
|
@@ -1137,6 +1147,22 @@ export type CreateIntegrationStoreDirectStore = {
|
|
|
1137
1147
|
notification?: CreateIntegrationStoreDirectNotification | undefined;
|
|
1138
1148
|
secrets: Array<CreateIntegrationStoreDirectSecrets>;
|
|
1139
1149
|
billingPlan?: CreateIntegrationStoreDirectBillingPlan | undefined;
|
|
1150
|
+
/**
|
|
1151
|
+
* The timestamp when secret rotation was requested.
|
|
1152
|
+
*/
|
|
1153
|
+
secretRotationRequestedAt?: number | undefined;
|
|
1154
|
+
/**
|
|
1155
|
+
* The reason for the secret rotation request.
|
|
1156
|
+
*/
|
|
1157
|
+
secretRotationRequestedReason?: string | undefined;
|
|
1158
|
+
/**
|
|
1159
|
+
* The ID of the user/team who requested the secret rotation.
|
|
1160
|
+
*/
|
|
1161
|
+
secretRotationRequestedBy?: string | undefined;
|
|
1162
|
+
/**
|
|
1163
|
+
* The timestamp when secret rotation was completed.
|
|
1164
|
+
*/
|
|
1165
|
+
secretRotationCompletedAt?: number | undefined;
|
|
1140
1166
|
};
|
|
1141
1167
|
export type CreateIntegrationStoreDirectResponseBody = {
|
|
1142
1168
|
store: CreateIntegrationStoreDirectStore | null;
|
|
@@ -1283,6 +1309,24 @@ export declare const CreateIntegrationStoreDirectOwnership$inboundSchema: z.ZodN
|
|
|
1283
1309
|
/** @internal */
|
|
1284
1310
|
export declare const CreateIntegrationStoreDirectOwnership$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectOwnership>;
|
|
1285
1311
|
/** @internal */
|
|
1312
|
+
export declare const SecretRotation2$inboundSchema: z.ZodType<SecretRotation2, z.ZodTypeDef, unknown>;
|
|
1313
|
+
/** @internal */
|
|
1314
|
+
export type SecretRotation2$Outbound = {
|
|
1315
|
+
maxDelayHours: number;
|
|
1316
|
+
};
|
|
1317
|
+
/** @internal */
|
|
1318
|
+
export declare const SecretRotation2$outboundSchema: z.ZodType<SecretRotation2$Outbound, z.ZodTypeDef, SecretRotation2>;
|
|
1319
|
+
export declare function secretRotation2ToJSON(secretRotation2: SecretRotation2): string;
|
|
1320
|
+
export declare function secretRotation2FromJSON(jsonString: string): SafeParseResult<SecretRotation2, SDKValidationError>;
|
|
1321
|
+
/** @internal */
|
|
1322
|
+
export declare const SecretRotation$inboundSchema: z.ZodType<SecretRotation, z.ZodTypeDef, unknown>;
|
|
1323
|
+
/** @internal */
|
|
1324
|
+
export type SecretRotation$Outbound = SecretRotation2$Outbound | boolean;
|
|
1325
|
+
/** @internal */
|
|
1326
|
+
export declare const SecretRotation$outboundSchema: z.ZodType<SecretRotation$Outbound, z.ZodTypeDef, SecretRotation>;
|
|
1327
|
+
export declare function secretRotationToJSON(secretRotation: SecretRotation): string;
|
|
1328
|
+
export declare function secretRotationFromJSON(jsonString: string): SafeParseResult<SecretRotation, SDKValidationError>;
|
|
1329
|
+
/** @internal */
|
|
1286
1330
|
export declare const Capabilities$inboundSchema: z.ZodType<Capabilities, z.ZodTypeDef, unknown>;
|
|
1287
1331
|
/** @internal */
|
|
1288
1332
|
export type Capabilities$Outbound = {
|
|
@@ -1292,6 +1336,7 @@ export type Capabilities$Outbound = {
|
|
|
1292
1336
|
billable?: boolean | undefined;
|
|
1293
1337
|
transferable?: boolean | undefined;
|
|
1294
1338
|
secretsSync?: boolean | undefined;
|
|
1339
|
+
secretRotation?: SecretRotation2$Outbound | boolean | undefined;
|
|
1295
1340
|
projects?: boolean | undefined;
|
|
1296
1341
|
};
|
|
1297
1342
|
/** @internal */
|
|
@@ -1311,6 +1356,24 @@ export declare const ExternalResourceStatus$inboundSchema: z.ZodNativeEnum<typeo
|
|
|
1311
1356
|
/** @internal */
|
|
1312
1357
|
export declare const ExternalResourceStatus$outboundSchema: z.ZodNativeEnum<typeof ExternalResourceStatus>;
|
|
1313
1358
|
/** @internal */
|
|
1359
|
+
export declare const CreateIntegrationStoreDirectSecretRotation2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectSecretRotation2, z.ZodTypeDef, unknown>;
|
|
1360
|
+
/** @internal */
|
|
1361
|
+
export type CreateIntegrationStoreDirectSecretRotation2$Outbound = {
|
|
1362
|
+
maxDelayHours: number;
|
|
1363
|
+
};
|
|
1364
|
+
/** @internal */
|
|
1365
|
+
export declare const CreateIntegrationStoreDirectSecretRotation2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectSecretRotation2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectSecretRotation2>;
|
|
1366
|
+
export declare function createIntegrationStoreDirectSecretRotation2ToJSON(createIntegrationStoreDirectSecretRotation2: CreateIntegrationStoreDirectSecretRotation2): string;
|
|
1367
|
+
export declare function createIntegrationStoreDirectSecretRotation2FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectSecretRotation2, SDKValidationError>;
|
|
1368
|
+
/** @internal */
|
|
1369
|
+
export declare const CreateIntegrationStoreDirectSecretRotation$inboundSchema: z.ZodType<CreateIntegrationStoreDirectSecretRotation, z.ZodTypeDef, unknown>;
|
|
1370
|
+
/** @internal */
|
|
1371
|
+
export type CreateIntegrationStoreDirectSecretRotation$Outbound = CreateIntegrationStoreDirectSecretRotation2$Outbound | boolean;
|
|
1372
|
+
/** @internal */
|
|
1373
|
+
export declare const CreateIntegrationStoreDirectSecretRotation$outboundSchema: z.ZodType<CreateIntegrationStoreDirectSecretRotation$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectSecretRotation>;
|
|
1374
|
+
export declare function createIntegrationStoreDirectSecretRotationToJSON(createIntegrationStoreDirectSecretRotation: CreateIntegrationStoreDirectSecretRotation): string;
|
|
1375
|
+
export declare function createIntegrationStoreDirectSecretRotationFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectSecretRotation, SDKValidationError>;
|
|
1376
|
+
/** @internal */
|
|
1314
1377
|
export declare const CreateIntegrationStoreDirectCapabilities$inboundSchema: z.ZodType<CreateIntegrationStoreDirectCapabilities, z.ZodTypeDef, unknown>;
|
|
1315
1378
|
/** @internal */
|
|
1316
1379
|
export type CreateIntegrationStoreDirectCapabilities$Outbound = {
|
|
@@ -1320,6 +1383,7 @@ export type CreateIntegrationStoreDirectCapabilities$Outbound = {
|
|
|
1320
1383
|
billable?: boolean | undefined;
|
|
1321
1384
|
transferable?: boolean | undefined;
|
|
1322
1385
|
secretsSync?: boolean | undefined;
|
|
1386
|
+
secretRotation?: CreateIntegrationStoreDirectSecretRotation2$Outbound | boolean | undefined;
|
|
1323
1387
|
sandbox?: boolean | undefined;
|
|
1324
1388
|
linking?: boolean | undefined;
|
|
1325
1389
|
projects?: boolean | undefined;
|
|
@@ -1333,18 +1397,18 @@ export declare const CreateIntegrationStoreDirectIntegrationsType$inboundSchema:
|
|
|
1333
1397
|
/** @internal */
|
|
1334
1398
|
export declare const CreateIntegrationStoreDirectIntegrationsType$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
|
|
1335
1399
|
/** @internal */
|
|
1336
|
-
export declare const
|
|
1400
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
1337
1401
|
/** @internal */
|
|
1338
|
-
export type
|
|
1402
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8845$Outbound = {};
|
|
1339
1403
|
/** @internal */
|
|
1340
|
-
export declare const
|
|
1341
|
-
export declare function
|
|
1342
|
-
export declare function
|
|
1404
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8845>;
|
|
1405
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8845ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8845): string;
|
|
1406
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8845, SDKValidationError>;
|
|
1343
1407
|
/** @internal */
|
|
1344
1408
|
export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
|
|
1345
1409
|
/** @internal */
|
|
1346
1410
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
1347
|
-
"__@BRAND@
|
|
1411
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8845$Outbound;
|
|
1348
1412
|
};
|
|
1349
1413
|
/** @internal */
|
|
1350
1414
|
export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
|
|
@@ -1415,54 +1479,54 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
1415
1479
|
/** @internal */
|
|
1416
1480
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
|
|
1417
1481
|
/** @internal */
|
|
1418
|
-
export declare const
|
|
1482
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
1419
1483
|
/** @internal */
|
|
1420
|
-
export type
|
|
1484
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8845$Outbound = {};
|
|
1421
1485
|
/** @internal */
|
|
1422
|
-
export declare const
|
|
1423
|
-
export declare function
|
|
1424
|
-
export declare function
|
|
1486
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8845>;
|
|
1487
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8845ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8845): string;
|
|
1488
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8845, SDKValidationError>;
|
|
1425
1489
|
/** @internal */
|
|
1426
1490
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
|
|
1427
1491
|
/** @internal */
|
|
1428
1492
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
|
|
1429
|
-
"__@BRAND@
|
|
1493
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8845$Outbound;
|
|
1430
1494
|
};
|
|
1431
1495
|
/** @internal */
|
|
1432
1496
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
|
|
1433
1497
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
|
|
1434
1498
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
|
|
1435
1499
|
/** @internal */
|
|
1436
|
-
export declare const
|
|
1500
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
1437
1501
|
/** @internal */
|
|
1438
|
-
export type
|
|
1502
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8845$Outbound = {};
|
|
1439
1503
|
/** @internal */
|
|
1440
|
-
export declare const
|
|
1441
|
-
export declare function
|
|
1442
|
-
export declare function
|
|
1504
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8845>;
|
|
1505
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8845ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8845): string;
|
|
1506
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8845, SDKValidationError>;
|
|
1443
1507
|
/** @internal */
|
|
1444
1508
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
|
|
1445
1509
|
/** @internal */
|
|
1446
1510
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
|
|
1447
|
-
"__@BRAND@
|
|
1511
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8845$Outbound;
|
|
1448
1512
|
};
|
|
1449
1513
|
/** @internal */
|
|
1450
1514
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
|
|
1451
1515
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
|
|
1452
1516
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
|
|
1453
1517
|
/** @internal */
|
|
1454
|
-
export declare const
|
|
1518
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
1455
1519
|
/** @internal */
|
|
1456
|
-
export type
|
|
1520
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8845$Outbound = {};
|
|
1457
1521
|
/** @internal */
|
|
1458
|
-
export declare const
|
|
1459
|
-
export declare function
|
|
1460
|
-
export declare function
|
|
1522
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8845>;
|
|
1523
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8845ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8845): string;
|
|
1524
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8845, SDKValidationError>;
|
|
1461
1525
|
/** @internal */
|
|
1462
1526
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
|
|
1463
1527
|
/** @internal */
|
|
1464
1528
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
|
|
1465
|
-
"__@BRAND@
|
|
1529
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8845$Outbound;
|
|
1466
1530
|
};
|
|
1467
1531
|
/** @internal */
|
|
1468
1532
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
|
|
@@ -1595,18 +1659,18 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
1595
1659
|
/** @internal */
|
|
1596
1660
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
|
|
1597
1661
|
/** @internal */
|
|
1598
|
-
export declare const
|
|
1662
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
1599
1663
|
/** @internal */
|
|
1600
|
-
export type
|
|
1664
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8845$Outbound = {};
|
|
1601
1665
|
/** @internal */
|
|
1602
|
-
export declare const
|
|
1603
|
-
export declare function
|
|
1604
|
-
export declare function
|
|
1666
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8845>;
|
|
1667
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8845ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8845: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8845): string;
|
|
1668
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8845, SDKValidationError>;
|
|
1605
1669
|
/** @internal */
|
|
1606
1670
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
|
|
1607
1671
|
/** @internal */
|
|
1608
1672
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
1609
|
-
"__@BRAND@
|
|
1673
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8845$Outbound;
|
|
1610
1674
|
};
|
|
1611
1675
|
/** @internal */
|
|
1612
1676
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
|
|
@@ -1669,18 +1733,18 @@ export declare const CreateIntegrationStoreDirectUiOptions3$outboundSchema: z.Zo
|
|
|
1669
1733
|
export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
|
|
1670
1734
|
export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
|
|
1671
1735
|
/** @internal */
|
|
1672
|
-
export declare const
|
|
1736
|
+
export declare const UiOptionsAtBRANDAt8845$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
1673
1737
|
/** @internal */
|
|
1674
|
-
export type
|
|
1738
|
+
export type UiOptionsAtBRANDAt8845$Outbound = {};
|
|
1675
1739
|
/** @internal */
|
|
1676
|
-
export declare const
|
|
1677
|
-
export declare function
|
|
1678
|
-
export declare function
|
|
1740
|
+
export declare const UiOptionsAtBRANDAt8845$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8845$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8845>;
|
|
1741
|
+
export declare function uiOptionsAtBRANDAt8845ToJSON(uiOptionsAtBRANDAt8845: UiOptionsAtBRANDAt8845): string;
|
|
1742
|
+
export declare function uiOptionsAtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8845, SDKValidationError>;
|
|
1679
1743
|
/** @internal */
|
|
1680
1744
|
export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
|
|
1681
1745
|
/** @internal */
|
|
1682
1746
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
1683
|
-
"__@BRAND@
|
|
1747
|
+
"__@BRAND@8845": UiOptionsAtBRANDAt8845$Outbound;
|
|
1684
1748
|
};
|
|
1685
1749
|
/** @internal */
|
|
1686
1750
|
export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
|
|
@@ -1752,54 +1816,54 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseU
|
|
|
1752
1816
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
|
|
1753
1817
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
|
|
1754
1818
|
/** @internal */
|
|
1755
|
-
export declare const
|
|
1819
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
1756
1820
|
/** @internal */
|
|
1757
|
-
export type
|
|
1821
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8845$Outbound = {};
|
|
1758
1822
|
/** @internal */
|
|
1759
|
-
export declare const
|
|
1760
|
-
export declare function
|
|
1761
|
-
export declare function
|
|
1823
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8845>;
|
|
1824
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8845ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8845): string;
|
|
1825
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8845, SDKValidationError>;
|
|
1762
1826
|
/** @internal */
|
|
1763
1827
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
|
|
1764
1828
|
/** @internal */
|
|
1765
1829
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
|
|
1766
|
-
"__@BRAND@
|
|
1830
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8845$Outbound;
|
|
1767
1831
|
};
|
|
1768
1832
|
/** @internal */
|
|
1769
1833
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
|
|
1770
1834
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
|
|
1771
1835
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
|
|
1772
1836
|
/** @internal */
|
|
1773
|
-
export declare const
|
|
1837
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
1774
1838
|
/** @internal */
|
|
1775
|
-
export type
|
|
1839
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8845$Outbound = {};
|
|
1776
1840
|
/** @internal */
|
|
1777
|
-
export declare const
|
|
1778
|
-
export declare function
|
|
1779
|
-
export declare function
|
|
1841
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8845>;
|
|
1842
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8845ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8845): string;
|
|
1843
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8845, SDKValidationError>;
|
|
1780
1844
|
/** @internal */
|
|
1781
1845
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
|
|
1782
1846
|
/** @internal */
|
|
1783
1847
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
|
|
1784
|
-
"__@BRAND@
|
|
1848
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8845$Outbound;
|
|
1785
1849
|
};
|
|
1786
1850
|
/** @internal */
|
|
1787
1851
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
|
|
1788
1852
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
|
|
1789
1853
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
|
|
1790
1854
|
/** @internal */
|
|
1791
|
-
export declare const
|
|
1855
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
1792
1856
|
/** @internal */
|
|
1793
|
-
export type
|
|
1857
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8845$Outbound = {};
|
|
1794
1858
|
/** @internal */
|
|
1795
|
-
export declare const
|
|
1796
|
-
export declare function
|
|
1797
|
-
export declare function
|
|
1859
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8845>;
|
|
1860
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8845ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8845): string;
|
|
1861
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8845, SDKValidationError>;
|
|
1798
1862
|
/** @internal */
|
|
1799
1863
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
|
|
1800
1864
|
/** @internal */
|
|
1801
1865
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
|
|
1802
|
-
"__@BRAND@
|
|
1866
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8845$Outbound;
|
|
1803
1867
|
};
|
|
1804
1868
|
/** @internal */
|
|
1805
1869
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
|
|
@@ -1933,54 +1997,54 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
1933
1997
|
/** @internal */
|
|
1934
1998
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
|
|
1935
1999
|
/** @internal */
|
|
1936
|
-
export declare const
|
|
2000
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
1937
2001
|
/** @internal */
|
|
1938
|
-
export type
|
|
2002
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8845$Outbound = {};
|
|
1939
2003
|
/** @internal */
|
|
1940
|
-
export declare const
|
|
1941
|
-
export declare function
|
|
1942
|
-
export declare function
|
|
2004
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8845>;
|
|
2005
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8845ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8845): string;
|
|
2006
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8845, SDKValidationError>;
|
|
1943
2007
|
/** @internal */
|
|
1944
2008
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
|
|
1945
2009
|
/** @internal */
|
|
1946
2010
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound = {
|
|
1947
|
-
"__@BRAND@
|
|
2011
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8845$Outbound;
|
|
1948
2012
|
};
|
|
1949
2013
|
/** @internal */
|
|
1950
2014
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
|
|
1951
2015
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength): string;
|
|
1952
2016
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, SDKValidationError>;
|
|
1953
2017
|
/** @internal */
|
|
1954
|
-
export declare const
|
|
2018
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
1955
2019
|
/** @internal */
|
|
1956
|
-
export type
|
|
2020
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8845$Outbound = {};
|
|
1957
2021
|
/** @internal */
|
|
1958
|
-
export declare const
|
|
1959
|
-
export declare function
|
|
1960
|
-
export declare function
|
|
2022
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8845>;
|
|
2023
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8845ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8845): string;
|
|
2024
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8845, SDKValidationError>;
|
|
1961
2025
|
/** @internal */
|
|
1962
2026
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
|
|
1963
2027
|
/** @internal */
|
|
1964
2028
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound = {
|
|
1965
|
-
"__@BRAND@
|
|
2029
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8845$Outbound;
|
|
1966
2030
|
};
|
|
1967
2031
|
/** @internal */
|
|
1968
2032
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
|
|
1969
2033
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength): string;
|
|
1970
2034
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, SDKValidationError>;
|
|
1971
2035
|
/** @internal */
|
|
1972
|
-
export declare const
|
|
2036
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
1973
2037
|
/** @internal */
|
|
1974
|
-
export type
|
|
2038
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8845$Outbound = {};
|
|
1975
2039
|
/** @internal */
|
|
1976
|
-
export declare const
|
|
1977
|
-
export declare function
|
|
1978
|
-
export declare function
|
|
2040
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8845>;
|
|
2041
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8845ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8845): string;
|
|
2042
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8845, SDKValidationError>;
|
|
1979
2043
|
/** @internal */
|
|
1980
2044
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
|
|
1981
2045
|
/** @internal */
|
|
1982
2046
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound = {
|
|
1983
|
-
"__@BRAND@
|
|
2047
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8845$Outbound;
|
|
1984
2048
|
};
|
|
1985
2049
|
/** @internal */
|
|
1986
2050
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
|
|
@@ -2248,54 +2312,54 @@ export declare const CreateIntegrationStoreDirectPropertiesUiOptions$outboundSch
|
|
|
2248
2312
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
|
|
2249
2313
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
|
|
2250
2314
|
/** @internal */
|
|
2251
|
-
export declare const
|
|
2315
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
2252
2316
|
/** @internal */
|
|
2253
|
-
export type
|
|
2317
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8845$Outbound = {};
|
|
2254
2318
|
/** @internal */
|
|
2255
|
-
export declare const
|
|
2256
|
-
export declare function
|
|
2257
|
-
export declare function
|
|
2319
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8845>;
|
|
2320
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8845ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8845): string;
|
|
2321
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8845, SDKValidationError>;
|
|
2258
2322
|
/** @internal */
|
|
2259
2323
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
|
|
2260
2324
|
/** @internal */
|
|
2261
2325
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
|
|
2262
|
-
"__@BRAND@
|
|
2326
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8845$Outbound;
|
|
2263
2327
|
};
|
|
2264
2328
|
/** @internal */
|
|
2265
2329
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
|
|
2266
2330
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
|
|
2267
2331
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
|
|
2268
2332
|
/** @internal */
|
|
2269
|
-
export declare const
|
|
2333
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
2270
2334
|
/** @internal */
|
|
2271
|
-
export type
|
|
2335
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8845$Outbound = {};
|
|
2272
2336
|
/** @internal */
|
|
2273
|
-
export declare const
|
|
2274
|
-
export declare function
|
|
2275
|
-
export declare function
|
|
2337
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8845>;
|
|
2338
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8845ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8845): string;
|
|
2339
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8845, SDKValidationError>;
|
|
2276
2340
|
/** @internal */
|
|
2277
2341
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
|
|
2278
2342
|
/** @internal */
|
|
2279
2343
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
|
|
2280
|
-
"__@BRAND@
|
|
2344
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8845$Outbound;
|
|
2281
2345
|
};
|
|
2282
2346
|
/** @internal */
|
|
2283
2347
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
|
|
2284
2348
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
|
|
2285
2349
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
|
|
2286
2350
|
/** @internal */
|
|
2287
|
-
export declare const
|
|
2351
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
2288
2352
|
/** @internal */
|
|
2289
|
-
export type
|
|
2353
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8845$Outbound = {};
|
|
2290
2354
|
/** @internal */
|
|
2291
|
-
export declare const
|
|
2292
|
-
export declare function
|
|
2293
|
-
export declare function
|
|
2355
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8845>;
|
|
2356
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8845ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8845): string;
|
|
2357
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8845, SDKValidationError>;
|
|
2294
2358
|
/** @internal */
|
|
2295
2359
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
|
|
2296
2360
|
/** @internal */
|
|
2297
2361
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
|
|
2298
|
-
"__@BRAND@
|
|
2362
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8845$Outbound;
|
|
2299
2363
|
};
|
|
2300
2364
|
/** @internal */
|
|
2301
2365
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
|
|
@@ -2821,54 +2885,54 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl$inboundSche
|
|
|
2821
2885
|
/** @internal */
|
|
2822
2886
|
export declare const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
|
|
2823
2887
|
/** @internal */
|
|
2824
|
-
export declare const
|
|
2888
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
2825
2889
|
/** @internal */
|
|
2826
|
-
export type
|
|
2890
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8845$Outbound = {};
|
|
2827
2891
|
/** @internal */
|
|
2828
|
-
export declare const
|
|
2829
|
-
export declare function
|
|
2830
|
-
export declare function
|
|
2892
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8845>;
|
|
2893
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8845ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8845: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8845): string;
|
|
2894
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8845, SDKValidationError>;
|
|
2831
2895
|
/** @internal */
|
|
2832
2896
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
|
|
2833
2897
|
/** @internal */
|
|
2834
2898
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
2835
|
-
"__@BRAND@
|
|
2899
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8845$Outbound;
|
|
2836
2900
|
};
|
|
2837
2901
|
/** @internal */
|
|
2838
2902
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
|
|
2839
2903
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
|
|
2840
2904
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
|
|
2841
2905
|
/** @internal */
|
|
2842
|
-
export declare const
|
|
2906
|
+
export declare const PropertiesAtBRANDAt8845$inboundSchema: z.ZodType<PropertiesAtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
2843
2907
|
/** @internal */
|
|
2844
|
-
export type
|
|
2908
|
+
export type PropertiesAtBRANDAt8845$Outbound = {};
|
|
2845
2909
|
/** @internal */
|
|
2846
|
-
export declare const
|
|
2847
|
-
export declare function
|
|
2848
|
-
export declare function
|
|
2910
|
+
export declare const PropertiesAtBRANDAt8845$outboundSchema: z.ZodType<PropertiesAtBRANDAt8845$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8845>;
|
|
2911
|
+
export declare function propertiesAtBRANDAt8845ToJSON(propertiesAtBRANDAt8845: PropertiesAtBRANDAt8845): string;
|
|
2912
|
+
export declare function propertiesAtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8845, SDKValidationError>;
|
|
2849
2913
|
/** @internal */
|
|
2850
2914
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
|
|
2851
2915
|
/** @internal */
|
|
2852
2916
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
2853
|
-
"__@BRAND@
|
|
2917
|
+
"__@BRAND@8845": PropertiesAtBRANDAt8845$Outbound;
|
|
2854
2918
|
};
|
|
2855
2919
|
/** @internal */
|
|
2856
2920
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
|
|
2857
2921
|
export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
|
|
2858
2922
|
export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
|
|
2859
2923
|
/** @internal */
|
|
2860
|
-
export declare const
|
|
2924
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8845$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
2861
2925
|
/** @internal */
|
|
2862
|
-
export type
|
|
2926
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8845$Outbound = {};
|
|
2863
2927
|
/** @internal */
|
|
2864
|
-
export declare const
|
|
2865
|
-
export declare function
|
|
2866
|
-
export declare function
|
|
2928
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8845$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8845$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8845>;
|
|
2929
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8845ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8845: CreateIntegrationStoreDirectPropertiesAtBRANDAt8845): string;
|
|
2930
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8845FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8845, SDKValidationError>;
|
|
2867
2931
|
/** @internal */
|
|
2868
2932
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
|
|
2869
2933
|
/** @internal */
|
|
2870
2934
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
2871
|
-
"__@BRAND@
|
|
2935
|
+
"__@BRAND@8845": CreateIntegrationStoreDirectPropertiesAtBRANDAt8845$Outbound;
|
|
2872
2936
|
};
|
|
2873
2937
|
/** @internal */
|
|
2874
2938
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
|
|
@@ -3084,18 +3148,18 @@ export declare const Guides$outboundSchema: z.ZodType<Guides$Outbound, z.ZodType
|
|
|
3084
3148
|
export declare function guidesToJSON(guides: Guides): string;
|
|
3085
3149
|
export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
|
|
3086
3150
|
/** @internal */
|
|
3087
|
-
export declare const
|
|
3151
|
+
export declare const AtBRANDAt8845$inboundSchema: z.ZodType<AtBRANDAt8845, z.ZodTypeDef, unknown>;
|
|
3088
3152
|
/** @internal */
|
|
3089
|
-
export type
|
|
3153
|
+
export type AtBRANDAt8845$Outbound = {};
|
|
3090
3154
|
/** @internal */
|
|
3091
|
-
export declare const
|
|
3092
|
-
export declare function
|
|
3093
|
-
export declare function
|
|
3155
|
+
export declare const AtBRANDAt8845$outboundSchema: z.ZodType<AtBRANDAt8845$Outbound, z.ZodTypeDef, AtBRANDAt8845>;
|
|
3156
|
+
export declare function atBRANDAt8845ToJSON(atBRANDAt8845: AtBRANDAt8845): string;
|
|
3157
|
+
export declare function atBRANDAt8845FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8845, SDKValidationError>;
|
|
3094
3158
|
/** @internal */
|
|
3095
3159
|
export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
|
|
3096
3160
|
/** @internal */
|
|
3097
3161
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
3098
|
-
"__@BRAND@
|
|
3162
|
+
"__@BRAND@8845": AtBRANDAt8845$Outbound;
|
|
3099
3163
|
};
|
|
3100
3164
|
/** @internal */
|
|
3101
3165
|
export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;
|
|
@@ -3309,6 +3373,10 @@ export type CreateIntegrationStoreDirectStore$Outbound = {
|
|
|
3309
3373
|
notification?: CreateIntegrationStoreDirectNotification$Outbound | undefined;
|
|
3310
3374
|
secrets: Array<CreateIntegrationStoreDirectSecrets$Outbound>;
|
|
3311
3375
|
billingPlan?: CreateIntegrationStoreDirectBillingPlan$Outbound | undefined;
|
|
3376
|
+
secretRotationRequestedAt?: number | undefined;
|
|
3377
|
+
secretRotationRequestedReason?: string | undefined;
|
|
3378
|
+
secretRotationRequestedBy?: string | undefined;
|
|
3379
|
+
secretRotationCompletedAt?: number | undefined;
|
|
3312
3380
|
};
|
|
3313
3381
|
/** @internal */
|
|
3314
3382
|
export declare const CreateIntegrationStoreDirectStore$outboundSchema: z.ZodType<CreateIntegrationStoreDirectStore$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectStore>;
|