@constructive-sdk/cli 0.2.1 → 0.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.
Files changed (267) hide show
  1. package/admin/cli/commands/app-achievement.js +4 -0
  2. package/admin/cli/commands/app-admin-grant.js +4 -0
  3. package/admin/cli/commands/app-grant.js +6 -0
  4. package/admin/cli/commands/app-level-requirement.js +6 -0
  5. package/admin/cli/commands/app-level.js +6 -0
  6. package/admin/cli/commands/app-limit-default.js +2 -0
  7. package/admin/cli/commands/app-limit.js +6 -0
  8. package/admin/cli/commands/app-membership-default.js +8 -0
  9. package/admin/cli/commands/app-membership.js +24 -0
  10. package/admin/cli/commands/app-owner-grant.js +4 -0
  11. package/admin/cli/commands/app-permission-default.js +2 -0
  12. package/admin/cli/commands/app-permission.js +8 -0
  13. package/admin/cli/commands/app-step.js +4 -0
  14. package/admin/cli/commands/claimed-invite.js +6 -0
  15. package/admin/cli/commands/invite.js +18 -0
  16. package/admin/cli/commands/org-admin-grant.js +4 -0
  17. package/admin/cli/commands/org-chart-edge-grant.js +8 -0
  18. package/admin/cli/commands/org-chart-edge.js +6 -0
  19. package/admin/cli/commands/org-claimed-invite.js +6 -0
  20. package/admin/cli/commands/org-grant.js +6 -0
  21. package/admin/cli/commands/org-invite.js +20 -0
  22. package/admin/cli/commands/org-limit-default.js +2 -0
  23. package/admin/cli/commands/org-limit.js +6 -0
  24. package/admin/cli/commands/org-member.js +2 -0
  25. package/admin/cli/commands/org-membership-default.js +10 -0
  26. package/admin/cli/commands/org-membership.js +22 -0
  27. package/admin/cli/commands/org-owner-grant.js +4 -0
  28. package/admin/cli/commands/org-permission-default.js +2 -0
  29. package/admin/cli/commands/org-permission.js +8 -0
  30. package/auth/cli/commands/audit-log.js +8 -0
  31. package/auth/cli/commands/connected-account.js +4 -0
  32. package/auth/cli/commands/crypto-address.js +6 -0
  33. package/auth/cli/commands/email.js +6 -0
  34. package/auth/cli/commands/phone-number.js +6 -0
  35. package/auth/cli/commands/user.js +10 -0
  36. package/esm/admin/cli/commands/app-achievement.js +4 -0
  37. package/esm/admin/cli/commands/app-admin-grant.js +4 -0
  38. package/esm/admin/cli/commands/app-grant.js +6 -0
  39. package/esm/admin/cli/commands/app-level-requirement.js +6 -0
  40. package/esm/admin/cli/commands/app-level.js +6 -0
  41. package/esm/admin/cli/commands/app-limit-default.js +2 -0
  42. package/esm/admin/cli/commands/app-limit.js +6 -0
  43. package/esm/admin/cli/commands/app-membership-default.js +8 -0
  44. package/esm/admin/cli/commands/app-membership.js +24 -0
  45. package/esm/admin/cli/commands/app-owner-grant.js +4 -0
  46. package/esm/admin/cli/commands/app-permission-default.js +2 -0
  47. package/esm/admin/cli/commands/app-permission.js +8 -0
  48. package/esm/admin/cli/commands/app-step.js +4 -0
  49. package/esm/admin/cli/commands/claimed-invite.js +6 -0
  50. package/esm/admin/cli/commands/invite.js +18 -0
  51. package/esm/admin/cli/commands/org-admin-grant.js +4 -0
  52. package/esm/admin/cli/commands/org-chart-edge-grant.js +8 -0
  53. package/esm/admin/cli/commands/org-chart-edge.js +6 -0
  54. package/esm/admin/cli/commands/org-claimed-invite.js +6 -0
  55. package/esm/admin/cli/commands/org-grant.js +6 -0
  56. package/esm/admin/cli/commands/org-invite.js +20 -0
  57. package/esm/admin/cli/commands/org-limit-default.js +2 -0
  58. package/esm/admin/cli/commands/org-limit.js +6 -0
  59. package/esm/admin/cli/commands/org-member.js +2 -0
  60. package/esm/admin/cli/commands/org-membership-default.js +10 -0
  61. package/esm/admin/cli/commands/org-membership.js +22 -0
  62. package/esm/admin/cli/commands/org-owner-grant.js +4 -0
  63. package/esm/admin/cli/commands/org-permission-default.js +2 -0
  64. package/esm/admin/cli/commands/org-permission.js +8 -0
  65. package/esm/auth/cli/commands/audit-log.js +8 -0
  66. package/esm/auth/cli/commands/connected-account.js +4 -0
  67. package/esm/auth/cli/commands/crypto-address.js +6 -0
  68. package/esm/auth/cli/commands/email.js +6 -0
  69. package/esm/auth/cli/commands/phone-number.js +6 -0
  70. package/esm/auth/cli/commands/user.js +10 -0
  71. package/esm/objects/cli/commands/commit.js +12 -0
  72. package/esm/objects/cli/commands/object.js +8 -0
  73. package/esm/objects/cli/commands/ref.js +2 -0
  74. package/esm/objects/cli/commands/store.js +2 -0
  75. package/esm/public/cli/commands/api.js +8 -0
  76. package/esm/public/cli/commands/app-achievement.js +4 -0
  77. package/esm/public/cli/commands/app-admin-grant.js +4 -0
  78. package/esm/public/cli/commands/app-grant.js +6 -0
  79. package/esm/public/cli/commands/app-level-requirement.js +6 -0
  80. package/esm/public/cli/commands/app-level.js +6 -0
  81. package/esm/public/cli/commands/app-limit-default.js +2 -0
  82. package/esm/public/cli/commands/app-limit.js +6 -0
  83. package/esm/public/cli/commands/app-membership-default.js +8 -0
  84. package/esm/public/cli/commands/app-membership.js +24 -0
  85. package/esm/public/cli/commands/app-owner-grant.js +4 -0
  86. package/esm/public/cli/commands/app-permission-default.js +2 -0
  87. package/esm/public/cli/commands/app-permission.js +8 -0
  88. package/esm/public/cli/commands/app-step.js +4 -0
  89. package/esm/public/cli/commands/app.js +12 -0
  90. package/esm/public/cli/commands/ast-migration.js +11 -0
  91. package/esm/public/cli/commands/audit-log.js +8 -0
  92. package/esm/public/cli/commands/check-constraint.js +18 -0
  93. package/esm/public/cli/commands/claimed-invite.js +6 -0
  94. package/esm/public/cli/commands/commit.js +12 -0
  95. package/esm/public/cli/commands/connected-account.js +4 -0
  96. package/esm/public/cli/commands/connected-accounts-module.js +8 -0
  97. package/esm/public/cli/commands/crypto-address.js +6 -0
  98. package/esm/public/cli/commands/crypto-addresses-module.js +10 -0
  99. package/esm/public/cli/commands/crypto-auth-module.js +22 -0
  100. package/esm/public/cli/commands/database-provision-module.js +16 -0
  101. package/esm/public/cli/commands/database.js +10 -0
  102. package/esm/public/cli/commands/default-privilege.js +4 -0
  103. package/esm/public/cli/commands/denormalized-table-field.js +12 -0
  104. package/esm/public/cli/commands/domain.js +8 -0
  105. package/esm/public/cli/commands/email.js +6 -0
  106. package/esm/public/cli/commands/emails-module.js +8 -0
  107. package/esm/public/cli/commands/encrypted-secrets-module.js +6 -0
  108. package/esm/public/cli/commands/field-module.js +12 -0
  109. package/esm/public/cli/commands/field.js +36 -0
  110. package/esm/public/cli/commands/foreign-key-constraint.js +22 -0
  111. package/esm/public/cli/commands/full-text-search.js +2 -0
  112. package/esm/public/cli/commands/hierarchy-module.js +30 -0
  113. package/esm/public/cli/commands/index.js +24 -0
  114. package/esm/public/cli/commands/invite.js +18 -0
  115. package/esm/public/cli/commands/invites-module.js +22 -0
  116. package/esm/public/cli/commands/levels-module.js +46 -0
  117. package/esm/public/cli/commands/limits-module.js +30 -0
  118. package/esm/public/cli/commands/membership-types-module.js +6 -0
  119. package/esm/public/cli/commands/memberships-module.js +56 -0
  120. package/esm/public/cli/commands/node-type-registry.js +8 -0
  121. package/esm/public/cli/commands/object.js +8 -0
  122. package/esm/public/cli/commands/org-admin-grant.js +4 -0
  123. package/esm/public/cli/commands/org-chart-edge-grant.js +8 -0
  124. package/esm/public/cli/commands/org-chart-edge.js +6 -0
  125. package/esm/public/cli/commands/org-claimed-invite.js +6 -0
  126. package/esm/public/cli/commands/org-grant.js +6 -0
  127. package/esm/public/cli/commands/org-invite.js +20 -0
  128. package/esm/public/cli/commands/org-limit-default.js +2 -0
  129. package/esm/public/cli/commands/org-limit.js +6 -0
  130. package/esm/public/cli/commands/org-member.js +2 -0
  131. package/esm/public/cli/commands/org-membership-default.js +10 -0
  132. package/esm/public/cli/commands/org-membership.js +22 -0
  133. package/esm/public/cli/commands/org-owner-grant.js +4 -0
  134. package/esm/public/cli/commands/org-permission-default.js +2 -0
  135. package/esm/public/cli/commands/org-permission.js +8 -0
  136. package/esm/public/cli/commands/permissions-module.js +28 -0
  137. package/esm/public/cli/commands/phone-number.js +6 -0
  138. package/esm/public/cli/commands/phone-numbers-module.js +8 -0
  139. package/esm/public/cli/commands/policy.js +26 -0
  140. package/esm/public/cli/commands/primary-key-constraint.js +16 -0
  141. package/esm/public/cli/commands/profiles-module.js +30 -0
  142. package/esm/public/cli/commands/ref.js +2 -0
  143. package/esm/public/cli/commands/relation-provision.js +46 -0
  144. package/esm/public/cli/commands/rls-module.js +20 -0
  145. package/esm/public/cli/commands/schema-grant.js +2 -0
  146. package/esm/public/cli/commands/schema.js +16 -0
  147. package/esm/public/cli/commands/secrets-module.js +6 -0
  148. package/esm/public/cli/commands/secure-table-provision.js +30 -0
  149. package/esm/public/cli/commands/sessions-module.js +18 -0
  150. package/esm/public/cli/commands/site-metadatum.js +6 -0
  151. package/esm/public/cli/commands/site.js +14 -0
  152. package/esm/public/cli/commands/sql-migration.js +11 -0
  153. package/esm/public/cli/commands/store.js +2 -0
  154. package/esm/public/cli/commands/table-grant.js +6 -0
  155. package/esm/public/cli/commands/table-module.js +12 -0
  156. package/esm/public/cli/commands/table-template-module.js +10 -0
  157. package/esm/public/cli/commands/table.js +28 -0
  158. package/esm/public/cli/commands/trigger-function.js +2 -0
  159. package/esm/public/cli/commands/trigger.js +16 -0
  160. package/esm/public/cli/commands/unique-constraint.js +18 -0
  161. package/esm/public/cli/commands/user-auth-module.js +48 -0
  162. package/esm/public/cli/commands/user.js +10 -0
  163. package/esm/public/cli/commands/users-module.js +10 -0
  164. package/esm/public/cli/commands/uuid-module.js +4 -0
  165. package/esm/public/cli/commands/view-grant.js +6 -0
  166. package/esm/public/cli/commands/view-rule.js +4 -0
  167. package/esm/public/cli/commands/view-table.js +2 -0
  168. package/esm/public/cli/commands/view.js +24 -0
  169. package/objects/cli/commands/commit.js +12 -0
  170. package/objects/cli/commands/object.js +8 -0
  171. package/objects/cli/commands/ref.js +2 -0
  172. package/objects/cli/commands/store.js +2 -0
  173. package/package.json +4 -4
  174. package/public/cli/commands/api.js +8 -0
  175. package/public/cli/commands/app-achievement.js +4 -0
  176. package/public/cli/commands/app-admin-grant.js +4 -0
  177. package/public/cli/commands/app-grant.js +6 -0
  178. package/public/cli/commands/app-level-requirement.js +6 -0
  179. package/public/cli/commands/app-level.js +6 -0
  180. package/public/cli/commands/app-limit-default.js +2 -0
  181. package/public/cli/commands/app-limit.js +6 -0
  182. package/public/cli/commands/app-membership-default.js +8 -0
  183. package/public/cli/commands/app-membership.js +24 -0
  184. package/public/cli/commands/app-owner-grant.js +4 -0
  185. package/public/cli/commands/app-permission-default.js +2 -0
  186. package/public/cli/commands/app-permission.js +8 -0
  187. package/public/cli/commands/app-step.js +4 -0
  188. package/public/cli/commands/app.js +12 -0
  189. package/public/cli/commands/ast-migration.js +11 -0
  190. package/public/cli/commands/audit-log.js +8 -0
  191. package/public/cli/commands/check-constraint.js +18 -0
  192. package/public/cli/commands/claimed-invite.js +6 -0
  193. package/public/cli/commands/commit.js +12 -0
  194. package/public/cli/commands/connected-account.js +4 -0
  195. package/public/cli/commands/connected-accounts-module.js +8 -0
  196. package/public/cli/commands/crypto-address.js +6 -0
  197. package/public/cli/commands/crypto-addresses-module.js +10 -0
  198. package/public/cli/commands/crypto-auth-module.js +22 -0
  199. package/public/cli/commands/database-provision-module.js +16 -0
  200. package/public/cli/commands/database.js +10 -0
  201. package/public/cli/commands/default-privilege.js +4 -0
  202. package/public/cli/commands/denormalized-table-field.js +12 -0
  203. package/public/cli/commands/domain.js +8 -0
  204. package/public/cli/commands/email.js +6 -0
  205. package/public/cli/commands/emails-module.js +8 -0
  206. package/public/cli/commands/encrypted-secrets-module.js +6 -0
  207. package/public/cli/commands/field-module.js +12 -0
  208. package/public/cli/commands/field.js +36 -0
  209. package/public/cli/commands/foreign-key-constraint.js +22 -0
  210. package/public/cli/commands/full-text-search.js +2 -0
  211. package/public/cli/commands/hierarchy-module.js +30 -0
  212. package/public/cli/commands/index.js +24 -0
  213. package/public/cli/commands/invite.js +18 -0
  214. package/public/cli/commands/invites-module.js +22 -0
  215. package/public/cli/commands/levels-module.js +46 -0
  216. package/public/cli/commands/limits-module.js +30 -0
  217. package/public/cli/commands/membership-types-module.js +6 -0
  218. package/public/cli/commands/memberships-module.js +56 -0
  219. package/public/cli/commands/node-type-registry.js +8 -0
  220. package/public/cli/commands/object.js +8 -0
  221. package/public/cli/commands/org-admin-grant.js +4 -0
  222. package/public/cli/commands/org-chart-edge-grant.js +8 -0
  223. package/public/cli/commands/org-chart-edge.js +6 -0
  224. package/public/cli/commands/org-claimed-invite.js +6 -0
  225. package/public/cli/commands/org-grant.js +6 -0
  226. package/public/cli/commands/org-invite.js +20 -0
  227. package/public/cli/commands/org-limit-default.js +2 -0
  228. package/public/cli/commands/org-limit.js +6 -0
  229. package/public/cli/commands/org-member.js +2 -0
  230. package/public/cli/commands/org-membership-default.js +10 -0
  231. package/public/cli/commands/org-membership.js +22 -0
  232. package/public/cli/commands/org-owner-grant.js +4 -0
  233. package/public/cli/commands/org-permission-default.js +2 -0
  234. package/public/cli/commands/org-permission.js +8 -0
  235. package/public/cli/commands/permissions-module.js +28 -0
  236. package/public/cli/commands/phone-number.js +6 -0
  237. package/public/cli/commands/phone-numbers-module.js +8 -0
  238. package/public/cli/commands/policy.js +26 -0
  239. package/public/cli/commands/primary-key-constraint.js +16 -0
  240. package/public/cli/commands/profiles-module.js +30 -0
  241. package/public/cli/commands/ref.js +2 -0
  242. package/public/cli/commands/relation-provision.js +46 -0
  243. package/public/cli/commands/rls-module.js +20 -0
  244. package/public/cli/commands/schema-grant.js +2 -0
  245. package/public/cli/commands/schema.js +16 -0
  246. package/public/cli/commands/secrets-module.js +6 -0
  247. package/public/cli/commands/secure-table-provision.js +30 -0
  248. package/public/cli/commands/sessions-module.js +18 -0
  249. package/public/cli/commands/site-metadatum.js +6 -0
  250. package/public/cli/commands/site.js +14 -0
  251. package/public/cli/commands/sql-migration.js +11 -0
  252. package/public/cli/commands/store.js +2 -0
  253. package/public/cli/commands/table-grant.js +6 -0
  254. package/public/cli/commands/table-module.js +12 -0
  255. package/public/cli/commands/table-template-module.js +10 -0
  256. package/public/cli/commands/table.js +28 -0
  257. package/public/cli/commands/trigger-function.js +2 -0
  258. package/public/cli/commands/trigger.js +16 -0
  259. package/public/cli/commands/unique-constraint.js +18 -0
  260. package/public/cli/commands/user-auth-module.js +48 -0
  261. package/public/cli/commands/user.js +10 -0
  262. package/public/cli/commands/users-module.js +10 -0
  263. package/public/cli/commands/uuid-module.js +4 -0
  264. package/public/cli/commands/view-grant.js +6 -0
  265. package/public/cli/commands/view-rule.js +4 -0
  266. package/public/cli/commands/view-table.js +2 -0
  267. package/public/cli/commands/view.js +24 -0
