asma-types 1.1.16 → 1.1.17

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/.prettierrc CHANGED
@@ -1,15 +1,15 @@
1
- {
2
- "bracketSpacing": true,
3
- "endOfLine": "auto",
4
- "htmlWhitespaceSensitivity": "css",
5
- "proseWrap": "preserve",
6
- "trailingComma": "all",
7
- "useTabs": false,
8
- "tabWidth": 4,
9
- "semi": false,
10
- "singleQuote": true,
11
- "jsxSingleQuote": true,
12
- "jsxBracketSameLine": false,
13
- "arrowParens": "always",
14
- "printWidth": 120
15
- }
1
+ {
2
+ "bracketSpacing": true,
3
+ "endOfLine": "auto",
4
+ "htmlWhitespaceSensitivity": "css",
5
+ "proseWrap": "preserve",
6
+ "trailingComma": "all",
7
+ "useTabs": false,
8
+ "tabWidth": 4,
9
+ "semi": false,
10
+ "singleQuote": true,
11
+ "jsxSingleQuote": true,
12
+ "jsxBracketSameLine": false,
13
+ "arrowParens": "always",
14
+ "printWidth": 120
15
+ }
package/lib/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
- export type { IUploadedDocument } from './interfaces/api/advoca/IUploadedDocument';
2
- export type { IFeedBack, ISaveToDataBase } from './interfaces/api/advoca/ISaveToDataBase';
3
- export * from './interfaces/jwtClaims';
4
- export * from './interfaces/enums';
1
+ export type { IUploadedDocument } from './interfaces/api/advoca/IUploadedDocument';
2
+ export type { IFeedBack, ISaveToDataBase } from './interfaces/api/advoca/ISaveToDataBase';
3
+ export * from './interfaces/jwtClaims';
4
+ export * from './interfaces/enums';
5
+ export * from './interfaces/artifact_enums';
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAA;AAClF,YAAY,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAA;AACzF,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAA;AAClF,YAAY,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAA;AACzF,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA;AAClC,cAAc,6BAA6B,CAAA"}
package/lib/index.js CHANGED
@@ -1,3 +1,4 @@
1
- export * from './interfaces/jwtClaims';
2
- export * from './interfaces/enums';
1
+ export * from './interfaces/jwtClaims';
2
+ export * from './interfaces/enums';
3
+ export * from './interfaces/artifact_enums';
3
4
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA;AAClC,cAAc,6BAA6B,CAAA"}
@@ -1,17 +1,17 @@
1
- export interface ISaveToDataBase {
2
- method: string;
3
- json: string;
4
- uuid: string | undefined;
5
- feedback: IFeedBack;
6
- url: string;
7
- origin?: {
8
- method: string;
9
- };
10
- }
11
- export interface IFeedBack {
12
- error?: string;
13
- type: string;
14
- message: string;
15
- show_time: number;
16
- }
1
+ export interface ISaveToDataBase {
2
+ method: string;
3
+ json: string;
4
+ uuid: string | undefined;
5
+ feedback: IFeedBack;
6
+ url: string;
7
+ origin?: {
8
+ method: string;
9
+ };
10
+ }
11
+ export interface IFeedBack {
12
+ error?: string;
13
+ type: string;
14
+ message: string;
15
+ show_time: number;
16
+ }
17
17
  //# sourceMappingURL=ISaveToDataBase.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=ISaveToDataBase.js.map
