@epilot/sdk 2.0.0-beta.3 → 2.0.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (189) hide show
  1. package/definitions/access-token-runtime.json +1 -0
  2. package/definitions/access-token.json +663 -0
  3. package/definitions/address-runtime.json +1 -0
  4. package/definitions/address-suggestions-runtime.json +1 -0
  5. package/definitions/address-suggestions.json +582 -0
  6. package/definitions/address.json +578 -0
  7. package/definitions/ai-agents-runtime.json +1 -0
  8. package/definitions/ai-agents.json +1711 -0
  9. package/definitions/app-runtime.json +1 -0
  10. package/definitions/app.json +4443 -0
  11. package/definitions/audit-logs-runtime.json +1 -0
  12. package/definitions/audit-logs.json +305 -0
  13. package/definitions/automation-runtime.json +1 -0
  14. package/definitions/automation.json +4850 -0
  15. package/definitions/billing-runtime.json +1 -0
  16. package/definitions/billing.json +837 -0
  17. package/definitions/blueprint-manifest-runtime.json +1 -0
  18. package/definitions/blueprint-manifest.json +3376 -0
  19. package/definitions/consent-runtime.json +1 -0
  20. package/definitions/consent.json +344 -0
  21. package/definitions/customer-portal-runtime.json +1 -0
  22. package/definitions/customer-portal.json +15000 -0
  23. package/definitions/dashboard-runtime.json +1 -0
  24. package/definitions/dashboard.json +484 -0
  25. package/definitions/data-management-runtime.json +1 -0
  26. package/definitions/data-management.json +962 -0
  27. package/definitions/deduplication-runtime.json +1 -0
  28. package/definitions/deduplication.json +183 -0
  29. package/definitions/design-runtime.json +1 -0
  30. package/definitions/design.json +1423 -0
  31. package/definitions/document-runtime.json +1 -0
  32. package/definitions/document.json +758 -0
  33. package/definitions/email-settings-runtime.json +1 -0
  34. package/definitions/email-settings.json +2627 -0
  35. package/definitions/email-template-runtime.json +1 -0
  36. package/definitions/email-template.json +1419 -0
  37. package/definitions/entity-mapping-runtime.json +1 -0
  38. package/definitions/entity-mapping.json +1642 -0
  39. package/definitions/entity-runtime.json +1 -0
  40. package/definitions/entity.json +10074 -0
  41. package/definitions/environments-runtime.json +1 -0
  42. package/definitions/environments.json +363 -0
  43. package/definitions/erp-integration-runtime.json +1 -0
  44. package/definitions/erp-integration.json +5845 -0
  45. package/definitions/event-catalog-runtime.json +1 -0
  46. package/definitions/event-catalog.json +1051 -0
  47. package/definitions/file-runtime.json +1 -0
  48. package/definitions/file.json +2842 -0
  49. package/definitions/iban-runtime.json +1 -0
  50. package/definitions/iban.json +132 -0
  51. package/definitions/journey-runtime.json +1 -0
  52. package/definitions/journey.json +2341 -0
  53. package/definitions/kanban-runtime.json +1 -0
  54. package/definitions/kanban.json +929 -0
  55. package/definitions/message-runtime.json +1 -0
  56. package/definitions/message.json +2660 -0
  57. package/definitions/metering-runtime.json +1 -0
  58. package/definitions/metering.json +2321 -0
  59. package/definitions/notes-runtime.json +1 -0
  60. package/definitions/notes.json +1531 -0
  61. package/definitions/notification-runtime.json +1 -0
  62. package/definitions/notification.json +1425 -0
  63. package/definitions/organization-runtime.json +1 -0
  64. package/definitions/organization.json +629 -0
  65. package/definitions/partner-directory-runtime.json +1 -0
  66. package/definitions/partner-directory.json +1718 -0
  67. package/definitions/permissions-runtime.json +1 -0
  68. package/definitions/permissions.json +1480 -0
  69. package/definitions/pricing-runtime.json +1 -0
  70. package/definitions/pricing-tier-runtime.json +1 -0
  71. package/definitions/pricing-tier.json +105 -0
  72. package/definitions/pricing.json +9884 -0
  73. package/definitions/purpose-runtime.json +1 -0
  74. package/definitions/purpose.json +524 -0
  75. package/definitions/sandbox-runtime.json +1 -0
  76. package/definitions/sandbox.json +453 -0
  77. package/definitions/submission-runtime.json +1 -0
  78. package/definitions/submission.json +313 -0
  79. package/definitions/targeting-runtime.json +1 -0
  80. package/definitions/targeting.json +1474 -0
  81. package/definitions/template-variables-runtime.json +1 -0
  82. package/definitions/template-variables.json +1408 -0
  83. package/definitions/user-runtime.json +1 -0
  84. package/definitions/user.json +2408 -0
  85. package/definitions/validation-rules-runtime.json +1 -0
  86. package/definitions/validation-rules.json +1491 -0
  87. package/definitions/webhooks-runtime.json +1 -0
  88. package/definitions/webhooks.json +1525 -0
  89. package/definitions/workflow-definition-runtime.json +1 -0
  90. package/definitions/workflow-definition.json +3417 -0
  91. package/definitions/workflow-runtime.json +1 -0
  92. package/definitions/workflow.json +4106 -0
  93. package/dist/apis/access-token.cjs +13 -84
  94. package/dist/apis/access-token.js +11 -82
  95. package/dist/apis/address-suggestions.cjs +13 -127
  96. package/dist/apis/address-suggestions.js +11 -125
  97. package/dist/apis/address.cjs +13 -79
  98. package/dist/apis/address.js +11 -77
  99. package/dist/apis/ai-agents.cjs +13 -210
  100. package/dist/apis/ai-agents.js +11 -208
  101. package/dist/apis/app.cjs +13 -568
  102. package/dist/apis/app.js +11 -566
  103. package/dist/apis/audit-logs.cjs +13 -50
  104. package/dist/apis/audit-logs.js +11 -48
  105. package/dist/apis/automation.cjs +13 -277
  106. package/dist/apis/automation.js +11 -275
  107. package/dist/apis/billing.cjs +13 -170
  108. package/dist/apis/billing.js +11 -168
  109. package/dist/apis/blueprint-manifest.cjs +13 -499
  110. package/dist/apis/blueprint-manifest.js +11 -497
  111. package/dist/apis/consent.cjs +13 -79
  112. package/dist/apis/consent.js +11 -77
  113. package/dist/apis/customer-portal.cjs +13 -2247
  114. package/dist/apis/customer-portal.js +11 -2245
  115. package/dist/apis/dashboard.cjs +13 -79
  116. package/dist/apis/dashboard.js +11 -77
  117. package/dist/apis/data-management.cjs +13 -235
  118. package/dist/apis/data-management.js +11 -233
  119. package/dist/apis/deduplication.cjs +13 -37
  120. package/dist/apis/deduplication.js +11 -35
  121. package/dist/apis/design.cjs +13 -214
  122. package/dist/apis/design.js +11 -212
  123. package/dist/apis/document.cjs +13 -73
  124. package/dist/apis/document.js +11 -71
  125. package/dist/apis/email-settings.cjs +13 -528
  126. package/dist/apis/email-settings.js +11 -526
  127. package/dist/apis/email-template.cjs +13 -117
  128. package/dist/apis/email-template.js +11 -115
  129. package/dist/apis/entity-mapping.cjs +13 -210
  130. package/dist/apis/entity-mapping.js +11 -208
  131. package/dist/apis/entity.cjs +13 -1595
  132. package/dist/apis/entity.js +11 -1593
  133. package/dist/apis/environments.cjs +13 -66
  134. package/dist/apis/environments.js +11 -64
  135. package/dist/apis/erp-integration.cjs +13 -581
  136. package/dist/apis/erp-integration.js +11 -579
  137. package/dist/apis/event-catalog.cjs +13 -125
  138. package/dist/apis/event-catalog.js +11 -123
  139. package/dist/apis/file.cjs +13 -568
  140. package/dist/apis/file.js +11 -566
  141. package/dist/apis/iban.cjs +13 -38
  142. package/dist/apis/iban.js +11 -36
  143. package/dist/apis/journey.cjs +13 -265
  144. package/dist/apis/journey.js +11 -263
  145. package/dist/apis/kanban.cjs +13 -159
  146. package/dist/apis/kanban.js +11 -157
  147. package/dist/apis/message.cjs +13 -668
  148. package/dist/apis/message.js +11 -666
  149. package/dist/apis/metering.cjs +13 -394
  150. package/dist/apis/metering.js +11 -392
  151. package/dist/apis/notes.cjs +13 -214
  152. package/dist/apis/notes.js +11 -212
  153. package/dist/apis/notification.cjs +13 -232
  154. package/dist/apis/notification.js +11 -230
  155. package/dist/apis/organization.cjs +13 -113
  156. package/dist/apis/organization.js +11 -111
  157. package/dist/apis/partner-directory.cjs +13 -277
  158. package/dist/apis/partner-directory.js +11 -275
  159. package/dist/apis/permissions.cjs +13 -173
  160. package/dist/apis/permissions.js +11 -171
  161. package/dist/apis/pricing-tier.cjs +14 -32
  162. package/dist/apis/pricing-tier.js +11 -29
  163. package/dist/apis/pricing.cjs +13 -434
  164. package/dist/apis/pricing.js +11 -432
  165. package/dist/apis/purpose.cjs +13 -175
  166. package/dist/apis/purpose.js +11 -173
  167. package/dist/apis/sandbox.cjs +13 -95
  168. package/dist/apis/sandbox.js +11 -93
  169. package/dist/apis/submission.cjs +13 -50
  170. package/dist/apis/submission.js +11 -48
  171. package/dist/apis/targeting.cjs +13 -270
  172. package/dist/apis/targeting.js +11 -268
  173. package/dist/apis/template-variables.cjs +13 -154
  174. package/dist/apis/template-variables.js +11 -152
  175. package/dist/apis/user.cjs +13 -483
  176. package/dist/apis/user.js +11 -481
  177. package/dist/apis/validation-rules.cjs +13 -115
  178. package/dist/apis/validation-rules.js +11 -113
  179. package/dist/apis/webhooks.cjs +13 -247
  180. package/dist/apis/webhooks.js +11 -245
  181. package/dist/apis/workflow-definition.cjs +13 -337
  182. package/dist/apis/workflow-definition.js +11 -335
  183. package/dist/apis/workflow.cjs +13 -397
  184. package/dist/apis/workflow.js +11 -395
  185. package/dist/{chunk-D7ICL3AM.cjs → chunk-5LXNSDG2.cjs} +51 -2
  186. package/dist/{chunk-DGCGLG7G.js → chunk-QMQNMCOC.js} +49 -0
  187. package/dist/index.cjs +56 -54
  188. package/dist/index.js +53 -51
  189. package/package.json +50 -3