@@ -201,120 +201,140 @@ async function handleCreate(argv, prompter) {
201
201
  name: 'schemaId',
202
202
  message: 'schemaId',
203
203
  required: false,
204
+ skipPrompt: true,
204
205
  },
205
206
  {
206
207
  type: 'text',
207
208
  name: 'privateSchemaId',
208
209
  message: 'privateSchemaId',
209
210
  required: false,
211
+ skipPrompt: true,
210
212
  },
211
213
  {
212
214
  type: 'text',
213
215
  name: 'membershipsTableId',
214
216
  message: 'membershipsTableId',
215
217
  required: false,
218
+ skipPrompt: true,
216
219
  },
217
220
  {
218
221
  type: 'text',
219
222
  name: 'membershipsTableName',
220
223
  message: 'membershipsTableName',
221
224
  required: false,
225
+ skipPrompt: true,
222
226
  },
223
227
  {
224
228
  type: 'text',
225
229
  name: 'membersTableId',
226
230
  message: 'membersTableId',
227
231
  required: false,
232
+ skipPrompt: true,
228
233
  },
229
234
  {
230
235
  type: 'text',
231
236
  name: 'membersTableName',
232
237
  message: 'membersTableName',
233
238
  required: false,
239
+ skipPrompt: true,
234
240
  },
