ch-api-client-typescript2 5.79.27 → 5.79.39
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.
- package/lib/api/webhooks-api.d.ts +97 -0
- package/lib/api/webhooks-api.d.ts.map +1 -0
- package/lib/api/webhooks-api.js +225 -0
- package/lib/api.d.ts +1 -1
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +1 -1
- package/lib/models/{devices-model.js → email-recipient.d.ts} +20 -4
- package/lib/models/email-recipient.d.ts.map +1 -0
- package/lib/models/index.d.ts +3 -5
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +3 -5
- package/lib/models/zoho-deal-closed-won-webhook-command.d.ts +45 -0
- package/lib/models/zoho-deal-closed-won-webhook-command.d.ts.map +1 -0
- package/lib/models/zoho-deal-closed-won-webhook-pdf-data.d.ts +115 -0
- package/lib/models/zoho-deal-closed-won-webhook-pdf-data.d.ts.map +1 -0
- package/package.json +1 -1
- package/lib/api/devices-api.d.ts +0 -357
- package/lib/api/devices-api.d.ts.map +0 -1
- package/lib/api/devices-api.js +0 -641
- package/lib/models/create-device-command.d.ts +0 -62
- package/lib/models/create-device-command.d.ts.map +0 -1
- package/lib/models/device-item-model.d.ts +0 -56
- package/lib/models/device-item-model.d.ts.map +0 -1
- package/lib/models/device-model.d.ts +0 -62
- package/lib/models/device-model.d.ts.map +0 -1
- package/lib/models/devices-model.d.ts +0 -33
- package/lib/models/devices-model.d.ts.map +0 -1
- package/lib/models/update-device-command.d.ts +0 -49
- package/lib/models/update-device-command.d.ts.map +0 -1
- package/lib/models/update-device-command.js +0 -15
- /package/lib/models/{create-device-command.js → email-recipient.js} +0 -0
- /package/lib/models/{device-item-model.js → zoho-deal-closed-won-webhook-command.js} +0 -0
- /package/lib/models/{device-model.js → zoho-deal-closed-won-webhook-pdf-data.js} +0 -0
|
@@ -1,62 +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 { Platform } from './platform';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface CreateDeviceCommand
|
|
17
|
-
*/
|
|
18
|
-
export interface CreateDeviceCommand {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof CreateDeviceCommand
|
|
23
|
-
*/
|
|
24
|
-
'id'?: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof CreateDeviceCommand
|
|
29
|
-
*/
|
|
30
|
-
'token'?: string | null;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {Platform}
|
|
34
|
-
* @memberof CreateDeviceCommand
|
|
35
|
-
*/
|
|
36
|
-
'platform'?: Platform;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {Array<string>}
|
|
40
|
-
* @memberof CreateDeviceCommand
|
|
41
|
-
*/
|
|
42
|
-
'tags'?: Array<string> | null;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {boolean}
|
|
46
|
-
* @memberof CreateDeviceCommand
|
|
47
|
-
*/
|
|
48
|
-
'appAlert'?: boolean;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {boolean}
|
|
52
|
-
* @memberof CreateDeviceCommand
|
|
53
|
-
*/
|
|
54
|
-
'eventAlert'?: boolean;
|
|
55
|
-
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {boolean}
|
|
58
|
-
* @memberof CreateDeviceCommand
|
|
59
|
-
*/
|
|
60
|
-
'noticeAlert'?: boolean;
|
|
61
|
-
}
|
|
62
|
-
//# sourceMappingURL=create-device-command.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-device-command.d.ts","sourceRoot":"","sources":["../../src/models/create-device-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B"}
|
|
@@ -1,56 +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 { Platform } from './platform';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface DeviceItemModel
|
|
17
|
-
*/
|
|
18
|
-
export interface DeviceItemModel {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof DeviceItemModel
|
|
23
|
-
*/
|
|
24
|
-
'id'?: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof DeviceItemModel
|
|
29
|
-
*/
|
|
30
|
-
'token'?: string | null;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {Platform}
|
|
34
|
-
* @memberof DeviceItemModel
|
|
35
|
-
*/
|
|
36
|
-
'platform'?: Platform;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof DeviceItemModel
|
|
41
|
-
*/
|
|
42
|
-
'appAlert'?: boolean;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {boolean}
|
|
46
|
-
* @memberof DeviceItemModel
|
|
47
|
-
*/
|
|
48
|
-
'eventAlert'?: boolean;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {boolean}
|
|
52
|
-
* @memberof DeviceItemModel
|
|
53
|
-
*/
|
|
54
|
-
'noticeAlert'?: boolean;
|
|
55
|
-
}
|
|
56
|
-
//# sourceMappingURL=device-item-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"device-item-model.d.ts","sourceRoot":"","sources":["../../src/models/device-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B"}
|
|
@@ -1,62 +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 { Platform } from './platform';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface DeviceModel
|
|
17
|
-
*/
|
|
18
|
-
export interface DeviceModel {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof DeviceModel
|
|
23
|
-
*/
|
|
24
|
-
'id'?: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof DeviceModel
|
|
29
|
-
*/
|
|
30
|
-
'token'?: string | null;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {Platform}
|
|
34
|
-
* @memberof DeviceModel
|
|
35
|
-
*/
|
|
36
|
-
'platform'?: Platform;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof DeviceModel
|
|
41
|
-
*/
|
|
42
|
-
'appAlert'?: boolean;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {boolean}
|
|
46
|
-
* @memberof DeviceModel
|
|
47
|
-
*/
|
|
48
|
-
'eventAlert'?: boolean;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {boolean}
|
|
52
|
-
* @memberof DeviceModel
|
|
53
|
-
*/
|
|
54
|
-
'noticeAlert'?: boolean;
|
|
55
|
-
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {Array<string>}
|
|
58
|
-
* @memberof DeviceModel
|
|
59
|
-
*/
|
|
60
|
-
'tags'?: Array<string> | null;
|
|
61
|
-
}
|
|
62
|
-
//# sourceMappingURL=device-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"device-model.d.ts","sourceRoot":"","sources":["../../src/models/device-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC;;;;GAIG;AACH,MAAM,WAAW,WAAW;IACxB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACjC"}
|
|
@@ -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 { DeviceItemModel } from './device-item-model';
|
|
13
|
-
import { PagedListMetaData } from './paged-list-meta-data';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface DevicesModel
|
|
18
|
-
*/
|
|
19
|
-
export interface DevicesModel {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Array<DeviceItemModel>}
|
|
23
|
-
* @memberof DevicesModel
|
|
24
|
-
*/
|
|
25
|
-
'items'?: Array<DeviceItemModel> | null;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {PagedListMetaData}
|
|
29
|
-
* @memberof DevicesModel
|
|
30
|
-
*/
|
|
31
|
-
'metaData'?: PagedListMetaData;
|
|
32
|
-
}
|
|
33
|
-
//# sourceMappingURL=devices-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"devices-model.d.ts","sourceRoot":"","sources":["../../src/models/devices-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAGtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
|
|
@@ -1,49 +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 UpdateDeviceCommand
|
|
16
|
-
*/
|
|
17
|
-
export interface UpdateDeviceCommand {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof UpdateDeviceCommand
|
|
22
|
-
*/
|
|
23
|
-
'token'?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {Array<string>}
|
|
27
|
-
* @memberof UpdateDeviceCommand
|
|
28
|
-
*/
|
|
29
|
-
'tags'?: Array<string> | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {boolean}
|
|
33
|
-
* @memberof UpdateDeviceCommand
|
|
34
|
-
*/
|
|
35
|
-
'appAlert'?: boolean;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {boolean}
|
|
39
|
-
* @memberof UpdateDeviceCommand
|
|
40
|
-
*/
|
|
41
|
-
'eventAlert'?: boolean;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {boolean}
|
|
45
|
-
* @memberof UpdateDeviceCommand
|
|
46
|
-
*/
|
|
47
|
-
'noticeAlert'?: boolean;
|
|
48
|
-
}
|
|
49
|
-
//# sourceMappingURL=update-device-command.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-device-command.d.ts","sourceRoot":"","sources":["../../src/models/update-device-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B"}
|
|
@@ -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 });
|
|
File without changes
|
|
File without changes
|
|
File without changes
|