@icure/api 4.0.98 → 4.0.99

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.
@@ -15,6 +15,7 @@ export declare class AppointmentTypeAndPlace {
15
15
  calendarItemTypeId?: string;
16
16
  name?: string;
17
17
  color?: string;
18
+ duration?: number;
18
19
  subjectByLanguage?: {
19
20
  [key: string]: string;
20
21
  };
@@ -1 +1 @@
1
- {"version":3,"file":"AppointmentTypeAndPlace.js","sourceRoot":"","sources":["../../../icc-api/model/AppointmentTypeAndPlace.ts"],"names":[],"mappings":";;;AAaA,MAAa,uBAAuB;IAClC,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA+B,EAAE,IAAI,CAAC,CAAA;IACtD,CAAC;CASF;AAZD,0DAYC","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 { Address } from './Address'\n\nexport class AppointmentTypeAndPlace {\n constructor(json: JSON | any) {\n Object.assign(this as AppointmentTypeAndPlace, json)\n }\n\n calendarItemTypeId?: string\n name?: string\n color?: string\n subjectByLanguage?: { [key: string]: string }\n placeId?: string\n address?: Address\n acceptsNewPatients?: boolean\n}\n"]}
1
+ {"version":3,"file":"AppointmentTypeAndPlace.js","sourceRoot":"","sources":["../../../icc-api/model/AppointmentTypeAndPlace.ts"],"names":[],"mappings":";;;AAaA,MAAa,uBAAuB;IAClC,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA+B,EAAE,IAAI,CAAC,CAAA;IACtD,CAAC;CAUF;AAbD,0DAaC","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 { Address } from './Address'\n\nexport class AppointmentTypeAndPlace {\n constructor(json: JSON | any) {\n Object.assign(this as AppointmentTypeAndPlace, json)\n }\n\n calendarItemTypeId?: string\n name?: string\n color?: string\n duration?: number\n subjectByLanguage?: { [key: string]: string }\n placeId?: string\n address?: Address\n acceptsNewPatients?: boolean\n}\n"]}
@@ -9,9 +9,9 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Authentication } from './Authentication';
12
+ import { RemoteAuthentication } from './RemoteAuthentication';
13
13
  export declare class Remote {
14
14
  constructor(json: JSON | any);
15
15
  url?: string;
16
- auth?: Authentication;
16
+ auth?: RemoteAuthentication;
17
17
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Remote.js","sourceRoot":"","sources":["../../../icc-api/model/Remote.ts"],"names":[],"mappings":";;;AAaA,MAAa,MAAM;IACjB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAc,EAAE,IAAI,CAAC,CAAA;IACrC,CAAC;CAIF;AAPD,wBAOC","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 { Authentication } from './Authentication'\n\nexport class Remote {\n constructor(json: JSON | any) {\n Object.assign(this as Remote, json)\n }\n\n url?: string\n auth?: Authentication\n}\n"]}
1
+ {"version":3,"file":"Remote.js","sourceRoot":"","sources":["../../../icc-api/model/Remote.ts"],"names":[],"mappings":";;;AAaA,MAAa,MAAM;IACjB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAc,EAAE,IAAI,CAAC,CAAA;IACrC,CAAC;CAIF;AAPD,wBAOC","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 { RemoteAuthentication } from './RemoteAuthentication'\n\nexport class Remote {\n constructor(json: JSON | any) {\n Object.assign(this as Remote, json)\n }\n\n url?: string\n auth?: RemoteAuthentication\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icure/api",
3
- "version": "4.0.98",
3
+ "version": "4.0.99",
4
4
  "description": "Typescript version of iCure standalone API client",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",