235
241
  {
236
242
  type: 'text',
237
243
  name: 'membershipDefaultsTableId',
238
244
  message: 'membershipDefaultsTableId',
239
245
  required: false,
246
+ skipPrompt: true,
240
247
  },
241
248
  {
242
249
  type: 'text',
243
250
  name: 'membershipDefaultsTableName',
244
251
  message: 'membershipDefaultsTableName',
245
252
  required: false,
253
+ skipPrompt: true,
246
254
  },
247
255
  {
248
256
  type: 'text',
249
257
  name: 'grantsTableId',
250
258
  message: 'grantsTableId',
251
259
  required: false,
260
+ skipPrompt: true,
252
261
  },
253
262
  {
254
263
  type: 'text',
255
264
  name: 'grantsTableName',
256
265
  message: 'grantsTableName',
257
266
  required: false,
267
+ skipPrompt: true,
258
268
  },
259
269
  {
260
270
  type: 'text',
261
271
  name: 'actorTableId',
262
272
  message: 'actorTableId',
263
273
  required: false,
274
+ skipPrompt: true,
264
275
  },
265
276
  {
266
277
  type: 'text',
267
278
  name: 'limitsTableId',
268
279
  message: 'limitsTableId',
269
280
  required: false,
281
+ skipPrompt: true,
270
282
  },
