@carthooks/arcubase-cli 0.1.7 → 0.1.8

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 (66) hide show
  1. package/bundle/arcubase-admin.mjs +1042 -5056
  2. package/bundle/arcubase.mjs +1042 -5056
  3. package/dist/generated/command_registry.generated.d.ts +693 -2812
  4. package/dist/generated/command_registry.generated.d.ts.map +1 -1
  5. package/dist/generated/command_registry.generated.js +812 -4100
  6. package/dist/generated/type_index.generated.d.ts +8 -397
  7. package/dist/generated/type_index.generated.d.ts.map +1 -1
  8. package/dist/generated/type_index.generated.js +8 -403
  9. package/dist/generated/zod_registry.generated.d.ts +33 -261
  10. package/dist/generated/zod_registry.generated.d.ts.map +1 -1
  11. package/dist/generated/zod_registry.generated.js +36 -365
  12. package/dist/runtime/body_loader.d.ts.map +1 -1
  13. package/dist/runtime/body_loader.js +12 -0
  14. package/dist/runtime/command_registry.d.ts +3 -21
  15. package/dist/runtime/command_registry.d.ts.map +1 -1
  16. package/dist/runtime/command_registry.js +17 -23
  17. package/dist/runtime/execute.d.ts +3 -3
  18. package/dist/runtime/execute.d.ts.map +1 -1
  19. package/dist/runtime/execute.js +53 -157
  20. package/dist/runtime/http.js +1 -1
  21. package/dist/runtime/upload.js +3 -3
  22. package/dist/runtime/zod_registry.d.ts.map +1 -1
  23. package/dist/runtime/zod_registry.js +7 -24
  24. package/dist/tests/command_registry.test.js +81 -28
  25. package/dist/tests/execute_validation.test.js +175 -510
  26. package/dist/tests/help.test.js +39 -62
  27. package/dist/tests/upload.test.js +4 -4
  28. package/dist/tests/zod_registry.test.js +0 -10
  29. package/package.json +1 -1
  30. package/sdk-dist/docs/runtime-reference/README.md +20 -30
  31. package/sdk-dist/docs/runtime-reference/entity-schema/README.md +4 -5
  32. package/sdk-dist/docs/runtime-reference/entity-schema/linkto.md +3 -3
  33. package/sdk-dist/docs/runtime-reference/entity-schema/query.md +3 -3
  34. package/sdk-dist/docs/runtime-reference/entity-schema/relation.md +3 -3
  35. package/sdk-dist/docs/runtime-reference/entity-schema/relationfield.md +3 -3
  36. package/sdk-dist/docs/runtime-reference/entity-schema/subform.md +2 -2
  37. package/sdk-dist/docs/runtime-reference/entity-schema.md +4 -4
  38. package/sdk-dist/docs/runtime-reference/examples/README.md +2 -2
  39. package/sdk-dist/docs/runtime-reference/examples/oms-01/README.md +12 -12
  40. package/sdk-dist/docs/runtime-reference/examples/oms-01/app-overview.md +1 -1
  41. package/sdk-dist/docs/runtime-reference/row-crud.md +11 -32
  42. package/sdk-dist/docs/runtime-reference/search-and-bulk-actions.md +16 -47
  43. package/sdk-dist/docs/runtime-reference/table-lifecycle.md +11 -27
  44. package/sdk-dist/docs/runtime-reference/uploads.md +1 -1
  45. package/sdk-dist/docs/runtime-reference/workflow/README.md +19 -0
  46. package/sdk-dist/generated/command_registry.generated.ts +814 -4102
  47. package/sdk-dist/generated/type_index.generated.ts +8 -403
  48. package/sdk-dist/generated/zod_registry.generated.ts +44 -500
  49. package/sdk-dist/types/app.ts +3 -10
  50. package/sdk-dist/types/common.ts +7 -0
  51. package/sdk-dist/types/global-action.ts +2 -1
  52. package/src/generated/command_registry.generated.ts +814 -4102
  53. package/src/generated/type_index.generated.ts +8 -403
  54. package/src/generated/zod_registry.generated.ts +44 -500
  55. package/src/runtime/body_loader.ts +11 -0
  56. package/src/runtime/command_registry.ts +22 -44
  57. package/src/runtime/execute.ts +58 -168
  58. package/src/runtime/http.ts +1 -1
  59. package/src/runtime/upload.ts +3 -3
  60. package/src/runtime/zod_registry.ts +7 -25
  61. package/src/tests/command_registry.test.ts +81 -31
  62. package/src/tests/execute_validation.test.ts +199 -640
  63. package/src/tests/help.test.ts +36 -69
  64. package/src/tests/upload.test.ts +4 -4
  65. package/src/tests/zod_registry.test.ts +0 -13
  66. package/sdk-dist/docs/runtime-reference/app-discovery.md +0 -68
