@vercel/sdk 1.16.0 → 1.16.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/README.md +39 -37
- package/bin/mcp-server.js +1263 -912
- package/bin/mcp-server.js.map +42 -39
- package/docs/sdks/logdrains/README.md +7 -7
- package/docs/sdks/projects/README.md +78 -0
- package/docs/sdks/teams/README.md +1 -1
- package/esm/__tests__/accessgroups.test.js +6 -2
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +5 -5
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +4 -4
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +17 -0
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -7
- 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/funcs/logDrainsCreateConfigurableLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +1 -1
- package/esm/funcs/logDrainsCreateLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsCreateLogDrain.js +1 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +1 -1
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +1 -1
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts +1 -1
- package/esm/funcs/logDrainsGetAllLogDrains.js +1 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js +1 -1
- package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +1 -1
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js +1 -1
- package/esm/funcs/projectsGetProjectClientCerts.d.ts +17 -0
- package/esm/funcs/projectsGetProjectClientCerts.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectClientCerts.js +88 -0
- package/esm/funcs/projectsGetProjectClientCerts.js.map +1 -0
- package/esm/funcs/teamsInviteUserToTeam.d.ts +1 -1
- package/esm/funcs/teamsInviteUserToTeam.js +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 +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsCreateLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.js.map +1 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +1 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsGetIntegrationLogDrains.js +1 -1
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.d.ts +7 -0
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.d.ts.map +1 -0
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.js +28 -0
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.js.map +1 -0
- package/esm/mcp-server/tools/teamsInviteUserToTeam.js +1 -1
- package/esm/mcp-server/tools/teamsInviteUserToTeam.js.map +1 -1
- package/esm/models/approverollingreleasestageop.d.ts +78 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +18 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/authuser.d.ts +67 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +49 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +106 -1
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +9 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +78 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +18 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +106 -1
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +9 -0
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +285 -285
- package/esm/models/createintegrationstoredirectop.js +351 -351
- package/esm/models/createlogdrainop.d.ts +3 -0
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +1 -0
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +67 -15
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +47 -6
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getdeploymentop.d.ts +212 -2
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +18 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +3 -0
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +1 -0
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectclientcertsop.d.ts +97 -0
- package/esm/models/getprojectclientcertsop.d.ts.map +1 -0
- package/esm/models/getprojectclientcertsop.js +87 -0
- package/esm/models/getprojectclientcertsop.js.map +1 -0
- package/esm/models/getprojectsop.d.ts +67 -15
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +47 -6
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +78 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +18 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +67 -15
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +47 -6
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +67 -15
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +47 -6
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updatestaticipsop.d.ts +3 -3
- package/esm/models/updatestaticipsop.js +1 -1
- package/esm/models/updatestaticipsop.js.map +1 -1
- package/esm/models/userevent.d.ts +176 -30
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +136 -12
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/logdrains.d.ts +7 -7
- package/esm/sdk/logdrains.js +7 -7
- package/esm/sdk/projects.d.ts +8 -0
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +10 -0
- package/esm/sdk/projects.js.map +1 -1
- package/esm/sdk/teams.d.ts +1 -1
- package/esm/sdk/teams.js +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 +6 -2
- package/src/__tests__/domains.test.ts +5 -5
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +4 -4
- package/src/__tests__/projects.test.ts +20 -0
- package/src/__tests__/rollingrelease.test.ts +2 -7
- package/src/__tests__/security.test.ts +1 -11
- package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +1 -1
- package/src/funcs/logDrainsCreateLogDrain.ts +1 -1
- package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +1 -1
- package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +1 -1
- package/src/funcs/logDrainsGetAllLogDrains.ts +1 -1
- package/src/funcs/logDrainsGetConfigurableLogDrain.ts +1 -1
- package/src/funcs/logDrainsGetIntegrationLogDrains.ts +1 -1
- package/src/funcs/projectsGetProjectClientCerts.ts +177 -0
- package/src/funcs/teamsInviteUserToTeam.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsCreateLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.ts +2 -1
- package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +1 -1
- package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsGetIntegrationLogDrains.ts +1 -1
- package/src/mcp-server/tools/projectsGetProjectClientCerts.ts +37 -0
- package/src/mcp-server/tools/teamsInviteUserToTeam.ts +1 -1
- package/src/models/approverollingreleasestageop.ts +78 -0
- package/src/models/authuser.ts +100 -0
- package/src/models/canceldeploymentop.ts +106 -1
- package/src/models/completerollingreleaseop.ts +78 -0
- package/src/models/createdeploymentop.ts +106 -1
- package/src/models/createintegrationstoredirectop.ts +604 -604
- package/src/models/createlogdrainop.ts +1 -0
- package/src/models/createprojectop.ts +126 -19
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getdeploymentop.ts +212 -2
- package/src/models/getintegrationlogdrainsop.ts +1 -0
- package/src/models/getprojectclientcertsop.ts +207 -0
- package/src/models/getprojectsop.ts +124 -19
- package/src/models/getrollingreleaseop.ts +78 -0
- package/src/models/updateprojectdatacacheop.ts +129 -19
- package/src/models/updateprojectop.ts +126 -19
- package/src/models/updatestaticipsop.ts +1 -1
- package/src/models/userevent.ts +329 -39
- package/src/sdk/logdrains.ts +7 -7
- package/src/sdk/projects.ts +22 -0
- package/src/sdk/teams.ts +1 -1
- package/vercel-spec.json +1092 -278
|
@@ -218,9 +218,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
|
|
|
218
218
|
readonly Object: "object";
|
|
219
219
|
};
|
|
220
220
|
export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
|
|
221
|
-
export type
|
|
221
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675 = {};
|
|
222
222
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
223
|
-
|
|
223
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675;
|
|
224
224
|
};
|
|
225
225
|
export declare const CreateIntegrationStoreDirectDisabled3: {
|
|
226
226
|
readonly Update: "update";
|
|
@@ -253,17 +253,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
253
253
|
readonly Domain: "domain";
|
|
254
254
|
};
|
|
255
255
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
|
|
256
|
-
export type
|
|
256
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675 = {};
|
|
257
257
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
|
|
258
|
-
|
|
258
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675;
|
|
259
259
|
};
|
|
260
|
-
export type
|
|
260
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675 = {};
|
|
261
261
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
|
|
262
|
-
|
|
262
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675;
|
|
263
263
|
};
|
|
264
|
-
export type
|
|
264
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675 = {};
|
|
265
265
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
|
|
266
|
-
|
|
266
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675;
|
|
267
267
|
};
|
|
268
268
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
|
|
269
269
|
readonly Update: "update";
|
|
@@ -324,9 +324,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
324
324
|
readonly VercelRegion: "vercel-region";
|
|
325
325
|
};
|
|
326
326
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
|
|
327
|
-
export type
|
|
327
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675 = {};
|
|
328
328
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
329
|
-
|
|
329
|
+
atBRANDAt8675: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675;
|
|
330
330
|
};
|
|
331
331
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
|
|
332
332
|
readonly Update: "update";
|
|
@@ -351,9 +351,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
351
351
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
|
|
352
352
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
|
|
353
353
|
};
|
|
354
|
-
export type
|
|
354
|
+
export type UiOptionsAtBRANDAt8675 = {};
|
|
355
355
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
356
|
-
|
|
356
|
+
atBRANDAt8675: UiOptionsAtBRANDAt8675;
|
|
357
357
|
};
|
|
358
358
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
|
|
359
359
|
readonly Update: "update";
|
|
@@ -380,17 +380,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
|
|
|
380
380
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
|
|
381
381
|
};
|
|
382
382
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
|
|
383
|
-
export type
|
|
383
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675 = {};
|
|
384
384
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
|
|
385
|
-
|
|
385
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675;
|
|
386
386
|
};
|
|
387
|
-
export type
|
|
387
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675 = {};
|
|
388
388
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
|
|
389
|
-
|
|
389
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675;
|
|
390
390
|
};
|
|
391
|
-
export type
|
|
391
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675 = {};
|
|
392
392
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
|
|
393
|
-
|
|
393
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675;
|
|
394
394
|
};
|
|
395
395
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
|
|
396
396
|
readonly Update: "update";
|
|
@@ -452,17 +452,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
452
452
|
readonly String: "string";
|
|
453
453
|
};
|
|
454
454
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
|
|
455
|
-
export type
|
|
455
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675 = {};
|
|
456
456
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength = {
|
|
457
|
-
|
|
457
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675;
|
|
458
458
|
};
|
|
459
|
-
export type
|
|
459
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675 = {};
|
|
460
460
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength = {
|
|
461
|
-
|
|
461
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675;
|
|
462
462
|
};
|
|
463
|
-
export type
|
|
463
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675 = {};
|
|
464
464
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern = {
|
|
465
|
-
|
|
465
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675;
|
|
466
466
|
};
|
|
467
467
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
468
468
|
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
|
|
@@ -585,17 +585,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
585
585
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
|
|
586
586
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
|
|
587
587
|
};
|
|
588
|
-
export type
|
|
588
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675 = {};
|
|
589
589
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
590
|
-
|
|
590
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675;
|
|
591
591
|
};
|
|
592
|
-
export type
|
|
592
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675 = {};
|
|
593
593
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
594
|
-
|
|
594
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675;
|
|
595
595
|
};
|
|
596
|
-
export type
|
|
596
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675 = {};
|
|
597
597
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
598
|
-
|
|
598
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675;
|
|
599
599
|
};
|
|
600
600
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
|
|
601
601
|
readonly Update: "update";
|
|
@@ -841,17 +841,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
|
|
|
841
841
|
readonly Input: "input";
|
|
842
842
|
};
|
|
843
843
|
export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
|
|
844
|
-
export type
|
|
844
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675 = {};
|
|
845
845
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
846
|
-
|
|
846
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675;
|
|
847
847
|
};
|
|
848
|
-
export type
|
|
848
|
+
export type PropertiesAtBRANDAt8675 = {};
|
|
849
849
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
850
|
-
|
|
850
|
+
atBRANDAt8675: PropertiesAtBRANDAt8675;
|
|
851
851
|
};
|
|
852
|
-
export type
|
|
852
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8675 = {};
|
|
853
853
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
854
|
-
|
|
854
|
+
atBRANDAt8675: CreateIntegrationStoreDirectPropertiesAtBRANDAt8675;
|
|
855
855
|
};
|
|
856
856
|
export declare const CreateIntegrationStoreDirectUiReadOnly3: {
|
|
857
857
|
readonly Update: "update";
|
|
@@ -1009,9 +1009,9 @@ export type Guides = {
|
|
|
1009
1009
|
title: string;
|
|
1010
1010
|
steps: Array<Steps>;
|
|
1011
1011
|
};
|
|
1012
|
-
export type
|
|
1012
|
+
export type AtBRANDAt8675 = {};
|
|
1013
1013
|
export type CreateIntegrationStoreDirectValue = {
|
|
1014
|
-
|
|
1014
|
+
atBRANDAt8675: AtBRANDAt8675;
|
|
1015
1015
|
};
|
|
1016
1016
|
export declare const Disabled3: {
|
|
1017
1017
|
readonly Update: "update";
|
|
@@ -1747,30 +1747,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
1747
1747
|
}>;
|
|
1748
1748
|
}
|
|
1749
1749
|
/** @internal */
|
|
1750
|
-
export declare const
|
|
1750
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
1751
1751
|
/** @internal */
|
|
1752
|
-
export type
|
|
1752
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound = {};
|
|
1753
1753
|
/** @internal */
|
|
1754
|
-
export declare const
|
|
1754
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675>;
|
|
1755
1755
|
/**
|
|
1756
1756
|
* @internal
|
|
1757
1757
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1758
1758
|
*/
|
|
1759
|
-
export declare namespace
|
|
1760
|
-
/** @deprecated use `
|
|
1761
|
-
const inboundSchema: z.ZodType<
|
|
1762
|
-
/** @deprecated use `
|
|
1763
|
-
const outboundSchema: z.ZodType<
|
|
1764
|
-
/** @deprecated use `
|
|
1765
|
-
type Outbound =
|
|
1759
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$ {
|
|
1760
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema` instead. */
|
|
1761
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
1762
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema` instead. */
|
|
1763
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675>;
|
|
1764
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound` instead. */
|
|
1765
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound;
|
|
1766
1766
|
}
|
|
1767
|
-
export declare function
|
|
1768
|
-
export declare function
|
|
1767
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675): string;
|
|
1768
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675, SDKValidationError>;
|
|
1769
1769
|
/** @internal */
|
|
1770
1770
|
export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
|
|
1771
1771
|
/** @internal */
|
|
1772
1772
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
1773
|
-
"__@BRAND@
|
|
1773
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound;
|
|
1774
1774
|
};
|
|
1775
1775
|
/** @internal */
|
|
1776
1776
|
export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
|
|
@@ -1973,30 +1973,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
1973
1973
|
}>;
|
|
1974
1974
|
}
|
|
1975
1975
|
/** @internal */
|
|
1976
|
-
export declare const
|
|
1976
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
1977
1977
|
/** @internal */
|
|
1978
|
-
export type
|
|
1978
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound = {};
|
|
1979
1979
|
/** @internal */
|
|
1980
|
-
export declare const
|
|
1980
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675>;
|
|
1981
1981
|
/**
|
|
1982
1982
|
* @internal
|
|
1983
1983
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1984
1984
|
*/
|
|
1985
|
-
export declare namespace
|
|
1986
|
-
/** @deprecated use `
|
|
1987
|
-
const inboundSchema: z.ZodType<
|
|
1988
|
-
/** @deprecated use `
|
|
1989
|
-
const outboundSchema: z.ZodType<
|
|
1990
|
-
/** @deprecated use `
|
|
1991
|
-
type Outbound =
|
|
1985
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$ {
|
|
1986
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema` instead. */
|
|
1987
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
1988
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema` instead. */
|
|
1989
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675>;
|
|
1990
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound` instead. */
|
|
1991
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound;
|
|
1992
1992
|
}
|
|
1993
|
-
export declare function
|
|
1994
|
-
export declare function
|
|
1993
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675): string;
|
|
1994
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675, SDKValidationError>;
|
|
1995
1995
|
/** @internal */
|
|
1996
1996
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
|
|
1997
1997
|
/** @internal */
|
|
1998
1998
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
|
|
1999
|
-
"__@BRAND@
|
|
1999
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound;
|
|
2000
2000
|
};
|
|
2001
2001
|
/** @internal */
|
|
2002
2002
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
|
|
@@ -2015,30 +2015,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2015
2015
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
|
|
2016
2016
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
|
|
2017
2017
|
/** @internal */
|
|
2018
|
-
export declare const
|
|
2018
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
2019
2019
|
/** @internal */
|
|
2020
|
-
export type
|
|
2020
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound = {};
|
|
2021
2021
|
/** @internal */
|
|
2022
|
-
export declare const
|
|
2022
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675>;
|
|
2023
2023
|
/**
|
|
2024
2024
|
* @internal
|
|
2025
2025
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2026
2026
|
*/
|
|
2027
|
-
export declare namespace
|
|
2028
|
-
/** @deprecated use `
|
|
2029
|
-
const inboundSchema: z.ZodType<
|
|
2030
|
-
/** @deprecated use `
|
|
2031
|
-
const outboundSchema: z.ZodType<
|
|
2032
|
-
/** @deprecated use `
|
|
2033
|
-
type Outbound =
|
|
2027
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$ {
|
|
2028
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema` instead. */
|
|
2029
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
2030
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema` instead. */
|
|
2031
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675>;
|
|
2032
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound` instead. */
|
|
2033
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound;
|
|
2034
2034
|
}
|
|
2035
|
-
export declare function
|
|
2036
|
-
export declare function
|
|
2035
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675): string;
|
|
2036
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675, SDKValidationError>;
|
|
2037
2037
|
/** @internal */
|
|
2038
2038
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
|
|
2039
2039
|
/** @internal */
|
|
2040
2040
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
|
|
2041
|
-
"__@BRAND@
|
|
2041
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound;
|
|
2042
2042
|
};
|
|
2043
2043
|
/** @internal */
|
|
2044
2044
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
|
|
@@ -2057,30 +2057,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2057
2057
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
|
|
2058
2058
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
|
|
2059
2059
|
/** @internal */
|
|
2060
|
-
export declare const
|
|
2060
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
2061
2061
|
/** @internal */
|
|
2062
|
-
export type
|
|
2062
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound = {};
|
|
2063
2063
|
/** @internal */
|
|
2064
|
-
export declare const
|
|
2064
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675>;
|
|
2065
2065
|
/**
|
|
2066
2066
|
* @internal
|
|
2067
2067
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2068
2068
|
*/
|
|
2069
|
-
export declare namespace
|
|
2070
|
-
/** @deprecated use `
|
|
2071
|
-
const inboundSchema: z.ZodType<
|
|
2072
|
-
/** @deprecated use `
|
|
2073
|
-
const outboundSchema: z.ZodType<
|
|
2074
|
-
/** @deprecated use `
|
|
2075
|
-
type Outbound =
|
|
2069
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$ {
|
|
2070
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema` instead. */
|
|
2071
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
2072
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema` instead. */
|
|
2073
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675>;
|
|
2074
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound` instead. */
|
|
2075
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound;
|
|
2076
2076
|
}
|
|
2077
|
-
export declare function
|
|
2078
|
-
export declare function
|
|
2077
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675): string;
|
|
2078
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675, SDKValidationError>;
|
|
2079
2079
|
/** @internal */
|
|
2080
2080
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
|
|
2081
2081
|
/** @internal */
|
|
2082
2082
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
|
|
2083
|
-
"__@BRAND@
|
|
2083
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound;
|
|
2084
2084
|
};
|
|
2085
2085
|
/** @internal */
|
|
2086
2086
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
|
|
@@ -2421,30 +2421,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2421
2421
|
}>;
|
|
2422
2422
|
}
|
|
2423
2423
|
/** @internal */
|
|
2424
|
-
export declare const
|
|
2424
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
2425
2425
|
/** @internal */
|
|
2426
|
-
export type
|
|
2426
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound = {};
|
|
2427
2427
|
/** @internal */
|
|
2428
|
-
export declare const
|
|
2428
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675>;
|
|
2429
2429
|
/**
|
|
2430
2430
|
* @internal
|
|
2431
2431
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2432
2432
|
*/
|
|
2433
|
-
export declare namespace
|
|
2434
|
-
/** @deprecated use `
|
|
2435
|
-
const inboundSchema: z.ZodType<
|
|
2436
|
-
/** @deprecated use `
|
|
2437
|
-
const outboundSchema: z.ZodType<
|
|
2438
|
-
/** @deprecated use `
|
|
2439
|
-
type Outbound =
|
|
2433
|
+
export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$ {
|
|
2434
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema` instead. */
|
|
2435
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
2436
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema` instead. */
|
|
2437
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675>;
|
|
2438
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound` instead. */
|
|
2439
|
+
type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound;
|
|
2440
2440
|
}
|
|
2441
|
-
export declare function
|
|
2442
|
-
export declare function
|
|
2441
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8675ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8675: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675): string;
|
|
2442
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675, SDKValidationError>;
|
|
2443
2443
|
/** @internal */
|
|
2444
2444
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
|
|
2445
2445
|
/** @internal */
|
|
2446
2446
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
2447
|
-
"__@BRAND@
|
|
2447
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound;
|
|
2448
2448
|
};
|
|
2449
2449
|
/** @internal */
|
|
2450
2450
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
|
|
@@ -2611,30 +2611,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
|
|
|
2611
2611
|
export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
|
|
2612
2612
|
export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
|
|
2613
2613
|
/** @internal */
|
|
2614
|
-
export declare const
|
|
2614
|
+
export declare const UiOptionsAtBRANDAt8675$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
2615
2615
|
/** @internal */
|
|
2616
|
-
export type
|
|
2616
|
+
export type UiOptionsAtBRANDAt8675$Outbound = {};
|
|
2617
2617
|
/** @internal */
|
|
2618
|
-
export declare const
|
|
2618
|
+
export declare const UiOptionsAtBRANDAt8675$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8675$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8675>;
|
|
2619
2619
|
/**
|
|
2620
2620
|
* @internal
|
|
2621
2621
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2622
2622
|
*/
|
|
2623
|
-
export declare namespace
|
|
2624
|
-
/** @deprecated use `
|
|
2625
|
-
const inboundSchema: z.ZodType<
|
|
2626
|
-
/** @deprecated use `
|
|
2627
|
-
const outboundSchema: z.ZodType<
|
|
2628
|
-
/** @deprecated use `
|
|
2629
|
-
type Outbound =
|
|
2623
|
+
export declare namespace UiOptionsAtBRANDAt8675$ {
|
|
2624
|
+
/** @deprecated use `UiOptionsAtBRANDAt8675$inboundSchema` instead. */
|
|
2625
|
+
const inboundSchema: z.ZodType<UiOptionsAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
2626
|
+
/** @deprecated use `UiOptionsAtBRANDAt8675$outboundSchema` instead. */
|
|
2627
|
+
const outboundSchema: z.ZodType<UiOptionsAtBRANDAt8675$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8675>;
|
|
2628
|
+
/** @deprecated use `UiOptionsAtBRANDAt8675$Outbound` instead. */
|
|
2629
|
+
type Outbound = UiOptionsAtBRANDAt8675$Outbound;
|
|
2630
2630
|
}
|
|
2631
|
-
export declare function
|
|
2632
|
-
export declare function
|
|
2631
|
+
export declare function uiOptionsAtBRANDAt8675ToJSON(uiOptionsAtBRANDAt8675: UiOptionsAtBRANDAt8675): string;
|
|
2632
|
+
export declare function uiOptionsAtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8675, SDKValidationError>;
|
|
2633
2633
|
/** @internal */
|
|
2634
2634
|
export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
|
|
2635
2635
|
/** @internal */
|
|
2636
2636
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
2637
|
-
"__@BRAND@
|
|
2637
|
+
"__@BRAND@8675": UiOptionsAtBRANDAt8675$Outbound;
|
|
2638
2638
|
};
|
|
2639
2639
|
/** @internal */
|
|
2640
2640
|
export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
|
|
@@ -2822,30 +2822,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2822
2822
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
|
|
2823
2823
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
|
|
2824
2824
|
/** @internal */
|
|
2825
|
-
export declare const
|
|
2825
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
2826
2826
|
/** @internal */
|
|
2827
|
-
export type
|
|
2827
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound = {};
|
|
2828
2828
|
/** @internal */
|
|
2829
|
-
export declare const
|
|
2829
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675>;
|
|
2830
2830
|
/**
|
|
2831
2831
|
* @internal
|
|
2832
2832
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2833
2833
|
*/
|
|
2834
|
-
export declare namespace
|
|
2835
|
-
/** @deprecated use `
|
|
2836
|
-
const inboundSchema: z.ZodType<
|
|
2837
|
-
/** @deprecated use `
|
|
2838
|
-
const outboundSchema: z.ZodType<
|
|
2839
|
-
/** @deprecated use `
|
|
2840
|
-
type Outbound =
|
|
2834
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$ {
|
|
2835
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema` instead. */
|
|
2836
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
2837
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema` instead. */
|
|
2838
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675>;
|
|
2839
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound` instead. */
|
|
2840
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound;
|
|
2841
2841
|
}
|
|
2842
|
-
export declare function
|
|
2843
|
-
export declare function
|
|
2842
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675): string;
|
|
2843
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675, SDKValidationError>;
|
|
2844
2844
|
/** @internal */
|
|
2845
2845
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
|
|
2846
2846
|
/** @internal */
|
|
2847
2847
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
|
|
2848
|
-
"__@BRAND@
|
|
2848
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound;
|
|
2849
2849
|
};
|
|
2850
2850
|
/** @internal */
|
|
2851
2851
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
|
|
@@ -2864,30 +2864,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2864
2864
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
|
|
2865
2865
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
|
|
2866
2866
|
/** @internal */
|
|
2867
|
-
export declare const
|
|
2867
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
2868
2868
|
/** @internal */
|
|
2869
|
-
export type
|
|
2869
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound = {};
|
|
2870
2870
|
/** @internal */
|
|
2871
|
-
export declare const
|
|
2871
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675>;
|
|
2872
2872
|
/**
|
|
2873
2873
|
* @internal
|
|
2874
2874
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2875
2875
|
*/
|
|
2876
|
-
export declare namespace
|
|
2877
|
-
/** @deprecated use `
|
|
2878
|
-
const inboundSchema: z.ZodType<
|
|
2879
|
-
/** @deprecated use `
|
|
2880
|
-
const outboundSchema: z.ZodType<
|
|
2881
|
-
/** @deprecated use `
|
|
2882
|
-
type Outbound =
|
|
2876
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$ {
|
|
2877
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema` instead. */
|
|
2878
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
2879
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema` instead. */
|
|
2880
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675>;
|
|
2881
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound` instead. */
|
|
2882
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound;
|
|
2883
2883
|
}
|
|
2884
|
-
export declare function
|
|
2885
|
-
export declare function
|
|
2884
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675): string;
|
|
2885
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675, SDKValidationError>;
|
|
2886
2886
|
/** @internal */
|
|
2887
2887
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
|
|
2888
2888
|
/** @internal */
|
|
2889
2889
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
|
|
2890
|
-
"__@BRAND@
|
|
2890
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound;
|
|
2891
2891
|
};
|
|
2892
2892
|
/** @internal */
|
|
2893
2893
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
|
|
@@ -2906,30 +2906,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2906
2906
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
|
|
2907
2907
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
|
|
2908
2908
|
/** @internal */
|
|
2909
|
-
export declare const
|
|
2909
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
2910
2910
|
/** @internal */
|
|
2911
|
-
export type
|
|
2911
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound = {};
|
|
2912
2912
|
/** @internal */
|
|
2913
|
-
export declare const
|
|
2913
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675>;
|
|
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 CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$ {
|
|
2919
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema` instead. */
|
|
2920
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
2921
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema` instead. */
|
|
2922
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675>;
|
|
2923
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound` instead. */
|
|
2924
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound;
|
|
2925
2925
|
}
|
|
2926
|
-
export declare function
|
|
2927
|
-
export declare function
|
|
2926
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675): string;
|
|
2927
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675, SDKValidationError>;
|
|
2928
2928
|
/** @internal */
|
|
2929
2929
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
|
|
2930
2930
|
/** @internal */
|
|
2931
2931
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
|
|
2932
|
-
"__@BRAND@
|
|
2932
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound;
|
|
2933
2933
|
};
|
|
2934
2934
|
/** @internal */
|
|
2935
2935
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
|
|
@@ -3271,30 +3271,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
3271
3271
|
}>;
|
|
3272
3272
|
}
|
|
3273
3273
|
/** @internal */
|
|
3274
|
-
export declare const
|
|
3274
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
3275
3275
|
/** @internal */
|
|
3276
|
-
export type
|
|
3276
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound = {};
|
|
3277
3277
|
/** @internal */
|
|
3278
|
-
export declare const
|
|
3278
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675>;
|
|
3279
3279
|
/**
|
|
3280
3280
|
* @internal
|
|
3281
3281
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3282
3282
|
*/
|
|
3283
|
-
export declare namespace
|
|
3284
|
-
/** @deprecated use `
|
|
3285
|
-
const inboundSchema: z.ZodType<
|
|
3286
|
-
/** @deprecated use `
|
|
3287
|
-
const outboundSchema: z.ZodType<
|
|
3288
|
-
/** @deprecated use `
|
|
3289
|
-
type Outbound =
|
|
3283
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$ {
|
|
3284
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema` instead. */
|
|
3285
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
3286
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema` instead. */
|
|
3287
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675>;
|
|
3288
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound` instead. */
|
|
3289
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound;
|
|
3290
3290
|
}
|
|
3291
|
-
export declare function
|
|
3292
|
-
export declare function
|
|
3291
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675): string;
|
|
3292
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675, SDKValidationError>;
|
|
3293
3293
|
/** @internal */
|
|
3294
3294
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
|
|
3295
3295
|
/** @internal */
|
|
3296
3296
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound = {
|
|
3297
|
-
"__@BRAND@
|
|
3297
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound;
|
|
3298
3298
|
};
|
|
3299
3299
|
/** @internal */
|
|
3300
3300
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
|
|
@@ -3313,30 +3313,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
3313
3313
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength): string;
|
|
3314
3314
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, SDKValidationError>;
|
|
3315
3315
|
/** @internal */
|
|
3316
|
-
export declare const
|
|
3316
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
3317
3317
|
/** @internal */
|
|
3318
|
-
export type
|
|
3318
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound = {};
|
|
3319
3319
|
/** @internal */
|
|
3320
|
-
export declare const
|
|
3320
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675>;
|
|
3321
3321
|
/**
|
|
3322
3322
|
* @internal
|
|
3323
3323
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3324
3324
|
*/
|
|
3325
|
-
export declare namespace
|
|
3326
|
-
/** @deprecated use `
|
|
3327
|
-
const inboundSchema: z.ZodType<
|
|
3328
|
-
/** @deprecated use `
|
|
3329
|
-
const outboundSchema: z.ZodType<
|
|
3330
|
-
/** @deprecated use `
|
|
3331
|
-
type Outbound =
|
|
3325
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$ {
|
|
3326
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema` instead. */
|
|
3327
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
3328
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema` instead. */
|
|
3329
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675>;
|
|
3330
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound` instead. */
|
|
3331
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound;
|
|
3332
3332
|
}
|
|
3333
|
-
export declare function
|
|
3334
|
-
export declare function
|
|
3333
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675): string;
|
|
3334
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675, SDKValidationError>;
|
|
3335
3335
|
/** @internal */
|
|
3336
3336
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
|
|
3337
3337
|
/** @internal */
|
|
3338
3338
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound = {
|
|
3339
|
-
"__@BRAND@
|
|
3339
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound;
|
|
3340
3340
|
};
|
|
3341
3341
|
/** @internal */
|
|
3342
3342
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
|
|
@@ -3355,30 +3355,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
3355
3355
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength): string;
|
|
3356
3356
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, SDKValidationError>;
|
|
3357
3357
|
/** @internal */
|
|
3358
|
-
export declare const
|
|
3358
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
3359
3359
|
/** @internal */
|
|
3360
|
-
export type
|
|
3360
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound = {};
|
|
3361
3361
|
/** @internal */
|
|
3362
|
-
export declare const
|
|
3362
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675>;
|
|
3363
3363
|
/**
|
|
3364
3364
|
* @internal
|
|
3365
3365
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3366
3366
|
*/
|
|
3367
|
-
export declare namespace
|
|
3368
|
-
/** @deprecated use `
|
|
3369
|
-
const inboundSchema: z.ZodType<
|
|
3370
|
-
/** @deprecated use `
|
|
3371
|
-
const outboundSchema: z.ZodType<
|
|
3372
|
-
/** @deprecated use `
|
|
3373
|
-
type Outbound =
|
|
3367
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$ {
|
|
3368
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema` instead. */
|
|
3369
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
3370
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema` instead. */
|
|
3371
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675>;
|
|
3372
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound` instead. */
|
|
3373
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound;
|
|
3374
3374
|
}
|
|
3375
|
-
export declare function
|
|
3376
|
-
export declare function
|
|
3375
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675): string;
|
|
3376
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675, SDKValidationError>;
|
|
3377
3377
|
/** @internal */
|
|
3378
3378
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
|
|
3379
3379
|
/** @internal */
|
|
3380
3380
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound = {
|
|
3381
|
-
"__@BRAND@
|
|
3381
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound;
|
|
3382
3382
|
};
|
|
3383
3383
|
/** @internal */
|
|
3384
3384
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
|
|
@@ -4064,30 +4064,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
|
|
|
4064
4064
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
|
|
4065
4065
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
|
|
4066
4066
|
/** @internal */
|
|
4067
|
-
export declare const
|
|
4067
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
4068
4068
|
/** @internal */
|
|
4069
|
-
export type
|
|
4069
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound = {};
|
|
4070
4070
|
/** @internal */
|
|
4071
|
-
export declare const
|
|
4071
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675>;
|
|
4072
4072
|
/**
|
|
4073
4073
|
* @internal
|
|
4074
4074
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4075
4075
|
*/
|
|
4076
|
-
export declare namespace
|
|
4077
|
-
/** @deprecated use `
|
|
4078
|
-
const inboundSchema: z.ZodType<
|
|
4079
|
-
/** @deprecated use `
|
|
4080
|
-
const outboundSchema: z.ZodType<
|
|
4081
|
-
/** @deprecated use `
|
|
4082
|
-
type Outbound =
|
|
4076
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$ {
|
|
4077
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema` instead. */
|
|
4078
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
4079
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema` instead. */
|
|
4080
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675>;
|
|
4081
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound` instead. */
|
|
4082
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound;
|
|
4083
4083
|
}
|
|
4084
|
-
export declare function
|
|
4085
|
-
export declare function
|
|
4084
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675): string;
|
|
4085
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675, SDKValidationError>;
|
|
4086
4086
|
/** @internal */
|
|
4087
4087
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
|
|
4088
4088
|
/** @internal */
|
|
4089
4089
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
|
|
4090
|
-
"__@BRAND@
|
|
4090
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound;
|
|
4091
4091
|
};
|
|
4092
4092
|
/** @internal */
|
|
4093
4093
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
|
|
@@ -4106,30 +4106,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
|
|
|
4106
4106
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
|
|
4107
4107
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
|
|
4108
4108
|
/** @internal */
|
|
4109
|
-
export declare const
|
|
4109
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
4110
4110
|
/** @internal */
|
|
4111
|
-
export type
|
|
4111
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound = {};
|
|
4112
4112
|
/** @internal */
|
|
4113
|
-
export declare const
|
|
4113
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675>;
|
|
4114
4114
|
/**
|
|
4115
4115
|
* @internal
|
|
4116
4116
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4117
4117
|
*/
|
|
4118
|
-
export declare namespace
|
|
4119
|
-
/** @deprecated use `
|
|
4120
|
-
const inboundSchema: z.ZodType<
|
|
4121
|
-
/** @deprecated use `
|
|
4122
|
-
const outboundSchema: z.ZodType<
|
|
4123
|
-
/** @deprecated use `
|
|
4124
|
-
type Outbound =
|
|
4118
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$ {
|
|
4119
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema` instead. */
|
|
4120
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
4121
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema` instead. */
|
|
4122
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675>;
|
|
4123
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound` instead. */
|
|
4124
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound;
|
|
4125
4125
|
}
|
|
4126
|
-
export declare function
|
|
4127
|
-
export declare function
|
|
4126
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675): string;
|
|
4127
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675, SDKValidationError>;
|
|
4128
4128
|
/** @internal */
|
|
4129
4129
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
|
|
4130
4130
|
/** @internal */
|
|
4131
4131
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
|
|
4132
|
-
"__@BRAND@
|
|
4132
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound;
|
|
4133
4133
|
};
|
|
4134
4134
|
/** @internal */
|
|
4135
4135
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
|
|
@@ -4148,30 +4148,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
|
|
|
4148
4148
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
|
|
4149
4149
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
|
|
4150
4150
|
/** @internal */
|
|
4151
|
-
export declare const
|
|
4151
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
4152
4152
|
/** @internal */
|
|
4153
|
-
export type
|
|
4153
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound = {};
|
|
4154
4154
|
/** @internal */
|
|
4155
|
-
export declare const
|
|
4155
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675>;
|
|
4156
4156
|
/**
|
|
4157
4157
|
* @internal
|
|
4158
4158
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4159
4159
|
*/
|
|
4160
|
-
export declare namespace
|
|
4161
|
-
/** @deprecated use `
|
|
4162
|
-
const inboundSchema: z.ZodType<
|
|
4163
|
-
/** @deprecated use `
|
|
4164
|
-
const outboundSchema: z.ZodType<
|
|
4165
|
-
/** @deprecated use `
|
|
4166
|
-
type Outbound =
|
|
4160
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$ {
|
|
4161
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema` instead. */
|
|
4162
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
4163
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema` instead. */
|
|
4164
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675>;
|
|
4165
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound` instead. */
|
|
4166
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound;
|
|
4167
4167
|
}
|
|
4168
|
-
export declare function
|
|
4169
|
-
export declare function
|
|
4168
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675): string;
|
|
4169
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675, SDKValidationError>;
|
|
4170
4170
|
/** @internal */
|
|
4171
4171
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
|
|
4172
4172
|
/** @internal */
|
|
4173
4173
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
|
|
4174
|
-
"__@BRAND@
|
|
4174
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound;
|
|
4175
4175
|
};
|
|
4176
4176
|
/** @internal */
|
|
4177
4177
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
|
|
@@ -5519,30 +5519,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
5519
5519
|
}>;
|
|
5520
5520
|
}
|
|
5521
5521
|
/** @internal */
|
|
5522
|
-
export declare const
|
|
5522
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
5523
5523
|
/** @internal */
|
|
5524
|
-
export type
|
|
5524
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound = {};
|
|
5525
5525
|
/** @internal */
|
|
5526
|
-
export declare const
|
|
5526
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675>;
|
|
5527
5527
|
/**
|
|
5528
5528
|
* @internal
|
|
5529
5529
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5530
5530
|
*/
|
|
5531
|
-
export declare namespace
|
|
5532
|
-
/** @deprecated use `
|
|
5533
|
-
const inboundSchema: z.ZodType<
|
|
5534
|
-
/** @deprecated use `
|
|
5535
|
-
const outboundSchema: z.ZodType<
|
|
5536
|
-
/** @deprecated use `
|
|
5537
|
-
type Outbound =
|
|
5531
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$ {
|
|
5532
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema` instead. */
|
|
5533
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
5534
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema` instead. */
|
|
5535
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675>;
|
|
5536
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound` instead. */
|
|
5537
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound;
|
|
5538
5538
|
}
|
|
5539
|
-
export declare function
|
|
5540
|
-
export declare function
|
|
5539
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675): string;
|
|
5540
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675, SDKValidationError>;
|
|
5541
5541
|
/** @internal */
|
|
5542
5542
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
|
|
5543
5543
|
/** @internal */
|
|
5544
5544
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
5545
|
-
"__@BRAND@
|
|
5545
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound;
|
|
5546
5546
|
};
|
|
5547
5547
|
/** @internal */
|
|
5548
5548
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
|
|
@@ -5561,30 +5561,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
|
|
|
5561
5561
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
|
|
5562
5562
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
|
|
5563
5563
|
/** @internal */
|
|
5564
|
-
export declare const
|
|
5564
|
+
export declare const PropertiesAtBRANDAt8675$inboundSchema: z.ZodType<PropertiesAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
5565
5565
|
/** @internal */
|
|
5566
|
-
export type
|
|
5566
|
+
export type PropertiesAtBRANDAt8675$Outbound = {};
|
|
5567
5567
|
/** @internal */
|
|
5568
|
-
export declare const
|
|
5568
|
+
export declare const PropertiesAtBRANDAt8675$outboundSchema: z.ZodType<PropertiesAtBRANDAt8675$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8675>;
|
|
5569
5569
|
/**
|
|
5570
5570
|
* @internal
|
|
5571
5571
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5572
5572
|
*/
|
|
5573
|
-
export declare namespace
|
|
5574
|
-
/** @deprecated use `
|
|
5575
|
-
const inboundSchema: z.ZodType<
|
|
5576
|
-
/** @deprecated use `
|
|
5577
|
-
const outboundSchema: z.ZodType<
|
|
5578
|
-
/** @deprecated use `
|
|
5579
|
-
type Outbound =
|
|
5573
|
+
export declare namespace PropertiesAtBRANDAt8675$ {
|
|
5574
|
+
/** @deprecated use `PropertiesAtBRANDAt8675$inboundSchema` instead. */
|
|
5575
|
+
const inboundSchema: z.ZodType<PropertiesAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
5576
|
+
/** @deprecated use `PropertiesAtBRANDAt8675$outboundSchema` instead. */
|
|
5577
|
+
const outboundSchema: z.ZodType<PropertiesAtBRANDAt8675$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8675>;
|
|
5578
|
+
/** @deprecated use `PropertiesAtBRANDAt8675$Outbound` instead. */
|
|
5579
|
+
type Outbound = PropertiesAtBRANDAt8675$Outbound;
|
|
5580
5580
|
}
|
|
5581
|
-
export declare function
|
|
5582
|
-
export declare function
|
|
5581
|
+
export declare function propertiesAtBRANDAt8675ToJSON(propertiesAtBRANDAt8675: PropertiesAtBRANDAt8675): string;
|
|
5582
|
+
export declare function propertiesAtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8675, SDKValidationError>;
|
|
5583
5583
|
/** @internal */
|
|
5584
5584
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
|
|
5585
5585
|
/** @internal */
|
|
5586
5586
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
5587
|
-
"__@BRAND@
|
|
5587
|
+
"__@BRAND@8675": PropertiesAtBRANDAt8675$Outbound;
|
|
5588
5588
|
};
|
|
5589
5589
|
/** @internal */
|
|
5590
5590
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
|
|
@@ -5603,30 +5603,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
|
|
|
5603
5603
|
export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
|
|
5604
5604
|
export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
|
|
5605
5605
|
/** @internal */
|
|
5606
|
-
export declare const
|
|
5606
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
5607
5607
|
/** @internal */
|
|
5608
|
-
export type
|
|
5608
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound = {};
|
|
5609
5609
|
/** @internal */
|
|
5610
|
-
export declare const
|
|
5610
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8675>;
|
|
5611
5611
|
/**
|
|
5612
5612
|
* @internal
|
|
5613
5613
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5614
5614
|
*/
|
|
5615
|
-
export declare namespace
|
|
5616
|
-
/** @deprecated use `
|
|
5617
|
-
const inboundSchema: z.ZodType<
|
|
5618
|
-
/** @deprecated use `
|
|
5619
|
-
const outboundSchema: z.ZodType<
|
|
5620
|
-
/** @deprecated use `
|
|
5621
|
-
type Outbound =
|
|
5615
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$ {
|
|
5616
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema` instead. */
|
|
5617
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
5618
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema` instead. */
|
|
5619
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8675>;
|
|
5620
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound` instead. */
|
|
5621
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound;
|
|
5622
5622
|
}
|
|
5623
|
-
export declare function
|
|
5624
|
-
export declare function
|
|
5623
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8675: CreateIntegrationStoreDirectPropertiesAtBRANDAt8675): string;
|
|
5624
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8675FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8675, SDKValidationError>;
|
|
5625
5625
|
/** @internal */
|
|
5626
5626
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
|
|
5627
5627
|
/** @internal */
|
|
5628
5628
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
5629
|
-
"__@BRAND@
|
|
5629
|
+
"__@BRAND@8675": CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound;
|
|
5630
5630
|
};
|
|
5631
5631
|
/** @internal */
|
|
5632
5632
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
|
|
@@ -6274,30 +6274,30 @@ export declare namespace Guides$ {
|
|
|
6274
6274
|
export declare function guidesToJSON(guides: Guides): string;
|
|
6275
6275
|
export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
|
|
6276
6276
|
/** @internal */
|
|
6277
|
-
export declare const
|
|
6277
|
+
export declare const AtBRANDAt8675$inboundSchema: z.ZodType<AtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
6278
6278
|
/** @internal */
|
|
6279
|
-
export type
|
|
6279
|
+
export type AtBRANDAt8675$Outbound = {};
|
|
6280
6280
|
/** @internal */
|
|
6281
|
-
export declare const
|
|
6281
|
+
export declare const AtBRANDAt8675$outboundSchema: z.ZodType<AtBRANDAt8675$Outbound, z.ZodTypeDef, AtBRANDAt8675>;
|
|
6282
6282
|
/**
|
|
6283
6283
|
* @internal
|
|
6284
6284
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6285
6285
|
*/
|
|
6286
|
-
export declare namespace
|
|
6287
|
-
/** @deprecated use `
|
|
6288
|
-
const inboundSchema: z.ZodType<
|
|
6289
|
-
/** @deprecated use `
|
|
6290
|
-
const outboundSchema: z.ZodType<
|
|
6291
|
-
/** @deprecated use `
|
|
6292
|
-
type Outbound =
|
|
6286
|
+
export declare namespace AtBRANDAt8675$ {
|
|
6287
|
+
/** @deprecated use `AtBRANDAt8675$inboundSchema` instead. */
|
|
6288
|
+
const inboundSchema: z.ZodType<AtBRANDAt8675, z.ZodTypeDef, unknown>;
|
|
6289
|
+
/** @deprecated use `AtBRANDAt8675$outboundSchema` instead. */
|
|
6290
|
+
const outboundSchema: z.ZodType<AtBRANDAt8675$Outbound, z.ZodTypeDef, AtBRANDAt8675>;
|
|
6291
|
+
/** @deprecated use `AtBRANDAt8675$Outbound` instead. */
|
|
6292
|
+
type Outbound = AtBRANDAt8675$Outbound;
|
|
6293
6293
|
}
|
|
6294
|
-
export declare function
|
|
6295
|
-
export declare function
|
|
6294
|
+
export declare function atBRANDAt8675ToJSON(atBRANDAt8675: AtBRANDAt8675): string;
|
|
6295
|
+
export declare function atBRANDAt8675FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8675, SDKValidationError>;
|
|
6296
6296
|
/** @internal */
|
|
6297
6297
|
export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
|
|
6298
6298
|
/** @internal */
|
|
6299
6299
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
6300
|
-
"__@BRAND@
|
|
6300
|
+
"__@BRAND@8675": AtBRANDAt8675$Outbound;
|
|
6301
6301
|
};
|
|
6302
6302
|
/** @internal */
|
|
6303
6303
|
export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;
|