ultracart_rest_api_v2_typescript 4.0.118-RC → 4.0.120-RC
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/.openapi-generator/FILES +2 -0
- package/README.md +4 -2
- package/dist/apis/ConversationApi.d.ts +24 -1
- package/dist/apis/ConversationApi.js +56 -0
- package/dist/models/ConversationDepartmentsResponse.d.ts +0 -6
- package/dist/models/ConversationDepartmentsResponse.js +0 -2
- package/dist/models/ConversationPermissions.d.ts +27 -0
- package/dist/models/ConversationPermissions.js +42 -0
- package/dist/models/ConversationPermissionsResponse.d.ts +55 -0
- package/dist/models/ConversationPermissionsResponse.js +54 -0
- package/dist/models/Coupon.d.ts +6 -0
- package/dist/models/Coupon.js +2 -0
- package/dist/models/index.d.ts +2 -0
- package/dist/models/index.js +2 -0
- package/package.json +1 -1
- package/src/apis/ConversationApi.ts +55 -0
- package/src/models/ConversationDepartmentsResponse.ts +0 -8
- package/src/models/ConversationPermissions.ts +56 -0
- package/src/models/ConversationPermissionsResponse.ts +113 -0
- package/src/models/Coupon.ts +8 -0
- package/src/models/index.ts +2 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -182,6 +182,8 @@ src/models/ConversationMessagesResponse.ts
|
|
|
182
182
|
src/models/ConversationMultimediaUploadUrl.ts
|
|
183
183
|
src/models/ConversationMultimediaUploadUrlResponse.ts
|
|
184
184
|
src/models/ConversationParticipant.ts
|
|
185
|
+
src/models/ConversationPermissions.ts
|
|
186
|
+
src/models/ConversationPermissionsResponse.ts
|
|
185
187
|
src/models/ConversationResponse.ts
|
|
186
188
|
src/models/ConversationSearchRequest.ts
|
|
187
189
|
src/models/ConversationSearchResponse.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## ultracart_rest_api_v2_typescript@4.0.
|
|
1
|
+
## ultracart_rest_api_v2_typescript@4.0.120-RC
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install ultracart_rest_api_v2_typescript@4.0.
|
|
39
|
+
npm install ultracart_rest_api_v2_typescript@4.0.120-RC --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -54,6 +54,8 @@ Not every change is committed to every SDK.
|
|
|
54
54
|
|
|
55
55
|
| Version | Date | Comments |
|
|
56
56
|
| --: | :-: | --- |
|
|
57
|
+
| 4.0.120-RC | 01/19/2023 | added skip_on_rebill field to coupon object |
|
|
58
|
+
| 4.0.119-RC | 01/19/2023 | convo - getConversationPermissions added |
|
|
57
59
|
| 4.0.118-RC | 01/18/2023 | conversation get dept member list method added |
|
|
58
60
|
| 4.0.117-RC | 01/18/2023 | conversation dept members |
|
|
59
61
|
| 4.0.116-RC | 01/18/2023 | channel partner ship to pref desc field |
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import { ConversationAgentAuthResponse, ConversationAutocompleteRequest, ConversationAutocompleteResponse, ConversationCannedMessage, ConversationCannedMessageResponse, ConversationCannedMessagesResponse, ConversationCannedMessagesSearch, ConversationDepartment, ConversationDepartmentMembersResponse, ConversationDepartmentResponse, ConversationDepartmentsResponse, ConversationEngagement, ConversationEngagementResponse, ConversationEngagementsResponse, ConversationJoinRequest, ConversationMessagesResponse, ConversationMultimediaUploadUrlResponse, ConversationResponse, ConversationSearchRequest, ConversationSearchResponse, ConversationStartRequest, ConversationStartResponse, ConversationWebchatContext, ConversationWebchatQueueStatusUpdateRequest, ConversationWebchatQueueStatusesResponse, ConversationsResponse } from '../models';
|
|
13
|
+
import { ConversationAgentAuthResponse, ConversationAutocompleteRequest, ConversationAutocompleteResponse, ConversationCannedMessage, ConversationCannedMessageResponse, ConversationCannedMessagesResponse, ConversationCannedMessagesSearch, ConversationDepartment, ConversationDepartmentMembersResponse, ConversationDepartmentResponse, ConversationDepartmentsResponse, ConversationEngagement, ConversationEngagementResponse, ConversationEngagementsResponse, ConversationJoinRequest, ConversationMessagesResponse, ConversationMultimediaUploadUrlResponse, ConversationPermissionsResponse, ConversationResponse, ConversationSearchRequest, ConversationSearchResponse, ConversationStartRequest, ConversationStartResponse, ConversationWebchatContext, ConversationWebchatQueueStatusUpdateRequest, ConversationWebchatQueueStatusesResponse, ConversationsResponse } from '../models';
|
|
14
14
|
export interface DeleteConversationCannedMessageRequest {
|
|
15
15
|
conversationCannedMessageOid: number;
|
|
16
16
|
}
|
|
@@ -274,6 +274,19 @@ export interface ConversationApiInterface {
|
|
|
274
274
|
* Get a presigned conersation multimedia upload URL
|
|
275
275
|
*/
|
|
276
276
|
getConversationMultimediaUploadUrl(requestParameters: GetConversationMultimediaUploadUrlRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConversationMultimediaUploadUrlResponse>;
|
|
277
|
+
/**
|
|
278
|
+
* Retrieve conversation permissions
|
|
279
|
+
* @summary Retrieve conversation permissions
|
|
280
|
+
* @param {*} [options] Override http request option.
|
|
281
|
+
* @throws {RequiredError}
|
|
282
|
+
* @memberof ConversationApiInterface
|
|
283
|
+
*/
|
|
284
|
+
getConversationPermissionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ConversationPermissionsResponse>>;
|
|
285
|
+
/**
|
|
286
|
+
* Retrieve conversation permissions
|
|
287
|
+
* Retrieve conversation permissions
|
|
288
|
+
*/
|
|
289
|
+
getConversationPermissions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConversationPermissionsResponse>;
|
|
277
290
|
/**
|
|
278
291
|
* Retrieve a conversation webchat queue statuses including agent status and queue entries
|
|
279
292
|
* @summary Retrieve a conversation webchat queue statuses
|
|
@@ -640,6 +653,16 @@ export declare class ConversationApi extends runtime.BaseAPI implements Conversa
|
|
|
640
653
|
* Get a presigned conersation multimedia upload URL
|
|
641
654
|
*/
|
|
642
655
|
getConversationMultimediaUploadUrl(requestParameters: GetConversationMultimediaUploadUrlRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConversationMultimediaUploadUrlResponse>;
|
|
656
|
+
/**
|
|
657
|
+
* Retrieve conversation permissions
|
|
658
|
+
* Retrieve conversation permissions
|
|
659
|
+
*/
|
|
660
|
+
getConversationPermissionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ConversationPermissionsResponse>>;
|
|
661
|
+
/**
|
|
662
|
+
* Retrieve conversation permissions
|
|
663
|
+
* Retrieve conversation permissions
|
|
664
|
+
*/
|
|
665
|
+
getConversationPermissions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConversationPermissionsResponse>;
|
|
643
666
|
/**
|
|
644
667
|
* Retrieve a conversation webchat queue statuses including agent status and queue entries
|
|
645
668
|
* Retrieve a conversation webchat queue statuses
|
|
@@ -825,6 +825,62 @@ var ConversationApi = /** @class */ (function (_super) {
|
|
|
825
825
|
});
|
|
826
826
|
});
|
|
827
827
|
};
|
|
828
|
+
/**
|
|
829
|
+
* Retrieve conversation permissions
|
|
830
|
+
* Retrieve conversation permissions
|
|
831
|
+
*/
|
|
832
|
+
ConversationApi.prototype.getConversationPermissionsRaw = function (initOverrides) {
|
|
833
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
834
|
+
var queryParameters, headerParameters, _a, _b, response;
|
|
835
|
+
return __generator(this, function (_c) {
|
|
836
|
+
switch (_c.label) {
|
|
837
|
+
case 0:
|
|
838
|
+
queryParameters = {};
|
|
839
|
+
headerParameters = {};
|
|
840
|
+
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
|
|
841
|
+
// oauth required
|
|
842
|
+
_a = headerParameters;
|
|
843
|
+
_b = "Authorization";
|
|
844
|
+
return [4 /*yield*/, this.configuration.accessToken("ultraCartOauth", ["conversation_read"])];
|
|
845
|
+
case 1:
|
|
846
|
+
// oauth required
|
|
847
|
+
_a[_b] = _c.sent();
|
|
848
|
+
_c.label = 2;
|
|
849
|
+
case 2:
|
|
850
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
851
|
+
headerParameters["x-ultracart-simple-key"] = this.configuration.apiKey("x-ultracart-simple-key"); // ultraCartSimpleApiKey authentication
|
|
852
|
+
}
|
|
853
|
+
return [4 /*yield*/, this.request({
|
|
854
|
+
path: "/conversation/permissions",
|
|
855
|
+
method: 'GET',
|
|
856
|
+
headers: headerParameters,
|
|
857
|
+
query: queryParameters,
|
|
858
|
+
}, initOverrides)];
|
|
859
|
+
case 3:
|
|
860
|
+
response = _c.sent();
|
|
861
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, models_1.ConversationPermissionsResponseFromJSON)(jsonValue); })];
|
|
862
|
+
}
|
|
863
|
+
});
|
|
864
|
+
});
|
|
865
|
+
};
|
|
866
|
+
/**
|
|
867
|
+
* Retrieve conversation permissions
|
|
868
|
+
* Retrieve conversation permissions
|
|
869
|
+
*/
|
|
870
|
+
ConversationApi.prototype.getConversationPermissions = function (initOverrides) {
|
|
871
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
872
|
+
var response;
|
|
873
|
+
return __generator(this, function (_a) {
|
|
874
|
+
switch (_a.label) {
|
|
875
|
+
case 0: return [4 /*yield*/, this.getConversationPermissionsRaw(initOverrides)];
|
|
876
|
+
case 1:
|
|
877
|
+
response = _a.sent();
|
|
878
|
+
return [4 /*yield*/, response.value()];
|
|
879
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
880
|
+
}
|
|
881
|
+
});
|
|
882
|
+
});
|
|
883
|
+
};
|
|
828
884
|
/**
|
|
829
885
|
* Retrieve a conversation webchat queue statuses including agent status and queue entries
|
|
830
886
|
* Retrieve a conversation webchat queue statuses
|
|
@@ -37,12 +37,6 @@ export interface ConversationDepartmentsResponse {
|
|
|
37
37
|
* @memberof ConversationDepartmentsResponse
|
|
38
38
|
*/
|
|
39
39
|
metadata?: ResponseMetadata;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
* @type {boolean}
|
|
43
|
-
* @memberof ConversationDepartmentsResponse
|
|
44
|
-
*/
|
|
45
|
-
read_only?: boolean;
|
|
46
40
|
/**
|
|
47
41
|
* Indicates if API call was successful
|
|
48
42
|
* @type {boolean}
|
|
@@ -31,7 +31,6 @@ function ConversationDepartmentsResponseFromJSONTyped(json, ignoreDiscriminator)
|
|
|
31
31
|
'conversation_departments': !(0, runtime_1.exists)(json, 'conversation_departments') ? undefined : (json['conversation_departments'].map(ConversationDepartment_1.ConversationDepartmentFromJSON)),
|
|
32
32
|
'error': !(0, runtime_1.exists)(json, 'error') ? undefined : (0, ModelError_1.ModelErrorFromJSON)(json['error']),
|
|
33
33
|
'metadata': !(0, runtime_1.exists)(json, 'metadata') ? undefined : (0, ResponseMetadata_1.ResponseMetadataFromJSON)(json['metadata']),
|
|
34
|
-
'read_only': !(0, runtime_1.exists)(json, 'read_only') ? undefined : json['read_only'],
|
|
35
34
|
'success': !(0, runtime_1.exists)(json, 'success') ? undefined : json['success'],
|
|
36
35
|
'warning': !(0, runtime_1.exists)(json, 'warning') ? undefined : (0, Warning_1.WarningFromJSON)(json['warning']),
|
|
37
36
|
};
|
|
@@ -48,7 +47,6 @@ function ConversationDepartmentsResponseToJSON(value) {
|
|
|
48
47
|
'conversation_departments': value.conversation_departments === undefined ? undefined : (value.conversation_departments.map(ConversationDepartment_1.ConversationDepartmentToJSON)),
|
|
49
48
|
'error': (0, ModelError_1.ModelErrorToJSON)(value.error),
|
|
50
49
|
'metadata': (0, ResponseMetadata_1.ResponseMetadataToJSON)(value.metadata),
|
|
51
|
-
'read_only': value.read_only,
|
|
52
50
|
'success': value.success,
|
|
53
51
|
'warning': (0, Warning_1.WarningToJSON)(value.warning),
|
|
54
52
|
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UltraCart Rest API V2
|
|
3
|
+
* UltraCart REST API Version 2
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
|
+
* Contact: support@ultracart.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 ConversationPermissions
|
|
16
|
+
*/
|
|
17
|
+
export interface ConversationPermissions {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ConversationPermissions
|
|
22
|
+
*/
|
|
23
|
+
edit_settings?: boolean;
|
|
24
|
+
}
|
|
25
|
+
export declare function ConversationPermissionsFromJSON(json: any): ConversationPermissions;
|
|
26
|
+
export declare function ConversationPermissionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationPermissions;
|
|
27
|
+
export declare function ConversationPermissionsToJSON(value?: ConversationPermissions | null): any;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* UltraCart Rest API V2
|
|
6
|
+
* UltraCart REST API Version 2
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
|
+
* Contact: support@ultracart.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.ConversationPermissionsToJSON = exports.ConversationPermissionsFromJSONTyped = exports.ConversationPermissionsFromJSON = void 0;
|
|
17
|
+
var runtime_1 = require("../runtime");
|
|
18
|
+
function ConversationPermissionsFromJSON(json) {
|
|
19
|
+
return ConversationPermissionsFromJSONTyped(json, false);
|
|
20
|
+
}
|
|
21
|
+
exports.ConversationPermissionsFromJSON = ConversationPermissionsFromJSON;
|
|
22
|
+
function ConversationPermissionsFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
+
if ((json === undefined) || (json === null)) {
|
|
24
|
+
return json;
|
|
25
|
+
}
|
|
26
|
+
return {
|
|
27
|
+
'edit_settings': !(0, runtime_1.exists)(json, 'edit_settings') ? undefined : json['edit_settings'],
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
exports.ConversationPermissionsFromJSONTyped = ConversationPermissionsFromJSONTyped;
|
|
31
|
+
function ConversationPermissionsToJSON(value) {
|
|
32
|
+
if (value === undefined) {
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
if (value === null) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'edit_settings': value.edit_settings,
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
exports.ConversationPermissionsToJSON = ConversationPermissionsToJSON;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UltraCart Rest API V2
|
|
3
|
+
* UltraCart REST API Version 2
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
|
+
* Contact: support@ultracart.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 { ConversationPermissions } from './ConversationPermissions';
|
|
13
|
+
import { ModelError } from './ModelError';
|
|
14
|
+
import { ResponseMetadata } from './ResponseMetadata';
|
|
15
|
+
import { Warning } from './Warning';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ConversationPermissionsResponse
|
|
20
|
+
*/
|
|
21
|
+
export interface ConversationPermissionsResponse {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {ModelError}
|
|
25
|
+
* @memberof ConversationPermissionsResponse
|
|
26
|
+
*/
|
|
27
|
+
error?: ModelError;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {ResponseMetadata}
|
|
31
|
+
* @memberof ConversationPermissionsResponse
|
|
32
|
+
*/
|
|
33
|
+
metadata?: ResponseMetadata;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {ConversationPermissions}
|
|
37
|
+
* @memberof ConversationPermissionsResponse
|
|
38
|
+
*/
|
|
39
|
+
permissions?: ConversationPermissions;
|
|
40
|
+
/**
|
|
41
|
+
* Indicates if API call was successful
|
|
42
|
+
* @type {boolean}
|
|
43
|
+
* @memberof ConversationPermissionsResponse
|
|
44
|
+
*/
|
|
45
|
+
success?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {Warning}
|
|
49
|
+
* @memberof ConversationPermissionsResponse
|
|
50
|
+
*/
|
|
51
|
+
warning?: Warning;
|
|
52
|
+
}
|
|
53
|
+
export declare function ConversationPermissionsResponseFromJSON(json: any): ConversationPermissionsResponse;
|
|
54
|
+
export declare function ConversationPermissionsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationPermissionsResponse;
|
|
55
|
+
export declare function ConversationPermissionsResponseToJSON(value?: ConversationPermissionsResponse | null): any;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* UltraCart Rest API V2
|
|
6
|
+
* UltraCart REST API Version 2
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
|
+
* Contact: support@ultracart.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.ConversationPermissionsResponseToJSON = exports.ConversationPermissionsResponseFromJSONTyped = exports.ConversationPermissionsResponseFromJSON = void 0;
|
|
17
|
+
var runtime_1 = require("../runtime");
|
|
18
|
+
var ConversationPermissions_1 = require("./ConversationPermissions");
|
|
19
|
+
var ModelError_1 = require("./ModelError");
|
|
20
|
+
var ResponseMetadata_1 = require("./ResponseMetadata");
|
|
21
|
+
var Warning_1 = require("./Warning");
|
|
22
|
+
function ConversationPermissionsResponseFromJSON(json) {
|
|
23
|
+
return ConversationPermissionsResponseFromJSONTyped(json, false);
|
|
24
|
+
}
|
|
25
|
+
exports.ConversationPermissionsResponseFromJSON = ConversationPermissionsResponseFromJSON;
|
|
26
|
+
function ConversationPermissionsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
+
if ((json === undefined) || (json === null)) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
return {
|
|
31
|
+
'error': !(0, runtime_1.exists)(json, 'error') ? undefined : (0, ModelError_1.ModelErrorFromJSON)(json['error']),
|
|
32
|
+
'metadata': !(0, runtime_1.exists)(json, 'metadata') ? undefined : (0, ResponseMetadata_1.ResponseMetadataFromJSON)(json['metadata']),
|
|
33
|
+
'permissions': !(0, runtime_1.exists)(json, 'permissions') ? undefined : (0, ConversationPermissions_1.ConversationPermissionsFromJSON)(json['permissions']),
|
|
34
|
+
'success': !(0, runtime_1.exists)(json, 'success') ? undefined : json['success'],
|
|
35
|
+
'warning': !(0, runtime_1.exists)(json, 'warning') ? undefined : (0, Warning_1.WarningFromJSON)(json['warning']),
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
exports.ConversationPermissionsResponseFromJSONTyped = ConversationPermissionsResponseFromJSONTyped;
|
|
39
|
+
function ConversationPermissionsResponseToJSON(value) {
|
|
40
|
+
if (value === undefined) {
|
|
41
|
+
return undefined;
|
|
42
|
+
}
|
|
43
|
+
if (value === null) {
|
|
44
|
+
return null;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'error': (0, ModelError_1.ModelErrorToJSON)(value.error),
|
|
48
|
+
'metadata': (0, ResponseMetadata_1.ResponseMetadataToJSON)(value.metadata),
|
|
49
|
+
'permissions': (0, ConversationPermissions_1.ConversationPermissionsToJSON)(value.permissions),
|
|
50
|
+
'success': value.success,
|
|
51
|
+
'warning': (0, Warning_1.WarningToJSON)(value.warning),
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
exports.ConversationPermissionsResponseToJSON = ConversationPermissionsResponseToJSON;
|
package/dist/models/Coupon.d.ts
CHANGED
|
@@ -399,6 +399,12 @@ export interface Coupon {
|
|
|
399
399
|
* @memberof Coupon
|
|
400
400
|
*/
|
|
401
401
|
restrict_by_storefronts?: Array<CouponRestriction>;
|
|
402
|
+
/**
|
|
403
|
+
* Skip this coupon when it is on a rebill of an auto order.
|
|
404
|
+
* @type {boolean}
|
|
405
|
+
* @memberof Coupon
|
|
406
|
+
*/
|
|
407
|
+
skip_on_rebill?: boolean;
|
|
402
408
|
/**
|
|
403
409
|
* Date/time when coupon is valid
|
|
404
410
|
* @type {string}
|
package/dist/models/Coupon.js
CHANGED
|
@@ -128,6 +128,7 @@ function CouponFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
128
128
|
'restrict_by_postal_codes': !(0, runtime_1.exists)(json, 'restrict_by_postal_codes') ? undefined : json['restrict_by_postal_codes'],
|
|
129
129
|
'restrict_by_screen_branding_theme_codes': !(0, runtime_1.exists)(json, 'restrict_by_screen_branding_theme_codes') ? undefined : (json['restrict_by_screen_branding_theme_codes'].map(CouponRestriction_1.CouponRestrictionFromJSON)),
|
|
130
130
|
'restrict_by_storefronts': !(0, runtime_1.exists)(json, 'restrict_by_storefronts') ? undefined : (json['restrict_by_storefronts'].map(CouponRestriction_1.CouponRestrictionFromJSON)),
|
|
131
|
+
'skip_on_rebill': !(0, runtime_1.exists)(json, 'skip_on_rebill') ? undefined : json['skip_on_rebill'],
|
|
131
132
|
'start_dts': !(0, runtime_1.exists)(json, 'start_dts') ? undefined : json['start_dts'],
|
|
132
133
|
'super_coupon': !(0, runtime_1.exists)(json, 'super_coupon') ? undefined : json['super_coupon'],
|
|
133
134
|
'tiered_amount_off_items': !(0, runtime_1.exists)(json, 'tiered_amount_off_items') ? undefined : (0, CouponTieredAmountOffItems_1.CouponTieredAmountOffItemsFromJSON)(json['tiered_amount_off_items']),
|
|
@@ -204,6 +205,7 @@ function CouponToJSON(value) {
|
|
|
204
205
|
'restrict_by_postal_codes': value.restrict_by_postal_codes,
|
|
205
206
|
'restrict_by_screen_branding_theme_codes': value.restrict_by_screen_branding_theme_codes === undefined ? undefined : (value.restrict_by_screen_branding_theme_codes.map(CouponRestriction_1.CouponRestrictionToJSON)),
|
|
206
207
|
'restrict_by_storefronts': value.restrict_by_storefronts === undefined ? undefined : (value.restrict_by_storefronts.map(CouponRestriction_1.CouponRestrictionToJSON)),
|
|
208
|
+
'skip_on_rebill': value.skip_on_rebill,
|
|
207
209
|
'start_dts': value.start_dts,
|
|
208
210
|
'super_coupon': value.super_coupon,
|
|
209
211
|
'tiered_amount_off_items': (0, CouponTieredAmountOffItems_1.CouponTieredAmountOffItemsToJSON)(value.tiered_amount_off_items),
|
package/dist/models/index.d.ts
CHANGED
|
@@ -157,6 +157,8 @@ export * from './ConversationMessagesResponse';
|
|
|
157
157
|
export * from './ConversationMultimediaUploadUrl';
|
|
158
158
|
export * from './ConversationMultimediaUploadUrlResponse';
|
|
159
159
|
export * from './ConversationParticipant';
|
|
160
|
+
export * from './ConversationPermissions';
|
|
161
|
+
export * from './ConversationPermissionsResponse';
|
|
160
162
|
export * from './ConversationResponse';
|
|
161
163
|
export * from './ConversationSearchRequest';
|
|
162
164
|
export * from './ConversationSearchResponse';
|
package/dist/models/index.js
CHANGED
|
@@ -175,6 +175,8 @@ __exportStar(require("./ConversationMessagesResponse"), exports);
|
|
|
175
175
|
__exportStar(require("./ConversationMultimediaUploadUrl"), exports);
|
|
176
176
|
__exportStar(require("./ConversationMultimediaUploadUrlResponse"), exports);
|
|
177
177
|
__exportStar(require("./ConversationParticipant"), exports);
|
|
178
|
+
__exportStar(require("./ConversationPermissions"), exports);
|
|
179
|
+
__exportStar(require("./ConversationPermissionsResponse"), exports);
|
|
178
180
|
__exportStar(require("./ConversationResponse"), exports);
|
|
179
181
|
__exportStar(require("./ConversationSearchRequest"), exports);
|
|
180
182
|
__exportStar(require("./ConversationSearchResponse"), exports);
|
package/package.json
CHANGED
|
@@ -66,6 +66,9 @@ import {
|
|
|
66
66
|
ConversationMultimediaUploadUrlResponse,
|
|
67
67
|
ConversationMultimediaUploadUrlResponseFromJSON,
|
|
68
68
|
ConversationMultimediaUploadUrlResponseToJSON,
|
|
69
|
+
ConversationPermissionsResponse,
|
|
70
|
+
ConversationPermissionsResponseFromJSON,
|
|
71
|
+
ConversationPermissionsResponseToJSON,
|
|
69
72
|
ConversationResponse,
|
|
70
73
|
ConversationResponseFromJSON,
|
|
71
74
|
ConversationResponseToJSON,
|
|
@@ -409,6 +412,21 @@ export interface ConversationApiInterface {
|
|
|
409
412
|
*/
|
|
410
413
|
getConversationMultimediaUploadUrl(requestParameters: GetConversationMultimediaUploadUrlRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConversationMultimediaUploadUrlResponse>;
|
|
411
414
|
|
|
415
|
+
/**
|
|
416
|
+
* Retrieve conversation permissions
|
|
417
|
+
* @summary Retrieve conversation permissions
|
|
418
|
+
* @param {*} [options] Override http request option.
|
|
419
|
+
* @throws {RequiredError}
|
|
420
|
+
* @memberof ConversationApiInterface
|
|
421
|
+
*/
|
|
422
|
+
getConversationPermissionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ConversationPermissionsResponse>>;
|
|
423
|
+
|
|
424
|
+
/**
|
|
425
|
+
* Retrieve conversation permissions
|
|
426
|
+
* Retrieve conversation permissions
|
|
427
|
+
*/
|
|
428
|
+
getConversationPermissions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConversationPermissionsResponse>;
|
|
429
|
+
|
|
412
430
|
/**
|
|
413
431
|
* Retrieve a conversation webchat queue statuses including agent status and queue entries
|
|
414
432
|
* @summary Retrieve a conversation webchat queue statuses
|
|
@@ -1196,6 +1214,43 @@ export class ConversationApi extends runtime.BaseAPI implements ConversationApiI
|
|
|
1196
1214
|
return await response.value();
|
|
1197
1215
|
}
|
|
1198
1216
|
|
|
1217
|
+
/**
|
|
1218
|
+
* Retrieve conversation permissions
|
|
1219
|
+
* Retrieve conversation permissions
|
|
1220
|
+
*/
|
|
1221
|
+
async getConversationPermissionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ConversationPermissionsResponse>> {
|
|
1222
|
+
const queryParameters: any = {};
|
|
1223
|
+
|
|
1224
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1225
|
+
|
|
1226
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1227
|
+
// oauth required
|
|
1228
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("ultraCartOauth", ["conversation_read"]);
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
1232
|
+
headerParameters["x-ultracart-simple-key"] = this.configuration.apiKey("x-ultracart-simple-key"); // ultraCartSimpleApiKey authentication
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
const response = await this.request({
|
|
1236
|
+
path: `/conversation/permissions`,
|
|
1237
|
+
method: 'GET',
|
|
1238
|
+
headers: headerParameters,
|
|
1239
|
+
query: queryParameters,
|
|
1240
|
+
}, initOverrides);
|
|
1241
|
+
|
|
1242
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ConversationPermissionsResponseFromJSON(jsonValue));
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
/**
|
|
1246
|
+
* Retrieve conversation permissions
|
|
1247
|
+
* Retrieve conversation permissions
|
|
1248
|
+
*/
|
|
1249
|
+
async getConversationPermissions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConversationPermissionsResponse> {
|
|
1250
|
+
const response = await this.getConversationPermissionsRaw(initOverrides);
|
|
1251
|
+
return await response.value();
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1199
1254
|
/**
|
|
1200
1255
|
* Retrieve a conversation webchat queue statuses including agent status and queue entries
|
|
1201
1256
|
* Retrieve a conversation webchat queue statuses
|
|
@@ -62,12 +62,6 @@ export interface ConversationDepartmentsResponse {
|
|
|
62
62
|
* @memberof ConversationDepartmentsResponse
|
|
63
63
|
*/
|
|
64
64
|
metadata?: ResponseMetadata;
|
|
65
|
-
/**
|
|
66
|
-
*
|
|
67
|
-
* @type {boolean}
|
|
68
|
-
* @memberof ConversationDepartmentsResponse
|
|
69
|
-
*/
|
|
70
|
-
read_only?: boolean;
|
|
71
65
|
/**
|
|
72
66
|
* Indicates if API call was successful
|
|
73
67
|
* @type {boolean}
|
|
@@ -95,7 +89,6 @@ export function ConversationDepartmentsResponseFromJSONTyped(json: any, ignoreDi
|
|
|
95
89
|
'conversation_departments': !exists(json, 'conversation_departments') ? undefined : ((json['conversation_departments'] as Array<any>).map(ConversationDepartmentFromJSON)),
|
|
96
90
|
'error': !exists(json, 'error') ? undefined : ModelErrorFromJSON(json['error']),
|
|
97
91
|
'metadata': !exists(json, 'metadata') ? undefined : ResponseMetadataFromJSON(json['metadata']),
|
|
98
|
-
'read_only': !exists(json, 'read_only') ? undefined : json['read_only'],
|
|
99
92
|
'success': !exists(json, 'success') ? undefined : json['success'],
|
|
100
93
|
'warning': !exists(json, 'warning') ? undefined : WarningFromJSON(json['warning']),
|
|
101
94
|
};
|
|
@@ -113,7 +106,6 @@ export function ConversationDepartmentsResponseToJSON(value?: ConversationDepart
|
|
|
113
106
|
'conversation_departments': value.conversation_departments === undefined ? undefined : ((value.conversation_departments as Array<any>).map(ConversationDepartmentToJSON)),
|
|
114
107
|
'error': ModelErrorToJSON(value.error),
|
|
115
108
|
'metadata': ResponseMetadataToJSON(value.metadata),
|
|
116
|
-
'read_only': value.read_only,
|
|
117
109
|
'success': value.success,
|
|
118
110
|
'warning': WarningToJSON(value.warning),
|
|
119
111
|
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* UltraCart Rest API V2
|
|
5
|
+
* UltraCart REST API Version 2
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2.0.0
|
|
8
|
+
* Contact: support@ultracart.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { exists, mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ConversationPermissions
|
|
20
|
+
*/
|
|
21
|
+
export interface ConversationPermissions {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof ConversationPermissions
|
|
26
|
+
*/
|
|
27
|
+
edit_settings?: boolean;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export function ConversationPermissionsFromJSON(json: any): ConversationPermissions {
|
|
31
|
+
return ConversationPermissionsFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export function ConversationPermissionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationPermissions {
|
|
35
|
+
if ((json === undefined) || (json === null)) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
|
|
40
|
+
'edit_settings': !exists(json, 'edit_settings') ? undefined : json['edit_settings'],
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export function ConversationPermissionsToJSON(value?: ConversationPermissions | null): any {
|
|
45
|
+
if (value === undefined) {
|
|
46
|
+
return undefined;
|
|
47
|
+
}
|
|
48
|
+
if (value === null) {
|
|
49
|
+
return null;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
|
|
53
|
+
'edit_settings': value.edit_settings,
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* UltraCart Rest API V2
|
|
5
|
+
* UltraCart REST API Version 2
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2.0.0
|
|
8
|
+
* Contact: support@ultracart.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import {
|
|
17
|
+
ConversationPermissions,
|
|
18
|
+
ConversationPermissionsFromJSON,
|
|
19
|
+
ConversationPermissionsFromJSONTyped,
|
|
20
|
+
ConversationPermissionsToJSON,
|
|
21
|
+
} from './ConversationPermissions';
|
|
22
|
+
import {
|
|
23
|
+
ModelError,
|
|
24
|
+
ModelErrorFromJSON,
|
|
25
|
+
ModelErrorFromJSONTyped,
|
|
26
|
+
ModelErrorToJSON,
|
|
27
|
+
} from './ModelError';
|
|
28
|
+
import {
|
|
29
|
+
ResponseMetadata,
|
|
30
|
+
ResponseMetadataFromJSON,
|
|
31
|
+
ResponseMetadataFromJSONTyped,
|
|
32
|
+
ResponseMetadataToJSON,
|
|
33
|
+
} from './ResponseMetadata';
|
|
34
|
+
import {
|
|
35
|
+
Warning,
|
|
36
|
+
WarningFromJSON,
|
|
37
|
+
WarningFromJSONTyped,
|
|
38
|
+
WarningToJSON,
|
|
39
|
+
} from './Warning';
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @export
|
|
44
|
+
* @interface ConversationPermissionsResponse
|
|
45
|
+
*/
|
|
46
|
+
export interface ConversationPermissionsResponse {
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {ModelError}
|
|
50
|
+
* @memberof ConversationPermissionsResponse
|
|
51
|
+
*/
|
|
52
|
+
error?: ModelError;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {ResponseMetadata}
|
|
56
|
+
* @memberof ConversationPermissionsResponse
|
|
57
|
+
*/
|
|
58
|
+
metadata?: ResponseMetadata;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {ConversationPermissions}
|
|
62
|
+
* @memberof ConversationPermissionsResponse
|
|
63
|
+
*/
|
|
64
|
+
permissions?: ConversationPermissions;
|
|
65
|
+
/**
|
|
66
|
+
* Indicates if API call was successful
|
|
67
|
+
* @type {boolean}
|
|
68
|
+
* @memberof ConversationPermissionsResponse
|
|
69
|
+
*/
|
|
70
|
+
success?: boolean;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {Warning}
|
|
74
|
+
* @memberof ConversationPermissionsResponse
|
|
75
|
+
*/
|
|
76
|
+
warning?: Warning;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export function ConversationPermissionsResponseFromJSON(json: any): ConversationPermissionsResponse {
|
|
80
|
+
return ConversationPermissionsResponseFromJSONTyped(json, false);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export function ConversationPermissionsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationPermissionsResponse {
|
|
84
|
+
if ((json === undefined) || (json === null)) {
|
|
85
|
+
return json;
|
|
86
|
+
}
|
|
87
|
+
return {
|
|
88
|
+
|
|
89
|
+
'error': !exists(json, 'error') ? undefined : ModelErrorFromJSON(json['error']),
|
|
90
|
+
'metadata': !exists(json, 'metadata') ? undefined : ResponseMetadataFromJSON(json['metadata']),
|
|
91
|
+
'permissions': !exists(json, 'permissions') ? undefined : ConversationPermissionsFromJSON(json['permissions']),
|
|
92
|
+
'success': !exists(json, 'success') ? undefined : json['success'],
|
|
93
|
+
'warning': !exists(json, 'warning') ? undefined : WarningFromJSON(json['warning']),
|
|
94
|
+
};
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export function ConversationPermissionsResponseToJSON(value?: ConversationPermissionsResponse | null): any {
|
|
98
|
+
if (value === undefined) {
|
|
99
|
+
return undefined;
|
|
100
|
+
}
|
|
101
|
+
if (value === null) {
|
|
102
|
+
return null;
|
|
103
|
+
}
|
|
104
|
+
return {
|
|
105
|
+
|
|
106
|
+
'error': ModelErrorToJSON(value.error),
|
|
107
|
+
'metadata': ResponseMetadataToJSON(value.metadata),
|
|
108
|
+
'permissions': ConversationPermissionsToJSON(value.permissions),
|
|
109
|
+
'success': value.success,
|
|
110
|
+
'warning': WarningToJSON(value.warning),
|
|
111
|
+
};
|
|
112
|
+
}
|
|
113
|
+
|
package/src/models/Coupon.ts
CHANGED
|
@@ -644,6 +644,12 @@ export interface Coupon {
|
|
|
644
644
|
* @memberof Coupon
|
|
645
645
|
*/
|
|
646
646
|
restrict_by_storefronts?: Array<CouponRestriction>;
|
|
647
|
+
/**
|
|
648
|
+
* Skip this coupon when it is on a rebill of an auto order.
|
|
649
|
+
* @type {boolean}
|
|
650
|
+
* @memberof Coupon
|
|
651
|
+
*/
|
|
652
|
+
skip_on_rebill?: boolean;
|
|
647
653
|
/**
|
|
648
654
|
* Date/time when coupon is valid
|
|
649
655
|
* @type {string}
|
|
@@ -766,6 +772,7 @@ export function CouponFromJSONTyped(json: any, ignoreDiscriminator: boolean): Co
|
|
|
766
772
|
'restrict_by_postal_codes': !exists(json, 'restrict_by_postal_codes') ? undefined : json['restrict_by_postal_codes'],
|
|
767
773
|
'restrict_by_screen_branding_theme_codes': !exists(json, 'restrict_by_screen_branding_theme_codes') ? undefined : ((json['restrict_by_screen_branding_theme_codes'] as Array<any>).map(CouponRestrictionFromJSON)),
|
|
768
774
|
'restrict_by_storefronts': !exists(json, 'restrict_by_storefronts') ? undefined : ((json['restrict_by_storefronts'] as Array<any>).map(CouponRestrictionFromJSON)),
|
|
775
|
+
'skip_on_rebill': !exists(json, 'skip_on_rebill') ? undefined : json['skip_on_rebill'],
|
|
769
776
|
'start_dts': !exists(json, 'start_dts') ? undefined : json['start_dts'],
|
|
770
777
|
'super_coupon': !exists(json, 'super_coupon') ? undefined : json['super_coupon'],
|
|
771
778
|
'tiered_amount_off_items': !exists(json, 'tiered_amount_off_items') ? undefined : CouponTieredAmountOffItemsFromJSON(json['tiered_amount_off_items']),
|
|
@@ -843,6 +850,7 @@ export function CouponToJSON(value?: Coupon | null): any {
|
|
|
843
850
|
'restrict_by_postal_codes': value.restrict_by_postal_codes,
|
|
844
851
|
'restrict_by_screen_branding_theme_codes': value.restrict_by_screen_branding_theme_codes === undefined ? undefined : ((value.restrict_by_screen_branding_theme_codes as Array<any>).map(CouponRestrictionToJSON)),
|
|
845
852
|
'restrict_by_storefronts': value.restrict_by_storefronts === undefined ? undefined : ((value.restrict_by_storefronts as Array<any>).map(CouponRestrictionToJSON)),
|
|
853
|
+
'skip_on_rebill': value.skip_on_rebill,
|
|
846
854
|
'start_dts': value.start_dts,
|
|
847
855
|
'super_coupon': value.super_coupon,
|
|
848
856
|
'tiered_amount_off_items': CouponTieredAmountOffItemsToJSON(value.tiered_amount_off_items),
|
package/src/models/index.ts
CHANGED
|
@@ -159,6 +159,8 @@ export * from './ConversationMessagesResponse';
|
|
|
159
159
|
export * from './ConversationMultimediaUploadUrl';
|
|
160
160
|
export * from './ConversationMultimediaUploadUrlResponse';
|
|
161
161
|
export * from './ConversationParticipant';
|
|
162
|
+
export * from './ConversationPermissions';
|
|
163
|
+
export * from './ConversationPermissionsResponse';
|
|
162
164
|
export * from './ConversationResponse';
|
|
163
165
|
export * from './ConversationSearchRequest';
|
|
164
166
|
export * from './ConversationSearchResponse';
|