cat-documents-ng 0.0.55 → 0.0.57
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.
|
@@ -5,7 +5,7 @@ import { DocumentModel } from '../../models/document.model';
|
|
|
5
5
|
import { DocumentTypeService } from '../../services/document-type.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
|
-
* Component for viewing and managing
|
|
8
|
+
* Component for viewing and managing document details.
|
|
9
9
|
* @class DocumentViewerComponent
|
|
10
10
|
* @typedef {DocumentViewerComponent}
|
|
11
11
|
*/
|
package/package.json
CHANGED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"catQwUrl": "https://gb-qw-api.dynamatix.com/api/",
|
|
3
|
-
"apiUrl": "https://gb-apis-qa.dynamatix.com/api/",
|
|
4
|
-
"swaggerUrl": "https://qa-qw-api.dynamatix.com/api-docs/",
|
|
5
|
-
"adminEmail": "neeraj.kumar@catura.co.uk",
|
|
6
|
-
"baseUrl": "https://gb-interact-qa.dynamatix.com",
|
|
7
|
-
"interactBaseApi": "https://gb-interact-qa.dynamatix.com/api/",
|
|
8
|
-
"actionBaseApi": "https://gb-qw-api.dynamatix.com/api/",
|
|
9
|
-
"documentApiUrl": "https://gb-doc-qa.dynamatix.com/api/",
|
|
10
|
-
"adminPhoneNumber": "+447380300545",
|
|
11
|
-
"visibilityOption": {
|
|
12
|
-
"isRationalVisible": false,
|
|
13
|
-
"isChecklistVisible": false,
|
|
14
|
-
"isAudit": false,
|
|
15
|
-
"isConversation": true,
|
|
16
|
-
"isOverview": true,
|
|
17
|
-
"isDocuments": true
|
|
18
|
-
},
|
|
19
|
-
"env": "qa",
|
|
20
|
-
"test": "test"
|
|
21
|
-
}
|