@vercel/sdk 1.11.4 → 1.12.0
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 +15 -7
- package/bin/mcp-server.js +4056 -2676
- package/bin/mcp-server.js.map +39 -33
- package/docs/sdks/deployments/README.md +8 -0
- package/docs/sdks/edgecache/README.md +169 -0
- package/docs/sdks/projects/README.md +0 -2
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/deployments.test.js +1 -1
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +9 -0
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +11 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/deploymentsGetDeployments.js +1 -0
- package/esm/funcs/deploymentsGetDeployments.js.map +1 -1
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts +20 -0
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js +91 -0
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
- package/esm/funcs/edgeCacheInvalidateByTags.d.ts +20 -0
- package/esm/funcs/edgeCacheInvalidateByTags.d.ts.map +1 -0
- package/esm/funcs/edgeCacheInvalidateByTags.js +91 -0
- package/esm/funcs/edgeCacheInvalidateByTags.js.map +1 -0
- package/esm/funcs/marketplaceImportResource.js +2 -2
- package/esm/funcs/marketplaceImportResource.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
- package/esm/funcs/projectsGetProjects.js +0 -1
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/url.js +1 -1
- package/esm/lib/url.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +5 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts +7 -0
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js +27 -0
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts +7 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts.map +1 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js +27 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js.map +1 -0
- package/esm/models/canceldeploymentop.d.ts +60 -50
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +58 -54
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +248 -109
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +244 -111
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +2 -2
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -2
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +903 -308
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +1076 -371
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +126 -4
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +129 -1
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +32 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +20 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/dangerouslydeletebytagsop.d.ts +117 -0
- package/esm/models/dangerouslydeletebytagsop.d.ts.map +1 -0
- package/esm/models/dangerouslydeletebytagsop.js +117 -0
- package/esm/models/dangerouslydeletebytagsop.js.map +1 -0
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +8 -8
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +12 -12
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +909 -390
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +1104 -471
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getconfigurationsop.d.ts +3 -0
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +1 -0
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +30 -20
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +24 -20
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +5 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +2 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +2 -2
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -2
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +125 -0
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +130 -0
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +198 -178
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +204 -166
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/invalidatebytagsop.d.ts +115 -0
- package/esm/models/invalidatebytagsop.d.ts.map +1 -0
- package/esm/models/invalidatebytagsop.js +116 -0
- package/esm/models/invalidatebytagsop.js.map +1 -0
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +2 -2
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -2
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +2 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +2 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +32 -30
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +20 -18
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +1300 -1049
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1654 -1406
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/edgecache.d.ts +20 -0
- package/esm/sdk/edgecache.d.ts.map +1 -0
- package/esm/sdk/edgecache.js +28 -0
- package/esm/sdk/edgecache.js.map +1 -0
- package/esm/sdk/sdk.d.ts +3 -0
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/deployments.test.ts +1 -1
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +9 -0
- package/src/__tests__/rollingrelease.test.ts +2 -2
- package/src/__tests__/security.test.ts +11 -1
- package/src/funcs/deploymentsGetDeployments.ts +1 -0
- package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +199 -0
- package/src/funcs/edgeCacheInvalidateByTags.ts +199 -0
- package/src/funcs/marketplaceImportResource.ts +2 -2
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
- package/src/funcs/marketplaceUpdateResourceSecretsById.ts +2 -2
- package/src/funcs/projectsGetProjects.ts +0 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/url.ts +1 -1
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +5 -1
- package/src/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.ts +37 -0
- package/src/mcp-server/tools/edgeCacheInvalidateByTags.ts +35 -0
- package/src/models/canceldeploymentop.ts +126 -104
- package/src/models/createdeploymentop.ts +511 -207
- package/src/models/createedgeconfigop.ts +4 -4
- package/src/models/createintegrationstoredirectop.ts +2458 -673
- package/src/models/createlogdrainop.ts +260 -2
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +34 -30
- package/src/models/dangerouslydeletebytagsop.ts +249 -0
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/getconfigurationop.ts +20 -15
- package/src/models/getconfigurationproductsop.ts +2433 -838
- package/src/models/getconfigurationsop.ts +1 -0
- package/src/models/getdeploymentop.ts +62 -48
- package/src/models/getdeploymentsop.ts +7 -0
- package/src/models/getedgeconfigop.ts +4 -4
- package/src/models/getintegrationlogdrainsop.ts +237 -0
- package/src/models/getprojectsop.ts +426 -336
- package/src/models/invalidatebytagsop.ts +227 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateedgeconfigop.ts +4 -4
- package/src/models/updateprojectdatacacheop.ts +4 -0
- package/src/models/updateprojectop.ts +34 -30
- package/src/models/userevent.ts +3017 -2473
- package/src/sdk/edgecache.ts +46 -0
- package/src/sdk/sdk.ts +6 -0
- package/vercel-spec.json +3069 -2056
|
@@ -101,6 +101,24 @@ export const CreateIntegrationStoreDirectHidden3 = {
|
|
|
101
101
|
Update: "update",
|
|
102
102
|
Create: "create",
|
|
103
103
|
};
|
|
104
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType = {
|
|
105
|
+
String: "string",
|
|
106
|
+
};
|
|
107
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = {
|
|
108
|
+
Domain: "domain",
|
|
109
|
+
};
|
|
110
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 = {
|
|
111
|
+
Update: "update",
|
|
112
|
+
Create: "create",
|
|
113
|
+
};
|
|
114
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 = {
|
|
115
|
+
Update: "update",
|
|
116
|
+
Create: "create",
|
|
117
|
+
};
|
|
118
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 = {
|
|
119
|
+
Update: "update",
|
|
120
|
+
Create: "create",
|
|
121
|
+
};
|
|
104
122
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType = {
|
|
105
123
|
String: "string",
|
|
106
124
|
};
|
|
@@ -138,7 +156,7 @@ export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200Applic
|
|
|
138
156
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType = {
|
|
139
157
|
Array: "array",
|
|
140
158
|
};
|
|
141
|
-
export const
|
|
159
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = {
|
|
142
160
|
String: "string",
|
|
143
161
|
};
|
|
144
162
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl = {
|
|
@@ -265,7 +283,7 @@ export const CreateIntegrationStoreDirectUiDisabled3 = {
|
|
|
265
283
|
Update: "update",
|
|
266
284
|
Create: "create",
|
|
267
285
|
};
|
|
268
|
-
export const
|
|
286
|
+
export const CreateIntegrationStoreDirectTags = {
|
|
269
287
|
EdgeConfig: "edge-config",
|
|
270
288
|
Redis: "redis",
|
|
271
289
|
Postgres: "postgres",
|
|
@@ -298,6 +316,7 @@ export const Tags = {
|
|
|
298
316
|
TagMessaging: "tag_messaging",
|
|
299
317
|
TagMonitoring: "tag_monitoring",
|
|
300
318
|
TagObservability: "tag_observability",
|
|
319
|
+
TagPayments: "tag_payments",
|
|
301
320
|
TagPerformance: "tag_performance",
|
|
302
321
|
TagProductivity: "tag_productivity",
|
|
303
322
|
TagSearching: "tag_searching",
|
|
@@ -321,6 +340,7 @@ export const ProjectConnectionScopes = {
|
|
|
321
340
|
ReadWriteGlobalProjectEnvVars: "read-write:global-project-env-vars",
|
|
322
341
|
ReadWriteIntegrationDeploymentAction: "read-write:integration-deployment-action",
|
|
323
342
|
ReadWriteLogDrain: "read-write:log-drain",
|
|
343
|
+
ReadWriteDrains: "read-write:drains",
|
|
324
344
|
ReadWriteProjectEnvVars: "read-write:project-env-vars",
|
|
325
345
|
ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass",
|
|
326
346
|
};
|
|
@@ -648,6 +668,37 @@ export var CreateIntegrationStoreDirectOwnership$;
|
|
|
648
668
|
CreateIntegrationStoreDirectOwnership$.outboundSchema = CreateIntegrationStoreDirectOwnership$outboundSchema;
|
|
649
669
|
})(CreateIntegrationStoreDirectOwnership$ || (CreateIntegrationStoreDirectOwnership$ = {}));
|
|
650
670
|
/** @internal */
|
|
671
|
+
export const Capabilities$inboundSchema = z.object({
|
|
672
|
+
mcp: z.boolean().optional(),
|
|
673
|
+
sso: z.boolean().optional(),
|
|
674
|
+
billable: z.boolean().optional(),
|
|
675
|
+
secretsSync: z.boolean().optional(),
|
|
676
|
+
});
|
|
677
|
+
/** @internal */
|
|
678
|
+
export const Capabilities$outboundSchema = z.object({
|
|
679
|
+
mcp: z.boolean().optional(),
|
|
680
|
+
sso: z.boolean().optional(),
|
|
681
|
+
billable: z.boolean().optional(),
|
|
682
|
+
secretsSync: z.boolean().optional(),
|
|
683
|
+
});
|
|
684
|
+
/**
|
|
685
|
+
* @internal
|
|
686
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
687
|
+
*/
|
|
688
|
+
export var Capabilities$;
|
|
689
|
+
(function (Capabilities$) {
|
|
690
|
+
/** @deprecated use `Capabilities$inboundSchema` instead. */
|
|
691
|
+
Capabilities$.inboundSchema = Capabilities$inboundSchema;
|
|
692
|
+
/** @deprecated use `Capabilities$outboundSchema` instead. */
|
|
693
|
+
Capabilities$.outboundSchema = Capabilities$outboundSchema;
|
|
694
|
+
})(Capabilities$ || (Capabilities$ = {}));
|
|
695
|
+
export function capabilitiesToJSON(capabilities) {
|
|
696
|
+
return JSON.stringify(Capabilities$outboundSchema.parse(capabilities));
|
|
697
|
+
}
|
|
698
|
+
export function capabilitiesFromJSON(jsonString) {
|
|
699
|
+
return safeParse(jsonString, (x) => Capabilities$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Capabilities' from JSON`);
|
|
700
|
+
}
|
|
701
|
+
/** @internal */
|
|
651
702
|
export const CreateIntegrationStoreDirectMetadata$inboundSchema = z.union([
|
|
652
703
|
z.string(),
|
|
653
704
|
z.number(),
|
|
@@ -696,6 +747,41 @@ export var ExternalResourceStatus$;
|
|
|
696
747
|
ExternalResourceStatus$.outboundSchema = ExternalResourceStatus$outboundSchema;
|
|
697
748
|
})(ExternalResourceStatus$ || (ExternalResourceStatus$ = {}));
|
|
698
749
|
/** @internal */
|
|
750
|
+
export const CreateIntegrationStoreDirectCapabilities$inboundSchema = z.object({
|
|
751
|
+
mcp: z.boolean().optional(),
|
|
752
|
+
sso: z.boolean().optional(),
|
|
753
|
+
billable: z.boolean().optional(),
|
|
754
|
+
secretsSync: z.boolean().optional(),
|
|
755
|
+
sandbox: z.boolean().optional(),
|
|
756
|
+
linking: z.boolean().optional(),
|
|
757
|
+
});
|
|
758
|
+
/** @internal */
|
|
759
|
+
export const CreateIntegrationStoreDirectCapabilities$outboundSchema = z.object({
|
|
760
|
+
mcp: z.boolean().optional(),
|
|
761
|
+
sso: z.boolean().optional(),
|
|
762
|
+
billable: z.boolean().optional(),
|
|
763
|
+
secretsSync: z.boolean().optional(),
|
|
764
|
+
sandbox: z.boolean().optional(),
|
|
765
|
+
linking: z.boolean().optional(),
|
|
766
|
+
});
|
|
767
|
+
/**
|
|
768
|
+
* @internal
|
|
769
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
770
|
+
*/
|
|
771
|
+
export var CreateIntegrationStoreDirectCapabilities$;
|
|
772
|
+
(function (CreateIntegrationStoreDirectCapabilities$) {
|
|
773
|
+
/** @deprecated use `CreateIntegrationStoreDirectCapabilities$inboundSchema` instead. */
|
|
774
|
+
CreateIntegrationStoreDirectCapabilities$.inboundSchema = CreateIntegrationStoreDirectCapabilities$inboundSchema;
|
|
775
|
+
/** @deprecated use `CreateIntegrationStoreDirectCapabilities$outboundSchema` instead. */
|
|
776
|
+
CreateIntegrationStoreDirectCapabilities$.outboundSchema = CreateIntegrationStoreDirectCapabilities$outboundSchema;
|
|
777
|
+
})(CreateIntegrationStoreDirectCapabilities$ || (CreateIntegrationStoreDirectCapabilities$ = {}));
|
|
778
|
+
export function createIntegrationStoreDirectCapabilitiesToJSON(createIntegrationStoreDirectCapabilities) {
|
|
779
|
+
return JSON.stringify(CreateIntegrationStoreDirectCapabilities$outboundSchema.parse(createIntegrationStoreDirectCapabilities));
|
|
780
|
+
}
|
|
781
|
+
export function createIntegrationStoreDirectCapabilitiesFromJSON(jsonString) {
|
|
782
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectCapabilities$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectCapabilities' from JSON`);
|
|
783
|
+
}
|
|
784
|
+
/** @internal */
|
|
699
785
|
export const CreateIntegrationStoreDirectIntegrationsType$inboundSchema = z
|
|
700
786
|
.nativeEnum(CreateIntegrationStoreDirectIntegrationsType);
|
|
701
787
|
/** @internal */
|
|
@@ -712,42 +798,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
|
|
|
712
798
|
CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
|
|
713
799
|
})(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
|
|
714
800
|
/** @internal */
|
|
715
|
-
export const
|
|
801
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema = z.object({});
|
|
716
802
|
/** @internal */
|
|
717
|
-
export const
|
|
803
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema = z.object({});
|
|
718
804
|
/**
|
|
719
805
|
* @internal
|
|
720
806
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
721
807
|
*/
|
|
722
|
-
export var
|
|
723
|
-
(function (
|
|
724
|
-
/** @deprecated use `
|
|
725
|
-
|
|
726
|
-
/** @deprecated use `
|
|
727
|
-
|
|
728
|
-
})(
|
|
729
|
-
export function
|
|
730
|
-
return JSON.stringify(
|
|
731
|
-
.parse(
|
|
808
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$;
|
|
809
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$) {
|
|
810
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema` instead. */
|
|
811
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema;
|
|
812
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema` instead. */
|
|
813
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema;
|
|
814
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$ = {}));
|
|
815
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466) {
|
|
816
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema
|
|
817
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466));
|
|
732
818
|
}
|
|
733
|
-
export function
|
|
734
|
-
return safeParse(jsonString, (x) =>
|
|
735
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
819
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466FromJSON(jsonString) {
|
|
820
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema
|
|
821
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466' from JSON`);
|
|
736
822
|
}
|
|
737
823
|
/** @internal */
|
|
738
824
|
export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
|
|
739
|
-
"__@BRAND@
|
|
825
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema),
|
|
740
826
|
}).transform((v) => {
|
|
741
827
|
return remap$(v, {
|
|
742
|
-
"__@BRAND@
|
|
828
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
743
829
|
});
|
|
744
830
|
});
|
|
745
831
|
/** @internal */
|
|
746
832
|
export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
|
|
747
|
-
|
|
833
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema),
|
|
748
834
|
}).transform((v) => {
|
|
749
835
|
return remap$(v, {
|
|
750
|
-
|
|
836
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
751
837
|
});
|
|
752
838
|
});
|
|
753
839
|
/**
|
|
@@ -906,7 +992,7 @@ export function createIntegrationStoreDirectPropertiesHiddenFromJSON(jsonString)
|
|
|
906
992
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesHidden$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesHidden' from JSON`);
|
|
907
993
|
}
|
|
908
994
|
/** @internal */
|
|
909
|
-
export const
|
|
995
|
+
export const CreateIntegrationStoreDirectProperties9$inboundSchema = z.object({
|
|
910
996
|
value: z.lazy(() => CreateIntegrationStoreDirectPropertiesValue$inboundSchema),
|
|
911
997
|
disabled: z.union([
|
|
912
998
|
z.lazy(() => CreateIntegrationStoreDirectDisabled2$inboundSchema),
|
|
@@ -920,7 +1006,7 @@ export const CreateIntegrationStoreDirectProperties8$inboundSchema = z.object({
|
|
|
920
1006
|
]).optional(),
|
|
921
1007
|
});
|
|
922
1008
|
/** @internal */
|
|
923
|
-
export const
|
|
1009
|
+
export const CreateIntegrationStoreDirectProperties9$outboundSchema = z.object({
|
|
924
1010
|
value: z.lazy(() => CreateIntegrationStoreDirectPropertiesValue$outboundSchema),
|
|
925
1011
|
disabled: z.union([
|
|
926
1012
|
z.lazy(() => CreateIntegrationStoreDirectDisabled2$outboundSchema),
|
|
@@ -933,6 +1019,617 @@ export const CreateIntegrationStoreDirectProperties8$outboundSchema = z.object({
|
|
|
933
1019
|
CreateIntegrationStoreDirectHidden3$outboundSchema,
|
|
934
1020
|
]).optional(),
|
|
935
1021
|
});
|
|
1022
|
+
/**
|
|
1023
|
+
* @internal
|
|
1024
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1025
|
+
*/
|
|
1026
|
+
export var CreateIntegrationStoreDirectProperties9$;
|
|
1027
|
+
(function (CreateIntegrationStoreDirectProperties9$) {
|
|
1028
|
+
/** @deprecated use `CreateIntegrationStoreDirectProperties9$inboundSchema` instead. */
|
|
1029
|
+
CreateIntegrationStoreDirectProperties9$.inboundSchema = CreateIntegrationStoreDirectProperties9$inboundSchema;
|
|
1030
|
+
/** @deprecated use `CreateIntegrationStoreDirectProperties9$outboundSchema` instead. */
|
|
1031
|
+
CreateIntegrationStoreDirectProperties9$.outboundSchema = CreateIntegrationStoreDirectProperties9$outboundSchema;
|
|
1032
|
+
})(CreateIntegrationStoreDirectProperties9$ || (CreateIntegrationStoreDirectProperties9$ = {}));
|
|
1033
|
+
export function createIntegrationStoreDirectProperties9ToJSON(createIntegrationStoreDirectProperties9) {
|
|
1034
|
+
return JSON.stringify(CreateIntegrationStoreDirectProperties9$outboundSchema.parse(createIntegrationStoreDirectProperties9));
|
|
1035
|
+
}
|
|
1036
|
+
export function createIntegrationStoreDirectProperties9FromJSON(jsonString) {
|
|
1037
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectProperties9$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectProperties9' from JSON`);
|
|
1038
|
+
}
|
|
1039
|
+
/** @internal */
|
|
1040
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType);
|
|
1041
|
+
/** @internal */
|
|
1042
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
|
|
1043
|
+
/**
|
|
1044
|
+
* @internal
|
|
1045
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1046
|
+
*/
|
|
1047
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$;
|
|
1048
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$) {
|
|
1049
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema` instead. */
|
|
1050
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
|
|
1051
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema` instead. */
|
|
1052
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
|
|
1053
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ = {}));
|
|
1054
|
+
/** @internal */
|
|
1055
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl);
|
|
1056
|
+
/** @internal */
|
|
1057
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
|
|
1058
|
+
/**
|
|
1059
|
+
* @internal
|
|
1060
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1061
|
+
*/
|
|
1062
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$;
|
|
1063
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$) {
|
|
1064
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema` instead. */
|
|
1065
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
|
|
1066
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema` instead. */
|
|
1067
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
|
|
1068
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ = {}));
|
|
1069
|
+
/** @internal */
|
|
1070
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema = z.object({});
|
|
1071
|
+
/** @internal */
|
|
1072
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema = z.object({});
|
|
1073
|
+
/**
|
|
1074
|
+
* @internal
|
|
1075
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1076
|
+
*/
|
|
1077
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$;
|
|
1078
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$) {
|
|
1079
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema` instead. */
|
|
1080
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema;
|
|
1081
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema` instead. */
|
|
1082
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema;
|
|
1083
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$ = {}));
|
|
1084
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466) {
|
|
1085
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema
|
|
1086
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466));
|
|
1087
|
+
}
|
|
1088
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466FromJSON(jsonString) {
|
|
1089
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema
|
|
1090
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466' from JSON`);
|
|
1091
|
+
}
|
|
1092
|
+
/** @internal */
|
|
1093
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
|
|
1094
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema),
|
|
1095
|
+
}).transform((v) => {
|
|
1096
|
+
return remap$(v, {
|
|
1097
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1098
|
+
});
|
|
1099
|
+
});
|
|
1100
|
+
/** @internal */
|
|
1101
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
|
|
1102
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema),
|
|
1103
|
+
}).transform((v) => {
|
|
1104
|
+
return remap$(v, {
|
|
1105
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1106
|
+
});
|
|
1107
|
+
});
|
|
1108
|
+
/**
|
|
1109
|
+
* @internal
|
|
1110
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1111
|
+
*/
|
|
1112
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$;
|
|
1113
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$) {
|
|
1114
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema` instead. */
|
|
1115
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema;
|
|
1116
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema` instead. */
|
|
1117
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema;
|
|
1118
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ = {}));
|
|
1119
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength) {
|
|
1120
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema
|
|
1121
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength));
|
|
1122
|
+
}
|
|
1123
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString) {
|
|
1124
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema
|
|
1125
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
|
|
1126
|
+
}
|
|
1127
|
+
/** @internal */
|
|
1128
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema = z.object({});
|
|
1129
|
+
/** @internal */
|
|
1130
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema = z.object({});
|
|
1131
|
+
/**
|
|
1132
|
+
* @internal
|
|
1133
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1134
|
+
*/
|
|
1135
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$;
|
|
1136
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$) {
|
|
1137
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema` instead. */
|
|
1138
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema;
|
|
1139
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema` instead. */
|
|
1140
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema;
|
|
1141
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$ = {}));
|
|
1142
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466) {
|
|
1143
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema
|
|
1144
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466));
|
|
1145
|
+
}
|
|
1146
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466FromJSON(jsonString) {
|
|
1147
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema
|
|
1148
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466' from JSON`);
|
|
1149
|
+
}
|
|
1150
|
+
/** @internal */
|
|
1151
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
|
|
1152
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema),
|
|
1153
|
+
}).transform((v) => {
|
|
1154
|
+
return remap$(v, {
|
|
1155
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1156
|
+
});
|
|
1157
|
+
});
|
|
1158
|
+
/** @internal */
|
|
1159
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
|
|
1160
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema),
|
|
1161
|
+
}).transform((v) => {
|
|
1162
|
+
return remap$(v, {
|
|
1163
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1164
|
+
});
|
|
1165
|
+
});
|
|
1166
|
+
/**
|
|
1167
|
+
* @internal
|
|
1168
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1169
|
+
*/
|
|
1170
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$;
|
|
1171
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$) {
|
|
1172
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema` instead. */
|
|
1173
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema;
|
|
1174
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema` instead. */
|
|
1175
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema;
|
|
1176
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ = {}));
|
|
1177
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength) {
|
|
1178
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema
|
|
1179
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength));
|
|
1180
|
+
}
|
|
1181
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString) {
|
|
1182
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema
|
|
1183
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
|
|
1184
|
+
}
|
|
1185
|
+
/** @internal */
|
|
1186
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema = z.object({});
|
|
1187
|
+
/** @internal */
|
|
1188
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema = z.object({});
|
|
1189
|
+
/**
|
|
1190
|
+
* @internal
|
|
1191
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1192
|
+
*/
|
|
1193
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$;
|
|
1194
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$) {
|
|
1195
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema` instead. */
|
|
1196
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema;
|
|
1197
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema` instead. */
|
|
1198
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema;
|
|
1199
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$ = {}));
|
|
1200
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466) {
|
|
1201
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema
|
|
1202
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466));
|
|
1203
|
+
}
|
|
1204
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466FromJSON(jsonString) {
|
|
1205
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema
|
|
1206
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466' from JSON`);
|
|
1207
|
+
}
|
|
1208
|
+
/** @internal */
|
|
1209
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
|
|
1210
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema),
|
|
1211
|
+
}).transform((v) => {
|
|
1212
|
+
return remap$(v, {
|
|
1213
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1214
|
+
});
|
|
1215
|
+
});
|
|
1216
|
+
/** @internal */
|
|
1217
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
|
|
1218
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema),
|
|
1219
|
+
}).transform((v) => {
|
|
1220
|
+
return remap$(v, {
|
|
1221
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1222
|
+
});
|
|
1223
|
+
});
|
|
1224
|
+
/**
|
|
1225
|
+
* @internal
|
|
1226
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1227
|
+
*/
|
|
1228
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$;
|
|
1229
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$) {
|
|
1230
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema` instead. */
|
|
1231
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema;
|
|
1232
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema` instead. */
|
|
1233
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema;
|
|
1234
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$ = {}));
|
|
1235
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern) {
|
|
1236
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema
|
|
1237
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern));
|
|
1238
|
+
}
|
|
1239
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternFromJSON(jsonString) {
|
|
1240
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema
|
|
1241
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern' from JSON`);
|
|
1242
|
+
}
|
|
1243
|
+
/** @internal */
|
|
1244
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3);
|
|
1245
|
+
/** @internal */
|
|
1246
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
1247
|
+
/**
|
|
1248
|
+
* @internal
|
|
1249
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1250
|
+
*/
|
|
1251
|
+
export var CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$;
|
|
1252
|
+
(function (CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$) {
|
|
1253
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
|
|
1254
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.inboundSchema = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
1255
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
|
|
1256
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.outboundSchema = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema;
|
|
1257
|
+
})(CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ || (CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ = {}));
|
|
1258
|
+
/** @internal */
|
|
1259
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema = z.object({
|
|
1260
|
+
expr: z.string(),
|
|
1261
|
+
});
|
|
1262
|
+
/** @internal */
|
|
1263
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema = z.object({
|
|
1264
|
+
expr: z.string(),
|
|
1265
|
+
});
|
|
1266
|
+
/**
|
|
1267
|
+
* @internal
|
|
1268
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1269
|
+
*/
|
|
1270
|
+
export var CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$;
|
|
1271
|
+
(function (CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$) {
|
|
1272
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
1273
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.inboundSchema = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
1274
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
1275
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.outboundSchema = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
1276
|
+
})(CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ || (CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ = {}));
|
|
1277
|
+
export function createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2) {
|
|
1278
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
1279
|
+
.parse(createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2));
|
|
1280
|
+
}
|
|
1281
|
+
export function createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString) {
|
|
1282
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
1283
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`);
|
|
1284
|
+
}
|
|
1285
|
+
/** @internal */
|
|
1286
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema = z.union([
|
|
1287
|
+
z.lazy(() => CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1288
|
+
z.boolean(),
|
|
1289
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
1290
|
+
]);
|
|
1291
|
+
/** @internal */
|
|
1292
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema = z.union([
|
|
1293
|
+
z.lazy(() => CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1294
|
+
z.boolean(),
|
|
1295
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
1296
|
+
]);
|
|
1297
|
+
/**
|
|
1298
|
+
* @internal
|
|
1299
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1300
|
+
*/
|
|
1301
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$;
|
|
1302
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$) {
|
|
1303
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema` instead. */
|
|
1304
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema;
|
|
1305
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema` instead. */
|
|
1306
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema;
|
|
1307
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$ = {}));
|
|
1308
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnlyToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly) {
|
|
1309
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema
|
|
1310
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly));
|
|
1311
|
+
}
|
|
1312
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnlyFromJSON(jsonString) {
|
|
1313
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema
|
|
1314
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly' from JSON`);
|
|
1315
|
+
}
|
|
1316
|
+
/** @internal */
|
|
1317
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3);
|
|
1318
|
+
/** @internal */
|
|
1319
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
1320
|
+
/**
|
|
1321
|
+
* @internal
|
|
1322
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1323
|
+
*/
|
|
1324
|
+
export var CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$;
|
|
1325
|
+
(function (CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$) {
|
|
1326
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
|
|
1327
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.inboundSchema = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
1328
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
|
|
1329
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.outboundSchema = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema;
|
|
1330
|
+
})(CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ || (CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ = {}));
|
|
1331
|
+
/** @internal */
|
|
1332
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema = z.object({
|
|
1333
|
+
expr: z.string(),
|
|
1334
|
+
});
|
|
1335
|
+
/** @internal */
|
|
1336
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema = z.object({
|
|
1337
|
+
expr: z.string(),
|
|
1338
|
+
});
|
|
1339
|
+
/**
|
|
1340
|
+
* @internal
|
|
1341
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1342
|
+
*/
|
|
1343
|
+
export var CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$;
|
|
1344
|
+
(function (CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$) {
|
|
1345
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
1346
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.inboundSchema = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
1347
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
1348
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.outboundSchema = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
1349
|
+
})(CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ || (CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ = {}));
|
|
1350
|
+
export function createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2) {
|
|
1351
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
1352
|
+
.parse(createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2));
|
|
1353
|
+
}
|
|
1354
|
+
export function createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString) {
|
|
1355
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
1356
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`);
|
|
1357
|
+
}
|
|
1358
|
+
/** @internal */
|
|
1359
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema = z.union([
|
|
1360
|
+
z.lazy(() => CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1361
|
+
z.boolean(),
|
|
1362
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
1363
|
+
]);
|
|
1364
|
+
/** @internal */
|
|
1365
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema = z.union([
|
|
1366
|
+
z.lazy(() => CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1367
|
+
z.boolean(),
|
|
1368
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
1369
|
+
]);
|
|
1370
|
+
/**
|
|
1371
|
+
* @internal
|
|
1372
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1373
|
+
*/
|
|
1374
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$;
|
|
1375
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$) {
|
|
1376
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema` instead. */
|
|
1377
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema;
|
|
1378
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema` instead. */
|
|
1379
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema;
|
|
1380
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$ = {}));
|
|
1381
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHiddenToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden) {
|
|
1382
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema
|
|
1383
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden));
|
|
1384
|
+
}
|
|
1385
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHiddenFromJSON(jsonString) {
|
|
1386
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema
|
|
1387
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden' from JSON`);
|
|
1388
|
+
}
|
|
1389
|
+
/** @internal */
|
|
1390
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3);
|
|
1391
|
+
/** @internal */
|
|
1392
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
1393
|
+
/**
|
|
1394
|
+
* @internal
|
|
1395
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1396
|
+
*/
|
|
1397
|
+
export var CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$;
|
|
1398
|
+
(function (CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$) {
|
|
1399
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
|
|
1400
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.inboundSchema = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
1401
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
|
|
1402
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.outboundSchema = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema;
|
|
1403
|
+
})(CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ || (CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ = {}));
|
|
1404
|
+
/** @internal */
|
|
1405
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema = z.object({
|
|
1406
|
+
expr: z.string(),
|
|
1407
|
+
});
|
|
1408
|
+
/** @internal */
|
|
1409
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema = z.object({
|
|
1410
|
+
expr: z.string(),
|
|
1411
|
+
});
|
|
1412
|
+
/**
|
|
1413
|
+
* @internal
|
|
1414
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1415
|
+
*/
|
|
1416
|
+
export var CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$;
|
|
1417
|
+
(function (CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$) {
|
|
1418
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
1419
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.inboundSchema = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
1420
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
1421
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.outboundSchema = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
1422
|
+
})(CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ || (CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ = {}));
|
|
1423
|
+
export function createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2) {
|
|
1424
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
1425
|
+
.parse(createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2));
|
|
1426
|
+
}
|
|
1427
|
+
export function createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString) {
|
|
1428
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
1429
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`);
|
|
1430
|
+
}
|
|
1431
|
+
/** @internal */
|
|
1432
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema = z.union([
|
|
1433
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1434
|
+
z.boolean(),
|
|
1435
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
1436
|
+
]);
|
|
1437
|
+
/** @internal */
|
|
1438
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema = z.union([
|
|
1439
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1440
|
+
z.boolean(),
|
|
1441
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
1442
|
+
]);
|
|
1443
|
+
/**
|
|
1444
|
+
* @internal
|
|
1445
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1446
|
+
*/
|
|
1447
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$;
|
|
1448
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$) {
|
|
1449
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema` instead. */
|
|
1450
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema;
|
|
1451
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema` instead. */
|
|
1452
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema;
|
|
1453
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$ = {}));
|
|
1454
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabledToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled) {
|
|
1455
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema
|
|
1456
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled));
|
|
1457
|
+
}
|
|
1458
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabledFromJSON(jsonString) {
|
|
1459
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema
|
|
1460
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled' from JSON`);
|
|
1461
|
+
}
|
|
1462
|
+
/** @internal */
|
|
1463
|
+
export const CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema = z.object({
|
|
1464
|
+
expr: z.string(),
|
|
1465
|
+
});
|
|
1466
|
+
/** @internal */
|
|
1467
|
+
export const CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema = z.object({
|
|
1468
|
+
expr: z.string(),
|
|
1469
|
+
});
|
|
1470
|
+
/**
|
|
1471
|
+
* @internal
|
|
1472
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1473
|
+
*/
|
|
1474
|
+
export var CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$;
|
|
1475
|
+
(function (CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$) {
|
|
1476
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
1477
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.inboundSchema = CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
1478
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
1479
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.outboundSchema = CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
1480
|
+
})(CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ || (CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ = {}));
|
|
1481
|
+
export function createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2) {
|
|
1482
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
1483
|
+
.parse(createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2));
|
|
1484
|
+
}
|
|
1485
|
+
export function createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString) {
|
|
1486
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
1487
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`);
|
|
1488
|
+
}
|
|
1489
|
+
/** @internal */
|
|
1490
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema = z.union([
|
|
1491
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1492
|
+
z.string(),
|
|
1493
|
+
]);
|
|
1494
|
+
/** @internal */
|
|
1495
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema = z.union([
|
|
1496
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1497
|
+
z.string(),
|
|
1498
|
+
]);
|
|
1499
|
+
/**
|
|
1500
|
+
* @internal
|
|
1501
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1502
|
+
*/
|
|
1503
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$;
|
|
1504
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$) {
|
|
1505
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema` instead. */
|
|
1506
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema;
|
|
1507
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema` instead. */
|
|
1508
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema;
|
|
1509
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$ = {}));
|
|
1510
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescriptionToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription) {
|
|
1511
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema
|
|
1512
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription));
|
|
1513
|
+
}
|
|
1514
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescriptionFromJSON(jsonString) {
|
|
1515
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema
|
|
1516
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription' from JSON`);
|
|
1517
|
+
}
|
|
1518
|
+
/** @internal */
|
|
1519
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema = z.object({
|
|
1520
|
+
expr: z.string(),
|
|
1521
|
+
});
|
|
1522
|
+
/** @internal */
|
|
1523
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema = z.object({
|
|
1524
|
+
expr: z.string(),
|
|
1525
|
+
});
|
|
1526
|
+
/**
|
|
1527
|
+
* @internal
|
|
1528
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1529
|
+
*/
|
|
1530
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$;
|
|
1531
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$) {
|
|
1532
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema` instead. */
|
|
1533
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema;
|
|
1534
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema` instead. */
|
|
1535
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema;
|
|
1536
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$ = {}));
|
|
1537
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValueToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue) {
|
|
1538
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema
|
|
1539
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue));
|
|
1540
|
+
}
|
|
1541
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValueFromJSON(jsonString) {
|
|
1542
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema
|
|
1543
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue' from JSON`);
|
|
1544
|
+
}
|
|
1545
|
+
/** @internal */
|
|
1546
|
+
export const CreateIntegrationStoreDirectProperties8$inboundSchema = z.object({
|
|
1547
|
+
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema,
|
|
1548
|
+
"ui:control": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema,
|
|
1549
|
+
enum: z.array(z.string()).optional(),
|
|
1550
|
+
maxLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema).optional(),
|
|
1551
|
+
minLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema).optional(),
|
|
1552
|
+
pattern: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema).optional(),
|
|
1553
|
+
description: z.string().optional(),
|
|
1554
|
+
default: z.string().optional(),
|
|
1555
|
+
"ui:label": z.string().optional(),
|
|
1556
|
+
"ui:read-only": z.union([
|
|
1557
|
+
z.lazy(() => CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1558
|
+
z.boolean(),
|
|
1559
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
1560
|
+
]).optional(),
|
|
1561
|
+
"ui:hidden": z.union([
|
|
1562
|
+
z.lazy(() => CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1563
|
+
z.boolean(),
|
|
1564
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
1565
|
+
]).optional(),
|
|
1566
|
+
"ui:disabled": z.union([
|
|
1567
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1568
|
+
z.boolean(),
|
|
1569
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
1570
|
+
]).optional(),
|
|
1571
|
+
"ui:description": z.union([
|
|
1572
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1573
|
+
z.string(),
|
|
1574
|
+
]).optional(),
|
|
1575
|
+
"ui:formatted-value": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema).optional(),
|
|
1576
|
+
"ui:placeholder": z.string().optional(),
|
|
1577
|
+
}).transform((v) => {
|
|
1578
|
+
return remap$(v, {
|
|
1579
|
+
"ui:control": "uiControl",
|
|
1580
|
+
"ui:label": "uiLabel",
|
|
1581
|
+
"ui:read-only": "uiReadOnly",
|
|
1582
|
+
"ui:hidden": "uiHidden",
|
|
1583
|
+
"ui:disabled": "uiDisabled",
|
|
1584
|
+
"ui:description": "uiDescription",
|
|
1585
|
+
"ui:formatted-value": "uiFormattedValue",
|
|
1586
|
+
"ui:placeholder": "uiPlaceholder",
|
|
1587
|
+
});
|
|
1588
|
+
});
|
|
1589
|
+
/** @internal */
|
|
1590
|
+
export const CreateIntegrationStoreDirectProperties8$outboundSchema = z.object({
|
|
1591
|
+
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema,
|
|
1592
|
+
uiControl: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema,
|
|
1593
|
+
enum: z.array(z.string()).optional(),
|
|
1594
|
+
maxLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema).optional(),
|
|
1595
|
+
minLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema).optional(),
|
|
1596
|
+
pattern: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema).optional(),
|
|
1597
|
+
description: z.string().optional(),
|
|
1598
|
+
default: z.string().optional(),
|
|
1599
|
+
uiLabel: z.string().optional(),
|
|
1600
|
+
uiReadOnly: z.union([
|
|
1601
|
+
z.lazy(() => CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1602
|
+
z.boolean(),
|
|
1603
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
1604
|
+
]).optional(),
|
|
1605
|
+
uiHidden: z.union([
|
|
1606
|
+
z.lazy(() => CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1607
|
+
z.boolean(),
|
|
1608
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
1609
|
+
]).optional(),
|
|
1610
|
+
uiDisabled: z.union([
|
|
1611
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1612
|
+
z.boolean(),
|
|
1613
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
1614
|
+
]).optional(),
|
|
1615
|
+
uiDescription: z.union([
|
|
1616
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1617
|
+
z.string(),
|
|
1618
|
+
]).optional(),
|
|
1619
|
+
uiFormattedValue: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema).optional(),
|
|
1620
|
+
uiPlaceholder: z.string().optional(),
|
|
1621
|
+
}).transform((v) => {
|
|
1622
|
+
return remap$(v, {
|
|
1623
|
+
uiControl: "ui:control",
|
|
1624
|
+
uiLabel: "ui:label",
|
|
1625
|
+
uiReadOnly: "ui:read-only",
|
|
1626
|
+
uiHidden: "ui:hidden",
|
|
1627
|
+
uiDisabled: "ui:disabled",
|
|
1628
|
+
uiDescription: "ui:description",
|
|
1629
|
+
uiFormattedValue: "ui:formatted-value",
|
|
1630
|
+
uiPlaceholder: "ui:placeholder",
|
|
1631
|
+
});
|
|
1632
|
+
});
|
|
936
1633
|
/**
|
|
937
1634
|
* @internal
|
|
938
1635
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
@@ -981,40 +1678,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
981
1678
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
|
|
982
1679
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
|
|
983
1680
|
/** @internal */
|
|
984
|
-
export const
|
|
1681
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema = z.object({});
|
|
985
1682
|
/** @internal */
|
|
986
|
-
export const
|
|
1683
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema = z.object({});
|
|
987
1684
|
/**
|
|
988
1685
|
* @internal
|
|
989
1686
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
990
1687
|
*/
|
|
991
|
-
export var
|
|
992
|
-
(function (
|
|
993
|
-
/** @deprecated use `
|
|
994
|
-
|
|
995
|
-
/** @deprecated use `
|
|
996
|
-
|
|
997
|
-
})(
|
|
998
|
-
export function
|
|
999
|
-
return JSON.stringify(
|
|
1688
|
+
export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$;
|
|
1689
|
+
(function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$) {
|
|
1690
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema` instead. */
|
|
1691
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema;
|
|
1692
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema` instead. */
|
|
1693
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema;
|
|
1694
|
+
})(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$ = {}));
|
|
1695
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8466ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8466) {
|
|
1696
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8466));
|
|
1000
1697
|
}
|
|
1001
|
-
export function
|
|
1002
|
-
return safeParse(jsonString, (x) =>
|
|
1698
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8466FromJSON(jsonString) {
|
|
1699
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466' from JSON`);
|
|
1003
1700
|
}
|
|
1004
1701
|
/** @internal */
|
|
1005
1702
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
|
|
1006
|
-
"__@BRAND@
|
|
1703
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema),
|
|
1007
1704
|
}).transform((v) => {
|
|
1008
1705
|
return remap$(v, {
|
|
1009
|
-
"__@BRAND@
|
|
1706
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1010
1707
|
});
|
|
1011
1708
|
});
|
|
1012
1709
|
/** @internal */
|
|
1013
1710
|
export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
|
|
1014
|
-
|
|
1711
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema),
|
|
1015
1712
|
}).transform((v) => {
|
|
1016
1713
|
return remap$(v, {
|
|
1017
|
-
|
|
1714
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1018
1715
|
});
|
|
1019
1716
|
});
|
|
1020
1717
|
/**
|
|
@@ -1226,40 +1923,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
|
|
|
1226
1923
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
|
|
1227
1924
|
}
|
|
1228
1925
|
/** @internal */
|
|
1229
|
-
export const
|
|
1926
|
+
export const UiOptionsAtBRANDAt8466$inboundSchema = z.object({});
|
|
1230
1927
|
/** @internal */
|
|
1231
|
-
export const
|
|
1928
|
+
export const UiOptionsAtBRANDAt8466$outboundSchema = z.object({});
|
|
1232
1929
|
/**
|
|
1233
1930
|
* @internal
|
|
1234
1931
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1235
1932
|
*/
|
|
1236
|
-
export var
|
|
1237
|
-
(function (
|
|
1238
|
-
/** @deprecated use `
|
|
1239
|
-
|
|
1240
|
-
/** @deprecated use `
|
|
1241
|
-
|
|
1242
|
-
})(
|
|
1243
|
-
export function
|
|
1244
|
-
return JSON.stringify(
|
|
1933
|
+
export var UiOptionsAtBRANDAt8466$;
|
|
1934
|
+
(function (UiOptionsAtBRANDAt8466$) {
|
|
1935
|
+
/** @deprecated use `UiOptionsAtBRANDAt8466$inboundSchema` instead. */
|
|
1936
|
+
UiOptionsAtBRANDAt8466$.inboundSchema = UiOptionsAtBRANDAt8466$inboundSchema;
|
|
1937
|
+
/** @deprecated use `UiOptionsAtBRANDAt8466$outboundSchema` instead. */
|
|
1938
|
+
UiOptionsAtBRANDAt8466$.outboundSchema = UiOptionsAtBRANDAt8466$outboundSchema;
|
|
1939
|
+
})(UiOptionsAtBRANDAt8466$ || (UiOptionsAtBRANDAt8466$ = {}));
|
|
1940
|
+
export function uiOptionsAtBRANDAt8466ToJSON(uiOptionsAtBRANDAt8466) {
|
|
1941
|
+
return JSON.stringify(UiOptionsAtBRANDAt8466$outboundSchema.parse(uiOptionsAtBRANDAt8466));
|
|
1245
1942
|
}
|
|
1246
|
-
export function
|
|
1247
|
-
return safeParse(jsonString, (x) =>
|
|
1943
|
+
export function uiOptionsAtBRANDAt8466FromJSON(jsonString) {
|
|
1944
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8466' from JSON`);
|
|
1248
1945
|
}
|
|
1249
1946
|
/** @internal */
|
|
1250
1947
|
export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
|
|
1251
|
-
"__@BRAND@
|
|
1948
|
+
"__@BRAND@8466": z.lazy(() => UiOptionsAtBRANDAt8466$inboundSchema),
|
|
1252
1949
|
}).transform((v) => {
|
|
1253
1950
|
return remap$(v, {
|
|
1254
|
-
"__@BRAND@
|
|
1951
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1255
1952
|
});
|
|
1256
1953
|
});
|
|
1257
1954
|
/** @internal */
|
|
1258
1955
|
export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
|
|
1259
|
-
|
|
1956
|
+
atBRANDAt8466: z.lazy(() => UiOptionsAtBRANDAt8466$outboundSchema),
|
|
1260
1957
|
}).transform((v) => {
|
|
1261
1958
|
return remap$(v, {
|
|
1262
|
-
|
|
1959
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1263
1960
|
});
|
|
1264
1961
|
});
|
|
1265
1962
|
/**
|
|
@@ -1500,42 +2197,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
1500
2197
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
|
|
1501
2198
|
}
|
|
1502
2199
|
/** @internal */
|
|
1503
|
-
export const
|
|
2200
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema = z.object({});
|
|
1504
2201
|
/** @internal */
|
|
1505
|
-
export const
|
|
2202
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema = z.object({});
|
|
1506
2203
|
/**
|
|
1507
2204
|
* @internal
|
|
1508
2205
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1509
2206
|
*/
|
|
1510
|
-
export var
|
|
1511
|
-
(function (
|
|
1512
|
-
/** @deprecated use `
|
|
1513
|
-
|
|
1514
|
-
/** @deprecated use `
|
|
1515
|
-
|
|
1516
|
-
})(
|
|
1517
|
-
export function
|
|
1518
|
-
return JSON.stringify(
|
|
1519
|
-
.parse(
|
|
2207
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$;
|
|
2208
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$) {
|
|
2209
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema` instead. */
|
|
2210
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema;
|
|
2211
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema` instead. */
|
|
2212
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema;
|
|
2213
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$ = {}));
|
|
2214
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466) {
|
|
2215
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema
|
|
2216
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466));
|
|
1520
2217
|
}
|
|
1521
|
-
export function
|
|
1522
|
-
return safeParse(jsonString, (x) =>
|
|
1523
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2218
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466FromJSON(jsonString) {
|
|
2219
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema
|
|
2220
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466' from JSON`);
|
|
1524
2221
|
}
|
|
1525
2222
|
/** @internal */
|
|
1526
2223
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
1527
|
-
"__@BRAND@
|
|
2224
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema),
|
|
1528
2225
|
}).transform((v) => {
|
|
1529
2226
|
return remap$(v, {
|
|
1530
|
-
"__@BRAND@
|
|
2227
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1531
2228
|
});
|
|
1532
2229
|
});
|
|
1533
2230
|
/** @internal */
|
|
1534
2231
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
1535
|
-
|
|
2232
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema),
|
|
1536
2233
|
}).transform((v) => {
|
|
1537
2234
|
return remap$(v, {
|
|
1538
|
-
|
|
2235
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1539
2236
|
});
|
|
1540
2237
|
});
|
|
1541
2238
|
/**
|
|
@@ -1558,42 +2255,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
1558
2255
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
1559
2256
|
}
|
|
1560
2257
|
/** @internal */
|
|
1561
|
-
export const
|
|
2258
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema = z.object({});
|
|
1562
2259
|
/** @internal */
|
|
1563
|
-
export const
|
|
2260
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema = z.object({});
|
|
1564
2261
|
/**
|
|
1565
2262
|
* @internal
|
|
1566
2263
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1567
2264
|
*/
|
|
1568
|
-
export var
|
|
1569
|
-
(function (
|
|
1570
|
-
/** @deprecated use `
|
|
1571
|
-
|
|
1572
|
-
/** @deprecated use `
|
|
1573
|
-
|
|
1574
|
-
})(
|
|
1575
|
-
export function
|
|
1576
|
-
return JSON.stringify(
|
|
1577
|
-
.parse(
|
|
2265
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$;
|
|
2266
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$) {
|
|
2267
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema` instead. */
|
|
2268
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema;
|
|
2269
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema` instead. */
|
|
2270
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema;
|
|
2271
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$ = {}));
|
|
2272
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466) {
|
|
2273
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema
|
|
2274
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466));
|
|
1578
2275
|
}
|
|
1579
|
-
export function
|
|
1580
|
-
return safeParse(jsonString, (x) =>
|
|
1581
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2276
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466FromJSON(jsonString) {
|
|
2277
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema
|
|
2278
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466' from JSON`);
|
|
1582
2279
|
}
|
|
1583
2280
|
/** @internal */
|
|
1584
2281
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
1585
|
-
"__@BRAND@
|
|
2282
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema),
|
|
1586
2283
|
}).transform((v) => {
|
|
1587
2284
|
return remap$(v, {
|
|
1588
|
-
"__@BRAND@
|
|
2285
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1589
2286
|
});
|
|
1590
2287
|
});
|
|
1591
2288
|
/** @internal */
|
|
1592
2289
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
1593
|
-
|
|
2290
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema),
|
|
1594
2291
|
}).transform((v) => {
|
|
1595
2292
|
return remap$(v, {
|
|
1596
|
-
|
|
2293
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1597
2294
|
});
|
|
1598
2295
|
});
|
|
1599
2296
|
/**
|
|
@@ -1616,42 +2313,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
1616
2313
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
1617
2314
|
}
|
|
1618
2315
|
/** @internal */
|
|
1619
|
-
export const
|
|
2316
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema = z.object({});
|
|
1620
2317
|
/** @internal */
|
|
1621
|
-
export const
|
|
2318
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema = z.object({});
|
|
1622
2319
|
/**
|
|
1623
2320
|
* @internal
|
|
1624
2321
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1625
2322
|
*/
|
|
1626
|
-
export var
|
|
1627
|
-
(function (
|
|
1628
|
-
/** @deprecated use `
|
|
1629
|
-
|
|
1630
|
-
/** @deprecated use `
|
|
1631
|
-
|
|
1632
|
-
})(
|
|
1633
|
-
export function
|
|
1634
|
-
return JSON.stringify(
|
|
1635
|
-
.parse(
|
|
2323
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$;
|
|
2324
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$) {
|
|
2325
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema` instead. */
|
|
2326
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema;
|
|
2327
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema` instead. */
|
|
2328
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema;
|
|
2329
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$ = {}));
|
|
2330
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466) {
|
|
2331
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema
|
|
2332
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466));
|
|
1636
2333
|
}
|
|
1637
|
-
export function
|
|
1638
|
-
return safeParse(jsonString, (x) =>
|
|
1639
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2334
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466FromJSON(jsonString) {
|
|
2335
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema
|
|
2336
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466' from JSON`);
|
|
1640
2337
|
}
|
|
1641
2338
|
/** @internal */
|
|
1642
2339
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
1643
|
-
"__@BRAND@
|
|
2340
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema),
|
|
1644
2341
|
}).transform((v) => {
|
|
1645
2342
|
return remap$(v, {
|
|
1646
|
-
"__@BRAND@
|
|
2343
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1647
2344
|
});
|
|
1648
2345
|
});
|
|
1649
2346
|
/** @internal */
|
|
1650
2347
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
1651
|
-
|
|
2348
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema),
|
|
1652
2349
|
}).transform((v) => {
|
|
1653
2350
|
return remap$(v, {
|
|
1654
|
-
|
|
2351
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1655
2352
|
});
|
|
1656
2353
|
});
|
|
1657
2354
|
/**
|
|
@@ -2108,211 +2805,211 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
2108
2805
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema;
|
|
2109
2806
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$ = {}));
|
|
2110
2807
|
/** @internal */
|
|
2111
|
-
export const
|
|
2808
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type);
|
|
2112
2809
|
/** @internal */
|
|
2113
|
-
export const
|
|
2810
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
|
|
2114
2811
|
/**
|
|
2115
2812
|
* @internal
|
|
2116
2813
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2117
2814
|
*/
|
|
2118
|
-
export var
|
|
2119
|
-
(function (
|
|
2120
|
-
/** @deprecated use `
|
|
2121
|
-
|
|
2122
|
-
/** @deprecated use `
|
|
2123
|
-
|
|
2124
|
-
})(
|
|
2815
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$;
|
|
2816
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$) {
|
|
2817
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema` instead. */
|
|
2818
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
|
|
2819
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema` instead. */
|
|
2820
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
|
|
2821
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ = {}));
|
|
2125
2822
|
/** @internal */
|
|
2126
|
-
export const
|
|
2823
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema = z.object({});
|
|
2127
2824
|
/** @internal */
|
|
2128
|
-
export const
|
|
2825
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema = z.object({});
|
|
2129
2826
|
/**
|
|
2130
2827
|
* @internal
|
|
2131
2828
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2132
2829
|
*/
|
|
2133
|
-
export var
|
|
2134
|
-
(function (
|
|
2135
|
-
/** @deprecated use `
|
|
2136
|
-
|
|
2137
|
-
/** @deprecated use `
|
|
2138
|
-
|
|
2139
|
-
})(
|
|
2140
|
-
export function
|
|
2141
|
-
return JSON.stringify(
|
|
2142
|
-
.parse(
|
|
2830
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$;
|
|
2831
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$) {
|
|
2832
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema` instead. */
|
|
2833
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema;
|
|
2834
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema` instead. */
|
|
2835
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema;
|
|
2836
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$ = {}));
|
|
2837
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466) {
|
|
2838
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema
|
|
2839
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466));
|
|
2143
2840
|
}
|
|
2144
|
-
export function
|
|
2145
|
-
return safeParse(jsonString, (x) =>
|
|
2146
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2841
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466FromJSON(jsonString) {
|
|
2842
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema
|
|
2843
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466' from JSON`);
|
|
2147
2844
|
}
|
|
2148
2845
|
/** @internal */
|
|
2149
|
-
export const
|
|
2150
|
-
"__@BRAND@
|
|
2846
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
|
|
2847
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema),
|
|
2151
2848
|
}).transform((v) => {
|
|
2152
2849
|
return remap$(v, {
|
|
2153
|
-
"__@BRAND@
|
|
2850
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
2154
2851
|
});
|
|
2155
2852
|
});
|
|
2156
2853
|
/** @internal */
|
|
2157
|
-
export const
|
|
2158
|
-
|
|
2854
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
|
|
2855
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema),
|
|
2159
2856
|
}).transform((v) => {
|
|
2160
2857
|
return remap$(v, {
|
|
2161
|
-
|
|
2858
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
2162
2859
|
});
|
|
2163
2860
|
});
|
|
2164
2861
|
/**
|
|
2165
2862
|
* @internal
|
|
2166
2863
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2167
2864
|
*/
|
|
2168
|
-
export var
|
|
2169
|
-
(function (
|
|
2170
|
-
/** @deprecated use `
|
|
2171
|
-
|
|
2172
|
-
/** @deprecated use `
|
|
2173
|
-
|
|
2174
|
-
})(
|
|
2175
|
-
export function
|
|
2176
|
-
return JSON.stringify(
|
|
2177
|
-
.parse(
|
|
2865
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$;
|
|
2866
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$) {
|
|
2867
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema` instead. */
|
|
2868
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema;
|
|
2869
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema` instead. */
|
|
2870
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema;
|
|
2871
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$ = {}));
|
|
2872
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength) {
|
|
2873
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema
|
|
2874
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength));
|
|
2178
2875
|
}
|
|
2179
|
-
export function
|
|
2180
|
-
return safeParse(jsonString, (x) =>
|
|
2181
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2876
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString) {
|
|
2877
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema
|
|
2878
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
|
|
2182
2879
|
}
|
|
2183
2880
|
/** @internal */
|
|
2184
|
-
export const
|
|
2881
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema = z.object({});
|
|
2185
2882
|
/** @internal */
|
|
2186
|
-
export const
|
|
2883
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema = z.object({});
|
|
2187
2884
|
/**
|
|
2188
2885
|
* @internal
|
|
2189
2886
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2190
2887
|
*/
|
|
2191
|
-
export var
|
|
2192
|
-
(function (
|
|
2193
|
-
/** @deprecated use `
|
|
2194
|
-
|
|
2195
|
-
/** @deprecated use `
|
|
2196
|
-
|
|
2197
|
-
})(
|
|
2198
|
-
export function
|
|
2199
|
-
return JSON.stringify(
|
|
2200
|
-
.parse(
|
|
2888
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$;
|
|
2889
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$) {
|
|
2890
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema` instead. */
|
|
2891
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema;
|
|
2892
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema` instead. */
|
|
2893
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema;
|
|
2894
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$ = {}));
|
|
2895
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466) {
|
|
2896
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema
|
|
2897
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466));
|
|
2201
2898
|
}
|
|
2202
|
-
export function
|
|
2203
|
-
return safeParse(jsonString, (x) =>
|
|
2204
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2899
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466FromJSON(jsonString) {
|
|
2900
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema
|
|
2901
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466' from JSON`);
|
|
2205
2902
|
}
|
|
2206
2903
|
/** @internal */
|
|
2207
|
-
export const
|
|
2208
|
-
"__@BRAND@
|
|
2904
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
|
|
2905
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema),
|
|
2209
2906
|
}).transform((v) => {
|
|
2210
2907
|
return remap$(v, {
|
|
2211
|
-
"__@BRAND@
|
|
2908
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
2212
2909
|
});
|
|
2213
2910
|
});
|
|
2214
2911
|
/** @internal */
|
|
2215
|
-
export const
|
|
2216
|
-
|
|
2912
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
|
|
2913
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema),
|
|
2217
2914
|
}).transform((v) => {
|
|
2218
2915
|
return remap$(v, {
|
|
2219
|
-
|
|
2916
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
2220
2917
|
});
|
|
2221
2918
|
});
|
|
2222
2919
|
/**
|
|
2223
2920
|
* @internal
|
|
2224
2921
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2225
2922
|
*/
|
|
2226
|
-
export var
|
|
2227
|
-
(function (
|
|
2228
|
-
/** @deprecated use `
|
|
2229
|
-
|
|
2230
|
-
/** @deprecated use `
|
|
2231
|
-
|
|
2232
|
-
})(
|
|
2233
|
-
export function
|
|
2234
|
-
return JSON.stringify(
|
|
2235
|
-
.parse(
|
|
2923
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$;
|
|
2924
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$) {
|
|
2925
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema` instead. */
|
|
2926
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema;
|
|
2927
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema` instead. */
|
|
2928
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema;
|
|
2929
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$ = {}));
|
|
2930
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength) {
|
|
2931
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema
|
|
2932
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength));
|
|
2236
2933
|
}
|
|
2237
|
-
export function
|
|
2238
|
-
return safeParse(jsonString, (x) =>
|
|
2239
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2934
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString) {
|
|
2935
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema
|
|
2936
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
|
|
2240
2937
|
}
|
|
2241
2938
|
/** @internal */
|
|
2242
|
-
export const
|
|
2939
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema = z.object({});
|
|
2243
2940
|
/** @internal */
|
|
2244
|
-
export const
|
|
2941
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema = z.object({});
|
|
2245
2942
|
/**
|
|
2246
2943
|
* @internal
|
|
2247
2944
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2248
2945
|
*/
|
|
2249
|
-
export var
|
|
2250
|
-
(function (
|
|
2251
|
-
/** @deprecated use `
|
|
2252
|
-
|
|
2253
|
-
/** @deprecated use `
|
|
2254
|
-
|
|
2255
|
-
})(
|
|
2256
|
-
export function
|
|
2257
|
-
return JSON.stringify(
|
|
2258
|
-
.parse(
|
|
2946
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$;
|
|
2947
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$) {
|
|
2948
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema` instead. */
|
|
2949
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema;
|
|
2950
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema` instead. */
|
|
2951
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema;
|
|
2952
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$ = {}));
|
|
2953
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466) {
|
|
2954
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema
|
|
2955
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466));
|
|
2259
2956
|
}
|
|
2260
|
-
export function
|
|
2261
|
-
return safeParse(jsonString, (x) =>
|
|
2262
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2957
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466FromJSON(jsonString) {
|
|
2958
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema
|
|
2959
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466' from JSON`);
|
|
2263
2960
|
}
|
|
2264
2961
|
/** @internal */
|
|
2265
|
-
export const
|
|
2266
|
-
"__@BRAND@
|
|
2962
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
|
|
2963
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema),
|
|
2267
2964
|
}).transform((v) => {
|
|
2268
2965
|
return remap$(v, {
|
|
2269
|
-
"__@BRAND@
|
|
2966
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
2270
2967
|
});
|
|
2271
2968
|
});
|
|
2272
2969
|
/** @internal */
|
|
2273
|
-
export const
|
|
2274
|
-
|
|
2970
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
|
|
2971
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema),
|
|
2275
2972
|
}).transform((v) => {
|
|
2276
2973
|
return remap$(v, {
|
|
2277
|
-
|
|
2974
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
2278
2975
|
});
|
|
2279
2976
|
});
|
|
2280
2977
|
/**
|
|
2281
2978
|
* @internal
|
|
2282
2979
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2283
2980
|
*/
|
|
2284
|
-
export var
|
|
2285
|
-
(function (
|
|
2286
|
-
/** @deprecated use `
|
|
2287
|
-
|
|
2288
|
-
/** @deprecated use `
|
|
2289
|
-
|
|
2290
|
-
})(
|
|
2291
|
-
export function
|
|
2292
|
-
return JSON.stringify(
|
|
2293
|
-
.parse(
|
|
2981
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$;
|
|
2982
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$) {
|
|
2983
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema` instead. */
|
|
2984
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema;
|
|
2985
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema` instead. */
|
|
2986
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema;
|
|
2987
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$ = {}));
|
|
2988
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern) {
|
|
2989
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema
|
|
2990
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern));
|
|
2294
2991
|
}
|
|
2295
|
-
export function
|
|
2296
|
-
return safeParse(jsonString, (x) =>
|
|
2297
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2992
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternFromJSON(jsonString) {
|
|
2993
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema
|
|
2994
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern' from JSON`);
|
|
2298
2995
|
}
|
|
2299
2996
|
/** @internal */
|
|
2300
2997
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema = z.object({
|
|
2301
|
-
type:
|
|
2998
|
+
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema,
|
|
2302
2999
|
description: z.string().optional(),
|
|
2303
|
-
minLength: z.lazy(() =>
|
|
2304
|
-
maxLength: z.lazy(() =>
|
|
2305
|
-
pattern: z.lazy(() =>
|
|
3000
|
+
minLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema).optional(),
|
|
3001
|
+
maxLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema).optional(),
|
|
3002
|
+
pattern: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema).optional(),
|
|
2306
3003
|
default: z.string().optional(),
|
|
2307
3004
|
enum: z.array(z.string()).optional(),
|
|
2308
3005
|
});
|
|
2309
3006
|
/** @internal */
|
|
2310
3007
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsItems$outboundSchema = z.object({
|
|
2311
|
-
type:
|
|
3008
|
+
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema,
|
|
2312
3009
|
description: z.string().optional(),
|
|
2313
|
-
minLength: z.lazy(() =>
|
|
2314
|
-
maxLength: z.lazy(() =>
|
|
2315
|
-
pattern: z.lazy(() =>
|
|
3010
|
+
minLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema).optional(),
|
|
3011
|
+
maxLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema).optional(),
|
|
3012
|
+
pattern: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema).optional(),
|
|
2316
3013
|
default: z.string().optional(),
|
|
2317
3014
|
enum: z.array(z.string()).optional(),
|
|
2318
3015
|
});
|
|
@@ -3178,42 +3875,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
|
|
|
3178
3875
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
|
|
3179
3876
|
}
|
|
3180
3877
|
/** @internal */
|
|
3181
|
-
export const
|
|
3878
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema = z.object({});
|
|
3182
3879
|
/** @internal */
|
|
3183
|
-
export const
|
|
3880
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema = z.object({});
|
|
3184
3881
|
/**
|
|
3185
3882
|
* @internal
|
|
3186
3883
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3187
3884
|
*/
|
|
3188
|
-
export var
|
|
3189
|
-
(function (
|
|
3190
|
-
/** @deprecated use `
|
|
3191
|
-
|
|
3192
|
-
/** @deprecated use `
|
|
3193
|
-
|
|
3194
|
-
})(
|
|
3195
|
-
export function
|
|
3196
|
-
return JSON.stringify(
|
|
3197
|
-
.parse(
|
|
3885
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$;
|
|
3886
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$) {
|
|
3887
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema` instead. */
|
|
3888
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema;
|
|
3889
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema` instead. */
|
|
3890
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema;
|
|
3891
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$ = {}));
|
|
3892
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466) {
|
|
3893
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema
|
|
3894
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466));
|
|
3198
3895
|
}
|
|
3199
|
-
export function
|
|
3200
|
-
return safeParse(jsonString, (x) =>
|
|
3201
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3896
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466FromJSON(jsonString) {
|
|
3897
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema
|
|
3898
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466' from JSON`);
|
|
3202
3899
|
}
|
|
3203
3900
|
/** @internal */
|
|
3204
3901
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
3205
|
-
"__@BRAND@
|
|
3902
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema),
|
|
3206
3903
|
}).transform((v) => {
|
|
3207
3904
|
return remap$(v, {
|
|
3208
|
-
"__@BRAND@
|
|
3905
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3209
3906
|
});
|
|
3210
3907
|
});
|
|
3211
3908
|
/** @internal */
|
|
3212
3909
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
3213
|
-
|
|
3910
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema),
|
|
3214
3911
|
}).transform((v) => {
|
|
3215
3912
|
return remap$(v, {
|
|
3216
|
-
|
|
3913
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3217
3914
|
});
|
|
3218
3915
|
});
|
|
3219
3916
|
/**
|
|
@@ -3236,42 +3933,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
3236
3933
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
|
|
3237
3934
|
}
|
|
3238
3935
|
/** @internal */
|
|
3239
|
-
export const
|
|
3936
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema = z.object({});
|
|
3240
3937
|
/** @internal */
|
|
3241
|
-
export const
|
|
3938
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema = z.object({});
|
|
3242
3939
|
/**
|
|
3243
3940
|
* @internal
|
|
3244
3941
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3245
3942
|
*/
|
|
3246
|
-
export var
|
|
3247
|
-
(function (
|
|
3248
|
-
/** @deprecated use `
|
|
3249
|
-
|
|
3250
|
-
/** @deprecated use `
|
|
3251
|
-
|
|
3252
|
-
})(
|
|
3253
|
-
export function
|
|
3254
|
-
return JSON.stringify(
|
|
3255
|
-
.parse(
|
|
3943
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$;
|
|
3944
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$) {
|
|
3945
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema` instead. */
|
|
3946
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema;
|
|
3947
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema` instead. */
|
|
3948
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema;
|
|
3949
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$ = {}));
|
|
3950
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466) {
|
|
3951
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema
|
|
3952
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466));
|
|
3256
3953
|
}
|
|
3257
|
-
export function
|
|
3258
|
-
return safeParse(jsonString, (x) =>
|
|
3259
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3954
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466FromJSON(jsonString) {
|
|
3955
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema
|
|
3956
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466' from JSON`);
|
|
3260
3957
|
}
|
|
3261
3958
|
/** @internal */
|
|
3262
3959
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
3263
|
-
"__@BRAND@
|
|
3960
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema),
|
|
3264
3961
|
}).transform((v) => {
|
|
3265
3962
|
return remap$(v, {
|
|
3266
|
-
"__@BRAND@
|
|
3963
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3267
3964
|
});
|
|
3268
3965
|
});
|
|
3269
3966
|
/** @internal */
|
|
3270
3967
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
3271
|
-
|
|
3968
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema),
|
|
3272
3969
|
}).transform((v) => {
|
|
3273
3970
|
return remap$(v, {
|
|
3274
|
-
|
|
3971
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3275
3972
|
});
|
|
3276
3973
|
});
|
|
3277
3974
|
/**
|
|
@@ -3294,42 +3991,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
3294
3991
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
|
|
3295
3992
|
}
|
|
3296
3993
|
/** @internal */
|
|
3297
|
-
export const
|
|
3994
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema = z.object({});
|
|
3298
3995
|
/** @internal */
|
|
3299
|
-
export const
|
|
3996
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema = z.object({});
|
|
3300
3997
|
/**
|
|
3301
3998
|
* @internal
|
|
3302
3999
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3303
4000
|
*/
|
|
3304
|
-
export var
|
|
3305
|
-
(function (
|
|
3306
|
-
/** @deprecated use `
|
|
3307
|
-
|
|
3308
|
-
/** @deprecated use `
|
|
3309
|
-
|
|
3310
|
-
})(
|
|
3311
|
-
export function
|
|
3312
|
-
return JSON.stringify(
|
|
3313
|
-
.parse(
|
|
4001
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$;
|
|
4002
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$) {
|
|
4003
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema` instead. */
|
|
4004
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema;
|
|
4005
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema` instead. */
|
|
4006
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema;
|
|
4007
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$ = {}));
|
|
4008
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466) {
|
|
4009
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema
|
|
4010
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466));
|
|
3314
4011
|
}
|
|
3315
|
-
export function
|
|
3316
|
-
return safeParse(jsonString, (x) =>
|
|
3317
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4012
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466FromJSON(jsonString) {
|
|
4013
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema
|
|
4014
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466' from JSON`);
|
|
3318
4015
|
}
|
|
3319
4016
|
/** @internal */
|
|
3320
4017
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
3321
|
-
"__@BRAND@
|
|
4018
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema),
|
|
3322
4019
|
}).transform((v) => {
|
|
3323
4020
|
return remap$(v, {
|
|
3324
|
-
"__@BRAND@
|
|
4021
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3325
4022
|
});
|
|
3326
4023
|
});
|
|
3327
4024
|
/** @internal */
|
|
3328
4025
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
3329
|
-
|
|
4026
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema),
|
|
3330
4027
|
}).transform((v) => {
|
|
3331
4028
|
return remap$(v, {
|
|
3332
|
-
|
|
4029
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3333
4030
|
});
|
|
3334
4031
|
});
|
|
3335
4032
|
/**
|
|
@@ -5138,42 +5835,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
|
|
|
5138
5835
|
CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
|
|
5139
5836
|
})(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
|
|
5140
5837
|
/** @internal */
|
|
5141
|
-
export const
|
|
5838
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema = z.object({});
|
|
5142
5839
|
/** @internal */
|
|
5143
|
-
export const
|
|
5840
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema = z.object({});
|
|
5144
5841
|
/**
|
|
5145
5842
|
* @internal
|
|
5146
5843
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5147
5844
|
*/
|
|
5148
|
-
export var
|
|
5149
|
-
(function (
|
|
5150
|
-
/** @deprecated use `
|
|
5151
|
-
|
|
5152
|
-
/** @deprecated use `
|
|
5153
|
-
|
|
5154
|
-
})(
|
|
5155
|
-
export function
|
|
5156
|
-
return JSON.stringify(
|
|
5157
|
-
.parse(
|
|
5845
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$;
|
|
5846
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$) {
|
|
5847
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema` instead. */
|
|
5848
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema;
|
|
5849
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema` instead. */
|
|
5850
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema;
|
|
5851
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$ = {}));
|
|
5852
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466) {
|
|
5853
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema
|
|
5854
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466));
|
|
5158
5855
|
}
|
|
5159
|
-
export function
|
|
5160
|
-
return safeParse(jsonString, (x) =>
|
|
5161
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
5856
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466FromJSON(jsonString) {
|
|
5857
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema
|
|
5858
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466' from JSON`);
|
|
5162
5859
|
}
|
|
5163
5860
|
/** @internal */
|
|
5164
5861
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
|
|
5165
|
-
"__@BRAND@
|
|
5862
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema),
|
|
5166
5863
|
}).transform((v) => {
|
|
5167
5864
|
return remap$(v, {
|
|
5168
|
-
"__@BRAND@
|
|
5865
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
5169
5866
|
});
|
|
5170
5867
|
});
|
|
5171
5868
|
/** @internal */
|
|
5172
5869
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
|
|
5173
|
-
|
|
5870
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema),
|
|
5174
5871
|
}).transform((v) => {
|
|
5175
5872
|
return remap$(v, {
|
|
5176
|
-
|
|
5873
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
5177
5874
|
});
|
|
5178
5875
|
});
|
|
5179
5876
|
/**
|
|
@@ -5194,40 +5891,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
|
|
|
5194
5891
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
|
|
5195
5892
|
}
|
|
5196
5893
|
/** @internal */
|
|
5197
|
-
export const
|
|
5894
|
+
export const PropertiesAtBRANDAt8466$inboundSchema = z.object({});
|
|
5198
5895
|
/** @internal */
|
|
5199
|
-
export const
|
|
5896
|
+
export const PropertiesAtBRANDAt8466$outboundSchema = z.object({});
|
|
5200
5897
|
/**
|
|
5201
5898
|
* @internal
|
|
5202
5899
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5203
5900
|
*/
|
|
5204
|
-
export var
|
|
5205
|
-
(function (
|
|
5206
|
-
/** @deprecated use `
|
|
5207
|
-
|
|
5208
|
-
/** @deprecated use `
|
|
5209
|
-
|
|
5210
|
-
})(
|
|
5211
|
-
export function
|
|
5212
|
-
return JSON.stringify(
|
|
5901
|
+
export var PropertiesAtBRANDAt8466$;
|
|
5902
|
+
(function (PropertiesAtBRANDAt8466$) {
|
|
5903
|
+
/** @deprecated use `PropertiesAtBRANDAt8466$inboundSchema` instead. */
|
|
5904
|
+
PropertiesAtBRANDAt8466$.inboundSchema = PropertiesAtBRANDAt8466$inboundSchema;
|
|
5905
|
+
/** @deprecated use `PropertiesAtBRANDAt8466$outboundSchema` instead. */
|
|
5906
|
+
PropertiesAtBRANDAt8466$.outboundSchema = PropertiesAtBRANDAt8466$outboundSchema;
|
|
5907
|
+
})(PropertiesAtBRANDAt8466$ || (PropertiesAtBRANDAt8466$ = {}));
|
|
5908
|
+
export function propertiesAtBRANDAt8466ToJSON(propertiesAtBRANDAt8466) {
|
|
5909
|
+
return JSON.stringify(PropertiesAtBRANDAt8466$outboundSchema.parse(propertiesAtBRANDAt8466));
|
|
5213
5910
|
}
|
|
5214
|
-
export function
|
|
5215
|
-
return safeParse(jsonString, (x) =>
|
|
5911
|
+
export function propertiesAtBRANDAt8466FromJSON(jsonString) {
|
|
5912
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8466' from JSON`);
|
|
5216
5913
|
}
|
|
5217
5914
|
/** @internal */
|
|
5218
5915
|
export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
|
|
5219
|
-
"__@BRAND@
|
|
5916
|
+
"__@BRAND@8466": z.lazy(() => PropertiesAtBRANDAt8466$inboundSchema),
|
|
5220
5917
|
}).transform((v) => {
|
|
5221
5918
|
return remap$(v, {
|
|
5222
|
-
"__@BRAND@
|
|
5919
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
5223
5920
|
});
|
|
5224
5921
|
});
|
|
5225
5922
|
/** @internal */
|
|
5226
5923
|
export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
|
|
5227
|
-
|
|
5924
|
+
atBRANDAt8466: z.lazy(() => PropertiesAtBRANDAt8466$outboundSchema),
|
|
5228
5925
|
}).transform((v) => {
|
|
5229
5926
|
return remap$(v, {
|
|
5230
|
-
|
|
5927
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
5231
5928
|
});
|
|
5232
5929
|
});
|
|
5233
5930
|
/**
|
|
@@ -5248,40 +5945,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
|
|
|
5248
5945
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
|
|
5249
5946
|
}
|
|
5250
5947
|
/** @internal */
|
|
5251
|
-
export const
|
|
5948
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema = z.object({});
|
|
5252
5949
|
/** @internal */
|
|
5253
|
-
export const
|
|
5950
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema = z.object({});
|
|
5254
5951
|
/**
|
|
5255
5952
|
* @internal
|
|
5256
5953
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5257
5954
|
*/
|
|
5258
|
-
export var
|
|
5259
|
-
(function (
|
|
5260
|
-
/** @deprecated use `
|
|
5261
|
-
|
|
5262
|
-
/** @deprecated use `
|
|
5263
|
-
|
|
5264
|
-
})(
|
|
5265
|
-
export function
|
|
5266
|
-
return JSON.stringify(
|
|
5955
|
+
export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$;
|
|
5956
|
+
(function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$) {
|
|
5957
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema` instead. */
|
|
5958
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema;
|
|
5959
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema` instead. */
|
|
5960
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema;
|
|
5961
|
+
})(CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$ = {}));
|
|
5962
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8466) {
|
|
5963
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8466));
|
|
5267
5964
|
}
|
|
5268
|
-
export function
|
|
5269
|
-
return safeParse(jsonString, (x) =>
|
|
5965
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8466FromJSON(jsonString) {
|
|
5966
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8466' from JSON`);
|
|
5270
5967
|
}
|
|
5271
5968
|
/** @internal */
|
|
5272
5969
|
export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
|
|
5273
|
-
"__@BRAND@
|
|
5970
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema),
|
|
5274
5971
|
}).transform((v) => {
|
|
5275
5972
|
return remap$(v, {
|
|
5276
|
-
"__@BRAND@
|
|
5973
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
5277
5974
|
});
|
|
5278
5975
|
});
|
|
5279
5976
|
/** @internal */
|
|
5280
5977
|
export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
|
|
5281
|
-
|
|
5978
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema),
|
|
5282
5979
|
}).transform((v) => {
|
|
5283
5980
|
return remap$(v, {
|
|
5284
|
-
|
|
5981
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
5285
5982
|
});
|
|
5286
5983
|
});
|
|
5287
5984
|
/**
|
|
@@ -5703,6 +6400,7 @@ export const CreateIntegrationStoreDirectProperties$inboundSchema = z.union([
|
|
|
5703
6400
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$inboundSchema),
|
|
5704
6401
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$inboundSchema),
|
|
5705
6402
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$inboundSchema),
|
|
6403
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$inboundSchema),
|
|
5706
6404
|
]);
|
|
5707
6405
|
/** @internal */
|
|
5708
6406
|
export const CreateIntegrationStoreDirectProperties$outboundSchema = z.union([
|
|
@@ -5714,6 +6412,7 @@ export const CreateIntegrationStoreDirectProperties$outboundSchema = z.union([
|
|
|
5714
6412
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$outboundSchema),
|
|
5715
6413
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$outboundSchema),
|
|
5716
6414
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$outboundSchema),
|
|
6415
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$outboundSchema),
|
|
5717
6416
|
]);
|
|
5718
6417
|
/**
|
|
5719
6418
|
* @internal
|
|
@@ -5744,6 +6443,7 @@ export const CreateIntegrationStoreDirectMetadataSchema$inboundSchema = z.object
|
|
|
5744
6443
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$inboundSchema),
|
|
5745
6444
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$inboundSchema),
|
|
5746
6445
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$inboundSchema),
|
|
6446
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$inboundSchema),
|
|
5747
6447
|
])),
|
|
5748
6448
|
required: z.array(z.string()).optional(),
|
|
5749
6449
|
});
|
|
@@ -5759,6 +6459,7 @@ export const CreateIntegrationStoreDirectMetadataSchema$outboundSchema = z.objec
|
|
|
5759
6459
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$outboundSchema),
|
|
5760
6460
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$outboundSchema),
|
|
5761
6461
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$outboundSchema),
|
|
6462
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$outboundSchema),
|
|
5762
6463
|
])),
|
|
5763
6464
|
required: z.array(z.string()).optional(),
|
|
5764
6465
|
});
|
|
@@ -5807,20 +6508,20 @@ export function resourceLinksFromJSON(jsonString) {
|
|
|
5807
6508
|
return safeParse(jsonString, (x) => ResourceLinks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResourceLinks' from JSON`);
|
|
5808
6509
|
}
|
|
5809
6510
|
/** @internal */
|
|
5810
|
-
export const
|
|
6511
|
+
export const CreateIntegrationStoreDirectTags$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectTags);
|
|
5811
6512
|
/** @internal */
|
|
5812
|
-
export const
|
|
6513
|
+
export const CreateIntegrationStoreDirectTags$outboundSchema = CreateIntegrationStoreDirectTags$inboundSchema;
|
|
5813
6514
|
/**
|
|
5814
6515
|
* @internal
|
|
5815
6516
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5816
6517
|
*/
|
|
5817
|
-
export var
|
|
5818
|
-
(function (
|
|
5819
|
-
/** @deprecated use `
|
|
5820
|
-
|
|
5821
|
-
/** @deprecated use `
|
|
5822
|
-
|
|
5823
|
-
})(
|
|
6518
|
+
export var CreateIntegrationStoreDirectTags$;
|
|
6519
|
+
(function (CreateIntegrationStoreDirectTags$) {
|
|
6520
|
+
/** @deprecated use `CreateIntegrationStoreDirectTags$inboundSchema` instead. */
|
|
6521
|
+
CreateIntegrationStoreDirectTags$.inboundSchema = CreateIntegrationStoreDirectTags$inboundSchema;
|
|
6522
|
+
/** @deprecated use `CreateIntegrationStoreDirectTags$outboundSchema` instead. */
|
|
6523
|
+
CreateIntegrationStoreDirectTags$.outboundSchema = CreateIntegrationStoreDirectTags$outboundSchema;
|
|
6524
|
+
})(CreateIntegrationStoreDirectTags$ || (CreateIntegrationStoreDirectTags$ = {}));
|
|
5824
6525
|
/** @internal */
|
|
5825
6526
|
export const ProjectConnectionScopes$inboundSchema = z.nativeEnum(ProjectConnectionScopes);
|
|
5826
6527
|
/** @internal */
|
|
@@ -5967,40 +6668,40 @@ export function guidesFromJSON(jsonString) {
|
|
|
5967
6668
|
return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
|
|
5968
6669
|
}
|
|
5969
6670
|
/** @internal */
|
|
5970
|
-
export const
|
|
6671
|
+
export const AtBRANDAt8466$inboundSchema = z.object({});
|
|
5971
6672
|
/** @internal */
|
|
5972
|
-
export const
|
|
6673
|
+
export const AtBRANDAt8466$outboundSchema = z.object({});
|
|
5973
6674
|
/**
|
|
5974
6675
|
* @internal
|
|
5975
6676
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5976
6677
|
*/
|
|
5977
|
-
export var
|
|
5978
|
-
(function (
|
|
5979
|
-
/** @deprecated use `
|
|
5980
|
-
|
|
5981
|
-
/** @deprecated use `
|
|
5982
|
-
|
|
5983
|
-
})(
|
|
5984
|
-
export function
|
|
5985
|
-
return JSON.stringify(
|
|
6678
|
+
export var AtBRANDAt8466$;
|
|
6679
|
+
(function (AtBRANDAt8466$) {
|
|
6680
|
+
/** @deprecated use `AtBRANDAt8466$inboundSchema` instead. */
|
|
6681
|
+
AtBRANDAt8466$.inboundSchema = AtBRANDAt8466$inboundSchema;
|
|
6682
|
+
/** @deprecated use `AtBRANDAt8466$outboundSchema` instead. */
|
|
6683
|
+
AtBRANDAt8466$.outboundSchema = AtBRANDAt8466$outboundSchema;
|
|
6684
|
+
})(AtBRANDAt8466$ || (AtBRANDAt8466$ = {}));
|
|
6685
|
+
export function atBRANDAt8466ToJSON(atBRANDAt8466) {
|
|
6686
|
+
return JSON.stringify(AtBRANDAt8466$outboundSchema.parse(atBRANDAt8466));
|
|
5986
6687
|
}
|
|
5987
|
-
export function
|
|
5988
|
-
return safeParse(jsonString, (x) =>
|
|
6688
|
+
export function atBRANDAt8466FromJSON(jsonString) {
|
|
6689
|
+
return safeParse(jsonString, (x) => AtBRANDAt8466$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8466' from JSON`);
|
|
5989
6690
|
}
|
|
5990
6691
|
/** @internal */
|
|
5991
6692
|
export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
|
|
5992
|
-
"__@BRAND@
|
|
6693
|
+
"__@BRAND@8466": z.lazy(() => AtBRANDAt8466$inboundSchema),
|
|
5993
6694
|
}).transform((v) => {
|
|
5994
6695
|
return remap$(v, {
|
|
5995
|
-
"__@BRAND@
|
|
6696
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
5996
6697
|
});
|
|
5997
6698
|
});
|
|
5998
6699
|
/** @internal */
|
|
5999
6700
|
export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
|
|
6000
|
-
|
|
6701
|
+
atBRANDAt8466: z.lazy(() => AtBRANDAt8466$outboundSchema),
|
|
6001
6702
|
}).transform((v) => {
|
|
6002
6703
|
return remap$(v, {
|
|
6003
|
-
|
|
6704
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
6004
6705
|
});
|
|
6005
6706
|
});
|
|
6006
6707
|
/**
|
|
@@ -6167,11 +6868,12 @@ export const Product$inboundSchema = z.object({
|
|
|
6167
6868
|
name: z.string().optional(),
|
|
6168
6869
|
slug: z.string().optional(),
|
|
6169
6870
|
iconUrl: z.string().optional(),
|
|
6871
|
+
capabilities: z.lazy(() => CreateIntegrationStoreDirectCapabilities$inboundSchema).optional(),
|
|
6170
6872
|
shortDescription: z.string().optional(),
|
|
6171
6873
|
metadataSchema: z.lazy(() => CreateIntegrationStoreDirectMetadataSchema$inboundSchema).optional(),
|
|
6172
6874
|
resourceLinks: z.array(z.lazy(() => ResourceLinks$inboundSchema))
|
|
6173
6875
|
.optional(),
|
|
6174
|
-
tags: z.array(
|
|
6876
|
+
tags: z.array(CreateIntegrationStoreDirectTags$inboundSchema).optional(),
|
|
6175
6877
|
projectConnectionScopes: z.array(ProjectConnectionScopes$inboundSchema)
|
|
6176
6878
|
.optional(),
|
|
6177
6879
|
showSSOLinkOnProjectConnection: z.boolean().optional(),
|
|
@@ -6196,10 +6898,11 @@ export const Product$outboundSchema = z.object({
|
|
|
6196
6898
|
name: z.string().optional(),
|
|
6197
6899
|
slug: z.string().optional(),
|
|
6198
6900
|
iconUrl: z.string().optional(),
|
|
6901
|
+
capabilities: z.lazy(() => CreateIntegrationStoreDirectCapabilities$outboundSchema).optional(),
|
|
6199
6902
|
shortDescription: z.string().optional(),
|
|
6200
6903
|
metadataSchema: z.lazy(() => CreateIntegrationStoreDirectMetadataSchema$outboundSchema).optional(),
|
|
6201
6904
|
resourceLinks: z.array(z.lazy(() => ResourceLinks$outboundSchema)).optional(),
|
|
6202
|
-
tags: z.array(
|
|
6905
|
+
tags: z.array(CreateIntegrationStoreDirectTags$outboundSchema).optional(),
|
|
6203
6906
|
projectConnectionScopes: z.array(ProjectConnectionScopes$outboundSchema)
|
|
6204
6907
|
.optional(),
|
|
6205
6908
|
showSSOLinkOnProjectConnection: z.boolean().optional(),
|
|
@@ -6539,6 +7242,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema = z.object({
|
|
|
6539
7242
|
usageQuotaExceeded: z.boolean(),
|
|
6540
7243
|
status: z.nullable(CreateIntegrationStoreDirectStatus$inboundSchema),
|
|
6541
7244
|
ownership: CreateIntegrationStoreDirectOwnership$inboundSchema.optional(),
|
|
7245
|
+
capabilities: z.lazy(() => Capabilities$inboundSchema).optional(),
|
|
6542
7246
|
metadata: z.record(z.union([
|
|
6543
7247
|
z.string(),
|
|
6544
7248
|
z.number(),
|
|
@@ -6562,6 +7266,7 @@ export const CreateIntegrationStoreDirectStore$outboundSchema = z.object({
|
|
|
6562
7266
|
usageQuotaExceeded: z.boolean(),
|
|
6563
7267
|
status: z.nullable(CreateIntegrationStoreDirectStatus$outboundSchema),
|
|
6564
7268
|
ownership: CreateIntegrationStoreDirectOwnership$outboundSchema.optional(),
|
|
7269
|
+
capabilities: z.lazy(() => Capabilities$outboundSchema).optional(),
|
|
6565
7270
|
metadata: z.record(z.union([
|
|
6566
7271
|
z.string(),
|
|
6567
7272
|
z.number(),
|