@@ -1,27 +1,27 @@
1
- export interface IUploadedDocument {
2
- created_at: string;
3
- customer: {
4
- comm_consents_descr: string;
5
- contact_email: string;
6
- contact_message: string;
7
- contact_tel: string;
8
- id: number;
9
- logo: string;
10
- name: string;
11
- updated_at: string;
12
- };
13
- customer_id: number;
14
- id: number;
15
- name: string;
16
- path: string;
17
- patientIds: {
18
- id: number;
19
- soknad_id: string;
20
- }[];
21
- region: number;
22
- sds_id: number;
23
- updated_at: string;
24
- upload_patient_id: number;
25
- success: string;
26
- }
1
+ export interface IUploadedDocument {
2
+ created_at: string;
3
+ customer: {
4
+ comm_consents_descr: string;
5
+ contact_email: string;
6
+ contact_message: string;
7
+ contact_tel: string;
8
+ id: number;
9
+ logo: string;
10
+ name: string;
11
+ updated_at: string;
12
+ };
13
+ customer_id: number;
14
+ id: number;
15
+ name: string;
16
+ path: string;
17
+ patientIds: {
18
+ id: number;
19
+ soknad_id: string;
20
+ }[];
21
+ region: number;
22
+ sds_id: number;
23
+ updated_at: string;
24
+ upload_patient_id: number;
25
+ success: string;
26
+ }
27
27
  //# sourceMappingURL=IUploadedDocument.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=IUploadedDocument.js.map
@@ -0,0 +1,22 @@
1
+ export declare enum FileExtension {
2
+ ZIP = "zip",
3
+ XLSX = "xlsx",
4
+ XLS = "xls",
5
+ TXT = "txt",
6
+ RAR = "rar",
7
+ PPTX = "pptx",
8
+ PPT = "ppt",
9
+ PNG = "png",
10
+ WEBP = "webp",
11
+ PDF = "pdf",
12
+ SVG = "svg",
13
+ ODT = "odt",
14
+ JPG = "jpg",
15
+ JPEG = "jpeg",
16
+ GIF = "gif",
17
+ DOCX = "docx",
18
+ DOC = "doc",
19
+ APP = "app",
20
+ UNKNOWN = "unknown"
21
+ }
22
+ //# sourceMappingURL=artifact_enums.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"artifact_enums.d.ts","sourceRoot":"","sources":["../../src/interfaces/artifact_enums.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACrB,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,OAAO,YAAY;CACtB"}
@@ -0,0 +1,23 @@
1
+ export var FileExtension;
2
+ (function (FileExtension) {
3
+ FileExtension["ZIP"] = "zip";
4
+ FileExtension["XLSX"] = "xlsx";
5
+ FileExtension["XLS"] = "xls";
6
+ FileExtension["TXT"] = "txt";
7
+ FileExtension["RAR"] = "rar";
8
+ FileExtension["PPTX"] = "pptx";
9
+ FileExtension["PPT"] = "ppt";
10
+ FileExtension["PNG"] = "png";
11
+ FileExtension["WEBP"] = "webp";
12
+ FileExtension["PDF"] = "pdf";
13
+ FileExtension["SVG"] = "svg";
14
+ FileExtension["ODT"] = "odt";
15
+ FileExtension["JPG"] = "jpg";
16
+ FileExtension["JPEG"] = "jpeg";
17
+ FileExtension["GIF"] = "gif";
18
+ FileExtension["DOCX"] = "docx";
19
+ FileExtension["DOC"] = "doc";
20
+ FileExtension["APP"] = "app";
21
+ FileExtension["UNKNOWN"] = "unknown";
22
+ })(FileExtension || (FileExtension = {}));
23
+ //# sourceMappingURL=artifact_enums.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"artifact_enums.js","sourceRoot":"","sources":["../../src/interfaces/artifact_enums.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAoBX;AApBD,WAAY,aAAa;IACrB,4BAAW,CAAA;IACX,8BAAa,CAAA;IACb,4BAAW,CAAA;IACX,4BAAW,CAAA;IACX,4BAAW,CAAA;IACX,8BAAa,CAAA;IACb,4BAAW,CAAA;IACX,4BAAW,CAAA;IACX,8BAAa,CAAA;IACb,4BAAW,CAAA;IACX,4BAAW,CAAA;IACX,4BAAW,CAAA;IACX,4BAAW,CAAA;IACX,8BAAa,CAAA;IACb,4BAAW,CAAA;IACX,8BAAa,CAAA;IACb,4BAAW,CAAA;IACX,4BAAW,CAAA;IACX,oCAAmB,CAAA;AACvB,CAAC,EApBW,aAAa,KAAb,aAAa,QAoBxB"}