@carthooks/arcubase-cli 0.1.7 → 0.1.9

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