@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.
|
@@ -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;
|
|
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 {
|
|
12
|
+
import { RemoteAuthentication } from './RemoteAuthentication';
|
|
13
13
|
export declare class Remote {
|
|
14
14
|
constructor(json: JSON | any);
|
|
15
15
|
url?: string;
|
|
16
|
-
auth?:
|
|
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 {
|
|
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"]}
|