@constructive-sdk/cli 0.30.3 → 0.31.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/cli/commands/app-admin-grant.js +34 -34
- package/admin/cli/commands/app-claimed-invite.js +28 -28
- package/admin/cli/commands/app-grant.js +48 -48
- package/admin/cli/commands/app-invite.js +104 -104
- package/admin/cli/commands/app-membership-default.js +34 -34
- package/admin/cli/commands/app-membership.js +108 -108
- package/admin/cli/commands/app-owner-grant.js +34 -34
- package/admin/cli/commands/app-permission-default-grant.js +34 -34
- package/admin/cli/commands/app-permission-default-permission.js +6 -6
- package/admin/cli/commands/app-permission.js +28 -28
- package/admin/cli/commands/app-permissions-get-by-mask.js +6 -6
- package/admin/cli/commands/membership-type.js +48 -48
- package/admin/cli/commands/org-admin-grant.js +34 -34
- package/admin/cli/commands/org-chart-edge-grant.js +59 -59
- package/admin/cli/commands/org-chart-edge.js +44 -44
- package/admin/cli/commands/org-claimed-invite.js +40 -40
- package/admin/cli/commands/org-get-managers-record.js +9 -9
- package/admin/cli/commands/org-get-subordinates-record.js +9 -9
- package/admin/cli/commands/org-grant.js +55 -55
- package/admin/cli/commands/org-invite.js +144 -144
- package/admin/cli/commands/org-is-manager-of.js +4 -4
- package/admin/cli/commands/org-member-profile.js +85 -85
- package/admin/cli/commands/org-member.js +28 -28
- package/admin/cli/commands/org-membership-default.js +40 -40
- package/admin/cli/commands/org-membership-setting.js +119 -119
- package/admin/cli/commands/org-membership.js +136 -136
- package/admin/cli/commands/org-owner-grant.js +34 -34
- package/admin/cli/commands/org-permission-default-grant.js +50 -50
- package/admin/cli/commands/org-permission-default-permission.js +22 -22
- package/admin/cli/commands/org-permission-default.js +19 -19
- package/admin/cli/commands/org-permission.js +28 -28
- package/admin/cli/commands/org-permissions-get-by-mask.js +6 -6
- package/admin/cli/commands.js +57 -57
- package/admin/cli/executor.d.ts +45 -45
- package/admin/orm/index.d.ts +67 -67
- package/admin/orm/index.js +44 -44
- package/admin/orm/input-types.d.ts +3168 -3168
- package/admin/orm/input-types.js +1 -1
- package/admin/orm/models/index.d.ts +22 -22
- package/admin/orm/models/index.js +45 -45
- package/admin/orm/mutation/index.d.ts +12 -12
- package/admin/orm/mutation/index.js +12 -12
- package/admin/orm/query/index.d.ts +47 -47
- package/admin/orm/query/index.js +68 -68
- package/agent/cli/commands/agent-message.js +77 -77
- package/agent/cli/commands/agent-persona.js +110 -110
- package/agent/cli/commands/agent-plan.js +69 -69
- package/agent/cli/commands/agent-prompt.js +71 -71
- package/agent/cli/commands/agent-resource-chunk.js +16 -16
- package/agent/cli/commands/agent-resource.js +189 -189
- package/agent/cli/commands/agent-task.js +132 -132
- package/agent/cli/commands/agent-thread.js +120 -120
- package/agent/cli/commands/agent.js +100 -100
- package/agent/cli/commands.js +9 -9
- package/agent/cli/executor.d.ts +4 -4
- package/agent/orm/index.d.ts +8 -8
- package/agent/orm/index.js +8 -8
- package/agent/orm/input-types.d.ts +1788 -1788
- package/agent/orm/input-types.js +9 -9
- package/agent/orm/models/index.d.ts +4 -4
- package/agent/orm/models/index.js +9 -9
- package/api/cli/commands/api-module.js +42 -42
- package/api/cli/commands/api-schema.js +26 -26
- package/api/cli/commands/api-setting.js +126 -126
- package/api/cli/commands/api.js +78 -78
- package/api/cli/commands/app.js +82 -82
- package/api/cli/commands/apply-registry-defaults.js +4 -4
- package/api/cli/commands/ast-migration.js +66 -66
- package/api/cli/commands/check-constraint.js +91 -91
- package/api/cli/commands/composite-type.js +90 -90
- package/api/cli/commands/cors-setting.js +34 -34
- package/api/cli/commands/database-setting.js +142 -142
- package/api/cli/commands/database-transfer.js +125 -125
- package/api/cli/commands/database.js +62 -62
- package/api/cli/commands/default-privilege.js +52 -52
- package/api/cli/commands/domain.js +86 -86
- package/api/cli/commands/embedding-chunk.js +178 -178
- package/api/cli/commands/enum.js +82 -82
- package/api/cli/commands/field.js +231 -231
- package/api/cli/commands/foreign-key-constraint.js +132 -132
- package/api/cli/commands/full-text-search.js +60 -60
- package/api/cli/commands/function.js +22 -22
- package/api/cli/commands/index.js +118 -118
- package/api/cli/commands/migrate-file.js +4 -4
- package/api/cli/commands/node-type-registry.js +48 -48
- package/api/cli/commands/partition.js +102 -102
- package/api/cli/commands/policy.js +128 -128
- package/api/cli/commands/primary-key-constraint.js +80 -80
- package/api/cli/commands/pubkey-setting.js +72 -72
- package/api/cli/commands/rls-setting.js +69 -69
- package/api/cli/commands/schema-grant.js +28 -28
- package/api/cli/commands/schema.js +106 -106
- package/api/cli/commands/site-metadatum.js +42 -42
- package/api/cli/commands/site-module.js +38 -38
- package/api/cli/commands/site-theme.js +6 -6
- package/api/cli/commands/site.js +102 -102
- package/api/cli/commands/spatial-relation.js +83 -83
- package/api/cli/commands/sql-action.js +57 -57
- package/api/cli/commands/table-grant.js +66 -66
- package/api/cli/commands/table.js +203 -203
- package/api/cli/commands/trigger-function.js +34 -34
- package/api/cli/commands/trigger.js +64 -64
- package/api/cli/commands/unique-constraint.js +94 -94
- package/api/cli/commands/view-grant.js +46 -46
- package/api/cli/commands/view-rule.js +52 -52
- package/api/cli/commands/view-table.js +34 -34
- package/api/cli/commands/view.js +135 -135
- package/api/cli/commands/webauthn-setting.js +174 -174
- package/api/cli/commands.js +71 -71
- package/api/cli/executor.d.ts +45 -45
- package/api/orm/index.d.ts +77 -77
- package/api/orm/index.js +64 -64
- package/api/orm/input-types.d.ts +8781 -8781
- package/api/orm/input-types.js +48 -48
- package/api/orm/models/index.d.ts +32 -32
- package/api/orm/models/index.js +65 -65
- package/api/orm/mutation/index.d.ts +29 -29
- package/api/orm/mutation/index.js +30 -30
- package/api/orm/query/index.d.ts +1 -1
- package/api/orm/query/index.js +4 -4
- package/auth/cli/commands/audit-log-auth.js +57 -57
- package/auth/cli/commands/crypto-address.js +50 -50
- package/auth/cli/commands/email.js +50 -50
- package/auth/cli/commands/identity-provider.js +20 -32
- package/auth/cli/commands/org-api-key-list.js +47 -47
- package/auth/cli/commands/phone-number.js +67 -67
- package/auth/cli/commands/principal-entity.js +32 -32
- package/auth/cli/commands/principal-scope-override.js +43 -43
- package/auth/cli/commands/principal.js +42 -42
- package/auth/cli/commands/user-connected-account.js +33 -33
- package/auth/cli/commands/user.js +43 -43
- package/auth/cli/commands/webauthn-credential.js +123 -123
- package/auth/cli/commands.js +59 -59
- package/auth/cli/executor.d.ts +96 -96
- package/auth/orm/index.d.ts +103 -103
- package/auth/orm/index.js +14 -14
- package/auth/orm/input-types.d.ts +2102 -2109
- package/auth/orm/input-types.js +5 -5
- package/auth/orm/models/index.d.ts +7 -7
- package/auth/orm/models/index.js +15 -15
- package/auth/orm/mutation/index.d.ts +138 -138
- package/auth/orm/mutation/index.js +168 -168
- package/auth/orm/query/index.d.ts +10 -10
- package/auth/orm/query/index.js +14 -14
- package/compute/cli/commands/db-preset.js +96 -96
- package/compute/cli/commands/function-api-binding.js +41 -41
- package/compute/cli/commands/function-definition.js +375 -397
- package/compute/cli/commands/function-deployment-event.js +48 -48
- package/compute/cli/commands/function-deployment.js +220 -220
- package/compute/cli/commands/function-execution-log.js +48 -48
- package/compute/cli/commands/function-graph-commit.js +69 -69
- package/compute/cli/commands/function-graph-execution-node-state.js +106 -106
- package/compute/cli/commands/function-graph-execution-output.js +28 -28
- package/compute/cli/commands/function-graph-execution.js +233 -233
- package/compute/cli/commands/function-graph-object.js +37 -37
- package/compute/cli/commands/function-graph-ref.js +22 -22
- package/compute/cli/commands/function-graph-store.js +28 -28
- package/compute/cli/commands/function-graph.js +100 -100
- package/compute/cli/commands/function-invocation.js +175 -131
- package/compute/cli/commands/get-all-record.js +11 -11
- package/compute/cli/commands/infra-commit.js +69 -69
- package/compute/cli/commands/infra-get-all-record.js +11 -11
- package/compute/cli/commands/infra-object.js +37 -37
- package/compute/cli/commands/infra-ref.js +22 -22
- package/compute/cli/commands/infra-store.js +28 -28
- package/compute/cli/commands/integration-provider.js +91 -91
- package/compute/cli/commands/namespace-event.js +127 -127
- package/compute/cli/commands/namespace.js +115 -115
- package/compute/cli/commands/platform-function-api-binding.js +41 -41
- package/compute/cli/commands/platform-function-definition.js +357 -379
- package/compute/cli/commands/platform-function-deployment-event.js +28 -28
- package/compute/cli/commands/platform-function-deployment.js +206 -206
- package/compute/cli/commands/platform-function-execution-log.js +28 -28
- package/compute/cli/commands/platform-function-invocation.js +161 -117
- package/compute/cli/commands/platform-namespace-event.js +108 -108
- package/compute/cli/commands/platform-namespace.js +109 -109
- package/compute/cli/commands/platform-resource-definition.js +157 -157
- package/compute/cli/commands/platform-resource-event.js +41 -41
- package/compute/cli/commands/platform-resource-status-check.js +59 -59
- package/compute/cli/commands/platform-resource.js +182 -182
- package/compute/cli/commands/platform-resources-requirements-state.js +32 -32
- package/compute/cli/commands/platform-resources-resolved-requirement.js +53 -53
- package/compute/cli/commands/resource-definition.js +172 -172
- package/compute/cli/commands/resource-event.js +50 -50
- package/compute/cli/commands/resource-status-check.js +68 -68
- package/compute/cli/commands/resource.js +192 -192
- package/compute/cli/commands/resources-requirements-state.js +32 -32
- package/compute/cli/commands/resources-resolved-requirement.js +53 -53
- package/compute/cli/commands.js +87 -87
- package/compute/cli/executor.d.ts +78 -78
- package/compute/orm/index.d.ts +110 -110
- package/compute/orm/index.js +64 -64
- package/compute/orm/input-types.d.ts +7256 -7037
- package/compute/orm/input-types.js +15 -13
- package/compute/orm/models/index.d.ts +32 -32
- package/compute/orm/models/index.js +65 -65
- package/compute/orm/mutation/index.d.ts +77 -77
- package/compute/orm/mutation/index.js +96 -96
- package/config/cli/commands/config.js +102 -102
- package/config/cli/commands/platform-config.js +96 -96
- package/config/cli/commands/platform-internal-secret.js +43 -43
- package/config/cli/commands/platform-secret.js +53 -53
- package/config/cli/commands/secret.js +55 -55
- package/config/cli/commands.js +15 -15
- package/config/cli/executor.d.ts +29 -29
- package/config/orm/index.d.ts +30 -30
- package/config/orm/index.js +2 -2
- package/config/orm/input-types.d.ts +416 -416
- package/config/orm/models/index.d.ts +1 -1
- package/config/orm/models/index.js +3 -3
- package/config/orm/mutation/index.d.ts +47 -47
- package/config/orm/mutation/index.js +60 -60
- package/esm/admin/cli/commands/app-admin-grant.js +34 -34
- package/esm/admin/cli/commands/app-claimed-invite.js +28 -28
- package/esm/admin/cli/commands/app-grant.js +48 -48
- package/esm/admin/cli/commands/app-invite.js +104 -104
- package/esm/admin/cli/commands/app-membership-default.js +34 -34
- package/esm/admin/cli/commands/app-membership.js +108 -108
- package/esm/admin/cli/commands/app-owner-grant.js +34 -34
- package/esm/admin/cli/commands/app-permission-default-grant.js +34 -34
- package/esm/admin/cli/commands/app-permission-default-permission.js +6 -6
- package/esm/admin/cli/commands/app-permission.js +28 -28
- package/esm/admin/cli/commands/app-permissions-get-by-mask.js +6 -6
- package/esm/admin/cli/commands/membership-type.js +48 -48
- package/esm/admin/cli/commands/org-admin-grant.js +34 -34
- package/esm/admin/cli/commands/org-chart-edge-grant.js +59 -59
- package/esm/admin/cli/commands/org-chart-edge.js +44 -44
- package/esm/admin/cli/commands/org-claimed-invite.js +40 -40
- package/esm/admin/cli/commands/org-get-managers-record.js +9 -9
- package/esm/admin/cli/commands/org-get-subordinates-record.js +9 -9
- package/esm/admin/cli/commands/org-grant.js +55 -55
- package/esm/admin/cli/commands/org-invite.js +144 -144
- package/esm/admin/cli/commands/org-is-manager-of.js +4 -4
- package/esm/admin/cli/commands/org-member-profile.js +85 -85
- package/esm/admin/cli/commands/org-member.js +28 -28
- package/esm/admin/cli/commands/org-membership-default.js +40 -40
- package/esm/admin/cli/commands/org-membership-setting.js +119 -119
- package/esm/admin/cli/commands/org-membership.js +136 -136
- package/esm/admin/cli/commands/org-owner-grant.js +34 -34
- package/esm/admin/cli/commands/org-permission-default-grant.js +50 -50
- package/esm/admin/cli/commands/org-permission-default-permission.js +22 -22
- package/esm/admin/cli/commands/org-permission-default.js +19 -19
- package/esm/admin/cli/commands/org-permission.js +28 -28
- package/esm/admin/cli/commands/org-permissions-get-by-mask.js +6 -6
- package/esm/admin/cli/commands.js +57 -57
- package/esm/admin/cli/executor.d.ts +45 -45
- package/esm/admin/orm/index.d.ts +67 -67
- package/esm/admin/orm/index.js +44 -44
- package/esm/admin/orm/input-types.d.ts +3168 -3168
- package/esm/admin/orm/input-types.js +1 -1
- package/esm/admin/orm/models/index.d.ts +22 -22
- package/esm/admin/orm/models/index.js +22 -22
- package/esm/admin/orm/mutation/index.d.ts +12 -12
- package/esm/admin/orm/mutation/index.js +12 -12
- package/esm/admin/orm/query/index.d.ts +47 -47
- package/esm/admin/orm/query/index.js +68 -68
- package/esm/agent/cli/commands/agent-message.js +77 -77
- package/esm/agent/cli/commands/agent-persona.js +110 -110
- package/esm/agent/cli/commands/agent-plan.js +69 -69
- package/esm/agent/cli/commands/agent-prompt.js +71 -71
- package/esm/agent/cli/commands/agent-resource-chunk.js +16 -16
- package/esm/agent/cli/commands/agent-resource.js +189 -189
- package/esm/agent/cli/commands/agent-task.js +132 -132
- package/esm/agent/cli/commands/agent-thread.js +120 -120
- package/esm/agent/cli/commands/agent.js +100 -100
- package/esm/agent/cli/commands.js +9 -9
- package/esm/agent/cli/executor.d.ts +4 -4
- package/esm/agent/orm/index.d.ts +8 -8
- package/esm/agent/orm/index.js +8 -8
- package/esm/agent/orm/input-types.d.ts +1788 -1788
- package/esm/agent/orm/input-types.js +9 -9
- package/esm/agent/orm/models/index.d.ts +4 -4
- package/esm/agent/orm/models/index.js +4 -4
- package/esm/api/cli/commands/api-module.js +42 -42
- package/esm/api/cli/commands/api-schema.js +26 -26
- package/esm/api/cli/commands/api-setting.js +126 -126
- package/esm/api/cli/commands/api.js +78 -78
- package/esm/api/cli/commands/app.js +82 -82
- package/esm/api/cli/commands/apply-registry-defaults.js +4 -4
- package/esm/api/cli/commands/ast-migration.js +66 -66
- package/esm/api/cli/commands/check-constraint.js +91 -91
- package/esm/api/cli/commands/composite-type.js +90 -90
- package/esm/api/cli/commands/cors-setting.js +34 -34
- package/esm/api/cli/commands/database-setting.js +142 -142
- package/esm/api/cli/commands/database-transfer.js +125 -125
- package/esm/api/cli/commands/database.js +62 -62
- package/esm/api/cli/commands/default-privilege.js +52 -52
- package/esm/api/cli/commands/domain.js +86 -86
- package/esm/api/cli/commands/embedding-chunk.js +178 -178
- package/esm/api/cli/commands/enum.js +82 -82
- package/esm/api/cli/commands/field.js +231 -231
- package/esm/api/cli/commands/foreign-key-constraint.js +132 -132
- package/esm/api/cli/commands/full-text-search.js +60 -60
- package/esm/api/cli/commands/function.js +22 -22
- package/esm/api/cli/commands/index.js +118 -118
- package/esm/api/cli/commands/migrate-file.js +4 -4
- package/esm/api/cli/commands/node-type-registry.js +48 -48
- package/esm/api/cli/commands/partition.js +102 -102
- package/esm/api/cli/commands/policy.js +128 -128
- package/esm/api/cli/commands/primary-key-constraint.js +80 -80
- package/esm/api/cli/commands/pubkey-setting.js +72 -72
- package/esm/api/cli/commands/rls-setting.js +69 -69
- package/esm/api/cli/commands/schema-grant.js +28 -28
- package/esm/api/cli/commands/schema.js +106 -106
- package/esm/api/cli/commands/site-metadatum.js +42 -42
- package/esm/api/cli/commands/site-module.js +38 -38
- package/esm/api/cli/commands/site-theme.js +6 -6
- package/esm/api/cli/commands/site.js +102 -102
- package/esm/api/cli/commands/spatial-relation.js +83 -83
- package/esm/api/cli/commands/sql-action.js +57 -57
- package/esm/api/cli/commands/table-grant.js +66 -66
- package/esm/api/cli/commands/table.js +203 -203
- package/esm/api/cli/commands/trigger-function.js +34 -34
- package/esm/api/cli/commands/trigger.js +64 -64
- package/esm/api/cli/commands/unique-constraint.js +94 -94
- package/esm/api/cli/commands/view-grant.js +46 -46
- package/esm/api/cli/commands/view-rule.js +52 -52
- package/esm/api/cli/commands/view-table.js +34 -34
- package/esm/api/cli/commands/view.js +135 -135
- package/esm/api/cli/commands/webauthn-setting.js +174 -174
- package/esm/api/cli/commands.js +71 -71
- package/esm/api/cli/executor.d.ts +45 -45
- package/esm/api/orm/index.d.ts +77 -77
- package/esm/api/orm/index.js +64 -64
- package/esm/api/orm/input-types.d.ts +8781 -8781
- package/esm/api/orm/input-types.js +48 -48
- package/esm/api/orm/models/index.d.ts +32 -32
- package/esm/api/orm/models/index.js +32 -32
- package/esm/api/orm/mutation/index.d.ts +29 -29
- package/esm/api/orm/mutation/index.js +30 -30
- package/esm/api/orm/query/index.d.ts +1 -1
- package/esm/api/orm/query/index.js +4 -4
- package/esm/auth/cli/commands/audit-log-auth.js +57 -57
- package/esm/auth/cli/commands/crypto-address.js +50 -50
- package/esm/auth/cli/commands/email.js +50 -50
- package/esm/auth/cli/commands/identity-provider.js +20 -32
- package/esm/auth/cli/commands/org-api-key-list.js +47 -47
- package/esm/auth/cli/commands/phone-number.js +67 -67
- package/esm/auth/cli/commands/principal-entity.js +32 -32
- package/esm/auth/cli/commands/principal-scope-override.js +43 -43
- package/esm/auth/cli/commands/principal.js +42 -42
- package/esm/auth/cli/commands/user-connected-account.js +33 -33
- package/esm/auth/cli/commands/user.js +43 -43
- package/esm/auth/cli/commands/webauthn-credential.js +123 -123
- package/esm/auth/cli/commands.js +59 -59
- package/esm/auth/cli/executor.d.ts +96 -96
- package/esm/auth/orm/index.d.ts +103 -103
- package/esm/auth/orm/index.js +14 -14
- package/esm/auth/orm/input-types.d.ts +2102 -2109
- package/esm/auth/orm/input-types.js +5 -5
- package/esm/auth/orm/models/index.d.ts +7 -7
- package/esm/auth/orm/models/index.js +7 -7
- package/esm/auth/orm/mutation/index.d.ts +138 -138
- package/esm/auth/orm/mutation/index.js +168 -168
- package/esm/auth/orm/query/index.d.ts +10 -10
- package/esm/auth/orm/query/index.js +14 -14
- package/esm/compute/cli/commands/db-preset.js +96 -96
- package/esm/compute/cli/commands/function-api-binding.js +41 -41
- package/esm/compute/cli/commands/function-definition.js +375 -397
- package/esm/compute/cli/commands/function-deployment-event.js +48 -48
- package/esm/compute/cli/commands/function-deployment.js +220 -220
- package/esm/compute/cli/commands/function-execution-log.js +48 -48
- package/esm/compute/cli/commands/function-graph-commit.js +69 -69
- package/esm/compute/cli/commands/function-graph-execution-node-state.js +106 -106
- package/esm/compute/cli/commands/function-graph-execution-output.js +28 -28
- package/esm/compute/cli/commands/function-graph-execution.js +233 -233
- package/esm/compute/cli/commands/function-graph-object.js +37 -37
- package/esm/compute/cli/commands/function-graph-ref.js +22 -22
- package/esm/compute/cli/commands/function-graph-store.js +28 -28
- package/esm/compute/cli/commands/function-graph.js +100 -100
- package/esm/compute/cli/commands/function-invocation.js +175 -131
- package/esm/compute/cli/commands/get-all-record.js +11 -11
- package/esm/compute/cli/commands/infra-commit.js +69 -69
- package/esm/compute/cli/commands/infra-get-all-record.js +11 -11
- package/esm/compute/cli/commands/infra-object.js +37 -37
- package/esm/compute/cli/commands/infra-ref.js +22 -22
- package/esm/compute/cli/commands/infra-store.js +28 -28
- package/esm/compute/cli/commands/integration-provider.js +91 -91
- package/esm/compute/cli/commands/namespace-event.js +127 -127
- package/esm/compute/cli/commands/namespace.js +115 -115
- package/esm/compute/cli/commands/platform-function-api-binding.js +41 -41
- package/esm/compute/cli/commands/platform-function-definition.js +357 -379
- package/esm/compute/cli/commands/platform-function-deployment-event.js +28 -28
- package/esm/compute/cli/commands/platform-function-deployment.js +206 -206
- package/esm/compute/cli/commands/platform-function-execution-log.js +28 -28
- package/esm/compute/cli/commands/platform-function-invocation.js +161 -117
- package/esm/compute/cli/commands/platform-namespace-event.js +108 -108
- package/esm/compute/cli/commands/platform-namespace.js +109 -109
- package/esm/compute/cli/commands/platform-resource-definition.js +157 -157
- package/esm/compute/cli/commands/platform-resource-event.js +41 -41
- package/esm/compute/cli/commands/platform-resource-status-check.js +59 -59
- package/esm/compute/cli/commands/platform-resource.js +182 -182
- package/esm/compute/cli/commands/platform-resources-requirements-state.js +32 -32
- package/esm/compute/cli/commands/platform-resources-resolved-requirement.js +53 -53
- package/esm/compute/cli/commands/resource-definition.js +172 -172
- package/esm/compute/cli/commands/resource-event.js +50 -50
- package/esm/compute/cli/commands/resource-status-check.js +68 -68
- package/esm/compute/cli/commands/resource.js +192 -192
- package/esm/compute/cli/commands/resources-requirements-state.js +32 -32
- package/esm/compute/cli/commands/resources-resolved-requirement.js +53 -53
- package/esm/compute/cli/commands.js +87 -87
- package/esm/compute/cli/executor.d.ts +78 -78
- package/esm/compute/orm/index.d.ts +110 -110
- package/esm/compute/orm/index.js +64 -64
- package/esm/compute/orm/input-types.d.ts +7256 -7037
- package/esm/compute/orm/input-types.js +15 -13
- package/esm/compute/orm/models/index.d.ts +32 -32
- package/esm/compute/orm/models/index.js +32 -32
- package/esm/compute/orm/mutation/index.d.ts +77 -77
- package/esm/compute/orm/mutation/index.js +96 -96
- package/esm/config/cli/commands/config.js +102 -102
- package/esm/config/cli/commands/platform-config.js +96 -96
- package/esm/config/cli/commands/platform-internal-secret.js +43 -43
- package/esm/config/cli/commands/platform-secret.js +53 -53
- package/esm/config/cli/commands/secret.js +55 -55
- package/esm/config/cli/commands.js +15 -15
- package/esm/config/cli/executor.d.ts +29 -29
- package/esm/config/orm/index.d.ts +30 -30
- package/esm/config/orm/index.js +2 -2
- package/esm/config/orm/input-types.d.ts +416 -416
- package/esm/config/orm/models/index.d.ts +1 -1
- package/esm/config/orm/models/index.js +1 -1
- package/esm/config/orm/mutation/index.d.ts +47 -47
- package/esm/config/orm/mutation/index.js +60 -60
- package/esm/infra/cli/commands/db-preset.js +96 -96
- package/esm/infra/cli/commands/infra-commit.js +69 -69
- package/esm/infra/cli/commands/infra-get-all-record.js +11 -11
- package/esm/infra/cli/commands/infra-object.js +37 -37
- package/esm/infra/cli/commands/infra-ref.js +22 -22
- package/esm/infra/cli/commands/infra-store.js +28 -28
- package/esm/infra/cli/commands/namespace-event.js +127 -127
- package/esm/infra/cli/commands/namespace.js +115 -115
- package/esm/infra/cli/commands/platform-namespace-event.js +108 -108
- package/esm/infra/cli/commands/platform-namespace.js +109 -109
- package/esm/infra/cli/commands.js +13 -13
- package/esm/infra/cli/executor.d.ts +10 -10
- package/esm/infra/orm/index.d.ts +15 -15
- package/esm/infra/orm/index.js +10 -10
- package/esm/infra/orm/input-types.d.ts +971 -971
- package/esm/infra/orm/models/index.d.ts +5 -5
- package/esm/infra/orm/models/index.js +5 -5
- package/esm/infra/orm/mutation/index.d.ts +9 -9
- package/esm/infra/orm/mutation/index.js +12 -12
- package/esm/modules/cli/commands/agent-module.js +388 -388
- package/esm/modules/cli/commands/billing-module.js +250 -250
- package/esm/modules/cli/commands/billing-provider-module.js +182 -182
- package/esm/modules/cli/commands/blueprint-construction.js +72 -72
- package/esm/modules/cli/commands/blueprint-template.js +187 -187
- package/esm/modules/cli/commands/blueprint.js +95 -95
- package/esm/modules/cli/commands/compute-log-module.js +190 -190
- package/esm/modules/cli/commands/config-secrets-user-module.js +50 -50
- package/esm/modules/cli/commands/connected-accounts-module.js +76 -76
- package/esm/modules/cli/commands/crypto-addresses-module.js +89 -89
- package/esm/modules/cli/commands/crypto-auth-module.js +114 -114
- package/esm/modules/cli/commands/database-provision-module.js +174 -174
- package/esm/modules/cli/commands/db-pool-config.js +86 -86
- package/esm/modules/cli/commands/db-pool.js +112 -112
- package/esm/modules/cli/commands/db-preset-module.js +170 -170
- package/esm/modules/cli/commands/db-usage-module.js +249 -249
- package/esm/modules/cli/commands/default-ids-module.js +6 -6
- package/esm/modules/cli/commands/denormalized-table-field.js +100 -100
- package/esm/modules/cli/commands/devices-module.js +46 -46
- package/esm/modules/cli/commands/emails-module.js +76 -76
- package/esm/modules/cli/commands/entity-type-provision.js +405 -405
- package/esm/modules/cli/commands/events-module.js +399 -399
- package/esm/modules/cli/commands/function-deployment-module.js +189 -189
- package/esm/modules/cli/commands/function-invocation-module.js +176 -176
- package/esm/modules/cli/commands/function-module.js +193 -149
- package/esm/modules/cli/commands/graph-execution-module.js +214 -214
- package/esm/modules/cli/commands/graph-module.js +175 -175
- package/esm/modules/cli/commands/hierarchy-module.js +212 -212
- package/esm/modules/cli/commands/i-18-n-module.js +56 -56
- package/esm/modules/cli/commands/identity-providers-module.js +112 -112
- package/esm/modules/cli/commands/inference-log-module.js +181 -181
- package/esm/modules/cli/commands/infra-config-module.js +158 -158
- package/esm/modules/cli/commands/infra-secrets-module.js +157 -157
- package/esm/modules/cli/commands/integration-providers-module.js +112 -112
- package/esm/modules/cli/commands/internal-secrets-module.js +151 -151
- package/esm/modules/cli/commands/invites-module.js +178 -178
- package/esm/modules/cli/commands/limits-module.js +362 -362
- package/esm/modules/cli/commands/membership-types-module.js +6 -6
- package/esm/modules/cli/commands/memberships-module.js +411 -411
- package/esm/modules/cli/commands/merkle-store-module.js +160 -160
- package/esm/modules/cli/commands/namespace-module.js +176 -176
- package/esm/modules/cli/commands/notifications-module.js +250 -250
- package/esm/modules/cli/commands/permissions-module.js +202 -202
- package/esm/modules/cli/commands/phone-numbers-module.js +76 -76
- package/esm/modules/cli/commands/plans-module.js +190 -190
- package/esm/modules/cli/commands/principal-auth-module.js +174 -174
- package/esm/modules/cli/commands/profiles-module.js +225 -225
- package/esm/modules/cli/commands/rate-limit-meters-module.js +146 -146
- package/esm/modules/cli/commands/rate-limits-module.js +66 -66
- package/esm/modules/cli/commands/realtime-module.js +134 -134
- package/esm/modules/cli/commands/relation-provision.js +228 -228
- package/esm/modules/cli/commands/resolve-blueprint-field.js +4 -4
- package/esm/modules/cli/commands/resolve-blueprint-table.js +4 -4
- package/esm/modules/cli/commands/resource-module.js +250 -250
- package/esm/modules/cli/commands/rls-module.js +114 -114
- package/esm/modules/cli/commands/secure-table-provision.js +98 -98
- package/esm/modules/cli/commands/session-secrets-module.js +26 -26
- package/esm/modules/cli/commands/sessions-module.js +82 -82
- package/esm/modules/cli/commands/storage-log-module.js +173 -173
- package/esm/modules/cli/commands/storage-module.js +437 -437
- package/esm/modules/cli/commands/transfer-log-module.js +173 -173
- package/esm/modules/cli/commands/user-auth-module.js +266 -266
- package/esm/modules/cli/commands/user-credentials-module.js +28 -28
- package/esm/modules/cli/commands/user-settings-module.js +48 -48
- package/esm/modules/cli/commands/user-state-module.js +6 -6
- package/esm/modules/cli/commands/users-module.js +50 -50
- package/esm/modules/cli/commands/webauthn-auth-module.js +150 -150
- package/esm/modules/cli/commands/webauthn-credentials-module.js +74 -74
- package/esm/modules/cli/commands.js +117 -117
- package/esm/modules/cli/executor.d.ts +73 -73
- package/esm/modules/orm/index.d.ts +126 -126
- package/esm/modules/orm/index.js +106 -106
- package/esm/modules/orm/input-types.d.ts +11482 -11468
- package/esm/modules/orm/input-types.js +1 -1
- package/esm/modules/orm/models/index.d.ts +53 -53
- package/esm/modules/orm/models/index.js +53 -53
- package/esm/modules/orm/mutation/index.d.ts +51 -51
- package/esm/modules/orm/mutation/index.js +42 -42
- package/esm/modules/orm/query/index.d.ts +3 -3
- package/esm/modules/orm/query/index.js +8 -8
- package/esm/objects/cli/commands/commit.js +73 -73
- package/esm/objects/cli/commands/get-all-record.js +11 -11
- package/esm/objects/cli/commands/object.js +34 -34
- package/esm/objects/cli/commands/ref.js +31 -31
- package/esm/objects/cli/commands/store.js +32 -32
- package/esm/objects/cli/commands.js +7 -7
- package/esm/objects/cli/executor.d.ts +7 -7
- package/esm/objects/orm/index.d.ts +9 -9
- package/esm/objects/orm/index.js +4 -4
- package/esm/objects/orm/input-types.d.ts +384 -384
- package/esm/objects/orm/models/index.d.ts +2 -2
- package/esm/objects/orm/models/index.js +2 -2
- package/esm/objects/orm/mutation/index.d.ts +9 -9
- package/esm/objects/orm/mutation/index.js +12 -12
- package/esm/usage/cli/commands/app-limit-cap.js +26 -26
- package/esm/usage/cli/commands/app-limit-caps-default.js +19 -19
- package/esm/usage/cli/commands/app-limit-credit-code-item.js +41 -41
- package/esm/usage/cli/commands/app-limit-credit-code.js +26 -26
- package/esm/usage/cli/commands/app-limit-credit-redemption.js +22 -22
- package/esm/usage/cli/commands/app-limit-credit.js +26 -26
- package/esm/usage/cli/commands/app-limit-default.js +19 -19
- package/esm/usage/cli/commands/app-limit-event.js +86 -86
- package/esm/usage/cli/commands/app-limit-warning.js +24 -24
- package/esm/usage/cli/commands/app-limit.js +106 -106
- package/esm/usage/cli/commands/org-limit-aggregate.js +110 -110
- package/esm/usage/cli/commands/org-limit-cap.js +26 -26
- package/esm/usage/cli/commands/org-limit-caps-default.js +19 -19
- package/esm/usage/cli/commands/org-limit-credit.js +72 -72
- package/esm/usage/cli/commands/org-limit-default.js +19 -19
- package/esm/usage/cli/commands/org-limit-event.js +86 -86
- package/esm/usage/cli/commands/org-limit-warning.js +46 -46
- package/esm/usage/cli/commands/org-limit.js +123 -123
- package/esm/usage/cli/commands.js +27 -27
- package/esm/usage/cli/executor.d.ts +17 -17
- package/esm/usage/orm/index.d.ts +29 -29
- package/esm/usage/orm/index.js +24 -24
- package/esm/usage/orm/input-types.d.ts +2049 -2049
- package/esm/usage/orm/input-types.js +5 -5
- package/esm/usage/orm/models/index.d.ts +12 -12
- package/esm/usage/orm/models/index.js +12 -12
- package/esm/usage/orm/mutation/index.d.ts +16 -16
- package/esm/usage/orm/mutation/index.js +12 -12
- package/infra/cli/commands/db-preset.js +96 -96
- package/infra/cli/commands/infra-commit.js +69 -69
- package/infra/cli/commands/infra-get-all-record.js +11 -11
- package/infra/cli/commands/infra-object.js +37 -37
- package/infra/cli/commands/infra-ref.js +22 -22
- package/infra/cli/commands/infra-store.js +28 -28
- package/infra/cli/commands/namespace-event.js +127 -127
- package/infra/cli/commands/namespace.js +115 -115
- package/infra/cli/commands/platform-namespace-event.js +108 -108
- package/infra/cli/commands/platform-namespace.js +109 -109
- package/infra/cli/commands.js +13 -13
- package/infra/cli/executor.d.ts +10 -10
- package/infra/orm/index.d.ts +15 -15
- package/infra/orm/index.js +10 -10
- package/infra/orm/input-types.d.ts +971 -971
- package/infra/orm/models/index.d.ts +5 -5
- package/infra/orm/models/index.js +11 -11
- package/infra/orm/mutation/index.d.ts +9 -9
- package/infra/orm/mutation/index.js +12 -12
- package/modules/cli/commands/agent-module.js +388 -388
- package/modules/cli/commands/billing-module.js +250 -250
- package/modules/cli/commands/billing-provider-module.js +182 -182
- package/modules/cli/commands/blueprint-construction.js +72 -72
- package/modules/cli/commands/blueprint-template.js +187 -187
- package/modules/cli/commands/blueprint.js +95 -95
- package/modules/cli/commands/compute-log-module.js +190 -190
- package/modules/cli/commands/config-secrets-user-module.js +50 -50
- package/modules/cli/commands/connected-accounts-module.js +76 -76
- package/modules/cli/commands/crypto-addresses-module.js +89 -89
- package/modules/cli/commands/crypto-auth-module.js +114 -114
- package/modules/cli/commands/database-provision-module.js +174 -174
- package/modules/cli/commands/db-pool-config.js +86 -86
- package/modules/cli/commands/db-pool.js +112 -112
- package/modules/cli/commands/db-preset-module.js +170 -170
- package/modules/cli/commands/db-usage-module.js +249 -249
- package/modules/cli/commands/default-ids-module.js +6 -6
- package/modules/cli/commands/denormalized-table-field.js +100 -100
- package/modules/cli/commands/devices-module.js +46 -46
- package/modules/cli/commands/emails-module.js +76 -76
- package/modules/cli/commands/entity-type-provision.js +405 -405
- package/modules/cli/commands/events-module.js +399 -399
- package/modules/cli/commands/function-deployment-module.js +189 -189
- package/modules/cli/commands/function-invocation-module.js +176 -176
- package/modules/cli/commands/function-module.js +193 -149
- package/modules/cli/commands/graph-execution-module.js +214 -214
- package/modules/cli/commands/graph-module.js +175 -175
- package/modules/cli/commands/hierarchy-module.js +212 -212
- package/modules/cli/commands/i-18-n-module.js +56 -56
- package/modules/cli/commands/identity-providers-module.js +112 -112
- package/modules/cli/commands/inference-log-module.js +181 -181
- package/modules/cli/commands/infra-config-module.js +158 -158
- package/modules/cli/commands/infra-secrets-module.js +157 -157
- package/modules/cli/commands/integration-providers-module.js +112 -112
- package/modules/cli/commands/internal-secrets-module.js +151 -151
- package/modules/cli/commands/invites-module.js +178 -178
- package/modules/cli/commands/limits-module.js +362 -362
- package/modules/cli/commands/membership-types-module.js +6 -6
- package/modules/cli/commands/memberships-module.js +411 -411
- package/modules/cli/commands/merkle-store-module.js +160 -160
- package/modules/cli/commands/namespace-module.js +176 -176
- package/modules/cli/commands/notifications-module.js +250 -250
- package/modules/cli/commands/permissions-module.js +202 -202
- package/modules/cli/commands/phone-numbers-module.js +76 -76
- package/modules/cli/commands/plans-module.js +190 -190
- package/modules/cli/commands/principal-auth-module.js +174 -174
- package/modules/cli/commands/profiles-module.js +225 -225
- package/modules/cli/commands/rate-limit-meters-module.js +146 -146
- package/modules/cli/commands/rate-limits-module.js +66 -66
- package/modules/cli/commands/realtime-module.js +134 -134
- package/modules/cli/commands/relation-provision.js +228 -228
- package/modules/cli/commands/resolve-blueprint-field.js +4 -4
- package/modules/cli/commands/resolve-blueprint-table.js +4 -4
- package/modules/cli/commands/resource-module.js +250 -250
- package/modules/cli/commands/rls-module.js +114 -114
- package/modules/cli/commands/secure-table-provision.js +98 -98
- package/modules/cli/commands/session-secrets-module.js +26 -26
- package/modules/cli/commands/sessions-module.js +82 -82
- package/modules/cli/commands/storage-log-module.js +173 -173
- package/modules/cli/commands/storage-module.js +437 -437
- package/modules/cli/commands/transfer-log-module.js +173 -173
- package/modules/cli/commands/user-auth-module.js +266 -266
- package/modules/cli/commands/user-credentials-module.js +28 -28
- package/modules/cli/commands/user-settings-module.js +48 -48
- package/modules/cli/commands/user-state-module.js +6 -6
- package/modules/cli/commands/users-module.js +50 -50
- package/modules/cli/commands/webauthn-auth-module.js +150 -150
- package/modules/cli/commands/webauthn-credentials-module.js +74 -74
- package/modules/cli/commands.js +117 -117
- package/modules/cli/executor.d.ts +73 -73
- package/modules/orm/index.d.ts +126 -126
- package/modules/orm/index.js +106 -106
- package/modules/orm/input-types.d.ts +11482 -11468
- package/modules/orm/input-types.js +1 -1
- package/modules/orm/models/index.d.ts +53 -53
- package/modules/orm/models/index.js +108 -108
- package/modules/orm/mutation/index.d.ts +51 -51
- package/modules/orm/mutation/index.js +42 -42
- package/modules/orm/query/index.d.ts +3 -3
- package/modules/orm/query/index.js +8 -8
- package/objects/cli/commands/commit.js +73 -73
- package/objects/cli/commands/get-all-record.js +11 -11
- package/objects/cli/commands/object.js +34 -34
- package/objects/cli/commands/ref.js +31 -31
- package/objects/cli/commands/store.js +32 -32
- package/objects/cli/commands.js +7 -7
- package/objects/cli/executor.d.ts +7 -7
- package/objects/orm/index.d.ts +9 -9
- package/objects/orm/index.js +4 -4
- package/objects/orm/input-types.d.ts +384 -384
- package/objects/orm/models/index.d.ts +2 -2
- package/objects/orm/models/index.js +5 -5
- package/objects/orm/mutation/index.d.ts +9 -9
- package/objects/orm/mutation/index.js +12 -12
- package/package.json +4 -4
- package/usage/cli/commands/app-limit-cap.js +26 -26
- package/usage/cli/commands/app-limit-caps-default.js +19 -19
- package/usage/cli/commands/app-limit-credit-code-item.js +41 -41
- package/usage/cli/commands/app-limit-credit-code.js +26 -26
- package/usage/cli/commands/app-limit-credit-redemption.js +22 -22
- package/usage/cli/commands/app-limit-credit.js +26 -26
- package/usage/cli/commands/app-limit-default.js +19 -19
- package/usage/cli/commands/app-limit-event.js +86 -86
- package/usage/cli/commands/app-limit-warning.js +24 -24
- package/usage/cli/commands/app-limit.js +106 -106
- package/usage/cli/commands/org-limit-aggregate.js +110 -110
- package/usage/cli/commands/org-limit-cap.js +26 -26
- package/usage/cli/commands/org-limit-caps-default.js +19 -19
- package/usage/cli/commands/org-limit-credit.js +72 -72
- package/usage/cli/commands/org-limit-default.js +19 -19
- package/usage/cli/commands/org-limit-event.js +86 -86
- package/usage/cli/commands/org-limit-warning.js +46 -46
- package/usage/cli/commands/org-limit.js +123 -123
- package/usage/cli/commands.js +27 -27
- package/usage/cli/executor.d.ts +17 -17
- package/usage/orm/index.d.ts +29 -29
- package/usage/orm/index.js +24 -24
- package/usage/orm/input-types.d.ts +2049 -2049
- package/usage/orm/input-types.js +5 -5
- package/usage/orm/models/index.d.ts +12 -12
- package/usage/orm/models/index.js +25 -25
- package/usage/orm/mutation/index.d.ts +16 -16
- package/usage/orm/mutation/index.js +12 -12
|
@@ -6,95 +6,95 @@
|
|
|
6
6
|
import { extractFirst } from 'inquirerer';
|
|
7
7
|
import contextCmd from './commands/context';
|
|
8
8
|
import authCmd from './commands/auth';
|
|
9
|
-
import
|
|
10
|
-
import
|
|
9
|
+
import appAdminGrantCmd from './commands/app-admin-grant';
|
|
10
|
+
import appClaimedInviteCmd from './commands/app-claimed-invite';
|
|
11
|
+
import appGrantCmd from './commands/app-grant';
|
|
12
|
+
import appInviteCmd from './commands/app-invite';
|
|
13
|
+
import appMembershipCmd from './commands/app-membership';
|
|
14
|
+
import appMembershipDefaultCmd from './commands/app-membership-default';
|
|
15
|
+
import appOwnerGrantCmd from './commands/app-owner-grant';
|
|
11
16
|
import appPermissionCmd from './commands/app-permission';
|
|
12
|
-
import appPermissionDefaultGrantCmd from './commands/app-permission-default-grant';
|
|
13
|
-
import orgPermissionCmd from './commands/org-permission';
|
|
14
|
-
import orgPermissionDefaultPermissionCmd from './commands/org-permission-default-permission';
|
|
15
|
-
import orgPermissionDefaultGrantCmd from './commands/org-permission-default-grant';
|
|
16
|
-
import orgMemberCmd from './commands/org-member';
|
|
17
17
|
import appPermissionDefaultCmd from './commands/app-permission-default';
|
|
18
|
-
import
|
|
18
|
+
import appPermissionDefaultGrantCmd from './commands/app-permission-default-grant';
|
|
19
19
|
import appPermissionDefaultPermissionCmd from './commands/app-permission-default-permission';
|
|
20
|
-
import
|
|
21
|
-
import appOwnerGrantCmd from './commands/app-owner-grant';
|
|
20
|
+
import membershipTypeCmd from './commands/membership-type';
|
|
22
21
|
import orgAdminGrantCmd from './commands/org-admin-grant';
|
|
23
|
-
import
|
|
22
|
+
import orgChartEdgeCmd from './commands/org-chart-edge';
|
|
24
23
|
import orgChartEdgeGrantCmd from './commands/org-chart-edge-grant';
|
|
25
|
-
import appClaimedInviteCmd from './commands/app-claimed-invite';
|
|
26
|
-
import membershipTypeCmd from './commands/membership-type';
|
|
27
|
-
import appGrantCmd from './commands/app-grant';
|
|
28
|
-
import appMembershipDefaultCmd from './commands/app-membership-default';
|
|
29
|
-
import orgMembershipDefaultCmd from './commands/org-membership-default';
|
|
30
24
|
import orgClaimedInviteCmd from './commands/org-claimed-invite';
|
|
25
|
+
import orgGetManagersRecordCmd from './commands/org-get-managers-record';
|
|
26
|
+
import orgGetSubordinatesRecordCmd from './commands/org-get-subordinates-record';
|
|
31
27
|
import orgGrantCmd from './commands/org-grant';
|
|
32
|
-
import orgChartEdgeCmd from './commands/org-chart-edge';
|
|
33
|
-
import orgMembershipSettingCmd from './commands/org-membership-setting';
|
|
34
|
-
import appMembershipCmd from './commands/app-membership';
|
|
35
|
-
import orgMembershipCmd from './commands/org-membership';
|
|
36
|
-
import orgMemberProfileCmd from './commands/org-member-profile';
|
|
37
|
-
import appInviteCmd from './commands/app-invite';
|
|
38
28
|
import orgInviteCmd from './commands/org-invite';
|
|
29
|
+
import orgMemberCmd from './commands/org-member';
|
|
30
|
+
import orgMemberProfileCmd from './commands/org-member-profile';
|
|
31
|
+
import orgMembershipCmd from './commands/org-membership';
|
|
32
|
+
import orgMembershipDefaultCmd from './commands/org-membership-default';
|
|
33
|
+
import orgMembershipSettingCmd from './commands/org-membership-setting';
|
|
34
|
+
import orgOwnerGrantCmd from './commands/org-owner-grant';
|
|
35
|
+
import orgPermissionCmd from './commands/org-permission';
|
|
36
|
+
import orgPermissionDefaultCmd from './commands/org-permission-default';
|
|
37
|
+
import orgPermissionDefaultGrantCmd from './commands/org-permission-default-grant';
|
|
38
|
+
import orgPermissionDefaultPermissionCmd from './commands/org-permission-default-permission';
|
|
39
|
+
import appPermissionsGetByMaskCmd from './commands/app-permissions-get-by-mask';
|
|
40
|
+
import appPermissionsGetMaskCmd from './commands/app-permissions-get-mask';
|
|
41
|
+
import appPermissionsGetMaskByNamesCmd from './commands/app-permissions-get-mask-by-names';
|
|
39
42
|
import appPermissionsGetPaddedMaskCmd from './commands/app-permissions-get-padded-mask';
|
|
40
|
-
import orgPermissionsGetPaddedMaskCmd from './commands/org-permissions-get-padded-mask';
|
|
41
43
|
import orgIsManagerOfCmd from './commands/org-is-manager-of';
|
|
42
|
-
import
|
|
44
|
+
import orgPermissionsGetByMaskCmd from './commands/org-permissions-get-by-mask';
|
|
43
45
|
import orgPermissionsGetMaskCmd from './commands/org-permissions-get-mask';
|
|
44
|
-
import appPermissionsGetMaskByNamesCmd from './commands/app-permissions-get-mask-by-names';
|
|
45
46
|
import orgPermissionsGetMaskByNamesCmd from './commands/org-permissions-get-mask-by-names';
|
|
46
|
-
import
|
|
47
|
-
import
|
|
47
|
+
import orgPermissionsGetPaddedMaskCmd from './commands/org-permissions-get-padded-mask';
|
|
48
|
+
import provisionBucketCmd from './commands/provision-bucket';
|
|
48
49
|
import submitAppInviteCodeCmd from './commands/submit-app-invite-code';
|
|
49
50
|
import submitOrgInviteCodeCmd from './commands/submit-org-invite-code';
|
|
50
|
-
import provisionBucketCmd from './commands/provision-bucket';
|
|
51
51
|
const createCommandMap = () => ({
|
|
52
52
|
context: contextCmd,
|
|
53
53
|
auth: authCmd,
|
|
54
|
-
'
|
|
55
|
-
'
|
|
54
|
+
'app-admin-grant': appAdminGrantCmd,
|
|
55
|
+
'app-claimed-invite': appClaimedInviteCmd,
|
|
56
|
+
'app-grant': appGrantCmd,
|
|
57
|
+
'app-invite': appInviteCmd,
|
|
58
|
+
'app-membership': appMembershipCmd,
|
|
59
|
+
'app-membership-default': appMembershipDefaultCmd,
|
|
60
|
+
'app-owner-grant': appOwnerGrantCmd,
|
|
56
61
|
'app-permission': appPermissionCmd,
|
|
57
|
-
'app-permission-default-grant': appPermissionDefaultGrantCmd,
|
|
58
|
-
'org-permission': orgPermissionCmd,
|
|
59
|
-
'org-permission-default-permission': orgPermissionDefaultPermissionCmd,
|
|
60
|
-
'org-permission-default-grant': orgPermissionDefaultGrantCmd,
|
|
61
|
-
'org-member': orgMemberCmd,
|
|
62
62
|
'app-permission-default': appPermissionDefaultCmd,
|
|
63
|
-
'
|
|
63
|
+
'app-permission-default-grant': appPermissionDefaultGrantCmd,
|
|
64
64
|
'app-permission-default-permission': appPermissionDefaultPermissionCmd,
|
|
65
|
-
'
|
|
66
|
-
'app-owner-grant': appOwnerGrantCmd,
|
|
65
|
+
'membership-type': membershipTypeCmd,
|
|
67
66
|
'org-admin-grant': orgAdminGrantCmd,
|
|
68
|
-
'org-
|
|
67
|
+
'org-chart-edge': orgChartEdgeCmd,
|
|
69
68
|
'org-chart-edge-grant': orgChartEdgeGrantCmd,
|
|
70
|
-
'app-claimed-invite': appClaimedInviteCmd,
|
|
71
|
-
'membership-type': membershipTypeCmd,
|
|
72
|
-
'app-grant': appGrantCmd,
|
|
73
|
-
'app-membership-default': appMembershipDefaultCmd,
|
|
74
|
-
'org-membership-default': orgMembershipDefaultCmd,
|
|
75
69
|
'org-claimed-invite': orgClaimedInviteCmd,
|
|
70
|
+
'org-get-managers-record': orgGetManagersRecordCmd,
|
|
71
|
+
'org-get-subordinates-record': orgGetSubordinatesRecordCmd,
|
|
76
72
|
'org-grant': orgGrantCmd,
|
|
77
|
-
'org-chart-edge': orgChartEdgeCmd,
|
|
78
|
-
'org-membership-setting': orgMembershipSettingCmd,
|
|
79
|
-
'app-membership': appMembershipCmd,
|
|
80
|
-
'org-membership': orgMembershipCmd,
|
|
81
|
-
'org-member-profile': orgMemberProfileCmd,
|
|
82
|
-
'app-invite': appInviteCmd,
|
|
83
73
|
'org-invite': orgInviteCmd,
|
|
74
|
+
'org-member': orgMemberCmd,
|
|
75
|
+
'org-member-profile': orgMemberProfileCmd,
|
|
76
|
+
'org-membership': orgMembershipCmd,
|
|
77
|
+
'org-membership-default': orgMembershipDefaultCmd,
|
|
78
|
+
'org-membership-setting': orgMembershipSettingCmd,
|
|
79
|
+
'org-owner-grant': orgOwnerGrantCmd,
|
|
80
|
+
'org-permission': orgPermissionCmd,
|
|
81
|
+
'org-permission-default': orgPermissionDefaultCmd,
|
|
82
|
+
'org-permission-default-grant': orgPermissionDefaultGrantCmd,
|
|
83
|
+
'org-permission-default-permission': orgPermissionDefaultPermissionCmd,
|
|
84
|
+
'app-permissions-get-by-mask': appPermissionsGetByMaskCmd,
|
|
85
|
+
'app-permissions-get-mask': appPermissionsGetMaskCmd,
|
|
86
|
+
'app-permissions-get-mask-by-names': appPermissionsGetMaskByNamesCmd,
|
|
84
87
|
'app-permissions-get-padded-mask': appPermissionsGetPaddedMaskCmd,
|
|
85
|
-
'org-permissions-get-padded-mask': orgPermissionsGetPaddedMaskCmd,
|
|
86
88
|
'org-is-manager-of': orgIsManagerOfCmd,
|
|
87
|
-
'
|
|
89
|
+
'org-permissions-get-by-mask': orgPermissionsGetByMaskCmd,
|
|
88
90
|
'org-permissions-get-mask': orgPermissionsGetMaskCmd,
|
|
89
|
-
'app-permissions-get-mask-by-names': appPermissionsGetMaskByNamesCmd,
|
|
90
91
|
'org-permissions-get-mask-by-names': orgPermissionsGetMaskByNamesCmd,
|
|
91
|
-
'
|
|
92
|
-
'
|
|
92
|
+
'org-permissions-get-padded-mask': orgPermissionsGetPaddedMaskCmd,
|
|
93
|
+
'provision-bucket': provisionBucketCmd,
|
|
93
94
|
'submit-app-invite-code': submitAppInviteCodeCmd,
|
|
94
95
|
'submit-org-invite-code': submitOrgInviteCodeCmd,
|
|
95
|
-
'provision-bucket': provisionBucketCmd,
|
|
96
96
|
});
|
|
97
|
-
const usage = '\ncsdk <command>\n\nCommands:\n context Manage API contexts\n auth Manage authentication\n
|
|
97
|
+
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';
|
|
98
98
|
export const commands = async (argv, prompter, options) => {
|
|
99
99
|
if (argv.help || argv.h) {
|
|
100
100
|
console.log(usage);
|
|
@@ -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("..").AppAdminGrantModel;
|
|
4
|
+
appClaimedInvite: import("..").AppClaimedInviteModel;
|
|
5
|
+
appGrant: import("..").AppGrantModel;
|
|
6
|
+
appInvite: import("..").AppInviteModel;
|
|
7
|
+
appMembership: import("..").AppMembershipModel;
|
|
8
|
+
appMembershipDefault: import("..").AppMembershipDefaultModel;
|
|
9
|
+
appOwnerGrant: import("..").AppOwnerGrantModel;
|
|
5
10
|
appPermission: import("..").AppPermissionModel;
|
|
6
|
-
appPermissionDefaultGrant: import("..").AppPermissionDefaultGrantModel;
|
|
7
|
-
orgPermission: import("..").OrgPermissionModel;
|
|
8
|
-
orgPermissionDefaultPermission: import("..").OrgPermissionDefaultPermissionModel;
|
|
9
|
-
orgPermissionDefaultGrant: import("..").OrgPermissionDefaultGrantModel;
|
|
10
|
-
orgMember: import("..").OrgMemberModel;
|
|
11
11
|
appPermissionDefault: import("..").AppPermissionDefaultModel;
|
|
12
|
-
|
|
12
|
+
appPermissionDefaultGrant: import("..").AppPermissionDefaultGrantModel;
|
|
13
13
|
appPermissionDefaultPermission: import("..").AppPermissionDefaultPermissionModel;
|
|
14
|
-
|
|
15
|
-
appOwnerGrant: import("..").AppOwnerGrantModel;
|
|
14
|
+
membershipType: import("..").MembershipTypeModel;
|
|
16
15
|
orgAdminGrant: import("..").OrgAdminGrantModel;
|
|
17
|
-
|
|
16
|
+
orgChartEdge: import("..").OrgChartEdgeModel;
|
|
18
17
|
orgChartEdgeGrant: import("..").OrgChartEdgeGrantModel;
|
|
19
|
-
appClaimedInvite: import("..").AppClaimedInviteModel;
|
|
20
|
-
membershipType: import("..").MembershipTypeModel;
|
|
21
|
-
appGrant: import("..").AppGrantModel;
|
|
22
|
-
appMembershipDefault: import("..").AppMembershipDefaultModel;
|
|
23
|
-
orgMembershipDefault: import("..").OrgMembershipDefaultModel;
|
|
24
18
|
orgClaimedInvite: import("..").OrgClaimedInviteModel;
|
|
19
|
+
orgGetManagersRecord: import("..").OrgGetManagersRecordModel;
|
|
20
|
+
orgGetSubordinatesRecord: import("..").OrgGetSubordinatesRecordModel;
|
|
25
21
|
orgGrant: import("..").OrgGrantModel;
|
|
26
|
-
orgChartEdge: import("..").OrgChartEdgeModel;
|
|
27
|
-
orgMembershipSetting: import("..").OrgMembershipSettingModel;
|
|
28
|
-
appMembership: import("..").AppMembershipModel;
|
|
29
|
-
orgMembership: import("..").OrgMembershipModel;
|
|
30
|
-
orgMemberProfile: import("..").OrgMemberProfileModel;
|
|
31
|
-
appInvite: import("..").AppInviteModel;
|
|
32
22
|
orgInvite: import("..").OrgInviteModel;
|
|
23
|
+
orgMember: import("..").OrgMemberModel;
|
|
24
|
+
orgMemberProfile: import("..").OrgMemberProfileModel;
|
|
25
|
+
orgMembership: import("..").OrgMembershipModel;
|
|
26
|
+
orgMembershipDefault: import("..").OrgMembershipDefaultModel;
|
|
27
|
+
orgMembershipSetting: import("..").OrgMembershipSettingModel;
|
|
28
|
+
orgOwnerGrant: import("..").OrgOwnerGrantModel;
|
|
29
|
+
orgPermission: import("..").OrgPermissionModel;
|
|
30
|
+
orgPermissionDefault: import("..").OrgPermissionDefaultModel;
|
|
31
|
+
orgPermissionDefaultGrant: import("..").OrgPermissionDefaultGrantModel;
|
|
32
|
+
orgPermissionDefaultPermission: import("..").OrgPermissionDefaultPermissionModel;
|
|
33
33
|
query: {
|
|
34
|
-
|
|
34
|
+
appPermissionsGetByMask: (args: import("../orm/query").AppPermissionsGetByMaskVariables, options?: {
|
|
35
35
|
select?: Record<string, unknown>;
|
|
36
36
|
}) => import("..").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("..").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("..").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("..").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("..").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("..").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("..").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("..").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("..").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("..").StrictSelect<S, import("../orm/input-types").ProvisionBucketPayloadSelect>) => import("..").QueryBuilder<{
|
|
84
|
+
provisionBucket: import("..").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("..").StrictSelect<S, import("../orm/input-types").SubmitAppInviteCodePayloadSelect>) => import("..").QueryBuilder<{
|
|
@@ -88,10 +93,5 @@ export declare function getClient(contextName?: string): {
|
|
|
88
93
|
} & import("..").StrictSelect<S, import("../orm/input-types").SubmitOrgInviteCodePayloadSelect>) => import("..").QueryBuilder<{
|
|
89
94
|
submitOrgInviteCode: import("..").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("..").StrictSelect<S, import("../orm/input-types").ProvisionBucketPayloadSelect>) => import("..").QueryBuilder<{
|
|
94
|
-
provisionBucket: import("..").InferSelectResult<import("../orm/input-types").ProvisionBucketPayload, S> | null;
|
|
95
|
-
}>;
|
|
96
96
|
};
|
|
97
97
|
};
|
package/esm/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
|
};
|
package/esm/admin/orm/index.js
CHANGED
|
@@ -4,36 +4,36 @@
|
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
6
|
import { OrmClient } from './client';
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
7
|
+
import { AppAdminGrantModel } from './models/appAdminGrant';
|
|
8
|
+
import { AppClaimedInviteModel } from './models/appClaimedInvite';
|
|
9
|
+
import { AppGrantModel } from './models/appGrant';
|
|
10
|
+
import { AppInviteModel } from './models/appInvite';
|
|
11
|
+
import { AppMembershipModel } from './models/appMembership';
|
|
12
|
+
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
13
|
+
import { AppOwnerGrantModel } from './models/appOwnerGrant';
|
|
9
14
|
import { AppPermissionModel } from './models/appPermission';
|
|
10
|
-
import { AppPermissionDefaultGrantModel } from './models/appPermissionDefaultGrant';
|
|
11
|
-
import { OrgPermissionModel } from './models/orgPermission';
|
|
12
|
-
import { OrgPermissionDefaultPermissionModel } from './models/orgPermissionDefaultPermission';
|
|
13
|
-
import { OrgPermissionDefaultGrantModel } from './models/orgPermissionDefaultGrant';
|
|
14
|
-
import { OrgMemberModel } from './models/orgMember';
|
|
15
15
|
import { AppPermissionDefaultModel } from './models/appPermissionDefault';
|
|
16
|
-
import {
|
|
16
|
+
import { AppPermissionDefaultGrantModel } from './models/appPermissionDefaultGrant';
|
|
17
17
|
import { AppPermissionDefaultPermissionModel } from './models/appPermissionDefaultPermission';
|
|
18
|
-
import {
|
|
19
|
-
import { AppOwnerGrantModel } from './models/appOwnerGrant';
|
|
18
|
+
import { MembershipTypeModel } from './models/membershipType';
|
|
20
19
|
import { OrgAdminGrantModel } from './models/orgAdminGrant';
|
|
21
|
-
import {
|
|
20
|
+
import { OrgChartEdgeModel } from './models/orgChartEdge';
|
|
22
21
|
import { OrgChartEdgeGrantModel } from './models/orgChartEdgeGrant';
|
|
23
|
-
import { AppClaimedInviteModel } from './models/appClaimedInvite';
|
|
24
|
-
import { MembershipTypeModel } from './models/membershipType';
|
|
25
|
-
import { AppGrantModel } from './models/appGrant';
|
|
26
|
-
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
27
|
-
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
28
22
|
import { OrgClaimedInviteModel } from './models/orgClaimedInvite';
|
|
23
|
+
import { OrgGetManagersRecordModel } from './models/orgGetManagersRecord';
|
|
24
|
+
import { OrgGetSubordinatesRecordModel } from './models/orgGetSubordinatesRecord';
|
|
29
25
|
import { OrgGrantModel } from './models/orgGrant';
|
|
30
|
-
import { OrgChartEdgeModel } from './models/orgChartEdge';
|
|
31
|
-
import { OrgMembershipSettingModel } from './models/orgMembershipSetting';
|
|
32
|
-
import { AppMembershipModel } from './models/appMembership';
|
|
33
|
-
import { OrgMembershipModel } from './models/orgMembership';
|
|
34
|
-
import { OrgMemberProfileModel } from './models/orgMemberProfile';
|
|
35
|
-
import { AppInviteModel } from './models/appInvite';
|
|
36
26
|
import { OrgInviteModel } from './models/orgInvite';
|
|
27
|
+
import { OrgMemberModel } from './models/orgMember';
|
|
28
|
+
import { OrgMemberProfileModel } from './models/orgMemberProfile';
|
|
29
|
+
import { OrgMembershipModel } from './models/orgMembership';
|
|
30
|
+
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
31
|
+
import { OrgMembershipSettingModel } from './models/orgMembershipSetting';
|
|
32
|
+
import { OrgOwnerGrantModel } from './models/orgOwnerGrant';
|
|
33
|
+
import { OrgPermissionModel } from './models/orgPermission';
|
|
34
|
+
import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
|
|
35
|
+
import { OrgPermissionDefaultGrantModel } from './models/orgPermissionDefaultGrant';
|
|
36
|
+
import { OrgPermissionDefaultPermissionModel } from './models/orgPermissionDefaultPermission';
|
|
37
37
|
import { createQueryOperations } from './query';
|
|
38
38
|
import { createMutationOperations } from './mutation';
|
|
39
39
|
export { GraphQLRequestError, FetchAdapter } from './client';
|
|
@@ -68,36 +68,36 @@ export { createMutationOperations } from './mutation';
|
|
|
68
68
|
export function createClient(config) {
|
|
69
69
|
const client = new OrmClient(config);
|
|
70
70
|
return {
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
appAdminGrant: new AppAdminGrantModel(client),
|
|
72
|
+
appClaimedInvite: new AppClaimedInviteModel(client),
|
|
73
|
+
appGrant: new AppGrantModel(client),
|
|
74
|
+
appInvite: new AppInviteModel(client),
|
|
75
|
+
appMembership: new AppMembershipModel(client),
|
|
76
|
+
appMembershipDefault: new AppMembershipDefaultModel(client),
|
|
77
|
+
appOwnerGrant: new AppOwnerGrantModel(client),
|
|
73
78
|
appPermission: new AppPermissionModel(client),
|
|
74
|
-
appPermissionDefaultGrant: new AppPermissionDefaultGrantModel(client),
|
|
75
|
-
orgPermission: new OrgPermissionModel(client),
|
|
76
|
-
orgPermissionDefaultPermission: new OrgPermissionDefaultPermissionModel(client),
|
|
77
|
-
orgPermissionDefaultGrant: new OrgPermissionDefaultGrantModel(client),
|
|
78
|
-
orgMember: new OrgMemberModel(client),
|
|
79
79
|
appPermissionDefault: new AppPermissionDefaultModel(client),
|
|
80
|
-
|
|
80
|
+
appPermissionDefaultGrant: new AppPermissionDefaultGrantModel(client),
|
|
81
81
|
appPermissionDefaultPermission: new AppPermissionDefaultPermissionModel(client),
|
|
82
|
-
|
|
83
|
-
appOwnerGrant: new AppOwnerGrantModel(client),
|
|
82
|
+
membershipType: new MembershipTypeModel(client),
|
|
84
83
|
orgAdminGrant: new OrgAdminGrantModel(client),
|
|
85
|
-
|
|
84
|
+
orgChartEdge: new OrgChartEdgeModel(client),
|
|
86
85
|
orgChartEdgeGrant: new OrgChartEdgeGrantModel(client),
|
|
87
|
-
appClaimedInvite: new AppClaimedInviteModel(client),
|
|
88
|
-
membershipType: new MembershipTypeModel(client),
|
|
89
|
-
appGrant: new AppGrantModel(client),
|
|
90
|
-
appMembershipDefault: new AppMembershipDefaultModel(client),
|
|
91
|
-
orgMembershipDefault: new OrgMembershipDefaultModel(client),
|
|
92
86
|
orgClaimedInvite: new OrgClaimedInviteModel(client),
|
|
87
|
+
orgGetManagersRecord: new OrgGetManagersRecordModel(client),
|
|
88
|
+
orgGetSubordinatesRecord: new OrgGetSubordinatesRecordModel(client),
|
|
93
89
|
orgGrant: new OrgGrantModel(client),
|
|
94
|
-
orgChartEdge: new OrgChartEdgeModel(client),
|
|
95
|
-
orgMembershipSetting: new OrgMembershipSettingModel(client),
|
|
96
|
-
appMembership: new AppMembershipModel(client),
|
|
97
|
-
orgMembership: new OrgMembershipModel(client),
|
|
98
|
-
orgMemberProfile: new OrgMemberProfileModel(client),
|
|
99
|
-
appInvite: new AppInviteModel(client),
|
|
100
90
|
orgInvite: new OrgInviteModel(client),
|
|
91
|
+
orgMember: new OrgMemberModel(client),
|
|
92
|
+
orgMemberProfile: new OrgMemberProfileModel(client),
|
|
93
|
+
orgMembership: new OrgMembershipModel(client),
|
|
94
|
+
orgMembershipDefault: new OrgMembershipDefaultModel(client),
|
|
95
|
+
orgMembershipSetting: new OrgMembershipSettingModel(client),
|
|
96
|
+
orgOwnerGrant: new OrgOwnerGrantModel(client),
|
|
97
|
+
orgPermission: new OrgPermissionModel(client),
|
|
98
|
+
orgPermissionDefault: new OrgPermissionDefaultModel(client),
|
|
99
|
+
orgPermissionDefaultGrant: new OrgPermissionDefaultGrantModel(client),
|
|
100
|
+
orgPermissionDefaultPermission: new OrgPermissionDefaultPermissionModel(client),
|
|
101
101
|
query: createQueryOperations(client),
|
|
102
102
|
mutation: createMutationOperations(client),
|
|
103
103
|
};
|