@ember-home/unbound-ts-client 0.0.109 → 0.0.110
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/dist/index.d.mts +24 -25
- package/dist/index.d.ts +24 -25
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1069,31 +1069,13 @@ interface APICreate {
|
|
|
1069
1069
|
'messageType': APICreateMessageTypeEnum;
|
|
1070
1070
|
/**
|
|
1071
1071
|
*
|
|
1072
|
-
* @type {string}
|
|
1073
|
-
* @memberof APICreate
|
|
1074
|
-
*/
|
|
1075
|
-
'outboundFromManagedEmailId'?: string | null;
|
|
1076
|
-
/**
|
|
1077
|
-
*
|
|
1078
|
-
* @type {string}
|
|
1079
|
-
* @memberof APICreate
|
|
1080
|
-
*/
|
|
1081
|
-
'subject': string;
|
|
1082
|
-
/**
|
|
1083
|
-
*
|
|
1084
|
-
* @type {string}
|
|
1085
|
-
* @memberof APICreate
|
|
1086
|
-
*/
|
|
1087
|
-
'htmlBody': string | null;
|
|
1088
|
-
/**
|
|
1089
|
-
*
|
|
1090
|
-
* @type {string}
|
|
1072
|
+
* @type {Array<string>}
|
|
1091
1073
|
* @memberof APICreate
|
|
1092
1074
|
*/
|
|
1093
|
-
'
|
|
1075
|
+
'mediaUrls'?: Array<string> | null;
|
|
1094
1076
|
}
|
|
1095
1077
|
declare const APICreateMessageTypeEnum: {
|
|
1096
|
-
readonly
|
|
1078
|
+
readonly Text: "TEXT";
|
|
1097
1079
|
};
|
|
1098
1080
|
type APICreateMessageTypeEnum = typeof APICreateMessageTypeEnum[keyof typeof APICreateMessageTypeEnum];
|
|
1099
1081
|
/**
|
|
@@ -2496,13 +2478,31 @@ interface CreateApi {
|
|
|
2496
2478
|
'messageType': CreateApiMessageTypeEnum;
|
|
2497
2479
|
/**
|
|
2498
2480
|
*
|
|
2499
|
-
* @type {
|
|
2481
|
+
* @type {string}
|
|
2500
2482
|
* @memberof CreateApi
|
|
2501
2483
|
*/
|
|
2502
|
-
'
|
|
2484
|
+
'outboundFromManagedEmailId'?: string | null;
|
|
2485
|
+
/**
|
|
2486
|
+
*
|
|
2487
|
+
* @type {string}
|
|
2488
|
+
* @memberof CreateApi
|
|
2489
|
+
*/
|
|
2490
|
+
'subject': string;
|
|
2491
|
+
/**
|
|
2492
|
+
*
|
|
2493
|
+
* @type {string}
|
|
2494
|
+
* @memberof CreateApi
|
|
2495
|
+
*/
|
|
2496
|
+
'htmlBody': string | null;
|
|
2497
|
+
/**
|
|
2498
|
+
*
|
|
2499
|
+
* @type {string}
|
|
2500
|
+
* @memberof CreateApi
|
|
2501
|
+
*/
|
|
2502
|
+
'plainBody': string | null;
|
|
2503
2503
|
}
|
|
2504
2504
|
declare const CreateApiMessageTypeEnum: {
|
|
2505
|
-
readonly
|
|
2505
|
+
readonly Email: "EMAIL";
|
|
2506
2506
|
};
|
|
2507
2507
|
type CreateApiMessageTypeEnum = typeof CreateApiMessageTypeEnum[keyof typeof CreateApiMessageTypeEnum];
|
|
2508
2508
|
/**
|
|
@@ -3806,7 +3806,6 @@ declare const ProviderCommunicationType: {
|
|
|
3806
3806
|
readonly Email: "EMAIL";
|
|
3807
3807
|
readonly Channel: "CHANNEL";
|
|
3808
3808
|
readonly Whatsapp: "WHATSAPP";
|
|
3809
|
-
readonly Note: "NOTE";
|
|
3810
3809
|
};
|
|
3811
3810
|
type ProviderCommunicationType = typeof ProviderCommunicationType[keyof typeof ProviderCommunicationType];
|
|
3812
3811
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1069,31 +1069,13 @@ interface APICreate {
|
|
|
1069
1069
|
'messageType': APICreateMessageTypeEnum;
|
|
1070
1070
|
/**
|
|
1071
1071
|
*
|
|
1072
|
-
* @type {string}
|
|
1073
|
-
* @memberof APICreate
|
|
1074
|
-
*/
|
|
1075
|
-
'outboundFromManagedEmailId'?: string | null;
|
|
1076
|
-
/**
|
|
1077
|
-
*
|
|
1078
|
-
* @type {string}
|
|
1079
|
-
* @memberof APICreate
|
|
1080
|
-
*/
|
|
1081
|
-
'subject': string;
|
|
1082
|
-
/**
|
|
1083
|
-
*
|
|
1084
|
-
* @type {string}
|
|
1085
|
-
* @memberof APICreate
|
|
1086
|
-
*/
|
|
1087
|
-
'htmlBody': string | null;
|
|
1088
|
-
/**
|
|
1089
|
-
*
|
|
1090
|
-
* @type {string}
|
|
1072
|
+
* @type {Array<string>}
|
|
1091
1073
|
* @memberof APICreate
|
|
1092
1074
|
*/
|
|
1093
|
-
'
|
|
1075
|
+
'mediaUrls'?: Array<string> | null;
|
|
1094
1076
|
}
|
|
1095
1077
|
declare const APICreateMessageTypeEnum: {
|
|
1096
|
-
readonly
|
|
1078
|
+
readonly Text: "TEXT";
|
|
1097
1079
|
};
|
|
1098
1080
|
type APICreateMessageTypeEnum = typeof APICreateMessageTypeEnum[keyof typeof APICreateMessageTypeEnum];
|
|
1099
1081
|
/**
|
|
@@ -2496,13 +2478,31 @@ interface CreateApi {
|
|
|
2496
2478
|
'messageType': CreateApiMessageTypeEnum;
|
|
2497
2479
|
/**
|
|
2498
2480
|
*
|
|
2499
|
-
* @type {
|
|
2481
|
+
* @type {string}
|
|
2500
2482
|
* @memberof CreateApi
|
|
2501
2483
|
*/
|
|
2502
|
-
'
|
|
2484
|
+
'outboundFromManagedEmailId'?: string | null;
|
|
2485
|
+
/**
|
|
2486
|
+
*
|
|
2487
|
+
* @type {string}
|
|
2488
|
+
* @memberof CreateApi
|
|
2489
|
+
*/
|
|
2490
|
+
'subject': string;
|
|
2491
|
+
/**
|
|
2492
|
+
*
|
|
2493
|
+
* @type {string}
|
|
2494
|
+
* @memberof CreateApi
|
|
2495
|
+
*/
|
|
2496
|
+
'htmlBody': string | null;
|
|
2497
|
+
/**
|
|
2498
|
+
*
|
|
2499
|
+
* @type {string}
|
|
2500
|
+
* @memberof CreateApi
|
|
2501
|
+
*/
|
|
2502
|
+
'plainBody': string | null;
|
|
2503
2503
|
}
|
|
2504
2504
|
declare const CreateApiMessageTypeEnum: {
|
|
2505
|
-
readonly
|
|
2505
|
+
readonly Email: "EMAIL";
|
|
2506
2506
|
};
|
|
2507
2507
|
type CreateApiMessageTypeEnum = typeof CreateApiMessageTypeEnum[keyof typeof CreateApiMessageTypeEnum];
|
|
2508
2508
|
/**
|
|
@@ -3806,7 +3806,6 @@ declare const ProviderCommunicationType: {
|
|
|
3806
3806
|
readonly Email: "EMAIL";
|
|
3807
3807
|
readonly Channel: "CHANNEL";
|
|
3808
3808
|
readonly Whatsapp: "WHATSAPP";
|
|
3809
|
-
readonly Note: "NOTE";
|
|
3810
3809
|
};
|
|
3811
3810
|
type ProviderCommunicationType = typeof ProviderCommunicationType[keyof typeof ProviderCommunicationType];
|
|
3812
3811
|
/**
|
package/dist/index.js
CHANGED
|
@@ -76,7 +76,7 @@ var createRequestFunction = function(axiosArgs, globalAxios3, BASE_PATH2, config
|
|
|
76
76
|
|
|
77
77
|
// src/api.ts
|
|
78
78
|
var APICreateMessageTypeEnum = {
|
|
79
|
-
|
|
79
|
+
Text: "TEXT"
|
|
80
80
|
};
|
|
81
81
|
var AuthProviderTypes = {
|
|
82
82
|
Firebase: "firebase",
|
|
@@ -90,7 +90,7 @@ var ConversationStatus = {
|
|
|
90
90
|
Closed: "CLOSED"
|
|
91
91
|
};
|
|
92
92
|
var CreateApiMessageTypeEnum = {
|
|
93
|
-
|
|
93
|
+
Email: "EMAIL"
|
|
94
94
|
};
|
|
95
95
|
var EmailConversationDataApiConversationTypeEnum = {
|
|
96
96
|
Email: "EMAIL"
|
|
@@ -185,8 +185,7 @@ var ProviderCommunicationType = {
|
|
|
185
185
|
Sms: "SMS",
|
|
186
186
|
Email: "EMAIL",
|
|
187
187
|
Channel: "CHANNEL",
|
|
188
|
-
Whatsapp: "WHATSAPP"
|
|
189
|
-
Note: "NOTE"
|
|
188
|
+
Whatsapp: "WHATSAPP"
|
|
190
189
|
};
|
|
191
190
|
var ProviderCommunicationTypeInput = {
|
|
192
191
|
Sms: "SMS",
|