ch-api-client-typescript2 5.36.62 → 5.36.66

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 (75) hide show
  1. package/lib/api.d.ts +0 -1
  2. package/lib/api.d.ts.map +1 -1
  3. package/lib/api.js +0 -1
  4. package/lib/models/create-profile-command.d.ts +0 -7
  5. package/lib/models/create-profile-command.d.ts.map +1 -1
  6. package/lib/models/doctor-document-model.d.ts +0 -7
  7. package/lib/models/doctor-document-model.d.ts.map +1 -1
  8. package/lib/models/doctor-model.d.ts +0 -7
  9. package/lib/models/doctor-model.d.ts.map +1 -1
  10. package/lib/models/form-template-model.d.ts +0 -7
  11. package/lib/models/form-template-model.d.ts.map +1 -1
  12. package/lib/models/index.d.ts +0 -10
  13. package/lib/models/index.d.ts.map +1 -1
  14. package/lib/models/index.js +0 -10
  15. package/lib/models/patient-model.d.ts +0 -14
  16. package/lib/models/patient-model.d.ts.map +1 -1
  17. package/lib/models/update-profile-command.d.ts +0 -7
  18. package/lib/models/update-profile-command.d.ts.map +1 -1
  19. package/lib/models/user-model.d.ts +0 -7
  20. package/lib/models/user-model.d.ts.map +1 -1
  21. package/package.json +1 -1
  22. package/src/.openapi-generator/FILES +0 -11
  23. package/src/api.ts +0 -1
  24. package/src/models/create-profile-command.ts +0 -9
  25. package/src/models/doctor-document-model.ts +0 -9
  26. package/src/models/doctor-model.ts +0 -9
  27. package/src/models/form-template-model.ts +0 -9
  28. package/src/models/index.ts +0 -10
  29. package/src/models/patient-model.ts +0 -18
  30. package/src/models/update-profile-command.ts +0 -9
  31. package/src/models/user-model.ts +0 -9
  32. package/lib/api/memberships-api.d.ts +0 -281
  33. package/lib/api/memberships-api.d.ts.map +0 -1
  34. package/lib/api/memberships-api.js +0 -457
  35. package/lib/models/form-template-affiliation-model.d.ts +0 -49
  36. package/lib/models/form-template-affiliation-model.d.ts.map +0 -1
  37. package/lib/models/form-template-affiliation-model.js +0 -15
  38. package/lib/models/member-model.d.ts +0 -62
  39. package/lib/models/member-model.d.ts.map +0 -1
  40. package/lib/models/member-model.js +0 -15
  41. package/lib/models/members-model.d.ts +0 -33
  42. package/lib/models/members-model.d.ts.map +0 -1
  43. package/lib/models/members-model.js +0 -15
  44. package/lib/models/membership-item-model.d.ts +0 -68
  45. package/lib/models/membership-item-model.d.ts.map +0 -1
  46. package/lib/models/membership-item-model.js +0 -15
  47. package/lib/models/membership-model.d.ts +0 -68
  48. package/lib/models/membership-model.d.ts.map +0 -1
  49. package/lib/models/membership-model.js +0 -15
  50. package/lib/models/memberships-model.d.ts +0 -33
  51. package/lib/models/memberships-model.d.ts.map +0 -1
  52. package/lib/models/memberships-model.js +0 -15
  53. package/lib/models/subscription-model.d.ts +0 -37
  54. package/lib/models/subscription-model.d.ts.map +0 -1
  55. package/lib/models/subscription-model.js +0 -15
  56. package/lib/models/user-location-document-model.d.ts +0 -61
  57. package/lib/models/user-location-document-model.d.ts.map +0 -1
  58. package/lib/models/user-location-document-model.js +0 -15
  59. package/lib/models/user-location-model.d.ts +0 -74
  60. package/lib/models/user-location-model.d.ts.map +0 -1
  61. package/lib/models/user-location-model.js +0 -15
  62. package/lib/models/user-location-type.d.ts +0 -22
  63. package/lib/models/user-location-type.d.ts.map +0 -1
  64. package/lib/models/user-location-type.js +0 -25
  65. package/src/api/memberships-api.ts +0 -478
  66. package/src/models/form-template-affiliation-model.ts +0 -54
  67. package/src/models/member-model.ts +0 -69
  68. package/src/models/members-model.ts +0 -42
  69. package/src/models/membership-item-model.ts +0 -75
  70. package/src/models/membership-model.ts +0 -75
  71. package/src/models/memberships-model.ts +0 -42
  72. package/src/models/subscription-model.ts +0 -42
  73. package/src/models/user-location-document-model.ts +0 -66
  74. package/src/models/user-location-model.ts +0 -81
  75. package/src/models/user-location-type.ts +0 -31
