@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
|
@@ -1,71 +1,71 @@
|
|
|
1
1
|
export declare const getStore: () => import("appstash").ConfigStore;
|
|
2
2
|
export declare function getClient(contextName?: string): {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
devicesModule: import("..").DevicesModuleModel;
|
|
7
|
-
i18NModule: import("..").I18NModuleModel;
|
|
8
|
-
userSettingsModule: import("..").UserSettingsModuleModel;
|
|
9
|
-
userStateModule: import("..").UserStateModuleModel;
|
|
10
|
-
userCredentialsModule: import("..").UserCredentialsModuleModel;
|
|
11
|
-
connectedAccountsModule: import("..").ConnectedAccountsModuleModel;
|
|
12
|
-
emailsModule: import("..").EmailsModuleModel;
|
|
13
|
-
phoneNumbersModule: import("..").PhoneNumbersModuleModel;
|
|
14
|
-
rateLimitsModule: import("..").RateLimitsModuleModel;
|
|
15
|
-
usersModule: import("..").UsersModuleModel;
|
|
16
|
-
webauthnCredentialsModule: import("..").WebauthnCredentialsModuleModel;
|
|
17
|
-
configSecretsUserModule: import("..").ConfigSecretsUserModuleModel;
|
|
18
|
-
cryptoAddressesModule: import("..").CryptoAddressesModuleModel;
|
|
19
|
-
denormalizedTableField: import("..").DenormalizedTableFieldModel;
|
|
20
|
-
rlsModule: import("..").RlsModuleModel;
|
|
3
|
+
agentModule: import("..").AgentModuleModel;
|
|
4
|
+
billingModule: import("..").BillingModuleModel;
|
|
5
|
+
billingProviderModule: import("..").BillingProviderModuleModel;
|
|
21
6
|
blueprint: import("..").BlueprintModel;
|
|
22
|
-
blueprintTemplate: import("..").BlueprintTemplateModel;
|
|
23
7
|
blueprintConstruction: import("..").BlueprintConstructionModel;
|
|
8
|
+
blueprintTemplate: import("..").BlueprintTemplateModel;
|
|
9
|
+
computeLogModule: import("..").ComputeLogModuleModel;
|
|
10
|
+
configSecretsUserModule: import("..").ConfigSecretsUserModuleModel;
|
|
11
|
+
connectedAccountsModule: import("..").ConnectedAccountsModuleModel;
|
|
12
|
+
cryptoAddressesModule: import("..").CryptoAddressesModuleModel;
|
|
24
13
|
cryptoAuthModule: import("..").CryptoAuthModuleModel;
|
|
25
|
-
|
|
26
|
-
secureTableProvision: import("..").SecureTableProvisionModel;
|
|
27
|
-
identityProvidersModule: import("..").IdentityProvidersModuleModel;
|
|
28
|
-
integrationProvidersModule: import("..").IntegrationProvidersModuleModel;
|
|
14
|
+
databaseProvisionModule: import("..").DatabaseProvisionModuleModel;
|
|
29
15
|
dbPoolConfig: import("..").DbPoolConfigModel;
|
|
30
|
-
|
|
31
|
-
infraSecretsModule: import("..").InfraSecretsModuleModel;
|
|
32
|
-
internalSecretsModule: import("..").InternalSecretsModuleModel;
|
|
16
|
+
dbPool: import("..").DbPoolModel;
|
|
33
17
|
dbPresetModule: import("..").DbPresetModuleModel;
|
|
18
|
+
dbUsageModule: import("..").DbUsageModuleModel;
|
|
19
|
+
defaultIdsModule: import("..").DefaultIdsModuleModel;
|
|
20
|
+
denormalizedTableField: import("..").DenormalizedTableFieldModel;
|
|
21
|
+
devicesModule: import("..").DevicesModuleModel;
|
|
22
|
+
emailsModule: import("..").EmailsModuleModel;
|
|
23
|
+
entityTypeProvision: import("..").EntityTypeProvisionModel;
|
|
24
|
+
eventsModule: import("..").EventsModuleModel;
|
|
25
|
+
functionDeploymentModule: import("..").FunctionDeploymentModuleModel;
|
|
26
|
+
functionInvocationModule: import("..").FunctionInvocationModuleModel;
|
|
27
|
+
functionModule: import("..").FunctionModuleModel;
|
|
28
|
+
graphExecutionModule: import("..").GraphExecutionModuleModel;
|
|
34
29
|
graphModule: import("..").GraphModuleModel;
|
|
35
|
-
|
|
30
|
+
hierarchyModule: import("..").HierarchyModuleModel;
|
|
31
|
+
i18NModule: import("..").I18NModuleModel;
|
|
32
|
+
identityProvidersModule: import("..").IdentityProvidersModuleModel;
|
|
33
|
+
inferenceLogModule: import("..").InferenceLogModuleModel;
|
|
36
34
|
infraConfigModule: import("..").InfraConfigModuleModel;
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
functionModule: import("..").FunctionModuleModel;
|
|
41
|
-
merkleStoreModule: import("..").MerkleStoreModuleModel;
|
|
42
|
-
databaseProvisionModule: import("..").DatabaseProvisionModuleModel;
|
|
43
|
-
functionInvocationModule: import("..").FunctionInvocationModuleModel;
|
|
35
|
+
infraSecretsModule: import("..").InfraSecretsModuleModel;
|
|
36
|
+
integrationProvidersModule: import("..").IntegrationProvidersModuleModel;
|
|
37
|
+
internalSecretsModule: import("..").InternalSecretsModuleModel;
|
|
44
38
|
invitesModule: import("..").InvitesModuleModel;
|
|
39
|
+
limitsModule: import("..").LimitsModuleModel;
|
|
40
|
+
membershipTypesModule: import("..").MembershipTypesModuleModel;
|
|
41
|
+
membershipsModule: import("..").MembershipsModuleModel;
|
|
42
|
+
merkleStoreModule: import("..").MerkleStoreModuleModel;
|
|
45
43
|
namespaceModule: import("..").NamespaceModuleModel;
|
|
46
|
-
plansModule: import("..").PlansModuleModel;
|
|
47
|
-
computeLogModule: import("..").ComputeLogModuleModel;
|
|
48
|
-
inferenceLogModule: import("..").InferenceLogModuleModel;
|
|
49
|
-
storageLogModule: import("..").StorageLogModuleModel;
|
|
50
|
-
transferLogModule: import("..").TransferLogModuleModel;
|
|
51
|
-
billingProviderModule: import("..").BillingProviderModuleModel;
|
|
52
|
-
functionDeploymentModule: import("..").FunctionDeploymentModuleModel;
|
|
53
|
-
permissionsModule: import("..").PermissionsModuleModel;
|
|
54
|
-
graphExecutionModule: import("..").GraphExecutionModuleModel;
|
|
55
|
-
hierarchyModule: import("..").HierarchyModuleModel;
|
|
56
44
|
notificationsModule: import("..").NotificationsModuleModel;
|
|
57
|
-
|
|
45
|
+
permissionsModule: import("..").PermissionsModuleModel;
|
|
46
|
+
phoneNumbersModule: import("..").PhoneNumbersModuleModel;
|
|
47
|
+
plansModule: import("..").PlansModuleModel;
|
|
48
|
+
principalAuthModule: import("..").PrincipalAuthModuleModel;
|
|
58
49
|
profilesModule: import("..").ProfilesModuleModel;
|
|
59
|
-
|
|
50
|
+
rateLimitMetersModule: import("..").RateLimitMetersModuleModel;
|
|
51
|
+
rateLimitsModule: import("..").RateLimitsModuleModel;
|
|
52
|
+
realtimeModule: import("..").RealtimeModuleModel;
|
|
53
|
+
relationProvision: import("..").RelationProvisionModel;
|
|
60
54
|
resourceModule: import("..").ResourceModuleModel;
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
55
|
+
rlsModule: import("..").RlsModuleModel;
|
|
56
|
+
secureTableProvision: import("..").SecureTableProvisionModel;
|
|
57
|
+
sessionSecretsModule: import("..").SessionSecretsModuleModel;
|
|
58
|
+
sessionsModule: import("..").SessionsModuleModel;
|
|
59
|
+
storageLogModule: import("..").StorageLogModuleModel;
|
|
66
60
|
storageModule: import("..").StorageModuleModel;
|
|
67
|
-
|
|
68
|
-
|
|
61
|
+
transferLogModule: import("..").TransferLogModuleModel;
|
|
62
|
+
userAuthModule: import("..").UserAuthModuleModel;
|
|
63
|
+
userCredentialsModule: import("..").UserCredentialsModuleModel;
|
|
64
|
+
userSettingsModule: import("..").UserSettingsModuleModel;
|
|
65
|
+
userStateModule: import("..").UserStateModuleModel;
|
|
66
|
+
usersModule: import("..").UsersModuleModel;
|
|
67
|
+
webauthnAuthModule: import("..").WebauthnAuthModuleModel;
|
|
68
|
+
webauthnCredentialsModule: import("..").WebauthnCredentialsModuleModel;
|
|
69
69
|
query: {
|
|
70
70
|
resolveBlueprintField: (args: import("../orm/query").ResolveBlueprintFieldVariables, options?: {
|
|
71
71
|
select?: Record<string, unknown>;
|
|
@@ -84,30 +84,35 @@ export declare function getClient(contextName?: string): {
|
|
|
84
84
|
} & import("..").StrictSelect<S, import("../orm/input-types").ConstructBlueprintPayloadSelect>) => import("..").QueryBuilder<{
|
|
85
85
|
constructBlueprint: import("..").InferSelectResult<import("../orm/input-types").ConstructBlueprintPayload, S> | null;
|
|
86
86
|
}>;
|
|
87
|
-
|
|
87
|
+
copyTemplateToBlueprint: <S extends import("../orm/input-types").CopyTemplateToBlueprintPayloadSelect>(args: import("../orm/mutation").CopyTemplateToBlueprintVariables, options: {
|
|
88
88
|
select: S;
|
|
89
|
-
} & import("..").StrictSelect<S, import("../orm/input-types").
|
|
90
|
-
|
|
89
|
+
} & import("..").StrictSelect<S, import("../orm/input-types").CopyTemplateToBlueprintPayloadSelect>) => import("..").QueryBuilder<{
|
|
90
|
+
copyTemplateToBlueprint: import("..").InferSelectResult<import("../orm/input-types").CopyTemplateToBlueprintPayload, S> | null;
|
|
91
91
|
}>;
|
|
92
|
-
|
|
92
|
+
provisionBucket: <S extends import("../orm/input-types").ProvisionBucketPayloadSelect>(args: import("../orm/mutation").ProvisionBucketVariables, options: {
|
|
93
93
|
select: S;
|
|
94
|
-
} & import("..").StrictSelect<S, import("../orm/input-types").
|
|
95
|
-
|
|
94
|
+
} & import("..").StrictSelect<S, import("../orm/input-types").ProvisionBucketPayloadSelect>) => import("..").QueryBuilder<{
|
|
95
|
+
provisionBucket: import("..").InferSelectResult<import("../orm/input-types").ProvisionBucketPayload, S> | null;
|
|
96
96
|
}>;
|
|
97
97
|
provisionCheckConstraint: <S extends import("../orm/input-types").ProvisionCheckConstraintPayloadSelect>(args: import("../orm/mutation").ProvisionCheckConstraintVariables, options: {
|
|
98
98
|
select: S;
|
|
99
99
|
} & import("..").StrictSelect<S, import("../orm/input-types").ProvisionCheckConstraintPayloadSelect>) => import("..").QueryBuilder<{
|
|
100
100
|
provisionCheckConstraint: import("..").InferSelectResult<import("../orm/input-types").ProvisionCheckConstraintPayload, S> | null;
|
|
101
101
|
}>;
|
|
102
|
-
|
|
102
|
+
provisionFullTextSearch: <S extends import("../orm/input-types").ProvisionFullTextSearchPayloadSelect>(args: import("../orm/mutation").ProvisionFullTextSearchVariables, options: {
|
|
103
103
|
select: S;
|
|
104
|
-
} & import("..").StrictSelect<S, import("../orm/input-types").
|
|
105
|
-
|
|
104
|
+
} & import("..").StrictSelect<S, import("../orm/input-types").ProvisionFullTextSearchPayloadSelect>) => import("..").QueryBuilder<{
|
|
105
|
+
provisionFullTextSearch: import("..").InferSelectResult<import("../orm/input-types").ProvisionFullTextSearchPayload, S> | null;
|
|
106
106
|
}>;
|
|
107
|
-
|
|
107
|
+
provisionIndex: <S extends import("../orm/input-types").ProvisionIndexPayloadSelect>(args: import("../orm/mutation").ProvisionIndexVariables, options: {
|
|
108
108
|
select: S;
|
|
109
|
-
} & import("..").StrictSelect<S, import("../orm/input-types").
|
|
110
|
-
|
|
109
|
+
} & import("..").StrictSelect<S, import("../orm/input-types").ProvisionIndexPayloadSelect>) => import("..").QueryBuilder<{
|
|
110
|
+
provisionIndex: import("..").InferSelectResult<import("../orm/input-types").ProvisionIndexPayload, S> | null;
|
|
111
|
+
}>;
|
|
112
|
+
provisionRelation: <S extends import("../orm/input-types").ProvisionRelationPayloadSelect>(args: import("../orm/mutation").ProvisionRelationVariables, options: {
|
|
113
|
+
select: S;
|
|
114
|
+
} & import("..").StrictSelect<S, import("../orm/input-types").ProvisionRelationPayloadSelect>) => import("..").QueryBuilder<{
|
|
115
|
+
provisionRelation: import("..").InferSelectResult<import("../orm/input-types").ProvisionRelationPayload, S> | null;
|
|
111
116
|
}>;
|
|
112
117
|
provisionSpatialRelation: <S extends import("../orm/input-types").ProvisionSpatialRelationPayloadSelect>(args: import("../orm/mutation").ProvisionSpatialRelationVariables, options: {
|
|
113
118
|
select: S;
|
|
@@ -119,15 +124,10 @@ export declare function getClient(contextName?: string): {
|
|
|
119
124
|
} & import("..").StrictSelect<S, import("../orm/input-types").ProvisionTablePayloadSelect>) => import("..").QueryBuilder<{
|
|
120
125
|
provisionTable: import("..").InferSelectResult<import("../orm/input-types").ProvisionTablePayload, S> | null;
|
|
121
126
|
}>;
|
|
122
|
-
|
|
123
|
-
select: S;
|
|
124
|
-
} & import("..").StrictSelect<S, import("../orm/input-types").ProvisionRelationPayloadSelect>) => import("..").QueryBuilder<{
|
|
125
|
-
provisionRelation: import("..").InferSelectResult<import("../orm/input-types").ProvisionRelationPayload, S> | null;
|
|
126
|
-
}>;
|
|
127
|
-
provisionBucket: <S extends import("../orm/input-types").ProvisionBucketPayloadSelect>(args: import("../orm/mutation").ProvisionBucketVariables, options: {
|
|
127
|
+
provisionUniqueConstraint: <S extends import("../orm/input-types").ProvisionUniqueConstraintPayloadSelect>(args: import("../orm/mutation").ProvisionUniqueConstraintVariables, options: {
|
|
128
128
|
select: S;
|
|
129
|
-
} & import("..").StrictSelect<S, import("../orm/input-types").
|
|
130
|
-
|
|
129
|
+
} & import("..").StrictSelect<S, import("../orm/input-types").ProvisionUniqueConstraintPayloadSelect>) => import("..").QueryBuilder<{
|
|
130
|
+
provisionUniqueConstraint: import("..").InferSelectResult<import("../orm/input-types").ProvisionUniqueConstraintPayload, S> | null;
|
|
131
131
|
}>;
|
|
132
132
|
};
|
|
133
133
|
};
|
|
@@ -1,70 +1,70 @@
|
|
|
1
1
|
import type { OrmClientConfig } from './client';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { DevicesModuleModel } from './models/devicesModule';
|
|
6
|
-
import { I18NModuleModel } from './models/i18NModule';
|
|
7
|
-
import { UserSettingsModuleModel } from './models/userSettingsModule';
|
|
8
|
-
import { UserStateModuleModel } from './models/userStateModule';
|
|
9
|
-
import { UserCredentialsModuleModel } from './models/userCredentialsModule';
|
|
10
|
-
import { ConnectedAccountsModuleModel } from './models/connectedAccountsModule';
|
|
11
|
-
import { EmailsModuleModel } from './models/emailsModule';
|
|
12
|
-
import { PhoneNumbersModuleModel } from './models/phoneNumbersModule';
|
|
13
|
-
import { RateLimitsModuleModel } from './models/rateLimitsModule';
|
|
14
|
-
import { UsersModuleModel } from './models/usersModule';
|
|
15
|
-
import { WebauthnCredentialsModuleModel } from './models/webauthnCredentialsModule';
|
|
16
|
-
import { ConfigSecretsUserModuleModel } from './models/configSecretsUserModule';
|
|
17
|
-
import { CryptoAddressesModuleModel } from './models/cryptoAddressesModule';
|
|
18
|
-
import { DenormalizedTableFieldModel } from './models/denormalizedTableField';
|
|
19
|
-
import { RlsModuleModel } from './models/rlsModule';
|
|
2
|
+
import { AgentModuleModel } from './models/agentModule';
|
|
3
|
+
import { BillingModuleModel } from './models/billingModule';
|
|
4
|
+
import { BillingProviderModuleModel } from './models/billingProviderModule';
|
|
20
5
|
import { BlueprintModel } from './models/blueprint';
|
|
21
|
-
import { BlueprintTemplateModel } from './models/blueprintTemplate';
|
|
22
6
|
import { BlueprintConstructionModel } from './models/blueprintConstruction';
|
|
7
|
+
import { BlueprintTemplateModel } from './models/blueprintTemplate';
|
|
8
|
+
import { ComputeLogModuleModel } from './models/computeLogModule';
|
|
9
|
+
import { ConfigSecretsUserModuleModel } from './models/configSecretsUserModule';
|
|
10
|
+
import { ConnectedAccountsModuleModel } from './models/connectedAccountsModule';
|
|
11
|
+
import { CryptoAddressesModuleModel } from './models/cryptoAddressesModule';
|
|
23
12
|
import { CryptoAuthModuleModel } from './models/cryptoAuthModule';
|
|
24
|
-
import {
|
|
25
|
-
import { SecureTableProvisionModel } from './models/secureTableProvision';
|
|
26
|
-
import { IdentityProvidersModuleModel } from './models/identityProvidersModule';
|
|
27
|
-
import { IntegrationProvidersModuleModel } from './models/integrationProvidersModule';
|
|
13
|
+
import { DatabaseProvisionModuleModel } from './models/databaseProvisionModule';
|
|
28
14
|
import { DbPoolConfigModel } from './models/dbPoolConfig';
|
|
29
|
-
import {
|
|
30
|
-
import { InfraSecretsModuleModel } from './models/infraSecretsModule';
|
|
31
|
-
import { InternalSecretsModuleModel } from './models/internalSecretsModule';
|
|
15
|
+
import { DbPoolModel } from './models/dbPool';
|
|
32
16
|
import { DbPresetModuleModel } from './models/dbPresetModule';
|
|
17
|
+
import { DbUsageModuleModel } from './models/dbUsageModule';
|
|
18
|
+
import { DefaultIdsModuleModel } from './models/defaultIdsModule';
|
|
19
|
+
import { DenormalizedTableFieldModel } from './models/denormalizedTableField';
|
|
20
|
+
import { DevicesModuleModel } from './models/devicesModule';
|
|
21
|
+
import { EmailsModuleModel } from './models/emailsModule';
|
|
22
|
+
import { EntityTypeProvisionModel } from './models/entityTypeProvision';
|
|
23
|
+
import { EventsModuleModel } from './models/eventsModule';
|
|
24
|
+
import { FunctionDeploymentModuleModel } from './models/functionDeploymentModule';
|
|
25
|
+
import { FunctionInvocationModuleModel } from './models/functionInvocationModule';
|
|
26
|
+
import { FunctionModuleModel } from './models/functionModule';
|
|
27
|
+
import { GraphExecutionModuleModel } from './models/graphExecutionModule';
|
|
33
28
|
import { GraphModuleModel } from './models/graphModule';
|
|
34
|
-
import {
|
|
29
|
+
import { HierarchyModuleModel } from './models/hierarchyModule';
|
|
30
|
+
import { I18NModuleModel } from './models/i18NModule';
|
|
31
|
+
import { IdentityProvidersModuleModel } from './models/identityProvidersModule';
|
|
32
|
+
import { InferenceLogModuleModel } from './models/inferenceLogModule';
|
|
35
33
|
import { InfraConfigModuleModel } from './models/infraConfigModule';
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import { FunctionModuleModel } from './models/functionModule';
|
|
40
|
-
import { MerkleStoreModuleModel } from './models/merkleStoreModule';
|
|
41
|
-
import { DatabaseProvisionModuleModel } from './models/databaseProvisionModule';
|
|
42
|
-
import { FunctionInvocationModuleModel } from './models/functionInvocationModule';
|
|
34
|
+
import { InfraSecretsModuleModel } from './models/infraSecretsModule';
|
|
35
|
+
import { IntegrationProvidersModuleModel } from './models/integrationProvidersModule';
|
|
36
|
+
import { InternalSecretsModuleModel } from './models/internalSecretsModule';
|
|
43
37
|
import { InvitesModuleModel } from './models/invitesModule';
|
|
38
|
+
import { LimitsModuleModel } from './models/limitsModule';
|
|
39
|
+
import { MembershipTypesModuleModel } from './models/membershipTypesModule';
|
|
40
|
+
import { MembershipsModuleModel } from './models/membershipsModule';
|
|
41
|
+
import { MerkleStoreModuleModel } from './models/merkleStoreModule';
|
|
44
42
|
import { NamespaceModuleModel } from './models/namespaceModule';
|
|
45
|
-
import { PlansModuleModel } from './models/plansModule';
|
|
46
|
-
import { ComputeLogModuleModel } from './models/computeLogModule';
|
|
47
|
-
import { InferenceLogModuleModel } from './models/inferenceLogModule';
|
|
48
|
-
import { StorageLogModuleModel } from './models/storageLogModule';
|
|
49
|
-
import { TransferLogModuleModel } from './models/transferLogModule';
|
|
50
|
-
import { BillingProviderModuleModel } from './models/billingProviderModule';
|
|
51
|
-
import { FunctionDeploymentModuleModel } from './models/functionDeploymentModule';
|
|
52
|
-
import { PermissionsModuleModel } from './models/permissionsModule';
|
|
53
|
-
import { GraphExecutionModuleModel } from './models/graphExecutionModule';
|
|
54
|
-
import { HierarchyModuleModel } from './models/hierarchyModule';
|
|
55
43
|
import { NotificationsModuleModel } from './models/notificationsModule';
|
|
56
|
-
import {
|
|
44
|
+
import { PermissionsModuleModel } from './models/permissionsModule';
|
|
45
|
+
import { PhoneNumbersModuleModel } from './models/phoneNumbersModule';
|
|
46
|
+
import { PlansModuleModel } from './models/plansModule';
|
|
47
|
+
import { PrincipalAuthModuleModel } from './models/principalAuthModule';
|
|
57
48
|
import { ProfilesModuleModel } from './models/profilesModule';
|
|
58
|
-
import {
|
|
49
|
+
import { RateLimitMetersModuleModel } from './models/rateLimitMetersModule';
|
|
50
|
+
import { RateLimitsModuleModel } from './models/rateLimitsModule';
|
|
51
|
+
import { RealtimeModuleModel } from './models/realtimeModule';
|
|
52
|
+
import { RelationProvisionModel } from './models/relationProvision';
|
|
59
53
|
import { ResourceModuleModel } from './models/resourceModule';
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
54
|
+
import { RlsModuleModel } from './models/rlsModule';
|
|
55
|
+
import { SecureTableProvisionModel } from './models/secureTableProvision';
|
|
56
|
+
import { SessionSecretsModuleModel } from './models/sessionSecretsModule';
|
|
57
|
+
import { SessionsModuleModel } from './models/sessionsModule';
|
|
58
|
+
import { StorageLogModuleModel } from './models/storageLogModule';
|
|
65
59
|
import { StorageModuleModel } from './models/storageModule';
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
60
|
+
import { TransferLogModuleModel } from './models/transferLogModule';
|
|
61
|
+
import { UserAuthModuleModel } from './models/userAuthModule';
|
|
62
|
+
import { UserCredentialsModuleModel } from './models/userCredentialsModule';
|
|
63
|
+
import { UserSettingsModuleModel } from './models/userSettingsModule';
|
|
64
|
+
import { UserStateModuleModel } from './models/userStateModule';
|
|
65
|
+
import { UsersModuleModel } from './models/usersModule';
|
|
66
|
+
import { WebauthnAuthModuleModel } from './models/webauthnAuthModule';
|
|
67
|
+
import { WebauthnCredentialsModuleModel } from './models/webauthnCredentialsModule';
|
|
68
68
|
export type { OrmClientConfig, QueryResult, GraphQLError, GraphQLAdapter } from './client';
|
|
69
69
|
export { GraphQLRequestError, FetchAdapter } from './client';
|
|
70
70
|
export { QueryBuilder } from './query-builder';
|
|
@@ -96,72 +96,72 @@ export { createMutationOperations } from './mutation';
|
|
|
96
96
|
* ```
|
|
97
97
|
*/
|
|
98
98
|
export declare function createClient(config: OrmClientConfig): {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
devicesModule: DevicesModuleModel;
|
|
103
|
-
i18NModule: I18NModuleModel;
|
|
104
|
-
userSettingsModule: UserSettingsModuleModel;
|
|
105
|
-
userStateModule: UserStateModuleModel;
|
|
106
|
-
userCredentialsModule: UserCredentialsModuleModel;
|
|
107
|
-
connectedAccountsModule: ConnectedAccountsModuleModel;
|
|
108
|
-
emailsModule: EmailsModuleModel;
|
|
109
|
-
phoneNumbersModule: PhoneNumbersModuleModel;
|
|
110
|
-
rateLimitsModule: RateLimitsModuleModel;
|
|
111
|
-
usersModule: UsersModuleModel;
|
|
112
|
-
webauthnCredentialsModule: WebauthnCredentialsModuleModel;
|
|
113
|
-
configSecretsUserModule: ConfigSecretsUserModuleModel;
|
|
114
|
-
cryptoAddressesModule: CryptoAddressesModuleModel;
|
|
115
|
-
denormalizedTableField: DenormalizedTableFieldModel;
|
|
116
|
-
rlsModule: RlsModuleModel;
|
|
99
|
+
agentModule: AgentModuleModel;
|
|
100
|
+
billingModule: BillingModuleModel;
|
|
101
|
+
billingProviderModule: BillingProviderModuleModel;
|
|
117
102
|
blueprint: BlueprintModel;
|
|
118
|
-
blueprintTemplate: BlueprintTemplateModel;
|
|
119
103
|
blueprintConstruction: BlueprintConstructionModel;
|
|
104
|
+
blueprintTemplate: BlueprintTemplateModel;
|
|
105
|
+
computeLogModule: ComputeLogModuleModel;
|
|
106
|
+
configSecretsUserModule: ConfigSecretsUserModuleModel;
|
|
107
|
+
connectedAccountsModule: ConnectedAccountsModuleModel;
|
|
108
|
+
cryptoAddressesModule: CryptoAddressesModuleModel;
|
|
120
109
|
cryptoAuthModule: CryptoAuthModuleModel;
|
|
121
|
-
|
|
122
|
-
secureTableProvision: SecureTableProvisionModel;
|
|
123
|
-
identityProvidersModule: IdentityProvidersModuleModel;
|
|
124
|
-
integrationProvidersModule: IntegrationProvidersModuleModel;
|
|
110
|
+
databaseProvisionModule: DatabaseProvisionModuleModel;
|
|
125
111
|
dbPoolConfig: DbPoolConfigModel;
|
|
126
|
-
|
|
127
|
-
infraSecretsModule: InfraSecretsModuleModel;
|
|
128
|
-
internalSecretsModule: InternalSecretsModuleModel;
|
|
112
|
+
dbPool: DbPoolModel;
|
|
129
113
|
dbPresetModule: DbPresetModuleModel;
|
|
114
|
+
dbUsageModule: DbUsageModuleModel;
|
|
115
|
+
defaultIdsModule: DefaultIdsModuleModel;
|
|
116
|
+
denormalizedTableField: DenormalizedTableFieldModel;
|
|
117
|
+
devicesModule: DevicesModuleModel;
|
|
118
|
+
emailsModule: EmailsModuleModel;
|
|
119
|
+
entityTypeProvision: EntityTypeProvisionModel;
|
|
120
|
+
eventsModule: EventsModuleModel;
|
|
121
|
+
functionDeploymentModule: FunctionDeploymentModuleModel;
|
|
122
|
+
functionInvocationModule: FunctionInvocationModuleModel;
|
|
123
|
+
functionModule: FunctionModuleModel;
|
|
124
|
+
graphExecutionModule: GraphExecutionModuleModel;
|
|
130
125
|
graphModule: GraphModuleModel;
|
|
131
|
-
|
|
126
|
+
hierarchyModule: HierarchyModuleModel;
|
|
127
|
+
i18NModule: I18NModuleModel;
|
|
128
|
+
identityProvidersModule: IdentityProvidersModuleModel;
|
|
129
|
+
inferenceLogModule: InferenceLogModuleModel;
|
|
132
130
|
infraConfigModule: InfraConfigModuleModel;
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
functionModule: FunctionModuleModel;
|
|
137
|
-
merkleStoreModule: MerkleStoreModuleModel;
|
|
138
|
-
databaseProvisionModule: DatabaseProvisionModuleModel;
|
|
139
|
-
functionInvocationModule: FunctionInvocationModuleModel;
|
|
131
|
+
infraSecretsModule: InfraSecretsModuleModel;
|
|
132
|
+
integrationProvidersModule: IntegrationProvidersModuleModel;
|
|
133
|
+
internalSecretsModule: InternalSecretsModuleModel;
|
|
140
134
|
invitesModule: InvitesModuleModel;
|
|
135
|
+
limitsModule: LimitsModuleModel;
|
|
136
|
+
membershipTypesModule: MembershipTypesModuleModel;
|
|
137
|
+
membershipsModule: MembershipsModuleModel;
|
|
138
|
+
merkleStoreModule: MerkleStoreModuleModel;
|
|
141
139
|
namespaceModule: NamespaceModuleModel;
|
|
142
|
-
plansModule: PlansModuleModel;
|
|
143
|
-
computeLogModule: ComputeLogModuleModel;
|
|
144
|
-
inferenceLogModule: InferenceLogModuleModel;
|
|
145
|
-
storageLogModule: StorageLogModuleModel;
|
|
146
|
-
transferLogModule: TransferLogModuleModel;
|
|
147
|
-
billingProviderModule: BillingProviderModuleModel;
|
|
148
|
-
functionDeploymentModule: FunctionDeploymentModuleModel;
|
|
149
|
-
permissionsModule: PermissionsModuleModel;
|
|
150
|
-
graphExecutionModule: GraphExecutionModuleModel;
|
|
151
|
-
hierarchyModule: HierarchyModuleModel;
|
|
152
140
|
notificationsModule: NotificationsModuleModel;
|
|
153
|
-
|
|
141
|
+
permissionsModule: PermissionsModuleModel;
|
|
142
|
+
phoneNumbersModule: PhoneNumbersModuleModel;
|
|
143
|
+
plansModule: PlansModuleModel;
|
|
144
|
+
principalAuthModule: PrincipalAuthModuleModel;
|
|
154
145
|
profilesModule: ProfilesModuleModel;
|
|
155
|
-
|
|
146
|
+
rateLimitMetersModule: RateLimitMetersModuleModel;
|
|
147
|
+
rateLimitsModule: RateLimitsModuleModel;
|
|
148
|
+
realtimeModule: RealtimeModuleModel;
|
|
149
|
+
relationProvision: RelationProvisionModel;
|
|
156
150
|
resourceModule: ResourceModuleModel;
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
151
|
+
rlsModule: RlsModuleModel;
|
|
152
|
+
secureTableProvision: SecureTableProvisionModel;
|
|
153
|
+
sessionSecretsModule: SessionSecretsModuleModel;
|
|
154
|
+
sessionsModule: SessionsModuleModel;
|
|
155
|
+
storageLogModule: StorageLogModuleModel;
|
|
162
156
|
storageModule: StorageModuleModel;
|
|
163
|
-
|
|
164
|
-
|
|
157
|
+
transferLogModule: TransferLogModuleModel;
|
|
158
|
+
userAuthModule: UserAuthModuleModel;
|
|
159
|
+
userCredentialsModule: UserCredentialsModuleModel;
|
|
160
|
+
userSettingsModule: UserSettingsModuleModel;
|
|
161
|
+
userStateModule: UserStateModuleModel;
|
|
162
|
+
usersModule: UsersModuleModel;
|
|
163
|
+
webauthnAuthModule: WebauthnAuthModuleModel;
|
|
164
|
+
webauthnCredentialsModule: WebauthnCredentialsModuleModel;
|
|
165
165
|
query: {
|
|
166
166
|
resolveBlueprintField: (args: import("./query").ResolveBlueprintFieldVariables, options?: {
|
|
167
167
|
select?: Record<string, unknown>;
|
|
@@ -180,30 +180,35 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
180
180
|
} & import("./select-types").StrictSelect<S, import("./input-types").ConstructBlueprintPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
181
181
|
constructBlueprint: import("./select-types").InferSelectResult<import("./input-types").ConstructBlueprintPayload, S> | null;
|
|
182
182
|
}>;
|
|
183
|
-
|
|
183
|
+
copyTemplateToBlueprint: <S extends import("./input-types").CopyTemplateToBlueprintPayloadSelect>(args: import("./mutation").CopyTemplateToBlueprintVariables, options: {
|
|
184
184
|
select: S;
|
|
185
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
186
|
-
|
|
185
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").CopyTemplateToBlueprintPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
186
|
+
copyTemplateToBlueprint: import("./select-types").InferSelectResult<import("./input-types").CopyTemplateToBlueprintPayload, S> | null;
|
|
187
187
|
}>;
|
|
188
|
-
|
|
188
|
+
provisionBucket: <S extends import("./input-types").ProvisionBucketPayloadSelect>(args: import("./mutation").ProvisionBucketVariables, options: {
|
|
189
189
|
select: S;
|
|
190
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
191
|
-
|
|
190
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionBucketPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
191
|
+
provisionBucket: import("./select-types").InferSelectResult<import("./input-types").ProvisionBucketPayload, S> | null;
|
|
192
192
|
}>;
|
|
193
193
|
provisionCheckConstraint: <S extends import("./input-types").ProvisionCheckConstraintPayloadSelect>(args: import("./mutation").ProvisionCheckConstraintVariables, options: {
|
|
194
194
|
select: S;
|
|
195
195
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionCheckConstraintPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
196
196
|
provisionCheckConstraint: import("./select-types").InferSelectResult<import("./input-types").ProvisionCheckConstraintPayload, S> | null;
|
|
197
197
|
}>;
|
|
198
|
-
|
|
198
|
+
provisionFullTextSearch: <S extends import("./input-types").ProvisionFullTextSearchPayloadSelect>(args: import("./mutation").ProvisionFullTextSearchVariables, options: {
|
|
199
199
|
select: S;
|
|
200
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
201
|
-
|
|
200
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionFullTextSearchPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
201
|
+
provisionFullTextSearch: import("./select-types").InferSelectResult<import("./input-types").ProvisionFullTextSearchPayload, S> | null;
|
|
202
202
|
}>;
|
|
203
|
-
|
|
203
|
+
provisionIndex: <S extends import("./input-types").ProvisionIndexPayloadSelect>(args: import("./mutation").ProvisionIndexVariables, options: {
|
|
204
204
|
select: S;
|
|
205
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
206
|
-
|
|
205
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionIndexPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
206
|
+
provisionIndex: import("./select-types").InferSelectResult<import("./input-types").ProvisionIndexPayload, S> | null;
|
|
207
|
+
}>;
|
|
208
|
+
provisionRelation: <S extends import("./input-types").ProvisionRelationPayloadSelect>(args: import("./mutation").ProvisionRelationVariables, options: {
|
|
209
|
+
select: S;
|
|
210
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionRelationPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
211
|
+
provisionRelation: import("./select-types").InferSelectResult<import("./input-types").ProvisionRelationPayload, S> | null;
|
|
207
212
|
}>;
|
|
208
213
|
provisionSpatialRelation: <S extends import("./input-types").ProvisionSpatialRelationPayloadSelect>(args: import("./mutation").ProvisionSpatialRelationVariables, options: {
|
|
209
214
|
select: S;
|
|
@@ -215,15 +220,10 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
215
220
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionTablePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
216
221
|
provisionTable: import("./select-types").InferSelectResult<import("./input-types").ProvisionTablePayload, S> | null;
|
|
217
222
|
}>;
|
|
218
|
-
|
|
219
|
-
select: S;
|
|
220
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionRelationPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
221
|
-
provisionRelation: import("./select-types").InferSelectResult<import("./input-types").ProvisionRelationPayload, S> | null;
|
|
222
|
-
}>;
|
|
223
|
-
provisionBucket: <S extends import("./input-types").ProvisionBucketPayloadSelect>(args: import("./mutation").ProvisionBucketVariables, options: {
|
|
223
|
+
provisionUniqueConstraint: <S extends import("./input-types").ProvisionUniqueConstraintPayloadSelect>(args: import("./mutation").ProvisionUniqueConstraintVariables, options: {
|
|
224
224
|
select: S;
|
|
225
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").
|
|
226
|
-
|
|
225
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionUniqueConstraintPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
226
|
+
provisionUniqueConstraint: import("./select-types").InferSelectResult<import("./input-types").ProvisionUniqueConstraintPayload, S> | null;
|
|
227
227
|
}>;
|
|
228
228
|
};
|
|
229
229
|
};
|