@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
@@ -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);
@@ -117,6 +117,7 @@ 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',
@@ -129,12 +130,14 @@ async function handleCreate(argv, prompter) {
129
130
  name: 'num',
130
131
  message: 'num',
131
132
  required: false,
133
+ skipPrompt: true,
132
134
  },
133
135
  {
134
136
  type: 'text',
135
137
  name: 'max',
136
138
  message: 'max',
137
139
  required: false,
140
+ skipPrompt: true,
138
141
  },
139
142
  ]);
140
143
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -181,6 +184,7 @@ async function handleUpdate(argv, prompter) {
181
184
  name: 'name',
182
185
  message: 'name',
183
186
  required: false,
187
+ skipPrompt: true,
184
188
  },
185
189
  {
186
190
  type: 'text',
@@ -193,12 +197,14 @@ async function handleUpdate(argv, prompter) {
193
197
  name: 'num',
194
198
  message: 'num',
195
199
  required: false,
200
+ skipPrompt: true,
196
201
  },
197
202
  {
198
203
  type: 'text',
199
204
  name: 'max',
200
205
  message: 'max',
201
206
  required: false,
207
+ skipPrompt: true,
202
208
  },
203
209
  ]);
204
210
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -123,24 +123,28 @@ async function handleCreate(argv, prompter) {
123
123
  name: 'createdBy',
124
124
  message: 'createdBy',
125
125
  required: false,
126
+ skipPrompt: true,
126
127
  },
127
128
  {
128
129
  type: 'text',
129
130
  name: 'updatedBy',
130
131
  message: 'updatedBy',
131
132
  required: false,
133
+ skipPrompt: true,
132
134
  },
133
135
  {
134
136
  type: 'text',
135
137
  name: 'isApproved',
136
138
  message: 'isApproved',
137
139
  required: false,
140
+ skipPrompt: true,
138
141
  },
139
142
  {
140
143
  type: 'text',
141
144
  name: 'isVerified',
142
145
  message: 'isVerified',
143
146
  required: false,
147
+ skipPrompt: true,
144
148
  },
145
149
  ]);
146
150
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -189,24 +193,28 @@ async function handleUpdate(argv, prompter) {
189
193
  name: 'createdBy',
190
194
  message: 'createdBy',
191
195
  required: false,
196
+ skipPrompt: true,
192
197
  },
193
198
  {
194
199
  type: 'text',
195
200
  name: 'updatedBy',
196
201
  message: 'updatedBy',
197
202
  required: false,
203
+ skipPrompt: true,
198
204
  },
199
205
  {
200
206
  type: 'text',
201
207
  name: 'isApproved',
202
208
  message: 'isApproved',
203
209
  required: false,
210
+ skipPrompt: true,
204
211
  },
205
212
  {
206
213
  type: 'text',
207
214
  name: 'isVerified',
208
215
  message: 'isVerified',
209
216
  required: false,
217
+ skipPrompt: true,
210
218
  },
211
219
  ]);
212
220
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -150,66 +150,77 @@ 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: 'isVerified',
181
186
  message: 'isVerified',
182
187
  required: false,
188
+ skipPrompt: true,
183
189
  },
184
190
  {
185
191
  type: 'text',
186
192
  name: 'isActive',
187
193
  message: 'isActive',
188
194
  required: false,
195
+ skipPrompt: true,
189
196
  },
190
197
  {
191
198
  type: 'text',
192
199
  name: 'isOwner',
193
200
  message: 'isOwner',
194
201
  required: false,
202
+ skipPrompt: true,
195
203
  },
196
204
  {
197
205
  type: 'text',
198
206
  name: 'isAdmin',
199
207
  message: 'isAdmin',
200
208
  required: false,
209
+ skipPrompt: true,
201
210
  },
202
211
  {
203
212
  type: 'text',
204
213
  name: 'permissions',
205
214
  message: 'permissions',
206
215
  required: false,
216
+ skipPrompt: true,
207
217
  },
208
218
  {
209
219
  type: 'text',
210
220
  name: 'granted',
211
221
  message: 'granted',
212
222
  required: false,
223
+ skipPrompt: true,
213
224
  },