@@ -1,68 +0,0 @@
1
- /**
2
- * CloudHospital Api
3
- * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 2
6
- * Contact: developer@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { SubscriptionModel } from './subscription-model';
13
- /**
14
- *
15
- * @export
16
- * @interface MembershipItemModel
17
- */
18
- export interface MembershipItemModel {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof MembershipItemModel
23
- */
24
- 'id'?: string;
25
- /**
26
- *
27
- * @type {string}
28
- * @memberof MembershipItemModel
29
- */
30
- 'planId'?: string;
31
- /**
32
- *
33
- * @type {string}
34
- * @memberof MembershipItemModel
35
- */
36
- 'planName'?: string | null;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof MembershipItemModel
41
- */
42
- 'patientId'?: string;
43
- /**
44
- *
45
- * @type {string}
46
- * @memberof MembershipItemModel
47
- */
48
- 'patientName'?: string | null;
49
- /**
50
- *
51
- * @type {number}
52
- * @memberof MembershipItemModel
53
- */
54
- 'memberCount'?: number;
55
- /**
56
- *
57
- * @type {boolean}
58
- * @memberof MembershipItemModel
59
- */
60
- 'isActive'?: boolean;
61
- /**
62
- *
63
- * @type {SubscriptionModel}
64
- * @memberof MembershipItemModel
65
- */
66
- 'subscription'?: SubscriptionModel;
67
- }
68
- //# sourceMappingURL=membership-item-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"membership-item-model.d.ts","sourceRoot":"","sources":["../../src/models/membership-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,cAAc,CAAC,EAAE,iBAAiB,CAAC;CACtC"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * CloudHospital Api
6
- * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 2
9
- * Contact: developer@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,68 +0,0 @@
1
- /**
2
- * CloudHospital Api
3
- * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 2
6
- * Contact: developer@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { SubscriptionModel } from './subscription-model';
13
- /**
14
- *
15
- * @export
16
- * @interface MembershipModel
17
- */
18
- export interface MembershipModel {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof MembershipModel
23
- */
24
- 'id'?: string;
25
- /**
26
- *
27
- * @type {string}
28
- * @memberof MembershipModel
29
- */
30
- 'planId'?: string;
31
- /**
32
- *
33
- * @type {string}
34
- * @memberof MembershipModel
35
- */
36
- 'planName'?: string | null;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof MembershipModel
41
- */
42
- 'patientId'?: string;
43
- /**
44
- *
45
- * @type {string}
46
- * @memberof MembershipModel
47
- */
48
- 'patientName'?: string | null;
49
- /**
50
- *
51
- * @type {number}
52
- * @memberof MembershipModel
53
- */
54
- 'memberCount'?: number;
55
- /**
56
- *
57
- * @type {boolean}
58
- * @memberof MembershipModel
59
- */
60
- 'isActive'?: boolean;
61
- /**
62
- *
63
- * @type {SubscriptionModel}
64
- * @memberof MembershipModel
65
- */
66
- 'subscription'?: SubscriptionModel;
67
- }
68
- //# sourceMappingURL=membership-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"membership-model.d.ts","sourceRoot":"","sources":["../../src/models/membership-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,cAAc,CAAC,EAAE,iBAAiB,CAAC;CACtC"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * CloudHospital Api
6
- * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 2
9
- * Contact: developer@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,33 +0,0 @@
1
- /**
2
- * CloudHospital Api
3
- * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 2
6
- * Contact: developer@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { MembershipItemModel } from './membership-item-model';
13
- import { PagedListMetaData } from './paged-list-meta-data';
14
- /**
15
- *
16
- * @export
17
- * @interface MembershipsModel
18
- */
19
- export interface MembershipsModel {
20
- /**
21
- *
22
- * @type {Array<MembershipItemModel>}
23
- * @memberof MembershipsModel
24
- */
25
- 'items'?: Array<MembershipItemModel> | null;
26
- /**
27
- *
28
- * @type {PagedListMetaData}
29
- * @memberof MembershipsModel
30
- */
31
- 'metaData'?: PagedListMetaData;
32
- }
33
- //# sourceMappingURL=memberships-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"memberships-model.d.ts","sourceRoot":"","sources":["../../src/models/memberships-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAG9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * CloudHospital Api
6
- * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 2
9
- * Contact: developer@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,37 +0,0 @@
1
- /**
2
- * CloudHospital Api
3
- * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 2
6
- * Contact: developer@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface SubscriptionModel
16
- */
17
- export interface SubscriptionModel {
18
- /**
19
- *
20
- * @type {Date}
21
- * @memberof SubscriptionModel
22
- */
23
- 'startDate'?: Date | null;
24
- /**
25
- *
26
- * @type {Date}
27
- * @memberof SubscriptionModel
28
- */
29
- 'endDate'?: Date | null;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof SubscriptionModel
34
- */
35
- 'status'?: string | null;
36
- }
37
- //# sourceMappingURL=subscription-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"subscription-model.d.ts","sourceRoot":"","sources":["../../src/models/subscription-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * CloudHospital Api
6
- * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 2
9
- * Contact: developer@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,61 +0,0 @@
1
- /**
2
- * CloudHospital Api
3
- * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 2
6
- * Contact: developer@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface UserLocationDocumentModel
16
- */
17
- export interface UserLocationDocumentModel {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof UserLocationDocumentModel
22
- */
23
- 'Country'?: string | null;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof UserLocationDocumentModel
28
- */
29
- 'State'?: string | null;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof UserLocationDocumentModel
34
- */
35
- 'County'?: string | null;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof UserLocationDocumentModel
40
- */
41
- 'City'?: string | null;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof UserLocationDocumentModel
46
- */
47
- 'ZipCode'?: string | null;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof UserLocationDocumentModel
52
- */
53
- 'Address'?: string | null;
54
- /**
55
- *
56
- * @type {string}
57
- * @memberof UserLocationDocumentModel
58
- */
59
- 'LocationType'?: string | null;
60
- }
61
- //# sourceMappingURL=user-location-document-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"user-location-document-model.d.ts","sourceRoot":"","sources":["../../src/models/user-location-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * CloudHospital Api
6
- * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 2
9
- * Contact: developer@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,74 +0,0 @@
1
- /**
2
- * CloudHospital Api
3
- * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 2
6
- * Contact: developer@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { UserLocationType } from './user-location-type';
13
- /**
14
- *
15
- * @export
16
- * @interface UserLocationModel
17
- */
18
- export interface UserLocationModel {
19
- /**
20
- *
21
- * @type {number}
22
- * @memberof UserLocationModel
23
- */
24
- 'latitude'?: number;
25
- /**
26
- *
27
- * @type {number}
28
- * @memberof UserLocationModel
29
- */
30
- 'longitude'?: number;
31
- /**
32
- *
33
- * @type {string}
34
- * @memberof UserLocationModel
35
- */
36
- 'country'?: string | null;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof UserLocationModel
41
- */
42
- 'state'?: string | null;
43
- /**
44
- *
45
- * @type {string}
46
- * @memberof UserLocationModel
47
- */
48
- 'county'?: string | null;
49
- /**
50
- *
51
- * @type {string}
52
- * @memberof UserLocationModel
53
- */
54
- 'city'?: string | null;
55
- /**
56
- *
57
- * @type {string}
58
- * @memberof UserLocationModel
59
- */
60
- 'zipCode'?: string | null;
61
- /**
62
- *
63
- * @type {string}
64
- * @memberof UserLocationModel
65
- */
66
- 'address'?: string | null;
67
- /**
68
- *
69
- * @type {UserLocationType}
70
- * @memberof UserLocationModel
71
- */
72
- 'locationType'?: UserLocationType;
73
- }
74
- //# sourceMappingURL=user-location-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"user-location-model.d.ts","sourceRoot":"","sources":["../../src/models/user-location-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,cAAc,CAAC,EAAE,gBAAgB,CAAC;CACrC"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * CloudHospital Api
6
- * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 2
9
- * Contact: developer@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,22 +0,0 @@
1
- /**
2
- * CloudHospital Api
3
- * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 2
6
- * Contact: developer@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @enum {string}
16
- */
17
- export declare const UserLocationType: {
18
- readonly LivesIn: "LivesIn";
19
- readonly BirthPlace: "BirthPlace";
20
- };
21
- export type UserLocationType = typeof UserLocationType[keyof typeof UserLocationType];
22
- //# sourceMappingURL=user-location-type.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"user-location-type.d.ts","sourceRoot":"","sources":["../../src/models/user-location-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,gBAAgB;;;CAGnB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC"}
@@ -1,25 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * CloudHospital Api
6
- * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 2
9
- * Contact: developer@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.UserLocationType = void 0;
17
- /**
18
- *
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.UserLocationType = {
23
- LivesIn: 'LivesIn',
24
- BirthPlace: 'BirthPlace'
25
- };