@tstdl/base 0.92.86 → 0.92.87
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/ai/ai.service.d.ts +3 -3
- package/ai/ai.service.js +24 -11
- package/ai/types.d.ts +4 -3
- package/api/server/gateway.js +1 -1
- package/authentication/server/authentication-ancillary.service.d.ts +6 -4
- package/authentication/server/authentication-ancillary.service.js +5 -5
- package/context/context.d.ts +1 -9
- package/context/context.js +8 -5
- package/document-management/api/document-management.api.d.ts +48 -16
- package/document-management/models/document-category.model.d.ts +1 -1
- package/document-management/models/document-category.model.js +2 -0
- package/document-management/models/document-collection-document.model.js +7 -3
- package/document-management/models/document-property-value.model.d.ts +13 -14
- package/document-management/models/document-property-value.model.js +60 -27
- package/document-management/models/document-property.model.d.ts +2 -0
- package/document-management/models/document-property.model.js +4 -1
- package/document-management/models/document-request-assignment-task-collection.model.d.ts +7 -0
- package/document-management/models/{document-index.model.js → document-request-assignment-task-collection.model.js} +16 -16
- package/document-management/models/document-request-assignment-task.model.d.ts +14 -0
- package/document-management/models/document-request-assignment-task.model.js +72 -0
- package/document-management/models/document-request-collection.model.d.ts +1 -0
- package/document-management/models/document-request-collection.model.js +7 -3
- package/document-management/models/document-request-file.model.d.ts +6 -1
- package/document-management/models/document-request-file.model.js +27 -2
- package/document-management/models/document-request.model.d.ts +1 -0
- package/document-management/models/document-requests-template.js +2 -0
- package/document-management/models/document-type-property.model.js +7 -3
- package/document-management/models/document-type.model.d.ts +1 -1
- package/document-management/models/document-type.model.js +7 -3
- package/document-management/models/document.model.d.ts +4 -1
- package/document-management/models/document.model.js +19 -4
- package/document-management/models/index.d.ts +2 -0
- package/document-management/models/index.js +2 -0
- package/document-management/models/service-models/document.service-model.d.ts +35 -16
- package/document-management/models/service-models/document.service-model.js +11 -6
- package/document-management/models/service-models/document.view-model.d.ts +1 -1
- package/document-management/models/service-models/document.view-model.js +2 -2
- package/document-management/server/drizzle/{0000_useful_overlord.sql → 0000_cool_victor_mancha.sql} +97 -41
- package/document-management/server/drizzle/meta/0000_snapshot.json +514 -126
- package/document-management/server/drizzle/meta/_journal.json +2 -2
- package/document-management/server/module.d.ts +2 -1
- package/document-management/server/module.js +3 -1
- package/document-management/server/schemas.d.ts +14 -11
- package/document-management/server/schemas.js +13 -10
- package/document-management/server/services/document-management-ancillary.service.d.ts +4 -0
- package/document-management/server/services/document-management-ancillary.service.js +13 -0
- package/document-management/server/services/document-management.service.d.ts +63 -28
- package/document-management/server/services/document-management.service.js +507 -108
- package/document-management/server/services/index.d.ts +1 -0
- package/document-management/server/services/index.js +1 -0
- package/eslint.config.js +1 -0
- package/examples/document-management/main.d.ts +5 -0
- package/examples/document-management/main.js +20 -2
- package/file/index.d.ts +1 -0
- package/file/index.js +1 -0
- package/file/temporary-file.d.ts +17 -0
- package/file/temporary-file.js +49 -0
- package/http/server/http-server-response.d.ts +2 -0
- package/http/server/http-server-response.js +13 -0
- package/injector/index.d.ts +1 -0
- package/injector/index.js +1 -0
- package/injector/injector.js +19 -7
- package/injector/interfaces.d.ts +1 -1
- package/injector/interfaces.js +1 -1
- package/injector/resolution.d.ts +15 -0
- package/injector/resolution.js +6 -0
- package/logger/console/logger.d.ts +1 -1
- package/logger/logger.d.ts +1 -1
- package/object-storage/object-storage.d.ts +5 -7
- package/object-storage/s3/s3.object-storage.d.ts +0 -1
- package/object-storage/s3/s3.object-storage.js +0 -3
- package/orm/{server/data-types → data-types}/numeric-date.js +2 -3
- package/orm/decorators.d.ts +13 -4
- package/orm/decorators.js +13 -7
- package/orm/entity.js +3 -7
- package/orm/index.d.ts +1 -0
- package/orm/index.js +1 -0
- package/orm/server/drizzle/schema-converter.js +48 -19
- package/orm/server/repository.d.ts +5 -4
- package/orm/server/repository.js +33 -22
- package/orm/server/sqls.d.ts +9 -1
- package/orm/server/sqls.js +13 -0
- package/orm/types.d.ts +3 -3
- package/orm/utils.d.ts +3 -0
- package/orm/utils.js +6 -0
- package/package.json +13 -11
- package/pdf/pdf.service.d.ts +0 -1
- package/pdf/pdf.service.js +1 -95
- package/pdf/utils.d.ts +3 -1
- package/pdf/utils.js +129 -4
- package/promise/lazy-promise.d.ts +3 -3
- package/queue/postgres/module.d.ts +1 -1
- package/queue/postgres/queue.js +10 -12
- package/queue/queue.d.ts +14 -0
- package/queue/queue.js +43 -0
- package/utils/date-time.d.ts +4 -2
- package/utils/date-time.js +10 -3
- package/utils/format-error.js +0 -1
- package/utils/object/lazy-property.js +0 -1
- package/utils/try-ignore.d.ts +9 -2
- package/utils/try-ignore.js +30 -6
- package/document-management/models/document-index.model.d.ts +0 -7
- /package/orm/{server/data-types → data-types}/bytea.d.ts +0 -0
- /package/orm/{server/data-types → data-types}/bytea.js +0 -0
- /package/orm/{server/data-types → data-types}/index.d.ts +0 -0
- /package/orm/{server/data-types → data-types}/index.js +0 -0
- /package/orm/{server/data-types → data-types}/numeric-date.d.ts +0 -0
- /package/orm/{server/data-types → data-types}/timestamp.d.ts +0 -0
- /package/orm/{server/data-types → data-types}/timestamp.js +0 -0
package/ai/ai.service.d.ts
CHANGED
|
@@ -54,8 +54,8 @@ export declare class AiService implements Resolvable<AiServiceArgument> {
|
|
|
54
54
|
getAnalyzeContentConents(parts: OneOrMany<ContentPart>): Content[];
|
|
55
55
|
callFunctions<const T extends SchemaFunctionDeclarations>(options: CallFunctionsOptions<T>): Promise<SpecializedGenerationResult<SchemaFunctionDeclarationsResult<T>[]>>;
|
|
56
56
|
callFunctionsStream<const T extends SchemaFunctionDeclarations>(options: CallFunctionsOptions<T>): SpecializedGenerationResultGenerator<SchemaFunctionDeclarationsResult<T>>;
|
|
57
|
-
generate(request: GenerationRequest): Promise<GenerationResult
|
|
58
|
-
generateStream(request: GenerationRequest): AsyncGenerator<GenerationResult
|
|
57
|
+
generate<S>(request: GenerationRequest<S>): Promise<GenerationResult<S>>;
|
|
58
|
+
generateStream<S>(request: GenerationRequest<S>): AsyncGenerator<GenerationResult<S>>;
|
|
59
59
|
private _callFunctionsStream;
|
|
60
60
|
private convertContents;
|
|
61
61
|
private convertContent;
|
|
@@ -63,4 +63,4 @@ export declare class AiService implements Resolvable<AiServiceArgument> {
|
|
|
63
63
|
private convertGoogleContent;
|
|
64
64
|
private getModel;
|
|
65
65
|
}
|
|
66
|
-
export declare function mergeGenerationStreamItems(items: GenerationResult[]): GenerationResult
|
|
66
|
+
export declare function mergeGenerationStreamItems<S>(items: GenerationResult<S>[], schema?: SchemaTestable<S>): GenerationResult<S>;
|
package/ai/ai.service.js
CHANGED
|
@@ -13,13 +13,14 @@ import { getShutdownSignal } from '../process-shutdown.js';
|
|
|
13
13
|
import { DeferredPromise } from '../promise/deferred-promise.js';
|
|
14
14
|
import { LazyPromise } from '../promise/lazy-promise.js';
|
|
15
15
|
import { convertToOpenApiSchema } from '../schema/converters/openapi-converter.js';
|
|
16
|
-
import { array, enumeration, nullable, object, string } from '../schema/index.js';
|
|
16
|
+
import { array, enumeration, nullable, object, Schema, string } from '../schema/index.js';
|
|
17
17
|
import { toArray } from '../utils/array/array.js';
|
|
18
18
|
import { mapAsync } from '../utils/async-iterable-helpers/map.js';
|
|
19
19
|
import { toArrayAsync } from '../utils/async-iterable-helpers/to-array.js';
|
|
20
|
+
import { lazyObject } from '../utils/object/lazy-property.js';
|
|
20
21
|
import { hasOwnProperty, objectEntries } from '../utils/object/object.js';
|
|
21
22
|
import { cancelableTimeout } from '../utils/timing.js';
|
|
22
|
-
import { assertDefinedPass, assertNotNullPass, isDefined, isError, isNotNull, isUndefined } from '../utils/type-guards.js';
|
|
23
|
+
import { assertDefinedPass, assertNotNullPass, isDefined, isError, isNotNull, isNull, isUndefined } from '../utils/type-guards.js';
|
|
23
24
|
import { millisecondsPerSecond } from '../utils/units.js';
|
|
24
25
|
import { resolveValueOrAsyncProvider } from '../utils/value-or-provider.js';
|
|
25
26
|
import { AiFileService } from './ai-file.service.js';
|
|
@@ -192,7 +193,7 @@ Always output the content and tags in ${options?.targetLanguage ?? 'the same lan
|
|
|
192
193
|
}
|
|
193
194
|
async generate(request) {
|
|
194
195
|
const items = await toArrayAsync(this.generateStream(request));
|
|
195
|
-
return mergeGenerationStreamItems(items);
|
|
196
|
+
return mergeGenerationStreamItems(items, request.generationSchema);
|
|
196
197
|
}
|
|
197
198
|
async *generateStream(request) {
|
|
198
199
|
const googleFunctionDeclarations = isDefined(request.functions) ? await this.convertFunctions(request.functions) : undefined;
|
|
@@ -261,6 +262,9 @@ Always output the content and tags in ${options?.targetLanguage ?? 'the same lan
|
|
|
261
262
|
}
|
|
262
263
|
return text;
|
|
263
264
|
},
|
|
265
|
+
get json() {
|
|
266
|
+
throw new NotSupportedError('JSON not supported in streamed items. Use mergeGenerationStreamItems to combine all streamed items.');
|
|
267
|
+
},
|
|
264
268
|
get functionCalls() {
|
|
265
269
|
if (isUndefined(functionCallParts)) {
|
|
266
270
|
functionCallParts = content.parts.filter((part) => hasOwnProperty(part, 'functionCall')).map((part) => part.functionCall);
|
|
@@ -390,26 +394,35 @@ AiService = __decorate([
|
|
|
390
394
|
Singleton()
|
|
391
395
|
], AiService);
|
|
392
396
|
export { AiService };
|
|
393
|
-
export function mergeGenerationStreamItems(items) {
|
|
397
|
+
export function mergeGenerationStreamItems(items, schema) {
|
|
394
398
|
const parts = items.flatMap((item) => item.content.parts);
|
|
395
399
|
let text;
|
|
396
400
|
let functionCallParts;
|
|
397
|
-
return {
|
|
398
|
-
content: { role: 'model', parts },
|
|
399
|
-
|
|
401
|
+
return lazyObject({
|
|
402
|
+
content: { value: { role: 'model', parts } },
|
|
403
|
+
text() {
|
|
400
404
|
if (isUndefined(text)) {
|
|
401
405
|
const textParts = parts.filter((part) => hasOwnProperty(part, 'text')).map((part) => part.text);
|
|
402
406
|
text = (textParts.length > 0) ? textParts.join('') : null;
|
|
403
407
|
}
|
|
404
408
|
return text;
|
|
405
409
|
},
|
|
406
|
-
|
|
410
|
+
json() {
|
|
411
|
+
if (isUndefined(schema)) {
|
|
412
|
+
return undefined;
|
|
413
|
+
}
|
|
414
|
+
if (isNull(this.text)) {
|
|
415
|
+
throw new Error('No text to parse available.');
|
|
416
|
+
}
|
|
417
|
+
return Schema.parse(schema, JSON.parse(this.text));
|
|
418
|
+
},
|
|
419
|
+
functionCalls() {
|
|
407
420
|
if (isUndefined(functionCallParts)) {
|
|
408
421
|
functionCallParts = parts.filter((part) => hasOwnProperty(part, 'functionCall')).map((part) => part.functionCall);
|
|
409
422
|
}
|
|
410
423
|
return functionCallParts;
|
|
411
424
|
},
|
|
412
|
-
finishReason: items.at(-1).finishReason,
|
|
413
|
-
usage: items.at(-1).usage
|
|
414
|
-
};
|
|
425
|
+
finishReason: { value: items.at(-1).finishReason },
|
|
426
|
+
usage: { value: items.at(-1).usage }
|
|
427
|
+
});
|
|
415
428
|
}
|
package/ai/types.d.ts
CHANGED
|
@@ -60,13 +60,13 @@ export type GenerationOptions = {
|
|
|
60
60
|
topK?: number;
|
|
61
61
|
frequencyPenalty?: number;
|
|
62
62
|
};
|
|
63
|
-
export type GenerationRequest = {
|
|
63
|
+
export type GenerationRequest<S = unknown> = {
|
|
64
64
|
model?: AiModel;
|
|
65
65
|
systemInstruction?: string;
|
|
66
66
|
contents: Content | readonly Content[];
|
|
67
67
|
functions?: SchemaFunctionDeclarations;
|
|
68
68
|
functionCallingMode?: FunctionCallingMode;
|
|
69
|
-
generationSchema?: SchemaTestable
|
|
69
|
+
generationSchema?: SchemaTestable<S>;
|
|
70
70
|
generationOptions?: GenerationOptions;
|
|
71
71
|
};
|
|
72
72
|
export type GenerationUsage = {
|
|
@@ -75,9 +75,10 @@ export type GenerationUsage = {
|
|
|
75
75
|
output: number;
|
|
76
76
|
total: number;
|
|
77
77
|
};
|
|
78
|
-
export type GenerationResult = {
|
|
78
|
+
export type GenerationResult<S = unknown> = {
|
|
79
79
|
content: Content;
|
|
80
80
|
text: string | null;
|
|
81
|
+
json: S;
|
|
81
82
|
functionCalls: FunctionCall[];
|
|
82
83
|
finishReason: FinishReason;
|
|
83
84
|
usage: GenerationUsage;
|
package/api/server/gateway.js
CHANGED
|
@@ -10,7 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
11
11
|
return function (target, key) { decorator(target, key, paramIndex); }
|
|
12
12
|
};
|
|
13
|
-
import 'urlpattern-polyfill';
|
|
13
|
+
import 'urlpattern-polyfill';
|
|
14
14
|
import { BadRequestError } from '../../errors/bad-request.error.js';
|
|
15
15
|
import { NotFoundError } from '../../errors/not-found.error.js';
|
|
16
16
|
import { NotImplementedError } from '../../errors/not-implemented.error.js';
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
import { type EnumType } from '../../enumeration/enumeration.js';
|
|
1
2
|
import type { Record } from '../../types.js';
|
|
2
3
|
import type { TokenPayload } from '../index.js';
|
|
3
4
|
import type { InitSecretResetData } from '../models/init-secret-reset-data.model.js';
|
|
4
|
-
export declare
|
|
5
|
-
GetToken
|
|
6
|
-
Refresh
|
|
7
|
-
}
|
|
5
|
+
export declare const GetTokenPayloadContextAction: {
|
|
6
|
+
readonly GetToken: "get-token";
|
|
7
|
+
readonly Refresh: "refresh";
|
|
8
|
+
};
|
|
9
|
+
export type GetTokenPayloadContextAction = EnumType<typeof GetTokenPayloadContextAction>;
|
|
8
10
|
export type GetTokenPayloadContext = {
|
|
9
11
|
action: GetTokenPayloadContextAction;
|
|
10
12
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
})
|
|
1
|
+
import { defineEnum } from '../../enumeration/enumeration.js';
|
|
2
|
+
export const GetTokenPayloadContextAction = defineEnum('GetTokenPayloadContextAction', {
|
|
3
|
+
GetToken: 'get-token',
|
|
4
|
+
Refresh: 'refresh'
|
|
5
|
+
});
|
|
6
6
|
export class AuthenticationAncillaryService {
|
|
7
7
|
}
|
package/context/context.d.ts
CHANGED
|
@@ -7,12 +7,4 @@ export declare function createContextProvider<Context, const Name extends string
|
|
|
7
7
|
(required: true, debugFn: Function): Context;
|
|
8
8
|
(required?: false, debugFn?: Function): Context | null;
|
|
9
9
|
(required: boolean, debugFn: Function): Context | null;
|
|
10
|
-
}> & Record<`setCurrent${Name}Context`, (context: Context | null) => Context | null> & Record<`runIn${Name}Context`, <ReturnT>(context: Context, fn: () => ReturnT) => ReturnT> & Record<`isIn${Name}Context`, {
|
|
11
|
-
(required: true, debugFn: Function): Context;
|
|
12
|
-
(required?: false, debugFn?: Function): Context | null;
|
|
13
|
-
(required: boolean, debugFn: Function): Context | null;
|
|
14
|
-
}> & Record<`assertIn${Name}Context`, {
|
|
15
|
-
(required: true, debugFn: Function): Context;
|
|
16
|
-
(required?: false, debugFn?: Function): Context | null;
|
|
17
|
-
(required: boolean, debugFn: Function): Context | null;
|
|
18
|
-
}>>;
|
|
10
|
+
}> & Record<`setCurrent${Name}Context`, (context: Context | null) => Context | null> & Record<`runIn${Name}Context`, <ReturnT>(context: Context, fn: () => ReturnT) => ReturnT> & Record<`isIn${Name}Context`, () => boolean> & Record<`assertIn${Name}Context`, (debugFnOrMessage: Function | string) => void>>;
|
package/context/context.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isNotNull } from '../utils/type-guards.js';
|
|
1
|
+
import { isNotNull, isString } from '../utils/type-guards.js';
|
|
2
2
|
/**
|
|
3
3
|
* Creates a new context provider
|
|
4
4
|
* @param name name of of the context used for function names
|
|
@@ -48,16 +48,19 @@ export function createContextProvider(name) {
|
|
|
48
48
|
*
|
|
49
49
|
* @param debugFn a reference to the function making the assertion (used for the error message).
|
|
50
50
|
*/
|
|
51
|
-
function assertInContext(
|
|
51
|
+
function assertInContext(debugFnOrMessage) {
|
|
52
52
|
if (!isInContext()) {
|
|
53
|
-
|
|
53
|
+
const message = isString(debugFnOrMessage)
|
|
54
|
+
? debugFnOrMessage
|
|
55
|
+
: `${debugFnOrMessage.name}() can only be used within an ${name}Context via \`runIn${name}Context\`.`;
|
|
56
|
+
throw new Error(message);
|
|
54
57
|
}
|
|
55
58
|
}
|
|
56
59
|
return {
|
|
57
60
|
[`getCurrent${name}Context`]: getCurrentContext,
|
|
58
61
|
[`setCurrent${name}Context`]: setCurrentContext,
|
|
59
62
|
[`runIn${name}Context`]: runInContext,
|
|
60
|
-
[`isIn${name}Context`]:
|
|
61
|
-
[`assertIn${name}Context`]:
|
|
63
|
+
[`isIn${name}Context`]: isInContext,
|
|
64
|
+
[`assertIn${name}Context`]: assertInContext
|
|
62
65
|
};
|
|
63
66
|
}
|
|
@@ -92,17 +92,20 @@ export declare const documentManagementApiDefinition: {
|
|
|
92
92
|
method: "POST";
|
|
93
93
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
94
94
|
date: import("../../orm/schemas/numeric-date.js").NumericDate | null;
|
|
95
|
+
summary: string | null;
|
|
95
96
|
title: string | null;
|
|
96
|
-
|
|
97
|
+
tags: string[] | null;
|
|
97
98
|
typeId: import("../../orm/schemas/uuid.js").Uuid | null;
|
|
99
|
+
subtitle: string | null;
|
|
100
|
+
pages: number | null;
|
|
98
101
|
originalFileName: string | null;
|
|
99
102
|
collectionIds: string | string[];
|
|
100
103
|
properties?: {
|
|
104
|
+
propertyId: import("../../orm/schemas/uuid.js").Uuid;
|
|
101
105
|
value: unknown;
|
|
102
106
|
metadata?: Partial<{
|
|
103
107
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
104
108
|
}> | undefined;
|
|
105
|
-
propertyId: import("../../orm/schemas/uuid.js").Uuid;
|
|
106
109
|
}[] | undefined;
|
|
107
110
|
metadata?: Partial<{
|
|
108
111
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
@@ -169,9 +172,9 @@ export declare const documentManagementApiDefinition: {
|
|
|
169
172
|
resource: string;
|
|
170
173
|
method: "POST";
|
|
171
174
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
172
|
-
comment: string | null;
|
|
173
175
|
typeId: import("../../orm/schemas/uuid.js").Uuid | null;
|
|
174
176
|
requiredFilesCount: number;
|
|
177
|
+
comment: string | null;
|
|
175
178
|
requestsTemplateId: import("../../orm/schemas/uuid.js").Uuid;
|
|
176
179
|
metadata?: Partial<{
|
|
177
180
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
@@ -185,9 +188,9 @@ export declare const documentManagementApiDefinition: {
|
|
|
185
188
|
method: "PATCH";
|
|
186
189
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
187
190
|
id: import("../../orm/types.js").IsPrimaryKey<import("../../orm/types.js").HasDefault<import("../../orm/schemas/uuid.js").Uuid>>;
|
|
188
|
-
comment?: string | null | undefined;
|
|
189
191
|
typeId?: import("../../orm/types.js").Uuid | null | undefined;
|
|
190
192
|
requiredFilesCount?: number | undefined;
|
|
193
|
+
comment?: string | null | undefined;
|
|
191
194
|
metadata?: Partial<{
|
|
192
195
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
193
196
|
}> | undefined;
|
|
@@ -212,7 +215,12 @@ export declare const documentManagementApiDefinition: {
|
|
|
212
215
|
method: "POST";
|
|
213
216
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
214
217
|
requestId: string;
|
|
218
|
+
date: import("../../orm/schemas/numeric-date.js").NumericDate | null;
|
|
219
|
+
summary: string | null;
|
|
215
220
|
title: string | null;
|
|
221
|
+
tags: string[] | null;
|
|
222
|
+
subtitle: string | null;
|
|
223
|
+
pages: number | null;
|
|
216
224
|
originalFileName: string | null;
|
|
217
225
|
metadata?: Partial<{
|
|
218
226
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
@@ -257,7 +265,12 @@ export declare const documentManagementApiDefinition: {
|
|
|
257
265
|
method: "PATCH";
|
|
258
266
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
259
267
|
id: import("../../orm/types.js").IsPrimaryKey<import("../../orm/types.js").HasDefault<import("../../orm/schemas/uuid.js").Uuid>>;
|
|
268
|
+
date?: import("../../orm/types.js").NumericDate | null | undefined;
|
|
269
|
+
summary?: string | null | undefined;
|
|
260
270
|
title?: string | null | undefined;
|
|
271
|
+
tags?: string[] | null | undefined;
|
|
272
|
+
subtitle?: string | null | undefined;
|
|
273
|
+
pages?: number | null | undefined;
|
|
261
274
|
approvalComment?: string | null | undefined;
|
|
262
275
|
approvalTimestamp?: import("../../orm/types.js").Timestamp | null | undefined;
|
|
263
276
|
metadata?: Partial<{
|
|
@@ -283,9 +296,9 @@ export declare const documentManagementApiDefinition: {
|
|
|
283
296
|
resource: string;
|
|
284
297
|
method: "POST";
|
|
285
298
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
286
|
-
comment: string | null;
|
|
287
299
|
typeId: import("../../orm/schemas/uuid.js").Uuid | null;
|
|
288
300
|
requiredFilesCount: number;
|
|
301
|
+
comment: string | null;
|
|
289
302
|
collectionIds: string[];
|
|
290
303
|
metadata?: Partial<{
|
|
291
304
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
@@ -299,9 +312,9 @@ export declare const documentManagementApiDefinition: {
|
|
|
299
312
|
method: "PATCH";
|
|
300
313
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
301
314
|
id: import("../../orm/types.js").IsPrimaryKey<import("../../orm/types.js").HasDefault<import("../../orm/schemas/uuid.js").Uuid>>;
|
|
302
|
-
comment?: string | null | undefined;
|
|
303
315
|
typeId?: import("../../orm/types.js").Uuid | null | undefined;
|
|
304
316
|
requiredFilesCount?: number | undefined;
|
|
317
|
+
comment?: string | null | undefined;
|
|
305
318
|
completed?: boolean | undefined;
|
|
306
319
|
metadata?: Partial<{
|
|
307
320
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
@@ -354,16 +367,19 @@ export declare const documentManagementApiDefinition: {
|
|
|
354
367
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
355
368
|
id: import("../../orm/types.js").IsPrimaryKey<import("../../orm/types.js").HasDefault<import("../../orm/schemas/uuid.js").Uuid>>;
|
|
356
369
|
date?: import("../../orm/types.js").NumericDate | null | undefined;
|
|
370
|
+
summary?: string | null | undefined;
|
|
357
371
|
title?: string | null | undefined;
|
|
358
|
-
|
|
372
|
+
tags?: string[] | null | undefined;
|
|
359
373
|
fileId?: import("../../orm/types.js").Uuid | undefined;
|
|
360
374
|
typeId?: import("../../orm/types.js").Uuid | null | undefined;
|
|
375
|
+
subtitle?: string | null | undefined;
|
|
376
|
+
pages?: number | null | undefined;
|
|
361
377
|
properties?: {
|
|
378
|
+
propertyId: import("../../orm/schemas/uuid.js").Uuid;
|
|
362
379
|
value: unknown;
|
|
363
380
|
metadata?: Partial<{
|
|
364
381
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
365
382
|
}> | undefined;
|
|
366
|
-
propertyId: import("../../orm/schemas/uuid.js").Uuid;
|
|
367
383
|
}[] | undefined;
|
|
368
384
|
metadata?: Partial<{
|
|
369
385
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
@@ -466,17 +482,20 @@ declare const _DocumentManagementApi: import("../../api/index.js").ApiClient<{
|
|
|
466
482
|
method: "POST";
|
|
467
483
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
468
484
|
date: import("../../orm/schemas/numeric-date.js").NumericDate | null;
|
|
485
|
+
summary: string | null;
|
|
469
486
|
title: string | null;
|
|
470
|
-
|
|
487
|
+
tags: string[] | null;
|
|
471
488
|
typeId: import("../../orm/schemas/uuid.js").Uuid | null;
|
|
489
|
+
subtitle: string | null;
|
|
490
|
+
pages: number | null;
|
|
472
491
|
originalFileName: string | null;
|
|
473
492
|
collectionIds: string | string[];
|
|
474
493
|
properties?: {
|
|
494
|
+
propertyId: import("../../orm/schemas/uuid.js").Uuid;
|
|
475
495
|
value: unknown;
|
|
476
496
|
metadata?: Partial<{
|
|
477
497
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
478
498
|
}> | undefined;
|
|
479
|
-
propertyId: import("../../orm/schemas/uuid.js").Uuid;
|
|
480
499
|
}[] | undefined;
|
|
481
500
|
metadata?: Partial<{
|
|
482
501
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
@@ -543,9 +562,9 @@ declare const _DocumentManagementApi: import("../../api/index.js").ApiClient<{
|
|
|
543
562
|
resource: string;
|
|
544
563
|
method: "POST";
|
|
545
564
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
546
|
-
comment: string | null;
|
|
547
565
|
typeId: import("../../orm/schemas/uuid.js").Uuid | null;
|
|
548
566
|
requiredFilesCount: number;
|
|
567
|
+
comment: string | null;
|
|
549
568
|
requestsTemplateId: import("../../orm/schemas/uuid.js").Uuid;
|
|
550
569
|
metadata?: Partial<{
|
|
551
570
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
@@ -559,9 +578,9 @@ declare const _DocumentManagementApi: import("../../api/index.js").ApiClient<{
|
|
|
559
578
|
method: "PATCH";
|
|
560
579
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
561
580
|
id: import("../../orm/types.js").IsPrimaryKey<import("../../orm/types.js").HasDefault<import("../../orm/schemas/uuid.js").Uuid>>;
|
|
562
|
-
comment?: string | null | undefined;
|
|
563
581
|
typeId?: import("../../orm/types.js").Uuid | null | undefined;
|
|
564
582
|
requiredFilesCount?: number | undefined;
|
|
583
|
+
comment?: string | null | undefined;
|
|
565
584
|
metadata?: Partial<{
|
|
566
585
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
567
586
|
}> | undefined;
|
|
@@ -586,7 +605,12 @@ declare const _DocumentManagementApi: import("../../api/index.js").ApiClient<{
|
|
|
586
605
|
method: "POST";
|
|
587
606
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
588
607
|
requestId: string;
|
|
608
|
+
date: import("../../orm/schemas/numeric-date.js").NumericDate | null;
|
|
609
|
+
summary: string | null;
|
|
589
610
|
title: string | null;
|
|
611
|
+
tags: string[] | null;
|
|
612
|
+
subtitle: string | null;
|
|
613
|
+
pages: number | null;
|
|
590
614
|
originalFileName: string | null;
|
|
591
615
|
metadata?: Partial<{
|
|
592
616
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
@@ -631,7 +655,12 @@ declare const _DocumentManagementApi: import("../../api/index.js").ApiClient<{
|
|
|
631
655
|
method: "PATCH";
|
|
632
656
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
633
657
|
id: import("../../orm/types.js").IsPrimaryKey<import("../../orm/types.js").HasDefault<import("../../orm/schemas/uuid.js").Uuid>>;
|
|
658
|
+
date?: import("../../orm/types.js").NumericDate | null | undefined;
|
|
659
|
+
summary?: string | null | undefined;
|
|
634
660
|
title?: string | null | undefined;
|
|
661
|
+
tags?: string[] | null | undefined;
|
|
662
|
+
subtitle?: string | null | undefined;
|
|
663
|
+
pages?: number | null | undefined;
|
|
635
664
|
approvalComment?: string | null | undefined;
|
|
636
665
|
approvalTimestamp?: import("../../orm/types.js").Timestamp | null | undefined;
|
|
637
666
|
metadata?: Partial<{
|
|
@@ -657,9 +686,9 @@ declare const _DocumentManagementApi: import("../../api/index.js").ApiClient<{
|
|
|
657
686
|
resource: string;
|
|
658
687
|
method: "POST";
|
|
659
688
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
660
|
-
comment: string | null;
|
|
661
689
|
typeId: import("../../orm/schemas/uuid.js").Uuid | null;
|
|
662
690
|
requiredFilesCount: number;
|
|
691
|
+
comment: string | null;
|
|
663
692
|
collectionIds: string[];
|
|
664
693
|
metadata?: Partial<{
|
|
665
694
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
@@ -673,9 +702,9 @@ declare const _DocumentManagementApi: import("../../api/index.js").ApiClient<{
|
|
|
673
702
|
method: "PATCH";
|
|
674
703
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
675
704
|
id: import("../../orm/types.js").IsPrimaryKey<import("../../orm/types.js").HasDefault<import("../../orm/schemas/uuid.js").Uuid>>;
|
|
676
|
-
comment?: string | null | undefined;
|
|
677
705
|
typeId?: import("../../orm/types.js").Uuid | null | undefined;
|
|
678
706
|
requiredFilesCount?: number | undefined;
|
|
707
|
+
comment?: string | null | undefined;
|
|
679
708
|
completed?: boolean | undefined;
|
|
680
709
|
metadata?: Partial<{
|
|
681
710
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
@@ -728,16 +757,19 @@ declare const _DocumentManagementApi: import("../../api/index.js").ApiClient<{
|
|
|
728
757
|
parameters: import("../../schema/index.js").ObjectSchema<{
|
|
729
758
|
id: import("../../orm/types.js").IsPrimaryKey<import("../../orm/types.js").HasDefault<import("../../orm/schemas/uuid.js").Uuid>>;
|
|
730
759
|
date?: import("../../orm/types.js").NumericDate | null | undefined;
|
|
760
|
+
summary?: string | null | undefined;
|
|
731
761
|
title?: string | null | undefined;
|
|
732
|
-
|
|
762
|
+
tags?: string[] | null | undefined;
|
|
733
763
|
fileId?: import("../../orm/types.js").Uuid | undefined;
|
|
734
764
|
typeId?: import("../../orm/types.js").Uuid | null | undefined;
|
|
765
|
+
subtitle?: string | null | undefined;
|
|
766
|
+
pages?: number | null | undefined;
|
|
735
767
|
properties?: {
|
|
768
|
+
propertyId: import("../../orm/schemas/uuid.js").Uuid;
|
|
736
769
|
value: unknown;
|
|
737
770
|
metadata?: Partial<{
|
|
738
771
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
739
772
|
}> | undefined;
|
|
740
|
-
propertyId: import("../../orm/schemas/uuid.js").Uuid;
|
|
741
773
|
}[] | undefined;
|
|
742
774
|
metadata?: Partial<{
|
|
743
775
|
attributes: import("../../orm/types.js").HasDefault<import("../../orm/schemas/json.js").Json<import("../../orm/entity.js").EntityMetadataAttributes>>;
|
|
@@ -8,11 +8,13 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
10
|
import { Entity } from '../../orm/entity.js';
|
|
11
|
+
import { Unique } from '../../orm/types.js';
|
|
11
12
|
import { StringProperty } from '../../schema/index.js';
|
|
12
13
|
export class DocumentCategory extends Entity {
|
|
13
14
|
label;
|
|
14
15
|
}
|
|
15
16
|
__decorate([
|
|
16
17
|
StringProperty(),
|
|
18
|
+
Unique(),
|
|
17
19
|
__metadata("design:type", String)
|
|
18
20
|
], DocumentCategory.prototype, "label", void 0);
|
|
@@ -9,14 +9,14 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
};
|
|
10
10
|
import { References } from '../../orm/decorators.js';
|
|
11
11
|
import { Entity } from '../../orm/entity.js';
|
|
12
|
-
import { Timestamp, Uuid } from '../../orm/types.js';
|
|
12
|
+
import { Timestamp, Unique, Uuid } from '../../orm/types.js';
|
|
13
13
|
import { DocumentCollection } from './document-collection.model.js';
|
|
14
14
|
import { Document } from './document.model.js';
|
|
15
|
-
|
|
15
|
+
let DocumentCollectionDocument = class DocumentCollectionDocument extends Entity {
|
|
16
16
|
collectionId;
|
|
17
17
|
documentId;
|
|
18
18
|
archiveTimestamp;
|
|
19
|
-
}
|
|
19
|
+
};
|
|
20
20
|
__decorate([
|
|
21
21
|
Uuid(),
|
|
22
22
|
References(() => DocumentCollection),
|
|
@@ -31,3 +31,7 @@ __decorate([
|
|
|
31
31
|
Timestamp({ nullable: true }),
|
|
32
32
|
__metadata("design:type", Object)
|
|
33
33
|
], DocumentCollectionDocument.prototype, "archiveTimestamp", void 0);
|
|
34
|
+
DocumentCollectionDocument = __decorate([
|
|
35
|
+
Unique(['collectionId', 'documentId'])
|
|
36
|
+
], DocumentCollectionDocument);
|
|
37
|
+
export { DocumentCollectionDocument };
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
import { Entity } from '../../orm/entity.js';
|
|
2
|
-
import { Uuid } from '../../orm/types.js';
|
|
3
|
-
import { type SchemaOutput } from '../../schema/index.js';
|
|
2
|
+
import { NumericDate, Uuid } from '../../orm/types.js';
|
|
4
3
|
export declare abstract class DocumentPropertyValueBase extends Entity {
|
|
5
|
-
documentId: Uuid;
|
|
6
4
|
propertyId: Uuid;
|
|
5
|
+
text: string | null;
|
|
6
|
+
integer: number | null;
|
|
7
|
+
decimal: number | null;
|
|
8
|
+
boolean: boolean | null;
|
|
9
|
+
date: NumericDate | null;
|
|
7
10
|
}
|
|
8
|
-
export declare class
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
export declare class DocumentPropertyIntegerValue extends DocumentPropertyValueBase {
|
|
12
|
-
value: number | null;
|
|
11
|
+
export declare class DocumentPropertyValue extends DocumentPropertyValueBase {
|
|
12
|
+
documentId: Uuid;
|
|
13
13
|
}
|
|
14
|
-
export declare class
|
|
15
|
-
|
|
14
|
+
export declare class DocumentRequestFilePropertyValue extends DocumentPropertyValueBase {
|
|
15
|
+
requestFileId: Uuid;
|
|
16
16
|
}
|
|
17
|
-
export declare class
|
|
18
|
-
|
|
17
|
+
export declare class DocumentRequestAssignmentTaskPropertyValue extends DocumentPropertyValueBase {
|
|
18
|
+
static readonly entityName: 'DocumentRequestAssignmentTaskPropertyValue';
|
|
19
|
+
requestAssignmentTaskId: Uuid;
|
|
19
20
|
}
|
|
20
|
-
export declare const documentPropertyValueSchema: import("../../schema/index.js").UnionSchema<[typeof DocumentPropertyTextValue, typeof DocumentPropertyIntegerValue, typeof DocumentPropertyDecimalValue, typeof DocumentPropertyBooleanValue]>;
|
|
21
|
-
export type DocumentPropertyValue = SchemaOutput<typeof documentPropertyValueSchema>;
|
|
@@ -9,50 +9,83 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
};
|
|
10
10
|
import { References } from '../../orm/decorators.js';
|
|
11
11
|
import { Entity } from '../../orm/entity.js';
|
|
12
|
-
import { Uuid } from '../../orm/types.js';
|
|
13
|
-
import { BooleanProperty, Integer, NumberProperty, StringProperty
|
|
12
|
+
import { Check, NumericDate, Unique, Uuid } from '../../orm/types.js';
|
|
13
|
+
import { BooleanProperty, Integer, NumberProperty, StringProperty } from '../../schema/index.js';
|
|
14
|
+
import { sql } from 'drizzle-orm';
|
|
14
15
|
import { DocumentProperty } from './document-property.model.js';
|
|
16
|
+
import { DocumentRequestAssignmentTask } from './document-request-assignment-task.model.js';
|
|
17
|
+
import { DocumentRequestFile } from './document-request-file.model.js';
|
|
15
18
|
import { Document } from './document.model.js';
|
|
16
|
-
|
|
17
|
-
documentId;
|
|
19
|
+
let DocumentPropertyValueBase = class DocumentPropertyValueBase extends Entity {
|
|
18
20
|
propertyId;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
21
|
+
text;
|
|
22
|
+
integer;
|
|
23
|
+
decimal;
|
|
24
|
+
boolean;
|
|
25
|
+
date;
|
|
26
|
+
};
|
|
25
27
|
__decorate([
|
|
26
28
|
Uuid(),
|
|
27
29
|
References(() => DocumentProperty),
|
|
28
30
|
__metadata("design:type", String)
|
|
29
31
|
], DocumentPropertyValueBase.prototype, "propertyId", void 0);
|
|
30
|
-
export class DocumentPropertyTextValue extends DocumentPropertyValueBase {
|
|
31
|
-
value;
|
|
32
|
-
}
|
|
33
32
|
__decorate([
|
|
34
33
|
StringProperty({ nullable: true }),
|
|
35
34
|
__metadata("design:type", Object)
|
|
36
|
-
],
|
|
37
|
-
export class DocumentPropertyIntegerValue extends DocumentPropertyValueBase {
|
|
38
|
-
value;
|
|
39
|
-
}
|
|
35
|
+
], DocumentPropertyValueBase.prototype, "text", void 0);
|
|
40
36
|
__decorate([
|
|
41
37
|
Integer({ nullable: true }),
|
|
42
38
|
__metadata("design:type", Object)
|
|
43
|
-
],
|
|
44
|
-
export class DocumentPropertyDecimalValue extends DocumentPropertyValueBase {
|
|
45
|
-
value;
|
|
46
|
-
}
|
|
39
|
+
], DocumentPropertyValueBase.prototype, "integer", void 0);
|
|
47
40
|
__decorate([
|
|
48
41
|
NumberProperty({ nullable: true }),
|
|
49
42
|
__metadata("design:type", Object)
|
|
50
|
-
],
|
|
51
|
-
export class DocumentPropertyBooleanValue extends DocumentPropertyValueBase {
|
|
52
|
-
value;
|
|
53
|
-
}
|
|
43
|
+
], DocumentPropertyValueBase.prototype, "decimal", void 0);
|
|
54
44
|
__decorate([
|
|
55
45
|
BooleanProperty({ nullable: true }),
|
|
56
46
|
__metadata("design:type", Object)
|
|
57
|
-
],
|
|
58
|
-
|
|
47
|
+
], DocumentPropertyValueBase.prototype, "boolean", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
NumericDate({ nullable: true }),
|
|
50
|
+
__metadata("design:type", Object)
|
|
51
|
+
], DocumentPropertyValueBase.prototype, "date", void 0);
|
|
52
|
+
DocumentPropertyValueBase = __decorate([
|
|
53
|
+
Check('only_one_value', (table) => sql `num_nonnulls(${table.text}, ${table.integer}, ${table.decimal}, ${table.boolean}, ${table.date}) = 1`)
|
|
54
|
+
], DocumentPropertyValueBase);
|
|
55
|
+
export { DocumentPropertyValueBase };
|
|
56
|
+
let DocumentPropertyValue = class DocumentPropertyValue extends DocumentPropertyValueBase {
|
|
57
|
+
documentId;
|
|
58
|
+
};
|
|
59
|
+
__decorate([
|
|
60
|
+
Uuid(),
|
|
61
|
+
References(() => Document),
|
|
62
|
+
__metadata("design:type", String)
|
|
63
|
+
], DocumentPropertyValue.prototype, "documentId", void 0);
|
|
64
|
+
DocumentPropertyValue = __decorate([
|
|
65
|
+
Unique(['documentId', 'propertyId'])
|
|
66
|
+
], DocumentPropertyValue);
|
|
67
|
+
export { DocumentPropertyValue };
|
|
68
|
+
let DocumentRequestFilePropertyValue = class DocumentRequestFilePropertyValue extends DocumentPropertyValueBase {
|
|
69
|
+
requestFileId;
|
|
70
|
+
};
|
|
71
|
+
__decorate([
|
|
72
|
+
Uuid(),
|
|
73
|
+
References(() => DocumentRequestFile),
|
|
74
|
+
__metadata("design:type", String)
|
|
75
|
+
], DocumentRequestFilePropertyValue.prototype, "requestFileId", void 0);
|
|
76
|
+
DocumentRequestFilePropertyValue = __decorate([
|
|
77
|
+
Unique(['requestFileId', 'propertyId'], { naming: 'abbreviated-table' })
|
|
78
|
+
], DocumentRequestFilePropertyValue);
|
|
79
|
+
export { DocumentRequestFilePropertyValue };
|
|
80
|
+
let DocumentRequestAssignmentTaskPropertyValue = class DocumentRequestAssignmentTaskPropertyValue extends DocumentPropertyValueBase {
|
|
81
|
+
requestAssignmentTaskId;
|
|
82
|
+
};
|
|
83
|
+
__decorate([
|
|
84
|
+
Uuid(),
|
|
85
|
+
References(() => DocumentRequestAssignmentTask),
|
|
86
|
+
__metadata("design:type", String)
|
|
87
|
+
], DocumentRequestAssignmentTaskPropertyValue.prototype, "requestAssignmentTaskId", void 0);
|
|
88
|
+
DocumentRequestAssignmentTaskPropertyValue = __decorate([
|
|
89
|
+
Unique(['requestAssignmentTaskId', 'propertyId'], { naming: 'abbreviated-table' })
|
|
90
|
+
], DocumentRequestAssignmentTaskPropertyValue);
|
|
91
|
+
export { DocumentRequestAssignmentTaskPropertyValue };
|