@constructive-io/sdk 0.17.1 → 0.17.3
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/orm/index.d.ts +24 -23
- package/admin/orm/index.js +24 -18
- package/admin/orm/input-types.d.ts +1297 -839
- package/admin/orm/models/appLimitEvent.d.ts +32 -0
- package/admin/orm/models/appLimitEvent.js +55 -0
- package/admin/orm/models/index.d.ts +12 -9
- package/admin/orm/models/index.js +25 -19
- package/admin/orm/models/orgLimitAggregate.d.ts +56 -0
- package/admin/orm/models/orgLimitAggregate.js +100 -0
- package/admin/orm/models/orgLimitEvent.d.ts +32 -0
- package/admin/orm/models/orgLimitEvent.js +55 -0
- package/admin/orm/mutation/index.d.ts +1 -15
- package/admin/orm/mutation/index.js +0 -12
- package/auth/orm/index.d.ts +0 -5
- package/auth/orm/input-types.d.ts +0 -20
- package/auth/orm/mutation/index.d.ts +1 -15
- package/auth/orm/mutation/index.js +0 -12
- package/esm/admin/orm/index.d.ts +24 -23
- package/esm/admin/orm/index.js +24 -18
- package/esm/admin/orm/input-types.d.ts +1297 -839
- package/esm/admin/orm/models/appLimitEvent.d.ts +32 -0
- package/esm/admin/orm/models/appLimitEvent.js +51 -0
- package/esm/admin/orm/models/index.d.ts +12 -9
- package/esm/admin/orm/models/index.js +12 -9
- package/esm/admin/orm/models/orgLimitAggregate.d.ts +56 -0
- package/esm/admin/orm/models/orgLimitAggregate.js +96 -0
- package/esm/admin/orm/models/orgLimitEvent.d.ts +32 -0
- package/esm/admin/orm/models/orgLimitEvent.js +51 -0
- package/esm/admin/orm/mutation/index.d.ts +1 -15
- package/esm/admin/orm/mutation/index.js +0 -12
- package/esm/auth/orm/index.d.ts +0 -5
- package/esm/auth/orm/input-types.d.ts +0 -20
- package/esm/auth/orm/mutation/index.d.ts +1 -15
- package/esm/auth/orm/mutation/index.js +0 -12
- package/esm/objects/orm/index.d.ts +0 -5
- package/esm/objects/orm/input-types.d.ts +0 -20
- package/esm/objects/orm/mutation/index.d.ts +1 -15
- package/esm/objects/orm/mutation/index.js +0 -12
- package/esm/public/orm/index.d.ts +56 -43
- package/esm/public/orm/index.js +36 -18
- package/esm/public/orm/input-types.d.ts +2983 -1112
- package/esm/public/orm/input-types.js +9 -0
- package/esm/public/orm/models/agentMessage.d.ts +56 -0
- package/esm/public/orm/models/agentMessage.js +96 -0
- package/esm/public/orm/models/agentTask.d.ts +56 -0
- package/esm/public/orm/models/agentTask.js +96 -0
- package/esm/public/orm/models/agentThread.d.ts +56 -0
- package/esm/public/orm/models/agentThread.js +96 -0
- package/esm/public/orm/models/appLimitEvent.d.ts +32 -0
- package/esm/public/orm/models/appLimitEvent.js +51 -0
- package/esm/public/orm/models/billingModule.d.ts +56 -0
- package/esm/public/orm/models/billingModule.js +96 -0
- package/esm/public/orm/models/index.d.ts +18 -9
- package/esm/public/orm/models/index.js +18 -9
- package/esm/public/orm/models/nodeTypeRegistry.d.ts +56 -0
- package/esm/public/orm/models/nodeTypeRegistry.js +96 -0
- package/esm/public/orm/models/orgLimitAggregate.d.ts +56 -0
- package/esm/public/orm/models/orgLimitAggregate.js +96 -0
- package/esm/public/orm/models/orgLimitEvent.d.ts +32 -0
- package/esm/public/orm/models/orgLimitEvent.js +51 -0
- package/esm/public/orm/models/plansModule.d.ts +56 -0
- package/esm/public/orm/models/plansModule.js +96 -0
- package/esm/public/orm/mutation/index.d.ts +17 -31
- package/esm/public/orm/mutation/index.js +24 -36
- package/esm/public/orm/query/index.d.ts +28 -28
- package/esm/public/orm/query/index.js +48 -48
- package/objects/orm/index.d.ts +0 -5
- package/objects/orm/input-types.d.ts +0 -20
- package/objects/orm/mutation/index.d.ts +1 -15
- package/objects/orm/mutation/index.js +0 -12
- package/package.json +4 -4
- package/public/orm/index.d.ts +56 -43
- package/public/orm/index.js +36 -18
- package/public/orm/input-types.d.ts +2983 -1112
- package/public/orm/input-types.js +9 -0
- package/public/orm/models/agentMessage.d.ts +56 -0
- package/public/orm/models/agentMessage.js +100 -0
- package/public/orm/models/agentTask.d.ts +56 -0
- package/public/orm/models/agentTask.js +100 -0
- package/public/orm/models/agentThread.d.ts +56 -0
- package/public/orm/models/agentThread.js +100 -0
- package/public/orm/models/appLimitEvent.d.ts +32 -0
- package/public/orm/models/appLimitEvent.js +55 -0
- package/public/orm/models/billingModule.d.ts +56 -0
- package/public/orm/models/billingModule.js +100 -0
- package/public/orm/models/index.d.ts +18 -9
- package/public/orm/models/index.js +39 -21
- package/public/orm/models/nodeTypeRegistry.d.ts +56 -0
- package/public/orm/models/nodeTypeRegistry.js +100 -0
- package/public/orm/models/orgLimitAggregate.d.ts +56 -0
- package/public/orm/models/orgLimitAggregate.js +100 -0
- package/public/orm/models/orgLimitEvent.d.ts +32 -0
- package/public/orm/models/orgLimitEvent.js +55 -0
- package/public/orm/models/plansModule.d.ts +56 -0
- package/public/orm/models/plansModule.js +100 -0
- package/public/orm/mutation/index.d.ts +17 -31
- package/public/orm/mutation/index.js +24 -36
- package/public/orm/query/index.d.ts +28 -28
- package/public/orm/query/index.js +48 -48
package/public/orm/index.d.ts
CHANGED
|
@@ -2,9 +2,9 @@ import type { OrmClientConfig } from './client';
|
|
|
2
2
|
import { OrgGetManagersRecordModel } from './models/orgGetManagersRecord';
|
|
3
3
|
import { OrgGetSubordinatesRecordModel } from './models/orgGetSubordinatesRecord';
|
|
4
4
|
import { GetAllRecordModel } from './models/getAllRecord';
|
|
5
|
-
import { ObjectModel } from './models/object';
|
|
6
5
|
import { AppPermissionModel } from './models/appPermission';
|
|
7
6
|
import { OrgPermissionModel } from './models/orgPermission';
|
|
7
|
+
import { ObjectModel } from './models/object';
|
|
8
8
|
import { AppLevelRequirementModel } from './models/appLevelRequirement';
|
|
9
9
|
import { DatabaseModel } from './models/database';
|
|
10
10
|
import { SchemaModel } from './models/schema';
|
|
@@ -85,6 +85,7 @@ import { OrgChartEdgeGrantModel } from './models/orgChartEdgeGrant';
|
|
|
85
85
|
import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
|
|
86
86
|
import { AppLimitModel } from './models/appLimit';
|
|
87
87
|
import { OrgLimitModel } from './models/orgLimit';
|
|
88
|
+
import { OrgLimitAggregateModel } from './models/orgLimitAggregate';
|
|
88
89
|
import { AppStepModel } from './models/appStep';
|
|
89
90
|
import { AppAchievementModel } from './models/appAchievement';
|
|
90
91
|
import { AppLevelModel } from './models/appLevel';
|
|
@@ -97,26 +98,34 @@ import { AppClaimedInviteModel } from './models/appClaimedInvite';
|
|
|
97
98
|
import { OrgInviteModel } from './models/orgInvite';
|
|
98
99
|
import { OrgClaimedInviteModel } from './models/orgClaimedInvite';
|
|
99
100
|
import { AuditLogModel } from './models/auditLog';
|
|
100
|
-
import {
|
|
101
|
+
import { AgentThreadModel } from './models/agentThread';
|
|
102
|
+
import { AgentMessageModel } from './models/agentMessage';
|
|
103
|
+
import { AgentTaskModel } from './models/agentTask';
|
|
104
|
+
import { RoleTypeModel } from './models/roleType';
|
|
101
105
|
import { IdentityProviderModel } from './models/identityProvider';
|
|
102
106
|
import { RefModel } from './models/ref';
|
|
103
107
|
import { StoreModel } from './models/store';
|
|
104
|
-
import {
|
|
108
|
+
import { AppPermissionDefaultModel } from './models/appPermissionDefault';
|
|
109
|
+
import { MembershipTypeModel } from './models/membershipType';
|
|
105
110
|
import { MigrateFileModel } from './models/migrateFile';
|
|
111
|
+
import { DevicesModuleModel } from './models/devicesModule';
|
|
112
|
+
import { NodeTypeRegistryModel } from './models/nodeTypeRegistry';
|
|
106
113
|
import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
107
114
|
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
108
|
-
import { DevicesModuleModel } from './models/devicesModule';
|
|
109
115
|
import { UserConnectedAccountModel } from './models/userConnectedAccount';
|
|
110
|
-
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
111
|
-
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
112
116
|
import { CommitModel } from './models/commit';
|
|
113
117
|
import { RateLimitsModuleModel } from './models/rateLimitsModule';
|
|
114
|
-
import {
|
|
118
|
+
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
119
|
+
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
120
|
+
import { AppLimitEventModel } from './models/appLimitEvent';
|
|
121
|
+
import { OrgLimitEventModel } from './models/orgLimitEvent';
|
|
122
|
+
import { PlansModuleModel } from './models/plansModule';
|
|
115
123
|
import { RlsModuleModel } from './models/rlsModule';
|
|
116
124
|
import { SqlActionModel } from './models/sqlAction';
|
|
117
|
-
import {
|
|
118
|
-
import { UserModel } from './models/user';
|
|
125
|
+
import { BillingModuleModel } from './models/billingModule';
|
|
119
126
|
import { AstMigrationModel } from './models/astMigration';
|
|
127
|
+
import { UserModel } from './models/user';
|
|
128
|
+
import { OrgMembershipSettingModel } from './models/orgMembershipSetting';
|
|
120
129
|
import { AppMembershipModel } from './models/appMembership';
|
|
121
130
|
import { HierarchyModuleModel } from './models/hierarchyModule';
|
|
122
131
|
export type { OrmClientConfig, QueryResult, GraphQLError, GraphQLAdapter } from './client';
|
|
@@ -153,9 +162,9 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
153
162
|
orgGetManagersRecord: OrgGetManagersRecordModel;
|
|
154
163
|
orgGetSubordinatesRecord: OrgGetSubordinatesRecordModel;
|
|
155
164
|
getAllRecord: GetAllRecordModel;
|
|
156
|
-
object: ObjectModel;
|
|
157
165
|
appPermission: AppPermissionModel;
|
|
158
166
|
orgPermission: OrgPermissionModel;
|
|
167
|
+
object: ObjectModel;
|
|
159
168
|
appLevelRequirement: AppLevelRequirementModel;
|
|
160
169
|
database: DatabaseModel;
|
|
161
170
|
schema: SchemaModel;
|
|
@@ -236,6 +245,7 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
236
245
|
orgPermissionDefault: OrgPermissionDefaultModel;
|
|
237
246
|
appLimit: AppLimitModel;
|
|
238
247
|
orgLimit: OrgLimitModel;
|
|
248
|
+
orgLimitAggregate: OrgLimitAggregateModel;
|
|
239
249
|
appStep: AppStepModel;
|
|
240
250
|
appAchievement: AppAchievementModel;
|
|
241
251
|
appLevel: AppLevelModel;
|
|
@@ -248,26 +258,34 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
248
258
|
orgInvite: OrgInviteModel;
|
|
249
259
|
orgClaimedInvite: OrgClaimedInviteModel;
|
|
250
260
|
auditLog: AuditLogModel;
|
|
251
|
-
|
|
261
|
+
agentThread: AgentThreadModel;
|
|
262
|
+
agentMessage: AgentMessageModel;
|
|
263
|
+
agentTask: AgentTaskModel;
|
|
264
|
+
roleType: RoleTypeModel;
|
|
252
265
|
identityProvider: IdentityProviderModel;
|
|
253
266
|
ref: RefModel;
|
|
254
267
|
store: StoreModel;
|
|
255
|
-
|
|
268
|
+
appPermissionDefault: AppPermissionDefaultModel;
|
|
269
|
+
membershipType: MembershipTypeModel;
|
|
256
270
|
migrateFile: MigrateFileModel;
|
|
271
|
+
devicesModule: DevicesModuleModel;
|
|
272
|
+
nodeTypeRegistry: NodeTypeRegistryModel;
|
|
257
273
|
appLimitDefault: AppLimitDefaultModel;
|
|
258
274
|
orgLimitDefault: OrgLimitDefaultModel;
|
|
259
|
-
devicesModule: DevicesModuleModel;
|
|
260
275
|
userConnectedAccount: UserConnectedAccountModel;
|
|
261
|
-
appMembershipDefault: AppMembershipDefaultModel;
|
|
262
|
-
orgMembershipDefault: OrgMembershipDefaultModel;
|
|
263
276
|
commit: CommitModel;
|
|
264
277
|
rateLimitsModule: RateLimitsModuleModel;
|
|
265
|
-
|
|
278
|
+
appMembershipDefault: AppMembershipDefaultModel;
|
|
279
|
+
orgMembershipDefault: OrgMembershipDefaultModel;
|
|
280
|
+
appLimitEvent: AppLimitEventModel;
|
|
281
|
+
orgLimitEvent: OrgLimitEventModel;
|
|
282
|
+
plansModule: PlansModuleModel;
|
|
266
283
|
rlsModule: RlsModuleModel;
|
|
267
284
|
sqlAction: SqlActionModel;
|
|
268
|
-
|
|
269
|
-
user: UserModel;
|
|
285
|
+
billingModule: BillingModuleModel;
|
|
270
286
|
astMigration: AstMigrationModel;
|
|
287
|
+
user: UserModel;
|
|
288
|
+
orgMembershipSetting: OrgMembershipSettingModel;
|
|
271
289
|
appMembership: AppMembershipModel;
|
|
272
290
|
hierarchyModule: HierarchyModuleModel;
|
|
273
291
|
query: {
|
|
@@ -346,6 +364,16 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
346
364
|
}) => import("./query-builder").QueryBuilder<{
|
|
347
365
|
orgPermissionsGetMaskByNames: string | null;
|
|
348
366
|
}>;
|
|
367
|
+
appPermissionsGetByMask: (args: import("./query").AppPermissionsGetByMaskVariables, options?: {
|
|
368
|
+
select?: Record<string, unknown>;
|
|
369
|
+
}) => import("./query-builder").QueryBuilder<{
|
|
370
|
+
appPermissionsGetByMask: import("./input-types").AppPermissionConnection | null;
|
|
371
|
+
}>;
|
|
372
|
+
orgPermissionsGetByMask: (args: import("./query").OrgPermissionsGetByMaskVariables, options?: {
|
|
373
|
+
select?: Record<string, unknown>;
|
|
374
|
+
}) => import("./query-builder").QueryBuilder<{
|
|
375
|
+
orgPermissionsGetByMask: import("./input-types").OrgPermissionConnection | null;
|
|
376
|
+
}>;
|
|
349
377
|
getAllObjectsFromRoot: (args: import("./query").GetAllObjectsFromRootVariables, options?: {
|
|
350
378
|
select?: Record<string, unknown>;
|
|
351
379
|
}) => import("./query-builder").QueryBuilder<{
|
|
@@ -361,16 +389,6 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
361
389
|
} & import("./select-types").StrictSelect<S, import("./input-types").ObjectSelect>) => import("./query-builder").QueryBuilder<{
|
|
362
390
|
getObjectAtPath: import("./select-types").InferSelectResult<import("./input-types").Object, S> | null;
|
|
363
391
|
}>;
|
|
364
|
-
appPermissionsGetByMask: (args: import("./query").AppPermissionsGetByMaskVariables, options?: {
|
|
365
|
-
select?: Record<string, unknown>;
|
|
366
|
-
}) => import("./query-builder").QueryBuilder<{
|
|
367
|
-
appPermissionsGetByMask: import("./input-types").AppPermissionConnection | null;
|
|
368
|
-
}>;
|
|
369
|
-
orgPermissionsGetByMask: (args: import("./query").OrgPermissionsGetByMaskVariables, options?: {
|
|
370
|
-
select?: Record<string, unknown>;
|
|
371
|
-
}) => import("./query-builder").QueryBuilder<{
|
|
372
|
-
orgPermissionsGetByMask: import("./input-types").OrgPermissionConnection | null;
|
|
373
|
-
}>;
|
|
374
392
|
stepsRequired: (args: import("./query").StepsRequiredVariables, options?: {
|
|
375
393
|
select?: Record<string, unknown>;
|
|
376
394
|
}) => import("./query-builder").QueryBuilder<{
|
|
@@ -588,6 +606,16 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
588
606
|
} & import("./select-types").StrictSelect<S, import("./input-types").CreateApiKeyPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
589
607
|
createApiKey: import("./select-types").InferSelectResult<import("./input-types").CreateApiKeyPayload, S> | null;
|
|
590
608
|
}>;
|
|
609
|
+
sendVerificationEmail: <S extends import("./input-types").SendVerificationEmailPayloadSelect>(args: import("./mutation").SendVerificationEmailVariables, options: {
|
|
610
|
+
select: S;
|
|
611
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").SendVerificationEmailPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
612
|
+
sendVerificationEmail: import("./select-types").InferSelectResult<import("./input-types").SendVerificationEmailPayload, S> | null;
|
|
613
|
+
}>;
|
|
614
|
+
forgotPassword: <S extends import("./input-types").ForgotPasswordPayloadSelect>(args: import("./mutation").ForgotPasswordVariables, options: {
|
|
615
|
+
select: S;
|
|
616
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").ForgotPasswordPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
617
|
+
forgotPassword: import("./select-types").InferSelectResult<import("./input-types").ForgotPasswordPayload, S> | null;
|
|
618
|
+
}>;
|
|
591
619
|
signUp: <S extends import("./input-types").SignUpPayloadSelect>(args: import("./mutation").SignUpVariables, options: {
|
|
592
620
|
select: S;
|
|
593
621
|
} & import("./select-types").StrictSelect<S, import("./input-types").SignUpPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
@@ -608,26 +636,11 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
608
636
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionTablePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
609
637
|
provisionTable: import("./select-types").InferSelectResult<import("./input-types").ProvisionTablePayload, S> | null;
|
|
610
638
|
}>;
|
|
611
|
-
sendVerificationEmail: <S extends import("./input-types").SendVerificationEmailPayloadSelect>(args: import("./mutation").SendVerificationEmailVariables, options: {
|
|
612
|
-
select: S;
|
|
613
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").SendVerificationEmailPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
614
|
-
sendVerificationEmail: import("./select-types").InferSelectResult<import("./input-types").SendVerificationEmailPayload, S> | null;
|
|
615
|
-
}>;
|
|
616
|
-
forgotPassword: <S extends import("./input-types").ForgotPasswordPayloadSelect>(args: import("./mutation").ForgotPasswordVariables, options: {
|
|
617
|
-
select: S;
|
|
618
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").ForgotPasswordPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
619
|
-
forgotPassword: import("./select-types").InferSelectResult<import("./input-types").ForgotPasswordPayload, S> | null;
|
|
620
|
-
}>;
|
|
621
639
|
requestUploadUrl: <S extends import("./input-types").RequestUploadUrlPayloadSelect>(args: import("./mutation").RequestUploadUrlVariables, options: {
|
|
622
640
|
select: S;
|
|
623
641
|
} & import("./select-types").StrictSelect<S, import("./input-types").RequestUploadUrlPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
624
642
|
requestUploadUrl: import("./select-types").InferSelectResult<import("./input-types").RequestUploadUrlPayload, S> | null;
|
|
625
643
|
}>;
|
|
626
|
-
confirmUpload: <S extends import("./input-types").ConfirmUploadPayloadSelect>(args: import("./mutation").ConfirmUploadVariables, options: {
|
|
627
|
-
select: S;
|
|
628
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").ConfirmUploadPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
629
|
-
confirmUpload: import("./select-types").InferSelectResult<import("./input-types").ConfirmUploadPayload, S> | null;
|
|
630
|
-
}>;
|
|
631
644
|
provisionBucket: <S extends import("./input-types").ProvisionBucketPayloadSelect>(args: import("./mutation").ProvisionBucketVariables, options: {
|
|
632
645
|
select: S;
|
|
633
646
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionBucketPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
package/public/orm/index.js
CHANGED
|
@@ -25,9 +25,9 @@ const client_1 = require("./client");
|
|
|
25
25
|
const orgGetManagersRecord_1 = require("./models/orgGetManagersRecord");
|
|
26
26
|
const orgGetSubordinatesRecord_1 = require("./models/orgGetSubordinatesRecord");
|
|
27
27
|
const getAllRecord_1 = require("./models/getAllRecord");
|
|
28
|
-
const object_1 = require("./models/object");
|
|
29
28
|
const appPermission_1 = require("./models/appPermission");
|
|
30
29
|
const orgPermission_1 = require("./models/orgPermission");
|
|
30
|
+
const object_1 = require("./models/object");
|
|
31
31
|
const appLevelRequirement_1 = require("./models/appLevelRequirement");
|
|
32
32
|
const database_1 = require("./models/database");
|
|
33
33
|
const schema_1 = require("./models/schema");
|
|
@@ -108,6 +108,7 @@ const orgChartEdgeGrant_1 = require("./models/orgChartEdgeGrant");
|
|
|
108
108
|
const orgPermissionDefault_1 = require("./models/orgPermissionDefault");
|
|
109
109
|
const appLimit_1 = require("./models/appLimit");
|
|
110
110
|
const orgLimit_1 = require("./models/orgLimit");
|
|
111
|
+
const orgLimitAggregate_1 = require("./models/orgLimitAggregate");
|
|
111
112
|
const appStep_1 = require("./models/appStep");
|
|
112
113
|
const appAchievement_1 = require("./models/appAchievement");
|
|
113
114
|
const appLevel_1 = require("./models/appLevel");
|
|
@@ -120,26 +121,34 @@ const appClaimedInvite_1 = require("./models/appClaimedInvite");
|
|
|
120
121
|
const orgInvite_1 = require("./models/orgInvite");
|
|
121
122
|
const orgClaimedInvite_1 = require("./models/orgClaimedInvite");
|
|
122
123
|
const auditLog_1 = require("./models/auditLog");
|
|
123
|
-
const
|
|
124
|
+
const agentThread_1 = require("./models/agentThread");
|
|
125
|
+
const agentMessage_1 = require("./models/agentMessage");
|
|
126
|
+
const agentTask_1 = require("./models/agentTask");
|
|
127
|
+
const roleType_1 = require("./models/roleType");
|
|
124
128
|
const identityProvider_1 = require("./models/identityProvider");
|
|
125
129
|
const ref_1 = require("./models/ref");
|
|
126
130
|
const store_1 = require("./models/store");
|
|
127
|
-
const
|
|
131
|
+
const appPermissionDefault_1 = require("./models/appPermissionDefault");
|
|
132
|
+
const membershipType_1 = require("./models/membershipType");
|
|
128
133
|
const migrateFile_1 = require("./models/migrateFile");
|
|
134
|
+
const devicesModule_1 = require("./models/devicesModule");
|
|
135
|
+
const nodeTypeRegistry_1 = require("./models/nodeTypeRegistry");
|
|
129
136
|
const appLimitDefault_1 = require("./models/appLimitDefault");
|
|
130
137
|
const orgLimitDefault_1 = require("./models/orgLimitDefault");
|
|
131
|
-
const devicesModule_1 = require("./models/devicesModule");
|
|
132
138
|
const userConnectedAccount_1 = require("./models/userConnectedAccount");
|
|
133
|
-
const appMembershipDefault_1 = require("./models/appMembershipDefault");
|
|
134
|
-
const orgMembershipDefault_1 = require("./models/orgMembershipDefault");
|
|
135
139
|
const commit_1 = require("./models/commit");
|
|
136
140
|
const rateLimitsModule_1 = require("./models/rateLimitsModule");
|
|
137
|
-
const
|
|
141
|
+
const appMembershipDefault_1 = require("./models/appMembershipDefault");
|
|
142
|
+
const orgMembershipDefault_1 = require("./models/orgMembershipDefault");
|
|
143
|
+
const appLimitEvent_1 = require("./models/appLimitEvent");
|
|
144
|
+
const orgLimitEvent_1 = require("./models/orgLimitEvent");
|
|
145
|
+
const plansModule_1 = require("./models/plansModule");
|
|
138
146
|
const rlsModule_1 = require("./models/rlsModule");
|
|
139
147
|
const sqlAction_1 = require("./models/sqlAction");
|
|
140
|
-
const
|
|
141
|
-
const user_1 = require("./models/user");
|
|
148
|
+
const billingModule_1 = require("./models/billingModule");
|
|
142
149
|
const astMigration_1 = require("./models/astMigration");
|
|
150
|
+
const user_1 = require("./models/user");
|
|
151
|
+
const orgMembershipSetting_1 = require("./models/orgMembershipSetting");
|
|
143
152
|
const appMembership_1 = require("./models/appMembership");
|
|
144
153
|
const hierarchyModule_1 = require("./models/hierarchyModule");
|
|
145
154
|
const query_1 = require("./query");
|
|
@@ -183,9 +192,9 @@ function createClient(config) {
|
|
|
183
192
|
orgGetManagersRecord: new orgGetManagersRecord_1.OrgGetManagersRecordModel(client),
|
|
184
193
|
orgGetSubordinatesRecord: new orgGetSubordinatesRecord_1.OrgGetSubordinatesRecordModel(client),
|
|
185
194
|
getAllRecord: new getAllRecord_1.GetAllRecordModel(client),
|
|
186
|
-
object: new object_1.ObjectModel(client),
|
|
187
195
|
appPermission: new appPermission_1.AppPermissionModel(client),
|
|
188
196
|
orgPermission: new orgPermission_1.OrgPermissionModel(client),
|
|
197
|
+
object: new object_1.ObjectModel(client),
|
|
189
198
|
appLevelRequirement: new appLevelRequirement_1.AppLevelRequirementModel(client),
|
|
190
199
|
database: new database_1.DatabaseModel(client),
|
|
191
200
|
schema: new schema_1.SchemaModel(client),
|
|
@@ -266,6 +275,7 @@ function createClient(config) {
|
|
|
266
275
|
orgPermissionDefault: new orgPermissionDefault_1.OrgPermissionDefaultModel(client),
|
|
267
276
|
appLimit: new appLimit_1.AppLimitModel(client),
|
|
268
277
|
orgLimit: new orgLimit_1.OrgLimitModel(client),
|
|
278
|
+
orgLimitAggregate: new orgLimitAggregate_1.OrgLimitAggregateModel(client),
|
|
269
279
|
appStep: new appStep_1.AppStepModel(client),
|
|
270
280
|
appAchievement: new appAchievement_1.AppAchievementModel(client),
|
|
271
281
|
appLevel: new appLevel_1.AppLevelModel(client),
|
|
@@ -278,26 +288,34 @@ function createClient(config) {
|
|
|
278
288
|
orgInvite: new orgInvite_1.OrgInviteModel(client),
|
|
279
289
|
orgClaimedInvite: new orgClaimedInvite_1.OrgClaimedInviteModel(client),
|
|
280
290
|
auditLog: new auditLog_1.AuditLogModel(client),
|
|
281
|
-
|
|
291
|
+
agentThread: new agentThread_1.AgentThreadModel(client),
|
|
292
|
+
agentMessage: new agentMessage_1.AgentMessageModel(client),
|
|
293
|
+
agentTask: new agentTask_1.AgentTaskModel(client),
|
|
294
|
+
roleType: new roleType_1.RoleTypeModel(client),
|
|
282
295
|
identityProvider: new identityProvider_1.IdentityProviderModel(client),
|
|
283
296
|
ref: new ref_1.RefModel(client),
|
|
284
297
|
store: new store_1.StoreModel(client),
|
|
285
|
-
|
|
298
|
+
appPermissionDefault: new appPermissionDefault_1.AppPermissionDefaultModel(client),
|
|
299
|
+
membershipType: new membershipType_1.MembershipTypeModel(client),
|
|
286
300
|
migrateFile: new migrateFile_1.MigrateFileModel(client),
|
|
301
|
+
devicesModule: new devicesModule_1.DevicesModuleModel(client),
|
|
302
|
+
nodeTypeRegistry: new nodeTypeRegistry_1.NodeTypeRegistryModel(client),
|
|
287
303
|
appLimitDefault: new appLimitDefault_1.AppLimitDefaultModel(client),
|
|
288
304
|
orgLimitDefault: new orgLimitDefault_1.OrgLimitDefaultModel(client),
|
|
289
|
-
devicesModule: new devicesModule_1.DevicesModuleModel(client),
|
|
290
305
|
userConnectedAccount: new userConnectedAccount_1.UserConnectedAccountModel(client),
|
|
291
|
-
appMembershipDefault: new appMembershipDefault_1.AppMembershipDefaultModel(client),
|
|
292
|
-
orgMembershipDefault: new orgMembershipDefault_1.OrgMembershipDefaultModel(client),
|
|
293
306
|
commit: new commit_1.CommitModel(client),
|
|
294
307
|
rateLimitsModule: new rateLimitsModule_1.RateLimitsModuleModel(client),
|
|
295
|
-
|
|
308
|
+
appMembershipDefault: new appMembershipDefault_1.AppMembershipDefaultModel(client),
|
|
309
|
+
orgMembershipDefault: new orgMembershipDefault_1.OrgMembershipDefaultModel(client),
|
|
310
|
+
appLimitEvent: new appLimitEvent_1.AppLimitEventModel(client),
|
|
311
|
+
orgLimitEvent: new orgLimitEvent_1.OrgLimitEventModel(client),
|
|
312
|
+
plansModule: new plansModule_1.PlansModuleModel(client),
|
|
296
313
|
rlsModule: new rlsModule_1.RlsModuleModel(client),
|
|
297
314
|
sqlAction: new sqlAction_1.SqlActionModel(client),
|
|
298
|
-
|
|
299
|
-
user: new user_1.UserModel(client),
|
|
315
|
+
billingModule: new billingModule_1.BillingModuleModel(client),
|
|
300
316
|
astMigration: new astMigration_1.AstMigrationModel(client),
|
|
317
|
+
user: new user_1.UserModel(client),
|
|
318
|
+
orgMembershipSetting: new orgMembershipSetting_1.OrgMembershipSettingModel(client),
|
|
301
319
|
appMembership: new appMembership_1.AppMembershipModel(client),
|
|
302
320
|
hierarchyModule: new hierarchyModule_1.HierarchyModuleModel(client),
|
|
303
321
|
query: (0, query_1.createQueryOperations)(client),
|