@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
@@ -126,12 +126,14 @@ async function handleCreate(argv, prompter) {
126
126
  name: 'permissions',
127
127
  message: 'permissions',
128
128
  required: false,
129
+ skipPrompt: true,
129
130
  },
130
131
  {
131
132
  type: 'text',
132
133
  name: 'isGrant',
133
134
  message: 'isGrant',
134
135
  required: false,
136
+ skipPrompt: true,
135
137
  },
136
138
  {
137
139
  type: 'text',
@@ -150,6 +152,7 @@ async function handleCreate(argv, prompter) {
150
152
  name: 'grantorId',
151
153
  message: 'grantorId',
152
154
  required: false,
155
+ skipPrompt: true,
153
156
  },
154
157
  ]);
155
158
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -200,12 +203,14 @@ async function handleUpdate(argv, prompter) {
200
203
  name: 'permissions',
201
204
  message: 'permissions',
202
205
  required: false,
206
+ skipPrompt: true,
203
207
  },
204
208
  {
205
209
  type: 'text',
206
210
  name: 'isGrant',
207
211
  message: 'isGrant',
208
212
  required: false,
213
+ skipPrompt: true,
209
214
  },
210
215
  {
211
216
  type: 'text',
@@ -224,6 +229,7 @@ async function handleUpdate(argv, prompter) {
224
229
  name: 'grantorId',
225
230
  message: 'grantorId',
226
231
  required: false,
232
+ skipPrompt: true,
227
233
  },
228
234
  ]);
229
235
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -144,60 +144,70 @@ async function handleCreate(argv, prompter) {
144
144
  name: 'email',
145
145
  message: 'email',
146
146
  required: false,
147
+ skipPrompt: true,
147
148
  },
148
149
  {
149
150
  type: 'text',
150
151
  name: 'senderId',
151
152
  message: 'senderId',
152
153
  required: false,
154
+ skipPrompt: true,
153
155
  },
154
156
  {
155
157
  type: 'text',
156
158
  name: 'receiverId',
157
159
  message: 'receiverId',
158
160
  required: false,
161
+ skipPrompt: true,
159
162
  },
160
163
  {
161
164
  type: 'text',
162
165
  name: 'inviteToken',
163
166
  message: 'inviteToken',
164
167
  required: false,
168
+ skipPrompt: true,
165
169
  },
166
170
  {
167
171
  type: 'text',
168
172
  name: 'inviteValid',
169
173
  message: 'inviteValid',
170
174
  required: false,
175
+ skipPrompt: true,
171
176
  },
172
177
  {
173
178
  type: 'text',
174
179
  name: 'inviteLimit',
175
180
  message: 'inviteLimit',
176
181
  required: false,
182
+ skipPrompt: true,
177
183
  },
178
184
  {
179
185
  type: 'text',
180
186
  name: 'inviteCount',
181
187
  message: 'inviteCount',
182
188
  required: false,
189
+ skipPrompt: true,
183
190
  },
184
191
  {
185
192
  type: 'text',
186
193
  name: 'multiple',
187
194
  message: 'multiple',
188
195
  required: false,
196
+ skipPrompt: true,
189
197
  },
190
198
  {
191
199
  type: 'text',
192
200
  name: 'data',
193
201
  message: 'data',
194
202
  required: false,
203
+ skipPrompt: true,
195
204
  },
196
205
  {
197
206
  type: 'text',
198
207
  name: 'expiresAt',
199
208
  message: 'expiresAt',
200
209
  required: false,
210
+ skipPrompt: true,
201
211
  },