271
283
  {
272
284
  type: 'text',
273
285
  name: 'defaultLimitsTableId',
274
286
  message: 'defaultLimitsTableId',
275
287
  required: false,
288
+ skipPrompt: true,
276
289
  },
277
290
  {
278
291
  type: 'text',
279
292
  name: 'permissionsTableId',
280
293
  message: 'permissionsTableId',
281
294
  required: false,
295
+ skipPrompt: true,
282
296
  },
283
297
  {
284
298
  type: 'text',
285
299
  name: 'defaultPermissionsTableId',
286
300
  message: 'defaultPermissionsTableId',
287
301
  required: false,
302
+ skipPrompt: true,
288
303
  },
289
304
  {
290
305
  type: 'text',
291
306
  name: 'sprtTableId',
292
307
  message: 'sprtTableId',
293
308
  required: false,
309
+ skipPrompt: true,
294
310
  },
295
311
  {
296
312
  type: 'text',
297
313
  name: 'adminGrantsTableId',
298
314
  message: 'adminGrantsTableId',
299
315
  required: false,
316
+ skipPrompt: true,
300
317
  },
301
318
  {
302
319
  type: 'text',
303
320
  name: 'adminGrantsTableName',
304
321
  message: 'adminGrantsTableName',
305
322
  required: false,
323
+ skipPrompt: true,
306
324
  },