@@ -8,271 +8,26 @@ export const typeIndex = {
8
8
  "file": "/opt/arcubase-sdk/types/app.ts",
9
9
  "dependencies": []
10
10
  },
11
- "AppCreateEntityShareReqVO": {
12
- "file": "/opt/arcubase-sdk/api/admin/app-entity-share.ts",
13
- "dependencies": []
14
- },
15
- "AppDeleteEntityShareReqVO": {
16
- "file": "/opt/arcubase-sdk/api/admin/app-entity-share.ts",
17
- "dependencies": []
18
- },
19
11
  "AppIngressCreateReqVO": {
20
12
  "file": "/opt/arcubase-sdk/types/ingress.ts",
21
13
  "dependencies": []
22
14
  },
23
- "AppIngressUpdateBlocksReqVO": {
24
- "file": "/opt/arcubase-sdk/types/ingress.ts",
25
- "dependencies": []
26
- },
27
15
  "AppIngressUpdateReqVO": {
28
16
  "file": "/opt/arcubase-sdk/types/ingress.ts",
29
17
  "dependencies": []
30
18
  },
31
- "AppNewWidgetsReqVO": {
32
- "file": "/opt/arcubase-sdk/types/widgets.ts",
33
- "dependencies": []
34
- },
35
- "AppPreviewWidgetsDataReqVO": {
36
- "file": "/opt/arcubase-sdk/types/widgets.ts",
37
- "dependencies": []
38
- },
39
- "AppRenameReqVO": {
40
- "file": "/opt/arcubase-sdk/types/app.ts",
41
- "dependencies": []
42
- },
43
- "AppSaveSiteMapsReqVO": {
44
- "file": "/opt/arcubase-sdk/types/app.ts",
45
- "dependencies": []
46
- },
47
19
  "AppUpdateAppReqVO": {
48
20
  "file": "/opt/arcubase-sdk/types/app.ts",
49
21
  "dependencies": []
50
22
  },
