@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
@@ -199,120 +199,140 @@ async function handleCreate(argv, prompter) {
199
199
  name: 'schemaId',
200
200
  message: 'schemaId',
201
201
  required: false,
202
+ skipPrompt: true,
202
203
  },
203
204
  {
204
205
  type: 'text',
205
206
  name: 'privateSchemaId',
206
207
  message: 'privateSchemaId',
207
208
  required: false,
209
+ skipPrompt: true,
208
210
  },
209
211
  {
210
212
  type: 'text',
211
213
  name: 'membershipsTableId',
212
214
  message: 'membershipsTableId',
213
215
  required: false,
216
+ skipPrompt: true,
214
217
  },
215
218
  {
216
219
  type: 'text',
217
220
  name: 'membershipsTableName',
218
221
  message: 'membershipsTableName',
219
222
  required: false,
223
+ skipPrompt: true,
220
224
  },
221
225
  {
222
226
  type: 'text',
223
227
  name: 'membersTableId',
224
228
  message: 'membersTableId',
225
229
  required: false,
230
+ skipPrompt: true,
226
231
  },
227
232
  {
228
233
  type: 'text',
229
234
  name: 'membersTableName',
230
235
  message: 'membersTableName',
231
236
  required: false,
237
+ skipPrompt: true,
232
238
  },
233
239
  {
234
240
  type: 'text',
235
241
  name: 'membershipDefaultsTableId',
236
242
  message: 'membershipDefaultsTableId',
237
243
  required: false,
244
+ skipPrompt: true,
238
245
  },
239
246
  {
240
247
  type: 'text',
241
248
  name: 'membershipDefaultsTableName',
242
249
  message: 'membershipDefaultsTableName',
243
250
  required: false,
251
+ skipPrompt: true,
244
252
  },
245
253
  {
246
254
  type: 'text',
247
255
  name: 'grantsTableId',
248
256
  message: 'grantsTableId',
249
257
  required: false,
258
+ skipPrompt: true,
250
259
  },
251
260
  {
252
261
  type: 'text',
253
262
  name: 'grantsTableName',
254
263
  message: 'grantsTableName',
255
264
  required: false,
265
+ skipPrompt: true,
256
266
  },
257
267
  {
258
268
  type: 'text',
259
269
  name: 'actorTableId',
260
270
  message: 'actorTableId',
261
271
  required: false,
272
+ skipPrompt: true,
262
273
  },
263
274
  {
264
275
  type: 'text',
265
276
  name: 'limitsTableId',
266
277
  message: 'limitsTableId',
267
278
  required: false,
279
+ skipPrompt: true,
268
280
  },
269
281
  {
270
282
  type: 'text',
271
283
  name: 'defaultLimitsTableId',
272
284
  message: 'defaultLimitsTableId',
273
285
  required: false,
286
+ skipPrompt: true,
274
287
  },
275
288
  {
276
289
  type: 'text',
277
290
  name: 'permissionsTableId',
278
291
  message: 'permissionsTableId',
279
292
  required: false,
293
+ skipPrompt: true,
280
294
  },
281
295
  {
282
296
  type: 'text',
283
297
  name: 'defaultPermissionsTableId',
284
298
  message: 'defaultPermissionsTableId',
285
299
  required: false,
300
+ skipPrompt: true,
286
301
  },
287
302
  {
288
303
  type: 'text',
289
304
  name: 'sprtTableId',
290
305
  message: 'sprtTableId',
291
306
  required: false,
307
+ skipPrompt: true,
292
308
  },
293
309
  {
294
310
  type: 'text',
295
311
  name: 'adminGrantsTableId',
296
312
  message: 'adminGrantsTableId',
297
313
  required: false,
314
+ skipPrompt: true,
298
315
  },
299
316
  {
300
317
  type: 'text',
301
318
  name: 'adminGrantsTableName',
302
319
  message: 'adminGrantsTableName',
303
320
  required: false,
321
+ skipPrompt: true,
304
322
  },
305
323
  {
306
324
  type: 'text',
307
325
  name: 'ownerGrantsTableId',
308
326
  message: 'ownerGrantsTableId',
309
327
  required: false,
328
+ skipPrompt: true,
310
329
  },
311
330
  {
312
331
  type: 'text',
313
332
  name: 'ownerGrantsTableName',
314
333
  message: 'ownerGrantsTableName',
315
334
  required: false,
335
+ skipPrompt: true,
316
336
  },
