@constructive-sdk/cli 0.30.3 → 0.31.1
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-admin-grant.js +34 -34
- package/admin/cli/commands/app-claimed-invite.js +28 -28
- package/admin/cli/commands/app-grant.js +48 -48
- package/admin/cli/commands/app-invite.js +104 -104
- package/admin/cli/commands/app-membership-default.js +34 -34
- package/admin/cli/commands/app-membership.js +108 -108
- package/admin/cli/commands/app-owner-grant.js +34 -34
- package/admin/cli/commands/app-permission-default-grant.js +34 -34
- package/admin/cli/commands/app-permission-default-permission.js +6 -6
- package/admin/cli/commands/app-permission.js +28 -28
- package/admin/cli/commands/app-permissions-get-by-mask.js +6 -6
- package/admin/cli/commands/membership-type.js +48 -48
- package/admin/cli/commands/org-admin-grant.js +34 -34
- package/admin/cli/commands/org-chart-edge-grant.js +59 -59
- package/admin/cli/commands/org-chart-edge.js +44 -44
- package/admin/cli/commands/org-claimed-invite.js +40 -40
- package/admin/cli/commands/org-get-managers-record.js +9 -9
- package/admin/cli/commands/org-get-subordinates-record.js +9 -9
- package/admin/cli/commands/org-grant.js +55 -55
- package/admin/cli/commands/org-invite.js +144 -144
- package/admin/cli/commands/org-is-manager-of.js +4 -4
- package/admin/cli/commands/org-member-profile.js +85 -85
- package/admin/cli/commands/org-member.js +28 -28
- package/admin/cli/commands/org-membership-default.js +40 -40
- package/admin/cli/commands/org-membership-setting.js +119 -119
- package/admin/cli/commands/org-membership.js +136 -136
- package/admin/cli/commands/org-owner-grant.js +34 -34
- package/admin/cli/commands/org-permission-default-grant.js +50 -50
- package/admin/cli/commands/org-permission-default-permission.js +22 -22
- package/admin/cli/commands/org-permission-default.js +19 -19
- package/admin/cli/commands/org-permission.js +28 -28
- package/admin/cli/commands/org-permissions-get-by-mask.js +6 -6
- package/admin/cli/commands.js +57 -57
- package/admin/cli/executor.d.ts +45 -45
- package/admin/orm/index.d.ts +67 -67
- package/admin/orm/index.js +44 -44
- package/admin/orm/input-types.d.ts +3168 -3168
- package/admin/orm/input-types.js +1 -1
- package/admin/orm/models/index.d.ts +22 -22
- package/admin/orm/models/index.js +45 -45
- package/admin/orm/mutation/index.d.ts +12 -12
- package/admin/orm/mutation/index.js +12 -12
- package/admin/orm/query/index.d.ts +47 -47
- package/admin/orm/query/index.js +68 -68
- package/agent/cli/commands/agent-message.js +77 -77
- package/agent/cli/commands/agent-persona.js +110 -110
- package/agent/cli/commands/agent-plan.js +69 -69
- package/agent/cli/commands/agent-prompt.js +71 -71
- package/agent/cli/commands/agent-resource-chunk.js +16 -16
- package/agent/cli/commands/agent-resource.js +189 -189
- package/agent/cli/commands/agent-task.js +132 -132
- package/agent/cli/commands/agent-thread.js +120 -120
- package/agent/cli/commands/agent.js +100 -100
- package/agent/cli/commands.js +9 -9
- package/agent/cli/executor.d.ts +4 -4
- package/agent/orm/index.d.ts +8 -8
- package/agent/orm/index.js +8 -8
- package/agent/orm/input-types.d.ts +1788 -1788
- package/agent/orm/input-types.js +9 -9
- package/agent/orm/models/index.d.ts +4 -4
- package/agent/orm/models/index.js +9 -9
- package/api/cli/commands/api-module.js +42 -42
- package/api/cli/commands/api-schema.js +26 -26
- package/api/cli/commands/api-setting.js +126 -126
- package/api/cli/commands/api.js +78 -78
- package/api/cli/commands/app.js +82 -82
- package/api/cli/commands/apply-registry-defaults.js +4 -4
- package/api/cli/commands/ast-migration.js +66 -66
- package/api/cli/commands/check-constraint.js +91 -91
- package/api/cli/commands/composite-type.js +90 -90
- package/api/cli/commands/cors-setting.js +34 -34
- package/api/cli/commands/database-setting.js +142 -142
- package/api/cli/commands/database-transfer.js +125 -125
- package/api/cli/commands/database.js +62 -62
- package/api/cli/commands/default-privilege.js +52 -52
- package/api/cli/commands/domain.js +86 -86
- package/api/cli/commands/embedding-chunk.js +178 -178
- package/api/cli/commands/enum.js +82 -82
- package/api/cli/commands/field.js +231 -231
- package/api/cli/commands/foreign-key-constraint.js +132 -132
- package/api/cli/commands/full-text-search.js +60 -60
- package/api/cli/commands/function.js +22 -22
- package/api/cli/commands/index.js +118 -118
- package/api/cli/commands/migrate-file.js +4 -4
- package/api/cli/commands/node-type-registry.js +48 -48
- package/api/cli/commands/partition.js +102 -102
- package/api/cli/commands/policy.js +128 -128
- package/api/cli/commands/primary-key-constraint.js +80 -80
- package/api/cli/commands/pubkey-setting.js +72 -72
- package/api/cli/commands/rls-setting.js +69 -69
- package/api/cli/commands/schema-grant.js +28 -28
- package/api/cli/commands/schema.js +106 -106
- package/api/cli/commands/site-metadatum.js +42 -42
- package/api/cli/commands/site-module.js +38 -38
- package/api/cli/commands/site-theme.js +6 -6
- package/api/cli/commands/site.js +102 -102
- package/api/cli/commands/spatial-relation.js +83 -83
- package/api/cli/commands/sql-action.js +57 -57
- package/api/cli/commands/table-grant.js +66 -66
- package/api/cli/commands/table.js +203 -203
- package/api/cli/commands/trigger-function.js +34 -34
- package/api/cli/commands/trigger.js +64 -64
- package/api/cli/commands/unique-constraint.js +94 -94
- package/api/cli/commands/view-grant.js +46 -46
- package/api/cli/commands/view-rule.js +52 -52
- package/api/cli/commands/view-table.js +34 -34
- package/api/cli/commands/view.js +135 -135
- package/api/cli/commands/webauthn-setting.js +174 -174
- package/api/cli/commands.js +71 -71
- package/api/cli/executor.d.ts +45 -45
- package/api/orm/index.d.ts +77 -77
- package/api/orm/index.js +64 -64
- package/api/orm/input-types.d.ts +8781 -8781
- package/api/orm/input-types.js +48 -48
- package/api/orm/models/index.d.ts +32 -32
- package/api/orm/models/index.js +65 -65
- package/api/orm/mutation/index.d.ts +29 -29
- package/api/orm/mutation/index.js +30 -30
- package/api/orm/query/index.d.ts +1 -1
- package/api/orm/query/index.js +4 -4
- package/auth/cli/commands/audit-log-auth.js +57 -57
- package/auth/cli/commands/crypto-address.js +50 -50
- package/auth/cli/commands/email.js +50 -50
- package/auth/cli/commands/identity-provider.js +20 -32
- package/auth/cli/commands/org-api-key-list.js +47 -47
- package/auth/cli/commands/phone-number.js +67 -67
- package/auth/cli/commands/principal-entity.js +32 -32
- package/auth/cli/commands/principal-scope-override.js +43 -43
- package/auth/cli/commands/principal.js +42 -42
- package/auth/cli/commands/user-connected-account.js +33 -33
- package/auth/cli/commands/user.js +43 -43
- package/auth/cli/commands/webauthn-credential.js +123 -123
- package/auth/cli/commands.js +59 -59
- package/auth/cli/executor.d.ts +96 -96
- package/auth/orm/index.d.ts +103 -103
- package/auth/orm/index.js +14 -14
- package/auth/orm/input-types.d.ts +2102 -2109
- package/auth/orm/input-types.js +5 -5
- package/auth/orm/models/index.d.ts +7 -7
- package/auth/orm/models/index.js +15 -15
- package/auth/orm/mutation/index.d.ts +138 -138
- package/auth/orm/mutation/index.js +168 -168
- package/auth/orm/query/index.d.ts +10 -10
- package/auth/orm/query/index.js +14 -14
- package/compute/cli/commands/db-preset.js +96 -96
- package/compute/cli/commands/function-api-binding.js +41 -41
- package/compute/cli/commands/function-definition.js +375 -397
- package/compute/cli/commands/function-deployment-event.js +48 -48
- package/compute/cli/commands/function-deployment.js +220 -220
- package/compute/cli/commands/function-execution-log.js +48 -48
- package/compute/cli/commands/function-graph-commit.js +69 -69
- package/compute/cli/commands/function-graph-execution-node-state.js +106 -106
- package/compute/cli/commands/function-graph-execution-output.js +28 -28
- package/compute/cli/commands/function-graph-execution.js +233 -233
- package/compute/cli/commands/function-graph-object.js +37 -37
- package/compute/cli/commands/function-graph-ref.js +22 -22
- package/compute/cli/commands/function-graph-store.js +28 -28
- package/compute/cli/commands/function-graph.js +100 -100
- package/compute/cli/commands/function-invocation.js +175 -131
- package/compute/cli/commands/get-all-record.js +11 -11
- package/compute/cli/commands/infra-commit.js +69 -69
- package/compute/cli/commands/infra-get-all-record.js +11 -11
- package/compute/cli/commands/infra-object.js +37 -37
- package/compute/cli/commands/infra-ref.js +22 -22
- package/compute/cli/commands/infra-store.js +28 -28
- package/compute/cli/commands/integration-provider.js +91 -91
- package/compute/cli/commands/namespace-event.js +127 -127
- package/compute/cli/commands/namespace.js +115 -115
- package/compute/cli/commands/platform-function-api-binding.js +41 -41
- package/compute/cli/commands/platform-function-definition.js +357 -379
- package/compute/cli/commands/platform-function-deployment-event.js +28 -28
- package/compute/cli/commands/platform-function-deployment.js +206 -206
- package/compute/cli/commands/platform-function-execution-log.js +28 -28
- package/compute/cli/commands/platform-function-invocation.js +161 -117
- package/compute/cli/commands/platform-namespace-event.js +108 -108
- package/compute/cli/commands/platform-namespace.js +109 -109
- package/compute/cli/commands/platform-resource-definition.js +157 -157
- package/compute/cli/commands/platform-resource-event.js +41 -41
- package/compute/cli/commands/platform-resource-status-check.js +59 -59
- package/compute/cli/commands/platform-resource.js +182 -182
- package/compute/cli/commands/platform-resources-requirements-state.js +32 -32
- package/compute/cli/commands/platform-resources-resolved-requirement.js +53 -53
- package/compute/cli/commands/resource-definition.js +172 -172
- package/compute/cli/commands/resource-event.js +50 -50
- package/compute/cli/commands/resource-status-check.js +68 -68
- package/compute/cli/commands/resource.js +192 -192
- package/compute/cli/commands/resources-requirements-state.js +32 -32
- package/compute/cli/commands/resources-resolved-requirement.js +53 -53
- package/compute/cli/commands.js +87 -87
- package/compute/cli/executor.d.ts +78 -78
- package/compute/orm/index.d.ts +110 -110
- package/compute/orm/index.js +64 -64
- package/compute/orm/input-types.d.ts +7256 -7037
- package/compute/orm/input-types.js +15 -13
- package/compute/orm/models/index.d.ts +32 -32
- package/compute/orm/models/index.js +65 -65
- package/compute/orm/mutation/index.d.ts +77 -77
- package/compute/orm/mutation/index.js +96 -96
- package/config/cli/commands/config.js +102 -102
- package/config/cli/commands/platform-config.js +96 -96
- package/config/cli/commands/platform-internal-secret.js +43 -43
- package/config/cli/commands/platform-secret.js +53 -53
- package/config/cli/commands/secret.js +55 -55
- package/config/cli/commands.js +15 -15
- package/config/cli/executor.d.ts +29 -29
- package/config/orm/index.d.ts +30 -30
- package/config/orm/index.js +2 -2
- package/config/orm/input-types.d.ts +416 -416
- package/config/orm/models/index.d.ts +1 -1
- package/config/orm/models/index.js +3 -3
- package/config/orm/mutation/index.d.ts +47 -47
- package/config/orm/mutation/index.js +60 -60
- package/esm/admin/cli/commands/app-admin-grant.js +34 -34
- package/esm/admin/cli/commands/app-claimed-invite.js +28 -28
- package/esm/admin/cli/commands/app-grant.js +48 -48
- package/esm/admin/cli/commands/app-invite.js +104 -104
- package/esm/admin/cli/commands/app-membership-default.js +34 -34
- package/esm/admin/cli/commands/app-membership.js +108 -108
- package/esm/admin/cli/commands/app-owner-grant.js +34 -34
- package/esm/admin/cli/commands/app-permission-default-grant.js +34 -34
- package/esm/admin/cli/commands/app-permission-default-permission.js +6 -6
- package/esm/admin/cli/commands/app-permission.js +28 -28
- package/esm/admin/cli/commands/app-permissions-get-by-mask.js +6 -6
- package/esm/admin/cli/commands/membership-type.js +48 -48
- package/esm/admin/cli/commands/org-admin-grant.js +34 -34
- package/esm/admin/cli/commands/org-chart-edge-grant.js +59 -59
- package/esm/admin/cli/commands/org-chart-edge.js +44 -44
- package/esm/admin/cli/commands/org-claimed-invite.js +40 -40
- package/esm/admin/cli/commands/org-get-managers-record.js +9 -9
- package/esm/admin/cli/commands/org-get-subordinates-record.js +9 -9
- package/esm/admin/cli/commands/org-grant.js +55 -55
- package/esm/admin/cli/commands/org-invite.js +144 -144
- package/esm/admin/cli/commands/org-is-manager-of.js +4 -4
- package/esm/admin/cli/commands/org-member-profile.js +85 -85
- package/esm/admin/cli/commands/org-member.js +28 -28
- package/esm/admin/cli/commands/org-membership-default.js +40 -40
- package/esm/admin/cli/commands/org-membership-setting.js +119 -119
- package/esm/admin/cli/commands/org-membership.js +136 -136
- package/esm/admin/cli/commands/org-owner-grant.js +34 -34
- package/esm/admin/cli/commands/org-permission-default-grant.js +50 -50
- package/esm/admin/cli/commands/org-permission-default-permission.js +22 -22
- package/esm/admin/cli/commands/org-permission-default.js +19 -19
- package/esm/admin/cli/commands/org-permission.js +28 -28
- package/esm/admin/cli/commands/org-permissions-get-by-mask.js +6 -6
- package/esm/admin/cli/commands.js +57 -57
- package/esm/admin/cli/executor.d.ts +45 -45
- package/esm/admin/orm/index.d.ts +67 -67
- package/esm/admin/orm/index.js +44 -44
- package/esm/admin/orm/input-types.d.ts +3168 -3168
- package/esm/admin/orm/input-types.js +1 -1
- package/esm/admin/orm/models/index.d.ts +22 -22
- package/esm/admin/orm/models/index.js +22 -22
- package/esm/admin/orm/mutation/index.d.ts +12 -12
- package/esm/admin/orm/mutation/index.js +12 -12
- package/esm/admin/orm/query/index.d.ts +47 -47
- package/esm/admin/orm/query/index.js +68 -68
- package/esm/agent/cli/commands/agent-message.js +77 -77
- package/esm/agent/cli/commands/agent-persona.js +110 -110
- package/esm/agent/cli/commands/agent-plan.js +69 -69
- package/esm/agent/cli/commands/agent-prompt.js +71 -71
- package/esm/agent/cli/commands/agent-resource-chunk.js +16 -16
- package/esm/agent/cli/commands/agent-resource.js +189 -189
- package/esm/agent/cli/commands/agent-task.js +132 -132
- package/esm/agent/cli/commands/agent-thread.js +120 -120
- package/esm/agent/cli/commands/agent.js +100 -100
- package/esm/agent/cli/commands.js +9 -9
- package/esm/agent/cli/executor.d.ts +4 -4
- package/esm/agent/orm/index.d.ts +8 -8
- package/esm/agent/orm/index.js +8 -8
- package/esm/agent/orm/input-types.d.ts +1788 -1788
- package/esm/agent/orm/input-types.js +9 -9
- package/esm/agent/orm/models/index.d.ts +4 -4
- package/esm/agent/orm/models/index.js +4 -4
- package/esm/api/cli/commands/api-module.js +42 -42
- package/esm/api/cli/commands/api-schema.js +26 -26
- package/esm/api/cli/commands/api-setting.js +126 -126
- package/esm/api/cli/commands/api.js +78 -78
- package/esm/api/cli/commands/app.js +82 -82
- package/esm/api/cli/commands/apply-registry-defaults.js +4 -4
- package/esm/api/cli/commands/ast-migration.js +66 -66
- package/esm/api/cli/commands/check-constraint.js +91 -91
- package/esm/api/cli/commands/composite-type.js +90 -90
- package/esm/api/cli/commands/cors-setting.js +34 -34
- package/esm/api/cli/commands/database-setting.js +142 -142
- package/esm/api/cli/commands/database-transfer.js +125 -125
- package/esm/api/cli/commands/database.js +62 -62
- package/esm/api/cli/commands/default-privilege.js +52 -52
- package/esm/api/cli/commands/domain.js +86 -86
- package/esm/api/cli/commands/embedding-chunk.js +178 -178
- package/esm/api/cli/commands/enum.js +82 -82
- package/esm/api/cli/commands/field.js +231 -231
- package/esm/api/cli/commands/foreign-key-constraint.js +132 -132
- package/esm/api/cli/commands/full-text-search.js +60 -60
- package/esm/api/cli/commands/function.js +22 -22
- package/esm/api/cli/commands/index.js +118 -118
- package/esm/api/cli/commands/migrate-file.js +4 -4
- package/esm/api/cli/commands/node-type-registry.js +48 -48
- package/esm/api/cli/commands/partition.js +102 -102
- package/esm/api/cli/commands/policy.js +128 -128
- package/esm/api/cli/commands/primary-key-constraint.js +80 -80
- package/esm/api/cli/commands/pubkey-setting.js +72 -72
- package/esm/api/cli/commands/rls-setting.js +69 -69
- package/esm/api/cli/commands/schema-grant.js +28 -28
- package/esm/api/cli/commands/schema.js +106 -106
- package/esm/api/cli/commands/site-metadatum.js +42 -42
- package/esm/api/cli/commands/site-module.js +38 -38
- package/esm/api/cli/commands/site-theme.js +6 -6
- package/esm/api/cli/commands/site.js +102 -102
- package/esm/api/cli/commands/spatial-relation.js +83 -83
- package/esm/api/cli/commands/sql-action.js +57 -57
- package/esm/api/cli/commands/table-grant.js +66 -66
- package/esm/api/cli/commands/table.js +203 -203
- package/esm/api/cli/commands/trigger-function.js +34 -34
- package/esm/api/cli/commands/trigger.js +64 -64
- package/esm/api/cli/commands/unique-constraint.js +94 -94
- package/esm/api/cli/commands/view-grant.js +46 -46
- package/esm/api/cli/commands/view-rule.js +52 -52
- package/esm/api/cli/commands/view-table.js +34 -34
- package/esm/api/cli/commands/view.js +135 -135
- package/esm/api/cli/commands/webauthn-setting.js +174 -174
- package/esm/api/cli/commands.js +71 -71
- package/esm/api/cli/executor.d.ts +45 -45
- package/esm/api/orm/index.d.ts +77 -77
- package/esm/api/orm/index.js +64 -64
- package/esm/api/orm/input-types.d.ts +8781 -8781
- package/esm/api/orm/input-types.js +48 -48
- package/esm/api/orm/models/index.d.ts +32 -32
- package/esm/api/orm/models/index.js +32 -32
- package/esm/api/orm/mutation/index.d.ts +29 -29
- package/esm/api/orm/mutation/index.js +30 -30
- package/esm/api/orm/query/index.d.ts +1 -1
- package/esm/api/orm/query/index.js +4 -4
- package/esm/auth/cli/commands/audit-log-auth.js +57 -57
- package/esm/auth/cli/commands/crypto-address.js +50 -50
- package/esm/auth/cli/commands/email.js +50 -50
- package/esm/auth/cli/commands/identity-provider.js +20 -32
- package/esm/auth/cli/commands/org-api-key-list.js +47 -47
- package/esm/auth/cli/commands/phone-number.js +67 -67
- package/esm/auth/cli/commands/principal-entity.js +32 -32
- package/esm/auth/cli/commands/principal-scope-override.js +43 -43
- package/esm/auth/cli/commands/principal.js +42 -42
- package/esm/auth/cli/commands/user-connected-account.js +33 -33
- package/esm/auth/cli/commands/user.js +43 -43
- package/esm/auth/cli/commands/webauthn-credential.js +123 -123
- package/esm/auth/cli/commands.js +59 -59
- package/esm/auth/cli/executor.d.ts +96 -96
- package/esm/auth/orm/index.d.ts +103 -103
- package/esm/auth/orm/index.js +14 -14
- package/esm/auth/orm/input-types.d.ts +2102 -2109
- package/esm/auth/orm/input-types.js +5 -5
- package/esm/auth/orm/models/index.d.ts +7 -7
- package/esm/auth/orm/models/index.js +7 -7
- package/esm/auth/orm/mutation/index.d.ts +138 -138
- package/esm/auth/orm/mutation/index.js +168 -168
- package/esm/auth/orm/query/index.d.ts +10 -10
- package/esm/auth/orm/query/index.js +14 -14
- package/esm/compute/cli/commands/db-preset.js +96 -96
- package/esm/compute/cli/commands/function-api-binding.js +41 -41
- package/esm/compute/cli/commands/function-definition.js +375 -397
- package/esm/compute/cli/commands/function-deployment-event.js +48 -48
- package/esm/compute/cli/commands/function-deployment.js +220 -220
- package/esm/compute/cli/commands/function-execution-log.js +48 -48
- package/esm/compute/cli/commands/function-graph-commit.js +69 -69
- package/esm/compute/cli/commands/function-graph-execution-node-state.js +106 -106
- package/esm/compute/cli/commands/function-graph-execution-output.js +28 -28
- package/esm/compute/cli/commands/function-graph-execution.js +233 -233
- package/esm/compute/cli/commands/function-graph-object.js +37 -37
- package/esm/compute/cli/commands/function-graph-ref.js +22 -22
- package/esm/compute/cli/commands/function-graph-store.js +28 -28
- package/esm/compute/cli/commands/function-graph.js +100 -100
- package/esm/compute/cli/commands/function-invocation.js +175 -131
- package/esm/compute/cli/commands/get-all-record.js +11 -11
- package/esm/compute/cli/commands/infra-commit.js +69 -69
- package/esm/compute/cli/commands/infra-get-all-record.js +11 -11
- package/esm/compute/cli/commands/infra-object.js +37 -37
- package/esm/compute/cli/commands/infra-ref.js +22 -22
- package/esm/compute/cli/commands/infra-store.js +28 -28
- package/esm/compute/cli/commands/integration-provider.js +91 -91
- package/esm/compute/cli/commands/namespace-event.js +127 -127
- package/esm/compute/cli/commands/namespace.js +115 -115
- package/esm/compute/cli/commands/platform-function-api-binding.js +41 -41
- package/esm/compute/cli/commands/platform-function-definition.js +357 -379
- package/esm/compute/cli/commands/platform-function-deployment-event.js +28 -28
- package/esm/compute/cli/commands/platform-function-deployment.js +206 -206
- package/esm/compute/cli/commands/platform-function-execution-log.js +28 -28
- package/esm/compute/cli/commands/platform-function-invocation.js +161 -117
- package/esm/compute/cli/commands/platform-namespace-event.js +108 -108
- package/esm/compute/cli/commands/platform-namespace.js +109 -109
- package/esm/compute/cli/commands/platform-resource-definition.js +157 -157
- package/esm/compute/cli/commands/platform-resource-event.js +41 -41
- package/esm/compute/cli/commands/platform-resource-status-check.js +59 -59
- package/esm/compute/cli/commands/platform-resource.js +182 -182
- package/esm/compute/cli/commands/platform-resources-requirements-state.js +32 -32
- package/esm/compute/cli/commands/platform-resources-resolved-requirement.js +53 -53
- package/esm/compute/cli/commands/resource-definition.js +172 -172
- package/esm/compute/cli/commands/resource-event.js +50 -50
- package/esm/compute/cli/commands/resource-status-check.js +68 -68
- package/esm/compute/cli/commands/resource.js +192 -192
- package/esm/compute/cli/commands/resources-requirements-state.js +32 -32
- package/esm/compute/cli/commands/resources-resolved-requirement.js +53 -53
- package/esm/compute/cli/commands.js +87 -87
- package/esm/compute/cli/executor.d.ts +78 -78
- package/esm/compute/orm/index.d.ts +110 -110
- package/esm/compute/orm/index.js +64 -64
- package/esm/compute/orm/input-types.d.ts +7256 -7037
- package/esm/compute/orm/input-types.js +15 -13
- package/esm/compute/orm/models/index.d.ts +32 -32
- package/esm/compute/orm/models/index.js +32 -32
- package/esm/compute/orm/mutation/index.d.ts +77 -77
- package/esm/compute/orm/mutation/index.js +96 -96
- package/esm/config/cli/commands/config.js +102 -102
- package/esm/config/cli/commands/platform-config.js +96 -96
- package/esm/config/cli/commands/platform-internal-secret.js +43 -43
- package/esm/config/cli/commands/platform-secret.js +53 -53
- package/esm/config/cli/commands/secret.js +55 -55
- package/esm/config/cli/commands.js +15 -15
- package/esm/config/cli/executor.d.ts +29 -29
- package/esm/config/orm/index.d.ts +30 -30
- package/esm/config/orm/index.js +2 -2
- package/esm/config/orm/input-types.d.ts +416 -416
- package/esm/config/orm/models/index.d.ts +1 -1
- package/esm/config/orm/models/index.js +1 -1
- package/esm/config/orm/mutation/index.d.ts +47 -47
- package/esm/config/orm/mutation/index.js +60 -60
- package/esm/infra/cli/commands/db-preset.js +96 -96
- package/esm/infra/cli/commands/infra-commit.js +69 -69
- package/esm/infra/cli/commands/infra-get-all-record.js +11 -11
- package/esm/infra/cli/commands/infra-object.js +37 -37
- package/esm/infra/cli/commands/infra-ref.js +22 -22
- package/esm/infra/cli/commands/infra-store.js +28 -28
- package/esm/infra/cli/commands/namespace-event.js +127 -127
- package/esm/infra/cli/commands/namespace.js +115 -115
- package/esm/infra/cli/commands/platform-namespace-event.js +108 -108
- package/esm/infra/cli/commands/platform-namespace.js +109 -109
- package/esm/infra/cli/commands.js +13 -13
- package/esm/infra/cli/executor.d.ts +10 -10
- package/esm/infra/orm/index.d.ts +15 -15
- package/esm/infra/orm/index.js +10 -10
- package/esm/infra/orm/input-types.d.ts +971 -971
- package/esm/infra/orm/models/index.d.ts +5 -5
- package/esm/infra/orm/models/index.js +5 -5
- package/esm/infra/orm/mutation/index.d.ts +9 -9
- package/esm/infra/orm/mutation/index.js +12 -12
- package/esm/modules/cli/commands/agent-module.js +388 -388
- package/esm/modules/cli/commands/billing-module.js +250 -250
- package/esm/modules/cli/commands/billing-provider-module.js +182 -182
- package/esm/modules/cli/commands/blueprint-construction.js +72 -72
- package/esm/modules/cli/commands/blueprint-template.js +187 -187
- package/esm/modules/cli/commands/blueprint.js +95 -95
- package/esm/modules/cli/commands/compute-log-module.js +190 -190
- package/esm/modules/cli/commands/config-secrets-user-module.js +50 -50
- package/esm/modules/cli/commands/connected-accounts-module.js +76 -76
- package/esm/modules/cli/commands/crypto-addresses-module.js +89 -89
- package/esm/modules/cli/commands/crypto-auth-module.js +114 -114
- package/esm/modules/cli/commands/database-provision-module.js +174 -174
- package/esm/modules/cli/commands/db-pool-config.js +86 -86
- package/esm/modules/cli/commands/db-pool.js +112 -112
- package/esm/modules/cli/commands/db-preset-module.js +170 -170
- package/esm/modules/cli/commands/db-usage-module.js +249 -249
- package/esm/modules/cli/commands/default-ids-module.js +6 -6
- package/esm/modules/cli/commands/denormalized-table-field.js +100 -100
- package/esm/modules/cli/commands/devices-module.js +46 -46
- package/esm/modules/cli/commands/emails-module.js +76 -76
- package/esm/modules/cli/commands/entity-type-provision.js +405 -405
- package/esm/modules/cli/commands/events-module.js +399 -399
- package/esm/modules/cli/commands/function-deployment-module.js +189 -189
- package/esm/modules/cli/commands/function-invocation-module.js +176 -176
- package/esm/modules/cli/commands/function-module.js +193 -149
- package/esm/modules/cli/commands/graph-execution-module.js +214 -214
- package/esm/modules/cli/commands/graph-module.js +175 -175
- package/esm/modules/cli/commands/hierarchy-module.js +212 -212
- package/esm/modules/cli/commands/i-18-n-module.js +56 -56
- package/esm/modules/cli/commands/identity-providers-module.js +112 -112
- package/esm/modules/cli/commands/inference-log-module.js +181 -181
- package/esm/modules/cli/commands/infra-config-module.js +158 -158
- package/esm/modules/cli/commands/infra-secrets-module.js +157 -157
- package/esm/modules/cli/commands/integration-providers-module.js +112 -112
- package/esm/modules/cli/commands/internal-secrets-module.js +151 -151
- package/esm/modules/cli/commands/invites-module.js +178 -178
- package/esm/modules/cli/commands/limits-module.js +362 -362
- package/esm/modules/cli/commands/membership-types-module.js +6 -6
- package/esm/modules/cli/commands/memberships-module.js +411 -411
- package/esm/modules/cli/commands/merkle-store-module.js +160 -160
- package/esm/modules/cli/commands/namespace-module.js +176 -176
- package/esm/modules/cli/commands/notifications-module.js +250 -250
- package/esm/modules/cli/commands/permissions-module.js +202 -202
- package/esm/modules/cli/commands/phone-numbers-module.js +76 -76
- package/esm/modules/cli/commands/plans-module.js +190 -190
- package/esm/modules/cli/commands/principal-auth-module.js +174 -174
- package/esm/modules/cli/commands/profiles-module.js +225 -225
- package/esm/modules/cli/commands/rate-limit-meters-module.js +146 -146
- package/esm/modules/cli/commands/rate-limits-module.js +66 -66
- package/esm/modules/cli/commands/realtime-module.js +134 -134
- package/esm/modules/cli/commands/relation-provision.js +228 -228
- package/esm/modules/cli/commands/resolve-blueprint-field.js +4 -4
- package/esm/modules/cli/commands/resolve-blueprint-table.js +4 -4
- package/esm/modules/cli/commands/resource-module.js +250 -250
- package/esm/modules/cli/commands/rls-module.js +114 -114
- package/esm/modules/cli/commands/secure-table-provision.js +98 -98
- package/esm/modules/cli/commands/session-secrets-module.js +26 -26
- package/esm/modules/cli/commands/sessions-module.js +82 -82
- package/esm/modules/cli/commands/storage-log-module.js +173 -173
- package/esm/modules/cli/commands/storage-module.js +437 -437
- package/esm/modules/cli/commands/transfer-log-module.js +173 -173
- package/esm/modules/cli/commands/user-auth-module.js +266 -266
- package/esm/modules/cli/commands/user-credentials-module.js +28 -28
- package/esm/modules/cli/commands/user-settings-module.js +48 -48
- package/esm/modules/cli/commands/user-state-module.js +6 -6
- package/esm/modules/cli/commands/users-module.js +50 -50
- package/esm/modules/cli/commands/webauthn-auth-module.js +150 -150
- package/esm/modules/cli/commands/webauthn-credentials-module.js +74 -74
- package/esm/modules/cli/commands.js +117 -117
- package/esm/modules/cli/executor.d.ts +73 -73
- package/esm/modules/orm/index.d.ts +126 -126
- package/esm/modules/orm/index.js +106 -106
- package/esm/modules/orm/input-types.d.ts +11482 -11468
- package/esm/modules/orm/input-types.js +1 -1
- package/esm/modules/orm/models/index.d.ts +53 -53
- package/esm/modules/orm/models/index.js +53 -53
- package/esm/modules/orm/mutation/index.d.ts +51 -51
- package/esm/modules/orm/mutation/index.js +42 -42
- package/esm/modules/orm/query/index.d.ts +3 -3
- package/esm/modules/orm/query/index.js +8 -8
- package/esm/objects/cli/commands/commit.js +73 -73
- package/esm/objects/cli/commands/get-all-record.js +11 -11
- package/esm/objects/cli/commands/object.js +34 -34
- package/esm/objects/cli/commands/ref.js +31 -31
- package/esm/objects/cli/commands/store.js +32 -32
- package/esm/objects/cli/commands.js +7 -7
- package/esm/objects/cli/executor.d.ts +7 -7
- package/esm/objects/orm/index.d.ts +9 -9
- package/esm/objects/orm/index.js +4 -4
- package/esm/objects/orm/input-types.d.ts +384 -384
- package/esm/objects/orm/models/index.d.ts +2 -2
- package/esm/objects/orm/models/index.js +2 -2
- package/esm/objects/orm/mutation/index.d.ts +9 -9
- package/esm/objects/orm/mutation/index.js +12 -12
- package/esm/usage/cli/commands/app-limit-cap.js +26 -26
- package/esm/usage/cli/commands/app-limit-caps-default.js +19 -19
- package/esm/usage/cli/commands/app-limit-credit-code-item.js +41 -41
- package/esm/usage/cli/commands/app-limit-credit-code.js +26 -26
- package/esm/usage/cli/commands/app-limit-credit-redemption.js +22 -22
- package/esm/usage/cli/commands/app-limit-credit.js +26 -26
- package/esm/usage/cli/commands/app-limit-default.js +19 -19
- package/esm/usage/cli/commands/app-limit-event.js +86 -86
- package/esm/usage/cli/commands/app-limit-warning.js +24 -24
- package/esm/usage/cli/commands/app-limit.js +106 -106
- package/esm/usage/cli/commands/org-limit-aggregate.js +110 -110
- package/esm/usage/cli/commands/org-limit-cap.js +26 -26
- package/esm/usage/cli/commands/org-limit-caps-default.js +19 -19
- package/esm/usage/cli/commands/org-limit-credit.js +72 -72
- package/esm/usage/cli/commands/org-limit-default.js +19 -19
- package/esm/usage/cli/commands/org-limit-event.js +86 -86
- package/esm/usage/cli/commands/org-limit-warning.js +46 -46
- package/esm/usage/cli/commands/org-limit.js +123 -123
- package/esm/usage/cli/commands.js +27 -27
- package/esm/usage/cli/executor.d.ts +17 -17
- package/esm/usage/orm/index.d.ts +29 -29
- package/esm/usage/orm/index.js +24 -24
- package/esm/usage/orm/input-types.d.ts +2049 -2049
- package/esm/usage/orm/input-types.js +5 -5
- package/esm/usage/orm/models/index.d.ts +12 -12
- package/esm/usage/orm/models/index.js +12 -12
- package/esm/usage/orm/mutation/index.d.ts +16 -16
- package/esm/usage/orm/mutation/index.js +12 -12
- package/infra/cli/commands/db-preset.js +96 -96
- package/infra/cli/commands/infra-commit.js +69 -69
- package/infra/cli/commands/infra-get-all-record.js +11 -11
- package/infra/cli/commands/infra-object.js +37 -37
- package/infra/cli/commands/infra-ref.js +22 -22
- package/infra/cli/commands/infra-store.js +28 -28
- package/infra/cli/commands/namespace-event.js +127 -127
- package/infra/cli/commands/namespace.js +115 -115
- package/infra/cli/commands/platform-namespace-event.js +108 -108
- package/infra/cli/commands/platform-namespace.js +109 -109
- package/infra/cli/commands.js +13 -13
- package/infra/cli/executor.d.ts +10 -10
- package/infra/orm/index.d.ts +15 -15
- package/infra/orm/index.js +10 -10
- package/infra/orm/input-types.d.ts +971 -971
- package/infra/orm/models/index.d.ts +5 -5
- package/infra/orm/models/index.js +11 -11
- package/infra/orm/mutation/index.d.ts +9 -9
- package/infra/orm/mutation/index.js +12 -12
- package/modules/cli/commands/agent-module.js +388 -388
- package/modules/cli/commands/billing-module.js +250 -250
- package/modules/cli/commands/billing-provider-module.js +182 -182
- package/modules/cli/commands/blueprint-construction.js +72 -72
- package/modules/cli/commands/blueprint-template.js +187 -187
- package/modules/cli/commands/blueprint.js +95 -95
- package/modules/cli/commands/compute-log-module.js +190 -190
- package/modules/cli/commands/config-secrets-user-module.js +50 -50
- package/modules/cli/commands/connected-accounts-module.js +76 -76
- package/modules/cli/commands/crypto-addresses-module.js +89 -89
- package/modules/cli/commands/crypto-auth-module.js +114 -114
- package/modules/cli/commands/database-provision-module.js +174 -174
- package/modules/cli/commands/db-pool-config.js +86 -86
- package/modules/cli/commands/db-pool.js +112 -112
- package/modules/cli/commands/db-preset-module.js +170 -170
- package/modules/cli/commands/db-usage-module.js +249 -249
- package/modules/cli/commands/default-ids-module.js +6 -6
- package/modules/cli/commands/denormalized-table-field.js +100 -100
- package/modules/cli/commands/devices-module.js +46 -46
- package/modules/cli/commands/emails-module.js +76 -76
- package/modules/cli/commands/entity-type-provision.js +405 -405
- package/modules/cli/commands/events-module.js +399 -399
- package/modules/cli/commands/function-deployment-module.js +189 -189
- package/modules/cli/commands/function-invocation-module.js +176 -176
- package/modules/cli/commands/function-module.js +193 -149
- package/modules/cli/commands/graph-execution-module.js +214 -214
- package/modules/cli/commands/graph-module.js +175 -175
- package/modules/cli/commands/hierarchy-module.js +212 -212
- package/modules/cli/commands/i-18-n-module.js +56 -56
- package/modules/cli/commands/identity-providers-module.js +112 -112
- package/modules/cli/commands/inference-log-module.js +181 -181
- package/modules/cli/commands/infra-config-module.js +158 -158
- package/modules/cli/commands/infra-secrets-module.js +157 -157
- package/modules/cli/commands/integration-providers-module.js +112 -112
- package/modules/cli/commands/internal-secrets-module.js +151 -151
- package/modules/cli/commands/invites-module.js +178 -178
- package/modules/cli/commands/limits-module.js +362 -362
- package/modules/cli/commands/membership-types-module.js +6 -6
- package/modules/cli/commands/memberships-module.js +411 -411
- package/modules/cli/commands/merkle-store-module.js +160 -160
- package/modules/cli/commands/namespace-module.js +176 -176
- package/modules/cli/commands/notifications-module.js +250 -250
- package/modules/cli/commands/permissions-module.js +202 -202
- package/modules/cli/commands/phone-numbers-module.js +76 -76
- package/modules/cli/commands/plans-module.js +190 -190
- package/modules/cli/commands/principal-auth-module.js +174 -174
- package/modules/cli/commands/profiles-module.js +225 -225
- package/modules/cli/commands/rate-limit-meters-module.js +146 -146
- package/modules/cli/commands/rate-limits-module.js +66 -66
- package/modules/cli/commands/realtime-module.js +134 -134
- package/modules/cli/commands/relation-provision.js +228 -228
- package/modules/cli/commands/resolve-blueprint-field.js +4 -4
- package/modules/cli/commands/resolve-blueprint-table.js +4 -4
- package/modules/cli/commands/resource-module.js +250 -250
- package/modules/cli/commands/rls-module.js +114 -114
- package/modules/cli/commands/secure-table-provision.js +98 -98
- package/modules/cli/commands/session-secrets-module.js +26 -26
- package/modules/cli/commands/sessions-module.js +82 -82
- package/modules/cli/commands/storage-log-module.js +173 -173
- package/modules/cli/commands/storage-module.js +437 -437
- package/modules/cli/commands/transfer-log-module.js +173 -173
- package/modules/cli/commands/user-auth-module.js +266 -266
- package/modules/cli/commands/user-credentials-module.js +28 -28
- package/modules/cli/commands/user-settings-module.js +48 -48
- package/modules/cli/commands/user-state-module.js +6 -6
- package/modules/cli/commands/users-module.js +50 -50
- package/modules/cli/commands/webauthn-auth-module.js +150 -150
- package/modules/cli/commands/webauthn-credentials-module.js +74 -74
- package/modules/cli/commands.js +117 -117
- package/modules/cli/executor.d.ts +73 -73
- package/modules/orm/index.d.ts +126 -126
- package/modules/orm/index.js +106 -106
- package/modules/orm/input-types.d.ts +11482 -11468
- package/modules/orm/input-types.js +1 -1
- package/modules/orm/models/index.d.ts +53 -53
- package/modules/orm/models/index.js +108 -108
- package/modules/orm/mutation/index.d.ts +51 -51
- package/modules/orm/mutation/index.js +42 -42
- package/modules/orm/query/index.d.ts +3 -3
- package/modules/orm/query/index.js +8 -8
- package/objects/cli/commands/commit.js +73 -73
- package/objects/cli/commands/get-all-record.js +11 -11
- package/objects/cli/commands/object.js +34 -34
- package/objects/cli/commands/ref.js +31 -31
- package/objects/cli/commands/store.js +32 -32
- package/objects/cli/commands.js +7 -7
- package/objects/cli/executor.d.ts +7 -7
- package/objects/orm/index.d.ts +9 -9
- package/objects/orm/index.js +4 -4
- package/objects/orm/input-types.d.ts +384 -384
- package/objects/orm/models/index.d.ts +2 -2
- package/objects/orm/models/index.js +5 -5
- package/objects/orm/mutation/index.d.ts +9 -9
- package/objects/orm/mutation/index.js +12 -12
- package/package.json +4 -4
- package/usage/cli/commands/app-limit-cap.js +26 -26
- package/usage/cli/commands/app-limit-caps-default.js +19 -19
- package/usage/cli/commands/app-limit-credit-code-item.js +41 -41
- package/usage/cli/commands/app-limit-credit-code.js +26 -26
- package/usage/cli/commands/app-limit-credit-redemption.js +22 -22
- package/usage/cli/commands/app-limit-credit.js +26 -26
- package/usage/cli/commands/app-limit-default.js +19 -19
- package/usage/cli/commands/app-limit-event.js +86 -86
- package/usage/cli/commands/app-limit-warning.js +24 -24
- package/usage/cli/commands/app-limit.js +106 -106
- package/usage/cli/commands/org-limit-aggregate.js +110 -110
- package/usage/cli/commands/org-limit-cap.js +26 -26
- package/usage/cli/commands/org-limit-caps-default.js +19 -19
- package/usage/cli/commands/org-limit-credit.js +72 -72
- package/usage/cli/commands/org-limit-default.js +19 -19
- package/usage/cli/commands/org-limit-event.js +86 -86
- package/usage/cli/commands/org-limit-warning.js +46 -46
- package/usage/cli/commands/org-limit.js +123 -123
- package/usage/cli/commands.js +27 -27
- package/usage/cli/executor.d.ts +17 -17
- package/usage/orm/index.d.ts +29 -29
- package/usage/orm/index.js +24 -24
- package/usage/orm/input-types.d.ts +2049 -2049
- package/usage/orm/input-types.js +5 -5
- package/usage/orm/models/index.d.ts +12 -12
- package/usage/orm/models/index.js +25 -25
- package/usage/orm/mutation/index.d.ts +16 -16
- package/usage/orm/mutation/index.js +12 -12
|
@@ -9,34 +9,34 @@ const inquirerer_1 = require("inquirerer");
|
|
|
9
9
|
const executor_1 = require("../executor");
|
|
10
10
|
const utils_1 = require("../utils");
|
|
11
11
|
const fieldSchema = {
|
|
12
|
-
|
|
12
|
+
apiName: 'string',
|
|
13
|
+
auditsTableId: 'uuid',
|
|
14
|
+
auditsTableName: 'string',
|
|
15
|
+
checkPasswordFunction: 'string',
|
|
13
16
|
databaseId: 'uuid',
|
|
14
|
-
|
|
17
|
+
deleteAccountFunction: 'string',
|
|
15
18
|
emailsTableId: 'uuid',
|
|
16
|
-
usersTableId: 'uuid',
|
|
17
|
-
secretsTableId: 'uuid',
|
|
18
19
|
encryptedTableId: 'uuid',
|
|
19
|
-
|
|
20
|
+
extendTokenExpires: 'string',
|
|
21
|
+
forgotPasswordFunction: 'string',
|
|
22
|
+
id: 'uuid',
|
|
23
|
+
privateApiName: 'string',
|
|
24
|
+
requestCrossOriginTokenFunction: 'string',
|
|
25
|
+
resetPasswordFunction: 'string',
|
|
26
|
+
schemaId: 'uuid',
|
|
27
|
+
secretsTableId: 'uuid',
|
|
28
|
+
sendAccountDeletionEmailFunction: 'string',
|
|
29
|
+
sendVerificationEmailFunction: 'string',
|
|
20
30
|
sessionCredentialsTableId: 'uuid',
|
|
21
|
-
|
|
22
|
-
|
|
31
|
+
sessionsTableId: 'uuid',
|
|
32
|
+
setPasswordFunction: 'string',
|
|
33
|
+
signInCrossOriginFunction: 'string',
|
|
23
34
|
signInFunction: 'string',
|
|
24
|
-
signUpFunction: 'string',
|
|
25
35
|
signOutFunction: 'string',
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
forgotPasswordFunction: 'string',
|
|
29
|
-
sendVerificationEmailFunction: 'string',
|
|
36
|
+
signUpFunction: 'string',
|
|
37
|
+
usersTableId: 'uuid',
|
|
30
38
|
verifyEmailFunction: 'string',
|
|
31
39
|
verifyPasswordFunction: 'string',
|
|
32
|
-
checkPasswordFunction: 'string',
|
|
33
|
-
sendAccountDeletionEmailFunction: 'string',
|
|
34
|
-
deleteAccountFunction: 'string',
|
|
35
|
-
signInCrossOriginFunction: 'string',
|
|
36
|
-
requestCrossOriginTokenFunction: 'string',
|
|
37
|
-
extendTokenExpires: 'string',
|
|
38
|
-
apiName: 'string',
|
|
39
|
-
privateApiName: 'string',
|
|
40
40
|
};
|
|
41
41
|
const usage = '\nuser-auth-module <command>\n\nCommands:\n list List userAuthModule records\n find-first Find first matching userAuthModule record\n get Get a userAuthModule by ID\n create Create a new userAuthModule\n update Update an existing userAuthModule\n delete Delete a userAuthModule\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
42
42
|
exports.default = async (argv, prompter, _options) => {
|
|
@@ -80,34 +80,34 @@ async function handleTableSubcommand(subcommand, argv, prompter) {
|
|
|
80
80
|
async function handleList(argv, _prompter) {
|
|
81
81
|
try {
|
|
82
82
|
const defaultSelect = {
|
|
83
|
-
|
|
83
|
+
apiName: true,
|
|
84
|
+
auditsTableId: true,
|
|
85
|
+
auditsTableName: true,
|
|
86
|
+
checkPasswordFunction: true,
|
|
84
87
|
databaseId: true,
|
|
85
|
-
|
|
88
|
+
deleteAccountFunction: true,
|
|
86
89
|
emailsTableId: true,
|
|
87
|
-
usersTableId: true,
|
|
88
|
-
secretsTableId: true,
|
|
89
90
|
encryptedTableId: true,
|
|
90
|
-
|
|
91
|
+
extendTokenExpires: true,
|
|
92
|
+
forgotPasswordFunction: true,
|
|
93
|
+
id: true,
|
|
94
|
+
privateApiName: true,
|
|
95
|
+
requestCrossOriginTokenFunction: true,
|
|
96
|
+
resetPasswordFunction: true,
|
|
97
|
+
schemaId: true,
|
|
98
|
+
secretsTableId: true,
|
|
99
|
+
sendAccountDeletionEmailFunction: true,
|
|
100
|
+
sendVerificationEmailFunction: true,
|
|
91
101
|
sessionCredentialsTableId: true,
|
|
92
|
-
|
|
93
|
-
|
|
102
|
+
sessionsTableId: true,
|
|
103
|
+
setPasswordFunction: true,
|
|
104
|
+
signInCrossOriginFunction: true,
|
|
94
105
|
signInFunction: true,
|
|
95
|
-
signUpFunction: true,
|
|
96
106
|
signOutFunction: true,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
forgotPasswordFunction: true,
|
|
100
|
-
sendVerificationEmailFunction: true,
|
|
107
|
+
signUpFunction: true,
|
|
108
|
+
usersTableId: true,
|
|
101
109
|
verifyEmailFunction: true,
|
|
102
110
|
verifyPasswordFunction: true,
|
|
103
|
-
checkPasswordFunction: true,
|
|
104
|
-
sendAccountDeletionEmailFunction: true,
|
|
105
|
-
deleteAccountFunction: true,
|
|
106
|
-
signInCrossOriginFunction: true,
|
|
107
|
-
requestCrossOriginTokenFunction: true,
|
|
108
|
-
extendTokenExpires: true,
|
|
109
|
-
apiName: true,
|
|
110
|
-
privateApiName: true,
|
|
111
111
|
};
|
|
112
112
|
const findManyArgs = (0, utils_1.parseFindManyArgs)(argv, defaultSelect);
|
|
113
113
|
const client = (0, executor_1.getClient)();
|
|
@@ -125,34 +125,34 @@ async function handleList(argv, _prompter) {
|
|
|
125
125
|
async function handleFindFirst(argv, _prompter) {
|
|
126
126
|
try {
|
|
127
127
|
const defaultSelect = {
|
|
128
|
-
|
|
128
|
+
apiName: true,
|
|
129
|
+
auditsTableId: true,
|
|
130
|
+
auditsTableName: true,
|
|
131
|
+
checkPasswordFunction: true,
|
|
129
132
|
databaseId: true,
|
|
130
|
-
|
|
133
|
+
deleteAccountFunction: true,
|
|
131
134
|
emailsTableId: true,
|
|
132
|
-
usersTableId: true,
|
|
133
|
-
secretsTableId: true,
|
|
134
135
|
encryptedTableId: true,
|
|
135
|
-
|
|
136
|
+
extendTokenExpires: true,
|
|
137
|
+
forgotPasswordFunction: true,
|
|
138
|
+
id: true,
|
|
139
|
+
privateApiName: true,
|
|
140
|
+
requestCrossOriginTokenFunction: true,
|
|
141
|
+
resetPasswordFunction: true,
|
|
142
|
+
schemaId: true,
|
|
143
|
+
secretsTableId: true,
|
|
144
|
+
sendAccountDeletionEmailFunction: true,
|
|
145
|
+
sendVerificationEmailFunction: true,
|
|
136
146
|
sessionCredentialsTableId: true,
|
|
137
|
-
|
|
138
|
-
|
|
147
|
+
sessionsTableId: true,
|
|
148
|
+
setPasswordFunction: true,
|
|
149
|
+
signInCrossOriginFunction: true,
|
|
139
150
|
signInFunction: true,
|
|
140
|
-
signUpFunction: true,
|
|
141
151
|
signOutFunction: true,
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
forgotPasswordFunction: true,
|
|
145
|
-
sendVerificationEmailFunction: true,
|
|
152
|
+
signUpFunction: true,
|
|
153
|
+
usersTableId: true,
|
|
146
154
|
verifyEmailFunction: true,
|
|
147
155
|
verifyPasswordFunction: true,
|
|
148
|
-
checkPasswordFunction: true,
|
|
149
|
-
sendAccountDeletionEmailFunction: true,
|
|
150
|
-
deleteAccountFunction: true,
|
|
151
|
-
signInCrossOriginFunction: true,
|
|
152
|
-
requestCrossOriginTokenFunction: true,
|
|
153
|
-
extendTokenExpires: true,
|
|
154
|
-
apiName: true,
|
|
155
|
-
privateApiName: true,
|
|
156
156
|
};
|
|
157
157
|
const findFirstArgs = (0, utils_1.parseFindFirstArgs)(argv, defaultSelect);
|
|
158
158
|
const client = (0, executor_1.getClient)();
|
|
@@ -182,34 +182,34 @@ async function handleGet(argv, prompter) {
|
|
|
182
182
|
.findOne({
|
|
183
183
|
id: answers.id,
|
|
184
184
|
select: {
|
|
185
|
-
|
|
185
|
+
apiName: true,
|
|
186
|
+
auditsTableId: true,
|
|
187
|
+
auditsTableName: true,
|
|
188
|
+
checkPasswordFunction: true,
|
|
186
189
|
databaseId: true,
|
|
187
|
-
|
|
190
|
+
deleteAccountFunction: true,
|
|
188
191
|
emailsTableId: true,
|
|
189
|
-
usersTableId: true,
|
|
190
|
-
secretsTableId: true,
|
|
191
192
|
encryptedTableId: true,
|
|
192
|
-
|
|
193
|
+
extendTokenExpires: true,
|
|
194
|
+
forgotPasswordFunction: true,
|
|
195
|
+
id: true,
|
|
196
|
+
privateApiName: true,
|
|
197
|
+
requestCrossOriginTokenFunction: true,
|
|
198
|
+
resetPasswordFunction: true,
|
|
199
|
+
schemaId: true,
|
|
200
|
+
secretsTableId: true,
|
|
201
|
+
sendAccountDeletionEmailFunction: true,
|
|
202
|
+
sendVerificationEmailFunction: true,
|
|
193
203
|
sessionCredentialsTableId: true,
|
|
194
|
-
|
|
195
|
-
|
|
204
|
+
sessionsTableId: true,
|
|
205
|
+
setPasswordFunction: true,
|
|
206
|
+
signInCrossOriginFunction: true,
|
|
196
207
|
signInFunction: true,
|
|
197
|
-
signUpFunction: true,
|
|
198
208
|
signOutFunction: true,
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
forgotPasswordFunction: true,
|
|
202
|
-
sendVerificationEmailFunction: true,
|
|
209
|
+
signUpFunction: true,
|
|
210
|
+
usersTableId: true,
|
|
203
211
|
verifyEmailFunction: true,
|
|
204
212
|
verifyPasswordFunction: true,
|
|
205
|
-
checkPasswordFunction: true,
|
|
206
|
-
sendAccountDeletionEmailFunction: true,
|
|
207
|
-
deleteAccountFunction: true,
|
|
208
|
-
signInCrossOriginFunction: true,
|
|
209
|
-
requestCrossOriginTokenFunction: true,
|
|
210
|
-
extendTokenExpires: true,
|
|
211
|
-
apiName: true,
|
|
212
|
-
privateApiName: true,
|
|
213
213
|
},
|
|
214
214
|
})
|
|
215
215
|
.execute();
|
|
@@ -228,112 +228,112 @@ async function handleCreate(argv, prompter) {
|
|
|
228
228
|
const rawAnswers = await prompter.prompt(argv, [
|
|
229
229
|
{
|
|
230
230
|
type: 'text',
|
|
231
|
-
name: '
|
|
232
|
-
message: '
|
|
233
|
-
required:
|
|
231
|
+
name: 'apiName',
|
|
232
|
+
message: 'apiName',
|
|
233
|
+
required: false,
|
|
234
|
+
skipPrompt: true,
|
|
234
235
|
},
|
|
235
236
|
{
|
|
236
237
|
type: 'text',
|
|
237
|
-
name: '
|
|
238
|
-
message: '
|
|
238
|
+
name: 'auditsTableId',
|
|
239
|
+
message: 'auditsTableId',
|
|
239
240
|
required: false,
|
|
240
241
|
skipPrompt: true,
|
|
241
242
|
},
|
|
242
243
|
{
|
|
243
244
|
type: 'text',
|
|
244
|
-
name: '
|
|
245
|
-
message: '
|
|
245
|
+
name: 'auditsTableName',
|
|
246
|
+
message: 'auditsTableName',
|
|
246
247
|
required: false,
|
|
247
248
|
skipPrompt: true,
|
|
248
249
|
},
|
|
249
250
|
{
|
|
250
251
|
type: 'text',
|
|
251
|
-
name: '
|
|
252
|
-
message: '
|
|
252
|
+
name: 'checkPasswordFunction',
|
|
253
|
+
message: 'checkPasswordFunction',
|
|
253
254
|
required: false,
|
|
254
255
|
skipPrompt: true,
|
|
255
256
|
},
|
|
256
257
|
{
|
|
257
258
|
type: 'text',
|
|
258
|
-
name: '
|
|
259
|
-
message: '
|
|
260
|
-
required:
|
|
261
|
-
skipPrompt: true,
|
|
259
|
+
name: 'databaseId',
|
|
260
|
+
message: 'databaseId',
|
|
261
|
+
required: true,
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
type: 'text',
|
|
265
|
-
name: '
|
|
266
|
-
message: '
|
|
265
|
+
name: 'deleteAccountFunction',
|
|
266
|
+
message: 'deleteAccountFunction',
|
|
267
267
|
required: false,
|
|
268
268
|
skipPrompt: true,
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
type: 'text',
|
|
272
|
-
name: '
|
|
273
|
-
message: '
|
|
272
|
+
name: 'emailsTableId',
|
|
273
|
+
message: 'emailsTableId',
|
|
274
274
|
required: false,
|
|
275
275
|
skipPrompt: true,
|
|
276
276
|
},
|
|
277
277
|
{
|
|
278
278
|
type: 'text',
|
|
279
|
-
name: '
|
|
280
|
-
message: '
|
|
279
|
+
name: 'encryptedTableId',
|
|
280
|
+
message: 'encryptedTableId',
|
|
281
281
|
required: false,
|
|
282
282
|
skipPrompt: true,
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
285
|
type: 'text',
|
|
286
|
-
name: '
|
|
287
|
-
message: '
|
|
286
|
+
name: 'extendTokenExpires',
|
|
287
|
+
message: 'extendTokenExpires',
|
|
288
288
|
required: false,
|
|
289
289
|
skipPrompt: true,
|
|
290
290
|
},
|
|
291
291
|
{
|
|
292
292
|
type: 'text',
|
|
293
|
-
name: '
|
|
294
|
-
message: '
|
|
293
|
+
name: 'forgotPasswordFunction',
|
|
294
|
+
message: 'forgotPasswordFunction',
|
|
295
295
|
required: false,
|
|
296
296
|
skipPrompt: true,
|
|
297
297
|
},
|
|
298
298
|
{
|
|
299
299
|
type: 'text',
|
|
300
|
-
name: '
|
|
301
|
-
message: '
|
|
300
|
+
name: 'privateApiName',
|
|
301
|
+
message: 'privateApiName',
|
|
302
302
|
required: false,
|
|
303
303
|
skipPrompt: true,
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
306
|
type: 'text',
|
|
307
|
-
name: '
|
|
308
|
-
message: '
|
|
307
|
+
name: 'requestCrossOriginTokenFunction',
|
|
308
|
+
message: 'requestCrossOriginTokenFunction',
|
|
309
309
|
required: false,
|
|
310
310
|
skipPrompt: true,
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
type: 'text',
|
|
314
|
-
name: '
|
|
315
|
-
message: '
|
|
314
|
+
name: 'resetPasswordFunction',
|
|
315
|
+
message: 'resetPasswordFunction',
|
|
316
316
|
required: false,
|
|
317
317
|
skipPrompt: true,
|
|
318
318
|
},
|
|
319
319
|
{
|
|
320
320
|
type: 'text',
|
|
321
|
-
name: '
|
|
322
|
-
message: '
|
|
321
|
+
name: 'schemaId',
|
|
322
|
+
message: 'schemaId',
|
|
323
323
|
required: false,
|
|
324
324
|
skipPrompt: true,
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
327
|
type: 'text',
|
|
328
|
-
name: '
|
|
329
|
-
message: '
|
|
328
|
+
name: 'secretsTableId',
|
|
329
|
+
message: 'secretsTableId',
|
|
330
330
|
required: false,
|
|
331
331
|
skipPrompt: true,
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
type: 'text',
|
|
335
|
-
name: '
|
|
336
|
-
message: '
|
|
335
|
+
name: 'sendAccountDeletionEmailFunction',
|
|
336
|
+
message: 'sendAccountDeletionEmailFunction',
|
|
337
337
|
required: false,
|
|
338
338
|
skipPrompt: true,
|
|
339
339
|
},
|
|
@@ -346,71 +346,71 @@ async function handleCreate(argv, prompter) {
|
|
|
346
346
|
},
|
|
347
347
|
{
|
|
348
348
|
type: 'text',
|
|
349
|
-
name: '
|
|
350
|
-
message: '
|
|
349
|
+
name: 'sessionCredentialsTableId',
|
|
350
|
+
message: 'sessionCredentialsTableId',
|
|
351
351
|
required: false,
|
|
352
352
|
skipPrompt: true,
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
type: 'text',
|
|
356
|
-
name: '
|
|
357
|
-
message: '
|
|
356
|
+
name: 'sessionsTableId',
|
|
357
|
+
message: 'sessionsTableId',
|
|
358
358
|
required: false,
|
|
359
359
|
skipPrompt: true,
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
362
|
type: 'text',
|
|
363
|
-
name: '
|
|
364
|
-
message: '
|
|
363
|
+
name: 'setPasswordFunction',
|
|
364
|
+
message: 'setPasswordFunction',
|
|
365
365
|
required: false,
|
|
366
366
|
skipPrompt: true,
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
type: 'text',
|
|
370
|
-
name: '
|
|
371
|
-
message: '
|
|
370
|
+
name: 'signInCrossOriginFunction',
|
|
371
|
+
message: 'signInCrossOriginFunction',
|
|
372
372
|
required: false,
|
|
373
373
|
skipPrompt: true,
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
376
|
type: 'text',
|
|
377
|
-
name: '
|
|
378
|
-
message: '
|
|
377
|
+
name: 'signInFunction',
|
|
378
|
+
message: 'signInFunction',
|
|
379
379
|
required: false,
|
|
380
380
|
skipPrompt: true,
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
type: 'text',
|
|
384
|
-
name: '
|
|
385
|
-
message: '
|
|
384
|
+
name: 'signOutFunction',
|
|
385
|
+
message: 'signOutFunction',
|
|
386
386
|
required: false,
|
|
387
387
|
skipPrompt: true,
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
390
|
type: 'text',
|
|
391
|
-
name: '
|
|
392
|
-
message: '
|
|
391
|
+
name: 'signUpFunction',
|
|
392
|
+
message: 'signUpFunction',
|
|
393
393
|
required: false,
|
|
394
394
|
skipPrompt: true,
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
type: 'text',
|
|
398
|
-
name: '
|
|
399
|
-
message: '
|
|
398
|
+
name: 'usersTableId',
|
|
399
|
+
message: 'usersTableId',
|
|
400
400
|
required: false,
|
|
401
401
|
skipPrompt: true,
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
404
|
type: 'text',
|
|
405
|
-
name: '
|
|
406
|
-
message: '
|
|
405
|
+
name: 'verifyEmailFunction',
|
|
406
|
+
message: 'verifyEmailFunction',
|
|
407
407
|
required: false,
|
|
408
408
|
skipPrompt: true,
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
411
|
type: 'text',
|
|
412
|
-
name: '
|
|
413
|
-
message: '
|
|
412
|
+
name: 'verifyPasswordFunction',
|
|
413
|
+
message: 'verifyPasswordFunction',
|
|
414
414
|
required: false,
|
|
415
415
|
skipPrompt: true,
|
|
416
416
|
},
|
|
@@ -421,63 +421,63 @@ async function handleCreate(argv, prompter) {
|
|
|
421
421
|
const result = await client.userAuthModule
|
|
422
422
|
.create({
|
|
423
423
|
data: {
|
|
424
|
+
apiName: cleanedData.apiName,
|
|
425
|
+
auditsTableId: cleanedData.auditsTableId,
|
|
426
|
+
auditsTableName: cleanedData.auditsTableName,
|
|
427
|
+
checkPasswordFunction: cleanedData.checkPasswordFunction,
|
|
424
428
|
databaseId: cleanedData.databaseId,
|
|
425
|
-
|
|
429
|
+
deleteAccountFunction: cleanedData.deleteAccountFunction,
|
|
426
430
|
emailsTableId: cleanedData.emailsTableId,
|
|
427
|
-
usersTableId: cleanedData.usersTableId,
|
|
428
|
-
secretsTableId: cleanedData.secretsTableId,
|
|
429
431
|
encryptedTableId: cleanedData.encryptedTableId,
|
|
430
|
-
|
|
432
|
+
extendTokenExpires: cleanedData.extendTokenExpires,
|
|
433
|
+
forgotPasswordFunction: cleanedData.forgotPasswordFunction,
|
|
434
|
+
privateApiName: cleanedData.privateApiName,
|
|
435
|
+
requestCrossOriginTokenFunction: cleanedData.requestCrossOriginTokenFunction,
|
|
436
|
+
resetPasswordFunction: cleanedData.resetPasswordFunction,
|
|
437
|
+
schemaId: cleanedData.schemaId,
|
|
438
|
+
secretsTableId: cleanedData.secretsTableId,
|
|
439
|
+
sendAccountDeletionEmailFunction: cleanedData.sendAccountDeletionEmailFunction,
|
|
440
|
+
sendVerificationEmailFunction: cleanedData.sendVerificationEmailFunction,
|
|
431
441
|
sessionCredentialsTableId: cleanedData.sessionCredentialsTableId,
|
|
432
|
-
|
|
433
|
-
|
|
442
|
+
sessionsTableId: cleanedData.sessionsTableId,
|
|
443
|
+
setPasswordFunction: cleanedData.setPasswordFunction,
|
|
444
|
+
signInCrossOriginFunction: cleanedData.signInCrossOriginFunction,
|
|
434
445
|
signInFunction: cleanedData.signInFunction,
|
|
435
|
-
signUpFunction: cleanedData.signUpFunction,
|
|
436
446
|
signOutFunction: cleanedData.signOutFunction,
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
forgotPasswordFunction: cleanedData.forgotPasswordFunction,
|
|
440
|
-
sendVerificationEmailFunction: cleanedData.sendVerificationEmailFunction,
|
|
447
|
+
signUpFunction: cleanedData.signUpFunction,
|
|
448
|
+
usersTableId: cleanedData.usersTableId,
|
|
441
449
|
verifyEmailFunction: cleanedData.verifyEmailFunction,
|
|
442
450
|
verifyPasswordFunction: cleanedData.verifyPasswordFunction,
|
|
443
|
-
checkPasswordFunction: cleanedData.checkPasswordFunction,
|
|
444
|
-
sendAccountDeletionEmailFunction: cleanedData.sendAccountDeletionEmailFunction,
|
|
445
|
-
deleteAccountFunction: cleanedData.deleteAccountFunction,
|
|
446
|
-
signInCrossOriginFunction: cleanedData.signInCrossOriginFunction,
|
|
447
|
-
requestCrossOriginTokenFunction: cleanedData.requestCrossOriginTokenFunction,
|
|
448
|
-
extendTokenExpires: cleanedData.extendTokenExpires,
|
|
449
|
-
apiName: cleanedData.apiName,
|
|
450
|
-
privateApiName: cleanedData.privateApiName,
|
|
451
451
|
},
|
|
452
452
|
select: {
|
|
453
|
-
|
|
453
|
+
apiName: true,
|
|
454
|
+
auditsTableId: true,
|
|
455
|
+
auditsTableName: true,
|
|
456
|
+
checkPasswordFunction: true,
|
|
454
457
|
databaseId: true,
|
|
455
|
-
|
|
458
|
+
deleteAccountFunction: true,
|
|
456
459
|
emailsTableId: true,
|
|
457
|
-
usersTableId: true,
|
|
458
|
-
secretsTableId: true,
|
|
459
460
|
encryptedTableId: true,
|
|
460
|
-
|
|
461
|
+
extendTokenExpires: true,
|
|
462
|
+
forgotPasswordFunction: true,
|
|
463
|
+
id: true,
|
|
464
|
+
privateApiName: true,
|
|
465
|
+
requestCrossOriginTokenFunction: true,
|
|
466
|
+
resetPasswordFunction: true,
|
|
467
|
+
schemaId: true,
|
|
468
|
+
secretsTableId: true,
|
|
469
|
+
sendAccountDeletionEmailFunction: true,
|
|
470
|
+
sendVerificationEmailFunction: true,
|
|
461
471
|
sessionCredentialsTableId: true,
|
|
462
|
-
|
|
463
|
-
|
|
472
|
+
sessionsTableId: true,
|
|
473
|
+
setPasswordFunction: true,
|
|
474
|
+
signInCrossOriginFunction: true,
|
|
464
475
|
signInFunction: true,
|
|
465
|
-
signUpFunction: true,
|
|
466
476
|
signOutFunction: true,
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
forgotPasswordFunction: true,
|
|
470
|
-
sendVerificationEmailFunction: true,
|
|
477
|
+
signUpFunction: true,
|
|
478
|
+
usersTableId: true,
|
|
471
479
|
verifyEmailFunction: true,
|
|
472
480
|
verifyPasswordFunction: true,
|
|
473
|
-
checkPasswordFunction: true,
|
|
474
|
-
sendAccountDeletionEmailFunction: true,
|
|
475
|
-
deleteAccountFunction: true,
|
|
476
|
-
signInCrossOriginFunction: true,
|
|
477
|
-
requestCrossOriginTokenFunction: true,
|
|
478
|
-
extendTokenExpires: true,
|
|
479
|
-
apiName: true,
|
|
480
|
-
privateApiName: true,
|
|
481
481
|
},
|
|
482
482
|
})
|
|
483
483
|
.execute();
|
|
@@ -502,112 +502,112 @@ async function handleUpdate(argv, prompter) {
|
|
|
502
502
|
},
|
|
503
503
|
{
|
|
504
504
|
type: 'text',
|
|
505
|
-
name: '
|
|
506
|
-
message: '
|
|
505
|
+
name: 'apiName',
|
|
506
|
+
message: 'apiName',
|
|
507
507
|
required: false,
|
|
508
|
+
skipPrompt: true,
|
|
508
509
|
},
|
|
509
510
|
{
|
|
510
511
|
type: 'text',
|
|
511
|
-
name: '
|
|
512
|
-
message: '
|
|
512
|
+
name: 'auditsTableId',
|
|
513
|
+
message: 'auditsTableId',
|
|
513
514
|
required: false,
|
|
514
515
|
skipPrompt: true,
|
|
515
516
|
},
|
|
516
517
|
{
|
|
517
518
|
type: 'text',
|
|
518
|
-
name: '
|
|
519
|
-
message: '
|
|
519
|
+
name: 'auditsTableName',
|
|
520
|
+
message: 'auditsTableName',
|
|
520
521
|
required: false,
|
|
521
522
|
skipPrompt: true,
|
|
522
523
|
},
|
|
523
524
|
{
|
|
524
525
|
type: 'text',
|
|
525
|
-
name: '
|
|
526
|
-
message: '
|
|
526
|
+
name: 'checkPasswordFunction',
|
|
527
|
+
message: 'checkPasswordFunction',
|
|
527
528
|
required: false,
|
|
528
529
|
skipPrompt: true,
|
|
529
530
|
},
|
|
530
531
|
{
|
|
531
532
|
type: 'text',
|
|
532
|
-
name: '
|
|
533
|
-
message: '
|
|
533
|
+
name: 'databaseId',
|
|
534
|
+
message: 'databaseId',
|
|
534
535
|
required: false,
|
|
535
|
-
skipPrompt: true,
|
|
536
536
|
},
|
|
537
537
|
{
|
|
538
538
|
type: 'text',
|
|
539
|
-
name: '
|
|
540
|
-
message: '
|
|
539
|
+
name: 'deleteAccountFunction',
|
|
540
|
+
message: 'deleteAccountFunction',
|
|
541
541
|
required: false,
|
|
542
542
|
skipPrompt: true,
|
|
543
543
|
},
|
|
544
544
|
{
|
|
545
545
|
type: 'text',
|
|
546
|
-
name: '
|
|
547
|
-
message: '
|
|
546
|
+
name: 'emailsTableId',
|
|
547
|
+
message: 'emailsTableId',
|
|
548
548
|
required: false,
|
|
549
549
|
skipPrompt: true,
|
|
550
550
|
},
|
|
551
551
|
{
|
|
552
552
|
type: 'text',
|
|
553
|
-
name: '
|
|
554
|
-
message: '
|
|
553
|
+
name: 'encryptedTableId',
|
|
554
|
+
message: 'encryptedTableId',
|
|
555
555
|
required: false,
|
|
556
556
|
skipPrompt: true,
|
|
557
557
|
},
|
|
558
558
|
{
|
|
559
559
|
type: 'text',
|
|
560
|
-
name: '
|
|
561
|
-
message: '
|
|
560
|
+
name: 'extendTokenExpires',
|
|
561
|
+
message: 'extendTokenExpires',
|
|
562
562
|
required: false,
|
|
563
563
|
skipPrompt: true,
|
|
564
564
|
},
|
|
565
565
|
{
|
|
566
566
|
type: 'text',
|
|
567
|
-
name: '
|
|
568
|
-
message: '
|
|
567
|
+
name: 'forgotPasswordFunction',
|
|
568
|
+
message: 'forgotPasswordFunction',
|
|
569
569
|
required: false,
|
|
570
570
|
skipPrompt: true,
|
|
571
571
|
},
|
|
572
572
|
{
|
|
573
573
|
type: 'text',
|
|
574
|
-
name: '
|
|
575
|
-
message: '
|
|
574
|
+
name: 'privateApiName',
|
|
575
|
+
message: 'privateApiName',
|
|
576
576
|
required: false,
|
|
577
577
|
skipPrompt: true,
|
|
578
578
|
},
|
|
579
579
|
{
|
|
580
580
|
type: 'text',
|
|
581
|
-
name: '
|
|
582
|
-
message: '
|
|
581
|
+
name: 'requestCrossOriginTokenFunction',
|
|
582
|
+
message: 'requestCrossOriginTokenFunction',
|
|
583
583
|
required: false,
|
|
584
584
|
skipPrompt: true,
|
|
585
585
|
},
|
|
586
586
|
{
|
|
587
587
|
type: 'text',
|
|
588
|
-
name: '
|
|
589
|
-
message: '
|
|
588
|
+
name: 'resetPasswordFunction',
|
|
589
|
+
message: 'resetPasswordFunction',
|
|
590
590
|
required: false,
|
|
591
591
|
skipPrompt: true,
|
|
592
592
|
},
|
|
593
593
|
{
|
|
594
594
|
type: 'text',
|
|
595
|
-
name: '
|
|
596
|
-
message: '
|
|
595
|
+
name: 'schemaId',
|
|
596
|
+
message: 'schemaId',
|
|
597
597
|
required: false,
|
|
598
598
|
skipPrompt: true,
|
|
599
599
|
},
|
|
600
600
|
{
|
|
601
601
|
type: 'text',
|
|
602
|
-
name: '
|
|
603
|
-
message: '
|
|
602
|
+
name: 'secretsTableId',
|
|
603
|
+
message: 'secretsTableId',
|
|
604
604
|
required: false,
|
|
605
605
|
skipPrompt: true,
|
|
606
606
|
},
|
|
607
607
|
{
|
|
608
608
|
type: 'text',
|
|
609
|
-
name: '
|
|
610
|
-
message: '
|
|
609
|
+
name: 'sendAccountDeletionEmailFunction',
|
|
610
|
+
message: 'sendAccountDeletionEmailFunction',
|
|
611
611
|
required: false,
|
|
612
612
|
skipPrompt: true,
|
|
613
613
|
},
|
|
@@ -620,71 +620,71 @@ async function handleUpdate(argv, prompter) {
|
|
|
620
620
|
},
|
|
621
621
|
{
|
|
622
622
|
type: 'text',
|
|
623
|
-
name: '
|
|
624
|
-
message: '
|
|
623
|
+
name: 'sessionCredentialsTableId',
|
|
624
|
+
message: 'sessionCredentialsTableId',
|
|
625
625
|
required: false,
|
|
626
626
|
skipPrompt: true,
|
|
627
627
|
},
|
|
628
628
|
{
|
|
629
629
|
type: 'text',
|
|
630
|
-
name: '
|
|
631
|
-
message: '
|
|
630
|
+
name: 'sessionsTableId',
|
|
631
|
+
message: 'sessionsTableId',
|
|
632
632
|
required: false,
|
|
633
633
|
skipPrompt: true,
|
|
634
634
|
},
|
|
635
635
|
{
|
|
636
636
|
type: 'text',
|
|
637
|
-
name: '
|
|
638
|
-
message: '
|
|
637
|
+
name: 'setPasswordFunction',
|
|
638
|
+
message: 'setPasswordFunction',
|
|
639
639
|
required: false,
|
|
640
640
|
skipPrompt: true,
|
|
641
641
|
},
|
|
642
642
|
{
|
|
643
643
|
type: 'text',
|
|
644
|
-
name: '
|
|
645
|
-
message: '
|
|
644
|
+
name: 'signInCrossOriginFunction',
|
|
645
|
+
message: 'signInCrossOriginFunction',
|
|
646
646
|
required: false,
|
|
647
647
|
skipPrompt: true,
|
|
648
648
|
},
|
|
649
649
|
{
|
|
650
650
|
type: 'text',
|
|
651
|
-
name: '
|
|
652
|
-
message: '
|
|
651
|
+
name: 'signInFunction',
|
|
652
|
+
message: 'signInFunction',
|
|
653
653
|
required: false,
|
|
654
654
|
skipPrompt: true,
|
|
655
655
|
},
|
|
656
656
|
{
|
|
657
657
|
type: 'text',
|
|
658
|
-
name: '
|
|
659
|
-
message: '
|
|
658
|
+
name: 'signOutFunction',
|
|
659
|
+
message: 'signOutFunction',
|
|
660
660
|
required: false,
|
|
661
661
|
skipPrompt: true,
|
|
662
662
|
},
|
|
663
663
|
{
|
|
664
664
|
type: 'text',
|
|
665
|
-
name: '
|
|
666
|
-
message: '
|
|
665
|
+
name: 'signUpFunction',
|
|
666
|
+
message: 'signUpFunction',
|
|
667
667
|
required: false,
|
|
668
668
|
skipPrompt: true,
|
|
669
669
|
},
|
|
670
670
|
{
|
|
671
671
|
type: 'text',
|
|
672
|
-
name: '
|
|
673
|
-
message: '
|
|
672
|
+
name: 'usersTableId',
|
|
673
|
+
message: 'usersTableId',
|
|
674
674
|
required: false,
|
|
675
675
|
skipPrompt: true,
|
|
676
676
|
},
|
|
677
677
|
{
|
|
678
678
|
type: 'text',
|
|
679
|
-
name: '
|
|
680
|
-
message: '
|
|
679
|
+
name: 'verifyEmailFunction',
|
|
680
|
+
message: 'verifyEmailFunction',
|
|
681
681
|
required: false,
|
|
682
682
|
skipPrompt: true,
|
|
683
683
|
},
|
|
684
684
|
{
|
|
685
685
|
type: 'text',
|
|
686
|
-
name: '
|
|
687
|
-
message: '
|
|
686
|
+
name: 'verifyPasswordFunction',
|
|
687
|
+
message: 'verifyPasswordFunction',
|
|
688
688
|
required: false,
|
|
689
689
|
skipPrompt: true,
|
|
690
690
|
},
|
|
@@ -698,63 +698,63 @@ async function handleUpdate(argv, prompter) {
|
|
|
698
698
|
id: answers.id,
|
|
699
699
|
},
|
|
700
700
|
data: {
|
|
701
|
+
apiName: cleanedData.apiName,
|
|
702
|
+
auditsTableId: cleanedData.auditsTableId,
|
|
703
|
+
auditsTableName: cleanedData.auditsTableName,
|
|
704
|
+
checkPasswordFunction: cleanedData.checkPasswordFunction,
|
|
701
705
|
databaseId: cleanedData.databaseId,
|
|
702
|
-
|
|
706
|
+
deleteAccountFunction: cleanedData.deleteAccountFunction,
|
|
703
707
|
emailsTableId: cleanedData.emailsTableId,
|
|
704
|
-
usersTableId: cleanedData.usersTableId,
|
|
705
|
-
secretsTableId: cleanedData.secretsTableId,
|
|
706
708
|
encryptedTableId: cleanedData.encryptedTableId,
|
|
707
|
-
|
|
709
|
+
extendTokenExpires: cleanedData.extendTokenExpires,
|
|
710
|
+
forgotPasswordFunction: cleanedData.forgotPasswordFunction,
|
|
711
|
+
privateApiName: cleanedData.privateApiName,
|
|
712
|
+
requestCrossOriginTokenFunction: cleanedData.requestCrossOriginTokenFunction,
|
|
713
|
+
resetPasswordFunction: cleanedData.resetPasswordFunction,
|
|
714
|
+
schemaId: cleanedData.schemaId,
|
|
715
|
+
secretsTableId: cleanedData.secretsTableId,
|
|
716
|
+
sendAccountDeletionEmailFunction: cleanedData.sendAccountDeletionEmailFunction,
|
|
717
|
+
sendVerificationEmailFunction: cleanedData.sendVerificationEmailFunction,
|
|
708
718
|
sessionCredentialsTableId: cleanedData.sessionCredentialsTableId,
|
|
709
|
-
|
|
710
|
-
|
|
719
|
+
sessionsTableId: cleanedData.sessionsTableId,
|
|
720
|
+
setPasswordFunction: cleanedData.setPasswordFunction,
|
|
721
|
+
signInCrossOriginFunction: cleanedData.signInCrossOriginFunction,
|
|
711
722
|
signInFunction: cleanedData.signInFunction,
|
|
712
|
-
signUpFunction: cleanedData.signUpFunction,
|
|
713
723
|
signOutFunction: cleanedData.signOutFunction,
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
forgotPasswordFunction: cleanedData.forgotPasswordFunction,
|
|
717
|
-
sendVerificationEmailFunction: cleanedData.sendVerificationEmailFunction,
|
|
724
|
+
signUpFunction: cleanedData.signUpFunction,
|
|
725
|
+
usersTableId: cleanedData.usersTableId,
|
|
718
726
|
verifyEmailFunction: cleanedData.verifyEmailFunction,
|
|
719
727
|
verifyPasswordFunction: cleanedData.verifyPasswordFunction,
|
|
720
|
-
checkPasswordFunction: cleanedData.checkPasswordFunction,
|
|
721
|
-
sendAccountDeletionEmailFunction: cleanedData.sendAccountDeletionEmailFunction,
|
|
722
|
-
deleteAccountFunction: cleanedData.deleteAccountFunction,
|
|
723
|
-
signInCrossOriginFunction: cleanedData.signInCrossOriginFunction,
|
|
724
|
-
requestCrossOriginTokenFunction: cleanedData.requestCrossOriginTokenFunction,
|
|
725
|
-
extendTokenExpires: cleanedData.extendTokenExpires,
|
|
726
|
-
apiName: cleanedData.apiName,
|
|
727
|
-
privateApiName: cleanedData.privateApiName,
|
|
728
728
|
},
|
|
729
729
|
select: {
|
|
730
|
-
|
|
730
|
+
apiName: true,
|
|
731
|
+
auditsTableId: true,
|
|
732
|
+
auditsTableName: true,
|
|
733
|
+
checkPasswordFunction: true,
|
|
731
734
|
databaseId: true,
|
|
732
|
-
|
|
735
|
+
deleteAccountFunction: true,
|
|
733
736
|
emailsTableId: true,
|
|
734
|
-
usersTableId: true,
|
|
735
|
-
secretsTableId: true,
|
|
736
737
|
encryptedTableId: true,
|
|
737
|
-
|
|
738
|
+
extendTokenExpires: true,
|
|
739
|
+
forgotPasswordFunction: true,
|
|
740
|
+
id: true,
|
|
741
|
+
privateApiName: true,
|
|
742
|
+
requestCrossOriginTokenFunction: true,
|
|
743
|
+
resetPasswordFunction: true,
|
|
744
|
+
schemaId: true,
|
|
745
|
+
secretsTableId: true,
|
|
746
|
+
sendAccountDeletionEmailFunction: true,
|
|
747
|
+
sendVerificationEmailFunction: true,
|
|
738
748
|
sessionCredentialsTableId: true,
|
|
739
|
-
|
|
740
|
-
|
|
749
|
+
sessionsTableId: true,
|
|
750
|
+
setPasswordFunction: true,
|
|
751
|
+
signInCrossOriginFunction: true,
|
|
741
752
|
signInFunction: true,
|
|
742
|
-
signUpFunction: true,
|
|
743
753
|
signOutFunction: true,
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
forgotPasswordFunction: true,
|
|
747
|
-
sendVerificationEmailFunction: true,
|
|
754
|
+
signUpFunction: true,
|
|
755
|
+
usersTableId: true,
|
|
748
756
|
verifyEmailFunction: true,
|
|
749
757
|
verifyPasswordFunction: true,
|
|
750
|
-
checkPasswordFunction: true,
|
|
751
|
-
sendAccountDeletionEmailFunction: true,
|
|
752
|
-
deleteAccountFunction: true,
|
|
753
|
-
signInCrossOriginFunction: true,
|
|
754
|
-
requestCrossOriginTokenFunction: true,
|
|
755
|
-
extendTokenExpires: true,
|
|
756
|
-
apiName: true,
|
|
757
|
-
privateApiName: true,
|
|
758
758
|
},
|
|
759
759
|
})
|
|
760
760
|
.execute();
|