@ember-home/unbound-ts-client 0.0.41 → 0.0.43
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 +477 -499
- package/dist/index.d.ts +477 -499
- package/dist/index.js +200 -444
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +101 -345
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -75,6 +75,9 @@ var createRequestFunction = function(axiosArgs, globalAxios3, BASE_PATH2, config
|
|
|
75
75
|
};
|
|
76
76
|
|
|
77
77
|
// src/api.ts
|
|
78
|
+
var BotApiParticipantTypeEnum = {
|
|
79
|
+
Bot: "BOT"
|
|
80
|
+
};
|
|
78
81
|
var ContactListingType = {
|
|
79
82
|
Owner: "OWNER"
|
|
80
83
|
};
|
|
@@ -82,6 +85,15 @@ var ConversationStatus = {
|
|
|
82
85
|
Open: "OPEN",
|
|
83
86
|
Closed: "CLOSED"
|
|
84
87
|
};
|
|
88
|
+
var ExternalStaffApiStaffTypeEnum = {
|
|
89
|
+
ExternalStaff: "EXTERNAL_STAFF"
|
|
90
|
+
};
|
|
91
|
+
var GuestApiParticipantTypeEnum = {
|
|
92
|
+
Guest: "GUEST"
|
|
93
|
+
};
|
|
94
|
+
var InternalStaffApiStaffTypeEnum = {
|
|
95
|
+
InternalStaff: "INTERNAL_STAFF"
|
|
96
|
+
};
|
|
85
97
|
var MessageDirection = {
|
|
86
98
|
Inbound: "INBOUND",
|
|
87
99
|
Outbound: "OUTBOUND"
|
|
@@ -99,8 +111,21 @@ var PaginationDirection = {
|
|
|
99
111
|
Forward: "forward",
|
|
100
112
|
Backward: "backward"
|
|
101
113
|
};
|
|
102
|
-
var
|
|
103
|
-
|
|
114
|
+
var ProviderCommunicationType = {
|
|
115
|
+
Sms: "SMS",
|
|
116
|
+
Email: "EMAIL",
|
|
117
|
+
Channel: "CHANNEL",
|
|
118
|
+
Whatsapp: "WHATSAPP",
|
|
119
|
+
Note: "NOTE"
|
|
120
|
+
};
|
|
121
|
+
var ProviderConversationDataApiConversationTypeEnum = {
|
|
122
|
+
RentalProvider: "RENTAL_PROVIDER"
|
|
123
|
+
};
|
|
124
|
+
var ProviderStaffApiStaffTypeEnum = {
|
|
125
|
+
ProviderStaff: "PROVIDER_STAFF"
|
|
126
|
+
};
|
|
127
|
+
var RentalProviderMessageApiMessageTypeEnum = {
|
|
128
|
+
RentalProvider: "RENTAL_PROVIDER"
|
|
104
129
|
};
|
|
105
130
|
var ReservationChannelTypes = {
|
|
106
131
|
Airbnb: "AIRBNB",
|
|
@@ -141,42 +166,39 @@ var SrcResourceModelsContactsModelContactsModelContactSortBy = {
|
|
|
141
166
|
var SrcResourceModelsConversationsModelConversationsModelConversationSortBy = {
|
|
142
167
|
UpdatedAt: "updated_at"
|
|
143
168
|
};
|
|
144
|
-
var
|
|
145
|
-
|
|
169
|
+
var SrcResourceModelsHelperModelsCustomBaseModelCreateApi1MessageTypeEnum = {
|
|
170
|
+
RentalProvider: "RENTAL_PROVIDER"
|
|
146
171
|
};
|
|
147
|
-
var
|
|
148
|
-
Email: "EMAIL"
|
|
149
|
-
};
|
|
150
|
-
var SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum = {
|
|
172
|
+
var SrcResourceModelsHelperModelsCustomBaseModelCreateApi2MessageTypeEnum = {
|
|
151
173
|
Twilio: "TWILIO"
|
|
152
174
|
};
|
|
153
|
-
var
|
|
154
|
-
Email: "EMAIL"
|
|
155
|
-
};
|
|
156
|
-
var SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum = {
|
|
157
|
-
Twilio: "TWILIO"
|
|
158
|
-
};
|
|
159
|
-
var SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum = {
|
|
175
|
+
var SrcResourceModelsHelperModelsCustomBaseModelCreateApi3MessageTypeEnum = {
|
|
160
176
|
Email: "EMAIL"
|
|
161
177
|
};
|
|
162
178
|
var SrcResourceModelsListingsModelListingBaseSortBy = {
|
|
163
179
|
Title: "title"
|
|
164
180
|
};
|
|
165
|
-
var
|
|
166
|
-
|
|
181
|
+
var SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy = {
|
|
182
|
+
SentAt: "sent_at"
|
|
167
183
|
};
|
|
168
184
|
var SrcResourceModelsReservationsModelReservationBaseModelSortBy = {
|
|
169
185
|
ArrivalAtPropertyTz: "arrival_at_property_tz"
|
|
170
186
|
};
|
|
171
|
-
var
|
|
172
|
-
|
|
187
|
+
var StaffApiParticipantTypeEnum = {
|
|
188
|
+
Staff: "STAFF"
|
|
173
189
|
};
|
|
174
|
-
var
|
|
190
|
+
var TwilioConversationDataApiConversationTypeEnum = {
|
|
175
191
|
Twilio: "TWILIO"
|
|
176
192
|
};
|
|
193
|
+
var TwilioInboundSenderTypeDataApiDirectionEnum = {
|
|
194
|
+
Inbound: "INBOUND"
|
|
195
|
+
};
|
|
177
196
|
var TwilioOutboundSenderTypeDataApiDirectionEnum = {
|
|
178
197
|
Outbound: "OUTBOUND"
|
|
179
198
|
};
|
|
199
|
+
var TwilioProviderMessageApiMessageTypeEnum = {
|
|
200
|
+
Twilio: "TWILIO"
|
|
201
|
+
};
|
|
180
202
|
var AccountsApiAxiosParamCreator = function(configuration) {
|
|
181
203
|
return {
|
|
182
204
|
/**
|
|
@@ -1590,34 +1612,6 @@ var ContactsApi = class extends BaseAPI {
|
|
|
1590
1612
|
};
|
|
1591
1613
|
var ConversationsApiAxiosParamCreator = function(configuration) {
|
|
1592
1614
|
return {
|
|
1593
|
-
/**
|
|
1594
|
-
* Conversations Create
|
|
1595
|
-
* @summary Conversations Create
|
|
1596
|
-
* @param {APIConversationCreate} aPIConversationCreate
|
|
1597
|
-
* @param {*} [options] Override http request option.
|
|
1598
|
-
* @throws {RequiredError}
|
|
1599
|
-
*/
|
|
1600
|
-
conversationsCreate: async (aPIConversationCreate, options = {}) => {
|
|
1601
|
-
assertParamExists("conversationsCreate", "aPIConversationCreate", aPIConversationCreate);
|
|
1602
|
-
const localVarPath = `/conversations`;
|
|
1603
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1604
|
-
let baseOptions;
|
|
1605
|
-
if (configuration) {
|
|
1606
|
-
baseOptions = configuration.baseOptions;
|
|
1607
|
-
}
|
|
1608
|
-
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
1609
|
-
const localVarHeaderParameter = {};
|
|
1610
|
-
const localVarQueryParameter = {};
|
|
1611
|
-
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
1612
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1613
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1614
|
-
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1615
|
-
localVarRequestOptions.data = serializeDataIfNeeded(aPIConversationCreate, localVarRequestOptions, configuration);
|
|
1616
|
-
return {
|
|
1617
|
-
url: toPathString(localVarUrlObj),
|
|
1618
|
-
options: localVarRequestOptions
|
|
1619
|
-
};
|
|
1620
|
-
},
|
|
1621
1615
|
/**
|
|
1622
1616
|
* Conversations Get
|
|
1623
1617
|
* @summary Conversations Get
|
|
@@ -1645,7 +1639,7 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
|
|
|
1645
1639
|
};
|
|
1646
1640
|
},
|
|
1647
1641
|
/**
|
|
1648
|
-
* List all conversations,
|
|
1642
|
+
* List all conversations, must filter by contact_id
|
|
1649
1643
|
* @summary Conversations List
|
|
1650
1644
|
* @param {string | null} [searchString]
|
|
1651
1645
|
* @param {string | null} [contactId]
|
|
@@ -1696,36 +1690,6 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
|
|
|
1696
1690
|
options: localVarRequestOptions
|
|
1697
1691
|
};
|
|
1698
1692
|
},
|
|
1699
|
-
/**
|
|
1700
|
-
* Conversations Update
|
|
1701
|
-
* @summary Conversations Update
|
|
1702
|
-
* @param {string} conversationId
|
|
1703
|
-
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
1704
|
-
* @param {*} [options] Override http request option.
|
|
1705
|
-
* @throws {RequiredError}
|
|
1706
|
-
*/
|
|
1707
|
-
conversationsUpdate: async (conversationId, aPIConversationUpdate, options = {}) => {
|
|
1708
|
-
assertParamExists("conversationsUpdate", "conversationId", conversationId);
|
|
1709
|
-
assertParamExists("conversationsUpdate", "aPIConversationUpdate", aPIConversationUpdate);
|
|
1710
|
-
const localVarPath = `/conversations/{conversationId}`.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
1711
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1712
|
-
let baseOptions;
|
|
1713
|
-
if (configuration) {
|
|
1714
|
-
baseOptions = configuration.baseOptions;
|
|
1715
|
-
}
|
|
1716
|
-
const localVarRequestOptions = { method: "PATCH", ...baseOptions, ...options };
|
|
1717
|
-
const localVarHeaderParameter = {};
|
|
1718
|
-
const localVarQueryParameter = {};
|
|
1719
|
-
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
1720
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1721
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1722
|
-
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1723
|
-
localVarRequestOptions.data = serializeDataIfNeeded(aPIConversationUpdate, localVarRequestOptions, configuration);
|
|
1724
|
-
return {
|
|
1725
|
-
url: toPathString(localVarUrlObj),
|
|
1726
|
-
options: localVarRequestOptions
|
|
1727
|
-
};
|
|
1728
|
-
},
|
|
1729
1693
|
/**
|
|
1730
1694
|
* Messages Create
|
|
1731
1695
|
* @summary Messages Create
|
|
@@ -1785,18 +1749,17 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
|
|
|
1785
1749
|
/**
|
|
1786
1750
|
* Messages List
|
|
1787
1751
|
* @summary Messages List
|
|
1752
|
+
* @param {string} [conversationId]
|
|
1788
1753
|
* @param {string | null} [searchString]
|
|
1789
|
-
* @param {string | null} [contactId]
|
|
1790
|
-
* @param {string | null} [conversationId]
|
|
1791
1754
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
1792
1755
|
* @param {number} [limit]
|
|
1793
1756
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
1794
|
-
* @param {
|
|
1757
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy} [sortBy] Sort key
|
|
1795
1758
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
1796
1759
|
* @param {*} [options] Override http request option.
|
|
1797
1760
|
* @throws {RequiredError}
|
|
1798
1761
|
*/
|
|
1799
|
-
messagesList: async (
|
|
1762
|
+
messagesList: async (conversationId, searchString, cursor, limit, pageDir, sortBy, sortOrder, options = {}) => {
|
|
1800
1763
|
const localVarPath = `/messages`;
|
|
1801
1764
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1802
1765
|
let baseOptions;
|
|
@@ -1806,15 +1769,12 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
|
|
|
1806
1769
|
const localVarRequestOptions = { method: "GET", ...baseOptions, ...options };
|
|
1807
1770
|
const localVarHeaderParameter = {};
|
|
1808
1771
|
const localVarQueryParameter = {};
|
|
1809
|
-
if (searchString !== void 0) {
|
|
1810
|
-
localVarQueryParameter["searchString"] = searchString;
|
|
1811
|
-
}
|
|
1812
|
-
if (contactId !== void 0) {
|
|
1813
|
-
localVarQueryParameter["contactId"] = contactId;
|
|
1814
|
-
}
|
|
1815
1772
|
if (conversationId !== void 0) {
|
|
1816
1773
|
localVarQueryParameter["conversationId"] = conversationId;
|
|
1817
1774
|
}
|
|
1775
|
+
if (searchString !== void 0) {
|
|
1776
|
+
localVarQueryParameter["searchString"] = searchString;
|
|
1777
|
+
}
|
|
1818
1778
|
if (cursor !== void 0) {
|
|
1819
1779
|
localVarQueryParameter["cursor"] = cursor;
|
|
1820
1780
|
}
|
|
@@ -1843,19 +1803,6 @@ var ConversationsApiAxiosParamCreator = function(configuration) {
|
|
|
1843
1803
|
var ConversationsApiFp = function(configuration) {
|
|
1844
1804
|
const localVarAxiosParamCreator = ConversationsApiAxiosParamCreator(configuration);
|
|
1845
1805
|
return {
|
|
1846
|
-
/**
|
|
1847
|
-
* Conversations Create
|
|
1848
|
-
* @summary Conversations Create
|
|
1849
|
-
* @param {APIConversationCreate} aPIConversationCreate
|
|
1850
|
-
* @param {*} [options] Override http request option.
|
|
1851
|
-
* @throws {RequiredError}
|
|
1852
|
-
*/
|
|
1853
|
-
async conversationsCreate(aPIConversationCreate, options) {
|
|
1854
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsCreate(aPIConversationCreate, options);
|
|
1855
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _86 => _86.serverIndex]), () => ( 0));
|
|
1856
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _87 => _87["ConversationsApi.conversationsCreate"], 'optionalAccess', _88 => _88[localVarOperationServerIndex], 'optionalAccess', _89 => _89.url]);
|
|
1857
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1858
|
-
},
|
|
1859
1806
|
/**
|
|
1860
1807
|
* Conversations Get
|
|
1861
1808
|
* @summary Conversations Get
|
|
@@ -1865,12 +1812,12 @@ var ConversationsApiFp = function(configuration) {
|
|
|
1865
1812
|
*/
|
|
1866
1813
|
async conversationsGet(conversationId, options) {
|
|
1867
1814
|
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsGet(conversationId, options);
|
|
1868
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
1869
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
1815
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _86 => _86.serverIndex]), () => ( 0));
|
|
1816
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _87 => _87["ConversationsApi.conversationsGet"], 'optionalAccess', _88 => _88[localVarOperationServerIndex], 'optionalAccess', _89 => _89.url]);
|
|
1870
1817
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1871
1818
|
},
|
|
1872
1819
|
/**
|
|
1873
|
-
* List all conversations,
|
|
1820
|
+
* List all conversations, must filter by contact_id
|
|
1874
1821
|
* @summary Conversations List
|
|
1875
1822
|
* @param {string | null} [searchString]
|
|
1876
1823
|
* @param {string | null} [contactId]
|
|
@@ -1884,22 +1831,8 @@ var ConversationsApiFp = function(configuration) {
|
|
|
1884
1831
|
*/
|
|
1885
1832
|
async conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
1886
1833
|
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options);
|
|
1887
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
1888
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
1889
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1890
|
-
},
|
|
1891
|
-
/**
|
|
1892
|
-
* Conversations Update
|
|
1893
|
-
* @summary Conversations Update
|
|
1894
|
-
* @param {string} conversationId
|
|
1895
|
-
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
1896
|
-
* @param {*} [options] Override http request option.
|
|
1897
|
-
* @throws {RequiredError}
|
|
1898
|
-
*/
|
|
1899
|
-
async conversationsUpdate(conversationId, aPIConversationUpdate, options) {
|
|
1900
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsUpdate(conversationId, aPIConversationUpdate, options);
|
|
1901
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _98 => _98.serverIndex]), () => ( 0));
|
|
1902
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _99 => _99["ConversationsApi.conversationsUpdate"], 'optionalAccess', _100 => _100[localVarOperationServerIndex], 'optionalAccess', _101 => _101.url]);
|
|
1834
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _90 => _90.serverIndex]), () => ( 0));
|
|
1835
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _91 => _91["ConversationsApi.conversationsList"], 'optionalAccess', _92 => _92[localVarOperationServerIndex], 'optionalAccess', _93 => _93.url]);
|
|
1903
1836
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1904
1837
|
},
|
|
1905
1838
|
/**
|
|
@@ -1912,8 +1845,8 @@ var ConversationsApiFp = function(configuration) {
|
|
|
1912
1845
|
*/
|
|
1913
1846
|
async messagesCreate(conversationId, aPIMessageCreate, options) {
|
|
1914
1847
|
const localVarAxiosArgs = await localVarAxiosParamCreator.messagesCreate(conversationId, aPIMessageCreate, options);
|
|
1915
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
1916
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
1848
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _94 => _94.serverIndex]), () => ( 0));
|
|
1849
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _95 => _95["ConversationsApi.messagesCreate"], 'optionalAccess', _96 => _96[localVarOperationServerIndex], 'optionalAccess', _97 => _97.url]);
|
|
1917
1850
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1918
1851
|
},
|
|
1919
1852
|
/**
|
|
@@ -1925,28 +1858,27 @@ var ConversationsApiFp = function(configuration) {
|
|
|
1925
1858
|
*/
|
|
1926
1859
|
async messagesGet(messageId, options) {
|
|
1927
1860
|
const localVarAxiosArgs = await localVarAxiosParamCreator.messagesGet(messageId, options);
|
|
1928
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
1929
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
1861
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _98 => _98.serverIndex]), () => ( 0));
|
|
1862
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _99 => _99["ConversationsApi.messagesGet"], 'optionalAccess', _100 => _100[localVarOperationServerIndex], 'optionalAccess', _101 => _101.url]);
|
|
1930
1863
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1931
1864
|
},
|
|
1932
1865
|
/**
|
|
1933
1866
|
* Messages List
|
|
1934
1867
|
* @summary Messages List
|
|
1868
|
+
* @param {string} [conversationId]
|
|
1935
1869
|
* @param {string | null} [searchString]
|
|
1936
|
-
* @param {string | null} [contactId]
|
|
1937
|
-
* @param {string | null} [conversationId]
|
|
1938
1870
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
1939
1871
|
* @param {number} [limit]
|
|
1940
1872
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
1941
|
-
* @param {
|
|
1873
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy} [sortBy] Sort key
|
|
1942
1874
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
1943
1875
|
* @param {*} [options] Override http request option.
|
|
1944
1876
|
* @throws {RequiredError}
|
|
1945
1877
|
*/
|
|
1946
|
-
async messagesList(
|
|
1947
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.messagesList(
|
|
1948
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
1949
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
1878
|
+
async messagesList(conversationId, searchString, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
1879
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.messagesList(conversationId, searchString, cursor, limit, pageDir, sortBy, sortOrder, options);
|
|
1880
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _102 => _102.serverIndex]), () => ( 0));
|
|
1881
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _103 => _103["ConversationsApi.messagesList"], 'optionalAccess', _104 => _104[localVarOperationServerIndex], 'optionalAccess', _105 => _105.url]);
|
|
1950
1882
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1951
1883
|
}
|
|
1952
1884
|
};
|
|
@@ -1954,16 +1886,6 @@ var ConversationsApiFp = function(configuration) {
|
|
|
1954
1886
|
var ConversationsApiFactory = function(configuration, basePath, axios) {
|
|
1955
1887
|
const localVarFp = ConversationsApiFp(configuration);
|
|
1956
1888
|
return {
|
|
1957
|
-
/**
|
|
1958
|
-
* Conversations Create
|
|
1959
|
-
* @summary Conversations Create
|
|
1960
|
-
* @param {APIConversationCreate} aPIConversationCreate
|
|
1961
|
-
* @param {*} [options] Override http request option.
|
|
1962
|
-
* @throws {RequiredError}
|
|
1963
|
-
*/
|
|
1964
|
-
conversationsCreate(aPIConversationCreate, options) {
|
|
1965
|
-
return localVarFp.conversationsCreate(aPIConversationCreate, options).then((request) => request(axios, basePath));
|
|
1966
|
-
},
|
|
1967
1889
|
/**
|
|
1968
1890
|
* Conversations Get
|
|
1969
1891
|
* @summary Conversations Get
|
|
@@ -1975,7 +1897,7 @@ var ConversationsApiFactory = function(configuration, basePath, axios) {
|
|
|
1975
1897
|
return localVarFp.conversationsGet(conversationId, options).then((request) => request(axios, basePath));
|
|
1976
1898
|
},
|
|
1977
1899
|
/**
|
|
1978
|
-
* List all conversations,
|
|
1900
|
+
* List all conversations, must filter by contact_id
|
|
1979
1901
|
* @summary Conversations List
|
|
1980
1902
|
* @param {string | null} [searchString]
|
|
1981
1903
|
* @param {string | null} [contactId]
|
|
@@ -1990,17 +1912,6 @@ var ConversationsApiFactory = function(configuration, basePath, axios) {
|
|
|
1990
1912
|
conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
1991
1913
|
return localVarFp.conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(axios, basePath));
|
|
1992
1914
|
},
|
|
1993
|
-
/**
|
|
1994
|
-
* Conversations Update
|
|
1995
|
-
* @summary Conversations Update
|
|
1996
|
-
* @param {string} conversationId
|
|
1997
|
-
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
1998
|
-
* @param {*} [options] Override http request option.
|
|
1999
|
-
* @throws {RequiredError}
|
|
2000
|
-
*/
|
|
2001
|
-
conversationsUpdate(conversationId, aPIConversationUpdate, options) {
|
|
2002
|
-
return localVarFp.conversationsUpdate(conversationId, aPIConversationUpdate, options).then((request) => request(axios, basePath));
|
|
2003
|
-
},
|
|
2004
1915
|
/**
|
|
2005
1916
|
* Messages Create
|
|
2006
1917
|
* @summary Messages Create
|
|
@@ -2025,34 +1936,22 @@ var ConversationsApiFactory = function(configuration, basePath, axios) {
|
|
|
2025
1936
|
/**
|
|
2026
1937
|
* Messages List
|
|
2027
1938
|
* @summary Messages List
|
|
1939
|
+
* @param {string} [conversationId]
|
|
2028
1940
|
* @param {string | null} [searchString]
|
|
2029
|
-
* @param {string | null} [contactId]
|
|
2030
|
-
* @param {string | null} [conversationId]
|
|
2031
1941
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
2032
1942
|
* @param {number} [limit]
|
|
2033
1943
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
2034
|
-
* @param {
|
|
1944
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy} [sortBy] Sort key
|
|
2035
1945
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
2036
1946
|
* @param {*} [options] Override http request option.
|
|
2037
1947
|
* @throws {RequiredError}
|
|
2038
1948
|
*/
|
|
2039
|
-
messagesList(
|
|
2040
|
-
return localVarFp.messagesList(
|
|
1949
|
+
messagesList(conversationId, searchString, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
1950
|
+
return localVarFp.messagesList(conversationId, searchString, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(axios, basePath));
|
|
2041
1951
|
}
|
|
2042
1952
|
};
|
|
2043
1953
|
};
|
|
2044
1954
|
var ConversationsApi = class extends BaseAPI {
|
|
2045
|
-
/**
|
|
2046
|
-
* Conversations Create
|
|
2047
|
-
* @summary Conversations Create
|
|
2048
|
-
* @param {APIConversationCreate} aPIConversationCreate
|
|
2049
|
-
* @param {*} [options] Override http request option.
|
|
2050
|
-
* @throws {RequiredError}
|
|
2051
|
-
* @memberof ConversationsApi
|
|
2052
|
-
*/
|
|
2053
|
-
conversationsCreate(aPIConversationCreate, options) {
|
|
2054
|
-
return ConversationsApiFp(this.configuration).conversationsCreate(aPIConversationCreate, options).then((request) => request(this.axios, this.basePath));
|
|
2055
|
-
}
|
|
2056
1955
|
/**
|
|
2057
1956
|
* Conversations Get
|
|
2058
1957
|
* @summary Conversations Get
|
|
@@ -2065,7 +1964,7 @@ var ConversationsApi = class extends BaseAPI {
|
|
|
2065
1964
|
return ConversationsApiFp(this.configuration).conversationsGet(conversationId, options).then((request) => request(this.axios, this.basePath));
|
|
2066
1965
|
}
|
|
2067
1966
|
/**
|
|
2068
|
-
* List all conversations,
|
|
1967
|
+
* List all conversations, must filter by contact_id
|
|
2069
1968
|
* @summary Conversations List
|
|
2070
1969
|
* @param {string | null} [searchString]
|
|
2071
1970
|
* @param {string | null} [contactId]
|
|
@@ -2081,18 +1980,6 @@ var ConversationsApi = class extends BaseAPI {
|
|
|
2081
1980
|
conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
2082
1981
|
return ConversationsApiFp(this.configuration).conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(this.axios, this.basePath));
|
|
2083
1982
|
}
|
|
2084
|
-
/**
|
|
2085
|
-
* Conversations Update
|
|
2086
|
-
* @summary Conversations Update
|
|
2087
|
-
* @param {string} conversationId
|
|
2088
|
-
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
2089
|
-
* @param {*} [options] Override http request option.
|
|
2090
|
-
* @throws {RequiredError}
|
|
2091
|
-
* @memberof ConversationsApi
|
|
2092
|
-
*/
|
|
2093
|
-
conversationsUpdate(conversationId, aPIConversationUpdate, options) {
|
|
2094
|
-
return ConversationsApiFp(this.configuration).conversationsUpdate(conversationId, aPIConversationUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
2095
|
-
}
|
|
2096
1983
|
/**
|
|
2097
1984
|
* Messages Create
|
|
2098
1985
|
* @summary Messages Create
|
|
@@ -2119,20 +2006,19 @@ var ConversationsApi = class extends BaseAPI {
|
|
|
2119
2006
|
/**
|
|
2120
2007
|
* Messages List
|
|
2121
2008
|
* @summary Messages List
|
|
2009
|
+
* @param {string} [conversationId]
|
|
2122
2010
|
* @param {string | null} [searchString]
|
|
2123
|
-
* @param {string | null} [contactId]
|
|
2124
|
-
* @param {string | null} [conversationId]
|
|
2125
2011
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
2126
2012
|
* @param {number} [limit]
|
|
2127
2013
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
2128
|
-
* @param {
|
|
2014
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy} [sortBy] Sort key
|
|
2129
2015
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
2130
2016
|
* @param {*} [options] Override http request option.
|
|
2131
2017
|
* @throws {RequiredError}
|
|
2132
2018
|
* @memberof ConversationsApi
|
|
2133
2019
|
*/
|
|
2134
|
-
messagesList(
|
|
2135
|
-
return ConversationsApiFp(this.configuration).messagesList(
|
|
2020
|
+
messagesList(conversationId, searchString, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
2021
|
+
return ConversationsApiFp(this.configuration).messagesList(conversationId, searchString, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(this.axios, this.basePath));
|
|
2136
2022
|
}
|
|
2137
2023
|
};
|
|
2138
2024
|
var HostawayApiAxiosParamCreator = function(configuration) {
|
|
@@ -2180,8 +2066,8 @@ var HostawayApiFp = function(configuration) {
|
|
|
2180
2066
|
*/
|
|
2181
2067
|
async webhook(hostawayWebhook, options) {
|
|
2182
2068
|
const localVarAxiosArgs = await localVarAxiosParamCreator.webhook(hostawayWebhook, options);
|
|
2183
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
2184
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
2069
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _106 => _106.serverIndex]), () => ( 0));
|
|
2070
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _107 => _107["HostawayApi.webhook"], 'optionalAccess', _108 => _108[localVarOperationServerIndex], 'optionalAccess', _109 => _109.url]);
|
|
2185
2071
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2186
2072
|
}
|
|
2187
2073
|
};
|
|
@@ -2258,8 +2144,8 @@ var InquiriesApiFp = function(configuration) {
|
|
|
2258
2144
|
*/
|
|
2259
2145
|
async inquiriesList(contactId, options) {
|
|
2260
2146
|
const localVarAxiosArgs = await localVarAxiosParamCreator.inquiriesList(contactId, options);
|
|
2261
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
2262
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
2147
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _110 => _110.serverIndex]), () => ( 0));
|
|
2148
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _111 => _111["InquiriesApi.inquiriesList"], 'optionalAccess', _112 => _112[localVarOperationServerIndex], 'optionalAccess', _113 => _113.url]);
|
|
2263
2149
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2264
2150
|
}
|
|
2265
2151
|
};
|
|
@@ -2386,8 +2272,8 @@ var ListingsApiFp = function(configuration) {
|
|
|
2386
2272
|
*/
|
|
2387
2273
|
async listingsGet(listingId, options) {
|
|
2388
2274
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listingsGet(listingId, options);
|
|
2389
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
2390
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
2275
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _114 => _114.serverIndex]), () => ( 0));
|
|
2276
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _115 => _115["ListingsApi.listingsGet"], 'optionalAccess', _116 => _116[localVarOperationServerIndex], 'optionalAccess', _117 => _117.url]);
|
|
2391
2277
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2392
2278
|
},
|
|
2393
2279
|
/**
|
|
@@ -2405,8 +2291,8 @@ var ListingsApiFp = function(configuration) {
|
|
|
2405
2291
|
*/
|
|
2406
2292
|
async listingsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
2407
2293
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listingsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options);
|
|
2408
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
2409
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
2294
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _118 => _118.serverIndex]), () => ( 0));
|
|
2295
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _119 => _119["ListingsApi.listingsList"], 'optionalAccess', _120 => _120[localVarOperationServerIndex], 'optionalAccess', _121 => _121.url]);
|
|
2410
2296
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2411
2297
|
}
|
|
2412
2298
|
};
|
|
@@ -2511,8 +2397,8 @@ var ManagedPhoneNumbersApiFp = function(configuration) {
|
|
|
2511
2397
|
*/
|
|
2512
2398
|
async managedPhoneNumbersList(options) {
|
|
2513
2399
|
const localVarAxiosArgs = await localVarAxiosParamCreator.managedPhoneNumbersList(options);
|
|
2514
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
2515
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
2400
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _122 => _122.serverIndex]), () => ( 0));
|
|
2401
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _123 => _123["ManagedPhoneNumbersApi.managedPhoneNumbersList"], 'optionalAccess', _124 => _124[localVarOperationServerIndex], 'optionalAccess', _125 => _125.url]);
|
|
2516
2402
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2517
2403
|
}
|
|
2518
2404
|
};
|
|
@@ -2667,8 +2553,8 @@ var ProvidersApiFp = function(configuration) {
|
|
|
2667
2553
|
*/
|
|
2668
2554
|
async providersCreate(aPIProviderCreate, options) {
|
|
2669
2555
|
const localVarAxiosArgs = await localVarAxiosParamCreator.providersCreate(aPIProviderCreate, options);
|
|
2670
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
2671
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
2556
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _126 => _126.serverIndex]), () => ( 0));
|
|
2557
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _127 => _127["ProvidersApi.providersCreate"], 'optionalAccess', _128 => _128[localVarOperationServerIndex], 'optionalAccess', _129 => _129.url]);
|
|
2672
2558
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2673
2559
|
},
|
|
2674
2560
|
/**
|
|
@@ -2680,8 +2566,8 @@ var ProvidersApiFp = function(configuration) {
|
|
|
2680
2566
|
*/
|
|
2681
2567
|
async providersGet(providerId, options) {
|
|
2682
2568
|
const localVarAxiosArgs = await localVarAxiosParamCreator.providersGet(providerId, options);
|
|
2683
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
2684
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
2569
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _130 => _130.serverIndex]), () => ( 0));
|
|
2570
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _131 => _131["ProvidersApi.providersGet"], 'optionalAccess', _132 => _132[localVarOperationServerIndex], 'optionalAccess', _133 => _133.url]);
|
|
2685
2571
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2686
2572
|
},
|
|
2687
2573
|
/**
|
|
@@ -2692,8 +2578,8 @@ var ProvidersApiFp = function(configuration) {
|
|
|
2692
2578
|
*/
|
|
2693
2579
|
async providersList(options) {
|
|
2694
2580
|
const localVarAxiosArgs = await localVarAxiosParamCreator.providersList(options);
|
|
2695
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
2696
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
2581
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _134 => _134.serverIndex]), () => ( 0));
|
|
2582
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _135 => _135["ProvidersApi.providersList"], 'optionalAccess', _136 => _136[localVarOperationServerIndex], 'optionalAccess', _137 => _137.url]);
|
|
2697
2583
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2698
2584
|
},
|
|
2699
2585
|
/**
|
|
@@ -2706,8 +2592,8 @@ var ProvidersApiFp = function(configuration) {
|
|
|
2706
2592
|
*/
|
|
2707
2593
|
async providersUpdate(providerId, aPIProviderUpdate, options) {
|
|
2708
2594
|
const localVarAxiosArgs = await localVarAxiosParamCreator.providersUpdate(providerId, aPIProviderUpdate, options);
|
|
2709
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
2710
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
2595
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _138 => _138.serverIndex]), () => ( 0));
|
|
2596
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _139 => _139["ProvidersApi.providersUpdate"], 'optionalAccess', _140 => _140[localVarOperationServerIndex], 'optionalAccess', _141 => _141.url]);
|
|
2711
2597
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2712
2598
|
}
|
|
2713
2599
|
};
|
|
@@ -2897,8 +2783,8 @@ var ReservationsApiFp = function(configuration) {
|
|
|
2897
2783
|
*/
|
|
2898
2784
|
async reservationsGet(reservationId, options) {
|
|
2899
2785
|
const localVarAxiosArgs = await localVarAxiosParamCreator.reservationsGet(reservationId, options);
|
|
2900
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
2901
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
2786
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _142 => _142.serverIndex]), () => ( 0));
|
|
2787
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _143 => _143["ReservationsApi.reservationsGet"], 'optionalAccess', _144 => _144[localVarOperationServerIndex], 'optionalAccess', _145 => _145.url]);
|
|
2902
2788
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2903
2789
|
},
|
|
2904
2790
|
/**
|
|
@@ -2916,8 +2802,8 @@ var ReservationsApiFp = function(configuration) {
|
|
|
2916
2802
|
*/
|
|
2917
2803
|
async reservationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
2918
2804
|
const localVarAxiosArgs = await localVarAxiosParamCreator.reservationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options);
|
|
2919
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
2920
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
2805
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _146 => _146.serverIndex]), () => ( 0));
|
|
2806
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _147 => _147["ReservationsApi.reservationsList"], 'optionalAccess', _148 => _148[localVarOperationServerIndex], 'optionalAccess', _149 => _149.url]);
|
|
2921
2807
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2922
2808
|
}
|
|
2923
2809
|
};
|
|
@@ -3375,34 +3261,6 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3375
3261
|
options: localVarRequestOptions
|
|
3376
3262
|
};
|
|
3377
3263
|
},
|
|
3378
|
-
/**
|
|
3379
|
-
* Conversations Create
|
|
3380
|
-
* @summary Conversations Create
|
|
3381
|
-
* @param {APIConversationCreate} aPIConversationCreate
|
|
3382
|
-
* @param {*} [options] Override http request option.
|
|
3383
|
-
* @throws {RequiredError}
|
|
3384
|
-
*/
|
|
3385
|
-
conversationsCreate: async (aPIConversationCreate, options = {}) => {
|
|
3386
|
-
assertParamExists("conversationsCreate", "aPIConversationCreate", aPIConversationCreate);
|
|
3387
|
-
const localVarPath = `/conversations`;
|
|
3388
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3389
|
-
let baseOptions;
|
|
3390
|
-
if (configuration) {
|
|
3391
|
-
baseOptions = configuration.baseOptions;
|
|
3392
|
-
}
|
|
3393
|
-
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
3394
|
-
const localVarHeaderParameter = {};
|
|
3395
|
-
const localVarQueryParameter = {};
|
|
3396
|
-
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3397
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3398
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3399
|
-
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
3400
|
-
localVarRequestOptions.data = serializeDataIfNeeded(aPIConversationCreate, localVarRequestOptions, configuration);
|
|
3401
|
-
return {
|
|
3402
|
-
url: toPathString(localVarUrlObj),
|
|
3403
|
-
options: localVarRequestOptions
|
|
3404
|
-
};
|
|
3405
|
-
},
|
|
3406
3264
|
/**
|
|
3407
3265
|
* Conversations Get
|
|
3408
3266
|
* @summary Conversations Get
|
|
@@ -3430,7 +3288,7 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3430
3288
|
};
|
|
3431
3289
|
},
|
|
3432
3290
|
/**
|
|
3433
|
-
* List all conversations,
|
|
3291
|
+
* List all conversations, must filter by contact_id
|
|
3434
3292
|
* @summary Conversations List
|
|
3435
3293
|
* @param {string | null} [searchString]
|
|
3436
3294
|
* @param {string | null} [contactId]
|
|
@@ -3481,36 +3339,6 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3481
3339
|
options: localVarRequestOptions
|
|
3482
3340
|
};
|
|
3483
3341
|
},
|
|
3484
|
-
/**
|
|
3485
|
-
* Conversations Update
|
|
3486
|
-
* @summary Conversations Update
|
|
3487
|
-
* @param {string} conversationId
|
|
3488
|
-
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
3489
|
-
* @param {*} [options] Override http request option.
|
|
3490
|
-
* @throws {RequiredError}
|
|
3491
|
-
*/
|
|
3492
|
-
conversationsUpdate: async (conversationId, aPIConversationUpdate, options = {}) => {
|
|
3493
|
-
assertParamExists("conversationsUpdate", "conversationId", conversationId);
|
|
3494
|
-
assertParamExists("conversationsUpdate", "aPIConversationUpdate", aPIConversationUpdate);
|
|
3495
|
-
const localVarPath = `/conversations/{conversationId}`.replace(`{${"conversationId"}}`, encodeURIComponent(String(conversationId)));
|
|
3496
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3497
|
-
let baseOptions;
|
|
3498
|
-
if (configuration) {
|
|
3499
|
-
baseOptions = configuration.baseOptions;
|
|
3500
|
-
}
|
|
3501
|
-
const localVarRequestOptions = { method: "PATCH", ...baseOptions, ...options };
|
|
3502
|
-
const localVarHeaderParameter = {};
|
|
3503
|
-
const localVarQueryParameter = {};
|
|
3504
|
-
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3505
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3506
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3507
|
-
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
3508
|
-
localVarRequestOptions.data = serializeDataIfNeeded(aPIConversationUpdate, localVarRequestOptions, configuration);
|
|
3509
|
-
return {
|
|
3510
|
-
url: toPathString(localVarUrlObj),
|
|
3511
|
-
options: localVarRequestOptions
|
|
3512
|
-
};
|
|
3513
|
-
},
|
|
3514
3342
|
/**
|
|
3515
3343
|
* Emails Create
|
|
3516
3344
|
* @summary Emails Create
|
|
@@ -3812,18 +3640,17 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3812
3640
|
/**
|
|
3813
3641
|
* Messages List
|
|
3814
3642
|
* @summary Messages List
|
|
3643
|
+
* @param {string} [conversationId]
|
|
3815
3644
|
* @param {string | null} [searchString]
|
|
3816
|
-
* @param {string | null} [contactId]
|
|
3817
|
-
* @param {string | null} [conversationId]
|
|
3818
3645
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
3819
3646
|
* @param {number} [limit]
|
|
3820
3647
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
3821
|
-
* @param {
|
|
3648
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy} [sortBy] Sort key
|
|
3822
3649
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
3823
3650
|
* @param {*} [options] Override http request option.
|
|
3824
3651
|
* @throws {RequiredError}
|
|
3825
3652
|
*/
|
|
3826
|
-
messagesList: async (
|
|
3653
|
+
messagesList: async (conversationId, searchString, cursor, limit, pageDir, sortBy, sortOrder, options = {}) => {
|
|
3827
3654
|
const localVarPath = `/messages`;
|
|
3828
3655
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3829
3656
|
let baseOptions;
|
|
@@ -3833,15 +3660,12 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
3833
3660
|
const localVarRequestOptions = { method: "GET", ...baseOptions, ...options };
|
|
3834
3661
|
const localVarHeaderParameter = {};
|
|
3835
3662
|
const localVarQueryParameter = {};
|
|
3836
|
-
if (searchString !== void 0) {
|
|
3837
|
-
localVarQueryParameter["searchString"] = searchString;
|
|
3838
|
-
}
|
|
3839
|
-
if (contactId !== void 0) {
|
|
3840
|
-
localVarQueryParameter["contactId"] = contactId;
|
|
3841
|
-
}
|
|
3842
3663
|
if (conversationId !== void 0) {
|
|
3843
3664
|
localVarQueryParameter["conversationId"] = conversationId;
|
|
3844
3665
|
}
|
|
3666
|
+
if (searchString !== void 0) {
|
|
3667
|
+
localVarQueryParameter["searchString"] = searchString;
|
|
3668
|
+
}
|
|
3845
3669
|
if (cursor !== void 0) {
|
|
3846
3670
|
localVarQueryParameter["cursor"] = cursor;
|
|
3847
3671
|
}
|
|
@@ -4205,8 +4029,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4205
4029
|
*/
|
|
4206
4030
|
async accountsList(options) {
|
|
4207
4031
|
const localVarAxiosArgs = await localVarAxiosParamCreator.accountsList(options);
|
|
4208
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4209
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4032
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _150 => _150.serverIndex]), () => ( 0));
|
|
4033
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _151 => _151["UnboundApi.accountsList"], 'optionalAccess', _152 => _152[localVarOperationServerIndex], 'optionalAccess', _153 => _153.url]);
|
|
4210
4034
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4211
4035
|
},
|
|
4212
4036
|
/**
|
|
@@ -4219,8 +4043,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4219
4043
|
*/
|
|
4220
4044
|
async addressesCreate(contactId, aPIAddressCreate, options) {
|
|
4221
4045
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addressesCreate(contactId, aPIAddressCreate, options);
|
|
4222
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4223
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4046
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _154 => _154.serverIndex]), () => ( 0));
|
|
4047
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _155 => _155["UnboundApi.addressesCreate"], 'optionalAccess', _156 => _156[localVarOperationServerIndex], 'optionalAccess', _157 => _157.url]);
|
|
4224
4048
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4225
4049
|
},
|
|
4226
4050
|
/**
|
|
@@ -4232,8 +4056,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4232
4056
|
*/
|
|
4233
4057
|
async addressesDelete(addressId, options) {
|
|
4234
4058
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addressesDelete(addressId, options);
|
|
4235
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4236
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4059
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _158 => _158.serverIndex]), () => ( 0));
|
|
4060
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _159 => _159["UnboundApi.addressesDelete"], 'optionalAccess', _160 => _160[localVarOperationServerIndex], 'optionalAccess', _161 => _161.url]);
|
|
4237
4061
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4238
4062
|
},
|
|
4239
4063
|
/**
|
|
@@ -4245,8 +4069,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4245
4069
|
*/
|
|
4246
4070
|
async addressesGet(addressId, options) {
|
|
4247
4071
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addressesGet(addressId, options);
|
|
4248
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4249
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4072
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _162 => _162.serverIndex]), () => ( 0));
|
|
4073
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _163 => _163["UnboundApi.addressesGet"], 'optionalAccess', _164 => _164[localVarOperationServerIndex], 'optionalAccess', _165 => _165.url]);
|
|
4250
4074
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4251
4075
|
},
|
|
4252
4076
|
/**
|
|
@@ -4259,8 +4083,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4259
4083
|
*/
|
|
4260
4084
|
async addressesUpdate(addressId, aPIAddressUpdate, options) {
|
|
4261
4085
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addressesUpdate(addressId, aPIAddressUpdate, options);
|
|
4262
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4263
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4086
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _166 => _166.serverIndex]), () => ( 0));
|
|
4087
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _167 => _167["UnboundApi.addressesUpdate"], 'optionalAccess', _168 => _168[localVarOperationServerIndex], 'optionalAccess', _169 => _169.url]);
|
|
4264
4088
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4265
4089
|
},
|
|
4266
4090
|
/**
|
|
@@ -4274,8 +4098,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4274
4098
|
*/
|
|
4275
4099
|
async contactsAddListing(contactId, listingId, createContactListing, options) {
|
|
4276
4100
|
const localVarAxiosArgs = await localVarAxiosParamCreator.contactsAddListing(contactId, listingId, createContactListing, options);
|
|
4277
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4278
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4101
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _170 => _170.serverIndex]), () => ( 0));
|
|
4102
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _171 => _171["UnboundApi.contactsAddListing"], 'optionalAccess', _172 => _172[localVarOperationServerIndex], 'optionalAccess', _173 => _173.url]);
|
|
4279
4103
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4280
4104
|
},
|
|
4281
4105
|
/**
|
|
@@ -4287,8 +4111,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4287
4111
|
*/
|
|
4288
4112
|
async contactsCreate(contactcreate, options) {
|
|
4289
4113
|
const localVarAxiosArgs = await localVarAxiosParamCreator.contactsCreate(contactcreate, options);
|
|
4290
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4291
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4114
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _174 => _174.serverIndex]), () => ( 0));
|
|
4115
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _175 => _175["UnboundApi.contactsCreate"], 'optionalAccess', _176 => _176[localVarOperationServerIndex], 'optionalAccess', _177 => _177.url]);
|
|
4292
4116
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4293
4117
|
},
|
|
4294
4118
|
/**
|
|
@@ -4300,8 +4124,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4300
4124
|
*/
|
|
4301
4125
|
async contactsDelete(contactId, options) {
|
|
4302
4126
|
const localVarAxiosArgs = await localVarAxiosParamCreator.contactsDelete(contactId, options);
|
|
4303
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4304
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4127
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _178 => _178.serverIndex]), () => ( 0));
|
|
4128
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _179 => _179["UnboundApi.contactsDelete"], 'optionalAccess', _180 => _180[localVarOperationServerIndex], 'optionalAccess', _181 => _181.url]);
|
|
4305
4129
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4306
4130
|
},
|
|
4307
4131
|
/**
|
|
@@ -4313,8 +4137,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4313
4137
|
*/
|
|
4314
4138
|
async contactsGet(contactId, options) {
|
|
4315
4139
|
const localVarAxiosArgs = await localVarAxiosParamCreator.contactsGet(contactId, options);
|
|
4316
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4317
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4140
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _182 => _182.serverIndex]), () => ( 0));
|
|
4141
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _183 => _183["UnboundApi.contactsGet"], 'optionalAccess', _184 => _184[localVarOperationServerIndex], 'optionalAccess', _185 => _185.url]);
|
|
4318
4142
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4319
4143
|
},
|
|
4320
4144
|
/**
|
|
@@ -4331,8 +4155,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4331
4155
|
*/
|
|
4332
4156
|
async contactsList(searchString, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
4333
4157
|
const localVarAxiosArgs = await localVarAxiosParamCreator.contactsList(searchString, cursor, limit, pageDir, sortBy, sortOrder, options);
|
|
4334
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4335
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4158
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _186 => _186.serverIndex]), () => ( 0));
|
|
4159
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _187 => _187["UnboundApi.contactsList"], 'optionalAccess', _188 => _188[localVarOperationServerIndex], 'optionalAccess', _189 => _189.url]);
|
|
4336
4160
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4337
4161
|
},
|
|
4338
4162
|
/**
|
|
@@ -4346,8 +4170,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4346
4170
|
*/
|
|
4347
4171
|
async contactsRemoveListing(contactId, listingId, deleteContactListing, options) {
|
|
4348
4172
|
const localVarAxiosArgs = await localVarAxiosParamCreator.contactsRemoveListing(contactId, listingId, deleteContactListing, options);
|
|
4349
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4350
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4173
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _190 => _190.serverIndex]), () => ( 0));
|
|
4174
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _191 => _191["UnboundApi.contactsRemoveListing"], 'optionalAccess', _192 => _192[localVarOperationServerIndex], 'optionalAccess', _193 => _193.url]);
|
|
4351
4175
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4352
4176
|
},
|
|
4353
4177
|
/**
|
|
@@ -4360,8 +4184,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4360
4184
|
*/
|
|
4361
4185
|
async contactsUpdate(contactId, aPIContactUpdate, options) {
|
|
4362
4186
|
const localVarAxiosArgs = await localVarAxiosParamCreator.contactsUpdate(contactId, aPIContactUpdate, options);
|
|
4363
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4364
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4187
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _194 => _194.serverIndex]), () => ( 0));
|
|
4188
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _195 => _195["UnboundApi.contactsUpdate"], 'optionalAccess', _196 => _196[localVarOperationServerIndex], 'optionalAccess', _197 => _197.url]);
|
|
4365
4189
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4366
4190
|
},
|
|
4367
4191
|
/**
|
|
@@ -4375,21 +4199,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4375
4199
|
*/
|
|
4376
4200
|
async contactsUpdateListing(contactId, listingId, updateContactListing, options) {
|
|
4377
4201
|
const localVarAxiosArgs = await localVarAxiosParamCreator.contactsUpdateListing(contactId, listingId, updateContactListing, options);
|
|
4378
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4379
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4380
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4381
|
-
},
|
|
4382
|
-
/**
|
|
4383
|
-
* Conversations Create
|
|
4384
|
-
* @summary Conversations Create
|
|
4385
|
-
* @param {APIConversationCreate} aPIConversationCreate
|
|
4386
|
-
* @param {*} [options] Override http request option.
|
|
4387
|
-
* @throws {RequiredError}
|
|
4388
|
-
*/
|
|
4389
|
-
async conversationsCreate(aPIConversationCreate, options) {
|
|
4390
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsCreate(aPIConversationCreate, options);
|
|
4391
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _210 => _210.serverIndex]), () => ( 0));
|
|
4392
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _211 => _211["UnboundApi.conversationsCreate"], 'optionalAccess', _212 => _212[localVarOperationServerIndex], 'optionalAccess', _213 => _213.url]);
|
|
4202
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _198 => _198.serverIndex]), () => ( 0));
|
|
4203
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _199 => _199["UnboundApi.contactsUpdateListing"], 'optionalAccess', _200 => _200[localVarOperationServerIndex], 'optionalAccess', _201 => _201.url]);
|
|
4393
4204
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4394
4205
|
},
|
|
4395
4206
|
/**
|
|
@@ -4401,12 +4212,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
4401
4212
|
*/
|
|
4402
4213
|
async conversationsGet(conversationId, options) {
|
|
4403
4214
|
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsGet(conversationId, options);
|
|
4404
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4405
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4215
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _202 => _202.serverIndex]), () => ( 0));
|
|
4216
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _203 => _203["UnboundApi.conversationsGet"], 'optionalAccess', _204 => _204[localVarOperationServerIndex], 'optionalAccess', _205 => _205.url]);
|
|
4406
4217
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4407
4218
|
},
|
|
4408
4219
|
/**
|
|
4409
|
-
* List all conversations,
|
|
4220
|
+
* List all conversations, must filter by contact_id
|
|
4410
4221
|
* @summary Conversations List
|
|
4411
4222
|
* @param {string | null} [searchString]
|
|
4412
4223
|
* @param {string | null} [contactId]
|
|
@@ -4420,22 +4231,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4420
4231
|
*/
|
|
4421
4232
|
async conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
4422
4233
|
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options);
|
|
4423
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4424
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4425
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4426
|
-
},
|
|
4427
|
-
/**
|
|
4428
|
-
* Conversations Update
|
|
4429
|
-
* @summary Conversations Update
|
|
4430
|
-
* @param {string} conversationId
|
|
4431
|
-
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
4432
|
-
* @param {*} [options] Override http request option.
|
|
4433
|
-
* @throws {RequiredError}
|
|
4434
|
-
*/
|
|
4435
|
-
async conversationsUpdate(conversationId, aPIConversationUpdate, options) {
|
|
4436
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.conversationsUpdate(conversationId, aPIConversationUpdate, options);
|
|
4437
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _222 => _222.serverIndex]), () => ( 0));
|
|
4438
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _223 => _223["UnboundApi.conversationsUpdate"], 'optionalAccess', _224 => _224[localVarOperationServerIndex], 'optionalAccess', _225 => _225.url]);
|
|
4234
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _206 => _206.serverIndex]), () => ( 0));
|
|
4235
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _207 => _207["UnboundApi.conversationsList"], 'optionalAccess', _208 => _208[localVarOperationServerIndex], 'optionalAccess', _209 => _209.url]);
|
|
4439
4236
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4440
4237
|
},
|
|
4441
4238
|
/**
|
|
@@ -4448,8 +4245,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4448
4245
|
*/
|
|
4449
4246
|
async emailsCreate(contactId, aPIEmailCreate, options) {
|
|
4450
4247
|
const localVarAxiosArgs = await localVarAxiosParamCreator.emailsCreate(contactId, aPIEmailCreate, options);
|
|
4451
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4452
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4248
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _210 => _210.serverIndex]), () => ( 0));
|
|
4249
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _211 => _211["UnboundApi.emailsCreate"], 'optionalAccess', _212 => _212[localVarOperationServerIndex], 'optionalAccess', _213 => _213.url]);
|
|
4453
4250
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4454
4251
|
},
|
|
4455
4252
|
/**
|
|
@@ -4461,8 +4258,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4461
4258
|
*/
|
|
4462
4259
|
async emailsDelete(emailId, options) {
|
|
4463
4260
|
const localVarAxiosArgs = await localVarAxiosParamCreator.emailsDelete(emailId, options);
|
|
4464
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4465
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4261
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _214 => _214.serverIndex]), () => ( 0));
|
|
4262
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _215 => _215["UnboundApi.emailsDelete"], 'optionalAccess', _216 => _216[localVarOperationServerIndex], 'optionalAccess', _217 => _217.url]);
|
|
4466
4263
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4467
4264
|
},
|
|
4468
4265
|
/**
|
|
@@ -4474,8 +4271,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4474
4271
|
*/
|
|
4475
4272
|
async emailsGet(emailId, options) {
|
|
4476
4273
|
const localVarAxiosArgs = await localVarAxiosParamCreator.emailsGet(emailId, options);
|
|
4477
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4478
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4274
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _218 => _218.serverIndex]), () => ( 0));
|
|
4275
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _219 => _219["UnboundApi.emailsGet"], 'optionalAccess', _220 => _220[localVarOperationServerIndex], 'optionalAccess', _221 => _221.url]);
|
|
4479
4276
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4480
4277
|
},
|
|
4481
4278
|
/**
|
|
@@ -4488,8 +4285,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4488
4285
|
*/
|
|
4489
4286
|
async emailsUpdate(emailId, aPIEmailUpdate, options) {
|
|
4490
4287
|
const localVarAxiosArgs = await localVarAxiosParamCreator.emailsUpdate(emailId, aPIEmailUpdate, options);
|
|
4491
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4492
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4288
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _222 => _222.serverIndex]), () => ( 0));
|
|
4289
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _223 => _223["UnboundApi.emailsUpdate"], 'optionalAccess', _224 => _224[localVarOperationServerIndex], 'optionalAccess', _225 => _225.url]);
|
|
4493
4290
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4494
4291
|
},
|
|
4495
4292
|
/**
|
|
@@ -4501,8 +4298,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4501
4298
|
*/
|
|
4502
4299
|
async inquiriesList(contactId, options) {
|
|
4503
4300
|
const localVarAxiosArgs = await localVarAxiosParamCreator.inquiriesList(contactId, options);
|
|
4504
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4505
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4301
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _226 => _226.serverIndex]), () => ( 0));
|
|
4302
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _227 => _227["UnboundApi.inquiriesList"], 'optionalAccess', _228 => _228[localVarOperationServerIndex], 'optionalAccess', _229 => _229.url]);
|
|
4506
4303
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4507
4304
|
},
|
|
4508
4305
|
/**
|
|
@@ -4514,8 +4311,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4514
4311
|
*/
|
|
4515
4312
|
async listingsGet(listingId, options) {
|
|
4516
4313
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listingsGet(listingId, options);
|
|
4517
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4518
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4314
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _230 => _230.serverIndex]), () => ( 0));
|
|
4315
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _231 => _231["UnboundApi.listingsGet"], 'optionalAccess', _232 => _232[localVarOperationServerIndex], 'optionalAccess', _233 => _233.url]);
|
|
4519
4316
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4520
4317
|
},
|
|
4521
4318
|
/**
|
|
@@ -4533,8 +4330,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4533
4330
|
*/
|
|
4534
4331
|
async listingsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
4535
4332
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listingsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options);
|
|
4536
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4537
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4333
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _234 => _234.serverIndex]), () => ( 0));
|
|
4334
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _235 => _235["UnboundApi.listingsList"], 'optionalAccess', _236 => _236[localVarOperationServerIndex], 'optionalAccess', _237 => _237.url]);
|
|
4538
4335
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4539
4336
|
},
|
|
4540
4337
|
/**
|
|
@@ -4545,8 +4342,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4545
4342
|
*/
|
|
4546
4343
|
async managedPhoneNumbersList(options) {
|
|
4547
4344
|
const localVarAxiosArgs = await localVarAxiosParamCreator.managedPhoneNumbersList(options);
|
|
4548
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4549
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4345
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _238 => _238.serverIndex]), () => ( 0));
|
|
4346
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _239 => _239["UnboundApi.managedPhoneNumbersList"], 'optionalAccess', _240 => _240[localVarOperationServerIndex], 'optionalAccess', _241 => _241.url]);
|
|
4550
4347
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4551
4348
|
},
|
|
4552
4349
|
/**
|
|
@@ -4559,8 +4356,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4559
4356
|
*/
|
|
4560
4357
|
async messagesCreate(conversationId, aPIMessageCreate, options) {
|
|
4561
4358
|
const localVarAxiosArgs = await localVarAxiosParamCreator.messagesCreate(conversationId, aPIMessageCreate, options);
|
|
4562
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4563
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4359
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _242 => _242.serverIndex]), () => ( 0));
|
|
4360
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _243 => _243["UnboundApi.messagesCreate"], 'optionalAccess', _244 => _244[localVarOperationServerIndex], 'optionalAccess', _245 => _245.url]);
|
|
4564
4361
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4565
4362
|
},
|
|
4566
4363
|
/**
|
|
@@ -4572,28 +4369,27 @@ var UnboundApiFp = function(configuration) {
|
|
|
4572
4369
|
*/
|
|
4573
4370
|
async messagesGet(messageId, options) {
|
|
4574
4371
|
const localVarAxiosArgs = await localVarAxiosParamCreator.messagesGet(messageId, options);
|
|
4575
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4576
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4372
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _246 => _246.serverIndex]), () => ( 0));
|
|
4373
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _247 => _247["UnboundApi.messagesGet"], 'optionalAccess', _248 => _248[localVarOperationServerIndex], 'optionalAccess', _249 => _249.url]);
|
|
4577
4374
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4578
4375
|
},
|
|
4579
4376
|
/**
|
|
4580
4377
|
* Messages List
|
|
4581
4378
|
* @summary Messages List
|
|
4379
|
+
* @param {string} [conversationId]
|
|
4582
4380
|
* @param {string | null} [searchString]
|
|
4583
|
-
* @param {string | null} [contactId]
|
|
4584
|
-
* @param {string | null} [conversationId]
|
|
4585
4381
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
4586
4382
|
* @param {number} [limit]
|
|
4587
4383
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
4588
|
-
* @param {
|
|
4384
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy} [sortBy] Sort key
|
|
4589
4385
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
4590
4386
|
* @param {*} [options] Override http request option.
|
|
4591
4387
|
* @throws {RequiredError}
|
|
4592
4388
|
*/
|
|
4593
|
-
async messagesList(
|
|
4594
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.messagesList(
|
|
4595
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4596
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4389
|
+
async messagesList(conversationId, searchString, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
4390
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.messagesList(conversationId, searchString, cursor, limit, pageDir, sortBy, sortOrder, options);
|
|
4391
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _250 => _250.serverIndex]), () => ( 0));
|
|
4392
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _251 => _251["UnboundApi.messagesList"], 'optionalAccess', _252 => _252[localVarOperationServerIndex], 'optionalAccess', _253 => _253.url]);
|
|
4597
4393
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4598
4394
|
},
|
|
4599
4395
|
/**
|
|
@@ -4606,8 +4402,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4606
4402
|
*/
|
|
4607
4403
|
async phonesCreate(contactId, aPIPhoneCreate, options) {
|
|
4608
4404
|
const localVarAxiosArgs = await localVarAxiosParamCreator.phonesCreate(contactId, aPIPhoneCreate, options);
|
|
4609
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4610
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4405
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _254 => _254.serverIndex]), () => ( 0));
|
|
4406
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _255 => _255["UnboundApi.phonesCreate"], 'optionalAccess', _256 => _256[localVarOperationServerIndex], 'optionalAccess', _257 => _257.url]);
|
|
4611
4407
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4612
4408
|
},
|
|
4613
4409
|
/**
|
|
@@ -4619,8 +4415,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4619
4415
|
*/
|
|
4620
4416
|
async phonesDelete(phoneId, options) {
|
|
4621
4417
|
const localVarAxiosArgs = await localVarAxiosParamCreator.phonesDelete(phoneId, options);
|
|
4622
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4623
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4418
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _258 => _258.serverIndex]), () => ( 0));
|
|
4419
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _259 => _259["UnboundApi.phonesDelete"], 'optionalAccess', _260 => _260[localVarOperationServerIndex], 'optionalAccess', _261 => _261.url]);
|
|
4624
4420
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4625
4421
|
},
|
|
4626
4422
|
/**
|
|
@@ -4632,8 +4428,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4632
4428
|
*/
|
|
4633
4429
|
async phonesGet(phoneId, options) {
|
|
4634
4430
|
const localVarAxiosArgs = await localVarAxiosParamCreator.phonesGet(phoneId, options);
|
|
4635
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4636
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4431
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _262 => _262.serverIndex]), () => ( 0));
|
|
4432
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _263 => _263["UnboundApi.phonesGet"], 'optionalAccess', _264 => _264[localVarOperationServerIndex], 'optionalAccess', _265 => _265.url]);
|
|
4637
4433
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4638
4434
|
},
|
|
4639
4435
|
/**
|
|
@@ -4646,8 +4442,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4646
4442
|
*/
|
|
4647
4443
|
async phonesUpdate(phoneId, aPIPhoneUpdate, options) {
|
|
4648
4444
|
const localVarAxiosArgs = await localVarAxiosParamCreator.phonesUpdate(phoneId, aPIPhoneUpdate, options);
|
|
4649
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4650
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4445
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _266 => _266.serverIndex]), () => ( 0));
|
|
4446
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _267 => _267["UnboundApi.phonesUpdate"], 'optionalAccess', _268 => _268[localVarOperationServerIndex], 'optionalAccess', _269 => _269.url]);
|
|
4651
4447
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4652
4448
|
},
|
|
4653
4449
|
/**
|
|
@@ -4659,8 +4455,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4659
4455
|
*/
|
|
4660
4456
|
async providersCreate(aPIProviderCreate, options) {
|
|
4661
4457
|
const localVarAxiosArgs = await localVarAxiosParamCreator.providersCreate(aPIProviderCreate, options);
|
|
4662
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4663
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4458
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _270 => _270.serverIndex]), () => ( 0));
|
|
4459
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _271 => _271["UnboundApi.providersCreate"], 'optionalAccess', _272 => _272[localVarOperationServerIndex], 'optionalAccess', _273 => _273.url]);
|
|
4664
4460
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4665
4461
|
},
|
|
4666
4462
|
/**
|
|
@@ -4672,8 +4468,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4672
4468
|
*/
|
|
4673
4469
|
async providersGet(providerId, options) {
|
|
4674
4470
|
const localVarAxiosArgs = await localVarAxiosParamCreator.providersGet(providerId, options);
|
|
4675
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4676
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4471
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _274 => _274.serverIndex]), () => ( 0));
|
|
4472
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _275 => _275["UnboundApi.providersGet"], 'optionalAccess', _276 => _276[localVarOperationServerIndex], 'optionalAccess', _277 => _277.url]);
|
|
4677
4473
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4678
4474
|
},
|
|
4679
4475
|
/**
|
|
@@ -4684,8 +4480,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4684
4480
|
*/
|
|
4685
4481
|
async providersList(options) {
|
|
4686
4482
|
const localVarAxiosArgs = await localVarAxiosParamCreator.providersList(options);
|
|
4687
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4688
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4483
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _278 => _278.serverIndex]), () => ( 0));
|
|
4484
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _279 => _279["UnboundApi.providersList"], 'optionalAccess', _280 => _280[localVarOperationServerIndex], 'optionalAccess', _281 => _281.url]);
|
|
4689
4485
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4690
4486
|
},
|
|
4691
4487
|
/**
|
|
@@ -4698,8 +4494,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4698
4494
|
*/
|
|
4699
4495
|
async providersUpdate(providerId, aPIProviderUpdate, options) {
|
|
4700
4496
|
const localVarAxiosArgs = await localVarAxiosParamCreator.providersUpdate(providerId, aPIProviderUpdate, options);
|
|
4701
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4702
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4497
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _282 => _282.serverIndex]), () => ( 0));
|
|
4498
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _283 => _283["UnboundApi.providersUpdate"], 'optionalAccess', _284 => _284[localVarOperationServerIndex], 'optionalAccess', _285 => _285.url]);
|
|
4703
4499
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4704
4500
|
},
|
|
4705
4501
|
/**
|
|
@@ -4711,8 +4507,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4711
4507
|
*/
|
|
4712
4508
|
async reservationsGet(reservationId, options) {
|
|
4713
4509
|
const localVarAxiosArgs = await localVarAxiosParamCreator.reservationsGet(reservationId, options);
|
|
4714
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4715
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4510
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _286 => _286.serverIndex]), () => ( 0));
|
|
4511
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _287 => _287["UnboundApi.reservationsGet"], 'optionalAccess', _288 => _288[localVarOperationServerIndex], 'optionalAccess', _289 => _289.url]);
|
|
4716
4512
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4717
4513
|
},
|
|
4718
4514
|
/**
|
|
@@ -4730,8 +4526,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4730
4526
|
*/
|
|
4731
4527
|
async reservationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
4732
4528
|
const localVarAxiosArgs = await localVarAxiosParamCreator.reservationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options);
|
|
4733
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4734
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4529
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _290 => _290.serverIndex]), () => ( 0));
|
|
4530
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _291 => _291["UnboundApi.reservationsList"], 'optionalAccess', _292 => _292[localVarOperationServerIndex], 'optionalAccess', _293 => _293.url]);
|
|
4735
4531
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4736
4532
|
},
|
|
4737
4533
|
/**
|
|
@@ -4743,8 +4539,8 @@ var UnboundApiFp = function(configuration) {
|
|
|
4743
4539
|
*/
|
|
4744
4540
|
async webhook(hostawayWebhook, options) {
|
|
4745
4541
|
const localVarAxiosArgs = await localVarAxiosParamCreator.webhook(hostawayWebhook, options);
|
|
4746
|
-
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess',
|
|
4747
|
-
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access',
|
|
4542
|
+
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _294 => _294.serverIndex]), () => ( 0));
|
|
4543
|
+
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _295 => _295["UnboundApi.webhook"], 'optionalAccess', _296 => _296[localVarOperationServerIndex], 'optionalAccess', _297 => _297.url]);
|
|
4748
4544
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4749
4545
|
}
|
|
4750
4546
|
};
|
|
@@ -4895,16 +4691,6 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
4895
4691
|
contactsUpdateListing(contactId, listingId, updateContactListing, options) {
|
|
4896
4692
|
return localVarFp.contactsUpdateListing(contactId, listingId, updateContactListing, options).then((request) => request(axios, basePath));
|
|
4897
4693
|
},
|
|
4898
|
-
/**
|
|
4899
|
-
* Conversations Create
|
|
4900
|
-
* @summary Conversations Create
|
|
4901
|
-
* @param {APIConversationCreate} aPIConversationCreate
|
|
4902
|
-
* @param {*} [options] Override http request option.
|
|
4903
|
-
* @throws {RequiredError}
|
|
4904
|
-
*/
|
|
4905
|
-
conversationsCreate(aPIConversationCreate, options) {
|
|
4906
|
-
return localVarFp.conversationsCreate(aPIConversationCreate, options).then((request) => request(axios, basePath));
|
|
4907
|
-
},
|
|
4908
4694
|
/**
|
|
4909
4695
|
* Conversations Get
|
|
4910
4696
|
* @summary Conversations Get
|
|
@@ -4916,7 +4702,7 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
4916
4702
|
return localVarFp.conversationsGet(conversationId, options).then((request) => request(axios, basePath));
|
|
4917
4703
|
},
|
|
4918
4704
|
/**
|
|
4919
|
-
* List all conversations,
|
|
4705
|
+
* List all conversations, must filter by contact_id
|
|
4920
4706
|
* @summary Conversations List
|
|
4921
4707
|
* @param {string | null} [searchString]
|
|
4922
4708
|
* @param {string | null} [contactId]
|
|
@@ -4931,17 +4717,6 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
4931
4717
|
conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
4932
4718
|
return localVarFp.conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(axios, basePath));
|
|
4933
4719
|
},
|
|
4934
|
-
/**
|
|
4935
|
-
* Conversations Update
|
|
4936
|
-
* @summary Conversations Update
|
|
4937
|
-
* @param {string} conversationId
|
|
4938
|
-
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
4939
|
-
* @param {*} [options] Override http request option.
|
|
4940
|
-
* @throws {RequiredError}
|
|
4941
|
-
*/
|
|
4942
|
-
conversationsUpdate(conversationId, aPIConversationUpdate, options) {
|
|
4943
|
-
return localVarFp.conversationsUpdate(conversationId, aPIConversationUpdate, options).then((request) => request(axios, basePath));
|
|
4944
|
-
},
|
|
4945
4720
|
/**
|
|
4946
4721
|
* Emails Create
|
|
4947
4722
|
* @summary Emails Create
|
|
@@ -5053,19 +4828,18 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
5053
4828
|
/**
|
|
5054
4829
|
* Messages List
|
|
5055
4830
|
* @summary Messages List
|
|
4831
|
+
* @param {string} [conversationId]
|
|
5056
4832
|
* @param {string | null} [searchString]
|
|
5057
|
-
* @param {string | null} [contactId]
|
|
5058
|
-
* @param {string | null} [conversationId]
|
|
5059
4833
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5060
4834
|
* @param {number} [limit]
|
|
5061
4835
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5062
|
-
* @param {
|
|
4836
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy} [sortBy] Sort key
|
|
5063
4837
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5064
4838
|
* @param {*} [options] Override http request option.
|
|
5065
4839
|
* @throws {RequiredError}
|
|
5066
4840
|
*/
|
|
5067
|
-
messagesList(
|
|
5068
|
-
return localVarFp.messagesList(
|
|
4841
|
+
messagesList(conversationId, searchString, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
4842
|
+
return localVarFp.messagesList(conversationId, searchString, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(axios, basePath));
|
|
5069
4843
|
},
|
|
5070
4844
|
/**
|
|
5071
4845
|
* Phones Create
|
|
@@ -5344,17 +5118,6 @@ var UnboundApi = class extends BaseAPI {
|
|
|
5344
5118
|
contactsUpdateListing(contactId, listingId, updateContactListing, options) {
|
|
5345
5119
|
return UnboundApiFp(this.configuration).contactsUpdateListing(contactId, listingId, updateContactListing, options).then((request) => request(this.axios, this.basePath));
|
|
5346
5120
|
}
|
|
5347
|
-
/**
|
|
5348
|
-
* Conversations Create
|
|
5349
|
-
* @summary Conversations Create
|
|
5350
|
-
* @param {APIConversationCreate} aPIConversationCreate
|
|
5351
|
-
* @param {*} [options] Override http request option.
|
|
5352
|
-
* @throws {RequiredError}
|
|
5353
|
-
* @memberof UnboundApi
|
|
5354
|
-
*/
|
|
5355
|
-
conversationsCreate(aPIConversationCreate, options) {
|
|
5356
|
-
return UnboundApiFp(this.configuration).conversationsCreate(aPIConversationCreate, options).then((request) => request(this.axios, this.basePath));
|
|
5357
|
-
}
|
|
5358
5121
|
/**
|
|
5359
5122
|
* Conversations Get
|
|
5360
5123
|
* @summary Conversations Get
|
|
@@ -5367,7 +5130,7 @@ var UnboundApi = class extends BaseAPI {
|
|
|
5367
5130
|
return UnboundApiFp(this.configuration).conversationsGet(conversationId, options).then((request) => request(this.axios, this.basePath));
|
|
5368
5131
|
}
|
|
5369
5132
|
/**
|
|
5370
|
-
* List all conversations,
|
|
5133
|
+
* List all conversations, must filter by contact_id
|
|
5371
5134
|
* @summary Conversations List
|
|
5372
5135
|
* @param {string | null} [searchString]
|
|
5373
5136
|
* @param {string | null} [contactId]
|
|
@@ -5383,18 +5146,6 @@ var UnboundApi = class extends BaseAPI {
|
|
|
5383
5146
|
conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
5384
5147
|
return UnboundApiFp(this.configuration).conversationsList(searchString, contactId, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(this.axios, this.basePath));
|
|
5385
5148
|
}
|
|
5386
|
-
/**
|
|
5387
|
-
* Conversations Update
|
|
5388
|
-
* @summary Conversations Update
|
|
5389
|
-
* @param {string} conversationId
|
|
5390
|
-
* @param {APIConversationUpdate} aPIConversationUpdate
|
|
5391
|
-
* @param {*} [options] Override http request option.
|
|
5392
|
-
* @throws {RequiredError}
|
|
5393
|
-
* @memberof UnboundApi
|
|
5394
|
-
*/
|
|
5395
|
-
conversationsUpdate(conversationId, aPIConversationUpdate, options) {
|
|
5396
|
-
return UnboundApiFp(this.configuration).conversationsUpdate(conversationId, aPIConversationUpdate, options).then((request) => request(this.axios, this.basePath));
|
|
5397
|
-
}
|
|
5398
5149
|
/**
|
|
5399
5150
|
* Emails Create
|
|
5400
5151
|
* @summary Emails Create
|
|
@@ -5516,20 +5267,19 @@ var UnboundApi = class extends BaseAPI {
|
|
|
5516
5267
|
/**
|
|
5517
5268
|
* Messages List
|
|
5518
5269
|
* @summary Messages List
|
|
5270
|
+
* @param {string} [conversationId]
|
|
5519
5271
|
* @param {string | null} [searchString]
|
|
5520
|
-
* @param {string | null} [contactId]
|
|
5521
|
-
* @param {string | null} [conversationId]
|
|
5522
5272
|
* @param {string | null} [cursor] Cursor for keyset paging
|
|
5523
5273
|
* @param {number} [limit]
|
|
5524
5274
|
* @param {PaginationDirection} [pageDir] Direction of paging
|
|
5525
|
-
* @param {
|
|
5275
|
+
* @param {SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy} [sortBy] Sort key
|
|
5526
5276
|
* @param {SortOrder} [sortOrder] Sort order asc/desc
|
|
5527
5277
|
* @param {*} [options] Override http request option.
|
|
5528
5278
|
* @throws {RequiredError}
|
|
5529
5279
|
* @memberof UnboundApi
|
|
5530
5280
|
*/
|
|
5531
|
-
messagesList(
|
|
5532
|
-
return UnboundApiFp(this.configuration).messagesList(
|
|
5281
|
+
messagesList(conversationId, searchString, cursor, limit, pageDir, sortBy, sortOrder, options) {
|
|
5282
|
+
return UnboundApiFp(this.configuration).messagesList(conversationId, searchString, cursor, limit, pageDir, sortBy, sortOrder, options).then((request) => request(this.axios, this.basePath));
|
|
5533
5283
|
}
|
|
5534
5284
|
/**
|
|
5535
5285
|
* Phones Create
|
|
@@ -5730,7 +5480,7 @@ var Configuration = class {
|
|
|
5730
5480
|
this.baseOptions = {
|
|
5731
5481
|
...param.baseOptions,
|
|
5732
5482
|
headers: {
|
|
5733
|
-
..._optionalChain([param, 'access',
|
|
5483
|
+
..._optionalChain([param, 'access', _298 => _298.baseOptions, 'optionalAccess', _299 => _299.headers])
|
|
5734
5484
|
}
|
|
5735
5485
|
};
|
|
5736
5486
|
this.formDataCtor = param.formDataCtor;
|
|
@@ -5815,5 +5565,11 @@ var Configuration = class {
|
|
|
5815
5565
|
|
|
5816
5566
|
|
|
5817
5567
|
|
|
5818
|
-
|
|
5568
|
+
|
|
5569
|
+
|
|
5570
|
+
|
|
5571
|
+
|
|
5572
|
+
|
|
5573
|
+
|
|
5574
|
+
exports.AccountsApi = AccountsApi; exports.AccountsApiAxiosParamCreator = AccountsApiAxiosParamCreator; exports.AccountsApiFactory = AccountsApiFactory; exports.AccountsApiFp = AccountsApiFp; exports.BotApiParticipantTypeEnum = BotApiParticipantTypeEnum; exports.Configuration = Configuration; exports.ContactListingType = ContactListingType; exports.ContactsApi = ContactsApi; exports.ContactsApiAxiosParamCreator = ContactsApiAxiosParamCreator; exports.ContactsApiFactory = ContactsApiFactory; exports.ContactsApiFp = ContactsApiFp; exports.ConversationStatus = ConversationStatus; exports.ConversationsApi = ConversationsApi; exports.ConversationsApiAxiosParamCreator = ConversationsApiAxiosParamCreator; exports.ConversationsApiFactory = ConversationsApiFactory; exports.ConversationsApiFp = ConversationsApiFp; exports.ExternalStaffApiStaffTypeEnum = ExternalStaffApiStaffTypeEnum; exports.GuestApiParticipantTypeEnum = GuestApiParticipantTypeEnum; exports.HostawayApi = HostawayApi; exports.HostawayApiAxiosParamCreator = HostawayApiAxiosParamCreator; exports.HostawayApiFactory = HostawayApiFactory; exports.HostawayApiFp = HostawayApiFp; exports.InquiriesApi = InquiriesApi; exports.InquiriesApiAxiosParamCreator = InquiriesApiAxiosParamCreator; exports.InquiriesApiFactory = InquiriesApiFactory; exports.InquiriesApiFp = InquiriesApiFp; exports.InternalStaffApiStaffTypeEnum = InternalStaffApiStaffTypeEnum; exports.ListingsApi = ListingsApi; exports.ListingsApiAxiosParamCreator = ListingsApiAxiosParamCreator; exports.ListingsApiFactory = ListingsApiFactory; exports.ListingsApiFp = ListingsApiFp; exports.ManagedPhoneNumbersApi = ManagedPhoneNumbersApi; exports.ManagedPhoneNumbersApiAxiosParamCreator = ManagedPhoneNumbersApiAxiosParamCreator; exports.ManagedPhoneNumbersApiFactory = ManagedPhoneNumbersApiFactory; exports.ManagedPhoneNumbersApiFp = ManagedPhoneNumbersApiFp; exports.MessageDirection = MessageDirection; exports.MessageStatus = MessageStatus; exports.PaginationDirection = PaginationDirection; exports.ProviderCommunicationType = ProviderCommunicationType; exports.ProviderConversationDataApiConversationTypeEnum = ProviderConversationDataApiConversationTypeEnum; exports.ProviderStaffApiStaffTypeEnum = ProviderStaffApiStaffTypeEnum; exports.ProvidersApi = ProvidersApi; exports.ProvidersApiAxiosParamCreator = ProvidersApiAxiosParamCreator; exports.ProvidersApiFactory = ProvidersApiFactory; exports.ProvidersApiFp = ProvidersApiFp; exports.RentalProviderMessageApiMessageTypeEnum = RentalProviderMessageApiMessageTypeEnum; exports.ReservationChannelTypes = ReservationChannelTypes; exports.ReservationStatus = ReservationStatus; exports.ReservationsApi = ReservationsApi; exports.ReservationsApiAxiosParamCreator = ReservationsApiAxiosParamCreator; exports.ReservationsApiFactory = ReservationsApiFactory; exports.ReservationsApiFp = ReservationsApiFp; exports.SortOrder = SortOrder; exports.SrcResourceModelsContactsModelContactsModelContactSortBy = SrcResourceModelsContactsModelContactsModelContactSortBy; exports.SrcResourceModelsConversationsModelConversationsModelConversationSortBy = SrcResourceModelsConversationsModelConversationsModelConversationSortBy; exports.SrcResourceModelsHelperModelsCustomBaseModelCreateApi1MessageTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelCreateApi1MessageTypeEnum; exports.SrcResourceModelsHelperModelsCustomBaseModelCreateApi2MessageTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelCreateApi2MessageTypeEnum; exports.SrcResourceModelsHelperModelsCustomBaseModelCreateApi3MessageTypeEnum = SrcResourceModelsHelperModelsCustomBaseModelCreateApi3MessageTypeEnum; exports.SrcResourceModelsListingsModelListingBaseSortBy = SrcResourceModelsListingsModelListingBaseSortBy; exports.SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy = SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy; exports.SrcResourceModelsReservationsModelReservationBaseModelSortBy = SrcResourceModelsReservationsModelReservationBaseModelSortBy; exports.StaffApiParticipantTypeEnum = StaffApiParticipantTypeEnum; exports.TwilioConversationDataApiConversationTypeEnum = TwilioConversationDataApiConversationTypeEnum; exports.TwilioInboundSenderTypeDataApiDirectionEnum = TwilioInboundSenderTypeDataApiDirectionEnum; exports.TwilioOutboundSenderTypeDataApiDirectionEnum = TwilioOutboundSenderTypeDataApiDirectionEnum; exports.TwilioProviderMessageApiMessageTypeEnum = TwilioProviderMessageApiMessageTypeEnum; exports.UnboundApi = UnboundApi; exports.UnboundApiAxiosParamCreator = UnboundApiAxiosParamCreator; exports.UnboundApiFactory = UnboundApiFactory; exports.UnboundApiFp = UnboundApiFp;
|
|
5819
5575
|
//# sourceMappingURL=index.js.map
|