307
325
  {
308
326
  type: 'text',
309
327
  name: 'ownerGrantsTableId',
310
328
  message: 'ownerGrantsTableId',
311
329
  required: false,
330
+ skipPrompt: true,
312
331
  },
313
332
  {
314
333
  type: 'text',
315
334
  name: 'ownerGrantsTableName',
316
335
  message: 'ownerGrantsTableName',
317
336
  required: false,
337
+ skipPrompt: true,
318
338
  },
319
339
  {
320
340
  type: 'text',
@@ -327,48 +347,56 @@ async function handleCreate(argv, prompter) {
327
347
  name: 'entityTableId',
328
348
  message: 'entityTableId',
329
349
  required: false,
350
+ skipPrompt: true,
330
351
  },
331
352
  {
332
353
  type: 'text',
333
354
  name: 'entityTableOwnerId',
334
355
  message: 'entityTableOwnerId',
335
356
  required: false,
357
+ skipPrompt: true,
336
358
  },
337
359
  {
338
360
  type: 'text',
339
361
  name: 'prefix',
340
362
  message: 'prefix',
341
363
  required: false,
364
+ skipPrompt: true,
342
365
  },
343
366
  {
344
367
  type: 'text',
345
368
  name: 'actorMaskCheck',
346
369
  message: 'actorMaskCheck',
347
370
  required: false,
371
+ skipPrompt: true,
348
372
  },
349
373
  {
350
374
  type: 'text',
351
375
  name: 'actorPermCheck',
352
376
  message: 'actorPermCheck',
353
377
  required: false,
378
+ skipPrompt: true,
354
379
  },
355
380
  {
356
381
  type: 'text',
357
382
  name: 'entityIdsByMask',
358
383
  message: 'entityIdsByMask',
359
384
  required: false,
385
+ skipPrompt: true,
360
386
  },
361
387
  {
362
388
  type: 'text',
363
389
  name: 'entityIdsByPerm',
364
390
  message: 'entityIdsByPerm',
365
391
  required: false,
392
+ skipPrompt: true,
366
393
  },
367
394
  {
368
395
  type: 'text',
369
396
  name: 'entityIdsFunction',
370
397
  message: 'entityIdsFunction',
371
398
  required: false,
399
+ skipPrompt: true,
372
400
  },
373
401
  ]);
374
402
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -473,120 +501,140 @@ async function handleUpdate(argv, prompter) {
473
501
  name: 'schemaId',
474
502
  message: 'schemaId',
475
503
  required: false,
504
+ skipPrompt: true,
476
505
  },
