@icure/api 8.1.6 → 8.1.7

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.
@@ -13,6 +13,7 @@ import { CodeStub } from './CodeStub';
13
13
  import { SamText } from './SamText';
14
14
  export declare class RouteOfAdministration {
15
15
  constructor(json: JSON | any);
16
+ code?: string;
16
17
  name?: SamText;
17
18
  standardRoutes?: Array<CodeStub>;
18
19
  }
@@ -1 +1 @@
1
- {"version":3,"file":"RouteOfAdministration.js","sourceRoot":"","sources":["../../../icc-api/model/RouteOfAdministration.ts"],"names":[],"mappings":";;;AAcA,MAAa,qBAAqB;IAChC,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA6B,EAAE,IAAI,CAAC,CAAA;IACpD,CAAC;CAIF;AAPD,sDAOC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { CodeStub } from './CodeStub'\nimport { SamText } from './SamText'\n\nexport class RouteOfAdministration {\n constructor(json: JSON | any) {\n Object.assign(this as RouteOfAdministration, json)\n }\n\n name?: SamText\n standardRoutes?: Array<CodeStub>\n}\n"]}
1
+ {"version":3,"file":"RouteOfAdministration.js","sourceRoot":"","sources":["../../../icc-api/model/RouteOfAdministration.ts"],"names":[],"mappings":";;;AAcA,MAAa,qBAAqB;IAChC,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA6B,EAAE,IAAI,CAAC,CAAA;IACpD,CAAC;CAKF;AARD,sDAQC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { CodeStub } from './CodeStub'\nimport { SamText } from './SamText'\n\nexport class RouteOfAdministration {\n constructor(json: JSON | any) {\n Object.assign(this as RouteOfAdministration, json)\n }\n\n code?: string\n name?: SamText\n standardRoutes?: Array<CodeStub>\n}\n"]}
@@ -15,6 +15,7 @@ import { VmpComponent } from './VmpComponent';
15
15
  import { VmpGroupStub } from './VmpGroupStub';
16
16
  import { Vtm } from './Vtm';
17
17
  import { Wada } from './Wada';
18
+ import { Quantity } from "./Quantity";
18
19
  export declare class Vmp {
19
20
  constructor(json: JSON | any);
20
21
  id?: string;
@@ -27,6 +28,7 @@ export declare class Vmp {
27
28
  to?: number;
28
29
  code?: string;
29
30
  vmpGroup?: VmpGroupStub;
31
+ singleAdministrationDose?: Quantity;
30
32
  name?: SamText;
31
33
  abbreviation?: SamText;
32
34
  vtm?: Vtm;
@@ -1 +1 @@
1
- {"version":3,"file":"Vmp.js","sourceRoot":"","sources":["../../../icc-api/model/Vmp.ts"],"names":[],"mappings":";;;AAkBA,MAAa,GAAG;IACd,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAW,EAAE,IAAI,CAAC,CAAA;IAClC,CAAC;CAkBF;AArBD,kBAqBC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { CommentedClassification } from './CommentedClassification'\nimport { SamText } from './SamText'\nimport { VmpComponent } from './VmpComponent'\nimport { VmpGroupStub } from './VmpGroupStub'\nimport { Vtm } from './Vtm'\nimport { Wada } from './Wada'\n\nexport class Vmp {\n constructor(json: JSON | any) {\n Object.assign(this as Vmp, json)\n }\n\n id?: string\n rev?: string\n /**\n * hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.\n */\n deletionDate?: number\n from?: number\n to?: number\n code?: string\n vmpGroup?: VmpGroupStub\n name?: SamText\n abbreviation?: SamText\n vtm?: Vtm\n wadas?: Array<Wada>\n components?: Array<VmpComponent>\n commentedClassifications?: Array<CommentedClassification>\n}\n"]}
1
+ {"version":3,"file":"Vmp.js","sourceRoot":"","sources":["../../../icc-api/model/Vmp.ts"],"names":[],"mappings":";;;AAmBA,MAAa,GAAG;IACd,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAW,EAAE,IAAI,CAAC,CAAA;IAClC,CAAC;CAmBF;AAtBD,kBAsBC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { CommentedClassification } from './CommentedClassification'\nimport { SamText } from './SamText'\nimport { VmpComponent } from './VmpComponent'\nimport { VmpGroupStub } from './VmpGroupStub'\nimport { Vtm } from './Vtm'\nimport { Wada } from './Wada'\nimport {Quantity} from \"./Quantity\"\n\nexport class Vmp {\n constructor(json: JSON | any) {\n Object.assign(this as Vmp, json)\n }\n\n id?: string\n rev?: string\n /**\n * hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.\n */\n deletionDate?: number\n from?: number\n to?: number\n code?: string\n vmpGroup?: VmpGroupStub\n singleAdministrationDose?: Quantity\n name?: SamText\n abbreviation?: SamText\n vtm?: Vtm\n wadas?: Array<Wada>\n components?: Array<VmpComponent>\n commentedClassifications?: Array<CommentedClassification>\n}\n"]}
@@ -13,6 +13,7 @@ import { NoGenericPrescriptionReason } from './NoGenericPrescriptionReason';
13
13
  import { NoSwitchReason } from './NoSwitchReason';
14
14
  import { SamText } from './SamText';
15
15
  import { StandardDosage } from './StandardDosage';
