@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
@@ -165,72 +165,84 @@ async function handleCreate(argv, prompter) {
165
165
  name: 'name',
166
166
  message: 'name',
167
167
  required: false,
168
+ skipPrompt: true,
168
169
  },
169
170
  {
170
171
  type: 'text',
171
172
  name: 'fieldIds',
172
173
  message: 'fieldIds',
173
174
  required: false,
175
+ skipPrompt: true,
174
176
  },
175
177
  {
176
178
  type: 'text',
177
179
  name: 'includeFieldIds',
178
180
  message: 'includeFieldIds',
179
181
  required: false,
182
+ skipPrompt: true,
180
183
  },
181
184
  {
182
185
  type: 'text',
183
186
  name: 'accessMethod',
184
187
  message: 'accessMethod',
185
188
  required: false,
189
+ skipPrompt: true,
186
190
  },
187
191
  {
188
192
  type: 'text',
189
193
  name: 'indexParams',
190
194
  message: 'indexParams',
191
195
  required: false,
196
+ skipPrompt: true,
192
197
  },
193
198
  {
194
199
  type: 'text',
195
200
  name: 'whereClause',
196
201
  message: 'whereClause',
197
202
  required: false,
203
+ skipPrompt: true,
198
204
  },
199
205
  {
200
206
  type: 'text',
201
207
  name: 'isUnique',
202
208
  message: 'isUnique',
203
209
  required: false,
210
+ skipPrompt: true,
204
211
  },
205
212
  {
206
213
  type: 'text',
207
214
  name: 'smartTags',
208
215
  message: 'smartTags',
209
216
  required: false,
217
+ skipPrompt: true,
210
218
  },
211
219
  {
212
220
  type: 'text',
213
221
  name: 'category',
214
222
  message: 'category',
215
223
  required: false,
224
+ skipPrompt: true,
216
225
  },
217
226
  {
218
227
  type: 'text',
219
228
  name: 'module',
220
229
  message: 'module',
221
230
  required: false,
231
+ skipPrompt: true,
222
232
  },
223
233
  {
224
234
  type: 'text',
225
235
  name: 'scope',
226
236
  message: 'scope',
227
237
  required: false,
238
+ skipPrompt: true,
228
239
  },
229
240
  {
230
241
  type: 'text',
231
242
  name: 'tags',
232
243
  message: 'tags',
233
244
  required: false,
245
+ skipPrompt: true,
234
246
  },
235
247
  ]);
236
248
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -311,72 +323,84 @@ async function handleUpdate(argv, prompter) {
311
323
  name: 'name',
312
324
  message: 'name',
313
325
  required: false,
326
+ skipPrompt: true,
314
327
  },
315
328
  {
316
329
  type: 'text',
317
330
  name: 'fieldIds',
318
331
  message: 'fieldIds',
319
332
  required: false,
333
+ skipPrompt: true,
320
334
  },
321
335
  {
322
336
  type: 'text',
323
337
  name: 'includeFieldIds',
324
338
  message: 'includeFieldIds',
325
339
  required: false,
340
+ skipPrompt: true,
326
341
  },
327
342
  {
328
343
  type: 'text',
329
344
  name: 'accessMethod',
330
345
  message: 'accessMethod',
331
346
  required: false,
347
+ skipPrompt: true,
332
348
  },
333
349
  {
334
350
  type: 'text',
335
351
  name: 'indexParams',
336
352
  message: 'indexParams',
337
353
  required: false,
354
+ skipPrompt: true,
338
355
  },
339
356
  {
340
357
  type: 'text',
341
358
  name: 'whereClause',
342
359
  message: 'whereClause',
343
360
  required: false,
361
+ skipPrompt: true,
344
362
  },
345
363
  {
346
364
  type: 'text',
347
365
  name: 'isUnique',
348
366
  message: 'isUnique',
349
367
  required: false,
368
+ skipPrompt: true,
350
369
  },
351
370
  {
352
371
  type: 'text',
353
372
  name: 'smartTags',
354
373
  message: 'smartTags',
355
374
  required: false,
375
+ skipPrompt: true,
356
376
  },
357
377
  {
358
378
  type: 'text',
359
379
  name: 'category',
360
380
  message: 'category',
361
381
  required: false,
382
+ skipPrompt: true,
362
383
  },
363
384
  {
364
385
  type: 'text',
365
386
  name: 'module',
366
387
  message: 'module',
367
388
  required: false,
389
+ skipPrompt: true,
368
390
  },