214
225
  {
215
226
  type: 'text',
@@ -222,6 +233,7 @@ async function handleCreate(argv, prompter) {
222
233
  name: 'profileId',
223
234
  message: 'profileId',
224
235
  required: false,
236
+ skipPrompt: true,
225
237
  },
226
238
  ]);
227
239
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -288,66 +300,77 @@ async function handleUpdate(argv, prompter) {
288
300
  name: 'createdBy',
289
301
  message: 'createdBy',
290
302
  required: false,
303
+ skipPrompt: true,
291
304
  },
292
305
  {
293
306
  type: 'text',
294
307
  name: 'updatedBy',
295
308
  message: 'updatedBy',
296
309
  required: false,
310
+ skipPrompt: true,
297
311
  },
298
312
  {
299
313
  type: 'text',
300
314
  name: 'isApproved',
301
315
  message: 'isApproved',
302
316
  required: false,
317
+ skipPrompt: true,
303
318
  },
304
319
  {
305
320
  type: 'text',
306
321
  name: 'isBanned',
307
322
  message: 'isBanned',
308
323
  required: false,
324
+ skipPrompt: true,
309
325
  },
310
326
  {
311
327
  type: 'text',
312
328
  name: 'isDisabled',
313
329
  message: 'isDisabled',
314
330
  required: false,
331
+ skipPrompt: true,
315
332
  },
316
333
  {
317
334
  type: 'text',
318
335
  name: 'isVerified',
319
336
  message: 'isVerified',
320
337
  required: false,
338
+ skipPrompt: true,
321
339
  },
322
340
  {
323
341
  type: 'text',
324
342
  name: 'isActive',
325
343
  message: 'isActive',
326
344
  required: false,
345
+ skipPrompt: true,
327
346
  },
328
347
  {
329
348
  type: 'text',
330
349
  name: 'isOwner',
331
350
  message: 'isOwner',
332
351
  required: false,
352
+ skipPrompt: true,
333
353
  },
334
354
  {
335
355
  type: 'text',
336
356
  name: 'isAdmin',
337
357
  message: 'isAdmin',
338
358
  required: false,
359
+ skipPrompt: true,
339
360
  },
340
361
  {
341
362
  type: 'text',
342
363
  name: 'permissions',
343
364
  message: 'permissions',
344
365
  required: false,
366
+ skipPrompt: true,
345
367
  },
346
368
  {
347
369
  type: 'text',
348
370
  name: 'granted',
349
371
  message: 'granted',
350
372
  required: false,
373
+ skipPrompt: true,
351
374
  },
352
375
  {
353
376
  type: 'text',
@@ -360,6 +383,7 @@ async function handleUpdate(argv, prompter) {
360
383
  name: 'profileId',
361
384
  message: 'profileId',
362
385
  required: false,
386
+ skipPrompt: true,
363
387
  },
364
388
  ]);
365
389
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -120,6 +120,7 @@ async function handleCreate(argv, prompter) {
120
120
  name: 'isGrant',
121
121
  message: 'isGrant',
122
122
  required: false,
123
+ skipPrompt: true,
123
124
  },
124
125
  {
125
126
  type: 'text',
@@ -132,6 +133,7 @@ async function handleCreate(argv, prompter) {
132
133
  name: 'grantorId',
133
134
  message: 'grantorId',
134
135
  required: false,
136
+ skipPrompt: true,
135
137
  },
136
138
  ]);
137
139
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -178,6 +180,7 @@ async function handleUpdate(argv, prompter) {
178
180
  name: 'isGrant',
179
181
  message: 'isGrant',
180
182
  required: false,
183
+ skipPrompt: true,
181
184
  },
182
185
  {
183
186
  type: 'text',
@@ -190,6 +193,7 @@ async function handleUpdate(argv, prompter) {
190
193
  name: 'grantorId',
191
194
  message: 'grantorId',
192
195
  required: false,
196
+ skipPrompt: true,
193
197
  },
194
198
  ]);
