@vercel/sdk 1.11.0 → 1.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +721 -586
- package/bin/mcp-server.js.map +24 -24
- package/esm/__tests__/checks.test.js +1 -0
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +4 -11
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/rollingrelease.test.js +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +2 -2
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +1 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +6 -0
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +2 -0
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +2 -0
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -0
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +252 -240
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +298 -294
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +170 -162
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +158 -154
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getallchecksop.d.ts +2 -0
- package/esm/models/getallchecksop.d.ts.map +1 -1
- package/esm/models/getallchecksop.js +2 -0
- package/esm/models/getallchecksop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +421 -331
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +482 -410
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +3 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +1 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +2 -0
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -0
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +5 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +3 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +36 -30
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +12 -10
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +36 -0
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +25 -0
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/team.d.ts +150 -26
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +110 -30
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +2 -0
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -0
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +5 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +8 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +4 -0
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +2 -2
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/checks.test.ts +1 -0
- package/src/__tests__/domains.test.ts +4 -11
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +1 -1
- package/src/__tests__/security.test.ts +1 -11
- package/src/__tests__/teams.test.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/canceldeploymentop.ts +1 -0
- package/src/models/createdeploymentop.ts +2 -0
- package/src/models/createedgeconfigop.ts +4 -0
- package/src/models/createintegrationstoredirectop.ts +509 -505
- package/src/models/createprojectop.ts +304 -298
- package/src/models/getallchecksop.ts +4 -0
- package/src/models/getconfigurationproductsop.ts +847 -706
- package/src/models/getdeploymentop.ts +1 -0
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getedgeconfigop.ts +4 -0
- package/src/models/getprojectsop.ts +5 -0
- package/src/models/getteammembersop.ts +12 -10
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +34 -0
- package/src/models/team.ts +177 -42
- package/src/models/updateedgeconfigop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +5 -0
- package/src/models/updateprojectop.ts +6 -0
- package/src/models/userevent.ts +2 -2
- package/vercel-spec.json +781 -634
|
@@ -103,6 +103,7 @@ export declare const CreateIntegrationStoreDirectFramework: {
|
|
|
103
103
|
readonly Vitepress: "vitepress";
|
|
104
104
|
readonly Vuepress: "vuepress";
|
|
105
105
|
readonly Parcel: "parcel";
|
|
106
|
+
readonly Fastapi: "fastapi";
|
|
106
107
|
readonly Fasthtml: "fasthtml";
|
|
107
108
|
readonly SanityV3: "sanity-v3";
|
|
108
109
|
readonly Sanity: "sanity";
|
|
@@ -168,9 +169,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
|
|
|
168
169
|
readonly Object: "object";
|
|
169
170
|
};
|
|
170
171
|
export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
|
|
171
|
-
export type
|
|
172
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838 = {};
|
|
172
173
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
173
|
-
|
|
174
|
+
atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838;
|
|
174
175
|
};
|
|
175
176
|
export declare const CreateIntegrationStoreDirectDisabled3: {
|
|
176
177
|
readonly Update: "update";
|
|
@@ -203,9 +204,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
203
204
|
readonly VercelRegion: "vercel-region";
|
|
204
205
|
};
|
|
205
206
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
|
|
206
|
-
export type
|
|
207
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838 = {};
|
|
207
208
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
208
|
-
|
|
209
|
+
atBRANDAt7838: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838;
|
|
209
210
|
};
|
|
210
211
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
|
|
211
212
|
readonly Update: "update";
|
|
@@ -230,9 +231,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
230
231
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
|
|
231
232
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
|
|
232
233
|
};
|
|
233
|
-
export type
|
|
234
|
+
export type UiOptionsAtBRANDAt7838 = {};
|
|
234
235
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
235
|
-
|
|
236
|
+
atBRANDAt7838: UiOptionsAtBRANDAt7838;
|
|
236
237
|
};
|
|
237
238
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
|
|
238
239
|
readonly Update: "update";
|
|
@@ -259,17 +260,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
|
|
|
259
260
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
|
|
260
261
|
};
|
|
261
262
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
|
|
262
|
-
export type
|
|
263
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838 = {};
|
|
263
264
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
|
|
264
|
-
|
|
265
|
+
atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838;
|
|
265
266
|
};
|
|
266
|
-
export type
|
|
267
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838 = {};
|
|
267
268
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
|
|
268
|
-
|
|
269
|
+
atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838;
|
|
269
270
|
};
|
|
270
|
-
export type
|
|
271
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838 = {};
|
|
271
272
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
|
|
272
|
-
|
|
273
|
+
atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838;
|
|
273
274
|
};
|
|
274
275
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
|
|
275
276
|
readonly Update: "update";
|
|
@@ -331,17 +332,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
331
332
|
readonly String: "string";
|
|
332
333
|
};
|
|
333
334
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
|
|
334
|
-
export type
|
|
335
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838 = {};
|
|
335
336
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
|
|
336
|
-
|
|
337
|
+
atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838;
|
|
337
338
|
};
|
|
338
|
-
export type
|
|
339
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838 = {};
|
|
339
340
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
|
|
340
|
-
|
|
341
|
+
atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838;
|
|
341
342
|
};
|
|
342
|
-
export type
|
|
343
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838 = {};
|
|
343
344
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
|
|
344
|
-
|
|
345
|
+
atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838;
|
|
345
346
|
};
|
|
346
347
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
347
348
|
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType;
|
|
@@ -464,17 +465,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
464
465
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
|
|
465
466
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
|
|
466
467
|
};
|
|
467
|
-
export type
|
|
468
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838 = {};
|
|
468
469
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
469
|
-
|
|
470
|
+
atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838;
|
|
470
471
|
};
|
|
471
|
-
export type
|
|
472
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838 = {};
|
|
472
473
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
473
|
-
|
|
474
|
+
atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838;
|
|
474
475
|
};
|
|
475
|
-
export type
|
|
476
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838 = {};
|
|
476
477
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
477
|
-
|
|
478
|
+
atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838;
|
|
478
479
|
};
|
|
479
480
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
|
|
480
481
|
readonly Update: "update";
|
|
@@ -720,17 +721,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
|
|
|
720
721
|
readonly Input: "input";
|
|
721
722
|
};
|
|
722
723
|
export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
|
|
723
|
-
export type
|
|
724
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838 = {};
|
|
724
725
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
725
|
-
|
|
726
|
+
atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838;
|
|
726
727
|
};
|
|
727
|
-
export type
|
|
728
|
+
export type PropertiesAtBRANDAt7838 = {};
|
|
728
729
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
729
|
-
|
|
730
|
+
atBRANDAt7838: PropertiesAtBRANDAt7838;
|
|
730
731
|
};
|
|
731
|
-
export type
|
|
732
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7838 = {};
|
|
732
733
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
733
|
-
|
|
734
|
+
atBRANDAt7838: CreateIntegrationStoreDirectPropertiesAtBRANDAt7838;
|
|
734
735
|
};
|
|
735
736
|
export declare const CreateIntegrationStoreDirectUiReadOnly3: {
|
|
736
737
|
readonly Update: "update";
|
|
@@ -809,6 +810,7 @@ export declare const Tags: {
|
|
|
809
810
|
readonly Authentication: "authentication";
|
|
810
811
|
readonly Workflow: "workflow";
|
|
811
812
|
readonly LogDrain: "logDrain";
|
|
813
|
+
readonly TraceDrain: "traceDrain";
|
|
812
814
|
readonly Messaging: "messaging";
|
|
813
815
|
readonly Other: "other";
|
|
814
816
|
readonly Mysql: "mysql";
|
|
@@ -837,6 +839,7 @@ export declare const Tags: {
|
|
|
837
839
|
readonly TagChecks: "tag_checks";
|
|
838
840
|
readonly TagStorage: "tag_storage";
|
|
839
841
|
readonly TagLogDrain: "tag_logDrain";
|
|
842
|
+
readonly TagTraceDrain: "tag_traceDrain";
|
|
840
843
|
readonly TagOther: "tag_other";
|
|
841
844
|
};
|
|
842
845
|
export type Tags = ClosedEnum<typeof Tags>;
|
|
@@ -852,6 +855,7 @@ export declare const ProjectConnectionScopes: {
|
|
|
852
855
|
readonly ReadWriteLogDrain: "read-write:log-drain";
|
|
853
856
|
readonly ReadWriteProjectEnvVars: "read-write:project-env-vars";
|
|
854
857
|
readonly ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass";
|
|
858
|
+
readonly ReadWriteTraceDrain: "read-write:trace-drain";
|
|
855
859
|
};
|
|
856
860
|
export type ProjectConnectionScopes = ClosedEnum<typeof ProjectConnectionScopes>;
|
|
857
861
|
export type Repl = {
|
|
@@ -877,9 +881,9 @@ export type Guides = {
|
|
|
877
881
|
title: string;
|
|
878
882
|
steps: Array<Steps>;
|
|
879
883
|
};
|
|
880
|
-
export type
|
|
884
|
+
export type AtBRANDAt7838 = {};
|
|
881
885
|
export type CreateIntegrationStoreDirectValue = {
|
|
882
|
-
|
|
886
|
+
atBRANDAt7838: AtBRANDAt7838;
|
|
883
887
|
};
|
|
884
888
|
export declare const Disabled3: {
|
|
885
889
|
readonly Update: "update";
|
|
@@ -1133,6 +1137,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
|
|
|
1133
1137
|
readonly Vitepress: "vitepress";
|
|
1134
1138
|
readonly Vuepress: "vuepress";
|
|
1135
1139
|
readonly Parcel: "parcel";
|
|
1140
|
+
readonly Fastapi: "fastapi";
|
|
1136
1141
|
readonly Fasthtml: "fasthtml";
|
|
1137
1142
|
readonly SanityV3: "sanity-v3";
|
|
1138
1143
|
readonly Sanity: "sanity";
|
|
@@ -1186,6 +1191,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
|
|
|
1186
1191
|
readonly Vitepress: "vitepress";
|
|
1187
1192
|
readonly Vuepress: "vuepress";
|
|
1188
1193
|
readonly Parcel: "parcel";
|
|
1194
|
+
readonly Fastapi: "fastapi";
|
|
1189
1195
|
readonly Fasthtml: "fasthtml";
|
|
1190
1196
|
readonly SanityV3: "sanity-v3";
|
|
1191
1197
|
readonly Sanity: "sanity";
|
|
@@ -1413,30 +1419,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
1413
1419
|
}>;
|
|
1414
1420
|
}
|
|
1415
1421
|
/** @internal */
|
|
1416
|
-
export declare const
|
|
1422
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
1417
1423
|
/** @internal */
|
|
1418
|
-
export type
|
|
1424
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound = {};
|
|
1419
1425
|
/** @internal */
|
|
1420
|
-
export declare const
|
|
1426
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838>;
|
|
1421
1427
|
/**
|
|
1422
1428
|
* @internal
|
|
1423
1429
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1424
1430
|
*/
|
|
1425
|
-
export declare namespace
|
|
1426
|
-
/** @deprecated use `
|
|
1427
|
-
const inboundSchema: z.ZodType<
|
|
1428
|
-
/** @deprecated use `
|
|
1429
|
-
const outboundSchema: z.ZodType<
|
|
1430
|
-
/** @deprecated use `
|
|
1431
|
-
type Outbound =
|
|
1431
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$ {
|
|
1432
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema` instead. */
|
|
1433
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
1434
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema` instead. */
|
|
1435
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838>;
|
|
1436
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound` instead. */
|
|
1437
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound;
|
|
1432
1438
|
}
|
|
1433
|
-
export declare function
|
|
1434
|
-
export declare function
|
|
1439
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838): string;
|
|
1440
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838, SDKValidationError>;
|
|
1435
1441
|
/** @internal */
|
|
1436
1442
|
export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
|
|
1437
1443
|
/** @internal */
|
|
1438
1444
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
1439
|
-
"__@BRAND@
|
|
1445
|
+
"__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound;
|
|
1440
1446
|
};
|
|
1441
1447
|
/** @internal */
|
|
1442
1448
|
export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
|
|
@@ -1639,30 +1645,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
1639
1645
|
}>;
|
|
1640
1646
|
}
|
|
1641
1647
|
/** @internal */
|
|
1642
|
-
export declare const
|
|
1648
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
1643
1649
|
/** @internal */
|
|
1644
|
-
export type
|
|
1650
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound = {};
|
|
1645
1651
|
/** @internal */
|
|
1646
|
-
export declare const
|
|
1652
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838>;
|
|
1647
1653
|
/**
|
|
1648
1654
|
* @internal
|
|
1649
1655
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1650
1656
|
*/
|
|
1651
|
-
export declare namespace
|
|
1652
|
-
/** @deprecated use `
|
|
1653
|
-
const inboundSchema: z.ZodType<
|
|
1654
|
-
/** @deprecated use `
|
|
1655
|
-
const outboundSchema: z.ZodType<
|
|
1656
|
-
/** @deprecated use `
|
|
1657
|
-
type Outbound =
|
|
1657
|
+
export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$ {
|
|
1658
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema` instead. */
|
|
1659
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
1660
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema` instead. */
|
|
1661
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838>;
|
|
1662
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound` instead. */
|
|
1663
|
+
type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound;
|
|
1658
1664
|
}
|
|
1659
|
-
export declare function
|
|
1660
|
-
export declare function
|
|
1665
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7838ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7838: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838): string;
|
|
1666
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838, SDKValidationError>;
|
|
1661
1667
|
/** @internal */
|
|
1662
1668
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
|
|
1663
1669
|
/** @internal */
|
|
1664
1670
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
1665
|
-
"__@BRAND@
|
|
1671
|
+
"__@BRAND@7838": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound;
|
|
1666
1672
|
};
|
|
1667
1673
|
/** @internal */
|
|
1668
1674
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
|
|
@@ -1829,30 +1835,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
|
|
|
1829
1835
|
export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
|
|
1830
1836
|
export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
|
|
1831
1837
|
/** @internal */
|
|
1832
|
-
export declare const
|
|
1838
|
+
export declare const UiOptionsAtBRANDAt7838$inboundSchema: z.ZodType<UiOptionsAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
1833
1839
|
/** @internal */
|
|
1834
|
-
export type
|
|
1840
|
+
export type UiOptionsAtBRANDAt7838$Outbound = {};
|
|
1835
1841
|
/** @internal */
|
|
1836
|
-
export declare const
|
|
1842
|
+
export declare const UiOptionsAtBRANDAt7838$outboundSchema: z.ZodType<UiOptionsAtBRANDAt7838$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7838>;
|
|
1837
1843
|
/**
|
|
1838
1844
|
* @internal
|
|
1839
1845
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1840
1846
|
*/
|
|
1841
|
-
export declare namespace
|
|
1842
|
-
/** @deprecated use `
|
|
1843
|
-
const inboundSchema: z.ZodType<
|
|
1844
|
-
/** @deprecated use `
|
|
1845
|
-
const outboundSchema: z.ZodType<
|
|
1846
|
-
/** @deprecated use `
|
|
1847
|
-
type Outbound =
|
|
1847
|
+
export declare namespace UiOptionsAtBRANDAt7838$ {
|
|
1848
|
+
/** @deprecated use `UiOptionsAtBRANDAt7838$inboundSchema` instead. */
|
|
1849
|
+
const inboundSchema: z.ZodType<UiOptionsAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
1850
|
+
/** @deprecated use `UiOptionsAtBRANDAt7838$outboundSchema` instead. */
|
|
1851
|
+
const outboundSchema: z.ZodType<UiOptionsAtBRANDAt7838$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7838>;
|
|
1852
|
+
/** @deprecated use `UiOptionsAtBRANDAt7838$Outbound` instead. */
|
|
1853
|
+
type Outbound = UiOptionsAtBRANDAt7838$Outbound;
|
|
1848
1854
|
}
|
|
1849
|
-
export declare function
|
|
1850
|
-
export declare function
|
|
1855
|
+
export declare function uiOptionsAtBRANDAt7838ToJSON(uiOptionsAtBRANDAt7838: UiOptionsAtBRANDAt7838): string;
|
|
1856
|
+
export declare function uiOptionsAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt7838, SDKValidationError>;
|
|
1851
1857
|
/** @internal */
|
|
1852
1858
|
export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
|
|
1853
1859
|
/** @internal */
|
|
1854
1860
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
1855
|
-
"__@BRAND@
|
|
1861
|
+
"__@BRAND@7838": UiOptionsAtBRANDAt7838$Outbound;
|
|
1856
1862
|
};
|
|
1857
1863
|
/** @internal */
|
|
1858
1864
|
export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
|
|
@@ -2040,30 +2046,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2040
2046
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
|
|
2041
2047
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
|
|
2042
2048
|
/** @internal */
|
|
2043
|
-
export declare const
|
|
2049
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
2044
2050
|
/** @internal */
|
|
2045
|
-
export type
|
|
2051
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound = {};
|
|
2046
2052
|
/** @internal */
|
|
2047
|
-
export declare const
|
|
2053
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838>;
|
|
2048
2054
|
/**
|
|
2049
2055
|
* @internal
|
|
2050
2056
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2051
2057
|
*/
|
|
2052
|
-
export declare namespace
|
|
2053
|
-
/** @deprecated use `
|
|
2054
|
-
const inboundSchema: z.ZodType<
|
|
2055
|
-
/** @deprecated use `
|
|
2056
|
-
const outboundSchema: z.ZodType<
|
|
2057
|
-
/** @deprecated use `
|
|
2058
|
-
type Outbound =
|
|
2058
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$ {
|
|
2059
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema` instead. */
|
|
2060
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
2061
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema` instead. */
|
|
2062
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838>;
|
|
2063
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound` instead. */
|
|
2064
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound;
|
|
2059
2065
|
}
|
|
2060
|
-
export declare function
|
|
2061
|
-
export declare function
|
|
2066
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838): string;
|
|
2067
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838, SDKValidationError>;
|
|
2062
2068
|
/** @internal */
|
|
2063
2069
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
|
|
2064
2070
|
/** @internal */
|
|
2065
2071
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
|
|
2066
|
-
"__@BRAND@
|
|
2072
|
+
"__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound;
|
|
2067
2073
|
};
|
|
2068
2074
|
/** @internal */
|
|
2069
2075
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
|
|
@@ -2082,30 +2088,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2082
2088
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
|
|
2083
2089
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
|
|
2084
2090
|
/** @internal */
|
|
2085
|
-
export declare const
|
|
2091
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
2086
2092
|
/** @internal */
|
|
2087
|
-
export type
|
|
2093
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound = {};
|
|
2088
2094
|
/** @internal */
|
|
2089
|
-
export declare const
|
|
2095
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838>;
|
|
2090
2096
|
/**
|
|
2091
2097
|
* @internal
|
|
2092
2098
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2093
2099
|
*/
|
|
2094
|
-
export declare namespace
|
|
2095
|
-
/** @deprecated use `
|
|
2096
|
-
const inboundSchema: z.ZodType<
|
|
2097
|
-
/** @deprecated use `
|
|
2098
|
-
const outboundSchema: z.ZodType<
|
|
2099
|
-
/** @deprecated use `
|
|
2100
|
-
type Outbound =
|
|
2100
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$ {
|
|
2101
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema` instead. */
|
|
2102
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
2103
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema` instead. */
|
|
2104
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838>;
|
|
2105
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound` instead. */
|
|
2106
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound;
|
|
2101
2107
|
}
|
|
2102
|
-
export declare function
|
|
2103
|
-
export declare function
|
|
2108
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838): string;
|
|
2109
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838, SDKValidationError>;
|
|
2104
2110
|
/** @internal */
|
|
2105
2111
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
|
|
2106
2112
|
/** @internal */
|
|
2107
2113
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
|
|
2108
|
-
"__@BRAND@
|
|
2114
|
+
"__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound;
|
|
2109
2115
|
};
|
|
2110
2116
|
/** @internal */
|
|
2111
2117
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
|
|
@@ -2124,30 +2130,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2124
2130
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
|
|
2125
2131
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
|
|
2126
2132
|
/** @internal */
|
|
2127
|
-
export declare const
|
|
2133
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
2128
2134
|
/** @internal */
|
|
2129
|
-
export type
|
|
2135
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound = {};
|
|
2130
2136
|
/** @internal */
|
|
2131
|
-
export declare const
|
|
2137
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838>;
|
|
2132
2138
|
/**
|
|
2133
2139
|
* @internal
|
|
2134
2140
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2135
2141
|
*/
|
|
2136
|
-
export declare namespace
|
|
2137
|
-
/** @deprecated use `
|
|
2138
|
-
const inboundSchema: z.ZodType<
|
|
2139
|
-
/** @deprecated use `
|
|
2140
|
-
const outboundSchema: z.ZodType<
|
|
2141
|
-
/** @deprecated use `
|
|
2142
|
-
type Outbound =
|
|
2142
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$ {
|
|
2143
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema` instead. */
|
|
2144
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
2145
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema` instead. */
|
|
2146
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838>;
|
|
2147
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound` instead. */
|
|
2148
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound;
|
|
2143
2149
|
}
|
|
2144
|
-
export declare function
|
|
2145
|
-
export declare function
|
|
2150
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838): string;
|
|
2151
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838, SDKValidationError>;
|
|
2146
2152
|
/** @internal */
|
|
2147
2153
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
|
|
2148
2154
|
/** @internal */
|
|
2149
2155
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
|
|
2150
|
-
"__@BRAND@
|
|
2156
|
+
"__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound;
|
|
2151
2157
|
};
|
|
2152
2158
|
/** @internal */
|
|
2153
2159
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
|
|
@@ -2489,30 +2495,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2489
2495
|
}>;
|
|
2490
2496
|
}
|
|
2491
2497
|
/** @internal */
|
|
2492
|
-
export declare const
|
|
2498
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
2493
2499
|
/** @internal */
|
|
2494
|
-
export type
|
|
2500
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound = {};
|
|
2495
2501
|
/** @internal */
|
|
2496
|
-
export declare const
|
|
2502
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838>;
|
|
2497
2503
|
/**
|
|
2498
2504
|
* @internal
|
|
2499
2505
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2500
2506
|
*/
|
|
2501
|
-
export declare namespace
|
|
2502
|
-
/** @deprecated use `
|
|
2503
|
-
const inboundSchema: z.ZodType<
|
|
2504
|
-
/** @deprecated use `
|
|
2505
|
-
const outboundSchema: z.ZodType<
|
|
2506
|
-
/** @deprecated use `
|
|
2507
|
-
type Outbound =
|
|
2507
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$ {
|
|
2508
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema` instead. */
|
|
2509
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
2510
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema` instead. */
|
|
2511
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838>;
|
|
2512
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound` instead. */
|
|
2513
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound;
|
|
2508
2514
|
}
|
|
2509
|
-
export declare function
|
|
2510
|
-
export declare function
|
|
2515
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838): string;
|
|
2516
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838, SDKValidationError>;
|
|
2511
2517
|
/** @internal */
|
|
2512
2518
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
|
|
2513
2519
|
/** @internal */
|
|
2514
2520
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
|
|
2515
|
-
"__@BRAND@
|
|
2521
|
+
"__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound;
|
|
2516
2522
|
};
|
|
2517
2523
|
/** @internal */
|
|
2518
2524
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
|
|
@@ -2531,30 +2537,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2531
2537
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
|
|
2532
2538
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
|
|
2533
2539
|
/** @internal */
|
|
2534
|
-
export declare const
|
|
2540
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
2535
2541
|
/** @internal */
|
|
2536
|
-
export type
|
|
2542
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound = {};
|
|
2537
2543
|
/** @internal */
|
|
2538
|
-
export declare const
|
|
2544
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838>;
|
|
2539
2545
|
/**
|
|
2540
2546
|
* @internal
|
|
2541
2547
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2542
2548
|
*/
|
|
2543
|
-
export declare namespace
|
|
2544
|
-
/** @deprecated use `
|
|
2545
|
-
const inboundSchema: z.ZodType<
|
|
2546
|
-
/** @deprecated use `
|
|
2547
|
-
const outboundSchema: z.ZodType<
|
|
2548
|
-
/** @deprecated use `
|
|
2549
|
-
type Outbound =
|
|
2549
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$ {
|
|
2550
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema` instead. */
|
|
2551
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
2552
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema` instead. */
|
|
2553
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838>;
|
|
2554
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound` instead. */
|
|
2555
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound;
|
|
2550
2556
|
}
|
|
2551
|
-
export declare function
|
|
2552
|
-
export declare function
|
|
2557
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838): string;
|
|
2558
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838, SDKValidationError>;
|
|
2553
2559
|
/** @internal */
|
|
2554
2560
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
|
|
2555
2561
|
/** @internal */
|
|
2556
2562
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
|
|
2557
|
-
"__@BRAND@
|
|
2563
|
+
"__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound;
|
|
2558
2564
|
};
|
|
2559
2565
|
/** @internal */
|
|
2560
2566
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
|
|
@@ -2573,30 +2579,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2573
2579
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
|
|
2574
2580
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
|
|
2575
2581
|
/** @internal */
|
|
2576
|
-
export declare const
|
|
2582
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
2577
2583
|
/** @internal */
|
|
2578
|
-
export type
|
|
2584
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound = {};
|
|
2579
2585
|
/** @internal */
|
|
2580
|
-
export declare const
|
|
2586
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838>;
|
|
2581
2587
|
/**
|
|
2582
2588
|
* @internal
|
|
2583
2589
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2584
2590
|
*/
|
|
2585
|
-
export declare namespace
|
|
2586
|
-
/** @deprecated use `
|
|
2587
|
-
const inboundSchema: z.ZodType<
|
|
2588
|
-
/** @deprecated use `
|
|
2589
|
-
const outboundSchema: z.ZodType<
|
|
2590
|
-
/** @deprecated use `
|
|
2591
|
-
type Outbound =
|
|
2591
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$ {
|
|
2592
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema` instead. */
|
|
2593
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
2594
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema` instead. */
|
|
2595
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838>;
|
|
2596
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound` instead. */
|
|
2597
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound;
|
|
2592
2598
|
}
|
|
2593
|
-
export declare function
|
|
2594
|
-
export declare function
|
|
2599
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838): string;
|
|
2600
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838, SDKValidationError>;
|
|
2595
2601
|
/** @internal */
|
|
2596
2602
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
|
|
2597
2603
|
/** @internal */
|
|
2598
2604
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
|
|
2599
|
-
"__@BRAND@
|
|
2605
|
+
"__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound;
|
|
2600
2606
|
};
|
|
2601
2607
|
/** @internal */
|
|
2602
2608
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
|
|
@@ -3282,30 +3288,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
|
|
|
3282
3288
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
|
|
3283
3289
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
|
|
3284
3290
|
/** @internal */
|
|
3285
|
-
export declare const
|
|
3291
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
3286
3292
|
/** @internal */
|
|
3287
|
-
export type
|
|
3293
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound = {};
|
|
3288
3294
|
/** @internal */
|
|
3289
|
-
export declare const
|
|
3295
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838>;
|
|
3290
3296
|
/**
|
|
3291
3297
|
* @internal
|
|
3292
3298
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3293
3299
|
*/
|
|
3294
|
-
export declare namespace
|
|
3295
|
-
/** @deprecated use `
|
|
3296
|
-
const inboundSchema: z.ZodType<
|
|
3297
|
-
/** @deprecated use `
|
|
3298
|
-
const outboundSchema: z.ZodType<
|
|
3299
|
-
/** @deprecated use `
|
|
3300
|
-
type Outbound =
|
|
3300
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$ {
|
|
3301
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema` instead. */
|
|
3302
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
3303
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema` instead. */
|
|
3304
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838>;
|
|
3305
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound` instead. */
|
|
3306
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound;
|
|
3301
3307
|
}
|
|
3302
|
-
export declare function
|
|
3303
|
-
export declare function
|
|
3308
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838): string;
|
|
3309
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838, SDKValidationError>;
|
|
3304
3310
|
/** @internal */
|
|
3305
3311
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
|
|
3306
3312
|
/** @internal */
|
|
3307
3313
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
|
|
3308
|
-
"__@BRAND@
|
|
3314
|
+
"__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound;
|
|
3309
3315
|
};
|
|
3310
3316
|
/** @internal */
|
|
3311
3317
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
|
|
@@ -3324,30 +3330,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
|
|
|
3324
3330
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
|
|
3325
3331
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
|
|
3326
3332
|
/** @internal */
|
|
3327
|
-
export declare const
|
|
3333
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
3328
3334
|
/** @internal */
|
|
3329
|
-
export type
|
|
3335
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound = {};
|
|
3330
3336
|
/** @internal */
|
|
3331
|
-
export declare const
|
|
3337
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838>;
|
|
3332
3338
|
/**
|
|
3333
3339
|
* @internal
|
|
3334
3340
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3335
3341
|
*/
|
|
3336
|
-
export declare namespace
|
|
3337
|
-
/** @deprecated use `
|
|
3338
|
-
const inboundSchema: z.ZodType<
|
|
3339
|
-
/** @deprecated use `
|
|
3340
|
-
const outboundSchema: z.ZodType<
|
|
3341
|
-
/** @deprecated use `
|
|
3342
|
-
type Outbound =
|
|
3342
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$ {
|
|
3343
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema` instead. */
|
|
3344
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
3345
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema` instead. */
|
|
3346
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838>;
|
|
3347
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound` instead. */
|
|
3348
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound;
|
|
3343
3349
|
}
|
|
3344
|
-
export declare function
|
|
3345
|
-
export declare function
|
|
3350
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838): string;
|
|
3351
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838, SDKValidationError>;
|
|
3346
3352
|
/** @internal */
|
|
3347
3353
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
|
|
3348
3354
|
/** @internal */
|
|
3349
3355
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
|
|
3350
|
-
"__@BRAND@
|
|
3356
|
+
"__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound;
|
|
3351
3357
|
};
|
|
3352
3358
|
/** @internal */
|
|
3353
3359
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
|
|
@@ -3366,30 +3372,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
|
|
|
3366
3372
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
|
|
3367
3373
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
|
|
3368
3374
|
/** @internal */
|
|
3369
|
-
export declare const
|
|
3375
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
3370
3376
|
/** @internal */
|
|
3371
|
-
export type
|
|
3377
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound = {};
|
|
3372
3378
|
/** @internal */
|
|
3373
|
-
export declare const
|
|
3379
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838>;
|
|
3374
3380
|
/**
|
|
3375
3381
|
* @internal
|
|
3376
3382
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3377
3383
|
*/
|
|
3378
|
-
export declare namespace
|
|
3379
|
-
/** @deprecated use `
|
|
3380
|
-
const inboundSchema: z.ZodType<
|
|
3381
|
-
/** @deprecated use `
|
|
3382
|
-
const outboundSchema: z.ZodType<
|
|
3383
|
-
/** @deprecated use `
|
|
3384
|
-
type Outbound =
|
|
3384
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$ {
|
|
3385
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema` instead. */
|
|
3386
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
3387
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema` instead. */
|
|
3388
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838>;
|
|
3389
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound` instead. */
|
|
3390
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound;
|
|
3385
3391
|
}
|
|
3386
|
-
export declare function
|
|
3387
|
-
export declare function
|
|
3392
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838): string;
|
|
3393
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838, SDKValidationError>;
|
|
3388
3394
|
/** @internal */
|
|
3389
3395
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
|
|
3390
3396
|
/** @internal */
|
|
3391
3397
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
|
|
3392
|
-
"__@BRAND@
|
|
3398
|
+
"__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound;
|
|
3393
3399
|
};
|
|
3394
3400
|
/** @internal */
|
|
3395
3401
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
|
|
@@ -4737,30 +4743,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
4737
4743
|
}>;
|
|
4738
4744
|
}
|
|
4739
4745
|
/** @internal */
|
|
4740
|
-
export declare const
|
|
4746
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
4741
4747
|
/** @internal */
|
|
4742
|
-
export type
|
|
4748
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound = {};
|
|
4743
4749
|
/** @internal */
|
|
4744
|
-
export declare const
|
|
4750
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838>;
|
|
4745
4751
|
/**
|
|
4746
4752
|
* @internal
|
|
4747
4753
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4748
4754
|
*/
|
|
4749
|
-
export declare namespace
|
|
4750
|
-
/** @deprecated use `
|
|
4751
|
-
const inboundSchema: z.ZodType<
|
|
4752
|
-
/** @deprecated use `
|
|
4753
|
-
const outboundSchema: z.ZodType<
|
|
4754
|
-
/** @deprecated use `
|
|
4755
|
-
type Outbound =
|
|
4755
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$ {
|
|
4756
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema` instead. */
|
|
4757
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
4758
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema` instead. */
|
|
4759
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838>;
|
|
4760
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound` instead. */
|
|
4761
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound;
|
|
4756
4762
|
}
|
|
4757
|
-
export declare function
|
|
4758
|
-
export declare function
|
|
4763
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838): string;
|
|
4764
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838, SDKValidationError>;
|
|
4759
4765
|
/** @internal */
|
|
4760
4766
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
|
|
4761
4767
|
/** @internal */
|
|
4762
4768
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
4763
|
-
"__@BRAND@
|
|
4769
|
+
"__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound;
|
|
4764
4770
|
};
|
|
4765
4771
|
/** @internal */
|
|
4766
4772
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
|
|
@@ -4779,30 +4785,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
|
|
|
4779
4785
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
|
|
4780
4786
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
|
|
4781
4787
|
/** @internal */
|
|
4782
|
-
export declare const
|
|
4788
|
+
export declare const PropertiesAtBRANDAt7838$inboundSchema: z.ZodType<PropertiesAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
4783
4789
|
/** @internal */
|
|
4784
|
-
export type
|
|
4790
|
+
export type PropertiesAtBRANDAt7838$Outbound = {};
|
|
4785
4791
|
/** @internal */
|
|
4786
|
-
export declare const
|
|
4792
|
+
export declare const PropertiesAtBRANDAt7838$outboundSchema: z.ZodType<PropertiesAtBRANDAt7838$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7838>;
|
|
4787
4793
|
/**
|
|
4788
4794
|
* @internal
|
|
4789
4795
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4790
4796
|
*/
|
|
4791
|
-
export declare namespace
|
|
4792
|
-
/** @deprecated use `
|
|
4793
|
-
const inboundSchema: z.ZodType<
|
|
4794
|
-
/** @deprecated use `
|
|
4795
|
-
const outboundSchema: z.ZodType<
|
|
4796
|
-
/** @deprecated use `
|
|
4797
|
-
type Outbound =
|
|
4797
|
+
export declare namespace PropertiesAtBRANDAt7838$ {
|
|
4798
|
+
/** @deprecated use `PropertiesAtBRANDAt7838$inboundSchema` instead. */
|
|
4799
|
+
const inboundSchema: z.ZodType<PropertiesAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
4800
|
+
/** @deprecated use `PropertiesAtBRANDAt7838$outboundSchema` instead. */
|
|
4801
|
+
const outboundSchema: z.ZodType<PropertiesAtBRANDAt7838$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7838>;
|
|
4802
|
+
/** @deprecated use `PropertiesAtBRANDAt7838$Outbound` instead. */
|
|
4803
|
+
type Outbound = PropertiesAtBRANDAt7838$Outbound;
|
|
4798
4804
|
}
|
|
4799
|
-
export declare function
|
|
4800
|
-
export declare function
|
|
4805
|
+
export declare function propertiesAtBRANDAt7838ToJSON(propertiesAtBRANDAt7838: PropertiesAtBRANDAt7838): string;
|
|
4806
|
+
export declare function propertiesAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt7838, SDKValidationError>;
|
|
4801
4807
|
/** @internal */
|
|
4802
4808
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
|
|
4803
4809
|
/** @internal */
|
|
4804
4810
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
4805
|
-
"__@BRAND@
|
|
4811
|
+
"__@BRAND@7838": PropertiesAtBRANDAt7838$Outbound;
|
|
4806
4812
|
};
|
|
4807
4813
|
/** @internal */
|
|
4808
4814
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
|
|
@@ -4821,30 +4827,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
|
|
|
4821
4827
|
export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
|
|
4822
4828
|
export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
|
|
4823
4829
|
/** @internal */
|
|
4824
|
-
export declare const
|
|
4830
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
4825
4831
|
/** @internal */
|
|
4826
|
-
export type
|
|
4832
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound = {};
|
|
4827
4833
|
/** @internal */
|
|
4828
|
-
export declare const
|
|
4834
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7838>;
|
|
4829
4835
|
/**
|
|
4830
4836
|
* @internal
|
|
4831
4837
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4832
4838
|
*/
|
|
4833
|
-
export declare namespace
|
|
4834
|
-
/** @deprecated use `
|
|
4835
|
-
const inboundSchema: z.ZodType<
|
|
4836
|
-
/** @deprecated use `
|
|
4837
|
-
const outboundSchema: z.ZodType<
|
|
4838
|
-
/** @deprecated use `
|
|
4839
|
-
type Outbound =
|
|
4839
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$ {
|
|
4840
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema` instead. */
|
|
4841
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
4842
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema` instead. */
|
|
4843
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7838>;
|
|
4844
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound` instead. */
|
|
4845
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound;
|
|
4840
4846
|
}
|
|
4841
|
-
export declare function
|
|
4842
|
-
export declare function
|
|
4847
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesAtBRANDAt7838): string;
|
|
4848
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt7838, SDKValidationError>;
|
|
4843
4849
|
/** @internal */
|
|
4844
4850
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
|
|
4845
4851
|
/** @internal */
|
|
4846
4852
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
4847
|
-
"__@BRAND@
|
|
4853
|
+
"__@BRAND@7838": CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound;
|
|
4848
4854
|
};
|
|
4849
4855
|
/** @internal */
|
|
4850
4856
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
|
|
@@ -5241,6 +5247,7 @@ export declare namespace Tags$ {
|
|
|
5241
5247
|
readonly Authentication: "authentication";
|
|
5242
5248
|
readonly Workflow: "workflow";
|
|
5243
5249
|
readonly LogDrain: "logDrain";
|
|
5250
|
+
readonly TraceDrain: "traceDrain";
|
|
5244
5251
|
readonly Messaging: "messaging";
|
|
5245
5252
|
readonly Other: "other";
|
|
5246
5253
|
readonly Mysql: "mysql";
|
|
@@ -5269,6 +5276,7 @@ export declare namespace Tags$ {
|
|
|
5269
5276
|
readonly TagChecks: "tag_checks";
|
|
5270
5277
|
readonly TagStorage: "tag_storage";
|
|
5271
5278
|
readonly TagLogDrain: "tag_logDrain";
|
|
5279
|
+
readonly TagTraceDrain: "tag_traceDrain";
|
|
5272
5280
|
readonly TagOther: "tag_other";
|
|
5273
5281
|
}>;
|
|
5274
5282
|
/** @deprecated use `Tags$outboundSchema` instead. */
|
|
@@ -5286,6 +5294,7 @@ export declare namespace Tags$ {
|
|
|
5286
5294
|
readonly Authentication: "authentication";
|
|
5287
5295
|
readonly Workflow: "workflow";
|
|
5288
5296
|
readonly LogDrain: "logDrain";
|
|
5297
|
+
readonly TraceDrain: "traceDrain";
|
|
5289
5298
|
readonly Messaging: "messaging";
|
|
5290
5299
|
readonly Other: "other";
|
|
5291
5300
|
readonly Mysql: "mysql";
|
|
@@ -5314,6 +5323,7 @@ export declare namespace Tags$ {
|
|
|
5314
5323
|
readonly TagChecks: "tag_checks";
|
|
5315
5324
|
readonly TagStorage: "tag_storage";
|
|
5316
5325
|
readonly TagLogDrain: "tag_logDrain";
|
|
5326
|
+
readonly TagTraceDrain: "tag_traceDrain";
|
|
5317
5327
|
readonly TagOther: "tag_other";
|
|
5318
5328
|
}>;
|
|
5319
5329
|
}
|
|
@@ -5339,6 +5349,7 @@ export declare namespace ProjectConnectionScopes$ {
|
|
|
5339
5349
|
readonly ReadWriteLogDrain: "read-write:log-drain";
|
|
5340
5350
|
readonly ReadWriteProjectEnvVars: "read-write:project-env-vars";
|
|
5341
5351
|
readonly ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass";
|
|
5352
|
+
readonly ReadWriteTraceDrain: "read-write:trace-drain";
|
|
5342
5353
|
}>;
|
|
5343
5354
|
/** @deprecated use `ProjectConnectionScopes$outboundSchema` instead. */
|
|
5344
5355
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -5353,6 +5364,7 @@ export declare namespace ProjectConnectionScopes$ {
|
|
|
5353
5364
|
readonly ReadWriteLogDrain: "read-write:log-drain";
|
|
5354
5365
|
readonly ReadWriteProjectEnvVars: "read-write:project-env-vars";
|
|
5355
5366
|
readonly ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass";
|
|
5367
|
+
readonly ReadWriteTraceDrain: "read-write:trace-drain";
|
|
5356
5368
|
}>;
|
|
5357
5369
|
}
|
|
5358
5370
|
/** @internal */
|
|
@@ -5470,30 +5482,30 @@ export declare namespace Guides$ {
|
|
|
5470
5482
|
export declare function guidesToJSON(guides: Guides): string;
|
|
5471
5483
|
export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
|
|
5472
5484
|
/** @internal */
|
|
5473
|
-
export declare const
|
|
5485
|
+
export declare const AtBRANDAt7838$inboundSchema: z.ZodType<AtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
5474
5486
|
/** @internal */
|
|
5475
|
-
export type
|
|
5487
|
+
export type AtBRANDAt7838$Outbound = {};
|
|
5476
5488
|
/** @internal */
|
|
5477
|
-
export declare const
|
|
5489
|
+
export declare const AtBRANDAt7838$outboundSchema: z.ZodType<AtBRANDAt7838$Outbound, z.ZodTypeDef, AtBRANDAt7838>;
|
|
5478
5490
|
/**
|
|
5479
5491
|
* @internal
|
|
5480
5492
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5481
5493
|
*/
|
|
5482
|
-
export declare namespace
|
|
5483
|
-
/** @deprecated use `
|
|
5484
|
-
const inboundSchema: z.ZodType<
|
|
5485
|
-
/** @deprecated use `
|
|
5486
|
-
const outboundSchema: z.ZodType<
|
|
5487
|
-
/** @deprecated use `
|
|
5488
|
-
type Outbound =
|
|
5494
|
+
export declare namespace AtBRANDAt7838$ {
|
|
5495
|
+
/** @deprecated use `AtBRANDAt7838$inboundSchema` instead. */
|
|
5496
|
+
const inboundSchema: z.ZodType<AtBRANDAt7838, z.ZodTypeDef, unknown>;
|
|
5497
|
+
/** @deprecated use `AtBRANDAt7838$outboundSchema` instead. */
|
|
5498
|
+
const outboundSchema: z.ZodType<AtBRANDAt7838$Outbound, z.ZodTypeDef, AtBRANDAt7838>;
|
|
5499
|
+
/** @deprecated use `AtBRANDAt7838$Outbound` instead. */
|
|
5500
|
+
type Outbound = AtBRANDAt7838$Outbound;
|
|
5489
5501
|
}
|
|
5490
|
-
export declare function
|
|
5491
|
-
export declare function
|
|
5502
|
+
export declare function atBRANDAt7838ToJSON(atBRANDAt7838: AtBRANDAt7838): string;
|
|
5503
|
+
export declare function atBRANDAt7838FromJSON(jsonString: string): SafeParseResult<AtBRANDAt7838, SDKValidationError>;
|
|
5492
5504
|
/** @internal */
|
|
5493
5505
|
export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
|
|
5494
5506
|
/** @internal */
|
|
5495
5507
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
5496
|
-
"__@BRAND@
|
|
5508
|
+
"__@BRAND@7838": AtBRANDAt7838$Outbound;
|
|
5497
5509
|
};
|
|
5498
5510
|
/** @internal */
|
|
5499
5511
|
export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;
|