51
- "AppUpdateI18nReqVO": {
52
- "file": "/opt/arcubase-sdk/types/app.ts",
53
- "dependencies": []
54
- },
55
- "AppUpdateWidgetsIngressOptionsReqVO": {
56
- "file": "/opt/arcubase-sdk/types/widgets.ts",
57
- "dependencies": []
58
- },
59
- "AppUpdateWidgetsReqVO": {
60
- "file": "/opt/arcubase-sdk/types/widgets.ts",
61
- "dependencies": []
62
- },
63
- "AutomateRuleCreateReqVO": {
64
- "file": "/opt/arcubase-sdk/types/automate-rule.ts",
65
- "dependencies": []
66
- },
67
- "AutomateRuleUpdateReqVO": {
68
- "file": "/opt/arcubase-sdk/types/automate-rule.ts",
69
- "dependencies": []
70
- },
71
- "ChangePasswordReqVO": {
72
- "file": "/opt/arcubase-sdk/types/user-action.ts",
73
- "dependencies": []
74
- },
75
- "CommonQueryFormVO": {
76
- "file": "/opt/arcubase-sdk/types/user-action.ts",
77
- "dependencies": []
78
- },
79
- "CopilotSendMessageReqVO": {
80
- "file": "/opt/arcubase-sdk/types/copilot.ts",
81
- "dependencies": []
82
- },
83
- "DashboardCreateReqVO": {
84
- "file": "/opt/arcubase-sdk/types/dashboard.ts",
85
- "dependencies": []
86
- },
87
- "DashboardUpdateLayoutReqVO": {
88
- "file": "/opt/arcubase-sdk/types/dashboard.ts",
89
- "dependencies": [
90
- {
91
- "symbol": "LayoutPosition",
92
- "file": "/opt/arcubase-sdk/types/dashboard.ts"
93
- }
94
- ]
95
- },
96
- "DashboardUpdateOptionsReqVO": {
97
- "file": "/opt/arcubase-sdk/types/dashboard.ts",
98
- "dependencies": []
99
- },
100
- "DashboardUpdateTitleReqVO": {
101
- "file": "/opt/arcubase-sdk/types/dashboard.ts",
102
- "dependencies": []
103
- },
104
- "DatasetCreateDatasetReqVO": {
105
- "file": "/opt/arcubase-sdk/types/dataset.ts",
106
- "dependencies": []
107
- },
108
- "DatasetCreateNodeReqVO": {
109
- "file": "/opt/arcubase-sdk/types/dataset.ts",
110
- "dependencies": []
111
- },
112
- "DatasetImportReqVO": {
113
- "file": "/opt/arcubase-sdk/types/dataset.ts",
114
- "dependencies": []
115
- },
116
- "DatasetMoveReqVO": {
117
- "file": "/opt/arcubase-sdk/types/dataset.ts",
118
- "dependencies": []
119
- },
120
- "DatasetUpdateReqVO": {
121
- "file": "/opt/arcubase-sdk/types/dataset.ts",
122
- "dependencies": []
123
- },
124
- "DepartmentsAddActorReqVO": {
125
- "file": "/opt/arcubase-sdk/types/departments.ts",
126
- "dependencies": []
127
- },
128
- "DepartmentsAddReqVO": {
129
- "file": "/opt/arcubase-sdk/types/departments.ts",
130
- "dependencies": []
131
- },
132
- "DepartmentsCreateServiceAccountReqVO": {
133
- "file": "/opt/arcubase-sdk/types/departments.ts",
134
- "dependencies": []
135
- },
136
- "DepartmentsDeleteActorReqVO": {
137
- "file": "/opt/arcubase-sdk/types/departments.ts",
138
- "dependencies": []
139
- },
140
- "DepartmentsEmployeeAccountChangePasswordReqVO": {
141
- "file": "/opt/arcubase-sdk/types/departments.ts",
142
- "dependencies": []
143
- },
144
- "DepartmentsEmployeeAccountCreateReqVO": {
145
- "file": "/opt/arcubase-sdk/types/departments.ts",
146
- "dependencies": []
147
- },
148
- "DepartmentsGetOrganizationUsersReqVO": {
149
- "file": "/opt/arcubase-sdk/types/departments.ts",
150
- "dependencies": []
151
- },
152
- "DepartmentsInviteCodeHistoryReqVO": {
153
- "file": "/opt/arcubase-sdk/types/departments.ts",
154
- "dependencies": []
155
- },
156
- "DepartmentsInviteCodeSwitchReqVO": {
157
- "file": "/opt/arcubase-sdk/types/departments.ts",
158
- "dependencies": []
159
- },
160
- "DepartmentsInviteOneByOneReqVO": {
161
- "file": "/opt/arcubase-sdk/types/departments.ts",
162
- "dependencies": []
163
- },
164
- "DepartmentsMakeLinkReqVO": {
165
- "file": "/opt/arcubase-sdk/types/departments.ts",
166
- "dependencies": []
167
- },
168
- "DepartmentsRelocateReqVO": {
169
- "file": "/opt/arcubase-sdk/types/departments.ts",
170
- "dependencies": []
171
- },
172
- "DepartmentsRenameReqVO": {
173
- "file": "/opt/arcubase-sdk/types/departments.ts",
174
- "dependencies": []
175
- },
176
- "DepartmentsResendInviteReqVO": {
177
- "file": "/opt/arcubase-sdk/types/departments.ts",
178
- "dependencies": []
179
- },
180
- "DepartmentsSetDeptPolicyReqVO": {
181
- "file": "/opt/arcubase-sdk/types/departments.ts",
182
- "dependencies": []
183
- },
184
- "DepartmentsUpdateUserReqVO": {
185
- "file": "/opt/arcubase-sdk/types/departments.ts",
186
- "dependencies": []
187
- },
188
- "DeveloperClientCreateReqVO": {
189
- "file": "/opt/arcubase-sdk/types/developer.ts",
190
- "dependencies": []
191
- },
192
- "DeveloperClientUpdateReqVO": {
193
- "file": "/opt/arcubase-sdk/types/developer.ts",
194
- "dependencies": []
195
- },
196
- "DeveloperHookletCreateReqVO": {
197
- "file": "/opt/arcubase-sdk/types/developer.ts",
198
- "dependencies": []
199
- },
200
- "DeveloperHookletUpdateReqVO": {
201
- "file": "/opt/arcubase-sdk/types/developer.ts",
202
- "dependencies": []
203
- },
204
- "EntityAIImportConfigReqVO": {
205
- "file": "/opt/arcubase-sdk/types/user-action.ts",
206
- "dependencies": []
207
- },
208
- "EntityAddCommentReqVO": {
209
- "file": "/opt/arcubase-sdk/types/user-action.ts",
210
- "dependencies": []
211
- },
212
23
  "EntityBulkUpdateReqVO": {
213
24
  "file": "/opt/arcubase-sdk/types/user-action.ts",
214
25
  "dependencies": []
215
26
  },