202
212
  {
203
213
  type: 'text',
@@ -266,60 +276,70 @@ async function handleUpdate(argv, prompter) {
266
276
  name: 'email',
267
277
  message: 'email',
268
278
  required: false,
279
+ skipPrompt: true,
269
280
  },
270
281
  {
271
282
  type: 'text',
272
283
  name: 'senderId',
273
284
  message: 'senderId',
274
285
  required: false,
286
+ skipPrompt: true,
275
287
  },
276
288
  {
277
289
  type: 'text',
278
290
  name: 'receiverId',
279
291
  message: 'receiverId',
280
292
  required: false,
293
+ skipPrompt: true,
281
294
  },
282
295
  {
283
296
  type: 'text',
284
297
  name: 'inviteToken',
285
298
  message: 'inviteToken',
286
299
  required: false,
300
+ skipPrompt: true,
287
301
  },
288
302
  {
289
303
  type: 'text',
290
304
  name: 'inviteValid',
291
305
  message: 'inviteValid',
292
306
  required: false,
307
+ skipPrompt: true,
293
308
  },
294
309
  {
295
310
  type: 'text',
296
311
  name: 'inviteLimit',
297
312
  message: 'inviteLimit',
298
313
  required: false,
314
+ skipPrompt: true,
299
315
  },
300
316
  {
301
317
  type: 'text',
302
318
  name: 'inviteCount',
303
319
  message: 'inviteCount',
304
320
  required: false,
321
+ skipPrompt: true,
305
322
  },
306
323
  {
307
324
  type: 'text',
308
325
  name: 'multiple',
309
326
  message: 'multiple',
310
327
  required: false,
328
+ skipPrompt: true,
311
329
  },
312
330
  {
313
331
  type: 'text',
314
332
  name: 'data',
315
333
  message: 'data',
316
334
  required: false,
335
+ skipPrompt: true,
317
336
  },
318
337
  {
319
338
  type: 'text',
320
339
  name: 'expiresAt',
321
340
  message: 'expiresAt',
322
341
  required: false,
342
+ skipPrompt: true,
323
343
  },
324
344
  {
325
345
  type: 'text',
@@ -117,6 +117,7 @@ async function handleCreate(argv, prompter) {
117
117
  name: 'max',
118
118
  message: 'max',
119
119
  required: false,
120
+ skipPrompt: true,
120
121
  },
121
122
  ]);
122
123
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -165,6 +166,7 @@ async function handleUpdate(argv, prompter) {
165
166
  name: 'max',
166
167
  message: 'max',
167
168
  required: false,
169
+ skipPrompt: true,
168
170
  },
169
171
  ]);
170
172
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -120,6 +120,7 @@ async function handleCreate(argv, prompter) {
120
120
  name: 'name',
121
121
  message: 'name',
122
122
  required: false,
123
+ skipPrompt: true,
123
124
  },
