@vercel/sdk 1.11.0 → 1.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +1341 -1092
- package/bin/mcp-server.js.map +30 -30
- package/esm/__tests__/accessgroups.test.js +1 -3
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +1 -0
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -1
- 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__/rollingrelease.test.js +6 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +2 -2
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/funcs/deploymentsUploadFile.js +0 -1
- package/esm/funcs/deploymentsUploadFile.js.map +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js +2 -2
- package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/canceldeploymentop.d.ts +9 -6
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +3 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +47 -41
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +17 -15
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +2 -0
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -0
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +282 -243
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +320 -295
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +6 -0
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +2 -0
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getallchecksop.d.ts +2 -0
- package/esm/models/getallchecksop.d.ts.map +1 -1
- package/esm/models/getallchecksop.js +2 -0
- package/esm/models/getallchecksop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +421 -331
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +482 -410
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +9 -6
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +3 -2
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdomaintransferop.d.ts +99 -25
- package/esm/models/getdomaintransferop.d.ts.map +1 -1
- package/esm/models/getdomaintransferop.js +101 -25
- package/esm/models/getdomaintransferop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +2 -0
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -0
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +3 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +1 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +36 -30
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +12 -10
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +36 -0
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +25 -0
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +12 -0
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +4 -0
- package/esm/models/patchteamop.js.map +1 -1
- package/esm/models/team.d.ts +150 -26
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +110 -30
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +2 -0
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -0
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +3 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +1 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +6 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +2 -0
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/uploadfileop.d.ts +0 -5
- package/esm/models/uploadfileop.d.ts.map +1 -1
- package/esm/models/uploadfileop.js +0 -4
- package/esm/models/uploadfileop.js.map +1 -1
- package/esm/models/userevent.d.ts +963 -773
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1102 -974
- package/esm/models/userevent.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +1 -3
- package/src/__tests__/checks.test.ts +1 -0
- package/src/__tests__/domains.test.ts +3 -1
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +6 -2
- package/src/__tests__/security.test.ts +4 -4
- package/src/__tests__/teams.test.ts +2 -2
- package/src/funcs/deploymentsUploadFile.ts +0 -5
- package/src/funcs/domainsGetDomainTransfer.ts +2 -2
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/canceldeploymentop.ts +5 -4
- package/src/models/createdeploymentop.ts +21 -19
- package/src/models/createedgeconfigop.ts +4 -0
- package/src/models/createintegrationstoredirectop.ts +546 -506
- package/src/models/createprojectop.ts +2 -0
- package/src/models/getallchecksop.ts +4 -0
- package/src/models/getconfigurationproductsop.ts +847 -706
- package/src/models/getdeploymentop.ts +5 -4
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getdomaintransferop.ts +203 -39
- package/src/models/getedgeconfigop.ts +4 -0
- package/src/models/getprojectsop.ts +1 -0
- package/src/models/getteammembersop.ts +12 -10
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +34 -0
- package/src/models/patchteamop.ts +4 -0
- package/src/models/team.ts +177 -42
- package/src/models/updateedgeconfigop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +1 -0
- package/src/models/updateprojectop.ts +2 -0
- package/src/models/uploadfileop.ts +0 -9
- package/src/models/userevent.ts +2222 -1920
- package/vercel-spec.json +517 -260
|
@@ -47,6 +47,7 @@ export const CreateIntegrationStoreDirectFramework = {
|
|
|
47
47
|
Vitepress: "vitepress",
|
|
48
48
|
Vuepress: "vuepress",
|
|
49
49
|
Parcel: "parcel",
|
|
50
|
+
Fastapi: "fastapi",
|
|
50
51
|
Fasthtml: "fasthtml",
|
|
51
52
|
SanityV3: "sanity-v3",
|
|
52
53
|
Sanity: "sanity",
|
|
@@ -75,6 +76,11 @@ export const CreateIntegrationStoreDirectStatus = {
|
|
|
75
76
|
Initializing: "initializing",
|
|
76
77
|
Uninstalled: "uninstalled",
|
|
77
78
|
};
|
|
79
|
+
export const CreateIntegrationStoreDirectOwnership = {
|
|
80
|
+
Owned: "owned",
|
|
81
|
+
Linked: "linked",
|
|
82
|
+
Sandbox: "sandbox",
|
|
83
|
+
};
|
|
78
84
|
export const ExternalResourceStatus = {
|
|
79
85
|
Error: "error",
|
|
80
86
|
Suspended: "suspended",
|
|
@@ -263,8 +269,8 @@ export const Tags = {
|
|
|
263
269
|
Redis: "redis",
|
|
264
270
|
Postgres: "postgres",
|
|
265
271
|
Blob: "blob",
|
|
266
|
-
Checks: "checks",
|
|
267
272
|
Experimentation: "experimentation",
|
|
273
|
+
Checks: "checks",
|
|
268
274
|
Storage: "storage",
|
|
269
275
|
Ai: "ai",
|
|
270
276
|
Observability: "observability",
|
|
@@ -272,6 +278,7 @@ export const Tags = {
|
|
|
272
278
|
Authentication: "authentication",
|
|
273
279
|
Workflow: "workflow",
|
|
274
280
|
LogDrain: "logDrain",
|
|
281
|
+
TraceDrain: "traceDrain",
|
|
275
282
|
Messaging: "messaging",
|
|
276
283
|
Other: "other",
|
|
277
284
|
Mysql: "mysql",
|
|
@@ -300,6 +307,7 @@ export const Tags = {
|
|
|
300
307
|
TagChecks: "tag_checks",
|
|
301
308
|
TagStorage: "tag_storage",
|
|
302
309
|
TagLogDrain: "tag_logDrain",
|
|
310
|
+
TagTraceDrain: "tag_traceDrain",
|
|
303
311
|
TagOther: "tag_other",
|
|
304
312
|
};
|
|
305
313
|
export const ProjectConnectionScopes = {
|
|
@@ -624,6 +632,21 @@ export var CreateIntegrationStoreDirectStatus$;
|
|
|
624
632
|
CreateIntegrationStoreDirectStatus$.outboundSchema = CreateIntegrationStoreDirectStatus$outboundSchema;
|
|
625
633
|
})(CreateIntegrationStoreDirectStatus$ || (CreateIntegrationStoreDirectStatus$ = {}));
|
|
626
634
|
/** @internal */
|
|
635
|
+
export const CreateIntegrationStoreDirectOwnership$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectOwnership);
|
|
636
|
+
/** @internal */
|
|
637
|
+
export const CreateIntegrationStoreDirectOwnership$outboundSchema = CreateIntegrationStoreDirectOwnership$inboundSchema;
|
|
638
|
+
/**
|
|
639
|
+
* @internal
|
|
640
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
641
|
+
*/
|
|
642
|
+
export var CreateIntegrationStoreDirectOwnership$;
|
|
643
|
+
(function (CreateIntegrationStoreDirectOwnership$) {
|
|
644
|
+
/** @deprecated use `CreateIntegrationStoreDirectOwnership$inboundSchema` instead. */
|
|
645
|
+
CreateIntegrationStoreDirectOwnership$.inboundSchema = CreateIntegrationStoreDirectOwnership$inboundSchema;
|
|
646
|
+
/** @deprecated use `CreateIntegrationStoreDirectOwnership$outboundSchema` instead. */
|
|
647
|
+
CreateIntegrationStoreDirectOwnership$.outboundSchema = CreateIntegrationStoreDirectOwnership$outboundSchema;
|
|
648
|
+
})(CreateIntegrationStoreDirectOwnership$ || (CreateIntegrationStoreDirectOwnership$ = {}));
|
|
649
|
+
/** @internal */
|
|
627
650
|
export const CreateIntegrationStoreDirectMetadata$inboundSchema = z.union([
|
|
628
651
|
z.string(),
|
|
629
652
|
z.number(),
|
|
@@ -688,42 +711,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
|
|
|
688
711
|
CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
|
|
689
712
|
})(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
|
|
690
713
|
/** @internal */
|
|
691
|
-
export const
|
|
714
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema = z.object({});
|
|
692
715
|
/** @internal */
|
|
693
|
-
export const
|
|
716
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema = z.object({});
|
|
694
717
|
/**
|
|
695
718
|
* @internal
|
|
696
719
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
697
720
|
*/
|
|
698
|
-
export var
|
|
699
|
-
(function (
|
|
700
|
-
/** @deprecated use `
|
|
701
|
-
|
|
702
|
-
/** @deprecated use `
|
|
703
|
-
|
|
704
|
-
})(
|
|
705
|
-
export function
|
|
706
|
-
return JSON.stringify(
|
|
707
|
-
.parse(
|
|
721
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$;
|
|
722
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$) {
|
|
723
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema` instead. */
|
|
724
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema;
|
|
725
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema` instead. */
|
|
726
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema;
|
|
727
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$ = {}));
|
|
728
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820) {
|
|
729
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema
|
|
730
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820));
|
|
708
731
|
}
|
|
709
|
-
export function
|
|
710
|
-
return safeParse(jsonString, (x) =>
|
|
711
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
732
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820FromJSON(jsonString) {
|
|
733
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema
|
|
734
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820' from JSON`);
|
|
712
735
|
}
|
|
713
736
|
/** @internal */
|
|
714
737
|
export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
|
|
715
|
-
"__@BRAND@
|
|
738
|
+
"__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema),
|
|
716
739
|
}).transform((v) => {
|
|
717
740
|
return remap$(v, {
|
|
718
|
-
"__@BRAND@
|
|
741
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
719
742
|
});
|
|
720
743
|
});
|
|
721
744
|
/** @internal */
|
|
722
745
|
export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
|
|
723
|
-
|
|
746
|
+
atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema),
|
|
724
747
|
}).transform((v) => {
|
|
725
748
|
return remap$(v, {
|
|
726
|
-
|
|
749
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
727
750
|
});
|
|
728
751
|
});
|
|
729
752
|
/**
|
|
@@ -957,40 +980,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
957
980
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
|
|
958
981
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
|
|
959
982
|
/** @internal */
|
|
960
|
-
export const
|
|
983
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema = z.object({});
|
|
961
984
|
/** @internal */
|
|
962
|
-
export const
|
|
985
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema = z.object({});
|
|
963
986
|
/**
|
|
964
987
|
* @internal
|
|
965
988
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
966
989
|
*/
|
|
967
|
-
export var
|
|
968
|
-
(function (
|
|
969
|
-
/** @deprecated use `
|
|
970
|
-
|
|
971
|
-
/** @deprecated use `
|
|
972
|
-
|
|
973
|
-
})(
|
|
974
|
-
export function
|
|
975
|
-
return JSON.stringify(
|
|
990
|
+
export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$;
|
|
991
|
+
(function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$) {
|
|
992
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema` instead. */
|
|
993
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema;
|
|
994
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema` instead. */
|
|
995
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema;
|
|
996
|
+
})(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$ = {}));
|
|
997
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt7820ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7820) {
|
|
998
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt7820));
|
|
976
999
|
}
|
|
977
|
-
export function
|
|
978
|
-
return safeParse(jsonString, (x) =>
|
|
1000
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt7820FromJSON(jsonString) {
|
|
1001
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820' from JSON`);
|
|
979
1002
|
}
|
|
980
1003
|
/** @internal */
|
|
981
1004
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
|
|
982
|
-
"__@BRAND@
|
|
1005
|
+
"__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema),
|
|
983
1006
|
}).transform((v) => {
|
|
984
1007
|
return remap$(v, {
|
|
985
|
-
"__@BRAND@
|
|
1008
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
986
1009
|
});
|
|
987
1010
|
});
|
|
988
1011
|
/** @internal */
|
|
989
1012
|
export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
|
|
990
|
-
|
|
1013
|
+
atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema),
|
|
991
1014
|
}).transform((v) => {
|
|
992
1015
|
return remap$(v, {
|
|
993
|
-
|
|
1016
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
994
1017
|
});
|
|
995
1018
|
});
|
|
996
1019
|
/**
|
|
@@ -1202,40 +1225,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
|
|
|
1202
1225
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
|
|
1203
1226
|
}
|
|
1204
1227
|
/** @internal */
|
|
1205
|
-
export const
|
|
1228
|
+
export const UiOptionsAtBRANDAt7820$inboundSchema = z.object({});
|
|
1206
1229
|
/** @internal */
|
|
1207
|
-
export const
|
|
1230
|
+
export const UiOptionsAtBRANDAt7820$outboundSchema = z.object({});
|
|
1208
1231
|
/**
|
|
1209
1232
|
* @internal
|
|
1210
1233
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1211
1234
|
*/
|
|
1212
|
-
export var
|
|
1213
|
-
(function (
|
|
1214
|
-
/** @deprecated use `
|
|
1215
|
-
|
|
1216
|
-
/** @deprecated use `
|
|
1217
|
-
|
|
1218
|
-
})(
|
|
1219
|
-
export function
|
|
1220
|
-
return JSON.stringify(
|
|
1235
|
+
export var UiOptionsAtBRANDAt7820$;
|
|
1236
|
+
(function (UiOptionsAtBRANDAt7820$) {
|
|
1237
|
+
/** @deprecated use `UiOptionsAtBRANDAt7820$inboundSchema` instead. */
|
|
1238
|
+
UiOptionsAtBRANDAt7820$.inboundSchema = UiOptionsAtBRANDAt7820$inboundSchema;
|
|
1239
|
+
/** @deprecated use `UiOptionsAtBRANDAt7820$outboundSchema` instead. */
|
|
1240
|
+
UiOptionsAtBRANDAt7820$.outboundSchema = UiOptionsAtBRANDAt7820$outboundSchema;
|
|
1241
|
+
})(UiOptionsAtBRANDAt7820$ || (UiOptionsAtBRANDAt7820$ = {}));
|
|
1242
|
+
export function uiOptionsAtBRANDAt7820ToJSON(uiOptionsAtBRANDAt7820) {
|
|
1243
|
+
return JSON.stringify(UiOptionsAtBRANDAt7820$outboundSchema.parse(uiOptionsAtBRANDAt7820));
|
|
1221
1244
|
}
|
|
1222
|
-
export function
|
|
1223
|
-
return safeParse(jsonString, (x) =>
|
|
1245
|
+
export function uiOptionsAtBRANDAt7820FromJSON(jsonString) {
|
|
1246
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt7820' from JSON`);
|
|
1224
1247
|
}
|
|
1225
1248
|
/** @internal */
|
|
1226
1249
|
export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
|
|
1227
|
-
"__@BRAND@
|
|
1250
|
+
"__@BRAND@7820": z.lazy(() => UiOptionsAtBRANDAt7820$inboundSchema),
|
|
1228
1251
|
}).transform((v) => {
|
|
1229
1252
|
return remap$(v, {
|
|
1230
|
-
"__@BRAND@
|
|
1253
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
1231
1254
|
});
|
|
1232
1255
|
});
|
|
1233
1256
|
/** @internal */
|
|
1234
1257
|
export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
|
|
1235
|
-
|
|
1258
|
+
atBRANDAt7820: z.lazy(() => UiOptionsAtBRANDAt7820$outboundSchema),
|
|
1236
1259
|
}).transform((v) => {
|
|
1237
1260
|
return remap$(v, {
|
|
1238
|
-
|
|
1261
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
1239
1262
|
});
|
|
1240
1263
|
});
|
|
1241
1264
|
/**
|
|
@@ -1476,42 +1499,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
1476
1499
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
|
|
1477
1500
|
}
|
|
1478
1501
|
/** @internal */
|
|
1479
|
-
export const
|
|
1502
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema = z.object({});
|
|
1480
1503
|
/** @internal */
|
|
1481
|
-
export const
|
|
1504
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema = z.object({});
|
|
1482
1505
|
/**
|
|
1483
1506
|
* @internal
|
|
1484
1507
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1485
1508
|
*/
|
|
1486
|
-
export var
|
|
1487
|
-
(function (
|
|
1488
|
-
/** @deprecated use `
|
|
1489
|
-
|
|
1490
|
-
/** @deprecated use `
|
|
1491
|
-
|
|
1492
|
-
})(
|
|
1493
|
-
export function
|
|
1494
|
-
return JSON.stringify(
|
|
1495
|
-
.parse(
|
|
1509
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$;
|
|
1510
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$) {
|
|
1511
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema` instead. */
|
|
1512
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema;
|
|
1513
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema` instead. */
|
|
1514
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema;
|
|
1515
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$ = {}));
|
|
1516
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820) {
|
|
1517
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema
|
|
1518
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820));
|
|
1496
1519
|
}
|
|
1497
|
-
export function
|
|
1498
|
-
return safeParse(jsonString, (x) =>
|
|
1499
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1520
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820FromJSON(jsonString) {
|
|
1521
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema
|
|
1522
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820' from JSON`);
|
|
1500
1523
|
}
|
|
1501
1524
|
/** @internal */
|
|
1502
1525
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
1503
|
-
"__@BRAND@
|
|
1526
|
+
"__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema),
|
|
1504
1527
|
}).transform((v) => {
|
|
1505
1528
|
return remap$(v, {
|
|
1506
|
-
"__@BRAND@
|
|
1529
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
1507
1530
|
});
|
|
1508
1531
|
});
|
|
1509
1532
|
/** @internal */
|
|
1510
1533
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
1511
|
-
|
|
1534
|
+
atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema),
|
|
1512
1535
|
}).transform((v) => {
|
|
1513
1536
|
return remap$(v, {
|
|
1514
|
-
|
|
1537
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
1515
1538
|
});
|
|
1516
1539
|
});
|
|
1517
1540
|
/**
|
|
@@ -1534,42 +1557,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
1534
1557
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
1535
1558
|
}
|
|
1536
1559
|
/** @internal */
|
|
1537
|
-
export const
|
|
1560
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema = z.object({});
|
|
1538
1561
|
/** @internal */
|
|
1539
|
-
export const
|
|
1562
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema = z.object({});
|
|
1540
1563
|
/**
|
|
1541
1564
|
* @internal
|
|
1542
1565
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1543
1566
|
*/
|
|
1544
|
-
export var
|
|
1545
|
-
(function (
|
|
1546
|
-
/** @deprecated use `
|
|
1547
|
-
|
|
1548
|
-
/** @deprecated use `
|
|
1549
|
-
|
|
1550
|
-
})(
|
|
1551
|
-
export function
|
|
1552
|
-
return JSON.stringify(
|
|
1553
|
-
.parse(
|
|
1567
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$;
|
|
1568
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$) {
|
|
1569
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema` instead. */
|
|
1570
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema;
|
|
1571
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema` instead. */
|
|
1572
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema;
|
|
1573
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$ = {}));
|
|
1574
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820) {
|
|
1575
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema
|
|
1576
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820));
|
|
1554
1577
|
}
|
|
1555
|
-
export function
|
|
1556
|
-
return safeParse(jsonString, (x) =>
|
|
1557
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1578
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820FromJSON(jsonString) {
|
|
1579
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema
|
|
1580
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820' from JSON`);
|
|
1558
1581
|
}
|
|
1559
1582
|
/** @internal */
|
|
1560
1583
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
1561
|
-
"__@BRAND@
|
|
1584
|
+
"__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema),
|
|
1562
1585
|
}).transform((v) => {
|
|
1563
1586
|
return remap$(v, {
|
|
1564
|
-
"__@BRAND@
|
|
1587
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
1565
1588
|
});
|
|
1566
1589
|
});
|
|
1567
1590
|
/** @internal */
|
|
1568
1591
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
1569
|
-
|
|
1592
|
+
atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema),
|
|
1570
1593
|
}).transform((v) => {
|
|
1571
1594
|
return remap$(v, {
|
|
1572
|
-
|
|
1595
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
1573
1596
|
});
|
|
1574
1597
|
});
|
|
1575
1598
|
/**
|
|
@@ -1592,42 +1615,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
1592
1615
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
1593
1616
|
}
|
|
1594
1617
|
/** @internal */
|
|
1595
|
-
export const
|
|
1618
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema = z.object({});
|
|
1596
1619
|
/** @internal */
|
|
1597
|
-
export const
|
|
1620
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema = z.object({});
|
|
1598
1621
|
/**
|
|
1599
1622
|
* @internal
|
|
1600
1623
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1601
1624
|
*/
|
|
1602
|
-
export var
|
|
1603
|
-
(function (
|
|
1604
|
-
/** @deprecated use `
|
|
1605
|
-
|
|
1606
|
-
/** @deprecated use `
|
|
1607
|
-
|
|
1608
|
-
})(
|
|
1609
|
-
export function
|
|
1610
|
-
return JSON.stringify(
|
|
1611
|
-
.parse(
|
|
1625
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$;
|
|
1626
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$) {
|
|
1627
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema` instead. */
|
|
1628
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema;
|
|
1629
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema` instead. */
|
|
1630
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema;
|
|
1631
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$ = {}));
|
|
1632
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820) {
|
|
1633
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema
|
|
1634
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820));
|
|
1612
1635
|
}
|
|
1613
|
-
export function
|
|
1614
|
-
return safeParse(jsonString, (x) =>
|
|
1615
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1636
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820FromJSON(jsonString) {
|
|
1637
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema
|
|
1638
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820' from JSON`);
|
|
1616
1639
|
}
|
|
1617
1640
|
/** @internal */
|
|
1618
1641
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
1619
|
-
"__@BRAND@
|
|
1642
|
+
"__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema),
|
|
1620
1643
|
}).transform((v) => {
|
|
1621
1644
|
return remap$(v, {
|
|
1622
|
-
"__@BRAND@
|
|
1645
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
1623
1646
|
});
|
|
1624
1647
|
});
|
|
1625
1648
|
/** @internal */
|
|
1626
1649
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
1627
|
-
|
|
1650
|
+
atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema),
|
|
1628
1651
|
}).transform((v) => {
|
|
1629
1652
|
return remap$(v, {
|
|
1630
|
-
|
|
1653
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
1631
1654
|
});
|
|
1632
1655
|
});
|
|
1633
1656
|
/**
|
|
@@ -2099,42 +2122,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
2099
2122
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
|
|
2100
2123
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ = {}));
|
|
2101
2124
|
/** @internal */
|
|
2102
|
-
export const
|
|
2125
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema = z.object({});
|
|
2103
2126
|
/** @internal */
|
|
2104
|
-
export const
|
|
2127
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema = z.object({});
|
|
2105
2128
|
/**
|
|
2106
2129
|
* @internal
|
|
2107
2130
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2108
2131
|
*/
|
|
2109
|
-
export var
|
|
2110
|
-
(function (
|
|
2111
|
-
/** @deprecated use `
|
|
2112
|
-
|
|
2113
|
-
/** @deprecated use `
|
|
2114
|
-
|
|
2115
|
-
})(
|
|
2116
|
-
export function
|
|
2117
|
-
return JSON.stringify(
|
|
2118
|
-
.parse(
|
|
2132
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$;
|
|
2133
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$) {
|
|
2134
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema` instead. */
|
|
2135
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema;
|
|
2136
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema` instead. */
|
|
2137
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema;
|
|
2138
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$ = {}));
|
|
2139
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820) {
|
|
2140
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema
|
|
2141
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820));
|
|
2119
2142
|
}
|
|
2120
|
-
export function
|
|
2121
|
-
return safeParse(jsonString, (x) =>
|
|
2122
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2143
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820FromJSON(jsonString) {
|
|
2144
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema
|
|
2145
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820' from JSON`);
|
|
2123
2146
|
}
|
|
2124
2147
|
/** @internal */
|
|
2125
2148
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
|
|
2126
|
-
"__@BRAND@
|
|
2149
|
+
"__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema),
|
|
2127
2150
|
}).transform((v) => {
|
|
2128
2151
|
return remap$(v, {
|
|
2129
|
-
"__@BRAND@
|
|
2152
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
2130
2153
|
});
|
|
2131
2154
|
});
|
|
2132
2155
|
/** @internal */
|
|
2133
2156
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
|
|
2134
|
-
|
|
2157
|
+
atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema),
|
|
2135
2158
|
}).transform((v) => {
|
|
2136
2159
|
return remap$(v, {
|
|
2137
|
-
|
|
2160
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
2138
2161
|
});
|
|
2139
2162
|
});
|
|
2140
2163
|
/**
|
|
@@ -2157,42 +2180,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
2157
2180
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
|
|
2158
2181
|
}
|
|
2159
2182
|
/** @internal */
|
|
2160
|
-
export const
|
|
2183
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema = z.object({});
|
|
2161
2184
|
/** @internal */
|
|
2162
|
-
export const
|
|
2185
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema = z.object({});
|
|
2163
2186
|
/**
|
|
2164
2187
|
* @internal
|
|
2165
2188
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2166
2189
|
*/
|
|
2167
|
-
export var
|
|
2168
|
-
(function (
|
|
2169
|
-
/** @deprecated use `
|
|
2170
|
-
|
|
2171
|
-
/** @deprecated use `
|
|
2172
|
-
|
|
2173
|
-
})(
|
|
2174
|
-
export function
|
|
2175
|
-
return JSON.stringify(
|
|
2176
|
-
.parse(
|
|
2190
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$;
|
|
2191
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$) {
|
|
2192
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema` instead. */
|
|
2193
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema;
|
|
2194
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema` instead. */
|
|
2195
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema;
|
|
2196
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$ = {}));
|
|
2197
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820) {
|
|
2198
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema
|
|
2199
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820));
|
|
2177
2200
|
}
|
|
2178
|
-
export function
|
|
2179
|
-
return safeParse(jsonString, (x) =>
|
|
2180
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2201
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820FromJSON(jsonString) {
|
|
2202
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema
|
|
2203
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820' from JSON`);
|
|
2181
2204
|
}
|
|
2182
2205
|
/** @internal */
|
|
2183
2206
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
|
|
2184
|
-
"__@BRAND@
|
|
2207
|
+
"__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema),
|
|
2185
2208
|
}).transform((v) => {
|
|
2186
2209
|
return remap$(v, {
|
|
2187
|
-
"__@BRAND@
|
|
2210
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
2188
2211
|
});
|
|
2189
2212
|
});
|
|
2190
2213
|
/** @internal */
|
|
2191
2214
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
|
|
2192
|
-
|
|
2215
|
+
atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema),
|
|
2193
2216
|
}).transform((v) => {
|
|
2194
2217
|
return remap$(v, {
|
|
2195
|
-
|
|
2218
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
2196
2219
|
});
|
|
2197
2220
|
});
|
|
2198
2221
|
/**
|
|
@@ -2215,42 +2238,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
2215
2238
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
|
|
2216
2239
|
}
|
|
2217
2240
|
/** @internal */
|
|
2218
|
-
export const
|
|
2241
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema = z.object({});
|
|
2219
2242
|
/** @internal */
|
|
2220
|
-
export const
|
|
2243
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema = z.object({});
|
|
2221
2244
|
/**
|
|
2222
2245
|
* @internal
|
|
2223
2246
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2224
2247
|
*/
|
|
2225
|
-
export var
|
|
2226
|
-
(function (
|
|
2227
|
-
/** @deprecated use `
|
|
2228
|
-
|
|
2229
|
-
/** @deprecated use `
|
|
2230
|
-
|
|
2231
|
-
})(
|
|
2232
|
-
export function
|
|
2233
|
-
return JSON.stringify(
|
|
2234
|
-
.parse(
|
|
2248
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$;
|
|
2249
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$) {
|
|
2250
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema` instead. */
|
|
2251
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema;
|
|
2252
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema` instead. */
|
|
2253
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema;
|
|
2254
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$ = {}));
|
|
2255
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820) {
|
|
2256
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema
|
|
2257
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820));
|
|
2235
2258
|
}
|
|
2236
|
-
export function
|
|
2237
|
-
return safeParse(jsonString, (x) =>
|
|
2238
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2259
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820FromJSON(jsonString) {
|
|
2260
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema
|
|
2261
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820' from JSON`);
|
|
2239
2262
|
}
|
|
2240
2263
|
/** @internal */
|
|
2241
2264
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
|
|
2242
|
-
"__@BRAND@
|
|
2265
|
+
"__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema),
|
|
2243
2266
|
}).transform((v) => {
|
|
2244
2267
|
return remap$(v, {
|
|
2245
|
-
"__@BRAND@
|
|
2268
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
2246
2269
|
});
|
|
2247
2270
|
});
|
|
2248
2271
|
/** @internal */
|
|
2249
2272
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
|
|
2250
|
-
|
|
2273
|
+
atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema),
|
|
2251
2274
|
}).transform((v) => {
|
|
2252
2275
|
return remap$(v, {
|
|
2253
|
-
|
|
2276
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
2254
2277
|
});
|
|
2255
2278
|
});
|
|
2256
2279
|
/**
|
|
@@ -3154,42 +3177,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
|
|
|
3154
3177
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
|
|
3155
3178
|
}
|
|
3156
3179
|
/** @internal */
|
|
3157
|
-
export const
|
|
3180
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema = z.object({});
|
|
3158
3181
|
/** @internal */
|
|
3159
|
-
export const
|
|
3182
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema = z.object({});
|
|
3160
3183
|
/**
|
|
3161
3184
|
* @internal
|
|
3162
3185
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3163
3186
|
*/
|
|
3164
|
-
export var
|
|
3165
|
-
(function (
|
|
3166
|
-
/** @deprecated use `
|
|
3167
|
-
|
|
3168
|
-
/** @deprecated use `
|
|
3169
|
-
|
|
3170
|
-
})(
|
|
3171
|
-
export function
|
|
3172
|
-
return JSON.stringify(
|
|
3173
|
-
.parse(
|
|
3187
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$;
|
|
3188
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$) {
|
|
3189
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema` instead. */
|
|
3190
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema;
|
|
3191
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema` instead. */
|
|
3192
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema;
|
|
3193
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$ = {}));
|
|
3194
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820) {
|
|
3195
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema
|
|
3196
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820));
|
|
3174
3197
|
}
|
|
3175
|
-
export function
|
|
3176
|
-
return safeParse(jsonString, (x) =>
|
|
3177
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3198
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820FromJSON(jsonString) {
|
|
3199
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema
|
|
3200
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820' from JSON`);
|
|
3178
3201
|
}
|
|
3179
3202
|
/** @internal */
|
|
3180
3203
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
3181
|
-
"__@BRAND@
|
|
3204
|
+
"__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema),
|
|
3182
3205
|
}).transform((v) => {
|
|
3183
3206
|
return remap$(v, {
|
|
3184
|
-
"__@BRAND@
|
|
3207
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
3185
3208
|
});
|
|
3186
3209
|
});
|
|
3187
3210
|
/** @internal */
|
|
3188
3211
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
3189
|
-
|
|
3212
|
+
atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema),
|
|
3190
3213
|
}).transform((v) => {
|
|
3191
3214
|
return remap$(v, {
|
|
3192
|
-
|
|
3215
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
3193
3216
|
});
|
|
3194
3217
|
});
|
|
3195
3218
|
/**
|
|
@@ -3212,42 +3235,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
3212
3235
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
|
|
3213
3236
|
}
|
|
3214
3237
|
/** @internal */
|
|
3215
|
-
export const
|
|
3238
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema = z.object({});
|
|
3216
3239
|
/** @internal */
|
|
3217
|
-
export const
|
|
3240
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema = z.object({});
|
|
3218
3241
|
/**
|
|
3219
3242
|
* @internal
|
|
3220
3243
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3221
3244
|
*/
|
|
3222
|
-
export var
|
|
3223
|
-
(function (
|
|
3224
|
-
/** @deprecated use `
|
|
3225
|
-
|
|
3226
|
-
/** @deprecated use `
|
|
3227
|
-
|
|
3228
|
-
})(
|
|
3229
|
-
export function
|
|
3230
|
-
return JSON.stringify(
|
|
3231
|
-
.parse(
|
|
3245
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$;
|
|
3246
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$) {
|
|
3247
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema` instead. */
|
|
3248
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema;
|
|
3249
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema` instead. */
|
|
3250
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema;
|
|
3251
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$ = {}));
|
|
3252
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820) {
|
|
3253
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema
|
|
3254
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820));
|
|
3232
3255
|
}
|
|
3233
|
-
export function
|
|
3234
|
-
return safeParse(jsonString, (x) =>
|
|
3235
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3256
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820FromJSON(jsonString) {
|
|
3257
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema
|
|
3258
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820' from JSON`);
|
|
3236
3259
|
}
|
|
3237
3260
|
/** @internal */
|
|
3238
3261
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
3239
|
-
"__@BRAND@
|
|
3262
|
+
"__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema),
|
|
3240
3263
|
}).transform((v) => {
|
|
3241
3264
|
return remap$(v, {
|
|
3242
|
-
"__@BRAND@
|
|
3265
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
3243
3266
|
});
|
|
3244
3267
|
});
|
|
3245
3268
|
/** @internal */
|
|
3246
3269
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
3247
|
-
|
|
3270
|
+
atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema),
|
|
3248
3271
|
}).transform((v) => {
|
|
3249
3272
|
return remap$(v, {
|
|
3250
|
-
|
|
3273
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
3251
3274
|
});
|
|
3252
3275
|
});
|
|
3253
3276
|
/**
|
|
@@ -3270,42 +3293,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
3270
3293
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
|
|
3271
3294
|
}
|
|
3272
3295
|
/** @internal */
|
|
3273
|
-
export const
|
|
3296
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema = z.object({});
|
|
3274
3297
|
/** @internal */
|
|
3275
|
-
export const
|
|
3298
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema = z.object({});
|
|
3276
3299
|
/**
|
|
3277
3300
|
* @internal
|
|
3278
3301
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3279
3302
|
*/
|
|
3280
|
-
export var
|
|
3281
|
-
(function (
|
|
3282
|
-
/** @deprecated use `
|
|
3283
|
-
|
|
3284
|
-
/** @deprecated use `
|
|
3285
|
-
|
|
3286
|
-
})(
|
|
3287
|
-
export function
|
|
3288
|
-
return JSON.stringify(
|
|
3289
|
-
.parse(
|
|
3303
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$;
|
|
3304
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$) {
|
|
3305
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema` instead. */
|
|
3306
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema;
|
|
3307
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema` instead. */
|
|
3308
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema;
|
|
3309
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$ = {}));
|
|
3310
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820) {
|
|
3311
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema
|
|
3312
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820));
|
|
3290
3313
|
}
|
|
3291
|
-
export function
|
|
3292
|
-
return safeParse(jsonString, (x) =>
|
|
3293
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3314
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820FromJSON(jsonString) {
|
|
3315
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema
|
|
3316
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820' from JSON`);
|
|
3294
3317
|
}
|
|
3295
3318
|
/** @internal */
|
|
3296
3319
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
3297
|
-
"__@BRAND@
|
|
3320
|
+
"__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema),
|
|
3298
3321
|
}).transform((v) => {
|
|
3299
3322
|
return remap$(v, {
|
|
3300
|
-
"__@BRAND@
|
|
3323
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
3301
3324
|
});
|
|
3302
3325
|
});
|
|
3303
3326
|
/** @internal */
|
|
3304
3327
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
3305
|
-
|
|
3328
|
+
atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema),
|
|
3306
3329
|
}).transform((v) => {
|
|
3307
3330
|
return remap$(v, {
|
|
3308
|
-
|
|
3331
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
3309
3332
|
});
|
|
3310
3333
|
});
|
|
3311
3334
|
/**
|
|
@@ -5114,42 +5137,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
|
|
|
5114
5137
|
CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
|
|
5115
5138
|
})(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
|
|
5116
5139
|
/** @internal */
|
|
5117
|
-
export const
|
|
5140
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema = z.object({});
|
|
5118
5141
|
/** @internal */
|
|
5119
|
-
export const
|
|
5142
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema = z.object({});
|
|
5120
5143
|
/**
|
|
5121
5144
|
* @internal
|
|
5122
5145
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5123
5146
|
*/
|
|
5124
|
-
export var
|
|
5125
|
-
(function (
|
|
5126
|
-
/** @deprecated use `
|
|
5127
|
-
|
|
5128
|
-
/** @deprecated use `
|
|
5129
|
-
|
|
5130
|
-
})(
|
|
5131
|
-
export function
|
|
5132
|
-
return JSON.stringify(
|
|
5133
|
-
.parse(
|
|
5147
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$;
|
|
5148
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$) {
|
|
5149
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema` instead. */
|
|
5150
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema;
|
|
5151
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema` instead. */
|
|
5152
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema;
|
|
5153
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$ = {}));
|
|
5154
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820) {
|
|
5155
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema
|
|
5156
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820));
|
|
5134
5157
|
}
|
|
5135
|
-
export function
|
|
5136
|
-
return safeParse(jsonString, (x) =>
|
|
5137
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
5158
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820FromJSON(jsonString) {
|
|
5159
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema
|
|
5160
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820' from JSON`);
|
|
5138
5161
|
}
|
|
5139
5162
|
/** @internal */
|
|
5140
5163
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
|
|
5141
|
-
"__@BRAND@
|
|
5164
|
+
"__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema),
|
|
5142
5165
|
}).transform((v) => {
|
|
5143
5166
|
return remap$(v, {
|
|
5144
|
-
"__@BRAND@
|
|
5167
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
5145
5168
|
});
|
|
5146
5169
|
});
|
|
5147
5170
|
/** @internal */
|
|
5148
5171
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
|
|
5149
|
-
|
|
5172
|
+
atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema),
|
|
5150
5173
|
}).transform((v) => {
|
|
5151
5174
|
return remap$(v, {
|
|
5152
|
-
|
|
5175
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
5153
5176
|
});
|
|
5154
5177
|
});
|
|
5155
5178
|
/**
|
|
@@ -5170,40 +5193,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
|
|
|
5170
5193
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
|
|
5171
5194
|
}
|
|
5172
5195
|
/** @internal */
|
|
5173
|
-
export const
|
|
5196
|
+
export const PropertiesAtBRANDAt7820$inboundSchema = z.object({});
|
|
5174
5197
|
/** @internal */
|
|
5175
|
-
export const
|
|
5198
|
+
export const PropertiesAtBRANDAt7820$outboundSchema = z.object({});
|
|
5176
5199
|
/**
|
|
5177
5200
|
* @internal
|
|
5178
5201
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5179
5202
|
*/
|
|
5180
|
-
export var
|
|
5181
|
-
(function (
|
|
5182
|
-
/** @deprecated use `
|
|
5183
|
-
|
|
5184
|
-
/** @deprecated use `
|
|
5185
|
-
|
|
5186
|
-
})(
|
|
5187
|
-
export function
|
|
5188
|
-
return JSON.stringify(
|
|
5203
|
+
export var PropertiesAtBRANDAt7820$;
|
|
5204
|
+
(function (PropertiesAtBRANDAt7820$) {
|
|
5205
|
+
/** @deprecated use `PropertiesAtBRANDAt7820$inboundSchema` instead. */
|
|
5206
|
+
PropertiesAtBRANDAt7820$.inboundSchema = PropertiesAtBRANDAt7820$inboundSchema;
|
|
5207
|
+
/** @deprecated use `PropertiesAtBRANDAt7820$outboundSchema` instead. */
|
|
5208
|
+
PropertiesAtBRANDAt7820$.outboundSchema = PropertiesAtBRANDAt7820$outboundSchema;
|
|
5209
|
+
})(PropertiesAtBRANDAt7820$ || (PropertiesAtBRANDAt7820$ = {}));
|
|
5210
|
+
export function propertiesAtBRANDAt7820ToJSON(propertiesAtBRANDAt7820) {
|
|
5211
|
+
return JSON.stringify(PropertiesAtBRANDAt7820$outboundSchema.parse(propertiesAtBRANDAt7820));
|
|
5189
5212
|
}
|
|
5190
|
-
export function
|
|
5191
|
-
return safeParse(jsonString, (x) =>
|
|
5213
|
+
export function propertiesAtBRANDAt7820FromJSON(jsonString) {
|
|
5214
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt7820' from JSON`);
|
|
5192
5215
|
}
|
|
5193
5216
|
/** @internal */
|
|
5194
5217
|
export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
|
|
5195
|
-
"__@BRAND@
|
|
5218
|
+
"__@BRAND@7820": z.lazy(() => PropertiesAtBRANDAt7820$inboundSchema),
|
|
5196
5219
|
}).transform((v) => {
|
|
5197
5220
|
return remap$(v, {
|
|
5198
|
-
"__@BRAND@
|
|
5221
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
5199
5222
|
});
|
|
5200
5223
|
});
|
|
5201
5224
|
/** @internal */
|
|
5202
5225
|
export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
|
|
5203
|
-
|
|
5226
|
+
atBRANDAt7820: z.lazy(() => PropertiesAtBRANDAt7820$outboundSchema),
|
|
5204
5227
|
}).transform((v) => {
|
|
5205
5228
|
return remap$(v, {
|
|
5206
|
-
|
|
5229
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
5207
5230
|
});
|
|
5208
5231
|
});
|
|
5209
5232
|
/**
|
|
@@ -5224,40 +5247,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
|
|
|
5224
5247
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
|
|
5225
5248
|
}
|
|
5226
5249
|
/** @internal */
|
|
5227
|
-
export const
|
|
5250
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema = z.object({});
|
|
5228
5251
|
/** @internal */
|
|
5229
|
-
export const
|
|
5252
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema = z.object({});
|
|
5230
5253
|
/**
|
|
5231
5254
|
* @internal
|
|
5232
5255
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5233
5256
|
*/
|
|
5234
|
-
export var
|
|
5235
|
-
(function (
|
|
5236
|
-
/** @deprecated use `
|
|
5237
|
-
|
|
5238
|
-
/** @deprecated use `
|
|
5239
|
-
|
|
5240
|
-
})(
|
|
5241
|
-
export function
|
|
5242
|
-
return JSON.stringify(
|
|
5257
|
+
export var CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$;
|
|
5258
|
+
(function (CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$) {
|
|
5259
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema` instead. */
|
|
5260
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema;
|
|
5261
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema` instead. */
|
|
5262
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema;
|
|
5263
|
+
})(CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$ = {}));
|
|
5264
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7820) {
|
|
5265
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt7820));
|
|
5243
5266
|
}
|
|
5244
|
-
export function
|
|
5245
|
-
return safeParse(jsonString, (x) =>
|
|
5267
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt7820FromJSON(jsonString) {
|
|
5268
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7820' from JSON`);
|
|
5246
5269
|
}
|
|
5247
5270
|
/** @internal */
|
|
5248
5271
|
export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
|
|
5249
|
-
"__@BRAND@
|
|
5272
|
+
"__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema),
|
|
5250
5273
|
}).transform((v) => {
|
|
5251
5274
|
return remap$(v, {
|
|
5252
|
-
"__@BRAND@
|
|
5275
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
5253
5276
|
});
|
|
5254
5277
|
});
|
|
5255
5278
|
/** @internal */
|
|
5256
5279
|
export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
|
|
5257
|
-
|
|
5280
|
+
atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema),
|
|
5258
5281
|
}).transform((v) => {
|
|
5259
5282
|
return remap$(v, {
|
|
5260
|
-
|
|
5283
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
5261
5284
|
});
|
|
5262
5285
|
});
|
|
5263
5286
|
/**
|
|
@@ -5943,40 +5966,40 @@ export function guidesFromJSON(jsonString) {
|
|
|
5943
5966
|
return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
|
|
5944
5967
|
}
|
|
5945
5968
|
/** @internal */
|
|
5946
|
-
export const
|
|
5969
|
+
export const AtBRANDAt7820$inboundSchema = z.object({});
|
|
5947
5970
|
/** @internal */
|
|
5948
|
-
export const
|
|
5971
|
+
export const AtBRANDAt7820$outboundSchema = z.object({});
|
|
5949
5972
|
/**
|
|
5950
5973
|
* @internal
|
|
5951
5974
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5952
5975
|
*/
|
|
5953
|
-
export var
|
|
5954
|
-
(function (
|
|
5955
|
-
/** @deprecated use `
|
|
5956
|
-
|
|
5957
|
-
/** @deprecated use `
|
|
5958
|
-
|
|
5959
|
-
})(
|
|
5960
|
-
export function
|
|
5961
|
-
return JSON.stringify(
|
|
5976
|
+
export var AtBRANDAt7820$;
|
|
5977
|
+
(function (AtBRANDAt7820$) {
|
|
5978
|
+
/** @deprecated use `AtBRANDAt7820$inboundSchema` instead. */
|
|
5979
|
+
AtBRANDAt7820$.inboundSchema = AtBRANDAt7820$inboundSchema;
|
|
5980
|
+
/** @deprecated use `AtBRANDAt7820$outboundSchema` instead. */
|
|
5981
|
+
AtBRANDAt7820$.outboundSchema = AtBRANDAt7820$outboundSchema;
|
|
5982
|
+
})(AtBRANDAt7820$ || (AtBRANDAt7820$ = {}));
|
|
5983
|
+
export function atBRANDAt7820ToJSON(atBRANDAt7820) {
|
|
5984
|
+
return JSON.stringify(AtBRANDAt7820$outboundSchema.parse(atBRANDAt7820));
|
|
5962
5985
|
}
|
|
5963
|
-
export function
|
|
5964
|
-
return safeParse(jsonString, (x) =>
|
|
5986
|
+
export function atBRANDAt7820FromJSON(jsonString) {
|
|
5987
|
+
return safeParse(jsonString, (x) => AtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt7820' from JSON`);
|
|
5965
5988
|
}
|
|
5966
5989
|
/** @internal */
|
|
5967
5990
|
export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
|
|
5968
|
-
"__@BRAND@
|
|
5991
|
+
"__@BRAND@7820": z.lazy(() => AtBRANDAt7820$inboundSchema),
|
|
5969
5992
|
}).transform((v) => {
|
|
5970
5993
|
return remap$(v, {
|
|
5971
|
-
"__@BRAND@
|
|
5994
|
+
"__@BRAND@7820": "atBRANDAt7820",
|
|
5972
5995
|
});
|
|
5973
5996
|
});
|
|
5974
5997
|
/** @internal */
|
|
5975
5998
|
export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
|
|
5976
|
-
|
|
5999
|
+
atBRANDAt7820: z.lazy(() => AtBRANDAt7820$outboundSchema),
|
|
5977
6000
|
}).transform((v) => {
|
|
5978
6001
|
return remap$(v, {
|
|
5979
|
-
|
|
6002
|
+
atBRANDAt7820: "__@BRAND@7820",
|
|
5980
6003
|
});
|
|
5981
6004
|
});
|
|
5982
6005
|
/**
|
|
@@ -6514,6 +6537,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema = z.object({
|
|
|
6514
6537
|
totalConnectedProjects: z.number().optional(),
|
|
6515
6538
|
usageQuotaExceeded: z.boolean(),
|
|
6516
6539
|
status: z.nullable(CreateIntegrationStoreDirectStatus$inboundSchema),
|
|
6540
|
+
ownership: CreateIntegrationStoreDirectOwnership$inboundSchema.optional(),
|
|
6517
6541
|
metadata: z.record(z.union([
|
|
6518
6542
|
z.string(),
|
|
6519
6543
|
z.number(),
|
|
@@ -6536,6 +6560,7 @@ export const CreateIntegrationStoreDirectStore$outboundSchema = z.object({
|
|
|
6536
6560
|
totalConnectedProjects: z.number().optional(),
|
|
6537
6561
|
usageQuotaExceeded: z.boolean(),
|
|
6538
6562
|
status: z.nullable(CreateIntegrationStoreDirectStatus$outboundSchema),
|
|
6563
|
+
ownership: CreateIntegrationStoreDirectOwnership$outboundSchema.optional(),
|
|
6539
6564
|
metadata: z.record(z.union([
|
|
6540
6565
|
z.string(),
|
|
6541
6566
|
z.number(),
|