@constructive-sdk/cli 0.21.6 → 0.21.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/cli/commands/app-achievement.js +1 -1
- package/admin/cli/commands/app-admin-grant.js +1 -1
- package/admin/cli/commands/app-claimed-invite.js +1 -1
- package/admin/cli/commands/app-grant.js +1 -1
- package/admin/cli/commands/app-invite.js +1 -1
- package/admin/cli/commands/app-level-requirement.js +1 -1
- package/admin/cli/commands/app-level.js +1 -1
- package/admin/cli/commands/app-limit-cap.js +1 -1
- package/admin/cli/commands/app-limit-caps-default.js +1 -1
- package/admin/cli/commands/app-limit-credit-code-item.js +1 -1
- package/admin/cli/commands/app-limit-credit-code.js +1 -1
- package/admin/cli/commands/app-limit-credit-redemption.js +1 -1
- package/admin/cli/commands/app-limit-credit.js +1 -1
- package/admin/cli/commands/app-limit-default.js +1 -1
- package/admin/cli/commands/app-limit-event.js +1 -1
- package/admin/cli/commands/app-limit.js +1 -1
- package/admin/cli/commands/app-membership-default.js +1 -1
- package/admin/cli/commands/app-membership.js +1 -1
- package/admin/cli/commands/app-owner-grant.js +1 -1
- package/admin/cli/commands/app-permission-default.js +1 -1
- package/admin/cli/commands/app-permission.js +1 -1
- package/admin/cli/commands/app-step.js +1 -1
- package/admin/cli/commands/membership-type.js +1 -1
- package/admin/cli/commands/org-admin-grant.js +1 -1
- package/admin/cli/commands/org-chart-edge-grant.js +1 -1
- package/admin/cli/commands/org-chart-edge.js +1 -1
- package/admin/cli/commands/org-claimed-invite.js +1 -1
- package/admin/cli/commands/org-get-managers-record.js +1 -1
- package/admin/cli/commands/org-get-subordinates-record.js +1 -1
- package/admin/cli/commands/org-grant.js +1 -1
- package/admin/cli/commands/org-invite.js +1 -1
- package/admin/cli/commands/org-limit-aggregate.js +1 -1
- package/admin/cli/commands/org-limit-cap.js +1 -1
- package/admin/cli/commands/org-limit-caps-default.js +1 -1
- package/admin/cli/commands/org-limit-credit.js +1 -1
- package/admin/cli/commands/org-limit-default.js +1 -1
- package/admin/cli/commands/org-limit-event.js +1 -1
- package/admin/cli/commands/org-limit.js +1 -1
- package/admin/cli/commands/org-member-profile.js +1 -1
- package/admin/cli/commands/org-member.js +1 -1
- package/admin/cli/commands/org-membership-default.js +1 -1
- package/admin/cli/commands/org-membership-setting.js +1 -1
- package/admin/cli/commands/org-membership.js +1 -1
- package/admin/cli/commands/org-owner-grant.js +1 -1
- package/admin/cli/commands/org-permission-default.js +1 -1
- package/admin/cli/commands/org-permission.js +1 -1
- package/admin/cli/commands/usage-snapshot.js +1 -1
- package/admin/cli/utils.d.ts +2 -2
- package/admin/cli/utils.js +4 -2
- package/admin/orm/index.d.ts +0 -1
- package/admin/orm/index.js +1 -3
- package/admin/orm/models/appAchievement.d.ts +2 -4
- package/admin/orm/models/appAchievement.js +6 -2
- package/admin/orm/models/appAdminGrant.d.ts +2 -4
- package/admin/orm/models/appAdminGrant.js +6 -2
- package/admin/orm/models/appClaimedInvite.d.ts +2 -4
- package/admin/orm/models/appClaimedInvite.js +6 -2
- package/admin/orm/models/appGrant.d.ts +2 -4
- package/admin/orm/models/appGrant.js +6 -2
- package/admin/orm/models/appInvite.d.ts +2 -4
- package/admin/orm/models/appInvite.js +6 -2
- package/admin/orm/models/appLevel.d.ts +2 -4
- package/admin/orm/models/appLevel.js +6 -2
- package/admin/orm/models/appLevelRequirement.d.ts +2 -4
- package/admin/orm/models/appLevelRequirement.js +6 -2
- package/admin/orm/models/appLimit.d.ts +2 -4
- package/admin/orm/models/appLimit.js +6 -2
- package/admin/orm/models/appLimitCap.d.ts +2 -4
- package/admin/orm/models/appLimitCap.js +6 -2
- package/admin/orm/models/appLimitCapsDefault.d.ts +2 -4
- package/admin/orm/models/appLimitCapsDefault.js +6 -2
- package/admin/orm/models/appLimitCredit.d.ts +2 -4
- package/admin/orm/models/appLimitCredit.js +6 -2
- package/admin/orm/models/appLimitCreditCode.d.ts +2 -4
- package/admin/orm/models/appLimitCreditCode.js +6 -2
- package/admin/orm/models/appLimitCreditCodeItem.d.ts +2 -4
- package/admin/orm/models/appLimitCreditCodeItem.js +6 -2
- package/admin/orm/models/appLimitCreditRedemption.d.ts +2 -4
- package/admin/orm/models/appLimitCreditRedemption.js +6 -2
- package/admin/orm/models/appLimitDefault.d.ts +2 -4
- package/admin/orm/models/appLimitDefault.js +6 -2
- package/admin/orm/models/appLimitEvent.d.ts +2 -4
- package/admin/orm/models/appLimitEvent.js +6 -2
- package/admin/orm/models/appMembership.d.ts +2 -4
- package/admin/orm/models/appMembership.js +6 -2
- package/admin/orm/models/appMembershipDefault.d.ts +2 -4
- package/admin/orm/models/appMembershipDefault.js +6 -2
- package/admin/orm/models/appOwnerGrant.d.ts +2 -4
- package/admin/orm/models/appOwnerGrant.js +6 -2
- package/admin/orm/models/appPermission.d.ts +2 -4
- package/admin/orm/models/appPermission.js +6 -2
- package/admin/orm/models/appPermissionDefault.d.ts +2 -4
- package/admin/orm/models/appPermissionDefault.js +6 -2
- package/admin/orm/models/appStep.d.ts +2 -4
- package/admin/orm/models/appStep.js +6 -2
- package/admin/orm/models/membershipType.d.ts +2 -4
- package/admin/orm/models/membershipType.js +6 -2
- package/admin/orm/models/orgAdminGrant.d.ts +2 -4
- package/admin/orm/models/orgAdminGrant.js +6 -2
- package/admin/orm/models/orgChartEdge.d.ts +2 -4
- package/admin/orm/models/orgChartEdge.js +6 -2
- package/admin/orm/models/orgChartEdgeGrant.d.ts +2 -4
- package/admin/orm/models/orgChartEdgeGrant.js +6 -2
- package/admin/orm/models/orgClaimedInvite.d.ts +2 -4
- package/admin/orm/models/orgClaimedInvite.js +6 -2
- package/admin/orm/models/orgGetManagersRecord.d.ts +2 -4
- package/admin/orm/models/orgGetManagersRecord.js +6 -2
- package/admin/orm/models/orgGetSubordinatesRecord.d.ts +2 -4
- package/admin/orm/models/orgGetSubordinatesRecord.js +6 -2
- package/admin/orm/models/orgGrant.d.ts +2 -4
- package/admin/orm/models/orgGrant.js +6 -2
- package/admin/orm/models/orgInvite.d.ts +2 -4
- package/admin/orm/models/orgInvite.js +6 -2
- package/admin/orm/models/orgLimit.d.ts +2 -4
- package/admin/orm/models/orgLimit.js +6 -2
- package/admin/orm/models/orgLimitAggregate.d.ts +2 -4
- package/admin/orm/models/orgLimitAggregate.js +6 -2
- package/admin/orm/models/orgLimitCap.d.ts +2 -4
- package/admin/orm/models/orgLimitCap.js +6 -2
- package/admin/orm/models/orgLimitCapsDefault.d.ts +2 -4
- package/admin/orm/models/orgLimitCapsDefault.js +6 -2
- package/admin/orm/models/orgLimitCredit.d.ts +2 -4
- package/admin/orm/models/orgLimitCredit.js +6 -2
- package/admin/orm/models/orgLimitDefault.d.ts +2 -4
- package/admin/orm/models/orgLimitDefault.js +6 -2
- package/admin/orm/models/orgLimitEvent.d.ts +2 -4
- package/admin/orm/models/orgLimitEvent.js +6 -2
- package/admin/orm/models/orgMember.d.ts +2 -4
- package/admin/orm/models/orgMember.js +6 -2
- package/admin/orm/models/orgMemberProfile.d.ts +2 -4
- package/admin/orm/models/orgMemberProfile.js +6 -2
- package/admin/orm/models/orgMembership.d.ts +2 -4
- package/admin/orm/models/orgMembership.js +6 -2
- package/admin/orm/models/orgMembershipDefault.d.ts +2 -4
- package/admin/orm/models/orgMembershipDefault.js +6 -2
- package/admin/orm/models/orgMembershipSetting.d.ts +2 -4
- package/admin/orm/models/orgMembershipSetting.js +6 -2
- package/admin/orm/models/orgOwnerGrant.d.ts +2 -4
- package/admin/orm/models/orgOwnerGrant.js +6 -2
- package/admin/orm/models/orgPermission.d.ts +2 -4
- package/admin/orm/models/orgPermission.js +6 -2
- package/admin/orm/models/orgPermissionDefault.d.ts +2 -4
- package/admin/orm/models/orgPermissionDefault.js +6 -2
- package/admin/orm/models/usageSnapshot.d.ts +2 -4
- package/admin/orm/models/usageSnapshot.js +6 -2
- package/admin/orm/query-builder.d.ts +18 -1
- package/admin/orm/query-builder.js +112 -1
- package/admin/orm/select-types.d.ts +25 -1
- package/auth/cli/commands/audit-log.js +1 -1
- package/auth/cli/commands/crypto-address.js +1 -1
- package/auth/cli/commands/email.js +1 -1
- package/auth/cli/commands/identity-provider.js +1 -1
- package/auth/cli/commands/phone-number.js +1 -1
- package/auth/cli/commands/role-type.js +1 -1
- package/auth/cli/commands/user-connected-account.js +1 -1
- package/auth/cli/commands/user.js +1 -1
- package/auth/cli/commands/webauthn-credential.js +1 -1
- package/auth/cli/utils.d.ts +2 -2
- package/auth/cli/utils.js +4 -2
- package/auth/orm/index.d.ts +0 -1
- package/auth/orm/index.js +1 -3
- package/auth/orm/models/auditLog.d.ts +2 -4
- package/auth/orm/models/auditLog.js +6 -2
- package/auth/orm/models/cryptoAddress.d.ts +2 -4
- package/auth/orm/models/cryptoAddress.js +6 -2
- package/auth/orm/models/email.d.ts +2 -4
- package/auth/orm/models/email.js +6 -2
- package/auth/orm/models/identityProvider.d.ts +2 -4
- package/auth/orm/models/identityProvider.js +6 -2
- package/auth/orm/models/phoneNumber.d.ts +2 -4
- package/auth/orm/models/phoneNumber.js +6 -2
- package/auth/orm/models/roleType.d.ts +2 -4
- package/auth/orm/models/roleType.js +6 -2
- package/auth/orm/models/user.d.ts +2 -4
- package/auth/orm/models/user.js +6 -2
- package/auth/orm/models/userConnectedAccount.d.ts +2 -4
- package/auth/orm/models/userConnectedAccount.js +6 -2
- package/auth/orm/models/webauthnCredential.d.ts +2 -4
- package/auth/orm/models/webauthnCredential.js +6 -2
- package/auth/orm/query-builder.d.ts +18 -1
- package/auth/orm/query-builder.js +112 -1
- package/auth/orm/select-types.d.ts +25 -1
- package/esm/admin/cli/commands/app-achievement.js +1 -1
- package/esm/admin/cli/commands/app-admin-grant.js +1 -1
- package/esm/admin/cli/commands/app-claimed-invite.js +1 -1
- package/esm/admin/cli/commands/app-grant.js +1 -1
- package/esm/admin/cli/commands/app-invite.js +1 -1
- package/esm/admin/cli/commands/app-level-requirement.js +1 -1
- package/esm/admin/cli/commands/app-level.js +1 -1
- package/esm/admin/cli/commands/app-limit-cap.js +1 -1
- package/esm/admin/cli/commands/app-limit-caps-default.js +1 -1
- package/esm/admin/cli/commands/app-limit-credit-code-item.js +1 -1
- package/esm/admin/cli/commands/app-limit-credit-code.js +1 -1
- package/esm/admin/cli/commands/app-limit-credit-redemption.js +1 -1
- package/esm/admin/cli/commands/app-limit-credit.js +1 -1
- package/esm/admin/cli/commands/app-limit-default.js +1 -1
- package/esm/admin/cli/commands/app-limit-event.js +1 -1
- package/esm/admin/cli/commands/app-limit.js +1 -1
- package/esm/admin/cli/commands/app-membership-default.js +1 -1
- package/esm/admin/cli/commands/app-membership.js +1 -1
- package/esm/admin/cli/commands/app-owner-grant.js +1 -1
- package/esm/admin/cli/commands/app-permission-default.js +1 -1
- package/esm/admin/cli/commands/app-permission.js +1 -1
- package/esm/admin/cli/commands/app-step.js +1 -1
- package/esm/admin/cli/commands/membership-type.js +1 -1
- package/esm/admin/cli/commands/org-admin-grant.js +1 -1
- package/esm/admin/cli/commands/org-chart-edge-grant.js +1 -1
- package/esm/admin/cli/commands/org-chart-edge.js +1 -1
- package/esm/admin/cli/commands/org-claimed-invite.js +1 -1
- package/esm/admin/cli/commands/org-get-managers-record.js +1 -1
- package/esm/admin/cli/commands/org-get-subordinates-record.js +1 -1
- package/esm/admin/cli/commands/org-grant.js +1 -1
- package/esm/admin/cli/commands/org-invite.js +1 -1
- package/esm/admin/cli/commands/org-limit-aggregate.js +1 -1
- package/esm/admin/cli/commands/org-limit-cap.js +1 -1
- package/esm/admin/cli/commands/org-limit-caps-default.js +1 -1
- package/esm/admin/cli/commands/org-limit-credit.js +1 -1
- package/esm/admin/cli/commands/org-limit-default.js +1 -1
- package/esm/admin/cli/commands/org-limit-event.js +1 -1
- package/esm/admin/cli/commands/org-limit.js +1 -1
- package/esm/admin/cli/commands/org-member-profile.js +1 -1
- package/esm/admin/cli/commands/org-member.js +1 -1
- package/esm/admin/cli/commands/org-membership-default.js +1 -1
- package/esm/admin/cli/commands/org-membership-setting.js +1 -1
- package/esm/admin/cli/commands/org-membership.js +1 -1
- package/esm/admin/cli/commands/org-owner-grant.js +1 -1
- package/esm/admin/cli/commands/org-permission-default.js +1 -1
- package/esm/admin/cli/commands/org-permission.js +1 -1
- package/esm/admin/cli/commands/usage-snapshot.js +1 -1
- package/esm/admin/cli/utils.d.ts +2 -2
- package/esm/admin/cli/utils.js +4 -2
- package/esm/admin/orm/index.d.ts +0 -1
- package/esm/admin/orm/index.js +0 -1
- package/esm/admin/orm/models/appAchievement.d.ts +2 -4
- package/esm/admin/orm/models/appAchievement.js +6 -2
- package/esm/admin/orm/models/appAdminGrant.d.ts +2 -4
- package/esm/admin/orm/models/appAdminGrant.js +6 -2
- package/esm/admin/orm/models/appClaimedInvite.d.ts +2 -4
- package/esm/admin/orm/models/appClaimedInvite.js +6 -2
- package/esm/admin/orm/models/appGrant.d.ts +2 -4
- package/esm/admin/orm/models/appGrant.js +6 -2
- package/esm/admin/orm/models/appInvite.d.ts +2 -4
- package/esm/admin/orm/models/appInvite.js +6 -2
- package/esm/admin/orm/models/appLevel.d.ts +2 -4
- package/esm/admin/orm/models/appLevel.js +6 -2
- package/esm/admin/orm/models/appLevelRequirement.d.ts +2 -4
- package/esm/admin/orm/models/appLevelRequirement.js +6 -2
- package/esm/admin/orm/models/appLimit.d.ts +2 -4
- package/esm/admin/orm/models/appLimit.js +6 -2
- package/esm/admin/orm/models/appLimitCap.d.ts +2 -4
- package/esm/admin/orm/models/appLimitCap.js +6 -2
- package/esm/admin/orm/models/appLimitCapsDefault.d.ts +2 -4
- package/esm/admin/orm/models/appLimitCapsDefault.js +6 -2
- package/esm/admin/orm/models/appLimitCredit.d.ts +2 -4
- package/esm/admin/orm/models/appLimitCredit.js +6 -2
- package/esm/admin/orm/models/appLimitCreditCode.d.ts +2 -4
- package/esm/admin/orm/models/appLimitCreditCode.js +6 -2
- package/esm/admin/orm/models/appLimitCreditCodeItem.d.ts +2 -4
- package/esm/admin/orm/models/appLimitCreditCodeItem.js +6 -2
- package/esm/admin/orm/models/appLimitCreditRedemption.d.ts +2 -4
- package/esm/admin/orm/models/appLimitCreditRedemption.js +6 -2
- package/esm/admin/orm/models/appLimitDefault.d.ts +2 -4
- package/esm/admin/orm/models/appLimitDefault.js +6 -2
- package/esm/admin/orm/models/appLimitEvent.d.ts +2 -4
- package/esm/admin/orm/models/appLimitEvent.js +6 -2
- package/esm/admin/orm/models/appMembership.d.ts +2 -4
- package/esm/admin/orm/models/appMembership.js +6 -2
- package/esm/admin/orm/models/appMembershipDefault.d.ts +2 -4
- package/esm/admin/orm/models/appMembershipDefault.js +6 -2
- package/esm/admin/orm/models/appOwnerGrant.d.ts +2 -4
- package/esm/admin/orm/models/appOwnerGrant.js +6 -2
- package/esm/admin/orm/models/appPermission.d.ts +2 -4
- package/esm/admin/orm/models/appPermission.js +6 -2
- package/esm/admin/orm/models/appPermissionDefault.d.ts +2 -4
- package/esm/admin/orm/models/appPermissionDefault.js +6 -2
- package/esm/admin/orm/models/appStep.d.ts +2 -4
- package/esm/admin/orm/models/appStep.js +6 -2
- package/esm/admin/orm/models/membershipType.d.ts +2 -4
- package/esm/admin/orm/models/membershipType.js +6 -2
- package/esm/admin/orm/models/orgAdminGrant.d.ts +2 -4
- package/esm/admin/orm/models/orgAdminGrant.js +6 -2
- package/esm/admin/orm/models/orgChartEdge.d.ts +2 -4
- package/esm/admin/orm/models/orgChartEdge.js +6 -2
- package/esm/admin/orm/models/orgChartEdgeGrant.d.ts +2 -4
- package/esm/admin/orm/models/orgChartEdgeGrant.js +6 -2
- package/esm/admin/orm/models/orgClaimedInvite.d.ts +2 -4
- package/esm/admin/orm/models/orgClaimedInvite.js +6 -2
- package/esm/admin/orm/models/orgGetManagersRecord.d.ts +2 -4
- package/esm/admin/orm/models/orgGetManagersRecord.js +6 -2
- package/esm/admin/orm/models/orgGetSubordinatesRecord.d.ts +2 -4
- package/esm/admin/orm/models/orgGetSubordinatesRecord.js +6 -2
- package/esm/admin/orm/models/orgGrant.d.ts +2 -4
- package/esm/admin/orm/models/orgGrant.js +6 -2
- package/esm/admin/orm/models/orgInvite.d.ts +2 -4
- package/esm/admin/orm/models/orgInvite.js +6 -2
- package/esm/admin/orm/models/orgLimit.d.ts +2 -4
- package/esm/admin/orm/models/orgLimit.js +6 -2
- package/esm/admin/orm/models/orgLimitAggregate.d.ts +2 -4
- package/esm/admin/orm/models/orgLimitAggregate.js +6 -2
- package/esm/admin/orm/models/orgLimitCap.d.ts +2 -4
- package/esm/admin/orm/models/orgLimitCap.js +6 -2
- package/esm/admin/orm/models/orgLimitCapsDefault.d.ts +2 -4
- package/esm/admin/orm/models/orgLimitCapsDefault.js +6 -2
- package/esm/admin/orm/models/orgLimitCredit.d.ts +2 -4
- package/esm/admin/orm/models/orgLimitCredit.js +6 -2
- package/esm/admin/orm/models/orgLimitDefault.d.ts +2 -4
- package/esm/admin/orm/models/orgLimitDefault.js +6 -2
- package/esm/admin/orm/models/orgLimitEvent.d.ts +2 -4
- package/esm/admin/orm/models/orgLimitEvent.js +6 -2
- package/esm/admin/orm/models/orgMember.d.ts +2 -4
- package/esm/admin/orm/models/orgMember.js +6 -2
- package/esm/admin/orm/models/orgMemberProfile.d.ts +2 -4
- package/esm/admin/orm/models/orgMemberProfile.js +6 -2
- package/esm/admin/orm/models/orgMembership.d.ts +2 -4
- package/esm/admin/orm/models/orgMembership.js +6 -2
- package/esm/admin/orm/models/orgMembershipDefault.d.ts +2 -4
- package/esm/admin/orm/models/orgMembershipDefault.js +6 -2
- package/esm/admin/orm/models/orgMembershipSetting.d.ts +2 -4
- package/esm/admin/orm/models/orgMembershipSetting.js +6 -2
- package/esm/admin/orm/models/orgOwnerGrant.d.ts +2 -4
- package/esm/admin/orm/models/orgOwnerGrant.js +6 -2
- package/esm/admin/orm/models/orgPermission.d.ts +2 -4
- package/esm/admin/orm/models/orgPermission.js +6 -2
- package/esm/admin/orm/models/orgPermissionDefault.d.ts +2 -4
- package/esm/admin/orm/models/orgPermissionDefault.js +6 -2
- package/esm/admin/orm/models/usageSnapshot.d.ts +2 -4
- package/esm/admin/orm/models/usageSnapshot.js +6 -2
- package/esm/admin/orm/query-builder.d.ts +18 -1
- package/esm/admin/orm/query-builder.js +108 -1
- package/esm/admin/orm/select-types.d.ts +25 -1
- package/esm/auth/cli/commands/audit-log.js +1 -1
- package/esm/auth/cli/commands/crypto-address.js +1 -1
- package/esm/auth/cli/commands/email.js +1 -1
- package/esm/auth/cli/commands/identity-provider.js +1 -1
- package/esm/auth/cli/commands/phone-number.js +1 -1
- package/esm/auth/cli/commands/role-type.js +1 -1
- package/esm/auth/cli/commands/user-connected-account.js +1 -1
- package/esm/auth/cli/commands/user.js +1 -1
- package/esm/auth/cli/commands/webauthn-credential.js +1 -1
- package/esm/auth/cli/utils.d.ts +2 -2
- package/esm/auth/cli/utils.js +4 -2
- package/esm/auth/orm/index.d.ts +0 -1
- package/esm/auth/orm/index.js +0 -1
- package/esm/auth/orm/models/auditLog.d.ts +2 -4
- package/esm/auth/orm/models/auditLog.js +6 -2
- package/esm/auth/orm/models/cryptoAddress.d.ts +2 -4
- package/esm/auth/orm/models/cryptoAddress.js +6 -2
- package/esm/auth/orm/models/email.d.ts +2 -4
- package/esm/auth/orm/models/email.js +6 -2
- package/esm/auth/orm/models/identityProvider.d.ts +2 -4
- package/esm/auth/orm/models/identityProvider.js +6 -2
- package/esm/auth/orm/models/phoneNumber.d.ts +2 -4
- package/esm/auth/orm/models/phoneNumber.js +6 -2
- package/esm/auth/orm/models/roleType.d.ts +2 -4
- package/esm/auth/orm/models/roleType.js +6 -2
- package/esm/auth/orm/models/user.d.ts +2 -4
- package/esm/auth/orm/models/user.js +6 -2
- package/esm/auth/orm/models/userConnectedAccount.d.ts +2 -4
- package/esm/auth/orm/models/userConnectedAccount.js +6 -2
- package/esm/auth/orm/models/webauthnCredential.d.ts +2 -4
- package/esm/auth/orm/models/webauthnCredential.js +6 -2
- package/esm/auth/orm/query-builder.d.ts +18 -1
- package/esm/auth/orm/query-builder.js +108 -1
- package/esm/auth/orm/select-types.d.ts +25 -1
- package/esm/objects/cli/commands/commit.js +1 -1
- package/esm/objects/cli/commands/get-all-record.js +1 -1
- package/esm/objects/cli/commands/object.js +1 -1
- package/esm/objects/cli/commands/ref.js +1 -1
- package/esm/objects/cli/commands/store.js +1 -1
- package/esm/objects/cli/utils.d.ts +2 -2
- package/esm/objects/cli/utils.js +4 -2
- package/esm/objects/orm/index.d.ts +0 -1
- package/esm/objects/orm/index.js +0 -1
- package/esm/objects/orm/models/commit.d.ts +2 -4
- package/esm/objects/orm/models/commit.js +6 -2
- package/esm/objects/orm/models/getAllRecord.d.ts +2 -4
- package/esm/objects/orm/models/getAllRecord.js +6 -2
- package/esm/objects/orm/models/object.d.ts +3 -5
- package/esm/objects/orm/models/object.js +7 -3
- package/esm/objects/orm/models/ref.d.ts +2 -4
- package/esm/objects/orm/models/ref.js +6 -2
- package/esm/objects/orm/models/store.d.ts +2 -4
- package/esm/objects/orm/models/store.js +6 -2
- package/esm/objects/orm/query-builder.d.ts +18 -1
- package/esm/objects/orm/query-builder.js +108 -1
- package/esm/objects/orm/select-types.d.ts +25 -1
- package/esm/public/cli/commands/agent-message.js +1 -1
- package/esm/public/cli/commands/agent-task.js +1 -1
- package/esm/public/cli/commands/agent-thread.js +1 -1
- package/esm/public/cli/commands/api-module.js +1 -1
- package/esm/public/cli/commands/api-schema.js +1 -1
- package/esm/public/cli/commands/api-setting.js +1 -1
- package/esm/public/cli/commands/api.js +1 -1
- package/esm/public/cli/commands/app-achievement.js +1 -1
- package/esm/public/cli/commands/app-admin-grant.js +1 -1
- package/esm/public/cli/commands/app-claimed-invite.js +1 -1
- package/esm/public/cli/commands/app-grant.js +1 -1
- package/esm/public/cli/commands/app-invite.js +1 -1
- package/esm/public/cli/commands/app-level-requirement.js +1 -1
- package/esm/public/cli/commands/app-level.js +1 -1
- package/esm/public/cli/commands/app-limit-cap.js +1 -1
- package/esm/public/cli/commands/app-limit-caps-default.js +1 -1
- package/esm/public/cli/commands/app-limit-credit-code-item.js +1 -1
- package/esm/public/cli/commands/app-limit-credit-code.js +1 -1
- package/esm/public/cli/commands/app-limit-credit-redemption.js +1 -1
- package/esm/public/cli/commands/app-limit-credit.js +1 -1
- package/esm/public/cli/commands/app-limit-default.js +1 -1
- package/esm/public/cli/commands/app-limit-event.js +1 -1
- package/esm/public/cli/commands/app-limit.js +1 -1
- package/esm/public/cli/commands/app-membership-default.js +1 -1
- package/esm/public/cli/commands/app-membership.js +1 -1
- package/esm/public/cli/commands/app-owner-grant.js +1 -1
- package/esm/public/cli/commands/app-permission-default.js +1 -1
- package/esm/public/cli/commands/app-permission.js +1 -1
- package/esm/public/cli/commands/app-step.js +1 -1
- package/esm/public/cli/commands/app.js +1 -1
- package/esm/public/cli/commands/ast-migration.js +1 -1
- package/esm/public/cli/commands/audit-log.js +1 -1
- package/esm/public/cli/commands/billing-module.js +1 -1
- package/esm/public/cli/commands/billing-provider-module.js +1 -1
- package/esm/public/cli/commands/blueprint-construction.js +1 -1
- package/esm/public/cli/commands/blueprint-template.js +1 -1
- package/esm/public/cli/commands/blueprint.js +1 -1
- package/esm/public/cli/commands/check-constraint.js +1 -1
- package/esm/public/cli/commands/commit.js +1 -1
- package/esm/public/cli/commands/connected-accounts-module.js +1 -1
- package/esm/public/cli/commands/cors-setting.js +1 -1
- package/esm/public/cli/commands/crypto-address.js +1 -1
- package/esm/public/cli/commands/crypto-addresses-module.js +1 -1
- package/esm/public/cli/commands/crypto-auth-module.js +1 -1
- package/esm/public/cli/commands/database-provision-module.js +1 -1
- package/esm/public/cli/commands/database-setting.js +1 -1
- package/esm/public/cli/commands/database-transfer.js +1 -1
- package/esm/public/cli/commands/database.js +1 -1
- package/esm/public/cli/commands/default-ids-module.js +1 -1
- package/esm/public/cli/commands/default-privilege.js +1 -1
- package/esm/public/cli/commands/denormalized-table-field.js +1 -1
- package/esm/public/cli/commands/devices-module.js +1 -1
- package/esm/public/cli/commands/domain.js +1 -1
- package/esm/public/cli/commands/email.js +1 -1
- package/esm/public/cli/commands/emails-module.js +1 -1
- package/esm/public/cli/commands/embedding-chunk.js +1 -1
- package/esm/public/cli/commands/encrypted-secrets-module.js +1 -1
- package/esm/public/cli/commands/entity-type-provision.js +1 -1
- package/esm/public/cli/commands/enum.js +1 -1
- package/esm/public/cli/commands/field.js +1 -1
- package/esm/public/cli/commands/foreign-key-constraint.js +1 -1
- package/esm/public/cli/commands/full-text-search.js +1 -1
- package/esm/public/cli/commands/function.js +1 -1
- package/esm/public/cli/commands/get-all-record.js +1 -1
- package/esm/public/cli/commands/hierarchy-module.js +1 -1
- package/esm/public/cli/commands/identity-provider.js +1 -1
- package/esm/public/cli/commands/identity-providers-module.js +1 -1
- package/esm/public/cli/commands/index.js +1 -1
- package/esm/public/cli/commands/invites-module.js +1 -1
- package/esm/public/cli/commands/levels-module.js +1 -1
- package/esm/public/cli/commands/limits-module.js +1 -1
- package/esm/public/cli/commands/membership-type.js +1 -1
- package/esm/public/cli/commands/membership-types-module.js +1 -1
- package/esm/public/cli/commands/memberships-module.js +1 -1
- package/esm/public/cli/commands/migrate-file.js +1 -1
- package/esm/public/cli/commands/node-type-registry.js +1 -1
- package/esm/public/cli/commands/notifications-module.js +1 -1
- package/esm/public/cli/commands/object.js +1 -1
- package/esm/public/cli/commands/org-admin-grant.js +1 -1
- package/esm/public/cli/commands/org-chart-edge-grant.js +1 -1
- package/esm/public/cli/commands/org-chart-edge.js +1 -1
- package/esm/public/cli/commands/org-claimed-invite.js +1 -1
- package/esm/public/cli/commands/org-get-managers-record.js +1 -1
- package/esm/public/cli/commands/org-get-subordinates-record.js +1 -1
- package/esm/public/cli/commands/org-grant.js +1 -1
- package/esm/public/cli/commands/org-invite.js +1 -1
- package/esm/public/cli/commands/org-limit-aggregate.js +1 -1
- package/esm/public/cli/commands/org-limit-cap.js +1 -1
- package/esm/public/cli/commands/org-limit-caps-default.js +1 -1
- package/esm/public/cli/commands/org-limit-credit.js +1 -1
- package/esm/public/cli/commands/org-limit-default.js +1 -1
- package/esm/public/cli/commands/org-limit-event.js +1 -1
- package/esm/public/cli/commands/org-limit.js +1 -1
- package/esm/public/cli/commands/org-member-profile.js +1 -1
- package/esm/public/cli/commands/org-member.js +1 -1
- package/esm/public/cli/commands/org-membership-default.js +1 -1
- package/esm/public/cli/commands/org-membership-setting.js +1 -1
- package/esm/public/cli/commands/org-membership.js +1 -1
- package/esm/public/cli/commands/org-owner-grant.js +1 -1
- package/esm/public/cli/commands/org-permission-default.js +1 -1
- package/esm/public/cli/commands/org-permission.js +1 -1
- package/esm/public/cli/commands/partition.js +1 -1
- package/esm/public/cli/commands/permissions-module.js +1 -1
- package/esm/public/cli/commands/phone-number.js +1 -1
- package/esm/public/cli/commands/phone-numbers-module.js +1 -1
- package/esm/public/cli/commands/plans-module.js +1 -1
- package/esm/public/cli/commands/policy.js +1 -1
- package/esm/public/cli/commands/primary-key-constraint.js +1 -1
- package/esm/public/cli/commands/profiles-module.js +1 -1
- package/esm/public/cli/commands/pubkey-setting.js +1 -1
- package/esm/public/cli/commands/rate-limits-module.js +1 -1
- package/esm/public/cli/commands/realtime-module.js +1 -1
- package/esm/public/cli/commands/ref.js +1 -1
- package/esm/public/cli/commands/relation-provision.js +1 -1
- package/esm/public/cli/commands/rls-module.js +1 -1
- package/esm/public/cli/commands/rls-setting.js +1 -1
- package/esm/public/cli/commands/role-type.js +1 -1
- package/esm/public/cli/commands/schema-grant.js +1 -1
- package/esm/public/cli/commands/schema.js +1 -1
- package/esm/public/cli/commands/secrets-module.js +1 -1
- package/esm/public/cli/commands/secure-table-provision.js +1 -1
- package/esm/public/cli/commands/session-secrets-module.js +1 -1
- package/esm/public/cli/commands/sessions-module.js +1 -1
- package/esm/public/cli/commands/site-metadatum.js +1 -1
- package/esm/public/cli/commands/site-module.js +1 -1
- package/esm/public/cli/commands/site-theme.js +1 -1
- package/esm/public/cli/commands/site.js +1 -1
- package/esm/public/cli/commands/spatial-relation.js +1 -1
- package/esm/public/cli/commands/sql-action.js +1 -1
- package/esm/public/cli/commands/storage-module.js +1 -1
- package/esm/public/cli/commands/store.js +1 -1
- package/esm/public/cli/commands/table-grant.js +1 -1
- package/esm/public/cli/commands/table.js +1 -1
- package/esm/public/cli/commands/trigger-function.js +1 -1
- package/esm/public/cli/commands/trigger.js +1 -1
- package/esm/public/cli/commands/unique-constraint.js +1 -1
- package/esm/public/cli/commands/usage-snapshot.js +1 -1
- package/esm/public/cli/commands/user-auth-module.js +1 -1
- package/esm/public/cli/commands/user-connected-account.js +1 -1
- package/esm/public/cli/commands/user.js +1 -1
- package/esm/public/cli/commands/users-module.js +1 -1
- package/esm/public/cli/commands/view-grant.js +1 -1
- package/esm/public/cli/commands/view-rule.js +1 -1
- package/esm/public/cli/commands/view-table.js +1 -1
- package/esm/public/cli/commands/view.js +1 -1
- package/esm/public/cli/commands/webauthn-auth-module.js +1 -1
- package/esm/public/cli/commands/webauthn-credential.js +1 -1
- package/esm/public/cli/commands/webauthn-credentials-module.js +1 -1
- package/esm/public/cli/commands/webauthn-setting.js +1 -1
- package/esm/public/cli/utils.d.ts +2 -2
- package/esm/public/cli/utils.js +4 -2
- package/esm/public/orm/index.d.ts +0 -1
- package/esm/public/orm/index.js +0 -1
- package/esm/public/orm/models/agentMessage.d.ts +2 -4
- package/esm/public/orm/models/agentMessage.js +6 -2
- package/esm/public/orm/models/agentTask.d.ts +2 -4
- package/esm/public/orm/models/agentTask.js +6 -2
- package/esm/public/orm/models/agentThread.d.ts +2 -4
- package/esm/public/orm/models/agentThread.js +6 -2
- package/esm/public/orm/models/api.d.ts +2 -4
- package/esm/public/orm/models/api.js +6 -2
- package/esm/public/orm/models/apiModule.d.ts +2 -4
- package/esm/public/orm/models/apiModule.js +6 -2
- package/esm/public/orm/models/apiSchema.d.ts +2 -4
- package/esm/public/orm/models/apiSchema.js +6 -2
- package/esm/public/orm/models/apiSetting.d.ts +2 -4
- package/esm/public/orm/models/apiSetting.js +6 -2
- package/esm/public/orm/models/app.d.ts +2 -4
- package/esm/public/orm/models/app.js +6 -2
- package/esm/public/orm/models/appAchievement.d.ts +2 -4
- package/esm/public/orm/models/appAchievement.js +6 -2
- package/esm/public/orm/models/appAdminGrant.d.ts +2 -4
- package/esm/public/orm/models/appAdminGrant.js +6 -2
- package/esm/public/orm/models/appClaimedInvite.d.ts +2 -4
- package/esm/public/orm/models/appClaimedInvite.js +6 -2
- package/esm/public/orm/models/appGrant.d.ts +2 -4
- package/esm/public/orm/models/appGrant.js +6 -2
- package/esm/public/orm/models/appInvite.d.ts +2 -4
- package/esm/public/orm/models/appInvite.js +6 -2
- package/esm/public/orm/models/appLevel.d.ts +2 -4
- package/esm/public/orm/models/appLevel.js +6 -2
- package/esm/public/orm/models/appLevelRequirement.d.ts +2 -4
- package/esm/public/orm/models/appLevelRequirement.js +6 -2
- package/esm/public/orm/models/appLimit.d.ts +2 -4
- package/esm/public/orm/models/appLimit.js +6 -2
- package/esm/public/orm/models/appLimitCap.d.ts +2 -4
- package/esm/public/orm/models/appLimitCap.js +6 -2
- package/esm/public/orm/models/appLimitCapsDefault.d.ts +2 -4
- package/esm/public/orm/models/appLimitCapsDefault.js +6 -2
- package/esm/public/orm/models/appLimitCredit.d.ts +2 -4
- package/esm/public/orm/models/appLimitCredit.js +6 -2
- package/esm/public/orm/models/appLimitCreditCode.d.ts +2 -4
- package/esm/public/orm/models/appLimitCreditCode.js +6 -2
- package/esm/public/orm/models/appLimitCreditCodeItem.d.ts +2 -4
- package/esm/public/orm/models/appLimitCreditCodeItem.js +6 -2
- package/esm/public/orm/models/appLimitCreditRedemption.d.ts +2 -4
- package/esm/public/orm/models/appLimitCreditRedemption.js +6 -2
- package/esm/public/orm/models/appLimitDefault.d.ts +2 -4
- package/esm/public/orm/models/appLimitDefault.js +6 -2
- package/esm/public/orm/models/appLimitEvent.d.ts +2 -4
- package/esm/public/orm/models/appLimitEvent.js +6 -2
- package/esm/public/orm/models/appMembership.d.ts +2 -4
- package/esm/public/orm/models/appMembership.js +6 -2
- package/esm/public/orm/models/appMembershipDefault.d.ts +2 -4
- package/esm/public/orm/models/appMembershipDefault.js +6 -2
- package/esm/public/orm/models/appOwnerGrant.d.ts +2 -4
- package/esm/public/orm/models/appOwnerGrant.js +6 -2
- package/esm/public/orm/models/appPermission.d.ts +2 -4
- package/esm/public/orm/models/appPermission.js +6 -2
- package/esm/public/orm/models/appPermissionDefault.d.ts +2 -4
- package/esm/public/orm/models/appPermissionDefault.js +6 -2
- package/esm/public/orm/models/appStep.d.ts +2 -4
- package/esm/public/orm/models/appStep.js +6 -2
- package/esm/public/orm/models/astMigration.d.ts +2 -4
- package/esm/public/orm/models/astMigration.js +6 -2
- package/esm/public/orm/models/auditLog.d.ts +2 -4
- package/esm/public/orm/models/auditLog.js +6 -2
- package/esm/public/orm/models/billingModule.d.ts +2 -4
- package/esm/public/orm/models/billingModule.js +6 -2
- package/esm/public/orm/models/billingProviderModule.d.ts +2 -4
- package/esm/public/orm/models/billingProviderModule.js +6 -2
- package/esm/public/orm/models/blueprint.d.ts +2 -4
- package/esm/public/orm/models/blueprint.js +6 -2
- package/esm/public/orm/models/blueprintConstruction.d.ts +2 -4
- package/esm/public/orm/models/blueprintConstruction.js +6 -2
- package/esm/public/orm/models/blueprintTemplate.d.ts +2 -4
- package/esm/public/orm/models/blueprintTemplate.js +6 -2
- package/esm/public/orm/models/checkConstraint.d.ts +2 -4
- package/esm/public/orm/models/checkConstraint.js +6 -2
- package/esm/public/orm/models/commit.d.ts +2 -4
- package/esm/public/orm/models/commit.js +6 -2
- package/esm/public/orm/models/connectedAccountsModule.d.ts +2 -4
- package/esm/public/orm/models/connectedAccountsModule.js +6 -2
- package/esm/public/orm/models/corsSetting.d.ts +2 -4
- package/esm/public/orm/models/corsSetting.js +6 -2
- package/esm/public/orm/models/cryptoAddress.d.ts +2 -4
- package/esm/public/orm/models/cryptoAddress.js +6 -2
- package/esm/public/orm/models/cryptoAddressesModule.d.ts +2 -4
- package/esm/public/orm/models/cryptoAddressesModule.js +6 -2
- package/esm/public/orm/models/cryptoAuthModule.d.ts +2 -4
- package/esm/public/orm/models/cryptoAuthModule.js +6 -2
- package/esm/public/orm/models/database.d.ts +2 -4
- package/esm/public/orm/models/database.js +6 -2
- package/esm/public/orm/models/databaseProvisionModule.d.ts +2 -4
- package/esm/public/orm/models/databaseProvisionModule.js +6 -2
- package/esm/public/orm/models/databaseSetting.d.ts +2 -4
- package/esm/public/orm/models/databaseSetting.js +6 -2
- package/esm/public/orm/models/databaseTransfer.d.ts +2 -4
- package/esm/public/orm/models/databaseTransfer.js +6 -2
- package/esm/public/orm/models/defaultIdsModule.d.ts +2 -4
- package/esm/public/orm/models/defaultIdsModule.js +6 -2
- package/esm/public/orm/models/defaultPrivilege.d.ts +2 -4
- package/esm/public/orm/models/defaultPrivilege.js +6 -2
- package/esm/public/orm/models/denormalizedTableField.d.ts +2 -4
- package/esm/public/orm/models/denormalizedTableField.js +6 -2
- package/esm/public/orm/models/devicesModule.d.ts +2 -4
- package/esm/public/orm/models/devicesModule.js +6 -2
- package/esm/public/orm/models/domain.d.ts +2 -4
- package/esm/public/orm/models/domain.js +6 -2
- package/esm/public/orm/models/email.d.ts +2 -4
- package/esm/public/orm/models/email.js +6 -2
- package/esm/public/orm/models/emailsModule.d.ts +2 -4
- package/esm/public/orm/models/emailsModule.js +6 -2
- package/esm/public/orm/models/embeddingChunk.d.ts +2 -4
- package/esm/public/orm/models/embeddingChunk.js +6 -2
- package/esm/public/orm/models/encryptedSecretsModule.d.ts +2 -4
- package/esm/public/orm/models/encryptedSecretsModule.js +6 -2
- package/esm/public/orm/models/entityTypeProvision.d.ts +2 -4
- package/esm/public/orm/models/entityTypeProvision.js +6 -2
- package/esm/public/orm/models/enum.d.ts +2 -4
- package/esm/public/orm/models/enum.js +6 -2
- package/esm/public/orm/models/field.d.ts +2 -4
- package/esm/public/orm/models/field.js +6 -2
- package/esm/public/orm/models/foreignKeyConstraint.d.ts +2 -4
- package/esm/public/orm/models/foreignKeyConstraint.js +6 -2
- package/esm/public/orm/models/fullTextSearch.d.ts +2 -4
- package/esm/public/orm/models/fullTextSearch.js +6 -2
- package/esm/public/orm/models/function.d.ts +2 -4
- package/esm/public/orm/models/function.js +6 -2
- package/esm/public/orm/models/getAllRecord.d.ts +2 -4
- package/esm/public/orm/models/getAllRecord.js +6 -2
- package/esm/public/orm/models/hierarchyModule.d.ts +2 -4
- package/esm/public/orm/models/hierarchyModule.js +6 -2
- package/esm/public/orm/models/identityProvider.d.ts +2 -4
- package/esm/public/orm/models/identityProvider.js +6 -2
- package/esm/public/orm/models/identityProvidersModule.d.ts +2 -4
- package/esm/public/orm/models/identityProvidersModule.js +6 -2
- package/esm/public/orm/models/indexModel.d.ts +2 -4
- package/esm/public/orm/models/indexModel.js +6 -2
- package/esm/public/orm/models/invitesModule.d.ts +2 -4
- package/esm/public/orm/models/invitesModule.js +6 -2
- package/esm/public/orm/models/levelsModule.d.ts +2 -4
- package/esm/public/orm/models/levelsModule.js +6 -2
- package/esm/public/orm/models/limitsModule.d.ts +2 -4
- package/esm/public/orm/models/limitsModule.js +6 -2
- package/esm/public/orm/models/membershipType.d.ts +2 -4
- package/esm/public/orm/models/membershipType.js +6 -2
- package/esm/public/orm/models/membershipTypesModule.d.ts +2 -4
- package/esm/public/orm/models/membershipTypesModule.js +6 -2
- package/esm/public/orm/models/membershipsModule.d.ts +2 -4
- package/esm/public/orm/models/membershipsModule.js +6 -2
- package/esm/public/orm/models/migrateFile.d.ts +2 -4
- package/esm/public/orm/models/migrateFile.js +6 -2
- package/esm/public/orm/models/nodeTypeRegistry.d.ts +2 -4
- package/esm/public/orm/models/nodeTypeRegistry.js +6 -2
- package/esm/public/orm/models/notificationsModule.d.ts +2 -4
- package/esm/public/orm/models/notificationsModule.js +6 -2
- package/esm/public/orm/models/object.d.ts +3 -5
- package/esm/public/orm/models/object.js +7 -3
- package/esm/public/orm/models/orgAdminGrant.d.ts +2 -4
- package/esm/public/orm/models/orgAdminGrant.js +6 -2
- package/esm/public/orm/models/orgChartEdge.d.ts +2 -4
- package/esm/public/orm/models/orgChartEdge.js +6 -2
- package/esm/public/orm/models/orgChartEdgeGrant.d.ts +2 -4
- package/esm/public/orm/models/orgChartEdgeGrant.js +6 -2
- package/esm/public/orm/models/orgClaimedInvite.d.ts +2 -4
- package/esm/public/orm/models/orgClaimedInvite.js +6 -2
- package/esm/public/orm/models/orgGetManagersRecord.d.ts +2 -4
- package/esm/public/orm/models/orgGetManagersRecord.js +6 -2
- package/esm/public/orm/models/orgGetSubordinatesRecord.d.ts +2 -4
- package/esm/public/orm/models/orgGetSubordinatesRecord.js +6 -2
- package/esm/public/orm/models/orgGrant.d.ts +2 -4
- package/esm/public/orm/models/orgGrant.js +6 -2
- package/esm/public/orm/models/orgInvite.d.ts +2 -4
- package/esm/public/orm/models/orgInvite.js +6 -2
- package/esm/public/orm/models/orgLimit.d.ts +2 -4
- package/esm/public/orm/models/orgLimit.js +6 -2
- package/esm/public/orm/models/orgLimitAggregate.d.ts +2 -4
- package/esm/public/orm/models/orgLimitAggregate.js +6 -2
- package/esm/public/orm/models/orgLimitCap.d.ts +2 -4
- package/esm/public/orm/models/orgLimitCap.js +6 -2
- package/esm/public/orm/models/orgLimitCapsDefault.d.ts +2 -4
- package/esm/public/orm/models/orgLimitCapsDefault.js +6 -2
- package/esm/public/orm/models/orgLimitCredit.d.ts +2 -4
- package/esm/public/orm/models/orgLimitCredit.js +6 -2
- package/esm/public/orm/models/orgLimitDefault.d.ts +2 -4
- package/esm/public/orm/models/orgLimitDefault.js +6 -2
- package/esm/public/orm/models/orgLimitEvent.d.ts +2 -4
- package/esm/public/orm/models/orgLimitEvent.js +6 -2
- package/esm/public/orm/models/orgMember.d.ts +2 -4
- package/esm/public/orm/models/orgMember.js +6 -2
- package/esm/public/orm/models/orgMemberProfile.d.ts +2 -4
- package/esm/public/orm/models/orgMemberProfile.js +6 -2
- package/esm/public/orm/models/orgMembership.d.ts +2 -4
- package/esm/public/orm/models/orgMembership.js +6 -2
- package/esm/public/orm/models/orgMembershipDefault.d.ts +2 -4
- package/esm/public/orm/models/orgMembershipDefault.js +6 -2
- package/esm/public/orm/models/orgMembershipSetting.d.ts +2 -4
- package/esm/public/orm/models/orgMembershipSetting.js +6 -2
- package/esm/public/orm/models/orgOwnerGrant.d.ts +2 -4
- package/esm/public/orm/models/orgOwnerGrant.js +6 -2
- package/esm/public/orm/models/orgPermission.d.ts +2 -4
- package/esm/public/orm/models/orgPermission.js +6 -2
- package/esm/public/orm/models/orgPermissionDefault.d.ts +2 -4
- package/esm/public/orm/models/orgPermissionDefault.js +6 -2
- package/esm/public/orm/models/partition.d.ts +2 -4
- package/esm/public/orm/models/partition.js +6 -2
- package/esm/public/orm/models/permissionsModule.d.ts +2 -4
- package/esm/public/orm/models/permissionsModule.js +6 -2
- package/esm/public/orm/models/phoneNumber.d.ts +2 -4
- package/esm/public/orm/models/phoneNumber.js +6 -2
- package/esm/public/orm/models/phoneNumbersModule.d.ts +2 -4
- package/esm/public/orm/models/phoneNumbersModule.js +6 -2
- package/esm/public/orm/models/plansModule.d.ts +2 -4
- package/esm/public/orm/models/plansModule.js +6 -2
- package/esm/public/orm/models/policy.d.ts +2 -4
- package/esm/public/orm/models/policy.js +6 -2
- package/esm/public/orm/models/primaryKeyConstraint.d.ts +2 -4
- package/esm/public/orm/models/primaryKeyConstraint.js +6 -2
- package/esm/public/orm/models/profilesModule.d.ts +2 -4
- package/esm/public/orm/models/profilesModule.js +6 -2
- package/esm/public/orm/models/pubkeySetting.d.ts +2 -4
- package/esm/public/orm/models/pubkeySetting.js +6 -2
- package/esm/public/orm/models/rateLimitsModule.d.ts +2 -4
- package/esm/public/orm/models/rateLimitsModule.js +6 -2
- package/esm/public/orm/models/realtimeModule.d.ts +2 -4
- package/esm/public/orm/models/realtimeModule.js +6 -2
- package/esm/public/orm/models/ref.d.ts +2 -4
- package/esm/public/orm/models/ref.js +6 -2
- package/esm/public/orm/models/relationProvision.d.ts +2 -4
- package/esm/public/orm/models/relationProvision.js +6 -2
- package/esm/public/orm/models/rlsModule.d.ts +2 -4
- package/esm/public/orm/models/rlsModule.js +6 -2
- package/esm/public/orm/models/rlsSetting.d.ts +2 -4
- package/esm/public/orm/models/rlsSetting.js +6 -2
- package/esm/public/orm/models/roleType.d.ts +2 -4
- package/esm/public/orm/models/roleType.js +6 -2
- package/esm/public/orm/models/schema.d.ts +2 -4
- package/esm/public/orm/models/schema.js +6 -2
- package/esm/public/orm/models/schemaGrant.d.ts +2 -4
- package/esm/public/orm/models/schemaGrant.js +6 -2
- package/esm/public/orm/models/secretsModule.d.ts +2 -4
- package/esm/public/orm/models/secretsModule.js +6 -2
- package/esm/public/orm/models/secureTableProvision.d.ts +2 -4
- package/esm/public/orm/models/secureTableProvision.js +6 -2
- package/esm/public/orm/models/sessionSecretsModule.d.ts +2 -4
- package/esm/public/orm/models/sessionSecretsModule.js +6 -2
- package/esm/public/orm/models/sessionsModule.d.ts +2 -4
- package/esm/public/orm/models/sessionsModule.js +6 -2
- package/esm/public/orm/models/site.d.ts +2 -4
- package/esm/public/orm/models/site.js +6 -2
- package/esm/public/orm/models/siteMetadatum.d.ts +2 -4
- package/esm/public/orm/models/siteMetadatum.js +6 -2
- package/esm/public/orm/models/siteModule.d.ts +2 -4
- package/esm/public/orm/models/siteModule.js +6 -2
- package/esm/public/orm/models/siteTheme.d.ts +2 -4
- package/esm/public/orm/models/siteTheme.js +6 -2
- package/esm/public/orm/models/spatialRelation.d.ts +2 -4
- package/esm/public/orm/models/spatialRelation.js +6 -2
- package/esm/public/orm/models/sqlAction.d.ts +2 -4
- package/esm/public/orm/models/sqlAction.js +6 -2
- package/esm/public/orm/models/storageModule.d.ts +2 -4
- package/esm/public/orm/models/storageModule.js +6 -2
- package/esm/public/orm/models/store.d.ts +2 -4
- package/esm/public/orm/models/store.js +6 -2
- package/esm/public/orm/models/table.d.ts +2 -4
- package/esm/public/orm/models/table.js +6 -2
- package/esm/public/orm/models/tableGrant.d.ts +2 -4
- package/esm/public/orm/models/tableGrant.js +6 -2
- package/esm/public/orm/models/trigger.d.ts +2 -4
- package/esm/public/orm/models/trigger.js +6 -2
- package/esm/public/orm/models/triggerFunction.d.ts +2 -4
- package/esm/public/orm/models/triggerFunction.js +6 -2
- package/esm/public/orm/models/uniqueConstraint.d.ts +2 -4
- package/esm/public/orm/models/uniqueConstraint.js +6 -2
- package/esm/public/orm/models/usageSnapshot.d.ts +2 -4
- package/esm/public/orm/models/usageSnapshot.js +6 -2
- package/esm/public/orm/models/user.d.ts +2 -4
- package/esm/public/orm/models/user.js +6 -2
- package/esm/public/orm/models/userAuthModule.d.ts +2 -4
- package/esm/public/orm/models/userAuthModule.js +6 -2
- package/esm/public/orm/models/userConnectedAccount.d.ts +2 -4
- package/esm/public/orm/models/userConnectedAccount.js +6 -2
- package/esm/public/orm/models/usersModule.d.ts +2 -4
- package/esm/public/orm/models/usersModule.js +6 -2
- package/esm/public/orm/models/view.d.ts +2 -4
- package/esm/public/orm/models/view.js +6 -2
- package/esm/public/orm/models/viewGrant.d.ts +2 -4
- package/esm/public/orm/models/viewGrant.js +6 -2
- package/esm/public/orm/models/viewRule.d.ts +2 -4
- package/esm/public/orm/models/viewRule.js +6 -2
- package/esm/public/orm/models/viewTable.d.ts +2 -4
- package/esm/public/orm/models/viewTable.js +6 -2
- package/esm/public/orm/models/webauthnAuthModule.d.ts +2 -4
- package/esm/public/orm/models/webauthnAuthModule.js +6 -2
- package/esm/public/orm/models/webauthnCredential.d.ts +2 -4
- package/esm/public/orm/models/webauthnCredential.js +6 -2
- package/esm/public/orm/models/webauthnCredentialsModule.d.ts +2 -4
- package/esm/public/orm/models/webauthnCredentialsModule.js +6 -2
- package/esm/public/orm/models/webauthnSetting.d.ts +2 -4
- package/esm/public/orm/models/webauthnSetting.js +6 -2
- package/esm/public/orm/query-builder.d.ts +18 -1
- package/esm/public/orm/query-builder.js +108 -1
- package/esm/public/orm/select-types.d.ts +25 -1
- package/objects/cli/commands/commit.js +1 -1
- package/objects/cli/commands/get-all-record.js +1 -1
- package/objects/cli/commands/object.js +1 -1
- package/objects/cli/commands/ref.js +1 -1
- package/objects/cli/commands/store.js +1 -1
- package/objects/cli/utils.d.ts +2 -2
- package/objects/cli/utils.js +4 -2
- package/objects/orm/index.d.ts +0 -1
- package/objects/orm/index.js +1 -3
- package/objects/orm/models/commit.d.ts +2 -4
- package/objects/orm/models/commit.js +6 -2
- package/objects/orm/models/getAllRecord.d.ts +2 -4
- package/objects/orm/models/getAllRecord.js +6 -2
- package/objects/orm/models/object.d.ts +3 -5
- package/objects/orm/models/object.js +7 -3
- package/objects/orm/models/ref.d.ts +2 -4
- package/objects/orm/models/ref.js +6 -2
- package/objects/orm/models/store.d.ts +2 -4
- package/objects/orm/models/store.js +6 -2
- package/objects/orm/query-builder.d.ts +18 -1
- package/objects/orm/query-builder.js +112 -1
- package/objects/orm/select-types.d.ts +25 -1
- package/package.json +4 -4
- package/public/cli/commands/agent-message.js +1 -1
- package/public/cli/commands/agent-task.js +1 -1
- package/public/cli/commands/agent-thread.js +1 -1
- package/public/cli/commands/api-module.js +1 -1
- package/public/cli/commands/api-schema.js +1 -1
- package/public/cli/commands/api-setting.js +1 -1
- package/public/cli/commands/api.js +1 -1
- package/public/cli/commands/app-achievement.js +1 -1
- package/public/cli/commands/app-admin-grant.js +1 -1
- package/public/cli/commands/app-claimed-invite.js +1 -1
- package/public/cli/commands/app-grant.js +1 -1
- package/public/cli/commands/app-invite.js +1 -1
- package/public/cli/commands/app-level-requirement.js +1 -1
- package/public/cli/commands/app-level.js +1 -1
- package/public/cli/commands/app-limit-cap.js +1 -1
- package/public/cli/commands/app-limit-caps-default.js +1 -1
- package/public/cli/commands/app-limit-credit-code-item.js +1 -1
- package/public/cli/commands/app-limit-credit-code.js +1 -1
- package/public/cli/commands/app-limit-credit-redemption.js +1 -1
- package/public/cli/commands/app-limit-credit.js +1 -1
- package/public/cli/commands/app-limit-default.js +1 -1
- package/public/cli/commands/app-limit-event.js +1 -1
- package/public/cli/commands/app-limit.js +1 -1
- package/public/cli/commands/app-membership-default.js +1 -1
- package/public/cli/commands/app-membership.js +1 -1
- package/public/cli/commands/app-owner-grant.js +1 -1
- package/public/cli/commands/app-permission-default.js +1 -1
- package/public/cli/commands/app-permission.js +1 -1
- package/public/cli/commands/app-step.js +1 -1
- package/public/cli/commands/app.js +1 -1
- package/public/cli/commands/ast-migration.js +1 -1
- package/public/cli/commands/audit-log.js +1 -1
- package/public/cli/commands/billing-module.js +1 -1
- package/public/cli/commands/billing-provider-module.js +1 -1
- package/public/cli/commands/blueprint-construction.js +1 -1
- package/public/cli/commands/blueprint-template.js +1 -1
- package/public/cli/commands/blueprint.js +1 -1
- package/public/cli/commands/check-constraint.js +1 -1
- package/public/cli/commands/commit.js +1 -1
- package/public/cli/commands/connected-accounts-module.js +1 -1
- package/public/cli/commands/cors-setting.js +1 -1
- package/public/cli/commands/crypto-address.js +1 -1
- package/public/cli/commands/crypto-addresses-module.js +1 -1
- package/public/cli/commands/crypto-auth-module.js +1 -1
- package/public/cli/commands/database-provision-module.js +1 -1
- package/public/cli/commands/database-setting.js +1 -1
- package/public/cli/commands/database-transfer.js +1 -1
- package/public/cli/commands/database.js +1 -1
- package/public/cli/commands/default-ids-module.js +1 -1
- package/public/cli/commands/default-privilege.js +1 -1
- package/public/cli/commands/denormalized-table-field.js +1 -1
- package/public/cli/commands/devices-module.js +1 -1
- package/public/cli/commands/domain.js +1 -1
- package/public/cli/commands/email.js +1 -1
- package/public/cli/commands/emails-module.js +1 -1
- package/public/cli/commands/embedding-chunk.js +1 -1
- package/public/cli/commands/encrypted-secrets-module.js +1 -1
- package/public/cli/commands/entity-type-provision.js +1 -1
- package/public/cli/commands/enum.js +1 -1
- package/public/cli/commands/field.js +1 -1
- package/public/cli/commands/foreign-key-constraint.js +1 -1
- package/public/cli/commands/full-text-search.js +1 -1
- package/public/cli/commands/function.js +1 -1
- package/public/cli/commands/get-all-record.js +1 -1
- package/public/cli/commands/hierarchy-module.js +1 -1
- package/public/cli/commands/identity-provider.js +1 -1
- package/public/cli/commands/identity-providers-module.js +1 -1
- package/public/cli/commands/index.js +1 -1
- package/public/cli/commands/invites-module.js +1 -1
- package/public/cli/commands/levels-module.js +1 -1
- package/public/cli/commands/limits-module.js +1 -1
- package/public/cli/commands/membership-type.js +1 -1
- package/public/cli/commands/membership-types-module.js +1 -1
- package/public/cli/commands/memberships-module.js +1 -1
- package/public/cli/commands/migrate-file.js +1 -1
- package/public/cli/commands/node-type-registry.js +1 -1
- package/public/cli/commands/notifications-module.js +1 -1
- package/public/cli/commands/object.js +1 -1
- package/public/cli/commands/org-admin-grant.js +1 -1
- package/public/cli/commands/org-chart-edge-grant.js +1 -1
- package/public/cli/commands/org-chart-edge.js +1 -1
- package/public/cli/commands/org-claimed-invite.js +1 -1
- package/public/cli/commands/org-get-managers-record.js +1 -1
- package/public/cli/commands/org-get-subordinates-record.js +1 -1
- package/public/cli/commands/org-grant.js +1 -1
- package/public/cli/commands/org-invite.js +1 -1
- package/public/cli/commands/org-limit-aggregate.js +1 -1
- package/public/cli/commands/org-limit-cap.js +1 -1
- package/public/cli/commands/org-limit-caps-default.js +1 -1
- package/public/cli/commands/org-limit-credit.js +1 -1
- package/public/cli/commands/org-limit-default.js +1 -1
- package/public/cli/commands/org-limit-event.js +1 -1
- package/public/cli/commands/org-limit.js +1 -1
- package/public/cli/commands/org-member-profile.js +1 -1
- package/public/cli/commands/org-member.js +1 -1
- package/public/cli/commands/org-membership-default.js +1 -1
- package/public/cli/commands/org-membership-setting.js +1 -1
- package/public/cli/commands/org-membership.js +1 -1
- package/public/cli/commands/org-owner-grant.js +1 -1
- package/public/cli/commands/org-permission-default.js +1 -1
- package/public/cli/commands/org-permission.js +1 -1
- package/public/cli/commands/partition.js +1 -1
- package/public/cli/commands/permissions-module.js +1 -1
- package/public/cli/commands/phone-number.js +1 -1
- package/public/cli/commands/phone-numbers-module.js +1 -1
- package/public/cli/commands/plans-module.js +1 -1
- package/public/cli/commands/policy.js +1 -1
- package/public/cli/commands/primary-key-constraint.js +1 -1
- package/public/cli/commands/profiles-module.js +1 -1
- package/public/cli/commands/pubkey-setting.js +1 -1
- package/public/cli/commands/rate-limits-module.js +1 -1
- package/public/cli/commands/realtime-module.js +1 -1
- package/public/cli/commands/ref.js +1 -1
- package/public/cli/commands/relation-provision.js +1 -1
- package/public/cli/commands/rls-module.js +1 -1
- package/public/cli/commands/rls-setting.js +1 -1
- package/public/cli/commands/role-type.js +1 -1
- package/public/cli/commands/schema-grant.js +1 -1
- package/public/cli/commands/schema.js +1 -1
- package/public/cli/commands/secrets-module.js +1 -1
- package/public/cli/commands/secure-table-provision.js +1 -1
- package/public/cli/commands/session-secrets-module.js +1 -1
- package/public/cli/commands/sessions-module.js +1 -1
- package/public/cli/commands/site-metadatum.js +1 -1
- package/public/cli/commands/site-module.js +1 -1
- package/public/cli/commands/site-theme.js +1 -1
- package/public/cli/commands/site.js +1 -1
- package/public/cli/commands/spatial-relation.js +1 -1
- package/public/cli/commands/sql-action.js +1 -1
- package/public/cli/commands/storage-module.js +1 -1
- package/public/cli/commands/store.js +1 -1
- package/public/cli/commands/table-grant.js +1 -1
- package/public/cli/commands/table.js +1 -1
- package/public/cli/commands/trigger-function.js +1 -1
- package/public/cli/commands/trigger.js +1 -1
- package/public/cli/commands/unique-constraint.js +1 -1
- package/public/cli/commands/usage-snapshot.js +1 -1
- package/public/cli/commands/user-auth-module.js +1 -1
- package/public/cli/commands/user-connected-account.js +1 -1
- package/public/cli/commands/user.js +1 -1
- package/public/cli/commands/users-module.js +1 -1
- package/public/cli/commands/view-grant.js +1 -1
- package/public/cli/commands/view-rule.js +1 -1
- package/public/cli/commands/view-table.js +1 -1
- package/public/cli/commands/view.js +1 -1
- package/public/cli/commands/webauthn-auth-module.js +1 -1
- package/public/cli/commands/webauthn-credential.js +1 -1
- package/public/cli/commands/webauthn-credentials-module.js +1 -1
- package/public/cli/commands/webauthn-setting.js +1 -1
- package/public/cli/utils.d.ts +2 -2
- package/public/cli/utils.js +4 -2
- package/public/orm/index.d.ts +0 -1
- package/public/orm/index.js +1 -3
- package/public/orm/models/agentMessage.d.ts +2 -4
- package/public/orm/models/agentMessage.js +6 -2
- package/public/orm/models/agentTask.d.ts +2 -4
- package/public/orm/models/agentTask.js +6 -2
- package/public/orm/models/agentThread.d.ts +2 -4
- package/public/orm/models/agentThread.js +6 -2
- package/public/orm/models/api.d.ts +2 -4
- package/public/orm/models/api.js +6 -2
- package/public/orm/models/apiModule.d.ts +2 -4
- package/public/orm/models/apiModule.js +6 -2
- package/public/orm/models/apiSchema.d.ts +2 -4
- package/public/orm/models/apiSchema.js +6 -2
- package/public/orm/models/apiSetting.d.ts +2 -4
- package/public/orm/models/apiSetting.js +6 -2
- package/public/orm/models/app.d.ts +2 -4
- package/public/orm/models/app.js +6 -2
- package/public/orm/models/appAchievement.d.ts +2 -4
- package/public/orm/models/appAchievement.js +6 -2
- package/public/orm/models/appAdminGrant.d.ts +2 -4
- package/public/orm/models/appAdminGrant.js +6 -2
- package/public/orm/models/appClaimedInvite.d.ts +2 -4
- package/public/orm/models/appClaimedInvite.js +6 -2
- package/public/orm/models/appGrant.d.ts +2 -4
- package/public/orm/models/appGrant.js +6 -2
- package/public/orm/models/appInvite.d.ts +2 -4
- package/public/orm/models/appInvite.js +6 -2
- package/public/orm/models/appLevel.d.ts +2 -4
- package/public/orm/models/appLevel.js +6 -2
- package/public/orm/models/appLevelRequirement.d.ts +2 -4
- package/public/orm/models/appLevelRequirement.js +6 -2
- package/public/orm/models/appLimit.d.ts +2 -4
- package/public/orm/models/appLimit.js +6 -2
- package/public/orm/models/appLimitCap.d.ts +2 -4
- package/public/orm/models/appLimitCap.js +6 -2
- package/public/orm/models/appLimitCapsDefault.d.ts +2 -4
- package/public/orm/models/appLimitCapsDefault.js +6 -2
- package/public/orm/models/appLimitCredit.d.ts +2 -4
- package/public/orm/models/appLimitCredit.js +6 -2
- package/public/orm/models/appLimitCreditCode.d.ts +2 -4
- package/public/orm/models/appLimitCreditCode.js +6 -2
- package/public/orm/models/appLimitCreditCodeItem.d.ts +2 -4
- package/public/orm/models/appLimitCreditCodeItem.js +6 -2
- package/public/orm/models/appLimitCreditRedemption.d.ts +2 -4
- package/public/orm/models/appLimitCreditRedemption.js +6 -2
- package/public/orm/models/appLimitDefault.d.ts +2 -4
- package/public/orm/models/appLimitDefault.js +6 -2
- package/public/orm/models/appLimitEvent.d.ts +2 -4
- package/public/orm/models/appLimitEvent.js +6 -2
- package/public/orm/models/appMembership.d.ts +2 -4
- package/public/orm/models/appMembership.js +6 -2
- package/public/orm/models/appMembershipDefault.d.ts +2 -4
- package/public/orm/models/appMembershipDefault.js +6 -2
- package/public/orm/models/appOwnerGrant.d.ts +2 -4
- package/public/orm/models/appOwnerGrant.js +6 -2
- package/public/orm/models/appPermission.d.ts +2 -4
- package/public/orm/models/appPermission.js +6 -2
- package/public/orm/models/appPermissionDefault.d.ts +2 -4
- package/public/orm/models/appPermissionDefault.js +6 -2
- package/public/orm/models/appStep.d.ts +2 -4
- package/public/orm/models/appStep.js +6 -2
- package/public/orm/models/astMigration.d.ts +2 -4
- package/public/orm/models/astMigration.js +6 -2
- package/public/orm/models/auditLog.d.ts +2 -4
- package/public/orm/models/auditLog.js +6 -2
- package/public/orm/models/billingModule.d.ts +2 -4
- package/public/orm/models/billingModule.js +6 -2
- package/public/orm/models/billingProviderModule.d.ts +2 -4
- package/public/orm/models/billingProviderModule.js +6 -2
- package/public/orm/models/blueprint.d.ts +2 -4
- package/public/orm/models/blueprint.js +6 -2
- package/public/orm/models/blueprintConstruction.d.ts +2 -4
- package/public/orm/models/blueprintConstruction.js +6 -2
- package/public/orm/models/blueprintTemplate.d.ts +2 -4
- package/public/orm/models/blueprintTemplate.js +6 -2
- package/public/orm/models/checkConstraint.d.ts +2 -4
- package/public/orm/models/checkConstraint.js +6 -2
- package/public/orm/models/commit.d.ts +2 -4
- package/public/orm/models/commit.js +6 -2
- package/public/orm/models/connectedAccountsModule.d.ts +2 -4
- package/public/orm/models/connectedAccountsModule.js +6 -2
- package/public/orm/models/corsSetting.d.ts +2 -4
- package/public/orm/models/corsSetting.js +6 -2
- package/public/orm/models/cryptoAddress.d.ts +2 -4
- package/public/orm/models/cryptoAddress.js +6 -2
- package/public/orm/models/cryptoAddressesModule.d.ts +2 -4
- package/public/orm/models/cryptoAddressesModule.js +6 -2
- package/public/orm/models/cryptoAuthModule.d.ts +2 -4
- package/public/orm/models/cryptoAuthModule.js +6 -2
- package/public/orm/models/database.d.ts +2 -4
- package/public/orm/models/database.js +6 -2
- package/public/orm/models/databaseProvisionModule.d.ts +2 -4
- package/public/orm/models/databaseProvisionModule.js +6 -2
- package/public/orm/models/databaseSetting.d.ts +2 -4
- package/public/orm/models/databaseSetting.js +6 -2
- package/public/orm/models/databaseTransfer.d.ts +2 -4
- package/public/orm/models/databaseTransfer.js +6 -2
- package/public/orm/models/defaultIdsModule.d.ts +2 -4
- package/public/orm/models/defaultIdsModule.js +6 -2
- package/public/orm/models/defaultPrivilege.d.ts +2 -4
- package/public/orm/models/defaultPrivilege.js +6 -2
- package/public/orm/models/denormalizedTableField.d.ts +2 -4
- package/public/orm/models/denormalizedTableField.js +6 -2
- package/public/orm/models/devicesModule.d.ts +2 -4
- package/public/orm/models/devicesModule.js +6 -2
- package/public/orm/models/domain.d.ts +2 -4
- package/public/orm/models/domain.js +6 -2
- package/public/orm/models/email.d.ts +2 -4
- package/public/orm/models/email.js +6 -2
- package/public/orm/models/emailsModule.d.ts +2 -4
- package/public/orm/models/emailsModule.js +6 -2
- package/public/orm/models/embeddingChunk.d.ts +2 -4
- package/public/orm/models/embeddingChunk.js +6 -2
- package/public/orm/models/encryptedSecretsModule.d.ts +2 -4
- package/public/orm/models/encryptedSecretsModule.js +6 -2
- package/public/orm/models/entityTypeProvision.d.ts +2 -4
- package/public/orm/models/entityTypeProvision.js +6 -2
- package/public/orm/models/enum.d.ts +2 -4
- package/public/orm/models/enum.js +6 -2
- package/public/orm/models/field.d.ts +2 -4
- package/public/orm/models/field.js +6 -2
- package/public/orm/models/foreignKeyConstraint.d.ts +2 -4
- package/public/orm/models/foreignKeyConstraint.js +6 -2
- package/public/orm/models/fullTextSearch.d.ts +2 -4
- package/public/orm/models/fullTextSearch.js +6 -2
- package/public/orm/models/function.d.ts +2 -4
- package/public/orm/models/function.js +6 -2
- package/public/orm/models/getAllRecord.d.ts +2 -4
- package/public/orm/models/getAllRecord.js +6 -2
- package/public/orm/models/hierarchyModule.d.ts +2 -4
- package/public/orm/models/hierarchyModule.js +6 -2
- package/public/orm/models/identityProvider.d.ts +2 -4
- package/public/orm/models/identityProvider.js +6 -2
- package/public/orm/models/identityProvidersModule.d.ts +2 -4
- package/public/orm/models/identityProvidersModule.js +6 -2
- package/public/orm/models/indexModel.d.ts +2 -4
- package/public/orm/models/indexModel.js +6 -2
- package/public/orm/models/invitesModule.d.ts +2 -4
- package/public/orm/models/invitesModule.js +6 -2
- package/public/orm/models/levelsModule.d.ts +2 -4
- package/public/orm/models/levelsModule.js +6 -2
- package/public/orm/models/limitsModule.d.ts +2 -4
- package/public/orm/models/limitsModule.js +6 -2
- package/public/orm/models/membershipType.d.ts +2 -4
- package/public/orm/models/membershipType.js +6 -2
- package/public/orm/models/membershipTypesModule.d.ts +2 -4
- package/public/orm/models/membershipTypesModule.js +6 -2
- package/public/orm/models/membershipsModule.d.ts +2 -4
- package/public/orm/models/membershipsModule.js +6 -2
- package/public/orm/models/migrateFile.d.ts +2 -4
- package/public/orm/models/migrateFile.js +6 -2
- package/public/orm/models/nodeTypeRegistry.d.ts +2 -4
- package/public/orm/models/nodeTypeRegistry.js +6 -2
- package/public/orm/models/notificationsModule.d.ts +2 -4
- package/public/orm/models/notificationsModule.js +6 -2
- package/public/orm/models/object.d.ts +3 -5
- package/public/orm/models/object.js +7 -3
- package/public/orm/models/orgAdminGrant.d.ts +2 -4
- package/public/orm/models/orgAdminGrant.js +6 -2
- package/public/orm/models/orgChartEdge.d.ts +2 -4
- package/public/orm/models/orgChartEdge.js +6 -2
- package/public/orm/models/orgChartEdgeGrant.d.ts +2 -4
- package/public/orm/models/orgChartEdgeGrant.js +6 -2
- package/public/orm/models/orgClaimedInvite.d.ts +2 -4
- package/public/orm/models/orgClaimedInvite.js +6 -2
- package/public/orm/models/orgGetManagersRecord.d.ts +2 -4
- package/public/orm/models/orgGetManagersRecord.js +6 -2
- package/public/orm/models/orgGetSubordinatesRecord.d.ts +2 -4
- package/public/orm/models/orgGetSubordinatesRecord.js +6 -2
- package/public/orm/models/orgGrant.d.ts +2 -4
- package/public/orm/models/orgGrant.js +6 -2
- package/public/orm/models/orgInvite.d.ts +2 -4
- package/public/orm/models/orgInvite.js +6 -2
- package/public/orm/models/orgLimit.d.ts +2 -4
- package/public/orm/models/orgLimit.js +6 -2
- package/public/orm/models/orgLimitAggregate.d.ts +2 -4
- package/public/orm/models/orgLimitAggregate.js +6 -2
- package/public/orm/models/orgLimitCap.d.ts +2 -4
- package/public/orm/models/orgLimitCap.js +6 -2
- package/public/orm/models/orgLimitCapsDefault.d.ts +2 -4
- package/public/orm/models/orgLimitCapsDefault.js +6 -2
- package/public/orm/models/orgLimitCredit.d.ts +2 -4
- package/public/orm/models/orgLimitCredit.js +6 -2
- package/public/orm/models/orgLimitDefault.d.ts +2 -4
- package/public/orm/models/orgLimitDefault.js +6 -2
- package/public/orm/models/orgLimitEvent.d.ts +2 -4
- package/public/orm/models/orgLimitEvent.js +6 -2
- package/public/orm/models/orgMember.d.ts +2 -4
- package/public/orm/models/orgMember.js +6 -2
- package/public/orm/models/orgMemberProfile.d.ts +2 -4
- package/public/orm/models/orgMemberProfile.js +6 -2
- package/public/orm/models/orgMembership.d.ts +2 -4
- package/public/orm/models/orgMembership.js +6 -2
- package/public/orm/models/orgMembershipDefault.d.ts +2 -4
- package/public/orm/models/orgMembershipDefault.js +6 -2
- package/public/orm/models/orgMembershipSetting.d.ts +2 -4
- package/public/orm/models/orgMembershipSetting.js +6 -2
- package/public/orm/models/orgOwnerGrant.d.ts +2 -4
- package/public/orm/models/orgOwnerGrant.js +6 -2
- package/public/orm/models/orgPermission.d.ts +2 -4
- package/public/orm/models/orgPermission.js +6 -2
- package/public/orm/models/orgPermissionDefault.d.ts +2 -4
- package/public/orm/models/orgPermissionDefault.js +6 -2
- package/public/orm/models/partition.d.ts +2 -4
- package/public/orm/models/partition.js +6 -2
- package/public/orm/models/permissionsModule.d.ts +2 -4
- package/public/orm/models/permissionsModule.js +6 -2
- package/public/orm/models/phoneNumber.d.ts +2 -4
- package/public/orm/models/phoneNumber.js +6 -2
- package/public/orm/models/phoneNumbersModule.d.ts +2 -4
- package/public/orm/models/phoneNumbersModule.js +6 -2
- package/public/orm/models/plansModule.d.ts +2 -4
- package/public/orm/models/plansModule.js +6 -2
- package/public/orm/models/policy.d.ts +2 -4
- package/public/orm/models/policy.js +6 -2
- package/public/orm/models/primaryKeyConstraint.d.ts +2 -4
- package/public/orm/models/primaryKeyConstraint.js +6 -2
- package/public/orm/models/profilesModule.d.ts +2 -4
- package/public/orm/models/profilesModule.js +6 -2
- package/public/orm/models/pubkeySetting.d.ts +2 -4
- package/public/orm/models/pubkeySetting.js +6 -2
- package/public/orm/models/rateLimitsModule.d.ts +2 -4
- package/public/orm/models/rateLimitsModule.js +6 -2
- package/public/orm/models/realtimeModule.d.ts +2 -4
- package/public/orm/models/realtimeModule.js +6 -2
- package/public/orm/models/ref.d.ts +2 -4
- package/public/orm/models/ref.js +6 -2
- package/public/orm/models/relationProvision.d.ts +2 -4
- package/public/orm/models/relationProvision.js +6 -2
- package/public/orm/models/rlsModule.d.ts +2 -4
- package/public/orm/models/rlsModule.js +6 -2
- package/public/orm/models/rlsSetting.d.ts +2 -4
- package/public/orm/models/rlsSetting.js +6 -2
- package/public/orm/models/roleType.d.ts +2 -4
- package/public/orm/models/roleType.js +6 -2
- package/public/orm/models/schema.d.ts +2 -4
- package/public/orm/models/schema.js +6 -2
- package/public/orm/models/schemaGrant.d.ts +2 -4
- package/public/orm/models/schemaGrant.js +6 -2
- package/public/orm/models/secretsModule.d.ts +2 -4
- package/public/orm/models/secretsModule.js +6 -2
- package/public/orm/models/secureTableProvision.d.ts +2 -4
- package/public/orm/models/secureTableProvision.js +6 -2
- package/public/orm/models/sessionSecretsModule.d.ts +2 -4
- package/public/orm/models/sessionSecretsModule.js +6 -2
- package/public/orm/models/sessionsModule.d.ts +2 -4
- package/public/orm/models/sessionsModule.js +6 -2
- package/public/orm/models/site.d.ts +2 -4
- package/public/orm/models/site.js +6 -2
- package/public/orm/models/siteMetadatum.d.ts +2 -4
- package/public/orm/models/siteMetadatum.js +6 -2
- package/public/orm/models/siteModule.d.ts +2 -4
- package/public/orm/models/siteModule.js +6 -2
- package/public/orm/models/siteTheme.d.ts +2 -4
- package/public/orm/models/siteTheme.js +6 -2
- package/public/orm/models/spatialRelation.d.ts +2 -4
- package/public/orm/models/spatialRelation.js +6 -2
- package/public/orm/models/sqlAction.d.ts +2 -4
- package/public/orm/models/sqlAction.js +6 -2
- package/public/orm/models/storageModule.d.ts +2 -4
- package/public/orm/models/storageModule.js +6 -2
- package/public/orm/models/store.d.ts +2 -4
- package/public/orm/models/store.js +6 -2
- package/public/orm/models/table.d.ts +2 -4
- package/public/orm/models/table.js +6 -2
- package/public/orm/models/tableGrant.d.ts +2 -4
- package/public/orm/models/tableGrant.js +6 -2
- package/public/orm/models/trigger.d.ts +2 -4
- package/public/orm/models/trigger.js +6 -2
- package/public/orm/models/triggerFunction.d.ts +2 -4
- package/public/orm/models/triggerFunction.js +6 -2
- package/public/orm/models/uniqueConstraint.d.ts +2 -4
- package/public/orm/models/uniqueConstraint.js +6 -2
- package/public/orm/models/usageSnapshot.d.ts +2 -4
- package/public/orm/models/usageSnapshot.js +6 -2
- package/public/orm/models/user.d.ts +2 -4
- package/public/orm/models/user.js +6 -2
- package/public/orm/models/userAuthModule.d.ts +2 -4
- package/public/orm/models/userAuthModule.js +6 -2
- package/public/orm/models/userConnectedAccount.d.ts +2 -4
- package/public/orm/models/userConnectedAccount.js +6 -2
- package/public/orm/models/usersModule.d.ts +2 -4
- package/public/orm/models/usersModule.js +6 -2
- package/public/orm/models/view.d.ts +2 -4
- package/public/orm/models/view.js +6 -2
- package/public/orm/models/viewGrant.d.ts +2 -4
- package/public/orm/models/viewGrant.js +6 -2
- package/public/orm/models/viewRule.d.ts +2 -4
- package/public/orm/models/viewRule.js +6 -2
- package/public/orm/models/viewTable.d.ts +2 -4
- package/public/orm/models/viewTable.js +6 -2
- package/public/orm/models/webauthnAuthModule.d.ts +2 -4
- package/public/orm/models/webauthnAuthModule.js +6 -2
- package/public/orm/models/webauthnCredential.d.ts +2 -4
- package/public/orm/models/webauthnCredential.js +6 -2
- package/public/orm/models/webauthnCredentialsModule.d.ts +2 -4
- package/public/orm/models/webauthnCredentialsModule.js +6 -2
- package/public/orm/models/webauthnSetting.d.ts +2 -4
- package/public/orm/models/webauthnSetting.js +6 -2
- package/public/orm/query-builder.d.ts +18 -1
- package/public/orm/query-builder.js +112 -1
- package/public/orm/select-types.d.ts +25 -1
|
@@ -14,7 +14,7 @@ const fieldSchema = {
|
|
|
14
14
|
siteId: 'uuid',
|
|
15
15
|
theme: 'json',
|
|
16
16
|
};
|
|
17
|
-
const usage = '\nsite-theme <command>\n\nCommands:\n list List siteTheme records\n find-first Find first matching siteTheme record\n get Get a siteTheme by ID\n create Create a new siteTheme\n update Update an existing siteTheme\n delete Delete a siteTheme\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
17
|
+
const usage = '\nsite-theme <command>\n\nCommands:\n list List siteTheme records\n find-first Find first matching siteTheme record\n get Get a siteTheme by ID\n create Create a new siteTheme\n update Update an existing siteTheme\n delete Delete a siteTheme\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
18
18
|
exports.default = async (argv, prompter, _options) => {
|
|
19
19
|
if (argv.help || argv.h) {
|
|
20
20
|
console.log(usage);
|
|
@@ -19,7 +19,7 @@ const fieldSchema = {
|
|
|
19
19
|
logo: 'string',
|
|
20
20
|
dbname: 'string',
|
|
21
21
|
};
|
|
22
|
-
const usage = '\nsite <command>\n\nCommands:\n list List site records\n find-first Find first matching site record\n get Get a site by ID\n create Create a new site\n update Update an existing site\n delete Delete a site\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
22
|
+
const usage = '\nsite <command>\n\nCommands:\n list List site records\n find-first Find first matching site record\n get Get a site by ID\n create Create a new site\n update Update an existing site\n delete Delete a site\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
23
23
|
exports.default = async (argv, prompter, _options) => {
|
|
24
24
|
if (argv.help || argv.h) {
|
|
25
25
|
console.log(usage);
|
|
@@ -25,7 +25,7 @@ const fieldSchema = {
|
|
|
25
25
|
createdAt: 'string',
|
|
26
26
|
updatedAt: 'string',
|
|
27
27
|
};
|
|
28
|
-
const usage = '\nspatial-relation <command>\n\nCommands:\n list List spatialRelation records\n find-first Find first matching spatialRelation record\n get Get a spatialRelation by ID\n create Create a new spatialRelation\n update Update an existing spatialRelation\n delete Delete a spatialRelation\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
28
|
+
const usage = '\nspatial-relation <command>\n\nCommands:\n list List spatialRelation records\n find-first Find first matching spatialRelation record\n get Get a spatialRelation by ID\n create Create a new spatialRelation\n update Update an existing spatialRelation\n delete Delete a spatialRelation\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
29
29
|
exports.default = async (argv, prompter, _options) => {
|
|
30
30
|
if (argv.help || argv.h) {
|
|
31
31
|
console.log(usage);
|
|
@@ -23,7 +23,7 @@ const fieldSchema = {
|
|
|
23
23
|
actionId: 'uuid',
|
|
24
24
|
actorId: 'uuid',
|
|
25
25
|
};
|
|
26
|
-
const usage = '\nsql-action <command>\n\nCommands:\n list List sqlAction records\n find-first Find first matching sqlAction record\n create Create a new sqlAction\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
26
|
+
const usage = '\nsql-action <command>\n\nCommands:\n list List sqlAction records\n find-first Find first matching sqlAction record\n create Create a new sqlAction\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
27
27
|
exports.default = async (argv, prompter, _options) => {
|
|
28
28
|
if (argv.help || argv.h) {
|
|
29
29
|
console.log(usage);
|
|
@@ -41,7 +41,7 @@ const fieldSchema = {
|
|
|
41
41
|
hasAuditLog: 'boolean',
|
|
42
42
|
fileEventsTableId: 'uuid',
|
|
43
43
|
};
|
|
44
|
-
const usage = '\nstorage-module <command>\n\nCommands:\n list List storageModule records\n find-first Find first matching storageModule record\n get Get a storageModule by ID\n create Create a new storageModule\n update Update an existing storageModule\n delete Delete a storageModule\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
44
|
+
const usage = '\nstorage-module <command>\n\nCommands:\n list List storageModule records\n find-first Find first matching storageModule record\n get Get a storageModule by ID\n create Create a new storageModule\n update Update an existing storageModule\n delete Delete a storageModule\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
45
45
|
exports.default = async (argv, prompter, _options) => {
|
|
46
46
|
if (argv.help || argv.h) {
|
|
47
47
|
console.log(usage);
|
|
@@ -15,7 +15,7 @@ const fieldSchema = {
|
|
|
15
15
|
hash: 'uuid',
|
|
16
16
|
createdAt: 'string',
|
|
17
17
|
};
|
|
18
|
-
const usage = '\nstore <command>\n\nCommands:\n list List store records\n find-first Find first matching store record\n get Get a store by ID\n create Create a new store\n update Update an existing store\n delete Delete a store\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
18
|
+
const usage = '\nstore <command>\n\nCommands:\n list List store records\n find-first Find first matching store record\n get Get a store by ID\n create Create a new store\n update Update an existing store\n delete Delete a store\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
19
19
|
exports.default = async (argv, prompter, _options) => {
|
|
20
20
|
if (argv.help || argv.h) {
|
|
21
21
|
console.log(usage);
|
|
@@ -19,7 +19,7 @@ const fieldSchema = {
|
|
|
19
19
|
createdAt: 'string',
|
|
20
20
|
updatedAt: 'string',
|
|
21
21
|
};
|
|
22
|
-
const usage = '\ntable-grant <command>\n\nCommands:\n list List tableGrant records\n find-first Find first matching tableGrant record\n get Get a tableGrant by ID\n create Create a new tableGrant\n update Update an existing tableGrant\n delete Delete a tableGrant\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
22
|
+
const usage = '\ntable-grant <command>\n\nCommands:\n list List tableGrant records\n find-first Find first matching tableGrant record\n get Get a tableGrant by ID\n create Create a new tableGrant\n update Update an existing tableGrant\n delete Delete a tableGrant\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
23
23
|
exports.default = async (argv, prompter, _options) => {
|
|
24
24
|
if (argv.help || argv.h) {
|
|
25
25
|
console.log(usage);
|
|
@@ -29,7 +29,7 @@ const fieldSchema = {
|
|
|
29
29
|
createdAt: 'string',
|
|
30
30
|
updatedAt: 'string',
|
|
31
31
|
};
|
|
32
|
-
const usage = '\ntable <command>\n\nCommands:\n list List table records\n find-first Find first matching table record\n get Get a table by ID\n create Create a new table\n update Update an existing table\n delete Delete a table\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
32
|
+
const usage = '\ntable <command>\n\nCommands:\n list List table records\n find-first Find first matching table record\n get Get a table by ID\n create Create a new table\n update Update an existing table\n delete Delete a table\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
33
33
|
exports.default = async (argv, prompter, _options) => {
|
|
34
34
|
if (argv.help || argv.h) {
|
|
35
35
|
console.log(usage);
|
|
@@ -16,7 +16,7 @@ const fieldSchema = {
|
|
|
16
16
|
createdAt: 'string',
|
|
17
17
|
updatedAt: 'string',
|
|
18
18
|
};
|
|
19
|
-
const usage = '\ntrigger-function <command>\n\nCommands:\n list List triggerFunction records\n find-first Find first matching triggerFunction record\n get Get a triggerFunction by ID\n create Create a new triggerFunction\n update Update an existing triggerFunction\n delete Delete a triggerFunction\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
19
|
+
const usage = '\ntrigger-function <command>\n\nCommands:\n list List triggerFunction records\n find-first Find first matching triggerFunction record\n get Get a triggerFunction by ID\n create Create a new triggerFunction\n update Update an existing triggerFunction\n delete Delete a triggerFunction\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
20
20
|
exports.default = async (argv, prompter, _options) => {
|
|
21
21
|
if (argv.help || argv.h) {
|
|
22
22
|
console.log(usage);
|
|
@@ -23,7 +23,7 @@ const fieldSchema = {
|
|
|
23
23
|
createdAt: 'string',
|
|
24
24
|
updatedAt: 'string',
|
|
25
25
|
};
|
|
26
|
-
const usage = '\ntrigger <command>\n\nCommands:\n list List trigger records\n find-first Find first matching trigger record\n get Get a trigger by ID\n create Create a new trigger\n update Update an existing trigger\n delete Delete a trigger\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
26
|
+
const usage = '\ntrigger <command>\n\nCommands:\n list List trigger records\n find-first Find first matching trigger record\n get Get a trigger by ID\n create Create a new trigger\n update Update an existing trigger\n delete Delete a trigger\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
27
27
|
exports.default = async (argv, prompter, _options) => {
|
|
28
28
|
if (argv.help || argv.h) {
|
|
29
29
|
console.log(usage);
|
|
@@ -24,7 +24,7 @@ const fieldSchema = {
|
|
|
24
24
|
createdAt: 'string',
|
|
25
25
|
updatedAt: 'string',
|
|
26
26
|
};
|
|
27
|
-
const usage = '\nunique-constraint <command>\n\nCommands:\n list List uniqueConstraint records\n find-first Find first matching uniqueConstraint record\n get Get a uniqueConstraint by ID\n create Create a new uniqueConstraint\n update Update an existing uniqueConstraint\n delete Delete a uniqueConstraint\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
27
|
+
const usage = '\nunique-constraint <command>\n\nCommands:\n list List uniqueConstraint records\n find-first Find first matching uniqueConstraint record\n get Get a uniqueConstraint by ID\n create Create a new uniqueConstraint\n update Update an existing uniqueConstraint\n delete Delete a uniqueConstraint\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
28
28
|
exports.default = async (argv, prompter, _options) => {
|
|
29
29
|
if (argv.help || argv.h) {
|
|
30
30
|
console.log(usage);
|
|
@@ -16,7 +16,7 @@ const fieldSchema = {
|
|
|
16
16
|
capturedAt: 'string',
|
|
17
17
|
id: 'uuid',
|
|
18
18
|
};
|
|
19
|
-
const usage = '\nusage-snapshot <command>\n\nCommands:\n list List usageSnapshot records\n find-first Find first matching usageSnapshot record\n get Get a usageSnapshot by ID\n create Create a new usageSnapshot\n update Update an existing usageSnapshot\n delete Delete a usageSnapshot\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
19
|
+
const usage = '\nusage-snapshot <command>\n\nCommands:\n list List usageSnapshot records\n find-first Find first matching usageSnapshot record\n get Get a usageSnapshot by ID\n create Create a new usageSnapshot\n update Update an existing usageSnapshot\n delete Delete a usageSnapshot\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
20
20
|
exports.default = async (argv, prompter, _options) => {
|
|
21
21
|
if (argv.help || argv.h) {
|
|
22
22
|
console.log(usage);
|
|
@@ -36,7 +36,7 @@ const fieldSchema = {
|
|
|
36
36
|
requestCrossOriginTokenFunction: 'string',
|
|
37
37
|
extendTokenExpires: 'string',
|
|
38
38
|
};
|
|
39
|
-
const usage = '\nuser-auth-module <command>\n\nCommands:\n list List userAuthModule records\n find-first Find first matching userAuthModule record\n get Get a userAuthModule by ID\n create Create a new userAuthModule\n update Update an existing userAuthModule\n delete Delete a userAuthModule\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
39
|
+
const usage = '\nuser-auth-module <command>\n\nCommands:\n list List userAuthModule records\n find-first Find first matching userAuthModule record\n get Get a userAuthModule by ID\n create Create a new userAuthModule\n update Update an existing userAuthModule\n delete Delete a userAuthModule\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
40
40
|
exports.default = async (argv, prompter, _options) => {
|
|
41
41
|
if (argv.help || argv.h) {
|
|
42
42
|
console.log(usage);
|
|
@@ -18,7 +18,7 @@ const fieldSchema = {
|
|
|
18
18
|
createdAt: 'string',
|
|
19
19
|
updatedAt: 'string',
|
|
20
20
|
};
|
|
21
|
-
const usage = '\nuser-connected-account <command>\n\nCommands:\n list List userConnectedAccount records\n find-first Find first matching userConnectedAccount record\n create Create a new userConnectedAccount\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
21
|
+
const usage = '\nuser-connected-account <command>\n\nCommands:\n list List userConnectedAccount records\n find-first Find first matching userConnectedAccount record\n create Create a new userConnectedAccount\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
22
22
|
exports.default = async (argv, prompter, _options) => {
|
|
23
23
|
if (argv.help || argv.h) {
|
|
24
24
|
console.log(usage);
|
|
@@ -21,7 +21,7 @@ const fieldSchema = {
|
|
|
21
21
|
displayNameTrgmSimilarity: 'float',
|
|
22
22
|
searchScore: 'float',
|
|
23
23
|
};
|
|
24
|
-
const usage = '\nuser <command>\n\nCommands:\n list List user records\n find-first Find first matching user record\n search <query> Search user records\n get Get a user by ID\n create Create a new user\n update Update an existing user\n delete Delete a user\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\nSearch Options:\n <query> Search query string (required)\n --limit <n> Max number of records to return\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --orderBy <values> Comma-separated list of ordering values\n\n --help, -h Show this help message\n';
|
|
24
|
+
const usage = '\nuser <command>\n\nCommands:\n list List user records\n find-first Find first matching user record\n search <query> Search user records\n get Get a user by ID\n create Create a new user\n update Update an existing user\n delete Delete a user\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nSearch Options:\n <query> Search query string (required)\n --limit <n> Max number of records to return\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --orderBy <values> Comma-separated list of ordering values\n\n --help, -h Show this help message\n';
|
|
25
25
|
exports.default = async (argv, prompter, _options) => {
|
|
26
26
|
if (argv.help || argv.h) {
|
|
27
27
|
console.log(usage);
|
|
@@ -17,7 +17,7 @@ const fieldSchema = {
|
|
|
17
17
|
typeTableId: 'uuid',
|
|
18
18
|
typeTableName: 'string',
|
|
19
19
|
};
|
|
20
|
-
const usage = '\nusers-module <command>\n\nCommands:\n list List usersModule records\n find-first Find first matching usersModule record\n get Get a usersModule by ID\n create Create a new usersModule\n update Update an existing usersModule\n delete Delete a usersModule\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
20
|
+
const usage = '\nusers-module <command>\n\nCommands:\n list List usersModule records\n find-first Find first matching usersModule record\n get Get a usersModule by ID\n create Create a new usersModule\n update Update an existing usersModule\n delete Delete a usersModule\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
21
21
|
exports.default = async (argv, prompter, _options) => {
|
|
22
22
|
if (argv.help || argv.h) {
|
|
23
23
|
console.log(usage);
|
|
@@ -17,7 +17,7 @@ const fieldSchema = {
|
|
|
17
17
|
withGrantOption: 'boolean',
|
|
18
18
|
isGrant: 'boolean',
|
|
19
19
|
};
|
|
20
|
-
const usage = '\nview-grant <command>\n\nCommands:\n list List viewGrant records\n find-first Find first matching viewGrant record\n get Get a viewGrant by ID\n create Create a new viewGrant\n update Update an existing viewGrant\n delete Delete a viewGrant\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
20
|
+
const usage = '\nview-grant <command>\n\nCommands:\n list List viewGrant records\n find-first Find first matching viewGrant record\n get Get a viewGrant by ID\n create Create a new viewGrant\n update Update an existing viewGrant\n delete Delete a viewGrant\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
21
21
|
exports.default = async (argv, prompter, _options) => {
|
|
22
22
|
if (argv.help || argv.h) {
|
|
23
23
|
console.log(usage);
|
|
@@ -16,7 +16,7 @@ const fieldSchema = {
|
|
|
16
16
|
event: 'string',
|
|
17
17
|
action: 'string',
|
|
18
18
|
};
|
|
19
|
-
const usage = '\nview-rule <command>\n\nCommands:\n list List viewRule records\n find-first Find first matching viewRule record\n get Get a viewRule by ID\n create Create a new viewRule\n update Update an existing viewRule\n delete Delete a viewRule\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
19
|
+
const usage = '\nview-rule <command>\n\nCommands:\n list List viewRule records\n find-first Find first matching viewRule record\n get Get a viewRule by ID\n create Create a new viewRule\n update Update an existing viewRule\n delete Delete a viewRule\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
20
20
|
exports.default = async (argv, prompter, _options) => {
|
|
21
21
|
if (argv.help || argv.h) {
|
|
22
22
|
console.log(usage);
|
|
@@ -14,7 +14,7 @@ const fieldSchema = {
|
|
|
14
14
|
tableId: 'uuid',
|
|
15
15
|
joinOrder: 'int',
|
|
16
16
|
};
|
|
17
|
-
const usage = '\nview-table <command>\n\nCommands:\n list List viewTable records\n find-first Find first matching viewTable record\n get Get a viewTable by ID\n create Create a new viewTable\n update Update an existing viewTable\n delete Delete a viewTable\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
17
|
+
const usage = '\nview-table <command>\n\nCommands:\n list List viewTable records\n find-first Find first matching viewTable record\n get Get a viewTable by ID\n create Create a new viewTable\n update Update an existing viewTable\n delete Delete a viewTable\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
18
18
|
exports.default = async (argv, prompter, _options) => {
|
|
19
19
|
if (argv.help || argv.h) {
|
|
20
20
|
console.log(usage);
|
|
@@ -26,7 +26,7 @@ const fieldSchema = {
|
|
|
26
26
|
scope: 'int',
|
|
27
27
|
tags: 'string',
|
|
28
28
|
};
|
|
29
|
-
const usage = '\nview <command>\n\nCommands:\n list List view records\n find-first Find first matching view record\n get Get a view by ID\n create Create a new view\n update Update an existing view\n delete Delete a view\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
29
|
+
const usage = '\nview <command>\n\nCommands:\n list List view records\n find-first Find first matching view record\n get Get a view by ID\n create Create a new view\n update Update an existing view\n delete Delete a view\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
30
30
|
exports.default = async (argv, prompter, _options) => {
|
|
31
31
|
if (argv.help || argv.h) {
|
|
32
32
|
console.log(usage);
|
|
@@ -26,7 +26,7 @@ const fieldSchema = {
|
|
|
26
26
|
residentKey: 'string',
|
|
27
27
|
challengeExpiry: 'string',
|
|
28
28
|
};
|
|
29
|
-
const usage = '\nwebauthn-auth-module <command>\n\nCommands:\n list List webauthnAuthModule records\n find-first Find first matching webauthnAuthModule record\n get Get a webauthnAuthModule by ID\n create Create a new webauthnAuthModule\n update Update an existing webauthnAuthModule\n delete Delete a webauthnAuthModule\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
29
|
+
const usage = '\nwebauthn-auth-module <command>\n\nCommands:\n list List webauthnAuthModule records\n find-first Find first matching webauthnAuthModule record\n get Get a webauthnAuthModule by ID\n create Create a new webauthnAuthModule\n update Update an existing webauthnAuthModule\n delete Delete a webauthnAuthModule\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
30
30
|
exports.default = async (argv, prompter, _options) => {
|
|
31
31
|
if (argv.help || argv.h) {
|
|
32
32
|
console.log(usage);
|
|
@@ -24,7 +24,7 @@ const fieldSchema = {
|
|
|
24
24
|
createdAt: 'string',
|
|
25
25
|
updatedAt: 'string',
|
|
26
26
|
};
|
|
27
|
-
const usage = '\nwebauthn-credential <command>\n\nCommands:\n list List webauthnCredential records\n find-first Find first matching webauthnCredential record\n get Get a webauthnCredential by ID\n create Create a new webauthnCredential\n update Update an existing webauthnCredential\n delete Delete a webauthnCredential\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
27
|
+
const usage = '\nwebauthn-credential <command>\n\nCommands:\n list List webauthnCredential records\n find-first Find first matching webauthnCredential record\n get Get a webauthnCredential by ID\n create Create a new webauthnCredential\n update Update an existing webauthnCredential\n delete Delete a webauthnCredential\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
28
28
|
exports.default = async (argv, prompter, _options) => {
|
|
29
29
|
if (argv.help || argv.h) {
|
|
30
30
|
console.log(usage);
|
|
@@ -17,7 +17,7 @@ const fieldSchema = {
|
|
|
17
17
|
ownerTableId: 'uuid',
|
|
18
18
|
tableName: 'string',
|
|
19
19
|
};
|
|
20
|
-
const usage = '\nwebauthn-credentials-module <command>\n\nCommands:\n list List webauthnCredentialsModule records\n find-first Find first matching webauthnCredentialsModule record\n get Get a webauthnCredentialsModule by ID\n create Create a new webauthnCredentialsModule\n update Update an existing webauthnCredentialsModule\n delete Delete a webauthnCredentialsModule\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
20
|
+
const usage = '\nwebauthn-credentials-module <command>\n\nCommands:\n list List webauthnCredentialsModule records\n find-first Find first matching webauthnCredentialsModule record\n get Get a webauthnCredentialsModule by ID\n create Create a new webauthnCredentialsModule\n update Update an existing webauthnCredentialsModule\n delete Delete a webauthnCredentialsModule\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
21
21
|
exports.default = async (argv, prompter, _options) => {
|
|
22
22
|
if (argv.help || argv.h) {
|
|
23
23
|
console.log(usage);
|
|
@@ -28,7 +28,7 @@ const fieldSchema = {
|
|
|
28
28
|
residentKey: 'string',
|
|
29
29
|
challengeExpirySeconds: 'int',
|
|
30
30
|
};
|
|
31
|
-
const usage = '\nwebauthn-setting <command>\n\nCommands:\n list List webauthnSetting records\n find-first Find first matching webauthnSetting record\n get Get a webauthnSetting by ID\n create Create a new webauthnSetting\n update Update an existing webauthnSetting\n delete Delete a webauthnSetting\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n\n --help, -h Show this help message\n';
|
|
31
|
+
const usage = '\nwebauthn-setting <command>\n\nCommands:\n list List webauthnSetting records\n find-first Find first matching webauthnSetting record\n get Get a webauthnSetting by ID\n create Create a new webauthnSetting\n update Update an existing webauthnSetting\n delete Delete a webauthnSetting\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
|
|
32
32
|
exports.default = async (argv, prompter, _options) => {
|
|
33
33
|
if (argv.help || argv.h) {
|
|
34
34
|
console.log(usage);
|
package/public/cli/utils.d.ts
CHANGED
|
@@ -81,8 +81,8 @@ export declare function parseSelectFlag(argv: Record<string, unknown>, defaultSe
|
|
|
81
81
|
export declare function parseFindManyArgs<T = Record<string, unknown>>(argv: Record<string, unknown>, defaultSelect: Record<string, unknown>, extraWhere?: Record<string, unknown>): T;
|
|
82
82
|
/**
|
|
83
83
|
* Build findFirst args from CLI argv.
|
|
84
|
-
* Like parseFindManyArgs but
|
|
85
|
-
*
|
|
84
|
+
* Like parseFindManyArgs but without pagination flags (no limit/offset/after/before/last)
|
|
85
|
+
* — findFirst returns the first matching record. Supports select, where, and orderBy.
|
|
86
86
|
*/
|
|
87
87
|
export declare function parseFindFirstArgs<T = Record<string, unknown>>(argv: Record<string, unknown>, defaultSelect: Record<string, unknown>): T;
|
|
88
88
|
export declare function buildSelectFromPaths(paths: string): Record<string, unknown>;
|
package/public/cli/utils.js
CHANGED
|
@@ -243,16 +243,18 @@ function parseFindManyArgs(argv, defaultSelect, extraWhere) {
|
|
|
243
243
|
}
|
|
244
244
|
/**
|
|
245
245
|
* Build findFirst args from CLI argv.
|
|
246
|
-
* Like parseFindManyArgs but
|
|
247
|
-
*
|
|
246
|
+
* Like parseFindManyArgs but without pagination flags (no limit/offset/after/before/last)
|
|
247
|
+
* — findFirst returns the first matching record. Supports select, where, and orderBy.
|
|
248
248
|
*/
|
|
249
249
|
function parseFindFirstArgs(argv, defaultSelect) {
|
|
250
250
|
const select = parseSelectFlag(argv, defaultSelect);
|
|
251
251
|
const parsed = unflattenDotNotation(argv);
|
|
252
252
|
const where = parsed.where;
|
|
253
|
+
const orderBy = parseOrderByFlag(argv);
|
|
253
254
|
return {
|
|
254
255
|
select,
|
|
255
256
|
...(where !== undefined ? { where } : {}),
|
|
257
|
+
...(orderBy !== undefined ? { orderBy } : {}),
|
|
256
258
|
};
|
|
257
259
|
}
|
|
258
260
|
function buildSelectFromPaths(paths) {
|
package/public/orm/index.d.ts
CHANGED
|
@@ -153,7 +153,6 @@ export { GraphQLRequestError } from './client';
|
|
|
153
153
|
export { QueryBuilder } from './query-builder';
|
|
154
154
|
export * from './select-types';
|
|
155
155
|
export * from './models';
|
|
156
|
-
export { NodeHttpAdapter } from './node-fetch';
|
|
157
156
|
export { createQueryOperations } from './query';
|
|
158
157
|
export { createMutationOperations } from './mutation';
|
|
159
158
|
/**
|
package/public/orm/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.createMutationOperations = exports.createQueryOperations = exports.
|
|
17
|
+
exports.createMutationOperations = exports.createQueryOperations = exports.QueryBuilder = exports.GraphQLRequestError = void 0;
|
|
18
18
|
exports.createClient = createClient;
|
|
19
19
|
/**
|
|
20
20
|
* ORM Client - createClient factory
|
|
@@ -179,8 +179,6 @@ var query_builder_1 = require("./query-builder");
|
|
|
179
179
|
Object.defineProperty(exports, "QueryBuilder", { enumerable: true, get: function () { return query_builder_1.QueryBuilder; } });
|
|
180
180
|
__exportStar(require("./select-types"), exports);
|
|
181
181
|
__exportStar(require("./models"), exports);
|
|
182
|
-
var node_fetch_1 = require("./node-fetch");
|
|
183
|
-
Object.defineProperty(exports, "NodeHttpAdapter", { enumerable: true, get: function () { return node_fetch_1.NodeHttpAdapter; } });
|
|
184
182
|
var query_2 = require("./query");
|
|
185
183
|
Object.defineProperty(exports, "createQueryOperations", { enumerable: true, get: function () { return query_2.createQueryOperations; } });
|
|
186
184
|
var mutation_2 = require("./mutation");
|
|
@@ -15,12 +15,10 @@ export declare class AgentMessageModel {
|
|
|
15
15
|
} & StrictSelect<S, AgentMessageSelect>): QueryBuilder<{
|
|
16
16
|
agentMessages: ConnectionResult<InferSelectResult<AgentMessageWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends AgentMessageSelect>(args: FindFirstArgs<S, AgentMessageFilter> & {
|
|
18
|
+
findFirst<S extends AgentMessageSelect>(args: FindFirstArgs<S, AgentMessageFilter, AgentMessageOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, AgentMessageSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<AgentMessageWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
agentMessage: InferSelectResult<AgentMessageWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends AgentMessageSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -30,14 +30,18 @@ class AgentMessageModel {
|
|
|
30
30
|
findFirst(args) {
|
|
31
31
|
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('AgentMessage', 'agentMessages', args.select, {
|
|
32
32
|
where: args?.where,
|
|
33
|
-
|
|
33
|
+
orderBy: args?.orderBy,
|
|
34
|
+
}, 'AgentMessageFilter', 'AgentMessageOrderBy', input_types_1.connectionFieldsMap);
|
|
34
35
|
return new query_builder_1.QueryBuilder({
|
|
35
36
|
client: this.client,
|
|
36
37
|
operation: 'query',
|
|
37
38
|
operationName: 'AgentMessage',
|
|
38
|
-
fieldName: '
|
|
39
|
+
fieldName: 'agentMessage',
|
|
39
40
|
document,
|
|
40
41
|
variables,
|
|
42
|
+
transform: (data) => ({
|
|
43
|
+
agentMessage: data.agentMessages?.nodes?.[0] ?? null,
|
|
44
|
+
}),
|
|
41
45
|
});
|
|
42
46
|
}
|
|
43
47
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class AgentTaskModel {
|
|
|
15
15
|
} & StrictSelect<S, AgentTaskSelect>): QueryBuilder<{
|
|
16
16
|
agentTasks: ConnectionResult<InferSelectResult<AgentTaskWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends AgentTaskSelect>(args: FindFirstArgs<S, AgentTaskFilter> & {
|
|
18
|
+
findFirst<S extends AgentTaskSelect>(args: FindFirstArgs<S, AgentTaskFilter, AgentTaskOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, AgentTaskSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<AgentTaskWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
agentTask: InferSelectResult<AgentTaskWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends AgentTaskSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -30,14 +30,18 @@ class AgentTaskModel {
|
|
|
30
30
|
findFirst(args) {
|
|
31
31
|
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('AgentTask', 'agentTasks', args.select, {
|
|
32
32
|
where: args?.where,
|
|
33
|
-
|
|
33
|
+
orderBy: args?.orderBy,
|
|
34
|
+
}, 'AgentTaskFilter', 'AgentTaskOrderBy', input_types_1.connectionFieldsMap);
|
|
34
35
|
return new query_builder_1.QueryBuilder({
|
|
35
36
|
client: this.client,
|
|
36
37
|
operation: 'query',
|
|
37
38
|
operationName: 'AgentTask',
|
|
38
|
-
fieldName: '
|
|
39
|
+
fieldName: 'agentTask',
|
|
39
40
|
document,
|
|
40
41
|
variables,
|
|
42
|
+
transform: (data) => ({
|
|
43
|
+
agentTask: data.agentTasks?.nodes?.[0] ?? null,
|
|
44
|
+
}),
|
|
41
45
|
});
|
|
42
46
|
}
|
|
43
47
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class AgentThreadModel {
|
|
|
15
15
|
} & StrictSelect<S, AgentThreadSelect>): QueryBuilder<{
|
|
16
16
|
agentThreads: ConnectionResult<InferSelectResult<AgentThreadWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends AgentThreadSelect>(args: FindFirstArgs<S, AgentThreadFilter> & {
|
|
18
|
+
findFirst<S extends AgentThreadSelect>(args: FindFirstArgs<S, AgentThreadFilter, AgentThreadOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, AgentThreadSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<AgentThreadWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
agentThread: InferSelectResult<AgentThreadWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends AgentThreadSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -30,14 +30,18 @@ class AgentThreadModel {
|
|
|
30
30
|
findFirst(args) {
|
|
31
31
|
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('AgentThread', 'agentThreads', args.select, {
|
|
32
32
|
where: args?.where,
|
|
33
|
-
|
|
33
|
+
orderBy: args?.orderBy,
|
|
34
|
+
}, 'AgentThreadFilter', 'AgentThreadOrderBy', input_types_1.connectionFieldsMap);
|
|
34
35
|
return new query_builder_1.QueryBuilder({
|
|
35
36
|
client: this.client,
|
|
36
37
|
operation: 'query',
|
|
37
38
|
operationName: 'AgentThread',
|
|
38
|
-
fieldName: '
|
|
39
|
+
fieldName: 'agentThread',
|
|
39
40
|
document,
|
|
40
41
|
variables,
|
|
42
|
+
transform: (data) => ({
|
|
43
|
+
agentThread: data.agentThreads?.nodes?.[0] ?? null,
|
|
44
|
+
}),
|
|
41
45
|
});
|
|
42
46
|
}
|
|
43
47
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class ApiModel {
|
|
|
15
15
|
} & StrictSelect<S, ApiSelect>): QueryBuilder<{
|
|
16
16
|
apis: ConnectionResult<InferSelectResult<ApiWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends ApiSelect>(args: FindFirstArgs<S, ApiFilter> & {
|
|
18
|
+
findFirst<S extends ApiSelect>(args: FindFirstArgs<S, ApiFilter, ApiOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, ApiSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<ApiWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
api: InferSelectResult<ApiWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends ApiSelect>(args: {
|
|
26
24
|
id: string;
|
package/public/orm/models/api.js
CHANGED
|
@@ -30,14 +30,18 @@ class ApiModel {
|
|
|
30
30
|
findFirst(args) {
|
|
31
31
|
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('Api', 'apis', args.select, {
|
|
32
32
|
where: args?.where,
|
|
33
|
-
|
|
33
|
+
orderBy: args?.orderBy,
|
|
34
|
+
}, 'ApiFilter', 'ApiOrderBy', input_types_1.connectionFieldsMap);
|
|
34
35
|
return new query_builder_1.QueryBuilder({
|
|
35
36
|
client: this.client,
|
|
36
37
|
operation: 'query',
|
|
37
38
|
operationName: 'Api',
|
|
38
|
-
fieldName: '
|
|
39
|
+
fieldName: 'api',
|
|
39
40
|
document,
|
|
40
41
|
variables,
|
|
42
|
+
transform: (data) => ({
|
|
43
|
+
api: data.apis?.nodes?.[0] ?? null,
|
|
44
|
+
}),
|
|
41
45
|
});
|
|
42
46
|
}
|
|
43
47
|
findOne(args) {
|