@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,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
// @ts-nocheck
|
|
4
3
|
/**
|
|
5
4
|
* CLI commands for UserAuthModule
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -187,144 +186,168 @@ async function handleCreate(argv, prompter) {
|
|
|
187
186
|
name: 'schemaId',
|
|
188
187
|
message: 'schemaId',
|
|
189
188
|
required: false,
|
|
189
|
+
skipPrompt: true,
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
192
|
type: 'text',
|
|
193
193
|
name: 'emailsTableId',
|
|
194
194
|
message: 'emailsTableId',
|
|
195
195
|
required: false,
|
|
196
|
+
skipPrompt: true,
|
|
196
197
|
},
|
|
197
198
|
{
|
|
198
199
|
type: 'text',
|
|
199
200
|
name: 'usersTableId',
|
|
200
201
|
message: 'usersTableId',
|
|
201
202
|
required: false,
|
|
203
|
+
skipPrompt: true,
|
|
202
204
|
},
|
|
203
205
|
{
|
|
204
206
|
type: 'text',
|
|
205
207
|
name: 'secretsTableId',
|
|
206
208
|
message: 'secretsTableId',
|
|
207
209
|
required: false,
|
|
210
|
+
skipPrompt: true,
|
|
208
211
|
},
|
|
209
212
|
{
|
|
210
213
|
type: 'text',
|
|
211
214
|
name: 'encryptedTableId',
|
|
212
215
|
message: 'encryptedTableId',
|
|
213
216
|
required: false,
|
|
217
|
+
skipPrompt: true,
|
|
214
218
|
},
|
|
215
219
|
{
|
|
216
220
|
type: 'text',
|
|
217
221
|
name: 'sessionsTableId',
|
|
218
222
|
message: 'sessionsTableId',
|
|
219
223
|
required: false,
|
|
224
|
+
skipPrompt: true,
|
|
220
225
|
},
|
|
221
226
|
{
|
|
222
227
|
type: 'text',
|
|
223
228
|
name: 'sessionCredentialsTableId',
|
|
224
229
|
message: 'sessionCredentialsTableId',
|
|
225
230
|
required: false,
|
|
231
|
+
skipPrompt: true,
|
|
226
232
|
},
|
|
227
233
|
{
|
|
228
234
|
type: 'text',
|
|
229
235
|
name: 'auditsTableId',
|
|
230
236
|
message: 'auditsTableId',
|
|
231
237
|
required: false,
|
|
238
|
+
skipPrompt: true,
|
|
232
239
|
},
|
|
233
240
|
{
|
|
234
241
|
type: 'text',
|
|
235
242
|
name: 'auditsTableName',
|
|
236
243
|
message: 'auditsTableName',
|
|
237
244
|
required: false,
|
|
245
|
+
skipPrompt: true,
|
|
238
246
|
},
|
|
239
247
|
{
|
|
240
248
|
type: 'text',
|
|
241
249
|
name: 'signInFunction',
|
|
242
250
|
message: 'signInFunction',
|
|
243
251
|
required: false,
|
|
252
|
+
skipPrompt: true,
|
|
244
253
|
},
|
|
245
254
|
{
|
|
246
255
|
type: 'text',
|
|
247
256
|
name: 'signUpFunction',
|
|
248
257
|
message: 'signUpFunction',
|
|
249
258
|
required: false,
|
|
259
|
+
skipPrompt: true,
|
|
250
260
|
},
|
|
251
261
|
{
|
|
252
262
|
type: 'text',
|
|
253
263
|
name: 'signOutFunction',
|
|
254
264
|
message: 'signOutFunction',
|
|
255
265
|
required: false,
|
|
266
|
+
skipPrompt: true,
|
|
256
267
|
},
|
|
257
268
|
{
|
|
258
269
|
type: 'text',
|
|
259
270
|
name: 'setPasswordFunction',
|
|
260
271
|
message: 'setPasswordFunction',
|
|
261
272
|
required: false,
|
|
273
|
+
skipPrompt: true,
|
|
262
274
|
},
|
|
263
275
|
{
|
|
264
276
|
type: 'text',
|
|
265
277
|
name: 'resetPasswordFunction',
|
|
266
278
|
message: 'resetPasswordFunction',
|
|
267
279
|
required: false,
|
|
280
|
+
skipPrompt: true,
|
|
268
281
|
},
|
|
269
282
|
{
|
|
270
283
|
type: 'text',
|
|
271
284
|
name: 'forgotPasswordFunction',
|
|
272
285
|
message: 'forgotPasswordFunction',
|
|
273
286
|
required: false,
|
|
287
|
+
skipPrompt: true,
|
|
274
288
|
},
|
|
275
289
|
{
|
|
276
290
|
type: 'text',
|
|
277
291
|
name: 'sendVerificationEmailFunction',
|
|
278
292
|
message: 'sendVerificationEmailFunction',
|
|
279
293
|
required: false,
|
|
294
|
+
skipPrompt: true,
|
|
280
295
|
},
|
|
281
296
|
{
|
|
282
297
|
type: 'text',
|
|
283
298
|
name: 'verifyEmailFunction',
|
|
284
299
|
message: 'verifyEmailFunction',
|
|
285
300
|
required: false,
|
|
301
|
+
skipPrompt: true,
|
|
286
302
|
},
|
|
287
303
|
{
|
|
288
304
|
type: 'text',
|
|
289
305
|
name: 'verifyPasswordFunction',
|
|
290
306
|
message: 'verifyPasswordFunction',
|
|
291
307
|
required: false,
|
|
308
|
+
skipPrompt: true,
|
|
292
309
|
},
|
|
293
310
|
{
|
|
294
311
|
type: 'text',
|
|
295
312
|
name: 'checkPasswordFunction',
|
|
296
313
|
message: 'checkPasswordFunction',
|
|
297
314
|
required: false,
|
|
315
|
+
skipPrompt: true,
|
|
298
316
|
},
|
|
299
317
|
{
|
|
300
318
|
type: 'text',
|
|
301
319
|
name: 'sendAccountDeletionEmailFunction',
|
|
302
320
|
message: 'sendAccountDeletionEmailFunction',
|
|
303
321
|
required: false,
|
|
322
|
+
skipPrompt: true,
|
|
304
323
|
},
|
|
305
324
|
{
|
|
306
325
|
type: 'text',
|
|
307
326
|
name: 'deleteAccountFunction',
|
|
308
327
|
message: 'deleteAccountFunction',
|
|
309
328
|
required: false,
|
|
329
|
+
skipPrompt: true,
|
|
310
330
|
},
|
|
311
331
|
{
|
|
312
332
|
type: 'text',
|
|
313
333
|
name: 'signInOneTimeTokenFunction',
|
|
314
334
|
message: 'signInOneTimeTokenFunction',
|
|
315
335
|
required: false,
|
|
336
|
+
skipPrompt: true,
|
|
316
337
|
},
|
|
317
338
|
{
|
|
318
339
|
type: 'text',
|
|
319
340
|
name: 'oneTimeTokenFunction',
|
|
320
341
|
message: 'oneTimeTokenFunction',
|
|
321
342
|
required: false,
|
|
343
|
+
skipPrompt: true,
|
|
322
344
|
},
|
|
323
345
|
{
|
|
324
346
|
type: 'text',
|
|
325
347
|
name: 'extendTokenExpires',
|
|
326
348
|
message: 'extendTokenExpires',
|
|
327
349
|
required: false,
|
|
350
|
+
skipPrompt: true,
|
|
328
351
|
},
|
|
329
352
|
]);
|
|
330
353
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -419,144 +442,168 @@ async function handleUpdate(argv, prompter) {
|
|
|
419
442
|
name: 'schemaId',
|
|
420
443
|
message: 'schemaId',
|
|
421
444
|
required: false,
|
|
445
|
+
skipPrompt: true,
|
|
422
446
|
},
|
|
423
447
|
{
|
|
424
448
|
type: 'text',
|
|
425
449
|
name: 'emailsTableId',
|
|
426
450
|
message: 'emailsTableId',
|
|
427
451
|
required: false,
|
|
452
|
+
skipPrompt: true,
|
|
428
453
|
},
|
|
429
454
|
{
|
|
430
455
|
type: 'text',
|
|
431
456
|
name: 'usersTableId',
|
|
432
457
|
message: 'usersTableId',
|
|
433
458
|
required: false,
|
|
459
|
+
skipPrompt: true,
|
|
434
460
|
},
|
|
435
461
|
{
|
|
436
462
|
type: 'text',
|
|
437
463
|
name: 'secretsTableId',
|
|
438
464
|
message: 'secretsTableId',
|
|
439
465
|
required: false,
|
|
466
|
+
skipPrompt: true,
|
|
440
467
|
},
|
|
441
468
|
{
|
|
442
469
|
type: 'text',
|
|
443
470
|
name: 'encryptedTableId',
|
|
444
471
|
message: 'encryptedTableId',
|
|
445
472
|
required: false,
|
|
473
|
+
skipPrompt: true,
|
|
446
474
|
},
|
|
447
475
|
{
|
|
448
476
|
type: 'text',
|
|
449
477
|
name: 'sessionsTableId',
|
|
450
478
|
message: 'sessionsTableId',
|
|
451
479
|
required: false,
|
|
480
|
+
skipPrompt: true,
|
|
452
481
|
},
|
|
453
482
|
{
|
|
454
483
|
type: 'text',
|
|
455
484
|
name: 'sessionCredentialsTableId',
|
|
456
485
|
message: 'sessionCredentialsTableId',
|
|
457
486
|
required: false,
|
|
487
|
+
skipPrompt: true,
|
|
458
488
|
},
|
|
459
489
|
{
|
|
460
490
|
type: 'text',
|
|
461
491
|
name: 'auditsTableId',
|
|
462
492
|
message: 'auditsTableId',
|
|
463
493
|
required: false,
|
|
494
|
+
skipPrompt: true,
|
|
464
495
|
},
|
|
465
496
|
{
|
|
466
497
|
type: 'text',
|
|
467
498
|
name: 'auditsTableName',
|
|
468
499
|
message: 'auditsTableName',
|
|
469
500
|
required: false,
|
|
501
|
+
skipPrompt: true,
|
|
470
502
|
},
|
|
471
503
|
{
|
|
472
504
|
type: 'text',
|
|
473
505
|
name: 'signInFunction',
|
|
474
506
|
message: 'signInFunction',
|
|
475
507
|
required: false,
|
|
508
|
+
skipPrompt: true,
|
|
476
509
|
},
|
|
477
510
|
{
|
|
478
511
|
type: 'text',
|
|
479
512
|
name: 'signUpFunction',
|
|
480
513
|
message: 'signUpFunction',
|
|
481
514
|
required: false,
|
|
515
|
+
skipPrompt: true,
|
|
482
516
|
},
|
|
483
517
|
{
|
|
484
518
|
type: 'text',
|
|
485
519
|
name: 'signOutFunction',
|
|
486
520
|
message: 'signOutFunction',
|
|
487
521
|
required: false,
|
|
522
|
+
skipPrompt: true,
|
|
488
523
|
},
|
|
489
524
|
{
|
|
490
525
|
type: 'text',
|
|
491
526
|
name: 'setPasswordFunction',
|
|
492
527
|
message: 'setPasswordFunction',
|
|
493
528
|
required: false,
|
|
529
|
+
skipPrompt: true,
|
|
494
530
|
},
|
|
495
531
|
{
|
|
496
532
|
type: 'text',
|
|
497
533
|
name: 'resetPasswordFunction',
|
|
498
534
|
message: 'resetPasswordFunction',
|
|
499
535
|
required: false,
|
|
536
|
+
skipPrompt: true,
|
|
500
537
|
},
|
|
501
538
|
{
|
|
502
539
|
type: 'text',
|
|
503
540
|
name: 'forgotPasswordFunction',
|
|
504
541
|
message: 'forgotPasswordFunction',
|
|
505
542
|
required: false,
|
|
543
|
+
skipPrompt: true,
|
|
506
544
|
},
|
|
507
545
|
{
|
|
508
546
|
type: 'text',
|
|
509
547
|
name: 'sendVerificationEmailFunction',
|
|
510
548
|
message: 'sendVerificationEmailFunction',
|
|
511
549
|
required: false,
|
|
550
|
+
skipPrompt: true,
|
|
512
551
|
},
|
|
513
552
|
{
|
|
514
553
|
type: 'text',
|
|
515
554
|
name: 'verifyEmailFunction',
|
|
516
555
|
message: 'verifyEmailFunction',
|
|
517
556
|
required: false,
|
|
557
|
+
skipPrompt: true,
|
|
518
558
|
},
|
|
519
559
|
{
|
|
520
560
|
type: 'text',
|
|
521
561
|
name: 'verifyPasswordFunction',
|
|
522
562
|
message: 'verifyPasswordFunction',
|
|
523
563
|
required: false,
|
|
564
|
+
skipPrompt: true,
|
|
524
565
|
},
|
|
525
566
|
{
|
|
526
567
|
type: 'text',
|
|
527
568
|
name: 'checkPasswordFunction',
|
|
528
569
|
message: 'checkPasswordFunction',
|
|
529
570
|
required: false,
|
|
571
|
+
skipPrompt: true,
|
|
530
572
|
},
|
|
531
573
|
{
|
|
532
574
|
type: 'text',
|
|
533
575
|
name: 'sendAccountDeletionEmailFunction',
|
|
534
576
|
message: 'sendAccountDeletionEmailFunction',
|
|
535
577
|
required: false,
|
|
578
|
+
skipPrompt: true,
|
|
536
579
|
},
|
|
537
580
|
{
|
|
538
581
|
type: 'text',
|
|
539
582
|
name: 'deleteAccountFunction',
|
|
540
583
|
message: 'deleteAccountFunction',
|
|
541
584
|
required: false,
|
|
585
|
+
skipPrompt: true,
|
|
542
586
|
},
|
|
543
587
|
{
|
|
544
588
|
type: 'text',
|
|
545
589
|
name: 'signInOneTimeTokenFunction',
|
|
546
590
|
message: 'signInOneTimeTokenFunction',
|
|
547
591
|
required: false,
|
|
592
|
+
skipPrompt: true,
|
|
548
593
|
},
|
|
549
594
|
{
|
|
550
595
|
type: 'text',
|
|
551
596
|
name: 'oneTimeTokenFunction',
|
|
552
597
|
message: 'oneTimeTokenFunction',
|
|
553
598
|
required: false,
|
|
599
|
+
skipPrompt: true,
|
|
554
600
|
},
|
|
555
601
|
{
|
|
556
602
|
type: 'text',
|
|
557
603
|
name: 'extendTokenExpires',
|
|
558
604
|
message: 'extendTokenExpires',
|
|
559
605
|
required: false,
|
|
606
|
+
skipPrompt: true,
|
|
560
607
|
},
|
|
561
608
|
]);
|
|
562
609
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
// @ts-nocheck
|
|
4
3
|
/**
|
|
5
4
|
* CLI commands for User
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -130,36 +129,35 @@ async function handleCreate(argv, prompter) {
|
|
|
130
129
|
name: 'username',
|
|
131
130
|
message: 'username',
|
|
132
131
|
required: false,
|
|
132
|
+
skipPrompt: true,
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
135
|
type: 'text',
|
|
136
136
|
name: 'displayName',
|
|
137
137
|
message: 'displayName',
|
|
138
138
|
required: false,
|
|
139
|
+
skipPrompt: true,
|
|
139
140
|
},
|
|
140
141
|
{
|
|
141
142
|
type: 'text',
|
|
142
143
|
name: 'profilePicture',
|
|
143
144
|
message: 'profilePicture',
|
|
144
145
|
required: false,
|
|
146
|
+
skipPrompt: true,
|
|
145
147
|
},
|
|
146
148
|
{
|
|
147
149
|
type: 'text',
|
|
148
150
|
name: 'searchTsv',
|
|
149
151
|
message: 'searchTsv',
|
|
150
152
|
required: false,
|
|
153
|
+
skipPrompt: true,
|
|
151
154
|
},
|
|
152
155
|
{
|
|
153
156
|
type: 'text',
|
|
154
157
|
name: 'type',
|
|
155
158
|
message: 'type',
|
|
156
159
|
required: false,
|
|
157
|
-
|
|
158
|
-
{
|
|
159
|
-
type: 'text',
|
|
160
|
-
name: 'searchTsvRank',
|
|
161
|
-
message: 'searchTsvRank',
|
|
162
|
-
required: true,
|
|
160
|
+
skipPrompt: true,
|
|
163
161
|
},
|
|
164
162
|
]);
|
|
165
163
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -173,7 +171,6 @@ async function handleCreate(argv, prompter) {
|
|
|
173
171
|
profilePicture: cleanedData.profilePicture,
|
|
174
172
|
searchTsv: cleanedData.searchTsv,
|
|
175
173
|
type: cleanedData.type,
|
|
176
|
-
searchTsvRank: cleanedData.searchTsvRank,
|
|
177
174
|
},
|
|
178
175
|
select: {
|
|
179
176
|
id: true,
|
|
@@ -212,36 +209,35 @@ async function handleUpdate(argv, prompter) {
|
|
|
212
209
|
name: 'username',
|
|
213
210
|
message: 'username',
|
|
214
211
|
required: false,
|
|
212
|
+
skipPrompt: true,
|
|
215
213
|
},
|
|
216
214
|
{
|
|
217
215
|
type: 'text',
|
|
218
216
|
name: 'displayName',
|
|
219
217
|
message: 'displayName',
|
|
220
218
|
required: false,
|
|
219
|
+
skipPrompt: true,
|
|
221
220
|
},
|
|
222
221
|
{
|
|
223
222
|
type: 'text',
|
|
224
223
|
name: 'profilePicture',
|
|
225
224
|
message: 'profilePicture',
|
|
226
225
|
required: false,
|
|
226
|
+
skipPrompt: true,
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
type: 'text',
|
|
230
230
|
name: 'searchTsv',
|
|
231
231
|
message: 'searchTsv',
|
|
232
232
|
required: false,
|
|
233
|
+
skipPrompt: true,
|
|
233
234
|
},
|
|
234
235
|
{
|
|
235
236
|
type: 'text',
|
|
236
237
|
name: 'type',
|
|
237
238
|
message: 'type',
|
|
238
239
|
required: false,
|
|
239
|
-
|
|
240
|
-
{
|
|
241
|
-
type: 'text',
|
|
242
|
-
name: 'searchTsvRank',
|
|
243
|
-
message: 'searchTsvRank',
|
|
244
|
-
required: false,
|
|
240
|
+
skipPrompt: true,
|
|
245
241
|
},
|
|
246
242
|
]);
|
|
247
243
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -258,7 +254,6 @@ async function handleUpdate(argv, prompter) {
|
|
|
258
254
|
profilePicture: cleanedData.profilePicture,
|
|
259
255
|
searchTsv: cleanedData.searchTsv,
|
|
260
256
|
type: cleanedData.type,
|
|
261
|
-
searchTsvRank: cleanedData.searchTsvRank,
|
|
262
257
|
},
|
|
263
258
|
select: {
|
|
264
259
|
id: true,
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
// @ts-nocheck
|
|
4
3
|
/**
|
|
5
4
|
* CLI commands for UsersModule
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -130,30 +129,35 @@ async function handleCreate(argv, prompter) {
|
|
|
130
129
|
name: 'schemaId',
|
|
131
130
|
message: 'schemaId',
|
|
132
131
|
required: false,
|
|
132
|
+
skipPrompt: true,
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
135
|
type: 'text',
|
|
136
136
|
name: 'tableId',
|
|
137
137
|
message: 'tableId',
|
|
138
138
|
required: false,
|
|
139
|
+
skipPrompt: true,
|
|
139
140
|
},
|
|
140
141
|
{
|
|
141
142
|
type: 'text',
|
|
142
143
|
name: 'tableName',
|
|
143
144
|
message: 'tableName',
|
|
144
145
|
required: false,
|
|
146
|
+
skipPrompt: true,
|
|
145
147
|
},
|
|
146
148
|
{
|
|
147
149
|
type: 'text',
|
|
148
150
|
name: 'typeTableId',
|
|
149
151
|
message: 'typeTableId',
|
|
150
152
|
required: false,
|
|
153
|
+
skipPrompt: true,
|
|
151
154
|
},
|
|
152
155
|
{
|
|
153
156
|
type: 'text',
|
|
154
157
|
name: 'typeTableName',
|
|
155
158
|
message: 'typeTableName',
|
|
156
159
|
required: false,
|
|
160
|
+
skipPrompt: true,
|
|
157
161
|
},
|
|
158
162
|
]);
|
|
159
163
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -210,30 +214,35 @@ async function handleUpdate(argv, prompter) {
|
|
|
210
214
|
name: 'schemaId',
|
|
211
215
|
message: 'schemaId',
|
|
212
216
|
required: false,
|
|
217
|
+
skipPrompt: true,
|
|
213
218
|
},
|
|
214
219
|
{
|
|
215
220
|
type: 'text',
|
|
216
221
|
name: 'tableId',
|
|
217
222
|
message: 'tableId',
|
|
218
223
|
required: false,
|
|
224
|
+
skipPrompt: true,
|
|
219
225
|
},
|
|
220
226
|
{
|
|
221
227
|
type: 'text',
|
|
222
228
|
name: 'tableName',
|
|
223
229
|
message: 'tableName',
|
|
224
230
|
required: false,
|
|
231
|
+
skipPrompt: true,
|
|
225
232
|
},
|
|
226
233
|
{
|
|
227
234
|
type: 'text',
|
|
228
235
|
name: 'typeTableId',
|
|
229
236
|
message: 'typeTableId',
|
|
230
237
|
required: false,
|
|
238
|
+
skipPrompt: true,
|
|
231
239
|
},
|
|
232
240
|
{
|
|
233
241
|
type: 'text',
|
|
234
242
|
name: 'typeTableName',
|
|
235
243
|
message: 'typeTableName',
|
|
236
244
|
required: false,
|
|
245
|
+
skipPrompt: true,
|
|
237
246
|
},
|
|
238
247
|
]);
|
|
239
248
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
// @ts-nocheck
|
|
4
3
|
/**
|
|
5
4
|
* CLI commands for UuidModule
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -124,12 +123,14 @@ async function handleCreate(argv, prompter) {
|
|
|
124
123
|
name: 'schemaId',
|
|
125
124
|
message: 'schemaId',
|
|
126
125
|
required: false,
|
|
126
|
+
skipPrompt: true,
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
type: 'text',
|
|
130
130
|
name: 'uuidFunction',
|
|
131
131
|
message: 'uuidFunction',
|
|
132
132
|
required: false,
|
|
133
|
+
skipPrompt: true,
|
|
133
134
|
},
|
|
134
135
|
{
|
|
135
136
|
type: 'text',
|
|
@@ -188,12 +189,14 @@ async function handleUpdate(argv, prompter) {
|
|
|
188
189
|
name: 'schemaId',
|
|
189
190
|
message: 'schemaId',
|
|
190
191
|
required: false,
|
|
192
|
+
skipPrompt: true,
|
|
191
193
|
},
|
|
192
194
|
{
|
|
193
195
|
type: 'text',
|
|
194
196
|
name: 'uuidFunction',
|
|
195
197
|
message: 'uuidFunction',
|
|
196
198
|
required: false,
|
|
199
|
+
skipPrompt: true,
|
|
197
200
|
},
|
|
198
201
|
{
|
|
199
202
|
type: 'text',
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
// @ts-nocheck
|
|
4
3
|
/**
|
|
5
4
|
* CLI commands for ViewGrant
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -124,6 +123,7 @@ async function handleCreate(argv, prompter) {
|
|
|
124
123
|
name: 'databaseId',
|
|
125
124
|
message: 'databaseId',
|
|
126
125
|
required: false,
|
|
126
|
+
skipPrompt: true,
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
type: 'text',
|
|
@@ -148,12 +148,14 @@ async function handleCreate(argv, prompter) {
|
|
|
148
148
|
name: 'withGrantOption',
|
|
149
149
|
message: 'withGrantOption',
|
|
150
150
|
required: false,
|
|
151
|
+
skipPrompt: true,
|
|
151
152
|
},
|
|
152
153
|
{
|
|
153
154
|
type: 'text',
|
|
154
155
|
name: 'isGrant',
|
|
155
156
|
message: 'isGrant',
|
|
156
157
|
required: false,
|
|
158
|
+
skipPrompt: true,
|
|
157
159
|
},
|
|
158
160
|
]);
|
|
159
161
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -204,6 +206,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
204
206
|
name: 'databaseId',
|
|
205
207
|
message: 'databaseId',
|
|
206
208
|
required: false,
|
|
209
|
+
skipPrompt: true,
|
|
207
210
|
},
|
|
208
211
|
{
|
|
209
212
|
type: 'text',
|
|
@@ -228,12 +231,14 @@ async function handleUpdate(argv, prompter) {
|
|
|
228
231
|
name: 'withGrantOption',
|
|
229
232
|
message: 'withGrantOption',
|
|
230
233
|
required: false,
|
|
234
|
+
skipPrompt: true,
|
|
231
235
|
},
|
|
232
236
|
{
|
|
233
237
|
type: 'text',
|
|
234
238
|
name: 'isGrant',
|
|
235
239
|
message: 'isGrant',
|
|
236
240
|
required: false,
|
|
241
|
+
skipPrompt: true,
|
|
237
242
|
},
|
|
238
243
|
]);
|
|
239
244
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
// @ts-nocheck
|
|
4
3
|
/**
|
|
5
4
|
* CLI commands for ViewRule
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -121,6 +120,7 @@ async function handleCreate(argv, prompter) {
|
|
|
121
120
|
name: 'databaseId',
|
|
122
121
|
message: 'databaseId',
|
|
123
122
|
required: false,
|
|
123
|
+
skipPrompt: true,
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
type: 'text',
|
|
@@ -145,6 +145,7 @@ async function handleCreate(argv, prompter) {
|
|
|
145
145
|
name: 'action',
|
|
146
146
|
message: 'action',
|
|
147
147
|
required: false,
|
|
148
|
+
skipPrompt: true,
|
|
148
149
|
},
|
|
149
150
|
]);
|
|
150
151
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -193,6 +194,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
193
194
|
name: 'databaseId',
|
|
194
195
|
message: 'databaseId',
|
|
195
196
|
required: false,
|
|
197
|
+
skipPrompt: true,
|
|
196
198
|
},
|
|
197
199
|
{
|
|
198
200
|
type: 'text',
|
|
@@ -217,6 +219,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
217
219
|
name: 'action',
|
|
218
220
|
message: 'action',
|
|
219
221
|
required: false,
|
|
222
|
+
skipPrompt: true,
|
|
220
223
|
},
|
|
221
224
|
]);
|
|
222
225
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
// @ts-nocheck
|
|
4
3
|
/**
|
|
5
4
|
* CLI commands for ViewTable
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -127,6 +126,7 @@ async function handleCreate(argv, prompter) {
|
|
|
127
126
|
name: 'joinOrder',
|
|
128
127
|
message: 'joinOrder',
|
|
129
128
|
required: false,
|
|
129
|
+
skipPrompt: true,
|
|
130
130
|
},
|
|
131
131
|
]);
|
|
132
132
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -183,6 +183,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
183
183
|
name: 'joinOrder',
|
|
184
184
|
message: 'joinOrder',
|
|
185
185
|
required: false,
|
|
186
|
+
skipPrompt: true,
|
|
186
187
|
},
|
|
187
188
|
]);
|
|
188
189
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|