369
391
  {
370
392
  type: 'text',
371
393
  name: 'scope',
372
394
  message: 'scope',
373
395
  required: false,
396
+ skipPrompt: true,
374
397
  },
375
398
  {
376
399
  type: 'text',
377
400
  name: 'tags',
378
401
  message: 'tags',
379
402
  required: false,
403
+ skipPrompt: true,
380
404
  },
381
405
  ]);
382
406
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -138,54 +138,63 @@ async function handleCreate(argv, prompter) {
138
138
  name: 'email',
139
139
  message: 'email',
140
140
  required: false,
141
+ skipPrompt: true,
141
142
  },
142
143
  {
143
144
  type: 'text',
144
145
  name: 'senderId',
145
146
  message: 'senderId',
146
147
  required: false,
148
+ skipPrompt: true,
147
149
  },
148
150
  {
149
151
  type: 'text',
150
152
  name: 'inviteToken',
151
153
  message: 'inviteToken',
152
154
  required: false,
155
+ skipPrompt: true,
153
156
  },
154
157
  {
155
158
  type: 'text',
156
159
  name: 'inviteValid',
157
160
  message: 'inviteValid',
158
161
  required: false,
162
+ skipPrompt: true,
159
163
  },
160
164
  {
161
165
  type: 'text',
162
166
  name: 'inviteLimit',
163
167
  message: 'inviteLimit',
164
168
  required: false,
169
+ skipPrompt: true,
165
170
  },
166
171
  {
167
172
  type: 'text',
168
173
  name: 'inviteCount',
169
174
  message: 'inviteCount',
170
175
  required: false,
176
+ skipPrompt: true,
171
177
  },
172
178
  {
173
179
  type: 'text',
174
180
  name: 'multiple',
175
181
  message: 'multiple',
176
182
  required: false,
183
+ skipPrompt: true,
177
184
  },
178
185
  {
179
186
  type: 'text',
180
187
  name: 'data',
181
188
  message: 'data',
182
189
  required: false,
190
+ skipPrompt: true,
183
191
  },
184
192
  {
185
193
  type: 'text',
186
194
  name: 'expiresAt',
187
195
  message: 'expiresAt',
188
196
  required: false,
197
+ skipPrompt: true,
189
198
  },
190
199
  ]);
191
200
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -244,54 +253,63 @@ async function handleUpdate(argv, prompter) {
244
253
  name: 'email',
245
254
  message: 'email',
246
255
  required: false,
256
+ skipPrompt: true,
247
257
  },
248
258
  {
249
259
  type: 'text',
250
260
  name: 'senderId',
251
261
  message: 'senderId',
252
262
  required: false,
263
+ skipPrompt: true,
253
264
  },
254
265
  {
255
266
  type: 'text',
256
267
  name: 'inviteToken',
257
268
  message: 'inviteToken',
258
269
  required: false,
270
+ skipPrompt: true,
259
271
  },
260
272
  {
261
273
  type: 'text',
262
274
  name: 'inviteValid',
263
275
  message: 'inviteValid',
264
276
  required: false,
277
+ skipPrompt: true,
265
278
  },
266
279
  {
267
280
  type: 'text',
268
281
  name: 'inviteLimit',
269
282
  message: 'inviteLimit',
270
283
  required: false,
284
+ skipPrompt: true,
271
285
  },
272
286
  {
273
287
  type: 'text',
274
288
  name: 'inviteCount',
275
289
  message: 'inviteCount',
276
290
  required: false,
291
+ skipPrompt: true,
277
292
  },
278
293
  {
279
294
  type: 'text',
280
295
  name: 'multiple',
281
296
  message: 'multiple',
282
297
  required: false,
298
+ skipPrompt: true,
283
299
  },
284
300
  {
285
301
  type: 'text',
286
302
  name: 'data',
287
303
  message: 'data',
288
304
  required: false,
305
+ skipPrompt: true,
289
306
  },
290
307
  {
291
308
  type: 'text',
292
309
  name: 'expiresAt',
293
310
  message: 'expiresAt',
294
311
  required: false,
312
+ skipPrompt: true,
295
313
  },
296
314
  ]);
297
315
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -150,60 +150,70 @@ async function handleCreate(argv, prompter) {
150
150
  name: 'schemaId',
151
151
  message: 'schemaId',
152
152
  required: false,
153
+ skipPrompt: true,
153
154
  },
154
155
  {
155
156
  type: 'text',
156
157
  name: 'privateSchemaId',
157
158
  message: 'privateSchemaId',
158
159
  required: false,
160
+ skipPrompt: true,
159
161
  },