195
199
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -108,6 +108,7 @@ async function handleCreate(argv, prompter) {
108
108
  name: 'permissions',
109
109
  message: 'permissions',
110
110
  required: false,
111
+ skipPrompt: true,
111
112
  },
112
113
  ]);
113
114
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -148,6 +149,7 @@ async function handleUpdate(argv, prompter) {
148
149
  name: 'permissions',
149
150
  message: 'permissions',
150
151
  required: false,
152
+ skipPrompt: true,
151
153
  },
152
154
  ]);
153
155
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -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);
@@ -120,6 +120,7 @@ async function handleCreate(argv, prompter) {
120
120
  name: 'actorId',
121
121
  message: 'actorId',
122
122
  required: false,
123
+ skipPrompt: true,
123
124
  },
124
125
  {
125
126
  type: 'text',
@@ -132,6 +133,7 @@ async function handleCreate(argv, prompter) {
132
133
  name: 'count',
133
134
  message: 'count',
134
135
  required: false,
136
+ skipPrompt: true,
135
137
  },
136
138
  ]);
137
139
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -178,6 +180,7 @@ async function handleUpdate(argv, prompter) {
178
180
  name: 'actorId',
179
181
  message: 'actorId',
180
182
  required: false,
183
+ skipPrompt: true,
181
184
  },
182
185
  {
183
186
  type: 'text',
@@ -190,6 +193,7 @@ async function handleUpdate(argv, prompter) {
190
193
  name: 'count',
191
194
  message: 'count',
192
195
  required: false,
196
+ skipPrompt: true,
193
197
  },
194
198
  ]);
195
199
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -141,36 +141,42 @@ async function handleCreate(argv, prompter) {
141
141
  name: 'name',
142
142
  message: 'name',
143
143
  required: false,
144
+ skipPrompt: true,
144
145
  },
145
146
  {
146
147
  type: 'text',
147
148
  name: 'appImage',
148
149
  message: 'appImage',
149
150
  required: false,
151
+ skipPrompt: true,
150
152
  },
151
153
  {
152
154
  type: 'text',
153
155
  name: 'appStoreLink',
154
156
  message: 'appStoreLink',
155
157
  required: false,
158
+ skipPrompt: true,
156
159
  },
157
160
  {
158
161
  type: 'text',
159
162
  name: 'appStoreId',
160
163
  message: 'appStoreId',
161
164
  required: false,
165
+ skipPrompt: true,
162
166
  },
163
167
  {
164
168
  type: 'text',
165
169
  name: 'appIdPrefix',
166
170
  message: 'appIdPrefix',
167
171
  required: false,
172
+ skipPrompt: true,
168
173
  },
169
174
  {
170
175
  type: 'text',
171
176
  name: 'playStoreLink',
172
177
  message: 'playStoreLink',
173
178
  required: false,
179
+ skipPrompt: true,
174
180
  },
175
181
  ]);
176
182
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -237,36 +243,42 @@ async function handleUpdate(argv, prompter) {
237
243
  name: 'name',
238
244
  message: 'name',
239
245
  required: false,
246
+ skipPrompt: true,
240
247
  },
241
248
  {
242
249
  type: 'text',
243
250
  name: 'appImage',
244
251
  message: 'appImage',
245
252
  required: false,
253
+ skipPrompt: true,
246
254
  },
247
255
  {
248
256
  type: 'text',
249
257
  name: 'appStoreLink',
250
258
  message: 'appStoreLink',
251
259
  required: false,
260
+ skipPrompt: true,
252
261
  },
253
262
  {
254
263
  type: 'text',
255
264
  name: 'appStoreId',
256
265
  message: 'appStoreId',
257
266
  required: false,
267
+ skipPrompt: true,
258
268
  },
259
269
  {
260
270
  type: 'text',
261
271
  name: 'appIdPrefix',
262
272
  message: 'appIdPrefix',
263
273
  required: false,
274
+ skipPrompt: true,
264
275
  },
265
276
  {
266
277
  type: 'text',
267
278
  name: 'playStoreLink',
268
279
  message: 'playStoreLink',
269
280
  required: false,
281
+ skipPrompt: true,
270
282
  },