477
506
  {
478
507
  type: 'text',
479
508
  name: 'privateSchemaId',
480
509
  message: 'privateSchemaId',
481
510
  required: false,
511
+ skipPrompt: true,
482
512
  },
483
513
  {
484
514
  type: 'text',
485
515
  name: 'membershipsTableId',
486
516
  message: 'membershipsTableId',
487
517
  required: false,
518
+ skipPrompt: true,
488
519
  },
489
520
  {
490
521
  type: 'text',
491
522
  name: 'membershipsTableName',
492
523
  message: 'membershipsTableName',
493
524
  required: false,
525
+ skipPrompt: true,
494
526
  },
495
527
  {
496
528
  type: 'text',
497
529
  name: 'membersTableId',
498
530
  message: 'membersTableId',
499
531
  required: false,
532
+ skipPrompt: true,
500
533
  },
501
534
  {
502
535
  type: 'text',
503
536
  name: 'membersTableName',
504
537
  message: 'membersTableName',
505
538
  required: false,
539
+ skipPrompt: true,
506
540
  },
507
541
  {
508
542
  type: 'text',
509
543
  name: 'membershipDefaultsTableId',
510
544
  message: 'membershipDefaultsTableId',
511
545
  required: false,
546
+ skipPrompt: true,
512
547
  },
513
548
  {
514
549
  type: 'text',
515
550
  name: 'membershipDefaultsTableName',
516
551
  message: 'membershipDefaultsTableName',
517
552
  required: false,
553
+ skipPrompt: true,
518
554
  },
519
555
  {
520
556
  type: 'text',
521
557
  name: 'grantsTableId',
522
558
  message: 'grantsTableId',
523
559
  required: false,
560
+ skipPrompt: true,
524
561
  },
525
562
  {
526
563
  type: 'text',
527
564
  name: 'grantsTableName',
528
565
  message: 'grantsTableName',
529
566
  required: false,
567
+ skipPrompt: true,
530
568
  },
531
569
  {
532
570
  type: 'text',
533
571
  name: 'actorTableId',
534
572
  message: 'actorTableId',
535
573
  required: false,
574
+ skipPrompt: true,
536
575
  },
537
576
  {
538
577
  type: 'text',
539
578
  name: 'limitsTableId',
540
579
  message: 'limitsTableId',
541
580
  required: false,
581
+ skipPrompt: true,
542
582
  },
543
583
  {
544
584
  type: 'text',
545
585
  name: 'defaultLimitsTableId',
546
586
  message: 'defaultLimitsTableId',
547
587
  required: false,
588
+ skipPrompt: true,
548
589
  },
549
590
  {
550
591
  type: 'text',
551
592
  name: 'permissionsTableId',
552
593
  message: 'permissionsTableId',
553
594
  required: false,
595
+ skipPrompt: true,
554
596
  },
555
597
  {
556
598
  type: 'text',
557
599
  name: 'defaultPermissionsTableId',
558
600
  message: 'defaultPermissionsTableId',
559
601
  required: false,
602
+ skipPrompt: true,
560
603
  },
561
604
  {
562
605
  type: 'text',
563
606
  name: 'sprtTableId',
564
607
  message: 'sprtTableId',
565
608
  required: false,
609
+ skipPrompt: true,
566
610
  },
567
611
  {
568
612
  type: 'text',
569
613
  name: 'adminGrantsTableId',
570
614
  message: 'adminGrantsTableId',
571
615
  required: false,
616
+ skipPrompt: true,
572
617
  },
573
618
  {
574
619
  type: 'text',
575
620
  name: 'adminGrantsTableName',
576
621
  message: 'adminGrantsTableName',
577
622
  required: false,
623
+ skipPrompt: true,
578
624
  },
579
625
  {
580
626
  type: 'text',
581
627
  name: 'ownerGrantsTableId',
582
628
  message: 'ownerGrantsTableId',
583
629
  required: false,
630
+ skipPrompt: true,
584
631
  },
585
632
  {
586
633
  type: 'text',
587
634
  name: 'ownerGrantsTableName',
588
635
  message: 'ownerGrantsTableName',
589
636
  required: false,
637
+ skipPrompt: true,
590
638
  },
