@constructive-sdk/cli 0.22.3 → 0.22.5
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.d.ts → app-limit-warning.d.ts} +1 -1
- package/{public/cli/commands/app-step.js → admin/cli/commands/app-limit-warning.js} +58 -54
- package/{esm/admin/cli/commands/app-achievement.d.ts → admin/cli/commands/org-limit-warning.d.ts} +1 -1
- package/admin/cli/commands/{app-level.js → org-limit-warning.js} +66 -62
- package/admin/cli/commands.js +7 -15
- package/admin/cli/executor.d.ts +3 -15
- package/admin/orm/index.d.ts +6 -20
- package/admin/orm/index.js +6 -10
- package/admin/orm/input-types.d.ts +488 -768
- package/admin/orm/models/appLimitWarning.d.ts +54 -0
- package/{public/orm/models/secretsModule.js → admin/orm/models/appLimitWarning.js} +27 -27
- package/admin/orm/models/index.d.ts +3 -5
- package/admin/orm/models/index.js +7 -11
- package/admin/orm/models/orgLimitWarning.d.ts +54 -0
- package/admin/orm/models/{appAchievement.js → orgLimitWarning.js} +27 -27
- package/admin/orm/query/index.d.ts +1 -28
- package/admin/orm/query/index.js +0 -44
- package/{admin/cli/commands/app-step.d.ts → esm/admin/cli/commands/app-limit-warning.d.ts} +1 -1
- package/esm/{public/cli/commands/app-step.js → admin/cli/commands/app-limit-warning.js} +58 -54
- package/esm/admin/cli/commands/org-limit-warning.d.ts +8 -0
- package/esm/{public/cli/commands/app-level.js → admin/cli/commands/org-limit-warning.js} +66 -62
- package/esm/admin/cli/commands.js +7 -15
- package/esm/admin/cli/executor.d.ts +3 -15
- package/esm/admin/orm/index.d.ts +6 -20
- package/esm/admin/orm/index.js +6 -10
- package/esm/admin/orm/input-types.d.ts +488 -768
- package/esm/admin/orm/models/appLimitWarning.d.ts +54 -0
- package/esm/{public/orm/models/appAchievement.js → admin/orm/models/appLimitWarning.js} +25 -25
- package/esm/admin/orm/models/index.d.ts +3 -5
- package/esm/admin/orm/models/index.js +3 -5
- package/esm/admin/orm/models/orgLimitWarning.d.ts +54 -0
- package/esm/admin/orm/models/{appAchievement.js → orgLimitWarning.js} +25 -25
- package/esm/admin/orm/query/index.d.ts +1 -28
- package/esm/admin/orm/query/index.js +0 -44
- package/esm/public/cli/commands/app-limit-warning.d.ts +8 -0
- package/esm/{admin/cli/commands/app-step.js → public/cli/commands/app-limit-warning.js} +58 -54
- package/esm/public/cli/commands/construct-blueprint.js +1 -1
- package/esm/public/cli/commands/create-user-database.js +1 -1
- package/esm/public/cli/commands/embedding-chunk.js +66 -0
- package/esm/public/cli/commands/entity-type-provision.js +22 -0
- package/esm/{admin/cli/commands/app-level.d.ts → public/cli/commands/events-module.d.ts} +1 -1
- package/esm/public/cli/commands/{levels-module.js → events-module.js} +438 -152
- package/esm/public/cli/commands/limits-module.js +88 -0
- package/esm/public/cli/commands/org-limit-warning.d.ts +8 -0
- package/esm/{admin/cli/commands/app-level.js → public/cli/commands/org-limit-warning.js} +66 -62
- package/esm/public/cli/commands/partition.js +24 -24
- package/{admin/cli/commands/app-level-requirement.d.ts → esm/public/cli/commands/rate-limit-meters-module.d.ts} +1 -1
- package/esm/public/cli/commands/rate-limit-meters-module.js +448 -0
- package/esm/public/cli/commands/realtime-module.js +24 -24
- package/esm/public/cli/commands/user-state-module.d.ts +8 -0
- package/esm/public/cli/commands/{secrets-module.js → user-state-module.js} +8 -8
- package/esm/public/cli/commands.js +11 -17
- package/esm/public/cli/executor.d.ts +5 -16
- package/esm/public/orm/index.d.ts +10 -22
- package/esm/public/orm/index.js +10 -12
- package/esm/public/orm/input-types.d.ts +1024 -919
- package/esm/public/orm/input-types.js +3 -5
- package/esm/public/orm/models/appLimitWarning.d.ts +54 -0
- package/esm/{admin/orm/models/appLevel.js → public/orm/models/appLimitWarning.js} +25 -25
- package/esm/public/orm/models/eventsModule.d.ts +54 -0
- package/esm/public/orm/models/{levelsModule.js → eventsModule.js} +25 -25
- package/esm/public/orm/models/index.d.ts +5 -6
- package/esm/public/orm/models/index.js +5 -6
- package/esm/public/orm/models/orgLimitWarning.d.ts +54 -0
- package/esm/{admin/orm/models/appStep.js → public/orm/models/orgLimitWarning.js} +25 -25
- package/esm/public/orm/models/rateLimitMetersModule.d.ts +54 -0
- package/esm/{admin/orm/models/appLevelRequirement.js → public/orm/models/rateLimitMetersModule.js} +25 -25
- package/esm/public/orm/models/userStateModule.d.ts +54 -0
- package/esm/public/orm/models/userStateModule.js +100 -0
- package/esm/public/orm/mutation/index.d.ts +2 -2
- package/esm/public/orm/query/index.d.ts +1 -28
- package/esm/public/orm/query/index.js +0 -44
- package/package.json +4 -4
- package/public/cli/commands/app-limit-warning.d.ts +8 -0
- package/{admin/cli/commands/app-step.js → public/cli/commands/app-limit-warning.js} +58 -54
- package/public/cli/commands/construct-blueprint.js +1 -1
- package/public/cli/commands/create-user-database.js +1 -1
- package/public/cli/commands/embedding-chunk.js +66 -0
- package/public/cli/commands/entity-type-provision.js +22 -0
- package/{admin/cli/commands/app-level.d.ts → public/cli/commands/events-module.d.ts} +1 -1
- package/public/cli/commands/{levels-module.js → events-module.js} +438 -152
- package/public/cli/commands/limits-module.js +88 -0
- package/public/cli/commands/org-limit-warning.d.ts +8 -0
- package/public/cli/commands/{app-level.js → org-limit-warning.js} +66 -62
- package/public/cli/commands/partition.js +24 -24
- package/public/cli/commands/rate-limit-meters-module.d.ts +8 -0
- package/public/cli/commands/rate-limit-meters-module.js +450 -0
- package/public/cli/commands/realtime-module.js +24 -24
- package/public/cli/commands/user-state-module.d.ts +8 -0
- package/public/cli/commands/{secrets-module.js → user-state-module.js} +8 -8
- package/public/cli/commands.js +11 -17
- package/public/cli/executor.d.ts +5 -16
- package/public/orm/index.d.ts +10 -22
- package/public/orm/index.js +10 -12
- package/public/orm/input-types.d.ts +1024 -919
- package/public/orm/input-types.js +3 -5
- package/public/orm/models/appLimitWarning.d.ts +54 -0
- package/{admin/orm/models/appStep.js → public/orm/models/appLimitWarning.js} +27 -27
- package/public/orm/models/eventsModule.d.ts +54 -0
- package/public/orm/models/{levelsModule.js → eventsModule.js} +27 -27
- package/public/orm/models/index.d.ts +5 -6
- package/public/orm/models/index.js +13 -15
- package/public/orm/models/orgLimitWarning.d.ts +54 -0
- package/{admin/orm/models/appLevel.js → public/orm/models/orgLimitWarning.js} +27 -27
- package/public/orm/models/rateLimitMetersModule.d.ts +54 -0
- package/public/orm/models/{appAchievement.js → rateLimitMetersModule.js} +27 -27
- package/public/orm/models/userStateModule.d.ts +54 -0
- package/public/orm/models/userStateModule.js +104 -0
- package/public/orm/mutation/index.d.ts +2 -2
- package/public/orm/query/index.d.ts +1 -28
- package/public/orm/query/index.js +0 -44
- package/admin/cli/commands/app-achievement.js +0 -286
- package/admin/cli/commands/app-level-requirement.js +0 -328
- package/admin/cli/commands/steps-achieved.d.ts +0 -8
- package/admin/cli/commands/steps-achieved.js +0 -35
- package/admin/cli/commands/steps-required.d.ts +0 -8
- package/admin/cli/commands/steps-required.js +0 -54
- package/admin/orm/models/appAchievement.d.ts +0 -54
- package/admin/orm/models/appLevel.d.ts +0 -54
- package/admin/orm/models/appLevelRequirement.d.ts +0 -54
- package/admin/orm/models/appLevelRequirement.js +0 -104
- package/admin/orm/models/appStep.d.ts +0 -54
- package/esm/admin/cli/commands/app-achievement.js +0 -284
- package/esm/admin/cli/commands/app-level-requirement.d.ts +0 -8
- package/esm/admin/cli/commands/app-level-requirement.js +0 -326
- package/esm/admin/cli/commands/app-step.d.ts +0 -8
- package/esm/admin/cli/commands/steps-achieved.d.ts +0 -8
- package/esm/admin/cli/commands/steps-achieved.js +0 -33
- package/esm/admin/cli/commands/steps-required.d.ts +0 -8
- package/esm/admin/cli/commands/steps-required.js +0 -52
- package/esm/admin/orm/models/appAchievement.d.ts +0 -54
- package/esm/admin/orm/models/appLevel.d.ts +0 -54
- package/esm/admin/orm/models/appLevelRequirement.d.ts +0 -54
- package/esm/admin/orm/models/appStep.d.ts +0 -54
- package/esm/public/cli/commands/app-achievement.d.ts +0 -8
- package/esm/public/cli/commands/app-achievement.js +0 -284
- package/esm/public/cli/commands/app-level-requirement.d.ts +0 -8
- package/esm/public/cli/commands/app-level-requirement.js +0 -326
- package/esm/public/cli/commands/app-level.d.ts +0 -8
- package/esm/public/cli/commands/app-step.d.ts +0 -8
- package/esm/public/cli/commands/levels-module.d.ts +0 -8
- package/esm/public/cli/commands/secrets-module.d.ts +0 -8
- package/esm/public/cli/commands/steps-achieved.d.ts +0 -8
- package/esm/public/cli/commands/steps-achieved.js +0 -33
- package/esm/public/cli/commands/steps-required.d.ts +0 -8
- package/esm/public/cli/commands/steps-required.js +0 -52
- package/esm/public/orm/models/appAchievement.d.ts +0 -54
- package/esm/public/orm/models/appLevel.d.ts +0 -54
- package/esm/public/orm/models/appLevel.js +0 -100
- package/esm/public/orm/models/appLevelRequirement.d.ts +0 -54
- package/esm/public/orm/models/appLevelRequirement.js +0 -100
- package/esm/public/orm/models/appStep.d.ts +0 -54
- package/esm/public/orm/models/appStep.js +0 -100
- package/esm/public/orm/models/levelsModule.d.ts +0 -54
- package/esm/public/orm/models/secretsModule.d.ts +0 -54
- package/esm/public/orm/models/secretsModule.js +0 -100
- package/public/cli/commands/app-achievement.d.ts +0 -8
- package/public/cli/commands/app-achievement.js +0 -286
- package/public/cli/commands/app-level-requirement.d.ts +0 -8
- package/public/cli/commands/app-level-requirement.js +0 -328
- package/public/cli/commands/app-level.d.ts +0 -8
- package/public/cli/commands/app-step.d.ts +0 -8
- package/public/cli/commands/levels-module.d.ts +0 -8
- package/public/cli/commands/secrets-module.d.ts +0 -8
- package/public/cli/commands/steps-achieved.d.ts +0 -8
- package/public/cli/commands/steps-achieved.js +0 -35
- package/public/cli/commands/steps-required.d.ts +0 -8
- package/public/cli/commands/steps-required.js +0 -54
- package/public/orm/models/appAchievement.d.ts +0 -54
- package/public/orm/models/appLevel.d.ts +0 -54
- package/public/orm/models/appLevel.js +0 -104
- package/public/orm/models/appLevelRequirement.d.ts +0 -54
- package/public/orm/models/appLevelRequirement.js +0 -104
- package/public/orm/models/appStep.d.ts +0 -54
- package/public/orm/models/appStep.js +0 -104
- package/public/orm/models/levelsModule.d.ts +0 -54
- package/public/orm/models/secretsModule.d.ts +0 -54
|
@@ -4,7 +4,6 @@ export declare function getClient(contextName?: string): {
|
|
|
4
4
|
orgGetSubordinatesRecord: import("..").OrgGetSubordinatesRecordModel;
|
|
5
5
|
appPermission: import("..").AppPermissionModel;
|
|
6
6
|
orgPermission: import("..").OrgPermissionModel;
|
|
7
|
-
appLevelRequirement: import("..").AppLevelRequirementModel;
|
|
8
7
|
appLimitCreditRedemption: import("..").AppLimitCreditRedemptionModel;
|
|
9
8
|
appLimitCreditCodeItem: import("..").AppLimitCreditCodeItemModel;
|
|
10
9
|
appLimitCredit: import("..").AppLimitCreditModel;
|
|
@@ -14,8 +13,6 @@ export declare function getClient(contextName?: string): {
|
|
|
14
13
|
orgPermissionDefault: import("..").OrgPermissionDefaultModel;
|
|
15
14
|
appAdminGrant: import("..").AppAdminGrantModel;
|
|
16
15
|
appOwnerGrant: import("..").AppOwnerGrantModel;
|
|
17
|
-
appAchievement: import("..").AppAchievementModel;
|
|
18
|
-
appStep: import("..").AppStepModel;
|
|
19
16
|
appLimitCapsDefault: import("..").AppLimitCapsDefaultModel;
|
|
20
17
|
orgLimitCapsDefault: import("..").OrgLimitCapsDefaultModel;
|
|
21
18
|
appLimitCap: import("..").AppLimitCapModel;
|
|
@@ -26,6 +23,8 @@ export declare function getClient(contextName?: string): {
|
|
|
26
23
|
appLimitDefault: import("..").AppLimitDefaultModel;
|
|
27
24
|
orgLimitDefault: import("..").OrgLimitDefaultModel;
|
|
28
25
|
orgLimitCredit: import("..").OrgLimitCreditModel;
|
|
26
|
+
appLimitWarning: import("..").AppLimitWarningModel;
|
|
27
|
+
orgLimitWarning: import("..").OrgLimitWarningModel;
|
|
29
28
|
orgChartEdgeGrant: import("..").OrgChartEdgeGrantModel;
|
|
30
29
|
appClaimedInvite: import("..").AppClaimedInviteModel;
|
|
31
30
|
appGrant: import("..").AppGrantModel;
|
|
@@ -37,13 +36,12 @@ export declare function getClient(contextName?: string): {
|
|
|
37
36
|
orgGrant: import("..").OrgGrantModel;
|
|
38
37
|
orgChartEdge: import("..").OrgChartEdgeModel;
|
|
39
38
|
usageSnapshot: import("..").UsageSnapshotModel;
|
|
40
|
-
orgMemberProfile: import("..").OrgMemberProfileModel;
|
|
41
|
-
appLevel: import("..").AppLevelModel;
|
|
42
39
|
appLimit: import("..").AppLimitModel;
|
|
43
40
|
appInvite: import("..").AppInviteModel;
|
|
44
41
|
orgMembershipSetting: import("..").OrgMembershipSettingModel;
|
|
45
42
|
orgLimitAggregate: import("..").OrgLimitAggregateModel;
|
|
46
43
|
orgLimit: import("..").OrgLimitModel;
|
|
44
|
+
orgMemberProfile: import("..").OrgMemberProfileModel;
|
|
47
45
|
appMembership: import("..").AppMembershipModel;
|
|
48
46
|
orgInvite: import("..").OrgInviteModel;
|
|
49
47
|
orgMembership: import("..").OrgMembershipModel;
|
|
@@ -73,11 +71,6 @@ export declare function getClient(contextName?: string): {
|
|
|
73
71
|
}) => import("..").QueryBuilder<{
|
|
74
72
|
orgPermissionsGetMask: string | null;
|
|
75
73
|
}>;
|
|
76
|
-
stepsAchieved: (args: import("../orm/query").StepsAchievedVariables, options?: {
|
|
77
|
-
select?: Record<string, unknown>;
|
|
78
|
-
}) => import("..").QueryBuilder<{
|
|
79
|
-
stepsAchieved: boolean | null;
|
|
80
|
-
}>;
|
|
81
74
|
appPermissionsGetMaskByNames: (args: import("../orm/query").AppPermissionsGetMaskByNamesVariables, options?: {
|
|
82
75
|
select?: Record<string, unknown>;
|
|
83
76
|
}) => import("..").QueryBuilder<{
|
|
@@ -98,11 +91,6 @@ export declare function getClient(contextName?: string): {
|
|
|
98
91
|
}) => import("..").QueryBuilder<{
|
|
99
92
|
orgPermissionsGetByMask: import("../orm/input-types").OrgPermissionConnection | null;
|
|
100
93
|
}>;
|
|
101
|
-
stepsRequired: (args: import("../orm/query").StepsRequiredVariables, options?: {
|
|
102
|
-
select?: Record<string, unknown>;
|
|
103
|
-
}) => import("..").QueryBuilder<{
|
|
104
|
-
stepsRequired: import("../orm/input-types").AppLevelRequirementConnection | null;
|
|
105
|
-
}>;
|
|
106
94
|
};
|
|
107
95
|
mutation: {
|
|
108
96
|
submitAppInviteCode: <S extends import("../orm/input-types").SubmitAppInviteCodePayloadSelect>(args: import("../orm/mutation").SubmitAppInviteCodeVariables, options: {
|
package/esm/admin/orm/index.d.ts
CHANGED
|
@@ -3,7 +3,6 @@ import { OrgGetManagersRecordModel } from './models/orgGetManagersRecord';
|
|
|
3
3
|
import { OrgGetSubordinatesRecordModel } from './models/orgGetSubordinatesRecord';
|
|
4
4
|
import { AppPermissionModel } from './models/appPermission';
|
|
5
5
|
import { OrgPermissionModel } from './models/orgPermission';
|
|
6
|
-
import { AppLevelRequirementModel } from './models/appLevelRequirement';
|
|
7
6
|
import { AppLimitCreditRedemptionModel } from './models/appLimitCreditRedemption';
|
|
8
7
|
import { AppLimitCreditCodeItemModel } from './models/appLimitCreditCodeItem';
|
|
9
8
|
import { AppLimitCreditModel } from './models/appLimitCredit';
|
|
@@ -13,8 +12,6 @@ import { AppLimitCreditCodeModel } from './models/appLimitCreditCode';
|
|
|
13
12
|
import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
|
|
14
13
|
import { AppAdminGrantModel } from './models/appAdminGrant';
|
|
15
14
|
import { AppOwnerGrantModel } from './models/appOwnerGrant';
|
|
16
|
-
import { AppAchievementModel } from './models/appAchievement';
|
|
17
|
-
import { AppStepModel } from './models/appStep';
|
|
18
15
|
import { AppLimitCapsDefaultModel } from './models/appLimitCapsDefault';
|
|
19
16
|
import { OrgLimitCapsDefaultModel } from './models/orgLimitCapsDefault';
|
|
20
17
|
import { AppLimitCapModel } from './models/appLimitCap';
|
|
@@ -25,6 +22,8 @@ import { MembershipTypeModel } from './models/membershipType';
|
|
|
25
22
|
import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
26
23
|
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
27
24
|
import { OrgLimitCreditModel } from './models/orgLimitCredit';
|
|
25
|
+
import { AppLimitWarningModel } from './models/appLimitWarning';
|
|
26
|
+
import { OrgLimitWarningModel } from './models/orgLimitWarning';
|
|
28
27
|
import { OrgChartEdgeGrantModel } from './models/orgChartEdgeGrant';
|
|
29
28
|
import { AppClaimedInviteModel } from './models/appClaimedInvite';
|
|
30
29
|
import { AppGrantModel } from './models/appGrant';
|
|
@@ -36,13 +35,12 @@ import { OrgLimitEventModel } from './models/orgLimitEvent';
|
|
|
36
35
|
import { OrgGrantModel } from './models/orgGrant';
|
|
37
36
|
import { OrgChartEdgeModel } from './models/orgChartEdge';
|
|
38
37
|
import { UsageSnapshotModel } from './models/usageSnapshot';
|
|
39
|
-
import { OrgMemberProfileModel } from './models/orgMemberProfile';
|
|
40
|
-
import { AppLevelModel } from './models/appLevel';
|
|
41
38
|
import { AppLimitModel } from './models/appLimit';
|
|
42
39
|
import { AppInviteModel } from './models/appInvite';
|
|
43
40
|
import { OrgMembershipSettingModel } from './models/orgMembershipSetting';
|
|
44
41
|
import { OrgLimitAggregateModel } from './models/orgLimitAggregate';
|
|
45
42
|
import { OrgLimitModel } from './models/orgLimit';
|
|
43
|
+
import { OrgMemberProfileModel } from './models/orgMemberProfile';
|
|
46
44
|
import { AppMembershipModel } from './models/appMembership';
|
|
47
45
|
import { OrgInviteModel } from './models/orgInvite';
|
|
48
46
|
import { OrgMembershipModel } from './models/orgMembership';
|
|
@@ -81,7 +79,6 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
81
79
|
orgGetSubordinatesRecord: OrgGetSubordinatesRecordModel;
|
|
82
80
|
appPermission: AppPermissionModel;
|
|
83
81
|
orgPermission: OrgPermissionModel;
|
|
84
|
-
appLevelRequirement: AppLevelRequirementModel;
|
|
85
82
|
appLimitCreditRedemption: AppLimitCreditRedemptionModel;
|
|
86
83
|
appLimitCreditCodeItem: AppLimitCreditCodeItemModel;
|
|
87
84
|
appLimitCredit: AppLimitCreditModel;
|
|
@@ -91,8 +88,6 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
91
88
|
orgPermissionDefault: OrgPermissionDefaultModel;
|
|
92
89
|
appAdminGrant: AppAdminGrantModel;
|
|
93
90
|
appOwnerGrant: AppOwnerGrantModel;
|
|
94
|
-
appAchievement: AppAchievementModel;
|
|
95
|
-
appStep: AppStepModel;
|
|
96
91
|
appLimitCapsDefault: AppLimitCapsDefaultModel;
|
|
97
92
|
orgLimitCapsDefault: OrgLimitCapsDefaultModel;
|
|
98
93
|
appLimitCap: AppLimitCapModel;
|
|
@@ -103,6 +98,8 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
103
98
|
appLimitDefault: AppLimitDefaultModel;
|
|
104
99
|
orgLimitDefault: OrgLimitDefaultModel;
|
|
105
100
|
orgLimitCredit: OrgLimitCreditModel;
|
|
101
|
+
appLimitWarning: AppLimitWarningModel;
|
|
102
|
+
orgLimitWarning: OrgLimitWarningModel;
|
|
106
103
|
orgChartEdgeGrant: OrgChartEdgeGrantModel;
|
|
107
104
|
appClaimedInvite: AppClaimedInviteModel;
|
|
108
105
|
appGrant: AppGrantModel;
|
|
@@ -114,13 +111,12 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
114
111
|
orgGrant: OrgGrantModel;
|
|
115
112
|
orgChartEdge: OrgChartEdgeModel;
|
|
116
113
|
usageSnapshot: UsageSnapshotModel;
|
|
117
|
-
orgMemberProfile: OrgMemberProfileModel;
|
|
118
|
-
appLevel: AppLevelModel;
|
|
119
114
|
appLimit: AppLimitModel;
|
|
120
115
|
appInvite: AppInviteModel;
|
|
121
116
|
orgMembershipSetting: OrgMembershipSettingModel;
|
|
122
117
|
orgLimitAggregate: OrgLimitAggregateModel;
|
|
123
118
|
orgLimit: OrgLimitModel;
|
|
119
|
+
orgMemberProfile: OrgMemberProfileModel;
|
|
124
120
|
appMembership: AppMembershipModel;
|
|
125
121
|
orgInvite: OrgInviteModel;
|
|
126
122
|
orgMembership: OrgMembershipModel;
|
|
@@ -150,11 +146,6 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
150
146
|
}) => import("./query-builder").QueryBuilder<{
|
|
151
147
|
orgPermissionsGetMask: string | null;
|
|
152
148
|
}>;
|
|
153
|
-
stepsAchieved: (args: import("./query").StepsAchievedVariables, options?: {
|
|
154
|
-
select?: Record<string, unknown>;
|
|
155
|
-
}) => import("./query-builder").QueryBuilder<{
|
|
156
|
-
stepsAchieved: boolean | null;
|
|
157
|
-
}>;
|
|
158
149
|
appPermissionsGetMaskByNames: (args: import("./query").AppPermissionsGetMaskByNamesVariables, options?: {
|
|
159
150
|
select?: Record<string, unknown>;
|
|
160
151
|
}) => import("./query-builder").QueryBuilder<{
|
|
@@ -175,11 +166,6 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
175
166
|
}) => import("./query-builder").QueryBuilder<{
|
|
176
167
|
orgPermissionsGetByMask: import("./input-types").OrgPermissionConnection | null;
|
|
177
168
|
}>;
|
|
178
|
-
stepsRequired: (args: import("./query").StepsRequiredVariables, options?: {
|
|
179
|
-
select?: Record<string, unknown>;
|
|
180
|
-
}) => import("./query-builder").QueryBuilder<{
|
|
181
|
-
stepsRequired: import("./input-types").AppLevelRequirementConnection | null;
|
|
182
|
-
}>;
|
|
183
169
|
};
|
|
184
170
|
mutation: {
|
|
185
171
|
submitAppInviteCode: <S extends import("./input-types").SubmitAppInviteCodePayloadSelect>(args: import("./mutation").SubmitAppInviteCodeVariables, options: {
|
package/esm/admin/orm/index.js
CHANGED
|
@@ -8,7 +8,6 @@ import { OrgGetManagersRecordModel } from './models/orgGetManagersRecord';
|
|
|
8
8
|
import { OrgGetSubordinatesRecordModel } from './models/orgGetSubordinatesRecord';
|
|
9
9
|
import { AppPermissionModel } from './models/appPermission';
|
|
10
10
|
import { OrgPermissionModel } from './models/orgPermission';
|
|
11
|
-
import { AppLevelRequirementModel } from './models/appLevelRequirement';
|
|
12
11
|
import { AppLimitCreditRedemptionModel } from './models/appLimitCreditRedemption';
|
|
13
12
|
import { AppLimitCreditCodeItemModel } from './models/appLimitCreditCodeItem';
|
|
14
13
|
import { AppLimitCreditModel } from './models/appLimitCredit';
|
|
@@ -18,8 +17,6 @@ import { AppLimitCreditCodeModel } from './models/appLimitCreditCode';
|
|
|
18
17
|
import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
|
|
19
18
|
import { AppAdminGrantModel } from './models/appAdminGrant';
|
|
20
19
|
import { AppOwnerGrantModel } from './models/appOwnerGrant';
|
|
21
|
-
import { AppAchievementModel } from './models/appAchievement';
|
|
22
|
-
import { AppStepModel } from './models/appStep';
|
|
23
20
|
import { AppLimitCapsDefaultModel } from './models/appLimitCapsDefault';
|
|
24
21
|
import { OrgLimitCapsDefaultModel } from './models/orgLimitCapsDefault';
|
|
25
22
|
import { AppLimitCapModel } from './models/appLimitCap';
|
|
@@ -30,6 +27,8 @@ import { MembershipTypeModel } from './models/membershipType';
|
|
|
30
27
|
import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
31
28
|
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
32
29
|
import { OrgLimitCreditModel } from './models/orgLimitCredit';
|
|
30
|
+
import { AppLimitWarningModel } from './models/appLimitWarning';
|
|
31
|
+
import { OrgLimitWarningModel } from './models/orgLimitWarning';
|
|
33
32
|
import { OrgChartEdgeGrantModel } from './models/orgChartEdgeGrant';
|
|
34
33
|
import { AppClaimedInviteModel } from './models/appClaimedInvite';
|
|
35
34
|
import { AppGrantModel } from './models/appGrant';
|
|
@@ -41,13 +40,12 @@ import { OrgLimitEventModel } from './models/orgLimitEvent';
|
|
|
41
40
|
import { OrgGrantModel } from './models/orgGrant';
|
|
42
41
|
import { OrgChartEdgeModel } from './models/orgChartEdge';
|
|
43
42
|
import { UsageSnapshotModel } from './models/usageSnapshot';
|
|
44
|
-
import { OrgMemberProfileModel } from './models/orgMemberProfile';
|
|
45
|
-
import { AppLevelModel } from './models/appLevel';
|
|
46
43
|
import { AppLimitModel } from './models/appLimit';
|
|
47
44
|
import { AppInviteModel } from './models/appInvite';
|
|
48
45
|
import { OrgMembershipSettingModel } from './models/orgMembershipSetting';
|
|
49
46
|
import { OrgLimitAggregateModel } from './models/orgLimitAggregate';
|
|
50
47
|
import { OrgLimitModel } from './models/orgLimit';
|
|
48
|
+
import { OrgMemberProfileModel } from './models/orgMemberProfile';
|
|
51
49
|
import { AppMembershipModel } from './models/appMembership';
|
|
52
50
|
import { OrgInviteModel } from './models/orgInvite';
|
|
53
51
|
import { OrgMembershipModel } from './models/orgMembership';
|
|
@@ -89,7 +87,6 @@ export function createClient(config) {
|
|
|
89
87
|
orgGetSubordinatesRecord: new OrgGetSubordinatesRecordModel(client),
|
|
90
88
|
appPermission: new AppPermissionModel(client),
|
|
91
89
|
orgPermission: new OrgPermissionModel(client),
|
|
92
|
-
appLevelRequirement: new AppLevelRequirementModel(client),
|
|
93
90
|
appLimitCreditRedemption: new AppLimitCreditRedemptionModel(client),
|
|
94
91
|
appLimitCreditCodeItem: new AppLimitCreditCodeItemModel(client),
|
|
95
92
|
appLimitCredit: new AppLimitCreditModel(client),
|
|
@@ -99,8 +96,6 @@ export function createClient(config) {
|
|
|
99
96
|
orgPermissionDefault: new OrgPermissionDefaultModel(client),
|
|
100
97
|
appAdminGrant: new AppAdminGrantModel(client),
|
|
101
98
|
appOwnerGrant: new AppOwnerGrantModel(client),
|
|
102
|
-
appAchievement: new AppAchievementModel(client),
|
|
103
|
-
appStep: new AppStepModel(client),
|
|
104
99
|
appLimitCapsDefault: new AppLimitCapsDefaultModel(client),
|
|
105
100
|
orgLimitCapsDefault: new OrgLimitCapsDefaultModel(client),
|
|
106
101
|
appLimitCap: new AppLimitCapModel(client),
|
|
@@ -111,6 +106,8 @@ export function createClient(config) {
|
|
|
111
106
|
appLimitDefault: new AppLimitDefaultModel(client),
|
|
112
107
|
orgLimitDefault: new OrgLimitDefaultModel(client),
|
|
113
108
|
orgLimitCredit: new OrgLimitCreditModel(client),
|
|
109
|
+
appLimitWarning: new AppLimitWarningModel(client),
|
|
110
|
+
orgLimitWarning: new OrgLimitWarningModel(client),
|
|
114
111
|
orgChartEdgeGrant: new OrgChartEdgeGrantModel(client),
|
|
115
112
|
appClaimedInvite: new AppClaimedInviteModel(client),
|
|
116
113
|
appGrant: new AppGrantModel(client),
|
|
@@ -122,13 +119,12 @@ export function createClient(config) {
|
|
|
122
119
|
orgGrant: new OrgGrantModel(client),
|
|
123
120
|
orgChartEdge: new OrgChartEdgeModel(client),
|
|
124
121
|
usageSnapshot: new UsageSnapshotModel(client),
|
|
125
|
-
orgMemberProfile: new OrgMemberProfileModel(client),
|
|
126
|
-
appLevel: new AppLevelModel(client),
|
|
127
122
|
appLimit: new AppLimitModel(client),
|
|
128
123
|
appInvite: new AppInviteModel(client),
|
|
129
124
|
orgMembershipSetting: new OrgMembershipSettingModel(client),
|
|
130
125
|
orgLimitAggregate: new OrgLimitAggregateModel(client),
|
|
131
126
|
orgLimit: new OrgLimitModel(client),
|
|
127
|
+
orgMemberProfile: new OrgMemberProfileModel(client),
|
|
132
128
|
appMembership: new AppMembershipModel(client),
|
|
133
129
|
orgInvite: new OrgInviteModel(client),
|
|
134
130
|
orgMembership: new OrgMembershipModel(client),
|