@constructive-io/sdk 0.20.4 → 0.20.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/orm/index.d.ts +24 -11
- package/admin/orm/index.js +24 -6
- package/admin/orm/input-types.d.ts +2108 -545
- package/admin/orm/input-types.js +13 -1
- package/admin/orm/models/appLimitCap.d.ts +56 -0
- package/admin/orm/models/appLimitCap.js +100 -0
- package/admin/orm/models/appLimitCapsDefault.d.ts +56 -0
- package/admin/orm/models/appLimitCapsDefault.js +100 -0
- package/admin/orm/models/appLimitCredit.d.ts +56 -0
- package/admin/orm/models/appLimitCredit.js +100 -0
- package/admin/orm/models/appLimitCreditCode.d.ts +56 -0
- package/admin/orm/models/appLimitCreditCode.js +100 -0
- package/admin/orm/models/appLimitCreditCodeItem.d.ts +56 -0
- package/admin/orm/models/appLimitCreditCodeItem.js +100 -0
- package/admin/orm/models/appLimitCreditRedemption.d.ts +56 -0
- package/admin/orm/models/appLimitCreditRedemption.js +100 -0
- package/admin/orm/models/index.d.ts +12 -3
- package/admin/orm/models/index.js +25 -7
- package/admin/orm/models/orgLimitCap.d.ts +56 -0
- package/admin/orm/models/orgLimitCap.js +100 -0
- package/admin/orm/models/orgLimitCapsDefault.d.ts +56 -0
- package/admin/orm/models/orgLimitCapsDefault.js +100 -0
- package/admin/orm/models/orgLimitCredit.d.ts +56 -0
- package/admin/orm/models/orgLimitCredit.js +100 -0
- package/admin/orm/mutation/index.d.ts +1 -16
- package/admin/orm/mutation/index.js +0 -12
- package/admin/orm/query-builder.js +24 -0
- package/auth/orm/index.d.ts +0 -5
- package/auth/orm/input-types.d.ts +0 -38
- package/auth/orm/mutation/index.d.ts +1 -16
- package/auth/orm/mutation/index.js +0 -12
- package/auth/orm/query-builder.js +24 -0
- package/esm/admin/orm/index.d.ts +24 -11
- package/esm/admin/orm/index.js +24 -6
- package/esm/admin/orm/input-types.d.ts +2108 -545
- package/esm/admin/orm/input-types.js +13 -1
- package/esm/admin/orm/models/appLimitCap.d.ts +56 -0
- package/esm/admin/orm/models/appLimitCap.js +96 -0
- package/esm/admin/orm/models/appLimitCapsDefault.d.ts +56 -0
- package/esm/admin/orm/models/appLimitCapsDefault.js +96 -0
- package/esm/admin/orm/models/appLimitCredit.d.ts +56 -0
- package/esm/admin/orm/models/appLimitCredit.js +96 -0
- package/esm/admin/orm/models/appLimitCreditCode.d.ts +56 -0
- package/esm/admin/orm/models/appLimitCreditCode.js +96 -0
- package/esm/admin/orm/models/appLimitCreditCodeItem.d.ts +56 -0
- package/esm/admin/orm/models/appLimitCreditCodeItem.js +96 -0
- package/esm/admin/orm/models/appLimitCreditRedemption.d.ts +56 -0
- package/esm/admin/orm/models/appLimitCreditRedemption.js +96 -0
- package/esm/admin/orm/models/index.d.ts +12 -3
- package/esm/admin/orm/models/index.js +12 -3
- package/esm/admin/orm/models/orgLimitCap.d.ts +56 -0
- package/esm/admin/orm/models/orgLimitCap.js +96 -0
- package/esm/admin/orm/models/orgLimitCapsDefault.d.ts +56 -0
- package/esm/admin/orm/models/orgLimitCapsDefault.js +96 -0
- package/esm/admin/orm/models/orgLimitCredit.d.ts +56 -0
- package/esm/admin/orm/models/orgLimitCredit.js +96 -0
- package/esm/admin/orm/mutation/index.d.ts +1 -16
- package/esm/admin/orm/mutation/index.js +0 -12
- package/esm/admin/orm/query-builder.js +24 -0
- package/esm/auth/orm/index.d.ts +0 -5
- package/esm/auth/orm/input-types.d.ts +0 -38
- package/esm/auth/orm/mutation/index.d.ts +1 -16
- package/esm/auth/orm/mutation/index.js +0 -12
- package/esm/auth/orm/query-builder.js +24 -0
- package/esm/objects/orm/index.d.ts +0 -5
- package/esm/objects/orm/input-types.d.ts +0 -38
- package/esm/objects/orm/mutation/index.d.ts +1 -16
- package/esm/objects/orm/mutation/index.js +0 -12
- package/esm/objects/orm/query-builder.js +24 -0
- package/esm/public/orm/index.d.ts +43 -7
- package/esm/public/orm/index.js +38 -2
- package/esm/public/orm/input-types.d.ts +4601 -321
- package/esm/public/orm/input-types.js +21 -0
- package/esm/public/orm/models/apiSetting.d.ts +56 -0
- package/esm/public/orm/models/apiSetting.js +96 -0
- package/esm/public/orm/models/appLimitCap.d.ts +56 -0
- package/esm/public/orm/models/appLimitCap.js +96 -0
- package/esm/public/orm/models/appLimitCapsDefault.d.ts +56 -0
- package/esm/public/orm/models/appLimitCapsDefault.js +96 -0
- package/esm/public/orm/models/appLimitCredit.d.ts +56 -0
- package/esm/public/orm/models/appLimitCredit.js +96 -0
- package/esm/public/orm/models/appLimitCreditCode.d.ts +56 -0
- package/esm/public/orm/models/appLimitCreditCode.js +96 -0
- package/esm/public/orm/models/appLimitCreditCodeItem.d.ts +56 -0
- package/esm/public/orm/models/appLimitCreditCodeItem.js +96 -0
- package/esm/public/orm/models/appLimitCreditRedemption.d.ts +56 -0
- package/esm/public/orm/models/appLimitCreditRedemption.js +96 -0
- package/esm/public/orm/models/billingProviderModule.d.ts +56 -0
- package/esm/public/orm/models/billingProviderModule.js +96 -0
- package/esm/public/orm/models/corsSetting.d.ts +56 -0
- package/esm/public/orm/models/corsSetting.js +96 -0
- package/esm/public/orm/models/databaseSetting.d.ts +56 -0
- package/esm/public/orm/models/databaseSetting.js +96 -0
- package/esm/public/orm/models/function.d.ts +56 -0
- package/esm/public/orm/models/function.js +96 -0
- package/esm/public/orm/models/index.d.ts +19 -1
- package/esm/public/orm/models/index.js +19 -1
- package/esm/public/orm/models/orgLimitCap.d.ts +56 -0
- package/esm/public/orm/models/orgLimitCap.js +96 -0
- package/esm/public/orm/models/orgLimitCapsDefault.d.ts +56 -0
- package/esm/public/orm/models/orgLimitCapsDefault.js +96 -0
- package/esm/public/orm/models/orgLimitCredit.d.ts +56 -0
- package/esm/public/orm/models/orgLimitCredit.js +96 -0
- package/esm/public/orm/models/partition.d.ts +56 -0
- package/esm/public/orm/models/partition.js +96 -0
- package/esm/public/orm/models/pubkeySetting.d.ts +56 -0
- package/esm/public/orm/models/pubkeySetting.js +96 -0
- package/esm/public/orm/models/rlsSetting.d.ts +56 -0
- package/esm/public/orm/models/rlsSetting.js +96 -0
- package/esm/public/orm/models/webauthnSetting.d.ts +56 -0
- package/esm/public/orm/models/webauthnSetting.js +96 -0
- package/esm/public/orm/mutation/index.d.ts +9 -16
- package/esm/public/orm/mutation/index.js +12 -12
- package/esm/public/orm/query-builder.js +24 -0
- package/objects/orm/index.d.ts +0 -5
- package/objects/orm/input-types.d.ts +0 -38
- package/objects/orm/mutation/index.d.ts +1 -16
- package/objects/orm/mutation/index.js +0 -12
- package/objects/orm/query-builder.js +24 -0
- package/package.json +4 -4
- package/public/orm/index.d.ts +43 -7
- package/public/orm/index.js +38 -2
- package/public/orm/input-types.d.ts +4601 -321
- package/public/orm/input-types.js +21 -0
- package/public/orm/models/apiSetting.d.ts +56 -0
- package/public/orm/models/apiSetting.js +100 -0
- package/public/orm/models/appLimitCap.d.ts +56 -0
- package/public/orm/models/appLimitCap.js +100 -0
- package/public/orm/models/appLimitCapsDefault.d.ts +56 -0
- package/public/orm/models/appLimitCapsDefault.js +100 -0
- package/public/orm/models/appLimitCredit.d.ts +56 -0
- package/public/orm/models/appLimitCredit.js +100 -0
- package/public/orm/models/appLimitCreditCode.d.ts +56 -0
- package/public/orm/models/appLimitCreditCode.js +100 -0
- package/public/orm/models/appLimitCreditCodeItem.d.ts +56 -0
- package/public/orm/models/appLimitCreditCodeItem.js +100 -0
- package/public/orm/models/appLimitCreditRedemption.d.ts +56 -0
- package/public/orm/models/appLimitCreditRedemption.js +100 -0
- package/public/orm/models/billingProviderModule.d.ts +56 -0
- package/public/orm/models/billingProviderModule.js +100 -0
- package/public/orm/models/corsSetting.d.ts +56 -0
- package/public/orm/models/corsSetting.js +100 -0
- package/public/orm/models/databaseSetting.d.ts +56 -0
- package/public/orm/models/databaseSetting.js +100 -0
- package/public/orm/models/function.d.ts +56 -0
- package/public/orm/models/function.js +100 -0
- package/public/orm/models/index.d.ts +19 -1
- package/public/orm/models/index.js +41 -5
- package/public/orm/models/orgLimitCap.d.ts +56 -0
- package/public/orm/models/orgLimitCap.js +100 -0
- package/public/orm/models/orgLimitCapsDefault.d.ts +56 -0
- package/public/orm/models/orgLimitCapsDefault.js +100 -0
- package/public/orm/models/orgLimitCredit.d.ts +56 -0
- package/public/orm/models/orgLimitCredit.js +100 -0
- package/public/orm/models/partition.d.ts +56 -0
- package/public/orm/models/partition.js +100 -0
- package/public/orm/models/pubkeySetting.d.ts +56 -0
- package/public/orm/models/pubkeySetting.js +100 -0
- package/public/orm/models/rlsSetting.d.ts +56 -0
- package/public/orm/models/rlsSetting.js +100 -0
- package/public/orm/models/webauthnSetting.d.ts +56 -0
- package/public/orm/models/webauthnSetting.js +100 -0
- package/public/orm/mutation/index.d.ts +9 -16
- package/public/orm/mutation/index.js +12 -12
- package/public/orm/query-builder.js +24 -0
|
@@ -89,6 +89,30 @@ export function buildSelections(select, connectionFieldsMap, entityType) {
|
|
|
89
89
|
}
|
|
90
90
|
if (typeof value === 'object' && value !== null) {
|
|
91
91
|
const nested = value;
|
|
92
|
+
// Field with arguments (e.g. requestUploadUrl on bucket types)
|
|
93
|
+
if (nested.args && typeof nested.args === 'object') {
|
|
94
|
+
const fieldArgs = Object.entries(nested.args).map(([argName, argValue]) => t.argument({ name: argName, value: buildValueAst(argValue) }));
|
|
95
|
+
const nestedSelect = nested.select;
|
|
96
|
+
if (nestedSelect && typeof nestedSelect === 'object') {
|
|
97
|
+
const subSelections = Object.entries(nestedSelect)
|
|
98
|
+
.filter(([, v]) => v)
|
|
99
|
+
.map(([name]) => t.field({ name }));
|
|
100
|
+
fields.push(t.field({
|
|
101
|
+
name: key,
|
|
102
|
+
args: fieldArgs.length ? fieldArgs : undefined,
|
|
103
|
+
selectionSet: subSelections.length
|
|
104
|
+
? t.selectionSet({ selections: subSelections })
|
|
105
|
+
: undefined,
|
|
106
|
+
}));
|
|
107
|
+
}
|
|
108
|
+
else {
|
|
109
|
+
fields.push(t.field({
|
|
110
|
+
name: key,
|
|
111
|
+
args: fieldArgs.length ? fieldArgs : undefined,
|
|
112
|
+
}));
|
|
113
|
+
}
|
|
114
|
+
continue;
|
|
115
|
+
}
|
|
92
116
|
if (!nested.select || typeof nested.select !== 'object') {
|
|
93
117
|
throw new Error(`Invalid selection for field "${key}": nested selections must include a "select" object.`);
|
|
94
118
|
}
|
package/objects/orm/index.d.ts
CHANGED
|
@@ -103,11 +103,6 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
103
103
|
} & import("./select-types").StrictSelect<S, import("./input-types").SetAndCommitPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
104
104
|
setAndCommit: import("./select-types").InferSelectResult<import("./input-types").SetAndCommitPayload, S> | null;
|
|
105
105
|
}>;
|
|
106
|
-
requestUploadUrl: <S extends import("./input-types").RequestUploadUrlPayloadSelect>(args: import("./mutation").RequestUploadUrlVariables, options: {
|
|
107
|
-
select: S;
|
|
108
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").RequestUploadUrlPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
109
|
-
requestUploadUrl: import("./select-types").InferSelectResult<import("./input-types").RequestUploadUrlPayload, S> | null;
|
|
110
|
-
}>;
|
|
111
106
|
provisionBucket: <S extends import("./input-types").ProvisionBucketPayloadSelect>(args: import("./mutation").ProvisionBucketVariables, options: {
|
|
112
107
|
select: S;
|
|
113
108
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionBucketPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
@@ -629,25 +629,6 @@ export interface SetAndCommitInput {
|
|
|
629
629
|
kids?: string[];
|
|
630
630
|
ktree?: string[];
|
|
631
631
|
}
|
|
632
|
-
export interface RequestUploadUrlInput {
|
|
633
|
-
/** Bucket key (e.g., "public", "private") */
|
|
634
|
-
bucketKey: string;
|
|
635
|
-
/**
|
|
636
|
-
* Owner entity ID for entity-scoped uploads.
|
|
637
|
-
* Omit for app-level (database-wide) storage.
|
|
638
|
-
* When provided, resolves the storage module for the entity type
|
|
639
|
-
* that owns this entity instance (e.g., a data room ID, team ID).
|
|
640
|
-
*/
|
|
641
|
-
ownerId?: string;
|
|
642
|
-
/** SHA-256 content hash computed by the client (hex-encoded, 64 chars) */
|
|
643
|
-
contentHash: string;
|
|
644
|
-
/** MIME type of the file (e.g., "image/png") */
|
|
645
|
-
contentType: string;
|
|
646
|
-
/** File size in bytes */
|
|
647
|
-
size: number;
|
|
648
|
-
/** Original filename (optional, for display and Content-Disposition) */
|
|
649
|
-
filename?: string;
|
|
650
|
-
}
|
|
651
632
|
export interface ProvisionBucketInput {
|
|
652
633
|
/** The logical bucket key (e.g., "public", "private") */
|
|
653
634
|
bucketKey: string;
|
|
@@ -736,25 +717,6 @@ export type SetAndCommitPayloadSelect = {
|
|
|
736
717
|
clientMutationId?: boolean;
|
|
737
718
|
result?: boolean;
|
|
738
719
|
};
|
|
739
|
-
export interface RequestUploadUrlPayload {
|
|
740
|
-
/** Presigned PUT URL (null if file was deduplicated) */
|
|
741
|
-
uploadUrl?: string | null;
|
|
742
|
-
/** The file ID (existing if deduplicated, new if fresh upload) */
|
|
743
|
-
fileId: string;
|
|
744
|
-
/** The S3 object key */
|
|
745
|
-
key: string;
|
|
746
|
-
/** Whether this file was deduplicated (already exists with same hash) */
|
|
747
|
-
deduplicated: boolean;
|
|
748
|
-
/** Presigned URL expiry time (null if deduplicated) */
|
|
749
|
-
expiresAt?: string | null;
|
|
750
|
-
}
|
|
751
|
-
export type RequestUploadUrlPayloadSelect = {
|
|
752
|
-
uploadUrl?: boolean;
|
|
753
|
-
fileId?: boolean;
|
|
754
|
-
key?: boolean;
|
|
755
|
-
deduplicated?: boolean;
|
|
756
|
-
expiresAt?: boolean;
|
|
757
|
-
};
|
|
758
720
|
export interface ProvisionBucketPayload {
|
|
759
721
|
/** Whether provisioning succeeded */
|
|
760
722
|
success: boolean;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import { OrmClient } from '../client';
|
|
7
7
|
import { QueryBuilder } from '../query-builder';
|
|
8
8
|
import type { InferSelectResult, StrictSelect } from '../select-types';
|
|
9
|
-
import type { FreezeObjectsInput, InitEmptyRepoInput, RemoveNodeAtPathInput, SetDataAtPathInput, SetPropsAndCommitInput, InsertNodeAtPathInput, UpdateNodeAtPathInput, SetAndCommitInput,
|
|
9
|
+
import type { FreezeObjectsInput, InitEmptyRepoInput, RemoveNodeAtPathInput, SetDataAtPathInput, SetPropsAndCommitInput, InsertNodeAtPathInput, UpdateNodeAtPathInput, SetAndCommitInput, ProvisionBucketInput, FreezeObjectsPayload, InitEmptyRepoPayload, RemoveNodeAtPathPayload, SetDataAtPathPayload, SetPropsAndCommitPayload, InsertNodeAtPathPayload, UpdateNodeAtPathPayload, SetAndCommitPayload, ProvisionBucketPayload, FreezeObjectsPayloadSelect, InitEmptyRepoPayloadSelect, RemoveNodeAtPathPayloadSelect, SetDataAtPathPayloadSelect, SetPropsAndCommitPayloadSelect, InsertNodeAtPathPayloadSelect, UpdateNodeAtPathPayloadSelect, SetAndCommitPayloadSelect, ProvisionBucketPayloadSelect } from '../input-types';
|
|
10
10
|
export interface FreezeObjectsVariables {
|
|
11
11
|
input: FreezeObjectsInput;
|
|
12
12
|
}
|
|
@@ -31,16 +31,6 @@ export interface UpdateNodeAtPathVariables {
|
|
|
31
31
|
export interface SetAndCommitVariables {
|
|
32
32
|
input: SetAndCommitInput;
|
|
33
33
|
}
|
|
34
|
-
/**
|
|
35
|
-
* Variables for requestUploadUrl
|
|
36
|
-
* Request a presigned URL for uploading a file directly to S3.
|
|
37
|
-
Client computes SHA-256 of the file content and provides it here.
|
|
38
|
-
If a file with the same hash already exists (dedup), returns the
|
|
39
|
-
existing file ID and deduplicated=true with no uploadUrl.
|
|
40
|
-
*/
|
|
41
|
-
export interface RequestUploadUrlVariables {
|
|
42
|
-
input: RequestUploadUrlInput;
|
|
43
|
-
}
|
|
44
34
|
/**
|
|
45
35
|
* Variables for provisionBucket
|
|
46
36
|
* Provision an S3 bucket for a logical bucket in the database.
|
|
@@ -92,11 +82,6 @@ export declare function createMutationOperations(client: OrmClient): {
|
|
|
92
82
|
} & StrictSelect<S, SetAndCommitPayloadSelect>) => QueryBuilder<{
|
|
93
83
|
setAndCommit: InferSelectResult<SetAndCommitPayload, S> | null;
|
|
94
84
|
}>;
|
|
95
|
-
requestUploadUrl: <S extends RequestUploadUrlPayloadSelect>(args: RequestUploadUrlVariables, options: {
|
|
96
|
-
select: S;
|
|
97
|
-
} & StrictSelect<S, RequestUploadUrlPayloadSelect>) => QueryBuilder<{
|
|
98
|
-
requestUploadUrl: InferSelectResult<RequestUploadUrlPayload, S> | null;
|
|
99
|
-
}>;
|
|
100
85
|
provisionBucket: <S extends ProvisionBucketPayloadSelect>(args: ProvisionBucketVariables, options: {
|
|
101
86
|
select: S;
|
|
102
87
|
} & StrictSelect<S, ProvisionBucketPayloadSelect>) => QueryBuilder<{
|
|
@@ -101,18 +101,6 @@ function createMutationOperations(client) {
|
|
|
101
101
|
},
|
|
102
102
|
], input_types_1.connectionFieldsMap, 'SetAndCommitPayload'),
|
|
103
103
|
}),
|
|
104
|
-
requestUploadUrl: (args, options) => new query_builder_1.QueryBuilder({
|
|
105
|
-
client,
|
|
106
|
-
operation: 'mutation',
|
|
107
|
-
operationName: 'RequestUploadUrl',
|
|
108
|
-
fieldName: 'requestUploadUrl',
|
|
109
|
-
...(0, query_builder_1.buildCustomDocument)('mutation', 'RequestUploadUrl', 'requestUploadUrl', options.select, args, [
|
|
110
|
-
{
|
|
111
|
-
name: 'input',
|
|
112
|
-
type: 'RequestUploadUrlInput!',
|
|
113
|
-
},
|
|
114
|
-
], input_types_1.connectionFieldsMap, 'RequestUploadUrlPayload'),
|
|
115
|
-
}),
|
|
116
104
|
provisionBucket: (args, options) => new query_builder_1.QueryBuilder({
|
|
117
105
|
client,
|
|
118
106
|
operation: 'mutation',
|
|
@@ -137,6 +137,30 @@ function buildSelections(select, connectionFieldsMap, entityType) {
|
|
|
137
137
|
}
|
|
138
138
|
if (typeof value === 'object' && value !== null) {
|
|
139
139
|
const nested = value;
|
|
140
|
+
// Field with arguments (e.g. requestUploadUrl on bucket types)
|
|
141
|
+
if (nested.args && typeof nested.args === 'object') {
|
|
142
|
+
const fieldArgs = Object.entries(nested.args).map(([argName, argValue]) => t.argument({ name: argName, value: buildValueAst(argValue) }));
|
|
143
|
+
const nestedSelect = nested.select;
|
|
144
|
+
if (nestedSelect && typeof nestedSelect === 'object') {
|
|
145
|
+
const subSelections = Object.entries(nestedSelect)
|
|
146
|
+
.filter(([, v]) => v)
|
|
147
|
+
.map(([name]) => t.field({ name }));
|
|
148
|
+
fields.push(t.field({
|
|
149
|
+
name: key,
|
|
150
|
+
args: fieldArgs.length ? fieldArgs : undefined,
|
|
151
|
+
selectionSet: subSelections.length
|
|
152
|
+
? t.selectionSet({ selections: subSelections })
|
|
153
|
+
: undefined,
|
|
154
|
+
}));
|
|
155
|
+
}
|
|
156
|
+
else {
|
|
157
|
+
fields.push(t.field({
|
|
158
|
+
name: key,
|
|
159
|
+
args: fieldArgs.length ? fieldArgs : undefined,
|
|
160
|
+
}));
|
|
161
|
+
}
|
|
162
|
+
continue;
|
|
163
|
+
}
|
|
140
164
|
if (!nested.select || typeof nested.select !== 'object') {
|
|
141
165
|
throw new Error(`Invalid selection for field "${key}": nested selections must include a "select" object.`);
|
|
142
166
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/sdk",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.5",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive SDK - Auto-generated GraphQL types and ORM client",
|
|
6
6
|
"main": "index.js",
|
|
@@ -42,17 +42,17 @@
|
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@0no-co/graphql.web": "^1.1.2",
|
|
45
|
-
"@constructive-io/graphql-query": "^3.21.
|
|
45
|
+
"@constructive-io/graphql-query": "^3.21.2",
|
|
46
46
|
"@constructive-io/graphql-types": "^3.8.0",
|
|
47
47
|
"gql-ast": "^3.8.0",
|
|
48
48
|
"graphql": "16.13.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@constructive-io/graphql-codegen": "^4.38.
|
|
51
|
+
"@constructive-io/graphql-codegen": "^4.38.2",
|
|
52
52
|
"@types/node": "^22.19.11",
|
|
53
53
|
"makage": "^0.3.0",
|
|
54
54
|
"tsx": "^4.19.0",
|
|
55
55
|
"typescript": "^5.9.3"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "38a99d5e61d756271a0024eb16d4f85923da936f"
|
|
58
58
|
}
|
package/public/orm/index.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ import { TableModel } from './models/table';
|
|
|
12
12
|
import { CheckConstraintModel } from './models/checkConstraint';
|
|
13
13
|
import { FieldModel } from './models/field';
|
|
14
14
|
import { SpatialRelationModel } from './models/spatialRelation';
|
|
15
|
+
import { PartitionModel } from './models/partition';
|
|
15
16
|
import { ForeignKeyConstraintModel } from './models/foreignKeyConstraint';
|
|
16
17
|
import { FullTextSearchModel } from './models/fullTextSearch';
|
|
17
18
|
import { IndexModel } from './models/index';
|
|
@@ -32,17 +33,20 @@ import { IdentityProvidersModuleModel } from './models/identityProvidersModule';
|
|
|
32
33
|
import { SchemaGrantModel } from './models/schemaGrant';
|
|
33
34
|
import { DefaultPrivilegeModel } from './models/defaultPrivilege';
|
|
34
35
|
import { EnumModel } from './models/enum';
|
|
36
|
+
import { FunctionModel } from './models/function';
|
|
35
37
|
import { ApiSchemaModel } from './models/apiSchema';
|
|
36
38
|
import { ApiModuleModel } from './models/apiModule';
|
|
37
39
|
import { DomainModel } from './models/domain';
|
|
38
40
|
import { SiteMetadatumModel } from './models/siteMetadatum';
|
|
39
41
|
import { SiteModuleModel } from './models/siteModule';
|
|
40
42
|
import { SiteThemeModel } from './models/siteTheme';
|
|
43
|
+
import { CorsSettingModel } from './models/corsSetting';
|
|
41
44
|
import { TriggerFunctionModel } from './models/triggerFunction';
|
|
42
45
|
import { DatabaseTransferModel } from './models/databaseTransfer';
|
|
43
46
|
import { ApiModel } from './models/api';
|
|
44
47
|
import { SiteModel } from './models/site';
|
|
45
48
|
import { AppModel } from './models/app';
|
|
49
|
+
import { ApiSettingModel } from './models/apiSetting';
|
|
46
50
|
import { ConnectedAccountsModuleModel } from './models/connectedAccountsModule';
|
|
47
51
|
import { CryptoAddressesModuleModel } from './models/cryptoAddressesModule';
|
|
48
52
|
import { CryptoAuthModuleModel } from './models/cryptoAuthModule';
|
|
@@ -84,7 +88,11 @@ import { OrgChartEdgeModel } from './models/orgChartEdge';
|
|
|
84
88
|
import { OrgChartEdgeGrantModel } from './models/orgChartEdgeGrant';
|
|
85
89
|
import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
|
|
86
90
|
import { AppLimitModel } from './models/appLimit';
|
|
91
|
+
import { AppLimitCreditModel } from './models/appLimitCredit';
|
|
92
|
+
import { AppLimitCreditCodeItemModel } from './models/appLimitCreditCodeItem';
|
|
93
|
+
import { AppLimitCreditRedemptionModel } from './models/appLimitCreditRedemption';
|
|
87
94
|
import { OrgLimitModel } from './models/orgLimit';
|
|
95
|
+
import { OrgLimitCreditModel } from './models/orgLimitCredit';
|
|
88
96
|
import { OrgLimitAggregateModel } from './models/orgLimitAggregate';
|
|
89
97
|
import { AppStepModel } from './models/appStep';
|
|
90
98
|
import { AppAchievementModel } from './models/appAchievement';
|
|
@@ -106,6 +114,11 @@ import { IdentityProviderModel } from './models/identityProvider';
|
|
|
106
114
|
import { RefModel } from './models/ref';
|
|
107
115
|
import { StoreModel } from './models/store';
|
|
108
116
|
import { AppPermissionDefaultModel } from './models/appPermissionDefault';
|
|
117
|
+
import { AppLimitCreditCodeModel } from './models/appLimitCreditCode';
|
|
118
|
+
import { AppLimitCapsDefaultModel } from './models/appLimitCapsDefault';
|
|
119
|
+
import { OrgLimitCapsDefaultModel } from './models/orgLimitCapsDefault';
|
|
120
|
+
import { AppLimitCapModel } from './models/appLimitCap';
|
|
121
|
+
import { OrgLimitCapModel } from './models/orgLimitCap';
|
|
109
122
|
import { MembershipTypeModel } from './models/membershipType';
|
|
110
123
|
import { MigrateFileModel } from './models/migrateFile';
|
|
111
124
|
import { DevicesModuleModel } from './models/devicesModule';
|
|
@@ -114,19 +127,24 @@ import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
|
114
127
|
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
115
128
|
import { UserConnectedAccountModel } from './models/userConnectedAccount';
|
|
116
129
|
import { CommitModel } from './models/commit';
|
|
130
|
+
import { PubkeySettingModel } from './models/pubkeySetting';
|
|
117
131
|
import { RateLimitsModuleModel } from './models/rateLimitsModule';
|
|
118
132
|
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
119
133
|
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
134
|
+
import { RlsSettingModel } from './models/rlsSetting';
|
|
120
135
|
import { AppLimitEventModel } from './models/appLimitEvent';
|
|
121
136
|
import { OrgLimitEventModel } from './models/orgLimitEvent';
|
|
122
|
-
import { PlansModuleModel } from './models/plansModule';
|
|
123
137
|
import { RlsModuleModel } from './models/rlsModule';
|
|
138
|
+
import { DatabaseSettingModel } from './models/databaseSetting';
|
|
139
|
+
import { PlansModuleModel } from './models/plansModule';
|
|
124
140
|
import { SqlActionModel } from './models/sqlAction';
|
|
125
141
|
import { BillingModuleModel } from './models/billingModule';
|
|
126
142
|
import { AstMigrationModel } from './models/astMigration';
|
|
127
143
|
import { UserModel } from './models/user';
|
|
128
144
|
import { OrgMembershipSettingModel } from './models/orgMembershipSetting';
|
|
145
|
+
import { WebauthnSettingModel } from './models/webauthnSetting';
|
|
129
146
|
import { AppMembershipModel } from './models/appMembership';
|
|
147
|
+
import { BillingProviderModuleModel } from './models/billingProviderModule';
|
|
130
148
|
import { HierarchyModuleModel } from './models/hierarchyModule';
|
|
131
149
|
export type { OrmClientConfig, QueryResult, GraphQLError, GraphQLAdapter } from './client';
|
|
132
150
|
export { GraphQLRequestError } from './client';
|
|
@@ -172,6 +190,7 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
172
190
|
checkConstraint: CheckConstraintModel;
|
|
173
191
|
field: FieldModel;
|
|
174
192
|
spatialRelation: SpatialRelationModel;
|
|
193
|
+
partition: PartitionModel;
|
|
175
194
|
foreignKeyConstraint: ForeignKeyConstraintModel;
|
|
176
195
|
fullTextSearch: FullTextSearchModel;
|
|
177
196
|
index: IndexModel;
|
|
@@ -192,17 +211,20 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
192
211
|
schemaGrant: SchemaGrantModel;
|
|
193
212
|
defaultPrivilege: DefaultPrivilegeModel;
|
|
194
213
|
enum: EnumModel;
|
|
214
|
+
function: FunctionModel;
|
|
195
215
|
apiSchema: ApiSchemaModel;
|
|
196
216
|
apiModule: ApiModuleModel;
|
|
197
217
|
domain: DomainModel;
|
|
198
218
|
siteMetadatum: SiteMetadatumModel;
|
|
199
219
|
siteModule: SiteModuleModel;
|
|
200
220
|
siteTheme: SiteThemeModel;
|
|
221
|
+
corsSetting: CorsSettingModel;
|
|
201
222
|
triggerFunction: TriggerFunctionModel;
|
|
202
223
|
databaseTransfer: DatabaseTransferModel;
|
|
203
224
|
api: ApiModel;
|
|
204
225
|
site: SiteModel;
|
|
205
226
|
app: AppModel;
|
|
227
|
+
apiSetting: ApiSettingModel;
|
|
206
228
|
connectedAccountsModule: ConnectedAccountsModuleModel;
|
|
207
229
|
cryptoAddressesModule: CryptoAddressesModuleModel;
|
|
208
230
|
cryptoAuthModule: CryptoAuthModuleModel;
|
|
@@ -244,7 +266,11 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
244
266
|
orgChartEdgeGrant: OrgChartEdgeGrantModel;
|
|
245
267
|
orgPermissionDefault: OrgPermissionDefaultModel;
|
|
246
268
|
appLimit: AppLimitModel;
|
|
269
|
+
appLimitCredit: AppLimitCreditModel;
|
|
270
|
+
appLimitCreditCodeItem: AppLimitCreditCodeItemModel;
|
|
271
|
+
appLimitCreditRedemption: AppLimitCreditRedemptionModel;
|
|
247
272
|
orgLimit: OrgLimitModel;
|
|
273
|
+
orgLimitCredit: OrgLimitCreditModel;
|
|
248
274
|
orgLimitAggregate: OrgLimitAggregateModel;
|
|
249
275
|
appStep: AppStepModel;
|
|
250
276
|
appAchievement: AppAchievementModel;
|
|
@@ -266,6 +292,11 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
266
292
|
ref: RefModel;
|
|
267
293
|
store: StoreModel;
|
|
268
294
|
appPermissionDefault: AppPermissionDefaultModel;
|
|
295
|
+
appLimitCreditCode: AppLimitCreditCodeModel;
|
|
296
|
+
appLimitCapsDefault: AppLimitCapsDefaultModel;
|
|
297
|
+
orgLimitCapsDefault: OrgLimitCapsDefaultModel;
|
|
298
|
+
appLimitCap: AppLimitCapModel;
|
|
299
|
+
orgLimitCap: OrgLimitCapModel;
|
|
269
300
|
membershipType: MembershipTypeModel;
|
|
270
301
|
migrateFile: MigrateFileModel;
|
|
271
302
|
devicesModule: DevicesModuleModel;
|
|
@@ -274,19 +305,24 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
274
305
|
orgLimitDefault: OrgLimitDefaultModel;
|
|
275
306
|
userConnectedAccount: UserConnectedAccountModel;
|
|
276
307
|
commit: CommitModel;
|
|
308
|
+
pubkeySetting: PubkeySettingModel;
|
|
277
309
|
rateLimitsModule: RateLimitsModuleModel;
|
|
278
310
|
appMembershipDefault: AppMembershipDefaultModel;
|
|
279
311
|
orgMembershipDefault: OrgMembershipDefaultModel;
|
|
312
|
+
rlsSetting: RlsSettingModel;
|
|
280
313
|
appLimitEvent: AppLimitEventModel;
|
|
281
314
|
orgLimitEvent: OrgLimitEventModel;
|
|
282
|
-
plansModule: PlansModuleModel;
|
|
283
315
|
rlsModule: RlsModuleModel;
|
|
316
|
+
databaseSetting: DatabaseSettingModel;
|
|
317
|
+
plansModule: PlansModuleModel;
|
|
284
318
|
sqlAction: SqlActionModel;
|
|
285
319
|
billingModule: BillingModuleModel;
|
|
286
320
|
astMigration: AstMigrationModel;
|
|
287
321
|
user: UserModel;
|
|
288
322
|
orgMembershipSetting: OrgMembershipSettingModel;
|
|
323
|
+
webauthnSetting: WebauthnSettingModel;
|
|
289
324
|
appMembership: AppMembershipModel;
|
|
325
|
+
billingProviderModule: BillingProviderModuleModel;
|
|
290
326
|
hierarchyModule: HierarchyModuleModel;
|
|
291
327
|
query: {
|
|
292
328
|
currentUserId: (options?: {
|
|
@@ -531,6 +567,11 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
531
567
|
} & import("./select-types").StrictSelect<S, import("./input-types").SetFieldOrderPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
532
568
|
setFieldOrder: import("./select-types").InferSelectResult<import("./input-types").SetFieldOrderPayload, S> | null;
|
|
533
569
|
}>;
|
|
570
|
+
appendSmartTags: <S extends import("./input-types").AppendSmartTagsPayloadSelect>(args: import("./mutation").AppendSmartTagsVariables, options: {
|
|
571
|
+
select: S;
|
|
572
|
+
} & import("./select-types").StrictSelect<S, import("./input-types").AppendSmartTagsPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
573
|
+
appendSmartTags: import("./select-types").InferSelectResult<import("./input-types").AppendSmartTagsPayload, S> | null;
|
|
574
|
+
}>;
|
|
534
575
|
provisionUniqueConstraint: <S extends import("./input-types").ProvisionUniqueConstraintPayloadSelect>(args: import("./mutation").ProvisionUniqueConstraintVariables, options: {
|
|
535
576
|
select: S;
|
|
536
577
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionUniqueConstraintPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
@@ -636,11 +677,6 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
636
677
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionTablePayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
637
678
|
provisionTable: import("./select-types").InferSelectResult<import("./input-types").ProvisionTablePayload, S> | null;
|
|
638
679
|
}>;
|
|
639
|
-
requestUploadUrl: <S extends import("./input-types").RequestUploadUrlPayloadSelect>(args: import("./mutation").RequestUploadUrlVariables, options: {
|
|
640
|
-
select: S;
|
|
641
|
-
} & import("./select-types").StrictSelect<S, import("./input-types").RequestUploadUrlPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
|
642
|
-
requestUploadUrl: import("./select-types").InferSelectResult<import("./input-types").RequestUploadUrlPayload, S> | null;
|
|
643
|
-
}>;
|
|
644
680
|
provisionBucket: <S extends import("./input-types").ProvisionBucketPayloadSelect>(args: import("./mutation").ProvisionBucketVariables, options: {
|
|
645
681
|
select: S;
|
|
646
682
|
} & import("./select-types").StrictSelect<S, import("./input-types").ProvisionBucketPayloadSelect>) => import("./query-builder").QueryBuilder<{
|
package/public/orm/index.js
CHANGED
|
@@ -35,6 +35,7 @@ const table_1 = require("./models/table");
|
|
|
35
35
|
const checkConstraint_1 = require("./models/checkConstraint");
|
|
36
36
|
const field_1 = require("./models/field");
|
|
37
37
|
const spatialRelation_1 = require("./models/spatialRelation");
|
|
38
|
+
const partition_1 = require("./models/partition");
|
|
38
39
|
const foreignKeyConstraint_1 = require("./models/foreignKeyConstraint");
|
|
39
40
|
const fullTextSearch_1 = require("./models/fullTextSearch");
|
|
40
41
|
const index_1 = require("./models/index");
|
|
@@ -55,17 +56,20 @@ const identityProvidersModule_1 = require("./models/identityProvidersModule");
|
|
|
55
56
|
const schemaGrant_1 = require("./models/schemaGrant");
|
|
56
57
|
const defaultPrivilege_1 = require("./models/defaultPrivilege");
|
|
57
58
|
const enum_1 = require("./models/enum");
|
|
59
|
+
const function_1 = require("./models/function");
|
|
58
60
|
const apiSchema_1 = require("./models/apiSchema");
|
|
59
61
|
const apiModule_1 = require("./models/apiModule");
|
|
60
62
|
const domain_1 = require("./models/domain");
|
|
61
63
|
const siteMetadatum_1 = require("./models/siteMetadatum");
|
|
62
64
|
const siteModule_1 = require("./models/siteModule");
|
|
63
65
|
const siteTheme_1 = require("./models/siteTheme");
|
|
66
|
+
const corsSetting_1 = require("./models/corsSetting");
|
|
64
67
|
const triggerFunction_1 = require("./models/triggerFunction");
|
|
65
68
|
const databaseTransfer_1 = require("./models/databaseTransfer");
|
|
66
69
|
const api_1 = require("./models/api");
|
|
67
70
|
const site_1 = require("./models/site");
|
|
68
71
|
const app_1 = require("./models/app");
|
|
72
|
+
const apiSetting_1 = require("./models/apiSetting");
|
|
69
73
|
const connectedAccountsModule_1 = require("./models/connectedAccountsModule");
|
|
70
74
|
const cryptoAddressesModule_1 = require("./models/cryptoAddressesModule");
|
|
71
75
|
const cryptoAuthModule_1 = require("./models/cryptoAuthModule");
|
|
@@ -107,7 +111,11 @@ const orgChartEdge_1 = require("./models/orgChartEdge");
|
|
|
107
111
|
const orgChartEdgeGrant_1 = require("./models/orgChartEdgeGrant");
|
|
108
112
|
const orgPermissionDefault_1 = require("./models/orgPermissionDefault");
|
|
109
113
|
const appLimit_1 = require("./models/appLimit");
|
|
114
|
+
const appLimitCredit_1 = require("./models/appLimitCredit");
|
|
115
|
+
const appLimitCreditCodeItem_1 = require("./models/appLimitCreditCodeItem");
|
|
116
|
+
const appLimitCreditRedemption_1 = require("./models/appLimitCreditRedemption");
|
|
110
117
|
const orgLimit_1 = require("./models/orgLimit");
|
|
118
|
+
const orgLimitCredit_1 = require("./models/orgLimitCredit");
|
|
111
119
|
const orgLimitAggregate_1 = require("./models/orgLimitAggregate");
|
|
112
120
|
const appStep_1 = require("./models/appStep");
|
|
113
121
|
const appAchievement_1 = require("./models/appAchievement");
|
|
@@ -129,6 +137,11 @@ const identityProvider_1 = require("./models/identityProvider");
|
|
|
129
137
|
const ref_1 = require("./models/ref");
|
|
130
138
|
const store_1 = require("./models/store");
|
|
131
139
|
const appPermissionDefault_1 = require("./models/appPermissionDefault");
|
|
140
|
+
const appLimitCreditCode_1 = require("./models/appLimitCreditCode");
|
|
141
|
+
const appLimitCapsDefault_1 = require("./models/appLimitCapsDefault");
|
|
142
|
+
const orgLimitCapsDefault_1 = require("./models/orgLimitCapsDefault");
|
|
143
|
+
const appLimitCap_1 = require("./models/appLimitCap");
|
|
144
|
+
const orgLimitCap_1 = require("./models/orgLimitCap");
|
|
132
145
|
const membershipType_1 = require("./models/membershipType");
|
|
133
146
|
const migrateFile_1 = require("./models/migrateFile");
|
|
134
147
|
const devicesModule_1 = require("./models/devicesModule");
|
|
@@ -137,19 +150,24 @@ const appLimitDefault_1 = require("./models/appLimitDefault");
|
|
|
137
150
|
const orgLimitDefault_1 = require("./models/orgLimitDefault");
|
|
138
151
|
const userConnectedAccount_1 = require("./models/userConnectedAccount");
|
|
139
152
|
const commit_1 = require("./models/commit");
|
|
153
|
+
const pubkeySetting_1 = require("./models/pubkeySetting");
|
|
140
154
|
const rateLimitsModule_1 = require("./models/rateLimitsModule");
|
|
141
155
|
const appMembershipDefault_1 = require("./models/appMembershipDefault");
|
|
142
156
|
const orgMembershipDefault_1 = require("./models/orgMembershipDefault");
|
|
157
|
+
const rlsSetting_1 = require("./models/rlsSetting");
|
|
143
158
|
const appLimitEvent_1 = require("./models/appLimitEvent");
|
|
144
159
|
const orgLimitEvent_1 = require("./models/orgLimitEvent");
|
|
145
|
-
const plansModule_1 = require("./models/plansModule");
|
|
146
160
|
const rlsModule_1 = require("./models/rlsModule");
|
|
161
|
+
const databaseSetting_1 = require("./models/databaseSetting");
|
|
162
|
+
const plansModule_1 = require("./models/plansModule");
|
|
147
163
|
const sqlAction_1 = require("./models/sqlAction");
|
|
148
164
|
const billingModule_1 = require("./models/billingModule");
|
|
149
165
|
const astMigration_1 = require("./models/astMigration");
|
|
150
166
|
const user_1 = require("./models/user");
|
|
151
167
|
const orgMembershipSetting_1 = require("./models/orgMembershipSetting");
|
|
168
|
+
const webauthnSetting_1 = require("./models/webauthnSetting");
|
|
152
169
|
const appMembership_1 = require("./models/appMembership");
|
|
170
|
+
const billingProviderModule_1 = require("./models/billingProviderModule");
|
|
153
171
|
const hierarchyModule_1 = require("./models/hierarchyModule");
|
|
154
172
|
const query_1 = require("./query");
|
|
155
173
|
const mutation_1 = require("./mutation");
|
|
@@ -202,6 +220,7 @@ function createClient(config) {
|
|
|
202
220
|
checkConstraint: new checkConstraint_1.CheckConstraintModel(client),
|
|
203
221
|
field: new field_1.FieldModel(client),
|
|
204
222
|
spatialRelation: new spatialRelation_1.SpatialRelationModel(client),
|
|
223
|
+
partition: new partition_1.PartitionModel(client),
|
|
205
224
|
foreignKeyConstraint: new foreignKeyConstraint_1.ForeignKeyConstraintModel(client),
|
|
206
225
|
fullTextSearch: new fullTextSearch_1.FullTextSearchModel(client),
|
|
207
226
|
index: new index_1.IndexModel(client),
|
|
@@ -222,17 +241,20 @@ function createClient(config) {
|
|
|
222
241
|
schemaGrant: new schemaGrant_1.SchemaGrantModel(client),
|
|
223
242
|
defaultPrivilege: new defaultPrivilege_1.DefaultPrivilegeModel(client),
|
|
224
243
|
enum: new enum_1.EnumModel(client),
|
|
244
|
+
function: new function_1.FunctionModel(client),
|
|
225
245
|
apiSchema: new apiSchema_1.ApiSchemaModel(client),
|
|
226
246
|
apiModule: new apiModule_1.ApiModuleModel(client),
|
|
227
247
|
domain: new domain_1.DomainModel(client),
|
|
228
248
|
siteMetadatum: new siteMetadatum_1.SiteMetadatumModel(client),
|
|
229
249
|
siteModule: new siteModule_1.SiteModuleModel(client),
|
|
230
250
|
siteTheme: new siteTheme_1.SiteThemeModel(client),
|
|
251
|
+
corsSetting: new corsSetting_1.CorsSettingModel(client),
|
|
231
252
|
triggerFunction: new triggerFunction_1.TriggerFunctionModel(client),
|
|
232
253
|
databaseTransfer: new databaseTransfer_1.DatabaseTransferModel(client),
|
|
233
254
|
api: new api_1.ApiModel(client),
|
|
234
255
|
site: new site_1.SiteModel(client),
|
|
235
256
|
app: new app_1.AppModel(client),
|
|
257
|
+
apiSetting: new apiSetting_1.ApiSettingModel(client),
|
|
236
258
|
connectedAccountsModule: new connectedAccountsModule_1.ConnectedAccountsModuleModel(client),
|
|
237
259
|
cryptoAddressesModule: new cryptoAddressesModule_1.CryptoAddressesModuleModel(client),
|
|
238
260
|
cryptoAuthModule: new cryptoAuthModule_1.CryptoAuthModuleModel(client),
|
|
@@ -274,7 +296,11 @@ function createClient(config) {
|
|
|
274
296
|
orgChartEdgeGrant: new orgChartEdgeGrant_1.OrgChartEdgeGrantModel(client),
|
|
275
297
|
orgPermissionDefault: new orgPermissionDefault_1.OrgPermissionDefaultModel(client),
|
|
276
298
|
appLimit: new appLimit_1.AppLimitModel(client),
|
|
299
|
+
appLimitCredit: new appLimitCredit_1.AppLimitCreditModel(client),
|
|
300
|
+
appLimitCreditCodeItem: new appLimitCreditCodeItem_1.AppLimitCreditCodeItemModel(client),
|
|
301
|
+
appLimitCreditRedemption: new appLimitCreditRedemption_1.AppLimitCreditRedemptionModel(client),
|
|
277
302
|
orgLimit: new orgLimit_1.OrgLimitModel(client),
|
|
303
|
+
orgLimitCredit: new orgLimitCredit_1.OrgLimitCreditModel(client),
|
|
278
304
|
orgLimitAggregate: new orgLimitAggregate_1.OrgLimitAggregateModel(client),
|
|
279
305
|
appStep: new appStep_1.AppStepModel(client),
|
|
280
306
|
appAchievement: new appAchievement_1.AppAchievementModel(client),
|
|
@@ -296,6 +322,11 @@ function createClient(config) {
|
|
|
296
322
|
ref: new ref_1.RefModel(client),
|
|
297
323
|
store: new store_1.StoreModel(client),
|
|
298
324
|
appPermissionDefault: new appPermissionDefault_1.AppPermissionDefaultModel(client),
|
|
325
|
+
appLimitCreditCode: new appLimitCreditCode_1.AppLimitCreditCodeModel(client),
|
|
326
|
+
appLimitCapsDefault: new appLimitCapsDefault_1.AppLimitCapsDefaultModel(client),
|
|
327
|
+
orgLimitCapsDefault: new orgLimitCapsDefault_1.OrgLimitCapsDefaultModel(client),
|
|
328
|
+
appLimitCap: new appLimitCap_1.AppLimitCapModel(client),
|
|
329
|
+
orgLimitCap: new orgLimitCap_1.OrgLimitCapModel(client),
|
|
299
330
|
membershipType: new membershipType_1.MembershipTypeModel(client),
|
|
300
331
|
migrateFile: new migrateFile_1.MigrateFileModel(client),
|
|
301
332
|
devicesModule: new devicesModule_1.DevicesModuleModel(client),
|
|
@@ -304,19 +335,24 @@ function createClient(config) {
|
|
|
304
335
|
orgLimitDefault: new orgLimitDefault_1.OrgLimitDefaultModel(client),
|
|
305
336
|
userConnectedAccount: new userConnectedAccount_1.UserConnectedAccountModel(client),
|
|
306
337
|
commit: new commit_1.CommitModel(client),
|
|
338
|
+
pubkeySetting: new pubkeySetting_1.PubkeySettingModel(client),
|
|
307
339
|
rateLimitsModule: new rateLimitsModule_1.RateLimitsModuleModel(client),
|
|
308
340
|
appMembershipDefault: new appMembershipDefault_1.AppMembershipDefaultModel(client),
|
|
309
341
|
orgMembershipDefault: new orgMembershipDefault_1.OrgMembershipDefaultModel(client),
|
|
342
|
+
rlsSetting: new rlsSetting_1.RlsSettingModel(client),
|
|
310
343
|
appLimitEvent: new appLimitEvent_1.AppLimitEventModel(client),
|
|
311
344
|
orgLimitEvent: new orgLimitEvent_1.OrgLimitEventModel(client),
|
|
312
|
-
plansModule: new plansModule_1.PlansModuleModel(client),
|
|
313
345
|
rlsModule: new rlsModule_1.RlsModuleModel(client),
|
|
346
|
+
databaseSetting: new databaseSetting_1.DatabaseSettingModel(client),
|
|
347
|
+
plansModule: new plansModule_1.PlansModuleModel(client),
|
|
314
348
|
sqlAction: new sqlAction_1.SqlActionModel(client),
|
|
315
349
|
billingModule: new billingModule_1.BillingModuleModel(client),
|
|
316
350
|
astMigration: new astMigration_1.AstMigrationModel(client),
|
|
317
351
|
user: new user_1.UserModel(client),
|
|
318
352
|
orgMembershipSetting: new orgMembershipSetting_1.OrgMembershipSettingModel(client),
|
|
353
|
+
webauthnSetting: new webauthnSetting_1.WebauthnSettingModel(client),
|
|
319
354
|
appMembership: new appMembership_1.AppMembershipModel(client),
|
|
355
|
+
billingProviderModule: new billingProviderModule_1.BillingProviderModuleModel(client),
|
|
320
356
|
hierarchyModule: new hierarchyModule_1.HierarchyModuleModel(client),
|
|
321
357
|
query: (0, query_1.createQueryOperations)(client),
|
|
322
358
|
mutation: (0, mutation_1.createMutationOperations)(client),
|