@epilot/sdk 2.19.11-alpha.0 → 2.19.12
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/definitions/blueprint-manifest-runtime.json +1 -1
- package/definitions/blueprint-manifest.json +101 -2
- package/definitions/entity-mapping.json +189 -2
- package/definitions/environments.json +7 -7
- package/dist/apis/access-token.cjs +6 -6
- package/dist/apis/access-token.js +1 -1
- package/dist/apis/address-suggestions.cjs +6 -6
- package/dist/apis/address-suggestions.js +1 -1
- package/dist/apis/address.cjs +6 -6
- package/dist/apis/address.js +1 -1
- package/dist/apis/ai-agents.cjs +6 -6
- package/dist/apis/ai-agents.js +1 -1
- package/dist/apis/app.cjs +6 -6
- package/dist/apis/app.js +1 -1
- package/dist/apis/audit-logs.cjs +6 -6
- package/dist/apis/audit-logs.js +1 -1
- package/dist/apis/automation.cjs +6 -6
- package/dist/apis/automation.js +1 -1
- package/dist/apis/billing.cjs +6 -6
- package/dist/apis/billing.js +1 -1
- package/dist/apis/blueprint-manifest.cjs +8 -8
- package/dist/apis/blueprint-manifest.d.cts +2 -2
- package/dist/apis/blueprint-manifest.d.ts +2 -2
- package/dist/apis/blueprint-manifest.js +2 -2
- package/dist/apis/calendar.cjs +6 -6
- package/dist/apis/calendar.js +1 -1
- package/dist/apis/configuration-hub.cjs +6 -6
- package/dist/apis/configuration-hub.js +1 -1
- package/dist/apis/consent.cjs +6 -6
- package/dist/apis/consent.js +1 -1
- package/dist/apis/customer-portal.cjs +6 -6
- package/dist/apis/customer-portal.js +1 -1
- package/dist/apis/dashboard.cjs +6 -6
- package/dist/apis/dashboard.js +1 -1
- package/dist/apis/data-governance.cjs +6 -6
- package/dist/apis/data-governance.js +1 -1
- package/dist/apis/deduplication.cjs +6 -6
- package/dist/apis/deduplication.js +1 -1
- package/dist/apis/design.cjs +6 -6
- package/dist/apis/design.js +1 -1
- package/dist/apis/document.cjs +6 -6
- package/dist/apis/document.js +1 -1
- package/dist/apis/email-settings.cjs +6 -6
- package/dist/apis/email-settings.js +1 -1
- package/dist/apis/email-template.cjs +6 -6
- package/dist/apis/email-template.js +1 -1
- package/dist/apis/entity-mapping.cjs +6 -6
- package/dist/apis/entity-mapping.d.cts +2 -2
- package/dist/apis/entity-mapping.d.ts +2 -2
- package/dist/apis/entity-mapping.js +1 -1
- package/dist/apis/entity.cjs +14 -6
- package/dist/apis/entity.d.cts +8 -1
- package/dist/apis/entity.d.ts +8 -1
- package/dist/apis/entity.js +9 -1
- package/dist/apis/environments.cjs +6 -6
- package/dist/apis/environments.d.cts +2 -2
- package/dist/apis/environments.d.ts +2 -2
- package/dist/apis/environments.js +1 -1
- package/dist/apis/event-catalog.cjs +6 -6
- package/dist/apis/event-catalog.js +1 -1
- package/dist/apis/file.cjs +6 -6
- package/dist/apis/file.js +1 -1
- package/dist/apis/iban.cjs +6 -6
- package/dist/apis/iban.js +1 -1
- package/dist/apis/integration-toolkit.cjs +6 -6
- package/dist/apis/integration-toolkit.js +1 -1
- package/dist/apis/journey.cjs +6 -6
- package/dist/apis/journey.js +1 -1
- package/dist/apis/kanban.cjs +6 -6
- package/dist/apis/kanban.js +1 -1
- package/dist/apis/message.cjs +6 -6
- package/dist/apis/message.js +1 -1
- package/dist/apis/metering.cjs +6 -6
- package/dist/apis/metering.js +1 -1
- package/dist/apis/notes.cjs +6 -6
- package/dist/apis/notes.js +1 -1
- package/dist/apis/notification.cjs +6 -6
- package/dist/apis/notification.js +1 -1
- package/dist/apis/organization.cjs +6 -6
- package/dist/apis/organization.js +1 -1
- package/dist/apis/partner-directory.cjs +6 -6
- package/dist/apis/partner-directory.js +1 -1
- package/dist/apis/permissions.cjs +6 -6
- package/dist/apis/permissions.js +1 -1
- package/dist/apis/pricing-tier.cjs +6 -6
- package/dist/apis/pricing-tier.js +1 -1
- package/dist/apis/pricing.cjs +33 -6
- package/dist/apis/pricing.d.cts +32 -1
- package/dist/apis/pricing.d.ts +32 -1
- package/dist/apis/pricing.js +28 -1
- package/dist/apis/purpose.cjs +6 -6
- package/dist/apis/purpose.js +1 -1
- package/dist/apis/query.cjs +6 -6
- package/dist/apis/query.js +1 -1
- package/dist/apis/sandbox.cjs +6 -6
- package/dist/apis/sandbox.js +1 -1
- package/dist/apis/sharing.cjs +6 -6
- package/dist/apis/sharing.js +1 -1
- package/dist/apis/snapshot.cjs +6 -6
- package/dist/apis/snapshot.js +1 -1
- package/dist/apis/submission.cjs +6 -6
- package/dist/apis/submission.js +1 -1
- package/dist/apis/target.cjs +6 -6
- package/dist/apis/target.js +1 -1
- package/dist/apis/targeting.cjs +6 -6
- package/dist/apis/targeting.js +1 -1
- package/dist/apis/template-variables.cjs +6 -6
- package/dist/apis/template-variables.js +1 -1
- package/dist/apis/user.cjs +6 -6
- package/dist/apis/user.js +1 -1
- package/dist/apis/validation-rules.cjs +6 -6
- package/dist/apis/validation-rules.js +1 -1
- package/dist/apis/webhooks.cjs +6 -6
- package/dist/apis/webhooks.js +1 -1
- package/dist/apis/workflow-definition.cjs +6 -6
- package/dist/apis/workflow-definition.js +1 -1
- package/dist/apis/workflow.cjs +6 -6
- package/dist/apis/workflow.js +1 -1
- package/dist/bin/cli.js +1 -1
- package/dist/blueprint-manifest-SXG3M6B4.cjs +7 -0
- package/dist/blueprint-manifest-YU2UZLHV.js +7 -0
- package/dist/{blueprint-manifest-runtime-W526ROPG.js → blueprint-manifest-runtime-EQX7FPFC.js} +1 -1
- package/dist/{blueprint-manifest-runtime-N5EXZB2K.cjs → blueprint-manifest-runtime-Y63YPBU3.cjs} +2 -2
- package/dist/{blueprint-manifest.d-BVxmCeu7.d.cts → blueprint-manifest.d-B8YKYzSJ.d.cts} +191 -5
- package/dist/{blueprint-manifest.d-BVxmCeu7.d.ts → blueprint-manifest.d-B8YKYzSJ.d.ts} +191 -5
- package/dist/{chunk-3CVNMGIG.cjs → chunk-2AZIGIR2.cjs} +4 -4
- package/dist/{chunk-4Z6GRBDK.js → chunk-JGIBV65B.js} +1 -1
- package/dist/{chunk-Z54CI2VS.cjs → chunk-O2AM3DYP.cjs} +1 -1
- package/dist/{chunk-KSJGHUCG.js → chunk-X3SRAHIZ.js} +4 -4
- package/dist/entity-mapping-D67LJE74.js +7 -0
- package/dist/entity-mapping-WFPSOXRK.cjs +7 -0
- package/dist/{entity-mapping.d-DKSW3sfy.d.ts → entity-mapping.d-CQv75o8M.d.cts} +196 -3
- package/dist/{entity-mapping.d-DKSW3sfy.d.cts → entity-mapping.d-CQv75o8M.d.ts} +196 -3
- package/dist/environments-JP2CPDH2.cjs +7 -0
- package/dist/environments-PGRMZY5G.js +7 -0
- package/dist/{environments.d-CP2gV7vw.d.ts → environments.d-840_mC07.d.cts} +28 -28
- package/dist/{environments.d-CP2gV7vw.d.cts → environments.d-840_mC07.d.ts} +28 -28
- package/dist/index.cjs +10 -10
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -2
- package/dist/{js-yaml-UPZKYVRY.js → js-yaml-DLCVPJ7G.js} +17 -15
- package/docs/blueprint-manifest.md +61 -11
- package/docs/entity-mapping.md +354 -852
- package/docs/environments.md +14 -14
- package/package.json +11 -12
- package/dist/blueprint-manifest-4IAJOK2O.cjs +0 -7
- package/dist/blueprint-manifest-U6SC54EI.js +0 -7
- package/dist/entity-mapping-7J3IAGKQ.js +0 -7
- package/dist/entity-mapping-ZNMFCUKK.cjs +0 -7
- package/dist/environments-3VKW3GPN.cjs +0 -7
- package/dist/environments-SBUZ6QSC.js +0 -7
|
@@ -17,33 +17,42 @@ declare namespace Components {
|
|
|
17
17
|
export interface EnvironmentGroupUpsertRequest {
|
|
18
18
|
description?: string;
|
|
19
19
|
}
|
|
20
|
+
export type EnvironmentOption = {
|
|
21
|
+
value: string;
|
|
22
|
+
label: string;
|
|
23
|
+
} | {
|
|
24
|
+
value: string;
|
|
25
|
+
labels: {
|
|
26
|
+
[name: string]: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
20
29
|
/**
|
|
21
30
|
* A variable's value. The JSON type corresponds to the variable's `type`:
|
|
22
31
|
* `String`, `SecretString` and `Text` are strings, `Number` is a number,
|
|
23
|
-
* `Boolean` is a boolean, and `
|
|
32
|
+
* `Boolean` is a boolean, and `Options` is an object. Numbers are IEEE 754
|
|
24
33
|
* doubles; integers above 2^53 may lose precision on round-trip.
|
|
25
34
|
*
|
|
26
35
|
*/
|
|
27
36
|
export type EnvironmentValue = /**
|
|
28
37
|
* A variable's value. The JSON type corresponds to the variable's `type`:
|
|
29
38
|
* `String`, `SecretString` and `Text` are strings, `Number` is a number,
|
|
30
|
-
* `Boolean` is a boolean, and `
|
|
39
|
+
* `Boolean` is a boolean, and `Options` is an object. Numbers are IEEE 754
|
|
31
40
|
* doubles; integers above 2^53 may lose precision on round-trip.
|
|
32
41
|
*
|
|
33
42
|
*/
|
|
34
|
-
string | number | boolean |
|
|
43
|
+
string | number | boolean | OptionsValue;
|
|
35
44
|
/**
|
|
36
45
|
* The structure a variable's value holds. `SecretString` is encrypted at rest and
|
|
37
|
-
* its value is never returned. `Text`, `Number`, `Boolean` and `
|
|
46
|
+
* its value is never returned. `Text`, `Number`, `Boolean` and `Options` may be
|
|
38
47
|
* served to browser-facing consumers; `String` and `SecretString` may not.
|
|
39
48
|
*
|
|
40
49
|
*/
|
|
41
|
-
export type EnvironmentValueType = "String" | "SecretString" | "Text" | "Number" | "Boolean" | "
|
|
50
|
+
export type EnvironmentValueType = "String" | "SecretString" | "Text" | "Number" | "Boolean" | "Options";
|
|
42
51
|
export interface EnvironmentVariable {
|
|
43
52
|
key: string; // ^[a-z0-9][a-z0-9_.\-]{0,127}$
|
|
44
53
|
type: /**
|
|
45
54
|
* The structure a variable's value holds. `SecretString` is encrypted at rest and
|
|
46
|
-
* its value is never returned. `Text`, `Number`, `Boolean` and `
|
|
55
|
+
* its value is never returned. `Text`, `Number`, `Boolean` and `Options` may be
|
|
47
56
|
* served to browser-facing consumers; `String` and `SecretString` may not.
|
|
48
57
|
*
|
|
49
58
|
*/
|
|
@@ -65,7 +74,7 @@ declare namespace Components {
|
|
|
65
74
|
* install, which syncs a variable's key and type but never its value.
|
|
66
75
|
*
|
|
67
76
|
*/
|
|
68
|
-
string | number | boolean |
|
|
77
|
+
string | number | boolean | OptionsValue;
|
|
69
78
|
/**
|
|
70
79
|
* Whether the variable is protected from editing
|
|
71
80
|
*/
|
|
@@ -77,7 +86,7 @@ declare namespace Components {
|
|
|
77
86
|
key: string; // ^[a-z0-9][a-z0-9_.\-]{0,127}$
|
|
78
87
|
type: /**
|
|
79
88
|
* The structure a variable's value holds. `SecretString` is encrypted at rest and
|
|
80
|
-
* its value is never returned. `Text`, `Number`, `Boolean` and `
|
|
89
|
+
* its value is never returned. `Text`, `Number`, `Boolean` and `Options` may be
|
|
81
90
|
* served to browser-facing consumers; `String` and `SecretString` may not.
|
|
82
91
|
*
|
|
83
92
|
*/
|
|
@@ -87,7 +96,7 @@ declare namespace Components {
|
|
|
87
96
|
value?: /**
|
|
88
97
|
* A variable's value. The JSON type corresponds to the variable's `type`:
|
|
89
98
|
* `String`, `SecretString` and `Text` are strings, `Number` is a number,
|
|
90
|
-
* `Boolean` is a boolean, and `
|
|
99
|
+
* `Boolean` is a boolean, and `Options` is an object. Numbers are IEEE 754
|
|
91
100
|
* doubles; integers above 2^53 may lose precision on round-trip.
|
|
92
101
|
*
|
|
93
102
|
*/
|
|
@@ -104,7 +113,7 @@ declare namespace Components {
|
|
|
104
113
|
key: string;
|
|
105
114
|
type: /**
|
|
106
115
|
* The structure a variable's value holds. `SecretString` is encrypted at rest and
|
|
107
|
-
* its value is never returned. `Text`, `Number`, `Boolean` and `
|
|
116
|
+
* its value is never returned. `Text`, `Number`, `Boolean` and `Options` may be
|
|
108
117
|
* served to browser-facing consumers; `String` and `SecretString` may not.
|
|
109
118
|
*
|
|
110
119
|
*/
|
|
@@ -126,7 +135,7 @@ declare namespace Components {
|
|
|
126
135
|
* install, which syncs a variable's key and type but never its value.
|
|
127
136
|
*
|
|
128
137
|
*/
|
|
129
|
-
string | number | boolean |
|
|
138
|
+
string | number | boolean | OptionsValue;
|
|
130
139
|
/**
|
|
131
140
|
* Whether the variable is protected from editing
|
|
132
141
|
*/
|
|
@@ -138,11 +147,11 @@ declare namespace Components {
|
|
|
138
147
|
/**
|
|
139
148
|
* Type of variable. Used when creating a new variable. Defaults to String.
|
|
140
149
|
*/
|
|
141
|
-
type?: "String" | "SecretString" | "Text" | "Number" | "Boolean" | "
|
|
150
|
+
type?: "String" | "SecretString" | "Text" | "Number" | "Boolean" | "Options";
|
|
142
151
|
value?: /**
|
|
143
152
|
* A variable's value. The JSON type corresponds to the variable's `type`:
|
|
144
153
|
* `String`, `SecretString` and `Text` are strings, `Number` is a number,
|
|
145
|
-
* `Boolean` is a boolean, and `
|
|
154
|
+
* `Boolean` is a boolean, and `Options` is an object. Numbers are IEEE 754
|
|
146
155
|
* doubles; integers above 2^53 may lose precision on round-trip.
|
|
147
156
|
*
|
|
148
157
|
*/
|
|
@@ -154,20 +163,11 @@ declare namespace Components {
|
|
|
154
163
|
*/
|
|
155
164
|
protected?: boolean;
|
|
156
165
|
}
|
|
157
|
-
export
|
|
158
|
-
value: string;
|
|
159
|
-
label: string;
|
|
160
|
-
} | {
|
|
161
|
-
value: string;
|
|
162
|
-
labels: {
|
|
163
|
-
[name: string]: string;
|
|
164
|
-
};
|
|
165
|
-
};
|
|
166
|
-
export interface MapValue {
|
|
166
|
+
export interface OptionsValue {
|
|
167
167
|
fallbackLanguage?: string;
|
|
168
168
|
options: [
|
|
169
|
-
|
|
170
|
-
...
|
|
169
|
+
EnvironmentOption,
|
|
170
|
+
...EnvironmentOption[]
|
|
171
171
|
];
|
|
172
172
|
}
|
|
173
173
|
}
|
|
@@ -481,6 +481,7 @@ type Client = OpenAPIClient<OperationMethods, PathsDictionary>
|
|
|
481
481
|
type EnvironmentGroup = Components.Schemas.EnvironmentGroup;
|
|
482
482
|
type EnvironmentGroupList = Components.Schemas.EnvironmentGroupList;
|
|
483
483
|
type EnvironmentGroupUpsertRequest = Components.Schemas.EnvironmentGroupUpsertRequest;
|
|
484
|
+
type EnvironmentOption = Components.Schemas.EnvironmentOption;
|
|
484
485
|
type EnvironmentValue = Components.Schemas.EnvironmentValue;
|
|
485
486
|
type EnvironmentValueType = Components.Schemas.EnvironmentValueType;
|
|
486
487
|
type EnvironmentVariable = Components.Schemas.EnvironmentVariable;
|
|
@@ -488,7 +489,6 @@ type EnvironmentVariableCreateRequest = Components.Schemas.EnvironmentVariableCr
|
|
|
488
489
|
type EnvironmentVariableList = Components.Schemas.EnvironmentVariableList;
|
|
489
490
|
type EnvironmentVariableListItem = Components.Schemas.EnvironmentVariableListItem;
|
|
490
491
|
type EnvironmentVariableUpdateRequest = Components.Schemas.EnvironmentVariableUpdateRequest;
|
|
491
|
-
type
|
|
492
|
-
type MapValue = Components.Schemas.MapValue;
|
|
492
|
+
type OptionsValue = Components.Schemas.OptionsValue;
|
|
493
493
|
|
|
494
|
-
export { type Client as C, type EnvironmentGroup as E, type
|
|
494
|
+
export { type Client as C, type EnvironmentGroup as E, type OperationMethods as O, Paths as P, Components as a, type PathsDictionary as b, type EnvironmentGroupList as c, type EnvironmentGroupUpsertRequest as d, type EnvironmentOption as e, type EnvironmentValue as f, type EnvironmentValueType as g, type EnvironmentVariable as h, type EnvironmentVariableCreateRequest as i, type EnvironmentVariableList as j, type EnvironmentVariableListItem as k, type EnvironmentVariableUpdateRequest as l, type OptionsValue as m };
|
|
@@ -17,33 +17,42 @@ declare namespace Components {
|
|
|
17
17
|
export interface EnvironmentGroupUpsertRequest {
|
|
18
18
|
description?: string;
|
|
19
19
|
}
|
|
20
|
+
export type EnvironmentOption = {
|
|
21
|
+
value: string;
|
|
22
|
+
label: string;
|
|
23
|
+
} | {
|
|
24
|
+
value: string;
|
|
25
|
+
labels: {
|
|
26
|
+
[name: string]: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
20
29
|
/**
|
|
21
30
|
* A variable's value. The JSON type corresponds to the variable's `type`:
|
|
22
31
|
* `String`, `SecretString` and `Text` are strings, `Number` is a number,
|
|
23
|
-
* `Boolean` is a boolean, and `
|
|
32
|
+
* `Boolean` is a boolean, and `Options` is an object. Numbers are IEEE 754
|
|
24
33
|
* doubles; integers above 2^53 may lose precision on round-trip.
|
|
25
34
|
*
|
|
26
35
|
*/
|
|
27
36
|
export type EnvironmentValue = /**
|
|
28
37
|
* A variable's value. The JSON type corresponds to the variable's `type`:
|
|
29
38
|
* `String`, `SecretString` and `Text` are strings, `Number` is a number,
|
|
30
|
-
* `Boolean` is a boolean, and `
|
|
39
|
+
* `Boolean` is a boolean, and `Options` is an object. Numbers are IEEE 754
|
|
31
40
|
* doubles; integers above 2^53 may lose precision on round-trip.
|
|
32
41
|
*
|
|
33
42
|
*/
|
|
34
|
-
string | number | boolean |
|
|
43
|
+
string | number | boolean | OptionsValue;
|
|
35
44
|
/**
|
|
36
45
|
* The structure a variable's value holds. `SecretString` is encrypted at rest and
|
|
37
|
-
* its value is never returned. `Text`, `Number`, `Boolean` and `
|
|
46
|
+
* its value is never returned. `Text`, `Number`, `Boolean` and `Options` may be
|
|
38
47
|
* served to browser-facing consumers; `String` and `SecretString` may not.
|
|
39
48
|
*
|
|
40
49
|
*/
|
|
41
|
-
export type EnvironmentValueType = "String" | "SecretString" | "Text" | "Number" | "Boolean" | "
|
|
50
|
+
export type EnvironmentValueType = "String" | "SecretString" | "Text" | "Number" | "Boolean" | "Options";
|
|
42
51
|
export interface EnvironmentVariable {
|
|
43
52
|
key: string; // ^[a-z0-9][a-z0-9_.\-]{0,127}$
|
|
44
53
|
type: /**
|
|
45
54
|
* The structure a variable's value holds. `SecretString` is encrypted at rest and
|
|
46
|
-
* its value is never returned. `Text`, `Number`, `Boolean` and `
|
|
55
|
+
* its value is never returned. `Text`, `Number`, `Boolean` and `Options` may be
|
|
47
56
|
* served to browser-facing consumers; `String` and `SecretString` may not.
|
|
48
57
|
*
|
|
49
58
|
*/
|
|
@@ -65,7 +74,7 @@ declare namespace Components {
|
|
|
65
74
|
* install, which syncs a variable's key and type but never its value.
|
|
66
75
|
*
|
|
67
76
|
*/
|
|
68
|
-
string | number | boolean |
|
|
77
|
+
string | number | boolean | OptionsValue;
|
|
69
78
|
/**
|
|
70
79
|
* Whether the variable is protected from editing
|
|
71
80
|
*/
|
|
@@ -77,7 +86,7 @@ declare namespace Components {
|
|
|
77
86
|
key: string; // ^[a-z0-9][a-z0-9_.\-]{0,127}$
|
|
78
87
|
type: /**
|
|
79
88
|
* The structure a variable's value holds. `SecretString` is encrypted at rest and
|
|
80
|
-
* its value is never returned. `Text`, `Number`, `Boolean` and `
|
|
89
|
+
* its value is never returned. `Text`, `Number`, `Boolean` and `Options` may be
|
|
81
90
|
* served to browser-facing consumers; `String` and `SecretString` may not.
|
|
82
91
|
*
|
|
83
92
|
*/
|
|
@@ -87,7 +96,7 @@ declare namespace Components {
|
|
|
87
96
|
value?: /**
|
|
88
97
|
* A variable's value. The JSON type corresponds to the variable's `type`:
|
|
89
98
|
* `String`, `SecretString` and `Text` are strings, `Number` is a number,
|
|
90
|
-
* `Boolean` is a boolean, and `
|
|
99
|
+
* `Boolean` is a boolean, and `Options` is an object. Numbers are IEEE 754
|
|
91
100
|
* doubles; integers above 2^53 may lose precision on round-trip.
|
|
92
101
|
*
|
|
93
102
|
*/
|
|
@@ -104,7 +113,7 @@ declare namespace Components {
|
|
|
104
113
|
key: string;
|
|
105
114
|
type: /**
|
|
106
115
|
* The structure a variable's value holds. `SecretString` is encrypted at rest and
|
|
107
|
-
* its value is never returned. `Text`, `Number`, `Boolean` and `
|
|
116
|
+
* its value is never returned. `Text`, `Number`, `Boolean` and `Options` may be
|
|
108
117
|
* served to browser-facing consumers; `String` and `SecretString` may not.
|
|
109
118
|
*
|
|
110
119
|
*/
|
|
@@ -126,7 +135,7 @@ declare namespace Components {
|
|
|
126
135
|
* install, which syncs a variable's key and type but never its value.
|
|
127
136
|
*
|
|
128
137
|
*/
|
|
129
|
-
string | number | boolean |
|
|
138
|
+
string | number | boolean | OptionsValue;
|
|
130
139
|
/**
|
|
131
140
|
* Whether the variable is protected from editing
|
|
132
141
|
*/
|
|
@@ -138,11 +147,11 @@ declare namespace Components {
|
|
|
138
147
|
/**
|
|
139
148
|
* Type of variable. Used when creating a new variable. Defaults to String.
|
|
140
149
|
*/
|
|
141
|
-
type?: "String" | "SecretString" | "Text" | "Number" | "Boolean" | "
|
|
150
|
+
type?: "String" | "SecretString" | "Text" | "Number" | "Boolean" | "Options";
|
|
142
151
|
value?: /**
|
|
143
152
|
* A variable's value. The JSON type corresponds to the variable's `type`:
|
|
144
153
|
* `String`, `SecretString` and `Text` are strings, `Number` is a number,
|
|
145
|
-
* `Boolean` is a boolean, and `
|
|
154
|
+
* `Boolean` is a boolean, and `Options` is an object. Numbers are IEEE 754
|
|
146
155
|
* doubles; integers above 2^53 may lose precision on round-trip.
|
|
147
156
|
*
|
|
148
157
|
*/
|
|
@@ -154,20 +163,11 @@ declare namespace Components {
|
|
|
154
163
|
*/
|
|
155
164
|
protected?: boolean;
|
|
156
165
|
}
|
|
157
|
-
export
|
|
158
|
-
value: string;
|
|
159
|
-
label: string;
|
|
160
|
-
} | {
|
|
161
|
-
value: string;
|
|
162
|
-
labels: {
|
|
163
|
-
[name: string]: string;
|
|
164
|
-
};
|
|
165
|
-
};
|
|
166
|
-
export interface MapValue {
|
|
166
|
+
export interface OptionsValue {
|
|
167
167
|
fallbackLanguage?: string;
|
|
168
168
|
options: [
|
|
169
|
-
|
|
170
|
-
...
|
|
169
|
+
EnvironmentOption,
|
|
170
|
+
...EnvironmentOption[]
|
|
171
171
|
];
|
|
172
172
|
}
|
|
173
173
|
}
|
|
@@ -481,6 +481,7 @@ type Client = OpenAPIClient<OperationMethods, PathsDictionary>
|
|
|
481
481
|
type EnvironmentGroup = Components.Schemas.EnvironmentGroup;
|
|
482
482
|
type EnvironmentGroupList = Components.Schemas.EnvironmentGroupList;
|
|
483
483
|
type EnvironmentGroupUpsertRequest = Components.Schemas.EnvironmentGroupUpsertRequest;
|
|
484
|
+
type EnvironmentOption = Components.Schemas.EnvironmentOption;
|
|
484
485
|
type EnvironmentValue = Components.Schemas.EnvironmentValue;
|
|
485
486
|
type EnvironmentValueType = Components.Schemas.EnvironmentValueType;
|
|
486
487
|
type EnvironmentVariable = Components.Schemas.EnvironmentVariable;
|
|
@@ -488,7 +489,6 @@ type EnvironmentVariableCreateRequest = Components.Schemas.EnvironmentVariableCr
|
|
|
488
489
|
type EnvironmentVariableList = Components.Schemas.EnvironmentVariableList;
|
|
489
490
|
type EnvironmentVariableListItem = Components.Schemas.EnvironmentVariableListItem;
|
|
490
491
|
type EnvironmentVariableUpdateRequest = Components.Schemas.EnvironmentVariableUpdateRequest;
|
|
491
|
-
type
|
|
492
|
-
type MapValue = Components.Schemas.MapValue;
|
|
492
|
+
type OptionsValue = Components.Schemas.OptionsValue;
|
|
493
493
|
|
|
494
|
-
export { type Client as C, type EnvironmentGroup as E, type
|
|
494
|
+
export { type Client as C, type EnvironmentGroup as E, type OperationMethods as O, Paths as P, Components as a, type PathsDictionary as b, type EnvironmentGroupList as c, type EnvironmentGroupUpsertRequest as d, type EnvironmentOption as e, type EnvironmentValue as f, type EnvironmentValueType as g, type EnvironmentVariable as h, type EnvironmentVariableCreateRequest as i, type EnvironmentVariableList as j, type EnvironmentVariableListItem as k, type EnvironmentVariableUpdateRequest as l, type OptionsValue as m };
|
package/dist/index.cjs
CHANGED
|
@@ -111,7 +111,7 @@ var _chunkI6DG26UJcjs = require('./chunk-I6DG26UJ.cjs');
|
|
|
111
111
|
var _chunkPNVSKDMVcjs = require('./chunk-PNVSKDMV.cjs');
|
|
112
112
|
|
|
113
113
|
|
|
114
|
-
var
|
|
114
|
+
var _chunkO2AM3DYPcjs = require('./chunk-O2AM3DYP.cjs');
|
|
115
115
|
|
|
116
116
|
|
|
117
117
|
var _chunkHBJJOW2Mcjs = require('./chunk-HBJJOW2M.cjs');
|
|
@@ -158,7 +158,7 @@ var _chunkADSWGLIVcjs = require('./chunk-ADSWGLIV.cjs');
|
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
|
|
161
|
-
var
|
|
161
|
+
var _chunk2AZIGIR2cjs = require('./chunk-2AZIGIR2.cjs');
|
|
162
162
|
|
|
163
163
|
|
|
164
164
|
var _chunkNJK5F5TFcjs = require('./chunk-NJK5F5TF.cjs');
|
|
@@ -225,7 +225,7 @@ var resolveClient = (params) => {
|
|
|
225
225
|
}
|
|
226
226
|
if (!entry.instance) {
|
|
227
227
|
const definition = entry.loader();
|
|
228
|
-
entry.instance =
|
|
228
|
+
entry.instance = _chunk2AZIGIR2cjs.createApiClient.call(void 0, {
|
|
229
229
|
definition,
|
|
230
230
|
token: state.token,
|
|
231
231
|
headers: state.globalHeaders,
|
|
@@ -258,7 +258,7 @@ var resetAllClients = (registry) => {
|
|
|
258
258
|
};
|
|
259
259
|
|
|
260
260
|
// src/apis/_registry.ts
|
|
261
|
-
var expandDef = (mod) =>
|
|
261
|
+
var expandDef = (mod) => _chunk2AZIGIR2cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
262
262
|
var registerBuiltinApis = (registry) => {
|
|
263
263
|
registerApi({
|
|
264
264
|
registry,
|
|
@@ -303,7 +303,7 @@ var registerBuiltinApis = (registry) => {
|
|
|
303
303
|
registerApi({
|
|
304
304
|
registry,
|
|
305
305
|
name: "blueprintManifest",
|
|
306
|
-
loader: () => expandDef(
|
|
306
|
+
loader: () => expandDef(_chunkO2AM3DYPcjs.require_blueprint_manifest_runtime.call(void 0, ))
|
|
307
307
|
});
|
|
308
308
|
registerApi({
|
|
309
309
|
registry,
|
|
@@ -601,9 +601,9 @@ var createSDK = () => {
|
|
|
601
601
|
const available = [...registry.keys()].join(", ");
|
|
602
602
|
throw new Error(`Unknown API: "${name}". Available: ${available}`);
|
|
603
603
|
}
|
|
604
|
-
return
|
|
604
|
+
return _chunk2AZIGIR2cjs.createApiHandle.call(void 0, {
|
|
605
605
|
resolveClient: () => resolveClient({ registry, name, state }),
|
|
606
|
-
createClient: () =>
|
|
606
|
+
createClient: () => _chunk2AZIGIR2cjs.createApiClient.call(void 0, { definition: entry.loader(), apiName: name }),
|
|
607
607
|
apiName: name
|
|
608
608
|
});
|
|
609
609
|
};
|
|
@@ -651,9 +651,9 @@ var createSDK = () => {
|
|
|
651
651
|
return interceptorUse;
|
|
652
652
|
}
|
|
653
653
|
case "help":
|
|
654
|
-
return (apiName) =>
|
|
654
|
+
return (apiName) => _chunk2AZIGIR2cjs.help.call(void 0, apiName);
|
|
655
655
|
case "openapi":
|
|
656
|
-
return (apiName) =>
|
|
656
|
+
return (apiName) => _chunk2AZIGIR2cjs.openapi.call(void 0, apiName);
|
|
657
657
|
case "then":
|
|
658
658
|
case "catch":
|
|
659
659
|
case "finally":
|
|
@@ -683,4 +683,4 @@ var epilot = createSDK();
|
|
|
683
683
|
|
|
684
684
|
|
|
685
685
|
|
|
686
|
-
exports.applyLargeResponseInterceptor = applyLargeResponseInterceptor; exports.applyRetryInterceptor = applyRetryInterceptor; exports.authorize =
|
|
686
|
+
exports.applyLargeResponseInterceptor = applyLargeResponseInterceptor; exports.applyRetryInterceptor = applyRetryInterceptor; exports.authorize = _chunk2AZIGIR2cjs.authorize; exports.createSDK = createSDK; exports.epilot = epilot; exports.help = _chunk2AZIGIR2cjs.help; exports.openapi = _chunk2AZIGIR2cjs.openapi;
|
package/dist/index.d.cts
CHANGED
|
@@ -11,7 +11,7 @@ import { C as Client$4 } from './app.d-BiknhSJo.cjs';
|
|
|
11
11
|
import { C as Client$5 } from './audit-logs.d-BRToFqeX.cjs';
|
|
12
12
|
import { C as Client$6 } from './automation.d-BnQFR6k8.cjs';
|
|
13
13
|
import { C as Client$7 } from './billing.d-DA3sViEF.cjs';
|
|
14
|
-
import { C as Client$8 } from './blueprint-manifest.d-
|
|
14
|
+
import { C as Client$8 } from './blueprint-manifest.d-B8YKYzSJ.cjs';
|
|
15
15
|
import { C as Client$9 } from './calendar.d-mk-ltGpk.cjs';
|
|
16
16
|
import { C as Client$a } from './configuration-hub.d-Dv41yC3b.cjs';
|
|
17
17
|
import { C as Client$b } from './consent.d-C2PROHhX.cjs';
|
|
@@ -24,8 +24,8 @@ import { C as Client$h } from './document.d-DN37pjdx.cjs';
|
|
|
24
24
|
import { C as Client$i } from './email-settings.d-DViLYaOl.cjs';
|
|
25
25
|
import { C as Client$j } from './email-template.d-gtQkdaXM.cjs';
|
|
26
26
|
import { C as Client$k } from './entity.d-C3WddgVt.cjs';
|
|
27
|
-
import { C as Client$l } from './entity-mapping.d-
|
|
28
|
-
import { C as Client$m } from './environments.d-
|
|
27
|
+
import { C as Client$l } from './entity-mapping.d-CQv75o8M.cjs';
|
|
28
|
+
import { C as Client$m } from './environments.d-840_mC07.cjs';
|
|
29
29
|
import { C as Client$n } from './event-catalog.d-QIhhewVH.cjs';
|
|
30
30
|
import { C as Client$o } from './file.d-CBsXF4W8.cjs';
|
|
31
31
|
import { C as Client$p } from './iban.d-BwdiGbxi.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import { C as Client$4 } from './app.d-BiknhSJo.js';
|
|
|
11
11
|
import { C as Client$5 } from './audit-logs.d-BRToFqeX.js';
|
|
12
12
|
import { C as Client$6 } from './automation.d-BnQFR6k8.js';
|
|
13
13
|
import { C as Client$7 } from './billing.d-DA3sViEF.js';
|
|
14
|
-
import { C as Client$8 } from './blueprint-manifest.d-
|
|
14
|
+
import { C as Client$8 } from './blueprint-manifest.d-B8YKYzSJ.js';
|
|
15
15
|
import { C as Client$9 } from './calendar.d-mk-ltGpk.js';
|
|
16
16
|
import { C as Client$a } from './configuration-hub.d-Dv41yC3b.js';
|
|
17
17
|
import { C as Client$b } from './consent.d-C2PROHhX.js';
|
|
@@ -24,8 +24,8 @@ import { C as Client$h } from './document.d-DN37pjdx.js';
|
|
|
24
24
|
import { C as Client$i } from './email-settings.d-DViLYaOl.js';
|
|
25
25
|
import { C as Client$j } from './email-template.d-gtQkdaXM.js';
|
|
26
26
|
import { C as Client$k } from './entity.d-C3WddgVt.js';
|
|
27
|
-
import { C as Client$l } from './entity-mapping.d-
|
|
28
|
-
import { C as Client$m } from './environments.d-
|
|
27
|
+
import { C as Client$l } from './entity-mapping.d-CQv75o8M.js';
|
|
28
|
+
import { C as Client$m } from './environments.d-840_mC07.js';
|
|
29
29
|
import { C as Client$n } from './event-catalog.d-QIhhewVH.js';
|
|
30
30
|
import { C as Client$o } from './file.d-CBsXF4W8.js';
|
|
31
31
|
import { C as Client$p } from './iban.d-BwdiGbxi.js';
|
package/dist/index.js
CHANGED
|
@@ -111,7 +111,7 @@ import {
|
|
|
111
111
|
} from "./chunk-5SAISAQY.js";
|
|
112
112
|
import {
|
|
113
113
|
require_blueprint_manifest_runtime
|
|
114
|
-
} from "./chunk-
|
|
114
|
+
} from "./chunk-JGIBV65B.js";
|
|
115
115
|
import {
|
|
116
116
|
require_calendar_runtime
|
|
117
117
|
} from "./chunk-QEAIJQTE.js";
|
|
@@ -158,7 +158,7 @@ import {
|
|
|
158
158
|
expand,
|
|
159
159
|
help,
|
|
160
160
|
openapi
|
|
161
|
-
} from "./chunk-
|
|
161
|
+
} from "./chunk-X3SRAHIZ.js";
|
|
162
162
|
import {
|
|
163
163
|
__require
|
|
164
164
|
} from "./chunk-YPSWSI3M.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
// ../../node_modules/js-yaml/dist/js-yaml.mjs
|
|
3
|
+
// ../../node_modules/.pnpm/js-yaml@4.1.1/node_modules/js-yaml/dist/js-yaml.mjs
|
|
4
4
|
function isNothing(subject) {
|
|
5
5
|
return typeof subject === "undefined" || subject === null;
|
|
6
6
|
}
|
|
@@ -864,6 +864,18 @@ function charFromCodepoint(c) {
|
|
|
864
864
|
(c - 65536 & 1023) + 56320
|
|
865
865
|
);
|
|
866
866
|
}
|
|
867
|
+
function setProperty(object, key, value) {
|
|
868
|
+
if (key === "__proto__") {
|
|
869
|
+
Object.defineProperty(object, key, {
|
|
870
|
+
configurable: true,
|
|
871
|
+
enumerable: true,
|
|
872
|
+
writable: true,
|
|
873
|
+
value
|
|
874
|
+
});
|
|
875
|
+
} else {
|
|
876
|
+
object[key] = value;
|
|
877
|
+
}
|
|
878
|
+
}
|
|
867
879
|
var simpleEscapeCheck = new Array(256);
|
|
868
880
|
var simpleEscapeMap = new Array(256);
|
|
869
881
|
for (i = 0; i < 256; i++) {
|
|
@@ -983,7 +995,7 @@ function mergeMappings(state, destination, source, overridableKeys) {
|
|
|
983
995
|
for (index = 0, quantity = sourceKeys.length; index < quantity; index += 1) {
|
|
984
996
|
key = sourceKeys[index];
|
|
985
997
|
if (!_hasOwnProperty$1.call(destination, key)) {
|
|
986
|
-
destination
|
|
998
|
+
setProperty(destination, key, source[key]);
|
|
987
999
|
overridableKeys[key] = true;
|
|
988
1000
|
}
|
|
989
1001
|
}
|
|
@@ -1023,16 +1035,7 @@ function storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valu
|
|
|
1023
1035
|
state.position = startPos || state.position;
|
|
1024
1036
|
throwError(state, "duplicated mapping key");
|
|
1025
1037
|
}
|
|
1026
|
-
|
|
1027
|
-
Object.defineProperty(_result, keyNode, {
|
|
1028
|
-
configurable: true,
|
|
1029
|
-
enumerable: true,
|
|
1030
|
-
writable: true,
|
|
1031
|
-
value: valueNode
|
|
1032
|
-
});
|
|
1033
|
-
} else {
|
|
1034
|
-
_result[keyNode] = valueNode;
|
|
1035
|
-
}
|
|
1038
|
+
setProperty(_result, keyNode, valueNode);
|
|
1036
1039
|
delete overridableKeys[keyNode];
|
|
1037
1040
|
}
|
|
1038
1041
|
return _result;
|
|
@@ -2620,7 +2623,6 @@ var jsYaml = {
|
|
|
2620
2623
|
safeLoadAll,
|
|
2621
2624
|
safeDump
|
|
2622
2625
|
};
|
|
2623
|
-
var js_yaml_default = jsYaml;
|
|
2624
2626
|
export {
|
|
2625
2627
|
CORE_SCHEMA,
|
|
2626
2628
|
DEFAULT_SCHEMA,
|
|
@@ -2629,7 +2631,7 @@ export {
|
|
|
2629
2631
|
Schema,
|
|
2630
2632
|
Type,
|
|
2631
2633
|
YAMLException,
|
|
2632
|
-
|
|
2634
|
+
jsYaml as default,
|
|
2633
2635
|
dump,
|
|
2634
2636
|
load,
|
|
2635
2637
|
loadAll,
|
|
@@ -2641,5 +2643,5 @@ export {
|
|
|
2641
2643
|
/*! Bundled license information:
|
|
2642
2644
|
|
|
2643
2645
|
js-yaml/dist/js-yaml.mjs:
|
|
2644
|
-
(*! js-yaml 4.1.
|
|
2646
|
+
(*! js-yaml 4.1.1 https://github.com/nodeca/js-yaml @license MIT *)
|
|
2645
2647
|
*/
|