@@ -3,296 +3,32 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkD7ICL3AMcjs = require('../chunk-D7ICL3AM.cjs');
7
6
 
8
- // src/definitions/partner-directory.json
9
- var require_partner_directory = _chunkD7ICL3AMcjs.__commonJS.call(void 0, {
10
- "src/definitions/partner-directory.json"(exports, module) {
11
- module.exports = {
12
- openapi: "3.0.3",
13
- info: {
14
- title: "",
15
- version: ""
16
- },
17
- paths: {
18
- "/v1/partners/{id}/approve": {
19
- post: {
20
- operationId: "approvePartner",
21
- parameters: [
22
- {
23
- in: "path",
24
- name: "id",
25
- required: true
26
- }
27
- ],
28
- responses: {}
29
- }
30
- },
31
- "/v1/partners/{id}/reject": {
32
- post: {
33
- operationId: "rejectPartner",
34
- parameters: [
35
- {
36
- in: "path",
37
- name: "id",
38
- required: true
39
- }
40
- ],
41
- responses: {}
42
- }
43
- },
44
- "/v1/partners/assignables:search": {
45
- post: {
46
- operationId: "searchAssignable",
47
- requestBody: {
48
- content: {
49
- "application/json": {}
50
- }
51
- },
52
- responses: {}
53
- }
54
- },
55
- "/v1/partners/assignables:batchGet": {
56
- post: {
57
- operationId: "batchGetAssignable",
58
- requestBody: {
59
- content: {
60
- "application/json": {}
61
- }
62
- },
63
- responses: {}
64
- }
65
- },
66
- "/v1/partner-directory/public/getPartnerByToken": {
67
- get: {
68
- operationId: "getPartnerByToken",
69
- parameters: [
70
- {
71
- in: "query",
72
- name: "token",
73
- required: true
74
- }
75
- ],
76
- responses: {}
77
- }
78
- },
79
- "/v1/partner-directory/public/activate": {
80
- post: {
81
- operationId: "activatePartner",
82
- parameters: [
83
- {
84
- name: "token",
85
- in: "query",
86
- required: true
87
- }
88
- ],
89
- requestBody: {
90
- content: {
91
- "application/json": {}
92
- }
93
- },
94
- responses: {}
95
- }
96
- },
97
- "/v1/geolocation/text:search": {
98
- post: {
99
- operationId: "searchGeolocationForText",
100
- requestBody: {
101
- content: {
102
- "application/json": {}
103
- }
104
- },
105
- responses: {}
106
- }
107
- },
108
- "/v2/partners/{id}/invite": {
109
- post: {
110
- operationId: "invitePartnerV2",
111
- parameters: [
112
- {
113
- in: "path",
114
- name: "id",
115
- required: true
116
- }
117
- ],
118
- requestBody: {
119
- content: {
120
- "application/json": {}
121
- }
122
- },
123
- responses: {}
124
- }
125
- },
126
- "/v2/partners/{orgId}/users": {
127
- get: {
128
- operationId: "getPartnerUsers",
129
- parameters: [
130
- {
131
- in: "path",
132
- name: "orgId",
133
- required: true
134
- }
135
- ],
136
- responses: {}
137
- },
138
- post: {
139
- operationId: "createPartnerUser",
140
- parameters: [
141
- {
142
- in: "path",
143
- name: "orgId",
144
- required: true
145
- }
146
- ],
147
- requestBody: {
148
- content: {
149
- "application/json": {}
150
- }
151
- },
152
- responses: {}
153
- }
154
- },
155
- "/v2/partners/{orgId}/users/{userId}": {
156
- delete: {
157
- operationId: "deletePartnerUser",
158
- parameters: [
159
- {
160
- in: "path",
161
- name: "orgId",
162
- required: true
163
- },
164
- {
165
- in: "path",
166
- name: "userId",
167
- required: true
168
- }
169
- ],
170
- responses: {}
171
- }
172
- },
173
- "/v2/partners/{orgId}/roles": {
174
- get: {
175
- operationId: "getPartnerRoles",
176
- parameters: [
177
- {
178
- in: "path",
179
- name: "orgId",
180
- required: true
181
- }
182
- ],
183
- responses: {}
184
- },
185
- post: {
186
- operationId: "createPartnerRole",
187
- parameters: [
188
- {
189
- in: "path",
190
- name: "orgId",
191
- required: true
192
- }
193
- ],
194
- requestBody: {
195
- content: {
196
- "application/json": {}
197
- }
198
- },
199
- responses: {}
200
- }
201
- },
202
- "/v2/partners/{orgId}/roles/{roleId}": {
203
- put: {
204
- operationId: "updatePartnerRole",
205
- parameters: [
206
- {
207
- in: "path",
208
- name: "orgId",
209
- required: true
210
- },
211
- {
212
- in: "path",
213
- name: "roleId",
214
- required: true
215
- }
216
- ],
217
- requestBody: {
218
- content: {
219
- "application/json": {}
220
- }
221
- },
222
- responses: {}
223
- }
224
- },
225
- "/v2/partners/{orgId}/users/{userId}/roles": {
226
- post: {
227
- operationId: "assignPartnerUserRoles",
228
- parameters: [
229
- {
230
- in: "path",
231
- name: "orgId",
232
- required: true
233
- },
234
- {
235
- in: "path",
236
- name: "userId",
237
- required: true
238
- }
239
- ],
240
- requestBody: {
241
- content: {
242
- "application/json": {}
243
- }
244
- },
245
- responses: {}
246
- },
247
- delete: {
248
- operationId: "unassignPartnerUserRoles",
249
- parameters: [
250
- {
251
- in: "path",
252
- name: "orgId",
253
- required: true
254
- },
255
- {
256
- in: "path",
257
- name: "userId",
258
- required: true
259
- }
260
- ],
261
- requestBody: {
262
- content: {
263
- "application/json": {}
264
- }
265
- },
266
- responses: {}
267
- }
268
- }
269
- },
270
- components: {},
271
- servers: [
272
- {
273
- url: "https://partner-directory-api.sls.epilot.io"
274
- }
275
- ]
276
- };
7
+ var _chunk5LXNSDG2cjs = require('../chunk-5LXNSDG2.cjs');
8
+
9
+ // src/definitions/partner-directory-runtime.json
10
+ var require_partner_directory_runtime = _chunk5LXNSDG2cjs.__commonJS.call(void 0, {
11
+ "src/definitions/partner-directory-runtime.json"(exports, module) {
12
+ module.exports = { s: "https://partner-directory-api.sls.epilot.io", o: [["approvePartner", "post", "/v1/partners/{id}/approve", [["id", "p", true]]], ["rejectPartner", "post", "/v1/partners/{id}/reject", [["id", "p", true]]], ["searchAssignable", "post", "/v1/partners/assignables:search", null, 1], ["batchGetAssignable", "post", "/v1/partners/assignables:batchGet", null, 1], ["getPartnerByToken", "get", "/v1/partner-directory/public/getPartnerByToken", [["token", "q", true]]], ["activatePartner", "post", "/v1/partner-directory/public/activate", [["token", "q", true]], 1], ["searchGeolocationForText", "post", "/v1/geolocation/text:search", null, 1], ["invitePartnerV2", "post", "/v2/partners/{id}/invite", [["id", "p", true]], 1], ["getPartnerUsers", "get", "/v2/partners/{orgId}/users", [["orgId", "p", true]]], ["createPartnerUser", "post", "/v2/partners/{orgId}/users", [["orgId", "p", true]], 1], ["deletePartnerUser", "delete", "/v2/partners/{orgId}/users/{userId}", [["orgId", "p", true], ["userId", "p", true]]], ["getPartnerRoles", "get", "/v2/partners/{orgId}/roles", [["orgId", "p", true]]], ["createPartnerRole", "post", "/v2/partners/{orgId}/roles", [["orgId", "p", true]], 1], ["updatePartnerRole", "put", "/v2/partners/{orgId}/roles/{roleId}", [["orgId", "p", true], ["roleId", "p", true]], 1], ["assignPartnerUserRoles", "post", "/v2/partners/{orgId}/users/{userId}/roles", [["orgId", "p", true], ["userId", "p", true]], 1], ["unassignPartnerUserRoles", "delete", "/v2/partners/{orgId}/users/{userId}/roles", [["orgId", "p", true], ["userId", "p", true]], 1]], v: "3.0.3" };
277
13
  }
278
14
  });
279
15
 
280
16
  // src/apis/partner-directory.ts
281
17
  var loadDefinition = () => {
282
- const mod = require_partner_directory();
283
- return _nullishCoalesce(mod.default, () => ( mod));
18
+ const mod = require_partner_directory_runtime();
19
+ return _chunk5LXNSDG2cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
284
20
  };
285
21
  var _instance = null;
286
22
  var resolve = () => {
287
23
  if (!_instance) {
288
- const definition = loadDefinition();
289
- _instance = _chunkD7ICL3AMcjs.createApiClient.call(void 0, { definition });
24
+ const def = loadDefinition();
25
+ _instance = _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: def });
290
26
  }
291
27
  return _instance;
292
28
  };
293
- var _handle = _chunkD7ICL3AMcjs.createApiHandle.call(void 0, {
29
+ var _handle = _chunk5LXNSDG2cjs.createApiHandle.call(void 0, {
294
30
  resolveClient: resolve,
295
- createClient: () => _chunkD7ICL3AMcjs.createApiClient.call(void 0, { definition: loadDefinition() })
31
+ createClient: () => _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: loadDefinition() })
296
32
  });
297
33
  var getClient = _handle.getClient;
298
34
  var createClient = _handle.createClient;
@@ -302,4 +38,4 @@ var partnerDirectory = _handle;
302
38
 
303
39
 
304
40
 
305
- exports.authorize = _chunkD7ICL3AMcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.partnerDirectory = partnerDirectory;
41
+ exports.authorize = _chunk5LXNSDG2cjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.partnerDirectory = partnerDirectory;
@@ -2,291 +2,27 @@ import {
2
2
  __commonJS,
3
3
  authorize,
4
4
  createApiClient,
5
- createApiHandle
6
- } from "../chunk-DGCGLG7G.js";
5
+ createApiHandle,
6
+ expand
7
+ } from "../chunk-QMQNMCOC.js";
7
8
 
