@vercel/sdk 1.11.2 → 1.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +45 -52
- package/bin/mcp-server.js +926 -870
- package/bin/mcp-server.js.map +29 -29
- package/docs/sdks/integrations/README.md +83 -0
- package/docs/sdks/vercel/README.md +0 -74
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -12
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +28 -1
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +3 -27
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
- package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- 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 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
- package/esm/models/approverollingreleasestageop.d.ts +15 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +6 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +1 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +15 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +6 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +41 -35
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +15 -13
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +243 -240
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +295 -294
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +11 -0
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +4 -0
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/getbillingplansop.d.ts +257 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -0
- package/esm/models/getbillingplansop.js +244 -0
- package/esm/models/getbillingplansop.js.map +1 -0
- package/esm/models/getconfigurationproductsop.d.ts +330 -330
- package/esm/models/getconfigurationproductsop.js +408 -408
- package/esm/models/getdeploymentop.d.ts +3 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +1 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +8 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +3 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
- package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseconfigop.js +2 -0
- package/esm/models/getrollingreleaseconfigop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +15 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +6 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +15 -15
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +17 -15
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +8 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +173 -162
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +158 -154
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
- package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.js +2 -0
- package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
- package/esm/sdk/integrations.d.ts +8 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +10 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/sdk.d.ts +1 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +0 -5
- 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__/checks.test.ts +1 -1
- package/src/__tests__/domains.test.ts +3 -12
- package/src/__tests__/integrations.test.ts +32 -1
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +1 -11
- package/src/__tests__/vercel.test.ts +4 -33
- package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -5
- package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
- package/src/models/approverollingreleasestageop.ts +21 -0
- package/src/models/canceldeploymentop.ts +1 -0
- package/src/models/completerollingreleaseop.ts +21 -0
- package/src/models/createdeploymentop.ts +17 -15
- package/src/models/createintegrationstoredirectop.ts +506 -505
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +9 -0
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/getbillingplansop.ts +508 -0
- package/src/models/getconfigurationproductsop.ts +703 -703
- package/src/models/getdeploymentop.ts +1 -0
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getprojectsop.ts +8 -0
- package/src/models/getrollingreleaseconfigop.ts +7 -0
- package/src/models/getrollingreleaseop.ts +21 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +27 -29
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateprojectdatacacheop.ts +8 -0
- package/src/models/updateprojectop.ts +347 -338
- package/src/models/updaterollingreleaseconfigop.ts +7 -0
- package/src/sdk/integrations.ts +22 -0
- package/src/sdk/sdk.ts +1 -23
- package/vercel-spec.json +715 -594
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
- package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
- package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
|
@@ -124,6 +124,7 @@ export const CreateIntegrationStoreDirectFramework = {
|
|
|
124
124
|
Nitro: "nitro",
|
|
125
125
|
Hono: "hono",
|
|
126
126
|
Express: "express",
|
|
127
|
+
H3: "h3",
|
|
127
128
|
Xmcp: "xmcp",
|
|
128
129
|
} as const;
|
|
129
130
|
export type CreateIntegrationStoreDirectFramework = ClosedEnum<
|
|
@@ -216,12 +217,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
|
|
|
216
217
|
typeof CreateIntegrationStoreDirectIntegrationsType
|
|
217
218
|
>;
|
|
218
219
|
|
|
219
|
-
export type
|
|
220
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823 =
|
|
220
221
|
{};
|
|
221
222
|
|
|
222
223
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
223
|
-
|
|
224
|
-
|
|
224
|
+
atBRANDAt7823:
|
|
225
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823;
|
|
225
226
|
};
|
|
226
227
|
|
|
227
228
|
export const CreateIntegrationStoreDirectDisabled3 = {
|
|
@@ -290,10 +291,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
290
291
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
|
|
291
292
|
>;
|
|
292
293
|
|
|
293
|
-
export type
|
|
294
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823 = {};
|
|
294
295
|
|
|
295
296
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
296
|
-
|
|
297
|
+
atBRANDAt7823: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823;
|
|
297
298
|
};
|
|
298
299
|
|
|
299
300
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
|
|
@@ -344,10 +345,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
344
345
|
| undefined;
|
|
345
346
|
};
|
|
346
347
|
|
|
347
|
-
export type
|
|
348
|
+
export type UiOptionsAtBRANDAt7823 = {};
|
|
348
349
|
|
|
349
350
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
350
|
-
|
|
351
|
+
atBRANDAt7823: UiOptionsAtBRANDAt7823;
|
|
351
352
|
};
|
|
352
353
|
|
|
353
354
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
|
|
@@ -410,31 +411,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
|
|
|
410
411
|
| CreateIntegrationStoreDirectUiOptions2
|
|
411
412
|
| CreateIntegrationStoreDirectUiOptions3;
|
|
412
413
|
|
|
413
|
-
export type
|
|
414
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823 =
|
|
414
415
|
{};
|
|
415
416
|
|
|
416
417
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
|
|
417
418
|
{
|
|
418
|
-
|
|
419
|
-
|
|
419
|
+
atBRANDAt7823:
|
|
420
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823;
|
|
420
421
|
};
|
|
421
422
|
|
|
422
|
-
export type
|
|
423
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823 =
|
|
423
424
|
{};
|
|
424
425
|
|
|
425
426
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
|
|
426
427
|
{
|
|
427
|
-
|
|
428
|
-
|
|
428
|
+
atBRANDAt7823:
|
|
429
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823;
|
|
429
430
|
};
|
|
430
431
|
|
|
431
|
-
export type
|
|
432
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823 =
|
|
432
433
|
{};
|
|
433
434
|
|
|
434
435
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
|
|
435
436
|
{
|
|
436
|
-
|
|
437
|
-
|
|
437
|
+
atBRANDAt7823:
|
|
438
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823;
|
|
438
439
|
};
|
|
439
440
|
|
|
440
441
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
|
|
@@ -577,31 +578,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
577
578
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType
|
|
578
579
|
>;
|
|
579
580
|
|
|
580
|
-
export type
|
|
581
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823 =
|
|
581
582
|
{};
|
|
582
583
|
|
|
583
584
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
|
|
584
585
|
{
|
|
585
|
-
|
|
586
|
-
|
|
586
|
+
atBRANDAt7823:
|
|
587
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823;
|
|
587
588
|
};
|
|
588
589
|
|
|
589
|
-
export type
|
|
590
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823 =
|
|
590
591
|
{};
|
|
591
592
|
|
|
592
593
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
|
|
593
594
|
{
|
|
594
|
-
|
|
595
|
-
|
|
595
|
+
atBRANDAt7823:
|
|
596
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823;
|
|
596
597
|
};
|
|
597
598
|
|
|
598
|
-
export type
|
|
599
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823 =
|
|
599
600
|
{};
|
|
600
601
|
|
|
601
602
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
|
|
602
603
|
{
|
|
603
|
-
|
|
604
|
-
|
|
604
|
+
atBRANDAt7823:
|
|
605
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823;
|
|
605
606
|
};
|
|
606
607
|
|
|
607
608
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
@@ -856,28 +857,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
856
857
|
| undefined;
|
|
857
858
|
};
|
|
858
859
|
|
|
859
|
-
export type
|
|
860
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823 =
|
|
860
861
|
{};
|
|
861
862
|
|
|
862
863
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
863
|
-
|
|
864
|
-
|
|
864
|
+
atBRANDAt7823:
|
|
865
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823;
|
|
865
866
|
};
|
|
866
867
|
|
|
867
|
-
export type
|
|
868
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823 =
|
|
868
869
|
{};
|
|
869
870
|
|
|
870
871
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
871
|
-
|
|
872
|
-
|
|
872
|
+
atBRANDAt7823:
|
|
873
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823;
|
|
873
874
|
};
|
|
874
875
|
|
|
875
|
-
export type
|
|
876
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823 =
|
|
876
877
|
{};
|
|
877
878
|
|
|
878
879
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
879
|
-
|
|
880
|
-
|
|
880
|
+
atBRANDAt7823:
|
|
881
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823;
|
|
881
882
|
};
|
|
882
883
|
|
|
883
884
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
|
|
@@ -1380,24 +1381,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
|
|
|
1380
1381
|
typeof CreateIntegrationStoreDirectPropertiesUiControl
|
|
1381
1382
|
>;
|
|
1382
1383
|
|
|
1383
|
-
export type
|
|
1384
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823 =
|
|
1384
1385
|
{};
|
|
1385
1386
|
|
|
1386
1387
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
1387
|
-
|
|
1388
|
-
|
|
1388
|
+
atBRANDAt7823:
|
|
1389
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823;
|
|
1389
1390
|
};
|
|
1390
1391
|
|
|
1391
|
-
export type
|
|
1392
|
+
export type PropertiesAtBRANDAt7823 = {};
|
|
1392
1393
|
|
|
1393
1394
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
1394
|
-
|
|
1395
|
+
atBRANDAt7823: PropertiesAtBRANDAt7823;
|
|
1395
1396
|
};
|
|
1396
1397
|
|
|
1397
|
-
export type
|
|
1398
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7823 = {};
|
|
1398
1399
|
|
|
1399
1400
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
1400
|
-
|
|
1401
|
+
atBRANDAt7823: CreateIntegrationStoreDirectPropertiesAtBRANDAt7823;
|
|
1401
1402
|
};
|
|
1402
1403
|
|
|
1403
1404
|
export const CreateIntegrationStoreDirectUiReadOnly3 = {
|
|
@@ -1625,10 +1626,10 @@ export type Guides = {
|
|
|
1625
1626
|
steps: Array<Steps>;
|
|
1626
1627
|
};
|
|
1627
1628
|
|
|
1628
|
-
export type
|
|
1629
|
+
export type AtBRANDAt7823 = {};
|
|
1629
1630
|
|
|
1630
1631
|
export type CreateIntegrationStoreDirectValue = {
|
|
1631
|
-
|
|
1632
|
+
atBRANDAt7823: AtBRANDAt7823;
|
|
1632
1633
|
};
|
|
1633
1634
|
|
|
1634
1635
|
export const Disabled3 = {
|
|
@@ -2467,65 +2468,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
2467
2468
|
}
|
|
2468
2469
|
|
|
2469
2470
|
/** @internal */
|
|
2470
|
-
export const
|
|
2471
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema:
|
|
2471
2472
|
z.ZodType<
|
|
2472
|
-
|
|
2473
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823,
|
|
2473
2474
|
z.ZodTypeDef,
|
|
2474
2475
|
unknown
|
|
2475
2476
|
> = z.object({});
|
|
2476
2477
|
|
|
2477
2478
|
/** @internal */
|
|
2478
|
-
export type
|
|
2479
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound =
|
|
2479
2480
|
{};
|
|
2480
2481
|
|
|
2481
2482
|
/** @internal */
|
|
2482
|
-
export const
|
|
2483
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema:
|
|
2483
2484
|
z.ZodType<
|
|
2484
|
-
|
|
2485
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound,
|
|
2485
2486
|
z.ZodTypeDef,
|
|
2486
|
-
|
|
2487
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823
|
|
2487
2488
|
> = z.object({});
|
|
2488
2489
|
|
|
2489
2490
|
/**
|
|
2490
2491
|
* @internal
|
|
2491
2492
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2492
2493
|
*/
|
|
2493
|
-
export namespace
|
|
2494
|
-
/** @deprecated use `
|
|
2494
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$ {
|
|
2495
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema` instead. */
|
|
2495
2496
|
export const inboundSchema =
|
|
2496
|
-
|
|
2497
|
-
/** @deprecated use `
|
|
2497
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema;
|
|
2498
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema` instead. */
|
|
2498
2499
|
export const outboundSchema =
|
|
2499
|
-
|
|
2500
|
-
/** @deprecated use `
|
|
2500
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema;
|
|
2501
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound` instead. */
|
|
2501
2502
|
export type Outbound =
|
|
2502
|
-
|
|
2503
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound;
|
|
2503
2504
|
}
|
|
2504
2505
|
|
|
2505
|
-
export function
|
|
2506
|
-
|
|
2507
|
-
|
|
2506
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823ToJSON(
|
|
2507
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823:
|
|
2508
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823,
|
|
2508
2509
|
): string {
|
|
2509
2510
|
return JSON.stringify(
|
|
2510
|
-
|
|
2511
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema
|
|
2511
2512
|
.parse(
|
|
2512
|
-
|
|
2513
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823,
|
|
2513
2514
|
),
|
|
2514
2515
|
);
|
|
2515
2516
|
}
|
|
2516
2517
|
|
|
2517
|
-
export function
|
|
2518
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823FromJSON(
|
|
2518
2519
|
jsonString: string,
|
|
2519
2520
|
): SafeParseResult<
|
|
2520
|
-
|
|
2521
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823,
|
|
2521
2522
|
SDKValidationError
|
|
2522
2523
|
> {
|
|
2523
2524
|
return safeParse(
|
|
2524
2525
|
jsonString,
|
|
2525
2526
|
(x) =>
|
|
2526
|
-
|
|
2527
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema
|
|
2527
2528
|
.parse(JSON.parse(x)),
|
|
2528
|
-
`Failed to parse '
|
|
2529
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823' from JSON`,
|
|
2529
2530
|
);
|
|
2530
2531
|
}
|
|
2531
2532
|
|
|
@@ -2536,19 +2537,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
|
|
|
2536
2537
|
z.ZodTypeDef,
|
|
2537
2538
|
unknown
|
|
2538
2539
|
> = z.object({
|
|
2539
|
-
"__@BRAND@
|
|
2540
|
-
|
|
2540
|
+
"__@BRAND@7823": z.lazy(() =>
|
|
2541
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema
|
|
2541
2542
|
),
|
|
2542
2543
|
}).transform((v) => {
|
|
2543
2544
|
return remap$(v, {
|
|
2544
|
-
"__@BRAND@
|
|
2545
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
2545
2546
|
});
|
|
2546
2547
|
});
|
|
2547
2548
|
|
|
2548
2549
|
/** @internal */
|
|
2549
2550
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
2550
|
-
"__@BRAND@
|
|
2551
|
-
|
|
2551
|
+
"__@BRAND@7823":
|
|
2552
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound;
|
|
2552
2553
|
};
|
|
2553
2554
|
|
|
2554
2555
|
/** @internal */
|
|
@@ -2558,12 +2559,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
|
|
|
2558
2559
|
z.ZodTypeDef,
|
|
2559
2560
|
CreateIntegrationStoreDirectPropertiesValue
|
|
2560
2561
|
> = z.object({
|
|
2561
|
-
|
|
2562
|
-
|
|
2562
|
+
atBRANDAt7823: z.lazy(() =>
|
|
2563
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema
|
|
2563
2564
|
),
|
|
2564
2565
|
}).transform((v) => {
|
|
2565
2566
|
return remap$(v, {
|
|
2566
|
-
|
|
2567
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
2567
2568
|
});
|
|
2568
2569
|
});
|
|
2569
2570
|
|
|
@@ -3075,64 +3076,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
3075
3076
|
}
|
|
3076
3077
|
|
|
3077
3078
|
/** @internal */
|
|
3078
|
-
export const
|
|
3079
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema:
|
|
3079
3080
|
z.ZodType<
|
|
3080
|
-
|
|
3081
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823,
|
|
3081
3082
|
z.ZodTypeDef,
|
|
3082
3083
|
unknown
|
|
3083
3084
|
> = z.object({});
|
|
3084
3085
|
|
|
3085
3086
|
/** @internal */
|
|
3086
|
-
export type
|
|
3087
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound = {};
|
|
3087
3088
|
|
|
3088
3089
|
/** @internal */
|
|
3089
|
-
export const
|
|
3090
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema:
|
|
3090
3091
|
z.ZodType<
|
|
3091
|
-
|
|
3092
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound,
|
|
3092
3093
|
z.ZodTypeDef,
|
|
3093
|
-
|
|
3094
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823
|
|
3094
3095
|
> = z.object({});
|
|
3095
3096
|
|
|
3096
3097
|
/**
|
|
3097
3098
|
* @internal
|
|
3098
3099
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3099
3100
|
*/
|
|
3100
|
-
export namespace
|
|
3101
|
-
/** @deprecated use `
|
|
3101
|
+
export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$ {
|
|
3102
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema` instead. */
|
|
3102
3103
|
export const inboundSchema =
|
|
3103
|
-
|
|
3104
|
-
/** @deprecated use `
|
|
3104
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema;
|
|
3105
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema` instead. */
|
|
3105
3106
|
export const outboundSchema =
|
|
3106
|
-
|
|
3107
|
-
/** @deprecated use `
|
|
3107
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema;
|
|
3108
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound` instead. */
|
|
3108
3109
|
export type Outbound =
|
|
3109
|
-
|
|
3110
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound;
|
|
3110
3111
|
}
|
|
3111
3112
|
|
|
3112
|
-
export function
|
|
3113
|
-
|
|
3114
|
-
|
|
3113
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt7823ToJSON(
|
|
3114
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt7823:
|
|
3115
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823,
|
|
3115
3116
|
): string {
|
|
3116
3117
|
return JSON.stringify(
|
|
3117
|
-
|
|
3118
|
-
|
|
3118
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema.parse(
|
|
3119
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt7823,
|
|
3119
3120
|
),
|
|
3120
3121
|
);
|
|
3121
3122
|
}
|
|
3122
3123
|
|
|
3123
|
-
export function
|
|
3124
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt7823FromJSON(
|
|
3124
3125
|
jsonString: string,
|
|
3125
3126
|
): SafeParseResult<
|
|
3126
|
-
|
|
3127
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823,
|
|
3127
3128
|
SDKValidationError
|
|
3128
3129
|
> {
|
|
3129
3130
|
return safeParse(
|
|
3130
3131
|
jsonString,
|
|
3131
3132
|
(x) =>
|
|
3132
|
-
|
|
3133
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema.parse(
|
|
3133
3134
|
JSON.parse(x),
|
|
3134
3135
|
),
|
|
3135
|
-
`Failed to parse '
|
|
3136
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823' from JSON`,
|
|
3136
3137
|
);
|
|
3137
3138
|
}
|
|
3138
3139
|
|
|
@@ -3140,18 +3141,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7820FromJSON(
|
|
|
3140
3141
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
|
|
3141
3142
|
z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
|
|
3142
3143
|
z.object({
|
|
3143
|
-
"__@BRAND@
|
|
3144
|
-
|
|
3144
|
+
"__@BRAND@7823": z.lazy(() =>
|
|
3145
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema
|
|
3145
3146
|
),
|
|
3146
3147
|
}).transform((v) => {
|
|
3147
3148
|
return remap$(v, {
|
|
3148
|
-
"__@BRAND@
|
|
3149
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
3149
3150
|
});
|
|
3150
3151
|
});
|
|
3151
3152
|
|
|
3152
3153
|
/** @internal */
|
|
3153
3154
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
3154
|
-
"__@BRAND@
|
|
3155
|
+
"__@BRAND@7823": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound;
|
|
3155
3156
|
};
|
|
3156
3157
|
|
|
3157
3158
|
/** @internal */
|
|
@@ -3161,12 +3162,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
|
|
|
3161
3162
|
z.ZodTypeDef,
|
|
3162
3163
|
CreateIntegrationStoreDirectUiOptionsValue
|
|
3163
3164
|
> = z.object({
|
|
3164
|
-
|
|
3165
|
-
|
|
3165
|
+
atBRANDAt7823: z.lazy(() =>
|
|
3166
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema
|
|
3166
3167
|
),
|
|
3167
3168
|
}).transform((v) => {
|
|
3168
3169
|
return remap$(v, {
|
|
3169
|
-
|
|
3170
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
3170
3171
|
});
|
|
3171
3172
|
});
|
|
3172
3173
|
|
|
@@ -3650,50 +3651,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
|
|
|
3650
3651
|
}
|
|
3651
3652
|
|
|
3652
3653
|
/** @internal */
|
|
3653
|
-
export const
|
|
3654
|
-
|
|
3654
|
+
export const UiOptionsAtBRANDAt7823$inboundSchema: z.ZodType<
|
|
3655
|
+
UiOptionsAtBRANDAt7823,
|
|
3655
3656
|
z.ZodTypeDef,
|
|
3656
3657
|
unknown
|
|
3657
3658
|
> = z.object({});
|
|
3658
3659
|
|
|
3659
3660
|
/** @internal */
|
|
3660
|
-
export type
|
|
3661
|
+
export type UiOptionsAtBRANDAt7823$Outbound = {};
|
|
3661
3662
|
|
|
3662
3663
|
/** @internal */
|
|
3663
|
-
export const
|
|
3664
|
-
|
|
3664
|
+
export const UiOptionsAtBRANDAt7823$outboundSchema: z.ZodType<
|
|
3665
|
+
UiOptionsAtBRANDAt7823$Outbound,
|
|
3665
3666
|
z.ZodTypeDef,
|
|
3666
|
-
|
|
3667
|
+
UiOptionsAtBRANDAt7823
|
|
3667
3668
|
> = z.object({});
|
|
3668
3669
|
|
|
3669
3670
|
/**
|
|
3670
3671
|
* @internal
|
|
3671
3672
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3672
3673
|
*/
|
|
3673
|
-
export namespace
|
|
3674
|
-
/** @deprecated use `
|
|
3675
|
-
export const inboundSchema =
|
|
3676
|
-
/** @deprecated use `
|
|
3677
|
-
export const outboundSchema =
|
|
3678
|
-
/** @deprecated use `
|
|
3679
|
-
export type Outbound =
|
|
3674
|
+
export namespace UiOptionsAtBRANDAt7823$ {
|
|
3675
|
+
/** @deprecated use `UiOptionsAtBRANDAt7823$inboundSchema` instead. */
|
|
3676
|
+
export const inboundSchema = UiOptionsAtBRANDAt7823$inboundSchema;
|
|
3677
|
+
/** @deprecated use `UiOptionsAtBRANDAt7823$outboundSchema` instead. */
|
|
3678
|
+
export const outboundSchema = UiOptionsAtBRANDAt7823$outboundSchema;
|
|
3679
|
+
/** @deprecated use `UiOptionsAtBRANDAt7823$Outbound` instead. */
|
|
3680
|
+
export type Outbound = UiOptionsAtBRANDAt7823$Outbound;
|
|
3680
3681
|
}
|
|
3681
3682
|
|
|
3682
|
-
export function
|
|
3683
|
-
|
|
3683
|
+
export function uiOptionsAtBRANDAt7823ToJSON(
|
|
3684
|
+
uiOptionsAtBRANDAt7823: UiOptionsAtBRANDAt7823,
|
|
3684
3685
|
): string {
|
|
3685
3686
|
return JSON.stringify(
|
|
3686
|
-
|
|
3687
|
+
UiOptionsAtBRANDAt7823$outboundSchema.parse(uiOptionsAtBRANDAt7823),
|
|
3687
3688
|
);
|
|
3688
3689
|
}
|
|
3689
3690
|
|
|
3690
|
-
export function
|
|
3691
|
+
export function uiOptionsAtBRANDAt7823FromJSON(
|
|
3691
3692
|
jsonString: string,
|
|
3692
|
-
): SafeParseResult<
|
|
3693
|
+
): SafeParseResult<UiOptionsAtBRANDAt7823, SDKValidationError> {
|
|
3693
3694
|
return safeParse(
|
|
3694
3695
|
jsonString,
|
|
3695
|
-
(x) =>
|
|
3696
|
-
`Failed to parse '
|
|
3696
|
+
(x) => UiOptionsAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)),
|
|
3697
|
+
`Failed to parse 'UiOptionsAtBRANDAt7823' from JSON`,
|
|
3697
3698
|
);
|
|
3698
3699
|
}
|
|
3699
3700
|
|
|
@@ -3703,16 +3704,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
|
|
|
3703
3704
|
z.ZodTypeDef,
|
|
3704
3705
|
unknown
|
|
3705
3706
|
> = z.object({
|
|
3706
|
-
"__@BRAND@
|
|
3707
|
+
"__@BRAND@7823": z.lazy(() => UiOptionsAtBRANDAt7823$inboundSchema),
|
|
3707
3708
|
}).transform((v) => {
|
|
3708
3709
|
return remap$(v, {
|
|
3709
|
-
"__@BRAND@
|
|
3710
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
3710
3711
|
});
|
|
3711
3712
|
});
|
|
3712
3713
|
|
|
3713
3714
|
/** @internal */
|
|
3714
3715
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
3715
|
-
"__@BRAND@
|
|
3716
|
+
"__@BRAND@7823": UiOptionsAtBRANDAt7823$Outbound;
|
|
3716
3717
|
};
|
|
3717
3718
|
|
|
3718
3719
|
/** @internal */
|
|
@@ -3721,10 +3722,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
|
|
|
3721
3722
|
z.ZodTypeDef,
|
|
3722
3723
|
CreateIntegrationStoreDirectUiOptions2
|
|
3723
3724
|
> = z.object({
|
|
3724
|
-
|
|
3725
|
+
atBRANDAt7823: z.lazy(() => UiOptionsAtBRANDAt7823$outboundSchema),
|
|
3725
3726
|
}).transform((v) => {
|
|
3726
3727
|
return remap$(v, {
|
|
3727
|
-
|
|
3728
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
3728
3729
|
});
|
|
3729
3730
|
});
|
|
3730
3731
|
|
|
@@ -4286,65 +4287,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
4286
4287
|
}
|
|
4287
4288
|
|
|
4288
4289
|
/** @internal */
|
|
4289
|
-
export const
|
|
4290
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema:
|
|
4290
4291
|
z.ZodType<
|
|
4291
|
-
|
|
4292
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823,
|
|
4292
4293
|
z.ZodTypeDef,
|
|
4293
4294
|
unknown
|
|
4294
4295
|
> = z.object({});
|
|
4295
4296
|
|
|
4296
4297
|
/** @internal */
|
|
4297
|
-
export type
|
|
4298
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound =
|
|
4298
4299
|
{};
|
|
4299
4300
|
|
|
4300
4301
|
/** @internal */
|
|
4301
|
-
export const
|
|
4302
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema:
|
|
4302
4303
|
z.ZodType<
|
|
4303
|
-
|
|
4304
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound,
|
|
4304
4305
|
z.ZodTypeDef,
|
|
4305
|
-
|
|
4306
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823
|
|
4306
4307
|
> = z.object({});
|
|
4307
4308
|
|
|
4308
4309
|
/**
|
|
4309
4310
|
* @internal
|
|
4310
4311
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4311
4312
|
*/
|
|
4312
|
-
export namespace
|
|
4313
|
-
/** @deprecated use `
|
|
4313
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$ {
|
|
4314
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema` instead. */
|
|
4314
4315
|
export const inboundSchema =
|
|
4315
|
-
|
|
4316
|
-
/** @deprecated use `
|
|
4316
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema;
|
|
4317
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema` instead. */
|
|
4317
4318
|
export const outboundSchema =
|
|
4318
|
-
|
|
4319
|
-
/** @deprecated use `
|
|
4319
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema;
|
|
4320
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound` instead. */
|
|
4320
4321
|
export type Outbound =
|
|
4321
|
-
|
|
4322
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound;
|
|
4322
4323
|
}
|
|
4323
4324
|
|
|
4324
|
-
export function
|
|
4325
|
-
|
|
4326
|
-
|
|
4325
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823ToJSON(
|
|
4326
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823:
|
|
4327
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823,
|
|
4327
4328
|
): string {
|
|
4328
4329
|
return JSON.stringify(
|
|
4329
|
-
|
|
4330
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema
|
|
4330
4331
|
.parse(
|
|
4331
|
-
|
|
4332
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823,
|
|
4332
4333
|
),
|
|
4333
4334
|
);
|
|
4334
4335
|
}
|
|
4335
4336
|
|
|
4336
|
-
export function
|
|
4337
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823FromJSON(
|
|
4337
4338
|
jsonString: string,
|
|
4338
4339
|
): SafeParseResult<
|
|
4339
|
-
|
|
4340
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823,
|
|
4340
4341
|
SDKValidationError
|
|
4341
4342
|
> {
|
|
4342
4343
|
return safeParse(
|
|
4343
4344
|
jsonString,
|
|
4344
4345
|
(x) =>
|
|
4345
|
-
|
|
4346
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema
|
|
4346
4347
|
.parse(JSON.parse(x)),
|
|
4347
|
-
`Failed to parse '
|
|
4348
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823' from JSON`,
|
|
4348
4349
|
);
|
|
4349
4350
|
}
|
|
4350
4351
|
|
|
@@ -4355,20 +4356,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
4355
4356
|
z.ZodTypeDef,
|
|
4356
4357
|
unknown
|
|
4357
4358
|
> = z.object({
|
|
4358
|
-
"__@BRAND@
|
|
4359
|
-
|
|
4359
|
+
"__@BRAND@7823": z.lazy(() =>
|
|
4360
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema
|
|
4360
4361
|
),
|
|
4361
4362
|
}).transform((v) => {
|
|
4362
4363
|
return remap$(v, {
|
|
4363
|
-
"__@BRAND@
|
|
4364
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
4364
4365
|
});
|
|
4365
4366
|
});
|
|
4366
4367
|
|
|
4367
4368
|
/** @internal */
|
|
4368
4369
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
4369
4370
|
{
|
|
4370
|
-
"__@BRAND@
|
|
4371
|
-
|
|
4371
|
+
"__@BRAND@7823":
|
|
4372
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound;
|
|
4372
4373
|
};
|
|
4373
4374
|
|
|
4374
4375
|
/** @internal */
|
|
@@ -4378,12 +4379,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
4378
4379
|
z.ZodTypeDef,
|
|
4379
4380
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
4380
4381
|
> = z.object({
|
|
4381
|
-
|
|
4382
|
-
|
|
4382
|
+
atBRANDAt7823: z.lazy(() =>
|
|
4383
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema
|
|
4383
4384
|
),
|
|
4384
4385
|
}).transform((v) => {
|
|
4385
4386
|
return remap$(v, {
|
|
4386
|
-
|
|
4387
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
4387
4388
|
});
|
|
4388
4389
|
});
|
|
4389
4390
|
|
|
@@ -4431,65 +4432,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
4431
4432
|
}
|
|
4432
4433
|
|
|
4433
4434
|
/** @internal */
|
|
4434
|
-
export const
|
|
4435
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema:
|
|
4435
4436
|
z.ZodType<
|
|
4436
|
-
|
|
4437
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823,
|
|
4437
4438
|
z.ZodTypeDef,
|
|
4438
4439
|
unknown
|
|
4439
4440
|
> = z.object({});
|
|
4440
4441
|
|
|
4441
4442
|
/** @internal */
|
|
4442
|
-
export type
|
|
4443
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound =
|
|
4443
4444
|
{};
|
|
4444
4445
|
|
|
4445
4446
|
/** @internal */
|
|
4446
|
-
export const
|
|
4447
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema:
|
|
4447
4448
|
z.ZodType<
|
|
4448
|
-
|
|
4449
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound,
|
|
4449
4450
|
z.ZodTypeDef,
|
|
4450
|
-
|
|
4451
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823
|
|
4451
4452
|
> = z.object({});
|
|
4452
4453
|
|
|
4453
4454
|
/**
|
|
4454
4455
|
* @internal
|
|
4455
4456
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4456
4457
|
*/
|
|
4457
|
-
export namespace
|
|
4458
|
-
/** @deprecated use `
|
|
4458
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$ {
|
|
4459
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema` instead. */
|
|
4459
4460
|
export const inboundSchema =
|
|
4460
|
-
|
|
4461
|
-
/** @deprecated use `
|
|
4461
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema;
|
|
4462
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema` instead. */
|
|
4462
4463
|
export const outboundSchema =
|
|
4463
|
-
|
|
4464
|
-
/** @deprecated use `
|
|
4464
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema;
|
|
4465
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound` instead. */
|
|
4465
4466
|
export type Outbound =
|
|
4466
|
-
|
|
4467
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound;
|
|
4467
4468
|
}
|
|
4468
4469
|
|
|
4469
|
-
export function
|
|
4470
|
-
|
|
4471
|
-
|
|
4470
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823ToJSON(
|
|
4471
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823:
|
|
4472
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823,
|
|
4472
4473
|
): string {
|
|
4473
4474
|
return JSON.stringify(
|
|
4474
|
-
|
|
4475
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema
|
|
4475
4476
|
.parse(
|
|
4476
|
-
|
|
4477
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823,
|
|
4477
4478
|
),
|
|
4478
4479
|
);
|
|
4479
4480
|
}
|
|
4480
4481
|
|
|
4481
|
-
export function
|
|
4482
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823FromJSON(
|
|
4482
4483
|
jsonString: string,
|
|
4483
4484
|
): SafeParseResult<
|
|
4484
|
-
|
|
4485
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823,
|
|
4485
4486
|
SDKValidationError
|
|
4486
4487
|
> {
|
|
4487
4488
|
return safeParse(
|
|
4488
4489
|
jsonString,
|
|
4489
4490
|
(x) =>
|
|
4490
|
-
|
|
4491
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema
|
|
4491
4492
|
.parse(JSON.parse(x)),
|
|
4492
|
-
`Failed to parse '
|
|
4493
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823' from JSON`,
|
|
4493
4494
|
);
|
|
4494
4495
|
}
|
|
4495
4496
|
|
|
@@ -4500,20 +4501,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
4500
4501
|
z.ZodTypeDef,
|
|
4501
4502
|
unknown
|
|
4502
4503
|
> = z.object({
|
|
4503
|
-
"__@BRAND@
|
|
4504
|
-
|
|
4504
|
+
"__@BRAND@7823": z.lazy(() =>
|
|
4505
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema
|
|
4505
4506
|
),
|
|
4506
4507
|
}).transform((v) => {
|
|
4507
4508
|
return remap$(v, {
|
|
4508
|
-
"__@BRAND@
|
|
4509
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
4509
4510
|
});
|
|
4510
4511
|
});
|
|
4511
4512
|
|
|
4512
4513
|
/** @internal */
|
|
4513
4514
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
|
|
4514
4515
|
{
|
|
4515
|
-
"__@BRAND@
|
|
4516
|
-
|
|
4516
|
+
"__@BRAND@7823":
|
|
4517
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound;
|
|
4517
4518
|
};
|
|
4518
4519
|
|
|
4519
4520
|
/** @internal */
|
|
@@ -4523,12 +4524,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
4523
4524
|
z.ZodTypeDef,
|
|
4524
4525
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
4525
4526
|
> = z.object({
|
|
4526
|
-
|
|
4527
|
-
|
|
4527
|
+
atBRANDAt7823: z.lazy(() =>
|
|
4528
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema
|
|
4528
4529
|
),
|
|
4529
4530
|
}).transform((v) => {
|
|
4530
4531
|
return remap$(v, {
|
|
4531
|
-
|
|
4532
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
4532
4533
|
});
|
|
4533
4534
|
});
|
|
4534
4535
|
|
|
@@ -4576,65 +4577,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
4576
4577
|
}
|
|
4577
4578
|
|
|
4578
4579
|
/** @internal */
|
|
4579
|
-
export const
|
|
4580
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema:
|
|
4580
4581
|
z.ZodType<
|
|
4581
|
-
|
|
4582
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823,
|
|
4582
4583
|
z.ZodTypeDef,
|
|
4583
4584
|
unknown
|
|
4584
4585
|
> = z.object({});
|
|
4585
4586
|
|
|
4586
4587
|
/** @internal */
|
|
4587
|
-
export type
|
|
4588
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound =
|
|
4588
4589
|
{};
|
|
4589
4590
|
|
|
4590
4591
|
/** @internal */
|
|
4591
|
-
export const
|
|
4592
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema:
|
|
4592
4593
|
z.ZodType<
|
|
4593
|
-
|
|
4594
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound,
|
|
4594
4595
|
z.ZodTypeDef,
|
|
4595
|
-
|
|
4596
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823
|
|
4596
4597
|
> = z.object({});
|
|
4597
4598
|
|
|
4598
4599
|
/**
|
|
4599
4600
|
* @internal
|
|
4600
4601
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4601
4602
|
*/
|
|
4602
|
-
export namespace
|
|
4603
|
-
/** @deprecated use `
|
|
4603
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$ {
|
|
4604
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema` instead. */
|
|
4604
4605
|
export const inboundSchema =
|
|
4605
|
-
|
|
4606
|
-
/** @deprecated use `
|
|
4606
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema;
|
|
4607
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema` instead. */
|
|
4607
4608
|
export const outboundSchema =
|
|
4608
|
-
|
|
4609
|
-
/** @deprecated use `
|
|
4609
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema;
|
|
4610
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound` instead. */
|
|
4610
4611
|
export type Outbound =
|
|
4611
|
-
|
|
4612
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound;
|
|
4612
4613
|
}
|
|
4613
4614
|
|
|
4614
|
-
export function
|
|
4615
|
-
|
|
4616
|
-
|
|
4615
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823ToJSON(
|
|
4616
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823:
|
|
4617
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823,
|
|
4617
4618
|
): string {
|
|
4618
4619
|
return JSON.stringify(
|
|
4619
|
-
|
|
4620
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema
|
|
4620
4621
|
.parse(
|
|
4621
|
-
|
|
4622
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823,
|
|
4622
4623
|
),
|
|
4623
4624
|
);
|
|
4624
4625
|
}
|
|
4625
4626
|
|
|
4626
|
-
export function
|
|
4627
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823FromJSON(
|
|
4627
4628
|
jsonString: string,
|
|
4628
4629
|
): SafeParseResult<
|
|
4629
|
-
|
|
4630
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823,
|
|
4630
4631
|
SDKValidationError
|
|
4631
4632
|
> {
|
|
4632
4633
|
return safeParse(
|
|
4633
4634
|
jsonString,
|
|
4634
4635
|
(x) =>
|
|
4635
|
-
|
|
4636
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema
|
|
4636
4637
|
.parse(JSON.parse(x)),
|
|
4637
|
-
`Failed to parse '
|
|
4638
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823' from JSON`,
|
|
4638
4639
|
);
|
|
4639
4640
|
}
|
|
4640
4641
|
|
|
@@ -4645,20 +4646,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
|
|
|
4645
4646
|
z.ZodTypeDef,
|
|
4646
4647
|
unknown
|
|
4647
4648
|
> = z.object({
|
|
4648
|
-
"__@BRAND@
|
|
4649
|
-
|
|
4649
|
+
"__@BRAND@7823": z.lazy(() =>
|
|
4650
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema
|
|
4650
4651
|
),
|
|
4651
4652
|
}).transform((v) => {
|
|
4652
4653
|
return remap$(v, {
|
|
4653
|
-
"__@BRAND@
|
|
4654
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
4654
4655
|
});
|
|
4655
4656
|
});
|
|
4656
4657
|
|
|
4657
4658
|
/** @internal */
|
|
4658
4659
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
|
|
4659
4660
|
{
|
|
4660
|
-
"__@BRAND@
|
|
4661
|
-
|
|
4661
|
+
"__@BRAND@7823":
|
|
4662
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound;
|
|
4662
4663
|
};
|
|
4663
4664
|
|
|
4664
4665
|
/** @internal */
|
|
@@ -4668,12 +4669,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
|
|
|
4668
4669
|
z.ZodTypeDef,
|
|
4669
4670
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
|
|
4670
4671
|
> = z.object({
|
|
4671
|
-
|
|
4672
|
-
|
|
4672
|
+
atBRANDAt7823: z.lazy(() =>
|
|
4673
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema
|
|
4673
4674
|
),
|
|
4674
4675
|
}).transform((v) => {
|
|
4675
4676
|
return remap$(v, {
|
|
4676
|
-
|
|
4677
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
4677
4678
|
});
|
|
4678
4679
|
});
|
|
4679
4680
|
|
|
@@ -5748,65 +5749,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
5748
5749
|
}
|
|
5749
5750
|
|
|
5750
5751
|
/** @internal */
|
|
5751
|
-
export const
|
|
5752
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema:
|
|
5752
5753
|
z.ZodType<
|
|
5753
|
-
|
|
5754
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823,
|
|
5754
5755
|
z.ZodTypeDef,
|
|
5755
5756
|
unknown
|
|
5756
5757
|
> = z.object({});
|
|
5757
5758
|
|
|
5758
5759
|
/** @internal */
|
|
5759
|
-
export type
|
|
5760
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound =
|
|
5760
5761
|
{};
|
|
5761
5762
|
|
|
5762
5763
|
/** @internal */
|
|
5763
|
-
export const
|
|
5764
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema:
|
|
5764
5765
|
z.ZodType<
|
|
5765
|
-
|
|
5766
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound,
|
|
5766
5767
|
z.ZodTypeDef,
|
|
5767
|
-
|
|
5768
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823
|
|
5768
5769
|
> = z.object({});
|
|
5769
5770
|
|
|
5770
5771
|
/**
|
|
5771
5772
|
* @internal
|
|
5772
5773
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5773
5774
|
*/
|
|
5774
|
-
export namespace
|
|
5775
|
-
/** @deprecated use `
|
|
5775
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$ {
|
|
5776
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema` instead. */
|
|
5776
5777
|
export const inboundSchema =
|
|
5777
|
-
|
|
5778
|
-
/** @deprecated use `
|
|
5778
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema;
|
|
5779
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema` instead. */
|
|
5779
5780
|
export const outboundSchema =
|
|
5780
|
-
|
|
5781
|
-
/** @deprecated use `
|
|
5781
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema;
|
|
5782
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound` instead. */
|
|
5782
5783
|
export type Outbound =
|
|
5783
|
-
|
|
5784
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound;
|
|
5784
5785
|
}
|
|
5785
5786
|
|
|
5786
|
-
export function
|
|
5787
|
-
|
|
5788
|
-
|
|
5787
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823ToJSON(
|
|
5788
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823:
|
|
5789
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823,
|
|
5789
5790
|
): string {
|
|
5790
5791
|
return JSON.stringify(
|
|
5791
|
-
|
|
5792
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema
|
|
5792
5793
|
.parse(
|
|
5793
|
-
|
|
5794
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823,
|
|
5794
5795
|
),
|
|
5795
5796
|
);
|
|
5796
5797
|
}
|
|
5797
5798
|
|
|
5798
|
-
export function
|
|
5799
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823FromJSON(
|
|
5799
5800
|
jsonString: string,
|
|
5800
5801
|
): SafeParseResult<
|
|
5801
|
-
|
|
5802
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823,
|
|
5802
5803
|
SDKValidationError
|
|
5803
5804
|
> {
|
|
5804
5805
|
return safeParse(
|
|
5805
5806
|
jsonString,
|
|
5806
5807
|
(x) =>
|
|
5807
|
-
|
|
5808
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema
|
|
5808
5809
|
.parse(JSON.parse(x)),
|
|
5809
|
-
`Failed to parse '
|
|
5810
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823' from JSON`,
|
|
5810
5811
|
);
|
|
5811
5812
|
}
|
|
5812
5813
|
|
|
@@ -5817,20 +5818,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
5817
5818
|
z.ZodTypeDef,
|
|
5818
5819
|
unknown
|
|
5819
5820
|
> = z.object({
|
|
5820
|
-
"__@BRAND@
|
|
5821
|
-
|
|
5821
|
+
"__@BRAND@7823": z.lazy(() =>
|
|
5822
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema
|
|
5822
5823
|
),
|
|
5823
5824
|
}).transform((v) => {
|
|
5824
5825
|
return remap$(v, {
|
|
5825
|
-
"__@BRAND@
|
|
5826
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
5826
5827
|
});
|
|
5827
5828
|
});
|
|
5828
5829
|
|
|
5829
5830
|
/** @internal */
|
|
5830
5831
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
|
|
5831
5832
|
{
|
|
5832
|
-
"__@BRAND@
|
|
5833
|
-
|
|
5833
|
+
"__@BRAND@7823":
|
|
5834
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound;
|
|
5834
5835
|
};
|
|
5835
5836
|
|
|
5836
5837
|
/** @internal */
|
|
@@ -5840,12 +5841,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
5840
5841
|
z.ZodTypeDef,
|
|
5841
5842
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
|
|
5842
5843
|
> = z.object({
|
|
5843
|
-
|
|
5844
|
-
|
|
5844
|
+
atBRANDAt7823: z.lazy(() =>
|
|
5845
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema
|
|
5845
5846
|
),
|
|
5846
5847
|
}).transform((v) => {
|
|
5847
5848
|
return remap$(v, {
|
|
5848
|
-
|
|
5849
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
5849
5850
|
});
|
|
5850
5851
|
});
|
|
5851
5852
|
|
|
@@ -5893,65 +5894,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
5893
5894
|
}
|
|
5894
5895
|
|
|
5895
5896
|
/** @internal */
|
|
5896
|
-
export const
|
|
5897
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema:
|
|
5897
5898
|
z.ZodType<
|
|
5898
|
-
|
|
5899
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823,
|
|
5899
5900
|
z.ZodTypeDef,
|
|
5900
5901
|
unknown
|
|
5901
5902
|
> = z.object({});
|
|
5902
5903
|
|
|
5903
5904
|
/** @internal */
|
|
5904
|
-
export type
|
|
5905
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound =
|
|
5905
5906
|
{};
|
|
5906
5907
|
|
|
5907
5908
|
/** @internal */
|
|
5908
|
-
export const
|
|
5909
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema:
|
|
5909
5910
|
z.ZodType<
|
|
5910
|
-
|
|
5911
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound,
|
|
5911
5912
|
z.ZodTypeDef,
|
|
5912
|
-
|
|
5913
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823
|
|
5913
5914
|
> = z.object({});
|
|
5914
5915
|
|
|
5915
5916
|
/**
|
|
5916
5917
|
* @internal
|
|
5917
5918
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5918
5919
|
*/
|
|
5919
|
-
export namespace
|
|
5920
|
-
/** @deprecated use `
|
|
5920
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$ {
|
|
5921
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema` instead. */
|
|
5921
5922
|
export const inboundSchema =
|
|
5922
|
-
|
|
5923
|
-
/** @deprecated use `
|
|
5923
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema;
|
|
5924
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema` instead. */
|
|
5924
5925
|
export const outboundSchema =
|
|
5925
|
-
|
|
5926
|
-
/** @deprecated use `
|
|
5926
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema;
|
|
5927
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound` instead. */
|
|
5927
5928
|
export type Outbound =
|
|
5928
|
-
|
|
5929
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound;
|
|
5929
5930
|
}
|
|
5930
5931
|
|
|
5931
|
-
export function
|
|
5932
|
-
|
|
5933
|
-
|
|
5932
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823ToJSON(
|
|
5933
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823:
|
|
5934
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823,
|
|
5934
5935
|
): string {
|
|
5935
5936
|
return JSON.stringify(
|
|
5936
|
-
|
|
5937
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema
|
|
5937
5938
|
.parse(
|
|
5938
|
-
|
|
5939
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823,
|
|
5939
5940
|
),
|
|
5940
5941
|
);
|
|
5941
5942
|
}
|
|
5942
5943
|
|
|
5943
|
-
export function
|
|
5944
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823FromJSON(
|
|
5944
5945
|
jsonString: string,
|
|
5945
5946
|
): SafeParseResult<
|
|
5946
|
-
|
|
5947
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823,
|
|
5947
5948
|
SDKValidationError
|
|
5948
5949
|
> {
|
|
5949
5950
|
return safeParse(
|
|
5950
5951
|
jsonString,
|
|
5951
5952
|
(x) =>
|
|
5952
|
-
|
|
5953
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema
|
|
5953
5954
|
.parse(JSON.parse(x)),
|
|
5954
|
-
`Failed to parse '
|
|
5955
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823' from JSON`,
|
|
5955
5956
|
);
|
|
5956
5957
|
}
|
|
5957
5958
|
|
|
@@ -5962,20 +5963,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
5962
5963
|
z.ZodTypeDef,
|
|
5963
5964
|
unknown
|
|
5964
5965
|
> = z.object({
|
|
5965
|
-
"__@BRAND@
|
|
5966
|
-
|
|
5966
|
+
"__@BRAND@7823": z.lazy(() =>
|
|
5967
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema
|
|
5967
5968
|
),
|
|
5968
5969
|
}).transform((v) => {
|
|
5969
5970
|
return remap$(v, {
|
|
5970
|
-
"__@BRAND@
|
|
5971
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
5971
5972
|
});
|
|
5972
5973
|
});
|
|
5973
5974
|
|
|
5974
5975
|
/** @internal */
|
|
5975
5976
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
|
|
5976
5977
|
{
|
|
5977
|
-
"__@BRAND@
|
|
5978
|
-
|
|
5978
|
+
"__@BRAND@7823":
|
|
5979
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound;
|
|
5979
5980
|
};
|
|
5980
5981
|
|
|
5981
5982
|
/** @internal */
|
|
@@ -5985,12 +5986,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
5985
5986
|
z.ZodTypeDef,
|
|
5986
5987
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
|
|
5987
5988
|
> = z.object({
|
|
5988
|
-
|
|
5989
|
-
|
|
5989
|
+
atBRANDAt7823: z.lazy(() =>
|
|
5990
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema
|
|
5990
5991
|
),
|
|
5991
5992
|
}).transform((v) => {
|
|
5992
5993
|
return remap$(v, {
|
|
5993
|
-
|
|
5994
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
5994
5995
|
});
|
|
5995
5996
|
});
|
|
5996
5997
|
|
|
@@ -6038,65 +6039,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
6038
6039
|
}
|
|
6039
6040
|
|
|
6040
6041
|
/** @internal */
|
|
6041
|
-
export const
|
|
6042
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema:
|
|
6042
6043
|
z.ZodType<
|
|
6043
|
-
|
|
6044
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823,
|
|
6044
6045
|
z.ZodTypeDef,
|
|
6045
6046
|
unknown
|
|
6046
6047
|
> = z.object({});
|
|
6047
6048
|
|
|
6048
6049
|
/** @internal */
|
|
6049
|
-
export type
|
|
6050
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound =
|
|
6050
6051
|
{};
|
|
6051
6052
|
|
|
6052
6053
|
/** @internal */
|
|
6053
|
-
export const
|
|
6054
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema:
|
|
6054
6055
|
z.ZodType<
|
|
6055
|
-
|
|
6056
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound,
|
|
6056
6057
|
z.ZodTypeDef,
|
|
6057
|
-
|
|
6058
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823
|
|
6058
6059
|
> = z.object({});
|
|
6059
6060
|
|
|
6060
6061
|
/**
|
|
6061
6062
|
* @internal
|
|
6062
6063
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6063
6064
|
*/
|
|
6064
|
-
export namespace
|
|
6065
|
-
/** @deprecated use `
|
|
6065
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$ {
|
|
6066
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema` instead. */
|
|
6066
6067
|
export const inboundSchema =
|
|
6067
|
-
|
|
6068
|
-
/** @deprecated use `
|
|
6068
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema;
|
|
6069
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema` instead. */
|
|
6069
6070
|
export const outboundSchema =
|
|
6070
|
-
|
|
6071
|
-
/** @deprecated use `
|
|
6071
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema;
|
|
6072
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound` instead. */
|
|
6072
6073
|
export type Outbound =
|
|
6073
|
-
|
|
6074
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound;
|
|
6074
6075
|
}
|
|
6075
6076
|
|
|
6076
|
-
export function
|
|
6077
|
-
|
|
6078
|
-
|
|
6077
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823ToJSON(
|
|
6078
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823:
|
|
6079
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823,
|
|
6079
6080
|
): string {
|
|
6080
6081
|
return JSON.stringify(
|
|
6081
|
-
|
|
6082
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema
|
|
6082
6083
|
.parse(
|
|
6083
|
-
|
|
6084
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823,
|
|
6084
6085
|
),
|
|
6085
6086
|
);
|
|
6086
6087
|
}
|
|
6087
6088
|
|
|
6088
|
-
export function
|
|
6089
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823FromJSON(
|
|
6089
6090
|
jsonString: string,
|
|
6090
6091
|
): SafeParseResult<
|
|
6091
|
-
|
|
6092
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823,
|
|
6092
6093
|
SDKValidationError
|
|
6093
6094
|
> {
|
|
6094
6095
|
return safeParse(
|
|
6095
6096
|
jsonString,
|
|
6096
6097
|
(x) =>
|
|
6097
|
-
|
|
6098
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema
|
|
6098
6099
|
.parse(JSON.parse(x)),
|
|
6099
|
-
`Failed to parse '
|
|
6100
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823' from JSON`,
|
|
6100
6101
|
);
|
|
6101
6102
|
}
|
|
6102
6103
|
|
|
@@ -6107,20 +6108,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
6107
6108
|
z.ZodTypeDef,
|
|
6108
6109
|
unknown
|
|
6109
6110
|
> = z.object({
|
|
6110
|
-
"__@BRAND@
|
|
6111
|
-
|
|
6111
|
+
"__@BRAND@7823": z.lazy(() =>
|
|
6112
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema
|
|
6112
6113
|
),
|
|
6113
6114
|
}).transform((v) => {
|
|
6114
6115
|
return remap$(v, {
|
|
6115
|
-
"__@BRAND@
|
|
6116
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
6116
6117
|
});
|
|
6117
6118
|
});
|
|
6118
6119
|
|
|
6119
6120
|
/** @internal */
|
|
6120
6121
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
|
|
6121
6122
|
{
|
|
6122
|
-
"__@BRAND@
|
|
6123
|
-
|
|
6123
|
+
"__@BRAND@7823":
|
|
6124
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound;
|
|
6124
6125
|
};
|
|
6125
6126
|
|
|
6126
6127
|
/** @internal */
|
|
@@ -6130,12 +6131,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
6130
6131
|
z.ZodTypeDef,
|
|
6131
6132
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
|
|
6132
6133
|
> = z.object({
|
|
6133
|
-
|
|
6134
|
-
|
|
6134
|
+
atBRANDAt7823: z.lazy(() =>
|
|
6135
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema
|
|
6135
6136
|
),
|
|
6136
6137
|
}).transform((v) => {
|
|
6137
6138
|
return remap$(v, {
|
|
6138
|
-
|
|
6139
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
6139
6140
|
});
|
|
6140
6141
|
});
|
|
6141
6142
|
|
|
@@ -8206,63 +8207,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
|
|
|
8206
8207
|
}
|
|
8207
8208
|
|
|
8208
8209
|
/** @internal */
|
|
8209
|
-
export const
|
|
8210
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema:
|
|
8210
8211
|
z.ZodType<
|
|
8211
|
-
|
|
8212
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823,
|
|
8212
8213
|
z.ZodTypeDef,
|
|
8213
8214
|
unknown
|
|
8214
8215
|
> = z.object({});
|
|
8215
8216
|
|
|
8216
8217
|
/** @internal */
|
|
8217
|
-
export type
|
|
8218
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound =
|
|
8218
8219
|
{};
|
|
8219
8220
|
|
|
8220
8221
|
/** @internal */
|
|
8221
|
-
export const
|
|
8222
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema:
|
|
8222
8223
|
z.ZodType<
|
|
8223
|
-
|
|
8224
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound,
|
|
8224
8225
|
z.ZodTypeDef,
|
|
8225
|
-
|
|
8226
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823
|
|
8226
8227
|
> = z.object({});
|
|
8227
8228
|
|
|
8228
8229
|
/**
|
|
8229
8230
|
* @internal
|
|
8230
8231
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8231
8232
|
*/
|
|
8232
|
-
export namespace
|
|
8233
|
-
/** @deprecated use `
|
|
8233
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$ {
|
|
8234
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema` instead. */
|
|
8234
8235
|
export const inboundSchema =
|
|
8235
|
-
|
|
8236
|
-
/** @deprecated use `
|
|
8236
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema;
|
|
8237
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema` instead. */
|
|
8237
8238
|
export const outboundSchema =
|
|
8238
|
-
|
|
8239
|
-
/** @deprecated use `
|
|
8239
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema;
|
|
8240
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound` instead. */
|
|
8240
8241
|
export type Outbound =
|
|
8241
|
-
|
|
8242
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound;
|
|
8242
8243
|
}
|
|
8243
8244
|
|
|
8244
|
-
export function
|
|
8245
|
-
|
|
8246
|
-
|
|
8245
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823ToJSON(
|
|
8246
|
+
createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823:
|
|
8247
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823,
|
|
8247
8248
|
): string {
|
|
8248
8249
|
return JSON.stringify(
|
|
8249
|
-
|
|
8250
|
-
.parse(
|
|
8250
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema
|
|
8251
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823),
|
|
8251
8252
|
);
|
|
8252
8253
|
}
|
|
8253
8254
|
|
|
8254
|
-
export function
|
|
8255
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823FromJSON(
|
|
8255
8256
|
jsonString: string,
|
|
8256
8257
|
): SafeParseResult<
|
|
8257
|
-
|
|
8258
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823,
|
|
8258
8259
|
SDKValidationError
|
|
8259
8260
|
> {
|
|
8260
8261
|
return safeParse(
|
|
8261
8262
|
jsonString,
|
|
8262
8263
|
(x) =>
|
|
8263
|
-
|
|
8264
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema
|
|
8264
8265
|
.parse(JSON.parse(x)),
|
|
8265
|
-
`Failed to parse '
|
|
8266
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823' from JSON`,
|
|
8266
8267
|
);
|
|
8267
8268
|
}
|
|
8268
8269
|
|
|
@@ -8273,20 +8274,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
|
|
|
8273
8274
|
z.ZodTypeDef,
|
|
8274
8275
|
unknown
|
|
8275
8276
|
> = z.object({
|
|
8276
|
-
"__@BRAND@
|
|
8277
|
-
|
|
8277
|
+
"__@BRAND@7823": z.lazy(() =>
|
|
8278
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema
|
|
8278
8279
|
),
|
|
8279
8280
|
}).transform((v) => {
|
|
8280
8281
|
return remap$(v, {
|
|
8281
|
-
"__@BRAND@
|
|
8282
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
8282
8283
|
});
|
|
8283
8284
|
});
|
|
8284
8285
|
|
|
8285
8286
|
/** @internal */
|
|
8286
8287
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
|
|
8287
8288
|
{
|
|
8288
|
-
"__@BRAND@
|
|
8289
|
-
|
|
8289
|
+
"__@BRAND@7823":
|
|
8290
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound;
|
|
8290
8291
|
};
|
|
8291
8292
|
|
|
8292
8293
|
/** @internal */
|
|
@@ -8296,12 +8297,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
|
|
|
8296
8297
|
z.ZodTypeDef,
|
|
8297
8298
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
|
|
8298
8299
|
> = z.object({
|
|
8299
|
-
|
|
8300
|
-
|
|
8300
|
+
atBRANDAt7823: z.lazy(() =>
|
|
8301
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema
|
|
8301
8302
|
),
|
|
8302
8303
|
}).transform((v) => {
|
|
8303
8304
|
return remap$(v, {
|
|
8304
|
-
|
|
8305
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
8305
8306
|
});
|
|
8306
8307
|
});
|
|
8307
8308
|
|
|
@@ -8347,65 +8348,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
8347
8348
|
}
|
|
8348
8349
|
|
|
8349
8350
|
/** @internal */
|
|
8350
|
-
export const
|
|
8351
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema:
|
|
8351
8352
|
z.ZodType<
|
|
8352
|
-
|
|
8353
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823,
|
|
8353
8354
|
z.ZodTypeDef,
|
|
8354
8355
|
unknown
|
|
8355
8356
|
> = z.object({});
|
|
8356
8357
|
|
|
8357
8358
|
/** @internal */
|
|
8358
|
-
export type
|
|
8359
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound =
|
|
8359
8360
|
{};
|
|
8360
8361
|
|
|
8361
8362
|
/** @internal */
|
|
8362
|
-
export const
|
|
8363
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema:
|
|
8363
8364
|
z.ZodType<
|
|
8364
|
-
|
|
8365
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound,
|
|
8365
8366
|
z.ZodTypeDef,
|
|
8366
|
-
|
|
8367
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823
|
|
8367
8368
|
> = z.object({});
|
|
8368
8369
|
|
|
8369
8370
|
/**
|
|
8370
8371
|
* @internal
|
|
8371
8372
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8372
8373
|
*/
|
|
8373
|
-
export namespace
|
|
8374
|
-
/** @deprecated use `
|
|
8374
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$ {
|
|
8375
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema` instead. */
|
|
8375
8376
|
export const inboundSchema =
|
|
8376
|
-
|
|
8377
|
-
/** @deprecated use `
|
|
8377
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema;
|
|
8378
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema` instead. */
|
|
8378
8379
|
export const outboundSchema =
|
|
8379
|
-
|
|
8380
|
-
/** @deprecated use `
|
|
8380
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema;
|
|
8381
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound` instead. */
|
|
8381
8382
|
export type Outbound =
|
|
8382
|
-
|
|
8383
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound;
|
|
8383
8384
|
}
|
|
8384
8385
|
|
|
8385
|
-
export function
|
|
8386
|
-
|
|
8387
|
-
|
|
8386
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823ToJSON(
|
|
8387
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823:
|
|
8388
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823,
|
|
8388
8389
|
): string {
|
|
8389
8390
|
return JSON.stringify(
|
|
8390
|
-
|
|
8391
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema
|
|
8391
8392
|
.parse(
|
|
8392
|
-
|
|
8393
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823,
|
|
8393
8394
|
),
|
|
8394
8395
|
);
|
|
8395
8396
|
}
|
|
8396
8397
|
|
|
8397
|
-
export function
|
|
8398
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823FromJSON(
|
|
8398
8399
|
jsonString: string,
|
|
8399
8400
|
): SafeParseResult<
|
|
8400
|
-
|
|
8401
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823,
|
|
8401
8402
|
SDKValidationError
|
|
8402
8403
|
> {
|
|
8403
8404
|
return safeParse(
|
|
8404
8405
|
jsonString,
|
|
8405
8406
|
(x) =>
|
|
8406
|
-
|
|
8407
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema
|
|
8407
8408
|
.parse(JSON.parse(x)),
|
|
8408
|
-
`Failed to parse '
|
|
8409
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823' from JSON`,
|
|
8409
8410
|
);
|
|
8410
8411
|
}
|
|
8411
8412
|
|
|
@@ -8416,20 +8417,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
|
|
|
8416
8417
|
z.ZodTypeDef,
|
|
8417
8418
|
unknown
|
|
8418
8419
|
> = z.object({
|
|
8419
|
-
"__@BRAND@
|
|
8420
|
-
|
|
8420
|
+
"__@BRAND@7823": z.lazy(() =>
|
|
8421
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema
|
|
8421
8422
|
),
|
|
8422
8423
|
}).transform((v) => {
|
|
8423
8424
|
return remap$(v, {
|
|
8424
|
-
"__@BRAND@
|
|
8425
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
8425
8426
|
});
|
|
8426
8427
|
});
|
|
8427
8428
|
|
|
8428
8429
|
/** @internal */
|
|
8429
8430
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
|
|
8430
8431
|
{
|
|
8431
|
-
"__@BRAND@
|
|
8432
|
-
|
|
8432
|
+
"__@BRAND@7823":
|
|
8433
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound;
|
|
8433
8434
|
};
|
|
8434
8435
|
|
|
8435
8436
|
/** @internal */
|
|
@@ -8439,12 +8440,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
|
|
|
8439
8440
|
z.ZodTypeDef,
|
|
8440
8441
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
|
|
8441
8442
|
> = z.object({
|
|
8442
|
-
|
|
8443
|
-
|
|
8443
|
+
atBRANDAt7823: z.lazy(() =>
|
|
8444
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema
|
|
8444
8445
|
),
|
|
8445
8446
|
}).transform((v) => {
|
|
8446
8447
|
return remap$(v, {
|
|
8447
|
-
|
|
8448
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
8448
8449
|
});
|
|
8449
8450
|
});
|
|
8450
8451
|
|
|
@@ -8490,65 +8491,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
8490
8491
|
}
|
|
8491
8492
|
|
|
8492
8493
|
/** @internal */
|
|
8493
|
-
export const
|
|
8494
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema:
|
|
8494
8495
|
z.ZodType<
|
|
8495
|
-
|
|
8496
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823,
|
|
8496
8497
|
z.ZodTypeDef,
|
|
8497
8498
|
unknown
|
|
8498
8499
|
> = z.object({});
|
|
8499
8500
|
|
|
8500
8501
|
/** @internal */
|
|
8501
|
-
export type
|
|
8502
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound =
|
|
8502
8503
|
{};
|
|
8503
8504
|
|
|
8504
8505
|
/** @internal */
|
|
8505
|
-
export const
|
|
8506
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema:
|
|
8506
8507
|
z.ZodType<
|
|
8507
|
-
|
|
8508
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound,
|
|
8508
8509
|
z.ZodTypeDef,
|
|
8509
|
-
|
|
8510
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823
|
|
8510
8511
|
> = z.object({});
|
|
8511
8512
|
|
|
8512
8513
|
/**
|
|
8513
8514
|
* @internal
|
|
8514
8515
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8515
8516
|
*/
|
|
8516
|
-
export namespace
|
|
8517
|
-
/** @deprecated use `
|
|
8517
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$ {
|
|
8518
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema` instead. */
|
|
8518
8519
|
export const inboundSchema =
|
|
8519
|
-
|
|
8520
|
-
/** @deprecated use `
|
|
8520
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema;
|
|
8521
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema` instead. */
|
|
8521
8522
|
export const outboundSchema =
|
|
8522
|
-
|
|
8523
|
-
/** @deprecated use `
|
|
8523
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema;
|
|
8524
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound` instead. */
|
|
8524
8525
|
export type Outbound =
|
|
8525
|
-
|
|
8526
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound;
|
|
8526
8527
|
}
|
|
8527
8528
|
|
|
8528
|
-
export function
|
|
8529
|
-
|
|
8530
|
-
|
|
8529
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823ToJSON(
|
|
8530
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823:
|
|
8531
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823,
|
|
8531
8532
|
): string {
|
|
8532
8533
|
return JSON.stringify(
|
|
8533
|
-
|
|
8534
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema
|
|
8534
8535
|
.parse(
|
|
8535
|
-
|
|
8536
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823,
|
|
8536
8537
|
),
|
|
8537
8538
|
);
|
|
8538
8539
|
}
|
|
8539
8540
|
|
|
8540
|
-
export function
|
|
8541
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823FromJSON(
|
|
8541
8542
|
jsonString: string,
|
|
8542
8543
|
): SafeParseResult<
|
|
8543
|
-
|
|
8544
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823,
|
|
8544
8545
|
SDKValidationError
|
|
8545
8546
|
> {
|
|
8546
8547
|
return safeParse(
|
|
8547
8548
|
jsonString,
|
|
8548
8549
|
(x) =>
|
|
8549
|
-
|
|
8550
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema
|
|
8550
8551
|
.parse(JSON.parse(x)),
|
|
8551
|
-
`Failed to parse '
|
|
8552
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823' from JSON`,
|
|
8552
8553
|
);
|
|
8553
8554
|
}
|
|
8554
8555
|
|
|
@@ -8559,20 +8560,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
|
|
|
8559
8560
|
z.ZodTypeDef,
|
|
8560
8561
|
unknown
|
|
8561
8562
|
> = z.object({
|
|
8562
|
-
"__@BRAND@
|
|
8563
|
-
|
|
8563
|
+
"__@BRAND@7823": z.lazy(() =>
|
|
8564
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema
|
|
8564
8565
|
),
|
|
8565
8566
|
}).transform((v) => {
|
|
8566
8567
|
return remap$(v, {
|
|
8567
|
-
"__@BRAND@
|
|
8568
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
8568
8569
|
});
|
|
8569
8570
|
});
|
|
8570
8571
|
|
|
8571
8572
|
/** @internal */
|
|
8572
8573
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
|
|
8573
8574
|
{
|
|
8574
|
-
"__@BRAND@
|
|
8575
|
-
|
|
8575
|
+
"__@BRAND@7823":
|
|
8576
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound;
|
|
8576
8577
|
};
|
|
8577
8578
|
|
|
8578
8579
|
/** @internal */
|
|
@@ -8582,12 +8583,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
|
|
|
8582
8583
|
z.ZodTypeDef,
|
|
8583
8584
|
CreateIntegrationStoreDirectPropertiesIntegrationsPattern
|
|
8584
8585
|
> = z.object({
|
|
8585
|
-
|
|
8586
|
-
|
|
8586
|
+
atBRANDAt7823: z.lazy(() =>
|
|
8587
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema
|
|
8587
8588
|
),
|
|
8588
8589
|
}).transform((v) => {
|
|
8589
8590
|
return remap$(v, {
|
|
8590
|
-
|
|
8591
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
8591
8592
|
});
|
|
8592
8593
|
});
|
|
8593
8594
|
|
|
@@ -12650,65 +12651,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
12650
12651
|
}
|
|
12651
12652
|
|
|
12652
12653
|
/** @internal */
|
|
12653
|
-
export const
|
|
12654
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema:
|
|
12654
12655
|
z.ZodType<
|
|
12655
|
-
|
|
12656
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823,
|
|
12656
12657
|
z.ZodTypeDef,
|
|
12657
12658
|
unknown
|
|
12658
12659
|
> = z.object({});
|
|
12659
12660
|
|
|
12660
12661
|
/** @internal */
|
|
12661
|
-
export type
|
|
12662
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound =
|
|
12662
12663
|
{};
|
|
12663
12664
|
|
|
12664
12665
|
/** @internal */
|
|
12665
|
-
export const
|
|
12666
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema:
|
|
12666
12667
|
z.ZodType<
|
|
12667
|
-
|
|
12668
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound,
|
|
12668
12669
|
z.ZodTypeDef,
|
|
12669
|
-
|
|
12670
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823
|
|
12670
12671
|
> = z.object({});
|
|
12671
12672
|
|
|
12672
12673
|
/**
|
|
12673
12674
|
* @internal
|
|
12674
12675
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12675
12676
|
*/
|
|
12676
|
-
export namespace
|
|
12677
|
-
/** @deprecated use `
|
|
12677
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$ {
|
|
12678
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema` instead. */
|
|
12678
12679
|
export const inboundSchema =
|
|
12679
|
-
|
|
12680
|
-
/** @deprecated use `
|
|
12680
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema;
|
|
12681
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema` instead. */
|
|
12681
12682
|
export const outboundSchema =
|
|
12682
|
-
|
|
12683
|
-
/** @deprecated use `
|
|
12683
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema;
|
|
12684
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound` instead. */
|
|
12684
12685
|
export type Outbound =
|
|
12685
|
-
|
|
12686
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound;
|
|
12686
12687
|
}
|
|
12687
12688
|
|
|
12688
|
-
export function
|
|
12689
|
-
|
|
12690
|
-
|
|
12689
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823ToJSON(
|
|
12690
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823:
|
|
12691
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823,
|
|
12691
12692
|
): string {
|
|
12692
12693
|
return JSON.stringify(
|
|
12693
|
-
|
|
12694
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema
|
|
12694
12695
|
.parse(
|
|
12695
|
-
|
|
12696
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823,
|
|
12696
12697
|
),
|
|
12697
12698
|
);
|
|
12698
12699
|
}
|
|
12699
12700
|
|
|
12700
|
-
export function
|
|
12701
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823FromJSON(
|
|
12701
12702
|
jsonString: string,
|
|
12702
12703
|
): SafeParseResult<
|
|
12703
|
-
|
|
12704
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823,
|
|
12704
12705
|
SDKValidationError
|
|
12705
12706
|
> {
|
|
12706
12707
|
return safeParse(
|
|
12707
12708
|
jsonString,
|
|
12708
12709
|
(x) =>
|
|
12709
|
-
|
|
12710
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema
|
|
12710
12711
|
.parse(JSON.parse(x)),
|
|
12711
|
-
`Failed to parse '
|
|
12712
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823' from JSON`,
|
|
12712
12713
|
);
|
|
12713
12714
|
}
|
|
12714
12715
|
|
|
@@ -12719,19 +12720,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
|
|
|
12719
12720
|
z.ZodTypeDef,
|
|
12720
12721
|
unknown
|
|
12721
12722
|
> = z.object({
|
|
12722
|
-
"__@BRAND@
|
|
12723
|
-
|
|
12723
|
+
"__@BRAND@7823": z.lazy(() =>
|
|
12724
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema
|
|
12724
12725
|
),
|
|
12725
12726
|
}).transform((v) => {
|
|
12726
12727
|
return remap$(v, {
|
|
12727
|
-
"__@BRAND@
|
|
12728
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
12728
12729
|
});
|
|
12729
12730
|
});
|
|
12730
12731
|
|
|
12731
12732
|
/** @internal */
|
|
12732
12733
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
12733
|
-
"__@BRAND@
|
|
12734
|
-
|
|
12734
|
+
"__@BRAND@7823":
|
|
12735
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound;
|
|
12735
12736
|
};
|
|
12736
12737
|
|
|
12737
12738
|
/** @internal */
|
|
@@ -12741,12 +12742,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
|
|
|
12741
12742
|
z.ZodTypeDef,
|
|
12742
12743
|
CreateIntegrationStoreDirectPropertiesMaxLength
|
|
12743
12744
|
> = z.object({
|
|
12744
|
-
|
|
12745
|
-
|
|
12745
|
+
atBRANDAt7823: z.lazy(() =>
|
|
12746
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema
|
|
12746
12747
|
),
|
|
12747
12748
|
}).transform((v) => {
|
|
12748
12749
|
return remap$(v, {
|
|
12749
|
-
|
|
12750
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
12750
12751
|
});
|
|
12751
12752
|
});
|
|
12752
12753
|
|
|
@@ -12794,50 +12795,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
|
|
|
12794
12795
|
}
|
|
12795
12796
|
|
|
12796
12797
|
/** @internal */
|
|
12797
|
-
export const
|
|
12798
|
-
|
|
12798
|
+
export const PropertiesAtBRANDAt7823$inboundSchema: z.ZodType<
|
|
12799
|
+
PropertiesAtBRANDAt7823,
|
|
12799
12800
|
z.ZodTypeDef,
|
|
12800
12801
|
unknown
|
|
12801
12802
|
> = z.object({});
|
|
12802
12803
|
|
|
12803
12804
|
/** @internal */
|
|
12804
|
-
export type
|
|
12805
|
+
export type PropertiesAtBRANDAt7823$Outbound = {};
|
|
12805
12806
|
|
|
12806
12807
|
/** @internal */
|
|
12807
|
-
export const
|
|
12808
|
-
|
|
12808
|
+
export const PropertiesAtBRANDAt7823$outboundSchema: z.ZodType<
|
|
12809
|
+
PropertiesAtBRANDAt7823$Outbound,
|
|
12809
12810
|
z.ZodTypeDef,
|
|
12810
|
-
|
|
12811
|
+
PropertiesAtBRANDAt7823
|
|
12811
12812
|
> = z.object({});
|
|
12812
12813
|
|
|
12813
12814
|
/**
|
|
12814
12815
|
* @internal
|
|
12815
12816
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12816
12817
|
*/
|
|
12817
|
-
export namespace
|
|
12818
|
-
/** @deprecated use `
|
|
12819
|
-
export const inboundSchema =
|
|
12820
|
-
/** @deprecated use `
|
|
12821
|
-
export const outboundSchema =
|
|
12822
|
-
/** @deprecated use `
|
|
12823
|
-
export type Outbound =
|
|
12818
|
+
export namespace PropertiesAtBRANDAt7823$ {
|
|
12819
|
+
/** @deprecated use `PropertiesAtBRANDAt7823$inboundSchema` instead. */
|
|
12820
|
+
export const inboundSchema = PropertiesAtBRANDAt7823$inboundSchema;
|
|
12821
|
+
/** @deprecated use `PropertiesAtBRANDAt7823$outboundSchema` instead. */
|
|
12822
|
+
export const outboundSchema = PropertiesAtBRANDAt7823$outboundSchema;
|
|
12823
|
+
/** @deprecated use `PropertiesAtBRANDAt7823$Outbound` instead. */
|
|
12824
|
+
export type Outbound = PropertiesAtBRANDAt7823$Outbound;
|
|
12824
12825
|
}
|
|
12825
12826
|
|
|
12826
|
-
export function
|
|
12827
|
-
|
|
12827
|
+
export function propertiesAtBRANDAt7823ToJSON(
|
|
12828
|
+
propertiesAtBRANDAt7823: PropertiesAtBRANDAt7823,
|
|
12828
12829
|
): string {
|
|
12829
12830
|
return JSON.stringify(
|
|
12830
|
-
|
|
12831
|
+
PropertiesAtBRANDAt7823$outboundSchema.parse(propertiesAtBRANDAt7823),
|
|
12831
12832
|
);
|
|
12832
12833
|
}
|
|
12833
12834
|
|
|
12834
|
-
export function
|
|
12835
|
+
export function propertiesAtBRANDAt7823FromJSON(
|
|
12835
12836
|
jsonString: string,
|
|
12836
|
-
): SafeParseResult<
|
|
12837
|
+
): SafeParseResult<PropertiesAtBRANDAt7823, SDKValidationError> {
|
|
12837
12838
|
return safeParse(
|
|
12838
12839
|
jsonString,
|
|
12839
|
-
(x) =>
|
|
12840
|
-
`Failed to parse '
|
|
12840
|
+
(x) => PropertiesAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)),
|
|
12841
|
+
`Failed to parse 'PropertiesAtBRANDAt7823' from JSON`,
|
|
12841
12842
|
);
|
|
12842
12843
|
}
|
|
12843
12844
|
|
|
@@ -12848,16 +12849,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
|
|
|
12848
12849
|
z.ZodTypeDef,
|
|
12849
12850
|
unknown
|
|
12850
12851
|
> = z.object({
|
|
12851
|
-
"__@BRAND@
|
|
12852
|
+
"__@BRAND@7823": z.lazy(() => PropertiesAtBRANDAt7823$inboundSchema),
|
|
12852
12853
|
}).transform((v) => {
|
|
12853
12854
|
return remap$(v, {
|
|
12854
|
-
"__@BRAND@
|
|
12855
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
12855
12856
|
});
|
|
12856
12857
|
});
|
|
12857
12858
|
|
|
12858
12859
|
/** @internal */
|
|
12859
12860
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
12860
|
-
"__@BRAND@
|
|
12861
|
+
"__@BRAND@7823": PropertiesAtBRANDAt7823$Outbound;
|
|
12861
12862
|
};
|
|
12862
12863
|
|
|
12863
12864
|
/** @internal */
|
|
@@ -12867,10 +12868,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
|
|
|
12867
12868
|
z.ZodTypeDef,
|
|
12868
12869
|
CreateIntegrationStoreDirectPropertiesMinLength
|
|
12869
12870
|
> = z.object({
|
|
12870
|
-
|
|
12871
|
+
atBRANDAt7823: z.lazy(() => PropertiesAtBRANDAt7823$outboundSchema),
|
|
12871
12872
|
}).transform((v) => {
|
|
12872
12873
|
return remap$(v, {
|
|
12873
|
-
|
|
12874
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
12874
12875
|
});
|
|
12875
12876
|
});
|
|
12876
12877
|
|
|
@@ -12918,64 +12919,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
|
|
|
12918
12919
|
}
|
|
12919
12920
|
|
|
12920
12921
|
/** @internal */
|
|
12921
|
-
export const
|
|
12922
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema:
|
|
12922
12923
|
z.ZodType<
|
|
12923
|
-
|
|
12924
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823,
|
|
12924
12925
|
z.ZodTypeDef,
|
|
12925
12926
|
unknown
|
|
12926
12927
|
> = z.object({});
|
|
12927
12928
|
|
|
12928
12929
|
/** @internal */
|
|
12929
|
-
export type
|
|
12930
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound = {};
|
|
12930
12931
|
|
|
12931
12932
|
/** @internal */
|
|
12932
|
-
export const
|
|
12933
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema:
|
|
12933
12934
|
z.ZodType<
|
|
12934
|
-
|
|
12935
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound,
|
|
12935
12936
|
z.ZodTypeDef,
|
|
12936
|
-
|
|
12937
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823
|
|
12937
12938
|
> = z.object({});
|
|
12938
12939
|
|
|
12939
12940
|
/**
|
|
12940
12941
|
* @internal
|
|
12941
12942
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12942
12943
|
*/
|
|
12943
|
-
export namespace
|
|
12944
|
-
/** @deprecated use `
|
|
12944
|
+
export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$ {
|
|
12945
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema` instead. */
|
|
12945
12946
|
export const inboundSchema =
|
|
12946
|
-
|
|
12947
|
-
/** @deprecated use `
|
|
12947
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema;
|
|
12948
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema` instead. */
|
|
12948
12949
|
export const outboundSchema =
|
|
12949
|
-
|
|
12950
|
-
/** @deprecated use `
|
|
12950
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema;
|
|
12951
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound` instead. */
|
|
12951
12952
|
export type Outbound =
|
|
12952
|
-
|
|
12953
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound;
|
|
12953
12954
|
}
|
|
12954
12955
|
|
|
12955
|
-
export function
|
|
12956
|
-
|
|
12957
|
-
|
|
12956
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt7823ToJSON(
|
|
12957
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt7823:
|
|
12958
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823,
|
|
12958
12959
|
): string {
|
|
12959
12960
|
return JSON.stringify(
|
|
12960
|
-
|
|
12961
|
-
|
|
12961
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema.parse(
|
|
12962
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt7823,
|
|
12962
12963
|
),
|
|
12963
12964
|
);
|
|
12964
12965
|
}
|
|
12965
12966
|
|
|
12966
|
-
export function
|
|
12967
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt7823FromJSON(
|
|
12967
12968
|
jsonString: string,
|
|
12968
12969
|
): SafeParseResult<
|
|
12969
|
-
|
|
12970
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823,
|
|
12970
12971
|
SDKValidationError
|
|
12971
12972
|
> {
|
|
12972
12973
|
return safeParse(
|
|
12973
12974
|
jsonString,
|
|
12974
12975
|
(x) =>
|
|
12975
|
-
|
|
12976
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema.parse(
|
|
12976
12977
|
JSON.parse(x),
|
|
12977
12978
|
),
|
|
12978
|
-
`Failed to parse '
|
|
12979
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7823' from JSON`,
|
|
12979
12980
|
);
|
|
12980
12981
|
}
|
|
12981
12982
|
|
|
@@ -12986,18 +12987,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
|
|
|
12986
12987
|
z.ZodTypeDef,
|
|
12987
12988
|
unknown
|
|
12988
12989
|
> = z.object({
|
|
12989
|
-
"__@BRAND@
|
|
12990
|
-
|
|
12990
|
+
"__@BRAND@7823": z.lazy(() =>
|
|
12991
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema
|
|
12991
12992
|
),
|
|
12992
12993
|
}).transform((v) => {
|
|
12993
12994
|
return remap$(v, {
|
|
12994
|
-
"__@BRAND@
|
|
12995
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
12995
12996
|
});
|
|
12996
12997
|
});
|
|
12997
12998
|
|
|
12998
12999
|
/** @internal */
|
|
12999
13000
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
13000
|
-
"__@BRAND@
|
|
13001
|
+
"__@BRAND@7823": CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound;
|
|
13001
13002
|
};
|
|
13002
13003
|
|
|
13003
13004
|
/** @internal */
|
|
@@ -13007,12 +13008,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
|
|
|
13007
13008
|
z.ZodTypeDef,
|
|
13008
13009
|
CreateIntegrationStoreDirectPropertiesPattern
|
|
13009
13010
|
> = z.object({
|
|
13010
|
-
|
|
13011
|
-
|
|
13011
|
+
atBRANDAt7823: z.lazy(() =>
|
|
13012
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema
|
|
13012
13013
|
),
|
|
13013
13014
|
}).transform((v) => {
|
|
13014
13015
|
return remap$(v, {
|
|
13015
|
-
|
|
13016
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
13016
13017
|
});
|
|
13017
13018
|
});
|
|
13018
13019
|
|
|
@@ -14452,46 +14453,46 @@ export function guidesFromJSON(
|
|
|
14452
14453
|
}
|
|
14453
14454
|
|
|
14454
14455
|
/** @internal */
|
|
14455
|
-
export const
|
|
14456
|
-
|
|
14456
|
+
export const AtBRANDAt7823$inboundSchema: z.ZodType<
|
|
14457
|
+
AtBRANDAt7823,
|
|
14457
14458
|
z.ZodTypeDef,
|
|
14458
14459
|
unknown
|
|
14459
14460
|
> = z.object({});
|
|
14460
14461
|
|
|
14461
14462
|
/** @internal */
|
|
14462
|
-
export type
|
|
14463
|
+
export type AtBRANDAt7823$Outbound = {};
|
|
14463
14464
|
|
|
14464
14465
|
/** @internal */
|
|
14465
|
-
export const
|
|
14466
|
-
|
|
14466
|
+
export const AtBRANDAt7823$outboundSchema: z.ZodType<
|
|
14467
|
+
AtBRANDAt7823$Outbound,
|
|
14467
14468
|
z.ZodTypeDef,
|
|
14468
|
-
|
|
14469
|
+
AtBRANDAt7823
|
|
14469
14470
|
> = z.object({});
|
|
14470
14471
|
|
|
14471
14472
|
/**
|
|
14472
14473
|
* @internal
|
|
14473
14474
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14474
14475
|
*/
|
|
14475
|
-
export namespace
|
|
14476
|
-
/** @deprecated use `
|
|
14477
|
-
export const inboundSchema =
|
|
14478
|
-
/** @deprecated use `
|
|
14479
|
-
export const outboundSchema =
|
|
14480
|
-
/** @deprecated use `
|
|
14481
|
-
export type Outbound =
|
|
14476
|
+
export namespace AtBRANDAt7823$ {
|
|
14477
|
+
/** @deprecated use `AtBRANDAt7823$inboundSchema` instead. */
|
|
14478
|
+
export const inboundSchema = AtBRANDAt7823$inboundSchema;
|
|
14479
|
+
/** @deprecated use `AtBRANDAt7823$outboundSchema` instead. */
|
|
14480
|
+
export const outboundSchema = AtBRANDAt7823$outboundSchema;
|
|
14481
|
+
/** @deprecated use `AtBRANDAt7823$Outbound` instead. */
|
|
14482
|
+
export type Outbound = AtBRANDAt7823$Outbound;
|
|
14482
14483
|
}
|
|
14483
14484
|
|
|
14484
|
-
export function
|
|
14485
|
-
return JSON.stringify(
|
|
14485
|
+
export function atBRANDAt7823ToJSON(atBRANDAt7823: AtBRANDAt7823): string {
|
|
14486
|
+
return JSON.stringify(AtBRANDAt7823$outboundSchema.parse(atBRANDAt7823));
|
|
14486
14487
|
}
|
|
14487
14488
|
|
|
14488
|
-
export function
|
|
14489
|
+
export function atBRANDAt7823FromJSON(
|
|
14489
14490
|
jsonString: string,
|
|
14490
|
-
): SafeParseResult<
|
|
14491
|
+
): SafeParseResult<AtBRANDAt7823, SDKValidationError> {
|
|
14491
14492
|
return safeParse(
|
|
14492
14493
|
jsonString,
|
|
14493
|
-
(x) =>
|
|
14494
|
-
`Failed to parse '
|
|
14494
|
+
(x) => AtBRANDAt7823$inboundSchema.parse(JSON.parse(x)),
|
|
14495
|
+
`Failed to parse 'AtBRANDAt7823' from JSON`,
|
|
14495
14496
|
);
|
|
14496
14497
|
}
|
|
14497
14498
|
|
|
@@ -14501,16 +14502,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
|
|
|
14501
14502
|
z.ZodTypeDef,
|
|
14502
14503
|
unknown
|
|
14503
14504
|
> = z.object({
|
|
14504
|
-
"__@BRAND@
|
|
14505
|
+
"__@BRAND@7823": z.lazy(() => AtBRANDAt7823$inboundSchema),
|
|
14505
14506
|
}).transform((v) => {
|
|
14506
14507
|
return remap$(v, {
|
|
14507
|
-
"__@BRAND@
|
|
14508
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
14508
14509
|
});
|
|
14509
14510
|
});
|
|
14510
14511
|
|
|
14511
14512
|
/** @internal */
|
|
14512
14513
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
14513
|
-
"__@BRAND@
|
|
14514
|
+
"__@BRAND@7823": AtBRANDAt7823$Outbound;
|
|
14514
14515
|
};
|
|
14515
14516
|
|
|
14516
14517
|
/** @internal */
|
|
@@ -14519,10 +14520,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
|
|
|
14519
14520
|
z.ZodTypeDef,
|
|
14520
14521
|
CreateIntegrationStoreDirectValue
|
|
14521
14522
|
> = z.object({
|
|
14522
|
-
|
|
14523
|
+
atBRANDAt7823: z.lazy(() => AtBRANDAt7823$outboundSchema),
|
|
14523
14524
|
}).transform((v) => {
|
|
14524
14525
|
return remap$(v, {
|
|
14525
|
-
|
|
14526
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
14526
14527
|
});
|
|
14527
14528
|
});
|
|
14528
14529
|
|