@vercel/sdk 1.13.8 → 1.13.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -20
- package/bin/mcp-server.js +2169 -1565
- package/bin/mcp-server.js.map +27 -21
- package/docs/sdks/marketplace/README.md +150 -0
- package/esm/__tests__/domains.test.js +2 -7
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +2 -6
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/marketplace.test.js +16 -0
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +6 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallation.d.ts +17 -0
- package/esm/funcs/marketplaceUpdateInstallation.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateInstallation.js +82 -0
- package/esm/funcs/marketplaceUpdateInstallation.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResource.d.ts +17 -0
- package/esm/funcs/marketplaceUpdateResource.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateResource.js +85 -0
- package/esm/funcs/marketplaceUpdateResource.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +5 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.js +27 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.js +28 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.js.map +1 -0
- package/esm/models/buysingledomainop.d.ts +8 -8
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +12 -13
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +285 -285
- package/esm/models/createintegrationstoredirectop.js +351 -351
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +154 -156
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +149 -151
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/exchangessotokenop.d.ts +2 -0
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +4 -0
- package/esm/models/exchangessotokenop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getprojectenvop.d.ts +9 -9
- package/esm/models/getprojectenvop.js +3 -3
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +124 -126
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +131 -133
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +68 -68
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +75 -72
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updateinstallationop.d.ts +242 -0
- package/esm/models/updateinstallationop.d.ts.map +1 -0
- package/esm/models/updateinstallationop.js +246 -0
- package/esm/models/updateinstallationop.js.map +1 -0
- package/esm/models/updateprojectdatacacheop.d.ts +124 -126
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +131 -133
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +154 -156
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +149 -151
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourceop.d.ts +432 -0
- package/esm/models/updateresourceop.d.ts.map +1 -0
- package/esm/models/updateresourceop.js +393 -0
- package/esm/models/updateresourceop.js.map +1 -0
- package/esm/models/userevent.d.ts +122 -6
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +90 -2
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +16 -0
- package/esm/sdk/marketplace.d.ts.map +1 -1
- package/esm/sdk/marketplace.js +20 -0
- package/esm/sdk/marketplace.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/domains.test.ts +2 -7
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +2 -6
- package/src/__tests__/marketplace.test.ts +19 -0
- package/src/__tests__/rollingrelease.test.ts +6 -2
- package/src/__tests__/security.test.ts +4 -4
- package/src/funcs/marketplaceUpdateInstallation.ts +174 -0
- package/src/funcs/marketplaceUpdateResource.ts +179 -0
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +5 -1
- package/src/mcp-server/tools/marketplaceUpdateInstallation.ts +35 -0
- package/src/mcp-server/tools/marketplaceUpdateResource.ts +37 -0
- package/src/models/buysingledomainop.ts +16 -14
- package/src/models/createintegrationstoredirectop.ts +604 -604
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +285 -289
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/exchangessotokenop.ts +6 -0
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getprojectenvop.ts +3 -3
- package/src/models/getprojectsop.ts +255 -259
- package/src/models/importresourceop.ts +142 -115
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateinstallationop.ts +488 -0
- package/src/models/updateprojectdatacacheop.ts +255 -259
- package/src/models/updateprojectop.ts +285 -289
- package/src/models/updateresourceop.ts +823 -0
- package/src/models/userevent.ts +188 -2
- package/src/sdk/marketplace.ts +41 -0
- package/vercel-spec.json +1618 -1190
|
@@ -925,42 +925,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
|
|
|
925
925
|
CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
|
|
926
926
|
})(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
|
|
927
927
|
/** @internal */
|
|
928
|
-
export const
|
|
928
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema = z.object({});
|
|
929
929
|
/** @internal */
|
|
930
|
-
export const
|
|
930
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema = z.object({});
|
|
931
931
|
/**
|
|
932
932
|
* @internal
|
|
933
933
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
934
934
|
*/
|
|
935
|
-
export var
|
|
936
|
-
(function (
|
|
937
|
-
/** @deprecated use `
|
|
938
|
-
|
|
939
|
-
/** @deprecated use `
|
|
940
|
-
|
|
941
|
-
})(
|
|
942
|
-
export function
|
|
943
|
-
return JSON.stringify(
|
|
944
|
-
.parse(
|
|
935
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$;
|
|
936
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$) {
|
|
937
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema` instead. */
|
|
938
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema;
|
|
939
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema` instead. */
|
|
940
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema;
|
|
941
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$ = {}));
|
|
942
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584) {
|
|
943
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema
|
|
944
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584));
|
|
945
945
|
}
|
|
946
|
-
export function
|
|
947
|
-
return safeParse(jsonString, (x) =>
|
|
948
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
946
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584FromJSON(jsonString) {
|
|
947
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema
|
|
948
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584' from JSON`);
|
|
949
949
|
}
|
|
950
950
|
/** @internal */
|
|
951
951
|
export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
|
|
952
|
-
"__@BRAND@
|
|
952
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema),
|
|
953
953
|
}).transform((v) => {
|
|
954
954
|
return remap$(v, {
|
|
955
|
-
"__@BRAND@
|
|
955
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
956
956
|
});
|
|
957
957
|
});
|
|
958
958
|
/** @internal */
|
|
959
959
|
export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
|
|
960
|
-
|
|
960
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema),
|
|
961
961
|
}).transform((v) => {
|
|
962
962
|
return remap$(v, {
|
|
963
|
-
|
|
963
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
964
964
|
});
|
|
965
965
|
});
|
|
966
966
|
/**
|
|
@@ -1194,42 +1194,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
1194
1194
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
|
|
1195
1195
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ = {}));
|
|
1196
1196
|
/** @internal */
|
|
1197
|
-
export const
|
|
1197
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema = z.object({});
|
|
1198
1198
|
/** @internal */
|
|
1199
|
-
export const
|
|
1199
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema = z.object({});
|
|
1200
1200
|
/**
|
|
1201
1201
|
* @internal
|
|
1202
1202
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1203
1203
|
*/
|
|
1204
|
-
export var
|
|
1205
|
-
(function (
|
|
1206
|
-
/** @deprecated use `
|
|
1207
|
-
|
|
1208
|
-
/** @deprecated use `
|
|
1209
|
-
|
|
1210
|
-
})(
|
|
1211
|
-
export function
|
|
1212
|
-
return JSON.stringify(
|
|
1213
|
-
.parse(
|
|
1204
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$;
|
|
1205
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$) {
|
|
1206
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema` instead. */
|
|
1207
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema;
|
|
1208
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema` instead. */
|
|
1209
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema;
|
|
1210
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$ = {}));
|
|
1211
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584) {
|
|
1212
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema
|
|
1213
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584));
|
|
1214
1214
|
}
|
|
1215
|
-
export function
|
|
1216
|
-
return safeParse(jsonString, (x) =>
|
|
1217
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1215
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584FromJSON(jsonString) {
|
|
1216
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema
|
|
1217
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584' from JSON`);
|
|
1218
1218
|
}
|
|
1219
1219
|
/** @internal */
|
|
1220
1220
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
|
|
1221
|
-
"__@BRAND@
|
|
1221
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema),
|
|
1222
1222
|
}).transform((v) => {
|
|
1223
1223
|
return remap$(v, {
|
|
1224
|
-
"__@BRAND@
|
|
1224
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
1225
1225
|
});
|
|
1226
1226
|
});
|
|
1227
1227
|
/** @internal */
|
|
1228
1228
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
|
|
1229
|
-
|
|
1229
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema),
|
|
1230
1230
|
}).transform((v) => {
|
|
1231
1231
|
return remap$(v, {
|
|
1232
|
-
|
|
1232
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
1233
1233
|
});
|
|
1234
1234
|
});
|
|
1235
1235
|
/**
|
|
@@ -1252,42 +1252,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
1252
1252
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
|
|
1253
1253
|
}
|
|
1254
1254
|
/** @internal */
|
|
1255
|
-
export const
|
|
1255
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema = z.object({});
|
|
1256
1256
|
/** @internal */
|
|
1257
|
-
export const
|
|
1257
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema = z.object({});
|
|
1258
1258
|
/**
|
|
1259
1259
|
* @internal
|
|
1260
1260
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1261
1261
|
*/
|
|
1262
|
-
export var
|
|
1263
|
-
(function (
|
|
1264
|
-
/** @deprecated use `
|
|
1265
|
-
|
|
1266
|
-
/** @deprecated use `
|
|
1267
|
-
|
|
1268
|
-
})(
|
|
1269
|
-
export function
|
|
1270
|
-
return JSON.stringify(
|
|
1271
|
-
.parse(
|
|
1262
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$;
|
|
1263
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$) {
|
|
1264
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema` instead. */
|
|
1265
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema;
|
|
1266
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema` instead. */
|
|
1267
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema;
|
|
1268
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$ = {}));
|
|
1269
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584) {
|
|
1270
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema
|
|
1271
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584));
|
|
1272
1272
|
}
|
|
1273
|
-
export function
|
|
1274
|
-
return safeParse(jsonString, (x) =>
|
|
1275
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1273
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584FromJSON(jsonString) {
|
|
1274
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema
|
|
1275
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584' from JSON`);
|
|
1276
1276
|
}
|
|
1277
1277
|
/** @internal */
|
|
1278
1278
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
|
|
1279
|
-
"__@BRAND@
|
|
1279
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema),
|
|
1280
1280
|
}).transform((v) => {
|
|
1281
1281
|
return remap$(v, {
|
|
1282
|
-
"__@BRAND@
|
|
1282
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
1283
1283
|
});
|
|
1284
1284
|
});
|
|
1285
1285
|
/** @internal */
|
|
1286
1286
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
|
|
1287
|
-
|
|
1287
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema),
|
|
1288
1288
|
}).transform((v) => {
|
|
1289
1289
|
return remap$(v, {
|
|
1290
|
-
|
|
1290
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
1291
1291
|
});
|
|
1292
1292
|
});
|
|
1293
1293
|
/**
|
|
@@ -1310,42 +1310,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
1310
1310
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
|
|
1311
1311
|
}
|
|
1312
1312
|
/** @internal */
|
|
1313
|
-
export const
|
|
1313
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema = z.object({});
|
|
1314
1314
|
/** @internal */
|
|
1315
|
-
export const
|
|
1315
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema = z.object({});
|
|
1316
1316
|
/**
|
|
1317
1317
|
* @internal
|
|
1318
1318
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1319
1319
|
*/
|
|
1320
|
-
export var
|
|
1321
|
-
(function (
|
|
1322
|
-
/** @deprecated use `
|
|
1323
|
-
|
|
1324
|
-
/** @deprecated use `
|
|
1325
|
-
|
|
1326
|
-
})(
|
|
1327
|
-
export function
|
|
1328
|
-
return JSON.stringify(
|
|
1329
|
-
.parse(
|
|
1320
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$;
|
|
1321
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$) {
|
|
1322
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema` instead. */
|
|
1323
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema;
|
|
1324
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema` instead. */
|
|
1325
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema;
|
|
1326
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$ = {}));
|
|
1327
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584) {
|
|
1328
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema
|
|
1329
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584));
|
|
1330
1330
|
}
|
|
1331
|
-
export function
|
|
1332
|
-
return safeParse(jsonString, (x) =>
|
|
1333
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1331
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584FromJSON(jsonString) {
|
|
1332
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema
|
|
1333
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584' from JSON`);
|
|
1334
1334
|
}
|
|
1335
1335
|
/** @internal */
|
|
1336
1336
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
|
|
1337
|
-
"__@BRAND@
|
|
1337
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema),
|
|
1338
1338
|
}).transform((v) => {
|
|
1339
1339
|
return remap$(v, {
|
|
1340
|
-
"__@BRAND@
|
|
1340
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
1341
1341
|
});
|
|
1342
1342
|
});
|
|
1343
1343
|
/** @internal */
|
|
1344
1344
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
|
|
1345
|
-
|
|
1345
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema),
|
|
1346
1346
|
}).transform((v) => {
|
|
1347
1347
|
return remap$(v, {
|
|
1348
|
-
|
|
1348
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
1349
1349
|
});
|
|
1350
1350
|
});
|
|
1351
1351
|
/**
|
|
@@ -1805,40 +1805,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
1805
1805
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
|
|
1806
1806
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
|
|
1807
1807
|
/** @internal */
|
|
1808
|
-
export const
|
|
1808
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema = z.object({});
|
|
1809
1809
|
/** @internal */
|
|
1810
|
-
export const
|
|
1810
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema = z.object({});
|
|
1811
1811
|
/**
|
|
1812
1812
|
* @internal
|
|
1813
1813
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1814
1814
|
*/
|
|
1815
|
-
export var
|
|
1816
|
-
(function (
|
|
1817
|
-
/** @deprecated use `
|
|
1818
|
-
|
|
1819
|
-
/** @deprecated use `
|
|
1820
|
-
|
|
1821
|
-
})(
|
|
1822
|
-
export function
|
|
1823
|
-
return JSON.stringify(
|
|
1815
|
+
export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$;
|
|
1816
|
+
(function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$) {
|
|
1817
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema` instead. */
|
|
1818
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema;
|
|
1819
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema` instead. */
|
|
1820
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema;
|
|
1821
|
+
})(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$ = {}));
|
|
1822
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8584ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8584) {
|
|
1823
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8584));
|
|
1824
1824
|
}
|
|
1825
|
-
export function
|
|
1826
|
-
return safeParse(jsonString, (x) =>
|
|
1825
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8584FromJSON(jsonString) {
|
|
1826
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584' from JSON`);
|
|
1827
1827
|
}
|
|
1828
1828
|
/** @internal */
|
|
1829
1829
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
|
|
1830
|
-
"__@BRAND@
|
|
1830
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema),
|
|
1831
1831
|
}).transform((v) => {
|
|
1832
1832
|
return remap$(v, {
|
|
1833
|
-
"__@BRAND@
|
|
1833
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
1834
1834
|
});
|
|
1835
1835
|
});
|
|
1836
1836
|
/** @internal */
|
|
1837
1837
|
export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
|
|
1838
|
-
|
|
1838
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema),
|
|
1839
1839
|
}).transform((v) => {
|
|
1840
1840
|
return remap$(v, {
|
|
1841
|
-
|
|
1841
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
1842
1842
|
});
|
|
1843
1843
|
});
|
|
1844
1844
|
/**
|
|
@@ -2050,40 +2050,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
|
|
|
2050
2050
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
|
|
2051
2051
|
}
|
|
2052
2052
|
/** @internal */
|
|
2053
|
-
export const
|
|
2053
|
+
export const UiOptionsAtBRANDAt8584$inboundSchema = z.object({});
|
|
2054
2054
|
/** @internal */
|
|
2055
|
-
export const
|
|
2055
|
+
export const UiOptionsAtBRANDAt8584$outboundSchema = z.object({});
|
|
2056
2056
|
/**
|
|
2057
2057
|
* @internal
|
|
2058
2058
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2059
2059
|
*/
|
|
2060
|
-
export var
|
|
2061
|
-
(function (
|
|
2062
|
-
/** @deprecated use `
|
|
2063
|
-
|
|
2064
|
-
/** @deprecated use `
|
|
2065
|
-
|
|
2066
|
-
})(
|
|
2067
|
-
export function
|
|
2068
|
-
return JSON.stringify(
|
|
2060
|
+
export var UiOptionsAtBRANDAt8584$;
|
|
2061
|
+
(function (UiOptionsAtBRANDAt8584$) {
|
|
2062
|
+
/** @deprecated use `UiOptionsAtBRANDAt8584$inboundSchema` instead. */
|
|
2063
|
+
UiOptionsAtBRANDAt8584$.inboundSchema = UiOptionsAtBRANDAt8584$inboundSchema;
|
|
2064
|
+
/** @deprecated use `UiOptionsAtBRANDAt8584$outboundSchema` instead. */
|
|
2065
|
+
UiOptionsAtBRANDAt8584$.outboundSchema = UiOptionsAtBRANDAt8584$outboundSchema;
|
|
2066
|
+
})(UiOptionsAtBRANDAt8584$ || (UiOptionsAtBRANDAt8584$ = {}));
|
|
2067
|
+
export function uiOptionsAtBRANDAt8584ToJSON(uiOptionsAtBRANDAt8584) {
|
|
2068
|
+
return JSON.stringify(UiOptionsAtBRANDAt8584$outboundSchema.parse(uiOptionsAtBRANDAt8584));
|
|
2069
2069
|
}
|
|
2070
|
-
export function
|
|
2071
|
-
return safeParse(jsonString, (x) =>
|
|
2070
|
+
export function uiOptionsAtBRANDAt8584FromJSON(jsonString) {
|
|
2071
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8584$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8584' from JSON`);
|
|
2072
2072
|
}
|
|
2073
2073
|
/** @internal */
|
|
2074
2074
|
export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
|
|
2075
|
-
"__@BRAND@
|
|
2075
|
+
"__@BRAND@8584": z.lazy(() => UiOptionsAtBRANDAt8584$inboundSchema),
|
|
2076
2076
|
}).transform((v) => {
|
|
2077
2077
|
return remap$(v, {
|
|
2078
|
-
"__@BRAND@
|
|
2078
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
2079
2079
|
});
|
|
2080
2080
|
});
|
|
2081
2081
|
/** @internal */
|
|
2082
2082
|
export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
|
|
2083
|
-
|
|
2083
|
+
atBRANDAt8584: z.lazy(() => UiOptionsAtBRANDAt8584$outboundSchema),
|
|
2084
2084
|
}).transform((v) => {
|
|
2085
2085
|
return remap$(v, {
|
|
2086
|
-
|
|
2086
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
2087
2087
|
});
|
|
2088
2088
|
});
|
|
2089
2089
|
/**
|
|
@@ -2324,42 +2324,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
2324
2324
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
|
|
2325
2325
|
}
|
|
2326
2326
|
/** @internal */
|
|
2327
|
-
export const
|
|
2327
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema = z.object({});
|
|
2328
2328
|
/** @internal */
|
|
2329
|
-
export const
|
|
2329
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema = z.object({});
|
|
2330
2330
|
/**
|
|
2331
2331
|
* @internal
|
|
2332
2332
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2333
2333
|
*/
|
|
2334
|
-
export var
|
|
2335
|
-
(function (
|
|
2336
|
-
/** @deprecated use `
|
|
2337
|
-
|
|
2338
|
-
/** @deprecated use `
|
|
2339
|
-
|
|
2340
|
-
})(
|
|
2341
|
-
export function
|
|
2342
|
-
return JSON.stringify(
|
|
2343
|
-
.parse(
|
|
2334
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$;
|
|
2335
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$) {
|
|
2336
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema` instead. */
|
|
2337
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema;
|
|
2338
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema` instead. */
|
|
2339
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema;
|
|
2340
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$ = {}));
|
|
2341
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584) {
|
|
2342
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema
|
|
2343
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584));
|
|
2344
2344
|
}
|
|
2345
|
-
export function
|
|
2346
|
-
return safeParse(jsonString, (x) =>
|
|
2347
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2345
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584FromJSON(jsonString) {
|
|
2346
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema
|
|
2347
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584' from JSON`);
|
|
2348
2348
|
}
|
|
2349
2349
|
/** @internal */
|
|
2350
2350
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
2351
|
-
"__@BRAND@
|
|
2351
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema),
|
|
2352
2352
|
}).transform((v) => {
|
|
2353
2353
|
return remap$(v, {
|
|
2354
|
-
"__@BRAND@
|
|
2354
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
2355
2355
|
});
|
|
2356
2356
|
});
|
|
2357
2357
|
/** @internal */
|
|
2358
2358
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
2359
|
-
|
|
2359
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema),
|
|
2360
2360
|
}).transform((v) => {
|
|
2361
2361
|
return remap$(v, {
|
|
2362
|
-
|
|
2362
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
2363
2363
|
});
|
|
2364
2364
|
});
|
|
2365
2365
|
/**
|
|
@@ -2382,42 +2382,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
2382
2382
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
2383
2383
|
}
|
|
2384
2384
|
/** @internal */
|
|
2385
|
-
export const
|
|
2385
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema = z.object({});
|
|
2386
2386
|
/** @internal */
|
|
2387
|
-
export const
|
|
2387
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema = z.object({});
|
|
2388
2388
|
/**
|
|
2389
2389
|
* @internal
|
|
2390
2390
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2391
2391
|
*/
|
|
2392
|
-
export var
|
|
2393
|
-
(function (
|
|
2394
|
-
/** @deprecated use `
|
|
2395
|
-
|
|
2396
|
-
/** @deprecated use `
|
|
2397
|
-
|
|
2398
|
-
})(
|
|
2399
|
-
export function
|
|
2400
|
-
return JSON.stringify(
|
|
2401
|
-
.parse(
|
|
2392
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$;
|
|
2393
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$) {
|
|
2394
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema` instead. */
|
|
2395
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema;
|
|
2396
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema` instead. */
|
|
2397
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema;
|
|
2398
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$ = {}));
|
|
2399
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584) {
|
|
2400
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema
|
|
2401
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584));
|
|
2402
2402
|
}
|
|
2403
|
-
export function
|
|
2404
|
-
return safeParse(jsonString, (x) =>
|
|
2405
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2403
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584FromJSON(jsonString) {
|
|
2404
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema
|
|
2405
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584' from JSON`);
|
|
2406
2406
|
}
|
|
2407
2407
|
/** @internal */
|
|
2408
2408
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
2409
|
-
"__@BRAND@
|
|
2409
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema),
|
|
2410
2410
|
}).transform((v) => {
|
|
2411
2411
|
return remap$(v, {
|
|
2412
|
-
"__@BRAND@
|
|
2412
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
2413
2413
|
});
|
|
2414
2414
|
});
|
|
2415
2415
|
/** @internal */
|
|
2416
2416
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
2417
|
-
|
|
2417
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema),
|
|
2418
2418
|
}).transform((v) => {
|
|
2419
2419
|
return remap$(v, {
|
|
2420
|
-
|
|
2420
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
2421
2421
|
});
|
|
2422
2422
|
});
|
|
2423
2423
|
/**
|
|
@@ -2440,42 +2440,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
2440
2440
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
2441
2441
|
}
|
|
2442
2442
|
/** @internal */
|
|
2443
|
-
export const
|
|
2443
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema = z.object({});
|
|
2444
2444
|
/** @internal */
|
|
2445
|
-
export const
|
|
2445
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema = z.object({});
|
|
2446
2446
|
/**
|
|
2447
2447
|
* @internal
|
|
2448
2448
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2449
2449
|
*/
|
|
2450
|
-
export var
|
|
2451
|
-
(function (
|
|
2452
|
-
/** @deprecated use `
|
|
2453
|
-
|
|
2454
|
-
/** @deprecated use `
|
|
2455
|
-
|
|
2456
|
-
})(
|
|
2457
|
-
export function
|
|
2458
|
-
return JSON.stringify(
|
|
2459
|
-
.parse(
|
|
2450
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$;
|
|
2451
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$) {
|
|
2452
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema` instead. */
|
|
2453
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema;
|
|
2454
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema` instead. */
|
|
2455
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema;
|
|
2456
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$ = {}));
|
|
2457
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584) {
|
|
2458
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema
|
|
2459
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584));
|
|
2460
2460
|
}
|
|
2461
|
-
export function
|
|
2462
|
-
return safeParse(jsonString, (x) =>
|
|
2463
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2461
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584FromJSON(jsonString) {
|
|
2462
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema
|
|
2463
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584' from JSON`);
|
|
2464
2464
|
}
|
|
2465
2465
|
/** @internal */
|
|
2466
2466
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
2467
|
-
"__@BRAND@
|
|
2467
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema),
|
|
2468
2468
|
}).transform((v) => {
|
|
2469
2469
|
return remap$(v, {
|
|
2470
|
-
"__@BRAND@
|
|
2470
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
2471
2471
|
});
|
|
2472
2472
|
});
|
|
2473
2473
|
/** @internal */
|
|
2474
2474
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
2475
|
-
|
|
2475
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema),
|
|
2476
2476
|
}).transform((v) => {
|
|
2477
2477
|
return remap$(v, {
|
|
2478
|
-
|
|
2478
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
2479
2479
|
});
|
|
2480
2480
|
});
|
|
2481
2481
|
/**
|
|
@@ -2947,42 +2947,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
2947
2947
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
|
|
2948
2948
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ = {}));
|
|
2949
2949
|
/** @internal */
|
|
2950
|
-
export const
|
|
2950
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema = z.object({});
|
|
2951
2951
|
/** @internal */
|
|
2952
|
-
export const
|
|
2952
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema = z.object({});
|
|
2953
2953
|
/**
|
|
2954
2954
|
* @internal
|
|
2955
2955
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2956
2956
|
*/
|
|
2957
|
-
export var
|
|
2958
|
-
(function (
|
|
2959
|
-
/** @deprecated use `
|
|
2960
|
-
|
|
2961
|
-
/** @deprecated use `
|
|
2962
|
-
|
|
2963
|
-
})(
|
|
2964
|
-
export function
|
|
2965
|
-
return JSON.stringify(
|
|
2966
|
-
.parse(
|
|
2957
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$;
|
|
2958
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$) {
|
|
2959
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema` instead. */
|
|
2960
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema;
|
|
2961
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema` instead. */
|
|
2962
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema;
|
|
2963
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$ = {}));
|
|
2964
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584) {
|
|
2965
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema
|
|
2966
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584));
|
|
2967
2967
|
}
|
|
2968
|
-
export function
|
|
2969
|
-
return safeParse(jsonString, (x) =>
|
|
2970
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2968
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584FromJSON(jsonString) {
|
|
2969
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema
|
|
2970
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584' from JSON`);
|
|
2971
2971
|
}
|
|
2972
2972
|
/** @internal */
|
|
2973
2973
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
|
|
2974
|
-
"__@BRAND@
|
|
2974
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema),
|
|
2975
2975
|
}).transform((v) => {
|
|
2976
2976
|
return remap$(v, {
|
|
2977
|
-
"__@BRAND@
|
|
2977
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
2978
2978
|
});
|
|
2979
2979
|
});
|
|
2980
2980
|
/** @internal */
|
|
2981
2981
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
|
|
2982
|
-
|
|
2982
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema),
|
|
2983
2983
|
}).transform((v) => {
|
|
2984
2984
|
return remap$(v, {
|
|
2985
|
-
|
|
2985
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
2986
2986
|
});
|
|
2987
2987
|
});
|
|
2988
2988
|
/**
|
|
@@ -3005,42 +3005,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
3005
3005
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
|
|
3006
3006
|
}
|
|
3007
3007
|
/** @internal */
|
|
3008
|
-
export const
|
|
3008
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema = z.object({});
|
|
3009
3009
|
/** @internal */
|
|
3010
|
-
export const
|
|
3010
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema = z.object({});
|
|
3011
3011
|
/**
|
|
3012
3012
|
* @internal
|
|
3013
3013
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3014
3014
|
*/
|
|
3015
|
-
export var
|
|
3016
|
-
(function (
|
|
3017
|
-
/** @deprecated use `
|
|
3018
|
-
|
|
3019
|
-
/** @deprecated use `
|
|
3020
|
-
|
|
3021
|
-
})(
|
|
3022
|
-
export function
|
|
3023
|
-
return JSON.stringify(
|
|
3024
|
-
.parse(
|
|
3015
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$;
|
|
3016
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$) {
|
|
3017
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema` instead. */
|
|
3018
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema;
|
|
3019
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema` instead. */
|
|
3020
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema;
|
|
3021
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$ = {}));
|
|
3022
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584) {
|
|
3023
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema
|
|
3024
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584));
|
|
3025
3025
|
}
|
|
3026
|
-
export function
|
|
3027
|
-
return safeParse(jsonString, (x) =>
|
|
3028
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3026
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584FromJSON(jsonString) {
|
|
3027
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema
|
|
3028
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584' from JSON`);
|
|
3029
3029
|
}
|
|
3030
3030
|
/** @internal */
|
|
3031
3031
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
|
|
3032
|
-
"__@BRAND@
|
|
3032
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema),
|
|
3033
3033
|
}).transform((v) => {
|
|
3034
3034
|
return remap$(v, {
|
|
3035
|
-
"__@BRAND@
|
|
3035
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
3036
3036
|
});
|
|
3037
3037
|
});
|
|
3038
3038
|
/** @internal */
|
|
3039
3039
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
|
|
3040
|
-
|
|
3040
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema),
|
|
3041
3041
|
}).transform((v) => {
|
|
3042
3042
|
return remap$(v, {
|
|
3043
|
-
|
|
3043
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
3044
3044
|
});
|
|
3045
3045
|
});
|
|
3046
3046
|
/**
|
|
@@ -3063,42 +3063,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
3063
3063
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
|
|
3064
3064
|
}
|
|
3065
3065
|
/** @internal */
|
|
3066
|
-
export const
|
|
3066
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema = z.object({});
|
|
3067
3067
|
/** @internal */
|
|
3068
|
-
export const
|
|
3068
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema = z.object({});
|
|
3069
3069
|
/**
|
|
3070
3070
|
* @internal
|
|
3071
3071
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3072
3072
|
*/
|
|
3073
|
-
export var
|
|
3074
|
-
(function (
|
|
3075
|
-
/** @deprecated use `
|
|
3076
|
-
|
|
3077
|
-
/** @deprecated use `
|
|
3078
|
-
|
|
3079
|
-
})(
|
|
3080
|
-
export function
|
|
3081
|
-
return JSON.stringify(
|
|
3082
|
-
.parse(
|
|
3073
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$;
|
|
3074
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$) {
|
|
3075
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema` instead. */
|
|
3076
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema;
|
|
3077
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema` instead. */
|
|
3078
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema;
|
|
3079
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$ = {}));
|
|
3080
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584) {
|
|
3081
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema
|
|
3082
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584));
|
|
3083
3083
|
}
|
|
3084
|
-
export function
|
|
3085
|
-
return safeParse(jsonString, (x) =>
|
|
3086
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3084
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584FromJSON(jsonString) {
|
|
3085
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema
|
|
3086
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584' from JSON`);
|
|
3087
3087
|
}
|
|
3088
3088
|
/** @internal */
|
|
3089
3089
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
|
|
3090
|
-
"__@BRAND@
|
|
3090
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema),
|
|
3091
3091
|
}).transform((v) => {
|
|
3092
3092
|
return remap$(v, {
|
|
3093
|
-
"__@BRAND@
|
|
3093
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
3094
3094
|
});
|
|
3095
3095
|
});
|
|
3096
3096
|
/** @internal */
|
|
3097
3097
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
|
|
3098
|
-
|
|
3098
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema),
|
|
3099
3099
|
}).transform((v) => {
|
|
3100
3100
|
return remap$(v, {
|
|
3101
|
-
|
|
3101
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
3102
3102
|
});
|
|
3103
3103
|
});
|
|
3104
3104
|
/**
|
|
@@ -4002,42 +4002,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
|
|
|
4002
4002
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
|
|
4003
4003
|
}
|
|
4004
4004
|
/** @internal */
|
|
4005
|
-
export const
|
|
4005
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema = z.object({});
|
|
4006
4006
|
/** @internal */
|
|
4007
|
-
export const
|
|
4007
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema = z.object({});
|
|
4008
4008
|
/**
|
|
4009
4009
|
* @internal
|
|
4010
4010
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4011
4011
|
*/
|
|
4012
|
-
export var
|
|
4013
|
-
(function (
|
|
4014
|
-
/** @deprecated use `
|
|
4015
|
-
|
|
4016
|
-
/** @deprecated use `
|
|
4017
|
-
|
|
4018
|
-
})(
|
|
4019
|
-
export function
|
|
4020
|
-
return JSON.stringify(
|
|
4021
|
-
.parse(
|
|
4012
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$;
|
|
4013
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$) {
|
|
4014
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema` instead. */
|
|
4015
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema;
|
|
4016
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema` instead. */
|
|
4017
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema;
|
|
4018
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$ = {}));
|
|
4019
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584) {
|
|
4020
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema
|
|
4021
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584));
|
|
4022
4022
|
}
|
|
4023
|
-
export function
|
|
4024
|
-
return safeParse(jsonString, (x) =>
|
|
4025
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4023
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584FromJSON(jsonString) {
|
|
4024
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema
|
|
4025
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584' from JSON`);
|
|
4026
4026
|
}
|
|
4027
4027
|
/** @internal */
|
|
4028
4028
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
4029
|
-
"__@BRAND@
|
|
4029
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema),
|
|
4030
4030
|
}).transform((v) => {
|
|
4031
4031
|
return remap$(v, {
|
|
4032
|
-
"__@BRAND@
|
|
4032
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
4033
4033
|
});
|
|
4034
4034
|
});
|
|
4035
4035
|
/** @internal */
|
|
4036
4036
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
4037
|
-
|
|
4037
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema),
|
|
4038
4038
|
}).transform((v) => {
|
|
4039
4039
|
return remap$(v, {
|
|
4040
|
-
|
|
4040
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
4041
4041
|
});
|
|
4042
4042
|
});
|
|
4043
4043
|
/**
|
|
@@ -4060,42 +4060,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
4060
4060
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
|
|
4061
4061
|
}
|
|
4062
4062
|
/** @internal */
|
|
4063
|
-
export const
|
|
4063
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema = z.object({});
|
|
4064
4064
|
/** @internal */
|
|
4065
|
-
export const
|
|
4065
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema = z.object({});
|
|
4066
4066
|
/**
|
|
4067
4067
|
* @internal
|
|
4068
4068
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4069
4069
|
*/
|
|
4070
|
-
export var
|
|
4071
|
-
(function (
|
|
4072
|
-
/** @deprecated use `
|
|
4073
|
-
|
|
4074
|
-
/** @deprecated use `
|
|
4075
|
-
|
|
4076
|
-
})(
|
|
4077
|
-
export function
|
|
4078
|
-
return JSON.stringify(
|
|
4079
|
-
.parse(
|
|
4070
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$;
|
|
4071
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$) {
|
|
4072
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema` instead. */
|
|
4073
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema;
|
|
4074
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema` instead. */
|
|
4075
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema;
|
|
4076
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$ = {}));
|
|
4077
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584) {
|
|
4078
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema
|
|
4079
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584));
|
|
4080
4080
|
}
|
|
4081
|
-
export function
|
|
4082
|
-
return safeParse(jsonString, (x) =>
|
|
4083
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4081
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584FromJSON(jsonString) {
|
|
4082
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema
|
|
4083
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584' from JSON`);
|
|
4084
4084
|
}
|
|
4085
4085
|
/** @internal */
|
|
4086
4086
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
4087
|
-
"__@BRAND@
|
|
4087
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema),
|
|
4088
4088
|
}).transform((v) => {
|
|
4089
4089
|
return remap$(v, {
|
|
4090
|
-
"__@BRAND@
|
|
4090
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
4091
4091
|
});
|
|
4092
4092
|
});
|
|
4093
4093
|
/** @internal */
|
|
4094
4094
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
4095
|
-
|
|
4095
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema),
|
|
4096
4096
|
}).transform((v) => {
|
|
4097
4097
|
return remap$(v, {
|
|
4098
|
-
|
|
4098
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
4099
4099
|
});
|
|
4100
4100
|
});
|
|
4101
4101
|
/**
|
|
@@ -4118,42 +4118,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
4118
4118
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
|
|
4119
4119
|
}
|
|
4120
4120
|
/** @internal */
|
|
4121
|
-
export const
|
|
4121
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema = z.object({});
|
|
4122
4122
|
/** @internal */
|
|
4123
|
-
export const
|
|
4123
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema = z.object({});
|
|
4124
4124
|
/**
|
|
4125
4125
|
* @internal
|
|
4126
4126
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4127
4127
|
*/
|
|
4128
|
-
export var
|
|
4129
|
-
(function (
|
|
4130
|
-
/** @deprecated use `
|
|
4131
|
-
|
|
4132
|
-
/** @deprecated use `
|
|
4133
|
-
|
|
4134
|
-
})(
|
|
4135
|
-
export function
|
|
4136
|
-
return JSON.stringify(
|
|
4137
|
-
.parse(
|
|
4128
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$;
|
|
4129
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$) {
|
|
4130
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema` instead. */
|
|
4131
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema;
|
|
4132
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema` instead. */
|
|
4133
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema;
|
|
4134
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$ = {}));
|
|
4135
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584) {
|
|
4136
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema
|
|
4137
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584));
|
|
4138
4138
|
}
|
|
4139
|
-
export function
|
|
4140
|
-
return safeParse(jsonString, (x) =>
|
|
4141
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4139
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584FromJSON(jsonString) {
|
|
4140
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema
|
|
4141
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584' from JSON`);
|
|
4142
4142
|
}
|
|
4143
4143
|
/** @internal */
|
|
4144
4144
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
4145
|
-
"__@BRAND@
|
|
4145
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema),
|
|
4146
4146
|
}).transform((v) => {
|
|
4147
4147
|
return remap$(v, {
|
|
4148
|
-
"__@BRAND@
|
|
4148
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
4149
4149
|
});
|
|
4150
4150
|
});
|
|
4151
4151
|
/** @internal */
|
|
4152
4152
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
4153
|
-
|
|
4153
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema),
|
|
4154
4154
|
}).transform((v) => {
|
|
4155
4155
|
return remap$(v, {
|
|
4156
|
-
|
|
4156
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
4157
4157
|
});
|
|
4158
4158
|
});
|
|
4159
4159
|
/**
|
|
@@ -5962,42 +5962,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
|
|
|
5962
5962
|
CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
|
|
5963
5963
|
})(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
|
|
5964
5964
|
/** @internal */
|
|
5965
|
-
export const
|
|
5965
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema = z.object({});
|
|
5966
5966
|
/** @internal */
|
|
5967
|
-
export const
|
|
5967
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema = z.object({});
|
|
5968
5968
|
/**
|
|
5969
5969
|
* @internal
|
|
5970
5970
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5971
5971
|
*/
|
|
5972
|
-
export var
|
|
5973
|
-
(function (
|
|
5974
|
-
/** @deprecated use `
|
|
5975
|
-
|
|
5976
|
-
/** @deprecated use `
|
|
5977
|
-
|
|
5978
|
-
})(
|
|
5979
|
-
export function
|
|
5980
|
-
return JSON.stringify(
|
|
5981
|
-
.parse(
|
|
5972
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$;
|
|
5973
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$) {
|
|
5974
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema` instead. */
|
|
5975
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema;
|
|
5976
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema` instead. */
|
|
5977
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema;
|
|
5978
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$ = {}));
|
|
5979
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584) {
|
|
5980
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema
|
|
5981
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584));
|
|
5982
5982
|
}
|
|
5983
|
-
export function
|
|
5984
|
-
return safeParse(jsonString, (x) =>
|
|
5985
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
5983
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584FromJSON(jsonString) {
|
|
5984
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema
|
|
5985
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584' from JSON`);
|
|
5986
5986
|
}
|
|
5987
5987
|
/** @internal */
|
|
5988
5988
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
|
|
5989
|
-
"__@BRAND@
|
|
5989
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema),
|
|
5990
5990
|
}).transform((v) => {
|
|
5991
5991
|
return remap$(v, {
|
|
5992
|
-
"__@BRAND@
|
|
5992
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
5993
5993
|
});
|
|
5994
5994
|
});
|
|
5995
5995
|
/** @internal */
|
|
5996
5996
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
|
|
5997
|
-
|
|
5997
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema),
|
|
5998
5998
|
}).transform((v) => {
|
|
5999
5999
|
return remap$(v, {
|
|
6000
|
-
|
|
6000
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
6001
6001
|
});
|
|
6002
6002
|
});
|
|
6003
6003
|
/**
|
|
@@ -6018,40 +6018,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
|
|
|
6018
6018
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
|
|
6019
6019
|
}
|
|
6020
6020
|
/** @internal */
|
|
6021
|
-
export const
|
|
6021
|
+
export const PropertiesAtBRANDAt8584$inboundSchema = z.object({});
|
|
6022
6022
|
/** @internal */
|
|
6023
|
-
export const
|
|
6023
|
+
export const PropertiesAtBRANDAt8584$outboundSchema = z.object({});
|
|
6024
6024
|
/**
|
|
6025
6025
|
* @internal
|
|
6026
6026
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6027
6027
|
*/
|
|
6028
|
-
export var
|
|
6029
|
-
(function (
|
|
6030
|
-
/** @deprecated use `
|
|
6031
|
-
|
|
6032
|
-
/** @deprecated use `
|
|
6033
|
-
|
|
6034
|
-
})(
|
|
6035
|
-
export function
|
|
6036
|
-
return JSON.stringify(
|
|
6028
|
+
export var PropertiesAtBRANDAt8584$;
|
|
6029
|
+
(function (PropertiesAtBRANDAt8584$) {
|
|
6030
|
+
/** @deprecated use `PropertiesAtBRANDAt8584$inboundSchema` instead. */
|
|
6031
|
+
PropertiesAtBRANDAt8584$.inboundSchema = PropertiesAtBRANDAt8584$inboundSchema;
|
|
6032
|
+
/** @deprecated use `PropertiesAtBRANDAt8584$outboundSchema` instead. */
|
|
6033
|
+
PropertiesAtBRANDAt8584$.outboundSchema = PropertiesAtBRANDAt8584$outboundSchema;
|
|
6034
|
+
})(PropertiesAtBRANDAt8584$ || (PropertiesAtBRANDAt8584$ = {}));
|
|
6035
|
+
export function propertiesAtBRANDAt8584ToJSON(propertiesAtBRANDAt8584) {
|
|
6036
|
+
return JSON.stringify(PropertiesAtBRANDAt8584$outboundSchema.parse(propertiesAtBRANDAt8584));
|
|
6037
6037
|
}
|
|
6038
|
-
export function
|
|
6039
|
-
return safeParse(jsonString, (x) =>
|
|
6038
|
+
export function propertiesAtBRANDAt8584FromJSON(jsonString) {
|
|
6039
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt8584$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8584' from JSON`);
|
|
6040
6040
|
}
|
|
6041
6041
|
/** @internal */
|
|
6042
6042
|
export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
|
|
6043
|
-
"__@BRAND@
|
|
6043
|
+
"__@BRAND@8584": z.lazy(() => PropertiesAtBRANDAt8584$inboundSchema),
|
|
6044
6044
|
}).transform((v) => {
|
|
6045
6045
|
return remap$(v, {
|
|
6046
|
-
"__@BRAND@
|
|
6046
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
6047
6047
|
});
|
|
6048
6048
|
});
|
|
6049
6049
|
/** @internal */
|
|
6050
6050
|
export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
|
|
6051
|
-
|
|
6051
|
+
atBRANDAt8584: z.lazy(() => PropertiesAtBRANDAt8584$outboundSchema),
|
|
6052
6052
|
}).transform((v) => {
|
|
6053
6053
|
return remap$(v, {
|
|
6054
|
-
|
|
6054
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
6055
6055
|
});
|
|
6056
6056
|
});
|
|
6057
6057
|
/**
|
|
@@ -6072,40 +6072,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
|
|
|
6072
6072
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
|
|
6073
6073
|
}
|
|
6074
6074
|
/** @internal */
|
|
6075
|
-
export const
|
|
6075
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema = z.object({});
|
|
6076
6076
|
/** @internal */
|
|
6077
|
-
export const
|
|
6077
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema = z.object({});
|
|
6078
6078
|
/**
|
|
6079
6079
|
* @internal
|
|
6080
6080
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6081
6081
|
*/
|
|
6082
|
-
export var
|
|
6083
|
-
(function (
|
|
6084
|
-
/** @deprecated use `
|
|
6085
|
-
|
|
6086
|
-
/** @deprecated use `
|
|
6087
|
-
|
|
6088
|
-
})(
|
|
6089
|
-
export function
|
|
6090
|
-
return JSON.stringify(
|
|
6082
|
+
export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$;
|
|
6083
|
+
(function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$) {
|
|
6084
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema` instead. */
|
|
6085
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema;
|
|
6086
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema` instead. */
|
|
6087
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema;
|
|
6088
|
+
})(CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$ = {}));
|
|
6089
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8584ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8584) {
|
|
6090
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8584));
|
|
6091
6091
|
}
|
|
6092
|
-
export function
|
|
6093
|
-
return safeParse(jsonString, (x) =>
|
|
6092
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8584FromJSON(jsonString) {
|
|
6093
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8584' from JSON`);
|
|
6094
6094
|
}
|
|
6095
6095
|
/** @internal */
|
|
6096
6096
|
export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
|
|
6097
|
-
"__@BRAND@
|
|
6097
|
+
"__@BRAND@8584": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema),
|
|
6098
6098
|
}).transform((v) => {
|
|
6099
6099
|
return remap$(v, {
|
|
6100
|
-
"__@BRAND@
|
|
6100
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
6101
6101
|
});
|
|
6102
6102
|
});
|
|
6103
6103
|
/** @internal */
|
|
6104
6104
|
export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
|
|
6105
|
-
|
|
6105
|
+
atBRANDAt8584: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema),
|
|
6106
6106
|
}).transform((v) => {
|
|
6107
6107
|
return remap$(v, {
|
|
6108
|
-
|
|
6108
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
6109
6109
|
});
|
|
6110
6110
|
});
|
|
6111
6111
|
/**
|
|
@@ -6795,40 +6795,40 @@ export function guidesFromJSON(jsonString) {
|
|
|
6795
6795
|
return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
|
|
6796
6796
|
}
|
|
6797
6797
|
/** @internal */
|
|
6798
|
-
export const
|
|
6798
|
+
export const AtBRANDAt8584$inboundSchema = z.object({});
|
|
6799
6799
|
/** @internal */
|
|
6800
|
-
export const
|
|
6800
|
+
export const AtBRANDAt8584$outboundSchema = z.object({});
|
|
6801
6801
|
/**
|
|
6802
6802
|
* @internal
|
|
6803
6803
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6804
6804
|
*/
|
|
6805
|
-
export var
|
|
6806
|
-
(function (
|
|
6807
|
-
/** @deprecated use `
|
|
6808
|
-
|
|
6809
|
-
/** @deprecated use `
|
|
6810
|
-
|
|
6811
|
-
})(
|
|
6812
|
-
export function
|
|
6813
|
-
return JSON.stringify(
|
|
6805
|
+
export var AtBRANDAt8584$;
|
|
6806
|
+
(function (AtBRANDAt8584$) {
|
|
6807
|
+
/** @deprecated use `AtBRANDAt8584$inboundSchema` instead. */
|
|
6808
|
+
AtBRANDAt8584$.inboundSchema = AtBRANDAt8584$inboundSchema;
|
|
6809
|
+
/** @deprecated use `AtBRANDAt8584$outboundSchema` instead. */
|
|
6810
|
+
AtBRANDAt8584$.outboundSchema = AtBRANDAt8584$outboundSchema;
|
|
6811
|
+
})(AtBRANDAt8584$ || (AtBRANDAt8584$ = {}));
|
|
6812
|
+
export function atBRANDAt8584ToJSON(atBRANDAt8584) {
|
|
6813
|
+
return JSON.stringify(AtBRANDAt8584$outboundSchema.parse(atBRANDAt8584));
|
|
6814
6814
|
}
|
|
6815
|
-
export function
|
|
6816
|
-
return safeParse(jsonString, (x) =>
|
|
6815
|
+
export function atBRANDAt8584FromJSON(jsonString) {
|
|
6816
|
+
return safeParse(jsonString, (x) => AtBRANDAt8584$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8584' from JSON`);
|
|
6817
6817
|
}
|
|
6818
6818
|
/** @internal */
|
|
6819
6819
|
export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
|
|
6820
|
-
"__@BRAND@
|
|
6820
|
+
"__@BRAND@8584": z.lazy(() => AtBRANDAt8584$inboundSchema),
|
|
6821
6821
|
}).transform((v) => {
|
|
6822
6822
|
return remap$(v, {
|
|
6823
|
-
"__@BRAND@
|
|
6823
|
+
"__@BRAND@8584": "atBRANDAt8584",
|
|
6824
6824
|
});
|
|
6825
6825
|
});
|
|
6826
6826
|
/** @internal */
|
|
6827
6827
|
export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
|
|
6828
|
-
|
|
6828
|
+
atBRANDAt8584: z.lazy(() => AtBRANDAt8584$outboundSchema),
|
|
6829
6829
|
}).transform((v) => {
|
|
6830
6830
|
return remap$(v, {
|
|
6831
|
-
|
|
6831
|
+
atBRANDAt8584: "__@BRAND@8584",
|
|
6832
6832
|
});
|
|
6833
6833
|
});
|
|
6834
6834
|
/**
|