@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
@@ -144,6 +144,7 @@ async function handleCreate(argv, prompter) {
144
144
  name: 'databaseId',
145
145
  message: 'databaseId',
146
146
  required: false,
147
+ skipPrompt: true,
147
148
  },
148
149
  {
149
150
  type: 'text',
@@ -156,12 +157,14 @@ async function handleCreate(argv, prompter) {
156
157
  name: 'name',
157
158
  message: 'name',
158
159
  required: false,
160
+ skipPrompt: true,
159
161
  },
160
162
  {
161
163
  type: 'text',
162
164
  name: 'type',
163
165
  message: 'type',
164
166
  required: false,
167
+ skipPrompt: true,
165
168
  },
166
169
  {
167
170
  type: 'text',
@@ -174,36 +177,42 @@ async function handleCreate(argv, prompter) {
174
177
  name: 'expr',
175
178
  message: 'expr',
176
179
  required: false,
180
+ skipPrompt: true,
177
181
  },
178
182
  {
179
183
  type: 'text',
180
184
  name: 'smartTags',
181
185
  message: 'smartTags',
182
186
  required: false,
187
+ skipPrompt: true,
183
188
  },
184
189
  {
185
190
  type: 'text',
186
191
  name: 'category',
187
192
  message: 'category',
188
193
  required: false,
194
+ skipPrompt: true,
189
195
  },
190
196
  {
191
197
  type: 'text',
192
198
  name: 'module',
193
199
  message: 'module',
194
200
  required: false,
201
+ skipPrompt: true,
195
202
  },
196
203
  {
197
204
  type: 'text',
198
205
  name: 'scope',
199
206
  message: 'scope',
200
207
  required: false,
208
+ skipPrompt: true,
201
209
  },
202
210
  {
203
211
  type: 'text',
204
212
  name: 'tags',
205
213
  message: 'tags',
206
214
  required: false,
215
+ skipPrompt: true,
207
216
  },
208
217
  ]);
209
218
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -266,6 +275,7 @@ async function handleUpdate(argv, prompter) {
266
275
  name: 'databaseId',
267
276
  message: 'databaseId',
268
277
  required: false,
278
+ skipPrompt: true,
269
279
  },
270
280
  {
271
281
  type: 'text',
@@ -278,12 +288,14 @@ async function handleUpdate(argv, prompter) {
278
288
  name: 'name',
279
289
  message: 'name',
280
290
  required: false,
291
+ skipPrompt: true,
281
292
  },
282
293
  {
283
294
  type: 'text',
284
295
  name: 'type',
285
296
  message: 'type',
286
297
  required: false,
298
+ skipPrompt: true,
287
299
  },
288
300
  {
289
301
  type: 'text',
@@ -296,36 +308,42 @@ async function handleUpdate(argv, prompter) {
296
308
  name: 'expr',
297
309
  message: 'expr',
298
310
  required: false,
311
+ skipPrompt: true,
299
312
  },
300
313
  {
301
314
  type: 'text',
302
315
  name: 'smartTags',
303
316
  message: 'smartTags',
304
317
  required: false,
318
+ skipPrompt: true,
305
319
  },
306
320
  {
307
321
  type: 'text',
308
322
  name: 'category',
309
323
  message: 'category',
310
324
  required: false,
325
+ skipPrompt: true,
311
326
  },
312
327
  {
313
328
  type: 'text',
314
329
  name: 'module',
315
330
  message: 'module',
316
331
  required: false,
332
+ skipPrompt: true,
317
333
  },
318
334
  {
319
335
  type: 'text',
320
336
  name: 'scope',
321
337
  message: 'scope',
322
338
  required: false,
339
+ skipPrompt: true,
323
340
  },
324
341
  {
325
342
  type: 'text',
326
343
  name: 'tags',
327
344
  message: 'tags',
328
345
  required: false,
346
+ skipPrompt: true,
329
347
  },
330
348
  ]);
331
349
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -120,18 +120,21 @@ async function handleCreate(argv, prompter) {
120
120
  name: 'data',
121
121
  message: 'data',
122
122
  required: false,
123
+ skipPrompt: true,
123
124
  },
124
125
  {
125
126
  type: 'text',
126
127
  name: 'senderId',
127
128
  message: 'senderId',
128
129
  required: false,
130
+ skipPrompt: true,
129
131
  },
130
132
  {
131
133
  type: 'text',
132
134
  name: 'receiverId',
133
135
  message: 'receiverId',
134
136
  required: false,
137
+ skipPrompt: true,
135
138
  },
136
139
  ]);
137
140
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -178,18 +181,21 @@ async function handleUpdate(argv, prompter) {
178
181
  name: 'data',
179
182
  message: 'data',
180
183
  required: false,
184
+ skipPrompt: true,
181
185
  },
