@icure/api 8.6.0 → 8.6.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.
@@ -2,5 +2,5 @@ import { ParticipantType } from './Contact';
2
2
  export declare class ContactParticipant {
3
3
  constructor(json: JSON | any);
4
4
  type?: ParticipantType;
5
- hcpId?: String;
5
+ hcpId?: string;
6
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ContactParticipant.js","sourceRoot":"","sources":["../../../icc-api/model/ContactParticipant.ts"],"names":[],"mappings":";;;AAEA,MAAa,kBAAkB;IAC7B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA0B,EAAE,IAAI,CAAC,CAAA;IACjD,CAAC;CAIF;AAPD,gDAOC","sourcesContent":["import { ParticipantType } from './Contact'\n\nexport class ContactParticipant {\n constructor(json: JSON | any) {\n Object.assign(this as ContactParticipant, json)\n }\n\n type?: ParticipantType\n hcpId?: String\n}\n"]}
1
+ {"version":3,"file":"ContactParticipant.js","sourceRoot":"","sources":["../../../icc-api/model/ContactParticipant.ts"],"names":[],"mappings":";;;AAEA,MAAa,kBAAkB;IAC7B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA0B,EAAE,IAAI,CAAC,CAAA;IACjD,CAAC;CAIF;AAPD,gDAOC","sourcesContent":["import { ParticipantType } from './Contact'\n\nexport class ContactParticipant {\n constructor(json: JSON | any) {\n Object.assign(this as ContactParticipant, json)\n }\n\n type?: ParticipantType\n hcpId?: string\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icure/api",
3
- "version": "8.6.0",
3
+ "version": "8.6.1",
4
4
  "description": "Typescript version of iCure standalone API client",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",