@constructive-sdk/cli 0.30.3 → 0.31.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-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
|
@@ -7,28 +7,28 @@ import { extractFirst } from 'inquirerer';
|
|
|
7
7
|
import { getClient } from '../executor';
|
|
8
8
|
import { coerceAnswers, parseFindFirstArgs, parseFindManyArgs, stripUndefined } from '../utils';
|
|
9
9
|
const fieldSchema = {
|
|
10
|
-
id: 'uuid',
|
|
11
|
-
databaseId: 'uuid',
|
|
12
|
-
tableId: 'uuid',
|
|
13
|
-
name: 'string',
|
|
14
|
-
label: 'string',
|
|
15
|
-
description: 'string',
|
|
16
|
-
smartTags: 'json',
|
|
17
|
-
isRequired: 'boolean',
|
|
18
10
|
apiRequired: 'boolean',
|
|
11
|
+
category: 'string',
|
|
12
|
+
chk: 'json',
|
|
13
|
+
chkExpr: 'json',
|
|
14
|
+
createdAt: 'string',
|
|
15
|
+
databaseId: 'uuid',
|
|
19
16
|
defaultValue: 'json',
|
|
17
|
+
description: 'string',
|
|
18
|
+
fieldOrder: 'int',
|
|
20
19
|
generationExpression: 'json',
|
|
21
20
|
generationType: 'string',
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
chk: 'json',
|
|
26
|
-
chkExpr: 'json',
|
|
27
|
-
min: 'float',
|
|
21
|
+
id: 'uuid',
|
|
22
|
+
isRequired: 'boolean',
|
|
23
|
+
label: 'string',
|
|
28
24
|
max: 'float',
|
|
25
|
+
min: 'float',
|
|
26
|
+
name: 'string',
|
|
27
|
+
regexp: 'string',
|
|
28
|
+
smartTags: 'json',
|
|
29
|
+
tableId: 'uuid',
|
|
29
30
|
tags: 'string',
|
|
30
|
-
|
|
31
|
-
createdAt: 'string',
|
|
31
|
+
type: 'json',
|
|
32
32
|
updatedAt: 'string',
|
|
33
33
|
};
|
|
34
34
|
const usage = '\nfield <command>\n\nCommands:\n list List field records\n find-first Find first matching field record\n get Get a field by ID\n create Create a new field\n update Update an existing field\n delete Delete a field\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';
|
|
@@ -73,28 +73,28 @@ async function handleTableSubcommand(subcommand, argv, prompter) {
|
|
|
73
73
|
async function handleList(argv, _prompter) {
|
|
74
74
|
try {
|
|
75
75
|
const defaultSelect = {
|
|
76
|
-
id: true,
|
|
77
|
-
databaseId: true,
|
|
78
|
-
tableId: true,
|
|
79
|
-
name: true,
|
|
80
|
-
label: true,
|
|
81
|
-
description: true,
|
|
82
|
-
smartTags: true,
|
|
83
|
-
isRequired: true,
|
|
84
76
|
apiRequired: true,
|
|
77
|
+
category: true,
|
|
78
|
+
chk: true,
|
|
79
|
+
chkExpr: true,
|
|
80
|
+
createdAt: true,
|
|
81
|
+
databaseId: true,
|
|
85
82
|
defaultValue: true,
|
|
83
|
+
description: true,
|
|
84
|
+
fieldOrder: true,
|
|
86
85
|
generationExpression: true,
|
|
87
86
|
generationType: true,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
chk: true,
|
|
92
|
-
chkExpr: true,
|
|
93
|
-
min: true,
|
|
87
|
+
id: true,
|
|
88
|
+
isRequired: true,
|
|
89
|
+
label: true,
|
|
94
90
|
max: true,
|
|
91
|
+
min: true,
|
|
92
|
+
name: true,
|
|
93
|
+
regexp: true,
|
|
94
|
+
smartTags: true,
|
|
95
|
+
tableId: true,
|
|
95
96
|
tags: true,
|
|
96
|
-
|
|
97
|
-
createdAt: true,
|
|
97
|
+
type: true,
|
|
98
98
|
updatedAt: true,
|
|
99
99
|
};
|
|
100
100
|
const findManyArgs = parseFindManyArgs(argv, defaultSelect);
|
|
@@ -113,28 +113,28 @@ async function handleList(argv, _prompter) {
|
|
|
113
113
|
async function handleFindFirst(argv, _prompter) {
|
|
114
114
|
try {
|
|
115
115
|
const defaultSelect = {
|
|
116
|
-
id: true,
|
|
117
|
-
databaseId: true,
|
|
118
|
-
tableId: true,
|
|
119
|
-
name: true,
|
|
120
|
-
label: true,
|
|
121
|
-
description: true,
|
|
122
|
-
smartTags: true,
|
|
123
|
-
isRequired: true,
|
|
124
116
|
apiRequired: true,
|
|
117
|
+
category: true,
|
|
118
|
+
chk: true,
|
|
119
|
+
chkExpr: true,
|
|
120
|
+
createdAt: true,
|
|
121
|
+
databaseId: true,
|
|
125
122
|
defaultValue: true,
|
|
123
|
+
description: true,
|
|
124
|
+
fieldOrder: true,
|
|
126
125
|
generationExpression: true,
|
|
127
126
|
generationType: true,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
chk: true,
|
|
132
|
-
chkExpr: true,
|
|
133
|
-
min: true,
|
|
127
|
+
id: true,
|
|
128
|
+
isRequired: true,
|
|
129
|
+
label: true,
|
|
134
130
|
max: true,
|
|
131
|
+
min: true,
|
|
132
|
+
name: true,
|
|
133
|
+
regexp: true,
|
|
134
|
+
smartTags: true,
|
|
135
|
+
tableId: true,
|
|
135
136
|
tags: true,
|
|
136
|
-
|
|
137
|
-
createdAt: true,
|
|
137
|
+
type: true,
|
|
138
138
|
updatedAt: true,
|
|
139
139
|
};
|
|
140
140
|
const findFirstArgs = parseFindFirstArgs(argv, defaultSelect);
|
|
@@ -165,28 +165,28 @@ async function handleGet(argv, prompter) {
|
|
|
165
165
|
.findOne({
|
|
166
166
|
id: answers.id,
|
|
167
167
|
select: {
|
|
168
|
-
id: true,
|
|
169
|
-
databaseId: true,
|
|
170
|
-
tableId: true,
|
|
171
|
-
name: true,
|
|
172
|
-
label: true,
|
|
173
|
-
description: true,
|
|
174
|
-
smartTags: true,
|
|
175
|
-
isRequired: true,
|
|
176
168
|
apiRequired: true,
|
|
169
|
+
category: true,
|
|
170
|
+
chk: true,
|
|
171
|
+
chkExpr: true,
|
|
172
|
+
createdAt: true,
|
|
173
|
+
databaseId: true,
|
|
177
174
|
defaultValue: true,
|
|
175
|
+
description: true,
|
|
176
|
+
fieldOrder: true,
|
|
178
177
|
generationExpression: true,
|
|
179
178
|
generationType: true,
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
chk: true,
|
|
184
|
-
chkExpr: true,
|
|
185
|
-
min: true,
|
|
179
|
+
id: true,
|
|
180
|
+
isRequired: true,
|
|
181
|
+
label: true,
|
|
186
182
|
max: true,
|
|
183
|
+
min: true,
|
|
184
|
+
name: true,
|
|
185
|
+
regexp: true,
|
|
186
|
+
smartTags: true,
|
|
187
|
+
tableId: true,
|
|
187
188
|
tags: true,
|
|
188
|
-
|
|
189
|
-
createdAt: true,
|
|
189
|
+
type: true,
|
|
190
190
|
updatedAt: true,
|
|
191
191
|
},
|
|
192
192
|
})
|
|
@@ -205,63 +205,58 @@ async function handleCreate(argv, prompter) {
|
|
|
205
205
|
try {
|
|
206
206
|
const rawAnswers = await prompter.prompt(argv, [
|
|
207
207
|
{
|
|
208
|
-
type: '
|
|
209
|
-
name: '
|
|
210
|
-
message: '
|
|
208
|
+
type: 'boolean',
|
|
209
|
+
name: 'apiRequired',
|
|
210
|
+
message: 'apiRequired',
|
|
211
211
|
required: false,
|
|
212
212
|
skipPrompt: true,
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
type: 'text',
|
|
216
|
-
name: '
|
|
217
|
-
message: '
|
|
218
|
-
required:
|
|
219
|
-
|
|
220
|
-
{
|
|
221
|
-
type: 'text',
|
|
222
|
-
name: 'name',
|
|
223
|
-
message: 'name',
|
|
224
|
-
required: true,
|
|
216
|
+
name: 'category',
|
|
217
|
+
message: 'category',
|
|
218
|
+
required: false,
|
|
219
|
+
skipPrompt: true,
|
|
225
220
|
},
|
|
226
221
|
{
|
|
227
|
-
type: '
|
|
228
|
-
name: '
|
|
229
|
-
message: '
|
|
222
|
+
type: 'json',
|
|
223
|
+
name: 'chk',
|
|
224
|
+
message: 'chk',
|
|
230
225
|
required: false,
|
|
231
226
|
skipPrompt: true,
|
|
232
227
|
},
|
|
233
228
|
{
|
|
234
|
-
type: '
|
|
235
|
-
name: '
|
|
236
|
-
message: '
|
|
229
|
+
type: 'json',
|
|
230
|
+
name: 'chkExpr',
|
|
231
|
+
message: 'chkExpr',
|
|
237
232
|
required: false,
|
|
238
233
|
skipPrompt: true,
|
|
239
234
|
},
|
|
240
235
|
{
|
|
241
|
-
type: '
|
|
242
|
-
name: '
|
|
243
|
-
message: '
|
|
236
|
+
type: 'text',
|
|
237
|
+
name: 'databaseId',
|
|
238
|
+
message: 'databaseId',
|
|
244
239
|
required: false,
|
|
245
240
|
skipPrompt: true,
|
|
246
241
|
},
|
|
247
242
|
{
|
|
248
|
-
type: '
|
|
249
|
-
name: '
|
|
250
|
-
message: '
|
|
243
|
+
type: 'json',
|
|
244
|
+
name: 'defaultValue',
|
|
245
|
+
message: 'defaultValue',
|
|
251
246
|
required: false,
|
|
252
247
|
skipPrompt: true,
|
|
253
248
|
},
|
|
254
249
|
{
|
|
255
|
-
type: '
|
|
256
|
-
name: '
|
|
257
|
-
message: '
|
|
250
|
+
type: 'text',
|
|
251
|
+
name: 'description',
|
|
252
|
+
message: 'description',
|
|
258
253
|
required: false,
|
|
259
254
|
skipPrompt: true,
|
|
260
255
|
},
|
|
261
256
|
{
|
|
262
|
-
type: '
|
|
263
|
-
name: '
|
|
264
|
-
message: '
|
|
257
|
+
type: 'text',
|
|
258
|
+
name: 'fieldOrder',
|
|
259
|
+
message: 'fieldOrder',
|
|
265
260
|
required: false,
|
|
266
261
|
skipPrompt: true,
|
|
267
262
|
},
|
|
@@ -280,53 +275,59 @@ async function handleCreate(argv, prompter) {
|
|
|
280
275
|
skipPrompt: true,
|
|
281
276
|
},
|
|
282
277
|
{
|
|
283
|
-
type: '
|
|
284
|
-
name: '
|
|
285
|
-
message: '
|
|
286
|
-
required:
|
|
278
|
+
type: 'boolean',
|
|
279
|
+
name: 'isRequired',
|
|
280
|
+
message: 'isRequired',
|
|
281
|
+
required: false,
|
|
282
|
+
skipPrompt: true,
|
|
287
283
|
},
|
|
288
284
|
{
|
|
289
285
|
type: 'text',
|
|
290
|
-
name: '
|
|
291
|
-
message: '
|
|
286
|
+
name: 'label',
|
|
287
|
+
message: 'label',
|
|
292
288
|
required: false,
|
|
293
289
|
skipPrompt: true,
|
|
294
290
|
},
|
|
295
291
|
{
|
|
296
292
|
type: 'text',
|
|
297
|
-
name: '
|
|
298
|
-
message: '
|
|
293
|
+
name: 'max',
|
|
294
|
+
message: 'max',
|
|
299
295
|
required: false,
|
|
300
296
|
skipPrompt: true,
|
|
301
297
|
},
|
|
302
298
|
{
|
|
303
|
-
type: '
|
|
304
|
-
name: '
|
|
305
|
-
message: '
|
|
299
|
+
type: 'text',
|
|
300
|
+
name: 'min',
|
|
301
|
+
message: 'min',
|
|
306
302
|
required: false,
|
|
307
303
|
skipPrompt: true,
|
|
308
304
|
},
|
|
309
305
|
{
|
|
310
|
-
type: '
|
|
311
|
-
name: '
|
|
312
|
-
message: '
|
|
313
|
-
required:
|
|
314
|
-
skipPrompt: true,
|
|
306
|
+
type: 'text',
|
|
307
|
+
name: 'name',
|
|
308
|
+
message: 'name',
|
|
309
|
+
required: true,
|
|
315
310
|
},
|
|
316
311
|
{
|
|
317
312
|
type: 'text',
|
|
318
|
-
name: '
|
|
319
|
-
message: '
|
|
313
|
+
name: 'regexp',
|
|
314
|
+
message: 'regexp',
|
|
320
315
|
required: false,
|
|
321
316
|
skipPrompt: true,
|
|
322
317
|
},
|
|
323
318
|
{
|
|
324
|
-
type: '
|
|
325
|
-
name: '
|
|
326
|
-
message: '
|
|
319
|
+
type: 'json',
|
|
320
|
+
name: 'smartTags',
|
|
321
|
+
message: 'smartTags',
|
|
327
322
|
required: false,
|
|
328
323
|
skipPrompt: true,
|
|
329
324
|
},
|
|
325
|
+
{
|
|
326
|
+
type: 'text',
|
|
327
|
+
name: 'tableId',
|
|
328
|
+
message: 'tableId',
|
|
329
|
+
required: true,
|
|
330
|
+
},
|
|
330
331
|
{
|
|
331
332
|
type: 'text',
|
|
332
333
|
name: 'tags',
|
|
@@ -335,11 +336,10 @@ async function handleCreate(argv, prompter) {
|
|
|
335
336
|
skipPrompt: true,
|
|
336
337
|
},
|
|
337
338
|
{
|
|
338
|
-
type: '
|
|
339
|
-
name: '
|
|
340
|
-
message: '
|
|
341
|
-
required:
|
|
342
|
-
skipPrompt: true,
|
|
339
|
+
type: 'json',
|
|
340
|
+
name: 'type',
|
|
341
|
+
message: 'type',
|
|
342
|
+
required: true,
|
|
343
343
|
},
|
|
344
344
|
]);
|
|
345
345
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -348,50 +348,50 @@ async function handleCreate(argv, prompter) {
|
|
|
348
348
|
const result = await client.field
|
|
349
349
|
.create({
|
|
350
350
|
data: {
|
|
351
|
-
databaseId: cleanedData.databaseId,
|
|
352
|
-
tableId: cleanedData.tableId,
|
|
353
|
-
name: cleanedData.name,
|
|
354
|
-
label: cleanedData.label,
|
|
355
|
-
description: cleanedData.description,
|
|
356
|
-
smartTags: cleanedData.smartTags,
|
|
357
|
-
isRequired: cleanedData.isRequired,
|
|
358
351
|
apiRequired: cleanedData.apiRequired,
|
|
352
|
+
category: cleanedData.category,
|
|
353
|
+
chk: cleanedData.chk,
|
|
354
|
+
chkExpr: cleanedData.chkExpr,
|
|
355
|
+
databaseId: cleanedData.databaseId,
|
|
359
356
|
defaultValue: cleanedData.defaultValue,
|
|
357
|
+
description: cleanedData.description,
|
|
358
|
+
fieldOrder: cleanedData.fieldOrder,
|
|
360
359
|
generationExpression: cleanedData.generationExpression,
|
|
361
360
|
generationType: cleanedData.generationType,
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
regexp: cleanedData.regexp,
|
|
365
|
-
chk: cleanedData.chk,
|
|
366
|
-
chkExpr: cleanedData.chkExpr,
|
|
367
|
-
min: cleanedData.min,
|
|
361
|
+
isRequired: cleanedData.isRequired,
|
|
362
|
+
label: cleanedData.label,
|
|
368
363
|
max: cleanedData.max,
|
|
364
|
+
min: cleanedData.min,
|
|
365
|
+
name: cleanedData.name,
|
|
366
|
+
regexp: cleanedData.regexp,
|
|
367
|
+
smartTags: cleanedData.smartTags,
|
|
368
|
+
tableId: cleanedData.tableId,
|
|
369
369
|
tags: cleanedData.tags,
|
|
370
|
-
|
|
370
|
+
type: cleanedData.type,
|
|
371
371
|
},
|
|
372
372
|
select: {
|
|
373
|
-
id: true,
|
|
374
|
-
databaseId: true,
|
|
375
|
-
tableId: true,
|
|
376
|
-
name: true,
|
|
377
|
-
label: true,
|
|
378
|
-
description: true,
|
|
379
|
-
smartTags: true,
|
|
380
|
-
isRequired: true,
|
|
381
373
|
apiRequired: true,
|
|
374
|
+
category: true,
|
|
375
|
+
chk: true,
|
|
376
|
+
chkExpr: true,
|
|
377
|
+
createdAt: true,
|
|
378
|
+
databaseId: true,
|
|
382
379
|
defaultValue: true,
|
|
380
|
+
description: true,
|
|
381
|
+
fieldOrder: true,
|
|
383
382
|
generationExpression: true,
|
|
384
383
|
generationType: true,
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
chk: true,
|
|
389
|
-
chkExpr: true,
|
|
390
|
-
min: true,
|
|
384
|
+
id: true,
|
|
385
|
+
isRequired: true,
|
|
386
|
+
label: true,
|
|
391
387
|
max: true,
|
|
388
|
+
min: true,
|
|
389
|
+
name: true,
|
|
390
|
+
regexp: true,
|
|
391
|
+
smartTags: true,
|
|
392
|
+
tableId: true,
|
|
392
393
|
tags: true,
|
|
393
|
-
|
|
394
|
-
createdAt: true,
|
|
394
|
+
type: true,
|
|
395
395
|
updatedAt: true,
|
|
396
396
|
},
|
|
397
397
|
})
|
|
@@ -416,63 +416,58 @@ async function handleUpdate(argv, prompter) {
|
|
|
416
416
|
required: true,
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
|
-
type: '
|
|
420
|
-
name: '
|
|
421
|
-
message: '
|
|
419
|
+
type: 'boolean',
|
|
420
|
+
name: 'apiRequired',
|
|
421
|
+
message: 'apiRequired',
|
|
422
422
|
required: false,
|
|
423
423
|
skipPrompt: true,
|
|
424
424
|
},
|
|
425
425
|
{
|
|
426
426
|
type: 'text',
|
|
427
|
-
name: '
|
|
428
|
-
message: '
|
|
427
|
+
name: 'category',
|
|
428
|
+
message: 'category',
|
|
429
429
|
required: false,
|
|
430
|
+
skipPrompt: true,
|
|
430
431
|
},
|
|
431
432
|
{
|
|
432
|
-
type: '
|
|
433
|
-
name: '
|
|
434
|
-
message: '
|
|
433
|
+
type: 'json',
|
|
434
|
+
name: 'chk',
|
|
435
|
+
message: 'chk',
|
|
435
436
|
required: false,
|
|
437
|
+
skipPrompt: true,
|
|
436
438
|
},
|
|
437
439
|
{
|
|
438
|
-
type: '
|
|
439
|
-
name: '
|
|
440
|
-
message: '
|
|
440
|
+
type: 'json',
|
|
441
|
+
name: 'chkExpr',
|
|
442
|
+
message: 'chkExpr',
|
|
441
443
|
required: false,
|
|
442
444
|
skipPrompt: true,
|
|
443
445
|
},
|
|
444
446
|
{
|
|
445
447
|
type: 'text',
|
|
446
|
-
name: '
|
|
447
|
-
message: '
|
|
448
|
+
name: 'databaseId',
|
|
449
|
+
message: 'databaseId',
|
|
448
450
|
required: false,
|
|
449
451
|
skipPrompt: true,
|
|
450
452
|
},
|
|
451
453
|
{
|
|
452
454
|
type: 'json',
|
|
453
|
-
name: '
|
|
454
|
-
message: '
|
|
455
|
-
required: false,
|
|
456
|
-
skipPrompt: true,
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
type: 'boolean',
|
|
460
|
-
name: 'isRequired',
|
|
461
|
-
message: 'isRequired',
|
|
455
|
+
name: 'defaultValue',
|
|
456
|
+
message: 'defaultValue',
|
|
462
457
|
required: false,
|
|
463
458
|
skipPrompt: true,
|
|
464
459
|
},
|
|
465
460
|
{
|
|
466
|
-
type: '
|
|
467
|
-
name: '
|
|
468
|
-
message: '
|
|
461
|
+
type: 'text',
|
|
462
|
+
name: 'description',
|
|
463
|
+
message: 'description',
|
|
469
464
|
required: false,
|
|
470
465
|
skipPrompt: true,
|
|
471
466
|
},
|
|
472
467
|
{
|
|
473
|
-
type: '
|
|
474
|
-
name: '
|
|
475
|
-
message: '
|
|
468
|
+
type: 'text',
|
|
469
|
+
name: 'fieldOrder',
|
|
470
|
+
message: 'fieldOrder',
|
|
476
471
|
required: false,
|
|
477
472
|
skipPrompt: true,
|
|
478
473
|
},
|
|
@@ -491,53 +486,59 @@ async function handleUpdate(argv, prompter) {
|
|
|
491
486
|
skipPrompt: true,
|
|
492
487
|
},
|
|
493
488
|
{
|
|
494
|
-
type: '
|
|
495
|
-
name: '
|
|
496
|
-
message: '
|
|
489
|
+
type: 'boolean',
|
|
490
|
+
name: 'isRequired',
|
|
491
|
+
message: 'isRequired',
|
|
497
492
|
required: false,
|
|
493
|
+
skipPrompt: true,
|
|
498
494
|
},
|
|
499
495
|
{
|
|
500
496
|
type: 'text',
|
|
501
|
-
name: '
|
|
502
|
-
message: '
|
|
497
|
+
name: 'label',
|
|
498
|
+
message: 'label',
|
|
503
499
|
required: false,
|
|
504
500
|
skipPrompt: true,
|
|
505
501
|
},
|
|
506
502
|
{
|
|
507
503
|
type: 'text',
|
|
508
|
-
name: '
|
|
509
|
-
message: '
|
|
504
|
+
name: 'max',
|
|
505
|
+
message: 'max',
|
|
510
506
|
required: false,
|
|
511
507
|
skipPrompt: true,
|
|
512
508
|
},
|
|
513
509
|
{
|
|
514
|
-
type: '
|
|
515
|
-
name: '
|
|
516
|
-
message: '
|
|
510
|
+
type: 'text',
|
|
511
|
+
name: 'min',
|
|
512
|
+
message: 'min',
|
|
517
513
|
required: false,
|
|
518
514
|
skipPrompt: true,
|
|
519
515
|
},
|
|
520
516
|
{
|
|
521
|
-
type: '
|
|
522
|
-
name: '
|
|
523
|
-
message: '
|
|
517
|
+
type: 'text',
|
|
518
|
+
name: 'name',
|
|
519
|
+
message: 'name',
|
|
524
520
|
required: false,
|
|
525
|
-
skipPrompt: true,
|
|
526
521
|
},
|
|
527
522
|
{
|
|
528
523
|
type: 'text',
|
|
529
|
-
name: '
|
|
530
|
-
message: '
|
|
524
|
+
name: 'regexp',
|
|
525
|
+
message: 'regexp',
|
|
531
526
|
required: false,
|
|
532
527
|
skipPrompt: true,
|
|
533
528
|
},
|
|
534
529
|
{
|
|
535
|
-
type: '
|
|
536
|
-
name: '
|
|
537
|
-
message: '
|
|
530
|
+
type: 'json',
|
|
531
|
+
name: 'smartTags',
|
|
532
|
+
message: 'smartTags',
|
|
538
533
|
required: false,
|
|
539
534
|
skipPrompt: true,
|
|
540
535
|
},
|
|
536
|
+
{
|
|
537
|
+
type: 'text',
|
|
538
|
+
name: 'tableId',
|
|
539
|
+
message: 'tableId',
|
|
540
|
+
required: false,
|
|
541
|
+
},
|
|
541
542
|
{
|
|
542
543
|
type: 'text',
|
|
543
544
|
name: 'tags',
|
|
@@ -546,11 +547,10 @@ async function handleUpdate(argv, prompter) {
|
|
|
546
547
|
skipPrompt: true,
|
|
547
548
|
},
|
|
548
549
|
{
|
|
549
|
-
type: '
|
|
550
|
-
name: '
|
|
551
|
-
message: '
|
|
550
|
+
type: 'json',
|
|
551
|
+
name: 'type',
|
|
552
|
+
message: 'type',
|
|
552
553
|
required: false,
|
|
553
|
-
skipPrompt: true,
|
|
554
554
|
},
|
|
555
555
|
]);
|
|
556
556
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -562,50 +562,50 @@ async function handleUpdate(argv, prompter) {
|
|
|
562
562
|
id: answers.id,
|
|
563
563
|
},
|
|
564
564
|
data: {
|
|
565
|
-
databaseId: cleanedData.databaseId,
|
|
566
|
-
tableId: cleanedData.tableId,
|
|
567
|
-
name: cleanedData.name,
|
|
568
|
-
label: cleanedData.label,
|
|
569
|
-
description: cleanedData.description,
|
|
570
|
-
smartTags: cleanedData.smartTags,
|
|
571
|
-
isRequired: cleanedData.isRequired,
|
|
572
565
|
apiRequired: cleanedData.apiRequired,
|
|
566
|
+
category: cleanedData.category,
|
|
567
|
+
chk: cleanedData.chk,
|
|
568
|
+
chkExpr: cleanedData.chkExpr,
|
|
569
|
+
databaseId: cleanedData.databaseId,
|
|
573
570
|
defaultValue: cleanedData.defaultValue,
|
|
571
|
+
description: cleanedData.description,
|
|
572
|
+
fieldOrder: cleanedData.fieldOrder,
|
|
574
573
|
generationExpression: cleanedData.generationExpression,
|
|
575
574
|
generationType: cleanedData.generationType,
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
regexp: cleanedData.regexp,
|
|
579
|
-
chk: cleanedData.chk,
|
|
580
|
-
chkExpr: cleanedData.chkExpr,
|
|
581
|
-
min: cleanedData.min,
|
|
575
|
+
isRequired: cleanedData.isRequired,
|
|
576
|
+
label: cleanedData.label,
|
|
582
577
|
max: cleanedData.max,
|
|
578
|
+
min: cleanedData.min,
|
|
579
|
+
name: cleanedData.name,
|
|
580
|
+
regexp: cleanedData.regexp,
|
|
581
|
+
smartTags: cleanedData.smartTags,
|
|
582
|
+
tableId: cleanedData.tableId,
|
|
583
583
|
tags: cleanedData.tags,
|
|
584
|
-
|
|
584
|
+
type: cleanedData.type,
|
|
585
585
|
},
|
|
586
586
|
select: {
|
|
587
|
-
id: true,
|
|
588
|
-
databaseId: true,
|
|
589
|
-
tableId: true,
|
|
590
|
-
name: true,
|
|
591
|
-
label: true,
|
|
592
|
-
description: true,
|
|
593
|
-
smartTags: true,
|
|
594
|
-
isRequired: true,
|
|
595
587
|
apiRequired: true,
|
|
588
|
+
category: true,
|
|
589
|
+
chk: true,
|
|
590
|
+
chkExpr: true,
|
|
591
|
+
createdAt: true,
|
|
592
|
+
databaseId: true,
|
|
596
593
|
defaultValue: true,
|
|
594
|
+
description: true,
|
|
595
|
+
fieldOrder: true,
|
|
597
596
|
generationExpression: true,
|
|
598
597
|
generationType: true,
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
chk: true,
|
|
603
|
-
chkExpr: true,
|
|
604
|
-
min: true,
|
|
598
|
+
id: true,
|
|
599
|
+
isRequired: true,
|
|
600
|
+
label: true,
|
|
605
601
|
max: true,
|
|
602
|
+
min: true,
|
|
603
|
+
name: true,
|
|
604
|
+
regexp: true,
|
|
605
|
+
smartTags: true,
|
|
606
|
+
tableId: true,
|
|
606
607
|
tags: true,
|
|
607
|
-
|
|
608
|
-
createdAt: true,
|
|
608
|
+
type: true,
|
|
609
609
|
updatedAt: true,
|
|
610
610
|
},
|
|
611
611
|
})
|