124
125
  {
125
126
  type: 'text',
@@ -132,12 +133,14 @@ async function handleCreate(argv, prompter) {
132
133
  name: 'num',
133
134
  message: 'num',
134
135
  required: false,
136
+ skipPrompt: true,
135
137
  },
136
138
  {
137
139
  type: 'text',
138
140
  name: 'max',
139
141
  message: 'max',
140
142
  required: false,
143
+ skipPrompt: true,
141
144
  },
142
145
  {
143
146
  type: 'text',
@@ -192,6 +195,7 @@ async function handleUpdate(argv, prompter) {
192
195
  name: 'name',
193
196
  message: 'name',
194
197
  required: false,
198
+ skipPrompt: true,
195
199
  },
196
200
  {
197
201
  type: 'text',
@@ -204,12 +208,14 @@ async function handleUpdate(argv, prompter) {
204
208
  name: 'num',
205
209
  message: 'num',
206
210
  required: false,
211
+ skipPrompt: true,
207
212
  },
208
213
  {
209
214
  type: 'text',
210
215
  name: 'max',
211
216
  message: 'max',
212
217
  required: false,
218
+ skipPrompt: true,
213
219
  },
214
220
  {
215
221
  type: 'text',
@@ -114,6 +114,7 @@ async function handleCreate(argv, prompter) {
114
114
  name: 'isAdmin',
115
115
  message: 'isAdmin',
116
116
  required: false,
117
+ skipPrompt: true,
117
118
  },
118
119
  {
119
120
  type: 'text',
@@ -170,6 +171,7 @@ async function handleUpdate(argv, prompter) {
170
171
  name: 'isAdmin',
171
172
  message: 'isAdmin',
172
173
  required: false,
174
+ skipPrompt: true,
173
175
  },
174
176
  {
175
177
  type: 'text',
@@ -129,18 +129,21 @@ async function handleCreate(argv, prompter) {
129
129
  name: 'createdBy',
130
130
  message: 'createdBy',
131
131
  required: false,
132
+ skipPrompt: true,
132
133
  },
133
134
  {
134
135
  type: 'text',
135
136
  name: 'updatedBy',
136
137
  message: 'updatedBy',
137
138
  required: false,
139
+ skipPrompt: true,
138
140
  },
139
141
  {
140
142
  type: 'text',
141
143
  name: 'isApproved',
142
144
  message: 'isApproved',
143
145
  required: false,
146
+ skipPrompt: true,
144
147
  },
145
148
  {
146
149
  type: 'text',
@@ -153,12 +156,14 @@ async function handleCreate(argv, prompter) {
153
156
  name: 'deleteMemberCascadeGroups',
154
157
  message: 'deleteMemberCascadeGroups',
155
158
  required: false,
159
+ skipPrompt: true,
156
160
  },
157
161
  {
158
162
  type: 'text',
159
163
  name: 'createGroupsCascadeMembers',
160
164
  message: 'createGroupsCascadeMembers',
161
165
  required: false,
166
+ skipPrompt: true,
162
167
  },
163
168
  ]);
164
169
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -211,18 +216,21 @@ async function handleUpdate(argv, prompter) {
211
216
  name: 'createdBy',
212
217
  message: 'createdBy',
213
218
  required: false,
219
+ skipPrompt: true,
214
220
  },
215
221
  {
216
222
  type: 'text',
217
223
  name: 'updatedBy',
218
224
  message: 'updatedBy',
219
225
  required: false,
226
+ skipPrompt: true,
220
227
  },
221
228
  {
222
229
  type: 'text',
223
230
  name: 'isApproved',
224
231
  message: 'isApproved',
225
232
  required: false,
233
+ skipPrompt: true,
226
234
  },
227
235
  {
228
236
  type: 'text',
@@ -235,12 +243,14 @@ async function handleUpdate(argv, prompter) {
235
243
  name: 'deleteMemberCascadeGroups',
236
244
  message: 'deleteMemberCascadeGroups',
237
245
  required: false,
246
+ skipPrompt: true,
238
247
  },
239
248
  {
240
249
  type: 'text',
241
250
  name: 'createGroupsCascadeMembers',
242
251
  message: 'createGroupsCascadeMembers',
243
252
  required: false,
253
+ skipPrompt: true,
244
254
  },
245
255
  ]);
246
256
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -150,60 +150,70 @@ async function handleCreate(argv, prompter) {
150
150
  name: 'createdBy',
151
151
  message: 'createdBy',
152
152
  required: false,
153
+ skipPrompt: true,
153
154
  },
154
155
  {
155
156
  type: 'text',
156
157
  name: 'updatedBy',
157
158
  message: 'updatedBy',
158
159
  required: false,
160
+ skipPrompt: true,
159
161
  },
160
162
  {
161
163
  type: 'text',
162
164
  name: 'isApproved',
163
165
  message: 'isApproved',
164
166
  required: false,
167
+ skipPrompt: true,
165
168
  },
166
169
  {
167
170
  type: 'text',
168
171
  name: 'isBanned',
169
172
  message: 'isBanned',
170
173
  required: false,
174
+ skipPrompt: true,
171
175
  },
172
176
  {
173
177
  type: 'text',
174
178
  name: 'isDisabled',
175
179
  message: 'isDisabled',
176
180
  required: false,
181
+ skipPrompt: true,
177
182
  },
178
183
  {
179
184
  type: 'text',
180
185
  name: 'isActive',
181
186
  message: 'isActive',
182
187
  required: false,
188
+ skipPrompt: true,
183
189
  },
184
190
  {
185
191
  type: 'text',
186
192
  name: 'isOwner',
187
193
  message: 'isOwner',
188
194
  required: false,
195
+ skipPrompt: true,
189
196
  },
190
197
  {
191
198
  type: 'text',
192
199
  name: 'isAdmin',
193
200
  message: 'isAdmin',
194
201
  required: false,
202
+ skipPrompt: true,
195
203
  },
196
204
  {
197
205
  type: 'text',
198
206
  name: 'permissions',
199
207
  message: 'permissions',
200
208
  required: false,
209
+ skipPrompt: true,
201
210
  },
202
211
  {
203
212
  type: 'text',
204
213
  name: 'granted',
205
214
  message: 'granted',
206
215
  required: false,
216
+ skipPrompt: true,
207
217
  },
208
218
  {
209
219
  type: 'text',
@@ -222,6 +232,7 @@ async function handleCreate(argv, prompter) {
222
232
  name: 'profileId',
223
233
  message: 'profileId',
224
234
  required: false,
235
+ skipPrompt: true,
225
236
  },
226
237
  ]);
227
238
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -288,60 +299,70 @@ async function handleUpdate(argv, prompter) {
288
299
  name: 'createdBy',
289
300
  message: 'createdBy',
290
301
  required: false,
302
+ skipPrompt: true,
291
303
  },
292
304
  {
293
305
  type: 'text',
294
306
  name: 'updatedBy',
295
307
  message: 'updatedBy',
296
308
  required: false,
309
+ skipPrompt: true,
297
310
  },
298
311
  {
299
312
  type: 'text',
300
313
  name: 'isApproved',
301
314
  message: 'isApproved',
302
315
  required: false,
316
+ skipPrompt: true,
303
317
  },
304
318
  {
305
319
  type: 'text',
306
320
  name: 'isBanned',
307
321
  message: 'isBanned',
308
322
  required: false,
323
+ skipPrompt: true,
309
324
  },
310
325
  {
311
326
  type: 'text',
312
327
  name: 'isDisabled',
313
328
  message: 'isDisabled',
314
329
  required: false,
330
+ skipPrompt: true,
315
331
  },
316
332
  {
317
333
  type: 'text',
318
334
  name: 'isActive',
319
335
  message: 'isActive',
320
336
  required: false,
337
+ skipPrompt: true,
321
338
  },
322
339
  {
323
340
  type: 'text',
324
341
  name: 'isOwner',
325
342
  message: 'isOwner',
326
343
  required: false,
344
+ skipPrompt: true,
327
345
  },
328
346
  {
329
347
  type: 'text',
330
348
  name: 'isAdmin',
331
349
  message: 'isAdmin',
332
350
  required: false,
351
+ skipPrompt: true,
333
352
  },
334
353
  {
335
354
  type: 'text',
336
355
  name: 'permissions',
337
356
  message: 'permissions',
338
357
  required: false,
358
+ skipPrompt: true,
339
359
  },
340
360
  {
341
361
  type: 'text',
342
362
  name: 'granted',
343
363
  message: 'granted',
344
364
  required: false,
365
+ skipPrompt: true,
345
366
  },
346
367
  {
347
368
  type: 'text',
@@ -360,6 +381,7 @@ async function handleUpdate(argv, prompter) {
360
381
  name: 'profileId',
361
382
  message: 'profileId',
362
383
  required: false,
384
+ skipPrompt: true,
363
385
  },
364
386
  ]);
365
387
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -123,6 +123,7 @@ async function handleCreate(argv, prompter) {
123
123
  name: 'isGrant',
124
124
  message: 'isGrant',
125
125
  required: false,
126
+ skipPrompt: true,
126
127
  },
127
128
  {
128
129
  type: 'text',
@@ -141,6 +142,7 @@ async function handleCreate(argv, prompter) {
141
142
  name: 'grantorId',
142
143
  message: 'grantorId',
143
144
  required: false,
145
+ skipPrompt: true,
144
146
  },
145
147
  ]);
146
148
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -189,6 +191,7 @@ async function handleUpdate(argv, prompter) {
189
191
  name: 'isGrant',
190
192
  message: 'isGrant',
191
193
  required: false,
194
+ skipPrompt: true,
192
195
  },
193
196
  {
194
197
  type: 'text',
@@ -207,6 +210,7 @@ async function handleUpdate(argv, prompter) {
207
210
  name: 'grantorId',
208
211
  message: 'grantorId',
209
212
  required: false,
213
+ skipPrompt: true,
210
214
  },
211
215
  ]);
