@icure/api 4.0.73 → 4.0.77

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.
Files changed (99) hide show
  1. package/icc-api/api/IccAnonymousAccessApi.d.ts +49 -0
  2. package/icc-api/api/IccAnonymousAccessApi.js +92 -0
  3. package/icc-api/api/IccAnonymousAccessApi.js.map +1 -0
  4. package/icc-api/api/IccAuthApi.d.ts +2 -2
  5. package/icc-api/api/IccAuthApi.js.map +1 -1
  6. package/icc-api/api/IccCalendarItemApi.d.ts +12 -0
  7. package/icc-api/api/IccCalendarItemApi.js +32 -0
  8. package/icc-api/api/IccCalendarItemApi.js.map +1 -1
  9. package/icc-api/api/IccCodeApi.d.ts +7 -0
  10. package/icc-api/api/IccCodeApi.js +14 -0
  11. package/icc-api/api/IccCodeApi.js.map +1 -1
  12. package/icc-api/api/IccContactApi.d.ts +8 -0
  13. package/icc-api/api/IccContactApi.js +19 -0
  14. package/icc-api/api/IccContactApi.js.map +1 -1
  15. package/icc-api/api/IccDocumentApi.d.ts +27 -27
  16. package/icc-api/api/IccDocumentApi.js +40 -40
  17. package/icc-api/api/IccDocumentApi.js.map +1 -1
  18. package/icc-api/api/IccIcureApi.d.ts +6 -0
  19. package/icc-api/api/IccIcureApi.js +17 -0
  20. package/icc-api/api/IccIcureApi.js.map +1 -1
  21. package/icc-api/api/IccPatientApi.d.ts +30 -2
  22. package/icc-api/api/IccPatientApi.js +75 -5
  23. package/icc-api/api/IccPatientApi.js.map +1 -1
  24. package/icc-api/api/IccPermissionApi.d.ts +28 -0
  25. package/icc-api/api/IccPermissionApi.js +47 -0
  26. package/icc-api/api/IccPermissionApi.js.map +1 -0
  27. package/icc-api/iccApi.d.ts +2 -0
  28. package/icc-api/iccApi.js +2 -0
  29. package/icc-api/iccApi.js.map +1 -1
  30. package/icc-api/model/Ampp.d.ts +1 -0
  31. package/icc-api/model/Ampp.js.map +1 -1
  32. package/icc-api/model/Authentication.d.ts +16 -0
  33. package/icc-api/model/Authentication.js +10 -0
  34. package/icc-api/model/Authentication.js.map +1 -0
  35. package/icc-api/model/Basic.d.ts +16 -0
  36. package/icc-api/model/Basic.js +21 -0
  37. package/icc-api/model/Basic.js.map +1 -0
  38. package/icc-api/model/CalendarItem.d.ts +1 -0
  39. package/icc-api/model/CalendarItem.js.map +1 -1
  40. package/icc-api/model/Classification.d.ts +1 -0
  41. package/icc-api/model/Classification.js.map +1 -1
  42. package/icc-api/model/Content.d.ts +3 -6
  43. package/icc-api/model/Content.js.map +1 -1
  44. package/icc-api/model/DocumentTemplate.d.ts +46 -0
  45. package/icc-api/model/DocumentTemplate.js +41 -0
  46. package/icc-api/model/DocumentTemplate.js.map +1 -1
  47. package/icc-api/model/HealthcareParty.d.ts +6 -0
  48. package/icc-api/model/HealthcareParty.js.map +1 -1
  49. package/icc-api/model/Invoice.d.ts +2 -1
  50. package/icc-api/model/Invoice.js +1 -0
  51. package/icc-api/model/Invoice.js.map +1 -1
  52. package/icc-api/model/InvoicingCode.d.ts +1 -0
  53. package/icc-api/model/InvoicingCode.js.map +1 -1
  54. package/icc-api/model/LoginCredentials.d.ts +16 -0
  55. package/icc-api/model/LoginCredentials.js +21 -0
  56. package/icc-api/model/LoginCredentials.js.map +1 -0
  57. package/icc-api/model/Measure.d.ts +0 -3
  58. package/icc-api/model/Measure.js +0 -3
  59. package/icc-api/model/Measure.js.map +1 -1
  60. package/icc-api/model/Partnership.d.ts +8 -1
  61. package/icc-api/model/Partnership.js +7 -0
  62. package/icc-api/model/Partnership.js.map +1 -1
  63. package/icc-api/model/Patient.d.ts +8 -1
  64. package/icc-api/model/Patient.js +2 -0
  65. package/icc-api/model/Patient.js.map +1 -1
  66. package/icc-api/model/PatientHealthCareParty.d.ts +2 -2
  67. package/icc-api/model/PatientHealthCareParty.js +1 -1
  68. package/icc-api/model/PatientHealthCareParty.js.map +1 -1
  69. package/icc-api/model/PatientRegistrationSuccess.d.ts +17 -0
  70. package/icc-api/model/PatientRegistrationSuccess.js +21 -0
  71. package/icc-api/model/PatientRegistrationSuccess.js.map +1 -0
  72. package/icc-api/model/PersonName.d.ts +62 -0
  73. package/icc-api/model/PersonName.js +36 -0
  74. package/icc-api/model/PersonName.js.map +1 -0
  75. package/icc-api/model/PropertyStub.d.ts +2 -0
  76. package/icc-api/model/PropertyStub.js.map +1 -1
  77. package/icc-api/model/RegistrationInformation.d.ts +1 -3
  78. package/icc-api/model/Remote.d.ts +17 -0
  79. package/icc-api/model/Remote.js +10 -0
  80. package/icc-api/model/Remote.js.map +1 -0
  81. package/icc-api/model/RemoteAuthentication.d.ts +16 -0
  82. package/icc-api/model/RemoteAuthentication.js +10 -0
  83. package/icc-api/model/RemoteAuthentication.js.map +1 -0
  84. package/icc-api/model/ReplicationStats.d.ts +2 -0
  85. package/icc-api/model/ReplicationStats.js.map +1 -1
  86. package/icc-api/model/ReplicatorDocument.d.ts +8 -3
  87. package/icc-api/model/ReplicatorDocument.js.map +1 -1
  88. package/icc-api/model/Telecom.d.ts +2 -1
  89. package/icc-api/model/Telecom.js +1 -0
  90. package/icc-api/model/Telecom.js.map +1 -1
  91. package/icc-api/model/TimeTable.d.ts +1 -0
  92. package/icc-api/model/TimeTable.js.map +1 -1
  93. package/icc-api/model/models.d.ts +7 -4
  94. package/icc-api/model/models.js +7 -4
  95. package/icc-api/model/models.js.map +1 -1
  96. package/icc-x-api/filters/filters.d.ts +18 -0
  97. package/icc-x-api/filters/filters.js +26 -3
  98. package/icc-x-api/filters/filters.js.map +1 -1
  99. package/package.json +1 -1
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * iCure Data Stack API Documentation
4
+ * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
5
+ *
6
+ * OpenAPI spec version: v1
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by the swagger code generator program.
10
+ * https://github.com/swagger-api/swagger-codegen.git
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.LoginCredentials = void 0;
15
+ class LoginCredentials {
16
+ constructor(json) {
17
+ Object.assign(this, json);
18
+ }
19
+ }
20
+ exports.LoginCredentials = LoginCredentials;
21
+ //# sourceMappingURL=LoginCredentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoginCredentials.js","sourceRoot":"","sources":["../../../icc-api/model/LoginCredentials.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,gBAAgB;IAC3B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAwB,EAAE,IAAI,CAAC,CAAA;IAC/C,CAAC;CAIF;AAPD,4CAOC"}
@@ -10,9 +10,6 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { CodeStub } from './CodeStub';
13
- /**
14
- * Values of measurements recorded. Fields included would be the value, permissible range (min. and max.), severity, unit of measurement, etc
15
- */
16
13
  export declare class Measure {
17
14
  constructor(json: JSON | any);
18
15
  value?: number;
@@ -1,9 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Measure = void 0;
4
- /**
5
- * Values of measurements recorded. Fields included would be the value, permissible range (min. and max.), severity, unit of measurement, etc
6
- */
7
4
  class Measure {
8
5
  constructor(json) {
9
6
  Object.assign(this, json);
@@ -1 +1 @@
1
- {"version":3,"file":"Measure.js","sourceRoot":"","sources":["../../../icc-api/model/Measure.ts"],"names":[],"mappings":";;;AAaA;;GAEG;AACH,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACtC,CAAC;CAaF;AAhBD,0BAgBC"}
1
+ {"version":3,"file":"Measure.js","sourceRoot":"","sources":["../../../icc-api/model/Measure.ts"],"names":[],"mappings":";;;AAaA,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACtC,CAAC;CAaF;AAhBD,0BAgBC"}
@@ -30,7 +30,7 @@ export declare class Partnership {
30
30
  otherToMeRelationshipDescription?: string;
31
31
  }
32
32
  export declare namespace Partnership {
33
- type TypeEnum = 'primary_contact' | 'primary_contact_for' | 'family' | 'friend' | 'counselor' | 'contact' | 'brother' | 'brotherinlaw' | 'child' | 'daughter' | 'employer' | 'father' | 'grandchild' | 'grandparent' | 'husband' | 'lawyer' | 'mother' | 'neighbour' | 'notary' | 'partner' | 'sister' | 'sisterinlaw' | 'son' | 'spouse' | 'stepdaughter' | 'stepfather' | 'stepmother' | 'stepson' | 'tutor';
33
+ type TypeEnum = 'primary_contact' | 'primary_contact_for' | 'family' | 'friend' | 'counselor' | 'contact' | 'brother' | 'brotherinlaw' | 'child' | 'daughter' | 'employer' | 'father' | 'grandchild' | 'grandparent' | 'husband' | 'lawyer' | 'mother' | 'neighbour' | 'notary' | 'partner' | 'sister' | 'sisterinlaw' | 'son' | 'spouse' | 'stepdaughter' | 'stepfather' | 'stepmother' | 'stepson' | 'tutor' | 'next_of_kin' | 'federal_agency' | 'insurance_company' | 'state_agency' | 'unknown' | 'seealso' | 'refer';
34
34
  const TypeEnum: {
35
35
  PrimaryContact: TypeEnum;
36
36
  PrimaryContactFor: TypeEnum;
@@ -61,6 +61,13 @@ export declare namespace Partnership {
61
61
  Stepmother: TypeEnum;
62
62
  Stepson: TypeEnum;
63
63
  Tutor: TypeEnum;
64
+ NextOfKin: TypeEnum;
65
+ FederalAgency: TypeEnum;
66
+ InsuranceCompany: TypeEnum;
67
+ StateAgency: TypeEnum;
68
+ Unknown: TypeEnum;
69
+ Seealso: TypeEnum;
70
+ Refer: TypeEnum;
64
71
  };
65
72
  type StatusEnum = 'active' | 'complicated' | 'past';
66
73
  const StatusEnum: {
@@ -52,6 +52,13 @@ exports.Partnership = Partnership;
52
52
  Stepmother: 'stepmother',
53
53
  Stepson: 'stepson',
54
54
  Tutor: 'tutor',
55
+ NextOfKin: 'next_of_kin',
56
+ FederalAgency: 'federal_agency',
57
+ InsuranceCompany: 'insurance_company',
58
+ StateAgency: 'state_agency',
59
+ Unknown: 'unknown',
60
+ Seealso: 'seealso',
61
+ Refer: 'refer',
55
62
  };
56
63
  Partnership.StatusEnum = {
57
64
  Active: 'active',
@@ -1 +1 @@
1
- {"version":3,"file":"Partnership.js","sourceRoot":"","sources":["../../../icc-api/model/Partnership.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH;;GAEG;AACH,MAAa,WAAW;IACtB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAmB,EAAE,IAAI,CAAC,CAAA;IAC1C,CAAC;CAgBF;AAnBD,kCAmBC;AACD,WAAiB,WAAW;IA+Bb,oBAAQ,GAAG;QACtB,cAAc,EAAE,iBAA6B;QAC7C,iBAAiB,EAAE,qBAAiC;QACpD,MAAM,EAAE,QAAoB;QAC5B,MAAM,EAAE,QAAoB;QAC5B,SAAS,EAAE,WAAuB;QAClC,OAAO,EAAE,SAAqB;QAC9B,OAAO,EAAE,SAAqB;QAC9B,YAAY,EAAE,cAA0B;QACxC,KAAK,EAAE,OAAmB;QAC1B,QAAQ,EAAE,UAAsB;QAChC,QAAQ,EAAE,UAAsB;QAChC,MAAM,EAAE,QAAoB;QAC5B,UAAU,EAAE,YAAwB;QACpC,WAAW,EAAE,aAAyB;QACtC,OAAO,EAAE,SAAqB;QAC9B,MAAM,EAAE,QAAoB;QAC5B,MAAM,EAAE,QAAoB;QAC5B,SAAS,EAAE,WAAuB;QAClC,MAAM,EAAE,QAAoB;QAC5B,OAAO,EAAE,SAAqB;QAC9B,MAAM,EAAE,QAAoB;QAC5B,WAAW,EAAE,aAAyB;QACtC,GAAG,EAAE,KAAiB;QACtB,MAAM,EAAE,QAAoB;QAC5B,YAAY,EAAE,cAA0B;QACxC,UAAU,EAAE,YAAwB;QACpC,UAAU,EAAE,YAAwB;QACpC,OAAO,EAAE,SAAqB;QAC9B,KAAK,EAAE,OAAmB;KAC3B,CAAA;IAEY,sBAAU,GAAG;QACxB,MAAM,EAAE,QAAsB;QAC9B,WAAW,EAAE,aAA2B;QACxC,IAAI,EAAE,MAAoB;KAC3B,CAAA;AACH,CAAC,EApEgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAoE3B"}
1
+ {"version":3,"file":"Partnership.js","sourceRoot":"","sources":["../../../icc-api/model/Partnership.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH;;GAEG;AACH,MAAa,WAAW;IACtB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAmB,EAAE,IAAI,CAAC,CAAA;IAC1C,CAAC;CAgBF;AAnBD,kCAmBC;AACD,WAAiB,WAAW;IAsCb,oBAAQ,GAAG;QACtB,cAAc,EAAE,iBAA6B;QAC7C,iBAAiB,EAAE,qBAAiC;QACpD,MAAM,EAAE,QAAoB;QAC5B,MAAM,EAAE,QAAoB;QAC5B,SAAS,EAAE,WAAuB;QAClC,OAAO,EAAE,SAAqB;QAC9B,OAAO,EAAE,SAAqB;QAC9B,YAAY,EAAE,cAA0B;QACxC,KAAK,EAAE,OAAmB;QAC1B,QAAQ,EAAE,UAAsB;QAChC,QAAQ,EAAE,UAAsB;QAChC,MAAM,EAAE,QAAoB;QAC5B,UAAU,EAAE,YAAwB;QACpC,WAAW,EAAE,aAAyB;QACtC,OAAO,EAAE,SAAqB;QAC9B,MAAM,EAAE,QAAoB;QAC5B,MAAM,EAAE,QAAoB;QAC5B,SAAS,EAAE,WAAuB;QAClC,MAAM,EAAE,QAAoB;QAC5B,OAAO,EAAE,SAAqB;QAC9B,MAAM,EAAE,QAAoB;QAC5B,WAAW,EAAE,aAAyB;QACtC,GAAG,EAAE,KAAiB;QACtB,MAAM,EAAE,QAAoB;QAC5B,YAAY,EAAE,cAA0B;QACxC,UAAU,EAAE,YAAwB;QACpC,UAAU,EAAE,YAAwB;QACpC,OAAO,EAAE,SAAqB;QAC9B,KAAK,EAAE,OAAmB;QAC1B,SAAS,EAAE,aAAyB;QACpC,aAAa,EAAE,gBAA4B;QAC3C,gBAAgB,EAAE,mBAA+B;QACjD,WAAW,EAAE,cAA0B;QACvC,OAAO,EAAE,SAAqB;QAC9B,OAAO,EAAE,SAAqB;QAC9B,KAAK,EAAE,OAAmB;KAC3B,CAAA;IAEY,sBAAU,GAAG;QACxB,MAAM,EAAE,QAAsB;QAC9B,WAAW,EAAE,aAA2B;QACxC,IAAI,EAAE,MAAoB;KAC3B,CAAA;AACH,CAAC,EAlFgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAkF3B"}
@@ -19,6 +19,7 @@ import { Insurability } from './Insurability';
19
19
  import { MedicalHouseContract } from './MedicalHouseContract';
20
20
  import { Partnership } from './Partnership';
21
21
  import { PatientHealthCareParty } from './PatientHealthCareParty';
22
+ import { PersonName } from './PersonName';
22
23
  import { PropertyStub } from './PropertyStub';
23
24
  import { SchoolingInfo } from './SchoolingInfo';
24
25
  export declare class Patient {
@@ -72,6 +73,10 @@ export declare class Patient {
72
73
  * the lastname (surname) of the patient. This is the official lastname that should be used for official administrative purposes.
73
74
  */
74
75
  lastName?: string;
76
+ /**
77
+ * the list of all denominations of the patient, also containing the official full name information. Ordered by preference of use. First element is therefore the official name used for the patient in the application
78
+ */
79
+ denominations?: Array<PersonName>;
75
80
  /**
76
81
  * the name of the company this patient is member of.
77
82
  */
@@ -323,7 +328,7 @@ export declare namespace Patient {
323
328
  Unknown: DeactivationReasonEnum;
324
329
  None: DeactivationReasonEnum;
325
330
  };
326
- type PersonalStatusEnum = 'single' | 'in_couple' | 'married' | 'separated' | 'divorced' | 'divorcing' | 'widowed' | 'widower' | 'complicated' | 'unknown' | 'contract' | 'other';
331
+ type PersonalStatusEnum = 'single' | 'in_couple' | 'married' | 'separated' | 'divorced' | 'divorcing' | 'widowed' | 'widower' | 'complicated' | 'unknown' | 'contract' | 'other' | 'annulled' | 'polygamous';
327
332
  const PersonalStatusEnum: {
328
333
  Single: PersonalStatusEnum;
329
334
  InCouple: PersonalStatusEnum;
@@ -337,5 +342,7 @@ export declare namespace Patient {
337
342
  Unknown: PersonalStatusEnum;
338
343
  Contract: PersonalStatusEnum;
339
344
  Other: PersonalStatusEnum;
345
+ Annulled: PersonalStatusEnum;
346
+ Polygamous: PersonalStatusEnum;
340
347
  };
341
348
  }
@@ -52,6 +52,8 @@ exports.Patient = Patient;
52
52
  Unknown: 'unknown',
53
53
  Contract: 'contract',
54
54
  Other: 'other',
55
+ Annulled: 'annulled',
56
+ Polygamous: 'polygamous',
55
57
  };
56
58
  })(Patient = exports.Patient || (exports.Patient = {}));
57
59
  //# sourceMappingURL=Patient.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Patient.js","sourceRoot":"","sources":["../../../icc-api/model/Patient.ts"],"names":[],"mappings":";;;AAwBA;;GAEG;AACH,+CAAuC;AACvC,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,qBAAO,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;IAC9F,CAAC;CAkQF;AArQD,0BAqQC;AACD,WAAiB,OAAO;IAET,kBAAU,GAAG;QACxB,IAAI,EAAE,MAAoB;QAC1B,MAAM,EAAE,QAAsB;QAC9B,aAAa,EAAE,eAA6B;QAC5C,OAAO,EAAE,SAAuB;QAChC,aAAa,EAAE,eAA6B;QAC5C,eAAe,EAAE,iBAA+B;QAChD,OAAO,EAAE,SAAuB;KACjC,CAAA;IAEY,oBAAY,GAAG;QAC1B,IAAI,EAAE,MAAsB;QAC5B,MAAM,EAAE,QAAwB;QAChC,aAAa,EAAE,eAA+B;QAC9C,OAAO,EAAE,SAAyB;QAClC,aAAa,EAAE,eAA+B;QAC9C,eAAe,EAAE,iBAAiC;QAClD,OAAO,EAAE,SAAyB;KACnC,CAAA;IAEY,8BAAsB,GAAG;QACpC,QAAQ,EAAE,UAAoC;QAC9C,KAAK,EAAE,OAAiC;QACxC,WAAW,EAAE,cAAwC;QACrD,OAAO,EAAE,SAAmC;QAC5C,SAAS,EAAE,YAAsC;QACjD,OAAO,EAAE,SAAmC;QAC5C,IAAI,EAAE,MAAgC;KACvC,CAAA;IAcY,0BAAkB,GAAG;QAChC,MAAM,EAAE,QAA8B;QACtC,QAAQ,EAAE,WAAiC;QAC3C,OAAO,EAAE,SAA+B;QACxC,SAAS,EAAE,WAAiC;QAC5C,QAAQ,EAAE,UAAgC;QAC1C,SAAS,EAAE,WAAiC;QAC5C,OAAO,EAAE,SAA+B;QACxC,OAAO,EAAE,SAA+B;QACxC,WAAW,EAAE,aAAmC;QAChD,OAAO,EAAE,SAA+B;QACxC,QAAQ,EAAE,UAAgC;QAC1C,KAAK,EAAE,OAA6B;KACrC,CAAA;AACH,CAAC,EA1DgB,OAAO,GAAP,eAAO,KAAP,eAAO,QA0DvB"}
1
+ {"version":3,"file":"Patient.js","sourceRoot":"","sources":["../../../icc-api/model/Patient.ts"],"names":[],"mappings":";;;AAyBA;;GAEG;AACH,+CAAuC;AACvC,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,qBAAO,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;IAC9F,CAAC;CAsQF;AAzQD,0BAyQC;AACD,WAAiB,OAAO;IAET,kBAAU,GAAG;QACxB,IAAI,EAAE,MAAoB;QAC1B,MAAM,EAAE,QAAsB;QAC9B,aAAa,EAAE,eAA6B;QAC5C,OAAO,EAAE,SAAuB;QAChC,aAAa,EAAE,eAA6B;QAC5C,eAAe,EAAE,iBAA+B;QAChD,OAAO,EAAE,SAAuB;KACjC,CAAA;IAEY,oBAAY,GAAG;QAC1B,IAAI,EAAE,MAAsB;QAC5B,MAAM,EAAE,QAAwB;QAChC,aAAa,EAAE,eAA+B;QAC9C,OAAO,EAAE,SAAyB;QAClC,aAAa,EAAE,eAA+B;QAC9C,eAAe,EAAE,iBAAiC;QAClD,OAAO,EAAE,SAAyB;KACnC,CAAA;IAEY,8BAAsB,GAAG;QACpC,QAAQ,EAAE,UAAoC;QAC9C,KAAK,EAAE,OAAiC;QACxC,WAAW,EAAE,cAAwC;QACrD,OAAO,EAAE,SAAmC;QAC5C,SAAS,EAAE,YAAsC;QACjD,OAAO,EAAE,SAAmC;QAC5C,IAAI,EAAE,MAAgC;KACvC,CAAA;IAgBY,0BAAkB,GAAG;QAChC,MAAM,EAAE,QAA8B;QACtC,QAAQ,EAAE,WAAiC;QAC3C,OAAO,EAAE,SAA+B;QACxC,SAAS,EAAE,WAAiC;QAC5C,QAAQ,EAAE,UAAgC;QAC1C,SAAS,EAAE,WAAiC;QAC5C,OAAO,EAAE,SAA+B;QACxC,OAAO,EAAE,SAA+B;QACxC,WAAW,EAAE,aAAmC;QAChD,OAAO,EAAE,SAA+B;QACxC,QAAQ,EAAE,UAAgC;QAC1C,KAAK,EAAE,OAA6B;QACpC,QAAQ,EAAE,UAAgC;QAC1C,UAAU,EAAE,YAAkC;KAC/C,CAAA;AACH,CAAC,EA9DgB,OAAO,GAAP,eAAO,KAAP,eAAO,QA8DvB"}
@@ -40,7 +40,7 @@ export declare class PatientHealthCareParty {
40
40
  encryptedSelf?: string;
41
41
  }
42
42
  export declare namespace PatientHealthCareParty {
43
- type TypeEnum = 'doctor' | 'referral' | 'medicalhouse' | 'retirementhome' | 'hospital' | 'other' | 'referringphysician' | 'referralHospital';
43
+ type TypeEnum = 'doctor' | 'referral' | 'medicalhouse' | 'retirementhome' | 'hospital' | 'other' | 'referringphysician' | 'managingorganization';
44
44
  const TypeEnum: {
45
45
  Doctor: TypeEnum;
46
46
  Referral: TypeEnum;
@@ -49,6 +49,6 @@ export declare namespace PatientHealthCareParty {
49
49
  Hospital: TypeEnum;
50
50
  Other: TypeEnum;
51
51
  Referringphysician: TypeEnum;
52
- ReferralHospital: TypeEnum;
52
+ Managingorganization: TypeEnum;
53
53
  };
54
54
  }
@@ -19,7 +19,7 @@ exports.PatientHealthCareParty = PatientHealthCareParty;
19
19
  Hospital: 'hospital',
20
20
  Other: 'other',
21
21
  Referringphysician: 'referringphysician',
22
- ReferralHospital: 'referralHospital',
22
+ Managingorganization: 'managingorganization',
23
23
  };
24
24
  })(PatientHealthCareParty = exports.PatientHealthCareParty || (exports.PatientHealthCareParty = {}));
25
25
  //# sourceMappingURL=PatientHealthCareParty.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PatientHealthCareParty.js","sourceRoot":"","sources":["../../../icc-api/model/PatientHealthCareParty.ts"],"names":[],"mappings":";;;AAaA;;GAEG;AACH,MAAa,sBAAsB;IACjC,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA8B,EAAE,IAAI,CAAC,CAAA;IACrD,CAAC;CAuBF;AA1BD,wDA0BC;AACD,WAAiB,sBAAsB;IAExB,+BAAQ,GAAG;QACtB,MAAM,EAAE,QAAoB;QAC5B,QAAQ,EAAE,UAAsB;QAChC,YAAY,EAAE,cAA0B;QACxC,cAAc,EAAE,gBAA4B;QAC5C,QAAQ,EAAE,UAAsB;QAChC,KAAK,EAAE,OAAmB;QAC1B,kBAAkB,EAAE,oBAAgC;QACpD,gBAAgB,EAAE,kBAA8B;KACjD,CAAA;AACH,CAAC,EAZgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAYtC"}
1
+ {"version":3,"file":"PatientHealthCareParty.js","sourceRoot":"","sources":["../../../icc-api/model/PatientHealthCareParty.ts"],"names":[],"mappings":";;;AAaA;;GAEG;AACH,MAAa,sBAAsB;IACjC,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA8B,EAAE,IAAI,CAAC,CAAA;IACrD,CAAC;CAuBF;AA1BD,wDA0BC;AACD,WAAiB,sBAAsB;IAUxB,+BAAQ,GAAG;QACtB,MAAM,EAAE,QAAoB;QAC5B,QAAQ,EAAE,UAAsB;QAChC,YAAY,EAAE,cAA0B;QACxC,cAAc,EAAE,gBAA4B;QAC5C,QAAQ,EAAE,UAAsB;QAChC,KAAK,EAAE,OAAmB;QAC1B,kBAAkB,EAAE,oBAAgC;QACpD,oBAAoB,EAAE,sBAAkC;KACzD,CAAA;AACH,CAAC,EApBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAoBtC"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * iCure Data Stack API Documentation
3
+ * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
4
+ *
5
+ * OpenAPI spec version: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export declare class PatientRegistrationSuccess {
13
+ constructor(json: JSON | any);
14
+ userLogin?: string;
15
+ userId?: string;
16
+ token?: string;
17
+ }
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * iCure Data Stack API Documentation
4
+ * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
5
+ *
6
+ * OpenAPI spec version: v1
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by the swagger code generator program.
10
+ * https://github.com/swagger-api/swagger-codegen.git
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.PatientRegistrationSuccess = void 0;
15
+ class PatientRegistrationSuccess {
16
+ constructor(json) {
17
+ Object.assign(this, json);
18
+ }
19
+ }
20
+ exports.PatientRegistrationSuccess = PatientRegistrationSuccess;
21
+ //# sourceMappingURL=PatientRegistrationSuccess.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PatientRegistrationSuccess.js","sourceRoot":"","sources":["../../../icc-api/model/PatientRegistrationSuccess.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,0BAA0B;IACrC,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAkC,EAAE,IAAI,CAAC,CAAA;IACzD,CAAC;CAKF;AARD,gEAQC"}
@@ -0,0 +1,62 @@
1
+ /**
2
+ * iCure Data Stack API Documentation
3
+ * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
4
+ *
5
+ * OpenAPI spec version: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Non preferred name information of a person
14
+ */
15
+ export declare class PersonName {
16
+ constructor(json: JSON | any);
17
+ /**
18
+ * Family name (often called 'Surname')
19
+ */
20
+ lastName?: string;
21
+ /**
22
+ * Given names (not always 'first'). Includes middle names. This repeating element order: Given Names appear in the correct order for presenting the name
23
+ */
24
+ firstNames?: Array<string>;
25
+ /**
26
+ * Starting date of time period when name is/was valid for use. Date encoded as a fuzzy date on 8 positions (YYYYMMDD)
27
+ */
28
+ start?: number;
29
+ /**
30
+ * Ending date of time period when name is/was valid for use. Date encoded as a fuzzy date on 8 positions (YYYYMMDD)
31
+ */
32
+ end?: number;
33
+ /**
34
+ * Parts that come before the name. This repeating element order: Prefixes appear in the correct order for presenting the name
35
+ */
36
+ prefix?: Array<string>;
37
+ /**
38
+ * Parts that come after the name. This repeating element order: Suffixes appear in the correct order for presenting the name
39
+ */
40
+ suffix?: Array<string>;
41
+ /**
42
+ * Text representation of the full name
43
+ */
44
+ text?: string;
45
+ /**
46
+ * What is the use of this name
47
+ */
48
+ use?: PersonName.UseEnum;
49
+ }
50
+ export declare namespace PersonName {
51
+ type UseEnum = 'usual' | 'official' | 'temp' | 'nickname' | 'anonymous' | 'maiden' | 'old' | 'other';
52
+ const UseEnum: {
53
+ Usual: UseEnum;
54
+ Official: UseEnum;
55
+ Temp: UseEnum;
56
+ Nickname: UseEnum;
57
+ Anonymous: UseEnum;
58
+ Maiden: UseEnum;
59
+ Old: UseEnum;
60
+ Other: UseEnum;
61
+ };
62
+ }
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /**
3
+ * iCure Data Stack API Documentation
4
+ * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
5
+ *
6
+ * OpenAPI spec version: v1
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by the swagger code generator program.
10
+ * https://github.com/swagger-api/swagger-codegen.git
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.PersonName = void 0;
15
+ /**
16
+ * Non preferred name information of a person
17
+ */
18
+ class PersonName {
19
+ constructor(json) {
20
+ Object.assign(this, json);
21
+ }
22
+ }
23
+ exports.PersonName = PersonName;
24
+ (function (PersonName) {
25
+ PersonName.UseEnum = {
26
+ Usual: 'usual',
27
+ Official: 'official',
28
+ Temp: 'temp',
29
+ Nickname: 'nickname',
30
+ Anonymous: 'anonymous',
31
+ Maiden: 'maiden',
32
+ Old: 'old',
33
+ Other: 'other',
34
+ };
35
+ })(PersonName = exports.PersonName || (exports.PersonName = {}));
36
+ //# sourceMappingURL=PersonName.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PersonName.js","sourceRoot":"","sources":["../../../icc-api/model/PersonName.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH;;GAEG;AACH,MAAa,UAAU;IACrB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAkB,EAAE,IAAI,CAAC,CAAA;IACzC,CAAC;CAkCF;AArCD,gCAqCC;AACD,WAAiB,UAAU;IAEZ,kBAAO,GAAG;QACrB,KAAK,EAAE,OAAkB;QACzB,QAAQ,EAAE,UAAqB;QAC/B,IAAI,EAAE,MAAiB;QACvB,QAAQ,EAAE,UAAqB;QAC/B,SAAS,EAAE,WAAsB;QACjC,MAAM,EAAE,QAAmB;QAC3B,GAAG,EAAE,KAAgB;QACrB,KAAK,EAAE,OAAkB;KAC1B,CAAA;AACH,CAAC,EAZgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAY1B"}
@@ -16,8 +16,10 @@ import { TypedValueObject } from './TypedValueObject';
16
16
  */
17
17
  export declare class PropertyStub {
18
18
  constructor(json: JSON | any);
19
+ id?: string;
19
20
  type?: PropertyTypeStub;
20
21
  typedValue?: TypedValueObject;
22
+ deletionDate?: number;
21
23
  /**
22
24
  * The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.
23
25
  */
@@ -1 +1 @@
1
- {"version":3,"file":"PropertyStub.js","sourceRoot":"","sources":["../../../icc-api/model/PropertyStub.ts"],"names":[],"mappings":";;;AAcA;;GAEG;AACH,MAAa,YAAY;IACvB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAoB,EAAE,IAAI,CAAC,CAAA;IAC3C,CAAC;CAQF;AAXD,oCAWC"}
1
+ {"version":3,"file":"PropertyStub.js","sourceRoot":"","sources":["../../../icc-api/model/PropertyStub.ts"],"names":[],"mappings":";;;AAcA;;GAEG;AACH,MAAa,YAAY;IACvB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAoB,EAAE,IAAI,CAAC,CAAA;IAC3C,CAAC;CAUF;AAbD,oCAaC"}
@@ -14,7 +14,5 @@ export declare class RegistrationInformation {
14
14
  firstName?: string;
15
15
  lastName?: string;
16
16
  emailAddress?: string;
17
- userOptions?: {
18
- [key: string]: string;
19
- };
17
+ userOptions?: string;
20
18
  }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * iCure Data Stack API Documentation
3
+ * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
4
+ *
5
+ * OpenAPI spec version: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Authentication } from './Authentication';
13
+ export declare class Remote {
14
+ constructor(json: JSON | any);
15
+ url?: string;
16
+ auth?: Authentication;
17
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Remote = void 0;
4
+ class Remote {
5
+ constructor(json) {
6
+ Object.assign(this, json);
7
+ }
8
+ }
9
+ exports.Remote = Remote;
10
+ //# sourceMappingURL=Remote.js.map
@@ -0,0 +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"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * iCure Data Stack API Documentation
3
+ * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
4
+ *
5
+ * OpenAPI spec version: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Basic } from './Basic';
13
+ export declare class RemoteAuthentication {
14
+ constructor(json: JSON | any);
15
+ basic?: Basic;
16
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RemoteAuthentication = void 0;
4
+ class RemoteAuthentication {
5
+ constructor(json) {
6
+ Object.assign(this, json);
7
+ }
8
+ }
9
+ exports.RemoteAuthentication = RemoteAuthentication;
10
+ //# sourceMappingURL=RemoteAuthentication.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoteAuthentication.js","sourceRoot":"","sources":["../../../icc-api/model/RemoteAuthentication.ts"],"names":[],"mappings":";;;AAaA,MAAa,oBAAoB;IAC/B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA4B,EAAE,IAAI,CAAC,CAAA;IACnD,CAAC;CAGF;AAND,oDAMC"}
@@ -18,4 +18,6 @@ export declare class ReplicationStats {
18
18
  changesPending?: number;
19
19
  docWriteFailures?: number;
20
20
  checkpointedSourceSeq?: string;
21
+ startTime?: number;
22
+ error?: string;
21
23
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ReplicationStats.js","sourceRoot":"","sources":["../../../icc-api/model/ReplicationStats.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,gBAAgB;IAC3B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAwB,EAAE,IAAI,CAAC,CAAA;IAC/C,CAAC;CASF;AAZD,4CAYC"}
1
+ {"version":3,"file":"ReplicationStats.js","sourceRoot":"","sources":["../../../icc-api/model/ReplicationStats.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,gBAAgB;IAC3B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAwB,EAAE,IAAI,CAAC,CAAA;IAC/C,CAAC;CAWF;AAdD,4CAcC"}
@@ -9,20 +9,25 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { Remote } from './Remote';
12
13
  import { ReplicationStats } from './ReplicationStats';
13
14
  export declare class ReplicatorDocument {
14
15
  constructor(json: JSON | any);
15
16
  id?: string;
16
17
  rev?: string;
17
- source?: string;
18
- target?: string;
18
+ source?: Remote;
19
+ target?: Remote;
19
20
  owner?: string;
20
21
  createTarget?: boolean;
21
22
  continuous?: boolean;
22
23
  docIds?: Array<string>;
23
24
  replicationState?: string;
24
- replicationStateTime?: string;
25
+ replicationStateTime?: number;
25
26
  replicationStats?: ReplicationStats;
27
+ errorCount?: number;
28
+ revsInfo?: Array<{
29
+ [key: string]: string;
30
+ }>;
26
31
  revHistory?: {
27
32
  [key: string]: string;
28
33
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ReplicatorDocument.js","sourceRoot":"","sources":["../../../icc-api/model/ReplicatorDocument.ts"],"names":[],"mappings":";;;AAaA,MAAa,kBAAkB;IAC7B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA0B,EAAE,IAAI,CAAC,CAAA;IACjD,CAAC;CAcF;AAjBD,gDAiBC"}
1
+ {"version":3,"file":"ReplicatorDocument.js","sourceRoot":"","sources":["../../../icc-api/model/ReplicatorDocument.ts"],"names":[],"mappings":";;;AAcA,MAAa,kBAAkB;IAC7B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA0B,EAAE,IAAI,CAAC,CAAA;IACjD,CAAC;CAgBF;AAnBD,gDAmBC"}
@@ -26,7 +26,7 @@ export declare class Telecom {
26
26
  encryptedSelf?: string;
27
27
  }
28
28
  export declare namespace Telecom {
29
- type TelecomTypeEnum = 'mobile' | 'phone' | 'email' | 'fax' | 'skype' | 'im' | 'medibridge' | 'ehealthbox' | 'apicrypt' | 'web' | 'print' | 'disk' | 'other';
29
+ type TelecomTypeEnum = 'mobile' | 'phone' | 'email' | 'fax' | 'skype' | 'im' | 'medibridge' | 'ehealthbox' | 'apicrypt' | 'web' | 'print' | 'disk' | 'other' | 'pager';
30
30
  const TelecomTypeEnum: {
31
31
  Mobile: TelecomTypeEnum;
32
32
  Phone: TelecomTypeEnum;
@@ -41,5 +41,6 @@ export declare namespace Telecom {
41
41
  Print: TelecomTypeEnum;
42
42
  Disk: TelecomTypeEnum;
43
43
  Other: TelecomTypeEnum;
44
+ Pager: TelecomTypeEnum;
44
45
  };
45
46
  }
@@ -36,6 +36,7 @@ exports.Telecom = Telecom;
36
36
  Print: 'print',
37
37
  Disk: 'disk',
38
38
  Other: 'other',
39
+ Pager: 'pager',
39
40
  };
40
41
  })(Telecom = exports.Telecom || (exports.Telecom = {}));
41
42
  //# sourceMappingURL=Telecom.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Telecom.js","sourceRoot":"","sources":["../../../icc-api/model/Telecom.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH;;GAEG;AACH,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACtC,CAAC;CAYF;AAfD,0BAeC;AACD,WAAiB,OAAO;IAeT,uBAAe,GAAG;QAC7B,MAAM,EAAE,QAA2B;QACnC,KAAK,EAAE,OAA0B;QACjC,KAAK,EAAE,OAA0B;QACjC,GAAG,EAAE,KAAwB;QAC7B,KAAK,EAAE,OAA0B;QACjC,EAAE,EAAE,IAAuB;QAC3B,UAAU,EAAE,YAA+B;QAC3C,UAAU,EAAE,YAA+B;QAC3C,QAAQ,EAAE,UAA6B;QACvC,GAAG,EAAE,KAAwB;QAC7B,KAAK,EAAE,OAA0B;QACjC,IAAI,EAAE,MAAyB;QAC/B,KAAK,EAAE,OAA0B;KAClC,CAAA;AACH,CAAC,EA9BgB,OAAO,GAAP,eAAO,KAAP,eAAO,QA8BvB"}
1
+ {"version":3,"file":"Telecom.js","sourceRoot":"","sources":["../../../icc-api/model/Telecom.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH;;GAEG;AACH,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACtC,CAAC;CAYF;AAfD,0BAeC;AACD,WAAiB,OAAO;IAgBT,uBAAe,GAAG;QAC7B,MAAM,EAAE,QAA2B;QACnC,KAAK,EAAE,OAA0B;QACjC,KAAK,EAAE,OAA0B;QACjC,GAAG,EAAE,KAAwB;QAC7B,KAAK,EAAE,OAA0B;QACjC,EAAE,EAAE,IAAuB;QAC3B,UAAU,EAAE,YAA+B;QAC3C,UAAU,EAAE,YAA+B;QAC3C,QAAQ,EAAE,UAA6B;QACvC,GAAG,EAAE,KAAwB;QAC7B,KAAK,EAAE,OAA0B;QACjC,IAAI,EAAE,MAAyB;QAC/B,KAAK,EAAE,OAA0B;QACjC,KAAK,EAAE,OAA0B;KAClC,CAAA;AACH,CAAC,EAhCgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAgCvB"}
@@ -54,6 +54,7 @@ export declare class TimeTable {
54
54
  deletionDate?: number;
55
55
  name?: string;
56
56
  agendaId?: string;
57
+ publicTimeTable?: boolean;
57
58
  startTime?: number;
58
59
  endTime?: number;
59
60
  items?: Array<TimeTableItem>;
@@ -1 +1 @@
1
- {"version":3,"file":"TimeTable.js","sourceRoot":"","sources":["../../../icc-api/model/TimeTable.ts"],"names":[],"mappings":";;;AAeA,MAAa,SAAS;IACpB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAiB,EAAE,IAAI,CAAC,CAAA;IACxC,CAAC;CAiEF;AApED,8BAoEC"}
1
+ {"version":3,"file":"TimeTable.js","sourceRoot":"","sources":["../../../icc-api/model/TimeTable.ts"],"names":[],"mappings":";;;AAeA,MAAa,SAAS;IACpB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAiB,EAAE,IAAI,CAAC,CAAA;IACxC,CAAC;CAkEF;AArED,8BAqEC"}
@@ -18,11 +18,12 @@ export * from './Appointment';
18
18
  export * from './AppointmentImport';
19
19
  export * from './Article';
20
20
  export * from './Atc';
21
+ export * from './Authentication';
21
22
  export * from './AuthenticationResponse';
22
23
  export * from './AuthenticationToken';
24
+ export * from './Basic';
23
25
  export * from './Body';
24
26
  export * from './Body1';
25
- export * from './ByteArray';
26
27
  export * from './CalendarItem';
27
28
  export * from './CalendarItemTag';
28
29
  export * from './CalendarItemType';
@@ -108,6 +109,7 @@ export * from './LabelledOccurence';
108
109
  export * from './LetterValue';
109
110
  export * from './ListOfIds';
110
111
  export * from './ListOfProperties';
112
+ export * from './LoginCredentials';
111
113
  export * from './MapOfIds';
112
114
  export * from './Measure';
113
115
  export * from './MedexInfo';
@@ -154,10 +156,12 @@ export * from './ParagraphAgreement';
154
156
  export * from './Partnership';
155
157
  export * from './Patient';
156
158
  export * from './PatientHealthCareParty';
159
+ export * from './PatientRegistrationSuccess';
157
160
  export * from './Payment';
158
161
  export * from './Periodicity';
159
162
  export * from './Permission';
160
163
  export * from './PermissionItem';
164
+ export * from './PersonName';
161
165
  export * from './PharmaceuticalForm';
162
166
  export * from './PharmaceuticalFormStub';
163
167
  export * from './Place';
@@ -175,6 +179,8 @@ export * from './RegistrationInformation';
175
179
  export * from './RegistrationSuccess';
176
180
  export * from './Reimbursement';
177
181
  export * from './ReimbursementCriterion';
182
+ export * from './Remote';
183
+ export * from './RemoteAuthentication';
178
184
  export * from './Renewal';
179
185
  export * from './Replication';
180
186
  export * from './ReplicationInfo';
@@ -223,7 +229,4 @@ export * from './VmpGroupStub';
223
229
  export * from './VmpStub';
224
230
  export * from './Vtm';
225
231
  export * from './Wada';
226
- export * from './WebSession';
227
- export * from './WebSessionMaxIdleTime';
228
- export * from './WebSessionMaxIdleTimeUnits';
229
232
  export * from './Weekday';
@@ -30,11 +30,12 @@ __exportStar(require("./Appointment"), exports);
30
30
  __exportStar(require("./AppointmentImport"), exports);
31
31
  __exportStar(require("./Article"), exports);
32
32
  __exportStar(require("./Atc"), exports);
33
+ __exportStar(require("./Authentication"), exports);
33
34
  __exportStar(require("./AuthenticationResponse"), exports);
34
35
  __exportStar(require("./AuthenticationToken"), exports);
36
+ __exportStar(require("./Basic"), exports);
35
37
  __exportStar(require("./Body"), exports);
36
38
  __exportStar(require("./Body1"), exports);
37
- __exportStar(require("./ByteArray"), exports);
38
39
  __exportStar(require("./CalendarItem"), exports);
39
40
  __exportStar(require("./CalendarItemTag"), exports);
40
41
  __exportStar(require("./CalendarItemType"), exports);
@@ -120,6 +121,7 @@ __exportStar(require("./LabelledOccurence"), exports);
120
121
  __exportStar(require("./LetterValue"), exports);
121
122
  __exportStar(require("./ListOfIds"), exports);
122
123
  __exportStar(require("./ListOfProperties"), exports);
124
+ __exportStar(require("./LoginCredentials"), exports);
123
125
  __exportStar(require("./MapOfIds"), exports);
124
126
  __exportStar(require("./Measure"), exports);
125
127
  __exportStar(require("./MedexInfo"), exports);
@@ -166,10 +168,12 @@ __exportStar(require("./ParagraphAgreement"), exports);
166
168
  __exportStar(require("./Partnership"), exports);
167
169
  __exportStar(require("./Patient"), exports);
168
170
  __exportStar(require("./PatientHealthCareParty"), exports);
171
+ __exportStar(require("./PatientRegistrationSuccess"), exports);
169
172
  __exportStar(require("./Payment"), exports);
170
173
  __exportStar(require("./Periodicity"), exports);
171
174
  __exportStar(require("./Permission"), exports);
172
175
  __exportStar(require("./PermissionItem"), exports);
176
+ __exportStar(require("./PersonName"), exports);
173
177
  __exportStar(require("./PharmaceuticalForm"), exports);
174
178
  __exportStar(require("./PharmaceuticalFormStub"), exports);
175
179
  __exportStar(require("./Place"), exports);
@@ -187,6 +191,8 @@ __exportStar(require("./RegistrationInformation"), exports);
187
191
  __exportStar(require("./RegistrationSuccess"), exports);
188
192
  __exportStar(require("./Reimbursement"), exports);
189
193
  __exportStar(require("./ReimbursementCriterion"), exports);
194
+ __exportStar(require("./Remote"), exports);
195
+ __exportStar(require("./RemoteAuthentication"), exports);
190
196
  __exportStar(require("./Renewal"), exports);
191
197
  __exportStar(require("./Replication"), exports);
192
198
  __exportStar(require("./ReplicationInfo"), exports);
@@ -235,8 +241,5 @@ __exportStar(require("./VmpGroupStub"), exports);
235
241
  __exportStar(require("./VmpStub"), exports);
236
242
  __exportStar(require("./Vtm"), exports);
237
243
  __exportStar(require("./Wada"), exports);
238
- __exportStar(require("./WebSession"), exports);
239
- __exportStar(require("./WebSessionMaxIdleTime"), exports);
240
- __exportStar(require("./WebSessionMaxIdleTimeUnits"), exports);
241
244
  __exportStar(require("./Weekday"), exports);
242
245
  //# sourceMappingURL=models.js.map