@constructive-io/sdk 1.0.5 → 1.0.6
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/index.d.ts +1 -1
- package/admin/orm/client.js +3 -1
- package/admin/orm/index.d.ts +34 -47
- package/admin/orm/index.js +1 -9
- package/admin/orm/input-types.d.ts +26 -425
- package/admin/orm/input-types.js +6 -6
- package/admin/orm/models/appAdminGrant.d.ts +5 -5
- package/admin/orm/models/appAdminGrant.js +42 -42
- package/admin/orm/models/appClaimedInvite.d.ts +5 -5
- package/admin/orm/models/appClaimedInvite.js +42 -42
- package/admin/orm/models/appGrant.d.ts +5 -5
- package/admin/orm/models/appGrant.js +42 -42
- package/admin/orm/models/appInvite.d.ts +5 -5
- package/admin/orm/models/appInvite.js +42 -42
- package/admin/orm/models/appMembership.d.ts +5 -5
- package/admin/orm/models/appMembership.js +42 -42
- package/admin/orm/models/appMembershipDefault.d.ts +5 -5
- package/admin/orm/models/appMembershipDefault.js +42 -42
- package/admin/orm/models/appOwnerGrant.d.ts +5 -5
- package/admin/orm/models/appOwnerGrant.js +42 -42
- package/admin/orm/models/appPermission.d.ts +5 -5
- package/admin/orm/models/appPermission.js +42 -42
- package/admin/orm/models/appPermissionDefault.d.ts +5 -5
- package/admin/orm/models/appPermissionDefault.js +42 -42
- package/admin/orm/models/appPermissionDefaultGrant.d.ts +5 -5
- package/admin/orm/models/appPermissionDefaultGrant.js +42 -42
- package/admin/orm/models/appPermissionDefaultPermission.d.ts +5 -5
- package/admin/orm/models/appPermissionDefaultPermission.js +42 -42
- package/admin/orm/models/index.d.ts +26 -30
- package/admin/orm/models/index.js +1 -9
- package/admin/orm/models/membershipType.d.ts +5 -5
- package/admin/orm/models/membershipType.js +42 -42
- package/admin/orm/models/orgAdminGrant.d.ts +5 -5
- package/admin/orm/models/orgAdminGrant.js +42 -42
- package/admin/orm/models/orgClaimedInvite.d.ts +5 -5
- package/admin/orm/models/orgClaimedInvite.js +42 -42
- package/admin/orm/models/orgGrant.d.ts +5 -5
- package/admin/orm/models/orgGrant.js +42 -42
- package/admin/orm/models/orgInvite.d.ts +5 -5
- package/admin/orm/models/orgInvite.js +42 -42
- package/admin/orm/models/orgMember.d.ts +5 -5
- package/admin/orm/models/orgMember.js +42 -42
- package/admin/orm/models/orgMemberProfile.d.ts +5 -5
- package/admin/orm/models/orgMemberProfile.js +42 -42
- package/admin/orm/models/orgMembership.d.ts +5 -5
- package/admin/orm/models/orgMembership.js +42 -42
- package/admin/orm/models/orgMembershipDefault.d.ts +5 -5
- package/admin/orm/models/orgMembershipDefault.js +42 -42
- package/admin/orm/models/orgMembershipSetting.d.ts +5 -5
- package/admin/orm/models/orgMembershipSetting.js +42 -42
- package/admin/orm/models/orgOwnerGrant.d.ts +5 -5
- package/admin/orm/models/orgOwnerGrant.js +42 -42
- package/admin/orm/models/orgPermission.d.ts +5 -5
- package/admin/orm/models/orgPermission.js +42 -42
- package/admin/orm/models/orgPermissionDefault.d.ts +5 -5
- package/admin/orm/models/orgPermissionDefault.js +42 -42
- package/admin/orm/models/orgPermissionDefaultGrant.d.ts +5 -5
- package/admin/orm/models/orgPermissionDefaultGrant.js +42 -42
- package/admin/orm/models/orgPermissionDefaultPermission.d.ts +5 -5
- package/admin/orm/models/orgPermissionDefaultPermission.js +42 -42
- package/admin/orm/mutation/index.d.ts +4 -4
- package/admin/orm/mutation/index.js +22 -28
- package/admin/orm/query/index.d.ts +3 -14
- package/admin/orm/query/index.js +75 -121
- package/admin/orm/query-builder.js +15 -5
- package/agent/index.d.ts +1 -1
- package/agent/orm/client.js +3 -1
- package/agent/orm/index.d.ts +16 -16
- package/agent/orm/index.js +1 -1
- package/agent/orm/input-types.d.ts +10 -10
- package/agent/orm/input-types.js +17 -17
- package/agent/orm/models/agent.d.ts +5 -5
- package/agent/orm/models/agent.js +42 -42
- package/agent/orm/models/agentMessage.d.ts +5 -5
- package/agent/orm/models/agentMessage.js +42 -42
- package/agent/orm/models/agentPersona.d.ts +5 -5
- package/agent/orm/models/agentPersona.js +42 -42
- package/agent/orm/models/agentPlan.d.ts +5 -5
- package/agent/orm/models/agentPlan.js +42 -42
- package/agent/orm/models/agentPrompt.d.ts +5 -5
- package/agent/orm/models/agentPrompt.js +42 -42
- package/agent/orm/models/agentResource.d.ts +5 -5
- package/agent/orm/models/agentResource.js +42 -42
- package/agent/orm/models/agentResourceChunk.d.ts +5 -5
- package/agent/orm/models/agentResourceChunk.js +42 -42
- package/agent/orm/models/agentTask.d.ts +5 -5
- package/agent/orm/models/agentTask.js +42 -42
- package/agent/orm/models/agentThread.d.ts +5 -5
- package/agent/orm/models/agentThread.js +42 -42
- package/agent/orm/models/index.d.ts +9 -9
- package/agent/orm/mutation/index.d.ts +4 -4
- package/agent/orm/mutation/index.js +8 -10
- package/agent/orm/query-builder.js +15 -5
- package/api/index.d.ts +1 -1
- package/api/orm/client.js +3 -1
- package/api/orm/index.d.ts +102 -56
- package/api/orm/index.js +39 -3
- package/api/orm/input-types.d.ts +9786 -6269
- package/api/orm/input-types.js +97 -84
- package/api/orm/models/api.d.ts +5 -5
- package/api/orm/models/api.js +42 -42
- package/api/orm/models/apiModule.d.ts +5 -5
- package/api/orm/models/apiModule.js +42 -42
- package/api/orm/models/apiSchema.d.ts +5 -5
- package/api/orm/models/apiSchema.js +42 -42
- package/api/orm/models/apiSetting.d.ts +5 -5
- package/api/orm/models/apiSetting.js +42 -42
- package/api/orm/models/astMigration.d.ts +5 -5
- package/api/orm/models/astMigration.js +30 -30
- package/api/orm/models/checkConstraint.d.ts +5 -5
- package/api/orm/models/checkConstraint.js +42 -42
- package/api/orm/models/compositeType.d.ts +5 -5
- package/api/orm/models/compositeType.js +42 -42
- package/api/orm/models/corsSetting.d.ts +5 -5
- package/api/orm/models/corsSetting.js +42 -42
- package/api/orm/models/database.d.ts +5 -5
- package/api/orm/models/database.js +42 -42
- package/api/orm/models/databaseSetting.d.ts +5 -5
- package/api/orm/models/databaseSetting.js +42 -42
- package/api/orm/models/databaseTransfer.d.ts +5 -5
- package/api/orm/models/databaseTransfer.js +42 -42
- package/api/orm/models/defaultPrivilege.d.ts +5 -5
- package/api/orm/models/defaultPrivilege.js +42 -42
- package/api/orm/models/domain.d.ts +5 -5
- package/api/orm/models/domain.js +42 -42
- package/api/orm/models/domainEvent.d.ts +54 -0
- package/api/orm/models/domainEvent.js +104 -0
- package/api/orm/models/domainVerification.d.ts +54 -0
- package/api/orm/models/domainVerification.js +104 -0
- package/api/orm/models/embeddingChunk.d.ts +5 -5
- package/api/orm/models/embeddingChunk.js +42 -42
- package/api/orm/models/enum.d.ts +5 -5
- package/api/orm/models/enum.js +42 -42
- package/api/orm/models/exclusionConstraint.d.ts +54 -0
- package/api/orm/models/exclusionConstraint.js +104 -0
- package/api/orm/models/field.d.ts +5 -5
- package/api/orm/models/field.js +42 -42
- package/api/orm/models/foreignKeyConstraint.d.ts +5 -5
- package/api/orm/models/foreignKeyConstraint.js +42 -42
- package/api/orm/models/fullTextSearch.d.ts +5 -5
- package/api/orm/models/fullTextSearch.js +42 -42
- package/api/orm/models/function.d.ts +5 -5
- package/api/orm/models/function.js +42 -42
- package/api/orm/models/hostnameBinding.d.ts +54 -0
- package/api/orm/models/hostnameBinding.js +104 -0
- package/api/orm/models/httpRoute.d.ts +5 -5
- package/api/orm/models/httpRoute.js +42 -42
- package/api/orm/models/index.d.ts +65 -47
- package/api/orm/models/index.js +40 -3
- package/api/orm/models/indexModel.d.ts +5 -5
- package/api/orm/models/indexModel.js +42 -42
- package/api/orm/models/managedDomain.d.ts +5 -5
- package/api/orm/models/managedDomain.js +42 -42
- package/api/orm/models/nodeTypeRegistry.d.ts +5 -5
- package/api/orm/models/nodeTypeRegistry.js +42 -42
- package/api/orm/models/partition.d.ts +5 -5
- package/api/orm/models/partition.js +42 -42
- package/api/orm/models/platformApi.d.ts +54 -0
- package/api/orm/models/platformApi.js +104 -0
- package/api/orm/models/platformApiModule.d.ts +54 -0
- package/api/orm/models/platformApiModule.js +104 -0
- package/api/orm/models/platformApiSchema.d.ts +54 -0
- package/api/orm/models/platformApiSchema.js +104 -0
- package/api/orm/models/platformApiSetting.d.ts +54 -0
- package/api/orm/models/platformApiSetting.js +104 -0
- package/api/orm/models/platformCorsSetting.d.ts +54 -0
- package/api/orm/models/platformCorsSetting.js +104 -0
- package/api/orm/models/platformDomain.d.ts +54 -0
- package/api/orm/models/platformDomain.js +104 -0
- package/api/orm/models/platformDomainEvent.d.ts +54 -0
- package/api/orm/models/platformDomainEvent.js +104 -0
- package/api/orm/models/platformDomainVerification.d.ts +54 -0
- package/api/orm/models/platformDomainVerification.js +104 -0
- package/api/orm/models/platformManagedDomain.d.ts +54 -0
- package/api/orm/models/platformManagedDomain.js +104 -0
- package/api/orm/models/platformSite.d.ts +54 -0
- package/api/orm/models/platformSite.js +104 -0
- package/api/orm/models/platformSiteMetadatum.d.ts +54 -0
- package/api/orm/models/platformSiteMetadatum.js +104 -0
- package/api/orm/models/platformSiteModule.d.ts +54 -0
- package/api/orm/models/platformSiteModule.js +104 -0
- package/api/orm/models/platformSiteTheme.d.ts +54 -0
- package/api/orm/models/platformSiteTheme.js +104 -0
- package/api/orm/models/policy.d.ts +5 -5
- package/api/orm/models/policy.js +42 -42
- package/api/orm/models/primaryKeyConstraint.d.ts +5 -5
- package/api/orm/models/primaryKeyConstraint.js +42 -42
- package/api/orm/models/pubkeySetting.d.ts +5 -5
- package/api/orm/models/pubkeySetting.js +42 -42
- package/api/orm/models/rlsSetting.d.ts +5 -5
- package/api/orm/models/rlsSetting.js +42 -42
- package/api/orm/models/route.d.ts +54 -0
- package/api/orm/models/route.js +104 -0
- package/api/orm/models/routeBinding.d.ts +54 -0
- package/api/orm/models/routeBinding.js +104 -0
- package/api/orm/models/schema.d.ts +5 -5
- package/api/orm/models/schema.js +42 -42
- package/api/orm/models/schemaGrant.d.ts +5 -5
- package/api/orm/models/schemaGrant.js +42 -42
- package/api/orm/models/site.d.ts +5 -5
- package/api/orm/models/site.js +42 -42
- package/api/orm/models/siteMetadatum.d.ts +5 -5
- package/api/orm/models/siteMetadatum.js +42 -42
- package/api/orm/models/siteModule.d.ts +5 -5
- package/api/orm/models/siteModule.js +42 -42
- package/api/orm/models/siteTheme.d.ts +5 -5
- package/api/orm/models/siteTheme.js +42 -42
- package/api/orm/models/spatialRelation.d.ts +5 -5
- package/api/orm/models/spatialRelation.js +42 -42
- package/api/orm/models/sqlAction.d.ts +5 -5
- package/api/orm/models/sqlAction.js +30 -30
- package/api/orm/models/table.d.ts +5 -5
- package/api/orm/models/table.js +42 -42
- package/api/orm/models/tableGrant.d.ts +5 -5
- package/api/orm/models/tableGrant.js +42 -42
- package/api/orm/models/trigger.d.ts +5 -5
- package/api/orm/models/trigger.js +42 -42
- package/api/orm/models/triggerFunction.d.ts +5 -5
- package/api/orm/models/triggerFunction.js +42 -42
- package/api/orm/models/uniqueConstraint.d.ts +5 -5
- package/api/orm/models/uniqueConstraint.js +42 -42
- package/api/orm/models/view.d.ts +5 -5
- package/api/orm/models/view.js +42 -42
- package/api/orm/models/viewGrant.d.ts +5 -5
- package/api/orm/models/viewGrant.js +42 -42
- package/api/orm/models/viewRule.d.ts +5 -5
- package/api/orm/models/viewRule.js +42 -42
- package/api/orm/models/viewTable.d.ts +5 -5
- package/api/orm/models/viewTable.js +42 -42
- package/api/orm/models/webauthnSetting.d.ts +5 -5
- package/api/orm/models/webauthnSetting.js +42 -42
- package/api/orm/mutation/index.d.ts +5 -5
- package/api/orm/mutation/index.js +50 -64
- package/api/orm/query/index.d.ts +25 -7
- package/api/orm/query/index.js +49 -30
- package/api/orm/query-builder.js +15 -5
- package/auth/index.d.ts +1 -1
- package/auth/orm/client.js +3 -1
- package/auth/orm/index.d.ts +21 -21
- package/auth/orm/index.js +1 -1
- package/auth/orm/input-types.d.ts +13 -13
- package/auth/orm/input-types.js +16 -16
- package/auth/orm/models/auditLogAuth.d.ts +5 -5
- package/auth/orm/models/auditLogAuth.js +43 -43
- package/auth/orm/models/cryptoAddress.d.ts +5 -5
- package/auth/orm/models/cryptoAddress.js +42 -42
- package/auth/orm/models/email.d.ts +5 -5
- package/auth/orm/models/email.js +42 -42
- package/auth/orm/models/identityProvider.d.ts +5 -5
- package/auth/orm/models/identityProvider.js +20 -20
- package/auth/orm/models/index.d.ts +13 -13
- package/auth/orm/models/orgApiKeyList.d.ts +5 -5
- package/auth/orm/models/orgApiKeyList.js +30 -30
- package/auth/orm/models/phoneNumber.d.ts +5 -5
- package/auth/orm/models/phoneNumber.js +42 -42
- package/auth/orm/models/principal.d.ts +5 -5
- package/auth/orm/models/principal.js +30 -30
- package/auth/orm/models/principalEntity.d.ts +5 -5
- package/auth/orm/models/principalEntity.js +42 -42
- package/auth/orm/models/principalScopeOverride.d.ts +5 -5
- package/auth/orm/models/principalScopeOverride.js +30 -30
- package/auth/orm/models/roleType.d.ts +5 -5
- package/auth/orm/models/roleType.js +42 -42
- package/auth/orm/models/user.d.ts +5 -5
- package/auth/orm/models/user.js +42 -42
- package/auth/orm/models/userConnectedAccount.d.ts +5 -5
- package/auth/orm/models/userConnectedAccount.js +30 -30
- package/auth/orm/models/webauthnCredential.d.ts +5 -5
- package/auth/orm/models/webauthnCredential.js +42 -42
- package/auth/orm/mutation/index.d.ts +4 -4
- package/auth/orm/mutation/index.js +211 -271
- package/auth/orm/query/index.d.ts +4 -4
- package/auth/orm/query/index.js +24 -26
- package/auth/orm/query-builder.js +15 -5
- package/compute/index.d.ts +1 -1
- package/compute/orm/client.js +3 -1
- package/compute/orm/index.d.ts +81 -77
- package/compute/orm/index.js +13 -9
- package/compute/orm/input-types.d.ts +798 -381
- package/compute/orm/input-types.js +42 -42
- package/compute/orm/models/dbPreset.d.ts +5 -5
- package/compute/orm/models/dbPreset.js +42 -42
- package/compute/orm/models/functionApiBinding.d.ts +5 -5
- package/compute/orm/models/functionApiBinding.js +42 -42
- package/compute/orm/models/functionDefinition.d.ts +5 -5
- package/compute/orm/models/functionDefinition.js +42 -42
- package/compute/orm/models/functionDeployment.d.ts +5 -5
- package/compute/orm/models/functionDeployment.js +42 -42
- package/compute/orm/models/functionDeploymentEvent.d.ts +5 -5
- package/compute/orm/models/functionDeploymentEvent.js +43 -43
- package/compute/orm/models/functionExecutionLog.d.ts +5 -5
- package/compute/orm/models/functionExecutionLog.js +43 -43
- package/compute/orm/models/functionGraph.d.ts +5 -5
- package/compute/orm/models/functionGraph.js +42 -42
- package/compute/orm/models/functionGraphCommit.d.ts +5 -5
- package/compute/orm/models/functionGraphCommit.js +43 -43
- package/compute/orm/models/functionGraphExecution.d.ts +5 -5
- package/compute/orm/models/functionGraphExecution.js +43 -43
- package/compute/orm/models/functionGraphExecutionNodeState.d.ts +5 -5
- package/compute/orm/models/functionGraphExecutionNodeState.js +43 -43
- package/compute/orm/models/functionGraphExecutionOutput.d.ts +5 -5
- package/compute/orm/models/functionGraphExecutionOutput.js +43 -43
- package/compute/orm/models/functionGraphObject.d.ts +5 -5
- package/compute/orm/models/functionGraphObject.js +38 -38
- package/compute/orm/models/functionGraphRef.d.ts +5 -5
- package/compute/orm/models/functionGraphRef.js +43 -43
- package/compute/orm/models/functionGraphStore.d.ts +5 -5
- package/compute/orm/models/functionGraphStore.js +42 -42
- package/compute/orm/models/functionInvocation.d.ts +5 -5
- package/compute/orm/models/functionInvocation.js +43 -43
- package/compute/orm/models/functionInvocationAttempt.d.ts +56 -0
- package/compute/orm/models/functionInvocationAttempt.js +107 -0
- package/compute/orm/models/getAllTreeNodesRecord.d.ts +5 -5
- package/compute/orm/models/getAllTreeNodesRecord.js +20 -20
- package/compute/orm/models/index.d.ts +67 -65
- package/compute/orm/models/index.js +14 -10
- package/compute/orm/models/infraCommit.d.ts +5 -5
- package/compute/orm/models/infraCommit.js +43 -43
- package/compute/orm/models/infraGetAllTreeNodesRecord.d.ts +5 -5
- package/compute/orm/models/infraGetAllTreeNodesRecord.js +20 -20
- package/compute/orm/models/infraObject.d.ts +5 -5
- package/compute/orm/models/infraObject.js +38 -38
- package/compute/orm/models/infraRef.d.ts +5 -5
- package/compute/orm/models/infraRef.js +43 -43
- package/compute/orm/models/infraStore.d.ts +5 -5
- package/compute/orm/models/infraStore.js +42 -42
- package/compute/orm/models/integrationProvider.d.ts +5 -5
- package/compute/orm/models/integrationProvider.js +42 -42
- package/compute/orm/models/namespace.d.ts +5 -5
- package/compute/orm/models/namespace.js +42 -42
- package/compute/orm/models/namespaceEvent.d.ts +5 -5
- package/compute/orm/models/namespaceEvent.js +43 -43
- package/compute/orm/models/platformFunctionApiBinding.d.ts +5 -5
- package/compute/orm/models/platformFunctionApiBinding.js +42 -42
- package/compute/orm/models/platformFunctionDefinition.d.ts +5 -5
- package/compute/orm/models/platformFunctionDefinition.js +42 -42
- package/compute/orm/models/platformFunctionDeployment.d.ts +5 -5
- package/compute/orm/models/platformFunctionDeployment.js +42 -42
- package/compute/orm/models/platformFunctionDeploymentEvent.d.ts +5 -5
- package/compute/orm/models/platformFunctionDeploymentEvent.js +43 -43
- package/compute/orm/models/platformFunctionExecutionLog.d.ts +5 -5
- package/compute/orm/models/platformFunctionExecutionLog.js +43 -43
- package/compute/orm/models/platformFunctionInvocation.d.ts +5 -5
- package/compute/orm/models/platformFunctionInvocation.js +43 -43
- package/compute/orm/models/platformFunctionInvocationAttempt.d.ts +56 -0
- package/compute/orm/models/platformFunctionInvocationAttempt.js +107 -0
- package/compute/orm/models/platformInfraCommit.d.ts +5 -5
- package/compute/orm/models/platformInfraCommit.js +43 -43
- package/compute/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
- package/compute/orm/models/platformInfraGetAllTreeNodesRecord.js +20 -20
- package/compute/orm/models/platformInfraObject.d.ts +5 -5
- package/compute/orm/models/platformInfraObject.js +38 -38
- package/compute/orm/models/platformInfraRef.d.ts +5 -5
- package/compute/orm/models/platformInfraRef.js +43 -43
- package/compute/orm/models/platformInfraStore.d.ts +5 -5
- package/compute/orm/models/platformInfraStore.js +42 -42
- package/compute/orm/models/platformNamespace.d.ts +5 -5
- package/compute/orm/models/platformNamespace.js +42 -42
- package/compute/orm/models/platformNamespaceEvent.d.ts +5 -5
- package/compute/orm/models/platformNamespaceEvent.js +43 -43
- package/compute/orm/models/platformResource.d.ts +5 -5
- package/compute/orm/models/platformResource.js +42 -42
- package/compute/orm/models/platformResourceDeclaredCapacity.d.ts +30 -0
- package/compute/orm/models/platformResourceDeclaredCapacity.js +59 -0
- package/compute/orm/models/platformResourceDefinition.d.ts +5 -5
- package/compute/orm/models/platformResourceDefinition.js +42 -42
- package/compute/orm/models/platformResourceEvent.d.ts +5 -5
- package/compute/orm/models/platformResourceEvent.js +43 -43
- package/compute/orm/models/platformResourceInstallation.d.ts +5 -5
- package/compute/orm/models/platformResourceInstallation.js +42 -42
- package/compute/orm/models/platformResourceStatusCheck.d.ts +5 -5
- package/compute/orm/models/platformResourceStatusCheck.js +42 -42
- package/compute/orm/models/platformResourceUsageLog.d.ts +5 -5
- package/compute/orm/models/platformResourceUsageLog.js +43 -43
- package/compute/orm/models/platformResourceUsageSummary.d.ts +5 -5
- package/compute/orm/models/platformResourceUsageSummary.js +43 -43
- package/compute/orm/models/platformResourceUtilization.d.ts +30 -0
- package/compute/orm/models/platformResourceUtilization.js +59 -0
- package/compute/orm/models/platformResourcesHealth.d.ts +5 -5
- package/compute/orm/models/platformResourcesHealth.js +30 -30
- package/compute/orm/models/platformResourcesRequirementsState.d.ts +5 -5
- package/compute/orm/models/platformResourcesRequirementsState.js +20 -20
- package/compute/orm/models/platformResourcesResolvedRequirement.d.ts +5 -5
- package/compute/orm/models/platformResourcesResolvedRequirement.js +20 -20
- package/compute/orm/models/platformWebhookEndpoint.d.ts +5 -5
- package/compute/orm/models/platformWebhookEndpoint.js +42 -42
- package/compute/orm/models/platformWebhookEvent.d.ts +5 -5
- package/compute/orm/models/platformWebhookEvent.js +42 -42
- package/compute/orm/models/resource.d.ts +5 -5
- package/compute/orm/models/resource.js +42 -42
- package/compute/orm/models/resourceDeclaredCapacity.d.ts +30 -0
- package/compute/orm/models/resourceDeclaredCapacity.js +59 -0
- package/compute/orm/models/resourceDefinition.d.ts +5 -5
- package/compute/orm/models/resourceDefinition.js +42 -42
- package/compute/orm/models/resourceEvent.d.ts +5 -5
- package/compute/orm/models/resourceEvent.js +43 -43
- package/compute/orm/models/resourceInstallation.d.ts +5 -5
- package/compute/orm/models/resourceInstallation.js +42 -42
- package/compute/orm/models/resourceStatusCheck.d.ts +5 -5
- package/compute/orm/models/resourceStatusCheck.js +42 -42
- package/compute/orm/models/resourceUsageLog.d.ts +5 -5
- package/compute/orm/models/resourceUsageLog.js +43 -43
- package/compute/orm/models/resourceUsageSummary.d.ts +5 -5
- package/compute/orm/models/resourceUsageSummary.js +43 -43
- package/compute/orm/models/resourceUtilization.d.ts +30 -0
- package/compute/orm/models/resourceUtilization.js +59 -0
- package/compute/orm/models/resourcesHealth.d.ts +5 -5
- package/compute/orm/models/resourcesHealth.js +30 -30
- package/compute/orm/models/resourcesRequirementsState.d.ts +5 -5
- package/compute/orm/models/resourcesRequirementsState.js +20 -20
- package/compute/orm/models/resourcesResolvedRequirement.d.ts +5 -5
- package/compute/orm/models/resourcesResolvedRequirement.js +20 -20
- package/compute/orm/models/webhookEndpoint.d.ts +5 -5
- package/compute/orm/models/webhookEndpoint.js +42 -42
- package/compute/orm/models/webhookEvent.d.ts +5 -5
- package/compute/orm/models/webhookEvent.js +42 -42
- package/compute/orm/mutation/index.d.ts +4 -4
- package/compute/orm/mutation/index.js +197 -253
- package/compute/orm/query/index.d.ts +2 -2
- package/compute/orm/query/index.js +8 -10
- package/compute/orm/query-builder.js +15 -5
- package/config/index.d.ts +1 -1
- package/config/orm/client.js +3 -1
- package/config/orm/index.d.ts +12 -12
- package/config/orm/index.js +1 -1
- package/config/orm/input-types.d.ts +5 -5
- package/config/orm/models/config.d.ts +5 -5
- package/config/orm/models/config.js +42 -42
- package/config/orm/models/index.d.ts +5 -5
- package/config/orm/models/platformConfig.d.ts +5 -5
- package/config/orm/models/platformConfig.js +42 -42
- package/config/orm/models/platformInternalSecret.d.ts +5 -5
- package/config/orm/models/platformInternalSecret.js +30 -30
- package/config/orm/models/platformSecret.d.ts +5 -5
- package/config/orm/models/platformSecret.js +30 -30
- package/config/orm/models/secret.d.ts +5 -5
- package/config/orm/models/secret.js +30 -30
- package/config/orm/mutation/index.d.ts +4 -4
- package/config/orm/mutation/index.js +92 -118
- package/config/orm/query-builder.js +15 -5
- package/esm/admin/index.d.ts +1 -1
- package/esm/admin/index.js +1 -1
- package/esm/admin/orm/client.js +3 -1
- package/esm/admin/orm/index.d.ts +34 -47
- package/esm/admin/orm/index.js +36 -44
- package/esm/admin/orm/input-types.d.ts +26 -425
- package/esm/admin/orm/input-types.js +6 -6
- package/esm/admin/orm/models/appAdminGrant.d.ts +5 -5
- package/esm/admin/orm/models/appAdminGrant.js +44 -44
- package/esm/admin/orm/models/appClaimedInvite.d.ts +5 -5
- package/esm/admin/orm/models/appClaimedInvite.js +44 -44
- package/esm/admin/orm/models/appGrant.d.ts +5 -5
- package/esm/admin/orm/models/appGrant.js +44 -44
- package/esm/admin/orm/models/appInvite.d.ts +5 -5
- package/esm/admin/orm/models/appInvite.js +44 -44
- package/esm/admin/orm/models/appMembership.d.ts +5 -5
- package/esm/admin/orm/models/appMembership.js +44 -44
- package/esm/admin/orm/models/appMembershipDefault.d.ts +5 -5
- package/esm/admin/orm/models/appMembershipDefault.js +44 -44
- package/esm/admin/orm/models/appOwnerGrant.d.ts +5 -5
- package/esm/admin/orm/models/appOwnerGrant.js +44 -44
- package/esm/admin/orm/models/appPermission.d.ts +5 -5
- package/esm/admin/orm/models/appPermission.js +44 -44
- package/esm/admin/orm/models/appPermissionDefault.d.ts +5 -5
- package/esm/admin/orm/models/appPermissionDefault.js +44 -44
- package/esm/admin/orm/models/appPermissionDefaultGrant.d.ts +5 -5
- package/esm/admin/orm/models/appPermissionDefaultGrant.js +44 -44
- package/esm/admin/orm/models/appPermissionDefaultPermission.d.ts +5 -5
- package/esm/admin/orm/models/appPermissionDefaultPermission.js +44 -44
- package/esm/admin/orm/models/index.d.ts +26 -30
- package/esm/admin/orm/models/index.js +26 -30
- package/esm/admin/orm/models/membershipType.d.ts +5 -5
- package/esm/admin/orm/models/membershipType.js +44 -44
- package/esm/admin/orm/models/orgAdminGrant.d.ts +5 -5
- package/esm/admin/orm/models/orgAdminGrant.js +44 -44
- package/esm/admin/orm/models/orgClaimedInvite.d.ts +5 -5
- package/esm/admin/orm/models/orgClaimedInvite.js +44 -44
- package/esm/admin/orm/models/orgGrant.d.ts +5 -5
- package/esm/admin/orm/models/orgGrant.js +44 -44
- package/esm/admin/orm/models/orgInvite.d.ts +5 -5
- package/esm/admin/orm/models/orgInvite.js +44 -44
- package/esm/admin/orm/models/orgMember.d.ts +5 -5
- package/esm/admin/orm/models/orgMember.js +44 -44
- package/esm/admin/orm/models/orgMemberProfile.d.ts +5 -5
- package/esm/admin/orm/models/orgMemberProfile.js +44 -44
- package/esm/admin/orm/models/orgMembership.d.ts +5 -5
- package/esm/admin/orm/models/orgMembership.js +44 -44
- package/esm/admin/orm/models/orgMembershipDefault.d.ts +5 -5
- package/esm/admin/orm/models/orgMembershipDefault.js +44 -44
- package/esm/admin/orm/models/orgMembershipSetting.d.ts +5 -5
- package/esm/admin/orm/models/orgMembershipSetting.js +44 -44
- package/esm/admin/orm/models/orgOwnerGrant.d.ts +5 -5
- package/esm/admin/orm/models/orgOwnerGrant.js +44 -44
- package/esm/admin/orm/models/orgPermission.d.ts +5 -5
- package/esm/admin/orm/models/orgPermission.js +44 -44
- package/esm/admin/orm/models/orgPermissionDefault.d.ts +5 -5
- package/esm/admin/orm/models/orgPermissionDefault.js +44 -44
- package/esm/admin/orm/models/orgPermissionDefaultGrant.d.ts +5 -5
- package/esm/admin/orm/models/orgPermissionDefaultGrant.js +44 -44
- package/esm/admin/orm/models/orgPermissionDefaultPermission.d.ts +5 -5
- package/esm/admin/orm/models/orgPermissionDefaultPermission.js +44 -44
- package/esm/admin/orm/mutation/index.d.ts +4 -4
- package/esm/admin/orm/mutation/index.js +24 -30
- package/esm/admin/orm/query/index.d.ts +3 -14
- package/esm/admin/orm/query/index.js +77 -123
- package/esm/admin/orm/query-builder.js +15 -5
- package/esm/agent/index.d.ts +1 -1
- package/esm/agent/index.js +1 -1
- package/esm/agent/orm/client.js +3 -1
- package/esm/agent/orm/index.d.ts +16 -16
- package/esm/agent/orm/index.js +17 -17
- package/esm/agent/orm/input-types.d.ts +10 -10
- package/esm/agent/orm/input-types.js +17 -17
- package/esm/agent/orm/models/agent.d.ts +5 -5
- package/esm/agent/orm/models/agent.js +44 -44
- package/esm/agent/orm/models/agentMessage.d.ts +5 -5
- package/esm/agent/orm/models/agentMessage.js +44 -44
- package/esm/agent/orm/models/agentPersona.d.ts +5 -5
- package/esm/agent/orm/models/agentPersona.js +44 -44
- package/esm/agent/orm/models/agentPlan.d.ts +5 -5
- package/esm/agent/orm/models/agentPlan.js +44 -44
- package/esm/agent/orm/models/agentPrompt.d.ts +5 -5
- package/esm/agent/orm/models/agentPrompt.js +44 -44
- package/esm/agent/orm/models/agentResource.d.ts +5 -5
- package/esm/agent/orm/models/agentResource.js +44 -44
- package/esm/agent/orm/models/agentResourceChunk.d.ts +5 -5
- package/esm/agent/orm/models/agentResourceChunk.js +44 -44
- package/esm/agent/orm/models/agentTask.d.ts +5 -5
- package/esm/agent/orm/models/agentTask.js +44 -44
- package/esm/agent/orm/models/agentThread.d.ts +5 -5
- package/esm/agent/orm/models/agentThread.js +44 -44
- package/esm/agent/orm/models/index.d.ts +9 -9
- package/esm/agent/orm/models/index.js +9 -9
- package/esm/agent/orm/mutation/index.d.ts +4 -4
- package/esm/agent/orm/mutation/index.js +10 -12
- package/esm/agent/orm/query-builder.js +15 -5
- package/esm/api/index.d.ts +1 -1
- package/esm/api/index.js +1 -1
- package/esm/api/orm/client.js +3 -1
- package/esm/api/orm/index.d.ts +102 -56
- package/esm/api/orm/index.js +94 -58
- package/esm/api/orm/input-types.d.ts +9786 -6269
- package/esm/api/orm/input-types.js +97 -84
- package/esm/api/orm/models/api.d.ts +5 -5
- package/esm/api/orm/models/api.js +44 -44
- package/esm/api/orm/models/apiModule.d.ts +5 -5
- package/esm/api/orm/models/apiModule.js +44 -44
- package/esm/api/orm/models/apiSchema.d.ts +5 -5
- package/esm/api/orm/models/apiSchema.js +44 -44
- package/esm/api/orm/models/apiSetting.d.ts +5 -5
- package/esm/api/orm/models/apiSetting.js +44 -44
- package/esm/api/orm/models/astMigration.d.ts +5 -5
- package/esm/api/orm/models/astMigration.js +32 -32
- package/esm/api/orm/models/checkConstraint.d.ts +5 -5
- package/esm/api/orm/models/checkConstraint.js +44 -44
- package/esm/api/orm/models/compositeType.d.ts +5 -5
- package/esm/api/orm/models/compositeType.js +44 -44
- package/esm/api/orm/models/corsSetting.d.ts +5 -5
- package/esm/api/orm/models/corsSetting.js +44 -44
- package/esm/api/orm/models/database.d.ts +5 -5
- package/esm/api/orm/models/database.js +44 -44
- package/esm/api/orm/models/databaseSetting.d.ts +5 -5
- package/esm/api/orm/models/databaseSetting.js +44 -44
- package/esm/api/orm/models/databaseTransfer.d.ts +5 -5
- package/esm/api/orm/models/databaseTransfer.js +44 -44
- package/esm/api/orm/models/defaultPrivilege.d.ts +5 -5
- package/esm/api/orm/models/defaultPrivilege.js +44 -44
- package/esm/api/orm/models/domain.d.ts +5 -5
- package/esm/api/orm/models/domain.js +44 -44
- package/esm/api/orm/models/domainEvent.d.ts +54 -0
- package/esm/api/orm/models/domainEvent.js +100 -0
- package/esm/api/orm/models/domainVerification.d.ts +54 -0
- package/esm/api/orm/models/domainVerification.js +100 -0
- package/esm/api/orm/models/embeddingChunk.d.ts +5 -5
- package/esm/api/orm/models/embeddingChunk.js +44 -44
- package/esm/api/orm/models/enum.d.ts +5 -5
- package/esm/api/orm/models/enum.js +44 -44
- package/esm/api/orm/models/exclusionConstraint.d.ts +54 -0
- package/esm/api/orm/models/exclusionConstraint.js +100 -0
- package/esm/api/orm/models/field.d.ts +5 -5
- package/esm/api/orm/models/field.js +44 -44
- package/esm/api/orm/models/foreignKeyConstraint.d.ts +5 -5
- package/esm/api/orm/models/foreignKeyConstraint.js +44 -44
- package/esm/api/orm/models/fullTextSearch.d.ts +5 -5
- package/esm/api/orm/models/fullTextSearch.js +44 -44
- package/esm/api/orm/models/function.d.ts +5 -5
- package/esm/api/orm/models/function.js +44 -44
- package/esm/api/orm/models/hostnameBinding.d.ts +54 -0
- package/esm/api/orm/models/hostnameBinding.js +100 -0
- package/esm/api/orm/models/httpRoute.d.ts +5 -5
- package/esm/api/orm/models/httpRoute.js +44 -44
- package/esm/api/orm/models/index.d.ts +65 -47
- package/esm/api/orm/models/index.js +65 -47
- package/esm/api/orm/models/indexModel.d.ts +5 -5
- package/esm/api/orm/models/indexModel.js +44 -44
- package/esm/api/orm/models/managedDomain.d.ts +5 -5
- package/esm/api/orm/models/managedDomain.js +44 -44
- package/esm/api/orm/models/nodeTypeRegistry.d.ts +5 -5
- package/esm/api/orm/models/nodeTypeRegistry.js +44 -44
- package/esm/api/orm/models/partition.d.ts +5 -5
- package/esm/api/orm/models/partition.js +44 -44
- package/esm/api/orm/models/platformApi.d.ts +54 -0
- package/esm/api/orm/models/platformApi.js +100 -0
- package/esm/api/orm/models/platformApiModule.d.ts +54 -0
- package/esm/api/orm/models/platformApiModule.js +100 -0
- package/esm/api/orm/models/platformApiSchema.d.ts +54 -0
- package/esm/api/orm/models/platformApiSchema.js +100 -0
- package/esm/api/orm/models/platformApiSetting.d.ts +54 -0
- package/esm/api/orm/models/platformApiSetting.js +100 -0
- package/esm/api/orm/models/platformCorsSetting.d.ts +54 -0
- package/esm/api/orm/models/platformCorsSetting.js +100 -0
- package/esm/api/orm/models/platformDomain.d.ts +54 -0
- package/esm/api/orm/models/platformDomain.js +100 -0
- package/esm/api/orm/models/platformDomainEvent.d.ts +54 -0
- package/esm/api/orm/models/platformDomainEvent.js +100 -0
- package/esm/api/orm/models/platformDomainVerification.d.ts +54 -0
- package/esm/api/orm/models/platformDomainVerification.js +100 -0
- package/esm/api/orm/models/platformManagedDomain.d.ts +54 -0
- package/esm/api/orm/models/platformManagedDomain.js +100 -0
- package/esm/api/orm/models/platformSite.d.ts +54 -0
- package/esm/api/orm/models/platformSite.js +100 -0
- package/esm/api/orm/models/platformSiteMetadatum.d.ts +54 -0
- package/esm/api/orm/models/platformSiteMetadatum.js +100 -0
- package/esm/api/orm/models/platformSiteModule.d.ts +54 -0
- package/esm/api/orm/models/platformSiteModule.js +100 -0
- package/esm/api/orm/models/platformSiteTheme.d.ts +54 -0
- package/esm/api/orm/models/platformSiteTheme.js +100 -0
- package/esm/api/orm/models/policy.d.ts +5 -5
- package/esm/api/orm/models/policy.js +44 -44
- package/esm/api/orm/models/primaryKeyConstraint.d.ts +5 -5
- package/esm/api/orm/models/primaryKeyConstraint.js +44 -44
- package/esm/api/orm/models/pubkeySetting.d.ts +5 -5
- package/esm/api/orm/models/pubkeySetting.js +44 -44
- package/esm/api/orm/models/rlsSetting.d.ts +5 -5
- package/esm/api/orm/models/rlsSetting.js +44 -44
- package/esm/api/orm/models/route.d.ts +54 -0
- package/esm/api/orm/models/route.js +100 -0
- package/esm/api/orm/models/routeBinding.d.ts +54 -0
- package/esm/api/orm/models/routeBinding.js +100 -0
- package/esm/api/orm/models/schema.d.ts +5 -5
- package/esm/api/orm/models/schema.js +44 -44
- package/esm/api/orm/models/schemaGrant.d.ts +5 -5
- package/esm/api/orm/models/schemaGrant.js +44 -44
- package/esm/api/orm/models/site.d.ts +5 -5
- package/esm/api/orm/models/site.js +44 -44
- package/esm/api/orm/models/siteMetadatum.d.ts +5 -5
- package/esm/api/orm/models/siteMetadatum.js +44 -44
- package/esm/api/orm/models/siteModule.d.ts +5 -5
- package/esm/api/orm/models/siteModule.js +44 -44
- package/esm/api/orm/models/siteTheme.d.ts +5 -5
- package/esm/api/orm/models/siteTheme.js +44 -44
- package/esm/api/orm/models/spatialRelation.d.ts +5 -5
- package/esm/api/orm/models/spatialRelation.js +44 -44
- package/esm/api/orm/models/sqlAction.d.ts +5 -5
- package/esm/api/orm/models/sqlAction.js +32 -32
- package/esm/api/orm/models/table.d.ts +5 -5
- package/esm/api/orm/models/table.js +44 -44
- package/esm/api/orm/models/tableGrant.d.ts +5 -5
- package/esm/api/orm/models/tableGrant.js +44 -44
- package/esm/api/orm/models/trigger.d.ts +5 -5
- package/esm/api/orm/models/trigger.js +44 -44
- package/esm/api/orm/models/triggerFunction.d.ts +5 -5
- package/esm/api/orm/models/triggerFunction.js +44 -44
- package/esm/api/orm/models/uniqueConstraint.d.ts +5 -5
- package/esm/api/orm/models/uniqueConstraint.js +44 -44
- package/esm/api/orm/models/view.d.ts +5 -5
- package/esm/api/orm/models/view.js +44 -44
- package/esm/api/orm/models/viewGrant.d.ts +5 -5
- package/esm/api/orm/models/viewGrant.js +44 -44
- package/esm/api/orm/models/viewRule.d.ts +5 -5
- package/esm/api/orm/models/viewRule.js +44 -44
- package/esm/api/orm/models/viewTable.d.ts +5 -5
- package/esm/api/orm/models/viewTable.js +44 -44
- package/esm/api/orm/models/webauthnSetting.d.ts +5 -5
- package/esm/api/orm/models/webauthnSetting.js +44 -44
- package/esm/api/orm/mutation/index.d.ts +5 -5
- package/esm/api/orm/mutation/index.js +52 -66
- package/esm/api/orm/query/index.d.ts +25 -7
- package/esm/api/orm/query/index.js +51 -32
- package/esm/api/orm/query-builder.js +15 -5
- package/esm/auth/index.d.ts +1 -1
- package/esm/auth/index.js +1 -1
- package/esm/auth/orm/client.js +3 -1
- package/esm/auth/orm/index.d.ts +21 -21
- package/esm/auth/orm/index.js +23 -23
- package/esm/auth/orm/input-types.d.ts +13 -13
- package/esm/auth/orm/input-types.js +16 -16
- package/esm/auth/orm/models/auditLogAuth.d.ts +5 -5
- package/esm/auth/orm/models/auditLogAuth.js +45 -45
- package/esm/auth/orm/models/cryptoAddress.d.ts +5 -5
- package/esm/auth/orm/models/cryptoAddress.js +44 -44
- package/esm/auth/orm/models/email.d.ts +5 -5
- package/esm/auth/orm/models/email.js +44 -44
- package/esm/auth/orm/models/identityProvider.d.ts +5 -5
- package/esm/auth/orm/models/identityProvider.js +22 -22
- package/esm/auth/orm/models/index.d.ts +13 -13
- package/esm/auth/orm/models/index.js +13 -13
- package/esm/auth/orm/models/orgApiKeyList.d.ts +5 -5
- package/esm/auth/orm/models/orgApiKeyList.js +32 -32
- package/esm/auth/orm/models/phoneNumber.d.ts +5 -5
- package/esm/auth/orm/models/phoneNumber.js +44 -44
- package/esm/auth/orm/models/principal.d.ts +5 -5
- package/esm/auth/orm/models/principal.js +32 -32
- package/esm/auth/orm/models/principalEntity.d.ts +5 -5
- package/esm/auth/orm/models/principalEntity.js +44 -44
- package/esm/auth/orm/models/principalScopeOverride.d.ts +5 -5
- package/esm/auth/orm/models/principalScopeOverride.js +32 -32
- package/esm/auth/orm/models/roleType.d.ts +5 -5
- package/esm/auth/orm/models/roleType.js +44 -44
- package/esm/auth/orm/models/user.d.ts +5 -5
- package/esm/auth/orm/models/user.js +44 -44
- package/esm/auth/orm/models/userConnectedAccount.d.ts +5 -5
- package/esm/auth/orm/models/userConnectedAccount.js +32 -32
- package/esm/auth/orm/models/webauthnCredential.d.ts +5 -5
- package/esm/auth/orm/models/webauthnCredential.js +44 -44
- package/esm/auth/orm/mutation/index.d.ts +4 -4
- package/esm/auth/orm/mutation/index.js +213 -273
- package/esm/auth/orm/query/index.d.ts +4 -4
- package/esm/auth/orm/query/index.js +26 -28
- package/esm/auth/orm/query-builder.js +15 -5
- package/esm/compute/index.d.ts +1 -1
- package/esm/compute/index.js +1 -1
- package/esm/compute/orm/client.js +3 -1
- package/esm/compute/orm/index.d.ts +81 -77
- package/esm/compute/orm/index.js +83 -79
- package/esm/compute/orm/input-types.d.ts +798 -381
- package/esm/compute/orm/input-types.js +42 -42
- package/esm/compute/orm/models/dbPreset.d.ts +5 -5
- package/esm/compute/orm/models/dbPreset.js +44 -44
- package/esm/compute/orm/models/functionApiBinding.d.ts +5 -5
- package/esm/compute/orm/models/functionApiBinding.js +44 -44
- package/esm/compute/orm/models/functionDefinition.d.ts +5 -5
- package/esm/compute/orm/models/functionDefinition.js +44 -44
- package/esm/compute/orm/models/functionDeployment.d.ts +5 -5
- package/esm/compute/orm/models/functionDeployment.js +44 -44
- package/esm/compute/orm/models/functionDeploymentEvent.d.ts +5 -5
- package/esm/compute/orm/models/functionDeploymentEvent.js +45 -45
- package/esm/compute/orm/models/functionExecutionLog.d.ts +5 -5
- package/esm/compute/orm/models/functionExecutionLog.js +45 -45
- package/esm/compute/orm/models/functionGraph.d.ts +5 -5
- package/esm/compute/orm/models/functionGraph.js +44 -44
- package/esm/compute/orm/models/functionGraphCommit.d.ts +5 -5
- package/esm/compute/orm/models/functionGraphCommit.js +45 -45
- package/esm/compute/orm/models/functionGraphExecution.d.ts +5 -5
- package/esm/compute/orm/models/functionGraphExecution.js +45 -45
- package/esm/compute/orm/models/functionGraphExecutionNodeState.d.ts +5 -5
- package/esm/compute/orm/models/functionGraphExecutionNodeState.js +45 -45
- package/esm/compute/orm/models/functionGraphExecutionOutput.d.ts +5 -5
- package/esm/compute/orm/models/functionGraphExecutionOutput.js +45 -45
- package/esm/compute/orm/models/functionGraphObject.d.ts +5 -5
- package/esm/compute/orm/models/functionGraphObject.js +40 -40
- package/esm/compute/orm/models/functionGraphRef.d.ts +5 -5
- package/esm/compute/orm/models/functionGraphRef.js +45 -45
- package/esm/compute/orm/models/functionGraphStore.d.ts +5 -5
- package/esm/compute/orm/models/functionGraphStore.js +44 -44
- package/esm/compute/orm/models/functionInvocation.d.ts +5 -5
- package/esm/compute/orm/models/functionInvocation.js +45 -45
- package/esm/compute/orm/models/functionInvocationAttempt.d.ts +56 -0
- package/esm/compute/orm/models/functionInvocationAttempt.js +103 -0
- package/esm/compute/orm/models/getAllTreeNodesRecord.d.ts +5 -5
- package/esm/compute/orm/models/getAllTreeNodesRecord.js +22 -22
- package/esm/compute/orm/models/index.d.ts +67 -65
- package/esm/compute/orm/models/index.js +67 -65
- package/esm/compute/orm/models/infraCommit.d.ts +5 -5
- package/esm/compute/orm/models/infraCommit.js +45 -45
- package/esm/compute/orm/models/infraGetAllTreeNodesRecord.d.ts +5 -5
- package/esm/compute/orm/models/infraGetAllTreeNodesRecord.js +22 -22
- package/esm/compute/orm/models/infraObject.d.ts +5 -5
- package/esm/compute/orm/models/infraObject.js +40 -40
- package/esm/compute/orm/models/infraRef.d.ts +5 -5
- package/esm/compute/orm/models/infraRef.js +45 -45
- package/esm/compute/orm/models/infraStore.d.ts +5 -5
- package/esm/compute/orm/models/infraStore.js +44 -44
- package/esm/compute/orm/models/integrationProvider.d.ts +5 -5
- package/esm/compute/orm/models/integrationProvider.js +44 -44
- package/esm/compute/orm/models/namespace.d.ts +5 -5
- package/esm/compute/orm/models/namespace.js +44 -44
- package/esm/compute/orm/models/namespaceEvent.d.ts +5 -5
- package/esm/compute/orm/models/namespaceEvent.js +45 -45
- package/esm/compute/orm/models/platformFunctionApiBinding.d.ts +5 -5
- package/esm/compute/orm/models/platformFunctionApiBinding.js +44 -44
- package/esm/compute/orm/models/platformFunctionDefinition.d.ts +5 -5
- package/esm/compute/orm/models/platformFunctionDefinition.js +44 -44
- package/esm/compute/orm/models/platformFunctionDeployment.d.ts +5 -5
- package/esm/compute/orm/models/platformFunctionDeployment.js +44 -44
- package/esm/compute/orm/models/platformFunctionDeploymentEvent.d.ts +5 -5
- package/esm/compute/orm/models/platformFunctionDeploymentEvent.js +45 -45
- package/esm/compute/orm/models/platformFunctionExecutionLog.d.ts +5 -5
- package/esm/compute/orm/models/platformFunctionExecutionLog.js +45 -45
- package/esm/compute/orm/models/platformFunctionInvocation.d.ts +5 -5
- package/esm/compute/orm/models/platformFunctionInvocation.js +45 -45
- package/esm/compute/orm/models/platformFunctionInvocationAttempt.d.ts +56 -0
- package/esm/compute/orm/models/platformFunctionInvocationAttempt.js +103 -0
- package/esm/compute/orm/models/platformInfraCommit.d.ts +5 -5
- package/esm/compute/orm/models/platformInfraCommit.js +45 -45
- package/esm/compute/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
- package/esm/compute/orm/models/platformInfraGetAllTreeNodesRecord.js +22 -22
- package/esm/compute/orm/models/platformInfraObject.d.ts +5 -5
- package/esm/compute/orm/models/platformInfraObject.js +40 -40
- package/esm/compute/orm/models/platformInfraRef.d.ts +5 -5
- package/esm/compute/orm/models/platformInfraRef.js +45 -45
- package/esm/compute/orm/models/platformInfraStore.d.ts +5 -5
- package/esm/compute/orm/models/platformInfraStore.js +44 -44
- package/esm/compute/orm/models/platformNamespace.d.ts +5 -5
- package/esm/compute/orm/models/platformNamespace.js +44 -44
- package/esm/compute/orm/models/platformNamespaceEvent.d.ts +5 -5
- package/esm/compute/orm/models/platformNamespaceEvent.js +45 -45
- package/esm/compute/orm/models/platformResource.d.ts +5 -5
- package/esm/compute/orm/models/platformResource.js +44 -44
- package/esm/compute/orm/models/platformResourceDeclaredCapacity.d.ts +30 -0
- package/esm/compute/orm/models/platformResourceDeclaredCapacity.js +55 -0
- package/esm/compute/orm/models/platformResourceDefinition.d.ts +5 -5
- package/esm/compute/orm/models/platformResourceDefinition.js +44 -44
- package/esm/compute/orm/models/platformResourceEvent.d.ts +5 -5
- package/esm/compute/orm/models/platformResourceEvent.js +45 -45
- package/esm/compute/orm/models/platformResourceInstallation.d.ts +5 -5
- package/esm/compute/orm/models/platformResourceInstallation.js +44 -44
- package/esm/compute/orm/models/platformResourceStatusCheck.d.ts +5 -5
- package/esm/compute/orm/models/platformResourceStatusCheck.js +44 -44
- package/esm/compute/orm/models/platformResourceUsageLog.d.ts +5 -5
- package/esm/compute/orm/models/platformResourceUsageLog.js +45 -45
- package/esm/compute/orm/models/platformResourceUsageSummary.d.ts +5 -5
- package/esm/compute/orm/models/platformResourceUsageSummary.js +45 -45
- package/esm/compute/orm/models/platformResourceUtilization.d.ts +30 -0
- package/esm/compute/orm/models/platformResourceUtilization.js +55 -0
- package/esm/compute/orm/models/platformResourcesHealth.d.ts +5 -5
- package/esm/compute/orm/models/platformResourcesHealth.js +32 -32
- package/esm/compute/orm/models/platformResourcesRequirementsState.d.ts +5 -5
- package/esm/compute/orm/models/platformResourcesRequirementsState.js +22 -22
- package/esm/compute/orm/models/platformResourcesResolvedRequirement.d.ts +5 -5
- package/esm/compute/orm/models/platformResourcesResolvedRequirement.js +22 -22
- package/esm/compute/orm/models/platformWebhookEndpoint.d.ts +5 -5
- package/esm/compute/orm/models/platformWebhookEndpoint.js +44 -44
- package/esm/compute/orm/models/platformWebhookEvent.d.ts +5 -5
- package/esm/compute/orm/models/platformWebhookEvent.js +44 -44
- package/esm/compute/orm/models/resource.d.ts +5 -5
- package/esm/compute/orm/models/resource.js +44 -44
- package/esm/compute/orm/models/resourceDeclaredCapacity.d.ts +30 -0
- package/esm/compute/orm/models/resourceDeclaredCapacity.js +55 -0
- package/esm/compute/orm/models/resourceDefinition.d.ts +5 -5
- package/esm/compute/orm/models/resourceDefinition.js +44 -44
- package/esm/compute/orm/models/resourceEvent.d.ts +5 -5
- package/esm/compute/orm/models/resourceEvent.js +45 -45
- package/esm/compute/orm/models/resourceInstallation.d.ts +5 -5
- package/esm/compute/orm/models/resourceInstallation.js +44 -44
- package/esm/compute/orm/models/resourceStatusCheck.d.ts +5 -5
- package/esm/compute/orm/models/resourceStatusCheck.js +44 -44
- package/esm/compute/orm/models/resourceUsageLog.d.ts +5 -5
- package/esm/compute/orm/models/resourceUsageLog.js +45 -45
- package/esm/compute/orm/models/resourceUsageSummary.d.ts +5 -5
- package/esm/compute/orm/models/resourceUsageSummary.js +45 -45
- package/esm/compute/orm/models/resourceUtilization.d.ts +30 -0
- package/esm/compute/orm/models/resourceUtilization.js +55 -0
- package/esm/compute/orm/models/resourcesHealth.d.ts +5 -5
- package/esm/compute/orm/models/resourcesHealth.js +32 -32
- package/esm/compute/orm/models/resourcesRequirementsState.d.ts +5 -5
- package/esm/compute/orm/models/resourcesRequirementsState.js +22 -22
- package/esm/compute/orm/models/resourcesResolvedRequirement.d.ts +5 -5
- package/esm/compute/orm/models/resourcesResolvedRequirement.js +22 -22
- package/esm/compute/orm/models/webhookEndpoint.d.ts +5 -5
- package/esm/compute/orm/models/webhookEndpoint.js +44 -44
- package/esm/compute/orm/models/webhookEvent.d.ts +5 -5
- package/esm/compute/orm/models/webhookEvent.js +44 -44
- package/esm/compute/orm/mutation/index.d.ts +4 -4
- package/esm/compute/orm/mutation/index.js +199 -255
- package/esm/compute/orm/query/index.d.ts +2 -2
- package/esm/compute/orm/query/index.js +10 -12
- package/esm/compute/orm/query-builder.js +15 -5
- package/esm/config/index.d.ts +1 -1
- package/esm/config/index.js +1 -1
- package/esm/config/orm/client.js +3 -1
- package/esm/config/orm/index.d.ts +12 -12
- package/esm/config/orm/index.js +13 -13
- package/esm/config/orm/input-types.d.ts +5 -5
- package/esm/config/orm/models/config.d.ts +5 -5
- package/esm/config/orm/models/config.js +44 -44
- package/esm/config/orm/models/index.d.ts +5 -5
- package/esm/config/orm/models/index.js +5 -5
- package/esm/config/orm/models/platformConfig.d.ts +5 -5
- package/esm/config/orm/models/platformConfig.js +44 -44
- package/esm/config/orm/models/platformInternalSecret.d.ts +5 -5
- package/esm/config/orm/models/platformInternalSecret.js +32 -32
- package/esm/config/orm/models/platformSecret.d.ts +5 -5
- package/esm/config/orm/models/platformSecret.js +32 -32
- package/esm/config/orm/models/secret.d.ts +5 -5
- package/esm/config/orm/models/secret.js +32 -32
- package/esm/config/orm/mutation/index.d.ts +4 -4
- package/esm/config/orm/mutation/index.js +94 -120
- package/esm/config/orm/query-builder.js +15 -5
- package/esm/index.d.ts +10 -10
- package/esm/index.js +10 -10
- package/esm/infra/index.d.ts +1 -1
- package/esm/infra/index.js +1 -1
- package/esm/infra/orm/client.js +3 -1
- package/esm/infra/orm/index.d.ts +17 -17
- package/esm/infra/orm/index.js +18 -18
- package/esm/infra/orm/input-types.d.ts +10 -10
- package/esm/infra/orm/models/dbPreset.d.ts +5 -5
- package/esm/infra/orm/models/dbPreset.js +44 -44
- package/esm/infra/orm/models/index.d.ts +10 -10
- package/esm/infra/orm/models/index.js +10 -10
- package/esm/infra/orm/models/namespace.d.ts +5 -5
- package/esm/infra/orm/models/namespace.js +44 -44
- package/esm/infra/orm/models/namespaceEvent.d.ts +5 -5
- package/esm/infra/orm/models/namespaceEvent.js +45 -45
- package/esm/infra/orm/models/platformInfraCommit.d.ts +5 -5
- package/esm/infra/orm/models/platformInfraCommit.js +45 -45
- package/esm/infra/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
- package/esm/infra/orm/models/platformInfraGetAllTreeNodesRecord.js +22 -22
- package/esm/infra/orm/models/platformInfraObject.d.ts +5 -5
- package/esm/infra/orm/models/platformInfraObject.js +40 -40
- package/esm/infra/orm/models/platformInfraRef.d.ts +5 -5
- package/esm/infra/orm/models/platformInfraRef.js +45 -45
- package/esm/infra/orm/models/platformInfraStore.d.ts +5 -5
- package/esm/infra/orm/models/platformInfraStore.js +44 -44
- package/esm/infra/orm/models/platformNamespace.d.ts +5 -5
- package/esm/infra/orm/models/platformNamespace.js +44 -44
- package/esm/infra/orm/models/platformNamespaceEvent.d.ts +5 -5
- package/esm/infra/orm/models/platformNamespaceEvent.js +45 -45
- package/esm/infra/orm/mutation/index.d.ts +4 -4
- package/esm/infra/orm/mutation/index.js +31 -39
- package/esm/infra/orm/query-builder.js +15 -5
- package/esm/modules/index.d.ts +1 -1
- package/esm/modules/index.js +1 -1
- package/esm/modules/orm/client.js +3 -1
- package/esm/modules/orm/index.d.ts +90 -76
- package/esm/modules/orm/index.js +92 -78
- package/esm/modules/orm/input-types.d.ts +2003 -154
- package/esm/modules/orm/input-types.js +9 -9
- package/esm/modules/orm/models/agentModule.d.ts +5 -5
- package/esm/modules/orm/models/agentModule.js +44 -44
- package/esm/modules/orm/models/apiSurfaceModule.d.ts +54 -0
- package/esm/modules/orm/models/apiSurfaceModule.js +100 -0
- package/esm/modules/orm/models/appModule.d.ts +54 -0
- package/esm/modules/orm/models/appModule.js +100 -0
- package/esm/modules/orm/models/billingModule.d.ts +5 -5
- package/esm/modules/orm/models/billingModule.js +44 -44
- package/esm/modules/orm/models/billingProviderModule.d.ts +5 -5
- package/esm/modules/orm/models/billingProviderModule.js +44 -44
- package/esm/modules/orm/models/blueprint.d.ts +5 -5
- package/esm/modules/orm/models/blueprint.js +44 -44
- package/esm/modules/orm/models/blueprintConstruction.d.ts +5 -5
- package/esm/modules/orm/models/blueprintConstruction.js +44 -44
- package/esm/modules/orm/models/blueprintTemplate.d.ts +5 -5
- package/esm/modules/orm/models/blueprintTemplate.js +44 -44
- package/esm/modules/orm/models/catalogModule.d.ts +54 -0
- package/esm/modules/orm/models/catalogModule.js +100 -0
- package/esm/modules/orm/models/computeLogModule.d.ts +5 -5
- package/esm/modules/orm/models/computeLogModule.js +44 -44
- package/esm/modules/orm/models/configSecretsUserModule.d.ts +5 -5
- package/esm/modules/orm/models/configSecretsUserModule.js +44 -44
- package/esm/modules/orm/models/connectedAccountsModule.d.ts +5 -5
- package/esm/modules/orm/models/connectedAccountsModule.js +44 -44
- package/esm/modules/orm/models/cryptoAddressesModule.d.ts +5 -5
- package/esm/modules/orm/models/cryptoAddressesModule.js +44 -44
- package/esm/modules/orm/models/cryptoAuthModule.d.ts +5 -5
- package/esm/modules/orm/models/cryptoAuthModule.js +44 -44
- package/esm/modules/orm/models/databaseProvisionModule.d.ts +5 -5
- package/esm/modules/orm/models/databaseProvisionModule.js +44 -44
- package/esm/modules/orm/models/databaseSettingsModule.d.ts +54 -0
- package/esm/modules/orm/models/databaseSettingsModule.js +100 -0
- package/esm/modules/orm/models/dbPool.d.ts +5 -5
- package/esm/modules/orm/models/dbPool.js +44 -44
- package/esm/modules/orm/models/dbPoolConfig.d.ts +5 -5
- package/esm/modules/orm/models/dbPoolConfig.js +44 -44
- package/esm/modules/orm/models/dbPresetModule.d.ts +5 -5
- package/esm/modules/orm/models/dbPresetModule.js +44 -44
- package/esm/modules/orm/models/dbUsageModule.d.ts +5 -5
- package/esm/modules/orm/models/dbUsageModule.js +44 -44
- package/esm/modules/orm/models/defaultIdsModule.d.ts +5 -5
- package/esm/modules/orm/models/defaultIdsModule.js +44 -44
- package/esm/modules/orm/models/denormalizedTableField.d.ts +5 -5
- package/esm/modules/orm/models/denormalizedTableField.js +44 -44
- package/esm/modules/orm/models/devicesModule.d.ts +5 -5
- package/esm/modules/orm/models/devicesModule.js +44 -44
- package/esm/modules/orm/models/domainModule.d.ts +54 -0
- package/esm/modules/orm/models/domainModule.js +100 -0
- package/esm/modules/orm/models/emailsModule.d.ts +5 -5
- package/esm/modules/orm/models/emailsModule.js +44 -44
- package/esm/modules/orm/models/entityTypeProvision.d.ts +5 -5
- package/esm/modules/orm/models/entityTypeProvision.js +44 -44
- package/esm/modules/orm/models/eventsModule.d.ts +5 -5
- package/esm/modules/orm/models/eventsModule.js +44 -44
- package/esm/modules/orm/models/functionDeploymentModule.d.ts +5 -5
- package/esm/modules/orm/models/functionDeploymentModule.js +44 -44
- package/esm/modules/orm/models/functionInvocationModule.d.ts +5 -5
- package/esm/modules/orm/models/functionInvocationModule.js +44 -44
- package/esm/modules/orm/models/functionModule.d.ts +5 -5
- package/esm/modules/orm/models/functionModule.js +44 -44
- package/esm/modules/orm/models/graphExecutionModule.d.ts +5 -5
- package/esm/modules/orm/models/graphExecutionModule.js +44 -44
- package/esm/modules/orm/models/graphModule.d.ts +5 -5
- package/esm/modules/orm/models/graphModule.js +44 -44
- package/esm/modules/orm/models/hierarchyModule.d.ts +5 -5
- package/esm/modules/orm/models/hierarchyModule.js +44 -44
- package/esm/modules/orm/models/httpRouteModule.d.ts +5 -5
- package/esm/modules/orm/models/httpRouteModule.js +44 -44
- package/esm/modules/orm/models/i18NModule.d.ts +5 -5
- package/esm/modules/orm/models/i18NModule.js +44 -44
- package/esm/modules/orm/models/identityProvidersModule.d.ts +5 -5
- package/esm/modules/orm/models/identityProvidersModule.js +44 -44
- package/esm/modules/orm/models/index.d.ts +75 -68
- package/esm/modules/orm/models/index.js +75 -68
- package/esm/modules/orm/models/inferenceLogModule.d.ts +5 -5
- package/esm/modules/orm/models/inferenceLogModule.js +44 -44
- package/esm/modules/orm/models/infraConfigModule.d.ts +5 -5
- package/esm/modules/orm/models/infraConfigModule.js +44 -44
- package/esm/modules/orm/models/infraSecretsModule.d.ts +5 -5
- package/esm/modules/orm/models/infraSecretsModule.js +44 -44
- package/esm/modules/orm/models/integrationProvidersModule.d.ts +5 -5
- package/esm/modules/orm/models/integrationProvidersModule.js +44 -44
- package/esm/modules/orm/models/internalSecretsModule.d.ts +5 -5
- package/esm/modules/orm/models/internalSecretsModule.js +44 -44
- package/esm/modules/orm/models/invitesModule.d.ts +5 -5
- package/esm/modules/orm/models/invitesModule.js +44 -44
- package/esm/modules/orm/models/limitsModule.d.ts +5 -5
- package/esm/modules/orm/models/limitsModule.js +44 -44
- package/esm/modules/orm/models/membershipTypesModule.d.ts +5 -5
- package/esm/modules/orm/models/membershipTypesModule.js +44 -44
- package/esm/modules/orm/models/membershipsModule.d.ts +5 -5
- package/esm/modules/orm/models/membershipsModule.js +44 -44
- package/esm/modules/orm/models/merkleStoreModule.d.ts +5 -5
- package/esm/modules/orm/models/merkleStoreModule.js +44 -44
- package/esm/modules/orm/models/namespaceModule.d.ts +5 -5
- package/esm/modules/orm/models/namespaceModule.js +44 -44
- package/esm/modules/orm/models/notificationsModule.d.ts +5 -5
- package/esm/modules/orm/models/notificationsModule.js +44 -44
- package/esm/modules/orm/models/permissionsModule.d.ts +5 -5
- package/esm/modules/orm/models/permissionsModule.js +44 -44
- package/esm/modules/orm/models/phoneNumbersModule.d.ts +5 -5
- package/esm/modules/orm/models/phoneNumbersModule.js +44 -44
- package/esm/modules/orm/models/plansModule.d.ts +5 -5
- package/esm/modules/orm/models/plansModule.js +44 -44
- package/esm/modules/orm/models/principalAuthModule.d.ts +5 -5
- package/esm/modules/orm/models/principalAuthModule.js +44 -44
- package/esm/modules/orm/models/profilesModule.d.ts +5 -5
- package/esm/modules/orm/models/profilesModule.js +44 -44
- package/esm/modules/orm/models/rateLimitMetersModule.d.ts +5 -5
- package/esm/modules/orm/models/rateLimitMetersModule.js +44 -44
- package/esm/modules/orm/models/rateLimitsModule.d.ts +5 -5
- package/esm/modules/orm/models/rateLimitsModule.js +44 -44
- package/esm/modules/orm/models/realtimeModule.d.ts +5 -5
- package/esm/modules/orm/models/realtimeModule.js +44 -44
- package/esm/modules/orm/models/relationProvision.d.ts +5 -5
- package/esm/modules/orm/models/relationProvision.js +44 -44
- package/esm/modules/orm/models/resourceModule.d.ts +5 -5
- package/esm/modules/orm/models/resourceModule.js +44 -44
- package/esm/modules/orm/models/rlsModule.d.ts +5 -5
- package/esm/modules/orm/models/rlsModule.js +44 -44
- package/esm/modules/orm/models/routeModule.d.ts +54 -0
- package/esm/modules/orm/models/routeModule.js +100 -0
- package/esm/modules/orm/models/secureTableProvision.d.ts +5 -5
- package/esm/modules/orm/models/secureTableProvision.js +44 -44
- package/esm/modules/orm/models/sessionSecretsModule.d.ts +5 -5
- package/esm/modules/orm/models/sessionSecretsModule.js +44 -44
- package/esm/modules/orm/models/sessionsModule.d.ts +5 -5
- package/esm/modules/orm/models/sessionsModule.js +44 -44
- package/esm/modules/orm/models/siteSurfaceModule.d.ts +54 -0
- package/esm/modules/orm/models/siteSurfaceModule.js +100 -0
- package/esm/modules/orm/models/storageLogModule.d.ts +5 -5
- package/esm/modules/orm/models/storageLogModule.js +44 -44
- package/esm/modules/orm/models/storageModule.d.ts +5 -5
- package/esm/modules/orm/models/storageModule.js +44 -44
- package/esm/modules/orm/models/transferLogModule.d.ts +5 -5
- package/esm/modules/orm/models/transferLogModule.js +44 -44
- package/esm/modules/orm/models/userAuthModule.d.ts +5 -5
- package/esm/modules/orm/models/userAuthModule.js +44 -44
- package/esm/modules/orm/models/userCredentialsModule.d.ts +5 -5
- package/esm/modules/orm/models/userCredentialsModule.js +44 -44
- package/esm/modules/orm/models/userSettingsModule.d.ts +5 -5
- package/esm/modules/orm/models/userSettingsModule.js +44 -44
- package/esm/modules/orm/models/userStateModule.d.ts +5 -5
- package/esm/modules/orm/models/userStateModule.js +44 -44
- package/esm/modules/orm/models/usersModule.d.ts +5 -5
- package/esm/modules/orm/models/usersModule.js +44 -44
- package/esm/modules/orm/models/webauthnAuthModule.d.ts +5 -5
- package/esm/modules/orm/models/webauthnAuthModule.js +44 -44
- package/esm/modules/orm/models/webauthnCredentialsModule.d.ts +5 -5
- package/esm/modules/orm/models/webauthnCredentialsModule.js +44 -44
- package/esm/modules/orm/models/webhookModule.d.ts +5 -5
- package/esm/modules/orm/models/webhookModule.js +44 -44
- package/esm/modules/orm/mutation/index.d.ts +4 -4
- package/esm/modules/orm/mutation/index.js +73 -93
- package/esm/modules/orm/query/index.d.ts +2 -2
- package/esm/modules/orm/query/index.js +35 -45
- package/esm/modules/orm/query-builder.js +15 -5
- package/esm/objects/index.d.ts +1 -1
- package/esm/objects/index.js +1 -1
- package/esm/objects/orm/client.js +3 -1
- package/esm/objects/orm/index.d.ts +12 -12
- package/esm/objects/orm/index.js +13 -13
- package/esm/objects/orm/input-types.d.ts +5 -5
- package/esm/objects/orm/models/commit.d.ts +5 -5
- package/esm/objects/orm/models/commit.js +45 -45
- package/esm/objects/orm/models/getAllTreeNodesRecord.d.ts +5 -5
- package/esm/objects/orm/models/getAllTreeNodesRecord.js +22 -22
- package/esm/objects/orm/models/index.d.ts +5 -5
- package/esm/objects/orm/models/index.js +5 -5
- package/esm/objects/orm/models/object.d.ts +5 -5
- package/esm/objects/orm/models/object.js +40 -40
- package/esm/objects/orm/models/ref.d.ts +5 -5
- package/esm/objects/orm/models/ref.js +45 -45
- package/esm/objects/orm/models/store.d.ts +5 -5
- package/esm/objects/orm/models/store.js +44 -44
- package/esm/objects/orm/mutation/index.d.ts +4 -4
- package/esm/objects/orm/mutation/index.js +31 -39
- package/esm/objects/orm/query-builder.js +15 -5
- package/esm/usage/index.d.ts +1 -1
- package/esm/usage/index.js +1 -1
- package/esm/usage/orm/client.js +3 -1
- package/esm/usage/orm/index.d.ts +25 -25
- package/esm/usage/orm/index.js +26 -26
- package/esm/usage/orm/input-types.d.ts +18 -18
- package/esm/usage/orm/input-types.js +9 -9
- package/esm/usage/orm/models/appLimit.d.ts +5 -5
- package/esm/usage/orm/models/appLimit.js +44 -44
- package/esm/usage/orm/models/appLimitCap.d.ts +5 -5
- package/esm/usage/orm/models/appLimitCap.js +44 -44
- package/esm/usage/orm/models/appLimitCapsDefault.d.ts +5 -5
- package/esm/usage/orm/models/appLimitCapsDefault.js +44 -44
- package/esm/usage/orm/models/appLimitCredit.d.ts +5 -5
- package/esm/usage/orm/models/appLimitCredit.js +44 -44
- package/esm/usage/orm/models/appLimitCreditCode.d.ts +5 -5
- package/esm/usage/orm/models/appLimitCreditCode.js +44 -44
- package/esm/usage/orm/models/appLimitCreditCodeItem.d.ts +5 -5
- package/esm/usage/orm/models/appLimitCreditCodeItem.js +44 -44
- package/esm/usage/orm/models/appLimitCreditRedemption.d.ts +5 -5
- package/esm/usage/orm/models/appLimitCreditRedemption.js +44 -44
- package/esm/usage/orm/models/appLimitDefault.d.ts +5 -5
- package/esm/usage/orm/models/appLimitDefault.js +44 -44
- package/esm/usage/orm/models/appLimitEvent.d.ts +5 -5
- package/esm/usage/orm/models/appLimitEvent.js +45 -45
- package/esm/usage/orm/models/appLimitWarning.d.ts +5 -5
- package/esm/usage/orm/models/appLimitWarning.js +44 -44
- package/esm/usage/orm/models/index.d.ts +18 -18
- package/esm/usage/orm/models/index.js +18 -18
- package/esm/usage/orm/models/orgLimit.d.ts +5 -5
- package/esm/usage/orm/models/orgLimit.js +44 -44
- package/esm/usage/orm/models/orgLimitAggregate.d.ts +5 -5
- package/esm/usage/orm/models/orgLimitAggregate.js +44 -44
- package/esm/usage/orm/models/orgLimitCap.d.ts +5 -5
- package/esm/usage/orm/models/orgLimitCap.js +44 -44
- package/esm/usage/orm/models/orgLimitCapsDefault.d.ts +5 -5
- package/esm/usage/orm/models/orgLimitCapsDefault.js +44 -44
- package/esm/usage/orm/models/orgLimitCredit.d.ts +5 -5
- package/esm/usage/orm/models/orgLimitCredit.js +44 -44
- package/esm/usage/orm/models/orgLimitDefault.d.ts +5 -5
- package/esm/usage/orm/models/orgLimitDefault.js +44 -44
- package/esm/usage/orm/models/orgLimitEvent.d.ts +5 -5
- package/esm/usage/orm/models/orgLimitEvent.js +45 -45
- package/esm/usage/orm/models/orgLimitWarning.d.ts +5 -5
- package/esm/usage/orm/models/orgLimitWarning.js +44 -44
- package/esm/usage/orm/mutation/index.d.ts +4 -4
- package/esm/usage/orm/mutation/index.js +38 -48
- package/esm/usage/orm/query-builder.js +15 -5
- package/index.d.ts +10 -10
- package/infra/index.d.ts +1 -1
- package/infra/orm/client.js +3 -1
- package/infra/orm/index.d.ts +17 -17
- package/infra/orm/index.js +1 -1
- package/infra/orm/input-types.d.ts +10 -10
- package/infra/orm/models/dbPreset.d.ts +5 -5
- package/infra/orm/models/dbPreset.js +42 -42
- package/infra/orm/models/index.d.ts +10 -10
- package/infra/orm/models/namespace.d.ts +5 -5
- package/infra/orm/models/namespace.js +42 -42
- package/infra/orm/models/namespaceEvent.d.ts +5 -5
- package/infra/orm/models/namespaceEvent.js +43 -43
- package/infra/orm/models/platformInfraCommit.d.ts +5 -5
- package/infra/orm/models/platformInfraCommit.js +43 -43
- package/infra/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
- package/infra/orm/models/platformInfraGetAllTreeNodesRecord.js +20 -20
- package/infra/orm/models/platformInfraObject.d.ts +5 -5
- package/infra/orm/models/platformInfraObject.js +38 -38
- package/infra/orm/models/platformInfraRef.d.ts +5 -5
- package/infra/orm/models/platformInfraRef.js +43 -43
- package/infra/orm/models/platformInfraStore.d.ts +5 -5
- package/infra/orm/models/platformInfraStore.js +42 -42
- package/infra/orm/models/platformNamespace.d.ts +5 -5
- package/infra/orm/models/platformNamespace.js +42 -42
- package/infra/orm/models/platformNamespaceEvent.d.ts +5 -5
- package/infra/orm/models/platformNamespaceEvent.js +43 -43
- package/infra/orm/mutation/index.d.ts +4 -4
- package/infra/orm/mutation/index.js +29 -37
- package/infra/orm/query-builder.js +15 -5
- package/modules/index.d.ts +1 -1
- package/modules/orm/client.js +3 -1
- package/modules/orm/index.d.ts +90 -76
- package/modules/orm/index.js +15 -1
- package/modules/orm/input-types.d.ts +2003 -154
- package/modules/orm/input-types.js +9 -9
- package/modules/orm/models/agentModule.d.ts +5 -5
- package/modules/orm/models/agentModule.js +42 -42
- package/modules/orm/models/apiSurfaceModule.d.ts +54 -0
- package/modules/orm/models/apiSurfaceModule.js +104 -0
- package/modules/orm/models/appModule.d.ts +54 -0
- package/modules/orm/models/appModule.js +104 -0
- package/modules/orm/models/billingModule.d.ts +5 -5
- package/modules/orm/models/billingModule.js +42 -42
- package/modules/orm/models/billingProviderModule.d.ts +5 -5
- package/modules/orm/models/billingProviderModule.js +42 -42
- package/modules/orm/models/blueprint.d.ts +5 -5
- package/modules/orm/models/blueprint.js +42 -42
- package/modules/orm/models/blueprintConstruction.d.ts +5 -5
- package/modules/orm/models/blueprintConstruction.js +42 -42
- package/modules/orm/models/blueprintTemplate.d.ts +5 -5
- package/modules/orm/models/blueprintTemplate.js +42 -42
- package/modules/orm/models/catalogModule.d.ts +54 -0
- package/modules/orm/models/catalogModule.js +104 -0
- package/modules/orm/models/computeLogModule.d.ts +5 -5
- package/modules/orm/models/computeLogModule.js +42 -42
- package/modules/orm/models/configSecretsUserModule.d.ts +5 -5
- package/modules/orm/models/configSecretsUserModule.js +42 -42
- package/modules/orm/models/connectedAccountsModule.d.ts +5 -5
- package/modules/orm/models/connectedAccountsModule.js +42 -42
- package/modules/orm/models/cryptoAddressesModule.d.ts +5 -5
- package/modules/orm/models/cryptoAddressesModule.js +42 -42
- package/modules/orm/models/cryptoAuthModule.d.ts +5 -5
- package/modules/orm/models/cryptoAuthModule.js +42 -42
- package/modules/orm/models/databaseProvisionModule.d.ts +5 -5
- package/modules/orm/models/databaseProvisionModule.js +42 -42
- package/modules/orm/models/databaseSettingsModule.d.ts +54 -0
- package/modules/orm/models/databaseSettingsModule.js +104 -0
- package/modules/orm/models/dbPool.d.ts +5 -5
- package/modules/orm/models/dbPool.js +42 -42
- package/modules/orm/models/dbPoolConfig.d.ts +5 -5
- package/modules/orm/models/dbPoolConfig.js +42 -42
- package/modules/orm/models/dbPresetModule.d.ts +5 -5
- package/modules/orm/models/dbPresetModule.js +42 -42
- package/modules/orm/models/dbUsageModule.d.ts +5 -5
- package/modules/orm/models/dbUsageModule.js +42 -42
- package/modules/orm/models/defaultIdsModule.d.ts +5 -5
- package/modules/orm/models/defaultIdsModule.js +42 -42
- package/modules/orm/models/denormalizedTableField.d.ts +5 -5
- package/modules/orm/models/denormalizedTableField.js +42 -42
- package/modules/orm/models/devicesModule.d.ts +5 -5
- package/modules/orm/models/devicesModule.js +42 -42
- package/modules/orm/models/domainModule.d.ts +54 -0
- package/modules/orm/models/domainModule.js +104 -0
- package/modules/orm/models/emailsModule.d.ts +5 -5
- package/modules/orm/models/emailsModule.js +42 -42
- package/modules/orm/models/entityTypeProvision.d.ts +5 -5
- package/modules/orm/models/entityTypeProvision.js +42 -42
- package/modules/orm/models/eventsModule.d.ts +5 -5
- package/modules/orm/models/eventsModule.js +42 -42
- package/modules/orm/models/functionDeploymentModule.d.ts +5 -5
- package/modules/orm/models/functionDeploymentModule.js +42 -42
- package/modules/orm/models/functionInvocationModule.d.ts +5 -5
- package/modules/orm/models/functionInvocationModule.js +42 -42
- package/modules/orm/models/functionModule.d.ts +5 -5
- package/modules/orm/models/functionModule.js +42 -42
- package/modules/orm/models/graphExecutionModule.d.ts +5 -5
- package/modules/orm/models/graphExecutionModule.js +42 -42
- package/modules/orm/models/graphModule.d.ts +5 -5
- package/modules/orm/models/graphModule.js +42 -42
- package/modules/orm/models/hierarchyModule.d.ts +5 -5
- package/modules/orm/models/hierarchyModule.js +42 -42
- package/modules/orm/models/httpRouteModule.d.ts +5 -5
- package/modules/orm/models/httpRouteModule.js +42 -42
- package/modules/orm/models/i18NModule.d.ts +5 -5
- package/modules/orm/models/i18NModule.js +42 -42
- package/modules/orm/models/identityProvidersModule.d.ts +5 -5
- package/modules/orm/models/identityProvidersModule.js +42 -42
- package/modules/orm/models/index.d.ts +75 -68
- package/modules/orm/models/index.js +16 -2
- package/modules/orm/models/inferenceLogModule.d.ts +5 -5
- package/modules/orm/models/inferenceLogModule.js +42 -42
- package/modules/orm/models/infraConfigModule.d.ts +5 -5
- package/modules/orm/models/infraConfigModule.js +42 -42
- package/modules/orm/models/infraSecretsModule.d.ts +5 -5
- package/modules/orm/models/infraSecretsModule.js +42 -42
- package/modules/orm/models/integrationProvidersModule.d.ts +5 -5
- package/modules/orm/models/integrationProvidersModule.js +42 -42
- package/modules/orm/models/internalSecretsModule.d.ts +5 -5
- package/modules/orm/models/internalSecretsModule.js +42 -42
- package/modules/orm/models/invitesModule.d.ts +5 -5
- package/modules/orm/models/invitesModule.js +42 -42
- package/modules/orm/models/limitsModule.d.ts +5 -5
- package/modules/orm/models/limitsModule.js +42 -42
- package/modules/orm/models/membershipTypesModule.d.ts +5 -5
- package/modules/orm/models/membershipTypesModule.js +42 -42
- package/modules/orm/models/membershipsModule.d.ts +5 -5
- package/modules/orm/models/membershipsModule.js +42 -42
- package/modules/orm/models/merkleStoreModule.d.ts +5 -5
- package/modules/orm/models/merkleStoreModule.js +42 -42
- package/modules/orm/models/namespaceModule.d.ts +5 -5
- package/modules/orm/models/namespaceModule.js +42 -42
- package/modules/orm/models/notificationsModule.d.ts +5 -5
- package/modules/orm/models/notificationsModule.js +42 -42
- package/modules/orm/models/permissionsModule.d.ts +5 -5
- package/modules/orm/models/permissionsModule.js +42 -42
- package/modules/orm/models/phoneNumbersModule.d.ts +5 -5
- package/modules/orm/models/phoneNumbersModule.js +42 -42
- package/modules/orm/models/plansModule.d.ts +5 -5
- package/modules/orm/models/plansModule.js +42 -42
- package/modules/orm/models/principalAuthModule.d.ts +5 -5
- package/modules/orm/models/principalAuthModule.js +42 -42
- package/modules/orm/models/profilesModule.d.ts +5 -5
- package/modules/orm/models/profilesModule.js +42 -42
- package/modules/orm/models/rateLimitMetersModule.d.ts +5 -5
- package/modules/orm/models/rateLimitMetersModule.js +42 -42
- package/modules/orm/models/rateLimitsModule.d.ts +5 -5
- package/modules/orm/models/rateLimitsModule.js +42 -42
- package/modules/orm/models/realtimeModule.d.ts +5 -5
- package/modules/orm/models/realtimeModule.js +42 -42
- package/modules/orm/models/relationProvision.d.ts +5 -5
- package/modules/orm/models/relationProvision.js +42 -42
- package/modules/orm/models/resourceModule.d.ts +5 -5
- package/modules/orm/models/resourceModule.js +42 -42
- package/modules/orm/models/rlsModule.d.ts +5 -5
- package/modules/orm/models/rlsModule.js +42 -42
- package/modules/orm/models/routeModule.d.ts +54 -0
- package/modules/orm/models/routeModule.js +104 -0
- package/modules/orm/models/secureTableProvision.d.ts +5 -5
- package/modules/orm/models/secureTableProvision.js +42 -42
- package/modules/orm/models/sessionSecretsModule.d.ts +5 -5
- package/modules/orm/models/sessionSecretsModule.js +42 -42
- package/modules/orm/models/sessionsModule.d.ts +5 -5
- package/modules/orm/models/sessionsModule.js +42 -42
- package/modules/orm/models/siteSurfaceModule.d.ts +54 -0
- package/modules/orm/models/siteSurfaceModule.js +104 -0
- package/modules/orm/models/storageLogModule.d.ts +5 -5
- package/modules/orm/models/storageLogModule.js +42 -42
- package/modules/orm/models/storageModule.d.ts +5 -5
- package/modules/orm/models/storageModule.js +42 -42
- package/modules/orm/models/transferLogModule.d.ts +5 -5
- package/modules/orm/models/transferLogModule.js +42 -42
- package/modules/orm/models/userAuthModule.d.ts +5 -5
- package/modules/orm/models/userAuthModule.js +42 -42
- package/modules/orm/models/userCredentialsModule.d.ts +5 -5
- package/modules/orm/models/userCredentialsModule.js +42 -42
- package/modules/orm/models/userSettingsModule.d.ts +5 -5
- package/modules/orm/models/userSettingsModule.js +42 -42
- package/modules/orm/models/userStateModule.d.ts +5 -5
- package/modules/orm/models/userStateModule.js +42 -42
- package/modules/orm/models/usersModule.d.ts +5 -5
- package/modules/orm/models/usersModule.js +42 -42
- package/modules/orm/models/webauthnAuthModule.d.ts +5 -5
- package/modules/orm/models/webauthnAuthModule.js +42 -42
- package/modules/orm/models/webauthnCredentialsModule.d.ts +5 -5
- package/modules/orm/models/webauthnCredentialsModule.js +42 -42
- package/modules/orm/models/webhookModule.d.ts +5 -5
- package/modules/orm/models/webhookModule.js +42 -42
- package/modules/orm/mutation/index.d.ts +4 -4
- package/modules/orm/mutation/index.js +71 -91
- package/modules/orm/query/index.d.ts +2 -2
- package/modules/orm/query/index.js +33 -43
- package/modules/orm/query-builder.js +15 -5
- package/objects/index.d.ts +1 -1
- package/objects/orm/client.js +3 -1
- package/objects/orm/index.d.ts +12 -12
- package/objects/orm/index.js +1 -1
- package/objects/orm/input-types.d.ts +5 -5
- package/objects/orm/models/commit.d.ts +5 -5
- package/objects/orm/models/commit.js +43 -43
- package/objects/orm/models/getAllTreeNodesRecord.d.ts +5 -5
- package/objects/orm/models/getAllTreeNodesRecord.js +20 -20
- package/objects/orm/models/index.d.ts +5 -5
- package/objects/orm/models/object.d.ts +5 -5
- package/objects/orm/models/object.js +38 -38
- package/objects/orm/models/ref.d.ts +5 -5
- package/objects/orm/models/ref.js +43 -43
- package/objects/orm/models/store.d.ts +5 -5
- package/objects/orm/models/store.js +42 -42
- package/objects/orm/mutation/index.d.ts +4 -4
- package/objects/orm/mutation/index.js +29 -37
- package/objects/orm/query-builder.js +15 -5
- package/package.json +5 -5
- package/usage/index.d.ts +1 -1
- package/usage/orm/client.js +3 -1
- package/usage/orm/index.d.ts +25 -25
- package/usage/orm/index.js +1 -1
- package/usage/orm/input-types.d.ts +18 -18
- package/usage/orm/input-types.js +9 -9
- package/usage/orm/models/appLimit.d.ts +5 -5
- package/usage/orm/models/appLimit.js +42 -42
- package/usage/orm/models/appLimitCap.d.ts +5 -5
- package/usage/orm/models/appLimitCap.js +42 -42
- package/usage/orm/models/appLimitCapsDefault.d.ts +5 -5
- package/usage/orm/models/appLimitCapsDefault.js +42 -42
- package/usage/orm/models/appLimitCredit.d.ts +5 -5
- package/usage/orm/models/appLimitCredit.js +42 -42
- package/usage/orm/models/appLimitCreditCode.d.ts +5 -5
- package/usage/orm/models/appLimitCreditCode.js +42 -42
- package/usage/orm/models/appLimitCreditCodeItem.d.ts +5 -5
- package/usage/orm/models/appLimitCreditCodeItem.js +42 -42
- package/usage/orm/models/appLimitCreditRedemption.d.ts +5 -5
- package/usage/orm/models/appLimitCreditRedemption.js +42 -42
- package/usage/orm/models/appLimitDefault.d.ts +5 -5
- package/usage/orm/models/appLimitDefault.js +42 -42
- package/usage/orm/models/appLimitEvent.d.ts +5 -5
- package/usage/orm/models/appLimitEvent.js +43 -43
- package/usage/orm/models/appLimitWarning.d.ts +5 -5
- package/usage/orm/models/appLimitWarning.js +42 -42
- package/usage/orm/models/index.d.ts +18 -18
- package/usage/orm/models/orgLimit.d.ts +5 -5
- package/usage/orm/models/orgLimit.js +42 -42
- package/usage/orm/models/orgLimitAggregate.d.ts +5 -5
- package/usage/orm/models/orgLimitAggregate.js +42 -42
- package/usage/orm/models/orgLimitCap.d.ts +5 -5
- package/usage/orm/models/orgLimitCap.js +42 -42
- package/usage/orm/models/orgLimitCapsDefault.d.ts +5 -5
- package/usage/orm/models/orgLimitCapsDefault.js +42 -42
- package/usage/orm/models/orgLimitCredit.d.ts +5 -5
- package/usage/orm/models/orgLimitCredit.js +42 -42
- package/usage/orm/models/orgLimitDefault.d.ts +5 -5
- package/usage/orm/models/orgLimitDefault.js +42 -42
- package/usage/orm/models/orgLimitEvent.d.ts +5 -5
- package/usage/orm/models/orgLimitEvent.js +43 -43
- package/usage/orm/models/orgLimitWarning.d.ts +5 -5
- package/usage/orm/models/orgLimitWarning.js +42 -42
- package/usage/orm/mutation/index.d.ts +4 -4
- package/usage/orm/mutation/index.js +36 -46
- package/usage/orm/query-builder.js +15 -5
- package/admin/orm/models/orgChartEdge.d.ts +0 -54
- package/admin/orm/models/orgChartEdge.js +0 -104
- package/admin/orm/models/orgChartEdgeGrant.d.ts +0 -54
- package/admin/orm/models/orgChartEdgeGrant.js +0 -104
- package/admin/orm/models/orgGetManagersRecord.d.ts +0 -30
- package/admin/orm/models/orgGetManagersRecord.js +0 -59
- package/admin/orm/models/orgGetSubordinatesRecord.d.ts +0 -30
- package/admin/orm/models/orgGetSubordinatesRecord.js +0 -59
- package/api/orm/models/app.d.ts +0 -54
- package/api/orm/models/app.js +0 -104
- package/compute/orm/models/declaredCapacity.d.ts +0 -30
- package/compute/orm/models/declaredCapacity.js +0 -59
- package/compute/orm/models/platformDeclaredCapacity.d.ts +0 -30
- package/compute/orm/models/platformDeclaredCapacity.js +0 -59
- package/compute/orm/models/platformResourceUtilizationDaily.d.ts +0 -30
- package/compute/orm/models/platformResourceUtilizationDaily.js +0 -59
- package/compute/orm/models/resourceUtilizationDaily.d.ts +0 -30
- package/compute/orm/models/resourceUtilizationDaily.js +0 -59
- package/esm/admin/orm/models/orgChartEdge.d.ts +0 -54
- package/esm/admin/orm/models/orgChartEdge.js +0 -100
- package/esm/admin/orm/models/orgChartEdgeGrant.d.ts +0 -54
- package/esm/admin/orm/models/orgChartEdgeGrant.js +0 -100
- package/esm/admin/orm/models/orgGetManagersRecord.d.ts +0 -30
- package/esm/admin/orm/models/orgGetManagersRecord.js +0 -55
- package/esm/admin/orm/models/orgGetSubordinatesRecord.d.ts +0 -30
- package/esm/admin/orm/models/orgGetSubordinatesRecord.js +0 -55
- package/esm/api/orm/models/app.d.ts +0 -54
- package/esm/api/orm/models/app.js +0 -100
- package/esm/compute/orm/models/declaredCapacity.d.ts +0 -30
- package/esm/compute/orm/models/declaredCapacity.js +0 -55
- package/esm/compute/orm/models/platformDeclaredCapacity.d.ts +0 -30
- package/esm/compute/orm/models/platformDeclaredCapacity.js +0 -55
- package/esm/compute/orm/models/platformResourceUtilizationDaily.d.ts +0 -30
- package/esm/compute/orm/models/platformResourceUtilizationDaily.js +0 -55
- package/esm/compute/orm/models/resourceUtilizationDaily.d.ts +0 -30
- package/esm/compute/orm/models/resourceUtilizationDaily.js +0 -55
|
@@ -257,21 +257,6 @@ export interface DbPreset {
|
|
|
257
257
|
/** Timestamp of last modification */
|
|
258
258
|
updatedAt?: string | null;
|
|
259
259
|
}
|
|
260
|
-
export interface DeclaredCapacity {
|
|
261
|
-
cpuLimitMillicores?: string | null;
|
|
262
|
-
cpuRequestMillicores?: string | null;
|
|
263
|
-
installationId?: string | null;
|
|
264
|
-
isTransient?: boolean | null;
|
|
265
|
-
kind?: string | null;
|
|
266
|
-
memoryLimitBytes?: string | null;
|
|
267
|
-
memoryRequestBytes?: string | null;
|
|
268
|
-
namespaceId?: string | null;
|
|
269
|
-
podCountMax?: number | null;
|
|
270
|
-
podCountMin?: number | null;
|
|
271
|
-
source?: string | null;
|
|
272
|
-
sourceId?: string | null;
|
|
273
|
-
storageSizeBytes?: string | null;
|
|
274
|
-
}
|
|
275
260
|
/** Join table binding function definitions to API endpoints with per-binding alias and config */
|
|
276
261
|
export interface FunctionApiBinding {
|
|
277
262
|
/** Binding alias (e.g. default, staging, production) */
|
|
@@ -362,7 +347,7 @@ export interface FunctionDefinition {
|
|
|
362
347
|
targetFunction?: string | null;
|
|
363
348
|
/** Schema of the SQL function to invoke when runtime=sql (direct mode). NULL for module mode and other runtimes. */
|
|
364
349
|
targetSchema?: string | null;
|
|
365
|
-
/**
|
|
350
|
+
/** Routing slug generated as category || ':' || name (used by the Knative job worker for dispatch) */
|
|
366
351
|
taskIdentifier?: string | null;
|
|
367
352
|
/** Knative request timeout in seconds */
|
|
368
353
|
timeoutSeconds?: number | null;
|
|
@@ -656,6 +641,35 @@ export interface FunctionGraphStore {
|
|
|
656
641
|
/** Opaque store partition key for the global tier */
|
|
657
642
|
scopeId?: string | null;
|
|
658
643
|
}
|
|
644
|
+
/** Function invocation attempts — one row per worker attempt (including failed retries) with duration and error detail */
|
|
645
|
+
export interface FunctionInvocationAttempt {
|
|
646
|
+
/** Who triggered the invocation (NULL for system/cron) */
|
|
647
|
+
actorId?: string | null;
|
|
648
|
+
/** 1-based attempt number for this invocation */
|
|
649
|
+
attempt?: number | null;
|
|
650
|
+
/** When the attempt result was recorded (partition key) */
|
|
651
|
+
createdAt?: string | null;
|
|
652
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
653
|
+
databaseId?: string | null;
|
|
654
|
+
/** Wall-clock attempt time in milliseconds */
|
|
655
|
+
durationMs?: number | null;
|
|
656
|
+
/** Error message when the attempt failed */
|
|
657
|
+
error?: string | null;
|
|
658
|
+
/** Structured error context (stack, code, provider response) */
|
|
659
|
+
errorDetail?: Record<string, unknown> | null;
|
|
660
|
+
/** Unique attempt identifier */
|
|
661
|
+
id: string;
|
|
662
|
+
/** created_at of the referenced invocation (partition-pruned lookups against the invocations PK) */
|
|
663
|
+
invocationCreatedAt?: string | null;
|
|
664
|
+
/** Invocation this attempt belongs to (soft reference paired with invocation_created_at) */
|
|
665
|
+
invocationId?: string | null;
|
|
666
|
+
/** When the attempt began executing */
|
|
667
|
+
startedAt?: string | null;
|
|
668
|
+
/** Whether this attempt completed successfully */
|
|
669
|
+
success?: boolean | null;
|
|
670
|
+
/** Function routing slug (denormalized from the invocation) */
|
|
671
|
+
taskIdentifier?: string | null;
|
|
672
|
+
}
|
|
659
673
|
/** Function invocation log — INSERT to call a function (business-layer, metered). Linked to definitions via function_definition_id FK, with task_identifier as the denormalized routing/audit slug. */
|
|
660
674
|
export interface FunctionInvocation {
|
|
661
675
|
/** Who triggered the invocation (NULL for system/cron) */
|
|
@@ -674,7 +688,7 @@ export interface FunctionInvocation {
|
|
|
674
688
|
definitionScope?: string | null;
|
|
675
689
|
/** Wall-clock execution time in milliseconds */
|
|
676
690
|
durationMs?: number | null;
|
|
677
|
-
/** Error message when status is failed */
|
|
691
|
+
/** Error message when status is failed, or the reason the run was skipped when status is skipped */
|
|
678
692
|
error?: string | null;
|
|
679
693
|
/** Function definition this invocation ran (soft cross-scope ref; paired with definition_scope). task_identifier stays as the audit slug. */
|
|
680
694
|
functionDefinitionId?: string | null;
|
|
@@ -694,7 +708,7 @@ export interface FunctionInvocation {
|
|
|
694
708
|
result?: Record<string, unknown> | null;
|
|
695
709
|
/** When execution started */
|
|
696
710
|
startedAt?: string | null;
|
|
697
|
-
/** Lifecycle: pending → running → completed/failed/cancelled */
|
|
711
|
+
/** Lifecycle: pending → running → completed/failed/cancelled; skipped = never ran (a gate rejected the intended run) */
|
|
698
712
|
status?: string | null;
|
|
699
713
|
/** Function routing slug (category:name). Denormalized from the definition — must match the row referenced by function_definition_id when that is set. */
|
|
700
714
|
taskIdentifier?: string | null;
|
|
@@ -838,21 +852,6 @@ export interface NamespaceEvent {
|
|
|
838
852
|
/** Namespace this event belongs to */
|
|
839
853
|
namespaceId?: string | null;
|
|
840
854
|
}
|
|
841
|
-
export interface PlatformDeclaredCapacity {
|
|
842
|
-
cpuLimitMillicores?: string | null;
|
|
843
|
-
cpuRequestMillicores?: string | null;
|
|
844
|
-
installationId?: string | null;
|
|
845
|
-
isTransient?: boolean | null;
|
|
846
|
-
kind?: string | null;
|
|
847
|
-
memoryLimitBytes?: string | null;
|
|
848
|
-
memoryRequestBytes?: string | null;
|
|
849
|
-
namespaceId?: string | null;
|
|
850
|
-
podCountMax?: number | null;
|
|
851
|
-
podCountMin?: number | null;
|
|
852
|
-
source?: string | null;
|
|
853
|
-
sourceId?: string | null;
|
|
854
|
-
storageSizeBytes?: string | null;
|
|
855
|
-
}
|
|
856
855
|
/** Join table binding function definitions to API endpoints with per-binding alias and config */
|
|
857
856
|
export interface PlatformFunctionApiBinding {
|
|
858
857
|
/** Binding alias (e.g. default, staging, production) */
|
|
@@ -869,6 +868,8 @@ export interface PlatformFunctionApiBinding {
|
|
|
869
868
|
export interface PlatformFunctionDefinition {
|
|
870
869
|
/** Invocation channels this function may be exposed through (api, graph, cron, sync, webhook). Internal worker dispatch is implicit and never listed. Default [] = worker only. */
|
|
871
870
|
accessChannels?: string[] | null;
|
|
871
|
+
/** Whether executions are metered through the invocation ledger and billing quota gate */
|
|
872
|
+
billable?: boolean | null;
|
|
872
873
|
/** Function task category (e.g. email, embed, chunk, custom) */
|
|
873
874
|
category?: string | null;
|
|
874
875
|
/** Knative containerConcurrency — max concurrent requests per pod instance */
|
|
@@ -937,11 +938,13 @@ export interface PlatformFunctionDefinition {
|
|
|
937
938
|
scaleMax?: number | null;
|
|
938
939
|
/** Minimum pod count for Knative autoscaling (minScale) */
|
|
939
940
|
scaleMin?: number | null;
|
|
941
|
+
/** Platform system definition: its task_identifier cannot be shadowed by non-platform registration */
|
|
942
|
+
system?: boolean | null;
|
|
940
943
|
/** Name of the SQL function to invoke when runtime=sql (direct mode). NULL for module mode and other runtimes. */
|
|
941
944
|
targetFunction?: string | null;
|
|
942
945
|
/** Schema of the SQL function to invoke when runtime=sql (direct mode). NULL for module mode and other runtimes. */
|
|
943
946
|
targetSchema?: string | null;
|
|
944
|
-
/**
|
|
947
|
+
/** Routing slug generated as category || ':' || name (used by the Knative job worker for dispatch) */
|
|
945
948
|
taskIdentifier?: string | null;
|
|
946
949
|
/** Knative request timeout in seconds */
|
|
947
950
|
timeoutSeconds?: number | null;
|
|
@@ -1027,6 +1030,33 @@ export interface PlatformFunctionExecutionLog {
|
|
|
1027
1030
|
/** Function routing key (NULL for generic job logs) */
|
|
1028
1031
|
taskIdentifier?: string | null;
|
|
1029
1032
|
}
|
|
1033
|
+
/** Function invocation attempts — one row per worker attempt (including failed retries) with duration and error detail */
|
|
1034
|
+
export interface PlatformFunctionInvocationAttempt {
|
|
1035
|
+
/** Who triggered the invocation (NULL for system/cron) */
|
|
1036
|
+
actorId?: string | null;
|
|
1037
|
+
/** 1-based attempt number for this invocation */
|
|
1038
|
+
attempt?: number | null;
|
|
1039
|
+
/** When the attempt result was recorded (partition key) */
|
|
1040
|
+
createdAt?: string | null;
|
|
1041
|
+
/** Wall-clock attempt time in milliseconds */
|
|
1042
|
+
durationMs?: number | null;
|
|
1043
|
+
/** Error message when the attempt failed */
|
|
1044
|
+
error?: string | null;
|
|
1045
|
+
/** Structured error context (stack, code, provider response) */
|
|
1046
|
+
errorDetail?: Record<string, unknown> | null;
|
|
1047
|
+
/** Unique attempt identifier */
|
|
1048
|
+
id: string;
|
|
1049
|
+
/** created_at of the referenced invocation (partition-pruned lookups against the invocations PK) */
|
|
1050
|
+
invocationCreatedAt?: string | null;
|
|
1051
|
+
/** Invocation this attempt belongs to (soft reference paired with invocation_created_at) */
|
|
1052
|
+
invocationId?: string | null;
|
|
1053
|
+
/** When the attempt began executing */
|
|
1054
|
+
startedAt?: string | null;
|
|
1055
|
+
/** Whether this attempt completed successfully */
|
|
1056
|
+
success?: boolean | null;
|
|
1057
|
+
/** Function routing slug (denormalized from the invocation) */
|
|
1058
|
+
taskIdentifier?: string | null;
|
|
1059
|
+
}
|
|
1030
1060
|
/** Function invocation log — INSERT to call a function (business-layer, metered). Linked to definitions via function_definition_id FK, with task_identifier as the denormalized routing/audit slug. */
|
|
1031
1061
|
export interface PlatformFunctionInvocation {
|
|
1032
1062
|
/** Who triggered the invocation (NULL for system/cron) */
|
|
@@ -1043,7 +1073,7 @@ export interface PlatformFunctionInvocation {
|
|
|
1043
1073
|
definitionScope?: string | null;
|
|
1044
1074
|
/** Wall-clock execution time in milliseconds */
|
|
1045
1075
|
durationMs?: number | null;
|
|
1046
|
-
/** Error message when status is failed */
|
|
1076
|
+
/** Error message when status is failed, or the reason the run was skipped when status is skipped */
|
|
1047
1077
|
error?: string | null;
|
|
1048
1078
|
/** Function definition this invocation ran (soft cross-scope ref; paired with definition_scope). task_identifier stays as the audit slug. */
|
|
1049
1079
|
functionDefinitionId?: string | null;
|
|
@@ -1063,7 +1093,7 @@ export interface PlatformFunctionInvocation {
|
|
|
1063
1093
|
result?: Record<string, unknown> | null;
|
|
1064
1094
|
/** When execution started */
|
|
1065
1095
|
startedAt?: string | null;
|
|
1066
|
-
/** Lifecycle: pending → running → completed/failed/cancelled */
|
|
1096
|
+
/** Lifecycle: pending → running → completed/failed/cancelled; skipped = never ran (a gate rejected the intended run) */
|
|
1067
1097
|
status?: string | null;
|
|
1068
1098
|
/** Function routing slug (category:name). Denormalized from the definition — must match the row referenced by function_definition_id when that is set. */
|
|
1069
1099
|
taskIdentifier?: string | null;
|
|
@@ -1192,7 +1222,7 @@ export interface PlatformResource {
|
|
|
1192
1222
|
installationId?: string | null;
|
|
1193
1223
|
/** Provider slugs (e.g. mailgun, postgres) associated with this resource. The UI uses this to auto-fill required_secrets and required_configs from integration_providers. */
|
|
1194
1224
|
integrations?: string[] | null;
|
|
1195
|
-
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate */
|
|
1225
|
+
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate, ClusterIssuer */
|
|
1196
1226
|
kind?: string | null;
|
|
1197
1227
|
/** Key/value pairs for selecting and filtering resources */
|
|
1198
1228
|
labels?: Record<string, unknown> | null;
|
|
@@ -1231,6 +1261,21 @@ export interface PlatformResource {
|
|
|
1231
1261
|
updatedAt?: string | null;
|
|
1232
1262
|
updatedBy?: string | null;
|
|
1233
1263
|
}
|
|
1264
|
+
export interface PlatformResourceDeclaredCapacity {
|
|
1265
|
+
cpuLimitMillicores?: string | null;
|
|
1266
|
+
cpuRequestMillicores?: string | null;
|
|
1267
|
+
installationId?: string | null;
|
|
1268
|
+
isTransient?: boolean | null;
|
|
1269
|
+
kind?: string | null;
|
|
1270
|
+
memoryLimitBytes?: string | null;
|
|
1271
|
+
memoryRequestBytes?: string | null;
|
|
1272
|
+
namespaceId?: string | null;
|
|
1273
|
+
podCountMax?: number | null;
|
|
1274
|
+
podCountMin?: number | null;
|
|
1275
|
+
source?: string | null;
|
|
1276
|
+
sourceId?: string | null;
|
|
1277
|
+
storageSizeBytes?: string | null;
|
|
1278
|
+
}
|
|
1234
1279
|
/** Resource definitions — templates for resource kinds declaring default spec and secret/config requirements */
|
|
1235
1280
|
export interface PlatformResourceDefinition {
|
|
1236
1281
|
/** Freeform metadata for tooling and operational notes */
|
|
@@ -1244,7 +1289,7 @@ export interface PlatformResourceDefinition {
|
|
|
1244
1289
|
id: string;
|
|
1245
1290
|
/** Provider slugs (e.g. mailgun, postgres) associated with this resource definition. The UI uses this to auto-fill required_secrets and required_configs from integration_providers. */
|
|
1246
1291
|
integrations?: string[] | null;
|
|
1247
|
-
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate, or custom kinds */
|
|
1292
|
+
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate, ClusterIssuer, or custom kinds */
|
|
1248
1293
|
kind?: string | null;
|
|
1249
1294
|
/** Key/value pairs for selecting and filtering definitions */
|
|
1250
1295
|
labels?: Record<string, unknown> | null;
|
|
@@ -1321,7 +1366,7 @@ export interface PlatformResourceStatusCheck {
|
|
|
1321
1366
|
/** Check lifecycle: pending, running, completed, failed */
|
|
1322
1367
|
status?: string | null;
|
|
1323
1368
|
}
|
|
1324
|
-
/** Raw resource usage log — interval-accounting measurements from heartbeats (self)
|
|
1369
|
+
/** Raw resource usage log — interval-accounting measurements from heartbeats (self), the reconciler (observer), and the namespace-grain collector (prometheus) */
|
|
1325
1370
|
export interface PlatformResourceUsageLog {
|
|
1326
1371
|
/** CPU gauge in millicores at sample time (NULL when unknown) */
|
|
1327
1372
|
cpuMillicores?: string | null;
|
|
@@ -1339,7 +1384,7 @@ export interface PlatformResourceUsageLog {
|
|
|
1339
1384
|
resourceId?: string | null;
|
|
1340
1385
|
/** Sample timestamp (partition key) — end of the measured interval */
|
|
1341
1386
|
sampledAt?: string | null;
|
|
1342
|
-
/** Sample producer: self (workload heartbeat)
|
|
1387
|
+
/** Sample producer: self (workload heartbeat), observer (reconciler), or prometheus (namespace-grain usage collector) */
|
|
1343
1388
|
source?: string | null;
|
|
1344
1389
|
}
|
|
1345
1390
|
/** Resource usage summaries — runtime seconds, GB-seconds, and max gauges per (resource, namespace, day); resource_id-NULL rows are namespace-grain totals */
|
|
@@ -1363,7 +1408,7 @@ export interface PlatformResourceUsageSummary {
|
|
|
1363
1408
|
/** Number of raw samples aggregated into this summary */
|
|
1364
1409
|
sampleCount?: number | null;
|
|
1365
1410
|
}
|
|
1366
|
-
export interface
|
|
1411
|
+
export interface PlatformResourceUtilization {
|
|
1367
1412
|
avgMemoryBytes?: string | null;
|
|
1368
1413
|
cpuLimitMillicores?: string | null;
|
|
1369
1414
|
cpuPeakUtilization?: string | null;
|
|
@@ -1504,7 +1549,7 @@ export interface Resource {
|
|
|
1504
1549
|
installationId?: string | null;
|
|
1505
1550
|
/** Provider slugs (e.g. mailgun, postgres) associated with this resource. The UI uses this to auto-fill required_secrets and required_configs from integration_providers. */
|
|
1506
1551
|
integrations?: string[] | null;
|
|
1507
|
-
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate */
|
|
1552
|
+
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate, ClusterIssuer */
|
|
1508
1553
|
kind?: string | null;
|
|
1509
1554
|
/** Key/value pairs for selecting and filtering resources */
|
|
1510
1555
|
labels?: Record<string, unknown> | null;
|
|
@@ -1543,6 +1588,21 @@ export interface Resource {
|
|
|
1543
1588
|
updatedAt?: string | null;
|
|
1544
1589
|
updatedBy?: string | null;
|
|
1545
1590
|
}
|
|
1591
|
+
export interface ResourceDeclaredCapacity {
|
|
1592
|
+
cpuLimitMillicores?: string | null;
|
|
1593
|
+
cpuRequestMillicores?: string | null;
|
|
1594
|
+
installationId?: string | null;
|
|
1595
|
+
isTransient?: boolean | null;
|
|
1596
|
+
kind?: string | null;
|
|
1597
|
+
memoryLimitBytes?: string | null;
|
|
1598
|
+
memoryRequestBytes?: string | null;
|
|
1599
|
+
namespaceId?: string | null;
|
|
1600
|
+
podCountMax?: number | null;
|
|
1601
|
+
podCountMin?: number | null;
|
|
1602
|
+
source?: string | null;
|
|
1603
|
+
sourceId?: string | null;
|
|
1604
|
+
storageSizeBytes?: string | null;
|
|
1605
|
+
}
|
|
1546
1606
|
/** Resource definitions — templates for resource kinds declaring default spec and secret/config requirements */
|
|
1547
1607
|
export interface ResourceDefinition {
|
|
1548
1608
|
/** Freeform metadata for tooling and operational notes */
|
|
@@ -1558,7 +1618,7 @@ export interface ResourceDefinition {
|
|
|
1558
1618
|
id: string;
|
|
1559
1619
|
/** Provider slugs (e.g. mailgun, postgres) associated with this resource definition. The UI uses this to auto-fill required_secrets and required_configs from integration_providers. */
|
|
1560
1620
|
integrations?: string[] | null;
|
|
1561
|
-
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate, or custom kinds */
|
|
1621
|
+
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate, ClusterIssuer, or custom kinds */
|
|
1562
1622
|
kind?: string | null;
|
|
1563
1623
|
/** Key/value pairs for selecting and filtering definitions */
|
|
1564
1624
|
labels?: Record<string, unknown> | null;
|
|
@@ -1641,7 +1701,7 @@ export interface ResourceStatusCheck {
|
|
|
1641
1701
|
/** Check lifecycle: pending, running, completed, failed */
|
|
1642
1702
|
status?: string | null;
|
|
1643
1703
|
}
|
|
1644
|
-
/** Raw resource usage log — interval-accounting measurements from heartbeats (self)
|
|
1704
|
+
/** Raw resource usage log — interval-accounting measurements from heartbeats (self), the reconciler (observer), and the namespace-grain collector (prometheus) */
|
|
1645
1705
|
export interface ResourceUsageLog {
|
|
1646
1706
|
/** CPU gauge in millicores at sample time (NULL when unknown) */
|
|
1647
1707
|
cpuMillicores?: string | null;
|
|
@@ -1661,7 +1721,7 @@ export interface ResourceUsageLog {
|
|
|
1661
1721
|
resourceId?: string | null;
|
|
1662
1722
|
/** Sample timestamp (partition key) — end of the measured interval */
|
|
1663
1723
|
sampledAt?: string | null;
|
|
1664
|
-
/** Sample producer: self (workload heartbeat)
|
|
1724
|
+
/** Sample producer: self (workload heartbeat), observer (reconciler), or prometheus (namespace-grain usage collector) */
|
|
1665
1725
|
source?: string | null;
|
|
1666
1726
|
}
|
|
1667
1727
|
/** Resource usage summaries — runtime seconds, GB-seconds, and max gauges per (resource, namespace, day); resource_id-NULL rows are namespace-grain totals */
|
|
@@ -1687,7 +1747,7 @@ export interface ResourceUsageSummary {
|
|
|
1687
1747
|
/** Number of raw samples aggregated into this summary */
|
|
1688
1748
|
sampleCount?: number | null;
|
|
1689
1749
|
}
|
|
1690
|
-
export interface
|
|
1750
|
+
export interface ResourceUtilization {
|
|
1691
1751
|
avgMemoryBytes?: string | null;
|
|
1692
1752
|
cpuLimitMillicores?: string | null;
|
|
1693
1753
|
cpuPeakUtilization?: string | null;
|
|
@@ -1827,8 +1887,6 @@ export interface PageInfo {
|
|
|
1827
1887
|
}
|
|
1828
1888
|
export interface DbPresetRelations {
|
|
1829
1889
|
}
|
|
1830
|
-
export interface DeclaredCapacityRelations {
|
|
1831
|
-
}
|
|
1832
1890
|
export interface FunctionApiBindingRelations {
|
|
1833
1891
|
functionDefinition?: FunctionDefinition | null;
|
|
1834
1892
|
functionInvocationsByApiBindingId?: ConnectionResult<FunctionInvocation>;
|
|
@@ -1863,6 +1921,8 @@ export interface FunctionGraphRefRelations {
|
|
|
1863
1921
|
}
|
|
1864
1922
|
export interface FunctionGraphStoreRelations {
|
|
1865
1923
|
}
|
|
1924
|
+
export interface FunctionInvocationAttemptRelations {
|
|
1925
|
+
}
|
|
1866
1926
|
export interface FunctionInvocationRelations {
|
|
1867
1927
|
apiBinding?: FunctionApiBinding | null;
|
|
1868
1928
|
}
|
|
@@ -1889,8 +1949,6 @@ export interface NamespaceRelations {
|
|
|
1889
1949
|
}
|
|
1890
1950
|
export interface NamespaceEventRelations {
|
|
1891
1951
|
}
|
|
1892
|
-
export interface PlatformDeclaredCapacityRelations {
|
|
1893
|
-
}
|
|
1894
1952
|
export interface PlatformFunctionApiBindingRelations {
|
|
1895
1953
|
functionDefinition?: PlatformFunctionDefinition | null;
|
|
1896
1954
|
platformFunctionInvocationsByApiBindingId?: ConnectionResult<PlatformFunctionInvocation>;
|
|
@@ -1907,6 +1965,8 @@ export interface PlatformFunctionDeploymentEventRelations {
|
|
|
1907
1965
|
}
|
|
1908
1966
|
export interface PlatformFunctionExecutionLogRelations {
|
|
1909
1967
|
}
|
|
1968
|
+
export interface PlatformFunctionInvocationAttemptRelations {
|
|
1969
|
+
}
|
|
1910
1970
|
export interface PlatformFunctionInvocationRelations {
|
|
1911
1971
|
apiBinding?: PlatformFunctionApiBinding | null;
|
|
1912
1972
|
}
|
|
@@ -1935,6 +1995,8 @@ export interface PlatformResourceRelations {
|
|
|
1935
1995
|
resourceDefinition?: PlatformResourceDefinition | null;
|
|
1936
1996
|
platformResourceStatusChecksByResourceId?: ConnectionResult<PlatformResourceStatusCheck>;
|
|
1937
1997
|
}
|
|
1998
|
+
export interface PlatformResourceDeclaredCapacityRelations {
|
|
1999
|
+
}
|
|
1938
2000
|
export interface PlatformResourceDefinitionRelations {
|
|
1939
2001
|
namespace?: PlatformNamespace | null;
|
|
1940
2002
|
platformResourcesByResourceDefinitionId?: ConnectionResult<PlatformResource>;
|
|
@@ -1952,7 +2014,7 @@ export interface PlatformResourceUsageLogRelations {
|
|
|
1952
2014
|
}
|
|
1953
2015
|
export interface PlatformResourceUsageSummaryRelations {
|
|
1954
2016
|
}
|
|
1955
|
-
export interface
|
|
2017
|
+
export interface PlatformResourceUtilizationRelations {
|
|
1956
2018
|
}
|
|
1957
2019
|
export interface PlatformResourcesHealthRelations {
|
|
1958
2020
|
}
|
|
@@ -1974,6 +2036,8 @@ export interface ResourceRelations {
|
|
|
1974
2036
|
resourceDefinition?: ResourceDefinition | null;
|
|
1975
2037
|
resourceStatusChecks?: ConnectionResult<ResourceStatusCheck>;
|
|
1976
2038
|
}
|
|
2039
|
+
export interface ResourceDeclaredCapacityRelations {
|
|
2040
|
+
}
|
|
1977
2041
|
export interface ResourceDefinitionRelations {
|
|
1978
2042
|
namespace?: Namespace | null;
|
|
1979
2043
|
resources?: ConnectionResult<Resource>;
|
|
@@ -1991,7 +2055,7 @@ export interface ResourceUsageLogRelations {
|
|
|
1991
2055
|
}
|
|
1992
2056
|
export interface ResourceUsageSummaryRelations {
|
|
1993
2057
|
}
|
|
1994
|
-
export interface
|
|
2058
|
+
export interface ResourceUtilizationRelations {
|
|
1995
2059
|
}
|
|
1996
2060
|
export interface ResourcesHealthRelations {
|
|
1997
2061
|
}
|
|
@@ -2008,7 +2072,6 @@ export interface WebhookEventRelations {
|
|
|
2008
2072
|
endpoint?: WebhookEndpoint | null;
|
|
2009
2073
|
}
|
|
2010
2074
|
export type DbPresetWithRelations = DbPreset & DbPresetRelations;
|
|
2011
|
-
export type DeclaredCapacityWithRelations = DeclaredCapacity & DeclaredCapacityRelations;
|
|
2012
2075
|
export type FunctionApiBindingWithRelations = FunctionApiBinding & FunctionApiBindingRelations;
|
|
2013
2076
|
export type FunctionDefinitionWithRelations = FunctionDefinition & FunctionDefinitionRelations;
|
|
2014
2077
|
export type FunctionDeploymentWithRelations = FunctionDeployment & FunctionDeploymentRelations;
|
|
@@ -2022,6 +2085,7 @@ export type FunctionGraphExecutionOutputWithRelations = FunctionGraphExecutionOu
|
|
|
2022
2085
|
export type FunctionGraphObjectWithRelations = FunctionGraphObject & FunctionGraphObjectRelations;
|
|
2023
2086
|
export type FunctionGraphRefWithRelations = FunctionGraphRef & FunctionGraphRefRelations;
|
|
2024
2087
|
export type FunctionGraphStoreWithRelations = FunctionGraphStore & FunctionGraphStoreRelations;
|
|
2088
|
+
export type FunctionInvocationAttemptWithRelations = FunctionInvocationAttempt & FunctionInvocationAttemptRelations;
|
|
2025
2089
|
export type FunctionInvocationWithRelations = FunctionInvocation & FunctionInvocationRelations;
|
|
2026
2090
|
export type GetAllTreeNodesRecordWithRelations = GetAllTreeNodesRecord & GetAllTreeNodesRecordRelations;
|
|
2027
2091
|
export type InfraCommitWithRelations = InfraCommit & InfraCommitRelations;
|
|
@@ -2032,12 +2096,12 @@ export type InfraStoreWithRelations = InfraStore & InfraStoreRelations;
|
|
|
2032
2096
|
export type IntegrationProviderWithRelations = IntegrationProvider & IntegrationProviderRelations;
|
|
2033
2097
|
export type NamespaceWithRelations = Namespace & NamespaceRelations;
|
|
2034
2098
|
export type NamespaceEventWithRelations = NamespaceEvent & NamespaceEventRelations;
|
|
2035
|
-
export type PlatformDeclaredCapacityWithRelations = PlatformDeclaredCapacity & PlatformDeclaredCapacityRelations;
|
|
2036
2099
|
export type PlatformFunctionApiBindingWithRelations = PlatformFunctionApiBinding & PlatformFunctionApiBindingRelations;
|
|
2037
2100
|
export type PlatformFunctionDefinitionWithRelations = PlatformFunctionDefinition & PlatformFunctionDefinitionRelations;
|
|
2038
2101
|
export type PlatformFunctionDeploymentWithRelations = PlatformFunctionDeployment & PlatformFunctionDeploymentRelations;
|
|
2039
2102
|
export type PlatformFunctionDeploymentEventWithRelations = PlatformFunctionDeploymentEvent & PlatformFunctionDeploymentEventRelations;
|
|
2040
2103
|
export type PlatformFunctionExecutionLogWithRelations = PlatformFunctionExecutionLog & PlatformFunctionExecutionLogRelations;
|
|
2104
|
+
export type PlatformFunctionInvocationAttemptWithRelations = PlatformFunctionInvocationAttempt & PlatformFunctionInvocationAttemptRelations;
|
|
2041
2105
|
export type PlatformFunctionInvocationWithRelations = PlatformFunctionInvocation & PlatformFunctionInvocationRelations;
|
|
2042
2106
|
export type PlatformInfraCommitWithRelations = PlatformInfraCommit & PlatformInfraCommitRelations;
|
|
2043
2107
|
export type PlatformInfraGetAllTreeNodesRecordWithRelations = PlatformInfraGetAllTreeNodesRecord & PlatformInfraGetAllTreeNodesRecordRelations;
|
|
@@ -2047,26 +2111,28 @@ export type PlatformInfraStoreWithRelations = PlatformInfraStore & PlatformInfra
|
|
|
2047
2111
|
export type PlatformNamespaceWithRelations = PlatformNamespace & PlatformNamespaceRelations;
|
|
2048
2112
|
export type PlatformNamespaceEventWithRelations = PlatformNamespaceEvent & PlatformNamespaceEventRelations;
|
|
2049
2113
|
export type PlatformResourceWithRelations = PlatformResource & PlatformResourceRelations;
|
|
2114
|
+
export type PlatformResourceDeclaredCapacityWithRelations = PlatformResourceDeclaredCapacity & PlatformResourceDeclaredCapacityRelations;
|
|
2050
2115
|
export type PlatformResourceDefinitionWithRelations = PlatformResourceDefinition & PlatformResourceDefinitionRelations;
|
|
2051
2116
|
export type PlatformResourceEventWithRelations = PlatformResourceEvent & PlatformResourceEventRelations;
|
|
2052
2117
|
export type PlatformResourceInstallationWithRelations = PlatformResourceInstallation & PlatformResourceInstallationRelations;
|
|
2053
2118
|
export type PlatformResourceStatusCheckWithRelations = PlatformResourceStatusCheck & PlatformResourceStatusCheckRelations;
|
|
2054
2119
|
export type PlatformResourceUsageLogWithRelations = PlatformResourceUsageLog & PlatformResourceUsageLogRelations;
|
|
2055
2120
|
export type PlatformResourceUsageSummaryWithRelations = PlatformResourceUsageSummary & PlatformResourceUsageSummaryRelations;
|
|
2056
|
-
export type
|
|
2121
|
+
export type PlatformResourceUtilizationWithRelations = PlatformResourceUtilization & PlatformResourceUtilizationRelations;
|
|
2057
2122
|
export type PlatformResourcesHealthWithRelations = PlatformResourcesHealth & PlatformResourcesHealthRelations;
|
|
2058
2123
|
export type PlatformResourcesRequirementsStateWithRelations = PlatformResourcesRequirementsState & PlatformResourcesRequirementsStateRelations;
|
|
2059
2124
|
export type PlatformResourcesResolvedRequirementWithRelations = PlatformResourcesResolvedRequirement & PlatformResourcesResolvedRequirementRelations;
|
|
2060
2125
|
export type PlatformWebhookEndpointWithRelations = PlatformWebhookEndpoint & PlatformWebhookEndpointRelations;
|
|
2061
2126
|
export type PlatformWebhookEventWithRelations = PlatformWebhookEvent & PlatformWebhookEventRelations;
|
|
2062
2127
|
export type ResourceWithRelations = Resource & ResourceRelations;
|
|
2128
|
+
export type ResourceDeclaredCapacityWithRelations = ResourceDeclaredCapacity & ResourceDeclaredCapacityRelations;
|
|
2063
2129
|
export type ResourceDefinitionWithRelations = ResourceDefinition & ResourceDefinitionRelations;
|
|
2064
2130
|
export type ResourceEventWithRelations = ResourceEvent & ResourceEventRelations;
|
|
2065
2131
|
export type ResourceInstallationWithRelations = ResourceInstallation & ResourceInstallationRelations;
|
|
2066
2132
|
export type ResourceStatusCheckWithRelations = ResourceStatusCheck & ResourceStatusCheckRelations;
|
|
2067
2133
|
export type ResourceUsageLogWithRelations = ResourceUsageLog & ResourceUsageLogRelations;
|
|
2068
2134
|
export type ResourceUsageSummaryWithRelations = ResourceUsageSummary & ResourceUsageSummaryRelations;
|
|
2069
|
-
export type
|
|
2135
|
+
export type ResourceUtilizationWithRelations = ResourceUtilization & ResourceUtilizationRelations;
|
|
2070
2136
|
export type ResourcesHealthWithRelations = ResourcesHealth & ResourcesHealthRelations;
|
|
2071
2137
|
export type ResourcesRequirementsStateWithRelations = ResourcesRequirementsState & ResourcesRequirementsStateRelations;
|
|
2072
2138
|
export type ResourcesResolvedRequirementWithRelations = ResourcesResolvedRequirement & ResourcesResolvedRequirementRelations;
|
|
@@ -2085,21 +2151,6 @@ export type DbPresetSelect = {
|
|
|
2085
2151
|
storeId?: boolean;
|
|
2086
2152
|
updatedAt?: boolean;
|
|
2087
2153
|
};
|
|
2088
|
-
export type DeclaredCapacitySelect = {
|
|
2089
|
-
cpuLimitMillicores?: boolean;
|
|
2090
|
-
cpuRequestMillicores?: boolean;
|
|
2091
|
-
installationId?: boolean;
|
|
2092
|
-
isTransient?: boolean;
|
|
2093
|
-
kind?: boolean;
|
|
2094
|
-
memoryLimitBytes?: boolean;
|
|
2095
|
-
memoryRequestBytes?: boolean;
|
|
2096
|
-
namespaceId?: boolean;
|
|
2097
|
-
podCountMax?: boolean;
|
|
2098
|
-
podCountMin?: boolean;
|
|
2099
|
-
source?: boolean;
|
|
2100
|
-
sourceId?: boolean;
|
|
2101
|
-
storageSizeBytes?: boolean;
|
|
2102
|
-
};
|
|
2103
2154
|
export type FunctionApiBindingSelect = {
|
|
2104
2155
|
alias?: boolean;
|
|
2105
2156
|
apiId?: boolean;
|
|
@@ -2341,6 +2392,21 @@ export type FunctionGraphStoreSelect = {
|
|
|
2341
2392
|
name?: boolean;
|
|
2342
2393
|
scopeId?: boolean;
|
|
2343
2394
|
};
|
|
2395
|
+
export type FunctionInvocationAttemptSelect = {
|
|
2396
|
+
actorId?: boolean;
|
|
2397
|
+
attempt?: boolean;
|
|
2398
|
+
createdAt?: boolean;
|
|
2399
|
+
databaseId?: boolean;
|
|
2400
|
+
durationMs?: boolean;
|
|
2401
|
+
error?: boolean;
|
|
2402
|
+
errorDetail?: boolean;
|
|
2403
|
+
id?: boolean;
|
|
2404
|
+
invocationCreatedAt?: boolean;
|
|
2405
|
+
invocationId?: boolean;
|
|
2406
|
+
startedAt?: boolean;
|
|
2407
|
+
success?: boolean;
|
|
2408
|
+
taskIdentifier?: boolean;
|
|
2409
|
+
};
|
|
2344
2410
|
export type FunctionInvocationSelect = {
|
|
2345
2411
|
actorId?: boolean;
|
|
2346
2412
|
apiBindingId?: boolean;
|
|
@@ -2476,21 +2542,6 @@ export type NamespaceEventSelect = {
|
|
|
2476
2542
|
metadata?: boolean;
|
|
2477
2543
|
namespaceId?: boolean;
|
|
2478
2544
|
};
|
|
2479
|
-
export type PlatformDeclaredCapacitySelect = {
|
|
2480
|
-
cpuLimitMillicores?: boolean;
|
|
2481
|
-
cpuRequestMillicores?: boolean;
|
|
2482
|
-
installationId?: boolean;
|
|
2483
|
-
isTransient?: boolean;
|
|
2484
|
-
kind?: boolean;
|
|
2485
|
-
memoryLimitBytes?: boolean;
|
|
2486
|
-
memoryRequestBytes?: boolean;
|
|
2487
|
-
namespaceId?: boolean;
|
|
2488
|
-
podCountMax?: boolean;
|
|
2489
|
-
podCountMin?: boolean;
|
|
2490
|
-
source?: boolean;
|
|
2491
|
-
sourceId?: boolean;
|
|
2492
|
-
storageSizeBytes?: boolean;
|
|
2493
|
-
};
|
|
2494
2545
|
export type PlatformFunctionApiBindingSelect = {
|
|
2495
2546
|
alias?: boolean;
|
|
2496
2547
|
apiId?: boolean;
|
|
@@ -2509,6 +2560,7 @@ export type PlatformFunctionApiBindingSelect = {
|
|
|
2509
2560
|
};
|
|
2510
2561
|
export type PlatformFunctionDefinitionSelect = {
|
|
2511
2562
|
accessChannels?: boolean;
|
|
2563
|
+
billable?: boolean;
|
|
2512
2564
|
category?: boolean;
|
|
2513
2565
|
concurrency?: boolean;
|
|
2514
2566
|
cpuLimitMillicores?: boolean;
|
|
@@ -2544,6 +2596,7 @@ export type PlatformFunctionDefinitionSelect = {
|
|
|
2544
2596
|
runtime?: boolean;
|
|
2545
2597
|
scaleMax?: boolean;
|
|
2546
2598
|
scaleMin?: boolean;
|
|
2599
|
+
system?: boolean;
|
|
2547
2600
|
targetFunction?: boolean;
|
|
2548
2601
|
targetSchema?: boolean;
|
|
2549
2602
|
taskIdentifier?: boolean;
|
|
@@ -2611,6 +2664,20 @@ export type PlatformFunctionExecutionLogSelect = {
|
|
|
2611
2664
|
metadata?: boolean;
|
|
2612
2665
|
taskIdentifier?: boolean;
|
|
2613
2666
|
};
|
|
2667
|
+
export type PlatformFunctionInvocationAttemptSelect = {
|
|
2668
|
+
actorId?: boolean;
|
|
2669
|
+
attempt?: boolean;
|
|
2670
|
+
createdAt?: boolean;
|
|
2671
|
+
durationMs?: boolean;
|
|
2672
|
+
error?: boolean;
|
|
2673
|
+
errorDetail?: boolean;
|
|
2674
|
+
id?: boolean;
|
|
2675
|
+
invocationCreatedAt?: boolean;
|
|
2676
|
+
invocationId?: boolean;
|
|
2677
|
+
startedAt?: boolean;
|
|
2678
|
+
success?: boolean;
|
|
2679
|
+
taskIdentifier?: boolean;
|
|
2680
|
+
};
|
|
2614
2681
|
export type PlatformFunctionInvocationSelect = {
|
|
2615
2682
|
actorId?: boolean;
|
|
2616
2683
|
apiBindingId?: boolean;
|
|
@@ -2771,6 +2838,21 @@ export type PlatformResourceSelect = {
|
|
|
2771
2838
|
orderBy?: PlatformResourceStatusCheckOrderBy[];
|
|
2772
2839
|
};
|
|
2773
2840
|
};
|
|
2841
|
+
export type PlatformResourceDeclaredCapacitySelect = {
|
|
2842
|
+
cpuLimitMillicores?: boolean;
|
|
2843
|
+
cpuRequestMillicores?: boolean;
|
|
2844
|
+
installationId?: boolean;
|
|
2845
|
+
isTransient?: boolean;
|
|
2846
|
+
kind?: boolean;
|
|
2847
|
+
memoryLimitBytes?: boolean;
|
|
2848
|
+
memoryRequestBytes?: boolean;
|
|
2849
|
+
namespaceId?: boolean;
|
|
2850
|
+
podCountMax?: boolean;
|
|
2851
|
+
podCountMin?: boolean;
|
|
2852
|
+
source?: boolean;
|
|
2853
|
+
sourceId?: boolean;
|
|
2854
|
+
storageSizeBytes?: boolean;
|
|
2855
|
+
};
|
|
2774
2856
|
export type PlatformResourceDefinitionSelect = {
|
|
2775
2857
|
annotations?: boolean;
|
|
2776
2858
|
createdAt?: boolean;
|
|
@@ -2866,7 +2948,7 @@ export type PlatformResourceUsageSummarySelect = {
|
|
|
2866
2948
|
runtimeSeconds?: boolean;
|
|
2867
2949
|
sampleCount?: boolean;
|
|
2868
2950
|
};
|
|
2869
|
-
export type
|
|
2951
|
+
export type PlatformResourceUtilizationSelect = {
|
|
2870
2952
|
avgMemoryBytes?: boolean;
|
|
2871
2953
|
cpuLimitMillicores?: boolean;
|
|
2872
2954
|
cpuPeakUtilization?: boolean;
|
|
@@ -3031,6 +3113,21 @@ export type ResourceSelect = {
|
|
|
3031
3113
|
orderBy?: ResourceStatusCheckOrderBy[];
|
|
3032
3114
|
};
|
|
3033
3115
|
};
|
|
3116
|
+
export type ResourceDeclaredCapacitySelect = {
|
|
3117
|
+
cpuLimitMillicores?: boolean;
|
|
3118
|
+
cpuRequestMillicores?: boolean;
|
|
3119
|
+
installationId?: boolean;
|
|
3120
|
+
isTransient?: boolean;
|
|
3121
|
+
kind?: boolean;
|
|
3122
|
+
memoryLimitBytes?: boolean;
|
|
3123
|
+
memoryRequestBytes?: boolean;
|
|
3124
|
+
namespaceId?: boolean;
|
|
3125
|
+
podCountMax?: boolean;
|
|
3126
|
+
podCountMin?: boolean;
|
|
3127
|
+
source?: boolean;
|
|
3128
|
+
sourceId?: boolean;
|
|
3129
|
+
storageSizeBytes?: boolean;
|
|
3130
|
+
};
|
|
3034
3131
|
export type ResourceDefinitionSelect = {
|
|
3035
3132
|
annotations?: boolean;
|
|
3036
3133
|
createdAt?: boolean;
|
|
@@ -3132,7 +3229,7 @@ export type ResourceUsageSummarySelect = {
|
|
|
3132
3229
|
runtimeSeconds?: boolean;
|
|
3133
3230
|
sampleCount?: boolean;
|
|
3134
3231
|
};
|
|
3135
|
-
export type
|
|
3232
|
+
export type ResourceUtilizationSelect = {
|
|
3136
3233
|
avgMemoryBytes?: boolean;
|
|
3137
3234
|
cpuLimitMillicores?: boolean;
|
|
3138
3235
|
cpuPeakUtilization?: boolean;
|
|
@@ -3283,40 +3380,6 @@ export interface DbPresetFilter {
|
|
|
3283
3380
|
/** Filter by the object’s `updatedAt` field. */
|
|
3284
3381
|
updatedAt?: DatetimeFilter;
|
|
3285
3382
|
}
|
|
3286
|
-
export interface DeclaredCapacityFilter {
|
|
3287
|
-
/** Checks for all expressions in this list. */
|
|
3288
|
-
and?: DeclaredCapacityFilter[];
|
|
3289
|
-
/** Filter by the object’s `cpuLimitMillicores` field. */
|
|
3290
|
-
cpuLimitMillicores?: BigIntFilter;
|
|
3291
|
-
/** Filter by the object’s `cpuRequestMillicores` field. */
|
|
3292
|
-
cpuRequestMillicores?: BigIntFilter;
|
|
3293
|
-
/** Filter by the object’s `installationId` field. */
|
|
3294
|
-
installationId?: UUIDFilter;
|
|
3295
|
-
/** Filter by the object’s `isTransient` field. */
|
|
3296
|
-
isTransient?: BooleanFilter;
|
|
3297
|
-
/** Filter by the object’s `kind` field. */
|
|
3298
|
-
kind?: StringFilter;
|
|
3299
|
-
/** Filter by the object’s `memoryLimitBytes` field. */
|
|
3300
|
-
memoryLimitBytes?: BigIntFilter;
|
|
3301
|
-
/** Filter by the object’s `memoryRequestBytes` field. */
|
|
3302
|
-
memoryRequestBytes?: BigIntFilter;
|
|
3303
|
-
/** Filter by the object’s `namespaceId` field. */
|
|
3304
|
-
namespaceId?: UUIDFilter;
|
|
3305
|
-
/** Negates the expression. */
|
|
3306
|
-
not?: DeclaredCapacityFilter;
|
|
3307
|
-
/** Checks for any expressions in this list. */
|
|
3308
|
-
or?: DeclaredCapacityFilter[];
|
|
3309
|
-
/** Filter by the object’s `podCountMax` field. */
|
|
3310
|
-
podCountMax?: IntFilter;
|
|
3311
|
-
/** Filter by the object’s `podCountMin` field. */
|
|
3312
|
-
podCountMin?: IntFilter;
|
|
3313
|
-
/** Filter by the object’s `source` field. */
|
|
3314
|
-
source?: StringFilter;
|
|
3315
|
-
/** Filter by the object’s `sourceId` field. */
|
|
3316
|
-
sourceId?: UUIDFilter;
|
|
3317
|
-
/** Filter by the object’s `storageSizeBytes` field. */
|
|
3318
|
-
storageSizeBytes?: BigIntFilter;
|
|
3319
|
-
}
|
|
3320
3383
|
export interface FunctionApiBindingFilter {
|
|
3321
3384
|
/** Filter by the object’s `alias` field. */
|
|
3322
3385
|
alias?: StringFilter;
|
|
@@ -3795,6 +3858,40 @@ export interface FunctionGraphStoreFilter {
|
|
|
3795
3858
|
/** Filter by the object’s `scopeId` field. */
|
|
3796
3859
|
scopeId?: UUIDFilter;
|
|
3797
3860
|
}
|
|
3861
|
+
export interface FunctionInvocationAttemptFilter {
|
|
3862
|
+
/** Filter by the object’s `actorId` field. */
|
|
3863
|
+
actorId?: UUIDFilter;
|
|
3864
|
+
/** Checks for all expressions in this list. */
|
|
3865
|
+
and?: FunctionInvocationAttemptFilter[];
|
|
3866
|
+
/** Filter by the object’s `attempt` field. */
|
|
3867
|
+
attempt?: IntFilter;
|
|
3868
|
+
/** Filter by the object’s `createdAt` field. */
|
|
3869
|
+
createdAt?: DatetimeFilter;
|
|
3870
|
+
/** Filter by the object’s `databaseId` field. */
|
|
3871
|
+
databaseId?: UUIDFilter;
|
|
3872
|
+
/** Filter by the object’s `durationMs` field. */
|
|
3873
|
+
durationMs?: IntFilter;
|
|
3874
|
+
/** Filter by the object’s `error` field. */
|
|
3875
|
+
error?: StringFilter;
|
|
3876
|
+
/** Filter by the object’s `errorDetail` field. */
|
|
3877
|
+
errorDetail?: JSONFilter;
|
|
3878
|
+
/** Filter by the object’s `id` field. */
|
|
3879
|
+
id?: UUIDFilter;
|
|
3880
|
+
/** Filter by the object’s `invocationCreatedAt` field. */
|
|
3881
|
+
invocationCreatedAt?: DatetimeFilter;
|
|
3882
|
+
/** Filter by the object’s `invocationId` field. */
|
|
3883
|
+
invocationId?: UUIDFilter;
|
|
3884
|
+
/** Negates the expression. */
|
|
3885
|
+
not?: FunctionInvocationAttemptFilter;
|
|
3886
|
+
/** Checks for any expressions in this list. */
|
|
3887
|
+
or?: FunctionInvocationAttemptFilter[];
|
|
3888
|
+
/** Filter by the object’s `startedAt` field. */
|
|
3889
|
+
startedAt?: DatetimeFilter;
|
|
3890
|
+
/** Filter by the object’s `success` field. */
|
|
3891
|
+
success?: BooleanFilter;
|
|
3892
|
+
/** Filter by the object’s `taskIdentifier` field. */
|
|
3893
|
+
taskIdentifier?: StringFilter;
|
|
3894
|
+
}
|
|
3798
3895
|
export interface FunctionInvocationFilter {
|
|
3799
3896
|
/** Filter by the object’s `actorId` field. */
|
|
3800
3897
|
actorId?: UUIDFilter;
|
|
@@ -4049,40 +4146,6 @@ export interface NamespaceEventFilter {
|
|
|
4049
4146
|
/** Checks for any expressions in this list. */
|
|
4050
4147
|
or?: NamespaceEventFilter[];
|
|
4051
4148
|
}
|
|
4052
|
-
export interface PlatformDeclaredCapacityFilter {
|
|
4053
|
-
/** Checks for all expressions in this list. */
|
|
4054
|
-
and?: PlatformDeclaredCapacityFilter[];
|
|
4055
|
-
/** Filter by the object’s `cpuLimitMillicores` field. */
|
|
4056
|
-
cpuLimitMillicores?: BigIntFilter;
|
|
4057
|
-
/** Filter by the object’s `cpuRequestMillicores` field. */
|
|
4058
|
-
cpuRequestMillicores?: BigIntFilter;
|
|
4059
|
-
/** Filter by the object’s `installationId` field. */
|
|
4060
|
-
installationId?: UUIDFilter;
|
|
4061
|
-
/** Filter by the object’s `isTransient` field. */
|
|
4062
|
-
isTransient?: BooleanFilter;
|
|
4063
|
-
/** Filter by the object’s `kind` field. */
|
|
4064
|
-
kind?: StringFilter;
|
|
4065
|
-
/** Filter by the object’s `memoryLimitBytes` field. */
|
|
4066
|
-
memoryLimitBytes?: BigIntFilter;
|
|
4067
|
-
/** Filter by the object’s `memoryRequestBytes` field. */
|
|
4068
|
-
memoryRequestBytes?: BigIntFilter;
|
|
4069
|
-
/** Filter by the object’s `namespaceId` field. */
|
|
4070
|
-
namespaceId?: UUIDFilter;
|
|
4071
|
-
/** Negates the expression. */
|
|
4072
|
-
not?: PlatformDeclaredCapacityFilter;
|
|
4073
|
-
/** Checks for any expressions in this list. */
|
|
4074
|
-
or?: PlatformDeclaredCapacityFilter[];
|
|
4075
|
-
/** Filter by the object’s `podCountMax` field. */
|
|
4076
|
-
podCountMax?: IntFilter;
|
|
4077
|
-
/** Filter by the object’s `podCountMin` field. */
|
|
4078
|
-
podCountMin?: IntFilter;
|
|
4079
|
-
/** Filter by the object’s `source` field. */
|
|
4080
|
-
source?: StringFilter;
|
|
4081
|
-
/** Filter by the object’s `sourceId` field. */
|
|
4082
|
-
sourceId?: UUIDFilter;
|
|
4083
|
-
/** Filter by the object’s `storageSizeBytes` field. */
|
|
4084
|
-
storageSizeBytes?: BigIntFilter;
|
|
4085
|
-
}
|
|
4086
4149
|
export interface PlatformFunctionApiBindingFilter {
|
|
4087
4150
|
/** Filter by the object’s `alias` field. */
|
|
4088
4151
|
alias?: StringFilter;
|
|
@@ -4112,6 +4175,8 @@ export interface PlatformFunctionDefinitionFilter {
|
|
|
4112
4175
|
accessChannels?: StringListFilter;
|
|
4113
4176
|
/** Checks for all expressions in this list. */
|
|
4114
4177
|
and?: PlatformFunctionDefinitionFilter[];
|
|
4178
|
+
/** Filter by the object’s `billable` field. */
|
|
4179
|
+
billable?: BooleanFilter;
|
|
4115
4180
|
/** Filter by the object’s `category` field. */
|
|
4116
4181
|
category?: StringFilter;
|
|
4117
4182
|
/** Filter by the object’s `concurrency` field. */
|
|
@@ -4194,6 +4259,8 @@ export interface PlatformFunctionDefinitionFilter {
|
|
|
4194
4259
|
scaleMax?: IntFilter;
|
|
4195
4260
|
/** Filter by the object’s `scaleMin` field. */
|
|
4196
4261
|
scaleMin?: IntFilter;
|
|
4262
|
+
/** Filter by the object’s `system` field. */
|
|
4263
|
+
system?: BooleanFilter;
|
|
4197
4264
|
/** Filter by the object’s `targetFunction` field. */
|
|
4198
4265
|
targetFunction?: StringFilter;
|
|
4199
4266
|
/** Filter by the object’s `targetSchema` field. */
|
|
@@ -4305,6 +4372,38 @@ export interface PlatformFunctionExecutionLogFilter {
|
|
|
4305
4372
|
/** Filter by the object’s `taskIdentifier` field. */
|
|
4306
4373
|
taskIdentifier?: StringFilter;
|
|
4307
4374
|
}
|
|
4375
|
+
export interface PlatformFunctionInvocationAttemptFilter {
|
|
4376
|
+
/** Filter by the object’s `actorId` field. */
|
|
4377
|
+
actorId?: UUIDFilter;
|
|
4378
|
+
/** Checks for all expressions in this list. */
|
|
4379
|
+
and?: PlatformFunctionInvocationAttemptFilter[];
|
|
4380
|
+
/** Filter by the object’s `attempt` field. */
|
|
4381
|
+
attempt?: IntFilter;
|
|
4382
|
+
/** Filter by the object’s `createdAt` field. */
|
|
4383
|
+
createdAt?: DatetimeFilter;
|
|
4384
|
+
/** Filter by the object’s `durationMs` field. */
|
|
4385
|
+
durationMs?: IntFilter;
|
|
4386
|
+
/** Filter by the object’s `error` field. */
|
|
4387
|
+
error?: StringFilter;
|
|
4388
|
+
/** Filter by the object’s `errorDetail` field. */
|
|
4389
|
+
errorDetail?: JSONFilter;
|
|
4390
|
+
/** Filter by the object’s `id` field. */
|
|
4391
|
+
id?: UUIDFilter;
|
|
4392
|
+
/** Filter by the object’s `invocationCreatedAt` field. */
|
|
4393
|
+
invocationCreatedAt?: DatetimeFilter;
|
|
4394
|
+
/** Filter by the object’s `invocationId` field. */
|
|
4395
|
+
invocationId?: UUIDFilter;
|
|
4396
|
+
/** Negates the expression. */
|
|
4397
|
+
not?: PlatformFunctionInvocationAttemptFilter;
|
|
4398
|
+
/** Checks for any expressions in this list. */
|
|
4399
|
+
or?: PlatformFunctionInvocationAttemptFilter[];
|
|
4400
|
+
/** Filter by the object’s `startedAt` field. */
|
|
4401
|
+
startedAt?: DatetimeFilter;
|
|
4402
|
+
/** Filter by the object’s `success` field. */
|
|
4403
|
+
success?: BooleanFilter;
|
|
4404
|
+
/** Filter by the object’s `taskIdentifier` field. */
|
|
4405
|
+
taskIdentifier?: StringFilter;
|
|
4406
|
+
}
|
|
4308
4407
|
export interface PlatformFunctionInvocationFilter {
|
|
4309
4408
|
/** Filter by the object’s `actorId` field. */
|
|
4310
4409
|
actorId?: UUIDFilter;
|
|
@@ -4594,6 +4693,40 @@ export interface PlatformResourceFilter {
|
|
|
4594
4693
|
/** Filter by the object’s `updatedBy` field. */
|
|
4595
4694
|
updatedBy?: UUIDFilter;
|
|
4596
4695
|
}
|
|
4696
|
+
export interface PlatformResourceDeclaredCapacityFilter {
|
|
4697
|
+
/** Checks for all expressions in this list. */
|
|
4698
|
+
and?: PlatformResourceDeclaredCapacityFilter[];
|
|
4699
|
+
/** Filter by the object’s `cpuLimitMillicores` field. */
|
|
4700
|
+
cpuLimitMillicores?: BigIntFilter;
|
|
4701
|
+
/** Filter by the object’s `cpuRequestMillicores` field. */
|
|
4702
|
+
cpuRequestMillicores?: BigIntFilter;
|
|
4703
|
+
/** Filter by the object’s `installationId` field. */
|
|
4704
|
+
installationId?: UUIDFilter;
|
|
4705
|
+
/** Filter by the object’s `isTransient` field. */
|
|
4706
|
+
isTransient?: BooleanFilter;
|
|
4707
|
+
/** Filter by the object’s `kind` field. */
|
|
4708
|
+
kind?: StringFilter;
|
|
4709
|
+
/** Filter by the object’s `memoryLimitBytes` field. */
|
|
4710
|
+
memoryLimitBytes?: BigIntFilter;
|
|
4711
|
+
/** Filter by the object’s `memoryRequestBytes` field. */
|
|
4712
|
+
memoryRequestBytes?: BigIntFilter;
|
|
4713
|
+
/** Filter by the object’s `namespaceId` field. */
|
|
4714
|
+
namespaceId?: UUIDFilter;
|
|
4715
|
+
/** Negates the expression. */
|
|
4716
|
+
not?: PlatformResourceDeclaredCapacityFilter;
|
|
4717
|
+
/** Checks for any expressions in this list. */
|
|
4718
|
+
or?: PlatformResourceDeclaredCapacityFilter[];
|
|
4719
|
+
/** Filter by the object’s `podCountMax` field. */
|
|
4720
|
+
podCountMax?: IntFilter;
|
|
4721
|
+
/** Filter by the object’s `podCountMin` field. */
|
|
4722
|
+
podCountMin?: IntFilter;
|
|
4723
|
+
/** Filter by the object’s `source` field. */
|
|
4724
|
+
source?: StringFilter;
|
|
4725
|
+
/** Filter by the object’s `sourceId` field. */
|
|
4726
|
+
sourceId?: UUIDFilter;
|
|
4727
|
+
/** Filter by the object’s `storageSizeBytes` field. */
|
|
4728
|
+
storageSizeBytes?: BigIntFilter;
|
|
4729
|
+
}
|
|
4597
4730
|
export interface PlatformResourceDefinitionFilter {
|
|
4598
4731
|
/** Checks for all expressions in this list. */
|
|
4599
4732
|
and?: PlatformResourceDefinitionFilter[];
|
|
@@ -4776,9 +4909,9 @@ export interface PlatformResourceUsageSummaryFilter {
|
|
|
4776
4909
|
/** Filter by the object’s `sampleCount` field. */
|
|
4777
4910
|
sampleCount?: IntFilter;
|
|
4778
4911
|
}
|
|
4779
|
-
export interface
|
|
4912
|
+
export interface PlatformResourceUtilizationFilter {
|
|
4780
4913
|
/** Checks for all expressions in this list. */
|
|
4781
|
-
and?:
|
|
4914
|
+
and?: PlatformResourceUtilizationFilter[];
|
|
4782
4915
|
/** Filter by the object’s `avgMemoryBytes` field. */
|
|
4783
4916
|
avgMemoryBytes?: BigIntFilter;
|
|
4784
4917
|
/** Filter by the object’s `cpuLimitMillicores` field. */
|
|
@@ -4810,9 +4943,9 @@ export interface PlatformResourceUtilizationDailyFilter {
|
|
|
4810
4943
|
/** Filter by the object’s `namespaceId` field. */
|
|
4811
4944
|
namespaceId?: UUIDFilter;
|
|
4812
4945
|
/** Negates the expression. */
|
|
4813
|
-
not?:
|
|
4946
|
+
not?: PlatformResourceUtilizationFilter;
|
|
4814
4947
|
/** Checks for any expressions in this list. */
|
|
4815
|
-
or?:
|
|
4948
|
+
or?: PlatformResourceUtilizationFilter[];
|
|
4816
4949
|
/** Filter by the object’s `replicas` field. */
|
|
4817
4950
|
replicas?: IntFilter;
|
|
4818
4951
|
/** Filter by the object’s `resourceId` field. */
|
|
@@ -5090,6 +5223,40 @@ export interface ResourceFilter {
|
|
|
5090
5223
|
/** Filter by the object’s `updatedBy` field. */
|
|
5091
5224
|
updatedBy?: UUIDFilter;
|
|
5092
5225
|
}
|
|
5226
|
+
export interface ResourceDeclaredCapacityFilter {
|
|
5227
|
+
/** Checks for all expressions in this list. */
|
|
5228
|
+
and?: ResourceDeclaredCapacityFilter[];
|
|
5229
|
+
/** Filter by the object’s `cpuLimitMillicores` field. */
|
|
5230
|
+
cpuLimitMillicores?: BigIntFilter;
|
|
5231
|
+
/** Filter by the object’s `cpuRequestMillicores` field. */
|
|
5232
|
+
cpuRequestMillicores?: BigIntFilter;
|
|
5233
|
+
/** Filter by the object’s `installationId` field. */
|
|
5234
|
+
installationId?: UUIDFilter;
|
|
5235
|
+
/** Filter by the object’s `isTransient` field. */
|
|
5236
|
+
isTransient?: BooleanFilter;
|
|
5237
|
+
/** Filter by the object’s `kind` field. */
|
|
5238
|
+
kind?: StringFilter;
|
|
5239
|
+
/** Filter by the object’s `memoryLimitBytes` field. */
|
|
5240
|
+
memoryLimitBytes?: BigIntFilter;
|
|
5241
|
+
/** Filter by the object’s `memoryRequestBytes` field. */
|
|
5242
|
+
memoryRequestBytes?: BigIntFilter;
|
|
5243
|
+
/** Filter by the object’s `namespaceId` field. */
|
|
5244
|
+
namespaceId?: UUIDFilter;
|
|
5245
|
+
/** Negates the expression. */
|
|
5246
|
+
not?: ResourceDeclaredCapacityFilter;
|
|
5247
|
+
/** Checks for any expressions in this list. */
|
|
5248
|
+
or?: ResourceDeclaredCapacityFilter[];
|
|
5249
|
+
/** Filter by the object’s `podCountMax` field. */
|
|
5250
|
+
podCountMax?: IntFilter;
|
|
5251
|
+
/** Filter by the object’s `podCountMin` field. */
|
|
5252
|
+
podCountMin?: IntFilter;
|
|
5253
|
+
/** Filter by the object’s `source` field. */
|
|
5254
|
+
source?: StringFilter;
|
|
5255
|
+
/** Filter by the object’s `sourceId` field. */
|
|
5256
|
+
sourceId?: UUIDFilter;
|
|
5257
|
+
/** Filter by the object’s `storageSizeBytes` field. */
|
|
5258
|
+
storageSizeBytes?: BigIntFilter;
|
|
5259
|
+
}
|
|
5093
5260
|
export interface ResourceDefinitionFilter {
|
|
5094
5261
|
/** Checks for all expressions in this list. */
|
|
5095
5262
|
and?: ResourceDefinitionFilter[];
|
|
@@ -5284,9 +5451,9 @@ export interface ResourceUsageSummaryFilter {
|
|
|
5284
5451
|
/** Filter by the object’s `sampleCount` field. */
|
|
5285
5452
|
sampleCount?: IntFilter;
|
|
5286
5453
|
}
|
|
5287
|
-
export interface
|
|
5454
|
+
export interface ResourceUtilizationFilter {
|
|
5288
5455
|
/** Checks for all expressions in this list. */
|
|
5289
|
-
and?:
|
|
5456
|
+
and?: ResourceUtilizationFilter[];
|
|
5290
5457
|
/** Filter by the object’s `avgMemoryBytes` field. */
|
|
5291
5458
|
avgMemoryBytes?: BigIntFilter;
|
|
5292
5459
|
/** Filter by the object’s `cpuLimitMillicores` field. */
|
|
@@ -5318,9 +5485,9 @@ export interface ResourceUtilizationDailyFilter {
|
|
|
5318
5485
|
/** Filter by the object’s `namespaceId` field. */
|
|
5319
5486
|
namespaceId?: UUIDFilter;
|
|
5320
5487
|
/** Negates the expression. */
|
|
5321
|
-
not?:
|
|
5488
|
+
not?: ResourceUtilizationFilter;
|
|
5322
5489
|
/** Checks for any expressions in this list. */
|
|
5323
|
-
or?:
|
|
5490
|
+
or?: ResourceUtilizationFilter[];
|
|
5324
5491
|
/** Filter by the object’s `replicas` field. */
|
|
5325
5492
|
replicas?: IntFilter;
|
|
5326
5493
|
/** Filter by the object’s `resourceId` field. */
|
|
@@ -5526,142 +5693,102 @@ export interface WebhookEventFilter {
|
|
|
5526
5693
|
/** Filter by the object’s `updatedAt` field. */
|
|
5527
5694
|
updatedAt?: DatetimeFilter;
|
|
5528
5695
|
}
|
|
5529
|
-
export type DbPresetOrderBy =
|
|
5530
|
-
export type
|
|
5531
|
-
export type
|
|
5532
|
-
export type
|
|
5533
|
-
export type
|
|
5534
|
-
export type
|
|
5535
|
-
export type
|
|
5536
|
-
export type
|
|
5537
|
-
export type
|
|
5538
|
-
export type
|
|
5539
|
-
export type
|
|
5540
|
-
export type
|
|
5541
|
-
export type
|
|
5542
|
-
export type
|
|
5543
|
-
export type
|
|
5544
|
-
export type FunctionInvocationOrderBy =
|
|
5545
|
-
export type GetAllTreeNodesRecordsOrderBy =
|
|
5546
|
-
export type InfraCommitOrderBy =
|
|
5547
|
-
export type InfraGetAllTreeNodesRecordsOrderBy =
|
|
5548
|
-
export type InfraObjectOrderBy =
|
|
5549
|
-
export type InfraRefOrderBy =
|
|
5550
|
-
export type InfraStoreOrderBy =
|
|
5551
|
-
export type IntegrationProviderOrderBy =
|
|
5552
|
-
export type NamespaceOrderBy =
|
|
5553
|
-
export type NamespaceEventOrderBy =
|
|
5554
|
-
export type
|
|
5555
|
-
export type
|
|
5556
|
-
export type
|
|
5557
|
-
export type
|
|
5558
|
-
export type
|
|
5559
|
-
export type
|
|
5560
|
-
export type PlatformFunctionInvocationOrderBy =
|
|
5561
|
-
export type PlatformInfraCommitOrderBy =
|
|
5562
|
-
export type PlatformInfraGetAllTreeNodesRecordsOrderBy =
|
|
5563
|
-
export type PlatformInfraObjectOrderBy =
|
|
5564
|
-
export type PlatformInfraRefOrderBy =
|
|
5565
|
-
export type PlatformInfraStoreOrderBy =
|
|
5566
|
-
export type PlatformNamespaceOrderBy =
|
|
5567
|
-
export type PlatformNamespaceEventOrderBy =
|
|
5568
|
-
export type PlatformResourceOrderBy =
|
|
5569
|
-
export type
|
|
5570
|
-
export type
|
|
5571
|
-
export type
|
|
5572
|
-
export type
|
|
5573
|
-
export type
|
|
5574
|
-
export type
|
|
5575
|
-
export type
|
|
5576
|
-
export type
|
|
5577
|
-
export type
|
|
5578
|
-
export type
|
|
5579
|
-
export type
|
|
5580
|
-
export type
|
|
5581
|
-
export type
|
|
5582
|
-
export type
|
|
5583
|
-
export type
|
|
5584
|
-
export type
|
|
5585
|
-
export type
|
|
5586
|
-
export type
|
|
5587
|
-
export type
|
|
5588
|
-
export type
|
|
5589
|
-
export type
|
|
5590
|
-
export type
|
|
5591
|
-
export type
|
|
5592
|
-
export type
|
|
5593
|
-
export type
|
|
5696
|
+
export type DbPresetOrderBy = "ACTIVE_ASC" | "ACTIVE_DESC" | "COMMIT_ID_ASC" | "COMMIT_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DEFINITION_ASC" | "DEFINITION_DESC" | "DESCRIPTION_ASC" | "DESCRIPTION_DESC" | "ID_ASC" | "ID_DESC" | "LABEL_ASC" | "LABEL_DESC" | "MODULES_HASH_ASC" | "MODULES_HASH_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "SLUG_ASC" | "SLUG_DESC" | "STORE_ID_ASC" | "STORE_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
5697
|
+
export type FunctionApiBindingOrderBy = "ALIAS_ASC" | "ALIAS_DESC" | "API_ID_ASC" | "API_ID_DESC" | "CONFIG_ASC" | "CONFIG_DESC" | "FUNCTION_DEFINITION_ID_ASC" | "FUNCTION_DEFINITION_ID_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
|
|
5698
|
+
export type FunctionDefinitionOrderBy = "ACCESS_CHANNELS_ASC" | "ACCESS_CHANNELS_DESC" | "CATEGORY_ASC" | "CATEGORY_DESC" | "CONCURRENCY_ASC" | "CONCURRENCY_DESC" | "CPU_LIMIT_MILLICORES_ASC" | "CPU_LIMIT_MILLICORES_DESC" | "CPU_REQUEST_MILLICORES_ASC" | "CPU_REQUEST_MILLICORES_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "DESCRIPTION_ASC" | "DESCRIPTION_DESC" | "FN_CATEGORY_ASC" | "FN_CATEGORY_DESC" | "FUNCTION_COLUMNS_ASC" | "FUNCTION_COLUMNS_DESC" | "GRAPH_ID_ASC" | "GRAPH_ID_DESC" | "ICON_ASC" | "ICON_DESC" | "ID_ASC" | "ID_DESC" | "IMAGE_ASC" | "IMAGE_DESC" | "INPUTS_ASC" | "INPUTS_DESC" | "INTEGRATIONS_ASC" | "INTEGRATIONS_DESC" | "IS_PUBLISHED_ASC" | "IS_PUBLISHED_DESC" | "MAX_ATTEMPTS_ASC" | "MAX_ATTEMPTS_DESC" | "MEMORY_LIMIT_BYTES_ASC" | "MEMORY_LIMIT_BYTES_DESC" | "MEMORY_REQUEST_BYTES_ASC" | "MEMORY_REQUEST_BYTES_DESC" | "MODULE_TABLE_ASC" | "MODULE_TABLE_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "OUTPUTS_ASC" | "OUTPUTS_DESC" | "PAYLOAD_ARGS_ASC" | "PAYLOAD_ARGS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PRIORITY_ASC" | "PRIORITY_DESC" | "PROPS_ASC" | "PROPS_DESC" | "PROTECTED_ASC" | "PROTECTED_DESC" | "PUBLISHED_AT_ASC" | "PUBLISHED_AT_DESC" | "QUEUE_NAME_ASC" | "QUEUE_NAME_DESC" | "REQUIRED_BUCKETS_ASC" | "REQUIRED_BUCKETS_DESC" | "REQUIRED_CONFIGS_ASC" | "REQUIRED_CONFIGS_DESC" | "REQUIRED_MODELS_ASC" | "REQUIRED_MODELS_DESC" | "REQUIRED_SECRETS_ASC" | "REQUIRED_SECRETS_DESC" | "RESOURCES_ASC" | "RESOURCES_DESC" | "RUNTIME_ASC" | "RUNTIME_DESC" | "SCALE_MAX_ASC" | "SCALE_MAX_DESC" | "SCALE_MIN_ASC" | "SCALE_MIN_DESC" | "TARGET_FUNCTION_ASC" | "TARGET_FUNCTION_DESC" | "TARGET_SCHEMA_ASC" | "TARGET_SCHEMA_DESC" | "TASK_IDENTIFIER_ASC" | "TASK_IDENTIFIER_DESC" | "TIMEOUT_SECONDS_ASC" | "TIMEOUT_SECONDS_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "VOLATILE_ASC" | "VOLATILE_DESC";
|
|
5699
|
+
export type FunctionDeploymentOrderBy = "ANNOTATIONS_ASC" | "ANNOTATIONS_DESC" | "CONCURRENCY_ASC" | "CONCURRENCY_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "ERROR_COUNT_ASC" | "ERROR_COUNT_DESC" | "HANDLER_NAME_ASC" | "HANDLER_NAME_DESC" | "ID_ASC" | "ID_DESC" | "IMAGE_ASC" | "IMAGE_DESC" | "IMAGE_VERSION_ASC" | "IMAGE_VERSION_DESC" | "LABELS_ASC" | "LABELS_DESC" | "LAST_ERROR_ASC" | "LAST_ERROR_AT_ASC" | "LAST_ERROR_AT_DESC" | "LAST_ERROR_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "RESOURCES_ASC" | "RESOURCES_DESC" | "REVISION_ASC" | "REVISION_DESC" | "SCALE_MAX_ASC" | "SCALE_MAX_DESC" | "SCALE_MIN_ASC" | "SCALE_MIN_DESC" | "SERVICE_NAME_ASC" | "SERVICE_NAME_DESC" | "SERVICE_URL_ASC" | "SERVICE_URL_DESC" | "STATUS_ASC" | "STATUS_DESC" | "TIMEOUT_SECONDS_ASC" | "TIMEOUT_SECONDS_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
5700
|
+
export type FunctionDeploymentEventOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "DEPLOYMENT_ID_ASC" | "DEPLOYMENT_ID_DESC" | "EVENT_TYPE_ASC" | "EVENT_TYPE_DESC" | "ID_ASC" | "ID_DESC" | "MESSAGE_ASC" | "MESSAGE_DESC" | "METADATA_ASC" | "METADATA_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
|
|
5701
|
+
export type FunctionExecutionLogOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "ID_ASC" | "ID_DESC" | "INVOCATION_ID_ASC" | "INVOCATION_ID_DESC" | "LOG_LEVEL_ASC" | "LOG_LEVEL_DESC" | "MESSAGE_ASC" | "MESSAGE_DESC" | "METADATA_ASC" | "METADATA_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "TASK_IDENTIFIER_ASC" | "TASK_IDENTIFIER_DESC";
|
|
5702
|
+
export type FunctionGraphCommitOrderBy = "AUTHOR_ID_ASC" | "AUTHOR_ID_DESC" | "COMMITTER_ID_ASC" | "COMMITTER_ID_DESC" | "DATE_ASC" | "DATE_DESC" | "ID_ASC" | "ID_DESC" | "MESSAGE_ASC" | "MESSAGE_DESC" | "NATURAL" | "PARENT_IDS_ASC" | "PARENT_IDS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "SCOPE_ID_ASC" | "SCOPE_ID_DESC" | "STORE_ID_ASC" | "STORE_ID_DESC" | "TREE_ID_ASC" | "TREE_ID_DESC";
|
|
5703
|
+
export type FunctionGraphOrderBy = "CONTEXT_ASC" | "CONTEXT_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "DEFINITIONS_COMMIT_ID_ASC" | "DEFINITIONS_COMMIT_ID_DESC" | "DESCRIPTION_ASC" | "DESCRIPTION_DESC" | "ID_ASC" | "ID_DESC" | "IS_VALID_ASC" | "IS_VALID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "SCOPE_ID_ASC" | "SCOPE_ID_DESC" | "STORE_ID_ASC" | "STORE_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "VALIDATION_ERRORS_ASC" | "VALIDATION_ERRORS_DESC";
|
|
5704
|
+
export type FunctionGraphExecutionOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "COMPLETED_AT_ASC" | "COMPLETED_AT_DESC" | "CURRENT_WAVE_ASC" | "CURRENT_WAVE_DESC" | "DEFINITIONS_COMMIT_ID_ASC" | "DEFINITIONS_COMMIT_ID_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "ENTITY_TYPE_ASC" | "ENTITY_TYPE_DESC" | "ERROR_CODE_ASC" | "ERROR_CODE_DESC" | "ERROR_MESSAGE_ASC" | "ERROR_MESSAGE_DESC" | "EXECUTION_PLAN_ASC" | "EXECUTION_PLAN_DESC" | "GRAPH_ID_ASC" | "GRAPH_ID_DESC" | "ID_ASC" | "ID_DESC" | "INPUT_PAYLOAD_ASC" | "INPUT_PAYLOAD_DESC" | "INVOCATION_CREATED_AT_ASC" | "INVOCATION_CREATED_AT_DESC" | "INVOCATION_ID_ASC" | "INVOCATION_ID_DESC" | "LAST_PROGRESS_AT_ASC" | "LAST_PROGRESS_AT_DESC" | "MAX_PENDING_JOBS_ASC" | "MAX_PENDING_JOBS_DESC" | "MAX_TICKS_ASC" | "MAX_TICKS_DESC" | "NATURAL" | "NODE_OUTPUTS_ASC" | "NODE_OUTPUTS_DESC" | "ORGANIZATION_ID_ASC" | "ORGANIZATION_ID_DESC" | "OUTPUT_NAMES_ASC" | "OUTPUT_NAMES_DESC" | "OUTPUT_NODE_ASC" | "OUTPUT_NODE_DESC" | "OUTPUT_PAYLOAD_ASC" | "OUTPUT_PAYLOAD_DESC" | "OUTPUT_PORT_ASC" | "OUTPUT_PORT_DESC" | "PARENT_EXECUTION_ID_ASC" | "PARENT_EXECUTION_ID_DESC" | "PARENT_INVOCATION_ID_ASC" | "PARENT_INVOCATION_ID_DESC" | "PARENT_NODE_NAME_ASC" | "PARENT_NODE_NAME_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PRINCIPAL_ID_ASC" | "PRINCIPAL_ID_DESC" | "SCOPE_ID_ASC" | "SCOPE_ID_DESC" | "STARTED_AT_ASC" | "STARTED_AT_DESC" | "STATUS_ASC" | "STATUS_DESC" | "TICK_COUNT_ASC" | "TICK_COUNT_DESC" | "TIMEOUT_AT_ASC" | "TIMEOUT_AT_DESC";
|
|
5705
|
+
export type FunctionGraphExecutionNodeStateOrderBy = "CALLBACK_INPUTS_ASC" | "CALLBACK_INPUTS_DESC" | "CALLBACK_META_ASC" | "CALLBACK_META_DESC" | "CALLBACK_TOKEN_HASH_ASC" | "CALLBACK_TOKEN_HASH_DESC" | "COMPLETED_AT_ASC" | "COMPLETED_AT_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ERROR_CODE_ASC" | "ERROR_CODE_DESC" | "ERROR_MESSAGE_ASC" | "ERROR_MESSAGE_DESC" | "EXECUTION_ID_ASC" | "EXECUTION_ID_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "NODE_NAME_ASC" | "NODE_NAME_DESC" | "NODE_PATH_ASC" | "NODE_PATH_DESC" | "OUTPUT_ID_ASC" | "OUTPUT_ID_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "SCOPE_ID_ASC" | "SCOPE_ID_DESC" | "STARTED_AT_ASC" | "STARTED_AT_DESC" | "STATUS_ASC" | "STATUS_DESC";
|
|
5706
|
+
export type FunctionGraphExecutionOutputOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATA_ASC" | "DATA_DESC" | "HASH_ASC" | "HASH_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "SCOPE_ID_ASC" | "SCOPE_ID_DESC";
|
|
5707
|
+
export type FunctionGraphObjectOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATA_ASC" | "DATA_DESC" | "ID_ASC" | "ID_DESC" | "KIDS_ASC" | "KIDS_DESC" | "KTREE_ASC" | "KTREE_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "SCOPE_ID_ASC" | "SCOPE_ID_DESC";
|
|
5708
|
+
export type FunctionGraphRefOrderBy = "COMMIT_ID_ASC" | "COMMIT_ID_DESC" | "ID_ASC" | "ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "SCOPE_ID_ASC" | "SCOPE_ID_DESC" | "STORE_ID_ASC" | "STORE_ID_DESC";
|
|
5709
|
+
export type FunctionGraphStoreOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "HASH_ASC" | "HASH_DESC" | "ID_ASC" | "ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "SCOPE_ID_ASC" | "SCOPE_ID_DESC";
|
|
5710
|
+
export type FunctionInvocationAttemptOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "ATTEMPT_ASC" | "ATTEMPT_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "DURATION_MS_ASC" | "DURATION_MS_DESC" | "ERROR_ASC" | "ERROR_DESC" | "ERROR_DETAIL_ASC" | "ERROR_DETAIL_DESC" | "ID_ASC" | "ID_DESC" | "INVOCATION_CREATED_AT_ASC" | "INVOCATION_CREATED_AT_DESC" | "INVOCATION_ID_ASC" | "INVOCATION_ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "STARTED_AT_ASC" | "STARTED_AT_DESC" | "SUCCESS_ASC" | "SUCCESS_DESC" | "TASK_IDENTIFIER_ASC" | "TASK_IDENTIFIER_DESC";
|
|
5711
|
+
export type FunctionInvocationOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "API_BINDING_ID_ASC" | "API_BINDING_ID_DESC" | "CHANNEL_ASC" | "CHANNEL_DESC" | "COMPLETED_AT_ASC" | "COMPLETED_AT_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "DEFINITION_SCOPE_ASC" | "DEFINITION_SCOPE_DESC" | "DURATION_MS_ASC" | "DURATION_MS_DESC" | "ERROR_ASC" | "ERROR_DESC" | "FUNCTION_DEFINITION_ID_ASC" | "FUNCTION_DEFINITION_ID_DESC" | "GRAPH_EXECUTION_ID_ASC" | "GRAPH_EXECUTION_ID_DESC" | "ID_ASC" | "ID_DESC" | "JOB_ID_ASC" | "JOB_ID_DESC" | "NATURAL" | "PARENT_INVOCATION_ID_ASC" | "PARENT_INVOCATION_ID_DESC" | "PAYLOAD_ASC" | "PAYLOAD_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROVENANCE_ASC" | "PROVENANCE_DESC" | "RESULT_ASC" | "RESULT_DESC" | "STARTED_AT_ASC" | "STARTED_AT_DESC" | "STATUS_ASC" | "STATUS_DESC" | "TASK_IDENTIFIER_ASC" | "TASK_IDENTIFIER_DESC";
|
|
5712
|
+
export type GetAllTreeNodesRecordsOrderBy = "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "NATURAL" | "DATA_ASC" | "DATA_DESC" | "PATH_ASC" | "PATH_DESC";
|
|
5713
|
+
export type InfraCommitOrderBy = "AUTHOR_ID_ASC" | "AUTHOR_ID_DESC" | "COMMITTER_ID_ASC" | "COMMITTER_ID_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "DATE_ASC" | "DATE_DESC" | "ID_ASC" | "ID_DESC" | "MESSAGE_ASC" | "MESSAGE_DESC" | "NATURAL" | "PARENT_IDS_ASC" | "PARENT_IDS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "STORE_ID_ASC" | "STORE_ID_DESC" | "TREE_ID_ASC" | "TREE_ID_DESC";
|
|
5714
|
+
export type InfraGetAllTreeNodesRecordsOrderBy = "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "NATURAL" | "DATA_ASC" | "DATA_DESC" | "PATH_ASC" | "PATH_DESC";
|
|
5715
|
+
export type InfraObjectOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "DATA_ASC" | "DATA_DESC" | "ID_ASC" | "ID_DESC" | "KIDS_ASC" | "KIDS_DESC" | "KTREE_ASC" | "KTREE_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
|
|
5716
|
+
export type InfraRefOrderBy = "COMMIT_ID_ASC" | "COMMIT_ID_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "ID_ASC" | "ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "STORE_ID_ASC" | "STORE_ID_DESC";
|
|
5717
|
+
export type InfraStoreOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "HASH_ASC" | "HASH_DESC" | "ID_ASC" | "ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
|
|
5718
|
+
export type IntegrationProviderOrderBy = "BRAND_ASC" | "BRAND_DESC" | "CATEGORY_ASC" | "CATEGORY_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DESCRIPTION_ASC" | "DESCRIPTION_DESC" | "ICON_ASC" | "ICON_DESC" | "ID_ASC" | "ID_DESC" | "LOGO_ASC" | "LOGO_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "REQUIRED_CONFIGS_ASC" | "REQUIRED_CONFIGS_DESC" | "REQUIRED_SECRETS_ASC" | "REQUIRED_SECRETS_DESC" | "SLUG_ASC" | "SLUG_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
5719
|
+
export type NamespaceOrderBy = "ANNOTATIONS_ASC" | "ANNOTATIONS_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "DESCRIPTION_ASC" | "DESCRIPTION_DESC" | "ID_ASC" | "ID_DESC" | "IS_ACTIVE_ASC" | "IS_ACTIVE_DESC" | "IS_MANAGED_ASC" | "IS_MANAGED_DESC" | "LABELS_ASC" | "LABELS_DESC" | "LAST_ERROR_ASC" | "LAST_ERROR_DESC" | "NAMESPACE_NAME_ASC" | "NAMESPACE_NAME_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "STATUS_ASC" | "STATUS_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
5720
|
+
export type NamespaceEventOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "EVENT_TYPE_ASC" | "EVENT_TYPE_DESC" | "ID_ASC" | "ID_DESC" | "MESSAGE_ASC" | "MESSAGE_DESC" | "METADATA_ASC" | "METADATA_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
|
|
5721
|
+
export type PlatformFunctionApiBindingOrderBy = "ALIAS_ASC" | "ALIAS_DESC" | "API_ID_ASC" | "API_ID_DESC" | "CONFIG_ASC" | "CONFIG_DESC" | "FUNCTION_DEFINITION_ID_ASC" | "FUNCTION_DEFINITION_ID_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
|
|
5722
|
+
export type PlatformFunctionDefinitionOrderBy = "ACCESS_CHANNELS_ASC" | "ACCESS_CHANNELS_DESC" | "BILLABLE_ASC" | "BILLABLE_DESC" | "CATEGORY_ASC" | "CATEGORY_DESC" | "CONCURRENCY_ASC" | "CONCURRENCY_DESC" | "CPU_LIMIT_MILLICORES_ASC" | "CPU_LIMIT_MILLICORES_DESC" | "CPU_REQUEST_MILLICORES_ASC" | "CPU_REQUEST_MILLICORES_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DESCRIPTION_ASC" | "DESCRIPTION_DESC" | "FN_CATEGORY_ASC" | "FN_CATEGORY_DESC" | "FUNCTION_COLUMNS_ASC" | "FUNCTION_COLUMNS_DESC" | "GRAPH_ID_ASC" | "GRAPH_ID_DESC" | "ICON_ASC" | "ICON_DESC" | "ID_ASC" | "ID_DESC" | "IMAGE_ASC" | "IMAGE_DESC" | "INPUTS_ASC" | "INPUTS_DESC" | "INTEGRATIONS_ASC" | "INTEGRATIONS_DESC" | "IS_PUBLISHED_ASC" | "IS_PUBLISHED_DESC" | "MAX_ATTEMPTS_ASC" | "MAX_ATTEMPTS_DESC" | "MEMORY_LIMIT_BYTES_ASC" | "MEMORY_LIMIT_BYTES_DESC" | "MEMORY_REQUEST_BYTES_ASC" | "MEMORY_REQUEST_BYTES_DESC" | "MODULE_TABLE_ASC" | "MODULE_TABLE_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "OUTPUTS_ASC" | "OUTPUTS_DESC" | "PAYLOAD_ARGS_ASC" | "PAYLOAD_ARGS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PRIORITY_ASC" | "PRIORITY_DESC" | "PROPS_ASC" | "PROPS_DESC" | "PROTECTED_ASC" | "PROTECTED_DESC" | "PUBLISHED_AT_ASC" | "PUBLISHED_AT_DESC" | "QUEUE_NAME_ASC" | "QUEUE_NAME_DESC" | "REQUIRED_BUCKETS_ASC" | "REQUIRED_BUCKETS_DESC" | "REQUIRED_CONFIGS_ASC" | "REQUIRED_CONFIGS_DESC" | "REQUIRED_MODELS_ASC" | "REQUIRED_MODELS_DESC" | "REQUIRED_SECRETS_ASC" | "REQUIRED_SECRETS_DESC" | "RESOURCES_ASC" | "RESOURCES_DESC" | "RUNTIME_ASC" | "RUNTIME_DESC" | "SCALE_MAX_ASC" | "SCALE_MAX_DESC" | "SCALE_MIN_ASC" | "SCALE_MIN_DESC" | "SYSTEM_ASC" | "SYSTEM_DESC" | "TARGET_FUNCTION_ASC" | "TARGET_FUNCTION_DESC" | "TARGET_SCHEMA_ASC" | "TARGET_SCHEMA_DESC" | "TASK_IDENTIFIER_ASC" | "TASK_IDENTIFIER_DESC" | "TIMEOUT_SECONDS_ASC" | "TIMEOUT_SECONDS_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "VOLATILE_ASC" | "VOLATILE_DESC";
|
|
5723
|
+
export type PlatformFunctionDeploymentOrderBy = "ANNOTATIONS_ASC" | "ANNOTATIONS_DESC" | "CONCURRENCY_ASC" | "CONCURRENCY_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ERROR_COUNT_ASC" | "ERROR_COUNT_DESC" | "HANDLER_NAME_ASC" | "HANDLER_NAME_DESC" | "ID_ASC" | "ID_DESC" | "IMAGE_ASC" | "IMAGE_DESC" | "IMAGE_VERSION_ASC" | "IMAGE_VERSION_DESC" | "LABELS_ASC" | "LABELS_DESC" | "LAST_ERROR_ASC" | "LAST_ERROR_AT_ASC" | "LAST_ERROR_AT_DESC" | "LAST_ERROR_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "RESOURCES_ASC" | "RESOURCES_DESC" | "REVISION_ASC" | "REVISION_DESC" | "SCALE_MAX_ASC" | "SCALE_MAX_DESC" | "SCALE_MIN_ASC" | "SCALE_MIN_DESC" | "SERVICE_NAME_ASC" | "SERVICE_NAME_DESC" | "SERVICE_URL_ASC" | "SERVICE_URL_DESC" | "STATUS_ASC" | "STATUS_DESC" | "TIMEOUT_SECONDS_ASC" | "TIMEOUT_SECONDS_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
5724
|
+
export type PlatformFunctionDeploymentEventOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DEPLOYMENT_ID_ASC" | "DEPLOYMENT_ID_DESC" | "EVENT_TYPE_ASC" | "EVENT_TYPE_DESC" | "ID_ASC" | "ID_DESC" | "MESSAGE_ASC" | "MESSAGE_DESC" | "METADATA_ASC" | "METADATA_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
|
|
5725
|
+
export type PlatformFunctionExecutionLogOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ID_ASC" | "ID_DESC" | "INVOCATION_ID_ASC" | "INVOCATION_ID_DESC" | "LOG_LEVEL_ASC" | "LOG_LEVEL_DESC" | "MESSAGE_ASC" | "MESSAGE_DESC" | "METADATA_ASC" | "METADATA_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "TASK_IDENTIFIER_ASC" | "TASK_IDENTIFIER_DESC";
|
|
5726
|
+
export type PlatformFunctionInvocationAttemptOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "ATTEMPT_ASC" | "ATTEMPT_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DURATION_MS_ASC" | "DURATION_MS_DESC" | "ERROR_ASC" | "ERROR_DESC" | "ERROR_DETAIL_ASC" | "ERROR_DETAIL_DESC" | "ID_ASC" | "ID_DESC" | "INVOCATION_CREATED_AT_ASC" | "INVOCATION_CREATED_AT_DESC" | "INVOCATION_ID_ASC" | "INVOCATION_ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "STARTED_AT_ASC" | "STARTED_AT_DESC" | "SUCCESS_ASC" | "SUCCESS_DESC" | "TASK_IDENTIFIER_ASC" | "TASK_IDENTIFIER_DESC";
|
|
5727
|
+
export type PlatformFunctionInvocationOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "API_BINDING_ID_ASC" | "API_BINDING_ID_DESC" | "CHANNEL_ASC" | "CHANNEL_DESC" | "COMPLETED_AT_ASC" | "COMPLETED_AT_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DEFINITION_SCOPE_ASC" | "DEFINITION_SCOPE_DESC" | "DURATION_MS_ASC" | "DURATION_MS_DESC" | "ERROR_ASC" | "ERROR_DESC" | "FUNCTION_DEFINITION_ID_ASC" | "FUNCTION_DEFINITION_ID_DESC" | "GRAPH_EXECUTION_ID_ASC" | "GRAPH_EXECUTION_ID_DESC" | "ID_ASC" | "ID_DESC" | "JOB_ID_ASC" | "JOB_ID_DESC" | "NATURAL" | "PARENT_INVOCATION_ID_ASC" | "PARENT_INVOCATION_ID_DESC" | "PAYLOAD_ASC" | "PAYLOAD_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROVENANCE_ASC" | "PROVENANCE_DESC" | "RESULT_ASC" | "RESULT_DESC" | "STARTED_AT_ASC" | "STARTED_AT_DESC" | "STATUS_ASC" | "STATUS_DESC" | "TASK_IDENTIFIER_ASC" | "TASK_IDENTIFIER_DESC";
|
|
5728
|
+
export type PlatformInfraCommitOrderBy = "AUTHOR_ID_ASC" | "AUTHOR_ID_DESC" | "COMMITTER_ID_ASC" | "COMMITTER_ID_DESC" | "DATE_ASC" | "DATE_DESC" | "ID_ASC" | "ID_DESC" | "MESSAGE_ASC" | "MESSAGE_DESC" | "NATURAL" | "PARENT_IDS_ASC" | "PARENT_IDS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "SCOPE_ID_ASC" | "SCOPE_ID_DESC" | "STORE_ID_ASC" | "STORE_ID_DESC" | "TREE_ID_ASC" | "TREE_ID_DESC";
|
|
5729
|
+
export type PlatformInfraGetAllTreeNodesRecordsOrderBy = "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "NATURAL" | "DATA_ASC" | "DATA_DESC" | "PATH_ASC" | "PATH_DESC";
|
|
5730
|
+
export type PlatformInfraObjectOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATA_ASC" | "DATA_DESC" | "ID_ASC" | "ID_DESC" | "KIDS_ASC" | "KIDS_DESC" | "KTREE_ASC" | "KTREE_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "SCOPE_ID_ASC" | "SCOPE_ID_DESC";
|
|
5731
|
+
export type PlatformInfraRefOrderBy = "COMMIT_ID_ASC" | "COMMIT_ID_DESC" | "ID_ASC" | "ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "SCOPE_ID_ASC" | "SCOPE_ID_DESC" | "STORE_ID_ASC" | "STORE_ID_DESC";
|
|
5732
|
+
export type PlatformInfraStoreOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "HASH_ASC" | "HASH_DESC" | "ID_ASC" | "ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "SCOPE_ID_ASC" | "SCOPE_ID_DESC";
|
|
5733
|
+
export type PlatformNamespaceOrderBy = "ANNOTATIONS_ASC" | "ANNOTATIONS_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DESCRIPTION_ASC" | "DESCRIPTION_DESC" | "ID_ASC" | "ID_DESC" | "IS_ACTIVE_ASC" | "IS_ACTIVE_DESC" | "IS_MANAGED_ASC" | "IS_MANAGED_DESC" | "LABELS_ASC" | "LABELS_DESC" | "LAST_ERROR_ASC" | "LAST_ERROR_DESC" | "NAMESPACE_NAME_ASC" | "NAMESPACE_NAME_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "STATUS_ASC" | "STATUS_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
5734
|
+
export type PlatformNamespaceEventOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "EVENT_TYPE_ASC" | "EVENT_TYPE_DESC" | "ID_ASC" | "ID_DESC" | "MESSAGE_ASC" | "MESSAGE_DESC" | "METADATA_ASC" | "METADATA_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
|
|
5735
|
+
export type PlatformResourceOrderBy = "ANNOTATIONS_ASC" | "ANNOTATIONS_DESC" | "CPU_LIMIT_MILLICORES_ASC" | "CPU_LIMIT_MILLICORES_DESC" | "CPU_REQUEST_MILLICORES_ASC" | "CPU_REQUEST_MILLICORES_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "ERROR_COUNT_ASC" | "ERROR_COUNT_DESC" | "ID_ASC" | "ID_DESC" | "INSTALLATION_ID_ASC" | "INSTALLATION_ID_DESC" | "INTEGRATIONS_ASC" | "INTEGRATIONS_DESC" | "KIND_ASC" | "KIND_DESC" | "LABELS_ASC" | "LABELS_DESC" | "LAST_ERROR_ASC" | "LAST_ERROR_DESC" | "LAST_HEARTBEAT_AT_ASC" | "LAST_HEARTBEAT_AT_DESC" | "MEMORY_LIMIT_BYTES_ASC" | "MEMORY_LIMIT_BYTES_DESC" | "MEMORY_REQUEST_BYTES_ASC" | "MEMORY_REQUEST_BYTES_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "REPLICAS_ASC" | "REPLICAS_DESC" | "REQUIRED_CONFIGS_ASC" | "REQUIRED_CONFIGS_DESC" | "REQUIRED_SECRETS_ASC" | "REQUIRED_SECRETS_DESC" | "RESOURCE_DEFINITION_ID_ASC" | "RESOURCE_DEFINITION_ID_DESC" | "SLUG_ASC" | "SLUG_DESC" | "SPEC_ASC" | "SPEC_DESC" | "STATUS_ASC" | "STATUS_DESC" | "STATUS_OBSERVED_ASC" | "STATUS_OBSERVED_DESC" | "STORAGE_CLASS_ASC" | "STORAGE_CLASS_DESC" | "STORAGE_SIZE_BYTES_ASC" | "STORAGE_SIZE_BYTES_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
|
|
5736
|
+
export type PlatformResourceDeclaredCapacityOrderBy = "CPU_LIMIT_MILLICORES_ASC" | "CPU_LIMIT_MILLICORES_DESC" | "CPU_REQUEST_MILLICORES_ASC" | "CPU_REQUEST_MILLICORES_DESC" | "INSTALLATION_ID_ASC" | "INSTALLATION_ID_DESC" | "IS_TRANSIENT_ASC" | "IS_TRANSIENT_DESC" | "KIND_ASC" | "KIND_DESC" | "MEMORY_LIMIT_BYTES_ASC" | "MEMORY_LIMIT_BYTES_DESC" | "MEMORY_REQUEST_BYTES_ASC" | "MEMORY_REQUEST_BYTES_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NATURAL" | "POD_COUNT_MAX_ASC" | "POD_COUNT_MAX_DESC" | "POD_COUNT_MIN_ASC" | "POD_COUNT_MIN_DESC" | "SOURCE_ASC" | "SOURCE_DESC" | "SOURCE_ID_ASC" | "SOURCE_ID_DESC" | "STORAGE_SIZE_BYTES_ASC" | "STORAGE_SIZE_BYTES_DESC";
|
|
5737
|
+
export type PlatformResourceDefinitionOrderBy = "ANNOTATIONS_ASC" | "ANNOTATIONS_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "DEFAULT_SPEC_ASC" | "DEFAULT_SPEC_DESC" | "DESCRIPTION_ASC" | "DESCRIPTION_DESC" | "ID_ASC" | "ID_DESC" | "INTEGRATIONS_ASC" | "INTEGRATIONS_DESC" | "KIND_ASC" | "KIND_DESC" | "LABELS_ASC" | "LABELS_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "REQUIRED_CONFIGS_ASC" | "REQUIRED_CONFIGS_DESC" | "REQUIRED_SECRETS_ASC" | "REQUIRED_SECRETS_DESC" | "SLUG_ASC" | "SLUG_DESC" | "STEP_UP_MIN_AGE_ASC" | "STEP_UP_MIN_AGE_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
|
|
5738
|
+
export type PlatformResourceEventOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "EVENT_TYPE_ASC" | "EVENT_TYPE_DESC" | "ID_ASC" | "ID_DESC" | "MESSAGE_ASC" | "MESSAGE_DESC" | "METADATA_ASC" | "METADATA_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "RESOURCE_ID_ASC" | "RESOURCE_ID_DESC";
|
|
5739
|
+
export type PlatformResourceInstallationOrderBy = "COMMIT_ID_ASC" | "COMMIT_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "ID_ASC" | "ID_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PARAMS_ASC" | "PARAMS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "REVISION_ASC" | "REVISION_DESC" | "SLUG_ASC" | "SLUG_DESC" | "STATUS_ASC" | "STATUS_DESC" | "STORE_ID_ASC" | "STORE_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
|
|
5740
|
+
export type PlatformResourceStatusCheckOrderBy = "COMPLETED_AT_ASC" | "COMPLETED_AT_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "REQUESTED_AT_ASC" | "REQUESTED_AT_DESC" | "REQUESTED_BY_ASC" | "REQUESTED_BY_DESC" | "RESOURCE_ID_ASC" | "RESOURCE_ID_DESC" | "RESULT_ASC" | "RESULT_DESC" | "STATUS_ASC" | "STATUS_DESC";
|
|
5741
|
+
export type PlatformResourceUsageLogOrderBy = "CPU_MILLICORES_ASC" | "CPU_MILLICORES_DESC" | "ID_ASC" | "ID_DESC" | "INTERVAL_SECONDS_ASC" | "INTERVAL_SECONDS_DESC" | "MEMORY_BYTES_ASC" | "MEMORY_BYTES_DESC" | "METRICS_ASC" | "METRICS_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "RESOURCE_ID_ASC" | "RESOURCE_ID_DESC" | "SAMPLED_AT_ASC" | "SAMPLED_AT_DESC" | "SOURCE_ASC" | "SOURCE_DESC";
|
|
5742
|
+
export type PlatformResourceUsageSummaryOrderBy = "DATE_ASC" | "DATE_DESC" | "GB_SECONDS_ASC" | "GB_SECONDS_DESC" | "ID_ASC" | "ID_DESC" | "MAX_CPU_MILLICORES_ASC" | "MAX_CPU_MILLICORES_DESC" | "MAX_MEMORY_BYTES_ASC" | "MAX_MEMORY_BYTES_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "RESOURCE_ID_ASC" | "RESOURCE_ID_DESC" | "RUNTIME_SECONDS_ASC" | "RUNTIME_SECONDS_DESC" | "SAMPLE_COUNT_ASC" | "SAMPLE_COUNT_DESC";
|
|
5743
|
+
export type PlatformResourceUtilizationOrderBy = "AVG_MEMORY_BYTES_ASC" | "AVG_MEMORY_BYTES_DESC" | "CPU_LIMIT_MILLICORES_ASC" | "CPU_LIMIT_MILLICORES_DESC" | "CPU_PEAK_UTILIZATION_ASC" | "CPU_PEAK_UTILIZATION_DESC" | "CPU_REQUEST_HEADROOM_MILLICORES_ASC" | "CPU_REQUEST_HEADROOM_MILLICORES_DESC" | "CPU_REQUEST_MILLICORES_ASC" | "CPU_REQUEST_MILLICORES_DESC" | "DATE_ASC" | "DATE_DESC" | "GB_SECONDS_ASC" | "GB_SECONDS_DESC" | "KIND_ASC" | "KIND_DESC" | "MAX_CPU_MILLICORES_ASC" | "MAX_CPU_MILLICORES_DESC" | "MAX_MEMORY_BYTES_ASC" | "MAX_MEMORY_BYTES_DESC" | "MEMORY_LIMIT_BYTES_ASC" | "MEMORY_LIMIT_BYTES_DESC" | "MEMORY_PEAK_UTILIZATION_ASC" | "MEMORY_PEAK_UTILIZATION_DESC" | "MEMORY_REQUEST_BYTES_ASC" | "MEMORY_REQUEST_BYTES_DESC" | "MEMORY_REQUEST_HEADROOM_BYTES_ASC" | "MEMORY_REQUEST_HEADROOM_BYTES_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NATURAL" | "REPLICAS_ASC" | "REPLICAS_DESC" | "RESOURCE_ID_ASC" | "RESOURCE_ID_DESC" | "RUNTIME_SECONDS_ASC" | "RUNTIME_SECONDS_DESC" | "SAMPLE_COUNT_ASC" | "SAMPLE_COUNT_DESC";
|
|
5744
|
+
export type PlatformResourcesHealthOrderBy = "ANNOTATIONS_ASC" | "ANNOTATIONS_DESC" | "CPU_LIMIT_MILLICORES_ASC" | "CPU_LIMIT_MILLICORES_DESC" | "CPU_REQUEST_MILLICORES_ASC" | "CPU_REQUEST_MILLICORES_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "ERROR_COUNT_ASC" | "ERROR_COUNT_DESC" | "ID_ASC" | "ID_DESC" | "INSTALLATION_ID_ASC" | "INSTALLATION_ID_DESC" | "INTEGRATIONS_ASC" | "INTEGRATIONS_DESC" | "KIND_ASC" | "KIND_DESC" | "LABELS_ASC" | "LABELS_DESC" | "LAST_ERROR_ASC" | "LAST_ERROR_DESC" | "LAST_HEARTBEAT_AT_ASC" | "LAST_HEARTBEAT_AT_DESC" | "MEMORY_LIMIT_BYTES_ASC" | "MEMORY_LIMIT_BYTES_DESC" | "MEMORY_REQUEST_BYTES_ASC" | "MEMORY_REQUEST_BYTES_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "REPLICAS_ASC" | "REPLICAS_DESC" | "REQUIRED_CONFIGS_ASC" | "REQUIRED_CONFIGS_DESC" | "REQUIRED_SECRETS_ASC" | "REQUIRED_SECRETS_DESC" | "RESOURCE_DEFINITION_ID_ASC" | "RESOURCE_DEFINITION_ID_DESC" | "SLUG_ASC" | "SLUG_DESC" | "SPEC_ASC" | "SPEC_DESC" | "STATUS_ASC" | "STATUS_DESC" | "STATUS_DETAIL_ASC" | "STATUS_DETAIL_DESC" | "STATUS_OBSERVED_ASC" | "STATUS_OBSERVED_DESC" | "STORAGE_CLASS_ASC" | "STORAGE_CLASS_DESC" | "STORAGE_SIZE_BYTES_ASC" | "STORAGE_SIZE_BYTES_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
|
|
5745
|
+
export type PlatformResourcesRequirementsStateOrderBy = "CONFIG_HASH_ASC" | "CONFIG_HASH_DESC" | "CONFIG_OBJECT_NAME_ASC" | "CONFIG_OBJECT_NAME_DESC" | "NATURAL" | "REQUIREMENTS_HASH_ASC" | "REQUIREMENTS_HASH_DESC" | "RESOURCE_ID_ASC" | "RESOURCE_ID_DESC" | "SECRETS_HASH_ASC" | "SECRETS_HASH_DESC" | "SECRETS_OBJECT_NAME_ASC" | "SECRETS_OBJECT_NAME_DESC" | "SLUG_ASC" | "SLUG_DESC";
|
|
5746
|
+
export type PlatformResourcesResolvedRequirementOrderBy = "ATOM_ID_ASC" | "ATOM_ID_DESC" | "CONFIG_OBJECT_NAME_ASC" | "CONFIG_OBJECT_NAME_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRESENT_ASC" | "PRESENT_DESC" | "REQUIRED_ASC" | "REQUIRED_DESC" | "REQUIREMENT_KIND_ASC" | "REQUIREMENT_KIND_DESC" | "RESOURCE_ID_ASC" | "RESOURCE_ID_DESC" | "SECRETS_OBJECT_NAME_ASC" | "SECRETS_OBJECT_NAME_DESC" | "SLUG_ASC" | "SLUG_DESC";
|
|
5747
|
+
export type PlatformWebhookEndpointOrderBy = "ACTIVE_ASC" | "ACTIVE_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "FUNCTION_DEFINITION_ID_ASC" | "FUNCTION_DEFINITION_ID_DESC" | "HOST_ASC" | "HOST_DESC" | "ID_ASC" | "ID_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NATURAL" | "PATH_ASC" | "PATH_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROVIDER_ASC" | "PROVIDER_DESC" | "REPLAY_WINDOW_SECONDS_ASC" | "REPLAY_WINDOW_SECONDS_DESC" | "SIGNING_SECRET_NAME_ASC" | "SIGNING_SECRET_NAME_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
|
|
5748
|
+
export type PlatformWebhookEventOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ENDPOINT_ID_ASC" | "ENDPOINT_ID_DESC" | "ERROR_ASC" | "ERROR_DESC" | "EXTERNAL_EVENT_ID_ASC" | "EXTERNAL_EVENT_ID_DESC" | "ID_ASC" | "ID_DESC" | "INVOCATION_CREATED_AT_ASC" | "INVOCATION_CREATED_AT_DESC" | "INVOCATION_ID_ASC" | "INVOCATION_ID_DESC" | "NATURAL" | "PAYLOAD_ASC" | "PAYLOAD_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROVIDER_ASC" | "PROVIDER_DESC" | "PROVIDER_TIMESTAMP_ASC" | "PROVIDER_TIMESTAMP_DESC" | "STATUS_ASC" | "STATUS_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
5749
|
+
export type ResourceOrderBy = "ANNOTATIONS_ASC" | "ANNOTATIONS_DESC" | "CPU_LIMIT_MILLICORES_ASC" | "CPU_LIMIT_MILLICORES_DESC" | "CPU_REQUEST_MILLICORES_ASC" | "CPU_REQUEST_MILLICORES_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "ERROR_COUNT_ASC" | "ERROR_COUNT_DESC" | "ID_ASC" | "ID_DESC" | "INSTALLATION_ID_ASC" | "INSTALLATION_ID_DESC" | "INTEGRATIONS_ASC" | "INTEGRATIONS_DESC" | "KIND_ASC" | "KIND_DESC" | "LABELS_ASC" | "LABELS_DESC" | "LAST_ERROR_ASC" | "LAST_ERROR_DESC" | "LAST_HEARTBEAT_AT_ASC" | "LAST_HEARTBEAT_AT_DESC" | "MEMORY_LIMIT_BYTES_ASC" | "MEMORY_LIMIT_BYTES_DESC" | "MEMORY_REQUEST_BYTES_ASC" | "MEMORY_REQUEST_BYTES_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "REPLICAS_ASC" | "REPLICAS_DESC" | "REQUIRED_CONFIGS_ASC" | "REQUIRED_CONFIGS_DESC" | "REQUIRED_SECRETS_ASC" | "REQUIRED_SECRETS_DESC" | "RESOURCE_DEFINITION_ID_ASC" | "RESOURCE_DEFINITION_ID_DESC" | "SLUG_ASC" | "SLUG_DESC" | "SPEC_ASC" | "SPEC_DESC" | "STATUS_ASC" | "STATUS_DESC" | "STATUS_OBSERVED_ASC" | "STATUS_OBSERVED_DESC" | "STORAGE_CLASS_ASC" | "STORAGE_CLASS_DESC" | "STORAGE_SIZE_BYTES_ASC" | "STORAGE_SIZE_BYTES_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
|
|
5750
|
+
export type ResourceDeclaredCapacityOrderBy = "CPU_LIMIT_MILLICORES_ASC" | "CPU_LIMIT_MILLICORES_DESC" | "CPU_REQUEST_MILLICORES_ASC" | "CPU_REQUEST_MILLICORES_DESC" | "INSTALLATION_ID_ASC" | "INSTALLATION_ID_DESC" | "IS_TRANSIENT_ASC" | "IS_TRANSIENT_DESC" | "KIND_ASC" | "KIND_DESC" | "MEMORY_LIMIT_BYTES_ASC" | "MEMORY_LIMIT_BYTES_DESC" | "MEMORY_REQUEST_BYTES_ASC" | "MEMORY_REQUEST_BYTES_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NATURAL" | "POD_COUNT_MAX_ASC" | "POD_COUNT_MAX_DESC" | "POD_COUNT_MIN_ASC" | "POD_COUNT_MIN_DESC" | "SOURCE_ASC" | "SOURCE_DESC" | "SOURCE_ID_ASC" | "SOURCE_ID_DESC" | "STORAGE_SIZE_BYTES_ASC" | "STORAGE_SIZE_BYTES_DESC";
|
|
5751
|
+
export type ResourceDefinitionOrderBy = "ANNOTATIONS_ASC" | "ANNOTATIONS_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "DEFAULT_SPEC_ASC" | "DEFAULT_SPEC_DESC" | "DESCRIPTION_ASC" | "DESCRIPTION_DESC" | "ID_ASC" | "ID_DESC" | "INTEGRATIONS_ASC" | "INTEGRATIONS_DESC" | "KIND_ASC" | "KIND_DESC" | "LABELS_ASC" | "LABELS_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "REQUIRED_CONFIGS_ASC" | "REQUIRED_CONFIGS_DESC" | "REQUIRED_SECRETS_ASC" | "REQUIRED_SECRETS_DESC" | "SLUG_ASC" | "SLUG_DESC" | "STEP_UP_MIN_AGE_ASC" | "STEP_UP_MIN_AGE_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
|
|
5752
|
+
export type ResourceEventOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "EVENT_TYPE_ASC" | "EVENT_TYPE_DESC" | "ID_ASC" | "ID_DESC" | "MESSAGE_ASC" | "MESSAGE_DESC" | "METADATA_ASC" | "METADATA_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "RESOURCE_ID_ASC" | "RESOURCE_ID_DESC";
|
|
5753
|
+
export type ResourceInstallationOrderBy = "COMMIT_ID_ASC" | "COMMIT_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "ID_ASC" | "ID_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PARAMS_ASC" | "PARAMS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "REVISION_ASC" | "REVISION_DESC" | "SLUG_ASC" | "SLUG_DESC" | "STATUS_ASC" | "STATUS_DESC" | "STORE_ID_ASC" | "STORE_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
|
|
5754
|
+
export type ResourceStatusCheckOrderBy = "COMPLETED_AT_ASC" | "COMPLETED_AT_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "REQUESTED_AT_ASC" | "REQUESTED_AT_DESC" | "REQUESTED_BY_ASC" | "REQUESTED_BY_DESC" | "RESOURCE_ID_ASC" | "RESOURCE_ID_DESC" | "RESULT_ASC" | "RESULT_DESC" | "STATUS_ASC" | "STATUS_DESC";
|
|
5755
|
+
export type ResourceUsageLogOrderBy = "CPU_MILLICORES_ASC" | "CPU_MILLICORES_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "ID_ASC" | "ID_DESC" | "INTERVAL_SECONDS_ASC" | "INTERVAL_SECONDS_DESC" | "MEMORY_BYTES_ASC" | "MEMORY_BYTES_DESC" | "METRICS_ASC" | "METRICS_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "RESOURCE_ID_ASC" | "RESOURCE_ID_DESC" | "SAMPLED_AT_ASC" | "SAMPLED_AT_DESC" | "SOURCE_ASC" | "SOURCE_DESC";
|
|
5756
|
+
export type ResourceUsageSummaryOrderBy = "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "DATE_ASC" | "DATE_DESC" | "GB_SECONDS_ASC" | "GB_SECONDS_DESC" | "ID_ASC" | "ID_DESC" | "MAX_CPU_MILLICORES_ASC" | "MAX_CPU_MILLICORES_DESC" | "MAX_MEMORY_BYTES_ASC" | "MAX_MEMORY_BYTES_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "RESOURCE_ID_ASC" | "RESOURCE_ID_DESC" | "RUNTIME_SECONDS_ASC" | "RUNTIME_SECONDS_DESC" | "SAMPLE_COUNT_ASC" | "SAMPLE_COUNT_DESC";
|
|
5757
|
+
export type ResourceUtilizationOrderBy = "AVG_MEMORY_BYTES_ASC" | "AVG_MEMORY_BYTES_DESC" | "CPU_LIMIT_MILLICORES_ASC" | "CPU_LIMIT_MILLICORES_DESC" | "CPU_PEAK_UTILIZATION_ASC" | "CPU_PEAK_UTILIZATION_DESC" | "CPU_REQUEST_HEADROOM_MILLICORES_ASC" | "CPU_REQUEST_HEADROOM_MILLICORES_DESC" | "CPU_REQUEST_MILLICORES_ASC" | "CPU_REQUEST_MILLICORES_DESC" | "DATE_ASC" | "DATE_DESC" | "GB_SECONDS_ASC" | "GB_SECONDS_DESC" | "KIND_ASC" | "KIND_DESC" | "MAX_CPU_MILLICORES_ASC" | "MAX_CPU_MILLICORES_DESC" | "MAX_MEMORY_BYTES_ASC" | "MAX_MEMORY_BYTES_DESC" | "MEMORY_LIMIT_BYTES_ASC" | "MEMORY_LIMIT_BYTES_DESC" | "MEMORY_PEAK_UTILIZATION_ASC" | "MEMORY_PEAK_UTILIZATION_DESC" | "MEMORY_REQUEST_BYTES_ASC" | "MEMORY_REQUEST_BYTES_DESC" | "MEMORY_REQUEST_HEADROOM_BYTES_ASC" | "MEMORY_REQUEST_HEADROOM_BYTES_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NATURAL" | "REPLICAS_ASC" | "REPLICAS_DESC" | "RESOURCE_ID_ASC" | "RESOURCE_ID_DESC" | "RUNTIME_SECONDS_ASC" | "RUNTIME_SECONDS_DESC" | "SAMPLE_COUNT_ASC" | "SAMPLE_COUNT_DESC";
|
|
5758
|
+
export type ResourcesHealthOrderBy = "ANNOTATIONS_ASC" | "ANNOTATIONS_DESC" | "CPU_LIMIT_MILLICORES_ASC" | "CPU_LIMIT_MILLICORES_DESC" | "CPU_REQUEST_MILLICORES_ASC" | "CPU_REQUEST_MILLICORES_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "ERROR_COUNT_ASC" | "ERROR_COUNT_DESC" | "ID_ASC" | "ID_DESC" | "INSTALLATION_ID_ASC" | "INSTALLATION_ID_DESC" | "INTEGRATIONS_ASC" | "INTEGRATIONS_DESC" | "KIND_ASC" | "KIND_DESC" | "LABELS_ASC" | "LABELS_DESC" | "LAST_ERROR_ASC" | "LAST_ERROR_DESC" | "LAST_HEARTBEAT_AT_ASC" | "LAST_HEARTBEAT_AT_DESC" | "MEMORY_LIMIT_BYTES_ASC" | "MEMORY_LIMIT_BYTES_DESC" | "MEMORY_REQUEST_BYTES_ASC" | "MEMORY_REQUEST_BYTES_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "REPLICAS_ASC" | "REPLICAS_DESC" | "REQUIRED_CONFIGS_ASC" | "REQUIRED_CONFIGS_DESC" | "REQUIRED_SECRETS_ASC" | "REQUIRED_SECRETS_DESC" | "RESOURCE_DEFINITION_ID_ASC" | "RESOURCE_DEFINITION_ID_DESC" | "SLUG_ASC" | "SLUG_DESC" | "SPEC_ASC" | "SPEC_DESC" | "STATUS_ASC" | "STATUS_DESC" | "STATUS_DETAIL_ASC" | "STATUS_DETAIL_DESC" | "STATUS_OBSERVED_ASC" | "STATUS_OBSERVED_DESC" | "STORAGE_CLASS_ASC" | "STORAGE_CLASS_DESC" | "STORAGE_SIZE_BYTES_ASC" | "STORAGE_SIZE_BYTES_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
|
|
5759
|
+
export type ResourcesRequirementsStateOrderBy = "CONFIG_HASH_ASC" | "CONFIG_HASH_DESC" | "CONFIG_OBJECT_NAME_ASC" | "CONFIG_OBJECT_NAME_DESC" | "NATURAL" | "REQUIREMENTS_HASH_ASC" | "REQUIREMENTS_HASH_DESC" | "RESOURCE_ID_ASC" | "RESOURCE_ID_DESC" | "SECRETS_HASH_ASC" | "SECRETS_HASH_DESC" | "SECRETS_OBJECT_NAME_ASC" | "SECRETS_OBJECT_NAME_DESC" | "SLUG_ASC" | "SLUG_DESC";
|
|
5760
|
+
export type ResourcesResolvedRequirementOrderBy = "ATOM_ID_ASC" | "ATOM_ID_DESC" | "CONFIG_OBJECT_NAME_ASC" | "CONFIG_OBJECT_NAME_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRESENT_ASC" | "PRESENT_DESC" | "REQUIRED_ASC" | "REQUIRED_DESC" | "REQUIREMENT_KIND_ASC" | "REQUIREMENT_KIND_DESC" | "RESOURCE_ID_ASC" | "RESOURCE_ID_DESC" | "SECRETS_OBJECT_NAME_ASC" | "SECRETS_OBJECT_NAME_DESC" | "SLUG_ASC" | "SLUG_DESC";
|
|
5761
|
+
export type WebhookEndpointOrderBy = "ACTIVE_ASC" | "ACTIVE_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "FUNCTION_DEFINITION_ID_ASC" | "FUNCTION_DEFINITION_ID_DESC" | "HOST_ASC" | "HOST_DESC" | "ID_ASC" | "ID_DESC" | "NAMESPACE_ID_ASC" | "NAMESPACE_ID_DESC" | "NATURAL" | "PATH_ASC" | "PATH_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROVIDER_ASC" | "PROVIDER_DESC" | "REPLAY_WINDOW_SECONDS_ASC" | "REPLAY_WINDOW_SECONDS_DESC" | "SIGNING_SECRET_NAME_ASC" | "SIGNING_SECRET_NAME_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
|
|
5762
|
+
export type WebhookEventOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATABASE_ID_ASC" | "DATABASE_ID_DESC" | "ENDPOINT_ID_ASC" | "ENDPOINT_ID_DESC" | "ERROR_ASC" | "ERROR_DESC" | "EXTERNAL_EVENT_ID_ASC" | "EXTERNAL_EVENT_ID_DESC" | "ID_ASC" | "ID_DESC" | "INVOCATION_CREATED_AT_ASC" | "INVOCATION_CREATED_AT_DESC" | "INVOCATION_ID_ASC" | "INVOCATION_ID_DESC" | "NATURAL" | "PAYLOAD_ASC" | "PAYLOAD_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROVIDER_ASC" | "PROVIDER_DESC" | "PROVIDER_TIMESTAMP_ASC" | "PROVIDER_TIMESTAMP_DESC" | "STATUS_ASC" | "STATUS_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
5594
5763
|
export interface CreateDbPresetInput {
|
|
5595
5764
|
clientMutationId?: string;
|
|
5596
5765
|
dbPreset: {
|
|
5597
5766
|
active?: boolean;
|
|
5598
5767
|
commitId?: string;
|
|
5599
|
-
definition: Record<string, unknown>;
|
|
5600
|
-
description?: string;
|
|
5601
|
-
label?: string;
|
|
5602
|
-
modulesHash?: string;
|
|
5603
|
-
slug: string;
|
|
5604
|
-
storeId?: string;
|
|
5605
|
-
};
|
|
5606
|
-
}
|
|
5607
|
-
export interface DbPresetPatch {
|
|
5608
|
-
active?: boolean | null;
|
|
5609
|
-
commitId?: string | null;
|
|
5610
|
-
definition?: Record<string, unknown> | null;
|
|
5611
|
-
description?: string | null;
|
|
5612
|
-
label?: string | null;
|
|
5613
|
-
modulesHash?: string | null;
|
|
5614
|
-
slug?: string | null;
|
|
5615
|
-
storeId?: string | null;
|
|
5616
|
-
}
|
|
5617
|
-
export interface UpdateDbPresetInput {
|
|
5618
|
-
clientMutationId?: string;
|
|
5619
|
-
id: string;
|
|
5620
|
-
dbPresetPatch: DbPresetPatch;
|
|
5621
|
-
}
|
|
5622
|
-
export interface DeleteDbPresetInput {
|
|
5623
|
-
clientMutationId?: string;
|
|
5624
|
-
id: string;
|
|
5625
|
-
}
|
|
5626
|
-
export interface CreateDeclaredCapacityInput {
|
|
5627
|
-
clientMutationId?: string;
|
|
5628
|
-
declaredCapacity: {
|
|
5629
|
-
cpuLimitMillicores?: string;
|
|
5630
|
-
cpuRequestMillicores?: string;
|
|
5631
|
-
installationId: string;
|
|
5632
|
-
isTransient?: boolean;
|
|
5633
|
-
kind?: string;
|
|
5634
|
-
memoryLimitBytes?: string;
|
|
5635
|
-
memoryRequestBytes?: string;
|
|
5636
|
-
namespaceId: string;
|
|
5637
|
-
podCountMax?: number;
|
|
5638
|
-
podCountMin?: number;
|
|
5639
|
-
source?: string;
|
|
5640
|
-
sourceId: string;
|
|
5641
|
-
storageSizeBytes?: string;
|
|
5642
|
-
};
|
|
5643
|
-
}
|
|
5644
|
-
export interface DeclaredCapacityPatch {
|
|
5645
|
-
cpuLimitMillicores?: string | null;
|
|
5646
|
-
cpuRequestMillicores?: string | null;
|
|
5647
|
-
installationId?: string | null;
|
|
5648
|
-
isTransient?: boolean | null;
|
|
5649
|
-
kind?: string | null;
|
|
5650
|
-
memoryLimitBytes?: string | null;
|
|
5651
|
-
memoryRequestBytes?: string | null;
|
|
5652
|
-
namespaceId?: string | null;
|
|
5653
|
-
podCountMax?: number | null;
|
|
5654
|
-
podCountMin?: number | null;
|
|
5655
|
-
source?: string | null;
|
|
5656
|
-
sourceId?: string | null;
|
|
5657
|
-
storageSizeBytes?: string | null;
|
|
5768
|
+
definition: Record<string, unknown>;
|
|
5769
|
+
description?: string;
|
|
5770
|
+
label?: string;
|
|
5771
|
+
modulesHash?: string;
|
|
5772
|
+
slug: string;
|
|
5773
|
+
storeId?: string;
|
|
5774
|
+
};
|
|
5775
|
+
}
|
|
5776
|
+
export interface DbPresetPatch {
|
|
5777
|
+
active?: boolean | null;
|
|
5778
|
+
commitId?: string | null;
|
|
5779
|
+
definition?: Record<string, unknown> | null;
|
|
5780
|
+
description?: string | null;
|
|
5781
|
+
label?: string | null;
|
|
5782
|
+
modulesHash?: string | null;
|
|
5783
|
+
slug?: string | null;
|
|
5784
|
+
storeId?: string | null;
|
|
5658
5785
|
}
|
|
5659
|
-
export interface
|
|
5786
|
+
export interface UpdateDbPresetInput {
|
|
5660
5787
|
clientMutationId?: string;
|
|
5661
5788
|
id: string;
|
|
5662
|
-
|
|
5789
|
+
dbPresetPatch: DbPresetPatch;
|
|
5663
5790
|
}
|
|
5664
|
-
export interface
|
|
5791
|
+
export interface DeleteDbPresetInput {
|
|
5665
5792
|
clientMutationId?: string;
|
|
5666
5793
|
id: string;
|
|
5667
5794
|
}
|
|
@@ -5725,7 +5852,6 @@ export interface CreateFunctionDefinitionInput {
|
|
|
5725
5852
|
scaleMin?: number;
|
|
5726
5853
|
targetFunction?: string;
|
|
5727
5854
|
targetSchema?: string;
|
|
5728
|
-
taskIdentifier: string;
|
|
5729
5855
|
timeoutSeconds?: number;
|
|
5730
5856
|
volatile?: boolean;
|
|
5731
5857
|
};
|
|
@@ -5764,7 +5890,6 @@ export interface FunctionDefinitionPatch {
|
|
|
5764
5890
|
scaleMin?: number | null;
|
|
5765
5891
|
targetFunction?: string | null;
|
|
5766
5892
|
targetSchema?: string | null;
|
|
5767
|
-
taskIdentifier?: string | null;
|
|
5768
5893
|
timeoutSeconds?: number | null;
|
|
5769
5894
|
volatile?: boolean | null;
|
|
5770
5895
|
}
|
|
@@ -6167,6 +6292,44 @@ export interface DeleteFunctionGraphStoreInput {
|
|
|
6167
6292
|
clientMutationId?: string;
|
|
6168
6293
|
id: string;
|
|
6169
6294
|
}
|
|
6295
|
+
export interface CreateFunctionInvocationAttemptInput {
|
|
6296
|
+
clientMutationId?: string;
|
|
6297
|
+
functionInvocationAttempt: {
|
|
6298
|
+
actorId?: string;
|
|
6299
|
+
attempt: number;
|
|
6300
|
+
databaseId: string;
|
|
6301
|
+
durationMs?: number;
|
|
6302
|
+
error?: string;
|
|
6303
|
+
errorDetail?: Record<string, unknown>;
|
|
6304
|
+
invocationCreatedAt: string;
|
|
6305
|
+
invocationId: string;
|
|
6306
|
+
startedAt?: string;
|
|
6307
|
+
success: boolean;
|
|
6308
|
+
taskIdentifier: string;
|
|
6309
|
+
};
|
|
6310
|
+
}
|
|
6311
|
+
export interface FunctionInvocationAttemptPatch {
|
|
6312
|
+
actorId?: string | null;
|
|
6313
|
+
attempt?: number | null;
|
|
6314
|
+
databaseId?: string | null;
|
|
6315
|
+
durationMs?: number | null;
|
|
6316
|
+
error?: string | null;
|
|
6317
|
+
errorDetail?: Record<string, unknown> | null;
|
|
6318
|
+
invocationCreatedAt?: string | null;
|
|
6319
|
+
invocationId?: string | null;
|
|
6320
|
+
startedAt?: string | null;
|
|
6321
|
+
success?: boolean | null;
|
|
6322
|
+
taskIdentifier?: string | null;
|
|
6323
|
+
}
|
|
6324
|
+
export interface UpdateFunctionInvocationAttemptInput {
|
|
6325
|
+
clientMutationId?: string;
|
|
6326
|
+
id: string;
|
|
6327
|
+
functionInvocationAttemptPatch: FunctionInvocationAttemptPatch;
|
|
6328
|
+
}
|
|
6329
|
+
export interface DeleteFunctionInvocationAttemptInput {
|
|
6330
|
+
clientMutationId?: string;
|
|
6331
|
+
id: string;
|
|
6332
|
+
}
|
|
6170
6333
|
export interface CreateFunctionInvocationInput {
|
|
6171
6334
|
clientMutationId?: string;
|
|
6172
6335
|
functionInvocation: {
|
|
@@ -6460,48 +6623,6 @@ export interface DeleteNamespaceEventInput {
|
|
|
6460
6623
|
clientMutationId?: string;
|
|
6461
6624
|
id: string;
|
|
6462
6625
|
}
|
|
6463
|
-
export interface CreatePlatformDeclaredCapacityInput {
|
|
6464
|
-
clientMutationId?: string;
|
|
6465
|
-
platformDeclaredCapacity: {
|
|
6466
|
-
cpuLimitMillicores?: string;
|
|
6467
|
-
cpuRequestMillicores?: string;
|
|
6468
|
-
installationId: string;
|
|
6469
|
-
isTransient?: boolean;
|
|
6470
|
-
kind?: string;
|
|
6471
|
-
memoryLimitBytes?: string;
|
|
6472
|
-
memoryRequestBytes?: string;
|
|
6473
|
-
namespaceId: string;
|
|
6474
|
-
podCountMax?: number;
|
|
6475
|
-
podCountMin?: number;
|
|
6476
|
-
source?: string;
|
|
6477
|
-
sourceId: string;
|
|
6478
|
-
storageSizeBytes?: string;
|
|
6479
|
-
};
|
|
6480
|
-
}
|
|
6481
|
-
export interface PlatformDeclaredCapacityPatch {
|
|
6482
|
-
cpuLimitMillicores?: string | null;
|
|
6483
|
-
cpuRequestMillicores?: string | null;
|
|
6484
|
-
installationId?: string | null;
|
|
6485
|
-
isTransient?: boolean | null;
|
|
6486
|
-
kind?: string | null;
|
|
6487
|
-
memoryLimitBytes?: string | null;
|
|
6488
|
-
memoryRequestBytes?: string | null;
|
|
6489
|
-
namespaceId?: string | null;
|
|
6490
|
-
podCountMax?: number | null;
|
|
6491
|
-
podCountMin?: number | null;
|
|
6492
|
-
source?: string | null;
|
|
6493
|
-
sourceId?: string | null;
|
|
6494
|
-
storageSizeBytes?: string | null;
|
|
6495
|
-
}
|
|
6496
|
-
export interface UpdatePlatformDeclaredCapacityInput {
|
|
6497
|
-
clientMutationId?: string;
|
|
6498
|
-
id: string;
|
|
6499
|
-
platformDeclaredCapacityPatch: PlatformDeclaredCapacityPatch;
|
|
6500
|
-
}
|
|
6501
|
-
export interface DeletePlatformDeclaredCapacityInput {
|
|
6502
|
-
clientMutationId?: string;
|
|
6503
|
-
id: string;
|
|
6504
|
-
}
|
|
6505
6626
|
export interface CreatePlatformFunctionApiBindingInput {
|
|
6506
6627
|
clientMutationId?: string;
|
|
6507
6628
|
platformFunctionApiBinding: {
|
|
@@ -6530,6 +6651,7 @@ export interface CreatePlatformFunctionDefinitionInput {
|
|
|
6530
6651
|
clientMutationId?: string;
|
|
6531
6652
|
platformFunctionDefinition: {
|
|
6532
6653
|
accessChannels?: string[];
|
|
6654
|
+
billable?: boolean;
|
|
6533
6655
|
category: string;
|
|
6534
6656
|
concurrency?: number;
|
|
6535
6657
|
description?: string;
|
|
@@ -6559,15 +6681,16 @@ export interface CreatePlatformFunctionDefinitionInput {
|
|
|
6559
6681
|
runtime?: string;
|
|
6560
6682
|
scaleMax?: number;
|
|
6561
6683
|
scaleMin?: number;
|
|
6684
|
+
system?: boolean;
|
|
6562
6685
|
targetFunction?: string;
|
|
6563
6686
|
targetSchema?: string;
|
|
6564
|
-
taskIdentifier: string;
|
|
6565
6687
|
timeoutSeconds?: number;
|
|
6566
6688
|
volatile?: boolean;
|
|
6567
6689
|
};
|
|
6568
6690
|
}
|
|
6569
6691
|
export interface PlatformFunctionDefinitionPatch {
|
|
6570
6692
|
accessChannels?: string[] | null;
|
|
6693
|
+
billable?: boolean | null;
|
|
6571
6694
|
category?: string | null;
|
|
6572
6695
|
concurrency?: number | null;
|
|
6573
6696
|
description?: string | null;
|
|
@@ -6597,9 +6720,9 @@ export interface PlatformFunctionDefinitionPatch {
|
|
|
6597
6720
|
runtime?: string | null;
|
|
6598
6721
|
scaleMax?: number | null;
|
|
6599
6722
|
scaleMin?: number | null;
|
|
6723
|
+
system?: boolean | null;
|
|
6600
6724
|
targetFunction?: string | null;
|
|
6601
6725
|
targetSchema?: string | null;
|
|
6602
|
-
taskIdentifier?: string | null;
|
|
6603
6726
|
timeoutSeconds?: number | null;
|
|
6604
6727
|
volatile?: boolean | null;
|
|
6605
6728
|
}
|
|
@@ -6718,6 +6841,42 @@ export interface DeletePlatformFunctionExecutionLogInput {
|
|
|
6718
6841
|
clientMutationId?: string;
|
|
6719
6842
|
id: string;
|
|
6720
6843
|
}
|
|
6844
|
+
export interface CreatePlatformFunctionInvocationAttemptInput {
|
|
6845
|
+
clientMutationId?: string;
|
|
6846
|
+
platformFunctionInvocationAttempt: {
|
|
6847
|
+
actorId?: string;
|
|
6848
|
+
attempt: number;
|
|
6849
|
+
durationMs?: number;
|
|
6850
|
+
error?: string;
|
|
6851
|
+
errorDetail?: Record<string, unknown>;
|
|
6852
|
+
invocationCreatedAt: string;
|
|
6853
|
+
invocationId: string;
|
|
6854
|
+
startedAt?: string;
|
|
6855
|
+
success: boolean;
|
|
6856
|
+
taskIdentifier: string;
|
|
6857
|
+
};
|
|
6858
|
+
}
|
|
6859
|
+
export interface PlatformFunctionInvocationAttemptPatch {
|
|
6860
|
+
actorId?: string | null;
|
|
6861
|
+
attempt?: number | null;
|
|
6862
|
+
durationMs?: number | null;
|
|
6863
|
+
error?: string | null;
|
|
6864
|
+
errorDetail?: Record<string, unknown> | null;
|
|
6865
|
+
invocationCreatedAt?: string | null;
|
|
6866
|
+
invocationId?: string | null;
|
|
6867
|
+
startedAt?: string | null;
|
|
6868
|
+
success?: boolean | null;
|
|
6869
|
+
taskIdentifier?: string | null;
|
|
6870
|
+
}
|
|
6871
|
+
export interface UpdatePlatformFunctionInvocationAttemptInput {
|
|
6872
|
+
clientMutationId?: string;
|
|
6873
|
+
id: string;
|
|
6874
|
+
platformFunctionInvocationAttemptPatch: PlatformFunctionInvocationAttemptPatch;
|
|
6875
|
+
}
|
|
6876
|
+
export interface DeletePlatformFunctionInvocationAttemptInput {
|
|
6877
|
+
clientMutationId?: string;
|
|
6878
|
+
id: string;
|
|
6879
|
+
}
|
|
6721
6880
|
export interface CreatePlatformFunctionInvocationInput {
|
|
6722
6881
|
clientMutationId?: string;
|
|
6723
6882
|
platformFunctionInvocation: {
|
|
@@ -7004,6 +7163,48 @@ export interface DeletePlatformResourceInput {
|
|
|
7004
7163
|
clientMutationId?: string;
|
|
7005
7164
|
id: string;
|
|
7006
7165
|
}
|
|
7166
|
+
export interface CreatePlatformResourceDeclaredCapacityInput {
|
|
7167
|
+
clientMutationId?: string;
|
|
7168
|
+
platformResourceDeclaredCapacity: {
|
|
7169
|
+
cpuLimitMillicores?: string;
|
|
7170
|
+
cpuRequestMillicores?: string;
|
|
7171
|
+
installationId: string;
|
|
7172
|
+
isTransient?: boolean;
|
|
7173
|
+
kind?: string;
|
|
7174
|
+
memoryLimitBytes?: string;
|
|
7175
|
+
memoryRequestBytes?: string;
|
|
7176
|
+
namespaceId: string;
|
|
7177
|
+
podCountMax?: number;
|
|
7178
|
+
podCountMin?: number;
|
|
7179
|
+
source?: string;
|
|
7180
|
+
sourceId: string;
|
|
7181
|
+
storageSizeBytes?: string;
|
|
7182
|
+
};
|
|
7183
|
+
}
|
|
7184
|
+
export interface PlatformResourceDeclaredCapacityPatch {
|
|
7185
|
+
cpuLimitMillicores?: string | null;
|
|
7186
|
+
cpuRequestMillicores?: string | null;
|
|
7187
|
+
installationId?: string | null;
|
|
7188
|
+
isTransient?: boolean | null;
|
|
7189
|
+
kind?: string | null;
|
|
7190
|
+
memoryLimitBytes?: string | null;
|
|
7191
|
+
memoryRequestBytes?: string | null;
|
|
7192
|
+
namespaceId?: string | null;
|
|
7193
|
+
podCountMax?: number | null;
|
|
7194
|
+
podCountMin?: number | null;
|
|
7195
|
+
source?: string | null;
|
|
7196
|
+
sourceId?: string | null;
|
|
7197
|
+
storageSizeBytes?: string | null;
|
|
7198
|
+
}
|
|
7199
|
+
export interface UpdatePlatformResourceDeclaredCapacityInput {
|
|
7200
|
+
clientMutationId?: string;
|
|
7201
|
+
id: string;
|
|
7202
|
+
platformResourceDeclaredCapacityPatch: PlatformResourceDeclaredCapacityPatch;
|
|
7203
|
+
}
|
|
7204
|
+
export interface DeletePlatformResourceDeclaredCapacityInput {
|
|
7205
|
+
clientMutationId?: string;
|
|
7206
|
+
id: string;
|
|
7207
|
+
}
|
|
7007
7208
|
export interface CreatePlatformResourceDefinitionInput {
|
|
7008
7209
|
clientMutationId?: string;
|
|
7009
7210
|
platformResourceDefinition: {
|
|
@@ -7202,9 +7403,9 @@ export interface DeletePlatformResourceUsageSummaryInput {
|
|
|
7202
7403
|
clientMutationId?: string;
|
|
7203
7404
|
id: string;
|
|
7204
7405
|
}
|
|
7205
|
-
export interface
|
|
7406
|
+
export interface CreatePlatformResourceUtilizationInput {
|
|
7206
7407
|
clientMutationId?: string;
|
|
7207
|
-
|
|
7408
|
+
platformResourceUtilization: {
|
|
7208
7409
|
avgMemoryBytes?: string;
|
|
7209
7410
|
cpuLimitMillicores?: string;
|
|
7210
7411
|
cpuPeakUtilization?: string;
|
|
@@ -7226,7 +7427,7 @@ export interface CreatePlatformResourceUtilizationDailyInput {
|
|
|
7226
7427
|
sampleCount?: number;
|
|
7227
7428
|
};
|
|
7228
7429
|
}
|
|
7229
|
-
export interface
|
|
7430
|
+
export interface PlatformResourceUtilizationPatch {
|
|
7230
7431
|
avgMemoryBytes?: string | null;
|
|
7231
7432
|
cpuLimitMillicores?: string | null;
|
|
7232
7433
|
cpuPeakUtilization?: string | null;
|
|
@@ -7247,12 +7448,12 @@ export interface PlatformResourceUtilizationDailyPatch {
|
|
|
7247
7448
|
runtimeSeconds?: string | null;
|
|
7248
7449
|
sampleCount?: number | null;
|
|
7249
7450
|
}
|
|
7250
|
-
export interface
|
|
7451
|
+
export interface UpdatePlatformResourceUtilizationInput {
|
|
7251
7452
|
clientMutationId?: string;
|
|
7252
7453
|
id: string;
|
|
7253
|
-
|
|
7454
|
+
platformResourceUtilizationPatch: PlatformResourceUtilizationPatch;
|
|
7254
7455
|
}
|
|
7255
|
-
export interface
|
|
7456
|
+
export interface DeletePlatformResourceUtilizationInput {
|
|
7256
7457
|
clientMutationId?: string;
|
|
7257
7458
|
id: string;
|
|
7258
7459
|
}
|
|
@@ -7518,6 +7719,48 @@ export interface DeleteResourceInput {
|
|
|
7518
7719
|
clientMutationId?: string;
|
|
7519
7720
|
id: string;
|
|
7520
7721
|
}
|
|
7722
|
+
export interface CreateResourceDeclaredCapacityInput {
|
|
7723
|
+
clientMutationId?: string;
|
|
7724
|
+
resourceDeclaredCapacity: {
|
|
7725
|
+
cpuLimitMillicores?: string;
|
|
7726
|
+
cpuRequestMillicores?: string;
|
|
7727
|
+
installationId: string;
|
|
7728
|
+
isTransient?: boolean;
|
|
7729
|
+
kind?: string;
|
|
7730
|
+
memoryLimitBytes?: string;
|
|
7731
|
+
memoryRequestBytes?: string;
|
|
7732
|
+
namespaceId: string;
|
|
7733
|
+
podCountMax?: number;
|
|
7734
|
+
podCountMin?: number;
|
|
7735
|
+
source?: string;
|
|
7736
|
+
sourceId: string;
|
|
7737
|
+
storageSizeBytes?: string;
|
|
7738
|
+
};
|
|
7739
|
+
}
|
|
7740
|
+
export interface ResourceDeclaredCapacityPatch {
|
|
7741
|
+
cpuLimitMillicores?: string | null;
|
|
7742
|
+
cpuRequestMillicores?: string | null;
|
|
7743
|
+
installationId?: string | null;
|
|
7744
|
+
isTransient?: boolean | null;
|
|
7745
|
+
kind?: string | null;
|
|
7746
|
+
memoryLimitBytes?: string | null;
|
|
7747
|
+
memoryRequestBytes?: string | null;
|
|
7748
|
+
namespaceId?: string | null;
|
|
7749
|
+
podCountMax?: number | null;
|
|
7750
|
+
podCountMin?: number | null;
|
|
7751
|
+
source?: string | null;
|
|
7752
|
+
sourceId?: string | null;
|
|
7753
|
+
storageSizeBytes?: string | null;
|
|
7754
|
+
}
|
|
7755
|
+
export interface UpdateResourceDeclaredCapacityInput {
|
|
7756
|
+
clientMutationId?: string;
|
|
7757
|
+
id: string;
|
|
7758
|
+
resourceDeclaredCapacityPatch: ResourceDeclaredCapacityPatch;
|
|
7759
|
+
}
|
|
7760
|
+
export interface DeleteResourceDeclaredCapacityInput {
|
|
7761
|
+
clientMutationId?: string;
|
|
7762
|
+
id: string;
|
|
7763
|
+
}
|
|
7521
7764
|
export interface CreateResourceDefinitionInput {
|
|
7522
7765
|
clientMutationId?: string;
|
|
7523
7766
|
resourceDefinition: {
|
|
@@ -7728,9 +7971,9 @@ export interface DeleteResourceUsageSummaryInput {
|
|
|
7728
7971
|
clientMutationId?: string;
|
|
7729
7972
|
id: string;
|
|
7730
7973
|
}
|
|
7731
|
-
export interface
|
|
7974
|
+
export interface CreateResourceUtilizationInput {
|
|
7732
7975
|
clientMutationId?: string;
|
|
7733
|
-
|
|
7976
|
+
resourceUtilization: {
|
|
7734
7977
|
avgMemoryBytes?: string;
|
|
7735
7978
|
cpuLimitMillicores?: string;
|
|
7736
7979
|
cpuPeakUtilization?: string;
|
|
@@ -7752,7 +7995,7 @@ export interface CreateResourceUtilizationDailyInput {
|
|
|
7752
7995
|
sampleCount?: number;
|
|
7753
7996
|
};
|
|
7754
7997
|
}
|
|
7755
|
-
export interface
|
|
7998
|
+
export interface ResourceUtilizationPatch {
|
|
7756
7999
|
avgMemoryBytes?: string | null;
|
|
7757
8000
|
cpuLimitMillicores?: string | null;
|
|
7758
8001
|
cpuPeakUtilization?: string | null;
|
|
@@ -7773,12 +8016,12 @@ export interface ResourceUtilizationDailyPatch {
|
|
|
7773
8016
|
runtimeSeconds?: string | null;
|
|
7774
8017
|
sampleCount?: number | null;
|
|
7775
8018
|
}
|
|
7776
|
-
export interface
|
|
8019
|
+
export interface UpdateResourceUtilizationInput {
|
|
7777
8020
|
clientMutationId?: string;
|
|
7778
8021
|
id: string;
|
|
7779
|
-
|
|
8022
|
+
resourceUtilizationPatch: ResourceUtilizationPatch;
|
|
7780
8023
|
}
|
|
7781
|
-
export interface
|
|
8024
|
+
export interface DeleteResourceUtilizationInput {
|
|
7782
8025
|
clientMutationId?: string;
|
|
7783
8026
|
id: string;
|
|
7784
8027
|
}
|
|
@@ -8116,24 +8359,24 @@ export interface PlatformInfraSetDataAtPathInput {
|
|
|
8116
8359
|
}
|
|
8117
8360
|
export interface PlatformResourceInstallationsInstallInput {
|
|
8118
8361
|
clientMutationId?: string;
|
|
8119
|
-
|
|
8120
|
-
|
|
8121
|
-
|
|
8122
|
-
|
|
8362
|
+
name?: string;
|
|
8363
|
+
namespaceId?: string;
|
|
8364
|
+
newParams?: Record<string, unknown>;
|
|
8365
|
+
slug?: string;
|
|
8123
8366
|
}
|
|
8124
8367
|
export interface PlatformResourceInstallationsRollbackInput {
|
|
8125
8368
|
clientMutationId?: string;
|
|
8126
|
-
|
|
8127
|
-
|
|
8369
|
+
commitId?: string;
|
|
8370
|
+
targetInstallationId?: string;
|
|
8128
8371
|
}
|
|
8129
8372
|
export interface PlatformResourceInstallationsUninstallInput {
|
|
8130
8373
|
clientMutationId?: string;
|
|
8131
|
-
|
|
8374
|
+
targetInstallationId?: string;
|
|
8132
8375
|
}
|
|
8133
8376
|
export interface PlatformResourceInstallationsUpgradeInput {
|
|
8134
8377
|
clientMutationId?: string;
|
|
8135
|
-
|
|
8136
|
-
|
|
8378
|
+
newParams?: Record<string, unknown>;
|
|
8379
|
+
targetInstallationId?: string;
|
|
8137
8380
|
}
|
|
8138
8381
|
export interface ProvisionBucketInput {
|
|
8139
8382
|
/** The logical bucket key (e.g., "public", "private") */
|
|
@@ -8146,24 +8389,24 @@ export interface ProvisionBucketInput {
|
|
|
8146
8389
|
}
|
|
8147
8390
|
export interface ResourceInstallationsInstallInput {
|
|
8148
8391
|
clientMutationId?: string;
|
|
8149
|
-
|
|
8150
|
-
|
|
8151
|
-
|
|
8152
|
-
|
|
8392
|
+
name?: string;
|
|
8393
|
+
namespaceId?: string;
|
|
8394
|
+
newParams?: Record<string, unknown>;
|
|
8395
|
+
slug?: string;
|
|
8153
8396
|
}
|
|
8154
8397
|
export interface ResourceInstallationsRollbackInput {
|
|
8155
8398
|
clientMutationId?: string;
|
|
8156
|
-
|
|
8157
|
-
|
|
8399
|
+
commitId?: string;
|
|
8400
|
+
targetInstallationId?: string;
|
|
8158
8401
|
}
|
|
8159
8402
|
export interface ResourceInstallationsUninstallInput {
|
|
8160
8403
|
clientMutationId?: string;
|
|
8161
|
-
|
|
8404
|
+
targetInstallationId?: string;
|
|
8162
8405
|
}
|
|
8163
8406
|
export interface ResourceInstallationsUpgradeInput {
|
|
8164
8407
|
clientMutationId?: string;
|
|
8165
|
-
|
|
8166
|
-
|
|
8408
|
+
newParams?: Record<string, unknown>;
|
|
8409
|
+
targetInstallationId?: string;
|
|
8167
8410
|
}
|
|
8168
8411
|
export interface SaveGraphInput {
|
|
8169
8412
|
clientMutationId?: string;
|
|
@@ -8613,8 +8856,6 @@ export interface FunctionDefinitionInput {
|
|
|
8613
8856
|
targetFunction?: string;
|
|
8614
8857
|
/** Schema of the SQL function to invoke when runtime=sql (direct mode). NULL for module mode and other runtimes. */
|
|
8615
8858
|
targetSchema?: string;
|
|
8616
|
-
/** Computed routing slug: category:name (used by Knative job worker for dispatch) */
|
|
8617
|
-
taskIdentifier: string;
|
|
8618
8859
|
/** Knative request timeout in seconds */
|
|
8619
8860
|
timeoutSeconds?: number;
|
|
8620
8861
|
updatedAt?: string;
|
|
@@ -8886,6 +9127,35 @@ export interface FunctionGraphStoreInput {
|
|
|
8886
9127
|
/** Opaque store partition key for the global tier */
|
|
8887
9128
|
scopeId: string;
|
|
8888
9129
|
}
|
|
9130
|
+
/** An input for mutations affecting `FunctionInvocationAttempt` */
|
|
9131
|
+
export interface FunctionInvocationAttemptInput {
|
|
9132
|
+
/** Who triggered the invocation (NULL for system/cron) */
|
|
9133
|
+
actorId?: string;
|
|
9134
|
+
/** 1-based attempt number for this invocation */
|
|
9135
|
+
attempt: number;
|
|
9136
|
+
/** When the attempt result was recorded (partition key) */
|
|
9137
|
+
createdAt?: string;
|
|
9138
|
+
/** Database that owns this resource (database-scoped isolation) */
|
|
9139
|
+
databaseId: string;
|
|
9140
|
+
/** Wall-clock attempt time in milliseconds */
|
|
9141
|
+
durationMs?: number;
|
|
9142
|
+
/** Error message when the attempt failed */
|
|
9143
|
+
error?: string;
|
|
9144
|
+
/** Structured error context (stack, code, provider response) */
|
|
9145
|
+
errorDetail?: Record<string, unknown>;
|
|
9146
|
+
/** Unique attempt identifier */
|
|
9147
|
+
id?: string;
|
|
9148
|
+
/** created_at of the referenced invocation (partition-pruned lookups against the invocations PK) */
|
|
9149
|
+
invocationCreatedAt: string;
|
|
9150
|
+
/** Invocation this attempt belongs to (soft reference paired with invocation_created_at) */
|
|
9151
|
+
invocationId: string;
|
|
9152
|
+
/** When the attempt began executing */
|
|
9153
|
+
startedAt?: string;
|
|
9154
|
+
/** Whether this attempt completed successfully */
|
|
9155
|
+
success: boolean;
|
|
9156
|
+
/** Function routing slug (denormalized from the invocation) */
|
|
9157
|
+
taskIdentifier: string;
|
|
9158
|
+
}
|
|
8889
9159
|
/** An input for mutations affecting `FunctionInvocation` */
|
|
8890
9160
|
export interface FunctionInvocationInput {
|
|
8891
9161
|
/** Who triggered the invocation (NULL for system/cron) */
|
|
@@ -8904,7 +9174,7 @@ export interface FunctionInvocationInput {
|
|
|
8904
9174
|
definitionScope?: string;
|
|
8905
9175
|
/** Wall-clock execution time in milliseconds */
|
|
8906
9176
|
durationMs?: number;
|
|
8907
|
-
/** Error message when status is failed */
|
|
9177
|
+
/** Error message when status is failed, or the reason the run was skipped when status is skipped */
|
|
8908
9178
|
error?: string;
|
|
8909
9179
|
/** Function definition this invocation ran (soft cross-scope ref; paired with definition_scope). task_identifier stays as the audit slug. */
|
|
8910
9180
|
functionDefinitionId?: string;
|
|
@@ -8924,7 +9194,7 @@ export interface FunctionInvocationInput {
|
|
|
8924
9194
|
result?: Record<string, unknown>;
|
|
8925
9195
|
/** When execution started */
|
|
8926
9196
|
startedAt?: string;
|
|
8927
|
-
/** Lifecycle: pending → running → completed/failed/cancelled */
|
|
9197
|
+
/** Lifecycle: pending → running → completed/failed/cancelled; skipped = never ran (a gate rejected the intended run) */
|
|
8928
9198
|
status?: string;
|
|
8929
9199
|
/** Function routing slug (category:name). Denormalized from the definition — must match the row referenced by function_definition_id when that is set. */
|
|
8930
9200
|
taskIdentifier: string;
|
|
@@ -9076,6 +9346,8 @@ export interface PlatformFunctionApiBindingInput {
|
|
|
9076
9346
|
export interface PlatformFunctionDefinitionInput {
|
|
9077
9347
|
/** Invocation channels this function may be exposed through (api, graph, cron, sync, webhook). Internal worker dispatch is implicit and never listed. Default [] = worker only. */
|
|
9078
9348
|
accessChannels?: string[];
|
|
9349
|
+
/** Whether executions are metered through the invocation ledger and billing quota gate */
|
|
9350
|
+
billable?: boolean;
|
|
9079
9351
|
/** Function task category (e.g. email, embed, chunk, custom) */
|
|
9080
9352
|
category: string;
|
|
9081
9353
|
/** Knative containerConcurrency — max concurrent requests per pod instance */
|
|
@@ -9136,12 +9408,12 @@ export interface PlatformFunctionDefinitionInput {
|
|
|
9136
9408
|
scaleMax?: number;
|
|
9137
9409
|
/** Minimum pod count for Knative autoscaling (minScale) */
|
|
9138
9410
|
scaleMin?: number;
|
|
9411
|
+
/** Platform system definition: its task_identifier cannot be shadowed by non-platform registration */
|
|
9412
|
+
system?: boolean;
|
|
9139
9413
|
/** Name of the SQL function to invoke when runtime=sql (direct mode). NULL for module mode and other runtimes. */
|
|
9140
9414
|
targetFunction?: string;
|
|
9141
9415
|
/** Schema of the SQL function to invoke when runtime=sql (direct mode). NULL for module mode and other runtimes. */
|
|
9142
9416
|
targetSchema?: string;
|
|
9143
|
-
/** Computed routing slug: category:name (used by Knative job worker for dispatch) */
|
|
9144
|
-
taskIdentifier: string;
|
|
9145
9417
|
/** Knative request timeout in seconds */
|
|
9146
9418
|
timeoutSeconds?: number;
|
|
9147
9419
|
updatedAt?: string;
|
|
@@ -9226,6 +9498,33 @@ export interface PlatformFunctionExecutionLogInput {
|
|
|
9226
9498
|
/** Function routing key (NULL for generic job logs) */
|
|
9227
9499
|
taskIdentifier?: string;
|
|
9228
9500
|
}
|
|
9501
|
+
/** An input for mutations affecting `PlatformFunctionInvocationAttempt` */
|
|
9502
|
+
export interface PlatformFunctionInvocationAttemptInput {
|
|
9503
|
+
/** Who triggered the invocation (NULL for system/cron) */
|
|
9504
|
+
actorId?: string;
|
|
9505
|
+
/** 1-based attempt number for this invocation */
|
|
9506
|
+
attempt: number;
|
|
9507
|
+
/** When the attempt result was recorded (partition key) */
|
|
9508
|
+
createdAt?: string;
|
|
9509
|
+
/** Wall-clock attempt time in milliseconds */
|
|
9510
|
+
durationMs?: number;
|
|
9511
|
+
/** Error message when the attempt failed */
|
|
9512
|
+
error?: string;
|
|
9513
|
+
/** Structured error context (stack, code, provider response) */
|
|
9514
|
+
errorDetail?: Record<string, unknown>;
|
|
9515
|
+
/** Unique attempt identifier */
|
|
9516
|
+
id?: string;
|
|
9517
|
+
/** created_at of the referenced invocation (partition-pruned lookups against the invocations PK) */
|
|
9518
|
+
invocationCreatedAt: string;
|
|
9519
|
+
/** Invocation this attempt belongs to (soft reference paired with invocation_created_at) */
|
|
9520
|
+
invocationId: string;
|
|
9521
|
+
/** When the attempt began executing */
|
|
9522
|
+
startedAt?: string;
|
|
9523
|
+
/** Whether this attempt completed successfully */
|
|
9524
|
+
success: boolean;
|
|
9525
|
+
/** Function routing slug (denormalized from the invocation) */
|
|
9526
|
+
taskIdentifier: string;
|
|
9527
|
+
}
|
|
9229
9528
|
/** An input for mutations affecting `PlatformFunctionInvocation` */
|
|
9230
9529
|
export interface PlatformFunctionInvocationInput {
|
|
9231
9530
|
/** Who triggered the invocation (NULL for system/cron) */
|
|
@@ -9242,7 +9541,7 @@ export interface PlatformFunctionInvocationInput {
|
|
|
9242
9541
|
definitionScope?: string;
|
|
9243
9542
|
/** Wall-clock execution time in milliseconds */
|
|
9244
9543
|
durationMs?: number;
|
|
9245
|
-
/** Error message when status is failed */
|
|
9544
|
+
/** Error message when status is failed, or the reason the run was skipped when status is skipped */
|
|
9246
9545
|
error?: string;
|
|
9247
9546
|
/** Function definition this invocation ran (soft cross-scope ref; paired with definition_scope). task_identifier stays as the audit slug. */
|
|
9248
9547
|
functionDefinitionId?: string;
|
|
@@ -9262,7 +9561,7 @@ export interface PlatformFunctionInvocationInput {
|
|
|
9262
9561
|
result?: Record<string, unknown>;
|
|
9263
9562
|
/** When execution started */
|
|
9264
9563
|
startedAt?: string;
|
|
9265
|
-
/** Lifecycle: pending → running → completed/failed/cancelled */
|
|
9564
|
+
/** Lifecycle: pending → running → completed/failed/cancelled; skipped = never ran (a gate rejected the intended run) */
|
|
9266
9565
|
status?: string;
|
|
9267
9566
|
/** Function routing slug (category:name). Denormalized from the definition — must match the row referenced by function_definition_id when that is set. */
|
|
9268
9567
|
taskIdentifier: string;
|
|
@@ -9383,7 +9682,7 @@ export interface PlatformResourceInput {
|
|
|
9383
9682
|
installationId?: string;
|
|
9384
9683
|
/** Provider slugs (e.g. mailgun, postgres) associated with this resource. The UI uses this to auto-fill required_secrets and required_configs from integration_providers. */
|
|
9385
9684
|
integrations?: string[];
|
|
9386
|
-
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate */
|
|
9685
|
+
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate, ClusterIssuer */
|
|
9387
9686
|
kind: string;
|
|
9388
9687
|
/** Key/value pairs for selecting and filtering resources */
|
|
9389
9688
|
labels?: Record<string, unknown>;
|
|
@@ -9425,7 +9724,7 @@ export interface PlatformResourceDefinitionInput {
|
|
|
9425
9724
|
id?: string;
|
|
9426
9725
|
/** Provider slugs (e.g. mailgun, postgres) associated with this resource definition. The UI uses this to auto-fill required_secrets and required_configs from integration_providers. */
|
|
9427
9726
|
integrations?: string[];
|
|
9428
|
-
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate, or custom kinds */
|
|
9727
|
+
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate, ClusterIssuer, or custom kinds */
|
|
9429
9728
|
kind: string;
|
|
9430
9729
|
/** Key/value pairs for selecting and filtering definitions */
|
|
9431
9730
|
labels?: Record<string, unknown>;
|
|
@@ -9539,7 +9838,7 @@ export interface PlatformResourceUsageLogInput {
|
|
|
9539
9838
|
resourceId?: string;
|
|
9540
9839
|
/** Sample timestamp (partition key) — end of the measured interval */
|
|
9541
9840
|
sampledAt?: string;
|
|
9542
|
-
/** Sample producer: self (workload heartbeat)
|
|
9841
|
+
/** Sample producer: self (workload heartbeat), observer (reconciler), or prometheus (namespace-grain usage collector) */
|
|
9543
9842
|
source: string;
|
|
9544
9843
|
}
|
|
9545
9844
|
/** An input for mutations affecting `PlatformResourceUsageSummary` */
|
|
@@ -9626,7 +9925,7 @@ export interface ResourceInput {
|
|
|
9626
9925
|
installationId?: string;
|
|
9627
9926
|
/** Provider slugs (e.g. mailgun, postgres) associated with this resource. The UI uses this to auto-fill required_secrets and required_configs from integration_providers. */
|
|
9628
9927
|
integrations?: string[];
|
|
9629
|
-
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate */
|
|
9928
|
+
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate, ClusterIssuer */
|
|
9630
9929
|
kind: string;
|
|
9631
9930
|
/** Key/value pairs for selecting and filtering resources */
|
|
9632
9931
|
labels?: Record<string, unknown>;
|
|
@@ -9670,7 +9969,7 @@ export interface ResourceDefinitionInput {
|
|
|
9670
9969
|
id?: string;
|
|
9671
9970
|
/** Provider slugs (e.g. mailgun, postgres) associated with this resource definition. The UI uses this to auto-fill required_secrets and required_configs from integration_providers. */
|
|
9672
9971
|
integrations?: string[];
|
|
9673
|
-
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate, or custom kinds */
|
|
9972
|
+
/** Resource kind: Deployment, StatefulSet, Job, Service, Ingress, Certificate, ClusterIssuer, or custom kinds */
|
|
9674
9973
|
kind: string;
|
|
9675
9974
|
/** Key/value pairs for selecting and filtering definitions */
|
|
9676
9975
|
labels?: Record<string, unknown>;
|
|
@@ -9773,7 +10072,7 @@ export interface ResourceUsageLogInput {
|
|
|
9773
10072
|
resourceId?: string;
|
|
9774
10073
|
/** Sample timestamp (partition key) — end of the measured interval */
|
|
9775
10074
|
sampledAt?: string;
|
|
9776
|
-
/** Sample producer: self (workload heartbeat)
|
|
10075
|
+
/** Sample producer: self (workload heartbeat), observer (reconciler), or prometheus (namespace-grain usage collector) */
|
|
9777
10076
|
source: string;
|
|
9778
10077
|
}
|
|
9779
10078
|
/** An input for mutations affecting `ResourceUsageSummary` */
|
|
@@ -10055,6 +10354,8 @@ export interface PlatformFunctionDefinitionFilter {
|
|
|
10055
10354
|
accessChannels?: StringListFilter;
|
|
10056
10355
|
/** Checks for all expressions in this list. */
|
|
10057
10356
|
and?: PlatformFunctionDefinitionFilter[];
|
|
10357
|
+
/** Filter by the object’s `billable` field. */
|
|
10358
|
+
billable?: BooleanFilter;
|
|
10058
10359
|
/** Filter by the object’s `category` field. */
|
|
10059
10360
|
category?: StringFilter;
|
|
10060
10361
|
/** Filter by the object’s `concurrency` field. */
|
|
@@ -10137,6 +10438,8 @@ export interface PlatformFunctionDefinitionFilter {
|
|
|
10137
10438
|
scaleMax?: IntFilter;
|
|
10138
10439
|
/** Filter by the object’s `scaleMin` field. */
|
|
10139
10440
|
scaleMin?: IntFilter;
|
|
10441
|
+
/** Filter by the object’s `system` field. */
|
|
10442
|
+
system?: BooleanFilter;
|
|
10140
10443
|
/** Filter by the object’s `targetFunction` field. */
|
|
10141
10444
|
targetFunction?: StringFilter;
|
|
10142
10445
|
/** Filter by the object’s `targetSchema` field. */
|
|
@@ -12198,6 +12501,51 @@ export type DeleteFunctionGraphStorePayloadSelect = {
|
|
|
12198
12501
|
select: FunctionGraphStoreEdgeSelect;
|
|
12199
12502
|
};
|
|
12200
12503
|
};
|
|
12504
|
+
export interface CreateFunctionInvocationAttemptPayload {
|
|
12505
|
+
clientMutationId?: string | null;
|
|
12506
|
+
/** The `FunctionInvocationAttempt` that was created by this mutation. */
|
|
12507
|
+
functionInvocationAttempt?: FunctionInvocationAttempt | null;
|
|
12508
|
+
functionInvocationAttemptEdge?: FunctionInvocationAttemptEdge | null;
|
|
12509
|
+
}
|
|
12510
|
+
export type CreateFunctionInvocationAttemptPayloadSelect = {
|
|
12511
|
+
clientMutationId?: boolean;
|
|
12512
|
+
functionInvocationAttempt?: {
|
|
12513
|
+
select: FunctionInvocationAttemptSelect;
|
|
12514
|
+
};
|
|
12515
|
+
functionInvocationAttemptEdge?: {
|
|
12516
|
+
select: FunctionInvocationAttemptEdgeSelect;
|
|
12517
|
+
};
|
|
12518
|
+
};
|
|
12519
|
+
export interface UpdateFunctionInvocationAttemptPayload {
|
|
12520
|
+
clientMutationId?: string | null;
|
|
12521
|
+
/** The `FunctionInvocationAttempt` that was updated by this mutation. */
|
|
12522
|
+
functionInvocationAttempt?: FunctionInvocationAttempt | null;
|
|
12523
|
+
functionInvocationAttemptEdge?: FunctionInvocationAttemptEdge | null;
|
|
12524
|
+
}
|
|
12525
|
+
export type UpdateFunctionInvocationAttemptPayloadSelect = {
|
|
12526
|
+
clientMutationId?: boolean;
|
|
12527
|
+
functionInvocationAttempt?: {
|
|
12528
|
+
select: FunctionInvocationAttemptSelect;
|
|
12529
|
+
};
|
|
12530
|
+
functionInvocationAttemptEdge?: {
|
|
12531
|
+
select: FunctionInvocationAttemptEdgeSelect;
|
|
12532
|
+
};
|
|
12533
|
+
};
|
|
12534
|
+
export interface DeleteFunctionInvocationAttemptPayload {
|
|
12535
|
+
clientMutationId?: string | null;
|
|
12536
|
+
/** The `FunctionInvocationAttempt` that was deleted by this mutation. */
|
|
12537
|
+
functionInvocationAttempt?: FunctionInvocationAttempt | null;
|
|
12538
|
+
functionInvocationAttemptEdge?: FunctionInvocationAttemptEdge | null;
|
|
12539
|
+
}
|
|
12540
|
+
export type DeleteFunctionInvocationAttemptPayloadSelect = {
|
|
12541
|
+
clientMutationId?: boolean;
|
|
12542
|
+
functionInvocationAttempt?: {
|
|
12543
|
+
select: FunctionInvocationAttemptSelect;
|
|
12544
|
+
};
|
|
12545
|
+
functionInvocationAttemptEdge?: {
|
|
12546
|
+
select: FunctionInvocationAttemptEdgeSelect;
|
|
12547
|
+
};
|
|
12548
|
+
};
|
|
12201
12549
|
export interface CreateFunctionInvocationPayload {
|
|
12202
12550
|
clientMutationId?: string | null;
|
|
12203
12551
|
/** The `FunctionInvocation` that was created by this mutation. */
|
|
@@ -12783,6 +13131,51 @@ export type DeletePlatformFunctionExecutionLogPayloadSelect = {
|
|
|
12783
13131
|
select: PlatformFunctionExecutionLogEdgeSelect;
|
|
12784
13132
|
};
|
|
12785
13133
|
};
|
|
13134
|
+
export interface CreatePlatformFunctionInvocationAttemptPayload {
|
|
13135
|
+
clientMutationId?: string | null;
|
|
13136
|
+
/** The `PlatformFunctionInvocationAttempt` that was created by this mutation. */
|
|
13137
|
+
platformFunctionInvocationAttempt?: PlatformFunctionInvocationAttempt | null;
|
|
13138
|
+
platformFunctionInvocationAttemptEdge?: PlatformFunctionInvocationAttemptEdge | null;
|
|
13139
|
+
}
|
|
13140
|
+
export type CreatePlatformFunctionInvocationAttemptPayloadSelect = {
|
|
13141
|
+
clientMutationId?: boolean;
|
|
13142
|
+
platformFunctionInvocationAttempt?: {
|
|
13143
|
+
select: PlatformFunctionInvocationAttemptSelect;
|
|
13144
|
+
};
|
|
13145
|
+
platformFunctionInvocationAttemptEdge?: {
|
|
13146
|
+
select: PlatformFunctionInvocationAttemptEdgeSelect;
|
|
13147
|
+
};
|
|
13148
|
+
};
|
|
13149
|
+
export interface UpdatePlatformFunctionInvocationAttemptPayload {
|
|
13150
|
+
clientMutationId?: string | null;
|
|
13151
|
+
/** The `PlatformFunctionInvocationAttempt` that was updated by this mutation. */
|
|
13152
|
+
platformFunctionInvocationAttempt?: PlatformFunctionInvocationAttempt | null;
|
|
13153
|
+
platformFunctionInvocationAttemptEdge?: PlatformFunctionInvocationAttemptEdge | null;
|
|
13154
|
+
}
|
|
13155
|
+
export type UpdatePlatformFunctionInvocationAttemptPayloadSelect = {
|
|
13156
|
+
clientMutationId?: boolean;
|
|
13157
|
+
platformFunctionInvocationAttempt?: {
|
|
13158
|
+
select: PlatformFunctionInvocationAttemptSelect;
|
|
13159
|
+
};
|
|
13160
|
+
platformFunctionInvocationAttemptEdge?: {
|
|
13161
|
+
select: PlatformFunctionInvocationAttemptEdgeSelect;
|
|
13162
|
+
};
|
|
13163
|
+
};
|
|
13164
|
+
export interface DeletePlatformFunctionInvocationAttemptPayload {
|
|
13165
|
+
clientMutationId?: string | null;
|
|
13166
|
+
/** The `PlatformFunctionInvocationAttempt` that was deleted by this mutation. */
|
|
13167
|
+
platformFunctionInvocationAttempt?: PlatformFunctionInvocationAttempt | null;
|
|
13168
|
+
platformFunctionInvocationAttemptEdge?: PlatformFunctionInvocationAttemptEdge | null;
|
|
13169
|
+
}
|
|
13170
|
+
export type DeletePlatformFunctionInvocationAttemptPayloadSelect = {
|
|
13171
|
+
clientMutationId?: boolean;
|
|
13172
|
+
platformFunctionInvocationAttempt?: {
|
|
13173
|
+
select: PlatformFunctionInvocationAttemptSelect;
|
|
13174
|
+
};
|
|
13175
|
+
platformFunctionInvocationAttemptEdge?: {
|
|
13176
|
+
select: PlatformFunctionInvocationAttemptEdgeSelect;
|
|
13177
|
+
};
|
|
13178
|
+
};
|
|
12786
13179
|
export interface CreatePlatformFunctionInvocationPayload {
|
|
12787
13180
|
clientMutationId?: string | null;
|
|
12788
13181
|
/** The `PlatformFunctionInvocation` that was created by this mutation. */
|
|
@@ -14076,6 +14469,18 @@ export type FunctionGraphStoreEdgeSelect = {
|
|
|
14076
14469
|
select: FunctionGraphStoreSelect;
|
|
14077
14470
|
};
|
|
14078
14471
|
};
|
|
14472
|
+
/** A `FunctionInvocationAttempt` edge in the connection. */
|
|
14473
|
+
export interface FunctionInvocationAttemptEdge {
|
|
14474
|
+
cursor?: string | null;
|
|
14475
|
+
/** The `FunctionInvocationAttempt` at the end of the edge. */
|
|
14476
|
+
node?: FunctionInvocationAttempt | null;
|
|
14477
|
+
}
|
|
14478
|
+
export type FunctionInvocationAttemptEdgeSelect = {
|
|
14479
|
+
cursor?: boolean;
|
|
14480
|
+
node?: {
|
|
14481
|
+
select: FunctionInvocationAttemptSelect;
|
|
14482
|
+
};
|
|
14483
|
+
};
|
|
14079
14484
|
/** A `FunctionInvocation` edge in the connection. */
|
|
14080
14485
|
export interface FunctionInvocationEdge {
|
|
14081
14486
|
cursor?: string | null;
|
|
@@ -14232,6 +14637,18 @@ export type PlatformFunctionExecutionLogEdgeSelect = {
|
|
|
14232
14637
|
select: PlatformFunctionExecutionLogSelect;
|
|
14233
14638
|
};
|
|
14234
14639
|
};
|
|
14640
|
+
/** A `PlatformFunctionInvocationAttempt` edge in the connection. */
|
|
14641
|
+
export interface PlatformFunctionInvocationAttemptEdge {
|
|
14642
|
+
cursor?: string | null;
|
|
14643
|
+
/** The `PlatformFunctionInvocationAttempt` at the end of the edge. */
|
|
14644
|
+
node?: PlatformFunctionInvocationAttempt | null;
|
|
14645
|
+
}
|
|
14646
|
+
export type PlatformFunctionInvocationAttemptEdgeSelect = {
|
|
14647
|
+
cursor?: boolean;
|
|
14648
|
+
node?: {
|
|
14649
|
+
select: PlatformFunctionInvocationAttemptSelect;
|
|
14650
|
+
};
|
|
14651
|
+
};
|
|
14235
14652
|
/** A `PlatformFunctionInvocation` edge in the connection. */
|
|
14236
14653
|
export interface PlatformFunctionInvocationEdge {
|
|
14237
14654
|
cursor?: string | null;
|