@icure/api 8.0.74 → 8.0.75

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.
@@ -12,7 +12,7 @@
12
12
  import { HealthcareParty } from './HealthcareParty';
13
13
  export declare class DiaryNoteExportInfo {
14
14
  constructor(json: JSON | any);
15
- secretForeignKeys?: Array<string>;
15
+ encryptionDecryptionKeys?: Array<string>;
16
16
  excludedIds?: Array<string>;
17
17
  recipient?: HealthcareParty;
18
18
  softwareName?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"DiaryNoteExportInfo.js","sourceRoot":"","sources":["../../../icc-api/model/DiaryNoteExportInfo.ts"],"names":[],"mappings":";;;AAaA,MAAa,mBAAmB;IAC9B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA2B,EAAE,IAAI,CAAC,CAAA;IAClD,CAAC;CAaF;AAhBD,kDAgBC","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 { HealthcareParty } from './HealthcareParty'\n\nexport class DiaryNoteExportInfo {\n constructor(json: JSON | any) {\n Object.assign(this as DiaryNoteExportInfo, json)\n }\n\n secretForeignKeys?: Array<string>\n excludedIds?: Array<string>\n recipient?: HealthcareParty\n softwareName?: string\n softwareVersion?: string\n tags?: Array<string>\n contexts?: Array<string>\n psy?: boolean\n documentId?: string\n attachmentId?: string\n note?: string\n}\n"]}
1
+ {"version":3,"file":"DiaryNoteExportInfo.js","sourceRoot":"","sources":["../../../icc-api/model/DiaryNoteExportInfo.ts"],"names":[],"mappings":";;;AAaA,MAAa,mBAAmB;IAC9B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA2B,EAAE,IAAI,CAAC,CAAA;IAClD,CAAC;CAaF;AAhBD,kDAgBC","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 { HealthcareParty } from './HealthcareParty'\n\nexport class DiaryNoteExportInfo {\n constructor(json: JSON | any) {\n Object.assign(this as DiaryNoteExportInfo, json)\n }\n\n encryptionDecryptionKeys?: Array<string>\n excludedIds?: Array<string>\n recipient?: HealthcareParty\n softwareName?: string\n softwareVersion?: string\n tags?: Array<string>\n contexts?: Array<string>\n psy?: boolean\n documentId?: string\n attachmentId?: string\n note?: string\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icure/api",
3
- "version": "8.0.74",
3
+ "version": "8.0.75",
4
4
  "description": "Typescript version of iCure standalone API client",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",