@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.
Files changed (152) hide show
  1. package/definitions/blueprint-manifest-runtime.json +1 -1
  2. package/definitions/blueprint-manifest.json +101 -2
  3. package/definitions/entity-mapping.json +189 -2
  4. package/definitions/environments.json +7 -7
  5. package/dist/apis/access-token.cjs +6 -6
  6. package/dist/apis/access-token.js +1 -1
  7. package/dist/apis/address-suggestions.cjs +6 -6
  8. package/dist/apis/address-suggestions.js +1 -1
  9. package/dist/apis/address.cjs +6 -6
  10. package/dist/apis/address.js +1 -1
  11. package/dist/apis/ai-agents.cjs +6 -6
  12. package/dist/apis/ai-agents.js +1 -1
  13. package/dist/apis/app.cjs +6 -6
  14. package/dist/apis/app.js +1 -1
  15. package/dist/apis/audit-logs.cjs +6 -6
  16. package/dist/apis/audit-logs.js +1 -1
  17. package/dist/apis/automation.cjs +6 -6
  18. package/dist/apis/automation.js +1 -1
  19. package/dist/apis/billing.cjs +6 -6
  20. package/dist/apis/billing.js +1 -1
  21. package/dist/apis/blueprint-manifest.cjs +8 -8
  22. package/dist/apis/blueprint-manifest.d.cts +2 -2
  23. package/dist/apis/blueprint-manifest.d.ts +2 -2
  24. package/dist/apis/blueprint-manifest.js +2 -2
  25. package/dist/apis/calendar.cjs +6 -6
  26. package/dist/apis/calendar.js +1 -1
  27. package/dist/apis/configuration-hub.cjs +6 -6
  28. package/dist/apis/configuration-hub.js +1 -1
  29. package/dist/apis/consent.cjs +6 -6
  30. package/dist/apis/consent.js +1 -1
  31. package/dist/apis/customer-portal.cjs +6 -6
  32. package/dist/apis/customer-portal.js +1 -1
  33. package/dist/apis/dashboard.cjs +6 -6
  34. package/dist/apis/dashboard.js +1 -1
  35. package/dist/apis/data-governance.cjs +6 -6
  36. package/dist/apis/data-governance.js +1 -1
  37. package/dist/apis/deduplication.cjs +6 -6
  38. package/dist/apis/deduplication.js +1 -1
  39. package/dist/apis/design.cjs +6 -6
  40. package/dist/apis/design.js +1 -1
  41. package/dist/apis/document.cjs +6 -6
  42. package/dist/apis/document.js +1 -1
  43. package/dist/apis/email-settings.cjs +6 -6
  44. package/dist/apis/email-settings.js +1 -1
  45. package/dist/apis/email-template.cjs +6 -6
  46. package/dist/apis/email-template.js +1 -1
  47. package/dist/apis/entity-mapping.cjs +6 -6
  48. package/dist/apis/entity-mapping.d.cts +2 -2
  49. package/dist/apis/entity-mapping.d.ts +2 -2
  50. package/dist/apis/entity-mapping.js +1 -1
  51. package/dist/apis/entity.cjs +14 -6
  52. package/dist/apis/entity.d.cts +8 -1
  53. package/dist/apis/entity.d.ts +8 -1
  54. package/dist/apis/entity.js +9 -1
  55. package/dist/apis/environments.cjs +6 -6
  56. package/dist/apis/environments.d.cts +2 -2
  57. package/dist/apis/environments.d.ts +2 -2
  58. package/dist/apis/environments.js +1 -1
  59. package/dist/apis/event-catalog.cjs +6 -6
  60. package/dist/apis/event-catalog.js +1 -1
  61. package/dist/apis/file.cjs +6 -6
  62. package/dist/apis/file.js +1 -1
  63. package/dist/apis/iban.cjs +6 -6
  64. package/dist/apis/iban.js +1 -1
  65. package/dist/apis/integration-toolkit.cjs +6 -6
  66. package/dist/apis/integration-toolkit.js +1 -1
  67. package/dist/apis/journey.cjs +6 -6
  68. package/dist/apis/journey.js +1 -1
  69. package/dist/apis/kanban.cjs +6 -6
  70. package/dist/apis/kanban.js +1 -1
  71. package/dist/apis/message.cjs +6 -6
  72. package/dist/apis/message.js +1 -1
  73. package/dist/apis/metering.cjs +6 -6
  74. package/dist/apis/metering.js +1 -1
  75. package/dist/apis/notes.cjs +6 -6
  76. package/dist/apis/notes.js +1 -1
  77. package/dist/apis/notification.cjs +6 -6
  78. package/dist/apis/notification.js +1 -1
  79. package/dist/apis/organization.cjs +6 -6
  80. package/dist/apis/organization.js +1 -1
  81. package/dist/apis/partner-directory.cjs +6 -6
  82. package/dist/apis/partner-directory.js +1 -1
  83. package/dist/apis/permissions.cjs +6 -6
  84. package/dist/apis/permissions.js +1 -1
  85. package/dist/apis/pricing-tier.cjs +6 -6
  86. package/dist/apis/pricing-tier.js +1 -1
  87. package/dist/apis/pricing.cjs +33 -6
  88. package/dist/apis/pricing.d.cts +32 -1
  89. package/dist/apis/pricing.d.ts +32 -1
  90. package/dist/apis/pricing.js +28 -1
  91. package/dist/apis/purpose.cjs +6 -6
  92. package/dist/apis/purpose.js +1 -1
  93. package/dist/apis/query.cjs +6 -6
  94. package/dist/apis/query.js +1 -1
  95. package/dist/apis/sandbox.cjs +6 -6
  96. package/dist/apis/sandbox.js +1 -1
  97. package/dist/apis/sharing.cjs +6 -6
  98. package/dist/apis/sharing.js +1 -1
  99. package/dist/apis/snapshot.cjs +6 -6
  100. package/dist/apis/snapshot.js +1 -1
  101. package/dist/apis/submission.cjs +6 -6
  102. package/dist/apis/submission.js +1 -1
  103. package/dist/apis/target.cjs +6 -6
  104. package/dist/apis/target.js +1 -1
  105. package/dist/apis/targeting.cjs +6 -6
  106. package/dist/apis/targeting.js +1 -1
  107. package/dist/apis/template-variables.cjs +6 -6
  108. package/dist/apis/template-variables.js +1 -1
  109. package/dist/apis/user.cjs +6 -6
  110. package/dist/apis/user.js +1 -1
  111. package/dist/apis/validation-rules.cjs +6 -6
  112. package/dist/apis/validation-rules.js +1 -1
  113. package/dist/apis/webhooks.cjs +6 -6
  114. package/dist/apis/webhooks.js +1 -1
  115. package/dist/apis/workflow-definition.cjs +6 -6
  116. package/dist/apis/workflow-definition.js +1 -1
  117. package/dist/apis/workflow.cjs +6 -6
  118. package/dist/apis/workflow.js +1 -1
  119. package/dist/bin/cli.js +1 -1
  120. package/dist/blueprint-manifest-SXG3M6B4.cjs +7 -0
  121. package/dist/blueprint-manifest-YU2UZLHV.js +7 -0
  122. package/dist/{blueprint-manifest-runtime-W526ROPG.js → blueprint-manifest-runtime-EQX7FPFC.js} +1 -1
  123. package/dist/{blueprint-manifest-runtime-N5EXZB2K.cjs → blueprint-manifest-runtime-Y63YPBU3.cjs} +2 -2
  124. package/dist/{blueprint-manifest.d-BVxmCeu7.d.cts → blueprint-manifest.d-B8YKYzSJ.d.cts} +191 -5
  125. package/dist/{blueprint-manifest.d-BVxmCeu7.d.ts → blueprint-manifest.d-B8YKYzSJ.d.ts} +191 -5
  126. package/dist/{chunk-3CVNMGIG.cjs → chunk-2AZIGIR2.cjs} +4 -4
  127. package/dist/{chunk-4Z6GRBDK.js → chunk-JGIBV65B.js} +1 -1
  128. package/dist/{chunk-Z54CI2VS.cjs → chunk-O2AM3DYP.cjs} +1 -1
  129. package/dist/{chunk-KSJGHUCG.js → chunk-X3SRAHIZ.js} +4 -4
  130. package/dist/entity-mapping-D67LJE74.js +7 -0
  131. package/dist/entity-mapping-WFPSOXRK.cjs +7 -0
  132. package/dist/{entity-mapping.d-DKSW3sfy.d.ts → entity-mapping.d-CQv75o8M.d.cts} +196 -3
  133. package/dist/{entity-mapping.d-DKSW3sfy.d.cts → entity-mapping.d-CQv75o8M.d.ts} +196 -3
  134. package/dist/environments-JP2CPDH2.cjs +7 -0
  135. package/dist/environments-PGRMZY5G.js +7 -0
  136. package/dist/{environments.d-CP2gV7vw.d.ts → environments.d-840_mC07.d.cts} +28 -28
  137. package/dist/{environments.d-CP2gV7vw.d.cts → environments.d-840_mC07.d.ts} +28 -28
  138. package/dist/index.cjs +10 -10
  139. package/dist/index.d.cts +3 -3
  140. package/dist/index.d.ts +3 -3
  141. package/dist/index.js +2 -2
  142. package/dist/{js-yaml-UPZKYVRY.js → js-yaml-DLCVPJ7G.js} +17 -15
  143. package/docs/blueprint-manifest.md +61 -11
  144. package/docs/entity-mapping.md +354 -852
  145. package/docs/environments.md +14 -14
  146. package/package.json +11 -12
  147. package/dist/blueprint-manifest-4IAJOK2O.cjs +0 -7
  148. package/dist/blueprint-manifest-U6SC54EI.js +0 -7
  149. package/dist/entity-mapping-7J3IAGKQ.js +0 -7
  150. package/dist/entity-mapping-ZNMFCUKK.cjs +0 -7
  151. package/dist/environments-3VKW3GPN.cjs +0 -7
  152. 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 `Map` is an object. Numbers are IEEE 754
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 `Map` is an object. Numbers are IEEE 754
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 | MapValue;
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 `Map` may be
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" | "Map";
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 `Map` may be
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 | MapValue;
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 `Map` may be
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 `Map` is an object. Numbers are IEEE 754
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 `Map` may be
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 | MapValue;
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" | "Map";
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 `Map` is an object. Numbers are IEEE 754
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 type MapEntry = {
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
- MapEntry,
170
- ...MapEntry[]
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 MapEntry = Components.Schemas.MapEntry;
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 MapEntry as M, type OperationMethods as O, Paths as P, Components as a, type PathsDictionary as b, type EnvironmentGroupList as c, type EnvironmentGroupUpsertRequest as d, type EnvironmentValue as e, type EnvironmentValueType as f, type EnvironmentVariable as g, type EnvironmentVariableCreateRequest as h, type EnvironmentVariableList as i, type EnvironmentVariableListItem as j, type EnvironmentVariableUpdateRequest as k, type MapValue as l };
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 `Map` is an object. Numbers are IEEE 754
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 `Map` is an object. Numbers are IEEE 754
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 | MapValue;
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 `Map` may be
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" | "Map";
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 `Map` may be
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 | MapValue;
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 `Map` may be
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 `Map` is an object. Numbers are IEEE 754
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 `Map` may be
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 | MapValue;
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" | "Map";
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 `Map` is an object. Numbers are IEEE 754
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 type MapEntry = {
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
- MapEntry,
170
- ...MapEntry[]
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 MapEntry = Components.Schemas.MapEntry;
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 MapEntry as M, type OperationMethods as O, Paths as P, Components as a, type PathsDictionary as b, type EnvironmentGroupList as c, type EnvironmentGroupUpsertRequest as d, type EnvironmentValue as e, type EnvironmentValueType as f, type EnvironmentVariable as g, type EnvironmentVariableCreateRequest as h, type EnvironmentVariableList as i, type EnvironmentVariableListItem as j, type EnvironmentVariableUpdateRequest as k, type MapValue as l };
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 _chunkZ54CI2VScjs = require('./chunk-Z54CI2VS.cjs');
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 _chunk3CVNMGIGcjs = require('./chunk-3CVNMGIG.cjs');
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 = _chunk3CVNMGIGcjs.createApiClient.call(void 0, {
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) => _chunk3CVNMGIGcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( 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(_chunkZ54CI2VScjs.require_blueprint_manifest_runtime.call(void 0, ))
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 _chunk3CVNMGIGcjs.createApiHandle.call(void 0, {
604
+ return _chunk2AZIGIR2cjs.createApiHandle.call(void 0, {
605
605
  resolveClient: () => resolveClient({ registry, name, state }),
606
- createClient: () => _chunk3CVNMGIGcjs.createApiClient.call(void 0, { definition: entry.loader(), apiName: name }),
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) => _chunk3CVNMGIGcjs.help.call(void 0, apiName);
654
+ return (apiName) => _chunk2AZIGIR2cjs.help.call(void 0, apiName);
655
655
  case "openapi":
656
- return (apiName) => _chunk3CVNMGIGcjs.openapi.call(void 0, 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 = _chunk3CVNMGIGcjs.authorize; exports.createSDK = createSDK; exports.epilot = epilot; exports.help = _chunk3CVNMGIGcjs.help; exports.openapi = _chunk3CVNMGIGcjs.openapi;
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-BVxmCeu7.cjs';
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-DKSW3sfy.cjs';
28
- import { C as Client$m } from './environments.d-CP2gV7vw.cjs';
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-BVxmCeu7.js';
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-DKSW3sfy.js';
28
- import { C as Client$m } from './environments.d-CP2gV7vw.js';
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-4Z6GRBDK.js";
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-KSJGHUCG.js";
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[key] = source[key];
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
- if (keyNode === "__proto__") {
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
- js_yaml_default as default,
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.0 https://github.com/nodeca/js-yaml @license MIT *)
2646
+ (*! js-yaml 4.1.1 https://github.com/nodeca/js-yaml @license MIT *)
2645
2647
  */