271
283
  ]);
272
284
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -94,66 +94,77 @@ async function handleCreate(argv, prompter) {
94
94
  name: 'databaseId',
95
95
  message: 'databaseId',
96
96
  required: false,
97
+ skipPrompt: true,
97
98
  },
98
99
  {
99
100
  type: 'text',
100
101
  name: 'name',
101
102
  message: 'name',
102
103
  required: false,
104
+ skipPrompt: true,
103
105
  },
104
106
  {
105
107
  type: 'text',
106
108
  name: 'requires',
107
109
  message: 'requires',
108
110
  required: false,
111
+ skipPrompt: true,
109
112
  },
110
113
  {
111
114
  type: 'text',
112
115
  name: 'payload',
113
116
  message: 'payload',
114
117
  required: false,
118
+ skipPrompt: true,
115
119
  },
116
120
  {
117
121
  type: 'text',
118
122
  name: 'deploys',
119
123
  message: 'deploys',
120
124
  required: false,
125
+ skipPrompt: true,
121
126
  },
122
127
  {
123
128
  type: 'text',
124
129
  name: 'deploy',
125
130
  message: 'deploy',
126
131
  required: false,
132
+ skipPrompt: true,
127
133
  },
128
134
  {
129
135
  type: 'text',
130
136
  name: 'revert',
131
137
  message: 'revert',
132
138
  required: false,
139
+ skipPrompt: true,
133
140
  },
134
141
  {
135
142
  type: 'text',
136
143
  name: 'verify',
137
144
  message: 'verify',
138
145
  required: false,
146
+ skipPrompt: true,
139
147
  },
140
148
  {
141
149
  type: 'text',
142
150
  name: 'action',
143
151
  message: 'action',
144
152
  required: false,
153
+ skipPrompt: true,
145
154
  },
146
155
  {
147
156
  type: 'text',
148
157
  name: 'actionId',
149
158
  message: 'actionId',
150
159
  required: false,
160
+ skipPrompt: true,
151
161
  },
152
162
  {
153
163
  type: 'text',
154
164
  name: 'actorId',
155
165
  message: 'actorId',
156
166
  required: false,
167
+ skipPrompt: true,
157
168
  },
158
169
  ]);
159
170
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -132,24 +132,28 @@ async function handleCreate(argv, prompter) {
132
132
  name: 'actorId',
133
133
  message: 'actorId',
134
134
  required: false,
135
+ skipPrompt: true,
135
136
  },
136
137
  {
137
138
  type: 'text',
138
139
  name: 'origin',
139
140
  message: 'origin',
140
141
  required: false,
142
+ skipPrompt: true,
141
143
  },
142
144
  {
143
145
  type: 'text',
144
146
  name: 'userAgent',
145
147
  message: 'userAgent',
146
148
  required: false,
149
+ skipPrompt: true,
147
150
  },
148
151
  {
149
152
  type: 'text',
150
153
  name: 'ipAddress',
151
154
  message: 'ipAddress',
152
155
  required: false,
156
+ skipPrompt: true,
153
157
  },
154
158
  {
155
159
  type: 'text',
@@ -213,24 +217,28 @@ async function handleUpdate(argv, prompter) {
213
217
  name: 'actorId',
214
218
  message: 'actorId',
215
219
  required: false,
220
+ skipPrompt: true,
216
221
  },
217
222
  {
218
223
  type: 'text',
219
224
  name: 'origin',
220
225
  message: 'origin',
221
226
  required: false,
227
+ skipPrompt: true,
222
228
  },
223
229
  {
224
230
  type: 'text',
225
231
  name: 'userAgent',
226
232
  message: 'userAgent',
227
233
  required: false,
234
+ skipPrompt: true,
228
235
  },
229
236
  {
230
237
  type: 'text',
231
238
  name: 'ipAddress',
232
239
  message: 'ipAddress',
233
240
  required: false,
241
+ skipPrompt: true,
234
242
  },
235
243
  {
236
244
  type: 'text',