@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.
- package/admin/cli/commands/app-achievement.js +4 -0
- package/admin/cli/commands/app-admin-grant.js +4 -0
- package/admin/cli/commands/app-grant.js +6 -0
- package/admin/cli/commands/app-level-requirement.js +6 -0
- package/admin/cli/commands/app-level.js +6 -0
- package/admin/cli/commands/app-limit-default.js +2 -0
- package/admin/cli/commands/app-limit.js +6 -0
- package/admin/cli/commands/app-membership-default.js +8 -0
- package/admin/cli/commands/app-membership.js +24 -0
- package/admin/cli/commands/app-owner-grant.js +4 -0
- package/admin/cli/commands/app-permission-default.js +2 -0
- package/admin/cli/commands/app-permission.js +8 -0
- package/admin/cli/commands/app-step.js +4 -0
- package/admin/cli/commands/claimed-invite.js +6 -0
- package/admin/cli/commands/invite.js +18 -0
- package/admin/cli/commands/org-admin-grant.js +4 -0
- package/admin/cli/commands/org-chart-edge-grant.js +8 -0
- package/admin/cli/commands/org-chart-edge.js +6 -0
- package/admin/cli/commands/org-claimed-invite.js +6 -0
- package/admin/cli/commands/org-grant.js +6 -0
- package/admin/cli/commands/org-invite.js +20 -0
- package/admin/cli/commands/org-limit-default.js +2 -0
- package/admin/cli/commands/org-limit.js +6 -0
- package/admin/cli/commands/org-member.js +2 -0
- package/admin/cli/commands/org-membership-default.js +10 -0
- package/admin/cli/commands/org-membership.js +22 -0
- package/admin/cli/commands/org-owner-grant.js +4 -0
- package/admin/cli/commands/org-permission-default.js +2 -0
- package/admin/cli/commands/org-permission.js +8 -0
- package/auth/cli/commands/audit-log.js +8 -0
- package/auth/cli/commands/connected-account.js +4 -0
- package/auth/cli/commands/crypto-address.js +6 -0
- package/auth/cli/commands/email.js +6 -0
- package/auth/cli/commands/phone-number.js +6 -0
- package/auth/cli/commands/user.js +10 -0
- package/esm/admin/cli/commands/app-achievement.js +4 -0
- package/esm/admin/cli/commands/app-admin-grant.js +4 -0
- package/esm/admin/cli/commands/app-grant.js +6 -0
- package/esm/admin/cli/commands/app-level-requirement.js +6 -0
- package/esm/admin/cli/commands/app-level.js +6 -0
- package/esm/admin/cli/commands/app-limit-default.js +2 -0
- package/esm/admin/cli/commands/app-limit.js +6 -0
- package/esm/admin/cli/commands/app-membership-default.js +8 -0
- package/esm/admin/cli/commands/app-membership.js +24 -0
- package/esm/admin/cli/commands/app-owner-grant.js +4 -0
- package/esm/admin/cli/commands/app-permission-default.js +2 -0
- package/esm/admin/cli/commands/app-permission.js +8 -0
- package/esm/admin/cli/commands/app-step.js +4 -0
- package/esm/admin/cli/commands/claimed-invite.js +6 -0
- package/esm/admin/cli/commands/invite.js +18 -0
- package/esm/admin/cli/commands/org-admin-grant.js +4 -0
- package/esm/admin/cli/commands/org-chart-edge-grant.js +8 -0
- package/esm/admin/cli/commands/org-chart-edge.js +6 -0
- package/esm/admin/cli/commands/org-claimed-invite.js +6 -0
- package/esm/admin/cli/commands/org-grant.js +6 -0
- package/esm/admin/cli/commands/org-invite.js +20 -0
- package/esm/admin/cli/commands/org-limit-default.js +2 -0
- package/esm/admin/cli/commands/org-limit.js +6 -0
- package/esm/admin/cli/commands/org-member.js +2 -0
- package/esm/admin/cli/commands/org-membership-default.js +10 -0
- package/esm/admin/cli/commands/org-membership.js +22 -0
- package/esm/admin/cli/commands/org-owner-grant.js +4 -0
- package/esm/admin/cli/commands/org-permission-default.js +2 -0
- package/esm/admin/cli/commands/org-permission.js +8 -0
- package/esm/auth/cli/commands/audit-log.js +8 -0
- package/esm/auth/cli/commands/connected-account.js +4 -0
- package/esm/auth/cli/commands/crypto-address.js +6 -0
- package/esm/auth/cli/commands/email.js +6 -0
- package/esm/auth/cli/commands/phone-number.js +6 -0
- package/esm/auth/cli/commands/user.js +10 -0
- package/esm/objects/cli/commands/commit.js +12 -0
- package/esm/objects/cli/commands/object.js +8 -0
- package/esm/objects/cli/commands/ref.js +2 -0
- package/esm/objects/cli/commands/store.js +2 -0
- package/esm/public/cli/commands/api.js +8 -0
- package/esm/public/cli/commands/app-achievement.js +4 -0
- package/esm/public/cli/commands/app-admin-grant.js +4 -0
- package/esm/public/cli/commands/app-grant.js +6 -0
- package/esm/public/cli/commands/app-level-requirement.js +6 -0
- package/esm/public/cli/commands/app-level.js +6 -0
- package/esm/public/cli/commands/app-limit-default.js +2 -0
- package/esm/public/cli/commands/app-limit.js +6 -0
- package/esm/public/cli/commands/app-membership-default.js +8 -0
- package/esm/public/cli/commands/app-membership.js +24 -0
- package/esm/public/cli/commands/app-owner-grant.js +4 -0
- package/esm/public/cli/commands/app-permission-default.js +2 -0
- package/esm/public/cli/commands/app-permission.js +8 -0
- package/esm/public/cli/commands/app-step.js +4 -0
- package/esm/public/cli/commands/app.js +12 -0
- package/esm/public/cli/commands/ast-migration.js +11 -0
- package/esm/public/cli/commands/audit-log.js +8 -0
- package/esm/public/cli/commands/check-constraint.js +18 -0
- package/esm/public/cli/commands/claimed-invite.js +6 -0
- package/esm/public/cli/commands/commit.js +12 -0
- package/esm/public/cli/commands/connected-account.js +4 -0
- package/esm/public/cli/commands/connected-accounts-module.js +8 -0
- package/esm/public/cli/commands/crypto-address.js +6 -0
- package/esm/public/cli/commands/crypto-addresses-module.js +10 -0
- package/esm/public/cli/commands/crypto-auth-module.js +22 -0
- package/esm/public/cli/commands/database-provision-module.js +16 -0
- package/esm/public/cli/commands/database.js +10 -0
- package/esm/public/cli/commands/default-privilege.js +4 -0
- package/esm/public/cli/commands/denormalized-table-field.js +12 -0
- package/esm/public/cli/commands/domain.js +8 -0
- package/esm/public/cli/commands/email.js +6 -0
- package/esm/public/cli/commands/emails-module.js +8 -0
- package/esm/public/cli/commands/encrypted-secrets-module.js +6 -0
- package/esm/public/cli/commands/field-module.js +12 -0
- package/esm/public/cli/commands/field.js +36 -0
- package/esm/public/cli/commands/foreign-key-constraint.js +22 -0
- package/esm/public/cli/commands/full-text-search.js +2 -0
- package/esm/public/cli/commands/hierarchy-module.js +30 -0
- package/esm/public/cli/commands/index.js +24 -0
- package/esm/public/cli/commands/invite.js +18 -0
- package/esm/public/cli/commands/invites-module.js +22 -0
- package/esm/public/cli/commands/levels-module.js +46 -0
- package/esm/public/cli/commands/limits-module.js +30 -0
- package/esm/public/cli/commands/membership-types-module.js +6 -0
- package/esm/public/cli/commands/memberships-module.js +56 -0
- package/esm/public/cli/commands/node-type-registry.js +8 -0
- package/esm/public/cli/commands/object.js +8 -0
- package/esm/public/cli/commands/org-admin-grant.js +4 -0
- package/esm/public/cli/commands/org-chart-edge-grant.js +8 -0
- package/esm/public/cli/commands/org-chart-edge.js +6 -0
- package/esm/public/cli/commands/org-claimed-invite.js +6 -0
- package/esm/public/cli/commands/org-grant.js +6 -0
- package/esm/public/cli/commands/org-invite.js +20 -0
- package/esm/public/cli/commands/org-limit-default.js +2 -0
- package/esm/public/cli/commands/org-limit.js +6 -0
- package/esm/public/cli/commands/org-member.js +2 -0
- package/esm/public/cli/commands/org-membership-default.js +10 -0
- package/esm/public/cli/commands/org-membership.js +22 -0
- package/esm/public/cli/commands/org-owner-grant.js +4 -0
- package/esm/public/cli/commands/org-permission-default.js +2 -0
- package/esm/public/cli/commands/org-permission.js +8 -0
- package/esm/public/cli/commands/permissions-module.js +28 -0
- package/esm/public/cli/commands/phone-number.js +6 -0
- package/esm/public/cli/commands/phone-numbers-module.js +8 -0
- package/esm/public/cli/commands/policy.js +26 -0
- package/esm/public/cli/commands/primary-key-constraint.js +16 -0
- package/esm/public/cli/commands/profiles-module.js +30 -0
- package/esm/public/cli/commands/ref.js +2 -0
- package/esm/public/cli/commands/relation-provision.js +46 -0
- package/esm/public/cli/commands/rls-module.js +20 -0
- package/esm/public/cli/commands/schema-grant.js +2 -0
- package/esm/public/cli/commands/schema.js +16 -0
- package/esm/public/cli/commands/secrets-module.js +6 -0
- package/esm/public/cli/commands/secure-table-provision.js +30 -0
- package/esm/public/cli/commands/sessions-module.js +18 -0
- package/esm/public/cli/commands/site-metadatum.js +6 -0
- package/esm/public/cli/commands/site.js +14 -0
- package/esm/public/cli/commands/sql-migration.js +11 -0
- package/esm/public/cli/commands/store.js +2 -0
- package/esm/public/cli/commands/table-grant.js +6 -0
- package/esm/public/cli/commands/table-module.js +12 -0
- package/esm/public/cli/commands/table-template-module.js +10 -0
- package/esm/public/cli/commands/table.js +28 -0
- package/esm/public/cli/commands/trigger-function.js +2 -0
- package/esm/public/cli/commands/trigger.js +16 -0
- package/esm/public/cli/commands/unique-constraint.js +18 -0
- package/esm/public/cli/commands/user-auth-module.js +48 -0
- package/esm/public/cli/commands/user.js +10 -0
- package/esm/public/cli/commands/users-module.js +10 -0
- package/esm/public/cli/commands/uuid-module.js +4 -0
- package/esm/public/cli/commands/view-grant.js +6 -0
- package/esm/public/cli/commands/view-rule.js +4 -0
- package/esm/public/cli/commands/view-table.js +2 -0
- package/esm/public/cli/commands/view.js +24 -0
- package/objects/cli/commands/commit.js +12 -0
- package/objects/cli/commands/object.js +8 -0
- package/objects/cli/commands/ref.js +2 -0
- package/objects/cli/commands/store.js +2 -0
- package/package.json +4 -4
- package/public/cli/commands/api.js +8 -0
- package/public/cli/commands/app-achievement.js +4 -0
- package/public/cli/commands/app-admin-grant.js +4 -0
- package/public/cli/commands/app-grant.js +6 -0
- package/public/cli/commands/app-level-requirement.js +6 -0
- package/public/cli/commands/app-level.js +6 -0
- package/public/cli/commands/app-limit-default.js +2 -0
- package/public/cli/commands/app-limit.js +6 -0
- package/public/cli/commands/app-membership-default.js +8 -0
- package/public/cli/commands/app-membership.js +24 -0
- package/public/cli/commands/app-owner-grant.js +4 -0
- package/public/cli/commands/app-permission-default.js +2 -0
- package/public/cli/commands/app-permission.js +8 -0
- package/public/cli/commands/app-step.js +4 -0
- package/public/cli/commands/app.js +12 -0
- package/public/cli/commands/ast-migration.js +11 -0
- package/public/cli/commands/audit-log.js +8 -0
- package/public/cli/commands/check-constraint.js +18 -0
- package/public/cli/commands/claimed-invite.js +6 -0
- package/public/cli/commands/commit.js +12 -0
- package/public/cli/commands/connected-account.js +4 -0
- package/public/cli/commands/connected-accounts-module.js +8 -0
- package/public/cli/commands/crypto-address.js +6 -0
- package/public/cli/commands/crypto-addresses-module.js +10 -0
- package/public/cli/commands/crypto-auth-module.js +22 -0
- package/public/cli/commands/database-provision-module.js +16 -0
- package/public/cli/commands/database.js +10 -0
- package/public/cli/commands/default-privilege.js +4 -0
- package/public/cli/commands/denormalized-table-field.js +12 -0
- package/public/cli/commands/domain.js +8 -0
- package/public/cli/commands/email.js +6 -0
- package/public/cli/commands/emails-module.js +8 -0
- package/public/cli/commands/encrypted-secrets-module.js +6 -0
- package/public/cli/commands/field-module.js +12 -0
- package/public/cli/commands/field.js +36 -0
- package/public/cli/commands/foreign-key-constraint.js +22 -0
- package/public/cli/commands/full-text-search.js +2 -0
- package/public/cli/commands/hierarchy-module.js +30 -0
- package/public/cli/commands/index.js +24 -0
- package/public/cli/commands/invite.js +18 -0
- package/public/cli/commands/invites-module.js +22 -0
- package/public/cli/commands/levels-module.js +46 -0
- package/public/cli/commands/limits-module.js +30 -0
- package/public/cli/commands/membership-types-module.js +6 -0
- package/public/cli/commands/memberships-module.js +56 -0
- package/public/cli/commands/node-type-registry.js +8 -0
- package/public/cli/commands/object.js +8 -0
- package/public/cli/commands/org-admin-grant.js +4 -0
- package/public/cli/commands/org-chart-edge-grant.js +8 -0
- package/public/cli/commands/org-chart-edge.js +6 -0
- package/public/cli/commands/org-claimed-invite.js +6 -0
- package/public/cli/commands/org-grant.js +6 -0
- package/public/cli/commands/org-invite.js +20 -0
- package/public/cli/commands/org-limit-default.js +2 -0
- package/public/cli/commands/org-limit.js +6 -0
- package/public/cli/commands/org-member.js +2 -0
- package/public/cli/commands/org-membership-default.js +10 -0
- package/public/cli/commands/org-membership.js +22 -0
- package/public/cli/commands/org-owner-grant.js +4 -0
- package/public/cli/commands/org-permission-default.js +2 -0
- package/public/cli/commands/org-permission.js +8 -0
- package/public/cli/commands/permissions-module.js +28 -0
- package/public/cli/commands/phone-number.js +6 -0
- package/public/cli/commands/phone-numbers-module.js +8 -0
- package/public/cli/commands/policy.js +26 -0
- package/public/cli/commands/primary-key-constraint.js +16 -0
- package/public/cli/commands/profiles-module.js +30 -0
- package/public/cli/commands/ref.js +2 -0
- package/public/cli/commands/relation-provision.js +46 -0
- package/public/cli/commands/rls-module.js +20 -0
- package/public/cli/commands/schema-grant.js +2 -0
- package/public/cli/commands/schema.js +16 -0
- package/public/cli/commands/secrets-module.js +6 -0
- package/public/cli/commands/secure-table-provision.js +30 -0
- package/public/cli/commands/sessions-module.js +18 -0
- package/public/cli/commands/site-metadatum.js +6 -0
- package/public/cli/commands/site.js +14 -0
- package/public/cli/commands/sql-migration.js +11 -0
- package/public/cli/commands/store.js +2 -0
- package/public/cli/commands/table-grant.js +6 -0
- package/public/cli/commands/table-module.js +12 -0
- package/public/cli/commands/table-template-module.js +10 -0
- package/public/cli/commands/table.js +28 -0
- package/public/cli/commands/trigger-function.js +2 -0
- package/public/cli/commands/trigger.js +16 -0
- package/public/cli/commands/unique-constraint.js +18 -0
- package/public/cli/commands/user-auth-module.js +48 -0
- package/public/cli/commands/user.js +10 -0
- package/public/cli/commands/users-module.js +10 -0
- package/public/cli/commands/uuid-module.js +4 -0
- package/public/cli/commands/view-grant.js +6 -0
- package/public/cli/commands/view-rule.js +4 -0
- package/public/cli/commands/view-table.js +2 -0
- package/public/cli/commands/view.js +24 -0
|
@@ -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);
|
|
@@ -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',
|
|
@@ -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);
|
|
@@ -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);
|
|
@@ -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);
|
|
@@ -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',
|
|
@@ -144,12 +145,14 @@ async function handleCreate(argv, prompter) {
|
|
|
144
145
|
name: 'isVerified',
|
|
145
146
|
message: 'isVerified',
|
|
146
147
|
required: false,
|
|
148
|
+
skipPrompt: true,
|
|
147
149
|
},
|
|
148
150
|
{
|
|
149
151
|
type: 'text',
|
|
150
152
|
name: 'isPrimary',
|
|
151
153
|
message: 'isPrimary',
|
|
152
154
|
required: false,
|
|
155
|
+
skipPrompt: true,
|
|
153
156
|
},
|
|
154
157
|
]);
|
|
155
158
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -200,6 +203,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
200
203
|
name: 'ownerId',
|
|
201
204
|
message: 'ownerId',
|
|
202
205
|
required: false,
|
|
206
|
+
skipPrompt: true,
|
|
203
207
|
},
|
|
204
208
|
{
|
|
205
209
|
type: 'text',
|
|
@@ -218,12 +222,14 @@ async function handleUpdate(argv, prompter) {
|
|
|
218
222
|
name: 'isVerified',
|
|
219
223
|
message: 'isVerified',
|
|
220
224
|
required: false,
|
|
225
|
+
skipPrompt: true,
|
|
221
226
|
},
|
|
222
227
|
{
|
|
223
228
|
type: 'text',
|
|
224
229
|
name: 'isPrimary',
|
|
225
230
|
message: 'isPrimary',
|
|
226
231
|
required: false,
|
|
232
|
+
skipPrompt: true,
|
|
227
233
|
},
|
|
228
234
|
]);
|
|
229
235
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -129,30 +129,35 @@ async function handleCreate(argv, prompter) {
|
|
|
129
129
|
name: 'username',
|
|
130
130
|
message: 'username',
|
|
131
131
|
required: false,
|
|
132
|
+
skipPrompt: true,
|
|
132
133
|
},
|
|
133
134
|
{
|
|
134
135
|
type: 'text',
|
|
135
136
|
name: 'displayName',
|
|
136
137
|
message: 'displayName',
|
|
137
138
|
required: false,
|
|
139
|
+
skipPrompt: true,
|
|
138
140
|
},
|
|
139
141
|
{
|
|
140
142
|
type: 'text',
|
|
141
143
|
name: 'profilePicture',
|
|
142
144
|
message: 'profilePicture',
|
|
143
145
|
required: false,
|
|
146
|
+
skipPrompt: true,
|
|
144
147
|
},
|
|
145
148
|
{
|
|
146
149
|
type: 'text',
|
|
147
150
|
name: 'searchTsv',
|
|
148
151
|
message: 'searchTsv',
|
|
149
152
|
required: false,
|
|
153
|
+
skipPrompt: true,
|
|
150
154
|
},
|
|
151
155
|
{
|
|
152
156
|
type: 'text',
|
|
153
157
|
name: 'type',
|
|
154
158
|
message: 'type',
|
|
155
159
|
required: false,
|
|
160
|
+
skipPrompt: true,
|
|
156
161
|
},
|
|
157
162
|
]);
|
|
158
163
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -204,30 +209,35 @@ async function handleUpdate(argv, prompter) {
|
|
|
204
209
|
name: 'username',
|
|
205
210
|
message: 'username',
|
|
206
211
|
required: false,
|
|
212
|
+
skipPrompt: true,
|
|
207
213
|
},
|
|
208
214
|
{
|
|
209
215
|
type: 'text',
|
|
210
216
|
name: 'displayName',
|
|
211
217
|
message: 'displayName',
|
|
212
218
|
required: false,
|
|
219
|
+
skipPrompt: true,
|
|
213
220
|
},
|
|
214
221
|
{
|
|
215
222
|
type: 'text',
|
|
216
223
|
name: 'profilePicture',
|
|
217
224
|
message: 'profilePicture',
|
|
218
225
|
required: false,
|
|
226
|
+
skipPrompt: true,
|
|
219
227
|
},
|
|
220
228
|
{
|
|
221
229
|
type: 'text',
|
|
222
230
|
name: 'searchTsv',
|
|
223
231
|
message: 'searchTsv',
|
|
224
232
|
required: false,
|
|
233
|
+
skipPrompt: true,
|
|
225
234
|
},
|
|
226
235
|
{
|
|
227
236
|
type: 'text',
|
|
228
237
|
name: 'type',
|
|
229
238
|
message: 'type',
|
|
230
239
|
required: false,
|
|
240
|
+
skipPrompt: true,
|
|
231
241
|
},
|
|
232
242
|
]);
|
|
233
243
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -118,6 +118,7 @@ async function handleCreate(argv, prompter) {
|
|
|
118
118
|
name: 'actorId',
|
|
119
119
|
message: 'actorId',
|
|
120
120
|
required: false,
|
|
121
|
+
skipPrompt: true,
|
|
121
122
|
},
|
|
122
123
|
{
|
|
123
124
|
type: 'text',
|
|
@@ -130,6 +131,7 @@ async function handleCreate(argv, prompter) {
|
|
|
130
131
|
name: 'count',
|
|
131
132
|
message: 'count',
|
|
132
133
|
required: false,
|
|
134
|
+
skipPrompt: true,
|
|
133
135
|
},
|
|
134
136
|
]);
|
|
135
137
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -176,6 +178,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
176
178
|
name: 'actorId',
|
|
177
179
|
message: 'actorId',
|
|
178
180
|
required: false,
|
|
181
|
+
skipPrompt: true,
|
|
179
182
|
},
|
|
180
183
|
{
|
|
181
184
|
type: 'text',
|
|
@@ -188,6 +191,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
188
191
|
name: 'count',
|
|
189
192
|
message: 'count',
|
|
190
193
|
required: false,
|
|
194
|
+
skipPrompt: true,
|
|
191
195
|
},
|
|
192
196
|
]);
|
|
193
197
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -118,6 +118,7 @@ async function handleCreate(argv, prompter) {
|
|
|
118
118
|
name: 'isGrant',
|
|
119
119
|
message: 'isGrant',
|
|
120
120
|
required: false,
|
|
121
|
+
skipPrompt: true,
|
|
121
122
|
},
|
|
122
123
|
{
|
|
123
124
|
type: 'text',
|
|
@@ -130,6 +131,7 @@ async function handleCreate(argv, prompter) {
|
|
|
130
131
|
name: 'grantorId',
|
|
131
132
|
message: 'grantorId',
|
|
132
133
|
required: false,
|
|
134
|
+
skipPrompt: true,
|
|
133
135
|
},
|
|
134
136
|
]);
|
|
135
137
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -176,6 +178,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
176
178
|
name: 'isGrant',
|
|
177
179
|
message: 'isGrant',
|
|
178
180
|
required: false,
|
|
181
|
+
skipPrompt: true,
|
|
179
182
|
},
|
|
180
183
|
{
|
|
181
184
|
type: 'text',
|
|
@@ -188,6 +191,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
188
191
|
name: 'grantorId',
|
|
189
192
|
message: 'grantorId',
|
|
190
193
|
required: false,
|
|
194
|
+
skipPrompt: true,
|
|
191
195
|
},
|
|
192
196
|
]);
|
|
193
197
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -121,12 +121,14 @@ async function handleCreate(argv, prompter) {
|
|
|
121
121
|
name: 'permissions',
|
|
122
122
|
message: 'permissions',
|
|
123
123
|
required: false,
|
|
124
|
+
skipPrompt: true,
|
|
124
125
|
},
|
|
125
126
|
{
|
|
126
127
|
type: 'text',
|
|
127
128
|
name: 'isGrant',
|
|
128
129
|
message: 'isGrant',
|
|
129
130
|
required: false,
|
|
131
|
+
skipPrompt: true,
|
|
130
132
|
},
|
|
131
133
|
{
|
|
132
134
|
type: 'text',
|
|
@@ -139,6 +141,7 @@ async function handleCreate(argv, prompter) {
|
|
|
139
141
|
name: 'grantorId',
|
|
140
142
|
message: 'grantorId',
|
|
141
143
|
required: false,
|
|
144
|
+
skipPrompt: true,
|
|
142
145
|
},
|
|
143
146
|
]);
|
|
144
147
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -187,12 +190,14 @@ async function handleUpdate(argv, prompter) {
|
|
|
187
190
|
name: 'permissions',
|
|
188
191
|
message: 'permissions',
|
|
189
192
|
required: false,
|
|
193
|
+
skipPrompt: true,
|
|
190
194
|
},
|
|
191
195
|
{
|
|
192
196
|
type: 'text',
|
|
193
197
|
name: 'isGrant',
|
|
194
198
|
message: 'isGrant',
|
|
195
199
|
required: false,
|
|
200
|
+
skipPrompt: true,
|
|
196
201
|
},
|
|
197
202
|
{
|
|
198
203
|
type: 'text',
|
|
@@ -205,6 +210,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
205
210
|
name: 'grantorId',
|
|
206
211
|
message: 'grantorId',
|
|
207
212
|
required: false,
|
|
213
|
+
skipPrompt: true,
|
|
208
214
|
},
|
|
209
215
|
]);
|
|
210
216
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|