@ember-home/unbound-ts-client 0.0.86 → 0.0.88
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 +117 -15
- package/dist/index.d.ts +117 -15
- package/dist/index.js +125 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +120 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1103,6 +1103,24 @@ interface APIMessage {
|
|
|
1103
1103
|
* @memberof APIMessage
|
|
1104
1104
|
*/
|
|
1105
1105
|
'guestReadAt'?: string | null;
|
|
1106
|
+
/**
|
|
1107
|
+
*
|
|
1108
|
+
* @type {Array<MessageAttachmentApi>}
|
|
1109
|
+
* @memberof APIMessage
|
|
1110
|
+
*/
|
|
1111
|
+
'attachments'?: Array<MessageAttachmentApi> | null;
|
|
1112
|
+
/**
|
|
1113
|
+
*
|
|
1114
|
+
* @type {string}
|
|
1115
|
+
* @memberof APIMessage
|
|
1116
|
+
*/
|
|
1117
|
+
'suggestionId'?: string | null;
|
|
1118
|
+
/**
|
|
1119
|
+
*
|
|
1120
|
+
* @type {ReasonType}
|
|
1121
|
+
* @memberof APIMessage
|
|
1122
|
+
*/
|
|
1123
|
+
'suggestionReason'?: ReasonType | null;
|
|
1106
1124
|
/**
|
|
1107
1125
|
*
|
|
1108
1126
|
* @type {string}
|
|
@@ -1473,6 +1491,12 @@ interface APIReservation {
|
|
|
1473
1491
|
* @interface APIUserDevice
|
|
1474
1492
|
*/
|
|
1475
1493
|
interface APIUserDevice {
|
|
1494
|
+
/**
|
|
1495
|
+
*
|
|
1496
|
+
* @type {string}
|
|
1497
|
+
* @memberof APIUserDevice
|
|
1498
|
+
*/
|
|
1499
|
+
'userDeviceId': string;
|
|
1476
1500
|
/**
|
|
1477
1501
|
*
|
|
1478
1502
|
* @type {string}
|
|
@@ -1509,24 +1533,12 @@ interface APIUserDevice {
|
|
|
1509
1533
|
* @memberof APIUserDevice
|
|
1510
1534
|
*/
|
|
1511
1535
|
'installedAppVersion': string;
|
|
1512
|
-
/**
|
|
1513
|
-
*
|
|
1514
|
-
* @type {string}
|
|
1515
|
-
* @memberof APIUserDevice
|
|
1516
|
-
*/
|
|
1517
|
-
'deviceIdentifier'?: string | null;
|
|
1518
1536
|
/**
|
|
1519
1537
|
*
|
|
1520
1538
|
* @type {boolean}
|
|
1521
1539
|
* @memberof APIUserDevice
|
|
1522
1540
|
*/
|
|
1523
1541
|
'archived'?: boolean;
|
|
1524
|
-
/**
|
|
1525
|
-
*
|
|
1526
|
-
* @type {string}
|
|
1527
|
-
* @memberof APIUserDevice
|
|
1528
|
-
*/
|
|
1529
|
-
'userDeviceId': string;
|
|
1530
1542
|
/**
|
|
1531
1543
|
*
|
|
1532
1544
|
* @type {string}
|
|
@@ -1551,7 +1563,7 @@ interface APIUserDeviceCreate {
|
|
|
1551
1563
|
* @type {string}
|
|
1552
1564
|
* @memberof APIUserDeviceCreate
|
|
1553
1565
|
*/
|
|
1554
|
-
'
|
|
1566
|
+
'userDeviceId': string;
|
|
1555
1567
|
/**
|
|
1556
1568
|
*
|
|
1557
1569
|
* @type {string}
|
|
@@ -2258,6 +2270,31 @@ interface ListResponseAPIProvider {
|
|
|
2258
2270
|
*/
|
|
2259
2271
|
'data': Array<APIProvider>;
|
|
2260
2272
|
}
|
|
2273
|
+
/**
|
|
2274
|
+
*
|
|
2275
|
+
* @export
|
|
2276
|
+
* @interface MessageAttachmentApi
|
|
2277
|
+
*/
|
|
2278
|
+
interface MessageAttachmentApi {
|
|
2279
|
+
/**
|
|
2280
|
+
*
|
|
2281
|
+
* @type {string}
|
|
2282
|
+
* @memberof MessageAttachmentApi
|
|
2283
|
+
*/
|
|
2284
|
+
'url': string;
|
|
2285
|
+
/**
|
|
2286
|
+
*
|
|
2287
|
+
* @type {string}
|
|
2288
|
+
* @memberof MessageAttachmentApi
|
|
2289
|
+
*/
|
|
2290
|
+
'mimeType'?: string | null;
|
|
2291
|
+
/**
|
|
2292
|
+
*
|
|
2293
|
+
* @type {string}
|
|
2294
|
+
* @memberof MessageAttachmentApi
|
|
2295
|
+
*/
|
|
2296
|
+
'extension'?: string | null;
|
|
2297
|
+
}
|
|
2261
2298
|
/**
|
|
2262
2299
|
*
|
|
2263
2300
|
* @export
|
|
@@ -3168,7 +3205,6 @@ interface SuggestionApi {
|
|
|
3168
3205
|
*/
|
|
3169
3206
|
declare const SuggestionStatus: {
|
|
3170
3207
|
readonly Generating: "GENERATING";
|
|
3171
|
-
readonly DeterminingEligibility: "DETERMINING_ELIGIBILITY";
|
|
3172
3208
|
readonly SkippedOutdated: "SKIPPED_OUTDATED";
|
|
3173
3209
|
readonly SkippedNoEligibleMessages: "SKIPPED_NO_ELIGIBLE_MESSAGES";
|
|
3174
3210
|
readonly AnsweredByStaff: "ANSWERED_BY_STAFF";
|
|
@@ -5611,6 +5647,14 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
5611
5647
|
* @throws {RequiredError}
|
|
5612
5648
|
*/
|
|
5613
5649
|
userDevicesCreate: (aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5650
|
+
/**
|
|
5651
|
+
* UserDevices Delete
|
|
5652
|
+
* @summary UserDevices Delete
|
|
5653
|
+
* @param {string} userDeviceId
|
|
5654
|
+
* @param {*} [options] Override http request option.
|
|
5655
|
+
* @throws {RequiredError}
|
|
5656
|
+
*/
|
|
5657
|
+
userDevicesDelete: (userDeviceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5614
5658
|
/**
|
|
5615
5659
|
*
|
|
5616
5660
|
* @summary Unifiedwebhook
|
|
@@ -5990,6 +6034,14 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
5990
6034
|
* @throws {RequiredError}
|
|
5991
6035
|
*/
|
|
5992
6036
|
userDevicesCreate(aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIUserDevice>>;
|
|
6037
|
+
/**
|
|
6038
|
+
* UserDevices Delete
|
|
6039
|
+
* @summary UserDevices Delete
|
|
6040
|
+
* @param {string} userDeviceId
|
|
6041
|
+
* @param {*} [options] Override http request option.
|
|
6042
|
+
* @throws {RequiredError}
|
|
6043
|
+
*/
|
|
6044
|
+
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
5993
6045
|
/**
|
|
5994
6046
|
*
|
|
5995
6047
|
* @summary Unifiedwebhook
|
|
@@ -6369,6 +6421,14 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
6369
6421
|
* @throws {RequiredError}
|
|
6370
6422
|
*/
|
|
6371
6423
|
userDevicesCreate(aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig): AxiosPromise<APIUserDevice>;
|
|
6424
|
+
/**
|
|
6425
|
+
* UserDevices Delete
|
|
6426
|
+
* @summary UserDevices Delete
|
|
6427
|
+
* @param {string} userDeviceId
|
|
6428
|
+
* @param {*} [options] Override http request option.
|
|
6429
|
+
* @throws {RequiredError}
|
|
6430
|
+
*/
|
|
6431
|
+
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
6372
6432
|
/**
|
|
6373
6433
|
*
|
|
6374
6434
|
* @summary Unifiedwebhook
|
|
@@ -6790,6 +6850,15 @@ declare class UnboundApi extends BaseAPI {
|
|
|
6790
6850
|
* @memberof UnboundApi
|
|
6791
6851
|
*/
|
|
6792
6852
|
userDevicesCreate(aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIUserDevice, any>>;
|
|
6853
|
+
/**
|
|
6854
|
+
* UserDevices Delete
|
|
6855
|
+
* @summary UserDevices Delete
|
|
6856
|
+
* @param {string} userDeviceId
|
|
6857
|
+
* @param {*} [options] Override http request option.
|
|
6858
|
+
* @throws {RequiredError}
|
|
6859
|
+
* @memberof UnboundApi
|
|
6860
|
+
*/
|
|
6861
|
+
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
6793
6862
|
/**
|
|
6794
6863
|
*
|
|
6795
6864
|
* @summary Unifiedwebhook
|
|
@@ -6813,6 +6882,14 @@ declare const UserDevicesApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
6813
6882
|
* @throws {RequiredError}
|
|
6814
6883
|
*/
|
|
6815
6884
|
userDevicesCreate: (aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6885
|
+
/**
|
|
6886
|
+
* UserDevices Delete
|
|
6887
|
+
* @summary UserDevices Delete
|
|
6888
|
+
* @param {string} userDeviceId
|
|
6889
|
+
* @param {*} [options] Override http request option.
|
|
6890
|
+
* @throws {RequiredError}
|
|
6891
|
+
*/
|
|
6892
|
+
userDevicesDelete: (userDeviceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6816
6893
|
};
|
|
6817
6894
|
/**
|
|
6818
6895
|
* UserDevicesApi - functional programming interface
|
|
@@ -6827,6 +6904,14 @@ declare const UserDevicesApiFp: (configuration?: Configuration) => {
|
|
|
6827
6904
|
* @throws {RequiredError}
|
|
6828
6905
|
*/
|
|
6829
6906
|
userDevicesCreate(aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIUserDevice>>;
|
|
6907
|
+
/**
|
|
6908
|
+
* UserDevices Delete
|
|
6909
|
+
* @summary UserDevices Delete
|
|
6910
|
+
* @param {string} userDeviceId
|
|
6911
|
+
* @param {*} [options] Override http request option.
|
|
6912
|
+
* @throws {RequiredError}
|
|
6913
|
+
*/
|
|
6914
|
+
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
6830
6915
|
};
|
|
6831
6916
|
/**
|
|
6832
6917
|
* UserDevicesApi - factory interface
|
|
@@ -6841,6 +6926,14 @@ declare const UserDevicesApiFactory: (configuration?: Configuration, basePath?:
|
|
|
6841
6926
|
* @throws {RequiredError}
|
|
6842
6927
|
*/
|
|
6843
6928
|
userDevicesCreate(aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig): AxiosPromise<APIUserDevice>;
|
|
6929
|
+
/**
|
|
6930
|
+
* UserDevices Delete
|
|
6931
|
+
* @summary UserDevices Delete
|
|
6932
|
+
* @param {string} userDeviceId
|
|
6933
|
+
* @param {*} [options] Override http request option.
|
|
6934
|
+
* @throws {RequiredError}
|
|
6935
|
+
*/
|
|
6936
|
+
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
6844
6937
|
};
|
|
6845
6938
|
/**
|
|
6846
6939
|
* UserDevicesApi - object-oriented interface
|
|
@@ -6858,6 +6951,15 @@ declare class UserDevicesApi extends BaseAPI {
|
|
|
6858
6951
|
* @memberof UserDevicesApi
|
|
6859
6952
|
*/
|
|
6860
6953
|
userDevicesCreate(aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIUserDevice, any>>;
|
|
6954
|
+
/**
|
|
6955
|
+
* UserDevices Delete
|
|
6956
|
+
* @summary UserDevices Delete
|
|
6957
|
+
* @param {string} userDeviceId
|
|
6958
|
+
* @param {*} [options] Override http request option.
|
|
6959
|
+
* @throws {RequiredError}
|
|
6960
|
+
* @memberof UserDevicesApi
|
|
6961
|
+
*/
|
|
6962
|
+
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
6861
6963
|
}
|
|
6862
6964
|
|
|
6863
|
-
export { type APIAccount, type APIAddress, type APIAddressCreate, type APIAddressUpdate, type APIContact, type APIContactCreate1, type APIContactCreate2, type APIContactUpdate, type APIConversation, type APIConversationUpdate, type APIEmail, type APIEmailCreate, type APIEmailUpdate, type APIInbox, type APIInquiry, type APIListing, type APIManagedPhoneNumber, type APIMessage, type APIMessageCreate1, type APIMessageCreate2, type APIPhone, type APIPhoneCreate, type APIPhoneUpdate, type APIProvider, type APIProviderCreate, type APIProviderUpdate, type APIReservation, type APIUserDevice, type APIUserDeviceCreate, type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AddressApi, type AttributeSourceApi, type AttributionApi, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddressApi, type BotApi, BotApiParticipantTypeEnum, type ChannelInfoApi, Configuration, type ConfigurationParameters, ContactListingType, type ContactTypeDataApi, type Contactcreate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ConversationStatus, type ConversationSuggestionApi, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type CreateContactListing, type DeleteContactListing, type EmailApi, type EmailConversationDataApi, EmailConversationDataApiConversationTypeEnum, type EmailInboxApi, EmailInboxApiInboxTypeEnum, type EmailProviderMessageApi, EmailProviderMessageApiMessageTypeEnum, type ExternalStaffApi, ExternalStaffApiStaffTypeEnum, type GuestApi, GuestApiParticipantTypeEnum, type GuestDataApi, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, InboxesApi, InboxesApiAxiosParamCreator, InboxesApiFactory, InboxesApiFp, type Inboxtypedata, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type InternalStaffApi, InternalStaffApiStaffTypeEnum, type LeadDataApi, type ListResponseAPIAccount, type ListResponseAPIInbox, type ListResponseAPIInquiry, type ListResponseAPIManagedPhoneNumber, type ListResponseAPIProvider, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, MessageDirection, MessageStatus, type Messagecreate, type Messagetypedata, type Messagetypedata1, type OwnerDataApi, type PaginatedResponseAPIContact, type PaginatedResponseAPIConversation, type PaginatedResponseAPIListing, type PaginatedResponseAPIMessage, type PaginatedResponseAPIReservation, PaginationDirection, type Participantname, type Participanttypedata, type PhoneApi, type PhoneInboxApi, PhoneInboxApiInboxTypeEnum, type PhonesApi, type ProviderAccountInboxApi, ProviderAccountInboxApiInboxTypeEnum, type ProviderAddressesApi, type ProviderAttributionApi, ProviderCommunicationType, type ProviderConversationDataApi, ProviderConversationDataApiConversationTypeEnum, type ProviderEmailsApi, type ProviderInfoApi, type ProviderPhonesApi, type ProviderStaffApi, ProviderStaffApiStaffTypeEnum, ProvidersApi, ProvidersApiAxiosParamCreator, ProvidersApiFactory, ProvidersApiFp, ReasonType, type RelatedListingApi, type RentalProviderMessageApi, RentalProviderMessageApiMessageTypeEnum, RentalProviderTypes, ReservationChannelTypes, ReservationStatus, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type Sendertypedata, SortOrder, SrcResourceModelsContactsModelContactsModelContactSortBy, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi1, SrcResourceModelsHelperModelsCustomBaseModelCreateApi1MessageTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2, SrcResourceModelsHelperModelsCustomBaseModelCreateApi2MessageTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi3, SrcResourceModelsHelperModelsCustomBaseModelCreateApi3MessageTypeEnum, SrcResourceModelsListingsModelListingBaseSortBy, SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy, SrcResourceModelsReservationsModelReservationBaseModelSortBy, type StaffApi, StaffApiParticipantTypeEnum, type Stafftypedata, type SubjectApi, type SuggestionApi, SuggestionStatus, type ToItemApi, type TwilioConversationDataApi, TwilioConversationDataApiConversationTypeEnum, type TwilioInboundSenderTypeDataApi, TwilioInboundSenderTypeDataApiDirectionEnum, type TwilioOutboundSenderTypeDataApi, TwilioOutboundSenderTypeDataApiDirectionEnum, type TwilioProviderMessageApi, TwilioProviderMessageApiMessageTypeEnum, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContactListing, type UserApi, UserDeviceOs, UserDevicesApi, UserDevicesApiAxiosParamCreator, UserDevicesApiFactory, UserDevicesApiFp };
|
|
6965
|
+
export { type APIAccount, type APIAddress, type APIAddressCreate, type APIAddressUpdate, type APIContact, type APIContactCreate1, type APIContactCreate2, type APIContactUpdate, type APIConversation, type APIConversationUpdate, type APIEmail, type APIEmailCreate, type APIEmailUpdate, type APIInbox, type APIInquiry, type APIListing, type APIManagedPhoneNumber, type APIMessage, type APIMessageCreate1, type APIMessageCreate2, type APIPhone, type APIPhoneCreate, type APIPhoneUpdate, type APIProvider, type APIProviderCreate, type APIProviderUpdate, type APIReservation, type APIUserDevice, type APIUserDeviceCreate, type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AddressApi, type AttributeSourceApi, type AttributionApi, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddressApi, type BotApi, BotApiParticipantTypeEnum, type ChannelInfoApi, Configuration, type ConfigurationParameters, ContactListingType, type ContactTypeDataApi, type Contactcreate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ConversationStatus, type ConversationSuggestionApi, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type CreateContactListing, type DeleteContactListing, type EmailApi, type EmailConversationDataApi, EmailConversationDataApiConversationTypeEnum, type EmailInboxApi, EmailInboxApiInboxTypeEnum, type EmailProviderMessageApi, EmailProviderMessageApiMessageTypeEnum, type ExternalStaffApi, ExternalStaffApiStaffTypeEnum, type GuestApi, GuestApiParticipantTypeEnum, type GuestDataApi, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, InboxesApi, InboxesApiAxiosParamCreator, InboxesApiFactory, InboxesApiFp, type Inboxtypedata, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type InternalStaffApi, InternalStaffApiStaffTypeEnum, type LeadDataApi, type ListResponseAPIAccount, type ListResponseAPIInbox, type ListResponseAPIInquiry, type ListResponseAPIManagedPhoneNumber, type ListResponseAPIProvider, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, type MessageAttachmentApi, MessageDirection, MessageStatus, type Messagecreate, type Messagetypedata, type Messagetypedata1, type OwnerDataApi, type PaginatedResponseAPIContact, type PaginatedResponseAPIConversation, type PaginatedResponseAPIListing, type PaginatedResponseAPIMessage, type PaginatedResponseAPIReservation, PaginationDirection, type Participantname, type Participanttypedata, type PhoneApi, type PhoneInboxApi, PhoneInboxApiInboxTypeEnum, type PhonesApi, type ProviderAccountInboxApi, ProviderAccountInboxApiInboxTypeEnum, type ProviderAddressesApi, type ProviderAttributionApi, ProviderCommunicationType, type ProviderConversationDataApi, ProviderConversationDataApiConversationTypeEnum, type ProviderEmailsApi, type ProviderInfoApi, type ProviderPhonesApi, type ProviderStaffApi, ProviderStaffApiStaffTypeEnum, ProvidersApi, ProvidersApiAxiosParamCreator, ProvidersApiFactory, ProvidersApiFp, ReasonType, type RelatedListingApi, type RentalProviderMessageApi, RentalProviderMessageApiMessageTypeEnum, RentalProviderTypes, ReservationChannelTypes, ReservationStatus, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type Sendertypedata, SortOrder, SrcResourceModelsContactsModelContactsModelContactSortBy, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi1, SrcResourceModelsHelperModelsCustomBaseModelCreateApi1MessageTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2, SrcResourceModelsHelperModelsCustomBaseModelCreateApi2MessageTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi3, SrcResourceModelsHelperModelsCustomBaseModelCreateApi3MessageTypeEnum, SrcResourceModelsListingsModelListingBaseSortBy, SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy, SrcResourceModelsReservationsModelReservationBaseModelSortBy, type StaffApi, StaffApiParticipantTypeEnum, type Stafftypedata, type SubjectApi, type SuggestionApi, SuggestionStatus, type ToItemApi, type TwilioConversationDataApi, TwilioConversationDataApiConversationTypeEnum, type TwilioInboundSenderTypeDataApi, TwilioInboundSenderTypeDataApiDirectionEnum, type TwilioOutboundSenderTypeDataApi, TwilioOutboundSenderTypeDataApiDirectionEnum, type TwilioProviderMessageApi, TwilioProviderMessageApiMessageTypeEnum, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContactListing, type UserApi, UserDeviceOs, UserDevicesApi, UserDevicesApiAxiosParamCreator, UserDevicesApiFactory, UserDevicesApiFp };
|
package/dist/index.d.ts
CHANGED
|
@@ -1103,6 +1103,24 @@ interface APIMessage {
|
|
|
1103
1103
|
* @memberof APIMessage
|
|
1104
1104
|
*/
|
|
1105
1105
|
'guestReadAt'?: string | null;
|
|
1106
|
+
/**
|
|
1107
|
+
*
|
|
1108
|
+
* @type {Array<MessageAttachmentApi>}
|
|
1109
|
+
* @memberof APIMessage
|
|
1110
|
+
*/
|
|
1111
|
+
'attachments'?: Array<MessageAttachmentApi> | null;
|
|
1112
|
+
/**
|
|
1113
|
+
*
|
|
1114
|
+
* @type {string}
|
|
1115
|
+
* @memberof APIMessage
|
|
1116
|
+
*/
|
|
1117
|
+
'suggestionId'?: string | null;
|
|
1118
|
+
/**
|
|
1119
|
+
*
|
|
1120
|
+
* @type {ReasonType}
|
|
1121
|
+
* @memberof APIMessage
|
|
1122
|
+
*/
|
|
1123
|
+
'suggestionReason'?: ReasonType | null;
|
|
1106
1124
|
/**
|
|
1107
1125
|
*
|
|
1108
1126
|
* @type {string}
|
|
@@ -1473,6 +1491,12 @@ interface APIReservation {
|
|
|
1473
1491
|
* @interface APIUserDevice
|
|
1474
1492
|
*/
|
|
1475
1493
|
interface APIUserDevice {
|
|
1494
|
+
/**
|
|
1495
|
+
*
|
|
1496
|
+
* @type {string}
|
|
1497
|
+
* @memberof APIUserDevice
|
|
1498
|
+
*/
|
|
1499
|
+
'userDeviceId': string;
|
|
1476
1500
|
/**
|
|
1477
1501
|
*
|
|
1478
1502
|
* @type {string}
|
|
@@ -1509,24 +1533,12 @@ interface APIUserDevice {
|
|
|
1509
1533
|
* @memberof APIUserDevice
|
|
1510
1534
|
*/
|
|
1511
1535
|
'installedAppVersion': string;
|
|
1512
|
-
/**
|
|
1513
|
-
*
|
|
1514
|
-
* @type {string}
|
|
1515
|
-
* @memberof APIUserDevice
|
|
1516
|
-
*/
|
|
1517
|
-
'deviceIdentifier'?: string | null;
|
|
1518
1536
|
/**
|
|
1519
1537
|
*
|
|
1520
1538
|
* @type {boolean}
|
|
1521
1539
|
* @memberof APIUserDevice
|
|
1522
1540
|
*/
|
|
1523
1541
|
'archived'?: boolean;
|
|
1524
|
-
/**
|
|
1525
|
-
*
|
|
1526
|
-
* @type {string}
|
|
1527
|
-
* @memberof APIUserDevice
|
|
1528
|
-
*/
|
|
1529
|
-
'userDeviceId': string;
|
|
1530
1542
|
/**
|
|
1531
1543
|
*
|
|
1532
1544
|
* @type {string}
|
|
@@ -1551,7 +1563,7 @@ interface APIUserDeviceCreate {
|
|
|
1551
1563
|
* @type {string}
|
|
1552
1564
|
* @memberof APIUserDeviceCreate
|
|
1553
1565
|
*/
|
|
1554
|
-
'
|
|
1566
|
+
'userDeviceId': string;
|
|
1555
1567
|
/**
|
|
1556
1568
|
*
|
|
1557
1569
|
* @type {string}
|
|
@@ -2258,6 +2270,31 @@ interface ListResponseAPIProvider {
|
|
|
2258
2270
|
*/
|
|
2259
2271
|
'data': Array<APIProvider>;
|
|
2260
2272
|
}
|
|
2273
|
+
/**
|
|
2274
|
+
*
|
|
2275
|
+
* @export
|
|
2276
|
+
* @interface MessageAttachmentApi
|
|
2277
|
+
*/
|
|
2278
|
+
interface MessageAttachmentApi {
|
|
2279
|
+
/**
|
|
2280
|
+
*
|
|
2281
|
+
* @type {string}
|
|
2282
|
+
* @memberof MessageAttachmentApi
|
|
2283
|
+
*/
|
|
2284
|
+
'url': string;
|
|
2285
|
+
/**
|
|
2286
|
+
*
|
|
2287
|
+
* @type {string}
|
|
2288
|
+
* @memberof MessageAttachmentApi
|
|
2289
|
+
*/
|
|
2290
|
+
'mimeType'?: string | null;
|
|
2291
|
+
/**
|
|
2292
|
+
*
|
|
2293
|
+
* @type {string}
|
|
2294
|
+
* @memberof MessageAttachmentApi
|
|
2295
|
+
*/
|
|
2296
|
+
'extension'?: string | null;
|
|
2297
|
+
}
|
|
2261
2298
|
/**
|
|
2262
2299
|
*
|
|
2263
2300
|
* @export
|
|
@@ -3168,7 +3205,6 @@ interface SuggestionApi {
|
|
|
3168
3205
|
*/
|
|
3169
3206
|
declare const SuggestionStatus: {
|
|
3170
3207
|
readonly Generating: "GENERATING";
|
|
3171
|
-
readonly DeterminingEligibility: "DETERMINING_ELIGIBILITY";
|
|
3172
3208
|
readonly SkippedOutdated: "SKIPPED_OUTDATED";
|
|
3173
3209
|
readonly SkippedNoEligibleMessages: "SKIPPED_NO_ELIGIBLE_MESSAGES";
|
|
3174
3210
|
readonly AnsweredByStaff: "ANSWERED_BY_STAFF";
|
|
@@ -5611,6 +5647,14 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
5611
5647
|
* @throws {RequiredError}
|
|
5612
5648
|
*/
|
|
5613
5649
|
userDevicesCreate: (aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5650
|
+
/**
|
|
5651
|
+
* UserDevices Delete
|
|
5652
|
+
* @summary UserDevices Delete
|
|
5653
|
+
* @param {string} userDeviceId
|
|
5654
|
+
* @param {*} [options] Override http request option.
|
|
5655
|
+
* @throws {RequiredError}
|
|
5656
|
+
*/
|
|
5657
|
+
userDevicesDelete: (userDeviceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
5614
5658
|
/**
|
|
5615
5659
|
*
|
|
5616
5660
|
* @summary Unifiedwebhook
|
|
@@ -5990,6 +6034,14 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
5990
6034
|
* @throws {RequiredError}
|
|
5991
6035
|
*/
|
|
5992
6036
|
userDevicesCreate(aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIUserDevice>>;
|
|
6037
|
+
/**
|
|
6038
|
+
* UserDevices Delete
|
|
6039
|
+
* @summary UserDevices Delete
|
|
6040
|
+
* @param {string} userDeviceId
|
|
6041
|
+
* @param {*} [options] Override http request option.
|
|
6042
|
+
* @throws {RequiredError}
|
|
6043
|
+
*/
|
|
6044
|
+
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
5993
6045
|
/**
|
|
5994
6046
|
*
|
|
5995
6047
|
* @summary Unifiedwebhook
|
|
@@ -6369,6 +6421,14 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
6369
6421
|
* @throws {RequiredError}
|
|
6370
6422
|
*/
|
|
6371
6423
|
userDevicesCreate(aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig): AxiosPromise<APIUserDevice>;
|
|
6424
|
+
/**
|
|
6425
|
+
* UserDevices Delete
|
|
6426
|
+
* @summary UserDevices Delete
|
|
6427
|
+
* @param {string} userDeviceId
|
|
6428
|
+
* @param {*} [options] Override http request option.
|
|
6429
|
+
* @throws {RequiredError}
|
|
6430
|
+
*/
|
|
6431
|
+
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
6372
6432
|
/**
|
|
6373
6433
|
*
|
|
6374
6434
|
* @summary Unifiedwebhook
|
|
@@ -6790,6 +6850,15 @@ declare class UnboundApi extends BaseAPI {
|
|
|
6790
6850
|
* @memberof UnboundApi
|
|
6791
6851
|
*/
|
|
6792
6852
|
userDevicesCreate(aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIUserDevice, any>>;
|
|
6853
|
+
/**
|
|
6854
|
+
* UserDevices Delete
|
|
6855
|
+
* @summary UserDevices Delete
|
|
6856
|
+
* @param {string} userDeviceId
|
|
6857
|
+
* @param {*} [options] Override http request option.
|
|
6858
|
+
* @throws {RequiredError}
|
|
6859
|
+
* @memberof UnboundApi
|
|
6860
|
+
*/
|
|
6861
|
+
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
6793
6862
|
/**
|
|
6794
6863
|
*
|
|
6795
6864
|
* @summary Unifiedwebhook
|
|
@@ -6813,6 +6882,14 @@ declare const UserDevicesApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
6813
6882
|
* @throws {RequiredError}
|
|
6814
6883
|
*/
|
|
6815
6884
|
userDevicesCreate: (aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6885
|
+
/**
|
|
6886
|
+
* UserDevices Delete
|
|
6887
|
+
* @summary UserDevices Delete
|
|
6888
|
+
* @param {string} userDeviceId
|
|
6889
|
+
* @param {*} [options] Override http request option.
|
|
6890
|
+
* @throws {RequiredError}
|
|
6891
|
+
*/
|
|
6892
|
+
userDevicesDelete: (userDeviceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6816
6893
|
};
|
|
6817
6894
|
/**
|
|
6818
6895
|
* UserDevicesApi - functional programming interface
|
|
@@ -6827,6 +6904,14 @@ declare const UserDevicesApiFp: (configuration?: Configuration) => {
|
|
|
6827
6904
|
* @throws {RequiredError}
|
|
6828
6905
|
*/
|
|
6829
6906
|
userDevicesCreate(aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIUserDevice>>;
|
|
6907
|
+
/**
|
|
6908
|
+
* UserDevices Delete
|
|
6909
|
+
* @summary UserDevices Delete
|
|
6910
|
+
* @param {string} userDeviceId
|
|
6911
|
+
* @param {*} [options] Override http request option.
|
|
6912
|
+
* @throws {RequiredError}
|
|
6913
|
+
*/
|
|
6914
|
+
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
6830
6915
|
};
|
|
6831
6916
|
/**
|
|
6832
6917
|
* UserDevicesApi - factory interface
|
|
@@ -6841,6 +6926,14 @@ declare const UserDevicesApiFactory: (configuration?: Configuration, basePath?:
|
|
|
6841
6926
|
* @throws {RequiredError}
|
|
6842
6927
|
*/
|
|
6843
6928
|
userDevicesCreate(aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig): AxiosPromise<APIUserDevice>;
|
|
6929
|
+
/**
|
|
6930
|
+
* UserDevices Delete
|
|
6931
|
+
* @summary UserDevices Delete
|
|
6932
|
+
* @param {string} userDeviceId
|
|
6933
|
+
* @param {*} [options] Override http request option.
|
|
6934
|
+
* @throws {RequiredError}
|
|
6935
|
+
*/
|
|
6936
|
+
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
6844
6937
|
};
|
|
6845
6938
|
/**
|
|
6846
6939
|
* UserDevicesApi - object-oriented interface
|
|
@@ -6858,6 +6951,15 @@ declare class UserDevicesApi extends BaseAPI {
|
|
|
6858
6951
|
* @memberof UserDevicesApi
|
|
6859
6952
|
*/
|
|
6860
6953
|
userDevicesCreate(aPIUserDeviceCreate: APIUserDeviceCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<APIUserDevice, any>>;
|
|
6954
|
+
/**
|
|
6955
|
+
* UserDevices Delete
|
|
6956
|
+
* @summary UserDevices Delete
|
|
6957
|
+
* @param {string} userDeviceId
|
|
6958
|
+
* @param {*} [options] Override http request option.
|
|
6959
|
+
* @throws {RequiredError}
|
|
6960
|
+
* @memberof UserDevicesApi
|
|
6961
|
+
*/
|
|
6962
|
+
userDevicesDelete(userDeviceId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
6861
6963
|
}
|
|
6862
6964
|
|
|
6863
|
-
export { type APIAccount, type APIAddress, type APIAddressCreate, type APIAddressUpdate, type APIContact, type APIContactCreate1, type APIContactCreate2, type APIContactUpdate, type APIConversation, type APIConversationUpdate, type APIEmail, type APIEmailCreate, type APIEmailUpdate, type APIInbox, type APIInquiry, type APIListing, type APIManagedPhoneNumber, type APIMessage, type APIMessageCreate1, type APIMessageCreate2, type APIPhone, type APIPhoneCreate, type APIPhoneUpdate, type APIProvider, type APIProviderCreate, type APIProviderUpdate, type APIReservation, type APIUserDevice, type APIUserDeviceCreate, type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AddressApi, type AttributeSourceApi, type AttributionApi, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddressApi, type BotApi, BotApiParticipantTypeEnum, type ChannelInfoApi, Configuration, type ConfigurationParameters, ContactListingType, type ContactTypeDataApi, type Contactcreate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ConversationStatus, type ConversationSuggestionApi, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type CreateContactListing, type DeleteContactListing, type EmailApi, type EmailConversationDataApi, EmailConversationDataApiConversationTypeEnum, type EmailInboxApi, EmailInboxApiInboxTypeEnum, type EmailProviderMessageApi, EmailProviderMessageApiMessageTypeEnum, type ExternalStaffApi, ExternalStaffApiStaffTypeEnum, type GuestApi, GuestApiParticipantTypeEnum, type GuestDataApi, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, InboxesApi, InboxesApiAxiosParamCreator, InboxesApiFactory, InboxesApiFp, type Inboxtypedata, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type InternalStaffApi, InternalStaffApiStaffTypeEnum, type LeadDataApi, type ListResponseAPIAccount, type ListResponseAPIInbox, type ListResponseAPIInquiry, type ListResponseAPIManagedPhoneNumber, type ListResponseAPIProvider, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, MessageDirection, MessageStatus, type Messagecreate, type Messagetypedata, type Messagetypedata1, type OwnerDataApi, type PaginatedResponseAPIContact, type PaginatedResponseAPIConversation, type PaginatedResponseAPIListing, type PaginatedResponseAPIMessage, type PaginatedResponseAPIReservation, PaginationDirection, type Participantname, type Participanttypedata, type PhoneApi, type PhoneInboxApi, PhoneInboxApiInboxTypeEnum, type PhonesApi, type ProviderAccountInboxApi, ProviderAccountInboxApiInboxTypeEnum, type ProviderAddressesApi, type ProviderAttributionApi, ProviderCommunicationType, type ProviderConversationDataApi, ProviderConversationDataApiConversationTypeEnum, type ProviderEmailsApi, type ProviderInfoApi, type ProviderPhonesApi, type ProviderStaffApi, ProviderStaffApiStaffTypeEnum, ProvidersApi, ProvidersApiAxiosParamCreator, ProvidersApiFactory, ProvidersApiFp, ReasonType, type RelatedListingApi, type RentalProviderMessageApi, RentalProviderMessageApiMessageTypeEnum, RentalProviderTypes, ReservationChannelTypes, ReservationStatus, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type Sendertypedata, SortOrder, SrcResourceModelsContactsModelContactsModelContactSortBy, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi1, SrcResourceModelsHelperModelsCustomBaseModelCreateApi1MessageTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2, SrcResourceModelsHelperModelsCustomBaseModelCreateApi2MessageTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi3, SrcResourceModelsHelperModelsCustomBaseModelCreateApi3MessageTypeEnum, SrcResourceModelsListingsModelListingBaseSortBy, SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy, SrcResourceModelsReservationsModelReservationBaseModelSortBy, type StaffApi, StaffApiParticipantTypeEnum, type Stafftypedata, type SubjectApi, type SuggestionApi, SuggestionStatus, type ToItemApi, type TwilioConversationDataApi, TwilioConversationDataApiConversationTypeEnum, type TwilioInboundSenderTypeDataApi, TwilioInboundSenderTypeDataApiDirectionEnum, type TwilioOutboundSenderTypeDataApi, TwilioOutboundSenderTypeDataApiDirectionEnum, type TwilioProviderMessageApi, TwilioProviderMessageApiMessageTypeEnum, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContactListing, type UserApi, UserDeviceOs, UserDevicesApi, UserDevicesApiAxiosParamCreator, UserDevicesApiFactory, UserDevicesApiFp };
|
|
6965
|
+
export { type APIAccount, type APIAddress, type APIAddressCreate, type APIAddressUpdate, type APIContact, type APIContactCreate1, type APIContactCreate2, type APIContactUpdate, type APIConversation, type APIConversationUpdate, type APIEmail, type APIEmailCreate, type APIEmailUpdate, type APIInbox, type APIInquiry, type APIListing, type APIManagedPhoneNumber, type APIMessage, type APIMessageCreate1, type APIMessageCreate2, type APIPhone, type APIPhoneCreate, type APIPhoneUpdate, type APIProvider, type APIProviderCreate, type APIProviderUpdate, type APIReservation, type APIUserDevice, type APIUserDeviceCreate, type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AddressApi, type AttributeSourceApi, type AttributionApi, AuthApi, AuthApiAxiosParamCreator, AuthApiFactory, AuthApiFp, type BaseAddressApi, type BotApi, BotApiParticipantTypeEnum, type ChannelInfoApi, Configuration, type ConfigurationParameters, ContactListingType, type ContactTypeDataApi, type Contactcreate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ConversationStatus, type ConversationSuggestionApi, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type CreateContactListing, type DeleteContactListing, type EmailApi, type EmailConversationDataApi, EmailConversationDataApiConversationTypeEnum, type EmailInboxApi, EmailInboxApiInboxTypeEnum, type EmailProviderMessageApi, EmailProviderMessageApiMessageTypeEnum, type ExternalStaffApi, ExternalStaffApiStaffTypeEnum, type GuestApi, GuestApiParticipantTypeEnum, type GuestDataApi, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, InboxesApi, InboxesApiAxiosParamCreator, InboxesApiFactory, InboxesApiFp, type Inboxtypedata, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type InternalStaffApi, InternalStaffApiStaffTypeEnum, type LeadDataApi, type ListResponseAPIAccount, type ListResponseAPIInbox, type ListResponseAPIInquiry, type ListResponseAPIManagedPhoneNumber, type ListResponseAPIProvider, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, type MessageAttachmentApi, MessageDirection, MessageStatus, type Messagecreate, type Messagetypedata, type Messagetypedata1, type OwnerDataApi, type PaginatedResponseAPIContact, type PaginatedResponseAPIConversation, type PaginatedResponseAPIListing, type PaginatedResponseAPIMessage, type PaginatedResponseAPIReservation, PaginationDirection, type Participantname, type Participanttypedata, type PhoneApi, type PhoneInboxApi, PhoneInboxApiInboxTypeEnum, type PhonesApi, type ProviderAccountInboxApi, ProviderAccountInboxApiInboxTypeEnum, type ProviderAddressesApi, type ProviderAttributionApi, ProviderCommunicationType, type ProviderConversationDataApi, ProviderConversationDataApiConversationTypeEnum, type ProviderEmailsApi, type ProviderInfoApi, type ProviderPhonesApi, type ProviderStaffApi, ProviderStaffApiStaffTypeEnum, ProvidersApi, ProvidersApiAxiosParamCreator, ProvidersApiFactory, ProvidersApiFp, ReasonType, type RelatedListingApi, type RentalProviderMessageApi, RentalProviderMessageApiMessageTypeEnum, RentalProviderTypes, ReservationChannelTypes, ReservationStatus, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type Sendertypedata, SortOrder, SrcResourceModelsContactsModelContactsModelContactSortBy, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi1, SrcResourceModelsHelperModelsCustomBaseModelCreateApi1MessageTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2, SrcResourceModelsHelperModelsCustomBaseModelCreateApi2MessageTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi3, SrcResourceModelsHelperModelsCustomBaseModelCreateApi3MessageTypeEnum, SrcResourceModelsListingsModelListingBaseSortBy, SrcResourceModelsMessagesModelMessagesModelBaseMessageSortBy, SrcResourceModelsReservationsModelReservationBaseModelSortBy, type StaffApi, StaffApiParticipantTypeEnum, type Stafftypedata, type SubjectApi, type SuggestionApi, SuggestionStatus, type ToItemApi, type TwilioConversationDataApi, TwilioConversationDataApiConversationTypeEnum, type TwilioInboundSenderTypeDataApi, TwilioInboundSenderTypeDataApiDirectionEnum, type TwilioOutboundSenderTypeDataApi, TwilioOutboundSenderTypeDataApiDirectionEnum, type TwilioProviderMessageApi, TwilioProviderMessageApiMessageTypeEnum, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContactListing, type UserApi, UserDeviceOs, UserDevicesApi, UserDevicesApiAxiosParamCreator, UserDevicesApiFactory, UserDevicesApiFp };
|