591
639
  {
592
640
  type: 'text',
@@ -599,48 +647,56 @@ async function handleUpdate(argv, prompter) {
599
647
  name: 'entityTableId',
600
648
  message: 'entityTableId',
601
649
  required: false,
650
+ skipPrompt: true,
602
651
  },
603
652
  {
604
653
  type: 'text',
605
654
  name: 'entityTableOwnerId',
606
655
  message: 'entityTableOwnerId',
607
656
  required: false,
657
+ skipPrompt: true,
608
658
  },
609
659
  {
610
660
  type: 'text',
611
661
  name: 'prefix',
612
662
  message: 'prefix',
613
663
  required: false,
664
+ skipPrompt: true,
614
665
  },
615
666
  {
616
667
  type: 'text',
617
668
  name: 'actorMaskCheck',
618
669
  message: 'actorMaskCheck',
619
670
  required: false,
671
+ skipPrompt: true,
620
672
  },
621
673
  {
622
674
  type: 'text',
623
675
  name: 'actorPermCheck',
624
676
  message: 'actorPermCheck',
625
677
  required: false,
678
+ skipPrompt: true,
626
679
  },
627
680
  {
628
681
  type: 'text',
629
682
  name: 'entityIdsByMask',
630
683
  message: 'entityIdsByMask',
631
684
  required: false,
685
+ skipPrompt: true,
632
686
  },
633
687
  {
634
688
  type: 'text',
635
689
  name: 'entityIdsByPerm',
636
690
  message: 'entityIdsByPerm',
637
691
  required: false,
692
+ skipPrompt: true,
638
693
  },
639
694
  {
640
695
  type: 'text',
641
696
  name: 'entityIdsFunction',
642
697
  message: 'entityIdsFunction',
643
698
  required: false,
699
+ skipPrompt: true,
644
700
  },
645
701
  ]);
646
702
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -147,24 +147,28 @@ async function handleCreate(argv, prompter) {
147
147
  name: 'displayName',
148
148
  message: 'displayName',
149
149
  required: false,
150
+ skipPrompt: true,
150
151
  },
151
152
  {
152
153
  type: 'text',
153
154
  name: 'description',
154
155
  message: 'description',
155
156
  required: false,
157
+ skipPrompt: true,
156
158
  },
157
159
  {
158
160
  type: 'text',
159
161
  name: 'parameterSchema',
160
162
  message: 'parameterSchema',
161
163
  required: false,
164
+ skipPrompt: true,
162
165
  },
163
166
  {
164
167
  type: 'text',
165
168
  name: 'tags',
166
169
  message: 'tags',
167
170
  required: false,
171
+ skipPrompt: true,
168
172
  },
169
173
  ]);
170
174
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -230,24 +234,28 @@ async function handleUpdate(argv, prompter) {
230
234
  name: 'displayName',
231
235
  message: 'displayName',
232
236
  required: false,
237
+ skipPrompt: true,
233
238
  },
234
239
  {
235
240
  type: 'text',
236
241
  name: 'description',
237
242
  message: 'description',
238
243
  required: false,
244
+ skipPrompt: true,
239
245
  },
240
246
  {
241
247
  type: 'text',
242
248
  name: 'parameterSchema',
243
249
  message: 'parameterSchema',
244
250
  required: false,
251
+ skipPrompt: true,
245
252
  },
246
253
  {
247
254
  type: 'text',
248
255
  name: 'tags',
249
256
  message: 'tags',
250
257
  required: false,
258
+ skipPrompt: true,
251
259
  },
252
260
  ]);
253
261
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -132,24 +132,28 @@ async function handleCreate(argv, prompter) {
132
132
  name: 'kids',
133
133
  message: 'kids',
134
134
  required: false,
135
+ skipPrompt: true,
135
136
  },
136
137
  {
137
138
  type: 'text',
138
139
  name: 'ktree',
139
140
  message: 'ktree',
140
141
  required: false,
142
+ skipPrompt: true,
141
143
  },
142
144
  {
143
145
  type: 'text',
144
146
  name: 'data',
145
147
  message: 'data',
146
148
  required: false,
149
+ skipPrompt: true,
147
150
  },
148
151
  {
149
152
  type: 'text',
150
153
  name: 'frzn',
151
154
  message: 'frzn',
152
155
  required: false,
156
+ skipPrompt: true,
153
157
  },
154
158
  ]);
155
159
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -206,24 +210,28 @@ async function handleUpdate(argv, prompter) {
206
210
  name: 'kids',
207
211
  message: 'kids',
208
212
  required: false,
213
+ skipPrompt: true,
209
214
  },
210
215
  {
211
216
  type: 'text',
212
217
  name: 'ktree',
213
218
  message: 'ktree',
214
219
  required: false,
220
+ skipPrompt: true,
215
221
  },
216
222
  {
217
223
  type: 'text',
218
224
  name: 'data',
219
225
  message: 'data',
220
226
  required: false,
227
+ skipPrompt: true,
221
228
  },
222
229
  {
223
230
  type: 'text',
224
231
  name: 'frzn',
225
232
  message: 'frzn',
226
233
  required: false,
234
+ skipPrompt: true,
227
235
  },
228
236
  ]);
229
237
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -123,6 +123,7 @@ async function handleCreate(argv, prompter) {
123
123
  name: 'isGrant',
124
124
  message: 'isGrant',
125
125
  required: false,
126
+ skipPrompt: true,
126
127
  },
127
128
  {
128
129
  type: 'text',
@@ -141,6 +142,7 @@ async function handleCreate(argv, prompter) {
141
142
  name: 'grantorId',
142
143
  message: 'grantorId',
143
144
  required: false,
145
+ skipPrompt: true,
144
146
  },
145
147
  ]);
146
148
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -189,6 +191,7 @@ async function handleUpdate(argv, prompter) {
189
191
  name: 'isGrant',
190
192
  message: 'isGrant',
191
193
  required: false,
194
+ skipPrompt: true,
192
195
  },