317
337
  {
318
338
  type: 'text',
@@ -325,48 +345,56 @@ async function handleCreate(argv, prompter) {
325
345
  name: 'entityTableId',
326
346
  message: 'entityTableId',
327
347
  required: false,
348
+ skipPrompt: true,
328
349
  },
329
350
  {
330
351
  type: 'text',
331
352
  name: 'entityTableOwnerId',
332
353
  message: 'entityTableOwnerId',
333
354
  required: false,
355
+ skipPrompt: true,
334
356
  },
335
357
  {
336
358
  type: 'text',
337
359
  name: 'prefix',
338
360
  message: 'prefix',
339
361
  required: false,
362
+ skipPrompt: true,
340
363
  },
341
364
  {
342
365
  type: 'text',
343
366
  name: 'actorMaskCheck',
344
367
  message: 'actorMaskCheck',
345
368
  required: false,
369
+ skipPrompt: true,
346
370
  },
347
371
  {
348
372
  type: 'text',
349
373
  name: 'actorPermCheck',
350
374
  message: 'actorPermCheck',
351
375
  required: false,
376
+ skipPrompt: true,
352
377
  },
353
378
  {
354
379
  type: 'text',
355
380
  name: 'entityIdsByMask',
356
381
  message: 'entityIdsByMask',
357
382
  required: false,
383
+ skipPrompt: true,
358
384
  },
359
385
  {
360
386
  type: 'text',
361
387
  name: 'entityIdsByPerm',
362
388
  message: 'entityIdsByPerm',
363
389
  required: false,
390
+ skipPrompt: true,
364
391
  },
365
392
  {
366
393
  type: 'text',
367
394
  name: 'entityIdsFunction',
368
395
  message: 'entityIdsFunction',
369
396
  required: false,
397
+ skipPrompt: true,
370
398
  },
371
399
  ]);
372
400
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -471,120 +499,140 @@ async function handleUpdate(argv, prompter) {
471
499
  name: 'schemaId',
472
500
  message: 'schemaId',
473
501
  required: false,
502
+ skipPrompt: true,
474
503
  },
475
504
  {
476
505
  type: 'text',
477
506
  name: 'privateSchemaId',
478
507
  message: 'privateSchemaId',
479
508
  required: false,
509
+ skipPrompt: true,
480
510
  },
481
511
  {
482
512
  type: 'text',
483
513
  name: 'membershipsTableId',
484
514
  message: 'membershipsTableId',
485
515
  required: false,
516
+ skipPrompt: true,
486
517
  },
487
518
  {
488
519
  type: 'text',
489
520
  name: 'membershipsTableName',
490
521
  message: 'membershipsTableName',
491
522
  required: false,
523
+ skipPrompt: true,
492
524
  },
493
525
  {
494
526
  type: 'text',
495
527
  name: 'membersTableId',
496
528
  message: 'membersTableId',
497
529
  required: false,
530
+ skipPrompt: true,
498
531
  },
499
532
  {
500
533
  type: 'text',
501
534
  name: 'membersTableName',
502
535
  message: 'membersTableName',
503
536
  required: false,
537
+ skipPrompt: true,
504
538
  },
505
539
  {
506
540
  type: 'text',
507
541
  name: 'membershipDefaultsTableId',
508
542
  message: 'membershipDefaultsTableId',
509
543
  required: false,
544
+ skipPrompt: true,
510
545
  },
511
546
  {
512
547
  type: 'text',
513
548
  name: 'membershipDefaultsTableName',
514
549
  message: 'membershipDefaultsTableName',
515
550
  required: false,
551
+ skipPrompt: true,
516
552
  },
517
553
  {
518
554
  type: 'text',
519
555
  name: 'grantsTableId',
520
556
  message: 'grantsTableId',
521
557
  required: false,
558
+ skipPrompt: true,
522
559
  },
523
560
  {
524
561
  type: 'text',
525
562
  name: 'grantsTableName',
526
563
  message: 'grantsTableName',
527
564
  required: false,
565
+ skipPrompt: true,
528
566
  },
529
567
  {
530
568
  type: 'text',
531
569
  name: 'actorTableId',
532
570
  message: 'actorTableId',
533
571
  required: false,
572
+ skipPrompt: true,
534
573
  },
