@constructive-io/sdk 0.21.7 → 0.21.9
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/select-types.d.ts +1 -1
- package/auth/orm/select-types.d.ts +1 -1
- package/esm/admin/orm/select-types.d.ts +1 -1
- package/esm/auth/orm/select-types.d.ts +1 -1
- package/esm/objects/orm/select-types.d.ts +1 -1
- package/esm/public/orm/index.d.ts +2 -2
- package/esm/public/orm/index.js +2 -2
- package/esm/public/orm/input-types.d.ts +204 -186
- package/esm/public/orm/models/index.d.ts +1 -1
- package/esm/public/orm/models/index.js +1 -1
- package/esm/public/orm/select-types.d.ts +1 -1
- package/objects/orm/select-types.d.ts +1 -1
- package/package.json +4 -4
- package/public/orm/index.d.ts +2 -2
- package/public/orm/index.js +2 -2
- package/public/orm/input-types.d.ts +204 -186
- package/public/orm/models/index.d.ts +1 -1
- package/public/orm/models/index.js +3 -3
- package/public/orm/select-types.d.ts +1 -1
|
@@ -141,9 +141,9 @@ export { RlsSettingModel } from './rlsSetting';
|
|
|
141
141
|
export { AppLimitEventModel } from './appLimitEvent';
|
|
142
142
|
export { OrgLimitEventModel } from './orgLimitEvent';
|
|
143
143
|
export { RlsModuleModel } from './rlsModule';
|
|
144
|
-
export { DatabaseSettingModel } from './databaseSetting';
|
|
145
144
|
export { PlansModuleModel } from './plansModule';
|
|
146
145
|
export { SqlActionModel } from './sqlAction';
|
|
146
|
+
export { DatabaseSettingModel } from './databaseSetting';
|
|
147
147
|
export { BillingModuleModel } from './billingModule';
|
|
148
148
|
export { AstMigrationModel } from './astMigration';
|
|
149
149
|
export { UserModel } from './user';
|
|
@@ -141,9 +141,9 @@ export { RlsSettingModel } from './rlsSetting';
|
|
|
141
141
|
export { AppLimitEventModel } from './appLimitEvent';
|
|
142
142
|
export { OrgLimitEventModel } from './orgLimitEvent';
|
|
143
143
|
export { RlsModuleModel } from './rlsModule';
|
|
144
|
-
export { DatabaseSettingModel } from './databaseSetting';
|
|
145
144
|
export { PlansModuleModel } from './plansModule';
|
|
146
145
|
export { SqlActionModel } from './sqlAction';
|
|
146
|
+
export { DatabaseSettingModel } from './databaseSetting';
|
|
147
147
|
export { BillingModuleModel } from './billingModule';
|
|
148
148
|
export { AstMigrationModel } from './astMigration';
|
|
149
149
|
export { UserModel } from './user';
|
|
@@ -14,7 +14,7 @@ export interface PageInfo {
|
|
|
14
14
|
startCursor?: string | null;
|
|
15
15
|
endCursor?: string | null;
|
|
16
16
|
}
|
|
17
|
-
export interface FindManyArgs<TSelect, TWhere, TOrderBy
|
|
17
|
+
export interface FindManyArgs<TSelect, TWhere, TOrderBy> {
|
|
18
18
|
select?: TSelect;
|
|
19
19
|
where?: TWhere;
|
|
20
20
|
orderBy?: TOrderBy[];
|
|
@@ -14,7 +14,7 @@ export interface PageInfo {
|
|
|
14
14
|
startCursor?: string | null;
|
|
15
15
|
endCursor?: string | null;
|
|
16
16
|
}
|
|
17
|
-
export interface FindManyArgs<TSelect, TWhere, TOrderBy
|
|
17
|
+
export interface FindManyArgs<TSelect, TWhere, TOrderBy> {
|
|
18
18
|
select?: TSelect;
|
|
19
19
|
where?: TWhere;
|
|
20
20
|
orderBy?: TOrderBy[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/sdk",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.9",
|
|
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.24.
|
|
45
|
+
"@constructive-io/graphql-query": "^3.24.1",
|
|
46
46
|
"@constructive-io/graphql-types": "^3.9.1",
|
|
47
47
|
"gql-ast": "^3.9.1",
|
|
48
48
|
"graphql": "16.13.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@constructive-io/graphql-codegen": "^4.41.
|
|
51
|
+
"@constructive-io/graphql-codegen": "^4.41.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": "42ff6bf5fa2e400bb63f78745a1f5a76209677b6"
|
|
58
58
|
}
|
package/public/orm/index.d.ts
CHANGED
|
@@ -137,9 +137,9 @@ import { RlsSettingModel } from './models/rlsSetting';
|
|
|
137
137
|
import { AppLimitEventModel } from './models/appLimitEvent';
|
|
138
138
|
import { OrgLimitEventModel } from './models/orgLimitEvent';
|
|
139
139
|
import { RlsModuleModel } from './models/rlsModule';
|
|
140
|
-
import { DatabaseSettingModel } from './models/databaseSetting';
|
|
141
140
|
import { PlansModuleModel } from './models/plansModule';
|
|
142
141
|
import { SqlActionModel } from './models/sqlAction';
|
|
142
|
+
import { DatabaseSettingModel } from './models/databaseSetting';
|
|
143
143
|
import { BillingModuleModel } from './models/billingModule';
|
|
144
144
|
import { AstMigrationModel } from './models/astMigration';
|
|
145
145
|
import { UserModel } from './models/user';
|
|
@@ -317,9 +317,9 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
317
317
|
appLimitEvent: AppLimitEventModel;
|
|
318
318
|
orgLimitEvent: OrgLimitEventModel;
|
|
319
319
|
rlsModule: RlsModuleModel;
|
|
320
|
-
databaseSetting: DatabaseSettingModel;
|
|
321
320
|
plansModule: PlansModuleModel;
|
|
322
321
|
sqlAction: SqlActionModel;
|
|
322
|
+
databaseSetting: DatabaseSettingModel;
|
|
323
323
|
billingModule: BillingModuleModel;
|
|
324
324
|
astMigration: AstMigrationModel;
|
|
325
325
|
user: UserModel;
|
package/public/orm/index.js
CHANGED
|
@@ -160,9 +160,9 @@ const rlsSetting_1 = require("./models/rlsSetting");
|
|
|
160
160
|
const appLimitEvent_1 = require("./models/appLimitEvent");
|
|
161
161
|
const orgLimitEvent_1 = require("./models/orgLimitEvent");
|
|
162
162
|
const rlsModule_1 = require("./models/rlsModule");
|
|
163
|
-
const databaseSetting_1 = require("./models/databaseSetting");
|
|
164
163
|
const plansModule_1 = require("./models/plansModule");
|
|
165
164
|
const sqlAction_1 = require("./models/sqlAction");
|
|
165
|
+
const databaseSetting_1 = require("./models/databaseSetting");
|
|
166
166
|
const billingModule_1 = require("./models/billingModule");
|
|
167
167
|
const astMigration_1 = require("./models/astMigration");
|
|
168
168
|
const user_1 = require("./models/user");
|
|
@@ -347,9 +347,9 @@ function createClient(config) {
|
|
|
347
347
|
appLimitEvent: new appLimitEvent_1.AppLimitEventModel(client),
|
|
348
348
|
orgLimitEvent: new orgLimitEvent_1.OrgLimitEventModel(client),
|
|
349
349
|
rlsModule: new rlsModule_1.RlsModuleModel(client),
|
|
350
|
-
databaseSetting: new databaseSetting_1.DatabaseSettingModel(client),
|
|
351
350
|
plansModule: new plansModule_1.PlansModuleModel(client),
|
|
352
351
|
sqlAction: new sqlAction_1.SqlActionModel(client),
|
|
352
|
+
databaseSetting: new databaseSetting_1.DatabaseSettingModel(client),
|
|
353
353
|
billingModule: new billingModule_1.BillingModuleModel(client),
|
|
354
354
|
astMigration: new astMigration_1.AstMigrationModel(client),
|
|
355
355
|
user: new user_1.UserModel(client),
|