@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
@@ -2,228 +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/notes.json
9
- var require_notes = __commonJS({
10
- "src/definitions/notes.json"(exports, module) {
11
- module.exports = {
12
- openapi: "3.0.2",
13
- info: {
14
- title: "",
15
- version: ""
16
- },
17
- servers: [
18
- {
19
- url: "https://notes.sls.epilot.io"
20
- }
21
- ],
22
- paths: {
23
- "/v1/note": {
24
- post: {
25
- operationId: "createNote",
26
- requestBody: {
27
- content: {
28
- "application/json": {}
29
- }
30
- },
31
- responses: {}
32
- }
33
- },
34
- "/v1/note/{id}": {
35
- get: {
36
- operationId: "getNote",
37
- parameters: [
38
- {
39
- in: "path",
40
- name: "id",
41
- required: true
42
- },
43
- {
44
- in: "query",
45
- name: "hydrate"
46
- }
47
- ],
48
- responses: {}
49
- },
50
- patch: {
51
- operationId: "patchNote",
52
- parameters: [
53
- {
54
- in: "path",
55
- name: "id",
56
- required: true
57
- }
58
- ],
59
- requestBody: {
60
- content: {
61
- "application/json": {}
62
- }
63
- },
64
- responses: {}
65
- },
66
- put: {
67
- operationId: "updateNote",
68
- parameters: [
69
- {
70
- in: "path",
71
- name: "id",
72
- required: true
73
- }
74
- ],
75
- requestBody: {
76
- content: {
77
- "application/json": {}
78
- }
79
- },
80
- responses: {}
81
- },
82
- delete: {
83
- operationId: "deleteNote",
84
- parameters: [
85
- {
86
- in: "path",
87
- name: "id",
88
- required: true
89
- }
90
- ],
91
- responses: {}
92
- }
93
- },
94
- "/v1/notes:search": {
95
- post: {
96
- operationId: "searchNotesByContext",
97
- requestBody: {
98
- content: {
99
- "application/json": {}
100
- }
101
- },
102
- responses: {}
103
- }
104
- },
105
- "/v1/notes/{entity_id}": {
106
- get: {
107
- operationId: "getNotesByContext",
108
- deprecated: true,
109
- parameters: [
110
- {
111
- in: "path",
112
- name: "entity_id",
113
- required: true
114
- },
115
- {
116
- in: "query",
117
- name: "contexts"
118
- },
119
- {
120
- in: "query",
121
- name: "from"
122
- },
123
- {
124
- in: "query",
125
- name: "size"
126
- }
127
- ],
128
- responses: {}
129
- }
130
- },
131
- "/v1/note/{id}/pin": {
132
- post: {
133
- operationId: "pinNote",
134
- parameters: [
135
- {
136
- in: "path",
137
- name: "id",
138
- required: true
139
- }
140
- ],
141
- responses: {}
142
- }
143
- },
144
- "/v1/note/{id}/context": {
145
- get: {
146
- operationId: "getNoteContexts",
147
- parameters: [
148
- {
149
- in: "path",
150
- name: "id",
151
- required: true
152
- }
153
- ],
154
- responses: {}
155
- }
156
- },
157
- "/v1/note/{id}/reaction": {
158
- post: {
159
- operationId: "addNoteReaction",
160
- parameters: [
161
- {
162
- in: "path",
163
- name: "id",
164
- required: true
165
- }
166
- ],
167
- requestBody: {
168
- content: {
169
- "application/json": {}
170
- }
171
- },
172
- responses: {}
173
- }
174
- },
175
- "/v1/note/{id}/reaction/{emoji_shortcode}": {
176
- delete: {
177
- operationId: "removeNoteReaction",
178
- parameters: [
179
- {
180
- in: "path",
181
- name: "id",
182
- required: true
183
- },
184
- {
185
- in: "path",
186
- name: "emoji_shortcode",
187
- required: true
188
- }
189
- ],
190
- responses: {}
191
- }
192
- },
193
- "/v1/note/{id}/reactions/toggle": {
194
- post: {
195
- operationId: "toggleNoteReactions",
196
- parameters: [
197
- {
198
- in: "path",
199
- name: "id",
200
- required: true
201
- }
202
- ],
203
- requestBody: {
204
- content: {
205
- "application/json": {}
206
- }
207
- },
208
- responses: {}
209
- }
210
- }
211
- },
212
- components: {}
213
- };
9
+ // src/definitions/notes-runtime.json
10
+ var require_notes_runtime = __commonJS({
11
+ "src/definitions/notes-runtime.json"(exports, module) {
12
+ module.exports = { s: "https://notes.sls.epilot.io", o: [["createNote", "post", "/v1/note", null, 1], ["getNote", "get", "/v1/note/{id}", [["id", "p", true], ["hydrate", "q"]]], ["patchNote", "patch", "/v1/note/{id}", [["id", "p", true]], 1], ["updateNote", "put", "/v1/note/{id}", [["id", "p", true]], 1], ["deleteNote", "delete", "/v1/note/{id}", [["id", "p", true]]], ["searchNotesByContext", "post", "/v1/notes:search", null, 1], ["getNotesByContext", "get", "/v1/notes/{entity_id}", [["entity_id", "p", true], ["contexts", "q"], ["from", "q"], ["size", "q"]]], ["pinNote", "post", "/v1/note/{id}/pin", [["id", "p", true]]], ["getNoteContexts", "get", "/v1/note/{id}/context", [["id", "p", true]]], ["addNoteReaction", "post", "/v1/note/{id}/reaction", [["id", "p", true]], 1], ["removeNoteReaction", "delete", "/v1/note/{id}/reaction/{emoji_shortcode}", [["id", "p", true], ["emoji_shortcode", "p", true]]], ["toggleNoteReactions", "post", "/v1/note/{id}/reactions/toggle", [["id", "p", true]], 1]] };
214
13
  }
215
14
  });
216
15
 
217
16
  // src/apis/notes.ts
218
17
  var loadDefinition = () => {
219
- const mod = require_notes();
220
- return mod.default ?? mod;
18
+ const mod = require_notes_runtime();
19
+ return expand(mod.default ?? mod);
221
20
  };
222
21
  var _instance = null;
223
22
  var resolve = () => {
224
23
  if (!_instance) {
225
- const definition = loadDefinition();
226
- _instance = createApiClient({ definition });
24
+ const def = loadDefinition();
25
+ _instance = createApiClient({ definition: def });
227
26
  }
228
27
  return _instance;
229
28
  };
@@ -3,251 +3,32 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkD7ICL3AMcjs = require('../chunk-D7ICL3AM.cjs');
7
6
 
8
- // src/definitions/notification.json
9
- var require_notification = _chunkD7ICL3AMcjs.__commonJS.call(void 0, {
10
- "src/definitions/notification.json"(exports, module) {
11
- module.exports = {
12
- openapi: "3.0.3",
13
- info: {
14
- title: "",
15
- version: ""
16
- },
17
- paths: {
18
- "/v2/notification/notifications": {
19
- get: {
20
- operationId: "getNotificationsV2",
21
- parameters: [
22
- {
23
- in: "query",
24
- name: "cursor",
25
- required: false
26
- },
27
- {
28
- in: "query",
29
- name: "after_id"
30
- },
31
- {
32
- in: "query",
33
- name: "limit"
34
- }
35
- ],
36
- responses: {}
37
- }
38
- },
39
- "/v1/notification/notifications": {
40
- post: {
41
- operationId: "createNotification",
42
- requestBody: {
43
- content: {
44
- "application/json": {}
45
- }
46
- },
47
- responses: {}
48
- },
49
- get: {
50
- operationId: "getNotifications",
51
- parameters: [
52
- {
53
- in: "query",
54
- name: "after_id"
55
- },
56
- {
57
- in: "query",
58
- name: "limit"
59
- },
60
- {
61
- in: "query",
62
- name: "no_hydrate"
63
- }
64
- ],
65
- responses: {}
66
- }
67
- },
68
- "/v1/notification/notifications/{id}": {
69
- get: {
70
- operationId: "getNotification",
71
- parameters: [
72
- {
73
- in: "path",
74
- name: "id",
75
- required: true
76
- }
77
- ],
78
- responses: {}
79
- }
80
- },
81
- "/v1/notification/notifications/mark": {
82
- put: {
83
- operationId: "markAllAsRead",
84
- responses: {}
85
- }
86
- },
87
- "/v1/notification/notifications/{id}/mark": {
88
- put: {
89
- operationId: "markAsRead",
90
- parameters: [
91
- {
92
- in: "path",
93
- name: "id",
94
- required: true
95
- }
96
- ],
97
- responses: {}
98
- }
99
- },
100
- "/v1/notification/unreads": {
101
- get: {
102
- operationId: "getTotalUnread",
103
- responses: {}
104
- }
105
- },
106
- "/v1/notification/templates": {
107
- get: {
108
- operationId: "listNotificationTemplates",
109
- parameters: [
110
- {
111
- name: "q",
112
- in: "query",
113
- required: false
114
- },
115
- {
116
- name: "from",
117
- in: "query",
118
- required: false
119
- },
120
- {
121
- name: "size",
122
- in: "query",
123
- required: false
124
- },
125
- {
126
- name: "sort",
127
- in: "query",
128
- required: false
129
- },
130
- {
131
- name: "fields",
132
- in: "query",
133
- required: false
134
- },
135
- {
136
- name: "hydrate",
137
- in: "query",
138
- required: false
139
- }
140
- ],
141
- responses: {}
142
- },
143
- post: {
144
- operationId: "createNotificationTemplate",
145
- requestBody: {
146
- required: true,
147
- content: {
148
- "application/json": {}
149
- }
150
- },
151
- responses: {}
152
- }
153
- },
154
- "/v1/notification/templates/{id}": {
155
- get: {
156
- operationId: "getNotificationTemplate",
157
- parameters: [
158
- {
159
- $ref: "#/components/parameters/TemplateIdPathParam"
160
- }
161
- ],
162
- responses: {}
163
- },
164
- put: {
165
- operationId: "updateNotificationTemplate",
166
- parameters: [
167
- {
168
- $ref: "#/components/parameters/TemplateIdPathParam"
169
- }
170
- ],
171
- requestBody: {
172
- required: true,
173
- content: {
174
- "application/json": {}
175
- }
176
- },
177
- responses: {}
178
- },
179
- patch: {
180
- operationId: "patchNotificationTemplate",
181
- parameters: [
182
- {
183
- $ref: "#/components/parameters/TemplateIdPathParam"
184
- }
185
- ],
186
- requestBody: {
187
- required: true,
188
- content: {
189
- "application/json": {}
190
- }
191
- },
192
- responses: {}
193
- },
194
- delete: {
195
- operationId: "deleteNotificationTemplate",
196
- parameters: [
197
- {
198
- $ref: "#/components/parameters/TemplateIdPathParam"
199
- }
200
- ],
201
- responses: {}
202
- }
203
- },
204
- "/v1/notification/templates/send-preview": {
205
- post: {
206
- operationId: "sendPreview",
207
- requestBody: {
208
- required: true,
209
- content: {
210
- "application/json": {}
211
- }
212
- },
213
- responses: {}
214
- }
215
- }
216
- },
217
- components: {
218
- parameters: {
219
- TemplateIdPathParam: {
220
- name: "id",
221
- in: "path",
222
- required: true
223
- }
224
- }
225
- },
226
- servers: [
227
- {
228
- url: "https://notification.sls.epilot.io"
229
- }
230
- ]
231
- };
7
+ var _chunk5LXNSDG2cjs = require('../chunk-5LXNSDG2.cjs');
8
+
9
+ // src/definitions/notification-runtime.json
10
+ var require_notification_runtime = _chunk5LXNSDG2cjs.__commonJS.call(void 0, {
11
+ "src/definitions/notification-runtime.json"(exports, module) {
12
+ module.exports = { s: "https://notification.sls.epilot.io", o: [["getNotificationsV2", "get", "/v2/notification/notifications", [["cursor", "q"], ["after_id", "q"], ["limit", "q"]]], ["createNotification", "post", "/v1/notification/notifications", null, 1], ["getNotifications", "get", "/v1/notification/notifications", [["after_id", "q"], ["limit", "q"], ["no_hydrate", "q"]]], ["getNotification", "get", "/v1/notification/notifications/{id}", [["id", "p", true]]], ["markAllAsRead", "put", "/v1/notification/notifications/mark"], ["markAsRead", "put", "/v1/notification/notifications/{id}/mark", [["id", "p", true]]], ["getTotalUnread", "get", "/v1/notification/unreads"], ["listNotificationTemplates", "get", "/v1/notification/templates", [["q", "q"], ["from", "q"], ["size", "q"], ["sort", "q"], ["fields", "q"], ["hydrate", "q"]]], ["createNotificationTemplate", "post", "/v1/notification/templates", null, 1], ["getNotificationTemplate", "get", "/v1/notification/templates/{id}", [["TemplateIdPathParam"]]], ["updateNotificationTemplate", "put", "/v1/notification/templates/{id}", [["TemplateIdPathParam"]], 1], ["patchNotificationTemplate", "patch", "/v1/notification/templates/{id}", [["TemplateIdPathParam"]], 1], ["deleteNotificationTemplate", "delete", "/v1/notification/templates/{id}", [["TemplateIdPathParam"]]], ["sendPreview", "post", "/v1/notification/templates/send-preview", null, 1]], v: "3.0.3", cp: { TemplateIdPathParam: ["id", "p", true] } };
232
13
  }
233
14
  });
234
15
 
235
16
  // src/apis/notification.ts
236
17
  var loadDefinition = () => {
237
- const mod = require_notification();
238
- return _nullishCoalesce(mod.default, () => ( mod));
18
+ const mod = require_notification_runtime();
19
+ return _chunk5LXNSDG2cjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
239
20
  };
240
21
  var _instance = null;
241
22
  var resolve = () => {
242
23
  if (!_instance) {
243
- const definition = loadDefinition();
244
- _instance = _chunkD7ICL3AMcjs.createApiClient.call(void 0, { definition });
24
+ const def = loadDefinition();
25
+ _instance = _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: def });
245
26
  }
246
27
  return _instance;
247
28
  };
248
- var _handle = _chunkD7ICL3AMcjs.createApiHandle.call(void 0, {
29
+ var _handle = _chunk5LXNSDG2cjs.createApiHandle.call(void 0, {
249
30
  resolveClient: resolve,
250
- createClient: () => _chunkD7ICL3AMcjs.createApiClient.call(void 0, { definition: loadDefinition() })
31
+ createClient: () => _chunk5LXNSDG2cjs.createApiClient.call(void 0, { definition: loadDefinition() })
251
32
  });
252
33
  var getClient = _handle.getClient;
253
34
  var createClient = _handle.createClient;
@@ -257,4 +38,4 @@ var notification = _handle;
257
38
 
258
39
 
259
40
 
260
- exports.authorize = _chunkD7ICL3AMcjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.notification = notification;
41
+ exports.authorize = _chunk5LXNSDG2cjs.authorize; exports.createClient = createClient; exports.getClient = getClient; exports.notification = notification;