182
186
  {
183
187
  type: 'text',
184
188
  name: 'senderId',
185
189
  message: 'senderId',
186
190
  required: false,
191
+ skipPrompt: true,
187
192
  },
188
193
  {
189
194
  type: 'text',
190
195
  name: 'receiverId',
191
196
  message: 'receiverId',
192
197
  required: false,
198
+ skipPrompt: true,
193
199
  },
194
200
  ]);
195
201
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -129,6 +129,7 @@ async function handleCreate(argv, prompter) {
129
129
  name: 'message',
130
130
  message: 'message',
131
131
  required: false,
132
+ skipPrompt: true,
132
133
  },
133
134
  {
134
135
  type: 'text',
@@ -147,30 +148,35 @@ async function handleCreate(argv, prompter) {
147
148
  name: 'parentIds',
148
149
  message: 'parentIds',
149
150
  required: false,
151
+ skipPrompt: true,
150
152
  },
151
153
  {
152
154
  type: 'text',
153
155
  name: 'authorId',
154
156
  message: 'authorId',
155
157
  required: false,
158
+ skipPrompt: true,
156
159
  },
157
160
  {
158
161
  type: 'text',
159
162
  name: 'committerId',
160
163
  message: 'committerId',
161
164
  required: false,
165
+ skipPrompt: true,
162
166
  },
163
167
  {
164
168
  type: 'text',
165
169
  name: 'treeId',
166
170
  message: 'treeId',
167
171
  required: false,
172
+ skipPrompt: true,
168
173
  },
169
174
  {
170
175
  type: 'text',
171
176
  name: 'date',
172
177
  message: 'date',
173
178
  required: false,
179
+ skipPrompt: true,
174
180
  },
175
181
  ]);
176
182
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -225,6 +231,7 @@ async function handleUpdate(argv, prompter) {
225
231
  name: 'message',
226
232
  message: 'message',
227
233
  required: false,
234
+ skipPrompt: true,
228
235
  },
229
236
  {
230
237
  type: 'text',
@@ -243,30 +250,35 @@ async function handleUpdate(argv, prompter) {
243
250
  name: 'parentIds',
244
251
  message: 'parentIds',
245
252
  required: false,
253
+ skipPrompt: true,
246
254
  },
247
255
  {
248
256
  type: 'text',
249
257
  name: 'authorId',
250
258
  message: 'authorId',
251
259
  required: false,
260
+ skipPrompt: true,
252
261
  },
253
262
  {
254
263
  type: 'text',
255
264
  name: 'committerId',
256
265
  message: 'committerId',
257
266
  required: false,
267
+ skipPrompt: true,
258
268
  },
259
269
  {
260
270
  type: 'text',
261
271
  name: 'treeId',
262
272
  message: 'treeId',
263
273
  required: false,
274
+ skipPrompt: true,
264
275
  },
265
276
  {
266
277
  type: 'text',
267
278
  name: 'date',
268
279
  message: 'date',
269
280
  required: false,
281
+ skipPrompt: true,
270
282
  },
271
283
  ]);
272
284
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -126,6 +126,7 @@ async function handleCreate(argv, prompter) {
126
126
  name: 'ownerId',
127
127
  message: 'ownerId',
128
128
  required: false,
129
+ skipPrompt: true,
129
130
  },
130
131
  {
131
132
  type: 'text',
@@ -150,6 +151,7 @@ async function handleCreate(argv, prompter) {
150
151
  name: 'isVerified',
151
152
  message: 'isVerified',
152
153
  required: false,
154
+ skipPrompt: true,
153
155
  },
154
156
  ]);
155
157
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -200,6 +202,7 @@ async function handleUpdate(argv, prompter) {
200
202
  name: 'ownerId',
201
203
  message: 'ownerId',
202
204
  required: false,
205
+ skipPrompt: true,
203
206
  },
204
207
  {
205
208
  type: 'text',
@@ -224,6 +227,7 @@ async function handleUpdate(argv, prompter) {
224
227
  name: 'isVerified',
225
228
  message: 'isVerified',
226
229
  required: false,
230
+ skipPrompt: true,
227
231
  },
228
232
  ]);
229
233
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -129,24 +129,28 @@ async function handleCreate(argv, prompter) {
129
129
  name: 'schemaId',
130
130
  message: 'schemaId',
131
131
  required: false,
132
+ skipPrompt: true,
132
133
  },
133
134
  {
134
135
  type: 'text',
135
136
  name: 'privateSchemaId',
136
137
  message: 'privateSchemaId',
137
138
  required: false,
139
+ skipPrompt: true,
138
140
  },
139
141
  {
140
142
  type: 'text',
141
143
  name: 'tableId',
142
144
  message: 'tableId',
143
145
  required: false,
146
+ skipPrompt: true,
144
147
  },