160
162
  {
161
163
  type: 'text',
162
164
  name: 'emailsTableId',
163
165
  message: 'emailsTableId',
164
166
  required: false,
167
+ skipPrompt: true,
165
168
  },
166
169
  {
167
170
  type: 'text',
168
171
  name: 'usersTableId',
169
172
  message: 'usersTableId',
170
173
  required: false,
174
+ skipPrompt: true,
171
175
  },
172
176
  {
173
177
  type: 'text',
174
178
  name: 'invitesTableId',
175
179
  message: 'invitesTableId',
176
180
  required: false,
181
+ skipPrompt: true,
177
182
  },
178
183
  {
179
184
  type: 'text',
180
185
  name: 'claimedInvitesTableId',
181
186
  message: 'claimedInvitesTableId',
182
187
  required: false,
188
+ skipPrompt: true,
183
189
  },
184
190
  {
185
191
  type: 'text',
186
192
  name: 'invitesTableName',
187
193
  message: 'invitesTableName',
188
194
  required: false,
195
+ skipPrompt: true,
189
196
  },
190
197
  {
191
198
  type: 'text',
192
199
  name: 'claimedInvitesTableName',
193
200
  message: 'claimedInvitesTableName',
194
201
  required: false,
202
+ skipPrompt: true,
195
203
  },
196
204
  {
197
205
  type: 'text',
198
206
  name: 'submitInviteCodeFunction',
199
207
  message: 'submitInviteCodeFunction',
200
208
  required: false,
209
+ skipPrompt: true,
201
210
  },
202
211
  {
203
212
  type: 'text',
204
213
  name: 'prefix',
205
214
  message: 'prefix',
206
215
  required: false,
216
+ skipPrompt: true,
207
217
  },
208
218
  {
209
219
  type: 'text',
@@ -216,6 +226,7 @@ async function handleCreate(argv, prompter) {
216
226
  name: 'entityTableId',
217
227
  message: 'entityTableId',
218
228
  required: false,
229
+ skipPrompt: true,
219
230
  },
220
231
  ]);
221
232
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -286,60 +297,70 @@ async function handleUpdate(argv, prompter) {
286
297
  name: 'schemaId',
287
298
  message: 'schemaId',
288
299
  required: false,
300
+ skipPrompt: true,
289
301
  },
290
302
  {
291
303
  type: 'text',
292
304
  name: 'privateSchemaId',
293
305
  message: 'privateSchemaId',
294
306
  required: false,
307
+ skipPrompt: true,
295
308
  },
296
309
  {
297
310
  type: 'text',
298
311
  name: 'emailsTableId',
299
312
  message: 'emailsTableId',
300
313
  required: false,
314
+ skipPrompt: true,
301
315
  },
302
316
  {
303
317
  type: 'text',
304
318
  name: 'usersTableId',
305
319
  message: 'usersTableId',
306
320
  required: false,
321
+ skipPrompt: true,
307
322
  },
308
323
  {
309
324
  type: 'text',
310
325
  name: 'invitesTableId',
311
326
  message: 'invitesTableId',
312
327
  required: false,
328
+ skipPrompt: true,
313
329
  },
314
330
  {
315
331
  type: 'text',
316
332
  name: 'claimedInvitesTableId',
317
333
  message: 'claimedInvitesTableId',
318
334
  required: false,
335
+ skipPrompt: true,
319
336
  },
320
337
  {
321
338
  type: 'text',
322
339
  name: 'invitesTableName',
323
340
  message: 'invitesTableName',
324
341
  required: false,
342
+ skipPrompt: true,
325
343
  },
326
344
  {
327
345
  type: 'text',
328
346
  name: 'claimedInvitesTableName',
329
347
  message: 'claimedInvitesTableName',
330
348
  required: false,
349
+ skipPrompt: true,
331
350
  },
332
351
  {
333
352
  type: 'text',
334
353
  name: 'submitInviteCodeFunction',
335
354
  message: 'submitInviteCodeFunction',
336
355
  required: false,
356
+ skipPrompt: true,
337
357
  },
338
358
  {
339
359
  type: 'text',
340
360
  name: 'prefix',
341
361
  message: 'prefix',
342
362
  required: false,
363
+ skipPrompt: true,
343
364
  },
344
365
  {
345
366
  type: 'text',
@@ -352,6 +373,7 @@ async function handleUpdate(argv, prompter) {
352
373
  name: 'entityTableId',
353
374
  message: 'entityTableId',
354
375
  required: false,
376
+ skipPrompt: true,
355
377
  },
356
378
  ]);
357
379
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);