@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 InvitesModule
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -151,60 +150,70 @@ async function handleCreate(argv, prompter) {
|
|
|
151
150
|
name: 'schemaId',
|
|
152
151
|
message: 'schemaId',
|
|
153
152
|
required: false,
|
|
153
|
+
skipPrompt: true,
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
type: 'text',
|
|
157
157
|
name: 'privateSchemaId',
|
|
158
158
|
message: 'privateSchemaId',
|
|
159
159
|
required: false,
|
|
160
|
+
skipPrompt: true,
|
|
160
161
|
},
|
|
161
162
|
{
|
|
162
163
|
type: 'text',
|
|
163
164
|
name: 'emailsTableId',
|
|
164
165
|
message: 'emailsTableId',
|
|
165
166
|
required: false,
|
|
167
|
+
skipPrompt: true,
|
|
166
168
|
},
|
|
167
169
|
{
|
|
168
170
|
type: 'text',
|
|
169
171
|
name: 'usersTableId',
|
|
170
172
|
message: 'usersTableId',
|
|
171
173
|
required: false,
|
|
174
|
+
skipPrompt: true,
|
|
172
175
|
},
|
|
173
176
|
{
|
|
174
177
|
type: 'text',
|
|
175
178
|
name: 'invitesTableId',
|
|
176
179
|
message: 'invitesTableId',
|
|
177
180
|
required: false,
|
|
181
|
+
skipPrompt: true,
|
|
178
182
|
},
|
|
179
183
|
{
|
|
180
184
|
type: 'text',
|
|
181
185
|
name: 'claimedInvitesTableId',
|
|
182
186
|
message: 'claimedInvitesTableId',
|
|
183
187
|
required: false,
|
|
188
|
+
skipPrompt: true,
|
|
184
189
|
},
|
|
185
190
|
{
|
|
186
191
|
type: 'text',
|
|
187
192
|
name: 'invitesTableName',
|
|
188
193
|
message: 'invitesTableName',
|
|
189
194
|
required: false,
|
|
195
|
+
skipPrompt: true,
|
|
190
196
|
},
|
|
191
197
|
{
|
|
192
198
|
type: 'text',
|
|
193
199
|
name: 'claimedInvitesTableName',
|
|
194
200
|
message: 'claimedInvitesTableName',
|
|
195
201
|
required: false,
|
|
202
|
+
skipPrompt: true,
|
|
196
203
|
},
|
|
197
204
|
{
|
|
198
205
|
type: 'text',
|
|
199
206
|
name: 'submitInviteCodeFunction',
|
|
200
207
|
message: 'submitInviteCodeFunction',
|
|
201
208
|
required: false,
|
|
209
|
+
skipPrompt: true,
|
|
202
210
|
},
|
|
203
211
|
{
|
|
204
212
|
type: 'text',
|
|
205
213
|
name: 'prefix',
|
|
206
214
|
message: 'prefix',
|
|
207
215
|
required: false,
|
|
216
|
+
skipPrompt: true,
|
|
208
217
|
},
|
|
209
218
|
{
|
|
210
219
|
type: 'text',
|
|
@@ -217,6 +226,7 @@ async function handleCreate(argv, prompter) {
|
|
|
217
226
|
name: 'entityTableId',
|
|
218
227
|
message: 'entityTableId',
|
|
219
228
|
required: false,
|
|
229
|
+
skipPrompt: true,
|
|
220
230
|
},
|
|
221
231
|
]);
|
|
222
232
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -287,60 +297,70 @@ async function handleUpdate(argv, prompter) {
|
|
|
287
297
|
name: 'schemaId',
|
|
288
298
|
message: 'schemaId',
|
|
289
299
|
required: false,
|
|
300
|
+
skipPrompt: true,
|
|
290
301
|
},
|
|
291
302
|
{
|
|
292
303
|
type: 'text',
|
|
293
304
|
name: 'privateSchemaId',
|
|
294
305
|
message: 'privateSchemaId',
|
|
295
306
|
required: false,
|
|
307
|
+
skipPrompt: true,
|
|
296
308
|
},
|
|
297
309
|
{
|
|
298
310
|
type: 'text',
|
|
299
311
|
name: 'emailsTableId',
|
|
300
312
|
message: 'emailsTableId',
|
|
301
313
|
required: false,
|
|
314
|
+
skipPrompt: true,
|
|
302
315
|
},
|
|
303
316
|
{
|
|
304
317
|
type: 'text',
|
|
305
318
|
name: 'usersTableId',
|
|
306
319
|
message: 'usersTableId',
|
|
307
320
|
required: false,
|
|
321
|
+
skipPrompt: true,
|
|
308
322
|
},
|
|
309
323
|
{
|
|
310
324
|
type: 'text',
|
|
311
325
|
name: 'invitesTableId',
|
|
312
326
|
message: 'invitesTableId',
|
|
313
327
|
required: false,
|
|
328
|
+
skipPrompt: true,
|
|
314
329
|
},
|
|
315
330
|
{
|
|
316
331
|
type: 'text',
|
|
317
332
|
name: 'claimedInvitesTableId',
|
|
318
333
|
message: 'claimedInvitesTableId',
|
|
319
334
|
required: false,
|
|
335
|
+
skipPrompt: true,
|
|
320
336
|
},
|
|
321
337
|
{
|
|
322
338
|
type: 'text',
|
|
323
339
|
name: 'invitesTableName',
|
|
324
340
|
message: 'invitesTableName',
|
|
325
341
|
required: false,
|
|
342
|
+
skipPrompt: true,
|
|
326
343
|
},
|
|
327
344
|
{
|
|
328
345
|
type: 'text',
|
|
329
346
|
name: 'claimedInvitesTableName',
|
|
330
347
|
message: 'claimedInvitesTableName',
|
|
331
348
|
required: false,
|
|
349
|
+
skipPrompt: true,
|
|
332
350
|
},
|
|
333
351
|
{
|
|
334
352
|
type: 'text',
|
|
335
353
|
name: 'submitInviteCodeFunction',
|
|
336
354
|
message: 'submitInviteCodeFunction',
|
|
337
355
|
required: false,
|
|
356
|
+
skipPrompt: true,
|
|
338
357
|
},
|
|
339
358
|
{
|
|
340
359
|
type: 'text',
|
|
341
360
|
name: 'prefix',
|
|
342
361
|
message: 'prefix',
|
|
343
362
|
required: false,
|
|
363
|
+
skipPrompt: true,
|
|
344
364
|
},
|
|
345
365
|
{
|
|
346
366
|
type: 'text',
|
|
@@ -353,6 +373,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
353
373
|
name: 'entityTableId',
|
|
354
374
|
message: 'entityTableId',
|
|
355
375
|
required: false,
|
|
376
|
+
skipPrompt: true,
|
|
356
377
|
},
|
|
357
378
|
]);
|
|
358
379
|
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 LevelsModule
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -187,126 +186,147 @@ 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: 'privateSchemaId',
|
|
194
194
|
message: 'privateSchemaId',
|
|
195
195
|
required: false,
|
|
196
|
+
skipPrompt: true,
|
|
196
197
|
},
|
|
197
198
|
{
|
|
198
199
|
type: 'text',
|
|
199
200
|
name: 'stepsTableId',
|
|
200
201
|
message: 'stepsTableId',
|
|
201
202
|
required: false,
|
|
203
|
+
skipPrompt: true,
|
|
202
204
|
},
|
|
203
205
|
{
|
|
204
206
|
type: 'text',
|
|
205
207
|
name: 'stepsTableName',
|
|
206
208
|
message: 'stepsTableName',
|
|
207
209
|
required: false,
|
|
210
|
+
skipPrompt: true,
|
|
208
211
|
},
|
|
209
212
|
{
|
|
210
213
|
type: 'text',
|
|
211
214
|
name: 'achievementsTableId',
|
|
212
215
|
message: 'achievementsTableId',
|
|
213
216
|
required: false,
|
|
217
|
+
skipPrompt: true,
|
|
214
218
|
},
|
|
215
219
|
{
|
|
216
220
|
type: 'text',
|
|
217
221
|
name: 'achievementsTableName',
|
|
218
222
|
message: 'achievementsTableName',
|
|
219
223
|
required: false,
|
|
224
|
+
skipPrompt: true,
|
|
220
225
|
},
|
|
221
226
|
{
|
|
222
227
|
type: 'text',
|
|
223
228
|
name: 'levelsTableId',
|
|
224
229
|
message: 'levelsTableId',
|
|
225
230
|
required: false,
|
|
231
|
+
skipPrompt: true,
|
|
226
232
|
},
|
|
227
233
|
{
|
|
228
234
|
type: 'text',
|
|
229
235
|
name: 'levelsTableName',
|
|
230
236
|
message: 'levelsTableName',
|
|
231
237
|
required: false,
|
|
238
|
+
skipPrompt: true,
|
|
232
239
|
},
|
|
233
240
|
{
|
|
234
241
|
type: 'text',
|
|
235
242
|
name: 'levelRequirementsTableId',
|
|
236
243
|
message: 'levelRequirementsTableId',
|
|
237
244
|
required: false,
|
|
245
|
+
skipPrompt: true,
|
|
238
246
|
},
|
|
239
247
|
{
|
|
240
248
|
type: 'text',
|
|
241
249
|
name: 'levelRequirementsTableName',
|
|
242
250
|
message: 'levelRequirementsTableName',
|
|
243
251
|
required: false,
|
|
252
|
+
skipPrompt: true,
|
|
244
253
|
},
|
|
245
254
|
{
|
|
246
255
|
type: 'text',
|
|
247
256
|
name: 'completedStep',
|
|
248
257
|
message: 'completedStep',
|
|
249
258
|
required: false,
|
|
259
|
+
skipPrompt: true,
|
|
250
260
|
},
|
|
251
261
|
{
|
|
252
262
|
type: 'text',
|
|
253
263
|
name: 'incompletedStep',
|
|
254
264
|
message: 'incompletedStep',
|
|
255
265
|
required: false,
|
|
266
|
+
skipPrompt: true,
|
|
256
267
|
},
|
|
257
268
|
{
|
|
258
269
|
type: 'text',
|
|
259
270
|
name: 'tgAchievement',
|
|
260
271
|
message: 'tgAchievement',
|
|
261
272
|
required: false,
|
|
273
|
+
skipPrompt: true,
|
|
262
274
|
},
|
|
263
275
|
{
|
|
264
276
|
type: 'text',
|
|
265
277
|
name: 'tgAchievementToggle',
|
|
266
278
|
message: 'tgAchievementToggle',
|
|
267
279
|
required: false,
|
|
280
|
+
skipPrompt: true,
|
|
268
281
|
},
|
|
269
282
|
{
|
|
270
283
|
type: 'text',
|
|
271
284
|
name: 'tgAchievementToggleBoolean',
|
|
272
285
|
message: 'tgAchievementToggleBoolean',
|
|
273
286
|
required: false,
|
|
287
|
+
skipPrompt: true,
|
|
274
288
|
},
|
|
275
289
|
{
|
|
276
290
|
type: 'text',
|
|
277
291
|
name: 'tgAchievementBoolean',
|
|
278
292
|
message: 'tgAchievementBoolean',
|
|
279
293
|
required: false,
|
|
294
|
+
skipPrompt: true,
|
|
280
295
|
},
|
|
281
296
|
{
|
|
282
297
|
type: 'text',
|
|
283
298
|
name: 'upsertAchievement',
|
|
284
299
|
message: 'upsertAchievement',
|
|
285
300
|
required: false,
|
|
301
|
+
skipPrompt: true,
|
|
286
302
|
},
|
|
287
303
|
{
|
|
288
304
|
type: 'text',
|
|
289
305
|
name: 'tgUpdateAchievements',
|
|
290
306
|
message: 'tgUpdateAchievements',
|
|
291
307
|
required: false,
|
|
308
|
+
skipPrompt: true,
|
|
292
309
|
},
|
|
293
310
|
{
|
|
294
311
|
type: 'text',
|
|
295
312
|
name: 'stepsRequired',
|
|
296
313
|
message: 'stepsRequired',
|
|
297
314
|
required: false,
|
|
315
|
+
skipPrompt: true,
|
|
298
316
|
},
|
|
299
317
|
{
|
|
300
318
|
type: 'text',
|
|
301
319
|
name: 'levelAchieved',
|
|
302
320
|
message: 'levelAchieved',
|
|
303
321
|
required: false,
|
|
322
|
+
skipPrompt: true,
|
|
304
323
|
},
|
|
305
324
|
{
|
|
306
325
|
type: 'text',
|
|
307
326
|
name: 'prefix',
|
|
308
327
|
message: 'prefix',
|
|
309
328
|
required: false,
|
|
329
|
+
skipPrompt: true,
|
|
310
330
|
},
|
|
311
331
|
{
|
|
312
332
|
type: 'text',
|
|
@@ -319,12 +339,14 @@ async function handleCreate(argv, prompter) {
|
|
|
319
339
|
name: 'entityTableId',
|
|
320
340
|
message: 'entityTableId',
|
|
321
341
|
required: false,
|
|
342
|
+
skipPrompt: true,
|
|
322
343
|
},
|
|
323
344
|
{
|
|
324
345
|
type: 'text',
|
|
325
346
|
name: 'actorTableId',
|
|
326
347
|
message: 'actorTableId',
|
|
327
348
|
required: false,
|
|
349
|
+
skipPrompt: true,
|
|
328
350
|
},
|
|
329
351
|
]);
|
|
330
352
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -419,126 +441,147 @@ async function handleUpdate(argv, prompter) {
|
|
|
419
441
|
name: 'schemaId',
|
|
420
442
|
message: 'schemaId',
|
|
421
443
|
required: false,
|
|
444
|
+
skipPrompt: true,
|
|
422
445
|
},
|
|
423
446
|
{
|
|
424
447
|
type: 'text',
|
|
425
448
|
name: 'privateSchemaId',
|
|
426
449
|
message: 'privateSchemaId',
|
|
427
450
|
required: false,
|
|
451
|
+
skipPrompt: true,
|
|
428
452
|
},
|
|
429
453
|
{
|
|
430
454
|
type: 'text',
|
|
431
455
|
name: 'stepsTableId',
|
|
432
456
|
message: 'stepsTableId',
|
|
433
457
|
required: false,
|
|
458
|
+
skipPrompt: true,
|
|
434
459
|
},
|
|
435
460
|
{
|
|
436
461
|
type: 'text',
|
|
437
462
|
name: 'stepsTableName',
|
|
438
463
|
message: 'stepsTableName',
|
|
439
464
|
required: false,
|
|
465
|
+
skipPrompt: true,
|
|
440
466
|
},
|
|
441
467
|
{
|
|
442
468
|
type: 'text',
|
|
443
469
|
name: 'achievementsTableId',
|
|
444
470
|
message: 'achievementsTableId',
|
|
445
471
|
required: false,
|
|
472
|
+
skipPrompt: true,
|
|
446
473
|
},
|
|
447
474
|
{
|
|
448
475
|
type: 'text',
|
|
449
476
|
name: 'achievementsTableName',
|
|
450
477
|
message: 'achievementsTableName',
|
|
451
478
|
required: false,
|
|
479
|
+
skipPrompt: true,
|
|
452
480
|
},
|
|
453
481
|
{
|
|
454
482
|
type: 'text',
|
|
455
483
|
name: 'levelsTableId',
|
|
456
484
|
message: 'levelsTableId',
|
|
457
485
|
required: false,
|
|
486
|
+
skipPrompt: true,
|
|
458
487
|
},
|
|
459
488
|
{
|
|
460
489
|
type: 'text',
|
|
461
490
|
name: 'levelsTableName',
|
|
462
491
|
message: 'levelsTableName',
|
|
463
492
|
required: false,
|
|
493
|
+
skipPrompt: true,
|
|
464
494
|
},
|
|
465
495
|
{
|
|
466
496
|
type: 'text',
|
|
467
497
|
name: 'levelRequirementsTableId',
|
|
468
498
|
message: 'levelRequirementsTableId',
|
|
469
499
|
required: false,
|
|
500
|
+
skipPrompt: true,
|
|
470
501
|
},
|
|
471
502
|
{
|
|
472
503
|
type: 'text',
|
|
473
504
|
name: 'levelRequirementsTableName',
|
|
474
505
|
message: 'levelRequirementsTableName',
|
|
475
506
|
required: false,
|
|
507
|
+
skipPrompt: true,
|
|
476
508
|
},
|
|
477
509
|
{
|
|
478
510
|
type: 'text',
|
|
479
511
|
name: 'completedStep',
|
|
480
512
|
message: 'completedStep',
|
|
481
513
|
required: false,
|
|
514
|
+
skipPrompt: true,
|
|
482
515
|
},
|
|
483
516
|
{
|
|
484
517
|
type: 'text',
|
|
485
518
|
name: 'incompletedStep',
|
|
486
519
|
message: 'incompletedStep',
|
|
487
520
|
required: false,
|
|
521
|
+
skipPrompt: true,
|
|
488
522
|
},
|
|
489
523
|
{
|
|
490
524
|
type: 'text',
|
|
491
525
|
name: 'tgAchievement',
|
|
492
526
|
message: 'tgAchievement',
|
|
493
527
|
required: false,
|
|
528
|
+
skipPrompt: true,
|
|
494
529
|
},
|
|
495
530
|
{
|
|
496
531
|
type: 'text',
|
|
497
532
|
name: 'tgAchievementToggle',
|
|
498
533
|
message: 'tgAchievementToggle',
|
|
499
534
|
required: false,
|
|
535
|
+
skipPrompt: true,
|
|
500
536
|
},
|
|
501
537
|
{
|
|
502
538
|
type: 'text',
|
|
503
539
|
name: 'tgAchievementToggleBoolean',
|
|
504
540
|
message: 'tgAchievementToggleBoolean',
|
|
505
541
|
required: false,
|
|
542
|
+
skipPrompt: true,
|
|
506
543
|
},
|
|
507
544
|
{
|
|
508
545
|
type: 'text',
|
|
509
546
|
name: 'tgAchievementBoolean',
|
|
510
547
|
message: 'tgAchievementBoolean',
|
|
511
548
|
required: false,
|
|
549
|
+
skipPrompt: true,
|
|
512
550
|
},
|
|
513
551
|
{
|
|
514
552
|
type: 'text',
|
|
515
553
|
name: 'upsertAchievement',
|
|
516
554
|
message: 'upsertAchievement',
|
|
517
555
|
required: false,
|
|
556
|
+
skipPrompt: true,
|
|
518
557
|
},
|
|
519
558
|
{
|
|
520
559
|
type: 'text',
|
|
521
560
|
name: 'tgUpdateAchievements',
|
|
522
561
|
message: 'tgUpdateAchievements',
|
|
523
562
|
required: false,
|
|
563
|
+
skipPrompt: true,
|
|
524
564
|
},
|
|
525
565
|
{
|
|
526
566
|
type: 'text',
|
|
527
567
|
name: 'stepsRequired',
|
|
528
568
|
message: 'stepsRequired',
|
|
529
569
|
required: false,
|
|
570
|
+
skipPrompt: true,
|
|
530
571
|
},
|
|
531
572
|
{
|
|
532
573
|
type: 'text',
|
|
533
574
|
name: 'levelAchieved',
|
|
534
575
|
message: 'levelAchieved',
|
|
535
576
|
required: false,
|
|
577
|
+
skipPrompt: true,
|
|
536
578
|
},
|
|
537
579
|
{
|
|
538
580
|
type: 'text',
|
|
539
581
|
name: 'prefix',
|
|
540
582
|
message: 'prefix',
|
|
541
583
|
required: false,
|
|
584
|
+
skipPrompt: true,
|
|
542
585
|
},
|
|
543
586
|
{
|
|
544
587
|
type: 'text',
|
|
@@ -551,12 +594,14 @@ async function handleUpdate(argv, prompter) {
|
|
|
551
594
|
name: 'entityTableId',
|
|
552
595
|
message: 'entityTableId',
|
|
553
596
|
required: false,
|
|
597
|
+
skipPrompt: true,
|
|
554
598
|
},
|
|
555
599
|
{
|
|
556
600
|
type: 'text',
|
|
557
601
|
name: 'actorTableId',
|
|
558
602
|
message: 'actorTableId',
|
|
559
603
|
required: false,
|
|
604
|
+
skipPrompt: true,
|
|
560
605
|
},
|
|
561
606
|
]);
|
|
562
607
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|