@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
|
@@ -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/esm/public/orm/index.js
CHANGED
|
@@ -17,6 +17,7 @@ import { TableModel } from './models/table';
|
|
|
17
17
|
import { CheckConstraintModel } from './models/checkConstraint';
|
|
18
18
|
import { FieldModel } from './models/field';
|
|
19
19
|
import { SpatialRelationModel } from './models/spatialRelation';
|
|
20
|
+
import { PartitionModel } from './models/partition';
|
|
20
21
|
import { ForeignKeyConstraintModel } from './models/foreignKeyConstraint';
|
|
21
22
|
import { FullTextSearchModel } from './models/fullTextSearch';
|
|
22
23
|
import { IndexModel } from './models/index';
|
|
@@ -37,17 +38,20 @@ import { IdentityProvidersModuleModel } from './models/identityProvidersModule';
|
|
|
37
38
|
import { SchemaGrantModel } from './models/schemaGrant';
|
|
38
39
|
import { DefaultPrivilegeModel } from './models/defaultPrivilege';
|
|
39
40
|
import { EnumModel } from './models/enum';
|
|
41
|
+
import { FunctionModel } from './models/function';
|
|
40
42
|
import { ApiSchemaModel } from './models/apiSchema';
|
|
41
43
|
import { ApiModuleModel } from './models/apiModule';
|
|
42
44
|
import { DomainModel } from './models/domain';
|
|
43
45
|
import { SiteMetadatumModel } from './models/siteMetadatum';
|
|
44
46
|
import { SiteModuleModel } from './models/siteModule';
|
|
45
47
|
import { SiteThemeModel } from './models/siteTheme';
|
|
48
|
+
import { CorsSettingModel } from './models/corsSetting';
|
|
46
49
|
import { TriggerFunctionModel } from './models/triggerFunction';
|
|
47
50
|
import { DatabaseTransferModel } from './models/databaseTransfer';
|
|
48
51
|
import { ApiModel } from './models/api';
|
|
49
52
|
import { SiteModel } from './models/site';
|
|
50
53
|
import { AppModel } from './models/app';
|
|
54
|
+
import { ApiSettingModel } from './models/apiSetting';
|
|
51
55
|
import { ConnectedAccountsModuleModel } from './models/connectedAccountsModule';
|
|
52
56
|
import { CryptoAddressesModuleModel } from './models/cryptoAddressesModule';
|
|
53
57
|
import { CryptoAuthModuleModel } from './models/cryptoAuthModule';
|
|
@@ -89,7 +93,11 @@ import { OrgChartEdgeModel } from './models/orgChartEdge';
|
|
|
89
93
|
import { OrgChartEdgeGrantModel } from './models/orgChartEdgeGrant';
|
|
90
94
|
import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
|
|
91
95
|
import { AppLimitModel } from './models/appLimit';
|
|
96
|
+
import { AppLimitCreditModel } from './models/appLimitCredit';
|
|
97
|
+
import { AppLimitCreditCodeItemModel } from './models/appLimitCreditCodeItem';
|
|
98
|
+
import { AppLimitCreditRedemptionModel } from './models/appLimitCreditRedemption';
|
|
92
99
|
import { OrgLimitModel } from './models/orgLimit';
|
|
100
|
+
import { OrgLimitCreditModel } from './models/orgLimitCredit';
|
|
93
101
|
import { OrgLimitAggregateModel } from './models/orgLimitAggregate';
|
|
94
102
|
import { AppStepModel } from './models/appStep';
|
|
95
103
|
import { AppAchievementModel } from './models/appAchievement';
|
|
@@ -111,6 +119,11 @@ import { IdentityProviderModel } from './models/identityProvider';
|
|
|
111
119
|
import { RefModel } from './models/ref';
|
|
112
120
|
import { StoreModel } from './models/store';
|
|
113
121
|
import { AppPermissionDefaultModel } from './models/appPermissionDefault';
|
|
122
|
+
import { AppLimitCreditCodeModel } from './models/appLimitCreditCode';
|
|
123
|
+
import { AppLimitCapsDefaultModel } from './models/appLimitCapsDefault';
|
|
124
|
+
import { OrgLimitCapsDefaultModel } from './models/orgLimitCapsDefault';
|
|
125
|
+
import { AppLimitCapModel } from './models/appLimitCap';
|
|
126
|
+
import { OrgLimitCapModel } from './models/orgLimitCap';
|
|
114
127
|
import { MembershipTypeModel } from './models/membershipType';
|
|
115
128
|
import { MigrateFileModel } from './models/migrateFile';
|
|
116
129
|
import { DevicesModuleModel } from './models/devicesModule';
|
|
@@ -119,19 +132,24 @@ import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
|
119
132
|
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
120
133
|
import { UserConnectedAccountModel } from './models/userConnectedAccount';
|
|
121
134
|
import { CommitModel } from './models/commit';
|
|
135
|
+
import { PubkeySettingModel } from './models/pubkeySetting';
|
|
122
136
|
import { RateLimitsModuleModel } from './models/rateLimitsModule';
|
|
123
137
|
import { AppMembershipDefaultModel } from './models/appMembershipDefault';
|
|
124
138
|
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
139
|
+
import { RlsSettingModel } from './models/rlsSetting';
|
|
125
140
|
import { AppLimitEventModel } from './models/appLimitEvent';
|
|
126
141
|
import { OrgLimitEventModel } from './models/orgLimitEvent';
|
|
127
|
-
import { PlansModuleModel } from './models/plansModule';
|
|
128
142
|
import { RlsModuleModel } from './models/rlsModule';
|
|
143
|
+
import { DatabaseSettingModel } from './models/databaseSetting';
|
|
144
|
+
import { PlansModuleModel } from './models/plansModule';
|
|
129
145
|
import { SqlActionModel } from './models/sqlAction';
|
|
130
146
|
import { BillingModuleModel } from './models/billingModule';
|
|
131
147
|
import { AstMigrationModel } from './models/astMigration';
|
|
132
148
|
import { UserModel } from './models/user';
|
|
133
149
|
import { OrgMembershipSettingModel } from './models/orgMembershipSetting';
|
|
150
|
+
import { WebauthnSettingModel } from './models/webauthnSetting';
|
|
134
151
|
import { AppMembershipModel } from './models/appMembership';
|
|
152
|
+
import { BillingProviderModuleModel } from './models/billingProviderModule';
|
|
135
153
|
import { HierarchyModuleModel } from './models/hierarchyModule';
|
|
136
154
|
import { createQueryOperations } from './query';
|
|
137
155
|
import { createMutationOperations } from './mutation';
|
|
@@ -180,6 +198,7 @@ export function createClient(config) {
|
|
|
180
198
|
checkConstraint: new CheckConstraintModel(client),
|
|
181
199
|
field: new FieldModel(client),
|
|
182
200
|
spatialRelation: new SpatialRelationModel(client),
|
|
201
|
+
partition: new PartitionModel(client),
|
|
183
202
|
foreignKeyConstraint: new ForeignKeyConstraintModel(client),
|
|
184
203
|
fullTextSearch: new FullTextSearchModel(client),
|
|
185
204
|
index: new IndexModel(client),
|
|
@@ -200,17 +219,20 @@ export function createClient(config) {
|
|
|
200
219
|
schemaGrant: new SchemaGrantModel(client),
|
|
201
220
|
defaultPrivilege: new DefaultPrivilegeModel(client),
|
|
202
221
|
enum: new EnumModel(client),
|
|
222
|
+
function: new FunctionModel(client),
|
|
203
223
|
apiSchema: new ApiSchemaModel(client),
|
|
204
224
|
apiModule: new ApiModuleModel(client),
|
|
205
225
|
domain: new DomainModel(client),
|
|
206
226
|
siteMetadatum: new SiteMetadatumModel(client),
|
|
207
227
|
siteModule: new SiteModuleModel(client),
|
|
208
228
|
siteTheme: new SiteThemeModel(client),
|
|
229
|
+
corsSetting: new CorsSettingModel(client),
|
|
209
230
|
triggerFunction: new TriggerFunctionModel(client),
|
|
210
231
|
databaseTransfer: new DatabaseTransferModel(client),
|
|
211
232
|
api: new ApiModel(client),
|
|
212
233
|
site: new SiteModel(client),
|
|
213
234
|
app: new AppModel(client),
|
|
235
|
+
apiSetting: new ApiSettingModel(client),
|
|
214
236
|
connectedAccountsModule: new ConnectedAccountsModuleModel(client),
|
|
215
237
|
cryptoAddressesModule: new CryptoAddressesModuleModel(client),
|
|
216
238
|
cryptoAuthModule: new CryptoAuthModuleModel(client),
|
|
@@ -252,7 +274,11 @@ export function createClient(config) {
|
|
|
252
274
|
orgChartEdgeGrant: new OrgChartEdgeGrantModel(client),
|
|
253
275
|
orgPermissionDefault: new OrgPermissionDefaultModel(client),
|
|
254
276
|
appLimit: new AppLimitModel(client),
|
|
277
|
+
appLimitCredit: new AppLimitCreditModel(client),
|
|
278
|
+
appLimitCreditCodeItem: new AppLimitCreditCodeItemModel(client),
|
|
279
|
+
appLimitCreditRedemption: new AppLimitCreditRedemptionModel(client),
|
|
255
280
|
orgLimit: new OrgLimitModel(client),
|
|
281
|
+
orgLimitCredit: new OrgLimitCreditModel(client),
|
|
256
282
|
orgLimitAggregate: new OrgLimitAggregateModel(client),
|
|
257
283
|
appStep: new AppStepModel(client),
|
|
258
284
|
appAchievement: new AppAchievementModel(client),
|
|
@@ -274,6 +300,11 @@ export function createClient(config) {
|
|
|
274
300
|
ref: new RefModel(client),
|
|
275
301
|
store: new StoreModel(client),
|
|
276
302
|
appPermissionDefault: new AppPermissionDefaultModel(client),
|
|
303
|
+
appLimitCreditCode: new AppLimitCreditCodeModel(client),
|
|
304
|
+
appLimitCapsDefault: new AppLimitCapsDefaultModel(client),
|
|
305
|
+
orgLimitCapsDefault: new OrgLimitCapsDefaultModel(client),
|
|
306
|
+
appLimitCap: new AppLimitCapModel(client),
|
|
307
|
+
orgLimitCap: new OrgLimitCapModel(client),
|
|
277
308
|
membershipType: new MembershipTypeModel(client),
|
|
278
309
|
migrateFile: new MigrateFileModel(client),
|
|
279
310
|
devicesModule: new DevicesModuleModel(client),
|
|
@@ -282,19 +313,24 @@ export function createClient(config) {
|
|
|
282
313
|
orgLimitDefault: new OrgLimitDefaultModel(client),
|
|
283
314
|
userConnectedAccount: new UserConnectedAccountModel(client),
|
|
284
315
|
commit: new CommitModel(client),
|
|
316
|
+
pubkeySetting: new PubkeySettingModel(client),
|
|
285
317
|
rateLimitsModule: new RateLimitsModuleModel(client),
|
|
286
318
|
appMembershipDefault: new AppMembershipDefaultModel(client),
|
|
287
319
|
orgMembershipDefault: new OrgMembershipDefaultModel(client),
|
|
320
|
+
rlsSetting: new RlsSettingModel(client),
|
|
288
321
|
appLimitEvent: new AppLimitEventModel(client),
|
|
289
322
|
orgLimitEvent: new OrgLimitEventModel(client),
|
|
290
|
-
plansModule: new PlansModuleModel(client),
|
|
291
323
|
rlsModule: new RlsModuleModel(client),
|
|
324
|
+
databaseSetting: new DatabaseSettingModel(client),
|
|
325
|
+
plansModule: new PlansModuleModel(client),
|
|
292
326
|
sqlAction: new SqlActionModel(client),
|
|
293
327
|
billingModule: new BillingModuleModel(client),
|
|
294
328
|
astMigration: new AstMigrationModel(client),
|
|
295
329
|
user: new UserModel(client),
|
|
296
330
|
orgMembershipSetting: new OrgMembershipSettingModel(client),
|
|
331
|
+
webauthnSetting: new WebauthnSettingModel(client),
|
|
297
332
|
appMembership: new AppMembershipModel(client),
|
|
333
|
+
billingProviderModule: new BillingProviderModuleModel(client),
|
|
298
334
|
hierarchyModule: new HierarchyModuleModel(client),
|
|
299
335
|
query: createQueryOperations(client),
|
|
300
336
|
mutation: createMutationOperations(client),
|