535
574
  {
536
575
  type: 'text',
537
576
  name: 'limitsTableId',
538
577
  message: 'limitsTableId',
539
578
  required: false,
579
+ skipPrompt: true,
540
580
  },
541
581
  {
542
582
  type: 'text',
543
583
  name: 'defaultLimitsTableId',
544
584
  message: 'defaultLimitsTableId',
545
585
  required: false,
586
+ skipPrompt: true,
546
587
  },
547
588
  {
548
589
  type: 'text',
549
590
  name: 'permissionsTableId',
550
591
  message: 'permissionsTableId',
551
592
  required: false,
593
+ skipPrompt: true,
552
594
  },
553
595
  {
554
596
  type: 'text',
555
597
  name: 'defaultPermissionsTableId',
556
598
  message: 'defaultPermissionsTableId',
557
599
  required: false,
600
+ skipPrompt: true,
558
601
  },
559
602
  {
560
603
  type: 'text',
561
604
  name: 'sprtTableId',
562
605
  message: 'sprtTableId',
563
606
  required: false,
607
+ skipPrompt: true,
564
608
  },
565
609
  {
566
610
  type: 'text',
567
611
  name: 'adminGrantsTableId',
568
612
  message: 'adminGrantsTableId',
569
613
  required: false,
614
+ skipPrompt: true,
570
615
  },
571
616
  {
572
617
  type: 'text',
573
618
  name: 'adminGrantsTableName',
574
619
  message: 'adminGrantsTableName',
575
620
  required: false,
621
+ skipPrompt: true,
576
622
  },
577
623
  {
578
624
  type: 'text',
579
625
  name: 'ownerGrantsTableId',
580
626
  message: 'ownerGrantsTableId',
581
627
  required: false,
628
+ skipPrompt: true,
582
629
  },
583
630
  {
584
631
  type: 'text',
585
632
  name: 'ownerGrantsTableName',
586
633
  message: 'ownerGrantsTableName',
587
634
  required: false,
635
+ skipPrompt: true,
588
636
  },
589
637
  {
590
638
  type: 'text',
@@ -597,48 +645,56 @@ async function handleUpdate(argv, prompter) {
597
645
  name: 'entityTableId',
598
646
  message: 'entityTableId',
599
647
  required: false,
648
+ skipPrompt: true,
600
649
  },
601
650
  {
602
651
  type: 'text',
603
652
  name: 'entityTableOwnerId',
604
653
  message: 'entityTableOwnerId',
605
654
  required: false,
655
+ skipPrompt: true,
606
656
  },
607
657
  {
608
658
  type: 'text',
609
659
  name: 'prefix',
610
660
  message: 'prefix',
611
661
  required: false,
662
+ skipPrompt: true,
612
663
  },
613
664
  {
614
665
  type: 'text',
615
666
  name: 'actorMaskCheck',
616
667
  message: 'actorMaskCheck',
617
668
  required: false,
669
+ skipPrompt: true,
618
670
  },
619
671
  {
620
672
  type: 'text',
621
673
  name: 'actorPermCheck',
622
674
  message: 'actorPermCheck',
623
675
  required: false,
676
+ skipPrompt: true,
624
677
  },
625
678
  {
626
679
  type: 'text',
627
680
  name: 'entityIdsByMask',
628
681
  message: 'entityIdsByMask',
629
682
  required: false,
683
+ skipPrompt: true,
630
684
  },
631
685
  {
632
686
  type: 'text',
633
687
  name: 'entityIdsByPerm',
634
688
  message: 'entityIdsByPerm',
635
689
  required: false,
690
+ skipPrompt: true,
636
691
  },
637
692
  {
638
693
  type: 'text',
639
694
  name: 'entityIdsFunction',
640
695
  message: 'entityIdsFunction',
641
696
  required: false,
697
+ skipPrompt: true,
642
698
  },
643
699
  ]);
644
700
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -145,24 +145,28 @@ async function handleCreate(argv, prompter) {
145
145
  name: 'displayName',
146
146
  message: 'displayName',
147
147
  required: false,
148
+ skipPrompt: true,
148
149
  },
149
150
  {
150
151
  type: 'text',
151
152
  name: 'description',
152
153
  message: 'description',
153
154
  required: false,
155
+ skipPrompt: true,
154
156
  },
