@constructive-sdk/cli 0.2.0
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/LICENSE +23 -0
- package/README.md +84 -0
- package/admin/cli/commands/app-achievement.d.ts +8 -0
- package/admin/cli/commands/app-achievement.js +260 -0
- package/admin/cli/commands/app-admin-grant.d.ts +8 -0
- package/admin/cli/commands/app-admin-grant.js +260 -0
- package/admin/cli/commands/app-grant.d.ts +8 -0
- package/admin/cli/commands/app-grant.js +279 -0
- package/admin/cli/commands/app-level-requirement.d.ts +8 -0
- package/admin/cli/commands/app-level-requirement.js +298 -0
- package/admin/cli/commands/app-level.d.ts +8 -0
- package/admin/cli/commands/app-level.js +279 -0
- package/admin/cli/commands/app-limit-default.d.ts +8 -0
- package/admin/cli/commands/app-limit-default.js +231 -0
- package/admin/cli/commands/app-limit.d.ts +8 -0
- package/admin/cli/commands/app-limit.js +269 -0
- package/admin/cli/commands/app-membership-default.d.ts +8 -0
- package/admin/cli/commands/app-membership-default.js +279 -0
- package/admin/cli/commands/app-membership.d.ts +8 -0
- package/admin/cli/commands/app-membership.js +450 -0
- package/admin/cli/commands/app-owner-grant.d.ts +8 -0
- package/admin/cli/commands/app-owner-grant.js +260 -0
- package/admin/cli/commands/app-permission-default.d.ts +8 -0
- package/admin/cli/commands/app-permission-default.js +212 -0
- package/admin/cli/commands/app-permission.d.ts +8 -0
- package/admin/cli/commands/app-permission.js +269 -0
- package/admin/cli/commands/app-permissions-get-by-mask.d.ts +8 -0
- package/admin/cli/commands/app-permissions-get-by-mask.js +49 -0
- package/admin/cli/commands/app-permissions-get-mask-by-names.d.ts +8 -0
- package/admin/cli/commands/app-permissions-get-mask-by-names.js +28 -0
- package/admin/cli/commands/app-permissions-get-mask.d.ts +8 -0
- package/admin/cli/commands/app-permissions-get-mask.js +28 -0
- package/admin/cli/commands/app-permissions-get-padded-mask.d.ts +8 -0
- package/admin/cli/commands/app-permissions-get-padded-mask.js +28 -0
- package/admin/cli/commands/app-step.d.ts +8 -0
- package/admin/cli/commands/app-step.js +260 -0
- package/admin/cli/commands/auth.d.ts +8 -0
- package/admin/cli/commands/auth.js +108 -0
- package/admin/cli/commands/claimed-invite.d.ts +8 -0
- package/admin/cli/commands/claimed-invite.js +260 -0
- package/admin/cli/commands/context.d.ts +8 -0
- package/admin/cli/commands/context.js +159 -0
- package/admin/cli/commands/invite.d.ts +8 -0
- package/admin/cli/commands/invite.js +374 -0
- package/admin/cli/commands/membership-type.d.ts +8 -0
- package/admin/cli/commands/membership-type.js +250 -0
- package/admin/cli/commands/org-admin-grant.d.ts +8 -0
- package/admin/cli/commands/org-admin-grant.js +279 -0
- package/admin/cli/commands/org-chart-edge-grant.d.ts +8 -0
- package/admin/cli/commands/org-chart-edge-grant.js +331 -0
- package/admin/cli/commands/org-chart-edge.d.ts +8 -0
- package/admin/cli/commands/org-chart-edge.js +298 -0
- package/admin/cli/commands/org-claimed-invite.d.ts +8 -0
- package/admin/cli/commands/org-claimed-invite.js +279 -0
- package/admin/cli/commands/org-get-managers-record.d.ts +8 -0
- package/admin/cli/commands/org-get-managers-record.js +226 -0
- package/admin/cli/commands/org-get-subordinates-record.d.ts +8 -0
- package/admin/cli/commands/org-get-subordinates-record.js +226 -0
- package/admin/cli/commands/org-grant.d.ts +8 -0
- package/admin/cli/commands/org-grant.js +298 -0
- package/admin/cli/commands/org-invite.d.ts +8 -0
- package/admin/cli/commands/org-invite.js +412 -0
- package/admin/cli/commands/org-is-manager-of.d.ts +8 -0
- package/admin/cli/commands/org-is-manager-of.js +43 -0
- package/admin/cli/commands/org-limit-default.d.ts +8 -0
- package/admin/cli/commands/org-limit-default.js +231 -0
- package/admin/cli/commands/org-limit.d.ts +8 -0
- package/admin/cli/commands/org-limit.js +288 -0
- package/admin/cli/commands/org-member.d.ts +8 -0
- package/admin/cli/commands/org-member.js +250 -0
- package/admin/cli/commands/org-membership-default.d.ts +8 -0
- package/admin/cli/commands/org-membership-default.js +317 -0
- package/admin/cli/commands/org-membership.d.ts +8 -0
- package/admin/cli/commands/org-membership.js +450 -0
- package/admin/cli/commands/org-owner-grant.d.ts +8 -0
- package/admin/cli/commands/org-owner-grant.js +279 -0
- package/admin/cli/commands/org-permission-default.d.ts +8 -0
- package/admin/cli/commands/org-permission-default.js +231 -0
- package/admin/cli/commands/org-permission.d.ts +8 -0
- package/admin/cli/commands/org-permission.js +269 -0
- package/admin/cli/commands/org-permissions-get-by-mask.d.ts +8 -0
- package/admin/cli/commands/org-permissions-get-by-mask.js +49 -0
- package/admin/cli/commands/org-permissions-get-mask-by-names.d.ts +8 -0
- package/admin/cli/commands/org-permissions-get-mask-by-names.js +28 -0
- package/admin/cli/commands/org-permissions-get-mask.d.ts +8 -0
- package/admin/cli/commands/org-permissions-get-mask.js +28 -0
- package/admin/cli/commands/org-permissions-get-padded-mask.d.ts +8 -0
- package/admin/cli/commands/org-permissions-get-padded-mask.js +28 -0
- package/admin/cli/commands/steps-achieved.d.ts +8 -0
- package/admin/cli/commands/steps-achieved.js +33 -0
- package/admin/cli/commands/steps-required.d.ts +8 -0
- package/admin/cli/commands/steps-required.js +54 -0
- package/admin/cli/commands/submit-invite-code.d.ts +8 -0
- package/admin/cli/commands/submit-invite-code.js +36 -0
- package/admin/cli/commands/submit-org-invite-code.d.ts +8 -0
- package/admin/cli/commands/submit-org-invite-code.js +36 -0
- package/admin/cli/commands.d.ts +7 -0
- package/admin/cli/commands.js +139 -0
- package/admin/cli/executor.d.ts +104 -0
- package/admin/cli/executor.js +41 -0
- package/admin/cli/index.d.ts +1 -0
- package/admin/cli/index.js +27 -0
- package/admin/cli/node-fetch.d.ts +26 -0
- package/admin/cli/node-fetch.js +130 -0
- package/admin/cli/utils.d.ts +37 -0
- package/admin/cli/utils.js +179 -0
- package/admin/index.d.ts +6 -0
- package/admin/index.js +22 -0
- package/admin/orm/client.d.ts +55 -0
- package/admin/orm/client.js +105 -0
- package/admin/orm/index.d.ts +167 -0
- package/admin/orm/index.js +132 -0
- package/admin/orm/input-types.d.ts +4350 -0
- package/admin/orm/input-types.js +5 -0
- package/admin/orm/models/appAchievement.d.ts +56 -0
- package/admin/orm/models/appAchievement.js +98 -0
- package/admin/orm/models/appAdminGrant.d.ts +56 -0
- package/admin/orm/models/appAdminGrant.js +98 -0
- package/admin/orm/models/appGrant.d.ts +56 -0
- package/admin/orm/models/appGrant.js +98 -0
- package/admin/orm/models/appLevel.d.ts +56 -0
- package/admin/orm/models/appLevel.js +98 -0
- package/admin/orm/models/appLevelRequirement.d.ts +56 -0
- package/admin/orm/models/appLevelRequirement.js +98 -0
- package/admin/orm/models/appLimit.d.ts +56 -0
- package/admin/orm/models/appLimit.js +98 -0
- package/admin/orm/models/appLimitDefault.d.ts +56 -0
- package/admin/orm/models/appLimitDefault.js +98 -0
- package/admin/orm/models/appMembership.d.ts +56 -0
- package/admin/orm/models/appMembership.js +98 -0
- package/admin/orm/models/appMembershipDefault.d.ts +56 -0
- package/admin/orm/models/appMembershipDefault.js +98 -0
- package/admin/orm/models/appOwnerGrant.d.ts +56 -0
- package/admin/orm/models/appOwnerGrant.js +98 -0
- package/admin/orm/models/appPermission.d.ts +56 -0
- package/admin/orm/models/appPermission.js +98 -0
- package/admin/orm/models/appPermissionDefault.d.ts +56 -0
- package/admin/orm/models/appPermissionDefault.js +98 -0
- package/admin/orm/models/appStep.d.ts +56 -0
- package/admin/orm/models/appStep.js +98 -0
- package/admin/orm/models/claimedInvite.d.ts +56 -0
- package/admin/orm/models/claimedInvite.js +98 -0
- package/admin/orm/models/index.d.ts +37 -0
- package/admin/orm/models/index.js +72 -0
- package/admin/orm/models/invite.d.ts +56 -0
- package/admin/orm/models/invite.js +98 -0
- package/admin/orm/models/membershipType.d.ts +56 -0
- package/admin/orm/models/membershipType.js +98 -0
- package/admin/orm/models/orgAdminGrant.d.ts +56 -0
- package/admin/orm/models/orgAdminGrant.js +98 -0
- package/admin/orm/models/orgChartEdge.d.ts +56 -0
- package/admin/orm/models/orgChartEdge.js +98 -0
- package/admin/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/admin/orm/models/orgChartEdgeGrant.js +98 -0
- package/admin/orm/models/orgClaimedInvite.d.ts +56 -0
- package/admin/orm/models/orgClaimedInvite.js +98 -0
- package/admin/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/admin/orm/models/orgGetManagersRecord.js +55 -0
- package/admin/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/admin/orm/models/orgGetSubordinatesRecord.js +55 -0
- package/admin/orm/models/orgGrant.d.ts +56 -0
- package/admin/orm/models/orgGrant.js +98 -0
- package/admin/orm/models/orgInvite.d.ts +56 -0
- package/admin/orm/models/orgInvite.js +98 -0
- package/admin/orm/models/orgLimit.d.ts +56 -0
- package/admin/orm/models/orgLimit.js +98 -0
- package/admin/orm/models/orgLimitDefault.d.ts +56 -0
- package/admin/orm/models/orgLimitDefault.js +98 -0
- package/admin/orm/models/orgMember.d.ts +56 -0
- package/admin/orm/models/orgMember.js +98 -0
- package/admin/orm/models/orgMembership.d.ts +56 -0
- package/admin/orm/models/orgMembership.js +98 -0
- package/admin/orm/models/orgMembershipDefault.d.ts +56 -0
- package/admin/orm/models/orgMembershipDefault.js +98 -0
- package/admin/orm/models/orgOwnerGrant.d.ts +56 -0
- package/admin/orm/models/orgOwnerGrant.js +98 -0
- package/admin/orm/models/orgPermission.d.ts +56 -0
- package/admin/orm/models/orgPermission.js +98 -0
- package/admin/orm/models/orgPermissionDefault.d.ts +56 -0
- package/admin/orm/models/orgPermissionDefault.js +98 -0
- package/admin/orm/mutation/index.d.ts +27 -0
- package/admin/orm/mutation/index.js +33 -0
- package/admin/orm/node-fetch.d.ts +26 -0
- package/admin/orm/node-fetch.js +129 -0
- package/admin/orm/query/index.d.ts +130 -0
- package/admin/orm/query/index.js +197 -0
- package/admin/orm/query-builder.d.ts +89 -0
- package/admin/orm/query-builder.js +611 -0
- package/admin/orm/select-types.d.ts +101 -0
- package/admin/orm/select-types.js +2 -0
- package/admin/orm/types.d.ts +6 -0
- package/admin/orm/types.js +23 -0
- package/auth/cli/commands/audit-log.d.ts +8 -0
- package/auth/cli/commands/audit-log.js +312 -0
- package/auth/cli/commands/auth.d.ts +8 -0
- package/auth/cli/commands/auth.js +108 -0
- package/auth/cli/commands/check-password.d.ts +8 -0
- package/auth/cli/commands/check-password.js +36 -0
- package/auth/cli/commands/confirm-delete-account.d.ts +8 -0
- package/auth/cli/commands/confirm-delete-account.js +36 -0
- package/auth/cli/commands/connected-account.d.ts +8 -0
- package/auth/cli/commands/connected-account.js +298 -0
- package/auth/cli/commands/context.d.ts +8 -0
- package/auth/cli/commands/context.js +159 -0
- package/auth/cli/commands/crypto-address.d.ts +8 -0
- package/auth/cli/commands/crypto-address.js +279 -0
- package/auth/cli/commands/current-ip-address.d.ts +8 -0
- package/auth/cli/commands/current-ip-address.js +21 -0
- package/auth/cli/commands/current-user-agent.d.ts +8 -0
- package/auth/cli/commands/current-user-agent.js +21 -0
- package/auth/cli/commands/current-user-id.d.ts +8 -0
- package/auth/cli/commands/current-user-id.js +21 -0
- package/auth/cli/commands/current-user.d.ts +8 -0
- package/auth/cli/commands/current-user.js +27 -0
- package/auth/cli/commands/email.d.ts +8 -0
- package/auth/cli/commands/email.js +279 -0
- package/auth/cli/commands/extend-token-expires.d.ts +8 -0
- package/auth/cli/commands/extend-token-expires.js +36 -0
- package/auth/cli/commands/forgot-password.d.ts +8 -0
- package/auth/cli/commands/forgot-password.js +36 -0
- package/auth/cli/commands/one-time-token.d.ts +8 -0
- package/auth/cli/commands/one-time-token.js +36 -0
- package/auth/cli/commands/phone-number.d.ts +8 -0
- package/auth/cli/commands/phone-number.js +298 -0
- package/auth/cli/commands/reset-password.d.ts +8 -0
- package/auth/cli/commands/reset-password.js +36 -0
- package/auth/cli/commands/role-type.d.ts +8 -0
- package/auth/cli/commands/role-type.js +212 -0
- package/auth/cli/commands/send-account-deletion-email.d.ts +8 -0
- package/auth/cli/commands/send-account-deletion-email.js +36 -0
- package/auth/cli/commands/send-verification-email.d.ts +8 -0
- package/auth/cli/commands/send-verification-email.js +36 -0
- package/auth/cli/commands/set-password.d.ts +8 -0
- package/auth/cli/commands/set-password.js +36 -0
- package/auth/cli/commands/sign-in-one-time-token.d.ts +8 -0
- package/auth/cli/commands/sign-in-one-time-token.js +36 -0
- package/auth/cli/commands/sign-in.d.ts +8 -0
- package/auth/cli/commands/sign-in.js +36 -0
- package/auth/cli/commands/sign-out.d.ts +8 -0
- package/auth/cli/commands/sign-out.js +36 -0
- package/auth/cli/commands/sign-up.d.ts +8 -0
- package/auth/cli/commands/sign-up.js +36 -0
- package/auth/cli/commands/user.d.ts +8 -0
- package/auth/cli/commands/user.js +317 -0
- package/auth/cli/commands/verify-email.d.ts +8 -0
- package/auth/cli/commands/verify-email.js +36 -0
- package/auth/cli/commands/verify-password.d.ts +8 -0
- package/auth/cli/commands/verify-password.js +36 -0
- package/auth/cli/commands/verify-totp.d.ts +8 -0
- package/auth/cli/commands/verify-totp.js +36 -0
- package/auth/cli/commands.d.ts +7 -0
- package/auth/cli/commands.js +103 -0
- package/auth/cli/executor.d.ts +114 -0
- package/auth/cli/executor.js +41 -0
- package/auth/cli/index.d.ts +1 -0
- package/auth/cli/index.js +27 -0
- package/auth/cli/node-fetch.d.ts +26 -0
- package/auth/cli/node-fetch.js +130 -0
- package/auth/cli/utils.d.ts +37 -0
- package/auth/cli/utils.js +179 -0
- package/auth/index.d.ts +6 -0
- package/auth/index.js +22 -0
- package/auth/orm/client.d.ts +55 -0
- package/auth/orm/client.js +105 -0
- package/auth/orm/index.d.ts +152 -0
- package/auth/orm/index.js +82 -0
- package/auth/orm/input-types.d.ts +1497 -0
- package/auth/orm/input-types.js +5 -0
- package/auth/orm/models/auditLog.d.ts +56 -0
- package/auth/orm/models/auditLog.js +98 -0
- package/auth/orm/models/connectedAccount.d.ts +56 -0
- package/auth/orm/models/connectedAccount.js +98 -0
- package/auth/orm/models/cryptoAddress.d.ts +56 -0
- package/auth/orm/models/cryptoAddress.js +98 -0
- package/auth/orm/models/email.d.ts +56 -0
- package/auth/orm/models/email.js +98 -0
- package/auth/orm/models/index.d.ts +12 -0
- package/auth/orm/models/index.js +22 -0
- package/auth/orm/models/phoneNumber.d.ts +56 -0
- package/auth/orm/models/phoneNumber.js +98 -0
- package/auth/orm/models/roleType.d.ts +56 -0
- package/auth/orm/models/roleType.js +98 -0
- package/auth/orm/models/user.d.ts +56 -0
- package/auth/orm/models/user.js +98 -0
- package/auth/orm/mutation/index.d.ts +139 -0
- package/auth/orm/mutation/index.js +201 -0
- package/auth/orm/node-fetch.d.ts +26 -0
- package/auth/orm/node-fetch.js +129 -0
- package/auth/orm/query/index.d.ts +31 -0
- package/auth/orm/query/index.js +37 -0
- package/auth/orm/query-builder.d.ts +89 -0
- package/auth/orm/query-builder.js +611 -0
- package/auth/orm/select-types.d.ts +101 -0
- package/auth/orm/select-types.js +2 -0
- package/auth/orm/types.d.ts +6 -0
- package/auth/orm/types.js +23 -0
- package/cli-commands.d.ts +12 -0
- package/cli-commands.js +191 -0
- package/cli.d.ts +3 -0
- package/cli.js +26 -0
- package/commands/base-handler.d.ts +44 -0
- package/commands/base-handler.js +47 -0
- package/commands/index.d.ts +2 -0
- package/commands/index.js +6 -0
- package/config/app-dirs.d.ts +31 -0
- package/config/app-dirs.js +33 -0
- package/config/index.d.ts +2 -0
- package/config/index.js +6 -0
- package/esm/admin/cli/commands/app-achievement.d.ts +8 -0
- package/esm/admin/cli/commands/app-achievement.js +258 -0
- package/esm/admin/cli/commands/app-admin-grant.d.ts +8 -0
- package/esm/admin/cli/commands/app-admin-grant.js +258 -0
- package/esm/admin/cli/commands/app-grant.d.ts +8 -0
- package/esm/admin/cli/commands/app-grant.js +277 -0
- package/esm/admin/cli/commands/app-level-requirement.d.ts +8 -0
- package/esm/admin/cli/commands/app-level-requirement.js +296 -0
- package/esm/admin/cli/commands/app-level.d.ts +8 -0
- package/esm/admin/cli/commands/app-level.js +277 -0
- package/esm/admin/cli/commands/app-limit-default.d.ts +8 -0
- package/esm/admin/cli/commands/app-limit-default.js +229 -0
- package/esm/admin/cli/commands/app-limit.d.ts +8 -0
- package/esm/admin/cli/commands/app-limit.js +267 -0
- package/esm/admin/cli/commands/app-membership-default.d.ts +8 -0
- package/esm/admin/cli/commands/app-membership-default.js +277 -0
- package/esm/admin/cli/commands/app-membership.d.ts +8 -0
- package/esm/admin/cli/commands/app-membership.js +448 -0
- package/esm/admin/cli/commands/app-owner-grant.d.ts +8 -0
- package/esm/admin/cli/commands/app-owner-grant.js +258 -0
- package/esm/admin/cli/commands/app-permission-default.d.ts +8 -0
- package/esm/admin/cli/commands/app-permission-default.js +210 -0
- package/esm/admin/cli/commands/app-permission.d.ts +8 -0
- package/esm/admin/cli/commands/app-permission.js +267 -0
- package/esm/admin/cli/commands/app-permissions-get-by-mask.d.ts +8 -0
- package/esm/admin/cli/commands/app-permissions-get-by-mask.js +47 -0
- package/esm/admin/cli/commands/app-permissions-get-mask-by-names.d.ts +8 -0
- package/esm/admin/cli/commands/app-permissions-get-mask-by-names.js +26 -0
- package/esm/admin/cli/commands/app-permissions-get-mask.d.ts +8 -0
- package/esm/admin/cli/commands/app-permissions-get-mask.js +26 -0
- package/esm/admin/cli/commands/app-permissions-get-padded-mask.d.ts +8 -0
- package/esm/admin/cli/commands/app-permissions-get-padded-mask.js +26 -0
- package/esm/admin/cli/commands/app-step.d.ts +8 -0
- package/esm/admin/cli/commands/app-step.js +258 -0
- package/esm/admin/cli/commands/auth.d.ts +8 -0
- package/esm/admin/cli/commands/auth.js +106 -0
- package/esm/admin/cli/commands/claimed-invite.d.ts +8 -0
- package/esm/admin/cli/commands/claimed-invite.js +258 -0
- package/esm/admin/cli/commands/context.d.ts +8 -0
- package/esm/admin/cli/commands/context.js +157 -0
- package/esm/admin/cli/commands/invite.d.ts +8 -0
- package/esm/admin/cli/commands/invite.js +372 -0
- package/esm/admin/cli/commands/membership-type.d.ts +8 -0
- package/esm/admin/cli/commands/membership-type.js +248 -0
- package/esm/admin/cli/commands/org-admin-grant.d.ts +8 -0
- package/esm/admin/cli/commands/org-admin-grant.js +277 -0
- package/esm/admin/cli/commands/org-chart-edge-grant.d.ts +8 -0
- package/esm/admin/cli/commands/org-chart-edge-grant.js +329 -0
- package/esm/admin/cli/commands/org-chart-edge.d.ts +8 -0
- package/esm/admin/cli/commands/org-chart-edge.js +296 -0
- package/esm/admin/cli/commands/org-claimed-invite.d.ts +8 -0
- package/esm/admin/cli/commands/org-claimed-invite.js +277 -0
- package/esm/admin/cli/commands/org-get-managers-record.d.ts +8 -0
- package/esm/admin/cli/commands/org-get-managers-record.js +224 -0
- package/esm/admin/cli/commands/org-get-subordinates-record.d.ts +8 -0
- package/esm/admin/cli/commands/org-get-subordinates-record.js +224 -0
- package/esm/admin/cli/commands/org-grant.d.ts +8 -0
- package/esm/admin/cli/commands/org-grant.js +296 -0
- package/esm/admin/cli/commands/org-invite.d.ts +8 -0
- package/esm/admin/cli/commands/org-invite.js +410 -0
- package/esm/admin/cli/commands/org-is-manager-of.d.ts +8 -0
- package/esm/admin/cli/commands/org-is-manager-of.js +41 -0
- package/esm/admin/cli/commands/org-limit-default.d.ts +8 -0
- package/esm/admin/cli/commands/org-limit-default.js +229 -0
- package/esm/admin/cli/commands/org-limit.d.ts +8 -0
- package/esm/admin/cli/commands/org-limit.js +286 -0
- package/esm/admin/cli/commands/org-member.d.ts +8 -0
- package/esm/admin/cli/commands/org-member.js +248 -0
- package/esm/admin/cli/commands/org-membership-default.d.ts +8 -0
- package/esm/admin/cli/commands/org-membership-default.js +315 -0
- package/esm/admin/cli/commands/org-membership.d.ts +8 -0
- package/esm/admin/cli/commands/org-membership.js +448 -0
- package/esm/admin/cli/commands/org-owner-grant.d.ts +8 -0
- package/esm/admin/cli/commands/org-owner-grant.js +277 -0
- package/esm/admin/cli/commands/org-permission-default.d.ts +8 -0
- package/esm/admin/cli/commands/org-permission-default.js +229 -0
- package/esm/admin/cli/commands/org-permission.d.ts +8 -0
- package/esm/admin/cli/commands/org-permission.js +267 -0
- package/esm/admin/cli/commands/org-permissions-get-by-mask.d.ts +8 -0
- package/esm/admin/cli/commands/org-permissions-get-by-mask.js +47 -0
- package/esm/admin/cli/commands/org-permissions-get-mask-by-names.d.ts +8 -0
- package/esm/admin/cli/commands/org-permissions-get-mask-by-names.js +26 -0
- package/esm/admin/cli/commands/org-permissions-get-mask.d.ts +8 -0
- package/esm/admin/cli/commands/org-permissions-get-mask.js +26 -0
- package/esm/admin/cli/commands/org-permissions-get-padded-mask.d.ts +8 -0
- package/esm/admin/cli/commands/org-permissions-get-padded-mask.js +26 -0
- package/esm/admin/cli/commands/steps-achieved.d.ts +8 -0
- package/esm/admin/cli/commands/steps-achieved.js +31 -0
- package/esm/admin/cli/commands/steps-required.d.ts +8 -0
- package/esm/admin/cli/commands/steps-required.js +52 -0
- package/esm/admin/cli/commands/submit-invite-code.d.ts +8 -0
- package/esm/admin/cli/commands/submit-invite-code.js +34 -0
- package/esm/admin/cli/commands/submit-org-invite-code.d.ts +8 -0
- package/esm/admin/cli/commands/submit-org-invite-code.js +34 -0
- package/esm/admin/cli/commands.d.ts +7 -0
- package/esm/admin/cli/commands.js +132 -0
- package/esm/admin/cli/executor.d.ts +104 -0
- package/esm/admin/cli/executor.js +36 -0
- package/esm/admin/cli/index.d.ts +1 -0
- package/esm/admin/cli/index.js +25 -0
- package/esm/admin/cli/node-fetch.d.ts +26 -0
- package/esm/admin/cli/node-fetch.js +123 -0
- package/esm/admin/cli/utils.d.ts +37 -0
- package/esm/admin/cli/utils.js +170 -0
- package/esm/admin/index.d.ts +6 -0
- package/esm/admin/index.js +6 -0
- package/esm/admin/orm/client.d.ts +55 -0
- package/esm/admin/orm/client.js +99 -0
- package/esm/admin/orm/index.d.ts +167 -0
- package/esm/admin/orm/index.js +109 -0
- package/esm/admin/orm/input-types.d.ts +4350 -0
- package/esm/admin/orm/input-types.js +2 -0
- package/esm/admin/orm/models/appAchievement.d.ts +56 -0
- package/esm/admin/orm/models/appAchievement.js +94 -0
- package/esm/admin/orm/models/appAdminGrant.d.ts +56 -0
- package/esm/admin/orm/models/appAdminGrant.js +94 -0
- package/esm/admin/orm/models/appGrant.d.ts +56 -0
- package/esm/admin/orm/models/appGrant.js +94 -0
- package/esm/admin/orm/models/appLevel.d.ts +56 -0
- package/esm/admin/orm/models/appLevel.js +94 -0
- package/esm/admin/orm/models/appLevelRequirement.d.ts +56 -0
- package/esm/admin/orm/models/appLevelRequirement.js +94 -0
- package/esm/admin/orm/models/appLimit.d.ts +56 -0
- package/esm/admin/orm/models/appLimit.js +94 -0
- package/esm/admin/orm/models/appLimitDefault.d.ts +56 -0
- package/esm/admin/orm/models/appLimitDefault.js +94 -0
- package/esm/admin/orm/models/appMembership.d.ts +56 -0
- package/esm/admin/orm/models/appMembership.js +94 -0
- package/esm/admin/orm/models/appMembershipDefault.d.ts +56 -0
- package/esm/admin/orm/models/appMembershipDefault.js +94 -0
- package/esm/admin/orm/models/appOwnerGrant.d.ts +56 -0
- package/esm/admin/orm/models/appOwnerGrant.js +94 -0
- package/esm/admin/orm/models/appPermission.d.ts +56 -0
- package/esm/admin/orm/models/appPermission.js +94 -0
- package/esm/admin/orm/models/appPermissionDefault.d.ts +56 -0
- package/esm/admin/orm/models/appPermissionDefault.js +94 -0
- package/esm/admin/orm/models/appStep.d.ts +56 -0
- package/esm/admin/orm/models/appStep.js +94 -0
- package/esm/admin/orm/models/claimedInvite.d.ts +56 -0
- package/esm/admin/orm/models/claimedInvite.js +94 -0
- package/esm/admin/orm/models/index.d.ts +37 -0
- package/esm/admin/orm/models/index.js +37 -0
- package/esm/admin/orm/models/invite.d.ts +56 -0
- package/esm/admin/orm/models/invite.js +94 -0
- package/esm/admin/orm/models/membershipType.d.ts +56 -0
- package/esm/admin/orm/models/membershipType.js +94 -0
- package/esm/admin/orm/models/orgAdminGrant.d.ts +56 -0
- package/esm/admin/orm/models/orgAdminGrant.js +94 -0
- package/esm/admin/orm/models/orgChartEdge.d.ts +56 -0
- package/esm/admin/orm/models/orgChartEdge.js +94 -0
- package/esm/admin/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/esm/admin/orm/models/orgChartEdgeGrant.js +94 -0
- package/esm/admin/orm/models/orgClaimedInvite.d.ts +56 -0
- package/esm/admin/orm/models/orgClaimedInvite.js +94 -0
- package/esm/admin/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/esm/admin/orm/models/orgGetManagersRecord.js +51 -0
- package/esm/admin/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/esm/admin/orm/models/orgGetSubordinatesRecord.js +51 -0
- package/esm/admin/orm/models/orgGrant.d.ts +56 -0
- package/esm/admin/orm/models/orgGrant.js +94 -0
- package/esm/admin/orm/models/orgInvite.d.ts +56 -0
- package/esm/admin/orm/models/orgInvite.js +94 -0
- package/esm/admin/orm/models/orgLimit.d.ts +56 -0
- package/esm/admin/orm/models/orgLimit.js +94 -0
- package/esm/admin/orm/models/orgLimitDefault.d.ts +56 -0
- package/esm/admin/orm/models/orgLimitDefault.js +94 -0
- package/esm/admin/orm/models/orgMember.d.ts +56 -0
- package/esm/admin/orm/models/orgMember.js +94 -0
- package/esm/admin/orm/models/orgMembership.d.ts +56 -0
- package/esm/admin/orm/models/orgMembership.js +94 -0
- package/esm/admin/orm/models/orgMembershipDefault.d.ts +56 -0
- package/esm/admin/orm/models/orgMembershipDefault.js +94 -0
- package/esm/admin/orm/models/orgOwnerGrant.d.ts +56 -0
- package/esm/admin/orm/models/orgOwnerGrant.js +94 -0
- package/esm/admin/orm/models/orgPermission.d.ts +56 -0
- package/esm/admin/orm/models/orgPermission.js +94 -0
- package/esm/admin/orm/models/orgPermissionDefault.d.ts +56 -0
- package/esm/admin/orm/models/orgPermissionDefault.js +94 -0
- package/esm/admin/orm/mutation/index.d.ts +27 -0
- package/esm/admin/orm/mutation/index.js +30 -0
- package/esm/admin/orm/node-fetch.d.ts +26 -0
- package/esm/admin/orm/node-fetch.js +122 -0
- package/esm/admin/orm/query/index.d.ts +130 -0
- package/esm/admin/orm/query/index.js +194 -0
- package/esm/admin/orm/query-builder.d.ts +89 -0
- package/esm/admin/orm/query-builder.js +564 -0
- package/esm/admin/orm/select-types.d.ts +101 -0
- package/esm/admin/orm/select-types.js +1 -0
- package/esm/admin/orm/types.d.ts +6 -0
- package/esm/admin/orm/types.js +7 -0
- package/esm/auth/cli/commands/audit-log.d.ts +8 -0
- package/esm/auth/cli/commands/audit-log.js +310 -0
- package/esm/auth/cli/commands/auth.d.ts +8 -0
- package/esm/auth/cli/commands/auth.js +106 -0
- package/esm/auth/cli/commands/check-password.d.ts +8 -0
- package/esm/auth/cli/commands/check-password.js +34 -0
- package/esm/auth/cli/commands/confirm-delete-account.d.ts +8 -0
- package/esm/auth/cli/commands/confirm-delete-account.js +34 -0
- package/esm/auth/cli/commands/connected-account.d.ts +8 -0
- package/esm/auth/cli/commands/connected-account.js +296 -0
- package/esm/auth/cli/commands/context.d.ts +8 -0
- package/esm/auth/cli/commands/context.js +157 -0
- package/esm/auth/cli/commands/crypto-address.d.ts +8 -0
- package/esm/auth/cli/commands/crypto-address.js +277 -0
- package/esm/auth/cli/commands/current-ip-address.d.ts +8 -0
- package/esm/auth/cli/commands/current-ip-address.js +19 -0
- package/esm/auth/cli/commands/current-user-agent.d.ts +8 -0
- package/esm/auth/cli/commands/current-user-agent.js +19 -0
- package/esm/auth/cli/commands/current-user-id.d.ts +8 -0
- package/esm/auth/cli/commands/current-user-id.js +19 -0
- package/esm/auth/cli/commands/current-user.d.ts +8 -0
- package/esm/auth/cli/commands/current-user.js +25 -0
- package/esm/auth/cli/commands/email.d.ts +8 -0
- package/esm/auth/cli/commands/email.js +277 -0
- package/esm/auth/cli/commands/extend-token-expires.d.ts +8 -0
- package/esm/auth/cli/commands/extend-token-expires.js +34 -0
- package/esm/auth/cli/commands/forgot-password.d.ts +8 -0
- package/esm/auth/cli/commands/forgot-password.js +34 -0
- package/esm/auth/cli/commands/one-time-token.d.ts +8 -0
- package/esm/auth/cli/commands/one-time-token.js +34 -0
- package/esm/auth/cli/commands/phone-number.d.ts +8 -0
- package/esm/auth/cli/commands/phone-number.js +296 -0
- package/esm/auth/cli/commands/reset-password.d.ts +8 -0
- package/esm/auth/cli/commands/reset-password.js +34 -0
- package/esm/auth/cli/commands/role-type.d.ts +8 -0
- package/esm/auth/cli/commands/role-type.js +210 -0
- package/esm/auth/cli/commands/send-account-deletion-email.d.ts +8 -0
- package/esm/auth/cli/commands/send-account-deletion-email.js +34 -0
- package/esm/auth/cli/commands/send-verification-email.d.ts +8 -0
- package/esm/auth/cli/commands/send-verification-email.js +34 -0
- package/esm/auth/cli/commands/set-password.d.ts +8 -0
- package/esm/auth/cli/commands/set-password.js +34 -0
- package/esm/auth/cli/commands/sign-in-one-time-token.d.ts +8 -0
- package/esm/auth/cli/commands/sign-in-one-time-token.js +34 -0
- package/esm/auth/cli/commands/sign-in.d.ts +8 -0
- package/esm/auth/cli/commands/sign-in.js +34 -0
- package/esm/auth/cli/commands/sign-out.d.ts +8 -0
- package/esm/auth/cli/commands/sign-out.js +34 -0
- package/esm/auth/cli/commands/sign-up.d.ts +8 -0
- package/esm/auth/cli/commands/sign-up.js +34 -0
- package/esm/auth/cli/commands/user.d.ts +8 -0
- package/esm/auth/cli/commands/user.js +315 -0
- package/esm/auth/cli/commands/verify-email.d.ts +8 -0
- package/esm/auth/cli/commands/verify-email.js +34 -0
- package/esm/auth/cli/commands/verify-password.d.ts +8 -0
- package/esm/auth/cli/commands/verify-password.js +34 -0
- package/esm/auth/cli/commands/verify-totp.d.ts +8 -0
- package/esm/auth/cli/commands/verify-totp.js +34 -0
- package/esm/auth/cli/commands.d.ts +7 -0
- package/esm/auth/cli/commands.js +96 -0
- package/esm/auth/cli/executor.d.ts +114 -0
- package/esm/auth/cli/executor.js +36 -0
- package/esm/auth/cli/index.d.ts +1 -0
- package/esm/auth/cli/index.js +25 -0
- package/esm/auth/cli/node-fetch.d.ts +26 -0
- package/esm/auth/cli/node-fetch.js +123 -0
- package/esm/auth/cli/utils.d.ts +37 -0
- package/esm/auth/cli/utils.js +170 -0
- package/esm/auth/index.d.ts +6 -0
- package/esm/auth/index.js +6 -0
- package/esm/auth/orm/client.d.ts +55 -0
- package/esm/auth/orm/client.js +99 -0
- package/esm/auth/orm/index.d.ts +152 -0
- package/esm/auth/orm/index.js +59 -0
- package/esm/auth/orm/input-types.d.ts +1497 -0
- package/esm/auth/orm/input-types.js +2 -0
- package/esm/auth/orm/models/auditLog.d.ts +56 -0
- package/esm/auth/orm/models/auditLog.js +94 -0
- package/esm/auth/orm/models/connectedAccount.d.ts +56 -0
- package/esm/auth/orm/models/connectedAccount.js +94 -0
- package/esm/auth/orm/models/cryptoAddress.d.ts +56 -0
- package/esm/auth/orm/models/cryptoAddress.js +94 -0
- package/esm/auth/orm/models/email.d.ts +56 -0
- package/esm/auth/orm/models/email.js +94 -0
- package/esm/auth/orm/models/index.d.ts +12 -0
- package/esm/auth/orm/models/index.js +12 -0
- package/esm/auth/orm/models/phoneNumber.d.ts +56 -0
- package/esm/auth/orm/models/phoneNumber.js +94 -0
- package/esm/auth/orm/models/roleType.d.ts +56 -0
- package/esm/auth/orm/models/roleType.js +94 -0
- package/esm/auth/orm/models/user.d.ts +56 -0
- package/esm/auth/orm/models/user.js +94 -0
- package/esm/auth/orm/mutation/index.d.ts +139 -0
- package/esm/auth/orm/mutation/index.js +198 -0
- package/esm/auth/orm/node-fetch.d.ts +26 -0
- package/esm/auth/orm/node-fetch.js +122 -0
- package/esm/auth/orm/query/index.d.ts +31 -0
- package/esm/auth/orm/query/index.js +34 -0
- package/esm/auth/orm/query-builder.d.ts +89 -0
- package/esm/auth/orm/query-builder.js +564 -0
- package/esm/auth/orm/select-types.d.ts +101 -0
- package/esm/auth/orm/select-types.js +1 -0
- package/esm/auth/orm/types.d.ts +6 -0
- package/esm/auth/orm/types.js +7 -0
- package/esm/cli-commands.d.ts +12 -0
- package/esm/cli-commands.js +187 -0
- package/esm/cli.d.ts +3 -0
- package/esm/cli.js +23 -0
- package/esm/commands/base-handler.d.ts +44 -0
- package/esm/commands/base-handler.js +43 -0
- package/esm/commands/index.d.ts +2 -0
- package/esm/commands/index.js +1 -0
- package/esm/config/app-dirs.d.ts +31 -0
- package/esm/config/app-dirs.js +29 -0
- package/esm/config/index.d.ts +2 -0
- package/esm/config/index.js +1 -0
- package/esm/index.d.ts +12 -0
- package/esm/index.js +12 -0
- package/esm/objects/cli/commands/auth.d.ts +8 -0
- package/esm/objects/cli/commands/auth.js +106 -0
- package/esm/objects/cli/commands/commit.d.ts +8 -0
- package/esm/objects/cli/commands/commit.js +343 -0
- package/esm/objects/cli/commands/context.d.ts +8 -0
- package/esm/objects/cli/commands/context.js +157 -0
- package/esm/objects/cli/commands/freeze-objects.d.ts +8 -0
- package/esm/objects/cli/commands/freeze-objects.js +34 -0
- package/esm/objects/cli/commands/get-all-objects-from-root.d.ts +8 -0
- package/esm/objects/cli/commands/get-all-objects-from-root.js +52 -0
- package/esm/objects/cli/commands/get-all-record.d.ts +8 -0
- package/esm/objects/cli/commands/get-all-record.js +224 -0
- package/esm/objects/cli/commands/get-object-at-path.d.ts +8 -0
- package/esm/objects/cli/commands/get-object-at-path.js +47 -0
- package/esm/objects/cli/commands/get-path-objects-from-root.d.ts +8 -0
- package/esm/objects/cli/commands/get-path-objects-from-root.js +57 -0
- package/esm/objects/cli/commands/init-empty-repo.d.ts +8 -0
- package/esm/objects/cli/commands/init-empty-repo.js +34 -0
- package/esm/objects/cli/commands/insert-node-at-path.d.ts +8 -0
- package/esm/objects/cli/commands/insert-node-at-path.js +34 -0
- package/esm/objects/cli/commands/object.d.ts +8 -0
- package/esm/objects/cli/commands/object.js +310 -0
- package/esm/objects/cli/commands/ref.d.ts +8 -0
- package/esm/objects/cli/commands/ref.js +267 -0
- package/esm/objects/cli/commands/remove-node-at-path.d.ts +8 -0
- package/esm/objects/cli/commands/remove-node-at-path.js +34 -0
- package/esm/objects/cli/commands/rev-parse.d.ts +8 -0
- package/esm/objects/cli/commands/rev-parse.js +36 -0
- package/esm/objects/cli/commands/set-and-commit.d.ts +8 -0
- package/esm/objects/cli/commands/set-and-commit.js +34 -0
- package/esm/objects/cli/commands/set-data-at-path.d.ts +8 -0
- package/esm/objects/cli/commands/set-data-at-path.js +34 -0
- package/esm/objects/cli/commands/set-props-and-commit.d.ts +8 -0
- package/esm/objects/cli/commands/set-props-and-commit.js +34 -0
- package/esm/objects/cli/commands/store.d.ts +8 -0
- package/esm/objects/cli/commands/store.js +253 -0
- package/esm/objects/cli/commands/update-node-at-path.d.ts +8 -0
- package/esm/objects/cli/commands/update-node-at-path.js +34 -0
- package/esm/objects/cli/commands.d.ts +7 -0
- package/esm/objects/cli/commands.js +76 -0
- package/esm/objects/cli/executor.d.ts +72 -0
- package/esm/objects/cli/executor.js +36 -0
- package/esm/objects/cli/index.d.ts +1 -0
- package/esm/objects/cli/index.js +25 -0
- package/esm/objects/cli/node-fetch.d.ts +26 -0
- package/esm/objects/cli/node-fetch.js +123 -0
- package/esm/objects/cli/utils.d.ts +37 -0
- package/esm/objects/cli/utils.js +170 -0
- package/esm/objects/index.d.ts +6 -0
- package/esm/objects/index.js +6 -0
- package/esm/objects/orm/client.d.ts +55 -0
- package/esm/objects/orm/client.js +99 -0
- package/esm/objects/orm/index.d.ts +108 -0
- package/esm/objects/orm/index.js +55 -0
- package/esm/objects/orm/input-types.d.ts +951 -0
- package/esm/objects/orm/input-types.js +2 -0
- package/esm/objects/orm/models/commit.d.ts +56 -0
- package/esm/objects/orm/models/commit.js +94 -0
- package/esm/objects/orm/models/getAllRecord.d.ts +32 -0
- package/esm/objects/orm/models/getAllRecord.js +51 -0
- package/esm/objects/orm/models/index.d.ts +10 -0
- package/esm/objects/orm/models/index.js +10 -0
- package/esm/objects/orm/models/object.d.ts +56 -0
- package/esm/objects/orm/models/object.js +84 -0
- package/esm/objects/orm/models/ref.d.ts +56 -0
- package/esm/objects/orm/models/ref.js +94 -0
- package/esm/objects/orm/models/store.d.ts +56 -0
- package/esm/objects/orm/models/store.js +94 -0
- package/esm/objects/orm/mutation/index.d.ts +75 -0
- package/esm/objects/orm/mutation/index.js +102 -0
- package/esm/objects/orm/node-fetch.d.ts +26 -0
- package/esm/objects/orm/node-fetch.js +122 -0
- package/esm/objects/orm/query/index.d.ts +69 -0
- package/esm/objects/orm/query/index.js +110 -0
- package/esm/objects/orm/query-builder.d.ts +89 -0
- package/esm/objects/orm/query-builder.js +564 -0
- package/esm/objects/orm/select-types.d.ts +101 -0
- package/esm/objects/orm/select-types.js +1 -0
- package/esm/objects/orm/types.d.ts +6 -0
- package/esm/objects/orm/types.js +7 -0
- package/esm/public/cli/commands/api-module.d.ts +8 -0
- package/esm/public/cli/commands/api-module.js +267 -0
- package/esm/public/cli/commands/api-schema.d.ts +8 -0
- package/esm/public/cli/commands/api-schema.js +248 -0
- package/esm/public/cli/commands/api.d.ts +8 -0
- package/esm/public/cli/commands/api.js +305 -0
- package/esm/public/cli/commands/app-achievement.d.ts +8 -0
- package/esm/public/cli/commands/app-achievement.js +258 -0
- package/esm/public/cli/commands/app-admin-grant.d.ts +8 -0
- package/esm/public/cli/commands/app-admin-grant.js +258 -0
- package/esm/public/cli/commands/app-grant.d.ts +8 -0
- package/esm/public/cli/commands/app-grant.js +277 -0
- package/esm/public/cli/commands/app-level-requirement.d.ts +8 -0
- package/esm/public/cli/commands/app-level-requirement.js +296 -0
- package/esm/public/cli/commands/app-level.d.ts +8 -0
- package/esm/public/cli/commands/app-level.js +277 -0
- package/esm/public/cli/commands/app-limit-default.d.ts +8 -0
- package/esm/public/cli/commands/app-limit-default.js +229 -0
- package/esm/public/cli/commands/app-limit.d.ts +8 -0
- package/esm/public/cli/commands/app-limit.js +267 -0
- package/esm/public/cli/commands/app-membership-default.d.ts +8 -0
- package/esm/public/cli/commands/app-membership-default.js +277 -0
- package/esm/public/cli/commands/app-membership.d.ts +8 -0
- package/esm/public/cli/commands/app-membership.js +448 -0
- package/esm/public/cli/commands/app-owner-grant.d.ts +8 -0
- package/esm/public/cli/commands/app-owner-grant.js +258 -0
- package/esm/public/cli/commands/app-permission-default.d.ts +8 -0
- package/esm/public/cli/commands/app-permission-default.js +210 -0
- package/esm/public/cli/commands/app-permission.d.ts +8 -0
- package/esm/public/cli/commands/app-permission.js +267 -0
- package/esm/public/cli/commands/app-permissions-get-by-mask.d.ts +8 -0
- package/esm/public/cli/commands/app-permissions-get-by-mask.js +47 -0
- package/esm/public/cli/commands/app-permissions-get-mask-by-names.d.ts +8 -0
- package/esm/public/cli/commands/app-permissions-get-mask-by-names.js +26 -0
- package/esm/public/cli/commands/app-permissions-get-mask.d.ts +8 -0
- package/esm/public/cli/commands/app-permissions-get-mask.js +26 -0
- package/esm/public/cli/commands/app-permissions-get-padded-mask.d.ts +8 -0
- package/esm/public/cli/commands/app-permissions-get-padded-mask.js +26 -0
- package/esm/public/cli/commands/app-step.d.ts +8 -0
- package/esm/public/cli/commands/app-step.js +258 -0
- package/esm/public/cli/commands/app.d.ts +8 -0
- package/esm/public/cli/commands/app.js +343 -0
- package/esm/public/cli/commands/apply-rls.d.ts +8 -0
- package/esm/public/cli/commands/apply-rls.js +34 -0
- package/esm/public/cli/commands/ast-migration.d.ts +8 -0
- package/esm/public/cli/commands/ast-migration.js +405 -0
- package/esm/public/cli/commands/audit-log.d.ts +8 -0
- package/esm/public/cli/commands/audit-log.js +310 -0
- package/esm/public/cli/commands/auth.d.ts +8 -0
- package/esm/public/cli/commands/auth.js +106 -0
- package/esm/public/cli/commands/bootstrap-user.d.ts +8 -0
- package/esm/public/cli/commands/bootstrap-user.js +34 -0
- package/esm/public/cli/commands/check-constraint.d.ts +8 -0
- package/esm/public/cli/commands/check-constraint.js +410 -0
- package/esm/public/cli/commands/check-password.d.ts +8 -0
- package/esm/public/cli/commands/check-password.js +34 -0
- package/esm/public/cli/commands/claimed-invite.d.ts +8 -0
- package/esm/public/cli/commands/claimed-invite.js +258 -0
- package/esm/public/cli/commands/commit.d.ts +8 -0
- package/esm/public/cli/commands/commit.js +343 -0
- package/esm/public/cli/commands/confirm-delete-account.d.ts +8 -0
- package/esm/public/cli/commands/confirm-delete-account.js +34 -0
- package/esm/public/cli/commands/connected-account.d.ts +8 -0
- package/esm/public/cli/commands/connected-account.js +296 -0
- package/esm/public/cli/commands/connected-accounts-module.d.ts +8 -0
- package/esm/public/cli/commands/connected-accounts-module.js +305 -0
- package/esm/public/cli/commands/context.d.ts +8 -0
- package/esm/public/cli/commands/context.js +157 -0
- package/esm/public/cli/commands/create-user-database.d.ts +8 -0
- package/esm/public/cli/commands/create-user-database.js +34 -0
- package/esm/public/cli/commands/crypto-address.d.ts +8 -0
- package/esm/public/cli/commands/crypto-address.js +277 -0
- package/esm/public/cli/commands/crypto-addresses-module.d.ts +8 -0
- package/esm/public/cli/commands/crypto-addresses-module.js +324 -0
- package/esm/public/cli/commands/crypto-auth-module.d.ts +8 -0
- package/esm/public/cli/commands/crypto-auth-module.js +438 -0
- package/esm/public/cli/commands/current-ip-address.d.ts +8 -0
- package/esm/public/cli/commands/current-ip-address.js +19 -0
- package/esm/public/cli/commands/current-user-agent.d.ts +8 -0
- package/esm/public/cli/commands/current-user-agent.js +19 -0
- package/esm/public/cli/commands/current-user-id.d.ts +8 -0
- package/esm/public/cli/commands/current-user-id.js +19 -0
- package/esm/public/cli/commands/current-user.d.ts +8 -0
- package/esm/public/cli/commands/current-user.js +25 -0
- package/esm/public/cli/commands/database-provision-module.d.ts +8 -0
- package/esm/public/cli/commands/database-provision-module.js +410 -0
- package/esm/public/cli/commands/database.d.ts +8 -0
- package/esm/public/cli/commands/database.js +296 -0
- package/esm/public/cli/commands/default-ids-module.d.ts +8 -0
- package/esm/public/cli/commands/default-ids-module.js +210 -0
- package/esm/public/cli/commands/default-privilege.d.ts +8 -0
- package/esm/public/cli/commands/default-privilege.js +305 -0
- package/esm/public/cli/commands/denormalized-table-field.d.ts +8 -0
- package/esm/public/cli/commands/denormalized-table-field.js +400 -0
- package/esm/public/cli/commands/domain.d.ts +8 -0
- package/esm/public/cli/commands/domain.js +286 -0
- package/esm/public/cli/commands/email.d.ts +8 -0
- package/esm/public/cli/commands/email.js +277 -0
- package/esm/public/cli/commands/emails-module.d.ts +8 -0
- package/esm/public/cli/commands/emails-module.js +305 -0
- package/esm/public/cli/commands/encrypted-secrets-module.d.ts +8 -0
- package/esm/public/cli/commands/encrypted-secrets-module.js +267 -0
- package/esm/public/cli/commands/extend-token-expires.d.ts +8 -0
- package/esm/public/cli/commands/extend-token-expires.js +34 -0
- package/esm/public/cli/commands/field-module.d.ts +8 -0
- package/esm/public/cli/commands/field-module.js +343 -0
- package/esm/public/cli/commands/field.d.ts +8 -0
- package/esm/public/cli/commands/field.js +600 -0
- package/esm/public/cli/commands/foreign-key-constraint.d.ts +8 -0
- package/esm/public/cli/commands/foreign-key-constraint.js +486 -0
- package/esm/public/cli/commands/forgot-password.d.ts +8 -0
- package/esm/public/cli/commands/forgot-password.js +34 -0
- package/esm/public/cli/commands/freeze-objects.d.ts +8 -0
- package/esm/public/cli/commands/freeze-objects.js +34 -0
- package/esm/public/cli/commands/full-text-search.d.ts +8 -0
- package/esm/public/cli/commands/full-text-search.js +315 -0
- package/esm/public/cli/commands/get-all-objects-from-root.d.ts +8 -0
- package/esm/public/cli/commands/get-all-objects-from-root.js +52 -0
- package/esm/public/cli/commands/get-all-record.d.ts +8 -0
- package/esm/public/cli/commands/get-all-record.js +224 -0
- package/esm/public/cli/commands/get-object-at-path.d.ts +8 -0
- package/esm/public/cli/commands/get-object-at-path.js +47 -0
- package/esm/public/cli/commands/get-path-objects-from-root.d.ts +8 -0
- package/esm/public/cli/commands/get-path-objects-from-root.js +57 -0
- package/esm/public/cli/commands/hierarchy-module.d.ts +8 -0
- package/esm/public/cli/commands/hierarchy-module.js +538 -0
- package/esm/public/cli/commands/index.d.ts +8 -0
- package/esm/public/cli/commands/index.js +467 -0
- package/esm/public/cli/commands/init-empty-repo.d.ts +8 -0
- package/esm/public/cli/commands/init-empty-repo.js +34 -0
- package/esm/public/cli/commands/insert-node-at-path.d.ts +8 -0
- package/esm/public/cli/commands/insert-node-at-path.js +34 -0
- package/esm/public/cli/commands/invite.d.ts +8 -0
- package/esm/public/cli/commands/invite.js +372 -0
- package/esm/public/cli/commands/invites-module.d.ts +8 -0
- package/esm/public/cli/commands/invites-module.js +438 -0
- package/esm/public/cli/commands/levels-module.d.ts +8 -0
- package/esm/public/cli/commands/levels-module.js +666 -0
- package/esm/public/cli/commands/limits-module.d.ts +8 -0
- package/esm/public/cli/commands/limits-module.js +514 -0
- package/esm/public/cli/commands/membership-type.d.ts +8 -0
- package/esm/public/cli/commands/membership-type.js +248 -0
- package/esm/public/cli/commands/membership-types-module.d.ts +8 -0
- package/esm/public/cli/commands/membership-types-module.js +267 -0
- package/esm/public/cli/commands/memberships-module.d.ts +8 -0
- package/esm/public/cli/commands/memberships-module.js +761 -0
- package/esm/public/cli/commands/node-type-registry.d.ts +8 -0
- package/esm/public/cli/commands/node-type-registry.js +315 -0
- package/esm/public/cli/commands/object.d.ts +8 -0
- package/esm/public/cli/commands/object.js +310 -0
- package/esm/public/cli/commands/one-time-token.d.ts +8 -0
- package/esm/public/cli/commands/one-time-token.js +34 -0
- package/esm/public/cli/commands/org-admin-grant.d.ts +8 -0
- package/esm/public/cli/commands/org-admin-grant.js +277 -0
- package/esm/public/cli/commands/org-chart-edge-grant.d.ts +8 -0
- package/esm/public/cli/commands/org-chart-edge-grant.js +329 -0
- package/esm/public/cli/commands/org-chart-edge.d.ts +8 -0
- package/esm/public/cli/commands/org-chart-edge.js +296 -0
- package/esm/public/cli/commands/org-claimed-invite.d.ts +8 -0
- package/esm/public/cli/commands/org-claimed-invite.js +277 -0
- package/esm/public/cli/commands/org-get-managers-record.d.ts +8 -0
- package/esm/public/cli/commands/org-get-managers-record.js +224 -0
- package/esm/public/cli/commands/org-get-subordinates-record.d.ts +8 -0
- package/esm/public/cli/commands/org-get-subordinates-record.js +224 -0
- package/esm/public/cli/commands/org-grant.d.ts +8 -0
- package/esm/public/cli/commands/org-grant.js +296 -0
- package/esm/public/cli/commands/org-invite.d.ts +8 -0
- package/esm/public/cli/commands/org-invite.js +410 -0
- package/esm/public/cli/commands/org-is-manager-of.d.ts +8 -0
- package/esm/public/cli/commands/org-is-manager-of.js +41 -0
- package/esm/public/cli/commands/org-limit-default.d.ts +8 -0
- package/esm/public/cli/commands/org-limit-default.js +229 -0
- package/esm/public/cli/commands/org-limit.d.ts +8 -0
- package/esm/public/cli/commands/org-limit.js +286 -0
- package/esm/public/cli/commands/org-member.d.ts +8 -0
- package/esm/public/cli/commands/org-member.js +248 -0
- package/esm/public/cli/commands/org-membership-default.d.ts +8 -0
- package/esm/public/cli/commands/org-membership-default.js +315 -0
- package/esm/public/cli/commands/org-membership.d.ts +8 -0
- package/esm/public/cli/commands/org-membership.js +448 -0
- package/esm/public/cli/commands/org-owner-grant.d.ts +8 -0
- package/esm/public/cli/commands/org-owner-grant.js +277 -0
- package/esm/public/cli/commands/org-permission-default.d.ts +8 -0
- package/esm/public/cli/commands/org-permission-default.js +229 -0
- package/esm/public/cli/commands/org-permission.d.ts +8 -0
- package/esm/public/cli/commands/org-permission.js +267 -0
- package/esm/public/cli/commands/org-permissions-get-by-mask.d.ts +8 -0
- package/esm/public/cli/commands/org-permissions-get-by-mask.js +47 -0
- package/esm/public/cli/commands/org-permissions-get-mask-by-names.d.ts +8 -0
- package/esm/public/cli/commands/org-permissions-get-mask-by-names.js +26 -0
- package/esm/public/cli/commands/org-permissions-get-mask.d.ts +8 -0
- package/esm/public/cli/commands/org-permissions-get-mask.js +26 -0
- package/esm/public/cli/commands/org-permissions-get-padded-mask.d.ts +8 -0
- package/esm/public/cli/commands/org-permissions-get-padded-mask.js +26 -0
- package/esm/public/cli/commands/permissions-module.d.ts +8 -0
- package/esm/public/cli/commands/permissions-module.js +495 -0
- package/esm/public/cli/commands/phone-number.d.ts +8 -0
- package/esm/public/cli/commands/phone-number.js +296 -0
- package/esm/public/cli/commands/phone-numbers-module.d.ts +8 -0
- package/esm/public/cli/commands/phone-numbers-module.js +305 -0
- package/esm/public/cli/commands/policy.d.ts +8 -0
- package/esm/public/cli/commands/policy.js +467 -0
- package/esm/public/cli/commands/primary-key-constraint.d.ts +8 -0
- package/esm/public/cli/commands/primary-key-constraint.js +391 -0
- package/esm/public/cli/commands/profiles-module.d.ts +8 -0
- package/esm/public/cli/commands/profiles-module.js +514 -0
- package/esm/public/cli/commands/provision-database-with-user.d.ts +8 -0
- package/esm/public/cli/commands/provision-database-with-user.js +34 -0
- package/esm/public/cli/commands/ref.d.ts +8 -0
- package/esm/public/cli/commands/ref.js +267 -0
- package/esm/public/cli/commands/relation-provision.d.ts +8 -0
- package/esm/public/cli/commands/relation-provision.js +704 -0
- package/esm/public/cli/commands/remove-node-at-path.d.ts +8 -0
- package/esm/public/cli/commands/remove-node-at-path.js +34 -0
- package/esm/public/cli/commands/reset-password.d.ts +8 -0
- package/esm/public/cli/commands/reset-password.js +34 -0
- package/esm/public/cli/commands/rev-parse.d.ts +8 -0
- package/esm/public/cli/commands/rev-parse.js +36 -0
- package/esm/public/cli/commands/rls-module.d.ts +8 -0
- package/esm/public/cli/commands/rls-module.js +400 -0
- package/esm/public/cli/commands/role-type.d.ts +8 -0
- package/esm/public/cli/commands/role-type.js +210 -0
- package/esm/public/cli/commands/schema-grant.d.ts +8 -0
- package/esm/public/cli/commands/schema-grant.js +258 -0
- package/esm/public/cli/commands/schema.d.ts +8 -0
- package/esm/public/cli/commands/schema.js +410 -0
- package/esm/public/cli/commands/secrets-module.d.ts +8 -0
- package/esm/public/cli/commands/secrets-module.js +267 -0
- package/esm/public/cli/commands/secure-table-provision.d.ts +8 -0
- package/esm/public/cli/commands/secure-table-provision.js +495 -0
- package/esm/public/cli/commands/send-account-deletion-email.d.ts +8 -0
- package/esm/public/cli/commands/send-account-deletion-email.js +34 -0
- package/esm/public/cli/commands/send-verification-email.d.ts +8 -0
- package/esm/public/cli/commands/send-verification-email.js +34 -0
- package/esm/public/cli/commands/sessions-module.d.ts +8 -0
- package/esm/public/cli/commands/sessions-module.js +381 -0
- package/esm/public/cli/commands/set-and-commit.d.ts +8 -0
- package/esm/public/cli/commands/set-and-commit.js +34 -0
- package/esm/public/cli/commands/set-data-at-path.d.ts +8 -0
- package/esm/public/cli/commands/set-data-at-path.js +34 -0
- package/esm/public/cli/commands/set-field-order.d.ts +8 -0
- package/esm/public/cli/commands/set-field-order.js +34 -0
- package/esm/public/cli/commands/set-password.d.ts +8 -0
- package/esm/public/cli/commands/set-password.js +34 -0
- package/esm/public/cli/commands/set-props-and-commit.d.ts +8 -0
- package/esm/public/cli/commands/set-props-and-commit.js +34 -0
- package/esm/public/cli/commands/sign-in-one-time-token.d.ts +8 -0
- package/esm/public/cli/commands/sign-in-one-time-token.js +34 -0
- package/esm/public/cli/commands/sign-in.d.ts +8 -0
- package/esm/public/cli/commands/sign-in.js +34 -0
- package/esm/public/cli/commands/sign-out.d.ts +8 -0
- package/esm/public/cli/commands/sign-out.js +34 -0
- package/esm/public/cli/commands/sign-up.d.ts +8 -0
- package/esm/public/cli/commands/sign-up.js +34 -0
- package/esm/public/cli/commands/site-metadatum.d.ts +8 -0
- package/esm/public/cli/commands/site-metadatum.js +286 -0
- package/esm/public/cli/commands/site-module.d.ts +8 -0
- package/esm/public/cli/commands/site-module.js +267 -0
- package/esm/public/cli/commands/site-theme.d.ts +8 -0
- package/esm/public/cli/commands/site-theme.js +248 -0
- package/esm/public/cli/commands/site.d.ts +8 -0
- package/esm/public/cli/commands/site.js +343 -0
- package/esm/public/cli/commands/sql-migration.d.ts +8 -0
- package/esm/public/cli/commands/sql-migration.js +405 -0
- package/esm/public/cli/commands/steps-achieved.d.ts +8 -0
- package/esm/public/cli/commands/steps-achieved.js +31 -0
- package/esm/public/cli/commands/steps-required.d.ts +8 -0
- package/esm/public/cli/commands/steps-required.js +52 -0
- package/esm/public/cli/commands/store.d.ts +8 -0
- package/esm/public/cli/commands/store.js +253 -0
- package/esm/public/cli/commands/submit-invite-code.d.ts +8 -0
- package/esm/public/cli/commands/submit-invite-code.js +34 -0
- package/esm/public/cli/commands/submit-org-invite-code.d.ts +8 -0
- package/esm/public/cli/commands/submit-org-invite-code.js +34 -0
- package/esm/public/cli/commands/table-grant.d.ts +8 -0
- package/esm/public/cli/commands/table-grant.js +315 -0
- package/esm/public/cli/commands/table-module.d.ts +8 -0
- package/esm/public/cli/commands/table-module.js +343 -0
- package/esm/public/cli/commands/table-template-module.d.ts +8 -0
- package/esm/public/cli/commands/table-template-module.js +343 -0
- package/esm/public/cli/commands/table.d.ts +8 -0
- package/esm/public/cli/commands/table.js +505 -0
- package/esm/public/cli/commands/trigger-function.d.ts +8 -0
- package/esm/public/cli/commands/trigger-function.js +258 -0
- package/esm/public/cli/commands/trigger.d.ts +8 -0
- package/esm/public/cli/commands/trigger.js +391 -0
- package/esm/public/cli/commands/unique-constraint.d.ts +8 -0
- package/esm/public/cli/commands/unique-constraint.js +410 -0
- package/esm/public/cli/commands/update-node-at-path.d.ts +8 -0
- package/esm/public/cli/commands/update-node-at-path.js +34 -0
- package/esm/public/cli/commands/user-auth-module.d.ts +8 -0
- package/esm/public/cli/commands/user-auth-module.js +666 -0
- package/esm/public/cli/commands/user.d.ts +8 -0
- package/esm/public/cli/commands/user.js +315 -0
- package/esm/public/cli/commands/users-module.d.ts +8 -0
- package/esm/public/cli/commands/users-module.js +305 -0
- package/esm/public/cli/commands/uuid-module.d.ts +8 -0
- package/esm/public/cli/commands/uuid-module.js +267 -0
- package/esm/public/cli/commands/verify-email.d.ts +8 -0
- package/esm/public/cli/commands/verify-email.js +34 -0
- package/esm/public/cli/commands/verify-password.d.ts +8 -0
- package/esm/public/cli/commands/verify-password.js +34 -0
- package/esm/public/cli/commands/verify-totp.d.ts +8 -0
- package/esm/public/cli/commands/verify-totp.js +34 -0
- package/esm/public/cli/commands/view-grant.d.ts +8 -0
- package/esm/public/cli/commands/view-grant.js +305 -0
- package/esm/public/cli/commands/view-rule.d.ts +8 -0
- package/esm/public/cli/commands/view-rule.js +286 -0
- package/esm/public/cli/commands/view-table.d.ts +8 -0
- package/esm/public/cli/commands/view-table.js +248 -0
- package/esm/public/cli/commands/view.d.ts +8 -0
- package/esm/public/cli/commands/view.js +476 -0
- package/esm/public/cli/commands.d.ts +7 -0
- package/esm/public/cli/commands.js +350 -0
- package/esm/public/cli/executor.d.ts +361 -0
- package/esm/public/cli/executor.js +36 -0
- package/esm/public/cli/index.d.ts +1 -0
- package/esm/public/cli/index.js +25 -0
- package/esm/public/cli/node-fetch.d.ts +26 -0
- package/esm/public/cli/node-fetch.js +123 -0
- package/esm/public/cli/utils.d.ts +37 -0
- package/esm/public/cli/utils.js +170 -0
- package/esm/public/index.d.ts +6 -0
- package/esm/public/index.js +6 -0
- package/esm/public/orm/client.d.ts +55 -0
- package/esm/public/orm/client.js +99 -0
- package/esm/public/orm/index.d.ts +496 -0
- package/esm/public/orm/index.js +253 -0
- package/esm/public/orm/input-types.d.ts +17680 -0
- package/esm/public/orm/input-types.js +139 -0
- package/esm/public/orm/models/api.d.ts +56 -0
- package/esm/public/orm/models/api.js +94 -0
- package/esm/public/orm/models/apiModule.d.ts +56 -0
- package/esm/public/orm/models/apiModule.js +94 -0
- package/esm/public/orm/models/apiSchema.d.ts +56 -0
- package/esm/public/orm/models/apiSchema.js +94 -0
- package/esm/public/orm/models/app.d.ts +56 -0
- package/esm/public/orm/models/app.js +94 -0
- package/esm/public/orm/models/appAchievement.d.ts +56 -0
- package/esm/public/orm/models/appAchievement.js +94 -0
- package/esm/public/orm/models/appAdminGrant.d.ts +56 -0
- package/esm/public/orm/models/appAdminGrant.js +94 -0
- package/esm/public/orm/models/appGrant.d.ts +56 -0
- package/esm/public/orm/models/appGrant.js +94 -0
- package/esm/public/orm/models/appLevel.d.ts +56 -0
- package/esm/public/orm/models/appLevel.js +94 -0
- package/esm/public/orm/models/appLevelRequirement.d.ts +56 -0
- package/esm/public/orm/models/appLevelRequirement.js +94 -0
- package/esm/public/orm/models/appLimit.d.ts +56 -0
- package/esm/public/orm/models/appLimit.js +94 -0
- package/esm/public/orm/models/appLimitDefault.d.ts +56 -0
- package/esm/public/orm/models/appLimitDefault.js +94 -0
- package/esm/public/orm/models/appMembership.d.ts +56 -0
- package/esm/public/orm/models/appMembership.js +94 -0
- package/esm/public/orm/models/appMembershipDefault.d.ts +56 -0
- package/esm/public/orm/models/appMembershipDefault.js +94 -0
- package/esm/public/orm/models/appOwnerGrant.d.ts +56 -0
- package/esm/public/orm/models/appOwnerGrant.js +94 -0
- package/esm/public/orm/models/appPermission.d.ts +56 -0
- package/esm/public/orm/models/appPermission.js +94 -0
- package/esm/public/orm/models/appPermissionDefault.d.ts +56 -0
- package/esm/public/orm/models/appPermissionDefault.js +94 -0
- package/esm/public/orm/models/appStep.d.ts +56 -0
- package/esm/public/orm/models/appStep.js +94 -0
- package/esm/public/orm/models/astMigration.d.ts +38 -0
- package/esm/public/orm/models/astMigration.js +72 -0
- package/esm/public/orm/models/auditLog.d.ts +56 -0
- package/esm/public/orm/models/auditLog.js +94 -0
- package/esm/public/orm/models/checkConstraint.d.ts +56 -0
- package/esm/public/orm/models/checkConstraint.js +94 -0
- package/esm/public/orm/models/claimedInvite.d.ts +56 -0
- package/esm/public/orm/models/claimedInvite.js +94 -0
- package/esm/public/orm/models/commit.d.ts +56 -0
- package/esm/public/orm/models/commit.js +94 -0
- package/esm/public/orm/models/connectedAccount.d.ts +56 -0
- package/esm/public/orm/models/connectedAccount.js +94 -0
- package/esm/public/orm/models/connectedAccountsModule.d.ts +56 -0
- package/esm/public/orm/models/connectedAccountsModule.js +94 -0
- package/esm/public/orm/models/cryptoAddress.d.ts +56 -0
- package/esm/public/orm/models/cryptoAddress.js +94 -0
- package/esm/public/orm/models/cryptoAddressesModule.d.ts +56 -0
- package/esm/public/orm/models/cryptoAddressesModule.js +94 -0
- package/esm/public/orm/models/cryptoAuthModule.d.ts +56 -0
- package/esm/public/orm/models/cryptoAuthModule.js +94 -0
- package/esm/public/orm/models/database.d.ts +56 -0
- package/esm/public/orm/models/database.js +94 -0
- package/esm/public/orm/models/databaseProvisionModule.d.ts +56 -0
- package/esm/public/orm/models/databaseProvisionModule.js +94 -0
- package/esm/public/orm/models/defaultIdsModule.d.ts +56 -0
- package/esm/public/orm/models/defaultIdsModule.js +94 -0
- package/esm/public/orm/models/defaultPrivilege.d.ts +56 -0
- package/esm/public/orm/models/defaultPrivilege.js +94 -0
- package/esm/public/orm/models/denormalizedTableField.d.ts +56 -0
- package/esm/public/orm/models/denormalizedTableField.js +94 -0
- package/esm/public/orm/models/domain.d.ts +56 -0
- package/esm/public/orm/models/domain.js +94 -0
- package/esm/public/orm/models/email.d.ts +56 -0
- package/esm/public/orm/models/email.js +94 -0
- package/esm/public/orm/models/emailsModule.d.ts +56 -0
- package/esm/public/orm/models/emailsModule.js +94 -0
- package/esm/public/orm/models/encryptedSecretsModule.d.ts +56 -0
- package/esm/public/orm/models/encryptedSecretsModule.js +94 -0
- package/esm/public/orm/models/field.d.ts +56 -0
- package/esm/public/orm/models/field.js +94 -0
- package/esm/public/orm/models/fieldModule.d.ts +56 -0
- package/esm/public/orm/models/fieldModule.js +94 -0
- package/esm/public/orm/models/foreignKeyConstraint.d.ts +56 -0
- package/esm/public/orm/models/foreignKeyConstraint.js +94 -0
- package/esm/public/orm/models/fullTextSearch.d.ts +56 -0
- package/esm/public/orm/models/fullTextSearch.js +94 -0
- package/esm/public/orm/models/getAllRecord.d.ts +32 -0
- package/esm/public/orm/models/getAllRecord.js +51 -0
- package/esm/public/orm/models/hierarchyModule.d.ts +56 -0
- package/esm/public/orm/models/hierarchyModule.js +94 -0
- package/esm/public/orm/models/index.d.ts +109 -0
- package/esm/public/orm/models/index.js +109 -0
- package/esm/public/orm/models/indexModel.d.ts +56 -0
- package/esm/public/orm/models/indexModel.js +94 -0
- package/esm/public/orm/models/invite.d.ts +56 -0
- package/esm/public/orm/models/invite.js +94 -0
- package/esm/public/orm/models/invitesModule.d.ts +56 -0
- package/esm/public/orm/models/invitesModule.js +94 -0
- package/esm/public/orm/models/levelsModule.d.ts +56 -0
- package/esm/public/orm/models/levelsModule.js +94 -0
- package/esm/public/orm/models/limitsModule.d.ts +56 -0
- package/esm/public/orm/models/limitsModule.js +94 -0
- package/esm/public/orm/models/membershipType.d.ts +56 -0
- package/esm/public/orm/models/membershipType.js +94 -0
- package/esm/public/orm/models/membershipTypesModule.d.ts +56 -0
- package/esm/public/orm/models/membershipTypesModule.js +94 -0
- package/esm/public/orm/models/membershipsModule.d.ts +56 -0
- package/esm/public/orm/models/membershipsModule.js +94 -0
- package/esm/public/orm/models/nodeTypeRegistry.d.ts +56 -0
- package/esm/public/orm/models/nodeTypeRegistry.js +94 -0
- package/esm/public/orm/models/object.d.ts +56 -0
- package/esm/public/orm/models/object.js +84 -0
- package/esm/public/orm/models/orgAdminGrant.d.ts +56 -0
- package/esm/public/orm/models/orgAdminGrant.js +94 -0
- package/esm/public/orm/models/orgChartEdge.d.ts +56 -0
- package/esm/public/orm/models/orgChartEdge.js +94 -0
- package/esm/public/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/esm/public/orm/models/orgChartEdgeGrant.js +94 -0
- package/esm/public/orm/models/orgClaimedInvite.d.ts +56 -0
- package/esm/public/orm/models/orgClaimedInvite.js +94 -0
- package/esm/public/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/esm/public/orm/models/orgGetManagersRecord.js +51 -0
- package/esm/public/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/esm/public/orm/models/orgGetSubordinatesRecord.js +51 -0
- package/esm/public/orm/models/orgGrant.d.ts +56 -0
- package/esm/public/orm/models/orgGrant.js +94 -0
- package/esm/public/orm/models/orgInvite.d.ts +56 -0
- package/esm/public/orm/models/orgInvite.js +94 -0
- package/esm/public/orm/models/orgLimit.d.ts +56 -0
- package/esm/public/orm/models/orgLimit.js +94 -0
- package/esm/public/orm/models/orgLimitDefault.d.ts +56 -0
- package/esm/public/orm/models/orgLimitDefault.js +94 -0
- package/esm/public/orm/models/orgMember.d.ts +56 -0
- package/esm/public/orm/models/orgMember.js +94 -0
- package/esm/public/orm/models/orgMembership.d.ts +56 -0
- package/esm/public/orm/models/orgMembership.js +94 -0
- package/esm/public/orm/models/orgMembershipDefault.d.ts +56 -0
- package/esm/public/orm/models/orgMembershipDefault.js +94 -0
- package/esm/public/orm/models/orgOwnerGrant.d.ts +56 -0
- package/esm/public/orm/models/orgOwnerGrant.js +94 -0
- package/esm/public/orm/models/orgPermission.d.ts +56 -0
- package/esm/public/orm/models/orgPermission.js +94 -0
- package/esm/public/orm/models/orgPermissionDefault.d.ts +56 -0
- package/esm/public/orm/models/orgPermissionDefault.js +94 -0
- package/esm/public/orm/models/permissionsModule.d.ts +56 -0
- package/esm/public/orm/models/permissionsModule.js +94 -0
- package/esm/public/orm/models/phoneNumber.d.ts +56 -0
- package/esm/public/orm/models/phoneNumber.js +94 -0
- package/esm/public/orm/models/phoneNumbersModule.d.ts +56 -0
- package/esm/public/orm/models/phoneNumbersModule.js +94 -0
- package/esm/public/orm/models/policy.d.ts +56 -0
- package/esm/public/orm/models/policy.js +94 -0
- package/esm/public/orm/models/primaryKeyConstraint.d.ts +56 -0
- package/esm/public/orm/models/primaryKeyConstraint.js +94 -0
- package/esm/public/orm/models/profilesModule.d.ts +56 -0
- package/esm/public/orm/models/profilesModule.js +94 -0
- package/esm/public/orm/models/ref.d.ts +56 -0
- package/esm/public/orm/models/ref.js +94 -0
- package/esm/public/orm/models/relationProvision.d.ts +56 -0
- package/esm/public/orm/models/relationProvision.js +94 -0
- package/esm/public/orm/models/rlsModule.d.ts +56 -0
- package/esm/public/orm/models/rlsModule.js +94 -0
- package/esm/public/orm/models/roleType.d.ts +56 -0
- package/esm/public/orm/models/roleType.js +94 -0
- package/esm/public/orm/models/schema.d.ts +56 -0
- package/esm/public/orm/models/schema.js +94 -0
- package/esm/public/orm/models/schemaGrant.d.ts +56 -0
- package/esm/public/orm/models/schemaGrant.js +94 -0
- package/esm/public/orm/models/secretsModule.d.ts +56 -0
- package/esm/public/orm/models/secretsModule.js +94 -0
- package/esm/public/orm/models/secureTableProvision.d.ts +56 -0
- package/esm/public/orm/models/secureTableProvision.js +94 -0
- package/esm/public/orm/models/sessionsModule.d.ts +56 -0
- package/esm/public/orm/models/sessionsModule.js +94 -0
- package/esm/public/orm/models/site.d.ts +56 -0
- package/esm/public/orm/models/site.js +94 -0
- package/esm/public/orm/models/siteMetadatum.d.ts +56 -0
- package/esm/public/orm/models/siteMetadatum.js +94 -0
- package/esm/public/orm/models/siteModule.d.ts +56 -0
- package/esm/public/orm/models/siteModule.js +94 -0
- package/esm/public/orm/models/siteTheme.d.ts +56 -0
- package/esm/public/orm/models/siteTheme.js +94 -0
- package/esm/public/orm/models/sqlMigration.d.ts +38 -0
- package/esm/public/orm/models/sqlMigration.js +72 -0
- package/esm/public/orm/models/store.d.ts +56 -0
- package/esm/public/orm/models/store.js +94 -0
- package/esm/public/orm/models/table.d.ts +56 -0
- package/esm/public/orm/models/table.js +94 -0
- package/esm/public/orm/models/tableGrant.d.ts +56 -0
- package/esm/public/orm/models/tableGrant.js +94 -0
- package/esm/public/orm/models/tableModule.d.ts +56 -0
- package/esm/public/orm/models/tableModule.js +94 -0
- package/esm/public/orm/models/tableTemplateModule.d.ts +56 -0
- package/esm/public/orm/models/tableTemplateModule.js +94 -0
- package/esm/public/orm/models/trigger.d.ts +56 -0
- package/esm/public/orm/models/trigger.js +94 -0
- package/esm/public/orm/models/triggerFunction.d.ts +56 -0
- package/esm/public/orm/models/triggerFunction.js +94 -0
- package/esm/public/orm/models/uniqueConstraint.d.ts +56 -0
- package/esm/public/orm/models/uniqueConstraint.js +94 -0
- package/esm/public/orm/models/user.d.ts +56 -0
- package/esm/public/orm/models/user.js +94 -0
- package/esm/public/orm/models/userAuthModule.d.ts +56 -0
- package/esm/public/orm/models/userAuthModule.js +94 -0
- package/esm/public/orm/models/usersModule.d.ts +56 -0
- package/esm/public/orm/models/usersModule.js +94 -0
- package/esm/public/orm/models/uuidModule.d.ts +56 -0
- package/esm/public/orm/models/uuidModule.js +94 -0
- package/esm/public/orm/models/view.d.ts +56 -0
- package/esm/public/orm/models/view.js +94 -0
- package/esm/public/orm/models/viewGrant.d.ts +56 -0
- package/esm/public/orm/models/viewGrant.js +94 -0
- package/esm/public/orm/models/viewRule.d.ts +56 -0
- package/esm/public/orm/models/viewRule.js +94 -0
- package/esm/public/orm/models/viewTable.d.ts +56 -0
- package/esm/public/orm/models/viewTable.js +94 -0
- package/esm/public/orm/mutation/index.d.ts +278 -0
- package/esm/public/orm/mutation/index.js +378 -0
- package/esm/public/orm/node-fetch.d.ts +26 -0
- package/esm/public/orm/node-fetch.js +122 -0
- package/esm/public/orm/query/index.d.ts +209 -0
- package/esm/public/orm/query/index.js +326 -0
- package/esm/public/orm/query-builder.d.ts +89 -0
- package/esm/public/orm/query-builder.js +564 -0
- package/esm/public/orm/select-types.d.ts +101 -0
- package/esm/public/orm/select-types.js +1 -0
- package/esm/public/orm/types.d.ts +6 -0
- package/esm/public/orm/types.js +7 -0
- package/esm/utils/cli-utils.d.ts +44 -0
- package/esm/utils/cli-utils.js +172 -0
- package/esm/utils/display.d.ts +38 -0
- package/esm/utils/display.js +71 -0
- package/esm/utils/index.d.ts +3 -0
- package/esm/utils/index.js +2 -0
- package/index.d.ts +12 -0
- package/index.js +48 -0
- package/objects/cli/commands/auth.d.ts +8 -0
- package/objects/cli/commands/auth.js +108 -0
- package/objects/cli/commands/commit.d.ts +8 -0
- package/objects/cli/commands/commit.js +345 -0
- package/objects/cli/commands/context.d.ts +8 -0
- package/objects/cli/commands/context.js +159 -0
- package/objects/cli/commands/freeze-objects.d.ts +8 -0
- package/objects/cli/commands/freeze-objects.js +36 -0
- package/objects/cli/commands/get-all-objects-from-root.d.ts +8 -0
- package/objects/cli/commands/get-all-objects-from-root.js +54 -0
- package/objects/cli/commands/get-all-record.d.ts +8 -0
- package/objects/cli/commands/get-all-record.js +226 -0
- package/objects/cli/commands/get-object-at-path.d.ts +8 -0
- package/objects/cli/commands/get-object-at-path.js +49 -0
- package/objects/cli/commands/get-path-objects-from-root.d.ts +8 -0
- package/objects/cli/commands/get-path-objects-from-root.js +59 -0
- package/objects/cli/commands/init-empty-repo.d.ts +8 -0
- package/objects/cli/commands/init-empty-repo.js +36 -0
- package/objects/cli/commands/insert-node-at-path.d.ts +8 -0
- package/objects/cli/commands/insert-node-at-path.js +36 -0
- package/objects/cli/commands/object.d.ts +8 -0
- package/objects/cli/commands/object.js +312 -0
- package/objects/cli/commands/ref.d.ts +8 -0
- package/objects/cli/commands/ref.js +269 -0
- package/objects/cli/commands/remove-node-at-path.d.ts +8 -0
- package/objects/cli/commands/remove-node-at-path.js +36 -0
- package/objects/cli/commands/rev-parse.d.ts +8 -0
- package/objects/cli/commands/rev-parse.js +38 -0
- package/objects/cli/commands/set-and-commit.d.ts +8 -0
- package/objects/cli/commands/set-and-commit.js +36 -0
- package/objects/cli/commands/set-data-at-path.d.ts +8 -0
- package/objects/cli/commands/set-data-at-path.js +36 -0
- package/objects/cli/commands/set-props-and-commit.d.ts +8 -0
- package/objects/cli/commands/set-props-and-commit.js +36 -0
- package/objects/cli/commands/store.d.ts +8 -0
- package/objects/cli/commands/store.js +255 -0
- package/objects/cli/commands/update-node-at-path.d.ts +8 -0
- package/objects/cli/commands/update-node-at-path.js +36 -0
- package/objects/cli/commands.d.ts +7 -0
- package/objects/cli/commands.js +83 -0
- package/objects/cli/executor.d.ts +72 -0
- package/objects/cli/executor.js +41 -0
- package/objects/cli/index.d.ts +1 -0
- package/objects/cli/index.js +27 -0
- package/objects/cli/node-fetch.d.ts +26 -0
- package/objects/cli/node-fetch.js +130 -0
- package/objects/cli/utils.d.ts +37 -0
- package/objects/cli/utils.js +179 -0
- package/objects/index.d.ts +6 -0
- package/objects/index.js +22 -0
- package/objects/orm/client.d.ts +55 -0
- package/objects/orm/client.js +105 -0
- package/objects/orm/index.d.ts +108 -0
- package/objects/orm/index.js +78 -0
- package/objects/orm/input-types.d.ts +951 -0
- package/objects/orm/input-types.js +5 -0
- package/objects/orm/models/commit.d.ts +56 -0
- package/objects/orm/models/commit.js +98 -0
- package/objects/orm/models/getAllRecord.d.ts +32 -0
- package/objects/orm/models/getAllRecord.js +55 -0
- package/objects/orm/models/index.d.ts +10 -0
- package/objects/orm/models/index.js +18 -0
- package/objects/orm/models/object.d.ts +56 -0
- package/objects/orm/models/object.js +88 -0
- package/objects/orm/models/ref.d.ts +56 -0
- package/objects/orm/models/ref.js +98 -0
- package/objects/orm/models/store.d.ts +56 -0
- package/objects/orm/models/store.js +98 -0
- package/objects/orm/mutation/index.d.ts +75 -0
- package/objects/orm/mutation/index.js +105 -0
- package/objects/orm/node-fetch.d.ts +26 -0
- package/objects/orm/node-fetch.js +129 -0
- package/objects/orm/query/index.d.ts +69 -0
- package/objects/orm/query/index.js +113 -0
- package/objects/orm/query-builder.d.ts +89 -0
- package/objects/orm/query-builder.js +611 -0
- package/objects/orm/select-types.d.ts +101 -0
- package/objects/orm/select-types.js +2 -0
- package/objects/orm/types.d.ts +6 -0
- package/objects/orm/types.js +23 -0
- package/package.json +64 -0
- package/public/cli/commands/api-module.d.ts +8 -0
- package/public/cli/commands/api-module.js +269 -0
- package/public/cli/commands/api-schema.d.ts +8 -0
- package/public/cli/commands/api-schema.js +250 -0
- package/public/cli/commands/api.d.ts +8 -0
- package/public/cli/commands/api.js +307 -0
- package/public/cli/commands/app-achievement.d.ts +8 -0
- package/public/cli/commands/app-achievement.js +260 -0
- package/public/cli/commands/app-admin-grant.d.ts +8 -0
- package/public/cli/commands/app-admin-grant.js +260 -0
- package/public/cli/commands/app-grant.d.ts +8 -0
- package/public/cli/commands/app-grant.js +279 -0
- package/public/cli/commands/app-level-requirement.d.ts +8 -0
- package/public/cli/commands/app-level-requirement.js +298 -0
- package/public/cli/commands/app-level.d.ts +8 -0
- package/public/cli/commands/app-level.js +279 -0
- package/public/cli/commands/app-limit-default.d.ts +8 -0
- package/public/cli/commands/app-limit-default.js +231 -0
- package/public/cli/commands/app-limit.d.ts +8 -0
- package/public/cli/commands/app-limit.js +269 -0
- package/public/cli/commands/app-membership-default.d.ts +8 -0
- package/public/cli/commands/app-membership-default.js +279 -0
- package/public/cli/commands/app-membership.d.ts +8 -0
- package/public/cli/commands/app-membership.js +450 -0
- package/public/cli/commands/app-owner-grant.d.ts +8 -0
- package/public/cli/commands/app-owner-grant.js +260 -0
- package/public/cli/commands/app-permission-default.d.ts +8 -0
- package/public/cli/commands/app-permission-default.js +212 -0
- package/public/cli/commands/app-permission.d.ts +8 -0
- package/public/cli/commands/app-permission.js +269 -0
- package/public/cli/commands/app-permissions-get-by-mask.d.ts +8 -0
- package/public/cli/commands/app-permissions-get-by-mask.js +49 -0
- package/public/cli/commands/app-permissions-get-mask-by-names.d.ts +8 -0
- package/public/cli/commands/app-permissions-get-mask-by-names.js +28 -0
- package/public/cli/commands/app-permissions-get-mask.d.ts +8 -0
- package/public/cli/commands/app-permissions-get-mask.js +28 -0
- package/public/cli/commands/app-permissions-get-padded-mask.d.ts +8 -0
- package/public/cli/commands/app-permissions-get-padded-mask.js +28 -0
- package/public/cli/commands/app-step.d.ts +8 -0
- package/public/cli/commands/app-step.js +260 -0
- package/public/cli/commands/app.d.ts +8 -0
- package/public/cli/commands/app.js +345 -0
- package/public/cli/commands/apply-rls.d.ts +8 -0
- package/public/cli/commands/apply-rls.js +36 -0
- package/public/cli/commands/ast-migration.d.ts +8 -0
- package/public/cli/commands/ast-migration.js +407 -0
- package/public/cli/commands/audit-log.d.ts +8 -0
- package/public/cli/commands/audit-log.js +312 -0
- package/public/cli/commands/auth.d.ts +8 -0
- package/public/cli/commands/auth.js +108 -0
- package/public/cli/commands/bootstrap-user.d.ts +8 -0
- package/public/cli/commands/bootstrap-user.js +36 -0
- package/public/cli/commands/check-constraint.d.ts +8 -0
- package/public/cli/commands/check-constraint.js +412 -0
- package/public/cli/commands/check-password.d.ts +8 -0
- package/public/cli/commands/check-password.js +36 -0
- package/public/cli/commands/claimed-invite.d.ts +8 -0
- package/public/cli/commands/claimed-invite.js +260 -0
- package/public/cli/commands/commit.d.ts +8 -0
- package/public/cli/commands/commit.js +345 -0
- package/public/cli/commands/confirm-delete-account.d.ts +8 -0
- package/public/cli/commands/confirm-delete-account.js +36 -0
- package/public/cli/commands/connected-account.d.ts +8 -0
- package/public/cli/commands/connected-account.js +298 -0
- package/public/cli/commands/connected-accounts-module.d.ts +8 -0
- package/public/cli/commands/connected-accounts-module.js +307 -0
- package/public/cli/commands/context.d.ts +8 -0
- package/public/cli/commands/context.js +159 -0
- package/public/cli/commands/create-user-database.d.ts +8 -0
- package/public/cli/commands/create-user-database.js +36 -0
- package/public/cli/commands/crypto-address.d.ts +8 -0
- package/public/cli/commands/crypto-address.js +279 -0
- package/public/cli/commands/crypto-addresses-module.d.ts +8 -0
- package/public/cli/commands/crypto-addresses-module.js +326 -0
- package/public/cli/commands/crypto-auth-module.d.ts +8 -0
- package/public/cli/commands/crypto-auth-module.js +440 -0
- package/public/cli/commands/current-ip-address.d.ts +8 -0
- package/public/cli/commands/current-ip-address.js +21 -0
- package/public/cli/commands/current-user-agent.d.ts +8 -0
- package/public/cli/commands/current-user-agent.js +21 -0
- package/public/cli/commands/current-user-id.d.ts +8 -0
- package/public/cli/commands/current-user-id.js +21 -0
- package/public/cli/commands/current-user.d.ts +8 -0
- package/public/cli/commands/current-user.js +27 -0
- package/public/cli/commands/database-provision-module.d.ts +8 -0
- package/public/cli/commands/database-provision-module.js +412 -0
- package/public/cli/commands/database.d.ts +8 -0
- package/public/cli/commands/database.js +298 -0
- package/public/cli/commands/default-ids-module.d.ts +8 -0
- package/public/cli/commands/default-ids-module.js +212 -0
- package/public/cli/commands/default-privilege.d.ts +8 -0
- package/public/cli/commands/default-privilege.js +307 -0
- package/public/cli/commands/denormalized-table-field.d.ts +8 -0
- package/public/cli/commands/denormalized-table-field.js +402 -0
- package/public/cli/commands/domain.d.ts +8 -0
- package/public/cli/commands/domain.js +288 -0
- package/public/cli/commands/email.d.ts +8 -0
- package/public/cli/commands/email.js +279 -0
- package/public/cli/commands/emails-module.d.ts +8 -0
- package/public/cli/commands/emails-module.js +307 -0
- package/public/cli/commands/encrypted-secrets-module.d.ts +8 -0
- package/public/cli/commands/encrypted-secrets-module.js +269 -0
- package/public/cli/commands/extend-token-expires.d.ts +8 -0
- package/public/cli/commands/extend-token-expires.js +36 -0
- package/public/cli/commands/field-module.d.ts +8 -0
- package/public/cli/commands/field-module.js +345 -0
- package/public/cli/commands/field.d.ts +8 -0
- package/public/cli/commands/field.js +602 -0
- package/public/cli/commands/foreign-key-constraint.d.ts +8 -0
- package/public/cli/commands/foreign-key-constraint.js +488 -0
- package/public/cli/commands/forgot-password.d.ts +8 -0
- package/public/cli/commands/forgot-password.js +36 -0
- package/public/cli/commands/freeze-objects.d.ts +8 -0
- package/public/cli/commands/freeze-objects.js +36 -0
- package/public/cli/commands/full-text-search.d.ts +8 -0
- package/public/cli/commands/full-text-search.js +317 -0
- package/public/cli/commands/get-all-objects-from-root.d.ts +8 -0
- package/public/cli/commands/get-all-objects-from-root.js +54 -0
- package/public/cli/commands/get-all-record.d.ts +8 -0
- package/public/cli/commands/get-all-record.js +226 -0
- package/public/cli/commands/get-object-at-path.d.ts +8 -0
- package/public/cli/commands/get-object-at-path.js +49 -0
- package/public/cli/commands/get-path-objects-from-root.d.ts +8 -0
- package/public/cli/commands/get-path-objects-from-root.js +59 -0
- package/public/cli/commands/hierarchy-module.d.ts +8 -0
- package/public/cli/commands/hierarchy-module.js +540 -0
- package/public/cli/commands/index.d.ts +8 -0
- package/public/cli/commands/index.js +469 -0
- package/public/cli/commands/init-empty-repo.d.ts +8 -0
- package/public/cli/commands/init-empty-repo.js +36 -0
- package/public/cli/commands/insert-node-at-path.d.ts +8 -0
- package/public/cli/commands/insert-node-at-path.js +36 -0
- package/public/cli/commands/invite.d.ts +8 -0
- package/public/cli/commands/invite.js +374 -0
- package/public/cli/commands/invites-module.d.ts +8 -0
- package/public/cli/commands/invites-module.js +440 -0
- package/public/cli/commands/levels-module.d.ts +8 -0
- package/public/cli/commands/levels-module.js +668 -0
- package/public/cli/commands/limits-module.d.ts +8 -0
- package/public/cli/commands/limits-module.js +516 -0
- package/public/cli/commands/membership-type.d.ts +8 -0
- package/public/cli/commands/membership-type.js +250 -0
- package/public/cli/commands/membership-types-module.d.ts +8 -0
- package/public/cli/commands/membership-types-module.js +269 -0
- package/public/cli/commands/memberships-module.d.ts +8 -0
- package/public/cli/commands/memberships-module.js +763 -0
- package/public/cli/commands/node-type-registry.d.ts +8 -0
- package/public/cli/commands/node-type-registry.js +317 -0
- package/public/cli/commands/object.d.ts +8 -0
- package/public/cli/commands/object.js +312 -0
- package/public/cli/commands/one-time-token.d.ts +8 -0
- package/public/cli/commands/one-time-token.js +36 -0
- package/public/cli/commands/org-admin-grant.d.ts +8 -0
- package/public/cli/commands/org-admin-grant.js +279 -0
- package/public/cli/commands/org-chart-edge-grant.d.ts +8 -0
- package/public/cli/commands/org-chart-edge-grant.js +331 -0
- package/public/cli/commands/org-chart-edge.d.ts +8 -0
- package/public/cli/commands/org-chart-edge.js +298 -0
- package/public/cli/commands/org-claimed-invite.d.ts +8 -0
- package/public/cli/commands/org-claimed-invite.js +279 -0
- package/public/cli/commands/org-get-managers-record.d.ts +8 -0
- package/public/cli/commands/org-get-managers-record.js +226 -0
- package/public/cli/commands/org-get-subordinates-record.d.ts +8 -0
- package/public/cli/commands/org-get-subordinates-record.js +226 -0
- package/public/cli/commands/org-grant.d.ts +8 -0
- package/public/cli/commands/org-grant.js +298 -0
- package/public/cli/commands/org-invite.d.ts +8 -0
- package/public/cli/commands/org-invite.js +412 -0
- package/public/cli/commands/org-is-manager-of.d.ts +8 -0
- package/public/cli/commands/org-is-manager-of.js +43 -0
- package/public/cli/commands/org-limit-default.d.ts +8 -0
- package/public/cli/commands/org-limit-default.js +231 -0
- package/public/cli/commands/org-limit.d.ts +8 -0
- package/public/cli/commands/org-limit.js +288 -0
- package/public/cli/commands/org-member.d.ts +8 -0
- package/public/cli/commands/org-member.js +250 -0
- package/public/cli/commands/org-membership-default.d.ts +8 -0
- package/public/cli/commands/org-membership-default.js +317 -0
- package/public/cli/commands/org-membership.d.ts +8 -0
- package/public/cli/commands/org-membership.js +450 -0
- package/public/cli/commands/org-owner-grant.d.ts +8 -0
- package/public/cli/commands/org-owner-grant.js +279 -0
- package/public/cli/commands/org-permission-default.d.ts +8 -0
- package/public/cli/commands/org-permission-default.js +231 -0
- package/public/cli/commands/org-permission.d.ts +8 -0
- package/public/cli/commands/org-permission.js +269 -0
- package/public/cli/commands/org-permissions-get-by-mask.d.ts +8 -0
- package/public/cli/commands/org-permissions-get-by-mask.js +49 -0
- package/public/cli/commands/org-permissions-get-mask-by-names.d.ts +8 -0
- package/public/cli/commands/org-permissions-get-mask-by-names.js +28 -0
- package/public/cli/commands/org-permissions-get-mask.d.ts +8 -0
- package/public/cli/commands/org-permissions-get-mask.js +28 -0
- package/public/cli/commands/org-permissions-get-padded-mask.d.ts +8 -0
- package/public/cli/commands/org-permissions-get-padded-mask.js +28 -0
- package/public/cli/commands/permissions-module.d.ts +8 -0
- package/public/cli/commands/permissions-module.js +497 -0
- package/public/cli/commands/phone-number.d.ts +8 -0
- package/public/cli/commands/phone-number.js +298 -0
- package/public/cli/commands/phone-numbers-module.d.ts +8 -0
- package/public/cli/commands/phone-numbers-module.js +307 -0
- package/public/cli/commands/policy.d.ts +8 -0
- package/public/cli/commands/policy.js +469 -0
- package/public/cli/commands/primary-key-constraint.d.ts +8 -0
- package/public/cli/commands/primary-key-constraint.js +393 -0
- package/public/cli/commands/profiles-module.d.ts +8 -0
- package/public/cli/commands/profiles-module.js +516 -0
- package/public/cli/commands/provision-database-with-user.d.ts +8 -0
- package/public/cli/commands/provision-database-with-user.js +36 -0
- package/public/cli/commands/ref.d.ts +8 -0
- package/public/cli/commands/ref.js +269 -0
- package/public/cli/commands/relation-provision.d.ts +8 -0
- package/public/cli/commands/relation-provision.js +706 -0
- package/public/cli/commands/remove-node-at-path.d.ts +8 -0
- package/public/cli/commands/remove-node-at-path.js +36 -0
- package/public/cli/commands/reset-password.d.ts +8 -0
- package/public/cli/commands/reset-password.js +36 -0
- package/public/cli/commands/rev-parse.d.ts +8 -0
- package/public/cli/commands/rev-parse.js +38 -0
- package/public/cli/commands/rls-module.d.ts +8 -0
- package/public/cli/commands/rls-module.js +402 -0
- package/public/cli/commands/role-type.d.ts +8 -0
- package/public/cli/commands/role-type.js +212 -0
- package/public/cli/commands/schema-grant.d.ts +8 -0
- package/public/cli/commands/schema-grant.js +260 -0
- package/public/cli/commands/schema.d.ts +8 -0
- package/public/cli/commands/schema.js +412 -0
- package/public/cli/commands/secrets-module.d.ts +8 -0
- package/public/cli/commands/secrets-module.js +269 -0
- package/public/cli/commands/secure-table-provision.d.ts +8 -0
- package/public/cli/commands/secure-table-provision.js +497 -0
- package/public/cli/commands/send-account-deletion-email.d.ts +8 -0
- package/public/cli/commands/send-account-deletion-email.js +36 -0
- package/public/cli/commands/send-verification-email.d.ts +8 -0
- package/public/cli/commands/send-verification-email.js +36 -0
- package/public/cli/commands/sessions-module.d.ts +8 -0
- package/public/cli/commands/sessions-module.js +383 -0
- package/public/cli/commands/set-and-commit.d.ts +8 -0
- package/public/cli/commands/set-and-commit.js +36 -0
- package/public/cli/commands/set-data-at-path.d.ts +8 -0
- package/public/cli/commands/set-data-at-path.js +36 -0
- package/public/cli/commands/set-field-order.d.ts +8 -0
- package/public/cli/commands/set-field-order.js +36 -0
- package/public/cli/commands/set-password.d.ts +8 -0
- package/public/cli/commands/set-password.js +36 -0
- package/public/cli/commands/set-props-and-commit.d.ts +8 -0
- package/public/cli/commands/set-props-and-commit.js +36 -0
- package/public/cli/commands/sign-in-one-time-token.d.ts +8 -0
- package/public/cli/commands/sign-in-one-time-token.js +36 -0
- package/public/cli/commands/sign-in.d.ts +8 -0
- package/public/cli/commands/sign-in.js +36 -0
- package/public/cli/commands/sign-out.d.ts +8 -0
- package/public/cli/commands/sign-out.js +36 -0
- package/public/cli/commands/sign-up.d.ts +8 -0
- package/public/cli/commands/sign-up.js +36 -0
- package/public/cli/commands/site-metadatum.d.ts +8 -0
- package/public/cli/commands/site-metadatum.js +288 -0
- package/public/cli/commands/site-module.d.ts +8 -0
- package/public/cli/commands/site-module.js +269 -0
- package/public/cli/commands/site-theme.d.ts +8 -0
- package/public/cli/commands/site-theme.js +250 -0
- package/public/cli/commands/site.d.ts +8 -0
- package/public/cli/commands/site.js +345 -0
- package/public/cli/commands/sql-migration.d.ts +8 -0
- package/public/cli/commands/sql-migration.js +407 -0
- package/public/cli/commands/steps-achieved.d.ts +8 -0
- package/public/cli/commands/steps-achieved.js +33 -0
- package/public/cli/commands/steps-required.d.ts +8 -0
- package/public/cli/commands/steps-required.js +54 -0
- package/public/cli/commands/store.d.ts +8 -0
- package/public/cli/commands/store.js +255 -0
- package/public/cli/commands/submit-invite-code.d.ts +8 -0
- package/public/cli/commands/submit-invite-code.js +36 -0
- package/public/cli/commands/submit-org-invite-code.d.ts +8 -0
- package/public/cli/commands/submit-org-invite-code.js +36 -0
- package/public/cli/commands/table-grant.d.ts +8 -0
- package/public/cli/commands/table-grant.js +317 -0
- package/public/cli/commands/table-module.d.ts +8 -0
- package/public/cli/commands/table-module.js +345 -0
- package/public/cli/commands/table-template-module.d.ts +8 -0
- package/public/cli/commands/table-template-module.js +345 -0
- package/public/cli/commands/table.d.ts +8 -0
- package/public/cli/commands/table.js +507 -0
- package/public/cli/commands/trigger-function.d.ts +8 -0
- package/public/cli/commands/trigger-function.js +260 -0
- package/public/cli/commands/trigger.d.ts +8 -0
- package/public/cli/commands/trigger.js +393 -0
- package/public/cli/commands/unique-constraint.d.ts +8 -0
- package/public/cli/commands/unique-constraint.js +412 -0
- package/public/cli/commands/update-node-at-path.d.ts +8 -0
- package/public/cli/commands/update-node-at-path.js +36 -0
- package/public/cli/commands/user-auth-module.d.ts +8 -0
- package/public/cli/commands/user-auth-module.js +668 -0
- package/public/cli/commands/user.d.ts +8 -0
- package/public/cli/commands/user.js +317 -0
- package/public/cli/commands/users-module.d.ts +8 -0
- package/public/cli/commands/users-module.js +307 -0
- package/public/cli/commands/uuid-module.d.ts +8 -0
- package/public/cli/commands/uuid-module.js +269 -0
- package/public/cli/commands/verify-email.d.ts +8 -0
- package/public/cli/commands/verify-email.js +36 -0
- package/public/cli/commands/verify-password.d.ts +8 -0
- package/public/cli/commands/verify-password.js +36 -0
- package/public/cli/commands/verify-totp.d.ts +8 -0
- package/public/cli/commands/verify-totp.js +36 -0
- package/public/cli/commands/view-grant.d.ts +8 -0
- package/public/cli/commands/view-grant.js +307 -0
- package/public/cli/commands/view-rule.d.ts +8 -0
- package/public/cli/commands/view-rule.js +288 -0
- package/public/cli/commands/view-table.d.ts +8 -0
- package/public/cli/commands/view-table.js +250 -0
- package/public/cli/commands/view.d.ts +8 -0
- package/public/cli/commands/view.js +478 -0
- package/public/cli/commands.d.ts +7 -0
- package/public/cli/commands.js +357 -0
- package/public/cli/executor.d.ts +361 -0
- package/public/cli/executor.js +41 -0
- package/public/cli/index.d.ts +1 -0
- package/public/cli/index.js +27 -0
- package/public/cli/node-fetch.d.ts +26 -0
- package/public/cli/node-fetch.js +130 -0
- package/public/cli/utils.d.ts +37 -0
- package/public/cli/utils.js +179 -0
- package/public/index.d.ts +6 -0
- package/public/index.js +22 -0
- package/public/orm/client.d.ts +55 -0
- package/public/orm/client.js +105 -0
- package/public/orm/index.d.ts +496 -0
- package/public/orm/index.js +276 -0
- package/public/orm/input-types.d.ts +17680 -0
- package/public/orm/input-types.js +142 -0
- package/public/orm/models/api.d.ts +56 -0
- package/public/orm/models/api.js +98 -0
- package/public/orm/models/apiModule.d.ts +56 -0
- package/public/orm/models/apiModule.js +98 -0
- package/public/orm/models/apiSchema.d.ts +56 -0
- package/public/orm/models/apiSchema.js +98 -0
- package/public/orm/models/app.d.ts +56 -0
- package/public/orm/models/app.js +98 -0
- package/public/orm/models/appAchievement.d.ts +56 -0
- package/public/orm/models/appAchievement.js +98 -0
- package/public/orm/models/appAdminGrant.d.ts +56 -0
- package/public/orm/models/appAdminGrant.js +98 -0
- package/public/orm/models/appGrant.d.ts +56 -0
- package/public/orm/models/appGrant.js +98 -0
- package/public/orm/models/appLevel.d.ts +56 -0
- package/public/orm/models/appLevel.js +98 -0
- package/public/orm/models/appLevelRequirement.d.ts +56 -0
- package/public/orm/models/appLevelRequirement.js +98 -0
- package/public/orm/models/appLimit.d.ts +56 -0
- package/public/orm/models/appLimit.js +98 -0
- package/public/orm/models/appLimitDefault.d.ts +56 -0
- package/public/orm/models/appLimitDefault.js +98 -0
- package/public/orm/models/appMembership.d.ts +56 -0
- package/public/orm/models/appMembership.js +98 -0
- package/public/orm/models/appMembershipDefault.d.ts +56 -0
- package/public/orm/models/appMembershipDefault.js +98 -0
- package/public/orm/models/appOwnerGrant.d.ts +56 -0
- package/public/orm/models/appOwnerGrant.js +98 -0
- package/public/orm/models/appPermission.d.ts +56 -0
- package/public/orm/models/appPermission.js +98 -0
- package/public/orm/models/appPermissionDefault.d.ts +56 -0
- package/public/orm/models/appPermissionDefault.js +98 -0
- package/public/orm/models/appStep.d.ts +56 -0
- package/public/orm/models/appStep.js +98 -0
- package/public/orm/models/astMigration.d.ts +38 -0
- package/public/orm/models/astMigration.js +76 -0
- package/public/orm/models/auditLog.d.ts +56 -0
- package/public/orm/models/auditLog.js +98 -0
- package/public/orm/models/checkConstraint.d.ts +56 -0
- package/public/orm/models/checkConstraint.js +98 -0
- package/public/orm/models/claimedInvite.d.ts +56 -0
- package/public/orm/models/claimedInvite.js +98 -0
- package/public/orm/models/commit.d.ts +56 -0
- package/public/orm/models/commit.js +98 -0
- package/public/orm/models/connectedAccount.d.ts +56 -0
- package/public/orm/models/connectedAccount.js +98 -0
- package/public/orm/models/connectedAccountsModule.d.ts +56 -0
- package/public/orm/models/connectedAccountsModule.js +98 -0
- package/public/orm/models/cryptoAddress.d.ts +56 -0
- package/public/orm/models/cryptoAddress.js +98 -0
- package/public/orm/models/cryptoAddressesModule.d.ts +56 -0
- package/public/orm/models/cryptoAddressesModule.js +98 -0
- package/public/orm/models/cryptoAuthModule.d.ts +56 -0
- package/public/orm/models/cryptoAuthModule.js +98 -0
- package/public/orm/models/database.d.ts +56 -0
- package/public/orm/models/database.js +98 -0
- package/public/orm/models/databaseProvisionModule.d.ts +56 -0
- package/public/orm/models/databaseProvisionModule.js +98 -0
- package/public/orm/models/defaultIdsModule.d.ts +56 -0
- package/public/orm/models/defaultIdsModule.js +98 -0
- package/public/orm/models/defaultPrivilege.d.ts +56 -0
- package/public/orm/models/defaultPrivilege.js +98 -0
- package/public/orm/models/denormalizedTableField.d.ts +56 -0
- package/public/orm/models/denormalizedTableField.js +98 -0
- package/public/orm/models/domain.d.ts +56 -0
- package/public/orm/models/domain.js +98 -0
- package/public/orm/models/email.d.ts +56 -0
- package/public/orm/models/email.js +98 -0
- package/public/orm/models/emailsModule.d.ts +56 -0
- package/public/orm/models/emailsModule.js +98 -0
- package/public/orm/models/encryptedSecretsModule.d.ts +56 -0
- package/public/orm/models/encryptedSecretsModule.js +98 -0
- package/public/orm/models/field.d.ts +56 -0
- package/public/orm/models/field.js +98 -0
- package/public/orm/models/fieldModule.d.ts +56 -0
- package/public/orm/models/fieldModule.js +98 -0
- package/public/orm/models/foreignKeyConstraint.d.ts +56 -0
- package/public/orm/models/foreignKeyConstraint.js +98 -0
- package/public/orm/models/fullTextSearch.d.ts +56 -0
- package/public/orm/models/fullTextSearch.js +98 -0
- package/public/orm/models/getAllRecord.d.ts +32 -0
- package/public/orm/models/getAllRecord.js +55 -0
- package/public/orm/models/hierarchyModule.d.ts +56 -0
- package/public/orm/models/hierarchyModule.js +98 -0
- package/public/orm/models/index.d.ts +109 -0
- package/public/orm/models/index.js +218 -0
- package/public/orm/models/indexModel.d.ts +56 -0
- package/public/orm/models/indexModel.js +98 -0
- package/public/orm/models/invite.d.ts +56 -0
- package/public/orm/models/invite.js +98 -0
- package/public/orm/models/invitesModule.d.ts +56 -0
- package/public/orm/models/invitesModule.js +98 -0
- package/public/orm/models/levelsModule.d.ts +56 -0
- package/public/orm/models/levelsModule.js +98 -0
- package/public/orm/models/limitsModule.d.ts +56 -0
- package/public/orm/models/limitsModule.js +98 -0
- package/public/orm/models/membershipType.d.ts +56 -0
- package/public/orm/models/membershipType.js +98 -0
- package/public/orm/models/membershipTypesModule.d.ts +56 -0
- package/public/orm/models/membershipTypesModule.js +98 -0
- package/public/orm/models/membershipsModule.d.ts +56 -0
- package/public/orm/models/membershipsModule.js +98 -0
- package/public/orm/models/nodeTypeRegistry.d.ts +56 -0
- package/public/orm/models/nodeTypeRegistry.js +98 -0
- package/public/orm/models/object.d.ts +56 -0
- package/public/orm/models/object.js +88 -0
- package/public/orm/models/orgAdminGrant.d.ts +56 -0
- package/public/orm/models/orgAdminGrant.js +98 -0
- package/public/orm/models/orgChartEdge.d.ts +56 -0
- package/public/orm/models/orgChartEdge.js +98 -0
- package/public/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/public/orm/models/orgChartEdgeGrant.js +98 -0
- package/public/orm/models/orgClaimedInvite.d.ts +56 -0
- package/public/orm/models/orgClaimedInvite.js +98 -0
- package/public/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/public/orm/models/orgGetManagersRecord.js +55 -0
- package/public/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/public/orm/models/orgGetSubordinatesRecord.js +55 -0
- package/public/orm/models/orgGrant.d.ts +56 -0
- package/public/orm/models/orgGrant.js +98 -0
- package/public/orm/models/orgInvite.d.ts +56 -0
- package/public/orm/models/orgInvite.js +98 -0
- package/public/orm/models/orgLimit.d.ts +56 -0
- package/public/orm/models/orgLimit.js +98 -0
- package/public/orm/models/orgLimitDefault.d.ts +56 -0
- package/public/orm/models/orgLimitDefault.js +98 -0
- package/public/orm/models/orgMember.d.ts +56 -0
- package/public/orm/models/orgMember.js +98 -0
- package/public/orm/models/orgMembership.d.ts +56 -0
- package/public/orm/models/orgMembership.js +98 -0
- package/public/orm/models/orgMembershipDefault.d.ts +56 -0
- package/public/orm/models/orgMembershipDefault.js +98 -0
- package/public/orm/models/orgOwnerGrant.d.ts +56 -0
- package/public/orm/models/orgOwnerGrant.js +98 -0
- package/public/orm/models/orgPermission.d.ts +56 -0
- package/public/orm/models/orgPermission.js +98 -0
- package/public/orm/models/orgPermissionDefault.d.ts +56 -0
- package/public/orm/models/orgPermissionDefault.js +98 -0
- package/public/orm/models/permissionsModule.d.ts +56 -0
- package/public/orm/models/permissionsModule.js +98 -0
- package/public/orm/models/phoneNumber.d.ts +56 -0
- package/public/orm/models/phoneNumber.js +98 -0
- package/public/orm/models/phoneNumbersModule.d.ts +56 -0
- package/public/orm/models/phoneNumbersModule.js +98 -0
- package/public/orm/models/policy.d.ts +56 -0
- package/public/orm/models/policy.js +98 -0
- package/public/orm/models/primaryKeyConstraint.d.ts +56 -0
- package/public/orm/models/primaryKeyConstraint.js +98 -0
- package/public/orm/models/profilesModule.d.ts +56 -0
- package/public/orm/models/profilesModule.js +98 -0
- package/public/orm/models/ref.d.ts +56 -0
- package/public/orm/models/ref.js +98 -0
- package/public/orm/models/relationProvision.d.ts +56 -0
- package/public/orm/models/relationProvision.js +98 -0
- package/public/orm/models/rlsModule.d.ts +56 -0
- package/public/orm/models/rlsModule.js +98 -0
- package/public/orm/models/roleType.d.ts +56 -0
- package/public/orm/models/roleType.js +98 -0
- package/public/orm/models/schema.d.ts +56 -0
- package/public/orm/models/schema.js +98 -0
- package/public/orm/models/schemaGrant.d.ts +56 -0
- package/public/orm/models/schemaGrant.js +98 -0
- package/public/orm/models/secretsModule.d.ts +56 -0
- package/public/orm/models/secretsModule.js +98 -0
- package/public/orm/models/secureTableProvision.d.ts +56 -0
- package/public/orm/models/secureTableProvision.js +98 -0
- package/public/orm/models/sessionsModule.d.ts +56 -0
- package/public/orm/models/sessionsModule.js +98 -0
- package/public/orm/models/site.d.ts +56 -0
- package/public/orm/models/site.js +98 -0
- package/public/orm/models/siteMetadatum.d.ts +56 -0
- package/public/orm/models/siteMetadatum.js +98 -0
- package/public/orm/models/siteModule.d.ts +56 -0
- package/public/orm/models/siteModule.js +98 -0
- package/public/orm/models/siteTheme.d.ts +56 -0
- package/public/orm/models/siteTheme.js +98 -0
- package/public/orm/models/sqlMigration.d.ts +38 -0
- package/public/orm/models/sqlMigration.js +76 -0
- package/public/orm/models/store.d.ts +56 -0
- package/public/orm/models/store.js +98 -0
- package/public/orm/models/table.d.ts +56 -0
- package/public/orm/models/table.js +98 -0
- package/public/orm/models/tableGrant.d.ts +56 -0
- package/public/orm/models/tableGrant.js +98 -0
- package/public/orm/models/tableModule.d.ts +56 -0
- package/public/orm/models/tableModule.js +98 -0
- package/public/orm/models/tableTemplateModule.d.ts +56 -0
- package/public/orm/models/tableTemplateModule.js +98 -0
- package/public/orm/models/trigger.d.ts +56 -0
- package/public/orm/models/trigger.js +98 -0
- package/public/orm/models/triggerFunction.d.ts +56 -0
- package/public/orm/models/triggerFunction.js +98 -0
- package/public/orm/models/uniqueConstraint.d.ts +56 -0
- package/public/orm/models/uniqueConstraint.js +98 -0
- package/public/orm/models/user.d.ts +56 -0
- package/public/orm/models/user.js +98 -0
- package/public/orm/models/userAuthModule.d.ts +56 -0
- package/public/orm/models/userAuthModule.js +98 -0
- package/public/orm/models/usersModule.d.ts +56 -0
- package/public/orm/models/usersModule.js +98 -0
- package/public/orm/models/uuidModule.d.ts +56 -0
- package/public/orm/models/uuidModule.js +98 -0
- package/public/orm/models/view.d.ts +56 -0
- package/public/orm/models/view.js +98 -0
- package/public/orm/models/viewGrant.d.ts +56 -0
- package/public/orm/models/viewGrant.js +98 -0
- package/public/orm/models/viewRule.d.ts +56 -0
- package/public/orm/models/viewRule.js +98 -0
- package/public/orm/models/viewTable.d.ts +56 -0
- package/public/orm/models/viewTable.js +98 -0
- package/public/orm/mutation/index.d.ts +278 -0
- package/public/orm/mutation/index.js +381 -0
- package/public/orm/node-fetch.d.ts +26 -0
- package/public/orm/node-fetch.js +129 -0
- package/public/orm/query/index.d.ts +209 -0
- package/public/orm/query/index.js +329 -0
- package/public/orm/query-builder.d.ts +89 -0
- package/public/orm/query-builder.js +611 -0
- package/public/orm/select-types.d.ts +101 -0
- package/public/orm/select-types.js +2 -0
- package/public/orm/types.d.ts +6 -0
- package/public/orm/types.js +23 -0
- package/utils/cli-utils.d.ts +44 -0
- package/utils/cli-utils.js +181 -0
- package/utils/display.d.ts +38 -0
- package/utils/display.js +80 -0
- package/utils/index.d.ts +3 -0
- package/utils/index.js +16 -0
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
|
|
2
|
+
import { connectionFieldsMap } from '../input-types';
|
|
3
|
+
export class AppMembershipModel {
|
|
4
|
+
client;
|
|
5
|
+
constructor(client) {
|
|
6
|
+
this.client = client;
|
|
7
|
+
}
|
|
8
|
+
findMany(args) {
|
|
9
|
+
const { document, variables } = buildFindManyDocument('AppMembership', 'appMemberships', args.select, {
|
|
10
|
+
where: args?.where,
|
|
11
|
+
orderBy: args?.orderBy,
|
|
12
|
+
first: args?.first,
|
|
13
|
+
last: args?.last,
|
|
14
|
+
after: args?.after,
|
|
15
|
+
before: args?.before,
|
|
16
|
+
offset: args?.offset,
|
|
17
|
+
}, 'AppMembershipFilter', 'AppMembershipOrderBy', connectionFieldsMap);
|
|
18
|
+
return new QueryBuilder({
|
|
19
|
+
client: this.client,
|
|
20
|
+
operation: 'query',
|
|
21
|
+
operationName: 'AppMembership',
|
|
22
|
+
fieldName: 'appMemberships',
|
|
23
|
+
document,
|
|
24
|
+
variables,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
findFirst(args) {
|
|
28
|
+
const { document, variables } = buildFindFirstDocument('AppMembership', 'appMemberships', args.select, {
|
|
29
|
+
where: args?.where,
|
|
30
|
+
}, 'AppMembershipFilter', connectionFieldsMap);
|
|
31
|
+
return new QueryBuilder({
|
|
32
|
+
client: this.client,
|
|
33
|
+
operation: 'query',
|
|
34
|
+
operationName: 'AppMembership',
|
|
35
|
+
fieldName: 'appMemberships',
|
|
36
|
+
document,
|
|
37
|
+
variables,
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
findOne(args) {
|
|
41
|
+
const { document, variables } = buildFindManyDocument('AppMembership', 'appMemberships', args.select, {
|
|
42
|
+
where: {
|
|
43
|
+
id: {
|
|
44
|
+
equalTo: args.id,
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
first: 1,
|
|
48
|
+
}, 'AppMembershipFilter', 'AppMembershipOrderBy', connectionFieldsMap);
|
|
49
|
+
return new QueryBuilder({
|
|
50
|
+
client: this.client,
|
|
51
|
+
operation: 'query',
|
|
52
|
+
operationName: 'AppMembership',
|
|
53
|
+
fieldName: 'appMembership',
|
|
54
|
+
document,
|
|
55
|
+
variables,
|
|
56
|
+
transform: (data) => ({
|
|
57
|
+
appMembership: data.appMemberships?.nodes?.[0] ?? null,
|
|
58
|
+
}),
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
create(args) {
|
|
62
|
+
const { document, variables } = buildCreateDocument('AppMembership', 'createAppMembership', 'appMembership', args.select, args.data, 'CreateAppMembershipInput', connectionFieldsMap);
|
|
63
|
+
return new QueryBuilder({
|
|
64
|
+
client: this.client,
|
|
65
|
+
operation: 'mutation',
|
|
66
|
+
operationName: 'AppMembership',
|
|
67
|
+
fieldName: 'createAppMembership',
|
|
68
|
+
document,
|
|
69
|
+
variables,
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
update(args) {
|
|
73
|
+
const { document, variables } = buildUpdateByPkDocument('AppMembership', 'updateAppMembership', 'appMembership', args.select, args.where.id, args.data, 'UpdateAppMembershipInput', 'id', 'appMembershipPatch', connectionFieldsMap);
|
|
74
|
+
return new QueryBuilder({
|
|
75
|
+
client: this.client,
|
|
76
|
+
operation: 'mutation',
|
|
77
|
+
operationName: 'AppMembership',
|
|
78
|
+
fieldName: 'updateAppMembership',
|
|
79
|
+
document,
|
|
80
|
+
variables,
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
delete(args) {
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppMembership', 'deleteAppMembership', 'appMembership', args.where.id, 'DeleteAppMembershipInput', 'id', args.select, connectionFieldsMap);
|
|
85
|
+
return new QueryBuilder({
|
|
86
|
+
client: this.client,
|
|
87
|
+
operation: 'mutation',
|
|
88
|
+
operationName: 'AppMembership',
|
|
89
|
+
fieldName: 'deleteAppMembership',
|
|
90
|
+
document,
|
|
91
|
+
variables,
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AppMembershipDefault model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { AppMembershipDefaultWithRelations, AppMembershipDefaultSelect, AppMembershipDefaultFilter, AppMembershipDefaultOrderBy, CreateAppMembershipDefaultInput, AppMembershipDefaultPatch } from '../input-types';
|
|
10
|
+
export declare class AppMembershipDefaultModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends AppMembershipDefaultSelect>(args: FindManyArgs<S, AppMembershipDefaultFilter, AppMembershipDefaultOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, AppMembershipDefaultSelect>): QueryBuilder<{
|
|
16
|
+
appMembershipDefaults: ConnectionResult<InferSelectResult<AppMembershipDefaultWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends AppMembershipDefaultSelect>(args: FindFirstArgs<S, AppMembershipDefaultFilter> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, AppMembershipDefaultSelect>): QueryBuilder<{
|
|
21
|
+
appMembershipDefaults: {
|
|
22
|
+
nodes: InferSelectResult<AppMembershipDefaultWithRelations, S>[];
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
findOne<S extends AppMembershipDefaultSelect>(args: {
|
|
26
|
+
id: string;
|
|
27
|
+
select: S;
|
|
28
|
+
} & StrictSelect<S, AppMembershipDefaultSelect>): QueryBuilder<{
|
|
29
|
+
appMembershipDefault: InferSelectResult<AppMembershipDefaultWithRelations, S> | null;
|
|
30
|
+
}>;
|
|
31
|
+
create<S extends AppMembershipDefaultSelect>(args: CreateArgs<S, CreateAppMembershipDefaultInput['appMembershipDefault']> & {
|
|
32
|
+
select: S;
|
|
33
|
+
} & StrictSelect<S, AppMembershipDefaultSelect>): QueryBuilder<{
|
|
34
|
+
createAppMembershipDefault: {
|
|
35
|
+
appMembershipDefault: InferSelectResult<AppMembershipDefaultWithRelations, S>;
|
|
36
|
+
};
|
|
37
|
+
}>;
|
|
38
|
+
update<S extends AppMembershipDefaultSelect>(args: UpdateArgs<S, {
|
|
39
|
+
id: string;
|
|
40
|
+
}, AppMembershipDefaultPatch> & {
|
|
41
|
+
select: S;
|
|
42
|
+
} & StrictSelect<S, AppMembershipDefaultSelect>): QueryBuilder<{
|
|
43
|
+
updateAppMembershipDefault: {
|
|
44
|
+
appMembershipDefault: InferSelectResult<AppMembershipDefaultWithRelations, S>;
|
|
45
|
+
};
|
|
46
|
+
}>;
|
|
47
|
+
delete<S extends AppMembershipDefaultSelect>(args: DeleteArgs<{
|
|
48
|
+
id: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, AppMembershipDefaultSelect>): QueryBuilder<{
|
|
52
|
+
deleteAppMembershipDefault: {
|
|
53
|
+
appMembershipDefault: InferSelectResult<AppMembershipDefaultWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
|
|
2
|
+
import { connectionFieldsMap } from '../input-types';
|
|
3
|
+
export class AppMembershipDefaultModel {
|
|
4
|
+
client;
|
|
5
|
+
constructor(client) {
|
|
6
|
+
this.client = client;
|
|
7
|
+
}
|
|
8
|
+
findMany(args) {
|
|
9
|
+
const { document, variables } = buildFindManyDocument('AppMembershipDefault', 'appMembershipDefaults', args.select, {
|
|
10
|
+
where: args?.where,
|
|
11
|
+
orderBy: args?.orderBy,
|
|
12
|
+
first: args?.first,
|
|
13
|
+
last: args?.last,
|
|
14
|
+
after: args?.after,
|
|
15
|
+
before: args?.before,
|
|
16
|
+
offset: args?.offset,
|
|
17
|
+
}, 'AppMembershipDefaultFilter', 'AppMembershipDefaultOrderBy', connectionFieldsMap);
|
|
18
|
+
return new QueryBuilder({
|
|
19
|
+
client: this.client,
|
|
20
|
+
operation: 'query',
|
|
21
|
+
operationName: 'AppMembershipDefault',
|
|
22
|
+
fieldName: 'appMembershipDefaults',
|
|
23
|
+
document,
|
|
24
|
+
variables,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
findFirst(args) {
|
|
28
|
+
const { document, variables } = buildFindFirstDocument('AppMembershipDefault', 'appMembershipDefaults', args.select, {
|
|
29
|
+
where: args?.where,
|
|
30
|
+
}, 'AppMembershipDefaultFilter', connectionFieldsMap);
|
|
31
|
+
return new QueryBuilder({
|
|
32
|
+
client: this.client,
|
|
33
|
+
operation: 'query',
|
|
34
|
+
operationName: 'AppMembershipDefault',
|
|
35
|
+
fieldName: 'appMembershipDefaults',
|
|
36
|
+
document,
|
|
37
|
+
variables,
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
findOne(args) {
|
|
41
|
+
const { document, variables } = buildFindManyDocument('AppMembershipDefault', 'appMembershipDefaults', args.select, {
|
|
42
|
+
where: {
|
|
43
|
+
id: {
|
|
44
|
+
equalTo: args.id,
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
first: 1,
|
|
48
|
+
}, 'AppMembershipDefaultFilter', 'AppMembershipDefaultOrderBy', connectionFieldsMap);
|
|
49
|
+
return new QueryBuilder({
|
|
50
|
+
client: this.client,
|
|
51
|
+
operation: 'query',
|
|
52
|
+
operationName: 'AppMembershipDefault',
|
|
53
|
+
fieldName: 'appMembershipDefault',
|
|
54
|
+
document,
|
|
55
|
+
variables,
|
|
56
|
+
transform: (data) => ({
|
|
57
|
+
appMembershipDefault: data.appMembershipDefaults?.nodes?.[0] ?? null,
|
|
58
|
+
}),
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
create(args) {
|
|
62
|
+
const { document, variables } = buildCreateDocument('AppMembershipDefault', 'createAppMembershipDefault', 'appMembershipDefault', args.select, args.data, 'CreateAppMembershipDefaultInput', connectionFieldsMap);
|
|
63
|
+
return new QueryBuilder({
|
|
64
|
+
client: this.client,
|
|
65
|
+
operation: 'mutation',
|
|
66
|
+
operationName: 'AppMembershipDefault',
|
|
67
|
+
fieldName: 'createAppMembershipDefault',
|
|
68
|
+
document,
|
|
69
|
+
variables,
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
update(args) {
|
|
73
|
+
const { document, variables } = buildUpdateByPkDocument('AppMembershipDefault', 'updateAppMembershipDefault', 'appMembershipDefault', args.select, args.where.id, args.data, 'UpdateAppMembershipDefaultInput', 'id', 'appMembershipDefaultPatch', connectionFieldsMap);
|
|
74
|
+
return new QueryBuilder({
|
|
75
|
+
client: this.client,
|
|
76
|
+
operation: 'mutation',
|
|
77
|
+
operationName: 'AppMembershipDefault',
|
|
78
|
+
fieldName: 'updateAppMembershipDefault',
|
|
79
|
+
document,
|
|
80
|
+
variables,
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
delete(args) {
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppMembershipDefault', 'deleteAppMembershipDefault', 'appMembershipDefault', args.where.id, 'DeleteAppMembershipDefaultInput', 'id', args.select, connectionFieldsMap);
|
|
85
|
+
return new QueryBuilder({
|
|
86
|
+
client: this.client,
|
|
87
|
+
operation: 'mutation',
|
|
88
|
+
operationName: 'AppMembershipDefault',
|
|
89
|
+
fieldName: 'deleteAppMembershipDefault',
|
|
90
|
+
document,
|
|
91
|
+
variables,
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AppOwnerGrant model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { AppOwnerGrantWithRelations, AppOwnerGrantSelect, AppOwnerGrantFilter, AppOwnerGrantOrderBy, CreateAppOwnerGrantInput, AppOwnerGrantPatch } from '../input-types';
|
|
10
|
+
export declare class AppOwnerGrantModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends AppOwnerGrantSelect>(args: FindManyArgs<S, AppOwnerGrantFilter, AppOwnerGrantOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, AppOwnerGrantSelect>): QueryBuilder<{
|
|
16
|
+
appOwnerGrants: ConnectionResult<InferSelectResult<AppOwnerGrantWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends AppOwnerGrantSelect>(args: FindFirstArgs<S, AppOwnerGrantFilter> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, AppOwnerGrantSelect>): QueryBuilder<{
|
|
21
|
+
appOwnerGrants: {
|
|
22
|
+
nodes: InferSelectResult<AppOwnerGrantWithRelations, S>[];
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
findOne<S extends AppOwnerGrantSelect>(args: {
|
|
26
|
+
id: string;
|
|
27
|
+
select: S;
|
|
28
|
+
} & StrictSelect<S, AppOwnerGrantSelect>): QueryBuilder<{
|
|
29
|
+
appOwnerGrant: InferSelectResult<AppOwnerGrantWithRelations, S> | null;
|
|
30
|
+
}>;
|
|
31
|
+
create<S extends AppOwnerGrantSelect>(args: CreateArgs<S, CreateAppOwnerGrantInput['appOwnerGrant']> & {
|
|
32
|
+
select: S;
|
|
33
|
+
} & StrictSelect<S, AppOwnerGrantSelect>): QueryBuilder<{
|
|
34
|
+
createAppOwnerGrant: {
|
|
35
|
+
appOwnerGrant: InferSelectResult<AppOwnerGrantWithRelations, S>;
|
|
36
|
+
};
|
|
37
|
+
}>;
|
|
38
|
+
update<S extends AppOwnerGrantSelect>(args: UpdateArgs<S, {
|
|
39
|
+
id: string;
|
|
40
|
+
}, AppOwnerGrantPatch> & {
|
|
41
|
+
select: S;
|
|
42
|
+
} & StrictSelect<S, AppOwnerGrantSelect>): QueryBuilder<{
|
|
43
|
+
updateAppOwnerGrant: {
|
|
44
|
+
appOwnerGrant: InferSelectResult<AppOwnerGrantWithRelations, S>;
|
|
45
|
+
};
|
|
46
|
+
}>;
|
|
47
|
+
delete<S extends AppOwnerGrantSelect>(args: DeleteArgs<{
|
|
48
|
+
id: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, AppOwnerGrantSelect>): QueryBuilder<{
|
|
52
|
+
deleteAppOwnerGrant: {
|
|
53
|
+
appOwnerGrant: InferSelectResult<AppOwnerGrantWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
|
|
2
|
+
import { connectionFieldsMap } from '../input-types';
|
|
3
|
+
export class AppOwnerGrantModel {
|
|
4
|
+
client;
|
|
5
|
+
constructor(client) {
|
|
6
|
+
this.client = client;
|
|
7
|
+
}
|
|
8
|
+
findMany(args) {
|
|
9
|
+
const { document, variables } = buildFindManyDocument('AppOwnerGrant', 'appOwnerGrants', args.select, {
|
|
10
|
+
where: args?.where,
|
|
11
|
+
orderBy: args?.orderBy,
|
|
12
|
+
first: args?.first,
|
|
13
|
+
last: args?.last,
|
|
14
|
+
after: args?.after,
|
|
15
|
+
before: args?.before,
|
|
16
|
+
offset: args?.offset,
|
|
17
|
+
}, 'AppOwnerGrantFilter', 'AppOwnerGrantOrderBy', connectionFieldsMap);
|
|
18
|
+
return new QueryBuilder({
|
|
19
|
+
client: this.client,
|
|
20
|
+
operation: 'query',
|
|
21
|
+
operationName: 'AppOwnerGrant',
|
|
22
|
+
fieldName: 'appOwnerGrants',
|
|
23
|
+
document,
|
|
24
|
+
variables,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
findFirst(args) {
|
|
28
|
+
const { document, variables } = buildFindFirstDocument('AppOwnerGrant', 'appOwnerGrants', args.select, {
|
|
29
|
+
where: args?.where,
|
|
30
|
+
}, 'AppOwnerGrantFilter', connectionFieldsMap);
|
|
31
|
+
return new QueryBuilder({
|
|
32
|
+
client: this.client,
|
|
33
|
+
operation: 'query',
|
|
34
|
+
operationName: 'AppOwnerGrant',
|
|
35
|
+
fieldName: 'appOwnerGrants',
|
|
36
|
+
document,
|
|
37
|
+
variables,
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
findOne(args) {
|
|
41
|
+
const { document, variables } = buildFindManyDocument('AppOwnerGrant', 'appOwnerGrants', args.select, {
|
|
42
|
+
where: {
|
|
43
|
+
id: {
|
|
44
|
+
equalTo: args.id,
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
first: 1,
|
|
48
|
+
}, 'AppOwnerGrantFilter', 'AppOwnerGrantOrderBy', connectionFieldsMap);
|
|
49
|
+
return new QueryBuilder({
|
|
50
|
+
client: this.client,
|
|
51
|
+
operation: 'query',
|
|
52
|
+
operationName: 'AppOwnerGrant',
|
|
53
|
+
fieldName: 'appOwnerGrant',
|
|
54
|
+
document,
|
|
55
|
+
variables,
|
|
56
|
+
transform: (data) => ({
|
|
57
|
+
appOwnerGrant: data.appOwnerGrants?.nodes?.[0] ?? null,
|
|
58
|
+
}),
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
create(args) {
|
|
62
|
+
const { document, variables } = buildCreateDocument('AppOwnerGrant', 'createAppOwnerGrant', 'appOwnerGrant', args.select, args.data, 'CreateAppOwnerGrantInput', connectionFieldsMap);
|
|
63
|
+
return new QueryBuilder({
|
|
64
|
+
client: this.client,
|
|
65
|
+
operation: 'mutation',
|
|
66
|
+
operationName: 'AppOwnerGrant',
|
|
67
|
+
fieldName: 'createAppOwnerGrant',
|
|
68
|
+
document,
|
|
69
|
+
variables,
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
update(args) {
|
|
73
|
+
const { document, variables } = buildUpdateByPkDocument('AppOwnerGrant', 'updateAppOwnerGrant', 'appOwnerGrant', args.select, args.where.id, args.data, 'UpdateAppOwnerGrantInput', 'id', 'appOwnerGrantPatch', connectionFieldsMap);
|
|
74
|
+
return new QueryBuilder({
|
|
75
|
+
client: this.client,
|
|
76
|
+
operation: 'mutation',
|
|
77
|
+
operationName: 'AppOwnerGrant',
|
|
78
|
+
fieldName: 'updateAppOwnerGrant',
|
|
79
|
+
document,
|
|
80
|
+
variables,
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
delete(args) {
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppOwnerGrant', 'deleteAppOwnerGrant', 'appOwnerGrant', args.where.id, 'DeleteAppOwnerGrantInput', 'id', args.select, connectionFieldsMap);
|
|
85
|
+
return new QueryBuilder({
|
|
86
|
+
client: this.client,
|
|
87
|
+
operation: 'mutation',
|
|
88
|
+
operationName: 'AppOwnerGrant',
|
|
89
|
+
fieldName: 'deleteAppOwnerGrant',
|
|
90
|
+
document,
|
|
91
|
+
variables,
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AppPermission model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { AppPermissionWithRelations, AppPermissionSelect, AppPermissionFilter, AppPermissionOrderBy, CreateAppPermissionInput, AppPermissionPatch } from '../input-types';
|
|
10
|
+
export declare class AppPermissionModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends AppPermissionSelect>(args: FindManyArgs<S, AppPermissionFilter, AppPermissionOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, AppPermissionSelect>): QueryBuilder<{
|
|
16
|
+
appPermissions: ConnectionResult<InferSelectResult<AppPermissionWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends AppPermissionSelect>(args: FindFirstArgs<S, AppPermissionFilter> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, AppPermissionSelect>): QueryBuilder<{
|
|
21
|
+
appPermissions: {
|
|
22
|
+
nodes: InferSelectResult<AppPermissionWithRelations, S>[];
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
findOne<S extends AppPermissionSelect>(args: {
|
|
26
|
+
id: string;
|
|
27
|
+
select: S;
|
|
28
|
+
} & StrictSelect<S, AppPermissionSelect>): QueryBuilder<{
|
|
29
|
+
appPermission: InferSelectResult<AppPermissionWithRelations, S> | null;
|
|
30
|
+
}>;
|
|
31
|
+
create<S extends AppPermissionSelect>(args: CreateArgs<S, CreateAppPermissionInput['appPermission']> & {
|
|
32
|
+
select: S;
|
|
33
|
+
} & StrictSelect<S, AppPermissionSelect>): QueryBuilder<{
|
|
34
|
+
createAppPermission: {
|
|
35
|
+
appPermission: InferSelectResult<AppPermissionWithRelations, S>;
|
|
36
|
+
};
|
|
37
|
+
}>;
|
|
38
|
+
update<S extends AppPermissionSelect>(args: UpdateArgs<S, {
|
|
39
|
+
id: string;
|
|
40
|
+
}, AppPermissionPatch> & {
|
|
41
|
+
select: S;
|
|
42
|
+
} & StrictSelect<S, AppPermissionSelect>): QueryBuilder<{
|
|
43
|
+
updateAppPermission: {
|
|
44
|
+
appPermission: InferSelectResult<AppPermissionWithRelations, S>;
|
|
45
|
+
};
|
|
46
|
+
}>;
|
|
47
|
+
delete<S extends AppPermissionSelect>(args: DeleteArgs<{
|
|
48
|
+
id: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, AppPermissionSelect>): QueryBuilder<{
|
|
52
|
+
deleteAppPermission: {
|
|
53
|
+
appPermission: InferSelectResult<AppPermissionWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
|
|
2
|
+
import { connectionFieldsMap } from '../input-types';
|
|
3
|
+
export class AppPermissionModel {
|
|
4
|
+
client;
|
|
5
|
+
constructor(client) {
|
|
6
|
+
this.client = client;
|
|
7
|
+
}
|
|
8
|
+
findMany(args) {
|
|
9
|
+
const { document, variables } = buildFindManyDocument('AppPermission', 'appPermissions', args.select, {
|
|
10
|
+
where: args?.where,
|
|
11
|
+
orderBy: args?.orderBy,
|
|
12
|
+
first: args?.first,
|
|
13
|
+
last: args?.last,
|
|
14
|
+
after: args?.after,
|
|
15
|
+
before: args?.before,
|
|
16
|
+
offset: args?.offset,
|
|
17
|
+
}, 'AppPermissionFilter', 'AppPermissionOrderBy', connectionFieldsMap);
|
|
18
|
+
return new QueryBuilder({
|
|
19
|
+
client: this.client,
|
|
20
|
+
operation: 'query',
|
|
21
|
+
operationName: 'AppPermission',
|
|
22
|
+
fieldName: 'appPermissions',
|
|
23
|
+
document,
|
|
24
|
+
variables,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
findFirst(args) {
|
|
28
|
+
const { document, variables } = buildFindFirstDocument('AppPermission', 'appPermissions', args.select, {
|
|
29
|
+
where: args?.where,
|
|
30
|
+
}, 'AppPermissionFilter', connectionFieldsMap);
|
|
31
|
+
return new QueryBuilder({
|
|
32
|
+
client: this.client,
|
|
33
|
+
operation: 'query',
|
|
34
|
+
operationName: 'AppPermission',
|
|
35
|
+
fieldName: 'appPermissions',
|
|
36
|
+
document,
|
|
37
|
+
variables,
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
findOne(args) {
|
|
41
|
+
const { document, variables } = buildFindManyDocument('AppPermission', 'appPermissions', args.select, {
|
|
42
|
+
where: {
|
|
43
|
+
id: {
|
|
44
|
+
equalTo: args.id,
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
first: 1,
|
|
48
|
+
}, 'AppPermissionFilter', 'AppPermissionOrderBy', connectionFieldsMap);
|
|
49
|
+
return new QueryBuilder({
|
|
50
|
+
client: this.client,
|
|
51
|
+
operation: 'query',
|
|
52
|
+
operationName: 'AppPermission',
|
|
53
|
+
fieldName: 'appPermission',
|
|
54
|
+
document,
|
|
55
|
+
variables,
|
|
56
|
+
transform: (data) => ({
|
|
57
|
+
appPermission: data.appPermissions?.nodes?.[0] ?? null,
|
|
58
|
+
}),
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
create(args) {
|
|
62
|
+
const { document, variables } = buildCreateDocument('AppPermission', 'createAppPermission', 'appPermission', args.select, args.data, 'CreateAppPermissionInput', connectionFieldsMap);
|
|
63
|
+
return new QueryBuilder({
|
|
64
|
+
client: this.client,
|
|
65
|
+
operation: 'mutation',
|
|
66
|
+
operationName: 'AppPermission',
|
|
67
|
+
fieldName: 'createAppPermission',
|
|
68
|
+
document,
|
|
69
|
+
variables,
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
update(args) {
|
|
73
|
+
const { document, variables } = buildUpdateByPkDocument('AppPermission', 'updateAppPermission', 'appPermission', args.select, args.where.id, args.data, 'UpdateAppPermissionInput', 'id', 'appPermissionPatch', connectionFieldsMap);
|
|
74
|
+
return new QueryBuilder({
|
|
75
|
+
client: this.client,
|
|
76
|
+
operation: 'mutation',
|
|
77
|
+
operationName: 'AppPermission',
|
|
78
|
+
fieldName: 'updateAppPermission',
|
|
79
|
+
document,
|
|
80
|
+
variables,
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
delete(args) {
|
|
84
|
+
const { document, variables } = buildDeleteByPkDocument('AppPermission', 'deleteAppPermission', 'appPermission', args.where.id, 'DeleteAppPermissionInput', 'id', args.select, connectionFieldsMap);
|
|
85
|
+
return new QueryBuilder({
|
|
86
|
+
client: this.client,
|
|
87
|
+
operation: 'mutation',
|
|
88
|
+
operationName: 'AppPermission',
|
|
89
|
+
fieldName: 'deleteAppPermission',
|
|
90
|
+
document,
|
|
91
|
+
variables,
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AppPermissionDefault model for ORM client
|
|
3
|
+
* @generated by @constructive-io/graphql-codegen
|
|
4
|
+
* DO NOT EDIT - changes will be overwritten
|
|
5
|
+
*/
|
|
6
|
+
import { OrmClient } from '../client';
|
|
7
|
+
import { QueryBuilder } from '../query-builder';
|
|
8
|
+
import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
+
import type { AppPermissionDefaultWithRelations, AppPermissionDefaultSelect, AppPermissionDefaultFilter, AppPermissionDefaultOrderBy, CreateAppPermissionDefaultInput, AppPermissionDefaultPatch } from '../input-types';
|
|
10
|
+
export declare class AppPermissionDefaultModel {
|
|
11
|
+
private client;
|
|
12
|
+
constructor(client: OrmClient);
|
|
13
|
+
findMany<S extends AppPermissionDefaultSelect>(args: FindManyArgs<S, AppPermissionDefaultFilter, AppPermissionDefaultOrderBy> & {
|
|
14
|
+
select: S;
|
|
15
|
+
} & StrictSelect<S, AppPermissionDefaultSelect>): QueryBuilder<{
|
|
16
|
+
appPermissionDefaults: ConnectionResult<InferSelectResult<AppPermissionDefaultWithRelations, S>>;
|
|
17
|
+
}>;
|
|
18
|
+
findFirst<S extends AppPermissionDefaultSelect>(args: FindFirstArgs<S, AppPermissionDefaultFilter> & {
|
|
19
|
+
select: S;
|
|
20
|
+
} & StrictSelect<S, AppPermissionDefaultSelect>): QueryBuilder<{
|
|
21
|
+
appPermissionDefaults: {
|
|
22
|
+
nodes: InferSelectResult<AppPermissionDefaultWithRelations, S>[];
|
|
23
|
+
};
|
|
24
|
+
}>;
|
|
25
|
+
findOne<S extends AppPermissionDefaultSelect>(args: {
|
|
26
|
+
id: string;
|
|
27
|
+
select: S;
|
|
28
|
+
} & StrictSelect<S, AppPermissionDefaultSelect>): QueryBuilder<{
|
|
29
|
+
appPermissionDefault: InferSelectResult<AppPermissionDefaultWithRelations, S> | null;
|
|
30
|
+
}>;
|
|
31
|
+
create<S extends AppPermissionDefaultSelect>(args: CreateArgs<S, CreateAppPermissionDefaultInput['appPermissionDefault']> & {
|
|
32
|
+
select: S;
|
|
33
|
+
} & StrictSelect<S, AppPermissionDefaultSelect>): QueryBuilder<{
|
|
34
|
+
createAppPermissionDefault: {
|
|
35
|
+
appPermissionDefault: InferSelectResult<AppPermissionDefaultWithRelations, S>;
|
|
36
|
+
};
|
|
37
|
+
}>;
|
|
38
|
+
update<S extends AppPermissionDefaultSelect>(args: UpdateArgs<S, {
|
|
39
|
+
id: string;
|
|
40
|
+
}, AppPermissionDefaultPatch> & {
|
|
41
|
+
select: S;
|
|
42
|
+
} & StrictSelect<S, AppPermissionDefaultSelect>): QueryBuilder<{
|
|
43
|
+
updateAppPermissionDefault: {
|
|
44
|
+
appPermissionDefault: InferSelectResult<AppPermissionDefaultWithRelations, S>;
|
|
45
|
+
};
|
|
46
|
+
}>;
|
|
47
|
+
delete<S extends AppPermissionDefaultSelect>(args: DeleteArgs<{
|
|
48
|
+
id: string;
|
|
49
|
+
}, S> & {
|
|
50
|
+
select: S;
|
|
51
|
+
} & StrictSelect<S, AppPermissionDefaultSelect>): QueryBuilder<{
|
|
52
|
+
deleteAppPermissionDefault: {
|
|
53
|
+
appPermissionDefault: InferSelectResult<AppPermissionDefaultWithRelations, S>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
}
|