@vercel/sdk 1.13.5 → 1.13.6
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 +25 -20
- package/bin/mcp-server.js +1848 -1612
- package/bin/mcp-server.js.map +25 -22
- package/docs/sdks/connect/README.md +95 -0
- package/docs/sdks/projects/README.md +2 -0
- package/esm/__tests__/connect.test.d.ts +2 -0
- package/esm/__tests__/connect.test.d.ts.map +1 -0
- package/esm/__tests__/connect.test.js +36 -0
- package/esm/__tests__/connect.test.js.map +1 -0
- package/esm/__tests__/domains.test.js +11 -4
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/domainsregistrar.test.js +1 -1
- package/esm/__tests__/domainsregistrar.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +3 -1
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -5
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/connectUpdateSharedConnectLinks.d.ts +17 -0
- package/esm/funcs/connectUpdateSharedConnectLinks.d.ts.map +1 -0
- package/esm/funcs/connectUpdateSharedConnectLinks.js +90 -0
- package/esm/funcs/connectUpdateSharedConnectLinks.js.map +1 -0
- package/esm/funcs/projectsGetProjects.js +1 -0
- package/esm/funcs/projectsGetProjects.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 +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.d.ts +7 -0
- package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.d.ts.map +1 -0
- package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.js +28 -0
- package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.js.map +1 -0
- package/esm/models/buydomainsop.d.ts +1 -1
- package/esm/models/buysingledomainop.d.ts +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +291 -285
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +353 -351
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +30 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +18 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getdomainpriceop.d.ts +9 -9
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +6 -6
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getintegrationresourceop.d.ts +3 -0
- package/esm/models/getintegrationresourceop.d.ts.map +1 -1
- package/esm/models/getintegrationresourceop.js +1 -0
- package/esm/models/getintegrationresourceop.js.map +1 -1
- package/esm/models/getintegrationresourcesop.d.ts +3 -0
- package/esm/models/getintegrationresourcesop.d.ts.map +1 -1
- package/esm/models/getintegrationresourcesop.js +1 -0
- package/esm/models/getintegrationresourcesop.js.map +1 -1
- package/esm/models/getorderop.d.ts +18 -9
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +6 -6
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +36 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +24 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/gettldpriceop.d.ts +8 -8
- package/esm/models/gettldpriceop.d.ts.map +1 -1
- package/esm/models/gettldpriceop.js +6 -6
- package/esm/models/gettldpriceop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +3 -0
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +1 -0
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +1 -1
- package/esm/models/transferindomainop.d.ts +1 -1
- package/esm/models/updateprojectop.d.ts +66 -30
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +45 -18
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updatesharedconnectlinksop.d.ts +182 -0
- package/esm/models/updatesharedconnectlinksop.d.ts.map +1 -0
- package/esm/models/updatesharedconnectlinksop.js +179 -0
- package/esm/models/updatesharedconnectlinksop.js.map +1 -0
- package/esm/sdk/connect.d.ts +12 -0
- package/esm/sdk/connect.d.ts.map +1 -0
- package/esm/sdk/connect.js +18 -0
- package/esm/sdk/connect.js.map +1 -0
- package/esm/sdk/sdk.d.ts +3 -0
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/connect.test.ts +39 -0
- package/src/__tests__/domains.test.ts +11 -4
- package/src/__tests__/domainsregistrar.test.ts +1 -1
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +3 -1
- package/src/__tests__/rollingrelease.test.ts +2 -5
- package/src/__tests__/security.test.ts +4 -4
- package/src/funcs/connectUpdateSharedConnectLinks.ts +181 -0
- package/src/funcs/projectsGetProjects.ts +1 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/connectUpdateSharedConnectLinks.ts +38 -0
- package/src/models/buydomainsop.ts +1 -1
- package/src/models/buysingledomainop.ts +1 -1
- package/src/models/createintegrationstoredirectop.ts +606 -604
- package/src/models/createprojectop.ts +30 -30
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getdomainpriceop.ts +15 -15
- package/src/models/getintegrationresourceop.ts +1 -0
- package/src/models/getintegrationresourcesop.ts +1 -0
- package/src/models/getorderop.ts +24 -15
- package/src/models/getprojectsop.ts +40 -0
- package/src/models/gettldpriceop.ts +14 -14
- package/src/models/importresourceop.ts +1 -0
- package/src/models/renewdomainop.ts +1 -1
- package/src/models/transferindomainop.ts +1 -1
- package/src/models/updateprojectop.ts +101 -30
- package/src/models/updatesharedconnectlinksop.ts +402 -0
- package/src/sdk/connect.ts +30 -0
- package/src/sdk/sdk.ts +6 -0
- package/vercel-spec.json +390 -169
|
@@ -154,6 +154,7 @@ export declare const CreateIntegrationStoreDirectStatus: {
|
|
|
154
154
|
readonly LimitsExceededSuspended: "limits-exceeded-suspended";
|
|
155
155
|
readonly LimitsExceededSuspendedStoreCount: "limits-exceeded-suspended-store-count";
|
|
156
156
|
readonly Initializing: "initializing";
|
|
157
|
+
readonly Onboarding: "onboarding";
|
|
157
158
|
readonly Uninstalled: "uninstalled";
|
|
158
159
|
};
|
|
159
160
|
export type CreateIntegrationStoreDirectStatus = ClosedEnum<typeof CreateIntegrationStoreDirectStatus>;
|
|
@@ -173,6 +174,7 @@ export type CreateIntegrationStoreDirectMetadata = string | number | boolean | A
|
|
|
173
174
|
export declare const ExternalResourceStatus: {
|
|
174
175
|
readonly Error: "error";
|
|
175
176
|
readonly Suspended: "suspended";
|
|
177
|
+
readonly Onboarding: "onboarding";
|
|
176
178
|
readonly Uninstalled: "uninstalled";
|
|
177
179
|
readonly Ready: "ready";
|
|
178
180
|
readonly Pending: "pending";
|
|
@@ -191,9 +193,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
|
|
|
191
193
|
readonly Object: "object";
|
|
192
194
|
};
|
|
193
195
|
export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
|
|
194
|
-
export type
|
|
196
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495 = {};
|
|
195
197
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
196
|
-
|
|
198
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495;
|
|
197
199
|
};
|
|
198
200
|
export declare const CreateIntegrationStoreDirectDisabled3: {
|
|
199
201
|
readonly Update: "update";
|
|
@@ -226,17 +228,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
226
228
|
readonly Domain: "domain";
|
|
227
229
|
};
|
|
228
230
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
|
|
229
|
-
export type
|
|
231
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495 = {};
|
|
230
232
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
|
|
231
|
-
|
|
233
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495;
|
|
232
234
|
};
|
|
233
|
-
export type
|
|
235
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495 = {};
|
|
234
236
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
|
|
235
|
-
|
|
237
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495;
|
|
236
238
|
};
|
|
237
|
-
export type
|
|
239
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495 = {};
|
|
238
240
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
|
|
239
|
-
|
|
241
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495;
|
|
240
242
|
};
|
|
241
243
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
|
|
242
244
|
readonly Update: "update";
|
|
@@ -297,9 +299,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
297
299
|
readonly VercelRegion: "vercel-region";
|
|
298
300
|
};
|
|
299
301
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
|
|
300
|
-
export type
|
|
302
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495 = {};
|
|
301
303
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
302
|
-
|
|
304
|
+
atBRANDAt8495: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495;
|
|
303
305
|
};
|
|
304
306
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
|
|
305
307
|
readonly Update: "update";
|
|
@@ -324,9 +326,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
324
326
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
|
|
325
327
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
|
|
326
328
|
};
|
|
327
|
-
export type
|
|
329
|
+
export type UiOptionsAtBRANDAt8495 = {};
|
|
328
330
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
329
|
-
|
|
331
|
+
atBRANDAt8495: UiOptionsAtBRANDAt8495;
|
|
330
332
|
};
|
|
331
333
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
|
|
332
334
|
readonly Update: "update";
|
|
@@ -353,17 +355,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
|
|
|
353
355
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
|
|
354
356
|
};
|
|
355
357
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
|
|
356
|
-
export type
|
|
358
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495 = {};
|
|
357
359
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
|
|
358
|
-
|
|
360
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495;
|
|
359
361
|
};
|
|
360
|
-
export type
|
|
362
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495 = {};
|
|
361
363
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
|
|
362
|
-
|
|
364
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495;
|
|
363
365
|
};
|
|
364
|
-
export type
|
|
366
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495 = {};
|
|
365
367
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
|
|
366
|
-
|
|
368
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495;
|
|
367
369
|
};
|
|
368
370
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
|
|
369
371
|
readonly Update: "update";
|
|
@@ -425,17 +427,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
425
427
|
readonly String: "string";
|
|
426
428
|
};
|
|
427
429
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
|
|
428
|
-
export type
|
|
430
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495 = {};
|
|
429
431
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength = {
|
|
430
|
-
|
|
432
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495;
|
|
431
433
|
};
|
|
432
|
-
export type
|
|
434
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495 = {};
|
|
433
435
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength = {
|
|
434
|
-
|
|
436
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495;
|
|
435
437
|
};
|
|
436
|
-
export type
|
|
438
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495 = {};
|
|
437
439
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern = {
|
|
438
|
-
|
|
440
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495;
|
|
439
441
|
};
|
|
440
442
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
441
443
|
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
|
|
@@ -558,17 +560,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
558
560
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
|
|
559
561
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
|
|
560
562
|
};
|
|
561
|
-
export type
|
|
563
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495 = {};
|
|
562
564
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
563
|
-
|
|
565
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495;
|
|
564
566
|
};
|
|
565
|
-
export type
|
|
567
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495 = {};
|
|
566
568
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
567
|
-
|
|
569
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495;
|
|
568
570
|
};
|
|
569
|
-
export type
|
|
571
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495 = {};
|
|
570
572
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
571
|
-
|
|
573
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495;
|
|
572
574
|
};
|
|
573
575
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
|
|
574
576
|
readonly Update: "update";
|
|
@@ -814,17 +816,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
|
|
|
814
816
|
readonly Input: "input";
|
|
815
817
|
};
|
|
816
818
|
export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
|
|
817
|
-
export type
|
|
819
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495 = {};
|
|
818
820
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
819
|
-
|
|
821
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495;
|
|
820
822
|
};
|
|
821
|
-
export type
|
|
823
|
+
export type PropertiesAtBRANDAt8495 = {};
|
|
822
824
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
823
|
-
|
|
825
|
+
atBRANDAt8495: PropertiesAtBRANDAt8495;
|
|
824
826
|
};
|
|
825
|
-
export type
|
|
827
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8495 = {};
|
|
826
828
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
827
|
-
|
|
829
|
+
atBRANDAt8495: CreateIntegrationStoreDirectPropertiesAtBRANDAt8495;
|
|
828
830
|
};
|
|
829
831
|
export declare const CreateIntegrationStoreDirectUiReadOnly3: {
|
|
830
832
|
readonly Update: "update";
|
|
@@ -975,9 +977,9 @@ export type Guides = {
|
|
|
975
977
|
title: string;
|
|
976
978
|
steps: Array<Steps>;
|
|
977
979
|
};
|
|
978
|
-
export type
|
|
980
|
+
export type AtBRANDAt8495 = {};
|
|
979
981
|
export type CreateIntegrationStoreDirectValue = {
|
|
980
|
-
|
|
982
|
+
atBRANDAt8495: AtBRANDAt8495;
|
|
981
983
|
};
|
|
982
984
|
export declare const Disabled3: {
|
|
983
985
|
readonly Update: "update";
|
|
@@ -1440,6 +1442,7 @@ export declare namespace CreateIntegrationStoreDirectStatus$ {
|
|
|
1440
1442
|
readonly LimitsExceededSuspended: "limits-exceeded-suspended";
|
|
1441
1443
|
readonly LimitsExceededSuspendedStoreCount: "limits-exceeded-suspended-store-count";
|
|
1442
1444
|
readonly Initializing: "initializing";
|
|
1445
|
+
readonly Onboarding: "onboarding";
|
|
1443
1446
|
readonly Uninstalled: "uninstalled";
|
|
1444
1447
|
}>;
|
|
1445
1448
|
/** @deprecated use `CreateIntegrationStoreDirectStatus$outboundSchema` instead. */
|
|
@@ -1450,6 +1453,7 @@ export declare namespace CreateIntegrationStoreDirectStatus$ {
|
|
|
1450
1453
|
readonly LimitsExceededSuspended: "limits-exceeded-suspended";
|
|
1451
1454
|
readonly LimitsExceededSuspendedStoreCount: "limits-exceeded-suspended-store-count";
|
|
1452
1455
|
readonly Initializing: "initializing";
|
|
1456
|
+
readonly Onboarding: "onboarding";
|
|
1453
1457
|
readonly Uninstalled: "uninstalled";
|
|
1454
1458
|
}>;
|
|
1455
1459
|
}
|
|
@@ -1533,6 +1537,7 @@ export declare namespace ExternalResourceStatus$ {
|
|
|
1533
1537
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1534
1538
|
readonly Error: "error";
|
|
1535
1539
|
readonly Suspended: "suspended";
|
|
1540
|
+
readonly Onboarding: "onboarding";
|
|
1536
1541
|
readonly Uninstalled: "uninstalled";
|
|
1537
1542
|
readonly Ready: "ready";
|
|
1538
1543
|
readonly Pending: "pending";
|
|
@@ -1542,6 +1547,7 @@ export declare namespace ExternalResourceStatus$ {
|
|
|
1542
1547
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1543
1548
|
readonly Error: "error";
|
|
1544
1549
|
readonly Suspended: "suspended";
|
|
1550
|
+
readonly Onboarding: "onboarding";
|
|
1545
1551
|
readonly Uninstalled: "uninstalled";
|
|
1546
1552
|
readonly Ready: "ready";
|
|
1547
1553
|
readonly Pending: "pending";
|
|
@@ -1594,30 +1600,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
1594
1600
|
}>;
|
|
1595
1601
|
}
|
|
1596
1602
|
/** @internal */
|
|
1597
|
-
export declare const
|
|
1603
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
1598
1604
|
/** @internal */
|
|
1599
|
-
export type
|
|
1605
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound = {};
|
|
1600
1606
|
/** @internal */
|
|
1601
|
-
export declare const
|
|
1607
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495>;
|
|
1602
1608
|
/**
|
|
1603
1609
|
* @internal
|
|
1604
1610
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1605
1611
|
*/
|
|
1606
|
-
export declare namespace
|
|
1607
|
-
/** @deprecated use `
|
|
1608
|
-
const inboundSchema: z.ZodType<
|
|
1609
|
-
/** @deprecated use `
|
|
1610
|
-
const outboundSchema: z.ZodType<
|
|
1611
|
-
/** @deprecated use `
|
|
1612
|
-
type Outbound =
|
|
1612
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$ {
|
|
1613
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema` instead. */
|
|
1614
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
1615
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema` instead. */
|
|
1616
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495>;
|
|
1617
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound` instead. */
|
|
1618
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound;
|
|
1613
1619
|
}
|
|
1614
|
-
export declare function
|
|
1615
|
-
export declare function
|
|
1620
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495): string;
|
|
1621
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495, SDKValidationError>;
|
|
1616
1622
|
/** @internal */
|
|
1617
1623
|
export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
|
|
1618
1624
|
/** @internal */
|
|
1619
1625
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
1620
|
-
"__@BRAND@
|
|
1626
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound;
|
|
1621
1627
|
};
|
|
1622
1628
|
/** @internal */
|
|
1623
1629
|
export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
|
|
@@ -1820,30 +1826,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
1820
1826
|
}>;
|
|
1821
1827
|
}
|
|
1822
1828
|
/** @internal */
|
|
1823
|
-
export declare const
|
|
1829
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
1824
1830
|
/** @internal */
|
|
1825
|
-
export type
|
|
1831
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound = {};
|
|
1826
1832
|
/** @internal */
|
|
1827
|
-
export declare const
|
|
1833
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495>;
|
|
1828
1834
|
/**
|
|
1829
1835
|
* @internal
|
|
1830
1836
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1831
1837
|
*/
|
|
1832
|
-
export declare namespace
|
|
1833
|
-
/** @deprecated use `
|
|
1834
|
-
const inboundSchema: z.ZodType<
|
|
1835
|
-
/** @deprecated use `
|
|
1836
|
-
const outboundSchema: z.ZodType<
|
|
1837
|
-
/** @deprecated use `
|
|
1838
|
-
type Outbound =
|
|
1838
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$ {
|
|
1839
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema` instead. */
|
|
1840
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
1841
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema` instead. */
|
|
1842
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495>;
|
|
1843
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound` instead. */
|
|
1844
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound;
|
|
1839
1845
|
}
|
|
1840
|
-
export declare function
|
|
1841
|
-
export declare function
|
|
1846
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495): string;
|
|
1847
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495, SDKValidationError>;
|
|
1842
1848
|
/** @internal */
|
|
1843
1849
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
|
|
1844
1850
|
/** @internal */
|
|
1845
1851
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
|
|
1846
|
-
"__@BRAND@
|
|
1852
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound;
|
|
1847
1853
|
};
|
|
1848
1854
|
/** @internal */
|
|
1849
1855
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
|
|
@@ -1862,30 +1868,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
1862
1868
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
|
|
1863
1869
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
|
|
1864
1870
|
/** @internal */
|
|
1865
|
-
export declare const
|
|
1871
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
1866
1872
|
/** @internal */
|
|
1867
|
-
export type
|
|
1873
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound = {};
|
|
1868
1874
|
/** @internal */
|
|
1869
|
-
export declare const
|
|
1875
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495>;
|
|
1870
1876
|
/**
|
|
1871
1877
|
* @internal
|
|
1872
1878
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1873
1879
|
*/
|
|
1874
|
-
export declare namespace
|
|
1875
|
-
/** @deprecated use `
|
|
1876
|
-
const inboundSchema: z.ZodType<
|
|
1877
|
-
/** @deprecated use `
|
|
1878
|
-
const outboundSchema: z.ZodType<
|
|
1879
|
-
/** @deprecated use `
|
|
1880
|
-
type Outbound =
|
|
1880
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$ {
|
|
1881
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema` instead. */
|
|
1882
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
1883
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema` instead. */
|
|
1884
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495>;
|
|
1885
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound` instead. */
|
|
1886
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound;
|
|
1881
1887
|
}
|
|
1882
|
-
export declare function
|
|
1883
|
-
export declare function
|
|
1888
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495): string;
|
|
1889
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495, SDKValidationError>;
|
|
1884
1890
|
/** @internal */
|
|
1885
1891
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
|
|
1886
1892
|
/** @internal */
|
|
1887
1893
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
|
|
1888
|
-
"__@BRAND@
|
|
1894
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound;
|
|
1889
1895
|
};
|
|
1890
1896
|
/** @internal */
|
|
1891
1897
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
|
|
@@ -1904,30 +1910,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
1904
1910
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
|
|
1905
1911
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
|
|
1906
1912
|
/** @internal */
|
|
1907
|
-
export declare const
|
|
1913
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
1908
1914
|
/** @internal */
|
|
1909
|
-
export type
|
|
1915
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound = {};
|
|
1910
1916
|
/** @internal */
|
|
1911
|
-
export declare const
|
|
1917
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495>;
|
|
1912
1918
|
/**
|
|
1913
1919
|
* @internal
|
|
1914
1920
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1915
1921
|
*/
|
|
1916
|
-
export declare namespace
|
|
1917
|
-
/** @deprecated use `
|
|
1918
|
-
const inboundSchema: z.ZodType<
|
|
1919
|
-
/** @deprecated use `
|
|
1920
|
-
const outboundSchema: z.ZodType<
|
|
1921
|
-
/** @deprecated use `
|
|
1922
|
-
type Outbound =
|
|
1922
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$ {
|
|
1923
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema` instead. */
|
|
1924
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
1925
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema` instead. */
|
|
1926
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495>;
|
|
1927
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound` instead. */
|
|
1928
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound;
|
|
1923
1929
|
}
|
|
1924
|
-
export declare function
|
|
1925
|
-
export declare function
|
|
1930
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495): string;
|
|
1931
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495, SDKValidationError>;
|
|
1926
1932
|
/** @internal */
|
|
1927
1933
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
|
|
1928
1934
|
/** @internal */
|
|
1929
1935
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
|
|
1930
|
-
"__@BRAND@
|
|
1936
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound;
|
|
1931
1937
|
};
|
|
1932
1938
|
/** @internal */
|
|
1933
1939
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
|
|
@@ -2268,30 +2274,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2268
2274
|
}>;
|
|
2269
2275
|
}
|
|
2270
2276
|
/** @internal */
|
|
2271
|
-
export declare const
|
|
2277
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
2272
2278
|
/** @internal */
|
|
2273
|
-
export type
|
|
2279
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound = {};
|
|
2274
2280
|
/** @internal */
|
|
2275
|
-
export declare const
|
|
2281
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495>;
|
|
2276
2282
|
/**
|
|
2277
2283
|
* @internal
|
|
2278
2284
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2279
2285
|
*/
|
|
2280
|
-
export declare namespace
|
|
2281
|
-
/** @deprecated use `
|
|
2282
|
-
const inboundSchema: z.ZodType<
|
|
2283
|
-
/** @deprecated use `
|
|
2284
|
-
const outboundSchema: z.ZodType<
|
|
2285
|
-
/** @deprecated use `
|
|
2286
|
-
type Outbound =
|
|
2286
|
+
export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$ {
|
|
2287
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema` instead. */
|
|
2288
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
2289
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema` instead. */
|
|
2290
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495>;
|
|
2291
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound` instead. */
|
|
2292
|
+
type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound;
|
|
2287
2293
|
}
|
|
2288
|
-
export declare function
|
|
2289
|
-
export declare function
|
|
2294
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8495ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8495: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495): string;
|
|
2295
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495, SDKValidationError>;
|
|
2290
2296
|
/** @internal */
|
|
2291
2297
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
|
|
2292
2298
|
/** @internal */
|
|
2293
2299
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
2294
|
-
"__@BRAND@
|
|
2300
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound;
|
|
2295
2301
|
};
|
|
2296
2302
|
/** @internal */
|
|
2297
2303
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
|
|
@@ -2458,30 +2464,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
|
|
|
2458
2464
|
export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
|
|
2459
2465
|
export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
|
|
2460
2466
|
/** @internal */
|
|
2461
|
-
export declare const
|
|
2467
|
+
export declare const UiOptionsAtBRANDAt8495$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
2462
2468
|
/** @internal */
|
|
2463
|
-
export type
|
|
2469
|
+
export type UiOptionsAtBRANDAt8495$Outbound = {};
|
|
2464
2470
|
/** @internal */
|
|
2465
|
-
export declare const
|
|
2471
|
+
export declare const UiOptionsAtBRANDAt8495$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8495$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8495>;
|
|
2466
2472
|
/**
|
|
2467
2473
|
* @internal
|
|
2468
2474
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2469
2475
|
*/
|
|
2470
|
-
export declare namespace
|
|
2471
|
-
/** @deprecated use `
|
|
2472
|
-
const inboundSchema: z.ZodType<
|
|
2473
|
-
/** @deprecated use `
|
|
2474
|
-
const outboundSchema: z.ZodType<
|
|
2475
|
-
/** @deprecated use `
|
|
2476
|
-
type Outbound =
|
|
2476
|
+
export declare namespace UiOptionsAtBRANDAt8495$ {
|
|
2477
|
+
/** @deprecated use `UiOptionsAtBRANDAt8495$inboundSchema` instead. */
|
|
2478
|
+
const inboundSchema: z.ZodType<UiOptionsAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
2479
|
+
/** @deprecated use `UiOptionsAtBRANDAt8495$outboundSchema` instead. */
|
|
2480
|
+
const outboundSchema: z.ZodType<UiOptionsAtBRANDAt8495$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8495>;
|
|
2481
|
+
/** @deprecated use `UiOptionsAtBRANDAt8495$Outbound` instead. */
|
|
2482
|
+
type Outbound = UiOptionsAtBRANDAt8495$Outbound;
|
|
2477
2483
|
}
|
|
2478
|
-
export declare function
|
|
2479
|
-
export declare function
|
|
2484
|
+
export declare function uiOptionsAtBRANDAt8495ToJSON(uiOptionsAtBRANDAt8495: UiOptionsAtBRANDAt8495): string;
|
|
2485
|
+
export declare function uiOptionsAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8495, SDKValidationError>;
|
|
2480
2486
|
/** @internal */
|
|
2481
2487
|
export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
|
|
2482
2488
|
/** @internal */
|
|
2483
2489
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
2484
|
-
"__@BRAND@
|
|
2490
|
+
"__@BRAND@8495": UiOptionsAtBRANDAt8495$Outbound;
|
|
2485
2491
|
};
|
|
2486
2492
|
/** @internal */
|
|
2487
2493
|
export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
|
|
@@ -2669,30 +2675,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2669
2675
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
|
|
2670
2676
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
|
|
2671
2677
|
/** @internal */
|
|
2672
|
-
export declare const
|
|
2678
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
2673
2679
|
/** @internal */
|
|
2674
|
-
export type
|
|
2680
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound = {};
|
|
2675
2681
|
/** @internal */
|
|
2676
|
-
export declare const
|
|
2682
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495>;
|
|
2677
2683
|
/**
|
|
2678
2684
|
* @internal
|
|
2679
2685
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2680
2686
|
*/
|
|
2681
|
-
export declare namespace
|
|
2682
|
-
/** @deprecated use `
|
|
2683
|
-
const inboundSchema: z.ZodType<
|
|
2684
|
-
/** @deprecated use `
|
|
2685
|
-
const outboundSchema: z.ZodType<
|
|
2686
|
-
/** @deprecated use `
|
|
2687
|
-
type Outbound =
|
|
2687
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$ {
|
|
2688
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema` instead. */
|
|
2689
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
2690
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema` instead. */
|
|
2691
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495>;
|
|
2692
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound` instead. */
|
|
2693
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound;
|
|
2688
2694
|
}
|
|
2689
|
-
export declare function
|
|
2690
|
-
export declare function
|
|
2695
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495): string;
|
|
2696
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495, SDKValidationError>;
|
|
2691
2697
|
/** @internal */
|
|
2692
2698
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
|
|
2693
2699
|
/** @internal */
|
|
2694
2700
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
|
|
2695
|
-
"__@BRAND@
|
|
2701
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound;
|
|
2696
2702
|
};
|
|
2697
2703
|
/** @internal */
|
|
2698
2704
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
|
|
@@ -2711,30 +2717,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2711
2717
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
|
|
2712
2718
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
|
|
2713
2719
|
/** @internal */
|
|
2714
|
-
export declare const
|
|
2720
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
2715
2721
|
/** @internal */
|
|
2716
|
-
export type
|
|
2722
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound = {};
|
|
2717
2723
|
/** @internal */
|
|
2718
|
-
export declare const
|
|
2724
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495>;
|
|
2719
2725
|
/**
|
|
2720
2726
|
* @internal
|
|
2721
2727
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2722
2728
|
*/
|
|
2723
|
-
export declare namespace
|
|
2724
|
-
/** @deprecated use `
|
|
2725
|
-
const inboundSchema: z.ZodType<
|
|
2726
|
-
/** @deprecated use `
|
|
2727
|
-
const outboundSchema: z.ZodType<
|
|
2728
|
-
/** @deprecated use `
|
|
2729
|
-
type Outbound =
|
|
2729
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$ {
|
|
2730
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema` instead. */
|
|
2731
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
2732
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema` instead. */
|
|
2733
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495>;
|
|
2734
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound` instead. */
|
|
2735
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound;
|
|
2730
2736
|
}
|
|
2731
|
-
export declare function
|
|
2732
|
-
export declare function
|
|
2737
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495): string;
|
|
2738
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495, SDKValidationError>;
|
|
2733
2739
|
/** @internal */
|
|
2734
2740
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
|
|
2735
2741
|
/** @internal */
|
|
2736
2742
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
|
|
2737
|
-
"__@BRAND@
|
|
2743
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound;
|
|
2738
2744
|
};
|
|
2739
2745
|
/** @internal */
|
|
2740
2746
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
|
|
@@ -2753,30 +2759,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2753
2759
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
|
|
2754
2760
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
|
|
2755
2761
|
/** @internal */
|
|
2756
|
-
export declare const
|
|
2762
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
2757
2763
|
/** @internal */
|
|
2758
|
-
export type
|
|
2764
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound = {};
|
|
2759
2765
|
/** @internal */
|
|
2760
|
-
export declare const
|
|
2766
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495>;
|
|
2761
2767
|
/**
|
|
2762
2768
|
* @internal
|
|
2763
2769
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2764
2770
|
*/
|
|
2765
|
-
export declare namespace
|
|
2766
|
-
/** @deprecated use `
|
|
2767
|
-
const inboundSchema: z.ZodType<
|
|
2768
|
-
/** @deprecated use `
|
|
2769
|
-
const outboundSchema: z.ZodType<
|
|
2770
|
-
/** @deprecated use `
|
|
2771
|
-
type Outbound =
|
|
2771
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$ {
|
|
2772
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema` instead. */
|
|
2773
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
2774
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema` instead. */
|
|
2775
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495>;
|
|
2776
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound` instead. */
|
|
2777
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound;
|
|
2772
2778
|
}
|
|
2773
|
-
export declare function
|
|
2774
|
-
export declare function
|
|
2779
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495): string;
|
|
2780
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495, SDKValidationError>;
|
|
2775
2781
|
/** @internal */
|
|
2776
2782
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
|
|
2777
2783
|
/** @internal */
|
|
2778
2784
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
|
|
2779
|
-
"__@BRAND@
|
|
2785
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound;
|
|
2780
2786
|
};
|
|
2781
2787
|
/** @internal */
|
|
2782
2788
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
|
|
@@ -3118,30 +3124,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
3118
3124
|
}>;
|
|
3119
3125
|
}
|
|
3120
3126
|
/** @internal */
|
|
3121
|
-
export declare const
|
|
3127
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
3122
3128
|
/** @internal */
|
|
3123
|
-
export type
|
|
3129
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound = {};
|
|
3124
3130
|
/** @internal */
|
|
3125
|
-
export declare const
|
|
3131
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495>;
|
|
3126
3132
|
/**
|
|
3127
3133
|
* @internal
|
|
3128
3134
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3129
3135
|
*/
|
|
3130
|
-
export declare namespace
|
|
3131
|
-
/** @deprecated use `
|
|
3132
|
-
const inboundSchema: z.ZodType<
|
|
3133
|
-
/** @deprecated use `
|
|
3134
|
-
const outboundSchema: z.ZodType<
|
|
3135
|
-
/** @deprecated use `
|
|
3136
|
-
type Outbound =
|
|
3136
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$ {
|
|
3137
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema` instead. */
|
|
3138
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
3139
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema` instead. */
|
|
3140
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495>;
|
|
3141
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound` instead. */
|
|
3142
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound;
|
|
3137
3143
|
}
|
|
3138
|
-
export declare function
|
|
3139
|
-
export declare function
|
|
3144
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495): string;
|
|
3145
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495, SDKValidationError>;
|
|
3140
3146
|
/** @internal */
|
|
3141
3147
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
|
|
3142
3148
|
/** @internal */
|
|
3143
3149
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound = {
|
|
3144
|
-
"__@BRAND@
|
|
3150
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound;
|
|
3145
3151
|
};
|
|
3146
3152
|
/** @internal */
|
|
3147
3153
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
|
|
@@ -3160,30 +3166,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
3160
3166
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength): string;
|
|
3161
3167
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, SDKValidationError>;
|
|
3162
3168
|
/** @internal */
|
|
3163
|
-
export declare const
|
|
3169
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
3164
3170
|
/** @internal */
|
|
3165
|
-
export type
|
|
3171
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound = {};
|
|
3166
3172
|
/** @internal */
|
|
3167
|
-
export declare const
|
|
3173
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495>;
|
|
3168
3174
|
/**
|
|
3169
3175
|
* @internal
|
|
3170
3176
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3171
3177
|
*/
|
|
3172
|
-
export declare namespace
|
|
3173
|
-
/** @deprecated use `
|
|
3174
|
-
const inboundSchema: z.ZodType<
|
|
3175
|
-
/** @deprecated use `
|
|
3176
|
-
const outboundSchema: z.ZodType<
|
|
3177
|
-
/** @deprecated use `
|
|
3178
|
-
type Outbound =
|
|
3178
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$ {
|
|
3179
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema` instead. */
|
|
3180
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
3181
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema` instead. */
|
|
3182
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495>;
|
|
3183
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound` instead. */
|
|
3184
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound;
|
|
3179
3185
|
}
|
|
3180
|
-
export declare function
|
|
3181
|
-
export declare function
|
|
3186
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495): string;
|
|
3187
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495, SDKValidationError>;
|
|
3182
3188
|
/** @internal */
|
|
3183
3189
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
|
|
3184
3190
|
/** @internal */
|
|
3185
3191
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound = {
|
|
3186
|
-
"__@BRAND@
|
|
3192
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound;
|
|
3187
3193
|
};
|
|
3188
3194
|
/** @internal */
|
|
3189
3195
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
|
|
@@ -3202,30 +3208,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
3202
3208
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength): string;
|
|
3203
3209
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, SDKValidationError>;
|
|
3204
3210
|
/** @internal */
|
|
3205
|
-
export declare const
|
|
3211
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
3206
3212
|
/** @internal */
|
|
3207
|
-
export type
|
|
3213
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound = {};
|
|
3208
3214
|
/** @internal */
|
|
3209
|
-
export declare const
|
|
3215
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495>;
|
|
3210
3216
|
/**
|
|
3211
3217
|
* @internal
|
|
3212
3218
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3213
3219
|
*/
|
|
3214
|
-
export declare namespace
|
|
3215
|
-
/** @deprecated use `
|
|
3216
|
-
const inboundSchema: z.ZodType<
|
|
3217
|
-
/** @deprecated use `
|
|
3218
|
-
const outboundSchema: z.ZodType<
|
|
3219
|
-
/** @deprecated use `
|
|
3220
|
-
type Outbound =
|
|
3220
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$ {
|
|
3221
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema` instead. */
|
|
3222
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
3223
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema` instead. */
|
|
3224
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495>;
|
|
3225
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound` instead. */
|
|
3226
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound;
|
|
3221
3227
|
}
|
|
3222
|
-
export declare function
|
|
3223
|
-
export declare function
|
|
3228
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495): string;
|
|
3229
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495, SDKValidationError>;
|
|
3224
3230
|
/** @internal */
|
|
3225
3231
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
|
|
3226
3232
|
/** @internal */
|
|
3227
3233
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound = {
|
|
3228
|
-
"__@BRAND@
|
|
3234
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound;
|
|
3229
3235
|
};
|
|
3230
3236
|
/** @internal */
|
|
3231
3237
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
|
|
@@ -3911,30 +3917,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
|
|
|
3911
3917
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
|
|
3912
3918
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
|
|
3913
3919
|
/** @internal */
|
|
3914
|
-
export declare const
|
|
3920
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
3915
3921
|
/** @internal */
|
|
3916
|
-
export type
|
|
3922
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound = {};
|
|
3917
3923
|
/** @internal */
|
|
3918
|
-
export declare const
|
|
3924
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495>;
|
|
3919
3925
|
/**
|
|
3920
3926
|
* @internal
|
|
3921
3927
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3922
3928
|
*/
|
|
3923
|
-
export declare namespace
|
|
3924
|
-
/** @deprecated use `
|
|
3925
|
-
const inboundSchema: z.ZodType<
|
|
3926
|
-
/** @deprecated use `
|
|
3927
|
-
const outboundSchema: z.ZodType<
|
|
3928
|
-
/** @deprecated use `
|
|
3929
|
-
type Outbound =
|
|
3929
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$ {
|
|
3930
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema` instead. */
|
|
3931
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
3932
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema` instead. */
|
|
3933
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495>;
|
|
3934
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound` instead. */
|
|
3935
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound;
|
|
3930
3936
|
}
|
|
3931
|
-
export declare function
|
|
3932
|
-
export declare function
|
|
3937
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495): string;
|
|
3938
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495, SDKValidationError>;
|
|
3933
3939
|
/** @internal */
|
|
3934
3940
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
|
|
3935
3941
|
/** @internal */
|
|
3936
3942
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
|
|
3937
|
-
"__@BRAND@
|
|
3943
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound;
|
|
3938
3944
|
};
|
|
3939
3945
|
/** @internal */
|
|
3940
3946
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
|
|
@@ -3953,30 +3959,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
|
|
|
3953
3959
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
|
|
3954
3960
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
|
|
3955
3961
|
/** @internal */
|
|
3956
|
-
export declare const
|
|
3962
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
3957
3963
|
/** @internal */
|
|
3958
|
-
export type
|
|
3964
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound = {};
|
|
3959
3965
|
/** @internal */
|
|
3960
|
-
export declare const
|
|
3966
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495>;
|
|
3961
3967
|
/**
|
|
3962
3968
|
* @internal
|
|
3963
3969
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3964
3970
|
*/
|
|
3965
|
-
export declare namespace
|
|
3966
|
-
/** @deprecated use `
|
|
3967
|
-
const inboundSchema: z.ZodType<
|
|
3968
|
-
/** @deprecated use `
|
|
3969
|
-
const outboundSchema: z.ZodType<
|
|
3970
|
-
/** @deprecated use `
|
|
3971
|
-
type Outbound =
|
|
3971
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$ {
|
|
3972
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema` instead. */
|
|
3973
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
3974
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema` instead. */
|
|
3975
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495>;
|
|
3976
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound` instead. */
|
|
3977
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound;
|
|
3972
3978
|
}
|
|
3973
|
-
export declare function
|
|
3974
|
-
export declare function
|
|
3979
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495): string;
|
|
3980
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495, SDKValidationError>;
|
|
3975
3981
|
/** @internal */
|
|
3976
3982
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
|
|
3977
3983
|
/** @internal */
|
|
3978
3984
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
|
|
3979
|
-
"__@BRAND@
|
|
3985
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound;
|
|
3980
3986
|
};
|
|
3981
3987
|
/** @internal */
|
|
3982
3988
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
|
|
@@ -3995,30 +4001,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
|
|
|
3995
4001
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
|
|
3996
4002
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
|
|
3997
4003
|
/** @internal */
|
|
3998
|
-
export declare const
|
|
4004
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
3999
4005
|
/** @internal */
|
|
4000
|
-
export type
|
|
4006
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound = {};
|
|
4001
4007
|
/** @internal */
|
|
4002
|
-
export declare const
|
|
4008
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495>;
|
|
4003
4009
|
/**
|
|
4004
4010
|
* @internal
|
|
4005
4011
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4006
4012
|
*/
|
|
4007
|
-
export declare namespace
|
|
4008
|
-
/** @deprecated use `
|
|
4009
|
-
const inboundSchema: z.ZodType<
|
|
4010
|
-
/** @deprecated use `
|
|
4011
|
-
const outboundSchema: z.ZodType<
|
|
4012
|
-
/** @deprecated use `
|
|
4013
|
-
type Outbound =
|
|
4013
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$ {
|
|
4014
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema` instead. */
|
|
4015
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
4016
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema` instead. */
|
|
4017
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495>;
|
|
4018
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound` instead. */
|
|
4019
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound;
|
|
4014
4020
|
}
|
|
4015
|
-
export declare function
|
|
4016
|
-
export declare function
|
|
4021
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495): string;
|
|
4022
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495, SDKValidationError>;
|
|
4017
4023
|
/** @internal */
|
|
4018
4024
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
|
|
4019
4025
|
/** @internal */
|
|
4020
4026
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
|
|
4021
|
-
"__@BRAND@
|
|
4027
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound;
|
|
4022
4028
|
};
|
|
4023
4029
|
/** @internal */
|
|
4024
4030
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
|
|
@@ -5366,30 +5372,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
5366
5372
|
}>;
|
|
5367
5373
|
}
|
|
5368
5374
|
/** @internal */
|
|
5369
|
-
export declare const
|
|
5375
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
5370
5376
|
/** @internal */
|
|
5371
|
-
export type
|
|
5377
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound = {};
|
|
5372
5378
|
/** @internal */
|
|
5373
|
-
export declare const
|
|
5379
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495>;
|
|
5374
5380
|
/**
|
|
5375
5381
|
* @internal
|
|
5376
5382
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5377
5383
|
*/
|
|
5378
|
-
export declare namespace
|
|
5379
|
-
/** @deprecated use `
|
|
5380
|
-
const inboundSchema: z.ZodType<
|
|
5381
|
-
/** @deprecated use `
|
|
5382
|
-
const outboundSchema: z.ZodType<
|
|
5383
|
-
/** @deprecated use `
|
|
5384
|
-
type Outbound =
|
|
5384
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$ {
|
|
5385
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema` instead. */
|
|
5386
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
5387
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema` instead. */
|
|
5388
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495>;
|
|
5389
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound` instead. */
|
|
5390
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound;
|
|
5385
5391
|
}
|
|
5386
|
-
export declare function
|
|
5387
|
-
export declare function
|
|
5392
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495): string;
|
|
5393
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495, SDKValidationError>;
|
|
5388
5394
|
/** @internal */
|
|
5389
5395
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
|
|
5390
5396
|
/** @internal */
|
|
5391
5397
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
5392
|
-
"__@BRAND@
|
|
5398
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound;
|
|
5393
5399
|
};
|
|
5394
5400
|
/** @internal */
|
|
5395
5401
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
|
|
@@ -5408,30 +5414,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
|
|
|
5408
5414
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
|
|
5409
5415
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
|
|
5410
5416
|
/** @internal */
|
|
5411
|
-
export declare const
|
|
5417
|
+
export declare const PropertiesAtBRANDAt8495$inboundSchema: z.ZodType<PropertiesAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
5412
5418
|
/** @internal */
|
|
5413
|
-
export type
|
|
5419
|
+
export type PropertiesAtBRANDAt8495$Outbound = {};
|
|
5414
5420
|
/** @internal */
|
|
5415
|
-
export declare const
|
|
5421
|
+
export declare const PropertiesAtBRANDAt8495$outboundSchema: z.ZodType<PropertiesAtBRANDAt8495$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8495>;
|
|
5416
5422
|
/**
|
|
5417
5423
|
* @internal
|
|
5418
5424
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5419
5425
|
*/
|
|
5420
|
-
export declare namespace
|
|
5421
|
-
/** @deprecated use `
|
|
5422
|
-
const inboundSchema: z.ZodType<
|
|
5423
|
-
/** @deprecated use `
|
|
5424
|
-
const outboundSchema: z.ZodType<
|
|
5425
|
-
/** @deprecated use `
|
|
5426
|
-
type Outbound =
|
|
5426
|
+
export declare namespace PropertiesAtBRANDAt8495$ {
|
|
5427
|
+
/** @deprecated use `PropertiesAtBRANDAt8495$inboundSchema` instead. */
|
|
5428
|
+
const inboundSchema: z.ZodType<PropertiesAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
5429
|
+
/** @deprecated use `PropertiesAtBRANDAt8495$outboundSchema` instead. */
|
|
5430
|
+
const outboundSchema: z.ZodType<PropertiesAtBRANDAt8495$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8495>;
|
|
5431
|
+
/** @deprecated use `PropertiesAtBRANDAt8495$Outbound` instead. */
|
|
5432
|
+
type Outbound = PropertiesAtBRANDAt8495$Outbound;
|
|
5427
5433
|
}
|
|
5428
|
-
export declare function
|
|
5429
|
-
export declare function
|
|
5434
|
+
export declare function propertiesAtBRANDAt8495ToJSON(propertiesAtBRANDAt8495: PropertiesAtBRANDAt8495): string;
|
|
5435
|
+
export declare function propertiesAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8495, SDKValidationError>;
|
|
5430
5436
|
/** @internal */
|
|
5431
5437
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
|
|
5432
5438
|
/** @internal */
|
|
5433
5439
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
5434
|
-
"__@BRAND@
|
|
5440
|
+
"__@BRAND@8495": PropertiesAtBRANDAt8495$Outbound;
|
|
5435
5441
|
};
|
|
5436
5442
|
/** @internal */
|
|
5437
5443
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
|
|
@@ -5450,30 +5456,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
|
|
|
5450
5456
|
export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
|
|
5451
5457
|
export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
|
|
5452
5458
|
/** @internal */
|
|
5453
|
-
export declare const
|
|
5459
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
5454
5460
|
/** @internal */
|
|
5455
|
-
export type
|
|
5461
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound = {};
|
|
5456
5462
|
/** @internal */
|
|
5457
|
-
export declare const
|
|
5463
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8495>;
|
|
5458
5464
|
/**
|
|
5459
5465
|
* @internal
|
|
5460
5466
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5461
5467
|
*/
|
|
5462
|
-
export declare namespace
|
|
5463
|
-
/** @deprecated use `
|
|
5464
|
-
const inboundSchema: z.ZodType<
|
|
5465
|
-
/** @deprecated use `
|
|
5466
|
-
const outboundSchema: z.ZodType<
|
|
5467
|
-
/** @deprecated use `
|
|
5468
|
-
type Outbound =
|
|
5468
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$ {
|
|
5469
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema` instead. */
|
|
5470
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
5471
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema` instead. */
|
|
5472
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8495>;
|
|
5473
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound` instead. */
|
|
5474
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound;
|
|
5469
5475
|
}
|
|
5470
|
-
export declare function
|
|
5471
|
-
export declare function
|
|
5476
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8495ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8495: CreateIntegrationStoreDirectPropertiesAtBRANDAt8495): string;
|
|
5477
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8495FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8495, SDKValidationError>;
|
|
5472
5478
|
/** @internal */
|
|
5473
5479
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
|
|
5474
5480
|
/** @internal */
|
|
5475
5481
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
5476
|
-
"__@BRAND@
|
|
5482
|
+
"__@BRAND@8495": CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound;
|
|
5477
5483
|
};
|
|
5478
5484
|
/** @internal */
|
|
5479
5485
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
|
|
@@ -6107,30 +6113,30 @@ export declare namespace Guides$ {
|
|
|
6107
6113
|
export declare function guidesToJSON(guides: Guides): string;
|
|
6108
6114
|
export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
|
|
6109
6115
|
/** @internal */
|
|
6110
|
-
export declare const
|
|
6116
|
+
export declare const AtBRANDAt8495$inboundSchema: z.ZodType<AtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
6111
6117
|
/** @internal */
|
|
6112
|
-
export type
|
|
6118
|
+
export type AtBRANDAt8495$Outbound = {};
|
|
6113
6119
|
/** @internal */
|
|
6114
|
-
export declare const
|
|
6120
|
+
export declare const AtBRANDAt8495$outboundSchema: z.ZodType<AtBRANDAt8495$Outbound, z.ZodTypeDef, AtBRANDAt8495>;
|
|
6115
6121
|
/**
|
|
6116
6122
|
* @internal
|
|
6117
6123
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6118
6124
|
*/
|
|
6119
|
-
export declare namespace
|
|
6120
|
-
/** @deprecated use `
|
|
6121
|
-
const inboundSchema: z.ZodType<
|
|
6122
|
-
/** @deprecated use `
|
|
6123
|
-
const outboundSchema: z.ZodType<
|
|
6124
|
-
/** @deprecated use `
|
|
6125
|
-
type Outbound =
|
|
6125
|
+
export declare namespace AtBRANDAt8495$ {
|
|
6126
|
+
/** @deprecated use `AtBRANDAt8495$inboundSchema` instead. */
|
|
6127
|
+
const inboundSchema: z.ZodType<AtBRANDAt8495, z.ZodTypeDef, unknown>;
|
|
6128
|
+
/** @deprecated use `AtBRANDAt8495$outboundSchema` instead. */
|
|
6129
|
+
const outboundSchema: z.ZodType<AtBRANDAt8495$Outbound, z.ZodTypeDef, AtBRANDAt8495>;
|
|
6130
|
+
/** @deprecated use `AtBRANDAt8495$Outbound` instead. */
|
|
6131
|
+
type Outbound = AtBRANDAt8495$Outbound;
|
|
6126
6132
|
}
|
|
6127
|
-
export declare function
|
|
6128
|
-
export declare function
|
|
6133
|
+
export declare function atBRANDAt8495ToJSON(atBRANDAt8495: AtBRANDAt8495): string;
|
|
6134
|
+
export declare function atBRANDAt8495FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8495, SDKValidationError>;
|
|
6129
6135
|
/** @internal */
|
|
6130
6136
|
export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
|
|
6131
6137
|
/** @internal */
|
|
6132
6138
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
6133
|
-
"__@BRAND@
|
|
6139
|
+
"__@BRAND@8495": AtBRANDAt8495$Outbound;
|
|
6134
6140
|
};
|
|
6135
6141
|
/** @internal */
|
|
6136
6142
|
export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;
|