@vercel/sdk 1.13.8 → 1.13.9
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 +24 -20
- package/bin/mcp-server.js +2169 -1565
- package/bin/mcp-server.js.map +27 -21
- package/docs/sdks/marketplace/README.md +150 -0
- package/esm/__tests__/domains.test.js +2 -7
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +2 -6
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/marketplace.test.js +16 -0
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +6 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallation.d.ts +17 -0
- package/esm/funcs/marketplaceUpdateInstallation.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateInstallation.js +82 -0
- package/esm/funcs/marketplaceUpdateInstallation.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResource.d.ts +17 -0
- package/esm/funcs/marketplaceUpdateResource.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateResource.js +85 -0
- package/esm/funcs/marketplaceUpdateResource.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 +5 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.js +27 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.js +28 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.js.map +1 -0
- package/esm/models/buysingledomainop.d.ts +8 -8
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +12 -13
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +285 -285
- package/esm/models/createintegrationstoredirectop.js +351 -351
- 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 +154 -156
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +149 -151
- 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/exchangessotokenop.d.ts +2 -0
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +4 -0
- package/esm/models/exchangessotokenop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getprojectenvop.d.ts +9 -9
- package/esm/models/getprojectenvop.js +3 -3
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +124 -126
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +131 -133
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +68 -68
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +75 -72
- 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/updateinstallationop.d.ts +242 -0
- package/esm/models/updateinstallationop.d.ts.map +1 -0
- package/esm/models/updateinstallationop.js +246 -0
- package/esm/models/updateinstallationop.js.map +1 -0
- package/esm/models/updateprojectdatacacheop.d.ts +124 -126
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +131 -133
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +154 -156
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +149 -151
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourceop.d.ts +432 -0
- package/esm/models/updateresourceop.d.ts.map +1 -0
- package/esm/models/updateresourceop.js +393 -0
- package/esm/models/updateresourceop.js.map +1 -0
- package/esm/models/userevent.d.ts +122 -6
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +90 -2
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +16 -0
- package/esm/sdk/marketplace.d.ts.map +1 -1
- package/esm/sdk/marketplace.js +20 -0
- package/esm/sdk/marketplace.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/domains.test.ts +2 -7
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +2 -6
- package/src/__tests__/marketplace.test.ts +19 -0
- package/src/__tests__/rollingrelease.test.ts +6 -2
- package/src/__tests__/security.test.ts +4 -4
- package/src/funcs/marketplaceUpdateInstallation.ts +174 -0
- package/src/funcs/marketplaceUpdateResource.ts +179 -0
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +5 -1
- package/src/mcp-server/tools/marketplaceUpdateInstallation.ts +35 -0
- package/src/mcp-server/tools/marketplaceUpdateResource.ts +37 -0
- package/src/models/buysingledomainop.ts +16 -14
- package/src/models/createintegrationstoredirectop.ts +604 -604
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +285 -289
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/exchangessotokenop.ts +6 -0
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getprojectenvop.ts +3 -3
- package/src/models/getprojectsop.ts +255 -259
- package/src/models/importresourceop.ts +142 -115
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateinstallationop.ts +488 -0
- package/src/models/updateprojectdatacacheop.ts +255 -259
- package/src/models/updateprojectop.ts +285 -289
- package/src/models/updateresourceop.ts +823 -0
- package/src/models/userevent.ts +188 -2
- package/src/sdk/marketplace.ts +41 -0
- package/vercel-spec.json +1618 -1190
|
@@ -261,12 +261,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
|
|
|
261
261
|
typeof CreateIntegrationStoreDirectIntegrationsType
|
|
262
262
|
>;
|
|
263
263
|
|
|
264
|
-
export type
|
|
264
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584 =
|
|
265
265
|
{};
|
|
266
266
|
|
|
267
267
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
268
|
-
|
|
269
|
-
|
|
268
|
+
atBRANDAt8584:
|
|
269
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584;
|
|
270
270
|
};
|
|
271
271
|
|
|
272
272
|
export const CreateIntegrationStoreDirectDisabled3 = {
|
|
@@ -335,31 +335,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
335
335
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
|
|
336
336
|
>;
|
|
337
337
|
|
|
338
|
-
export type
|
|
338
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584 =
|
|
339
339
|
{};
|
|
340
340
|
|
|
341
341
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
|
|
342
342
|
{
|
|
343
|
-
|
|
344
|
-
|
|
343
|
+
atBRANDAt8584:
|
|
344
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584;
|
|
345
345
|
};
|
|
346
346
|
|
|
347
|
-
export type
|
|
347
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584 =
|
|
348
348
|
{};
|
|
349
349
|
|
|
350
350
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
|
|
351
351
|
{
|
|
352
|
-
|
|
353
|
-
|
|
352
|
+
atBRANDAt8584:
|
|
353
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584;
|
|
354
354
|
};
|
|
355
355
|
|
|
356
|
-
export type
|
|
356
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584 =
|
|
357
357
|
{};
|
|
358
358
|
|
|
359
359
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
|
|
360
360
|
{
|
|
361
|
-
|
|
362
|
-
|
|
361
|
+
atBRANDAt8584:
|
|
362
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584;
|
|
363
363
|
};
|
|
364
364
|
|
|
365
365
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
@@ -497,10 +497,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
497
497
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
|
|
498
498
|
>;
|
|
499
499
|
|
|
500
|
-
export type
|
|
500
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584 = {};
|
|
501
501
|
|
|
502
502
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
503
|
-
|
|
503
|
+
atBRANDAt8584: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584;
|
|
504
504
|
};
|
|
505
505
|
|
|
506
506
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
|
|
@@ -551,10 +551,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
551
551
|
| undefined;
|
|
552
552
|
};
|
|
553
553
|
|
|
554
|
-
export type
|
|
554
|
+
export type UiOptionsAtBRANDAt8584 = {};
|
|
555
555
|
|
|
556
556
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
557
|
-
|
|
557
|
+
atBRANDAt8584: UiOptionsAtBRANDAt8584;
|
|
558
558
|
};
|
|
559
559
|
|
|
560
560
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
|
|
@@ -617,31 +617,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
|
|
|
617
617
|
| CreateIntegrationStoreDirectUiOptions2
|
|
618
618
|
| CreateIntegrationStoreDirectUiOptions3;
|
|
619
619
|
|
|
620
|
-
export type
|
|
620
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584 =
|
|
621
621
|
{};
|
|
622
622
|
|
|
623
623
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
|
|
624
624
|
{
|
|
625
|
-
|
|
626
|
-
|
|
625
|
+
atBRANDAt8584:
|
|
626
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584;
|
|
627
627
|
};
|
|
628
628
|
|
|
629
|
-
export type
|
|
629
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584 =
|
|
630
630
|
{};
|
|
631
631
|
|
|
632
632
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
|
|
633
633
|
{
|
|
634
|
-
|
|
635
|
-
|
|
634
|
+
atBRANDAt8584:
|
|
635
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584;
|
|
636
636
|
};
|
|
637
637
|
|
|
638
|
-
export type
|
|
638
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584 =
|
|
639
639
|
{};
|
|
640
640
|
|
|
641
641
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
|
|
642
642
|
{
|
|
643
|
-
|
|
644
|
-
|
|
643
|
+
atBRANDAt8584:
|
|
644
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584;
|
|
645
645
|
};
|
|
646
646
|
|
|
647
647
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
|
|
@@ -784,31 +784,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
784
784
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
|
|
785
785
|
>;
|
|
786
786
|
|
|
787
|
-
export type
|
|
787
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584 =
|
|
788
788
|
{};
|
|
789
789
|
|
|
790
790
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
|
|
791
791
|
{
|
|
792
|
-
|
|
793
|
-
|
|
792
|
+
atBRANDAt8584:
|
|
793
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584;
|
|
794
794
|
};
|
|
795
795
|
|
|
796
|
-
export type
|
|
796
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584 =
|
|
797
797
|
{};
|
|
798
798
|
|
|
799
799
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
|
|
800
800
|
{
|
|
801
|
-
|
|
802
|
-
|
|
801
|
+
atBRANDAt8584:
|
|
802
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584;
|
|
803
803
|
};
|
|
804
804
|
|
|
805
|
-
export type
|
|
805
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584 =
|
|
806
806
|
{};
|
|
807
807
|
|
|
808
808
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
|
|
809
809
|
{
|
|
810
|
-
|
|
811
|
-
|
|
810
|
+
atBRANDAt8584:
|
|
811
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584;
|
|
812
812
|
};
|
|
813
813
|
|
|
814
814
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
@@ -1063,28 +1063,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
1063
1063
|
| undefined;
|
|
1064
1064
|
};
|
|
1065
1065
|
|
|
1066
|
-
export type
|
|
1066
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584 =
|
|
1067
1067
|
{};
|
|
1068
1068
|
|
|
1069
1069
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
1070
|
-
|
|
1071
|
-
|
|
1070
|
+
atBRANDAt8584:
|
|
1071
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584;
|
|
1072
1072
|
};
|
|
1073
1073
|
|
|
1074
|
-
export type
|
|
1074
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584 =
|
|
1075
1075
|
{};
|
|
1076
1076
|
|
|
1077
1077
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
1078
|
-
|
|
1079
|
-
|
|
1078
|
+
atBRANDAt8584:
|
|
1079
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584;
|
|
1080
1080
|
};
|
|
1081
1081
|
|
|
1082
|
-
export type
|
|
1082
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584 =
|
|
1083
1083
|
{};
|
|
1084
1084
|
|
|
1085
1085
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
1086
|
-
|
|
1087
|
-
|
|
1086
|
+
atBRANDAt8584:
|
|
1087
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584;
|
|
1088
1088
|
};
|
|
1089
1089
|
|
|
1090
1090
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
|
|
@@ -1587,24 +1587,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
|
|
|
1587
1587
|
typeof CreateIntegrationStoreDirectPropertiesUiControl
|
|
1588
1588
|
>;
|
|
1589
1589
|
|
|
1590
|
-
export type
|
|
1590
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584 =
|
|
1591
1591
|
{};
|
|
1592
1592
|
|
|
1593
1593
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
1594
|
-
|
|
1595
|
-
|
|
1594
|
+
atBRANDAt8584:
|
|
1595
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584;
|
|
1596
1596
|
};
|
|
1597
1597
|
|
|
1598
|
-
export type
|
|
1598
|
+
export type PropertiesAtBRANDAt8584 = {};
|
|
1599
1599
|
|
|
1600
1600
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
1601
|
-
|
|
1601
|
+
atBRANDAt8584: PropertiesAtBRANDAt8584;
|
|
1602
1602
|
};
|
|
1603
1603
|
|
|
1604
|
-
export type
|
|
1604
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8584 = {};
|
|
1605
1605
|
|
|
1606
1606
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
1607
|
-
|
|
1607
|
+
atBRANDAt8584: CreateIntegrationStoreDirectPropertiesAtBRANDAt8584;
|
|
1608
1608
|
};
|
|
1609
1609
|
|
|
1610
1610
|
export const CreateIntegrationStoreDirectUiReadOnly3 = {
|
|
@@ -1838,10 +1838,10 @@ export type Guides = {
|
|
|
1838
1838
|
steps: Array<Steps>;
|
|
1839
1839
|
};
|
|
1840
1840
|
|
|
1841
|
-
export type
|
|
1841
|
+
export type AtBRANDAt8584 = {};
|
|
1842
1842
|
|
|
1843
1843
|
export type CreateIntegrationStoreDirectValue = {
|
|
1844
|
-
|
|
1844
|
+
atBRANDAt8584: AtBRANDAt8584;
|
|
1845
1845
|
};
|
|
1846
1846
|
|
|
1847
1847
|
export const Disabled3 = {
|
|
@@ -3010,65 +3010,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
3010
3010
|
}
|
|
3011
3011
|
|
|
3012
3012
|
/** @internal */
|
|
3013
|
-
export const
|
|
3013
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema:
|
|
3014
3014
|
z.ZodType<
|
|
3015
|
-
|
|
3015
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584,
|
|
3016
3016
|
z.ZodTypeDef,
|
|
3017
3017
|
unknown
|
|
3018
3018
|
> = z.object({});
|
|
3019
3019
|
|
|
3020
3020
|
/** @internal */
|
|
3021
|
-
export type
|
|
3021
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound =
|
|
3022
3022
|
{};
|
|
3023
3023
|
|
|
3024
3024
|
/** @internal */
|
|
3025
|
-
export const
|
|
3025
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema:
|
|
3026
3026
|
z.ZodType<
|
|
3027
|
-
|
|
3027
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound,
|
|
3028
3028
|
z.ZodTypeDef,
|
|
3029
|
-
|
|
3029
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584
|
|
3030
3030
|
> = z.object({});
|
|
3031
3031
|
|
|
3032
3032
|
/**
|
|
3033
3033
|
* @internal
|
|
3034
3034
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3035
3035
|
*/
|
|
3036
|
-
export namespace
|
|
3037
|
-
/** @deprecated use `
|
|
3036
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$ {
|
|
3037
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema` instead. */
|
|
3038
3038
|
export const inboundSchema =
|
|
3039
|
-
|
|
3040
|
-
/** @deprecated use `
|
|
3039
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema;
|
|
3040
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema` instead. */
|
|
3041
3041
|
export const outboundSchema =
|
|
3042
|
-
|
|
3043
|
-
/** @deprecated use `
|
|
3042
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema;
|
|
3043
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound` instead. */
|
|
3044
3044
|
export type Outbound =
|
|
3045
|
-
|
|
3045
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound;
|
|
3046
3046
|
}
|
|
3047
3047
|
|
|
3048
|
-
export function
|
|
3049
|
-
|
|
3050
|
-
|
|
3048
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584ToJSON(
|
|
3049
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584:
|
|
3050
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584,
|
|
3051
3051
|
): string {
|
|
3052
3052
|
return JSON.stringify(
|
|
3053
|
-
|
|
3053
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema
|
|
3054
3054
|
.parse(
|
|
3055
|
-
|
|
3055
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584,
|
|
3056
3056
|
),
|
|
3057
3057
|
);
|
|
3058
3058
|
}
|
|
3059
3059
|
|
|
3060
|
-
export function
|
|
3060
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584FromJSON(
|
|
3061
3061
|
jsonString: string,
|
|
3062
3062
|
): SafeParseResult<
|
|
3063
|
-
|
|
3063
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584,
|
|
3064
3064
|
SDKValidationError
|
|
3065
3065
|
> {
|
|
3066
3066
|
return safeParse(
|
|
3067
3067
|
jsonString,
|
|
3068
3068
|
(x) =>
|
|
3069
|
-
|
|
3069
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema
|
|
3070
3070
|
.parse(JSON.parse(x)),
|
|
3071
|
-
`Failed to parse '
|
|
3071
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584' from JSON`,
|
|
3072
3072
|
);
|
|
3073
3073
|
}
|
|
3074
3074
|
|
|
@@ -3079,19 +3079,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
|
|
|
3079
3079
|
z.ZodTypeDef,
|
|
3080
3080
|
unknown
|
|
3081
3081
|
> = z.object({
|
|
3082
|
-
"__@BRAND@
|
|
3083
|
-
|
|
3082
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
3083
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema
|
|
3084
3084
|
),
|
|
3085
3085
|
}).transform((v) => {
|
|
3086
3086
|
return remap$(v, {
|
|
3087
|
-
"__@BRAND@
|
|
3087
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
3088
3088
|
});
|
|
3089
3089
|
});
|
|
3090
3090
|
|
|
3091
3091
|
/** @internal */
|
|
3092
3092
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
3093
|
-
"__@BRAND@
|
|
3094
|
-
|
|
3093
|
+
"__@BRAND@8584":
|
|
3094
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound;
|
|
3095
3095
|
};
|
|
3096
3096
|
|
|
3097
3097
|
/** @internal */
|
|
@@ -3101,12 +3101,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
|
|
|
3101
3101
|
z.ZodTypeDef,
|
|
3102
3102
|
CreateIntegrationStoreDirectPropertiesValue
|
|
3103
3103
|
> = z.object({
|
|
3104
|
-
|
|
3105
|
-
|
|
3104
|
+
atBRANDAt8584: z.lazy(() =>
|
|
3105
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema
|
|
3106
3106
|
),
|
|
3107
3107
|
}).transform((v) => {
|
|
3108
3108
|
return remap$(v, {
|
|
3109
|
-
|
|
3109
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
3110
3110
|
});
|
|
3111
3111
|
});
|
|
3112
3112
|
|
|
@@ -3618,65 +3618,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
3618
3618
|
}
|
|
3619
3619
|
|
|
3620
3620
|
/** @internal */
|
|
3621
|
-
export const
|
|
3621
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema:
|
|
3622
3622
|
z.ZodType<
|
|
3623
|
-
|
|
3623
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584,
|
|
3624
3624
|
z.ZodTypeDef,
|
|
3625
3625
|
unknown
|
|
3626
3626
|
> = z.object({});
|
|
3627
3627
|
|
|
3628
3628
|
/** @internal */
|
|
3629
|
-
export type
|
|
3629
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound =
|
|
3630
3630
|
{};
|
|
3631
3631
|
|
|
3632
3632
|
/** @internal */
|
|
3633
|
-
export const
|
|
3633
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema:
|
|
3634
3634
|
z.ZodType<
|
|
3635
|
-
|
|
3635
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound,
|
|
3636
3636
|
z.ZodTypeDef,
|
|
3637
|
-
|
|
3637
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584
|
|
3638
3638
|
> = z.object({});
|
|
3639
3639
|
|
|
3640
3640
|
/**
|
|
3641
3641
|
* @internal
|
|
3642
3642
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3643
3643
|
*/
|
|
3644
|
-
export namespace
|
|
3645
|
-
/** @deprecated use `
|
|
3644
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$ {
|
|
3645
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema` instead. */
|
|
3646
3646
|
export const inboundSchema =
|
|
3647
|
-
|
|
3648
|
-
/** @deprecated use `
|
|
3647
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema;
|
|
3648
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema` instead. */
|
|
3649
3649
|
export const outboundSchema =
|
|
3650
|
-
|
|
3651
|
-
/** @deprecated use `
|
|
3650
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema;
|
|
3651
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound` instead. */
|
|
3652
3652
|
export type Outbound =
|
|
3653
|
-
|
|
3653
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound;
|
|
3654
3654
|
}
|
|
3655
3655
|
|
|
3656
|
-
export function
|
|
3657
|
-
|
|
3658
|
-
|
|
3656
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584ToJSON(
|
|
3657
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584:
|
|
3658
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584,
|
|
3659
3659
|
): string {
|
|
3660
3660
|
return JSON.stringify(
|
|
3661
|
-
|
|
3661
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema
|
|
3662
3662
|
.parse(
|
|
3663
|
-
|
|
3663
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584,
|
|
3664
3664
|
),
|
|
3665
3665
|
);
|
|
3666
3666
|
}
|
|
3667
3667
|
|
|
3668
|
-
export function
|
|
3668
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584FromJSON(
|
|
3669
3669
|
jsonString: string,
|
|
3670
3670
|
): SafeParseResult<
|
|
3671
|
-
|
|
3671
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584,
|
|
3672
3672
|
SDKValidationError
|
|
3673
3673
|
> {
|
|
3674
3674
|
return safeParse(
|
|
3675
3675
|
jsonString,
|
|
3676
3676
|
(x) =>
|
|
3677
|
-
|
|
3677
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema
|
|
3678
3678
|
.parse(JSON.parse(x)),
|
|
3679
|
-
`Failed to parse '
|
|
3679
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584' from JSON`,
|
|
3680
3680
|
);
|
|
3681
3681
|
}
|
|
3682
3682
|
|
|
@@ -3687,20 +3687,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3687
3687
|
z.ZodTypeDef,
|
|
3688
3688
|
unknown
|
|
3689
3689
|
> = z.object({
|
|
3690
|
-
"__@BRAND@
|
|
3691
|
-
|
|
3690
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
3691
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema
|
|
3692
3692
|
),
|
|
3693
3693
|
}).transform((v) => {
|
|
3694
3694
|
return remap$(v, {
|
|
3695
|
-
"__@BRAND@
|
|
3695
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
3696
3696
|
});
|
|
3697
3697
|
});
|
|
3698
3698
|
|
|
3699
3699
|
/** @internal */
|
|
3700
3700
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
|
|
3701
3701
|
{
|
|
3702
|
-
"__@BRAND@
|
|
3703
|
-
|
|
3702
|
+
"__@BRAND@8584":
|
|
3703
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound;
|
|
3704
3704
|
};
|
|
3705
3705
|
|
|
3706
3706
|
/** @internal */
|
|
@@ -3710,12 +3710,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3710
3710
|
z.ZodTypeDef,
|
|
3711
3711
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
|
|
3712
3712
|
> = z.object({
|
|
3713
|
-
|
|
3714
|
-
|
|
3713
|
+
atBRANDAt8584: z.lazy(() =>
|
|
3714
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema
|
|
3715
3715
|
),
|
|
3716
3716
|
}).transform((v) => {
|
|
3717
3717
|
return remap$(v, {
|
|
3718
|
-
|
|
3718
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
3719
3719
|
});
|
|
3720
3720
|
});
|
|
3721
3721
|
|
|
@@ -3763,65 +3763,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
3763
3763
|
}
|
|
3764
3764
|
|
|
3765
3765
|
/** @internal */
|
|
3766
|
-
export const
|
|
3766
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema:
|
|
3767
3767
|
z.ZodType<
|
|
3768
|
-
|
|
3768
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584,
|
|
3769
3769
|
z.ZodTypeDef,
|
|
3770
3770
|
unknown
|
|
3771
3771
|
> = z.object({});
|
|
3772
3772
|
|
|
3773
3773
|
/** @internal */
|
|
3774
|
-
export type
|
|
3774
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound =
|
|
3775
3775
|
{};
|
|
3776
3776
|
|
|
3777
3777
|
/** @internal */
|
|
3778
|
-
export const
|
|
3778
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema:
|
|
3779
3779
|
z.ZodType<
|
|
3780
|
-
|
|
3780
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound,
|
|
3781
3781
|
z.ZodTypeDef,
|
|
3782
|
-
|
|
3782
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584
|
|
3783
3783
|
> = z.object({});
|
|
3784
3784
|
|
|
3785
3785
|
/**
|
|
3786
3786
|
* @internal
|
|
3787
3787
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3788
3788
|
*/
|
|
3789
|
-
export namespace
|
|
3790
|
-
/** @deprecated use `
|
|
3789
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$ {
|
|
3790
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema` instead. */
|
|
3791
3791
|
export const inboundSchema =
|
|
3792
|
-
|
|
3793
|
-
/** @deprecated use `
|
|
3792
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema;
|
|
3793
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema` instead. */
|
|
3794
3794
|
export const outboundSchema =
|
|
3795
|
-
|
|
3796
|
-
/** @deprecated use `
|
|
3795
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema;
|
|
3796
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound` instead. */
|
|
3797
3797
|
export type Outbound =
|
|
3798
|
-
|
|
3798
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound;
|
|
3799
3799
|
}
|
|
3800
3800
|
|
|
3801
|
-
export function
|
|
3802
|
-
|
|
3803
|
-
|
|
3801
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584ToJSON(
|
|
3802
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584:
|
|
3803
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584,
|
|
3804
3804
|
): string {
|
|
3805
3805
|
return JSON.stringify(
|
|
3806
|
-
|
|
3806
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema
|
|
3807
3807
|
.parse(
|
|
3808
|
-
|
|
3808
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584,
|
|
3809
3809
|
),
|
|
3810
3810
|
);
|
|
3811
3811
|
}
|
|
3812
3812
|
|
|
3813
|
-
export function
|
|
3813
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584FromJSON(
|
|
3814
3814
|
jsonString: string,
|
|
3815
3815
|
): SafeParseResult<
|
|
3816
|
-
|
|
3816
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584,
|
|
3817
3817
|
SDKValidationError
|
|
3818
3818
|
> {
|
|
3819
3819
|
return safeParse(
|
|
3820
3820
|
jsonString,
|
|
3821
3821
|
(x) =>
|
|
3822
|
-
|
|
3822
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema
|
|
3823
3823
|
.parse(JSON.parse(x)),
|
|
3824
|
-
`Failed to parse '
|
|
3824
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584' from JSON`,
|
|
3825
3825
|
);
|
|
3826
3826
|
}
|
|
3827
3827
|
|
|
@@ -3832,20 +3832,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3832
3832
|
z.ZodTypeDef,
|
|
3833
3833
|
unknown
|
|
3834
3834
|
> = z.object({
|
|
3835
|
-
"__@BRAND@
|
|
3836
|
-
|
|
3835
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
3836
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema
|
|
3837
3837
|
),
|
|
3838
3838
|
}).transform((v) => {
|
|
3839
3839
|
return remap$(v, {
|
|
3840
|
-
"__@BRAND@
|
|
3840
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
3841
3841
|
});
|
|
3842
3842
|
});
|
|
3843
3843
|
|
|
3844
3844
|
/** @internal */
|
|
3845
3845
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
|
|
3846
3846
|
{
|
|
3847
|
-
"__@BRAND@
|
|
3848
|
-
|
|
3847
|
+
"__@BRAND@8584":
|
|
3848
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound;
|
|
3849
3849
|
};
|
|
3850
3850
|
|
|
3851
3851
|
/** @internal */
|
|
@@ -3855,12 +3855,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3855
3855
|
z.ZodTypeDef,
|
|
3856
3856
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
|
|
3857
3857
|
> = z.object({
|
|
3858
|
-
|
|
3859
|
-
|
|
3858
|
+
atBRANDAt8584: z.lazy(() =>
|
|
3859
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema
|
|
3860
3860
|
),
|
|
3861
3861
|
}).transform((v) => {
|
|
3862
3862
|
return remap$(v, {
|
|
3863
|
-
|
|
3863
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
3864
3864
|
});
|
|
3865
3865
|
});
|
|
3866
3866
|
|
|
@@ -3908,65 +3908,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
3908
3908
|
}
|
|
3909
3909
|
|
|
3910
3910
|
/** @internal */
|
|
3911
|
-
export const
|
|
3911
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema:
|
|
3912
3912
|
z.ZodType<
|
|
3913
|
-
|
|
3913
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584,
|
|
3914
3914
|
z.ZodTypeDef,
|
|
3915
3915
|
unknown
|
|
3916
3916
|
> = z.object({});
|
|
3917
3917
|
|
|
3918
3918
|
/** @internal */
|
|
3919
|
-
export type
|
|
3919
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound =
|
|
3920
3920
|
{};
|
|
3921
3921
|
|
|
3922
3922
|
/** @internal */
|
|
3923
|
-
export const
|
|
3923
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema:
|
|
3924
3924
|
z.ZodType<
|
|
3925
|
-
|
|
3925
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound,
|
|
3926
3926
|
z.ZodTypeDef,
|
|
3927
|
-
|
|
3927
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584
|
|
3928
3928
|
> = z.object({});
|
|
3929
3929
|
|
|
3930
3930
|
/**
|
|
3931
3931
|
* @internal
|
|
3932
3932
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3933
3933
|
*/
|
|
3934
|
-
export namespace
|
|
3935
|
-
/** @deprecated use `
|
|
3934
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$ {
|
|
3935
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema` instead. */
|
|
3936
3936
|
export const inboundSchema =
|
|
3937
|
-
|
|
3938
|
-
/** @deprecated use `
|
|
3937
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema;
|
|
3938
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema` instead. */
|
|
3939
3939
|
export const outboundSchema =
|
|
3940
|
-
|
|
3941
|
-
/** @deprecated use `
|
|
3940
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema;
|
|
3941
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound` instead. */
|
|
3942
3942
|
export type Outbound =
|
|
3943
|
-
|
|
3943
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound;
|
|
3944
3944
|
}
|
|
3945
3945
|
|
|
3946
|
-
export function
|
|
3947
|
-
|
|
3948
|
-
|
|
3946
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584ToJSON(
|
|
3947
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584:
|
|
3948
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584,
|
|
3949
3949
|
): string {
|
|
3950
3950
|
return JSON.stringify(
|
|
3951
|
-
|
|
3951
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema
|
|
3952
3952
|
.parse(
|
|
3953
|
-
|
|
3953
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584,
|
|
3954
3954
|
),
|
|
3955
3955
|
);
|
|
3956
3956
|
}
|
|
3957
3957
|
|
|
3958
|
-
export function
|
|
3958
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584FromJSON(
|
|
3959
3959
|
jsonString: string,
|
|
3960
3960
|
): SafeParseResult<
|
|
3961
|
-
|
|
3961
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584,
|
|
3962
3962
|
SDKValidationError
|
|
3963
3963
|
> {
|
|
3964
3964
|
return safeParse(
|
|
3965
3965
|
jsonString,
|
|
3966
3966
|
(x) =>
|
|
3967
|
-
|
|
3967
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema
|
|
3968
3968
|
.parse(JSON.parse(x)),
|
|
3969
|
-
`Failed to parse '
|
|
3969
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584' from JSON`,
|
|
3970
3970
|
);
|
|
3971
3971
|
}
|
|
3972
3972
|
|
|
@@ -3977,20 +3977,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
3977
3977
|
z.ZodTypeDef,
|
|
3978
3978
|
unknown
|
|
3979
3979
|
> = z.object({
|
|
3980
|
-
"__@BRAND@
|
|
3981
|
-
|
|
3980
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
3981
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema
|
|
3982
3982
|
),
|
|
3983
3983
|
}).transform((v) => {
|
|
3984
3984
|
return remap$(v, {
|
|
3985
|
-
"__@BRAND@
|
|
3985
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
3986
3986
|
});
|
|
3987
3987
|
});
|
|
3988
3988
|
|
|
3989
3989
|
/** @internal */
|
|
3990
3990
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
|
|
3991
3991
|
{
|
|
3992
|
-
"__@BRAND@
|
|
3993
|
-
|
|
3992
|
+
"__@BRAND@8584":
|
|
3993
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound;
|
|
3994
3994
|
};
|
|
3995
3995
|
|
|
3996
3996
|
/** @internal */
|
|
@@ -4000,12 +4000,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
4000
4000
|
z.ZodTypeDef,
|
|
4001
4001
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
|
|
4002
4002
|
> = z.object({
|
|
4003
|
-
|
|
4004
|
-
|
|
4003
|
+
atBRANDAt8584: z.lazy(() =>
|
|
4004
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema
|
|
4005
4005
|
),
|
|
4006
4006
|
}).transform((v) => {
|
|
4007
4007
|
return remap$(v, {
|
|
4008
|
-
|
|
4008
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
4009
4009
|
});
|
|
4010
4010
|
});
|
|
4011
4011
|
|
|
@@ -5061,64 +5061,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
5061
5061
|
}
|
|
5062
5062
|
|
|
5063
5063
|
/** @internal */
|
|
5064
|
-
export const
|
|
5064
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema:
|
|
5065
5065
|
z.ZodType<
|
|
5066
|
-
|
|
5066
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584,
|
|
5067
5067
|
z.ZodTypeDef,
|
|
5068
5068
|
unknown
|
|
5069
5069
|
> = z.object({});
|
|
5070
5070
|
|
|
5071
5071
|
/** @internal */
|
|
5072
|
-
export type
|
|
5072
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound = {};
|
|
5073
5073
|
|
|
5074
5074
|
/** @internal */
|
|
5075
|
-
export const
|
|
5075
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema:
|
|
5076
5076
|
z.ZodType<
|
|
5077
|
-
|
|
5077
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound,
|
|
5078
5078
|
z.ZodTypeDef,
|
|
5079
|
-
|
|
5079
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584
|
|
5080
5080
|
> = z.object({});
|
|
5081
5081
|
|
|
5082
5082
|
/**
|
|
5083
5083
|
* @internal
|
|
5084
5084
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5085
5085
|
*/
|
|
5086
|
-
export namespace
|
|
5087
|
-
/** @deprecated use `
|
|
5086
|
+
export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$ {
|
|
5087
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema` instead. */
|
|
5088
5088
|
export const inboundSchema =
|
|
5089
|
-
|
|
5090
|
-
/** @deprecated use `
|
|
5089
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema;
|
|
5090
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema` instead. */
|
|
5091
5091
|
export const outboundSchema =
|
|
5092
|
-
|
|
5093
|
-
/** @deprecated use `
|
|
5092
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema;
|
|
5093
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound` instead. */
|
|
5094
5094
|
export type Outbound =
|
|
5095
|
-
|
|
5095
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound;
|
|
5096
5096
|
}
|
|
5097
5097
|
|
|
5098
|
-
export function
|
|
5099
|
-
|
|
5100
|
-
|
|
5098
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8584ToJSON(
|
|
5099
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8584:
|
|
5100
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584,
|
|
5101
5101
|
): string {
|
|
5102
5102
|
return JSON.stringify(
|
|
5103
|
-
|
|
5104
|
-
|
|
5103
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema.parse(
|
|
5104
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8584,
|
|
5105
5105
|
),
|
|
5106
5106
|
);
|
|
5107
5107
|
}
|
|
5108
5108
|
|
|
5109
|
-
export function
|
|
5109
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8584FromJSON(
|
|
5110
5110
|
jsonString: string,
|
|
5111
5111
|
): SafeParseResult<
|
|
5112
|
-
|
|
5112
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584,
|
|
5113
5113
|
SDKValidationError
|
|
5114
5114
|
> {
|
|
5115
5115
|
return safeParse(
|
|
5116
5116
|
jsonString,
|
|
5117
5117
|
(x) =>
|
|
5118
|
-
|
|
5118
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema.parse(
|
|
5119
5119
|
JSON.parse(x),
|
|
5120
5120
|
),
|
|
5121
|
-
`Failed to parse '
|
|
5121
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584' from JSON`,
|
|
5122
5122
|
);
|
|
5123
5123
|
}
|
|
5124
5124
|
|
|
@@ -5126,18 +5126,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8575FromJSON(
|
|
|
5126
5126
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
|
|
5127
5127
|
z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
|
|
5128
5128
|
z.object({
|
|
5129
|
-
"__@BRAND@
|
|
5130
|
-
|
|
5129
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
5130
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema
|
|
5131
5131
|
),
|
|
5132
5132
|
}).transform((v) => {
|
|
5133
5133
|
return remap$(v, {
|
|
5134
|
-
"__@BRAND@
|
|
5134
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
5135
5135
|
});
|
|
5136
5136
|
});
|
|
5137
5137
|
|
|
5138
5138
|
/** @internal */
|
|
5139
5139
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
5140
|
-
"__@BRAND@
|
|
5140
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound;
|
|
5141
5141
|
};
|
|
5142
5142
|
|
|
5143
5143
|
/** @internal */
|
|
@@ -5147,12 +5147,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
|
|
|
5147
5147
|
z.ZodTypeDef,
|
|
5148
5148
|
CreateIntegrationStoreDirectUiOptionsValue
|
|
5149
5149
|
> = z.object({
|
|
5150
|
-
|
|
5151
|
-
|
|
5150
|
+
atBRANDAt8584: z.lazy(() =>
|
|
5151
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema
|
|
5152
5152
|
),
|
|
5153
5153
|
}).transform((v) => {
|
|
5154
5154
|
return remap$(v, {
|
|
5155
|
-
|
|
5155
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
5156
5156
|
});
|
|
5157
5157
|
});
|
|
5158
5158
|
|
|
@@ -5636,50 +5636,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
|
|
|
5636
5636
|
}
|
|
5637
5637
|
|
|
5638
5638
|
/** @internal */
|
|
5639
|
-
export const
|
|
5640
|
-
|
|
5639
|
+
export const UiOptionsAtBRANDAt8584$inboundSchema: z.ZodType<
|
|
5640
|
+
UiOptionsAtBRANDAt8584,
|
|
5641
5641
|
z.ZodTypeDef,
|
|
5642
5642
|
unknown
|
|
5643
5643
|
> = z.object({});
|
|
5644
5644
|
|
|
5645
5645
|
/** @internal */
|
|
5646
|
-
export type
|
|
5646
|
+
export type UiOptionsAtBRANDAt8584$Outbound = {};
|
|
5647
5647
|
|
|
5648
5648
|
/** @internal */
|
|
5649
|
-
export const
|
|
5650
|
-
|
|
5649
|
+
export const UiOptionsAtBRANDAt8584$outboundSchema: z.ZodType<
|
|
5650
|
+
UiOptionsAtBRANDAt8584$Outbound,
|
|
5651
5651
|
z.ZodTypeDef,
|
|
5652
|
-
|
|
5652
|
+
UiOptionsAtBRANDAt8584
|
|
5653
5653
|
> = z.object({});
|
|
5654
5654
|
|
|
5655
5655
|
/**
|
|
5656
5656
|
* @internal
|
|
5657
5657
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5658
5658
|
*/
|
|
5659
|
-
export namespace
|
|
5660
|
-
/** @deprecated use `
|
|
5661
|
-
export const inboundSchema =
|
|
5662
|
-
/** @deprecated use `
|
|
5663
|
-
export const outboundSchema =
|
|
5664
|
-
/** @deprecated use `
|
|
5665
|
-
export type Outbound =
|
|
5659
|
+
export namespace UiOptionsAtBRANDAt8584$ {
|
|
5660
|
+
/** @deprecated use `UiOptionsAtBRANDAt8584$inboundSchema` instead. */
|
|
5661
|
+
export const inboundSchema = UiOptionsAtBRANDAt8584$inboundSchema;
|
|
5662
|
+
/** @deprecated use `UiOptionsAtBRANDAt8584$outboundSchema` instead. */
|
|
5663
|
+
export const outboundSchema = UiOptionsAtBRANDAt8584$outboundSchema;
|
|
5664
|
+
/** @deprecated use `UiOptionsAtBRANDAt8584$Outbound` instead. */
|
|
5665
|
+
export type Outbound = UiOptionsAtBRANDAt8584$Outbound;
|
|
5666
5666
|
}
|
|
5667
5667
|
|
|
5668
|
-
export function
|
|
5669
|
-
|
|
5668
|
+
export function uiOptionsAtBRANDAt8584ToJSON(
|
|
5669
|
+
uiOptionsAtBRANDAt8584: UiOptionsAtBRANDAt8584,
|
|
5670
5670
|
): string {
|
|
5671
5671
|
return JSON.stringify(
|
|
5672
|
-
|
|
5672
|
+
UiOptionsAtBRANDAt8584$outboundSchema.parse(uiOptionsAtBRANDAt8584),
|
|
5673
5673
|
);
|
|
5674
5674
|
}
|
|
5675
5675
|
|
|
5676
|
-
export function
|
|
5676
|
+
export function uiOptionsAtBRANDAt8584FromJSON(
|
|
5677
5677
|
jsonString: string,
|
|
5678
|
-
): SafeParseResult<
|
|
5678
|
+
): SafeParseResult<UiOptionsAtBRANDAt8584, SDKValidationError> {
|
|
5679
5679
|
return safeParse(
|
|
5680
5680
|
jsonString,
|
|
5681
|
-
(x) =>
|
|
5682
|
-
`Failed to parse '
|
|
5681
|
+
(x) => UiOptionsAtBRANDAt8584$inboundSchema.parse(JSON.parse(x)),
|
|
5682
|
+
`Failed to parse 'UiOptionsAtBRANDAt8584' from JSON`,
|
|
5683
5683
|
);
|
|
5684
5684
|
}
|
|
5685
5685
|
|
|
@@ -5689,16 +5689,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
|
|
|
5689
5689
|
z.ZodTypeDef,
|
|
5690
5690
|
unknown
|
|
5691
5691
|
> = z.object({
|
|
5692
|
-
"__@BRAND@
|
|
5692
|
+
"__@BRAND@8584": z.lazy(() => UiOptionsAtBRANDAt8584$inboundSchema),
|
|
5693
5693
|
}).transform((v) => {
|
|
5694
5694
|
return remap$(v, {
|
|
5695
|
-
"__@BRAND@
|
|
5695
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
5696
5696
|
});
|
|
5697
5697
|
});
|
|
5698
5698
|
|
|
5699
5699
|
/** @internal */
|
|
5700
5700
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
5701
|
-
"__@BRAND@
|
|
5701
|
+
"__@BRAND@8584": UiOptionsAtBRANDAt8584$Outbound;
|
|
5702
5702
|
};
|
|
5703
5703
|
|
|
5704
5704
|
/** @internal */
|
|
@@ -5707,10 +5707,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
|
|
|
5707
5707
|
z.ZodTypeDef,
|
|
5708
5708
|
CreateIntegrationStoreDirectUiOptions2
|
|
5709
5709
|
> = z.object({
|
|
5710
|
-
|
|
5710
|
+
atBRANDAt8584: z.lazy(() => UiOptionsAtBRANDAt8584$outboundSchema),
|
|
5711
5711
|
}).transform((v) => {
|
|
5712
5712
|
return remap$(v, {
|
|
5713
|
-
|
|
5713
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
5714
5714
|
});
|
|
5715
5715
|
});
|
|
5716
5716
|
|
|
@@ -6272,65 +6272,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
6272
6272
|
}
|
|
6273
6273
|
|
|
6274
6274
|
/** @internal */
|
|
6275
|
-
export const
|
|
6275
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema:
|
|
6276
6276
|
z.ZodType<
|
|
6277
|
-
|
|
6277
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584,
|
|
6278
6278
|
z.ZodTypeDef,
|
|
6279
6279
|
unknown
|
|
6280
6280
|
> = z.object({});
|
|
6281
6281
|
|
|
6282
6282
|
/** @internal */
|
|
6283
|
-
export type
|
|
6283
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound =
|
|
6284
6284
|
{};
|
|
6285
6285
|
|
|
6286
6286
|
/** @internal */
|
|
6287
|
-
export const
|
|
6287
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema:
|
|
6288
6288
|
z.ZodType<
|
|
6289
|
-
|
|
6289
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound,
|
|
6290
6290
|
z.ZodTypeDef,
|
|
6291
|
-
|
|
6291
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584
|
|
6292
6292
|
> = z.object({});
|
|
6293
6293
|
|
|
6294
6294
|
/**
|
|
6295
6295
|
* @internal
|
|
6296
6296
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6297
6297
|
*/
|
|
6298
|
-
export namespace
|
|
6299
|
-
/** @deprecated use `
|
|
6298
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$ {
|
|
6299
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema` instead. */
|
|
6300
6300
|
export const inboundSchema =
|
|
6301
|
-
|
|
6302
|
-
/** @deprecated use `
|
|
6301
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema;
|
|
6302
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema` instead. */
|
|
6303
6303
|
export const outboundSchema =
|
|
6304
|
-
|
|
6305
|
-
/** @deprecated use `
|
|
6304
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema;
|
|
6305
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound` instead. */
|
|
6306
6306
|
export type Outbound =
|
|
6307
|
-
|
|
6307
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound;
|
|
6308
6308
|
}
|
|
6309
6309
|
|
|
6310
|
-
export function
|
|
6311
|
-
|
|
6312
|
-
|
|
6310
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584ToJSON(
|
|
6311
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584:
|
|
6312
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584,
|
|
6313
6313
|
): string {
|
|
6314
6314
|
return JSON.stringify(
|
|
6315
|
-
|
|
6315
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema
|
|
6316
6316
|
.parse(
|
|
6317
|
-
|
|
6317
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584,
|
|
6318
6318
|
),
|
|
6319
6319
|
);
|
|
6320
6320
|
}
|
|
6321
6321
|
|
|
6322
|
-
export function
|
|
6322
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584FromJSON(
|
|
6323
6323
|
jsonString: string,
|
|
6324
6324
|
): SafeParseResult<
|
|
6325
|
-
|
|
6325
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584,
|
|
6326
6326
|
SDKValidationError
|
|
6327
6327
|
> {
|
|
6328
6328
|
return safeParse(
|
|
6329
6329
|
jsonString,
|
|
6330
6330
|
(x) =>
|
|
6331
|
-
|
|
6331
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema
|
|
6332
6332
|
.parse(JSON.parse(x)),
|
|
6333
|
-
`Failed to parse '
|
|
6333
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584' from JSON`,
|
|
6334
6334
|
);
|
|
6335
6335
|
}
|
|
6336
6336
|
|
|
@@ -6341,20 +6341,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
6341
6341
|
z.ZodTypeDef,
|
|
6342
6342
|
unknown
|
|
6343
6343
|
> = z.object({
|
|
6344
|
-
"__@BRAND@
|
|
6345
|
-
|
|
6344
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
6345
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema
|
|
6346
6346
|
),
|
|
6347
6347
|
}).transform((v) => {
|
|
6348
6348
|
return remap$(v, {
|
|
6349
|
-
"__@BRAND@
|
|
6349
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
6350
6350
|
});
|
|
6351
6351
|
});
|
|
6352
6352
|
|
|
6353
6353
|
/** @internal */
|
|
6354
6354
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
6355
6355
|
{
|
|
6356
|
-
"__@BRAND@
|
|
6357
|
-
|
|
6356
|
+
"__@BRAND@8584":
|
|
6357
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound;
|
|
6358
6358
|
};
|
|
6359
6359
|
|
|
6360
6360
|
/** @internal */
|
|
@@ -6364,12 +6364,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
6364
6364
|
z.ZodTypeDef,
|
|
6365
6365
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
6366
6366
|
> = z.object({
|
|
6367
|
-
|
|
6368
|
-
|
|
6367
|
+
atBRANDAt8584: z.lazy(() =>
|
|
6368
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema
|
|
6369
6369
|
),
|
|
6370
6370
|
}).transform((v) => {
|
|
6371
6371
|
return remap$(v, {
|
|
6372
|
-
|
|
6372
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
6373
6373
|
});
|
|
6374
6374
|
});
|
|
6375
6375
|
|
|
@@ -6417,65 +6417,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
6417
6417
|
}
|
|
6418
6418
|
|
|
6419
6419
|
/** @internal */
|
|
6420
|
-
export const
|
|
6420
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema:
|
|
6421
6421
|
z.ZodType<
|
|
6422
|
-
|
|
6422
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584,
|
|
6423
6423
|
z.ZodTypeDef,
|
|
6424
6424
|
unknown
|
|
6425
6425
|
> = z.object({});
|
|
6426
6426
|
|
|
6427
6427
|
/** @internal */
|
|
6428
|
-
export type
|
|
6428
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound =
|
|
6429
6429
|
{};
|
|
6430
6430
|
|
|
6431
6431
|
/** @internal */
|
|
6432
|
-
export const
|
|
6432
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema:
|
|
6433
6433
|
z.ZodType<
|
|
6434
|
-
|
|
6434
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound,
|
|
6435
6435
|
z.ZodTypeDef,
|
|
6436
|
-
|
|
6436
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584
|
|
6437
6437
|
> = z.object({});
|
|
6438
6438
|
|
|
6439
6439
|
/**
|
|
6440
6440
|
* @internal
|
|
6441
6441
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6442
6442
|
*/
|
|
6443
|
-
export namespace
|
|
6444
|
-
/** @deprecated use `
|
|
6443
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$ {
|
|
6444
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema` instead. */
|
|
6445
6445
|
export const inboundSchema =
|
|
6446
|
-
|
|
6447
|
-
/** @deprecated use `
|
|
6446
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema;
|
|
6447
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema` instead. */
|
|
6448
6448
|
export const outboundSchema =
|
|
6449
|
-
|
|
6450
|
-
/** @deprecated use `
|
|
6449
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema;
|
|
6450
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound` instead. */
|
|
6451
6451
|
export type Outbound =
|
|
6452
|
-
|
|
6452
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound;
|
|
6453
6453
|
}
|
|
6454
6454
|
|
|
6455
|
-
export function
|
|
6456
|
-
|
|
6457
|
-
|
|
6455
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584ToJSON(
|
|
6456
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584:
|
|
6457
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584,
|
|
6458
6458
|
): string {
|
|
6459
6459
|
return JSON.stringify(
|
|
6460
|
-
|
|
6460
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema
|
|
6461
6461
|
.parse(
|
|
6462
|
-
|
|
6462
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584,
|
|
6463
6463
|
),
|
|
6464
6464
|
);
|
|
6465
6465
|
}
|
|
6466
6466
|
|
|
6467
|
-
export function
|
|
6467
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584FromJSON(
|
|
6468
6468
|
jsonString: string,
|
|
6469
6469
|
): SafeParseResult<
|
|
6470
|
-
|
|
6470
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584,
|
|
6471
6471
|
SDKValidationError
|
|
6472
6472
|
> {
|
|
6473
6473
|
return safeParse(
|
|
6474
6474
|
jsonString,
|
|
6475
6475
|
(x) =>
|
|
6476
|
-
|
|
6476
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema
|
|
6477
6477
|
.parse(JSON.parse(x)),
|
|
6478
|
-
`Failed to parse '
|
|
6478
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584' from JSON`,
|
|
6479
6479
|
);
|
|
6480
6480
|
}
|
|
6481
6481
|
|
|
@@ -6486,20 +6486,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
6486
6486
|
z.ZodTypeDef,
|
|
6487
6487
|
unknown
|
|
6488
6488
|
> = z.object({
|
|
6489
|
-
"__@BRAND@
|
|
6490
|
-
|
|
6489
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
6490
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema
|
|
6491
6491
|
),
|
|
6492
6492
|
}).transform((v) => {
|
|
6493
6493
|
return remap$(v, {
|
|
6494
|
-
"__@BRAND@
|
|
6494
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
6495
6495
|
});
|
|
6496
6496
|
});
|
|
6497
6497
|
|
|
6498
6498
|
/** @internal */
|
|
6499
6499
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
|
|
6500
6500
|
{
|
|
6501
|
-
"__@BRAND@
|
|
6502
|
-
|
|
6501
|
+
"__@BRAND@8584":
|
|
6502
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound;
|
|
6503
6503
|
};
|
|
6504
6504
|
|
|
6505
6505
|
/** @internal */
|
|
@@ -6509,12 +6509,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
6509
6509
|
z.ZodTypeDef,
|
|
6510
6510
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
6511
6511
|
> = z.object({
|
|
6512
|
-
|
|
6513
|
-
|
|
6512
|
+
atBRANDAt8584: z.lazy(() =>
|
|
6513
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema
|
|
6514
6514
|
),
|
|
6515
6515
|
}).transform((v) => {
|
|
6516
6516
|
return remap$(v, {
|
|
6517
|
-
|
|
6517
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
6518
6518
|
});
|
|
6519
6519
|
});
|
|
6520
6520
|
|
|
@@ -6562,65 +6562,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
6562
6562
|
}
|
|
6563
6563
|
|
|
6564
6564
|
/** @internal */
|
|
6565
|
-
export const
|
|
6565
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema:
|
|
6566
6566
|
z.ZodType<
|
|
6567
|
-
|
|
6567
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584,
|
|
6568
6568
|
z.ZodTypeDef,
|
|
6569
6569
|
unknown
|
|
6570
6570
|
> = z.object({});
|
|
6571
6571
|
|
|
6572
6572
|
/** @internal */
|
|
6573
|
-
export type
|
|
6573
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound =
|
|
6574
6574
|
{};
|
|
6575
6575
|
|
|
6576
6576
|
/** @internal */
|
|
6577
|
-
export const
|
|
6577
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema:
|
|
6578
6578
|
z.ZodType<
|
|
6579
|
-
|
|
6579
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound,
|
|
6580
6580
|
z.ZodTypeDef,
|
|
6581
|
-
|
|
6581
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584
|
|
6582
6582
|
> = z.object({});
|
|
6583
6583
|
|
|
6584
6584
|
/**
|
|
6585
6585
|
* @internal
|
|
6586
6586
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6587
6587
|
*/
|
|
6588
|
-
export namespace
|
|
6589
|
-
/** @deprecated use `
|
|
6588
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$ {
|
|
6589
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema` instead. */
|
|
6590
6590
|
export const inboundSchema =
|
|
6591
|
-
|
|
6592
|
-
/** @deprecated use `
|
|
6591
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema;
|
|
6592
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema` instead. */
|
|
6593
6593
|
export const outboundSchema =
|
|
6594
|
-
|
|
6595
|
-
/** @deprecated use `
|
|
6594
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema;
|
|
6595
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound` instead. */
|
|
6596
6596
|
export type Outbound =
|
|
6597
|
-
|
|
6597
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound;
|
|
6598
6598
|
}
|
|
6599
6599
|
|
|
6600
|
-
export function
|
|
6601
|
-
|
|
6602
|
-
|
|
6600
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584ToJSON(
|
|
6601
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584:
|
|
6602
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584,
|
|
6603
6603
|
): string {
|
|
6604
6604
|
return JSON.stringify(
|
|
6605
|
-
|
|
6605
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema
|
|
6606
6606
|
.parse(
|
|
6607
|
-
|
|
6607
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584,
|
|
6608
6608
|
),
|
|
6609
6609
|
);
|
|
6610
6610
|
}
|
|
6611
6611
|
|
|
6612
|
-
export function
|
|
6612
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584FromJSON(
|
|
6613
6613
|
jsonString: string,
|
|
6614
6614
|
): SafeParseResult<
|
|
6615
|
-
|
|
6615
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584,
|
|
6616
6616
|
SDKValidationError
|
|
6617
6617
|
> {
|
|
6618
6618
|
return safeParse(
|
|
6619
6619
|
jsonString,
|
|
6620
6620
|
(x) =>
|
|
6621
|
-
|
|
6621
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema
|
|
6622
6622
|
.parse(JSON.parse(x)),
|
|
6623
|
-
`Failed to parse '
|
|
6623
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584' from JSON`,
|
|
6624
6624
|
);
|
|
6625
6625
|
}
|
|
6626
6626
|
|
|
@@ -6631,20 +6631,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
|
|
|
6631
6631
|
z.ZodTypeDef,
|
|
6632
6632
|
unknown
|
|
6633
6633
|
> = z.object({
|
|
6634
|
-
"__@BRAND@
|
|
6635
|
-
|
|
6634
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
6635
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema
|
|
6636
6636
|
),
|
|
6637
6637
|
}).transform((v) => {
|
|
6638
6638
|
return remap$(v, {
|
|
6639
|
-
"__@BRAND@
|
|
6639
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
6640
6640
|
});
|
|
6641
6641
|
});
|
|
6642
6642
|
|
|
6643
6643
|
/** @internal */
|
|
6644
6644
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
|
|
6645
6645
|
{
|
|
6646
|
-
"__@BRAND@
|
|
6647
|
-
|
|
6646
|
+
"__@BRAND@8584":
|
|
6647
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound;
|
|
6648
6648
|
};
|
|
6649
6649
|
|
|
6650
6650
|
/** @internal */
|
|
@@ -6654,12 +6654,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
|
|
|
6654
6654
|
z.ZodTypeDef,
|
|
6655
6655
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
|
|
6656
6656
|
> = z.object({
|
|
6657
|
-
|
|
6658
|
-
|
|
6657
|
+
atBRANDAt8584: z.lazy(() =>
|
|
6658
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema
|
|
6659
6659
|
),
|
|
6660
6660
|
}).transform((v) => {
|
|
6661
6661
|
return remap$(v, {
|
|
6662
|
-
|
|
6662
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
6663
6663
|
});
|
|
6664
6664
|
});
|
|
6665
6665
|
|
|
@@ -7734,65 +7734,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
7734
7734
|
}
|
|
7735
7735
|
|
|
7736
7736
|
/** @internal */
|
|
7737
|
-
export const
|
|
7737
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema:
|
|
7738
7738
|
z.ZodType<
|
|
7739
|
-
|
|
7739
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584,
|
|
7740
7740
|
z.ZodTypeDef,
|
|
7741
7741
|
unknown
|
|
7742
7742
|
> = z.object({});
|
|
7743
7743
|
|
|
7744
7744
|
/** @internal */
|
|
7745
|
-
export type
|
|
7745
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound =
|
|
7746
7746
|
{};
|
|
7747
7747
|
|
|
7748
7748
|
/** @internal */
|
|
7749
|
-
export const
|
|
7749
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema:
|
|
7750
7750
|
z.ZodType<
|
|
7751
|
-
|
|
7751
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound,
|
|
7752
7752
|
z.ZodTypeDef,
|
|
7753
|
-
|
|
7753
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584
|
|
7754
7754
|
> = z.object({});
|
|
7755
7755
|
|
|
7756
7756
|
/**
|
|
7757
7757
|
* @internal
|
|
7758
7758
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7759
7759
|
*/
|
|
7760
|
-
export namespace
|
|
7761
|
-
/** @deprecated use `
|
|
7760
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$ {
|
|
7761
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema` instead. */
|
|
7762
7762
|
export const inboundSchema =
|
|
7763
|
-
|
|
7764
|
-
/** @deprecated use `
|
|
7763
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema;
|
|
7764
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema` instead. */
|
|
7765
7765
|
export const outboundSchema =
|
|
7766
|
-
|
|
7767
|
-
/** @deprecated use `
|
|
7766
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema;
|
|
7767
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound` instead. */
|
|
7768
7768
|
export type Outbound =
|
|
7769
|
-
|
|
7769
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound;
|
|
7770
7770
|
}
|
|
7771
7771
|
|
|
7772
|
-
export function
|
|
7773
|
-
|
|
7774
|
-
|
|
7772
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584ToJSON(
|
|
7773
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584:
|
|
7774
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584,
|
|
7775
7775
|
): string {
|
|
7776
7776
|
return JSON.stringify(
|
|
7777
|
-
|
|
7777
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema
|
|
7778
7778
|
.parse(
|
|
7779
|
-
|
|
7779
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584,
|
|
7780
7780
|
),
|
|
7781
7781
|
);
|
|
7782
7782
|
}
|
|
7783
7783
|
|
|
7784
|
-
export function
|
|
7784
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584FromJSON(
|
|
7785
7785
|
jsonString: string,
|
|
7786
7786
|
): SafeParseResult<
|
|
7787
|
-
|
|
7787
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584,
|
|
7788
7788
|
SDKValidationError
|
|
7789
7789
|
> {
|
|
7790
7790
|
return safeParse(
|
|
7791
7791
|
jsonString,
|
|
7792
7792
|
(x) =>
|
|
7793
|
-
|
|
7793
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema
|
|
7794
7794
|
.parse(JSON.parse(x)),
|
|
7795
|
-
`Failed to parse '
|
|
7795
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584' from JSON`,
|
|
7796
7796
|
);
|
|
7797
7797
|
}
|
|
7798
7798
|
|
|
@@ -7803,20 +7803,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7803
7803
|
z.ZodTypeDef,
|
|
7804
7804
|
unknown
|
|
7805
7805
|
> = z.object({
|
|
7806
|
-
"__@BRAND@
|
|
7807
|
-
|
|
7806
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
7807
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema
|
|
7808
7808
|
),
|
|
7809
7809
|
}).transform((v) => {
|
|
7810
7810
|
return remap$(v, {
|
|
7811
|
-
"__@BRAND@
|
|
7811
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
7812
7812
|
});
|
|
7813
7813
|
});
|
|
7814
7814
|
|
|
7815
7815
|
/** @internal */
|
|
7816
7816
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
|
|
7817
7817
|
{
|
|
7818
|
-
"__@BRAND@
|
|
7819
|
-
|
|
7818
|
+
"__@BRAND@8584":
|
|
7819
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound;
|
|
7820
7820
|
};
|
|
7821
7821
|
|
|
7822
7822
|
/** @internal */
|
|
@@ -7826,12 +7826,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7826
7826
|
z.ZodTypeDef,
|
|
7827
7827
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
|
|
7828
7828
|
> = z.object({
|
|
7829
|
-
|
|
7830
|
-
|
|
7829
|
+
atBRANDAt8584: z.lazy(() =>
|
|
7830
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema
|
|
7831
7831
|
),
|
|
7832
7832
|
}).transform((v) => {
|
|
7833
7833
|
return remap$(v, {
|
|
7834
|
-
|
|
7834
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
7835
7835
|
});
|
|
7836
7836
|
});
|
|
7837
7837
|
|
|
@@ -7879,65 +7879,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
7879
7879
|
}
|
|
7880
7880
|
|
|
7881
7881
|
/** @internal */
|
|
7882
|
-
export const
|
|
7882
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema:
|
|
7883
7883
|
z.ZodType<
|
|
7884
|
-
|
|
7884
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584,
|
|
7885
7885
|
z.ZodTypeDef,
|
|
7886
7886
|
unknown
|
|
7887
7887
|
> = z.object({});
|
|
7888
7888
|
|
|
7889
7889
|
/** @internal */
|
|
7890
|
-
export type
|
|
7890
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound =
|
|
7891
7891
|
{};
|
|
7892
7892
|
|
|
7893
7893
|
/** @internal */
|
|
7894
|
-
export const
|
|
7894
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema:
|
|
7895
7895
|
z.ZodType<
|
|
7896
|
-
|
|
7896
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound,
|
|
7897
7897
|
z.ZodTypeDef,
|
|
7898
|
-
|
|
7898
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584
|
|
7899
7899
|
> = z.object({});
|
|
7900
7900
|
|
|
7901
7901
|
/**
|
|
7902
7902
|
* @internal
|
|
7903
7903
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7904
7904
|
*/
|
|
7905
|
-
export namespace
|
|
7906
|
-
/** @deprecated use `
|
|
7905
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$ {
|
|
7906
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema` instead. */
|
|
7907
7907
|
export const inboundSchema =
|
|
7908
|
-
|
|
7909
|
-
/** @deprecated use `
|
|
7908
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema;
|
|
7909
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema` instead. */
|
|
7910
7910
|
export const outboundSchema =
|
|
7911
|
-
|
|
7912
|
-
/** @deprecated use `
|
|
7911
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema;
|
|
7912
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound` instead. */
|
|
7913
7913
|
export type Outbound =
|
|
7914
|
-
|
|
7914
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound;
|
|
7915
7915
|
}
|
|
7916
7916
|
|
|
7917
|
-
export function
|
|
7918
|
-
|
|
7919
|
-
|
|
7917
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584ToJSON(
|
|
7918
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584:
|
|
7919
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584,
|
|
7920
7920
|
): string {
|
|
7921
7921
|
return JSON.stringify(
|
|
7922
|
-
|
|
7922
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema
|
|
7923
7923
|
.parse(
|
|
7924
|
-
|
|
7924
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584,
|
|
7925
7925
|
),
|
|
7926
7926
|
);
|
|
7927
7927
|
}
|
|
7928
7928
|
|
|
7929
|
-
export function
|
|
7929
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584FromJSON(
|
|
7930
7930
|
jsonString: string,
|
|
7931
7931
|
): SafeParseResult<
|
|
7932
|
-
|
|
7932
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584,
|
|
7933
7933
|
SDKValidationError
|
|
7934
7934
|
> {
|
|
7935
7935
|
return safeParse(
|
|
7936
7936
|
jsonString,
|
|
7937
7937
|
(x) =>
|
|
7938
|
-
|
|
7938
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema
|
|
7939
7939
|
.parse(JSON.parse(x)),
|
|
7940
|
-
`Failed to parse '
|
|
7940
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584' from JSON`,
|
|
7941
7941
|
);
|
|
7942
7942
|
}
|
|
7943
7943
|
|
|
@@ -7948,20 +7948,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7948
7948
|
z.ZodTypeDef,
|
|
7949
7949
|
unknown
|
|
7950
7950
|
> = z.object({
|
|
7951
|
-
"__@BRAND@
|
|
7952
|
-
|
|
7951
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
7952
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema
|
|
7953
7953
|
),
|
|
7954
7954
|
}).transform((v) => {
|
|
7955
7955
|
return remap$(v, {
|
|
7956
|
-
"__@BRAND@
|
|
7956
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
7957
7957
|
});
|
|
7958
7958
|
});
|
|
7959
7959
|
|
|
7960
7960
|
/** @internal */
|
|
7961
7961
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
|
|
7962
7962
|
{
|
|
7963
|
-
"__@BRAND@
|
|
7964
|
-
|
|
7963
|
+
"__@BRAND@8584":
|
|
7964
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound;
|
|
7965
7965
|
};
|
|
7966
7966
|
|
|
7967
7967
|
/** @internal */
|
|
@@ -7971,12 +7971,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7971
7971
|
z.ZodTypeDef,
|
|
7972
7972
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
|
|
7973
7973
|
> = z.object({
|
|
7974
|
-
|
|
7975
|
-
|
|
7974
|
+
atBRANDAt8584: z.lazy(() =>
|
|
7975
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema
|
|
7976
7976
|
),
|
|
7977
7977
|
}).transform((v) => {
|
|
7978
7978
|
return remap$(v, {
|
|
7979
|
-
|
|
7979
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
7980
7980
|
});
|
|
7981
7981
|
});
|
|
7982
7982
|
|
|
@@ -8024,65 +8024,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
8024
8024
|
}
|
|
8025
8025
|
|
|
8026
8026
|
/** @internal */
|
|
8027
|
-
export const
|
|
8027
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema:
|
|
8028
8028
|
z.ZodType<
|
|
8029
|
-
|
|
8029
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584,
|
|
8030
8030
|
z.ZodTypeDef,
|
|
8031
8031
|
unknown
|
|
8032
8032
|
> = z.object({});
|
|
8033
8033
|
|
|
8034
8034
|
/** @internal */
|
|
8035
|
-
export type
|
|
8035
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound =
|
|
8036
8036
|
{};
|
|
8037
8037
|
|
|
8038
8038
|
/** @internal */
|
|
8039
|
-
export const
|
|
8039
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema:
|
|
8040
8040
|
z.ZodType<
|
|
8041
|
-
|
|
8041
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound,
|
|
8042
8042
|
z.ZodTypeDef,
|
|
8043
|
-
|
|
8043
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584
|
|
8044
8044
|
> = z.object({});
|
|
8045
8045
|
|
|
8046
8046
|
/**
|
|
8047
8047
|
* @internal
|
|
8048
8048
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8049
8049
|
*/
|
|
8050
|
-
export namespace
|
|
8051
|
-
/** @deprecated use `
|
|
8050
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$ {
|
|
8051
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema` instead. */
|
|
8052
8052
|
export const inboundSchema =
|
|
8053
|
-
|
|
8054
|
-
/** @deprecated use `
|
|
8053
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema;
|
|
8054
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema` instead. */
|
|
8055
8055
|
export const outboundSchema =
|
|
8056
|
-
|
|
8057
|
-
/** @deprecated use `
|
|
8056
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema;
|
|
8057
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound` instead. */
|
|
8058
8058
|
export type Outbound =
|
|
8059
|
-
|
|
8059
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound;
|
|
8060
8060
|
}
|
|
8061
8061
|
|
|
8062
|
-
export function
|
|
8063
|
-
|
|
8064
|
-
|
|
8062
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584ToJSON(
|
|
8063
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584:
|
|
8064
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584,
|
|
8065
8065
|
): string {
|
|
8066
8066
|
return JSON.stringify(
|
|
8067
|
-
|
|
8067
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema
|
|
8068
8068
|
.parse(
|
|
8069
|
-
|
|
8069
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584,
|
|
8070
8070
|
),
|
|
8071
8071
|
);
|
|
8072
8072
|
}
|
|
8073
8073
|
|
|
8074
|
-
export function
|
|
8074
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584FromJSON(
|
|
8075
8075
|
jsonString: string,
|
|
8076
8076
|
): SafeParseResult<
|
|
8077
|
-
|
|
8077
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584,
|
|
8078
8078
|
SDKValidationError
|
|
8079
8079
|
> {
|
|
8080
8080
|
return safeParse(
|
|
8081
8081
|
jsonString,
|
|
8082
8082
|
(x) =>
|
|
8083
|
-
|
|
8083
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema
|
|
8084
8084
|
.parse(JSON.parse(x)),
|
|
8085
|
-
`Failed to parse '
|
|
8085
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584' from JSON`,
|
|
8086
8086
|
);
|
|
8087
8087
|
}
|
|
8088
8088
|
|
|
@@ -8093,20 +8093,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
8093
8093
|
z.ZodTypeDef,
|
|
8094
8094
|
unknown
|
|
8095
8095
|
> = z.object({
|
|
8096
|
-
"__@BRAND@
|
|
8097
|
-
|
|
8096
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
8097
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema
|
|
8098
8098
|
),
|
|
8099
8099
|
}).transform((v) => {
|
|
8100
8100
|
return remap$(v, {
|
|
8101
|
-
"__@BRAND@
|
|
8101
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
8102
8102
|
});
|
|
8103
8103
|
});
|
|
8104
8104
|
|
|
8105
8105
|
/** @internal */
|
|
8106
8106
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
|
|
8107
8107
|
{
|
|
8108
|
-
"__@BRAND@
|
|
8109
|
-
|
|
8108
|
+
"__@BRAND@8584":
|
|
8109
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound;
|
|
8110
8110
|
};
|
|
8111
8111
|
|
|
8112
8112
|
/** @internal */
|
|
@@ -8116,12 +8116,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
8116
8116
|
z.ZodTypeDef,
|
|
8117
8117
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
|
|
8118
8118
|
> = z.object({
|
|
8119
|
-
|
|
8120
|
-
|
|
8119
|
+
atBRANDAt8584: z.lazy(() =>
|
|
8120
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema
|
|
8121
8121
|
),
|
|
8122
8122
|
}).transform((v) => {
|
|
8123
8123
|
return remap$(v, {
|
|
8124
|
-
|
|
8124
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
8125
8125
|
});
|
|
8126
8126
|
});
|
|
8127
8127
|
|
|
@@ -10192,63 +10192,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
|
|
|
10192
10192
|
}
|
|
10193
10193
|
|
|
10194
10194
|
/** @internal */
|
|
10195
|
-
export const
|
|
10195
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema:
|
|
10196
10196
|
z.ZodType<
|
|
10197
|
-
|
|
10197
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584,
|
|
10198
10198
|
z.ZodTypeDef,
|
|
10199
10199
|
unknown
|
|
10200
10200
|
> = z.object({});
|
|
10201
10201
|
|
|
10202
10202
|
/** @internal */
|
|
10203
|
-
export type
|
|
10203
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound =
|
|
10204
10204
|
{};
|
|
10205
10205
|
|
|
10206
10206
|
/** @internal */
|
|
10207
|
-
export const
|
|
10207
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema:
|
|
10208
10208
|
z.ZodType<
|
|
10209
|
-
|
|
10209
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound,
|
|
10210
10210
|
z.ZodTypeDef,
|
|
10211
|
-
|
|
10211
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584
|
|
10212
10212
|
> = z.object({});
|
|
10213
10213
|
|
|
10214
10214
|
/**
|
|
10215
10215
|
* @internal
|
|
10216
10216
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10217
10217
|
*/
|
|
10218
|
-
export namespace
|
|
10219
|
-
/** @deprecated use `
|
|
10218
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$ {
|
|
10219
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema` instead. */
|
|
10220
10220
|
export const inboundSchema =
|
|
10221
|
-
|
|
10222
|
-
/** @deprecated use `
|
|
10221
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema;
|
|
10222
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema` instead. */
|
|
10223
10223
|
export const outboundSchema =
|
|
10224
|
-
|
|
10225
|
-
/** @deprecated use `
|
|
10224
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema;
|
|
10225
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound` instead. */
|
|
10226
10226
|
export type Outbound =
|
|
10227
|
-
|
|
10227
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound;
|
|
10228
10228
|
}
|
|
10229
10229
|
|
|
10230
|
-
export function
|
|
10231
|
-
|
|
10232
|
-
|
|
10230
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584ToJSON(
|
|
10231
|
+
createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584:
|
|
10232
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584,
|
|
10233
10233
|
): string {
|
|
10234
10234
|
return JSON.stringify(
|
|
10235
|
-
|
|
10236
|
-
.parse(
|
|
10235
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema
|
|
10236
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584),
|
|
10237
10237
|
);
|
|
10238
10238
|
}
|
|
10239
10239
|
|
|
10240
|
-
export function
|
|
10240
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584FromJSON(
|
|
10241
10241
|
jsonString: string,
|
|
10242
10242
|
): SafeParseResult<
|
|
10243
|
-
|
|
10243
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584,
|
|
10244
10244
|
SDKValidationError
|
|
10245
10245
|
> {
|
|
10246
10246
|
return safeParse(
|
|
10247
10247
|
jsonString,
|
|
10248
10248
|
(x) =>
|
|
10249
|
-
|
|
10249
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema
|
|
10250
10250
|
.parse(JSON.parse(x)),
|
|
10251
|
-
`Failed to parse '
|
|
10251
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584' from JSON`,
|
|
10252
10252
|
);
|
|
10253
10253
|
}
|
|
10254
10254
|
|
|
@@ -10259,20 +10259,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
|
|
|
10259
10259
|
z.ZodTypeDef,
|
|
10260
10260
|
unknown
|
|
10261
10261
|
> = z.object({
|
|
10262
|
-
"__@BRAND@
|
|
10263
|
-
|
|
10262
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
10263
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema
|
|
10264
10264
|
),
|
|
10265
10265
|
}).transform((v) => {
|
|
10266
10266
|
return remap$(v, {
|
|
10267
|
-
"__@BRAND@
|
|
10267
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
10268
10268
|
});
|
|
10269
10269
|
});
|
|
10270
10270
|
|
|
10271
10271
|
/** @internal */
|
|
10272
10272
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
|
|
10273
10273
|
{
|
|
10274
|
-
"__@BRAND@
|
|
10275
|
-
|
|
10274
|
+
"__@BRAND@8584":
|
|
10275
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound;
|
|
10276
10276
|
};
|
|
10277
10277
|
|
|
10278
10278
|
/** @internal */
|
|
@@ -10282,12 +10282,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
|
|
|
10282
10282
|
z.ZodTypeDef,
|
|
10283
10283
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
|
|
10284
10284
|
> = z.object({
|
|
10285
|
-
|
|
10286
|
-
|
|
10285
|
+
atBRANDAt8584: z.lazy(() =>
|
|
10286
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema
|
|
10287
10287
|
),
|
|
10288
10288
|
}).transform((v) => {
|
|
10289
10289
|
return remap$(v, {
|
|
10290
|
-
|
|
10290
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
10291
10291
|
});
|
|
10292
10292
|
});
|
|
10293
10293
|
|
|
@@ -10333,65 +10333,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
10333
10333
|
}
|
|
10334
10334
|
|
|
10335
10335
|
/** @internal */
|
|
10336
|
-
export const
|
|
10336
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema:
|
|
10337
10337
|
z.ZodType<
|
|
10338
|
-
|
|
10338
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584,
|
|
10339
10339
|
z.ZodTypeDef,
|
|
10340
10340
|
unknown
|
|
10341
10341
|
> = z.object({});
|
|
10342
10342
|
|
|
10343
10343
|
/** @internal */
|
|
10344
|
-
export type
|
|
10344
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound =
|
|
10345
10345
|
{};
|
|
10346
10346
|
|
|
10347
10347
|
/** @internal */
|
|
10348
|
-
export const
|
|
10348
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema:
|
|
10349
10349
|
z.ZodType<
|
|
10350
|
-
|
|
10350
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound,
|
|
10351
10351
|
z.ZodTypeDef,
|
|
10352
|
-
|
|
10352
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584
|
|
10353
10353
|
> = z.object({});
|
|
10354
10354
|
|
|
10355
10355
|
/**
|
|
10356
10356
|
* @internal
|
|
10357
10357
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10358
10358
|
*/
|
|
10359
|
-
export namespace
|
|
10360
|
-
/** @deprecated use `
|
|
10359
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$ {
|
|
10360
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema` instead. */
|
|
10361
10361
|
export const inboundSchema =
|
|
10362
|
-
|
|
10363
|
-
/** @deprecated use `
|
|
10362
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema;
|
|
10363
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema` instead. */
|
|
10364
10364
|
export const outboundSchema =
|
|
10365
|
-
|
|
10366
|
-
/** @deprecated use `
|
|
10365
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema;
|
|
10366
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound` instead. */
|
|
10367
10367
|
export type Outbound =
|
|
10368
|
-
|
|
10368
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound;
|
|
10369
10369
|
}
|
|
10370
10370
|
|
|
10371
|
-
export function
|
|
10372
|
-
|
|
10373
|
-
|
|
10371
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584ToJSON(
|
|
10372
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584:
|
|
10373
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584,
|
|
10374
10374
|
): string {
|
|
10375
10375
|
return JSON.stringify(
|
|
10376
|
-
|
|
10376
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema
|
|
10377
10377
|
.parse(
|
|
10378
|
-
|
|
10378
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584,
|
|
10379
10379
|
),
|
|
10380
10380
|
);
|
|
10381
10381
|
}
|
|
10382
10382
|
|
|
10383
|
-
export function
|
|
10383
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584FromJSON(
|
|
10384
10384
|
jsonString: string,
|
|
10385
10385
|
): SafeParseResult<
|
|
10386
|
-
|
|
10386
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584,
|
|
10387
10387
|
SDKValidationError
|
|
10388
10388
|
> {
|
|
10389
10389
|
return safeParse(
|
|
10390
10390
|
jsonString,
|
|
10391
10391
|
(x) =>
|
|
10392
|
-
|
|
10392
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema
|
|
10393
10393
|
.parse(JSON.parse(x)),
|
|
10394
|
-
`Failed to parse '
|
|
10394
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584' from JSON`,
|
|
10395
10395
|
);
|
|
10396
10396
|
}
|
|
10397
10397
|
|
|
@@ -10402,20 +10402,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
|
|
|
10402
10402
|
z.ZodTypeDef,
|
|
10403
10403
|
unknown
|
|
10404
10404
|
> = z.object({
|
|
10405
|
-
"__@BRAND@
|
|
10406
|
-
|
|
10405
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
10406
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema
|
|
10407
10407
|
),
|
|
10408
10408
|
}).transform((v) => {
|
|
10409
10409
|
return remap$(v, {
|
|
10410
|
-
"__@BRAND@
|
|
10410
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
10411
10411
|
});
|
|
10412
10412
|
});
|
|
10413
10413
|
|
|
10414
10414
|
/** @internal */
|
|
10415
10415
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
|
|
10416
10416
|
{
|
|
10417
|
-
"__@BRAND@
|
|
10418
|
-
|
|
10417
|
+
"__@BRAND@8584":
|
|
10418
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound;
|
|
10419
10419
|
};
|
|
10420
10420
|
|
|
10421
10421
|
/** @internal */
|
|
@@ -10425,12 +10425,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
|
|
|
10425
10425
|
z.ZodTypeDef,
|
|
10426
10426
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
|
|
10427
10427
|
> = z.object({
|
|
10428
|
-
|
|
10429
|
-
|
|
10428
|
+
atBRANDAt8584: z.lazy(() =>
|
|
10429
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema
|
|
10430
10430
|
),
|
|
10431
10431
|
}).transform((v) => {
|
|
10432
10432
|
return remap$(v, {
|
|
10433
|
-
|
|
10433
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
10434
10434
|
});
|
|
10435
10435
|
});
|
|
10436
10436
|
|
|
@@ -10476,65 +10476,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
10476
10476
|
}
|
|
10477
10477
|
|
|
10478
10478
|
/** @internal */
|
|
10479
|
-
export const
|
|
10479
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema:
|
|
10480
10480
|
z.ZodType<
|
|
10481
|
-
|
|
10481
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584,
|
|
10482
10482
|
z.ZodTypeDef,
|
|
10483
10483
|
unknown
|
|
10484
10484
|
> = z.object({});
|
|
10485
10485
|
|
|
10486
10486
|
/** @internal */
|
|
10487
|
-
export type
|
|
10487
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound =
|
|
10488
10488
|
{};
|
|
10489
10489
|
|
|
10490
10490
|
/** @internal */
|
|
10491
|
-
export const
|
|
10491
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema:
|
|
10492
10492
|
z.ZodType<
|
|
10493
|
-
|
|
10493
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound,
|
|
10494
10494
|
z.ZodTypeDef,
|
|
10495
|
-
|
|
10495
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584
|
|
10496
10496
|
> = z.object({});
|
|
10497
10497
|
|
|
10498
10498
|
/**
|
|
10499
10499
|
* @internal
|
|
10500
10500
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10501
10501
|
*/
|
|
10502
|
-
export namespace
|
|
10503
|
-
/** @deprecated use `
|
|
10502
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$ {
|
|
10503
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema` instead. */
|
|
10504
10504
|
export const inboundSchema =
|
|
10505
|
-
|
|
10506
|
-
/** @deprecated use `
|
|
10505
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema;
|
|
10506
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema` instead. */
|
|
10507
10507
|
export const outboundSchema =
|
|
10508
|
-
|
|
10509
|
-
/** @deprecated use `
|
|
10508
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema;
|
|
10509
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound` instead. */
|
|
10510
10510
|
export type Outbound =
|
|
10511
|
-
|
|
10511
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound;
|
|
10512
10512
|
}
|
|
10513
10513
|
|
|
10514
|
-
export function
|
|
10515
|
-
|
|
10516
|
-
|
|
10514
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584ToJSON(
|
|
10515
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584:
|
|
10516
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584,
|
|
10517
10517
|
): string {
|
|
10518
10518
|
return JSON.stringify(
|
|
10519
|
-
|
|
10519
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema
|
|
10520
10520
|
.parse(
|
|
10521
|
-
|
|
10521
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584,
|
|
10522
10522
|
),
|
|
10523
10523
|
);
|
|
10524
10524
|
}
|
|
10525
10525
|
|
|
10526
|
-
export function
|
|
10526
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584FromJSON(
|
|
10527
10527
|
jsonString: string,
|
|
10528
10528
|
): SafeParseResult<
|
|
10529
|
-
|
|
10529
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584,
|
|
10530
10530
|
SDKValidationError
|
|
10531
10531
|
> {
|
|
10532
10532
|
return safeParse(
|
|
10533
10533
|
jsonString,
|
|
10534
10534
|
(x) =>
|
|
10535
|
-
|
|
10535
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema
|
|
10536
10536
|
.parse(JSON.parse(x)),
|
|
10537
|
-
`Failed to parse '
|
|
10537
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584' from JSON`,
|
|
10538
10538
|
);
|
|
10539
10539
|
}
|
|
10540
10540
|
|
|
@@ -10545,20 +10545,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
|
|
|
10545
10545
|
z.ZodTypeDef,
|
|
10546
10546
|
unknown
|
|
10547
10547
|
> = z.object({
|
|
10548
|
-
"__@BRAND@
|
|
10549
|
-
|
|
10548
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
10549
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema
|
|
10550
10550
|
),
|
|
10551
10551
|
}).transform((v) => {
|
|
10552
10552
|
return remap$(v, {
|
|
10553
|
-
"__@BRAND@
|
|
10553
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
10554
10554
|
});
|
|
10555
10555
|
});
|
|
10556
10556
|
|
|
10557
10557
|
/** @internal */
|
|
10558
10558
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
|
|
10559
10559
|
{
|
|
10560
|
-
"__@BRAND@
|
|
10561
|
-
|
|
10560
|
+
"__@BRAND@8584":
|
|
10561
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound;
|
|
10562
10562
|
};
|
|
10563
10563
|
|
|
10564
10564
|
/** @internal */
|
|
@@ -10568,12 +10568,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
|
|
|
10568
10568
|
z.ZodTypeDef,
|
|
10569
10569
|
CreateIntegrationStoreDirectPropertiesIntegrationsPattern
|
|
10570
10570
|
> = z.object({
|
|
10571
|
-
|
|
10572
|
-
|
|
10571
|
+
atBRANDAt8584: z.lazy(() =>
|
|
10572
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema
|
|
10573
10573
|
),
|
|
10574
10574
|
}).transform((v) => {
|
|
10575
10575
|
return remap$(v, {
|
|
10576
|
-
|
|
10576
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
10577
10577
|
});
|
|
10578
10578
|
});
|
|
10579
10579
|
|
|
@@ -14636,65 +14636,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
14636
14636
|
}
|
|
14637
14637
|
|
|
14638
14638
|
/** @internal */
|
|
14639
|
-
export const
|
|
14639
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema:
|
|
14640
14640
|
z.ZodType<
|
|
14641
|
-
|
|
14641
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584,
|
|
14642
14642
|
z.ZodTypeDef,
|
|
14643
14643
|
unknown
|
|
14644
14644
|
> = z.object({});
|
|
14645
14645
|
|
|
14646
14646
|
/** @internal */
|
|
14647
|
-
export type
|
|
14647
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound =
|
|
14648
14648
|
{};
|
|
14649
14649
|
|
|
14650
14650
|
/** @internal */
|
|
14651
|
-
export const
|
|
14651
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema:
|
|
14652
14652
|
z.ZodType<
|
|
14653
|
-
|
|
14653
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound,
|
|
14654
14654
|
z.ZodTypeDef,
|
|
14655
|
-
|
|
14655
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584
|
|
14656
14656
|
> = z.object({});
|
|
14657
14657
|
|
|
14658
14658
|
/**
|
|
14659
14659
|
* @internal
|
|
14660
14660
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14661
14661
|
*/
|
|
14662
|
-
export namespace
|
|
14663
|
-
/** @deprecated use `
|
|
14662
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$ {
|
|
14663
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema` instead. */
|
|
14664
14664
|
export const inboundSchema =
|
|
14665
|
-
|
|
14666
|
-
/** @deprecated use `
|
|
14665
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema;
|
|
14666
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema` instead. */
|
|
14667
14667
|
export const outboundSchema =
|
|
14668
|
-
|
|
14669
|
-
/** @deprecated use `
|
|
14668
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema;
|
|
14669
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound` instead. */
|
|
14670
14670
|
export type Outbound =
|
|
14671
|
-
|
|
14671
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound;
|
|
14672
14672
|
}
|
|
14673
14673
|
|
|
14674
|
-
export function
|
|
14675
|
-
|
|
14676
|
-
|
|
14674
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584ToJSON(
|
|
14675
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584:
|
|
14676
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584,
|
|
14677
14677
|
): string {
|
|
14678
14678
|
return JSON.stringify(
|
|
14679
|
-
|
|
14679
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema
|
|
14680
14680
|
.parse(
|
|
14681
|
-
|
|
14681
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584,
|
|
14682
14682
|
),
|
|
14683
14683
|
);
|
|
14684
14684
|
}
|
|
14685
14685
|
|
|
14686
|
-
export function
|
|
14686
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584FromJSON(
|
|
14687
14687
|
jsonString: string,
|
|
14688
14688
|
): SafeParseResult<
|
|
14689
|
-
|
|
14689
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584,
|
|
14690
14690
|
SDKValidationError
|
|
14691
14691
|
> {
|
|
14692
14692
|
return safeParse(
|
|
14693
14693
|
jsonString,
|
|
14694
14694
|
(x) =>
|
|
14695
|
-
|
|
14695
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema
|
|
14696
14696
|
.parse(JSON.parse(x)),
|
|
14697
|
-
`Failed to parse '
|
|
14697
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584' from JSON`,
|
|
14698
14698
|
);
|
|
14699
14699
|
}
|
|
14700
14700
|
|
|
@@ -14705,19 +14705,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
|
|
|
14705
14705
|
z.ZodTypeDef,
|
|
14706
14706
|
unknown
|
|
14707
14707
|
> = z.object({
|
|
14708
|
-
"__@BRAND@
|
|
14709
|
-
|
|
14708
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
14709
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema
|
|
14710
14710
|
),
|
|
14711
14711
|
}).transform((v) => {
|
|
14712
14712
|
return remap$(v, {
|
|
14713
|
-
"__@BRAND@
|
|
14713
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
14714
14714
|
});
|
|
14715
14715
|
});
|
|
14716
14716
|
|
|
14717
14717
|
/** @internal */
|
|
14718
14718
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
14719
|
-
"__@BRAND@
|
|
14720
|
-
|
|
14719
|
+
"__@BRAND@8584":
|
|
14720
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound;
|
|
14721
14721
|
};
|
|
14722
14722
|
|
|
14723
14723
|
/** @internal */
|
|
@@ -14727,12 +14727,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
|
|
|
14727
14727
|
z.ZodTypeDef,
|
|
14728
14728
|
CreateIntegrationStoreDirectPropertiesMaxLength
|
|
14729
14729
|
> = z.object({
|
|
14730
|
-
|
|
14731
|
-
|
|
14730
|
+
atBRANDAt8584: z.lazy(() =>
|
|
14731
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema
|
|
14732
14732
|
),
|
|
14733
14733
|
}).transform((v) => {
|
|
14734
14734
|
return remap$(v, {
|
|
14735
|
-
|
|
14735
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
14736
14736
|
});
|
|
14737
14737
|
});
|
|
14738
14738
|
|
|
@@ -14780,50 +14780,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
|
|
|
14780
14780
|
}
|
|
14781
14781
|
|
|
14782
14782
|
/** @internal */
|
|
14783
|
-
export const
|
|
14784
|
-
|
|
14783
|
+
export const PropertiesAtBRANDAt8584$inboundSchema: z.ZodType<
|
|
14784
|
+
PropertiesAtBRANDAt8584,
|
|
14785
14785
|
z.ZodTypeDef,
|
|
14786
14786
|
unknown
|
|
14787
14787
|
> = z.object({});
|
|
14788
14788
|
|
|
14789
14789
|
/** @internal */
|
|
14790
|
-
export type
|
|
14790
|
+
export type PropertiesAtBRANDAt8584$Outbound = {};
|
|
14791
14791
|
|
|
14792
14792
|
/** @internal */
|
|
14793
|
-
export const
|
|
14794
|
-
|
|
14793
|
+
export const PropertiesAtBRANDAt8584$outboundSchema: z.ZodType<
|
|
14794
|
+
PropertiesAtBRANDAt8584$Outbound,
|
|
14795
14795
|
z.ZodTypeDef,
|
|
14796
|
-
|
|
14796
|
+
PropertiesAtBRANDAt8584
|
|
14797
14797
|
> = z.object({});
|
|
14798
14798
|
|
|
14799
14799
|
/**
|
|
14800
14800
|
* @internal
|
|
14801
14801
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14802
14802
|
*/
|
|
14803
|
-
export namespace
|
|
14804
|
-
/** @deprecated use `
|
|
14805
|
-
export const inboundSchema =
|
|
14806
|
-
/** @deprecated use `
|
|
14807
|
-
export const outboundSchema =
|
|
14808
|
-
/** @deprecated use `
|
|
14809
|
-
export type Outbound =
|
|
14803
|
+
export namespace PropertiesAtBRANDAt8584$ {
|
|
14804
|
+
/** @deprecated use `PropertiesAtBRANDAt8584$inboundSchema` instead. */
|
|
14805
|
+
export const inboundSchema = PropertiesAtBRANDAt8584$inboundSchema;
|
|
14806
|
+
/** @deprecated use `PropertiesAtBRANDAt8584$outboundSchema` instead. */
|
|
14807
|
+
export const outboundSchema = PropertiesAtBRANDAt8584$outboundSchema;
|
|
14808
|
+
/** @deprecated use `PropertiesAtBRANDAt8584$Outbound` instead. */
|
|
14809
|
+
export type Outbound = PropertiesAtBRANDAt8584$Outbound;
|
|
14810
14810
|
}
|
|
14811
14811
|
|
|
14812
|
-
export function
|
|
14813
|
-
|
|
14812
|
+
export function propertiesAtBRANDAt8584ToJSON(
|
|
14813
|
+
propertiesAtBRANDAt8584: PropertiesAtBRANDAt8584,
|
|
14814
14814
|
): string {
|
|
14815
14815
|
return JSON.stringify(
|
|
14816
|
-
|
|
14816
|
+
PropertiesAtBRANDAt8584$outboundSchema.parse(propertiesAtBRANDAt8584),
|
|
14817
14817
|
);
|
|
14818
14818
|
}
|
|
14819
14819
|
|
|
14820
|
-
export function
|
|
14820
|
+
export function propertiesAtBRANDAt8584FromJSON(
|
|
14821
14821
|
jsonString: string,
|
|
14822
|
-
): SafeParseResult<
|
|
14822
|
+
): SafeParseResult<PropertiesAtBRANDAt8584, SDKValidationError> {
|
|
14823
14823
|
return safeParse(
|
|
14824
14824
|
jsonString,
|
|
14825
|
-
(x) =>
|
|
14826
|
-
`Failed to parse '
|
|
14825
|
+
(x) => PropertiesAtBRANDAt8584$inboundSchema.parse(JSON.parse(x)),
|
|
14826
|
+
`Failed to parse 'PropertiesAtBRANDAt8584' from JSON`,
|
|
14827
14827
|
);
|
|
14828
14828
|
}
|
|
14829
14829
|
|
|
@@ -14834,16 +14834,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
|
|
|
14834
14834
|
z.ZodTypeDef,
|
|
14835
14835
|
unknown
|
|
14836
14836
|
> = z.object({
|
|
14837
|
-
"__@BRAND@
|
|
14837
|
+
"__@BRAND@8584": z.lazy(() => PropertiesAtBRANDAt8584$inboundSchema),
|
|
14838
14838
|
}).transform((v) => {
|
|
14839
14839
|
return remap$(v, {
|
|
14840
|
-
"__@BRAND@
|
|
14840
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
14841
14841
|
});
|
|
14842
14842
|
});
|
|
14843
14843
|
|
|
14844
14844
|
/** @internal */
|
|
14845
14845
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
14846
|
-
"__@BRAND@
|
|
14846
|
+
"__@BRAND@8584": PropertiesAtBRANDAt8584$Outbound;
|
|
14847
14847
|
};
|
|
14848
14848
|
|
|
14849
14849
|
/** @internal */
|
|
@@ -14853,10 +14853,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
|
|
|
14853
14853
|
z.ZodTypeDef,
|
|
14854
14854
|
CreateIntegrationStoreDirectPropertiesMinLength
|
|
14855
14855
|
> = z.object({
|
|
14856
|
-
|
|
14856
|
+
atBRANDAt8584: z.lazy(() => PropertiesAtBRANDAt8584$outboundSchema),
|
|
14857
14857
|
}).transform((v) => {
|
|
14858
14858
|
return remap$(v, {
|
|
14859
|
-
|
|
14859
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
14860
14860
|
});
|
|
14861
14861
|
});
|
|
14862
14862
|
|
|
@@ -14904,64 +14904,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
|
|
|
14904
14904
|
}
|
|
14905
14905
|
|
|
14906
14906
|
/** @internal */
|
|
14907
|
-
export const
|
|
14907
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema:
|
|
14908
14908
|
z.ZodType<
|
|
14909
|
-
|
|
14909
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8584,
|
|
14910
14910
|
z.ZodTypeDef,
|
|
14911
14911
|
unknown
|
|
14912
14912
|
> = z.object({});
|
|
14913
14913
|
|
|
14914
14914
|
/** @internal */
|
|
14915
|
-
export type
|
|
14915
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound = {};
|
|
14916
14916
|
|
|
14917
14917
|
/** @internal */
|
|
14918
|
-
export const
|
|
14918
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema:
|
|
14919
14919
|
z.ZodType<
|
|
14920
|
-
|
|
14920
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound,
|
|
14921
14921
|
z.ZodTypeDef,
|
|
14922
|
-
|
|
14922
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8584
|
|
14923
14923
|
> = z.object({});
|
|
14924
14924
|
|
|
14925
14925
|
/**
|
|
14926
14926
|
* @internal
|
|
14927
14927
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14928
14928
|
*/
|
|
14929
|
-
export namespace
|
|
14930
|
-
/** @deprecated use `
|
|
14929
|
+
export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$ {
|
|
14930
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema` instead. */
|
|
14931
14931
|
export const inboundSchema =
|
|
14932
|
-
|
|
14933
|
-
/** @deprecated use `
|
|
14932
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema;
|
|
14933
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema` instead. */
|
|
14934
14934
|
export const outboundSchema =
|
|
14935
|
-
|
|
14936
|
-
/** @deprecated use `
|
|
14935
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema;
|
|
14936
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound` instead. */
|
|
14937
14937
|
export type Outbound =
|
|
14938
|
-
|
|
14938
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound;
|
|
14939
14939
|
}
|
|
14940
14940
|
|
|
14941
|
-
export function
|
|
14942
|
-
|
|
14943
|
-
|
|
14941
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8584ToJSON(
|
|
14942
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8584:
|
|
14943
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8584,
|
|
14944
14944
|
): string {
|
|
14945
14945
|
return JSON.stringify(
|
|
14946
|
-
|
|
14947
|
-
|
|
14946
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema.parse(
|
|
14947
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8584,
|
|
14948
14948
|
),
|
|
14949
14949
|
);
|
|
14950
14950
|
}
|
|
14951
14951
|
|
|
14952
|
-
export function
|
|
14952
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8584FromJSON(
|
|
14953
14953
|
jsonString: string,
|
|
14954
14954
|
): SafeParseResult<
|
|
14955
|
-
|
|
14955
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8584,
|
|
14956
14956
|
SDKValidationError
|
|
14957
14957
|
> {
|
|
14958
14958
|
return safeParse(
|
|
14959
14959
|
jsonString,
|
|
14960
14960
|
(x) =>
|
|
14961
|
-
|
|
14961
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema.parse(
|
|
14962
14962
|
JSON.parse(x),
|
|
14963
14963
|
),
|
|
14964
|
-
`Failed to parse '
|
|
14964
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8584' from JSON`,
|
|
14965
14965
|
);
|
|
14966
14966
|
}
|
|
14967
14967
|
|
|
@@ -14972,18 +14972,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
|
|
|
14972
14972
|
z.ZodTypeDef,
|
|
14973
14973
|
unknown
|
|
14974
14974
|
> = z.object({
|
|
14975
|
-
"__@BRAND@
|
|
14976
|
-
|
|
14975
|
+
"__@BRAND@8584": z.lazy(() =>
|
|
14976
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema
|
|
14977
14977
|
),
|
|
14978
14978
|
}).transform((v) => {
|
|
14979
14979
|
return remap$(v, {
|
|
14980
|
-
"__@BRAND@
|
|
14980
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
14981
14981
|
});
|
|
14982
14982
|
});
|
|
14983
14983
|
|
|
14984
14984
|
/** @internal */
|
|
14985
14985
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
14986
|
-
"__@BRAND@
|
|
14986
|
+
"__@BRAND@8584": CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound;
|
|
14987
14987
|
};
|
|
14988
14988
|
|
|
14989
14989
|
/** @internal */
|
|
@@ -14993,12 +14993,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
|
|
|
14993
14993
|
z.ZodTypeDef,
|
|
14994
14994
|
CreateIntegrationStoreDirectPropertiesPattern
|
|
14995
14995
|
> = z.object({
|
|
14996
|
-
|
|
14997
|
-
|
|
14996
|
+
atBRANDAt8584: z.lazy(() =>
|
|
14997
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema
|
|
14998
14998
|
),
|
|
14999
14999
|
}).transform((v) => {
|
|
15000
15000
|
return remap$(v, {
|
|
15001
|
-
|
|
15001
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
15002
15002
|
});
|
|
15003
15003
|
});
|
|
15004
15004
|
|
|
@@ -16445,46 +16445,46 @@ export function guidesFromJSON(
|
|
|
16445
16445
|
}
|
|
16446
16446
|
|
|
16447
16447
|
/** @internal */
|
|
16448
|
-
export const
|
|
16449
|
-
|
|
16448
|
+
export const AtBRANDAt8584$inboundSchema: z.ZodType<
|
|
16449
|
+
AtBRANDAt8584,
|
|
16450
16450
|
z.ZodTypeDef,
|
|
16451
16451
|
unknown
|
|
16452
16452
|
> = z.object({});
|
|
16453
16453
|
|
|
16454
16454
|
/** @internal */
|
|
16455
|
-
export type
|
|
16455
|
+
export type AtBRANDAt8584$Outbound = {};
|
|
16456
16456
|
|
|
16457
16457
|
/** @internal */
|
|
16458
|
-
export const
|
|
16459
|
-
|
|
16458
|
+
export const AtBRANDAt8584$outboundSchema: z.ZodType<
|
|
16459
|
+
AtBRANDAt8584$Outbound,
|
|
16460
16460
|
z.ZodTypeDef,
|
|
16461
|
-
|
|
16461
|
+
AtBRANDAt8584
|
|
16462
16462
|
> = z.object({});
|
|
16463
16463
|
|
|
16464
16464
|
/**
|
|
16465
16465
|
* @internal
|
|
16466
16466
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
16467
16467
|
*/
|
|
16468
|
-
export namespace
|
|
16469
|
-
/** @deprecated use `
|
|
16470
|
-
export const inboundSchema =
|
|
16471
|
-
/** @deprecated use `
|
|
16472
|
-
export const outboundSchema =
|
|
16473
|
-
/** @deprecated use `
|
|
16474
|
-
export type Outbound =
|
|
16468
|
+
export namespace AtBRANDAt8584$ {
|
|
16469
|
+
/** @deprecated use `AtBRANDAt8584$inboundSchema` instead. */
|
|
16470
|
+
export const inboundSchema = AtBRANDAt8584$inboundSchema;
|
|
16471
|
+
/** @deprecated use `AtBRANDAt8584$outboundSchema` instead. */
|
|
16472
|
+
export const outboundSchema = AtBRANDAt8584$outboundSchema;
|
|
16473
|
+
/** @deprecated use `AtBRANDAt8584$Outbound` instead. */
|
|
16474
|
+
export type Outbound = AtBRANDAt8584$Outbound;
|
|
16475
16475
|
}
|
|
16476
16476
|
|
|
16477
|
-
export function
|
|
16478
|
-
return JSON.stringify(
|
|
16477
|
+
export function atBRANDAt8584ToJSON(atBRANDAt8584: AtBRANDAt8584): string {
|
|
16478
|
+
return JSON.stringify(AtBRANDAt8584$outboundSchema.parse(atBRANDAt8584));
|
|
16479
16479
|
}
|
|
16480
16480
|
|
|
16481
|
-
export function
|
|
16481
|
+
export function atBRANDAt8584FromJSON(
|
|
16482
16482
|
jsonString: string,
|
|
16483
|
-
): SafeParseResult<
|
|
16483
|
+
): SafeParseResult<AtBRANDAt8584, SDKValidationError> {
|
|
16484
16484
|
return safeParse(
|
|
16485
16485
|
jsonString,
|
|
16486
|
-
(x) =>
|
|
16487
|
-
`Failed to parse '
|
|
16486
|
+
(x) => AtBRANDAt8584$inboundSchema.parse(JSON.parse(x)),
|
|
16487
|
+
`Failed to parse 'AtBRANDAt8584' from JSON`,
|
|
16488
16488
|
);
|
|
16489
16489
|
}
|
|
16490
16490
|
|
|
@@ -16494,16 +16494,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
|
|
|
16494
16494
|
z.ZodTypeDef,
|
|
16495
16495
|
unknown
|
|
16496
16496
|
> = z.object({
|
|
16497
|
-
"__@BRAND@
|
|
16497
|
+
"__@BRAND@8584": z.lazy(() => AtBRANDAt8584$inboundSchema),
|
|
16498
16498
|
}).transform((v) => {
|
|
16499
16499
|
return remap$(v, {
|
|
16500
|
-
"__@BRAND@
|
|
16500
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
16501
16501
|
});
|
|
16502
16502
|
});
|
|
16503
16503
|
|
|
16504
16504
|
/** @internal */
|
|
16505
16505
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
16506
|
-
"__@BRAND@
|
|
16506
|
+
"__@BRAND@8584": AtBRANDAt8584$Outbound;
|
|
16507
16507
|
};
|
|
16508
16508
|
|
|
16509
16509
|
/** @internal */
|
|
@@ -16512,10 +16512,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
|
|
|
16512
16512
|
z.ZodTypeDef,
|
|
16513
16513
|
CreateIntegrationStoreDirectValue
|
|
16514
16514
|
> = z.object({
|
|
16515
|
-
|
|
16515
|
+
atBRANDAt8584: z.lazy(() => AtBRANDAt8584$outboundSchema),
|
|
16516
16516
|
}).transform((v) => {
|
|
16517
16517
|
return remap$(v, {
|
|
16518
|
-
|
|
16518
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
16519
16519
|
});
|
|
16520
16520
|
});
|
|
16521
16521
|
|