ch-admin-api-client-typescript 5.73.6 → 5.73.18
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/hospitals-api.d.ts +4 -4
- package/lib/api/hospitals-api.js +4 -4
- package/lib/api.d.ts +0 -2
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +0 -2
- package/lib/models/appointment-item-model.d.ts +1 -1
- package/lib/models/appointment-item-model.d.ts.map +1 -1
- package/lib/models/appointment-model.d.ts +1 -1
- package/lib/models/appointment-model.d.ts.map +1 -1
- package/lib/models/call-history-item-model.d.ts +1 -1
- package/lib/models/call-history-item-model.d.ts.map +1 -1
- package/lib/models/call-history-model.d.ts +1 -1
- package/lib/models/call-history-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +0 -19
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +0 -19
- package/lib/models/page-block-type.d.ts +1 -2
- package/lib/models/page-block-type.d.ts.map +1 -1
- package/lib/models/page-block-type.js +1 -2
- package/package.json +1 -1
- package/lib/api/chat-users-api.d.ts +0 -423
- package/lib/api/chat-users-api.d.ts.map +0 -1
- package/lib/api/chat-users-api.js +0 -804
- package/lib/api/group-channels-api.d.ts +0 -172
- package/lib/api/group-channels-api.d.ts.map +0 -1
- package/lib/api/group-channels-api.js +0 -342
- package/lib/models/admin-message-model.d.ts +0 -79
- package/lib/models/admin-message-model.d.ts.map +0 -1
- package/lib/models/admin-message-model.js +0 -15
- package/lib/models/chat-user-model.d.ts +0 -73
- package/lib/models/chat-user-model.d.ts.map +0 -1
- package/lib/models/chat-user-model.js +0 -15
- package/lib/models/chat-users-model.d.ts +0 -32
- package/lib/models/chat-users-model.d.ts.map +0 -1
- package/lib/models/chat-users-model.js +0 -15
- package/lib/models/create-chat-user-command.d.ts +0 -55
- package/lib/models/create-chat-user-command.d.ts.map +0 -1
- package/lib/models/create-chat-user-command.js +0 -15
- package/lib/models/group-channel-list.d.ts +0 -38
- package/lib/models/group-channel-list.d.ts.map +0 -1
- package/lib/models/group-channel-list.js +0 -15
- package/lib/models/group-channel.d.ts +0 -149
- package/lib/models/group-channel.d.ts.map +0 -1
- package/lib/models/group-channel.js +0 -15
- package/lib/models/invite-send-bird-group-channel-command.d.ts +0 -25
- package/lib/models/invite-send-bird-group-channel-command.d.ts.map +0 -1
- package/lib/models/invite-send-bird-group-channel-command.js +0 -15
- package/lib/models/leaved-group-channels-model.d.ts +0 -37
- package/lib/models/leaved-group-channels-model.d.ts.map +0 -1
- package/lib/models/leaved-group-channels-model.js +0 -15
- package/lib/models/mention-type.d.ts +0 -22
- package/lib/models/mention-type.d.ts.map +0 -1
- package/lib/models/mention-type.js +0 -25
- package/lib/models/message-type.d.ts +0 -23
- package/lib/models/message-type.d.ts.map +0 -1
- package/lib/models/message-type.js +0 -26
- package/lib/models/metadata.d.ts +0 -37
- package/lib/models/metadata.d.ts.map +0 -1
- package/lib/models/metadata.js +0 -15
- package/lib/models/model-file.d.ts +0 -49
- package/lib/models/model-file.d.ts.map +0 -1
- package/lib/models/model-file.js +0 -15
- package/lib/models/send-bird-group-channel-member.d.ts +0 -80
- package/lib/models/send-bird-group-channel-member.d.ts.map +0 -1
- package/lib/models/send-bird-group-channel-member.js +0 -15
- package/lib/models/send-bird-group-channel-model.d.ts +0 -142
- package/lib/models/send-bird-group-channel-model.d.ts.map +0 -1
- package/lib/models/send-bird-group-channel-model.js +0 -15
- package/lib/models/send-bird-group-channelr-operator.d.ts +0 -37
- package/lib/models/send-bird-group-channelr-operator.d.ts.map +0 -1
- package/lib/models/send-bird-group-channelr-operator.js +0 -15
- package/lib/models/session-token.d.ts +0 -31
- package/lib/models/session-token.d.ts.map +0 -1
- package/lib/models/session-token.js +0 -15
- package/lib/models/text-message.d.ts +0 -114
- package/lib/models/text-message.d.ts.map +0 -1
- package/lib/models/text-message.js +0 -15
- package/lib/models/update-chat-user-command.d.ts +0 -43
- package/lib/models/update-chat-user-command.d.ts.map +0 -1
- package/lib/models/update-chat-user-command.js +0 -15
- package/lib/models/user.d.ts +0 -100
- package/lib/models/user.d.ts.map +0 -1
- package/lib/models/user.js +0 -15
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CloudHospital Admin Api
|
|
3
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
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 ChatUserModel
|
|
16
|
-
*/
|
|
17
|
-
export interface ChatUserModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ChatUserModel
|
|
22
|
-
*/
|
|
23
|
-
'id'?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ChatUserModel
|
|
28
|
-
*/
|
|
29
|
-
'nickname'?: string | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ChatUserModel
|
|
34
|
-
*/
|
|
35
|
-
'profileUrl'?: string | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof ChatUserModel
|
|
40
|
-
*/
|
|
41
|
-
'accessToken'?: string | null;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof ChatUserModel
|
|
46
|
-
*/
|
|
47
|
-
'isActive'?: number;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof ChatUserModel
|
|
52
|
-
*/
|
|
53
|
-
'isOnline'?: number;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {Array<string>}
|
|
57
|
-
* @memberof ChatUserModel
|
|
58
|
-
*/
|
|
59
|
-
'discoveryKeys'?: Array<string> | null;
|
|
60
|
-
/**
|
|
61
|
-
*
|
|
62
|
-
* @type {Date}
|
|
63
|
-
* @memberof ChatUserModel
|
|
64
|
-
*/
|
|
65
|
-
'createdAt'?: Date | null;
|
|
66
|
-
/**
|
|
67
|
-
*
|
|
68
|
-
* @type {Date}
|
|
69
|
-
* @memberof ChatUserModel
|
|
70
|
-
*/
|
|
71
|
-
'lastSeenAt'?: Date | null;
|
|
72
|
-
}
|
|
73
|
-
//# sourceMappingURL=chat-user-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chat-user-model.d.ts","sourceRoot":"","sources":["../../src/models/chat-user-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CAC9B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* CloudHospital Admin Api
|
|
6
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1
|
|
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,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CloudHospital Admin Api
|
|
3
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
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 { ChatUserModel } from './chat-user-model';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ChatUsersModel
|
|
17
|
-
*/
|
|
18
|
-
export interface ChatUsersModel {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<ChatUserModel>}
|
|
22
|
-
* @memberof ChatUsersModel
|
|
23
|
-
*/
|
|
24
|
-
'users'?: Array<ChatUserModel> | null;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ChatUsersModel
|
|
29
|
-
*/
|
|
30
|
-
'next'?: string | null;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=chat-users-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chat-users-model.d.ts","sourceRoot":"","sources":["../../src/models/chat-users-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* CloudHospital Admin Api
|
|
6
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1
|
|
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,55 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CloudHospital Admin Api
|
|
3
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
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 CreateChatUserCommand
|
|
16
|
-
*/
|
|
17
|
-
export interface CreateChatUserCommand {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof CreateChatUserCommand
|
|
22
|
-
*/
|
|
23
|
-
'userId'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof CreateChatUserCommand
|
|
28
|
-
*/
|
|
29
|
-
'nickname'?: string | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof CreateChatUserCommand
|
|
34
|
-
*/
|
|
35
|
-
'profileUrl'?: string | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {boolean}
|
|
39
|
-
* @memberof CreateChatUserCommand
|
|
40
|
-
*/
|
|
41
|
-
'issueAccessToken'?: boolean;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {Array<string>}
|
|
45
|
-
* @memberof CreateChatUserCommand
|
|
46
|
-
*/
|
|
47
|
-
'discoveryKeys'?: Array<string> | null;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof CreateChatUserCommand
|
|
52
|
-
*/
|
|
53
|
-
'hospitalId'?: string;
|
|
54
|
-
}
|
|
55
|
-
//# sourceMappingURL=create-chat-user-command.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-chat-user-command.d.ts","sourceRoot":"","sources":["../../src/models/create-chat-user-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* CloudHospital Admin Api
|
|
6
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1
|
|
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,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CloudHospital Admin Api
|
|
3
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
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 { GroupChannel } from './group-channel';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GroupChannelList
|
|
17
|
-
*/
|
|
18
|
-
export interface GroupChannelList {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof GroupChannelList
|
|
23
|
-
*/
|
|
24
|
-
'object'?: string | null;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {Array<GroupChannel>}
|
|
28
|
-
* @memberof GroupChannelList
|
|
29
|
-
*/
|
|
30
|
-
'channels'?: Array<GroupChannel> | null;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof GroupChannelList
|
|
35
|
-
*/
|
|
36
|
-
'next'?: string | null;
|
|
37
|
-
}
|
|
38
|
-
//# sourceMappingURL=group-channel-list.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"group-channel-list.d.ts","sourceRoot":"","sources":["../../src/models/group-channel-list.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* CloudHospital Admin Api
|
|
6
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1
|
|
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,149 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CloudHospital Admin Api
|
|
3
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
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 { TextMessage } from './text-message';
|
|
13
|
-
import { User } from './user';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface GroupChannel
|
|
18
|
-
*/
|
|
19
|
-
export interface GroupChannel {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {string}
|
|
23
|
-
* @memberof GroupChannel
|
|
24
|
-
*/
|
|
25
|
-
'name'?: string | null;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof GroupChannel
|
|
30
|
-
*/
|
|
31
|
-
'channelUrl'?: string | null;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof GroupChannel
|
|
36
|
-
*/
|
|
37
|
-
'coverUrl'?: string | null;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof GroupChannel
|
|
42
|
-
*/
|
|
43
|
-
'customType'?: string | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {string}
|
|
47
|
-
* @memberof GroupChannel
|
|
48
|
-
*/
|
|
49
|
-
'data'?: string | null;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {boolean}
|
|
53
|
-
* @memberof GroupChannel
|
|
54
|
-
*/
|
|
55
|
-
'isEphemeral'?: boolean;
|
|
56
|
-
/**
|
|
57
|
-
*
|
|
58
|
-
* @type {number}
|
|
59
|
-
* @memberof GroupChannel
|
|
60
|
-
*/
|
|
61
|
-
'maxLengthMessage'?: number;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {Date}
|
|
65
|
-
* @memberof GroupChannel
|
|
66
|
-
*/
|
|
67
|
-
'createdAt'?: Date;
|
|
68
|
-
/**
|
|
69
|
-
*
|
|
70
|
-
* @type {Array<User>}
|
|
71
|
-
* @memberof GroupChannel
|
|
72
|
-
*/
|
|
73
|
-
'operators'?: Array<User> | null;
|
|
74
|
-
/**
|
|
75
|
-
*
|
|
76
|
-
* @type {boolean}
|
|
77
|
-
* @memberof GroupChannel
|
|
78
|
-
*/
|
|
79
|
-
'freeze'?: boolean;
|
|
80
|
-
/**
|
|
81
|
-
*
|
|
82
|
-
* @type {boolean}
|
|
83
|
-
* @memberof GroupChannel
|
|
84
|
-
*/
|
|
85
|
-
'isDistinct'?: boolean;
|
|
86
|
-
/**
|
|
87
|
-
*
|
|
88
|
-
* @type {boolean}
|
|
89
|
-
* @memberof GroupChannel
|
|
90
|
-
*/
|
|
91
|
-
'isPublic'?: boolean;
|
|
92
|
-
/**
|
|
93
|
-
*
|
|
94
|
-
* @type {boolean}
|
|
95
|
-
* @memberof GroupChannel
|
|
96
|
-
*/
|
|
97
|
-
'isSuper'?: boolean;
|
|
98
|
-
/**
|
|
99
|
-
*
|
|
100
|
-
* @type {boolean}
|
|
101
|
-
* @memberof GroupChannel
|
|
102
|
-
*/
|
|
103
|
-
'isAccessCodeRequired'?: boolean;
|
|
104
|
-
/**
|
|
105
|
-
*
|
|
106
|
-
* @type {number}
|
|
107
|
-
* @memberof GroupChannel
|
|
108
|
-
*/
|
|
109
|
-
'memberCount'?: number;
|
|
110
|
-
/**
|
|
111
|
-
*
|
|
112
|
-
* @type {number}
|
|
113
|
-
* @memberof GroupChannel
|
|
114
|
-
*/
|
|
115
|
-
'joinedMemberCount'?: number;
|
|
116
|
-
/**
|
|
117
|
-
*
|
|
118
|
-
* @type {Array<User>}
|
|
119
|
-
* @memberof GroupChannel
|
|
120
|
-
*/
|
|
121
|
-
'members'?: Array<User> | null;
|
|
122
|
-
/**
|
|
123
|
-
*
|
|
124
|
-
* @type {{ [key: string]: number; }}
|
|
125
|
-
* @memberof GroupChannel
|
|
126
|
-
*/
|
|
127
|
-
'readReceipt'?: {
|
|
128
|
-
[key: string]: number;
|
|
129
|
-
} | null;
|
|
130
|
-
/**
|
|
131
|
-
*
|
|
132
|
-
* @type {number}
|
|
133
|
-
* @memberof GroupChannel
|
|
134
|
-
*/
|
|
135
|
-
'unreadMessageCount'?: number;
|
|
136
|
-
/**
|
|
137
|
-
*
|
|
138
|
-
* @type {number}
|
|
139
|
-
* @memberof GroupChannel
|
|
140
|
-
*/
|
|
141
|
-
'unreadMentionCount'?: number;
|
|
142
|
-
/**
|
|
143
|
-
*
|
|
144
|
-
* @type {TextMessage}
|
|
145
|
-
* @memberof GroupChannel
|
|
146
|
-
*/
|
|
147
|
-
'lastMessage'?: TextMessage;
|
|
148
|
-
}
|
|
149
|
-
//# sourceMappingURL=group-channel.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"group-channel.d.ts","sourceRoot":"","sources":["../../src/models/group-channel.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;CAC/B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* CloudHospital Admin Api
|
|
6
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1
|
|
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,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CloudHospital Admin Api
|
|
3
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
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 InviteSendBirdGroupChannelCommand
|
|
16
|
-
*/
|
|
17
|
-
export interface InviteSendBirdGroupChannelCommand {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {Array<string>}
|
|
21
|
-
* @memberof InviteSendBirdGroupChannelCommand
|
|
22
|
-
*/
|
|
23
|
-
'user_ids'?: Array<string> | null;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=invite-send-bird-group-channel-command.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"invite-send-bird-group-channel-command.d.ts","sourceRoot":"","sources":["../../src/models/invite-send-bird-group-channel-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACrC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* CloudHospital Admin Api
|
|
6
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1
|
|
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 Admin Api
|
|
3
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
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 LeavedGroupChannelsModel
|
|
16
|
-
*/
|
|
17
|
-
export interface LeavedGroupChannelsModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {Array<string>}
|
|
21
|
-
* @memberof LeavedGroupChannelsModel
|
|
22
|
-
*/
|
|
23
|
-
'groupChannelUrls'?: Array<string> | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof LeavedGroupChannelsModel
|
|
28
|
-
*/
|
|
29
|
-
'count'?: number;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof LeavedGroupChannelsModel
|
|
34
|
-
*/
|
|
35
|
-
'message'?: string | null;
|
|
36
|
-
}
|
|
37
|
-
//# sourceMappingURL=leaved-group-channels-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"leaved-group-channels-model.d.ts","sourceRoot":"","sources":["../../src/models/leaved-group-channels-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC1C;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* CloudHospital Admin Api
|
|
6
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1
|
|
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 Admin Api
|
|
3
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
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 MentionType: {
|
|
18
|
-
readonly Users: "Users";
|
|
19
|
-
readonly Channel: "Channel";
|
|
20
|
-
};
|
|
21
|
-
export type MentionType = typeof MentionType[keyof typeof MentionType];
|
|
22
|
-
//# sourceMappingURL=mention-type.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mention-type.d.ts","sourceRoot":"","sources":["../../src/models/mention-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,WAAW;;;CAGd,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* CloudHospital Admin Api
|
|
6
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1
|
|
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.MentionType = void 0;
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
|
-
*/
|
|
22
|
-
exports.MentionType = {
|
|
23
|
-
Users: 'Users',
|
|
24
|
-
Channel: 'Channel'
|
|
25
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CloudHospital Admin Api
|
|
3
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1
|
|
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 MessageType: {
|
|
18
|
-
readonly Message: "Message";
|
|
19
|
-
readonly AdminMessage: "AdminMessage";
|
|
20
|
-
readonly File: "File";
|
|
21
|
-
};
|
|
22
|
-
export type MessageType = typeof MessageType[keyof typeof MessageType];
|
|
23
|
-
//# sourceMappingURL=message-type.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"message-type.d.ts","sourceRoot":"","sources":["../../src/models/message-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,WAAW;;;;CAId,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* CloudHospital Admin Api
|
|
6
|
-
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1
|
|
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.MessageType = void 0;
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
|
-
*/
|
|
22
|
-
exports.MessageType = {
|
|
23
|
-
Message: 'Message',
|
|
24
|
-
AdminMessage: 'AdminMessage',
|
|
25
|
-
File: 'File'
|
|
26
|
-
};
|