@vercel/sdk 1.10.6 → 1.10.8
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 +58 -45
- package/bin/mcp-server.js +6081 -1764
- package/bin/mcp-server.js.map +51 -42
- package/docs/sdks/integrations/README.md +209 -0
- package/docs/sdks/projects/README.md +2 -0
- package/docs/sdks/teams/README.md +12 -0
- package/docs/sdks/vercel/README.md +74 -0
- package/esm/__tests__/accessgroups.test.js +3 -1
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +12 -4
- 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 +62 -0
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +28 -1
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/domainsCheckDomainPrice.js +2 -2
- package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +14 -0
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +84 -0
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts +20 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.js +97 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.js.map +1 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts +21 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +90 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js +2 -2
- package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -1
- package/esm/funcs/marketplaceSubmitInvoice.js +2 -2
- package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInvoice.js +2 -2
- package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -1
- package/esm/funcs/projectsGetProjects.js +1 -0
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +7 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +7 -0
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +26 -0
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js +27 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js.map +1 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js +28 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js.map +1 -0
- package/esm/models/acceptprojecttransferrequestop.d.ts +37 -0
- package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
- package/esm/models/acceptprojecttransferrequestop.js +40 -1
- package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
- package/esm/models/authuser.d.ts +3 -3
- package/esm/models/authuser.js +1 -1
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +80 -42
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +44 -15
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/connectintegrationresourcetoprojectop.d.ts +68 -0
- package/esm/models/connectintegrationresourcetoprojectop.d.ts.map +1 -0
- package/esm/models/connectintegrationresourcetoprojectop.js +73 -0
- package/esm/models/connectintegrationresourcetoprojectop.js.map +1 -0
- package/esm/models/createdeploymentop.d.ts +292 -254
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +244 -217
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +5995 -0
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -0
- package/esm/models/createintegrationstoredirectop.js +6597 -0
- package/esm/models/createintegrationstoredirectop.js.map +1 -0
- package/esm/models/createortransferdomainop.d.ts +33 -0
- package/esm/models/createortransferdomainop.d.ts.map +1 -1
- package/esm/models/createortransferdomainop.js +23 -0
- package/esm/models/createortransferdomainop.js.map +1 -1
- 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 +183 -162
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +154 -154
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +12 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -0
- package/esm/models/createwebhookop.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/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +6 -0
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +2 -0
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +533 -533
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +666 -665
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getconfigurationsop.d.ts +6 -0
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +2 -0
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +45 -7
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +30 -2
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdomainop.d.ts +33 -0
- package/esm/models/getdomainop.d.ts.map +1 -1
- package/esm/models/getdomainop.js +24 -0
- package/esm/models/getdomainop.js.map +1 -1
- package/esm/models/getdomainsop.d.ts +33 -0
- package/esm/models/getdomainsop.d.ts.map +1 -1
- package/esm/models/getdomainsop.js +23 -0
- package/esm/models/getdomainsop.js.map +1 -1
- package/esm/models/getintegrationresourceop.d.ts +13 -13
- package/esm/models/getintegrationresourceop.d.ts.map +1 -1
- package/esm/models/getintegrationresourceop.js +13 -13
- package/esm/models/getintegrationresourceop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +57 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +24 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +102 -9
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +60 -3
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +247 -0
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +1 -0
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +246 -0
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +1 -0
- package/esm/models/getwebhookop.d.ts +6 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +27 -15
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +19 -15
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/inviteusertoteamop.d.ts +3 -0
- package/esm/models/inviteusertoteamop.d.ts.map +1 -1
- package/esm/models/inviteusertoteamop.js +1 -0
- package/esm/models/inviteusertoteamop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +253 -0
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +150 -0
- package/esm/models/patchteamop.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/team.d.ts +47 -0
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +36 -0
- package/esm/models/team.js.map +1 -1
- package/esm/models/teamlimited.d.ts +3 -0
- package/esm/models/teamlimited.d.ts.map +1 -1
- package/esm/models/teamlimited.js +1 -0
- package/esm/models/teamlimited.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +32 -32
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +49 -49
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateinvoiceop.d.ts +36 -15
- package/esm/models/updateinvoiceop.d.ts.map +1 -1
- package/esm/models/updateinvoiceop.js +37 -16
- package/esm/models/updateinvoiceop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +21 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +21 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +406 -305
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +467 -365
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +16 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +20 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/sdk.d.ts +3 -1
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +5 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +3 -1
- package/src/__tests__/domains.test.ts +12 -4
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +65 -0
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +1 -11
- package/src/__tests__/vercel.test.ts +36 -1
- package/src/funcs/domainsCheckDomainPrice.ts +2 -2
- package/src/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +207 -0
- package/src/funcs/integrationsConnectIntegrationResourceToProject.ts +213 -0
- package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +207 -0
- package/src/funcs/marketplaceExchangeSsoToken.ts +2 -2
- package/src/funcs/marketplaceSubmitInvoice.ts +2 -2
- package/src/funcs/marketplaceUpdateInvoice.ts +2 -2
- package/src/funcs/projectsGetProjects.ts +1 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +9 -1
- package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +41 -0
- package/src/mcp-server/tools/integrationsConnectIntegrationResourceToProject.ts +37 -0
- package/src/mcp-server/tools/integrationsCreateIntegrationStoreDirect.ts +39 -0
- package/src/models/acceptprojecttransferrequestop.ts +88 -1
- package/src/models/authuser.ts +1 -1
- package/src/models/canceldeploymentop.ts +71 -24
- package/src/models/connectintegrationresourcetoprojectop.ts +185 -0
- package/src/models/createdeploymentop.ts +545 -503
- package/src/models/createintegrationstoredirectop.ts +15739 -0
- package/src/models/createortransferdomainop.ts +41 -0
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +364 -343
- package/src/models/createwebhookop.ts +4 -0
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getconfigurationop.ts +2 -0
- package/src/models/getconfigurationproductsop.ts +1326 -1163
- package/src/models/getconfigurationsop.ts +2 -0
- package/src/models/getdeploymentop.ts +59 -9
- package/src/models/getdomainop.ts +37 -0
- package/src/models/getdomainsop.ts +39 -0
- package/src/models/getintegrationresourceop.ts +26 -20
- package/src/models/getprojectsop.ts +63 -0
- package/src/models/getteammembersop.ts +84 -3
- package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +575 -0
- package/src/models/getwebhookop.ts +2 -0
- package/src/models/getwebhooksop.ts +31 -25
- package/src/models/inviteusertoteamop.ts +1 -0
- package/src/models/patchteamop.ts +254 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/team.ts +92 -0
- package/src/models/teamlimited.ts +1 -0
- package/src/models/updatefirewallconfigop.ts +74 -68
- package/src/models/updateinvoiceop.ts +78 -27
- package/src/models/updateprojectdatacacheop.ts +21 -0
- package/src/models/updateprojectop.ts +21 -0
- package/src/models/userevent.ts +918 -682
- package/src/sdk/integrations.ts +41 -0
- package/src/sdk/sdk.ts +23 -1
- package/vercel-spec.json +4270 -1150
|
@@ -32,7 +32,7 @@ export type GetConfigurationProductsStatus = ClosedEnum<
|
|
|
32
32
|
typeof GetConfigurationProductsStatus
|
|
33
33
|
>;
|
|
34
34
|
|
|
35
|
-
export type
|
|
35
|
+
export type GetConfigurationProductsRepl = {
|
|
36
36
|
enabled: boolean;
|
|
37
37
|
supportsReadOnlyMode: boolean;
|
|
38
38
|
welcomeMessage?: string | undefined;
|
|
@@ -40,7 +40,7 @@ export type Repl = {
|
|
|
40
40
|
|
|
41
41
|
export type Storage = {
|
|
42
42
|
status: GetConfigurationProductsStatus;
|
|
43
|
-
repl?:
|
|
43
|
+
repl?: GetConfigurationProductsRepl | undefined;
|
|
44
44
|
};
|
|
45
45
|
|
|
46
46
|
export const GetConfigurationProductsIntegrationsStatus = {
|
|
@@ -229,42 +229,60 @@ export type GetConfigurationProductsType = ClosedEnum<
|
|
|
229
229
|
typeof GetConfigurationProductsType
|
|
230
230
|
>;
|
|
231
231
|
|
|
232
|
-
export type
|
|
232
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640 =
|
|
233
233
|
{};
|
|
234
234
|
|
|
235
235
|
export type PropertiesValue = {
|
|
236
|
-
|
|
237
|
-
|
|
236
|
+
atBRANDAt502640:
|
|
237
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640;
|
|
238
238
|
};
|
|
239
239
|
|
|
240
|
-
export const
|
|
240
|
+
export const GetConfigurationProductsDisabled3 = {
|
|
241
241
|
Update: "update",
|
|
242
242
|
Create: "create",
|
|
243
243
|
} as const;
|
|
244
|
-
export type
|
|
244
|
+
export type GetConfigurationProductsDisabled3 = ClosedEnum<
|
|
245
|
+
typeof GetConfigurationProductsDisabled3
|
|
246
|
+
>;
|
|
245
247
|
|
|
246
|
-
export type
|
|
248
|
+
export type GetConfigurationProductsDisabled2 = {
|
|
247
249
|
expr: string;
|
|
248
250
|
};
|
|
249
251
|
|
|
250
|
-
export type
|
|
252
|
+
export type PropertiesDisabled =
|
|
253
|
+
| GetConfigurationProductsDisabled2
|
|
254
|
+
| boolean
|
|
255
|
+
| GetConfigurationProductsDisabled3;
|
|
251
256
|
|
|
252
|
-
export const
|
|
257
|
+
export const GetConfigurationProductsHidden3 = {
|
|
253
258
|
Update: "update",
|
|
254
259
|
Create: "create",
|
|
255
260
|
} as const;
|
|
256
|
-
export type
|
|
261
|
+
export type GetConfigurationProductsHidden3 = ClosedEnum<
|
|
262
|
+
typeof GetConfigurationProductsHidden3
|
|
263
|
+
>;
|
|
257
264
|
|
|
258
|
-
export type
|
|
265
|
+
export type GetConfigurationProductsHidden2 = {
|
|
259
266
|
expr: string;
|
|
260
267
|
};
|
|
261
268
|
|
|
262
|
-
export type
|
|
269
|
+
export type PropertiesHidden =
|
|
270
|
+
| GetConfigurationProductsHidden2
|
|
271
|
+
| boolean
|
|
272
|
+
| GetConfigurationProductsHidden3;
|
|
263
273
|
|
|
264
274
|
export type Properties9 = {
|
|
265
275
|
value: PropertiesValue;
|
|
266
|
-
disabled?:
|
|
267
|
-
|
|
276
|
+
disabled?:
|
|
277
|
+
| GetConfigurationProductsDisabled2
|
|
278
|
+
| boolean
|
|
279
|
+
| GetConfigurationProductsDisabled3
|
|
280
|
+
| undefined;
|
|
281
|
+
hidden?:
|
|
282
|
+
| GetConfigurationProductsHidden2
|
|
283
|
+
| boolean
|
|
284
|
+
| GetConfigurationProductsHidden3
|
|
285
|
+
| undefined;
|
|
268
286
|
};
|
|
269
287
|
|
|
270
288
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType =
|
|
@@ -294,28 +312,28 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
|
|
|
294
312
|
typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type
|
|
295
313
|
>;
|
|
296
314
|
|
|
297
|
-
export type
|
|
315
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640 =
|
|
298
316
|
{};
|
|
299
317
|
|
|
300
318
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength = {
|
|
301
|
-
|
|
302
|
-
|
|
319
|
+
atBRANDAt502640:
|
|
320
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640;
|
|
303
321
|
};
|
|
304
322
|
|
|
305
|
-
export type
|
|
323
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640 =
|
|
306
324
|
{};
|
|
307
325
|
|
|
308
326
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength = {
|
|
309
|
-
|
|
310
|
-
|
|
327
|
+
atBRANDAt502640:
|
|
328
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640;
|
|
311
329
|
};
|
|
312
330
|
|
|
313
|
-
export type
|
|
331
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640 =
|
|
314
332
|
{};
|
|
315
333
|
|
|
316
334
|
export type GetConfigurationProductsPropertiesIntegrationsResponsePattern = {
|
|
317
|
-
|
|
318
|
-
|
|
335
|
+
atBRANDAt502640:
|
|
336
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640;
|
|
319
337
|
};
|
|
320
338
|
|
|
321
339
|
export type GetConfigurationProductsPropertiesIntegrationsItems = {
|
|
@@ -335,12 +353,12 @@ export type GetConfigurationProductsPropertiesIntegrationsItems = {
|
|
|
335
353
|
enum?: Array<string> | undefined;
|
|
336
354
|
};
|
|
337
355
|
|
|
338
|
-
export type
|
|
356
|
+
export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640 =
|
|
339
357
|
{};
|
|
340
358
|
|
|
341
359
|
export type GetConfigurationProductsUiOptionsValue = {
|
|
342
|
-
|
|
343
|
-
|
|
360
|
+
atBRANDAt502640:
|
|
361
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640;
|
|
344
362
|
};
|
|
345
363
|
|
|
346
364
|
export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3 =
|
|
@@ -397,10 +415,10 @@ export type GetConfigurationProductsUiOptions3 = {
|
|
|
397
415
|
| undefined;
|
|
398
416
|
};
|
|
399
417
|
|
|
400
|
-
export type
|
|
418
|
+
export type GetConfigurationProductsUiOptionsAtBRANDAt502640 = {};
|
|
401
419
|
|
|
402
420
|
export type GetConfigurationProductsUiOptions2 = {
|
|
403
|
-
|
|
421
|
+
atBRANDAt502640: GetConfigurationProductsUiOptionsAtBRANDAt502640;
|
|
404
422
|
};
|
|
405
423
|
|
|
406
424
|
export const GetConfigurationProductsDisabledIntegrationsResponse2003 = {
|
|
@@ -530,20 +548,20 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
|
|
|
530
548
|
expr: string;
|
|
531
549
|
};
|
|
532
550
|
|
|
533
|
-
export type
|
|
551
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640 =
|
|
534
552
|
{};
|
|
535
553
|
|
|
536
554
|
export type Default = {
|
|
537
|
-
|
|
538
|
-
|
|
555
|
+
atBRANDAt502640:
|
|
556
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640;
|
|
539
557
|
};
|
|
540
558
|
|
|
541
|
-
export type
|
|
559
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640 =
|
|
542
560
|
{};
|
|
543
561
|
|
|
544
562
|
export type Example = {
|
|
545
|
-
|
|
546
|
-
|
|
563
|
+
atBRANDAt502640:
|
|
564
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640;
|
|
547
565
|
};
|
|
548
566
|
|
|
549
567
|
export type Properties8 = {
|
|
@@ -606,64 +624,70 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
|
|
|
606
624
|
typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl
|
|
607
625
|
>;
|
|
608
626
|
|
|
609
|
-
export type
|
|
627
|
+
export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640 = {};
|
|
610
628
|
|
|
611
629
|
export type UiOptionsValue = {
|
|
612
|
-
|
|
630
|
+
atBRANDAt502640: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640;
|
|
613
631
|
};
|
|
614
632
|
|
|
615
|
-
export const
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
633
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 =
|
|
634
|
+
{
|
|
635
|
+
Update: "update",
|
|
636
|
+
Create: "create",
|
|
637
|
+
} as const;
|
|
638
|
+
export type GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 =
|
|
639
|
+
ClosedEnum<
|
|
640
|
+
typeof GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3
|
|
641
|
+
>;
|
|
622
642
|
|
|
623
|
-
export type
|
|
624
|
-
|
|
625
|
-
|
|
643
|
+
export type GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2 =
|
|
644
|
+
{
|
|
645
|
+
expr: string;
|
|
646
|
+
};
|
|
626
647
|
|
|
627
648
|
export type GetConfigurationProductsUiOptionsDisabled =
|
|
628
|
-
|
|
|
649
|
+
| GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2
|
|
629
650
|
| boolean
|
|
630
|
-
|
|
|
651
|
+
| GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3;
|
|
631
652
|
|
|
632
|
-
export const
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
653
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 =
|
|
654
|
+
{
|
|
655
|
+
Update: "update",
|
|
656
|
+
Create: "create",
|
|
657
|
+
} as const;
|
|
658
|
+
export type GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 =
|
|
659
|
+
ClosedEnum<
|
|
660
|
+
typeof GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3
|
|
661
|
+
>;
|
|
639
662
|
|
|
640
|
-
export type
|
|
641
|
-
|
|
642
|
-
|
|
663
|
+
export type GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2 =
|
|
664
|
+
{
|
|
665
|
+
expr: string;
|
|
666
|
+
};
|
|
643
667
|
|
|
644
668
|
export type GetConfigurationProductsUiOptionsHidden =
|
|
645
|
-
|
|
|
669
|
+
| GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2
|
|
646
670
|
| boolean
|
|
647
|
-
|
|
|
671
|
+
| GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3;
|
|
648
672
|
|
|
649
673
|
export type UiOptions3 = {
|
|
650
674
|
value: UiOptionsValue;
|
|
651
675
|
disabled?:
|
|
652
|
-
|
|
|
676
|
+
| GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2
|
|
653
677
|
| boolean
|
|
654
|
-
|
|
|
678
|
+
| GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3
|
|
655
679
|
| undefined;
|
|
656
680
|
hidden?:
|
|
657
|
-
|
|
|
681
|
+
| GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2
|
|
658
682
|
| boolean
|
|
659
|
-
|
|
|
683
|
+
| GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3
|
|
660
684
|
| undefined;
|
|
661
685
|
};
|
|
662
686
|
|
|
663
|
-
export type
|
|
687
|
+
export type UiOptionsAtBRANDAt502640 = {};
|
|
664
688
|
|
|
665
689
|
export type UiOptions2 = {
|
|
666
|
-
|
|
690
|
+
atBRANDAt502640: UiOptionsAtBRANDAt502640;
|
|
667
691
|
};
|
|
668
692
|
|
|
669
693
|
export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3 =
|
|
@@ -726,28 +750,28 @@ export type GetConfigurationProductsPropertiesUiOptions =
|
|
|
726
750
|
| UiOptions2
|
|
727
751
|
| UiOptions3;
|
|
728
752
|
|
|
729
|
-
export type
|
|
753
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640 =
|
|
730
754
|
{};
|
|
731
755
|
|
|
732
756
|
export type GetConfigurationProductsPropertiesMinLength = {
|
|
733
|
-
|
|
734
|
-
|
|
757
|
+
atBRANDAt502640:
|
|
758
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640;
|
|
735
759
|
};
|
|
736
760
|
|
|
737
|
-
export type
|
|
761
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640 =
|
|
738
762
|
{};
|
|
739
763
|
|
|
740
764
|
export type GetConfigurationProductsPropertiesMaxLength = {
|
|
741
|
-
|
|
742
|
-
|
|
765
|
+
atBRANDAt502640:
|
|
766
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640;
|
|
743
767
|
};
|
|
744
768
|
|
|
745
|
-
export type
|
|
769
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640 =
|
|
746
770
|
{};
|
|
747
771
|
|
|
748
772
|
export type GetConfigurationProductsPropertiesPattern = {
|
|
749
|
-
|
|
750
|
-
|
|
773
|
+
atBRANDAt502640:
|
|
774
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640;
|
|
751
775
|
};
|
|
752
776
|
|
|
753
777
|
export const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3 =
|
|
@@ -889,28 +913,28 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
|
|
|
889
913
|
typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type
|
|
890
914
|
>;
|
|
891
915
|
|
|
892
|
-
export type
|
|
916
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640 =
|
|
893
917
|
{};
|
|
894
918
|
|
|
895
919
|
export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
|
|
896
|
-
|
|
897
|
-
|
|
920
|
+
atBRANDAt502640:
|
|
921
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640;
|
|
898
922
|
};
|
|
899
923
|
|
|
900
|
-
export type
|
|
924
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640 =
|
|
901
925
|
{};
|
|
902
926
|
|
|
903
927
|
export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
|
|
904
|
-
|
|
905
|
-
|
|
928
|
+
atBRANDAt502640:
|
|
929
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640;
|
|
906
930
|
};
|
|
907
931
|
|
|
908
|
-
export type
|
|
932
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640 =
|
|
909
933
|
{};
|
|
910
934
|
|
|
911
935
|
export type GetConfigurationProductsPropertiesIntegrationsPattern = {
|
|
912
|
-
|
|
913
|
-
|
|
936
|
+
atBRANDAt502640:
|
|
937
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640;
|
|
914
938
|
};
|
|
915
939
|
|
|
916
940
|
export type GetConfigurationProductsPropertiesItems = {
|
|
@@ -928,52 +952,52 @@ export type GetConfigurationProductsPropertiesItems = {
|
|
|
928
952
|
enum?: Array<string> | undefined;
|
|
929
953
|
};
|
|
930
954
|
|
|
931
|
-
export const
|
|
955
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse3 = {
|
|
932
956
|
Update: "update",
|
|
933
957
|
Create: "create",
|
|
934
958
|
} as const;
|
|
935
|
-
export type
|
|
936
|
-
typeof
|
|
959
|
+
export type GetConfigurationProductsDisabledIntegrationsResponse3 = ClosedEnum<
|
|
960
|
+
typeof GetConfigurationProductsDisabledIntegrationsResponse3
|
|
937
961
|
>;
|
|
938
962
|
|
|
939
|
-
export type
|
|
963
|
+
export type GetConfigurationProductsDisabledIntegrationsResponse2 = {
|
|
940
964
|
expr: string;
|
|
941
965
|
};
|
|
942
966
|
|
|
943
|
-
export type
|
|
944
|
-
|
|
|
967
|
+
export type GetConfigurationProductsPropertiesIntegrationsDisabled =
|
|
968
|
+
| GetConfigurationProductsDisabledIntegrationsResponse2
|
|
945
969
|
| boolean
|
|
946
|
-
|
|
|
970
|
+
| GetConfigurationProductsDisabledIntegrationsResponse3;
|
|
947
971
|
|
|
948
|
-
export const
|
|
972
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse3 = {
|
|
949
973
|
Update: "update",
|
|
950
974
|
Create: "create",
|
|
951
975
|
} as const;
|
|
952
|
-
export type
|
|
953
|
-
typeof
|
|
976
|
+
export type GetConfigurationProductsHiddenIntegrationsResponse3 = ClosedEnum<
|
|
977
|
+
typeof GetConfigurationProductsHiddenIntegrationsResponse3
|
|
954
978
|
>;
|
|
955
979
|
|
|
956
|
-
export type
|
|
980
|
+
export type GetConfigurationProductsHiddenIntegrationsResponse2 = {
|
|
957
981
|
expr: string;
|
|
958
982
|
};
|
|
959
983
|
|
|
960
|
-
export type
|
|
961
|
-
|
|
|
984
|
+
export type GetConfigurationProductsPropertiesIntegrationsHidden =
|
|
985
|
+
| GetConfigurationProductsHiddenIntegrationsResponse2
|
|
962
986
|
| boolean
|
|
963
|
-
|
|
|
987
|
+
| GetConfigurationProductsHiddenIntegrationsResponse3;
|
|
964
988
|
|
|
965
989
|
export type PropertiesUiOptions = {
|
|
966
990
|
value: string;
|
|
967
991
|
label: string;
|
|
968
992
|
disabled?:
|
|
969
|
-
|
|
|
993
|
+
| GetConfigurationProductsDisabledIntegrationsResponse2
|
|
970
994
|
| boolean
|
|
971
|
-
|
|
|
995
|
+
| GetConfigurationProductsDisabledIntegrationsResponse3
|
|
972
996
|
| undefined;
|
|
973
997
|
hidden?:
|
|
974
|
-
|
|
|
998
|
+
| GetConfigurationProductsHiddenIntegrationsResponse2
|
|
975
999
|
| boolean
|
|
976
|
-
|
|
|
1000
|
+
| GetConfigurationProductsHiddenIntegrationsResponse3
|
|
977
1001
|
| undefined;
|
|
978
1002
|
};
|
|
979
1003
|
|
|
@@ -1153,27 +1177,27 @@ export type UiOptions = {
|
|
|
1153
1177
|
| undefined;
|
|
1154
1178
|
};
|
|
1155
1179
|
|
|
1156
|
-
export type
|
|
1180
|
+
export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640 = {};
|
|
1157
1181
|
|
|
1158
1182
|
export type PropertiesMinLength = {
|
|
1159
|
-
|
|
1160
|
-
|
|
1183
|
+
atBRANDAt502640:
|
|
1184
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640;
|
|
1161
1185
|
};
|
|
1162
1186
|
|
|
1163
|
-
export type
|
|
1187
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640 =
|
|
1164
1188
|
{};
|
|
1165
1189
|
|
|
1166
1190
|
export type PropertiesMaxLength = {
|
|
1167
|
-
|
|
1168
|
-
|
|
1191
|
+
atBRANDAt502640:
|
|
1192
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640;
|
|
1169
1193
|
};
|
|
1170
1194
|
|
|
1171
|
-
export type
|
|
1195
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640 =
|
|
1172
1196
|
{};
|
|
1173
1197
|
|
|
1174
1198
|
export type PropertiesPattern = {
|
|
1175
|
-
|
|
1176
|
-
|
|
1199
|
+
atBRANDAt502640:
|
|
1200
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640;
|
|
1177
1201
|
};
|
|
1178
1202
|
|
|
1179
1203
|
export const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003 = {
|
|
@@ -1622,22 +1646,22 @@ export const UiControl = {
|
|
|
1622
1646
|
} as const;
|
|
1623
1647
|
export type UiControl = ClosedEnum<typeof UiControl>;
|
|
1624
1648
|
|
|
1625
|
-
export type
|
|
1649
|
+
export type AtBRANDAt502640 = {};
|
|
1626
1650
|
|
|
1627
1651
|
export type MinLength = {
|
|
1628
|
-
|
|
1652
|
+
atBRANDAt502640: AtBRANDAt502640;
|
|
1629
1653
|
};
|
|
1630
1654
|
|
|
1631
|
-
export type
|
|
1655
|
+
export type PropertiesAtBRANDAt502640 = {};
|
|
1632
1656
|
|
|
1633
1657
|
export type MaxLength = {
|
|
1634
|
-
|
|
1658
|
+
atBRANDAt502640: PropertiesAtBRANDAt502640;
|
|
1635
1659
|
};
|
|
1636
1660
|
|
|
1637
|
-
export type
|
|
1661
|
+
export type GetConfigurationProductsPropertiesAtBRANDAt502640 = {};
|
|
1638
1662
|
|
|
1639
1663
|
export type Pattern = {
|
|
1640
|
-
|
|
1664
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesAtBRANDAt502640;
|
|
1641
1665
|
};
|
|
1642
1666
|
|
|
1643
1667
|
export const UiReadOnly3 = {
|
|
@@ -1844,52 +1868,64 @@ export namespace GetConfigurationProductsStatus$ {
|
|
|
1844
1868
|
}
|
|
1845
1869
|
|
|
1846
1870
|
/** @internal */
|
|
1847
|
-
export const
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1871
|
+
export const GetConfigurationProductsRepl$inboundSchema: z.ZodType<
|
|
1872
|
+
GetConfigurationProductsRepl,
|
|
1873
|
+
z.ZodTypeDef,
|
|
1874
|
+
unknown
|
|
1875
|
+
> = z.object({
|
|
1876
|
+
enabled: z.boolean(),
|
|
1877
|
+
supportsReadOnlyMode: z.boolean(),
|
|
1878
|
+
welcomeMessage: z.string().optional(),
|
|
1879
|
+
});
|
|
1853
1880
|
|
|
1854
1881
|
/** @internal */
|
|
1855
|
-
export type
|
|
1882
|
+
export type GetConfigurationProductsRepl$Outbound = {
|
|
1856
1883
|
enabled: boolean;
|
|
1857
1884
|
supportsReadOnlyMode: boolean;
|
|
1858
1885
|
welcomeMessage?: string | undefined;
|
|
1859
1886
|
};
|
|
1860
1887
|
|
|
1861
1888
|
/** @internal */
|
|
1862
|
-
export const
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1889
|
+
export const GetConfigurationProductsRepl$outboundSchema: z.ZodType<
|
|
1890
|
+
GetConfigurationProductsRepl$Outbound,
|
|
1891
|
+
z.ZodTypeDef,
|
|
1892
|
+
GetConfigurationProductsRepl
|
|
1893
|
+
> = z.object({
|
|
1894
|
+
enabled: z.boolean(),
|
|
1895
|
+
supportsReadOnlyMode: z.boolean(),
|
|
1896
|
+
welcomeMessage: z.string().optional(),
|
|
1897
|
+
});
|
|
1868
1898
|
|
|
1869
1899
|
/**
|
|
1870
1900
|
* @internal
|
|
1871
1901
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1872
1902
|
*/
|
|
1873
|
-
export namespace
|
|
1874
|
-
/** @deprecated use `
|
|
1875
|
-
export const inboundSchema =
|
|
1876
|
-
/** @deprecated use `
|
|
1877
|
-
export const outboundSchema =
|
|
1878
|
-
/** @deprecated use `
|
|
1879
|
-
export type Outbound =
|
|
1903
|
+
export namespace GetConfigurationProductsRepl$ {
|
|
1904
|
+
/** @deprecated use `GetConfigurationProductsRepl$inboundSchema` instead. */
|
|
1905
|
+
export const inboundSchema = GetConfigurationProductsRepl$inboundSchema;
|
|
1906
|
+
/** @deprecated use `GetConfigurationProductsRepl$outboundSchema` instead. */
|
|
1907
|
+
export const outboundSchema = GetConfigurationProductsRepl$outboundSchema;
|
|
1908
|
+
/** @deprecated use `GetConfigurationProductsRepl$Outbound` instead. */
|
|
1909
|
+
export type Outbound = GetConfigurationProductsRepl$Outbound;
|
|
1880
1910
|
}
|
|
1881
1911
|
|
|
1882
|
-
export function
|
|
1883
|
-
|
|
1912
|
+
export function getConfigurationProductsReplToJSON(
|
|
1913
|
+
getConfigurationProductsRepl: GetConfigurationProductsRepl,
|
|
1914
|
+
): string {
|
|
1915
|
+
return JSON.stringify(
|
|
1916
|
+
GetConfigurationProductsRepl$outboundSchema.parse(
|
|
1917
|
+
getConfigurationProductsRepl,
|
|
1918
|
+
),
|
|
1919
|
+
);
|
|
1884
1920
|
}
|
|
1885
1921
|
|
|
1886
|
-
export function
|
|
1922
|
+
export function getConfigurationProductsReplFromJSON(
|
|
1887
1923
|
jsonString: string,
|
|
1888
|
-
): SafeParseResult<
|
|
1924
|
+
): SafeParseResult<GetConfigurationProductsRepl, SDKValidationError> {
|
|
1889
1925
|
return safeParse(
|
|
1890
1926
|
jsonString,
|
|
1891
|
-
(x) =>
|
|
1892
|
-
`Failed to parse '
|
|
1927
|
+
(x) => GetConfigurationProductsRepl$inboundSchema.parse(JSON.parse(x)),
|
|
1928
|
+
`Failed to parse 'GetConfigurationProductsRepl' from JSON`,
|
|
1893
1929
|
);
|
|
1894
1930
|
}
|
|
1895
1931
|
|
|
@@ -1897,13 +1933,13 @@ export function replFromJSON(
|
|
|
1897
1933
|
export const Storage$inboundSchema: z.ZodType<Storage, z.ZodTypeDef, unknown> =
|
|
1898
1934
|
z.object({
|
|
1899
1935
|
status: GetConfigurationProductsStatus$inboundSchema,
|
|
1900
|
-
repl: z.lazy(() =>
|
|
1936
|
+
repl: z.lazy(() => GetConfigurationProductsRepl$inboundSchema).optional(),
|
|
1901
1937
|
});
|
|
1902
1938
|
|
|
1903
1939
|
/** @internal */
|
|
1904
1940
|
export type Storage$Outbound = {
|
|
1905
1941
|
status: string;
|
|
1906
|
-
repl?:
|
|
1942
|
+
repl?: GetConfigurationProductsRepl$Outbound | undefined;
|
|
1907
1943
|
};
|
|
1908
1944
|
|
|
1909
1945
|
/** @internal */
|
|
@@ -1913,7 +1949,7 @@ export const Storage$outboundSchema: z.ZodType<
|
|
|
1913
1949
|
Storage
|
|
1914
1950
|
> = z.object({
|
|
1915
1951
|
status: GetConfigurationProductsStatus$outboundSchema,
|
|
1916
|
-
repl: z.lazy(() =>
|
|
1952
|
+
repl: z.lazy(() => GetConfigurationProductsRepl$outboundSchema).optional(),
|
|
1917
1953
|
});
|
|
1918
1954
|
|
|
1919
1955
|
/**
|
|
@@ -2893,65 +2929,65 @@ export namespace GetConfigurationProductsType$ {
|
|
|
2893
2929
|
}
|
|
2894
2930
|
|
|
2895
2931
|
/** @internal */
|
|
2896
|
-
export const
|
|
2932
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema:
|
|
2897
2933
|
z.ZodType<
|
|
2898
|
-
|
|
2934
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640,
|
|
2899
2935
|
z.ZodTypeDef,
|
|
2900
2936
|
unknown
|
|
2901
2937
|
> = z.object({});
|
|
2902
2938
|
|
|
2903
2939
|
/** @internal */
|
|
2904
|
-
export type
|
|
2940
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$Outbound =
|
|
2905
2941
|
{};
|
|
2906
2942
|
|
|
2907
2943
|
/** @internal */
|
|
2908
|
-
export const
|
|
2944
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema:
|
|
2909
2945
|
z.ZodType<
|
|
2910
|
-
|
|
2946
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$Outbound,
|
|
2911
2947
|
z.ZodTypeDef,
|
|
2912
|
-
|
|
2948
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640
|
|
2913
2949
|
> = z.object({});
|
|
2914
2950
|
|
|
2915
2951
|
/**
|
|
2916
2952
|
* @internal
|
|
2917
2953
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2918
2954
|
*/
|
|
2919
|
-
export namespace
|
|
2920
|
-
/** @deprecated use `
|
|
2955
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$ {
|
|
2956
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema` instead. */
|
|
2921
2957
|
export const inboundSchema =
|
|
2922
|
-
|
|
2923
|
-
/** @deprecated use `
|
|
2958
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema;
|
|
2959
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema` instead. */
|
|
2924
2960
|
export const outboundSchema =
|
|
2925
|
-
|
|
2926
|
-
/** @deprecated use `
|
|
2961
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema;
|
|
2962
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$Outbound` instead. */
|
|
2927
2963
|
export type Outbound =
|
|
2928
|
-
|
|
2964
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$Outbound;
|
|
2929
2965
|
}
|
|
2930
2966
|
|
|
2931
|
-
export function
|
|
2932
|
-
|
|
2933
|
-
|
|
2967
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640ToJSON(
|
|
2968
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640:
|
|
2969
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640,
|
|
2934
2970
|
): string {
|
|
2935
2971
|
return JSON.stringify(
|
|
2936
|
-
|
|
2972
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema
|
|
2937
2973
|
.parse(
|
|
2938
|
-
|
|
2974
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640,
|
|
2939
2975
|
),
|
|
2940
2976
|
);
|
|
2941
2977
|
}
|
|
2942
2978
|
|
|
2943
|
-
export function
|
|
2979
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640FromJSON(
|
|
2944
2980
|
jsonString: string,
|
|
2945
2981
|
): SafeParseResult<
|
|
2946
|
-
|
|
2982
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640,
|
|
2947
2983
|
SDKValidationError
|
|
2948
2984
|
> {
|
|
2949
2985
|
return safeParse(
|
|
2950
2986
|
jsonString,
|
|
2951
2987
|
(x) =>
|
|
2952
|
-
|
|
2988
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema
|
|
2953
2989
|
.parse(JSON.parse(x)),
|
|
2954
|
-
`Failed to parse '
|
|
2990
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640' from JSON`,
|
|
2955
2991
|
);
|
|
2956
2992
|
}
|
|
2957
2993
|
|
|
@@ -2961,19 +2997,19 @@ export const PropertiesValue$inboundSchema: z.ZodType<
|
|
|
2961
2997
|
z.ZodTypeDef,
|
|
2962
2998
|
unknown
|
|
2963
2999
|
> = z.object({
|
|
2964
|
-
"__@BRAND@
|
|
2965
|
-
|
|
3000
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
3001
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema
|
|
2966
3002
|
),
|
|
2967
3003
|
}).transform((v) => {
|
|
2968
3004
|
return remap$(v, {
|
|
2969
|
-
"__@BRAND@
|
|
3005
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
2970
3006
|
});
|
|
2971
3007
|
});
|
|
2972
3008
|
|
|
2973
3009
|
/** @internal */
|
|
2974
3010
|
export type PropertiesValue$Outbound = {
|
|
2975
|
-
"__@BRAND@
|
|
2976
|
-
|
|
3011
|
+
"__@BRAND@502640":
|
|
3012
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$Outbound;
|
|
2977
3013
|
};
|
|
2978
3014
|
|
|
2979
3015
|
/** @internal */
|
|
@@ -2982,12 +3018,12 @@ export const PropertiesValue$outboundSchema: z.ZodType<
|
|
|
2982
3018
|
z.ZodTypeDef,
|
|
2983
3019
|
PropertiesValue
|
|
2984
3020
|
> = z.object({
|
|
2985
|
-
|
|
2986
|
-
|
|
3021
|
+
atBRANDAt502640: z.lazy(() =>
|
|
3022
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema
|
|
2987
3023
|
),
|
|
2988
3024
|
}).transform((v) => {
|
|
2989
3025
|
return remap$(v, {
|
|
2990
|
-
|
|
3026
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
2991
3027
|
});
|
|
2992
3028
|
});
|
|
2993
3029
|
|
|
@@ -3021,27 +3057,30 @@ export function propertiesValueFromJSON(
|
|
|
3021
3057
|
}
|
|
3022
3058
|
|
|
3023
3059
|
/** @internal */
|
|
3024
|
-
export const
|
|
3025
|
-
|
|
3060
|
+
export const GetConfigurationProductsDisabled3$inboundSchema: z.ZodNativeEnum<
|
|
3061
|
+
typeof GetConfigurationProductsDisabled3
|
|
3062
|
+
> = z.nativeEnum(GetConfigurationProductsDisabled3);
|
|
3026
3063
|
|
|
3027
3064
|
/** @internal */
|
|
3028
|
-
export const
|
|
3029
|
-
|
|
3065
|
+
export const GetConfigurationProductsDisabled3$outboundSchema: z.ZodNativeEnum<
|
|
3066
|
+
typeof GetConfigurationProductsDisabled3
|
|
3067
|
+
> = GetConfigurationProductsDisabled3$inboundSchema;
|
|
3030
3068
|
|
|
3031
3069
|
/**
|
|
3032
3070
|
* @internal
|
|
3033
3071
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3034
3072
|
*/
|
|
3035
|
-
export namespace
|
|
3036
|
-
/** @deprecated use `
|
|
3037
|
-
export const inboundSchema =
|
|
3038
|
-
/** @deprecated use `
|
|
3039
|
-
export const outboundSchema =
|
|
3073
|
+
export namespace GetConfigurationProductsDisabled3$ {
|
|
3074
|
+
/** @deprecated use `GetConfigurationProductsDisabled3$inboundSchema` instead. */
|
|
3075
|
+
export const inboundSchema = GetConfigurationProductsDisabled3$inboundSchema;
|
|
3076
|
+
/** @deprecated use `GetConfigurationProductsDisabled3$outboundSchema` instead. */
|
|
3077
|
+
export const outboundSchema =
|
|
3078
|
+
GetConfigurationProductsDisabled3$outboundSchema;
|
|
3040
3079
|
}
|
|
3041
3080
|
|
|
3042
3081
|
/** @internal */
|
|
3043
|
-
export const
|
|
3044
|
-
|
|
3082
|
+
export const GetConfigurationProductsDisabled2$inboundSchema: z.ZodType<
|
|
3083
|
+
GetConfigurationProductsDisabled2,
|
|
3045
3084
|
z.ZodTypeDef,
|
|
3046
3085
|
unknown
|
|
3047
3086
|
> = z.object({
|
|
@@ -3049,15 +3088,15 @@ export const Disabled2$inboundSchema: z.ZodType<
|
|
|
3049
3088
|
});
|
|
3050
3089
|
|
|
3051
3090
|
/** @internal */
|
|
3052
|
-
export type
|
|
3091
|
+
export type GetConfigurationProductsDisabled2$Outbound = {
|
|
3053
3092
|
expr: string;
|
|
3054
3093
|
};
|
|
3055
3094
|
|
|
3056
3095
|
/** @internal */
|
|
3057
|
-
export const
|
|
3058
|
-
|
|
3096
|
+
export const GetConfigurationProductsDisabled2$outboundSchema: z.ZodType<
|
|
3097
|
+
GetConfigurationProductsDisabled2$Outbound,
|
|
3059
3098
|
z.ZodTypeDef,
|
|
3060
|
-
|
|
3099
|
+
GetConfigurationProductsDisabled2
|
|
3061
3100
|
> = z.object({
|
|
3062
3101
|
expr: z.string(),
|
|
3063
3102
|
});
|
|
@@ -3066,116 +3105,135 @@ export const Disabled2$outboundSchema: z.ZodType<
|
|
|
3066
3105
|
* @internal
|
|
3067
3106
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3068
3107
|
*/
|
|
3069
|
-
export namespace
|
|
3070
|
-
/** @deprecated use `
|
|
3071
|
-
export const inboundSchema =
|
|
3072
|
-
/** @deprecated use `
|
|
3073
|
-
export const outboundSchema =
|
|
3074
|
-
|
|
3075
|
-
|
|
3108
|
+
export namespace GetConfigurationProductsDisabled2$ {
|
|
3109
|
+
/** @deprecated use `GetConfigurationProductsDisabled2$inboundSchema` instead. */
|
|
3110
|
+
export const inboundSchema = GetConfigurationProductsDisabled2$inboundSchema;
|
|
3111
|
+
/** @deprecated use `GetConfigurationProductsDisabled2$outboundSchema` instead. */
|
|
3112
|
+
export const outboundSchema =
|
|
3113
|
+
GetConfigurationProductsDisabled2$outboundSchema;
|
|
3114
|
+
/** @deprecated use `GetConfigurationProductsDisabled2$Outbound` instead. */
|
|
3115
|
+
export type Outbound = GetConfigurationProductsDisabled2$Outbound;
|
|
3076
3116
|
}
|
|
3077
3117
|
|
|
3078
|
-
export function
|
|
3079
|
-
|
|
3118
|
+
export function getConfigurationProductsDisabled2ToJSON(
|
|
3119
|
+
getConfigurationProductsDisabled2: GetConfigurationProductsDisabled2,
|
|
3120
|
+
): string {
|
|
3121
|
+
return JSON.stringify(
|
|
3122
|
+
GetConfigurationProductsDisabled2$outboundSchema.parse(
|
|
3123
|
+
getConfigurationProductsDisabled2,
|
|
3124
|
+
),
|
|
3125
|
+
);
|
|
3080
3126
|
}
|
|
3081
3127
|
|
|
3082
|
-
export function
|
|
3128
|
+
export function getConfigurationProductsDisabled2FromJSON(
|
|
3083
3129
|
jsonString: string,
|
|
3084
|
-
): SafeParseResult<
|
|
3130
|
+
): SafeParseResult<GetConfigurationProductsDisabled2, SDKValidationError> {
|
|
3085
3131
|
return safeParse(
|
|
3086
3132
|
jsonString,
|
|
3087
|
-
(x) =>
|
|
3088
|
-
`Failed to parse '
|
|
3133
|
+
(x) => GetConfigurationProductsDisabled2$inboundSchema.parse(JSON.parse(x)),
|
|
3134
|
+
`Failed to parse 'GetConfigurationProductsDisabled2' from JSON`,
|
|
3089
3135
|
);
|
|
3090
3136
|
}
|
|
3091
3137
|
|
|
3092
3138
|
/** @internal */
|
|
3093
|
-
export const
|
|
3094
|
-
|
|
3139
|
+
export const PropertiesDisabled$inboundSchema: z.ZodType<
|
|
3140
|
+
PropertiesDisabled,
|
|
3095
3141
|
z.ZodTypeDef,
|
|
3096
3142
|
unknown
|
|
3097
3143
|
> = z.union([
|
|
3098
|
-
z.lazy(() =>
|
|
3144
|
+
z.lazy(() => GetConfigurationProductsDisabled2$inboundSchema),
|
|
3099
3145
|
z.boolean(),
|
|
3100
|
-
|
|
3146
|
+
GetConfigurationProductsDisabled3$inboundSchema,
|
|
3101
3147
|
]);
|
|
3102
3148
|
|
|
3103
3149
|
/** @internal */
|
|
3104
|
-
export type
|
|
3150
|
+
export type PropertiesDisabled$Outbound =
|
|
3151
|
+
| GetConfigurationProductsDisabled2$Outbound
|
|
3152
|
+
| boolean
|
|
3153
|
+
| string;
|
|
3105
3154
|
|
|
3106
3155
|
/** @internal */
|
|
3107
|
-
export const
|
|
3108
|
-
|
|
3156
|
+
export const PropertiesDisabled$outboundSchema: z.ZodType<
|
|
3157
|
+
PropertiesDisabled$Outbound,
|
|
3109
3158
|
z.ZodTypeDef,
|
|
3110
|
-
|
|
3159
|
+
PropertiesDisabled
|
|
3111
3160
|
> = z.union([
|
|
3112
|
-
z.lazy(() =>
|
|
3161
|
+
z.lazy(() => GetConfigurationProductsDisabled2$outboundSchema),
|
|
3113
3162
|
z.boolean(),
|
|
3114
|
-
|
|
3163
|
+
GetConfigurationProductsDisabled3$outboundSchema,
|
|
3115
3164
|
]);
|
|
3116
3165
|
|
|
3117
3166
|
/**
|
|
3118
3167
|
* @internal
|
|
3119
3168
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3120
3169
|
*/
|
|
3121
|
-
export namespace
|
|
3122
|
-
/** @deprecated use `
|
|
3123
|
-
export const inboundSchema =
|
|
3124
|
-
/** @deprecated use `
|
|
3125
|
-
export const outboundSchema =
|
|
3126
|
-
/** @deprecated use `
|
|
3127
|
-
export type Outbound =
|
|
3170
|
+
export namespace PropertiesDisabled$ {
|
|
3171
|
+
/** @deprecated use `PropertiesDisabled$inboundSchema` instead. */
|
|
3172
|
+
export const inboundSchema = PropertiesDisabled$inboundSchema;
|
|
3173
|
+
/** @deprecated use `PropertiesDisabled$outboundSchema` instead. */
|
|
3174
|
+
export const outboundSchema = PropertiesDisabled$outboundSchema;
|
|
3175
|
+
/** @deprecated use `PropertiesDisabled$Outbound` instead. */
|
|
3176
|
+
export type Outbound = PropertiesDisabled$Outbound;
|
|
3128
3177
|
}
|
|
3129
3178
|
|
|
3130
|
-
export function
|
|
3131
|
-
|
|
3179
|
+
export function propertiesDisabledToJSON(
|
|
3180
|
+
propertiesDisabled: PropertiesDisabled,
|
|
3181
|
+
): string {
|
|
3182
|
+
return JSON.stringify(
|
|
3183
|
+
PropertiesDisabled$outboundSchema.parse(propertiesDisabled),
|
|
3184
|
+
);
|
|
3132
3185
|
}
|
|
3133
3186
|
|
|
3134
|
-
export function
|
|
3187
|
+
export function propertiesDisabledFromJSON(
|
|
3135
3188
|
jsonString: string,
|
|
3136
|
-
): SafeParseResult<
|
|
3189
|
+
): SafeParseResult<PropertiesDisabled, SDKValidationError> {
|
|
3137
3190
|
return safeParse(
|
|
3138
3191
|
jsonString,
|
|
3139
|
-
(x) =>
|
|
3140
|
-
`Failed to parse '
|
|
3192
|
+
(x) => PropertiesDisabled$inboundSchema.parse(JSON.parse(x)),
|
|
3193
|
+
`Failed to parse 'PropertiesDisabled' from JSON`,
|
|
3141
3194
|
);
|
|
3142
3195
|
}
|
|
3143
3196
|
|
|
3144
3197
|
/** @internal */
|
|
3145
|
-
export const
|
|
3146
|
-
|
|
3198
|
+
export const GetConfigurationProductsHidden3$inboundSchema: z.ZodNativeEnum<
|
|
3199
|
+
typeof GetConfigurationProductsHidden3
|
|
3200
|
+
> = z.nativeEnum(GetConfigurationProductsHidden3);
|
|
3147
3201
|
|
|
3148
3202
|
/** @internal */
|
|
3149
|
-
export const
|
|
3150
|
-
|
|
3203
|
+
export const GetConfigurationProductsHidden3$outboundSchema: z.ZodNativeEnum<
|
|
3204
|
+
typeof GetConfigurationProductsHidden3
|
|
3205
|
+
> = GetConfigurationProductsHidden3$inboundSchema;
|
|
3151
3206
|
|
|
3152
3207
|
/**
|
|
3153
3208
|
* @internal
|
|
3154
3209
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3155
3210
|
*/
|
|
3156
|
-
export namespace
|
|
3157
|
-
/** @deprecated use `
|
|
3158
|
-
export const inboundSchema =
|
|
3159
|
-
/** @deprecated use `
|
|
3160
|
-
export const outboundSchema =
|
|
3211
|
+
export namespace GetConfigurationProductsHidden3$ {
|
|
3212
|
+
/** @deprecated use `GetConfigurationProductsHidden3$inboundSchema` instead. */
|
|
3213
|
+
export const inboundSchema = GetConfigurationProductsHidden3$inboundSchema;
|
|
3214
|
+
/** @deprecated use `GetConfigurationProductsHidden3$outboundSchema` instead. */
|
|
3215
|
+
export const outboundSchema = GetConfigurationProductsHidden3$outboundSchema;
|
|
3161
3216
|
}
|
|
3162
3217
|
|
|
3163
3218
|
/** @internal */
|
|
3164
|
-
export const
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3219
|
+
export const GetConfigurationProductsHidden2$inboundSchema: z.ZodType<
|
|
3220
|
+
GetConfigurationProductsHidden2,
|
|
3221
|
+
z.ZodTypeDef,
|
|
3222
|
+
unknown
|
|
3223
|
+
> = z.object({
|
|
3224
|
+
expr: z.string(),
|
|
3225
|
+
});
|
|
3168
3226
|
|
|
3169
3227
|
/** @internal */
|
|
3170
|
-
export type
|
|
3228
|
+
export type GetConfigurationProductsHidden2$Outbound = {
|
|
3171
3229
|
expr: string;
|
|
3172
3230
|
};
|
|
3173
3231
|
|
|
3174
3232
|
/** @internal */
|
|
3175
|
-
export const
|
|
3176
|
-
|
|
3233
|
+
export const GetConfigurationProductsHidden2$outboundSchema: z.ZodType<
|
|
3234
|
+
GetConfigurationProductsHidden2$Outbound,
|
|
3177
3235
|
z.ZodTypeDef,
|
|
3178
|
-
|
|
3236
|
+
GetConfigurationProductsHidden2
|
|
3179
3237
|
> = z.object({
|
|
3180
3238
|
expr: z.string(),
|
|
3181
3239
|
});
|
|
@@ -3184,75 +3242,91 @@ export const Hidden2$outboundSchema: z.ZodType<
|
|
|
3184
3242
|
* @internal
|
|
3185
3243
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3186
3244
|
*/
|
|
3187
|
-
export namespace
|
|
3188
|
-
/** @deprecated use `
|
|
3189
|
-
export const inboundSchema =
|
|
3190
|
-
/** @deprecated use `
|
|
3191
|
-
export const outboundSchema =
|
|
3192
|
-
/** @deprecated use `
|
|
3193
|
-
export type Outbound =
|
|
3245
|
+
export namespace GetConfigurationProductsHidden2$ {
|
|
3246
|
+
/** @deprecated use `GetConfigurationProductsHidden2$inboundSchema` instead. */
|
|
3247
|
+
export const inboundSchema = GetConfigurationProductsHidden2$inboundSchema;
|
|
3248
|
+
/** @deprecated use `GetConfigurationProductsHidden2$outboundSchema` instead. */
|
|
3249
|
+
export const outboundSchema = GetConfigurationProductsHidden2$outboundSchema;
|
|
3250
|
+
/** @deprecated use `GetConfigurationProductsHidden2$Outbound` instead. */
|
|
3251
|
+
export type Outbound = GetConfigurationProductsHidden2$Outbound;
|
|
3194
3252
|
}
|
|
3195
3253
|
|
|
3196
|
-
export function
|
|
3197
|
-
|
|
3254
|
+
export function getConfigurationProductsHidden2ToJSON(
|
|
3255
|
+
getConfigurationProductsHidden2: GetConfigurationProductsHidden2,
|
|
3256
|
+
): string {
|
|
3257
|
+
return JSON.stringify(
|
|
3258
|
+
GetConfigurationProductsHidden2$outboundSchema.parse(
|
|
3259
|
+
getConfigurationProductsHidden2,
|
|
3260
|
+
),
|
|
3261
|
+
);
|
|
3198
3262
|
}
|
|
3199
3263
|
|
|
3200
|
-
export function
|
|
3264
|
+
export function getConfigurationProductsHidden2FromJSON(
|
|
3201
3265
|
jsonString: string,
|
|
3202
|
-
): SafeParseResult<
|
|
3266
|
+
): SafeParseResult<GetConfigurationProductsHidden2, SDKValidationError> {
|
|
3203
3267
|
return safeParse(
|
|
3204
3268
|
jsonString,
|
|
3205
|
-
(x) =>
|
|
3206
|
-
`Failed to parse '
|
|
3269
|
+
(x) => GetConfigurationProductsHidden2$inboundSchema.parse(JSON.parse(x)),
|
|
3270
|
+
`Failed to parse 'GetConfigurationProductsHidden2' from JSON`,
|
|
3207
3271
|
);
|
|
3208
3272
|
}
|
|
3209
3273
|
|
|
3210
3274
|
/** @internal */
|
|
3211
|
-
export const
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3275
|
+
export const PropertiesHidden$inboundSchema: z.ZodType<
|
|
3276
|
+
PropertiesHidden,
|
|
3277
|
+
z.ZodTypeDef,
|
|
3278
|
+
unknown
|
|
3279
|
+
> = z.union([
|
|
3280
|
+
z.lazy(() => GetConfigurationProductsHidden2$inboundSchema),
|
|
3281
|
+
z.boolean(),
|
|
3282
|
+
GetConfigurationProductsHidden3$inboundSchema,
|
|
3283
|
+
]);
|
|
3217
3284
|
|
|
3218
3285
|
/** @internal */
|
|
3219
|
-
export type
|
|
3286
|
+
export type PropertiesHidden$Outbound =
|
|
3287
|
+
| GetConfigurationProductsHidden2$Outbound
|
|
3288
|
+
| boolean
|
|
3289
|
+
| string;
|
|
3220
3290
|
|
|
3221
3291
|
/** @internal */
|
|
3222
|
-
export const
|
|
3223
|
-
|
|
3292
|
+
export const PropertiesHidden$outboundSchema: z.ZodType<
|
|
3293
|
+
PropertiesHidden$Outbound,
|
|
3224
3294
|
z.ZodTypeDef,
|
|
3225
|
-
|
|
3295
|
+
PropertiesHidden
|
|
3226
3296
|
> = z.union([
|
|
3227
|
-
z.lazy(() =>
|
|
3297
|
+
z.lazy(() => GetConfigurationProductsHidden2$outboundSchema),
|
|
3228
3298
|
z.boolean(),
|
|
3229
|
-
|
|
3299
|
+
GetConfigurationProductsHidden3$outboundSchema,
|
|
3230
3300
|
]);
|
|
3231
3301
|
|
|
3232
3302
|
/**
|
|
3233
3303
|
* @internal
|
|
3234
3304
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3235
3305
|
*/
|
|
3236
|
-
export namespace
|
|
3237
|
-
/** @deprecated use `
|
|
3238
|
-
export const inboundSchema =
|
|
3239
|
-
/** @deprecated use `
|
|
3240
|
-
export const outboundSchema =
|
|
3241
|
-
/** @deprecated use `
|
|
3242
|
-
export type Outbound =
|
|
3243
|
-
}
|
|
3306
|
+
export namespace PropertiesHidden$ {
|
|
3307
|
+
/** @deprecated use `PropertiesHidden$inboundSchema` instead. */
|
|
3308
|
+
export const inboundSchema = PropertiesHidden$inboundSchema;
|
|
3309
|
+
/** @deprecated use `PropertiesHidden$outboundSchema` instead. */
|
|
3310
|
+
export const outboundSchema = PropertiesHidden$outboundSchema;
|
|
3311
|
+
/** @deprecated use `PropertiesHidden$Outbound` instead. */
|
|
3312
|
+
export type Outbound = PropertiesHidden$Outbound;
|
|
3313
|
+
}
|
|
3244
3314
|
|
|
3245
|
-
export function
|
|
3246
|
-
|
|
3315
|
+
export function propertiesHiddenToJSON(
|
|
3316
|
+
propertiesHidden: PropertiesHidden,
|
|
3317
|
+
): string {
|
|
3318
|
+
return JSON.stringify(
|
|
3319
|
+
PropertiesHidden$outboundSchema.parse(propertiesHidden),
|
|
3320
|
+
);
|
|
3247
3321
|
}
|
|
3248
3322
|
|
|
3249
|
-
export function
|
|
3323
|
+
export function propertiesHiddenFromJSON(
|
|
3250
3324
|
jsonString: string,
|
|
3251
|
-
): SafeParseResult<
|
|
3325
|
+
): SafeParseResult<PropertiesHidden, SDKValidationError> {
|
|
3252
3326
|
return safeParse(
|
|
3253
3327
|
jsonString,
|
|
3254
|
-
(x) =>
|
|
3255
|
-
`Failed to parse '
|
|
3328
|
+
(x) => PropertiesHidden$inboundSchema.parse(JSON.parse(x)),
|
|
3329
|
+
`Failed to parse 'PropertiesHidden' from JSON`,
|
|
3256
3330
|
);
|
|
3257
3331
|
}
|
|
3258
3332
|
|
|
@@ -3264,22 +3338,30 @@ export const Properties9$inboundSchema: z.ZodType<
|
|
|
3264
3338
|
> = z.object({
|
|
3265
3339
|
value: z.lazy(() => PropertiesValue$inboundSchema),
|
|
3266
3340
|
disabled: z.union([
|
|
3267
|
-
z.lazy(() =>
|
|
3341
|
+
z.lazy(() => GetConfigurationProductsDisabled2$inboundSchema),
|
|
3268
3342
|
z.boolean(),
|
|
3269
|
-
|
|
3343
|
+
GetConfigurationProductsDisabled3$inboundSchema,
|
|
3270
3344
|
]).optional(),
|
|
3271
3345
|
hidden: z.union([
|
|
3272
|
-
z.lazy(() =>
|
|
3346
|
+
z.lazy(() => GetConfigurationProductsHidden2$inboundSchema),
|
|
3273
3347
|
z.boolean(),
|
|
3274
|
-
|
|
3348
|
+
GetConfigurationProductsHidden3$inboundSchema,
|
|
3275
3349
|
]).optional(),
|
|
3276
3350
|
});
|
|
3277
3351
|
|
|
3278
3352
|
/** @internal */
|
|
3279
3353
|
export type Properties9$Outbound = {
|
|
3280
3354
|
value: PropertiesValue$Outbound;
|
|
3281
|
-
disabled?:
|
|
3282
|
-
|
|
3355
|
+
disabled?:
|
|
3356
|
+
| GetConfigurationProductsDisabled2$Outbound
|
|
3357
|
+
| boolean
|
|
3358
|
+
| string
|
|
3359
|
+
| undefined;
|
|
3360
|
+
hidden?:
|
|
3361
|
+
| GetConfigurationProductsHidden2$Outbound
|
|
3362
|
+
| boolean
|
|
3363
|
+
| string
|
|
3364
|
+
| undefined;
|
|
3283
3365
|
};
|
|
3284
3366
|
|
|
3285
3367
|
/** @internal */
|
|
@@ -3290,14 +3372,14 @@ export const Properties9$outboundSchema: z.ZodType<
|
|
|
3290
3372
|
> = z.object({
|
|
3291
3373
|
value: z.lazy(() => PropertiesValue$outboundSchema),
|
|
3292
3374
|
disabled: z.union([
|
|
3293
|
-
z.lazy(() =>
|
|
3375
|
+
z.lazy(() => GetConfigurationProductsDisabled2$outboundSchema),
|
|
3294
3376
|
z.boolean(),
|
|
3295
|
-
|
|
3377
|
+
GetConfigurationProductsDisabled3$outboundSchema,
|
|
3296
3378
|
]).optional(),
|
|
3297
3379
|
hidden: z.union([
|
|
3298
|
-
z.lazy(() =>
|
|
3380
|
+
z.lazy(() => GetConfigurationProductsHidden2$outboundSchema),
|
|
3299
3381
|
z.boolean(),
|
|
3300
|
-
|
|
3382
|
+
GetConfigurationProductsHidden3$outboundSchema,
|
|
3301
3383
|
]).optional(),
|
|
3302
3384
|
});
|
|
3303
3385
|
|
|
@@ -3413,65 +3495,65 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
|
|
|
3413
3495
|
}
|
|
3414
3496
|
|
|
3415
3497
|
/** @internal */
|
|
3416
|
-
export const
|
|
3498
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema:
|
|
3417
3499
|
z.ZodType<
|
|
3418
|
-
|
|
3500
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640,
|
|
3419
3501
|
z.ZodTypeDef,
|
|
3420
3502
|
unknown
|
|
3421
3503
|
> = z.object({});
|
|
3422
3504
|
|
|
3423
3505
|
/** @internal */
|
|
3424
|
-
export type
|
|
3506
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$Outbound =
|
|
3425
3507
|
{};
|
|
3426
3508
|
|
|
3427
3509
|
/** @internal */
|
|
3428
|
-
export const
|
|
3510
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema:
|
|
3429
3511
|
z.ZodType<
|
|
3430
|
-
|
|
3512
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$Outbound,
|
|
3431
3513
|
z.ZodTypeDef,
|
|
3432
|
-
|
|
3514
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640
|
|
3433
3515
|
> = z.object({});
|
|
3434
3516
|
|
|
3435
3517
|
/**
|
|
3436
3518
|
* @internal
|
|
3437
3519
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3438
3520
|
*/
|
|
3439
|
-
export namespace
|
|
3440
|
-
/** @deprecated use `
|
|
3521
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$ {
|
|
3522
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema` instead. */
|
|
3441
3523
|
export const inboundSchema =
|
|
3442
|
-
|
|
3443
|
-
/** @deprecated use `
|
|
3524
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema;
|
|
3525
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema` instead. */
|
|
3444
3526
|
export const outboundSchema =
|
|
3445
|
-
|
|
3446
|
-
/** @deprecated use `
|
|
3527
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema;
|
|
3528
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$Outbound` instead. */
|
|
3447
3529
|
export type Outbound =
|
|
3448
|
-
|
|
3530
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$Outbound;
|
|
3449
3531
|
}
|
|
3450
3532
|
|
|
3451
|
-
export function
|
|
3452
|
-
|
|
3453
|
-
|
|
3533
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640ToJSON(
|
|
3534
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640:
|
|
3535
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640,
|
|
3454
3536
|
): string {
|
|
3455
3537
|
return JSON.stringify(
|
|
3456
|
-
|
|
3538
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema
|
|
3457
3539
|
.parse(
|
|
3458
|
-
|
|
3540
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640,
|
|
3459
3541
|
),
|
|
3460
3542
|
);
|
|
3461
3543
|
}
|
|
3462
3544
|
|
|
3463
|
-
export function
|
|
3545
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640FromJSON(
|
|
3464
3546
|
jsonString: string,
|
|
3465
3547
|
): SafeParseResult<
|
|
3466
|
-
|
|
3548
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640,
|
|
3467
3549
|
SDKValidationError
|
|
3468
3550
|
> {
|
|
3469
3551
|
return safeParse(
|
|
3470
3552
|
jsonString,
|
|
3471
3553
|
(x) =>
|
|
3472
|
-
|
|
3554
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema
|
|
3473
3555
|
.parse(JSON.parse(x)),
|
|
3474
|
-
`Failed to parse '
|
|
3556
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640' from JSON`,
|
|
3475
3557
|
);
|
|
3476
3558
|
}
|
|
3477
3559
|
|
|
@@ -3482,20 +3564,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inb
|
|
|
3482
3564
|
z.ZodTypeDef,
|
|
3483
3565
|
unknown
|
|
3484
3566
|
> = z.object({
|
|
3485
|
-
"__@BRAND@
|
|
3486
|
-
|
|
3567
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
3568
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema
|
|
3487
3569
|
),
|
|
3488
3570
|
}).transform((v) => {
|
|
3489
3571
|
return remap$(v, {
|
|
3490
|
-
"__@BRAND@
|
|
3572
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
3491
3573
|
});
|
|
3492
3574
|
});
|
|
3493
3575
|
|
|
3494
3576
|
/** @internal */
|
|
3495
3577
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound =
|
|
3496
3578
|
{
|
|
3497
|
-
"__@BRAND@
|
|
3498
|
-
|
|
3579
|
+
"__@BRAND@502640":
|
|
3580
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$Outbound;
|
|
3499
3581
|
};
|
|
3500
3582
|
|
|
3501
3583
|
/** @internal */
|
|
@@ -3505,12 +3587,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$out
|
|
|
3505
3587
|
z.ZodTypeDef,
|
|
3506
3588
|
GetConfigurationProductsPropertiesIntegrationsResponseMinLength
|
|
3507
3589
|
> = z.object({
|
|
3508
|
-
|
|
3509
|
-
|
|
3590
|
+
atBRANDAt502640: z.lazy(() =>
|
|
3591
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema
|
|
3510
3592
|
),
|
|
3511
3593
|
}).transform((v) => {
|
|
3512
3594
|
return remap$(v, {
|
|
3513
|
-
|
|
3595
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
3514
3596
|
});
|
|
3515
3597
|
});
|
|
3516
3598
|
|
|
@@ -3556,65 +3638,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
|
|
|
3556
3638
|
}
|
|
3557
3639
|
|
|
3558
3640
|
/** @internal */
|
|
3559
|
-
export const
|
|
3641
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema:
|
|
3560
3642
|
z.ZodType<
|
|
3561
|
-
|
|
3643
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640,
|
|
3562
3644
|
z.ZodTypeDef,
|
|
3563
3645
|
unknown
|
|
3564
3646
|
> = z.object({});
|
|
3565
3647
|
|
|
3566
3648
|
/** @internal */
|
|
3567
|
-
export type
|
|
3649
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$Outbound =
|
|
3568
3650
|
{};
|
|
3569
3651
|
|
|
3570
3652
|
/** @internal */
|
|
3571
|
-
export const
|
|
3653
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema:
|
|
3572
3654
|
z.ZodType<
|
|
3573
|
-
|
|
3655
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$Outbound,
|
|
3574
3656
|
z.ZodTypeDef,
|
|
3575
|
-
|
|
3657
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640
|
|
3576
3658
|
> = z.object({});
|
|
3577
3659
|
|
|
3578
3660
|
/**
|
|
3579
3661
|
* @internal
|
|
3580
3662
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3581
3663
|
*/
|
|
3582
|
-
export namespace
|
|
3583
|
-
/** @deprecated use `
|
|
3664
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$ {
|
|
3665
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema` instead. */
|
|
3584
3666
|
export const inboundSchema =
|
|
3585
|
-
|
|
3586
|
-
/** @deprecated use `
|
|
3667
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema;
|
|
3668
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema` instead. */
|
|
3587
3669
|
export const outboundSchema =
|
|
3588
|
-
|
|
3589
|
-
/** @deprecated use `
|
|
3670
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema;
|
|
3671
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$Outbound` instead. */
|
|
3590
3672
|
export type Outbound =
|
|
3591
|
-
|
|
3673
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$Outbound;
|
|
3592
3674
|
}
|
|
3593
3675
|
|
|
3594
|
-
export function
|
|
3595
|
-
|
|
3596
|
-
|
|
3676
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640ToJSON(
|
|
3677
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640:
|
|
3678
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640,
|
|
3597
3679
|
): string {
|
|
3598
3680
|
return JSON.stringify(
|
|
3599
|
-
|
|
3681
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema
|
|
3600
3682
|
.parse(
|
|
3601
|
-
|
|
3683
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640,
|
|
3602
3684
|
),
|
|
3603
3685
|
);
|
|
3604
3686
|
}
|
|
3605
3687
|
|
|
3606
|
-
export function
|
|
3688
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640FromJSON(
|
|
3607
3689
|
jsonString: string,
|
|
3608
3690
|
): SafeParseResult<
|
|
3609
|
-
|
|
3691
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640,
|
|
3610
3692
|
SDKValidationError
|
|
3611
3693
|
> {
|
|
3612
3694
|
return safeParse(
|
|
3613
3695
|
jsonString,
|
|
3614
3696
|
(x) =>
|
|
3615
|
-
|
|
3697
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema
|
|
3616
3698
|
.parse(JSON.parse(x)),
|
|
3617
|
-
`Failed to parse '
|
|
3699
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640' from JSON`,
|
|
3618
3700
|
);
|
|
3619
3701
|
}
|
|
3620
3702
|
|
|
@@ -3625,20 +3707,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inb
|
|
|
3625
3707
|
z.ZodTypeDef,
|
|
3626
3708
|
unknown
|
|
3627
3709
|
> = z.object({
|
|
3628
|
-
"__@BRAND@
|
|
3629
|
-
|
|
3710
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
3711
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema
|
|
3630
3712
|
),
|
|
3631
3713
|
}).transform((v) => {
|
|
3632
3714
|
return remap$(v, {
|
|
3633
|
-
"__@BRAND@
|
|
3715
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
3634
3716
|
});
|
|
3635
3717
|
});
|
|
3636
3718
|
|
|
3637
3719
|
/** @internal */
|
|
3638
3720
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
3639
3721
|
{
|
|
3640
|
-
"__@BRAND@
|
|
3641
|
-
|
|
3722
|
+
"__@BRAND@502640":
|
|
3723
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$Outbound;
|
|
3642
3724
|
};
|
|
3643
3725
|
|
|
3644
3726
|
/** @internal */
|
|
@@ -3648,12 +3730,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$out
|
|
|
3648
3730
|
z.ZodTypeDef,
|
|
3649
3731
|
GetConfigurationProductsPropertiesIntegrationsResponseMaxLength
|
|
3650
3732
|
> = z.object({
|
|
3651
|
-
|
|
3652
|
-
|
|
3733
|
+
atBRANDAt502640: z.lazy(() =>
|
|
3734
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema
|
|
3653
3735
|
),
|
|
3654
3736
|
}).transform((v) => {
|
|
3655
3737
|
return remap$(v, {
|
|
3656
|
-
|
|
3738
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
3657
3739
|
});
|
|
3658
3740
|
});
|
|
3659
3741
|
|
|
@@ -3699,65 +3781,65 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
|
|
|
3699
3781
|
}
|
|
3700
3782
|
|
|
3701
3783
|
/** @internal */
|
|
3702
|
-
export const
|
|
3784
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema:
|
|
3703
3785
|
z.ZodType<
|
|
3704
|
-
|
|
3786
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640,
|
|
3705
3787
|
z.ZodTypeDef,
|
|
3706
3788
|
unknown
|
|
3707
3789
|
> = z.object({});
|
|
3708
3790
|
|
|
3709
3791
|
/** @internal */
|
|
3710
|
-
export type
|
|
3792
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$Outbound =
|
|
3711
3793
|
{};
|
|
3712
3794
|
|
|
3713
3795
|
/** @internal */
|
|
3714
|
-
export const
|
|
3796
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema:
|
|
3715
3797
|
z.ZodType<
|
|
3716
|
-
|
|
3798
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$Outbound,
|
|
3717
3799
|
z.ZodTypeDef,
|
|
3718
|
-
|
|
3800
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640
|
|
3719
3801
|
> = z.object({});
|
|
3720
3802
|
|
|
3721
3803
|
/**
|
|
3722
3804
|
* @internal
|
|
3723
3805
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3724
3806
|
*/
|
|
3725
|
-
export namespace
|
|
3726
|
-
/** @deprecated use `
|
|
3807
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$ {
|
|
3808
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema` instead. */
|
|
3727
3809
|
export const inboundSchema =
|
|
3728
|
-
|
|
3729
|
-
/** @deprecated use `
|
|
3810
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema;
|
|
3811
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema` instead. */
|
|
3730
3812
|
export const outboundSchema =
|
|
3731
|
-
|
|
3732
|
-
/** @deprecated use `
|
|
3813
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema;
|
|
3814
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$Outbound` instead. */
|
|
3733
3815
|
export type Outbound =
|
|
3734
|
-
|
|
3816
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$Outbound;
|
|
3735
3817
|
}
|
|
3736
3818
|
|
|
3737
|
-
export function
|
|
3738
|
-
|
|
3739
|
-
|
|
3819
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640ToJSON(
|
|
3820
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640:
|
|
3821
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640,
|
|
3740
3822
|
): string {
|
|
3741
3823
|
return JSON.stringify(
|
|
3742
|
-
|
|
3824
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema
|
|
3743
3825
|
.parse(
|
|
3744
|
-
|
|
3826
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640,
|
|
3745
3827
|
),
|
|
3746
3828
|
);
|
|
3747
3829
|
}
|
|
3748
3830
|
|
|
3749
|
-
export function
|
|
3831
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640FromJSON(
|
|
3750
3832
|
jsonString: string,
|
|
3751
3833
|
): SafeParseResult<
|
|
3752
|
-
|
|
3834
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640,
|
|
3753
3835
|
SDKValidationError
|
|
3754
3836
|
> {
|
|
3755
3837
|
return safeParse(
|
|
3756
3838
|
jsonString,
|
|
3757
3839
|
(x) =>
|
|
3758
|
-
|
|
3840
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema
|
|
3759
3841
|
.parse(JSON.parse(x)),
|
|
3760
|
-
`Failed to parse '
|
|
3842
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640' from JSON`,
|
|
3761
3843
|
);
|
|
3762
3844
|
}
|
|
3763
3845
|
|
|
@@ -3768,20 +3850,20 @@ export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inbou
|
|
|
3768
3850
|
z.ZodTypeDef,
|
|
3769
3851
|
unknown
|
|
3770
3852
|
> = z.object({
|
|
3771
|
-
"__@BRAND@
|
|
3772
|
-
|
|
3853
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
3854
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema
|
|
3773
3855
|
),
|
|
3774
3856
|
}).transform((v) => {
|
|
3775
3857
|
return remap$(v, {
|
|
3776
|
-
"__@BRAND@
|
|
3858
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
3777
3859
|
});
|
|
3778
3860
|
});
|
|
3779
3861
|
|
|
3780
3862
|
/** @internal */
|
|
3781
3863
|
export type GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound =
|
|
3782
3864
|
{
|
|
3783
|
-
"__@BRAND@
|
|
3784
|
-
|
|
3865
|
+
"__@BRAND@502640":
|
|
3866
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$Outbound;
|
|
3785
3867
|
};
|
|
3786
3868
|
|
|
3787
3869
|
/** @internal */
|
|
@@ -3791,12 +3873,12 @@ export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outbo
|
|
|
3791
3873
|
z.ZodTypeDef,
|
|
3792
3874
|
GetConfigurationProductsPropertiesIntegrationsResponsePattern
|
|
3793
3875
|
> = z.object({
|
|
3794
|
-
|
|
3795
|
-
|
|
3876
|
+
atBRANDAt502640: z.lazy(() =>
|
|
3877
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema
|
|
3796
3878
|
),
|
|
3797
3879
|
}).transform((v) => {
|
|
3798
3880
|
return remap$(v, {
|
|
3799
|
-
|
|
3881
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
3800
3882
|
});
|
|
3801
3883
|
});
|
|
3802
3884
|
|
|
@@ -3948,65 +4030,65 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(
|
|
|
3948
4030
|
}
|
|
3949
4031
|
|
|
3950
4032
|
/** @internal */
|
|
3951
|
-
export const
|
|
4033
|
+
export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema:
|
|
3952
4034
|
z.ZodType<
|
|
3953
|
-
|
|
4035
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640,
|
|
3954
4036
|
z.ZodTypeDef,
|
|
3955
4037
|
unknown
|
|
3956
4038
|
> = z.object({});
|
|
3957
4039
|
|
|
3958
4040
|
/** @internal */
|
|
3959
|
-
export type
|
|
4041
|
+
export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$Outbound =
|
|
3960
4042
|
{};
|
|
3961
4043
|
|
|
3962
4044
|
/** @internal */
|
|
3963
|
-
export const
|
|
4045
|
+
export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema:
|
|
3964
4046
|
z.ZodType<
|
|
3965
|
-
|
|
4047
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$Outbound,
|
|
3966
4048
|
z.ZodTypeDef,
|
|
3967
|
-
|
|
4049
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640
|
|
3968
4050
|
> = z.object({});
|
|
3969
4051
|
|
|
3970
4052
|
/**
|
|
3971
4053
|
* @internal
|
|
3972
4054
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3973
4055
|
*/
|
|
3974
|
-
export namespace
|
|
3975
|
-
/** @deprecated use `
|
|
4056
|
+
export namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$ {
|
|
4057
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema` instead. */
|
|
3976
4058
|
export const inboundSchema =
|
|
3977
|
-
|
|
3978
|
-
/** @deprecated use `
|
|
4059
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema;
|
|
4060
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema` instead. */
|
|
3979
4061
|
export const outboundSchema =
|
|
3980
|
-
|
|
3981
|
-
/** @deprecated use `
|
|
4062
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema;
|
|
4063
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$Outbound` instead. */
|
|
3982
4064
|
export type Outbound =
|
|
3983
|
-
|
|
4065
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$Outbound;
|
|
3984
4066
|
}
|
|
3985
4067
|
|
|
3986
|
-
export function
|
|
3987
|
-
|
|
3988
|
-
|
|
4068
|
+
export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640ToJSON(
|
|
4069
|
+
getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640:
|
|
4070
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640,
|
|
3989
4071
|
): string {
|
|
3990
4072
|
return JSON.stringify(
|
|
3991
|
-
|
|
4073
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema
|
|
3992
4074
|
.parse(
|
|
3993
|
-
|
|
4075
|
+
getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640,
|
|
3994
4076
|
),
|
|
3995
4077
|
);
|
|
3996
4078
|
}
|
|
3997
4079
|
|
|
3998
|
-
export function
|
|
4080
|
+
export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640FromJSON(
|
|
3999
4081
|
jsonString: string,
|
|
4000
4082
|
): SafeParseResult<
|
|
4001
|
-
|
|
4083
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640,
|
|
4002
4084
|
SDKValidationError
|
|
4003
4085
|
> {
|
|
4004
4086
|
return safeParse(
|
|
4005
4087
|
jsonString,
|
|
4006
4088
|
(x) =>
|
|
4007
|
-
|
|
4089
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema
|
|
4008
4090
|
.parse(JSON.parse(x)),
|
|
4009
|
-
`Failed to parse '
|
|
4091
|
+
`Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640' from JSON`,
|
|
4010
4092
|
);
|
|
4011
4093
|
}
|
|
4012
4094
|
|
|
@@ -4016,19 +4098,19 @@ export const GetConfigurationProductsUiOptionsValue$inboundSchema: z.ZodType<
|
|
|
4016
4098
|
z.ZodTypeDef,
|
|
4017
4099
|
unknown
|
|
4018
4100
|
> = z.object({
|
|
4019
|
-
"__@BRAND@
|
|
4020
|
-
|
|
4101
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
4102
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema
|
|
4021
4103
|
),
|
|
4022
4104
|
}).transform((v) => {
|
|
4023
4105
|
return remap$(v, {
|
|
4024
|
-
"__@BRAND@
|
|
4106
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
4025
4107
|
});
|
|
4026
4108
|
});
|
|
4027
4109
|
|
|
4028
4110
|
/** @internal */
|
|
4029
4111
|
export type GetConfigurationProductsUiOptionsValue$Outbound = {
|
|
4030
|
-
"__@BRAND@
|
|
4031
|
-
|
|
4112
|
+
"__@BRAND@502640":
|
|
4113
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$Outbound;
|
|
4032
4114
|
};
|
|
4033
4115
|
|
|
4034
4116
|
/** @internal */
|
|
@@ -4037,12 +4119,12 @@ export const GetConfigurationProductsUiOptionsValue$outboundSchema: z.ZodType<
|
|
|
4037
4119
|
z.ZodTypeDef,
|
|
4038
4120
|
GetConfigurationProductsUiOptionsValue
|
|
4039
4121
|
> = z.object({
|
|
4040
|
-
|
|
4041
|
-
|
|
4122
|
+
atBRANDAt502640: z.lazy(() =>
|
|
4123
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema
|
|
4042
4124
|
),
|
|
4043
4125
|
}).transform((v) => {
|
|
4044
4126
|
return remap$(v, {
|
|
4045
|
-
|
|
4127
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
4046
4128
|
});
|
|
4047
4129
|
});
|
|
4048
4130
|
|
|
@@ -4524,64 +4606,64 @@ export function getConfigurationProductsUiOptions3FromJSON(
|
|
|
4524
4606
|
}
|
|
4525
4607
|
|
|
4526
4608
|
/** @internal */
|
|
4527
|
-
export const
|
|
4609
|
+
export const GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema:
|
|
4528
4610
|
z.ZodType<
|
|
4529
|
-
|
|
4611
|
+
GetConfigurationProductsUiOptionsAtBRANDAt502640,
|
|
4530
4612
|
z.ZodTypeDef,
|
|
4531
4613
|
unknown
|
|
4532
4614
|
> = z.object({});
|
|
4533
4615
|
|
|
4534
4616
|
/** @internal */
|
|
4535
|
-
export type
|
|
4617
|
+
export type GetConfigurationProductsUiOptionsAtBRANDAt502640$Outbound = {};
|
|
4536
4618
|
|
|
4537
4619
|
/** @internal */
|
|
4538
|
-
export const
|
|
4620
|
+
export const GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema:
|
|
4539
4621
|
z.ZodType<
|
|
4540
|
-
|
|
4622
|
+
GetConfigurationProductsUiOptionsAtBRANDAt502640$Outbound,
|
|
4541
4623
|
z.ZodTypeDef,
|
|
4542
|
-
|
|
4624
|
+
GetConfigurationProductsUiOptionsAtBRANDAt502640
|
|
4543
4625
|
> = z.object({});
|
|
4544
4626
|
|
|
4545
4627
|
/**
|
|
4546
4628
|
* @internal
|
|
4547
4629
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4548
4630
|
*/
|
|
4549
|
-
export namespace
|
|
4550
|
-
/** @deprecated use `
|
|
4631
|
+
export namespace GetConfigurationProductsUiOptionsAtBRANDAt502640$ {
|
|
4632
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema` instead. */
|
|
4551
4633
|
export const inboundSchema =
|
|
4552
|
-
|
|
4553
|
-
/** @deprecated use `
|
|
4634
|
+
GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema;
|
|
4635
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema` instead. */
|
|
4554
4636
|
export const outboundSchema =
|
|
4555
|
-
|
|
4556
|
-
/** @deprecated use `
|
|
4637
|
+
GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema;
|
|
4638
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502640$Outbound` instead. */
|
|
4557
4639
|
export type Outbound =
|
|
4558
|
-
|
|
4640
|
+
GetConfigurationProductsUiOptionsAtBRANDAt502640$Outbound;
|
|
4559
4641
|
}
|
|
4560
4642
|
|
|
4561
|
-
export function
|
|
4562
|
-
|
|
4563
|
-
|
|
4643
|
+
export function getConfigurationProductsUiOptionsAtBRANDAt502640ToJSON(
|
|
4644
|
+
getConfigurationProductsUiOptionsAtBRANDAt502640:
|
|
4645
|
+
GetConfigurationProductsUiOptionsAtBRANDAt502640,
|
|
4564
4646
|
): string {
|
|
4565
4647
|
return JSON.stringify(
|
|
4566
|
-
|
|
4567
|
-
|
|
4648
|
+
GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema.parse(
|
|
4649
|
+
getConfigurationProductsUiOptionsAtBRANDAt502640,
|
|
4568
4650
|
),
|
|
4569
4651
|
);
|
|
4570
4652
|
}
|
|
4571
4653
|
|
|
4572
|
-
export function
|
|
4654
|
+
export function getConfigurationProductsUiOptionsAtBRANDAt502640FromJSON(
|
|
4573
4655
|
jsonString: string,
|
|
4574
4656
|
): SafeParseResult<
|
|
4575
|
-
|
|
4657
|
+
GetConfigurationProductsUiOptionsAtBRANDAt502640,
|
|
4576
4658
|
SDKValidationError
|
|
4577
4659
|
> {
|
|
4578
4660
|
return safeParse(
|
|
4579
4661
|
jsonString,
|
|
4580
4662
|
(x) =>
|
|
4581
|
-
|
|
4663
|
+
GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema.parse(
|
|
4582
4664
|
JSON.parse(x),
|
|
4583
4665
|
),
|
|
4584
|
-
`Failed to parse '
|
|
4666
|
+
`Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt502640' from JSON`,
|
|
4585
4667
|
);
|
|
4586
4668
|
}
|
|
4587
4669
|
|
|
@@ -4591,18 +4673,18 @@ export const GetConfigurationProductsUiOptions2$inboundSchema: z.ZodType<
|
|
|
4591
4673
|
z.ZodTypeDef,
|
|
4592
4674
|
unknown
|
|
4593
4675
|
> = z.object({
|
|
4594
|
-
"__@BRAND@
|
|
4595
|
-
|
|
4676
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
4677
|
+
GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema
|
|
4596
4678
|
),
|
|
4597
4679
|
}).transform((v) => {
|
|
4598
4680
|
return remap$(v, {
|
|
4599
|
-
"__@BRAND@
|
|
4681
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
4600
4682
|
});
|
|
4601
4683
|
});
|
|
4602
4684
|
|
|
4603
4685
|
/** @internal */
|
|
4604
4686
|
export type GetConfigurationProductsUiOptions2$Outbound = {
|
|
4605
|
-
"__@BRAND@
|
|
4687
|
+
"__@BRAND@502640": GetConfigurationProductsUiOptionsAtBRANDAt502640$Outbound;
|
|
4606
4688
|
};
|
|
4607
4689
|
|
|
4608
4690
|
/** @internal */
|
|
@@ -4611,12 +4693,12 @@ export const GetConfigurationProductsUiOptions2$outboundSchema: z.ZodType<
|
|
|
4611
4693
|
z.ZodTypeDef,
|
|
4612
4694
|
GetConfigurationProductsUiOptions2
|
|
4613
4695
|
> = z.object({
|
|
4614
|
-
|
|
4615
|
-
|
|
4696
|
+
atBRANDAt502640: z.lazy(() =>
|
|
4697
|
+
GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema
|
|
4616
4698
|
),
|
|
4617
4699
|
}).transform((v) => {
|
|
4618
4700
|
return remap$(v, {
|
|
4619
|
-
|
|
4701
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
4620
4702
|
});
|
|
4621
4703
|
});
|
|
4622
4704
|
|
|
@@ -5898,84 +5980,84 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
|
|
|
5898
5980
|
}
|
|
5899
5981
|
|
|
5900
5982
|
/** @internal */
|
|
5901
|
-
export const
|
|
5983
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema:
|
|
5902
5984
|
z.ZodType<
|
|
5903
|
-
|
|
5985
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640,
|
|
5904
5986
|
z.ZodTypeDef,
|
|
5905
5987
|
unknown
|
|
5906
5988
|
> = z.object({});
|
|
5907
5989
|
|
|
5908
5990
|
/** @internal */
|
|
5909
|
-
export type
|
|
5991
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$Outbound =
|
|
5910
5992
|
{};
|
|
5911
5993
|
|
|
5912
5994
|
/** @internal */
|
|
5913
|
-
export const
|
|
5995
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema:
|
|
5914
5996
|
z.ZodType<
|
|
5915
|
-
|
|
5997
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$Outbound,
|
|
5916
5998
|
z.ZodTypeDef,
|
|
5917
|
-
|
|
5999
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640
|
|
5918
6000
|
> = z.object({});
|
|
5919
6001
|
|
|
5920
6002
|
/**
|
|
5921
6003
|
* @internal
|
|
5922
6004
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5923
6005
|
*/
|
|
5924
|
-
export namespace
|
|
5925
|
-
/** @deprecated use `
|
|
6006
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$ {
|
|
6007
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema` instead. */
|
|
5926
6008
|
export const inboundSchema =
|
|
5927
|
-
|
|
5928
|
-
/** @deprecated use `
|
|
6009
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema;
|
|
6010
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema` instead. */
|
|
5929
6011
|
export const outboundSchema =
|
|
5930
|
-
|
|
5931
|
-
/** @deprecated use `
|
|
6012
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema;
|
|
6013
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$Outbound` instead. */
|
|
5932
6014
|
export type Outbound =
|
|
5933
|
-
|
|
6015
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$Outbound;
|
|
5934
6016
|
}
|
|
5935
6017
|
|
|
5936
|
-
export function
|
|
5937
|
-
|
|
5938
|
-
|
|
6018
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640ToJSON(
|
|
6019
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640:
|
|
6020
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640,
|
|
5939
6021
|
): string {
|
|
5940
6022
|
return JSON.stringify(
|
|
5941
|
-
|
|
6023
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema
|
|
5942
6024
|
.parse(
|
|
5943
|
-
|
|
6025
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640,
|
|
5944
6026
|
),
|
|
5945
6027
|
);
|
|
5946
6028
|
}
|
|
5947
6029
|
|
|
5948
|
-
export function
|
|
6030
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640FromJSON(
|
|
5949
6031
|
jsonString: string,
|
|
5950
6032
|
): SafeParseResult<
|
|
5951
|
-
|
|
6033
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640,
|
|
5952
6034
|
SDKValidationError
|
|
5953
6035
|
> {
|
|
5954
6036
|
return safeParse(
|
|
5955
6037
|
jsonString,
|
|
5956
6038
|
(x) =>
|
|
5957
|
-
|
|
6039
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema
|
|
5958
6040
|
.parse(JSON.parse(x)),
|
|
5959
|
-
`Failed to parse '
|
|
6041
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640' from JSON`,
|
|
5960
6042
|
);
|
|
5961
6043
|
}
|
|
5962
6044
|
|
|
5963
6045
|
/** @internal */
|
|
5964
6046
|
export const Default$inboundSchema: z.ZodType<Default, z.ZodTypeDef, unknown> =
|
|
5965
6047
|
z.object({
|
|
5966
|
-
"__@BRAND@
|
|
5967
|
-
|
|
6048
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
6049
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema
|
|
5968
6050
|
),
|
|
5969
6051
|
}).transform((v) => {
|
|
5970
6052
|
return remap$(v, {
|
|
5971
|
-
"__@BRAND@
|
|
6053
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
5972
6054
|
});
|
|
5973
6055
|
});
|
|
5974
6056
|
|
|
5975
6057
|
/** @internal */
|
|
5976
6058
|
export type Default$Outbound = {
|
|
5977
|
-
"__@BRAND@
|
|
5978
|
-
|
|
6059
|
+
"__@BRAND@502640":
|
|
6060
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$Outbound;
|
|
5979
6061
|
};
|
|
5980
6062
|
|
|
5981
6063
|
/** @internal */
|
|
@@ -5984,12 +6066,12 @@ export const Default$outboundSchema: z.ZodType<
|
|
|
5984
6066
|
z.ZodTypeDef,
|
|
5985
6067
|
Default
|
|
5986
6068
|
> = z.object({
|
|
5987
|
-
|
|
5988
|
-
|
|
6069
|
+
atBRANDAt502640: z.lazy(() =>
|
|
6070
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema
|
|
5989
6071
|
),
|
|
5990
6072
|
}).transform((v) => {
|
|
5991
6073
|
return remap$(v, {
|
|
5992
|
-
|
|
6074
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
5993
6075
|
});
|
|
5994
6076
|
});
|
|
5995
6077
|
|
|
@@ -6021,84 +6103,84 @@ export function defaultFromJSON(
|
|
|
6021
6103
|
}
|
|
6022
6104
|
|
|
6023
6105
|
/** @internal */
|
|
6024
|
-
export const
|
|
6106
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema:
|
|
6025
6107
|
z.ZodType<
|
|
6026
|
-
|
|
6108
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640,
|
|
6027
6109
|
z.ZodTypeDef,
|
|
6028
6110
|
unknown
|
|
6029
6111
|
> = z.object({});
|
|
6030
6112
|
|
|
6031
6113
|
/** @internal */
|
|
6032
|
-
export type
|
|
6114
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$Outbound =
|
|
6033
6115
|
{};
|
|
6034
6116
|
|
|
6035
6117
|
/** @internal */
|
|
6036
|
-
export const
|
|
6118
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema:
|
|
6037
6119
|
z.ZodType<
|
|
6038
|
-
|
|
6120
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$Outbound,
|
|
6039
6121
|
z.ZodTypeDef,
|
|
6040
|
-
|
|
6122
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640
|
|
6041
6123
|
> = z.object({});
|
|
6042
6124
|
|
|
6043
6125
|
/**
|
|
6044
6126
|
* @internal
|
|
6045
6127
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6046
6128
|
*/
|
|
6047
|
-
export namespace
|
|
6048
|
-
/** @deprecated use `
|
|
6129
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$ {
|
|
6130
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema` instead. */
|
|
6049
6131
|
export const inboundSchema =
|
|
6050
|
-
|
|
6051
|
-
/** @deprecated use `
|
|
6132
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema;
|
|
6133
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema` instead. */
|
|
6052
6134
|
export const outboundSchema =
|
|
6053
|
-
|
|
6054
|
-
/** @deprecated use `
|
|
6135
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema;
|
|
6136
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$Outbound` instead. */
|
|
6055
6137
|
export type Outbound =
|
|
6056
|
-
|
|
6138
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$Outbound;
|
|
6057
6139
|
}
|
|
6058
6140
|
|
|
6059
|
-
export function
|
|
6060
|
-
|
|
6061
|
-
|
|
6141
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640ToJSON(
|
|
6142
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640:
|
|
6143
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640,
|
|
6062
6144
|
): string {
|
|
6063
6145
|
return JSON.stringify(
|
|
6064
|
-
|
|
6146
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema
|
|
6065
6147
|
.parse(
|
|
6066
|
-
|
|
6148
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640,
|
|
6067
6149
|
),
|
|
6068
6150
|
);
|
|
6069
6151
|
}
|
|
6070
6152
|
|
|
6071
|
-
export function
|
|
6153
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640FromJSON(
|
|
6072
6154
|
jsonString: string,
|
|
6073
6155
|
): SafeParseResult<
|
|
6074
|
-
|
|
6156
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640,
|
|
6075
6157
|
SDKValidationError
|
|
6076
6158
|
> {
|
|
6077
6159
|
return safeParse(
|
|
6078
6160
|
jsonString,
|
|
6079
6161
|
(x) =>
|
|
6080
|
-
|
|
6162
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema
|
|
6081
6163
|
.parse(JSON.parse(x)),
|
|
6082
|
-
`Failed to parse '
|
|
6164
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640' from JSON`,
|
|
6083
6165
|
);
|
|
6084
6166
|
}
|
|
6085
6167
|
|
|
6086
6168
|
/** @internal */
|
|
6087
6169
|
export const Example$inboundSchema: z.ZodType<Example, z.ZodTypeDef, unknown> =
|
|
6088
6170
|
z.object({
|
|
6089
|
-
"__@BRAND@
|
|
6090
|
-
|
|
6171
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
6172
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema
|
|
6091
6173
|
),
|
|
6092
6174
|
}).transform((v) => {
|
|
6093
6175
|
return remap$(v, {
|
|
6094
|
-
"__@BRAND@
|
|
6176
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
6095
6177
|
});
|
|
6096
6178
|
});
|
|
6097
6179
|
|
|
6098
6180
|
/** @internal */
|
|
6099
6181
|
export type Example$Outbound = {
|
|
6100
|
-
"__@BRAND@
|
|
6101
|
-
|
|
6182
|
+
"__@BRAND@502640":
|
|
6183
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$Outbound;
|
|
6102
6184
|
};
|
|
6103
6185
|
|
|
6104
6186
|
/** @internal */
|
|
@@ -6107,12 +6189,12 @@ export const Example$outboundSchema: z.ZodType<
|
|
|
6107
6189
|
z.ZodTypeDef,
|
|
6108
6190
|
Example
|
|
6109
6191
|
> = z.object({
|
|
6110
|
-
|
|
6111
|
-
|
|
6192
|
+
atBRANDAt502640: z.lazy(() =>
|
|
6193
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema
|
|
6112
6194
|
),
|
|
6113
6195
|
}).transform((v) => {
|
|
6114
6196
|
return remap$(v, {
|
|
6115
|
-
|
|
6197
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
6116
6198
|
});
|
|
6117
6199
|
});
|
|
6118
6200
|
|
|
@@ -6410,63 +6492,63 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
|
|
|
6410
6492
|
}
|
|
6411
6493
|
|
|
6412
6494
|
/** @internal */
|
|
6413
|
-
export const
|
|
6495
|
+
export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema:
|
|
6414
6496
|
z.ZodType<
|
|
6415
|
-
|
|
6497
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640,
|
|
6416
6498
|
z.ZodTypeDef,
|
|
6417
6499
|
unknown
|
|
6418
6500
|
> = z.object({});
|
|
6419
6501
|
|
|
6420
6502
|
/** @internal */
|
|
6421
|
-
export type
|
|
6503
|
+
export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$Outbound =
|
|
6422
6504
|
{};
|
|
6423
6505
|
|
|
6424
6506
|
/** @internal */
|
|
6425
|
-
export const
|
|
6507
|
+
export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema:
|
|
6426
6508
|
z.ZodType<
|
|
6427
|
-
|
|
6509
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$Outbound,
|
|
6428
6510
|
z.ZodTypeDef,
|
|
6429
|
-
|
|
6511
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640
|
|
6430
6512
|
> = z.object({});
|
|
6431
6513
|
|
|
6432
6514
|
/**
|
|
6433
6515
|
* @internal
|
|
6434
6516
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6435
6517
|
*/
|
|
6436
|
-
export namespace
|
|
6437
|
-
/** @deprecated use `
|
|
6518
|
+
export namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$ {
|
|
6519
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema` instead. */
|
|
6438
6520
|
export const inboundSchema =
|
|
6439
|
-
|
|
6440
|
-
/** @deprecated use `
|
|
6521
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema;
|
|
6522
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema` instead. */
|
|
6441
6523
|
export const outboundSchema =
|
|
6442
|
-
|
|
6443
|
-
/** @deprecated use `
|
|
6524
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema;
|
|
6525
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$Outbound` instead. */
|
|
6444
6526
|
export type Outbound =
|
|
6445
|
-
|
|
6527
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$Outbound;
|
|
6446
6528
|
}
|
|
6447
6529
|
|
|
6448
|
-
export function
|
|
6449
|
-
|
|
6450
|
-
|
|
6530
|
+
export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640ToJSON(
|
|
6531
|
+
getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640:
|
|
6532
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640,
|
|
6451
6533
|
): string {
|
|
6452
6534
|
return JSON.stringify(
|
|
6453
|
-
|
|
6454
|
-
.parse(
|
|
6535
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema
|
|
6536
|
+
.parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640),
|
|
6455
6537
|
);
|
|
6456
6538
|
}
|
|
6457
6539
|
|
|
6458
|
-
export function
|
|
6540
|
+
export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640FromJSON(
|
|
6459
6541
|
jsonString: string,
|
|
6460
6542
|
): SafeParseResult<
|
|
6461
|
-
|
|
6543
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640,
|
|
6462
6544
|
SDKValidationError
|
|
6463
6545
|
> {
|
|
6464
6546
|
return safeParse(
|
|
6465
6547
|
jsonString,
|
|
6466
6548
|
(x) =>
|
|
6467
|
-
|
|
6549
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema
|
|
6468
6550
|
.parse(JSON.parse(x)),
|
|
6469
|
-
`Failed to parse '
|
|
6551
|
+
`Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640' from JSON`,
|
|
6470
6552
|
);
|
|
6471
6553
|
}
|
|
6472
6554
|
|
|
@@ -6476,19 +6558,19 @@ export const UiOptionsValue$inboundSchema: z.ZodType<
|
|
|
6476
6558
|
z.ZodTypeDef,
|
|
6477
6559
|
unknown
|
|
6478
6560
|
> = z.object({
|
|
6479
|
-
"__@BRAND@
|
|
6480
|
-
|
|
6561
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
6562
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema
|
|
6481
6563
|
),
|
|
6482
6564
|
}).transform((v) => {
|
|
6483
6565
|
return remap$(v, {
|
|
6484
|
-
"__@BRAND@
|
|
6566
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
6485
6567
|
});
|
|
6486
6568
|
});
|
|
6487
6569
|
|
|
6488
6570
|
/** @internal */
|
|
6489
6571
|
export type UiOptionsValue$Outbound = {
|
|
6490
|
-
"__@BRAND@
|
|
6491
|
-
|
|
6572
|
+
"__@BRAND@502640":
|
|
6573
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$Outbound;
|
|
6492
6574
|
};
|
|
6493
6575
|
|
|
6494
6576
|
/** @internal */
|
|
@@ -6497,12 +6579,12 @@ export const UiOptionsValue$outboundSchema: z.ZodType<
|
|
|
6497
6579
|
z.ZodTypeDef,
|
|
6498
6580
|
UiOptionsValue
|
|
6499
6581
|
> = z.object({
|
|
6500
|
-
|
|
6501
|
-
|
|
6582
|
+
atBRANDAt502640: z.lazy(() =>
|
|
6583
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema
|
|
6502
6584
|
),
|
|
6503
6585
|
}).transform((v) => {
|
|
6504
6586
|
return remap$(v, {
|
|
6505
|
-
|
|
6587
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
6506
6588
|
});
|
|
6507
6589
|
});
|
|
6508
6590
|
|
|
@@ -6534,34 +6616,37 @@ export function uiOptionsValueFromJSON(
|
|
|
6534
6616
|
}
|
|
6535
6617
|
|
|
6536
6618
|
/** @internal */
|
|
6537
|
-
export const
|
|
6619
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema:
|
|
6538
6620
|
z.ZodNativeEnum<
|
|
6539
|
-
typeof
|
|
6540
|
-
> = z.nativeEnum(
|
|
6621
|
+
typeof GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3
|
|
6622
|
+
> = z.nativeEnum(
|
|
6623
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3,
|
|
6624
|
+
);
|
|
6541
6625
|
|
|
6542
6626
|
/** @internal */
|
|
6543
|
-
export const
|
|
6627
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema:
|
|
6544
6628
|
z.ZodNativeEnum<
|
|
6545
|
-
typeof
|
|
6546
|
-
> =
|
|
6629
|
+
typeof GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3
|
|
6630
|
+
> =
|
|
6631
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
|
|
6547
6632
|
|
|
6548
6633
|
/**
|
|
6549
6634
|
* @internal
|
|
6550
6635
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6551
6636
|
*/
|
|
6552
|
-
export namespace
|
|
6553
|
-
/** @deprecated use `
|
|
6637
|
+
export namespace GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ {
|
|
6638
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema` instead. */
|
|
6554
6639
|
export const inboundSchema =
|
|
6555
|
-
|
|
6556
|
-
/** @deprecated use `
|
|
6640
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
|
|
6641
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema` instead. */
|
|
6557
6642
|
export const outboundSchema =
|
|
6558
|
-
|
|
6643
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema;
|
|
6559
6644
|
}
|
|
6560
6645
|
|
|
6561
6646
|
/** @internal */
|
|
6562
|
-
export const
|
|
6647
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema:
|
|
6563
6648
|
z.ZodType<
|
|
6564
|
-
|
|
6649
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
|
|
6565
6650
|
z.ZodTypeDef,
|
|
6566
6651
|
unknown
|
|
6567
6652
|
> = z.object({
|
|
@@ -6569,16 +6654,17 @@ export const GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema
|
|
|
6569
6654
|
});
|
|
6570
6655
|
|
|
6571
6656
|
/** @internal */
|
|
6572
|
-
export type
|
|
6573
|
-
|
|
6574
|
-
|
|
6657
|
+
export type GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound =
|
|
6658
|
+
{
|
|
6659
|
+
expr: string;
|
|
6660
|
+
};
|
|
6575
6661
|
|
|
6576
6662
|
/** @internal */
|
|
6577
|
-
export const
|
|
6663
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema:
|
|
6578
6664
|
z.ZodType<
|
|
6579
|
-
|
|
6665
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound,
|
|
6580
6666
|
z.ZodTypeDef,
|
|
6581
|
-
|
|
6667
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2
|
|
6582
6668
|
> = z.object({
|
|
6583
6669
|
expr: z.string(),
|
|
6584
6670
|
});
|
|
@@ -6587,42 +6673,42 @@ export const GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchem
|
|
|
6587
6673
|
* @internal
|
|
6588
6674
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6589
6675
|
*/
|
|
6590
|
-
export namespace
|
|
6591
|
-
/** @deprecated use `
|
|
6676
|
+
export namespace GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ {
|
|
6677
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema` instead. */
|
|
6592
6678
|
export const inboundSchema =
|
|
6593
|
-
|
|
6594
|
-
/** @deprecated use `
|
|
6679
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema;
|
|
6680
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema` instead. */
|
|
6595
6681
|
export const outboundSchema =
|
|
6596
|
-
|
|
6597
|
-
/** @deprecated use `
|
|
6682
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema;
|
|
6683
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound` instead. */
|
|
6598
6684
|
export type Outbound =
|
|
6599
|
-
|
|
6685
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound;
|
|
6600
6686
|
}
|
|
6601
6687
|
|
|
6602
|
-
export function
|
|
6603
|
-
|
|
6604
|
-
|
|
6688
|
+
export function getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2ToJSON(
|
|
6689
|
+
getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2:
|
|
6690
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
|
|
6605
6691
|
): string {
|
|
6606
6692
|
return JSON.stringify(
|
|
6607
|
-
|
|
6608
|
-
|
|
6609
|
-
|
|
6693
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
|
|
6694
|
+
.parse(
|
|
6695
|
+
getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
|
|
6696
|
+
),
|
|
6610
6697
|
);
|
|
6611
6698
|
}
|
|
6612
6699
|
|
|
6613
|
-
export function
|
|
6700
|
+
export function getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2FromJSON(
|
|
6614
6701
|
jsonString: string,
|
|
6615
6702
|
): SafeParseResult<
|
|
6616
|
-
|
|
6703
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
|
|
6617
6704
|
SDKValidationError
|
|
6618
6705
|
> {
|
|
6619
6706
|
return safeParse(
|
|
6620
6707
|
jsonString,
|
|
6621
6708
|
(x) =>
|
|
6622
|
-
|
|
6623
|
-
JSON.parse(x),
|
|
6624
|
-
|
|
6625
|
-
`Failed to parse 'GetConfigurationProductsDisabledIntegrationsResponse2' from JSON`,
|
|
6709
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
|
|
6710
|
+
.parse(JSON.parse(x)),
|
|
6711
|
+
`Failed to parse 'GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2' from JSON`,
|
|
6626
6712
|
);
|
|
6627
6713
|
}
|
|
6628
6714
|
|
|
@@ -6633,15 +6719,15 @@ export const GetConfigurationProductsUiOptionsDisabled$inboundSchema: z.ZodType<
|
|
|
6633
6719
|
unknown
|
|
6634
6720
|
> = z.union([
|
|
6635
6721
|
z.lazy(() =>
|
|
6636
|
-
|
|
6722
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
|
|
6637
6723
|
),
|
|
6638
6724
|
z.boolean(),
|
|
6639
|
-
|
|
6725
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
|
|
6640
6726
|
]);
|
|
6641
6727
|
|
|
6642
6728
|
/** @internal */
|
|
6643
6729
|
export type GetConfigurationProductsUiOptionsDisabled$Outbound =
|
|
6644
|
-
|
|
|
6730
|
+
| GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound
|
|
6645
6731
|
| boolean
|
|
6646
6732
|
| string;
|
|
6647
6733
|
|
|
@@ -6653,10 +6739,10 @@ export const GetConfigurationProductsUiOptionsDisabled$outboundSchema:
|
|
|
6653
6739
|
GetConfigurationProductsUiOptionsDisabled
|
|
6654
6740
|
> = z.union([
|
|
6655
6741
|
z.lazy(() =>
|
|
6656
|
-
|
|
6742
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
|
|
6657
6743
|
),
|
|
6658
6744
|
z.boolean(),
|
|
6659
|
-
|
|
6745
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
|
|
6660
6746
|
]);
|
|
6661
6747
|
|
|
6662
6748
|
/**
|
|
@@ -6702,32 +6788,37 @@ export function getConfigurationProductsUiOptionsDisabledFromJSON(
|
|
|
6702
6788
|
}
|
|
6703
6789
|
|
|
6704
6790
|
/** @internal */
|
|
6705
|
-
export const
|
|
6706
|
-
z.ZodNativeEnum<
|
|
6707
|
-
|
|
6791
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema:
|
|
6792
|
+
z.ZodNativeEnum<
|
|
6793
|
+
typeof GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3
|
|
6794
|
+
> = z.nativeEnum(
|
|
6795
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3,
|
|
6796
|
+
);
|
|
6708
6797
|
|
|
6709
6798
|
/** @internal */
|
|
6710
|
-
export const
|
|
6711
|
-
z.ZodNativeEnum<
|
|
6712
|
-
|
|
6799
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema:
|
|
6800
|
+
z.ZodNativeEnum<
|
|
6801
|
+
typeof GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3
|
|
6802
|
+
> =
|
|
6803
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
|
|
6713
6804
|
|
|
6714
6805
|
/**
|
|
6715
6806
|
* @internal
|
|
6716
6807
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6717
6808
|
*/
|
|
6718
|
-
export namespace
|
|
6719
|
-
/** @deprecated use `
|
|
6809
|
+
export namespace GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ {
|
|
6810
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema` instead. */
|
|
6720
6811
|
export const inboundSchema =
|
|
6721
|
-
|
|
6722
|
-
/** @deprecated use `
|
|
6812
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
|
|
6813
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema` instead. */
|
|
6723
6814
|
export const outboundSchema =
|
|
6724
|
-
|
|
6815
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema;
|
|
6725
6816
|
}
|
|
6726
6817
|
|
|
6727
6818
|
/** @internal */
|
|
6728
|
-
export const
|
|
6819
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema:
|
|
6729
6820
|
z.ZodType<
|
|
6730
|
-
|
|
6821
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
|
|
6731
6822
|
z.ZodTypeDef,
|
|
6732
6823
|
unknown
|
|
6733
6824
|
> = z.object({
|
|
@@ -6735,16 +6826,17 @@ export const GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema:
|
|
|
6735
6826
|
});
|
|
6736
6827
|
|
|
6737
6828
|
/** @internal */
|
|
6738
|
-
export type
|
|
6739
|
-
|
|
6740
|
-
|
|
6829
|
+
export type GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound =
|
|
6830
|
+
{
|
|
6831
|
+
expr: string;
|
|
6832
|
+
};
|
|
6741
6833
|
|
|
6742
6834
|
/** @internal */
|
|
6743
|
-
export const
|
|
6835
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema:
|
|
6744
6836
|
z.ZodType<
|
|
6745
|
-
|
|
6837
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound,
|
|
6746
6838
|
z.ZodTypeDef,
|
|
6747
|
-
|
|
6839
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2
|
|
6748
6840
|
> = z.object({
|
|
6749
6841
|
expr: z.string(),
|
|
6750
6842
|
});
|
|
@@ -6753,42 +6845,42 @@ export const GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema:
|
|
|
6753
6845
|
* @internal
|
|
6754
6846
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6755
6847
|
*/
|
|
6756
|
-
export namespace
|
|
6757
|
-
/** @deprecated use `
|
|
6848
|
+
export namespace GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ {
|
|
6849
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema` instead. */
|
|
6758
6850
|
export const inboundSchema =
|
|
6759
|
-
|
|
6760
|
-
/** @deprecated use `
|
|
6851
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema;
|
|
6852
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema` instead. */
|
|
6761
6853
|
export const outboundSchema =
|
|
6762
|
-
|
|
6763
|
-
/** @deprecated use `
|
|
6854
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema;
|
|
6855
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound` instead. */
|
|
6764
6856
|
export type Outbound =
|
|
6765
|
-
|
|
6857
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound;
|
|
6766
6858
|
}
|
|
6767
6859
|
|
|
6768
|
-
export function
|
|
6769
|
-
|
|
6770
|
-
|
|
6860
|
+
export function getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2ToJSON(
|
|
6861
|
+
getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2:
|
|
6862
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
|
|
6771
6863
|
): string {
|
|
6772
6864
|
return JSON.stringify(
|
|
6773
|
-
|
|
6774
|
-
|
|
6775
|
-
|
|
6865
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
|
|
6866
|
+
.parse(
|
|
6867
|
+
getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
|
|
6868
|
+
),
|
|
6776
6869
|
);
|
|
6777
6870
|
}
|
|
6778
6871
|
|
|
6779
|
-
export function
|
|
6872
|
+
export function getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2FromJSON(
|
|
6780
6873
|
jsonString: string,
|
|
6781
6874
|
): SafeParseResult<
|
|
6782
|
-
|
|
6875
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2,
|
|
6783
6876
|
SDKValidationError
|
|
6784
6877
|
> {
|
|
6785
6878
|
return safeParse(
|
|
6786
6879
|
jsonString,
|
|
6787
6880
|
(x) =>
|
|
6788
|
-
|
|
6789
|
-
JSON.parse(x),
|
|
6790
|
-
|
|
6791
|
-
`Failed to parse 'GetConfigurationProductsHiddenIntegrationsResponse2' from JSON`,
|
|
6881
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
|
|
6882
|
+
.parse(JSON.parse(x)),
|
|
6883
|
+
`Failed to parse 'GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2' from JSON`,
|
|
6792
6884
|
);
|
|
6793
6885
|
}
|
|
6794
6886
|
|
|
@@ -6799,15 +6891,15 @@ export const GetConfigurationProductsUiOptionsHidden$inboundSchema: z.ZodType<
|
|
|
6799
6891
|
unknown
|
|
6800
6892
|
> = z.union([
|
|
6801
6893
|
z.lazy(() =>
|
|
6802
|
-
|
|
6894
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
|
|
6803
6895
|
),
|
|
6804
6896
|
z.boolean(),
|
|
6805
|
-
|
|
6897
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
|
|
6806
6898
|
]);
|
|
6807
6899
|
|
|
6808
6900
|
/** @internal */
|
|
6809
6901
|
export type GetConfigurationProductsUiOptionsHidden$Outbound =
|
|
6810
|
-
|
|
|
6902
|
+
| GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound
|
|
6811
6903
|
| boolean
|
|
6812
6904
|
| string;
|
|
6813
6905
|
|
|
@@ -6818,10 +6910,10 @@ export const GetConfigurationProductsUiOptionsHidden$outboundSchema: z.ZodType<
|
|
|
6818
6910
|
GetConfigurationProductsUiOptionsHidden
|
|
6819
6911
|
> = z.union([
|
|
6820
6912
|
z.lazy(() =>
|
|
6821
|
-
|
|
6913
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
|
|
6822
6914
|
),
|
|
6823
6915
|
z.boolean(),
|
|
6824
|
-
|
|
6916
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
|
|
6825
6917
|
]);
|
|
6826
6918
|
|
|
6827
6919
|
/**
|
|
@@ -6875,17 +6967,17 @@ export const UiOptions3$inboundSchema: z.ZodType<
|
|
|
6875
6967
|
value: z.lazy(() => UiOptionsValue$inboundSchema),
|
|
6876
6968
|
disabled: z.union([
|
|
6877
6969
|
z.lazy(() =>
|
|
6878
|
-
|
|
6970
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
|
|
6879
6971
|
),
|
|
6880
6972
|
z.boolean(),
|
|
6881
|
-
|
|
6973
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
|
|
6882
6974
|
]).optional(),
|
|
6883
6975
|
hidden: z.union([
|
|
6884
6976
|
z.lazy(() =>
|
|
6885
|
-
|
|
6977
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
|
|
6886
6978
|
),
|
|
6887
6979
|
z.boolean(),
|
|
6888
|
-
|
|
6980
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
|
|
6889
6981
|
]).optional(),
|
|
6890
6982
|
});
|
|
6891
6983
|
|
|
@@ -6893,12 +6985,12 @@ export const UiOptions3$inboundSchema: z.ZodType<
|
|
|
6893
6985
|
export type UiOptions3$Outbound = {
|
|
6894
6986
|
value: UiOptionsValue$Outbound;
|
|
6895
6987
|
disabled?:
|
|
6896
|
-
|
|
|
6988
|
+
| GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound
|
|
6897
6989
|
| boolean
|
|
6898
6990
|
| string
|
|
6899
6991
|
| undefined;
|
|
6900
6992
|
hidden?:
|
|
6901
|
-
|
|
|
6993
|
+
| GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound
|
|
6902
6994
|
| boolean
|
|
6903
6995
|
| string
|
|
6904
6996
|
| undefined;
|
|
@@ -6913,17 +7005,17 @@ export const UiOptions3$outboundSchema: z.ZodType<
|
|
|
6913
7005
|
value: z.lazy(() => UiOptionsValue$outboundSchema),
|
|
6914
7006
|
disabled: z.union([
|
|
6915
7007
|
z.lazy(() =>
|
|
6916
|
-
|
|
7008
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
|
|
6917
7009
|
),
|
|
6918
7010
|
z.boolean(),
|
|
6919
|
-
|
|
7011
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
|
|
6920
7012
|
]).optional(),
|
|
6921
7013
|
hidden: z.union([
|
|
6922
7014
|
z.lazy(() =>
|
|
6923
|
-
|
|
7015
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
|
|
6924
7016
|
),
|
|
6925
7017
|
z.boolean(),
|
|
6926
|
-
|
|
7018
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
|
|
6927
7019
|
]).optional(),
|
|
6928
7020
|
});
|
|
6929
7021
|
|
|
@@ -6955,50 +7047,50 @@ export function uiOptions3FromJSON(
|
|
|
6955
7047
|
}
|
|
6956
7048
|
|
|
6957
7049
|
/** @internal */
|
|
6958
|
-
export const
|
|
6959
|
-
|
|
7050
|
+
export const UiOptionsAtBRANDAt502640$inboundSchema: z.ZodType<
|
|
7051
|
+
UiOptionsAtBRANDAt502640,
|
|
6960
7052
|
z.ZodTypeDef,
|
|
6961
7053
|
unknown
|
|
6962
7054
|
> = z.object({});
|
|
6963
7055
|
|
|
6964
7056
|
/** @internal */
|
|
6965
|
-
export type
|
|
7057
|
+
export type UiOptionsAtBRANDAt502640$Outbound = {};
|
|
6966
7058
|
|
|
6967
7059
|
/** @internal */
|
|
6968
|
-
export const
|
|
6969
|
-
|
|
7060
|
+
export const UiOptionsAtBRANDAt502640$outboundSchema: z.ZodType<
|
|
7061
|
+
UiOptionsAtBRANDAt502640$Outbound,
|
|
6970
7062
|
z.ZodTypeDef,
|
|
6971
|
-
|
|
7063
|
+
UiOptionsAtBRANDAt502640
|
|
6972
7064
|
> = z.object({});
|
|
6973
7065
|
|
|
6974
7066
|
/**
|
|
6975
7067
|
* @internal
|
|
6976
7068
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6977
7069
|
*/
|
|
6978
|
-
export namespace
|
|
6979
|
-
/** @deprecated use `
|
|
6980
|
-
export const inboundSchema =
|
|
6981
|
-
/** @deprecated use `
|
|
6982
|
-
export const outboundSchema =
|
|
6983
|
-
/** @deprecated use `
|
|
6984
|
-
export type Outbound =
|
|
7070
|
+
export namespace UiOptionsAtBRANDAt502640$ {
|
|
7071
|
+
/** @deprecated use `UiOptionsAtBRANDAt502640$inboundSchema` instead. */
|
|
7072
|
+
export const inboundSchema = UiOptionsAtBRANDAt502640$inboundSchema;
|
|
7073
|
+
/** @deprecated use `UiOptionsAtBRANDAt502640$outboundSchema` instead. */
|
|
7074
|
+
export const outboundSchema = UiOptionsAtBRANDAt502640$outboundSchema;
|
|
7075
|
+
/** @deprecated use `UiOptionsAtBRANDAt502640$Outbound` instead. */
|
|
7076
|
+
export type Outbound = UiOptionsAtBRANDAt502640$Outbound;
|
|
6985
7077
|
}
|
|
6986
7078
|
|
|
6987
|
-
export function
|
|
6988
|
-
|
|
7079
|
+
export function uiOptionsAtBRANDAt502640ToJSON(
|
|
7080
|
+
uiOptionsAtBRANDAt502640: UiOptionsAtBRANDAt502640,
|
|
6989
7081
|
): string {
|
|
6990
7082
|
return JSON.stringify(
|
|
6991
|
-
|
|
7083
|
+
UiOptionsAtBRANDAt502640$outboundSchema.parse(uiOptionsAtBRANDAt502640),
|
|
6992
7084
|
);
|
|
6993
7085
|
}
|
|
6994
7086
|
|
|
6995
|
-
export function
|
|
7087
|
+
export function uiOptionsAtBRANDAt502640FromJSON(
|
|
6996
7088
|
jsonString: string,
|
|
6997
|
-
): SafeParseResult<
|
|
7089
|
+
): SafeParseResult<UiOptionsAtBRANDAt502640, SDKValidationError> {
|
|
6998
7090
|
return safeParse(
|
|
6999
7091
|
jsonString,
|
|
7000
|
-
(x) =>
|
|
7001
|
-
`Failed to parse '
|
|
7092
|
+
(x) => UiOptionsAtBRANDAt502640$inboundSchema.parse(JSON.parse(x)),
|
|
7093
|
+
`Failed to parse 'UiOptionsAtBRANDAt502640' from JSON`,
|
|
7002
7094
|
);
|
|
7003
7095
|
}
|
|
7004
7096
|
|
|
@@ -7008,16 +7100,16 @@ export const UiOptions2$inboundSchema: z.ZodType<
|
|
|
7008
7100
|
z.ZodTypeDef,
|
|
7009
7101
|
unknown
|
|
7010
7102
|
> = z.object({
|
|
7011
|
-
"__@BRAND@
|
|
7103
|
+
"__@BRAND@502640": z.lazy(() => UiOptionsAtBRANDAt502640$inboundSchema),
|
|
7012
7104
|
}).transform((v) => {
|
|
7013
7105
|
return remap$(v, {
|
|
7014
|
-
"__@BRAND@
|
|
7106
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
7015
7107
|
});
|
|
7016
7108
|
});
|
|
7017
7109
|
|
|
7018
7110
|
/** @internal */
|
|
7019
7111
|
export type UiOptions2$Outbound = {
|
|
7020
|
-
"__@BRAND@
|
|
7112
|
+
"__@BRAND@502640": UiOptionsAtBRANDAt502640$Outbound;
|
|
7021
7113
|
};
|
|
7022
7114
|
|
|
7023
7115
|
/** @internal */
|
|
@@ -7026,10 +7118,10 @@ export const UiOptions2$outboundSchema: z.ZodType<
|
|
|
7026
7118
|
z.ZodTypeDef,
|
|
7027
7119
|
UiOptions2
|
|
7028
7120
|
> = z.object({
|
|
7029
|
-
|
|
7121
|
+
atBRANDAt502640: z.lazy(() => UiOptionsAtBRANDAt502640$outboundSchema),
|
|
7030
7122
|
}).transform((v) => {
|
|
7031
7123
|
return remap$(v, {
|
|
7032
|
-
|
|
7124
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
7033
7125
|
});
|
|
7034
7126
|
});
|
|
7035
7127
|
|
|
@@ -7542,65 +7634,65 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(
|
|
|
7542
7634
|
}
|
|
7543
7635
|
|
|
7544
7636
|
/** @internal */
|
|
7545
|
-
export const
|
|
7637
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema:
|
|
7546
7638
|
z.ZodType<
|
|
7547
|
-
|
|
7639
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640,
|
|
7548
7640
|
z.ZodTypeDef,
|
|
7549
7641
|
unknown
|
|
7550
7642
|
> = z.object({});
|
|
7551
7643
|
|
|
7552
7644
|
/** @internal */
|
|
7553
|
-
export type
|
|
7645
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$Outbound =
|
|
7554
7646
|
{};
|
|
7555
7647
|
|
|
7556
7648
|
/** @internal */
|
|
7557
|
-
export const
|
|
7649
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema:
|
|
7558
7650
|
z.ZodType<
|
|
7559
|
-
|
|
7651
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$Outbound,
|
|
7560
7652
|
z.ZodTypeDef,
|
|
7561
|
-
|
|
7653
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640
|
|
7562
7654
|
> = z.object({});
|
|
7563
7655
|
|
|
7564
7656
|
/**
|
|
7565
7657
|
* @internal
|
|
7566
7658
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7567
7659
|
*/
|
|
7568
|
-
export namespace
|
|
7569
|
-
/** @deprecated use `
|
|
7660
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$ {
|
|
7661
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema` instead. */
|
|
7570
7662
|
export const inboundSchema =
|
|
7571
|
-
|
|
7572
|
-
/** @deprecated use `
|
|
7663
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema;
|
|
7664
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema` instead. */
|
|
7573
7665
|
export const outboundSchema =
|
|
7574
|
-
|
|
7575
|
-
/** @deprecated use `
|
|
7666
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema;
|
|
7667
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$Outbound` instead. */
|
|
7576
7668
|
export type Outbound =
|
|
7577
|
-
|
|
7669
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$Outbound;
|
|
7578
7670
|
}
|
|
7579
7671
|
|
|
7580
|
-
export function
|
|
7581
|
-
|
|
7582
|
-
|
|
7672
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640ToJSON(
|
|
7673
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640:
|
|
7674
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640,
|
|
7583
7675
|
): string {
|
|
7584
7676
|
return JSON.stringify(
|
|
7585
|
-
|
|
7677
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema
|
|
7586
7678
|
.parse(
|
|
7587
|
-
|
|
7679
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640,
|
|
7588
7680
|
),
|
|
7589
7681
|
);
|
|
7590
7682
|
}
|
|
7591
7683
|
|
|
7592
|
-
export function
|
|
7684
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640FromJSON(
|
|
7593
7685
|
jsonString: string,
|
|
7594
7686
|
): SafeParseResult<
|
|
7595
|
-
|
|
7687
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640,
|
|
7596
7688
|
SDKValidationError
|
|
7597
7689
|
> {
|
|
7598
7690
|
return safeParse(
|
|
7599
7691
|
jsonString,
|
|
7600
7692
|
(x) =>
|
|
7601
|
-
|
|
7693
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema
|
|
7602
7694
|
.parse(JSON.parse(x)),
|
|
7603
|
-
`Failed to parse '
|
|
7695
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640' from JSON`,
|
|
7604
7696
|
);
|
|
7605
7697
|
}
|
|
7606
7698
|
|
|
@@ -7611,19 +7703,19 @@ export const GetConfigurationProductsPropertiesMinLength$inboundSchema:
|
|
|
7611
7703
|
z.ZodTypeDef,
|
|
7612
7704
|
unknown
|
|
7613
7705
|
> = z.object({
|
|
7614
|
-
"__@BRAND@
|
|
7615
|
-
|
|
7706
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
7707
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema
|
|
7616
7708
|
),
|
|
7617
7709
|
}).transform((v) => {
|
|
7618
7710
|
return remap$(v, {
|
|
7619
|
-
"__@BRAND@
|
|
7711
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
7620
7712
|
});
|
|
7621
7713
|
});
|
|
7622
7714
|
|
|
7623
7715
|
/** @internal */
|
|
7624
7716
|
export type GetConfigurationProductsPropertiesMinLength$Outbound = {
|
|
7625
|
-
"__@BRAND@
|
|
7626
|
-
|
|
7717
|
+
"__@BRAND@502640":
|
|
7718
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$Outbound;
|
|
7627
7719
|
};
|
|
7628
7720
|
|
|
7629
7721
|
/** @internal */
|
|
@@ -7633,12 +7725,12 @@ export const GetConfigurationProductsPropertiesMinLength$outboundSchema:
|
|
|
7633
7725
|
z.ZodTypeDef,
|
|
7634
7726
|
GetConfigurationProductsPropertiesMinLength
|
|
7635
7727
|
> = z.object({
|
|
7636
|
-
|
|
7637
|
-
|
|
7728
|
+
atBRANDAt502640: z.lazy(() =>
|
|
7729
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema
|
|
7638
7730
|
),
|
|
7639
7731
|
}).transform((v) => {
|
|
7640
7732
|
return remap$(v, {
|
|
7641
|
-
|
|
7733
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
7642
7734
|
});
|
|
7643
7735
|
});
|
|
7644
7736
|
|
|
@@ -7685,65 +7777,65 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(
|
|
|
7685
7777
|
}
|
|
7686
7778
|
|
|
7687
7779
|
/** @internal */
|
|
7688
|
-
export const
|
|
7780
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema:
|
|
7689
7781
|
z.ZodType<
|
|
7690
|
-
|
|
7782
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640,
|
|
7691
7783
|
z.ZodTypeDef,
|
|
7692
7784
|
unknown
|
|
7693
7785
|
> = z.object({});
|
|
7694
7786
|
|
|
7695
7787
|
/** @internal */
|
|
7696
|
-
export type
|
|
7788
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$Outbound =
|
|
7697
7789
|
{};
|
|
7698
7790
|
|
|
7699
7791
|
/** @internal */
|
|
7700
|
-
export const
|
|
7792
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema:
|
|
7701
7793
|
z.ZodType<
|
|
7702
|
-
|
|
7794
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$Outbound,
|
|
7703
7795
|
z.ZodTypeDef,
|
|
7704
|
-
|
|
7796
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640
|
|
7705
7797
|
> = z.object({});
|
|
7706
7798
|
|
|
7707
7799
|
/**
|
|
7708
7800
|
* @internal
|
|
7709
7801
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7710
7802
|
*/
|
|
7711
|
-
export namespace
|
|
7712
|
-
/** @deprecated use `
|
|
7803
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$ {
|
|
7804
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema` instead. */
|
|
7713
7805
|
export const inboundSchema =
|
|
7714
|
-
|
|
7715
|
-
/** @deprecated use `
|
|
7806
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema;
|
|
7807
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema` instead. */
|
|
7716
7808
|
export const outboundSchema =
|
|
7717
|
-
|
|
7718
|
-
/** @deprecated use `
|
|
7809
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema;
|
|
7810
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$Outbound` instead. */
|
|
7719
7811
|
export type Outbound =
|
|
7720
|
-
|
|
7812
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$Outbound;
|
|
7721
7813
|
}
|
|
7722
7814
|
|
|
7723
|
-
export function
|
|
7724
|
-
|
|
7725
|
-
|
|
7815
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640ToJSON(
|
|
7816
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640:
|
|
7817
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640,
|
|
7726
7818
|
): string {
|
|
7727
7819
|
return JSON.stringify(
|
|
7728
|
-
|
|
7820
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema
|
|
7729
7821
|
.parse(
|
|
7730
|
-
|
|
7822
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640,
|
|
7731
7823
|
),
|
|
7732
7824
|
);
|
|
7733
7825
|
}
|
|
7734
7826
|
|
|
7735
|
-
export function
|
|
7827
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640FromJSON(
|
|
7736
7828
|
jsonString: string,
|
|
7737
7829
|
): SafeParseResult<
|
|
7738
|
-
|
|
7830
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640,
|
|
7739
7831
|
SDKValidationError
|
|
7740
7832
|
> {
|
|
7741
7833
|
return safeParse(
|
|
7742
7834
|
jsonString,
|
|
7743
7835
|
(x) =>
|
|
7744
|
-
|
|
7836
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema
|
|
7745
7837
|
.parse(JSON.parse(x)),
|
|
7746
|
-
`Failed to parse '
|
|
7838
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640' from JSON`,
|
|
7747
7839
|
);
|
|
7748
7840
|
}
|
|
7749
7841
|
|
|
@@ -7754,19 +7846,19 @@ export const GetConfigurationProductsPropertiesMaxLength$inboundSchema:
|
|
|
7754
7846
|
z.ZodTypeDef,
|
|
7755
7847
|
unknown
|
|
7756
7848
|
> = z.object({
|
|
7757
|
-
"__@BRAND@
|
|
7758
|
-
|
|
7849
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
7850
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema
|
|
7759
7851
|
),
|
|
7760
7852
|
}).transform((v) => {
|
|
7761
7853
|
return remap$(v, {
|
|
7762
|
-
"__@BRAND@
|
|
7854
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
7763
7855
|
});
|
|
7764
7856
|
});
|
|
7765
7857
|
|
|
7766
7858
|
/** @internal */
|
|
7767
7859
|
export type GetConfigurationProductsPropertiesMaxLength$Outbound = {
|
|
7768
|
-
"__@BRAND@
|
|
7769
|
-
|
|
7860
|
+
"__@BRAND@502640":
|
|
7861
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$Outbound;
|
|
7770
7862
|
};
|
|
7771
7863
|
|
|
7772
7864
|
/** @internal */
|
|
@@ -7776,12 +7868,12 @@ export const GetConfigurationProductsPropertiesMaxLength$outboundSchema:
|
|
|
7776
7868
|
z.ZodTypeDef,
|
|
7777
7869
|
GetConfigurationProductsPropertiesMaxLength
|
|
7778
7870
|
> = z.object({
|
|
7779
|
-
|
|
7780
|
-
|
|
7871
|
+
atBRANDAt502640: z.lazy(() =>
|
|
7872
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema
|
|
7781
7873
|
),
|
|
7782
7874
|
}).transform((v) => {
|
|
7783
7875
|
return remap$(v, {
|
|
7784
|
-
|
|
7876
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
7785
7877
|
});
|
|
7786
7878
|
});
|
|
7787
7879
|
|
|
@@ -7828,65 +7920,65 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(
|
|
|
7828
7920
|
}
|
|
7829
7921
|
|
|
7830
7922
|
/** @internal */
|
|
7831
|
-
export const
|
|
7923
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema:
|
|
7832
7924
|
z.ZodType<
|
|
7833
|
-
|
|
7925
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640,
|
|
7834
7926
|
z.ZodTypeDef,
|
|
7835
7927
|
unknown
|
|
7836
7928
|
> = z.object({});
|
|
7837
7929
|
|
|
7838
7930
|
/** @internal */
|
|
7839
|
-
export type
|
|
7931
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$Outbound =
|
|
7840
7932
|
{};
|
|
7841
7933
|
|
|
7842
7934
|
/** @internal */
|
|
7843
|
-
export const
|
|
7935
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema:
|
|
7844
7936
|
z.ZodType<
|
|
7845
|
-
|
|
7937
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$Outbound,
|
|
7846
7938
|
z.ZodTypeDef,
|
|
7847
|
-
|
|
7939
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640
|
|
7848
7940
|
> = z.object({});
|
|
7849
7941
|
|
|
7850
7942
|
/**
|
|
7851
7943
|
* @internal
|
|
7852
7944
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7853
7945
|
*/
|
|
7854
|
-
export namespace
|
|
7855
|
-
/** @deprecated use `
|
|
7946
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$ {
|
|
7947
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema` instead. */
|
|
7856
7948
|
export const inboundSchema =
|
|
7857
|
-
|
|
7858
|
-
/** @deprecated use `
|
|
7949
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema;
|
|
7950
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema` instead. */
|
|
7859
7951
|
export const outboundSchema =
|
|
7860
|
-
|
|
7861
|
-
/** @deprecated use `
|
|
7952
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema;
|
|
7953
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$Outbound` instead. */
|
|
7862
7954
|
export type Outbound =
|
|
7863
|
-
|
|
7955
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$Outbound;
|
|
7864
7956
|
}
|
|
7865
7957
|
|
|
7866
|
-
export function
|
|
7867
|
-
|
|
7868
|
-
|
|
7958
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640ToJSON(
|
|
7959
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640:
|
|
7960
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640,
|
|
7869
7961
|
): string {
|
|
7870
7962
|
return JSON.stringify(
|
|
7871
|
-
|
|
7963
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema
|
|
7872
7964
|
.parse(
|
|
7873
|
-
|
|
7965
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640,
|
|
7874
7966
|
),
|
|
7875
7967
|
);
|
|
7876
7968
|
}
|
|
7877
7969
|
|
|
7878
|
-
export function
|
|
7970
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640FromJSON(
|
|
7879
7971
|
jsonString: string,
|
|
7880
7972
|
): SafeParseResult<
|
|
7881
|
-
|
|
7973
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640,
|
|
7882
7974
|
SDKValidationError
|
|
7883
7975
|
> {
|
|
7884
7976
|
return safeParse(
|
|
7885
7977
|
jsonString,
|
|
7886
7978
|
(x) =>
|
|
7887
|
-
|
|
7979
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema
|
|
7888
7980
|
.parse(JSON.parse(x)),
|
|
7889
|
-
`Failed to parse '
|
|
7981
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640' from JSON`,
|
|
7890
7982
|
);
|
|
7891
7983
|
}
|
|
7892
7984
|
|
|
@@ -7896,19 +7988,19 @@ export const GetConfigurationProductsPropertiesPattern$inboundSchema: z.ZodType<
|
|
|
7896
7988
|
z.ZodTypeDef,
|
|
7897
7989
|
unknown
|
|
7898
7990
|
> = z.object({
|
|
7899
|
-
"__@BRAND@
|
|
7900
|
-
|
|
7991
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
7992
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema
|
|
7901
7993
|
),
|
|
7902
7994
|
}).transform((v) => {
|
|
7903
7995
|
return remap$(v, {
|
|
7904
|
-
"__@BRAND@
|
|
7996
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
7905
7997
|
});
|
|
7906
7998
|
});
|
|
7907
7999
|
|
|
7908
8000
|
/** @internal */
|
|
7909
8001
|
export type GetConfigurationProductsPropertiesPattern$Outbound = {
|
|
7910
|
-
"__@BRAND@
|
|
7911
|
-
|
|
8002
|
+
"__@BRAND@502640":
|
|
8003
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$Outbound;
|
|
7912
8004
|
};
|
|
7913
8005
|
|
|
7914
8006
|
/** @internal */
|
|
@@ -7918,12 +8010,12 @@ export const GetConfigurationProductsPropertiesPattern$outboundSchema:
|
|
|
7918
8010
|
z.ZodTypeDef,
|
|
7919
8011
|
GetConfigurationProductsPropertiesPattern
|
|
7920
8012
|
> = z.object({
|
|
7921
|
-
|
|
7922
|
-
|
|
8013
|
+
atBRANDAt502640: z.lazy(() =>
|
|
8014
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema
|
|
7923
8015
|
),
|
|
7924
8016
|
}).transform((v) => {
|
|
7925
8017
|
return remap$(v, {
|
|
7926
|
-
|
|
8018
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
7927
8019
|
});
|
|
7928
8020
|
});
|
|
7929
8021
|
|
|
@@ -9003,65 +9095,65 @@ export namespace GetConfigurationProductsPropertiesIntegrationsResponse200Applic
|
|
|
9003
9095
|
}
|
|
9004
9096
|
|
|
9005
9097
|
/** @internal */
|
|
9006
|
-
export const
|
|
9098
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema:
|
|
9007
9099
|
z.ZodType<
|
|
9008
|
-
|
|
9100
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640,
|
|
9009
9101
|
z.ZodTypeDef,
|
|
9010
9102
|
unknown
|
|
9011
9103
|
> = z.object({});
|
|
9012
9104
|
|
|
9013
9105
|
/** @internal */
|
|
9014
|
-
export type
|
|
9106
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$Outbound =
|
|
9015
9107
|
{};
|
|
9016
9108
|
|
|
9017
9109
|
/** @internal */
|
|
9018
|
-
export const
|
|
9110
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema:
|
|
9019
9111
|
z.ZodType<
|
|
9020
|
-
|
|
9112
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$Outbound,
|
|
9021
9113
|
z.ZodTypeDef,
|
|
9022
|
-
|
|
9114
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640
|
|
9023
9115
|
> = z.object({});
|
|
9024
9116
|
|
|
9025
9117
|
/**
|
|
9026
9118
|
* @internal
|
|
9027
9119
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
9028
9120
|
*/
|
|
9029
|
-
export namespace
|
|
9030
|
-
/** @deprecated use `
|
|
9121
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$ {
|
|
9122
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema` instead. */
|
|
9031
9123
|
export const inboundSchema =
|
|
9032
|
-
|
|
9033
|
-
/** @deprecated use `
|
|
9124
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema;
|
|
9125
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema` instead. */
|
|
9034
9126
|
export const outboundSchema =
|
|
9035
|
-
|
|
9036
|
-
/** @deprecated use `
|
|
9127
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema;
|
|
9128
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$Outbound` instead. */
|
|
9037
9129
|
export type Outbound =
|
|
9038
|
-
|
|
9130
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$Outbound;
|
|
9039
9131
|
}
|
|
9040
9132
|
|
|
9041
|
-
export function
|
|
9042
|
-
|
|
9043
|
-
|
|
9133
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640ToJSON(
|
|
9134
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640:
|
|
9135
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640,
|
|
9044
9136
|
): string {
|
|
9045
9137
|
return JSON.stringify(
|
|
9046
|
-
|
|
9138
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema
|
|
9047
9139
|
.parse(
|
|
9048
|
-
|
|
9140
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640,
|
|
9049
9141
|
),
|
|
9050
9142
|
);
|
|
9051
9143
|
}
|
|
9052
9144
|
|
|
9053
|
-
export function
|
|
9145
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640FromJSON(
|
|
9054
9146
|
jsonString: string,
|
|
9055
9147
|
): SafeParseResult<
|
|
9056
|
-
|
|
9148
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640,
|
|
9057
9149
|
SDKValidationError
|
|
9058
9150
|
> {
|
|
9059
9151
|
return safeParse(
|
|
9060
9152
|
jsonString,
|
|
9061
9153
|
(x) =>
|
|
9062
|
-
|
|
9154
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema
|
|
9063
9155
|
.parse(JSON.parse(x)),
|
|
9064
|
-
`Failed to parse '
|
|
9156
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640' from JSON`,
|
|
9065
9157
|
);
|
|
9066
9158
|
}
|
|
9067
9159
|
|
|
@@ -9072,19 +9164,19 @@ export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSche
|
|
|
9072
9164
|
z.ZodTypeDef,
|
|
9073
9165
|
unknown
|
|
9074
9166
|
> = z.object({
|
|
9075
|
-
"__@BRAND@
|
|
9076
|
-
|
|
9167
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
9168
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema
|
|
9077
9169
|
),
|
|
9078
9170
|
}).transform((v) => {
|
|
9079
9171
|
return remap$(v, {
|
|
9080
|
-
"__@BRAND@
|
|
9172
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
9081
9173
|
});
|
|
9082
9174
|
});
|
|
9083
9175
|
|
|
9084
9176
|
/** @internal */
|
|
9085
9177
|
export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
|
|
9086
|
-
"__@BRAND@
|
|
9087
|
-
|
|
9178
|
+
"__@BRAND@502640":
|
|
9179
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$Outbound;
|
|
9088
9180
|
};
|
|
9089
9181
|
|
|
9090
9182
|
/** @internal */
|
|
@@ -9094,12 +9186,12 @@ export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSch
|
|
|
9094
9186
|
z.ZodTypeDef,
|
|
9095
9187
|
GetConfigurationProductsPropertiesIntegrationsMinLength
|
|
9096
9188
|
> = z.object({
|
|
9097
|
-
|
|
9098
|
-
|
|
9189
|
+
atBRANDAt502640: z.lazy(() =>
|
|
9190
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema
|
|
9099
9191
|
),
|
|
9100
9192
|
}).transform((v) => {
|
|
9101
9193
|
return remap$(v, {
|
|
9102
|
-
|
|
9194
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
9103
9195
|
});
|
|
9104
9196
|
});
|
|
9105
9197
|
|
|
@@ -9145,65 +9237,65 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
|
|
|
9145
9237
|
}
|
|
9146
9238
|
|
|
9147
9239
|
/** @internal */
|
|
9148
|
-
export const
|
|
9240
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema:
|
|
9149
9241
|
z.ZodType<
|
|
9150
|
-
|
|
9242
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640,
|
|
9151
9243
|
z.ZodTypeDef,
|
|
9152
9244
|
unknown
|
|
9153
9245
|
> = z.object({});
|
|
9154
9246
|
|
|
9155
9247
|
/** @internal */
|
|
9156
|
-
export type
|
|
9248
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$Outbound =
|
|
9157
9249
|
{};
|
|
9158
9250
|
|
|
9159
9251
|
/** @internal */
|
|
9160
|
-
export const
|
|
9252
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema:
|
|
9161
9253
|
z.ZodType<
|
|
9162
|
-
|
|
9254
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$Outbound,
|
|
9163
9255
|
z.ZodTypeDef,
|
|
9164
|
-
|
|
9256
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640
|
|
9165
9257
|
> = z.object({});
|
|
9166
9258
|
|
|
9167
9259
|
/**
|
|
9168
9260
|
* @internal
|
|
9169
9261
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
9170
9262
|
*/
|
|
9171
|
-
export namespace
|
|
9172
|
-
/** @deprecated use `
|
|
9263
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$ {
|
|
9264
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema` instead. */
|
|
9173
9265
|
export const inboundSchema =
|
|
9174
|
-
|
|
9175
|
-
/** @deprecated use `
|
|
9266
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema;
|
|
9267
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema` instead. */
|
|
9176
9268
|
export const outboundSchema =
|
|
9177
|
-
|
|
9178
|
-
/** @deprecated use `
|
|
9269
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema;
|
|
9270
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$Outbound` instead. */
|
|
9179
9271
|
export type Outbound =
|
|
9180
|
-
|
|
9272
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$Outbound;
|
|
9181
9273
|
}
|
|
9182
9274
|
|
|
9183
|
-
export function
|
|
9184
|
-
|
|
9185
|
-
|
|
9275
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640ToJSON(
|
|
9276
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640:
|
|
9277
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640,
|
|
9186
9278
|
): string {
|
|
9187
9279
|
return JSON.stringify(
|
|
9188
|
-
|
|
9280
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema
|
|
9189
9281
|
.parse(
|
|
9190
|
-
|
|
9282
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640,
|
|
9191
9283
|
),
|
|
9192
9284
|
);
|
|
9193
9285
|
}
|
|
9194
9286
|
|
|
9195
|
-
export function
|
|
9287
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640FromJSON(
|
|
9196
9288
|
jsonString: string,
|
|
9197
9289
|
): SafeParseResult<
|
|
9198
|
-
|
|
9290
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640,
|
|
9199
9291
|
SDKValidationError
|
|
9200
9292
|
> {
|
|
9201
9293
|
return safeParse(
|
|
9202
9294
|
jsonString,
|
|
9203
9295
|
(x) =>
|
|
9204
|
-
|
|
9296
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema
|
|
9205
9297
|
.parse(JSON.parse(x)),
|
|
9206
|
-
`Failed to parse '
|
|
9298
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640' from JSON`,
|
|
9207
9299
|
);
|
|
9208
9300
|
}
|
|
9209
9301
|
|
|
@@ -9214,19 +9306,19 @@ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSche
|
|
|
9214
9306
|
z.ZodTypeDef,
|
|
9215
9307
|
unknown
|
|
9216
9308
|
> = z.object({
|
|
9217
|
-
"__@BRAND@
|
|
9218
|
-
|
|
9309
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
9310
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema
|
|
9219
9311
|
),
|
|
9220
9312
|
}).transform((v) => {
|
|
9221
9313
|
return remap$(v, {
|
|
9222
|
-
"__@BRAND@
|
|
9314
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
9223
9315
|
});
|
|
9224
9316
|
});
|
|
9225
9317
|
|
|
9226
9318
|
/** @internal */
|
|
9227
9319
|
export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
|
|
9228
|
-
"__@BRAND@
|
|
9229
|
-
|
|
9320
|
+
"__@BRAND@502640":
|
|
9321
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$Outbound;
|
|
9230
9322
|
};
|
|
9231
9323
|
|
|
9232
9324
|
/** @internal */
|
|
@@ -9236,12 +9328,12 @@ export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSch
|
|
|
9236
9328
|
z.ZodTypeDef,
|
|
9237
9329
|
GetConfigurationProductsPropertiesIntegrationsMaxLength
|
|
9238
9330
|
> = z.object({
|
|
9239
|
-
|
|
9240
|
-
|
|
9331
|
+
atBRANDAt502640: z.lazy(() =>
|
|
9332
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema
|
|
9241
9333
|
),
|
|
9242
9334
|
}).transform((v) => {
|
|
9243
9335
|
return remap$(v, {
|
|
9244
|
-
|
|
9336
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
9245
9337
|
});
|
|
9246
9338
|
});
|
|
9247
9339
|
|
|
@@ -9287,65 +9379,65 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
|
|
|
9287
9379
|
}
|
|
9288
9380
|
|
|
9289
9381
|
/** @internal */
|
|
9290
|
-
export const
|
|
9382
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema:
|
|
9291
9383
|
z.ZodType<
|
|
9292
|
-
|
|
9384
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640,
|
|
9293
9385
|
z.ZodTypeDef,
|
|
9294
9386
|
unknown
|
|
9295
9387
|
> = z.object({});
|
|
9296
9388
|
|
|
9297
9389
|
/** @internal */
|
|
9298
|
-
export type
|
|
9390
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$Outbound =
|
|
9299
9391
|
{};
|
|
9300
9392
|
|
|
9301
9393
|
/** @internal */
|
|
9302
|
-
export const
|
|
9394
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema:
|
|
9303
9395
|
z.ZodType<
|
|
9304
|
-
|
|
9396
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$Outbound,
|
|
9305
9397
|
z.ZodTypeDef,
|
|
9306
|
-
|
|
9398
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640
|
|
9307
9399
|
> = z.object({});
|
|
9308
9400
|
|
|
9309
9401
|
/**
|
|
9310
9402
|
* @internal
|
|
9311
9403
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
9312
9404
|
*/
|
|
9313
|
-
export namespace
|
|
9314
|
-
/** @deprecated use `
|
|
9405
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$ {
|
|
9406
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema` instead. */
|
|
9315
9407
|
export const inboundSchema =
|
|
9316
|
-
|
|
9317
|
-
/** @deprecated use `
|
|
9408
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema;
|
|
9409
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema` instead. */
|
|
9318
9410
|
export const outboundSchema =
|
|
9319
|
-
|
|
9320
|
-
/** @deprecated use `
|
|
9411
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema;
|
|
9412
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$Outbound` instead. */
|
|
9321
9413
|
export type Outbound =
|
|
9322
|
-
|
|
9414
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$Outbound;
|
|
9323
9415
|
}
|
|
9324
9416
|
|
|
9325
|
-
export function
|
|
9326
|
-
|
|
9327
|
-
|
|
9417
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640ToJSON(
|
|
9418
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640:
|
|
9419
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640,
|
|
9328
9420
|
): string {
|
|
9329
9421
|
return JSON.stringify(
|
|
9330
|
-
|
|
9422
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema
|
|
9331
9423
|
.parse(
|
|
9332
|
-
|
|
9424
|
+
getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640,
|
|
9333
9425
|
),
|
|
9334
9426
|
);
|
|
9335
9427
|
}
|
|
9336
9428
|
|
|
9337
|
-
export function
|
|
9429
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640FromJSON(
|
|
9338
9430
|
jsonString: string,
|
|
9339
9431
|
): SafeParseResult<
|
|
9340
|
-
|
|
9432
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640,
|
|
9341
9433
|
SDKValidationError
|
|
9342
9434
|
> {
|
|
9343
9435
|
return safeParse(
|
|
9344
9436
|
jsonString,
|
|
9345
9437
|
(x) =>
|
|
9346
|
-
|
|
9438
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema
|
|
9347
9439
|
.parse(JSON.parse(x)),
|
|
9348
|
-
`Failed to parse '
|
|
9440
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640' from JSON`,
|
|
9349
9441
|
);
|
|
9350
9442
|
}
|
|
9351
9443
|
|
|
@@ -9356,19 +9448,19 @@ export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema
|
|
|
9356
9448
|
z.ZodTypeDef,
|
|
9357
9449
|
unknown
|
|
9358
9450
|
> = z.object({
|
|
9359
|
-
"__@BRAND@
|
|
9360
|
-
|
|
9451
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
9452
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema
|
|
9361
9453
|
),
|
|
9362
9454
|
}).transform((v) => {
|
|
9363
9455
|
return remap$(v, {
|
|
9364
|
-
"__@BRAND@
|
|
9456
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
9365
9457
|
});
|
|
9366
9458
|
});
|
|
9367
9459
|
|
|
9368
9460
|
/** @internal */
|
|
9369
9461
|
export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
|
|
9370
|
-
"__@BRAND@
|
|
9371
|
-
|
|
9462
|
+
"__@BRAND@502640":
|
|
9463
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$Outbound;
|
|
9372
9464
|
};
|
|
9373
9465
|
|
|
9374
9466
|
/** @internal */
|
|
@@ -9378,12 +9470,12 @@ export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchem
|
|
|
9378
9470
|
z.ZodTypeDef,
|
|
9379
9471
|
GetConfigurationProductsPropertiesIntegrationsPattern
|
|
9380
9472
|
> = z.object({
|
|
9381
|
-
|
|
9382
|
-
|
|
9473
|
+
atBRANDAt502640: z.lazy(() =>
|
|
9474
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema
|
|
9383
9475
|
),
|
|
9384
9476
|
}).transform((v) => {
|
|
9385
9477
|
return remap$(v, {
|
|
9386
|
-
|
|
9478
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
9387
9479
|
});
|
|
9388
9480
|
});
|
|
9389
9481
|
|
|
@@ -9534,276 +9626,339 @@ export function getConfigurationProductsPropertiesItemsFromJSON(
|
|
|
9534
9626
|
}
|
|
9535
9627
|
|
|
9536
9628
|
/** @internal */
|
|
9537
|
-
export const
|
|
9538
|
-
|
|
9539
|
-
|
|
9629
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema:
|
|
9630
|
+
z.ZodNativeEnum<
|
|
9631
|
+
typeof GetConfigurationProductsDisabledIntegrationsResponse3
|
|
9632
|
+
> = z.nativeEnum(GetConfigurationProductsDisabledIntegrationsResponse3);
|
|
9540
9633
|
|
|
9541
9634
|
/** @internal */
|
|
9542
|
-
export const
|
|
9543
|
-
|
|
9544
|
-
|
|
9635
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema:
|
|
9636
|
+
z.ZodNativeEnum<
|
|
9637
|
+
typeof GetConfigurationProductsDisabledIntegrationsResponse3
|
|
9638
|
+
> = GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema;
|
|
9545
9639
|
|
|
9546
9640
|
/**
|
|
9547
9641
|
* @internal
|
|
9548
9642
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
9549
9643
|
*/
|
|
9550
|
-
export namespace
|
|
9551
|
-
/** @deprecated use `
|
|
9552
|
-
export const inboundSchema =
|
|
9553
|
-
|
|
9644
|
+
export namespace GetConfigurationProductsDisabledIntegrationsResponse3$ {
|
|
9645
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema` instead. */
|
|
9646
|
+
export const inboundSchema =
|
|
9647
|
+
GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema;
|
|
9648
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema` instead. */
|
|
9554
9649
|
export const outboundSchema =
|
|
9555
|
-
|
|
9650
|
+
GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema;
|
|
9556
9651
|
}
|
|
9557
9652
|
|
|
9558
9653
|
/** @internal */
|
|
9559
|
-
export const
|
|
9560
|
-
|
|
9561
|
-
|
|
9562
|
-
|
|
9563
|
-
|
|
9564
|
-
|
|
9565
|
-
|
|
9654
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema:
|
|
9655
|
+
z.ZodType<
|
|
9656
|
+
GetConfigurationProductsDisabledIntegrationsResponse2,
|
|
9657
|
+
z.ZodTypeDef,
|
|
9658
|
+
unknown
|
|
9659
|
+
> = z.object({
|
|
9660
|
+
expr: z.string(),
|
|
9661
|
+
});
|
|
9566
9662
|
|
|
9567
9663
|
/** @internal */
|
|
9568
|
-
export type
|
|
9664
|
+
export type GetConfigurationProductsDisabledIntegrationsResponse2$Outbound = {
|
|
9569
9665
|
expr: string;
|
|
9570
9666
|
};
|
|
9571
9667
|
|
|
9572
9668
|
/** @internal */
|
|
9573
|
-
export const
|
|
9574
|
-
|
|
9575
|
-
|
|
9576
|
-
|
|
9577
|
-
|
|
9578
|
-
|
|
9579
|
-
|
|
9669
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema:
|
|
9670
|
+
z.ZodType<
|
|
9671
|
+
GetConfigurationProductsDisabledIntegrationsResponse2$Outbound,
|
|
9672
|
+
z.ZodTypeDef,
|
|
9673
|
+
GetConfigurationProductsDisabledIntegrationsResponse2
|
|
9674
|
+
> = z.object({
|
|
9675
|
+
expr: z.string(),
|
|
9676
|
+
});
|
|
9580
9677
|
|
|
9581
9678
|
/**
|
|
9582
9679
|
* @internal
|
|
9583
9680
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
9584
9681
|
*/
|
|
9585
|
-
export namespace
|
|
9586
|
-
/** @deprecated use `
|
|
9587
|
-
export const inboundSchema =
|
|
9588
|
-
|
|
9682
|
+
export namespace GetConfigurationProductsDisabledIntegrationsResponse2$ {
|
|
9683
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema` instead. */
|
|
9684
|
+
export const inboundSchema =
|
|
9685
|
+
GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema;
|
|
9686
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema` instead. */
|
|
9589
9687
|
export const outboundSchema =
|
|
9590
|
-
|
|
9591
|
-
/** @deprecated use `
|
|
9592
|
-
export type Outbound =
|
|
9688
|
+
GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema;
|
|
9689
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$Outbound` instead. */
|
|
9690
|
+
export type Outbound =
|
|
9691
|
+
GetConfigurationProductsDisabledIntegrationsResponse2$Outbound;
|
|
9593
9692
|
}
|
|
9594
9693
|
|
|
9595
|
-
export function
|
|
9596
|
-
|
|
9694
|
+
export function getConfigurationProductsDisabledIntegrationsResponse2ToJSON(
|
|
9695
|
+
getConfigurationProductsDisabledIntegrationsResponse2:
|
|
9696
|
+
GetConfigurationProductsDisabledIntegrationsResponse2,
|
|
9597
9697
|
): string {
|
|
9598
9698
|
return JSON.stringify(
|
|
9599
|
-
|
|
9600
|
-
|
|
9699
|
+
GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema.parse(
|
|
9700
|
+
getConfigurationProductsDisabledIntegrationsResponse2,
|
|
9601
9701
|
),
|
|
9602
9702
|
);
|
|
9603
9703
|
}
|
|
9604
9704
|
|
|
9605
|
-
export function
|
|
9705
|
+
export function getConfigurationProductsDisabledIntegrationsResponse2FromJSON(
|
|
9606
9706
|
jsonString: string,
|
|
9607
|
-
): SafeParseResult<
|
|
9707
|
+
): SafeParseResult<
|
|
9708
|
+
GetConfigurationProductsDisabledIntegrationsResponse2,
|
|
9709
|
+
SDKValidationError
|
|
9710
|
+
> {
|
|
9608
9711
|
return safeParse(
|
|
9609
9712
|
jsonString,
|
|
9610
|
-
(x) =>
|
|
9611
|
-
|
|
9713
|
+
(x) =>
|
|
9714
|
+
GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema.parse(
|
|
9715
|
+
JSON.parse(x),
|
|
9716
|
+
),
|
|
9717
|
+
`Failed to parse 'GetConfigurationProductsDisabledIntegrationsResponse2' from JSON`,
|
|
9612
9718
|
);
|
|
9613
9719
|
}
|
|
9614
9720
|
|
|
9615
9721
|
/** @internal */
|
|
9616
|
-
export const
|
|
9617
|
-
|
|
9618
|
-
|
|
9619
|
-
|
|
9620
|
-
|
|
9621
|
-
z.
|
|
9622
|
-
|
|
9623
|
-
|
|
9624
|
-
|
|
9722
|
+
export const GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema:
|
|
9723
|
+
z.ZodType<
|
|
9724
|
+
GetConfigurationProductsPropertiesIntegrationsDisabled,
|
|
9725
|
+
z.ZodTypeDef,
|
|
9726
|
+
unknown
|
|
9727
|
+
> = z.union([
|
|
9728
|
+
z.lazy(() =>
|
|
9729
|
+
GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema
|
|
9730
|
+
),
|
|
9731
|
+
z.boolean(),
|
|
9732
|
+
GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema,
|
|
9733
|
+
]);
|
|
9625
9734
|
|
|
9626
9735
|
/** @internal */
|
|
9627
|
-
export type
|
|
9628
|
-
|
|
|
9736
|
+
export type GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound =
|
|
9737
|
+
| GetConfigurationProductsDisabledIntegrationsResponse2$Outbound
|
|
9629
9738
|
| boolean
|
|
9630
9739
|
| string;
|
|
9631
9740
|
|
|
9632
9741
|
/** @internal */
|
|
9633
|
-
export const
|
|
9634
|
-
|
|
9635
|
-
|
|
9636
|
-
|
|
9637
|
-
|
|
9638
|
-
z.
|
|
9639
|
-
|
|
9640
|
-
|
|
9641
|
-
|
|
9742
|
+
export const GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema:
|
|
9743
|
+
z.ZodType<
|
|
9744
|
+
GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound,
|
|
9745
|
+
z.ZodTypeDef,
|
|
9746
|
+
GetConfigurationProductsPropertiesIntegrationsDisabled
|
|
9747
|
+
> = z.union([
|
|
9748
|
+
z.lazy(() =>
|
|
9749
|
+
GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema
|
|
9750
|
+
),
|
|
9751
|
+
z.boolean(),
|
|
9752
|
+
GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema,
|
|
9753
|
+
]);
|
|
9642
9754
|
|
|
9643
9755
|
/**
|
|
9644
9756
|
* @internal
|
|
9645
9757
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
9646
9758
|
*/
|
|
9647
|
-
export namespace
|
|
9648
|
-
/** @deprecated use `
|
|
9649
|
-
export const inboundSchema =
|
|
9650
|
-
|
|
9651
|
-
|
|
9652
|
-
|
|
9653
|
-
|
|
9759
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsDisabled$ {
|
|
9760
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema` instead. */
|
|
9761
|
+
export const inboundSchema =
|
|
9762
|
+
GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema;
|
|
9763
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema` instead. */
|
|
9764
|
+
export const outboundSchema =
|
|
9765
|
+
GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema;
|
|
9766
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound` instead. */
|
|
9767
|
+
export type Outbound =
|
|
9768
|
+
GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound;
|
|
9654
9769
|
}
|
|
9655
9770
|
|
|
9656
|
-
export function
|
|
9657
|
-
|
|
9771
|
+
export function getConfigurationProductsPropertiesIntegrationsDisabledToJSON(
|
|
9772
|
+
getConfigurationProductsPropertiesIntegrationsDisabled:
|
|
9773
|
+
GetConfigurationProductsPropertiesIntegrationsDisabled,
|
|
9658
9774
|
): string {
|
|
9659
9775
|
return JSON.stringify(
|
|
9660
|
-
|
|
9776
|
+
GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema.parse(
|
|
9777
|
+
getConfigurationProductsPropertiesIntegrationsDisabled,
|
|
9778
|
+
),
|
|
9661
9779
|
);
|
|
9662
9780
|
}
|
|
9663
9781
|
|
|
9664
|
-
export function
|
|
9782
|
+
export function getConfigurationProductsPropertiesIntegrationsDisabledFromJSON(
|
|
9665
9783
|
jsonString: string,
|
|
9666
|
-
): SafeParseResult<
|
|
9784
|
+
): SafeParseResult<
|
|
9785
|
+
GetConfigurationProductsPropertiesIntegrationsDisabled,
|
|
9786
|
+
SDKValidationError
|
|
9787
|
+
> {
|
|
9667
9788
|
return safeParse(
|
|
9668
9789
|
jsonString,
|
|
9669
|
-
(x) =>
|
|
9670
|
-
|
|
9790
|
+
(x) =>
|
|
9791
|
+
GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema
|
|
9792
|
+
.parse(JSON.parse(x)),
|
|
9793
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsDisabled' from JSON`,
|
|
9671
9794
|
);
|
|
9672
9795
|
}
|
|
9673
9796
|
|
|
9674
9797
|
/** @internal */
|
|
9675
|
-
export const
|
|
9676
|
-
typeof
|
|
9677
|
-
|
|
9798
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema:
|
|
9799
|
+
z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse3> =
|
|
9800
|
+
z.nativeEnum(GetConfigurationProductsHiddenIntegrationsResponse3);
|
|
9678
9801
|
|
|
9679
9802
|
/** @internal */
|
|
9680
|
-
export const
|
|
9681
|
-
typeof
|
|
9682
|
-
|
|
9803
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema:
|
|
9804
|
+
z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse3> =
|
|
9805
|
+
GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema;
|
|
9683
9806
|
|
|
9684
9807
|
/**
|
|
9685
9808
|
* @internal
|
|
9686
9809
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
9687
9810
|
*/
|
|
9688
|
-
export namespace
|
|
9689
|
-
/** @deprecated use `
|
|
9690
|
-
export const inboundSchema =
|
|
9691
|
-
|
|
9692
|
-
|
|
9811
|
+
export namespace GetConfigurationProductsHiddenIntegrationsResponse3$ {
|
|
9812
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema` instead. */
|
|
9813
|
+
export const inboundSchema =
|
|
9814
|
+
GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema;
|
|
9815
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema` instead. */
|
|
9816
|
+
export const outboundSchema =
|
|
9817
|
+
GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema;
|
|
9693
9818
|
}
|
|
9694
9819
|
|
|
9695
9820
|
/** @internal */
|
|
9696
|
-
export const
|
|
9697
|
-
|
|
9698
|
-
|
|
9699
|
-
|
|
9700
|
-
|
|
9701
|
-
|
|
9702
|
-
|
|
9821
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema:
|
|
9822
|
+
z.ZodType<
|
|
9823
|
+
GetConfigurationProductsHiddenIntegrationsResponse2,
|
|
9824
|
+
z.ZodTypeDef,
|
|
9825
|
+
unknown
|
|
9826
|
+
> = z.object({
|
|
9827
|
+
expr: z.string(),
|
|
9828
|
+
});
|
|
9703
9829
|
|
|
9704
9830
|
/** @internal */
|
|
9705
|
-
export type
|
|
9831
|
+
export type GetConfigurationProductsHiddenIntegrationsResponse2$Outbound = {
|
|
9706
9832
|
expr: string;
|
|
9707
9833
|
};
|
|
9708
9834
|
|
|
9709
9835
|
/** @internal */
|
|
9710
|
-
export const
|
|
9711
|
-
|
|
9712
|
-
|
|
9713
|
-
|
|
9714
|
-
|
|
9715
|
-
|
|
9716
|
-
|
|
9836
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema:
|
|
9837
|
+
z.ZodType<
|
|
9838
|
+
GetConfigurationProductsHiddenIntegrationsResponse2$Outbound,
|
|
9839
|
+
z.ZodTypeDef,
|
|
9840
|
+
GetConfigurationProductsHiddenIntegrationsResponse2
|
|
9841
|
+
> = z.object({
|
|
9842
|
+
expr: z.string(),
|
|
9843
|
+
});
|
|
9717
9844
|
|
|
9718
9845
|
/**
|
|
9719
9846
|
* @internal
|
|
9720
9847
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
9721
9848
|
*/
|
|
9722
|
-
export namespace
|
|
9723
|
-
/** @deprecated use `
|
|
9724
|
-
export const inboundSchema =
|
|
9725
|
-
|
|
9726
|
-
|
|
9727
|
-
|
|
9728
|
-
|
|
9849
|
+
export namespace GetConfigurationProductsHiddenIntegrationsResponse2$ {
|
|
9850
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema` instead. */
|
|
9851
|
+
export const inboundSchema =
|
|
9852
|
+
GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema;
|
|
9853
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema` instead. */
|
|
9854
|
+
export const outboundSchema =
|
|
9855
|
+
GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema;
|
|
9856
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$Outbound` instead. */
|
|
9857
|
+
export type Outbound =
|
|
9858
|
+
GetConfigurationProductsHiddenIntegrationsResponse2$Outbound;
|
|
9729
9859
|
}
|
|
9730
9860
|
|
|
9731
|
-
export function
|
|
9732
|
-
|
|
9861
|
+
export function getConfigurationProductsHiddenIntegrationsResponse2ToJSON(
|
|
9862
|
+
getConfigurationProductsHiddenIntegrationsResponse2:
|
|
9863
|
+
GetConfigurationProductsHiddenIntegrationsResponse2,
|
|
9733
9864
|
): string {
|
|
9734
9865
|
return JSON.stringify(
|
|
9735
|
-
|
|
9736
|
-
|
|
9866
|
+
GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema.parse(
|
|
9867
|
+
getConfigurationProductsHiddenIntegrationsResponse2,
|
|
9737
9868
|
),
|
|
9738
9869
|
);
|
|
9739
9870
|
}
|
|
9740
9871
|
|
|
9741
|
-
export function
|
|
9872
|
+
export function getConfigurationProductsHiddenIntegrationsResponse2FromJSON(
|
|
9742
9873
|
jsonString: string,
|
|
9743
|
-
): SafeParseResult<
|
|
9874
|
+
): SafeParseResult<
|
|
9875
|
+
GetConfigurationProductsHiddenIntegrationsResponse2,
|
|
9876
|
+
SDKValidationError
|
|
9877
|
+
> {
|
|
9744
9878
|
return safeParse(
|
|
9745
9879
|
jsonString,
|
|
9746
|
-
(x) =>
|
|
9747
|
-
|
|
9880
|
+
(x) =>
|
|
9881
|
+
GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema.parse(
|
|
9882
|
+
JSON.parse(x),
|
|
9883
|
+
),
|
|
9884
|
+
`Failed to parse 'GetConfigurationProductsHiddenIntegrationsResponse2' from JSON`,
|
|
9748
9885
|
);
|
|
9749
9886
|
}
|
|
9750
9887
|
|
|
9751
9888
|
/** @internal */
|
|
9752
|
-
export const
|
|
9753
|
-
|
|
9754
|
-
|
|
9755
|
-
|
|
9756
|
-
|
|
9757
|
-
z.
|
|
9758
|
-
|
|
9759
|
-
|
|
9760
|
-
|
|
9889
|
+
export const GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema:
|
|
9890
|
+
z.ZodType<
|
|
9891
|
+
GetConfigurationProductsPropertiesIntegrationsHidden,
|
|
9892
|
+
z.ZodTypeDef,
|
|
9893
|
+
unknown
|
|
9894
|
+
> = z.union([
|
|
9895
|
+
z.lazy(() =>
|
|
9896
|
+
GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema
|
|
9897
|
+
),
|
|
9898
|
+
z.boolean(),
|
|
9899
|
+
GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema,
|
|
9900
|
+
]);
|
|
9761
9901
|
|
|
9762
9902
|
/** @internal */
|
|
9763
|
-
export type
|
|
9764
|
-
|
|
|
9903
|
+
export type GetConfigurationProductsPropertiesIntegrationsHidden$Outbound =
|
|
9904
|
+
| GetConfigurationProductsHiddenIntegrationsResponse2$Outbound
|
|
9765
9905
|
| boolean
|
|
9766
9906
|
| string;
|
|
9767
9907
|
|
|
9768
9908
|
/** @internal */
|
|
9769
|
-
export const
|
|
9770
|
-
|
|
9771
|
-
|
|
9772
|
-
|
|
9773
|
-
|
|
9774
|
-
z.
|
|
9775
|
-
|
|
9776
|
-
|
|
9777
|
-
|
|
9909
|
+
export const GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema:
|
|
9910
|
+
z.ZodType<
|
|
9911
|
+
GetConfigurationProductsPropertiesIntegrationsHidden$Outbound,
|
|
9912
|
+
z.ZodTypeDef,
|
|
9913
|
+
GetConfigurationProductsPropertiesIntegrationsHidden
|
|
9914
|
+
> = z.union([
|
|
9915
|
+
z.lazy(() =>
|
|
9916
|
+
GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema
|
|
9917
|
+
),
|
|
9918
|
+
z.boolean(),
|
|
9919
|
+
GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema,
|
|
9920
|
+
]);
|
|
9778
9921
|
|
|
9779
9922
|
/**
|
|
9780
9923
|
* @internal
|
|
9781
9924
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
9782
9925
|
*/
|
|
9783
|
-
export namespace
|
|
9784
|
-
/** @deprecated use `
|
|
9785
|
-
export const inboundSchema =
|
|
9786
|
-
|
|
9787
|
-
|
|
9788
|
-
|
|
9789
|
-
|
|
9926
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsHidden$ {
|
|
9927
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema` instead. */
|
|
9928
|
+
export const inboundSchema =
|
|
9929
|
+
GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema;
|
|
9930
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema` instead. */
|
|
9931
|
+
export const outboundSchema =
|
|
9932
|
+
GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema;
|
|
9933
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$Outbound` instead. */
|
|
9934
|
+
export type Outbound =
|
|
9935
|
+
GetConfigurationProductsPropertiesIntegrationsHidden$Outbound;
|
|
9790
9936
|
}
|
|
9791
9937
|
|
|
9792
|
-
export function
|
|
9793
|
-
|
|
9938
|
+
export function getConfigurationProductsPropertiesIntegrationsHiddenToJSON(
|
|
9939
|
+
getConfigurationProductsPropertiesIntegrationsHidden:
|
|
9940
|
+
GetConfigurationProductsPropertiesIntegrationsHidden,
|
|
9794
9941
|
): string {
|
|
9795
9942
|
return JSON.stringify(
|
|
9796
|
-
|
|
9943
|
+
GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema.parse(
|
|
9944
|
+
getConfigurationProductsPropertiesIntegrationsHidden,
|
|
9945
|
+
),
|
|
9797
9946
|
);
|
|
9798
9947
|
}
|
|
9799
9948
|
|
|
9800
|
-
export function
|
|
9949
|
+
export function getConfigurationProductsPropertiesIntegrationsHiddenFromJSON(
|
|
9801
9950
|
jsonString: string,
|
|
9802
|
-
): SafeParseResult<
|
|
9951
|
+
): SafeParseResult<
|
|
9952
|
+
GetConfigurationProductsPropertiesIntegrationsHidden,
|
|
9953
|
+
SDKValidationError
|
|
9954
|
+
> {
|
|
9803
9955
|
return safeParse(
|
|
9804
9956
|
jsonString,
|
|
9805
|
-
(x) =>
|
|
9806
|
-
|
|
9957
|
+
(x) =>
|
|
9958
|
+
GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema.parse(
|
|
9959
|
+
JSON.parse(x),
|
|
9960
|
+
),
|
|
9961
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsHidden' from JSON`,
|
|
9807
9962
|
);
|
|
9808
9963
|
}
|
|
9809
9964
|
|
|
@@ -9816,14 +9971,18 @@ export const PropertiesUiOptions$inboundSchema: z.ZodType<
|
|
|
9816
9971
|
value: z.string(),
|
|
9817
9972
|
label: z.string(),
|
|
9818
9973
|
disabled: z.union([
|
|
9819
|
-
z.lazy(() =>
|
|
9974
|
+
z.lazy(() =>
|
|
9975
|
+
GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema
|
|
9976
|
+
),
|
|
9820
9977
|
z.boolean(),
|
|
9821
|
-
|
|
9978
|
+
GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema,
|
|
9822
9979
|
]).optional(),
|
|
9823
9980
|
hidden: z.union([
|
|
9824
|
-
z.lazy(() =>
|
|
9981
|
+
z.lazy(() =>
|
|
9982
|
+
GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema
|
|
9983
|
+
),
|
|
9825
9984
|
z.boolean(),
|
|
9826
|
-
|
|
9985
|
+
GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema,
|
|
9827
9986
|
]).optional(),
|
|
9828
9987
|
});
|
|
9829
9988
|
|
|
@@ -9832,12 +9991,12 @@ export type PropertiesUiOptions$Outbound = {
|
|
|
9832
9991
|
value: string;
|
|
9833
9992
|
label: string;
|
|
9834
9993
|
disabled?:
|
|
9835
|
-
|
|
|
9994
|
+
| GetConfigurationProductsDisabledIntegrationsResponse2$Outbound
|
|
9836
9995
|
| boolean
|
|
9837
9996
|
| string
|
|
9838
9997
|
| undefined;
|
|
9839
9998
|
hidden?:
|
|
9840
|
-
|
|
|
9999
|
+
| GetConfigurationProductsHiddenIntegrationsResponse2$Outbound
|
|
9841
10000
|
| boolean
|
|
9842
10001
|
| string
|
|
9843
10002
|
| undefined;
|
|
@@ -9852,14 +10011,18 @@ export const PropertiesUiOptions$outboundSchema: z.ZodType<
|
|
|
9852
10011
|
value: z.string(),
|
|
9853
10012
|
label: z.string(),
|
|
9854
10013
|
disabled: z.union([
|
|
9855
|
-
z.lazy(() =>
|
|
10014
|
+
z.lazy(() =>
|
|
10015
|
+
GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema
|
|
10016
|
+
),
|
|
9856
10017
|
z.boolean(),
|
|
9857
|
-
|
|
10018
|
+
GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema,
|
|
9858
10019
|
]).optional(),
|
|
9859
10020
|
hidden: z.union([
|
|
9860
|
-
z.lazy(() =>
|
|
10021
|
+
z.lazy(() =>
|
|
10022
|
+
GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema
|
|
10023
|
+
),
|
|
9861
10024
|
z.boolean(),
|
|
9862
|
-
|
|
10025
|
+
GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema,
|
|
9863
10026
|
]).optional(),
|
|
9864
10027
|
});
|
|
9865
10028
|
|
|
@@ -11275,63 +11438,63 @@ export function uiOptionsFromJSON(
|
|
|
11275
11438
|
}
|
|
11276
11439
|
|
|
11277
11440
|
/** @internal */
|
|
11278
|
-
export const
|
|
11441
|
+
export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema:
|
|
11279
11442
|
z.ZodType<
|
|
11280
|
-
|
|
11443
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640,
|
|
11281
11444
|
z.ZodTypeDef,
|
|
11282
11445
|
unknown
|
|
11283
11446
|
> = z.object({});
|
|
11284
11447
|
|
|
11285
11448
|
/** @internal */
|
|
11286
|
-
export type
|
|
11449
|
+
export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$Outbound =
|
|
11287
11450
|
{};
|
|
11288
11451
|
|
|
11289
11452
|
/** @internal */
|
|
11290
|
-
export const
|
|
11453
|
+
export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema:
|
|
11291
11454
|
z.ZodType<
|
|
11292
|
-
|
|
11455
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$Outbound,
|
|
11293
11456
|
z.ZodTypeDef,
|
|
11294
|
-
|
|
11457
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640
|
|
11295
11458
|
> = z.object({});
|
|
11296
11459
|
|
|
11297
11460
|
/**
|
|
11298
11461
|
* @internal
|
|
11299
11462
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11300
11463
|
*/
|
|
11301
|
-
export namespace
|
|
11302
|
-
/** @deprecated use `
|
|
11464
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$ {
|
|
11465
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema` instead. */
|
|
11303
11466
|
export const inboundSchema =
|
|
11304
|
-
|
|
11305
|
-
/** @deprecated use `
|
|
11467
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema;
|
|
11468
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema` instead. */
|
|
11306
11469
|
export const outboundSchema =
|
|
11307
|
-
|
|
11308
|
-
/** @deprecated use `
|
|
11470
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema;
|
|
11471
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$Outbound` instead. */
|
|
11309
11472
|
export type Outbound =
|
|
11310
|
-
|
|
11473
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$Outbound;
|
|
11311
11474
|
}
|
|
11312
11475
|
|
|
11313
|
-
export function
|
|
11314
|
-
|
|
11315
|
-
|
|
11476
|
+
export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt502640ToJSON(
|
|
11477
|
+
getConfigurationProductsPropertiesIntegrationsAtBRANDAt502640:
|
|
11478
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640,
|
|
11316
11479
|
): string {
|
|
11317
11480
|
return JSON.stringify(
|
|
11318
|
-
|
|
11319
|
-
.parse(
|
|
11481
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema
|
|
11482
|
+
.parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt502640),
|
|
11320
11483
|
);
|
|
11321
11484
|
}
|
|
11322
11485
|
|
|
11323
|
-
export function
|
|
11486
|
+
export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt502640FromJSON(
|
|
11324
11487
|
jsonString: string,
|
|
11325
11488
|
): SafeParseResult<
|
|
11326
|
-
|
|
11489
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640,
|
|
11327
11490
|
SDKValidationError
|
|
11328
11491
|
> {
|
|
11329
11492
|
return safeParse(
|
|
11330
11493
|
jsonString,
|
|
11331
11494
|
(x) =>
|
|
11332
|
-
|
|
11495
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema
|
|
11333
11496
|
.parse(JSON.parse(x)),
|
|
11334
|
-
`Failed to parse '
|
|
11497
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640' from JSON`,
|
|
11335
11498
|
);
|
|
11336
11499
|
}
|
|
11337
11500
|
|
|
@@ -11341,19 +11504,19 @@ export const PropertiesMinLength$inboundSchema: z.ZodType<
|
|
|
11341
11504
|
z.ZodTypeDef,
|
|
11342
11505
|
unknown
|
|
11343
11506
|
> = z.object({
|
|
11344
|
-
"__@BRAND@
|
|
11345
|
-
|
|
11507
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
11508
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema
|
|
11346
11509
|
),
|
|
11347
11510
|
}).transform((v) => {
|
|
11348
11511
|
return remap$(v, {
|
|
11349
|
-
"__@BRAND@
|
|
11512
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
11350
11513
|
});
|
|
11351
11514
|
});
|
|
11352
11515
|
|
|
11353
11516
|
/** @internal */
|
|
11354
11517
|
export type PropertiesMinLength$Outbound = {
|
|
11355
|
-
"__@BRAND@
|
|
11356
|
-
|
|
11518
|
+
"__@BRAND@502640":
|
|
11519
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$Outbound;
|
|
11357
11520
|
};
|
|
11358
11521
|
|
|
11359
11522
|
/** @internal */
|
|
@@ -11362,12 +11525,12 @@ export const PropertiesMinLength$outboundSchema: z.ZodType<
|
|
|
11362
11525
|
z.ZodTypeDef,
|
|
11363
11526
|
PropertiesMinLength
|
|
11364
11527
|
> = z.object({
|
|
11365
|
-
|
|
11366
|
-
|
|
11528
|
+
atBRANDAt502640: z.lazy(() =>
|
|
11529
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema
|
|
11367
11530
|
),
|
|
11368
11531
|
}).transform((v) => {
|
|
11369
11532
|
return remap$(v, {
|
|
11370
|
-
|
|
11533
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
11371
11534
|
});
|
|
11372
11535
|
});
|
|
11373
11536
|
|
|
@@ -11403,65 +11566,65 @@ export function propertiesMinLengthFromJSON(
|
|
|
11403
11566
|
}
|
|
11404
11567
|
|
|
11405
11568
|
/** @internal */
|
|
11406
|
-
export const
|
|
11569
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema:
|
|
11407
11570
|
z.ZodType<
|
|
11408
|
-
|
|
11571
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640,
|
|
11409
11572
|
z.ZodTypeDef,
|
|
11410
11573
|
unknown
|
|
11411
11574
|
> = z.object({});
|
|
11412
11575
|
|
|
11413
11576
|
/** @internal */
|
|
11414
|
-
export type
|
|
11577
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$Outbound =
|
|
11415
11578
|
{};
|
|
11416
11579
|
|
|
11417
11580
|
/** @internal */
|
|
11418
|
-
export const
|
|
11581
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema:
|
|
11419
11582
|
z.ZodType<
|
|
11420
|
-
|
|
11583
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$Outbound,
|
|
11421
11584
|
z.ZodTypeDef,
|
|
11422
|
-
|
|
11585
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640
|
|
11423
11586
|
> = z.object({});
|
|
11424
11587
|
|
|
11425
11588
|
/**
|
|
11426
11589
|
* @internal
|
|
11427
11590
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11428
11591
|
*/
|
|
11429
|
-
export namespace
|
|
11430
|
-
/** @deprecated use `
|
|
11592
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$ {
|
|
11593
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema` instead. */
|
|
11431
11594
|
export const inboundSchema =
|
|
11432
|
-
|
|
11433
|
-
/** @deprecated use `
|
|
11595
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema;
|
|
11596
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema` instead. */
|
|
11434
11597
|
export const outboundSchema =
|
|
11435
|
-
|
|
11436
|
-
/** @deprecated use `
|
|
11598
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema;
|
|
11599
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$Outbound` instead. */
|
|
11437
11600
|
export type Outbound =
|
|
11438
|
-
|
|
11601
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$Outbound;
|
|
11439
11602
|
}
|
|
11440
11603
|
|
|
11441
|
-
export function
|
|
11442
|
-
|
|
11443
|
-
|
|
11604
|
+
export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640ToJSON(
|
|
11605
|
+
getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640:
|
|
11606
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640,
|
|
11444
11607
|
): string {
|
|
11445
11608
|
return JSON.stringify(
|
|
11446
|
-
|
|
11609
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema
|
|
11447
11610
|
.parse(
|
|
11448
|
-
|
|
11611
|
+
getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640,
|
|
11449
11612
|
),
|
|
11450
11613
|
);
|
|
11451
11614
|
}
|
|
11452
11615
|
|
|
11453
|
-
export function
|
|
11616
|
+
export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640FromJSON(
|
|
11454
11617
|
jsonString: string,
|
|
11455
11618
|
): SafeParseResult<
|
|
11456
|
-
|
|
11619
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640,
|
|
11457
11620
|
SDKValidationError
|
|
11458
11621
|
> {
|
|
11459
11622
|
return safeParse(
|
|
11460
11623
|
jsonString,
|
|
11461
11624
|
(x) =>
|
|
11462
|
-
|
|
11625
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema
|
|
11463
11626
|
.parse(JSON.parse(x)),
|
|
11464
|
-
`Failed to parse '
|
|
11627
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640' from JSON`,
|
|
11465
11628
|
);
|
|
11466
11629
|
}
|
|
11467
11630
|
|
|
@@ -11471,19 +11634,19 @@ export const PropertiesMaxLength$inboundSchema: z.ZodType<
|
|
|
11471
11634
|
z.ZodTypeDef,
|
|
11472
11635
|
unknown
|
|
11473
11636
|
> = z.object({
|
|
11474
|
-
"__@BRAND@
|
|
11475
|
-
|
|
11637
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
11638
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema
|
|
11476
11639
|
),
|
|
11477
11640
|
}).transform((v) => {
|
|
11478
11641
|
return remap$(v, {
|
|
11479
|
-
"__@BRAND@
|
|
11642
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
11480
11643
|
});
|
|
11481
11644
|
});
|
|
11482
11645
|
|
|
11483
11646
|
/** @internal */
|
|
11484
11647
|
export type PropertiesMaxLength$Outbound = {
|
|
11485
|
-
"__@BRAND@
|
|
11486
|
-
|
|
11648
|
+
"__@BRAND@502640":
|
|
11649
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$Outbound;
|
|
11487
11650
|
};
|
|
11488
11651
|
|
|
11489
11652
|
/** @internal */
|
|
@@ -11492,12 +11655,12 @@ export const PropertiesMaxLength$outboundSchema: z.ZodType<
|
|
|
11492
11655
|
z.ZodTypeDef,
|
|
11493
11656
|
PropertiesMaxLength
|
|
11494
11657
|
> = z.object({
|
|
11495
|
-
|
|
11496
|
-
|
|
11658
|
+
atBRANDAt502640: z.lazy(() =>
|
|
11659
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema
|
|
11497
11660
|
),
|
|
11498
11661
|
}).transform((v) => {
|
|
11499
11662
|
return remap$(v, {
|
|
11500
|
-
|
|
11663
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
11501
11664
|
});
|
|
11502
11665
|
});
|
|
11503
11666
|
|
|
@@ -11533,65 +11696,65 @@ export function propertiesMaxLengthFromJSON(
|
|
|
11533
11696
|
}
|
|
11534
11697
|
|
|
11535
11698
|
/** @internal */
|
|
11536
|
-
export const
|
|
11699
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema:
|
|
11537
11700
|
z.ZodType<
|
|
11538
|
-
|
|
11701
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640,
|
|
11539
11702
|
z.ZodTypeDef,
|
|
11540
11703
|
unknown
|
|
11541
11704
|
> = z.object({});
|
|
11542
11705
|
|
|
11543
11706
|
/** @internal */
|
|
11544
|
-
export type
|
|
11707
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$Outbound =
|
|
11545
11708
|
{};
|
|
11546
11709
|
|
|
11547
11710
|
/** @internal */
|
|
11548
|
-
export const
|
|
11711
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema:
|
|
11549
11712
|
z.ZodType<
|
|
11550
|
-
|
|
11713
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$Outbound,
|
|
11551
11714
|
z.ZodTypeDef,
|
|
11552
|
-
|
|
11715
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640
|
|
11553
11716
|
> = z.object({});
|
|
11554
11717
|
|
|
11555
11718
|
/**
|
|
11556
11719
|
* @internal
|
|
11557
11720
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
11558
11721
|
*/
|
|
11559
|
-
export namespace
|
|
11560
|
-
/** @deprecated use `
|
|
11722
|
+
export namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$ {
|
|
11723
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema` instead. */
|
|
11561
11724
|
export const inboundSchema =
|
|
11562
|
-
|
|
11563
|
-
/** @deprecated use `
|
|
11725
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema;
|
|
11726
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema` instead. */
|
|
11564
11727
|
export const outboundSchema =
|
|
11565
|
-
|
|
11566
|
-
/** @deprecated use `
|
|
11728
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema;
|
|
11729
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$Outbound` instead. */
|
|
11567
11730
|
export type Outbound =
|
|
11568
|
-
|
|
11731
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$Outbound;
|
|
11569
11732
|
}
|
|
11570
11733
|
|
|
11571
|
-
export function
|
|
11572
|
-
|
|
11573
|
-
|
|
11734
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640ToJSON(
|
|
11735
|
+
getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640:
|
|
11736
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640,
|
|
11574
11737
|
): string {
|
|
11575
11738
|
return JSON.stringify(
|
|
11576
|
-
|
|
11739
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema
|
|
11577
11740
|
.parse(
|
|
11578
|
-
|
|
11741
|
+
getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640,
|
|
11579
11742
|
),
|
|
11580
11743
|
);
|
|
11581
11744
|
}
|
|
11582
11745
|
|
|
11583
|
-
export function
|
|
11746
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640FromJSON(
|
|
11584
11747
|
jsonString: string,
|
|
11585
11748
|
): SafeParseResult<
|
|
11586
|
-
|
|
11749
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640,
|
|
11587
11750
|
SDKValidationError
|
|
11588
11751
|
> {
|
|
11589
11752
|
return safeParse(
|
|
11590
11753
|
jsonString,
|
|
11591
11754
|
(x) =>
|
|
11592
|
-
|
|
11755
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema
|
|
11593
11756
|
.parse(JSON.parse(x)),
|
|
11594
|
-
`Failed to parse '
|
|
11757
|
+
`Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640' from JSON`,
|
|
11595
11758
|
);
|
|
11596
11759
|
}
|
|
11597
11760
|
|
|
@@ -11601,19 +11764,19 @@ export const PropertiesPattern$inboundSchema: z.ZodType<
|
|
|
11601
11764
|
z.ZodTypeDef,
|
|
11602
11765
|
unknown
|
|
11603
11766
|
> = z.object({
|
|
11604
|
-
"__@BRAND@
|
|
11605
|
-
|
|
11767
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
11768
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema
|
|
11606
11769
|
),
|
|
11607
11770
|
}).transform((v) => {
|
|
11608
11771
|
return remap$(v, {
|
|
11609
|
-
"__@BRAND@
|
|
11772
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
11610
11773
|
});
|
|
11611
11774
|
});
|
|
11612
11775
|
|
|
11613
11776
|
/** @internal */
|
|
11614
11777
|
export type PropertiesPattern$Outbound = {
|
|
11615
|
-
"__@BRAND@
|
|
11616
|
-
|
|
11778
|
+
"__@BRAND@502640":
|
|
11779
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$Outbound;
|
|
11617
11780
|
};
|
|
11618
11781
|
|
|
11619
11782
|
/** @internal */
|
|
@@ -11622,12 +11785,12 @@ export const PropertiesPattern$outboundSchema: z.ZodType<
|
|
|
11622
11785
|
z.ZodTypeDef,
|
|
11623
11786
|
PropertiesPattern
|
|
11624
11787
|
> = z.object({
|
|
11625
|
-
|
|
11626
|
-
|
|
11788
|
+
atBRANDAt502640: z.lazy(() =>
|
|
11789
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema
|
|
11627
11790
|
),
|
|
11628
11791
|
}).transform((v) => {
|
|
11629
11792
|
return remap$(v, {
|
|
11630
|
-
|
|
11793
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
11631
11794
|
});
|
|
11632
11795
|
});
|
|
11633
11796
|
|
|
@@ -15340,48 +15503,48 @@ export namespace UiControl$ {
|
|
|
15340
15503
|
}
|
|
15341
15504
|
|
|
15342
15505
|
/** @internal */
|
|
15343
|
-
export const
|
|
15344
|
-
|
|
15506
|
+
export const AtBRANDAt502640$inboundSchema: z.ZodType<
|
|
15507
|
+
AtBRANDAt502640,
|
|
15345
15508
|
z.ZodTypeDef,
|
|
15346
15509
|
unknown
|
|
15347
15510
|
> = z.object({});
|
|
15348
15511
|
|
|
15349
15512
|
/** @internal */
|
|
15350
|
-
export type
|
|
15513
|
+
export type AtBRANDAt502640$Outbound = {};
|
|
15351
15514
|
|
|
15352
15515
|
/** @internal */
|
|
15353
|
-
export const
|
|
15354
|
-
|
|
15516
|
+
export const AtBRANDAt502640$outboundSchema: z.ZodType<
|
|
15517
|
+
AtBRANDAt502640$Outbound,
|
|
15355
15518
|
z.ZodTypeDef,
|
|
15356
|
-
|
|
15519
|
+
AtBRANDAt502640
|
|
15357
15520
|
> = z.object({});
|
|
15358
15521
|
|
|
15359
15522
|
/**
|
|
15360
15523
|
* @internal
|
|
15361
15524
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
15362
15525
|
*/
|
|
15363
|
-
export namespace
|
|
15364
|
-
/** @deprecated use `
|
|
15365
|
-
export const inboundSchema =
|
|
15366
|
-
/** @deprecated use `
|
|
15367
|
-
export const outboundSchema =
|
|
15368
|
-
/** @deprecated use `
|
|
15369
|
-
export type Outbound =
|
|
15526
|
+
export namespace AtBRANDAt502640$ {
|
|
15527
|
+
/** @deprecated use `AtBRANDAt502640$inboundSchema` instead. */
|
|
15528
|
+
export const inboundSchema = AtBRANDAt502640$inboundSchema;
|
|
15529
|
+
/** @deprecated use `AtBRANDAt502640$outboundSchema` instead. */
|
|
15530
|
+
export const outboundSchema = AtBRANDAt502640$outboundSchema;
|
|
15531
|
+
/** @deprecated use `AtBRANDAt502640$Outbound` instead. */
|
|
15532
|
+
export type Outbound = AtBRANDAt502640$Outbound;
|
|
15370
15533
|
}
|
|
15371
15534
|
|
|
15372
|
-
export function
|
|
15373
|
-
|
|
15535
|
+
export function atBRANDAt502640ToJSON(
|
|
15536
|
+
atBRANDAt502640: AtBRANDAt502640,
|
|
15374
15537
|
): string {
|
|
15375
|
-
return JSON.stringify(
|
|
15538
|
+
return JSON.stringify(AtBRANDAt502640$outboundSchema.parse(atBRANDAt502640));
|
|
15376
15539
|
}
|
|
15377
15540
|
|
|
15378
|
-
export function
|
|
15541
|
+
export function atBRANDAt502640FromJSON(
|
|
15379
15542
|
jsonString: string,
|
|
15380
|
-
): SafeParseResult<
|
|
15543
|
+
): SafeParseResult<AtBRANDAt502640, SDKValidationError> {
|
|
15381
15544
|
return safeParse(
|
|
15382
15545
|
jsonString,
|
|
15383
|
-
(x) =>
|
|
15384
|
-
`Failed to parse '
|
|
15546
|
+
(x) => AtBRANDAt502640$inboundSchema.parse(JSON.parse(x)),
|
|
15547
|
+
`Failed to parse 'AtBRANDAt502640' from JSON`,
|
|
15385
15548
|
);
|
|
15386
15549
|
}
|
|
15387
15550
|
|
|
@@ -15391,16 +15554,16 @@ export const MinLength$inboundSchema: z.ZodType<
|
|
|
15391
15554
|
z.ZodTypeDef,
|
|
15392
15555
|
unknown
|
|
15393
15556
|
> = z.object({
|
|
15394
|
-
"__@BRAND@
|
|
15557
|
+
"__@BRAND@502640": z.lazy(() => AtBRANDAt502640$inboundSchema),
|
|
15395
15558
|
}).transform((v) => {
|
|
15396
15559
|
return remap$(v, {
|
|
15397
|
-
"__@BRAND@
|
|
15560
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
15398
15561
|
});
|
|
15399
15562
|
});
|
|
15400
15563
|
|
|
15401
15564
|
/** @internal */
|
|
15402
15565
|
export type MinLength$Outbound = {
|
|
15403
|
-
"__@BRAND@
|
|
15566
|
+
"__@BRAND@502640": AtBRANDAt502640$Outbound;
|
|
15404
15567
|
};
|
|
15405
15568
|
|
|
15406
15569
|
/** @internal */
|
|
@@ -15409,10 +15572,10 @@ export const MinLength$outboundSchema: z.ZodType<
|
|
|
15409
15572
|
z.ZodTypeDef,
|
|
15410
15573
|
MinLength
|
|
15411
15574
|
> = z.object({
|
|
15412
|
-
|
|
15575
|
+
atBRANDAt502640: z.lazy(() => AtBRANDAt502640$outboundSchema),
|
|
15413
15576
|
}).transform((v) => {
|
|
15414
15577
|
return remap$(v, {
|
|
15415
|
-
|
|
15578
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
15416
15579
|
});
|
|
15417
15580
|
});
|
|
15418
15581
|
|
|
@@ -15444,50 +15607,50 @@ export function minLengthFromJSON(
|
|
|
15444
15607
|
}
|
|
15445
15608
|
|
|
15446
15609
|
/** @internal */
|
|
15447
|
-
export const
|
|
15448
|
-
|
|
15610
|
+
export const PropertiesAtBRANDAt502640$inboundSchema: z.ZodType<
|
|
15611
|
+
PropertiesAtBRANDAt502640,
|
|
15449
15612
|
z.ZodTypeDef,
|
|
15450
15613
|
unknown
|
|
15451
15614
|
> = z.object({});
|
|
15452
15615
|
|
|
15453
15616
|
/** @internal */
|
|
15454
|
-
export type
|
|
15617
|
+
export type PropertiesAtBRANDAt502640$Outbound = {};
|
|
15455
15618
|
|
|
15456
15619
|
/** @internal */
|
|
15457
|
-
export const
|
|
15458
|
-
|
|
15620
|
+
export const PropertiesAtBRANDAt502640$outboundSchema: z.ZodType<
|
|
15621
|
+
PropertiesAtBRANDAt502640$Outbound,
|
|
15459
15622
|
z.ZodTypeDef,
|
|
15460
|
-
|
|
15623
|
+
PropertiesAtBRANDAt502640
|
|
15461
15624
|
> = z.object({});
|
|
15462
15625
|
|
|
15463
15626
|
/**
|
|
15464
15627
|
* @internal
|
|
15465
15628
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
15466
15629
|
*/
|
|
15467
|
-
export namespace
|
|
15468
|
-
/** @deprecated use `
|
|
15469
|
-
export const inboundSchema =
|
|
15470
|
-
/** @deprecated use `
|
|
15471
|
-
export const outboundSchema =
|
|
15472
|
-
/** @deprecated use `
|
|
15473
|
-
export type Outbound =
|
|
15630
|
+
export namespace PropertiesAtBRANDAt502640$ {
|
|
15631
|
+
/** @deprecated use `PropertiesAtBRANDAt502640$inboundSchema` instead. */
|
|
15632
|
+
export const inboundSchema = PropertiesAtBRANDAt502640$inboundSchema;
|
|
15633
|
+
/** @deprecated use `PropertiesAtBRANDAt502640$outboundSchema` instead. */
|
|
15634
|
+
export const outboundSchema = PropertiesAtBRANDAt502640$outboundSchema;
|
|
15635
|
+
/** @deprecated use `PropertiesAtBRANDAt502640$Outbound` instead. */
|
|
15636
|
+
export type Outbound = PropertiesAtBRANDAt502640$Outbound;
|
|
15474
15637
|
}
|
|
15475
15638
|
|
|
15476
|
-
export function
|
|
15477
|
-
|
|
15639
|
+
export function propertiesAtBRANDAt502640ToJSON(
|
|
15640
|
+
propertiesAtBRANDAt502640: PropertiesAtBRANDAt502640,
|
|
15478
15641
|
): string {
|
|
15479
15642
|
return JSON.stringify(
|
|
15480
|
-
|
|
15643
|
+
PropertiesAtBRANDAt502640$outboundSchema.parse(propertiesAtBRANDAt502640),
|
|
15481
15644
|
);
|
|
15482
15645
|
}
|
|
15483
15646
|
|
|
15484
|
-
export function
|
|
15647
|
+
export function propertiesAtBRANDAt502640FromJSON(
|
|
15485
15648
|
jsonString: string,
|
|
15486
|
-
): SafeParseResult<
|
|
15649
|
+
): SafeParseResult<PropertiesAtBRANDAt502640, SDKValidationError> {
|
|
15487
15650
|
return safeParse(
|
|
15488
15651
|
jsonString,
|
|
15489
|
-
(x) =>
|
|
15490
|
-
`Failed to parse '
|
|
15652
|
+
(x) => PropertiesAtBRANDAt502640$inboundSchema.parse(JSON.parse(x)),
|
|
15653
|
+
`Failed to parse 'PropertiesAtBRANDAt502640' from JSON`,
|
|
15491
15654
|
);
|
|
15492
15655
|
}
|
|
15493
15656
|
|
|
@@ -15497,16 +15660,16 @@ export const MaxLength$inboundSchema: z.ZodType<
|
|
|
15497
15660
|
z.ZodTypeDef,
|
|
15498
15661
|
unknown
|
|
15499
15662
|
> = z.object({
|
|
15500
|
-
"__@BRAND@
|
|
15663
|
+
"__@BRAND@502640": z.lazy(() => PropertiesAtBRANDAt502640$inboundSchema),
|
|
15501
15664
|
}).transform((v) => {
|
|
15502
15665
|
return remap$(v, {
|
|
15503
|
-
"__@BRAND@
|
|
15666
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
15504
15667
|
});
|
|
15505
15668
|
});
|
|
15506
15669
|
|
|
15507
15670
|
/** @internal */
|
|
15508
15671
|
export type MaxLength$Outbound = {
|
|
15509
|
-
"__@BRAND@
|
|
15672
|
+
"__@BRAND@502640": PropertiesAtBRANDAt502640$Outbound;
|
|
15510
15673
|
};
|
|
15511
15674
|
|
|
15512
15675
|
/** @internal */
|
|
@@ -15515,10 +15678,10 @@ export const MaxLength$outboundSchema: z.ZodType<
|
|
|
15515
15678
|
z.ZodTypeDef,
|
|
15516
15679
|
MaxLength
|
|
15517
15680
|
> = z.object({
|
|
15518
|
-
|
|
15681
|
+
atBRANDAt502640: z.lazy(() => PropertiesAtBRANDAt502640$outboundSchema),
|
|
15519
15682
|
}).transform((v) => {
|
|
15520
15683
|
return remap$(v, {
|
|
15521
|
-
|
|
15684
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
15522
15685
|
});
|
|
15523
15686
|
});
|
|
15524
15687
|
|
|
@@ -15550,82 +15713,82 @@ export function maxLengthFromJSON(
|
|
|
15550
15713
|
}
|
|
15551
15714
|
|
|
15552
15715
|
/** @internal */
|
|
15553
|
-
export const
|
|
15716
|
+
export const GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema:
|
|
15554
15717
|
z.ZodType<
|
|
15555
|
-
|
|
15718
|
+
GetConfigurationProductsPropertiesAtBRANDAt502640,
|
|
15556
15719
|
z.ZodTypeDef,
|
|
15557
15720
|
unknown
|
|
15558
15721
|
> = z.object({});
|
|
15559
15722
|
|
|
15560
15723
|
/** @internal */
|
|
15561
|
-
export type
|
|
15724
|
+
export type GetConfigurationProductsPropertiesAtBRANDAt502640$Outbound = {};
|
|
15562
15725
|
|
|
15563
15726
|
/** @internal */
|
|
15564
|
-
export const
|
|
15727
|
+
export const GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema:
|
|
15565
15728
|
z.ZodType<
|
|
15566
|
-
|
|
15729
|
+
GetConfigurationProductsPropertiesAtBRANDAt502640$Outbound,
|
|
15567
15730
|
z.ZodTypeDef,
|
|
15568
|
-
|
|
15731
|
+
GetConfigurationProductsPropertiesAtBRANDAt502640
|
|
15569
15732
|
> = z.object({});
|
|
15570
15733
|
|
|
15571
15734
|
/**
|
|
15572
15735
|
* @internal
|
|
15573
15736
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
15574
15737
|
*/
|
|
15575
|
-
export namespace
|
|
15576
|
-
/** @deprecated use `
|
|
15738
|
+
export namespace GetConfigurationProductsPropertiesAtBRANDAt502640$ {
|
|
15739
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema` instead. */
|
|
15577
15740
|
export const inboundSchema =
|
|
15578
|
-
|
|
15579
|
-
/** @deprecated use `
|
|
15741
|
+
GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema;
|
|
15742
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema` instead. */
|
|
15580
15743
|
export const outboundSchema =
|
|
15581
|
-
|
|
15582
|
-
/** @deprecated use `
|
|
15744
|
+
GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema;
|
|
15745
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502640$Outbound` instead. */
|
|
15583
15746
|
export type Outbound =
|
|
15584
|
-
|
|
15747
|
+
GetConfigurationProductsPropertiesAtBRANDAt502640$Outbound;
|
|
15585
15748
|
}
|
|
15586
15749
|
|
|
15587
|
-
export function
|
|
15588
|
-
|
|
15589
|
-
|
|
15750
|
+
export function getConfigurationProductsPropertiesAtBRANDAt502640ToJSON(
|
|
15751
|
+
getConfigurationProductsPropertiesAtBRANDAt502640:
|
|
15752
|
+
GetConfigurationProductsPropertiesAtBRANDAt502640,
|
|
15590
15753
|
): string {
|
|
15591
15754
|
return JSON.stringify(
|
|
15592
|
-
|
|
15593
|
-
|
|
15755
|
+
GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema.parse(
|
|
15756
|
+
getConfigurationProductsPropertiesAtBRANDAt502640,
|
|
15594
15757
|
),
|
|
15595
15758
|
);
|
|
15596
15759
|
}
|
|
15597
15760
|
|
|
15598
|
-
export function
|
|
15761
|
+
export function getConfigurationProductsPropertiesAtBRANDAt502640FromJSON(
|
|
15599
15762
|
jsonString: string,
|
|
15600
15763
|
): SafeParseResult<
|
|
15601
|
-
|
|
15764
|
+
GetConfigurationProductsPropertiesAtBRANDAt502640,
|
|
15602
15765
|
SDKValidationError
|
|
15603
15766
|
> {
|
|
15604
15767
|
return safeParse(
|
|
15605
15768
|
jsonString,
|
|
15606
15769
|
(x) =>
|
|
15607
|
-
|
|
15770
|
+
GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema.parse(
|
|
15608
15771
|
JSON.parse(x),
|
|
15609
15772
|
),
|
|
15610
|
-
`Failed to parse '
|
|
15773
|
+
`Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt502640' from JSON`,
|
|
15611
15774
|
);
|
|
15612
15775
|
}
|
|
15613
15776
|
|
|
15614
15777
|
/** @internal */
|
|
15615
15778
|
export const Pattern$inboundSchema: z.ZodType<Pattern, z.ZodTypeDef, unknown> =
|
|
15616
15779
|
z.object({
|
|
15617
|
-
"__@BRAND@
|
|
15618
|
-
|
|
15780
|
+
"__@BRAND@502640": z.lazy(() =>
|
|
15781
|
+
GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema
|
|
15619
15782
|
),
|
|
15620
15783
|
}).transform((v) => {
|
|
15621
15784
|
return remap$(v, {
|
|
15622
|
-
"__@BRAND@
|
|
15785
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
15623
15786
|
});
|
|
15624
15787
|
});
|
|
15625
15788
|
|
|
15626
15789
|
/** @internal */
|
|
15627
15790
|
export type Pattern$Outbound = {
|
|
15628
|
-
"__@BRAND@
|
|
15791
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesAtBRANDAt502640$Outbound;
|
|
15629
15792
|
};
|
|
15630
15793
|
|
|
15631
15794
|
/** @internal */
|
|
@@ -15634,12 +15797,12 @@ export const Pattern$outboundSchema: z.ZodType<
|
|
|
15634
15797
|
z.ZodTypeDef,
|
|
15635
15798
|
Pattern
|
|
15636
15799
|
> = z.object({
|
|
15637
|
-
|
|
15638
|
-
|
|
15800
|
+
atBRANDAt502640: z.lazy(() =>
|
|
15801
|
+
GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema
|
|
15639
15802
|
),
|
|
15640
15803
|
}).transform((v) => {
|
|
15641
15804
|
return remap$(v, {
|
|
15642
|
-
|
|
15805
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
15643
15806
|
});
|
|
15644
15807
|
});
|
|
15645
15808
|
|