155
157
  {
156
158
  type: 'text',
157
159
  name: 'parameterSchema',
158
160
  message: 'parameterSchema',
159
161
  required: false,
162
+ skipPrompt: true,
160
163
  },
161
164
  {
162
165
  type: 'text',
163
166
  name: 'tags',
164
167
  message: 'tags',
165
168
  required: false,
169
+ skipPrompt: true,
166
170
  },
167
171
  ]);
168
172
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -228,24 +232,28 @@ async function handleUpdate(argv, prompter) {
228
232
  name: 'displayName',
229
233
  message: 'displayName',
230
234
  required: false,
235
+ skipPrompt: true,
231
236
  },
232
237
  {
233
238
  type: 'text',
234
239
  name: 'description',
235
240
  message: 'description',
236
241
  required: false,
242
+ skipPrompt: true,
237
243
  },
238
244
  {
239
245
  type: 'text',
240
246
  name: 'parameterSchema',
241
247
  message: 'parameterSchema',
242
248
  required: false,
249
+ skipPrompt: true,
243
250
  },
244
251
  {
245
252
  type: 'text',
246
253
  name: 'tags',
247
254
  message: 'tags',
248
255
  required: false,
256
+ skipPrompt: true,
249
257
  },
250
258
  ]);
251
259
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -130,24 +130,28 @@ async function handleCreate(argv, prompter) {
130
130
  name: 'kids',
131
131
  message: 'kids',
132
132
  required: false,
133
+ skipPrompt: true,
133
134
  },
134
135
  {
135
136
  type: 'text',
136
137
  name: 'ktree',
137
138
  message: 'ktree',
138
139
  required: false,
140
+ skipPrompt: true,
139
141
  },
140
142
  {
141
143
  type: 'text',
142
144
  name: 'data',
143
145
  message: 'data',
144
146
  required: false,
147
+ skipPrompt: true,
145
148
  },
146
149
  {
147
150
  type: 'text',
148
151
  name: 'frzn',
149
152
  message: 'frzn',
150
153
  required: false,
154
+ skipPrompt: true,
151
155
  },
152
156
  ]);
153
157
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -204,24 +208,28 @@ async function handleUpdate(argv, prompter) {
204
208
  name: 'kids',
205
209
  message: 'kids',
206
210
  required: false,
211
+ skipPrompt: true,
207
212
  },
208
213
  {
209
214
  type: 'text',
210
215
  name: 'ktree',
211
216
  message: 'ktree',
212
217
  required: false,
218
+ skipPrompt: true,
213
219
  },
214
220
  {
215
221
  type: 'text',
216
222
  name: 'data',
217
223
  message: 'data',
218
224
  required: false,
225
+ skipPrompt: true,
219
226
  },
220
227
  {
221
228
  type: 'text',
222
229
  name: 'frzn',
223
230
  message: 'frzn',
224
231
  required: false,
232
+ skipPrompt: true,
225
233
  },
226
234
  ]);
227
235
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -121,6 +121,7 @@ async function handleCreate(argv, prompter) {
121
121
  name: 'isGrant',
122
122
  message: 'isGrant',
123
123
  required: false,
124
+ skipPrompt: true,
124
125
  },
125
126
  {
126
127
  type: 'text',
@@ -139,6 +140,7 @@ async function handleCreate(argv, prompter) {
139
140
  name: 'grantorId',
140
141
  message: 'grantorId',
141
142
  required: false,
143
+ skipPrompt: true,
142
144
  },
143
145
  ]);
144
146
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -187,6 +189,7 @@ async function handleUpdate(argv, prompter) {
187
189
  name: 'isGrant',
188
190
  message: 'isGrant',
189
191
  required: false,
192
+ skipPrompt: true,
190
193
  },
191
194
  {
192
195
  type: 'text',
@@ -205,6 +208,7 @@ async function handleUpdate(argv, prompter) {
205
208
  name: 'grantorId',
206
209
  message: 'grantorId',
207
210
  required: false,
211
+ skipPrompt: true,
208
212
  },
209
213
  ]);
210
214
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -139,6 +139,7 @@ async function handleCreate(argv, prompter) {
139
139
  name: 'parentId',
140
140
  message: 'parentId',
141
141
  required: false,
142
+ skipPrompt: true,
142
143
  },