16
+ import { Quantity } from './Quantity';
16
17
  export declare class VmpGroup {
17
18
  constructor(json: JSON | any);
18
19
  id?: string;
@@ -26,6 +27,7 @@ export declare class VmpGroup {
26
27
  productId?: string;
27
28
  code?: string;
28
29
  name?: SamText;
30
+ singleAdministrationDose?: Quantity;
29
31
  noGenericPrescriptionReason?: NoGenericPrescriptionReason;
30
32
  noSwitchReason?: NoSwitchReason;
31
33
  standardDosage?: Array<StandardDosage>;
@@ -1 +1 @@
1
- {"version":3,"file":"VmpGroup.js","sourceRoot":"","sources":["../../../icc-api/model/VmpGroup.ts"],"names":[],"mappings":";;;AAgBA,MAAa,QAAQ;IACnB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAgB,EAAE,IAAI,CAAC,CAAA;IACvC,CAAC;CAgBF;AAnBD,4BAmBC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { NoGenericPrescriptionReason } from './NoGenericPrescriptionReason'\nimport { NoSwitchReason } from './NoSwitchReason'\nimport { SamText } from './SamText'\nimport { StandardDosage } from './StandardDosage'\n\nexport class VmpGroup {\n constructor(json: JSON | any) {\n Object.assign(this as VmpGroup, json)\n }\n\n id?: string\n rev?: string\n /**\n * hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.\n */\n deletionDate?: number\n from?: number\n to?: number\n productId?: string\n code?: string\n name?: SamText\n noGenericPrescriptionReason?: NoGenericPrescriptionReason\n noSwitchReason?: NoSwitchReason\n standardDosage?: Array<StandardDosage>\n}\n"]}
1
+ {"version":3,"file":"VmpGroup.js","sourceRoot":"","sources":["../../../icc-api/model/VmpGroup.ts"],"names":[],"mappings":";;;AAiBA,MAAa,QAAQ;IACnB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAgB,EAAE,IAAI,CAAC,CAAA;IACvC,CAAC;CAiBF;AApBD,4BAoBC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\nimport { NoGenericPrescriptionReason } from './NoGenericPrescriptionReason'\nimport { NoSwitchReason } from './NoSwitchReason'\nimport { SamText } from './SamText'\nimport { StandardDosage } from './StandardDosage'\nimport { Quantity } from './Quantity'\n\nexport class VmpGroup {\n constructor(json: JSON | any) {\n Object.assign(this as VmpGroup, json)\n }\n\n id?: string\n rev?: string\n /**\n * hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.\n */\n deletionDate?: number\n from?: number\n to?: number\n productId?: string\n code?: string\n name?: SamText\n singleAdministrationDose?: Quantity\n noGenericPrescriptionReason?: NoGenericPrescriptionReason\n noSwitchReason?: NoSwitchReason\n standardDosage?: Array<StandardDosage>\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icure/api",
3
- "version": "8.1.6",
3
+ "version": "8.1.7",
4
4
  "description": "Typescript version of iCure standalone API client",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -1 +0,0 @@
1
- import 'isomorphic-fetch';
@@ -1,19 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- require("isomorphic-fetch");
4
- const test_utils_1 = require("../utils/test_utils");
5
- (0, test_utils_1.setLocalStorage)(fetch);
6
- let env;
7
- // describe('Keyless api Tests', () => {
8
- // before(async function () {
9
- // this.timeout(600000)
10
- // const initializer = await getEnvironmentInitializer()
11
- // env = await initializer.execute(getEnvVariables())
12
- // })
13
- //
14
- // it('Keyless api initialization', async () => {
15
- // await createHcpHierarchyApis()
16
- // // const api = await initApi()
17
- // })
18
- // })
19
- //# sourceMappingURL=keyless-api.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"keyless-api.js","sourceRoot":"","sources":["../../../test/icc-x-api/keyless-api.ts"],"names":[],"mappings":";;AAAA,4BAAyB;AAGzB,oDAO4B;AAY5B,IAAA,4BAAe,EAAC,KAAK,CAAC,CAAA;AACtB,IAAI,GAAa,CAAA;AAEjB,wCAAwC;AACxC,+BAA+B;AAC/B,2BAA2B;AAC3B,4DAA4D;AAC5D,yDAAyD;AACzD,OAAO;AACP,EAAE;AACF,mDAAmD;AACnD,qCAAqC;AACrC,qCAAqC;AACrC,OAAO;AACP,KAAK","sourcesContent":["import 'isomorphic-fetch'\n\nimport { before } from 'mocha'\nimport {\n createHcpHierarchyApis,\n getEnvironmentInitializer,\n hcp1Username,\n hcp2Username,\n setLocalStorage,\n TestUtils\n} from '../utils/test_utils'\nimport { EntityWithDelegationTypeName, IccTimeTableXApi } from '../../icc-x-api'\nimport initApi = TestUtils.initApi\nimport { User } from '../../icc-api/model/User'\nimport { randomUUID } from 'crypto'\nimport { TimeTable } from '../../icc-api/model/TimeTable'\nimport { Code } from '../../icc-api/model/Code'\nimport { TimeTableItem } from '../../icc-api/model/TimeTableItem'\nimport { TimeTableHour } from '../../icc-api/model/TimeTableHour'\nimport { expect } from 'chai'\nimport { getEnvVariables, TestVars } from '@icure/test-setup/types'\n\nsetLocalStorage(fetch)\nlet env: TestVars\n\n// describe('Keyless api Tests', () => {\n// before(async function () {\n// this.timeout(600000)\n// const initializer = await getEnvironmentInitializer()\n// env = await initializer.execute(getEnvVariables())\n// })\n//\n// it('Keyless api initialization', async () => {\n// await createHcpHierarchyApis()\n// // const api = await initApi()\n// })\n// })"]}