145
148
  {
146
149
  type: 'text',
147
150
  name: 'ownerTableId',
148
151
  message: 'ownerTableId',
149
152
  required: false,
153
+ skipPrompt: true,
150
154
  },
151
155
  {
152
156
  type: 'text',
@@ -209,24 +213,28 @@ async function handleUpdate(argv, prompter) {
209
213
  name: 'schemaId',
210
214
  message: 'schemaId',
211
215
  required: false,
216
+ skipPrompt: true,
212
217
  },
213
218
  {
214
219
  type: 'text',
215
220
  name: 'privateSchemaId',
216
221
  message: 'privateSchemaId',
217
222
  required: false,
223
+ skipPrompt: true,
218
224
  },
219
225
  {
220
226
  type: 'text',
221
227
  name: 'tableId',
222
228
  message: 'tableId',
223
229
  required: false,
230
+ skipPrompt: true,
224
231
  },
225
232
  {
226
233
  type: 'text',
227
234
  name: 'ownerTableId',
228
235
  message: 'ownerTableId',
229
236
  required: false,
237
+ skipPrompt: true,
230
238
  },
231
239
  {
232
240
  type: 'text',
@@ -123,6 +123,7 @@ async function handleCreate(argv, prompter) {
123
123
  name: 'ownerId',
124
124
  message: 'ownerId',
125
125
  required: false,
126
+ skipPrompt: true,
126
127
  },
127
128
  {
128
129
  type: 'text',
@@ -135,12 +136,14 @@ async function handleCreate(argv, prompter) {
135
136
  name: 'isVerified',
136
137
  message: 'isVerified',
137
138
  required: false,
139
+ skipPrompt: true,
138
140
  },
139
141
  {
140
142
  type: 'text',
141
143
  name: 'isPrimary',
142
144
  message: 'isPrimary',
143
145
  required: false,
146
+ skipPrompt: true,
144
147
  },
145
148
  ]);
146
149
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -189,6 +192,7 @@ async function handleUpdate(argv, prompter) {
189
192
  name: 'ownerId',
190
193
  message: 'ownerId',
191
194
  required: false,
195
+ skipPrompt: true,
192
196
  },
193
197
  {
194
198
  type: 'text',
@@ -201,12 +205,14 @@ async function handleUpdate(argv, prompter) {
201
205
  name: 'isVerified',
202
206
  message: 'isVerified',
203
207
  required: false,
208
+ skipPrompt: true,
204
209
  },
205
210
  {
206
211
  type: 'text',
207
212
  name: 'isPrimary',
208
213
  message: 'isPrimary',
209
214
  required: false,
215
+ skipPrompt: true,
210
216
  },
211
217
  ]);
212
218
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -132,24 +132,28 @@ async function handleCreate(argv, prompter) {
132
132
  name: 'schemaId',
133
133
  message: 'schemaId',
134
134
  required: false,
135
+ skipPrompt: true,
135
136
  },
136
137
  {
137
138
  type: 'text',
138
139
  name: 'privateSchemaId',
139
140
  message: 'privateSchemaId',
140
141
  required: false,
142
+ skipPrompt: true,
141
143
  },
142
144
  {
143
145
  type: 'text',
144
146
  name: 'tableId',
145
147
  message: 'tableId',
146
148
  required: false,
149
+ skipPrompt: true,
147
150
  },
148
151
  {
149
152
  type: 'text',
150
153
  name: 'ownerTableId',
151
154
  message: 'ownerTableId',
152
155
  required: false,
156
+ skipPrompt: true,
153
157
  },
154
158
  {
155
159
  type: 'text',
@@ -162,6 +166,7 @@ async function handleCreate(argv, prompter) {
162
166
  name: 'cryptoNetwork',
163
167
  message: 'cryptoNetwork',
164
168
  required: false,
169
+ skipPrompt: true,
165
170
  },
166
171
  ]);
167
172
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -220,24 +225,28 @@ async function handleUpdate(argv, prompter) {
220
225
  name: 'schemaId',
221
226
  message: 'schemaId',
222
227
  required: false,
228
+ skipPrompt: true,
223
229
  },
224
230
  {
225
231
  type: 'text',
226
232
  name: 'privateSchemaId',
227
233
  message: 'privateSchemaId',
228
234
  required: false,
235
+ skipPrompt: true,
229
236
  },
230
237
  {
231
238
  type: 'text',
232
239
  name: 'tableId',
233
240
  message: 'tableId',
234
241
  required: false,
242
+ skipPrompt: true,
235
243
  },
236
244
  {
237
245
  type: 'text',
238
246
  name: 'ownerTableId',
239
247
  message: 'ownerTableId',
240
248
  required: false,
249
+ skipPrompt: true,
241
250
  },
