@constructive-sdk/cli 0.2.0 → 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 -1
- package/admin/cli/commands/app-admin-grant.js +4 -1
- package/admin/cli/commands/app-grant.js +6 -1
- package/admin/cli/commands/app-level-requirement.js +6 -1
- package/admin/cli/commands/app-level.js +6 -1
- package/admin/cli/commands/app-limit-default.js +2 -1
- package/admin/cli/commands/app-limit.js +6 -1
- package/admin/cli/commands/app-membership-default.js +8 -1
- package/admin/cli/commands/app-membership.js +24 -1
- package/admin/cli/commands/app-owner-grant.js +4 -1
- package/admin/cli/commands/app-permission-default.js +2 -1
- package/admin/cli/commands/app-permission.js +8 -1
- package/admin/cli/commands/app-permissions-get-mask-by-names.js +3 -1
- package/admin/cli/commands/app-permissions-get-mask.js +3 -1
- package/admin/cli/commands/app-permissions-get-padded-mask.js +3 -1
- package/admin/cli/commands/app-step.js +4 -1
- package/admin/cli/commands/auth.js +0 -1
- package/admin/cli/commands/claimed-invite.js +6 -1
- package/admin/cli/commands/context.js +2 -3
- package/admin/cli/commands/invite.js +18 -1
- package/admin/cli/commands/membership-type.js +0 -1
- package/admin/cli/commands/org-admin-grant.js +4 -1
- package/admin/cli/commands/org-chart-edge-grant.js +8 -1
- package/admin/cli/commands/org-chart-edge.js +6 -1
- package/admin/cli/commands/org-claimed-invite.js +6 -1
- package/admin/cli/commands/org-get-managers-record.js +2 -121
- package/admin/cli/commands/org-get-subordinates-record.js +2 -121
- package/admin/cli/commands/org-grant.js +6 -1
- package/admin/cli/commands/org-invite.js +20 -1
- package/admin/cli/commands/org-is-manager-of.js +3 -1
- package/admin/cli/commands/org-limit-default.js +2 -1
- package/admin/cli/commands/org-limit.js +6 -1
- package/admin/cli/commands/org-member.js +2 -1
- package/admin/cli/commands/org-membership-default.js +10 -1
- package/admin/cli/commands/org-membership.js +22 -1
- package/admin/cli/commands/org-owner-grant.js +4 -1
- package/admin/cli/commands/org-permission-default.js +2 -1
- package/admin/cli/commands/org-permission.js +8 -1
- package/admin/cli/commands/org-permissions-get-mask-by-names.js +3 -1
- package/admin/cli/commands/org-permissions-get-mask.js +3 -1
- package/admin/cli/commands/org-permissions-get-padded-mask.js +3 -1
- package/admin/cli/commands/steps-achieved.js +3 -1
- package/admin/cli/commands.js +0 -1
- package/admin/cli/executor.js +0 -1
- package/admin/cli/index.js +0 -1
- package/admin/cli/node-fetch.js +0 -1
- package/admin/cli/utils.js +0 -1
- package/auth/cli/commands/audit-log.js +8 -1
- package/auth/cli/commands/auth.js +0 -1
- package/auth/cli/commands/connected-account.js +4 -1
- package/auth/cli/commands/context.js +2 -3
- package/auth/cli/commands/crypto-address.js +6 -1
- package/auth/cli/commands/email.js +6 -1
- package/auth/cli/commands/phone-number.js +6 -1
- package/auth/cli/commands/role-type.js +0 -1
- package/auth/cli/commands/user.js +10 -15
- package/auth/cli/commands.js +0 -1
- package/auth/cli/executor.js +0 -1
- package/auth/cli/index.js +0 -1
- package/auth/cli/node-fetch.js +0 -1
- package/auth/cli/utils.js +0 -1
- package/esm/admin/cli/commands/app-achievement.js +4 -1
- package/esm/admin/cli/commands/app-admin-grant.js +4 -1
- package/esm/admin/cli/commands/app-grant.js +6 -1
- package/esm/admin/cli/commands/app-level-requirement.js +6 -1
- package/esm/admin/cli/commands/app-level.js +6 -1
- package/esm/admin/cli/commands/app-limit-default.js +2 -1
- package/esm/admin/cli/commands/app-limit.js +6 -1
- package/esm/admin/cli/commands/app-membership-default.js +8 -1
- package/esm/admin/cli/commands/app-membership.js +24 -1
- package/esm/admin/cli/commands/app-owner-grant.js +4 -1
- package/esm/admin/cli/commands/app-permission-default.js +2 -1
- package/esm/admin/cli/commands/app-permission.js +8 -1
- package/esm/admin/cli/commands/app-permissions-get-mask-by-names.js +3 -1
- package/esm/admin/cli/commands/app-permissions-get-mask.js +3 -1
- package/esm/admin/cli/commands/app-permissions-get-padded-mask.js +3 -1
- package/esm/admin/cli/commands/app-step.js +4 -1
- package/esm/admin/cli/commands/auth.js +0 -1
- package/esm/admin/cli/commands/claimed-invite.js +6 -1
- package/esm/admin/cli/commands/context.js +2 -3
- package/esm/admin/cli/commands/invite.js +18 -1
- package/esm/admin/cli/commands/membership-type.js +0 -1
- package/esm/admin/cli/commands/org-admin-grant.js +4 -1
- package/esm/admin/cli/commands/org-chart-edge-grant.js +8 -1
- package/esm/admin/cli/commands/org-chart-edge.js +6 -1
- package/esm/admin/cli/commands/org-claimed-invite.js +6 -1
- package/esm/admin/cli/commands/org-get-managers-record.js +2 -121
- package/esm/admin/cli/commands/org-get-subordinates-record.js +2 -121
- package/esm/admin/cli/commands/org-grant.js +6 -1
- package/esm/admin/cli/commands/org-invite.js +20 -1
- package/esm/admin/cli/commands/org-is-manager-of.js +3 -1
- package/esm/admin/cli/commands/org-limit-default.js +2 -1
- package/esm/admin/cli/commands/org-limit.js +6 -1
- package/esm/admin/cli/commands/org-member.js +2 -1
- package/esm/admin/cli/commands/org-membership-default.js +10 -1
- package/esm/admin/cli/commands/org-membership.js +22 -1
- package/esm/admin/cli/commands/org-owner-grant.js +4 -1
- package/esm/admin/cli/commands/org-permission-default.js +2 -1
- package/esm/admin/cli/commands/org-permission.js +8 -1
- package/esm/admin/cli/commands/org-permissions-get-mask-by-names.js +3 -1
- package/esm/admin/cli/commands/org-permissions-get-mask.js +3 -1
- package/esm/admin/cli/commands/org-permissions-get-padded-mask.js +3 -1
- package/esm/admin/cli/commands/steps-achieved.js +3 -1
- package/esm/admin/cli/commands.js +0 -1
- package/esm/admin/cli/executor.js +0 -1
- package/esm/admin/cli/index.js +0 -1
- package/esm/admin/cli/node-fetch.js +0 -1
- package/esm/admin/cli/utils.js +0 -1
- package/esm/auth/cli/commands/audit-log.js +8 -1
- package/esm/auth/cli/commands/auth.js +0 -1
- package/esm/auth/cli/commands/connected-account.js +4 -1
- package/esm/auth/cli/commands/context.js +2 -3
- package/esm/auth/cli/commands/crypto-address.js +6 -1
- package/esm/auth/cli/commands/email.js +6 -1
- package/esm/auth/cli/commands/phone-number.js +6 -1
- package/esm/auth/cli/commands/role-type.js +0 -1
- package/esm/auth/cli/commands/user.js +10 -15
- package/esm/auth/cli/commands.js +0 -1
- package/esm/auth/cli/executor.js +0 -1
- package/esm/auth/cli/index.js +0 -1
- package/esm/auth/cli/node-fetch.js +0 -1
- package/esm/auth/cli/utils.js +0 -1
- package/esm/objects/cli/commands/auth.js +0 -1
- package/esm/objects/cli/commands/commit.js +12 -1
- package/esm/objects/cli/commands/context.js +2 -3
- package/esm/objects/cli/commands/get-all-record.js +2 -121
- package/esm/objects/cli/commands/object.js +8 -15
- package/esm/objects/cli/commands/ref.js +2 -1
- package/esm/objects/cli/commands/store.js +2 -1
- package/esm/objects/cli/commands.js +0 -1
- package/esm/objects/cli/executor.js +0 -1
- package/esm/objects/cli/index.js +0 -1
- package/esm/objects/cli/node-fetch.js +0 -1
- package/esm/objects/cli/utils.js +0 -1
- package/esm/public/cli/commands/api-module.js +0 -1
- package/esm/public/cli/commands/api-schema.js +0 -1
- package/esm/public/cli/commands/api.js +8 -1
- package/esm/public/cli/commands/app-achievement.js +4 -1
- package/esm/public/cli/commands/app-admin-grant.js +4 -1
- package/esm/public/cli/commands/app-grant.js +6 -1
- package/esm/public/cli/commands/app-level-requirement.js +6 -1
- package/esm/public/cli/commands/app-level.js +6 -1
- package/esm/public/cli/commands/app-limit-default.js +2 -1
- package/esm/public/cli/commands/app-limit.js +6 -1
- package/esm/public/cli/commands/app-membership-default.js +8 -1
- package/esm/public/cli/commands/app-membership.js +24 -1
- package/esm/public/cli/commands/app-owner-grant.js +4 -1
- package/esm/public/cli/commands/app-permission-default.js +2 -1
- package/esm/public/cli/commands/app-permission.js +8 -1
- package/esm/public/cli/commands/app-permissions-get-mask-by-names.js +3 -1
- package/esm/public/cli/commands/app-permissions-get-mask.js +3 -1
- package/esm/public/cli/commands/app-permissions-get-padded-mask.js +3 -1
- package/esm/public/cli/commands/app-step.js +4 -1
- package/esm/public/cli/commands/app.js +12 -1
- package/esm/public/cli/commands/ast-migration.js +13 -206
- package/esm/public/cli/commands/audit-log.js +8 -1
- package/esm/public/cli/commands/auth.js +0 -1
- package/esm/public/cli/commands/check-constraint.js +18 -1
- package/esm/public/cli/commands/claimed-invite.js +6 -1
- package/esm/public/cli/commands/commit.js +12 -1
- package/esm/public/cli/commands/connected-account.js +4 -1
- package/esm/public/cli/commands/connected-accounts-module.js +8 -1
- package/esm/public/cli/commands/context.js +2 -3
- package/esm/public/cli/commands/crypto-address.js +6 -1
- package/esm/public/cli/commands/crypto-addresses-module.js +10 -1
- package/esm/public/cli/commands/crypto-auth-module.js +22 -1
- package/esm/public/cli/commands/database-provision-module.js +16 -1
- package/esm/public/cli/commands/database.js +10 -1
- package/esm/public/cli/commands/default-ids-module.js +0 -1
- package/esm/public/cli/commands/default-privilege.js +4 -1
- package/esm/public/cli/commands/denormalized-table-field.js +12 -1
- package/esm/public/cli/commands/domain.js +8 -1
- package/esm/public/cli/commands/email.js +6 -1
- package/esm/public/cli/commands/emails-module.js +8 -1
- package/esm/public/cli/commands/encrypted-secrets-module.js +6 -1
- package/esm/public/cli/commands/field-module.js +12 -1
- package/esm/public/cli/commands/field.js +36 -1
- package/esm/public/cli/commands/foreign-key-constraint.js +22 -1
- package/esm/public/cli/commands/full-text-search.js +2 -1
- package/esm/public/cli/commands/get-all-record.js +2 -121
- package/esm/public/cli/commands/hierarchy-module.js +30 -1
- package/esm/public/cli/commands/index.js +24 -1
- package/esm/public/cli/commands/invite.js +18 -1
- package/esm/public/cli/commands/invites-module.js +22 -1
- package/esm/public/cli/commands/levels-module.js +46 -1
- package/esm/public/cli/commands/limits-module.js +30 -1
- package/esm/public/cli/commands/membership-type.js +0 -1
- package/esm/public/cli/commands/membership-types-module.js +6 -1
- package/esm/public/cli/commands/memberships-module.js +56 -1
- package/esm/public/cli/commands/node-type-registry.js +15 -1
- package/esm/public/cli/commands/object.js +8 -15
- package/esm/public/cli/commands/org-admin-grant.js +4 -1
- package/esm/public/cli/commands/org-chart-edge-grant.js +8 -1
- package/esm/public/cli/commands/org-chart-edge.js +6 -1
- package/esm/public/cli/commands/org-claimed-invite.js +6 -1
- package/esm/public/cli/commands/org-get-managers-record.js +2 -121
- package/esm/public/cli/commands/org-get-subordinates-record.js +2 -121
- package/esm/public/cli/commands/org-grant.js +6 -1
- package/esm/public/cli/commands/org-invite.js +20 -1
- package/esm/public/cli/commands/org-is-manager-of.js +3 -1
- package/esm/public/cli/commands/org-limit-default.js +2 -1
- package/esm/public/cli/commands/org-limit.js +6 -1
- package/esm/public/cli/commands/org-member.js +2 -1
- package/esm/public/cli/commands/org-membership-default.js +10 -1
- package/esm/public/cli/commands/org-membership.js +22 -1
- package/esm/public/cli/commands/org-owner-grant.js +4 -1
- package/esm/public/cli/commands/org-permission-default.js +2 -1
- package/esm/public/cli/commands/org-permission.js +8 -1
- package/esm/public/cli/commands/org-permissions-get-mask-by-names.js +3 -1
- package/esm/public/cli/commands/org-permissions-get-mask.js +3 -1
- package/esm/public/cli/commands/org-permissions-get-padded-mask.js +3 -1
- package/esm/public/cli/commands/permissions-module.js +28 -1
- package/esm/public/cli/commands/phone-number.js +6 -1
- package/esm/public/cli/commands/phone-numbers-module.js +8 -1
- package/esm/public/cli/commands/policy.js +26 -1
- package/esm/public/cli/commands/primary-key-constraint.js +16 -1
- package/esm/public/cli/commands/profiles-module.js +30 -1
- package/esm/public/cli/commands/ref.js +2 -1
- package/esm/public/cli/commands/relation-provision.js +46 -1
- package/esm/public/cli/commands/rls-module.js +20 -1
- package/esm/public/cli/commands/role-type.js +0 -1
- package/esm/public/cli/commands/schema-grant.js +2 -1
- package/esm/public/cli/commands/schema.js +16 -1
- package/esm/public/cli/commands/secrets-module.js +6 -1
- package/esm/public/cli/commands/secure-table-provision.js +30 -1
- package/esm/public/cli/commands/sessions-module.js +18 -1
- package/esm/public/cli/commands/site-metadatum.js +6 -1
- package/esm/public/cli/commands/site-module.js +0 -1
- package/esm/public/cli/commands/site-theme.js +0 -1
- package/esm/public/cli/commands/site.js +14 -1
- package/esm/public/cli/commands/sql-migration.js +13 -206
- package/esm/public/cli/commands/steps-achieved.js +3 -1
- package/esm/public/cli/commands/store.js +2 -1
- package/esm/public/cli/commands/table-grant.js +6 -1
- package/esm/public/cli/commands/table-module.js +12 -1
- package/esm/public/cli/commands/table-template-module.js +10 -1
- package/esm/public/cli/commands/table.js +28 -1
- package/esm/public/cli/commands/trigger-function.js +2 -1
- package/esm/public/cli/commands/trigger.js +16 -1
- package/esm/public/cli/commands/unique-constraint.js +18 -1
- package/esm/public/cli/commands/user-auth-module.js +48 -1
- package/esm/public/cli/commands/user.js +10 -15
- package/esm/public/cli/commands/users-module.js +10 -1
- package/esm/public/cli/commands/uuid-module.js +4 -1
- package/esm/public/cli/commands/view-grant.js +6 -1
- package/esm/public/cli/commands/view-rule.js +4 -1
- package/esm/public/cli/commands/view-table.js +2 -1
- package/esm/public/cli/commands/view.js +24 -1
- package/esm/public/cli/commands.js +0 -1
- package/esm/public/cli/executor.js +0 -1
- package/esm/public/cli/index.js +0 -1
- package/esm/public/cli/node-fetch.js +0 -1
- package/esm/public/cli/utils.js +0 -1
- package/objects/cli/commands/auth.js +0 -1
- package/objects/cli/commands/commit.js +12 -1
- package/objects/cli/commands/context.js +2 -3
- package/objects/cli/commands/get-all-record.js +2 -121
- package/objects/cli/commands/object.js +8 -15
- package/objects/cli/commands/ref.js +2 -1
- package/objects/cli/commands/store.js +2 -1
- package/objects/cli/commands.js +0 -1
- package/objects/cli/executor.js +0 -1
- package/objects/cli/index.js +0 -1
- package/objects/cli/node-fetch.js +0 -1
- package/objects/cli/utils.js +0 -1
- package/package.json +4 -4
- package/public/cli/commands/api-module.js +0 -1
- package/public/cli/commands/api-schema.js +0 -1
- package/public/cli/commands/api.js +8 -1
- package/public/cli/commands/app-achievement.js +4 -1
- package/public/cli/commands/app-admin-grant.js +4 -1
- package/public/cli/commands/app-grant.js +6 -1
- package/public/cli/commands/app-level-requirement.js +6 -1
- package/public/cli/commands/app-level.js +6 -1
- package/public/cli/commands/app-limit-default.js +2 -1
- package/public/cli/commands/app-limit.js +6 -1
- package/public/cli/commands/app-membership-default.js +8 -1
- package/public/cli/commands/app-membership.js +24 -1
- package/public/cli/commands/app-owner-grant.js +4 -1
- package/public/cli/commands/app-permission-default.js +2 -1
- package/public/cli/commands/app-permission.js +8 -1
- package/public/cli/commands/app-permissions-get-mask-by-names.js +3 -1
- package/public/cli/commands/app-permissions-get-mask.js +3 -1
- package/public/cli/commands/app-permissions-get-padded-mask.js +3 -1
- package/public/cli/commands/app-step.js +4 -1
- package/public/cli/commands/app.js +12 -1
- package/public/cli/commands/ast-migration.js +13 -206
- package/public/cli/commands/audit-log.js +8 -1
- package/public/cli/commands/auth.js +0 -1
- package/public/cli/commands/check-constraint.js +18 -1
- package/public/cli/commands/claimed-invite.js +6 -1
- package/public/cli/commands/commit.js +12 -1
- package/public/cli/commands/connected-account.js +4 -1
- package/public/cli/commands/connected-accounts-module.js +8 -1
- package/public/cli/commands/context.js +2 -3
- package/public/cli/commands/crypto-address.js +6 -1
- package/public/cli/commands/crypto-addresses-module.js +10 -1
- package/public/cli/commands/crypto-auth-module.js +22 -1
- package/public/cli/commands/database-provision-module.js +16 -1
- package/public/cli/commands/database.js +10 -1
- package/public/cli/commands/default-ids-module.js +0 -1
- package/public/cli/commands/default-privilege.js +4 -1
- package/public/cli/commands/denormalized-table-field.js +12 -1
- package/public/cli/commands/domain.js +8 -1
- package/public/cli/commands/email.js +6 -1
- package/public/cli/commands/emails-module.js +8 -1
- package/public/cli/commands/encrypted-secrets-module.js +6 -1
- package/public/cli/commands/field-module.js +12 -1
- package/public/cli/commands/field.js +36 -1
- package/public/cli/commands/foreign-key-constraint.js +22 -1
- package/public/cli/commands/full-text-search.js +2 -1
- package/public/cli/commands/get-all-record.js +2 -121
- package/public/cli/commands/hierarchy-module.js +30 -1
- package/public/cli/commands/index.js +24 -1
- package/public/cli/commands/invite.js +18 -1
- package/public/cli/commands/invites-module.js +22 -1
- package/public/cli/commands/levels-module.js +46 -1
- package/public/cli/commands/limits-module.js +30 -1
- package/public/cli/commands/membership-type.js +0 -1
- package/public/cli/commands/membership-types-module.js +6 -1
- package/public/cli/commands/memberships-module.js +56 -1
- package/public/cli/commands/node-type-registry.js +15 -1
- package/public/cli/commands/object.js +8 -15
- package/public/cli/commands/org-admin-grant.js +4 -1
- package/public/cli/commands/org-chart-edge-grant.js +8 -1
- package/public/cli/commands/org-chart-edge.js +6 -1
- package/public/cli/commands/org-claimed-invite.js +6 -1
- package/public/cli/commands/org-get-managers-record.js +2 -121
- package/public/cli/commands/org-get-subordinates-record.js +2 -121
- package/public/cli/commands/org-grant.js +6 -1
- package/public/cli/commands/org-invite.js +20 -1
- package/public/cli/commands/org-is-manager-of.js +3 -1
- package/public/cli/commands/org-limit-default.js +2 -1
- package/public/cli/commands/org-limit.js +6 -1
- package/public/cli/commands/org-member.js +2 -1
- package/public/cli/commands/org-membership-default.js +10 -1
- package/public/cli/commands/org-membership.js +22 -1
- package/public/cli/commands/org-owner-grant.js +4 -1
- package/public/cli/commands/org-permission-default.js +2 -1
- package/public/cli/commands/org-permission.js +8 -1
- package/public/cli/commands/org-permissions-get-mask-by-names.js +3 -1
- package/public/cli/commands/org-permissions-get-mask.js +3 -1
- package/public/cli/commands/org-permissions-get-padded-mask.js +3 -1
- package/public/cli/commands/permissions-module.js +28 -1
- package/public/cli/commands/phone-number.js +6 -1
- package/public/cli/commands/phone-numbers-module.js +8 -1
- package/public/cli/commands/policy.js +26 -1
- package/public/cli/commands/primary-key-constraint.js +16 -1
- package/public/cli/commands/profiles-module.js +30 -1
- package/public/cli/commands/ref.js +2 -1
- package/public/cli/commands/relation-provision.js +46 -1
- package/public/cli/commands/rls-module.js +20 -1
- package/public/cli/commands/role-type.js +0 -1
- package/public/cli/commands/schema-grant.js +2 -1
- package/public/cli/commands/schema.js +16 -1
- package/public/cli/commands/secrets-module.js +6 -1
- package/public/cli/commands/secure-table-provision.js +30 -1
- package/public/cli/commands/sessions-module.js +18 -1
- package/public/cli/commands/site-metadatum.js +6 -1
- package/public/cli/commands/site-module.js +0 -1
- package/public/cli/commands/site-theme.js +0 -1
- package/public/cli/commands/site.js +14 -1
- package/public/cli/commands/sql-migration.js +13 -206
- package/public/cli/commands/steps-achieved.js +3 -1
- package/public/cli/commands/store.js +2 -1
- package/public/cli/commands/table-grant.js +6 -1
- package/public/cli/commands/table-module.js +12 -1
- package/public/cli/commands/table-template-module.js +10 -1
- package/public/cli/commands/table.js +28 -1
- package/public/cli/commands/trigger-function.js +2 -1
- package/public/cli/commands/trigger.js +16 -1
- package/public/cli/commands/unique-constraint.js +18 -1
- package/public/cli/commands/user-auth-module.js +48 -1
- package/public/cli/commands/user.js +10 -15
- package/public/cli/commands/users-module.js +10 -1
- package/public/cli/commands/uuid-module.js +4 -1
- package/public/cli/commands/view-grant.js +6 -1
- package/public/cli/commands/view-rule.js +4 -1
- package/public/cli/commands/view-table.js +2 -1
- package/public/cli/commands/view.js +24 -1
- package/public/cli/commands.js +0 -1
- package/public/cli/executor.js +0 -1
- package/public/cli/index.js +0 -1
- package/public/cli/node-fetch.js +0 -1
- package/public/cli/utils.js +0 -1
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
1
|
/**
|
|
3
2
|
* CLI commands for UserAuthModule
|
|
4
3
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -185,144 +184,168 @@ async function handleCreate(argv, prompter) {
|
|
|
185
184
|
name: 'schemaId',
|
|
186
185
|
message: 'schemaId',
|
|
187
186
|
required: false,
|
|
187
|
+
skipPrompt: true,
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
type: 'text',
|
|
191
191
|
name: 'emailsTableId',
|
|
192
192
|
message: 'emailsTableId',
|
|
193
193
|
required: false,
|
|
194
|
+
skipPrompt: true,
|
|
194
195
|
},
|
|
195
196
|
{
|
|
196
197
|
type: 'text',
|
|
197
198
|
name: 'usersTableId',
|
|
198
199
|
message: 'usersTableId',
|
|
199
200
|
required: false,
|
|
201
|
+
skipPrompt: true,
|
|
200
202
|
},
|
|
201
203
|
{
|
|
202
204
|
type: 'text',
|
|
203
205
|
name: 'secretsTableId',
|
|
204
206
|
message: 'secretsTableId',
|
|
205
207
|
required: false,
|
|
208
|
+
skipPrompt: true,
|
|
206
209
|
},
|
|
207
210
|
{
|
|
208
211
|
type: 'text',
|
|
209
212
|
name: 'encryptedTableId',
|
|
210
213
|
message: 'encryptedTableId',
|
|
211
214
|
required: false,
|
|
215
|
+
skipPrompt: true,
|
|
212
216
|
},
|
|
213
217
|
{
|
|
214
218
|
type: 'text',
|
|
215
219
|
name: 'sessionsTableId',
|
|
216
220
|
message: 'sessionsTableId',
|
|
217
221
|
required: false,
|
|
222
|
+
skipPrompt: true,
|
|
218
223
|
},
|
|
219
224
|
{
|
|
220
225
|
type: 'text',
|
|
221
226
|
name: 'sessionCredentialsTableId',
|
|
222
227
|
message: 'sessionCredentialsTableId',
|
|
223
228
|
required: false,
|
|
229
|
+
skipPrompt: true,
|
|
224
230
|
},
|
|
225
231
|
{
|
|
226
232
|
type: 'text',
|
|
227
233
|
name: 'auditsTableId',
|
|
228
234
|
message: 'auditsTableId',
|
|
229
235
|
required: false,
|
|
236
|
+
skipPrompt: true,
|
|
230
237
|
},
|
|
231
238
|
{
|
|
232
239
|
type: 'text',
|
|
233
240
|
name: 'auditsTableName',
|
|
234
241
|
message: 'auditsTableName',
|
|
235
242
|
required: false,
|
|
243
|
+
skipPrompt: true,
|
|
236
244
|
},
|
|
237
245
|
{
|
|
238
246
|
type: 'text',
|
|
239
247
|
name: 'signInFunction',
|
|
240
248
|
message: 'signInFunction',
|
|
241
249
|
required: false,
|
|
250
|
+
skipPrompt: true,
|
|
242
251
|
},
|
|
243
252
|
{
|
|
244
253
|
type: 'text',
|
|
245
254
|
name: 'signUpFunction',
|
|
246
255
|
message: 'signUpFunction',
|
|
247
256
|
required: false,
|
|
257
|
+
skipPrompt: true,
|
|
248
258
|
},
|
|
249
259
|
{
|
|
250
260
|
type: 'text',
|
|
251
261
|
name: 'signOutFunction',
|
|
252
262
|
message: 'signOutFunction',
|
|
253
263
|
required: false,
|
|
264
|
+
skipPrompt: true,
|
|
254
265
|
},
|
|
255
266
|
{
|
|
256
267
|
type: 'text',
|
|
257
268
|
name: 'setPasswordFunction',
|
|
258
269
|
message: 'setPasswordFunction',
|
|
259
270
|
required: false,
|
|
271
|
+
skipPrompt: true,
|
|
260
272
|
},
|
|
261
273
|
{
|
|
262
274
|
type: 'text',
|
|
263
275
|
name: 'resetPasswordFunction',
|
|
264
276
|
message: 'resetPasswordFunction',
|
|
265
277
|
required: false,
|
|
278
|
+
skipPrompt: true,
|
|
266
279
|
},
|
|
267
280
|
{
|
|
268
281
|
type: 'text',
|
|
269
282
|
name: 'forgotPasswordFunction',
|
|
270
283
|
message: 'forgotPasswordFunction',
|
|
271
284
|
required: false,
|
|
285
|
+
skipPrompt: true,
|
|
272
286
|
},
|
|
273
287
|
{
|
|
274
288
|
type: 'text',
|
|
275
289
|
name: 'sendVerificationEmailFunction',
|
|
276
290
|
message: 'sendVerificationEmailFunction',
|
|
277
291
|
required: false,
|
|
292
|
+
skipPrompt: true,
|
|
278
293
|
},
|
|
279
294
|
{
|
|
280
295
|
type: 'text',
|
|
281
296
|
name: 'verifyEmailFunction',
|
|
282
297
|
message: 'verifyEmailFunction',
|
|
283
298
|
required: false,
|
|
299
|
+
skipPrompt: true,
|
|
284
300
|
},
|
|
285
301
|
{
|
|
286
302
|
type: 'text',
|
|
287
303
|
name: 'verifyPasswordFunction',
|
|
288
304
|
message: 'verifyPasswordFunction',
|
|
289
305
|
required: false,
|
|
306
|
+
skipPrompt: true,
|
|
290
307
|
},
|
|
291
308
|
{
|
|
292
309
|
type: 'text',
|
|
293
310
|
name: 'checkPasswordFunction',
|
|
294
311
|
message: 'checkPasswordFunction',
|
|
295
312
|
required: false,
|
|
313
|
+
skipPrompt: true,
|
|
296
314
|
},
|
|
297
315
|
{
|
|
298
316
|
type: 'text',
|
|
299
317
|
name: 'sendAccountDeletionEmailFunction',
|
|
300
318
|
message: 'sendAccountDeletionEmailFunction',
|
|
301
319
|
required: false,
|
|
320
|
+
skipPrompt: true,
|
|
302
321
|
},
|
|
303
322
|
{
|
|
304
323
|
type: 'text',
|
|
305
324
|
name: 'deleteAccountFunction',
|
|
306
325
|
message: 'deleteAccountFunction',
|
|
307
326
|
required: false,
|
|
327
|
+
skipPrompt: true,
|
|
308
328
|
},
|
|
309
329
|
{
|
|
310
330
|
type: 'text',
|
|
311
331
|
name: 'signInOneTimeTokenFunction',
|
|
312
332
|
message: 'signInOneTimeTokenFunction',
|
|
313
333
|
required: false,
|
|
334
|
+
skipPrompt: true,
|
|
314
335
|
},
|
|
315
336
|
{
|
|
316
337
|
type: 'text',
|
|
317
338
|
name: 'oneTimeTokenFunction',
|
|
318
339
|
message: 'oneTimeTokenFunction',
|
|
319
340
|
required: false,
|
|
341
|
+
skipPrompt: true,
|
|
320
342
|
},
|
|
321
343
|
{
|
|
322
344
|
type: 'text',
|
|
323
345
|
name: 'extendTokenExpires',
|
|
324
346
|
message: 'extendTokenExpires',
|
|
325
347
|
required: false,
|
|
348
|
+
skipPrompt: true,
|
|
326
349
|
},
|
|
327
350
|
]);
|
|
328
351
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -417,144 +440,168 @@ async function handleUpdate(argv, prompter) {
|
|
|
417
440
|
name: 'schemaId',
|
|
418
441
|
message: 'schemaId',
|
|
419
442
|
required: false,
|
|
443
|
+
skipPrompt: true,
|
|
420
444
|
},
|
|
421
445
|
{
|
|
422
446
|
type: 'text',
|
|
423
447
|
name: 'emailsTableId',
|
|
424
448
|
message: 'emailsTableId',
|
|
425
449
|
required: false,
|
|
450
|
+
skipPrompt: true,
|
|
426
451
|
},
|
|
427
452
|
{
|
|
428
453
|
type: 'text',
|
|
429
454
|
name: 'usersTableId',
|
|
430
455
|
message: 'usersTableId',
|
|
431
456
|
required: false,
|
|
457
|
+
skipPrompt: true,
|
|
432
458
|
},
|
|
433
459
|
{
|
|
434
460
|
type: 'text',
|
|
435
461
|
name: 'secretsTableId',
|
|
436
462
|
message: 'secretsTableId',
|
|
437
463
|
required: false,
|
|
464
|
+
skipPrompt: true,
|
|
438
465
|
},
|
|
439
466
|
{
|
|
440
467
|
type: 'text',
|
|
441
468
|
name: 'encryptedTableId',
|
|
442
469
|
message: 'encryptedTableId',
|
|
443
470
|
required: false,
|
|
471
|
+
skipPrompt: true,
|
|
444
472
|
},
|
|
445
473
|
{
|
|
446
474
|
type: 'text',
|
|
447
475
|
name: 'sessionsTableId',
|
|
448
476
|
message: 'sessionsTableId',
|
|
449
477
|
required: false,
|
|
478
|
+
skipPrompt: true,
|
|
450
479
|
},
|
|
451
480
|
{
|
|
452
481
|
type: 'text',
|
|
453
482
|
name: 'sessionCredentialsTableId',
|
|
454
483
|
message: 'sessionCredentialsTableId',
|
|
455
484
|
required: false,
|
|
485
|
+
skipPrompt: true,
|
|
456
486
|
},
|
|
457
487
|
{
|
|
458
488
|
type: 'text',
|
|
459
489
|
name: 'auditsTableId',
|
|
460
490
|
message: 'auditsTableId',
|
|
461
491
|
required: false,
|
|
492
|
+
skipPrompt: true,
|
|
462
493
|
},
|
|
463
494
|
{
|
|
464
495
|
type: 'text',
|
|
465
496
|
name: 'auditsTableName',
|
|
466
497
|
message: 'auditsTableName',
|
|
467
498
|
required: false,
|
|
499
|
+
skipPrompt: true,
|
|
468
500
|
},
|
|
469
501
|
{
|
|
470
502
|
type: 'text',
|
|
471
503
|
name: 'signInFunction',
|
|
472
504
|
message: 'signInFunction',
|
|
473
505
|
required: false,
|
|
506
|
+
skipPrompt: true,
|
|
474
507
|
},
|
|
475
508
|
{
|
|
476
509
|
type: 'text',
|
|
477
510
|
name: 'signUpFunction',
|
|
478
511
|
message: 'signUpFunction',
|
|
479
512
|
required: false,
|
|
513
|
+
skipPrompt: true,
|
|
480
514
|
},
|
|
481
515
|
{
|
|
482
516
|
type: 'text',
|
|
483
517
|
name: 'signOutFunction',
|
|
484
518
|
message: 'signOutFunction',
|
|
485
519
|
required: false,
|
|
520
|
+
skipPrompt: true,
|
|
486
521
|
},
|
|
487
522
|
{
|
|
488
523
|
type: 'text',
|
|
489
524
|
name: 'setPasswordFunction',
|
|
490
525
|
message: 'setPasswordFunction',
|
|
491
526
|
required: false,
|
|
527
|
+
skipPrompt: true,
|
|
492
528
|
},
|
|
493
529
|
{
|
|
494
530
|
type: 'text',
|
|
495
531
|
name: 'resetPasswordFunction',
|
|
496
532
|
message: 'resetPasswordFunction',
|
|
497
533
|
required: false,
|
|
534
|
+
skipPrompt: true,
|
|
498
535
|
},
|
|
499
536
|
{
|
|
500
537
|
type: 'text',
|
|
501
538
|
name: 'forgotPasswordFunction',
|
|
502
539
|
message: 'forgotPasswordFunction',
|
|
503
540
|
required: false,
|
|
541
|
+
skipPrompt: true,
|
|
504
542
|
},
|
|
505
543
|
{
|
|
506
544
|
type: 'text',
|
|
507
545
|
name: 'sendVerificationEmailFunction',
|
|
508
546
|
message: 'sendVerificationEmailFunction',
|
|
509
547
|
required: false,
|
|
548
|
+
skipPrompt: true,
|
|
510
549
|
},
|
|
511
550
|
{
|
|
512
551
|
type: 'text',
|
|
513
552
|
name: 'verifyEmailFunction',
|
|
514
553
|
message: 'verifyEmailFunction',
|
|
515
554
|
required: false,
|
|
555
|
+
skipPrompt: true,
|
|
516
556
|
},
|
|
517
557
|
{
|
|
518
558
|
type: 'text',
|
|
519
559
|
name: 'verifyPasswordFunction',
|
|
520
560
|
message: 'verifyPasswordFunction',
|
|
521
561
|
required: false,
|
|
562
|
+
skipPrompt: true,
|
|
522
563
|
},
|
|
523
564
|
{
|
|
524
565
|
type: 'text',
|
|
525
566
|
name: 'checkPasswordFunction',
|
|
526
567
|
message: 'checkPasswordFunction',
|
|
527
568
|
required: false,
|
|
569
|
+
skipPrompt: true,
|
|
528
570
|
},
|
|
529
571
|
{
|
|
530
572
|
type: 'text',
|
|
531
573
|
name: 'sendAccountDeletionEmailFunction',
|
|
532
574
|
message: 'sendAccountDeletionEmailFunction',
|
|
533
575
|
required: false,
|
|
576
|
+
skipPrompt: true,
|
|
534
577
|
},
|
|
535
578
|
{
|
|
536
579
|
type: 'text',
|
|
537
580
|
name: 'deleteAccountFunction',
|
|
538
581
|
message: 'deleteAccountFunction',
|
|
539
582
|
required: false,
|
|
583
|
+
skipPrompt: true,
|
|
540
584
|
},
|
|
541
585
|
{
|
|
542
586
|
type: 'text',
|
|
543
587
|
name: 'signInOneTimeTokenFunction',
|
|
544
588
|
message: 'signInOneTimeTokenFunction',
|
|
545
589
|
required: false,
|
|
590
|
+
skipPrompt: true,
|
|
546
591
|
},
|
|
547
592
|
{
|
|
548
593
|
type: 'text',
|
|
549
594
|
name: 'oneTimeTokenFunction',
|
|
550
595
|
message: 'oneTimeTokenFunction',
|
|
551
596
|
required: false,
|
|
597
|
+
skipPrompt: true,
|
|
552
598
|
},
|
|
553
599
|
{
|
|
554
600
|
type: 'text',
|
|
555
601
|
name: 'extendTokenExpires',
|
|
556
602
|
message: 'extendTokenExpires',
|
|
557
603
|
required: false,
|
|
604
|
+
skipPrompt: true,
|
|
558
605
|
},
|
|
559
606
|
]);
|
|
560
607
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
1
|
/**
|
|
3
2
|
* CLI commands for User
|
|
4
3
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -128,36 +127,35 @@ async function handleCreate(argv, prompter) {
|
|
|
128
127
|
name: 'username',
|
|
129
128
|
message: 'username',
|
|
130
129
|
required: false,
|
|
130
|
+
skipPrompt: true,
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
type: 'text',
|
|
134
134
|
name: 'displayName',
|
|
135
135
|
message: 'displayName',
|
|
136
136
|
required: false,
|
|
137
|
+
skipPrompt: true,
|
|
137
138
|
},
|
|
138
139
|
{
|
|
139
140
|
type: 'text',
|
|
140
141
|
name: 'profilePicture',
|
|
141
142
|
message: 'profilePicture',
|
|
142
143
|
required: false,
|
|
144
|
+
skipPrompt: true,
|
|
143
145
|
},
|
|
144
146
|
{
|
|
145
147
|
type: 'text',
|
|
146
148
|
name: 'searchTsv',
|
|
147
149
|
message: 'searchTsv',
|
|
148
150
|
required: false,
|
|
151
|
+
skipPrompt: true,
|
|
149
152
|
},
|
|
150
153
|
{
|
|
151
154
|
type: 'text',
|
|
152
155
|
name: 'type',
|
|
153
156
|
message: 'type',
|
|
154
157
|
required: false,
|
|
155
|
-
|
|
156
|
-
{
|
|
157
|
-
type: 'text',
|
|
158
|
-
name: 'searchTsvRank',
|
|
159
|
-
message: 'searchTsvRank',
|
|
160
|
-
required: true,
|
|
158
|
+
skipPrompt: true,
|
|
161
159
|
},
|
|
162
160
|
]);
|
|
163
161
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -171,7 +169,6 @@ async function handleCreate(argv, prompter) {
|
|
|
171
169
|
profilePicture: cleanedData.profilePicture,
|
|
172
170
|
searchTsv: cleanedData.searchTsv,
|
|
173
171
|
type: cleanedData.type,
|
|
174
|
-
searchTsvRank: cleanedData.searchTsvRank,
|
|
175
172
|
},
|
|
176
173
|
select: {
|
|
177
174
|
id: true,
|
|
@@ -210,36 +207,35 @@ async function handleUpdate(argv, prompter) {
|
|
|
210
207
|
name: 'username',
|
|
211
208
|
message: 'username',
|
|
212
209
|
required: false,
|
|
210
|
+
skipPrompt: true,
|
|
213
211
|
},
|
|
214
212
|
{
|
|
215
213
|
type: 'text',
|
|
216
214
|
name: 'displayName',
|
|
217
215
|
message: 'displayName',
|
|
218
216
|
required: false,
|
|
217
|
+
skipPrompt: true,
|
|
219
218
|
},
|
|
220
219
|
{
|
|
221
220
|
type: 'text',
|
|
222
221
|
name: 'profilePicture',
|
|
223
222
|
message: 'profilePicture',
|
|
224
223
|
required: false,
|
|
224
|
+
skipPrompt: true,
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
type: 'text',
|
|
228
228
|
name: 'searchTsv',
|
|
229
229
|
message: 'searchTsv',
|
|
230
230
|
required: false,
|
|
231
|
+
skipPrompt: true,
|
|
231
232
|
},
|
|
232
233
|
{
|
|
233
234
|
type: 'text',
|
|
234
235
|
name: 'type',
|
|
235
236
|
message: 'type',
|
|
236
237
|
required: false,
|
|
237
|
-
|
|
238
|
-
{
|
|
239
|
-
type: 'text',
|
|
240
|
-
name: 'searchTsvRank',
|
|
241
|
-
message: 'searchTsvRank',
|
|
242
|
-
required: false,
|
|
238
|
+
skipPrompt: true,
|
|
243
239
|
},
|
|
244
240
|
]);
|
|
245
241
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -256,7 +252,6 @@ async function handleUpdate(argv, prompter) {
|
|
|
256
252
|
profilePicture: cleanedData.profilePicture,
|
|
257
253
|
searchTsv: cleanedData.searchTsv,
|
|
258
254
|
type: cleanedData.type,
|
|
259
|
-
searchTsvRank: cleanedData.searchTsvRank,
|
|
260
255
|
},
|
|
261
256
|
select: {
|
|
262
257
|
id: true,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
1
|
/**
|
|
3
2
|
* CLI commands for UsersModule
|
|
4
3
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -128,30 +127,35 @@ async function handleCreate(argv, prompter) {
|
|
|
128
127
|
name: 'schemaId',
|
|
129
128
|
message: 'schemaId',
|
|
130
129
|
required: false,
|
|
130
|
+
skipPrompt: true,
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
type: 'text',
|
|
134
134
|
name: 'tableId',
|
|
135
135
|
message: 'tableId',
|
|
136
136
|
required: false,
|
|
137
|
+
skipPrompt: true,
|
|
137
138
|
},
|
|
138
139
|
{
|
|
139
140
|
type: 'text',
|
|
140
141
|
name: 'tableName',
|
|
141
142
|
message: 'tableName',
|
|
142
143
|
required: false,
|
|
144
|
+
skipPrompt: true,
|
|
143
145
|
},
|
|
144
146
|
{
|
|
145
147
|
type: 'text',
|
|
146
148
|
name: 'typeTableId',
|
|
147
149
|
message: 'typeTableId',
|
|
148
150
|
required: false,
|
|
151
|
+
skipPrompt: true,
|
|
149
152
|
},
|
|
150
153
|
{
|
|
151
154
|
type: 'text',
|
|
152
155
|
name: 'typeTableName',
|
|
153
156
|
message: 'typeTableName',
|
|
154
157
|
required: false,
|
|
158
|
+
skipPrompt: true,
|
|
155
159
|
},
|
|
156
160
|
]);
|
|
157
161
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -208,30 +212,35 @@ async function handleUpdate(argv, prompter) {
|
|
|
208
212
|
name: 'schemaId',
|
|
209
213
|
message: 'schemaId',
|
|
210
214
|
required: false,
|
|
215
|
+
skipPrompt: true,
|
|
211
216
|
},
|
|
212
217
|
{
|
|
213
218
|
type: 'text',
|
|
214
219
|
name: 'tableId',
|
|
215
220
|
message: 'tableId',
|
|
216
221
|
required: false,
|
|
222
|
+
skipPrompt: true,
|
|
217
223
|
},
|
|
218
224
|
{
|
|
219
225
|
type: 'text',
|
|
220
226
|
name: 'tableName',
|
|
221
227
|
message: 'tableName',
|
|
222
228
|
required: false,
|
|
229
|
+
skipPrompt: true,
|
|
223
230
|
},
|
|
224
231
|
{
|
|
225
232
|
type: 'text',
|
|
226
233
|
name: 'typeTableId',
|
|
227
234
|
message: 'typeTableId',
|
|
228
235
|
required: false,
|
|
236
|
+
skipPrompt: true,
|
|
229
237
|
},
|
|
230
238
|
{
|
|
231
239
|
type: 'text',
|
|
232
240
|
name: 'typeTableName',
|
|
233
241
|
message: 'typeTableName',
|
|
234
242
|
required: false,
|
|
243
|
+
skipPrompt: true,
|
|
235
244
|
},
|
|
236
245
|
]);
|
|
237
246
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
1
|
/**
|
|
3
2
|
* CLI commands for UuidModule
|
|
4
3
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -122,12 +121,14 @@ async function handleCreate(argv, prompter) {
|
|
|
122
121
|
name: 'schemaId',
|
|
123
122
|
message: 'schemaId',
|
|
124
123
|
required: false,
|
|
124
|
+
skipPrompt: true,
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
type: 'text',
|
|
128
128
|
name: 'uuidFunction',
|
|
129
129
|
message: 'uuidFunction',
|
|
130
130
|
required: false,
|
|
131
|
+
skipPrompt: true,
|
|
131
132
|
},
|
|
132
133
|
{
|
|
133
134
|
type: 'text',
|
|
@@ -186,12 +187,14 @@ async function handleUpdate(argv, prompter) {
|
|
|
186
187
|
name: 'schemaId',
|
|
187
188
|
message: 'schemaId',
|
|
188
189
|
required: false,
|
|
190
|
+
skipPrompt: true,
|
|
189
191
|
},
|
|
190
192
|
{
|
|
191
193
|
type: 'text',
|
|
192
194
|
name: 'uuidFunction',
|
|
193
195
|
message: 'uuidFunction',
|
|
194
196
|
required: false,
|
|
197
|
+
skipPrompt: true,
|
|
195
198
|
},
|
|
196
199
|
{
|
|
197
200
|
type: 'text',
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
1
|
/**
|
|
3
2
|
* CLI commands for ViewGrant
|
|
4
3
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -122,6 +121,7 @@ async function handleCreate(argv, prompter) {
|
|
|
122
121
|
name: 'databaseId',
|
|
123
122
|
message: 'databaseId',
|
|
124
123
|
required: false,
|
|
124
|
+
skipPrompt: true,
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
type: 'text',
|
|
@@ -146,12 +146,14 @@ async function handleCreate(argv, prompter) {
|
|
|
146
146
|
name: 'withGrantOption',
|
|
147
147
|
message: 'withGrantOption',
|
|
148
148
|
required: false,
|
|
149
|
+
skipPrompt: true,
|
|
149
150
|
},
|
|
150
151
|
{
|
|
151
152
|
type: 'text',
|
|
152
153
|
name: 'isGrant',
|
|
153
154
|
message: 'isGrant',
|
|
154
155
|
required: false,
|
|
156
|
+
skipPrompt: true,
|
|
155
157
|
},
|
|
156
158
|
]);
|
|
157
159
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -202,6 +204,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
202
204
|
name: 'databaseId',
|
|
203
205
|
message: 'databaseId',
|
|
204
206
|
required: false,
|
|
207
|
+
skipPrompt: true,
|
|
205
208
|
},
|
|
206
209
|
{
|
|
207
210
|
type: 'text',
|
|
@@ -226,12 +229,14 @@ async function handleUpdate(argv, prompter) {
|
|
|
226
229
|
name: 'withGrantOption',
|
|
227
230
|
message: 'withGrantOption',
|
|
228
231
|
required: false,
|
|
232
|
+
skipPrompt: true,
|
|
229
233
|
},
|
|
230
234
|
{
|
|
231
235
|
type: 'text',
|
|
232
236
|
name: 'isGrant',
|
|
233
237
|
message: 'isGrant',
|
|
234
238
|
required: false,
|
|
239
|
+
skipPrompt: true,
|
|
235
240
|
},
|
|
236
241
|
]);
|
|
237
242
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
1
|
/**
|
|
3
2
|
* CLI commands for ViewRule
|
|
4
3
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -119,6 +118,7 @@ async function handleCreate(argv, prompter) {
|
|
|
119
118
|
name: 'databaseId',
|
|
120
119
|
message: 'databaseId',
|
|
121
120
|
required: false,
|
|
121
|
+
skipPrompt: true,
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
124
|
type: 'text',
|
|
@@ -143,6 +143,7 @@ async function handleCreate(argv, prompter) {
|
|
|
143
143
|
name: 'action',
|
|
144
144
|
message: 'action',
|
|
145
145
|
required: false,
|
|
146
|
+
skipPrompt: true,
|
|
146
147
|
},
|
|
147
148
|
]);
|
|
148
149
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -191,6 +192,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
191
192
|
name: 'databaseId',
|
|
192
193
|
message: 'databaseId',
|
|
193
194
|
required: false,
|
|
195
|
+
skipPrompt: true,
|
|
194
196
|
},
|
|
195
197
|
{
|
|
196
198
|
type: 'text',
|
|
@@ -215,6 +217,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
215
217
|
name: 'action',
|
|
216
218
|
message: 'action',
|
|
217
219
|
required: false,
|
|
220
|
+
skipPrompt: true,
|
|
218
221
|
},
|
|
219
222
|
]);
|
|
220
223
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
1
|
/**
|
|
3
2
|
* CLI commands for ViewTable
|
|
4
3
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -125,6 +124,7 @@ async function handleCreate(argv, prompter) {
|
|
|
125
124
|
name: 'joinOrder',
|
|
126
125
|
message: 'joinOrder',
|
|
127
126
|
required: false,
|
|
127
|
+
skipPrompt: true,
|
|
128
128
|
},
|
|
129
129
|
]);
|
|
130
130
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -181,6 +181,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
181
181
|
name: 'joinOrder',
|
|
182
182
|
message: 'joinOrder',
|
|
183
183
|
required: false,
|
|
184
|
+
skipPrompt: true,
|
|
184
185
|
},
|
|
185
186
|
]);
|
|
186
187
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|