@ember-home/unbound-ts-client 0.0.70 → 0.0.72
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 +10 -32
- package/dist/index.d.ts +10 -32
- package/dist/index.js +3 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -139,16 +139,6 @@ var ProviderConversationDataApiConversationTypeEnum = {
|
|
|
139
139
|
var ProviderStaffApiStaffTypeEnum = {
|
|
140
140
|
ProviderStaff: "PROVIDER_STAFF"
|
|
141
141
|
};
|
|
142
|
-
var ReasonType = {
|
|
143
|
-
Correct: "CORRECT",
|
|
144
|
-
FactualError: "FACTUAL_ERROR",
|
|
145
|
-
MisunderstoodIntent: "MISUNDERSTOOD_INTENT",
|
|
146
|
-
ChangeTone: "CHANGE_TONE",
|
|
147
|
-
TooVerbose: "TOO_VERBOSE",
|
|
148
|
-
TooBrief: "TOO_BRIEF",
|
|
149
|
-
GrammerSpelling: "GRAMMER_SPELLING",
|
|
150
|
-
Other: "OTHER"
|
|
151
|
-
};
|
|
152
142
|
var RentalProviderMessageApiMessageTypeEnum = {
|
|
153
143
|
RentalProvider: "RENTAL_PROVIDER"
|
|
154
144
|
};
|
|
@@ -1805,7 +1795,7 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
|
|
|
1805
1795
|
*/
|
|
1806
1796
|
conversationsListSuggestions: async (conversationId, options = {}) => {
|
|
1807
1797
|
assertParamExists("conversationsListSuggestions", "conversationId", conversationId);
|
|
1808
|
-
const localVarPath = `/conversations/{conversationId}/
|
|
1798
|
+
const localVarPath = `/conversations/{conversationId}/suggestedReplies`.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
1809
1799
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1810
1800
|
let baseOptions;
|
|
1811
1801
|
if (configuration) {
|
|
@@ -3687,7 +3677,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3687
3677
|
*/
|
|
3688
3678
|
conversationsListSuggestions: async (conversationId, options = {}) => {
|
|
3689
3679
|
assertParamExists("conversationsListSuggestions", "conversationId", conversationId);
|
|
3690
|
-
const localVarPath = `/conversations/{conversationId}/
|
|
3680
|
+
const localVarPath = `/conversations/{conversationId}/suggestedReplies`.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
3691
3681
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3692
3682
|
let baseOptions;
|
|
3693
3683
|
if (configuration) {
|
|
@@ -6166,7 +6156,6 @@ export {
|
|
|
6166
6156
|
ProvidersApiAxiosParamCreator,
|
|
6167
6157
|
ProvidersApiFactory,
|
|
6168
6158
|
ProvidersApiFp,
|
|
6169
|
-
ReasonType,
|
|
6170
6159
|
RentalProviderMessageApiMessageTypeEnum,
|
|
6171
6160
|
RentalProviderTypes,
|
|
6172
6161
|
ReservationChannelTypes,
|