@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
|
@@ -414,42 +414,6 @@ export interface OrgAdminGrant {
|
|
|
414
414
|
isGrant?: boolean | null;
|
|
415
415
|
updatedAt?: string | null;
|
|
416
416
|
}
|
|
417
|
-
/** Organizational chart edges defining parent-child reporting relationships between members within an entity */
|
|
418
|
-
export interface OrgChartEdge {
|
|
419
|
-
/** User ID of the subordinate (employee) in this reporting relationship */
|
|
420
|
-
childId?: string | null;
|
|
421
|
-
createdAt?: string | null;
|
|
422
|
-
/** Organization this hierarchy edge belongs to */
|
|
423
|
-
entityId?: string | null;
|
|
424
|
-
id: string;
|
|
425
|
-
/** User ID of the manager; NULL indicates a top-level position with no direct report */
|
|
426
|
-
parentId?: string | null;
|
|
427
|
-
/** Numeric seniority level for this position (higher = more senior) */
|
|
428
|
-
positionLevel?: number | null;
|
|
429
|
-
/** Job title or role name for this position in the org chart */
|
|
430
|
-
positionTitle?: string | null;
|
|
431
|
-
updatedAt?: string | null;
|
|
432
|
-
}
|
|
433
|
-
/** Append-only log of hierarchy edge grants and revocations; triggers apply changes to the edges table */
|
|
434
|
-
export interface OrgChartEdgeGrant {
|
|
435
|
-
/** User ID of the subordinate being placed in the hierarchy */
|
|
436
|
-
childId?: string | null;
|
|
437
|
-
/** Timestamp when this grant or revocation was recorded */
|
|
438
|
-
createdAt?: string | null;
|
|
439
|
-
/** Organization this grant applies to */
|
|
440
|
-
entityId?: string | null;
|
|
441
|
-
/** User ID of the admin who performed this grant or revocation; NULL if grantor was deleted */
|
|
442
|
-
grantorId?: string | null;
|
|
443
|
-
id: string;
|
|
444
|
-
/** TRUE to add/update the edge, FALSE to remove it */
|
|
445
|
-
isGrant?: boolean | null;
|
|
446
|
-
/** User ID of the manager being assigned; NULL for top-level positions */
|
|
447
|
-
parentId?: string | null;
|
|
448
|
-
/** Numeric seniority level being assigned in this grant */
|
|
449
|
-
positionLevel?: number | null;
|
|
450
|
-
/** Job title or role name being assigned in this grant */
|
|
451
|
-
positionTitle?: string | null;
|
|
452
|
-
}
|
|
453
417
|
/** Records of successfully claimed invitations, linking senders to receivers */
|
|
454
418
|
export interface OrgClaimedInvite {
|
|
455
419
|
createdAt?: string | null;
|
|
@@ -463,14 +427,6 @@ export interface OrgClaimedInvite {
|
|
|
463
427
|
senderId?: string | null;
|
|
464
428
|
updatedAt?: string | null;
|
|
465
429
|
}
|
|
466
|
-
export interface OrgGetManagersRecord {
|
|
467
|
-
depth?: number | null;
|
|
468
|
-
userId?: string | null;
|
|
469
|
-
}
|
|
470
|
-
export interface OrgGetSubordinatesRecord {
|
|
471
|
-
depth?: number | null;
|
|
472
|
-
userId?: string | null;
|
|
473
|
-
}
|
|
474
430
|
/** Records of individual permission grants and revocations for members via bitmask */
|
|
475
431
|
export interface OrgGrant {
|
|
476
432
|
/** The member receiving or losing the permission grant; NULL if user was deleted */
|
|
@@ -721,16 +677,8 @@ export interface MembershipTypeRelations {
|
|
|
721
677
|
}
|
|
722
678
|
export interface OrgAdminGrantRelations {
|
|
723
679
|
}
|
|
724
|
-
export interface OrgChartEdgeRelations {
|
|
725
|
-
}
|
|
726
|
-
export interface OrgChartEdgeGrantRelations {
|
|
727
|
-
}
|
|
728
680
|
export interface OrgClaimedInviteRelations {
|
|
729
681
|
}
|
|
730
|
-
export interface OrgGetManagersRecordRelations {
|
|
731
|
-
}
|
|
732
|
-
export interface OrgGetSubordinatesRecordRelations {
|
|
733
|
-
}
|
|
734
682
|
export interface OrgGrantRelations {
|
|
735
683
|
}
|
|
736
684
|
export interface OrgInviteRelations {
|
|
@@ -774,11 +722,7 @@ export type AppPermissionDefaultGrantWithRelations = AppPermissionDefaultGrant &
|
|
|
774
722
|
export type AppPermissionDefaultPermissionWithRelations = AppPermissionDefaultPermission & AppPermissionDefaultPermissionRelations;
|
|
775
723
|
export type MembershipTypeWithRelations = MembershipType & MembershipTypeRelations;
|
|
776
724
|
export type OrgAdminGrantWithRelations = OrgAdminGrant & OrgAdminGrantRelations;
|
|
777
|
-
export type OrgChartEdgeWithRelations = OrgChartEdge & OrgChartEdgeRelations;
|
|
778
|
-
export type OrgChartEdgeGrantWithRelations = OrgChartEdgeGrant & OrgChartEdgeGrantRelations;
|
|
779
725
|
export type OrgClaimedInviteWithRelations = OrgClaimedInvite & OrgClaimedInviteRelations;
|
|
780
|
-
export type OrgGetManagersRecordWithRelations = OrgGetManagersRecord & OrgGetManagersRecordRelations;
|
|
781
|
-
export type OrgGetSubordinatesRecordWithRelations = OrgGetSubordinatesRecord & OrgGetSubordinatesRecordRelations;
|
|
782
726
|
export type OrgGrantWithRelations = OrgGrant & OrgGrantRelations;
|
|
783
727
|
export type OrgInviteWithRelations = OrgInvite & OrgInviteRelations;
|
|
784
728
|
export type OrgMemberWithRelations = OrgMember & OrgMemberRelations;
|
|
@@ -925,27 +869,6 @@ export type OrgAdminGrantSelect = {
|
|
|
925
869
|
isGrant?: boolean;
|
|
926
870
|
updatedAt?: boolean;
|
|
927
871
|
};
|
|
928
|
-
export type OrgChartEdgeSelect = {
|
|
929
|
-
childId?: boolean;
|
|
930
|
-
createdAt?: boolean;
|
|
931
|
-
entityId?: boolean;
|
|
932
|
-
id?: boolean;
|
|
933
|
-
parentId?: boolean;
|
|
934
|
-
positionLevel?: boolean;
|
|
935
|
-
positionTitle?: boolean;
|
|
936
|
-
updatedAt?: boolean;
|
|
937
|
-
};
|
|
938
|
-
export type OrgChartEdgeGrantSelect = {
|
|
939
|
-
childId?: boolean;
|
|
940
|
-
createdAt?: boolean;
|
|
941
|
-
entityId?: boolean;
|
|
942
|
-
grantorId?: boolean;
|
|
943
|
-
id?: boolean;
|
|
944
|
-
isGrant?: boolean;
|
|
945
|
-
parentId?: boolean;
|
|
946
|
-
positionLevel?: boolean;
|
|
947
|
-
positionTitle?: boolean;
|
|
948
|
-
};
|
|
949
872
|
export type OrgClaimedInviteSelect = {
|
|
950
873
|
createdAt?: boolean;
|
|
951
874
|
data?: boolean;
|
|
@@ -955,14 +878,6 @@ export type OrgClaimedInviteSelect = {
|
|
|
955
878
|
senderId?: boolean;
|
|
956
879
|
updatedAt?: boolean;
|
|
957
880
|
};
|
|
958
|
-
export type OrgGetManagersRecordSelect = {
|
|
959
|
-
depth?: boolean;
|
|
960
|
-
userId?: boolean;
|
|
961
|
-
};
|
|
962
|
-
export type OrgGetSubordinatesRecordSelect = {
|
|
963
|
-
depth?: boolean;
|
|
964
|
-
userId?: boolean;
|
|
965
|
-
};
|
|
966
881
|
export type OrgGrantSelect = {
|
|
967
882
|
actorId?: boolean;
|
|
968
883
|
createdAt?: boolean;
|
|
@@ -1416,56 +1331,6 @@ export interface OrgAdminGrantFilter {
|
|
|
1416
1331
|
/** Filter by the object’s `updatedAt` field. */
|
|
1417
1332
|
updatedAt?: DatetimeFilter;
|
|
1418
1333
|
}
|
|
1419
|
-
export interface OrgChartEdgeFilter {
|
|
1420
|
-
/** Checks for all expressions in this list. */
|
|
1421
|
-
and?: OrgChartEdgeFilter[];
|
|
1422
|
-
/** Filter by the object’s `childId` field. */
|
|
1423
|
-
childId?: UUIDFilter;
|
|
1424
|
-
/** Filter by the object’s `createdAt` field. */
|
|
1425
|
-
createdAt?: DatetimeFilter;
|
|
1426
|
-
/** Filter by the object’s `entityId` field. */
|
|
1427
|
-
entityId?: UUIDFilter;
|
|
1428
|
-
/** Filter by the object’s `id` field. */
|
|
1429
|
-
id?: UUIDFilter;
|
|
1430
|
-
/** Negates the expression. */
|
|
1431
|
-
not?: OrgChartEdgeFilter;
|
|
1432
|
-
/** Checks for any expressions in this list. */
|
|
1433
|
-
or?: OrgChartEdgeFilter[];
|
|
1434
|
-
/** Filter by the object’s `parentId` field. */
|
|
1435
|
-
parentId?: UUIDFilter;
|
|
1436
|
-
/** Filter by the object’s `positionLevel` field. */
|
|
1437
|
-
positionLevel?: IntFilter;
|
|
1438
|
-
/** Filter by the object’s `positionTitle` field. */
|
|
1439
|
-
positionTitle?: StringFilter;
|
|
1440
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
1441
|
-
updatedAt?: DatetimeFilter;
|
|
1442
|
-
}
|
|
1443
|
-
export interface OrgChartEdgeGrantFilter {
|
|
1444
|
-
/** Checks for all expressions in this list. */
|
|
1445
|
-
and?: OrgChartEdgeGrantFilter[];
|
|
1446
|
-
/** Filter by the object’s `childId` field. */
|
|
1447
|
-
childId?: UUIDFilter;
|
|
1448
|
-
/** Filter by the object’s `createdAt` field. */
|
|
1449
|
-
createdAt?: DatetimeFilter;
|
|
1450
|
-
/** Filter by the object’s `entityId` field. */
|
|
1451
|
-
entityId?: UUIDFilter;
|
|
1452
|
-
/** Filter by the object’s `grantorId` field. */
|
|
1453
|
-
grantorId?: UUIDFilter;
|
|
1454
|
-
/** Filter by the object’s `id` field. */
|
|
1455
|
-
id?: UUIDFilter;
|
|
1456
|
-
/** Filter by the object’s `isGrant` field. */
|
|
1457
|
-
isGrant?: BooleanFilter;
|
|
1458
|
-
/** Negates the expression. */
|
|
1459
|
-
not?: OrgChartEdgeGrantFilter;
|
|
1460
|
-
/** Checks for any expressions in this list. */
|
|
1461
|
-
or?: OrgChartEdgeGrantFilter[];
|
|
1462
|
-
/** Filter by the object’s `parentId` field. */
|
|
1463
|
-
parentId?: UUIDFilter;
|
|
1464
|
-
/** Filter by the object’s `positionLevel` field. */
|
|
1465
|
-
positionLevel?: IntFilter;
|
|
1466
|
-
/** Filter by the object’s `positionTitle` field. */
|
|
1467
|
-
positionTitle?: StringFilter;
|
|
1468
|
-
}
|
|
1469
1334
|
export interface OrgClaimedInviteFilter {
|
|
1470
1335
|
/** Checks for all expressions in this list. */
|
|
1471
1336
|
and?: OrgClaimedInviteFilter[];
|
|
@@ -1486,20 +1351,6 @@ export interface OrgClaimedInviteFilter {
|
|
|
1486
1351
|
/** Filter by the object’s `updatedAt` field. */
|
|
1487
1352
|
updatedAt?: DatetimeFilter;
|
|
1488
1353
|
}
|
|
1489
|
-
export interface OrgGetManagersRecordFilter {
|
|
1490
|
-
depth?: IntFilter;
|
|
1491
|
-
userId?: UUIDFilter;
|
|
1492
|
-
and?: OrgGetManagersRecordFilter[];
|
|
1493
|
-
or?: OrgGetManagersRecordFilter[];
|
|
1494
|
-
not?: OrgGetManagersRecordFilter;
|
|
1495
|
-
}
|
|
1496
|
-
export interface OrgGetSubordinatesRecordFilter {
|
|
1497
|
-
depth?: IntFilter;
|
|
1498
|
-
userId?: UUIDFilter;
|
|
1499
|
-
and?: OrgGetSubordinatesRecordFilter[];
|
|
1500
|
-
or?: OrgGetSubordinatesRecordFilter[];
|
|
1501
|
-
not?: OrgGetSubordinatesRecordFilter;
|
|
1502
|
-
}
|
|
1503
1354
|
export interface OrgGrantFilter {
|
|
1504
1355
|
/** Filter by the object’s `actorId` field. */
|
|
1505
1356
|
actorId?: UUIDFilter;
|
|
@@ -1826,36 +1677,32 @@ export interface OrgPermissionDefaultPermissionFilter {
|
|
|
1826
1677
|
/** Filter by the object’s `updatedAt` field. */
|
|
1827
1678
|
updatedAt?: DatetimeFilter;
|
|
1828
1679
|
}
|
|
1829
|
-
export type AppAdminGrantOrderBy =
|
|
1830
|
-
export type AppClaimedInviteOrderBy =
|
|
1831
|
-
export type AppGrantOrderBy =
|
|
1832
|
-
export type AppInviteOrderBy =
|
|
1833
|
-
export type AppMembershipOrderBy =
|
|
1834
|
-
export type AppMembershipDefaultOrderBy =
|
|
1835
|
-
export type AppOwnerGrantOrderBy =
|
|
1836
|
-
export type AppPermissionOrderBy =
|
|
1837
|
-
export type AppPermissionDefaultOrderBy =
|
|
1838
|
-
export type AppPermissionDefaultGrantOrderBy =
|
|
1839
|
-
export type AppPermissionDefaultPermissionOrderBy =
|
|
1840
|
-
export type MembershipTypeOrderBy =
|
|
1841
|
-
export type OrgAdminGrantOrderBy =
|
|
1842
|
-
export type
|
|
1843
|
-
export type
|
|
1844
|
-
export type
|
|
1845
|
-
export type
|
|
1846
|
-
export type
|
|
1847
|
-
export type
|
|
1848
|
-
export type
|
|
1849
|
-
export type
|
|
1850
|
-
export type
|
|
1851
|
-
export type
|
|
1852
|
-
export type
|
|
1853
|
-
export type
|
|
1854
|
-
export type
|
|
1855
|
-
export type OrgPermissionOrderBy = 'BITNUM_ASC' | 'BITNUM_DESC' | 'BITSTR_ASC' | 'BITSTR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
1856
|
-
export type OrgPermissionDefaultOrderBy = 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
|
|
1857
|
-
export type OrgPermissionDefaultGrantOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PERMISSION_ID_ASC' | 'PERMISSION_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
1858
|
-
export type OrgPermissionDefaultPermissionOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PERMISSION_ID_ASC' | 'PERMISSION_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
1680
|
+
export type AppAdminGrantOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
1681
|
+
export type AppClaimedInviteOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATA_ASC" | "DATA_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "RECEIVER_ID_ASC" | "RECEIVER_ID_DESC" | "SENDER_ID_ASC" | "SENDER_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
1682
|
+
export type AppGrantOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PERMISSIONS_ASC" | "PERMISSIONS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
1683
|
+
export type AppInviteOrderBy = "CHANNEL_ASC" | "CHANNEL_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATA_ASC" | "DATA_DESC" | "EMAIL_ASC" | "EMAIL_DESC" | "EXPIRES_AT_ASC" | "EXPIRES_AT_DESC" | "ID_ASC" | "ID_DESC" | "INVITE_COUNT_ASC" | "INVITE_COUNT_DESC" | "INVITE_LIMIT_ASC" | "INVITE_LIMIT_DESC" | "INVITE_TOKEN_ASC" | "INVITE_TOKEN_DESC" | "INVITE_VALID_ASC" | "INVITE_VALID_DESC" | "MULTIPLE_ASC" | "MULTIPLE_DESC" | "NATURAL" | "PHONE_ASC" | "PHONE_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROFILE_ID_ASC" | "PROFILE_ID_DESC" | "SENDER_ID_ASC" | "SENDER_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
1684
|
+
export type AppMembershipOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "GRANTED_ASC" | "GRANTED_DESC" | "ID_ASC" | "ID_DESC" | "IS_ACTIVE_ASC" | "IS_ACTIVE_DESC" | "IS_ADMIN_ASC" | "IS_ADMIN_DESC" | "IS_APPROVED_ASC" | "IS_APPROVED_DESC" | "IS_BANNED_ASC" | "IS_BANNED_DESC" | "IS_DISABLED_ASC" | "IS_DISABLED_DESC" | "IS_OWNER_ASC" | "IS_OWNER_DESC" | "IS_VERIFIED_ASC" | "IS_VERIFIED_DESC" | "NATURAL" | "PERMISSIONS_ASC" | "PERMISSIONS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROFILE_ID_ASC" | "PROFILE_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
|
|
1685
|
+
export type AppMembershipDefaultOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "ID_ASC" | "ID_DESC" | "IS_APPROVED_ASC" | "IS_APPROVED_DESC" | "IS_VERIFIED_ASC" | "IS_VERIFIED_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
|
|
1686
|
+
export type AppOwnerGrantOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
1687
|
+
export type AppPermissionOrderBy = "BITNUM_ASC" | "BITNUM_DESC" | "BITSTR_ASC" | "BITSTR_DESC" | "DESCRIPTION_ASC" | "DESCRIPTION_DESC" | "ID_ASC" | "ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
|
|
1688
|
+
export type AppPermissionDefaultOrderBy = "ID_ASC" | "ID_DESC" | "NATURAL" | "PERMISSIONS_ASC" | "PERMISSIONS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
|
|
1689
|
+
export type AppPermissionDefaultGrantOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PERMISSION_ID_ASC" | "PERMISSION_ID_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
1690
|
+
export type AppPermissionDefaultPermissionOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "PERMISSION_ID_ASC" | "PERMISSION_ID_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
1691
|
+
export type MembershipTypeOrderBy = "DESCRIPTION_ASC" | "DESCRIPTION_DESC" | "HAS_USERS_TABLE_ENTRY_ASC" | "HAS_USERS_TABLE_ENTRY_DESC" | "ID_ASC" | "ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PARENT_MEMBERSHIP_TYPE_ASC" | "PARENT_MEMBERSHIP_TYPE_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "SCOPE_ASC" | "SCOPE_DESC";
|
|
1692
|
+
export type OrgAdminGrantOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
1693
|
+
export type OrgClaimedInviteOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATA_ASC" | "DATA_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "RECEIVER_ID_ASC" | "RECEIVER_ID_DESC" | "SENDER_ID_ASC" | "SENDER_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
1694
|
+
export type OrgGrantOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PERMISSIONS_ASC" | "PERMISSIONS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
1695
|
+
export type OrgInviteOrderBy = "CHANNEL_ASC" | "CHANNEL_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATA_ASC" | "DATA_DESC" | "EMAIL_ASC" | "EMAIL_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "EXPIRES_AT_ASC" | "EXPIRES_AT_DESC" | "ID_ASC" | "ID_DESC" | "INVITE_COUNT_ASC" | "INVITE_COUNT_DESC" | "INVITE_LIMIT_ASC" | "INVITE_LIMIT_DESC" | "INVITE_TOKEN_ASC" | "INVITE_TOKEN_DESC" | "INVITE_VALID_ASC" | "INVITE_VALID_DESC" | "IS_READ_ONLY_ASC" | "IS_READ_ONLY_DESC" | "MULTIPLE_ASC" | "MULTIPLE_DESC" | "NATURAL" | "PHONE_ASC" | "PHONE_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROFILE_ID_ASC" | "PROFILE_ID_DESC" | "RECEIVER_ID_ASC" | "RECEIVER_ID_DESC" | "SENDER_ID_ASC" | "SENDER_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
1696
|
+
export type OrgMemberOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_ADMIN_ASC" | "IS_ADMIN_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
|
|
1697
|
+
export type OrgMemberProfileOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "BIO_ASC" | "BIO_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DISPLAY_NAME_ASC" | "DISPLAY_NAME_DESC" | "EMAIL_ASC" | "EMAIL_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "ID_ASC" | "ID_DESC" | "MEMBERSHIP_ID_ASC" | "MEMBERSHIP_ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROFILE_PICTURE_ASC" | "PROFILE_PICTURE_DESC" | "TITLE_ASC" | "TITLE_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
1698
|
+
export type OrgMembershipOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "GRANTED_ASC" | "GRANTED_DESC" | "ID_ASC" | "ID_DESC" | "IS_ACTIVE_ASC" | "IS_ACTIVE_DESC" | "IS_ADMIN_ASC" | "IS_ADMIN_DESC" | "IS_APPROVED_ASC" | "IS_APPROVED_DESC" | "IS_BANNED_ASC" | "IS_BANNED_DESC" | "IS_DISABLED_ASC" | "IS_DISABLED_DESC" | "IS_EXTERNAL_ASC" | "IS_EXTERNAL_DESC" | "IS_OWNER_ASC" | "IS_OWNER_DESC" | "IS_READ_ONLY_ASC" | "IS_READ_ONLY_DESC" | "NATURAL" | "PERMISSIONS_ASC" | "PERMISSIONS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROFILE_ID_ASC" | "PROFILE_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
|
|
1699
|
+
export type OrgMembershipDefaultOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_APPROVED_ASC" | "IS_APPROVED_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
|
|
1700
|
+
export type OrgMembershipSettingOrderBy = "ALLOW_EXTERNAL_MEMBERS_ASC" | "ALLOW_EXTERNAL_MEMBERS_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "CREATE_CHILD_CASCADE_ADMINS_ASC" | "CREATE_CHILD_CASCADE_ADMINS_DESC" | "CREATE_CHILD_CASCADE_MEMBERS_ASC" | "CREATE_CHILD_CASCADE_MEMBERS_DESC" | "CREATE_CHILD_CASCADE_OWNERS_ASC" | "CREATE_CHILD_CASCADE_OWNERS_DESC" | "DELETE_MEMBER_CASCADE_CHILDREN_ASC" | "DELETE_MEMBER_CASCADE_CHILDREN_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "ID_ASC" | "ID_DESC" | "INVITE_PROFILE_ASSIGNMENT_MODE_ASC" | "INVITE_PROFILE_ASSIGNMENT_MODE_DESC" | "LIMIT_ALLOCATION_MODE_ASC" | "LIMIT_ALLOCATION_MODE_DESC" | "NATURAL" | "POPULATE_MEMBER_EMAIL_ASC" | "POPULATE_MEMBER_EMAIL_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
|
|
1701
|
+
export type OrgOwnerGrantOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
1702
|
+
export type OrgPermissionOrderBy = "BITNUM_ASC" | "BITNUM_DESC" | "BITSTR_ASC" | "BITSTR_DESC" | "DESCRIPTION_ASC" | "DESCRIPTION_DESC" | "ID_ASC" | "ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
|
|
1703
|
+
export type OrgPermissionDefaultOrderBy = "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "PERMISSIONS_ASC" | "PERMISSIONS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
|
|
1704
|
+
export type OrgPermissionDefaultGrantOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PERMISSION_ID_ASC" | "PERMISSION_ID_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
1705
|
+
export type OrgPermissionDefaultPermissionOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "PERMISSION_ID_ASC" | "PERMISSION_ID_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
|
|
1859
1706
|
export interface CreateAppAdminGrantInput {
|
|
1860
1707
|
clientMutationId?: string;
|
|
1861
1708
|
appAdminGrant: {
|
|
@@ -2184,62 +2031,6 @@ export interface DeleteOrgAdminGrantInput {
|
|
|
2184
2031
|
clientMutationId?: string;
|
|
2185
2032
|
id: string;
|
|
2186
2033
|
}
|
|
2187
|
-
export interface CreateOrgChartEdgeInput {
|
|
2188
|
-
clientMutationId?: string;
|
|
2189
|
-
orgChartEdge: {
|
|
2190
|
-
childId: string;
|
|
2191
|
-
entityId: string;
|
|
2192
|
-
parentId?: string;
|
|
2193
|
-
positionLevel?: number;
|
|
2194
|
-
positionTitle?: string;
|
|
2195
|
-
};
|
|
2196
|
-
}
|
|
2197
|
-
export interface OrgChartEdgePatch {
|
|
2198
|
-
childId?: string | null;
|
|
2199
|
-
entityId?: string | null;
|
|
2200
|
-
parentId?: string | null;
|
|
2201
|
-
positionLevel?: number | null;
|
|
2202
|
-
positionTitle?: string | null;
|
|
2203
|
-
}
|
|
2204
|
-
export interface UpdateOrgChartEdgeInput {
|
|
2205
|
-
clientMutationId?: string;
|
|
2206
|
-
id: string;
|
|
2207
|
-
orgChartEdgePatch: OrgChartEdgePatch;
|
|
2208
|
-
}
|
|
2209
|
-
export interface DeleteOrgChartEdgeInput {
|
|
2210
|
-
clientMutationId?: string;
|
|
2211
|
-
id: string;
|
|
2212
|
-
}
|
|
2213
|
-
export interface CreateOrgChartEdgeGrantInput {
|
|
2214
|
-
clientMutationId?: string;
|
|
2215
|
-
orgChartEdgeGrant: {
|
|
2216
|
-
childId: string;
|
|
2217
|
-
entityId: string;
|
|
2218
|
-
grantorId?: string;
|
|
2219
|
-
isGrant?: boolean;
|
|
2220
|
-
parentId?: string;
|
|
2221
|
-
positionLevel?: number;
|
|
2222
|
-
positionTitle?: string;
|
|
2223
|
-
};
|
|
2224
|
-
}
|
|
2225
|
-
export interface OrgChartEdgeGrantPatch {
|
|
2226
|
-
childId?: string | null;
|
|
2227
|
-
entityId?: string | null;
|
|
2228
|
-
grantorId?: string | null;
|
|
2229
|
-
isGrant?: boolean | null;
|
|
2230
|
-
parentId?: string | null;
|
|
2231
|
-
positionLevel?: number | null;
|
|
2232
|
-
positionTitle?: string | null;
|
|
2233
|
-
}
|
|
2234
|
-
export interface UpdateOrgChartEdgeGrantInput {
|
|
2235
|
-
clientMutationId?: string;
|
|
2236
|
-
id: string;
|
|
2237
|
-
orgChartEdgeGrantPatch: OrgChartEdgeGrantPatch;
|
|
2238
|
-
}
|
|
2239
|
-
export interface DeleteOrgChartEdgeGrantInput {
|
|
2240
|
-
clientMutationId?: string;
|
|
2241
|
-
id: string;
|
|
2242
|
-
}
|
|
2243
2034
|
export interface CreateOrgClaimedInviteInput {
|
|
2244
2035
|
clientMutationId?: string;
|
|
2245
2036
|
orgClaimedInvite: {
|
|
@@ -2264,46 +2055,6 @@ export interface DeleteOrgClaimedInviteInput {
|
|
|
2264
2055
|
clientMutationId?: string;
|
|
2265
2056
|
id: string;
|
|
2266
2057
|
}
|
|
2267
|
-
export interface CreateOrgGetManagersRecordInput {
|
|
2268
|
-
clientMutationId?: string;
|
|
2269
|
-
orgGetManagersRecord: {
|
|
2270
|
-
depth?: number;
|
|
2271
|
-
userId: string;
|
|
2272
|
-
};
|
|
2273
|
-
}
|
|
2274
|
-
export interface OrgGetManagersRecordPatch {
|
|
2275
|
-
depth?: number | null;
|
|
2276
|
-
userId?: string | null;
|
|
2277
|
-
}
|
|
2278
|
-
export interface UpdateOrgGetManagersRecordInput {
|
|
2279
|
-
clientMutationId?: string;
|
|
2280
|
-
id: string;
|
|
2281
|
-
orgGetManagersRecordPatch: OrgGetManagersRecordPatch;
|
|
2282
|
-
}
|
|
2283
|
-
export interface DeleteOrgGetManagersRecordInput {
|
|
2284
|
-
clientMutationId?: string;
|
|
2285
|
-
id: string;
|
|
2286
|
-
}
|
|
2287
|
-
export interface CreateOrgGetSubordinatesRecordInput {
|
|
2288
|
-
clientMutationId?: string;
|
|
2289
|
-
orgGetSubordinatesRecord: {
|
|
2290
|
-
depth?: number;
|
|
2291
|
-
userId: string;
|
|
2292
|
-
};
|
|
2293
|
-
}
|
|
2294
|
-
export interface OrgGetSubordinatesRecordPatch {
|
|
2295
|
-
depth?: number | null;
|
|
2296
|
-
userId?: string | null;
|
|
2297
|
-
}
|
|
2298
|
-
export interface UpdateOrgGetSubordinatesRecordInput {
|
|
2299
|
-
clientMutationId?: string;
|
|
2300
|
-
id: string;
|
|
2301
|
-
orgGetSubordinatesRecordPatch: OrgGetSubordinatesRecordPatch;
|
|
2302
|
-
}
|
|
2303
|
-
export interface DeleteOrgGetSubordinatesRecordInput {
|
|
2304
|
-
clientMutationId?: string;
|
|
2305
|
-
id: string;
|
|
2306
|
-
}
|
|
2307
2058
|
export interface CreateOrgGrantInput {
|
|
2308
2059
|
clientMutationId?: string;
|
|
2309
2060
|
orgGrant: {
|
|
@@ -2991,42 +2742,6 @@ export interface OrgAdminGrantInput {
|
|
|
2991
2742
|
isGrant?: boolean;
|
|
2992
2743
|
updatedAt?: string;
|
|
2993
2744
|
}
|
|
2994
|
-
/** An input for mutations affecting `OrgChartEdge` */
|
|
2995
|
-
export interface OrgChartEdgeInput {
|
|
2996
|
-
/** User ID of the subordinate (employee) in this reporting relationship */
|
|
2997
|
-
childId: string;
|
|
2998
|
-
createdAt?: string;
|
|
2999
|
-
/** Organization this hierarchy edge belongs to */
|
|
3000
|
-
entityId: string;
|
|
3001
|
-
id?: string;
|
|
3002
|
-
/** User ID of the manager; NULL indicates a top-level position with no direct report */
|
|
3003
|
-
parentId?: string;
|
|
3004
|
-
/** Numeric seniority level for this position (higher = more senior) */
|
|
3005
|
-
positionLevel?: number;
|
|
3006
|
-
/** Job title or role name for this position in the org chart */
|
|
3007
|
-
positionTitle?: string;
|
|
3008
|
-
updatedAt?: string;
|
|
3009
|
-
}
|
|
3010
|
-
/** An input for mutations affecting `OrgChartEdgeGrant` */
|
|
3011
|
-
export interface OrgChartEdgeGrantInput {
|
|
3012
|
-
/** User ID of the subordinate being placed in the hierarchy */
|
|
3013
|
-
childId: string;
|
|
3014
|
-
/** Timestamp when this grant or revocation was recorded */
|
|
3015
|
-
createdAt?: string;
|
|
3016
|
-
/** Organization this grant applies to */
|
|
3017
|
-
entityId: string;
|
|
3018
|
-
/** User ID of the admin who performed this grant or revocation; NULL if grantor was deleted */
|
|
3019
|
-
grantorId?: string;
|
|
3020
|
-
id?: string;
|
|
3021
|
-
/** TRUE to add/update the edge, FALSE to remove it */
|
|
3022
|
-
isGrant?: boolean;
|
|
3023
|
-
/** User ID of the manager being assigned; NULL for top-level positions */
|
|
3024
|
-
parentId?: string;
|
|
3025
|
-
/** Numeric seniority level being assigned in this grant */
|
|
3026
|
-
positionLevel?: number;
|
|
3027
|
-
/** Job title or role name being assigned in this grant */
|
|
3028
|
-
positionTitle?: string;
|
|
3029
|
-
}
|
|
3030
2745
|
/** An input for mutations affecting `OrgClaimedInvite` */
|
|
3031
2746
|
export interface OrgClaimedInviteInput {
|
|
3032
2747
|
createdAt?: string;
|
|
@@ -4254,96 +3969,6 @@ export type DeleteOrgAdminGrantPayloadSelect = {
|
|
|
4254
3969
|
select: OrgAdminGrantEdgeSelect;
|
|
4255
3970
|
};
|
|
4256
3971
|
};
|
|
4257
|
-
export interface CreateOrgChartEdgePayload {
|
|
4258
|
-
clientMutationId?: string | null;
|
|
4259
|
-
/** The `OrgChartEdge` that was created by this mutation. */
|
|
4260
|
-
orgChartEdge?: OrgChartEdge | null;
|
|
4261
|
-
orgChartEdgeEdge?: OrgChartEdgeEdge | null;
|
|
4262
|
-
}
|
|
4263
|
-
export type CreateOrgChartEdgePayloadSelect = {
|
|
4264
|
-
clientMutationId?: boolean;
|
|
4265
|
-
orgChartEdge?: {
|
|
4266
|
-
select: OrgChartEdgeSelect;
|
|
4267
|
-
};
|
|
4268
|
-
orgChartEdgeEdge?: {
|
|
4269
|
-
select: OrgChartEdgeEdgeSelect;
|
|
4270
|
-
};
|
|
4271
|
-
};
|
|
4272
|
-
export interface UpdateOrgChartEdgePayload {
|
|
4273
|
-
clientMutationId?: string | null;
|
|
4274
|
-
/** The `OrgChartEdge` that was updated by this mutation. */
|
|
4275
|
-
orgChartEdge?: OrgChartEdge | null;
|
|
4276
|
-
orgChartEdgeEdge?: OrgChartEdgeEdge | null;
|
|
4277
|
-
}
|
|
4278
|
-
export type UpdateOrgChartEdgePayloadSelect = {
|
|
4279
|
-
clientMutationId?: boolean;
|
|
4280
|
-
orgChartEdge?: {
|
|
4281
|
-
select: OrgChartEdgeSelect;
|
|
4282
|
-
};
|
|
4283
|
-
orgChartEdgeEdge?: {
|
|
4284
|
-
select: OrgChartEdgeEdgeSelect;
|
|
4285
|
-
};
|
|
4286
|
-
};
|
|
4287
|
-
export interface DeleteOrgChartEdgePayload {
|
|
4288
|
-
clientMutationId?: string | null;
|
|
4289
|
-
/** The `OrgChartEdge` that was deleted by this mutation. */
|
|
4290
|
-
orgChartEdge?: OrgChartEdge | null;
|
|
4291
|
-
orgChartEdgeEdge?: OrgChartEdgeEdge | null;
|
|
4292
|
-
}
|
|
4293
|
-
export type DeleteOrgChartEdgePayloadSelect = {
|
|
4294
|
-
clientMutationId?: boolean;
|
|
4295
|
-
orgChartEdge?: {
|
|
4296
|
-
select: OrgChartEdgeSelect;
|
|
4297
|
-
};
|
|
4298
|
-
orgChartEdgeEdge?: {
|
|
4299
|
-
select: OrgChartEdgeEdgeSelect;
|
|
4300
|
-
};
|
|
4301
|
-
};
|
|
4302
|
-
export interface CreateOrgChartEdgeGrantPayload {
|
|
4303
|
-
clientMutationId?: string | null;
|
|
4304
|
-
/** The `OrgChartEdgeGrant` that was created by this mutation. */
|
|
4305
|
-
orgChartEdgeGrant?: OrgChartEdgeGrant | null;
|
|
4306
|
-
orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
|
|
4307
|
-
}
|
|
4308
|
-
export type CreateOrgChartEdgeGrantPayloadSelect = {
|
|
4309
|
-
clientMutationId?: boolean;
|
|
4310
|
-
orgChartEdgeGrant?: {
|
|
4311
|
-
select: OrgChartEdgeGrantSelect;
|
|
4312
|
-
};
|
|
4313
|
-
orgChartEdgeGrantEdge?: {
|
|
4314
|
-
select: OrgChartEdgeGrantEdgeSelect;
|
|
4315
|
-
};
|
|
4316
|
-
};
|
|
4317
|
-
export interface UpdateOrgChartEdgeGrantPayload {
|
|
4318
|
-
clientMutationId?: string | null;
|
|
4319
|
-
/** The `OrgChartEdgeGrant` that was updated by this mutation. */
|
|
4320
|
-
orgChartEdgeGrant?: OrgChartEdgeGrant | null;
|
|
4321
|
-
orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
|
|
4322
|
-
}
|
|
4323
|
-
export type UpdateOrgChartEdgeGrantPayloadSelect = {
|
|
4324
|
-
clientMutationId?: boolean;
|
|
4325
|
-
orgChartEdgeGrant?: {
|
|
4326
|
-
select: OrgChartEdgeGrantSelect;
|
|
4327
|
-
};
|
|
4328
|
-
orgChartEdgeGrantEdge?: {
|
|
4329
|
-
select: OrgChartEdgeGrantEdgeSelect;
|
|
4330
|
-
};
|
|
4331
|
-
};
|
|
4332
|
-
export interface DeleteOrgChartEdgeGrantPayload {
|
|
4333
|
-
clientMutationId?: string | null;
|
|
4334
|
-
/** The `OrgChartEdgeGrant` that was deleted by this mutation. */
|
|
4335
|
-
orgChartEdgeGrant?: OrgChartEdgeGrant | null;
|
|
4336
|
-
orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
|
|
4337
|
-
}
|
|
4338
|
-
export type DeleteOrgChartEdgeGrantPayloadSelect = {
|
|
4339
|
-
clientMutationId?: boolean;
|
|
4340
|
-
orgChartEdgeGrant?: {
|
|
4341
|
-
select: OrgChartEdgeGrantSelect;
|
|
4342
|
-
};
|
|
4343
|
-
orgChartEdgeGrantEdge?: {
|
|
4344
|
-
select: OrgChartEdgeGrantEdgeSelect;
|
|
4345
|
-
};
|
|
4346
|
-
};
|
|
4347
3972
|
export interface CreateOrgClaimedInvitePayload {
|
|
4348
3973
|
clientMutationId?: string | null;
|
|
4349
3974
|
/** The `OrgClaimedInvite` that was created by this mutation. */
|
|
@@ -5114,30 +4739,6 @@ export type OrgAdminGrantEdgeSelect = {
|
|
|
5114
4739
|
select: OrgAdminGrantSelect;
|
|
5115
4740
|
};
|
|
5116
4741
|
};
|
|
5117
|
-
/** A `OrgChartEdge` edge in the connection. */
|
|
5118
|
-
export interface OrgChartEdgeEdge {
|
|
5119
|
-
cursor?: string | null;
|
|
5120
|
-
/** The `OrgChartEdge` at the end of the edge. */
|
|
5121
|
-
node?: OrgChartEdge | null;
|
|
5122
|
-
}
|
|
5123
|
-
export type OrgChartEdgeEdgeSelect = {
|
|
5124
|
-
cursor?: boolean;
|
|
5125
|
-
node?: {
|
|
5126
|
-
select: OrgChartEdgeSelect;
|
|
5127
|
-
};
|
|
5128
|
-
};
|
|
5129
|
-
/** A `OrgChartEdgeGrant` edge in the connection. */
|
|
5130
|
-
export interface OrgChartEdgeGrantEdge {
|
|
5131
|
-
cursor?: string | null;
|
|
5132
|
-
/** The `OrgChartEdgeGrant` at the end of the edge. */
|
|
5133
|
-
node?: OrgChartEdgeGrant | null;
|
|
5134
|
-
}
|
|
5135
|
-
export type OrgChartEdgeGrantEdgeSelect = {
|
|
5136
|
-
cursor?: boolean;
|
|
5137
|
-
node?: {
|
|
5138
|
-
select: OrgChartEdgeGrantSelect;
|
|
5139
|
-
};
|
|
5140
|
-
};
|
|
5141
4742
|
/** A `OrgClaimedInvite` edge in the connection. */
|
|
5142
4743
|
export interface OrgClaimedInviteEdge {
|
|
5143
4744
|
cursor?: string | null;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// ============ Connection Fields Map ============
|
|
2
2
|
export const connectionFieldsMap = {
|
|
3
|
-
AppPermission: {
|
|
4
|
-
appPermissionDefaultGrantsByPermissionId:
|
|
5
|
-
},
|
|
6
|
-
OrgPermission: {
|
|
7
|
-
orgPermissionDefaultGrantsByPermissionId: 'OrgPermissionDefaultGrant',
|
|
8
|
-
orgPermissionDefaultPermissionsByPermissionId: 'OrgPermissionDefaultPermission',
|
|
3
|
+
"AppPermission": {
|
|
4
|
+
"appPermissionDefaultGrantsByPermissionId": "AppPermissionDefaultGrant"
|
|
9
5
|
},
|
|
6
|
+
"OrgPermission": {
|
|
7
|
+
"orgPermissionDefaultGrantsByPermissionId": "OrgPermissionDefaultGrant",
|
|
8
|
+
"orgPermissionDefaultPermissionsByPermissionId": "OrgPermissionDefaultPermission"
|
|
9
|
+
}
|
|
10
10
|
};
|