@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
|
@@ -21,14 +21,14 @@ export declare const GetConfigurationProductsStatus: {
|
|
|
21
21
|
readonly Enabled: "enabled";
|
|
22
22
|
};
|
|
23
23
|
export type GetConfigurationProductsStatus = ClosedEnum<typeof GetConfigurationProductsStatus>;
|
|
24
|
-
export type
|
|
24
|
+
export type GetConfigurationProductsRepl = {
|
|
25
25
|
enabled: boolean;
|
|
26
26
|
supportsReadOnlyMode: boolean;
|
|
27
27
|
welcomeMessage?: string | undefined;
|
|
28
28
|
};
|
|
29
29
|
export type Storage = {
|
|
30
30
|
status: GetConfigurationProductsStatus;
|
|
31
|
-
repl?:
|
|
31
|
+
repl?: GetConfigurationProductsRepl | undefined;
|
|
32
32
|
};
|
|
33
33
|
export declare const GetConfigurationProductsIntegrationsStatus: {
|
|
34
34
|
readonly Disabled: "disabled";
|
|
@@ -152,32 +152,32 @@ export declare const GetConfigurationProductsType: {
|
|
|
152
152
|
readonly Object: "object";
|
|
153
153
|
};
|
|
154
154
|
export type GetConfigurationProductsType = ClosedEnum<typeof GetConfigurationProductsType>;
|
|
155
|
-
export type
|
|
155
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640 = {};
|
|
156
156
|
export type PropertiesValue = {
|
|
157
|
-
|
|
157
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640;
|
|
158
158
|
};
|
|
159
|
-
export declare const
|
|
159
|
+
export declare const GetConfigurationProductsDisabled3: {
|
|
160
160
|
readonly Update: "update";
|
|
161
161
|
readonly Create: "create";
|
|
162
162
|
};
|
|
163
|
-
export type
|
|
164
|
-
export type
|
|
163
|
+
export type GetConfigurationProductsDisabled3 = ClosedEnum<typeof GetConfigurationProductsDisabled3>;
|
|
164
|
+
export type GetConfigurationProductsDisabled2 = {
|
|
165
165
|
expr: string;
|
|
166
166
|
};
|
|
167
|
-
export type
|
|
168
|
-
export declare const
|
|
167
|
+
export type PropertiesDisabled = GetConfigurationProductsDisabled2 | boolean | GetConfigurationProductsDisabled3;
|
|
168
|
+
export declare const GetConfigurationProductsHidden3: {
|
|
169
169
|
readonly Update: "update";
|
|
170
170
|
readonly Create: "create";
|
|
171
171
|
};
|
|
172
|
-
export type
|
|
173
|
-
export type
|
|
172
|
+
export type GetConfigurationProductsHidden3 = ClosedEnum<typeof GetConfigurationProductsHidden3>;
|
|
173
|
+
export type GetConfigurationProductsHidden2 = {
|
|
174
174
|
expr: string;
|
|
175
175
|
};
|
|
176
|
-
export type
|
|
176
|
+
export type PropertiesHidden = GetConfigurationProductsHidden2 | boolean | GetConfigurationProductsHidden3;
|
|
177
177
|
export type Properties9 = {
|
|
178
178
|
value: PropertiesValue;
|
|
179
|
-
disabled?:
|
|
180
|
-
hidden?:
|
|
179
|
+
disabled?: GetConfigurationProductsDisabled2 | boolean | GetConfigurationProductsDisabled3 | undefined;
|
|
180
|
+
hidden?: GetConfigurationProductsHidden2 | boolean | GetConfigurationProductsHidden3 | undefined;
|
|
181
181
|
};
|
|
182
182
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType: {
|
|
183
183
|
readonly Array: "array";
|
|
@@ -191,17 +191,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
|
|
|
191
191
|
readonly String: "string";
|
|
192
192
|
};
|
|
193
193
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type>;
|
|
194
|
-
export type
|
|
194
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640 = {};
|
|
195
195
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength = {
|
|
196
|
-
|
|
196
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640;
|
|
197
197
|
};
|
|
198
|
-
export type
|
|
198
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640 = {};
|
|
199
199
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength = {
|
|
200
|
-
|
|
200
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640;
|
|
201
201
|
};
|
|
202
|
-
export type
|
|
202
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640 = {};
|
|
203
203
|
export type GetConfigurationProductsPropertiesIntegrationsResponsePattern = {
|
|
204
|
-
|
|
204
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640;
|
|
205
205
|
};
|
|
206
206
|
export type GetConfigurationProductsPropertiesIntegrationsItems = {
|
|
207
207
|
type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type;
|
|
@@ -212,9 +212,9 @@ export type GetConfigurationProductsPropertiesIntegrationsItems = {
|
|
|
212
212
|
default?: string | undefined;
|
|
213
213
|
enum?: Array<string> | undefined;
|
|
214
214
|
};
|
|
215
|
-
export type
|
|
215
|
+
export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640 = {};
|
|
216
216
|
export type GetConfigurationProductsUiOptionsValue = {
|
|
217
|
-
|
|
217
|
+
atBRANDAt502640: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640;
|
|
218
218
|
};
|
|
219
219
|
export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3: {
|
|
220
220
|
readonly Update: "update";
|
|
@@ -239,9 +239,9 @@ export type GetConfigurationProductsUiOptions3 = {
|
|
|
239
239
|
disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3 | undefined;
|
|
240
240
|
hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3 | undefined;
|
|
241
241
|
};
|
|
242
|
-
export type
|
|
242
|
+
export type GetConfigurationProductsUiOptionsAtBRANDAt502640 = {};
|
|
243
243
|
export type GetConfigurationProductsUiOptions2 = {
|
|
244
|
-
|
|
244
|
+
atBRANDAt502640: GetConfigurationProductsUiOptionsAtBRANDAt502640;
|
|
245
245
|
};
|
|
246
246
|
export declare const GetConfigurationProductsDisabledIntegrationsResponse2003: {
|
|
247
247
|
readonly Update: "update";
|
|
@@ -302,13 +302,13 @@ export type GetConfigurationProductsPropertiesIntegrationsResponse200Application
|
|
|
302
302
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue = {
|
|
303
303
|
expr: string;
|
|
304
304
|
};
|
|
305
|
-
export type
|
|
305
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640 = {};
|
|
306
306
|
export type Default = {
|
|
307
|
-
|
|
307
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640;
|
|
308
308
|
};
|
|
309
|
-
export type
|
|
309
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640 = {};
|
|
310
310
|
export type Example = {
|
|
311
|
-
|
|
311
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640;
|
|
312
312
|
};
|
|
313
313
|
export type Properties8 = {
|
|
314
314
|
type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType;
|
|
@@ -336,36 +336,36 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
|
|
|
336
336
|
readonly VercelRegion: "vercel-region";
|
|
337
337
|
};
|
|
338
338
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl>;
|
|
339
|
-
export type
|
|
339
|
+
export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640 = {};
|
|
340
340
|
export type UiOptionsValue = {
|
|
341
|
-
|
|
341
|
+
atBRANDAt502640: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640;
|
|
342
342
|
};
|
|
343
|
-
export declare const
|
|
343
|
+
export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3: {
|
|
344
344
|
readonly Update: "update";
|
|
345
345
|
readonly Create: "create";
|
|
346
346
|
};
|
|
347
|
-
export type
|
|
348
|
-
export type
|
|
347
|
+
export type GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 = ClosedEnum<typeof GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3>;
|
|
348
|
+
export type GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2 = {
|
|
349
349
|
expr: string;
|
|
350
350
|
};
|
|
351
|
-
export type GetConfigurationProductsUiOptionsDisabled =
|
|
352
|
-
export declare const
|
|
351
|
+
export type GetConfigurationProductsUiOptionsDisabled = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3;
|
|
352
|
+
export declare const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3: {
|
|
353
353
|
readonly Update: "update";
|
|
354
354
|
readonly Create: "create";
|
|
355
355
|
};
|
|
356
|
-
export type
|
|
357
|
-
export type
|
|
356
|
+
export type GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 = ClosedEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3>;
|
|
357
|
+
export type GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2 = {
|
|
358
358
|
expr: string;
|
|
359
359
|
};
|
|
360
|
-
export type GetConfigurationProductsUiOptionsHidden =
|
|
360
|
+
export type GetConfigurationProductsUiOptionsHidden = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3;
|
|
361
361
|
export type UiOptions3 = {
|
|
362
362
|
value: UiOptionsValue;
|
|
363
|
-
disabled?:
|
|
364
|
-
hidden?:
|
|
363
|
+
disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
|
|
364
|
+
hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 | undefined;
|
|
365
365
|
};
|
|
366
|
-
export type
|
|
366
|
+
export type UiOptionsAtBRANDAt502640 = {};
|
|
367
367
|
export type UiOptions2 = {
|
|
368
|
-
|
|
368
|
+
atBRANDAt502640: UiOptionsAtBRANDAt502640;
|
|
369
369
|
};
|
|
370
370
|
export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3: {
|
|
371
371
|
readonly Update: "update";
|
|
@@ -392,17 +392,17 @@ export type UiOptions1 = {
|
|
|
392
392
|
hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3 | undefined;
|
|
393
393
|
};
|
|
394
394
|
export type GetConfigurationProductsPropertiesUiOptions = UiOptions1 | UiOptions2 | UiOptions3;
|
|
395
|
-
export type
|
|
395
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640 = {};
|
|
396
396
|
export type GetConfigurationProductsPropertiesMinLength = {
|
|
397
|
-
|
|
397
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640;
|
|
398
398
|
};
|
|
399
|
-
export type
|
|
399
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640 = {};
|
|
400
400
|
export type GetConfigurationProductsPropertiesMaxLength = {
|
|
401
|
-
|
|
401
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640;
|
|
402
402
|
};
|
|
403
|
-
export type
|
|
403
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640 = {};
|
|
404
404
|
export type GetConfigurationProductsPropertiesPattern = {
|
|
405
|
-
|
|
405
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640;
|
|
406
406
|
};
|
|
407
407
|
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3: {
|
|
408
408
|
readonly Update: "update";
|
|
@@ -468,17 +468,17 @@ export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Ap
|
|
|
468
468
|
readonly String: "string";
|
|
469
469
|
};
|
|
470
470
|
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type>;
|
|
471
|
-
export type
|
|
471
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640 = {};
|
|
472
472
|
export type GetConfigurationProductsPropertiesIntegrationsMinLength = {
|
|
473
|
-
|
|
473
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640;
|
|
474
474
|
};
|
|
475
|
-
export type
|
|
475
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640 = {};
|
|
476
476
|
export type GetConfigurationProductsPropertiesIntegrationsMaxLength = {
|
|
477
|
-
|
|
477
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640;
|
|
478
478
|
};
|
|
479
|
-
export type
|
|
479
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640 = {};
|
|
480
480
|
export type GetConfigurationProductsPropertiesIntegrationsPattern = {
|
|
481
|
-
|
|
481
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640;
|
|
482
482
|
};
|
|
483
483
|
export type GetConfigurationProductsPropertiesItems = {
|
|
484
484
|
type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type;
|
|
@@ -489,29 +489,29 @@ export type GetConfigurationProductsPropertiesItems = {
|
|
|
489
489
|
default?: string | undefined;
|
|
490
490
|
enum?: Array<string> | undefined;
|
|
491
491
|
};
|
|
492
|
-
export declare const
|
|
492
|
+
export declare const GetConfigurationProductsDisabledIntegrationsResponse3: {
|
|
493
493
|
readonly Update: "update";
|
|
494
494
|
readonly Create: "create";
|
|
495
495
|
};
|
|
496
|
-
export type
|
|
497
|
-
export type
|
|
496
|
+
export type GetConfigurationProductsDisabledIntegrationsResponse3 = ClosedEnum<typeof GetConfigurationProductsDisabledIntegrationsResponse3>;
|
|
497
|
+
export type GetConfigurationProductsDisabledIntegrationsResponse2 = {
|
|
498
498
|
expr: string;
|
|
499
499
|
};
|
|
500
|
-
export type
|
|
501
|
-
export declare const
|
|
500
|
+
export type GetConfigurationProductsPropertiesIntegrationsDisabled = GetConfigurationProductsDisabledIntegrationsResponse2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse3;
|
|
501
|
+
export declare const GetConfigurationProductsHiddenIntegrationsResponse3: {
|
|
502
502
|
readonly Update: "update";
|
|
503
503
|
readonly Create: "create";
|
|
504
504
|
};
|
|
505
|
-
export type
|
|
506
|
-
export type
|
|
505
|
+
export type GetConfigurationProductsHiddenIntegrationsResponse3 = ClosedEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse3>;
|
|
506
|
+
export type GetConfigurationProductsHiddenIntegrationsResponse2 = {
|
|
507
507
|
expr: string;
|
|
508
508
|
};
|
|
509
|
-
export type
|
|
509
|
+
export type GetConfigurationProductsPropertiesIntegrationsHidden = GetConfigurationProductsHiddenIntegrationsResponse2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse3;
|
|
510
510
|
export type PropertiesUiOptions = {
|
|
511
511
|
value: string;
|
|
512
512
|
label: string;
|
|
513
|
-
disabled?:
|
|
514
|
-
hidden?:
|
|
513
|
+
disabled?: GetConfigurationProductsDisabledIntegrationsResponse2 | boolean | GetConfigurationProductsDisabledIntegrationsResponse3 | undefined;
|
|
514
|
+
hidden?: GetConfigurationProductsHiddenIntegrationsResponse2 | boolean | GetConfigurationProductsHiddenIntegrationsResponse3 | undefined;
|
|
515
515
|
};
|
|
516
516
|
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3: {
|
|
517
517
|
readonly Update: "update";
|
|
@@ -597,17 +597,17 @@ export type UiOptions = {
|
|
|
597
597
|
disabled?: GetConfigurationProductsDisabledIntegrations2 | boolean | GetConfigurationProductsDisabledIntegrations3 | undefined;
|
|
598
598
|
hidden?: GetConfigurationProductsHiddenIntegrations2 | boolean | GetConfigurationProductsHiddenIntegrations3 | undefined;
|
|
599
599
|
};
|
|
600
|
-
export type
|
|
600
|
+
export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640 = {};
|
|
601
601
|
export type PropertiesMinLength = {
|
|
602
|
-
|
|
602
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640;
|
|
603
603
|
};
|
|
604
|
-
export type
|
|
604
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640 = {};
|
|
605
605
|
export type PropertiesMaxLength = {
|
|
606
|
-
|
|
606
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640;
|
|
607
607
|
};
|
|
608
|
-
export type
|
|
608
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640 = {};
|
|
609
609
|
export type PropertiesPattern = {
|
|
610
|
-
|
|
610
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640;
|
|
611
611
|
};
|
|
612
612
|
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003: {
|
|
613
613
|
readonly Update: "update";
|
|
@@ -853,17 +853,17 @@ export declare const UiControl: {
|
|
|
853
853
|
readonly Input: "input";
|
|
854
854
|
};
|
|
855
855
|
export type UiControl = ClosedEnum<typeof UiControl>;
|
|
856
|
-
export type
|
|
856
|
+
export type AtBRANDAt502640 = {};
|
|
857
857
|
export type MinLength = {
|
|
858
|
-
|
|
858
|
+
atBRANDAt502640: AtBRANDAt502640;
|
|
859
859
|
};
|
|
860
|
-
export type
|
|
860
|
+
export type PropertiesAtBRANDAt502640 = {};
|
|
861
861
|
export type MaxLength = {
|
|
862
|
-
|
|
862
|
+
atBRANDAt502640: PropertiesAtBRANDAt502640;
|
|
863
863
|
};
|
|
864
|
-
export type
|
|
864
|
+
export type GetConfigurationProductsPropertiesAtBRANDAt502640 = {};
|
|
865
865
|
export type Pattern = {
|
|
866
|
-
|
|
866
|
+
atBRANDAt502640: GetConfigurationProductsPropertiesAtBRANDAt502640;
|
|
867
867
|
};
|
|
868
868
|
export declare const UiReadOnly3: {
|
|
869
869
|
readonly Update: "update";
|
|
@@ -993,35 +993,35 @@ export declare namespace GetConfigurationProductsStatus$ {
|
|
|
993
993
|
}>;
|
|
994
994
|
}
|
|
995
995
|
/** @internal */
|
|
996
|
-
export declare const
|
|
996
|
+
export declare const GetConfigurationProductsRepl$inboundSchema: z.ZodType<GetConfigurationProductsRepl, z.ZodTypeDef, unknown>;
|
|
997
997
|
/** @internal */
|
|
998
|
-
export type
|
|
998
|
+
export type GetConfigurationProductsRepl$Outbound = {
|
|
999
999
|
enabled: boolean;
|
|
1000
1000
|
supportsReadOnlyMode: boolean;
|
|
1001
1001
|
welcomeMessage?: string | undefined;
|
|
1002
1002
|
};
|
|
1003
1003
|
/** @internal */
|
|
1004
|
-
export declare const
|
|
1004
|
+
export declare const GetConfigurationProductsRepl$outboundSchema: z.ZodType<GetConfigurationProductsRepl$Outbound, z.ZodTypeDef, GetConfigurationProductsRepl>;
|
|
1005
1005
|
/**
|
|
1006
1006
|
* @internal
|
|
1007
1007
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1008
1008
|
*/
|
|
1009
|
-
export declare namespace
|
|
1010
|
-
/** @deprecated use `
|
|
1011
|
-
const inboundSchema: z.ZodType<
|
|
1012
|
-
/** @deprecated use `
|
|
1013
|
-
const outboundSchema: z.ZodType<
|
|
1014
|
-
/** @deprecated use `
|
|
1015
|
-
type Outbound =
|
|
1009
|
+
export declare namespace GetConfigurationProductsRepl$ {
|
|
1010
|
+
/** @deprecated use `GetConfigurationProductsRepl$inboundSchema` instead. */
|
|
1011
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsRepl, z.ZodTypeDef, unknown>;
|
|
1012
|
+
/** @deprecated use `GetConfigurationProductsRepl$outboundSchema` instead. */
|
|
1013
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsRepl$Outbound, z.ZodTypeDef, GetConfigurationProductsRepl>;
|
|
1014
|
+
/** @deprecated use `GetConfigurationProductsRepl$Outbound` instead. */
|
|
1015
|
+
type Outbound = GetConfigurationProductsRepl$Outbound;
|
|
1016
1016
|
}
|
|
1017
|
-
export declare function
|
|
1018
|
-
export declare function
|
|
1017
|
+
export declare function getConfigurationProductsReplToJSON(getConfigurationProductsRepl: GetConfigurationProductsRepl): string;
|
|
1018
|
+
export declare function getConfigurationProductsReplFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsRepl, SDKValidationError>;
|
|
1019
1019
|
/** @internal */
|
|
1020
1020
|
export declare const Storage$inboundSchema: z.ZodType<Storage, z.ZodTypeDef, unknown>;
|
|
1021
1021
|
/** @internal */
|
|
1022
1022
|
export type Storage$Outbound = {
|
|
1023
1023
|
status: string;
|
|
1024
|
-
repl?:
|
|
1024
|
+
repl?: GetConfigurationProductsRepl$Outbound | undefined;
|
|
1025
1025
|
};
|
|
1026
1026
|
/** @internal */
|
|
1027
1027
|
export declare const Storage$outboundSchema: z.ZodType<Storage$Outbound, z.ZodTypeDef, Storage>;
|
|
@@ -1574,30 +1574,30 @@ export declare namespace GetConfigurationProductsType$ {
|
|
|
1574
1574
|
}>;
|
|
1575
1575
|
}
|
|
1576
1576
|
/** @internal */
|
|
1577
|
-
export declare const
|
|
1577
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
1578
1578
|
/** @internal */
|
|
1579
|
-
export type
|
|
1579
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$Outbound = {};
|
|
1580
1580
|
/** @internal */
|
|
1581
|
-
export declare const
|
|
1581
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640>;
|
|
1582
1582
|
/**
|
|
1583
1583
|
* @internal
|
|
1584
1584
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1585
1585
|
*/
|
|
1586
|
-
export declare namespace
|
|
1587
|
-
/** @deprecated use `
|
|
1588
|
-
const inboundSchema: z.ZodType<
|
|
1589
|
-
/** @deprecated use `
|
|
1590
|
-
const outboundSchema: z.ZodType<
|
|
1591
|
-
/** @deprecated use `
|
|
1592
|
-
type Outbound =
|
|
1586
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$ {
|
|
1587
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema` instead. */
|
|
1588
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
1589
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema` instead. */
|
|
1590
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640>;
|
|
1591
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$Outbound` instead. */
|
|
1592
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$Outbound;
|
|
1593
1593
|
}
|
|
1594
|
-
export declare function
|
|
1595
|
-
export declare function
|
|
1594
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640): string;
|
|
1595
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640, SDKValidationError>;
|
|
1596
1596
|
/** @internal */
|
|
1597
1597
|
export declare const PropertiesValue$inboundSchema: z.ZodType<PropertiesValue, z.ZodTypeDef, unknown>;
|
|
1598
1598
|
/** @internal */
|
|
1599
1599
|
export type PropertiesValue$Outbound = {
|
|
1600
|
-
"__@BRAND@
|
|
1600
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$Outbound;
|
|
1601
1601
|
};
|
|
1602
1602
|
/** @internal */
|
|
1603
1603
|
export declare const PropertiesValue$outboundSchema: z.ZodType<PropertiesValue$Outbound, z.ZodTypeDef, PropertiesValue>;
|
|
@@ -1616,136 +1616,136 @@ export declare namespace PropertiesValue$ {
|
|
|
1616
1616
|
export declare function propertiesValueToJSON(propertiesValue: PropertiesValue): string;
|
|
1617
1617
|
export declare function propertiesValueFromJSON(jsonString: string): SafeParseResult<PropertiesValue, SDKValidationError>;
|
|
1618
1618
|
/** @internal */
|
|
1619
|
-
export declare const
|
|
1619
|
+
export declare const GetConfigurationProductsDisabled3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabled3>;
|
|
1620
1620
|
/** @internal */
|
|
1621
|
-
export declare const
|
|
1621
|
+
export declare const GetConfigurationProductsDisabled3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabled3>;
|
|
1622
1622
|
/**
|
|
1623
1623
|
* @internal
|
|
1624
1624
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1625
1625
|
*/
|
|
1626
|
-
export declare namespace
|
|
1627
|
-
/** @deprecated use `
|
|
1626
|
+
export declare namespace GetConfigurationProductsDisabled3$ {
|
|
1627
|
+
/** @deprecated use `GetConfigurationProductsDisabled3$inboundSchema` instead. */
|
|
1628
1628
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1629
1629
|
readonly Update: "update";
|
|
1630
1630
|
readonly Create: "create";
|
|
1631
1631
|
}>;
|
|
1632
|
-
/** @deprecated use `
|
|
1632
|
+
/** @deprecated use `GetConfigurationProductsDisabled3$outboundSchema` instead. */
|
|
1633
1633
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1634
1634
|
readonly Update: "update";
|
|
1635
1635
|
readonly Create: "create";
|
|
1636
1636
|
}>;
|
|
1637
1637
|
}
|
|
1638
1638
|
/** @internal */
|
|
1639
|
-
export declare const
|
|
1639
|
+
export declare const GetConfigurationProductsDisabled2$inboundSchema: z.ZodType<GetConfigurationProductsDisabled2, z.ZodTypeDef, unknown>;
|
|
1640
1640
|
/** @internal */
|
|
1641
|
-
export type
|
|
1641
|
+
export type GetConfigurationProductsDisabled2$Outbound = {
|
|
1642
1642
|
expr: string;
|
|
1643
1643
|
};
|
|
1644
1644
|
/** @internal */
|
|
1645
|
-
export declare const
|
|
1645
|
+
export declare const GetConfigurationProductsDisabled2$outboundSchema: z.ZodType<GetConfigurationProductsDisabled2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabled2>;
|
|
1646
1646
|
/**
|
|
1647
1647
|
* @internal
|
|
1648
1648
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1649
1649
|
*/
|
|
1650
|
-
export declare namespace
|
|
1651
|
-
/** @deprecated use `
|
|
1652
|
-
const inboundSchema: z.ZodType<
|
|
1653
|
-
/** @deprecated use `
|
|
1654
|
-
const outboundSchema: z.ZodType<
|
|
1655
|
-
/** @deprecated use `
|
|
1656
|
-
type Outbound =
|
|
1650
|
+
export declare namespace GetConfigurationProductsDisabled2$ {
|
|
1651
|
+
/** @deprecated use `GetConfigurationProductsDisabled2$inboundSchema` instead. */
|
|
1652
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsDisabled2, z.ZodTypeDef, unknown>;
|
|
1653
|
+
/** @deprecated use `GetConfigurationProductsDisabled2$outboundSchema` instead. */
|
|
1654
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsDisabled2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabled2>;
|
|
1655
|
+
/** @deprecated use `GetConfigurationProductsDisabled2$Outbound` instead. */
|
|
1656
|
+
type Outbound = GetConfigurationProductsDisabled2$Outbound;
|
|
1657
1657
|
}
|
|
1658
|
-
export declare function
|
|
1659
|
-
export declare function
|
|
1658
|
+
export declare function getConfigurationProductsDisabled2ToJSON(getConfigurationProductsDisabled2: GetConfigurationProductsDisabled2): string;
|
|
1659
|
+
export declare function getConfigurationProductsDisabled2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsDisabled2, SDKValidationError>;
|
|
1660
1660
|
/** @internal */
|
|
1661
|
-
export declare const
|
|
1661
|
+
export declare const PropertiesDisabled$inboundSchema: z.ZodType<PropertiesDisabled, z.ZodTypeDef, unknown>;
|
|
1662
1662
|
/** @internal */
|
|
1663
|
-
export type
|
|
1663
|
+
export type PropertiesDisabled$Outbound = GetConfigurationProductsDisabled2$Outbound | boolean | string;
|
|
1664
1664
|
/** @internal */
|
|
1665
|
-
export declare const
|
|
1665
|
+
export declare const PropertiesDisabled$outboundSchema: z.ZodType<PropertiesDisabled$Outbound, z.ZodTypeDef, PropertiesDisabled>;
|
|
1666
1666
|
/**
|
|
1667
1667
|
* @internal
|
|
1668
1668
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1669
1669
|
*/
|
|
1670
|
-
export declare namespace
|
|
1671
|
-
/** @deprecated use `
|
|
1672
|
-
const inboundSchema: z.ZodType<
|
|
1673
|
-
/** @deprecated use `
|
|
1674
|
-
const outboundSchema: z.ZodType<
|
|
1675
|
-
/** @deprecated use `
|
|
1676
|
-
type Outbound =
|
|
1670
|
+
export declare namespace PropertiesDisabled$ {
|
|
1671
|
+
/** @deprecated use `PropertiesDisabled$inboundSchema` instead. */
|
|
1672
|
+
const inboundSchema: z.ZodType<PropertiesDisabled, z.ZodTypeDef, unknown>;
|
|
1673
|
+
/** @deprecated use `PropertiesDisabled$outboundSchema` instead. */
|
|
1674
|
+
const outboundSchema: z.ZodType<PropertiesDisabled$Outbound, z.ZodTypeDef, PropertiesDisabled>;
|
|
1675
|
+
/** @deprecated use `PropertiesDisabled$Outbound` instead. */
|
|
1676
|
+
type Outbound = PropertiesDisabled$Outbound;
|
|
1677
1677
|
}
|
|
1678
|
-
export declare function
|
|
1679
|
-
export declare function
|
|
1678
|
+
export declare function propertiesDisabledToJSON(propertiesDisabled: PropertiesDisabled): string;
|
|
1679
|
+
export declare function propertiesDisabledFromJSON(jsonString: string): SafeParseResult<PropertiesDisabled, SDKValidationError>;
|
|
1680
1680
|
/** @internal */
|
|
1681
|
-
export declare const
|
|
1681
|
+
export declare const GetConfigurationProductsHidden3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHidden3>;
|
|
1682
1682
|
/** @internal */
|
|
1683
|
-
export declare const
|
|
1683
|
+
export declare const GetConfigurationProductsHidden3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHidden3>;
|
|
1684
1684
|
/**
|
|
1685
1685
|
* @internal
|
|
1686
1686
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1687
1687
|
*/
|
|
1688
|
-
export declare namespace
|
|
1689
|
-
/** @deprecated use `
|
|
1688
|
+
export declare namespace GetConfigurationProductsHidden3$ {
|
|
1689
|
+
/** @deprecated use `GetConfigurationProductsHidden3$inboundSchema` instead. */
|
|
1690
1690
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1691
1691
|
readonly Update: "update";
|
|
1692
1692
|
readonly Create: "create";
|
|
1693
1693
|
}>;
|
|
1694
|
-
/** @deprecated use `
|
|
1694
|
+
/** @deprecated use `GetConfigurationProductsHidden3$outboundSchema` instead. */
|
|
1695
1695
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1696
1696
|
readonly Update: "update";
|
|
1697
1697
|
readonly Create: "create";
|
|
1698
1698
|
}>;
|
|
1699
1699
|
}
|
|
1700
1700
|
/** @internal */
|
|
1701
|
-
export declare const
|
|
1701
|
+
export declare const GetConfigurationProductsHidden2$inboundSchema: z.ZodType<GetConfigurationProductsHidden2, z.ZodTypeDef, unknown>;
|
|
1702
1702
|
/** @internal */
|
|
1703
|
-
export type
|
|
1703
|
+
export type GetConfigurationProductsHidden2$Outbound = {
|
|
1704
1704
|
expr: string;
|
|
1705
1705
|
};
|
|
1706
1706
|
/** @internal */
|
|
1707
|
-
export declare const
|
|
1707
|
+
export declare const GetConfigurationProductsHidden2$outboundSchema: z.ZodType<GetConfigurationProductsHidden2$Outbound, z.ZodTypeDef, GetConfigurationProductsHidden2>;
|
|
1708
1708
|
/**
|
|
1709
1709
|
* @internal
|
|
1710
1710
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1711
1711
|
*/
|
|
1712
|
-
export declare namespace
|
|
1713
|
-
/** @deprecated use `
|
|
1714
|
-
const inboundSchema: z.ZodType<
|
|
1715
|
-
/** @deprecated use `
|
|
1716
|
-
const outboundSchema: z.ZodType<
|
|
1717
|
-
/** @deprecated use `
|
|
1718
|
-
type Outbound =
|
|
1712
|
+
export declare namespace GetConfigurationProductsHidden2$ {
|
|
1713
|
+
/** @deprecated use `GetConfigurationProductsHidden2$inboundSchema` instead. */
|
|
1714
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsHidden2, z.ZodTypeDef, unknown>;
|
|
1715
|
+
/** @deprecated use `GetConfigurationProductsHidden2$outboundSchema` instead. */
|
|
1716
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsHidden2$Outbound, z.ZodTypeDef, GetConfigurationProductsHidden2>;
|
|
1717
|
+
/** @deprecated use `GetConfigurationProductsHidden2$Outbound` instead. */
|
|
1718
|
+
type Outbound = GetConfigurationProductsHidden2$Outbound;
|
|
1719
1719
|
}
|
|
1720
|
-
export declare function
|
|
1721
|
-
export declare function
|
|
1720
|
+
export declare function getConfigurationProductsHidden2ToJSON(getConfigurationProductsHidden2: GetConfigurationProductsHidden2): string;
|
|
1721
|
+
export declare function getConfigurationProductsHidden2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsHidden2, SDKValidationError>;
|
|
1722
1722
|
/** @internal */
|
|
1723
|
-
export declare const
|
|
1723
|
+
export declare const PropertiesHidden$inboundSchema: z.ZodType<PropertiesHidden, z.ZodTypeDef, unknown>;
|
|
1724
1724
|
/** @internal */
|
|
1725
|
-
export type
|
|
1725
|
+
export type PropertiesHidden$Outbound = GetConfigurationProductsHidden2$Outbound | boolean | string;
|
|
1726
1726
|
/** @internal */
|
|
1727
|
-
export declare const
|
|
1727
|
+
export declare const PropertiesHidden$outboundSchema: z.ZodType<PropertiesHidden$Outbound, z.ZodTypeDef, PropertiesHidden>;
|
|
1728
1728
|
/**
|
|
1729
1729
|
* @internal
|
|
1730
1730
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1731
1731
|
*/
|
|
1732
|
-
export declare namespace
|
|
1733
|
-
/** @deprecated use `
|
|
1734
|
-
const inboundSchema: z.ZodType<
|
|
1735
|
-
/** @deprecated use `
|
|
1736
|
-
const outboundSchema: z.ZodType<
|
|
1737
|
-
/** @deprecated use `
|
|
1738
|
-
type Outbound =
|
|
1732
|
+
export declare namespace PropertiesHidden$ {
|
|
1733
|
+
/** @deprecated use `PropertiesHidden$inboundSchema` instead. */
|
|
1734
|
+
const inboundSchema: z.ZodType<PropertiesHidden, z.ZodTypeDef, unknown>;
|
|
1735
|
+
/** @deprecated use `PropertiesHidden$outboundSchema` instead. */
|
|
1736
|
+
const outboundSchema: z.ZodType<PropertiesHidden$Outbound, z.ZodTypeDef, PropertiesHidden>;
|
|
1737
|
+
/** @deprecated use `PropertiesHidden$Outbound` instead. */
|
|
1738
|
+
type Outbound = PropertiesHidden$Outbound;
|
|
1739
1739
|
}
|
|
1740
|
-
export declare function
|
|
1741
|
-
export declare function
|
|
1740
|
+
export declare function propertiesHiddenToJSON(propertiesHidden: PropertiesHidden): string;
|
|
1741
|
+
export declare function propertiesHiddenFromJSON(jsonString: string): SafeParseResult<PropertiesHidden, SDKValidationError>;
|
|
1742
1742
|
/** @internal */
|
|
1743
1743
|
export declare const Properties9$inboundSchema: z.ZodType<Properties9, z.ZodTypeDef, unknown>;
|
|
1744
1744
|
/** @internal */
|
|
1745
1745
|
export type Properties9$Outbound = {
|
|
1746
1746
|
value: PropertiesValue$Outbound;
|
|
1747
|
-
disabled?:
|
|
1748
|
-
hidden?:
|
|
1747
|
+
disabled?: GetConfigurationProductsDisabled2$Outbound | boolean | string | undefined;
|
|
1748
|
+
hidden?: GetConfigurationProductsHidden2$Outbound | boolean | string | undefined;
|
|
1749
1749
|
};
|
|
1750
1750
|
/** @internal */
|
|
1751
1751
|
export declare const Properties9$outboundSchema: z.ZodType<Properties9$Outbound, z.ZodTypeDef, Properties9>;
|
|
@@ -1818,30 +1818,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
|
|
|
1818
1818
|
}>;
|
|
1819
1819
|
}
|
|
1820
1820
|
/** @internal */
|
|
1821
|
-
export declare const
|
|
1821
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
1822
1822
|
/** @internal */
|
|
1823
|
-
export type
|
|
1823
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$Outbound = {};
|
|
1824
1824
|
/** @internal */
|
|
1825
|
-
export declare const
|
|
1825
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640>;
|
|
1826
1826
|
/**
|
|
1827
1827
|
* @internal
|
|
1828
1828
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1829
1829
|
*/
|
|
1830
|
-
export declare namespace
|
|
1831
|
-
/** @deprecated use `
|
|
1832
|
-
const inboundSchema: z.ZodType<
|
|
1833
|
-
/** @deprecated use `
|
|
1834
|
-
const outboundSchema: z.ZodType<
|
|
1835
|
-
/** @deprecated use `
|
|
1836
|
-
type Outbound =
|
|
1830
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$ {
|
|
1831
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema` instead. */
|
|
1832
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
1833
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema` instead. */
|
|
1834
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640>;
|
|
1835
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$Outbound` instead. */
|
|
1836
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$Outbound;
|
|
1837
1837
|
}
|
|
1838
|
-
export declare function
|
|
1839
|
-
export declare function
|
|
1838
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640): string;
|
|
1839
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640, SDKValidationError>;
|
|
1840
1840
|
/** @internal */
|
|
1841
1841
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
|
|
1842
1842
|
/** @internal */
|
|
1843
1843
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound = {
|
|
1844
|
-
"__@BRAND@
|
|
1844
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$Outbound;
|
|
1845
1845
|
};
|
|
1846
1846
|
/** @internal */
|
|
1847
1847
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMinLength>;
|
|
@@ -1860,30 +1860,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseM
|
|
|
1860
1860
|
export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMinLength: GetConfigurationProductsPropertiesIntegrationsResponseMinLength): string;
|
|
1861
1861
|
export declare function getConfigurationProductsPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMinLength, SDKValidationError>;
|
|
1862
1862
|
/** @internal */
|
|
1863
|
-
export declare const
|
|
1863
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
1864
1864
|
/** @internal */
|
|
1865
|
-
export type
|
|
1865
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$Outbound = {};
|
|
1866
1866
|
/** @internal */
|
|
1867
|
-
export declare const
|
|
1867
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640>;
|
|
1868
1868
|
/**
|
|
1869
1869
|
* @internal
|
|
1870
1870
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1871
1871
|
*/
|
|
1872
|
-
export declare namespace
|
|
1873
|
-
/** @deprecated use `
|
|
1874
|
-
const inboundSchema: z.ZodType<
|
|
1875
|
-
/** @deprecated use `
|
|
1876
|
-
const outboundSchema: z.ZodType<
|
|
1877
|
-
/** @deprecated use `
|
|
1878
|
-
type Outbound =
|
|
1872
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$ {
|
|
1873
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema` instead. */
|
|
1874
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
1875
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema` instead. */
|
|
1876
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640>;
|
|
1877
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$Outbound` instead. */
|
|
1878
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$Outbound;
|
|
1879
1879
|
}
|
|
1880
|
-
export declare function
|
|
1881
|
-
export declare function
|
|
1880
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640): string;
|
|
1881
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640, SDKValidationError>;
|
|
1882
1882
|
/** @internal */
|
|
1883
1883
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
|
|
1884
1884
|
/** @internal */
|
|
1885
1885
|
export type GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound = {
|
|
1886
|
-
"__@BRAND@
|
|
1886
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$Outbound;
|
|
1887
1887
|
};
|
|
1888
1888
|
/** @internal */
|
|
1889
1889
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength>;
|
|
@@ -1902,30 +1902,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseM
|
|
|
1902
1902
|
export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMaxLength: GetConfigurationProductsPropertiesIntegrationsResponseMaxLength): string;
|
|
1903
1903
|
export declare function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
|
|
1904
1904
|
/** @internal */
|
|
1905
|
-
export declare const
|
|
1905
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
1906
1906
|
/** @internal */
|
|
1907
|
-
export type
|
|
1907
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$Outbound = {};
|
|
1908
1908
|
/** @internal */
|
|
1909
|
-
export declare const
|
|
1909
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640>;
|
|
1910
1910
|
/**
|
|
1911
1911
|
* @internal
|
|
1912
1912
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1913
1913
|
*/
|
|
1914
|
-
export declare namespace
|
|
1915
|
-
/** @deprecated use `
|
|
1916
|
-
const inboundSchema: z.ZodType<
|
|
1917
|
-
/** @deprecated use `
|
|
1918
|
-
const outboundSchema: z.ZodType<
|
|
1919
|
-
/** @deprecated use `
|
|
1920
|
-
type Outbound =
|
|
1914
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$ {
|
|
1915
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema` instead. */
|
|
1916
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
1917
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema` instead. */
|
|
1918
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640>;
|
|
1919
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$Outbound` instead. */
|
|
1920
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$Outbound;
|
|
1921
1921
|
}
|
|
1922
|
-
export declare function
|
|
1923
|
-
export declare function
|
|
1922
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640): string;
|
|
1923
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640, SDKValidationError>;
|
|
1924
1924
|
/** @internal */
|
|
1925
1925
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
|
|
1926
1926
|
/** @internal */
|
|
1927
1927
|
export type GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound = {
|
|
1928
|
-
"__@BRAND@
|
|
1928
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$Outbound;
|
|
1929
1929
|
};
|
|
1930
1930
|
/** @internal */
|
|
1931
1931
|
export declare const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponsePattern>;
|
|
@@ -1972,30 +1972,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsItems$ {
|
|
|
1972
1972
|
export declare function getConfigurationProductsPropertiesIntegrationsItemsToJSON(getConfigurationProductsPropertiesIntegrationsItems: GetConfigurationProductsPropertiesIntegrationsItems): string;
|
|
1973
1973
|
export declare function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsItems, SDKValidationError>;
|
|
1974
1974
|
/** @internal */
|
|
1975
|
-
export declare const
|
|
1975
|
+
export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
1976
1976
|
/** @internal */
|
|
1977
|
-
export type
|
|
1977
|
+
export type GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$Outbound = {};
|
|
1978
1978
|
/** @internal */
|
|
1979
|
-
export declare const
|
|
1979
|
+
export declare const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640>;
|
|
1980
1980
|
/**
|
|
1981
1981
|
* @internal
|
|
1982
1982
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1983
1983
|
*/
|
|
1984
|
-
export declare namespace
|
|
1985
|
-
/** @deprecated use `
|
|
1986
|
-
const inboundSchema: z.ZodType<
|
|
1987
|
-
/** @deprecated use `
|
|
1988
|
-
const outboundSchema: z.ZodType<
|
|
1989
|
-
/** @deprecated use `
|
|
1990
|
-
type Outbound =
|
|
1984
|
+
export declare namespace GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$ {
|
|
1985
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema` instead. */
|
|
1986
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
1987
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema` instead. */
|
|
1988
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640>;
|
|
1989
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$Outbound` instead. */
|
|
1990
|
+
type Outbound = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$Outbound;
|
|
1991
1991
|
}
|
|
1992
|
-
export declare function
|
|
1993
|
-
export declare function
|
|
1992
|
+
export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640: GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640): string;
|
|
1993
|
+
export declare function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640, SDKValidationError>;
|
|
1994
1994
|
/** @internal */
|
|
1995
1995
|
export declare const GetConfigurationProductsUiOptionsValue$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue, z.ZodTypeDef, unknown>;
|
|
1996
1996
|
/** @internal */
|
|
1997
1997
|
export type GetConfigurationProductsUiOptionsValue$Outbound = {
|
|
1998
|
-
"__@BRAND@
|
|
1998
|
+
"__@BRAND@502640": GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$Outbound;
|
|
1999
1999
|
};
|
|
2000
2000
|
/** @internal */
|
|
2001
2001
|
export declare const GetConfigurationProductsUiOptionsValue$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsValue$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsValue>;
|
|
@@ -2162,30 +2162,30 @@ export declare namespace GetConfigurationProductsUiOptions3$ {
|
|
|
2162
2162
|
export declare function getConfigurationProductsUiOptions3ToJSON(getConfigurationProductsUiOptions3: GetConfigurationProductsUiOptions3): string;
|
|
2163
2163
|
export declare function getConfigurationProductsUiOptions3FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptions3, SDKValidationError>;
|
|
2164
2164
|
/** @internal */
|
|
2165
|
-
export declare const
|
|
2165
|
+
export declare const GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
2166
2166
|
/** @internal */
|
|
2167
|
-
export type
|
|
2167
|
+
export type GetConfigurationProductsUiOptionsAtBRANDAt502640$Outbound = {};
|
|
2168
2168
|
/** @internal */
|
|
2169
|
-
export declare const
|
|
2169
|
+
export declare const GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt502640>;
|
|
2170
2170
|
/**
|
|
2171
2171
|
* @internal
|
|
2172
2172
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2173
2173
|
*/
|
|
2174
|
-
export declare namespace
|
|
2175
|
-
/** @deprecated use `
|
|
2176
|
-
const inboundSchema: z.ZodType<
|
|
2177
|
-
/** @deprecated use `
|
|
2178
|
-
const outboundSchema: z.ZodType<
|
|
2179
|
-
/** @deprecated use `
|
|
2180
|
-
type Outbound =
|
|
2174
|
+
export declare namespace GetConfigurationProductsUiOptionsAtBRANDAt502640$ {
|
|
2175
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema` instead. */
|
|
2176
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
2177
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema` instead. */
|
|
2178
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsAtBRANDAt502640>;
|
|
2179
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502640$Outbound` instead. */
|
|
2180
|
+
type Outbound = GetConfigurationProductsUiOptionsAtBRANDAt502640$Outbound;
|
|
2181
2181
|
}
|
|
2182
|
-
export declare function
|
|
2183
|
-
export declare function
|
|
2182
|
+
export declare function getConfigurationProductsUiOptionsAtBRANDAt502640ToJSON(getConfigurationProductsUiOptionsAtBRANDAt502640: GetConfigurationProductsUiOptionsAtBRANDAt502640): string;
|
|
2183
|
+
export declare function getConfigurationProductsUiOptionsAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsAtBRANDAt502640, SDKValidationError>;
|
|
2184
2184
|
/** @internal */
|
|
2185
2185
|
export declare const GetConfigurationProductsUiOptions2$inboundSchema: z.ZodType<GetConfigurationProductsUiOptions2, z.ZodTypeDef, unknown>;
|
|
2186
2186
|
/** @internal */
|
|
2187
2187
|
export type GetConfigurationProductsUiOptions2$Outbound = {
|
|
2188
|
-
"__@BRAND@
|
|
2188
|
+
"__@BRAND@502640": GetConfigurationProductsUiOptionsAtBRANDAt502640$Outbound;
|
|
2189
2189
|
};
|
|
2190
2190
|
/** @internal */
|
|
2191
2191
|
export declare const GetConfigurationProductsUiOptions2$outboundSchema: z.ZodType<GetConfigurationProductsUiOptions2$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptions2>;
|
|
@@ -2623,30 +2623,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
|
|
|
2623
2623
|
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue): string;
|
|
2624
2624
|
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue, SDKValidationError>;
|
|
2625
2625
|
/** @internal */
|
|
2626
|
-
export declare const
|
|
2626
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
2627
2627
|
/** @internal */
|
|
2628
|
-
export type
|
|
2628
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$Outbound = {};
|
|
2629
2629
|
/** @internal */
|
|
2630
|
-
export declare const
|
|
2630
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640>;
|
|
2631
2631
|
/**
|
|
2632
2632
|
* @internal
|
|
2633
2633
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2634
2634
|
*/
|
|
2635
|
-
export declare namespace
|
|
2636
|
-
/** @deprecated use `
|
|
2637
|
-
const inboundSchema: z.ZodType<
|
|
2638
|
-
/** @deprecated use `
|
|
2639
|
-
const outboundSchema: z.ZodType<
|
|
2640
|
-
/** @deprecated use `
|
|
2641
|
-
type Outbound =
|
|
2635
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$ {
|
|
2636
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema` instead. */
|
|
2637
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
2638
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema` instead. */
|
|
2639
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640>;
|
|
2640
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$Outbound` instead. */
|
|
2641
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$Outbound;
|
|
2642
2642
|
}
|
|
2643
|
-
export declare function
|
|
2644
|
-
export declare function
|
|
2643
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640): string;
|
|
2644
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640, SDKValidationError>;
|
|
2645
2645
|
/** @internal */
|
|
2646
2646
|
export declare const Default$inboundSchema: z.ZodType<Default, z.ZodTypeDef, unknown>;
|
|
2647
2647
|
/** @internal */
|
|
2648
2648
|
export type Default$Outbound = {
|
|
2649
|
-
"__@BRAND@
|
|
2649
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$Outbound;
|
|
2650
2650
|
};
|
|
2651
2651
|
/** @internal */
|
|
2652
2652
|
export declare const Default$outboundSchema: z.ZodType<Default$Outbound, z.ZodTypeDef, Default>;
|
|
@@ -2665,30 +2665,30 @@ export declare namespace Default$ {
|
|
|
2665
2665
|
export declare function defaultToJSON(value: Default): string;
|
|
2666
2666
|
export declare function defaultFromJSON(jsonString: string): SafeParseResult<Default, SDKValidationError>;
|
|
2667
2667
|
/** @internal */
|
|
2668
|
-
export declare const
|
|
2668
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
2669
2669
|
/** @internal */
|
|
2670
|
-
export type
|
|
2670
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$Outbound = {};
|
|
2671
2671
|
/** @internal */
|
|
2672
|
-
export declare const
|
|
2672
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640>;
|
|
2673
2673
|
/**
|
|
2674
2674
|
* @internal
|
|
2675
2675
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2676
2676
|
*/
|
|
2677
|
-
export declare namespace
|
|
2678
|
-
/** @deprecated use `
|
|
2679
|
-
const inboundSchema: z.ZodType<
|
|
2680
|
-
/** @deprecated use `
|
|
2681
|
-
const outboundSchema: z.ZodType<
|
|
2682
|
-
/** @deprecated use `
|
|
2683
|
-
type Outbound =
|
|
2677
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$ {
|
|
2678
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema` instead. */
|
|
2679
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
2680
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema` instead. */
|
|
2681
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640>;
|
|
2682
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$Outbound` instead. */
|
|
2683
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$Outbound;
|
|
2684
2684
|
}
|
|
2685
|
-
export declare function
|
|
2686
|
-
export declare function
|
|
2685
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640): string;
|
|
2686
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640, SDKValidationError>;
|
|
2687
2687
|
/** @internal */
|
|
2688
2688
|
export declare const Example$inboundSchema: z.ZodType<Example, z.ZodTypeDef, unknown>;
|
|
2689
2689
|
/** @internal */
|
|
2690
2690
|
export type Example$Outbound = {
|
|
2691
|
-
"__@BRAND@
|
|
2691
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$Outbound;
|
|
2692
2692
|
};
|
|
2693
2693
|
/** @internal */
|
|
2694
2694
|
export declare const Example$outboundSchema: z.ZodType<Example$Outbound, z.ZodTypeDef, Example>;
|
|
@@ -2780,30 +2780,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
|
|
|
2780
2780
|
}>;
|
|
2781
2781
|
}
|
|
2782
2782
|
/** @internal */
|
|
2783
|
-
export declare const
|
|
2783
|
+
export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
2784
2784
|
/** @internal */
|
|
2785
|
-
export type
|
|
2785
|
+
export type GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$Outbound = {};
|
|
2786
2786
|
/** @internal */
|
|
2787
|
-
export declare const
|
|
2787
|
+
export declare const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640>;
|
|
2788
2788
|
/**
|
|
2789
2789
|
* @internal
|
|
2790
2790
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2791
2791
|
*/
|
|
2792
|
-
export declare namespace
|
|
2793
|
-
/** @deprecated use `
|
|
2794
|
-
const inboundSchema: z.ZodType<
|
|
2795
|
-
/** @deprecated use `
|
|
2796
|
-
const outboundSchema: z.ZodType<
|
|
2797
|
-
/** @deprecated use `
|
|
2798
|
-
type Outbound =
|
|
2792
|
+
export declare namespace GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$ {
|
|
2793
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema` instead. */
|
|
2794
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
2795
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema` instead. */
|
|
2796
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640>;
|
|
2797
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$Outbound` instead. */
|
|
2798
|
+
type Outbound = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$Outbound;
|
|
2799
2799
|
}
|
|
2800
|
-
export declare function
|
|
2801
|
-
export declare function
|
|
2800
|
+
export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640: GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640): string;
|
|
2801
|
+
export declare function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640, SDKValidationError>;
|
|
2802
2802
|
/** @internal */
|
|
2803
2803
|
export declare const UiOptionsValue$inboundSchema: z.ZodType<UiOptionsValue, z.ZodTypeDef, unknown>;
|
|
2804
2804
|
/** @internal */
|
|
2805
2805
|
export type UiOptionsValue$Outbound = {
|
|
2806
|
-
"__@BRAND@
|
|
2806
|
+
"__@BRAND@502640": GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$Outbound;
|
|
2807
2807
|
};
|
|
2808
2808
|
/** @internal */
|
|
2809
2809
|
export declare const UiOptionsValue$outboundSchema: z.ZodType<UiOptionsValue$Outbound, z.ZodTypeDef, UiOptionsValue>;
|
|
@@ -2822,51 +2822,51 @@ export declare namespace UiOptionsValue$ {
|
|
|
2822
2822
|
export declare function uiOptionsValueToJSON(uiOptionsValue: UiOptionsValue): string;
|
|
2823
2823
|
export declare function uiOptionsValueFromJSON(jsonString: string): SafeParseResult<UiOptionsValue, SDKValidationError>;
|
|
2824
2824
|
/** @internal */
|
|
2825
|
-
export declare const
|
|
2825
|
+
export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3>;
|
|
2826
2826
|
/** @internal */
|
|
2827
|
-
export declare const
|
|
2827
|
+
export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3>;
|
|
2828
2828
|
/**
|
|
2829
2829
|
* @internal
|
|
2830
2830
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2831
2831
|
*/
|
|
2832
|
-
export declare namespace
|
|
2833
|
-
/** @deprecated use `
|
|
2832
|
+
export declare namespace GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ {
|
|
2833
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema` instead. */
|
|
2834
2834
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2835
2835
|
readonly Update: "update";
|
|
2836
2836
|
readonly Create: "create";
|
|
2837
2837
|
}>;
|
|
2838
|
-
/** @deprecated use `
|
|
2838
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema` instead. */
|
|
2839
2839
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2840
2840
|
readonly Update: "update";
|
|
2841
2841
|
readonly Create: "create";
|
|
2842
2842
|
}>;
|
|
2843
2843
|
}
|
|
2844
2844
|
/** @internal */
|
|
2845
|
-
export declare const
|
|
2845
|
+
export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2, z.ZodTypeDef, unknown>;
|
|
2846
2846
|
/** @internal */
|
|
2847
|
-
export type
|
|
2847
|
+
export type GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound = {
|
|
2848
2848
|
expr: string;
|
|
2849
2849
|
};
|
|
2850
2850
|
/** @internal */
|
|
2851
|
-
export declare const
|
|
2851
|
+
export declare const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2>;
|
|
2852
2852
|
/**
|
|
2853
2853
|
* @internal
|
|
2854
2854
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2855
2855
|
*/
|
|
2856
|
-
export declare namespace
|
|
2857
|
-
/** @deprecated use `
|
|
2858
|
-
const inboundSchema: z.ZodType<
|
|
2859
|
-
/** @deprecated use `
|
|
2860
|
-
const outboundSchema: z.ZodType<
|
|
2861
|
-
/** @deprecated use `
|
|
2862
|
-
type Outbound =
|
|
2856
|
+
export declare namespace GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ {
|
|
2857
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema` instead. */
|
|
2858
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2, z.ZodTypeDef, unknown>;
|
|
2859
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema` instead. */
|
|
2860
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2>;
|
|
2861
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound` instead. */
|
|
2862
|
+
type Outbound = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound;
|
|
2863
2863
|
}
|
|
2864
|
-
export declare function
|
|
2865
|
-
export declare function
|
|
2864
|
+
export declare function getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2ToJSON(getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2): string;
|
|
2865
|
+
export declare function getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2, SDKValidationError>;
|
|
2866
2866
|
/** @internal */
|
|
2867
2867
|
export declare const GetConfigurationProductsUiOptionsDisabled$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsDisabled, z.ZodTypeDef, unknown>;
|
|
2868
2868
|
/** @internal */
|
|
2869
|
-
export type GetConfigurationProductsUiOptionsDisabled$Outbound =
|
|
2869
|
+
export type GetConfigurationProductsUiOptionsDisabled$Outbound = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound | boolean | string;
|
|
2870
2870
|
/** @internal */
|
|
2871
2871
|
export declare const GetConfigurationProductsUiOptionsDisabled$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsDisabled$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsDisabled>;
|
|
2872
2872
|
/**
|
|
@@ -2884,51 +2884,51 @@ export declare namespace GetConfigurationProductsUiOptionsDisabled$ {
|
|
|
2884
2884
|
export declare function getConfigurationProductsUiOptionsDisabledToJSON(getConfigurationProductsUiOptionsDisabled: GetConfigurationProductsUiOptionsDisabled): string;
|
|
2885
2885
|
export declare function getConfigurationProductsUiOptionsDisabledFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiOptionsDisabled, SDKValidationError>;
|
|
2886
2886
|
/** @internal */
|
|
2887
|
-
export declare const
|
|
2887
|
+
export declare const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3>;
|
|
2888
2888
|
/** @internal */
|
|
2889
|
-
export declare const
|
|
2889
|
+
export declare const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3>;
|
|
2890
2890
|
/**
|
|
2891
2891
|
* @internal
|
|
2892
2892
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2893
2893
|
*/
|
|
2894
|
-
export declare namespace
|
|
2895
|
-
/** @deprecated use `
|
|
2894
|
+
export declare namespace GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ {
|
|
2895
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema` instead. */
|
|
2896
2896
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2897
2897
|
readonly Update: "update";
|
|
2898
2898
|
readonly Create: "create";
|
|
2899
2899
|
}>;
|
|
2900
|
-
/** @deprecated use `
|
|
2900
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema` instead. */
|
|
2901
2901
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2902
2902
|
readonly Update: "update";
|
|
2903
2903
|
readonly Create: "create";
|
|
2904
2904
|
}>;
|
|
2905
2905
|
}
|
|
2906
2906
|
/** @internal */
|
|
2907
|
-
export declare const
|
|
2907
|
+
export declare const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2, z.ZodTypeDef, unknown>;
|
|
2908
2908
|
/** @internal */
|
|
2909
|
-
export type
|
|
2909
|
+
export type GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound = {
|
|
2910
2910
|
expr: string;
|
|
2911
2911
|
};
|
|
2912
2912
|
/** @internal */
|
|
2913
|
-
export declare const
|
|
2913
|
+
export declare const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound, z.ZodTypeDef, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2>;
|
|
2914
2914
|
/**
|
|
2915
2915
|
* @internal
|
|
2916
2916
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2917
2917
|
*/
|
|
2918
|
-
export declare namespace
|
|
2919
|
-
/** @deprecated use `
|
|
2920
|
-
const inboundSchema: z.ZodType<
|
|
2921
|
-
/** @deprecated use `
|
|
2922
|
-
const outboundSchema: z.ZodType<
|
|
2923
|
-
/** @deprecated use `
|
|
2924
|
-
type Outbound =
|
|
2918
|
+
export declare namespace GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ {
|
|
2919
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema` instead. */
|
|
2920
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2, z.ZodTypeDef, unknown>;
|
|
2921
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema` instead. */
|
|
2922
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound, z.ZodTypeDef, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2>;
|
|
2923
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound` instead. */
|
|
2924
|
+
type Outbound = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound;
|
|
2925
2925
|
}
|
|
2926
|
-
export declare function
|
|
2927
|
-
export declare function
|
|
2926
|
+
export declare function getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2ToJSON(getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2): string;
|
|
2927
|
+
export declare function getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2, SDKValidationError>;
|
|
2928
2928
|
/** @internal */
|
|
2929
2929
|
export declare const GetConfigurationProductsUiOptionsHidden$inboundSchema: z.ZodType<GetConfigurationProductsUiOptionsHidden, z.ZodTypeDef, unknown>;
|
|
2930
2930
|
/** @internal */
|
|
2931
|
-
export type GetConfigurationProductsUiOptionsHidden$Outbound =
|
|
2931
|
+
export type GetConfigurationProductsUiOptionsHidden$Outbound = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound | boolean | string;
|
|
2932
2932
|
/** @internal */
|
|
2933
2933
|
export declare const GetConfigurationProductsUiOptionsHidden$outboundSchema: z.ZodType<GetConfigurationProductsUiOptionsHidden$Outbound, z.ZodTypeDef, GetConfigurationProductsUiOptionsHidden>;
|
|
2934
2934
|
/**
|
|
@@ -2950,8 +2950,8 @@ export declare const UiOptions3$inboundSchema: z.ZodType<UiOptions3, z.ZodTypeDe
|
|
|
2950
2950
|
/** @internal */
|
|
2951
2951
|
export type UiOptions3$Outbound = {
|
|
2952
2952
|
value: UiOptionsValue$Outbound;
|
|
2953
|
-
disabled?:
|
|
2954
|
-
hidden?:
|
|
2953
|
+
disabled?: GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound | boolean | string | undefined;
|
|
2954
|
+
hidden?: GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$Outbound | boolean | string | undefined;
|
|
2955
2955
|
};
|
|
2956
2956
|
/** @internal */
|
|
2957
2957
|
export declare const UiOptions3$outboundSchema: z.ZodType<UiOptions3$Outbound, z.ZodTypeDef, UiOptions3>;
|
|
@@ -2970,30 +2970,30 @@ export declare namespace UiOptions3$ {
|
|
|
2970
2970
|
export declare function uiOptions3ToJSON(uiOptions3: UiOptions3): string;
|
|
2971
2971
|
export declare function uiOptions3FromJSON(jsonString: string): SafeParseResult<UiOptions3, SDKValidationError>;
|
|
2972
2972
|
/** @internal */
|
|
2973
|
-
export declare const
|
|
2973
|
+
export declare const UiOptionsAtBRANDAt502640$inboundSchema: z.ZodType<UiOptionsAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
2974
2974
|
/** @internal */
|
|
2975
|
-
export type
|
|
2975
|
+
export type UiOptionsAtBRANDAt502640$Outbound = {};
|
|
2976
2976
|
/** @internal */
|
|
2977
|
-
export declare const
|
|
2977
|
+
export declare const UiOptionsAtBRANDAt502640$outboundSchema: z.ZodType<UiOptionsAtBRANDAt502640$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt502640>;
|
|
2978
2978
|
/**
|
|
2979
2979
|
* @internal
|
|
2980
2980
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2981
2981
|
*/
|
|
2982
|
-
export declare namespace
|
|
2983
|
-
/** @deprecated use `
|
|
2984
|
-
const inboundSchema: z.ZodType<
|
|
2985
|
-
/** @deprecated use `
|
|
2986
|
-
const outboundSchema: z.ZodType<
|
|
2987
|
-
/** @deprecated use `
|
|
2988
|
-
type Outbound =
|
|
2982
|
+
export declare namespace UiOptionsAtBRANDAt502640$ {
|
|
2983
|
+
/** @deprecated use `UiOptionsAtBRANDAt502640$inboundSchema` instead. */
|
|
2984
|
+
const inboundSchema: z.ZodType<UiOptionsAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
2985
|
+
/** @deprecated use `UiOptionsAtBRANDAt502640$outboundSchema` instead. */
|
|
2986
|
+
const outboundSchema: z.ZodType<UiOptionsAtBRANDAt502640$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt502640>;
|
|
2987
|
+
/** @deprecated use `UiOptionsAtBRANDAt502640$Outbound` instead. */
|
|
2988
|
+
type Outbound = UiOptionsAtBRANDAt502640$Outbound;
|
|
2989
2989
|
}
|
|
2990
|
-
export declare function
|
|
2991
|
-
export declare function
|
|
2990
|
+
export declare function uiOptionsAtBRANDAt502640ToJSON(uiOptionsAtBRANDAt502640: UiOptionsAtBRANDAt502640): string;
|
|
2991
|
+
export declare function uiOptionsAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt502640, SDKValidationError>;
|
|
2992
2992
|
/** @internal */
|
|
2993
2993
|
export declare const UiOptions2$inboundSchema: z.ZodType<UiOptions2, z.ZodTypeDef, unknown>;
|
|
2994
2994
|
/** @internal */
|
|
2995
2995
|
export type UiOptions2$Outbound = {
|
|
2996
|
-
"__@BRAND@
|
|
2996
|
+
"__@BRAND@502640": UiOptionsAtBRANDAt502640$Outbound;
|
|
2997
2997
|
};
|
|
2998
2998
|
/** @internal */
|
|
2999
2999
|
export declare const UiOptions2$outboundSchema: z.ZodType<UiOptions2$Outbound, z.ZodTypeDef, UiOptions2>;
|
|
@@ -3181,30 +3181,30 @@ export declare namespace GetConfigurationProductsPropertiesUiOptions$ {
|
|
|
3181
3181
|
export declare function getConfigurationProductsPropertiesUiOptionsToJSON(getConfigurationProductsPropertiesUiOptions: GetConfigurationProductsPropertiesUiOptions): string;
|
|
3182
3182
|
export declare function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesUiOptions, SDKValidationError>;
|
|
3183
3183
|
/** @internal */
|
|
3184
|
-
export declare const
|
|
3184
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
3185
3185
|
/** @internal */
|
|
3186
|
-
export type
|
|
3186
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$Outbound = {};
|
|
3187
3187
|
/** @internal */
|
|
3188
|
-
export declare const
|
|
3188
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640>;
|
|
3189
3189
|
/**
|
|
3190
3190
|
* @internal
|
|
3191
3191
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3192
3192
|
*/
|
|
3193
|
-
export declare namespace
|
|
3194
|
-
/** @deprecated use `
|
|
3195
|
-
const inboundSchema: z.ZodType<
|
|
3196
|
-
/** @deprecated use `
|
|
3197
|
-
const outboundSchema: z.ZodType<
|
|
3198
|
-
/** @deprecated use `
|
|
3199
|
-
type Outbound =
|
|
3193
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$ {
|
|
3194
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema` instead. */
|
|
3195
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
3196
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema` instead. */
|
|
3197
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640>;
|
|
3198
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$Outbound` instead. */
|
|
3199
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$Outbound;
|
|
3200
3200
|
}
|
|
3201
|
-
export declare function
|
|
3202
|
-
export declare function
|
|
3201
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640): string;
|
|
3202
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640, SDKValidationError>;
|
|
3203
3203
|
/** @internal */
|
|
3204
3204
|
export declare const GetConfigurationProductsPropertiesMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength, z.ZodTypeDef, unknown>;
|
|
3205
3205
|
/** @internal */
|
|
3206
3206
|
export type GetConfigurationProductsPropertiesMinLength$Outbound = {
|
|
3207
|
-
"__@BRAND@
|
|
3207
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$Outbound;
|
|
3208
3208
|
};
|
|
3209
3209
|
/** @internal */
|
|
3210
3210
|
export declare const GetConfigurationProductsPropertiesMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMinLength>;
|
|
@@ -3223,30 +3223,30 @@ export declare namespace GetConfigurationProductsPropertiesMinLength$ {
|
|
|
3223
3223
|
export declare function getConfigurationProductsPropertiesMinLengthToJSON(getConfigurationProductsPropertiesMinLength: GetConfigurationProductsPropertiesMinLength): string;
|
|
3224
3224
|
export declare function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMinLength, SDKValidationError>;
|
|
3225
3225
|
/** @internal */
|
|
3226
|
-
export declare const
|
|
3226
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
3227
3227
|
/** @internal */
|
|
3228
|
-
export type
|
|
3228
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$Outbound = {};
|
|
3229
3229
|
/** @internal */
|
|
3230
|
-
export declare const
|
|
3230
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640>;
|
|
3231
3231
|
/**
|
|
3232
3232
|
* @internal
|
|
3233
3233
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3234
3234
|
*/
|
|
3235
|
-
export declare namespace
|
|
3236
|
-
/** @deprecated use `
|
|
3237
|
-
const inboundSchema: z.ZodType<
|
|
3238
|
-
/** @deprecated use `
|
|
3239
|
-
const outboundSchema: z.ZodType<
|
|
3240
|
-
/** @deprecated use `
|
|
3241
|
-
type Outbound =
|
|
3235
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$ {
|
|
3236
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema` instead. */
|
|
3237
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
3238
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema` instead. */
|
|
3239
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640>;
|
|
3240
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$Outbound` instead. */
|
|
3241
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$Outbound;
|
|
3242
3242
|
}
|
|
3243
|
-
export declare function
|
|
3244
|
-
export declare function
|
|
3243
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640): string;
|
|
3244
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640, SDKValidationError>;
|
|
3245
3245
|
/** @internal */
|
|
3246
3246
|
export declare const GetConfigurationProductsPropertiesMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength, z.ZodTypeDef, unknown>;
|
|
3247
3247
|
/** @internal */
|
|
3248
3248
|
export type GetConfigurationProductsPropertiesMaxLength$Outbound = {
|
|
3249
|
-
"__@BRAND@
|
|
3249
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$Outbound;
|
|
3250
3250
|
};
|
|
3251
3251
|
/** @internal */
|
|
3252
3252
|
export declare const GetConfigurationProductsPropertiesMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesMaxLength>;
|
|
@@ -3265,30 +3265,30 @@ export declare namespace GetConfigurationProductsPropertiesMaxLength$ {
|
|
|
3265
3265
|
export declare function getConfigurationProductsPropertiesMaxLengthToJSON(getConfigurationProductsPropertiesMaxLength: GetConfigurationProductsPropertiesMaxLength): string;
|
|
3266
3266
|
export declare function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesMaxLength, SDKValidationError>;
|
|
3267
3267
|
/** @internal */
|
|
3268
|
-
export declare const
|
|
3268
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
3269
3269
|
/** @internal */
|
|
3270
|
-
export type
|
|
3270
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$Outbound = {};
|
|
3271
3271
|
/** @internal */
|
|
3272
|
-
export declare const
|
|
3272
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640>;
|
|
3273
3273
|
/**
|
|
3274
3274
|
* @internal
|
|
3275
3275
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3276
3276
|
*/
|
|
3277
|
-
export declare namespace
|
|
3278
|
-
/** @deprecated use `
|
|
3279
|
-
const inboundSchema: z.ZodType<
|
|
3280
|
-
/** @deprecated use `
|
|
3281
|
-
const outboundSchema: z.ZodType<
|
|
3282
|
-
/** @deprecated use `
|
|
3283
|
-
type Outbound =
|
|
3277
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$ {
|
|
3278
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema` instead. */
|
|
3279
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
3280
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema` instead. */
|
|
3281
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640>;
|
|
3282
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$Outbound` instead. */
|
|
3283
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$Outbound;
|
|
3284
3284
|
}
|
|
3285
|
-
export declare function
|
|
3286
|
-
export declare function
|
|
3285
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640): string;
|
|
3286
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640, SDKValidationError>;
|
|
3287
3287
|
/** @internal */
|
|
3288
3288
|
export declare const GetConfigurationProductsPropertiesPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern, z.ZodTypeDef, unknown>;
|
|
3289
3289
|
/** @internal */
|
|
3290
3290
|
export type GetConfigurationProductsPropertiesPattern$Outbound = {
|
|
3291
|
-
"__@BRAND@
|
|
3291
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$Outbound;
|
|
3292
3292
|
};
|
|
3293
3293
|
/** @internal */
|
|
3294
3294
|
export declare const GetConfigurationProductsPropertiesPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesPattern>;
|
|
@@ -3648,30 +3648,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse2
|
|
|
3648
3648
|
}>;
|
|
3649
3649
|
}
|
|
3650
3650
|
/** @internal */
|
|
3651
|
-
export declare const
|
|
3651
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
3652
3652
|
/** @internal */
|
|
3653
|
-
export type
|
|
3653
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$Outbound = {};
|
|
3654
3654
|
/** @internal */
|
|
3655
|
-
export declare const
|
|
3655
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640>;
|
|
3656
3656
|
/**
|
|
3657
3657
|
* @internal
|
|
3658
3658
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3659
3659
|
*/
|
|
3660
|
-
export declare namespace
|
|
3661
|
-
/** @deprecated use `
|
|
3662
|
-
const inboundSchema: z.ZodType<
|
|
3663
|
-
/** @deprecated use `
|
|
3664
|
-
const outboundSchema: z.ZodType<
|
|
3665
|
-
/** @deprecated use `
|
|
3666
|
-
type Outbound =
|
|
3660
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$ {
|
|
3661
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema` instead. */
|
|
3662
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
3663
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema` instead. */
|
|
3664
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640>;
|
|
3665
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$Outbound` instead. */
|
|
3666
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$Outbound;
|
|
3667
3667
|
}
|
|
3668
|
-
export declare function
|
|
3669
|
-
export declare function
|
|
3668
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640): string;
|
|
3669
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640, SDKValidationError>;
|
|
3670
3670
|
/** @internal */
|
|
3671
3671
|
export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
|
|
3672
3672
|
/** @internal */
|
|
3673
3673
|
export type GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound = {
|
|
3674
|
-
"__@BRAND@
|
|
3674
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$Outbound;
|
|
3675
3675
|
};
|
|
3676
3676
|
/** @internal */
|
|
3677
3677
|
export declare const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMinLength>;
|
|
@@ -3690,30 +3690,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsMinLength
|
|
|
3690
3690
|
export declare function getConfigurationProductsPropertiesIntegrationsMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsMinLength: GetConfigurationProductsPropertiesIntegrationsMinLength): string;
|
|
3691
3691
|
export declare function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMinLength, SDKValidationError>;
|
|
3692
3692
|
/** @internal */
|
|
3693
|
-
export declare const
|
|
3693
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
3694
3694
|
/** @internal */
|
|
3695
|
-
export type
|
|
3695
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$Outbound = {};
|
|
3696
3696
|
/** @internal */
|
|
3697
|
-
export declare const
|
|
3697
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640>;
|
|
3698
3698
|
/**
|
|
3699
3699
|
* @internal
|
|
3700
3700
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3701
3701
|
*/
|
|
3702
|
-
export declare namespace
|
|
3703
|
-
/** @deprecated use `
|
|
3704
|
-
const inboundSchema: z.ZodType<
|
|
3705
|
-
/** @deprecated use `
|
|
3706
|
-
const outboundSchema: z.ZodType<
|
|
3707
|
-
/** @deprecated use `
|
|
3708
|
-
type Outbound =
|
|
3702
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$ {
|
|
3703
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema` instead. */
|
|
3704
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
3705
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema` instead. */
|
|
3706
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640>;
|
|
3707
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$Outbound` instead. */
|
|
3708
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$Outbound;
|
|
3709
3709
|
}
|
|
3710
|
-
export declare function
|
|
3711
|
-
export declare function
|
|
3710
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640): string;
|
|
3711
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640, SDKValidationError>;
|
|
3712
3712
|
/** @internal */
|
|
3713
3713
|
export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
|
|
3714
3714
|
/** @internal */
|
|
3715
3715
|
export type GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound = {
|
|
3716
|
-
"__@BRAND@
|
|
3716
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$Outbound;
|
|
3717
3717
|
};
|
|
3718
3718
|
/** @internal */
|
|
3719
3719
|
export declare const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsMaxLength>;
|
|
@@ -3732,30 +3732,30 @@ export declare namespace GetConfigurationProductsPropertiesIntegrationsMaxLength
|
|
|
3732
3732
|
export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsMaxLength: GetConfigurationProductsPropertiesIntegrationsMaxLength): string;
|
|
3733
3733
|
export declare function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsMaxLength, SDKValidationError>;
|
|
3734
3734
|
/** @internal */
|
|
3735
|
-
export declare const
|
|
3735
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
3736
3736
|
/** @internal */
|
|
3737
|
-
export type
|
|
3737
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$Outbound = {};
|
|
3738
3738
|
/** @internal */
|
|
3739
|
-
export declare const
|
|
3739
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640>;
|
|
3740
3740
|
/**
|
|
3741
3741
|
* @internal
|
|
3742
3742
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3743
3743
|
*/
|
|
3744
|
-
export declare namespace
|
|
3745
|
-
/** @deprecated use `
|
|
3746
|
-
const inboundSchema: z.ZodType<
|
|
3747
|
-
/** @deprecated use `
|
|
3748
|
-
const outboundSchema: z.ZodType<
|
|
3749
|
-
/** @deprecated use `
|
|
3750
|
-
type Outbound =
|
|
3744
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$ {
|
|
3745
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema` instead. */
|
|
3746
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
3747
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema` instead. */
|
|
3748
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640>;
|
|
3749
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$Outbound` instead. */
|
|
3750
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$Outbound;
|
|
3751
3751
|
}
|
|
3752
|
-
export declare function
|
|
3753
|
-
export declare function
|
|
3752
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640): string;
|
|
3753
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640, SDKValidationError>;
|
|
3754
3754
|
/** @internal */
|
|
3755
3755
|
export declare const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
|
|
3756
3756
|
/** @internal */
|
|
3757
3757
|
export type GetConfigurationProductsPropertiesIntegrationsPattern$Outbound = {
|
|
3758
|
-
"__@BRAND@
|
|
3758
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$Outbound;
|
|
3759
3759
|
};
|
|
3760
3760
|
/** @internal */
|
|
3761
3761
|
export declare const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsPattern>;
|
|
@@ -3802,137 +3802,137 @@ export declare namespace GetConfigurationProductsPropertiesItems$ {
|
|
|
3802
3802
|
export declare function getConfigurationProductsPropertiesItemsToJSON(getConfigurationProductsPropertiesItems: GetConfigurationProductsPropertiesItems): string;
|
|
3803
3803
|
export declare function getConfigurationProductsPropertiesItemsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesItems, SDKValidationError>;
|
|
3804
3804
|
/** @internal */
|
|
3805
|
-
export declare const
|
|
3805
|
+
export declare const GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabledIntegrationsResponse3>;
|
|
3806
3806
|
/** @internal */
|
|
3807
|
-
export declare const
|
|
3807
|
+
export declare const GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabledIntegrationsResponse3>;
|
|
3808
3808
|
/**
|
|
3809
3809
|
* @internal
|
|
3810
3810
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3811
3811
|
*/
|
|
3812
|
-
export declare namespace
|
|
3813
|
-
/** @deprecated use `
|
|
3812
|
+
export declare namespace GetConfigurationProductsDisabledIntegrationsResponse3$ {
|
|
3813
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema` instead. */
|
|
3814
3814
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3815
3815
|
readonly Update: "update";
|
|
3816
3816
|
readonly Create: "create";
|
|
3817
3817
|
}>;
|
|
3818
|
-
/** @deprecated use `
|
|
3818
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema` instead. */
|
|
3819
3819
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3820
3820
|
readonly Update: "update";
|
|
3821
3821
|
readonly Create: "create";
|
|
3822
3822
|
}>;
|
|
3823
3823
|
}
|
|
3824
3824
|
/** @internal */
|
|
3825
|
-
export declare const
|
|
3825
|
+
export declare const GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse2, z.ZodTypeDef, unknown>;
|
|
3826
3826
|
/** @internal */
|
|
3827
|
-
export type
|
|
3827
|
+
export type GetConfigurationProductsDisabledIntegrationsResponse2$Outbound = {
|
|
3828
3828
|
expr: string;
|
|
3829
3829
|
};
|
|
3830
3830
|
/** @internal */
|
|
3831
|
-
export declare const
|
|
3831
|
+
export declare const GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabledIntegrationsResponse2>;
|
|
3832
3832
|
/**
|
|
3833
3833
|
* @internal
|
|
3834
3834
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3835
3835
|
*/
|
|
3836
|
-
export declare namespace
|
|
3837
|
-
/** @deprecated use `
|
|
3838
|
-
const inboundSchema: z.ZodType<
|
|
3839
|
-
/** @deprecated use `
|
|
3840
|
-
const outboundSchema: z.ZodType<
|
|
3841
|
-
/** @deprecated use `
|
|
3842
|
-
type Outbound =
|
|
3836
|
+
export declare namespace GetConfigurationProductsDisabledIntegrationsResponse2$ {
|
|
3837
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema` instead. */
|
|
3838
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse2, z.ZodTypeDef, unknown>;
|
|
3839
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema` instead. */
|
|
3840
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrationsResponse2$Outbound, z.ZodTypeDef, GetConfigurationProductsDisabledIntegrationsResponse2>;
|
|
3841
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$Outbound` instead. */
|
|
3842
|
+
type Outbound = GetConfigurationProductsDisabledIntegrationsResponse2$Outbound;
|
|
3843
3843
|
}
|
|
3844
|
-
export declare function
|
|
3845
|
-
export declare function
|
|
3844
|
+
export declare function getConfigurationProductsDisabledIntegrationsResponse2ToJSON(getConfigurationProductsDisabledIntegrationsResponse2: GetConfigurationProductsDisabledIntegrationsResponse2): string;
|
|
3845
|
+
export declare function getConfigurationProductsDisabledIntegrationsResponse2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsDisabledIntegrationsResponse2, SDKValidationError>;
|
|
3846
3846
|
/** @internal */
|
|
3847
|
-
export declare const
|
|
3847
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsDisabled, z.ZodTypeDef, unknown>;
|
|
3848
3848
|
/** @internal */
|
|
3849
|
-
export type
|
|
3849
|
+
export type GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound = GetConfigurationProductsDisabledIntegrationsResponse2$Outbound | boolean | string;
|
|
3850
3850
|
/** @internal */
|
|
3851
|
-
export declare const
|
|
3851
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsDisabled>;
|
|
3852
3852
|
/**
|
|
3853
3853
|
* @internal
|
|
3854
3854
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3855
3855
|
*/
|
|
3856
|
-
export declare namespace
|
|
3857
|
-
/** @deprecated use `
|
|
3858
|
-
const inboundSchema: z.ZodType<
|
|
3859
|
-
/** @deprecated use `
|
|
3860
|
-
const outboundSchema: z.ZodType<
|
|
3861
|
-
/** @deprecated use `
|
|
3862
|
-
type Outbound =
|
|
3856
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsDisabled$ {
|
|
3857
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema` instead. */
|
|
3858
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsDisabled, z.ZodTypeDef, unknown>;
|
|
3859
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema` instead. */
|
|
3860
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsDisabled>;
|
|
3861
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound` instead. */
|
|
3862
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsDisabled$Outbound;
|
|
3863
3863
|
}
|
|
3864
|
-
export declare function
|
|
3865
|
-
export declare function
|
|
3864
|
+
export declare function getConfigurationProductsPropertiesIntegrationsDisabledToJSON(getConfigurationProductsPropertiesIntegrationsDisabled: GetConfigurationProductsPropertiesIntegrationsDisabled): string;
|
|
3865
|
+
export declare function getConfigurationProductsPropertiesIntegrationsDisabledFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsDisabled, SDKValidationError>;
|
|
3866
3866
|
/** @internal */
|
|
3867
|
-
export declare const
|
|
3867
|
+
export declare const GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse3>;
|
|
3868
3868
|
/** @internal */
|
|
3869
|
-
export declare const
|
|
3869
|
+
export declare const GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrationsResponse3>;
|
|
3870
3870
|
/**
|
|
3871
3871
|
* @internal
|
|
3872
3872
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3873
3873
|
*/
|
|
3874
|
-
export declare namespace
|
|
3875
|
-
/** @deprecated use `
|
|
3874
|
+
export declare namespace GetConfigurationProductsHiddenIntegrationsResponse3$ {
|
|
3875
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema` instead. */
|
|
3876
3876
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3877
3877
|
readonly Update: "update";
|
|
3878
3878
|
readonly Create: "create";
|
|
3879
3879
|
}>;
|
|
3880
|
-
/** @deprecated use `
|
|
3880
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema` instead. */
|
|
3881
3881
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3882
3882
|
readonly Update: "update";
|
|
3883
3883
|
readonly Create: "create";
|
|
3884
3884
|
}>;
|
|
3885
3885
|
}
|
|
3886
3886
|
/** @internal */
|
|
3887
|
-
export declare const
|
|
3887
|
+
export declare const GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse2, z.ZodTypeDef, unknown>;
|
|
3888
3888
|
/** @internal */
|
|
3889
|
-
export type
|
|
3889
|
+
export type GetConfigurationProductsHiddenIntegrationsResponse2$Outbound = {
|
|
3890
3890
|
expr: string;
|
|
3891
3891
|
};
|
|
3892
3892
|
/** @internal */
|
|
3893
|
-
export declare const
|
|
3893
|
+
export declare const GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse2$Outbound, z.ZodTypeDef, GetConfigurationProductsHiddenIntegrationsResponse2>;
|
|
3894
3894
|
/**
|
|
3895
3895
|
* @internal
|
|
3896
3896
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3897
3897
|
*/
|
|
3898
|
-
export declare namespace
|
|
3899
|
-
/** @deprecated use `
|
|
3900
|
-
const inboundSchema: z.ZodType<
|
|
3901
|
-
/** @deprecated use `
|
|
3902
|
-
const outboundSchema: z.ZodType<
|
|
3903
|
-
/** @deprecated use `
|
|
3904
|
-
type Outbound =
|
|
3898
|
+
export declare namespace GetConfigurationProductsHiddenIntegrationsResponse2$ {
|
|
3899
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema` instead. */
|
|
3900
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse2, z.ZodTypeDef, unknown>;
|
|
3901
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema` instead. */
|
|
3902
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrationsResponse2$Outbound, z.ZodTypeDef, GetConfigurationProductsHiddenIntegrationsResponse2>;
|
|
3903
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$Outbound` instead. */
|
|
3904
|
+
type Outbound = GetConfigurationProductsHiddenIntegrationsResponse2$Outbound;
|
|
3905
3905
|
}
|
|
3906
|
-
export declare function
|
|
3907
|
-
export declare function
|
|
3906
|
+
export declare function getConfigurationProductsHiddenIntegrationsResponse2ToJSON(getConfigurationProductsHiddenIntegrationsResponse2: GetConfigurationProductsHiddenIntegrationsResponse2): string;
|
|
3907
|
+
export declare function getConfigurationProductsHiddenIntegrationsResponse2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsHiddenIntegrationsResponse2, SDKValidationError>;
|
|
3908
3908
|
/** @internal */
|
|
3909
|
-
export declare const
|
|
3909
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsHidden, z.ZodTypeDef, unknown>;
|
|
3910
3910
|
/** @internal */
|
|
3911
|
-
export type
|
|
3911
|
+
export type GetConfigurationProductsPropertiesIntegrationsHidden$Outbound = GetConfigurationProductsHiddenIntegrationsResponse2$Outbound | boolean | string;
|
|
3912
3912
|
/** @internal */
|
|
3913
|
-
export declare const
|
|
3913
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsHidden$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsHidden>;
|
|
3914
3914
|
/**
|
|
3915
3915
|
* @internal
|
|
3916
3916
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3917
3917
|
*/
|
|
3918
|
-
export declare namespace
|
|
3919
|
-
/** @deprecated use `
|
|
3920
|
-
const inboundSchema: z.ZodType<
|
|
3921
|
-
/** @deprecated use `
|
|
3922
|
-
const outboundSchema: z.ZodType<
|
|
3923
|
-
/** @deprecated use `
|
|
3924
|
-
type Outbound =
|
|
3918
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsHidden$ {
|
|
3919
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema` instead. */
|
|
3920
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsHidden, z.ZodTypeDef, unknown>;
|
|
3921
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema` instead. */
|
|
3922
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsHidden$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsHidden>;
|
|
3923
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$Outbound` instead. */
|
|
3924
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsHidden$Outbound;
|
|
3925
3925
|
}
|
|
3926
|
-
export declare function
|
|
3927
|
-
export declare function
|
|
3926
|
+
export declare function getConfigurationProductsPropertiesIntegrationsHiddenToJSON(getConfigurationProductsPropertiesIntegrationsHidden: GetConfigurationProductsPropertiesIntegrationsHidden): string;
|
|
3927
|
+
export declare function getConfigurationProductsPropertiesIntegrationsHiddenFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsHidden, SDKValidationError>;
|
|
3928
3928
|
/** @internal */
|
|
3929
3929
|
export declare const PropertiesUiOptions$inboundSchema: z.ZodType<PropertiesUiOptions, z.ZodTypeDef, unknown>;
|
|
3930
3930
|
/** @internal */
|
|
3931
3931
|
export type PropertiesUiOptions$Outbound = {
|
|
3932
3932
|
value: string;
|
|
3933
3933
|
label: string;
|
|
3934
|
-
disabled?:
|
|
3935
|
-
hidden?:
|
|
3934
|
+
disabled?: GetConfigurationProductsDisabledIntegrationsResponse2$Outbound | boolean | string | undefined;
|
|
3935
|
+
hidden?: GetConfigurationProductsHiddenIntegrationsResponse2$Outbound | boolean | string | undefined;
|
|
3936
3936
|
};
|
|
3937
3937
|
/** @internal */
|
|
3938
3938
|
export declare const PropertiesUiOptions$outboundSchema: z.ZodType<PropertiesUiOptions$Outbound, z.ZodTypeDef, PropertiesUiOptions>;
|
|
@@ -4423,30 +4423,30 @@ export declare namespace UiOptions$ {
|
|
|
4423
4423
|
export declare function uiOptionsToJSON(uiOptions: UiOptions): string;
|
|
4424
4424
|
export declare function uiOptionsFromJSON(jsonString: string): SafeParseResult<UiOptions, SDKValidationError>;
|
|
4425
4425
|
/** @internal */
|
|
4426
|
-
export declare const
|
|
4426
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
4427
4427
|
/** @internal */
|
|
4428
|
-
export type
|
|
4428
|
+
export type GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$Outbound = {};
|
|
4429
4429
|
/** @internal */
|
|
4430
|
-
export declare const
|
|
4430
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640>;
|
|
4431
4431
|
/**
|
|
4432
4432
|
* @internal
|
|
4433
4433
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4434
4434
|
*/
|
|
4435
|
-
export declare namespace
|
|
4436
|
-
/** @deprecated use `
|
|
4437
|
-
const inboundSchema: z.ZodType<
|
|
4438
|
-
/** @deprecated use `
|
|
4439
|
-
const outboundSchema: z.ZodType<
|
|
4440
|
-
/** @deprecated use `
|
|
4441
|
-
type Outbound =
|
|
4435
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$ {
|
|
4436
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema` instead. */
|
|
4437
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
4438
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema` instead. */
|
|
4439
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640>;
|
|
4440
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$Outbound` instead. */
|
|
4441
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$Outbound;
|
|
4442
4442
|
}
|
|
4443
|
-
export declare function
|
|
4444
|
-
export declare function
|
|
4443
|
+
export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640): string;
|
|
4444
|
+
export declare function getConfigurationProductsPropertiesIntegrationsAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640, SDKValidationError>;
|
|
4445
4445
|
/** @internal */
|
|
4446
4446
|
export declare const PropertiesMinLength$inboundSchema: z.ZodType<PropertiesMinLength, z.ZodTypeDef, unknown>;
|
|
4447
4447
|
/** @internal */
|
|
4448
4448
|
export type PropertiesMinLength$Outbound = {
|
|
4449
|
-
"__@BRAND@
|
|
4449
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$Outbound;
|
|
4450
4450
|
};
|
|
4451
4451
|
/** @internal */
|
|
4452
4452
|
export declare const PropertiesMinLength$outboundSchema: z.ZodType<PropertiesMinLength$Outbound, z.ZodTypeDef, PropertiesMinLength>;
|
|
@@ -4465,30 +4465,30 @@ export declare namespace PropertiesMinLength$ {
|
|
|
4465
4465
|
export declare function propertiesMinLengthToJSON(propertiesMinLength: PropertiesMinLength): string;
|
|
4466
4466
|
export declare function propertiesMinLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMinLength, SDKValidationError>;
|
|
4467
4467
|
/** @internal */
|
|
4468
|
-
export declare const
|
|
4468
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
4469
4469
|
/** @internal */
|
|
4470
|
-
export type
|
|
4470
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$Outbound = {};
|
|
4471
4471
|
/** @internal */
|
|
4472
|
-
export declare const
|
|
4472
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640>;
|
|
4473
4473
|
/**
|
|
4474
4474
|
* @internal
|
|
4475
4475
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4476
4476
|
*/
|
|
4477
|
-
export declare namespace
|
|
4478
|
-
/** @deprecated use `
|
|
4479
|
-
const inboundSchema: z.ZodType<
|
|
4480
|
-
/** @deprecated use `
|
|
4481
|
-
const outboundSchema: z.ZodType<
|
|
4482
|
-
/** @deprecated use `
|
|
4483
|
-
type Outbound =
|
|
4477
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$ {
|
|
4478
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema` instead. */
|
|
4479
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
4480
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema` instead. */
|
|
4481
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640>;
|
|
4482
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$Outbound` instead. */
|
|
4483
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$Outbound;
|
|
4484
4484
|
}
|
|
4485
|
-
export declare function
|
|
4486
|
-
export declare function
|
|
4485
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640): string;
|
|
4486
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640, SDKValidationError>;
|
|
4487
4487
|
/** @internal */
|
|
4488
4488
|
export declare const PropertiesMaxLength$inboundSchema: z.ZodType<PropertiesMaxLength, z.ZodTypeDef, unknown>;
|
|
4489
4489
|
/** @internal */
|
|
4490
4490
|
export type PropertiesMaxLength$Outbound = {
|
|
4491
|
-
"__@BRAND@
|
|
4491
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$Outbound;
|
|
4492
4492
|
};
|
|
4493
4493
|
/** @internal */
|
|
4494
4494
|
export declare const PropertiesMaxLength$outboundSchema: z.ZodType<PropertiesMaxLength$Outbound, z.ZodTypeDef, PropertiesMaxLength>;
|
|
@@ -4507,30 +4507,30 @@ export declare namespace PropertiesMaxLength$ {
|
|
|
4507
4507
|
export declare function propertiesMaxLengthToJSON(propertiesMaxLength: PropertiesMaxLength): string;
|
|
4508
4508
|
export declare function propertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<PropertiesMaxLength, SDKValidationError>;
|
|
4509
4509
|
/** @internal */
|
|
4510
|
-
export declare const
|
|
4510
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
4511
4511
|
/** @internal */
|
|
4512
|
-
export type
|
|
4512
|
+
export type GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$Outbound = {};
|
|
4513
4513
|
/** @internal */
|
|
4514
|
-
export declare const
|
|
4514
|
+
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640>;
|
|
4515
4515
|
/**
|
|
4516
4516
|
* @internal
|
|
4517
4517
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4518
4518
|
*/
|
|
4519
|
-
export declare namespace
|
|
4520
|
-
/** @deprecated use `
|
|
4521
|
-
const inboundSchema: z.ZodType<
|
|
4522
|
-
/** @deprecated use `
|
|
4523
|
-
const outboundSchema: z.ZodType<
|
|
4524
|
-
/** @deprecated use `
|
|
4525
|
-
type Outbound =
|
|
4519
|
+
export declare namespace GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$ {
|
|
4520
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema` instead. */
|
|
4521
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
4522
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema` instead. */
|
|
4523
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640>;
|
|
4524
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$Outbound` instead. */
|
|
4525
|
+
type Outbound = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$Outbound;
|
|
4526
4526
|
}
|
|
4527
|
-
export declare function
|
|
4528
|
-
export declare function
|
|
4527
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640: GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640): string;
|
|
4528
|
+
export declare function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640, SDKValidationError>;
|
|
4529
4529
|
/** @internal */
|
|
4530
4530
|
export declare const PropertiesPattern$inboundSchema: z.ZodType<PropertiesPattern, z.ZodTypeDef, unknown>;
|
|
4531
4531
|
/** @internal */
|
|
4532
4532
|
export type PropertiesPattern$Outbound = {
|
|
4533
|
-
"__@BRAND@
|
|
4533
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$Outbound;
|
|
4534
4534
|
};
|
|
4535
4535
|
/** @internal */
|
|
4536
4536
|
export declare const PropertiesPattern$outboundSchema: z.ZodType<PropertiesPattern$Outbound, z.ZodTypeDef, PropertiesPattern>;
|
|
@@ -5878,30 +5878,30 @@ export declare namespace UiControl$ {
|
|
|
5878
5878
|
}>;
|
|
5879
5879
|
}
|
|
5880
5880
|
/** @internal */
|
|
5881
|
-
export declare const
|
|
5881
|
+
export declare const AtBRANDAt502640$inboundSchema: z.ZodType<AtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
5882
5882
|
/** @internal */
|
|
5883
|
-
export type
|
|
5883
|
+
export type AtBRANDAt502640$Outbound = {};
|
|
5884
5884
|
/** @internal */
|
|
5885
|
-
export declare const
|
|
5885
|
+
export declare const AtBRANDAt502640$outboundSchema: z.ZodType<AtBRANDAt502640$Outbound, z.ZodTypeDef, AtBRANDAt502640>;
|
|
5886
5886
|
/**
|
|
5887
5887
|
* @internal
|
|
5888
5888
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5889
5889
|
*/
|
|
5890
|
-
export declare namespace
|
|
5891
|
-
/** @deprecated use `
|
|
5892
|
-
const inboundSchema: z.ZodType<
|
|
5893
|
-
/** @deprecated use `
|
|
5894
|
-
const outboundSchema: z.ZodType<
|
|
5895
|
-
/** @deprecated use `
|
|
5896
|
-
type Outbound =
|
|
5890
|
+
export declare namespace AtBRANDAt502640$ {
|
|
5891
|
+
/** @deprecated use `AtBRANDAt502640$inboundSchema` instead. */
|
|
5892
|
+
const inboundSchema: z.ZodType<AtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
5893
|
+
/** @deprecated use `AtBRANDAt502640$outboundSchema` instead. */
|
|
5894
|
+
const outboundSchema: z.ZodType<AtBRANDAt502640$Outbound, z.ZodTypeDef, AtBRANDAt502640>;
|
|
5895
|
+
/** @deprecated use `AtBRANDAt502640$Outbound` instead. */
|
|
5896
|
+
type Outbound = AtBRANDAt502640$Outbound;
|
|
5897
5897
|
}
|
|
5898
|
-
export declare function
|
|
5899
|
-
export declare function
|
|
5898
|
+
export declare function atBRANDAt502640ToJSON(atBRANDAt502640: AtBRANDAt502640): string;
|
|
5899
|
+
export declare function atBRANDAt502640FromJSON(jsonString: string): SafeParseResult<AtBRANDAt502640, SDKValidationError>;
|
|
5900
5900
|
/** @internal */
|
|
5901
5901
|
export declare const MinLength$inboundSchema: z.ZodType<MinLength, z.ZodTypeDef, unknown>;
|
|
5902
5902
|
/** @internal */
|
|
5903
5903
|
export type MinLength$Outbound = {
|
|
5904
|
-
"__@BRAND@
|
|
5904
|
+
"__@BRAND@502640": AtBRANDAt502640$Outbound;
|
|
5905
5905
|
};
|
|
5906
5906
|
/** @internal */
|
|
5907
5907
|
export declare const MinLength$outboundSchema: z.ZodType<MinLength$Outbound, z.ZodTypeDef, MinLength>;
|
|
@@ -5920,30 +5920,30 @@ export declare namespace MinLength$ {
|
|
|
5920
5920
|
export declare function minLengthToJSON(minLength: MinLength): string;
|
|
5921
5921
|
export declare function minLengthFromJSON(jsonString: string): SafeParseResult<MinLength, SDKValidationError>;
|
|
5922
5922
|
/** @internal */
|
|
5923
|
-
export declare const
|
|
5923
|
+
export declare const PropertiesAtBRANDAt502640$inboundSchema: z.ZodType<PropertiesAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
5924
5924
|
/** @internal */
|
|
5925
|
-
export type
|
|
5925
|
+
export type PropertiesAtBRANDAt502640$Outbound = {};
|
|
5926
5926
|
/** @internal */
|
|
5927
|
-
export declare const
|
|
5927
|
+
export declare const PropertiesAtBRANDAt502640$outboundSchema: z.ZodType<PropertiesAtBRANDAt502640$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt502640>;
|
|
5928
5928
|
/**
|
|
5929
5929
|
* @internal
|
|
5930
5930
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5931
5931
|
*/
|
|
5932
|
-
export declare namespace
|
|
5933
|
-
/** @deprecated use `
|
|
5934
|
-
const inboundSchema: z.ZodType<
|
|
5935
|
-
/** @deprecated use `
|
|
5936
|
-
const outboundSchema: z.ZodType<
|
|
5937
|
-
/** @deprecated use `
|
|
5938
|
-
type Outbound =
|
|
5932
|
+
export declare namespace PropertiesAtBRANDAt502640$ {
|
|
5933
|
+
/** @deprecated use `PropertiesAtBRANDAt502640$inboundSchema` instead. */
|
|
5934
|
+
const inboundSchema: z.ZodType<PropertiesAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
5935
|
+
/** @deprecated use `PropertiesAtBRANDAt502640$outboundSchema` instead. */
|
|
5936
|
+
const outboundSchema: z.ZodType<PropertiesAtBRANDAt502640$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt502640>;
|
|
5937
|
+
/** @deprecated use `PropertiesAtBRANDAt502640$Outbound` instead. */
|
|
5938
|
+
type Outbound = PropertiesAtBRANDAt502640$Outbound;
|
|
5939
5939
|
}
|
|
5940
|
-
export declare function
|
|
5941
|
-
export declare function
|
|
5940
|
+
export declare function propertiesAtBRANDAt502640ToJSON(propertiesAtBRANDAt502640: PropertiesAtBRANDAt502640): string;
|
|
5941
|
+
export declare function propertiesAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt502640, SDKValidationError>;
|
|
5942
5942
|
/** @internal */
|
|
5943
5943
|
export declare const MaxLength$inboundSchema: z.ZodType<MaxLength, z.ZodTypeDef, unknown>;
|
|
5944
5944
|
/** @internal */
|
|
5945
5945
|
export type MaxLength$Outbound = {
|
|
5946
|
-
"__@BRAND@
|
|
5946
|
+
"__@BRAND@502640": PropertiesAtBRANDAt502640$Outbound;
|
|
5947
5947
|
};
|
|
5948
5948
|
/** @internal */
|
|
5949
5949
|
export declare const MaxLength$outboundSchema: z.ZodType<MaxLength$Outbound, z.ZodTypeDef, MaxLength>;
|
|
@@ -5962,30 +5962,30 @@ export declare namespace MaxLength$ {
|
|
|
5962
5962
|
export declare function maxLengthToJSON(maxLength: MaxLength): string;
|
|
5963
5963
|
export declare function maxLengthFromJSON(jsonString: string): SafeParseResult<MaxLength, SDKValidationError>;
|
|
5964
5964
|
/** @internal */
|
|
5965
|
-
export declare const
|
|
5965
|
+
export declare const GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
5966
5966
|
/** @internal */
|
|
5967
|
-
export type
|
|
5967
|
+
export type GetConfigurationProductsPropertiesAtBRANDAt502640$Outbound = {};
|
|
5968
5968
|
/** @internal */
|
|
5969
|
-
export declare const
|
|
5969
|
+
export declare const GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt502640>;
|
|
5970
5970
|
/**
|
|
5971
5971
|
* @internal
|
|
5972
5972
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5973
5973
|
*/
|
|
5974
|
-
export declare namespace
|
|
5975
|
-
/** @deprecated use `
|
|
5976
|
-
const inboundSchema: z.ZodType<
|
|
5977
|
-
/** @deprecated use `
|
|
5978
|
-
const outboundSchema: z.ZodType<
|
|
5979
|
-
/** @deprecated use `
|
|
5980
|
-
type Outbound =
|
|
5974
|
+
export declare namespace GetConfigurationProductsPropertiesAtBRANDAt502640$ {
|
|
5975
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema` instead. */
|
|
5976
|
+
const inboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt502640, z.ZodTypeDef, unknown>;
|
|
5977
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema` instead. */
|
|
5978
|
+
const outboundSchema: z.ZodType<GetConfigurationProductsPropertiesAtBRANDAt502640$Outbound, z.ZodTypeDef, GetConfigurationProductsPropertiesAtBRANDAt502640>;
|
|
5979
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502640$Outbound` instead. */
|
|
5980
|
+
type Outbound = GetConfigurationProductsPropertiesAtBRANDAt502640$Outbound;
|
|
5981
5981
|
}
|
|
5982
|
-
export declare function
|
|
5983
|
-
export declare function
|
|
5982
|
+
export declare function getConfigurationProductsPropertiesAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesAtBRANDAt502640: GetConfigurationProductsPropertiesAtBRANDAt502640): string;
|
|
5983
|
+
export declare function getConfigurationProductsPropertiesAtBRANDAt502640FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesAtBRANDAt502640, SDKValidationError>;
|
|
5984
5984
|
/** @internal */
|
|
5985
5985
|
export declare const Pattern$inboundSchema: z.ZodType<Pattern, z.ZodTypeDef, unknown>;
|
|
5986
5986
|
/** @internal */
|
|
5987
5987
|
export type Pattern$Outbound = {
|
|
5988
|
-
"__@BRAND@
|
|
5988
|
+
"__@BRAND@502640": GetConfigurationProductsPropertiesAtBRANDAt502640$Outbound;
|
|
5989
5989
|
};
|
|
5990
5990
|
/** @internal */
|
|
5991
5991
|
export declare const Pattern$outboundSchema: z.ZodType<Pattern$Outbound, z.ZodTypeDef, Pattern>;
|