@vercel/sdk 1.13.6 → 1.13.7
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 +459 -456
- package/bin/mcp-server.js.map +13 -13
- package/docs/sdks/domains/README.md +1 -1
- package/docs/sdks/security/README.md +1 -1
- package/esm/__tests__/domains.test.js +5 -17
- 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/domainsGetDomainTransfer.d.ts +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js +1 -1
- package/esm/funcs/securityGetActiveAttackStatus.d.ts +1 -1
- package/esm/funcs/securityGetActiveAttackStatus.js +2 -1
- package/esm/funcs/securityGetActiveAttackStatus.js.map +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/mcp-server/tools/domainsGetDomainTransfer.js +1 -1
- package/esm/mcp-server/tools/domainsGetDomainTransfer.js.map +1 -1
- package/esm/mcp-server/tools/securityGetActiveAttackStatus.js +1 -1
- package/esm/mcp-server/tools/securityGetActiveAttackStatus.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +285 -285
- package/esm/models/createintegrationstoredirectop.js +351 -351
- package/esm/models/getactiveattackstatusop.d.ts +4 -2
- package/esm/models/getactiveattackstatusop.d.ts.map +1 -1
- package/esm/models/getactiveattackstatusop.js +4 -2
- package/esm/models/getactiveattackstatusop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/team.d.ts +10 -10
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +5 -5
- package/esm/models/team.js.map +1 -1
- package/esm/sdk/domains.d.ts +1 -1
- package/esm/sdk/domains.js +1 -1
- package/esm/sdk/security.d.ts +1 -1
- package/esm/sdk/security.js +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/domains.test.ts +5 -17
- 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/domainsGetDomainTransfer.ts +1 -1
- package/src/funcs/securityGetActiveAttackStatus.ts +2 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/domainsGetDomainTransfer.ts +1 -1
- package/src/mcp-server/tools/securityGetActiveAttackStatus.ts +1 -1
- package/src/models/createintegrationstoredirectop.ts +604 -604
- package/src/models/getactiveattackstatusop.ts +8 -4
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/team.ts +12 -12
- package/src/sdk/domains.ts +1 -1
- package/src/sdk/security.ts +1 -1
- package/vercel-spec.json +192 -119
|
@@ -801,42 +801,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
|
|
|
801
801
|
CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
|
|
802
802
|
})(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
|
|
803
803
|
/** @internal */
|
|
804
|
-
export const
|
|
804
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema = z.object({});
|
|
805
805
|
/** @internal */
|
|
806
|
-
export const
|
|
806
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema = z.object({});
|
|
807
807
|
/**
|
|
808
808
|
* @internal
|
|
809
809
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
810
810
|
*/
|
|
811
|
-
export var
|
|
812
|
-
(function (
|
|
813
|
-
/** @deprecated use `
|
|
814
|
-
|
|
815
|
-
/** @deprecated use `
|
|
816
|
-
|
|
817
|
-
})(
|
|
818
|
-
export function
|
|
819
|
-
return JSON.stringify(
|
|
820
|
-
.parse(
|
|
811
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$;
|
|
812
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$) {
|
|
813
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema` instead. */
|
|
814
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema;
|
|
815
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema` instead. */
|
|
816
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema;
|
|
817
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$ = {}));
|
|
818
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557) {
|
|
819
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema
|
|
820
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557));
|
|
821
821
|
}
|
|
822
|
-
export function
|
|
823
|
-
return safeParse(jsonString, (x) =>
|
|
824
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
822
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557FromJSON(jsonString) {
|
|
823
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema
|
|
824
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557' from JSON`);
|
|
825
825
|
}
|
|
826
826
|
/** @internal */
|
|
827
827
|
export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
|
|
828
|
-
"__@BRAND@
|
|
828
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema),
|
|
829
829
|
}).transform((v) => {
|
|
830
830
|
return remap$(v, {
|
|
831
|
-
"__@BRAND@
|
|
831
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
832
832
|
});
|
|
833
833
|
});
|
|
834
834
|
/** @internal */
|
|
835
835
|
export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
|
|
836
|
-
|
|
836
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema),
|
|
837
837
|
}).transform((v) => {
|
|
838
838
|
return remap$(v, {
|
|
839
|
-
|
|
839
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
840
840
|
});
|
|
841
841
|
});
|
|
842
842
|
/**
|
|
@@ -1070,42 +1070,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
1070
1070
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
|
|
1071
1071
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ = {}));
|
|
1072
1072
|
/** @internal */
|
|
1073
|
-
export const
|
|
1073
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema = z.object({});
|
|
1074
1074
|
/** @internal */
|
|
1075
|
-
export const
|
|
1075
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema = z.object({});
|
|
1076
1076
|
/**
|
|
1077
1077
|
* @internal
|
|
1078
1078
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1079
1079
|
*/
|
|
1080
|
-
export var
|
|
1081
|
-
(function (
|
|
1082
|
-
/** @deprecated use `
|
|
1083
|
-
|
|
1084
|
-
/** @deprecated use `
|
|
1085
|
-
|
|
1086
|
-
})(
|
|
1087
|
-
export function
|
|
1088
|
-
return JSON.stringify(
|
|
1089
|
-
.parse(
|
|
1080
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$;
|
|
1081
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$) {
|
|
1082
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema` instead. */
|
|
1083
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema;
|
|
1084
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema` instead. */
|
|
1085
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema;
|
|
1086
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$ = {}));
|
|
1087
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557) {
|
|
1088
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema
|
|
1089
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557));
|
|
1090
1090
|
}
|
|
1091
|
-
export function
|
|
1092
|
-
return safeParse(jsonString, (x) =>
|
|
1093
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1091
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557FromJSON(jsonString) {
|
|
1092
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema
|
|
1093
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557' from JSON`);
|
|
1094
1094
|
}
|
|
1095
1095
|
/** @internal */
|
|
1096
1096
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
|
|
1097
|
-
"__@BRAND@
|
|
1097
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema),
|
|
1098
1098
|
}).transform((v) => {
|
|
1099
1099
|
return remap$(v, {
|
|
1100
|
-
"__@BRAND@
|
|
1100
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
1101
1101
|
});
|
|
1102
1102
|
});
|
|
1103
1103
|
/** @internal */
|
|
1104
1104
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
|
|
1105
|
-
|
|
1105
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema),
|
|
1106
1106
|
}).transform((v) => {
|
|
1107
1107
|
return remap$(v, {
|
|
1108
|
-
|
|
1108
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
1109
1109
|
});
|
|
1110
1110
|
});
|
|
1111
1111
|
/**
|
|
@@ -1128,42 +1128,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
1128
1128
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
|
|
1129
1129
|
}
|
|
1130
1130
|
/** @internal */
|
|
1131
|
-
export const
|
|
1131
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema = z.object({});
|
|
1132
1132
|
/** @internal */
|
|
1133
|
-
export const
|
|
1133
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema = z.object({});
|
|
1134
1134
|
/**
|
|
1135
1135
|
* @internal
|
|
1136
1136
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1137
1137
|
*/
|
|
1138
|
-
export var
|
|
1139
|
-
(function (
|
|
1140
|
-
/** @deprecated use `
|
|
1141
|
-
|
|
1142
|
-
/** @deprecated use `
|
|
1143
|
-
|
|
1144
|
-
})(
|
|
1145
|
-
export function
|
|
1146
|
-
return JSON.stringify(
|
|
1147
|
-
.parse(
|
|
1138
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$;
|
|
1139
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$) {
|
|
1140
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema` instead. */
|
|
1141
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema;
|
|
1142
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema` instead. */
|
|
1143
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema;
|
|
1144
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$ = {}));
|
|
1145
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557) {
|
|
1146
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema
|
|
1147
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557));
|
|
1148
1148
|
}
|
|
1149
|
-
export function
|
|
1150
|
-
return safeParse(jsonString, (x) =>
|
|
1151
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1149
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557FromJSON(jsonString) {
|
|
1150
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema
|
|
1151
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557' from JSON`);
|
|
1152
1152
|
}
|
|
1153
1153
|
/** @internal */
|
|
1154
1154
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
|
|
1155
|
-
"__@BRAND@
|
|
1155
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema),
|
|
1156
1156
|
}).transform((v) => {
|
|
1157
1157
|
return remap$(v, {
|
|
1158
|
-
"__@BRAND@
|
|
1158
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
1159
1159
|
});
|
|
1160
1160
|
});
|
|
1161
1161
|
/** @internal */
|
|
1162
1162
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
|
|
1163
|
-
|
|
1163
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema),
|
|
1164
1164
|
}).transform((v) => {
|
|
1165
1165
|
return remap$(v, {
|
|
1166
|
-
|
|
1166
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
1167
1167
|
});
|
|
1168
1168
|
});
|
|
1169
1169
|
/**
|
|
@@ -1186,42 +1186,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
1186
1186
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
|
|
1187
1187
|
}
|
|
1188
1188
|
/** @internal */
|
|
1189
|
-
export const
|
|
1189
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema = z.object({});
|
|
1190
1190
|
/** @internal */
|
|
1191
|
-
export const
|
|
1191
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema = z.object({});
|
|
1192
1192
|
/**
|
|
1193
1193
|
* @internal
|
|
1194
1194
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1195
1195
|
*/
|
|
1196
|
-
export var
|
|
1197
|
-
(function (
|
|
1198
|
-
/** @deprecated use `
|
|
1199
|
-
|
|
1200
|
-
/** @deprecated use `
|
|
1201
|
-
|
|
1202
|
-
})(
|
|
1203
|
-
export function
|
|
1204
|
-
return JSON.stringify(
|
|
1205
|
-
.parse(
|
|
1196
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$;
|
|
1197
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$) {
|
|
1198
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema` instead. */
|
|
1199
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema;
|
|
1200
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema` instead. */
|
|
1201
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema;
|
|
1202
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$ = {}));
|
|
1203
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557) {
|
|
1204
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema
|
|
1205
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557));
|
|
1206
1206
|
}
|
|
1207
|
-
export function
|
|
1208
|
-
return safeParse(jsonString, (x) =>
|
|
1209
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1207
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557FromJSON(jsonString) {
|
|
1208
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema
|
|
1209
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557' from JSON`);
|
|
1210
1210
|
}
|
|
1211
1211
|
/** @internal */
|
|
1212
1212
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
|
|
1213
|
-
"__@BRAND@
|
|
1213
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema),
|
|
1214
1214
|
}).transform((v) => {
|
|
1215
1215
|
return remap$(v, {
|
|
1216
|
-
"__@BRAND@
|
|
1216
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
1217
1217
|
});
|
|
1218
1218
|
});
|
|
1219
1219
|
/** @internal */
|
|
1220
1220
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
|
|
1221
|
-
|
|
1221
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema),
|
|
1222
1222
|
}).transform((v) => {
|
|
1223
1223
|
return remap$(v, {
|
|
1224
|
-
|
|
1224
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
1225
1225
|
});
|
|
1226
1226
|
});
|
|
1227
1227
|
/**
|
|
@@ -1681,40 +1681,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
1681
1681
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
|
|
1682
1682
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
|
|
1683
1683
|
/** @internal */
|
|
1684
|
-
export const
|
|
1684
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema = z.object({});
|
|
1685
1685
|
/** @internal */
|
|
1686
|
-
export const
|
|
1686
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema = z.object({});
|
|
1687
1687
|
/**
|
|
1688
1688
|
* @internal
|
|
1689
1689
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1690
1690
|
*/
|
|
1691
|
-
export var
|
|
1692
|
-
(function (
|
|
1693
|
-
/** @deprecated use `
|
|
1694
|
-
|
|
1695
|
-
/** @deprecated use `
|
|
1696
|
-
|
|
1697
|
-
})(
|
|
1698
|
-
export function
|
|
1699
|
-
return JSON.stringify(
|
|
1691
|
+
export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$;
|
|
1692
|
+
(function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$) {
|
|
1693
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema` instead. */
|
|
1694
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema;
|
|
1695
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema` instead. */
|
|
1696
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema;
|
|
1697
|
+
})(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$ = {}));
|
|
1698
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8557ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8557) {
|
|
1699
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8557));
|
|
1700
1700
|
}
|
|
1701
|
-
export function
|
|
1702
|
-
return safeParse(jsonString, (x) =>
|
|
1701
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8557FromJSON(jsonString) {
|
|
1702
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557' from JSON`);
|
|
1703
1703
|
}
|
|
1704
1704
|
/** @internal */
|
|
1705
1705
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
|
|
1706
|
-
"__@BRAND@
|
|
1706
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema),
|
|
1707
1707
|
}).transform((v) => {
|
|
1708
1708
|
return remap$(v, {
|
|
1709
|
-
"__@BRAND@
|
|
1709
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
1710
1710
|
});
|
|
1711
1711
|
});
|
|
1712
1712
|
/** @internal */
|
|
1713
1713
|
export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
|
|
1714
|
-
|
|
1714
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema),
|
|
1715
1715
|
}).transform((v) => {
|
|
1716
1716
|
return remap$(v, {
|
|
1717
|
-
|
|
1717
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
1718
1718
|
});
|
|
1719
1719
|
});
|
|
1720
1720
|
/**
|
|
@@ -1926,40 +1926,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
|
|
|
1926
1926
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
|
|
1927
1927
|
}
|
|
1928
1928
|
/** @internal */
|
|
1929
|
-
export const
|
|
1929
|
+
export const UiOptionsAtBRANDAt8557$inboundSchema = z.object({});
|
|
1930
1930
|
/** @internal */
|
|
1931
|
-
export const
|
|
1931
|
+
export const UiOptionsAtBRANDAt8557$outboundSchema = z.object({});
|
|
1932
1932
|
/**
|
|
1933
1933
|
* @internal
|
|
1934
1934
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1935
1935
|
*/
|
|
1936
|
-
export var
|
|
1937
|
-
(function (
|
|
1938
|
-
/** @deprecated use `
|
|
1939
|
-
|
|
1940
|
-
/** @deprecated use `
|
|
1941
|
-
|
|
1942
|
-
})(
|
|
1943
|
-
export function
|
|
1944
|
-
return JSON.stringify(
|
|
1936
|
+
export var UiOptionsAtBRANDAt8557$;
|
|
1937
|
+
(function (UiOptionsAtBRANDAt8557$) {
|
|
1938
|
+
/** @deprecated use `UiOptionsAtBRANDAt8557$inboundSchema` instead. */
|
|
1939
|
+
UiOptionsAtBRANDAt8557$.inboundSchema = UiOptionsAtBRANDAt8557$inboundSchema;
|
|
1940
|
+
/** @deprecated use `UiOptionsAtBRANDAt8557$outboundSchema` instead. */
|
|
1941
|
+
UiOptionsAtBRANDAt8557$.outboundSchema = UiOptionsAtBRANDAt8557$outboundSchema;
|
|
1942
|
+
})(UiOptionsAtBRANDAt8557$ || (UiOptionsAtBRANDAt8557$ = {}));
|
|
1943
|
+
export function uiOptionsAtBRANDAt8557ToJSON(uiOptionsAtBRANDAt8557) {
|
|
1944
|
+
return JSON.stringify(UiOptionsAtBRANDAt8557$outboundSchema.parse(uiOptionsAtBRANDAt8557));
|
|
1945
1945
|
}
|
|
1946
|
-
export function
|
|
1947
|
-
return safeParse(jsonString, (x) =>
|
|
1946
|
+
export function uiOptionsAtBRANDAt8557FromJSON(jsonString) {
|
|
1947
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8557$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8557' from JSON`);
|
|
1948
1948
|
}
|
|
1949
1949
|
/** @internal */
|
|
1950
1950
|
export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
|
|
1951
|
-
"__@BRAND@
|
|
1951
|
+
"__@BRAND@8557": z.lazy(() => UiOptionsAtBRANDAt8557$inboundSchema),
|
|
1952
1952
|
}).transform((v) => {
|
|
1953
1953
|
return remap$(v, {
|
|
1954
|
-
"__@BRAND@
|
|
1954
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
1955
1955
|
});
|
|
1956
1956
|
});
|
|
1957
1957
|
/** @internal */
|
|
1958
1958
|
export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
|
|
1959
|
-
|
|
1959
|
+
atBRANDAt8557: z.lazy(() => UiOptionsAtBRANDAt8557$outboundSchema),
|
|
1960
1960
|
}).transform((v) => {
|
|
1961
1961
|
return remap$(v, {
|
|
1962
|
-
|
|
1962
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
1963
1963
|
});
|
|
1964
1964
|
});
|
|
1965
1965
|
/**
|
|
@@ -2200,42 +2200,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
2200
2200
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
|
|
2201
2201
|
}
|
|
2202
2202
|
/** @internal */
|
|
2203
|
-
export const
|
|
2203
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema = z.object({});
|
|
2204
2204
|
/** @internal */
|
|
2205
|
-
export const
|
|
2205
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema = z.object({});
|
|
2206
2206
|
/**
|
|
2207
2207
|
* @internal
|
|
2208
2208
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2209
2209
|
*/
|
|
2210
|
-
export var
|
|
2211
|
-
(function (
|
|
2212
|
-
/** @deprecated use `
|
|
2213
|
-
|
|
2214
|
-
/** @deprecated use `
|
|
2215
|
-
|
|
2216
|
-
})(
|
|
2217
|
-
export function
|
|
2218
|
-
return JSON.stringify(
|
|
2219
|
-
.parse(
|
|
2210
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$;
|
|
2211
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$) {
|
|
2212
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema` instead. */
|
|
2213
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema;
|
|
2214
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema` instead. */
|
|
2215
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema;
|
|
2216
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$ = {}));
|
|
2217
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557) {
|
|
2218
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema
|
|
2219
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557));
|
|
2220
2220
|
}
|
|
2221
|
-
export function
|
|
2222
|
-
return safeParse(jsonString, (x) =>
|
|
2223
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2221
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557FromJSON(jsonString) {
|
|
2222
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema
|
|
2223
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557' from JSON`);
|
|
2224
2224
|
}
|
|
2225
2225
|
/** @internal */
|
|
2226
2226
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
2227
|
-
"__@BRAND@
|
|
2227
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema),
|
|
2228
2228
|
}).transform((v) => {
|
|
2229
2229
|
return remap$(v, {
|
|
2230
|
-
"__@BRAND@
|
|
2230
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
2231
2231
|
});
|
|
2232
2232
|
});
|
|
2233
2233
|
/** @internal */
|
|
2234
2234
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
2235
|
-
|
|
2235
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema),
|
|
2236
2236
|
}).transform((v) => {
|
|
2237
2237
|
return remap$(v, {
|
|
2238
|
-
|
|
2238
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
2239
2239
|
});
|
|
2240
2240
|
});
|
|
2241
2241
|
/**
|
|
@@ -2258,42 +2258,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
2258
2258
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
2259
2259
|
}
|
|
2260
2260
|
/** @internal */
|
|
2261
|
-
export const
|
|
2261
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema = z.object({});
|
|
2262
2262
|
/** @internal */
|
|
2263
|
-
export const
|
|
2263
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema = z.object({});
|
|
2264
2264
|
/**
|
|
2265
2265
|
* @internal
|
|
2266
2266
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2267
2267
|
*/
|
|
2268
|
-
export var
|
|
2269
|
-
(function (
|
|
2270
|
-
/** @deprecated use `
|
|
2271
|
-
|
|
2272
|
-
/** @deprecated use `
|
|
2273
|
-
|
|
2274
|
-
})(
|
|
2275
|
-
export function
|
|
2276
|
-
return JSON.stringify(
|
|
2277
|
-
.parse(
|
|
2268
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$;
|
|
2269
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$) {
|
|
2270
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema` instead. */
|
|
2271
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema;
|
|
2272
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema` instead. */
|
|
2273
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema;
|
|
2274
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$ = {}));
|
|
2275
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557) {
|
|
2276
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema
|
|
2277
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557));
|
|
2278
2278
|
}
|
|
2279
|
-
export function
|
|
2280
|
-
return safeParse(jsonString, (x) =>
|
|
2281
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2279
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557FromJSON(jsonString) {
|
|
2280
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema
|
|
2281
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557' from JSON`);
|
|
2282
2282
|
}
|
|
2283
2283
|
/** @internal */
|
|
2284
2284
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
2285
|
-
"__@BRAND@
|
|
2285
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema),
|
|
2286
2286
|
}).transform((v) => {
|
|
2287
2287
|
return remap$(v, {
|
|
2288
|
-
"__@BRAND@
|
|
2288
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
2289
2289
|
});
|
|
2290
2290
|
});
|
|
2291
2291
|
/** @internal */
|
|
2292
2292
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
2293
|
-
|
|
2293
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema),
|
|
2294
2294
|
}).transform((v) => {
|
|
2295
2295
|
return remap$(v, {
|
|
2296
|
-
|
|
2296
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
2297
2297
|
});
|
|
2298
2298
|
});
|
|
2299
2299
|
/**
|
|
@@ -2316,42 +2316,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
2316
2316
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
2317
2317
|
}
|
|
2318
2318
|
/** @internal */
|
|
2319
|
-
export const
|
|
2319
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema = z.object({});
|
|
2320
2320
|
/** @internal */
|
|
2321
|
-
export const
|
|
2321
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema = z.object({});
|
|
2322
2322
|
/**
|
|
2323
2323
|
* @internal
|
|
2324
2324
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2325
2325
|
*/
|
|
2326
|
-
export var
|
|
2327
|
-
(function (
|
|
2328
|
-
/** @deprecated use `
|
|
2329
|
-
|
|
2330
|
-
/** @deprecated use `
|
|
2331
|
-
|
|
2332
|
-
})(
|
|
2333
|
-
export function
|
|
2334
|
-
return JSON.stringify(
|
|
2335
|
-
.parse(
|
|
2326
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$;
|
|
2327
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$) {
|
|
2328
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema` instead. */
|
|
2329
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema;
|
|
2330
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema` instead. */
|
|
2331
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema;
|
|
2332
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$ = {}));
|
|
2333
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557) {
|
|
2334
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema
|
|
2335
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557));
|
|
2336
2336
|
}
|
|
2337
|
-
export function
|
|
2338
|
-
return safeParse(jsonString, (x) =>
|
|
2339
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2337
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557FromJSON(jsonString) {
|
|
2338
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema
|
|
2339
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557' from JSON`);
|
|
2340
2340
|
}
|
|
2341
2341
|
/** @internal */
|
|
2342
2342
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
2343
|
-
"__@BRAND@
|
|
2343
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema),
|
|
2344
2344
|
}).transform((v) => {
|
|
2345
2345
|
return remap$(v, {
|
|
2346
|
-
"__@BRAND@
|
|
2346
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
2347
2347
|
});
|
|
2348
2348
|
});
|
|
2349
2349
|
/** @internal */
|
|
2350
2350
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
2351
|
-
|
|
2351
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema),
|
|
2352
2352
|
}).transform((v) => {
|
|
2353
2353
|
return remap$(v, {
|
|
2354
|
-
|
|
2354
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
2355
2355
|
});
|
|
2356
2356
|
});
|
|
2357
2357
|
/**
|
|
@@ -2823,42 +2823,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
2823
2823
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
|
|
2824
2824
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ = {}));
|
|
2825
2825
|
/** @internal */
|
|
2826
|
-
export const
|
|
2826
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema = z.object({});
|
|
2827
2827
|
/** @internal */
|
|
2828
|
-
export const
|
|
2828
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema = z.object({});
|
|
2829
2829
|
/**
|
|
2830
2830
|
* @internal
|
|
2831
2831
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2832
2832
|
*/
|
|
2833
|
-
export var
|
|
2834
|
-
(function (
|
|
2835
|
-
/** @deprecated use `
|
|
2836
|
-
|
|
2837
|
-
/** @deprecated use `
|
|
2838
|
-
|
|
2839
|
-
})(
|
|
2840
|
-
export function
|
|
2841
|
-
return JSON.stringify(
|
|
2842
|
-
.parse(
|
|
2833
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$;
|
|
2834
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$) {
|
|
2835
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema` instead. */
|
|
2836
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema;
|
|
2837
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema` instead. */
|
|
2838
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema;
|
|
2839
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$ = {}));
|
|
2840
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557) {
|
|
2841
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema
|
|
2842
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557));
|
|
2843
2843
|
}
|
|
2844
|
-
export function
|
|
2845
|
-
return safeParse(jsonString, (x) =>
|
|
2846
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2844
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557FromJSON(jsonString) {
|
|
2845
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema
|
|
2846
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557' from JSON`);
|
|
2847
2847
|
}
|
|
2848
2848
|
/** @internal */
|
|
2849
2849
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
|
|
2850
|
-
"__@BRAND@
|
|
2850
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema),
|
|
2851
2851
|
}).transform((v) => {
|
|
2852
2852
|
return remap$(v, {
|
|
2853
|
-
"__@BRAND@
|
|
2853
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
2854
2854
|
});
|
|
2855
2855
|
});
|
|
2856
2856
|
/** @internal */
|
|
2857
2857
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
|
|
2858
|
-
|
|
2858
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema),
|
|
2859
2859
|
}).transform((v) => {
|
|
2860
2860
|
return remap$(v, {
|
|
2861
|
-
|
|
2861
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
2862
2862
|
});
|
|
2863
2863
|
});
|
|
2864
2864
|
/**
|
|
@@ -2881,42 +2881,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
2881
2881
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
|
|
2882
2882
|
}
|
|
2883
2883
|
/** @internal */
|
|
2884
|
-
export const
|
|
2884
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema = z.object({});
|
|
2885
2885
|
/** @internal */
|
|
2886
|
-
export const
|
|
2886
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema = z.object({});
|
|
2887
2887
|
/**
|
|
2888
2888
|
* @internal
|
|
2889
2889
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2890
2890
|
*/
|
|
2891
|
-
export var
|
|
2892
|
-
(function (
|
|
2893
|
-
/** @deprecated use `
|
|
2894
|
-
|
|
2895
|
-
/** @deprecated use `
|
|
2896
|
-
|
|
2897
|
-
})(
|
|
2898
|
-
export function
|
|
2899
|
-
return JSON.stringify(
|
|
2900
|
-
.parse(
|
|
2891
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$;
|
|
2892
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$) {
|
|
2893
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema` instead. */
|
|
2894
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema;
|
|
2895
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema` instead. */
|
|
2896
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema;
|
|
2897
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$ = {}));
|
|
2898
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557) {
|
|
2899
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema
|
|
2900
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557));
|
|
2901
2901
|
}
|
|
2902
|
-
export function
|
|
2903
|
-
return safeParse(jsonString, (x) =>
|
|
2904
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2902
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557FromJSON(jsonString) {
|
|
2903
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema
|
|
2904
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557' from JSON`);
|
|
2905
2905
|
}
|
|
2906
2906
|
/** @internal */
|
|
2907
2907
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
|
|
2908
|
-
"__@BRAND@
|
|
2908
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema),
|
|
2909
2909
|
}).transform((v) => {
|
|
2910
2910
|
return remap$(v, {
|
|
2911
|
-
"__@BRAND@
|
|
2911
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
2912
2912
|
});
|
|
2913
2913
|
});
|
|
2914
2914
|
/** @internal */
|
|
2915
2915
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
|
|
2916
|
-
|
|
2916
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema),
|
|
2917
2917
|
}).transform((v) => {
|
|
2918
2918
|
return remap$(v, {
|
|
2919
|
-
|
|
2919
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
2920
2920
|
});
|
|
2921
2921
|
});
|
|
2922
2922
|
/**
|
|
@@ -2939,42 +2939,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
2939
2939
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
|
|
2940
2940
|
}
|
|
2941
2941
|
/** @internal */
|
|
2942
|
-
export const
|
|
2942
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema = z.object({});
|
|
2943
2943
|
/** @internal */
|
|
2944
|
-
export const
|
|
2944
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema = z.object({});
|
|
2945
2945
|
/**
|
|
2946
2946
|
* @internal
|
|
2947
2947
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2948
2948
|
*/
|
|
2949
|
-
export var
|
|
2950
|
-
(function (
|
|
2951
|
-
/** @deprecated use `
|
|
2952
|
-
|
|
2953
|
-
/** @deprecated use `
|
|
2954
|
-
|
|
2955
|
-
})(
|
|
2956
|
-
export function
|
|
2957
|
-
return JSON.stringify(
|
|
2958
|
-
.parse(
|
|
2949
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$;
|
|
2950
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$) {
|
|
2951
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema` instead. */
|
|
2952
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema;
|
|
2953
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema` instead. */
|
|
2954
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema;
|
|
2955
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$ = {}));
|
|
2956
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557) {
|
|
2957
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema
|
|
2958
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557));
|
|
2959
2959
|
}
|
|
2960
|
-
export function
|
|
2961
|
-
return safeParse(jsonString, (x) =>
|
|
2962
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2960
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557FromJSON(jsonString) {
|
|
2961
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema
|
|
2962
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557' from JSON`);
|
|
2963
2963
|
}
|
|
2964
2964
|
/** @internal */
|
|
2965
2965
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
|
|
2966
|
-
"__@BRAND@
|
|
2966
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema),
|
|
2967
2967
|
}).transform((v) => {
|
|
2968
2968
|
return remap$(v, {
|
|
2969
|
-
"__@BRAND@
|
|
2969
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
2970
2970
|
});
|
|
2971
2971
|
});
|
|
2972
2972
|
/** @internal */
|
|
2973
2973
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
|
|
2974
|
-
|
|
2974
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema),
|
|
2975
2975
|
}).transform((v) => {
|
|
2976
2976
|
return remap$(v, {
|
|
2977
|
-
|
|
2977
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
2978
2978
|
});
|
|
2979
2979
|
});
|
|
2980
2980
|
/**
|
|
@@ -3878,42 +3878,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
|
|
|
3878
3878
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
|
|
3879
3879
|
}
|
|
3880
3880
|
/** @internal */
|
|
3881
|
-
export const
|
|
3881
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema = z.object({});
|
|
3882
3882
|
/** @internal */
|
|
3883
|
-
export const
|
|
3883
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema = z.object({});
|
|
3884
3884
|
/**
|
|
3885
3885
|
* @internal
|
|
3886
3886
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3887
3887
|
*/
|
|
3888
|
-
export var
|
|
3889
|
-
(function (
|
|
3890
|
-
/** @deprecated use `
|
|
3891
|
-
|
|
3892
|
-
/** @deprecated use `
|
|
3893
|
-
|
|
3894
|
-
})(
|
|
3895
|
-
export function
|
|
3896
|
-
return JSON.stringify(
|
|
3897
|
-
.parse(
|
|
3888
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$;
|
|
3889
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$) {
|
|
3890
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema` instead. */
|
|
3891
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema;
|
|
3892
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema` instead. */
|
|
3893
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema;
|
|
3894
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$ = {}));
|
|
3895
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557) {
|
|
3896
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema
|
|
3897
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557));
|
|
3898
3898
|
}
|
|
3899
|
-
export function
|
|
3900
|
-
return safeParse(jsonString, (x) =>
|
|
3901
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3899
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557FromJSON(jsonString) {
|
|
3900
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema
|
|
3901
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557' from JSON`);
|
|
3902
3902
|
}
|
|
3903
3903
|
/** @internal */
|
|
3904
3904
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
3905
|
-
"__@BRAND@
|
|
3905
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema),
|
|
3906
3906
|
}).transform((v) => {
|
|
3907
3907
|
return remap$(v, {
|
|
3908
|
-
"__@BRAND@
|
|
3908
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
3909
3909
|
});
|
|
3910
3910
|
});
|
|
3911
3911
|
/** @internal */
|
|
3912
3912
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
3913
|
-
|
|
3913
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema),
|
|
3914
3914
|
}).transform((v) => {
|
|
3915
3915
|
return remap$(v, {
|
|
3916
|
-
|
|
3916
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
3917
3917
|
});
|
|
3918
3918
|
});
|
|
3919
3919
|
/**
|
|
@@ -3936,42 +3936,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
3936
3936
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
|
|
3937
3937
|
}
|
|
3938
3938
|
/** @internal */
|
|
3939
|
-
export const
|
|
3939
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema = z.object({});
|
|
3940
3940
|
/** @internal */
|
|
3941
|
-
export const
|
|
3941
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema = z.object({});
|
|
3942
3942
|
/**
|
|
3943
3943
|
* @internal
|
|
3944
3944
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3945
3945
|
*/
|
|
3946
|
-
export var
|
|
3947
|
-
(function (
|
|
3948
|
-
/** @deprecated use `
|
|
3949
|
-
|
|
3950
|
-
/** @deprecated use `
|
|
3951
|
-
|
|
3952
|
-
})(
|
|
3953
|
-
export function
|
|
3954
|
-
return JSON.stringify(
|
|
3955
|
-
.parse(
|
|
3946
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$;
|
|
3947
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$) {
|
|
3948
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema` instead. */
|
|
3949
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema;
|
|
3950
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema` instead. */
|
|
3951
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema;
|
|
3952
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$ = {}));
|
|
3953
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557) {
|
|
3954
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema
|
|
3955
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557));
|
|
3956
3956
|
}
|
|
3957
|
-
export function
|
|
3958
|
-
return safeParse(jsonString, (x) =>
|
|
3959
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3957
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557FromJSON(jsonString) {
|
|
3958
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema
|
|
3959
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557' from JSON`);
|
|
3960
3960
|
}
|
|
3961
3961
|
/** @internal */
|
|
3962
3962
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
3963
|
-
"__@BRAND@
|
|
3963
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema),
|
|
3964
3964
|
}).transform((v) => {
|
|
3965
3965
|
return remap$(v, {
|
|
3966
|
-
"__@BRAND@
|
|
3966
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
3967
3967
|
});
|
|
3968
3968
|
});
|
|
3969
3969
|
/** @internal */
|
|
3970
3970
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
3971
|
-
|
|
3971
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema),
|
|
3972
3972
|
}).transform((v) => {
|
|
3973
3973
|
return remap$(v, {
|
|
3974
|
-
|
|
3974
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
3975
3975
|
});
|
|
3976
3976
|
});
|
|
3977
3977
|
/**
|
|
@@ -3994,42 +3994,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
3994
3994
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
|
|
3995
3995
|
}
|
|
3996
3996
|
/** @internal */
|
|
3997
|
-
export const
|
|
3997
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema = z.object({});
|
|
3998
3998
|
/** @internal */
|
|
3999
|
-
export const
|
|
3999
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema = z.object({});
|
|
4000
4000
|
/**
|
|
4001
4001
|
* @internal
|
|
4002
4002
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4003
4003
|
*/
|
|
4004
|
-
export var
|
|
4005
|
-
(function (
|
|
4006
|
-
/** @deprecated use `
|
|
4007
|
-
|
|
4008
|
-
/** @deprecated use `
|
|
4009
|
-
|
|
4010
|
-
})(
|
|
4011
|
-
export function
|
|
4012
|
-
return JSON.stringify(
|
|
4013
|
-
.parse(
|
|
4004
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$;
|
|
4005
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$) {
|
|
4006
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema` instead. */
|
|
4007
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema;
|
|
4008
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema` instead. */
|
|
4009
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema;
|
|
4010
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$ = {}));
|
|
4011
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557) {
|
|
4012
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema
|
|
4013
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557));
|
|
4014
4014
|
}
|
|
4015
|
-
export function
|
|
4016
|
-
return safeParse(jsonString, (x) =>
|
|
4017
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4015
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557FromJSON(jsonString) {
|
|
4016
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema
|
|
4017
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557' from JSON`);
|
|
4018
4018
|
}
|
|
4019
4019
|
/** @internal */
|
|
4020
4020
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
4021
|
-
"__@BRAND@
|
|
4021
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema),
|
|
4022
4022
|
}).transform((v) => {
|
|
4023
4023
|
return remap$(v, {
|
|
4024
|
-
"__@BRAND@
|
|
4024
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
4025
4025
|
});
|
|
4026
4026
|
});
|
|
4027
4027
|
/** @internal */
|
|
4028
4028
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
4029
|
-
|
|
4029
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema),
|
|
4030
4030
|
}).transform((v) => {
|
|
4031
4031
|
return remap$(v, {
|
|
4032
|
-
|
|
4032
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
4033
4033
|
});
|
|
4034
4034
|
});
|
|
4035
4035
|
/**
|
|
@@ -5838,42 +5838,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
|
|
|
5838
5838
|
CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
|
|
5839
5839
|
})(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
|
|
5840
5840
|
/** @internal */
|
|
5841
|
-
export const
|
|
5841
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema = z.object({});
|
|
5842
5842
|
/** @internal */
|
|
5843
|
-
export const
|
|
5843
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema = z.object({});
|
|
5844
5844
|
/**
|
|
5845
5845
|
* @internal
|
|
5846
5846
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5847
5847
|
*/
|
|
5848
|
-
export var
|
|
5849
|
-
(function (
|
|
5850
|
-
/** @deprecated use `
|
|
5851
|
-
|
|
5852
|
-
/** @deprecated use `
|
|
5853
|
-
|
|
5854
|
-
})(
|
|
5855
|
-
export function
|
|
5856
|
-
return JSON.stringify(
|
|
5857
|
-
.parse(
|
|
5848
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$;
|
|
5849
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$) {
|
|
5850
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema` instead. */
|
|
5851
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema;
|
|
5852
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema` instead. */
|
|
5853
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema;
|
|
5854
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$ = {}));
|
|
5855
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557) {
|
|
5856
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema
|
|
5857
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557));
|
|
5858
5858
|
}
|
|
5859
|
-
export function
|
|
5860
|
-
return safeParse(jsonString, (x) =>
|
|
5861
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
5859
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557FromJSON(jsonString) {
|
|
5860
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema
|
|
5861
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557' from JSON`);
|
|
5862
5862
|
}
|
|
5863
5863
|
/** @internal */
|
|
5864
5864
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
|
|
5865
|
-
"__@BRAND@
|
|
5865
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema),
|
|
5866
5866
|
}).transform((v) => {
|
|
5867
5867
|
return remap$(v, {
|
|
5868
|
-
"__@BRAND@
|
|
5868
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
5869
5869
|
});
|
|
5870
5870
|
});
|
|
5871
5871
|
/** @internal */
|
|
5872
5872
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
|
|
5873
|
-
|
|
5873
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema),
|
|
5874
5874
|
}).transform((v) => {
|
|
5875
5875
|
return remap$(v, {
|
|
5876
|
-
|
|
5876
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
5877
5877
|
});
|
|
5878
5878
|
});
|
|
5879
5879
|
/**
|
|
@@ -5894,40 +5894,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
|
|
|
5894
5894
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
|
|
5895
5895
|
}
|
|
5896
5896
|
/** @internal */
|
|
5897
|
-
export const
|
|
5897
|
+
export const PropertiesAtBRANDAt8557$inboundSchema = z.object({});
|
|
5898
5898
|
/** @internal */
|
|
5899
|
-
export const
|
|
5899
|
+
export const PropertiesAtBRANDAt8557$outboundSchema = z.object({});
|
|
5900
5900
|
/**
|
|
5901
5901
|
* @internal
|
|
5902
5902
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5903
5903
|
*/
|
|
5904
|
-
export var
|
|
5905
|
-
(function (
|
|
5906
|
-
/** @deprecated use `
|
|
5907
|
-
|
|
5908
|
-
/** @deprecated use `
|
|
5909
|
-
|
|
5910
|
-
})(
|
|
5911
|
-
export function
|
|
5912
|
-
return JSON.stringify(
|
|
5904
|
+
export var PropertiesAtBRANDAt8557$;
|
|
5905
|
+
(function (PropertiesAtBRANDAt8557$) {
|
|
5906
|
+
/** @deprecated use `PropertiesAtBRANDAt8557$inboundSchema` instead. */
|
|
5907
|
+
PropertiesAtBRANDAt8557$.inboundSchema = PropertiesAtBRANDAt8557$inboundSchema;
|
|
5908
|
+
/** @deprecated use `PropertiesAtBRANDAt8557$outboundSchema` instead. */
|
|
5909
|
+
PropertiesAtBRANDAt8557$.outboundSchema = PropertiesAtBRANDAt8557$outboundSchema;
|
|
5910
|
+
})(PropertiesAtBRANDAt8557$ || (PropertiesAtBRANDAt8557$ = {}));
|
|
5911
|
+
export function propertiesAtBRANDAt8557ToJSON(propertiesAtBRANDAt8557) {
|
|
5912
|
+
return JSON.stringify(PropertiesAtBRANDAt8557$outboundSchema.parse(propertiesAtBRANDAt8557));
|
|
5913
5913
|
}
|
|
5914
|
-
export function
|
|
5915
|
-
return safeParse(jsonString, (x) =>
|
|
5914
|
+
export function propertiesAtBRANDAt8557FromJSON(jsonString) {
|
|
5915
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt8557$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8557' from JSON`);
|
|
5916
5916
|
}
|
|
5917
5917
|
/** @internal */
|
|
5918
5918
|
export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
|
|
5919
|
-
"__@BRAND@
|
|
5919
|
+
"__@BRAND@8557": z.lazy(() => PropertiesAtBRANDAt8557$inboundSchema),
|
|
5920
5920
|
}).transform((v) => {
|
|
5921
5921
|
return remap$(v, {
|
|
5922
|
-
"__@BRAND@
|
|
5922
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
5923
5923
|
});
|
|
5924
5924
|
});
|
|
5925
5925
|
/** @internal */
|
|
5926
5926
|
export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
|
|
5927
|
-
|
|
5927
|
+
atBRANDAt8557: z.lazy(() => PropertiesAtBRANDAt8557$outboundSchema),
|
|
5928
5928
|
}).transform((v) => {
|
|
5929
5929
|
return remap$(v, {
|
|
5930
|
-
|
|
5930
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
5931
5931
|
});
|
|
5932
5932
|
});
|
|
5933
5933
|
/**
|
|
@@ -5948,40 +5948,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
|
|
|
5948
5948
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
|
|
5949
5949
|
}
|
|
5950
5950
|
/** @internal */
|
|
5951
|
-
export const
|
|
5951
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema = z.object({});
|
|
5952
5952
|
/** @internal */
|
|
5953
|
-
export const
|
|
5953
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema = z.object({});
|
|
5954
5954
|
/**
|
|
5955
5955
|
* @internal
|
|
5956
5956
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5957
5957
|
*/
|
|
5958
|
-
export var
|
|
5959
|
-
(function (
|
|
5960
|
-
/** @deprecated use `
|
|
5961
|
-
|
|
5962
|
-
/** @deprecated use `
|
|
5963
|
-
|
|
5964
|
-
})(
|
|
5965
|
-
export function
|
|
5966
|
-
return JSON.stringify(
|
|
5958
|
+
export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$;
|
|
5959
|
+
(function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$) {
|
|
5960
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema` instead. */
|
|
5961
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema;
|
|
5962
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema` instead. */
|
|
5963
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema;
|
|
5964
|
+
})(CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$ = {}));
|
|
5965
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8557) {
|
|
5966
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8557));
|
|
5967
5967
|
}
|
|
5968
|
-
export function
|
|
5969
|
-
return safeParse(jsonString, (x) =>
|
|
5968
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8557FromJSON(jsonString) {
|
|
5969
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8557' from JSON`);
|
|
5970
5970
|
}
|
|
5971
5971
|
/** @internal */
|
|
5972
5972
|
export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
|
|
5973
|
-
"__@BRAND@
|
|
5973
|
+
"__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema),
|
|
5974
5974
|
}).transform((v) => {
|
|
5975
5975
|
return remap$(v, {
|
|
5976
|
-
"__@BRAND@
|
|
5976
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
5977
5977
|
});
|
|
5978
5978
|
});
|
|
5979
5979
|
/** @internal */
|
|
5980
5980
|
export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
|
|
5981
|
-
|
|
5981
|
+
atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema),
|
|
5982
5982
|
}).transform((v) => {
|
|
5983
5983
|
return remap$(v, {
|
|
5984
|
-
|
|
5984
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
5985
5985
|
});
|
|
5986
5986
|
});
|
|
5987
5987
|
/**
|
|
@@ -6671,40 +6671,40 @@ export function guidesFromJSON(jsonString) {
|
|
|
6671
6671
|
return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
|
|
6672
6672
|
}
|
|
6673
6673
|
/** @internal */
|
|
6674
|
-
export const
|
|
6674
|
+
export const AtBRANDAt8557$inboundSchema = z.object({});
|
|
6675
6675
|
/** @internal */
|
|
6676
|
-
export const
|
|
6676
|
+
export const AtBRANDAt8557$outboundSchema = z.object({});
|
|
6677
6677
|
/**
|
|
6678
6678
|
* @internal
|
|
6679
6679
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6680
6680
|
*/
|
|
6681
|
-
export var
|
|
6682
|
-
(function (
|
|
6683
|
-
/** @deprecated use `
|
|
6684
|
-
|
|
6685
|
-
/** @deprecated use `
|
|
6686
|
-
|
|
6687
|
-
})(
|
|
6688
|
-
export function
|
|
6689
|
-
return JSON.stringify(
|
|
6681
|
+
export var AtBRANDAt8557$;
|
|
6682
|
+
(function (AtBRANDAt8557$) {
|
|
6683
|
+
/** @deprecated use `AtBRANDAt8557$inboundSchema` instead. */
|
|
6684
|
+
AtBRANDAt8557$.inboundSchema = AtBRANDAt8557$inboundSchema;
|
|
6685
|
+
/** @deprecated use `AtBRANDAt8557$outboundSchema` instead. */
|
|
6686
|
+
AtBRANDAt8557$.outboundSchema = AtBRANDAt8557$outboundSchema;
|
|
6687
|
+
})(AtBRANDAt8557$ || (AtBRANDAt8557$ = {}));
|
|
6688
|
+
export function atBRANDAt8557ToJSON(atBRANDAt8557) {
|
|
6689
|
+
return JSON.stringify(AtBRANDAt8557$outboundSchema.parse(atBRANDAt8557));
|
|
6690
6690
|
}
|
|
6691
|
-
export function
|
|
6692
|
-
return safeParse(jsonString, (x) =>
|
|
6691
|
+
export function atBRANDAt8557FromJSON(jsonString) {
|
|
6692
|
+
return safeParse(jsonString, (x) => AtBRANDAt8557$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8557' from JSON`);
|
|
6693
6693
|
}
|
|
6694
6694
|
/** @internal */
|
|
6695
6695
|
export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
|
|
6696
|
-
"__@BRAND@
|
|
6696
|
+
"__@BRAND@8557": z.lazy(() => AtBRANDAt8557$inboundSchema),
|
|
6697
6697
|
}).transform((v) => {
|
|
6698
6698
|
return remap$(v, {
|
|
6699
|
-
"__@BRAND@
|
|
6699
|
+
"__@BRAND@8557": "atBRANDAt8557",
|
|
6700
6700
|
});
|
|
6701
6701
|
});
|
|
6702
6702
|
/** @internal */
|
|
6703
6703
|
export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
|
|
6704
|
-
|
|
6704
|
+
atBRANDAt8557: z.lazy(() => AtBRANDAt8557$outboundSchema),
|
|
6705
6705
|
}).transform((v) => {
|
|
6706
6706
|
return remap$(v, {
|
|
6707
|
-
|
|
6707
|
+
atBRANDAt8557: "__@BRAND@8557",
|
|
6708
6708
|
});
|
|
6709
6709
|
});
|
|
6710
6710
|
/**
|