@n8n/api-types 0.49.0 → 0.51.0
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/dist/build.tsbuildinfo +1 -1
- package/dist/chat-hub.d.ts +170 -0
- package/dist/chat-hub.js +61 -0
- package/dist/chat-hub.js.map +1 -0
- package/dist/dto/ai/ai-build-request.dto.d.ts +10 -0
- package/dist/dto/ai/ai-build-request.dto.js +9 -0
- package/dist/dto/ai/ai-build-request.dto.js.map +1 -1
- package/dist/dto/ai/ai-session-metadata-response.dto.d.ts +8 -0
- package/dist/dto/ai/ai-session-metadata-response.dto.js +11 -0
- package/dist/dto/ai/ai-session-metadata-response.dto.js.map +1 -0
- package/dist/dto/{data-store/add-data-store-column.dto.d.ts → data-table/add-data-table-column.dto.d.ts} +2 -2
- package/dist/dto/data-table/add-data-table-column.dto.js +9 -0
- package/dist/dto/data-table/add-data-table-column.dto.js.map +1 -0
- package/dist/dto/{data-store/add-data-store-rows.dto.d.ts → data-table/add-data-table-rows.dto.d.ts} +2 -2
- package/dist/dto/data-table/add-data-table-rows.dto.js +13 -0
- package/dist/dto/{data-store/add-data-store-rows.dto.js.map → data-table/add-data-table-rows.dto.js.map} +1 -1
- package/dist/dto/{data-store/create-data-store-column.dto.d.ts → data-table/create-data-table-column.dto.d.ts} +2 -2
- package/dist/dto/data-table/create-data-table-column.dto.js +12 -0
- package/dist/dto/data-table/create-data-table-column.dto.js.map +1 -0
- package/dist/dto/data-table/create-data-table.dto.d.ts +10 -0
- package/dist/dto/data-table/create-data-table.dto.js +14 -0
- package/dist/dto/{data-store/create-data-store.dto.js.map → data-table/create-data-table.dto.js.map} +1 -1
- package/dist/dto/{data-store → data-table}/delete-data-table-rows.dto.js.map +1 -1
- package/dist/dto/{data-store/list-data-store-content-query.dto.d.ts → data-table/list-data-table-content-query.dto.d.ts} +2 -2
- package/dist/dto/{data-store/list-data-store-content-query.dto.js → data-table/list-data-table-content-query.dto.js} +6 -6
- package/dist/dto/{data-store/list-data-store-content-query.dto.js.map → data-table/list-data-table-content-query.dto.js.map} +1 -1
- package/dist/dto/{data-store/list-data-store-query.dto.d.ts → data-table/list-data-table-query.dto.d.ts} +4 -4
- package/dist/dto/{data-store/list-data-store-query.dto.js → data-table/list-data-table-query.dto.js} +4 -4
- package/dist/dto/{data-store/list-data-store-query.dto.js.map → data-table/list-data-table-query.dto.js.map} +1 -1
- package/dist/dto/{data-store/move-data-store-column.dto.d.ts → data-table/move-data-table-column.dto.d.ts} +2 -2
- package/dist/dto/{data-store/move-data-store-column.dto.js → data-table/move-data-table-column.dto.js} +4 -4
- package/dist/dto/{data-store/move-data-store-column.dto.js.map → data-table/move-data-table-column.dto.js.map} +1 -1
- package/dist/dto/{data-store/update-data-store-row.dto.js → data-table/update-data-table-row.dto.js} +3 -3
- package/dist/dto/{data-store/update-data-store-row.dto.js.map → data-table/update-data-table-row.dto.js.map} +1 -1
- package/dist/dto/data-table/update-data-table.dto.d.ts +7 -0
- package/dist/dto/data-table/update-data-table.dto.js +11 -0
- package/dist/dto/data-table/update-data-table.dto.js.map +1 -0
- package/dist/dto/{data-store/upsert-data-store-row.dto.d.ts → data-table/upsert-data-table-row.dto.d.ts} +2 -2
- package/dist/dto/{data-store/upsert-data-store-row.dto.js → data-table/upsert-data-table-row.dto.js} +7 -7
- package/dist/dto/{data-store/upsert-data-store-row.dto.js.map → data-table/upsert-data-table-row.dto.js.map} +1 -1
- package/dist/dto/dynamic-node-parameters/action-result-request.dto.d.ts +3 -3
- package/dist/dto/dynamic-node-parameters/options-request.dto.d.ts +3 -3
- package/dist/dto/dynamic-node-parameters/resource-locator-request.dto.d.ts +3 -3
- package/dist/dto/dynamic-node-parameters/resource-mapper-fields-request.dto.d.ts +3 -3
- package/dist/dto/index.d.ts +13 -11
- package/dist/dto/index.js +27 -23
- package/dist/dto/index.js.map +1 -1
- package/dist/dto/owner/dismiss-banner-request.dto.d.ts +1 -1
- package/dist/dto/provisioning/config.dto.d.ts +13 -0
- package/dist/dto/provisioning/config.dto.js +16 -0
- package/dist/dto/provisioning/config.dto.js.map +1 -0
- package/dist/dto/workflows/import-workflow-from-url.dto.js +1 -1
- package/dist/dto/workflows/import-workflow-from-url.dto.js.map +1 -1
- package/dist/frontend-settings.d.ts +4 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +16 -7
- package/dist/index.js.map +1 -1
- package/dist/schemas/banner-name.schema.d.ts +1 -1
- package/dist/schemas/banner-name.schema.js +2 -2
- package/dist/schemas/data-table-filter.schema.js +2 -2
- package/dist/schemas/{data-store.schema.d.ts → data-table.schema.d.ts} +25 -25
- package/dist/schemas/data-table.schema.js +45 -0
- package/dist/schemas/{data-store.schema.js.map → data-table.schema.js.map} +1 -1
- package/dist/schemas/insights.schema.d.ts +6 -6
- package/dist/schemas/user.schema.d.ts +12 -12
- package/package.json +4 -4
- package/dist/dto/data-store/add-data-store-column.dto.js +0 -9
- package/dist/dto/data-store/add-data-store-column.dto.js.map +0 -1
- package/dist/dto/data-store/add-data-store-rows.dto.js +0 -13
- package/dist/dto/data-store/create-data-store-column.dto.js +0 -12
- package/dist/dto/data-store/create-data-store-column.dto.js.map +0 -1
- package/dist/dto/data-store/create-data-store.dto.d.ts +0 -10
- package/dist/dto/data-store/create-data-store.dto.js +0 -14
- package/dist/dto/data-store/update-data-store.dto.d.ts +0 -7
- package/dist/dto/data-store/update-data-store.dto.js +0 -11
- package/dist/dto/data-store/update-data-store.dto.js.map +0 -1
- package/dist/schemas/data-store.schema.js +0 -45
- /package/dist/dto/{data-store → data-table}/delete-data-table-rows.dto.d.ts +0 -0
- /package/dist/dto/{data-store → data-table}/delete-data-table-rows.dto.js +0 -0
- /package/dist/dto/{data-store/update-data-store-row.dto.d.ts → data-table/update-data-table-row.dto.d.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"move-data-
|
|
1
|
+
{"version":3,"file":"move-data-table-column.dto.js","sourceRoot":"","sources":["../../../src/dto/data-table/move-data-table-column.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,yCAA8B;AAE9B,MAAa,sBAAuB,SAAQ,aAAC,CAAC,KAAK,CAAC;IACnD,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;CAC3C,CAAC;CAAG;AAFL,wDAEK"}
|
package/dist/dto/{data-store/update-data-store-row.dto.js → data-table/update-data-table-row.dto.js}
RENAMED
|
@@ -3,15 +3,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateDataTableRowDto = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const zod_class_1 = require("zod-class");
|
|
6
|
-
const data_store_schema_1 = require("../../schemas/data-store.schema");
|
|
7
6
|
const data_table_filter_schema_1 = require("../../schemas/data-table-filter.schema");
|
|
7
|
+
const data_table_schema_1 = require("../../schemas/data-table.schema");
|
|
8
8
|
const updateFilterSchema = data_table_filter_schema_1.dataTableFilterSchema.refine((filter) => filter.filters.length > 0, {
|
|
9
9
|
message: 'filter must not be empty',
|
|
10
10
|
});
|
|
11
11
|
const updateDataTableRowShape = {
|
|
12
12
|
filter: updateFilterSchema,
|
|
13
13
|
data: zod_1.z
|
|
14
|
-
.record(
|
|
14
|
+
.record(data_table_schema_1.dataTableColumnNameSchema, data_table_schema_1.dataTableColumnValueSchema)
|
|
15
15
|
.refine((obj) => Object.keys(obj).length > 0, {
|
|
16
16
|
message: 'data must not be empty',
|
|
17
17
|
}),
|
|
@@ -21,4 +21,4 @@ const updateDataTableRowShape = {
|
|
|
21
21
|
class UpdateDataTableRowDto extends zod_class_1.Z.class(updateDataTableRowShape) {
|
|
22
22
|
}
|
|
23
23
|
exports.UpdateDataTableRowDto = UpdateDataTableRowDto;
|
|
24
|
-
//# sourceMappingURL=update-data-
|
|
24
|
+
//# sourceMappingURL=update-data-table-row.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-data-
|
|
1
|
+
{"version":3,"file":"update-data-table-row.dto.js","sourceRoot":"","sources":["../../../src/dto/data-table/update-data-table-row.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,yCAA8B;AAE9B,qFAA+E;AAC/E,uEAGyC;AAEzC,MAAM,kBAAkB,GAAG,gDAAqB,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE;IAC9F,OAAO,EAAE,0BAA0B;CACnC,CAAC,CAAC;AAEH,MAAM,uBAAuB,GAAG;IAC/B,MAAM,EAAE,kBAAkB;IAC1B,IAAI,EAAE,OAAC;SACL,MAAM,CAAC,6CAAyB,EAAE,8CAA0B,CAAC;SAC7D,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE;QAC7C,OAAO,EAAE,wBAAwB;KACjC,CAAC;IACH,UAAU,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;IACjD,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;CAC7C,CAAC;AAEF,MAAa,qBAAsB,SAAQ,aAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC;CAAG;AAA9E,sDAA8E"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateDataTableDto = void 0;
|
|
4
|
+
const zod_class_1 = require("zod-class");
|
|
5
|
+
const data_table_schema_1 = require("../../schemas/data-table.schema");
|
|
6
|
+
class UpdateDataTableDto extends zod_class_1.Z.class({
|
|
7
|
+
name: data_table_schema_1.dataTableNameSchema,
|
|
8
|
+
}) {
|
|
9
|
+
}
|
|
10
|
+
exports.UpdateDataTableDto = UpdateDataTableDto;
|
|
11
|
+
//# sourceMappingURL=update-data-table.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-data-table.dto.js","sourceRoot":"","sources":["../../../src/dto/data-table/update-data-table.dto.ts"],"names":[],"mappings":";;;AAAA,yCAA8B;AAE9B,uEAAsE;AAEtE,MAAa,kBAAmB,SAAQ,aAAC,CAAC,KAAK,CAAC;IAC/C,IAAI,EAAE,uCAAmB;CACzB,CAAC;CAAG;AAFL,gDAEK"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { Z } from 'zod-class';
|
|
3
|
-
declare const
|
|
3
|
+
declare const UpsertDataTableRowDto_base: Z.Class<{
|
|
4
4
|
filter: z.ZodEffects<z.ZodObject<{
|
|
5
5
|
type: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"and">, z.ZodLiteral<"or">]>>;
|
|
6
6
|
filters: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -49,6 +49,6 @@ declare const UpsertDataStoreRowDto_base: Z.Class<{
|
|
|
49
49
|
returnData: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
50
50
|
dryRun: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
51
51
|
}>;
|
|
52
|
-
export declare class
|
|
52
|
+
export declare class UpsertDataTableRowDto extends UpsertDataTableRowDto_base {
|
|
53
53
|
}
|
|
54
54
|
export {};
|
package/dist/dto/{data-store/upsert-data-store-row.dto.js → data-table/upsert-data-table-row.dto.js}
RENAMED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.UpsertDataTableRowDto = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const zod_class_1 = require("zod-class");
|
|
6
|
-
const data_store_schema_1 = require("../../schemas/data-store.schema");
|
|
7
6
|
const data_table_filter_schema_1 = require("../../schemas/data-table-filter.schema");
|
|
7
|
+
const data_table_schema_1 = require("../../schemas/data-table.schema");
|
|
8
8
|
const upsertFilterSchema = data_table_filter_schema_1.dataTableFilterSchema.refine((filter) => filter.filters.length > 0, {
|
|
9
9
|
message: 'filter must not be empty',
|
|
10
10
|
});
|
|
11
|
-
const
|
|
11
|
+
const upsertDataTableRowShape = {
|
|
12
12
|
filter: upsertFilterSchema,
|
|
13
13
|
data: zod_1.z
|
|
14
|
-
.record(
|
|
14
|
+
.record(data_table_schema_1.dataTableColumnNameSchema, data_table_schema_1.dataTableColumnValueSchema)
|
|
15
15
|
.refine((obj) => Object.keys(obj).length > 0, {
|
|
16
16
|
message: 'data must not be empty',
|
|
17
17
|
}),
|
|
18
18
|
returnData: zod_1.z.boolean().optional().default(false),
|
|
19
19
|
dryRun: zod_1.z.boolean().optional().default(false),
|
|
20
20
|
};
|
|
21
|
-
class
|
|
21
|
+
class UpsertDataTableRowDto extends zod_class_1.Z.class(upsertDataTableRowShape) {
|
|
22
22
|
}
|
|
23
|
-
exports.
|
|
24
|
-
//# sourceMappingURL=upsert-data-
|
|
23
|
+
exports.UpsertDataTableRowDto = UpsertDataTableRowDto;
|
|
24
|
+
//# sourceMappingURL=upsert-data-table-row.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upsert-data-
|
|
1
|
+
{"version":3,"file":"upsert-data-table-row.dto.js","sourceRoot":"","sources":["../../../src/dto/data-table/upsert-data-table-row.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,yCAA8B;AAE9B,qFAA+E;AAC/E,uEAGyC;AAEzC,MAAM,kBAAkB,GAAG,gDAAqB,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE;IAC9F,OAAO,EAAE,0BAA0B;CACnC,CAAC,CAAC;AAEH,MAAM,uBAAuB,GAAG;IAC/B,MAAM,EAAE,kBAAkB;IAC1B,IAAI,EAAE,OAAC;SACL,MAAM,CAAC,6CAAyB,EAAE,8CAA0B,CAAC;SAC7D,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE;QAC7C,OAAO,EAAE,wBAAwB;KACjC,CAAC;IACH,UAAU,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;IACjD,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;CAC7C,CAAC;AAEF,MAAa,qBAAsB,SAAQ,aAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC;CAAG;AAA9E,sDAA8E"}
|
|
@@ -4,6 +4,7 @@ declare const ActionResultRequestDto_base: {
|
|
|
4
4
|
Handler: z.ZodString;
|
|
5
5
|
Payload: z.ZodOptional<z.ZodUnion<[z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>, z.ZodString]>>;
|
|
6
6
|
} & {
|
|
7
|
+
Credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
7
8
|
schema: <T>(this: {
|
|
8
9
|
new (input: any): T;
|
|
9
10
|
[key: string]: any;
|
|
@@ -22,7 +23,6 @@ declare const ActionResultRequestDto_base: {
|
|
|
22
23
|
}>;
|
|
23
24
|
CurrentNodeParameters: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
24
25
|
MethodName: z.ZodOptional<z.ZodString>;
|
|
25
|
-
Credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
26
26
|
prototype: BaseDynamicParametersRequestDto;
|
|
27
27
|
staticProps: {
|
|
28
28
|
Path: z.ZodString;
|
|
@@ -55,11 +55,11 @@ declare const ActionResultRequestDto_base: {
|
|
|
55
55
|
[x: string]: any;
|
|
56
56
|
};
|
|
57
57
|
} & {
|
|
58
|
-
projectId?: string | undefined;
|
|
59
|
-
methodName?: string | undefined;
|
|
60
58
|
credentials?: {
|
|
61
59
|
[x: string]: any;
|
|
62
60
|
} | undefined;
|
|
61
|
+
projectId?: string | undefined;
|
|
62
|
+
methodName?: string | undefined;
|
|
63
63
|
}, {
|
|
64
64
|
handler: string;
|
|
65
65
|
} & {
|
|
@@ -4,6 +4,7 @@ import { BaseDynamicParametersRequestDto } from './base-dynamic-parameters-reque
|
|
|
4
4
|
declare const OptionsRequestDto_base: {
|
|
5
5
|
LoadOptions: z.ZodType<ILoadOptions | undefined, z.ZodTypeDef, ILoadOptions | undefined>;
|
|
6
6
|
} & {
|
|
7
|
+
Credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
7
8
|
schema: <T>(this: {
|
|
8
9
|
new (input: any): T;
|
|
9
10
|
[key: string]: any;
|
|
@@ -22,7 +23,6 @@ declare const OptionsRequestDto_base: {
|
|
|
22
23
|
}>;
|
|
23
24
|
CurrentNodeParameters: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
24
25
|
MethodName: z.ZodOptional<z.ZodString>;
|
|
25
|
-
Credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
26
26
|
prototype: BaseDynamicParametersRequestDto;
|
|
27
27
|
staticProps: {
|
|
28
28
|
Path: z.ZodString;
|
|
@@ -53,11 +53,11 @@ declare const OptionsRequestDto_base: {
|
|
|
53
53
|
[x: string]: any;
|
|
54
54
|
};
|
|
55
55
|
} & {
|
|
56
|
-
projectId?: string | undefined;
|
|
57
|
-
methodName?: string | undefined;
|
|
58
56
|
credentials?: {
|
|
59
57
|
[x: string]: any;
|
|
60
58
|
} | undefined;
|
|
59
|
+
projectId?: string | undefined;
|
|
60
|
+
methodName?: string | undefined;
|
|
61
61
|
}, {} & {
|
|
62
62
|
loadOptions?: ILoadOptions | undefined;
|
|
63
63
|
} & BaseDynamicParametersRequestDto, Omit<{
|
|
@@ -5,6 +5,7 @@ declare const ResourceLocatorRequestDto_base: {
|
|
|
5
5
|
Filter: z.ZodOptional<z.ZodString>;
|
|
6
6
|
PaginationToken: z.ZodOptional<z.ZodString>;
|
|
7
7
|
} & {
|
|
8
|
+
Credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
8
9
|
schema: <T>(this: {
|
|
9
10
|
new (input: any): T;
|
|
10
11
|
[key: string]: any;
|
|
@@ -23,7 +24,6 @@ declare const ResourceLocatorRequestDto_base: {
|
|
|
23
24
|
}>;
|
|
24
25
|
CurrentNodeParameters: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
25
26
|
MethodName: z.ZodOptional<z.ZodString>;
|
|
26
|
-
Credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
27
27
|
prototype: BaseDynamicParametersRequestDto;
|
|
28
28
|
staticProps: {
|
|
29
29
|
Path: z.ZodString;
|
|
@@ -57,11 +57,11 @@ declare const ResourceLocatorRequestDto_base: {
|
|
|
57
57
|
[x: string]: any;
|
|
58
58
|
};
|
|
59
59
|
} & {
|
|
60
|
-
projectId?: string | undefined;
|
|
61
|
-
methodName?: string | undefined;
|
|
62
60
|
credentials?: {
|
|
63
61
|
[x: string]: any;
|
|
64
62
|
} | undefined;
|
|
63
|
+
projectId?: string | undefined;
|
|
64
|
+
methodName?: string | undefined;
|
|
65
65
|
}, {
|
|
66
66
|
methodName: string;
|
|
67
67
|
} & {
|
|
@@ -3,6 +3,7 @@ import { BaseDynamicParametersRequestDto } from './base-dynamic-parameters-reque
|
|
|
3
3
|
declare const ResourceMapperFieldsRequestDto_base: {
|
|
4
4
|
MethodName: z.ZodString;
|
|
5
5
|
} & {
|
|
6
|
+
Credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
6
7
|
schema: <T>(this: {
|
|
7
8
|
new (input: any): T;
|
|
8
9
|
[key: string]: any;
|
|
@@ -21,7 +22,6 @@ declare const ResourceMapperFieldsRequestDto_base: {
|
|
|
21
22
|
}>;
|
|
22
23
|
CurrentNodeParameters: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
23
24
|
MethodName: z.ZodOptional<z.ZodString>;
|
|
24
|
-
Credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
25
25
|
prototype: BaseDynamicParametersRequestDto;
|
|
26
26
|
staticProps: {
|
|
27
27
|
Path: z.ZodString;
|
|
@@ -52,11 +52,11 @@ declare const ResourceMapperFieldsRequestDto_base: {
|
|
|
52
52
|
[x: string]: any;
|
|
53
53
|
};
|
|
54
54
|
} & {
|
|
55
|
-
projectId?: string | undefined;
|
|
56
|
-
methodName?: string | undefined;
|
|
57
55
|
credentials?: {
|
|
58
56
|
[x: string]: any;
|
|
59
57
|
} | undefined;
|
|
58
|
+
projectId?: string | undefined;
|
|
59
|
+
methodName?: string | undefined;
|
|
60
60
|
}, {
|
|
61
61
|
methodName: string;
|
|
62
62
|
} & {} & BaseDynamicParametersRequestDto, Omit<{
|
package/dist/dto/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export { AiBuilderChatRequestDto } from './ai/ai-build-request.dto';
|
|
|
4
4
|
export { AiApplySuggestionRequestDto } from './ai/ai-apply-suggestion-request.dto';
|
|
5
5
|
export { AiFreeCreditsRequestDto } from './ai/ai-free-credits-request.dto';
|
|
6
6
|
export { AiSessionRetrievalRequestDto } from './ai/ai-session-retrieval-request.dto';
|
|
7
|
+
export { AiSessionMetadataResponseDto } from './ai/ai-session-metadata-response.dto';
|
|
7
8
|
export { BinaryDataQueryDto } from './binary-data/binary-data-query.dto';
|
|
8
9
|
export { BinaryDataSignedQueryDto } from './binary-data/binary-data-signed-query.dto';
|
|
9
10
|
export { LoginRequestDto } from './auth/login-request.dto';
|
|
@@ -61,14 +62,15 @@ export { CreateRoleDto } from './roles/create-role.dto';
|
|
|
61
62
|
export { RoleListQueryDto } from './roles/role-list-query.dto';
|
|
62
63
|
export { RoleGetQueryDto } from './roles/role-get-query.dto';
|
|
63
64
|
export { OidcConfigDto } from './oidc/config.dto';
|
|
64
|
-
export {
|
|
65
|
-
export {
|
|
66
|
-
export { UpdateDataTableRowDto } from './data-
|
|
67
|
-
export { DeleteDataTableRowsDto } from './data-
|
|
68
|
-
export {
|
|
69
|
-
export {
|
|
70
|
-
export {
|
|
71
|
-
export {
|
|
72
|
-
export {
|
|
73
|
-
export {
|
|
74
|
-
export {
|
|
65
|
+
export { CreateDataTableDto } from './data-table/create-data-table.dto';
|
|
66
|
+
export { UpdateDataTableDto } from './data-table/update-data-table.dto';
|
|
67
|
+
export { UpdateDataTableRowDto } from './data-table/update-data-table-row.dto';
|
|
68
|
+
export { DeleteDataTableRowsDto } from './data-table/delete-data-table-rows.dto';
|
|
69
|
+
export { UpsertDataTableRowDto } from './data-table/upsert-data-table-row.dto';
|
|
70
|
+
export { ListDataTableQueryDto } from './data-table/list-data-table-query.dto';
|
|
71
|
+
export { ListDataTableContentQueryDto } from './data-table/list-data-table-content-query.dto';
|
|
72
|
+
export { CreateDataTableColumnDto } from './data-table/create-data-table-column.dto';
|
|
73
|
+
export { AddDataTableRowsDto } from './data-table/add-data-table-rows.dto';
|
|
74
|
+
export { AddDataTableColumnDto } from './data-table/add-data-table-column.dto';
|
|
75
|
+
export { MoveDataTableColumnDto } from './data-table/move-data-table-column.dto';
|
|
76
|
+
export { ProvisioningConfigDto } from './provisioning/config.dto';
|
package/dist/dto/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.UpdateApiKeyRequestDto = exports.RetrieveTagQueryDto = exports.CreateOrUpdateTagRequestDto = exports.TransferWorkflowBodyDto = exports.ImportWorkflowFromUrlDto = exports.GenerateCredentialNameRequestQuery = exports.CredentialsGetManyRequestQuery = exports.CredentialsGetOneRequestQuery = exports.UpdateVariableRequestDto = exports.CreateVariableRequestDto = exports.VariableListRequestDto = exports.CreateCredentialDto = exports.PushWorkFolderRequestDto = exports.PullWorkFolderRequestDto = exports.CommunityRegisteredRequestDto = exports.UserUpdateRequestDto = exports.SettingsUpdateRequestDto = exports.RoleChangeRequestDto = exports.PasswordUpdateRequestDto = exports.SamlToggleDto = exports.SamlPreferences = exports.SamlAcsDto = exports.ChangeUserRoleInProject = exports.AddUsersToProjectDto = exports.DeleteProjectDto = exports.UpdateProjectWithRelationsDto = exports.UpdateProjectDto = exports.CreateProjectDto = exports.ChangePasswordRequestDto = exports.ResolvePasswordTokenQueryDto = exports.ForgotPasswordRequestDto = exports.DismissBannerRequestDto = exports.OwnerSetupRequestDto = exports.AcceptInvitationRequestDto = exports.InviteUsersRequestDto = exports.ActionResultRequestDto = exports.ResourceMapperFieldsRequestDto = exports.ResourceLocatorRequestDto = exports.OptionsRequestDto = exports.ResolveSignupTokenQueryDto = exports.LoginRequestDto = exports.BinaryDataSignedQueryDto = exports.BinaryDataQueryDto = exports.AiSessionMetadataResponseDto = exports.AiSessionRetrievalRequestDto = exports.AiFreeCreditsRequestDto = exports.AiApplySuggestionRequestDto = exports.AiBuilderChatRequestDto = exports.AiChatRequestDto = exports.AiAskRequestDto = void 0;
|
|
4
|
+
exports.ProvisioningConfigDto = exports.MoveDataTableColumnDto = exports.AddDataTableColumnDto = exports.AddDataTableRowsDto = exports.CreateDataTableColumnDto = exports.ListDataTableContentQueryDto = exports.ListDataTableQueryDto = exports.UpsertDataTableRowDto = exports.DeleteDataTableRowsDto = exports.UpdateDataTableRowDto = exports.UpdateDataTableDto = exports.CreateDataTableDto = exports.OidcConfigDto = exports.RoleGetQueryDto = exports.RoleListQueryDto = exports.CreateRoleDto = exports.UpdateRoleDto = exports.USERS_LIST_SORT_OPTIONS = exports.UsersListFilterDto = exports.PaginationDto = exports.InsightsDateFilterDto = exports.ListInsightsWorkflowQueryDto = exports.TransferFolderBodyDto = exports.ListFolderQueryDto = exports.DeleteFolderDto = exports.UpdateFolderDto = exports.CreateFolderDto = exports.CreateApiKeyRequestDto = void 0;
|
|
5
5
|
var ai_ask_request_dto_1 = require("./ai/ai-ask-request.dto");
|
|
6
6
|
Object.defineProperty(exports, "AiAskRequestDto", { enumerable: true, get: function () { return ai_ask_request_dto_1.AiAskRequestDto; } });
|
|
7
7
|
var ai_chat_request_dto_1 = require("./ai/ai-chat-request.dto");
|
|
@@ -14,6 +14,8 @@ var ai_free_credits_request_dto_1 = require("./ai/ai-free-credits-request.dto");
|
|
|
14
14
|
Object.defineProperty(exports, "AiFreeCreditsRequestDto", { enumerable: true, get: function () { return ai_free_credits_request_dto_1.AiFreeCreditsRequestDto; } });
|
|
15
15
|
var ai_session_retrieval_request_dto_1 = require("./ai/ai-session-retrieval-request.dto");
|
|
16
16
|
Object.defineProperty(exports, "AiSessionRetrievalRequestDto", { enumerable: true, get: function () { return ai_session_retrieval_request_dto_1.AiSessionRetrievalRequestDto; } });
|
|
17
|
+
var ai_session_metadata_response_dto_1 = require("./ai/ai-session-metadata-response.dto");
|
|
18
|
+
Object.defineProperty(exports, "AiSessionMetadataResponseDto", { enumerable: true, get: function () { return ai_session_metadata_response_dto_1.AiSessionMetadataResponseDto; } });
|
|
17
19
|
var binary_data_query_dto_1 = require("./binary-data/binary-data-query.dto");
|
|
18
20
|
Object.defineProperty(exports, "BinaryDataQueryDto", { enumerable: true, get: function () { return binary_data_query_dto_1.BinaryDataQueryDto; } });
|
|
19
21
|
var binary_data_signed_query_dto_1 = require("./binary-data/binary-data-signed-query.dto");
|
|
@@ -130,26 +132,28 @@ var role_get_query_dto_1 = require("./roles/role-get-query.dto");
|
|
|
130
132
|
Object.defineProperty(exports, "RoleGetQueryDto", { enumerable: true, get: function () { return role_get_query_dto_1.RoleGetQueryDto; } });
|
|
131
133
|
var config_dto_1 = require("./oidc/config.dto");
|
|
132
134
|
Object.defineProperty(exports, "OidcConfigDto", { enumerable: true, get: function () { return config_dto_1.OidcConfigDto; } });
|
|
133
|
-
var
|
|
134
|
-
Object.defineProperty(exports, "
|
|
135
|
-
var
|
|
136
|
-
Object.defineProperty(exports, "
|
|
137
|
-
var
|
|
138
|
-
Object.defineProperty(exports, "UpdateDataTableRowDto", { enumerable: true, get: function () { return
|
|
139
|
-
var delete_data_table_rows_dto_1 = require("./data-
|
|
135
|
+
var create_data_table_dto_1 = require("./data-table/create-data-table.dto");
|
|
136
|
+
Object.defineProperty(exports, "CreateDataTableDto", { enumerable: true, get: function () { return create_data_table_dto_1.CreateDataTableDto; } });
|
|
137
|
+
var update_data_table_dto_1 = require("./data-table/update-data-table.dto");
|
|
138
|
+
Object.defineProperty(exports, "UpdateDataTableDto", { enumerable: true, get: function () { return update_data_table_dto_1.UpdateDataTableDto; } });
|
|
139
|
+
var update_data_table_row_dto_1 = require("./data-table/update-data-table-row.dto");
|
|
140
|
+
Object.defineProperty(exports, "UpdateDataTableRowDto", { enumerable: true, get: function () { return update_data_table_row_dto_1.UpdateDataTableRowDto; } });
|
|
141
|
+
var delete_data_table_rows_dto_1 = require("./data-table/delete-data-table-rows.dto");
|
|
140
142
|
Object.defineProperty(exports, "DeleteDataTableRowsDto", { enumerable: true, get: function () { return delete_data_table_rows_dto_1.DeleteDataTableRowsDto; } });
|
|
141
|
-
var
|
|
142
|
-
Object.defineProperty(exports, "
|
|
143
|
-
var
|
|
144
|
-
Object.defineProperty(exports, "
|
|
145
|
-
var
|
|
146
|
-
Object.defineProperty(exports, "
|
|
147
|
-
var
|
|
148
|
-
Object.defineProperty(exports, "
|
|
149
|
-
var
|
|
150
|
-
Object.defineProperty(exports, "
|
|
151
|
-
var
|
|
152
|
-
Object.defineProperty(exports, "
|
|
153
|
-
var
|
|
154
|
-
Object.defineProperty(exports, "
|
|
143
|
+
var upsert_data_table_row_dto_1 = require("./data-table/upsert-data-table-row.dto");
|
|
144
|
+
Object.defineProperty(exports, "UpsertDataTableRowDto", { enumerable: true, get: function () { return upsert_data_table_row_dto_1.UpsertDataTableRowDto; } });
|
|
145
|
+
var list_data_table_query_dto_1 = require("./data-table/list-data-table-query.dto");
|
|
146
|
+
Object.defineProperty(exports, "ListDataTableQueryDto", { enumerable: true, get: function () { return list_data_table_query_dto_1.ListDataTableQueryDto; } });
|
|
147
|
+
var list_data_table_content_query_dto_1 = require("./data-table/list-data-table-content-query.dto");
|
|
148
|
+
Object.defineProperty(exports, "ListDataTableContentQueryDto", { enumerable: true, get: function () { return list_data_table_content_query_dto_1.ListDataTableContentQueryDto; } });
|
|
149
|
+
var create_data_table_column_dto_1 = require("./data-table/create-data-table-column.dto");
|
|
150
|
+
Object.defineProperty(exports, "CreateDataTableColumnDto", { enumerable: true, get: function () { return create_data_table_column_dto_1.CreateDataTableColumnDto; } });
|
|
151
|
+
var add_data_table_rows_dto_1 = require("./data-table/add-data-table-rows.dto");
|
|
152
|
+
Object.defineProperty(exports, "AddDataTableRowsDto", { enumerable: true, get: function () { return add_data_table_rows_dto_1.AddDataTableRowsDto; } });
|
|
153
|
+
var add_data_table_column_dto_1 = require("./data-table/add-data-table-column.dto");
|
|
154
|
+
Object.defineProperty(exports, "AddDataTableColumnDto", { enumerable: true, get: function () { return add_data_table_column_dto_1.AddDataTableColumnDto; } });
|
|
155
|
+
var move_data_table_column_dto_1 = require("./data-table/move-data-table-column.dto");
|
|
156
|
+
Object.defineProperty(exports, "MoveDataTableColumnDto", { enumerable: true, get: function () { return move_data_table_column_dto_1.MoveDataTableColumnDto; } });
|
|
157
|
+
var config_dto_2 = require("./provisioning/config.dto");
|
|
158
|
+
Object.defineProperty(exports, "ProvisioningConfigDto", { enumerable: true, get: function () { return config_dto_2.ProvisioningConfigDto; } });
|
|
155
159
|
//# sourceMappingURL=index.js.map
|
package/dist/dto/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Z } from 'zod-class';
|
|
2
2
|
declare const DismissBannerRequestDto_base: Z.Class<{
|
|
3
|
-
banner: import("zod").ZodOptional<import("zod").ZodEnum<["V1", "TRIAL_OVER", "TRIAL", "NON_PRODUCTION_LICENSE", "EMAIL_CONFIRMATION", "
|
|
3
|
+
banner: import("zod").ZodOptional<import("zod").ZodEnum<["V1", "TRIAL_OVER", "TRIAL", "NON_PRODUCTION_LICENSE", "EMAIL_CONFIRMATION", "DATA_TABLE_STORAGE_LIMIT_WARNING", "DATA_TABLE_STORAGE_LIMIT_ERROR"]>>;
|
|
4
4
|
}>;
|
|
5
5
|
export declare class DismissBannerRequestDto extends DismissBannerRequestDto_base {
|
|
6
6
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { Z } from 'zod-class';
|
|
3
|
+
declare const ProvisioningConfigDto_base: Z.Class<{
|
|
4
|
+
scopesProvisionInstanceRole: z.ZodBoolean;
|
|
5
|
+
scopesProvisionProjectRoles: z.ZodBoolean;
|
|
6
|
+
scopesProvisioningFrequency: z.ZodEnum<["never", "first_login", "every_login"]>;
|
|
7
|
+
scopesName: z.ZodString;
|
|
8
|
+
scopesInstanceRoleClaimName: z.ZodString;
|
|
9
|
+
scopesProjectsRolesClaimName: z.ZodString;
|
|
10
|
+
}>;
|
|
11
|
+
export declare class ProvisioningConfigDto extends ProvisioningConfigDto_base {
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProvisioningConfigDto = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const zod_class_1 = require("zod-class");
|
|
6
|
+
class ProvisioningConfigDto extends zod_class_1.Z.class({
|
|
7
|
+
scopesProvisionInstanceRole: zod_1.z.boolean(),
|
|
8
|
+
scopesProvisionProjectRoles: zod_1.z.boolean(),
|
|
9
|
+
scopesProvisioningFrequency: zod_1.z.enum(['never', 'first_login', 'every_login']),
|
|
10
|
+
scopesName: zod_1.z.string(),
|
|
11
|
+
scopesInstanceRoleClaimName: zod_1.z.string(),
|
|
12
|
+
scopesProjectsRolesClaimName: zod_1.z.string(),
|
|
13
|
+
}) {
|
|
14
|
+
}
|
|
15
|
+
exports.ProvisioningConfigDto = ProvisioningConfigDto;
|
|
16
|
+
//# sourceMappingURL=config.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.dto.js","sourceRoot":"","sources":["../../../src/dto/provisioning/config.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,yCAA8B;AAE9B,MAAa,qBAAsB,SAAQ,aAAC,CAAC,KAAK,CAAC;IAClD,2BAA2B,EAAE,OAAC,CAAC,OAAO,EAAE;IACxC,2BAA2B,EAAE,OAAC,CAAC,OAAO,EAAE;IACxC,2BAA2B,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,aAAa,EAAE,aAAa,CAAC,CAAC;IAC5E,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;IACtB,2BAA2B,EAAE,OAAC,CAAC,MAAM,EAAE;IACvC,4BAA4B,EAAE,OAAC,CAAC,MAAM,EAAE;CACxC,CAAC;CAAG;AAPL,sDAOK"}
|
|
@@ -4,7 +4,7 @@ exports.ImportWorkflowFromUrlDto = void 0;
|
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const zod_class_1 = require("zod-class");
|
|
6
6
|
class ImportWorkflowFromUrlDto extends zod_class_1.Z.class({
|
|
7
|
-
url: zod_1.z.string().url()
|
|
7
|
+
url: zod_1.z.string().url(),
|
|
8
8
|
}) {
|
|
9
9
|
}
|
|
10
10
|
exports.ImportWorkflowFromUrlDto = ImportWorkflowFromUrlDto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"import-workflow-from-url.dto.js","sourceRoot":"","sources":["../../../src/dto/workflows/import-workflow-from-url.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,yCAA8B;AAE9B,MAAa,wBAAyB,SAAQ,aAAC,CAAC,KAAK,CAAC;IACrD,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE
|
|
1
|
+
{"version":3,"file":"import-workflow-from-url.dto.js","sourceRoot":"","sources":["../../../src/dto/workflows/import-workflow-from-url.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,yCAA8B;AAE9B,MAAa,wBAAyB,SAAQ,aAAC,CAAC,KAAK,CAAC;IACrD,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CACrB,CAAC;CAAG;AAFL,4DAEK"}
|
|
@@ -74,6 +74,7 @@ export interface FrontendSettings {
|
|
|
74
74
|
autocapture: boolean;
|
|
75
75
|
disableSessionRecording: boolean;
|
|
76
76
|
debug: boolean;
|
|
77
|
+
proxy: string;
|
|
77
78
|
};
|
|
78
79
|
dataTables: {
|
|
79
80
|
maxSize: number;
|
|
@@ -127,6 +128,7 @@ export interface FrontendSettings {
|
|
|
127
128
|
};
|
|
128
129
|
aiBuilder: {
|
|
129
130
|
enabled: boolean;
|
|
131
|
+
setup: boolean;
|
|
130
132
|
};
|
|
131
133
|
deployment: {
|
|
132
134
|
type: string;
|
|
@@ -155,11 +157,13 @@ export interface FrontendSettings {
|
|
|
155
157
|
advancedPermissions: boolean;
|
|
156
158
|
apiKeyScopes: boolean;
|
|
157
159
|
workflowDiffs: boolean;
|
|
160
|
+
provisioning: boolean;
|
|
158
161
|
projects: {
|
|
159
162
|
team: {
|
|
160
163
|
limit: number;
|
|
161
164
|
};
|
|
162
165
|
};
|
|
166
|
+
customRoles: boolean;
|
|
163
167
|
};
|
|
164
168
|
hideUsagePage: boolean;
|
|
165
169
|
license: {
|
package/dist/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export type * from './frontend-settings';
|
|
|
6
6
|
export type * from './user';
|
|
7
7
|
export type * from './api-keys';
|
|
8
8
|
export type * from './community-node-types';
|
|
9
|
+
export { chatHubConversationModelSchema, type ChatHubConversationModel, chatHubProviderSchema, type ChatHubProvider, type ChatHubMessageType, type ChatHubMessageStatus, PROVIDER_CREDENTIAL_TYPE_MAP, chatModelsRequestSchema, type ChatModelsRequest, type ChatModelsResponse, ChatHubSendMessageRequest, ChatHubRegenerateMessageRequest, ChatHubEditMessageRequest, ChatHubChangeConversationTitleRequest, type ChatMessageId, type ChatSessionId, type ChatHubMessageDto, type ChatHubSessionDto, type ChatHubConversationDto, type ChatHubConversationResponse, type ChatHubConversationsResponse, } from './chat-hub';
|
|
9
10
|
export type { Collaborator } from './push/collaboration';
|
|
10
11
|
export type { HeartbeatMessage } from './push/heartbeat';
|
|
11
12
|
export { createHeartbeatMessage, heartbeatMessageSchema } from './push/heartbeat';
|
|
@@ -17,7 +18,7 @@ export type { ProjectType, ProjectIcon, ProjectRelation, } from './schemas/proje
|
|
|
17
18
|
export { type SourceControlledFile, SOURCE_CONTROL_FILE_LOCATION, SOURCE_CONTROL_FILE_STATUS, SOURCE_CONTROL_FILE_TYPE, } from './schemas/source-controlled-file.schema';
|
|
18
19
|
export { type InsightsSummaryType, type InsightsSummaryUnit, type InsightsSummary, type InsightsByWorkflow, type InsightsByTime, type InsightsDateRange, type RestrictedInsightsByTime, } from './schemas/insights.schema';
|
|
19
20
|
export { ROLE, type Role, type User, type UsersList, usersListSchema, userBaseSchema, userDetailSchema, } from './schemas/user.schema';
|
|
20
|
-
export {
|
|
21
|
+
export { DATA_TABLE_COLUMN_REGEX, DATA_TABLE_COLUMN_MAX_LENGTH, DATA_TABLE_COLUMN_ERROR_MESSAGE, type DataTable, type DataTableColumn, type DataTableCreateColumnSchema, type DataTableListFilter, type DataTableListOptions, dateTimeSchema, dataTableColumnNameSchema, } from './schemas/data-table.schema';
|
|
21
22
|
export type { DataTableFilter, DataTableFilterConditionType, } from './schemas/data-table-filter.schema';
|
|
22
23
|
export type { ExternalSecretsProvider, ExternalSecretsProviderSecret, ExternalSecretsProviderData, ExternalSecretsProviderProperty, ExternalSecretsProviderState, } from './schemas/external-secrets.schema';
|
|
23
24
|
export type { UsageState } from './schemas/usage.schema';
|
package/dist/index.js
CHANGED
|
@@ -14,8 +14,17 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.
|
|
17
|
+
exports.dataTableColumnNameSchema = exports.dateTimeSchema = exports.DATA_TABLE_COLUMN_ERROR_MESSAGE = exports.DATA_TABLE_COLUMN_MAX_LENGTH = exports.DATA_TABLE_COLUMN_REGEX = exports.userDetailSchema = exports.userBaseSchema = exports.usersListSchema = exports.ROLE = exports.SOURCE_CONTROL_FILE_TYPE = exports.SOURCE_CONTROL_FILE_STATUS = exports.SOURCE_CONTROL_FILE_LOCATION = exports.passwordSchema = exports.ViewableMimeTypes = exports.heartbeatMessageSchema = exports.createHeartbeatMessage = exports.ChatHubChangeConversationTitleRequest = exports.ChatHubEditMessageRequest = exports.ChatHubRegenerateMessageRequest = exports.ChatHubSendMessageRequest = exports.chatModelsRequestSchema = exports.PROVIDER_CREDENTIAL_TYPE_MAP = exports.chatHubProviderSchema = exports.chatHubConversationModelSchema = void 0;
|
|
18
18
|
__exportStar(require("./dto"), exports);
|
|
19
|
+
var chat_hub_1 = require("./chat-hub");
|
|
20
|
+
Object.defineProperty(exports, "chatHubConversationModelSchema", { enumerable: true, get: function () { return chat_hub_1.chatHubConversationModelSchema; } });
|
|
21
|
+
Object.defineProperty(exports, "chatHubProviderSchema", { enumerable: true, get: function () { return chat_hub_1.chatHubProviderSchema; } });
|
|
22
|
+
Object.defineProperty(exports, "PROVIDER_CREDENTIAL_TYPE_MAP", { enumerable: true, get: function () { return chat_hub_1.PROVIDER_CREDENTIAL_TYPE_MAP; } });
|
|
23
|
+
Object.defineProperty(exports, "chatModelsRequestSchema", { enumerable: true, get: function () { return chat_hub_1.chatModelsRequestSchema; } });
|
|
24
|
+
Object.defineProperty(exports, "ChatHubSendMessageRequest", { enumerable: true, get: function () { return chat_hub_1.ChatHubSendMessageRequest; } });
|
|
25
|
+
Object.defineProperty(exports, "ChatHubRegenerateMessageRequest", { enumerable: true, get: function () { return chat_hub_1.ChatHubRegenerateMessageRequest; } });
|
|
26
|
+
Object.defineProperty(exports, "ChatHubEditMessageRequest", { enumerable: true, get: function () { return chat_hub_1.ChatHubEditMessageRequest; } });
|
|
27
|
+
Object.defineProperty(exports, "ChatHubChangeConversationTitleRequest", { enumerable: true, get: function () { return chat_hub_1.ChatHubChangeConversationTitleRequest; } });
|
|
19
28
|
var heartbeat_1 = require("./push/heartbeat");
|
|
20
29
|
Object.defineProperty(exports, "createHeartbeatMessage", { enumerable: true, get: function () { return heartbeat_1.createHeartbeatMessage; } });
|
|
21
30
|
Object.defineProperty(exports, "heartbeatMessageSchema", { enumerable: true, get: function () { return heartbeat_1.heartbeatMessageSchema; } });
|
|
@@ -32,10 +41,10 @@ Object.defineProperty(exports, "ROLE", { enumerable: true, get: function () { re
|
|
|
32
41
|
Object.defineProperty(exports, "usersListSchema", { enumerable: true, get: function () { return user_schema_1.usersListSchema; } });
|
|
33
42
|
Object.defineProperty(exports, "userBaseSchema", { enumerable: true, get: function () { return user_schema_1.userBaseSchema; } });
|
|
34
43
|
Object.defineProperty(exports, "userDetailSchema", { enumerable: true, get: function () { return user_schema_1.userDetailSchema; } });
|
|
35
|
-
var
|
|
36
|
-
Object.defineProperty(exports, "
|
|
37
|
-
Object.defineProperty(exports, "
|
|
38
|
-
Object.defineProperty(exports, "
|
|
39
|
-
Object.defineProperty(exports, "dateTimeSchema", { enumerable: true, get: function () { return
|
|
40
|
-
Object.defineProperty(exports, "
|
|
44
|
+
var data_table_schema_1 = require("./schemas/data-table.schema");
|
|
45
|
+
Object.defineProperty(exports, "DATA_TABLE_COLUMN_REGEX", { enumerable: true, get: function () { return data_table_schema_1.DATA_TABLE_COLUMN_REGEX; } });
|
|
46
|
+
Object.defineProperty(exports, "DATA_TABLE_COLUMN_MAX_LENGTH", { enumerable: true, get: function () { return data_table_schema_1.DATA_TABLE_COLUMN_MAX_LENGTH; } });
|
|
47
|
+
Object.defineProperty(exports, "DATA_TABLE_COLUMN_ERROR_MESSAGE", { enumerable: true, get: function () { return data_table_schema_1.DATA_TABLE_COLUMN_ERROR_MESSAGE; } });
|
|
48
|
+
Object.defineProperty(exports, "dateTimeSchema", { enumerable: true, get: function () { return data_table_schema_1.dateTimeSchema; } });
|
|
49
|
+
Object.defineProperty(exports, "dataTableColumnNameSchema", { enumerable: true, get: function () { return data_table_schema_1.dataTableColumnNameSchema; } });
|
|
41
50
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACA,wCAAsB;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACA,wCAAsB;AAOtB,uCAsBoB;AArBnB,0HAAA,8BAA8B,OAAA;AAE9B,iHAAA,qBAAqB,OAAA;AAIrB,wHAAA,4BAA4B,OAAA;AAC5B,mHAAA,uBAAuB,OAAA;AAGvB,qHAAA,yBAAyB,OAAA;AACzB,2HAAA,+BAA+B,OAAA;AAC/B,qHAAA,yBAAyB,OAAA;AACzB,iIAAA,qCAAqC,OAAA;AAYtC,8CAAkF;AAAzE,mHAAA,sBAAsB,OAAA;AAAE,mHAAA,sBAAsB,OAAA;AAIvD,mEAAiE;AAAxD,uHAAA,iBAAiB,OAAA;AAC1B,6DAA2D;AAAlD,iHAAA,cAAc,OAAA;AAQvB,yFAKiD;AAHhD,6IAAA,4BAA4B,OAAA;AAC5B,2IAAA,0BAA0B,OAAA;AAC1B,yIAAA,wBAAwB,OAAA;AAazB,qDAQ+B;AAP9B,mGAAA,IAAI,OAAA;AAIJ,8GAAA,eAAe,OAAA;AACf,6GAAA,cAAc,OAAA;AACd,+GAAA,gBAAgB,OAAA;AAGjB,iEAWqC;AAVpC,4HAAA,uBAAuB,OAAA;AACvB,iIAAA,4BAA4B,OAAA;AAC5B,oIAAA,+BAA+B,OAAA;AAM/B,mHAAA,cAAc,OAAA;AACd,8HAAA,yBAAyB,OAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const bannerNameSchema: z.ZodEnum<["V1", "TRIAL_OVER", "TRIAL", "NON_PRODUCTION_LICENSE", "EMAIL_CONFIRMATION", "
|
|
2
|
+
export declare const bannerNameSchema: z.ZodEnum<["V1", "TRIAL_OVER", "TRIAL", "NON_PRODUCTION_LICENSE", "EMAIL_CONFIRMATION", "DATA_TABLE_STORAGE_LIMIT_WARNING", "DATA_TABLE_STORAGE_LIMIT_ERROR"]>;
|
|
3
3
|
export type BannerName = z.infer<typeof bannerNameSchema>;
|
|
@@ -8,7 +8,7 @@ exports.bannerNameSchema = zod_1.z.enum([
|
|
|
8
8
|
'TRIAL',
|
|
9
9
|
'NON_PRODUCTION_LICENSE',
|
|
10
10
|
'EMAIL_CONFIRMATION',
|
|
11
|
-
'
|
|
12
|
-
'
|
|
11
|
+
'DATA_TABLE_STORAGE_LIMIT_WARNING',
|
|
12
|
+
'DATA_TABLE_STORAGE_LIMIT_ERROR',
|
|
13
13
|
]);
|
|
14
14
|
//# sourceMappingURL=banner-name.schema.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.dataTableFilterSchema = exports.dataTableFilterTypeSchema = exports.dataTableFilterRecordSchema = exports.FilterConditionSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
const
|
|
5
|
+
const data_table_schema_1 = require("./data-table.schema");
|
|
6
6
|
exports.FilterConditionSchema = zod_1.z.union([
|
|
7
7
|
zod_1.z.literal('eq'),
|
|
8
8
|
zod_1.z.literal('neq'),
|
|
@@ -14,7 +14,7 @@ exports.FilterConditionSchema = zod_1.z.union([
|
|
|
14
14
|
zod_1.z.literal('lte'),
|
|
15
15
|
]);
|
|
16
16
|
exports.dataTableFilterRecordSchema = zod_1.z.object({
|
|
17
|
-
columnName:
|
|
17
|
+
columnName: data_table_schema_1.dataTableColumnNameSchema,
|
|
18
18
|
condition: exports.FilterConditionSchema.default('eq'),
|
|
19
19
|
value: zod_1.z.union([zod_1.z.string(), zod_1.z.number(), zod_1.z.boolean(), zod_1.z.date(), zod_1.z.null()]),
|
|
20
20
|
});
|