216
- "EntityBulkUpdateSaveAsReqVO": {
217
- "file": "/opt/arcubase-sdk/types/user-action.ts",
218
- "dependencies": []
219
- },
220
- "EntityCloneReqVO": {
221
- "file": "/opt/arcubase-sdk/types/entity.ts",
222
- "dependencies": []
223
- },
224
- "EntityDebugInvokeHookReqVO": {
225
- "file": "/opt/arcubase-sdk/types/entity.ts",
226
- "dependencies": []
227
- },
228
- "EntityDelCommentReqVO": {
229
- "file": "/opt/arcubase-sdk/types/user-action.ts",
230
- "dependencies": []
231
- },
232
27
  "EntityDoActionReqVO": {
233
28
  "file": "/opt/arcubase-sdk/types/user-action.ts",
234
29
  "dependencies": []
235
30
  },
236
- "EntityDoFsmActionReqVO": {
237
- "file": "/opt/arcubase-sdk/types/user-action.ts",
238
- "dependencies": []
239
- },
240
- "EntityExportReqVO": {
241
- "file": "/opt/arcubase-sdk/types/user-action.ts",
242
- "dependencies": []
243
- },
244
- "EntityImportPrepareReqVO": {
245
- "file": "/opt/arcubase-sdk/types/user-action.ts",
246
- "dependencies": []
247
- },
248
- "EntityKioskFlowCreateReqVO": {
249
- "file": "/opt/arcubase-sdk/types/entity.ts",
250
- "dependencies": []
251
- },
252
- "EntityKioskFlowUpdateReqVO": {
253
- "file": "/opt/arcubase-sdk/types/entity.ts",
254
- "dependencies": []
255
- },
256
- "EntityPrintTemplatesCreateReqVO": {
257
- "file": "/opt/arcubase-sdk/types/entity.ts",
258
- "dependencies": []
259
- },
260
- "EntityPrintTemplatesUpdateReqVO": {
261
- "file": "/opt/arcubase-sdk/types/entity.ts",
262
- "dependencies": []
263
- },
264
- "EntityPutQueryKeeperReqVO": {
265
- "file": "/opt/arcubase-sdk/types/user-action.ts",
266
- "dependencies": []
267
- },
268
- "EntityQueryFilterReqVO": {
269
- "file": "/opt/arcubase-sdk/types/user-action.ts",
270
- "dependencies": []
271
- },
272
- "EntityQueryLinkToValuesReqVO": {
273
- "file": "/opt/arcubase-sdk/types/user-action.ts",
274
- "dependencies": []
275
- },
276
31
  "EntityQueryRelationReqVO": {
277
32
  "file": "/opt/arcubase-sdk/types/user-action.ts",
278
33
  "dependencies": []
@@ -281,14 +36,9 @@ export const typeIndex = {
281
36
  "file": "/opt/arcubase-sdk/types/user-action.ts",
282
37
  "dependencies": []
283
38
  },
284
- "EntitySaveCustomKeysReqVO": {
285
- "file": "/opt/arcubase-sdk/types/entity.ts",
286
- "dependencies": [
287
- {
288
- "symbol": "EntitySaveCustomKeysFieldVO",
289
- "file": "/opt/arcubase-sdk/types/entity.ts"
290
- }
291
- ]
39
+ "EntityResolveWorkflowReqVO": {
40
+ "file": "/opt/arcubase-sdk/types/user-action.ts",
41
+ "dependencies": []
292
42
  },
293
43
  "EntitySaveNameReqVO": {
294
44
  "file": "/opt/arcubase-sdk/types/entity.ts",
@@ -302,107 +52,30 @@ export const typeIndex = {
302
52
  "file": "/opt/arcubase-sdk/types/user-action.ts",
303
53
  "dependencies": []
304
54
  },
305
- "EntitySerialInitValReqVO": {
306
- "file": "/opt/arcubase-sdk/types/entity.ts",
307
- "dependencies": []
308
- },
309
- "EntityTestNotificationReqVO": {
310
- "file": "/opt/arcubase-sdk/types/entity.ts",
311
- "dependencies": []
312
- },
313
- "EntityUpdateButtonsReqVO": {
314
- "file": "/opt/arcubase-sdk/types/entity.ts",
315
- "dependencies": [
316
- {
317
- "symbol": "Button",
318
- "file": "/opt/arcubase-sdk/types/common.ts"
319
- }
320
- ]
321
- },
322
- "EntityUpdateNotificationsReqVO": {
323
- "file": "/opt/arcubase-sdk/types/entity.ts",
324
- "dependencies": []
325
- },
326
- "EntityUpdateOptionsReqVO": {
327
- "file": "/opt/arcubase-sdk/types/entity.ts",
328
- "dependencies": []
329
- },
330
55
  "EntityUpdateReqVO": {
331
56
  "file": "/opt/arcubase-sdk/types/user-action.ts",
332
57
  "dependencies": []
333
58
  },
334
- "EntityUpdateSuccessScreenReqVO": {
335
- "file": "/opt/arcubase-sdk/types/entity.ts",
336
- "dependencies": []
337
- },
338
- "EntityValidateUniqReqVO": {
339
- "file": "/opt/arcubase-sdk/types/common.ts",
340
- "dependencies": []
341
- },
342
- "FetchWidgetsDataReqVO": {
343
- "file": "/opt/arcubase-sdk/types/user-action.ts",
344
- "dependencies": []
345
- },
346
- "GetOrganizationTreeReqVO": {
59
+ "EntityWorkflowApproveUsersReqVO": {
347
60
  "file": "/opt/arcubase-sdk/types/user-action.ts",
348
61
  "dependencies": []
349
62
  },
350
- "GetOrganizationUsersReqVO": {
351
- "file": "/opt/arcubase-sdk/types/user-action.ts",
63
+ "EntityWorkflowDeployReqVO": {
64
+ "file": "/opt/arcubase-sdk/types/workflow.ts",
352
65
  "dependencies": []
353
66
  },
354
- "GetSubformItemsReqVO": {
355
- "file": "/opt/arcubase-sdk/types/user-action.ts",
67
+ "EntityWorkflowUpdateReqVO": {
68
+ "file": "/opt/arcubase-sdk/types/workflow.ts",
356
69
  "dependencies": []
357
70
  },
358
71
  "GetUploadTokenReqVO": {
359
72
  "file": "/opt/arcubase-sdk/types/user-action.ts",
360
73
  "dependencies": []
361
74
  },
362
- "GlobalActionAcceptInvitationLinkReqVO": {
363
- "file": "/opt/arcubase-sdk/types/global-action.ts",
364
- "dependencies": []
365
- },
366
- "GlobalActionAcceptInvitationReqVO": {
367
- "file": "/opt/arcubase-sdk/types/global-action.ts",
368
- "dependencies": []
369
- },
370
- "GlobalActionCreateTenantReqVO": {
371
- "file": "/opt/arcubase-sdk/types/global-action.ts",
372
- "dependencies": []
373
- },
374
- "GlobalActionEmailVerifyReqVO": {
375
- "file": "/opt/arcubase-sdk/types/global-action.ts",
376
- "dependencies": []
377
- },
378
- "GlobalActionEmailVerifyResendReqVO": {
379
- "file": "/opt/arcubase-sdk/types/global-action.ts",
380
- "dependencies": []
381
- },
382
- "GlobalActionProfileSetEmailReqVO": {
383
- "file": "/opt/arcubase-sdk/types/global-action.ts",
384
- "dependencies": []
385
- },
386
- "GlobalActionSetDefaultTenantReqVO": {
387
- "file": "/opt/arcubase-sdk/types/global-action.ts",
388
- "dependencies": []
389
- },
390
- "IngressSetOptionsTabberReqVO": {
391
- "file": "/opt/arcubase-sdk/types/user-action.ts",
392
- "dependencies": []
393
- },
394
- "InsertPrepareReqVO": {
395
- "file": "/opt/arcubase-sdk/types/user-action.ts",
396
- "dependencies": []
397
- },
398
75
  "InsertReqVO": {
399
76
  "file": "/opt/arcubase-sdk/types/user-action.ts",
400
77
  "dependencies": []
401
78
  },
402
- "InvokeRequestVO": {
403
- "file": "/opt/arcubase-sdk/types/user-action.ts",
404
- "dependencies": []
405
- },
406
79
  "MobileUploadCheckReqVO": {
407
80
  "file": "/opt/arcubase-sdk/types/user-action.ts",
408
81
  "dependencies": []
@@ -411,78 +84,10 @@ export const typeIndex = {
411
84
  "file": "/opt/arcubase-sdk/types/user-action.ts",
412
85
  "dependencies": []
413
86
  },
414
- "PrintTemplateBackgroundUploadReqVO": {
415
- "file": "/opt/arcubase-sdk/api/admin/print-template-background.ts",
416
- "dependencies": []
417
- },
418
- "TenantConfigGetReqVO": {
419
- "file": "/opt/arcubase-sdk/types/tenant.ts",
420
- "dependencies": []
421
- },
422
- "TenantConfigUpdateAuthBgImageReqVO": {
423
- "file": "/opt/arcubase-sdk/types/tenant.ts",
424
- "dependencies": []
425
- },
426
- "TenantConfigUpdateAuthReqVO": {
427
- "file": "/opt/arcubase-sdk/types/tenant.ts",
428
- "dependencies": []
429
- },
430
- "TenantConfigUpdateEmailReqVO": {
431
- "file": "/opt/arcubase-sdk/types/tenant.ts",
432
- "dependencies": []
433
- },
434
- "TenantConfigUpdateIconReqVO": {
435
- "file": "/opt/arcubase-sdk/types/tenant.ts",
436
- "dependencies": []
437
- },
438
- "TenantConfigUpdateLogoReqVO": {
439
- "file": "/opt/arcubase-sdk/types/tenant.ts",
440
- "dependencies": []
441
- },
442
- "TenantConfigUpdateMetaReqVO": {
443
- "file": "/opt/arcubase-sdk/types/tenant.ts",
444
- "dependencies": []
445
- },
446
- "TenantConfigUpdateNameReqVO": {
447
- "file": "/opt/arcubase-sdk/types/tenant.ts",
448
- "dependencies": []
449
- },
450
- "TenantConfigUpdateReqVO": {
451
- "file": "/opt/arcubase-sdk/types/tenant.ts",
452
- "dependencies": []
453
- },
454
- "TenantCreateCustomDomainReqVO": {
455
- "file": "/opt/arcubase-sdk/types/tenant.ts",
456
- "dependencies": []
457
- },
458
- "TenantKioskGroupCreateReqVO": {
459
- "file": "/opt/arcubase-sdk/types/tenant.ts",
460
- "dependencies": []
461
- },
462
- "TenantKioskGroupQueryReqVO": {
463
- "file": "/opt/arcubase-sdk/types/tenant.ts",
464
- "dependencies": []
465
- },
466
- "TenantKioskGroupUpdateReqVO": {
467
- "file": "/opt/arcubase-sdk/types/tenant.ts",
468
- "dependencies": []
469
- },
470
- "TenantVerifyCustomDomainOwnerReqVO": {
471
- "file": "/opt/arcubase-sdk/types/tenant.ts",
472
- "dependencies": []
473
- },
474
- "UpdateAvatarReqVO": {
475
- "file": "/opt/arcubase-sdk/types/user-action.ts",
476
- "dependencies": []
477
- },
478
87
  "UploadPreviewReqVO": {
479
88
  "file": "/opt/arcubase-sdk/types/common.ts",
480
89
  "dependencies": []
481
90
  },
482
- "UserFlowQueryReqVO": {
483
- "file": "/opt/arcubase-sdk/types/user-flow.ts",
484
- "dependencies": []
485
- },
486
91
  "UserProfileUpdateReqVO": {
487
92
  "file": "/opt/arcubase-sdk/types/user-action.ts",
488
93
  "dependencies": []