@cat-factory/contracts 0.34.0 → 0.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-keys.d.ts +17 -0
- package/dist/api-keys.d.ts.map +1 -1
- package/dist/api-keys.js +2 -0
- package/dist/api-keys.js.map +1 -1
- package/dist/github.d.ts +14 -0
- package/dist/github.d.ts.map +1 -1
- package/dist/github.js +13 -0
- package/dist/github.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/observability.d.ts +63 -0
- package/dist/observability.d.ts.map +1 -1
- package/dist/observability.js +57 -0
- package/dist/observability.js.map +1 -1
- package/dist/requests.d.ts +7 -0
- package/dist/requests.d.ts.map +1 -1
- package/dist/requests.js +2 -0
- package/dist/requests.js.map +1 -1
- package/dist/routes/_shared.d.ts +49 -0
- package/dist/routes/_shared.d.ts.map +1 -0
- package/dist/routes/_shared.js +34 -0
- package/dist/routes/_shared.js.map +1 -0
- package/dist/routes/accounts.d.ts +775 -0
- package/dist/routes/accounts.d.ts.map +1 -0
- package/dist/routes/accounts.js +145 -0
- package/dist/routes/accounts.js.map +1 -0
- package/dist/routes/agent-runs.d.ts +659 -0
- package/dist/routes/agent-runs.d.ts.map +1 -0
- package/dist/routes/agent-runs.js +33 -0
- package/dist/routes/agent-runs.js.map +1 -0
- package/dist/routes/api-keys.d.ts +245 -0
- package/dist/routes/api-keys.d.ts.map +1 -0
- package/dist/routes/api-keys.js +49 -0
- package/dist/routes/api-keys.js.map +1 -0
- package/dist/routes/auth.d.ts +411 -0
- package/dist/routes/auth.d.ts.map +1 -0
- package/dist/routes/auth.js +129 -0
- package/dist/routes/auth.js.map +1 -0
- package/dist/routes/board.d.ts +1260 -0
- package/dist/routes/board.d.ts.map +1 -0
- package/dist/routes/board.js +85 -0
- package/dist/routes/board.js.map +1 -0
- package/dist/routes/bootstrap.d.ts +395 -0
- package/dist/routes/bootstrap.d.ts.map +1 -0
- package/dist/routes/bootstrap.js +56 -0
- package/dist/routes/bootstrap.js.map +1 -0
- package/dist/routes/brainstorm.d.ts +482 -0
- package/dist/routes/brainstorm.d.ts.map +1 -0
- package/dist/routes/brainstorm.js +69 -0
- package/dist/routes/brainstorm.js.map +1 -0
- package/dist/routes/clarity.d.ts +462 -0
- package/dist/routes/clarity.d.ts.map +1 -0
- package/dist/routes/clarity.js +67 -0
- package/dist/routes/clarity.js.map +1 -0
- package/dist/routes/consensus.d.ts +71 -0
- package/dist/routes/consensus.d.ts.map +1 -0
- package/dist/routes/consensus.js +23 -0
- package/dist/routes/consensus.js.map +1 -0
- package/dist/routes/documents.d.ts +449 -0
- package/dist/routes/documents.d.ts.map +1 -0
- package/dist/routes/documents.js +89 -0
- package/dist/routes/documents.js.map +1 -0
- package/dist/routes/environments.d.ts +715 -0
- package/dist/routes/environments.d.ts.map +1 -0
- package/dist/routes/environments.js +82 -0
- package/dist/routes/environments.js.map +1 -0
- package/dist/routes/execution.d.ts +2768 -0
- package/dist/routes/execution.d.ts.map +1 -0
- package/dist/routes/execution.js +119 -0
- package/dist/routes/execution.js.map +1 -0
- package/dist/routes/followUp.d.ts +277 -0
- package/dist/routes/followUp.d.ts.map +1 -0
- package/dist/routes/followUp.js +47 -0
- package/dist/routes/followUp.js.map +1 -0
- package/dist/routes/fragment-library.d.ts +594 -0
- package/dist/routes/fragment-library.d.ts.map +1 -0
- package/dist/routes/fragment-library.js +102 -0
- package/dist/routes/fragment-library.js.map +1 -0
- package/dist/routes/github.d.ts +807 -0
- package/dist/routes/github.d.ts.map +1 -0
- package/dist/routes/github.js +157 -0
- package/dist/routes/github.js.map +1 -0
- package/dist/routes/human-review.d.ts +290 -0
- package/dist/routes/human-review.d.ts.map +1 -0
- package/dist/routes/human-review.js +20 -0
- package/dist/routes/human-review.js.map +1 -0
- package/dist/routes/human-test.d.ts +1435 -0
- package/dist/routes/human-test.d.ts.map +1 -0
- package/dist/routes/human-test.js +48 -0
- package/dist/routes/human-test.js.map +1 -0
- package/dist/routes/incident-enrichment.d.ts +110 -0
- package/dist/routes/incident-enrichment.d.ts.map +1 -0
- package/dist/routes/incident-enrichment.js +26 -0
- package/dist/routes/incident-enrichment.js.map +1 -0
- package/dist/routes/index.d.ts +47 -0
- package/dist/routes/index.d.ts.map +1 -0
- package/dist/routes/index.js +50 -0
- package/dist/routes/index.js.map +1 -0
- package/dist/routes/kaizen.d.ts +113 -0
- package/dist/routes/kaizen.d.ts.map +1 -0
- package/dist/routes/kaizen.js +22 -0
- package/dist/routes/kaizen.js.map +1 -0
- package/dist/routes/localModels.d.ts +163 -0
- package/dist/routes/localModels.d.ts.map +1 -0
- package/dist/routes/localModels.js +41 -0
- package/dist/routes/localModels.js.map +1 -0
- package/dist/routes/localSettings.d.ts +93 -0
- package/dist/routes/localSettings.d.ts.map +1 -0
- package/dist/routes/localSettings.js +22 -0
- package/dist/routes/localSettings.js.map +1 -0
- package/dist/routes/merge.d.ts +197 -0
- package/dist/routes/merge.d.ts.map +1 -0
- package/dist/routes/merge.js +36 -0
- package/dist/routes/merge.js.map +1 -0
- package/dist/routes/model-presets.d.ts +162 -0
- package/dist/routes/model-presets.d.ts.map +1 -0
- package/dist/routes/model-presets.js +36 -0
- package/dist/routes/model-presets.js.map +1 -0
- package/dist/routes/models.d.ts +123 -0
- package/dist/routes/models.d.ts.map +1 -0
- package/dist/routes/models.js +25 -0
- package/dist/routes/models.js.map +1 -0
- package/dist/routes/notifications.d.ts +213 -0
- package/dist/routes/notifications.d.ts.map +1 -0
- package/dist/routes/notifications.js +31 -0
- package/dist/routes/notifications.js.map +1 -0
- package/dist/routes/openrouter.d.ts +145 -0
- package/dist/routes/openrouter.d.ts.map +1 -0
- package/dist/routes/openrouter.js +32 -0
- package/dist/routes/openrouter.js.map +1 -0
- package/dist/routes/personal-subscriptions.d.ts +124 -0
- package/dist/routes/personal-subscriptions.d.ts.map +1 -0
- package/dist/routes/personal-subscriptions.js +32 -0
- package/dist/routes/personal-subscriptions.js.map +1 -0
- package/dist/routes/pipelines.d.ts +457 -0
- package/dist/routes/pipelines.d.ts.map +1 -0
- package/dist/routes/pipelines.js +51 -0
- package/dist/routes/pipelines.js.map +1 -0
- package/dist/routes/prompt-fragments.d.ts +52 -0
- package/dist/routes/prompt-fragments.d.ts.map +1 -0
- package/dist/routes/prompt-fragments.js +14 -0
- package/dist/routes/prompt-fragments.js.map +1 -0
- package/dist/routes/provisioning-logs.d.ts +45 -0
- package/dist/routes/provisioning-logs.d.ts.map +1 -0
- package/dist/routes/provisioning-logs.js +14 -0
- package/dist/routes/provisioning-logs.js.map +1 -0
- package/dist/routes/recurring.d.ts +309 -0
- package/dist/routes/recurring.d.ts.map +1 -0
- package/dist/routes/recurring.js +50 -0
- package/dist/routes/recurring.js.map +1 -0
- package/dist/routes/release.d.ts +218 -0
- package/dist/routes/release.d.ts.map +1 -0
- package/dist/routes/release.js +47 -0
- package/dist/routes/release.js.map +1 -0
- package/dist/routes/requirements.d.ts +901 -0
- package/dist/routes/requirements.d.ts.map +1 -0
- package/dist/routes/requirements.js +96 -0
- package/dist/routes/requirements.js.map +1 -0
- package/dist/routes/runners.d.ts +442 -0
- package/dist/routes/runners.d.ts.map +1 -0
- package/dist/routes/runners.js +47 -0
- package/dist/routes/runners.js.map +1 -0
- package/dist/routes/sandbox.d.ts +898 -0
- package/dist/routes/sandbox.d.ts.map +1 -0
- package/dist/routes/sandbox.js +119 -0
- package/dist/routes/sandbox.js.map +1 -0
- package/dist/routes/service-fragment-defaults.d.ts +66 -0
- package/dist/routes/service-fragment-defaults.d.ts.map +1 -0
- package/dist/routes/service-fragment-defaults.js +20 -0
- package/dist/routes/service-fragment-defaults.js.map +1 -0
- package/dist/routes/services.d.ts +224 -0
- package/dist/routes/services.d.ts.map +1 -0
- package/dist/routes/services.js +44 -0
- package/dist/routes/services.js.map +1 -0
- package/dist/routes/slack.d.ts +332 -0
- package/dist/routes/slack.d.ts.map +1 -0
- package/dist/routes/slack.js +72 -0
- package/dist/routes/slack.js.map +1 -0
- package/dist/routes/spec.d.ts +76 -0
- package/dist/routes/spec.d.ts.map +1 -0
- package/dist/routes/spec.js +17 -0
- package/dist/routes/spec.js.map +1 -0
- package/dist/routes/tasks.d.ts +723 -0
- package/dist/routes/tasks.d.ts.map +1 -0
- package/dist/routes/tasks.js +108 -0
- package/dist/routes/tasks.js.map +1 -0
- package/dist/routes/tracker.d.ts +77 -0
- package/dist/routes/tracker.d.ts.map +1 -0
- package/dist/routes/tracker.js +20 -0
- package/dist/routes/tracker.js.map +1 -0
- package/dist/routes/user-secret.d.ts +231 -0
- package/dist/routes/user-secret.d.ts.map +1 -0
- package/dist/routes/user-secret.js +49 -0
- package/dist/routes/user-secret.js.map +1 -0
- package/dist/routes/vendor-credentials.d.ts +120 -0
- package/dist/routes/vendor-credentials.d.ts.map +1 -0
- package/dist/routes/vendor-credentials.js +33 -0
- package/dist/routes/vendor-credentials.js.map +1 -0
- package/dist/routes/workspace-settings.d.ts +93 -0
- package/dist/routes/workspace-settings.d.ts.map +1 -0
- package/dist/routes/workspace-settings.js +20 -0
- package/dist/routes/workspace-settings.js.map +1 -0
- package/dist/routes/workspaces.d.ts +1309 -0
- package/dist/routes/workspaces.d.ts.map +1 -0
- package/dist/routes/workspaces.js +45 -0
- package/dist/routes/workspaces.js.map +1 -0
- package/package.json +3 -1
|
@@ -0,0 +1,715 @@
|
|
|
1
|
+
import { ContractNoBody } from '@toad-contracts/valibot';
|
|
2
|
+
import * as v from 'valibot';
|
|
3
|
+
export declare const getEnvironmentConnectionContract: {
|
|
4
|
+
readonly method: "get";
|
|
5
|
+
readonly pathResolver: () => string;
|
|
6
|
+
readonly responsesByStatusCode: {
|
|
7
|
+
readonly '4xx': v.ObjectSchema<{
|
|
8
|
+
readonly error: v.ObjectSchema<{
|
|
9
|
+
readonly code: v.StringSchema<undefined>;
|
|
10
|
+
readonly message: v.StringSchema<undefined>;
|
|
11
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
12
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
13
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
14
|
+
readonly message: v.StringSchema<undefined>;
|
|
15
|
+
}, undefined>, undefined>, undefined>;
|
|
16
|
+
}, undefined>;
|
|
17
|
+
}, undefined>;
|
|
18
|
+
readonly '5xx': v.ObjectSchema<{
|
|
19
|
+
readonly error: v.ObjectSchema<{
|
|
20
|
+
readonly code: v.StringSchema<undefined>;
|
|
21
|
+
readonly message: v.StringSchema<undefined>;
|
|
22
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
23
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
24
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
25
|
+
readonly message: v.StringSchema<undefined>;
|
|
26
|
+
}, undefined>, undefined>, undefined>;
|
|
27
|
+
}, undefined>;
|
|
28
|
+
}, undefined>;
|
|
29
|
+
readonly 200: v.ObjectSchema<{
|
|
30
|
+
readonly connection: v.NullableSchema<v.ObjectSchema<{
|
|
31
|
+
readonly providerId: v.StringSchema<undefined>;
|
|
32
|
+
readonly label: v.StringSchema<undefined>;
|
|
33
|
+
readonly baseUrl: v.StringSchema<undefined>;
|
|
34
|
+
readonly connectedAt: v.NumberSchema<undefined>;
|
|
35
|
+
readonly secretKeys: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
36
|
+
}, undefined>, undefined>;
|
|
37
|
+
}, undefined>;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
export declare const registerEnvironmentProviderContract: {
|
|
41
|
+
readonly method: "post";
|
|
42
|
+
readonly pathResolver: () => string;
|
|
43
|
+
readonly requestBodySchema: v.ObjectSchema<{
|
|
44
|
+
readonly manifest: v.ObjectSchema<{
|
|
45
|
+
readonly providerId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
46
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
47
|
+
readonly baseUrl: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
48
|
+
readonly auth: v.VariantSchema<"type", [v.ObjectSchema<{
|
|
49
|
+
readonly type: v.LiteralSchema<"none", undefined>;
|
|
50
|
+
}, undefined>, v.ObjectSchema<{
|
|
51
|
+
readonly type: v.LiteralSchema<"api_key", undefined>;
|
|
52
|
+
readonly headerName: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
53
|
+
readonly secretRef: v.ObjectSchema<{
|
|
54
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
55
|
+
}, undefined>;
|
|
56
|
+
readonly valuePrefix: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
57
|
+
}, undefined>, v.ObjectSchema<{
|
|
58
|
+
readonly type: v.LiteralSchema<"bearer", undefined>;
|
|
59
|
+
readonly secretRef: v.ObjectSchema<{
|
|
60
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
61
|
+
}, undefined>;
|
|
62
|
+
}, undefined>, v.ObjectSchema<{
|
|
63
|
+
readonly type: v.LiteralSchema<"basic", undefined>;
|
|
64
|
+
readonly usernameSecretRef: v.ObjectSchema<{
|
|
65
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
66
|
+
}, undefined>;
|
|
67
|
+
readonly passwordSecretRef: v.ObjectSchema<{
|
|
68
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
69
|
+
}, undefined>;
|
|
70
|
+
}, undefined>, v.ObjectSchema<{
|
|
71
|
+
readonly type: v.LiteralSchema<"oauth2_client_credentials", undefined>;
|
|
72
|
+
readonly tokenUrl: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
73
|
+
readonly clientIdSecretRef: v.ObjectSchema<{
|
|
74
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
75
|
+
}, undefined>;
|
|
76
|
+
readonly clientSecretSecretRef: v.ObjectSchema<{
|
|
77
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
78
|
+
}, undefined>;
|
|
79
|
+
readonly scope: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
80
|
+
readonly audience: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
81
|
+
}, undefined>, v.ObjectSchema<{
|
|
82
|
+
readonly type: v.LiteralSchema<"custom_headers", undefined>;
|
|
83
|
+
readonly headers: v.ArraySchema<v.ObjectSchema<{
|
|
84
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
85
|
+
readonly secretRef: v.ObjectSchema<{
|
|
86
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
87
|
+
}, undefined>;
|
|
88
|
+
}, undefined>, undefined>;
|
|
89
|
+
}, undefined>], undefined>;
|
|
90
|
+
readonly provision: v.ObjectSchema<{
|
|
91
|
+
readonly method: v.PicklistSchema<["GET", "POST", "PUT", "PATCH", "DELETE"], undefined>;
|
|
92
|
+
readonly pathTemplate: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
93
|
+
readonly query: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
94
|
+
readonly key: v.StringSchema<undefined>;
|
|
95
|
+
readonly value: v.StringSchema<undefined>;
|
|
96
|
+
}, undefined>, undefined>, undefined>;
|
|
97
|
+
readonly headers: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
98
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
99
|
+
readonly value: v.StringSchema<undefined>;
|
|
100
|
+
}, undefined>, undefined>, undefined>;
|
|
101
|
+
readonly bodyTemplate: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
102
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
103
|
+
}, undefined>;
|
|
104
|
+
readonly status: v.OptionalSchema<v.ObjectSchema<{
|
|
105
|
+
readonly method: v.PicklistSchema<["GET", "POST", "PUT", "PATCH", "DELETE"], undefined>;
|
|
106
|
+
readonly pathTemplate: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
107
|
+
readonly query: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
108
|
+
readonly key: v.StringSchema<undefined>;
|
|
109
|
+
readonly value: v.StringSchema<undefined>;
|
|
110
|
+
}, undefined>, undefined>, undefined>;
|
|
111
|
+
readonly headers: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
112
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
113
|
+
readonly value: v.StringSchema<undefined>;
|
|
114
|
+
}, undefined>, undefined>, undefined>;
|
|
115
|
+
readonly bodyTemplate: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
116
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
117
|
+
}, undefined>, undefined>;
|
|
118
|
+
readonly teardown: v.OptionalSchema<v.ObjectSchema<{
|
|
119
|
+
readonly method: v.PicklistSchema<["GET", "POST", "PUT", "PATCH", "DELETE"], undefined>;
|
|
120
|
+
readonly pathTemplate: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
121
|
+
readonly query: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
122
|
+
readonly key: v.StringSchema<undefined>;
|
|
123
|
+
readonly value: v.StringSchema<undefined>;
|
|
124
|
+
}, undefined>, undefined>, undefined>;
|
|
125
|
+
readonly headers: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
126
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
127
|
+
readonly value: v.StringSchema<undefined>;
|
|
128
|
+
}, undefined>, undefined>, undefined>;
|
|
129
|
+
readonly bodyTemplate: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
130
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
131
|
+
}, undefined>, undefined>;
|
|
132
|
+
readonly response: v.ObjectSchema<{
|
|
133
|
+
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
134
|
+
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
135
|
+
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
136
|
+
readonly from: v.StringSchema<undefined>;
|
|
137
|
+
readonly to: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
138
|
+
}, undefined>, undefined>, undefined>;
|
|
139
|
+
readonly expiresAtPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
140
|
+
readonly externalIdPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
141
|
+
readonly access: v.OptionalSchema<v.ObjectSchema<{
|
|
142
|
+
readonly scheme: v.PicklistSchema<["none", "bearer", "basic", "custom_header"], undefined>;
|
|
143
|
+
readonly tokenPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
144
|
+
readonly usernamePath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
145
|
+
readonly passwordPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
146
|
+
readonly headerName: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
147
|
+
readonly headerValuePath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
148
|
+
}, undefined>, undefined>;
|
|
149
|
+
}, undefined>;
|
|
150
|
+
readonly defaultTtlMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 60000, undefined>]>, undefined>;
|
|
151
|
+
readonly providerConfig: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
152
|
+
}, undefined>;
|
|
153
|
+
readonly secrets: v.RecordSchema<v.StringSchema<undefined>, v.StringSchema<undefined>, undefined>;
|
|
154
|
+
}, undefined>;
|
|
155
|
+
readonly responsesByStatusCode: {
|
|
156
|
+
readonly '4xx': v.ObjectSchema<{
|
|
157
|
+
readonly error: v.ObjectSchema<{
|
|
158
|
+
readonly code: v.StringSchema<undefined>;
|
|
159
|
+
readonly message: v.StringSchema<undefined>;
|
|
160
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
161
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
162
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
163
|
+
readonly message: v.StringSchema<undefined>;
|
|
164
|
+
}, undefined>, undefined>, undefined>;
|
|
165
|
+
}, undefined>;
|
|
166
|
+
}, undefined>;
|
|
167
|
+
readonly '5xx': v.ObjectSchema<{
|
|
168
|
+
readonly error: v.ObjectSchema<{
|
|
169
|
+
readonly code: v.StringSchema<undefined>;
|
|
170
|
+
readonly message: v.StringSchema<undefined>;
|
|
171
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
172
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
173
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
174
|
+
readonly message: v.StringSchema<undefined>;
|
|
175
|
+
}, undefined>, undefined>, undefined>;
|
|
176
|
+
}, undefined>;
|
|
177
|
+
}, undefined>;
|
|
178
|
+
readonly 201: v.ObjectSchema<{
|
|
179
|
+
readonly providerId: v.StringSchema<undefined>;
|
|
180
|
+
readonly label: v.StringSchema<undefined>;
|
|
181
|
+
readonly baseUrl: v.StringSchema<undefined>;
|
|
182
|
+
readonly connectedAt: v.NumberSchema<undefined>;
|
|
183
|
+
readonly secretKeys: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
184
|
+
}, undefined>;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
export declare const updateEnvironmentSecretsContract: {
|
|
188
|
+
readonly method: "put";
|
|
189
|
+
readonly pathResolver: () => string;
|
|
190
|
+
readonly requestBodySchema: v.ObjectSchema<{
|
|
191
|
+
readonly secrets: v.RecordSchema<v.StringSchema<undefined>, v.StringSchema<undefined>, undefined>;
|
|
192
|
+
}, undefined>;
|
|
193
|
+
readonly responsesByStatusCode: {
|
|
194
|
+
readonly '4xx': v.ObjectSchema<{
|
|
195
|
+
readonly error: v.ObjectSchema<{
|
|
196
|
+
readonly code: v.StringSchema<undefined>;
|
|
197
|
+
readonly message: v.StringSchema<undefined>;
|
|
198
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
199
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
200
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
201
|
+
readonly message: v.StringSchema<undefined>;
|
|
202
|
+
}, undefined>, undefined>, undefined>;
|
|
203
|
+
}, undefined>;
|
|
204
|
+
}, undefined>;
|
|
205
|
+
readonly '5xx': v.ObjectSchema<{
|
|
206
|
+
readonly error: v.ObjectSchema<{
|
|
207
|
+
readonly code: v.StringSchema<undefined>;
|
|
208
|
+
readonly message: v.StringSchema<undefined>;
|
|
209
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
210
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
211
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
212
|
+
readonly message: v.StringSchema<undefined>;
|
|
213
|
+
}, undefined>, undefined>, undefined>;
|
|
214
|
+
}, undefined>;
|
|
215
|
+
}, undefined>;
|
|
216
|
+
readonly 200: v.ObjectSchema<{
|
|
217
|
+
readonly providerId: v.StringSchema<undefined>;
|
|
218
|
+
readonly label: v.StringSchema<undefined>;
|
|
219
|
+
readonly baseUrl: v.StringSchema<undefined>;
|
|
220
|
+
readonly connectedAt: v.NumberSchema<undefined>;
|
|
221
|
+
readonly secretKeys: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
222
|
+
}, undefined>;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
export declare const unregisterEnvironmentProviderContract: {
|
|
226
|
+
readonly method: "delete";
|
|
227
|
+
readonly pathResolver: () => string;
|
|
228
|
+
readonly responsesByStatusCode: {
|
|
229
|
+
readonly '4xx': v.ObjectSchema<{
|
|
230
|
+
readonly error: v.ObjectSchema<{
|
|
231
|
+
readonly code: v.StringSchema<undefined>;
|
|
232
|
+
readonly message: v.StringSchema<undefined>;
|
|
233
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
234
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
235
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
236
|
+
readonly message: v.StringSchema<undefined>;
|
|
237
|
+
}, undefined>, undefined>, undefined>;
|
|
238
|
+
}, undefined>;
|
|
239
|
+
}, undefined>;
|
|
240
|
+
readonly '5xx': v.ObjectSchema<{
|
|
241
|
+
readonly error: v.ObjectSchema<{
|
|
242
|
+
readonly code: v.StringSchema<undefined>;
|
|
243
|
+
readonly message: v.StringSchema<undefined>;
|
|
244
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
245
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
246
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
247
|
+
readonly message: v.StringSchema<undefined>;
|
|
248
|
+
}, undefined>, undefined>, undefined>;
|
|
249
|
+
}, undefined>;
|
|
250
|
+
}, undefined>;
|
|
251
|
+
readonly 204: typeof ContractNoBody;
|
|
252
|
+
};
|
|
253
|
+
};
|
|
254
|
+
export declare const describeEnvironmentProviderContract: {
|
|
255
|
+
readonly method: "get";
|
|
256
|
+
readonly pathResolver: () => string;
|
|
257
|
+
readonly responsesByStatusCode: {
|
|
258
|
+
readonly '4xx': v.ObjectSchema<{
|
|
259
|
+
readonly error: v.ObjectSchema<{
|
|
260
|
+
readonly code: v.StringSchema<undefined>;
|
|
261
|
+
readonly message: v.StringSchema<undefined>;
|
|
262
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
263
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
264
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
265
|
+
readonly message: v.StringSchema<undefined>;
|
|
266
|
+
}, undefined>, undefined>, undefined>;
|
|
267
|
+
}, undefined>;
|
|
268
|
+
}, undefined>;
|
|
269
|
+
readonly '5xx': v.ObjectSchema<{
|
|
270
|
+
readonly error: v.ObjectSchema<{
|
|
271
|
+
readonly code: v.StringSchema<undefined>;
|
|
272
|
+
readonly message: v.StringSchema<undefined>;
|
|
273
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
274
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
275
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
276
|
+
readonly message: v.StringSchema<undefined>;
|
|
277
|
+
}, undefined>, undefined>, undefined>;
|
|
278
|
+
}, undefined>;
|
|
279
|
+
}, undefined>;
|
|
280
|
+
readonly 200: v.ObjectSchema<{
|
|
281
|
+
readonly providerId: v.StringSchema<undefined>;
|
|
282
|
+
readonly label: v.StringSchema<undefined>;
|
|
283
|
+
readonly kind: v.PicklistSchema<["native", "manifest"], undefined>;
|
|
284
|
+
readonly configFields: v.ArraySchema<v.ObjectSchema<{
|
|
285
|
+
readonly key: v.StringSchema<undefined>;
|
|
286
|
+
readonly label: v.StringSchema<undefined>;
|
|
287
|
+
readonly help: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
288
|
+
readonly placeholder: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
289
|
+
readonly secret: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
290
|
+
readonly required: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
291
|
+
readonly type: v.OptionalSchema<v.PicklistSchema<["text", "password", "select"], undefined>, undefined>;
|
|
292
|
+
readonly options: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
293
|
+
readonly value: v.StringSchema<undefined>;
|
|
294
|
+
readonly label: v.StringSchema<undefined>;
|
|
295
|
+
}, undefined>, undefined>, undefined>;
|
|
296
|
+
readonly default: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
297
|
+
}, undefined>, undefined>;
|
|
298
|
+
readonly supportsTest: v.BooleanSchema<undefined>;
|
|
299
|
+
readonly missingRequired: v.ArraySchema<v.StringSchema<undefined>, undefined>;
|
|
300
|
+
readonly manifestTemplate: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
301
|
+
readonly savedManifest: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
302
|
+
}, undefined>;
|
|
303
|
+
};
|
|
304
|
+
};
|
|
305
|
+
export declare const testEnvironmentConnectionContract: {
|
|
306
|
+
readonly method: "post";
|
|
307
|
+
readonly pathResolver: () => string;
|
|
308
|
+
readonly requestBodySchema: v.ObjectSchema<{
|
|
309
|
+
readonly manifest: v.OptionalSchema<v.ObjectSchema<{
|
|
310
|
+
readonly providerId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
311
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 120, undefined>]>;
|
|
312
|
+
readonly baseUrl: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
313
|
+
readonly auth: v.VariantSchema<"type", [v.ObjectSchema<{
|
|
314
|
+
readonly type: v.LiteralSchema<"none", undefined>;
|
|
315
|
+
}, undefined>, v.ObjectSchema<{
|
|
316
|
+
readonly type: v.LiteralSchema<"api_key", undefined>;
|
|
317
|
+
readonly headerName: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
318
|
+
readonly secretRef: v.ObjectSchema<{
|
|
319
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
320
|
+
}, undefined>;
|
|
321
|
+
readonly valuePrefix: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
322
|
+
}, undefined>, v.ObjectSchema<{
|
|
323
|
+
readonly type: v.LiteralSchema<"bearer", undefined>;
|
|
324
|
+
readonly secretRef: v.ObjectSchema<{
|
|
325
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
326
|
+
}, undefined>;
|
|
327
|
+
}, undefined>, v.ObjectSchema<{
|
|
328
|
+
readonly type: v.LiteralSchema<"basic", undefined>;
|
|
329
|
+
readonly usernameSecretRef: v.ObjectSchema<{
|
|
330
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
331
|
+
}, undefined>;
|
|
332
|
+
readonly passwordSecretRef: v.ObjectSchema<{
|
|
333
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
334
|
+
}, undefined>;
|
|
335
|
+
}, undefined>, v.ObjectSchema<{
|
|
336
|
+
readonly type: v.LiteralSchema<"oauth2_client_credentials", undefined>;
|
|
337
|
+
readonly tokenUrl: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
338
|
+
readonly clientIdSecretRef: v.ObjectSchema<{
|
|
339
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
340
|
+
}, undefined>;
|
|
341
|
+
readonly clientSecretSecretRef: v.ObjectSchema<{
|
|
342
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
343
|
+
}, undefined>;
|
|
344
|
+
readonly scope: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
345
|
+
readonly audience: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
346
|
+
}, undefined>, v.ObjectSchema<{
|
|
347
|
+
readonly type: v.LiteralSchema<"custom_headers", undefined>;
|
|
348
|
+
readonly headers: v.ArraySchema<v.ObjectSchema<{
|
|
349
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
350
|
+
readonly secretRef: v.ObjectSchema<{
|
|
351
|
+
readonly key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 64, undefined>]>;
|
|
352
|
+
}, undefined>;
|
|
353
|
+
}, undefined>, undefined>;
|
|
354
|
+
}, undefined>], undefined>;
|
|
355
|
+
readonly provision: v.ObjectSchema<{
|
|
356
|
+
readonly method: v.PicklistSchema<["GET", "POST", "PUT", "PATCH", "DELETE"], undefined>;
|
|
357
|
+
readonly pathTemplate: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
358
|
+
readonly query: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
359
|
+
readonly key: v.StringSchema<undefined>;
|
|
360
|
+
readonly value: v.StringSchema<undefined>;
|
|
361
|
+
}, undefined>, undefined>, undefined>;
|
|
362
|
+
readonly headers: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
363
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
364
|
+
readonly value: v.StringSchema<undefined>;
|
|
365
|
+
}, undefined>, undefined>, undefined>;
|
|
366
|
+
readonly bodyTemplate: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
367
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
368
|
+
}, undefined>;
|
|
369
|
+
readonly status: v.OptionalSchema<v.ObjectSchema<{
|
|
370
|
+
readonly method: v.PicklistSchema<["GET", "POST", "PUT", "PATCH", "DELETE"], undefined>;
|
|
371
|
+
readonly pathTemplate: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
372
|
+
readonly query: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
373
|
+
readonly key: v.StringSchema<undefined>;
|
|
374
|
+
readonly value: v.StringSchema<undefined>;
|
|
375
|
+
}, undefined>, undefined>, undefined>;
|
|
376
|
+
readonly headers: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
377
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
378
|
+
readonly value: v.StringSchema<undefined>;
|
|
379
|
+
}, undefined>, undefined>, undefined>;
|
|
380
|
+
readonly bodyTemplate: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
381
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
382
|
+
}, undefined>, undefined>;
|
|
383
|
+
readonly teardown: v.OptionalSchema<v.ObjectSchema<{
|
|
384
|
+
readonly method: v.PicklistSchema<["GET", "POST", "PUT", "PATCH", "DELETE"], undefined>;
|
|
385
|
+
readonly pathTemplate: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MaxLengthAction<string, 2000, undefined>]>;
|
|
386
|
+
readonly query: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
387
|
+
readonly key: v.StringSchema<undefined>;
|
|
388
|
+
readonly value: v.StringSchema<undefined>;
|
|
389
|
+
}, undefined>, undefined>, undefined>;
|
|
390
|
+
readonly headers: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
391
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>;
|
|
392
|
+
readonly value: v.StringSchema<undefined>;
|
|
393
|
+
}, undefined>, undefined>, undefined>;
|
|
394
|
+
readonly bodyTemplate: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
395
|
+
readonly timeoutMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 60000, undefined>]>, undefined>;
|
|
396
|
+
}, undefined>, undefined>;
|
|
397
|
+
readonly response: v.ObjectSchema<{
|
|
398
|
+
readonly urlPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
399
|
+
readonly statusPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
400
|
+
readonly statusMap: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
401
|
+
readonly from: v.StringSchema<undefined>;
|
|
402
|
+
readonly to: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
403
|
+
}, undefined>, undefined>, undefined>;
|
|
404
|
+
readonly expiresAtPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
405
|
+
readonly externalIdPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
406
|
+
readonly access: v.OptionalSchema<v.ObjectSchema<{
|
|
407
|
+
readonly scheme: v.PicklistSchema<["none", "bearer", "basic", "custom_header"], undefined>;
|
|
408
|
+
readonly tokenPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
409
|
+
readonly usernamePath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
410
|
+
readonly passwordPath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
411
|
+
readonly headerName: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
412
|
+
readonly headerValuePath: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
413
|
+
}, undefined>, undefined>;
|
|
414
|
+
}, undefined>;
|
|
415
|
+
readonly defaultTtlMs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 60000, undefined>]>, undefined>;
|
|
416
|
+
readonly providerConfig: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.UnknownSchema, undefined>, undefined>;
|
|
417
|
+
}, undefined>, undefined>;
|
|
418
|
+
readonly config: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.StringSchema<undefined>, undefined>, undefined>;
|
|
419
|
+
readonly secrets: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.StringSchema<undefined>, undefined>, undefined>;
|
|
420
|
+
}, undefined>;
|
|
421
|
+
readonly responsesByStatusCode: {
|
|
422
|
+
readonly '4xx': v.ObjectSchema<{
|
|
423
|
+
readonly error: v.ObjectSchema<{
|
|
424
|
+
readonly code: v.StringSchema<undefined>;
|
|
425
|
+
readonly message: v.StringSchema<undefined>;
|
|
426
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
427
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
428
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
429
|
+
readonly message: v.StringSchema<undefined>;
|
|
430
|
+
}, undefined>, undefined>, undefined>;
|
|
431
|
+
}, undefined>;
|
|
432
|
+
}, undefined>;
|
|
433
|
+
readonly '5xx': v.ObjectSchema<{
|
|
434
|
+
readonly error: v.ObjectSchema<{
|
|
435
|
+
readonly code: v.StringSchema<undefined>;
|
|
436
|
+
readonly message: v.StringSchema<undefined>;
|
|
437
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
438
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
439
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
440
|
+
readonly message: v.StringSchema<undefined>;
|
|
441
|
+
}, undefined>, undefined>, undefined>;
|
|
442
|
+
}, undefined>;
|
|
443
|
+
}, undefined>;
|
|
444
|
+
readonly 200: v.ObjectSchema<{
|
|
445
|
+
readonly ok: v.BooleanSchema<undefined>;
|
|
446
|
+
readonly message: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
447
|
+
}, undefined>;
|
|
448
|
+
};
|
|
449
|
+
};
|
|
450
|
+
export declare const listEnvironmentsContract: {
|
|
451
|
+
readonly method: "get";
|
|
452
|
+
readonly pathResolver: () => string;
|
|
453
|
+
readonly responsesByStatusCode: {
|
|
454
|
+
readonly '4xx': v.ObjectSchema<{
|
|
455
|
+
readonly error: v.ObjectSchema<{
|
|
456
|
+
readonly code: v.StringSchema<undefined>;
|
|
457
|
+
readonly message: v.StringSchema<undefined>;
|
|
458
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
459
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
460
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
461
|
+
readonly message: v.StringSchema<undefined>;
|
|
462
|
+
}, undefined>, undefined>, undefined>;
|
|
463
|
+
}, undefined>;
|
|
464
|
+
}, undefined>;
|
|
465
|
+
readonly '5xx': v.ObjectSchema<{
|
|
466
|
+
readonly error: v.ObjectSchema<{
|
|
467
|
+
readonly code: v.StringSchema<undefined>;
|
|
468
|
+
readonly message: v.StringSchema<undefined>;
|
|
469
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
470
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
471
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
472
|
+
readonly message: v.StringSchema<undefined>;
|
|
473
|
+
}, undefined>, undefined>, undefined>;
|
|
474
|
+
}, undefined>;
|
|
475
|
+
}, undefined>;
|
|
476
|
+
readonly 200: v.ArraySchema<v.ObjectSchema<{
|
|
477
|
+
readonly id: v.StringSchema<undefined>;
|
|
478
|
+
readonly workspaceId: v.StringSchema<undefined>;
|
|
479
|
+
readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
480
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
481
|
+
readonly providerId: v.StringSchema<undefined>;
|
|
482
|
+
readonly externalId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
483
|
+
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
484
|
+
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
485
|
+
readonly access: v.OptionalSchema<v.ObjectSchema<{
|
|
486
|
+
readonly scheme: v.PicklistSchema<["none", "bearer", "basic", "custom_header"], undefined>;
|
|
487
|
+
readonly token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
488
|
+
readonly username: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
489
|
+
readonly password: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
490
|
+
readonly headerName: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
491
|
+
readonly headerValue: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
492
|
+
}, undefined>, undefined>;
|
|
493
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
494
|
+
readonly expiresAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
495
|
+
readonly lastError: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
496
|
+
}, undefined>, undefined>;
|
|
497
|
+
};
|
|
498
|
+
};
|
|
499
|
+
export declare const getEnvironmentContract: {
|
|
500
|
+
readonly method: "get";
|
|
501
|
+
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
502
|
+
readonly environmentId: v.StringSchema<undefined>;
|
|
503
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
504
|
+
readonly pathResolver: ({ environmentId }: {
|
|
505
|
+
environmentId: string;
|
|
506
|
+
}) => string;
|
|
507
|
+
readonly responsesByStatusCode: {
|
|
508
|
+
readonly '4xx': v.ObjectSchema<{
|
|
509
|
+
readonly error: v.ObjectSchema<{
|
|
510
|
+
readonly code: v.StringSchema<undefined>;
|
|
511
|
+
readonly message: v.StringSchema<undefined>;
|
|
512
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
513
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
514
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
515
|
+
readonly message: v.StringSchema<undefined>;
|
|
516
|
+
}, undefined>, undefined>, undefined>;
|
|
517
|
+
}, undefined>;
|
|
518
|
+
}, undefined>;
|
|
519
|
+
readonly '5xx': v.ObjectSchema<{
|
|
520
|
+
readonly error: v.ObjectSchema<{
|
|
521
|
+
readonly code: v.StringSchema<undefined>;
|
|
522
|
+
readonly message: v.StringSchema<undefined>;
|
|
523
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
524
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
525
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
526
|
+
readonly message: v.StringSchema<undefined>;
|
|
527
|
+
}, undefined>, undefined>, undefined>;
|
|
528
|
+
}, undefined>;
|
|
529
|
+
}, undefined>;
|
|
530
|
+
readonly 200: v.ObjectSchema<{
|
|
531
|
+
readonly id: v.StringSchema<undefined>;
|
|
532
|
+
readonly workspaceId: v.StringSchema<undefined>;
|
|
533
|
+
readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
534
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
535
|
+
readonly providerId: v.StringSchema<undefined>;
|
|
536
|
+
readonly externalId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
537
|
+
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
538
|
+
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
539
|
+
readonly access: v.OptionalSchema<v.ObjectSchema<{
|
|
540
|
+
readonly scheme: v.PicklistSchema<["none", "bearer", "basic", "custom_header"], undefined>;
|
|
541
|
+
readonly token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
542
|
+
readonly username: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
543
|
+
readonly password: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
544
|
+
readonly headerName: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
545
|
+
readonly headerValue: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
546
|
+
}, undefined>, undefined>;
|
|
547
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
548
|
+
readonly expiresAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
549
|
+
readonly lastError: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
550
|
+
}, undefined>;
|
|
551
|
+
};
|
|
552
|
+
};
|
|
553
|
+
export declare const getEnvironmentAccessContract: {
|
|
554
|
+
readonly method: "get";
|
|
555
|
+
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
556
|
+
readonly environmentId: v.StringSchema<undefined>;
|
|
557
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
558
|
+
readonly pathResolver: ({ environmentId }: {
|
|
559
|
+
environmentId: string;
|
|
560
|
+
}) => string;
|
|
561
|
+
readonly responsesByStatusCode: {
|
|
562
|
+
readonly '4xx': v.ObjectSchema<{
|
|
563
|
+
readonly error: v.ObjectSchema<{
|
|
564
|
+
readonly code: v.StringSchema<undefined>;
|
|
565
|
+
readonly message: v.StringSchema<undefined>;
|
|
566
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
567
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
568
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
569
|
+
readonly message: v.StringSchema<undefined>;
|
|
570
|
+
}, undefined>, undefined>, undefined>;
|
|
571
|
+
}, undefined>;
|
|
572
|
+
}, undefined>;
|
|
573
|
+
readonly '5xx': v.ObjectSchema<{
|
|
574
|
+
readonly error: v.ObjectSchema<{
|
|
575
|
+
readonly code: v.StringSchema<undefined>;
|
|
576
|
+
readonly message: v.StringSchema<undefined>;
|
|
577
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
578
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
579
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
580
|
+
readonly message: v.StringSchema<undefined>;
|
|
581
|
+
}, undefined>, undefined>, undefined>;
|
|
582
|
+
}, undefined>;
|
|
583
|
+
}, undefined>;
|
|
584
|
+
readonly 200: v.ObjectSchema<{
|
|
585
|
+
readonly id: v.StringSchema<undefined>;
|
|
586
|
+
readonly workspaceId: v.StringSchema<undefined>;
|
|
587
|
+
readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
588
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
589
|
+
readonly providerId: v.StringSchema<undefined>;
|
|
590
|
+
readonly externalId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
591
|
+
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
592
|
+
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
593
|
+
readonly access: v.OptionalSchema<v.ObjectSchema<{
|
|
594
|
+
readonly scheme: v.PicklistSchema<["none", "bearer", "basic", "custom_header"], undefined>;
|
|
595
|
+
readonly token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
596
|
+
readonly username: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
597
|
+
readonly password: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
598
|
+
readonly headerName: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
599
|
+
readonly headerValue: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
600
|
+
}, undefined>, undefined>;
|
|
601
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
602
|
+
readonly expiresAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
603
|
+
readonly lastError: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
604
|
+
}, undefined>;
|
|
605
|
+
};
|
|
606
|
+
};
|
|
607
|
+
export declare const provisionEnvironmentContract: {
|
|
608
|
+
readonly method: "post";
|
|
609
|
+
readonly pathResolver: () => string;
|
|
610
|
+
readonly requestBodySchema: v.ObjectSchema<{
|
|
611
|
+
readonly blockId: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>]>, undefined>;
|
|
612
|
+
readonly inputs: v.OptionalSchema<v.RecordSchema<v.StringSchema<undefined>, v.StringSchema<undefined>, undefined>, undefined>;
|
|
613
|
+
}, undefined>;
|
|
614
|
+
readonly responsesByStatusCode: {
|
|
615
|
+
readonly '4xx': v.ObjectSchema<{
|
|
616
|
+
readonly error: v.ObjectSchema<{
|
|
617
|
+
readonly code: v.StringSchema<undefined>;
|
|
618
|
+
readonly message: v.StringSchema<undefined>;
|
|
619
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
620
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
621
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
622
|
+
readonly message: v.StringSchema<undefined>;
|
|
623
|
+
}, undefined>, undefined>, undefined>;
|
|
624
|
+
}, undefined>;
|
|
625
|
+
}, undefined>;
|
|
626
|
+
readonly '5xx': v.ObjectSchema<{
|
|
627
|
+
readonly error: v.ObjectSchema<{
|
|
628
|
+
readonly code: v.StringSchema<undefined>;
|
|
629
|
+
readonly message: v.StringSchema<undefined>;
|
|
630
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
631
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
632
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
633
|
+
readonly message: v.StringSchema<undefined>;
|
|
634
|
+
}, undefined>, undefined>, undefined>;
|
|
635
|
+
}, undefined>;
|
|
636
|
+
}, undefined>;
|
|
637
|
+
readonly 201: v.ObjectSchema<{
|
|
638
|
+
readonly id: v.StringSchema<undefined>;
|
|
639
|
+
readonly workspaceId: v.StringSchema<undefined>;
|
|
640
|
+
readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
641
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
642
|
+
readonly providerId: v.StringSchema<undefined>;
|
|
643
|
+
readonly externalId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
644
|
+
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
645
|
+
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
646
|
+
readonly access: v.OptionalSchema<v.ObjectSchema<{
|
|
647
|
+
readonly scheme: v.PicklistSchema<["none", "bearer", "basic", "custom_header"], undefined>;
|
|
648
|
+
readonly token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
649
|
+
readonly username: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
650
|
+
readonly password: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
651
|
+
readonly headerName: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
652
|
+
readonly headerValue: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
653
|
+
}, undefined>, undefined>;
|
|
654
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
655
|
+
readonly expiresAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
656
|
+
readonly lastError: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
657
|
+
}, undefined>;
|
|
658
|
+
};
|
|
659
|
+
};
|
|
660
|
+
export declare const teardownEnvironmentContract: {
|
|
661
|
+
readonly method: "post";
|
|
662
|
+
readonly requestPathParamsSchema: v.ObjectSchema<{
|
|
663
|
+
readonly environmentId: v.StringSchema<undefined>;
|
|
664
|
+
}, undefined> & import("@toad-contracts/core").ObjectKeysCarrier;
|
|
665
|
+
readonly pathResolver: ({ environmentId }: {
|
|
666
|
+
environmentId: string;
|
|
667
|
+
}) => string;
|
|
668
|
+
readonly requestBodySchema: typeof ContractNoBody;
|
|
669
|
+
readonly responsesByStatusCode: {
|
|
670
|
+
readonly '4xx': v.ObjectSchema<{
|
|
671
|
+
readonly error: v.ObjectSchema<{
|
|
672
|
+
readonly code: v.StringSchema<undefined>;
|
|
673
|
+
readonly message: v.StringSchema<undefined>;
|
|
674
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
675
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
676
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
677
|
+
readonly message: v.StringSchema<undefined>;
|
|
678
|
+
}, undefined>, undefined>, undefined>;
|
|
679
|
+
}, undefined>;
|
|
680
|
+
}, undefined>;
|
|
681
|
+
readonly '5xx': v.ObjectSchema<{
|
|
682
|
+
readonly error: v.ObjectSchema<{
|
|
683
|
+
readonly code: v.StringSchema<undefined>;
|
|
684
|
+
readonly message: v.StringSchema<undefined>;
|
|
685
|
+
readonly details: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
686
|
+
readonly issues: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
687
|
+
readonly path: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
688
|
+
readonly message: v.StringSchema<undefined>;
|
|
689
|
+
}, undefined>, undefined>, undefined>;
|
|
690
|
+
}, undefined>;
|
|
691
|
+
}, undefined>;
|
|
692
|
+
readonly 200: v.ObjectSchema<{
|
|
693
|
+
readonly id: v.StringSchema<undefined>;
|
|
694
|
+
readonly workspaceId: v.StringSchema<undefined>;
|
|
695
|
+
readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
696
|
+
readonly executionId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
697
|
+
readonly providerId: v.StringSchema<undefined>;
|
|
698
|
+
readonly externalId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
699
|
+
readonly url: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
700
|
+
readonly status: v.PicklistSchema<["provisioning", "ready", "failed", "expired", "tearing_down", "torn_down"], undefined>;
|
|
701
|
+
readonly access: v.OptionalSchema<v.ObjectSchema<{
|
|
702
|
+
readonly scheme: v.PicklistSchema<["none", "bearer", "basic", "custom_header"], undefined>;
|
|
703
|
+
readonly token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
704
|
+
readonly username: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
705
|
+
readonly password: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
706
|
+
readonly headerName: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
707
|
+
readonly headerValue: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
708
|
+
}, undefined>, undefined>;
|
|
709
|
+
readonly createdAt: v.NumberSchema<undefined>;
|
|
710
|
+
readonly expiresAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
711
|
+
readonly lastError: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
712
|
+
}, undefined>;
|
|
713
|
+
};
|
|
714
|
+
};
|
|
715
|
+
//# sourceMappingURL=environments.d.ts.map
|