193
196
  {
194
197
  type: 'text',
@@ -207,6 +210,7 @@ async function handleUpdate(argv, prompter) {
207
210
  name: 'grantorId',
208
211
  message: 'grantorId',
209
212
  required: false,
213
+ skipPrompt: true,
210
214
  },
211
215
  ]);
212
216
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -141,6 +141,7 @@ async function handleCreate(argv, prompter) {
141
141
  name: 'parentId',
142
142
  message: 'parentId',
143
143
  required: false,
144
+ skipPrompt: true,
144
145
  },
145
146
  {
146
147
  type: 'text',
@@ -153,18 +154,21 @@ async function handleCreate(argv, prompter) {
153
154
  name: 'isGrant',
154
155
  message: 'isGrant',
155
156
  required: false,
157
+ skipPrompt: true,
156
158
  },
157
159
  {
158
160
  type: 'text',
159
161
  name: 'positionTitle',
160
162
  message: 'positionTitle',
161
163
  required: false,
164
+ skipPrompt: true,
162
165
  },
163
166
  {
164
167
  type: 'text',
165
168
  name: 'positionLevel',
166
169
  message: 'positionLevel',
167
170
  required: false,
171
+ skipPrompt: true,
168
172
  },
169
173
  ]);
170
174
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -230,6 +234,7 @@ async function handleUpdate(argv, prompter) {
230
234
  name: 'parentId',
231
235
  message: 'parentId',
232
236
  required: false,
237
+ skipPrompt: true,
233
238
  },
234
239
  {
235
240
  type: 'text',
@@ -242,18 +247,21 @@ async function handleUpdate(argv, prompter) {
242
247
  name: 'isGrant',
243
248
  message: 'isGrant',
244
249
  required: false,
250
+ skipPrompt: true,
245
251
  },
246
252
  {
247
253
  type: 'text',
248
254
  name: 'positionTitle',
249
255
  message: 'positionTitle',
250
256
  required: false,
257
+ skipPrompt: true,
251
258
  },
252
259
  {
253
260
  type: 'text',
254
261
  name: 'positionLevel',
255
262
  message: 'positionLevel',
256
263
  required: false,
264
+ skipPrompt: true,
257
265
  },
258
266
  ]);
259
267
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -138,18 +138,21 @@ async function handleCreate(argv, prompter) {
138
138
  name: 'parentId',
139
139
  message: 'parentId',
140
140
  required: false,
141
+ skipPrompt: true,
141
142
  },
142
143
  {
143
144
  type: 'text',
144
145
  name: 'positionTitle',
145
146
  message: 'positionTitle',
146
147
  required: false,
148
+ skipPrompt: true,
147
149
  },
148
150
  {
149
151
  type: 'text',
150
152
  name: 'positionLevel',
151
153
  message: 'positionLevel',
152
154
  required: false,
155
+ skipPrompt: true,
153
156
  },
154
157
  ]);
155
158
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -212,18 +215,21 @@ async function handleUpdate(argv, prompter) {
212
215
  name: 'parentId',
213
216
  message: 'parentId',
214
217
  required: false,
218
+ skipPrompt: true,
215
219
  },
216
220
  {
217
221
  type: 'text',
218
222
  name: 'positionTitle',
219
223
  message: 'positionTitle',
220
224
  required: false,
225
+ skipPrompt: true,
221
226
  },
222
227
  {
223
228
  type: 'text',
224
229
  name: 'positionLevel',
225
230
  message: 'positionLevel',
226
231
  required: false,
232
+ skipPrompt: true,
227
233
  },
228
234
  ]);
229
235
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -123,18 +123,21 @@ async function handleCreate(argv, prompter) {
123
123
  name: 'data',
124
124
  message: 'data',
125
125
  required: false,
126
+ skipPrompt: true,
126
127
  },
127
128
  {
128
129
  type: 'text',
129
130
  name: 'senderId',
130
131
  message: 'senderId',
131
132
  required: false,
133
+ skipPrompt: true,
132
134
  },
133
135
  {
134
136
  type: 'text',
135
137
  name: 'receiverId',
136
138
  message: 'receiverId',
137
139
  required: false,
140
+ skipPrompt: true,
138
141
  },
139
142
  {
140
143
  type: 'text',
@@ -189,18 +192,21 @@ async function handleUpdate(argv, prompter) {
189
192
  name: 'data',
190
193
  message: 'data',
191
194
  required: false,
195
+ skipPrompt: true,
192
196
  },
193
197
  {
194
198
  type: 'text',
195
199
  name: 'senderId',
196
200
  message: 'senderId',
197
201
  required: false,
202
+ skipPrompt: true,
198
203
  },
199
204
  {
200
205
  type: 'text',
201
206
  name: 'receiverId',
202
207
  message: 'receiverId',
203
208
  required: false,
209
+ skipPrompt: true,
204
210
  },
205
211
  {
206
212
  type: 'text',