242
251
  {
243
252
  type: 'text',
@@ -250,6 +259,7 @@ async function handleUpdate(argv, prompter) {
250
259
  name: 'cryptoNetwork',
251
260
  message: 'cryptoNetwork',
252
261
  required: false,
262
+ skipPrompt: true,
253
263
  },
254
264
  ]);
255
265
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -150,36 +150,42 @@ 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: 'usersTableId',
157
158
  message: 'usersTableId',
158
159
  required: false,
160
+ skipPrompt: true,
159
161
  },
160
162
  {
161
163
  type: 'text',
162
164
  name: 'secretsTableId',
163
165
  message: 'secretsTableId',
164
166
  required: false,
167
+ skipPrompt: true,
165
168
  },
166
169
  {
167
170
  type: 'text',
168
171
  name: 'sessionsTableId',
169
172
  message: 'sessionsTableId',
170
173
  required: false,
174
+ skipPrompt: true,
171
175
  },
172
176
  {
173
177
  type: 'text',
174
178
  name: 'sessionCredentialsTableId',
175
179
  message: 'sessionCredentialsTableId',
176
180
  required: false,
181
+ skipPrompt: true,
177
182
  },
178
183
  {
179
184
  type: 'text',
180
185
  name: 'addressesTableId',
181
186
  message: 'addressesTableId',
182
187
  required: false,
188
+ skipPrompt: true,
183
189
  },
184
190
  {
185
191
  type: 'text',
@@ -192,30 +198,35 @@ async function handleCreate(argv, prompter) {
192
198
  name: 'cryptoNetwork',
193
199
  message: 'cryptoNetwork',
194
200
  required: false,
201
+ skipPrompt: true,
195
202
  },
196
203
  {
197
204
  type: 'text',
198
205
  name: 'signInRequestChallenge',
199
206
  message: 'signInRequestChallenge',
200
207
  required: false,
208
+ skipPrompt: true,
201
209
  },
202
210
  {
203
211
  type: 'text',
204
212
  name: 'signInRecordFailure',
205
213
  message: 'signInRecordFailure',
206
214
  required: false,
215
+ skipPrompt: true,
207
216
  },
208
217
  {
209
218
  type: 'text',
210
219
  name: 'signUpWithKey',
211
220
  message: 'signUpWithKey',
212
221
  required: false,
222
+ skipPrompt: true,
213
223
  },
214
224
  {
215
225
  type: 'text',
216
226
  name: 'signInWithChallenge',
217
227
  message: 'signInWithChallenge',
218
228
  required: false,
229
+ skipPrompt: true,
219
230
  },
220
231
  ]);
221
232
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -286,36 +297,42 @@ 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: 'usersTableId',
293
305
  message: 'usersTableId',
294
306
  required: false,
307
+ skipPrompt: true,
295
308
  },
296
309
  {
297
310
  type: 'text',
298
311
  name: 'secretsTableId',
299
312
  message: 'secretsTableId',
300
313
  required: false,
314
+ skipPrompt: true,
301
315
  },
302
316
  {
303
317
  type: 'text',
304
318
  name: 'sessionsTableId',
305
319
  message: 'sessionsTableId',
306
320
  required: false,
321
+ skipPrompt: true,
307
322
  },
308
323
  {
309
324
  type: 'text',
310
325
  name: 'sessionCredentialsTableId',
311
326
  message: 'sessionCredentialsTableId',
312
327
  required: false,
328
+ skipPrompt: true,
313
329
  },
314
330
  {
315
331
  type: 'text',
316
332
  name: 'addressesTableId',
317
333
  message: 'addressesTableId',
318
334
  required: false,
335
+ skipPrompt: true,
319
336
  },
320
337
  {
321
338
  type: 'text',
@@ -328,30 +345,35 @@ async function handleUpdate(argv, prompter) {
328
345
  name: 'cryptoNetwork',
329
346
  message: 'cryptoNetwork',
330
347
  required: false,
348
+ skipPrompt: true,
331
349
  },
332
350
  {
333
351
  type: 'text',
334
352
  name: 'signInRequestChallenge',
335
353
  message: 'signInRequestChallenge',
336
354
  required: false,
355
+ skipPrompt: true,
337
356
  },
338
357
  {
339
358
  type: 'text',
340
359
  name: 'signInRecordFailure',
341
360
  message: 'signInRecordFailure',
342
361
  required: false,
362
+ skipPrompt: true,
343
363
  },
344
364
  {
345
365
  type: 'text',
346
366
  name: 'signUpWithKey',
347
367
  message: 'signUpWithKey',
348
368
  required: false,
369
+ skipPrompt: true,
349
370
  },
350
371
  {
351
372
  type: 'text',
352
373
  name: 'signInWithChallenge',
353
374
  message: 'signInWithChallenge',
354
375
  required: false,
376
+ skipPrompt: true,
355
377
  },
356
378
  ]);
357
379
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);