@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 OrgMembership
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -151,60 +150,70 @@ async function handleCreate(argv, prompter) {
|
|
|
151
150
|
name: 'createdBy',
|
|
152
151
|
message: 'createdBy',
|
|
153
152
|
required: false,
|
|
153
|
+
skipPrompt: true,
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
type: 'text',
|
|
157
157
|
name: 'updatedBy',
|
|
158
158
|
message: 'updatedBy',
|
|
159
159
|
required: false,
|
|
160
|
+
skipPrompt: true,
|
|
160
161
|
},
|
|
161
162
|
{
|
|
162
163
|
type: 'text',
|
|
163
164
|
name: 'isApproved',
|
|
164
165
|
message: 'isApproved',
|
|
165
166
|
required: false,
|
|
167
|
+
skipPrompt: true,
|
|
166
168
|
},
|
|
167
169
|
{
|
|
168
170
|
type: 'text',
|
|
169
171
|
name: 'isBanned',
|
|
170
172
|
message: 'isBanned',
|
|
171
173
|
required: false,
|
|
174
|
+
skipPrompt: true,
|
|
172
175
|
},
|
|
173
176
|
{
|
|
174
177
|
type: 'text',
|
|
175
178
|
name: 'isDisabled',
|
|
176
179
|
message: 'isDisabled',
|
|
177
180
|
required: false,
|
|
181
|
+
skipPrompt: true,
|
|
178
182
|
},
|
|
179
183
|
{
|
|
180
184
|
type: 'text',
|
|
181
185
|
name: 'isActive',
|
|
182
186
|
message: 'isActive',
|
|
183
187
|
required: false,
|
|
188
|
+
skipPrompt: true,
|
|
184
189
|
},
|
|
185
190
|
{
|
|
186
191
|
type: 'text',
|
|
187
192
|
name: 'isOwner',
|
|
188
193
|
message: 'isOwner',
|
|
189
194
|
required: false,
|
|
195
|
+
skipPrompt: true,
|
|
190
196
|
},
|
|
191
197
|
{
|
|
192
198
|
type: 'text',
|
|
193
199
|
name: 'isAdmin',
|
|
194
200
|
message: 'isAdmin',
|
|
195
201
|
required: false,
|
|
202
|
+
skipPrompt: true,
|
|
196
203
|
},
|
|
197
204
|
{
|
|
198
205
|
type: 'text',
|
|
199
206
|
name: 'permissions',
|
|
200
207
|
message: 'permissions',
|
|
201
208
|
required: false,
|
|
209
|
+
skipPrompt: true,
|
|
202
210
|
},
|
|
203
211
|
{
|
|
204
212
|
type: 'text',
|
|
205
213
|
name: 'granted',
|
|
206
214
|
message: 'granted',
|
|
207
215
|
required: false,
|
|
216
|
+
skipPrompt: true,
|
|
208
217
|
},
|
|
209
218
|
{
|
|
210
219
|
type: 'text',
|
|
@@ -223,6 +232,7 @@ async function handleCreate(argv, prompter) {
|
|
|
223
232
|
name: 'profileId',
|
|
224
233
|
message: 'profileId',
|
|
225
234
|
required: false,
|
|
235
|
+
skipPrompt: true,
|
|
226
236
|
},
|
|
227
237
|
]);
|
|
228
238
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -289,60 +299,70 @@ async function handleUpdate(argv, prompter) {
|
|
|
289
299
|
name: 'createdBy',
|
|
290
300
|
message: 'createdBy',
|
|
291
301
|
required: false,
|
|
302
|
+
skipPrompt: true,
|
|
292
303
|
},
|
|
293
304
|
{
|
|
294
305
|
type: 'text',
|
|
295
306
|
name: 'updatedBy',
|
|
296
307
|
message: 'updatedBy',
|
|
297
308
|
required: false,
|
|
309
|
+
skipPrompt: true,
|
|
298
310
|
},
|
|
299
311
|
{
|
|
300
312
|
type: 'text',
|
|
301
313
|
name: 'isApproved',
|
|
302
314
|
message: 'isApproved',
|
|
303
315
|
required: false,
|
|
316
|
+
skipPrompt: true,
|
|
304
317
|
},
|
|
305
318
|
{
|
|
306
319
|
type: 'text',
|
|
307
320
|
name: 'isBanned',
|
|
308
321
|
message: 'isBanned',
|
|
309
322
|
required: false,
|
|
323
|
+
skipPrompt: true,
|
|
310
324
|
},
|
|
311
325
|
{
|
|
312
326
|
type: 'text',
|
|
313
327
|
name: 'isDisabled',
|
|
314
328
|
message: 'isDisabled',
|
|
315
329
|
required: false,
|
|
330
|
+
skipPrompt: true,
|
|
316
331
|
},
|
|
317
332
|
{
|
|
318
333
|
type: 'text',
|
|
319
334
|
name: 'isActive',
|
|
320
335
|
message: 'isActive',
|
|
321
336
|
required: false,
|
|
337
|
+
skipPrompt: true,
|
|
322
338
|
},
|
|
323
339
|
{
|
|
324
340
|
type: 'text',
|
|
325
341
|
name: 'isOwner',
|
|
326
342
|
message: 'isOwner',
|
|
327
343
|
required: false,
|
|
344
|
+
skipPrompt: true,
|
|
328
345
|
},
|
|
329
346
|
{
|
|
330
347
|
type: 'text',
|
|
331
348
|
name: 'isAdmin',
|
|
332
349
|
message: 'isAdmin',
|
|
333
350
|
required: false,
|
|
351
|
+
skipPrompt: true,
|
|
334
352
|
},
|
|
335
353
|
{
|
|
336
354
|
type: 'text',
|
|
337
355
|
name: 'permissions',
|
|
338
356
|
message: 'permissions',
|
|
339
357
|
required: false,
|
|
358
|
+
skipPrompt: true,
|
|
340
359
|
},
|
|
341
360
|
{
|
|
342
361
|
type: 'text',
|
|
343
362
|
name: 'granted',
|
|
344
363
|
message: 'granted',
|
|
345
364
|
required: false,
|
|
365
|
+
skipPrompt: true,
|
|
346
366
|
},
|
|
347
367
|
{
|
|
348
368
|
type: 'text',
|
|
@@ -361,6 +381,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
361
381
|
name: 'profileId',
|
|
362
382
|
message: 'profileId',
|
|
363
383
|
required: false,
|
|
384
|
+
skipPrompt: true,
|
|
364
385
|
},
|
|
365
386
|
]);
|
|
366
387
|
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 OrgOwnerGrant
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -124,6 +123,7 @@ async function handleCreate(argv, prompter) {
|
|
|
124
123
|
name: 'isGrant',
|
|
125
124
|
message: 'isGrant',
|
|
126
125
|
required: false,
|
|
126
|
+
skipPrompt: true,
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
type: 'text',
|
|
@@ -142,6 +142,7 @@ async function handleCreate(argv, prompter) {
|
|
|
142
142
|
name: 'grantorId',
|
|
143
143
|
message: 'grantorId',
|
|
144
144
|
required: false,
|
|
145
|
+
skipPrompt: true,
|
|
145
146
|
},
|
|
146
147
|
]);
|
|
147
148
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -190,6 +191,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
190
191
|
name: 'isGrant',
|
|
191
192
|
message: 'isGrant',
|
|
192
193
|
required: false,
|
|
194
|
+
skipPrompt: true,
|
|
193
195
|
},
|
|
194
196
|
{
|
|
195
197
|
type: 'text',
|
|
@@ -208,6 +210,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
208
210
|
name: 'grantorId',
|
|
209
211
|
message: 'grantorId',
|
|
210
212
|
required: false,
|
|
213
|
+
skipPrompt: true,
|
|
211
214
|
},
|
|
212
215
|
]);
|
|
213
216
|
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 OrgPermissionDefault
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -112,6 +111,7 @@ async function handleCreate(argv, prompter) {
|
|
|
112
111
|
name: 'permissions',
|
|
113
112
|
message: 'permissions',
|
|
114
113
|
required: false,
|
|
114
|
+
skipPrompt: true,
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
type: 'text',
|
|
@@ -160,6 +160,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
160
160
|
name: 'permissions',
|
|
161
161
|
message: 'permissions',
|
|
162
162
|
required: false,
|
|
163
|
+
skipPrompt: true,
|
|
163
164
|
},
|
|
164
165
|
{
|
|
165
166
|
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 OrgPermission
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -118,24 +117,28 @@ async function handleCreate(argv, prompter) {
|
|
|
118
117
|
name: 'name',
|
|
119
118
|
message: 'name',
|
|
120
119
|
required: false,
|
|
120
|
+
skipPrompt: true,
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
type: 'text',
|
|
124
124
|
name: 'bitnum',
|
|
125
125
|
message: 'bitnum',
|
|
126
126
|
required: false,
|
|
127
|
+
skipPrompt: true,
|
|
127
128
|
},
|
|
128
129
|
{
|
|
129
130
|
type: 'text',
|
|
130
131
|
name: 'bitstr',
|
|
131
132
|
message: 'bitstr',
|
|
132
133
|
required: false,
|
|
134
|
+
skipPrompt: true,
|
|
133
135
|
},
|
|
134
136
|
{
|
|
135
137
|
type: 'text',
|
|
136
138
|
name: 'description',
|
|
137
139
|
message: 'description',
|
|
138
140
|
required: false,
|
|
141
|
+
skipPrompt: true,
|
|
139
142
|
},
|
|
140
143
|
]);
|
|
141
144
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -182,24 +185,28 @@ async function handleUpdate(argv, prompter) {
|
|
|
182
185
|
name: 'name',
|
|
183
186
|
message: 'name',
|
|
184
187
|
required: false,
|
|
188
|
+
skipPrompt: true,
|
|
185
189
|
},
|
|
186
190
|
{
|
|
187
191
|
type: 'text',
|
|
188
192
|
name: 'bitnum',
|
|
189
193
|
message: 'bitnum',
|
|
190
194
|
required: false,
|
|
195
|
+
skipPrompt: true,
|
|
191
196
|
},
|
|
192
197
|
{
|
|
193
198
|
type: 'text',
|
|
194
199
|
name: 'bitstr',
|
|
195
200
|
message: 'bitstr',
|
|
196
201
|
required: false,
|
|
202
|
+
skipPrompt: true,
|
|
197
203
|
},
|
|
198
204
|
{
|
|
199
205
|
type: 'text',
|
|
200
206
|
name: 'description',
|
|
201
207
|
message: 'description',
|
|
202
208
|
required: false,
|
|
209
|
+
skipPrompt: true,
|
|
203
210
|
},
|
|
204
211
|
]);
|
|
205
212
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -15,7 +15,9 @@ exports.default = async (argv, prompter, _options) => {
|
|
|
15
15
|
},
|
|
16
16
|
]);
|
|
17
17
|
const client = (0, executor_1.getClient)();
|
|
18
|
-
const result = await client.query
|
|
18
|
+
const result = await client.query
|
|
19
|
+
.orgPermissionsGetMaskByNames(answers)
|
|
20
|
+
.execute();
|
|
19
21
|
console.log(JSON.stringify(result, null, 2));
|
|
20
22
|
}
|
|
21
23
|
catch (error) {
|
|
@@ -15,7 +15,9 @@ exports.default = async (argv, prompter, _options) => {
|
|
|
15
15
|
},
|
|
16
16
|
]);
|
|
17
17
|
const client = (0, executor_1.getClient)();
|
|
18
|
-
const result = await client.query
|
|
18
|
+
const result = await client.query
|
|
19
|
+
.orgPermissionsGetMask(answers)
|
|
20
|
+
.execute();
|
|
19
21
|
console.log(JSON.stringify(result, null, 2));
|
|
20
22
|
}
|
|
21
23
|
catch (error) {
|
|
@@ -15,7 +15,9 @@ exports.default = async (argv, prompter, _options) => {
|
|
|
15
15
|
},
|
|
16
16
|
]);
|
|
17
17
|
const client = (0, executor_1.getClient)();
|
|
18
|
-
const result = await client.query
|
|
18
|
+
const result = await client.query
|
|
19
|
+
.orgPermissionsGetPaddedMask(answers)
|
|
20
|
+
.execute();
|
|
19
21
|
console.log(JSON.stringify(result, null, 2));
|
|
20
22
|
}
|
|
21
23
|
catch (error) {
|
|
@@ -20,7 +20,9 @@ exports.default = async (argv, prompter, _options) => {
|
|
|
20
20
|
},
|
|
21
21
|
]);
|
|
22
22
|
const client = (0, executor_1.getClient)();
|
|
23
|
-
const result = await client.query
|
|
23
|
+
const result = await client.query
|
|
24
|
+
.stepsAchieved(answers)
|
|
25
|
+
.execute();
|
|
24
26
|
console.log(JSON.stringify(result, null, 2));
|
|
25
27
|
}
|
|
26
28
|
catch (error) {
|
package/admin/cli/commands.js
CHANGED
|
@@ -4,7 +4,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.commands = void 0;
|
|
7
|
-
// @ts-nocheck
|
|
8
7
|
/**
|
|
9
8
|
* CLI command map and entry point
|
|
10
9
|
* @generated by @constructive-io/graphql-codegen
|
package/admin/cli/executor.js
CHANGED
package/admin/cli/index.js
CHANGED
package/admin/cli/node-fetch.js
CHANGED
|
@@ -4,7 +4,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.NodeHttpAdapter = void 0;
|
|
7
|
-
// @ts-nocheck
|
|
8
7
|
/**
|
|
9
8
|
* Node HTTP adapter for localhost subdomain routing
|
|
10
9
|
* @generated by @constructive-io/graphql-codegen
|
package/admin/cli/utils.js
CHANGED
|
@@ -7,7 +7,6 @@ exports.coerceAnswers = coerceAnswers;
|
|
|
7
7
|
exports.stripUndefined = stripUndefined;
|
|
8
8
|
exports.parseMutationInput = parseMutationInput;
|
|
9
9
|
exports.buildSelectFromPaths = buildSelectFromPaths;
|
|
10
|
-
// @ts-nocheck
|
|
11
10
|
/**
|
|
12
11
|
* CLI utility functions for type coercion and input handling
|
|
13
12
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -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 AuditLog
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -133,24 +132,28 @@ async function handleCreate(argv, prompter) {
|
|
|
133
132
|
name: 'actorId',
|
|
134
133
|
message: 'actorId',
|
|
135
134
|
required: false,
|
|
135
|
+
skipPrompt: true,
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
138
|
type: 'text',
|
|
139
139
|
name: 'origin',
|
|
140
140
|
message: 'origin',
|
|
141
141
|
required: false,
|
|
142
|
+
skipPrompt: true,
|
|
142
143
|
},
|
|
143
144
|
{
|
|
144
145
|
type: 'text',
|
|
145
146
|
name: 'userAgent',
|
|
146
147
|
message: 'userAgent',
|
|
147
148
|
required: false,
|
|
149
|
+
skipPrompt: true,
|
|
148
150
|
},
|
|
149
151
|
{
|
|
150
152
|
type: 'text',
|
|
151
153
|
name: 'ipAddress',
|
|
152
154
|
message: 'ipAddress',
|
|
153
155
|
required: false,
|
|
156
|
+
skipPrompt: true,
|
|
154
157
|
},
|
|
155
158
|
{
|
|
156
159
|
type: 'text',
|
|
@@ -214,24 +217,28 @@ async function handleUpdate(argv, prompter) {
|
|
|
214
217
|
name: 'actorId',
|
|
215
218
|
message: 'actorId',
|
|
216
219
|
required: false,
|
|
220
|
+
skipPrompt: true,
|
|
217
221
|
},
|
|
218
222
|
{
|
|
219
223
|
type: 'text',
|
|
220
224
|
name: 'origin',
|
|
221
225
|
message: 'origin',
|
|
222
226
|
required: false,
|
|
227
|
+
skipPrompt: true,
|
|
223
228
|
},
|
|
224
229
|
{
|
|
225
230
|
type: 'text',
|
|
226
231
|
name: 'userAgent',
|
|
227
232
|
message: 'userAgent',
|
|
228
233
|
required: false,
|
|
234
|
+
skipPrompt: true,
|
|
229
235
|
},
|
|
230
236
|
{
|
|
231
237
|
type: 'text',
|
|
232
238
|
name: 'ipAddress',
|
|
233
239
|
message: 'ipAddress',
|
|
234
240
|
required: false,
|
|
241
|
+
skipPrompt: true,
|
|
235
242
|
},
|
|
236
243
|
{
|
|
237
244
|
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 ConnectedAccount
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -127,6 +126,7 @@ async function handleCreate(argv, prompter) {
|
|
|
127
126
|
name: 'ownerId',
|
|
128
127
|
message: 'ownerId',
|
|
129
128
|
required: false,
|
|
129
|
+
skipPrompt: true,
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
type: 'text',
|
|
@@ -151,6 +151,7 @@ async function handleCreate(argv, prompter) {
|
|
|
151
151
|
name: 'isVerified',
|
|
152
152
|
message: 'isVerified',
|
|
153
153
|
required: false,
|
|
154
|
+
skipPrompt: true,
|
|
154
155
|
},
|
|
155
156
|
]);
|
|
156
157
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -201,6 +202,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
201
202
|
name: 'ownerId',
|
|
202
203
|
message: 'ownerId',
|
|
203
204
|
required: false,
|
|
205
|
+
skipPrompt: true,
|
|
204
206
|
},
|
|
205
207
|
{
|
|
206
208
|
type: 'text',
|
|
@@ -225,6 +227,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
225
227
|
name: 'isVerified',
|
|
226
228
|
message: 'isVerified',
|
|
227
229
|
required: false,
|
|
230
|
+
skipPrompt: true,
|
|
228
231
|
},
|
|
229
232
|
]);
|
|
230
233
|
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
|
* Context management commands
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -48,7 +47,7 @@ async function handleSubcommand(subcommand, argv, prompter, store) {
|
|
|
48
47
|
}
|
|
49
48
|
async function handleCreate(argv, prompter, store) {
|
|
50
49
|
const { first: name, newArgv: restArgv } = (0, inquirerer_1.extractFirst)(argv);
|
|
51
|
-
const answers = await prompter.prompt({
|
|
50
|
+
const answers = (await prompter.prompt({
|
|
52
51
|
name,
|
|
53
52
|
...restArgv,
|
|
54
53
|
}, [
|
|
@@ -64,7 +63,7 @@ async function handleCreate(argv, prompter, store) {
|
|
|
64
63
|
message: 'GraphQL endpoint URL',
|
|
65
64
|
required: true,
|
|
66
65
|
},
|
|
67
|
-
]);
|
|
66
|
+
]));
|
|
68
67
|
const contextName = answers.name;
|
|
69
68
|
const endpoint = answers.endpoint;
|
|
70
69
|
store.createContext(contextName, {
|
|
@@ -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 CryptoAddress
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -124,6 +123,7 @@ async function handleCreate(argv, prompter) {
|
|
|
124
123
|
name: 'ownerId',
|
|
125
124
|
message: 'ownerId',
|
|
126
125
|
required: false,
|
|
126
|
+
skipPrompt: true,
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
type: 'text',
|
|
@@ -136,12 +136,14 @@ async function handleCreate(argv, prompter) {
|
|
|
136
136
|
name: 'isVerified',
|
|
137
137
|
message: 'isVerified',
|
|
138
138
|
required: false,
|
|
139
|
+
skipPrompt: true,
|
|
139
140
|
},
|
|
140
141
|
{
|
|
141
142
|
type: 'text',
|
|
142
143
|
name: 'isPrimary',
|
|
143
144
|
message: 'isPrimary',
|
|
144
145
|
required: false,
|
|
146
|
+
skipPrompt: true,
|
|
145
147
|
},
|
|
146
148
|
]);
|
|
147
149
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -190,6 +192,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
190
192
|
name: 'ownerId',
|
|
191
193
|
message: 'ownerId',
|
|
192
194
|
required: false,
|
|
195
|
+
skipPrompt: true,
|
|
193
196
|
},
|
|
194
197
|
{
|
|
195
198
|
type: 'text',
|
|
@@ -202,12 +205,14 @@ async function handleUpdate(argv, prompter) {
|
|
|
202
205
|
name: 'isVerified',
|
|
203
206
|
message: 'isVerified',
|
|
204
207
|
required: false,
|
|
208
|
+
skipPrompt: true,
|
|
205
209
|
},
|
|
206
210
|
{
|
|
207
211
|
type: 'text',
|
|
208
212
|
name: 'isPrimary',
|
|
209
213
|
message: 'isPrimary',
|
|
210
214
|
required: false,
|
|
215
|
+
skipPrompt: true,
|
|
211
216
|
},
|
|
212
217
|
]);
|
|
213
218
|
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 Email
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -124,6 +123,7 @@ async function handleCreate(argv, prompter) {
|
|
|
124
123
|
name: 'ownerId',
|
|
125
124
|
message: 'ownerId',
|
|
126
125
|
required: false,
|
|
126
|
+
skipPrompt: true,
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
type: 'text',
|
|
@@ -136,12 +136,14 @@ async function handleCreate(argv, prompter) {
|
|
|
136
136
|
name: 'isVerified',
|
|
137
137
|
message: 'isVerified',
|
|
138
138
|
required: false,
|
|
139
|
+
skipPrompt: true,
|
|
139
140
|
},
|
|
140
141
|
{
|
|
141
142
|
type: 'text',
|
|
142
143
|
name: 'isPrimary',
|
|
143
144
|
message: 'isPrimary',
|
|
144
145
|
required: false,
|
|
146
|
+
skipPrompt: true,
|
|
145
147
|
},
|
|
146
148
|
]);
|
|
147
149
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -190,6 +192,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
190
192
|
name: 'ownerId',
|
|
191
193
|
message: 'ownerId',
|
|
192
194
|
required: false,
|
|
195
|
+
skipPrompt: true,
|
|
193
196
|
},
|
|
194
197
|
{
|
|
195
198
|
type: 'text',
|
|
@@ -202,12 +205,14 @@ async function handleUpdate(argv, prompter) {
|
|
|
202
205
|
name: 'isVerified',
|
|
203
206
|
message: 'isVerified',
|
|
204
207
|
required: false,
|
|
208
|
+
skipPrompt: true,
|
|
205
209
|
},
|
|
206
210
|
{
|
|
207
211
|
type: 'text',
|
|
208
212
|
name: 'isPrimary',
|
|
209
213
|
message: 'isPrimary',
|
|
210
214
|
required: false,
|
|
215
|
+
skipPrompt: true,
|
|
211
216
|
},
|
|
212
217
|
]);
|
|
213
218
|
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 PhoneNumber
|
|
6
5
|
* @generated by @constructive-io/graphql-codegen
|
|
@@ -127,6 +126,7 @@ async function handleCreate(argv, prompter) {
|
|
|
127
126
|
name: 'ownerId',
|
|
128
127
|
message: 'ownerId',
|
|
129
128
|
required: false,
|
|
129
|
+
skipPrompt: true,
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
type: 'text',
|
|
@@ -145,12 +145,14 @@ async function handleCreate(argv, prompter) {
|
|
|
145
145
|
name: 'isVerified',
|
|
146
146
|
message: 'isVerified',
|
|
147
147
|
required: false,
|
|
148
|
+
skipPrompt: true,
|
|
148
149
|
},
|
|
149
150
|
{
|
|
150
151
|
type: 'text',
|
|
151
152
|
name: 'isPrimary',
|
|
152
153
|
message: 'isPrimary',
|
|
153
154
|
required: false,
|
|
155
|
+
skipPrompt: true,
|
|
154
156
|
},
|
|
155
157
|
]);
|
|
156
158
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -201,6 +203,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
201
203
|
name: 'ownerId',
|
|
202
204
|
message: 'ownerId',
|
|
203
205
|
required: false,
|
|
206
|
+
skipPrompt: true,
|
|
204
207
|
},
|
|
205
208
|
{
|
|
206
209
|
type: 'text',
|
|
@@ -219,12 +222,14 @@ async function handleUpdate(argv, prompter) {
|
|
|
219
222
|
name: 'isVerified',
|
|
220
223
|
message: 'isVerified',
|
|
221
224
|
required: false,
|
|
225
|
+
skipPrompt: true,
|
|
222
226
|
},
|
|
223
227
|
{
|
|
224
228
|
type: 'text',
|
|
225
229
|
name: 'isPrimary',
|
|
226
230
|
message: 'isPrimary',
|
|
227
231
|
required: false,
|
|
232
|
+
skipPrompt: true,
|
|
228
233
|
},
|
|
229
234
|
]);
|
|
230
235
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|