@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
package/admin/cli/commands.js
CHANGED
|
@@ -12,95 +12,95 @@ exports.commands = void 0;
|
|
|
12
12
|
const inquirerer_1 = require("inquirerer");
|
|
13
13
|
const context_1 = __importDefault(require("./commands/context"));
|
|
14
14
|
const auth_1 = __importDefault(require("./commands/auth"));
|
|
15
|
-
const
|
|
16
|
-
const
|
|
15
|
+
const app_admin_grant_1 = __importDefault(require("./commands/app-admin-grant"));
|
|
16
|
+
const app_claimed_invite_1 = __importDefault(require("./commands/app-claimed-invite"));
|
|
17
|
+
const app_grant_1 = __importDefault(require("./commands/app-grant"));
|
|
18
|
+
const app_invite_1 = __importDefault(require("./commands/app-invite"));
|
|
19
|
+
const app_membership_1 = __importDefault(require("./commands/app-membership"));
|
|
20
|
+
const app_membership_default_1 = __importDefault(require("./commands/app-membership-default"));
|
|
21
|
+
const app_owner_grant_1 = __importDefault(require("./commands/app-owner-grant"));
|
|
17
22
|
const app_permission_1 = __importDefault(require("./commands/app-permission"));
|
|
18
|
-
const app_permission_default_grant_1 = __importDefault(require("./commands/app-permission-default-grant"));
|
|
19
|
-
const org_permission_1 = __importDefault(require("./commands/org-permission"));
|
|
20
|
-
const org_permission_default_permission_1 = __importDefault(require("./commands/org-permission-default-permission"));
|
|
21
|
-
const org_permission_default_grant_1 = __importDefault(require("./commands/org-permission-default-grant"));
|
|
22
|
-
const org_member_1 = __importDefault(require("./commands/org-member"));
|
|
23
23
|
const app_permission_default_1 = __importDefault(require("./commands/app-permission-default"));
|
|
24
|
-
const
|
|
24
|
+
const app_permission_default_grant_1 = __importDefault(require("./commands/app-permission-default-grant"));
|
|
25
25
|
const app_permission_default_permission_1 = __importDefault(require("./commands/app-permission-default-permission"));
|
|
26
|
-
const
|
|
27
|
-
const app_owner_grant_1 = __importDefault(require("./commands/app-owner-grant"));
|
|
26
|
+
const membership_type_1 = __importDefault(require("./commands/membership-type"));
|
|
28
27
|
const org_admin_grant_1 = __importDefault(require("./commands/org-admin-grant"));
|
|
29
|
-
const
|
|
28
|
+
const org_chart_edge_1 = __importDefault(require("./commands/org-chart-edge"));
|
|
30
29
|
const org_chart_edge_grant_1 = __importDefault(require("./commands/org-chart-edge-grant"));
|
|
31
|
-
const app_claimed_invite_1 = __importDefault(require("./commands/app-claimed-invite"));
|
|
32
|
-
const membership_type_1 = __importDefault(require("./commands/membership-type"));
|
|
33
|
-
const app_grant_1 = __importDefault(require("./commands/app-grant"));
|
|
34
|
-
const app_membership_default_1 = __importDefault(require("./commands/app-membership-default"));
|
|
35
|
-
const org_membership_default_1 = __importDefault(require("./commands/org-membership-default"));
|
|
36
30
|
const org_claimed_invite_1 = __importDefault(require("./commands/org-claimed-invite"));
|
|
31
|
+
const org_get_managers_record_1 = __importDefault(require("./commands/org-get-managers-record"));
|
|
32
|
+
const org_get_subordinates_record_1 = __importDefault(require("./commands/org-get-subordinates-record"));
|
|
37
33
|
const org_grant_1 = __importDefault(require("./commands/org-grant"));
|
|
38
|
-
const org_chart_edge_1 = __importDefault(require("./commands/org-chart-edge"));
|
|
39
|
-
const org_membership_setting_1 = __importDefault(require("./commands/org-membership-setting"));
|
|
40
|
-
const app_membership_1 = __importDefault(require("./commands/app-membership"));
|
|
41
|
-
const org_membership_1 = __importDefault(require("./commands/org-membership"));
|
|
42
|
-
const org_member_profile_1 = __importDefault(require("./commands/org-member-profile"));
|
|
43
|
-
const app_invite_1 = __importDefault(require("./commands/app-invite"));
|
|
44
34
|
const org_invite_1 = __importDefault(require("./commands/org-invite"));
|
|
35
|
+
const org_member_1 = __importDefault(require("./commands/org-member"));
|
|
36
|
+
const org_member_profile_1 = __importDefault(require("./commands/org-member-profile"));
|
|
37
|
+
const org_membership_1 = __importDefault(require("./commands/org-membership"));
|
|
38
|
+
const org_membership_default_1 = __importDefault(require("./commands/org-membership-default"));
|
|
39
|
+
const org_membership_setting_1 = __importDefault(require("./commands/org-membership-setting"));
|
|
40
|
+
const org_owner_grant_1 = __importDefault(require("./commands/org-owner-grant"));
|
|
41
|
+
const org_permission_1 = __importDefault(require("./commands/org-permission"));
|
|
42
|
+
const org_permission_default_1 = __importDefault(require("./commands/org-permission-default"));
|
|
43
|
+
const org_permission_default_grant_1 = __importDefault(require("./commands/org-permission-default-grant"));
|
|
44
|
+
const org_permission_default_permission_1 = __importDefault(require("./commands/org-permission-default-permission"));
|
|
45
|
+
const app_permissions_get_by_mask_1 = __importDefault(require("./commands/app-permissions-get-by-mask"));
|
|
46
|
+
const app_permissions_get_mask_1 = __importDefault(require("./commands/app-permissions-get-mask"));
|
|
47
|
+
const app_permissions_get_mask_by_names_1 = __importDefault(require("./commands/app-permissions-get-mask-by-names"));
|
|
45
48
|
const app_permissions_get_padded_mask_1 = __importDefault(require("./commands/app-permissions-get-padded-mask"));
|
|
46
|
-
const org_permissions_get_padded_mask_1 = __importDefault(require("./commands/org-permissions-get-padded-mask"));
|
|
47
49
|
const org_is_manager_of_1 = __importDefault(require("./commands/org-is-manager-of"));
|
|
48
|
-
const
|
|
50
|
+
const org_permissions_get_by_mask_1 = __importDefault(require("./commands/org-permissions-get-by-mask"));
|
|
49
51
|
const org_permissions_get_mask_1 = __importDefault(require("./commands/org-permissions-get-mask"));
|
|
50
|
-
const app_permissions_get_mask_by_names_1 = __importDefault(require("./commands/app-permissions-get-mask-by-names"));
|
|
51
52
|
const org_permissions_get_mask_by_names_1 = __importDefault(require("./commands/org-permissions-get-mask-by-names"));
|
|
52
|
-
const
|
|
53
|
-
const
|
|
53
|
+
const org_permissions_get_padded_mask_1 = __importDefault(require("./commands/org-permissions-get-padded-mask"));
|
|
54
|
+
const provision_bucket_1 = __importDefault(require("./commands/provision-bucket"));
|
|
54
55
|
const submit_app_invite_code_1 = __importDefault(require("./commands/submit-app-invite-code"));
|
|
55
56
|
const submit_org_invite_code_1 = __importDefault(require("./commands/submit-org-invite-code"));
|
|
56
|
-
const provision_bucket_1 = __importDefault(require("./commands/provision-bucket"));
|
|
57
57
|
const createCommandMap = () => ({
|
|
58
58
|
context: context_1.default,
|
|
59
59
|
auth: auth_1.default,
|
|
60
|
-
'
|
|
61
|
-
'
|
|
60
|
+
'app-admin-grant': app_admin_grant_1.default,
|
|
61
|
+
'app-claimed-invite': app_claimed_invite_1.default,
|
|
62
|
+
'app-grant': app_grant_1.default,
|
|
63
|
+
'app-invite': app_invite_1.default,
|
|
64
|
+
'app-membership': app_membership_1.default,
|
|
65
|
+
'app-membership-default': app_membership_default_1.default,
|
|
66
|
+
'app-owner-grant': app_owner_grant_1.default,
|
|
62
67
|
'app-permission': app_permission_1.default,
|
|
63
|
-
'app-permission-default-grant': app_permission_default_grant_1.default,
|
|
64
|
-
'org-permission': org_permission_1.default,
|
|
65
|
-
'org-permission-default-permission': org_permission_default_permission_1.default,
|
|
66
|
-
'org-permission-default-grant': org_permission_default_grant_1.default,
|
|
67
|
-
'org-member': org_member_1.default,
|
|
68
68
|
'app-permission-default': app_permission_default_1.default,
|
|
69
|
-
'
|
|
69
|
+
'app-permission-default-grant': app_permission_default_grant_1.default,
|
|
70
70
|
'app-permission-default-permission': app_permission_default_permission_1.default,
|
|
71
|
-
'
|
|
72
|
-
'app-owner-grant': app_owner_grant_1.default,
|
|
71
|
+
'membership-type': membership_type_1.default,
|
|
73
72
|
'org-admin-grant': org_admin_grant_1.default,
|
|
74
|
-
'org-
|
|
73
|
+
'org-chart-edge': org_chart_edge_1.default,
|
|
75
74
|
'org-chart-edge-grant': org_chart_edge_grant_1.default,
|
|
76
|
-
'app-claimed-invite': app_claimed_invite_1.default,
|
|
77
|
-
'membership-type': membership_type_1.default,
|
|
78
|
-
'app-grant': app_grant_1.default,
|
|
79
|
-
'app-membership-default': app_membership_default_1.default,
|
|
80
|
-
'org-membership-default': org_membership_default_1.default,
|
|
81
75
|
'org-claimed-invite': org_claimed_invite_1.default,
|
|
76
|
+
'org-get-managers-record': org_get_managers_record_1.default,
|
|
77
|
+
'org-get-subordinates-record': org_get_subordinates_record_1.default,
|
|
82
78
|
'org-grant': org_grant_1.default,
|
|
83
|
-
'org-chart-edge': org_chart_edge_1.default,
|
|
84
|
-
'org-membership-setting': org_membership_setting_1.default,
|
|
85
|
-
'app-membership': app_membership_1.default,
|
|
86
|
-
'org-membership': org_membership_1.default,
|
|
87
|
-
'org-member-profile': org_member_profile_1.default,
|
|
88
|
-
'app-invite': app_invite_1.default,
|
|
89
79
|
'org-invite': org_invite_1.default,
|
|
80
|
+
'org-member': org_member_1.default,
|
|
81
|
+
'org-member-profile': org_member_profile_1.default,
|
|
82
|
+
'org-membership': org_membership_1.default,
|
|
83
|
+
'org-membership-default': org_membership_default_1.default,
|
|
84
|
+
'org-membership-setting': org_membership_setting_1.default,
|
|
85
|
+
'org-owner-grant': org_owner_grant_1.default,
|
|
86
|
+
'org-permission': org_permission_1.default,
|
|
87
|
+
'org-permission-default': org_permission_default_1.default,
|
|
88
|
+
'org-permission-default-grant': org_permission_default_grant_1.default,
|
|
89
|
+
'org-permission-default-permission': org_permission_default_permission_1.default,
|
|
90
|
+
'app-permissions-get-by-mask': app_permissions_get_by_mask_1.default,
|
|
91
|
+
'app-permissions-get-mask': app_permissions_get_mask_1.default,
|
|
92
|
+
'app-permissions-get-mask-by-names': app_permissions_get_mask_by_names_1.default,
|
|
90
93
|
'app-permissions-get-padded-mask': app_permissions_get_padded_mask_1.default,
|
|
91
|
-
'org-permissions-get-padded-mask': org_permissions_get_padded_mask_1.default,
|
|
92
94
|
'org-is-manager-of': org_is_manager_of_1.default,
|
|
93
|
-
'
|
|
95
|
+
'org-permissions-get-by-mask': org_permissions_get_by_mask_1.default,
|
|
94
96
|
'org-permissions-get-mask': org_permissions_get_mask_1.default,
|
|
95
|
-
'app-permissions-get-mask-by-names': app_permissions_get_mask_by_names_1.default,
|
|
96
97
|
'org-permissions-get-mask-by-names': org_permissions_get_mask_by_names_1.default,
|
|
97
|
-
'
|
|
98
|
-
'
|
|
98
|
+
'org-permissions-get-padded-mask': org_permissions_get_padded_mask_1.default,
|
|
99
|
+
'provision-bucket': provision_bucket_1.default,
|
|
99
100
|
'submit-app-invite-code': submit_app_invite_code_1.default,
|
|
100
101
|
'submit-org-invite-code': submit_org_invite_code_1.default,
|
|
101
|
-
'provision-bucket': provision_bucket_1.default,
|
|
102
102
|
});
|
|
103
|
-
const usage = '\ncsdk <command>\n\nCommands:\n context Manage API contexts\n auth Manage authentication\n
|
|
103
|
+
const usage = '\ncsdk <command>\n\nCommands:\n context Manage API contexts\n auth Manage authentication\n app-admin-grant appAdminGrant CRUD operations\n app-claimed-invite appClaimedInvite CRUD operations\n app-grant appGrant CRUD operations\n app-invite appInvite CRUD operations\n app-membership appMembership CRUD operations\n app-membership-default appMembershipDefault CRUD operations\n app-owner-grant appOwnerGrant CRUD operations\n app-permission appPermission CRUD operations\n app-permission-default appPermissionDefault CRUD operations\n app-permission-default-grant appPermissionDefaultGrant CRUD operations\n app-permission-default-permission appPermissionDefaultPermission CRUD operations\n membership-type membershipType CRUD operations\n org-admin-grant orgAdminGrant CRUD operations\n org-chart-edge orgChartEdge CRUD operations\n org-chart-edge-grant orgChartEdgeGrant CRUD operations\n org-claimed-invite orgClaimedInvite CRUD operations\n org-get-managers-record orgGetManagersRecord CRUD operations\n org-get-subordinates-record orgGetSubordinatesRecord CRUD operations\n org-grant orgGrant CRUD operations\n org-invite orgInvite CRUD operations\n org-member orgMember CRUD operations\n org-member-profile orgMemberProfile CRUD operations\n org-membership orgMembership CRUD operations\n org-membership-default orgMembershipDefault CRUD operations\n org-membership-setting orgMembershipSetting CRUD operations\n org-owner-grant orgOwnerGrant CRUD operations\n org-permission orgPermission CRUD operations\n org-permission-default orgPermissionDefault CRUD operations\n org-permission-default-grant orgPermissionDefaultGrant CRUD operations\n org-permission-default-permission orgPermissionDefaultPermission CRUD operations\n app-permissions-get-by-mask Reads and enables pagination through a set of `AppPermission`.\n app-permissions-get-mask appPermissionsGetMask\n app-permissions-get-mask-by-names appPermissionsGetMaskByNames\n app-permissions-get-padded-mask appPermissionsGetPaddedMask\n org-is-manager-of orgIsManagerOf\n org-permissions-get-by-mask Reads and enables pagination through a set of `OrgPermission`.\n org-permissions-get-mask orgPermissionsGetMask\n org-permissions-get-mask-by-names orgPermissionsGetMaskByNames\n org-permissions-get-padded-mask orgPermissionsGetPaddedMask\n provision-bucket Provision an S3 bucket for a logical bucket in the database.\nReads the bucket config via RLS, then creates and configures\nthe S3 bucket with the appropriate privacy policies, CORS rules,\nand lifecycle settings.\n submit-app-invite-code submitAppInviteCode\n submit-org-invite-code submitOrgInviteCode\n\n --help, -h Show this help message\n --version, -v Show version\n';
|
|
104
104
|
const commands = async (argv, prompter, options) => {
|
|
105
105
|
if (argv.help || argv.h) {
|
|
106
106
|
console.log(usage);
|
package/admin/cli/executor.d.ts
CHANGED
|
@@ -1,83 +1,88 @@
|
|
|
1
1
|
export declare const getStore: () => import("appstash").ConfigStore;
|
|
2
2
|
export declare function getClient(contextName?: string): {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
appAdminGrant: import("../orm").AppAdminGrantModel;
|
|
4
|
+
appClaimedInvite: import("../orm").AppClaimedInviteModel;
|
|
5
|
+
appGrant: import("../orm").AppGrantModel;
|
|
6
|
+
appInvite: import("../orm").AppInviteModel;
|
|
7
|
+
appMembership: import("../orm").AppMembershipModel;
|
|
8
|
+
appMembershipDefault: import("../orm").AppMembershipDefaultModel;
|
|
9
|
+
appOwnerGrant: import("../orm").AppOwnerGrantModel;
|
|
5
10
|
appPermission: import("../orm").AppPermissionModel;
|
|
6
|
-
appPermissionDefaultGrant: import("../orm").AppPermissionDefaultGrantModel;
|
|
7
|
-
orgPermission: import("../orm").OrgPermissionModel;
|
|
8
|
-
orgPermissionDefaultPermission: import("../orm").OrgPermissionDefaultPermissionModel;
|
|
9
|
-
orgPermissionDefaultGrant: import("../orm").OrgPermissionDefaultGrantModel;
|
|
10
|
-
orgMember: import("../orm").OrgMemberModel;
|
|
11
11
|
appPermissionDefault: import("../orm").AppPermissionDefaultModel;
|
|
12
|
-
|
|
12
|
+
appPermissionDefaultGrant: import("../orm").AppPermissionDefaultGrantModel;
|
|
13
13
|
appPermissionDefaultPermission: import("../orm").AppPermissionDefaultPermissionModel;
|
|
14
|
-
|
|
15
|
-
appOwnerGrant: import("../orm").AppOwnerGrantModel;
|
|
14
|
+
membershipType: import("../orm").MembershipTypeModel;
|
|
16
15
|
orgAdminGrant: import("../orm").OrgAdminGrantModel;
|
|
17
|
-
|
|
16
|
+
orgChartEdge: import("../orm").OrgChartEdgeModel;
|
|
18
17
|
orgChartEdgeGrant: import("../orm").OrgChartEdgeGrantModel;
|
|
19
|
-
appClaimedInvite: import("../orm").AppClaimedInviteModel;
|
|
20
|
-
membershipType: import("../orm").MembershipTypeModel;
|
|
21
|
-
appGrant: import("../orm").AppGrantModel;
|
|
22
|
-
appMembershipDefault: import("../orm").AppMembershipDefaultModel;
|
|
23
|
-
orgMembershipDefault: import("../orm").OrgMembershipDefaultModel;
|
|
24
18
|
orgClaimedInvite: import("../orm").OrgClaimedInviteModel;
|
|
19
|
+
orgGetManagersRecord: import("../orm").OrgGetManagersRecordModel;
|
|
20
|
+
orgGetSubordinatesRecord: import("../orm").OrgGetSubordinatesRecordModel;
|
|
25
21
|
orgGrant: import("../orm").OrgGrantModel;
|
|
26
|
-
orgChartEdge: import("../orm").OrgChartEdgeModel;
|
|
27
|
-
orgMembershipSetting: import("../orm").OrgMembershipSettingModel;
|
|
28
|
-
appMembership: import("../orm").AppMembershipModel;
|
|
29
|
-
orgMembership: import("../orm").OrgMembershipModel;
|
|
30
|
-
orgMemberProfile: import("../orm").OrgMemberProfileModel;
|
|
31
|
-
appInvite: import("../orm").AppInviteModel;
|
|
32
22
|
orgInvite: import("../orm").OrgInviteModel;
|
|
23
|
+
orgMember: import("../orm").OrgMemberModel;
|
|
24
|
+
orgMemberProfile: import("../orm").OrgMemberProfileModel;
|
|
25
|
+
orgMembership: import("../orm").OrgMembershipModel;
|
|
26
|
+
orgMembershipDefault: import("../orm").OrgMembershipDefaultModel;
|
|
27
|
+
orgMembershipSetting: import("../orm").OrgMembershipSettingModel;
|
|
28
|
+
orgOwnerGrant: import("../orm").OrgOwnerGrantModel;
|
|
29
|
+
orgPermission: import("../orm").OrgPermissionModel;
|
|
30
|
+
orgPermissionDefault: import("../orm").OrgPermissionDefaultModel;
|
|
31
|
+
orgPermissionDefaultGrant: import("../orm").OrgPermissionDefaultGrantModel;
|
|
32
|
+
orgPermissionDefaultPermission: import("../orm").OrgPermissionDefaultPermissionModel;
|
|
33
33
|
query: {
|
|
34
|
-
|
|
34
|
+
appPermissionsGetByMask: (args: import("../orm/query").AppPermissionsGetByMaskVariables, options?: {
|
|
35
35
|
select?: Record<string, unknown>;
|
|
36
36
|
}) => import("../orm").QueryBuilder<{
|
|
37
|
-
|
|
37
|
+
appPermissionsGetByMask: import("../orm/input-types").AppPermissionConnection | null;
|
|
38
38
|
}>;
|
|
39
|
-
|
|
39
|
+
appPermissionsGetMask: (args: import("../orm/query").AppPermissionsGetMaskVariables, options?: {
|
|
40
40
|
select?: Record<string, unknown>;
|
|
41
41
|
}) => import("../orm").QueryBuilder<{
|
|
42
|
-
|
|
42
|
+
appPermissionsGetMask: string | null;
|
|
43
43
|
}>;
|
|
44
|
-
|
|
44
|
+
appPermissionsGetMaskByNames: (args: import("../orm/query").AppPermissionsGetMaskByNamesVariables, options?: {
|
|
45
45
|
select?: Record<string, unknown>;
|
|
46
46
|
}) => import("../orm").QueryBuilder<{
|
|
47
|
-
|
|
47
|
+
appPermissionsGetMaskByNames: string | null;
|
|
48
48
|
}>;
|
|
49
|
-
|
|
49
|
+
appPermissionsGetPaddedMask: (args: import("../orm/query").AppPermissionsGetPaddedMaskVariables, options?: {
|
|
50
50
|
select?: Record<string, unknown>;
|
|
51
51
|
}) => import("../orm").QueryBuilder<{
|
|
52
|
-
|
|
52
|
+
appPermissionsGetPaddedMask: string | null;
|
|
53
53
|
}>;
|
|
54
|
-
|
|
54
|
+
orgIsManagerOf: (args: import("../orm/query").OrgIsManagerOfVariables, options?: {
|
|
55
55
|
select?: Record<string, unknown>;
|
|
56
56
|
}) => import("../orm").QueryBuilder<{
|
|
57
|
-
|
|
57
|
+
orgIsManagerOf: boolean | null;
|
|
58
58
|
}>;
|
|
59
|
-
|
|
59
|
+
orgPermissionsGetByMask: (args: import("../orm/query").OrgPermissionsGetByMaskVariables, options?: {
|
|
60
60
|
select?: Record<string, unknown>;
|
|
61
61
|
}) => import("../orm").QueryBuilder<{
|
|
62
|
-
|
|
62
|
+
orgPermissionsGetByMask: import("../orm/input-types").OrgPermissionConnection | null;
|
|
63
63
|
}>;
|
|
64
|
-
|
|
64
|
+
orgPermissionsGetMask: (args: import("../orm/query").OrgPermissionsGetMaskVariables, options?: {
|
|
65
65
|
select?: Record<string, unknown>;
|
|
66
66
|
}) => import("../orm").QueryBuilder<{
|
|
67
|
-
|
|
67
|
+
orgPermissionsGetMask: string | null;
|
|
68
68
|
}>;
|
|
69
|
-
|
|
69
|
+
orgPermissionsGetMaskByNames: (args: import("../orm/query").OrgPermissionsGetMaskByNamesVariables, options?: {
|
|
70
70
|
select?: Record<string, unknown>;
|
|
71
71
|
}) => import("../orm").QueryBuilder<{
|
|
72
|
-
|
|
72
|
+
orgPermissionsGetMaskByNames: string | null;
|
|
73
73
|
}>;
|
|
74
|
-
|
|
74
|
+
orgPermissionsGetPaddedMask: (args: import("../orm/query").OrgPermissionsGetPaddedMaskVariables, options?: {
|
|
75
75
|
select?: Record<string, unknown>;
|
|
76
76
|
}) => import("../orm").QueryBuilder<{
|
|
77
|
-
|
|
77
|
+
orgPermissionsGetPaddedMask: string | null;
|
|
78
78
|
}>;
|
|
79
79
|
};
|
|
80
80
|
mutation: {
|
|
81
|
+
provisionBucket: <S extends import("../orm/input-types").ProvisionBucketPayloadSelect>(args: import("../orm/mutation").ProvisionBucketVariables, options: {
|
|
82
|
+
select: S;
|
|
83
|
+
} & import("../orm").StrictSelect<S, import("../orm/input-types").ProvisionBucketPayloadSelect>) => import("../orm").QueryBuilder<{
|
|
84
|
+
provisionBucket: import("../orm").InferSelectResult<import("../orm/input-types").ProvisionBucketPayload, S> | null;
|
|
85
|
+
}>;
|
|
81
86
|
submitAppInviteCode: <S extends import("../orm/input-types").SubmitAppInviteCodePayloadSelect>(args: import("../orm/mutation").SubmitAppInviteCodeVariables, options: {
|
|
82
87
|
select: S;
|
|
83
88
|
} & import("../orm").StrictSelect<S, import("../orm/input-types").SubmitAppInviteCodePayloadSelect>) => import("../orm").QueryBuilder<{
|
|
@@ -88,10 +93,5 @@ export declare function getClient(contextName?: string): {
|
|
|
88
93
|
} & import("../orm").StrictSelect<S, import("../orm/input-types").SubmitOrgInviteCodePayloadSelect>) => import("../orm").QueryBuilder<{
|
|
89
94
|
submitOrgInviteCode: import("../orm").InferSelectResult<import("../orm/input-types").SubmitOrgInviteCodePayload, S> | null;
|
|
90
95
|
}>;
|
|
91
|
-
provisionBucket: <S extends import("../orm/input-types").ProvisionBucketPayloadSelect>(args: import("../orm/mutation").ProvisionBucketVariables, options: {
|
|
92
|
-
select: S;
|
|
93
|
-
} & import("../orm").StrictSelect<S, import("../orm/input-types").ProvisionBucketPayloadSelect>) => import("../orm").QueryBuilder<{
|
|
94
|
-
provisionBucket: import("../orm").InferSelectResult<import("../orm/input-types").ProvisionBucketPayload, S> | null;
|
|
95
|
-
}>;
|
|
96
96
|
};
|
|
97
97
|
};
|
package/admin/orm/index.d.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import type { OrmClientConfig } from './client';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { AppAdminGrantModel } from './models/appAdminGrant';
|
|
3
|
+
import { AppClaimedInviteModel } from './models/appClaimedInvite';
|
|
4
|
+
import { AppGrantModel } from './models/appGrant';
|
|
5
|
+
import { AppInviteModel } from './models/appInvite';
|
|
6
|
+
import { AppMembershipModel } from './models/appMembership';
|
|
7
|
+
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
8
|
+
import { AppOwnerGrantModel } from './models/appOwnerGrant';
|
|
4
9
|
import { AppPermissionModel } from './models/appPermission';
|
|
5
|
-
import { AppPermissionDefaultGrantModel } from './models/appPermissionDefaultGrant';
|
|
6
|
-
import { OrgPermissionModel } from './models/orgPermission';
|
|
7
|
-
import { OrgPermissionDefaultPermissionModel } from './models/orgPermissionDefaultPermission';
|
|
8
|
-
import { OrgPermissionDefaultGrantModel } from './models/orgPermissionDefaultGrant';
|
|
9
|
-
import { OrgMemberModel } from './models/orgMember';
|
|
10
10
|
import { AppPermissionDefaultModel } from './models/appPermissionDefault';
|
|
11
|
-
import {
|
|
11
|
+
import { AppPermissionDefaultGrantModel } from './models/appPermissionDefaultGrant';
|
|
12
12
|
import { AppPermissionDefaultPermissionModel } from './models/appPermissionDefaultPermission';
|
|
13
|
-
import {
|
|
14
|
-
import { AppOwnerGrantModel } from './models/appOwnerGrant';
|
|
13
|
+
import { MembershipTypeModel } from './models/membershipType';
|
|
15
14
|
import { OrgAdminGrantModel } from './models/orgAdminGrant';
|
|
16
|
-
import {
|
|
15
|
+
import { OrgChartEdgeModel } from './models/orgChartEdge';
|
|
17
16
|
import { OrgChartEdgeGrantModel } from './models/orgChartEdgeGrant';
|
|
18
|
-
import { AppClaimedInviteModel } from './models/appClaimedInvite';
|
|
19
|
-
import { MembershipTypeModel } from './models/membershipType';
|
|
20
|
-
import { AppGrantModel } from './models/appGrant';
|
|
21
|
-
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
22
|
-
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
23
17
|
import { OrgClaimedInviteModel } from './models/orgClaimedInvite';
|
|
18
|
+
import { OrgGetManagersRecordModel } from './models/orgGetManagersRecord';
|
|
19
|
+
import { OrgGetSubordinatesRecordModel } from './models/orgGetSubordinatesRecord';
|
|
24
20
|
import { OrgGrantModel } from './models/orgGrant';
|
|
25
|
-
import { OrgChartEdgeModel } from './models/orgChartEdge';
|
|
26
|
-
import { OrgMembershipSettingModel } from './models/orgMembershipSetting';
|
|
27
|
-
import { AppMembershipModel } from './models/appMembership';
|
|
28
|
-
import { OrgMembershipModel } from './models/orgMembership';
|
|
29
|
-
import { OrgMemberProfileModel } from './models/orgMemberProfile';
|
|
30
|
-
import { AppInviteModel } from './models/appInvite';
|
|
31
21
|
import { OrgInviteModel } from './models/orgInvite';
|
|
22
|
+
import { OrgMemberModel } from './models/orgMember';
|
|
23
|
+
import { OrgMemberProfileModel } from './models/orgMemberProfile';
|
|
24
|
+
import { OrgMembershipModel } from './models/orgMembership';
|
|
25
|
+
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
26
|
+
import { OrgMembershipSettingModel } from './models/orgMembershipSetting';
|
|
27
|
+
import { OrgOwnerGrantModel } from './models/orgOwnerGrant';
|
|
28
|
+
import { OrgPermissionModel } from './models/orgPermission';
|
|
29
|
+
import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
|
|
30
|
+
import { OrgPermissionDefaultGrantModel } from './models/orgPermissionDefaultGrant';
|
|
31
|
+
import { OrgPermissionDefaultPermissionModel } from './models/orgPermissionDefaultPermission';
|
|
32
32
|
export type { OrmClientConfig, QueryResult, GraphQLError, GraphQLAdapter } from './client';
|
|
33
33
|
export { GraphQLRequestError, FetchAdapter } from './client';
|
|
34
34
|
export { QueryBuilder } from './query-builder';
|
|
@@ -60,84 +60,89 @@ export { createMutationOperations } from './mutation';
|
|
|
60
60
|
* ```
|
|
61
61
|
*/
|
|
62
62
|
export declare function createClient(config: OrmClientConfig): {
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
appAdminGrant: AppAdminGrantModel;
|
|
64
|
+
appClaimedInvite: AppClaimedInviteModel;
|
|
65
|
+
appGrant: AppGrantModel;
|
|
66
|
+
appInvite: AppInviteModel;
|
|
67
|
+
appMembership: AppMembershipModel;
|
|
68
|
+
appMembershipDefault: AppMembershipDefaultModel;
|
|
69
|
+
appOwnerGrant: AppOwnerGrantModel;
|
|
65
70
|
appPermission: AppPermissionModel;
|
|
66
|
-
appPermissionDefaultGrant: AppPermissionDefaultGrantModel;
|
|
67
|
-
orgPermission: OrgPermissionModel;
|
|
68
|
-
orgPermissionDefaultPermission: OrgPermissionDefaultPermissionModel;
|
|
69
|
-
orgPermissionDefaultGrant: OrgPermissionDefaultGrantModel;
|
|
70
|
-
orgMember: OrgMemberModel;
|
|
71
71
|
appPermissionDefault: AppPermissionDefaultModel;
|
|
72
|
-
|
|
72
|
+
appPermissionDefaultGrant: AppPermissionDefaultGrantModel;
|
|
73
73
|
appPermissionDefaultPermission: AppPermissionDefaultPermissionModel;
|
|
74
|
-
|
|
75
|
-
appOwnerGrant: AppOwnerGrantModel;
|
|
74
|
+
membershipType: MembershipTypeModel;
|
|
76
75
|
orgAdminGrant: OrgAdminGrantModel;
|
|
77
|
-
|
|
76
|
+
orgChartEdge: OrgChartEdgeModel;
|
|
78
77
|
orgChartEdgeGrant: OrgChartEdgeGrantModel;
|
|
79
|
-
appClaimedInvite: AppClaimedInviteModel;
|
|
80
|
-
membershipType: MembershipTypeModel;
|
|
81
|
-
appGrant: AppGrantModel;
|
|
82
|
-
appMembershipDefault: AppMembershipDefaultModel;
|
|
83
|
-
orgMembershipDefault: OrgMembershipDefaultModel;
|
|
84
78
|
orgClaimedInvite: OrgClaimedInviteModel;
|
|
79
|
+
orgGetManagersRecord: OrgGetManagersRecordModel;
|
|
80
|
+
orgGetSubordinatesRecord: OrgGetSubordinatesRecordModel;
|
|
85
81
|
orgGrant: OrgGrantModel;
|
|
86
|
-
orgChartEdge: OrgChartEdgeModel;
|
|
87
|
-
orgMembershipSetting: OrgMembershipSettingModel;
|
|
88
|
-
appMembership: AppMembershipModel;
|
|
89
|
-
orgMembership: OrgMembershipModel;
|
|
90
|
-
orgMemberProfile: OrgMemberProfileModel;
|
|
91
|
-
appInvite: AppInviteModel;
|
|
92
82
|
orgInvite: OrgInviteModel;
|
|
83
|
+
orgMember: OrgMemberModel;
|
|
84
|
+
orgMemberProfile: OrgMemberProfileModel;
|
|
85
|
+
orgMembership: OrgMembershipModel;
|
|
86
|
+
orgMembershipDefault: OrgMembershipDefaultModel;
|
|
87
|
+
orgMembershipSetting: OrgMembershipSettingModel;
|
|
88
|
+
orgOwnerGrant: OrgOwnerGrantModel;
|
|
89
|
+
orgPermission: OrgPermissionModel;
|
|
90
|
+
orgPermissionDefault: OrgPermissionDefaultModel;
|
|
91
|
+
orgPermissionDefaultGrant: OrgPermissionDefaultGrantModel;
|
|
92
|
+
orgPermissionDefaultPermission: OrgPermissionDefaultPermissionModel;
|
|
93
93
|
query: {
|
|
94
|
-
|
|
94
|
+
appPermissionsGetByMask: (args: import("./query").AppPermissionsGetByMaskVariables, options?: {
|
|
95
95
|
select?: Record<string, unknown>;
|
|
96
96
|
}) => import("./query-builder").QueryBuilder<{
|
|
97
|
-
|
|
97
|
+
appPermissionsGetByMask: import("./input-types").AppPermissionConnection | null;
|
|
98
98
|
}>;
|
|
99
|
-
|
|
99
|
+
appPermissionsGetMask: (args: import("./query").AppPermissionsGetMaskVariables, options?: {
|
|
100
100
|
select?: Record<string, unknown>;
|
|
101
101
|
}) => import("./query-builder").QueryBuilder<{
|
|
102
|
-
|
|
102
|
+
appPermissionsGetMask: string | null;
|
|
103
103
|
}>;
|
|
104
|
-
|
|
104
|
+
appPermissionsGetMaskByNames: (args: import("./query").AppPermissionsGetMaskByNamesVariables, options?: {
|
|
105
105
|
select?: Record<string, unknown>;
|
|
106
106
|
}) => import("./query-builder").QueryBuilder<{
|
|
107
|
-
|
|
107
|
+
appPermissionsGetMaskByNames: string | null;
|
|
108
108
|
}>;
|
|
109
|
-
|
|
109
|
+
appPermissionsGetPaddedMask: (args: import("./query").AppPermissionsGetPaddedMaskVariables, options?: {
|
|
110
110
|
select?: Record<string, unknown>;
|
|
111
111
|
}) => import("./query-builder").QueryBuilder<{
|
|
112
|
-
|
|
112
|
+
appPermissionsGetPaddedMask: string | null;
|
|
113
113
|
}>;
|
|
114
|
-
|
|
114
|
+
orgIsManagerOf: (args: import("./query").OrgIsManagerOfVariables, options?: {
|
|
115
115
|
select?: Record<string, unknown>;
|
|
116
116
|
}) => import("./query-builder").QueryBuilder<{
|
|
117
|
-
|
|
117
|
+
orgIsManagerOf: boolean | null;
|
|
118
118
|
}>;
|
|
119
|
-
|
|
119
|
+
orgPermissionsGetByMask: (args: import("./query").OrgPermissionsGetByMaskVariables, options?: {
|
|
120
120
|
select?: Record<string, unknown>;
|
|
121
121
|
}) => import("./query-builder").QueryBuilder<{
|
|
122
|
-
|
|
122
|
+
orgPermissionsGetByMask: import("./input-types").OrgPermissionConnection | null;
|
|
123
123
|
}>;
|
|
124
|
-
|
|
124
|
+
orgPermissionsGetMask: (args: import("./query").OrgPermissionsGetMaskVariables, options?: {
|
|
125
125
|
select?: Record<string, unknown>;
|
|
126
126
|
}) => import("./query-builder").QueryBuilder<{
|
|
127
|
-
|
|
127
|
+
orgPermissionsGetMask: string | null;
|
|
128
128
|
}>;
|
|
129
|
-
|
|
129
|
+
orgPermissionsGetMaskByNames: (args: import("./query").OrgPermissionsGetMaskByNamesVariables, options?: {
|
|
130
130
|
select?: Record<string, unknown>;
|
|
131
131
|
}) => import("./query-builder").QueryBuilder<{
|
|
132
|
-
|
|
132
|
+
orgPermissionsGetMaskByNames: string | null;
|
|
133
133
|
}>;
|
|
134
|
-
|
|
134
|
+
orgPermissionsGetPaddedMask: (args: import("./query").OrgPermissionsGetPaddedMaskVariables, options?: {
|
|
135
135
|
select?: Record<string, unknown>;
|
|
136
136
|
}) => import("./query-builder").QueryBuilder<{
|
|
137
|
-
|
|
137
|
+
orgPermissionsGetPaddedMask: string | null;
|
|
138
138
|
}>;
|
|
139
139
|
};
|
|
140
140
|
mutation: {
|
|
141
|
+
provisionBucket: <S extends import("./input-types").ProvisionBucketPayloadSelect>(args: import("./mutation").ProvisionBucketVariables, options: {
|
|
142
|
+
select: S;
|
|
143
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionBucketPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
144
|
+
provisionBucket: import("./select-types").InferSelectResult<import("./input-types").ProvisionBucketPayload, S> | null;
|
|
145
|
+
}>;
|
|
141
146
|
submitAppInviteCode: <S extends import("./input-types").SubmitAppInviteCodePayloadSelect>(args: import("./mutation").SubmitAppInviteCodeVariables, options: {
|
|
142
147
|
select: S;
|
|
143
148
|
} & import("./select-types").StrictSelect<S, import("./input-types").SubmitAppInviteCodePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
@@ -148,10 +153,5 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
148
153
|
} & import("./select-types").StrictSelect<S, import("./input-types").SubmitOrgInviteCodePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
149
154
|
submitOrgInviteCode: import("./select-types").InferSelectResult<import("./input-types").SubmitOrgInviteCodePayload, S> | null;
|
|
150
155
|
}>;
|
|
151
|
-
provisionBucket: <S extends import("./input-types").ProvisionBucketPayloadSelect>(args: import("./mutation").ProvisionBucketVariables, options: {
|
|
152
|
-
select: S;
|
|
153
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionBucketPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
154
|
-
provisionBucket: import("./select-types").InferSelectResult<import("./input-types").ProvisionBucketPayload, S> | null;
|
|
155
|
-
}>;
|
|
156
156
|
};
|
|
157
157
|
};
|