@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
package/auth/orm/query/index.js
CHANGED
|
@@ -7,43 +7,41 @@ function createQueryOperations(client) {
|
|
|
7
7
|
return {
|
|
8
8
|
currentIpAddress: (options) => new query_builder_1.QueryBuilder({
|
|
9
9
|
client,
|
|
10
|
-
operation:
|
|
11
|
-
operationName:
|
|
12
|
-
fieldName:
|
|
13
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
10
|
+
operation: "query",
|
|
11
|
+
operationName: "CurrentIpAddress",
|
|
12
|
+
fieldName: "currentIpAddress",
|
|
13
|
+
...(0, query_builder_1.buildCustomDocument)("query", "CurrentIpAddress", "currentIpAddress", options?.select, undefined, [], input_types_1.connectionFieldsMap, undefined)
|
|
14
14
|
}),
|
|
15
15
|
currentUser: (options) => new query_builder_1.QueryBuilder({
|
|
16
16
|
client,
|
|
17
|
-
operation:
|
|
18
|
-
operationName:
|
|
19
|
-
fieldName:
|
|
20
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
17
|
+
operation: "query",
|
|
18
|
+
operationName: "CurrentUser",
|
|
19
|
+
fieldName: "currentUser",
|
|
20
|
+
...(0, query_builder_1.buildCustomDocument)("query", "CurrentUser", "currentUser", options.select, undefined, [], input_types_1.connectionFieldsMap, "User")
|
|
21
21
|
}),
|
|
22
22
|
currentUserAgent: (options) => new query_builder_1.QueryBuilder({
|
|
23
23
|
client,
|
|
24
|
-
operation:
|
|
25
|
-
operationName:
|
|
26
|
-
fieldName:
|
|
27
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
24
|
+
operation: "query",
|
|
25
|
+
operationName: "CurrentUserAgent",
|
|
26
|
+
fieldName: "currentUserAgent",
|
|
27
|
+
...(0, query_builder_1.buildCustomDocument)("query", "CurrentUserAgent", "currentUserAgent", options?.select, undefined, [], input_types_1.connectionFieldsMap, undefined)
|
|
28
28
|
}),
|
|
29
29
|
currentUserId: (options) => new query_builder_1.QueryBuilder({
|
|
30
30
|
client,
|
|
31
|
-
operation:
|
|
32
|
-
operationName:
|
|
33
|
-
fieldName:
|
|
34
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
31
|
+
operation: "query",
|
|
32
|
+
operationName: "CurrentUserId",
|
|
33
|
+
fieldName: "currentUserId",
|
|
34
|
+
...(0, query_builder_1.buildCustomDocument)("query", "CurrentUserId", "currentUserId", options?.select, undefined, [], input_types_1.connectionFieldsMap, undefined)
|
|
35
35
|
}),
|
|
36
36
|
requireStepUp: (args, options) => new query_builder_1.QueryBuilder({
|
|
37
37
|
client,
|
|
38
|
-
operation:
|
|
39
|
-
operationName:
|
|
40
|
-
fieldName:
|
|
41
|
-
...(0, query_builder_1.buildCustomDocument)(
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
], input_types_1.connectionFieldsMap, undefined),
|
|
47
|
-
}),
|
|
38
|
+
operation: "query",
|
|
39
|
+
operationName: "RequireStepUp",
|
|
40
|
+
fieldName: "requireStepUp",
|
|
41
|
+
...(0, query_builder_1.buildCustomDocument)("query", "RequireStepUp", "requireStepUp", options?.select, args, [{
|
|
42
|
+
name: "stepUpType",
|
|
43
|
+
type: "String"
|
|
44
|
+
}], input_types_1.connectionFieldsMap, undefined)
|
|
45
|
+
})
|
|
48
46
|
};
|
|
49
47
|
}
|
|
@@ -130,7 +130,9 @@ function buildSelections(select, connectionFieldsMap, entityType) {
|
|
|
130
130
|
return [];
|
|
131
131
|
}
|
|
132
132
|
const fields = [];
|
|
133
|
-
const entityConnections = entityType
|
|
133
|
+
const entityConnections = entityType
|
|
134
|
+
? connectionFieldsMap?.[entityType]
|
|
135
|
+
: undefined;
|
|
134
136
|
for (const [key, value] of Object.entries(select)) {
|
|
135
137
|
if (value === false || value === undefined) {
|
|
136
138
|
continue;
|
|
@@ -234,7 +236,9 @@ function buildFindManyDocument(operationName, queryField, select, args, filterTy
|
|
|
234
236
|
t.operationDefinition({
|
|
235
237
|
operation: OP_QUERY,
|
|
236
238
|
name: operationName + 'Query',
|
|
237
|
-
variableDefinitions: variableDefinitions.length
|
|
239
|
+
variableDefinitions: variableDefinitions.length
|
|
240
|
+
? variableDefinitions
|
|
241
|
+
: undefined,
|
|
238
242
|
selectionSet: t.selectionSet({
|
|
239
243
|
selections: [
|
|
240
244
|
t.field({
|
|
@@ -485,7 +489,9 @@ function buildCustomDocument(operationType, operationName, fieldName, select, ar
|
|
|
485
489
|
name: definition.name,
|
|
486
490
|
value: t.variable({ name: definition.name }),
|
|
487
491
|
}));
|
|
488
|
-
const fieldSelections = isConnection
|
|
492
|
+
const fieldSelections = isConnection
|
|
493
|
+
? buildConnectionSelections(selections)
|
|
494
|
+
: selections;
|
|
489
495
|
const document = t.document({
|
|
490
496
|
definitions: [
|
|
491
497
|
t.operationDefinition({
|
|
@@ -523,7 +529,9 @@ function isCustomSelectionWrapper(value) {
|
|
|
523
529
|
if (keys.some((key) => key !== 'select' && key !== 'connection')) {
|
|
524
530
|
return false;
|
|
525
531
|
}
|
|
526
|
-
return !!record.select &&
|
|
532
|
+
return (!!record.select &&
|
|
533
|
+
typeof record.select === 'object' &&
|
|
534
|
+
!Array.isArray(record.select));
|
|
527
535
|
}
|
|
528
536
|
// ============================================================================
|
|
529
537
|
// Helper Functions
|
|
@@ -535,7 +543,9 @@ function buildOptionalArg(name, value) {
|
|
|
535
543
|
if (value === undefined) {
|
|
536
544
|
return null;
|
|
537
545
|
}
|
|
538
|
-
const valueNode = typeof value === 'number'
|
|
546
|
+
const valueNode = typeof value === 'number'
|
|
547
|
+
? t.intValue({ value: value.toString() })
|
|
548
|
+
: t.stringValue({ value });
|
|
539
549
|
return t.argument({ name, value: valueNode });
|
|
540
550
|
}
|
|
541
551
|
function buildEnumListArg(name, values) {
|
package/compute/index.d.ts
CHANGED
package/compute/orm/client.js
CHANGED
|
@@ -39,7 +39,9 @@ class FetchAdapter {
|
|
|
39
39
|
return {
|
|
40
40
|
ok: false,
|
|
41
41
|
data: null,
|
|
42
|
-
errors: [
|
|
42
|
+
errors: [
|
|
43
|
+
{ message: `HTTP ${response.status}: ${response.statusText}` },
|
|
44
|
+
],
|
|
43
45
|
};
|
|
44
46
|
}
|
|
45
47
|
const json = (await response.json());
|
package/compute/orm/index.d.ts
CHANGED
|
@@ -1,76 +1,78 @@
|
|
|
1
|
-
import type { OrmClientConfig } from
|
|
2
|
-
import { DbPresetModel } from
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import { FunctionInvocationModel } from
|
|
18
|
-
import { GetAllTreeNodesRecordModel } from
|
|
19
|
-
import { InfraCommitModel } from
|
|
20
|
-
import { InfraGetAllTreeNodesRecordModel } from
|
|
21
|
-
import { InfraObjectModel } from
|
|
22
|
-
import { InfraRefModel } from
|
|
23
|
-
import { InfraStoreModel } from
|
|
24
|
-
import { IntegrationProviderModel } from
|
|
25
|
-
import { NamespaceModel } from
|
|
26
|
-
import { NamespaceEventModel } from
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import { PlatformFunctionInvocationModel } from
|
|
34
|
-
import { PlatformInfraCommitModel } from
|
|
35
|
-
import { PlatformInfraGetAllTreeNodesRecordModel } from
|
|
36
|
-
import { PlatformInfraObjectModel } from
|
|
37
|
-
import { PlatformInfraRefModel } from
|
|
38
|
-
import { PlatformInfraStoreModel } from
|
|
39
|
-
import { PlatformNamespaceModel } from
|
|
40
|
-
import { PlatformNamespaceEventModel } from
|
|
41
|
-
import { PlatformResourceModel } from
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
export {
|
|
70
|
-
export
|
|
71
|
-
export
|
|
72
|
-
export
|
|
73
|
-
export
|
|
1
|
+
import type { OrmClientConfig } from "./client";
|
|
2
|
+
import { DbPresetModel } from "./models/dbPreset";
|
|
3
|
+
import { FunctionApiBindingModel } from "./models/functionApiBinding";
|
|
4
|
+
import { FunctionDefinitionModel } from "./models/functionDefinition";
|
|
5
|
+
import { FunctionDeploymentModel } from "./models/functionDeployment";
|
|
6
|
+
import { FunctionDeploymentEventModel } from "./models/functionDeploymentEvent";
|
|
7
|
+
import { FunctionExecutionLogModel } from "./models/functionExecutionLog";
|
|
8
|
+
import { FunctionGraphCommitModel } from "./models/functionGraphCommit";
|
|
9
|
+
import { FunctionGraphModel } from "./models/functionGraph";
|
|
10
|
+
import { FunctionGraphExecutionModel } from "./models/functionGraphExecution";
|
|
11
|
+
import { FunctionGraphExecutionNodeStateModel } from "./models/functionGraphExecutionNodeState";
|
|
12
|
+
import { FunctionGraphExecutionOutputModel } from "./models/functionGraphExecutionOutput";
|
|
13
|
+
import { FunctionGraphObjectModel } from "./models/functionGraphObject";
|
|
14
|
+
import { FunctionGraphRefModel } from "./models/functionGraphRef";
|
|
15
|
+
import { FunctionGraphStoreModel } from "./models/functionGraphStore";
|
|
16
|
+
import { FunctionInvocationAttemptModel } from "./models/functionInvocationAttempt";
|
|
17
|
+
import { FunctionInvocationModel } from "./models/functionInvocation";
|
|
18
|
+
import { GetAllTreeNodesRecordModel } from "./models/getAllTreeNodesRecord";
|
|
19
|
+
import { InfraCommitModel } from "./models/infraCommit";
|
|
20
|
+
import { InfraGetAllTreeNodesRecordModel } from "./models/infraGetAllTreeNodesRecord";
|
|
21
|
+
import { InfraObjectModel } from "./models/infraObject";
|
|
22
|
+
import { InfraRefModel } from "./models/infraRef";
|
|
23
|
+
import { InfraStoreModel } from "./models/infraStore";
|
|
24
|
+
import { IntegrationProviderModel } from "./models/integrationProvider";
|
|
25
|
+
import { NamespaceModel } from "./models/namespace";
|
|
26
|
+
import { NamespaceEventModel } from "./models/namespaceEvent";
|
|
27
|
+
import { PlatformFunctionApiBindingModel } from "./models/platformFunctionApiBinding";
|
|
28
|
+
import { PlatformFunctionDefinitionModel } from "./models/platformFunctionDefinition";
|
|
29
|
+
import { PlatformFunctionDeploymentModel } from "./models/platformFunctionDeployment";
|
|
30
|
+
import { PlatformFunctionDeploymentEventModel } from "./models/platformFunctionDeploymentEvent";
|
|
31
|
+
import { PlatformFunctionExecutionLogModel } from "./models/platformFunctionExecutionLog";
|
|
32
|
+
import { PlatformFunctionInvocationAttemptModel } from "./models/platformFunctionInvocationAttempt";
|
|
33
|
+
import { PlatformFunctionInvocationModel } from "./models/platformFunctionInvocation";
|
|
34
|
+
import { PlatformInfraCommitModel } from "./models/platformInfraCommit";
|
|
35
|
+
import { PlatformInfraGetAllTreeNodesRecordModel } from "./models/platformInfraGetAllTreeNodesRecord";
|
|
36
|
+
import { PlatformInfraObjectModel } from "./models/platformInfraObject";
|
|
37
|
+
import { PlatformInfraRefModel } from "./models/platformInfraRef";
|
|
38
|
+
import { PlatformInfraStoreModel } from "./models/platformInfraStore";
|
|
39
|
+
import { PlatformNamespaceModel } from "./models/platformNamespace";
|
|
40
|
+
import { PlatformNamespaceEventModel } from "./models/platformNamespaceEvent";
|
|
41
|
+
import { PlatformResourceModel } from "./models/platformResource";
|
|
42
|
+
import { PlatformResourceDeclaredCapacityModel } from "./models/platformResourceDeclaredCapacity";
|
|
43
|
+
import { PlatformResourceDefinitionModel } from "./models/platformResourceDefinition";
|
|
44
|
+
import { PlatformResourceEventModel } from "./models/platformResourceEvent";
|
|
45
|
+
import { PlatformResourceInstallationModel } from "./models/platformResourceInstallation";
|
|
46
|
+
import { PlatformResourceStatusCheckModel } from "./models/platformResourceStatusCheck";
|
|
47
|
+
import { PlatformResourceUsageLogModel } from "./models/platformResourceUsageLog";
|
|
48
|
+
import { PlatformResourceUsageSummaryModel } from "./models/platformResourceUsageSummary";
|
|
49
|
+
import { PlatformResourceUtilizationModel } from "./models/platformResourceUtilization";
|
|
50
|
+
import { PlatformResourcesHealthModel } from "./models/platformResourcesHealth";
|
|
51
|
+
import { PlatformResourcesRequirementsStateModel } from "./models/platformResourcesRequirementsState";
|
|
52
|
+
import { PlatformResourcesResolvedRequirementModel } from "./models/platformResourcesResolvedRequirement";
|
|
53
|
+
import { PlatformWebhookEndpointModel } from "./models/platformWebhookEndpoint";
|
|
54
|
+
import { PlatformWebhookEventModel } from "./models/platformWebhookEvent";
|
|
55
|
+
import { ResourceModel } from "./models/resource";
|
|
56
|
+
import { ResourceDeclaredCapacityModel } from "./models/resourceDeclaredCapacity";
|
|
57
|
+
import { ResourceDefinitionModel } from "./models/resourceDefinition";
|
|
58
|
+
import { ResourceEventModel } from "./models/resourceEvent";
|
|
59
|
+
import { ResourceInstallationModel } from "./models/resourceInstallation";
|
|
60
|
+
import { ResourceStatusCheckModel } from "./models/resourceStatusCheck";
|
|
61
|
+
import { ResourceUsageLogModel } from "./models/resourceUsageLog";
|
|
62
|
+
import { ResourceUsageSummaryModel } from "./models/resourceUsageSummary";
|
|
63
|
+
import { ResourceUtilizationModel } from "./models/resourceUtilization";
|
|
64
|
+
import { ResourcesHealthModel } from "./models/resourcesHealth";
|
|
65
|
+
import { ResourcesRequirementsStateModel } from "./models/resourcesRequirementsState";
|
|
66
|
+
import { ResourcesResolvedRequirementModel } from "./models/resourcesResolvedRequirement";
|
|
67
|
+
import { WebhookEndpointModel } from "./models/webhookEndpoint";
|
|
68
|
+
import { WebhookEventModel } from "./models/webhookEvent";
|
|
69
|
+
export type { OrmClientConfig, QueryResult, GraphQLError, GraphQLAdapter } from "./client";
|
|
70
|
+
export { GraphQLRequestError, FetchAdapter } from "./client";
|
|
71
|
+
export { QueryBuilder } from "./query-builder";
|
|
72
|
+
export * from "./select-types";
|
|
73
|
+
export * from "./models";
|
|
74
|
+
export { createQueryOperations } from "./query";
|
|
75
|
+
export { createMutationOperations } from "./mutation";
|
|
74
76
|
/**
|
|
75
77
|
* Create an ORM client instance
|
|
76
78
|
*
|
|
@@ -96,7 +98,6 @@ export { createMutationOperations } from './mutation';
|
|
|
96
98
|
*/
|
|
97
99
|
export declare function createClient(config: OrmClientConfig): {
|
|
98
100
|
dbPreset: DbPresetModel;
|
|
99
|
-
declaredCapacity: DeclaredCapacityModel;
|
|
100
101
|
functionApiBinding: FunctionApiBindingModel;
|
|
101
102
|
functionDefinition: FunctionDefinitionModel;
|
|
102
103
|
functionDeployment: FunctionDeploymentModel;
|
|
@@ -110,6 +111,7 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
110
111
|
functionGraphObject: FunctionGraphObjectModel;
|
|
111
112
|
functionGraphRef: FunctionGraphRefModel;
|
|
112
113
|
functionGraphStore: FunctionGraphStoreModel;
|
|
114
|
+
functionInvocationAttempt: FunctionInvocationAttemptModel;
|
|
113
115
|
functionInvocation: FunctionInvocationModel;
|
|
114
116
|
getAllTreeNodesRecord: GetAllTreeNodesRecordModel;
|
|
115
117
|
infraCommit: InfraCommitModel;
|
|
@@ -120,12 +122,12 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
120
122
|
integrationProvider: IntegrationProviderModel;
|
|
121
123
|
namespace: NamespaceModel;
|
|
122
124
|
namespaceEvent: NamespaceEventModel;
|
|
123
|
-
platformDeclaredCapacity: PlatformDeclaredCapacityModel;
|
|
124
125
|
platformFunctionApiBinding: PlatformFunctionApiBindingModel;
|
|
125
126
|
platformFunctionDefinition: PlatformFunctionDefinitionModel;
|
|
126
127
|
platformFunctionDeployment: PlatformFunctionDeploymentModel;
|
|
127
128
|
platformFunctionDeploymentEvent: PlatformFunctionDeploymentEventModel;
|
|
128
129
|
platformFunctionExecutionLog: PlatformFunctionExecutionLogModel;
|
|
130
|
+
platformFunctionInvocationAttempt: PlatformFunctionInvocationAttemptModel;
|
|
129
131
|
platformFunctionInvocation: PlatformFunctionInvocationModel;
|
|
130
132
|
platformInfraCommit: PlatformInfraCommitModel;
|
|
131
133
|
platformInfraGetAllTreeNodesRecord: PlatformInfraGetAllTreeNodesRecordModel;
|
|
@@ -135,26 +137,28 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
135
137
|
platformNamespace: PlatformNamespaceModel;
|
|
136
138
|
platformNamespaceEvent: PlatformNamespaceEventModel;
|
|
137
139
|
platformResource: PlatformResourceModel;
|
|
140
|
+
platformResourceDeclaredCapacity: PlatformResourceDeclaredCapacityModel;
|
|
138
141
|
platformResourceDefinition: PlatformResourceDefinitionModel;
|
|
139
142
|
platformResourceEvent: PlatformResourceEventModel;
|
|
140
143
|
platformResourceInstallation: PlatformResourceInstallationModel;
|
|
141
144
|
platformResourceStatusCheck: PlatformResourceStatusCheckModel;
|
|
142
145
|
platformResourceUsageLog: PlatformResourceUsageLogModel;
|
|
143
146
|
platformResourceUsageSummary: PlatformResourceUsageSummaryModel;
|
|
144
|
-
|
|
147
|
+
platformResourceUtilization: PlatformResourceUtilizationModel;
|
|
145
148
|
platformResourcesHealth: PlatformResourcesHealthModel;
|
|
146
149
|
platformResourcesRequirementsState: PlatformResourcesRequirementsStateModel;
|
|
147
150
|
platformResourcesResolvedRequirement: PlatformResourcesResolvedRequirementModel;
|
|
148
151
|
platformWebhookEndpoint: PlatformWebhookEndpointModel;
|
|
149
152
|
platformWebhookEvent: PlatformWebhookEventModel;
|
|
150
153
|
resource: ResourceModel;
|
|
154
|
+
resourceDeclaredCapacity: ResourceDeclaredCapacityModel;
|
|
151
155
|
resourceDefinition: ResourceDefinitionModel;
|
|
152
156
|
resourceEvent: ResourceEventModel;
|
|
153
157
|
resourceInstallation: ResourceInstallationModel;
|
|
154
158
|
resourceStatusCheck: ResourceStatusCheckModel;
|
|
155
159
|
resourceUsageLog: ResourceUsageLogModel;
|
|
156
160
|
resourceUsageSummary: ResourceUsageSummaryModel;
|
|
157
|
-
|
|
161
|
+
resourceUtilization: ResourceUtilizationModel;
|
|
158
162
|
resourcesHealth: ResourcesHealthModel;
|
|
159
163
|
resourcesRequirementsState: ResourcesRequirementsStateModel;
|
|
160
164
|
resourcesResolvedRequirement: ResourcesResolvedRequirementModel;
|
package/compute/orm/index.js
CHANGED
|
@@ -23,7 +23,6 @@ exports.createClient = createClient;
|
|
|
23
23
|
*/
|
|
24
24
|
const client_1 = require("./client");
|
|
25
25
|
const dbPreset_1 = require("./models/dbPreset");
|
|
26
|
-
const declaredCapacity_1 = require("./models/declaredCapacity");
|
|
27
26
|
const functionApiBinding_1 = require("./models/functionApiBinding");
|
|
28
27
|
const functionDefinition_1 = require("./models/functionDefinition");
|
|
29
28
|
const functionDeployment_1 = require("./models/functionDeployment");
|
|
@@ -37,6 +36,7 @@ const functionGraphExecutionOutput_1 = require("./models/functionGraphExecutionO
|
|
|
37
36
|
const functionGraphObject_1 = require("./models/functionGraphObject");
|
|
38
37
|
const functionGraphRef_1 = require("./models/functionGraphRef");
|
|
39
38
|
const functionGraphStore_1 = require("./models/functionGraphStore");
|
|
39
|
+
const functionInvocationAttempt_1 = require("./models/functionInvocationAttempt");
|
|
40
40
|
const functionInvocation_1 = require("./models/functionInvocation");
|
|
41
41
|
const getAllTreeNodesRecord_1 = require("./models/getAllTreeNodesRecord");
|
|
42
42
|
const infraCommit_1 = require("./models/infraCommit");
|
|
@@ -47,12 +47,12 @@ const infraStore_1 = require("./models/infraStore");
|
|
|
47
47
|
const integrationProvider_1 = require("./models/integrationProvider");
|
|
48
48
|
const namespace_1 = require("./models/namespace");
|
|
49
49
|
const namespaceEvent_1 = require("./models/namespaceEvent");
|
|
50
|
-
const platformDeclaredCapacity_1 = require("./models/platformDeclaredCapacity");
|
|
51
50
|
const platformFunctionApiBinding_1 = require("./models/platformFunctionApiBinding");
|
|
52
51
|
const platformFunctionDefinition_1 = require("./models/platformFunctionDefinition");
|
|
53
52
|
const platformFunctionDeployment_1 = require("./models/platformFunctionDeployment");
|
|
54
53
|
const platformFunctionDeploymentEvent_1 = require("./models/platformFunctionDeploymentEvent");
|
|
55
54
|
const platformFunctionExecutionLog_1 = require("./models/platformFunctionExecutionLog");
|
|
55
|
+
const platformFunctionInvocationAttempt_1 = require("./models/platformFunctionInvocationAttempt");
|
|
56
56
|
const platformFunctionInvocation_1 = require("./models/platformFunctionInvocation");
|
|
57
57
|
const platformInfraCommit_1 = require("./models/platformInfraCommit");
|
|
58
58
|
const platformInfraGetAllTreeNodesRecord_1 = require("./models/platformInfraGetAllTreeNodesRecord");
|
|
@@ -62,26 +62,28 @@ const platformInfraStore_1 = require("./models/platformInfraStore");
|
|
|
62
62
|
const platformNamespace_1 = require("./models/platformNamespace");
|
|
63
63
|
const platformNamespaceEvent_1 = require("./models/platformNamespaceEvent");
|
|
64
64
|
const platformResource_1 = require("./models/platformResource");
|
|
65
|
+
const platformResourceDeclaredCapacity_1 = require("./models/platformResourceDeclaredCapacity");
|
|
65
66
|
const platformResourceDefinition_1 = require("./models/platformResourceDefinition");
|
|
66
67
|
const platformResourceEvent_1 = require("./models/platformResourceEvent");
|
|
67
68
|
const platformResourceInstallation_1 = require("./models/platformResourceInstallation");
|
|
68
69
|
const platformResourceStatusCheck_1 = require("./models/platformResourceStatusCheck");
|
|
69
70
|
const platformResourceUsageLog_1 = require("./models/platformResourceUsageLog");
|
|
70
71
|
const platformResourceUsageSummary_1 = require("./models/platformResourceUsageSummary");
|
|
71
|
-
const
|
|
72
|
+
const platformResourceUtilization_1 = require("./models/platformResourceUtilization");
|
|
72
73
|
const platformResourcesHealth_1 = require("./models/platformResourcesHealth");
|
|
73
74
|
const platformResourcesRequirementsState_1 = require("./models/platformResourcesRequirementsState");
|
|
74
75
|
const platformResourcesResolvedRequirement_1 = require("./models/platformResourcesResolvedRequirement");
|
|
75
76
|
const platformWebhookEndpoint_1 = require("./models/platformWebhookEndpoint");
|
|
76
77
|
const platformWebhookEvent_1 = require("./models/platformWebhookEvent");
|
|
77
78
|
const resource_1 = require("./models/resource");
|
|
79
|
+
const resourceDeclaredCapacity_1 = require("./models/resourceDeclaredCapacity");
|
|
78
80
|
const resourceDefinition_1 = require("./models/resourceDefinition");
|
|
79
81
|
const resourceEvent_1 = require("./models/resourceEvent");
|
|
80
82
|
const resourceInstallation_1 = require("./models/resourceInstallation");
|
|
81
83
|
const resourceStatusCheck_1 = require("./models/resourceStatusCheck");
|
|
82
84
|
const resourceUsageLog_1 = require("./models/resourceUsageLog");
|
|
83
85
|
const resourceUsageSummary_1 = require("./models/resourceUsageSummary");
|
|
84
|
-
const
|
|
86
|
+
const resourceUtilization_1 = require("./models/resourceUtilization");
|
|
85
87
|
const resourcesHealth_1 = require("./models/resourcesHealth");
|
|
86
88
|
const resourcesRequirementsState_1 = require("./models/resourcesRequirementsState");
|
|
87
89
|
const resourcesResolvedRequirement_1 = require("./models/resourcesResolvedRequirement");
|
|
@@ -127,7 +129,6 @@ function createClient(config) {
|
|
|
127
129
|
const client = new client_1.OrmClient(config);
|
|
128
130
|
return {
|
|
129
131
|
dbPreset: new dbPreset_1.DbPresetModel(client),
|
|
130
|
-
declaredCapacity: new declaredCapacity_1.DeclaredCapacityModel(client),
|
|
131
132
|
functionApiBinding: new functionApiBinding_1.FunctionApiBindingModel(client),
|
|
132
133
|
functionDefinition: new functionDefinition_1.FunctionDefinitionModel(client),
|
|
133
134
|
functionDeployment: new functionDeployment_1.FunctionDeploymentModel(client),
|
|
@@ -141,6 +142,7 @@ function createClient(config) {
|
|
|
141
142
|
functionGraphObject: new functionGraphObject_1.FunctionGraphObjectModel(client),
|
|
142
143
|
functionGraphRef: new functionGraphRef_1.FunctionGraphRefModel(client),
|
|
143
144
|
functionGraphStore: new functionGraphStore_1.FunctionGraphStoreModel(client),
|
|
145
|
+
functionInvocationAttempt: new functionInvocationAttempt_1.FunctionInvocationAttemptModel(client),
|
|
144
146
|
functionInvocation: new functionInvocation_1.FunctionInvocationModel(client),
|
|
145
147
|
getAllTreeNodesRecord: new getAllTreeNodesRecord_1.GetAllTreeNodesRecordModel(client),
|
|
146
148
|
infraCommit: new infraCommit_1.InfraCommitModel(client),
|
|
@@ -151,12 +153,12 @@ function createClient(config) {
|
|
|
151
153
|
integrationProvider: new integrationProvider_1.IntegrationProviderModel(client),
|
|
152
154
|
namespace: new namespace_1.NamespaceModel(client),
|
|
153
155
|
namespaceEvent: new namespaceEvent_1.NamespaceEventModel(client),
|
|
154
|
-
platformDeclaredCapacity: new platformDeclaredCapacity_1.PlatformDeclaredCapacityModel(client),
|
|
155
156
|
platformFunctionApiBinding: new platformFunctionApiBinding_1.PlatformFunctionApiBindingModel(client),
|
|
156
157
|
platformFunctionDefinition: new platformFunctionDefinition_1.PlatformFunctionDefinitionModel(client),
|
|
157
158
|
platformFunctionDeployment: new platformFunctionDeployment_1.PlatformFunctionDeploymentModel(client),
|
|
158
159
|
platformFunctionDeploymentEvent: new platformFunctionDeploymentEvent_1.PlatformFunctionDeploymentEventModel(client),
|
|
159
160
|
platformFunctionExecutionLog: new platformFunctionExecutionLog_1.PlatformFunctionExecutionLogModel(client),
|
|
161
|
+
platformFunctionInvocationAttempt: new platformFunctionInvocationAttempt_1.PlatformFunctionInvocationAttemptModel(client),
|
|
160
162
|
platformFunctionInvocation: new platformFunctionInvocation_1.PlatformFunctionInvocationModel(client),
|
|
161
163
|
platformInfraCommit: new platformInfraCommit_1.PlatformInfraCommitModel(client),
|
|
162
164
|
platformInfraGetAllTreeNodesRecord: new platformInfraGetAllTreeNodesRecord_1.PlatformInfraGetAllTreeNodesRecordModel(client),
|
|
@@ -166,32 +168,34 @@ function createClient(config) {
|
|
|
166
168
|
platformNamespace: new platformNamespace_1.PlatformNamespaceModel(client),
|
|
167
169
|
platformNamespaceEvent: new platformNamespaceEvent_1.PlatformNamespaceEventModel(client),
|
|
168
170
|
platformResource: new platformResource_1.PlatformResourceModel(client),
|
|
171
|
+
platformResourceDeclaredCapacity: new platformResourceDeclaredCapacity_1.PlatformResourceDeclaredCapacityModel(client),
|
|
169
172
|
platformResourceDefinition: new platformResourceDefinition_1.PlatformResourceDefinitionModel(client),
|
|
170
173
|
platformResourceEvent: new platformResourceEvent_1.PlatformResourceEventModel(client),
|
|
171
174
|
platformResourceInstallation: new platformResourceInstallation_1.PlatformResourceInstallationModel(client),
|
|
172
175
|
platformResourceStatusCheck: new platformResourceStatusCheck_1.PlatformResourceStatusCheckModel(client),
|
|
173
176
|
platformResourceUsageLog: new platformResourceUsageLog_1.PlatformResourceUsageLogModel(client),
|
|
174
177
|
platformResourceUsageSummary: new platformResourceUsageSummary_1.PlatformResourceUsageSummaryModel(client),
|
|
175
|
-
|
|
178
|
+
platformResourceUtilization: new platformResourceUtilization_1.PlatformResourceUtilizationModel(client),
|
|
176
179
|
platformResourcesHealth: new platformResourcesHealth_1.PlatformResourcesHealthModel(client),
|
|
177
180
|
platformResourcesRequirementsState: new platformResourcesRequirementsState_1.PlatformResourcesRequirementsStateModel(client),
|
|
178
181
|
platformResourcesResolvedRequirement: new platformResourcesResolvedRequirement_1.PlatformResourcesResolvedRequirementModel(client),
|
|
179
182
|
platformWebhookEndpoint: new platformWebhookEndpoint_1.PlatformWebhookEndpointModel(client),
|
|
180
183
|
platformWebhookEvent: new platformWebhookEvent_1.PlatformWebhookEventModel(client),
|
|
181
184
|
resource: new resource_1.ResourceModel(client),
|
|
185
|
+
resourceDeclaredCapacity: new resourceDeclaredCapacity_1.ResourceDeclaredCapacityModel(client),
|
|
182
186
|
resourceDefinition: new resourceDefinition_1.ResourceDefinitionModel(client),
|
|
183
187
|
resourceEvent: new resourceEvent_1.ResourceEventModel(client),
|
|
184
188
|
resourceInstallation: new resourceInstallation_1.ResourceInstallationModel(client),
|
|
185
189
|
resourceStatusCheck: new resourceStatusCheck_1.ResourceStatusCheckModel(client),
|
|
186
190
|
resourceUsageLog: new resourceUsageLog_1.ResourceUsageLogModel(client),
|
|
187
191
|
resourceUsageSummary: new resourceUsageSummary_1.ResourceUsageSummaryModel(client),
|
|
188
|
-
|
|
192
|
+
resourceUtilization: new resourceUtilization_1.ResourceUtilizationModel(client),
|
|
189
193
|
resourcesHealth: new resourcesHealth_1.ResourcesHealthModel(client),
|
|
190
194
|
resourcesRequirementsState: new resourcesRequirementsState_1.ResourcesRequirementsStateModel(client),
|
|
191
195
|
resourcesResolvedRequirement: new resourcesResolvedRequirement_1.ResourcesResolvedRequirementModel(client),
|
|
192
196
|
webhookEndpoint: new webhookEndpoint_1.WebhookEndpointModel(client),
|
|
193
197
|
webhookEvent: new webhookEvent_1.WebhookEventModel(client),
|
|
194
198
|
query: (0, query_1.createQueryOperations)(client),
|
|
195
|
-
mutation: (0, mutation_1.createMutationOperations)(client)
|
|
199
|
+
mutation: (0, mutation_1.createMutationOperations)(client)
|
|
196
200
|
};
|
|
197
201
|
}
|