@vercel/sdk 1.11.2 → 1.11.4
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 +45 -52
- package/bin/mcp-server.js +926 -870
- package/bin/mcp-server.js.map +29 -29
- package/docs/sdks/integrations/README.md +83 -0
- package/docs/sdks/vercel/README.md +0 -74
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -12
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +28 -1
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +3 -27
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
- package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
- package/esm/models/approverollingreleasestageop.d.ts +15 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +6 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +1 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +15 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +6 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +41 -35
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +15 -13
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +243 -240
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +295 -294
- package/esm/models/createintegrationstoredirectop.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 +11 -0
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +4 -0
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/getbillingplansop.d.ts +257 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -0
- package/esm/models/getbillingplansop.js +244 -0
- package/esm/models/getbillingplansop.js.map +1 -0
- package/esm/models/getconfigurationproductsop.d.ts +330 -330
- package/esm/models/getconfigurationproductsop.js +408 -408
- package/esm/models/getdeploymentop.d.ts +3 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +1 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +8 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +3 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
- package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseconfigop.js +2 -0
- package/esm/models/getrollingreleaseconfigop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +15 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +6 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +15 -15
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +17 -15
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +8 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +173 -162
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +158 -154
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
- package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.js +2 -0
- package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
- package/esm/sdk/integrations.d.ts +8 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +10 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/sdk.d.ts +1 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +0 -5
- 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__/domains.test.ts +3 -12
- package/src/__tests__/integrations.test.ts +32 -1
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +1 -11
- package/src/__tests__/vercel.test.ts +4 -33
- package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -5
- package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
- package/src/models/approverollingreleasestageop.ts +21 -0
- package/src/models/canceldeploymentop.ts +1 -0
- package/src/models/completerollingreleaseop.ts +21 -0
- package/src/models/createdeploymentop.ts +17 -15
- package/src/models/createintegrationstoredirectop.ts +506 -505
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +9 -0
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/getbillingplansop.ts +508 -0
- package/src/models/getconfigurationproductsop.ts +703 -703
- package/src/models/getdeploymentop.ts +1 -0
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getprojectsop.ts +8 -0
- package/src/models/getrollingreleaseconfigop.ts +7 -0
- package/src/models/getrollingreleaseop.ts +21 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +27 -29
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateprojectdatacacheop.ts +8 -0
- package/src/models/updateprojectop.ts +347 -338
- package/src/models/updaterollingreleaseconfigop.ts +7 -0
- package/src/sdk/integrations.ts +22 -0
- package/src/sdk/sdk.ts +1 -23
- package/vercel-spec.json +715 -594
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
- package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
- package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
package/bin/mcp-server.js
CHANGED
|
@@ -34234,9 +34234,9 @@ var init_config = __esm(() => {
|
|
|
34234
34234
|
SDK_METADATA = {
|
|
34235
34235
|
language: "typescript",
|
|
34236
34236
|
openapiDocVersion: "0.0.1",
|
|
34237
|
-
sdkVersion: "1.11.
|
|
34237
|
+
sdkVersion: "1.11.4",
|
|
34238
34238
|
genVersion: "2.707.0",
|
|
34239
|
-
userAgent: "speakeasy-sdk/typescript 1.11.
|
|
34239
|
+
userAgent: "speakeasy-sdk/typescript 1.11.4 2.707.0 0.0.1 @vercel/sdk"
|
|
34240
34240
|
};
|
|
34241
34241
|
});
|
|
34242
34242
|
|
|
@@ -44090,6 +44090,7 @@ var init_canceldeploymentop = __esm(() => {
|
|
|
44090
44090
|
Nitro: "nitro",
|
|
44091
44091
|
Hono: "hono",
|
|
44092
44092
|
Express: "express",
|
|
44093
|
+
H3: "h3",
|
|
44093
44094
|
Xmcp: "xmcp"
|
|
44094
44095
|
};
|
|
44095
44096
|
CancelDeploymentDeploymentsStatus = {
|
|
@@ -46679,6 +46680,7 @@ var init_createdeploymentop = __esm(() => {
|
|
|
46679
46680
|
Nitro: "nitro",
|
|
46680
46681
|
Hono: "hono",
|
|
46681
46682
|
Express: "express",
|
|
46683
|
+
H3: "h3",
|
|
46682
46684
|
Xmcp: "xmcp"
|
|
46683
46685
|
};
|
|
46684
46686
|
NodeVersion = {
|
|
@@ -46742,14 +46744,15 @@ var init_createdeploymentop = __esm(() => {
|
|
|
46742
46744
|
Nitro: "nitro",
|
|
46743
46745
|
Hono: "hono",
|
|
46744
46746
|
Express: "express",
|
|
46747
|
+
H3: "h3",
|
|
46745
46748
|
Xmcp: "xmcp"
|
|
46746
46749
|
};
|
|
46747
46750
|
CreateDeploymentDeploymentsStatus = {
|
|
46748
|
-
Error: "error",
|
|
46749
|
-
Timeout: "timeout",
|
|
46750
46751
|
Skipped: "skipped",
|
|
46751
46752
|
Pending: "pending",
|
|
46752
|
-
Ready: "ready"
|
|
46753
|
+
Ready: "ready",
|
|
46754
|
+
Error: "error",
|
|
46755
|
+
Timeout: "timeout"
|
|
46753
46756
|
};
|
|
46754
46757
|
Protocol2 = {
|
|
46755
46758
|
Http: "http",
|
|
@@ -46764,8 +46767,8 @@ var init_createdeploymentop = __esm(() => {
|
|
|
46764
46767
|
Attachment: "attachment"
|
|
46765
46768
|
};
|
|
46766
46769
|
CreateDeploymentReadyState = {
|
|
46767
|
-
Error: "ERROR",
|
|
46768
46770
|
Building: "BUILDING",
|
|
46771
|
+
Error: "ERROR",
|
|
46769
46772
|
Initializing: "INITIALIZING",
|
|
46770
46773
|
Ready: "READY"
|
|
46771
46774
|
};
|
|
@@ -46892,12 +46895,12 @@ var init_createdeploymentop = __esm(() => {
|
|
|
46892
46895
|
Enterprise: "enterprise"
|
|
46893
46896
|
};
|
|
46894
46897
|
FunctionType = {
|
|
46895
|
-
|
|
46896
|
-
|
|
46898
|
+
Fluid: "fluid",
|
|
46899
|
+
Standard: "standard"
|
|
46897
46900
|
};
|
|
46898
46901
|
FunctionMemoryType = {
|
|
46899
|
-
StandardLegacy: "standard_legacy",
|
|
46900
46902
|
Standard: "standard",
|
|
46903
|
+
StandardLegacy: "standard_legacy",
|
|
46901
46904
|
Performance: "performance"
|
|
46902
46905
|
};
|
|
46903
46906
|
Architecture = {
|
|
@@ -46908,12 +46911,12 @@ var init_createdeploymentop = __esm(() => {
|
|
|
46908
46911
|
QueueV1beta: "queue/v1beta"
|
|
46909
46912
|
};
|
|
46910
46913
|
Handle = {
|
|
46911
|
-
Filesystem: "filesystem",
|
|
46912
46914
|
Error: "error",
|
|
46915
|
+
Filesystem: "filesystem",
|
|
46913
46916
|
Hit: "hit",
|
|
46914
46917
|
Miss: "miss",
|
|
46915
|
-
|
|
46916
|
-
|
|
46918
|
+
Rewrite: "rewrite",
|
|
46919
|
+
Resource: "resource"
|
|
46917
46920
|
};
|
|
46918
46921
|
CreateDeploymentHasDeploymentsType = {
|
|
46919
46922
|
Header: "header",
|
|
@@ -46941,8 +46944,8 @@ var init_createdeploymentop = __esm(() => {
|
|
|
46941
46944
|
ResponseHeaders: "response.headers"
|
|
46942
46945
|
};
|
|
46943
46946
|
CreateDeploymentRoutesOp = {
|
|
46944
|
-
Set: "set",
|
|
46945
46947
|
Append: "append",
|
|
46948
|
+
Set: "set",
|
|
46946
46949
|
Delete: "delete"
|
|
46947
46950
|
};
|
|
46948
46951
|
CreateDeploymentState = {
|
|
@@ -46959,22 +46962,22 @@ var init_createdeploymentop = __esm(() => {
|
|
|
46959
46962
|
Bitbucket: "bitbucket"
|
|
46960
46963
|
};
|
|
46961
46964
|
CreateDeploymentGitRepoOwnerType = {
|
|
46962
|
-
|
|
46963
|
-
|
|
46965
|
+
Team: "team",
|
|
46966
|
+
User: "user"
|
|
46964
46967
|
};
|
|
46965
46968
|
CreateDeploymentGitRepoType = {
|
|
46966
46969
|
Github: "github"
|
|
46967
46970
|
};
|
|
46968
46971
|
GitRepoOwnerType = {
|
|
46969
|
-
|
|
46970
|
-
|
|
46972
|
+
Team: "team",
|
|
46973
|
+
User: "user"
|
|
46971
46974
|
};
|
|
46972
46975
|
GitRepoType = {
|
|
46973
46976
|
Gitlab: "gitlab"
|
|
46974
46977
|
};
|
|
46975
46978
|
OwnerType = {
|
|
46976
|
-
|
|
46977
|
-
|
|
46979
|
+
Team: "team",
|
|
46980
|
+
User: "user"
|
|
46978
46981
|
};
|
|
46979
46982
|
ForceNew$inboundSchema = nativeEnumType(ForceNew);
|
|
46980
46983
|
ForceNew$outboundSchema = ForceNew$inboundSchema;
|
|
@@ -47562,16 +47565,16 @@ var init_createdeploymentop = __esm(() => {
|
|
|
47562
47565
|
id: stringType(),
|
|
47563
47566
|
createdAt: numberType().optional(),
|
|
47564
47567
|
readyState: CreateDeploymentReadyState$inboundSchema.optional(),
|
|
47565
|
-
readyStateAt: numberType().optional(),
|
|
47566
47568
|
entrypoint: nullableType(stringType()).optional(),
|
|
47569
|
+
readyStateAt: numberType().optional(),
|
|
47567
47570
|
output: arrayType(lazyType(() => CreateDeploymentOutput$inboundSchema))
|
|
47568
47571
|
});
|
|
47569
47572
|
Lambdas$outboundSchema = objectType({
|
|
47570
47573
|
id: stringType(),
|
|
47571
47574
|
createdAt: numberType().optional(),
|
|
47572
47575
|
readyState: CreateDeploymentReadyState$outboundSchema.optional(),
|
|
47573
|
-
readyStateAt: numberType().optional(),
|
|
47574
47576
|
entrypoint: nullableType(stringType()).optional(),
|
|
47577
|
+
readyStateAt: numberType().optional(),
|
|
47575
47578
|
output: arrayType(lazyType(() => CreateDeploymentOutput$outboundSchema))
|
|
47576
47579
|
});
|
|
47577
47580
|
((Lambdas$) => {
|
|
@@ -49924,6 +49927,7 @@ var init_getdeploymentop = __esm(() => {
|
|
|
49924
49927
|
Nitro: "nitro",
|
|
49925
49928
|
Hono: "hono",
|
|
49926
49929
|
Express: "express",
|
|
49930
|
+
H3: "h3",
|
|
49927
49931
|
Xmcp: "xmcp"
|
|
49928
49932
|
};
|
|
49929
49933
|
GetDeploymentResponseBodyDeploymentsStatus = {
|
|
@@ -54308,6 +54312,7 @@ var init_getdeploymentsop = __esm(() => {
|
|
|
54308
54312
|
Nitro: "nitro",
|
|
54309
54313
|
Hono: "hono",
|
|
54310
54314
|
Express: "express",
|
|
54315
|
+
H3: "h3",
|
|
54311
54316
|
Xmcp: "xmcp"
|
|
54312
54317
|
};
|
|
54313
54318
|
GetDeploymentsNodeVersion = {
|
|
@@ -63618,242 +63623,6 @@ Update a custom environment for the project. Must not be named 'Production' or '
|
|
|
63618
63623
|
};
|
|
63619
63624
|
});
|
|
63620
63625
|
|
|
63621
|
-
// src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts
|
|
63622
|
-
var GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$inboundSchema, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$outboundSchema, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$inboundSchema, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$outboundSchema, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$inboundSchema, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$outboundSchema, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$inboundSchema, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$outboundSchema, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$, HighlightedDetails$inboundSchema, HighlightedDetails$outboundSchema, HighlightedDetails$, Quote$inboundSchema, Quote$outboundSchema, Quote$, Plans$inboundSchema, Plans$outboundSchema, Plans$, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$inboundSchema, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$outboundSchema, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$;
|
|
63623
|
-
var init_getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop = __esm(() => {
|
|
63624
|
-
init_esm();
|
|
63625
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType = {
|
|
63626
|
-
Prepayment: "prepayment",
|
|
63627
|
-
Subscription: "subscription"
|
|
63628
|
-
};
|
|
63629
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope = {
|
|
63630
|
-
Installation: "installation",
|
|
63631
|
-
Resource: "resource"
|
|
63632
|
-
};
|
|
63633
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$inboundSchema = objectType({
|
|
63634
|
-
integrationIdOrSlug: stringType(),
|
|
63635
|
-
productIdOrSlug: stringType(),
|
|
63636
|
-
metadata: stringType().optional()
|
|
63637
|
-
});
|
|
63638
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$outboundSchema = objectType({
|
|
63639
|
-
integrationIdOrSlug: stringType(),
|
|
63640
|
-
productIdOrSlug: stringType(),
|
|
63641
|
-
metadata: stringType().optional()
|
|
63642
|
-
});
|
|
63643
|
-
((GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$) => {
|
|
63644
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$.inboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$inboundSchema;
|
|
63645
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$.outboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$outboundSchema;
|
|
63646
|
-
})(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$ ||= {});
|
|
63647
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$inboundSchema = nativeEnumType(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType);
|
|
63648
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$outboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$inboundSchema;
|
|
63649
|
-
((GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$) => {
|
|
63650
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$.inboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$inboundSchema;
|
|
63651
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$.outboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$outboundSchema;
|
|
63652
|
-
})(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$ ||= {});
|
|
63653
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$inboundSchema = nativeEnumType(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope);
|
|
63654
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$outboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$inboundSchema;
|
|
63655
|
-
((GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$) => {
|
|
63656
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$.inboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$inboundSchema;
|
|
63657
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$.outboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$outboundSchema;
|
|
63658
|
-
})(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$ ||= {});
|
|
63659
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$inboundSchema = objectType({
|
|
63660
|
-
label: stringType(),
|
|
63661
|
-
value: stringType().optional()
|
|
63662
|
-
});
|
|
63663
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$outboundSchema = objectType({
|
|
63664
|
-
label: stringType(),
|
|
63665
|
-
value: stringType().optional()
|
|
63666
|
-
});
|
|
63667
|
-
((GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$) => {
|
|
63668
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$.inboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$inboundSchema;
|
|
63669
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$.outboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$outboundSchema;
|
|
63670
|
-
})(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$ ||= {});
|
|
63671
|
-
HighlightedDetails$inboundSchema = objectType({
|
|
63672
|
-
label: stringType(),
|
|
63673
|
-
value: stringType().optional()
|
|
63674
|
-
});
|
|
63675
|
-
HighlightedDetails$outboundSchema = objectType({
|
|
63676
|
-
label: stringType(),
|
|
63677
|
-
value: stringType().optional()
|
|
63678
|
-
});
|
|
63679
|
-
((HighlightedDetails$) => {
|
|
63680
|
-
HighlightedDetails$.inboundSchema = HighlightedDetails$inboundSchema;
|
|
63681
|
-
HighlightedDetails$.outboundSchema = HighlightedDetails$outboundSchema;
|
|
63682
|
-
})(HighlightedDetails$ ||= {});
|
|
63683
|
-
Quote$inboundSchema = objectType({
|
|
63684
|
-
line: stringType(),
|
|
63685
|
-
amount: stringType()
|
|
63686
|
-
});
|
|
63687
|
-
Quote$outboundSchema = objectType({
|
|
63688
|
-
line: stringType(),
|
|
63689
|
-
amount: stringType()
|
|
63690
|
-
});
|
|
63691
|
-
((Quote$) => {
|
|
63692
|
-
Quote$.inboundSchema = Quote$inboundSchema;
|
|
63693
|
-
Quote$.outboundSchema = Quote$outboundSchema;
|
|
63694
|
-
})(Quote$ ||= {});
|
|
63695
|
-
Plans$inboundSchema = objectType({
|
|
63696
|
-
type: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$inboundSchema,
|
|
63697
|
-
id: stringType(),
|
|
63698
|
-
name: stringType(),
|
|
63699
|
-
scope: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$inboundSchema,
|
|
63700
|
-
description: stringType(),
|
|
63701
|
-
paymentMethodRequired: booleanType(),
|
|
63702
|
-
preauthorizationAmount: numberType().optional(),
|
|
63703
|
-
initialCharge: stringType().optional(),
|
|
63704
|
-
minimumAmount: stringType().optional(),
|
|
63705
|
-
maximumAmount: stringType().optional(),
|
|
63706
|
-
maximumAmountAutoPurchasePerPeriod: stringType().optional(),
|
|
63707
|
-
cost: stringType().optional(),
|
|
63708
|
-
details: arrayType(lazyType(() => GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$inboundSchema)).optional(),
|
|
63709
|
-
highlightedDetails: arrayType(lazyType(() => HighlightedDetails$inboundSchema)).optional(),
|
|
63710
|
-
quote: arrayType(lazyType(() => Quote$inboundSchema)).optional(),
|
|
63711
|
-
effectiveDate: stringType().optional(),
|
|
63712
|
-
disabled: booleanType().optional()
|
|
63713
|
-
});
|
|
63714
|
-
Plans$outboundSchema = objectType({
|
|
63715
|
-
type: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansType$outboundSchema,
|
|
63716
|
-
id: stringType(),
|
|
63717
|
-
name: stringType(),
|
|
63718
|
-
scope: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansScope$outboundSchema,
|
|
63719
|
-
description: stringType(),
|
|
63720
|
-
paymentMethodRequired: booleanType(),
|
|
63721
|
-
preauthorizationAmount: numberType().optional(),
|
|
63722
|
-
initialCharge: stringType().optional(),
|
|
63723
|
-
minimumAmount: stringType().optional(),
|
|
63724
|
-
maximumAmount: stringType().optional(),
|
|
63725
|
-
maximumAmountAutoPurchasePerPeriod: stringType().optional(),
|
|
63726
|
-
cost: stringType().optional(),
|
|
63727
|
-
details: arrayType(lazyType(() => GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansDetails$outboundSchema)).optional(),
|
|
63728
|
-
highlightedDetails: arrayType(lazyType(() => HighlightedDetails$outboundSchema)).optional(),
|
|
63729
|
-
quote: arrayType(lazyType(() => Quote$outboundSchema)).optional(),
|
|
63730
|
-
effectiveDate: stringType().optional(),
|
|
63731
|
-
disabled: booleanType().optional()
|
|
63732
|
-
});
|
|
63733
|
-
((Plans$) => {
|
|
63734
|
-
Plans$.inboundSchema = Plans$inboundSchema;
|
|
63735
|
-
Plans$.outboundSchema = Plans$outboundSchema;
|
|
63736
|
-
})(Plans$ ||= {});
|
|
63737
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$inboundSchema = objectType({
|
|
63738
|
-
plans: arrayType(lazyType(() => Plans$inboundSchema))
|
|
63739
|
-
});
|
|
63740
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$outboundSchema = objectType({
|
|
63741
|
-
plans: arrayType(lazyType(() => Plans$outboundSchema))
|
|
63742
|
-
});
|
|
63743
|
-
((GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$) => {
|
|
63744
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$.inboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$inboundSchema;
|
|
63745
|
-
GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$.outboundSchema = GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$outboundSchema;
|
|
63746
|
-
})(GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$ ||= {});
|
|
63747
|
-
});
|
|
63748
|
-
|
|
63749
|
-
// src/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts
|
|
63750
|
-
function getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans(client, request, options) {
|
|
63751
|
-
return new APIPromise($do83(client, request, options));
|
|
63752
|
-
}
|
|
63753
|
-
async function $do83(client, request, options) {
|
|
63754
|
-
const parsed = safeParse(request, (value) => GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$outboundSchema.parse(value), "Input validation failed");
|
|
63755
|
-
if (!parsed.ok) {
|
|
63756
|
-
return [parsed, { status: "invalid" }];
|
|
63757
|
-
}
|
|
63758
|
-
const payload = parsed.value;
|
|
63759
|
-
const body = null;
|
|
63760
|
-
const pathParams = {
|
|
63761
|
-
integrationIdOrSlug: encodeSimple("integrationIdOrSlug", payload.integrationIdOrSlug, { explode: false, charEncoding: "percent" }),
|
|
63762
|
-
productIdOrSlug: encodeSimple("productIdOrSlug", payload.productIdOrSlug, {
|
|
63763
|
-
explode: false,
|
|
63764
|
-
charEncoding: "percent"
|
|
63765
|
-
})
|
|
63766
|
-
};
|
|
63767
|
-
const path = pathToFunc("/v1/integrations/integration/{integrationIdOrSlug}/products/{productIdOrSlug}/plans")(pathParams);
|
|
63768
|
-
const query = encodeFormQuery({
|
|
63769
|
-
metadata: payload.metadata
|
|
63770
|
-
});
|
|
63771
|
-
const headers = new Headers(compactMap({
|
|
63772
|
-
Accept: "application/json"
|
|
63773
|
-
}));
|
|
63774
|
-
const context = {
|
|
63775
|
-
options: client._options,
|
|
63776
|
-
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
63777
|
-
operationID: "get_/v1/integrations/integration/{integrationIdOrSlug}/products/{productIdOrSlug}/plans",
|
|
63778
|
-
oAuth2Scopes: [],
|
|
63779
|
-
resolvedSecurity: null,
|
|
63780
|
-
securitySource: null,
|
|
63781
|
-
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
63782
|
-
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
|
|
63783
|
-
};
|
|
63784
|
-
const requestRes = client._createRequest(context, {
|
|
63785
|
-
method: "GET",
|
|
63786
|
-
baseURL: options?.serverURL,
|
|
63787
|
-
path,
|
|
63788
|
-
headers,
|
|
63789
|
-
query,
|
|
63790
|
-
body,
|
|
63791
|
-
userAgent: client._options.userAgent,
|
|
63792
|
-
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
|
|
63793
|
-
}, options);
|
|
63794
|
-
if (!requestRes.ok) {
|
|
63795
|
-
return [requestRes, { status: "invalid" }];
|
|
63796
|
-
}
|
|
63797
|
-
const req = requestRes.value;
|
|
63798
|
-
const doResult = await client._do(req, {
|
|
63799
|
-
context,
|
|
63800
|
-
errorCodes: ["400", "401", "403", "404", "4XX", "5XX"],
|
|
63801
|
-
retryConfig: context.retryConfig,
|
|
63802
|
-
retryCodes: context.retryCodes
|
|
63803
|
-
});
|
|
63804
|
-
if (!doResult.ok) {
|
|
63805
|
-
return [doResult, { status: "request-error", request: req }];
|
|
63806
|
-
}
|
|
63807
|
-
const response = doResult.value;
|
|
63808
|
-
const responseFields = {
|
|
63809
|
-
HttpMeta: { Response: response, Request: req }
|
|
63810
|
-
};
|
|
63811
|
-
const [result] = await match(json(200, GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansResponseBody$inboundSchema), jsonErr(400, VercelBadRequestError$inboundSchema), jsonErr(401, VercelForbiddenError$inboundSchema), jsonErr(404, VercelNotFoundError$inboundSchema), fail([403, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
63812
|
-
if (!result.ok) {
|
|
63813
|
-
return [result, { status: "complete", request: req, response }];
|
|
63814
|
-
}
|
|
63815
|
-
return [result, { status: "complete", request: req, response }];
|
|
63816
|
-
}
|
|
63817
|
-
var init_getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans = __esm(() => {
|
|
63818
|
-
init_encodings();
|
|
63819
|
-
init_matchers();
|
|
63820
|
-
init_primitives();
|
|
63821
|
-
init_schemas();
|
|
63822
|
-
init_url();
|
|
63823
|
-
init_getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop();
|
|
63824
|
-
init_vercelbadrequesterror();
|
|
63825
|
-
init_vercelforbiddenerror();
|
|
63826
|
-
init_vercelnotfounderror();
|
|
63827
|
-
init_async();
|
|
63828
|
-
});
|
|
63829
|
-
|
|
63830
|
-
// src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts
|
|
63831
|
-
var args82, tool$getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans;
|
|
63832
|
-
var init_getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans2 = __esm(() => {
|
|
63833
|
-
init_getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans();
|
|
63834
|
-
init_getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop();
|
|
63835
|
-
init_tools();
|
|
63836
|
-
args82 = {
|
|
63837
|
-
request: GetV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlansRequest$inboundSchema
|
|
63838
|
-
};
|
|
63839
|
-
tool$getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans = {
|
|
63840
|
-
name: "get-v1-integrations-integration-integration-id-or-slug-products-product-id-or-slug-plans",
|
|
63841
|
-
description: ``,
|
|
63842
|
-
args: args82,
|
|
63843
|
-
tool: async (client, args83, ctx) => {
|
|
63844
|
-
const [result, apiCall] = await getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans(client, args83.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
63845
|
-
if (!result.ok) {
|
|
63846
|
-
return {
|
|
63847
|
-
content: [{ type: "text", text: result.error.message }],
|
|
63848
|
-
isError: true
|
|
63849
|
-
};
|
|
63850
|
-
}
|
|
63851
|
-
const value = result.value;
|
|
63852
|
-
return formatResult(value, apiCall);
|
|
63853
|
-
}
|
|
63854
|
-
};
|
|
63855
|
-
});
|
|
63856
|
-
|
|
63857
63626
|
// src/models/connectintegrationresourcetoprojectop.ts
|
|
63858
63627
|
var ConnectIntegrationResourceToProjectRequestBody$inboundSchema, ConnectIntegrationResourceToProjectRequestBody$outboundSchema, ConnectIntegrationResourceToProjectRequestBody$, ConnectIntegrationResourceToProjectRequest$inboundSchema, ConnectIntegrationResourceToProjectRequest$outboundSchema, ConnectIntegrationResourceToProjectRequest$;
|
|
63859
63628
|
var init_connectintegrationresourcetoprojectop = __esm(() => {
|
|
@@ -63899,9 +63668,9 @@ var init_connectintegrationresourcetoprojectop = __esm(() => {
|
|
|
63899
63668
|
|
|
63900
63669
|
// src/funcs/integrationsConnectIntegrationResourceToProject.ts
|
|
63901
63670
|
function integrationsConnectIntegrationResourceToProject(client, request, options) {
|
|
63902
|
-
return new APIPromise($
|
|
63671
|
+
return new APIPromise($do83(client, request, options));
|
|
63903
63672
|
}
|
|
63904
|
-
async function $
|
|
63673
|
+
async function $do83(client, request, options) {
|
|
63905
63674
|
const parsed = safeParse(request, (value) => ConnectIntegrationResourceToProjectRequest$outboundSchema.parse(value), "Input validation failed");
|
|
63906
63675
|
if (!parsed.ok) {
|
|
63907
63676
|
return [parsed, { status: "invalid" }];
|
|
@@ -63987,12 +63756,12 @@ var init_integrationsConnectIntegrationResourceToProject = __esm(() => {
|
|
|
63987
63756
|
});
|
|
63988
63757
|
|
|
63989
63758
|
// src/mcp-server/tools/integrationsConnectIntegrationResourceToProject.ts
|
|
63990
|
-
var
|
|
63759
|
+
var args82, tool$integrationsConnectIntegrationResourceToProject;
|
|
63991
63760
|
var init_integrationsConnectIntegrationResourceToProject2 = __esm(() => {
|
|
63992
63761
|
init_integrationsConnectIntegrationResourceToProject();
|
|
63993
63762
|
init_connectintegrationresourcetoprojectop();
|
|
63994
63763
|
init_tools();
|
|
63995
|
-
|
|
63764
|
+
args82 = {
|
|
63996
63765
|
request: ConnectIntegrationResourceToProjectRequest$inboundSchema
|
|
63997
63766
|
};
|
|
63998
63767
|
tool$integrationsConnectIntegrationResourceToProject = {
|
|
@@ -64000,9 +63769,9 @@ var init_integrationsConnectIntegrationResourceToProject2 = __esm(() => {
|
|
|
64000
63769
|
description: `Connect integration resource to project
|
|
64001
63770
|
|
|
64002
63771
|
Connects an integration resource to a Vercel project. This endpoint establishes a connection between a provisioned integration resource (from storage APIs like \`POST /v1/storage/stores/integration/direct\`) and a specific Vercel project.`,
|
|
64003
|
-
args:
|
|
64004
|
-
tool: async (client,
|
|
64005
|
-
const [result, apiCall] = await integrationsConnectIntegrationResourceToProject(client,
|
|
63772
|
+
args: args82,
|
|
63773
|
+
tool: async (client, args83, ctx) => {
|
|
63774
|
+
const [result, apiCall] = await integrationsConnectIntegrationResourceToProject(client, args83.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
64006
63775
|
if (!result.ok) {
|
|
64007
63776
|
return {
|
|
64008
63777
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -64015,7 +63784,7 @@ Connects an integration resource to a Vercel project. This endpoint establishes
|
|
|
64015
63784
|
});
|
|
64016
63785
|
|
|
64017
63786
|
// src/models/createintegrationstoredirectop.ts
|
|
64018
|
-
var CreateIntegrationStoreDirectFramework, CreateIntegrationStoreDirectEnvironments, CreateIntegrationStoreDirectIntegrationsEnvironments, CreateIntegrationStoreDirectStatus, CreateIntegrationStoreDirectOwnership, ExternalResourceStatus, CreateIntegrationStoreDirectIntegrationsType, CreateIntegrationStoreDirectDisabled3, CreateIntegrationStoreDirectHidden3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, CreateIntegrationStoreDirectDisabledIntegrations3, CreateIntegrationStoreDirectHiddenIntegrations3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse3, CreateIntegrationStoreDirectHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3, CreateIntegrationStoreDirectPropertiesIntegrationsType, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrations3, CreateIntegrationStoreDirectUiHiddenIntegrations3, CreateIntegrationStoreDirectUiDisabledIntegrations3, CreateIntegrationStoreDirectPropertiesType, CreateIntegrationStoreDirectPropertiesUiControl, CreateIntegrationStoreDirectUiReadOnly3, CreateIntegrationStoreDirectUiHidden3, CreateIntegrationStoreDirectUiDisabled3, Tags, ProjectConnectionScopes, CreateIntegrationStoreDirectIntegrationsResponseType, Disabled3, Hidden3, CreateIntegrationStoreDirectLevel, CreateIntegrationStoreDirectType, CreateIntegrationStoreDirectScope, Metadata$inboundSchema, Metadata$outboundSchema, Metadata$, CreateIntegrationStoreDirectRequestBody$inboundSchema, CreateIntegrationStoreDirectRequestBody$outboundSchema, CreateIntegrationStoreDirectRequestBody$, CreateIntegrationStoreDirectRequest$inboundSchema, CreateIntegrationStoreDirectRequest$outboundSchema, CreateIntegrationStoreDirectRequest$, CreateIntegrationStoreDirectFramework$inboundSchema, CreateIntegrationStoreDirectFramework$outboundSchema, CreateIntegrationStoreDirectFramework$, CreateIntegrationStoreDirectEnvironments$inboundSchema, CreateIntegrationStoreDirectEnvironments$outboundSchema, CreateIntegrationStoreDirectEnvironments$, CreateIntegrationStoreDirectIntegrationsEnvironments$inboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$outboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$, Actions$inboundSchema, Actions$outboundSchema, Actions$, CreateIntegrationStoreDirectDeployments$inboundSchema, CreateIntegrationStoreDirectDeployments$outboundSchema, CreateIntegrationStoreDirectDeployments$, ProjectsMetadata$inboundSchema, ProjectsMetadata$outboundSchema, ProjectsMetadata$, CreateIntegrationStoreDirectStatus$inboundSchema, CreateIntegrationStoreDirectStatus$outboundSchema, CreateIntegrationStoreDirectStatus$, CreateIntegrationStoreDirectOwnership$inboundSchema, CreateIntegrationStoreDirectOwnership$outboundSchema, CreateIntegrationStoreDirectOwnership$, CreateIntegrationStoreDirectMetadata$inboundSchema, CreateIntegrationStoreDirectMetadata$outboundSchema, CreateIntegrationStoreDirectMetadata$, ExternalResourceStatus$inboundSchema, ExternalResourceStatus$outboundSchema, ExternalResourceStatus$, CreateIntegrationStoreDirectIntegrationsType$inboundSchema, CreateIntegrationStoreDirectIntegrationsType$outboundSchema, CreateIntegrationStoreDirectIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$, CreateIntegrationStoreDirectPropertiesValue$inboundSchema, CreateIntegrationStoreDirectPropertiesValue$outboundSchema, CreateIntegrationStoreDirectPropertiesValue$, CreateIntegrationStoreDirectDisabled3$inboundSchema, CreateIntegrationStoreDirectDisabled3$outboundSchema, CreateIntegrationStoreDirectDisabled3$, CreateIntegrationStoreDirectDisabled2$inboundSchema, CreateIntegrationStoreDirectDisabled2$outboundSchema, CreateIntegrationStoreDirectDisabled2$, CreateIntegrationStoreDirectPropertiesDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$, CreateIntegrationStoreDirectHidden3$inboundSchema, CreateIntegrationStoreDirectHidden3$outboundSchema, CreateIntegrationStoreDirectHidden3$, CreateIntegrationStoreDirectHidden2$inboundSchema, CreateIntegrationStoreDirectHidden2$outboundSchema, CreateIntegrationStoreDirectHidden2$, CreateIntegrationStoreDirectPropertiesHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesHidden$, CreateIntegrationStoreDirectProperties8$inboundSchema, CreateIntegrationStoreDirectProperties8$outboundSchema, CreateIntegrationStoreDirectProperties8$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$, CreateIntegrationStoreDirectUiOptionsValue$inboundSchema, CreateIntegrationStoreDirectUiOptionsValue$outboundSchema, CreateIntegrationStoreDirectUiOptionsValue$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$, CreateIntegrationStoreDirectUiOptions3$inboundSchema, CreateIntegrationStoreDirectUiOptions3$outboundSchema, CreateIntegrationStoreDirectUiOptions3$, UiOptionsAtBRANDAt7820$inboundSchema, UiOptionsAtBRANDAt7820$outboundSchema, UiOptionsAtBRANDAt7820$, CreateIntegrationStoreDirectUiOptions2$inboundSchema, CreateIntegrationStoreDirectUiOptions2$outboundSchema, CreateIntegrationStoreDirectUiOptions2$, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectUiOptionsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$outboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectUiOptionsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$, CreateIntegrationStoreDirectUiOptions1$inboundSchema, CreateIntegrationStoreDirectUiOptions1$outboundSchema, CreateIntegrationStoreDirectUiOptions1$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$, CreateIntegrationStoreDirectProperties7$inboundSchema, CreateIntegrationStoreDirectProperties7$outboundSchema, CreateIntegrationStoreDirectProperties7$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$, CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, CreateIntegrationStoreDirectDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$, CreateIntegrationStoreDirectDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$, CreateIntegrationStoreDirectHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$, CreateIntegrationStoreDirectHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$, CreateIntegrationStoreDirectProperties6$inboundSchema, CreateIntegrationStoreDirectProperties6$outboundSchema, CreateIntegrationStoreDirectProperties6$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$, CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$, CreateIntegrationStoreDirectProperties5$inboundSchema, CreateIntegrationStoreDirectProperties5$outboundSchema, CreateIntegrationStoreDirectProperties5$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$, CreateIntegrationStoreDirectPropertiesItems$inboundSchema, CreateIntegrationStoreDirectPropertiesItems$outboundSchema, CreateIntegrationStoreDirectPropertiesItems$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$, CreateIntegrationStoreDirectProperties4$inboundSchema, CreateIntegrationStoreDirectProperties4$outboundSchema, CreateIntegrationStoreDirectProperties4$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$, CreateIntegrationStoreDirectProperties3$inboundSchema, CreateIntegrationStoreDirectProperties3$outboundSchema, CreateIntegrationStoreDirectProperties3$, CreateIntegrationStoreDirectPropertiesIntegrationsType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$, CreateIntegrationStoreDirectUiHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$, CreateIntegrationStoreDirectUiDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$, CreateIntegrationStoreDirectProperties2$inboundSchema, CreateIntegrationStoreDirectProperties2$outboundSchema, CreateIntegrationStoreDirectProperties2$, CreateIntegrationStoreDirectPropertiesType$inboundSchema, CreateIntegrationStoreDirectPropertiesType$outboundSchema, CreateIntegrationStoreDirectPropertiesType$, CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$, CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$, PropertiesAtBRANDAt7820$inboundSchema, PropertiesAtBRANDAt7820$outboundSchema, PropertiesAtBRANDAt7820$, CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$, CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$, CreateIntegrationStoreDirectPropertiesPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesPattern$, CreateIntegrationStoreDirectUiReadOnly3$inboundSchema, CreateIntegrationStoreDirectUiReadOnly3$outboundSchema, CreateIntegrationStoreDirectUiReadOnly3$, CreateIntegrationStoreDirectUiReadOnly2$inboundSchema, CreateIntegrationStoreDirectUiReadOnly2$outboundSchema, CreateIntegrationStoreDirectUiReadOnly2$, CreateIntegrationStoreDirectPropertiesUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$, CreateIntegrationStoreDirectUiHidden3$inboundSchema, CreateIntegrationStoreDirectUiHidden3$outboundSchema, CreateIntegrationStoreDirectUiHidden3$, CreateIntegrationStoreDirectUiHidden2$inboundSchema, CreateIntegrationStoreDirectUiHidden2$outboundSchema, CreateIntegrationStoreDirectUiHidden2$, CreateIntegrationStoreDirectPropertiesUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$, CreateIntegrationStoreDirectUiDisabled3$inboundSchema, CreateIntegrationStoreDirectUiDisabled3$outboundSchema, CreateIntegrationStoreDirectUiDisabled3$, CreateIntegrationStoreDirectUiDisabled2$inboundSchema, CreateIntegrationStoreDirectUiDisabled2$outboundSchema, CreateIntegrationStoreDirectUiDisabled2$, CreateIntegrationStoreDirectPropertiesUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$, CreateIntegrationStoreDirectUiDescription2$inboundSchema, CreateIntegrationStoreDirectUiDescription2$outboundSchema, CreateIntegrationStoreDirectUiDescription2$, CreateIntegrationStoreDirectPropertiesUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$, CreateIntegrationStoreDirectPropertiesUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$, CreateIntegrationStoreDirectProperties1$inboundSchema, CreateIntegrationStoreDirectProperties1$outboundSchema, CreateIntegrationStoreDirectProperties1$, CreateIntegrationStoreDirectProperties$inboundSchema, CreateIntegrationStoreDirectProperties$outboundSchema, CreateIntegrationStoreDirectProperties$, CreateIntegrationStoreDirectMetadataSchema$inboundSchema, CreateIntegrationStoreDirectMetadataSchema$outboundSchema, CreateIntegrationStoreDirectMetadataSchema$, ResourceLinks$inboundSchema, ResourceLinks$outboundSchema, ResourceLinks$, Tags$inboundSchema, Tags$outboundSchema, Tags$, ProjectConnectionScopes$inboundSchema, ProjectConnectionScopes$outboundSchema, ProjectConnectionScopes$, Repl$inboundSchema, Repl$outboundSchema, Repl$, CreateIntegrationStoreDirectIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$, CreateIntegrationStoreDirectActions$inboundSchema, CreateIntegrationStoreDirectActions$outboundSchema, CreateIntegrationStoreDirectActions$, Steps$inboundSchema, Steps$outboundSchema, Steps$, Guides$inboundSchema, Guides$outboundSchema, Guides$, AtBRANDAt7820$inboundSchema, AtBRANDAt7820$outboundSchema, AtBRANDAt7820$, CreateIntegrationStoreDirectValue$inboundSchema, CreateIntegrationStoreDirectValue$outboundSchema, CreateIntegrationStoreDirectValue$, Disabled3$inboundSchema, Disabled3$outboundSchema, Disabled3$, Disabled2$inboundSchema, Disabled2$outboundSchema, Disabled2$, Disabled$inboundSchema, Disabled$outboundSchema, Disabled$, Hidden3$inboundSchema, Hidden3$outboundSchema, Hidden3$, Hidden2$inboundSchema, Hidden2$outboundSchema, Hidden2$, Hidden$inboundSchema, Hidden$outboundSchema, Hidden$, Product$inboundSchema, Product$outboundSchema, Product$, CreateIntegrationStoreDirectExperimentation$inboundSchema, CreateIntegrationStoreDirectExperimentation$outboundSchema, CreateIntegrationStoreDirectExperimentation$, CreateIntegrationStoreDirectProtocolSettings$inboundSchema, CreateIntegrationStoreDirectProtocolSettings$outboundSchema, CreateIntegrationStoreDirectProtocolSettings$, CreateIntegrationStoreDirectLevel$inboundSchema, CreateIntegrationStoreDirectLevel$outboundSchema, CreateIntegrationStoreDirectLevel$, CreateIntegrationStoreDirectNotification$inboundSchema, CreateIntegrationStoreDirectNotification$outboundSchema, CreateIntegrationStoreDirectNotification$, CreateIntegrationStoreDirectSecrets$inboundSchema, CreateIntegrationStoreDirectSecrets$outboundSchema, CreateIntegrationStoreDirectSecrets$, CreateIntegrationStoreDirectType$inboundSchema, CreateIntegrationStoreDirectType$outboundSchema, CreateIntegrationStoreDirectType$, CreateIntegrationStoreDirectScope$inboundSchema, CreateIntegrationStoreDirectScope$outboundSchema, CreateIntegrationStoreDirectScope$, CreateIntegrationStoreDirectDetails$inboundSchema, CreateIntegrationStoreDirectDetails$outboundSchema, CreateIntegrationStoreDirectDetails$, CreateIntegrationStoreDirectHighlightedDetails$inboundSchema, CreateIntegrationStoreDirectHighlightedDetails$outboundSchema, CreateIntegrationStoreDirectHighlightedDetails$, CreateIntegrationStoreDirectQuote$inboundSchema, CreateIntegrationStoreDirectQuote$outboundSchema, CreateIntegrationStoreDirectQuote$, CreateIntegrationStoreDirectBillingPlan$inboundSchema, CreateIntegrationStoreDirectBillingPlan$outboundSchema, CreateIntegrationStoreDirectBillingPlan$, CreateIntegrationStoreDirectStore$inboundSchema, CreateIntegrationStoreDirectStore$outboundSchema, CreateIntegrationStoreDirectStore$, CreateIntegrationStoreDirectResponseBody$inboundSchema, CreateIntegrationStoreDirectResponseBody$outboundSchema, CreateIntegrationStoreDirectResponseBody$;
|
|
63787
|
+
var CreateIntegrationStoreDirectFramework, CreateIntegrationStoreDirectEnvironments, CreateIntegrationStoreDirectIntegrationsEnvironments, CreateIntegrationStoreDirectStatus, CreateIntegrationStoreDirectOwnership, ExternalResourceStatus, CreateIntegrationStoreDirectIntegrationsType, CreateIntegrationStoreDirectDisabled3, CreateIntegrationStoreDirectHidden3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, CreateIntegrationStoreDirectDisabledIntegrations3, CreateIntegrationStoreDirectHiddenIntegrations3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse3, CreateIntegrationStoreDirectHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3, CreateIntegrationStoreDirectPropertiesIntegrationsType, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrations3, CreateIntegrationStoreDirectUiHiddenIntegrations3, CreateIntegrationStoreDirectUiDisabledIntegrations3, CreateIntegrationStoreDirectPropertiesType, CreateIntegrationStoreDirectPropertiesUiControl, CreateIntegrationStoreDirectUiReadOnly3, CreateIntegrationStoreDirectUiHidden3, CreateIntegrationStoreDirectUiDisabled3, Tags, ProjectConnectionScopes, CreateIntegrationStoreDirectIntegrationsResponseType, Disabled3, Hidden3, CreateIntegrationStoreDirectLevel, CreateIntegrationStoreDirectType, CreateIntegrationStoreDirectScope, Metadata$inboundSchema, Metadata$outboundSchema, Metadata$, CreateIntegrationStoreDirectRequestBody$inboundSchema, CreateIntegrationStoreDirectRequestBody$outboundSchema, CreateIntegrationStoreDirectRequestBody$, CreateIntegrationStoreDirectRequest$inboundSchema, CreateIntegrationStoreDirectRequest$outboundSchema, CreateIntegrationStoreDirectRequest$, CreateIntegrationStoreDirectFramework$inboundSchema, CreateIntegrationStoreDirectFramework$outboundSchema, CreateIntegrationStoreDirectFramework$, CreateIntegrationStoreDirectEnvironments$inboundSchema, CreateIntegrationStoreDirectEnvironments$outboundSchema, CreateIntegrationStoreDirectEnvironments$, CreateIntegrationStoreDirectIntegrationsEnvironments$inboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$outboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$, Actions$inboundSchema, Actions$outboundSchema, Actions$, CreateIntegrationStoreDirectDeployments$inboundSchema, CreateIntegrationStoreDirectDeployments$outboundSchema, CreateIntegrationStoreDirectDeployments$, ProjectsMetadata$inboundSchema, ProjectsMetadata$outboundSchema, ProjectsMetadata$, CreateIntegrationStoreDirectStatus$inboundSchema, CreateIntegrationStoreDirectStatus$outboundSchema, CreateIntegrationStoreDirectStatus$, CreateIntegrationStoreDirectOwnership$inboundSchema, CreateIntegrationStoreDirectOwnership$outboundSchema, CreateIntegrationStoreDirectOwnership$, CreateIntegrationStoreDirectMetadata$inboundSchema, CreateIntegrationStoreDirectMetadata$outboundSchema, CreateIntegrationStoreDirectMetadata$, ExternalResourceStatus$inboundSchema, ExternalResourceStatus$outboundSchema, ExternalResourceStatus$, CreateIntegrationStoreDirectIntegrationsType$inboundSchema, CreateIntegrationStoreDirectIntegrationsType$outboundSchema, CreateIntegrationStoreDirectIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$, CreateIntegrationStoreDirectPropertiesValue$inboundSchema, CreateIntegrationStoreDirectPropertiesValue$outboundSchema, CreateIntegrationStoreDirectPropertiesValue$, CreateIntegrationStoreDirectDisabled3$inboundSchema, CreateIntegrationStoreDirectDisabled3$outboundSchema, CreateIntegrationStoreDirectDisabled3$, CreateIntegrationStoreDirectDisabled2$inboundSchema, CreateIntegrationStoreDirectDisabled2$outboundSchema, CreateIntegrationStoreDirectDisabled2$, CreateIntegrationStoreDirectPropertiesDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$, CreateIntegrationStoreDirectHidden3$inboundSchema, CreateIntegrationStoreDirectHidden3$outboundSchema, CreateIntegrationStoreDirectHidden3$, CreateIntegrationStoreDirectHidden2$inboundSchema, CreateIntegrationStoreDirectHidden2$outboundSchema, CreateIntegrationStoreDirectHidden2$, CreateIntegrationStoreDirectPropertiesHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesHidden$, CreateIntegrationStoreDirectProperties8$inboundSchema, CreateIntegrationStoreDirectProperties8$outboundSchema, CreateIntegrationStoreDirectProperties8$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$, CreateIntegrationStoreDirectUiOptionsValue$inboundSchema, CreateIntegrationStoreDirectUiOptionsValue$outboundSchema, CreateIntegrationStoreDirectUiOptionsValue$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$, CreateIntegrationStoreDirectUiOptions3$inboundSchema, CreateIntegrationStoreDirectUiOptions3$outboundSchema, CreateIntegrationStoreDirectUiOptions3$, UiOptionsAtBRANDAt7823$inboundSchema, UiOptionsAtBRANDAt7823$outboundSchema, UiOptionsAtBRANDAt7823$, CreateIntegrationStoreDirectUiOptions2$inboundSchema, CreateIntegrationStoreDirectUiOptions2$outboundSchema, CreateIntegrationStoreDirectUiOptions2$, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectUiOptionsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$outboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectUiOptionsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$, CreateIntegrationStoreDirectUiOptions1$inboundSchema, CreateIntegrationStoreDirectUiOptions1$outboundSchema, CreateIntegrationStoreDirectUiOptions1$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$, CreateIntegrationStoreDirectProperties7$inboundSchema, CreateIntegrationStoreDirectProperties7$outboundSchema, CreateIntegrationStoreDirectProperties7$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$, CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, CreateIntegrationStoreDirectDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$, CreateIntegrationStoreDirectDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$, CreateIntegrationStoreDirectHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$, CreateIntegrationStoreDirectHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$, CreateIntegrationStoreDirectProperties6$inboundSchema, CreateIntegrationStoreDirectProperties6$outboundSchema, CreateIntegrationStoreDirectProperties6$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$, CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$, CreateIntegrationStoreDirectProperties5$inboundSchema, CreateIntegrationStoreDirectProperties5$outboundSchema, CreateIntegrationStoreDirectProperties5$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$, CreateIntegrationStoreDirectPropertiesItems$inboundSchema, CreateIntegrationStoreDirectPropertiesItems$outboundSchema, CreateIntegrationStoreDirectPropertiesItems$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$, CreateIntegrationStoreDirectProperties4$inboundSchema, CreateIntegrationStoreDirectProperties4$outboundSchema, CreateIntegrationStoreDirectProperties4$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$, CreateIntegrationStoreDirectProperties3$inboundSchema, CreateIntegrationStoreDirectProperties3$outboundSchema, CreateIntegrationStoreDirectProperties3$, CreateIntegrationStoreDirectPropertiesIntegrationsType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$, CreateIntegrationStoreDirectUiHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$, CreateIntegrationStoreDirectUiDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$, CreateIntegrationStoreDirectProperties2$inboundSchema, CreateIntegrationStoreDirectProperties2$outboundSchema, CreateIntegrationStoreDirectProperties2$, CreateIntegrationStoreDirectPropertiesType$inboundSchema, CreateIntegrationStoreDirectPropertiesType$outboundSchema, CreateIntegrationStoreDirectPropertiesType$, CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$, CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$, PropertiesAtBRANDAt7823$inboundSchema, PropertiesAtBRANDAt7823$outboundSchema, PropertiesAtBRANDAt7823$, CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$, CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$, CreateIntegrationStoreDirectPropertiesPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesPattern$, CreateIntegrationStoreDirectUiReadOnly3$inboundSchema, CreateIntegrationStoreDirectUiReadOnly3$outboundSchema, CreateIntegrationStoreDirectUiReadOnly3$, CreateIntegrationStoreDirectUiReadOnly2$inboundSchema, CreateIntegrationStoreDirectUiReadOnly2$outboundSchema, CreateIntegrationStoreDirectUiReadOnly2$, CreateIntegrationStoreDirectPropertiesUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$, CreateIntegrationStoreDirectUiHidden3$inboundSchema, CreateIntegrationStoreDirectUiHidden3$outboundSchema, CreateIntegrationStoreDirectUiHidden3$, CreateIntegrationStoreDirectUiHidden2$inboundSchema, CreateIntegrationStoreDirectUiHidden2$outboundSchema, CreateIntegrationStoreDirectUiHidden2$, CreateIntegrationStoreDirectPropertiesUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$, CreateIntegrationStoreDirectUiDisabled3$inboundSchema, CreateIntegrationStoreDirectUiDisabled3$outboundSchema, CreateIntegrationStoreDirectUiDisabled3$, CreateIntegrationStoreDirectUiDisabled2$inboundSchema, CreateIntegrationStoreDirectUiDisabled2$outboundSchema, CreateIntegrationStoreDirectUiDisabled2$, CreateIntegrationStoreDirectPropertiesUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$, CreateIntegrationStoreDirectUiDescription2$inboundSchema, CreateIntegrationStoreDirectUiDescription2$outboundSchema, CreateIntegrationStoreDirectUiDescription2$, CreateIntegrationStoreDirectPropertiesUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$, CreateIntegrationStoreDirectPropertiesUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$, CreateIntegrationStoreDirectProperties1$inboundSchema, CreateIntegrationStoreDirectProperties1$outboundSchema, CreateIntegrationStoreDirectProperties1$, CreateIntegrationStoreDirectProperties$inboundSchema, CreateIntegrationStoreDirectProperties$outboundSchema, CreateIntegrationStoreDirectProperties$, CreateIntegrationStoreDirectMetadataSchema$inboundSchema, CreateIntegrationStoreDirectMetadataSchema$outboundSchema, CreateIntegrationStoreDirectMetadataSchema$, ResourceLinks$inboundSchema, ResourceLinks$outboundSchema, ResourceLinks$, Tags$inboundSchema, Tags$outboundSchema, Tags$, ProjectConnectionScopes$inboundSchema, ProjectConnectionScopes$outboundSchema, ProjectConnectionScopes$, Repl$inboundSchema, Repl$outboundSchema, Repl$, CreateIntegrationStoreDirectIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$, CreateIntegrationStoreDirectActions$inboundSchema, CreateIntegrationStoreDirectActions$outboundSchema, CreateIntegrationStoreDirectActions$, Steps$inboundSchema, Steps$outboundSchema, Steps$, Guides$inboundSchema, Guides$outboundSchema, Guides$, AtBRANDAt7823$inboundSchema, AtBRANDAt7823$outboundSchema, AtBRANDAt7823$, CreateIntegrationStoreDirectValue$inboundSchema, CreateIntegrationStoreDirectValue$outboundSchema, CreateIntegrationStoreDirectValue$, Disabled3$inboundSchema, Disabled3$outboundSchema, Disabled3$, Disabled2$inboundSchema, Disabled2$outboundSchema, Disabled2$, Disabled$inboundSchema, Disabled$outboundSchema, Disabled$, Hidden3$inboundSchema, Hidden3$outboundSchema, Hidden3$, Hidden2$inboundSchema, Hidden2$outboundSchema, Hidden2$, Hidden$inboundSchema, Hidden$outboundSchema, Hidden$, Product$inboundSchema, Product$outboundSchema, Product$, CreateIntegrationStoreDirectExperimentation$inboundSchema, CreateIntegrationStoreDirectExperimentation$outboundSchema, CreateIntegrationStoreDirectExperimentation$, CreateIntegrationStoreDirectProtocolSettings$inboundSchema, CreateIntegrationStoreDirectProtocolSettings$outboundSchema, CreateIntegrationStoreDirectProtocolSettings$, CreateIntegrationStoreDirectLevel$inboundSchema, CreateIntegrationStoreDirectLevel$outboundSchema, CreateIntegrationStoreDirectLevel$, CreateIntegrationStoreDirectNotification$inboundSchema, CreateIntegrationStoreDirectNotification$outboundSchema, CreateIntegrationStoreDirectNotification$, CreateIntegrationStoreDirectSecrets$inboundSchema, CreateIntegrationStoreDirectSecrets$outboundSchema, CreateIntegrationStoreDirectSecrets$, CreateIntegrationStoreDirectType$inboundSchema, CreateIntegrationStoreDirectType$outboundSchema, CreateIntegrationStoreDirectType$, CreateIntegrationStoreDirectScope$inboundSchema, CreateIntegrationStoreDirectScope$outboundSchema, CreateIntegrationStoreDirectScope$, CreateIntegrationStoreDirectDetails$inboundSchema, CreateIntegrationStoreDirectDetails$outboundSchema, CreateIntegrationStoreDirectDetails$, CreateIntegrationStoreDirectHighlightedDetails$inboundSchema, CreateIntegrationStoreDirectHighlightedDetails$outboundSchema, CreateIntegrationStoreDirectHighlightedDetails$, CreateIntegrationStoreDirectQuote$inboundSchema, CreateIntegrationStoreDirectQuote$outboundSchema, CreateIntegrationStoreDirectQuote$, CreateIntegrationStoreDirectBillingPlan$inboundSchema, CreateIntegrationStoreDirectBillingPlan$outboundSchema, CreateIntegrationStoreDirectBillingPlan$, CreateIntegrationStoreDirectStore$inboundSchema, CreateIntegrationStoreDirectStore$outboundSchema, CreateIntegrationStoreDirectStore$, CreateIntegrationStoreDirectResponseBody$inboundSchema, CreateIntegrationStoreDirectResponseBody$outboundSchema, CreateIntegrationStoreDirectResponseBody$;
|
|
64019
63788
|
var init_createintegrationstoredirectop = __esm(() => {
|
|
64020
63789
|
init_esm();
|
|
64021
63790
|
init_primitives();
|
|
@@ -64070,6 +63839,7 @@ var init_createintegrationstoredirectop = __esm(() => {
|
|
|
64070
63839
|
Nitro: "nitro",
|
|
64071
63840
|
Hono: "hono",
|
|
64072
63841
|
Express: "express",
|
|
63842
|
+
H3: "h3",
|
|
64073
63843
|
Xmcp: "xmcp"
|
|
64074
63844
|
};
|
|
64075
63845
|
CreateIntegrationStoreDirectEnvironments = {
|
|
@@ -64553,24 +64323,24 @@ var init_createintegrationstoredirectop = __esm(() => {
|
|
|
64553
64323
|
CreateIntegrationStoreDirectIntegrationsType$.inboundSchema = CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
|
|
64554
64324
|
CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
|
|
64555
64325
|
})(CreateIntegrationStoreDirectIntegrationsType$ ||= {});
|
|
64556
|
-
|
|
64557
|
-
|
|
64558
|
-
((
|
|
64559
|
-
|
|
64560
|
-
|
|
64561
|
-
})(
|
|
64326
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema = objectType({});
|
|
64327
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema = objectType({});
|
|
64328
|
+
((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$) => {
|
|
64329
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema;
|
|
64330
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema;
|
|
64331
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$ ||= {});
|
|
64562
64332
|
CreateIntegrationStoreDirectPropertiesValue$inboundSchema = objectType({
|
|
64563
|
-
"__@BRAND@
|
|
64333
|
+
"__@BRAND@7823": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema)
|
|
64564
64334
|
}).transform((v2) => {
|
|
64565
64335
|
return remap(v2, {
|
|
64566
|
-
"__@BRAND@
|
|
64336
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
64567
64337
|
});
|
|
64568
64338
|
});
|
|
64569
64339
|
CreateIntegrationStoreDirectPropertiesValue$outboundSchema = objectType({
|
|
64570
|
-
|
|
64340
|
+
atBRANDAt7823: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema)
|
|
64571
64341
|
}).transform((v2) => {
|
|
64572
64342
|
return remap(v2, {
|
|
64573
|
-
|
|
64343
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
64574
64344
|
});
|
|
64575
64345
|
});
|
|
64576
64346
|
((CreateIntegrationStoreDirectPropertiesValue$) => {
|
|
@@ -64679,24 +64449,24 @@ var init_createintegrationstoredirectop = __esm(() => {
|
|
|
64679
64449
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
|
|
64680
64450
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
|
|
64681
64451
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ ||= {});
|
|
64682
|
-
|
|
64683
|
-
|
|
64684
|
-
((
|
|
64685
|
-
|
|
64686
|
-
|
|
64687
|
-
})(
|
|
64452
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema = objectType({});
|
|
64453
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema = objectType({});
|
|
64454
|
+
((CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$) => {
|
|
64455
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema;
|
|
64456
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema;
|
|
64457
|
+
})(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$ ||= {});
|
|
64688
64458
|
CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = objectType({
|
|
64689
|
-
"__@BRAND@
|
|
64459
|
+
"__@BRAND@7823": lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema)
|
|
64690
64460
|
}).transform((v2) => {
|
|
64691
64461
|
return remap(v2, {
|
|
64692
|
-
"__@BRAND@
|
|
64462
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
64693
64463
|
});
|
|
64694
64464
|
});
|
|
64695
64465
|
CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = objectType({
|
|
64696
|
-
|
|
64466
|
+
atBRANDAt7823: lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema)
|
|
64697
64467
|
}).transform((v2) => {
|
|
64698
64468
|
return remap(v2, {
|
|
64699
|
-
|
|
64469
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
64700
64470
|
});
|
|
64701
64471
|
});
|
|
64702
64472
|
((CreateIntegrationStoreDirectUiOptionsValue$) => {
|
|
@@ -64793,24 +64563,24 @@ var init_createintegrationstoredirectop = __esm(() => {
|
|
|
64793
64563
|
CreateIntegrationStoreDirectUiOptions3$.inboundSchema = CreateIntegrationStoreDirectUiOptions3$inboundSchema;
|
|
64794
64564
|
CreateIntegrationStoreDirectUiOptions3$.outboundSchema = CreateIntegrationStoreDirectUiOptions3$outboundSchema;
|
|
64795
64565
|
})(CreateIntegrationStoreDirectUiOptions3$ ||= {});
|
|
64796
|
-
|
|
64797
|
-
|
|
64798
|
-
((
|
|
64799
|
-
|
|
64800
|
-
|
|
64801
|
-
})(
|
|
64566
|
+
UiOptionsAtBRANDAt7823$inboundSchema = objectType({});
|
|
64567
|
+
UiOptionsAtBRANDAt7823$outboundSchema = objectType({});
|
|
64568
|
+
((UiOptionsAtBRANDAt7823$) => {
|
|
64569
|
+
UiOptionsAtBRANDAt7823$.inboundSchema = UiOptionsAtBRANDAt7823$inboundSchema;
|
|
64570
|
+
UiOptionsAtBRANDAt7823$.outboundSchema = UiOptionsAtBRANDAt7823$outboundSchema;
|
|
64571
|
+
})(UiOptionsAtBRANDAt7823$ ||= {});
|
|
64802
64572
|
CreateIntegrationStoreDirectUiOptions2$inboundSchema = objectType({
|
|
64803
|
-
"__@BRAND@
|
|
64573
|
+
"__@BRAND@7823": lazyType(() => UiOptionsAtBRANDAt7823$inboundSchema)
|
|
64804
64574
|
}).transform((v2) => {
|
|
64805
64575
|
return remap(v2, {
|
|
64806
|
-
"__@BRAND@
|
|
64576
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
64807
64577
|
});
|
|
64808
64578
|
});
|
|
64809
64579
|
CreateIntegrationStoreDirectUiOptions2$outboundSchema = objectType({
|
|
64810
|
-
|
|
64580
|
+
atBRANDAt7823: lazyType(() => UiOptionsAtBRANDAt7823$outboundSchema)
|
|
64811
64581
|
}).transform((v2) => {
|
|
64812
64582
|
return remap(v2, {
|
|
64813
|
-
|
|
64583
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
64814
64584
|
});
|
|
64815
64585
|
});
|
|
64816
64586
|
((CreateIntegrationStoreDirectUiOptions2$) => {
|
|
@@ -64923,72 +64693,72 @@ var init_createintegrationstoredirectop = __esm(() => {
|
|
|
64923
64693
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$inboundSchema;
|
|
64924
64694
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$outboundSchema;
|
|
64925
64695
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$ ||= {});
|
|
64926
|
-
|
|
64927
|
-
|
|
64928
|
-
((
|
|
64929
|
-
|
|
64930
|
-
|
|
64931
|
-
})(
|
|
64696
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema = objectType({});
|
|
64697
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema = objectType({});
|
|
64698
|
+
((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$) => {
|
|
64699
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema;
|
|
64700
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema;
|
|
64701
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$ ||= {});
|
|
64932
64702
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = objectType({
|
|
64933
|
-
"__@BRAND@
|
|
64703
|
+
"__@BRAND@7823": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema)
|
|
64934
64704
|
}).transform((v2) => {
|
|
64935
64705
|
return remap(v2, {
|
|
64936
|
-
"__@BRAND@
|
|
64706
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
64937
64707
|
});
|
|
64938
64708
|
});
|
|
64939
64709
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = objectType({
|
|
64940
|
-
|
|
64710
|
+
atBRANDAt7823: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema)
|
|
64941
64711
|
}).transform((v2) => {
|
|
64942
64712
|
return remap(v2, {
|
|
64943
|
-
|
|
64713
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
64944
64714
|
});
|
|
64945
64715
|
});
|
|
64946
64716
|
((CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$) => {
|
|
64947
64717
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema;
|
|
64948
64718
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema;
|
|
64949
64719
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$ ||= {});
|
|
64950
|
-
|
|
64951
|
-
|
|
64952
|
-
((
|
|
64953
|
-
|
|
64954
|
-
|
|
64955
|
-
})(
|
|
64720
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema = objectType({});
|
|
64721
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema = objectType({});
|
|
64722
|
+
((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$) => {
|
|
64723
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema;
|
|
64724
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema;
|
|
64725
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$ ||= {});
|
|
64956
64726
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = objectType({
|
|
64957
|
-
"__@BRAND@
|
|
64727
|
+
"__@BRAND@7823": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema)
|
|
64958
64728
|
}).transform((v2) => {
|
|
64959
64729
|
return remap(v2, {
|
|
64960
|
-
"__@BRAND@
|
|
64730
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
64961
64731
|
});
|
|
64962
64732
|
});
|
|
64963
64733
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = objectType({
|
|
64964
|
-
|
|
64734
|
+
atBRANDAt7823: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema)
|
|
64965
64735
|
}).transform((v2) => {
|
|
64966
64736
|
return remap(v2, {
|
|
64967
|
-
|
|
64737
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
64968
64738
|
});
|
|
64969
64739
|
});
|
|
64970
64740
|
((CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$) => {
|
|
64971
64741
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema;
|
|
64972
64742
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema;
|
|
64973
64743
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$ ||= {});
|
|
64974
|
-
|
|
64975
|
-
|
|
64976
|
-
((
|
|
64977
|
-
|
|
64978
|
-
|
|
64979
|
-
})(
|
|
64744
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema = objectType({});
|
|
64745
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema = objectType({});
|
|
64746
|
+
((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$) => {
|
|
64747
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema;
|
|
64748
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema;
|
|
64749
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$ ||= {});
|
|
64980
64750
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = objectType({
|
|
64981
|
-
"__@BRAND@
|
|
64751
|
+
"__@BRAND@7823": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema)
|
|
64982
64752
|
}).transform((v2) => {
|
|
64983
64753
|
return remap(v2, {
|
|
64984
|
-
"__@BRAND@
|
|
64754
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
64985
64755
|
});
|
|
64986
64756
|
});
|
|
64987
64757
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = objectType({
|
|
64988
|
-
|
|
64758
|
+
atBRANDAt7823: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema)
|
|
64989
64759
|
}).transform((v2) => {
|
|
64990
64760
|
return remap(v2, {
|
|
64991
|
-
|
|
64761
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
64992
64762
|
});
|
|
64993
64763
|
});
|
|
64994
64764
|
((CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$) => {
|
|
@@ -65231,72 +65001,72 @@ var init_createintegrationstoredirectop = __esm(() => {
|
|
|
65231
65001
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
|
|
65232
65002
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
|
|
65233
65003
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ ||= {});
|
|
65234
|
-
|
|
65235
|
-
|
|
65236
|
-
((
|
|
65237
|
-
|
|
65238
|
-
|
|
65239
|
-
})(
|
|
65004
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema = objectType({});
|
|
65005
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema = objectType({});
|
|
65006
|
+
((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$) => {
|
|
65007
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema;
|
|
65008
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema;
|
|
65009
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$ ||= {});
|
|
65240
65010
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = objectType({
|
|
65241
|
-
"__@BRAND@
|
|
65011
|
+
"__@BRAND@7823": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema)
|
|
65242
65012
|
}).transform((v2) => {
|
|
65243
65013
|
return remap(v2, {
|
|
65244
|
-
"__@BRAND@
|
|
65014
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
65245
65015
|
});
|
|
65246
65016
|
});
|
|
65247
65017
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = objectType({
|
|
65248
|
-
|
|
65018
|
+
atBRANDAt7823: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema)
|
|
65249
65019
|
}).transform((v2) => {
|
|
65250
65020
|
return remap(v2, {
|
|
65251
|
-
|
|
65021
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
65252
65022
|
});
|
|
65253
65023
|
});
|
|
65254
65024
|
((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$) => {
|
|
65255
65025
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema;
|
|
65256
65026
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema;
|
|
65257
65027
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ ||= {});
|
|
65258
|
-
|
|
65259
|
-
|
|
65260
|
-
((
|
|
65261
|
-
|
|
65262
|
-
|
|
65263
|
-
})(
|
|
65028
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema = objectType({});
|
|
65029
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema = objectType({});
|
|
65030
|
+
((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$) => {
|
|
65031
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema;
|
|
65032
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema;
|
|
65033
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$ ||= {});
|
|
65264
65034
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = objectType({
|
|
65265
|
-
"__@BRAND@
|
|
65035
|
+
"__@BRAND@7823": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema)
|
|
65266
65036
|
}).transform((v2) => {
|
|
65267
65037
|
return remap(v2, {
|
|
65268
|
-
"__@BRAND@
|
|
65038
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
65269
65039
|
});
|
|
65270
65040
|
});
|
|
65271
65041
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = objectType({
|
|
65272
|
-
|
|
65042
|
+
atBRANDAt7823: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema)
|
|
65273
65043
|
}).transform((v2) => {
|
|
65274
65044
|
return remap(v2, {
|
|
65275
|
-
|
|
65045
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
65276
65046
|
});
|
|
65277
65047
|
});
|
|
65278
65048
|
((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$) => {
|
|
65279
65049
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema;
|
|
65280
65050
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema;
|
|
65281
65051
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ ||= {});
|
|
65282
|
-
|
|
65283
|
-
|
|
65284
|
-
((
|
|
65285
|
-
|
|
65286
|
-
|
|
65287
|
-
})(
|
|
65052
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema = objectType({});
|
|
65053
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema = objectType({});
|
|
65054
|
+
((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$) => {
|
|
65055
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema;
|
|
65056
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema;
|
|
65057
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$ ||= {});
|
|
65288
65058
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = objectType({
|
|
65289
|
-
"__@BRAND@
|
|
65059
|
+
"__@BRAND@7823": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema)
|
|
65290
65060
|
}).transform((v2) => {
|
|
65291
65061
|
return remap(v2, {
|
|
65292
|
-
"__@BRAND@
|
|
65062
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
65293
65063
|
});
|
|
65294
65064
|
});
|
|
65295
65065
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = objectType({
|
|
65296
|
-
|
|
65066
|
+
atBRANDAt7823: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema)
|
|
65297
65067
|
}).transform((v2) => {
|
|
65298
65068
|
return remap(v2, {
|
|
65299
|
-
|
|
65069
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
65300
65070
|
});
|
|
65301
65071
|
});
|
|
65302
65072
|
((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$) => {
|
|
@@ -65743,72 +65513,72 @@ var init_createintegrationstoredirectop = __esm(() => {
|
|
|
65743
65513
|
CreateIntegrationStoreDirectPropertiesUiOptions$.inboundSchema = CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema;
|
|
65744
65514
|
CreateIntegrationStoreDirectPropertiesUiOptions$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiOptions$outboundSchema;
|
|
65745
65515
|
})(CreateIntegrationStoreDirectPropertiesUiOptions$ ||= {});
|
|
65746
|
-
|
|
65747
|
-
|
|
65748
|
-
((
|
|
65749
|
-
|
|
65750
|
-
|
|
65751
|
-
})(
|
|
65516
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema = objectType({});
|
|
65517
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema = objectType({});
|
|
65518
|
+
((CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$) => {
|
|
65519
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema;
|
|
65520
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema;
|
|
65521
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$ ||= {});
|
|
65752
65522
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = objectType({
|
|
65753
|
-
"__@BRAND@
|
|
65523
|
+
"__@BRAND@7823": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema)
|
|
65754
65524
|
}).transform((v2) => {
|
|
65755
65525
|
return remap(v2, {
|
|
65756
|
-
"__@BRAND@
|
|
65526
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
65757
65527
|
});
|
|
65758
65528
|
});
|
|
65759
65529
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = objectType({
|
|
65760
|
-
|
|
65530
|
+
atBRANDAt7823: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema)
|
|
65761
65531
|
}).transform((v2) => {
|
|
65762
65532
|
return remap(v2, {
|
|
65763
|
-
|
|
65533
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
65764
65534
|
});
|
|
65765
65535
|
});
|
|
65766
65536
|
((CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$) => {
|
|
65767
65537
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema;
|
|
65768
65538
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema;
|
|
65769
65539
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$ ||= {});
|
|
65770
|
-
|
|
65771
|
-
|
|
65772
|
-
((
|
|
65773
|
-
|
|
65774
|
-
|
|
65775
|
-
})(
|
|
65540
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema = objectType({});
|
|
65541
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema = objectType({});
|
|
65542
|
+
((CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$) => {
|
|
65543
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema;
|
|
65544
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema;
|
|
65545
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$ ||= {});
|
|
65776
65546
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = objectType({
|
|
65777
|
-
"__@BRAND@
|
|
65547
|
+
"__@BRAND@7823": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema)
|
|
65778
65548
|
}).transform((v2) => {
|
|
65779
65549
|
return remap(v2, {
|
|
65780
|
-
"__@BRAND@
|
|
65550
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
65781
65551
|
});
|
|
65782
65552
|
});
|
|
65783
65553
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = objectType({
|
|
65784
|
-
|
|
65554
|
+
atBRANDAt7823: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema)
|
|
65785
65555
|
}).transform((v2) => {
|
|
65786
65556
|
return remap(v2, {
|
|
65787
|
-
|
|
65557
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
65788
65558
|
});
|
|
65789
65559
|
});
|
|
65790
65560
|
((CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$) => {
|
|
65791
65561
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema;
|
|
65792
65562
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema;
|
|
65793
65563
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$ ||= {});
|
|
65794
|
-
|
|
65795
|
-
|
|
65796
|
-
((
|
|
65797
|
-
|
|
65798
|
-
|
|
65799
|
-
})(
|
|
65564
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema = objectType({});
|
|
65565
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema = objectType({});
|
|
65566
|
+
((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$) => {
|
|
65567
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema;
|
|
65568
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema;
|
|
65569
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$ ||= {});
|
|
65800
65570
|
CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = objectType({
|
|
65801
|
-
"__@BRAND@
|
|
65571
|
+
"__@BRAND@7823": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema)
|
|
65802
65572
|
}).transform((v2) => {
|
|
65803
65573
|
return remap(v2, {
|
|
65804
|
-
"__@BRAND@
|
|
65574
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
65805
65575
|
});
|
|
65806
65576
|
});
|
|
65807
65577
|
CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = objectType({
|
|
65808
|
-
|
|
65578
|
+
atBRANDAt7823: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema)
|
|
65809
65579
|
}).transform((v2) => {
|
|
65810
65580
|
return remap(v2, {
|
|
65811
|
-
|
|
65581
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
65812
65582
|
});
|
|
65813
65583
|
});
|
|
65814
65584
|
((CreateIntegrationStoreDirectPropertiesIntegrationsPattern$) => {
|
|
@@ -66729,72 +66499,72 @@ var init_createintegrationstoredirectop = __esm(() => {
|
|
|
66729
66499
|
CreateIntegrationStoreDirectPropertiesUiControl$.inboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
|
|
66730
66500
|
CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
|
|
66731
66501
|
})(CreateIntegrationStoreDirectPropertiesUiControl$ ||= {});
|
|
66732
|
-
|
|
66733
|
-
|
|
66734
|
-
((
|
|
66735
|
-
|
|
66736
|
-
|
|
66737
|
-
})(
|
|
66502
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema = objectType({});
|
|
66503
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema = objectType({});
|
|
66504
|
+
((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$) => {
|
|
66505
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema;
|
|
66506
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema;
|
|
66507
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$ ||= {});
|
|
66738
66508
|
CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = objectType({
|
|
66739
|
-
"__@BRAND@
|
|
66509
|
+
"__@BRAND@7823": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema)
|
|
66740
66510
|
}).transform((v2) => {
|
|
66741
66511
|
return remap(v2, {
|
|
66742
|
-
"__@BRAND@
|
|
66512
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
66743
66513
|
});
|
|
66744
66514
|
});
|
|
66745
66515
|
CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = objectType({
|
|
66746
|
-
|
|
66516
|
+
atBRANDAt7823: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema)
|
|
66747
66517
|
}).transform((v2) => {
|
|
66748
66518
|
return remap(v2, {
|
|
66749
|
-
|
|
66519
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
66750
66520
|
});
|
|
66751
66521
|
});
|
|
66752
66522
|
((CreateIntegrationStoreDirectPropertiesMaxLength$) => {
|
|
66753
66523
|
CreateIntegrationStoreDirectPropertiesMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema;
|
|
66754
66524
|
CreateIntegrationStoreDirectPropertiesMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema;
|
|
66755
66525
|
})(CreateIntegrationStoreDirectPropertiesMaxLength$ ||= {});
|
|
66756
|
-
|
|
66757
|
-
|
|
66758
|
-
((
|
|
66759
|
-
|
|
66760
|
-
|
|
66761
|
-
})(
|
|
66526
|
+
PropertiesAtBRANDAt7823$inboundSchema = objectType({});
|
|
66527
|
+
PropertiesAtBRANDAt7823$outboundSchema = objectType({});
|
|
66528
|
+
((PropertiesAtBRANDAt7823$) => {
|
|
66529
|
+
PropertiesAtBRANDAt7823$.inboundSchema = PropertiesAtBRANDAt7823$inboundSchema;
|
|
66530
|
+
PropertiesAtBRANDAt7823$.outboundSchema = PropertiesAtBRANDAt7823$outboundSchema;
|
|
66531
|
+
})(PropertiesAtBRANDAt7823$ ||= {});
|
|
66762
66532
|
CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = objectType({
|
|
66763
|
-
"__@BRAND@
|
|
66533
|
+
"__@BRAND@7823": lazyType(() => PropertiesAtBRANDAt7823$inboundSchema)
|
|
66764
66534
|
}).transform((v2) => {
|
|
66765
66535
|
return remap(v2, {
|
|
66766
|
-
"__@BRAND@
|
|
66536
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
66767
66537
|
});
|
|
66768
66538
|
});
|
|
66769
66539
|
CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = objectType({
|
|
66770
|
-
|
|
66540
|
+
atBRANDAt7823: lazyType(() => PropertiesAtBRANDAt7823$outboundSchema)
|
|
66771
66541
|
}).transform((v2) => {
|
|
66772
66542
|
return remap(v2, {
|
|
66773
|
-
|
|
66543
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
66774
66544
|
});
|
|
66775
66545
|
});
|
|
66776
66546
|
((CreateIntegrationStoreDirectPropertiesMinLength$) => {
|
|
66777
66547
|
CreateIntegrationStoreDirectPropertiesMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema;
|
|
66778
66548
|
CreateIntegrationStoreDirectPropertiesMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema;
|
|
66779
66549
|
})(CreateIntegrationStoreDirectPropertiesMinLength$ ||= {});
|
|
66780
|
-
|
|
66781
|
-
|
|
66782
|
-
((
|
|
66783
|
-
|
|
66784
|
-
|
|
66785
|
-
})(
|
|
66550
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema = objectType({});
|
|
66551
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema = objectType({});
|
|
66552
|
+
((CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$) => {
|
|
66553
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema;
|
|
66554
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema;
|
|
66555
|
+
})(CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$ ||= {});
|
|
66786
66556
|
CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = objectType({
|
|
66787
|
-
"__@BRAND@
|
|
66557
|
+
"__@BRAND@7823": lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema)
|
|
66788
66558
|
}).transform((v2) => {
|
|
66789
66559
|
return remap(v2, {
|
|
66790
|
-
"__@BRAND@
|
|
66560
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
66791
66561
|
});
|
|
66792
66562
|
});
|
|
66793
66563
|
CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = objectType({
|
|
66794
|
-
|
|
66564
|
+
atBRANDAt7823: lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema)
|
|
66795
66565
|
}).transform((v2) => {
|
|
66796
66566
|
return remap(v2, {
|
|
66797
|
-
|
|
66567
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
66798
66568
|
});
|
|
66799
66569
|
});
|
|
66800
66570
|
((CreateIntegrationStoreDirectPropertiesPattern$) => {
|
|
@@ -67151,24 +66921,24 @@ var init_createintegrationstoredirectop = __esm(() => {
|
|
|
67151
66921
|
Guides$.inboundSchema = Guides$inboundSchema;
|
|
67152
66922
|
Guides$.outboundSchema = Guides$outboundSchema;
|
|
67153
66923
|
})(Guides$ ||= {});
|
|
67154
|
-
|
|
67155
|
-
|
|
67156
|
-
((
|
|
67157
|
-
|
|
67158
|
-
|
|
67159
|
-
})(
|
|
66924
|
+
AtBRANDAt7823$inboundSchema = objectType({});
|
|
66925
|
+
AtBRANDAt7823$outboundSchema = objectType({});
|
|
66926
|
+
((AtBRANDAt7823$) => {
|
|
66927
|
+
AtBRANDAt7823$.inboundSchema = AtBRANDAt7823$inboundSchema;
|
|
66928
|
+
AtBRANDAt7823$.outboundSchema = AtBRANDAt7823$outboundSchema;
|
|
66929
|
+
})(AtBRANDAt7823$ ||= {});
|
|
67160
66930
|
CreateIntegrationStoreDirectValue$inboundSchema = objectType({
|
|
67161
|
-
"__@BRAND@
|
|
66931
|
+
"__@BRAND@7823": lazyType(() => AtBRANDAt7823$inboundSchema)
|
|
67162
66932
|
}).transform((v2) => {
|
|
67163
66933
|
return remap(v2, {
|
|
67164
|
-
"__@BRAND@
|
|
66934
|
+
"__@BRAND@7823": "atBRANDAt7823"
|
|
67165
66935
|
});
|
|
67166
66936
|
});
|
|
67167
66937
|
CreateIntegrationStoreDirectValue$outboundSchema = objectType({
|
|
67168
|
-
|
|
66938
|
+
atBRANDAt7823: lazyType(() => AtBRANDAt7823$outboundSchema)
|
|
67169
66939
|
}).transform((v2) => {
|
|
67170
66940
|
return remap(v2, {
|
|
67171
|
-
|
|
66941
|
+
atBRANDAt7823: "__@BRAND@7823"
|
|
67172
66942
|
});
|
|
67173
66943
|
});
|
|
67174
66944
|
((CreateIntegrationStoreDirectValue$) => {
|
|
@@ -67499,9 +67269,9 @@ var init_createintegrationstoredirectop = __esm(() => {
|
|
|
67499
67269
|
|
|
67500
67270
|
// src/funcs/integrationsCreateIntegrationStoreDirect.ts
|
|
67501
67271
|
function integrationsCreateIntegrationStoreDirect(client, request, options) {
|
|
67502
|
-
return new APIPromise($
|
|
67272
|
+
return new APIPromise($do84(client, request, options));
|
|
67503
67273
|
}
|
|
67504
|
-
async function $
|
|
67274
|
+
async function $do84(client, request, options) {
|
|
67505
67275
|
const parsed = safeParse(request, (value) => CreateIntegrationStoreDirectRequest$outboundSchema.parse(value), "Input validation failed");
|
|
67506
67276
|
if (!parsed.ok) {
|
|
67507
67277
|
return [parsed, { status: "invalid" }];
|
|
@@ -67580,12 +67350,12 @@ var init_integrationsCreateIntegrationStoreDirect = __esm(() => {
|
|
|
67580
67350
|
});
|
|
67581
67351
|
|
|
67582
67352
|
// src/mcp-server/tools/integrationsCreateIntegrationStoreDirect.ts
|
|
67583
|
-
var
|
|
67353
|
+
var args83, tool$integrationsCreateIntegrationStoreDirect;
|
|
67584
67354
|
var init_integrationsCreateIntegrationStoreDirect2 = __esm(() => {
|
|
67585
67355
|
init_integrationsCreateIntegrationStoreDirect();
|
|
67586
67356
|
init_createintegrationstoredirectop();
|
|
67587
67357
|
init_tools();
|
|
67588
|
-
|
|
67358
|
+
args83 = {
|
|
67589
67359
|
request: CreateIntegrationStoreDirectRequest$inboundSchema
|
|
67590
67360
|
};
|
|
67591
67361
|
tool$integrationsCreateIntegrationStoreDirect = {
|
|
@@ -67593,9 +67363,9 @@ var init_integrationsCreateIntegrationStoreDirect2 = __esm(() => {
|
|
|
67593
67363
|
description: `Create integration store (free and paid plans)
|
|
67594
67364
|
|
|
67595
67365
|
Creates an integration store for both FREE and PAID billing plans. This simplified endpoint automatically provisions real integration storage resources while handling billing complexity behind the scenes. It supports both free and paid billing plans with automatic authorization creation for paid resources. ## How it works 1. Validates the integration configuration and product 2. For free resources: Auto-discovers available free billing plans 3. For paid resources: Creates billing authorization inline using provided billingPlanId 4. Provisions real resources through the Vercel Marketplace 5. Returns the created store with connection details ## Workflow Before using this endpoint, discover available products and billing plans: 1. List your configurations: \`GET /v1/integrations/configurations\` 2. Get products for a configuration: \`GET /v1/integrations/configuration/{id}/products\` 3. Get billing plans for a product: \`GET /integrations/integration/{integrationId}/products/{productId}/plans\` 4. Review the \`metadataSchema\` for each product to understand required metadata 5. Create storage with discovered product: \`POST /v1/storage/stores/integration/direct\` ## Usage Patterns - **Free resources**: Omit \`billingPlanId\` - endpoint will auto-discover free plans - **Paid resources**: Provide \`billingPlanId\` from billing plans discovery - **Prepayment plans**: Also provide \`prepaymentAmountCents\` for variable amount plans ## Limitations - **Admin access required**: Only integration configuration admins can create stores - **Storage limits apply**: Subject to your team's storage quotas - **Payment method required**: For paid plans, ensure valid payment method is configured ## Error Responses - \`400 Bad Request\`: Invalid input, no plans available, or billing issues - \`403 Forbidden\`: Insufficient permissions (non-admin users) - \`404 Not Found\`: Integration configuration or product not found - \`429 Too Many Requests\`: Rate limit exceeded`,
|
|
67596
|
-
args:
|
|
67597
|
-
tool: async (client,
|
|
67598
|
-
const [result, apiCall] = await integrationsCreateIntegrationStoreDirect(client,
|
|
67366
|
+
args: args83,
|
|
67367
|
+
tool: async (client, args84, ctx) => {
|
|
67368
|
+
const [result, apiCall] = await integrationsCreateIntegrationStoreDirect(client, args84.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
67599
67369
|
if (!result.ok) {
|
|
67600
67370
|
return {
|
|
67601
67371
|
content: [{ type: "text", text: result.error.message }],
|
|
@@ -67630,9 +67400,9 @@ var init_deleteconfigurationop = __esm(() => {
|
|
|
67630
67400
|
|
|
67631
67401
|
// src/funcs/integrationsDeleteConfiguration.ts
|
|
67632
67402
|
function integrationsDeleteConfiguration(client, request, options) {
|
|
67633
|
-
return new APIPromise($
|
|
67403
|
+
return new APIPromise($do85(client, request, options));
|
|
67634
67404
|
}
|
|
67635
|
-
async function $
|
|
67405
|
+
async function $do85(client, request, options) {
|
|
67636
67406
|
const parsed = safeParse(request, (value) => DeleteConfigurationRequest$outboundSchema.parse(value), "Input validation failed");
|
|
67637
67407
|
if (!parsed.ok) {
|
|
67638
67408
|
return [parsed, { status: "invalid" }];
|
|
@@ -67716,12 +67486,12 @@ var init_integrationsDeleteConfiguration = __esm(() => {
|
|
|
67716
67486
|
});
|
|
67717
67487
|
|
|
67718
67488
|
// src/mcp-server/tools/integrationsDeleteConfiguration.ts
|
|
67719
|
-
var
|
|
67489
|
+
var args84, tool$integrationsDeleteConfiguration;
|
|
67720
67490
|
var init_integrationsDeleteConfiguration2 = __esm(() => {
|
|
67721
67491
|
init_integrationsDeleteConfiguration();
|
|
67722
67492
|
init_deleteconfigurationop();
|
|
67723
67493
|
init_tools();
|
|
67724
|
-
|
|
67494
|
+
args84 = {
|
|
67725
67495
|
request: DeleteConfigurationRequest$inboundSchema
|
|
67726
67496
|
};
|
|
67727
67497
|
tool$integrationsDeleteConfiguration = {
|
|
@@ -67729,16 +67499,265 @@ var init_integrationsDeleteConfiguration2 = __esm(() => {
|
|
|
67729
67499
|
description: `Delete an integration configuration
|
|
67730
67500
|
|
|
67731
67501
|
Allows to remove the configuration with the \`id\` provided in the parameters. The configuration and all of its resources will be removed. This includes Webhooks, LogDrains and Project Env variables.`,
|
|
67502
|
+
args: args84,
|
|
67503
|
+
tool: async (client, args85, ctx) => {
|
|
67504
|
+
const [result, apiCall] = await integrationsDeleteConfiguration(client, args85.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
67505
|
+
if (!result.ok) {
|
|
67506
|
+
return {
|
|
67507
|
+
content: [{ type: "text", text: result.error.message }],
|
|
67508
|
+
isError: true
|
|
67509
|
+
};
|
|
67510
|
+
}
|
|
67511
|
+
return formatResult(undefined, apiCall);
|
|
67512
|
+
}
|
|
67513
|
+
};
|
|
67514
|
+
});
|
|
67515
|
+
|
|
67516
|
+
// src/models/getbillingplansop.ts
|
|
67517
|
+
var GetBillingPlansType, GetBillingPlansScope, GetBillingPlansRequest$inboundSchema, GetBillingPlansRequest$outboundSchema, GetBillingPlansRequest$, GetBillingPlansType$inboundSchema, GetBillingPlansType$outboundSchema, GetBillingPlansType$, GetBillingPlansScope$inboundSchema, GetBillingPlansScope$outboundSchema, GetBillingPlansScope$, GetBillingPlansDetails$inboundSchema, GetBillingPlansDetails$outboundSchema, GetBillingPlansDetails$, GetBillingPlansHighlightedDetails$inboundSchema, GetBillingPlansHighlightedDetails$outboundSchema, GetBillingPlansHighlightedDetails$, Quote$inboundSchema, Quote$outboundSchema, Quote$, Plans$inboundSchema, Plans$outboundSchema, Plans$, GetBillingPlansResponseBody$inboundSchema, GetBillingPlansResponseBody$outboundSchema, GetBillingPlansResponseBody$;
|
|
67518
|
+
var init_getbillingplansop = __esm(() => {
|
|
67519
|
+
init_esm();
|
|
67520
|
+
GetBillingPlansType = {
|
|
67521
|
+
Prepayment: "prepayment",
|
|
67522
|
+
Subscription: "subscription"
|
|
67523
|
+
};
|
|
67524
|
+
GetBillingPlansScope = {
|
|
67525
|
+
Installation: "installation",
|
|
67526
|
+
Resource: "resource"
|
|
67527
|
+
};
|
|
67528
|
+
GetBillingPlansRequest$inboundSchema = objectType({
|
|
67529
|
+
integrationIdOrSlug: stringType(),
|
|
67530
|
+
productIdOrSlug: stringType(),
|
|
67531
|
+
metadata: stringType().optional(),
|
|
67532
|
+
teamId: stringType().optional(),
|
|
67533
|
+
slug: stringType().optional()
|
|
67534
|
+
});
|
|
67535
|
+
GetBillingPlansRequest$outboundSchema = objectType({
|
|
67536
|
+
integrationIdOrSlug: stringType(),
|
|
67537
|
+
productIdOrSlug: stringType(),
|
|
67538
|
+
metadata: stringType().optional(),
|
|
67539
|
+
teamId: stringType().optional(),
|
|
67540
|
+
slug: stringType().optional()
|
|
67541
|
+
});
|
|
67542
|
+
((GetBillingPlansRequest$) => {
|
|
67543
|
+
GetBillingPlansRequest$.inboundSchema = GetBillingPlansRequest$inboundSchema;
|
|
67544
|
+
GetBillingPlansRequest$.outboundSchema = GetBillingPlansRequest$outboundSchema;
|
|
67545
|
+
})(GetBillingPlansRequest$ ||= {});
|
|
67546
|
+
GetBillingPlansType$inboundSchema = nativeEnumType(GetBillingPlansType);
|
|
67547
|
+
GetBillingPlansType$outboundSchema = GetBillingPlansType$inboundSchema;
|
|
67548
|
+
((GetBillingPlansType$) => {
|
|
67549
|
+
GetBillingPlansType$.inboundSchema = GetBillingPlansType$inboundSchema;
|
|
67550
|
+
GetBillingPlansType$.outboundSchema = GetBillingPlansType$outboundSchema;
|
|
67551
|
+
})(GetBillingPlansType$ ||= {});
|
|
67552
|
+
GetBillingPlansScope$inboundSchema = nativeEnumType(GetBillingPlansScope);
|
|
67553
|
+
GetBillingPlansScope$outboundSchema = GetBillingPlansScope$inboundSchema;
|
|
67554
|
+
((GetBillingPlansScope$) => {
|
|
67555
|
+
GetBillingPlansScope$.inboundSchema = GetBillingPlansScope$inboundSchema;
|
|
67556
|
+
GetBillingPlansScope$.outboundSchema = GetBillingPlansScope$outboundSchema;
|
|
67557
|
+
})(GetBillingPlansScope$ ||= {});
|
|
67558
|
+
GetBillingPlansDetails$inboundSchema = objectType({
|
|
67559
|
+
label: stringType(),
|
|
67560
|
+
value: stringType().optional()
|
|
67561
|
+
});
|
|
67562
|
+
GetBillingPlansDetails$outboundSchema = objectType({
|
|
67563
|
+
label: stringType(),
|
|
67564
|
+
value: stringType().optional()
|
|
67565
|
+
});
|
|
67566
|
+
((GetBillingPlansDetails$) => {
|
|
67567
|
+
GetBillingPlansDetails$.inboundSchema = GetBillingPlansDetails$inboundSchema;
|
|
67568
|
+
GetBillingPlansDetails$.outboundSchema = GetBillingPlansDetails$outboundSchema;
|
|
67569
|
+
})(GetBillingPlansDetails$ ||= {});
|
|
67570
|
+
GetBillingPlansHighlightedDetails$inboundSchema = objectType({
|
|
67571
|
+
label: stringType(),
|
|
67572
|
+
value: stringType().optional()
|
|
67573
|
+
});
|
|
67574
|
+
GetBillingPlansHighlightedDetails$outboundSchema = objectType({
|
|
67575
|
+
label: stringType(),
|
|
67576
|
+
value: stringType().optional()
|
|
67577
|
+
});
|
|
67578
|
+
((GetBillingPlansHighlightedDetails$) => {
|
|
67579
|
+
GetBillingPlansHighlightedDetails$.inboundSchema = GetBillingPlansHighlightedDetails$inboundSchema;
|
|
67580
|
+
GetBillingPlansHighlightedDetails$.outboundSchema = GetBillingPlansHighlightedDetails$outboundSchema;
|
|
67581
|
+
})(GetBillingPlansHighlightedDetails$ ||= {});
|
|
67582
|
+
Quote$inboundSchema = objectType({
|
|
67583
|
+
line: stringType(),
|
|
67584
|
+
amount: stringType()
|
|
67585
|
+
});
|
|
67586
|
+
Quote$outboundSchema = objectType({
|
|
67587
|
+
line: stringType(),
|
|
67588
|
+
amount: stringType()
|
|
67589
|
+
});
|
|
67590
|
+
((Quote$) => {
|
|
67591
|
+
Quote$.inboundSchema = Quote$inboundSchema;
|
|
67592
|
+
Quote$.outboundSchema = Quote$outboundSchema;
|
|
67593
|
+
})(Quote$ ||= {});
|
|
67594
|
+
Plans$inboundSchema = objectType({
|
|
67595
|
+
type: GetBillingPlansType$inboundSchema,
|
|
67596
|
+
id: stringType(),
|
|
67597
|
+
name: stringType(),
|
|
67598
|
+
scope: GetBillingPlansScope$inboundSchema,
|
|
67599
|
+
description: stringType(),
|
|
67600
|
+
paymentMethodRequired: booleanType(),
|
|
67601
|
+
preauthorizationAmount: numberType().optional(),
|
|
67602
|
+
initialCharge: stringType().optional(),
|
|
67603
|
+
minimumAmount: stringType().optional(),
|
|
67604
|
+
maximumAmount: stringType().optional(),
|
|
67605
|
+
maximumAmountAutoPurchasePerPeriod: stringType().optional(),
|
|
67606
|
+
cost: stringType().optional(),
|
|
67607
|
+
details: arrayType(lazyType(() => GetBillingPlansDetails$inboundSchema)).optional(),
|
|
67608
|
+
highlightedDetails: arrayType(lazyType(() => GetBillingPlansHighlightedDetails$inboundSchema)).optional(),
|
|
67609
|
+
quote: arrayType(lazyType(() => Quote$inboundSchema)).optional(),
|
|
67610
|
+
effectiveDate: stringType().optional(),
|
|
67611
|
+
disabled: booleanType().optional()
|
|
67612
|
+
});
|
|
67613
|
+
Plans$outboundSchema = objectType({
|
|
67614
|
+
type: GetBillingPlansType$outboundSchema,
|
|
67615
|
+
id: stringType(),
|
|
67616
|
+
name: stringType(),
|
|
67617
|
+
scope: GetBillingPlansScope$outboundSchema,
|
|
67618
|
+
description: stringType(),
|
|
67619
|
+
paymentMethodRequired: booleanType(),
|
|
67620
|
+
preauthorizationAmount: numberType().optional(),
|
|
67621
|
+
initialCharge: stringType().optional(),
|
|
67622
|
+
minimumAmount: stringType().optional(),
|
|
67623
|
+
maximumAmount: stringType().optional(),
|
|
67624
|
+
maximumAmountAutoPurchasePerPeriod: stringType().optional(),
|
|
67625
|
+
cost: stringType().optional(),
|
|
67626
|
+
details: arrayType(lazyType(() => GetBillingPlansDetails$outboundSchema)).optional(),
|
|
67627
|
+
highlightedDetails: arrayType(lazyType(() => GetBillingPlansHighlightedDetails$outboundSchema)).optional(),
|
|
67628
|
+
quote: arrayType(lazyType(() => Quote$outboundSchema)).optional(),
|
|
67629
|
+
effectiveDate: stringType().optional(),
|
|
67630
|
+
disabled: booleanType().optional()
|
|
67631
|
+
});
|
|
67632
|
+
((Plans$) => {
|
|
67633
|
+
Plans$.inboundSchema = Plans$inboundSchema;
|
|
67634
|
+
Plans$.outboundSchema = Plans$outboundSchema;
|
|
67635
|
+
})(Plans$ ||= {});
|
|
67636
|
+
GetBillingPlansResponseBody$inboundSchema = objectType({
|
|
67637
|
+
plans: arrayType(lazyType(() => Plans$inboundSchema))
|
|
67638
|
+
});
|
|
67639
|
+
GetBillingPlansResponseBody$outboundSchema = objectType({
|
|
67640
|
+
plans: arrayType(lazyType(() => Plans$outboundSchema))
|
|
67641
|
+
});
|
|
67642
|
+
((GetBillingPlansResponseBody$) => {
|
|
67643
|
+
GetBillingPlansResponseBody$.inboundSchema = GetBillingPlansResponseBody$inboundSchema;
|
|
67644
|
+
GetBillingPlansResponseBody$.outboundSchema = GetBillingPlansResponseBody$outboundSchema;
|
|
67645
|
+
})(GetBillingPlansResponseBody$ ||= {});
|
|
67646
|
+
});
|
|
67647
|
+
|
|
67648
|
+
// src/funcs/integrationsGetBillingPlans.ts
|
|
67649
|
+
function integrationsGetBillingPlans(client, request, options) {
|
|
67650
|
+
return new APIPromise($do86(client, request, options));
|
|
67651
|
+
}
|
|
67652
|
+
async function $do86(client, request, options) {
|
|
67653
|
+
const parsed = safeParse(request, (value) => GetBillingPlansRequest$outboundSchema.parse(value), "Input validation failed");
|
|
67654
|
+
if (!parsed.ok) {
|
|
67655
|
+
return [parsed, { status: "invalid" }];
|
|
67656
|
+
}
|
|
67657
|
+
const payload = parsed.value;
|
|
67658
|
+
const body = null;
|
|
67659
|
+
const pathParams = {
|
|
67660
|
+
integrationIdOrSlug: encodeSimple("integrationIdOrSlug", payload.integrationIdOrSlug, { explode: false, charEncoding: "percent" }),
|
|
67661
|
+
productIdOrSlug: encodeSimple("productIdOrSlug", payload.productIdOrSlug, {
|
|
67662
|
+
explode: false,
|
|
67663
|
+
charEncoding: "percent"
|
|
67664
|
+
})
|
|
67665
|
+
};
|
|
67666
|
+
const path = pathToFunc("/v1/integrations/integration/{integrationIdOrSlug}/products/{productIdOrSlug}/plans")(pathParams);
|
|
67667
|
+
const query = encodeFormQuery({
|
|
67668
|
+
metadata: payload.metadata,
|
|
67669
|
+
slug: payload.slug,
|
|
67670
|
+
teamId: payload.teamId
|
|
67671
|
+
});
|
|
67672
|
+
const headers = new Headers(compactMap({
|
|
67673
|
+
Accept: "application/json"
|
|
67674
|
+
}));
|
|
67675
|
+
const secConfig = await extractSecurity(client._options.bearerToken);
|
|
67676
|
+
const securityInput = secConfig == null ? {} : { bearerToken: secConfig };
|
|
67677
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
67678
|
+
const context = {
|
|
67679
|
+
options: client._options,
|
|
67680
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
67681
|
+
operationID: "getBillingPlans",
|
|
67682
|
+
oAuth2Scopes: [],
|
|
67683
|
+
resolvedSecurity: requestSecurity,
|
|
67684
|
+
securitySource: client._options.bearerToken,
|
|
67685
|
+
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
67686
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
|
|
67687
|
+
};
|
|
67688
|
+
const requestRes = client._createRequest(context, {
|
|
67689
|
+
security: requestSecurity,
|
|
67690
|
+
method: "GET",
|
|
67691
|
+
baseURL: options?.serverURL,
|
|
67692
|
+
path,
|
|
67693
|
+
headers,
|
|
67694
|
+
query,
|
|
67695
|
+
body,
|
|
67696
|
+
userAgent: client._options.userAgent,
|
|
67697
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
|
|
67698
|
+
}, options);
|
|
67699
|
+
if (!requestRes.ok) {
|
|
67700
|
+
return [requestRes, { status: "invalid" }];
|
|
67701
|
+
}
|
|
67702
|
+
const req = requestRes.value;
|
|
67703
|
+
const doResult = await client._do(req, {
|
|
67704
|
+
context,
|
|
67705
|
+
errorCodes: ["400", "401", "403", "404", "4XX", "5XX"],
|
|
67706
|
+
retryConfig: context.retryConfig,
|
|
67707
|
+
retryCodes: context.retryCodes
|
|
67708
|
+
});
|
|
67709
|
+
if (!doResult.ok) {
|
|
67710
|
+
return [doResult, { status: "request-error", request: req }];
|
|
67711
|
+
}
|
|
67712
|
+
const response = doResult.value;
|
|
67713
|
+
const responseFields = {
|
|
67714
|
+
HttpMeta: { Response: response, Request: req }
|
|
67715
|
+
};
|
|
67716
|
+
const [result] = await match(json(200, GetBillingPlansResponseBody$inboundSchema), jsonErr(400, VercelBadRequestError$inboundSchema), jsonErr(401, VercelForbiddenError$inboundSchema), jsonErr(404, VercelNotFoundError$inboundSchema), fail([403, "4XX"]), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
67717
|
+
if (!result.ok) {
|
|
67718
|
+
return [result, { status: "complete", request: req, response }];
|
|
67719
|
+
}
|
|
67720
|
+
return [result, { status: "complete", request: req, response }];
|
|
67721
|
+
}
|
|
67722
|
+
var init_integrationsGetBillingPlans = __esm(() => {
|
|
67723
|
+
init_encodings();
|
|
67724
|
+
init_matchers();
|
|
67725
|
+
init_primitives();
|
|
67726
|
+
init_schemas();
|
|
67727
|
+
init_security();
|
|
67728
|
+
init_url();
|
|
67729
|
+
init_getbillingplansop();
|
|
67730
|
+
init_vercelbadrequesterror();
|
|
67731
|
+
init_vercelforbiddenerror();
|
|
67732
|
+
init_vercelnotfounderror();
|
|
67733
|
+
init_async();
|
|
67734
|
+
});
|
|
67735
|
+
|
|
67736
|
+
// src/mcp-server/tools/integrationsGetBillingPlans.ts
|
|
67737
|
+
var args85, tool$integrationsGetBillingPlans;
|
|
67738
|
+
var init_integrationsGetBillingPlans2 = __esm(() => {
|
|
67739
|
+
init_integrationsGetBillingPlans();
|
|
67740
|
+
init_getbillingplansop();
|
|
67741
|
+
init_tools();
|
|
67742
|
+
args85 = {
|
|
67743
|
+
request: GetBillingPlansRequest$inboundSchema
|
|
67744
|
+
};
|
|
67745
|
+
tool$integrationsGetBillingPlans = {
|
|
67746
|
+
name: "integrations-get-billing-plans",
|
|
67747
|
+
description: `List integration billing plans
|
|
67748
|
+
|
|
67749
|
+
Get a list of billing plans for an integration and product.`,
|
|
67732
67750
|
args: args85,
|
|
67733
67751
|
tool: async (client, args86, ctx) => {
|
|
67734
|
-
const [result, apiCall] = await
|
|
67752
|
+
const [result, apiCall] = await integrationsGetBillingPlans(client, args86.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
67735
67753
|
if (!result.ok) {
|
|
67736
67754
|
return {
|
|
67737
67755
|
content: [{ type: "text", text: result.error.message }],
|
|
67738
67756
|
isError: true
|
|
67739
67757
|
};
|
|
67740
67758
|
}
|
|
67741
|
-
|
|
67759
|
+
const value = result.value;
|
|
67760
|
+
return formatResult(value, apiCall);
|
|
67742
67761
|
}
|
|
67743
67762
|
};
|
|
67744
67763
|
});
|
|
@@ -68282,7 +68301,7 @@ Allows to retrieve a the configuration with the provided id in case it exists. T
|
|
|
68282
68301
|
});
|
|
68283
68302
|
|
|
68284
68303
|
// src/models/getconfigurationproductsop.ts
|
|
68285
|
-
var GetConfigurationProductsStatus, GetConfigurationProductsIntegrationsStatus, GetConfigurationProductsIntegrationsResponseStatus, GetConfigurationProductsIntegrationsResponse200Status, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus, Format, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus, GetConfigurationProductsFormat, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus, PrimaryProtocol, GetConfigurationProductsType, GetConfigurationProductsDisabled3, GetConfigurationProductsHidden3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsDisabledIntegrationsResponse2003, GetConfigurationProductsHiddenIntegrationsResponse2003, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type, GetConfigurationProductsDisabledIntegrationsResponse3, GetConfigurationProductsHiddenIntegrationsResponse3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsPropertiesIntegrationsResponse200Type, GetConfigurationProductsPropertiesIntegrationsResponseUiControl, GetConfigurationProductsDisabledIntegrations3, GetConfigurationProductsHiddenIntegrations3, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003, GetConfigurationProductsUiHiddenIntegrationsResponse2003, GetConfigurationProductsUiDisabledIntegrationsResponse2003, GetConfigurationProductsPropertiesIntegrationsResponseType, GetConfigurationProductsPropertiesIntegrationsUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType, GetConfigurationProductsUiReadOnlyIntegrationsResponse3, GetConfigurationProductsUiHiddenIntegrationsResponse3, GetConfigurationProductsUiDisabledIntegrationsResponse3, GetConfigurationProductsPropertiesIntegrationsType, GetConfigurationProductsPropertiesUiControl, GetConfigurationProductsUiReadOnlyIntegrations3, GetConfigurationProductsUiHiddenIntegrations3, GetConfigurationProductsUiDisabledIntegrations3, GetConfigurationProductsPropertiesType, PropertiesUiControl, GetConfigurationProductsUiReadOnly3, GetConfigurationProductsUiHidden3, GetConfigurationProductsUiDisabled3, PropertiesType, UiControl, UiReadOnly3, UiHidden3, UiDisabled3, GetConfigurationProductsRequest$inboundSchema, GetConfigurationProductsRequest$outboundSchema, GetConfigurationProductsRequest$, GetConfigurationProductsStatus$inboundSchema, GetConfigurationProductsStatus$outboundSchema, GetConfigurationProductsStatus$, GetConfigurationProductsRepl$inboundSchema, GetConfigurationProductsRepl$outboundSchema, GetConfigurationProductsRepl$, Storage$inboundSchema, Storage$outboundSchema, Storage$, GetConfigurationProductsIntegrationsStatus$inboundSchema, GetConfigurationProductsIntegrationsStatus$outboundSchema, GetConfigurationProductsIntegrationsStatus$, GetConfigurationProductsExperimentation$inboundSchema, GetConfigurationProductsExperimentation$outboundSchema, GetConfigurationProductsExperimentation$, GetConfigurationProductsIntegrationsResponseStatus$inboundSchema, GetConfigurationProductsIntegrationsResponseStatus$outboundSchema, GetConfigurationProductsIntegrationsResponseStatus$, Ai$inboundSchema, Ai$outboundSchema, Ai$, GetConfigurationProductsIntegrationsResponse200Status$inboundSchema, GetConfigurationProductsIntegrationsResponse200Status$outboundSchema, GetConfigurationProductsIntegrationsResponse200Status$, Authentication$inboundSchema, Authentication$outboundSchema, Authentication$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$, Observability$inboundSchema, Observability$outboundSchema, Observability$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$, Video$inboundSchema, Video$outboundSchema, Video$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$, Workflow$inboundSchema, Workflow$outboundSchema, Workflow$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$, GetConfigurationProductsChecks$inboundSchema, GetConfigurationProductsChecks$outboundSchema, GetConfigurationProductsChecks$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$, Format$inboundSchema, Format$outboundSchema, Format$, LogDrain$inboundSchema, LogDrain$outboundSchema, LogDrain$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$, GetConfigurationProductsFormat$inboundSchema, GetConfigurationProductsFormat$outboundSchema, GetConfigurationProductsFormat$, TraceDrain$inboundSchema, TraceDrain$outboundSchema, TraceDrain$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$, Messaging$inboundSchema, Messaging$outboundSchema, Messaging$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$, Other$inboundSchema, Other$outboundSchema, Other$, Protocols$inboundSchema, Protocols$outboundSchema, Protocols$, PrimaryProtocol$inboundSchema, PrimaryProtocol$outboundSchema, PrimaryProtocol$, GetConfigurationProductsType$inboundSchema, GetConfigurationProductsType$outboundSchema, GetConfigurationProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt513164$, PropertiesValue$inboundSchema, PropertiesValue$outboundSchema, PropertiesValue$, GetConfigurationProductsDisabled3$inboundSchema, GetConfigurationProductsDisabled3$outboundSchema, GetConfigurationProductsDisabled3$, GetConfigurationProductsDisabled2$inboundSchema, GetConfigurationProductsDisabled2$outboundSchema, GetConfigurationProductsDisabled2$, PropertiesDisabled$inboundSchema, PropertiesDisabled$outboundSchema, PropertiesDisabled$, GetConfigurationProductsHidden3$inboundSchema, GetConfigurationProductsHidden3$outboundSchema, GetConfigurationProductsHidden3$, GetConfigurationProductsHidden2$inboundSchema, GetConfigurationProductsHidden2$outboundSchema, GetConfigurationProductsHidden2$, PropertiesHidden$inboundSchema, PropertiesHidden$outboundSchema, PropertiesHidden$, Properties9$inboundSchema, Properties9$outboundSchema, Properties9$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt513164$, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt513164$, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt513164$, GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$, GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt513164$, GetConfigurationProductsUiOptionsValue$inboundSchema, GetConfigurationProductsUiOptionsValue$outboundSchema, GetConfigurationProductsUiOptionsValue$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$, GetConfigurationProductsUiOptions3$inboundSchema, GetConfigurationProductsUiOptions3$outboundSchema, GetConfigurationProductsUiOptions3$, GetConfigurationProductsUiOptionsAtBRANDAt513164$inboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt513164$outboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt513164$, GetConfigurationProductsUiOptions2$inboundSchema, GetConfigurationProductsUiOptions2$outboundSchema, GetConfigurationProductsUiOptions2$, GetConfigurationProductsDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$, GetConfigurationProductsDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$, GetConfigurationProductsUiOptionsIntegrationsDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$, GetConfigurationProductsHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$, GetConfigurationProductsUiOptionsIntegrationsHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$, GetConfigurationProductsUiOptions1$inboundSchema, GetConfigurationProductsUiOptions1$outboundSchema, GetConfigurationProductsUiOptions1$, GetConfigurationProductsPropertiesIntegrationsUiOptions$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt513164$, Default$inboundSchema, Default$outboundSchema, Default$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt513164$, Example$inboundSchema, Example$outboundSchema, Example$, Properties8$inboundSchema, Properties8$outboundSchema, Properties8$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt513164$, UiOptionsValue$inboundSchema, UiOptionsValue$outboundSchema, UiOptionsValue$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsUiOptionsDisabled$inboundSchema, GetConfigurationProductsUiOptionsDisabled$outboundSchema, GetConfigurationProductsUiOptionsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsUiOptionsHidden$inboundSchema, GetConfigurationProductsUiOptionsHidden$outboundSchema, GetConfigurationProductsUiOptionsHidden$, UiOptions3$inboundSchema, UiOptions3$outboundSchema, UiOptions3$, UiOptionsAtBRANDAt513164$inboundSchema, UiOptionsAtBRANDAt513164$outboundSchema, UiOptionsAtBRANDAt513164$, UiOptions2$inboundSchema, UiOptions2$outboundSchema, UiOptions2$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, UiOptionsDisabled$inboundSchema, UiOptionsDisabled$outboundSchema, UiOptionsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, UiOptionsHidden$inboundSchema, UiOptionsHidden$outboundSchema, UiOptionsHidden$, UiOptions1$inboundSchema, UiOptions1$outboundSchema, UiOptions1$, GetConfigurationProductsPropertiesUiOptions$inboundSchema, GetConfigurationProductsPropertiesUiOptions$outboundSchema, GetConfigurationProductsPropertiesUiOptions$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt513164$, GetConfigurationProductsPropertiesMinLength$inboundSchema, GetConfigurationProductsPropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt513164$, GetConfigurationProductsPropertiesMaxLength$inboundSchema, GetConfigurationProductsPropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt513164$, GetConfigurationProductsPropertiesPattern$inboundSchema, GetConfigurationProductsPropertiesPattern$outboundSchema, GetConfigurationProductsPropertiesPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$, Properties7$inboundSchema, Properties7$outboundSchema, Properties7$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt513164$, GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt513164$, GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt513164$, GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$, GetConfigurationProductsPropertiesItems$inboundSchema, GetConfigurationProductsPropertiesItems$outboundSchema, GetConfigurationProductsPropertiesItems$, GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$, GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$, GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$, PropertiesUiOptions$inboundSchema, PropertiesUiOptions$outboundSchema, PropertiesUiOptions$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$, Properties6$inboundSchema, Properties6$outboundSchema, Properties6$, GetConfigurationProductsPropertiesIntegrationsResponse200Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$, GetConfigurationProductsDisabledIntegrations3$inboundSchema, GetConfigurationProductsDisabledIntegrations3$outboundSchema, GetConfigurationProductsDisabledIntegrations3$, GetConfigurationProductsDisabledIntegrations2$inboundSchema, GetConfigurationProductsDisabledIntegrations2$outboundSchema, GetConfigurationProductsDisabledIntegrations2$, GetConfigurationProductsPropertiesDisabled$inboundSchema, GetConfigurationProductsPropertiesDisabled$outboundSchema, GetConfigurationProductsPropertiesDisabled$, GetConfigurationProductsHiddenIntegrations3$inboundSchema, GetConfigurationProductsHiddenIntegrations3$outboundSchema, GetConfigurationProductsHiddenIntegrations3$, GetConfigurationProductsHiddenIntegrations2$inboundSchema, GetConfigurationProductsHiddenIntegrations2$outboundSchema, GetConfigurationProductsHiddenIntegrations2$, GetConfigurationProductsPropertiesHidden$inboundSchema, GetConfigurationProductsPropertiesHidden$outboundSchema, GetConfigurationProductsPropertiesHidden$, UiOptions$inboundSchema, UiOptions$outboundSchema, UiOptions$, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt513164$, PropertiesMinLength$inboundSchema, PropertiesMinLength$outboundSchema, PropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt513164$, PropertiesMaxLength$inboundSchema, PropertiesMaxLength$outboundSchema, PropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt513164$, PropertiesPattern$inboundSchema, PropertiesPattern$outboundSchema, PropertiesPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$, GetConfigurationProductsUiHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$, GetConfigurationProductsUiDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$, Properties5$inboundSchema, Properties5$outboundSchema, Properties5$, GetConfigurationProductsPropertiesIntegrationsResponseType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$, GetConfigurationProductsPropertiesIntegrationsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$, PropertiesItems$inboundSchema, PropertiesItems$outboundSchema, PropertiesItems$, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$, GetConfigurationProductsUiHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$, GetConfigurationProductsUiDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$, Properties4$inboundSchema, Properties4$outboundSchema, Properties4$, GetConfigurationProductsPropertiesIntegrationsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsType$, GetConfigurationProductsPropertiesUiControl$inboundSchema, GetConfigurationProductsPropertiesUiControl$outboundSchema, GetConfigurationProductsPropertiesUiControl$, GetConfigurationProductsUiReadOnlyIntegrations3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$, GetConfigurationProductsUiReadOnlyIntegrations2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$, GetConfigurationProductsPropertiesUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesUiReadOnly$, GetConfigurationProductsUiHiddenIntegrations3$inboundSchema, GetConfigurationProductsUiHiddenIntegrations3$outboundSchema, GetConfigurationProductsUiHiddenIntegrations3$, GetConfigurationProductsUiHiddenIntegrations2$inboundSchema, GetConfigurationProductsUiHiddenIntegrations2$outboundSchema, GetConfigurationProductsUiHiddenIntegrations2$, GetConfigurationProductsPropertiesUiHidden$inboundSchema, GetConfigurationProductsPropertiesUiHidden$outboundSchema, GetConfigurationProductsPropertiesUiHidden$, GetConfigurationProductsUiDisabledIntegrations3$inboundSchema, GetConfigurationProductsUiDisabledIntegrations3$outboundSchema, GetConfigurationProductsUiDisabledIntegrations3$, GetConfigurationProductsUiDisabledIntegrations2$inboundSchema, GetConfigurationProductsUiDisabledIntegrations2$outboundSchema, GetConfigurationProductsUiDisabledIntegrations2$, GetConfigurationProductsPropertiesUiDisabled$inboundSchema, GetConfigurationProductsPropertiesUiDisabled$outboundSchema, GetConfigurationProductsPropertiesUiDisabled$, GetConfigurationProductsUiDescriptionIntegrations2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$, GetConfigurationProductsPropertiesUiDescription$inboundSchema, GetConfigurationProductsPropertiesUiDescription$outboundSchema, GetConfigurationProductsPropertiesUiDescription$, GetConfigurationProductsPropertiesUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$, Properties3$inboundSchema, Properties3$outboundSchema, Properties3$, GetConfigurationProductsPropertiesType$inboundSchema, GetConfigurationProductsPropertiesType$outboundSchema, GetConfigurationProductsPropertiesType$, PropertiesUiControl$inboundSchema, PropertiesUiControl$outboundSchema, PropertiesUiControl$, GetConfigurationProductsUiReadOnly3$inboundSchema, GetConfigurationProductsUiReadOnly3$outboundSchema, GetConfigurationProductsUiReadOnly3$, GetConfigurationProductsUiReadOnly2$inboundSchema, GetConfigurationProductsUiReadOnly2$outboundSchema, GetConfigurationProductsUiReadOnly2$, PropertiesUiReadOnly$inboundSchema, PropertiesUiReadOnly$outboundSchema, PropertiesUiReadOnly$, GetConfigurationProductsUiHidden3$inboundSchema, GetConfigurationProductsUiHidden3$outboundSchema, GetConfigurationProductsUiHidden3$, GetConfigurationProductsUiHidden2$inboundSchema, GetConfigurationProductsUiHidden2$outboundSchema, GetConfigurationProductsUiHidden2$, PropertiesUiHidden$inboundSchema, PropertiesUiHidden$outboundSchema, PropertiesUiHidden$, GetConfigurationProductsUiDisabled3$inboundSchema, GetConfigurationProductsUiDisabled3$outboundSchema, GetConfigurationProductsUiDisabled3$, GetConfigurationProductsUiDisabled2$inboundSchema, GetConfigurationProductsUiDisabled2$outboundSchema, GetConfigurationProductsUiDisabled2$, PropertiesUiDisabled$inboundSchema, PropertiesUiDisabled$outboundSchema, PropertiesUiDisabled$, GetConfigurationProductsUiDescription2$inboundSchema, GetConfigurationProductsUiDescription2$outboundSchema, GetConfigurationProductsUiDescription2$, PropertiesUiDescription$inboundSchema, PropertiesUiDescription$outboundSchema, PropertiesUiDescription$, PropertiesUiFormattedValue$inboundSchema, PropertiesUiFormattedValue$outboundSchema, PropertiesUiFormattedValue$, Properties2$inboundSchema, Properties2$outboundSchema, Properties2$, PropertiesType$inboundSchema, PropertiesType$outboundSchema, PropertiesType$, UiControl$inboundSchema, UiControl$outboundSchema, UiControl$, AtBRANDAt513164$inboundSchema, AtBRANDAt513164$outboundSchema, AtBRANDAt513164$, MinLength$inboundSchema, MinLength$outboundSchema, MinLength$, PropertiesAtBRANDAt513164$inboundSchema, PropertiesAtBRANDAt513164$outboundSchema, PropertiesAtBRANDAt513164$, MaxLength$inboundSchema, MaxLength$outboundSchema, MaxLength$, GetConfigurationProductsPropertiesAtBRANDAt513164$inboundSchema, GetConfigurationProductsPropertiesAtBRANDAt513164$outboundSchema, GetConfigurationProductsPropertiesAtBRANDAt513164$, Pattern$inboundSchema, Pattern$outboundSchema, Pattern$, UiReadOnly3$inboundSchema, UiReadOnly3$outboundSchema, UiReadOnly3$, UiReadOnly2$inboundSchema, UiReadOnly2$outboundSchema, UiReadOnly2$, UiReadOnly$inboundSchema, UiReadOnly$outboundSchema, UiReadOnly$, UiHidden3$inboundSchema, UiHidden3$outboundSchema, UiHidden3$, UiHidden2$inboundSchema, UiHidden2$outboundSchema, UiHidden2$, UiHidden$inboundSchema, UiHidden$outboundSchema, UiHidden$, UiDisabled3$inboundSchema, UiDisabled3$outboundSchema, UiDisabled3$, UiDisabled2$inboundSchema, UiDisabled2$outboundSchema, UiDisabled2$, UiDisabled$inboundSchema, UiDisabled$outboundSchema, UiDisabled$, UiDescription2$inboundSchema, UiDescription2$outboundSchema, UiDescription2$, UiDescription$inboundSchema, UiDescription$outboundSchema, UiDescription$, UiFormattedValue$inboundSchema, UiFormattedValue$outboundSchema, UiFormattedValue$, Properties1$inboundSchema, Properties1$outboundSchema, Properties1$, Properties$inboundSchema, Properties$outboundSchema, Properties$, MetadataSchema$inboundSchema, MetadataSchema$outboundSchema, MetadataSchema$, Products$inboundSchema, Products$outboundSchema, Products$, Integration$inboundSchema, Integration$outboundSchema, Integration$, GetConfigurationProductsConfiguration$inboundSchema, GetConfigurationProductsConfiguration$outboundSchema, GetConfigurationProductsConfiguration$, GetConfigurationProductsResponseBody$inboundSchema, GetConfigurationProductsResponseBody$outboundSchema, GetConfigurationProductsResponseBody$;
|
|
68304
|
+
var GetConfigurationProductsStatus, GetConfigurationProductsIntegrationsStatus, GetConfigurationProductsIntegrationsResponseStatus, GetConfigurationProductsIntegrationsResponse200Status, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus, Format, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus, GetConfigurationProductsFormat, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus, PrimaryProtocol, GetConfigurationProductsType, GetConfigurationProductsDisabled3, GetConfigurationProductsHidden3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsDisabledIntegrationsResponse2003, GetConfigurationProductsHiddenIntegrationsResponse2003, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type, GetConfigurationProductsDisabledIntegrationsResponse3, GetConfigurationProductsHiddenIntegrationsResponse3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsPropertiesIntegrationsResponse200Type, GetConfigurationProductsPropertiesIntegrationsResponseUiControl, GetConfigurationProductsDisabledIntegrations3, GetConfigurationProductsHiddenIntegrations3, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003, GetConfigurationProductsUiHiddenIntegrationsResponse2003, GetConfigurationProductsUiDisabledIntegrationsResponse2003, GetConfigurationProductsPropertiesIntegrationsResponseType, GetConfigurationProductsPropertiesIntegrationsUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType, GetConfigurationProductsUiReadOnlyIntegrationsResponse3, GetConfigurationProductsUiHiddenIntegrationsResponse3, GetConfigurationProductsUiDisabledIntegrationsResponse3, GetConfigurationProductsPropertiesIntegrationsType, GetConfigurationProductsPropertiesUiControl, GetConfigurationProductsUiReadOnlyIntegrations3, GetConfigurationProductsUiHiddenIntegrations3, GetConfigurationProductsUiDisabledIntegrations3, GetConfigurationProductsPropertiesType, PropertiesUiControl, GetConfigurationProductsUiReadOnly3, GetConfigurationProductsUiHidden3, GetConfigurationProductsUiDisabled3, PropertiesType, UiControl, UiReadOnly3, UiHidden3, UiDisabled3, GetConfigurationProductsRequest$inboundSchema, GetConfigurationProductsRequest$outboundSchema, GetConfigurationProductsRequest$, GetConfigurationProductsStatus$inboundSchema, GetConfigurationProductsStatus$outboundSchema, GetConfigurationProductsStatus$, GetConfigurationProductsRepl$inboundSchema, GetConfigurationProductsRepl$outboundSchema, GetConfigurationProductsRepl$, Storage$inboundSchema, Storage$outboundSchema, Storage$, GetConfigurationProductsIntegrationsStatus$inboundSchema, GetConfigurationProductsIntegrationsStatus$outboundSchema, GetConfigurationProductsIntegrationsStatus$, GetConfigurationProductsExperimentation$inboundSchema, GetConfigurationProductsExperimentation$outboundSchema, GetConfigurationProductsExperimentation$, GetConfigurationProductsIntegrationsResponseStatus$inboundSchema, GetConfigurationProductsIntegrationsResponseStatus$outboundSchema, GetConfigurationProductsIntegrationsResponseStatus$, Ai$inboundSchema, Ai$outboundSchema, Ai$, GetConfigurationProductsIntegrationsResponse200Status$inboundSchema, GetConfigurationProductsIntegrationsResponse200Status$outboundSchema, GetConfigurationProductsIntegrationsResponse200Status$, Authentication$inboundSchema, Authentication$outboundSchema, Authentication$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$, Observability$inboundSchema, Observability$outboundSchema, Observability$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$, Video$inboundSchema, Video$outboundSchema, Video$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$, Workflow$inboundSchema, Workflow$outboundSchema, Workflow$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$, GetConfigurationProductsChecks$inboundSchema, GetConfigurationProductsChecks$outboundSchema, GetConfigurationProductsChecks$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$, Format$inboundSchema, Format$outboundSchema, Format$, LogDrain$inboundSchema, LogDrain$outboundSchema, LogDrain$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$, GetConfigurationProductsFormat$inboundSchema, GetConfigurationProductsFormat$outboundSchema, GetConfigurationProductsFormat$, TraceDrain$inboundSchema, TraceDrain$outboundSchema, TraceDrain$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$, Messaging$inboundSchema, Messaging$outboundSchema, Messaging$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$, Other$inboundSchema, Other$outboundSchema, Other$, Protocols$inboundSchema, Protocols$outboundSchema, Protocols$, PrimaryProtocol$inboundSchema, PrimaryProtocol$outboundSchema, PrimaryProtocol$, GetConfigurationProductsType$inboundSchema, GetConfigurationProductsType$outboundSchema, GetConfigurationProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$, PropertiesValue$inboundSchema, PropertiesValue$outboundSchema, PropertiesValue$, GetConfigurationProductsDisabled3$inboundSchema, GetConfigurationProductsDisabled3$outboundSchema, GetConfigurationProductsDisabled3$, GetConfigurationProductsDisabled2$inboundSchema, GetConfigurationProductsDisabled2$outboundSchema, GetConfigurationProductsDisabled2$, PropertiesDisabled$inboundSchema, PropertiesDisabled$outboundSchema, PropertiesDisabled$, GetConfigurationProductsHidden3$inboundSchema, GetConfigurationProductsHidden3$outboundSchema, GetConfigurationProductsHidden3$, GetConfigurationProductsHidden2$inboundSchema, GetConfigurationProductsHidden2$outboundSchema, GetConfigurationProductsHidden2$, PropertiesHidden$inboundSchema, PropertiesHidden$outboundSchema, PropertiesHidden$, Properties9$inboundSchema, Properties9$outboundSchema, Properties9$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$, GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$, GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$, GetConfigurationProductsUiOptionsValue$inboundSchema, GetConfigurationProductsUiOptionsValue$outboundSchema, GetConfigurationProductsUiOptionsValue$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$, GetConfigurationProductsUiOptions3$inboundSchema, GetConfigurationProductsUiOptions3$outboundSchema, GetConfigurationProductsUiOptions3$, GetConfigurationProductsUiOptionsAtBRANDAt512899$inboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt512899$outboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt512899$, GetConfigurationProductsUiOptions2$inboundSchema, GetConfigurationProductsUiOptions2$outboundSchema, GetConfigurationProductsUiOptions2$, GetConfigurationProductsDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$, GetConfigurationProductsDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$, GetConfigurationProductsUiOptionsIntegrationsDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$, GetConfigurationProductsHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$, GetConfigurationProductsUiOptionsIntegrationsHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$, GetConfigurationProductsUiOptions1$inboundSchema, GetConfigurationProductsUiOptions1$outboundSchema, GetConfigurationProductsUiOptions1$, GetConfigurationProductsPropertiesIntegrationsUiOptions$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$, Default$inboundSchema, Default$outboundSchema, Default$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$, Example$inboundSchema, Example$outboundSchema, Example$, Properties8$inboundSchema, Properties8$outboundSchema, Properties8$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$, UiOptionsValue$inboundSchema, UiOptionsValue$outboundSchema, UiOptionsValue$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsUiOptionsDisabled$inboundSchema, GetConfigurationProductsUiOptionsDisabled$outboundSchema, GetConfigurationProductsUiOptionsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsUiOptionsHidden$inboundSchema, GetConfigurationProductsUiOptionsHidden$outboundSchema, GetConfigurationProductsUiOptionsHidden$, UiOptions3$inboundSchema, UiOptions3$outboundSchema, UiOptions3$, UiOptionsAtBRANDAt512899$inboundSchema, UiOptionsAtBRANDAt512899$outboundSchema, UiOptionsAtBRANDAt512899$, UiOptions2$inboundSchema, UiOptions2$outboundSchema, UiOptions2$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, UiOptionsDisabled$inboundSchema, UiOptionsDisabled$outboundSchema, UiOptionsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, UiOptionsHidden$inboundSchema, UiOptionsHidden$outboundSchema, UiOptionsHidden$, UiOptions1$inboundSchema, UiOptions1$outboundSchema, UiOptions1$, GetConfigurationProductsPropertiesUiOptions$inboundSchema, GetConfigurationProductsPropertiesUiOptions$outboundSchema, GetConfigurationProductsPropertiesUiOptions$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$, GetConfigurationProductsPropertiesMinLength$inboundSchema, GetConfigurationProductsPropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$, GetConfigurationProductsPropertiesMaxLength$inboundSchema, GetConfigurationProductsPropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$, GetConfigurationProductsPropertiesPattern$inboundSchema, GetConfigurationProductsPropertiesPattern$outboundSchema, GetConfigurationProductsPropertiesPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$, Properties7$inboundSchema, Properties7$outboundSchema, Properties7$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$, GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$, GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$, GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$, GetConfigurationProductsPropertiesItems$inboundSchema, GetConfigurationProductsPropertiesItems$outboundSchema, GetConfigurationProductsPropertiesItems$, GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$, GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$, GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$, PropertiesUiOptions$inboundSchema, PropertiesUiOptions$outboundSchema, PropertiesUiOptions$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$, Properties6$inboundSchema, Properties6$outboundSchema, Properties6$, GetConfigurationProductsPropertiesIntegrationsResponse200Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$, GetConfigurationProductsDisabledIntegrations3$inboundSchema, GetConfigurationProductsDisabledIntegrations3$outboundSchema, GetConfigurationProductsDisabledIntegrations3$, GetConfigurationProductsDisabledIntegrations2$inboundSchema, GetConfigurationProductsDisabledIntegrations2$outboundSchema, GetConfigurationProductsDisabledIntegrations2$, GetConfigurationProductsPropertiesDisabled$inboundSchema, GetConfigurationProductsPropertiesDisabled$outboundSchema, GetConfigurationProductsPropertiesDisabled$, GetConfigurationProductsHiddenIntegrations3$inboundSchema, GetConfigurationProductsHiddenIntegrations3$outboundSchema, GetConfigurationProductsHiddenIntegrations3$, GetConfigurationProductsHiddenIntegrations2$inboundSchema, GetConfigurationProductsHiddenIntegrations2$outboundSchema, GetConfigurationProductsHiddenIntegrations2$, GetConfigurationProductsPropertiesHidden$inboundSchema, GetConfigurationProductsPropertiesHidden$outboundSchema, GetConfigurationProductsPropertiesHidden$, UiOptions$inboundSchema, UiOptions$outboundSchema, UiOptions$, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$, PropertiesMinLength$inboundSchema, PropertiesMinLength$outboundSchema, PropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$, PropertiesMaxLength$inboundSchema, PropertiesMaxLength$outboundSchema, PropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$, PropertiesPattern$inboundSchema, PropertiesPattern$outboundSchema, PropertiesPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$, GetConfigurationProductsUiHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$, GetConfigurationProductsUiDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$, Properties5$inboundSchema, Properties5$outboundSchema, Properties5$, GetConfigurationProductsPropertiesIntegrationsResponseType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$, GetConfigurationProductsPropertiesIntegrationsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$, PropertiesItems$inboundSchema, PropertiesItems$outboundSchema, PropertiesItems$, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$, GetConfigurationProductsUiHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$, GetConfigurationProductsUiDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$, Properties4$inboundSchema, Properties4$outboundSchema, Properties4$, GetConfigurationProductsPropertiesIntegrationsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsType$, GetConfigurationProductsPropertiesUiControl$inboundSchema, GetConfigurationProductsPropertiesUiControl$outboundSchema, GetConfigurationProductsPropertiesUiControl$, GetConfigurationProductsUiReadOnlyIntegrations3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$, GetConfigurationProductsUiReadOnlyIntegrations2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$, GetConfigurationProductsPropertiesUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesUiReadOnly$, GetConfigurationProductsUiHiddenIntegrations3$inboundSchema, GetConfigurationProductsUiHiddenIntegrations3$outboundSchema, GetConfigurationProductsUiHiddenIntegrations3$, GetConfigurationProductsUiHiddenIntegrations2$inboundSchema, GetConfigurationProductsUiHiddenIntegrations2$outboundSchema, GetConfigurationProductsUiHiddenIntegrations2$, GetConfigurationProductsPropertiesUiHidden$inboundSchema, GetConfigurationProductsPropertiesUiHidden$outboundSchema, GetConfigurationProductsPropertiesUiHidden$, GetConfigurationProductsUiDisabledIntegrations3$inboundSchema, GetConfigurationProductsUiDisabledIntegrations3$outboundSchema, GetConfigurationProductsUiDisabledIntegrations3$, GetConfigurationProductsUiDisabledIntegrations2$inboundSchema, GetConfigurationProductsUiDisabledIntegrations2$outboundSchema, GetConfigurationProductsUiDisabledIntegrations2$, GetConfigurationProductsPropertiesUiDisabled$inboundSchema, GetConfigurationProductsPropertiesUiDisabled$outboundSchema, GetConfigurationProductsPropertiesUiDisabled$, GetConfigurationProductsUiDescriptionIntegrations2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$, GetConfigurationProductsPropertiesUiDescription$inboundSchema, GetConfigurationProductsPropertiesUiDescription$outboundSchema, GetConfigurationProductsPropertiesUiDescription$, GetConfigurationProductsPropertiesUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$, Properties3$inboundSchema, Properties3$outboundSchema, Properties3$, GetConfigurationProductsPropertiesType$inboundSchema, GetConfigurationProductsPropertiesType$outboundSchema, GetConfigurationProductsPropertiesType$, PropertiesUiControl$inboundSchema, PropertiesUiControl$outboundSchema, PropertiesUiControl$, GetConfigurationProductsUiReadOnly3$inboundSchema, GetConfigurationProductsUiReadOnly3$outboundSchema, GetConfigurationProductsUiReadOnly3$, GetConfigurationProductsUiReadOnly2$inboundSchema, GetConfigurationProductsUiReadOnly2$outboundSchema, GetConfigurationProductsUiReadOnly2$, PropertiesUiReadOnly$inboundSchema, PropertiesUiReadOnly$outboundSchema, PropertiesUiReadOnly$, GetConfigurationProductsUiHidden3$inboundSchema, GetConfigurationProductsUiHidden3$outboundSchema, GetConfigurationProductsUiHidden3$, GetConfigurationProductsUiHidden2$inboundSchema, GetConfigurationProductsUiHidden2$outboundSchema, GetConfigurationProductsUiHidden2$, PropertiesUiHidden$inboundSchema, PropertiesUiHidden$outboundSchema, PropertiesUiHidden$, GetConfigurationProductsUiDisabled3$inboundSchema, GetConfigurationProductsUiDisabled3$outboundSchema, GetConfigurationProductsUiDisabled3$, GetConfigurationProductsUiDisabled2$inboundSchema, GetConfigurationProductsUiDisabled2$outboundSchema, GetConfigurationProductsUiDisabled2$, PropertiesUiDisabled$inboundSchema, PropertiesUiDisabled$outboundSchema, PropertiesUiDisabled$, GetConfigurationProductsUiDescription2$inboundSchema, GetConfigurationProductsUiDescription2$outboundSchema, GetConfigurationProductsUiDescription2$, PropertiesUiDescription$inboundSchema, PropertiesUiDescription$outboundSchema, PropertiesUiDescription$, PropertiesUiFormattedValue$inboundSchema, PropertiesUiFormattedValue$outboundSchema, PropertiesUiFormattedValue$, Properties2$inboundSchema, Properties2$outboundSchema, Properties2$, PropertiesType$inboundSchema, PropertiesType$outboundSchema, PropertiesType$, UiControl$inboundSchema, UiControl$outboundSchema, UiControl$, AtBRANDAt512899$inboundSchema, AtBRANDAt512899$outboundSchema, AtBRANDAt512899$, MinLength$inboundSchema, MinLength$outboundSchema, MinLength$, PropertiesAtBRANDAt512899$inboundSchema, PropertiesAtBRANDAt512899$outboundSchema, PropertiesAtBRANDAt512899$, MaxLength$inboundSchema, MaxLength$outboundSchema, MaxLength$, GetConfigurationProductsPropertiesAtBRANDAt512899$inboundSchema, GetConfigurationProductsPropertiesAtBRANDAt512899$outboundSchema, GetConfigurationProductsPropertiesAtBRANDAt512899$, Pattern$inboundSchema, Pattern$outboundSchema, Pattern$, UiReadOnly3$inboundSchema, UiReadOnly3$outboundSchema, UiReadOnly3$, UiReadOnly2$inboundSchema, UiReadOnly2$outboundSchema, UiReadOnly2$, UiReadOnly$inboundSchema, UiReadOnly$outboundSchema, UiReadOnly$, UiHidden3$inboundSchema, UiHidden3$outboundSchema, UiHidden3$, UiHidden2$inboundSchema, UiHidden2$outboundSchema, UiHidden2$, UiHidden$inboundSchema, UiHidden$outboundSchema, UiHidden$, UiDisabled3$inboundSchema, UiDisabled3$outboundSchema, UiDisabled3$, UiDisabled2$inboundSchema, UiDisabled2$outboundSchema, UiDisabled2$, UiDisabled$inboundSchema, UiDisabled$outboundSchema, UiDisabled$, UiDescription2$inboundSchema, UiDescription2$outboundSchema, UiDescription2$, UiDescription$inboundSchema, UiDescription$outboundSchema, UiDescription$, UiFormattedValue$inboundSchema, UiFormattedValue$outboundSchema, UiFormattedValue$, Properties1$inboundSchema, Properties1$outboundSchema, Properties1$, Properties$inboundSchema, Properties$outboundSchema, Properties$, MetadataSchema$inboundSchema, MetadataSchema$outboundSchema, MetadataSchema$, Products$inboundSchema, Products$outboundSchema, Products$, Integration$inboundSchema, Integration$outboundSchema, Integration$, GetConfigurationProductsConfiguration$inboundSchema, GetConfigurationProductsConfiguration$outboundSchema, GetConfigurationProductsConfiguration$, GetConfigurationProductsResponseBody$inboundSchema, GetConfigurationProductsResponseBody$outboundSchema, GetConfigurationProductsResponseBody$;
|
|
68286
68305
|
var init_getconfigurationproductsop = __esm(() => {
|
|
68287
68306
|
init_esm();
|
|
68288
68307
|
init_primitives();
|
|
@@ -68860,24 +68879,24 @@ var init_getconfigurationproductsop = __esm(() => {
|
|
|
68860
68879
|
GetConfigurationProductsType$.inboundSchema = GetConfigurationProductsType$inboundSchema;
|
|
68861
68880
|
GetConfigurationProductsType$.outboundSchema = GetConfigurationProductsType$outboundSchema;
|
|
68862
68881
|
})(GetConfigurationProductsType$ ||= {});
|
|
68863
|
-
|
|
68864
|
-
|
|
68865
|
-
((
|
|
68866
|
-
|
|
68867
|
-
|
|
68868
|
-
})(
|
|
68882
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$inboundSchema = objectType({});
|
|
68883
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$outboundSchema = objectType({});
|
|
68884
|
+
((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$) => {
|
|
68885
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$inboundSchema;
|
|
68886
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$outboundSchema;
|
|
68887
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$ ||= {});
|
|
68869
68888
|
PropertiesValue$inboundSchema = objectType({
|
|
68870
|
-
"__@BRAND@
|
|
68889
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$inboundSchema)
|
|
68871
68890
|
}).transform((v2) => {
|
|
68872
68891
|
return remap(v2, {
|
|
68873
|
-
"__@BRAND@
|
|
68892
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
68874
68893
|
});
|
|
68875
68894
|
});
|
|
68876
68895
|
PropertiesValue$outboundSchema = objectType({
|
|
68877
|
-
|
|
68896
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt512899$outboundSchema)
|
|
68878
68897
|
}).transform((v2) => {
|
|
68879
68898
|
return remap(v2, {
|
|
68880
|
-
|
|
68899
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
68881
68900
|
});
|
|
68882
68901
|
});
|
|
68883
68902
|
((PropertiesValue$) => {
|
|
@@ -68992,72 +69011,72 @@ var init_getconfigurationproductsop = __esm(() => {
|
|
|
68992
69011
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema;
|
|
68993
69012
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema;
|
|
68994
69013
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ ||= {});
|
|
68995
|
-
|
|
68996
|
-
|
|
68997
|
-
((
|
|
68998
|
-
|
|
68999
|
-
|
|
69000
|
-
})(
|
|
69014
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$inboundSchema = objectType({});
|
|
69015
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$outboundSchema = objectType({});
|
|
69016
|
+
((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$) => {
|
|
69017
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$inboundSchema;
|
|
69018
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$outboundSchema;
|
|
69019
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$ ||= {});
|
|
69001
69020
|
GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = objectType({
|
|
69002
|
-
"__@BRAND@
|
|
69021
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$inboundSchema)
|
|
69003
69022
|
}).transform((v2) => {
|
|
69004
69023
|
return remap(v2, {
|
|
69005
|
-
"__@BRAND@
|
|
69024
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
69006
69025
|
});
|
|
69007
69026
|
});
|
|
69008
69027
|
GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = objectType({
|
|
69009
|
-
|
|
69028
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt512899$outboundSchema)
|
|
69010
69029
|
}).transform((v2) => {
|
|
69011
69030
|
return remap(v2, {
|
|
69012
|
-
|
|
69031
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
69013
69032
|
});
|
|
69014
69033
|
});
|
|
69015
69034
|
((GetConfigurationProductsPropertiesIntegrationsResponseMinLength$) => {
|
|
69016
69035
|
GetConfigurationProductsPropertiesIntegrationsResponseMinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema;
|
|
69017
69036
|
GetConfigurationProductsPropertiesIntegrationsResponseMinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema;
|
|
69018
69037
|
})(GetConfigurationProductsPropertiesIntegrationsResponseMinLength$ ||= {});
|
|
69019
|
-
|
|
69020
|
-
|
|
69021
|
-
((
|
|
69022
|
-
|
|
69023
|
-
|
|
69024
|
-
})(
|
|
69038
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$inboundSchema = objectType({});
|
|
69039
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$outboundSchema = objectType({});
|
|
69040
|
+
((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$) => {
|
|
69041
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$inboundSchema;
|
|
69042
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$outboundSchema;
|
|
69043
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$ ||= {});
|
|
69025
69044
|
GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = objectType({
|
|
69026
|
-
"__@BRAND@
|
|
69045
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$inboundSchema)
|
|
69027
69046
|
}).transform((v2) => {
|
|
69028
69047
|
return remap(v2, {
|
|
69029
|
-
"__@BRAND@
|
|
69048
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
69030
69049
|
});
|
|
69031
69050
|
});
|
|
69032
69051
|
GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = objectType({
|
|
69033
|
-
|
|
69052
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt512899$outboundSchema)
|
|
69034
69053
|
}).transform((v2) => {
|
|
69035
69054
|
return remap(v2, {
|
|
69036
|
-
|
|
69055
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
69037
69056
|
});
|
|
69038
69057
|
});
|
|
69039
69058
|
((GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$) => {
|
|
69040
69059
|
GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema;
|
|
69041
69060
|
GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema;
|
|
69042
69061
|
})(GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$ ||= {});
|
|
69043
|
-
|
|
69044
|
-
|
|
69045
|
-
((
|
|
69046
|
-
|
|
69047
|
-
|
|
69048
|
-
})(
|
|
69062
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$inboundSchema = objectType({});
|
|
69063
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$outboundSchema = objectType({});
|
|
69064
|
+
((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$) => {
|
|
69065
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$inboundSchema;
|
|
69066
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$outboundSchema;
|
|
69067
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$ ||= {});
|
|
69049
69068
|
GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = objectType({
|
|
69050
|
-
"__@BRAND@
|
|
69069
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$inboundSchema)
|
|
69051
69070
|
}).transform((v2) => {
|
|
69052
69071
|
return remap(v2, {
|
|
69053
|
-
"__@BRAND@
|
|
69072
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
69054
69073
|
});
|
|
69055
69074
|
});
|
|
69056
69075
|
GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = objectType({
|
|
69057
|
-
|
|
69076
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt512899$outboundSchema)
|
|
69058
69077
|
}).transform((v2) => {
|
|
69059
69078
|
return remap(v2, {
|
|
69060
|
-
|
|
69079
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
69061
69080
|
});
|
|
69062
69081
|
});
|
|
69063
69082
|
((GetConfigurationProductsPropertiesIntegrationsResponsePattern$) => {
|
|
@@ -69086,24 +69105,24 @@ var init_getconfigurationproductsop = __esm(() => {
|
|
|
69086
69105
|
GetConfigurationProductsPropertiesIntegrationsItems$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema;
|
|
69087
69106
|
GetConfigurationProductsPropertiesIntegrationsItems$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema;
|
|
69088
69107
|
})(GetConfigurationProductsPropertiesIntegrationsItems$ ||= {});
|
|
69089
|
-
|
|
69090
|
-
|
|
69091
|
-
((
|
|
69092
|
-
|
|
69093
|
-
|
|
69094
|
-
})(
|
|
69108
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$inboundSchema = objectType({});
|
|
69109
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$outboundSchema = objectType({});
|
|
69110
|
+
((GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$) => {
|
|
69111
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$inboundSchema;
|
|
69112
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$outboundSchema;
|
|
69113
|
+
})(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$ ||= {});
|
|
69095
69114
|
GetConfigurationProductsUiOptionsValue$inboundSchema = objectType({
|
|
69096
|
-
"__@BRAND@
|
|
69115
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$inboundSchema)
|
|
69097
69116
|
}).transform((v2) => {
|
|
69098
69117
|
return remap(v2, {
|
|
69099
|
-
"__@BRAND@
|
|
69118
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
69100
69119
|
});
|
|
69101
69120
|
});
|
|
69102
69121
|
GetConfigurationProductsUiOptionsValue$outboundSchema = objectType({
|
|
69103
|
-
|
|
69122
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt512899$outboundSchema)
|
|
69104
69123
|
}).transform((v2) => {
|
|
69105
69124
|
return remap(v2, {
|
|
69106
|
-
|
|
69125
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
69107
69126
|
});
|
|
69108
69127
|
});
|
|
69109
69128
|
((GetConfigurationProductsUiOptionsValue$) => {
|
|
@@ -69200,24 +69219,24 @@ var init_getconfigurationproductsop = __esm(() => {
|
|
|
69200
69219
|
GetConfigurationProductsUiOptions3$.inboundSchema = GetConfigurationProductsUiOptions3$inboundSchema;
|
|
69201
69220
|
GetConfigurationProductsUiOptions3$.outboundSchema = GetConfigurationProductsUiOptions3$outboundSchema;
|
|
69202
69221
|
})(GetConfigurationProductsUiOptions3$ ||= {});
|
|
69203
|
-
|
|
69204
|
-
|
|
69205
|
-
((
|
|
69206
|
-
|
|
69207
|
-
|
|
69208
|
-
})(
|
|
69222
|
+
GetConfigurationProductsUiOptionsAtBRANDAt512899$inboundSchema = objectType({});
|
|
69223
|
+
GetConfigurationProductsUiOptionsAtBRANDAt512899$outboundSchema = objectType({});
|
|
69224
|
+
((GetConfigurationProductsUiOptionsAtBRANDAt512899$) => {
|
|
69225
|
+
GetConfigurationProductsUiOptionsAtBRANDAt512899$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt512899$inboundSchema;
|
|
69226
|
+
GetConfigurationProductsUiOptionsAtBRANDAt512899$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt512899$outboundSchema;
|
|
69227
|
+
})(GetConfigurationProductsUiOptionsAtBRANDAt512899$ ||= {});
|
|
69209
69228
|
GetConfigurationProductsUiOptions2$inboundSchema = objectType({
|
|
69210
|
-
"__@BRAND@
|
|
69229
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt512899$inboundSchema)
|
|
69211
69230
|
}).transform((v2) => {
|
|
69212
69231
|
return remap(v2, {
|
|
69213
|
-
"__@BRAND@
|
|
69232
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
69214
69233
|
});
|
|
69215
69234
|
});
|
|
69216
69235
|
GetConfigurationProductsUiOptions2$outboundSchema = objectType({
|
|
69217
|
-
|
|
69236
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt512899$outboundSchema)
|
|
69218
69237
|
}).transform((v2) => {
|
|
69219
69238
|
return remap(v2, {
|
|
69220
|
-
|
|
69239
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
69221
69240
|
});
|
|
69222
69241
|
});
|
|
69223
69242
|
((GetConfigurationProductsUiOptions2$) => {
|
|
@@ -69452,48 +69471,48 @@ var init_getconfigurationproductsop = __esm(() => {
|
|
|
69452
69471
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema;
|
|
69453
69472
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema;
|
|
69454
69473
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$ ||= {});
|
|
69455
|
-
|
|
69456
|
-
|
|
69457
|
-
((
|
|
69458
|
-
|
|
69459
|
-
|
|
69460
|
-
})(
|
|
69474
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$inboundSchema = objectType({});
|
|
69475
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$outboundSchema = objectType({});
|
|
69476
|
+
((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$) => {
|
|
69477
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$inboundSchema;
|
|
69478
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$outboundSchema;
|
|
69479
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$ ||= {});
|
|
69461
69480
|
Default$inboundSchema = objectType({
|
|
69462
|
-
"__@BRAND@
|
|
69481
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$inboundSchema)
|
|
69463
69482
|
}).transform((v2) => {
|
|
69464
69483
|
return remap(v2, {
|
|
69465
|
-
"__@BRAND@
|
|
69484
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
69466
69485
|
});
|
|
69467
69486
|
});
|
|
69468
69487
|
Default$outboundSchema = objectType({
|
|
69469
|
-
|
|
69488
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt512899$outboundSchema)
|
|
69470
69489
|
}).transform((v2) => {
|
|
69471
69490
|
return remap(v2, {
|
|
69472
|
-
|
|
69491
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
69473
69492
|
});
|
|
69474
69493
|
});
|
|
69475
69494
|
((Default$) => {
|
|
69476
69495
|
Default$.inboundSchema = Default$inboundSchema;
|
|
69477
69496
|
Default$.outboundSchema = Default$outboundSchema;
|
|
69478
69497
|
})(Default$ ||= {});
|
|
69479
|
-
|
|
69480
|
-
|
|
69481
|
-
((
|
|
69482
|
-
|
|
69483
|
-
|
|
69484
|
-
})(
|
|
69498
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$inboundSchema = objectType({});
|
|
69499
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$outboundSchema = objectType({});
|
|
69500
|
+
((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$) => {
|
|
69501
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$inboundSchema;
|
|
69502
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$outboundSchema;
|
|
69503
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$ ||= {});
|
|
69485
69504
|
Example$inboundSchema = objectType({
|
|
69486
|
-
"__@BRAND@
|
|
69505
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$inboundSchema)
|
|
69487
69506
|
}).transform((v2) => {
|
|
69488
69507
|
return remap(v2, {
|
|
69489
|
-
"__@BRAND@
|
|
69508
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
69490
69509
|
});
|
|
69491
69510
|
});
|
|
69492
69511
|
Example$outboundSchema = objectType({
|
|
69493
|
-
|
|
69512
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt512899$outboundSchema)
|
|
69494
69513
|
}).transform((v2) => {
|
|
69495
69514
|
return remap(v2, {
|
|
69496
|
-
|
|
69515
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
69497
69516
|
});
|
|
69498
69517
|
});
|
|
69499
69518
|
((Example$) => {
|
|
@@ -69614,24 +69633,24 @@ var init_getconfigurationproductsop = __esm(() => {
|
|
|
69614
69633
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema;
|
|
69615
69634
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema;
|
|
69616
69635
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ ||= {});
|
|
69617
|
-
|
|
69618
|
-
|
|
69619
|
-
((
|
|
69620
|
-
|
|
69621
|
-
|
|
69622
|
-
})(
|
|
69636
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$inboundSchema = objectType({});
|
|
69637
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$outboundSchema = objectType({});
|
|
69638
|
+
((GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$) => {
|
|
69639
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$inboundSchema;
|
|
69640
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$outboundSchema;
|
|
69641
|
+
})(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$ ||= {});
|
|
69623
69642
|
UiOptionsValue$inboundSchema = objectType({
|
|
69624
|
-
"__@BRAND@
|
|
69643
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$inboundSchema)
|
|
69625
69644
|
}).transform((v2) => {
|
|
69626
69645
|
return remap(v2, {
|
|
69627
|
-
"__@BRAND@
|
|
69646
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
69628
69647
|
});
|
|
69629
69648
|
});
|
|
69630
69649
|
UiOptionsValue$outboundSchema = objectType({
|
|
69631
|
-
|
|
69650
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt512899$outboundSchema)
|
|
69632
69651
|
}).transform((v2) => {
|
|
69633
69652
|
return remap(v2, {
|
|
69634
|
-
|
|
69653
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
69635
69654
|
});
|
|
69636
69655
|
});
|
|
69637
69656
|
((UiOptionsValue$) => {
|
|
@@ -69728,24 +69747,24 @@ var init_getconfigurationproductsop = __esm(() => {
|
|
|
69728
69747
|
UiOptions3$.inboundSchema = UiOptions3$inboundSchema;
|
|
69729
69748
|
UiOptions3$.outboundSchema = UiOptions3$outboundSchema;
|
|
69730
69749
|
})(UiOptions3$ ||= {});
|
|
69731
|
-
|
|
69732
|
-
|
|
69733
|
-
((
|
|
69734
|
-
|
|
69735
|
-
|
|
69736
|
-
})(
|
|
69750
|
+
UiOptionsAtBRANDAt512899$inboundSchema = objectType({});
|
|
69751
|
+
UiOptionsAtBRANDAt512899$outboundSchema = objectType({});
|
|
69752
|
+
((UiOptionsAtBRANDAt512899$) => {
|
|
69753
|
+
UiOptionsAtBRANDAt512899$.inboundSchema = UiOptionsAtBRANDAt512899$inboundSchema;
|
|
69754
|
+
UiOptionsAtBRANDAt512899$.outboundSchema = UiOptionsAtBRANDAt512899$outboundSchema;
|
|
69755
|
+
})(UiOptionsAtBRANDAt512899$ ||= {});
|
|
69737
69756
|
UiOptions2$inboundSchema = objectType({
|
|
69738
|
-
"__@BRAND@
|
|
69757
|
+
"__@BRAND@512899": lazyType(() => UiOptionsAtBRANDAt512899$inboundSchema)
|
|
69739
69758
|
}).transform((v2) => {
|
|
69740
69759
|
return remap(v2, {
|
|
69741
|
-
"__@BRAND@
|
|
69760
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
69742
69761
|
});
|
|
69743
69762
|
});
|
|
69744
69763
|
UiOptions2$outboundSchema = objectType({
|
|
69745
|
-
|
|
69764
|
+
atBRANDAt512899: lazyType(() => UiOptionsAtBRANDAt512899$outboundSchema)
|
|
69746
69765
|
}).transform((v2) => {
|
|
69747
69766
|
return remap(v2, {
|
|
69748
|
-
|
|
69767
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
69749
69768
|
});
|
|
69750
69769
|
});
|
|
69751
69770
|
((UiOptions2$) => {
|
|
@@ -69858,72 +69877,72 @@ var init_getconfigurationproductsop = __esm(() => {
|
|
|
69858
69877
|
GetConfigurationProductsPropertiesUiOptions$.inboundSchema = GetConfigurationProductsPropertiesUiOptions$inboundSchema;
|
|
69859
69878
|
GetConfigurationProductsPropertiesUiOptions$.outboundSchema = GetConfigurationProductsPropertiesUiOptions$outboundSchema;
|
|
69860
69879
|
})(GetConfigurationProductsPropertiesUiOptions$ ||= {});
|
|
69861
|
-
|
|
69862
|
-
|
|
69863
|
-
((
|
|
69864
|
-
|
|
69865
|
-
|
|
69866
|
-
})(
|
|
69880
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$inboundSchema = objectType({});
|
|
69881
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$outboundSchema = objectType({});
|
|
69882
|
+
((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$) => {
|
|
69883
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$inboundSchema;
|
|
69884
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$outboundSchema;
|
|
69885
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$ ||= {});
|
|
69867
69886
|
GetConfigurationProductsPropertiesMinLength$inboundSchema = objectType({
|
|
69868
|
-
"__@BRAND@
|
|
69887
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$inboundSchema)
|
|
69869
69888
|
}).transform((v2) => {
|
|
69870
69889
|
return remap(v2, {
|
|
69871
|
-
"__@BRAND@
|
|
69890
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
69872
69891
|
});
|
|
69873
69892
|
});
|
|
69874
69893
|
GetConfigurationProductsPropertiesMinLength$outboundSchema = objectType({
|
|
69875
|
-
|
|
69894
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt512899$outboundSchema)
|
|
69876
69895
|
}).transform((v2) => {
|
|
69877
69896
|
return remap(v2, {
|
|
69878
|
-
|
|
69897
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
69879
69898
|
});
|
|
69880
69899
|
});
|
|
69881
69900
|
((GetConfigurationProductsPropertiesMinLength$) => {
|
|
69882
69901
|
GetConfigurationProductsPropertiesMinLength$.inboundSchema = GetConfigurationProductsPropertiesMinLength$inboundSchema;
|
|
69883
69902
|
GetConfigurationProductsPropertiesMinLength$.outboundSchema = GetConfigurationProductsPropertiesMinLength$outboundSchema;
|
|
69884
69903
|
})(GetConfigurationProductsPropertiesMinLength$ ||= {});
|
|
69885
|
-
|
|
69886
|
-
|
|
69887
|
-
((
|
|
69888
|
-
|
|
69889
|
-
|
|
69890
|
-
})(
|
|
69904
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$inboundSchema = objectType({});
|
|
69905
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$outboundSchema = objectType({});
|
|
69906
|
+
((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$) => {
|
|
69907
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$inboundSchema;
|
|
69908
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$outboundSchema;
|
|
69909
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$ ||= {});
|
|
69891
69910
|
GetConfigurationProductsPropertiesMaxLength$inboundSchema = objectType({
|
|
69892
|
-
"__@BRAND@
|
|
69911
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$inboundSchema)
|
|
69893
69912
|
}).transform((v2) => {
|
|
69894
69913
|
return remap(v2, {
|
|
69895
|
-
"__@BRAND@
|
|
69914
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
69896
69915
|
});
|
|
69897
69916
|
});
|
|
69898
69917
|
GetConfigurationProductsPropertiesMaxLength$outboundSchema = objectType({
|
|
69899
|
-
|
|
69918
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt512899$outboundSchema)
|
|
69900
69919
|
}).transform((v2) => {
|
|
69901
69920
|
return remap(v2, {
|
|
69902
|
-
|
|
69921
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
69903
69922
|
});
|
|
69904
69923
|
});
|
|
69905
69924
|
((GetConfigurationProductsPropertiesMaxLength$) => {
|
|
69906
69925
|
GetConfigurationProductsPropertiesMaxLength$.inboundSchema = GetConfigurationProductsPropertiesMaxLength$inboundSchema;
|
|
69907
69926
|
GetConfigurationProductsPropertiesMaxLength$.outboundSchema = GetConfigurationProductsPropertiesMaxLength$outboundSchema;
|
|
69908
69927
|
})(GetConfigurationProductsPropertiesMaxLength$ ||= {});
|
|
69909
|
-
|
|
69910
|
-
|
|
69911
|
-
((
|
|
69912
|
-
|
|
69913
|
-
|
|
69914
|
-
})(
|
|
69928
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$inboundSchema = objectType({});
|
|
69929
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$outboundSchema = objectType({});
|
|
69930
|
+
((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$) => {
|
|
69931
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$inboundSchema;
|
|
69932
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$outboundSchema;
|
|
69933
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$ ||= {});
|
|
69915
69934
|
GetConfigurationProductsPropertiesPattern$inboundSchema = objectType({
|
|
69916
|
-
"__@BRAND@
|
|
69935
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$inboundSchema)
|
|
69917
69936
|
}).transform((v2) => {
|
|
69918
69937
|
return remap(v2, {
|
|
69919
|
-
"__@BRAND@
|
|
69938
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
69920
69939
|
});
|
|
69921
69940
|
});
|
|
69922
69941
|
GetConfigurationProductsPropertiesPattern$outboundSchema = objectType({
|
|
69923
|
-
|
|
69942
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt512899$outboundSchema)
|
|
69924
69943
|
}).transform((v2) => {
|
|
69925
69944
|
return remap(v2, {
|
|
69926
|
-
|
|
69945
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
69927
69946
|
});
|
|
69928
69947
|
});
|
|
69929
69948
|
((GetConfigurationProductsPropertiesPattern$) => {
|
|
@@ -70172,72 +70191,72 @@ var init_getconfigurationproductsop = __esm(() => {
|
|
|
70172
70191
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema;
|
|
70173
70192
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema;
|
|
70174
70193
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ ||= {});
|
|
70175
|
-
|
|
70176
|
-
|
|
70177
|
-
((
|
|
70178
|
-
|
|
70179
|
-
|
|
70180
|
-
})(
|
|
70194
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$inboundSchema = objectType({});
|
|
70195
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$outboundSchema = objectType({});
|
|
70196
|
+
((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$) => {
|
|
70197
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$inboundSchema;
|
|
70198
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$outboundSchema;
|
|
70199
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$ ||= {});
|
|
70181
70200
|
GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = objectType({
|
|
70182
|
-
"__@BRAND@
|
|
70201
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$inboundSchema)
|
|
70183
70202
|
}).transform((v2) => {
|
|
70184
70203
|
return remap(v2, {
|
|
70185
|
-
"__@BRAND@
|
|
70204
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
70186
70205
|
});
|
|
70187
70206
|
});
|
|
70188
70207
|
GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = objectType({
|
|
70189
|
-
|
|
70208
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt512899$outboundSchema)
|
|
70190
70209
|
}).transform((v2) => {
|
|
70191
70210
|
return remap(v2, {
|
|
70192
|
-
|
|
70211
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
70193
70212
|
});
|
|
70194
70213
|
});
|
|
70195
70214
|
((GetConfigurationProductsPropertiesIntegrationsMinLength$) => {
|
|
70196
70215
|
GetConfigurationProductsPropertiesIntegrationsMinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema;
|
|
70197
70216
|
GetConfigurationProductsPropertiesIntegrationsMinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema;
|
|
70198
70217
|
})(GetConfigurationProductsPropertiesIntegrationsMinLength$ ||= {});
|
|
70199
|
-
|
|
70200
|
-
|
|
70201
|
-
((
|
|
70202
|
-
|
|
70203
|
-
|
|
70204
|
-
})(
|
|
70218
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$inboundSchema = objectType({});
|
|
70219
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$outboundSchema = objectType({});
|
|
70220
|
+
((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$) => {
|
|
70221
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$inboundSchema;
|
|
70222
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$outboundSchema;
|
|
70223
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$ ||= {});
|
|
70205
70224
|
GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = objectType({
|
|
70206
|
-
"__@BRAND@
|
|
70225
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$inboundSchema)
|
|
70207
70226
|
}).transform((v2) => {
|
|
70208
70227
|
return remap(v2, {
|
|
70209
|
-
"__@BRAND@
|
|
70228
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
70210
70229
|
});
|
|
70211
70230
|
});
|
|
70212
70231
|
GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = objectType({
|
|
70213
|
-
|
|
70232
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt512899$outboundSchema)
|
|
70214
70233
|
}).transform((v2) => {
|
|
70215
70234
|
return remap(v2, {
|
|
70216
|
-
|
|
70235
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
70217
70236
|
});
|
|
70218
70237
|
});
|
|
70219
70238
|
((GetConfigurationProductsPropertiesIntegrationsMaxLength$) => {
|
|
70220
70239
|
GetConfigurationProductsPropertiesIntegrationsMaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema;
|
|
70221
70240
|
GetConfigurationProductsPropertiesIntegrationsMaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema;
|
|
70222
70241
|
})(GetConfigurationProductsPropertiesIntegrationsMaxLength$ ||= {});
|
|
70223
|
-
|
|
70224
|
-
|
|
70225
|
-
((
|
|
70226
|
-
|
|
70227
|
-
|
|
70228
|
-
})(
|
|
70242
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$inboundSchema = objectType({});
|
|
70243
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$outboundSchema = objectType({});
|
|
70244
|
+
((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$) => {
|
|
70245
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$inboundSchema;
|
|
70246
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$outboundSchema;
|
|
70247
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$ ||= {});
|
|
70229
70248
|
GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = objectType({
|
|
70230
|
-
"__@BRAND@
|
|
70249
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$inboundSchema)
|
|
70231
70250
|
}).transform((v2) => {
|
|
70232
70251
|
return remap(v2, {
|
|
70233
|
-
"__@BRAND@
|
|
70252
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
70234
70253
|
});
|
|
70235
70254
|
});
|
|
70236
70255
|
GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = objectType({
|
|
70237
|
-
|
|
70256
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt512899$outboundSchema)
|
|
70238
70257
|
}).transform((v2) => {
|
|
70239
70258
|
return remap(v2, {
|
|
70240
|
-
|
|
70259
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
70241
70260
|
});
|
|
70242
70261
|
});
|
|
70243
70262
|
((GetConfigurationProductsPropertiesIntegrationsPattern$) => {
|
|
@@ -70678,72 +70697,72 @@ var init_getconfigurationproductsop = __esm(() => {
|
|
|
70678
70697
|
UiOptions$.inboundSchema = UiOptions$inboundSchema;
|
|
70679
70698
|
UiOptions$.outboundSchema = UiOptions$outboundSchema;
|
|
70680
70699
|
})(UiOptions$ ||= {});
|
|
70681
|
-
|
|
70682
|
-
|
|
70683
|
-
((
|
|
70684
|
-
|
|
70685
|
-
|
|
70686
|
-
})(
|
|
70700
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$inboundSchema = objectType({});
|
|
70701
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$outboundSchema = objectType({});
|
|
70702
|
+
((GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$) => {
|
|
70703
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$inboundSchema;
|
|
70704
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$outboundSchema;
|
|
70705
|
+
})(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$ ||= {});
|
|
70687
70706
|
PropertiesMinLength$inboundSchema = objectType({
|
|
70688
|
-
"__@BRAND@
|
|
70707
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$inboundSchema)
|
|
70689
70708
|
}).transform((v2) => {
|
|
70690
70709
|
return remap(v2, {
|
|
70691
|
-
"__@BRAND@
|
|
70710
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
70692
70711
|
});
|
|
70693
70712
|
});
|
|
70694
70713
|
PropertiesMinLength$outboundSchema = objectType({
|
|
70695
|
-
|
|
70714
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt512899$outboundSchema)
|
|
70696
70715
|
}).transform((v2) => {
|
|
70697
70716
|
return remap(v2, {
|
|
70698
|
-
|
|
70717
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
70699
70718
|
});
|
|
70700
70719
|
});
|
|
70701
70720
|
((PropertiesMinLength$) => {
|
|
70702
70721
|
PropertiesMinLength$.inboundSchema = PropertiesMinLength$inboundSchema;
|
|
70703
70722
|
PropertiesMinLength$.outboundSchema = PropertiesMinLength$outboundSchema;
|
|
70704
70723
|
})(PropertiesMinLength$ ||= {});
|
|
70705
|
-
|
|
70706
|
-
|
|
70707
|
-
((
|
|
70708
|
-
|
|
70709
|
-
|
|
70710
|
-
})(
|
|
70724
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$inboundSchema = objectType({});
|
|
70725
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$outboundSchema = objectType({});
|
|
70726
|
+
((GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$) => {
|
|
70727
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$inboundSchema;
|
|
70728
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$outboundSchema;
|
|
70729
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$ ||= {});
|
|
70711
70730
|
PropertiesMaxLength$inboundSchema = objectType({
|
|
70712
|
-
"__@BRAND@
|
|
70731
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$inboundSchema)
|
|
70713
70732
|
}).transform((v2) => {
|
|
70714
70733
|
return remap(v2, {
|
|
70715
|
-
"__@BRAND@
|
|
70734
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
70716
70735
|
});
|
|
70717
70736
|
});
|
|
70718
70737
|
PropertiesMaxLength$outboundSchema = objectType({
|
|
70719
|
-
|
|
70738
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt512899$outboundSchema)
|
|
70720
70739
|
}).transform((v2) => {
|
|
70721
70740
|
return remap(v2, {
|
|
70722
|
-
|
|
70741
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
70723
70742
|
});
|
|
70724
70743
|
});
|
|
70725
70744
|
((PropertiesMaxLength$) => {
|
|
70726
70745
|
PropertiesMaxLength$.inboundSchema = PropertiesMaxLength$inboundSchema;
|
|
70727
70746
|
PropertiesMaxLength$.outboundSchema = PropertiesMaxLength$outboundSchema;
|
|
70728
70747
|
})(PropertiesMaxLength$ ||= {});
|
|
70729
|
-
|
|
70730
|
-
|
|
70731
|
-
((
|
|
70732
|
-
|
|
70733
|
-
|
|
70734
|
-
})(
|
|
70748
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$inboundSchema = objectType({});
|
|
70749
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$outboundSchema = objectType({});
|
|
70750
|
+
((GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$) => {
|
|
70751
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$inboundSchema;
|
|
70752
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$outboundSchema;
|
|
70753
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$ ||= {});
|
|
70735
70754
|
PropertiesPattern$inboundSchema = objectType({
|
|
70736
|
-
"__@BRAND@
|
|
70755
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$inboundSchema)
|
|
70737
70756
|
}).transform((v2) => {
|
|
70738
70757
|
return remap(v2, {
|
|
70739
|
-
"__@BRAND@
|
|
70758
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
70740
70759
|
});
|
|
70741
70760
|
});
|
|
70742
70761
|
PropertiesPattern$outboundSchema = objectType({
|
|
70743
|
-
|
|
70762
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt512899$outboundSchema)
|
|
70744
70763
|
}).transform((v2) => {
|
|
70745
70764
|
return remap(v2, {
|
|
70746
|
-
|
|
70765
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
70747
70766
|
});
|
|
70748
70767
|
});
|
|
70749
70768
|
((PropertiesPattern$) => {
|
|
@@ -71664,72 +71683,72 @@ var init_getconfigurationproductsop = __esm(() => {
|
|
|
71664
71683
|
UiControl$.inboundSchema = UiControl$inboundSchema;
|
|
71665
71684
|
UiControl$.outboundSchema = UiControl$outboundSchema;
|
|
71666
71685
|
})(UiControl$ ||= {});
|
|
71667
|
-
|
|
71668
|
-
|
|
71669
|
-
((
|
|
71670
|
-
|
|
71671
|
-
|
|
71672
|
-
})(
|
|
71686
|
+
AtBRANDAt512899$inboundSchema = objectType({});
|
|
71687
|
+
AtBRANDAt512899$outboundSchema = objectType({});
|
|
71688
|
+
((AtBRANDAt512899$) => {
|
|
71689
|
+
AtBRANDAt512899$.inboundSchema = AtBRANDAt512899$inboundSchema;
|
|
71690
|
+
AtBRANDAt512899$.outboundSchema = AtBRANDAt512899$outboundSchema;
|
|
71691
|
+
})(AtBRANDAt512899$ ||= {});
|
|
71673
71692
|
MinLength$inboundSchema = objectType({
|
|
71674
|
-
"__@BRAND@
|
|
71693
|
+
"__@BRAND@512899": lazyType(() => AtBRANDAt512899$inboundSchema)
|
|
71675
71694
|
}).transform((v2) => {
|
|
71676
71695
|
return remap(v2, {
|
|
71677
|
-
"__@BRAND@
|
|
71696
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
71678
71697
|
});
|
|
71679
71698
|
});
|
|
71680
71699
|
MinLength$outboundSchema = objectType({
|
|
71681
|
-
|
|
71700
|
+
atBRANDAt512899: lazyType(() => AtBRANDAt512899$outboundSchema)
|
|
71682
71701
|
}).transform((v2) => {
|
|
71683
71702
|
return remap(v2, {
|
|
71684
|
-
|
|
71703
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
71685
71704
|
});
|
|
71686
71705
|
});
|
|
71687
71706
|
((MinLength$) => {
|
|
71688
71707
|
MinLength$.inboundSchema = MinLength$inboundSchema;
|
|
71689
71708
|
MinLength$.outboundSchema = MinLength$outboundSchema;
|
|
71690
71709
|
})(MinLength$ ||= {});
|
|
71691
|
-
|
|
71692
|
-
|
|
71693
|
-
((
|
|
71694
|
-
|
|
71695
|
-
|
|
71696
|
-
})(
|
|
71710
|
+
PropertiesAtBRANDAt512899$inboundSchema = objectType({});
|
|
71711
|
+
PropertiesAtBRANDAt512899$outboundSchema = objectType({});
|
|
71712
|
+
((PropertiesAtBRANDAt512899$) => {
|
|
71713
|
+
PropertiesAtBRANDAt512899$.inboundSchema = PropertiesAtBRANDAt512899$inboundSchema;
|
|
71714
|
+
PropertiesAtBRANDAt512899$.outboundSchema = PropertiesAtBRANDAt512899$outboundSchema;
|
|
71715
|
+
})(PropertiesAtBRANDAt512899$ ||= {});
|
|
71697
71716
|
MaxLength$inboundSchema = objectType({
|
|
71698
|
-
"__@BRAND@
|
|
71717
|
+
"__@BRAND@512899": lazyType(() => PropertiesAtBRANDAt512899$inboundSchema)
|
|
71699
71718
|
}).transform((v2) => {
|
|
71700
71719
|
return remap(v2, {
|
|
71701
|
-
"__@BRAND@
|
|
71720
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
71702
71721
|
});
|
|
71703
71722
|
});
|
|
71704
71723
|
MaxLength$outboundSchema = objectType({
|
|
71705
|
-
|
|
71724
|
+
atBRANDAt512899: lazyType(() => PropertiesAtBRANDAt512899$outboundSchema)
|
|
71706
71725
|
}).transform((v2) => {
|
|
71707
71726
|
return remap(v2, {
|
|
71708
|
-
|
|
71727
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
71709
71728
|
});
|
|
71710
71729
|
});
|
|
71711
71730
|
((MaxLength$) => {
|
|
71712
71731
|
MaxLength$.inboundSchema = MaxLength$inboundSchema;
|
|
71713
71732
|
MaxLength$.outboundSchema = MaxLength$outboundSchema;
|
|
71714
71733
|
})(MaxLength$ ||= {});
|
|
71715
|
-
|
|
71716
|
-
|
|
71717
|
-
((
|
|
71718
|
-
|
|
71719
|
-
|
|
71720
|
-
})(
|
|
71734
|
+
GetConfigurationProductsPropertiesAtBRANDAt512899$inboundSchema = objectType({});
|
|
71735
|
+
GetConfigurationProductsPropertiesAtBRANDAt512899$outboundSchema = objectType({});
|
|
71736
|
+
((GetConfigurationProductsPropertiesAtBRANDAt512899$) => {
|
|
71737
|
+
GetConfigurationProductsPropertiesAtBRANDAt512899$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt512899$inboundSchema;
|
|
71738
|
+
GetConfigurationProductsPropertiesAtBRANDAt512899$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt512899$outboundSchema;
|
|
71739
|
+
})(GetConfigurationProductsPropertiesAtBRANDAt512899$ ||= {});
|
|
71721
71740
|
Pattern$inboundSchema = objectType({
|
|
71722
|
-
"__@BRAND@
|
|
71741
|
+
"__@BRAND@512899": lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt512899$inboundSchema)
|
|
71723
71742
|
}).transform((v2) => {
|
|
71724
71743
|
return remap(v2, {
|
|
71725
|
-
"__@BRAND@
|
|
71744
|
+
"__@BRAND@512899": "atBRANDAt512899"
|
|
71726
71745
|
});
|
|
71727
71746
|
});
|
|
71728
71747
|
Pattern$outboundSchema = objectType({
|
|
71729
|
-
|
|
71748
|
+
atBRANDAt512899: lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt512899$outboundSchema)
|
|
71730
71749
|
}).transform((v2) => {
|
|
71731
71750
|
return remap(v2, {
|
|
71732
|
-
|
|
71751
|
+
atBRANDAt512899: "__@BRAND@512899"
|
|
71733
71752
|
});
|
|
71734
71753
|
});
|
|
71735
71754
|
((Pattern$) => {
|
|
@@ -75426,7 +75445,7 @@ Returns the member role and other information for a given member ID ("user_id" c
|
|
|
75426
75445
|
});
|
|
75427
75446
|
|
|
75428
75447
|
// src/models/importresourceop.ts
|
|
75429
|
-
var Ownership, ImportResourceStatus, ImportResourceType, Level, Ownership$inboundSchema, Ownership$outboundSchema, Ownership$, ImportResourceStatus$inboundSchema, ImportResourceStatus$outboundSchema, ImportResourceStatus$, ImportResourceType$inboundSchema, ImportResourceType$outboundSchema, ImportResourceType$, Details$inboundSchema, Details$outboundSchema, Details$,
|
|
75448
|
+
var Ownership, ImportResourceStatus, ImportResourceType, Level, Ownership$inboundSchema, Ownership$outboundSchema, Ownership$, ImportResourceStatus$inboundSchema, ImportResourceStatus$outboundSchema, ImportResourceStatus$, ImportResourceType$inboundSchema, ImportResourceType$outboundSchema, ImportResourceType$, Details$inboundSchema, Details$outboundSchema, Details$, HighlightedDetails$inboundSchema, HighlightedDetails$outboundSchema, HighlightedDetails$, BillingPlan$inboundSchema, BillingPlan$outboundSchema, BillingPlan$, Level$inboundSchema, Level$outboundSchema, Level$, Notification$inboundSchema, Notification$outboundSchema, Notification$, EnvironmentOverrides$inboundSchema, EnvironmentOverrides$outboundSchema, EnvironmentOverrides$, ImportResourceSecrets$inboundSchema, ImportResourceSecrets$outboundSchema, ImportResourceSecrets$, ImportResourceRequestBody$inboundSchema, ImportResourceRequestBody$outboundSchema, ImportResourceRequestBody$, ImportResourceRequest$inboundSchema, ImportResourceRequest$outboundSchema, ImportResourceRequest$, ImportResourceResponseBody$inboundSchema, ImportResourceResponseBody$outboundSchema, ImportResourceResponseBody$;
|
|
75430
75449
|
var init_importresourceop = __esm(() => {
|
|
75431
75450
|
init_esm();
|
|
75432
75451
|
init_primitives();
|
|
@@ -75483,18 +75502,18 @@ var init_importresourceop = __esm(() => {
|
|
|
75483
75502
|
Details$.inboundSchema = Details$inboundSchema;
|
|
75484
75503
|
Details$.outboundSchema = Details$outboundSchema;
|
|
75485
75504
|
})(Details$ ||= {});
|
|
75486
|
-
|
|
75505
|
+
HighlightedDetails$inboundSchema = objectType({
|
|
75487
75506
|
label: stringType(),
|
|
75488
75507
|
value: stringType().optional()
|
|
75489
75508
|
});
|
|
75490
|
-
|
|
75509
|
+
HighlightedDetails$outboundSchema = objectType({
|
|
75491
75510
|
label: stringType(),
|
|
75492
75511
|
value: stringType().optional()
|
|
75493
75512
|
});
|
|
75494
|
-
((
|
|
75495
|
-
|
|
75496
|
-
|
|
75497
|
-
})(
|
|
75513
|
+
((HighlightedDetails$) => {
|
|
75514
|
+
HighlightedDetails$.inboundSchema = HighlightedDetails$inboundSchema;
|
|
75515
|
+
HighlightedDetails$.outboundSchema = HighlightedDetails$outboundSchema;
|
|
75516
|
+
})(HighlightedDetails$ ||= {});
|
|
75498
75517
|
BillingPlan$inboundSchema = collectExtraKeys(objectType({
|
|
75499
75518
|
id: stringType(),
|
|
75500
75519
|
type: ImportResourceType$inboundSchema,
|
|
@@ -75503,7 +75522,7 @@ var init_importresourceop = __esm(() => {
|
|
|
75503
75522
|
paymentMethodRequired: booleanType().optional(),
|
|
75504
75523
|
cost: stringType().optional(),
|
|
75505
75524
|
details: arrayType(lazyType(() => Details$inboundSchema)).optional(),
|
|
75506
|
-
|
|
75525
|
+
highlightedDetails: arrayType(lazyType(() => HighlightedDetails$inboundSchema)).optional(),
|
|
75507
75526
|
effectiveDate: stringType().optional()
|
|
75508
75527
|
}).catchall(anyType()), "additionalProperties", true);
|
|
75509
75528
|
BillingPlan$outboundSchema = objectType({
|
|
@@ -75514,7 +75533,7 @@ var init_importresourceop = __esm(() => {
|
|
|
75514
75533
|
paymentMethodRequired: booleanType().optional(),
|
|
75515
75534
|
cost: stringType().optional(),
|
|
75516
75535
|
details: arrayType(lazyType(() => Details$outboundSchema)).optional(),
|
|
75517
|
-
|
|
75536
|
+
highlightedDetails: arrayType(lazyType(() => HighlightedDetails$outboundSchema)).optional(),
|
|
75518
75537
|
effectiveDate: stringType().optional(),
|
|
75519
75538
|
additionalProperties: recordType(anyType())
|
|
75520
75539
|
}).transform((v2) => {
|
|
@@ -78619,6 +78638,7 @@ var init_createprojectop = __esm(() => {
|
|
|
78619
78638
|
Nitro: "nitro",
|
|
78620
78639
|
Hono: "hono",
|
|
78621
78640
|
Express: "express",
|
|
78641
|
+
H3: "h3",
|
|
78622
78642
|
Xmcp: "xmcp"
|
|
78623
78643
|
};
|
|
78624
78644
|
CreateProjectProjectsType = {
|
|
@@ -78776,6 +78796,7 @@ var init_createprojectop = __esm(() => {
|
|
|
78776
78796
|
Nitro: "nitro",
|
|
78777
78797
|
Hono: "hono",
|
|
78778
78798
|
Express: "express",
|
|
78799
|
+
H3: "h3",
|
|
78779
78800
|
Xmcp: "xmcp"
|
|
78780
78801
|
};
|
|
78781
78802
|
CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType = {
|
|
@@ -80588,12 +80609,14 @@ var init_createprojectop = __esm(() => {
|
|
|
80588
80609
|
CreateProjectStages$inboundSchema = objectType({
|
|
80589
80610
|
targetPercentage: numberType(),
|
|
80590
80611
|
requireApproval: booleanType().optional(),
|
|
80591
|
-
duration: numberType().optional()
|
|
80612
|
+
duration: numberType().optional(),
|
|
80613
|
+
linearShift: booleanType().optional()
|
|
80592
80614
|
});
|
|
80593
80615
|
CreateProjectStages$outboundSchema = objectType({
|
|
80594
80616
|
targetPercentage: numberType(),
|
|
80595
80617
|
requireApproval: booleanType().optional(),
|
|
80596
|
-
duration: numberType().optional()
|
|
80618
|
+
duration: numberType().optional(),
|
|
80619
|
+
linearShift: booleanType().optional()
|
|
80597
80620
|
});
|
|
80598
80621
|
((CreateProjectStages$) => {
|
|
80599
80622
|
CreateProjectStages$.inboundSchema = CreateProjectStages$inboundSchema;
|
|
@@ -82692,10 +82715,10 @@ var init_createprojectenvop = __esm(() => {
|
|
|
82692
82715
|
};
|
|
82693
82716
|
CreateProjectEnvCreatedType = {
|
|
82694
82717
|
System: "system",
|
|
82718
|
+
Secret: "secret",
|
|
82695
82719
|
Encrypted: "encrypted",
|
|
82696
82720
|
Plain: "plain",
|
|
82697
|
-
Sensitive: "sensitive"
|
|
82698
|
-
Secret: "secret"
|
|
82721
|
+
Sensitive: "sensitive"
|
|
82699
82722
|
};
|
|
82700
82723
|
CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type = {
|
|
82701
82724
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -82757,10 +82780,10 @@ var init_createprojectenvop = __esm(() => {
|
|
|
82757
82780
|
};
|
|
82758
82781
|
CreatedType = {
|
|
82759
82782
|
System: "system",
|
|
82783
|
+
Secret: "secret",
|
|
82760
82784
|
Encrypted: "encrypted",
|
|
82761
82785
|
Plain: "plain",
|
|
82762
|
-
Sensitive: "sensitive"
|
|
82763
|
-
Secret: "secret"
|
|
82786
|
+
Sensitive: "sensitive"
|
|
82764
82787
|
};
|
|
82765
82788
|
CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type = {
|
|
82766
82789
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -84516,10 +84539,10 @@ var init_editprojectenvop = __esm(() => {
|
|
|
84516
84539
|
};
|
|
84517
84540
|
EditProjectEnvResponseBodyType = {
|
|
84518
84541
|
System: "system",
|
|
84542
|
+
Secret: "secret",
|
|
84519
84543
|
Encrypted: "encrypted",
|
|
84520
84544
|
Plain: "plain",
|
|
84521
|
-
Sensitive: "sensitive"
|
|
84522
|
-
Secret: "secret"
|
|
84545
|
+
Sensitive: "sensitive"
|
|
84523
84546
|
};
|
|
84524
84547
|
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type = {
|
|
84525
84548
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -89310,6 +89333,7 @@ var init_getprojectsop = __esm(() => {
|
|
|
89310
89333
|
Nitro: "nitro",
|
|
89311
89334
|
Hono: "hono",
|
|
89312
89335
|
Express: "express",
|
|
89336
|
+
H3: "h3",
|
|
89313
89337
|
Xmcp: "xmcp"
|
|
89314
89338
|
};
|
|
89315
89339
|
GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsLatestDeploymentsType = {
|
|
@@ -90970,12 +90994,14 @@ var init_getprojectsop = __esm(() => {
|
|
|
90970
90994
|
GetProjectsStages$inboundSchema = objectType({
|
|
90971
90995
|
targetPercentage: numberType(),
|
|
90972
90996
|
requireApproval: booleanType().optional(),
|
|
90973
|
-
duration: numberType().optional()
|
|
90997
|
+
duration: numberType().optional(),
|
|
90998
|
+
linearShift: booleanType().optional()
|
|
90974
90999
|
});
|
|
90975
91000
|
GetProjectsStages$outboundSchema = objectType({
|
|
90976
91001
|
targetPercentage: numberType(),
|
|
90977
91002
|
requireApproval: booleanType().optional(),
|
|
90978
|
-
duration: numberType().optional()
|
|
91003
|
+
duration: numberType().optional(),
|
|
91004
|
+
linearShift: booleanType().optional()
|
|
90979
91005
|
});
|
|
90980
91006
|
((GetProjectsStages$) => {
|
|
90981
91007
|
GetProjectsStages$.inboundSchema = GetProjectsStages$inboundSchema;
|
|
@@ -93743,10 +93769,10 @@ var init_removeprojectenvop = __esm(() => {
|
|
|
93743
93769
|
};
|
|
93744
93770
|
RemoveProjectEnvResponseBodyProjectsResponseType = {
|
|
93745
93771
|
System: "system",
|
|
93772
|
+
Secret: "secret",
|
|
93746
93773
|
Encrypted: "encrypted",
|
|
93747
93774
|
Plain: "plain",
|
|
93748
|
-
Sensitive: "sensitive"
|
|
93749
|
-
Secret: "secret"
|
|
93775
|
+
Sensitive: "sensitive"
|
|
93750
93776
|
};
|
|
93751
93777
|
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type = {
|
|
93752
93778
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -93808,10 +93834,10 @@ var init_removeprojectenvop = __esm(() => {
|
|
|
93808
93834
|
};
|
|
93809
93835
|
RemoveProjectEnvResponseBodyProjectsType = {
|
|
93810
93836
|
System: "system",
|
|
93837
|
+
Secret: "secret",
|
|
93811
93838
|
Encrypted: "encrypted",
|
|
93812
93839
|
Plain: "plain",
|
|
93813
|
-
Sensitive: "sensitive"
|
|
93814
|
-
Secret: "secret"
|
|
93840
|
+
Sensitive: "sensitive"
|
|
93815
93841
|
};
|
|
93816
93842
|
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type = {
|
|
93817
93843
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -93873,10 +93899,10 @@ var init_removeprojectenvop = __esm(() => {
|
|
|
93873
93899
|
};
|
|
93874
93900
|
RemoveProjectEnvResponseBodyType = {
|
|
93875
93901
|
System: "system",
|
|
93902
|
+
Secret: "secret",
|
|
93876
93903
|
Encrypted: "encrypted",
|
|
93877
93904
|
Plain: "plain",
|
|
93878
|
-
Sensitive: "sensitive"
|
|
93879
|
-
Secret: "secret"
|
|
93905
|
+
Sensitive: "sensitive"
|
|
93880
93906
|
};
|
|
93881
93907
|
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type = {
|
|
93882
93908
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -95757,6 +95783,7 @@ var init_updateprojectop = __esm(() => {
|
|
|
95757
95783
|
Nitro: "nitro",
|
|
95758
95784
|
Hono: "hono",
|
|
95759
95785
|
Express: "express",
|
|
95786
|
+
H3: "h3",
|
|
95760
95787
|
Xmcp: "xmcp"
|
|
95761
95788
|
};
|
|
95762
95789
|
UpdateProjectNodeVersion = {
|
|
@@ -95815,10 +95842,10 @@ var init_updateprojectop = __esm(() => {
|
|
|
95815
95842
|
};
|
|
95816
95843
|
UpdateProjectType = {
|
|
95817
95844
|
System: "system",
|
|
95845
|
+
Secret: "secret",
|
|
95818
95846
|
Encrypted: "encrypted",
|
|
95819
95847
|
Plain: "plain",
|
|
95820
|
-
Sensitive: "sensitive"
|
|
95821
|
-
Secret: "secret"
|
|
95848
|
+
Sensitive: "sensitive"
|
|
95822
95849
|
};
|
|
95823
95850
|
UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = {
|
|
95824
95851
|
FlagsConnectionString: "flags-connection-string"
|
|
@@ -95929,6 +95956,7 @@ var init_updateprojectop = __esm(() => {
|
|
|
95929
95956
|
Nitro: "nitro",
|
|
95930
95957
|
Hono: "hono",
|
|
95931
95958
|
Express: "express",
|
|
95959
|
+
H3: "h3",
|
|
95932
95960
|
Xmcp: "xmcp"
|
|
95933
95961
|
};
|
|
95934
95962
|
UpdateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType = {
|
|
@@ -96012,8 +96040,8 @@ var init_updateprojectop = __esm(() => {
|
|
|
96012
96040
|
Turbo: "turbo"
|
|
96013
96041
|
};
|
|
96014
96042
|
UpdateProjectProjectsResponseDeploymentType = {
|
|
96015
|
-
Preview: "preview",
|
|
96016
96043
|
All: "all",
|
|
96044
|
+
Preview: "preview",
|
|
96017
96045
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
96018
96046
|
AllExceptCustomDomains: "all_except_custom_domains"
|
|
96019
96047
|
};
|
|
@@ -96072,18 +96100,18 @@ var init_updateprojectop = __esm(() => {
|
|
|
96072
96100
|
IntegrationAutomationBypass: "integration-automation-bypass"
|
|
96073
96101
|
};
|
|
96074
96102
|
UpdateProjectTrustedIpsProjectsDeploymentType = {
|
|
96075
|
-
Preview: "preview",
|
|
96076
|
-
Production: "production",
|
|
96077
96103
|
All: "all",
|
|
96104
|
+
Preview: "preview",
|
|
96078
96105
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
96079
|
-
AllExceptCustomDomains: "all_except_custom_domains"
|
|
96106
|
+
AllExceptCustomDomains: "all_except_custom_domains",
|
|
96107
|
+
Production: "production"
|
|
96080
96108
|
};
|
|
96081
96109
|
UpdateProjectTrustedIpsDeploymentType = {
|
|
96082
|
-
Preview: "preview",
|
|
96083
|
-
Production: "production",
|
|
96084
96110
|
All: "all",
|
|
96111
|
+
Preview: "preview",
|
|
96085
96112
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
96086
|
-
AllExceptCustomDomains: "all_except_custom_domains"
|
|
96113
|
+
AllExceptCustomDomains: "all_except_custom_domains",
|
|
96114
|
+
Production: "production"
|
|
96087
96115
|
};
|
|
96088
96116
|
UpdateProjectTrustedIpsProtectionMode = {
|
|
96089
96117
|
Additional: "additional",
|
|
@@ -97562,28 +97590,28 @@ var init_updateprojectop = __esm(() => {
|
|
|
97562
97590
|
})(UpdateProjectLinkProjectsDeployHooks$ ||= {});
|
|
97563
97591
|
UpdateProjectLink2$inboundSchema = objectType({
|
|
97564
97592
|
type: UpdateProjectLinkProjectsType$inboundSchema,
|
|
97565
|
-
repo: stringType().optional(),
|
|
97566
|
-
repoId: numberType().optional(),
|
|
97567
97593
|
updatedAt: numberType().optional(),
|
|
97568
97594
|
createdAt: numberType().optional(),
|
|
97595
|
+
repo: stringType().optional(),
|
|
97596
|
+
sourceless: booleanType().optional(),
|
|
97569
97597
|
org: stringType(),
|
|
97570
97598
|
repoOwnerId: numberType().optional(),
|
|
97599
|
+
repoId: numberType().optional(),
|
|
97571
97600
|
deployHooks: arrayType(lazyType(() => UpdateProjectLinkProjectsDeployHooks$inboundSchema)),
|
|
97572
97601
|
gitCredentialId: stringType(),
|
|
97573
|
-
sourceless: booleanType().optional(),
|
|
97574
97602
|
productionBranch: stringType()
|
|
97575
97603
|
});
|
|
97576
97604
|
UpdateProjectLink2$outboundSchema = objectType({
|
|
97577
97605
|
type: UpdateProjectLinkProjectsType$outboundSchema,
|
|
97578
|
-
repo: stringType().optional(),
|
|
97579
|
-
repoId: numberType().optional(),
|
|
97580
97606
|
updatedAt: numberType().optional(),
|
|
97581
97607
|
createdAt: numberType().optional(),
|
|
97608
|
+
repo: stringType().optional(),
|
|
97609
|
+
sourceless: booleanType().optional(),
|
|
97582
97610
|
org: stringType(),
|
|
97583
97611
|
repoOwnerId: numberType().optional(),
|
|
97612
|
+
repoId: numberType().optional(),
|
|
97584
97613
|
deployHooks: arrayType(lazyType(() => UpdateProjectLinkProjectsDeployHooks$outboundSchema)),
|
|
97585
97614
|
gitCredentialId: stringType(),
|
|
97586
|
-
sourceless: booleanType().optional(),
|
|
97587
97615
|
productionBranch: stringType()
|
|
97588
97616
|
});
|
|
97589
97617
|
((UpdateProjectLink2$) => {
|
|
@@ -97753,22 +97781,22 @@ var init_updateprojectop = __esm(() => {
|
|
|
97753
97781
|
UpdateProjectProjectsBuildMachineType$.outboundSchema = UpdateProjectProjectsBuildMachineType$outboundSchema;
|
|
97754
97782
|
})(UpdateProjectProjectsBuildMachineType$ ||= {});
|
|
97755
97783
|
UpdateProjectProjectsResourceConfig$inboundSchema = objectType({
|
|
97756
|
-
elasticConcurrencyEnabled: booleanType().optional(),
|
|
97757
97784
|
fluid: booleanType().optional(),
|
|
97758
97785
|
functionDefaultRegions: arrayType(stringType()),
|
|
97759
97786
|
functionDefaultTimeout: numberType().optional(),
|
|
97760
97787
|
functionDefaultMemoryType: UpdateProjectProjectsFunctionDefaultMemoryType$inboundSchema.optional(),
|
|
97761
97788
|
functionZeroConfigFailover: booleanType().optional(),
|
|
97789
|
+
elasticConcurrencyEnabled: booleanType().optional(),
|
|
97762
97790
|
buildMachineType: UpdateProjectProjectsBuildMachineType$inboundSchema.optional(),
|
|
97763
97791
|
isNSNBDisabled: booleanType().optional()
|
|
97764
97792
|
});
|
|
97765
97793
|
UpdateProjectProjectsResourceConfig$outboundSchema = objectType({
|
|
97766
|
-
elasticConcurrencyEnabled: booleanType().optional(),
|
|
97767
97794
|
fluid: booleanType().optional(),
|
|
97768
97795
|
functionDefaultRegions: arrayType(stringType()),
|
|
97769
97796
|
functionDefaultTimeout: numberType().optional(),
|
|
97770
97797
|
functionDefaultMemoryType: UpdateProjectProjectsFunctionDefaultMemoryType$outboundSchema.optional(),
|
|
97771
97798
|
functionZeroConfigFailover: booleanType().optional(),
|
|
97799
|
+
elasticConcurrencyEnabled: booleanType().optional(),
|
|
97772
97800
|
buildMachineType: UpdateProjectProjectsBuildMachineType$outboundSchema.optional(),
|
|
97773
97801
|
isNSNBDisabled: booleanType().optional()
|
|
97774
97802
|
});
|
|
@@ -97795,12 +97823,14 @@ var init_updateprojectop = __esm(() => {
|
|
|
97795
97823
|
UpdateProjectStages$inboundSchema = objectType({
|
|
97796
97824
|
targetPercentage: numberType(),
|
|
97797
97825
|
requireApproval: booleanType().optional(),
|
|
97798
|
-
duration: numberType().optional()
|
|
97826
|
+
duration: numberType().optional(),
|
|
97827
|
+
linearShift: booleanType().optional()
|
|
97799
97828
|
});
|
|
97800
97829
|
UpdateProjectStages$outboundSchema = objectType({
|
|
97801
97830
|
targetPercentage: numberType(),
|
|
97802
97831
|
requireApproval: booleanType().optional(),
|
|
97803
|
-
duration: numberType().optional()
|
|
97832
|
+
duration: numberType().optional(),
|
|
97833
|
+
linearShift: booleanType().optional()
|
|
97804
97834
|
});
|
|
97805
97835
|
((UpdateProjectStages$) => {
|
|
97806
97836
|
UpdateProjectStages$.inboundSchema = UpdateProjectStages$inboundSchema;
|
|
@@ -97833,22 +97863,22 @@ var init_updateprojectop = __esm(() => {
|
|
|
97833
97863
|
UpdateProjectProjectsResponseBuildMachineType$.outboundSchema = UpdateProjectProjectsResponseBuildMachineType$outboundSchema;
|
|
97834
97864
|
})(UpdateProjectProjectsResponseBuildMachineType$ ||= {});
|
|
97835
97865
|
UpdateProjectDefaultResourceConfig$inboundSchema = objectType({
|
|
97836
|
-
elasticConcurrencyEnabled: booleanType().optional(),
|
|
97837
97866
|
fluid: booleanType().optional(),
|
|
97838
97867
|
functionDefaultRegions: arrayType(stringType()),
|
|
97839
97868
|
functionDefaultTimeout: numberType().optional(),
|
|
97840
97869
|
functionDefaultMemoryType: UpdateProjectProjectsResponseFunctionDefaultMemoryType$inboundSchema.optional(),
|
|
97841
97870
|
functionZeroConfigFailover: booleanType().optional(),
|
|
97871
|
+
elasticConcurrencyEnabled: booleanType().optional(),
|
|
97842
97872
|
buildMachineType: UpdateProjectProjectsResponseBuildMachineType$inboundSchema.optional(),
|
|
97843
97873
|
isNSNBDisabled: booleanType().optional()
|
|
97844
97874
|
});
|
|
97845
97875
|
UpdateProjectDefaultResourceConfig$outboundSchema = objectType({
|
|
97846
|
-
elasticConcurrencyEnabled: booleanType().optional(),
|
|
97847
97876
|
fluid: booleanType().optional(),
|
|
97848
97877
|
functionDefaultRegions: arrayType(stringType()),
|
|
97849
97878
|
functionDefaultTimeout: numberType().optional(),
|
|
97850
97879
|
functionDefaultMemoryType: UpdateProjectProjectsResponseFunctionDefaultMemoryType$outboundSchema.optional(),
|
|
97851
97880
|
functionZeroConfigFailover: booleanType().optional(),
|
|
97881
|
+
elasticConcurrencyEnabled: booleanType().optional(),
|
|
97852
97882
|
buildMachineType: UpdateProjectProjectsResponseBuildMachineType$outboundSchema.optional(),
|
|
97853
97883
|
isNSNBDisabled: booleanType().optional()
|
|
97854
97884
|
});
|
|
@@ -98093,73 +98123,6 @@ var init_updateprojectop = __esm(() => {
|
|
|
98093
98123
|
UpdateProjectTargets$.outboundSchema = UpdateProjectTargets$outboundSchema;
|
|
98094
98124
|
})(UpdateProjectTargets$ ||= {});
|
|
98095
98125
|
UpdateProjectPermissions$inboundSchema = objectType({
|
|
98096
|
-
aliasProject: arrayType(ACLAction$inboundSchema).optional(),
|
|
98097
|
-
aliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
|
|
98098
|
-
buildMachine: arrayType(ACLAction$inboundSchema).optional(),
|
|
98099
|
-
productionAliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
|
|
98100
|
-
connectConfigurationLink: arrayType(ACLAction$inboundSchema).optional(),
|
|
98101
|
-
dataCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
|
|
98102
|
-
deployment: arrayType(ACLAction$inboundSchema).optional(),
|
|
98103
|
-
deploymentBuildLogs: arrayType(ACLAction$inboundSchema).optional(),
|
|
98104
|
-
deploymentCheck: arrayType(ACLAction$inboundSchema).optional(),
|
|
98105
|
-
deploymentCheckPreview: arrayType(ACLAction$inboundSchema).optional(),
|
|
98106
|
-
deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
|
|
98107
|
-
deploymentProductionGit: arrayType(ACLAction$inboundSchema).optional(),
|
|
98108
|
-
deploymentV0: arrayType(ACLAction$inboundSchema).optional(),
|
|
98109
|
-
deploymentPreview: arrayType(ACLAction$inboundSchema).optional(),
|
|
98110
|
-
deploymentPrivate: arrayType(ACLAction$inboundSchema).optional(),
|
|
98111
|
-
deploymentPromote: arrayType(ACLAction$inboundSchema).optional(),
|
|
98112
|
-
deploymentRollback: arrayType(ACLAction$inboundSchema).optional(),
|
|
98113
|
-
edgeCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
|
|
98114
|
-
environments: arrayType(ACLAction$inboundSchema).optional(),
|
|
98115
|
-
logs: arrayType(ACLAction$inboundSchema).optional(),
|
|
98116
|
-
logsPreset: arrayType(ACLAction$inboundSchema).optional(),
|
|
98117
|
-
passwordProtection: arrayType(ACLAction$inboundSchema).optional(),
|
|
98118
|
-
optionsAllowlist: arrayType(ACLAction$inboundSchema).optional(),
|
|
98119
|
-
job: arrayType(ACLAction$inboundSchema).optional(),
|
|
98120
|
-
observabilityData: arrayType(ACLAction$inboundSchema).optional(),
|
|
98121
|
-
onDemandBuild: arrayType(ACLAction$inboundSchema).optional(),
|
|
98122
|
-
onDemandConcurrency: arrayType(ACLAction$inboundSchema).optional(),
|
|
98123
|
-
project: arrayType(ACLAction$inboundSchema).optional(),
|
|
98124
|
-
projectFromV0: arrayType(ACLAction$inboundSchema).optional(),
|
|
98125
|
-
projectAccessGroup: arrayType(ACLAction$inboundSchema).optional(),
|
|
98126
|
-
projectAnalyticsSampling: arrayType(ACLAction$inboundSchema).optional(),
|
|
98127
|
-
projectCheck: arrayType(ACLAction$inboundSchema).optional(),
|
|
98128
|
-
projectCheckRun: arrayType(ACLAction$inboundSchema).optional(),
|
|
98129
|
-
projectDeploymentHook: arrayType(ACLAction$inboundSchema).optional(),
|
|
98130
|
-
projectDomain: arrayType(ACLAction$inboundSchema).optional(),
|
|
98131
|
-
projectDomainMove: arrayType(ACLAction$inboundSchema).optional(),
|
|
98132
|
-
projectDomainCheckConfig: arrayType(ACLAction$inboundSchema).optional(),
|
|
98133
|
-
projectEnvVars: arrayType(ACLAction$inboundSchema).optional(),
|
|
98134
|
-
projectEnvVarsProduction: arrayType(ACLAction$inboundSchema).optional(),
|
|
98135
|
-
projectEnvVarsUnownedByIntegration: arrayType(ACLAction$inboundSchema).optional(),
|
|
98136
|
-
projectFlags: arrayType(ACLAction$inboundSchema).optional(),
|
|
98137
|
-
projectId: arrayType(ACLAction$inboundSchema).optional(),
|
|
98138
|
-
projectIntegrationConfiguration: arrayType(ACLAction$inboundSchema).optional(),
|
|
98139
|
-
projectLink: arrayType(ACLAction$inboundSchema).optional(),
|
|
98140
|
-
projectMember: arrayType(ACLAction$inboundSchema).optional(),
|
|
98141
|
-
projectMonitoring: arrayType(ACLAction$inboundSchema).optional(),
|
|
98142
|
-
projectPermissions: arrayType(ACLAction$inboundSchema).optional(),
|
|
98143
|
-
projectProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
|
|
98144
|
-
projectTransfer: arrayType(ACLAction$inboundSchema).optional(),
|
|
98145
|
-
projectTransferOut: arrayType(ACLAction$inboundSchema).optional(),
|
|
98146
|
-
projectProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
|
|
98147
|
-
projectUsage: arrayType(ACLAction$inboundSchema).optional(),
|
|
98148
|
-
projectAnalyticsUsage: arrayType(ACLAction$inboundSchema).optional(),
|
|
98149
|
-
projectSupportCase: arrayType(ACLAction$inboundSchema).optional(),
|
|
98150
|
-
projectSupportCaseComment: arrayType(ACLAction$inboundSchema).optional(),
|
|
98151
|
-
projectDeploymentExpiration: arrayType(ACLAction$inboundSchema).optional(),
|
|
98152
|
-
projectRollingRelease: arrayType(ACLAction$inboundSchema).optional(),
|
|
98153
|
-
projectTier: arrayType(ACLAction$inboundSchema).optional(),
|
|
98154
|
-
projectOIDCToken: arrayType(ACLAction$inboundSchema).optional(),
|
|
98155
|
-
seawallConfig: arrayType(ACLAction$inboundSchema).optional(),
|
|
98156
|
-
skewProtection: arrayType(ACLAction$inboundSchema).optional(),
|
|
98157
|
-
analytics: arrayType(ACLAction$inboundSchema).optional(),
|
|
98158
|
-
trustedIps: arrayType(ACLAction$inboundSchema).optional(),
|
|
98159
|
-
v0Chat: arrayType(ACLAction$inboundSchema).optional(),
|
|
98160
|
-
webAnalytics: arrayType(ACLAction$inboundSchema).optional(),
|
|
98161
|
-
sharedEnvVarConnection: arrayType(ACLAction$inboundSchema).optional(),
|
|
98162
|
-
sonar: arrayType(ACLAction$inboundSchema).optional(),
|
|
98163
98126
|
oauth2Connection: arrayType(ACLAction$inboundSchema).optional(),
|
|
98164
98127
|
user: arrayType(ACLAction$inboundSchema).optional(),
|
|
98165
98128
|
userConnection: arrayType(ACLAction$inboundSchema).optional(),
|
|
@@ -98305,7 +98268,74 @@ var init_updateprojectop = __esm(() => {
|
|
|
98305
98268
|
vercelRun: arrayType(ACLAction$inboundSchema).optional(),
|
|
98306
98269
|
vercelRunExec: arrayType(ACLAction$inboundSchema).optional(),
|
|
98307
98270
|
apiKey: arrayType(ACLAction$inboundSchema).optional(),
|
|
98308
|
-
apiKeyOwnedBySelf: arrayType(ACLAction$inboundSchema).optional()
|
|
98271
|
+
apiKeyOwnedBySelf: arrayType(ACLAction$inboundSchema).optional(),
|
|
98272
|
+
aliasProject: arrayType(ACLAction$inboundSchema).optional(),
|
|
98273
|
+
aliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
|
|
98274
|
+
buildMachine: arrayType(ACLAction$inboundSchema).optional(),
|
|
98275
|
+
productionAliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
|
|
98276
|
+
connectConfigurationLink: arrayType(ACLAction$inboundSchema).optional(),
|
|
98277
|
+
dataCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
|
|
98278
|
+
deployment: arrayType(ACLAction$inboundSchema).optional(),
|
|
98279
|
+
deploymentBuildLogs: arrayType(ACLAction$inboundSchema).optional(),
|
|
98280
|
+
deploymentCheck: arrayType(ACLAction$inboundSchema).optional(),
|
|
98281
|
+
deploymentCheckPreview: arrayType(ACLAction$inboundSchema).optional(),
|
|
98282
|
+
deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
|
|
98283
|
+
deploymentProductionGit: arrayType(ACLAction$inboundSchema).optional(),
|
|
98284
|
+
deploymentV0: arrayType(ACLAction$inboundSchema).optional(),
|
|
98285
|
+
deploymentPreview: arrayType(ACLAction$inboundSchema).optional(),
|
|
98286
|
+
deploymentPrivate: arrayType(ACLAction$inboundSchema).optional(),
|
|
98287
|
+
deploymentPromote: arrayType(ACLAction$inboundSchema).optional(),
|
|
98288
|
+
deploymentRollback: arrayType(ACLAction$inboundSchema).optional(),
|
|
98289
|
+
edgeCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
|
|
98290
|
+
environments: arrayType(ACLAction$inboundSchema).optional(),
|
|
98291
|
+
logs: arrayType(ACLAction$inboundSchema).optional(),
|
|
98292
|
+
logsPreset: arrayType(ACLAction$inboundSchema).optional(),
|
|
98293
|
+
passwordProtection: arrayType(ACLAction$inboundSchema).optional(),
|
|
98294
|
+
optionsAllowlist: arrayType(ACLAction$inboundSchema).optional(),
|
|
98295
|
+
job: arrayType(ACLAction$inboundSchema).optional(),
|
|
98296
|
+
observabilityData: arrayType(ACLAction$inboundSchema).optional(),
|
|
98297
|
+
onDemandBuild: arrayType(ACLAction$inboundSchema).optional(),
|
|
98298
|
+
onDemandConcurrency: arrayType(ACLAction$inboundSchema).optional(),
|
|
98299
|
+
project: arrayType(ACLAction$inboundSchema).optional(),
|
|
98300
|
+
projectFromV0: arrayType(ACLAction$inboundSchema).optional(),
|
|
98301
|
+
projectAccessGroup: arrayType(ACLAction$inboundSchema).optional(),
|
|
98302
|
+
projectAnalyticsSampling: arrayType(ACLAction$inboundSchema).optional(),
|
|
98303
|
+
projectCheck: arrayType(ACLAction$inboundSchema).optional(),
|
|
98304
|
+
projectCheckRun: arrayType(ACLAction$inboundSchema).optional(),
|
|
98305
|
+
projectDeploymentHook: arrayType(ACLAction$inboundSchema).optional(),
|
|
98306
|
+
projectDomain: arrayType(ACLAction$inboundSchema).optional(),
|
|
98307
|
+
projectDomainMove: arrayType(ACLAction$inboundSchema).optional(),
|
|
98308
|
+
projectDomainCheckConfig: arrayType(ACLAction$inboundSchema).optional(),
|
|
98309
|
+
projectEnvVars: arrayType(ACLAction$inboundSchema).optional(),
|
|
98310
|
+
projectEnvVarsProduction: arrayType(ACLAction$inboundSchema).optional(),
|
|
98311
|
+
projectEnvVarsUnownedByIntegration: arrayType(ACLAction$inboundSchema).optional(),
|
|
98312
|
+
projectFlags: arrayType(ACLAction$inboundSchema).optional(),
|
|
98313
|
+
projectId: arrayType(ACLAction$inboundSchema).optional(),
|
|
98314
|
+
projectIntegrationConfiguration: arrayType(ACLAction$inboundSchema).optional(),
|
|
98315
|
+
projectLink: arrayType(ACLAction$inboundSchema).optional(),
|
|
98316
|
+
projectMember: arrayType(ACLAction$inboundSchema).optional(),
|
|
98317
|
+
projectMonitoring: arrayType(ACLAction$inboundSchema).optional(),
|
|
98318
|
+
projectPermissions: arrayType(ACLAction$inboundSchema).optional(),
|
|
98319
|
+
projectProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
|
|
98320
|
+
projectTransfer: arrayType(ACLAction$inboundSchema).optional(),
|
|
98321
|
+
projectTransferOut: arrayType(ACLAction$inboundSchema).optional(),
|
|
98322
|
+
projectProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
|
|
98323
|
+
projectUsage: arrayType(ACLAction$inboundSchema).optional(),
|
|
98324
|
+
projectAnalyticsUsage: arrayType(ACLAction$inboundSchema).optional(),
|
|
98325
|
+
projectSupportCase: arrayType(ACLAction$inboundSchema).optional(),
|
|
98326
|
+
projectSupportCaseComment: arrayType(ACLAction$inboundSchema).optional(),
|
|
98327
|
+
projectDeploymentExpiration: arrayType(ACLAction$inboundSchema).optional(),
|
|
98328
|
+
projectRollingRelease: arrayType(ACLAction$inboundSchema).optional(),
|
|
98329
|
+
projectTier: arrayType(ACLAction$inboundSchema).optional(),
|
|
98330
|
+
projectOIDCToken: arrayType(ACLAction$inboundSchema).optional(),
|
|
98331
|
+
seawallConfig: arrayType(ACLAction$inboundSchema).optional(),
|
|
98332
|
+
skewProtection: arrayType(ACLAction$inboundSchema).optional(),
|
|
98333
|
+
analytics: arrayType(ACLAction$inboundSchema).optional(),
|
|
98334
|
+
trustedIps: arrayType(ACLAction$inboundSchema).optional(),
|
|
98335
|
+
v0Chat: arrayType(ACLAction$inboundSchema).optional(),
|
|
98336
|
+
webAnalytics: arrayType(ACLAction$inboundSchema).optional(),
|
|
98337
|
+
sharedEnvVarConnection: arrayType(ACLAction$inboundSchema).optional(),
|
|
98338
|
+
sonar: arrayType(ACLAction$inboundSchema).optional()
|
|
98309
98339
|
}).transform((v2) => {
|
|
98310
98340
|
return remap(v2, {
|
|
98311
98341
|
Monitoring: "monitoring",
|
|
@@ -98314,73 +98344,6 @@ var init_updateprojectop = __esm(() => {
|
|
|
98314
98344
|
});
|
|
98315
98345
|
});
|
|
98316
98346
|
UpdateProjectPermissions$outboundSchema = objectType({
|
|
98317
|
-
aliasProject: arrayType(ACLAction$outboundSchema).optional(),
|
|
98318
|
-
aliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
|
|
98319
|
-
buildMachine: arrayType(ACLAction$outboundSchema).optional(),
|
|
98320
|
-
productionAliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
|
|
98321
|
-
connectConfigurationLink: arrayType(ACLAction$outboundSchema).optional(),
|
|
98322
|
-
dataCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
|
|
98323
|
-
deployment: arrayType(ACLAction$outboundSchema).optional(),
|
|
98324
|
-
deploymentBuildLogs: arrayType(ACLAction$outboundSchema).optional(),
|
|
98325
|
-
deploymentCheck: arrayType(ACLAction$outboundSchema).optional(),
|
|
98326
|
-
deploymentCheckPreview: arrayType(ACLAction$outboundSchema).optional(),
|
|
98327
|
-
deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
|
|
98328
|
-
deploymentProductionGit: arrayType(ACLAction$outboundSchema).optional(),
|
|
98329
|
-
deploymentV0: arrayType(ACLAction$outboundSchema).optional(),
|
|
98330
|
-
deploymentPreview: arrayType(ACLAction$outboundSchema).optional(),
|
|
98331
|
-
deploymentPrivate: arrayType(ACLAction$outboundSchema).optional(),
|
|
98332
|
-
deploymentPromote: arrayType(ACLAction$outboundSchema).optional(),
|
|
98333
|
-
deploymentRollback: arrayType(ACLAction$outboundSchema).optional(),
|
|
98334
|
-
edgeCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
|
|
98335
|
-
environments: arrayType(ACLAction$outboundSchema).optional(),
|
|
98336
|
-
logs: arrayType(ACLAction$outboundSchema).optional(),
|
|
98337
|
-
logsPreset: arrayType(ACLAction$outboundSchema).optional(),
|
|
98338
|
-
passwordProtection: arrayType(ACLAction$outboundSchema).optional(),
|
|
98339
|
-
optionsAllowlist: arrayType(ACLAction$outboundSchema).optional(),
|
|
98340
|
-
job: arrayType(ACLAction$outboundSchema).optional(),
|
|
98341
|
-
observabilityData: arrayType(ACLAction$outboundSchema).optional(),
|
|
98342
|
-
onDemandBuild: arrayType(ACLAction$outboundSchema).optional(),
|
|
98343
|
-
onDemandConcurrency: arrayType(ACLAction$outboundSchema).optional(),
|
|
98344
|
-
project: arrayType(ACLAction$outboundSchema).optional(),
|
|
98345
|
-
projectFromV0: arrayType(ACLAction$outboundSchema).optional(),
|
|
98346
|
-
projectAccessGroup: arrayType(ACLAction$outboundSchema).optional(),
|
|
98347
|
-
projectAnalyticsSampling: arrayType(ACLAction$outboundSchema).optional(),
|
|
98348
|
-
projectCheck: arrayType(ACLAction$outboundSchema).optional(),
|
|
98349
|
-
projectCheckRun: arrayType(ACLAction$outboundSchema).optional(),
|
|
98350
|
-
projectDeploymentHook: arrayType(ACLAction$outboundSchema).optional(),
|
|
98351
|
-
projectDomain: arrayType(ACLAction$outboundSchema).optional(),
|
|
98352
|
-
projectDomainMove: arrayType(ACLAction$outboundSchema).optional(),
|
|
98353
|
-
projectDomainCheckConfig: arrayType(ACLAction$outboundSchema).optional(),
|
|
98354
|
-
projectEnvVars: arrayType(ACLAction$outboundSchema).optional(),
|
|
98355
|
-
projectEnvVarsProduction: arrayType(ACLAction$outboundSchema).optional(),
|
|
98356
|
-
projectEnvVarsUnownedByIntegration: arrayType(ACLAction$outboundSchema).optional(),
|
|
98357
|
-
projectFlags: arrayType(ACLAction$outboundSchema).optional(),
|
|
98358
|
-
projectId: arrayType(ACLAction$outboundSchema).optional(),
|
|
98359
|
-
projectIntegrationConfiguration: arrayType(ACLAction$outboundSchema).optional(),
|
|
98360
|
-
projectLink: arrayType(ACLAction$outboundSchema).optional(),
|
|
98361
|
-
projectMember: arrayType(ACLAction$outboundSchema).optional(),
|
|
98362
|
-
projectMonitoring: arrayType(ACLAction$outboundSchema).optional(),
|
|
98363
|
-
projectPermissions: arrayType(ACLAction$outboundSchema).optional(),
|
|
98364
|
-
projectProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
|
|
98365
|
-
projectTransfer: arrayType(ACLAction$outboundSchema).optional(),
|
|
98366
|
-
projectTransferOut: arrayType(ACLAction$outboundSchema).optional(),
|
|
98367
|
-
projectProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
|
|
98368
|
-
projectUsage: arrayType(ACLAction$outboundSchema).optional(),
|
|
98369
|
-
projectAnalyticsUsage: arrayType(ACLAction$outboundSchema).optional(),
|
|
98370
|
-
projectSupportCase: arrayType(ACLAction$outboundSchema).optional(),
|
|
98371
|
-
projectSupportCaseComment: arrayType(ACLAction$outboundSchema).optional(),
|
|
98372
|
-
projectDeploymentExpiration: arrayType(ACLAction$outboundSchema).optional(),
|
|
98373
|
-
projectRollingRelease: arrayType(ACLAction$outboundSchema).optional(),
|
|
98374
|
-
projectTier: arrayType(ACLAction$outboundSchema).optional(),
|
|
98375
|
-
projectOIDCToken: arrayType(ACLAction$outboundSchema).optional(),
|
|
98376
|
-
seawallConfig: arrayType(ACLAction$outboundSchema).optional(),
|
|
98377
|
-
skewProtection: arrayType(ACLAction$outboundSchema).optional(),
|
|
98378
|
-
analytics: arrayType(ACLAction$outboundSchema).optional(),
|
|
98379
|
-
trustedIps: arrayType(ACLAction$outboundSchema).optional(),
|
|
98380
|
-
v0Chat: arrayType(ACLAction$outboundSchema).optional(),
|
|
98381
|
-
webAnalytics: arrayType(ACLAction$outboundSchema).optional(),
|
|
98382
|
-
sharedEnvVarConnection: arrayType(ACLAction$outboundSchema).optional(),
|
|
98383
|
-
sonar: arrayType(ACLAction$outboundSchema).optional(),
|
|
98384
98347
|
oauth2Connection: arrayType(ACLAction$outboundSchema).optional(),
|
|
98385
98348
|
user: arrayType(ACLAction$outboundSchema).optional(),
|
|
98386
98349
|
userConnection: arrayType(ACLAction$outboundSchema).optional(),
|
|
@@ -98526,7 +98489,74 @@ var init_updateprojectop = __esm(() => {
|
|
|
98526
98489
|
vercelRun: arrayType(ACLAction$outboundSchema).optional(),
|
|
98527
98490
|
vercelRunExec: arrayType(ACLAction$outboundSchema).optional(),
|
|
98528
98491
|
apiKey: arrayType(ACLAction$outboundSchema).optional(),
|
|
98529
|
-
apiKeyOwnedBySelf: arrayType(ACLAction$outboundSchema).optional()
|
|
98492
|
+
apiKeyOwnedBySelf: arrayType(ACLAction$outboundSchema).optional(),
|
|
98493
|
+
aliasProject: arrayType(ACLAction$outboundSchema).optional(),
|
|
98494
|
+
aliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
|
|
98495
|
+
buildMachine: arrayType(ACLAction$outboundSchema).optional(),
|
|
98496
|
+
productionAliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
|
|
98497
|
+
connectConfigurationLink: arrayType(ACLAction$outboundSchema).optional(),
|
|
98498
|
+
dataCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
|
|
98499
|
+
deployment: arrayType(ACLAction$outboundSchema).optional(),
|
|
98500
|
+
deploymentBuildLogs: arrayType(ACLAction$outboundSchema).optional(),
|
|
98501
|
+
deploymentCheck: arrayType(ACLAction$outboundSchema).optional(),
|
|
98502
|
+
deploymentCheckPreview: arrayType(ACLAction$outboundSchema).optional(),
|
|
98503
|
+
deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
|
|
98504
|
+
deploymentProductionGit: arrayType(ACLAction$outboundSchema).optional(),
|
|
98505
|
+
deploymentV0: arrayType(ACLAction$outboundSchema).optional(),
|
|
98506
|
+
deploymentPreview: arrayType(ACLAction$outboundSchema).optional(),
|
|
98507
|
+
deploymentPrivate: arrayType(ACLAction$outboundSchema).optional(),
|
|
98508
|
+
deploymentPromote: arrayType(ACLAction$outboundSchema).optional(),
|
|
98509
|
+
deploymentRollback: arrayType(ACLAction$outboundSchema).optional(),
|
|
98510
|
+
edgeCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
|
|
98511
|
+
environments: arrayType(ACLAction$outboundSchema).optional(),
|
|
98512
|
+
logs: arrayType(ACLAction$outboundSchema).optional(),
|
|
98513
|
+
logsPreset: arrayType(ACLAction$outboundSchema).optional(),
|
|
98514
|
+
passwordProtection: arrayType(ACLAction$outboundSchema).optional(),
|
|
98515
|
+
optionsAllowlist: arrayType(ACLAction$outboundSchema).optional(),
|
|
98516
|
+
job: arrayType(ACLAction$outboundSchema).optional(),
|
|
98517
|
+
observabilityData: arrayType(ACLAction$outboundSchema).optional(),
|
|
98518
|
+
onDemandBuild: arrayType(ACLAction$outboundSchema).optional(),
|
|
98519
|
+
onDemandConcurrency: arrayType(ACLAction$outboundSchema).optional(),
|
|
98520
|
+
project: arrayType(ACLAction$outboundSchema).optional(),
|
|
98521
|
+
projectFromV0: arrayType(ACLAction$outboundSchema).optional(),
|
|
98522
|
+
projectAccessGroup: arrayType(ACLAction$outboundSchema).optional(),
|
|
98523
|
+
projectAnalyticsSampling: arrayType(ACLAction$outboundSchema).optional(),
|
|
98524
|
+
projectCheck: arrayType(ACLAction$outboundSchema).optional(),
|
|
98525
|
+
projectCheckRun: arrayType(ACLAction$outboundSchema).optional(),
|
|
98526
|
+
projectDeploymentHook: arrayType(ACLAction$outboundSchema).optional(),
|
|
98527
|
+
projectDomain: arrayType(ACLAction$outboundSchema).optional(),
|
|
98528
|
+
projectDomainMove: arrayType(ACLAction$outboundSchema).optional(),
|
|
98529
|
+
projectDomainCheckConfig: arrayType(ACLAction$outboundSchema).optional(),
|
|
98530
|
+
projectEnvVars: arrayType(ACLAction$outboundSchema).optional(),
|
|
98531
|
+
projectEnvVarsProduction: arrayType(ACLAction$outboundSchema).optional(),
|
|
98532
|
+
projectEnvVarsUnownedByIntegration: arrayType(ACLAction$outboundSchema).optional(),
|
|
98533
|
+
projectFlags: arrayType(ACLAction$outboundSchema).optional(),
|
|
98534
|
+
projectId: arrayType(ACLAction$outboundSchema).optional(),
|
|
98535
|
+
projectIntegrationConfiguration: arrayType(ACLAction$outboundSchema).optional(),
|
|
98536
|
+
projectLink: arrayType(ACLAction$outboundSchema).optional(),
|
|
98537
|
+
projectMember: arrayType(ACLAction$outboundSchema).optional(),
|
|
98538
|
+
projectMonitoring: arrayType(ACLAction$outboundSchema).optional(),
|
|
98539
|
+
projectPermissions: arrayType(ACLAction$outboundSchema).optional(),
|
|
98540
|
+
projectProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
|
|
98541
|
+
projectTransfer: arrayType(ACLAction$outboundSchema).optional(),
|
|
98542
|
+
projectTransferOut: arrayType(ACLAction$outboundSchema).optional(),
|
|
98543
|
+
projectProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
|
|
98544
|
+
projectUsage: arrayType(ACLAction$outboundSchema).optional(),
|
|
98545
|
+
projectAnalyticsUsage: arrayType(ACLAction$outboundSchema).optional(),
|
|
98546
|
+
projectSupportCase: arrayType(ACLAction$outboundSchema).optional(),
|
|
98547
|
+
projectSupportCaseComment: arrayType(ACLAction$outboundSchema).optional(),
|
|
98548
|
+
projectDeploymentExpiration: arrayType(ACLAction$outboundSchema).optional(),
|
|
98549
|
+
projectRollingRelease: arrayType(ACLAction$outboundSchema).optional(),
|
|
98550
|
+
projectTier: arrayType(ACLAction$outboundSchema).optional(),
|
|
98551
|
+
projectOIDCToken: arrayType(ACLAction$outboundSchema).optional(),
|
|
98552
|
+
seawallConfig: arrayType(ACLAction$outboundSchema).optional(),
|
|
98553
|
+
skewProtection: arrayType(ACLAction$outboundSchema).optional(),
|
|
98554
|
+
analytics: arrayType(ACLAction$outboundSchema).optional(),
|
|
98555
|
+
trustedIps: arrayType(ACLAction$outboundSchema).optional(),
|
|
98556
|
+
v0Chat: arrayType(ACLAction$outboundSchema).optional(),
|
|
98557
|
+
webAnalytics: arrayType(ACLAction$outboundSchema).optional(),
|
|
98558
|
+
sharedEnvVarConnection: arrayType(ACLAction$outboundSchema).optional(),
|
|
98559
|
+
sonar: arrayType(ACLAction$outboundSchema).optional()
|
|
98530
98560
|
}).transform((v2) => {
|
|
98531
98561
|
return remap(v2, {
|
|
98532
98562
|
monitoring: "Monitoring",
|
|
@@ -99968,6 +99998,7 @@ var init_updateprojectdatacacheop = __esm(() => {
|
|
|
99968
99998
|
Nitro: "nitro",
|
|
99969
99999
|
Hono: "hono",
|
|
99970
100000
|
Express: "express",
|
|
100001
|
+
H3: "h3",
|
|
99971
100002
|
Xmcp: "xmcp"
|
|
99972
100003
|
};
|
|
99973
100004
|
UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType = {
|
|
@@ -101606,12 +101637,14 @@ var init_updateprojectdatacacheop = __esm(() => {
|
|
|
101606
101637
|
Stages$inboundSchema = objectType({
|
|
101607
101638
|
targetPercentage: numberType(),
|
|
101608
101639
|
requireApproval: booleanType().optional(),
|
|
101609
|
-
duration: numberType().optional()
|
|
101640
|
+
duration: numberType().optional(),
|
|
101641
|
+
linearShift: booleanType().optional()
|
|
101610
101642
|
});
|
|
101611
101643
|
Stages$outboundSchema = objectType({
|
|
101612
101644
|
targetPercentage: numberType(),
|
|
101613
101645
|
requireApproval: booleanType().optional(),
|
|
101614
|
-
duration: numberType().optional()
|
|
101646
|
+
duration: numberType().optional(),
|
|
101647
|
+
linearShift: booleanType().optional()
|
|
101615
101648
|
});
|
|
101616
101649
|
((Stages$) => {
|
|
101617
101650
|
Stages$.inboundSchema = Stages$inboundSchema;
|
|
@@ -104486,14 +104519,16 @@ var init_approverollingreleasestageop = __esm(() => {
|
|
|
104486
104519
|
isFinalStage: booleanType(),
|
|
104487
104520
|
targetPercentage: numberType(),
|
|
104488
104521
|
requireApproval: booleanType(),
|
|
104489
|
-
duration: nullableType(numberType())
|
|
104522
|
+
duration: nullableType(numberType()),
|
|
104523
|
+
linearShift: booleanType().optional()
|
|
104490
104524
|
});
|
|
104491
104525
|
ApproveRollingReleaseStageStages$outboundSchema = objectType({
|
|
104492
104526
|
index: numberType(),
|
|
104493
104527
|
isFinalStage: booleanType(),
|
|
104494
104528
|
targetPercentage: numberType(),
|
|
104495
104529
|
requireApproval: booleanType(),
|
|
104496
|
-
duration: nullableType(numberType())
|
|
104530
|
+
duration: nullableType(numberType()),
|
|
104531
|
+
linearShift: booleanType().optional()
|
|
104497
104532
|
});
|
|
104498
104533
|
((ApproveRollingReleaseStageStages$) => {
|
|
104499
104534
|
ApproveRollingReleaseStageStages$.inboundSchema = ApproveRollingReleaseStageStages$inboundSchema;
|
|
@@ -104504,14 +104539,16 @@ var init_approverollingreleasestageop = __esm(() => {
|
|
|
104504
104539
|
isFinalStage: booleanType(),
|
|
104505
104540
|
targetPercentage: numberType(),
|
|
104506
104541
|
requireApproval: booleanType(),
|
|
104507
|
-
duration: nullableType(numberType())
|
|
104542
|
+
duration: nullableType(numberType()),
|
|
104543
|
+
linearShift: booleanType().optional()
|
|
104508
104544
|
});
|
|
104509
104545
|
ApproveRollingReleaseStageActiveStage$outboundSchema = objectType({
|
|
104510
104546
|
index: numberType(),
|
|
104511
104547
|
isFinalStage: booleanType(),
|
|
104512
104548
|
targetPercentage: numberType(),
|
|
104513
104549
|
requireApproval: booleanType(),
|
|
104514
|
-
duration: nullableType(numberType())
|
|
104550
|
+
duration: nullableType(numberType()),
|
|
104551
|
+
linearShift: booleanType().optional()
|
|
104515
104552
|
});
|
|
104516
104553
|
((ApproveRollingReleaseStageActiveStage$) => {
|
|
104517
104554
|
ApproveRollingReleaseStageActiveStage$.inboundSchema = ApproveRollingReleaseStageActiveStage$inboundSchema;
|
|
@@ -104522,14 +104559,16 @@ var init_approverollingreleasestageop = __esm(() => {
|
|
|
104522
104559
|
isFinalStage: booleanType(),
|
|
104523
104560
|
targetPercentage: numberType(),
|
|
104524
104561
|
requireApproval: booleanType(),
|
|
104525
|
-
duration: nullableType(numberType())
|
|
104562
|
+
duration: nullableType(numberType()),
|
|
104563
|
+
linearShift: booleanType().optional()
|
|
104526
104564
|
});
|
|
104527
104565
|
ApproveRollingReleaseStageNextStage$outboundSchema = objectType({
|
|
104528
104566
|
index: numberType(),
|
|
104529
104567
|
isFinalStage: booleanType(),
|
|
104530
104568
|
targetPercentage: numberType(),
|
|
104531
104569
|
requireApproval: booleanType(),
|
|
104532
|
-
duration: nullableType(numberType())
|
|
104570
|
+
duration: nullableType(numberType()),
|
|
104571
|
+
linearShift: booleanType().optional()
|
|
104533
104572
|
});
|
|
104534
104573
|
((ApproveRollingReleaseStageNextStage$) => {
|
|
104535
104574
|
ApproveRollingReleaseStageNextStage$.inboundSchema = ApproveRollingReleaseStageNextStage$inboundSchema;
|
|
@@ -104884,14 +104923,16 @@ var init_completerollingreleaseop = __esm(() => {
|
|
|
104884
104923
|
isFinalStage: booleanType(),
|
|
104885
104924
|
targetPercentage: numberType(),
|
|
104886
104925
|
requireApproval: booleanType(),
|
|
104887
|
-
duration: nullableType(numberType())
|
|
104926
|
+
duration: nullableType(numberType()),
|
|
104927
|
+
linearShift: booleanType().optional()
|
|
104888
104928
|
});
|
|
104889
104929
|
CompleteRollingReleaseStages$outboundSchema = objectType({
|
|
104890
104930
|
index: numberType(),
|
|
104891
104931
|
isFinalStage: booleanType(),
|
|
104892
104932
|
targetPercentage: numberType(),
|
|
104893
104933
|
requireApproval: booleanType(),
|
|
104894
|
-
duration: nullableType(numberType())
|
|
104934
|
+
duration: nullableType(numberType()),
|
|
104935
|
+
linearShift: booleanType().optional()
|
|
104895
104936
|
});
|
|
104896
104937
|
((CompleteRollingReleaseStages$) => {
|
|
104897
104938
|
CompleteRollingReleaseStages$.inboundSchema = CompleteRollingReleaseStages$inboundSchema;
|
|
@@ -104902,14 +104943,16 @@ var init_completerollingreleaseop = __esm(() => {
|
|
|
104902
104943
|
isFinalStage: booleanType(),
|
|
104903
104944
|
targetPercentage: numberType(),
|
|
104904
104945
|
requireApproval: booleanType(),
|
|
104905
|
-
duration: nullableType(numberType())
|
|
104946
|
+
duration: nullableType(numberType()),
|
|
104947
|
+
linearShift: booleanType().optional()
|
|
104906
104948
|
});
|
|
104907
104949
|
CompleteRollingReleaseActiveStage$outboundSchema = objectType({
|
|
104908
104950
|
index: numberType(),
|
|
104909
104951
|
isFinalStage: booleanType(),
|
|
104910
104952
|
targetPercentage: numberType(),
|
|
104911
104953
|
requireApproval: booleanType(),
|
|
104912
|
-
duration: nullableType(numberType())
|
|
104954
|
+
duration: nullableType(numberType()),
|
|
104955
|
+
linearShift: booleanType().optional()
|
|
104913
104956
|
});
|
|
104914
104957
|
((CompleteRollingReleaseActiveStage$) => {
|
|
104915
104958
|
CompleteRollingReleaseActiveStage$.inboundSchema = CompleteRollingReleaseActiveStage$inboundSchema;
|
|
@@ -104920,14 +104963,16 @@ var init_completerollingreleaseop = __esm(() => {
|
|
|
104920
104963
|
isFinalStage: booleanType(),
|
|
104921
104964
|
targetPercentage: numberType(),
|
|
104922
104965
|
requireApproval: booleanType(),
|
|
104923
|
-
duration: nullableType(numberType())
|
|
104966
|
+
duration: nullableType(numberType()),
|
|
104967
|
+
linearShift: booleanType().optional()
|
|
104924
104968
|
});
|
|
104925
104969
|
CompleteRollingReleaseNextStage$outboundSchema = objectType({
|
|
104926
104970
|
index: numberType(),
|
|
104927
104971
|
isFinalStage: booleanType(),
|
|
104928
104972
|
targetPercentage: numberType(),
|
|
104929
104973
|
requireApproval: booleanType(),
|
|
104930
|
-
duration: nullableType(numberType())
|
|
104974
|
+
duration: nullableType(numberType()),
|
|
104975
|
+
linearShift: booleanType().optional()
|
|
104931
104976
|
});
|
|
104932
104977
|
((CompleteRollingReleaseNextStage$) => {
|
|
104933
104978
|
CompleteRollingReleaseNextStage$.inboundSchema = CompleteRollingReleaseNextStage$inboundSchema;
|
|
@@ -105419,14 +105464,16 @@ var init_getrollingreleaseop = __esm(() => {
|
|
|
105419
105464
|
isFinalStage: booleanType(),
|
|
105420
105465
|
targetPercentage: numberType(),
|
|
105421
105466
|
requireApproval: booleanType(),
|
|
105422
|
-
duration: nullableType(numberType())
|
|
105467
|
+
duration: nullableType(numberType()),
|
|
105468
|
+
linearShift: booleanType().optional()
|
|
105423
105469
|
});
|
|
105424
105470
|
GetRollingReleaseStages$outboundSchema = objectType({
|
|
105425
105471
|
index: numberType(),
|
|
105426
105472
|
isFinalStage: booleanType(),
|
|
105427
105473
|
targetPercentage: numberType(),
|
|
105428
105474
|
requireApproval: booleanType(),
|
|
105429
|
-
duration: nullableType(numberType())
|
|
105475
|
+
duration: nullableType(numberType()),
|
|
105476
|
+
linearShift: booleanType().optional()
|
|
105430
105477
|
});
|
|
105431
105478
|
((GetRollingReleaseStages$) => {
|
|
105432
105479
|
GetRollingReleaseStages$.inboundSchema = GetRollingReleaseStages$inboundSchema;
|
|
@@ -105437,14 +105484,16 @@ var init_getrollingreleaseop = __esm(() => {
|
|
|
105437
105484
|
isFinalStage: booleanType(),
|
|
105438
105485
|
targetPercentage: numberType(),
|
|
105439
105486
|
requireApproval: booleanType(),
|
|
105440
|
-
duration: nullableType(numberType())
|
|
105487
|
+
duration: nullableType(numberType()),
|
|
105488
|
+
linearShift: booleanType().optional()
|
|
105441
105489
|
});
|
|
105442
105490
|
ActiveStage$outboundSchema = objectType({
|
|
105443
105491
|
index: numberType(),
|
|
105444
105492
|
isFinalStage: booleanType(),
|
|
105445
105493
|
targetPercentage: numberType(),
|
|
105446
105494
|
requireApproval: booleanType(),
|
|
105447
|
-
duration: nullableType(numberType())
|
|
105495
|
+
duration: nullableType(numberType()),
|
|
105496
|
+
linearShift: booleanType().optional()
|
|
105448
105497
|
});
|
|
105449
105498
|
((ActiveStage$) => {
|
|
105450
105499
|
ActiveStage$.inboundSchema = ActiveStage$inboundSchema;
|
|
@@ -105455,14 +105504,16 @@ var init_getrollingreleaseop = __esm(() => {
|
|
|
105455
105504
|
isFinalStage: booleanType(),
|
|
105456
105505
|
targetPercentage: numberType(),
|
|
105457
105506
|
requireApproval: booleanType(),
|
|
105458
|
-
duration: nullableType(numberType())
|
|
105507
|
+
duration: nullableType(numberType()),
|
|
105508
|
+
linearShift: booleanType().optional()
|
|
105459
105509
|
});
|
|
105460
105510
|
NextStage$outboundSchema = objectType({
|
|
105461
105511
|
index: numberType(),
|
|
105462
105512
|
isFinalStage: booleanType(),
|
|
105463
105513
|
targetPercentage: numberType(),
|
|
105464
105514
|
requireApproval: booleanType(),
|
|
105465
|
-
duration: nullableType(numberType())
|
|
105515
|
+
duration: nullableType(numberType()),
|
|
105516
|
+
linearShift: booleanType().optional()
|
|
105466
105517
|
});
|
|
105467
105518
|
((NextStage$) => {
|
|
105468
105519
|
NextStage$.inboundSchema = NextStage$inboundSchema;
|
|
@@ -105899,12 +105950,14 @@ var init_getrollingreleaseconfigop = __esm(() => {
|
|
|
105899
105950
|
GetRollingReleaseConfigStages$inboundSchema = objectType({
|
|
105900
105951
|
targetPercentage: numberType(),
|
|
105901
105952
|
requireApproval: booleanType().optional(),
|
|
105902
|
-
duration: numberType().optional()
|
|
105953
|
+
duration: numberType().optional(),
|
|
105954
|
+
linearShift: booleanType().optional()
|
|
105903
105955
|
});
|
|
105904
105956
|
GetRollingReleaseConfigStages$outboundSchema = objectType({
|
|
105905
105957
|
targetPercentage: numberType(),
|
|
105906
105958
|
requireApproval: booleanType().optional(),
|
|
105907
|
-
duration: numberType().optional()
|
|
105959
|
+
duration: numberType().optional(),
|
|
105960
|
+
linearShift: booleanType().optional()
|
|
105908
105961
|
});
|
|
105909
105962
|
((GetRollingReleaseConfigStages$) => {
|
|
105910
105963
|
GetRollingReleaseConfigStages$.inboundSchema = GetRollingReleaseConfigStages$inboundSchema;
|
|
@@ -106072,12 +106125,14 @@ var init_updaterollingreleaseconfigop = __esm(() => {
|
|
|
106072
106125
|
ResponseBodyStages$inboundSchema = objectType({
|
|
106073
106126
|
targetPercentage: numberType(),
|
|
106074
106127
|
requireApproval: booleanType().optional(),
|
|
106075
|
-
duration: numberType().optional()
|
|
106128
|
+
duration: numberType().optional(),
|
|
106129
|
+
linearShift: booleanType().optional()
|
|
106076
106130
|
});
|
|
106077
106131
|
ResponseBodyStages$outboundSchema = objectType({
|
|
106078
106132
|
targetPercentage: numberType(),
|
|
106079
106133
|
requireApproval: booleanType().optional(),
|
|
106080
|
-
duration: numberType().optional()
|
|
106134
|
+
duration: numberType().optional(),
|
|
106135
|
+
linearShift: booleanType().optional()
|
|
106081
106136
|
});
|
|
106082
106137
|
((ResponseBodyStages$) => {
|
|
106083
106138
|
ResponseBodyStages$.inboundSchema = ResponseBodyStages$inboundSchema;
|
|
@@ -123786,6 +123841,7 @@ var init_getwebhooksop = __esm(() => {
|
|
|
123786
123841
|
Nitro: "nitro",
|
|
123787
123842
|
Hono: "hono",
|
|
123788
123843
|
Express: "express",
|
|
123844
|
+
H3: "h3",
|
|
123789
123845
|
Xmcp: "xmcp"
|
|
123790
123846
|
};
|
|
123791
123847
|
ResponseBodyEvents = {
|
|
@@ -124083,7 +124139,7 @@ Get a list of webhooks`,
|
|
|
124083
124139
|
function createMCPServer(deps) {
|
|
124084
124140
|
const server = new McpServer({
|
|
124085
124141
|
name: "Vercel",
|
|
124086
|
-
version: "1.11.
|
|
124142
|
+
version: "1.11.4"
|
|
124087
124143
|
});
|
|
124088
124144
|
const client = new VercelCore({
|
|
124089
124145
|
bearerToken: deps.bearerToken,
|
|
@@ -124097,7 +124153,6 @@ function createMCPServer(deps) {
|
|
|
124097
124153
|
const resourceTemplate = createRegisterResourceTemplate(deps.logger, server, client, scopes);
|
|
124098
124154
|
const prompt = createRegisterPrompt(deps.logger, server, client, scopes);
|
|
124099
124155
|
const register = { tool, resource, resourceTemplate, prompt };
|
|
124100
|
-
tool(tool$getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans);
|
|
124101
124156
|
tool(tool$accessGroupsReadAccessGroup);
|
|
124102
124157
|
tool(tool$accessGroupsUpdateAccessGroup);
|
|
124103
124158
|
tool(tool$accessGroupsDeleteAccessGroup);
|
|
@@ -124154,6 +124209,7 @@ function createMCPServer(deps) {
|
|
|
124154
124209
|
tool(tool$deploymentsGetDeploymentFileContents);
|
|
124155
124210
|
tool(tool$deploymentsGetDeployments);
|
|
124156
124211
|
tool(tool$deploymentsDeleteDeployment);
|
|
124212
|
+
tool(tool$integrationsGetBillingPlans);
|
|
124157
124213
|
tool(tool$integrationsConnectIntegrationResourceToProject);
|
|
124158
124214
|
tool(tool$integrationsGetConfigurations);
|
|
124159
124215
|
tool(tool$integrationsGetConfiguration);
|
|
@@ -124361,10 +124417,10 @@ var init_server2 = __esm(() => {
|
|
|
124361
124417
|
init_environmentGetV9ProjectsIdOrNameCustomEnvironments2();
|
|
124362
124418
|
init_environmentRemoveCustomEnvironment2();
|
|
124363
124419
|
init_environmentUpdateCustomEnvironment2();
|
|
124364
|
-
init_getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans2();
|
|
124365
124420
|
init_integrationsConnectIntegrationResourceToProject2();
|
|
124366
124421
|
init_integrationsCreateIntegrationStoreDirect2();
|
|
124367
124422
|
init_integrationsDeleteConfiguration2();
|
|
124423
|
+
init_integrationsGetBillingPlans2();
|
|
124368
124424
|
init_integrationsGetConfiguration2();
|
|
124369
124425
|
init_integrationsGetConfigurationProducts2();
|
|
124370
124426
|
init_integrationsGetConfigurations2();
|
|
@@ -125628,7 +125684,7 @@ var routes = an({
|
|
|
125628
125684
|
var app = He(routes, {
|
|
125629
125685
|
name: "mcp",
|
|
125630
125686
|
versionInfo: {
|
|
125631
|
-
currentVersion: "1.11.
|
|
125687
|
+
currentVersion: "1.11.4"
|
|
125632
125688
|
}
|
|
125633
125689
|
});
|
|
125634
125690
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -125636,5 +125692,5 @@ export {
|
|
|
125636
125692
|
app
|
|
125637
125693
|
};
|
|
125638
125694
|
|
|
125639
|
-
//# debugId=
|
|
125695
|
+
//# debugId=5BBDA5836AC7A79564756E2164756E21
|
|
125640
125696
|
//# sourceMappingURL=mcp-server.js.map
|