@etohq/types 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-key/common/api-key.d.ts +1 -1
- package/dist/api-key/common/api-key.d.ts.map +1 -1
- package/dist/api-key/common/api-key.js +1 -0
- package/dist/api-key/common/api-key.js.map +1 -1
- package/dist/auth/common/auth-identity.d.ts +1 -1
- package/dist/auth/common/auth-identity.d.ts.map +1 -1
- package/dist/bundles.js +17 -7
- package/dist/bundles.js.map +1 -1
- package/dist/http/api-key/admin/payloads.d.ts +1 -1
- package/dist/http/api-key/admin/payloads.d.ts.map +1 -1
- package/dist/http/api-key/admin/queries.d.ts +3 -3
- package/dist/http/api-key/admin/queries.d.ts.map +1 -1
- package/dist/http/api-key/admin/queries.js +1 -0
- package/dist/http/api-key/admin/queries.js.map +1 -1
- package/dist/http/api-key/admin/responses.d.ts +2 -2
- package/dist/http/api-key/admin/responses.d.ts.map +1 -1
- package/dist/http/common/request.d.ts +12 -0
- package/dist/http/common/request.d.ts.map +1 -1
- package/dist/http/common/response.d.ts +2 -1
- package/dist/http/common/response.d.ts.map +1 -1
- package/dist/http/encore/dal-validator.d.ts +159 -0
- package/dist/http/encore/dal-validator.d.ts.map +1 -0
- package/dist/http/encore/dal-validator.js +8 -0
- package/dist/http/encore/dal-validator.js.map +1 -0
- package/dist/http/encore/encore.d.ts +197 -0
- package/dist/http/encore/encore.d.ts.map +1 -0
- package/dist/http/encore/encore.js +16 -0
- package/dist/http/encore/encore.js.map +1 -0
- package/dist/http/encore/index.d.ts +3 -0
- package/dist/http/encore/index.d.ts.map +1 -0
- package/dist/{encore → http/encore}/index.js.map +1 -1
- package/dist/http/index.d.ts +1 -0
- package/dist/http/index.d.ts.map +1 -1
- package/dist/http/index.js +1 -0
- package/dist/http/index.js.map +1 -1
- package/dist/http/payment/admin/queries.d.ts +1 -1
- package/dist/http/payment/admin/queries.d.ts.map +1 -1
- package/dist/http/user/admin/queries.d.ts +1 -1
- package/dist/http/user/admin/queries.d.ts.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/notification/common.d.ts +1 -1
- package/dist/notification/common.d.ts.map +1 -1
- package/dist/payment/common.d.ts +1 -1
- package/dist/payment/common.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/user/common.d.ts +1 -1
- package/dist/user/common.d.ts.map +1 -1
- package/dist/workflow/index.js +17 -7
- package/dist/workflow/index.js.map +1 -1
- package/package.json +790 -13
- package/dist/encore/index.d.ts +0 -58
- package/dist/encore/index.d.ts.map +0 -1
- /package/dist/{encore → http/encore}/index.js +0 -0
package/package.json
CHANGED
|
@@ -1,19 +1,795 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etohq/types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Eto Types definition",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
|
-
"
|
|
8
|
-
".":
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"./
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"import": "./dist/index.js",
|
|
11
|
+
"require": "./dist/index.js"
|
|
12
|
+
},
|
|
13
|
+
"./admin/extensions": {
|
|
14
|
+
"types": "./dist/admin/extensions.d.ts",
|
|
15
|
+
"import": "./dist/admin/extensions.js",
|
|
16
|
+
"require": "./dist/admin/extensions.js"
|
|
17
|
+
},
|
|
18
|
+
"./admin": {
|
|
19
|
+
"types": "./dist/admin/index.d.ts",
|
|
20
|
+
"import": "./dist/admin/index.js",
|
|
21
|
+
"require": "./dist/admin/index.js"
|
|
22
|
+
},
|
|
23
|
+
"./api-key/common/api-key": {
|
|
24
|
+
"types": "./dist/api-key/common/api-key.d.ts",
|
|
25
|
+
"import": "./dist/api-key/common/api-key.js",
|
|
26
|
+
"require": "./dist/api-key/common/api-key.js"
|
|
27
|
+
},
|
|
28
|
+
"./api-key/common": {
|
|
29
|
+
"types": "./dist/api-key/common/index.d.ts",
|
|
30
|
+
"import": "./dist/api-key/common/index.js",
|
|
31
|
+
"require": "./dist/api-key/common/index.js"
|
|
32
|
+
},
|
|
33
|
+
"./api-key": {
|
|
34
|
+
"types": "./dist/api-key/index.d.ts",
|
|
35
|
+
"import": "./dist/api-key/index.js",
|
|
36
|
+
"require": "./dist/api-key/index.js"
|
|
37
|
+
},
|
|
38
|
+
"./api-key/mutations/api-key": {
|
|
39
|
+
"types": "./dist/api-key/mutations/api-key.d.ts",
|
|
40
|
+
"import": "./dist/api-key/mutations/api-key.js",
|
|
41
|
+
"require": "./dist/api-key/mutations/api-key.js"
|
|
42
|
+
},
|
|
43
|
+
"./api-key/mutations": {
|
|
44
|
+
"types": "./dist/api-key/mutations/index.d.ts",
|
|
45
|
+
"import": "./dist/api-key/mutations/index.js",
|
|
46
|
+
"require": "./dist/api-key/mutations/index.js"
|
|
47
|
+
},
|
|
48
|
+
"./api-key/service": {
|
|
49
|
+
"types": "./dist/api-key/service.d.ts",
|
|
50
|
+
"import": "./dist/api-key/service.js",
|
|
51
|
+
"require": "./dist/api-key/service.js"
|
|
52
|
+
},
|
|
53
|
+
"./auth/common/auth-identity": {
|
|
54
|
+
"types": "./dist/auth/common/auth-identity.d.ts",
|
|
55
|
+
"import": "./dist/auth/common/auth-identity.js",
|
|
56
|
+
"require": "./dist/auth/common/auth-identity.js"
|
|
57
|
+
},
|
|
58
|
+
"./auth/common": {
|
|
59
|
+
"types": "./dist/auth/common/index.d.ts",
|
|
60
|
+
"import": "./dist/auth/common/index.js",
|
|
61
|
+
"require": "./dist/auth/common/index.js"
|
|
62
|
+
},
|
|
63
|
+
"./auth/common/provider": {
|
|
64
|
+
"types": "./dist/auth/common/provider.d.ts",
|
|
65
|
+
"import": "./dist/auth/common/provider.js",
|
|
66
|
+
"require": "./dist/auth/common/provider.js"
|
|
67
|
+
},
|
|
68
|
+
"./auth": {
|
|
69
|
+
"types": "./dist/auth/index.d.ts",
|
|
70
|
+
"import": "./dist/auth/index.js",
|
|
71
|
+
"require": "./dist/auth/index.js"
|
|
72
|
+
},
|
|
73
|
+
"./auth/provider": {
|
|
74
|
+
"types": "./dist/auth/provider.d.ts",
|
|
75
|
+
"import": "./dist/auth/provider.js",
|
|
76
|
+
"require": "./dist/auth/provider.js"
|
|
77
|
+
},
|
|
78
|
+
"./auth/providers/emailpass": {
|
|
79
|
+
"types": "./dist/auth/providers/emailpass.d.ts",
|
|
80
|
+
"import": "./dist/auth/providers/emailpass.js",
|
|
81
|
+
"require": "./dist/auth/providers/emailpass.js"
|
|
82
|
+
},
|
|
83
|
+
"./auth/providers/github": {
|
|
84
|
+
"types": "./dist/auth/providers/github.d.ts",
|
|
85
|
+
"import": "./dist/auth/providers/github.js",
|
|
86
|
+
"require": "./dist/auth/providers/github.js"
|
|
87
|
+
},
|
|
88
|
+
"./auth/providers/google": {
|
|
89
|
+
"types": "./dist/auth/providers/google.d.ts",
|
|
90
|
+
"import": "./dist/auth/providers/google.js",
|
|
91
|
+
"require": "./dist/auth/providers/google.js"
|
|
92
|
+
},
|
|
93
|
+
"./auth/providers": {
|
|
94
|
+
"types": "./dist/auth/providers/index.d.ts",
|
|
95
|
+
"import": "./dist/auth/providers/index.js",
|
|
96
|
+
"require": "./dist/auth/providers/index.js"
|
|
97
|
+
},
|
|
98
|
+
"./auth/service": {
|
|
99
|
+
"types": "./dist/auth/service.d.ts",
|
|
100
|
+
"import": "./dist/auth/service.js",
|
|
101
|
+
"require": "./dist/auth/service.js"
|
|
102
|
+
},
|
|
103
|
+
"./bundles": {
|
|
104
|
+
"types": "./dist/bundles.d.ts",
|
|
105
|
+
"import": "./dist/bundles.js",
|
|
106
|
+
"require": "./dist/bundles.js"
|
|
107
|
+
},
|
|
108
|
+
"./cache": {
|
|
109
|
+
"types": "./dist/cache/index.d.ts",
|
|
110
|
+
"import": "./dist/cache/index.js",
|
|
111
|
+
"require": "./dist/cache/index.js"
|
|
112
|
+
},
|
|
113
|
+
"./cache/service": {
|
|
114
|
+
"types": "./dist/cache/service.d.ts",
|
|
115
|
+
"import": "./dist/cache/service.js",
|
|
116
|
+
"require": "./dist/cache/service.js"
|
|
117
|
+
},
|
|
118
|
+
"./common/batch": {
|
|
119
|
+
"types": "./dist/common/batch.d.ts",
|
|
120
|
+
"import": "./dist/common/batch.js",
|
|
121
|
+
"require": "./dist/common/batch.js"
|
|
122
|
+
},
|
|
123
|
+
"./common/big-number": {
|
|
124
|
+
"types": "./dist/common/big-number.d.ts",
|
|
125
|
+
"import": "./dist/common/big-number.js",
|
|
126
|
+
"require": "./dist/common/big-number.js"
|
|
127
|
+
},
|
|
128
|
+
"./common/camel-case": {
|
|
129
|
+
"types": "./dist/common/camel-case.d.ts",
|
|
130
|
+
"import": "./dist/common/camel-case.js",
|
|
131
|
+
"require": "./dist/common/camel-case.js"
|
|
132
|
+
},
|
|
133
|
+
"./common/common": {
|
|
134
|
+
"types": "./dist/common/common.d.ts",
|
|
135
|
+
"import": "./dist/common/common.js",
|
|
136
|
+
"require": "./dist/common/common.js"
|
|
137
|
+
},
|
|
138
|
+
"./common/config-module": {
|
|
139
|
+
"types": "./dist/common/config-module.d.ts",
|
|
140
|
+
"import": "./dist/common/config-module.js",
|
|
141
|
+
"require": "./dist/common/config-module.js"
|
|
142
|
+
},
|
|
143
|
+
"./common/eto-cli": {
|
|
144
|
+
"types": "./dist/common/eto-cli.d.ts",
|
|
145
|
+
"import": "./dist/common/eto-cli.js",
|
|
146
|
+
"require": "./dist/common/eto-cli.js"
|
|
147
|
+
},
|
|
148
|
+
"./common/eto-container": {
|
|
149
|
+
"types": "./dist/common/eto-container.d.ts",
|
|
150
|
+
"import": "./dist/common/eto-container.js",
|
|
151
|
+
"require": "./dist/common/eto-container.js"
|
|
152
|
+
},
|
|
153
|
+
"./common": {
|
|
154
|
+
"types": "./dist/common/index.d.ts",
|
|
155
|
+
"import": "./dist/common/index.js",
|
|
156
|
+
"require": "./dist/common/index.js"
|
|
157
|
+
},
|
|
158
|
+
"./common/modules": {
|
|
159
|
+
"types": "./dist/common/modules.d.ts",
|
|
160
|
+
"import": "./dist/common/modules.js",
|
|
161
|
+
"require": "./dist/common/modules.js"
|
|
162
|
+
},
|
|
163
|
+
"./common/rule": {
|
|
164
|
+
"types": "./dist/common/rule.d.ts",
|
|
165
|
+
"import": "./dist/common/rule.js",
|
|
166
|
+
"require": "./dist/common/rule.js"
|
|
167
|
+
},
|
|
168
|
+
"./common/with-calculated": {
|
|
169
|
+
"types": "./dist/common/with-calculated.d.ts",
|
|
170
|
+
"import": "./dist/common/with-calculated.js",
|
|
171
|
+
"require": "./dist/common/with-calculated.js"
|
|
172
|
+
},
|
|
173
|
+
"./dal/entity": {
|
|
174
|
+
"types": "./dist/dal/entity.d.ts",
|
|
175
|
+
"import": "./dist/dal/entity.js",
|
|
176
|
+
"require": "./dist/dal/entity.js"
|
|
177
|
+
},
|
|
178
|
+
"./dal": {
|
|
179
|
+
"types": "./dist/dal/index.d.ts",
|
|
180
|
+
"import": "./dist/dal/index.js",
|
|
181
|
+
"require": "./dist/dal/index.js"
|
|
182
|
+
},
|
|
183
|
+
"./dal/repository-service": {
|
|
184
|
+
"types": "./dist/dal/repository-service.d.ts",
|
|
185
|
+
"import": "./dist/dal/repository-service.js",
|
|
186
|
+
"require": "./dist/dal/repository-service.js"
|
|
187
|
+
},
|
|
188
|
+
"./dal/utils": {
|
|
189
|
+
"types": "./dist/dal/utils.d.ts",
|
|
190
|
+
"import": "./dist/dal/utils.js",
|
|
191
|
+
"require": "./dist/dal/utils.js"
|
|
192
|
+
},
|
|
193
|
+
"./dml": {
|
|
194
|
+
"types": "./dist/dml/index.d.ts",
|
|
195
|
+
"import": "./dist/dml/index.js",
|
|
196
|
+
"require": "./dist/dml/index.js"
|
|
197
|
+
},
|
|
198
|
+
"./event-bus/common": {
|
|
199
|
+
"types": "./dist/event-bus/common.d.ts",
|
|
200
|
+
"import": "./dist/event-bus/common.js",
|
|
201
|
+
"require": "./dist/event-bus/common.js"
|
|
202
|
+
},
|
|
203
|
+
"./event-bus/event-bus-module": {
|
|
204
|
+
"types": "./dist/event-bus/event-bus-module.d.ts",
|
|
205
|
+
"import": "./dist/event-bus/event-bus-module.js",
|
|
206
|
+
"require": "./dist/event-bus/event-bus-module.js"
|
|
207
|
+
},
|
|
208
|
+
"./event-bus/event-bus": {
|
|
209
|
+
"types": "./dist/event-bus/event-bus.d.ts",
|
|
210
|
+
"import": "./dist/event-bus/event-bus.js",
|
|
211
|
+
"require": "./dist/event-bus/event-bus.js"
|
|
212
|
+
},
|
|
213
|
+
"./event-bus": {
|
|
214
|
+
"types": "./dist/event-bus/index.d.ts",
|
|
215
|
+
"import": "./dist/event-bus/index.js",
|
|
216
|
+
"require": "./dist/event-bus/index.js"
|
|
217
|
+
},
|
|
218
|
+
"./feature-flag/common": {
|
|
219
|
+
"types": "./dist/feature-flag/common.d.ts",
|
|
220
|
+
"import": "./dist/feature-flag/common.js",
|
|
221
|
+
"require": "./dist/feature-flag/common.js"
|
|
222
|
+
},
|
|
223
|
+
"./feature-flag": {
|
|
224
|
+
"types": "./dist/feature-flag/index.d.ts",
|
|
225
|
+
"import": "./dist/feature-flag/index.js",
|
|
226
|
+
"require": "./dist/feature-flag/index.js"
|
|
227
|
+
},
|
|
228
|
+
"./file/common": {
|
|
229
|
+
"types": "./dist/file/common.d.ts",
|
|
230
|
+
"import": "./dist/file/common.js",
|
|
231
|
+
"require": "./dist/file/common.js"
|
|
232
|
+
},
|
|
233
|
+
"./file": {
|
|
234
|
+
"types": "./dist/file/index.d.ts",
|
|
235
|
+
"import": "./dist/file/index.js",
|
|
236
|
+
"require": "./dist/file/index.js"
|
|
237
|
+
},
|
|
238
|
+
"./file/mutations": {
|
|
239
|
+
"types": "./dist/file/mutations.d.ts",
|
|
240
|
+
"import": "./dist/file/mutations.js",
|
|
241
|
+
"require": "./dist/file/mutations.js"
|
|
242
|
+
},
|
|
243
|
+
"./file/provider": {
|
|
244
|
+
"types": "./dist/file/provider.d.ts",
|
|
245
|
+
"import": "./dist/file/provider.js",
|
|
246
|
+
"require": "./dist/file/provider.js"
|
|
247
|
+
},
|
|
248
|
+
"./file/providers": {
|
|
249
|
+
"types": "./dist/file/providers/index.d.ts",
|
|
250
|
+
"import": "./dist/file/providers/index.js",
|
|
251
|
+
"require": "./dist/file/providers/index.js"
|
|
252
|
+
},
|
|
253
|
+
"./file/providers/local": {
|
|
254
|
+
"types": "./dist/file/providers/local.d.ts",
|
|
255
|
+
"import": "./dist/file/providers/local.js",
|
|
256
|
+
"require": "./dist/file/providers/local.js"
|
|
257
|
+
},
|
|
258
|
+
"./file/providers/s3": {
|
|
259
|
+
"types": "./dist/file/providers/s3.d.ts",
|
|
260
|
+
"import": "./dist/file/providers/s3.js",
|
|
261
|
+
"require": "./dist/file/providers/s3.js"
|
|
262
|
+
},
|
|
263
|
+
"./file/service": {
|
|
264
|
+
"types": "./dist/file/service.d.ts",
|
|
265
|
+
"import": "./dist/file/service.js",
|
|
266
|
+
"require": "./dist/file/service.js"
|
|
267
|
+
},
|
|
268
|
+
"./file-service": {
|
|
269
|
+
"types": "./dist/file-service/index.d.ts",
|
|
270
|
+
"import": "./dist/file-service/index.js",
|
|
271
|
+
"require": "./dist/file-service/index.js"
|
|
272
|
+
},
|
|
273
|
+
"./http/api-key/admin": {
|
|
274
|
+
"types": "./dist/http/api-key/admin/index.d.ts",
|
|
275
|
+
"import": "./dist/http/api-key/admin/index.js",
|
|
276
|
+
"require": "./dist/http/api-key/admin/index.js"
|
|
277
|
+
},
|
|
278
|
+
"./http/api-key/admin/payloads": {
|
|
279
|
+
"types": "./dist/http/api-key/admin/payloads.d.ts",
|
|
280
|
+
"import": "./dist/http/api-key/admin/payloads.js",
|
|
281
|
+
"require": "./dist/http/api-key/admin/payloads.js"
|
|
282
|
+
},
|
|
283
|
+
"./http/api-key/admin/queries": {
|
|
284
|
+
"types": "./dist/http/api-key/admin/queries.d.ts",
|
|
285
|
+
"import": "./dist/http/api-key/admin/queries.js",
|
|
286
|
+
"require": "./dist/http/api-key/admin/queries.js"
|
|
287
|
+
},
|
|
288
|
+
"./http/api-key/admin/responses": {
|
|
289
|
+
"types": "./dist/http/api-key/admin/responses.d.ts",
|
|
290
|
+
"import": "./dist/http/api-key/admin/responses.js",
|
|
291
|
+
"require": "./dist/http/api-key/admin/responses.js"
|
|
292
|
+
},
|
|
293
|
+
"./http/api-key": {
|
|
294
|
+
"types": "./dist/http/api-key/index.d.ts",
|
|
295
|
+
"import": "./dist/http/api-key/index.js",
|
|
296
|
+
"require": "./dist/http/api-key/index.js"
|
|
297
|
+
},
|
|
298
|
+
"./http/auth": {
|
|
299
|
+
"types": "./dist/http/auth/index.d.ts",
|
|
300
|
+
"import": "./dist/http/auth/index.js",
|
|
301
|
+
"require": "./dist/http/auth/index.js"
|
|
302
|
+
},
|
|
303
|
+
"./http/auth/payloads": {
|
|
304
|
+
"types": "./dist/http/auth/payloads.d.ts",
|
|
305
|
+
"import": "./dist/http/auth/payloads.js",
|
|
306
|
+
"require": "./dist/http/auth/payloads.js"
|
|
307
|
+
},
|
|
308
|
+
"./http/common/additional_data": {
|
|
309
|
+
"types": "./dist/http/common/additional_data.d.ts",
|
|
310
|
+
"import": "./dist/http/common/additional_data.js",
|
|
311
|
+
"require": "./dist/http/common/additional_data.js"
|
|
312
|
+
},
|
|
313
|
+
"./http/common": {
|
|
314
|
+
"types": "./dist/http/common/index.d.ts",
|
|
315
|
+
"import": "./dist/http/common/index.js",
|
|
316
|
+
"require": "./dist/http/common/index.js"
|
|
317
|
+
},
|
|
318
|
+
"./http/common/request": {
|
|
319
|
+
"types": "./dist/http/common/request.d.ts",
|
|
320
|
+
"import": "./dist/http/common/request.js",
|
|
321
|
+
"require": "./dist/http/common/request.js"
|
|
322
|
+
},
|
|
323
|
+
"./http/common/response": {
|
|
324
|
+
"types": "./dist/http/common/response.d.ts",
|
|
325
|
+
"import": "./dist/http/common/response.js",
|
|
326
|
+
"require": "./dist/http/common/response.js"
|
|
327
|
+
},
|
|
328
|
+
"./http/encore/dal-validator": {
|
|
329
|
+
"types": "./dist/http/encore/dal-validator.d.ts",
|
|
330
|
+
"import": "./dist/http/encore/dal-validator.js",
|
|
331
|
+
"require": "./dist/http/encore/dal-validator.js"
|
|
332
|
+
},
|
|
333
|
+
"./http/encore/encore": {
|
|
334
|
+
"types": "./dist/http/encore/encore.d.ts",
|
|
335
|
+
"import": "./dist/http/encore/encore.js",
|
|
336
|
+
"require": "./dist/http/encore/encore.js"
|
|
337
|
+
},
|
|
338
|
+
"./http/encore": {
|
|
339
|
+
"types": "./dist/http/encore/index.d.ts",
|
|
340
|
+
"import": "./dist/http/encore/index.js",
|
|
341
|
+
"require": "./dist/http/encore/index.js"
|
|
342
|
+
},
|
|
343
|
+
"./http/file/admin/entities": {
|
|
344
|
+
"types": "./dist/http/file/admin/entities.d.ts",
|
|
345
|
+
"import": "./dist/http/file/admin/entities.js",
|
|
346
|
+
"require": "./dist/http/file/admin/entities.js"
|
|
347
|
+
},
|
|
348
|
+
"./http/file/admin": {
|
|
349
|
+
"types": "./dist/http/file/admin/index.d.ts",
|
|
350
|
+
"import": "./dist/http/file/admin/index.js",
|
|
351
|
+
"require": "./dist/http/file/admin/index.js"
|
|
352
|
+
},
|
|
353
|
+
"./http/file/admin/payloads": {
|
|
354
|
+
"types": "./dist/http/file/admin/payloads.d.ts",
|
|
355
|
+
"import": "./dist/http/file/admin/payloads.js",
|
|
356
|
+
"require": "./dist/http/file/admin/payloads.js"
|
|
357
|
+
},
|
|
358
|
+
"./http/file/admin/responses": {
|
|
359
|
+
"types": "./dist/http/file/admin/responses.d.ts",
|
|
360
|
+
"import": "./dist/http/file/admin/responses.js",
|
|
361
|
+
"require": "./dist/http/file/admin/responses.js"
|
|
362
|
+
},
|
|
363
|
+
"./http/file/common": {
|
|
364
|
+
"types": "./dist/http/file/common.d.ts",
|
|
365
|
+
"import": "./dist/http/file/common.js",
|
|
366
|
+
"require": "./dist/http/file/common.js"
|
|
367
|
+
},
|
|
368
|
+
"./http/file": {
|
|
369
|
+
"types": "./dist/http/file/index.d.ts",
|
|
370
|
+
"import": "./dist/http/file/index.js",
|
|
371
|
+
"require": "./dist/http/file/index.js"
|
|
372
|
+
},
|
|
373
|
+
"./http/file/store": {
|
|
374
|
+
"types": "./dist/http/file/store.d.ts",
|
|
375
|
+
"import": "./dist/http/file/store.js",
|
|
376
|
+
"require": "./dist/http/file/store.js"
|
|
377
|
+
},
|
|
378
|
+
"./http": {
|
|
379
|
+
"types": "./dist/http/index.d.ts",
|
|
380
|
+
"import": "./dist/http/index.js",
|
|
381
|
+
"require": "./dist/http/index.js"
|
|
382
|
+
},
|
|
383
|
+
"./http/payment/admin/entities": {
|
|
384
|
+
"types": "./dist/http/payment/admin/entities.d.ts",
|
|
385
|
+
"import": "./dist/http/payment/admin/entities.js",
|
|
386
|
+
"require": "./dist/http/payment/admin/entities.js"
|
|
387
|
+
},
|
|
388
|
+
"./http/payment/admin": {
|
|
389
|
+
"types": "./dist/http/payment/admin/index.d.ts",
|
|
390
|
+
"import": "./dist/http/payment/admin/index.js",
|
|
391
|
+
"require": "./dist/http/payment/admin/index.js"
|
|
392
|
+
},
|
|
393
|
+
"./http/payment/admin/payloads": {
|
|
394
|
+
"types": "./dist/http/payment/admin/payloads.d.ts",
|
|
395
|
+
"import": "./dist/http/payment/admin/payloads.js",
|
|
396
|
+
"require": "./dist/http/payment/admin/payloads.js"
|
|
397
|
+
},
|
|
398
|
+
"./http/payment/admin/queries": {
|
|
399
|
+
"types": "./dist/http/payment/admin/queries.d.ts",
|
|
400
|
+
"import": "./dist/http/payment/admin/queries.js",
|
|
401
|
+
"require": "./dist/http/payment/admin/queries.js"
|
|
402
|
+
},
|
|
403
|
+
"./http/payment/admin/responses": {
|
|
404
|
+
"types": "./dist/http/payment/admin/responses.d.ts",
|
|
405
|
+
"import": "./dist/http/payment/admin/responses.js",
|
|
406
|
+
"require": "./dist/http/payment/admin/responses.js"
|
|
407
|
+
},
|
|
408
|
+
"./http/payment/common": {
|
|
409
|
+
"types": "./dist/http/payment/common.d.ts",
|
|
410
|
+
"import": "./dist/http/payment/common.js",
|
|
411
|
+
"require": "./dist/http/payment/common.js"
|
|
412
|
+
},
|
|
413
|
+
"./http/payment": {
|
|
414
|
+
"types": "./dist/http/payment/index.d.ts",
|
|
415
|
+
"import": "./dist/http/payment/index.js",
|
|
416
|
+
"require": "./dist/http/payment/index.js"
|
|
417
|
+
},
|
|
418
|
+
"./http/payment/store/entities": {
|
|
419
|
+
"types": "./dist/http/payment/store/entities.d.ts",
|
|
420
|
+
"import": "./dist/http/payment/store/entities.js",
|
|
421
|
+
"require": "./dist/http/payment/store/entities.js"
|
|
422
|
+
},
|
|
423
|
+
"./http/payment/store": {
|
|
424
|
+
"types": "./dist/http/payment/store/index.d.ts",
|
|
425
|
+
"import": "./dist/http/payment/store/index.js",
|
|
426
|
+
"require": "./dist/http/payment/store/index.js"
|
|
427
|
+
},
|
|
428
|
+
"./http/payment/store/payloads": {
|
|
429
|
+
"types": "./dist/http/payment/store/payloads.d.ts",
|
|
430
|
+
"import": "./dist/http/payment/store/payloads.js",
|
|
431
|
+
"require": "./dist/http/payment/store/payloads.js"
|
|
432
|
+
},
|
|
433
|
+
"./http/payment/store/queries": {
|
|
434
|
+
"types": "./dist/http/payment/store/queries.d.ts",
|
|
435
|
+
"import": "./dist/http/payment/store/queries.js",
|
|
436
|
+
"require": "./dist/http/payment/store/queries.js"
|
|
437
|
+
},
|
|
438
|
+
"./http/payment/store/responses": {
|
|
439
|
+
"types": "./dist/http/payment/store/responses.d.ts",
|
|
440
|
+
"import": "./dist/http/payment/store/responses.js",
|
|
441
|
+
"require": "./dist/http/payment/store/responses.js"
|
|
442
|
+
},
|
|
443
|
+
"./http/user/admin/entities": {
|
|
444
|
+
"types": "./dist/http/user/admin/entities.d.ts",
|
|
445
|
+
"import": "./dist/http/user/admin/entities.js",
|
|
446
|
+
"require": "./dist/http/user/admin/entities.js"
|
|
447
|
+
},
|
|
448
|
+
"./http/user/admin": {
|
|
449
|
+
"types": "./dist/http/user/admin/index.d.ts",
|
|
450
|
+
"import": "./dist/http/user/admin/index.js",
|
|
451
|
+
"require": "./dist/http/user/admin/index.js"
|
|
452
|
+
},
|
|
453
|
+
"./http/user/admin/payloads": {
|
|
454
|
+
"types": "./dist/http/user/admin/payloads.d.ts",
|
|
455
|
+
"import": "./dist/http/user/admin/payloads.js",
|
|
456
|
+
"require": "./dist/http/user/admin/payloads.js"
|
|
457
|
+
},
|
|
458
|
+
"./http/user/admin/queries": {
|
|
459
|
+
"types": "./dist/http/user/admin/queries.d.ts",
|
|
460
|
+
"import": "./dist/http/user/admin/queries.js",
|
|
461
|
+
"require": "./dist/http/user/admin/queries.js"
|
|
462
|
+
},
|
|
463
|
+
"./http/user/admin/responses": {
|
|
464
|
+
"types": "./dist/http/user/admin/responses.d.ts",
|
|
465
|
+
"import": "./dist/http/user/admin/responses.js",
|
|
466
|
+
"require": "./dist/http/user/admin/responses.js"
|
|
467
|
+
},
|
|
468
|
+
"./http/user": {
|
|
469
|
+
"types": "./dist/http/user/index.d.ts",
|
|
470
|
+
"import": "./dist/http/user/index.js",
|
|
471
|
+
"require": "./dist/http/user/index.js"
|
|
472
|
+
},
|
|
473
|
+
"./http/workflow-execution/admin/entities": {
|
|
474
|
+
"types": "./dist/http/workflow-execution/admin/entities.d.ts",
|
|
475
|
+
"import": "./dist/http/workflow-execution/admin/entities.js",
|
|
476
|
+
"require": "./dist/http/workflow-execution/admin/entities.js"
|
|
477
|
+
},
|
|
478
|
+
"./http/workflow-execution/admin": {
|
|
479
|
+
"types": "./dist/http/workflow-execution/admin/index.d.ts",
|
|
480
|
+
"import": "./dist/http/workflow-execution/admin/index.js",
|
|
481
|
+
"require": "./dist/http/workflow-execution/admin/index.js"
|
|
482
|
+
},
|
|
483
|
+
"./http/workflow-execution/admin/queries": {
|
|
484
|
+
"types": "./dist/http/workflow-execution/admin/queries.d.ts",
|
|
485
|
+
"import": "./dist/http/workflow-execution/admin/queries.js",
|
|
486
|
+
"require": "./dist/http/workflow-execution/admin/queries.js"
|
|
487
|
+
},
|
|
488
|
+
"./http/workflow-execution/admin/responses": {
|
|
489
|
+
"types": "./dist/http/workflow-execution/admin/responses.d.ts",
|
|
490
|
+
"import": "./dist/http/workflow-execution/admin/responses.js",
|
|
491
|
+
"require": "./dist/http/workflow-execution/admin/responses.js"
|
|
492
|
+
},
|
|
493
|
+
"./http/workflow-execution": {
|
|
494
|
+
"types": "./dist/http/workflow-execution/index.d.ts",
|
|
495
|
+
"import": "./dist/http/workflow-execution/index.js",
|
|
496
|
+
"require": "./dist/http/workflow-execution/index.js"
|
|
497
|
+
},
|
|
498
|
+
"./index-data/common": {
|
|
499
|
+
"types": "./dist/index-data/common.d.ts",
|
|
500
|
+
"import": "./dist/index-data/common.js",
|
|
501
|
+
"require": "./dist/index-data/common.js"
|
|
502
|
+
},
|
|
503
|
+
"./index-data/index-operator-map": {
|
|
504
|
+
"types": "./dist/index-data/index-operator-map.d.ts",
|
|
505
|
+
"import": "./dist/index-data/index-operator-map.js",
|
|
506
|
+
"require": "./dist/index-data/index-operator-map.js"
|
|
507
|
+
},
|
|
508
|
+
"./index-data/index-service-entry-points": {
|
|
509
|
+
"types": "./dist/index-data/index-service-entry-points.d.ts",
|
|
510
|
+
"import": "./dist/index-data/index-service-entry-points.js",
|
|
511
|
+
"require": "./dist/index-data/index-service-entry-points.js"
|
|
512
|
+
},
|
|
513
|
+
"./index-data": {
|
|
514
|
+
"types": "./dist/index-data/index.d.ts",
|
|
515
|
+
"import": "./dist/index-data/index.js",
|
|
516
|
+
"require": "./dist/index-data/index.js"
|
|
517
|
+
},
|
|
518
|
+
"./index-data/query-config/common": {
|
|
519
|
+
"types": "./dist/index-data/query-config/common.d.ts",
|
|
520
|
+
"import": "./dist/index-data/query-config/common.js",
|
|
521
|
+
"require": "./dist/index-data/query-config/common.js"
|
|
522
|
+
},
|
|
523
|
+
"./index-data/query-config": {
|
|
524
|
+
"types": "./dist/index-data/query-config/index.d.ts",
|
|
525
|
+
"import": "./dist/index-data/query-config/index.js",
|
|
526
|
+
"require": "./dist/index-data/query-config/index.js"
|
|
527
|
+
},
|
|
528
|
+
"./index-data/query-config/query-input-config-fields": {
|
|
529
|
+
"types": "./dist/index-data/query-config/query-input-config-fields.d.ts",
|
|
530
|
+
"import": "./dist/index-data/query-config/query-input-config-fields.js",
|
|
531
|
+
"require": "./dist/index-data/query-config/query-input-config-fields.js"
|
|
532
|
+
},
|
|
533
|
+
"./index-data/query-config/query-input-config-filters": {
|
|
534
|
+
"types": "./dist/index-data/query-config/query-input-config-filters.d.ts",
|
|
535
|
+
"import": "./dist/index-data/query-config/query-input-config-filters.js",
|
|
536
|
+
"require": "./dist/index-data/query-config/query-input-config-filters.js"
|
|
537
|
+
},
|
|
538
|
+
"./index-data/query-config/query-input-config-order-by": {
|
|
539
|
+
"types": "./dist/index-data/query-config/query-input-config-order-by.d.ts",
|
|
540
|
+
"import": "./dist/index-data/query-config/query-input-config-order-by.js",
|
|
541
|
+
"require": "./dist/index-data/query-config/query-input-config-order-by.js"
|
|
542
|
+
},
|
|
543
|
+
"./index-data/query-config/query-input-config": {
|
|
544
|
+
"types": "./dist/index-data/query-config/query-input-config.d.ts",
|
|
545
|
+
"import": "./dist/index-data/query-config/query-input-config.js",
|
|
546
|
+
"require": "./dist/index-data/query-config/query-input-config.js"
|
|
547
|
+
},
|
|
548
|
+
"./index-data/service": {
|
|
549
|
+
"types": "./dist/index-data/service.d.ts",
|
|
550
|
+
"import": "./dist/index-data/service.js",
|
|
551
|
+
"require": "./dist/index-data/service.js"
|
|
552
|
+
},
|
|
553
|
+
"./index-data/sotrage-provider": {
|
|
554
|
+
"types": "./dist/index-data/sotrage-provider.d.ts",
|
|
555
|
+
"import": "./dist/index-data/sotrage-provider.js",
|
|
556
|
+
"require": "./dist/index-data/sotrage-provider.js"
|
|
557
|
+
},
|
|
558
|
+
"./joiner": {
|
|
559
|
+
"types": "./dist/joiner/index.d.ts",
|
|
560
|
+
"import": "./dist/joiner/index.js",
|
|
561
|
+
"require": "./dist/joiner/index.js"
|
|
562
|
+
},
|
|
563
|
+
"./link-modules-sdk": {
|
|
564
|
+
"types": "./dist/link-modules-sdk/index.d.ts",
|
|
565
|
+
"import": "./dist/link-modules-sdk/index.js",
|
|
566
|
+
"require": "./dist/link-modules-sdk/index.js"
|
|
567
|
+
},
|
|
568
|
+
"./link-modules-sdk/migrations": {
|
|
569
|
+
"types": "./dist/link-modules-sdk/migrations.d.ts",
|
|
570
|
+
"import": "./dist/link-modules-sdk/migrations.js",
|
|
571
|
+
"require": "./dist/link-modules-sdk/migrations.js"
|
|
572
|
+
},
|
|
573
|
+
"./link-modules-sdk/service": {
|
|
574
|
+
"types": "./dist/link-modules-sdk/service.d.ts",
|
|
575
|
+
"import": "./dist/link-modules-sdk/service.js",
|
|
576
|
+
"require": "./dist/link-modules-sdk/service.js"
|
|
577
|
+
},
|
|
578
|
+
"./locking": {
|
|
579
|
+
"types": "./dist/locking/index.d.ts",
|
|
580
|
+
"import": "./dist/locking/index.js",
|
|
581
|
+
"require": "./dist/locking/index.js"
|
|
582
|
+
},
|
|
583
|
+
"./logger": {
|
|
584
|
+
"types": "./dist/logger/index.d.ts",
|
|
585
|
+
"import": "./dist/logger/index.js",
|
|
586
|
+
"require": "./dist/logger/index.js"
|
|
587
|
+
},
|
|
588
|
+
"./modules-sdk/eto-internal-service": {
|
|
589
|
+
"types": "./dist/modules-sdk/eto-internal-service.d.ts",
|
|
590
|
+
"import": "./dist/modules-sdk/eto-internal-service.js",
|
|
591
|
+
"require": "./dist/modules-sdk/eto-internal-service.js"
|
|
592
|
+
},
|
|
593
|
+
"./modules-sdk": {
|
|
594
|
+
"types": "./dist/modules-sdk/index.d.ts",
|
|
595
|
+
"import": "./dist/modules-sdk/index.js",
|
|
596
|
+
"require": "./dist/modules-sdk/index.js"
|
|
597
|
+
},
|
|
598
|
+
"./modules-sdk/module-provider": {
|
|
599
|
+
"types": "./dist/modules-sdk/module-provider.d.ts",
|
|
600
|
+
"import": "./dist/modules-sdk/module-provider.js",
|
|
601
|
+
"require": "./dist/modules-sdk/module-provider.js"
|
|
602
|
+
},
|
|
603
|
+
"./modules-sdk/object-to-remote-query-fields": {
|
|
604
|
+
"types": "./dist/modules-sdk/object-to-remote-query-fields.d.ts",
|
|
605
|
+
"import": "./dist/modules-sdk/object-to-remote-query-fields.js",
|
|
606
|
+
"require": "./dist/modules-sdk/object-to-remote-query-fields.js"
|
|
607
|
+
},
|
|
608
|
+
"./modules-sdk/remote-query-entry-points": {
|
|
609
|
+
"types": "./dist/modules-sdk/remote-query-entry-points.d.ts",
|
|
610
|
+
"import": "./dist/modules-sdk/remote-query-entry-points.js",
|
|
611
|
+
"require": "./dist/modules-sdk/remote-query-entry-points.js"
|
|
612
|
+
},
|
|
613
|
+
"./modules-sdk/remote-query-object-from-string": {
|
|
614
|
+
"types": "./dist/modules-sdk/remote-query-object-from-string.d.ts",
|
|
615
|
+
"import": "./dist/modules-sdk/remote-query-object-from-string.js",
|
|
616
|
+
"require": "./dist/modules-sdk/remote-query-object-from-string.js"
|
|
617
|
+
},
|
|
618
|
+
"./modules-sdk/remote-query": {
|
|
619
|
+
"types": "./dist/modules-sdk/remote-query.d.ts",
|
|
620
|
+
"import": "./dist/modules-sdk/remote-query.js",
|
|
621
|
+
"require": "./dist/modules-sdk/remote-query.js"
|
|
622
|
+
},
|
|
623
|
+
"./modules-sdk/to-remote-query": {
|
|
624
|
+
"types": "./dist/modules-sdk/to-remote-query.d.ts",
|
|
625
|
+
"import": "./dist/modules-sdk/to-remote-query.js",
|
|
626
|
+
"require": "./dist/modules-sdk/to-remote-query.js"
|
|
627
|
+
},
|
|
628
|
+
"./notification/common": {
|
|
629
|
+
"types": "./dist/notification/common.d.ts",
|
|
630
|
+
"import": "./dist/notification/common.js",
|
|
631
|
+
"require": "./dist/notification/common.js"
|
|
632
|
+
},
|
|
633
|
+
"./notification": {
|
|
634
|
+
"types": "./dist/notification/index.d.ts",
|
|
635
|
+
"import": "./dist/notification/index.js",
|
|
636
|
+
"require": "./dist/notification/index.js"
|
|
637
|
+
},
|
|
638
|
+
"./notification/mutations": {
|
|
639
|
+
"types": "./dist/notification/mutations.d.ts",
|
|
640
|
+
"import": "./dist/notification/mutations.js",
|
|
641
|
+
"require": "./dist/notification/mutations.js"
|
|
642
|
+
},
|
|
643
|
+
"./notification/provider": {
|
|
644
|
+
"types": "./dist/notification/provider.d.ts",
|
|
645
|
+
"import": "./dist/notification/provider.js",
|
|
646
|
+
"require": "./dist/notification/provider.js"
|
|
647
|
+
},
|
|
648
|
+
"./notification/providers": {
|
|
649
|
+
"types": "./dist/notification/providers/index.d.ts",
|
|
650
|
+
"import": "./dist/notification/providers/index.js",
|
|
651
|
+
"require": "./dist/notification/providers/index.js"
|
|
652
|
+
},
|
|
653
|
+
"./notification/providers/logger": {
|
|
654
|
+
"types": "./dist/notification/providers/logger.d.ts",
|
|
655
|
+
"import": "./dist/notification/providers/logger.js",
|
|
656
|
+
"require": "./dist/notification/providers/logger.js"
|
|
657
|
+
},
|
|
658
|
+
"./notification/providers/sendgrid": {
|
|
659
|
+
"types": "./dist/notification/providers/sendgrid.d.ts",
|
|
660
|
+
"import": "./dist/notification/providers/sendgrid.js",
|
|
661
|
+
"require": "./dist/notification/providers/sendgrid.js"
|
|
662
|
+
},
|
|
663
|
+
"./notification/service": {
|
|
664
|
+
"types": "./dist/notification/service.d.ts",
|
|
665
|
+
"import": "./dist/notification/service.js",
|
|
666
|
+
"require": "./dist/notification/service.js"
|
|
667
|
+
},
|
|
668
|
+
"./payment/common": {
|
|
669
|
+
"types": "./dist/payment/common.d.ts",
|
|
670
|
+
"import": "./dist/payment/common.js",
|
|
671
|
+
"require": "./dist/payment/common.js"
|
|
672
|
+
},
|
|
673
|
+
"./payment": {
|
|
674
|
+
"types": "./dist/payment/index.d.ts",
|
|
675
|
+
"import": "./dist/payment/index.js",
|
|
676
|
+
"require": "./dist/payment/index.js"
|
|
677
|
+
},
|
|
678
|
+
"./payment/mutations": {
|
|
679
|
+
"types": "./dist/payment/mutations.d.ts",
|
|
680
|
+
"import": "./dist/payment/mutations.js",
|
|
681
|
+
"require": "./dist/payment/mutations.js"
|
|
682
|
+
},
|
|
683
|
+
"./payment/provider": {
|
|
684
|
+
"types": "./dist/payment/provider.d.ts",
|
|
685
|
+
"import": "./dist/payment/provider.js",
|
|
686
|
+
"require": "./dist/payment/provider.js"
|
|
687
|
+
},
|
|
688
|
+
"./payment/service": {
|
|
689
|
+
"types": "./dist/payment/service.d.ts",
|
|
690
|
+
"import": "./dist/payment/service.js",
|
|
691
|
+
"require": "./dist/payment/service.js"
|
|
692
|
+
},
|
|
693
|
+
"./search": {
|
|
694
|
+
"types": "./dist/search/index.d.ts",
|
|
695
|
+
"import": "./dist/search/index.js",
|
|
696
|
+
"require": "./dist/search/index.js"
|
|
697
|
+
},
|
|
698
|
+
"./search/interface": {
|
|
699
|
+
"types": "./dist/search/interface.d.ts",
|
|
700
|
+
"import": "./dist/search/interface.js",
|
|
701
|
+
"require": "./dist/search/interface.js"
|
|
702
|
+
},
|
|
703
|
+
"./search/settings": {
|
|
704
|
+
"types": "./dist/search/settings.d.ts",
|
|
705
|
+
"import": "./dist/search/settings.js",
|
|
706
|
+
"require": "./dist/search/settings.js"
|
|
707
|
+
},
|
|
708
|
+
"./shared-context": {
|
|
709
|
+
"types": "./dist/shared-context.d.ts",
|
|
710
|
+
"import": "./dist/shared-context.js",
|
|
711
|
+
"require": "./dist/shared-context.js"
|
|
712
|
+
},
|
|
713
|
+
"./transaction-base": {
|
|
714
|
+
"types": "./dist/transaction-base/index.d.ts",
|
|
715
|
+
"import": "./dist/transaction-base/index.js",
|
|
716
|
+
"require": "./dist/transaction-base/index.js"
|
|
717
|
+
},
|
|
718
|
+
"./transaction-base/transaction-base": {
|
|
719
|
+
"types": "./dist/transaction-base/transaction-base.d.ts",
|
|
720
|
+
"import": "./dist/transaction-base/transaction-base.js",
|
|
721
|
+
"require": "./dist/transaction-base/transaction-base.js"
|
|
722
|
+
},
|
|
723
|
+
"./user/common": {
|
|
724
|
+
"types": "./dist/user/common.d.ts",
|
|
725
|
+
"import": "./dist/user/common.js",
|
|
726
|
+
"require": "./dist/user/common.js"
|
|
727
|
+
},
|
|
728
|
+
"./user": {
|
|
729
|
+
"types": "./dist/user/index.d.ts",
|
|
730
|
+
"import": "./dist/user/index.js",
|
|
731
|
+
"require": "./dist/user/index.js"
|
|
732
|
+
},
|
|
733
|
+
"./user/mutations": {
|
|
734
|
+
"types": "./dist/user/mutations.d.ts",
|
|
735
|
+
"import": "./dist/user/mutations.js",
|
|
736
|
+
"require": "./dist/user/mutations.js"
|
|
737
|
+
},
|
|
738
|
+
"./user/service": {
|
|
739
|
+
"types": "./dist/user/service.d.ts",
|
|
740
|
+
"import": "./dist/user/service.js",
|
|
741
|
+
"require": "./dist/user/service.js"
|
|
742
|
+
},
|
|
743
|
+
"./workflow/common": {
|
|
744
|
+
"types": "./dist/workflow/common.d.ts",
|
|
745
|
+
"import": "./dist/workflow/common.js",
|
|
746
|
+
"require": "./dist/workflow/common.js"
|
|
747
|
+
},
|
|
748
|
+
"./workflow": {
|
|
749
|
+
"types": "./dist/workflow/index.d.ts",
|
|
750
|
+
"import": "./dist/workflow/index.js",
|
|
751
|
+
"require": "./dist/workflow/index.js"
|
|
752
|
+
},
|
|
753
|
+
"./workflow/user/create-user": {
|
|
754
|
+
"types": "./dist/workflow/user/create-user.d.ts",
|
|
755
|
+
"import": "./dist/workflow/user/create-user.js",
|
|
756
|
+
"require": "./dist/workflow/user/create-user.js"
|
|
757
|
+
},
|
|
758
|
+
"./workflow/user/delete-user": {
|
|
759
|
+
"types": "./dist/workflow/user/delete-user.d.ts",
|
|
760
|
+
"import": "./dist/workflow/user/delete-user.js",
|
|
761
|
+
"require": "./dist/workflow/user/delete-user.js"
|
|
762
|
+
},
|
|
763
|
+
"./workflow/user": {
|
|
764
|
+
"types": "./dist/workflow/user/index.d.ts",
|
|
765
|
+
"import": "./dist/workflow/user/index.js",
|
|
766
|
+
"require": "./dist/workflow/user/index.js"
|
|
767
|
+
},
|
|
768
|
+
"./workflow/user/update-user": {
|
|
769
|
+
"types": "./dist/workflow/user/update-user.d.ts",
|
|
770
|
+
"import": "./dist/workflow/user/update-user.js",
|
|
771
|
+
"require": "./dist/workflow/user/update-user.js"
|
|
772
|
+
},
|
|
773
|
+
"./workflows-sdk/common": {
|
|
774
|
+
"types": "./dist/workflows-sdk/common.d.ts",
|
|
775
|
+
"import": "./dist/workflows-sdk/common.js",
|
|
776
|
+
"require": "./dist/workflows-sdk/common.js"
|
|
777
|
+
},
|
|
778
|
+
"./workflows-sdk": {
|
|
779
|
+
"types": "./dist/workflows-sdk/index.d.ts",
|
|
780
|
+
"import": "./dist/workflows-sdk/index.js",
|
|
781
|
+
"require": "./dist/workflows-sdk/index.js"
|
|
782
|
+
},
|
|
783
|
+
"./workflows-sdk/mutations": {
|
|
784
|
+
"types": "./dist/workflows-sdk/mutations.d.ts",
|
|
785
|
+
"import": "./dist/workflows-sdk/mutations.js",
|
|
786
|
+
"require": "./dist/workflows-sdk/mutations.js"
|
|
787
|
+
},
|
|
788
|
+
"./workflows-sdk/service": {
|
|
789
|
+
"types": "./dist/workflows-sdk/service.d.ts",
|
|
790
|
+
"import": "./dist/workflows-sdk/service.js",
|
|
791
|
+
"require": "./dist/workflows-sdk/service.js"
|
|
792
|
+
}
|
|
17
793
|
},
|
|
18
794
|
"repository": {
|
|
19
795
|
"type": "git",
|
|
@@ -37,7 +813,8 @@
|
|
|
37
813
|
"scripts": {
|
|
38
814
|
"build": "rimraf dist && tsc --build",
|
|
39
815
|
"watch": "tsc --build --watch",
|
|
40
|
-
"test": "exit 0"
|
|
816
|
+
"test": "exit 0",
|
|
817
|
+
"generate:exports": "node ../../../scripts/generate-exports.js"
|
|
41
818
|
},
|
|
42
819
|
"dependencies": {
|
|
43
820
|
"bignumber.js": "^9.1.2"
|
|
@@ -50,7 +827,7 @@
|
|
|
50
827
|
"expect-type": "^0.20.0",
|
|
51
828
|
"ioredis": "^5.4.1",
|
|
52
829
|
"rimraf": "^5.0.2",
|
|
53
|
-
"typescript": "^5.
|
|
830
|
+
"typescript": "^5.8.3",
|
|
54
831
|
"vite": "^5.2.11"
|
|
55
832
|
},
|
|
56
833
|
"peerDependencies": {
|