@icure/cardinal-sdk 2.0.0 → 2.1.1
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/api/FormApi.d.mts +2 -1
- package/api/FormBasicApi.d.mts +1 -0
- package/api/FormBasicInGroupApi.d.mts +1 -0
- package/api/FormInGroupApi.d.mts +2 -1
- package/api/FormTemplateApi.d.mts +2 -0
- package/api.d.mts +0 -8
- package/api.mjs +0 -8
- package/cardinal-sdk-ts.d.mts +61 -30
- package/cardinal-sdk-ts.mjs +39682 -39198
- package/cardinal-sdk.mjs +100830 -98348
- package/filters/DocumentFilters.d.mts +18 -0
- package/filters/DocumentFilters.mjs +7 -1
- package/filters/FormTemplateFilters.d.mts +7 -0
- package/filters/FormTemplateFilters.mjs +5 -0
- package/filters/MessageFilters.d.mts +18 -0
- package/filters/MessageFilters.mjs +7 -1
- package/filters.d.mts +1 -2
- package/filters.mjs +1 -2
- package/kotlin-kotlin-stdlib.mjs +4 -4
- package/kotlinx-coroutines-core.mjs +1 -1
- package/model/CalendarItem.d.mts +22 -0
- package/model/CalendarItem.mjs +83 -0
- package/model/Code.d.mts +1 -1
- package/model/Code.mjs +4 -5
- package/model/Device.d.mts +1 -1
- package/model/Device.mjs +4 -5
- package/model/Group.d.mts +15 -0
- package/model/Group.mjs +69 -0
- package/model/HealthElement.d.mts +3 -0
- package/model/HealthElement.mjs +12 -0
- package/model/HealthcareParty.d.mts +2 -2
- package/model/HealthcareParty.mjs +7 -9
- package/model/Message.d.mts +4 -0
- package/model/Message.mjs +11 -0
- package/model/Patient.d.mts +3 -2
- package/model/Patient.mjs +8 -10
- package/model/User.d.mts +2 -0
- package/model/User.mjs +12 -0
- package/model/base/CryptoActor.mjs +4 -4
- package/model/embed/form/template/Field.d.mts +1 -1
- package/model/embed/form/template/StructureElement.mjs +5 -5
- package/model/filter/predicate/Predicate.d.mts +1 -1
- package/model/filter/predicate/Predicate.mjs +1 -1
- package/model.d.mts +0 -18
- package/model.mjs +0 -18
- package/package.json +1 -1
- package/sdk/CardinalSdk.d.mts +0 -24
- package/api/ApplicationSettingsApi.d.mts +0 -6
- package/api/ApplicationSettingsApi.mjs +0 -1
- package/api/DocumentTemplateApi.d.mts +0 -22
- package/api/DocumentTemplateApi.mjs +0 -1
- package/api/EntityReferenceApi.d.mts +0 -5
- package/api/EntityReferenceApi.mjs +0 -1
- package/api/EntityTemplateApi.d.mts +0 -24
- package/api/EntityTemplateApi.mjs +0 -1
- package/api/KeywordApi.d.mts +0 -14
- package/api/KeywordApi.mjs +0 -1
- package/api/MedicalLocationApi.d.mts +0 -17
- package/api/MedicalLocationApi.mjs +0 -1
- package/api/TarificationApi.d.mts +0 -27
- package/api/TarificationApi.mjs +0 -1
- package/api/TimeTableApi.d.mts +0 -26
- package/api/TimeTableApi.mjs +0 -1
- package/filters/MedicalLocationFilters.d.mts +0 -8
- package/filters/MedicalLocationFilters.mjs +0 -6
- package/filters/TimeTableFilters.d.mts +0 -12
- package/filters/TimeTableFilters.mjs +0 -6
- package/model/ApplicationSettings.d.mts +0 -87
- package/model/ApplicationSettings.mjs +0 -256
- package/model/DocumentTemplate.d.mts +0 -35
- package/model/DocumentTemplate.mjs +0 -162
- package/model/EntityReference.d.mts +0 -10
- package/model/EntityReference.mjs +0 -46
- package/model/EntityTemplate.d.mts +0 -16
- package/model/EntityTemplate.mjs +0 -81
- package/model/Keyword.d.mts +0 -23
- package/model/Keyword.mjs +0 -99
- package/model/ListOfIds.d.mts +0 -6
- package/model/ListOfIds.mjs +0 -28
- package/model/MedicalLocation.d.mts +0 -28
- package/model/MedicalLocation.mjs +0 -116
- package/model/Tarification.d.mts +0 -50
- package/model/Tarification.mjs +0 -178
- package/model/TimeTable.d.mts +0 -25
- package/model/TimeTable.mjs +0 -111
- package/model/base/AppendixType.d.mts +0 -5
- package/model/base/AppendixType.mjs +0 -7
- package/model/base/CodeFlag.d.mts +0 -80
- package/model/base/CodeFlag.mjs +0 -82
- package/model/base/ReportVersion.d.mts +0 -3
- package/model/base/ReportVersion.mjs +0 -5
- package/model/embed/KeywordSubword.d.mts +0 -8
- package/model/embed/KeywordSubword.mjs +0 -35
- package/model/embed/LetterValue.d.mts +0 -9
- package/model/embed/LetterValue.mjs +0 -47
- package/model/embed/Periodicity.d.mts +0 -8
- package/model/embed/Periodicity.mjs +0 -36
- package/model/embed/TimeTableHour.d.mts +0 -7
- package/model/embed/TimeTableHour.mjs +0 -35
- package/model/embed/TimeTableItem.d.mts +0 -19
- package/model/embed/TimeTableItem.mjs +0 -96
- package/model/embed/Valorisation.d.mts +0 -56
- package/model/embed/Valorisation.mjs +0 -188
package/api/FormApi.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterOptions, PaginatedListIterator, SortableFilterOptions } from '../cardinal-sdk-ts.mjs';
|
|
1
|
+
import { BaseFilterOptions, FilterOptions, PaginatedListIterator, SortableFilterOptions } from '../cardinal-sdk-ts.mjs';
|
|
2
2
|
import { FormShareOptions } from '../crypto/entities/FormShareOptions.mjs';
|
|
3
3
|
import { SecretIdUseOption } from '../crypto/entities/SecretIdUseOption.mjs';
|
|
4
4
|
import { EntityReferenceInGroup } from '../model/EntityReferenceInGroup.mjs';
|
|
@@ -60,6 +60,7 @@ export interface FormApi {
|
|
|
60
60
|
purgeFormTemplate(formTemplate: FormTemplate): Promise<void>;
|
|
61
61
|
purgeFormTemplates(formTemplates: Array<FormTemplate>): Promise<Array<StoredDocumentIdentifier>>;
|
|
62
62
|
setTemplateAttachment(formTemplateId: string, payload: Int8Array): Promise<string>;
|
|
63
|
+
matchFormTemplateBy(filter: BaseFilterOptions<FormTemplate>): Promise<Array<string>>;
|
|
63
64
|
shareWith(delegateId: string, form: DecryptedForm, options?: {
|
|
64
65
|
options?: FormShareOptions | undefined;
|
|
65
66
|
}): Promise<DecryptedForm>;
|
package/api/FormBasicApi.d.mts
CHANGED
|
@@ -38,6 +38,7 @@ export interface FormBasicApi {
|
|
|
38
38
|
purgeFormTemplate(formTemplate: FormTemplate): Promise<void>;
|
|
39
39
|
purgeFormTemplates(formTemplates: Array<FormTemplate>): Promise<Array<StoredDocumentIdentifier>>;
|
|
40
40
|
setTemplateAttachment(formTemplateId: string, payload: Int8Array): Promise<string>;
|
|
41
|
+
matchFormTemplateBy(filter: BaseFilterOptions<FormTemplate>): Promise<Array<string>>;
|
|
41
42
|
createForm(entity: EncryptedForm): Promise<EncryptedForm>;
|
|
42
43
|
createForms(entities: Array<EncryptedForm>): Promise<Array<EncryptedForm>>;
|
|
43
44
|
modifyForm(entity: EncryptedForm): Promise<EncryptedForm>;
|
|
@@ -34,6 +34,7 @@ export interface FormBasicInGroupApi {
|
|
|
34
34
|
purgeFormTemplateByIds(entityIds: Array<GroupScoped<StoredDocumentIdentifier>>): Promise<Array<GroupScoped<StoredDocumentIdentifier>>>;
|
|
35
35
|
purgeFormTemplate(formTemplate: GroupScoped<FormTemplate>): Promise<void>;
|
|
36
36
|
purgeFormTemplates(formTemplates: Array<GroupScoped<FormTemplate>>): Promise<Array<GroupScoped<StoredDocumentIdentifier>>>;
|
|
37
|
+
matchFormTemplateBy(groupId: string, filter: BaseFilterOptions<FormTemplate>): Promise<Array<string>>;
|
|
37
38
|
createForm(entity: GroupScoped<EncryptedForm>): Promise<GroupScoped<EncryptedForm>>;
|
|
38
39
|
createForms(entities: Array<GroupScoped<EncryptedForm>>): Promise<Array<GroupScoped<EncryptedForm>>>;
|
|
39
40
|
undeleteFormById(entityId: GroupScoped<StoredDocumentIdentifier>): Promise<GroupScoped<EncryptedForm>>;
|
package/api/FormInGroupApi.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterOptions, PaginatedListIterator, SortableFilterOptions } from '../cardinal-sdk-ts.mjs';
|
|
1
|
+
import { BaseFilterOptions, FilterOptions, PaginatedListIterator, SortableFilterOptions } from '../cardinal-sdk-ts.mjs';
|
|
2
2
|
import { FormShareOptions } from '../crypto/entities/FormShareOptions.mjs';
|
|
3
3
|
import { SecretIdUseOption } from '../crypto/entities/SecretIdUseOption.mjs';
|
|
4
4
|
import { EntityReferenceInGroup } from '../model/EntityReferenceInGroup.mjs';
|
|
@@ -58,6 +58,7 @@ export interface FormInGroupApi {
|
|
|
58
58
|
purgeFormTemplateByIds(entityIds: Array<GroupScoped<StoredDocumentIdentifier>>): Promise<Array<GroupScoped<StoredDocumentIdentifier>>>;
|
|
59
59
|
purgeFormTemplate(formTemplate: GroupScoped<FormTemplate>): Promise<void>;
|
|
60
60
|
purgeFormTemplates(formTemplates: Array<GroupScoped<FormTemplate>>): Promise<Array<GroupScoped<StoredDocumentIdentifier>>>;
|
|
61
|
+
matchFormTemplateBy(groupId: string, filter: BaseFilterOptions<FormTemplate>): Promise<Array<string>>;
|
|
61
62
|
shareWith(delegate: EntityReferenceInGroup, form: GroupScoped<DecryptedForm>, options?: {
|
|
62
63
|
options?: FormShareOptions | undefined;
|
|
63
64
|
}): Promise<GroupScoped<DecryptedForm>>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BaseFilterOptions } from '../cardinal-sdk-ts.mjs';
|
|
1
2
|
import { FormTemplate } from '../model/FormTemplate.mjs';
|
|
2
3
|
import { StoredDocumentIdentifier } from '../model/StoredDocumentIdentifier.mjs';
|
|
3
4
|
export interface FormTemplateApi {
|
|
@@ -22,4 +23,5 @@ export interface FormTemplateApi {
|
|
|
22
23
|
purgeFormTemplate(formTemplate: FormTemplate): Promise<void>;
|
|
23
24
|
purgeFormTemplates(formTemplates: Array<FormTemplate>): Promise<Array<StoredDocumentIdentifier>>;
|
|
24
25
|
setTemplateAttachment(formTemplateId: string, payload: Int8Array): Promise<string>;
|
|
26
|
+
matchFormTemplateBy(filter: BaseFilterOptions<FormTemplate>): Promise<Array<string>>;
|
|
25
27
|
}
|
package/api.d.mts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export * from './api/ReceiptFlavouredApi.mjs';
|
|
2
|
-
export * from './api/KeywordApi.mjs';
|
|
3
2
|
export * from './api/TopicFlavouredApi.mjs';
|
|
4
3
|
export * from './api/TopicBasicInGroupApi.mjs';
|
|
5
4
|
export * from './api/DeviceApi.mjs';
|
|
6
|
-
export * from './api/TimeTableApi.mjs';
|
|
7
5
|
export * from './api/InvoiceBasicInGroupApi.mjs';
|
|
8
6
|
export * from './api/FormFlavouredApi.mjs';
|
|
9
7
|
export * from './api/HealthElementFlavouredInGroupApi.mjs';
|
|
@@ -14,13 +12,11 @@ export * from './api/PatientFlavouredApi.mjs';
|
|
|
14
12
|
export * from './api/ContactInGroupApi.mjs';
|
|
15
13
|
export * from './api/AccessLogInGroupApi.mjs';
|
|
16
14
|
export * from './api/MessageBasicApi.mjs';
|
|
17
|
-
export * from './api/DocumentTemplateApi.mjs';
|
|
18
15
|
export * from './api/MessageInGroupApi.mjs';
|
|
19
16
|
export * from './api/HealthElementFlavouredApi.mjs';
|
|
20
17
|
export * from './api/HealthElementBasicApi.mjs';
|
|
21
18
|
export * from './api/ContactFlavouredApi.mjs';
|
|
22
19
|
export * from './api/AccessLogBasicInGroupApi.mjs';
|
|
23
|
-
export * from './api/EntityReferenceApi.mjs';
|
|
24
20
|
export * from './api/CalendarItemInGroupApi.mjs';
|
|
25
21
|
export * from './api/TopicApi.mjs';
|
|
26
22
|
export * from './api/ReceiptFlavouredInGroupApi.mjs';
|
|
@@ -29,7 +25,6 @@ export * from './api/GroupApi.mjs';
|
|
|
29
25
|
export * from './api/MessageBasicInGroupApi.mjs';
|
|
30
26
|
export * from './api/FormInGroupApi.mjs';
|
|
31
27
|
export * from './api/HealthcarePartyApi.mjs';
|
|
32
|
-
export * from './api/TarificationApi.mjs';
|
|
33
28
|
export * from './api/ReceiptBasicInGroupApi.mjs';
|
|
34
29
|
export * from './api/CardinalMaintenanceTaskApi.mjs';
|
|
35
30
|
export * from './api/PatientFlavouredInGroupApi.mjs';
|
|
@@ -43,8 +38,6 @@ export * from './api/InvoiceBasicApi.mjs';
|
|
|
43
38
|
export * from './api/ContactBasicInGroupApi.mjs';
|
|
44
39
|
export * from './api/DocumentBasicApi.mjs';
|
|
45
40
|
export * from './api/AgendaInGroupApi.mjs';
|
|
46
|
-
export * from './api/ApplicationSettingsApi.mjs';
|
|
47
|
-
export * from './api/EntityTemplateApi.mjs';
|
|
48
41
|
export * from './api/MaintenanceTaskBasicApi.mjs';
|
|
49
42
|
export * from './api/CodeInGroupApi.mjs';
|
|
50
43
|
export * from './api/HealthElementBasicInGroupApi.mjs';
|
|
@@ -61,7 +54,6 @@ export * from './api/AccessLogFlavouredInGroupApi.mjs';
|
|
|
61
54
|
export * from './api/PatientBasicInGroupApi.mjs';
|
|
62
55
|
export * from './api/ReceiptBasicApi.mjs';
|
|
63
56
|
export * from './api/ClassificationBasicApi.mjs';
|
|
64
|
-
export * from './api/MedicalLocationApi.mjs';
|
|
65
57
|
export * from './api/DataOwnerApi.mjs';
|
|
66
58
|
export * from './api/PlaceApi.mjs';
|
|
67
59
|
export * from './api/CryptoApi.mjs';
|
package/api.mjs
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export * from './api/ReceiptFlavouredApi.mjs';
|
|
2
|
-
export * from './api/KeywordApi.mjs';
|
|
3
2
|
export * from './api/TopicFlavouredApi.mjs';
|
|
4
3
|
export * from './api/TopicBasicInGroupApi.mjs';
|
|
5
4
|
export * from './api/DeviceApi.mjs';
|
|
6
|
-
export * from './api/TimeTableApi.mjs';
|
|
7
5
|
export * from './api/InvoiceBasicInGroupApi.mjs';
|
|
8
6
|
export * from './api/FormFlavouredApi.mjs';
|
|
9
7
|
export * from './api/HealthElementFlavouredInGroupApi.mjs';
|
|
@@ -14,13 +12,11 @@ export * from './api/PatientFlavouredApi.mjs';
|
|
|
14
12
|
export * from './api/ContactInGroupApi.mjs';
|
|
15
13
|
export * from './api/AccessLogInGroupApi.mjs';
|
|
16
14
|
export * from './api/MessageBasicApi.mjs';
|
|
17
|
-
export * from './api/DocumentTemplateApi.mjs';
|
|
18
15
|
export * from './api/MessageInGroupApi.mjs';
|
|
19
16
|
export * from './api/HealthElementFlavouredApi.mjs';
|
|
20
17
|
export * from './api/HealthElementBasicApi.mjs';
|
|
21
18
|
export * from './api/ContactFlavouredApi.mjs';
|
|
22
19
|
export * from './api/AccessLogBasicInGroupApi.mjs';
|
|
23
|
-
export * from './api/EntityReferenceApi.mjs';
|
|
24
20
|
export * from './api/CalendarItemInGroupApi.mjs';
|
|
25
21
|
export * from './api/TopicApi.mjs';
|
|
26
22
|
export * from './api/ReceiptFlavouredInGroupApi.mjs';
|
|
@@ -29,7 +25,6 @@ export * from './api/GroupApi.mjs';
|
|
|
29
25
|
export * from './api/MessageBasicInGroupApi.mjs';
|
|
30
26
|
export * from './api/FormInGroupApi.mjs';
|
|
31
27
|
export * from './api/HealthcarePartyApi.mjs';
|
|
32
|
-
export * from './api/TarificationApi.mjs';
|
|
33
28
|
export * from './api/ReceiptBasicInGroupApi.mjs';
|
|
34
29
|
export * from './api/CardinalMaintenanceTaskApi.mjs';
|
|
35
30
|
export * from './api/PatientFlavouredInGroupApi.mjs';
|
|
@@ -43,8 +38,6 @@ export * from './api/InvoiceBasicApi.mjs';
|
|
|
43
38
|
export * from './api/ContactBasicInGroupApi.mjs';
|
|
44
39
|
export * from './api/DocumentBasicApi.mjs';
|
|
45
40
|
export * from './api/AgendaInGroupApi.mjs';
|
|
46
|
-
export * from './api/ApplicationSettingsApi.mjs';
|
|
47
|
-
export * from './api/EntityTemplateApi.mjs';
|
|
48
41
|
export * from './api/MaintenanceTaskBasicApi.mjs';
|
|
49
42
|
export * from './api/CodeInGroupApi.mjs';
|
|
50
43
|
export * from './api/HealthElementBasicInGroupApi.mjs';
|
|
@@ -61,7 +54,6 @@ export * from './api/AccessLogFlavouredInGroupApi.mjs';
|
|
|
61
54
|
export * from './api/PatientBasicInGroupApi.mjs';
|
|
62
55
|
export * from './api/ReceiptBasicApi.mjs';
|
|
63
56
|
export * from './api/ClassificationBasicApi.mjs';
|
|
64
|
-
export * from './api/MedicalLocationApi.mjs';
|
|
65
57
|
export * from './api/DataOwnerApi.mjs';
|
|
66
58
|
export * from './api/PlaceApi.mjs';
|
|
67
59
|
export * from './api/CryptoApi.mjs';
|
package/cardinal-sdk-ts.d.mts
CHANGED
|
@@ -38,6 +38,41 @@ export declare class RevisionConflictException extends Error {
|
|
|
38
38
|
export declare namespace RevisionConflictException.$metadata$ {
|
|
39
39
|
const constructor: abstract new () => RevisionConflictException;
|
|
40
40
|
}
|
|
41
|
+
export declare class SecureStorageException extends /* Exception */ Error {
|
|
42
|
+
constructor(message: string, cause?: Nullable<Error>);
|
|
43
|
+
}
|
|
44
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
45
|
+
export declare namespace SecureStorageException.$metadata$ {
|
|
46
|
+
const constructor: abstract new () => SecureStorageException;
|
|
47
|
+
}
|
|
48
|
+
export declare class SecureStorageCorruptedException extends SecureStorageException.$metadata$.constructor {
|
|
49
|
+
constructor(message: string, cause?: Nullable<Error>);
|
|
50
|
+
}
|
|
51
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
52
|
+
export declare namespace SecureStorageCorruptedException.$metadata$ {
|
|
53
|
+
const constructor: abstract new () => SecureStorageCorruptedException;
|
|
54
|
+
}
|
|
55
|
+
export declare class SecureStorageKeyInvalidatedException extends SecureStorageException.$metadata$.constructor {
|
|
56
|
+
constructor(message: string, cause?: Nullable<Error>);
|
|
57
|
+
}
|
|
58
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
59
|
+
export declare namespace SecureStorageKeyInvalidatedException.$metadata$ {
|
|
60
|
+
const constructor: abstract new () => SecureStorageKeyInvalidatedException;
|
|
61
|
+
}
|
|
62
|
+
export declare class SecureStorageCryptoException extends SecureStorageException.$metadata$.constructor {
|
|
63
|
+
constructor(message: string, cause?: Nullable<Error>);
|
|
64
|
+
}
|
|
65
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
66
|
+
export declare namespace SecureStorageCryptoException.$metadata$ {
|
|
67
|
+
const constructor: abstract new () => SecureStorageCryptoException;
|
|
68
|
+
}
|
|
69
|
+
export declare class SecureStorageConfigurationException extends SecureStorageException.$metadata$.constructor {
|
|
70
|
+
constructor(message: string, cause?: Nullable<Error>);
|
|
71
|
+
}
|
|
72
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
73
|
+
export declare namespace SecureStorageConfigurationException.$metadata$ {
|
|
74
|
+
const constructor: abstract new () => SecureStorageConfigurationException;
|
|
75
|
+
}
|
|
41
76
|
export declare abstract class InternalSdkInitializers {
|
|
42
77
|
static readonly getInstance: () => typeof InternalSdkInitializers.$metadata$.type;
|
|
43
78
|
private constructor();
|
|
@@ -305,6 +340,12 @@ export declare namespace InternalDocumentFiltersObj.$metadata$ {
|
|
|
305
340
|
byOwningEntitySecretIdsAndTypeForDataOwner(dataOwnerId: string, documentType: string, secretIds: Array<string>): FilterOptions<model.Document>;
|
|
306
341
|
byOwningEntitySecretIdsAndTypeForDataOwnerInGroup(dataOwner: model.EntityReferenceInGroup, documentType: string, secretIds: Array<string>): FilterOptions<model.Document>;
|
|
307
342
|
byOwningEntitySecretIdsAndTypeForSelf(documentType: string, secretIds: Array<string>): FilterOptions<model.Document>;
|
|
343
|
+
byCodeForDataOwner(dataOwnerId: string, codeType: string, options: any): BaseSortableFilterOptions<model.Document>;
|
|
344
|
+
byCodeForDataOwnerInGroup(dataOwner: model.EntityReferenceInGroup, codeType: string, options: any): BaseSortableFilterOptions<model.Document>;
|
|
345
|
+
byCodeForSelf(codeType: string, options: any): SortableFilterOptions<model.Document>;
|
|
346
|
+
byTagForDataOwner(dataOwnerId: string, tagType: string, options: any): BaseSortableFilterOptions<model.Document>;
|
|
347
|
+
byTagForDataOwnerInGroup(dataOwner: model.EntityReferenceInGroup, tagType: string, options: any): BaseSortableFilterOptions<model.Document>;
|
|
348
|
+
byTagForSelf(tagType: string, options: any): SortableFilterOptions<model.Document>;
|
|
308
349
|
private constructor();
|
|
309
350
|
}
|
|
310
351
|
}
|
|
@@ -331,6 +372,20 @@ export declare namespace InternalFormFiltersObj.$metadata$ {
|
|
|
331
372
|
private constructor();
|
|
332
373
|
}
|
|
333
374
|
}
|
|
375
|
+
export declare abstract class InternalFormTemplateFiltersObj {
|
|
376
|
+
static readonly getInstance: () => typeof InternalFormTemplateFiltersObj.$metadata$.type;
|
|
377
|
+
private constructor();
|
|
378
|
+
}
|
|
379
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
380
|
+
export declare namespace InternalFormTemplateFiltersObj.$metadata$ {
|
|
381
|
+
abstract class type extends KtSingleton<constructor>() {
|
|
382
|
+
private constructor();
|
|
383
|
+
}
|
|
384
|
+
abstract class constructor {
|
|
385
|
+
bySpecialtyCode(specialtyCode: string): BaseFilterOptions<model.FormTemplate>;
|
|
386
|
+
private constructor();
|
|
387
|
+
}
|
|
388
|
+
}
|
|
334
389
|
export declare abstract class InternalGroupFiltersObj {
|
|
335
390
|
static readonly getInstance: () => typeof InternalGroupFiltersObj.$metadata$.type;
|
|
336
391
|
private constructor();
|
|
@@ -426,21 +481,6 @@ export declare namespace InternalMaintenanceTaskFiltersObj.$metadata$ {
|
|
|
426
481
|
private constructor();
|
|
427
482
|
}
|
|
428
483
|
}
|
|
429
|
-
export declare abstract class InternalMedicalLocationFiltersObj {
|
|
430
|
-
static readonly getInstance: () => typeof InternalMedicalLocationFiltersObj.$metadata$.type;
|
|
431
|
-
private constructor();
|
|
432
|
-
}
|
|
433
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
434
|
-
export declare namespace InternalMedicalLocationFiltersObj.$metadata$ {
|
|
435
|
-
abstract class type extends KtSingleton<constructor>() {
|
|
436
|
-
private constructor();
|
|
437
|
-
}
|
|
438
|
-
abstract class constructor {
|
|
439
|
-
all(): BaseFilterOptions<model.MedicalLocation>;
|
|
440
|
-
byPostCode(postCode: string): BaseFilterOptions<model.MedicalLocation>;
|
|
441
|
-
private constructor();
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
484
|
export declare abstract class InternalMessageFiltersObj {
|
|
445
485
|
static readonly getInstance: () => typeof InternalMessageFiltersObj.$metadata$.type;
|
|
446
486
|
private constructor();
|
|
@@ -479,6 +519,12 @@ export declare namespace InternalMessageFiltersObj.$metadata$ {
|
|
|
479
519
|
lifecycleBetweenForDataOwner(dataOwnerId: string, startTimestamp: Nullable<number>, endTimestamp: Nullable<number>, descending: boolean): BaseFilterOptions<model.Message>;
|
|
480
520
|
lifecycleBetweenForDataOwnerInGroupInGroup(dataOwner: model.EntityReferenceInGroup, startTimestamp: Nullable<number>, endTimestamp: Nullable<number>, descending: boolean): BaseFilterOptions<model.Message>;
|
|
481
521
|
lifecycleBetweenForSelf(startTimestamp: Nullable<number>, endTimestamp: Nullable<number>, descending: boolean): FilterOptions<model.Message>;
|
|
522
|
+
byCodeForDataOwner(dataOwnerId: string, codeType: string, options: any): BaseSortableFilterOptions<model.Message>;
|
|
523
|
+
byCodeForDataOwnerInGroup(dataOwner: model.EntityReferenceInGroup, codeType: string, options: any): BaseSortableFilterOptions<model.Message>;
|
|
524
|
+
byCodeForSelf(codeType: string, options: any): SortableFilterOptions<model.Message>;
|
|
525
|
+
byTagForDataOwner(dataOwnerId: string, tagType: string, options: any): BaseSortableFilterOptions<model.Message>;
|
|
526
|
+
byTagForDataOwnerInGroup(dataOwner: model.EntityReferenceInGroup, tagType: string, options: any): BaseSortableFilterOptions<model.Message>;
|
|
527
|
+
byTagForSelf(tagType: string, options: any): SortableFilterOptions<model.Message>;
|
|
482
528
|
private constructor();
|
|
483
529
|
}
|
|
484
530
|
}
|
|
@@ -572,21 +618,6 @@ export declare namespace InternalServiceFiltersObj.$metadata$ {
|
|
|
572
618
|
private constructor();
|
|
573
619
|
}
|
|
574
620
|
}
|
|
575
|
-
export declare abstract class InternalTimeTableFiltersObj {
|
|
576
|
-
static readonly getInstance: () => typeof InternalTimeTableFiltersObj.$metadata$.type;
|
|
577
|
-
private constructor();
|
|
578
|
-
}
|
|
579
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
580
|
-
export declare namespace InternalTimeTableFiltersObj.$metadata$ {
|
|
581
|
-
abstract class type extends KtSingleton<constructor>() {
|
|
582
|
-
private constructor();
|
|
583
|
-
}
|
|
584
|
-
abstract class constructor {
|
|
585
|
-
byAgendaId(agendaId: string): BaseFilterOptions<model.TimeTable>;
|
|
586
|
-
byPeriodAndAgendaId(agendaId: string, options: any): BaseSortableFilterOptions<model.TimeTable>;
|
|
587
|
-
private constructor();
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
621
|
export declare abstract class InternalTopicFiltersObj {
|
|
591
622
|
static readonly getInstance: () => typeof InternalTopicFiltersObj.$metadata$.type;
|
|
592
623
|
private constructor();
|