@vercel/sdk 1.16.0 → 1.16.1
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 +39 -37
- package/bin/mcp-server.js +1263 -912
- package/bin/mcp-server.js.map +42 -39
- package/docs/sdks/logdrains/README.md +7 -7
- package/docs/sdks/projects/README.md +78 -0
- package/docs/sdks/teams/README.md +1 -1
- package/esm/__tests__/accessgroups.test.js +6 -2
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +5 -5
- 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 +4 -4
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +17 -0
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -7
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +1 -1
- package/esm/funcs/logDrainsCreateLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsCreateLogDrain.js +1 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +1 -1
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +1 -1
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts +1 -1
- package/esm/funcs/logDrainsGetAllLogDrains.js +1 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js +1 -1
- package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +1 -1
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js +1 -1
- package/esm/funcs/projectsGetProjectClientCerts.d.ts +17 -0
- package/esm/funcs/projectsGetProjectClientCerts.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectClientCerts.js +88 -0
- package/esm/funcs/projectsGetProjectClientCerts.js.map +1 -0
- package/esm/funcs/teamsInviteUserToTeam.d.ts +1 -1
- package/esm/funcs/teamsInviteUserToTeam.js +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsCreateLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.js.map +1 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +1 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsGetIntegrationLogDrains.js +1 -1
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.d.ts +7 -0
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.d.ts.map +1 -0
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.js +28 -0
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.js.map +1 -0
- package/esm/mcp-server/tools/teamsInviteUserToTeam.js +1 -1
- package/esm/mcp-server/tools/teamsInviteUserToTeam.js.map +1 -1
- package/esm/models/approverollingreleasestageop.d.ts +78 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +18 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/authuser.d.ts +67 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +49 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +106 -1
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +9 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +78 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +18 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +106 -1
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +9 -0
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +285 -285
- package/esm/models/createintegrationstoredirectop.js +351 -351
- package/esm/models/createlogdrainop.d.ts +3 -0
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +1 -0
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +67 -15
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +47 -6
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getdeploymentop.d.ts +212 -2
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +18 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +3 -0
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +1 -0
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectclientcertsop.d.ts +97 -0
- package/esm/models/getprojectclientcertsop.d.ts.map +1 -0
- package/esm/models/getprojectclientcertsop.js +87 -0
- package/esm/models/getprojectclientcertsop.js.map +1 -0
- package/esm/models/getprojectsop.d.ts +67 -15
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +47 -6
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +78 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +18 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +67 -15
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +47 -6
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +67 -15
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +47 -6
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updatestaticipsop.d.ts +3 -3
- package/esm/models/updatestaticipsop.js +1 -1
- package/esm/models/updatestaticipsop.js.map +1 -1
- package/esm/models/userevent.d.ts +176 -30
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +136 -12
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/logdrains.d.ts +7 -7
- package/esm/sdk/logdrains.js +7 -7
- package/esm/sdk/projects.d.ts +8 -0
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +10 -0
- package/esm/sdk/projects.js.map +1 -1
- package/esm/sdk/teams.d.ts +1 -1
- package/esm/sdk/teams.js +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +6 -2
- package/src/__tests__/domains.test.ts +5 -5
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +4 -4
- package/src/__tests__/projects.test.ts +20 -0
- package/src/__tests__/rollingrelease.test.ts +2 -7
- package/src/__tests__/security.test.ts +1 -11
- package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +1 -1
- package/src/funcs/logDrainsCreateLogDrain.ts +1 -1
- package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +1 -1
- package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +1 -1
- package/src/funcs/logDrainsGetAllLogDrains.ts +1 -1
- package/src/funcs/logDrainsGetConfigurableLogDrain.ts +1 -1
- package/src/funcs/logDrainsGetIntegrationLogDrains.ts +1 -1
- package/src/funcs/projectsGetProjectClientCerts.ts +177 -0
- package/src/funcs/teamsInviteUserToTeam.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsCreateLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.ts +2 -1
- package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +1 -1
- package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsGetIntegrationLogDrains.ts +1 -1
- package/src/mcp-server/tools/projectsGetProjectClientCerts.ts +37 -0
- package/src/mcp-server/tools/teamsInviteUserToTeam.ts +1 -1
- package/src/models/approverollingreleasestageop.ts +78 -0
- package/src/models/authuser.ts +100 -0
- package/src/models/canceldeploymentop.ts +106 -1
- package/src/models/completerollingreleaseop.ts +78 -0
- package/src/models/createdeploymentop.ts +106 -1
- package/src/models/createintegrationstoredirectop.ts +604 -604
- package/src/models/createlogdrainop.ts +1 -0
- package/src/models/createprojectop.ts +126 -19
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getdeploymentop.ts +212 -2
- package/src/models/getintegrationlogdrainsop.ts +1 -0
- package/src/models/getprojectclientcertsop.ts +207 -0
- package/src/models/getprojectsop.ts +124 -19
- package/src/models/getrollingreleaseop.ts +78 -0
- package/src/models/updateprojectdatacacheop.ts +129 -19
- package/src/models/updateprojectop.ts +126 -19
- package/src/models/updatestaticipsop.ts +1 -1
- package/src/models/userevent.ts +329 -39
- package/src/sdk/logdrains.ts +7 -7
- package/src/sdk/projects.ts +22 -0
- package/src/sdk/teams.ts +1 -1
- package/vercel-spec.json +1092 -278
|
@@ -266,12 +266,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
|
|
|
266
266
|
typeof CreateIntegrationStoreDirectIntegrationsType
|
|
267
267
|
>;
|
|
268
268
|
|
|
269
|
-
export type
|
|
269
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675 =
|
|
270
270
|
{};
|
|
271
271
|
|
|
272
272
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
273
|
-
|
|
274
|
-
|
|
273
|
+
atBRANDAt8675:
|
|
274
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675;
|
|
275
275
|
};
|
|
276
276
|
|
|
277
277
|
export const CreateIntegrationStoreDirectDisabled3 = {
|
|
@@ -340,31 +340,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
340
340
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
|
|
341
341
|
>;
|
|
342
342
|
|
|
343
|
-
export type
|
|
343
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675 =
|
|
344
344
|
{};
|
|
345
345
|
|
|
346
346
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
|
|
347
347
|
{
|
|
348
|
-
|
|
349
|
-
|
|
348
|
+
atBRANDAt8675:
|
|
349
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675;
|
|
350
350
|
};
|
|
351
351
|
|
|
352
|
-
export type
|
|
352
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675 =
|
|
353
353
|
{};
|
|
354
354
|
|
|
355
355
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
|
|
356
356
|
{
|
|
357
|
-
|
|
358
|
-
|
|
357
|
+
atBRANDAt8675:
|
|
358
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675;
|
|
359
359
|
};
|
|
360
360
|
|
|
361
|
-
export type
|
|
361
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675 =
|
|
362
362
|
{};
|
|
363
363
|
|
|
364
364
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
|
|
365
365
|
{
|
|
366
|
-
|
|
367
|
-
|
|
366
|
+
atBRANDAt8675:
|
|
367
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675;
|
|
368
368
|
};
|
|
369
369
|
|
|
370
370
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
@@ -502,10 +502,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
502
502
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
|
|
503
503
|
>;
|
|
504
504
|
|
|
505
|
-
export type
|
|
505
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675 = {};
|
|
506
506
|
|
|
507
507
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
508
|
-
|
|
508
|
+
atBRANDAt8675: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675;
|
|
509
509
|
};
|
|
510
510
|
|
|
511
511
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
|
|
@@ -556,10 +556,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
556
556
|
| undefined;
|
|
557
557
|
};
|
|
558
558
|
|
|
559
|
-
export type
|
|
559
|
+
export type UiOptionsAtBRANDAt8675 = {};
|
|
560
560
|
|
|
561
561
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
562
|
-
|
|
562
|
+
atBRANDAt8675: UiOptionsAtBRANDAt8675;
|
|
563
563
|
};
|
|
564
564
|
|
|
565
565
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
|
|
@@ -622,31 +622,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
|
|
|
622
622
|
| CreateIntegrationStoreDirectUiOptions2
|
|
623
623
|
| CreateIntegrationStoreDirectUiOptions3;
|
|
624
624
|
|
|
625
|
-
export type
|
|
625
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675 =
|
|
626
626
|
{};
|
|
627
627
|
|
|
628
628
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
|
|
629
629
|
{
|
|
630
|
-
|
|
631
|
-
|
|
630
|
+
atBRANDAt8675:
|
|
631
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675;
|
|
632
632
|
};
|
|
633
633
|
|
|
634
|
-
export type
|
|
634
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675 =
|
|
635
635
|
{};
|
|
636
636
|
|
|
637
637
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
|
|
638
638
|
{
|
|
639
|
-
|
|
640
|
-
|
|
639
|
+
atBRANDAt8675:
|
|
640
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675;
|
|
641
641
|
};
|
|
642
642
|
|
|
643
|
-
export type
|
|
643
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675 =
|
|
644
644
|
{};
|
|
645
645
|
|
|
646
646
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
|
|
647
647
|
{
|
|
648
|
-
|
|
649
|
-
|
|
648
|
+
atBRANDAt8675:
|
|
649
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675;
|
|
650
650
|
};
|
|
651
651
|
|
|
652
652
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
|
|
@@ -789,31 +789,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
789
789
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
|
|
790
790
|
>;
|
|
791
791
|
|
|
792
|
-
export type
|
|
792
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675 =
|
|
793
793
|
{};
|
|
794
794
|
|
|
795
795
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
|
|
796
796
|
{
|
|
797
|
-
|
|
798
|
-
|
|
797
|
+
atBRANDAt8675:
|
|
798
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675;
|
|
799
799
|
};
|
|
800
800
|
|
|
801
|
-
export type
|
|
801
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675 =
|
|
802
802
|
{};
|
|
803
803
|
|
|
804
804
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
|
|
805
805
|
{
|
|
806
|
-
|
|
807
|
-
|
|
806
|
+
atBRANDAt8675:
|
|
807
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675;
|
|
808
808
|
};
|
|
809
809
|
|
|
810
|
-
export type
|
|
810
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675 =
|
|
811
811
|
{};
|
|
812
812
|
|
|
813
813
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
|
|
814
814
|
{
|
|
815
|
-
|
|
816
|
-
|
|
815
|
+
atBRANDAt8675:
|
|
816
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675;
|
|
817
817
|
};
|
|
818
818
|
|
|
819
819
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
@@ -1068,28 +1068,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
1068
1068
|
| undefined;
|
|
1069
1069
|
};
|
|
1070
1070
|
|
|
1071
|
-
export type
|
|
1071
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675 =
|
|
1072
1072
|
{};
|
|
1073
1073
|
|
|
1074
1074
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
1075
|
-
|
|
1076
|
-
|
|
1075
|
+
atBRANDAt8675:
|
|
1076
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675;
|
|
1077
1077
|
};
|
|
1078
1078
|
|
|
1079
|
-
export type
|
|
1079
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675 =
|
|
1080
1080
|
{};
|
|
1081
1081
|
|
|
1082
1082
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
1083
|
-
|
|
1084
|
-
|
|
1083
|
+
atBRANDAt8675:
|
|
1084
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675;
|
|
1085
1085
|
};
|
|
1086
1086
|
|
|
1087
|
-
export type
|
|
1087
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675 =
|
|
1088
1088
|
{};
|
|
1089
1089
|
|
|
1090
1090
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
1091
|
-
|
|
1092
|
-
|
|
1091
|
+
atBRANDAt8675:
|
|
1092
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675;
|
|
1093
1093
|
};
|
|
1094
1094
|
|
|
1095
1095
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
|
|
@@ -1592,24 +1592,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
|
|
|
1592
1592
|
typeof CreateIntegrationStoreDirectPropertiesUiControl
|
|
1593
1593
|
>;
|
|
1594
1594
|
|
|
1595
|
-
export type
|
|
1595
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675 =
|
|
1596
1596
|
{};
|
|
1597
1597
|
|
|
1598
1598
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
1599
|
-
|
|
1600
|
-
|
|
1599
|
+
atBRANDAt8675:
|
|
1600
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675;
|
|
1601
1601
|
};
|
|
1602
1602
|
|
|
1603
|
-
export type
|
|
1603
|
+
export type PropertiesAtBRANDAt8675 = {};
|
|
1604
1604
|
|
|
1605
1605
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
1606
|
-
|
|
1606
|
+
atBRANDAt8675: PropertiesAtBRANDAt8675;
|
|
1607
1607
|
};
|
|
1608
1608
|
|
|
1609
|
-
export type
|
|
1609
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8675 = {};
|
|
1610
1610
|
|
|
1611
1611
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
1612
|
-
|
|
1612
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesAtBRANDAt8675;
|
|
1613
1613
|
};
|
|
1614
1614
|
|
|
1615
1615
|
export const CreateIntegrationStoreDirectUiReadOnly3 = {
|
|
@@ -1850,10 +1850,10 @@ export type Guides = {
|
|
|
1850
1850
|
steps: Array<Steps>;
|
|
1851
1851
|
};
|
|
1852
1852
|
|
|
1853
|
-
export type
|
|
1853
|
+
export type AtBRANDAt8675 = {};
|
|
1854
1854
|
|
|
1855
1855
|
export type CreateIntegrationStoreDirectValue = {
|
|
1856
|
-
|
|
1856
|
+
atBRANDAt8675: AtBRANDAt8675;
|
|
1857
1857
|
};
|
|
1858
1858
|
|
|
1859
1859
|
export const Disabled3 = {
|
|
@@ -3065,65 +3065,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
3065
3065
|
}
|
|
3066
3066
|
|
|
3067
3067
|
/** @internal */
|
|
3068
|
-
export const
|
|
3068
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema:
|
|
3069
3069
|
z.ZodType<
|
|
3070
|
-
|
|
3070
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675,
|
|
3071
3071
|
z.ZodTypeDef,
|
|
3072
3072
|
unknown
|
|
3073
3073
|
> = z.object({});
|
|
3074
3074
|
|
|
3075
3075
|
/** @internal */
|
|
3076
|
-
export type
|
|
3076
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound =
|
|
3077
3077
|
{};
|
|
3078
3078
|
|
|
3079
3079
|
/** @internal */
|
|
3080
|
-
export const
|
|
3080
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema:
|
|
3081
3081
|
z.ZodType<
|
|
3082
|
-
|
|
3082
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound,
|
|
3083
3083
|
z.ZodTypeDef,
|
|
3084
|
-
|
|
3084
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675
|
|
3085
3085
|
> = z.object({});
|
|
3086
3086
|
|
|
3087
3087
|
/**
|
|
3088
3088
|
* @internal
|
|
3089
3089
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3090
3090
|
*/
|
|
3091
|
-
export namespace
|
|
3092
|
-
/** @deprecated use `
|
|
3091
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$ {
|
|
3092
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema` instead. */
|
|
3093
3093
|
export const inboundSchema =
|
|
3094
|
-
|
|
3095
|
-
/** @deprecated use `
|
|
3094
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema;
|
|
3095
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema` instead. */
|
|
3096
3096
|
export const outboundSchema =
|
|
3097
|
-
|
|
3098
|
-
/** @deprecated use `
|
|
3097
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema;
|
|
3098
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound` instead. */
|
|
3099
3099
|
export type Outbound =
|
|
3100
|
-
|
|
3100
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound;
|
|
3101
3101
|
}
|
|
3102
3102
|
|
|
3103
|
-
export function
|
|
3104
|
-
|
|
3105
|
-
|
|
3103
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675ToJSON(
|
|
3104
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675:
|
|
3105
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675,
|
|
3106
3106
|
): string {
|
|
3107
3107
|
return JSON.stringify(
|
|
3108
|
-
|
|
3108
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema
|
|
3109
3109
|
.parse(
|
|
3110
|
-
|
|
3110
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675,
|
|
3111
3111
|
),
|
|
3112
3112
|
);
|
|
3113
3113
|
}
|
|
3114
3114
|
|
|
3115
|
-
export function
|
|
3115
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675FromJSON(
|
|
3116
3116
|
jsonString: string,
|
|
3117
3117
|
): SafeParseResult<
|
|
3118
|
-
|
|
3118
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675,
|
|
3119
3119
|
SDKValidationError
|
|
3120
3120
|
> {
|
|
3121
3121
|
return safeParse(
|
|
3122
3122
|
jsonString,
|
|
3123
3123
|
(x) =>
|
|
3124
|
-
|
|
3124
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema
|
|
3125
3125
|
.parse(JSON.parse(x)),
|
|
3126
|
-
`Failed to parse '
|
|
3126
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675' from JSON`,
|
|
3127
3127
|
);
|
|
3128
3128
|
}
|
|
3129
3129
|
|
|
@@ -3134,19 +3134,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
|
|
|
3134
3134
|
z.ZodTypeDef,
|
|
3135
3135
|
unknown
|
|
3136
3136
|
> = z.object({
|
|
3137
|
-
"__@BRAND@
|
|
3138
|
-
|
|
3137
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
3138
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema
|
|
3139
3139
|
),
|
|
3140
3140
|
}).transform((v) => {
|
|
3141
3141
|
return remap$(v, {
|
|
3142
|
-
"__@BRAND@
|
|
3142
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
3143
3143
|
});
|
|
3144
3144
|
});
|
|
3145
3145
|
|
|
3146
3146
|
/** @internal */
|
|
3147
3147
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
3148
|
-
"__@BRAND@
|
|
3149
|
-
|
|
3148
|
+
"__@BRAND@8675":
|
|
3149
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound;
|
|
3150
3150
|
};
|
|
3151
3151
|
|
|
3152
3152
|
/** @internal */
|
|
@@ -3156,12 +3156,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
|
|
|
3156
3156
|
z.ZodTypeDef,
|
|
3157
3157
|
CreateIntegrationStoreDirectPropertiesValue
|
|
3158
3158
|
> = z.object({
|
|
3159
|
-
|
|
3160
|
-
|
|
3159
|
+
atBRANDAt8675: z.lazy(() =>
|
|
3160
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema
|
|
3161
3161
|
),
|
|
3162
3162
|
}).transform((v) => {
|
|
3163
3163
|
return remap$(v, {
|
|
3164
|
-
|
|
3164
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
3165
3165
|
});
|
|
3166
3166
|
});
|
|
3167
3167
|
|
|
@@ -3673,65 +3673,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
3673
3673
|
}
|
|
3674
3674
|
|
|
3675
3675
|
/** @internal */
|
|
3676
|
-
export const
|
|
3676
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema:
|
|
3677
3677
|
z.ZodType<
|
|
3678
|
-
|
|
3678
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675,
|
|
3679
3679
|
z.ZodTypeDef,
|
|
3680
3680
|
unknown
|
|
3681
3681
|
> = z.object({});
|
|
3682
3682
|
|
|
3683
3683
|
/** @internal */
|
|
3684
|
-
export type
|
|
3684
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound =
|
|
3685
3685
|
{};
|
|
3686
3686
|
|
|
3687
3687
|
/** @internal */
|
|
3688
|
-
export const
|
|
3688
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema:
|
|
3689
3689
|
z.ZodType<
|
|
3690
|
-
|
|
3690
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound,
|
|
3691
3691
|
z.ZodTypeDef,
|
|
3692
|
-
|
|
3692
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675
|
|
3693
3693
|
> = z.object({});
|
|
3694
3694
|
|
|
3695
3695
|
/**
|
|
3696
3696
|
* @internal
|
|
3697
3697
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3698
3698
|
*/
|
|
3699
|
-
export namespace
|
|
3700
|
-
/** @deprecated use `
|
|
3699
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$ {
|
|
3700
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema` instead. */
|
|
3701
3701
|
export const inboundSchema =
|
|
3702
|
-
|
|
3703
|
-
/** @deprecated use `
|
|
3702
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema;
|
|
3703
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema` instead. */
|
|
3704
3704
|
export const outboundSchema =
|
|
3705
|
-
|
|
3706
|
-
/** @deprecated use `
|
|
3705
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema;
|
|
3706
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound` instead. */
|
|
3707
3707
|
export type Outbound =
|
|
3708
|
-
|
|
3708
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound;
|
|
3709
3709
|
}
|
|
3710
3710
|
|
|
3711
|
-
export function
|
|
3712
|
-
|
|
3713
|
-
|
|
3711
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675ToJSON(
|
|
3712
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675:
|
|
3713
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675,
|
|
3714
3714
|
): string {
|
|
3715
3715
|
return JSON.stringify(
|
|
3716
|
-
|
|
3716
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema
|
|
3717
3717
|
.parse(
|
|
3718
|
-
|
|
3718
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675,
|
|
3719
3719
|
),
|
|
3720
3720
|
);
|
|
3721
3721
|
}
|
|
3722
3722
|
|
|
3723
|
-
export function
|
|
3723
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675FromJSON(
|
|
3724
3724
|
jsonString: string,
|
|
3725
3725
|
): SafeParseResult<
|
|
3726
|
-
|
|
3726
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675,
|
|
3727
3727
|
SDKValidationError
|
|
3728
3728
|
> {
|
|
3729
3729
|
return safeParse(
|
|
3730
3730
|
jsonString,
|
|
3731
3731
|
(x) =>
|
|
3732
|
-
|
|
3732
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema
|
|
3733
3733
|
.parse(JSON.parse(x)),
|
|
3734
|
-
`Failed to parse '
|
|
3734
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675' from JSON`,
|
|
3735
3735
|
);
|
|
3736
3736
|
}
|
|
3737
3737
|
|
|
@@ -3742,20 +3742,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3742
3742
|
z.ZodTypeDef,
|
|
3743
3743
|
unknown
|
|
3744
3744
|
> = z.object({
|
|
3745
|
-
"__@BRAND@
|
|
3746
|
-
|
|
3745
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
3746
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema
|
|
3747
3747
|
),
|
|
3748
3748
|
}).transform((v) => {
|
|
3749
3749
|
return remap$(v, {
|
|
3750
|
-
"__@BRAND@
|
|
3750
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
3751
3751
|
});
|
|
3752
3752
|
});
|
|
3753
3753
|
|
|
3754
3754
|
/** @internal */
|
|
3755
3755
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
|
|
3756
3756
|
{
|
|
3757
|
-
"__@BRAND@
|
|
3758
|
-
|
|
3757
|
+
"__@BRAND@8675":
|
|
3758
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound;
|
|
3759
3759
|
};
|
|
3760
3760
|
|
|
3761
3761
|
/** @internal */
|
|
@@ -3765,12 +3765,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3765
3765
|
z.ZodTypeDef,
|
|
3766
3766
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
|
|
3767
3767
|
> = z.object({
|
|
3768
|
-
|
|
3769
|
-
|
|
3768
|
+
atBRANDAt8675: z.lazy(() =>
|
|
3769
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema
|
|
3770
3770
|
),
|
|
3771
3771
|
}).transform((v) => {
|
|
3772
3772
|
return remap$(v, {
|
|
3773
|
-
|
|
3773
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
3774
3774
|
});
|
|
3775
3775
|
});
|
|
3776
3776
|
|
|
@@ -3818,65 +3818,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
3818
3818
|
}
|
|
3819
3819
|
|
|
3820
3820
|
/** @internal */
|
|
3821
|
-
export const
|
|
3821
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema:
|
|
3822
3822
|
z.ZodType<
|
|
3823
|
-
|
|
3823
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675,
|
|
3824
3824
|
z.ZodTypeDef,
|
|
3825
3825
|
unknown
|
|
3826
3826
|
> = z.object({});
|
|
3827
3827
|
|
|
3828
3828
|
/** @internal */
|
|
3829
|
-
export type
|
|
3829
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound =
|
|
3830
3830
|
{};
|
|
3831
3831
|
|
|
3832
3832
|
/** @internal */
|
|
3833
|
-
export const
|
|
3833
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema:
|
|
3834
3834
|
z.ZodType<
|
|
3835
|
-
|
|
3835
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound,
|
|
3836
3836
|
z.ZodTypeDef,
|
|
3837
|
-
|
|
3837
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675
|
|
3838
3838
|
> = z.object({});
|
|
3839
3839
|
|
|
3840
3840
|
/**
|
|
3841
3841
|
* @internal
|
|
3842
3842
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3843
3843
|
*/
|
|
3844
|
-
export namespace
|
|
3845
|
-
/** @deprecated use `
|
|
3844
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$ {
|
|
3845
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema` instead. */
|
|
3846
3846
|
export const inboundSchema =
|
|
3847
|
-
|
|
3848
|
-
/** @deprecated use `
|
|
3847
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema;
|
|
3848
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema` instead. */
|
|
3849
3849
|
export const outboundSchema =
|
|
3850
|
-
|
|
3851
|
-
/** @deprecated use `
|
|
3850
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema;
|
|
3851
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound` instead. */
|
|
3852
3852
|
export type Outbound =
|
|
3853
|
-
|
|
3853
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound;
|
|
3854
3854
|
}
|
|
3855
3855
|
|
|
3856
|
-
export function
|
|
3857
|
-
|
|
3858
|
-
|
|
3856
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675ToJSON(
|
|
3857
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675:
|
|
3858
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675,
|
|
3859
3859
|
): string {
|
|
3860
3860
|
return JSON.stringify(
|
|
3861
|
-
|
|
3861
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema
|
|
3862
3862
|
.parse(
|
|
3863
|
-
|
|
3863
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675,
|
|
3864
3864
|
),
|
|
3865
3865
|
);
|
|
3866
3866
|
}
|
|
3867
3867
|
|
|
3868
|
-
export function
|
|
3868
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675FromJSON(
|
|
3869
3869
|
jsonString: string,
|
|
3870
3870
|
): SafeParseResult<
|
|
3871
|
-
|
|
3871
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675,
|
|
3872
3872
|
SDKValidationError
|
|
3873
3873
|
> {
|
|
3874
3874
|
return safeParse(
|
|
3875
3875
|
jsonString,
|
|
3876
3876
|
(x) =>
|
|
3877
|
-
|
|
3877
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema
|
|
3878
3878
|
.parse(JSON.parse(x)),
|
|
3879
|
-
`Failed to parse '
|
|
3879
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675' from JSON`,
|
|
3880
3880
|
);
|
|
3881
3881
|
}
|
|
3882
3882
|
|
|
@@ -3887,20 +3887,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3887
3887
|
z.ZodTypeDef,
|
|
3888
3888
|
unknown
|
|
3889
3889
|
> = z.object({
|
|
3890
|
-
"__@BRAND@
|
|
3891
|
-
|
|
3890
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
3891
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema
|
|
3892
3892
|
),
|
|
3893
3893
|
}).transform((v) => {
|
|
3894
3894
|
return remap$(v, {
|
|
3895
|
-
"__@BRAND@
|
|
3895
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
3896
3896
|
});
|
|
3897
3897
|
});
|
|
3898
3898
|
|
|
3899
3899
|
/** @internal */
|
|
3900
3900
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
|
|
3901
3901
|
{
|
|
3902
|
-
"__@BRAND@
|
|
3903
|
-
|
|
3902
|
+
"__@BRAND@8675":
|
|
3903
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound;
|
|
3904
3904
|
};
|
|
3905
3905
|
|
|
3906
3906
|
/** @internal */
|
|
@@ -3910,12 +3910,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3910
3910
|
z.ZodTypeDef,
|
|
3911
3911
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
|
|
3912
3912
|
> = z.object({
|
|
3913
|
-
|
|
3914
|
-
|
|
3913
|
+
atBRANDAt8675: z.lazy(() =>
|
|
3914
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema
|
|
3915
3915
|
),
|
|
3916
3916
|
}).transform((v) => {
|
|
3917
3917
|
return remap$(v, {
|
|
3918
|
-
|
|
3918
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
3919
3919
|
});
|
|
3920
3920
|
});
|
|
3921
3921
|
|
|
@@ -3963,65 +3963,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
3963
3963
|
}
|
|
3964
3964
|
|
|
3965
3965
|
/** @internal */
|
|
3966
|
-
export const
|
|
3966
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema:
|
|
3967
3967
|
z.ZodType<
|
|
3968
|
-
|
|
3968
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675,
|
|
3969
3969
|
z.ZodTypeDef,
|
|
3970
3970
|
unknown
|
|
3971
3971
|
> = z.object({});
|
|
3972
3972
|
|
|
3973
3973
|
/** @internal */
|
|
3974
|
-
export type
|
|
3974
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound =
|
|
3975
3975
|
{};
|
|
3976
3976
|
|
|
3977
3977
|
/** @internal */
|
|
3978
|
-
export const
|
|
3978
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema:
|
|
3979
3979
|
z.ZodType<
|
|
3980
|
-
|
|
3980
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound,
|
|
3981
3981
|
z.ZodTypeDef,
|
|
3982
|
-
|
|
3982
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675
|
|
3983
3983
|
> = z.object({});
|
|
3984
3984
|
|
|
3985
3985
|
/**
|
|
3986
3986
|
* @internal
|
|
3987
3987
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3988
3988
|
*/
|
|
3989
|
-
export namespace
|
|
3990
|
-
/** @deprecated use `
|
|
3989
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$ {
|
|
3990
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema` instead. */
|
|
3991
3991
|
export const inboundSchema =
|
|
3992
|
-
|
|
3993
|
-
/** @deprecated use `
|
|
3992
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema;
|
|
3993
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema` instead. */
|
|
3994
3994
|
export const outboundSchema =
|
|
3995
|
-
|
|
3996
|
-
/** @deprecated use `
|
|
3995
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema;
|
|
3996
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound` instead. */
|
|
3997
3997
|
export type Outbound =
|
|
3998
|
-
|
|
3998
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound;
|
|
3999
3999
|
}
|
|
4000
4000
|
|
|
4001
|
-
export function
|
|
4002
|
-
|
|
4003
|
-
|
|
4001
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675ToJSON(
|
|
4002
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675:
|
|
4003
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675,
|
|
4004
4004
|
): string {
|
|
4005
4005
|
return JSON.stringify(
|
|
4006
|
-
|
|
4006
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema
|
|
4007
4007
|
.parse(
|
|
4008
|
-
|
|
4008
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675,
|
|
4009
4009
|
),
|
|
4010
4010
|
);
|
|
4011
4011
|
}
|
|
4012
4012
|
|
|
4013
|
-
export function
|
|
4013
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675FromJSON(
|
|
4014
4014
|
jsonString: string,
|
|
4015
4015
|
): SafeParseResult<
|
|
4016
|
-
|
|
4016
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675,
|
|
4017
4017
|
SDKValidationError
|
|
4018
4018
|
> {
|
|
4019
4019
|
return safeParse(
|
|
4020
4020
|
jsonString,
|
|
4021
4021
|
(x) =>
|
|
4022
|
-
|
|
4022
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema
|
|
4023
4023
|
.parse(JSON.parse(x)),
|
|
4024
|
-
`Failed to parse '
|
|
4024
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675' from JSON`,
|
|
4025
4025
|
);
|
|
4026
4026
|
}
|
|
4027
4027
|
|
|
@@ -4032,20 +4032,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
4032
4032
|
z.ZodTypeDef,
|
|
4033
4033
|
unknown
|
|
4034
4034
|
> = z.object({
|
|
4035
|
-
"__@BRAND@
|
|
4036
|
-
|
|
4035
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
4036
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema
|
|
4037
4037
|
),
|
|
4038
4038
|
}).transform((v) => {
|
|
4039
4039
|
return remap$(v, {
|
|
4040
|
-
"__@BRAND@
|
|
4040
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
4041
4041
|
});
|
|
4042
4042
|
});
|
|
4043
4043
|
|
|
4044
4044
|
/** @internal */
|
|
4045
4045
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
|
|
4046
4046
|
{
|
|
4047
|
-
"__@BRAND@
|
|
4048
|
-
|
|
4047
|
+
"__@BRAND@8675":
|
|
4048
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound;
|
|
4049
4049
|
};
|
|
4050
4050
|
|
|
4051
4051
|
/** @internal */
|
|
@@ -4055,12 +4055,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
4055
4055
|
z.ZodTypeDef,
|
|
4056
4056
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
|
|
4057
4057
|
> = z.object({
|
|
4058
|
-
|
|
4059
|
-
|
|
4058
|
+
atBRANDAt8675: z.lazy(() =>
|
|
4059
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema
|
|
4060
4060
|
),
|
|
4061
4061
|
}).transform((v) => {
|
|
4062
4062
|
return remap$(v, {
|
|
4063
|
-
|
|
4063
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
4064
4064
|
});
|
|
4065
4065
|
});
|
|
4066
4066
|
|
|
@@ -5116,64 +5116,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
5116
5116
|
}
|
|
5117
5117
|
|
|
5118
5118
|
/** @internal */
|
|
5119
|
-
export const
|
|
5119
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema:
|
|
5120
5120
|
z.ZodType<
|
|
5121
|
-
|
|
5121
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675,
|
|
5122
5122
|
z.ZodTypeDef,
|
|
5123
5123
|
unknown
|
|
5124
5124
|
> = z.object({});
|
|
5125
5125
|
|
|
5126
5126
|
/** @internal */
|
|
5127
|
-
export type
|
|
5127
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound = {};
|
|
5128
5128
|
|
|
5129
5129
|
/** @internal */
|
|
5130
|
-
export const
|
|
5130
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema:
|
|
5131
5131
|
z.ZodType<
|
|
5132
|
-
|
|
5132
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound,
|
|
5133
5133
|
z.ZodTypeDef,
|
|
5134
|
-
|
|
5134
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675
|
|
5135
5135
|
> = z.object({});
|
|
5136
5136
|
|
|
5137
5137
|
/**
|
|
5138
5138
|
* @internal
|
|
5139
5139
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5140
5140
|
*/
|
|
5141
|
-
export namespace
|
|
5142
|
-
/** @deprecated use `
|
|
5141
|
+
export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$ {
|
|
5142
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema` instead. */
|
|
5143
5143
|
export const inboundSchema =
|
|
5144
|
-
|
|
5145
|
-
/** @deprecated use `
|
|
5144
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema;
|
|
5145
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema` instead. */
|
|
5146
5146
|
export const outboundSchema =
|
|
5147
|
-
|
|
5148
|
-
/** @deprecated use `
|
|
5147
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema;
|
|
5148
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound` instead. */
|
|
5149
5149
|
export type Outbound =
|
|
5150
|
-
|
|
5150
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound;
|
|
5151
5151
|
}
|
|
5152
5152
|
|
|
5153
|
-
export function
|
|
5154
|
-
|
|
5155
|
-
|
|
5153
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8675ToJSON(
|
|
5154
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8675:
|
|
5155
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675,
|
|
5156
5156
|
): string {
|
|
5157
5157
|
return JSON.stringify(
|
|
5158
|
-
|
|
5159
|
-
|
|
5158
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema.parse(
|
|
5159
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8675,
|
|
5160
5160
|
),
|
|
5161
5161
|
);
|
|
5162
5162
|
}
|
|
5163
5163
|
|
|
5164
|
-
export function
|
|
5164
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8675FromJSON(
|
|
5165
5165
|
jsonString: string,
|
|
5166
5166
|
): SafeParseResult<
|
|
5167
|
-
|
|
5167
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675,
|
|
5168
5168
|
SDKValidationError
|
|
5169
5169
|
> {
|
|
5170
5170
|
return safeParse(
|
|
5171
5171
|
jsonString,
|
|
5172
5172
|
(x) =>
|
|
5173
|
-
|
|
5173
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema.parse(
|
|
5174
5174
|
JSON.parse(x),
|
|
5175
5175
|
),
|
|
5176
|
-
`Failed to parse '
|
|
5176
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675' from JSON`,
|
|
5177
5177
|
);
|
|
5178
5178
|
}
|
|
5179
5179
|
|
|
@@ -5181,18 +5181,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8684FromJSON(
|
|
|
5181
5181
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
|
|
5182
5182
|
z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
|
|
5183
5183
|
z.object({
|
|
5184
|
-
"__@BRAND@
|
|
5185
|
-
|
|
5184
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
5185
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema
|
|
5186
5186
|
),
|
|
5187
5187
|
}).transform((v) => {
|
|
5188
5188
|
return remap$(v, {
|
|
5189
|
-
"__@BRAND@
|
|
5189
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
5190
5190
|
});
|
|
5191
5191
|
});
|
|
5192
5192
|
|
|
5193
5193
|
/** @internal */
|
|
5194
5194
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
5195
|
-
"__@BRAND@
|
|
5195
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound;
|
|
5196
5196
|
};
|
|
5197
5197
|
|
|
5198
5198
|
/** @internal */
|
|
@@ -5202,12 +5202,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
|
|
|
5202
5202
|
z.ZodTypeDef,
|
|
5203
5203
|
CreateIntegrationStoreDirectUiOptionsValue
|
|
5204
5204
|
> = z.object({
|
|
5205
|
-
|
|
5206
|
-
|
|
5205
|
+
atBRANDAt8675: z.lazy(() =>
|
|
5206
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema
|
|
5207
5207
|
),
|
|
5208
5208
|
}).transform((v) => {
|
|
5209
5209
|
return remap$(v, {
|
|
5210
|
-
|
|
5210
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
5211
5211
|
});
|
|
5212
5212
|
});
|
|
5213
5213
|
|
|
@@ -5691,50 +5691,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
|
|
|
5691
5691
|
}
|
|
5692
5692
|
|
|
5693
5693
|
/** @internal */
|
|
5694
|
-
export const
|
|
5695
|
-
|
|
5694
|
+
export const UiOptionsAtBRANDAt8675$inboundSchema: z.ZodType<
|
|
5695
|
+
UiOptionsAtBRANDAt8675,
|
|
5696
5696
|
z.ZodTypeDef,
|
|
5697
5697
|
unknown
|
|
5698
5698
|
> = z.object({});
|
|
5699
5699
|
|
|
5700
5700
|
/** @internal */
|
|
5701
|
-
export type
|
|
5701
|
+
export type UiOptionsAtBRANDAt8675$Outbound = {};
|
|
5702
5702
|
|
|
5703
5703
|
/** @internal */
|
|
5704
|
-
export const
|
|
5705
|
-
|
|
5704
|
+
export const UiOptionsAtBRANDAt8675$outboundSchema: z.ZodType<
|
|
5705
|
+
UiOptionsAtBRANDAt8675$Outbound,
|
|
5706
5706
|
z.ZodTypeDef,
|
|
5707
|
-
|
|
5707
|
+
UiOptionsAtBRANDAt8675
|
|
5708
5708
|
> = z.object({});
|
|
5709
5709
|
|
|
5710
5710
|
/**
|
|
5711
5711
|
* @internal
|
|
5712
5712
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5713
5713
|
*/
|
|
5714
|
-
export namespace
|
|
5715
|
-
/** @deprecated use `
|
|
5716
|
-
export const inboundSchema =
|
|
5717
|
-
/** @deprecated use `
|
|
5718
|
-
export const outboundSchema =
|
|
5719
|
-
/** @deprecated use `
|
|
5720
|
-
export type Outbound =
|
|
5714
|
+
export namespace UiOptionsAtBRANDAt8675$ {
|
|
5715
|
+
/** @deprecated use `UiOptionsAtBRANDAt8675$inboundSchema` instead. */
|
|
5716
|
+
export const inboundSchema = UiOptionsAtBRANDAt8675$inboundSchema;
|
|
5717
|
+
/** @deprecated use `UiOptionsAtBRANDAt8675$outboundSchema` instead. */
|
|
5718
|
+
export const outboundSchema = UiOptionsAtBRANDAt8675$outboundSchema;
|
|
5719
|
+
/** @deprecated use `UiOptionsAtBRANDAt8675$Outbound` instead. */
|
|
5720
|
+
export type Outbound = UiOptionsAtBRANDAt8675$Outbound;
|
|
5721
5721
|
}
|
|
5722
5722
|
|
|
5723
|
-
export function
|
|
5724
|
-
|
|
5723
|
+
export function uiOptionsAtBRANDAt8675ToJSON(
|
|
5724
|
+
uiOptionsAtBRANDAt8675: UiOptionsAtBRANDAt8675,
|
|
5725
5725
|
): string {
|
|
5726
5726
|
return JSON.stringify(
|
|
5727
|
-
|
|
5727
|
+
UiOptionsAtBRANDAt8675$outboundSchema.parse(uiOptionsAtBRANDAt8675),
|
|
5728
5728
|
);
|
|
5729
5729
|
}
|
|
5730
5730
|
|
|
5731
|
-
export function
|
|
5731
|
+
export function uiOptionsAtBRANDAt8675FromJSON(
|
|
5732
5732
|
jsonString: string,
|
|
5733
|
-
): SafeParseResult<
|
|
5733
|
+
): SafeParseResult<UiOptionsAtBRANDAt8675, SDKValidationError> {
|
|
5734
5734
|
return safeParse(
|
|
5735
5735
|
jsonString,
|
|
5736
|
-
(x) =>
|
|
5737
|
-
`Failed to parse '
|
|
5736
|
+
(x) => UiOptionsAtBRANDAt8675$inboundSchema.parse(JSON.parse(x)),
|
|
5737
|
+
`Failed to parse 'UiOptionsAtBRANDAt8675' from JSON`,
|
|
5738
5738
|
);
|
|
5739
5739
|
}
|
|
5740
5740
|
|
|
@@ -5744,16 +5744,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
|
|
|
5744
5744
|
z.ZodTypeDef,
|
|
5745
5745
|
unknown
|
|
5746
5746
|
> = z.object({
|
|
5747
|
-
"__@BRAND@
|
|
5747
|
+
"__@BRAND@8675": z.lazy(() => UiOptionsAtBRANDAt8675$inboundSchema),
|
|
5748
5748
|
}).transform((v) => {
|
|
5749
5749
|
return remap$(v, {
|
|
5750
|
-
"__@BRAND@
|
|
5750
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
5751
5751
|
});
|
|
5752
5752
|
});
|
|
5753
5753
|
|
|
5754
5754
|
/** @internal */
|
|
5755
5755
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
5756
|
-
"__@BRAND@
|
|
5756
|
+
"__@BRAND@8675": UiOptionsAtBRANDAt8675$Outbound;
|
|
5757
5757
|
};
|
|
5758
5758
|
|
|
5759
5759
|
/** @internal */
|
|
@@ -5762,10 +5762,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
|
|
|
5762
5762
|
z.ZodTypeDef,
|
|
5763
5763
|
CreateIntegrationStoreDirectUiOptions2
|
|
5764
5764
|
> = z.object({
|
|
5765
|
-
|
|
5765
|
+
atBRANDAt8675: z.lazy(() => UiOptionsAtBRANDAt8675$outboundSchema),
|
|
5766
5766
|
}).transform((v) => {
|
|
5767
5767
|
return remap$(v, {
|
|
5768
|
-
|
|
5768
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
5769
5769
|
});
|
|
5770
5770
|
});
|
|
5771
5771
|
|
|
@@ -6327,65 +6327,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
6327
6327
|
}
|
|
6328
6328
|
|
|
6329
6329
|
/** @internal */
|
|
6330
|
-
export const
|
|
6330
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema:
|
|
6331
6331
|
z.ZodType<
|
|
6332
|
-
|
|
6332
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675,
|
|
6333
6333
|
z.ZodTypeDef,
|
|
6334
6334
|
unknown
|
|
6335
6335
|
> = z.object({});
|
|
6336
6336
|
|
|
6337
6337
|
/** @internal */
|
|
6338
|
-
export type
|
|
6338
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound =
|
|
6339
6339
|
{};
|
|
6340
6340
|
|
|
6341
6341
|
/** @internal */
|
|
6342
|
-
export const
|
|
6342
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema:
|
|
6343
6343
|
z.ZodType<
|
|
6344
|
-
|
|
6344
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound,
|
|
6345
6345
|
z.ZodTypeDef,
|
|
6346
|
-
|
|
6346
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675
|
|
6347
6347
|
> = z.object({});
|
|
6348
6348
|
|
|
6349
6349
|
/**
|
|
6350
6350
|
* @internal
|
|
6351
6351
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6352
6352
|
*/
|
|
6353
|
-
export namespace
|
|
6354
|
-
/** @deprecated use `
|
|
6353
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$ {
|
|
6354
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema` instead. */
|
|
6355
6355
|
export const inboundSchema =
|
|
6356
|
-
|
|
6357
|
-
/** @deprecated use `
|
|
6356
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema;
|
|
6357
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema` instead. */
|
|
6358
6358
|
export const outboundSchema =
|
|
6359
|
-
|
|
6360
|
-
/** @deprecated use `
|
|
6359
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema;
|
|
6360
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound` instead. */
|
|
6361
6361
|
export type Outbound =
|
|
6362
|
-
|
|
6362
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound;
|
|
6363
6363
|
}
|
|
6364
6364
|
|
|
6365
|
-
export function
|
|
6366
|
-
|
|
6367
|
-
|
|
6365
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675ToJSON(
|
|
6366
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675:
|
|
6367
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675,
|
|
6368
6368
|
): string {
|
|
6369
6369
|
return JSON.stringify(
|
|
6370
|
-
|
|
6370
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema
|
|
6371
6371
|
.parse(
|
|
6372
|
-
|
|
6372
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675,
|
|
6373
6373
|
),
|
|
6374
6374
|
);
|
|
6375
6375
|
}
|
|
6376
6376
|
|
|
6377
|
-
export function
|
|
6377
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675FromJSON(
|
|
6378
6378
|
jsonString: string,
|
|
6379
6379
|
): SafeParseResult<
|
|
6380
|
-
|
|
6380
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675,
|
|
6381
6381
|
SDKValidationError
|
|
6382
6382
|
> {
|
|
6383
6383
|
return safeParse(
|
|
6384
6384
|
jsonString,
|
|
6385
6385
|
(x) =>
|
|
6386
|
-
|
|
6386
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema
|
|
6387
6387
|
.parse(JSON.parse(x)),
|
|
6388
|
-
`Failed to parse '
|
|
6388
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675' from JSON`,
|
|
6389
6389
|
);
|
|
6390
6390
|
}
|
|
6391
6391
|
|
|
@@ -6396,20 +6396,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
6396
6396
|
z.ZodTypeDef,
|
|
6397
6397
|
unknown
|
|
6398
6398
|
> = z.object({
|
|
6399
|
-
"__@BRAND@
|
|
6400
|
-
|
|
6399
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
6400
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema
|
|
6401
6401
|
),
|
|
6402
6402
|
}).transform((v) => {
|
|
6403
6403
|
return remap$(v, {
|
|
6404
|
-
"__@BRAND@
|
|
6404
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
6405
6405
|
});
|
|
6406
6406
|
});
|
|
6407
6407
|
|
|
6408
6408
|
/** @internal */
|
|
6409
6409
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
6410
6410
|
{
|
|
6411
|
-
"__@BRAND@
|
|
6412
|
-
|
|
6411
|
+
"__@BRAND@8675":
|
|
6412
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound;
|
|
6413
6413
|
};
|
|
6414
6414
|
|
|
6415
6415
|
/** @internal */
|
|
@@ -6419,12 +6419,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
6419
6419
|
z.ZodTypeDef,
|
|
6420
6420
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
6421
6421
|
> = z.object({
|
|
6422
|
-
|
|
6423
|
-
|
|
6422
|
+
atBRANDAt8675: z.lazy(() =>
|
|
6423
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema
|
|
6424
6424
|
),
|
|
6425
6425
|
}).transform((v) => {
|
|
6426
6426
|
return remap$(v, {
|
|
6427
|
-
|
|
6427
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
6428
6428
|
});
|
|
6429
6429
|
});
|
|
6430
6430
|
|
|
@@ -6472,65 +6472,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
6472
6472
|
}
|
|
6473
6473
|
|
|
6474
6474
|
/** @internal */
|
|
6475
|
-
export const
|
|
6475
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema:
|
|
6476
6476
|
z.ZodType<
|
|
6477
|
-
|
|
6477
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675,
|
|
6478
6478
|
z.ZodTypeDef,
|
|
6479
6479
|
unknown
|
|
6480
6480
|
> = z.object({});
|
|
6481
6481
|
|
|
6482
6482
|
/** @internal */
|
|
6483
|
-
export type
|
|
6483
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound =
|
|
6484
6484
|
{};
|
|
6485
6485
|
|
|
6486
6486
|
/** @internal */
|
|
6487
|
-
export const
|
|
6487
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema:
|
|
6488
6488
|
z.ZodType<
|
|
6489
|
-
|
|
6489
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound,
|
|
6490
6490
|
z.ZodTypeDef,
|
|
6491
|
-
|
|
6491
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675
|
|
6492
6492
|
> = z.object({});
|
|
6493
6493
|
|
|
6494
6494
|
/**
|
|
6495
6495
|
* @internal
|
|
6496
6496
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6497
6497
|
*/
|
|
6498
|
-
export namespace
|
|
6499
|
-
/** @deprecated use `
|
|
6498
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$ {
|
|
6499
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema` instead. */
|
|
6500
6500
|
export const inboundSchema =
|
|
6501
|
-
|
|
6502
|
-
/** @deprecated use `
|
|
6501
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema;
|
|
6502
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema` instead. */
|
|
6503
6503
|
export const outboundSchema =
|
|
6504
|
-
|
|
6505
|
-
/** @deprecated use `
|
|
6504
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema;
|
|
6505
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound` instead. */
|
|
6506
6506
|
export type Outbound =
|
|
6507
|
-
|
|
6507
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound;
|
|
6508
6508
|
}
|
|
6509
6509
|
|
|
6510
|
-
export function
|
|
6511
|
-
|
|
6512
|
-
|
|
6510
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675ToJSON(
|
|
6511
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675:
|
|
6512
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675,
|
|
6513
6513
|
): string {
|
|
6514
6514
|
return JSON.stringify(
|
|
6515
|
-
|
|
6515
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema
|
|
6516
6516
|
.parse(
|
|
6517
|
-
|
|
6517
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675,
|
|
6518
6518
|
),
|
|
6519
6519
|
);
|
|
6520
6520
|
}
|
|
6521
6521
|
|
|
6522
|
-
export function
|
|
6522
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675FromJSON(
|
|
6523
6523
|
jsonString: string,
|
|
6524
6524
|
): SafeParseResult<
|
|
6525
|
-
|
|
6525
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675,
|
|
6526
6526
|
SDKValidationError
|
|
6527
6527
|
> {
|
|
6528
6528
|
return safeParse(
|
|
6529
6529
|
jsonString,
|
|
6530
6530
|
(x) =>
|
|
6531
|
-
|
|
6531
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema
|
|
6532
6532
|
.parse(JSON.parse(x)),
|
|
6533
|
-
`Failed to parse '
|
|
6533
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675' from JSON`,
|
|
6534
6534
|
);
|
|
6535
6535
|
}
|
|
6536
6536
|
|
|
@@ -6541,20 +6541,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
6541
6541
|
z.ZodTypeDef,
|
|
6542
6542
|
unknown
|
|
6543
6543
|
> = z.object({
|
|
6544
|
-
"__@BRAND@
|
|
6545
|
-
|
|
6544
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
6545
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema
|
|
6546
6546
|
),
|
|
6547
6547
|
}).transform((v) => {
|
|
6548
6548
|
return remap$(v, {
|
|
6549
|
-
"__@BRAND@
|
|
6549
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
6550
6550
|
});
|
|
6551
6551
|
});
|
|
6552
6552
|
|
|
6553
6553
|
/** @internal */
|
|
6554
6554
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
|
|
6555
6555
|
{
|
|
6556
|
-
"__@BRAND@
|
|
6557
|
-
|
|
6556
|
+
"__@BRAND@8675":
|
|
6557
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound;
|
|
6558
6558
|
};
|
|
6559
6559
|
|
|
6560
6560
|
/** @internal */
|
|
@@ -6564,12 +6564,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
6564
6564
|
z.ZodTypeDef,
|
|
6565
6565
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
6566
6566
|
> = z.object({
|
|
6567
|
-
|
|
6568
|
-
|
|
6567
|
+
atBRANDAt8675: z.lazy(() =>
|
|
6568
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema
|
|
6569
6569
|
),
|
|
6570
6570
|
}).transform((v) => {
|
|
6571
6571
|
return remap$(v, {
|
|
6572
|
-
|
|
6572
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
6573
6573
|
});
|
|
6574
6574
|
});
|
|
6575
6575
|
|
|
@@ -6617,65 +6617,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
6617
6617
|
}
|
|
6618
6618
|
|
|
6619
6619
|
/** @internal */
|
|
6620
|
-
export const
|
|
6620
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema:
|
|
6621
6621
|
z.ZodType<
|
|
6622
|
-
|
|
6622
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675,
|
|
6623
6623
|
z.ZodTypeDef,
|
|
6624
6624
|
unknown
|
|
6625
6625
|
> = z.object({});
|
|
6626
6626
|
|
|
6627
6627
|
/** @internal */
|
|
6628
|
-
export type
|
|
6628
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound =
|
|
6629
6629
|
{};
|
|
6630
6630
|
|
|
6631
6631
|
/** @internal */
|
|
6632
|
-
export const
|
|
6632
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema:
|
|
6633
6633
|
z.ZodType<
|
|
6634
|
-
|
|
6634
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound,
|
|
6635
6635
|
z.ZodTypeDef,
|
|
6636
|
-
|
|
6636
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675
|
|
6637
6637
|
> = z.object({});
|
|
6638
6638
|
|
|
6639
6639
|
/**
|
|
6640
6640
|
* @internal
|
|
6641
6641
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6642
6642
|
*/
|
|
6643
|
-
export namespace
|
|
6644
|
-
/** @deprecated use `
|
|
6643
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$ {
|
|
6644
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema` instead. */
|
|
6645
6645
|
export const inboundSchema =
|
|
6646
|
-
|
|
6647
|
-
/** @deprecated use `
|
|
6646
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema;
|
|
6647
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema` instead. */
|
|
6648
6648
|
export const outboundSchema =
|
|
6649
|
-
|
|
6650
|
-
/** @deprecated use `
|
|
6649
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema;
|
|
6650
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound` instead. */
|
|
6651
6651
|
export type Outbound =
|
|
6652
|
-
|
|
6652
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound;
|
|
6653
6653
|
}
|
|
6654
6654
|
|
|
6655
|
-
export function
|
|
6656
|
-
|
|
6657
|
-
|
|
6655
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675ToJSON(
|
|
6656
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675:
|
|
6657
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675,
|
|
6658
6658
|
): string {
|
|
6659
6659
|
return JSON.stringify(
|
|
6660
|
-
|
|
6660
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema
|
|
6661
6661
|
.parse(
|
|
6662
|
-
|
|
6662
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675,
|
|
6663
6663
|
),
|
|
6664
6664
|
);
|
|
6665
6665
|
}
|
|
6666
6666
|
|
|
6667
|
-
export function
|
|
6667
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675FromJSON(
|
|
6668
6668
|
jsonString: string,
|
|
6669
6669
|
): SafeParseResult<
|
|
6670
|
-
|
|
6670
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675,
|
|
6671
6671
|
SDKValidationError
|
|
6672
6672
|
> {
|
|
6673
6673
|
return safeParse(
|
|
6674
6674
|
jsonString,
|
|
6675
6675
|
(x) =>
|
|
6676
|
-
|
|
6676
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema
|
|
6677
6677
|
.parse(JSON.parse(x)),
|
|
6678
|
-
`Failed to parse '
|
|
6678
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675' from JSON`,
|
|
6679
6679
|
);
|
|
6680
6680
|
}
|
|
6681
6681
|
|
|
@@ -6686,20 +6686,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
|
|
|
6686
6686
|
z.ZodTypeDef,
|
|
6687
6687
|
unknown
|
|
6688
6688
|
> = z.object({
|
|
6689
|
-
"__@BRAND@
|
|
6690
|
-
|
|
6689
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
6690
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema
|
|
6691
6691
|
),
|
|
6692
6692
|
}).transform((v) => {
|
|
6693
6693
|
return remap$(v, {
|
|
6694
|
-
"__@BRAND@
|
|
6694
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
6695
6695
|
});
|
|
6696
6696
|
});
|
|
6697
6697
|
|
|
6698
6698
|
/** @internal */
|
|
6699
6699
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
|
|
6700
6700
|
{
|
|
6701
|
-
"__@BRAND@
|
|
6702
|
-
|
|
6701
|
+
"__@BRAND@8675":
|
|
6702
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound;
|
|
6703
6703
|
};
|
|
6704
6704
|
|
|
6705
6705
|
/** @internal */
|
|
@@ -6709,12 +6709,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
|
|
|
6709
6709
|
z.ZodTypeDef,
|
|
6710
6710
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
|
|
6711
6711
|
> = z.object({
|
|
6712
|
-
|
|
6713
|
-
|
|
6712
|
+
atBRANDAt8675: z.lazy(() =>
|
|
6713
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema
|
|
6714
6714
|
),
|
|
6715
6715
|
}).transform((v) => {
|
|
6716
6716
|
return remap$(v, {
|
|
6717
|
-
|
|
6717
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
6718
6718
|
});
|
|
6719
6719
|
});
|
|
6720
6720
|
|
|
@@ -7789,65 +7789,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
7789
7789
|
}
|
|
7790
7790
|
|
|
7791
7791
|
/** @internal */
|
|
7792
|
-
export const
|
|
7792
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema:
|
|
7793
7793
|
z.ZodType<
|
|
7794
|
-
|
|
7794
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675,
|
|
7795
7795
|
z.ZodTypeDef,
|
|
7796
7796
|
unknown
|
|
7797
7797
|
> = z.object({});
|
|
7798
7798
|
|
|
7799
7799
|
/** @internal */
|
|
7800
|
-
export type
|
|
7800
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound =
|
|
7801
7801
|
{};
|
|
7802
7802
|
|
|
7803
7803
|
/** @internal */
|
|
7804
|
-
export const
|
|
7804
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema:
|
|
7805
7805
|
z.ZodType<
|
|
7806
|
-
|
|
7806
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound,
|
|
7807
7807
|
z.ZodTypeDef,
|
|
7808
|
-
|
|
7808
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675
|
|
7809
7809
|
> = z.object({});
|
|
7810
7810
|
|
|
7811
7811
|
/**
|
|
7812
7812
|
* @internal
|
|
7813
7813
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7814
7814
|
*/
|
|
7815
|
-
export namespace
|
|
7816
|
-
/** @deprecated use `
|
|
7815
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$ {
|
|
7816
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema` instead. */
|
|
7817
7817
|
export const inboundSchema =
|
|
7818
|
-
|
|
7819
|
-
/** @deprecated use `
|
|
7818
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema;
|
|
7819
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema` instead. */
|
|
7820
7820
|
export const outboundSchema =
|
|
7821
|
-
|
|
7822
|
-
/** @deprecated use `
|
|
7821
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema;
|
|
7822
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound` instead. */
|
|
7823
7823
|
export type Outbound =
|
|
7824
|
-
|
|
7824
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound;
|
|
7825
7825
|
}
|
|
7826
7826
|
|
|
7827
|
-
export function
|
|
7828
|
-
|
|
7829
|
-
|
|
7827
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675ToJSON(
|
|
7828
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675:
|
|
7829
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675,
|
|
7830
7830
|
): string {
|
|
7831
7831
|
return JSON.stringify(
|
|
7832
|
-
|
|
7832
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema
|
|
7833
7833
|
.parse(
|
|
7834
|
-
|
|
7834
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675,
|
|
7835
7835
|
),
|
|
7836
7836
|
);
|
|
7837
7837
|
}
|
|
7838
7838
|
|
|
7839
|
-
export function
|
|
7839
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675FromJSON(
|
|
7840
7840
|
jsonString: string,
|
|
7841
7841
|
): SafeParseResult<
|
|
7842
|
-
|
|
7842
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675,
|
|
7843
7843
|
SDKValidationError
|
|
7844
7844
|
> {
|
|
7845
7845
|
return safeParse(
|
|
7846
7846
|
jsonString,
|
|
7847
7847
|
(x) =>
|
|
7848
|
-
|
|
7848
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema
|
|
7849
7849
|
.parse(JSON.parse(x)),
|
|
7850
|
-
`Failed to parse '
|
|
7850
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675' from JSON`,
|
|
7851
7851
|
);
|
|
7852
7852
|
}
|
|
7853
7853
|
|
|
@@ -7858,20 +7858,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7858
7858
|
z.ZodTypeDef,
|
|
7859
7859
|
unknown
|
|
7860
7860
|
> = z.object({
|
|
7861
|
-
"__@BRAND@
|
|
7862
|
-
|
|
7861
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
7862
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema
|
|
7863
7863
|
),
|
|
7864
7864
|
}).transform((v) => {
|
|
7865
7865
|
return remap$(v, {
|
|
7866
|
-
"__@BRAND@
|
|
7866
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
7867
7867
|
});
|
|
7868
7868
|
});
|
|
7869
7869
|
|
|
7870
7870
|
/** @internal */
|
|
7871
7871
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
|
|
7872
7872
|
{
|
|
7873
|
-
"__@BRAND@
|
|
7874
|
-
|
|
7873
|
+
"__@BRAND@8675":
|
|
7874
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound;
|
|
7875
7875
|
};
|
|
7876
7876
|
|
|
7877
7877
|
/** @internal */
|
|
@@ -7881,12 +7881,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7881
7881
|
z.ZodTypeDef,
|
|
7882
7882
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
|
|
7883
7883
|
> = z.object({
|
|
7884
|
-
|
|
7885
|
-
|
|
7884
|
+
atBRANDAt8675: z.lazy(() =>
|
|
7885
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema
|
|
7886
7886
|
),
|
|
7887
7887
|
}).transform((v) => {
|
|
7888
7888
|
return remap$(v, {
|
|
7889
|
-
|
|
7889
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
7890
7890
|
});
|
|
7891
7891
|
});
|
|
7892
7892
|
|
|
@@ -7934,65 +7934,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
7934
7934
|
}
|
|
7935
7935
|
|
|
7936
7936
|
/** @internal */
|
|
7937
|
-
export const
|
|
7937
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema:
|
|
7938
7938
|
z.ZodType<
|
|
7939
|
-
|
|
7939
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675,
|
|
7940
7940
|
z.ZodTypeDef,
|
|
7941
7941
|
unknown
|
|
7942
7942
|
> = z.object({});
|
|
7943
7943
|
|
|
7944
7944
|
/** @internal */
|
|
7945
|
-
export type
|
|
7945
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound =
|
|
7946
7946
|
{};
|
|
7947
7947
|
|
|
7948
7948
|
/** @internal */
|
|
7949
|
-
export const
|
|
7949
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema:
|
|
7950
7950
|
z.ZodType<
|
|
7951
|
-
|
|
7951
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound,
|
|
7952
7952
|
z.ZodTypeDef,
|
|
7953
|
-
|
|
7953
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675
|
|
7954
7954
|
> = z.object({});
|
|
7955
7955
|
|
|
7956
7956
|
/**
|
|
7957
7957
|
* @internal
|
|
7958
7958
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7959
7959
|
*/
|
|
7960
|
-
export namespace
|
|
7961
|
-
/** @deprecated use `
|
|
7960
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$ {
|
|
7961
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema` instead. */
|
|
7962
7962
|
export const inboundSchema =
|
|
7963
|
-
|
|
7964
|
-
/** @deprecated use `
|
|
7963
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema;
|
|
7964
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema` instead. */
|
|
7965
7965
|
export const outboundSchema =
|
|
7966
|
-
|
|
7967
|
-
/** @deprecated use `
|
|
7966
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema;
|
|
7967
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound` instead. */
|
|
7968
7968
|
export type Outbound =
|
|
7969
|
-
|
|
7969
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound;
|
|
7970
7970
|
}
|
|
7971
7971
|
|
|
7972
|
-
export function
|
|
7973
|
-
|
|
7974
|
-
|
|
7972
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675ToJSON(
|
|
7973
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675:
|
|
7974
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675,
|
|
7975
7975
|
): string {
|
|
7976
7976
|
return JSON.stringify(
|
|
7977
|
-
|
|
7977
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema
|
|
7978
7978
|
.parse(
|
|
7979
|
-
|
|
7979
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675,
|
|
7980
7980
|
),
|
|
7981
7981
|
);
|
|
7982
7982
|
}
|
|
7983
7983
|
|
|
7984
|
-
export function
|
|
7984
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675FromJSON(
|
|
7985
7985
|
jsonString: string,
|
|
7986
7986
|
): SafeParseResult<
|
|
7987
|
-
|
|
7987
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675,
|
|
7988
7988
|
SDKValidationError
|
|
7989
7989
|
> {
|
|
7990
7990
|
return safeParse(
|
|
7991
7991
|
jsonString,
|
|
7992
7992
|
(x) =>
|
|
7993
|
-
|
|
7993
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema
|
|
7994
7994
|
.parse(JSON.parse(x)),
|
|
7995
|
-
`Failed to parse '
|
|
7995
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675' from JSON`,
|
|
7996
7996
|
);
|
|
7997
7997
|
}
|
|
7998
7998
|
|
|
@@ -8003,20 +8003,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
8003
8003
|
z.ZodTypeDef,
|
|
8004
8004
|
unknown
|
|
8005
8005
|
> = z.object({
|
|
8006
|
-
"__@BRAND@
|
|
8007
|
-
|
|
8006
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
8007
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema
|
|
8008
8008
|
),
|
|
8009
8009
|
}).transform((v) => {
|
|
8010
8010
|
return remap$(v, {
|
|
8011
|
-
"__@BRAND@
|
|
8011
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
8012
8012
|
});
|
|
8013
8013
|
});
|
|
8014
8014
|
|
|
8015
8015
|
/** @internal */
|
|
8016
8016
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
|
|
8017
8017
|
{
|
|
8018
|
-
"__@BRAND@
|
|
8019
|
-
|
|
8018
|
+
"__@BRAND@8675":
|
|
8019
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound;
|
|
8020
8020
|
};
|
|
8021
8021
|
|
|
8022
8022
|
/** @internal */
|
|
@@ -8026,12 +8026,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
8026
8026
|
z.ZodTypeDef,
|
|
8027
8027
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
|
|
8028
8028
|
> = z.object({
|
|
8029
|
-
|
|
8030
|
-
|
|
8029
|
+
atBRANDAt8675: z.lazy(() =>
|
|
8030
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema
|
|
8031
8031
|
),
|
|
8032
8032
|
}).transform((v) => {
|
|
8033
8033
|
return remap$(v, {
|
|
8034
|
-
|
|
8034
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
8035
8035
|
});
|
|
8036
8036
|
});
|
|
8037
8037
|
|
|
@@ -8079,65 +8079,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
8079
8079
|
}
|
|
8080
8080
|
|
|
8081
8081
|
/** @internal */
|
|
8082
|
-
export const
|
|
8082
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema:
|
|
8083
8083
|
z.ZodType<
|
|
8084
|
-
|
|
8084
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675,
|
|
8085
8085
|
z.ZodTypeDef,
|
|
8086
8086
|
unknown
|
|
8087
8087
|
> = z.object({});
|
|
8088
8088
|
|
|
8089
8089
|
/** @internal */
|
|
8090
|
-
export type
|
|
8090
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound =
|
|
8091
8091
|
{};
|
|
8092
8092
|
|
|
8093
8093
|
/** @internal */
|
|
8094
|
-
export const
|
|
8094
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema:
|
|
8095
8095
|
z.ZodType<
|
|
8096
|
-
|
|
8096
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound,
|
|
8097
8097
|
z.ZodTypeDef,
|
|
8098
|
-
|
|
8098
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675
|
|
8099
8099
|
> = z.object({});
|
|
8100
8100
|
|
|
8101
8101
|
/**
|
|
8102
8102
|
* @internal
|
|
8103
8103
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8104
8104
|
*/
|
|
8105
|
-
export namespace
|
|
8106
|
-
/** @deprecated use `
|
|
8105
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$ {
|
|
8106
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema` instead. */
|
|
8107
8107
|
export const inboundSchema =
|
|
8108
|
-
|
|
8109
|
-
/** @deprecated use `
|
|
8108
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema;
|
|
8109
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema` instead. */
|
|
8110
8110
|
export const outboundSchema =
|
|
8111
|
-
|
|
8112
|
-
/** @deprecated use `
|
|
8111
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema;
|
|
8112
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound` instead. */
|
|
8113
8113
|
export type Outbound =
|
|
8114
|
-
|
|
8114
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound;
|
|
8115
8115
|
}
|
|
8116
8116
|
|
|
8117
|
-
export function
|
|
8118
|
-
|
|
8119
|
-
|
|
8117
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675ToJSON(
|
|
8118
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675:
|
|
8119
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675,
|
|
8120
8120
|
): string {
|
|
8121
8121
|
return JSON.stringify(
|
|
8122
|
-
|
|
8122
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema
|
|
8123
8123
|
.parse(
|
|
8124
|
-
|
|
8124
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675,
|
|
8125
8125
|
),
|
|
8126
8126
|
);
|
|
8127
8127
|
}
|
|
8128
8128
|
|
|
8129
|
-
export function
|
|
8129
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675FromJSON(
|
|
8130
8130
|
jsonString: string,
|
|
8131
8131
|
): SafeParseResult<
|
|
8132
|
-
|
|
8132
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675,
|
|
8133
8133
|
SDKValidationError
|
|
8134
8134
|
> {
|
|
8135
8135
|
return safeParse(
|
|
8136
8136
|
jsonString,
|
|
8137
8137
|
(x) =>
|
|
8138
|
-
|
|
8138
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema
|
|
8139
8139
|
.parse(JSON.parse(x)),
|
|
8140
|
-
`Failed to parse '
|
|
8140
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675' from JSON`,
|
|
8141
8141
|
);
|
|
8142
8142
|
}
|
|
8143
8143
|
|
|
@@ -8148,20 +8148,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
8148
8148
|
z.ZodTypeDef,
|
|
8149
8149
|
unknown
|
|
8150
8150
|
> = z.object({
|
|
8151
|
-
"__@BRAND@
|
|
8152
|
-
|
|
8151
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
8152
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema
|
|
8153
8153
|
),
|
|
8154
8154
|
}).transform((v) => {
|
|
8155
8155
|
return remap$(v, {
|
|
8156
|
-
"__@BRAND@
|
|
8156
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
8157
8157
|
});
|
|
8158
8158
|
});
|
|
8159
8159
|
|
|
8160
8160
|
/** @internal */
|
|
8161
8161
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
|
|
8162
8162
|
{
|
|
8163
|
-
"__@BRAND@
|
|
8164
|
-
|
|
8163
|
+
"__@BRAND@8675":
|
|
8164
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound;
|
|
8165
8165
|
};
|
|
8166
8166
|
|
|
8167
8167
|
/** @internal */
|
|
@@ -8171,12 +8171,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
8171
8171
|
z.ZodTypeDef,
|
|
8172
8172
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
|
|
8173
8173
|
> = z.object({
|
|
8174
|
-
|
|
8175
|
-
|
|
8174
|
+
atBRANDAt8675: z.lazy(() =>
|
|
8175
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema
|
|
8176
8176
|
),
|
|
8177
8177
|
}).transform((v) => {
|
|
8178
8178
|
return remap$(v, {
|
|
8179
|
-
|
|
8179
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
8180
8180
|
});
|
|
8181
8181
|
});
|
|
8182
8182
|
|
|
@@ -10247,63 +10247,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
|
|
|
10247
10247
|
}
|
|
10248
10248
|
|
|
10249
10249
|
/** @internal */
|
|
10250
|
-
export const
|
|
10250
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema:
|
|
10251
10251
|
z.ZodType<
|
|
10252
|
-
|
|
10252
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675,
|
|
10253
10253
|
z.ZodTypeDef,
|
|
10254
10254
|
unknown
|
|
10255
10255
|
> = z.object({});
|
|
10256
10256
|
|
|
10257
10257
|
/** @internal */
|
|
10258
|
-
export type
|
|
10258
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound =
|
|
10259
10259
|
{};
|
|
10260
10260
|
|
|
10261
10261
|
/** @internal */
|
|
10262
|
-
export const
|
|
10262
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema:
|
|
10263
10263
|
z.ZodType<
|
|
10264
|
-
|
|
10264
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound,
|
|
10265
10265
|
z.ZodTypeDef,
|
|
10266
|
-
|
|
10266
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675
|
|
10267
10267
|
> = z.object({});
|
|
10268
10268
|
|
|
10269
10269
|
/**
|
|
10270
10270
|
* @internal
|
|
10271
10271
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10272
10272
|
*/
|
|
10273
|
-
export namespace
|
|
10274
|
-
/** @deprecated use `
|
|
10273
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$ {
|
|
10274
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema` instead. */
|
|
10275
10275
|
export const inboundSchema =
|
|
10276
|
-
|
|
10277
|
-
/** @deprecated use `
|
|
10276
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema;
|
|
10277
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema` instead. */
|
|
10278
10278
|
export const outboundSchema =
|
|
10279
|
-
|
|
10280
|
-
/** @deprecated use `
|
|
10279
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema;
|
|
10280
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound` instead. */
|
|
10281
10281
|
export type Outbound =
|
|
10282
|
-
|
|
10282
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound;
|
|
10283
10283
|
}
|
|
10284
10284
|
|
|
10285
|
-
export function
|
|
10286
|
-
|
|
10287
|
-
|
|
10285
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675ToJSON(
|
|
10286
|
+
createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675:
|
|
10287
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675,
|
|
10288
10288
|
): string {
|
|
10289
10289
|
return JSON.stringify(
|
|
10290
|
-
|
|
10291
|
-
.parse(
|
|
10290
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema
|
|
10291
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675),
|
|
10292
10292
|
);
|
|
10293
10293
|
}
|
|
10294
10294
|
|
|
10295
|
-
export function
|
|
10295
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675FromJSON(
|
|
10296
10296
|
jsonString: string,
|
|
10297
10297
|
): SafeParseResult<
|
|
10298
|
-
|
|
10298
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675,
|
|
10299
10299
|
SDKValidationError
|
|
10300
10300
|
> {
|
|
10301
10301
|
return safeParse(
|
|
10302
10302
|
jsonString,
|
|
10303
10303
|
(x) =>
|
|
10304
|
-
|
|
10304
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema
|
|
10305
10305
|
.parse(JSON.parse(x)),
|
|
10306
|
-
`Failed to parse '
|
|
10306
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675' from JSON`,
|
|
10307
10307
|
);
|
|
10308
10308
|
}
|
|
10309
10309
|
|
|
@@ -10314,20 +10314,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
|
|
|
10314
10314
|
z.ZodTypeDef,
|
|
10315
10315
|
unknown
|
|
10316
10316
|
> = z.object({
|
|
10317
|
-
"__@BRAND@
|
|
10318
|
-
|
|
10317
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
10318
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema
|
|
10319
10319
|
),
|
|
10320
10320
|
}).transform((v) => {
|
|
10321
10321
|
return remap$(v, {
|
|
10322
|
-
"__@BRAND@
|
|
10322
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
10323
10323
|
});
|
|
10324
10324
|
});
|
|
10325
10325
|
|
|
10326
10326
|
/** @internal */
|
|
10327
10327
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
|
|
10328
10328
|
{
|
|
10329
|
-
"__@BRAND@
|
|
10330
|
-
|
|
10329
|
+
"__@BRAND@8675":
|
|
10330
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound;
|
|
10331
10331
|
};
|
|
10332
10332
|
|
|
10333
10333
|
/** @internal */
|
|
@@ -10337,12 +10337,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
|
|
|
10337
10337
|
z.ZodTypeDef,
|
|
10338
10338
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
|
|
10339
10339
|
> = z.object({
|
|
10340
|
-
|
|
10341
|
-
|
|
10340
|
+
atBRANDAt8675: z.lazy(() =>
|
|
10341
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema
|
|
10342
10342
|
),
|
|
10343
10343
|
}).transform((v) => {
|
|
10344
10344
|
return remap$(v, {
|
|
10345
|
-
|
|
10345
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
10346
10346
|
});
|
|
10347
10347
|
});
|
|
10348
10348
|
|
|
@@ -10388,65 +10388,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
10388
10388
|
}
|
|
10389
10389
|
|
|
10390
10390
|
/** @internal */
|
|
10391
|
-
export const
|
|
10391
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema:
|
|
10392
10392
|
z.ZodType<
|
|
10393
|
-
|
|
10393
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675,
|
|
10394
10394
|
z.ZodTypeDef,
|
|
10395
10395
|
unknown
|
|
10396
10396
|
> = z.object({});
|
|
10397
10397
|
|
|
10398
10398
|
/** @internal */
|
|
10399
|
-
export type
|
|
10399
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound =
|
|
10400
10400
|
{};
|
|
10401
10401
|
|
|
10402
10402
|
/** @internal */
|
|
10403
|
-
export const
|
|
10403
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema:
|
|
10404
10404
|
z.ZodType<
|
|
10405
|
-
|
|
10405
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound,
|
|
10406
10406
|
z.ZodTypeDef,
|
|
10407
|
-
|
|
10407
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675
|
|
10408
10408
|
> = z.object({});
|
|
10409
10409
|
|
|
10410
10410
|
/**
|
|
10411
10411
|
* @internal
|
|
10412
10412
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10413
10413
|
*/
|
|
10414
|
-
export namespace
|
|
10415
|
-
/** @deprecated use `
|
|
10414
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$ {
|
|
10415
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema` instead. */
|
|
10416
10416
|
export const inboundSchema =
|
|
10417
|
-
|
|
10418
|
-
/** @deprecated use `
|
|
10417
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema;
|
|
10418
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema` instead. */
|
|
10419
10419
|
export const outboundSchema =
|
|
10420
|
-
|
|
10421
|
-
/** @deprecated use `
|
|
10420
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema;
|
|
10421
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound` instead. */
|
|
10422
10422
|
export type Outbound =
|
|
10423
|
-
|
|
10423
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound;
|
|
10424
10424
|
}
|
|
10425
10425
|
|
|
10426
|
-
export function
|
|
10427
|
-
|
|
10428
|
-
|
|
10426
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675ToJSON(
|
|
10427
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675:
|
|
10428
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675,
|
|
10429
10429
|
): string {
|
|
10430
10430
|
return JSON.stringify(
|
|
10431
|
-
|
|
10431
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema
|
|
10432
10432
|
.parse(
|
|
10433
|
-
|
|
10433
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675,
|
|
10434
10434
|
),
|
|
10435
10435
|
);
|
|
10436
10436
|
}
|
|
10437
10437
|
|
|
10438
|
-
export function
|
|
10438
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675FromJSON(
|
|
10439
10439
|
jsonString: string,
|
|
10440
10440
|
): SafeParseResult<
|
|
10441
|
-
|
|
10441
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675,
|
|
10442
10442
|
SDKValidationError
|
|
10443
10443
|
> {
|
|
10444
10444
|
return safeParse(
|
|
10445
10445
|
jsonString,
|
|
10446
10446
|
(x) =>
|
|
10447
|
-
|
|
10447
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema
|
|
10448
10448
|
.parse(JSON.parse(x)),
|
|
10449
|
-
`Failed to parse '
|
|
10449
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675' from JSON`,
|
|
10450
10450
|
);
|
|
10451
10451
|
}
|
|
10452
10452
|
|
|
@@ -10457,20 +10457,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
|
|
|
10457
10457
|
z.ZodTypeDef,
|
|
10458
10458
|
unknown
|
|
10459
10459
|
> = z.object({
|
|
10460
|
-
"__@BRAND@
|
|
10461
|
-
|
|
10460
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
10461
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema
|
|
10462
10462
|
),
|
|
10463
10463
|
}).transform((v) => {
|
|
10464
10464
|
return remap$(v, {
|
|
10465
|
-
"__@BRAND@
|
|
10465
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
10466
10466
|
});
|
|
10467
10467
|
});
|
|
10468
10468
|
|
|
10469
10469
|
/** @internal */
|
|
10470
10470
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
|
|
10471
10471
|
{
|
|
10472
|
-
"__@BRAND@
|
|
10473
|
-
|
|
10472
|
+
"__@BRAND@8675":
|
|
10473
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound;
|
|
10474
10474
|
};
|
|
10475
10475
|
|
|
10476
10476
|
/** @internal */
|
|
@@ -10480,12 +10480,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
|
|
|
10480
10480
|
z.ZodTypeDef,
|
|
10481
10481
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
|
|
10482
10482
|
> = z.object({
|
|
10483
|
-
|
|
10484
|
-
|
|
10483
|
+
atBRANDAt8675: z.lazy(() =>
|
|
10484
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema
|
|
10485
10485
|
),
|
|
10486
10486
|
}).transform((v) => {
|
|
10487
10487
|
return remap$(v, {
|
|
10488
|
-
|
|
10488
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
10489
10489
|
});
|
|
10490
10490
|
});
|
|
10491
10491
|
|
|
@@ -10531,65 +10531,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
10531
10531
|
}
|
|
10532
10532
|
|
|
10533
10533
|
/** @internal */
|
|
10534
|
-
export const
|
|
10534
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema:
|
|
10535
10535
|
z.ZodType<
|
|
10536
|
-
|
|
10536
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675,
|
|
10537
10537
|
z.ZodTypeDef,
|
|
10538
10538
|
unknown
|
|
10539
10539
|
> = z.object({});
|
|
10540
10540
|
|
|
10541
10541
|
/** @internal */
|
|
10542
|
-
export type
|
|
10542
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound =
|
|
10543
10543
|
{};
|
|
10544
10544
|
|
|
10545
10545
|
/** @internal */
|
|
10546
|
-
export const
|
|
10546
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema:
|
|
10547
10547
|
z.ZodType<
|
|
10548
|
-
|
|
10548
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound,
|
|
10549
10549
|
z.ZodTypeDef,
|
|
10550
|
-
|
|
10550
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675
|
|
10551
10551
|
> = z.object({});
|
|
10552
10552
|
|
|
10553
10553
|
/**
|
|
10554
10554
|
* @internal
|
|
10555
10555
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10556
10556
|
*/
|
|
10557
|
-
export namespace
|
|
10558
|
-
/** @deprecated use `
|
|
10557
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$ {
|
|
10558
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema` instead. */
|
|
10559
10559
|
export const inboundSchema =
|
|
10560
|
-
|
|
10561
|
-
/** @deprecated use `
|
|
10560
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema;
|
|
10561
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema` instead. */
|
|
10562
10562
|
export const outboundSchema =
|
|
10563
|
-
|
|
10564
|
-
/** @deprecated use `
|
|
10563
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema;
|
|
10564
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound` instead. */
|
|
10565
10565
|
export type Outbound =
|
|
10566
|
-
|
|
10566
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound;
|
|
10567
10567
|
}
|
|
10568
10568
|
|
|
10569
|
-
export function
|
|
10570
|
-
|
|
10571
|
-
|
|
10569
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675ToJSON(
|
|
10570
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675:
|
|
10571
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675,
|
|
10572
10572
|
): string {
|
|
10573
10573
|
return JSON.stringify(
|
|
10574
|
-
|
|
10574
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema
|
|
10575
10575
|
.parse(
|
|
10576
|
-
|
|
10576
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675,
|
|
10577
10577
|
),
|
|
10578
10578
|
);
|
|
10579
10579
|
}
|
|
10580
10580
|
|
|
10581
|
-
export function
|
|
10581
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675FromJSON(
|
|
10582
10582
|
jsonString: string,
|
|
10583
10583
|
): SafeParseResult<
|
|
10584
|
-
|
|
10584
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675,
|
|
10585
10585
|
SDKValidationError
|
|
10586
10586
|
> {
|
|
10587
10587
|
return safeParse(
|
|
10588
10588
|
jsonString,
|
|
10589
10589
|
(x) =>
|
|
10590
|
-
|
|
10590
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema
|
|
10591
10591
|
.parse(JSON.parse(x)),
|
|
10592
|
-
`Failed to parse '
|
|
10592
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675' from JSON`,
|
|
10593
10593
|
);
|
|
10594
10594
|
}
|
|
10595
10595
|
|
|
@@ -10600,20 +10600,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
|
|
|
10600
10600
|
z.ZodTypeDef,
|
|
10601
10601
|
unknown
|
|
10602
10602
|
> = z.object({
|
|
10603
|
-
"__@BRAND@
|
|
10604
|
-
|
|
10603
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
10604
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema
|
|
10605
10605
|
),
|
|
10606
10606
|
}).transform((v) => {
|
|
10607
10607
|
return remap$(v, {
|
|
10608
|
-
"__@BRAND@
|
|
10608
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
10609
10609
|
});
|
|
10610
10610
|
});
|
|
10611
10611
|
|
|
10612
10612
|
/** @internal */
|
|
10613
10613
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
|
|
10614
10614
|
{
|
|
10615
|
-
"__@BRAND@
|
|
10616
|
-
|
|
10615
|
+
"__@BRAND@8675":
|
|
10616
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound;
|
|
10617
10617
|
};
|
|
10618
10618
|
|
|
10619
10619
|
/** @internal */
|
|
@@ -10623,12 +10623,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
|
|
|
10623
10623
|
z.ZodTypeDef,
|
|
10624
10624
|
CreateIntegrationStoreDirectPropertiesIntegrationsPattern
|
|
10625
10625
|
> = z.object({
|
|
10626
|
-
|
|
10627
|
-
|
|
10626
|
+
atBRANDAt8675: z.lazy(() =>
|
|
10627
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema
|
|
10628
10628
|
),
|
|
10629
10629
|
}).transform((v) => {
|
|
10630
10630
|
return remap$(v, {
|
|
10631
|
-
|
|
10631
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
10632
10632
|
});
|
|
10633
10633
|
});
|
|
10634
10634
|
|
|
@@ -14691,65 +14691,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
14691
14691
|
}
|
|
14692
14692
|
|
|
14693
14693
|
/** @internal */
|
|
14694
|
-
export const
|
|
14694
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema:
|
|
14695
14695
|
z.ZodType<
|
|
14696
|
-
|
|
14696
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675,
|
|
14697
14697
|
z.ZodTypeDef,
|
|
14698
14698
|
unknown
|
|
14699
14699
|
> = z.object({});
|
|
14700
14700
|
|
|
14701
14701
|
/** @internal */
|
|
14702
|
-
export type
|
|
14702
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound =
|
|
14703
14703
|
{};
|
|
14704
14704
|
|
|
14705
14705
|
/** @internal */
|
|
14706
|
-
export const
|
|
14706
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema:
|
|
14707
14707
|
z.ZodType<
|
|
14708
|
-
|
|
14708
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound,
|
|
14709
14709
|
z.ZodTypeDef,
|
|
14710
|
-
|
|
14710
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675
|
|
14711
14711
|
> = z.object({});
|
|
14712
14712
|
|
|
14713
14713
|
/**
|
|
14714
14714
|
* @internal
|
|
14715
14715
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14716
14716
|
*/
|
|
14717
|
-
export namespace
|
|
14718
|
-
/** @deprecated use `
|
|
14717
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$ {
|
|
14718
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema` instead. */
|
|
14719
14719
|
export const inboundSchema =
|
|
14720
|
-
|
|
14721
|
-
/** @deprecated use `
|
|
14720
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema;
|
|
14721
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema` instead. */
|
|
14722
14722
|
export const outboundSchema =
|
|
14723
|
-
|
|
14724
|
-
/** @deprecated use `
|
|
14723
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema;
|
|
14724
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound` instead. */
|
|
14725
14725
|
export type Outbound =
|
|
14726
|
-
|
|
14726
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound;
|
|
14727
14727
|
}
|
|
14728
14728
|
|
|
14729
|
-
export function
|
|
14730
|
-
|
|
14731
|
-
|
|
14729
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675ToJSON(
|
|
14730
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675:
|
|
14731
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675,
|
|
14732
14732
|
): string {
|
|
14733
14733
|
return JSON.stringify(
|
|
14734
|
-
|
|
14734
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema
|
|
14735
14735
|
.parse(
|
|
14736
|
-
|
|
14736
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675,
|
|
14737
14737
|
),
|
|
14738
14738
|
);
|
|
14739
14739
|
}
|
|
14740
14740
|
|
|
14741
|
-
export function
|
|
14741
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675FromJSON(
|
|
14742
14742
|
jsonString: string,
|
|
14743
14743
|
): SafeParseResult<
|
|
14744
|
-
|
|
14744
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675,
|
|
14745
14745
|
SDKValidationError
|
|
14746
14746
|
> {
|
|
14747
14747
|
return safeParse(
|
|
14748
14748
|
jsonString,
|
|
14749
14749
|
(x) =>
|
|
14750
|
-
|
|
14750
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema
|
|
14751
14751
|
.parse(JSON.parse(x)),
|
|
14752
|
-
`Failed to parse '
|
|
14752
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675' from JSON`,
|
|
14753
14753
|
);
|
|
14754
14754
|
}
|
|
14755
14755
|
|
|
@@ -14760,19 +14760,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
|
|
|
14760
14760
|
z.ZodTypeDef,
|
|
14761
14761
|
unknown
|
|
14762
14762
|
> = z.object({
|
|
14763
|
-
"__@BRAND@
|
|
14764
|
-
|
|
14763
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
14764
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema
|
|
14765
14765
|
),
|
|
14766
14766
|
}).transform((v) => {
|
|
14767
14767
|
return remap$(v, {
|
|
14768
|
-
"__@BRAND@
|
|
14768
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
14769
14769
|
});
|
|
14770
14770
|
});
|
|
14771
14771
|
|
|
14772
14772
|
/** @internal */
|
|
14773
14773
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
14774
|
-
"__@BRAND@
|
|
14775
|
-
|
|
14774
|
+
"__@BRAND@8675":
|
|
14775
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound;
|
|
14776
14776
|
};
|
|
14777
14777
|
|
|
14778
14778
|
/** @internal */
|
|
@@ -14782,12 +14782,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
|
|
|
14782
14782
|
z.ZodTypeDef,
|
|
14783
14783
|
CreateIntegrationStoreDirectPropertiesMaxLength
|
|
14784
14784
|
> = z.object({
|
|
14785
|
-
|
|
14786
|
-
|
|
14785
|
+
atBRANDAt8675: z.lazy(() =>
|
|
14786
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema
|
|
14787
14787
|
),
|
|
14788
14788
|
}).transform((v) => {
|
|
14789
14789
|
return remap$(v, {
|
|
14790
|
-
|
|
14790
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
14791
14791
|
});
|
|
14792
14792
|
});
|
|
14793
14793
|
|
|
@@ -14835,50 +14835,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
|
|
|
14835
14835
|
}
|
|
14836
14836
|
|
|
14837
14837
|
/** @internal */
|
|
14838
|
-
export const
|
|
14839
|
-
|
|
14838
|
+
export const PropertiesAtBRANDAt8675$inboundSchema: z.ZodType<
|
|
14839
|
+
PropertiesAtBRANDAt8675,
|
|
14840
14840
|
z.ZodTypeDef,
|
|
14841
14841
|
unknown
|
|
14842
14842
|
> = z.object({});
|
|
14843
14843
|
|
|
14844
14844
|
/** @internal */
|
|
14845
|
-
export type
|
|
14845
|
+
export type PropertiesAtBRANDAt8675$Outbound = {};
|
|
14846
14846
|
|
|
14847
14847
|
/** @internal */
|
|
14848
|
-
export const
|
|
14849
|
-
|
|
14848
|
+
export const PropertiesAtBRANDAt8675$outboundSchema: z.ZodType<
|
|
14849
|
+
PropertiesAtBRANDAt8675$Outbound,
|
|
14850
14850
|
z.ZodTypeDef,
|
|
14851
|
-
|
|
14851
|
+
PropertiesAtBRANDAt8675
|
|
14852
14852
|
> = z.object({});
|
|
14853
14853
|
|
|
14854
14854
|
/**
|
|
14855
14855
|
* @internal
|
|
14856
14856
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14857
14857
|
*/
|
|
14858
|
-
export namespace
|
|
14859
|
-
/** @deprecated use `
|
|
14860
|
-
export const inboundSchema =
|
|
14861
|
-
/** @deprecated use `
|
|
14862
|
-
export const outboundSchema =
|
|
14863
|
-
/** @deprecated use `
|
|
14864
|
-
export type Outbound =
|
|
14858
|
+
export namespace PropertiesAtBRANDAt8675$ {
|
|
14859
|
+
/** @deprecated use `PropertiesAtBRANDAt8675$inboundSchema` instead. */
|
|
14860
|
+
export const inboundSchema = PropertiesAtBRANDAt8675$inboundSchema;
|
|
14861
|
+
/** @deprecated use `PropertiesAtBRANDAt8675$outboundSchema` instead. */
|
|
14862
|
+
export const outboundSchema = PropertiesAtBRANDAt8675$outboundSchema;
|
|
14863
|
+
/** @deprecated use `PropertiesAtBRANDAt8675$Outbound` instead. */
|
|
14864
|
+
export type Outbound = PropertiesAtBRANDAt8675$Outbound;
|
|
14865
14865
|
}
|
|
14866
14866
|
|
|
14867
|
-
export function
|
|
14868
|
-
|
|
14867
|
+
export function propertiesAtBRANDAt8675ToJSON(
|
|
14868
|
+
propertiesAtBRANDAt8675: PropertiesAtBRANDAt8675,
|
|
14869
14869
|
): string {
|
|
14870
14870
|
return JSON.stringify(
|
|
14871
|
-
|
|
14871
|
+
PropertiesAtBRANDAt8675$outboundSchema.parse(propertiesAtBRANDAt8675),
|
|
14872
14872
|
);
|
|
14873
14873
|
}
|
|
14874
14874
|
|
|
14875
|
-
export function
|
|
14875
|
+
export function propertiesAtBRANDAt8675FromJSON(
|
|
14876
14876
|
jsonString: string,
|
|
14877
|
-
): SafeParseResult<
|
|
14877
|
+
): SafeParseResult<PropertiesAtBRANDAt8675, SDKValidationError> {
|
|
14878
14878
|
return safeParse(
|
|
14879
14879
|
jsonString,
|
|
14880
|
-
(x) =>
|
|
14881
|
-
`Failed to parse '
|
|
14880
|
+
(x) => PropertiesAtBRANDAt8675$inboundSchema.parse(JSON.parse(x)),
|
|
14881
|
+
`Failed to parse 'PropertiesAtBRANDAt8675' from JSON`,
|
|
14882
14882
|
);
|
|
14883
14883
|
}
|
|
14884
14884
|
|
|
@@ -14889,16 +14889,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
|
|
|
14889
14889
|
z.ZodTypeDef,
|
|
14890
14890
|
unknown
|
|
14891
14891
|
> = z.object({
|
|
14892
|
-
"__@BRAND@
|
|
14892
|
+
"__@BRAND@8675": z.lazy(() => PropertiesAtBRANDAt8675$inboundSchema),
|
|
14893
14893
|
}).transform((v) => {
|
|
14894
14894
|
return remap$(v, {
|
|
14895
|
-
"__@BRAND@
|
|
14895
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
14896
14896
|
});
|
|
14897
14897
|
});
|
|
14898
14898
|
|
|
14899
14899
|
/** @internal */
|
|
14900
14900
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
14901
|
-
"__@BRAND@
|
|
14901
|
+
"__@BRAND@8675": PropertiesAtBRANDAt8675$Outbound;
|
|
14902
14902
|
};
|
|
14903
14903
|
|
|
14904
14904
|
/** @internal */
|
|
@@ -14908,10 +14908,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
|
|
|
14908
14908
|
z.ZodTypeDef,
|
|
14909
14909
|
CreateIntegrationStoreDirectPropertiesMinLength
|
|
14910
14910
|
> = z.object({
|
|
14911
|
-
|
|
14911
|
+
atBRANDAt8675: z.lazy(() => PropertiesAtBRANDAt8675$outboundSchema),
|
|
14912
14912
|
}).transform((v) => {
|
|
14913
14913
|
return remap$(v, {
|
|
14914
|
-
|
|
14914
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
14915
14915
|
});
|
|
14916
14916
|
});
|
|
14917
14917
|
|
|
@@ -14959,64 +14959,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
|
|
|
14959
14959
|
}
|
|
14960
14960
|
|
|
14961
14961
|
/** @internal */
|
|
14962
|
-
export const
|
|
14962
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema:
|
|
14963
14963
|
z.ZodType<
|
|
14964
|
-
|
|
14964
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8675,
|
|
14965
14965
|
z.ZodTypeDef,
|
|
14966
14966
|
unknown
|
|
14967
14967
|
> = z.object({});
|
|
14968
14968
|
|
|
14969
14969
|
/** @internal */
|
|
14970
|
-
export type
|
|
14970
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound = {};
|
|
14971
14971
|
|
|
14972
14972
|
/** @internal */
|
|
14973
|
-
export const
|
|
14973
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema:
|
|
14974
14974
|
z.ZodType<
|
|
14975
|
-
|
|
14975
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound,
|
|
14976
14976
|
z.ZodTypeDef,
|
|
14977
|
-
|
|
14977
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8675
|
|
14978
14978
|
> = z.object({});
|
|
14979
14979
|
|
|
14980
14980
|
/**
|
|
14981
14981
|
* @internal
|
|
14982
14982
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14983
14983
|
*/
|
|
14984
|
-
export namespace
|
|
14985
|
-
/** @deprecated use `
|
|
14984
|
+
export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$ {
|
|
14985
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema` instead. */
|
|
14986
14986
|
export const inboundSchema =
|
|
14987
|
-
|
|
14988
|
-
/** @deprecated use `
|
|
14987
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema;
|
|
14988
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema` instead. */
|
|
14989
14989
|
export const outboundSchema =
|
|
14990
|
-
|
|
14991
|
-
/** @deprecated use `
|
|
14990
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema;
|
|
14991
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound` instead. */
|
|
14992
14992
|
export type Outbound =
|
|
14993
|
-
|
|
14993
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound;
|
|
14994
14994
|
}
|
|
14995
14995
|
|
|
14996
|
-
export function
|
|
14997
|
-
|
|
14998
|
-
|
|
14996
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8675ToJSON(
|
|
14997
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8675:
|
|
14998
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8675,
|
|
14999
14999
|
): string {
|
|
15000
15000
|
return JSON.stringify(
|
|
15001
|
-
|
|
15002
|
-
|
|
15001
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema.parse(
|
|
15002
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8675,
|
|
15003
15003
|
),
|
|
15004
15004
|
);
|
|
15005
15005
|
}
|
|
15006
15006
|
|
|
15007
|
-
export function
|
|
15007
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8675FromJSON(
|
|
15008
15008
|
jsonString: string,
|
|
15009
15009
|
): SafeParseResult<
|
|
15010
|
-
|
|
15010
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8675,
|
|
15011
15011
|
SDKValidationError
|
|
15012
15012
|
> {
|
|
15013
15013
|
return safeParse(
|
|
15014
15014
|
jsonString,
|
|
15015
15015
|
(x) =>
|
|
15016
|
-
|
|
15016
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema.parse(
|
|
15017
15017
|
JSON.parse(x),
|
|
15018
15018
|
),
|
|
15019
|
-
`Failed to parse '
|
|
15019
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8675' from JSON`,
|
|
15020
15020
|
);
|
|
15021
15021
|
}
|
|
15022
15022
|
|
|
@@ -15027,18 +15027,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
|
|
|
15027
15027
|
z.ZodTypeDef,
|
|
15028
15028
|
unknown
|
|
15029
15029
|
> = z.object({
|
|
15030
|
-
"__@BRAND@
|
|
15031
|
-
|
|
15030
|
+
"__@BRAND@8675": z.lazy(() =>
|
|
15031
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema
|
|
15032
15032
|
),
|
|
15033
15033
|
}).transform((v) => {
|
|
15034
15034
|
return remap$(v, {
|
|
15035
|
-
"__@BRAND@
|
|
15035
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
15036
15036
|
});
|
|
15037
15037
|
});
|
|
15038
15038
|
|
|
15039
15039
|
/** @internal */
|
|
15040
15040
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
15041
|
-
"__@BRAND@
|
|
15041
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound;
|
|
15042
15042
|
};
|
|
15043
15043
|
|
|
15044
15044
|
/** @internal */
|
|
@@ -15048,12 +15048,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
|
|
|
15048
15048
|
z.ZodTypeDef,
|
|
15049
15049
|
CreateIntegrationStoreDirectPropertiesPattern
|
|
15050
15050
|
> = z.object({
|
|
15051
|
-
|
|
15052
|
-
|
|
15051
|
+
atBRANDAt8675: z.lazy(() =>
|
|
15052
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema
|
|
15053
15053
|
),
|
|
15054
15054
|
}).transform((v) => {
|
|
15055
15055
|
return remap$(v, {
|
|
15056
|
-
|
|
15056
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
15057
15057
|
});
|
|
15058
15058
|
});
|
|
15059
15059
|
|
|
@@ -16515,46 +16515,46 @@ export function guidesFromJSON(
|
|
|
16515
16515
|
}
|
|
16516
16516
|
|
|
16517
16517
|
/** @internal */
|
|
16518
|
-
export const
|
|
16519
|
-
|
|
16518
|
+
export const AtBRANDAt8675$inboundSchema: z.ZodType<
|
|
16519
|
+
AtBRANDAt8675,
|
|
16520
16520
|
z.ZodTypeDef,
|
|
16521
16521
|
unknown
|
|
16522
16522
|
> = z.object({});
|
|
16523
16523
|
|
|
16524
16524
|
/** @internal */
|
|
16525
|
-
export type
|
|
16525
|
+
export type AtBRANDAt8675$Outbound = {};
|
|
16526
16526
|
|
|
16527
16527
|
/** @internal */
|
|
16528
|
-
export const
|
|
16529
|
-
|
|
16528
|
+
export const AtBRANDAt8675$outboundSchema: z.ZodType<
|
|
16529
|
+
AtBRANDAt8675$Outbound,
|
|
16530
16530
|
z.ZodTypeDef,
|
|
16531
|
-
|
|
16531
|
+
AtBRANDAt8675
|
|
16532
16532
|
> = z.object({});
|
|
16533
16533
|
|
|
16534
16534
|
/**
|
|
16535
16535
|
* @internal
|
|
16536
16536
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
16537
16537
|
*/
|
|
16538
|
-
export namespace
|
|
16539
|
-
/** @deprecated use `
|
|
16540
|
-
export const inboundSchema =
|
|
16541
|
-
/** @deprecated use `
|
|
16542
|
-
export const outboundSchema =
|
|
16543
|
-
/** @deprecated use `
|
|
16544
|
-
export type Outbound =
|
|
16538
|
+
export namespace AtBRANDAt8675$ {
|
|
16539
|
+
/** @deprecated use `AtBRANDAt8675$inboundSchema` instead. */
|
|
16540
|
+
export const inboundSchema = AtBRANDAt8675$inboundSchema;
|
|
16541
|
+
/** @deprecated use `AtBRANDAt8675$outboundSchema` instead. */
|
|
16542
|
+
export const outboundSchema = AtBRANDAt8675$outboundSchema;
|
|
16543
|
+
/** @deprecated use `AtBRANDAt8675$Outbound` instead. */
|
|
16544
|
+
export type Outbound = AtBRANDAt8675$Outbound;
|
|
16545
16545
|
}
|
|
16546
16546
|
|
|
16547
|
-
export function
|
|
16548
|
-
return JSON.stringify(
|
|
16547
|
+
export function atBRANDAt8675ToJSON(atBRANDAt8675: AtBRANDAt8675): string {
|
|
16548
|
+
return JSON.stringify(AtBRANDAt8675$outboundSchema.parse(atBRANDAt8675));
|
|
16549
16549
|
}
|
|
16550
16550
|
|
|
16551
|
-
export function
|
|
16551
|
+
export function atBRANDAt8675FromJSON(
|
|
16552
16552
|
jsonString: string,
|
|
16553
|
-
): SafeParseResult<
|
|
16553
|
+
): SafeParseResult<AtBRANDAt8675, SDKValidationError> {
|
|
16554
16554
|
return safeParse(
|
|
16555
16555
|
jsonString,
|
|
16556
|
-
(x) =>
|
|
16557
|
-
`Failed to parse '
|
|
16556
|
+
(x) => AtBRANDAt8675$inboundSchema.parse(JSON.parse(x)),
|
|
16557
|
+
`Failed to parse 'AtBRANDAt8675' from JSON`,
|
|
16558
16558
|
);
|
|
16559
16559
|
}
|
|
16560
16560
|
|
|
@@ -16564,16 +16564,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
|
|
|
16564
16564
|
z.ZodTypeDef,
|
|
16565
16565
|
unknown
|
|
16566
16566
|
> = z.object({
|
|
16567
|
-
"__@BRAND@
|
|
16567
|
+
"__@BRAND@8675": z.lazy(() => AtBRANDAt8675$inboundSchema),
|
|
16568
16568
|
}).transform((v) => {
|
|
16569
16569
|
return remap$(v, {
|
|
16570
|
-
"__@BRAND@
|
|
16570
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
16571
16571
|
});
|
|
16572
16572
|
});
|
|
16573
16573
|
|
|
16574
16574
|
/** @internal */
|
|
16575
16575
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
16576
|
-
"__@BRAND@
|
|
16576
|
+
"__@BRAND@8675": AtBRANDAt8675$Outbound;
|
|
16577
16577
|
};
|
|
16578
16578
|
|
|
16579
16579
|
/** @internal */
|
|
@@ -16582,10 +16582,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
|
|
|
16582
16582
|
z.ZodTypeDef,
|
|
16583
16583
|
CreateIntegrationStoreDirectValue
|
|
16584
16584
|
> = z.object({
|
|
16585
|
-
|
|
16585
|
+
atBRANDAt8675: z.lazy(() => AtBRANDAt8675$outboundSchema),
|
|
16586
16586
|
}).transform((v) => {
|
|
16587
16587
|
return remap$(v, {
|
|
16588
|
-
|
|
16588
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
16589
16589
|
});
|
|
16590
16590
|
});
|
|
16591
16591
|
|