143
144
  {
144
145
  type: 'text',
@@ -151,18 +152,21 @@ async function handleCreate(argv, prompter) {
151
152
  name: 'isGrant',
152
153
  message: 'isGrant',
153
154
  required: false,
155
+ skipPrompt: true,
154
156
  },
155
157
  {
156
158
  type: 'text',
157
159
  name: 'positionTitle',
158
160
  message: 'positionTitle',
159
161
  required: false,
162
+ skipPrompt: true,
160
163
  },
161
164
  {
162
165
  type: 'text',
163
166
  name: 'positionLevel',
164
167
  message: 'positionLevel',
165
168
  required: false,
169
+ skipPrompt: true,
166
170
  },
167
171
  ]);
168
172
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -228,6 +232,7 @@ async function handleUpdate(argv, prompter) {
228
232
  name: 'parentId',
229
233
  message: 'parentId',
230
234
  required: false,
235
+ skipPrompt: true,
231
236
  },
232
237
  {
233
238
  type: 'text',
@@ -240,18 +245,21 @@ async function handleUpdate(argv, prompter) {
240
245
  name: 'isGrant',
241
246
  message: 'isGrant',
242
247
  required: false,
248
+ skipPrompt: true,
243
249
  },
244
250
  {
245
251
  type: 'text',
246
252
  name: 'positionTitle',
247
253
  message: 'positionTitle',
248
254
  required: false,
255
+ skipPrompt: true,
249
256
  },
250
257
  {
251
258
  type: 'text',
252
259
  name: 'positionLevel',
253
260
  message: 'positionLevel',
254
261
  required: false,
262
+ skipPrompt: true,
255
263
  },
256
264
  ]);
257
265
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -136,18 +136,21 @@ async function handleCreate(argv, prompter) {
136
136
  name: 'parentId',
137
137
  message: 'parentId',
138
138
  required: false,
139
+ skipPrompt: true,
139
140
  },
140
141
  {
141
142
  type: 'text',
142
143
  name: 'positionTitle',
143
144
  message: 'positionTitle',
144
145
  required: false,
146
+ skipPrompt: true,
145
147
  },
146
148
  {
147
149
  type: 'text',
148
150
  name: 'positionLevel',
149
151
  message: 'positionLevel',
150
152
  required: false,
153
+ skipPrompt: true,
151
154
  },
152
155
  ]);
153
156
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -210,18 +213,21 @@ async function handleUpdate(argv, prompter) {
210
213
  name: 'parentId',
211
214
  message: 'parentId',
212
215
  required: false,
216
+ skipPrompt: true,
213
217
  },
214
218
  {
215
219
  type: 'text',
216
220
  name: 'positionTitle',
217
221
  message: 'positionTitle',
218
222
  required: false,
223
+ skipPrompt: true,
219
224
  },
220
225
  {
221
226
  type: 'text',
222
227
  name: 'positionLevel',
223
228
  message: 'positionLevel',
224
229
  required: false,
230
+ skipPrompt: true,
225
231
  },
226
232
  ]);
227
233
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -121,18 +121,21 @@ async function handleCreate(argv, prompter) {
121
121
  name: 'data',
122
122
  message: 'data',
123
123
  required: false,
124
+ skipPrompt: true,
124
125
  },
125
126
  {
126
127
  type: 'text',
127
128
  name: 'senderId',
128
129
  message: 'senderId',
129
130
  required: false,
131
+ skipPrompt: true,
130
132
  },
131
133
  {
132
134
  type: 'text',
133
135
  name: 'receiverId',
134
136
  message: 'receiverId',
135
137
  required: false,
138
+ skipPrompt: true,
136
139
  },
137
140
  {
138
141
  type: 'text',
@@ -187,18 +190,21 @@ async function handleUpdate(argv, prompter) {
187
190
  name: 'data',
188
191
  message: 'data',
189
192
  required: false,
193
+ skipPrompt: true,
190
194
  },
191
195
  {
192
196
  type: 'text',
193
197
  name: 'senderId',
194
198
  message: 'senderId',
195
199
  required: false,
200
+ skipPrompt: true,
196
201
  },
197
202
  {
198
203
  type: 'text',
199
204
  name: 'receiverId',
200
205
  message: 'receiverId',
201
206
  required: false,
207
+ skipPrompt: true,
202
208
  },
203
209
  {
204
210
  type: 'text',