212
216
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -111,6 +111,7 @@ async function handleCreate(argv, prompter) {
111
111
  name: 'permissions',
112
112
  message: 'permissions',
113
113
  required: false,
114
+ skipPrompt: true,
114
115
  },
115
116
  {
116
117
  type: 'text',
@@ -159,6 +160,7 @@ async function handleUpdate(argv, prompter) {
159
160
  name: 'permissions',
160
161
  message: 'permissions',
161
162
  required: false,
163
+ skipPrompt: true,
162
164
  },
163
165
  {
164
166
  type: 'text',
@@ -117,24 +117,28 @@ async function handleCreate(argv, prompter) {
117
117
  name: 'name',
118
118
  message: 'name',
119
119
  required: false,
120
+ skipPrompt: true,
120
121
  },
121
122
  {
122
123
  type: 'text',
123
124
  name: 'bitnum',
124
125
  message: 'bitnum',
125
126
  required: false,
127
+ skipPrompt: true,
126
128
  },
127
129
  {
128
130
  type: 'text',
129
131
  name: 'bitstr',
130
132
  message: 'bitstr',
131
133
  required: false,
134
+ skipPrompt: true,
132
135
  },
133
136
  {
134
137
  type: 'text',
135
138
  name: 'description',
136
139
  message: 'description',
137
140
  required: false,
141
+ skipPrompt: true,
138
142
  },
139
143
  ]);
140
144
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -181,24 +185,28 @@ async function handleUpdate(argv, prompter) {
181
185
  name: 'name',
182
186
  message: 'name',
183
187
  required: false,
188
+ skipPrompt: true,
184
189
  },
185
190
  {
186
191
  type: 'text',
187
192
  name: 'bitnum',
188
193
  message: 'bitnum',
189
194
  required: false,
195
+ skipPrompt: true,
190
196
  },
191
197
  {
192
198
  type: 'text',
193
199
  name: 'bitstr',
194
200
  message: 'bitstr',
195
201
  required: false,
202
+ skipPrompt: true,
196
203
  },
197
204
  {
198
205
  type: 'text',
199
206
  name: 'description',
200
207
  message: 'description',
201
208
  required: false,
209
+ skipPrompt: true,
202
210
  },
203
211
  ]);
204
212
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);