8
- // src/definitions/partner-directory.json
9
- var require_partner_directory = __commonJS({
10
- "src/definitions/partner-directory.json"(exports, module) {
11
- module.exports = {
12
- openapi: "3.0.3",
13
- info: {
14
- title: "",
15
- version: ""
16
- },
17
- paths: {
18
- "/v1/partners/{id}/approve": {
19
- post: {
20
- operationId: "approvePartner",
21
- parameters: [
22
- {
23
- in: "path",
24
- name: "id",
25
- required: true
26
- }
27
- ],
28
- responses: {}
29
- }
30
- },
31
- "/v1/partners/{id}/reject": {
32
- post: {
33
- operationId: "rejectPartner",
34
- parameters: [
35
- {
36
- in: "path",
37
- name: "id",
38
- required: true
39
- }
40
- ],
41
- responses: {}
42
- }
43
- },
44
- "/v1/partners/assignables:search": {
45
- post: {
46
- operationId: "searchAssignable",
47
- requestBody: {
48
- content: {
49
- "application/json": {}
50
- }
51
- },
52
- responses: {}
53
- }
54
- },
55
- "/v1/partners/assignables:batchGet": {
56
- post: {
57
- operationId: "batchGetAssignable",
58
- requestBody: {
59
- content: {
60
- "application/json": {}
61
- }
62
- },
63
- responses: {}
64
- }
65
- },
66
- "/v1/partner-directory/public/getPartnerByToken": {
67
- get: {
68
- operationId: "getPartnerByToken",
69
- parameters: [
70
- {
71
- in: "query",
72
- name: "token",
73
- required: true
74
- }
75
- ],
76
- responses: {}
77
- }
78
- },
79
- "/v1/partner-directory/public/activate": {
80
- post: {
81
- operationId: "activatePartner",
82
- parameters: [
83
- {
84
- name: "token",
85
- in: "query",
86
- required: true
87
- }
88
- ],
89
- requestBody: {
90
- content: {
91
- "application/json": {}
92
- }
93
- },
94
- responses: {}
95
- }
96
- },
97
- "/v1/geolocation/text:search": {
98
- post: {
99
- operationId: "searchGeolocationForText",
100
- requestBody: {
101
- content: {
102
- "application/json": {}
103
- }
104
- },
105
- responses: {}
106
- }
107
- },
108
- "/v2/partners/{id}/invite": {
109
- post: {
110
- operationId: "invitePartnerV2",
111
- parameters: [
112
- {
113
- in: "path",
114
- name: "id",
115
- required: true
116
- }
117
- ],
118
- requestBody: {
119
- content: {
120
- "application/json": {}
121
- }
122
- },
123
- responses: {}
124
- }
125
- },
126
- "/v2/partners/{orgId}/users": {
127
- get: {
128
- operationId: "getPartnerUsers",
129
- parameters: [
130
- {
131
- in: "path",
132
- name: "orgId",
133
- required: true
134
- }
135
- ],
136
- responses: {}
137
- },
138
- post: {
139
- operationId: "createPartnerUser",
140
- parameters: [
141
- {
142
- in: "path",
143
- name: "orgId",
144
- required: true
145
- }
146
- ],
147
- requestBody: {
148
- content: {
149
- "application/json": {}
150
- }
151
- },
152
- responses: {}
153
- }
154
- },
155
- "/v2/partners/{orgId}/users/{userId}": {
156
- delete: {
157
- operationId: "deletePartnerUser",
158
- parameters: [
159
- {
160
- in: "path",
161
- name: "orgId",
162
- required: true
163
- },
164
- {
165
- in: "path",
166
- name: "userId",
167
- required: true
168
- }
169
- ],
170
- responses: {}
171
- }
172
- },
173
- "/v2/partners/{orgId}/roles": {
174
- get: {
175
- operationId: "getPartnerRoles",
176
- parameters: [
177
- {
178
- in: "path",
179
- name: "orgId",
180
- required: true
181
- }
182
- ],
183
- responses: {}
184
- },
185
- post: {
186
- operationId: "createPartnerRole",
187
- parameters: [
188
- {
189
- in: "path",
190
- name: "orgId",
191
- required: true
192
- }
193
- ],
194
- requestBody: {
195
- content: {
196
- "application/json": {}
197
- }
198
- },
199
- responses: {}
200
- }
201
- },
202
- "/v2/partners/{orgId}/roles/{roleId}": {
203
- put: {
204
- operationId: "updatePartnerRole",
205
- parameters: [
206
- {
207
- in: "path",
208
- name: "orgId",
209
- required: true
210
- },
211
- {
212
- in: "path",
213
- name: "roleId",
214
- required: true
215
- }
216
- ],
217
- requestBody: {
218
- content: {
219
- "application/json": {}
220
- }
221
- },
222
- responses: {}
223
- }
224
- },
225
- "/v2/partners/{orgId}/users/{userId}/roles": {
226
- post: {
227
- operationId: "assignPartnerUserRoles",
228
- parameters: [
229
- {
230
- in: "path",
231
- name: "orgId",
232
- required: true
233
- },
234
- {
235
- in: "path",
236
- name: "userId",
237
- required: true
238
- }
239
- ],
240
- requestBody: {
241
- content: {
242
- "application/json": {}
243
- }
244
- },
245
- responses: {}
246
- },
247
- delete: {
248
- operationId: "unassignPartnerUserRoles",
249
- parameters: [
250
- {
251
- in: "path",
252
- name: "orgId",
253
- required: true
254
- },
255
- {
256
- in: "path",
257
- name: "userId",
258
- required: true
259
- }
260
- ],
261
- requestBody: {
262
- content: {
263
- "application/json": {}
264
- }
265
- },
266
- responses: {}
267
- }
268
- }
269
- },
270
- components: {},
271
- servers: [
272
- {
273
- url: "https://partner-directory-api.sls.epilot.io"
274
- }
275
- ]
276
- };
9
+ // src/definitions/partner-directory-runtime.json
10
+ var require_partner_directory_runtime = __commonJS({
11
+ "src/definitions/partner-directory-runtime.json"(exports, module) {
12
+ module.exports = { s: "https://partner-directory-api.sls.epilot.io", o: [["approvePartner", "post", "/v1/partners/{id}/approve", [["id", "p", true]]], ["rejectPartner", "post", "/v1/partners/{id}/reject", [["id", "p", true]]], ["searchAssignable", "post", "/v1/partners/assignables:search", null, 1], ["batchGetAssignable", "post", "/v1/partners/assignables:batchGet", null, 1], ["getPartnerByToken", "get", "/v1/partner-directory/public/getPartnerByToken", [["token", "q", true]]], ["activatePartner", "post", "/v1/partner-directory/public/activate", [["token", "q", true]], 1], ["searchGeolocationForText", "post", "/v1/geolocation/text:search", null, 1], ["invitePartnerV2", "post", "/v2/partners/{id}/invite", [["id", "p", true]], 1], ["getPartnerUsers", "get", "/v2/partners/{orgId}/users", [["orgId", "p", true]]], ["createPartnerUser", "post", "/v2/partners/{orgId}/users", [["orgId", "p", true]], 1], ["deletePartnerUser", "delete", "/v2/partners/{orgId}/users/{userId}", [["orgId", "p", true], ["userId", "p", true]]], ["getPartnerRoles", "get", "/v2/partners/{orgId}/roles", [["orgId", "p", true]]], ["createPartnerRole", "post", "/v2/partners/{orgId}/roles", [["orgId", "p", true]], 1], ["updatePartnerRole", "put", "/v2/partners/{orgId}/roles/{roleId}", [["orgId", "p", true], ["roleId", "p", true]], 1], ["assignPartnerUserRoles", "post", "/v2/partners/{orgId}/users/{userId}/roles", [["orgId", "p", true], ["userId", "p", true]], 1], ["unassignPartnerUserRoles", "delete", "/v2/partners/{orgId}/users/{userId}/roles", [["orgId", "p", true], ["userId", "p", true]], 1]], v: "3.0.3" };
277
13
  }
278
14
  });
279
15
 
280
16
  // src/apis/partner-directory.ts
281
17
  var loadDefinition = () => {
282
- const mod = require_partner_directory();
283
- return mod.default ?? mod;
18
+ const mod = require_partner_directory_runtime();
19
+ return expand(mod.default ?? mod);
284
20
  };
285
21
  var _instance = null;
286
22
  var resolve = () => {
287
23
  if (!_instance) {
288
- const definition = loadDefinition();
289
- _instance = createApiClient({ definition });
24
+ const def = loadDefinition();
25
+ _instance = createApiClient({ definition: def });
290
26
  }
291
27
  return _instance;
292
28
  };