@constructive-sdk/cli 0.25.16 → 0.25.17
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/README.md +2 -0
- package/admin/orm/models/appAdminGrant.js +1 -1
- package/admin/orm/models/appClaimedInvite.js +1 -1
- package/admin/orm/models/appGrant.js +1 -1
- package/admin/orm/models/appInvite.js +1 -1
- package/admin/orm/models/appMembership.js +1 -1
- package/admin/orm/models/appMembershipDefault.js +1 -1
- package/admin/orm/models/appOwnerGrant.js +1 -1
- package/admin/orm/models/appPermission.js +1 -1
- package/admin/orm/models/appPermissionDefault.js +1 -1
- package/admin/orm/models/appPermissionDefaultGrant.js +1 -1
- package/admin/orm/models/appPermissionDefaultPermission.js +1 -1
- package/admin/orm/models/membershipType.js +1 -1
- package/admin/orm/models/orgAdminGrant.js +1 -1
- package/admin/orm/models/orgChartEdge.js +1 -1
- package/admin/orm/models/orgChartEdgeGrant.js +1 -1
- package/admin/orm/models/orgClaimedInvite.js +1 -1
- package/admin/orm/models/orgGrant.js +1 -1
- package/admin/orm/models/orgInvite.js +1 -1
- package/admin/orm/models/orgMember.js +1 -1
- package/admin/orm/models/orgMemberProfile.js +1 -1
- package/admin/orm/models/orgMembership.js +1 -1
- package/admin/orm/models/orgMembershipDefault.js +1 -1
- package/admin/orm/models/orgMembershipSetting.js +1 -1
- package/admin/orm/models/orgOwnerGrant.js +1 -1
- package/admin/orm/models/orgPermission.js +1 -1
- package/admin/orm/models/orgPermissionDefault.js +1 -1
- package/admin/orm/models/orgPermissionDefaultGrant.js +1 -1
- package/admin/orm/models/orgPermissionDefaultPermission.js +1 -1
- package/admin/orm/query-builder.d.ts +1 -1
- package/admin/orm/query-builder.js +2 -1
- package/agent/orm/input-types.d.ts +14 -2
- package/agent/orm/models/agent.js +1 -1
- package/agent/orm/models/agentMessage.js +1 -1
- package/agent/orm/models/agentPersona.js +1 -1
- package/agent/orm/models/agentPlan.js +1 -1
- package/agent/orm/models/agentPrompt.js +1 -1
- package/agent/orm/models/agentResource.js +1 -1
- package/agent/orm/models/agentResourceChunk.js +1 -1
- package/agent/orm/models/agentTask.js +1 -1
- package/agent/orm/models/agentThread.js +1 -1
- package/agent/orm/query-builder.d.ts +1 -1
- package/agent/orm/query-builder.js +2 -1
- package/api/cli/commands/schema.js +22 -0
- package/api/orm/input-types.d.ts +36 -1
- package/api/orm/models/api.js +1 -1
- package/api/orm/models/apiModule.js +1 -1
- package/api/orm/models/apiSchema.js +1 -1
- package/api/orm/models/apiSetting.js +1 -1
- package/api/orm/models/app.js +1 -1
- package/api/orm/models/checkConstraint.js +1 -1
- package/api/orm/models/compositeType.js +1 -1
- package/api/orm/models/corsSetting.js +1 -1
- package/api/orm/models/database.js +1 -1
- package/api/orm/models/databaseSetting.js +1 -1
- package/api/orm/models/databaseTransfer.js +1 -1
- package/api/orm/models/defaultPrivilege.js +1 -1
- package/api/orm/models/domain.js +1 -1
- package/api/orm/models/embeddingChunk.js +1 -1
- package/api/orm/models/enum.js +1 -1
- package/api/orm/models/field.js +1 -1
- package/api/orm/models/foreignKeyConstraint.js +1 -1
- package/api/orm/models/fullTextSearch.js +1 -1
- package/api/orm/models/function.js +1 -1
- package/api/orm/models/indexModel.js +1 -1
- package/api/orm/models/nodeTypeRegistry.js +1 -1
- package/api/orm/models/partition.js +1 -1
- package/api/orm/models/policy.js +1 -1
- package/api/orm/models/primaryKeyConstraint.js +1 -1
- package/api/orm/models/pubkeySetting.js +1 -1
- package/api/orm/models/rlsSetting.js +1 -1
- package/api/orm/models/schema.js +1 -1
- package/api/orm/models/schemaGrant.js +1 -1
- package/api/orm/models/site.js +1 -1
- package/api/orm/models/siteMetadatum.js +1 -1
- package/api/orm/models/siteModule.js +1 -1
- package/api/orm/models/siteTheme.js +1 -1
- package/api/orm/models/spatialRelation.js +1 -1
- package/api/orm/models/table.js +1 -1
- package/api/orm/models/tableGrant.js +1 -1
- package/api/orm/models/trigger.js +1 -1
- package/api/orm/models/triggerFunction.js +1 -1
- package/api/orm/models/uniqueConstraint.js +1 -1
- package/api/orm/models/view.js +1 -1
- package/api/orm/models/viewGrant.js +1 -1
- package/api/orm/models/viewRule.js +1 -1
- package/api/orm/models/viewTable.js +1 -1
- package/api/orm/models/webauthnSetting.js +1 -1
- package/api/orm/query-builder.d.ts +1 -1
- package/api/orm/query-builder.js +2 -1
- package/auth/cli/commands/audit-log-auth.js +14 -0
- package/auth/orm/input-types.d.ts +4 -2
- package/auth/orm/models/auditLogAuth.d.ts +2 -0
- package/auth/orm/models/auditLogAuth.js +4 -1
- package/auth/orm/models/cryptoAddress.js +1 -1
- package/auth/orm/models/email.js +1 -1
- package/auth/orm/models/phoneNumber.js +1 -1
- package/auth/orm/models/roleType.js +1 -1
- package/auth/orm/models/user.js +1 -1
- package/auth/orm/models/webauthnCredential.js +1 -1
- package/auth/orm/query-builder.d.ts +1 -1
- package/auth/orm/query-builder.js +2 -1
- package/cli-commands.js +6 -6
- package/compute/cli/commands/add-edge-and-save.d.ts +8 -0
- package/compute/cli/commands/add-edge-and-save.js +36 -0
- package/compute/cli/commands/add-edge.d.ts +8 -0
- package/compute/cli/commands/add-edge.js +36 -0
- package/compute/cli/commands/add-node-and-save.d.ts +8 -0
- package/compute/cli/commands/add-node-and-save.js +36 -0
- package/compute/cli/commands/add-node.d.ts +8 -0
- package/compute/cli/commands/add-node.js +36 -0
- package/compute/cli/commands/auth.d.ts +8 -0
- package/compute/cli/commands/auth.js +107 -0
- package/compute/cli/commands/context.d.ts +8 -0
- package/compute/cli/commands/context.js +158 -0
- package/compute/cli/commands/copy-graph.d.ts +8 -0
- package/compute/cli/commands/copy-graph.js +36 -0
- package/compute/cli/commands/function-api-binding.d.ts +8 -0
- package/compute/cli/commands/function-api-binding.js +294 -0
- package/compute/cli/commands/function-definition.d.ts +8 -0
- package/compute/cli/commands/function-definition.js +788 -0
- package/compute/cli/commands/function-deployment-event.d.ts +8 -0
- package/compute/cli/commands/function-deployment-event.js +356 -0
- package/compute/cli/commands/function-deployment.d.ts +8 -0
- package/compute/cli/commands/function-deployment.js +612 -0
- package/compute/cli/commands/function-execution-log.d.ts +8 -0
- package/compute/cli/commands/function-execution-log.js +380 -0
- package/compute/cli/commands/function-graph-commit.d.ts +8 -0
- package/compute/cli/commands/function-graph-commit.js +389 -0
- package/compute/cli/commands/function-graph-execution-node-state.d.ts +8 -0
- package/compute/cli/commands/function-graph-execution-node-state.js +444 -0
- package/compute/cli/commands/function-graph-execution-output.d.ts +8 -0
- package/compute/cli/commands/function-graph-execution-output.js +290 -0
- package/compute/cli/commands/function-graph-execution.d.ts +8 -0
- package/compute/cli/commands/function-graph-execution.js +716 -0
- package/compute/cli/commands/function-graph-object.d.ts +8 -0
- package/compute/cli/commands/function-graph-object.js +309 -0
- package/compute/cli/commands/function-graph-ref.d.ts +8 -0
- package/compute/cli/commands/function-graph-ref.js +299 -0
- package/compute/cli/commands/function-graph-store.d.ts +8 -0
- package/compute/cli/commands/function-graph-store.js +278 -0
- package/compute/cli/commands/function-graph.d.ts +8 -0
- package/compute/cli/commands/function-graph.js +422 -0
- package/compute/cli/commands/function-invocation.d.ts +8 -0
- package/compute/cli/commands/function-invocation.js +512 -0
- package/compute/cli/commands/get-all-record.d.ts +8 -0
- package/compute/cli/commands/get-all-record.js +126 -0
- package/compute/cli/commands/import-definitions.d.ts +8 -0
- package/compute/cli/commands/import-definitions.js +36 -0
- package/compute/cli/commands/import-graph-json.d.ts +8 -0
- package/compute/cli/commands/import-graph-json.js +36 -0
- package/compute/cli/commands/init-empty-repo.d.ts +8 -0
- package/compute/cli/commands/init-empty-repo.js +36 -0
- package/compute/cli/commands/insert-node-at-path.d.ts +8 -0
- package/compute/cli/commands/insert-node-at-path.js +36 -0
- package/compute/cli/commands/org-function-execution-log.d.ts +8 -0
- package/compute/cli/commands/org-function-execution-log.js +360 -0
- package/compute/cli/commands/org-function-invocation.d.ts +8 -0
- package/compute/cli/commands/org-function-invocation.js +492 -0
- package/compute/cli/commands/provision-bucket.d.ts +8 -0
- package/compute/cli/commands/provision-bucket.js +36 -0
- package/compute/cli/commands/read-function-graph.d.ts +8 -0
- package/compute/cli/commands/read-function-graph.js +30 -0
- package/compute/cli/commands/save-graph.d.ts +8 -0
- package/compute/cli/commands/save-graph.js +36 -0
- package/compute/cli/commands/secret-definition.d.ts +8 -0
- package/compute/cli/commands/secret-definition.js +350 -0
- package/compute/cli/commands/set-data-at-path.d.ts +8 -0
- package/compute/cli/commands/set-data-at-path.js +36 -0
- package/compute/cli/commands/start-execution.d.ts +8 -0
- package/compute/cli/commands/start-execution.js +36 -0
- package/compute/cli/commands/validate-function-graph.d.ts +8 -0
- package/compute/cli/commands/validate-function-graph.js +36 -0
- package/compute/cli/commands.d.ts +7 -0
- package/compute/cli/commands.js +114 -0
- package/compute/cli/executor.d.ts +100 -0
- package/compute/cli/executor.js +40 -0
- package/compute/cli/index.d.ts +1 -0
- package/compute/cli/index.js +26 -0
- package/compute/cli/utils.d.ts +88 -0
- package/compute/cli/utils.js +297 -0
- package/compute/index.d.ts +6 -0
- package/compute/index.js +22 -0
- package/compute/orm/client.d.ts +97 -0
- package/compute/orm/client.js +152 -0
- package/compute/orm/index.d.ts +148 -0
- package/compute/orm/index.js +103 -0
- package/compute/orm/input-types.d.ts +4243 -0
- package/compute/orm/input-types.js +10 -0
- package/compute/orm/models/functionApiBinding.d.ts +54 -0
- package/compute/orm/models/functionApiBinding.js +104 -0
- package/compute/orm/models/functionDefinition.d.ts +54 -0
- package/compute/orm/models/functionDefinition.js +104 -0
- package/compute/orm/models/functionDeployment.d.ts +54 -0
- package/compute/orm/models/functionDeployment.js +104 -0
- package/compute/orm/models/functionDeploymentEvent.d.ts +56 -0
- package/compute/orm/models/functionDeploymentEvent.js +107 -0
- package/compute/orm/models/functionExecutionLog.d.ts +56 -0
- package/compute/orm/models/functionExecutionLog.js +107 -0
- package/compute/orm/models/functionGraph.d.ts +54 -0
- package/compute/orm/models/functionGraph.js +104 -0
- package/compute/orm/models/functionGraphCommit.d.ts +56 -0
- package/compute/orm/models/functionGraphCommit.js +107 -0
- package/compute/orm/models/functionGraphExecution.d.ts +56 -0
- package/compute/orm/models/functionGraphExecution.js +107 -0
- package/compute/orm/models/functionGraphExecutionNodeState.d.ts +56 -0
- package/compute/orm/models/functionGraphExecutionNodeState.js +107 -0
- package/compute/orm/models/functionGraphExecutionOutput.d.ts +56 -0
- package/compute/orm/models/functionGraphExecutionOutput.js +107 -0
- package/compute/orm/models/functionGraphObject.d.ts +56 -0
- package/compute/orm/models/functionGraphObject.js +97 -0
- package/compute/orm/models/functionGraphRef.d.ts +56 -0
- package/compute/orm/models/functionGraphRef.js +107 -0
- package/compute/orm/models/functionGraphStore.d.ts +54 -0
- package/compute/orm/models/functionGraphStore.js +104 -0
- package/compute/orm/models/functionInvocation.d.ts +56 -0
- package/compute/orm/models/functionInvocation.js +107 -0
- package/compute/orm/models/getAllRecord.d.ts +30 -0
- package/compute/orm/models/getAllRecord.js +59 -0
- package/compute/orm/models/index.d.ts +23 -0
- package/compute/orm/models/index.js +44 -0
- package/compute/orm/models/orgFunctionExecutionLog.d.ts +56 -0
- package/compute/orm/models/orgFunctionExecutionLog.js +107 -0
- package/compute/orm/models/orgFunctionInvocation.d.ts +56 -0
- package/compute/orm/models/orgFunctionInvocation.js +107 -0
- package/compute/orm/models/secretDefinition.d.ts +54 -0
- package/compute/orm/models/secretDefinition.js +104 -0
- package/compute/orm/mutation/index.d.ts +130 -0
- package/compute/orm/mutation/index.js +177 -0
- package/compute/orm/query/index.d.ts +17 -0
- package/compute/orm/query/index.js +21 -0
- package/compute/orm/query-builder.d.ts +110 -0
- package/compute/orm/query-builder.js +757 -0
- package/compute/orm/realtime.d.ts +142 -0
- package/compute/orm/realtime.js +104 -0
- package/compute/orm/select-types.d.ts +125 -0
- package/compute/orm/select-types.js +2 -0
- package/compute/orm/types.d.ts +6 -0
- package/compute/orm/types.js +23 -0
- package/config/cli/commands/auth.d.ts +8 -0
- package/config/cli/commands/auth.js +107 -0
- package/config/cli/commands/context.d.ts +8 -0
- package/config/cli/commands/context.js +158 -0
- package/config/cli/commands/org-secrets-del.d.ts +8 -0
- package/config/cli/commands/org-secrets-del.js +36 -0
- package/config/cli/commands/org-secrets-remove-array.d.ts +8 -0
- package/config/cli/commands/org-secrets-remove-array.js +36 -0
- package/config/cli/commands/org-secrets-rotate.d.ts +8 -0
- package/config/cli/commands/org-secrets-rotate.js +36 -0
- package/config/cli/commands/org-secrets-set.d.ts +8 -0
- package/config/cli/commands/org-secrets-set.js +36 -0
- package/config/cli/commands/platform-config-definition.d.ts +8 -0
- package/config/cli/commands/platform-config-definition.js +352 -0
- package/config/cli/commands/platform-config.d.ts +8 -0
- package/config/cli/commands/platform-config.js +372 -0
- package/config/cli/commands/platform-secrets-del.d.ts +8 -0
- package/config/cli/commands/platform-secrets-del.js +36 -0
- package/config/cli/commands/platform-secrets-remove-array.d.ts +8 -0
- package/config/cli/commands/platform-secrets-remove-array.js +36 -0
- package/config/cli/commands/platform-secrets-rotate.d.ts +8 -0
- package/config/cli/commands/platform-secrets-rotate.js +36 -0
- package/config/cli/commands/platform-secrets-set.d.ts +8 -0
- package/config/cli/commands/platform-secrets-set.js +36 -0
- package/config/cli/commands/provision-bucket.d.ts +8 -0
- package/config/cli/commands/provision-bucket.js +36 -0
- package/config/cli/commands.d.ts +7 -0
- package/config/cli/commands.js +70 -0
- package/config/cli/executor.d.ts +52 -0
- package/config/cli/executor.js +40 -0
- package/config/cli/index.d.ts +1 -0
- package/config/cli/index.js +26 -0
- package/config/cli/utils.d.ts +88 -0
- package/config/cli/utils.js +297 -0
- package/config/index.d.ts +6 -2
- package/config/index.js +20 -4
- package/config/orm/client.d.ts +97 -0
- package/config/orm/client.js +152 -0
- package/config/orm/index.d.ts +83 -0
- package/config/orm/index.js +67 -0
- package/config/orm/input-types.d.ts +719 -0
- package/config/orm/input-types.js +5 -0
- package/config/orm/models/index.d.ts +7 -0
- package/config/orm/models/index.js +12 -0
- package/config/orm/models/platformConfig.d.ts +54 -0
- package/config/orm/models/platformConfig.js +104 -0
- package/config/orm/models/platformConfigDefinition.d.ts +54 -0
- package/config/orm/models/platformConfigDefinition.js +104 -0
- package/config/orm/mutation/index.d.ts +90 -0
- package/config/orm/mutation/index.js +117 -0
- package/config/orm/query-builder.d.ts +110 -0
- package/config/orm/query-builder.js +757 -0
- package/config/orm/realtime.d.ts +142 -0
- package/config/orm/realtime.js +104 -0
- package/config/orm/select-types.d.ts +125 -0
- package/config/orm/select-types.js +2 -0
- package/config/orm/types.d.ts +6 -0
- package/config/orm/types.js +23 -0
- package/config-store.d.ts +28 -0
- package/config-store.js +149 -0
- package/esm/admin/orm/models/appAdminGrant.js +1 -1
- package/esm/admin/orm/models/appClaimedInvite.js +1 -1
- package/esm/admin/orm/models/appGrant.js +1 -1
- package/esm/admin/orm/models/appInvite.js +1 -1
- package/esm/admin/orm/models/appMembership.js +1 -1
- package/esm/admin/orm/models/appMembershipDefault.js +1 -1
- package/esm/admin/orm/models/appOwnerGrant.js +1 -1
- package/esm/admin/orm/models/appPermission.js +1 -1
- package/esm/admin/orm/models/appPermissionDefault.js +1 -1
- package/esm/admin/orm/models/appPermissionDefaultGrant.js +1 -1
- package/esm/admin/orm/models/appPermissionDefaultPermission.js +1 -1
- package/esm/admin/orm/models/membershipType.js +1 -1
- package/esm/admin/orm/models/orgAdminGrant.js +1 -1
- package/esm/admin/orm/models/orgChartEdge.js +1 -1
- package/esm/admin/orm/models/orgChartEdgeGrant.js +1 -1
- package/esm/admin/orm/models/orgClaimedInvite.js +1 -1
- package/esm/admin/orm/models/orgGrant.js +1 -1
- package/esm/admin/orm/models/orgInvite.js +1 -1
- package/esm/admin/orm/models/orgMember.js +1 -1
- package/esm/admin/orm/models/orgMemberProfile.js +1 -1
- package/esm/admin/orm/models/orgMembership.js +1 -1
- package/esm/admin/orm/models/orgMembershipDefault.js +1 -1
- package/esm/admin/orm/models/orgMembershipSetting.js +1 -1
- package/esm/admin/orm/models/orgOwnerGrant.js +1 -1
- package/esm/admin/orm/models/orgPermission.js +1 -1
- package/esm/admin/orm/models/orgPermissionDefault.js +1 -1
- package/esm/admin/orm/models/orgPermissionDefaultGrant.js +1 -1
- package/esm/admin/orm/models/orgPermissionDefaultPermission.js +1 -1
- package/esm/admin/orm/query-builder.d.ts +1 -1
- package/esm/admin/orm/query-builder.js +2 -1
- package/esm/agent/orm/input-types.d.ts +14 -2
- package/esm/agent/orm/models/agent.js +1 -1
- package/esm/agent/orm/models/agentMessage.js +1 -1
- package/esm/agent/orm/models/agentPersona.js +1 -1
- package/esm/agent/orm/models/agentPlan.js +1 -1
- package/esm/agent/orm/models/agentPrompt.js +1 -1
- package/esm/agent/orm/models/agentResource.js +1 -1
- package/esm/agent/orm/models/agentResourceChunk.js +1 -1
- package/esm/agent/orm/models/agentTask.js +1 -1
- package/esm/agent/orm/models/agentThread.js +1 -1
- package/esm/agent/orm/query-builder.d.ts +1 -1
- package/esm/agent/orm/query-builder.js +2 -1
- package/esm/api/cli/commands/schema.js +22 -0
- package/esm/api/orm/input-types.d.ts +36 -1
- package/esm/api/orm/models/api.js +1 -1
- package/esm/api/orm/models/apiModule.js +1 -1
- package/esm/api/orm/models/apiSchema.js +1 -1
- package/esm/api/orm/models/apiSetting.js +1 -1
- package/esm/api/orm/models/app.js +1 -1
- package/esm/api/orm/models/checkConstraint.js +1 -1
- package/esm/api/orm/models/compositeType.js +1 -1
- package/esm/api/orm/models/corsSetting.js +1 -1
- package/esm/api/orm/models/database.js +1 -1
- package/esm/api/orm/models/databaseSetting.js +1 -1
- package/esm/api/orm/models/databaseTransfer.js +1 -1
- package/esm/api/orm/models/defaultPrivilege.js +1 -1
- package/esm/api/orm/models/domain.js +1 -1
- package/esm/api/orm/models/embeddingChunk.js +1 -1
- package/esm/api/orm/models/enum.js +1 -1
- package/esm/api/orm/models/field.js +1 -1
- package/esm/api/orm/models/foreignKeyConstraint.js +1 -1
- package/esm/api/orm/models/fullTextSearch.js +1 -1
- package/esm/api/orm/models/function.js +1 -1
- package/esm/api/orm/models/indexModel.js +1 -1
- package/esm/api/orm/models/nodeTypeRegistry.js +1 -1
- package/esm/api/orm/models/partition.js +1 -1
- package/esm/api/orm/models/policy.js +1 -1
- package/esm/api/orm/models/primaryKeyConstraint.js +1 -1
- package/esm/api/orm/models/pubkeySetting.js +1 -1
- package/esm/api/orm/models/rlsSetting.js +1 -1
- package/esm/api/orm/models/schema.js +1 -1
- package/esm/api/orm/models/schemaGrant.js +1 -1
- package/esm/api/orm/models/site.js +1 -1
- package/esm/api/orm/models/siteMetadatum.js +1 -1
- package/esm/api/orm/models/siteModule.js +1 -1
- package/esm/api/orm/models/siteTheme.js +1 -1
- package/esm/api/orm/models/spatialRelation.js +1 -1
- package/esm/api/orm/models/table.js +1 -1
- package/esm/api/orm/models/tableGrant.js +1 -1
- package/esm/api/orm/models/trigger.js +1 -1
- package/esm/api/orm/models/triggerFunction.js +1 -1
- package/esm/api/orm/models/uniqueConstraint.js +1 -1
- package/esm/api/orm/models/view.js +1 -1
- package/esm/api/orm/models/viewGrant.js +1 -1
- package/esm/api/orm/models/viewRule.js +1 -1
- package/esm/api/orm/models/viewTable.js +1 -1
- package/esm/api/orm/models/webauthnSetting.js +1 -1
- package/esm/api/orm/query-builder.d.ts +1 -1
- package/esm/api/orm/query-builder.js +2 -1
- package/esm/auth/cli/commands/audit-log-auth.js +14 -0
- package/esm/auth/orm/input-types.d.ts +4 -2
- package/esm/auth/orm/models/auditLogAuth.d.ts +2 -0
- package/esm/auth/orm/models/auditLogAuth.js +4 -1
- package/esm/auth/orm/models/cryptoAddress.js +1 -1
- package/esm/auth/orm/models/email.js +1 -1
- package/esm/auth/orm/models/phoneNumber.js +1 -1
- package/esm/auth/orm/models/roleType.js +1 -1
- package/esm/auth/orm/models/user.js +1 -1
- package/esm/auth/orm/models/webauthnCredential.js +1 -1
- package/esm/auth/orm/query-builder.d.ts +1 -1
- package/esm/auth/orm/query-builder.js +2 -1
- package/esm/cli-commands.js +1 -1
- package/esm/compute/cli/commands/add-edge-and-save.d.ts +8 -0
- package/esm/compute/cli/commands/add-edge-and-save.js +34 -0
- package/esm/compute/cli/commands/add-edge.d.ts +8 -0
- package/esm/compute/cli/commands/add-edge.js +34 -0
- package/esm/compute/cli/commands/add-node-and-save.d.ts +8 -0
- package/esm/compute/cli/commands/add-node-and-save.js +34 -0
- package/esm/compute/cli/commands/add-node.d.ts +8 -0
- package/esm/compute/cli/commands/add-node.js +34 -0
- package/esm/compute/cli/commands/auth.d.ts +8 -0
- package/esm/compute/cli/commands/auth.js +105 -0
- package/esm/compute/cli/commands/context.d.ts +8 -0
- package/esm/compute/cli/commands/context.js +156 -0
- package/esm/compute/cli/commands/copy-graph.d.ts +8 -0
- package/esm/compute/cli/commands/copy-graph.js +34 -0
- package/esm/compute/cli/commands/function-api-binding.d.ts +8 -0
- package/esm/compute/cli/commands/function-api-binding.js +292 -0
- package/esm/compute/cli/commands/function-definition.d.ts +8 -0
- package/esm/compute/cli/commands/function-definition.js +786 -0
- package/esm/compute/cli/commands/function-deployment-event.d.ts +8 -0
- package/esm/compute/cli/commands/function-deployment-event.js +354 -0
- package/esm/compute/cli/commands/function-deployment.d.ts +8 -0
- package/esm/compute/cli/commands/function-deployment.js +610 -0
- package/esm/compute/cli/commands/function-execution-log.d.ts +8 -0
- package/esm/compute/cli/commands/function-execution-log.js +378 -0
- package/esm/compute/cli/commands/function-graph-commit.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph-commit.js +387 -0
- package/esm/compute/cli/commands/function-graph-execution-node-state.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph-execution-node-state.js +442 -0
- package/esm/compute/cli/commands/function-graph-execution-output.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph-execution-output.js +288 -0
- package/esm/compute/cli/commands/function-graph-execution.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph-execution.js +714 -0
- package/esm/compute/cli/commands/function-graph-object.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph-object.js +307 -0
- package/esm/compute/cli/commands/function-graph-ref.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph-ref.js +297 -0
- package/esm/compute/cli/commands/function-graph-store.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph-store.js +276 -0
- package/esm/compute/cli/commands/function-graph.d.ts +8 -0
- package/esm/compute/cli/commands/function-graph.js +420 -0
- package/esm/compute/cli/commands/function-invocation.d.ts +8 -0
- package/esm/compute/cli/commands/function-invocation.js +510 -0
- package/esm/compute/cli/commands/get-all-record.d.ts +8 -0
- package/esm/compute/cli/commands/get-all-record.js +124 -0
- package/esm/compute/cli/commands/import-definitions.d.ts +8 -0
- package/esm/compute/cli/commands/import-definitions.js +34 -0
- package/esm/compute/cli/commands/import-graph-json.d.ts +8 -0
- package/esm/compute/cli/commands/import-graph-json.js +34 -0
- package/esm/compute/cli/commands/init-empty-repo.d.ts +8 -0
- package/esm/compute/cli/commands/init-empty-repo.js +34 -0
- package/esm/compute/cli/commands/insert-node-at-path.d.ts +8 -0
- package/esm/compute/cli/commands/insert-node-at-path.js +34 -0
- package/esm/compute/cli/commands/org-function-execution-log.d.ts +8 -0
- package/esm/compute/cli/commands/org-function-execution-log.js +358 -0
- package/esm/compute/cli/commands/org-function-invocation.d.ts +8 -0
- package/esm/compute/cli/commands/org-function-invocation.js +490 -0
- package/esm/compute/cli/commands/provision-bucket.d.ts +8 -0
- package/esm/compute/cli/commands/provision-bucket.js +34 -0
- package/esm/compute/cli/commands/read-function-graph.d.ts +8 -0
- package/esm/compute/cli/commands/read-function-graph.js +28 -0
- package/esm/compute/cli/commands/save-graph.d.ts +8 -0
- package/esm/compute/cli/commands/save-graph.js +34 -0
- package/esm/compute/cli/commands/secret-definition.d.ts +8 -0
- package/esm/compute/cli/commands/secret-definition.js +348 -0
- package/esm/compute/cli/commands/set-data-at-path.d.ts +8 -0
- package/esm/compute/cli/commands/set-data-at-path.js +34 -0
- package/esm/compute/cli/commands/start-execution.d.ts +8 -0
- package/esm/compute/cli/commands/start-execution.js +34 -0
- package/esm/compute/cli/commands/validate-function-graph.d.ts +8 -0
- package/esm/compute/cli/commands/validate-function-graph.js +34 -0
- package/esm/compute/cli/commands.d.ts +7 -0
- package/esm/compute/cli/commands.js +107 -0
- package/esm/compute/cli/executor.d.ts +100 -0
- package/esm/compute/cli/executor.js +35 -0
- package/esm/compute/cli/index.d.ts +1 -0
- package/esm/compute/cli/index.js +24 -0
- package/esm/compute/cli/utils.d.ts +88 -0
- package/esm/compute/cli/utils.js +281 -0
- package/esm/compute/index.d.ts +6 -0
- package/esm/compute/index.js +6 -0
- package/esm/compute/orm/client.d.ts +97 -0
- package/esm/compute/orm/client.js +145 -0
- package/esm/compute/orm/index.d.ts +148 -0
- package/esm/compute/orm/index.js +80 -0
- package/esm/compute/orm/input-types.d.ts +4243 -0
- package/esm/compute/orm/input-types.js +7 -0
- package/esm/compute/orm/models/functionApiBinding.d.ts +54 -0
- package/esm/compute/orm/models/functionApiBinding.js +100 -0
- package/esm/compute/orm/models/functionDefinition.d.ts +54 -0
- package/esm/compute/orm/models/functionDefinition.js +100 -0
- package/esm/compute/orm/models/functionDeployment.d.ts +54 -0
- package/esm/compute/orm/models/functionDeployment.js +100 -0
- package/esm/compute/orm/models/functionDeploymentEvent.d.ts +56 -0
- package/esm/compute/orm/models/functionDeploymentEvent.js +103 -0
- package/esm/compute/orm/models/functionExecutionLog.d.ts +56 -0
- package/esm/compute/orm/models/functionExecutionLog.js +103 -0
- package/esm/compute/orm/models/functionGraph.d.ts +54 -0
- package/esm/compute/orm/models/functionGraph.js +100 -0
- package/esm/compute/orm/models/functionGraphCommit.d.ts +56 -0
- package/esm/compute/orm/models/functionGraphCommit.js +103 -0
- package/esm/compute/orm/models/functionGraphExecution.d.ts +56 -0
- package/esm/compute/orm/models/functionGraphExecution.js +103 -0
- package/esm/compute/orm/models/functionGraphExecutionNodeState.d.ts +56 -0
- package/esm/compute/orm/models/functionGraphExecutionNodeState.js +103 -0
- package/esm/compute/orm/models/functionGraphExecutionOutput.d.ts +56 -0
- package/esm/compute/orm/models/functionGraphExecutionOutput.js +103 -0
- package/esm/compute/orm/models/functionGraphObject.d.ts +56 -0
- package/esm/compute/orm/models/functionGraphObject.js +93 -0
- package/esm/compute/orm/models/functionGraphRef.d.ts +56 -0
- package/esm/compute/orm/models/functionGraphRef.js +103 -0
- package/esm/compute/orm/models/functionGraphStore.d.ts +54 -0
- package/esm/compute/orm/models/functionGraphStore.js +100 -0
- package/esm/compute/orm/models/functionInvocation.d.ts +56 -0
- package/esm/compute/orm/models/functionInvocation.js +103 -0
- package/esm/compute/orm/models/getAllRecord.d.ts +30 -0
- package/esm/compute/orm/models/getAllRecord.js +55 -0
- package/esm/compute/orm/models/index.d.ts +23 -0
- package/esm/compute/orm/models/index.js +23 -0
- package/esm/compute/orm/models/orgFunctionExecutionLog.d.ts +56 -0
- package/esm/compute/orm/models/orgFunctionExecutionLog.js +103 -0
- package/esm/compute/orm/models/orgFunctionInvocation.d.ts +56 -0
- package/esm/compute/orm/models/orgFunctionInvocation.js +103 -0
- package/esm/compute/orm/models/secretDefinition.d.ts +54 -0
- package/esm/compute/orm/models/secretDefinition.js +100 -0
- package/esm/compute/orm/mutation/index.d.ts +130 -0
- package/esm/compute/orm/mutation/index.js +174 -0
- package/esm/compute/orm/query/index.d.ts +17 -0
- package/esm/compute/orm/query/index.js +18 -0
- package/esm/compute/orm/query-builder.d.ts +110 -0
- package/esm/compute/orm/query-builder.js +705 -0
- package/esm/compute/orm/realtime.d.ts +142 -0
- package/esm/compute/orm/realtime.js +100 -0
- package/esm/compute/orm/select-types.d.ts +125 -0
- package/esm/compute/orm/select-types.js +1 -0
- package/esm/compute/orm/types.d.ts +6 -0
- package/esm/compute/orm/types.js +7 -0
- package/esm/config/cli/commands/auth.d.ts +8 -0
- package/esm/config/cli/commands/auth.js +105 -0
- package/esm/config/cli/commands/context.d.ts +8 -0
- package/esm/config/cli/commands/context.js +156 -0
- package/esm/config/cli/commands/org-secrets-del.d.ts +8 -0
- package/esm/config/cli/commands/org-secrets-del.js +34 -0
- package/esm/config/cli/commands/org-secrets-remove-array.d.ts +8 -0
- package/esm/config/cli/commands/org-secrets-remove-array.js +34 -0
- package/esm/config/cli/commands/org-secrets-rotate.d.ts +8 -0
- package/esm/config/cli/commands/org-secrets-rotate.js +34 -0
- package/esm/config/cli/commands/org-secrets-set.d.ts +8 -0
- package/esm/config/cli/commands/org-secrets-set.js +34 -0
- package/esm/config/cli/commands/platform-config-definition.d.ts +8 -0
- package/esm/config/cli/commands/platform-config-definition.js +350 -0
- package/esm/config/cli/commands/platform-config.d.ts +8 -0
- package/esm/config/cli/commands/platform-config.js +370 -0
- package/esm/config/cli/commands/platform-secrets-del.d.ts +8 -0
- package/esm/config/cli/commands/platform-secrets-del.js +34 -0
- package/esm/config/cli/commands/platform-secrets-remove-array.d.ts +8 -0
- package/esm/config/cli/commands/platform-secrets-remove-array.js +34 -0
- package/esm/config/cli/commands/platform-secrets-rotate.d.ts +8 -0
- package/esm/config/cli/commands/platform-secrets-rotate.js +34 -0
- package/esm/config/cli/commands/platform-secrets-set.d.ts +8 -0
- package/esm/config/cli/commands/platform-secrets-set.js +34 -0
- package/esm/config/cli/commands/provision-bucket.d.ts +8 -0
- package/esm/config/cli/commands/provision-bucket.js +34 -0
- package/esm/config/cli/commands.d.ts +7 -0
- package/esm/config/cli/commands.js +63 -0
- package/esm/config/cli/executor.d.ts +52 -0
- package/esm/config/cli/executor.js +35 -0
- package/esm/config/cli/index.d.ts +1 -0
- package/esm/config/cli/index.js +24 -0
- package/esm/config/cli/utils.d.ts +88 -0
- package/esm/config/cli/utils.js +281 -0
- package/esm/config/index.d.ts +6 -2
- package/esm/config/index.js +6 -1
- package/esm/config/orm/client.d.ts +97 -0
- package/esm/config/orm/client.js +145 -0
- package/esm/config/orm/index.d.ts +83 -0
- package/esm/config/orm/index.js +45 -0
- package/esm/config/orm/input-types.d.ts +719 -0
- package/esm/config/orm/input-types.js +2 -0
- package/esm/config/orm/models/index.d.ts +7 -0
- package/esm/config/orm/models/index.js +7 -0
- package/esm/config/orm/models/platformConfig.d.ts +54 -0
- package/esm/config/orm/models/platformConfig.js +100 -0
- package/esm/config/orm/models/platformConfigDefinition.d.ts +54 -0
- package/esm/config/orm/models/platformConfigDefinition.js +100 -0
- package/esm/config/orm/mutation/index.d.ts +90 -0
- package/esm/config/orm/mutation/index.js +114 -0
- package/esm/config/orm/query-builder.d.ts +110 -0
- package/esm/config/orm/query-builder.js +705 -0
- package/esm/config/orm/realtime.d.ts +142 -0
- package/esm/config/orm/realtime.js +100 -0
- package/esm/config/orm/select-types.d.ts +125 -0
- package/esm/config/orm/select-types.js +1 -0
- package/esm/config/orm/types.d.ts +6 -0
- package/esm/config/orm/types.js +7 -0
- package/esm/config-store.d.ts +28 -0
- package/esm/config-store.js +113 -0
- package/esm/index.d.ts +2 -0
- package/esm/index.js +2 -0
- package/esm/modules/cli/commands/function-deployment-module.d.ts +8 -0
- package/esm/modules/cli/commands/function-deployment-module.js +624 -0
- package/esm/modules/cli/commands/graph-execution-module.d.ts +8 -0
- package/esm/modules/cli/commands/graph-execution-module.js +650 -0
- package/esm/modules/cli/commands/graph-module.js +0 -44
- package/esm/modules/cli/commands/namespace-module.js +22 -0
- package/esm/modules/cli/commands.js +7 -3
- package/esm/modules/cli/executor.d.ts +3 -1
- package/esm/modules/orm/index.d.ts +6 -2
- package/esm/modules/orm/index.js +6 -2
- package/esm/modules/orm/input-types.d.ts +722 -239
- package/esm/modules/orm/models/agentModule.js +1 -1
- package/esm/modules/orm/models/billingModule.js +1 -1
- package/esm/modules/orm/models/billingProviderModule.js +1 -1
- package/esm/modules/orm/models/blueprint.js +1 -1
- package/esm/modules/orm/models/blueprintConstruction.js +1 -1
- package/esm/modules/orm/models/blueprintTemplate.js +1 -1
- package/esm/modules/orm/models/computeLogModule.js +1 -1
- package/esm/modules/orm/models/configSecretsModule.js +1 -1
- package/esm/modules/orm/models/configSecretsOrgModule.js +1 -1
- package/esm/modules/orm/models/configSecretsUserModule.js +1 -1
- package/esm/modules/orm/models/connectedAccountsModule.js +1 -1
- package/esm/modules/orm/models/cryptoAddressesModule.js +1 -1
- package/esm/modules/orm/models/cryptoAuthModule.js +1 -1
- package/esm/modules/orm/models/databaseProvisionModule.js +1 -1
- package/esm/modules/orm/models/dbUsageModule.js +1 -1
- package/esm/modules/orm/models/defaultIdsModule.js +1 -1
- package/esm/modules/orm/models/denormalizedTableField.js +1 -1
- package/esm/modules/orm/models/devicesModule.js +1 -1
- package/esm/modules/orm/models/emailsModule.js +1 -1
- package/esm/modules/orm/models/entityTypeProvision.js +1 -1
- package/esm/modules/orm/models/eventsModule.js +1 -1
- package/esm/modules/orm/models/functionDeploymentModule.d.ts +54 -0
- package/esm/modules/orm/models/functionDeploymentModule.js +100 -0
- package/esm/modules/orm/models/functionInvocationModule.js +1 -1
- package/esm/modules/orm/models/functionModule.js +1 -1
- package/esm/modules/orm/models/graphExecutionModule.d.ts +54 -0
- package/esm/modules/orm/models/graphExecutionModule.js +100 -0
- package/esm/modules/orm/models/graphModule.js +1 -1
- package/esm/modules/orm/models/hierarchyModule.js +1 -1
- package/esm/modules/orm/models/i18NModule.js +1 -1
- package/esm/modules/orm/models/identityProvidersModule.js +1 -1
- package/esm/modules/orm/models/index.d.ts +3 -1
- package/esm/modules/orm/models/index.js +3 -1
- package/esm/modules/orm/models/inferenceLogModule.js +1 -1
- package/esm/modules/orm/models/invitesModule.js +1 -1
- package/esm/modules/orm/models/limitsModule.js +1 -1
- package/esm/modules/orm/models/membershipTypesModule.js +1 -1
- package/esm/modules/orm/models/membershipsModule.js +1 -1
- package/esm/modules/orm/models/merkleStoreModule.js +1 -1
- package/esm/modules/orm/models/namespaceModule.js +1 -1
- package/esm/modules/orm/models/notificationsModule.js +1 -1
- package/esm/modules/orm/models/permissionsModule.js +1 -1
- package/esm/modules/orm/models/phoneNumbersModule.js +1 -1
- package/esm/modules/orm/models/plansModule.js +1 -1
- package/esm/modules/orm/models/profilesModule.js +1 -1
- package/esm/modules/orm/models/rateLimitMetersModule.js +1 -1
- package/esm/modules/orm/models/rateLimitsModule.js +1 -1
- package/esm/modules/orm/models/realtimeModule.js +1 -1
- package/esm/modules/orm/models/relationProvision.js +1 -1
- package/esm/modules/orm/models/rlsModule.js +1 -1
- package/esm/modules/orm/models/secureTableProvision.js +1 -1
- package/esm/modules/orm/models/sessionSecretsModule.js +1 -1
- package/esm/modules/orm/models/sessionsModule.js +1 -1
- package/esm/modules/orm/models/storageLogModule.js +1 -1
- package/esm/modules/orm/models/storageModule.js +1 -1
- package/esm/modules/orm/models/transferLogModule.js +1 -1
- package/esm/modules/orm/models/userAuthModule.js +1 -1
- package/esm/modules/orm/models/userCredentialsModule.js +1 -1
- package/esm/modules/orm/models/userSettingsModule.js +1 -1
- package/esm/modules/orm/models/userStateModule.js +1 -1
- package/esm/modules/orm/models/usersModule.js +1 -1
- package/esm/modules/orm/models/webauthnAuthModule.js +1 -1
- package/esm/modules/orm/models/webauthnCredentialsModule.js +1 -1
- package/esm/modules/orm/query-builder.d.ts +1 -1
- package/esm/modules/orm/query-builder.js +2 -1
- package/esm/objects/cli/commands/commit.js +14 -7
- package/esm/objects/cli/commands/object.js +9 -2
- package/esm/objects/cli/commands/ref.js +13 -6
- package/esm/objects/orm/models/commit.d.ts +2 -0
- package/esm/objects/orm/models/commit.js +4 -1
- package/esm/objects/orm/models/object.d.ts +2 -0
- package/esm/objects/orm/models/object.js +4 -1
- package/esm/objects/orm/models/ref.d.ts +2 -0
- package/esm/objects/orm/models/ref.js +4 -1
- package/esm/objects/orm/models/store.js +1 -1
- package/esm/objects/orm/query-builder.d.ts +1 -1
- package/esm/objects/orm/query-builder.js +2 -1
- package/esm/usage/cli/commands/app-limit-event.js +14 -0
- package/esm/usage/cli/commands/org-limit-event.js +14 -0
- package/esm/usage/orm/models/appLimit.js +1 -1
- package/esm/usage/orm/models/appLimitCap.js +1 -1
- package/esm/usage/orm/models/appLimitCapsDefault.js +1 -1
- package/esm/usage/orm/models/appLimitCredit.js +1 -1
- package/esm/usage/orm/models/appLimitCreditCode.js +1 -1
- package/esm/usage/orm/models/appLimitCreditCodeItem.js +1 -1
- package/esm/usage/orm/models/appLimitCreditRedemption.js +1 -1
- package/esm/usage/orm/models/appLimitDefault.js +1 -1
- package/esm/usage/orm/models/appLimitEvent.d.ts +2 -0
- package/esm/usage/orm/models/appLimitEvent.js +4 -1
- package/esm/usage/orm/models/appLimitWarning.js +1 -1
- package/esm/usage/orm/models/orgLimit.js +1 -1
- package/esm/usage/orm/models/orgLimitAggregate.js +1 -1
- package/esm/usage/orm/models/orgLimitCap.js +1 -1
- package/esm/usage/orm/models/orgLimitCapsDefault.js +1 -1
- package/esm/usage/orm/models/orgLimitCredit.js +1 -1
- package/esm/usage/orm/models/orgLimitDefault.js +1 -1
- package/esm/usage/orm/models/orgLimitEvent.d.ts +2 -0
- package/esm/usage/orm/models/orgLimitEvent.js +4 -1
- package/esm/usage/orm/models/orgLimitWarning.js +1 -1
- package/esm/usage/orm/query-builder.d.ts +1 -1
- package/esm/usage/orm/query-builder.js +2 -1
- package/index.d.ts +2 -0
- package/index.js +3 -1
- package/modules/cli/commands/function-deployment-module.d.ts +8 -0
- package/modules/cli/commands/function-deployment-module.js +626 -0
- package/modules/cli/commands/graph-execution-module.d.ts +8 -0
- package/modules/cli/commands/graph-execution-module.js +652 -0
- package/modules/cli/commands/graph-module.js +0 -44
- package/modules/cli/commands/namespace-module.js +22 -0
- package/modules/cli/commands.js +7 -3
- package/modules/cli/executor.d.ts +3 -1
- package/modules/orm/index.d.ts +6 -2
- package/modules/orm/index.js +6 -2
- package/modules/orm/input-types.d.ts +722 -239
- package/modules/orm/models/agentModule.js +1 -1
- package/modules/orm/models/billingModule.js +1 -1
- package/modules/orm/models/billingProviderModule.js +1 -1
- package/modules/orm/models/blueprint.js +1 -1
- package/modules/orm/models/blueprintConstruction.js +1 -1
- package/modules/orm/models/blueprintTemplate.js +1 -1
- package/modules/orm/models/computeLogModule.js +1 -1
- package/modules/orm/models/configSecretsModule.js +1 -1
- package/modules/orm/models/configSecretsOrgModule.js +1 -1
- package/modules/orm/models/configSecretsUserModule.js +1 -1
- package/modules/orm/models/connectedAccountsModule.js +1 -1
- package/modules/orm/models/cryptoAddressesModule.js +1 -1
- package/modules/orm/models/cryptoAuthModule.js +1 -1
- package/modules/orm/models/databaseProvisionModule.js +1 -1
- package/modules/orm/models/dbUsageModule.js +1 -1
- package/modules/orm/models/defaultIdsModule.js +1 -1
- package/modules/orm/models/denormalizedTableField.js +1 -1
- package/modules/orm/models/devicesModule.js +1 -1
- package/modules/orm/models/emailsModule.js +1 -1
- package/modules/orm/models/entityTypeProvision.js +1 -1
- package/modules/orm/models/eventsModule.js +1 -1
- package/modules/orm/models/functionDeploymentModule.d.ts +54 -0
- package/modules/orm/models/functionDeploymentModule.js +104 -0
- package/modules/orm/models/functionInvocationModule.js +1 -1
- package/modules/orm/models/functionModule.js +1 -1
- package/modules/orm/models/graphExecutionModule.d.ts +54 -0
- package/modules/orm/models/graphExecutionModule.js +104 -0
- package/modules/orm/models/graphModule.js +1 -1
- package/modules/orm/models/hierarchyModule.js +1 -1
- package/modules/orm/models/i18NModule.js +1 -1
- package/modules/orm/models/identityProvidersModule.js +1 -1
- package/modules/orm/models/index.d.ts +3 -1
- package/modules/orm/models/index.js +8 -4
- package/modules/orm/models/inferenceLogModule.js +1 -1
- package/modules/orm/models/invitesModule.js +1 -1
- package/modules/orm/models/limitsModule.js +1 -1
- package/modules/orm/models/membershipTypesModule.js +1 -1
- package/modules/orm/models/membershipsModule.js +1 -1
- package/modules/orm/models/merkleStoreModule.js +1 -1
- package/modules/orm/models/namespaceModule.js +1 -1
- package/modules/orm/models/notificationsModule.js +1 -1
- package/modules/orm/models/permissionsModule.js +1 -1
- package/modules/orm/models/phoneNumbersModule.js +1 -1
- package/modules/orm/models/plansModule.js +1 -1
- package/modules/orm/models/profilesModule.js +1 -1
- package/modules/orm/models/rateLimitMetersModule.js +1 -1
- package/modules/orm/models/rateLimitsModule.js +1 -1
- package/modules/orm/models/realtimeModule.js +1 -1
- package/modules/orm/models/relationProvision.js +1 -1
- package/modules/orm/models/rlsModule.js +1 -1
- package/modules/orm/models/secureTableProvision.js +1 -1
- package/modules/orm/models/sessionSecretsModule.js +1 -1
- package/modules/orm/models/sessionsModule.js +1 -1
- package/modules/orm/models/storageLogModule.js +1 -1
- package/modules/orm/models/storageModule.js +1 -1
- package/modules/orm/models/transferLogModule.js +1 -1
- package/modules/orm/models/userAuthModule.js +1 -1
- package/modules/orm/models/userCredentialsModule.js +1 -1
- package/modules/orm/models/userSettingsModule.js +1 -1
- package/modules/orm/models/userStateModule.js +1 -1
- package/modules/orm/models/usersModule.js +1 -1
- package/modules/orm/models/webauthnAuthModule.js +1 -1
- package/modules/orm/models/webauthnCredentialsModule.js +1 -1
- package/modules/orm/query-builder.d.ts +1 -1
- package/modules/orm/query-builder.js +2 -1
- package/objects/cli/commands/commit.js +14 -7
- package/objects/cli/commands/object.js +9 -2
- package/objects/cli/commands/ref.js +13 -6
- package/objects/orm/models/commit.d.ts +2 -0
- package/objects/orm/models/commit.js +4 -1
- package/objects/orm/models/object.d.ts +2 -0
- package/objects/orm/models/object.js +4 -1
- package/objects/orm/models/ref.d.ts +2 -0
- package/objects/orm/models/ref.js +4 -1
- package/objects/orm/models/store.js +1 -1
- package/objects/orm/query-builder.d.ts +1 -1
- package/objects/orm/query-builder.js +2 -1
- package/package.json +3 -3
- package/usage/cli/commands/app-limit-event.js +14 -0
- package/usage/cli/commands/org-limit-event.js +14 -0
- package/usage/orm/models/appLimit.js +1 -1
- package/usage/orm/models/appLimitCap.js +1 -1
- package/usage/orm/models/appLimitCapsDefault.js +1 -1
- package/usage/orm/models/appLimitCredit.js +1 -1
- package/usage/orm/models/appLimitCreditCode.js +1 -1
- package/usage/orm/models/appLimitCreditCodeItem.js +1 -1
- package/usage/orm/models/appLimitCreditRedemption.js +1 -1
- package/usage/orm/models/appLimitDefault.js +1 -1
- package/usage/orm/models/appLimitEvent.d.ts +2 -0
- package/usage/orm/models/appLimitEvent.js +4 -1
- package/usage/orm/models/appLimitWarning.js +1 -1
- package/usage/orm/models/orgLimit.js +1 -1
- package/usage/orm/models/orgLimitAggregate.js +1 -1
- package/usage/orm/models/orgLimitCap.js +1 -1
- package/usage/orm/models/orgLimitCapsDefault.js +1 -1
- package/usage/orm/models/orgLimitCredit.js +1 -1
- package/usage/orm/models/orgLimitDefault.js +1 -1
- package/usage/orm/models/orgLimitEvent.d.ts +2 -0
- package/usage/orm/models/orgLimitEvent.js +4 -1
- package/usage/orm/models/orgLimitWarning.js +1 -1
- package/usage/orm/query-builder.d.ts +1 -1
- package/usage/orm/query-builder.js +2 -1
- package/config/app-dirs.d.ts +0 -31
- package/config/app-dirs.js +0 -33
- package/esm/config/app-dirs.d.ts +0 -31
- package/esm/config/app-dirs.js +0 -29
|
@@ -0,0 +1,719 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GraphQL types for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
export interface StringFilter {
|
|
7
|
+
isNull?: boolean;
|
|
8
|
+
equalTo?: string;
|
|
9
|
+
notEqualTo?: string;
|
|
10
|
+
distinctFrom?: string;
|
|
11
|
+
notDistinctFrom?: string;
|
|
12
|
+
in?: string[];
|
|
13
|
+
notIn?: string[];
|
|
14
|
+
lessThan?: string;
|
|
15
|
+
lessThanOrEqualTo?: string;
|
|
16
|
+
greaterThan?: string;
|
|
17
|
+
greaterThanOrEqualTo?: string;
|
|
18
|
+
includes?: string;
|
|
19
|
+
notIncludes?: string;
|
|
20
|
+
includesInsensitive?: string;
|
|
21
|
+
notIncludesInsensitive?: string;
|
|
22
|
+
startsWith?: string;
|
|
23
|
+
notStartsWith?: string;
|
|
24
|
+
startsWithInsensitive?: string;
|
|
25
|
+
notStartsWithInsensitive?: string;
|
|
26
|
+
endsWith?: string;
|
|
27
|
+
notEndsWith?: string;
|
|
28
|
+
endsWithInsensitive?: string;
|
|
29
|
+
notEndsWithInsensitive?: string;
|
|
30
|
+
like?: string;
|
|
31
|
+
notLike?: string;
|
|
32
|
+
likeInsensitive?: string;
|
|
33
|
+
notLikeInsensitive?: string;
|
|
34
|
+
}
|
|
35
|
+
export interface IntFilter {
|
|
36
|
+
isNull?: boolean;
|
|
37
|
+
equalTo?: number;
|
|
38
|
+
notEqualTo?: number;
|
|
39
|
+
distinctFrom?: number;
|
|
40
|
+
notDistinctFrom?: number;
|
|
41
|
+
in?: number[];
|
|
42
|
+
notIn?: number[];
|
|
43
|
+
lessThan?: number;
|
|
44
|
+
lessThanOrEqualTo?: number;
|
|
45
|
+
greaterThan?: number;
|
|
46
|
+
greaterThanOrEqualTo?: number;
|
|
47
|
+
}
|
|
48
|
+
export interface FloatFilter {
|
|
49
|
+
isNull?: boolean;
|
|
50
|
+
equalTo?: number;
|
|
51
|
+
notEqualTo?: number;
|
|
52
|
+
distinctFrom?: number;
|
|
53
|
+
notDistinctFrom?: number;
|
|
54
|
+
in?: number[];
|
|
55
|
+
notIn?: number[];
|
|
56
|
+
lessThan?: number;
|
|
57
|
+
lessThanOrEqualTo?: number;
|
|
58
|
+
greaterThan?: number;
|
|
59
|
+
greaterThanOrEqualTo?: number;
|
|
60
|
+
}
|
|
61
|
+
export interface BooleanFilter {
|
|
62
|
+
isNull?: boolean;
|
|
63
|
+
equalTo?: boolean;
|
|
64
|
+
notEqualTo?: boolean;
|
|
65
|
+
}
|
|
66
|
+
export interface UUIDFilter {
|
|
67
|
+
isNull?: boolean;
|
|
68
|
+
equalTo?: string;
|
|
69
|
+
notEqualTo?: string;
|
|
70
|
+
distinctFrom?: string;
|
|
71
|
+
notDistinctFrom?: string;
|
|
72
|
+
in?: string[];
|
|
73
|
+
notIn?: string[];
|
|
74
|
+
}
|
|
75
|
+
export interface DatetimeFilter {
|
|
76
|
+
isNull?: boolean;
|
|
77
|
+
equalTo?: string;
|
|
78
|
+
notEqualTo?: string;
|
|
79
|
+
distinctFrom?: string;
|
|
80
|
+
notDistinctFrom?: string;
|
|
81
|
+
in?: string[];
|
|
82
|
+
notIn?: string[];
|
|
83
|
+
lessThan?: string;
|
|
84
|
+
lessThanOrEqualTo?: string;
|
|
85
|
+
greaterThan?: string;
|
|
86
|
+
greaterThanOrEqualTo?: string;
|
|
87
|
+
}
|
|
88
|
+
export interface DateFilter {
|
|
89
|
+
isNull?: boolean;
|
|
90
|
+
equalTo?: string;
|
|
91
|
+
notEqualTo?: string;
|
|
92
|
+
distinctFrom?: string;
|
|
93
|
+
notDistinctFrom?: string;
|
|
94
|
+
in?: string[];
|
|
95
|
+
notIn?: string[];
|
|
96
|
+
lessThan?: string;
|
|
97
|
+
lessThanOrEqualTo?: string;
|
|
98
|
+
greaterThan?: string;
|
|
99
|
+
greaterThanOrEqualTo?: string;
|
|
100
|
+
}
|
|
101
|
+
export interface JSONFilter {
|
|
102
|
+
isNull?: boolean;
|
|
103
|
+
equalTo?: Record<string, unknown>;
|
|
104
|
+
notEqualTo?: Record<string, unknown>;
|
|
105
|
+
distinctFrom?: Record<string, unknown>;
|
|
106
|
+
notDistinctFrom?: Record<string, unknown>;
|
|
107
|
+
contains?: Record<string, unknown>;
|
|
108
|
+
containedBy?: Record<string, unknown>;
|
|
109
|
+
containsKey?: string;
|
|
110
|
+
containsAllKeys?: string[];
|
|
111
|
+
containsAnyKeys?: string[];
|
|
112
|
+
}
|
|
113
|
+
export interface BigIntFilter {
|
|
114
|
+
isNull?: boolean;
|
|
115
|
+
equalTo?: string;
|
|
116
|
+
notEqualTo?: string;
|
|
117
|
+
distinctFrom?: string;
|
|
118
|
+
notDistinctFrom?: string;
|
|
119
|
+
in?: string[];
|
|
120
|
+
notIn?: string[];
|
|
121
|
+
lessThan?: string;
|
|
122
|
+
lessThanOrEqualTo?: string;
|
|
123
|
+
greaterThan?: string;
|
|
124
|
+
greaterThanOrEqualTo?: string;
|
|
125
|
+
}
|
|
126
|
+
export interface BigFloatFilter {
|
|
127
|
+
isNull?: boolean;
|
|
128
|
+
equalTo?: string;
|
|
129
|
+
notEqualTo?: string;
|
|
130
|
+
distinctFrom?: string;
|
|
131
|
+
notDistinctFrom?: string;
|
|
132
|
+
in?: string[];
|
|
133
|
+
notIn?: string[];
|
|
134
|
+
lessThan?: string;
|
|
135
|
+
lessThanOrEqualTo?: string;
|
|
136
|
+
greaterThan?: string;
|
|
137
|
+
greaterThanOrEqualTo?: string;
|
|
138
|
+
}
|
|
139
|
+
export interface BitStringFilter {
|
|
140
|
+
isNull?: boolean;
|
|
141
|
+
equalTo?: string;
|
|
142
|
+
notEqualTo?: string;
|
|
143
|
+
}
|
|
144
|
+
export interface InternetAddressFilter {
|
|
145
|
+
isNull?: boolean;
|
|
146
|
+
equalTo?: string;
|
|
147
|
+
notEqualTo?: string;
|
|
148
|
+
distinctFrom?: string;
|
|
149
|
+
notDistinctFrom?: string;
|
|
150
|
+
in?: string[];
|
|
151
|
+
notIn?: string[];
|
|
152
|
+
lessThan?: string;
|
|
153
|
+
lessThanOrEqualTo?: string;
|
|
154
|
+
greaterThan?: string;
|
|
155
|
+
greaterThanOrEqualTo?: string;
|
|
156
|
+
contains?: string;
|
|
157
|
+
containsOrEqualTo?: string;
|
|
158
|
+
containedBy?: string;
|
|
159
|
+
containedByOrEqualTo?: string;
|
|
160
|
+
containsOrContainedBy?: string;
|
|
161
|
+
}
|
|
162
|
+
export interface FullTextFilter {
|
|
163
|
+
matches?: string;
|
|
164
|
+
}
|
|
165
|
+
export interface VectorFilter {
|
|
166
|
+
isNull?: boolean;
|
|
167
|
+
equalTo?: number[];
|
|
168
|
+
notEqualTo?: number[];
|
|
169
|
+
distinctFrom?: number[];
|
|
170
|
+
notDistinctFrom?: number[];
|
|
171
|
+
}
|
|
172
|
+
export interface StringListFilter {
|
|
173
|
+
isNull?: boolean;
|
|
174
|
+
equalTo?: string[];
|
|
175
|
+
notEqualTo?: string[];
|
|
176
|
+
distinctFrom?: string[];
|
|
177
|
+
notDistinctFrom?: string[];
|
|
178
|
+
lessThan?: string[];
|
|
179
|
+
lessThanOrEqualTo?: string[];
|
|
180
|
+
greaterThan?: string[];
|
|
181
|
+
greaterThanOrEqualTo?: string[];
|
|
182
|
+
contains?: string[];
|
|
183
|
+
containedBy?: string[];
|
|
184
|
+
overlaps?: string[];
|
|
185
|
+
anyEqualTo?: string;
|
|
186
|
+
anyNotEqualTo?: string;
|
|
187
|
+
anyLessThan?: string;
|
|
188
|
+
anyLessThanOrEqualTo?: string;
|
|
189
|
+
anyGreaterThan?: string;
|
|
190
|
+
anyGreaterThanOrEqualTo?: string;
|
|
191
|
+
}
|
|
192
|
+
export interface IntListFilter {
|
|
193
|
+
isNull?: boolean;
|
|
194
|
+
equalTo?: number[];
|
|
195
|
+
notEqualTo?: number[];
|
|
196
|
+
distinctFrom?: number[];
|
|
197
|
+
notDistinctFrom?: number[];
|
|
198
|
+
lessThan?: number[];
|
|
199
|
+
lessThanOrEqualTo?: number[];
|
|
200
|
+
greaterThan?: number[];
|
|
201
|
+
greaterThanOrEqualTo?: number[];
|
|
202
|
+
contains?: number[];
|
|
203
|
+
containedBy?: number[];
|
|
204
|
+
overlaps?: number[];
|
|
205
|
+
anyEqualTo?: number;
|
|
206
|
+
anyNotEqualTo?: number;
|
|
207
|
+
anyLessThan?: number;
|
|
208
|
+
anyLessThanOrEqualTo?: number;
|
|
209
|
+
anyGreaterThan?: number;
|
|
210
|
+
anyGreaterThanOrEqualTo?: number;
|
|
211
|
+
}
|
|
212
|
+
export interface UUIDListFilter {
|
|
213
|
+
isNull?: boolean;
|
|
214
|
+
equalTo?: string[];
|
|
215
|
+
notEqualTo?: string[];
|
|
216
|
+
distinctFrom?: string[];
|
|
217
|
+
notDistinctFrom?: string[];
|
|
218
|
+
lessThan?: string[];
|
|
219
|
+
lessThanOrEqualTo?: string[];
|
|
220
|
+
greaterThan?: string[];
|
|
221
|
+
greaterThanOrEqualTo?: string[];
|
|
222
|
+
contains?: string[];
|
|
223
|
+
containedBy?: string[];
|
|
224
|
+
overlaps?: string[];
|
|
225
|
+
anyEqualTo?: string;
|
|
226
|
+
anyNotEqualTo?: string;
|
|
227
|
+
anyLessThan?: string;
|
|
228
|
+
anyLessThanOrEqualTo?: string;
|
|
229
|
+
anyGreaterThan?: string;
|
|
230
|
+
anyGreaterThanOrEqualTo?: string;
|
|
231
|
+
}
|
|
232
|
+
/** Registry of valid config keys — declares which config entries the platform recognizes */
|
|
233
|
+
export interface PlatformConfigDefinition {
|
|
234
|
+
/** Unique identifier for this config definition */
|
|
235
|
+
id: string;
|
|
236
|
+
createdAt?: string | null;
|
|
237
|
+
updatedAt?: string | null;
|
|
238
|
+
/** Config key name (must match config table name for resolution) */
|
|
239
|
+
name?: string | null;
|
|
240
|
+
/** Human-readable description of what this config key controls */
|
|
241
|
+
description?: string | null;
|
|
242
|
+
/** Default value used when no config entry exists for a namespace */
|
|
243
|
+
defaultValue?: string | null;
|
|
244
|
+
/** Whether this row was seeded as a built-in config definition */
|
|
245
|
+
isBuiltIn?: boolean | null;
|
|
246
|
+
/** Key-value metadata for filtering and grouping config definitions */
|
|
247
|
+
labels?: Record<string, unknown> | null;
|
|
248
|
+
/** Freeform metadata annotations for config definitions */
|
|
249
|
+
annotations?: Record<string, unknown> | null;
|
|
250
|
+
}
|
|
251
|
+
/** App-level plaintext key-value config store (like a k8s ConfigMap); admin-only, fully CRUD-exposed */
|
|
252
|
+
export interface PlatformConfig {
|
|
253
|
+
/** Unique identifier for this config entry */
|
|
254
|
+
id: string;
|
|
255
|
+
/** FK to namespaces — logical grouping for config entries */
|
|
256
|
+
namespaceId?: string | null;
|
|
257
|
+
/** Key name identifying the config entry */
|
|
258
|
+
name?: string | null;
|
|
259
|
+
/** Plaintext config value */
|
|
260
|
+
value?: string | null;
|
|
261
|
+
/** Key/value pairs for selecting/filtering config entries */
|
|
262
|
+
labels?: Record<string, unknown> | null;
|
|
263
|
+
/** Freeform metadata for tooling and operational notes */
|
|
264
|
+
annotations?: Record<string, unknown> | null;
|
|
265
|
+
/** Human-readable note about this config entry */
|
|
266
|
+
description?: string | null;
|
|
267
|
+
createdAt?: string | null;
|
|
268
|
+
updatedAt?: string | null;
|
|
269
|
+
/** Optional expiration timestamp for time-limited config entries */
|
|
270
|
+
expiresAt?: string | null;
|
|
271
|
+
}
|
|
272
|
+
export interface ConnectionResult<T> {
|
|
273
|
+
nodes: T[];
|
|
274
|
+
totalCount: number;
|
|
275
|
+
pageInfo: PageInfo;
|
|
276
|
+
}
|
|
277
|
+
export interface PageInfo {
|
|
278
|
+
hasNextPage: boolean;
|
|
279
|
+
hasPreviousPage: boolean;
|
|
280
|
+
startCursor?: string | null;
|
|
281
|
+
endCursor?: string | null;
|
|
282
|
+
}
|
|
283
|
+
export interface PlatformConfigDefinitionRelations {
|
|
284
|
+
}
|
|
285
|
+
export interface PlatformConfigRelations {
|
|
286
|
+
}
|
|
287
|
+
export type PlatformConfigDefinitionWithRelations = PlatformConfigDefinition & PlatformConfigDefinitionRelations;
|
|
288
|
+
export type PlatformConfigWithRelations = PlatformConfig & PlatformConfigRelations;
|
|
289
|
+
export type PlatformConfigDefinitionSelect = {
|
|
290
|
+
id?: boolean;
|
|
291
|
+
createdAt?: boolean;
|
|
292
|
+
updatedAt?: boolean;
|
|
293
|
+
name?: boolean;
|
|
294
|
+
description?: boolean;
|
|
295
|
+
defaultValue?: boolean;
|
|
296
|
+
isBuiltIn?: boolean;
|
|
297
|
+
labels?: boolean;
|
|
298
|
+
annotations?: boolean;
|
|
299
|
+
};
|
|
300
|
+
export type PlatformConfigSelect = {
|
|
301
|
+
id?: boolean;
|
|
302
|
+
namespaceId?: boolean;
|
|
303
|
+
name?: boolean;
|
|
304
|
+
value?: boolean;
|
|
305
|
+
labels?: boolean;
|
|
306
|
+
annotations?: boolean;
|
|
307
|
+
description?: boolean;
|
|
308
|
+
createdAt?: boolean;
|
|
309
|
+
updatedAt?: boolean;
|
|
310
|
+
expiresAt?: boolean;
|
|
311
|
+
};
|
|
312
|
+
export interface PlatformConfigDefinitionFilter {
|
|
313
|
+
/** Filter by the object’s `id` field. */
|
|
314
|
+
id?: UUIDFilter;
|
|
315
|
+
/** Filter by the object’s `createdAt` field. */
|
|
316
|
+
createdAt?: DatetimeFilter;
|
|
317
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
318
|
+
updatedAt?: DatetimeFilter;
|
|
319
|
+
/** Filter by the object’s `name` field. */
|
|
320
|
+
name?: StringFilter;
|
|
321
|
+
/** Filter by the object’s `description` field. */
|
|
322
|
+
description?: StringFilter;
|
|
323
|
+
/** Filter by the object’s `defaultValue` field. */
|
|
324
|
+
defaultValue?: StringFilter;
|
|
325
|
+
/** Filter by the object’s `isBuiltIn` field. */
|
|
326
|
+
isBuiltIn?: BooleanFilter;
|
|
327
|
+
/** Filter by the object’s `labels` field. */
|
|
328
|
+
labels?: JSONFilter;
|
|
329
|
+
/** Filter by the object’s `annotations` field. */
|
|
330
|
+
annotations?: JSONFilter;
|
|
331
|
+
/** Checks for all expressions in this list. */
|
|
332
|
+
and?: PlatformConfigDefinitionFilter[];
|
|
333
|
+
/** Checks for any expressions in this list. */
|
|
334
|
+
or?: PlatformConfigDefinitionFilter[];
|
|
335
|
+
/** Negates the expression. */
|
|
336
|
+
not?: PlatformConfigDefinitionFilter;
|
|
337
|
+
}
|
|
338
|
+
export interface PlatformConfigFilter {
|
|
339
|
+
/** Filter by the object’s `id` field. */
|
|
340
|
+
id?: UUIDFilter;
|
|
341
|
+
/** Filter by the object’s `namespaceId` field. */
|
|
342
|
+
namespaceId?: UUIDFilter;
|
|
343
|
+
/** Filter by the object’s `name` field. */
|
|
344
|
+
name?: StringFilter;
|
|
345
|
+
/** Filter by the object’s `value` field. */
|
|
346
|
+
value?: StringFilter;
|
|
347
|
+
/** Filter by the object’s `labels` field. */
|
|
348
|
+
labels?: JSONFilter;
|
|
349
|
+
/** Filter by the object’s `annotations` field. */
|
|
350
|
+
annotations?: JSONFilter;
|
|
351
|
+
/** Filter by the object’s `description` field. */
|
|
352
|
+
description?: StringFilter;
|
|
353
|
+
/** Filter by the object’s `createdAt` field. */
|
|
354
|
+
createdAt?: DatetimeFilter;
|
|
355
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
356
|
+
updatedAt?: DatetimeFilter;
|
|
357
|
+
/** Filter by the object’s `expiresAt` field. */
|
|
358
|
+
expiresAt?: DatetimeFilter;
|
|
359
|
+
/** Checks for all expressions in this list. */
|
|
360
|
+
and?: PlatformConfigFilter[];
|
|
361
|
+
/** Checks for any expressions in this list. */
|
|
362
|
+
or?: PlatformConfigFilter[];
|
|
363
|
+
/** Negates the expression. */
|
|
364
|
+
not?: PlatformConfigFilter;
|
|
365
|
+
}
|
|
366
|
+
export type PlatformConfigDefinitionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'DEFAULT_VALUE_ASC' | 'DEFAULT_VALUE_DESC' | 'IS_BUILT_IN_ASC' | 'IS_BUILT_IN_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC';
|
|
367
|
+
export type PlatformConfigOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'VALUE_ASC' | 'VALUE_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC';
|
|
368
|
+
export interface CreatePlatformConfigDefinitionInput {
|
|
369
|
+
clientMutationId?: string;
|
|
370
|
+
platformConfigDefinition: {
|
|
371
|
+
name: string;
|
|
372
|
+
description?: string;
|
|
373
|
+
defaultValue?: string;
|
|
374
|
+
isBuiltIn?: boolean;
|
|
375
|
+
labels?: Record<string, unknown>;
|
|
376
|
+
annotations?: Record<string, unknown>;
|
|
377
|
+
};
|
|
378
|
+
}
|
|
379
|
+
export interface PlatformConfigDefinitionPatch {
|
|
380
|
+
name?: string | null;
|
|
381
|
+
description?: string | null;
|
|
382
|
+
defaultValue?: string | null;
|
|
383
|
+
isBuiltIn?: boolean | null;
|
|
384
|
+
labels?: Record<string, unknown> | null;
|
|
385
|
+
annotations?: Record<string, unknown> | null;
|
|
386
|
+
}
|
|
387
|
+
export interface UpdatePlatformConfigDefinitionInput {
|
|
388
|
+
clientMutationId?: string;
|
|
389
|
+
id: string;
|
|
390
|
+
platformConfigDefinitionPatch: PlatformConfigDefinitionPatch;
|
|
391
|
+
}
|
|
392
|
+
export interface DeletePlatformConfigDefinitionInput {
|
|
393
|
+
clientMutationId?: string;
|
|
394
|
+
id: string;
|
|
395
|
+
}
|
|
396
|
+
export interface CreatePlatformConfigInput {
|
|
397
|
+
clientMutationId?: string;
|
|
398
|
+
platformConfig: {
|
|
399
|
+
namespaceId: string;
|
|
400
|
+
name: string;
|
|
401
|
+
value?: string;
|
|
402
|
+
labels?: Record<string, unknown>;
|
|
403
|
+
annotations?: Record<string, unknown>;
|
|
404
|
+
description?: string;
|
|
405
|
+
expiresAt?: string;
|
|
406
|
+
};
|
|
407
|
+
}
|
|
408
|
+
export interface PlatformConfigPatch {
|
|
409
|
+
namespaceId?: string | null;
|
|
410
|
+
name?: string | null;
|
|
411
|
+
value?: string | null;
|
|
412
|
+
labels?: Record<string, unknown> | null;
|
|
413
|
+
annotations?: Record<string, unknown> | null;
|
|
414
|
+
description?: string | null;
|
|
415
|
+
expiresAt?: string | null;
|
|
416
|
+
}
|
|
417
|
+
export interface UpdatePlatformConfigInput {
|
|
418
|
+
clientMutationId?: string;
|
|
419
|
+
id: string;
|
|
420
|
+
platformConfigPatch: PlatformConfigPatch;
|
|
421
|
+
}
|
|
422
|
+
export interface DeletePlatformConfigInput {
|
|
423
|
+
clientMutationId?: string;
|
|
424
|
+
id: string;
|
|
425
|
+
}
|
|
426
|
+
export declare const connectionFieldsMap: Record<string, Record<string, string>>;
|
|
427
|
+
export interface PlatformSecretsDelInput {
|
|
428
|
+
clientMutationId?: string;
|
|
429
|
+
secretName?: string;
|
|
430
|
+
namespaceId?: string;
|
|
431
|
+
}
|
|
432
|
+
export interface OrgSecretsDelInput {
|
|
433
|
+
clientMutationId?: string;
|
|
434
|
+
ownerId?: string;
|
|
435
|
+
secretName?: string;
|
|
436
|
+
namespaceId?: string;
|
|
437
|
+
}
|
|
438
|
+
export interface PlatformSecretsRemoveArrayInput {
|
|
439
|
+
clientMutationId?: string;
|
|
440
|
+
secretNames?: string[];
|
|
441
|
+
namespaceId?: string;
|
|
442
|
+
}
|
|
443
|
+
export interface OrgSecretsRemoveArrayInput {
|
|
444
|
+
clientMutationId?: string;
|
|
445
|
+
ownerId?: string;
|
|
446
|
+
secretNames?: string[];
|
|
447
|
+
namespaceId?: string;
|
|
448
|
+
}
|
|
449
|
+
export interface PlatformSecretsRotateInput {
|
|
450
|
+
clientMutationId?: string;
|
|
451
|
+
secretName?: string;
|
|
452
|
+
secretValue?: string;
|
|
453
|
+
namespaceId?: string;
|
|
454
|
+
algo?: string;
|
|
455
|
+
}
|
|
456
|
+
export interface PlatformSecretsSetInput {
|
|
457
|
+
clientMutationId?: string;
|
|
458
|
+
secretName?: string;
|
|
459
|
+
secretValue?: string;
|
|
460
|
+
secretNamespaceId?: string;
|
|
461
|
+
algo?: string;
|
|
462
|
+
}
|
|
463
|
+
export interface OrgSecretsRotateInput {
|
|
464
|
+
clientMutationId?: string;
|
|
465
|
+
ownerId?: string;
|
|
466
|
+
secretName?: string;
|
|
467
|
+
secretValue?: string;
|
|
468
|
+
namespaceId?: string;
|
|
469
|
+
algo?: string;
|
|
470
|
+
}
|
|
471
|
+
export interface OrgSecretsSetInput {
|
|
472
|
+
clientMutationId?: string;
|
|
473
|
+
scopeOwnerId?: string;
|
|
474
|
+
secretName?: string;
|
|
475
|
+
secretValue?: string;
|
|
476
|
+
secretNamespaceId?: string;
|
|
477
|
+
algo?: string;
|
|
478
|
+
}
|
|
479
|
+
export interface ProvisionBucketInput {
|
|
480
|
+
/** The logical bucket key (e.g., "public", "private") */
|
|
481
|
+
bucketKey: string;
|
|
482
|
+
/**
|
|
483
|
+
* Owner entity ID for entity-scoped bucket provisioning.
|
|
484
|
+
* Omit for app-level (database-wide) storage.
|
|
485
|
+
*/
|
|
486
|
+
ownerId?: string;
|
|
487
|
+
}
|
|
488
|
+
/** An input for mutations affecting `PlatformConfigDefinition` */
|
|
489
|
+
export interface PlatformConfigDefinitionInput {
|
|
490
|
+
/** Unique identifier for this config definition */
|
|
491
|
+
id?: string;
|
|
492
|
+
createdAt?: string;
|
|
493
|
+
updatedAt?: string;
|
|
494
|
+
/** Config key name (must match config table name for resolution) */
|
|
495
|
+
name: string;
|
|
496
|
+
/** Human-readable description of what this config key controls */
|
|
497
|
+
description?: string;
|
|
498
|
+
/** Default value used when no config entry exists for a namespace */
|
|
499
|
+
defaultValue?: string;
|
|
500
|
+
/** Whether this row was seeded as a built-in config definition */
|
|
501
|
+
isBuiltIn?: boolean;
|
|
502
|
+
/** Key-value metadata for filtering and grouping config definitions */
|
|
503
|
+
labels?: Record<string, unknown>;
|
|
504
|
+
/** Freeform metadata annotations for config definitions */
|
|
505
|
+
annotations?: Record<string, unknown>;
|
|
506
|
+
}
|
|
507
|
+
/** An input for mutations affecting `PlatformConfig` */
|
|
508
|
+
export interface PlatformConfigInput {
|
|
509
|
+
/** Unique identifier for this config entry */
|
|
510
|
+
id?: string;
|
|
511
|
+
/** FK to namespaces — logical grouping for config entries */
|
|
512
|
+
namespaceId: string;
|
|
513
|
+
/** Key name identifying the config entry */
|
|
514
|
+
name: string;
|
|
515
|
+
/** Plaintext config value */
|
|
516
|
+
value?: string;
|
|
517
|
+
/** Key/value pairs for selecting/filtering config entries */
|
|
518
|
+
labels?: Record<string, unknown>;
|
|
519
|
+
/** Freeform metadata for tooling and operational notes */
|
|
520
|
+
annotations?: Record<string, unknown>;
|
|
521
|
+
/** Human-readable note about this config entry */
|
|
522
|
+
description?: string;
|
|
523
|
+
createdAt?: string;
|
|
524
|
+
updatedAt?: string;
|
|
525
|
+
/** Optional expiration timestamp for time-limited config entries */
|
|
526
|
+
expiresAt?: string;
|
|
527
|
+
}
|
|
528
|
+
export interface PlatformSecretsDelPayload {
|
|
529
|
+
clientMutationId?: string | null;
|
|
530
|
+
}
|
|
531
|
+
export type PlatformSecretsDelPayloadSelect = {
|
|
532
|
+
clientMutationId?: boolean;
|
|
533
|
+
};
|
|
534
|
+
export interface OrgSecretsDelPayload {
|
|
535
|
+
clientMutationId?: string | null;
|
|
536
|
+
}
|
|
537
|
+
export type OrgSecretsDelPayloadSelect = {
|
|
538
|
+
clientMutationId?: boolean;
|
|
539
|
+
};
|
|
540
|
+
export interface PlatformSecretsRemoveArrayPayload {
|
|
541
|
+
clientMutationId?: string | null;
|
|
542
|
+
}
|
|
543
|
+
export type PlatformSecretsRemoveArrayPayloadSelect = {
|
|
544
|
+
clientMutationId?: boolean;
|
|
545
|
+
};
|
|
546
|
+
export interface OrgSecretsRemoveArrayPayload {
|
|
547
|
+
clientMutationId?: string | null;
|
|
548
|
+
}
|
|
549
|
+
export type OrgSecretsRemoveArrayPayloadSelect = {
|
|
550
|
+
clientMutationId?: boolean;
|
|
551
|
+
};
|
|
552
|
+
export interface PlatformSecretsRotatePayload {
|
|
553
|
+
clientMutationId?: string | null;
|
|
554
|
+
result?: boolean | null;
|
|
555
|
+
}
|
|
556
|
+
export type PlatformSecretsRotatePayloadSelect = {
|
|
557
|
+
clientMutationId?: boolean;
|
|
558
|
+
result?: boolean;
|
|
559
|
+
};
|
|
560
|
+
export interface PlatformSecretsSetPayload {
|
|
561
|
+
clientMutationId?: string | null;
|
|
562
|
+
result?: boolean | null;
|
|
563
|
+
}
|
|
564
|
+
export type PlatformSecretsSetPayloadSelect = {
|
|
565
|
+
clientMutationId?: boolean;
|
|
566
|
+
result?: boolean;
|
|
567
|
+
};
|
|
568
|
+
export interface OrgSecretsRotatePayload {
|
|
569
|
+
clientMutationId?: string | null;
|
|
570
|
+
result?: boolean | null;
|
|
571
|
+
}
|
|
572
|
+
export type OrgSecretsRotatePayloadSelect = {
|
|
573
|
+
clientMutationId?: boolean;
|
|
574
|
+
result?: boolean;
|
|
575
|
+
};
|
|
576
|
+
export interface OrgSecretsSetPayload {
|
|
577
|
+
clientMutationId?: string | null;
|
|
578
|
+
result?: boolean | null;
|
|
579
|
+
}
|
|
580
|
+
export type OrgSecretsSetPayloadSelect = {
|
|
581
|
+
clientMutationId?: boolean;
|
|
582
|
+
result?: boolean;
|
|
583
|
+
};
|
|
584
|
+
export interface ProvisionBucketPayload {
|
|
585
|
+
/** Whether provisioning succeeded */
|
|
586
|
+
success: boolean;
|
|
587
|
+
/** The S3 bucket name that was provisioned */
|
|
588
|
+
bucketName: string;
|
|
589
|
+
/** The access type applied */
|
|
590
|
+
accessType: string;
|
|
591
|
+
/** The storage provider used */
|
|
592
|
+
provider: string;
|
|
593
|
+
/** The S3 endpoint (null for AWS S3 default) */
|
|
594
|
+
endpoint?: string | null;
|
|
595
|
+
/** Error message if provisioning failed */
|
|
596
|
+
error?: string | null;
|
|
597
|
+
}
|
|
598
|
+
export type ProvisionBucketPayloadSelect = {
|
|
599
|
+
success?: boolean;
|
|
600
|
+
bucketName?: boolean;
|
|
601
|
+
accessType?: boolean;
|
|
602
|
+
provider?: boolean;
|
|
603
|
+
endpoint?: boolean;
|
|
604
|
+
error?: boolean;
|
|
605
|
+
};
|
|
606
|
+
export interface CreatePlatformConfigDefinitionPayload {
|
|
607
|
+
clientMutationId?: string | null;
|
|
608
|
+
/** The `PlatformConfigDefinition` that was created by this mutation. */
|
|
609
|
+
platformConfigDefinition?: PlatformConfigDefinition | null;
|
|
610
|
+
platformConfigDefinitionEdge?: PlatformConfigDefinitionEdge | null;
|
|
611
|
+
}
|
|
612
|
+
export type CreatePlatformConfigDefinitionPayloadSelect = {
|
|
613
|
+
clientMutationId?: boolean;
|
|
614
|
+
platformConfigDefinition?: {
|
|
615
|
+
select: PlatformConfigDefinitionSelect;
|
|
616
|
+
};
|
|
617
|
+
platformConfigDefinitionEdge?: {
|
|
618
|
+
select: PlatformConfigDefinitionEdgeSelect;
|
|
619
|
+
};
|
|
620
|
+
};
|
|
621
|
+
export interface UpdatePlatformConfigDefinitionPayload {
|
|
622
|
+
clientMutationId?: string | null;
|
|
623
|
+
/** The `PlatformConfigDefinition` that was updated by this mutation. */
|
|
624
|
+
platformConfigDefinition?: PlatformConfigDefinition | null;
|
|
625
|
+
platformConfigDefinitionEdge?: PlatformConfigDefinitionEdge | null;
|
|
626
|
+
}
|
|
627
|
+
export type UpdatePlatformConfigDefinitionPayloadSelect = {
|
|
628
|
+
clientMutationId?: boolean;
|
|
629
|
+
platformConfigDefinition?: {
|
|
630
|
+
select: PlatformConfigDefinitionSelect;
|
|
631
|
+
};
|
|
632
|
+
platformConfigDefinitionEdge?: {
|
|
633
|
+
select: PlatformConfigDefinitionEdgeSelect;
|
|
634
|
+
};
|
|
635
|
+
};
|
|
636
|
+
export interface DeletePlatformConfigDefinitionPayload {
|
|
637
|
+
clientMutationId?: string | null;
|
|
638
|
+
/** The `PlatformConfigDefinition` that was deleted by this mutation. */
|
|
639
|
+
platformConfigDefinition?: PlatformConfigDefinition | null;
|
|
640
|
+
platformConfigDefinitionEdge?: PlatformConfigDefinitionEdge | null;
|
|
641
|
+
}
|
|
642
|
+
export type DeletePlatformConfigDefinitionPayloadSelect = {
|
|
643
|
+
clientMutationId?: boolean;
|
|
644
|
+
platformConfigDefinition?: {
|
|
645
|
+
select: PlatformConfigDefinitionSelect;
|
|
646
|
+
};
|
|
647
|
+
platformConfigDefinitionEdge?: {
|
|
648
|
+
select: PlatformConfigDefinitionEdgeSelect;
|
|
649
|
+
};
|
|
650
|
+
};
|
|
651
|
+
export interface CreatePlatformConfigPayload {
|
|
652
|
+
clientMutationId?: string | null;
|
|
653
|
+
/** The `PlatformConfig` that was created by this mutation. */
|
|
654
|
+
platformConfig?: PlatformConfig | null;
|
|
655
|
+
platformConfigEdge?: PlatformConfigEdge | null;
|
|
656
|
+
}
|
|
657
|
+
export type CreatePlatformConfigPayloadSelect = {
|
|
658
|
+
clientMutationId?: boolean;
|
|
659
|
+
platformConfig?: {
|
|
660
|
+
select: PlatformConfigSelect;
|
|
661
|
+
};
|
|
662
|
+
platformConfigEdge?: {
|
|
663
|
+
select: PlatformConfigEdgeSelect;
|
|
664
|
+
};
|
|
665
|
+
};
|
|
666
|
+
export interface UpdatePlatformConfigPayload {
|
|
667
|
+
clientMutationId?: string | null;
|
|
668
|
+
/** The `PlatformConfig` that was updated by this mutation. */
|
|
669
|
+
platformConfig?: PlatformConfig | null;
|
|
670
|
+
platformConfigEdge?: PlatformConfigEdge | null;
|
|
671
|
+
}
|
|
672
|
+
export type UpdatePlatformConfigPayloadSelect = {
|
|
673
|
+
clientMutationId?: boolean;
|
|
674
|
+
platformConfig?: {
|
|
675
|
+
select: PlatformConfigSelect;
|
|
676
|
+
};
|
|
677
|
+
platformConfigEdge?: {
|
|
678
|
+
select: PlatformConfigEdgeSelect;
|
|
679
|
+
};
|
|
680
|
+
};
|
|
681
|
+
export interface DeletePlatformConfigPayload {
|
|
682
|
+
clientMutationId?: string | null;
|
|
683
|
+
/** The `PlatformConfig` that was deleted by this mutation. */
|
|
684
|
+
platformConfig?: PlatformConfig | null;
|
|
685
|
+
platformConfigEdge?: PlatformConfigEdge | null;
|
|
686
|
+
}
|
|
687
|
+
export type DeletePlatformConfigPayloadSelect = {
|
|
688
|
+
clientMutationId?: boolean;
|
|
689
|
+
platformConfig?: {
|
|
690
|
+
select: PlatformConfigSelect;
|
|
691
|
+
};
|
|
692
|
+
platformConfigEdge?: {
|
|
693
|
+
select: PlatformConfigEdgeSelect;
|
|
694
|
+
};
|
|
695
|
+
};
|
|
696
|
+
/** A `PlatformConfigDefinition` edge in the connection. */
|
|
697
|
+
export interface PlatformConfigDefinitionEdge {
|
|
698
|
+
cursor?: string | null;
|
|
699
|
+
/** The `PlatformConfigDefinition` at the end of the edge. */
|
|
700
|
+
node?: PlatformConfigDefinition | null;
|
|
701
|
+
}
|
|
702
|
+
export type PlatformConfigDefinitionEdgeSelect = {
|
|
703
|
+
cursor?: boolean;
|
|
704
|
+
node?: {
|
|
705
|
+
select: PlatformConfigDefinitionSelect;
|
|
706
|
+
};
|
|
707
|
+
};
|
|
708
|
+
/** A `PlatformConfig` edge in the connection. */
|
|
709
|
+
export interface PlatformConfigEdge {
|
|
710
|
+
cursor?: string | null;
|
|
711
|
+
/** The `PlatformConfig` at the end of the edge. */
|
|
712
|
+
node?: PlatformConfig | null;
|
|
713
|
+
}
|
|
714
|
+
export type PlatformConfigEdgeSelect = {
|
|
715
|
+
cursor?: boolean;
|
|
716
|
+
node?: {
|
|
717
|
+
select: PlatformConfigSelect;
|
|
718
|
+
};
|
|
719
|
+
};
|