@distilled.cloud/vercel 0.0.0 → 1.0.0-rc.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/lib/credentials.d.ts +21 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +40 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +80 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +50 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +15 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +15 -0
- package/lib/index.js.map +1 -0
- package/lib/protocol.d.ts +18 -0
- package/lib/protocol.d.ts.map +1 -0
- package/lib/protocol.js +69 -0
- package/lib/protocol.js.map +1 -0
- package/lib/retry.d.ts +54 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +47 -0
- package/lib/retry.js.map +1 -0
- package/lib/services/access_groups.d.ts +459 -0
- package/lib/services/access_groups.d.ts.map +1 -0
- package/lib/services/access_groups.js +453 -0
- package/lib/services/access_groups.js.map +1 -0
- package/lib/services/ai_gateway.d.ts +124 -0
- package/lib/services/ai_gateway.d.ts.map +1 -0
- package/lib/services/ai_gateway.js +126 -0
- package/lib/services/ai_gateway.js.map +1 -0
- package/lib/services/aliases.d.ts +591 -0
- package/lib/services/aliases.d.ts.map +1 -0
- package/lib/services/aliases.js +508 -0
- package/lib/services/aliases.js.map +1 -0
- package/lib/services/artifacts.d.ts +228 -0
- package/lib/services/artifacts.d.ts.map +1 -0
- package/lib/services/artifacts.js +216 -0
- package/lib/services/artifacts.js.map +1 -0
- package/lib/services/authentication.d.ts +373 -0
- package/lib/services/authentication.d.ts.map +1 -0
- package/lib/services/authentication.js +310 -0
- package/lib/services/authentication.js.map +1 -0
- package/lib/services/billing.d.ts +792 -0
- package/lib/services/billing.d.ts.map +1 -0
- package/lib/services/billing.js +616 -0
- package/lib/services/billing.js.map +1 -0
- package/lib/services/bulk_redirects.d.ts +308 -0
- package/lib/services/bulk_redirects.d.ts.map +1 -0
- package/lib/services/bulk_redirects.js +306 -0
- package/lib/services/bulk_redirects.js.map +1 -0
- package/lib/services/certs.d.ts +171 -0
- package/lib/services/certs.d.ts.map +1 -0
- package/lib/services/certs.js +165 -0
- package/lib/services/certs.js.map +1 -0
- package/lib/services/checks_v2.d.ts +1162 -0
- package/lib/services/checks_v2.d.ts.map +1 -0
- package/lib/services/checks_v2.js +1252 -0
- package/lib/services/checks_v2.js.map +1 -0
- package/lib/services/connect.d.ts +1034 -0
- package/lib/services/connect.d.ts.map +1 -0
- package/lib/services/connect.js +993 -0
- package/lib/services/connect.js.map +1 -0
- package/lib/services/deployments.d.ts +9111 -0
- package/lib/services/deployments.d.ts.map +1 -0
- package/lib/services/deployments.js +8664 -0
- package/lib/services/deployments.js.map +1 -0
- package/lib/services/dns.d.ts +279 -0
- package/lib/services/dns.d.ts.map +1 -0
- package/lib/services/dns.js +282 -0
- package/lib/services/dns.js.map +1 -0
- package/lib/services/domains.d.ts +539 -0
- package/lib/services/domains.d.ts.map +1 -0
- package/lib/services/domains.js +464 -0
- package/lib/services/domains.js.map +1 -0
- package/lib/services/domains_registrar.d.ts +798 -0
- package/lib/services/domains_registrar.d.ts.map +1 -0
- package/lib/services/domains_registrar.js +968 -0
- package/lib/services/domains_registrar.js.map +1 -0
- package/lib/services/drains.d.ts +2263 -0
- package/lib/services/drains.d.ts.map +1 -0
- package/lib/services/drains.js +2406 -0
- package/lib/services/drains.js.map +1 -0
- package/lib/services/edge_cache.d.ts +125 -0
- package/lib/services/edge_cache.d.ts.map +1 -0
- package/lib/services/edge_cache.js +140 -0
- package/lib/services/edge_cache.js.map +1 -0
- package/lib/services/environment.d.ts +1020 -0
- package/lib/services/environment.d.ts.map +1 -0
- package/lib/services/environment.js +842 -0
- package/lib/services/environment.js.map +1 -0
- package/lib/services/feature_flags.d.ts +3109 -0
- package/lib/services/feature_flags.d.ts.map +1 -0
- package/lib/services/feature_flags.js +3074 -0
- package/lib/services/feature_flags.js.map +1 -0
- package/lib/services/global_config.d.ts +618 -0
- package/lib/services/global_config.d.ts.map +1 -0
- package/lib/services/global_config.js +716 -0
- package/lib/services/global_config.js.map +1 -0
- package/lib/services/index.d.ts +39 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/index.js +40 -0
- package/lib/services/index.js.map +1 -0
- package/lib/services/integrations.d.ts +2987 -0
- package/lib/services/integrations.d.ts.map +1 -0
- package/lib/services/integrations.js +2903 -0
- package/lib/services/integrations.js.map +1 -0
- package/lib/services/log_drains.d.ts +848 -0
- package/lib/services/log_drains.d.ts.map +1 -0
- package/lib/services/log_drains.js +866 -0
- package/lib/services/log_drains.js.map +1 -0
- package/lib/services/logs.d.ts +40 -0
- package/lib/services/logs.d.ts.map +1 -0
- package/lib/services/logs.js +43 -0
- package/lib/services/logs.js.map +1 -0
- package/lib/services/marketplace.d.ts +991 -0
- package/lib/services/marketplace.d.ts.map +1 -0
- package/lib/services/marketplace.js +1044 -0
- package/lib/services/marketplace.js.map +1 -0
- package/lib/services/microfrontends.d.ts +3210 -0
- package/lib/services/microfrontends.d.ts.map +1 -0
- package/lib/services/microfrontends.js +3300 -0
- package/lib/services/microfrontends.js.map +1 -0
- package/lib/services/networking.d.ts +239 -0
- package/lib/services/networking.d.ts.map +1 -0
- package/lib/services/networking.js +224 -0
- package/lib/services/networking.js.map +1 -0
- package/lib/services/observability.d.ts +168 -0
- package/lib/services/observability.d.ts.map +1 -0
- package/lib/services/observability.js +191 -0
- package/lib/services/observability.js.map +1 -0
- package/lib/services/project_members.d.ts +142 -0
- package/lib/services/project_members.d.ts.map +1 -0
- package/lib/services/project_members.js +139 -0
- package/lib/services/project_members.js.map +1 -0
- package/lib/services/project_routes.d.ts +1990 -0
- package/lib/services/project_routes.d.ts.map +1 -0
- package/lib/services/project_routes.js +2026 -0
- package/lib/services/project_routes.js.map +1 -0
- package/lib/services/projects.d.ts +23449 -0
- package/lib/services/projects.d.ts.map +1 -0
- package/lib/services/projects.js +23570 -0
- package/lib/services/projects.js.map +1 -0
- package/lib/services/rolling_release.d.ts +764 -0
- package/lib/services/rolling_release.d.ts.map +1 -0
- package/lib/services/rolling_release.js +630 -0
- package/lib/services/rolling_release.js.map +1 -0
- package/lib/services/sandboxes.d.ts +2183 -0
- package/lib/services/sandboxes.d.ts.map +1 -0
- package/lib/services/sandboxes.js +1756 -0
- package/lib/services/sandboxes.js.map +1 -0
- package/lib/services/security.d.ts +3932 -0
- package/lib/services/security.d.ts.map +1 -0
- package/lib/services/security.js +4411 -0
- package/lib/services/security.js.map +1 -0
- package/lib/services/storage.d.ts +251 -0
- package/lib/services/storage.d.ts.map +1 -0
- package/lib/services/storage.js +270 -0
- package/lib/services/storage.js.map +1 -0
- package/lib/services/teams.d.ts +1577 -0
- package/lib/services/teams.d.ts.map +1 -0
- package/lib/services/teams.js +1359 -0
- package/lib/services/teams.js.map +1 -0
- package/lib/services/user.d.ts +7972 -0
- package/lib/services/user.d.ts.map +1 -0
- package/lib/services/user.js +7093 -0
- package/lib/services/user.js.map +1 -0
- package/lib/services/vcr.d.ts +793 -0
- package/lib/services/vcr.d.ts.map +1 -0
- package/lib/services/vcr.js +882 -0
- package/lib/services/vcr.js.map +1 -0
- package/lib/services/web_analytics.d.ts +694 -0
- package/lib/services/web_analytics.d.ts.map +1 -0
- package/lib/services/web_analytics.js +695 -0
- package/lib/services/web_analytics.js.map +1 -0
- package/lib/services/webhooks.d.ts +207 -0
- package/lib/services/webhooks.d.ts.map +1 -0
- package/lib/services/webhooks.js +171 -0
- package/lib/services/webhooks.js.map +1 -0
- package/lib/traits.d.ts +10 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +11 -0
- package/lib/traits.js.map +1 -0
- package/package.json +77 -7
- package/src/credentials.ts +70 -0
- package/src/errors.ts +93 -0
- package/src/index.ts +18 -0
- package/src/protocol.ts +98 -0
- package/src/retry.ts +78 -0
- package/src/services/access_groups.ts +1165 -0
- package/src/services/ai_gateway.ts +272 -0
- package/src/services/aliases.ts +1323 -0
- package/src/services/artifacts.ts +542 -0
- package/src/services/authentication.ts +829 -0
- package/src/services/billing.ts +1776 -0
- package/src/services/bulk_redirects.ts +748 -0
- package/src/services/certs.ts +377 -0
- package/src/services/checks_v2.ts +3136 -0
- package/src/services/connect.ts +2607 -0
- package/src/services/deployments.ts +23682 -0
- package/src/services/dns.ts +718 -0
- package/src/services/domains.ts +1209 -0
- package/src/services/domains_registrar.ts +2290 -0
- package/src/services/drains.ts +5989 -0
- package/src/services/edge_cache.ts +303 -0
- package/src/services/environment.ts +2388 -0
- package/src/services/feature_flags.ts +8302 -0
- package/src/services/global_config.ts +1668 -0
- package/src/services/index.ts +39 -0
- package/src/services/integrations.ts +8846 -0
- package/src/services/log_drains.ts +2413 -0
- package/src/services/logs.ts +78 -0
- package/src/services/marketplace.ts +2626 -0
- package/src/services/microfrontends.ts +9650 -0
- package/src/services/networking.ts +530 -0
- package/src/services/observability.ts +436 -0
- package/src/services/project_members.ts +328 -0
- package/src/services/project_routes.ts +5259 -0
- package/src/services/projects.ts +67377 -0
- package/src/services/rolling_release.ts +1869 -0
- package/src/services/sandboxes.ts +5259 -0
- package/src/services/security.ts +12408 -0
- package/src/services/storage.ts +849 -0
- package/src/services/teams.ts +3995 -0
- package/src/services/user.ts +21687 -0
- package/src/services/vcr.ts +2165 -0
- package/src/services/web_analytics.ts +1570 -0
- package/src/services/webhooks.ts +1073 -0
- package/src/traits.ts +44 -0
- package/README.md +0 -15
- package/bun.lock +0 -26
- package/index.ts +0 -1
- package/tsconfig.json +0 -29
|
@@ -0,0 +1,2987 @@
|
|
|
1
|
+
import * as S from "@distilled.cloud/core/schema";
|
|
2
|
+
import * as API from "@distilled.cloud/core/api";
|
|
3
|
+
import { type VercelOpError, type VercelOpContext } from "../protocol.ts";
|
|
4
|
+
export type { VercelOpError, VercelOpContext };
|
|
5
|
+
declare const BadRequest_base: S.Class<BadRequest, S.TaggedStruct<"BadRequest", {
|
|
6
|
+
readonly code: any;
|
|
7
|
+
readonly message: any;
|
|
8
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
9
|
+
"@distilled.cloud/error/categories": {
|
|
10
|
+
BadRequestError: true;
|
|
11
|
+
};
|
|
12
|
+
});
|
|
13
|
+
export declare class BadRequest extends /*@__PURE__*/ BadRequest_base {
|
|
14
|
+
}
|
|
15
|
+
declare const Conflict_base: S.Class<Conflict, S.TaggedStruct<"Conflict", {
|
|
16
|
+
readonly code: any;
|
|
17
|
+
readonly message: any;
|
|
18
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
19
|
+
"@distilled.cloud/error/categories": {
|
|
20
|
+
ConflictError: true;
|
|
21
|
+
};
|
|
22
|
+
});
|
|
23
|
+
export declare class Conflict extends /*@__PURE__*/ Conflict_base {
|
|
24
|
+
}
|
|
25
|
+
declare const Forbidden_base: S.Class<Forbidden, S.TaggedStruct<"Forbidden", {
|
|
26
|
+
readonly code: any;
|
|
27
|
+
readonly message: any;
|
|
28
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
29
|
+
"@distilled.cloud/error/categories": {
|
|
30
|
+
AuthError: true;
|
|
31
|
+
};
|
|
32
|
+
});
|
|
33
|
+
export declare class Forbidden extends /*@__PURE__*/ Forbidden_base {
|
|
34
|
+
}
|
|
35
|
+
declare const NotFound_base: S.Class<NotFound, S.TaggedStruct<"NotFound", {
|
|
36
|
+
readonly code: any;
|
|
37
|
+
readonly message: any;
|
|
38
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
39
|
+
"@distilled.cloud/error/categories": {
|
|
40
|
+
BadRequestError: true;
|
|
41
|
+
};
|
|
42
|
+
});
|
|
43
|
+
export declare class NotFound extends /*@__PURE__*/ NotFound_base {
|
|
44
|
+
}
|
|
45
|
+
declare const PaymentRequired_base: S.Class<PaymentRequired, S.TaggedStruct<"PaymentRequired", {
|
|
46
|
+
readonly code: any;
|
|
47
|
+
readonly message: any;
|
|
48
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
49
|
+
"@distilled.cloud/error/categories": {
|
|
50
|
+
QuotaError: true;
|
|
51
|
+
};
|
|
52
|
+
});
|
|
53
|
+
export declare class PaymentRequired extends /*@__PURE__*/ PaymentRequired_base {
|
|
54
|
+
}
|
|
55
|
+
export type ConnectIntegrationResourceToProjectRequestEnvVarEnvironmentsItem = "production" | "preview" | "development";
|
|
56
|
+
export declare const ConnectIntegrationResourceToProjectRequestEnvVarEnvironmentsItem: any;
|
|
57
|
+
export type ConnectIntegrationResourceToProjectRequestEnvVarEnvironmentsList = Array<ConnectIntegrationResourceToProjectRequestEnvVarEnvironmentsItem | (string & {})>;
|
|
58
|
+
export declare const ConnectIntegrationResourceToProjectRequestEnvVarEnvironmentsList: S.Schema<ConnectIntegrationResourceToProjectRequestEnvVarEnvironmentsList>;
|
|
59
|
+
export interface ConnectIntegrationResourceToProjectRequest {
|
|
60
|
+
integrationConfigurationId: string;
|
|
61
|
+
resourceId: string;
|
|
62
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
63
|
+
teamId?: string;
|
|
64
|
+
/** The Team slug to perform the request on behalf of. */
|
|
65
|
+
slug?: string;
|
|
66
|
+
projectId: string;
|
|
67
|
+
envVarEnvironments?: ConnectIntegrationResourceToProjectRequestEnvVarEnvironmentsList;
|
|
68
|
+
makeEnvVarsSensitive?: boolean;
|
|
69
|
+
}
|
|
70
|
+
export declare const ConnectIntegrationResourceToProjectRequest: S.Schema<ConnectIntegrationResourceToProjectRequest>;
|
|
71
|
+
export interface ConnectIntegrationResourceToProjectResponse {
|
|
72
|
+
}
|
|
73
|
+
export declare const ConnectIntegrationResourceToProjectResponse: S.Schema<ConnectIntegrationResourceToProjectResponse>;
|
|
74
|
+
export type CreateIntegrationStoreDirectRequestMetadataValueCase3List = Array<string>;
|
|
75
|
+
export declare const CreateIntegrationStoreDirectRequestMetadataValueCase3List: S.Schema<CreateIntegrationStoreDirectRequestMetadataValueCase3List>;
|
|
76
|
+
export type CreateIntegrationStoreDirectRequestMetadataValueCase4List = Array<number>;
|
|
77
|
+
export declare const CreateIntegrationStoreDirectRequestMetadataValueCase4List: S.Schema<CreateIntegrationStoreDirectRequestMetadataValueCase4List>;
|
|
78
|
+
export type CreateIntegrationStoreDirectRequestMetadataValue = string | number | boolean | CreateIntegrationStoreDirectRequestMetadataValueCase3List | CreateIntegrationStoreDirectRequestMetadataValueCase4List;
|
|
79
|
+
export declare const CreateIntegrationStoreDirectRequestMetadataValue: S.Schema<CreateIntegrationStoreDirectRequestMetadataValue>;
|
|
80
|
+
/** Optional key-value pairs for resource metadata */
|
|
81
|
+
export type CreateIntegrationStoreDirectRequestMetadataMap = {
|
|
82
|
+
[key: string]: CreateIntegrationStoreDirectRequestMetadataValue | undefined;
|
|
83
|
+
};
|
|
84
|
+
export declare const CreateIntegrationStoreDirectRequestMetadataMap: S.Schema<CreateIntegrationStoreDirectRequestMetadataMap>;
|
|
85
|
+
/** Protocol-specific configuration settings */
|
|
86
|
+
export type CreateIntegrationStoreDirectRequestProtocolSettingsMap = {
|
|
87
|
+
[key: string]: unknown | undefined;
|
|
88
|
+
};
|
|
89
|
+
export declare const CreateIntegrationStoreDirectRequestProtocolSettingsMap: S.Schema<CreateIntegrationStoreDirectRequestProtocolSettingsMap>;
|
|
90
|
+
/** Source of the store creation request */
|
|
91
|
+
export type CreateIntegrationStoreDirectRequestSource = "marketplace" | "deploy-button" | "external" | "v0" | "resource-claims" | "cli" | "oauth" | "backoffice" | "import-recommended-integrations";
|
|
92
|
+
export declare const CreateIntegrationStoreDirectRequestSource: any;
|
|
93
|
+
export interface CreateIntegrationStoreDirectRequest {
|
|
94
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
95
|
+
teamId?: string;
|
|
96
|
+
/** The Team slug to perform the request on behalf of. */
|
|
97
|
+
slug?: string;
|
|
98
|
+
/** Human-readable name for the storage resource */
|
|
99
|
+
name: string;
|
|
100
|
+
/** ID of your integration configuration. Get this from GET /v1/integrations/configurations */
|
|
101
|
+
integrationConfigurationId: string;
|
|
102
|
+
/** ID or slug of the integration product. Get available products from GET /v1/integrations/configuration/{id}/products */
|
|
103
|
+
integrationProductIdOrSlug: unknown;
|
|
104
|
+
/** Optional key-value pairs for resource metadata */
|
|
105
|
+
metadata?: CreateIntegrationStoreDirectRequestMetadataMap;
|
|
106
|
+
/** Optional external identifier for tracking purposes */
|
|
107
|
+
externalId?: string;
|
|
108
|
+
/** Protocol-specific configuration settings */
|
|
109
|
+
protocolSettings?: CreateIntegrationStoreDirectRequestProtocolSettingsMap;
|
|
110
|
+
/** Source of the store creation request */
|
|
111
|
+
source?: CreateIntegrationStoreDirectRequestSource | (string & {});
|
|
112
|
+
/** ID of the billing plan for paid resources. Get available plans from GET /integrations/integration/{id}/products/{productId}/plans. If not provided, automatically discovers free billing plans. */
|
|
113
|
+
billingPlanId?: string;
|
|
114
|
+
/** Payment method ID for paid resources. Optional - uses default payment method if not provided. */
|
|
115
|
+
paymentMethodId?: string;
|
|
116
|
+
/** Amount in cents for prepayment billing plans. Required only for prepayment plans with variable amounts. */
|
|
117
|
+
prepaymentAmountCents?: number;
|
|
118
|
+
}
|
|
119
|
+
export declare const CreateIntegrationStoreDirectRequest: S.Schema<CreateIntegrationStoreDirectRequest>;
|
|
120
|
+
export type CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemFramework = "actix-web" | "angular" | "ash" | "astro" | "axum" | "blitzjs" | "brunch" | "bun" | "container" | "create-react-app" | "django" | "docusaurus" | "docusaurus-2" | "dojo" | "eleventy" | "elysia" | "ember" | "eve" | "express" | "fastapi" | "fasthtml" | "fastify" | "flask" | "gatsby" | "go" | "gridsome" | "h3" | "hexo" | "hono" | "hugo" | "hydrogen" | "ionic-angular" | "ionic-react" | "jekyll" | "koa" | "mastra" | "middleman" | "nestjs" | "nextjs" | "nitro" | "node" | "nuxtjs" | "parcel" | "polymer" | "preact" | "python" | "react-router" | "redwoodjs" | "remix" | "ruby" | "rust" | "saber" | "sanity" | "sanity-v2" | "sapper" | "scully" | "services" | "solidstart" | "solidstart-1" | "stencil" | "storybook" | "svelte" | "sveltekit" | "sveltekit-1" | "tanstack-start" | "tanstack-start-lovable" | "umijs" | "vite" | "vitepress" | "vue" | "vuepress" | "xmcp" | "zola";
|
|
121
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemFramework: any;
|
|
122
|
+
export type CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemEnvironmentsList = Array<string>;
|
|
123
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemEnvironmentsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemEnvironmentsList>;
|
|
124
|
+
export type CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemEnvironmentVariablesList = Array<string>;
|
|
125
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemEnvironmentVariablesList: S.Schema<CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemEnvironmentVariablesList>;
|
|
126
|
+
export type CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsItemEnvironmentsItem = "development" | "preview" | "production";
|
|
127
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsItemEnvironmentsItem: any;
|
|
128
|
+
export type CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsItemEnvironmentsList = Array<CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsItemEnvironmentsItem>;
|
|
129
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsItemEnvironmentsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsItemEnvironmentsList>;
|
|
130
|
+
export interface CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsItem {
|
|
131
|
+
slug: string;
|
|
132
|
+
environments: CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsItemEnvironmentsList;
|
|
133
|
+
}
|
|
134
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsItem: S.Schema<CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsItem>;
|
|
135
|
+
export type CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsList = Array<CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsItem>;
|
|
136
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsList>;
|
|
137
|
+
export interface CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeployments {
|
|
138
|
+
required: boolean;
|
|
139
|
+
actions: CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsList;
|
|
140
|
+
}
|
|
141
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeployments: S.Schema<CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeployments>;
|
|
142
|
+
export interface CreateIntegrationStoreDirectResponseStoreProjectsMetadataItem {
|
|
143
|
+
id: string;
|
|
144
|
+
projectId: string;
|
|
145
|
+
name: string;
|
|
146
|
+
framework?: CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemFramework | null;
|
|
147
|
+
latestDeployment?: string;
|
|
148
|
+
environments: CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemEnvironmentsList;
|
|
149
|
+
envVarPrefix: string | null;
|
|
150
|
+
environmentVariables: CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemEnvironmentVariablesList;
|
|
151
|
+
deployments?: CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeployments;
|
|
152
|
+
makeEnvVarsSensitive?: boolean;
|
|
153
|
+
}
|
|
154
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectsMetadataItem: S.Schema<CreateIntegrationStoreDirectResponseStoreProjectsMetadataItem>;
|
|
155
|
+
export type CreateIntegrationStoreDirectResponseStoreProjectsMetadataList = Array<CreateIntegrationStoreDirectResponseStoreProjectsMetadataItem>;
|
|
156
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectsMetadataList: S.Schema<CreateIntegrationStoreDirectResponseStoreProjectsMetadataList>;
|
|
157
|
+
export type CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase0Item = "bitbucket" | "github" | "gitlab";
|
|
158
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase0Item: any;
|
|
159
|
+
export type CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase0List = Array<CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase0Item>;
|
|
160
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase0List: S.Schema<CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase0List>;
|
|
161
|
+
export type CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase1 = "*";
|
|
162
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase1: any;
|
|
163
|
+
export type CreateIntegrationStoreDirectResponseStoreProjectFilterGitProviders = CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase0List | CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase1;
|
|
164
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectFilterGitProviders: S.Schema<CreateIntegrationStoreDirectResponseStoreProjectFilterGitProviders>;
|
|
165
|
+
export type CreateIntegrationStoreDirectResponseStoreProjectFilterGitOwnersList = Array<string>;
|
|
166
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectFilterGitOwnersList: S.Schema<CreateIntegrationStoreDirectResponseStoreProjectFilterGitOwnersList>;
|
|
167
|
+
export type CreateIntegrationStoreDirectResponseStoreProjectFilterGitReposList = Array<string>;
|
|
168
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectFilterGitReposList: S.Schema<CreateIntegrationStoreDirectResponseStoreProjectFilterGitReposList>;
|
|
169
|
+
export interface CreateIntegrationStoreDirectResponseStoreProjectFilterGit {
|
|
170
|
+
providers: CreateIntegrationStoreDirectResponseStoreProjectFilterGitProviders;
|
|
171
|
+
owners?: CreateIntegrationStoreDirectResponseStoreProjectFilterGitOwnersList;
|
|
172
|
+
repos?: CreateIntegrationStoreDirectResponseStoreProjectFilterGitReposList;
|
|
173
|
+
}
|
|
174
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectFilterGit: S.Schema<CreateIntegrationStoreDirectResponseStoreProjectFilterGit>;
|
|
175
|
+
export interface CreateIntegrationStoreDirectResponseStoreProjectFilter {
|
|
176
|
+
git?: CreateIntegrationStoreDirectResponseStoreProjectFilterGit;
|
|
177
|
+
}
|
|
178
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProjectFilter: S.Schema<CreateIntegrationStoreDirectResponseStoreProjectFilter>;
|
|
179
|
+
export type CreateIntegrationStoreDirectResponseStoreStatus = "available" | "error" | "initializing" | "limits-exceeded-suspended" | "limits-exceeded-suspended-store-count" | "onboarding" | "suspended" | "uninstalled";
|
|
180
|
+
export declare const CreateIntegrationStoreDirectResponseStoreStatus: any;
|
|
181
|
+
export type CreateIntegrationStoreDirectResponseStoreOwnership = "linked" | "owned" | "sandbox";
|
|
182
|
+
export declare const CreateIntegrationStoreDirectResponseStoreOwnership: any;
|
|
183
|
+
export interface CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0 {
|
|
184
|
+
maxDelayHours: number;
|
|
185
|
+
}
|
|
186
|
+
export declare const CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0>;
|
|
187
|
+
export type CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotation = CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0 | boolean;
|
|
188
|
+
export declare const CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotation: S.Schema<CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotation>;
|
|
189
|
+
export interface CreateIntegrationStoreDirectResponseStoreCapabilities {
|
|
190
|
+
mcp?: boolean;
|
|
191
|
+
mcpReadonly?: boolean;
|
|
192
|
+
sso?: boolean;
|
|
193
|
+
billable?: boolean;
|
|
194
|
+
transferable?: boolean;
|
|
195
|
+
secretsSync?: boolean;
|
|
196
|
+
secretRotation?: CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotation;
|
|
197
|
+
projects?: boolean;
|
|
198
|
+
v0?: boolean;
|
|
199
|
+
autoSensitive?: boolean;
|
|
200
|
+
agentTools?: boolean;
|
|
201
|
+
}
|
|
202
|
+
export declare const CreateIntegrationStoreDirectResponseStoreCapabilities: S.Schema<CreateIntegrationStoreDirectResponseStoreCapabilities>;
|
|
203
|
+
export type CreateIntegrationStoreDirectResponseStoreMetadataValueCase2List = Array<string>;
|
|
204
|
+
export declare const CreateIntegrationStoreDirectResponseStoreMetadataValueCase2List: S.Schema<CreateIntegrationStoreDirectResponseStoreMetadataValueCase2List>;
|
|
205
|
+
export type CreateIntegrationStoreDirectResponseStoreMetadataValueCase3List = Array<number>;
|
|
206
|
+
export declare const CreateIntegrationStoreDirectResponseStoreMetadataValueCase3List: S.Schema<CreateIntegrationStoreDirectResponseStoreMetadataValueCase3List>;
|
|
207
|
+
export type CreateIntegrationStoreDirectResponseStoreMetadataValue = string | number | CreateIntegrationStoreDirectResponseStoreMetadataValueCase2List | CreateIntegrationStoreDirectResponseStoreMetadataValueCase3List | boolean;
|
|
208
|
+
export declare const CreateIntegrationStoreDirectResponseStoreMetadataValue: S.Schema<CreateIntegrationStoreDirectResponseStoreMetadataValue>;
|
|
209
|
+
export type CreateIntegrationStoreDirectResponseStoreMetadataMap = {
|
|
210
|
+
[key: string]: CreateIntegrationStoreDirectResponseStoreMetadataValue | undefined;
|
|
211
|
+
};
|
|
212
|
+
export declare const CreateIntegrationStoreDirectResponseStoreMetadataMap: S.Schema<CreateIntegrationStoreDirectResponseStoreMetadataMap>;
|
|
213
|
+
export type CreateIntegrationStoreDirectResponseStoreExternalResourceStatus = "error" | "onboarding" | "pending" | "ready" | "resumed" | "suspended" | "uninstalled";
|
|
214
|
+
export declare const CreateIntegrationStoreDirectResponseStoreExternalResourceStatus: any;
|
|
215
|
+
export type CreateIntegrationStoreDirectResponseStoreProductCapabilitiesSecretRotationCase0 = CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0;
|
|
216
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductCapabilitiesSecretRotationCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0>;
|
|
217
|
+
export type CreateIntegrationStoreDirectResponseStoreProductCapabilitiesSecretRotation = CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0 | boolean;
|
|
218
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductCapabilitiesSecretRotation: S.Schema<CreateIntegrationStoreDirectResponseStoreProductCapabilitiesSecretRotation>;
|
|
219
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductCapabilities {
|
|
220
|
+
mcp?: boolean;
|
|
221
|
+
mcpReadonly?: boolean;
|
|
222
|
+
sso?: boolean;
|
|
223
|
+
billable?: boolean;
|
|
224
|
+
transferable?: boolean;
|
|
225
|
+
secretsSync?: boolean;
|
|
226
|
+
secretRotation?: CreateIntegrationStoreDirectResponseStoreProductCapabilitiesSecretRotation;
|
|
227
|
+
sandbox?: boolean;
|
|
228
|
+
linking?: boolean;
|
|
229
|
+
projects?: boolean;
|
|
230
|
+
v0?: boolean;
|
|
231
|
+
importResource?: boolean;
|
|
232
|
+
connectedImportResource?: boolean;
|
|
233
|
+
nativeImportResource?: boolean;
|
|
234
|
+
databaseUI?: boolean;
|
|
235
|
+
v0Flavors?: boolean;
|
|
236
|
+
autoSensitive?: boolean;
|
|
237
|
+
agentTools?: boolean;
|
|
238
|
+
}
|
|
239
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductCapabilities: S.Schema<CreateIntegrationStoreDirectResponseStoreProductCapabilities>;
|
|
240
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaType = "object";
|
|
241
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaType: any;
|
|
242
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0Type = "string";
|
|
243
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0Type: any;
|
|
244
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiControl = "input";
|
|
245
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiControl: any;
|
|
246
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0EnumList = Array<string>;
|
|
247
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0EnumList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0EnumList>;
|
|
248
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 {
|
|
249
|
+
expr: string;
|
|
250
|
+
}
|
|
251
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
252
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase2 = "create" | "update";
|
|
253
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase2: any;
|
|
254
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase2;
|
|
255
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnly: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnly>;
|
|
256
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
257
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
258
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHiddenCase2 = "create" | "update";
|
|
259
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHiddenCase2: any;
|
|
260
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHiddenCase2;
|
|
261
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHidden>;
|
|
262
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
263
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
264
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabledCase2 = "create" | "update";
|
|
265
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabledCase2: any;
|
|
266
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabledCase2;
|
|
267
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabled>;
|
|
268
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
269
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
270
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
271
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDescription: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDescription>;
|
|
272
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
273
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
274
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0 {
|
|
275
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0Type;
|
|
276
|
+
ui_control: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiControl;
|
|
277
|
+
default?: string;
|
|
278
|
+
enum?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0EnumList;
|
|
279
|
+
maxLength?: number;
|
|
280
|
+
minLength?: number;
|
|
281
|
+
pattern?: string;
|
|
282
|
+
description?: string;
|
|
283
|
+
ui_label?: string;
|
|
284
|
+
ui_read_only?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnly;
|
|
285
|
+
ui_hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHidden;
|
|
286
|
+
ui_disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabled;
|
|
287
|
+
ui_description?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDescription;
|
|
288
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
289
|
+
ui_paid_only?: boolean;
|
|
290
|
+
ui_placeholder?: string;
|
|
291
|
+
}
|
|
292
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0>;
|
|
293
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1Type = "number";
|
|
294
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1Type: any;
|
|
295
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiControl = "input";
|
|
296
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiControl: any;
|
|
297
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
298
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
299
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnlyCase2 = "create" | "update";
|
|
300
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnlyCase2: any;
|
|
301
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnlyCase2;
|
|
302
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnly: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnly>;
|
|
303
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
304
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
305
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHiddenCase2 = "create" | "update";
|
|
306
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHiddenCase2: any;
|
|
307
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHiddenCase2;
|
|
308
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHidden>;
|
|
309
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
310
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
311
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabledCase2 = "create" | "update";
|
|
312
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabledCase2: any;
|
|
313
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabledCase2;
|
|
314
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabled>;
|
|
315
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
316
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
317
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
318
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDescription: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDescription>;
|
|
319
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
320
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
321
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1 {
|
|
322
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1Type;
|
|
323
|
+
ui_control: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiControl;
|
|
324
|
+
default?: number;
|
|
325
|
+
maximum?: number;
|
|
326
|
+
exclusiveMaximum?: number;
|
|
327
|
+
minimum?: number;
|
|
328
|
+
exclusiveMinimum?: number;
|
|
329
|
+
description?: string;
|
|
330
|
+
ui_label?: string;
|
|
331
|
+
ui_read_only?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnly;
|
|
332
|
+
ui_hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHidden;
|
|
333
|
+
ui_disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabled;
|
|
334
|
+
ui_description?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDescription;
|
|
335
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
336
|
+
ui_paid_only?: boolean;
|
|
337
|
+
ui_placeholder?: string;
|
|
338
|
+
}
|
|
339
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1>;
|
|
340
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2Type = "boolean";
|
|
341
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2Type: any;
|
|
342
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiControl = "toggle";
|
|
343
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiControl: any;
|
|
344
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
345
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
346
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnlyCase2 = "create" | "update";
|
|
347
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnlyCase2: any;
|
|
348
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnlyCase2;
|
|
349
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnly: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnly>;
|
|
350
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
351
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
352
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHiddenCase2 = "create" | "update";
|
|
353
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHiddenCase2: any;
|
|
354
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHiddenCase2;
|
|
355
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHidden>;
|
|
356
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
357
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
358
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabledCase2 = "create" | "update";
|
|
359
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabledCase2: any;
|
|
360
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabledCase2;
|
|
361
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabled>;
|
|
362
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
363
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
364
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
365
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDescription: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDescription>;
|
|
366
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
367
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
368
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2 {
|
|
369
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2Type;
|
|
370
|
+
ui_control: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiControl;
|
|
371
|
+
default?: boolean;
|
|
372
|
+
description?: string;
|
|
373
|
+
ui_label?: string;
|
|
374
|
+
ui_read_only?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnly;
|
|
375
|
+
ui_hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHidden;
|
|
376
|
+
ui_disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabled;
|
|
377
|
+
ui_description?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDescription;
|
|
378
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
379
|
+
ui_paid_only?: boolean;
|
|
380
|
+
}
|
|
381
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2>;
|
|
382
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3Type = "array";
|
|
383
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3Type: any;
|
|
384
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3ItemsType = "number";
|
|
385
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3ItemsType: any;
|
|
386
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3Items {
|
|
387
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3ItemsType;
|
|
388
|
+
default?: number;
|
|
389
|
+
maximum?: number;
|
|
390
|
+
exclusiveMaximum?: number;
|
|
391
|
+
minimum?: number;
|
|
392
|
+
exclusiveMinimum?: number;
|
|
393
|
+
description?: string;
|
|
394
|
+
}
|
|
395
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3Items: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3Items>;
|
|
396
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiControl = "slider";
|
|
397
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiControl: any;
|
|
398
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiStepsList = Array<number>;
|
|
399
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiStepsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiStepsList>;
|
|
400
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3DefaultList = Array<number>;
|
|
401
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3DefaultList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3DefaultList>;
|
|
402
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
403
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
404
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnlyCase2 = "create" | "update";
|
|
405
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnlyCase2: any;
|
|
406
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnlyCase2;
|
|
407
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnly: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnly>;
|
|
408
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
409
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
410
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHiddenCase2 = "create" | "update";
|
|
411
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHiddenCase2: any;
|
|
412
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHiddenCase2;
|
|
413
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHidden>;
|
|
414
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
415
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
416
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabledCase2 = "create" | "update";
|
|
417
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabledCase2: any;
|
|
418
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabledCase2;
|
|
419
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabled>;
|
|
420
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
421
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
422
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
423
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDescription: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDescription>;
|
|
424
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
425
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
426
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3 {
|
|
427
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3Type;
|
|
428
|
+
items: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3Items;
|
|
429
|
+
ui_control: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiControl;
|
|
430
|
+
ui_steps: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiStepsList;
|
|
431
|
+
default?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3DefaultList;
|
|
432
|
+
maxItems?: number;
|
|
433
|
+
minItems?: number;
|
|
434
|
+
description?: string;
|
|
435
|
+
ui_label?: string;
|
|
436
|
+
ui_read_only?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnly;
|
|
437
|
+
ui_hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHidden;
|
|
438
|
+
ui_disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabled;
|
|
439
|
+
ui_description?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDescription;
|
|
440
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
441
|
+
ui_paid_only?: boolean;
|
|
442
|
+
}
|
|
443
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3>;
|
|
444
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4Type = "string";
|
|
445
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4Type: any;
|
|
446
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiControl = "select";
|
|
447
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiControl: any;
|
|
448
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
449
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
450
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase2 = "create" | "update";
|
|
451
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase2: any;
|
|
452
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase2;
|
|
453
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabled>;
|
|
454
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
455
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
456
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase2 = "create" | "update";
|
|
457
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase2: any;
|
|
458
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase2;
|
|
459
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHidden>;
|
|
460
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItem {
|
|
461
|
+
value: string;
|
|
462
|
+
label: string;
|
|
463
|
+
description?: string;
|
|
464
|
+
disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabled;
|
|
465
|
+
hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHidden;
|
|
466
|
+
}
|
|
467
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItem: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItem>;
|
|
468
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsList = Array<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItem>;
|
|
469
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsList>;
|
|
470
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4EnumList = Array<string>;
|
|
471
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4EnumList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4EnumList>;
|
|
472
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
473
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
474
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnlyCase2 = "create" | "update";
|
|
475
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnlyCase2: any;
|
|
476
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnlyCase2;
|
|
477
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnly: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnly>;
|
|
478
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
479
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
480
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHiddenCase2 = "create" | "update";
|
|
481
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHiddenCase2: any;
|
|
482
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHiddenCase2;
|
|
483
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHidden>;
|
|
484
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
485
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
486
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabledCase2 = "create" | "update";
|
|
487
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabledCase2: any;
|
|
488
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabledCase2;
|
|
489
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabled>;
|
|
490
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
491
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
492
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
493
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDescription: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDescription>;
|
|
494
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
495
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
496
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4 {
|
|
497
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4Type;
|
|
498
|
+
ui_control: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiControl;
|
|
499
|
+
ui_options: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsList;
|
|
500
|
+
default?: string;
|
|
501
|
+
enum?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4EnumList;
|
|
502
|
+
maxLength?: number;
|
|
503
|
+
minLength?: number;
|
|
504
|
+
pattern?: string;
|
|
505
|
+
description?: string;
|
|
506
|
+
ui_label?: string;
|
|
507
|
+
ui_read_only?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnly;
|
|
508
|
+
ui_hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHidden;
|
|
509
|
+
ui_disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabled;
|
|
510
|
+
ui_description?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDescription;
|
|
511
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
512
|
+
ui_paid_only?: boolean;
|
|
513
|
+
ui_placeholder?: string;
|
|
514
|
+
}
|
|
515
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4>;
|
|
516
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5Type = "string";
|
|
517
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5Type: any;
|
|
518
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiControl = "radio-button";
|
|
519
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiControl: any;
|
|
520
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
521
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
522
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase2 = "create" | "update";
|
|
523
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase2: any;
|
|
524
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase2;
|
|
525
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabled>;
|
|
526
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
527
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
528
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase2 = "create" | "update";
|
|
529
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase2: any;
|
|
530
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase2;
|
|
531
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHidden>;
|
|
532
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItem {
|
|
533
|
+
value: string;
|
|
534
|
+
label: string;
|
|
535
|
+
description?: string;
|
|
536
|
+
disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabled;
|
|
537
|
+
hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHidden;
|
|
538
|
+
}
|
|
539
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItem: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItem>;
|
|
540
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsList = Array<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItem>;
|
|
541
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsList>;
|
|
542
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5EnumList = Array<string>;
|
|
543
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5EnumList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5EnumList>;
|
|
544
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
545
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
546
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnlyCase2 = "create" | "update";
|
|
547
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnlyCase2: any;
|
|
548
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnlyCase2;
|
|
549
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnly: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnly>;
|
|
550
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
551
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
552
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHiddenCase2 = "create" | "update";
|
|
553
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHiddenCase2: any;
|
|
554
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHiddenCase2;
|
|
555
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHidden>;
|
|
556
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
557
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
558
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabledCase2 = "create" | "update";
|
|
559
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabledCase2: any;
|
|
560
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabledCase2;
|
|
561
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabled>;
|
|
562
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
563
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
564
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
565
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDescription: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDescription>;
|
|
566
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
567
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
568
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5 {
|
|
569
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5Type;
|
|
570
|
+
ui_control: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiControl;
|
|
571
|
+
ui_options: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsList;
|
|
572
|
+
default?: string;
|
|
573
|
+
enum?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5EnumList;
|
|
574
|
+
maxLength?: number;
|
|
575
|
+
minLength?: number;
|
|
576
|
+
pattern?: string;
|
|
577
|
+
description?: string;
|
|
578
|
+
ui_label?: string;
|
|
579
|
+
ui_read_only?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnly;
|
|
580
|
+
ui_hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHidden;
|
|
581
|
+
ui_disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabled;
|
|
582
|
+
ui_description?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDescription;
|
|
583
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
584
|
+
ui_paid_only?: boolean;
|
|
585
|
+
ui_placeholder?: string;
|
|
586
|
+
}
|
|
587
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5>;
|
|
588
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6Type = "array";
|
|
589
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6Type: any;
|
|
590
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6ItemsType = "string";
|
|
591
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6ItemsType: any;
|
|
592
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6ItemsEnumList = Array<string>;
|
|
593
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6ItemsEnumList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6ItemsEnumList>;
|
|
594
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6Items {
|
|
595
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6ItemsType;
|
|
596
|
+
default?: string;
|
|
597
|
+
enum?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6ItemsEnumList;
|
|
598
|
+
maxLength?: number;
|
|
599
|
+
minLength?: number;
|
|
600
|
+
pattern?: string;
|
|
601
|
+
description?: string;
|
|
602
|
+
}
|
|
603
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6Items: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6Items>;
|
|
604
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiControl = "multi-select";
|
|
605
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiControl: any;
|
|
606
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
607
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
608
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase2 = "create" | "update";
|
|
609
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase2: any;
|
|
610
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase2;
|
|
611
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabled>;
|
|
612
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
613
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
614
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase2 = "create" | "update";
|
|
615
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase2: any;
|
|
616
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase2;
|
|
617
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHidden>;
|
|
618
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItem {
|
|
619
|
+
value: string;
|
|
620
|
+
label: string;
|
|
621
|
+
description?: string;
|
|
622
|
+
disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabled;
|
|
623
|
+
hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHidden;
|
|
624
|
+
}
|
|
625
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItem: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItem>;
|
|
626
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsList = Array<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItem>;
|
|
627
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsList>;
|
|
628
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6DefaultList = Array<string>;
|
|
629
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6DefaultList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6DefaultList>;
|
|
630
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
631
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
632
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnlyCase2 = "create" | "update";
|
|
633
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnlyCase2: any;
|
|
634
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnlyCase2;
|
|
635
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnly: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnly>;
|
|
636
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
637
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
638
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHiddenCase2 = "create" | "update";
|
|
639
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHiddenCase2: any;
|
|
640
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHiddenCase2;
|
|
641
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHidden>;
|
|
642
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
643
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
644
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabledCase2 = "create" | "update";
|
|
645
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabledCase2: any;
|
|
646
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabledCase2;
|
|
647
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabled>;
|
|
648
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
649
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
650
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
651
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDescription: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDescription>;
|
|
652
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
653
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
654
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6ExampleList = Array<string>;
|
|
655
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6ExampleList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6ExampleList>;
|
|
656
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6 {
|
|
657
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6Type;
|
|
658
|
+
items: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6Items;
|
|
659
|
+
ui_control: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiControl;
|
|
660
|
+
ui_options: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsList;
|
|
661
|
+
default?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6DefaultList;
|
|
662
|
+
maxItems?: number;
|
|
663
|
+
minItems?: number;
|
|
664
|
+
description?: string;
|
|
665
|
+
ui_label?: string;
|
|
666
|
+
ui_read_only?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnly;
|
|
667
|
+
ui_hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHidden;
|
|
668
|
+
ui_disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabled;
|
|
669
|
+
ui_description?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDescription;
|
|
670
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
671
|
+
ui_paid_only?: boolean;
|
|
672
|
+
ui_placeholder?: string;
|
|
673
|
+
example?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6ExampleList;
|
|
674
|
+
}
|
|
675
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6>;
|
|
676
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7Type = "string";
|
|
677
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7Type: any;
|
|
678
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiControl = "vercel-region";
|
|
679
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiControl: any;
|
|
680
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
681
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
682
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase2 = "create" | "update";
|
|
683
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase2: any;
|
|
684
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Disabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase2;
|
|
685
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Disabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Disabled>;
|
|
686
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
687
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
688
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase2 = "create" | "update";
|
|
689
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase2: any;
|
|
690
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Hidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase2;
|
|
691
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Hidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Hidden>;
|
|
692
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0 {
|
|
693
|
+
value: string;
|
|
694
|
+
label: string;
|
|
695
|
+
description?: string;
|
|
696
|
+
disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Disabled;
|
|
697
|
+
hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Hidden;
|
|
698
|
+
}
|
|
699
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0>;
|
|
700
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
701
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
702
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase2 = "create" | "update";
|
|
703
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase2: any;
|
|
704
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Disabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase2;
|
|
705
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Disabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Disabled>;
|
|
706
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
707
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
708
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase2 = "create" | "update";
|
|
709
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase2: any;
|
|
710
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Hidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase2;
|
|
711
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Hidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Hidden>;
|
|
712
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2 {
|
|
713
|
+
value: string;
|
|
714
|
+
description?: string;
|
|
715
|
+
disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Disabled;
|
|
716
|
+
hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Hidden;
|
|
717
|
+
}
|
|
718
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2>;
|
|
719
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItem = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0 | string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2;
|
|
720
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItem: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItem>;
|
|
721
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsList = Array<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItem>;
|
|
722
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsList>;
|
|
723
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7EnumList = Array<string>;
|
|
724
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7EnumList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7EnumList>;
|
|
725
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
726
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
727
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnlyCase2 = "create" | "update";
|
|
728
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnlyCase2: any;
|
|
729
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnlyCase2;
|
|
730
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnly: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnly>;
|
|
731
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
732
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
733
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHiddenCase2 = "create" | "update";
|
|
734
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHiddenCase2: any;
|
|
735
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHiddenCase2;
|
|
736
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHidden>;
|
|
737
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
738
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
739
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabledCase2 = "create" | "update";
|
|
740
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabledCase2: any;
|
|
741
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabledCase2;
|
|
742
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabled>;
|
|
743
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
744
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
745
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
746
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDescription: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDescription>;
|
|
747
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
748
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
749
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7 {
|
|
750
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7Type;
|
|
751
|
+
ui_control: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiControl;
|
|
752
|
+
ui_options: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsList;
|
|
753
|
+
default?: string;
|
|
754
|
+
enum?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7EnumList;
|
|
755
|
+
maxLength?: number;
|
|
756
|
+
minLength?: number;
|
|
757
|
+
pattern?: string;
|
|
758
|
+
description?: string;
|
|
759
|
+
ui_label?: string;
|
|
760
|
+
ui_read_only?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnly;
|
|
761
|
+
ui_hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHidden;
|
|
762
|
+
ui_disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabled;
|
|
763
|
+
ui_description?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDescription;
|
|
764
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
765
|
+
ui_paid_only?: boolean;
|
|
766
|
+
ui_placeholder?: string;
|
|
767
|
+
}
|
|
768
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7>;
|
|
769
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8Type = "array";
|
|
770
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8Type: any;
|
|
771
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8ItemsType = "string";
|
|
772
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8ItemsType: any;
|
|
773
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8ItemsEnumList = Array<string>;
|
|
774
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8ItemsEnumList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8ItemsEnumList>;
|
|
775
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8Items {
|
|
776
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8ItemsType;
|
|
777
|
+
default?: string;
|
|
778
|
+
enum?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8ItemsEnumList;
|
|
779
|
+
maxLength?: number;
|
|
780
|
+
minLength?: number;
|
|
781
|
+
pattern?: string;
|
|
782
|
+
description?: string;
|
|
783
|
+
}
|
|
784
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8Items: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8Items>;
|
|
785
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiControl = "multi-vercel-region";
|
|
786
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiControl: any;
|
|
787
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
788
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
789
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase2 = "create" | "update";
|
|
790
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase2: any;
|
|
791
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Disabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase2;
|
|
792
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Disabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Disabled>;
|
|
793
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
794
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
795
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase2 = "create" | "update";
|
|
796
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase2: any;
|
|
797
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Hidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase2;
|
|
798
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Hidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Hidden>;
|
|
799
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0 {
|
|
800
|
+
value: string;
|
|
801
|
+
label: string;
|
|
802
|
+
description?: string;
|
|
803
|
+
disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Disabled;
|
|
804
|
+
hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Hidden;
|
|
805
|
+
}
|
|
806
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0>;
|
|
807
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
808
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
809
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase2 = "create" | "update";
|
|
810
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase2: any;
|
|
811
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Disabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase2;
|
|
812
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Disabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Disabled>;
|
|
813
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
814
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
815
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase2 = "create" | "update";
|
|
816
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase2: any;
|
|
817
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Hidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase2;
|
|
818
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Hidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Hidden>;
|
|
819
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2 {
|
|
820
|
+
value: string;
|
|
821
|
+
description?: string;
|
|
822
|
+
disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Disabled;
|
|
823
|
+
hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Hidden;
|
|
824
|
+
}
|
|
825
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2>;
|
|
826
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItem = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0 | string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2;
|
|
827
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItem: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItem>;
|
|
828
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsList = Array<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItem>;
|
|
829
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsList>;
|
|
830
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8DefaultList = Array<string>;
|
|
831
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8DefaultList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8DefaultList>;
|
|
832
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
833
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
834
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnlyCase2 = "create" | "update";
|
|
835
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnlyCase2: any;
|
|
836
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnlyCase2;
|
|
837
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnly: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnly>;
|
|
838
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
839
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
840
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHiddenCase2 = "create" | "update";
|
|
841
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHiddenCase2: any;
|
|
842
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHiddenCase2;
|
|
843
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHidden>;
|
|
844
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
845
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
846
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabledCase2 = "create" | "update";
|
|
847
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabledCase2: any;
|
|
848
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabledCase2;
|
|
849
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabled>;
|
|
850
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
851
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
852
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
853
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDescription: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDescription>;
|
|
854
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
855
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
856
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8ExampleList = Array<string>;
|
|
857
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8ExampleList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8ExampleList>;
|
|
858
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8 {
|
|
859
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8Type;
|
|
860
|
+
items: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8Items;
|
|
861
|
+
ui_control: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiControl;
|
|
862
|
+
ui_options: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsList;
|
|
863
|
+
default?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8DefaultList;
|
|
864
|
+
maxItems?: number;
|
|
865
|
+
minItems?: number;
|
|
866
|
+
description?: string;
|
|
867
|
+
ui_label?: string;
|
|
868
|
+
ui_read_only?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnly;
|
|
869
|
+
ui_hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHidden;
|
|
870
|
+
ui_disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabled;
|
|
871
|
+
ui_description?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDescription;
|
|
872
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
873
|
+
ui_paid_only?: boolean;
|
|
874
|
+
ui_placeholder?: string;
|
|
875
|
+
example?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8ExampleList;
|
|
876
|
+
}
|
|
877
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8>;
|
|
878
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9Type = "string";
|
|
879
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9Type: any;
|
|
880
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiControl = "vercel-country";
|
|
881
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiControl: any;
|
|
882
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
883
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
884
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase2 = "create" | "update";
|
|
885
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase2: any;
|
|
886
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Disabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase2;
|
|
887
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Disabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Disabled>;
|
|
888
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
889
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
890
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase2 = "create" | "update";
|
|
891
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase2: any;
|
|
892
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Hidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase2;
|
|
893
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Hidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Hidden>;
|
|
894
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0 {
|
|
895
|
+
value: string;
|
|
896
|
+
label: string;
|
|
897
|
+
description?: string;
|
|
898
|
+
disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Disabled;
|
|
899
|
+
hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Hidden;
|
|
900
|
+
}
|
|
901
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0>;
|
|
902
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
903
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
904
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase2 = "create" | "update";
|
|
905
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase2: any;
|
|
906
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Disabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase2;
|
|
907
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Disabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Disabled>;
|
|
908
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
909
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
910
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase2 = "create" | "update";
|
|
911
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase2: any;
|
|
912
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Hidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase2;
|
|
913
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Hidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Hidden>;
|
|
914
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2 {
|
|
915
|
+
value: string;
|
|
916
|
+
description?: string;
|
|
917
|
+
disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Disabled;
|
|
918
|
+
hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Hidden;
|
|
919
|
+
}
|
|
920
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2>;
|
|
921
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItem = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0 | string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2;
|
|
922
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItem: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItem>;
|
|
923
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsList = Array<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItem>;
|
|
924
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsList>;
|
|
925
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9EnumList = Array<string>;
|
|
926
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9EnumList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9EnumList>;
|
|
927
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
928
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
929
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnlyCase2 = "create" | "update";
|
|
930
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnlyCase2: any;
|
|
931
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnlyCase2;
|
|
932
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnly: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnly>;
|
|
933
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
934
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
935
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHiddenCase2 = "create" | "update";
|
|
936
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHiddenCase2: any;
|
|
937
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHiddenCase2;
|
|
938
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHidden>;
|
|
939
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
940
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
941
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabledCase2 = "create" | "update";
|
|
942
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabledCase2: any;
|
|
943
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabledCase2;
|
|
944
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabled>;
|
|
945
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
946
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
947
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
948
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDescription: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDescription>;
|
|
949
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
950
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
951
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9 {
|
|
952
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9Type;
|
|
953
|
+
ui_control: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiControl;
|
|
954
|
+
ui_options: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsList;
|
|
955
|
+
default?: string;
|
|
956
|
+
enum?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9EnumList;
|
|
957
|
+
maxLength?: number;
|
|
958
|
+
minLength?: number;
|
|
959
|
+
pattern?: string;
|
|
960
|
+
description?: string;
|
|
961
|
+
ui_label?: string;
|
|
962
|
+
ui_read_only?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnly;
|
|
963
|
+
ui_hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHidden;
|
|
964
|
+
ui_disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabled;
|
|
965
|
+
ui_description?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDescription;
|
|
966
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
967
|
+
ui_paid_only?: boolean;
|
|
968
|
+
ui_placeholder?: string;
|
|
969
|
+
}
|
|
970
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9>;
|
|
971
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10Type = "string";
|
|
972
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10Type: any;
|
|
973
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiControl = "domain";
|
|
974
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiControl: any;
|
|
975
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10EnumList = Array<string>;
|
|
976
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10EnumList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10EnumList>;
|
|
977
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
978
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
979
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnlyCase2 = "create" | "update";
|
|
980
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnlyCase2: any;
|
|
981
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnlyCase2;
|
|
982
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnly: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnly>;
|
|
983
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
984
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
985
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHiddenCase2 = "create" | "update";
|
|
986
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHiddenCase2: any;
|
|
987
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHiddenCase2;
|
|
988
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHidden>;
|
|
989
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
990
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
991
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabledCase2 = "create" | "update";
|
|
992
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabledCase2: any;
|
|
993
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabledCase2;
|
|
994
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabled>;
|
|
995
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
996
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
997
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
998
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDescription: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDescription>;
|
|
999
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1000
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1001
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10 {
|
|
1002
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10Type;
|
|
1003
|
+
ui_control: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiControl;
|
|
1004
|
+
default?: string;
|
|
1005
|
+
enum?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10EnumList;
|
|
1006
|
+
maxLength?: number;
|
|
1007
|
+
minLength?: number;
|
|
1008
|
+
pattern?: string;
|
|
1009
|
+
description?: string;
|
|
1010
|
+
ui_label?: string;
|
|
1011
|
+
ui_read_only?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnly;
|
|
1012
|
+
ui_hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHidden;
|
|
1013
|
+
ui_disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabled;
|
|
1014
|
+
ui_description?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDescription;
|
|
1015
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1016
|
+
ui_paid_only?: boolean;
|
|
1017
|
+
ui_placeholder?: string;
|
|
1018
|
+
}
|
|
1019
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10>;
|
|
1020
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11Type = "string";
|
|
1021
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11Type: any;
|
|
1022
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiControl = "git-namespace";
|
|
1023
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiControl: any;
|
|
1024
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1025
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1026
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnlyCase2 = "create" | "update";
|
|
1027
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnlyCase2: any;
|
|
1028
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnlyCase2;
|
|
1029
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnly: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnly>;
|
|
1030
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1031
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1032
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHiddenCase2 = "create" | "update";
|
|
1033
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHiddenCase2: any;
|
|
1034
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHiddenCase2;
|
|
1035
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHidden: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHidden>;
|
|
1036
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1037
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1038
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabledCase2 = "create" | "update";
|
|
1039
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabledCase2: any;
|
|
1040
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabledCase2;
|
|
1041
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabled: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabled>;
|
|
1042
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1043
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1044
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1045
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDescription: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDescription>;
|
|
1046
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1047
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1048
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11GitProvidersItem = "bitbucket" | "github" | "gitlab";
|
|
1049
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11GitProvidersItem: any;
|
|
1050
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11GitProvidersList = Array<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11GitProvidersItem>;
|
|
1051
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11GitProvidersList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11GitProvidersList>;
|
|
1052
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11 {
|
|
1053
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11Type;
|
|
1054
|
+
ui_control: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiControl;
|
|
1055
|
+
description?: string;
|
|
1056
|
+
ui_label?: string;
|
|
1057
|
+
ui_read_only?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnly;
|
|
1058
|
+
ui_hidden?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHidden;
|
|
1059
|
+
ui_disabled?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabled;
|
|
1060
|
+
ui_description?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDescription;
|
|
1061
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1062
|
+
ui_paid_only?: boolean;
|
|
1063
|
+
ui_placeholder?: string;
|
|
1064
|
+
git_providers?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11GitProvidersList;
|
|
1065
|
+
}
|
|
1066
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11>;
|
|
1067
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0 | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1 | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2 | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3 | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4 | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5 | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6 | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7 | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8 | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9 | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10 | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11;
|
|
1068
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValue>;
|
|
1069
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesMap = {
|
|
1070
|
+
[key: string]: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValue | undefined;
|
|
1071
|
+
};
|
|
1072
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesMap: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesMap>;
|
|
1073
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaRequiredList = Array<string>;
|
|
1074
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaRequiredList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaRequiredList>;
|
|
1075
|
+
export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaUiOrderList = Array<string>;
|
|
1076
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaUiOrderList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaUiOrderList>;
|
|
1077
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductMetadataSchema {
|
|
1078
|
+
type: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaType;
|
|
1079
|
+
properties: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesMap;
|
|
1080
|
+
required?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaRequiredList;
|
|
1081
|
+
ui_order?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaUiOrderList;
|
|
1082
|
+
}
|
|
1083
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductMetadataSchema: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchema>;
|
|
1084
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductResourceLinksItem {
|
|
1085
|
+
href: string;
|
|
1086
|
+
title: string;
|
|
1087
|
+
}
|
|
1088
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductResourceLinksItem: S.Schema<CreateIntegrationStoreDirectResponseStoreProductResourceLinksItem>;
|
|
1089
|
+
export type CreateIntegrationStoreDirectResponseStoreProductResourceLinksList = Array<CreateIntegrationStoreDirectResponseStoreProductResourceLinksItem>;
|
|
1090
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductResourceLinksList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductResourceLinksList>;
|
|
1091
|
+
export type CreateIntegrationStoreDirectResponseStoreProductTagsItem = "ai" | "authentication" | "blob" | "checks" | "drains" | "edge-config" | "experimentation" | "kv" | "libsql" | "logDrain" | "mcp" | "messaging" | "mysql" | "observability" | "other" | "postgres" | "rds" | "redis" | "sqlite" | "storage" | "tag_agents" | "tag_ai" | "tag_analytics" | "tag_authentication" | "tag_checks" | "tag_cms" | "tag_code_repository" | "tag_code_review" | "tag_code_security" | "tag_code_testing" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logDrain" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_other" | "tag_payments" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_storage" | "tag_support_agent" | "tag_testing" | "tag_traceDrain" | "tag_video" | "tag_web_automation" | "tag_workflow" | "traceDrain" | "vector" | "video" | "workflow";
|
|
1092
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductTagsItem: any;
|
|
1093
|
+
export type CreateIntegrationStoreDirectResponseStoreProductTagsList = Array<CreateIntegrationStoreDirectResponseStoreProductTagsItem>;
|
|
1094
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductTagsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductTagsList>;
|
|
1095
|
+
export type CreateIntegrationStoreDirectResponseStoreProductProjectConnectionScopesItem = "read-write:deployment" | "read-write:deployment-check" | "read-write:domain" | "read-write:drains" | "read-write:global-project-env-vars" | "read-write:integration-deployment-action" | "read-write:log-drain" | "read-write:project-env-vars" | "read-write:project-protection-bypass" | "read:deployment" | "read:domain" | "read:project";
|
|
1096
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductProjectConnectionScopesItem: any;
|
|
1097
|
+
export type CreateIntegrationStoreDirectResponseStoreProductProjectConnectionScopesList = Array<CreateIntegrationStoreDirectResponseStoreProductProjectConnectionScopesItem>;
|
|
1098
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductProjectConnectionScopesList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductProjectConnectionScopesList>;
|
|
1099
|
+
/** URLs to skills/guides for how AI agents should use this product. Providers can specify these to help agents understand how to interact with their integration. */
|
|
1100
|
+
export type CreateIntegrationStoreDirectResponseStoreProductAgentSkillsList = Array<string>;
|
|
1101
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductAgentSkillsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductAgentSkillsList>;
|
|
1102
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductRepl {
|
|
1103
|
+
enabled: boolean;
|
|
1104
|
+
supportsReadOnlyMode: boolean;
|
|
1105
|
+
welcomeMessage?: string;
|
|
1106
|
+
}
|
|
1107
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductRepl: S.Schema<CreateIntegrationStoreDirectResponseStoreProductRepl>;
|
|
1108
|
+
export type CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItemActionsItemType = "add_drain" | "configure_project_connections" | "connect_to_project";
|
|
1109
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItemActionsItemType: any;
|
|
1110
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItemActionsItem {
|
|
1111
|
+
type: CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItemActionsItemType;
|
|
1112
|
+
}
|
|
1113
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItemActionsItem: S.Schema<CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItemActionsItem>;
|
|
1114
|
+
export type CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItemActionsList = Array<CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItemActionsItem>;
|
|
1115
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItemActionsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItemActionsList>;
|
|
1116
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItem {
|
|
1117
|
+
title: string;
|
|
1118
|
+
content: string;
|
|
1119
|
+
actions?: CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItemActionsList;
|
|
1120
|
+
}
|
|
1121
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItem: S.Schema<CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItem>;
|
|
1122
|
+
export type CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsList = Array<CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItem>;
|
|
1123
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsList>;
|
|
1124
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductGuidesItem {
|
|
1125
|
+
framework: string;
|
|
1126
|
+
title: string;
|
|
1127
|
+
steps: CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsList;
|
|
1128
|
+
}
|
|
1129
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductGuidesItem: S.Schema<CreateIntegrationStoreDirectResponseStoreProductGuidesItem>;
|
|
1130
|
+
export type CreateIntegrationStoreDirectResponseStoreProductGuidesList = Array<CreateIntegrationStoreDirectResponseStoreProductGuidesItem>;
|
|
1131
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductGuidesList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductGuidesList>;
|
|
1132
|
+
export type CreateIntegrationStoreDirectResponseStoreProductIntegrationCapabilitiesSecretRotationCase0 = CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0;
|
|
1133
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductIntegrationCapabilitiesSecretRotationCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0>;
|
|
1134
|
+
export type CreateIntegrationStoreDirectResponseStoreProductIntegrationCapabilitiesSecretRotation = CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0 | boolean;
|
|
1135
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductIntegrationCapabilitiesSecretRotation: S.Schema<CreateIntegrationStoreDirectResponseStoreProductIntegrationCapabilitiesSecretRotation>;
|
|
1136
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductIntegrationCapabilities {
|
|
1137
|
+
provisioning?: boolean;
|
|
1138
|
+
mcp?: boolean;
|
|
1139
|
+
mcpReadonly?: boolean;
|
|
1140
|
+
sso?: boolean;
|
|
1141
|
+
billable?: boolean;
|
|
1142
|
+
transferable?: boolean;
|
|
1143
|
+
templateCloneOnly?: boolean;
|
|
1144
|
+
checks?: boolean;
|
|
1145
|
+
connectedProvisioning?: boolean;
|
|
1146
|
+
secretRotation?: CreateIntegrationStoreDirectResponseStoreProductIntegrationCapabilitiesSecretRotation;
|
|
1147
|
+
importResource?: boolean;
|
|
1148
|
+
connectedImportResource?: boolean;
|
|
1149
|
+
nativeImportResource?: boolean;
|
|
1150
|
+
requiresBrowserInstall?: boolean;
|
|
1151
|
+
v0Flavors?: boolean;
|
|
1152
|
+
flexCommitEligible?: boolean;
|
|
1153
|
+
updateConfiguration?: boolean;
|
|
1154
|
+
maxAllowedTeams?: number;
|
|
1155
|
+
}
|
|
1156
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductIntegrationCapabilities: S.Schema<CreateIntegrationStoreDirectResponseStoreProductIntegrationCapabilities>;
|
|
1157
|
+
export type CreateIntegrationStoreDirectResponseStoreProductIntegrationFlagsList = Array<string>;
|
|
1158
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductIntegrationFlagsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductIntegrationFlagsList>;
|
|
1159
|
+
export interface CreateIntegrationStoreDirectResponseStoreProductIntegration {
|
|
1160
|
+
id: string;
|
|
1161
|
+
name: string;
|
|
1162
|
+
slug: string;
|
|
1163
|
+
supportsInstallationBillingPlans?: boolean;
|
|
1164
|
+
icon: string;
|
|
1165
|
+
capabilities?: CreateIntegrationStoreDirectResponseStoreProductIntegrationCapabilities;
|
|
1166
|
+
flags?: CreateIntegrationStoreDirectResponseStoreProductIntegrationFlagsList;
|
|
1167
|
+
}
|
|
1168
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductIntegration: S.Schema<CreateIntegrationStoreDirectResponseStoreProductIntegration>;
|
|
1169
|
+
export type CreateIntegrationStoreDirectResponseStoreProductSupportedProtocolsItem = "ai" | "authentication" | "checks" | "experimentation" | "logDrain" | "messaging" | "observability" | "other" | "storage" | "traceDrain" | "video" | "workflow";
|
|
1170
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductSupportedProtocolsItem: any;
|
|
1171
|
+
export type CreateIntegrationStoreDirectResponseStoreProductSupportedProtocolsList = Array<CreateIntegrationStoreDirectResponseStoreProductSupportedProtocolsItem>;
|
|
1172
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductSupportedProtocolsList: S.Schema<CreateIntegrationStoreDirectResponseStoreProductSupportedProtocolsList>;
|
|
1173
|
+
export type CreateIntegrationStoreDirectResponseStoreProductPrimaryProtocol = "ai" | "authentication" | "checks" | "experimentation" | "logDrain" | "messaging" | "observability" | "other" | "storage" | "traceDrain" | "video" | "workflow";
|
|
1174
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductPrimaryProtocol: any;
|
|
1175
|
+
export type CreateIntegrationStoreDirectResponseStoreProductLogDrainStatus = "disabled" | "enabled";
|
|
1176
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProductLogDrainStatus: any;
|
|
1177
|
+
export interface CreateIntegrationStoreDirectResponseStoreProduct {
|
|
1178
|
+
id?: string;
|
|
1179
|
+
name?: string;
|
|
1180
|
+
slug?: string;
|
|
1181
|
+
iconUrl?: string;
|
|
1182
|
+
capabilities?: CreateIntegrationStoreDirectResponseStoreProductCapabilities;
|
|
1183
|
+
shortDescription?: string;
|
|
1184
|
+
metadataSchema?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchema;
|
|
1185
|
+
resourceLinks?: CreateIntegrationStoreDirectResponseStoreProductResourceLinksList;
|
|
1186
|
+
tags?: CreateIntegrationStoreDirectResponseStoreProductTagsList;
|
|
1187
|
+
projectConnectionScopes?: CreateIntegrationStoreDirectResponseStoreProductProjectConnectionScopesList;
|
|
1188
|
+
showSSOLinkOnProjectConnection?: boolean;
|
|
1189
|
+
disableResourceRenaming?: boolean;
|
|
1190
|
+
/** Custom resource title to display during installation and configuration. If not provided, defaults to protocol-based defaults. */
|
|
1191
|
+
resourceTitle?: string;
|
|
1192
|
+
/** URLs to skills/guides for how AI agents should use this product. Providers can specify these to help agents understand how to interact with their integration. */
|
|
1193
|
+
agentSkills?: CreateIntegrationStoreDirectResponseStoreProductAgentSkillsList;
|
|
1194
|
+
repl?: CreateIntegrationStoreDirectResponseStoreProductRepl;
|
|
1195
|
+
guides?: CreateIntegrationStoreDirectResponseStoreProductGuidesList;
|
|
1196
|
+
integration: CreateIntegrationStoreDirectResponseStoreProductIntegration;
|
|
1197
|
+
integrationConfigurationId: string;
|
|
1198
|
+
supportedProtocols: CreateIntegrationStoreDirectResponseStoreProductSupportedProtocolsList;
|
|
1199
|
+
primaryProtocol?: CreateIntegrationStoreDirectResponseStoreProductPrimaryProtocol;
|
|
1200
|
+
logDrainStatus?: CreateIntegrationStoreDirectResponseStoreProductLogDrainStatus;
|
|
1201
|
+
}
|
|
1202
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProduct: S.Schema<CreateIntegrationStoreDirectResponseStoreProduct>;
|
|
1203
|
+
export interface CreateIntegrationStoreDirectResponseStoreProtocolSettingsExperimentation {
|
|
1204
|
+
edgeConfigSyncingEnabled?: boolean;
|
|
1205
|
+
edgeConfigId?: string;
|
|
1206
|
+
globalConfigId?: string;
|
|
1207
|
+
globalConfigSyncingEnabled?: boolean;
|
|
1208
|
+
edgeConfigTokenId?: string;
|
|
1209
|
+
}
|
|
1210
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProtocolSettingsExperimentation: S.Schema<CreateIntegrationStoreDirectResponseStoreProtocolSettingsExperimentation>;
|
|
1211
|
+
export interface CreateIntegrationStoreDirectResponseStoreProtocolSettings {
|
|
1212
|
+
experimentation?: CreateIntegrationStoreDirectResponseStoreProtocolSettingsExperimentation;
|
|
1213
|
+
}
|
|
1214
|
+
export declare const CreateIntegrationStoreDirectResponseStoreProtocolSettings: S.Schema<CreateIntegrationStoreDirectResponseStoreProtocolSettings>;
|
|
1215
|
+
export type CreateIntegrationStoreDirectResponseStoreNotificationLevel = "error" | "info" | "warn";
|
|
1216
|
+
export declare const CreateIntegrationStoreDirectResponseStoreNotificationLevel: any;
|
|
1217
|
+
export interface CreateIntegrationStoreDirectResponseStoreNotification {
|
|
1218
|
+
title: string;
|
|
1219
|
+
level: CreateIntegrationStoreDirectResponseStoreNotificationLevel;
|
|
1220
|
+
message?: string;
|
|
1221
|
+
href?: string;
|
|
1222
|
+
}
|
|
1223
|
+
export declare const CreateIntegrationStoreDirectResponseStoreNotification: S.Schema<CreateIntegrationStoreDirectResponseStoreNotification>;
|
|
1224
|
+
export interface CreateIntegrationStoreDirectResponseStoreSecretsItem {
|
|
1225
|
+
name: string;
|
|
1226
|
+
length: number;
|
|
1227
|
+
frameworkPublishable?: boolean;
|
|
1228
|
+
}
|
|
1229
|
+
export declare const CreateIntegrationStoreDirectResponseStoreSecretsItem: S.Schema<CreateIntegrationStoreDirectResponseStoreSecretsItem>;
|
|
1230
|
+
export type CreateIntegrationStoreDirectResponseStoreSecretsList = Array<CreateIntegrationStoreDirectResponseStoreSecretsItem>;
|
|
1231
|
+
export declare const CreateIntegrationStoreDirectResponseStoreSecretsList: S.Schema<CreateIntegrationStoreDirectResponseStoreSecretsList>;
|
|
1232
|
+
export type CreateIntegrationStoreDirectResponseStoreBillingPlanType = "prepayment" | "subscription";
|
|
1233
|
+
export declare const CreateIntegrationStoreDirectResponseStoreBillingPlanType: any;
|
|
1234
|
+
export type CreateIntegrationStoreDirectResponseStoreBillingPlanScope = "installation" | "resource";
|
|
1235
|
+
export declare const CreateIntegrationStoreDirectResponseStoreBillingPlanScope: any;
|
|
1236
|
+
export interface CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsItem {
|
|
1237
|
+
label: string;
|
|
1238
|
+
value?: string;
|
|
1239
|
+
}
|
|
1240
|
+
export declare const CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsItem: S.Schema<CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsItem>;
|
|
1241
|
+
export type CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsList = Array<CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsItem>;
|
|
1242
|
+
export declare const CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsList: S.Schema<CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsList>;
|
|
1243
|
+
export type CreateIntegrationStoreDirectResponseStoreBillingPlanHighlightedDetailsItem = CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsItem;
|
|
1244
|
+
export declare const CreateIntegrationStoreDirectResponseStoreBillingPlanHighlightedDetailsItem: S.Schema<CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsItem>;
|
|
1245
|
+
export type CreateIntegrationStoreDirectResponseStoreBillingPlanHighlightedDetailsList = Array<CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsItem>;
|
|
1246
|
+
export declare const CreateIntegrationStoreDirectResponseStoreBillingPlanHighlightedDetailsList: S.Schema<CreateIntegrationStoreDirectResponseStoreBillingPlanHighlightedDetailsList>;
|
|
1247
|
+
export interface CreateIntegrationStoreDirectResponseStoreBillingPlanQuoteItem {
|
|
1248
|
+
line: string;
|
|
1249
|
+
amount: string;
|
|
1250
|
+
}
|
|
1251
|
+
export declare const CreateIntegrationStoreDirectResponseStoreBillingPlanQuoteItem: S.Schema<CreateIntegrationStoreDirectResponseStoreBillingPlanQuoteItem>;
|
|
1252
|
+
export type CreateIntegrationStoreDirectResponseStoreBillingPlanQuoteList = Array<CreateIntegrationStoreDirectResponseStoreBillingPlanQuoteItem>;
|
|
1253
|
+
export declare const CreateIntegrationStoreDirectResponseStoreBillingPlanQuoteList: S.Schema<CreateIntegrationStoreDirectResponseStoreBillingPlanQuoteList>;
|
|
1254
|
+
export interface CreateIntegrationStoreDirectResponseStoreBillingPlan {
|
|
1255
|
+
id: string;
|
|
1256
|
+
type: CreateIntegrationStoreDirectResponseStoreBillingPlanType;
|
|
1257
|
+
description: string;
|
|
1258
|
+
name: string;
|
|
1259
|
+
scope: CreateIntegrationStoreDirectResponseStoreBillingPlanScope;
|
|
1260
|
+
paymentMethodRequired: boolean;
|
|
1261
|
+
preauthorizationAmount?: number;
|
|
1262
|
+
initialCharge?: string;
|
|
1263
|
+
minimumAmount?: string;
|
|
1264
|
+
maximumAmount?: string;
|
|
1265
|
+
maximumAmountAutoPurchasePerPeriod?: string;
|
|
1266
|
+
cost?: string;
|
|
1267
|
+
details?: CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsList;
|
|
1268
|
+
highlightedDetails?: CreateIntegrationStoreDirectResponseStoreBillingPlanHighlightedDetailsList;
|
|
1269
|
+
quote?: CreateIntegrationStoreDirectResponseStoreBillingPlanQuoteList;
|
|
1270
|
+
effectiveDate?: string;
|
|
1271
|
+
disabled?: boolean;
|
|
1272
|
+
}
|
|
1273
|
+
export declare const CreateIntegrationStoreDirectResponseStoreBillingPlan: S.Schema<CreateIntegrationStoreDirectResponseStoreBillingPlan>;
|
|
1274
|
+
/** The deployment targets that this resource is available for. */
|
|
1275
|
+
export type CreateIntegrationStoreDirectResponseStoreTargetsItem = "development" | "preview" | "production";
|
|
1276
|
+
export declare const CreateIntegrationStoreDirectResponseStoreTargetsItem: any;
|
|
1277
|
+
/** The deployment targets that this resource is available for. */
|
|
1278
|
+
export type CreateIntegrationStoreDirectResponseStoreTargetsList = Array<CreateIntegrationStoreDirectResponseStoreTargetsItem>;
|
|
1279
|
+
export declare const CreateIntegrationStoreDirectResponseStoreTargetsList: S.Schema<CreateIntegrationStoreDirectResponseStoreTargetsList>;
|
|
1280
|
+
export interface CreateIntegrationStoreDirectResponseStore {
|
|
1281
|
+
projectsMetadata: CreateIntegrationStoreDirectResponseStoreProjectsMetadataList;
|
|
1282
|
+
projectFilter?: CreateIntegrationStoreDirectResponseStoreProjectFilter;
|
|
1283
|
+
totalConnectedProjects?: number;
|
|
1284
|
+
usageQuotaExceeded: boolean;
|
|
1285
|
+
status: CreateIntegrationStoreDirectResponseStoreStatus | null;
|
|
1286
|
+
ownership?: CreateIntegrationStoreDirectResponseStoreOwnership;
|
|
1287
|
+
capabilities?: CreateIntegrationStoreDirectResponseStoreCapabilities;
|
|
1288
|
+
metadata?: CreateIntegrationStoreDirectResponseStoreMetadataMap;
|
|
1289
|
+
externalResourceId: string;
|
|
1290
|
+
externalResourceStatus?: CreateIntegrationStoreDirectResponseStoreExternalResourceStatus | null;
|
|
1291
|
+
directPartnerConsoleUrl?: string;
|
|
1292
|
+
product: CreateIntegrationStoreDirectResponseStoreProduct;
|
|
1293
|
+
protocolSettings?: CreateIntegrationStoreDirectResponseStoreProtocolSettings;
|
|
1294
|
+
notification?: CreateIntegrationStoreDirectResponseStoreNotification;
|
|
1295
|
+
secrets: CreateIntegrationStoreDirectResponseStoreSecretsList;
|
|
1296
|
+
billingPlan?: CreateIntegrationStoreDirectResponseStoreBillingPlan;
|
|
1297
|
+
/** The timestamp when secret rotation was requested. */
|
|
1298
|
+
secretRotationRequestedAt?: number;
|
|
1299
|
+
/** The reason for the secret rotation request. */
|
|
1300
|
+
secretRotationRequestedReason?: string;
|
|
1301
|
+
/** The ID of the user/team who requested the secret rotation. */
|
|
1302
|
+
secretRotationRequestedBy?: string;
|
|
1303
|
+
/** The timestamp when secret rotation was completed. */
|
|
1304
|
+
secretRotationCompletedAt?: number;
|
|
1305
|
+
/** The ID of the parent resource. Used to establish a parent-child relationship between resources, such as sandbox resources linking to their owner account resource. */
|
|
1306
|
+
parentId?: string;
|
|
1307
|
+
/** The deployment targets that this resource is available for. */
|
|
1308
|
+
targets?: CreateIntegrationStoreDirectResponseStoreTargetsList;
|
|
1309
|
+
}
|
|
1310
|
+
export declare const CreateIntegrationStoreDirectResponseStore: S.Schema<CreateIntegrationStoreDirectResponseStore>;
|
|
1311
|
+
export interface CreateIntegrationStoreDirectResponse {
|
|
1312
|
+
store: CreateIntegrationStoreDirectResponseStore | null;
|
|
1313
|
+
}
|
|
1314
|
+
export declare const CreateIntegrationStoreDirectResponse: S.Schema<CreateIntegrationStoreDirectResponse>;
|
|
1315
|
+
export interface DeleteConfigurationRequest {
|
|
1316
|
+
id: string;
|
|
1317
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
1318
|
+
teamId?: string;
|
|
1319
|
+
/** The Team slug to perform the request on behalf of. */
|
|
1320
|
+
slug?: string;
|
|
1321
|
+
}
|
|
1322
|
+
export declare const DeleteConfigurationRequest: S.Schema<DeleteConfigurationRequest>;
|
|
1323
|
+
export interface DeleteConfigurationResponse {
|
|
1324
|
+
}
|
|
1325
|
+
export declare const DeleteConfigurationResponse: S.Schema<DeleteConfigurationResponse>;
|
|
1326
|
+
export type GetBillingPlansRequestSource = "marketplace" | "deploy-button" | "external" | "v0" | "resource-claims" | "cli" | "oauth" | "backoffice" | "import-recommended-integrations";
|
|
1327
|
+
export declare const GetBillingPlansRequestSource: any;
|
|
1328
|
+
export interface GetBillingPlansRequest {
|
|
1329
|
+
integrationIdOrSlug: string;
|
|
1330
|
+
productIdOrSlug: string;
|
|
1331
|
+
integrationConfigurationId?: string;
|
|
1332
|
+
metadata?: string;
|
|
1333
|
+
source?: GetBillingPlansRequestSource | (string & {});
|
|
1334
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
1335
|
+
teamId?: string;
|
|
1336
|
+
/** The Team slug to perform the request on behalf of. */
|
|
1337
|
+
slug?: string;
|
|
1338
|
+
}
|
|
1339
|
+
export declare const GetBillingPlansRequest: S.Schema<GetBillingPlansRequest>;
|
|
1340
|
+
export type GetBillingPlansResponsePlansItemType = "prepayment" | "subscription";
|
|
1341
|
+
export declare const GetBillingPlansResponsePlansItemType: any;
|
|
1342
|
+
export type GetBillingPlansResponsePlansItemScope = "installation" | "resource";
|
|
1343
|
+
export declare const GetBillingPlansResponsePlansItemScope: any;
|
|
1344
|
+
export type GetBillingPlansResponsePlansItemDetailsItem = CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsItem;
|
|
1345
|
+
export declare const GetBillingPlansResponsePlansItemDetailsItem: S.Schema<CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsItem>;
|
|
1346
|
+
export type GetBillingPlansResponsePlansItemDetailsList = Array<CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsItem>;
|
|
1347
|
+
export declare const GetBillingPlansResponsePlansItemDetailsList: S.Schema<GetBillingPlansResponsePlansItemDetailsList>;
|
|
1348
|
+
export type GetBillingPlansResponsePlansItemHighlightedDetailsItem = CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsItem;
|
|
1349
|
+
export declare const GetBillingPlansResponsePlansItemHighlightedDetailsItem: S.Schema<CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsItem>;
|
|
1350
|
+
export type GetBillingPlansResponsePlansItemHighlightedDetailsList = Array<CreateIntegrationStoreDirectResponseStoreBillingPlanDetailsItem>;
|
|
1351
|
+
export declare const GetBillingPlansResponsePlansItemHighlightedDetailsList: S.Schema<GetBillingPlansResponsePlansItemHighlightedDetailsList>;
|
|
1352
|
+
export type GetBillingPlansResponsePlansItemQuoteItem = CreateIntegrationStoreDirectResponseStoreBillingPlanQuoteItem;
|
|
1353
|
+
export declare const GetBillingPlansResponsePlansItemQuoteItem: S.Schema<CreateIntegrationStoreDirectResponseStoreBillingPlanQuoteItem>;
|
|
1354
|
+
export type GetBillingPlansResponsePlansItemQuoteList = Array<CreateIntegrationStoreDirectResponseStoreBillingPlanQuoteItem>;
|
|
1355
|
+
export declare const GetBillingPlansResponsePlansItemQuoteList: S.Schema<GetBillingPlansResponsePlansItemQuoteList>;
|
|
1356
|
+
export interface GetBillingPlansResponsePlansItem {
|
|
1357
|
+
type: GetBillingPlansResponsePlansItemType;
|
|
1358
|
+
id: string;
|
|
1359
|
+
name: string;
|
|
1360
|
+
scope: GetBillingPlansResponsePlansItemScope;
|
|
1361
|
+
description: string;
|
|
1362
|
+
paymentMethodRequired: boolean;
|
|
1363
|
+
preauthorizationAmount?: number;
|
|
1364
|
+
initialCharge?: string;
|
|
1365
|
+
minimumAmount?: string;
|
|
1366
|
+
maximumAmount?: string;
|
|
1367
|
+
maximumAmountAutoPurchasePerPeriod?: string;
|
|
1368
|
+
cost?: string;
|
|
1369
|
+
details?: GetBillingPlansResponsePlansItemDetailsList;
|
|
1370
|
+
highlightedDetails?: GetBillingPlansResponsePlansItemHighlightedDetailsList;
|
|
1371
|
+
quote?: GetBillingPlansResponsePlansItemQuoteList;
|
|
1372
|
+
effectiveDate?: string;
|
|
1373
|
+
disabled?: boolean;
|
|
1374
|
+
}
|
|
1375
|
+
export declare const GetBillingPlansResponsePlansItem: S.Schema<GetBillingPlansResponsePlansItem>;
|
|
1376
|
+
export type GetBillingPlansResponsePlansList = Array<GetBillingPlansResponsePlansItem>;
|
|
1377
|
+
export declare const GetBillingPlansResponsePlansList: S.Schema<GetBillingPlansResponsePlansList>;
|
|
1378
|
+
export interface GetBillingPlansResponse {
|
|
1379
|
+
plans: GetBillingPlansResponsePlansList;
|
|
1380
|
+
}
|
|
1381
|
+
export declare const GetBillingPlansResponse: S.Schema<GetBillingPlansResponse>;
|
|
1382
|
+
export interface GetConfigurationRequest {
|
|
1383
|
+
/** ID of the configuration to check */
|
|
1384
|
+
id: string;
|
|
1385
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
1386
|
+
teamId?: string;
|
|
1387
|
+
/** The Team slug to perform the request on behalf of. */
|
|
1388
|
+
slug?: string;
|
|
1389
|
+
}
|
|
1390
|
+
export declare const GetConfigurationRequest: S.Schema<GetConfigurationRequest>;
|
|
1391
|
+
/** A string representing the permission for projects. Possible values are `all` or `selected`. */
|
|
1392
|
+
export type GetConfigurationResponseBodyCase0ProjectSelection = "all" | "selected";
|
|
1393
|
+
export declare const GetConfigurationResponseBodyCase0ProjectSelection: any;
|
|
1394
|
+
export type GetConfigurationResponseBodyCase0NotificationLevel = "error" | "info" | "warn";
|
|
1395
|
+
export declare const GetConfigurationResponseBodyCase0NotificationLevel: any;
|
|
1396
|
+
export interface GetConfigurationResponseBodyCase0Notification {
|
|
1397
|
+
level: GetConfigurationResponseBodyCase0NotificationLevel;
|
|
1398
|
+
title: string;
|
|
1399
|
+
message?: string;
|
|
1400
|
+
href?: string;
|
|
1401
|
+
}
|
|
1402
|
+
export declare const GetConfigurationResponseBodyCase0Notification: S.Schema<GetConfigurationResponseBodyCase0Notification>;
|
|
1403
|
+
export type GetConfigurationResponseBodyCase0TransferRequestCase0Kind = "transfer-to-marketplace";
|
|
1404
|
+
export declare const GetConfigurationResponseBodyCase0TransferRequestCase0Kind: any;
|
|
1405
|
+
export type GetConfigurationResponseBodyCase0TransferRequestCase0MetadataMap = {
|
|
1406
|
+
[key: string]: unknown | undefined;
|
|
1407
|
+
};
|
|
1408
|
+
export declare const GetConfigurationResponseBodyCase0TransferRequestCase0MetadataMap: S.Schema<GetConfigurationResponseBodyCase0TransferRequestCase0MetadataMap>;
|
|
1409
|
+
export type GetConfigurationResponseBodyCase0TransferRequestCase0BillingPlanType = "prepayment" | "subscription";
|
|
1410
|
+
export declare const GetConfigurationResponseBodyCase0TransferRequestCase0BillingPlanType: any;
|
|
1411
|
+
export type GetConfigurationResponseBodyCase0TransferRequestCase0BillingPlanScope = "installation" | "resource";
|
|
1412
|
+
export declare const GetConfigurationResponseBodyCase0TransferRequestCase0BillingPlanScope: any;
|
|
1413
|
+
export interface GetConfigurationResponseBodyCase0TransferRequestCase0BillingPlan {
|
|
1414
|
+
id: string;
|
|
1415
|
+
type: GetConfigurationResponseBodyCase0TransferRequestCase0BillingPlanType;
|
|
1416
|
+
scope?: GetConfigurationResponseBodyCase0TransferRequestCase0BillingPlanScope;
|
|
1417
|
+
name: string;
|
|
1418
|
+
description: string;
|
|
1419
|
+
paymentMethodRequired?: boolean;
|
|
1420
|
+
preauthorizationAmount?: number;
|
|
1421
|
+
}
|
|
1422
|
+
export declare const GetConfigurationResponseBodyCase0TransferRequestCase0BillingPlan: S.Schema<GetConfigurationResponseBodyCase0TransferRequestCase0BillingPlan>;
|
|
1423
|
+
export interface GetConfigurationResponseBodyCase0TransferRequestCase0Requester {
|
|
1424
|
+
name: string;
|
|
1425
|
+
email?: string;
|
|
1426
|
+
}
|
|
1427
|
+
export declare const GetConfigurationResponseBodyCase0TransferRequestCase0Requester: S.Schema<GetConfigurationResponseBodyCase0TransferRequestCase0Requester>;
|
|
1428
|
+
export interface GetConfigurationResponseBodyCase0TransferRequestCase0 {
|
|
1429
|
+
kind: GetConfigurationResponseBodyCase0TransferRequestCase0Kind;
|
|
1430
|
+
metadata?: GetConfigurationResponseBodyCase0TransferRequestCase0MetadataMap;
|
|
1431
|
+
billingPlan?: GetConfigurationResponseBodyCase0TransferRequestCase0BillingPlan;
|
|
1432
|
+
requestId: string;
|
|
1433
|
+
transferId: string;
|
|
1434
|
+
requester: GetConfigurationResponseBodyCase0TransferRequestCase0Requester;
|
|
1435
|
+
createdAt: number;
|
|
1436
|
+
expiresAt: number;
|
|
1437
|
+
discardedAt?: number;
|
|
1438
|
+
discardedBy?: string;
|
|
1439
|
+
approvedAt?: number;
|
|
1440
|
+
approvedBy?: string;
|
|
1441
|
+
authorizationId?: string;
|
|
1442
|
+
}
|
|
1443
|
+
export declare const GetConfigurationResponseBodyCase0TransferRequestCase0: S.Schema<GetConfigurationResponseBodyCase0TransferRequestCase0>;
|
|
1444
|
+
export type GetConfigurationResponseBodyCase0TransferRequestCase1Kind = "transfer-from-marketplace";
|
|
1445
|
+
export declare const GetConfigurationResponseBodyCase0TransferRequestCase1Kind: any;
|
|
1446
|
+
export type GetConfigurationResponseBodyCase0TransferRequestCase1Requester = GetConfigurationResponseBodyCase0TransferRequestCase0Requester;
|
|
1447
|
+
export declare const GetConfigurationResponseBodyCase0TransferRequestCase1Requester: S.Schema<GetConfigurationResponseBodyCase0TransferRequestCase0Requester>;
|
|
1448
|
+
export interface GetConfigurationResponseBodyCase0TransferRequestCase1 {
|
|
1449
|
+
kind: GetConfigurationResponseBodyCase0TransferRequestCase1Kind;
|
|
1450
|
+
requestId: string;
|
|
1451
|
+
transferId: string;
|
|
1452
|
+
requester: GetConfigurationResponseBodyCase0TransferRequestCase0Requester;
|
|
1453
|
+
createdAt: number;
|
|
1454
|
+
expiresAt: number;
|
|
1455
|
+
discardedAt?: number;
|
|
1456
|
+
discardedBy?: string;
|
|
1457
|
+
approvedAt?: number;
|
|
1458
|
+
approvedBy?: string;
|
|
1459
|
+
authorizationId?: string;
|
|
1460
|
+
}
|
|
1461
|
+
export declare const GetConfigurationResponseBodyCase0TransferRequestCase1: S.Schema<GetConfigurationResponseBodyCase0TransferRequestCase1>;
|
|
1462
|
+
export type GetConfigurationResponseBodyCase0TransferRequest = GetConfigurationResponseBodyCase0TransferRequestCase0 | GetConfigurationResponseBodyCase0TransferRequestCase1;
|
|
1463
|
+
export declare const GetConfigurationResponseBodyCase0TransferRequest: S.Schema<GetConfigurationResponseBodyCase0TransferRequest>;
|
|
1464
|
+
/** When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access. */
|
|
1465
|
+
export type GetConfigurationResponseBodyCase0ProjectsList = Array<string>;
|
|
1466
|
+
export declare const GetConfigurationResponseBodyCase0ProjectsList: S.Schema<GetConfigurationResponseBodyCase0ProjectsList>;
|
|
1467
|
+
/** The configuration status. Optional. If not defined, assume 'ready'. */
|
|
1468
|
+
export type GetConfigurationResponseBodyCase0Status = "error" | "onboarding" | "pending" | "ready" | "resumed" | "suspended" | "uninstalled";
|
|
1469
|
+
export declare const GetConfigurationResponseBodyCase0Status: any;
|
|
1470
|
+
export type GetConfigurationResponseBodyCase0Type = "integration-configuration";
|
|
1471
|
+
export declare const GetConfigurationResponseBodyCase0Type: any;
|
|
1472
|
+
/** Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. */
|
|
1473
|
+
export type GetConfigurationResponseBodyCase0Source = "backoffice" | "cli" | "deploy-button" | "external" | "import-recommended-integrations" | "marketplace" | "oauth" | "resource-claims" | "v0";
|
|
1474
|
+
export declare const GetConfigurationResponseBodyCase0Source: any;
|
|
1475
|
+
/** The resources that are allowed to be accessed by the configuration. */
|
|
1476
|
+
export type GetConfigurationResponseBodyCase0ScopesList = Array<string>;
|
|
1477
|
+
export declare const GetConfigurationResponseBodyCase0ScopesList: S.Schema<GetConfigurationResponseBodyCase0ScopesList>;
|
|
1478
|
+
export type GetConfigurationResponseBodyCase0DisabledReason = "account-plan-downgrade" | "disabled-by-admin" | "disabled-by-owner" | "feature-not-available" | "original-owner-left-the-team" | "original-owner-role-downgraded";
|
|
1479
|
+
export declare const GetConfigurationResponseBodyCase0DisabledReason: any;
|
|
1480
|
+
/** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
|
|
1481
|
+
export type GetConfigurationResponseBodyCase0InstallationType = "external" | "marketplace";
|
|
1482
|
+
export declare const GetConfigurationResponseBodyCase0InstallationType: any;
|
|
1483
|
+
export interface GetConfigurationResponseBodyCase0 {
|
|
1484
|
+
/** A string representing the permission for projects. Possible values are `all` or `selected`. */
|
|
1485
|
+
projectSelection: GetConfigurationResponseBodyCase0ProjectSelection;
|
|
1486
|
+
notification: GetConfigurationResponseBodyCase0Notification;
|
|
1487
|
+
transferRequest: GetConfigurationResponseBodyCase0TransferRequest;
|
|
1488
|
+
/** When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access. */
|
|
1489
|
+
projects?: GetConfigurationResponseBodyCase0ProjectsList;
|
|
1490
|
+
/** The configuration status. Optional. If not defined, assume 'ready'. */
|
|
1491
|
+
status?: GetConfigurationResponseBodyCase0Status;
|
|
1492
|
+
type: GetConfigurationResponseBodyCase0Type;
|
|
1493
|
+
/** The unique identifier of the configuration */
|
|
1494
|
+
id: string;
|
|
1495
|
+
/** The unique identifier of the app the configuration was created for */
|
|
1496
|
+
integrationId: string;
|
|
1497
|
+
/** The ID of the user that created the configuration. */
|
|
1498
|
+
userId: string;
|
|
1499
|
+
/** The user or team ID that owns the configuration */
|
|
1500
|
+
ownerId: string;
|
|
1501
|
+
/** A timestamp that tells you when the configuration was created */
|
|
1502
|
+
createdAt: number;
|
|
1503
|
+
/** A timestamp that tells you when the configuration was updated. */
|
|
1504
|
+
updatedAt: number;
|
|
1505
|
+
/** A timestamp that tells you when the configuration was deleted. */
|
|
1506
|
+
deletedAt?: number | null;
|
|
1507
|
+
canConfigureOpenTelemetry?: boolean;
|
|
1508
|
+
/** A timestamp that tells you when the configuration was installed successfully */
|
|
1509
|
+
completedAt?: number;
|
|
1510
|
+
/** An external identifier defined by the integration vendor. */
|
|
1511
|
+
externalId?: string;
|
|
1512
|
+
/** Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. */
|
|
1513
|
+
source?: GetConfigurationResponseBodyCase0Source;
|
|
1514
|
+
/** The slug of the integration the configuration is created for. */
|
|
1515
|
+
slug: string;
|
|
1516
|
+
/** When the configuration was created for a team, this will show the ID of the team. */
|
|
1517
|
+
teamId?: string | null;
|
|
1518
|
+
/** The resources that are allowed to be accessed by the configuration. */
|
|
1519
|
+
scopes: GetConfigurationResponseBodyCase0ScopesList;
|
|
1520
|
+
/** A timestamp that tells you when the configuration was disabled. Note: Configurations can be disabled when the associated user loses access to a team. They do not function during this time until the configuration is 'transferred', meaning the associated user is changed to one with access to the team. */
|
|
1521
|
+
disabledAt?: number;
|
|
1522
|
+
/** A timestamp that tells you when the configuration deletion has been started for cases when the deletion needs to be settled/approved by partners, such as when marketplace invoices have been paid. */
|
|
1523
|
+
deleteRequestedAt?: number | null;
|
|
1524
|
+
/** Record when the customer initited deletion, independent of whether `deleteRequestedAt` gets set. */
|
|
1525
|
+
customerDeleteRequestedAt?: number | null;
|
|
1526
|
+
disabledReason?: GetConfigurationResponseBodyCase0DisabledReason;
|
|
1527
|
+
/** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
|
|
1528
|
+
installationType?: GetConfigurationResponseBodyCase0InstallationType;
|
|
1529
|
+
}
|
|
1530
|
+
export declare const GetConfigurationResponseBodyCase0: S.Schema<GetConfigurationResponseBodyCase0>;
|
|
1531
|
+
/** The configuration status. Optional. If not defined, assume 'ready'. */
|
|
1532
|
+
export type GetConfigurationResponseBodyCase1Status = "error" | "onboarding" | "pending" | "ready" | "resumed" | "suspended" | "uninstalled";
|
|
1533
|
+
export declare const GetConfigurationResponseBodyCase1Status: any;
|
|
1534
|
+
/** When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access. */
|
|
1535
|
+
export type GetConfigurationResponseBodyCase1ProjectsList = Array<string>;
|
|
1536
|
+
export declare const GetConfigurationResponseBodyCase1ProjectsList: S.Schema<GetConfigurationResponseBodyCase1ProjectsList>;
|
|
1537
|
+
/** Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. */
|
|
1538
|
+
export type GetConfigurationResponseBodyCase1Source = "backoffice" | "cli" | "deploy-button" | "external" | "import-recommended-integrations" | "marketplace" | "oauth" | "resource-claims" | "v0";
|
|
1539
|
+
export declare const GetConfigurationResponseBodyCase1Source: any;
|
|
1540
|
+
export type GetConfigurationResponseBodyCase1Type = "integration-configuration";
|
|
1541
|
+
export declare const GetConfigurationResponseBodyCase1Type: any;
|
|
1542
|
+
/** The resources that are allowed to be accessed by the configuration. */
|
|
1543
|
+
export type GetConfigurationResponseBodyCase1ScopesList = Array<string>;
|
|
1544
|
+
export declare const GetConfigurationResponseBodyCase1ScopesList: S.Schema<GetConfigurationResponseBodyCase1ScopesList>;
|
|
1545
|
+
export type GetConfigurationResponseBodyCase1DisabledReason = "account-plan-downgrade" | "disabled-by-admin" | "disabled-by-owner" | "feature-not-available" | "original-owner-left-the-team" | "original-owner-role-downgraded";
|
|
1546
|
+
export declare const GetConfigurationResponseBodyCase1DisabledReason: any;
|
|
1547
|
+
/** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
|
|
1548
|
+
export type GetConfigurationResponseBodyCase1InstallationType = "external" | "marketplace";
|
|
1549
|
+
export declare const GetConfigurationResponseBodyCase1InstallationType: any;
|
|
1550
|
+
/** The configuration with the provided id */
|
|
1551
|
+
export interface GetConfigurationResponseBodyCase1 {
|
|
1552
|
+
/** A timestamp that tells you when the configuration was installed successfully */
|
|
1553
|
+
completedAt?: number;
|
|
1554
|
+
/** A timestamp that tells you when the configuration was created */
|
|
1555
|
+
createdAt: number;
|
|
1556
|
+
/** The unique identifier of the configuration */
|
|
1557
|
+
id: string;
|
|
1558
|
+
/** The unique identifier of the app the configuration was created for */
|
|
1559
|
+
integrationId: string;
|
|
1560
|
+
/** The user or team ID that owns the configuration */
|
|
1561
|
+
ownerId: string;
|
|
1562
|
+
/** The configuration status. Optional. If not defined, assume 'ready'. */
|
|
1563
|
+
status?: GetConfigurationResponseBodyCase1Status;
|
|
1564
|
+
/** An external identifier defined by the integration vendor. */
|
|
1565
|
+
externalId?: string;
|
|
1566
|
+
/** When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access. */
|
|
1567
|
+
projects?: GetConfigurationResponseBodyCase1ProjectsList;
|
|
1568
|
+
/** Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. */
|
|
1569
|
+
source?: GetConfigurationResponseBodyCase1Source;
|
|
1570
|
+
/** The slug of the integration the configuration is created for. */
|
|
1571
|
+
slug: string;
|
|
1572
|
+
/** When the configuration was created for a team, this will show the ID of the team. */
|
|
1573
|
+
teamId?: string | null;
|
|
1574
|
+
type: GetConfigurationResponseBodyCase1Type;
|
|
1575
|
+
/** A timestamp that tells you when the configuration was updated. */
|
|
1576
|
+
updatedAt: number;
|
|
1577
|
+
/** The ID of the user that created the configuration. */
|
|
1578
|
+
userId: string;
|
|
1579
|
+
/** The resources that are allowed to be accessed by the configuration. */
|
|
1580
|
+
scopes: GetConfigurationResponseBodyCase1ScopesList;
|
|
1581
|
+
/** A timestamp that tells you when the configuration was disabled. Note: Configurations can be disabled when the associated user loses access to a team. They do not function during this time until the configuration is 'transferred', meaning the associated user is changed to one with access to the team. */
|
|
1582
|
+
disabledAt?: number;
|
|
1583
|
+
/** A timestamp that tells you when the configuration was deleted. */
|
|
1584
|
+
deletedAt?: number | null;
|
|
1585
|
+
/** A timestamp that tells you when the configuration deletion has been started for cases when the deletion needs to be settled/approved by partners, such as when marketplace invoices have been paid. */
|
|
1586
|
+
deleteRequestedAt?: number | null;
|
|
1587
|
+
/** Record when the customer initited deletion, independent of whether `deleteRequestedAt` gets set. */
|
|
1588
|
+
customerDeleteRequestedAt?: number | null;
|
|
1589
|
+
disabledReason?: GetConfigurationResponseBodyCase1DisabledReason;
|
|
1590
|
+
/** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
|
|
1591
|
+
installationType?: GetConfigurationResponseBodyCase1InstallationType;
|
|
1592
|
+
}
|
|
1593
|
+
export declare const GetConfigurationResponseBodyCase1: S.Schema<GetConfigurationResponseBodyCase1>;
|
|
1594
|
+
/** The configuration status. Optional. If not defined, assume 'ready'. */
|
|
1595
|
+
export type GetConfigurationResponseBodyCase2Status = "error" | "onboarding" | "pending" | "ready" | "resumed" | "suspended" | "uninstalled";
|
|
1596
|
+
export declare const GetConfigurationResponseBodyCase2Status: any;
|
|
1597
|
+
/** When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access. */
|
|
1598
|
+
export type GetConfigurationResponseBodyCase2ProjectsList = Array<string>;
|
|
1599
|
+
export declare const GetConfigurationResponseBodyCase2ProjectsList: S.Schema<GetConfigurationResponseBodyCase2ProjectsList>;
|
|
1600
|
+
/** Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. */
|
|
1601
|
+
export type GetConfigurationResponseBodyCase2Source = "backoffice" | "cli" | "deploy-button" | "external" | "import-recommended-integrations" | "marketplace" | "oauth" | "resource-claims" | "v0";
|
|
1602
|
+
export declare const GetConfigurationResponseBodyCase2Source: any;
|
|
1603
|
+
export type GetConfigurationResponseBodyCase2Type = "integration-configuration";
|
|
1604
|
+
export declare const GetConfigurationResponseBodyCase2Type: any;
|
|
1605
|
+
/** The resources that are allowed to be accessed by the configuration. */
|
|
1606
|
+
export type GetConfigurationResponseBodyCase2ScopesList = Array<string>;
|
|
1607
|
+
export declare const GetConfigurationResponseBodyCase2ScopesList: S.Schema<GetConfigurationResponseBodyCase2ScopesList>;
|
|
1608
|
+
export type GetConfigurationResponseBodyCase2DisabledReason = "account-plan-downgrade" | "disabled-by-admin" | "disabled-by-owner" | "feature-not-available" | "original-owner-left-the-team" | "original-owner-role-downgraded";
|
|
1609
|
+
export declare const GetConfigurationResponseBodyCase2DisabledReason: any;
|
|
1610
|
+
/** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
|
|
1611
|
+
export type GetConfigurationResponseBodyCase2InstallationType = "external" | "marketplace";
|
|
1612
|
+
export declare const GetConfigurationResponseBodyCase2InstallationType: any;
|
|
1613
|
+
/** A configuration represents information about a single installation of an integration within an individual or team account */
|
|
1614
|
+
export interface GetConfigurationResponseBodyCase2 {
|
|
1615
|
+
/** A timestamp that tells you when the configuration was installed successfully */
|
|
1616
|
+
completedAt?: number;
|
|
1617
|
+
/** A timestamp that tells you when the configuration was created */
|
|
1618
|
+
createdAt?: number;
|
|
1619
|
+
/** The unique identifier of the configuration */
|
|
1620
|
+
id?: string;
|
|
1621
|
+
/** The unique identifier of the app the configuration was created for */
|
|
1622
|
+
integrationId?: string;
|
|
1623
|
+
/** The user or team ID that owns the configuration */
|
|
1624
|
+
ownerId?: string;
|
|
1625
|
+
/** The configuration status. Optional. If not defined, assume 'ready'. */
|
|
1626
|
+
status?: GetConfigurationResponseBodyCase2Status;
|
|
1627
|
+
/** An external identifier defined by the integration vendor. */
|
|
1628
|
+
externalId?: string;
|
|
1629
|
+
/** When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access. */
|
|
1630
|
+
projects?: GetConfigurationResponseBodyCase2ProjectsList;
|
|
1631
|
+
/** Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. */
|
|
1632
|
+
source?: GetConfigurationResponseBodyCase2Source;
|
|
1633
|
+
/** The slug of the integration the configuration is created for. */
|
|
1634
|
+
slug?: string;
|
|
1635
|
+
/** When the configuration was created for a team, this will show the ID of the team. */
|
|
1636
|
+
teamId?: string | null;
|
|
1637
|
+
type?: GetConfigurationResponseBodyCase2Type;
|
|
1638
|
+
/** A timestamp that tells you when the configuration was updated. */
|
|
1639
|
+
updatedAt?: number;
|
|
1640
|
+
/** The ID of the user that created the configuration. */
|
|
1641
|
+
userId?: string;
|
|
1642
|
+
/** The resources that are allowed to be accessed by the configuration. */
|
|
1643
|
+
scopes?: GetConfigurationResponseBodyCase2ScopesList;
|
|
1644
|
+
/** A timestamp that tells you when the configuration was disabled. Note: Configurations can be disabled when the associated user loses access to a team. They do not function during this time until the configuration is 'transferred', meaning the associated user is changed to one with access to the team. */
|
|
1645
|
+
disabledAt?: number;
|
|
1646
|
+
/** A timestamp that tells you when the configuration was deleted. */
|
|
1647
|
+
deletedAt?: number | null;
|
|
1648
|
+
/** A timestamp that tells you when the configuration deletion has been started for cases when the deletion needs to be settled/approved by partners, such as when marketplace invoices have been paid. */
|
|
1649
|
+
deleteRequestedAt?: number | null;
|
|
1650
|
+
/** Record when the customer initited deletion, independent of whether `deleteRequestedAt` gets set. */
|
|
1651
|
+
customerDeleteRequestedAt?: number | null;
|
|
1652
|
+
disabledReason?: GetConfigurationResponseBodyCase2DisabledReason;
|
|
1653
|
+
/** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
|
|
1654
|
+
installationType?: GetConfigurationResponseBodyCase2InstallationType;
|
|
1655
|
+
}
|
|
1656
|
+
export declare const GetConfigurationResponseBodyCase2: S.Schema<GetConfigurationResponseBodyCase2>;
|
|
1657
|
+
export type GetConfigurationResponseBody = GetConfigurationResponseBodyCase0 | GetConfigurationResponseBodyCase1 | GetConfigurationResponseBodyCase2;
|
|
1658
|
+
export declare const GetConfigurationResponseBody: S.Schema<GetConfigurationResponseBody>;
|
|
1659
|
+
export type GetConfigurationResponse = GetConfigurationResponseBody;
|
|
1660
|
+
export declare const GetConfigurationResponse: S.Schema<GetConfigurationResponse>;
|
|
1661
|
+
export interface GetConfigurationProductsRequest {
|
|
1662
|
+
/** ID of the integration configuration */
|
|
1663
|
+
id: string;
|
|
1664
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
1665
|
+
teamId?: string;
|
|
1666
|
+
/** The Team slug to perform the request on behalf of. */
|
|
1667
|
+
slug?: string;
|
|
1668
|
+
}
|
|
1669
|
+
export declare const GetConfigurationProductsRequest: S.Schema<GetConfigurationProductsRequest>;
|
|
1670
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsStorageStatus = "disabled" | "enabled";
|
|
1671
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsStorageStatus: any;
|
|
1672
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsStorageRepl = CreateIntegrationStoreDirectResponseStoreProductRepl;
|
|
1673
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsStorageRepl: S.Schema<CreateIntegrationStoreDirectResponseStoreProductRepl>;
|
|
1674
|
+
export interface GetConfigurationProductsResponseProductsItemProtocolsStorage {
|
|
1675
|
+
status: GetConfigurationProductsResponseProductsItemProtocolsStorageStatus;
|
|
1676
|
+
repl?: CreateIntegrationStoreDirectResponseStoreProductRepl;
|
|
1677
|
+
}
|
|
1678
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsStorage: S.Schema<GetConfigurationProductsResponseProductsItemProtocolsStorage>;
|
|
1679
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsExperimentationStatus = "disabled" | "enabled";
|
|
1680
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsExperimentationStatus: any;
|
|
1681
|
+
export interface GetConfigurationProductsResponseProductsItemProtocolsExperimentation {
|
|
1682
|
+
status: GetConfigurationProductsResponseProductsItemProtocolsExperimentationStatus;
|
|
1683
|
+
edgeConfigSyncingSupport?: boolean;
|
|
1684
|
+
}
|
|
1685
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsExperimentation: S.Schema<GetConfigurationProductsResponseProductsItemProtocolsExperimentation>;
|
|
1686
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsAiStatus = "disabled" | "enabled";
|
|
1687
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsAiStatus: any;
|
|
1688
|
+
export interface GetConfigurationProductsResponseProductsItemProtocolsAi {
|
|
1689
|
+
status: GetConfigurationProductsResponseProductsItemProtocolsAiStatus;
|
|
1690
|
+
}
|
|
1691
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsAi: S.Schema<GetConfigurationProductsResponseProductsItemProtocolsAi>;
|
|
1692
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsAuthenticationStatus = "disabled" | "enabled";
|
|
1693
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsAuthenticationStatus: any;
|
|
1694
|
+
export interface GetConfigurationProductsResponseProductsItemProtocolsAuthentication {
|
|
1695
|
+
status: GetConfigurationProductsResponseProductsItemProtocolsAuthenticationStatus;
|
|
1696
|
+
}
|
|
1697
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsAuthentication: S.Schema<GetConfigurationProductsResponseProductsItemProtocolsAuthentication>;
|
|
1698
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsObservabilityStatus = "disabled" | "enabled";
|
|
1699
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsObservabilityStatus: any;
|
|
1700
|
+
export interface GetConfigurationProductsResponseProductsItemProtocolsObservability {
|
|
1701
|
+
status: GetConfigurationProductsResponseProductsItemProtocolsObservabilityStatus;
|
|
1702
|
+
}
|
|
1703
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsObservability: S.Schema<GetConfigurationProductsResponseProductsItemProtocolsObservability>;
|
|
1704
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsVideoStatus = "disabled" | "enabled";
|
|
1705
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsVideoStatus: any;
|
|
1706
|
+
export interface GetConfigurationProductsResponseProductsItemProtocolsVideo {
|
|
1707
|
+
status: GetConfigurationProductsResponseProductsItemProtocolsVideoStatus;
|
|
1708
|
+
}
|
|
1709
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsVideo: S.Schema<GetConfigurationProductsResponseProductsItemProtocolsVideo>;
|
|
1710
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsWorkflowStatus = "disabled" | "enabled";
|
|
1711
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsWorkflowStatus: any;
|
|
1712
|
+
export interface GetConfigurationProductsResponseProductsItemProtocolsWorkflow {
|
|
1713
|
+
status: GetConfigurationProductsResponseProductsItemProtocolsWorkflowStatus;
|
|
1714
|
+
}
|
|
1715
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsWorkflow: S.Schema<GetConfigurationProductsResponseProductsItemProtocolsWorkflow>;
|
|
1716
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsChecksStatus = "disabled" | "enabled";
|
|
1717
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsChecksStatus: any;
|
|
1718
|
+
export interface GetConfigurationProductsResponseProductsItemProtocolsChecks {
|
|
1719
|
+
status: GetConfigurationProductsResponseProductsItemProtocolsChecksStatus;
|
|
1720
|
+
}
|
|
1721
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsChecks: S.Schema<GetConfigurationProductsResponseProductsItemProtocolsChecks>;
|
|
1722
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsLogDrainStatus = "disabled" | "enabled";
|
|
1723
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsLogDrainStatus: any;
|
|
1724
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsLogDrainHeadersMap = {
|
|
1725
|
+
[key: string]: string | undefined;
|
|
1726
|
+
};
|
|
1727
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsLogDrainHeadersMap: S.Schema<GetConfigurationProductsResponseProductsItemProtocolsLogDrainHeadersMap>;
|
|
1728
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsLogDrainFormat = "json" | "ndjson";
|
|
1729
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsLogDrainFormat: any;
|
|
1730
|
+
export interface GetConfigurationProductsResponseProductsItemProtocolsLogDrain {
|
|
1731
|
+
status: GetConfigurationProductsResponseProductsItemProtocolsLogDrainStatus;
|
|
1732
|
+
endpoint: string;
|
|
1733
|
+
headers?: GetConfigurationProductsResponseProductsItemProtocolsLogDrainHeadersMap;
|
|
1734
|
+
format: GetConfigurationProductsResponseProductsItemProtocolsLogDrainFormat;
|
|
1735
|
+
}
|
|
1736
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsLogDrain: S.Schema<GetConfigurationProductsResponseProductsItemProtocolsLogDrain>;
|
|
1737
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsTraceDrainStatus = "disabled" | "enabled";
|
|
1738
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsTraceDrainStatus: any;
|
|
1739
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsTraceDrainHeadersMap = {
|
|
1740
|
+
[key: string]: string | undefined;
|
|
1741
|
+
};
|
|
1742
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsTraceDrainHeadersMap: S.Schema<GetConfigurationProductsResponseProductsItemProtocolsTraceDrainHeadersMap>;
|
|
1743
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsTraceDrainFormat = "json" | "proto";
|
|
1744
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsTraceDrainFormat: any;
|
|
1745
|
+
export interface GetConfigurationProductsResponseProductsItemProtocolsTraceDrain {
|
|
1746
|
+
status: GetConfigurationProductsResponseProductsItemProtocolsTraceDrainStatus;
|
|
1747
|
+
endpoint: string;
|
|
1748
|
+
headers?: GetConfigurationProductsResponseProductsItemProtocolsTraceDrainHeadersMap;
|
|
1749
|
+
format: GetConfigurationProductsResponseProductsItemProtocolsTraceDrainFormat;
|
|
1750
|
+
}
|
|
1751
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsTraceDrain: S.Schema<GetConfigurationProductsResponseProductsItemProtocolsTraceDrain>;
|
|
1752
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsMessagingStatus = "disabled" | "enabled";
|
|
1753
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsMessagingStatus: any;
|
|
1754
|
+
export interface GetConfigurationProductsResponseProductsItemProtocolsMessaging {
|
|
1755
|
+
status: GetConfigurationProductsResponseProductsItemProtocolsMessagingStatus;
|
|
1756
|
+
}
|
|
1757
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsMessaging: S.Schema<GetConfigurationProductsResponseProductsItemProtocolsMessaging>;
|
|
1758
|
+
export type GetConfigurationProductsResponseProductsItemProtocolsOtherStatus = "disabled" | "enabled";
|
|
1759
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsOtherStatus: any;
|
|
1760
|
+
export interface GetConfigurationProductsResponseProductsItemProtocolsOther {
|
|
1761
|
+
status: GetConfigurationProductsResponseProductsItemProtocolsOtherStatus;
|
|
1762
|
+
}
|
|
1763
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocolsOther: S.Schema<GetConfigurationProductsResponseProductsItemProtocolsOther>;
|
|
1764
|
+
export interface GetConfigurationProductsResponseProductsItemProtocols {
|
|
1765
|
+
storage?: GetConfigurationProductsResponseProductsItemProtocolsStorage;
|
|
1766
|
+
experimentation?: GetConfigurationProductsResponseProductsItemProtocolsExperimentation;
|
|
1767
|
+
ai?: GetConfigurationProductsResponseProductsItemProtocolsAi;
|
|
1768
|
+
authentication?: GetConfigurationProductsResponseProductsItemProtocolsAuthentication;
|
|
1769
|
+
observability?: GetConfigurationProductsResponseProductsItemProtocolsObservability;
|
|
1770
|
+
video?: GetConfigurationProductsResponseProductsItemProtocolsVideo;
|
|
1771
|
+
workflow?: GetConfigurationProductsResponseProductsItemProtocolsWorkflow;
|
|
1772
|
+
checks?: GetConfigurationProductsResponseProductsItemProtocolsChecks;
|
|
1773
|
+
logDrain?: GetConfigurationProductsResponseProductsItemProtocolsLogDrain;
|
|
1774
|
+
traceDrain?: GetConfigurationProductsResponseProductsItemProtocolsTraceDrain;
|
|
1775
|
+
messaging?: GetConfigurationProductsResponseProductsItemProtocolsMessaging;
|
|
1776
|
+
other?: GetConfigurationProductsResponseProductsItemProtocolsOther;
|
|
1777
|
+
}
|
|
1778
|
+
export declare const GetConfigurationProductsResponseProductsItemProtocols: S.Schema<GetConfigurationProductsResponseProductsItemProtocols>;
|
|
1779
|
+
export type GetConfigurationProductsResponseProductsItemPrimaryProtocol = "ai" | "authentication" | "checks" | "experimentation" | "logDrain" | "messaging" | "observability" | "other" | "storage" | "traceDrain" | "video" | "workflow";
|
|
1780
|
+
export declare const GetConfigurationProductsResponseProductsItemPrimaryProtocol: any;
|
|
1781
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaType = "object";
|
|
1782
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaType: any;
|
|
1783
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0Type = "string";
|
|
1784
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0Type: any;
|
|
1785
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiControl = "input";
|
|
1786
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiControl: any;
|
|
1787
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0EnumList = Array<string>;
|
|
1788
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0EnumList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0EnumList>;
|
|
1789
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1790
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1791
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnlyCase2 = "create" | "update";
|
|
1792
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnlyCase2: any;
|
|
1793
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnlyCase2;
|
|
1794
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnly: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnly>;
|
|
1795
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1796
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1797
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHiddenCase2 = "create" | "update";
|
|
1798
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHiddenCase2: any;
|
|
1799
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHiddenCase2;
|
|
1800
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHidden>;
|
|
1801
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1802
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1803
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabledCase2 = "create" | "update";
|
|
1804
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabledCase2: any;
|
|
1805
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabledCase2;
|
|
1806
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabled>;
|
|
1807
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1808
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1809
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1810
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDescription: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDescription>;
|
|
1811
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1812
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1813
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0 {
|
|
1814
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0Type;
|
|
1815
|
+
ui_control: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiControl;
|
|
1816
|
+
description?: string;
|
|
1817
|
+
default?: string;
|
|
1818
|
+
enum?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0EnumList;
|
|
1819
|
+
maxLength?: number;
|
|
1820
|
+
minLength?: number;
|
|
1821
|
+
pattern?: string;
|
|
1822
|
+
ui_label?: string;
|
|
1823
|
+
ui_read_only?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnly;
|
|
1824
|
+
ui_hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHidden;
|
|
1825
|
+
ui_disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabled;
|
|
1826
|
+
ui_description?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDescription;
|
|
1827
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1828
|
+
ui_paid_only?: boolean;
|
|
1829
|
+
ui_placeholder?: string;
|
|
1830
|
+
}
|
|
1831
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0>;
|
|
1832
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1Type = "number";
|
|
1833
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1Type: any;
|
|
1834
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiControl = "input";
|
|
1835
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiControl: any;
|
|
1836
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1837
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1838
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnlyCase2 = "create" | "update";
|
|
1839
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnlyCase2: any;
|
|
1840
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnlyCase2;
|
|
1841
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnly: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnly>;
|
|
1842
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1843
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1844
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHiddenCase2 = "create" | "update";
|
|
1845
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHiddenCase2: any;
|
|
1846
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHiddenCase2;
|
|
1847
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHidden>;
|
|
1848
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1849
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1850
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabledCase2 = "create" | "update";
|
|
1851
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabledCase2: any;
|
|
1852
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabledCase2;
|
|
1853
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabled>;
|
|
1854
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1855
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1856
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1857
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDescription: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDescription>;
|
|
1858
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1859
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1860
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1 {
|
|
1861
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1Type;
|
|
1862
|
+
ui_control: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiControl;
|
|
1863
|
+
minimum?: number;
|
|
1864
|
+
maximum?: number;
|
|
1865
|
+
description?: string;
|
|
1866
|
+
default?: number;
|
|
1867
|
+
exclusiveMaximum?: number;
|
|
1868
|
+
exclusiveMinimum?: number;
|
|
1869
|
+
ui_label?: string;
|
|
1870
|
+
ui_read_only?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnly;
|
|
1871
|
+
ui_hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHidden;
|
|
1872
|
+
ui_disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabled;
|
|
1873
|
+
ui_description?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDescription;
|
|
1874
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1875
|
+
ui_paid_only?: boolean;
|
|
1876
|
+
ui_placeholder?: string;
|
|
1877
|
+
}
|
|
1878
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1>;
|
|
1879
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2Type = "boolean";
|
|
1880
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2Type: any;
|
|
1881
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiControl = "toggle";
|
|
1882
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiControl: any;
|
|
1883
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1884
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1885
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnlyCase2 = "create" | "update";
|
|
1886
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnlyCase2: any;
|
|
1887
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnlyCase2;
|
|
1888
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnly: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnly>;
|
|
1889
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1890
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1891
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHiddenCase2 = "create" | "update";
|
|
1892
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHiddenCase2: any;
|
|
1893
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHiddenCase2;
|
|
1894
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHidden>;
|
|
1895
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1896
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1897
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabledCase2 = "create" | "update";
|
|
1898
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabledCase2: any;
|
|
1899
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabledCase2;
|
|
1900
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabled>;
|
|
1901
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1902
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1903
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1904
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDescription: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDescription>;
|
|
1905
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1906
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1907
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2 {
|
|
1908
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2Type;
|
|
1909
|
+
ui_control: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiControl;
|
|
1910
|
+
description?: string;
|
|
1911
|
+
default?: boolean;
|
|
1912
|
+
ui_label?: string;
|
|
1913
|
+
ui_read_only?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnly;
|
|
1914
|
+
ui_hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHidden;
|
|
1915
|
+
ui_disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabled;
|
|
1916
|
+
ui_description?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDescription;
|
|
1917
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1918
|
+
ui_paid_only?: boolean;
|
|
1919
|
+
}
|
|
1920
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2>;
|
|
1921
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3Type = "array";
|
|
1922
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3Type: any;
|
|
1923
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3ItemsType = "number";
|
|
1924
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3ItemsType: any;
|
|
1925
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3Items {
|
|
1926
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3ItemsType;
|
|
1927
|
+
minimum?: number;
|
|
1928
|
+
maximum?: number;
|
|
1929
|
+
description?: string;
|
|
1930
|
+
default?: number;
|
|
1931
|
+
exclusiveMaximum?: number;
|
|
1932
|
+
exclusiveMinimum?: number;
|
|
1933
|
+
}
|
|
1934
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3Items: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3Items>;
|
|
1935
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiControl = "slider";
|
|
1936
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiControl: any;
|
|
1937
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiStepsList = Array<number>;
|
|
1938
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiStepsList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiStepsList>;
|
|
1939
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3DefaultList = Array<number>;
|
|
1940
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3DefaultList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3DefaultList>;
|
|
1941
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1942
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1943
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnlyCase2 = "create" | "update";
|
|
1944
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnlyCase2: any;
|
|
1945
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnlyCase2;
|
|
1946
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnly: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnly>;
|
|
1947
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1948
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1949
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHiddenCase2 = "create" | "update";
|
|
1950
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHiddenCase2: any;
|
|
1951
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHiddenCase2;
|
|
1952
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHidden>;
|
|
1953
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1954
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1955
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabledCase2 = "create" | "update";
|
|
1956
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabledCase2: any;
|
|
1957
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabledCase2;
|
|
1958
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabled>;
|
|
1959
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1960
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1961
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1962
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDescription: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDescription>;
|
|
1963
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1964
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1965
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3 {
|
|
1966
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3Type;
|
|
1967
|
+
items: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3Items;
|
|
1968
|
+
ui_control: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiControl;
|
|
1969
|
+
ui_steps: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiStepsList;
|
|
1970
|
+
description?: string;
|
|
1971
|
+
default?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3DefaultList;
|
|
1972
|
+
maxItems?: number;
|
|
1973
|
+
minItems?: number;
|
|
1974
|
+
ui_label?: string;
|
|
1975
|
+
ui_read_only?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnly;
|
|
1976
|
+
ui_hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHidden;
|
|
1977
|
+
ui_disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabled;
|
|
1978
|
+
ui_description?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDescription;
|
|
1979
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1980
|
+
ui_paid_only?: boolean;
|
|
1981
|
+
}
|
|
1982
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3>;
|
|
1983
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4Type = "string";
|
|
1984
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4Type: any;
|
|
1985
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiControl = "select";
|
|
1986
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiControl: any;
|
|
1987
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1988
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1989
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase2 = "create" | "update";
|
|
1990
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase2: any;
|
|
1991
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase2;
|
|
1992
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabled>;
|
|
1993
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
1994
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
1995
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase2 = "create" | "update";
|
|
1996
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase2: any;
|
|
1997
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase2;
|
|
1998
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHidden>;
|
|
1999
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItem {
|
|
2000
|
+
value: string;
|
|
2001
|
+
label: string;
|
|
2002
|
+
description?: string;
|
|
2003
|
+
disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabled;
|
|
2004
|
+
hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHidden;
|
|
2005
|
+
}
|
|
2006
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItem: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItem>;
|
|
2007
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsList = Array<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItem>;
|
|
2008
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsList>;
|
|
2009
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4EnumList = Array<string>;
|
|
2010
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4EnumList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4EnumList>;
|
|
2011
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2012
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2013
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnlyCase2 = "create" | "update";
|
|
2014
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnlyCase2: any;
|
|
2015
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnlyCase2;
|
|
2016
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnly: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnly>;
|
|
2017
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2018
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2019
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHiddenCase2 = "create" | "update";
|
|
2020
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHiddenCase2: any;
|
|
2021
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHiddenCase2;
|
|
2022
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHidden>;
|
|
2023
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2024
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2025
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabledCase2 = "create" | "update";
|
|
2026
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabledCase2: any;
|
|
2027
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabledCase2;
|
|
2028
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabled>;
|
|
2029
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2030
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2031
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2032
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDescription: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDescription>;
|
|
2033
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2034
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2035
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4 {
|
|
2036
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4Type;
|
|
2037
|
+
ui_control: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiControl;
|
|
2038
|
+
ui_options: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsList;
|
|
2039
|
+
description?: string;
|
|
2040
|
+
default?: string;
|
|
2041
|
+
enum?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4EnumList;
|
|
2042
|
+
maxLength?: number;
|
|
2043
|
+
minLength?: number;
|
|
2044
|
+
pattern?: string;
|
|
2045
|
+
ui_label?: string;
|
|
2046
|
+
ui_read_only?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnly;
|
|
2047
|
+
ui_hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHidden;
|
|
2048
|
+
ui_disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabled;
|
|
2049
|
+
ui_description?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDescription;
|
|
2050
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2051
|
+
ui_paid_only?: boolean;
|
|
2052
|
+
ui_placeholder?: string;
|
|
2053
|
+
}
|
|
2054
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4>;
|
|
2055
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5Type = "string";
|
|
2056
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5Type: any;
|
|
2057
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiControl = "radio-button";
|
|
2058
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiControl: any;
|
|
2059
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2060
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2061
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase2 = "create" | "update";
|
|
2062
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase2: any;
|
|
2063
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase2;
|
|
2064
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabled>;
|
|
2065
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2066
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2067
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase2 = "create" | "update";
|
|
2068
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase2: any;
|
|
2069
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase2;
|
|
2070
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHidden>;
|
|
2071
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItem {
|
|
2072
|
+
value: string;
|
|
2073
|
+
label: string;
|
|
2074
|
+
description?: string;
|
|
2075
|
+
disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabled;
|
|
2076
|
+
hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHidden;
|
|
2077
|
+
}
|
|
2078
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItem: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItem>;
|
|
2079
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsList = Array<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItem>;
|
|
2080
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsList>;
|
|
2081
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5EnumList = Array<string>;
|
|
2082
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5EnumList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5EnumList>;
|
|
2083
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2084
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2085
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnlyCase2 = "create" | "update";
|
|
2086
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnlyCase2: any;
|
|
2087
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnlyCase2;
|
|
2088
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnly: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnly>;
|
|
2089
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2090
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2091
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHiddenCase2 = "create" | "update";
|
|
2092
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHiddenCase2: any;
|
|
2093
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHiddenCase2;
|
|
2094
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHidden>;
|
|
2095
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2096
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2097
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabledCase2 = "create" | "update";
|
|
2098
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabledCase2: any;
|
|
2099
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabledCase2;
|
|
2100
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabled>;
|
|
2101
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2102
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2103
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2104
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDescription: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDescription>;
|
|
2105
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2106
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2107
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5 {
|
|
2108
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5Type;
|
|
2109
|
+
ui_control: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiControl;
|
|
2110
|
+
ui_options: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsList;
|
|
2111
|
+
description?: string;
|
|
2112
|
+
default?: string;
|
|
2113
|
+
enum?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5EnumList;
|
|
2114
|
+
maxLength?: number;
|
|
2115
|
+
minLength?: number;
|
|
2116
|
+
pattern?: string;
|
|
2117
|
+
ui_label?: string;
|
|
2118
|
+
ui_read_only?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnly;
|
|
2119
|
+
ui_hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHidden;
|
|
2120
|
+
ui_disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabled;
|
|
2121
|
+
ui_description?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDescription;
|
|
2122
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2123
|
+
ui_paid_only?: boolean;
|
|
2124
|
+
ui_placeholder?: string;
|
|
2125
|
+
}
|
|
2126
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5>;
|
|
2127
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6Type = "array";
|
|
2128
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6Type: any;
|
|
2129
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6ItemsType = "string";
|
|
2130
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6ItemsType: any;
|
|
2131
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6ItemsEnumList = Array<string>;
|
|
2132
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6ItemsEnumList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6ItemsEnumList>;
|
|
2133
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6Items {
|
|
2134
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6ItemsType;
|
|
2135
|
+
description?: string;
|
|
2136
|
+
default?: string;
|
|
2137
|
+
enum?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6ItemsEnumList;
|
|
2138
|
+
maxLength?: number;
|
|
2139
|
+
minLength?: number;
|
|
2140
|
+
pattern?: string;
|
|
2141
|
+
}
|
|
2142
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6Items: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6Items>;
|
|
2143
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiControl = "multi-select";
|
|
2144
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiControl: any;
|
|
2145
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2146
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2147
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase2 = "create" | "update";
|
|
2148
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase2: any;
|
|
2149
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase2;
|
|
2150
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabled>;
|
|
2151
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2152
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2153
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase2 = "create" | "update";
|
|
2154
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase2: any;
|
|
2155
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase2;
|
|
2156
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHidden>;
|
|
2157
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItem {
|
|
2158
|
+
value: string;
|
|
2159
|
+
label: string;
|
|
2160
|
+
description?: string;
|
|
2161
|
+
disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabled;
|
|
2162
|
+
hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHidden;
|
|
2163
|
+
}
|
|
2164
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItem: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItem>;
|
|
2165
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsList = Array<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItem>;
|
|
2166
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsList>;
|
|
2167
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6DefaultList = Array<string>;
|
|
2168
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6DefaultList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6DefaultList>;
|
|
2169
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6ExampleList = Array<string>;
|
|
2170
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6ExampleList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6ExampleList>;
|
|
2171
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2172
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2173
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnlyCase2 = "create" | "update";
|
|
2174
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnlyCase2: any;
|
|
2175
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnlyCase2;
|
|
2176
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnly: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnly>;
|
|
2177
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2178
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2179
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHiddenCase2 = "create" | "update";
|
|
2180
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHiddenCase2: any;
|
|
2181
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHiddenCase2;
|
|
2182
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHidden>;
|
|
2183
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2184
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2185
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabledCase2 = "create" | "update";
|
|
2186
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabledCase2: any;
|
|
2187
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabledCase2;
|
|
2188
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabled>;
|
|
2189
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2190
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2191
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2192
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDescription: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDescription>;
|
|
2193
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2194
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2195
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6 {
|
|
2196
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6Type;
|
|
2197
|
+
items: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6Items;
|
|
2198
|
+
ui_control: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiControl;
|
|
2199
|
+
ui_options: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsList;
|
|
2200
|
+
description?: string;
|
|
2201
|
+
default?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6DefaultList;
|
|
2202
|
+
maxItems?: number;
|
|
2203
|
+
minItems?: number;
|
|
2204
|
+
example?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6ExampleList;
|
|
2205
|
+
ui_label?: string;
|
|
2206
|
+
ui_read_only?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnly;
|
|
2207
|
+
ui_hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHidden;
|
|
2208
|
+
ui_disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabled;
|
|
2209
|
+
ui_description?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDescription;
|
|
2210
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2211
|
+
ui_paid_only?: boolean;
|
|
2212
|
+
ui_placeholder?: string;
|
|
2213
|
+
}
|
|
2214
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6>;
|
|
2215
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7Type = "string";
|
|
2216
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7Type: any;
|
|
2217
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiControl = "vercel-region";
|
|
2218
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiControl: any;
|
|
2219
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2220
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2221
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase2 = "create" | "update";
|
|
2222
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase2: any;
|
|
2223
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Disabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase2;
|
|
2224
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Disabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Disabled>;
|
|
2225
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2226
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2227
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase2 = "create" | "update";
|
|
2228
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase2: any;
|
|
2229
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Hidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase2;
|
|
2230
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Hidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Hidden>;
|
|
2231
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0 {
|
|
2232
|
+
value: string;
|
|
2233
|
+
label: string;
|
|
2234
|
+
description?: string;
|
|
2235
|
+
disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Disabled;
|
|
2236
|
+
hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Hidden;
|
|
2237
|
+
}
|
|
2238
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0>;
|
|
2239
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2240
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2241
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase2 = "create" | "update";
|
|
2242
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase2: any;
|
|
2243
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Disabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase2;
|
|
2244
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Disabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Disabled>;
|
|
2245
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2246
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2247
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase2 = "create" | "update";
|
|
2248
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase2: any;
|
|
2249
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Hidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase2;
|
|
2250
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Hidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Hidden>;
|
|
2251
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2 {
|
|
2252
|
+
value: string;
|
|
2253
|
+
description?: string;
|
|
2254
|
+
disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Disabled;
|
|
2255
|
+
hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Hidden;
|
|
2256
|
+
}
|
|
2257
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2>;
|
|
2258
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItem = GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0 | string | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2;
|
|
2259
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItem: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItem>;
|
|
2260
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsList = Array<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItem>;
|
|
2261
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsList>;
|
|
2262
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7EnumList = Array<string>;
|
|
2263
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7EnumList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7EnumList>;
|
|
2264
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2265
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2266
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnlyCase2 = "create" | "update";
|
|
2267
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnlyCase2: any;
|
|
2268
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnlyCase2;
|
|
2269
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnly: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnly>;
|
|
2270
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2271
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2272
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHiddenCase2 = "create" | "update";
|
|
2273
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHiddenCase2: any;
|
|
2274
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHiddenCase2;
|
|
2275
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHidden>;
|
|
2276
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2277
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2278
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabledCase2 = "create" | "update";
|
|
2279
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabledCase2: any;
|
|
2280
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabledCase2;
|
|
2281
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabled>;
|
|
2282
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2283
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2284
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2285
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDescription: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDescription>;
|
|
2286
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2287
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2288
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7 {
|
|
2289
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7Type;
|
|
2290
|
+
ui_control: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiControl;
|
|
2291
|
+
ui_options: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsList;
|
|
2292
|
+
description?: string;
|
|
2293
|
+
default?: string;
|
|
2294
|
+
enum?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7EnumList;
|
|
2295
|
+
maxLength?: number;
|
|
2296
|
+
minLength?: number;
|
|
2297
|
+
pattern?: string;
|
|
2298
|
+
ui_label?: string;
|
|
2299
|
+
ui_read_only?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnly;
|
|
2300
|
+
ui_hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHidden;
|
|
2301
|
+
ui_disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabled;
|
|
2302
|
+
ui_description?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDescription;
|
|
2303
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2304
|
+
ui_paid_only?: boolean;
|
|
2305
|
+
ui_placeholder?: string;
|
|
2306
|
+
}
|
|
2307
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7>;
|
|
2308
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8Type = "array";
|
|
2309
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8Type: any;
|
|
2310
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8ItemsType = "string";
|
|
2311
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8ItemsType: any;
|
|
2312
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8ItemsEnumList = Array<string>;
|
|
2313
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8ItemsEnumList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8ItemsEnumList>;
|
|
2314
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8Items {
|
|
2315
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8ItemsType;
|
|
2316
|
+
description?: string;
|
|
2317
|
+
default?: string;
|
|
2318
|
+
enum?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8ItemsEnumList;
|
|
2319
|
+
maxLength?: number;
|
|
2320
|
+
minLength?: number;
|
|
2321
|
+
pattern?: string;
|
|
2322
|
+
}
|
|
2323
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8Items: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8Items>;
|
|
2324
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiControl = "multi-vercel-region";
|
|
2325
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiControl: any;
|
|
2326
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2327
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2328
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase2 = "create" | "update";
|
|
2329
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase2: any;
|
|
2330
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Disabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase2;
|
|
2331
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Disabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Disabled>;
|
|
2332
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2333
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2334
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase2 = "create" | "update";
|
|
2335
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase2: any;
|
|
2336
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Hidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase2;
|
|
2337
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Hidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Hidden>;
|
|
2338
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0 {
|
|
2339
|
+
value: string;
|
|
2340
|
+
label: string;
|
|
2341
|
+
description?: string;
|
|
2342
|
+
disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Disabled;
|
|
2343
|
+
hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Hidden;
|
|
2344
|
+
}
|
|
2345
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0>;
|
|
2346
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2347
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2348
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase2 = "create" | "update";
|
|
2349
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase2: any;
|
|
2350
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Disabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase2;
|
|
2351
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Disabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Disabled>;
|
|
2352
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2353
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2354
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase2 = "create" | "update";
|
|
2355
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase2: any;
|
|
2356
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Hidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase2;
|
|
2357
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Hidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Hidden>;
|
|
2358
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2 {
|
|
2359
|
+
value: string;
|
|
2360
|
+
description?: string;
|
|
2361
|
+
disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Disabled;
|
|
2362
|
+
hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Hidden;
|
|
2363
|
+
}
|
|
2364
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2>;
|
|
2365
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItem = GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0 | string | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2;
|
|
2366
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItem: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItem>;
|
|
2367
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsList = Array<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItem>;
|
|
2368
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsList>;
|
|
2369
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8DefaultList = Array<string>;
|
|
2370
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8DefaultList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8DefaultList>;
|
|
2371
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8ExampleList = Array<string>;
|
|
2372
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8ExampleList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8ExampleList>;
|
|
2373
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2374
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2375
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnlyCase2 = "create" | "update";
|
|
2376
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnlyCase2: any;
|
|
2377
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnlyCase2;
|
|
2378
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnly: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnly>;
|
|
2379
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2380
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2381
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHiddenCase2 = "create" | "update";
|
|
2382
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHiddenCase2: any;
|
|
2383
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHiddenCase2;
|
|
2384
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHidden>;
|
|
2385
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2386
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2387
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabledCase2 = "create" | "update";
|
|
2388
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabledCase2: any;
|
|
2389
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabledCase2;
|
|
2390
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabled>;
|
|
2391
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2392
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2393
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2394
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDescription: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDescription>;
|
|
2395
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2396
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2397
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8 {
|
|
2398
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8Type;
|
|
2399
|
+
items: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8Items;
|
|
2400
|
+
ui_control: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiControl;
|
|
2401
|
+
ui_options: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsList;
|
|
2402
|
+
description?: string;
|
|
2403
|
+
default?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8DefaultList;
|
|
2404
|
+
maxItems?: number;
|
|
2405
|
+
minItems?: number;
|
|
2406
|
+
example?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8ExampleList;
|
|
2407
|
+
ui_label?: string;
|
|
2408
|
+
ui_read_only?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnly;
|
|
2409
|
+
ui_hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHidden;
|
|
2410
|
+
ui_disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabled;
|
|
2411
|
+
ui_description?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDescription;
|
|
2412
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2413
|
+
ui_paid_only?: boolean;
|
|
2414
|
+
ui_placeholder?: string;
|
|
2415
|
+
}
|
|
2416
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8>;
|
|
2417
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9Type = "string";
|
|
2418
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9Type: any;
|
|
2419
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiControl = "vercel-country";
|
|
2420
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiControl: any;
|
|
2421
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2422
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2423
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase2 = "create" | "update";
|
|
2424
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase2: any;
|
|
2425
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Disabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase2;
|
|
2426
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Disabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Disabled>;
|
|
2427
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2428
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2429
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase2 = "create" | "update";
|
|
2430
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase2: any;
|
|
2431
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Hidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase2;
|
|
2432
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Hidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Hidden>;
|
|
2433
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0 {
|
|
2434
|
+
value: string;
|
|
2435
|
+
label: string;
|
|
2436
|
+
description?: string;
|
|
2437
|
+
disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Disabled;
|
|
2438
|
+
hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Hidden;
|
|
2439
|
+
}
|
|
2440
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0>;
|
|
2441
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2442
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2443
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase2 = "create" | "update";
|
|
2444
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase2: any;
|
|
2445
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Disabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase2;
|
|
2446
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Disabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Disabled>;
|
|
2447
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2448
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2449
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase2 = "create" | "update";
|
|
2450
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase2: any;
|
|
2451
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Hidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase2;
|
|
2452
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Hidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Hidden>;
|
|
2453
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2 {
|
|
2454
|
+
value: string;
|
|
2455
|
+
description?: string;
|
|
2456
|
+
disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Disabled;
|
|
2457
|
+
hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Hidden;
|
|
2458
|
+
}
|
|
2459
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2>;
|
|
2460
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItem = GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0 | string | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2;
|
|
2461
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItem: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItem>;
|
|
2462
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsList = Array<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItem>;
|
|
2463
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsList>;
|
|
2464
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9EnumList = Array<string>;
|
|
2465
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9EnumList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9EnumList>;
|
|
2466
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2467
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2468
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnlyCase2 = "create" | "update";
|
|
2469
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnlyCase2: any;
|
|
2470
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnlyCase2;
|
|
2471
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnly: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnly>;
|
|
2472
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2473
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2474
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHiddenCase2 = "create" | "update";
|
|
2475
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHiddenCase2: any;
|
|
2476
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHiddenCase2;
|
|
2477
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHidden>;
|
|
2478
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2479
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2480
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabledCase2 = "create" | "update";
|
|
2481
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabledCase2: any;
|
|
2482
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabledCase2;
|
|
2483
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabled>;
|
|
2484
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2485
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2486
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2487
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDescription: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDescription>;
|
|
2488
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2489
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2490
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9 {
|
|
2491
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9Type;
|
|
2492
|
+
ui_control: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiControl;
|
|
2493
|
+
ui_options: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsList;
|
|
2494
|
+
description?: string;
|
|
2495
|
+
default?: string;
|
|
2496
|
+
enum?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9EnumList;
|
|
2497
|
+
maxLength?: number;
|
|
2498
|
+
minLength?: number;
|
|
2499
|
+
pattern?: string;
|
|
2500
|
+
ui_label?: string;
|
|
2501
|
+
ui_read_only?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnly;
|
|
2502
|
+
ui_hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHidden;
|
|
2503
|
+
ui_disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabled;
|
|
2504
|
+
ui_description?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDescription;
|
|
2505
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2506
|
+
ui_paid_only?: boolean;
|
|
2507
|
+
ui_placeholder?: string;
|
|
2508
|
+
}
|
|
2509
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9>;
|
|
2510
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10Type = "string";
|
|
2511
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10Type: any;
|
|
2512
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiControl = "domain";
|
|
2513
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiControl: any;
|
|
2514
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10EnumList = Array<string>;
|
|
2515
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10EnumList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10EnumList>;
|
|
2516
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2517
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2518
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnlyCase2 = "create" | "update";
|
|
2519
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnlyCase2: any;
|
|
2520
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnlyCase2;
|
|
2521
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnly: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnly>;
|
|
2522
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2523
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2524
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHiddenCase2 = "create" | "update";
|
|
2525
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHiddenCase2: any;
|
|
2526
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHiddenCase2;
|
|
2527
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHidden>;
|
|
2528
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2529
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2530
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabledCase2 = "create" | "update";
|
|
2531
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabledCase2: any;
|
|
2532
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabledCase2;
|
|
2533
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabled>;
|
|
2534
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2535
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2536
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2537
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDescription: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDescription>;
|
|
2538
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2539
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2540
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10 {
|
|
2541
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10Type;
|
|
2542
|
+
ui_control: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiControl;
|
|
2543
|
+
description?: string;
|
|
2544
|
+
default?: string;
|
|
2545
|
+
enum?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10EnumList;
|
|
2546
|
+
maxLength?: number;
|
|
2547
|
+
minLength?: number;
|
|
2548
|
+
pattern?: string;
|
|
2549
|
+
ui_label?: string;
|
|
2550
|
+
ui_read_only?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnly;
|
|
2551
|
+
ui_hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHidden;
|
|
2552
|
+
ui_disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabled;
|
|
2553
|
+
ui_description?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDescription;
|
|
2554
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2555
|
+
ui_paid_only?: boolean;
|
|
2556
|
+
ui_placeholder?: string;
|
|
2557
|
+
}
|
|
2558
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10>;
|
|
2559
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11Type = "string";
|
|
2560
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11Type: any;
|
|
2561
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiControl = "git-namespace";
|
|
2562
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiControl: any;
|
|
2563
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnlyCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2564
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnlyCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2565
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnlyCase2 = "create" | "update";
|
|
2566
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnlyCase2: any;
|
|
2567
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnly = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnlyCase2;
|
|
2568
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnly: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnly>;
|
|
2569
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHiddenCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2570
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHiddenCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2571
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHiddenCase2 = "create" | "update";
|
|
2572
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHiddenCase2: any;
|
|
2573
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHidden = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHiddenCase2;
|
|
2574
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHidden: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHidden>;
|
|
2575
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabledCase0 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2576
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabledCase0: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2577
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabledCase2 = "create" | "update";
|
|
2578
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabledCase2: any;
|
|
2579
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabled = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0 | boolean | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabledCase2;
|
|
2580
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabled: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabled>;
|
|
2581
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDescriptionCase1 = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2582
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDescriptionCase1: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2583
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDescription = string | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2584
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDescription: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDescription>;
|
|
2585
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiFormattedValue = CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2586
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiFormattedValue: S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
|
|
2587
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11GitProvidersItem = "bitbucket" | "github" | "gitlab";
|
|
2588
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11GitProvidersItem: any;
|
|
2589
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11GitProvidersList = Array<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11GitProvidersItem>;
|
|
2590
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11GitProvidersList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11GitProvidersList>;
|
|
2591
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11 {
|
|
2592
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11Type;
|
|
2593
|
+
ui_control: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiControl;
|
|
2594
|
+
description?: string;
|
|
2595
|
+
ui_label?: string;
|
|
2596
|
+
ui_read_only?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnly;
|
|
2597
|
+
ui_hidden?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHidden;
|
|
2598
|
+
ui_disabled?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabled;
|
|
2599
|
+
ui_description?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDescription;
|
|
2600
|
+
ui_formatted_value?: CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
|
|
2601
|
+
ui_paid_only?: boolean;
|
|
2602
|
+
ui_placeholder?: string;
|
|
2603
|
+
git_providers?: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11GitProvidersList;
|
|
2604
|
+
}
|
|
2605
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11>;
|
|
2606
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValue = GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0 | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1 | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2 | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3 | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4 | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5 | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6 | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7 | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8 | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9 | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10 | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11;
|
|
2607
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValue: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValue>;
|
|
2608
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesMap = {
|
|
2609
|
+
[key: string]: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValue | undefined;
|
|
2610
|
+
};
|
|
2611
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesMap: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesMap>;
|
|
2612
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaRequiredList = Array<string>;
|
|
2613
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaRequiredList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaRequiredList>;
|
|
2614
|
+
export type GetConfigurationProductsResponseProductsItemMetadataSchemaUiOrderList = Array<string>;
|
|
2615
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchemaUiOrderList: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaUiOrderList>;
|
|
2616
|
+
export interface GetConfigurationProductsResponseProductsItemMetadataSchema {
|
|
2617
|
+
type: GetConfigurationProductsResponseProductsItemMetadataSchemaType;
|
|
2618
|
+
properties: GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesMap;
|
|
2619
|
+
required?: GetConfigurationProductsResponseProductsItemMetadataSchemaRequiredList;
|
|
2620
|
+
ui_order?: GetConfigurationProductsResponseProductsItemMetadataSchemaUiOrderList;
|
|
2621
|
+
}
|
|
2622
|
+
export declare const GetConfigurationProductsResponseProductsItemMetadataSchema: S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchema>;
|
|
2623
|
+
export interface GetConfigurationProductsResponseProductsItem {
|
|
2624
|
+
id: string;
|
|
2625
|
+
slug: string;
|
|
2626
|
+
name: string;
|
|
2627
|
+
protocols: GetConfigurationProductsResponseProductsItemProtocols;
|
|
2628
|
+
primaryProtocol?: GetConfigurationProductsResponseProductsItemPrimaryProtocol;
|
|
2629
|
+
metadataSchema: GetConfigurationProductsResponseProductsItemMetadataSchema;
|
|
2630
|
+
}
|
|
2631
|
+
export declare const GetConfigurationProductsResponseProductsItem: S.Schema<GetConfigurationProductsResponseProductsItem>;
|
|
2632
|
+
export type GetConfigurationProductsResponseProductsList = Array<GetConfigurationProductsResponseProductsItem>;
|
|
2633
|
+
export declare const GetConfigurationProductsResponseProductsList: S.Schema<GetConfigurationProductsResponseProductsList>;
|
|
2634
|
+
export interface GetConfigurationProductsResponseIntegration {
|
|
2635
|
+
id: string;
|
|
2636
|
+
slug: string;
|
|
2637
|
+
name: string;
|
|
2638
|
+
}
|
|
2639
|
+
export declare const GetConfigurationProductsResponseIntegration: S.Schema<GetConfigurationProductsResponseIntegration>;
|
|
2640
|
+
export interface GetConfigurationProductsResponseConfiguration {
|
|
2641
|
+
id: string;
|
|
2642
|
+
}
|
|
2643
|
+
export declare const GetConfigurationProductsResponseConfiguration: S.Schema<GetConfigurationProductsResponseConfiguration>;
|
|
2644
|
+
export interface GetConfigurationProductsResponse {
|
|
2645
|
+
products: GetConfigurationProductsResponseProductsList;
|
|
2646
|
+
integration: GetConfigurationProductsResponseIntegration;
|
|
2647
|
+
configuration: GetConfigurationProductsResponseConfiguration;
|
|
2648
|
+
}
|
|
2649
|
+
export declare const GetConfigurationProductsResponse: S.Schema<GetConfigurationProductsResponse>;
|
|
2650
|
+
export type GetConfigurationsRequestView = "account" | "project";
|
|
2651
|
+
export declare const GetConfigurationsRequestView: any;
|
|
2652
|
+
export type GetConfigurationsRequestInstallationType = "marketplace" | "external" | "provisioning";
|
|
2653
|
+
export declare const GetConfigurationsRequestInstallationType: any;
|
|
2654
|
+
export interface GetConfigurationsRequest {
|
|
2655
|
+
view: GetConfigurationsRequestView | (string & {});
|
|
2656
|
+
installationType?: GetConfigurationsRequestInstallationType | (string & {});
|
|
2657
|
+
/** ID of the integration */
|
|
2658
|
+
integrationIdOrSlug?: string;
|
|
2659
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
2660
|
+
teamId?: string;
|
|
2661
|
+
/** The Team slug to perform the request on behalf of. */
|
|
2662
|
+
slug?: string;
|
|
2663
|
+
}
|
|
2664
|
+
export declare const GetConfigurationsRequest: S.Schema<GetConfigurationsRequest>;
|
|
2665
|
+
/** The configuration status. Optional. If not defined, assume 'ready'. */
|
|
2666
|
+
export type GetConfigurationsResponseBodyCase0ItemStatus = "error" | "onboarding" | "pending" | "ready" | "resumed" | "suspended" | "uninstalled";
|
|
2667
|
+
export declare const GetConfigurationsResponseBodyCase0ItemStatus: any;
|
|
2668
|
+
/** When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access. */
|
|
2669
|
+
export type GetConfigurationsResponseBodyCase0ItemProjectsList = Array<string>;
|
|
2670
|
+
export declare const GetConfigurationsResponseBodyCase0ItemProjectsList: S.Schema<GetConfigurationsResponseBodyCase0ItemProjectsList>;
|
|
2671
|
+
/** Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. */
|
|
2672
|
+
export type GetConfigurationsResponseBodyCase0ItemSource = "backoffice" | "cli" | "deploy-button" | "external" | "import-recommended-integrations" | "marketplace" | "oauth" | "resource-claims" | "v0";
|
|
2673
|
+
export declare const GetConfigurationsResponseBodyCase0ItemSource: any;
|
|
2674
|
+
export type GetConfigurationsResponseBodyCase0ItemType = "integration-configuration";
|
|
2675
|
+
export declare const GetConfigurationsResponseBodyCase0ItemType: any;
|
|
2676
|
+
/** The resources that are allowed to be accessed by the configuration. */
|
|
2677
|
+
export type GetConfigurationsResponseBodyCase0ItemScopesList = Array<string>;
|
|
2678
|
+
export declare const GetConfigurationsResponseBodyCase0ItemScopesList: S.Schema<GetConfigurationsResponseBodyCase0ItemScopesList>;
|
|
2679
|
+
export type GetConfigurationsResponseBodyCase0ItemDisabledReason = "account-plan-downgrade" | "disabled-by-admin" | "disabled-by-owner" | "feature-not-available" | "original-owner-left-the-team" | "original-owner-role-downgraded";
|
|
2680
|
+
export declare const GetConfigurationsResponseBodyCase0ItemDisabledReason: any;
|
|
2681
|
+
/** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
|
|
2682
|
+
export type GetConfigurationsResponseBodyCase0ItemInstallationType = "external" | "marketplace";
|
|
2683
|
+
export declare const GetConfigurationsResponseBodyCase0ItemInstallationType: any;
|
|
2684
|
+
/** The list of configurations for the authenticated user */
|
|
2685
|
+
export interface GetConfigurationsResponseBodyCase0Item {
|
|
2686
|
+
/** A timestamp that tells you when the configuration was installed successfully */
|
|
2687
|
+
completedAt?: number;
|
|
2688
|
+
/** A timestamp that tells you when the configuration was created */
|
|
2689
|
+
createdAt?: number;
|
|
2690
|
+
/** The unique identifier of the configuration */
|
|
2691
|
+
id?: string;
|
|
2692
|
+
/** The unique identifier of the app the configuration was created for */
|
|
2693
|
+
integrationId?: string;
|
|
2694
|
+
/** The user or team ID that owns the configuration */
|
|
2695
|
+
ownerId?: string;
|
|
2696
|
+
/** The configuration status. Optional. If not defined, assume 'ready'. */
|
|
2697
|
+
status?: GetConfigurationsResponseBodyCase0ItemStatus;
|
|
2698
|
+
/** An external identifier defined by the integration vendor. */
|
|
2699
|
+
externalId?: string;
|
|
2700
|
+
/** When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access. */
|
|
2701
|
+
projects?: GetConfigurationsResponseBodyCase0ItemProjectsList;
|
|
2702
|
+
/** Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. */
|
|
2703
|
+
source?: GetConfigurationsResponseBodyCase0ItemSource;
|
|
2704
|
+
/** The slug of the integration the configuration is created for. */
|
|
2705
|
+
slug?: string;
|
|
2706
|
+
/** When the configuration was created for a team, this will show the ID of the team. */
|
|
2707
|
+
teamId?: string | null;
|
|
2708
|
+
type?: GetConfigurationsResponseBodyCase0ItemType;
|
|
2709
|
+
/** A timestamp that tells you when the configuration was updated. */
|
|
2710
|
+
updatedAt?: number;
|
|
2711
|
+
/** The ID of the user that created the configuration. */
|
|
2712
|
+
userId?: string;
|
|
2713
|
+
/** The resources that are allowed to be accessed by the configuration. */
|
|
2714
|
+
scopes?: GetConfigurationsResponseBodyCase0ItemScopesList;
|
|
2715
|
+
/** A timestamp that tells you when the configuration was disabled. Note: Configurations can be disabled when the associated user loses access to a team. They do not function during this time until the configuration is 'transferred', meaning the associated user is changed to one with access to the team. */
|
|
2716
|
+
disabledAt?: number;
|
|
2717
|
+
/** A timestamp that tells you when the configuration was deleted. */
|
|
2718
|
+
deletedAt?: number | null;
|
|
2719
|
+
/** A timestamp that tells you when the configuration deletion has been started for cases when the deletion needs to be settled/approved by partners, such as when marketplace invoices have been paid. */
|
|
2720
|
+
deleteRequestedAt?: number | null;
|
|
2721
|
+
/** Record when the customer initited deletion, independent of whether `deleteRequestedAt` gets set. */
|
|
2722
|
+
customerDeleteRequestedAt?: number | null;
|
|
2723
|
+
disabledReason?: GetConfigurationsResponseBodyCase0ItemDisabledReason;
|
|
2724
|
+
/** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
|
|
2725
|
+
installationType?: GetConfigurationsResponseBodyCase0ItemInstallationType;
|
|
2726
|
+
}
|
|
2727
|
+
export declare const GetConfigurationsResponseBodyCase0Item: S.Schema<GetConfigurationsResponseBodyCase0Item>;
|
|
2728
|
+
/** The list of configurations for the authenticated user */
|
|
2729
|
+
export type GetConfigurationsResponseBodyCase0List = Array<GetConfigurationsResponseBodyCase0Item>;
|
|
2730
|
+
export declare const GetConfigurationsResponseBodyCase0List: S.Schema<GetConfigurationsResponseBodyCase0List>;
|
|
2731
|
+
export type GetConfigurationsResponseBodyCase1ItemIntegrationFlagsList = Array<string>;
|
|
2732
|
+
export declare const GetConfigurationsResponseBodyCase1ItemIntegrationFlagsList: S.Schema<GetConfigurationsResponseBodyCase1ItemIntegrationFlagsList>;
|
|
2733
|
+
export type GetConfigurationsResponseBodyCase1ItemIntegrationTagIdsItem = "tag_agents" | "tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_code_review" | "tag_code_security" | "tag_code_testing" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_payments" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_support_agent" | "tag_testing" | "tag_video" | "tag_web_automation" | "tag_workflow";
|
|
2734
|
+
export declare const GetConfigurationsResponseBodyCase1ItemIntegrationTagIdsItem: any;
|
|
2735
|
+
export type GetConfigurationsResponseBodyCase1ItemIntegrationTagIdsList = Array<GetConfigurationsResponseBodyCase1ItemIntegrationTagIdsItem>;
|
|
2736
|
+
export declare const GetConfigurationsResponseBodyCase1ItemIntegrationTagIdsList: S.Schema<GetConfigurationsResponseBodyCase1ItemIntegrationTagIdsList>;
|
|
2737
|
+
export interface GetConfigurationsResponseBodyCase1ItemIntegration {
|
|
2738
|
+
name: string;
|
|
2739
|
+
icon: string;
|
|
2740
|
+
isLegacy: boolean;
|
|
2741
|
+
flags?: GetConfigurationsResponseBodyCase1ItemIntegrationFlagsList;
|
|
2742
|
+
assignedBetaLabelAt?: number;
|
|
2743
|
+
tagIds?: GetConfigurationsResponseBodyCase1ItemIntegrationTagIdsList;
|
|
2744
|
+
}
|
|
2745
|
+
export declare const GetConfigurationsResponseBodyCase1ItemIntegration: S.Schema<GetConfigurationsResponseBodyCase1ItemIntegration>;
|
|
2746
|
+
/** The configuration status. Optional. If not defined, assume 'ready'. */
|
|
2747
|
+
export type GetConfigurationsResponseBodyCase1ItemStatus = "error" | "onboarding" | "pending" | "ready" | "resumed" | "suspended" | "uninstalled";
|
|
2748
|
+
export declare const GetConfigurationsResponseBodyCase1ItemStatus: any;
|
|
2749
|
+
/** When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access. */
|
|
2750
|
+
export type GetConfigurationsResponseBodyCase1ItemProjectsList = Array<string>;
|
|
2751
|
+
export declare const GetConfigurationsResponseBodyCase1ItemProjectsList: S.Schema<GetConfigurationsResponseBodyCase1ItemProjectsList>;
|
|
2752
|
+
/** Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. */
|
|
2753
|
+
export type GetConfigurationsResponseBodyCase1ItemSource = "backoffice" | "cli" | "deploy-button" | "external" | "import-recommended-integrations" | "marketplace" | "oauth" | "resource-claims" | "v0";
|
|
2754
|
+
export declare const GetConfigurationsResponseBodyCase1ItemSource: any;
|
|
2755
|
+
export type GetConfigurationsResponseBodyCase1ItemType = "integration-configuration";
|
|
2756
|
+
export declare const GetConfigurationsResponseBodyCase1ItemType: any;
|
|
2757
|
+
/** The resources that are allowed to be accessed by the configuration. */
|
|
2758
|
+
export type GetConfigurationsResponseBodyCase1ItemScopesList = Array<string>;
|
|
2759
|
+
export declare const GetConfigurationsResponseBodyCase1ItemScopesList: S.Schema<GetConfigurationsResponseBodyCase1ItemScopesList>;
|
|
2760
|
+
export type GetConfigurationsResponseBodyCase1ItemDisabledReason = "account-plan-downgrade" | "disabled-by-admin" | "disabled-by-owner" | "feature-not-available" | "original-owner-left-the-team" | "original-owner-role-downgraded";
|
|
2761
|
+
export declare const GetConfigurationsResponseBodyCase1ItemDisabledReason: any;
|
|
2762
|
+
/** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
|
|
2763
|
+
export type GetConfigurationsResponseBodyCase1ItemInstallationType = "external" | "marketplace";
|
|
2764
|
+
export declare const GetConfigurationsResponseBodyCase1ItemInstallationType: any;
|
|
2765
|
+
export interface GetConfigurationsResponseBodyCase1Item {
|
|
2766
|
+
integration: GetConfigurationsResponseBodyCase1ItemIntegration;
|
|
2767
|
+
/** A timestamp that tells you when the configuration was installed successfully */
|
|
2768
|
+
completedAt?: number;
|
|
2769
|
+
/** A timestamp that tells you when the configuration was created */
|
|
2770
|
+
createdAt: number;
|
|
2771
|
+
/** The unique identifier of the configuration */
|
|
2772
|
+
id: string;
|
|
2773
|
+
/** The unique identifier of the app the configuration was created for */
|
|
2774
|
+
integrationId: string;
|
|
2775
|
+
/** The user or team ID that owns the configuration */
|
|
2776
|
+
ownerId: string;
|
|
2777
|
+
/** The configuration status. Optional. If not defined, assume 'ready'. */
|
|
2778
|
+
status?: GetConfigurationsResponseBodyCase1ItemStatus;
|
|
2779
|
+
/** An external identifier defined by the integration vendor. */
|
|
2780
|
+
externalId?: string;
|
|
2781
|
+
/** When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access. */
|
|
2782
|
+
projects?: GetConfigurationsResponseBodyCase1ItemProjectsList;
|
|
2783
|
+
/** Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. */
|
|
2784
|
+
source?: GetConfigurationsResponseBodyCase1ItemSource;
|
|
2785
|
+
/** The slug of the integration the configuration is created for. */
|
|
2786
|
+
slug: string;
|
|
2787
|
+
/** When the configuration was created for a team, this will show the ID of the team. */
|
|
2788
|
+
teamId?: string | null;
|
|
2789
|
+
type: GetConfigurationsResponseBodyCase1ItemType;
|
|
2790
|
+
/** A timestamp that tells you when the configuration was updated. */
|
|
2791
|
+
updatedAt: number;
|
|
2792
|
+
/** The ID of the user that created the configuration. */
|
|
2793
|
+
userId: string;
|
|
2794
|
+
/** The resources that are allowed to be accessed by the configuration. */
|
|
2795
|
+
scopes: GetConfigurationsResponseBodyCase1ItemScopesList;
|
|
2796
|
+
/** A timestamp that tells you when the configuration was disabled. Note: Configurations can be disabled when the associated user loses access to a team. They do not function during this time until the configuration is 'transferred', meaning the associated user is changed to one with access to the team. */
|
|
2797
|
+
disabledAt?: number;
|
|
2798
|
+
/** A timestamp that tells you when the configuration was deleted. */
|
|
2799
|
+
deletedAt?: number | null;
|
|
2800
|
+
/** A timestamp that tells you when the configuration deletion has been started for cases when the deletion needs to be settled/approved by partners, such as when marketplace invoices have been paid. */
|
|
2801
|
+
deleteRequestedAt?: number | null;
|
|
2802
|
+
/** Record when the customer initited deletion, independent of whether `deleteRequestedAt` gets set. */
|
|
2803
|
+
customerDeleteRequestedAt?: number | null;
|
|
2804
|
+
disabledReason?: GetConfigurationsResponseBodyCase1ItemDisabledReason;
|
|
2805
|
+
/** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
|
|
2806
|
+
installationType?: GetConfigurationsResponseBodyCase1ItemInstallationType;
|
|
2807
|
+
}
|
|
2808
|
+
export declare const GetConfigurationsResponseBodyCase1Item: S.Schema<GetConfigurationsResponseBodyCase1Item>;
|
|
2809
|
+
export type GetConfigurationsResponseBodyCase1List = Array<GetConfigurationsResponseBodyCase1Item>;
|
|
2810
|
+
export declare const GetConfigurationsResponseBodyCase1List: S.Schema<GetConfigurationsResponseBodyCase1List>;
|
|
2811
|
+
export type GetConfigurationsResponseBody = GetConfigurationsResponseBodyCase0List | GetConfigurationsResponseBodyCase1List;
|
|
2812
|
+
export declare const GetConfigurationsResponseBody: S.Schema<GetConfigurationsResponseBody>;
|
|
2813
|
+
export type GetConfigurationsResponse = GetConfigurationsResponseBody;
|
|
2814
|
+
export declare const GetConfigurationsResponse: S.Schema<GetConfigurationsResponse>;
|
|
2815
|
+
export type GitNamespacesRequestProvider = "github" | "github-limited" | "github-custom-host" | "gitlab" | "bitbucket";
|
|
2816
|
+
export declare const GitNamespacesRequestProvider: any;
|
|
2817
|
+
export interface GitNamespacesRequest {
|
|
2818
|
+
/** The custom Git host if using a custom Git provider, like GitHub Enterprise Server */
|
|
2819
|
+
host?: string;
|
|
2820
|
+
provider?: GitNamespacesRequestProvider | (string & {});
|
|
2821
|
+
/** When true, includes the viewer object for each namespace. */
|
|
2822
|
+
viewerMetadata?: boolean;
|
|
2823
|
+
}
|
|
2824
|
+
export declare const GitNamespacesRequest: S.Schema<GitNamespacesRequest>;
|
|
2825
|
+
export type GitNamespacesResponseBodyItemId = string | number;
|
|
2826
|
+
export declare const GitNamespacesResponseBodyItemId: S.Schema<GitNamespacesResponseBodyItemId>;
|
|
2827
|
+
export type GitNamespacesResponseBodyItemViewerRole = string | number;
|
|
2828
|
+
export declare const GitNamespacesResponseBodyItemViewerRole: S.Schema<GitNamespacesResponseBodyItemViewerRole>;
|
|
2829
|
+
export interface GitNamespacesResponseBodyItemViewer {
|
|
2830
|
+
canCreateApp?: boolean;
|
|
2831
|
+
role?: GitNamespacesResponseBodyItemViewerRole;
|
|
2832
|
+
}
|
|
2833
|
+
export declare const GitNamespacesResponseBodyItemViewer: S.Schema<GitNamespacesResponseBodyItemViewer>;
|
|
2834
|
+
export interface GitNamespacesResponseBodyItem {
|
|
2835
|
+
provider: string;
|
|
2836
|
+
slug: string;
|
|
2837
|
+
id: GitNamespacesResponseBodyItemId;
|
|
2838
|
+
ownerType: string;
|
|
2839
|
+
name?: string;
|
|
2840
|
+
isAccessRestricted?: boolean;
|
|
2841
|
+
installationId?: number;
|
|
2842
|
+
requireReauth?: boolean;
|
|
2843
|
+
viewer?: GitNamespacesResponseBodyItemViewer;
|
|
2844
|
+
}
|
|
2845
|
+
export declare const GitNamespacesResponseBodyItem: S.Schema<GitNamespacesResponseBodyItem>;
|
|
2846
|
+
export type GitNamespacesResponseBodyList = Array<GitNamespacesResponseBodyItem>;
|
|
2847
|
+
export declare const GitNamespacesResponseBodyList: S.Schema<GitNamespacesResponseBodyList>;
|
|
2848
|
+
export type GitNamespacesResponse = GitNamespacesResponseBodyList;
|
|
2849
|
+
export declare const GitNamespacesResponse: S.Schema<GitNamespacesResponse>;
|
|
2850
|
+
export type SearchRepoRequestNamespaceId = string | number;
|
|
2851
|
+
export declare const SearchRepoRequestNamespaceId: S.Schema<SearchRepoRequestNamespaceId>;
|
|
2852
|
+
export type SearchRepoRequestProvider = "github" | "github-limited" | "github-custom-host" | "gitlab" | "bitbucket" | "cursor-origin";
|
|
2853
|
+
export declare const SearchRepoRequestProvider: any;
|
|
2854
|
+
export interface SearchRepoRequest {
|
|
2855
|
+
query?: string;
|
|
2856
|
+
namespaceId?: SearchRepoRequestNamespaceId;
|
|
2857
|
+
provider?: SearchRepoRequestProvider | (string & {});
|
|
2858
|
+
installationId?: string;
|
|
2859
|
+
/** The custom Git host if using a custom Git provider, like GitHub Enterprise Server */
|
|
2860
|
+
host?: string;
|
|
2861
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
2862
|
+
teamId?: string;
|
|
2863
|
+
/** The Team slug to perform the request on behalf of. */
|
|
2864
|
+
slug?: string;
|
|
2865
|
+
}
|
|
2866
|
+
export declare const SearchRepoRequest: S.Schema<SearchRepoRequest>;
|
|
2867
|
+
export type SearchRepoResponseBodyCase1ErrorCode = "installation_not_found";
|
|
2868
|
+
export declare const SearchRepoResponseBodyCase1ErrorCode: any;
|
|
2869
|
+
export interface SearchRepoResponseBodyCase1Error {
|
|
2870
|
+
code: SearchRepoResponseBodyCase1ErrorCode;
|
|
2871
|
+
message: string;
|
|
2872
|
+
}
|
|
2873
|
+
export declare const SearchRepoResponseBodyCase1Error: S.Schema<SearchRepoResponseBodyCase1Error>;
|
|
2874
|
+
export interface SearchRepoResponseBodyCase1 {
|
|
2875
|
+
error: SearchRepoResponseBodyCase1Error;
|
|
2876
|
+
}
|
|
2877
|
+
export declare const SearchRepoResponseBodyCase1: S.Schema<SearchRepoResponseBodyCase1>;
|
|
2878
|
+
export interface SearchRepoResponseBodyCase2GitAccount {
|
|
2879
|
+
provider: string;
|
|
2880
|
+
namespaceId: string | null;
|
|
2881
|
+
}
|
|
2882
|
+
export declare const SearchRepoResponseBodyCase2GitAccount: S.Schema<SearchRepoResponseBodyCase2GitAccount>;
|
|
2883
|
+
export type SearchRepoResponseBodyCase2ReposItemProvider = "cursor-origin";
|
|
2884
|
+
export declare const SearchRepoResponseBodyCase2ReposItemProvider: any;
|
|
2885
|
+
export type SearchRepoResponseBodyCase2ReposItemOwnerType = "team";
|
|
2886
|
+
export declare const SearchRepoResponseBodyCase2ReposItemOwnerType: any;
|
|
2887
|
+
export interface SearchRepoResponseBodyCase2ReposItemOwner {
|
|
2888
|
+
id: string;
|
|
2889
|
+
name: string;
|
|
2890
|
+
}
|
|
2891
|
+
export declare const SearchRepoResponseBodyCase2ReposItemOwner: S.Schema<SearchRepoResponseBodyCase2ReposItemOwner>;
|
|
2892
|
+
export interface SearchRepoResponseBodyCase2ReposItem {
|
|
2893
|
+
id: string;
|
|
2894
|
+
provider: SearchRepoResponseBodyCase2ReposItemProvider;
|
|
2895
|
+
url: string;
|
|
2896
|
+
name: string;
|
|
2897
|
+
slug: string;
|
|
2898
|
+
namespace: string;
|
|
2899
|
+
ownerType: SearchRepoResponseBodyCase2ReposItemOwnerType;
|
|
2900
|
+
owner: SearchRepoResponseBodyCase2ReposItemOwner;
|
|
2901
|
+
private: boolean;
|
|
2902
|
+
defaultBranch: string;
|
|
2903
|
+
updatedAt: number;
|
|
2904
|
+
}
|
|
2905
|
+
export declare const SearchRepoResponseBodyCase2ReposItem: S.Schema<SearchRepoResponseBodyCase2ReposItem>;
|
|
2906
|
+
export type SearchRepoResponseBodyCase2ReposList = Array<SearchRepoResponseBodyCase2ReposItem>;
|
|
2907
|
+
export declare const SearchRepoResponseBodyCase2ReposList: S.Schema<SearchRepoResponseBodyCase2ReposList>;
|
|
2908
|
+
export interface SearchRepoResponseBodyCase2 {
|
|
2909
|
+
gitAccount: SearchRepoResponseBodyCase2GitAccount;
|
|
2910
|
+
repos: SearchRepoResponseBodyCase2ReposList;
|
|
2911
|
+
}
|
|
2912
|
+
export declare const SearchRepoResponseBodyCase2: S.Schema<SearchRepoResponseBodyCase2>;
|
|
2913
|
+
export type SearchRepoResponseBodyCase3GitAccountProvider = "bitbucket" | "github" | "github-custom-host" | "github-limited" | "gitlab" | "vercel";
|
|
2914
|
+
export declare const SearchRepoResponseBodyCase3GitAccountProvider: any;
|
|
2915
|
+
export type SearchRepoResponseBodyCase3GitAccountNamespaceId = string | number;
|
|
2916
|
+
export declare const SearchRepoResponseBodyCase3GitAccountNamespaceId: S.Schema<SearchRepoResponseBodyCase3GitAccountNamespaceId>;
|
|
2917
|
+
export interface SearchRepoResponseBodyCase3GitAccount {
|
|
2918
|
+
provider: SearchRepoResponseBodyCase3GitAccountProvider;
|
|
2919
|
+
namespaceId: SearchRepoResponseBodyCase3GitAccountNamespaceId | null;
|
|
2920
|
+
}
|
|
2921
|
+
export declare const SearchRepoResponseBodyCase3GitAccount: S.Schema<SearchRepoResponseBodyCase3GitAccount>;
|
|
2922
|
+
export type SearchRepoResponseBodyCase3ReposItemId = string | number;
|
|
2923
|
+
export declare const SearchRepoResponseBodyCase3ReposItemId: S.Schema<SearchRepoResponseBodyCase3ReposItemId>;
|
|
2924
|
+
export type SearchRepoResponseBodyCase3ReposItemProvider = "bitbucket" | "github" | "github-custom-host" | "github-limited" | "gitlab" | "vercel";
|
|
2925
|
+
export declare const SearchRepoResponseBodyCase3ReposItemProvider: any;
|
|
2926
|
+
export type SearchRepoResponseBodyCase3ReposItemOwnerId = string | number;
|
|
2927
|
+
export declare const SearchRepoResponseBodyCase3ReposItemOwnerId: S.Schema<SearchRepoResponseBodyCase3ReposItemOwnerId>;
|
|
2928
|
+
export interface SearchRepoResponseBodyCase3ReposItemOwner {
|
|
2929
|
+
id: SearchRepoResponseBodyCase3ReposItemOwnerId;
|
|
2930
|
+
name: string;
|
|
2931
|
+
}
|
|
2932
|
+
export declare const SearchRepoResponseBodyCase3ReposItemOwner: S.Schema<SearchRepoResponseBodyCase3ReposItemOwner>;
|
|
2933
|
+
export type SearchRepoResponseBodyCase3ReposItemOwnerType = "team" | "user";
|
|
2934
|
+
export declare const SearchRepoResponseBodyCase3ReposItemOwnerType: any;
|
|
2935
|
+
export interface SearchRepoResponseBodyCase3ReposItem {
|
|
2936
|
+
id: SearchRepoResponseBodyCase3ReposItemId;
|
|
2937
|
+
provider: SearchRepoResponseBodyCase3ReposItemProvider;
|
|
2938
|
+
url: string;
|
|
2939
|
+
name: string;
|
|
2940
|
+
slug: string;
|
|
2941
|
+
namespace: string;
|
|
2942
|
+
owner: SearchRepoResponseBodyCase3ReposItemOwner;
|
|
2943
|
+
ownerType: SearchRepoResponseBodyCase3ReposItemOwnerType;
|
|
2944
|
+
private: boolean;
|
|
2945
|
+
defaultBranch: string;
|
|
2946
|
+
updatedAt: number;
|
|
2947
|
+
}
|
|
2948
|
+
export declare const SearchRepoResponseBodyCase3ReposItem: S.Schema<SearchRepoResponseBodyCase3ReposItem>;
|
|
2949
|
+
export type SearchRepoResponseBodyCase3ReposList = Array<SearchRepoResponseBodyCase3ReposItem>;
|
|
2950
|
+
export declare const SearchRepoResponseBodyCase3ReposList: S.Schema<SearchRepoResponseBodyCase3ReposList>;
|
|
2951
|
+
export interface SearchRepoResponseBodyCase3 {
|
|
2952
|
+
gitAccount: SearchRepoResponseBodyCase3GitAccount;
|
|
2953
|
+
repos: SearchRepoResponseBodyCase3ReposList;
|
|
2954
|
+
}
|
|
2955
|
+
export declare const SearchRepoResponseBodyCase3: S.Schema<SearchRepoResponseBodyCase3>;
|
|
2956
|
+
export type SearchRepoResponseBody = unknown | SearchRepoResponseBodyCase1 | SearchRepoResponseBodyCase2 | SearchRepoResponseBodyCase3;
|
|
2957
|
+
export declare const SearchRepoResponseBody: S.Schema<SearchRepoResponseBody>;
|
|
2958
|
+
export type SearchRepoResponse = SearchRepoResponseBody;
|
|
2959
|
+
export declare const SearchRepoResponse: S.Schema<SearchRepoResponse>;
|
|
2960
|
+
export type ConnectIntegrationResourceToProjectError = BadRequest | Forbidden | NotFound | VercelOpError;
|
|
2961
|
+
/** Connect integration resource to project 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. */
|
|
2962
|
+
export declare const connectIntegrationResourceToProject: API.OperationMethod<ConnectIntegrationResourceToProjectRequest, ConnectIntegrationResourceToProjectResponse, ConnectIntegrationResourceToProjectError, VercelOpContext>;
|
|
2963
|
+
export type CreateIntegrationStoreDirectError = BadRequest | PaymentRequired | Forbidden | NotFound | Conflict | VercelOpError;
|
|
2964
|
+
/** Create integration store (free and paid plans) Creates an integration store with automatic billing plan handling. For free resources, omit `billingPlanId` to auto-discover free plans. For paid resources, provide a `billingPlanId` from the billing plans endpoint. */
|
|
2965
|
+
export declare const createIntegrationStoreDirect: API.OperationMethod<CreateIntegrationStoreDirectRequest, CreateIntegrationStoreDirectResponse, CreateIntegrationStoreDirectError, VercelOpContext>;
|
|
2966
|
+
export type DeleteConfigurationError = BadRequest | Forbidden | NotFound | VercelOpError;
|
|
2967
|
+
/** Delete an integration configuration 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. */
|
|
2968
|
+
export declare const deleteConfiguration: API.OperationMethod<DeleteConfigurationRequest, DeleteConfigurationResponse, DeleteConfigurationError, VercelOpContext>;
|
|
2969
|
+
export type GetBillingPlansError = BadRequest | Forbidden | NotFound | VercelOpError;
|
|
2970
|
+
/** List integration billing plans Get a list of billing plans for an integration and product. */
|
|
2971
|
+
export declare const getBillingPlans: API.OperationMethod<GetBillingPlansRequest, GetBillingPlansResponse, GetBillingPlansError, VercelOpContext>;
|
|
2972
|
+
export type GetConfigurationError = BadRequest | Forbidden | NotFound | VercelOpError;
|
|
2973
|
+
/** Retrieve an integration configuration Allows to retrieve a the configuration with the provided id in case it exists. The authenticated user or team must be the owner of the config in order to access it. */
|
|
2974
|
+
export declare const getConfiguration: API.OperationMethod<GetConfigurationRequest, GetConfigurationResponse, GetConfigurationError, VercelOpContext>;
|
|
2975
|
+
export type GetConfigurationProductsError = BadRequest | Forbidden | NotFound | VercelOpError;
|
|
2976
|
+
/** List products for integration configuration Returns products available for an integration configuration. Each product includes a `metadataSchema` field with the JSON Schema for required and optional metadata fields. */
|
|
2977
|
+
export declare const getConfigurationProducts: API.OperationMethod<GetConfigurationProductsRequest, GetConfigurationProductsResponse, GetConfigurationProductsError, VercelOpContext>;
|
|
2978
|
+
export type GetConfigurationsError = BadRequest | Forbidden | VercelOpError;
|
|
2979
|
+
/** Get configurations for the authenticated user or team Allows to retrieve all configurations for an authenticated integration. When the `project` view is used, configurations generated for the authorization flow will be filtered out of the results. */
|
|
2980
|
+
export declare const getConfigurations: API.OperationMethod<GetConfigurationsRequest, GetConfigurationsResponse, GetConfigurationsError, VercelOpContext>;
|
|
2981
|
+
export type GitNamespacesError = BadRequest | Forbidden | NotFound | VercelOpError;
|
|
2982
|
+
/** List git namespaces by provider Lists git namespaces for a supported provider. Supported providers are `github`, `gitlab` and `bitbucket`. If the provider is not provided, it will try to obtain it from the user that authenticated the request. */
|
|
2983
|
+
export declare const gitNamespaces: API.OperationMethod<GitNamespacesRequest, GitNamespacesResponse, GitNamespacesError, VercelOpContext>;
|
|
2984
|
+
export type SearchRepoError = BadRequest | Forbidden | NotFound | VercelOpError;
|
|
2985
|
+
/** List git repositories linked to namespace by provider Lists git repositories linked to a namespace `id` for a supported provider. A specific namespace `id` can be obtained via the `git-namespaces` endpoint. Supported providers are `github`, `gitlab` and `bitbucket`. If the provider or namespace is not provided, it will try to obtain it from the user that authenticated the request. */
|
|
2986
|
+
export declare const searchRepo: API.OperationMethod<SearchRepoRequest, SearchRepoResponse, SearchRepoError, VercelOpContext>;
|
|
2987
|
+
//# sourceMappingURL=integrations.d.ts.map
|