@partium/js-sdk 16.1.0 → 16.2.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/core/constants/constants.d.ts +1 -1
- package/core/constants/constants.js +1 -1
- package/core/index.d.ts +1 -0
- package/core/index.js +1 -1
- package/core/integration-defaults/http/handle-axios-error-helper.d.ts +39 -3
- package/core/integration-defaults/http/handle-axios-error-helper.js +1 -1
- package/core/integration-defaults/http/https-client/axios-https-client.service.d.ts +1 -0
- package/core/integration-defaults/http/https-client/axios-https-client.service.js +1 -1
- package/core/integration-defaults/http/https-client/fetch-api-https-client.service.d.ts +1 -0
- package/core/integration-defaults/http/https-client/fetch-api-https-client.service.js +1 -1
- package/core/models/blob-download-response.d.ts +5 -0
- package/core/models/log.d.ts +2 -2
- package/core/models/log.js +1 -1
- package/core/services/http/https-client/https-client.service.interface.d.ts +2 -1
- package/core/services/http/https.service.interface.d.ts +4 -3
- package/core/services/http/https.service.interface.js +1 -1
- package/core/services/http/oauth-https.service.d.ts +2 -1
- package/core/services/http/oauth-https.service.js +1 -1
- package/core/utils/multipart-upload.helper.d.ts +6 -4
- package/core/utils/multipart-upload.helper.js +1 -1
- package/core/utils/parse-content-disposition-filename.d.ts +5 -0
- package/core/utils/parse-content-disposition-filename.js +2 -0
- package/enrichment/index.d.ts +2 -0
- package/enrichment/index.js +1 -1
- package/enrichment/models/download-enrichment-job-results-request.d.ts +18 -0
- package/enrichment/models/download-enrichment-job-results-response.d.ts +3 -0
- package/enrichment/services/data-enrichment.service.d.ts +10 -0
- package/enrichment/services/data-enrichment.service.js +1 -1
- package/find/models/search-input.d.ts +4 -0
- package/find/services/asset.service.js +1 -1
- package/find/services/search/search.service.d.ts +1 -0
- package/find/services/search/search.service.js +1 -1
- package/gen/sdk-version.d.ts +1 -1
- package/gen/sdk-version.js +1 -1
- package/index.d.ts +2 -2
- package/index.js +1 -1
- package/ocr/services/ocr.service.js +1 -1
- package/package.json +1 -1
- package/part-list/index.d.ts +19 -0
- package/part-list/index.js +2 -0
- package/part-list/models/add-all-search-session-parts-to-part-list-request.d.ts +7 -0
- package/part-list/models/add-all-search-session-parts-to-part-list-response.d.ts +11 -0
- package/part-list/models/add-parts-to-part-list-request.d.ts +7 -0
- package/part-list/models/add-parts-to-part-list-response.d.ts +15 -0
- package/{selection/models/add-parts-to-selection-request.d.ts → part-list/models/check-which-parts-in-part-list-request.d.ts} +1 -1
- package/{selection/models/check-which-parts-in-selection-request.d.ts → part-list/models/check-which-parts-in-part-list-response.d.ts} +1 -1
- package/part-list/models/create-collection-from-file-request.d.ts +10 -0
- package/part-list/models/create-collection-from-file-response.d.ts +28 -0
- package/part-list/models/create-selection-request.d.ts +14 -0
- package/part-list/models/create-selection-response.d.ts +22 -0
- package/part-list/models/empty-part-list-request.d.ts +7 -0
- package/part-list/models/empty-part-list.response.d.ts +7 -0
- package/part-list/models/empty-part-list.response.js +2 -0
- package/{selection/models/selection-search-summary-response.d.ts → part-list/models/part-list-search-summary-response.d.ts} +1 -1
- package/part-list/models/part-list-search-summary-response.js +2 -0
- package/{selection/models/add-all-search-session-parts-to-selection-request.d.ts → part-list/models/remove-all-search-session-parts-from-part-list-request.d.ts} +1 -1
- package/part-list/models/remove-all-search-session-parts-from-part-list-request.js +2 -0
- package/part-list/models/remove-all-search-session-parts-from-part-list-response.d.ts +5 -0
- package/part-list/models/remove-all-search-session-parts-from-part-list-response.js +2 -0
- package/part-list/models/remove-parts-from-part-list-request.d.ts +7 -0
- package/part-list/models/remove-parts-from-part-list-request.js +2 -0
- package/part-list/models/remove-parts-from-part-list-response.d.ts +15 -0
- package/part-list/models/remove-parts-from-part-list-response.js +2 -0
- package/part-list/services/part-list.service.d.ts +107 -0
- package/part-list/services/part-list.service.js +2 -0
- package/selection/index.d.ts +0 -17
- package/selection/index.js +0 -2
- package/selection/models/add-all-search-session-parts-to-selection-response.d.ts +0 -5
- package/selection/models/add-parts-from-file-to-selection-request.d.ts +0 -10
- package/selection/models/add-parts-from-file-to-selection-response.d.ts +0 -33
- package/selection/models/add-parts-from-file-to-selection-response.js +0 -2
- package/selection/models/add-parts-to-selection-response.d.ts +0 -5
- package/selection/models/check-which-parts-in-selection-response.d.ts +0 -4
- package/selection/models/create-selection-request.d.ts +0 -6
- package/selection/models/create-selection-response.d.ts +0 -10
- package/selection/models/remove-all-search-session-parts-from-selection-request.d.ts +0 -4
- package/selection/models/remove-all-search-session-parts-from-selection-response.d.ts +0 -5
- package/selection/models/remove-parts-from-selection-request.d.ts +0 -4
- package/selection/models/remove-parts-from-selection-response.d.ts +0 -5
- package/selection/services/selection.service.d.ts +0 -95
- package/selection/services/selection.service.js +0 -2
- /package/{selection/models/add-all-search-session-parts-to-selection-request.js → core/models/blob-download-response.js} +0 -0
- /package/{selection/models/add-all-search-session-parts-to-selection-response.js → enrichment/models/download-enrichment-job-results-request.js} +0 -0
- /package/{selection/models/add-parts-from-file-to-selection-request.js → enrichment/models/download-enrichment-job-results-response.js} +0 -0
- /package/{selection/models/add-parts-to-selection-request.js → part-list/models/add-all-search-session-parts-to-part-list-request.js} +0 -0
- /package/{selection/models/add-parts-to-selection-response.js → part-list/models/add-all-search-session-parts-to-part-list-response.js} +0 -0
- /package/{selection/models/check-which-parts-in-selection-request.js → part-list/models/add-parts-to-part-list-request.js} +0 -0
- /package/{selection/models/check-which-parts-in-selection-response.js → part-list/models/add-parts-to-part-list-response.js} +0 -0
- /package/{selection/models/create-selection-request.js → part-list/models/check-which-parts-in-part-list-request.js} +0 -0
- /package/{selection/models/create-selection-response.js → part-list/models/check-which-parts-in-part-list-response.js} +0 -0
- /package/{selection/models/remove-all-search-session-parts-from-selection-request.js → part-list/models/create-collection-from-file-request.js} +0 -0
- /package/{selection/models/remove-all-search-session-parts-from-selection-response.js → part-list/models/create-collection-from-file-response.js} +0 -0
- /package/{selection/models/remove-parts-from-selection-request.js → part-list/models/create-selection-request.js} +0 -0
- /package/{selection/models/remove-parts-from-selection-response.js → part-list/models/create-selection-response.js} +0 -0
- /package/{selection/models/selection-search-summary-response.js → part-list/models/empty-part-list-request.js} +0 -0
package/selection/index.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
// Copyright © 2022-2026 Partium, Inc. DBA Partium
|
|
2
|
-
export * from './services/selection.service';
|
|
3
|
-
export * from './models/add-parts-from-file-to-selection-request';
|
|
4
|
-
export * from './models/add-parts-from-file-to-selection-response';
|
|
5
|
-
export * from './models/create-selection-request';
|
|
6
|
-
export * from './models/create-selection-response';
|
|
7
|
-
export * from './models/add-parts-to-selection-request';
|
|
8
|
-
export * from './models/add-parts-to-selection-response';
|
|
9
|
-
export * from './models/remove-parts-from-selection-request';
|
|
10
|
-
export * from './models/remove-parts-from-selection-response';
|
|
11
|
-
export * from './models/add-all-search-session-parts-to-selection-request';
|
|
12
|
-
export * from './models/add-all-search-session-parts-to-selection-response';
|
|
13
|
-
export * from './models/remove-all-search-session-parts-from-selection-request';
|
|
14
|
-
export * from './models/remove-all-search-session-parts-from-selection-response';
|
|
15
|
-
export * from './models/check-which-parts-in-selection-request';
|
|
16
|
-
export * from './models/check-which-parts-in-selection-response';
|
|
17
|
-
export * from './models/selection-search-summary-response';
|
package/selection/index.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
// Copyright © 2022-2026 Partium, Inc. DBA Partium
|
|
2
|
-
"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(e,r,t,s){void 0===s&&(s=t);var o=Object.getOwnPropertyDescriptor(r,t);o&&!("get"in o?!r.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return r[t]}}),Object.defineProperty(e,s,o)}:function(e,r,t,s){void 0===s&&(s=t),e[s]=r[t]}),__exportStar=this&&this.__exportStar||function(e,r){for(var t in e)"default"===t||Object.prototype.hasOwnProperty.call(r,t)||__createBinding(r,e,t)};Object.defineProperty(exports,"__esModule",{value:!0}),__exportStar(require("./services/selection.service"),exports),__exportStar(require("./models/add-parts-from-file-to-selection-request"),exports),__exportStar(require("./models/add-parts-from-file-to-selection-response"),exports),__exportStar(require("./models/create-selection-request"),exports),__exportStar(require("./models/create-selection-response"),exports),__exportStar(require("./models/add-parts-to-selection-request"),exports),__exportStar(require("./models/add-parts-to-selection-response"),exports),__exportStar(require("./models/remove-parts-from-selection-request"),exports),__exportStar(require("./models/remove-parts-from-selection-response"),exports),__exportStar(require("./models/add-all-search-session-parts-to-selection-request"),exports),__exportStar(require("./models/add-all-search-session-parts-to-selection-response"),exports),__exportStar(require("./models/remove-all-search-session-parts-from-selection-request"),exports),__exportStar(require("./models/remove-all-search-session-parts-from-selection-response"),exports),__exportStar(require("./models/check-which-parts-in-selection-request"),exports),__exportStar(require("./models/check-which-parts-in-selection-response"),exports),__exportStar(require("./models/selection-search-summary-response"),exports);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
// Copyright © 2022-2026 Partium, Inc. DBA Partium
|
|
2
|
-
/**
|
|
3
|
-
* Request for adding parts to a selection from a file (eg CSV. file).
|
|
4
|
-
*/
|
|
5
|
-
export interface AddPartsFromFileToSelectionRequest {
|
|
6
|
-
/**
|
|
7
|
-
* The file containing the part-ids to add to the selection.
|
|
8
|
-
*/
|
|
9
|
-
file: File;
|
|
10
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
// Copyright © 2022-2026 Partium, Inc. DBA Partium
|
|
2
|
-
export declare enum AddPartsFromFileErrorType {
|
|
3
|
-
INVALID_PART_IDS = "invalid-part-ids",
|
|
4
|
-
PART_LIMIT_EXCEEDED = "part-limit-exceeded"
|
|
5
|
-
}
|
|
6
|
-
export interface InvalidPartIdsErrorDetails {
|
|
7
|
-
/**
|
|
8
|
-
* The part-ids that were invalid
|
|
9
|
-
*/
|
|
10
|
-
partIds: string[];
|
|
11
|
-
}
|
|
12
|
-
export interface PartLimitExceededErrorDetails {
|
|
13
|
-
/**
|
|
14
|
-
* The limit that was exceeded
|
|
15
|
-
*/
|
|
16
|
-
limit: number;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Response for adding parts to a selection from a file (eg CSV. file).
|
|
20
|
-
*/
|
|
21
|
-
export interface AddPartsFromFileToSelectionResponse {
|
|
22
|
-
/**
|
|
23
|
-
* The amount of part-ids that were added to the selection
|
|
24
|
-
*/
|
|
25
|
-
addedPartsCount: number;
|
|
26
|
-
/**
|
|
27
|
-
* The errors that occurred while adding the parts to the selection
|
|
28
|
-
*/
|
|
29
|
-
errors?: {
|
|
30
|
-
[AddPartsFromFileErrorType.INVALID_PART_IDS]?: InvalidPartIdsErrorDetails;
|
|
31
|
-
[AddPartsFromFileErrorType.PART_LIMIT_EXCEEDED]?: PartLimitExceededErrorDetails;
|
|
32
|
-
};
|
|
33
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
// Copyright © 2022-2026 Partium, Inc. DBA Partium
|
|
2
|
-
"use strict";var AddPartsFromFileErrorType;Object.defineProperty(exports,"__esModule",{value:!0}),exports.AddPartsFromFileErrorType=void 0,function(r){r.INVALID_PART_IDS="invalid-part-ids",r.PART_LIMIT_EXCEEDED="part-limit-exceeded"}(AddPartsFromFileErrorType||(exports.AddPartsFromFileErrorType=AddPartsFromFileErrorType={}));
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
// Copyright © 2022-2026 Partium, Inc. DBA Partium
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { BaseService } from '../../core';
|
|
4
|
-
import { SelectionSearchSummaryResponse } from '../models/selection-search-summary-response';
|
|
5
|
-
import { AddPartsToSelectionRequest } from '../models/add-parts-to-selection-request';
|
|
6
|
-
import { AddPartsToSelectionResponse } from '../models/add-parts-to-selection-response';
|
|
7
|
-
import { RemovePartsFromSelectionRequest } from '../models/remove-parts-from-selection-request';
|
|
8
|
-
import { RemovePartsFromSelectionResponse } from '../models/remove-parts-from-selection-response';
|
|
9
|
-
import { AddAllSearchSessionPartsToSelectionRequest } from '../models/add-all-search-session-parts-to-selection-request';
|
|
10
|
-
import { AddAllSearchSessionPartsToSelectionResponse } from '../models/add-all-search-session-parts-to-selection-response';
|
|
11
|
-
import { RemoveAllSearchSessionPartsFromSelectionRequest } from '../models/remove-all-search-session-parts-from-selection-request';
|
|
12
|
-
import { RemoveAllSearchSessionPartsFromSelectionResponse } from '../models/remove-all-search-session-parts-from-selection-response';
|
|
13
|
-
import { CreateSelectionRequest } from '../models/create-selection-request';
|
|
14
|
-
import { CreateSelectionResponse } from '../models/create-selection-response';
|
|
15
|
-
import { AddPartsFromFileToSelectionRequest } from '../models/add-parts-from-file-to-selection-request';
|
|
16
|
-
import { AddPartsFromFileToSelectionResponse } from '../models/add-parts-from-file-to-selection-response';
|
|
17
|
-
import { CheckWhichPartsInSelectionRequest } from '../models/check-which-parts-in-selection-request';
|
|
18
|
-
import { CheckWhichPartsInSelectionResponse } from '../models/check-which-parts-in-selection-response';
|
|
19
|
-
/**
|
|
20
|
-
* Service for managing selections (internally modeled as part lists).
|
|
21
|
-
*/
|
|
22
|
-
export interface SelectionService {
|
|
23
|
-
/**
|
|
24
|
-
* Create a new selection.
|
|
25
|
-
*
|
|
26
|
-
* @returns An Observable that emits the response
|
|
27
|
-
*/
|
|
28
|
-
createSelection(request: CreateSelectionRequest): Observable<CreateSelectionResponse>;
|
|
29
|
-
/**
|
|
30
|
-
* Add parts to the Given selection.
|
|
31
|
-
*
|
|
32
|
-
* @param partListId - The selection id.
|
|
33
|
-
* @param request - The request containing the selection id and the part ids to add.
|
|
34
|
-
* @returns An Observable that emits the response
|
|
35
|
-
*/
|
|
36
|
-
addPartsToSelection(partListId: string, request: AddPartsToSelectionRequest): Observable<AddPartsToSelectionResponse>;
|
|
37
|
-
/**
|
|
38
|
-
* Remove parts from the Given selection.
|
|
39
|
-
*
|
|
40
|
-
* @param partListId - The selection id.
|
|
41
|
-
* @param request - The request containing the selection id and the part ids to remove.
|
|
42
|
-
* @returns An Observable that emits the response
|
|
43
|
-
*/
|
|
44
|
-
removePartsFromSelection(partListId: string, request: RemovePartsFromSelectionRequest): Observable<RemovePartsFromSelectionResponse>;
|
|
45
|
-
/**
|
|
46
|
-
* Add all parts from the connected search session to the Given selection.
|
|
47
|
-
*
|
|
48
|
-
* @param partListId - The selection id.
|
|
49
|
-
* @param request - The request containing the search session id to add the parts to.
|
|
50
|
-
* @returns An Observable that emits the response
|
|
51
|
-
*/
|
|
52
|
-
addAllSearchSessionPartsToSelection(partListId: string, request: AddAllSearchSessionPartsToSelectionRequest): Observable<AddAllSearchSessionPartsToSelectionResponse>;
|
|
53
|
-
/**
|
|
54
|
-
* Remove all parts from the connected search session from the Given selection.
|
|
55
|
-
*
|
|
56
|
-
* @param partListId - The selection id.
|
|
57
|
-
* @param request - The request containing the search session id to remove the parts from.
|
|
58
|
-
* @returns An Observable that emits the response
|
|
59
|
-
*/
|
|
60
|
-
removeAllSearchSessionPartsFromSelection(partListId: string, request: RemoveAllSearchSessionPartsFromSelectionRequest): Observable<RemoveAllSearchSessionPartsFromSelectionResponse>;
|
|
61
|
-
/**
|
|
62
|
-
* Get the add and remove parts count for the Given selection.
|
|
63
|
-
*
|
|
64
|
-
* @param partListId - The selection id.
|
|
65
|
-
* @returns An Observable that emits the add and remove parts count.
|
|
66
|
-
*/
|
|
67
|
-
getSearchSummary(partListId: string): Observable<SelectionSearchSummaryResponse>;
|
|
68
|
-
/**
|
|
69
|
-
* Given part ids (e.g. from search), returns which of them are already in the selection.
|
|
70
|
-
*
|
|
71
|
-
* @param partListId - The selection id.
|
|
72
|
-
* @param request - Part ids to check.
|
|
73
|
-
*/
|
|
74
|
-
checkWhichPartsInSelection(partListId: string, request: CheckWhichPartsInSelectionRequest): Observable<CheckWhichPartsInSelectionResponse>;
|
|
75
|
-
/**
|
|
76
|
-
* Add parts to the Given selection from a file.
|
|
77
|
-
*
|
|
78
|
-
* @param partListId - The selection id.
|
|
79
|
-
* @param request - The request containing the file containing the part ids to add.
|
|
80
|
-
* @returns An Observable that emits the response
|
|
81
|
-
*/
|
|
82
|
-
addPartsFromFileToSelection(partListId: string, request: AddPartsFromFileToSelectionRequest): Observable<AddPartsFromFileToSelectionResponse>;
|
|
83
|
-
}
|
|
84
|
-
export declare class SelectionServiceImpl extends BaseService implements SelectionService {
|
|
85
|
-
private httpsService;
|
|
86
|
-
onCreate(): void;
|
|
87
|
-
createSelection(request: CreateSelectionRequest): Observable<CreateSelectionResponse>;
|
|
88
|
-
addPartsToSelection(partListId: string, request: AddPartsToSelectionRequest): Observable<AddPartsToSelectionResponse>;
|
|
89
|
-
removePartsFromSelection(partListId: string, request: RemovePartsFromSelectionRequest): Observable<RemovePartsFromSelectionResponse>;
|
|
90
|
-
addAllSearchSessionPartsToSelection(partListId: string, request: AddAllSearchSessionPartsToSelectionRequest): Observable<AddAllSearchSessionPartsToSelectionResponse>;
|
|
91
|
-
removeAllSearchSessionPartsFromSelection(partListId: string, request: RemoveAllSearchSessionPartsFromSelectionRequest): Observable<RemoveAllSearchSessionPartsFromSelectionResponse>;
|
|
92
|
-
getSearchSummary(partListId: string): Observable<SelectionSearchSummaryResponse>;
|
|
93
|
-
checkWhichPartsInSelection(partListId: string, request: CheckWhichPartsInSelectionRequest): Observable<CheckWhichPartsInSelectionResponse>;
|
|
94
|
-
addPartsFromFileToSelection(partListId: string, request: AddPartsFromFileToSelectionRequest): Observable<AddPartsFromFileToSelectionResponse>;
|
|
95
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
// Copyright © 2022-2026 Partium, Inc. DBA Partium
|
|
2
|
-
"use strict";var __extends=this&&this.__extends||function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},e(t,r)};return function(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function o(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(o.prototype=r.prototype,new o)}}(),__decorate=this&&this.__decorate||function(e,t,r,o){var c,n=arguments.length,i=n<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,o);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(i=(n<3?c(i):n>3?c(t,r,i):c(t,r))||i);return n>3&&i&&Object.defineProperty(t,r,i),i};Object.defineProperty(exports,"__esModule",{value:!0}),exports.SelectionServiceImpl=void 0;var core_1=require("../../core"),SelectionServiceImpl=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return __extends(t,e),t.prototype.onCreate=function(){this.httpsService=this.serviceProvider.getService(core_1.HttpsService)},t.prototype.createSelection=function(e){return this.httpsService.post("selections",e,[],core_1.BACKEND_SERVICE.SELECTION)},t.prototype.addPartsToSelection=function(e,t){return this.httpsService.post("selections/".concat(e,"/parts/add"),t,[],core_1.BACKEND_SERVICE.SELECTION)},t.prototype.removePartsFromSelection=function(e,t){return this.httpsService.post("selections/".concat(e,"/parts/remove"),t,[],core_1.BACKEND_SERVICE.SELECTION)},t.prototype.addAllSearchSessionPartsToSelection=function(e,t){return this.httpsService.post("selections/".concat(e,"/search/add"),t,[],core_1.BACKEND_SERVICE.SELECTION)},t.prototype.removeAllSearchSessionPartsFromSelection=function(e,t){return this.httpsService.post("selections/".concat(e,"/search/remove"),t,[],core_1.BACKEND_SERVICE.SELECTION)},t.prototype.getSearchSummary=function(e){return this.httpsService.get("selections/".concat(e,"/search/summary"),[],core_1.BACKEND_SERVICE.SELECTION)},t.prototype.checkWhichPartsInSelection=function(e,t){return this.httpsService.post("selections/".concat(e,"/parts/check"),t,[],core_1.BACKEND_SERVICE.SELECTION)},t.prototype.addPartsFromFileToSelection=function(e,t){var r=new FormData;return r.append("file",t.file),this.httpsService.post("selections/".concat(e,"/parts/add"),r,[],core_1.BACKEND_SERVICE.SELECTION,{"Content-Type":"multipart/form-data"})},t=__decorate([(0,core_1.InjectionIdentifier)("SelectionService")],t)}(core_1.BaseService);exports.SelectionServiceImpl=SelectionServiceImpl;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|