@ember-home/unbound-ts-client 0.0.39 → 0.0.40
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 +38 -66
- package/dist/index.d.ts +38 -66
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1410,13 +1410,7 @@ interface APIReservation {
|
|
|
1410
1410
|
* @type {string}
|
|
1411
1411
|
* @memberof APIReservation
|
|
1412
1412
|
*/
|
|
1413
|
-
'
|
|
1414
|
-
/**
|
|
1415
|
-
*
|
|
1416
|
-
* @type {string}
|
|
1417
|
-
* @memberof APIReservation
|
|
1418
|
-
*/
|
|
1419
|
-
'providerListingId': string;
|
|
1413
|
+
'reservationId': string;
|
|
1420
1414
|
/**
|
|
1421
1415
|
*
|
|
1422
1416
|
* @type {ReservationStatus}
|
|
@@ -1447,24 +1441,12 @@ interface APIReservation {
|
|
|
1447
1441
|
* @memberof APIReservation
|
|
1448
1442
|
*/
|
|
1449
1443
|
'totalPrice': number;
|
|
1450
|
-
/**
|
|
1451
|
-
*
|
|
1452
|
-
* @type {ReservationChannelTypes}
|
|
1453
|
-
* @memberof APIReservation
|
|
1454
|
-
*/
|
|
1455
|
-
'channelName': ReservationChannelTypes;
|
|
1456
1444
|
/**
|
|
1457
1445
|
*
|
|
1458
1446
|
* @type {number}
|
|
1459
1447
|
* @memberof APIReservation
|
|
1460
1448
|
*/
|
|
1461
1449
|
'numberGuests'?: number | null;
|
|
1462
|
-
/**
|
|
1463
|
-
*
|
|
1464
|
-
* @type {string}
|
|
1465
|
-
* @memberof APIReservation
|
|
1466
|
-
*/
|
|
1467
|
-
'reservationId': string;
|
|
1468
1450
|
/**
|
|
1469
1451
|
*
|
|
1470
1452
|
* @type {string}
|
|
@@ -1479,46 +1461,10 @@ interface APIReservation {
|
|
|
1479
1461
|
'listingTitle': string;
|
|
1480
1462
|
/**
|
|
1481
1463
|
*
|
|
1482
|
-
* @type {
|
|
1483
|
-
* @memberof APIReservation
|
|
1484
|
-
*/
|
|
1485
|
-
'createdAt': string;
|
|
1486
|
-
/**
|
|
1487
|
-
*
|
|
1488
|
-
* @type {string}
|
|
1489
|
-
* @memberof APIReservation
|
|
1490
|
-
*/
|
|
1491
|
-
'updatedAt': string;
|
|
1492
|
-
/**
|
|
1493
|
-
*
|
|
1494
|
-
* @type {string}
|
|
1495
|
-
* @memberof APIReservation
|
|
1496
|
-
*/
|
|
1497
|
-
'createdByName': string;
|
|
1498
|
-
/**
|
|
1499
|
-
*
|
|
1500
|
-
* @type {string}
|
|
1501
|
-
* @memberof APIReservation
|
|
1502
|
-
*/
|
|
1503
|
-
'updatedByName': string;
|
|
1504
|
-
/**
|
|
1505
|
-
*
|
|
1506
|
-
* @type {string}
|
|
1464
|
+
* @type {ProviderInfoApi}
|
|
1507
1465
|
* @memberof APIReservation
|
|
1508
1466
|
*/
|
|
1509
|
-
'
|
|
1510
|
-
/**
|
|
1511
|
-
*
|
|
1512
|
-
* @type {string}
|
|
1513
|
-
* @memberof APIReservation
|
|
1514
|
-
*/
|
|
1515
|
-
'providerAccountId': string;
|
|
1516
|
-
/**
|
|
1517
|
-
*
|
|
1518
|
-
* @type {string}
|
|
1519
|
-
* @memberof APIReservation
|
|
1520
|
-
*/
|
|
1521
|
-
'providerUrl': string;
|
|
1467
|
+
'providerInfo': ProviderInfoApi;
|
|
1522
1468
|
}
|
|
1523
1469
|
/**
|
|
1524
1470
|
*
|
|
@@ -2285,16 +2231,10 @@ interface ProviderAttributionApi {
|
|
|
2285
2231
|
'providerId': string;
|
|
2286
2232
|
/**
|
|
2287
2233
|
*
|
|
2288
|
-
* @type {
|
|
2289
|
-
* @memberof ProviderAttributionApi
|
|
2290
|
-
*/
|
|
2291
|
-
'createdAt': string;
|
|
2292
|
-
/**
|
|
2293
|
-
*
|
|
2294
|
-
* @type {Array<string>}
|
|
2234
|
+
* @type {Array<ReservationChannelTypes>}
|
|
2295
2235
|
* @memberof ProviderAttributionApi
|
|
2296
2236
|
*/
|
|
2297
|
-
'channels': Array<
|
|
2237
|
+
'channels': Array<ReservationChannelTypes>;
|
|
2298
2238
|
}
|
|
2299
2239
|
/**
|
|
2300
2240
|
*
|
|
@@ -2315,6 +2255,37 @@ interface ProviderEmailsApi {
|
|
|
2315
2255
|
*/
|
|
2316
2256
|
'providers': Array<ProviderAttributionApi>;
|
|
2317
2257
|
}
|
|
2258
|
+
/**
|
|
2259
|
+
*
|
|
2260
|
+
* @export
|
|
2261
|
+
* @interface ProviderInfoApi
|
|
2262
|
+
*/
|
|
2263
|
+
interface ProviderInfoApi {
|
|
2264
|
+
/**
|
|
2265
|
+
*
|
|
2266
|
+
* @type {string}
|
|
2267
|
+
* @memberof ProviderInfoApi
|
|
2268
|
+
*/
|
|
2269
|
+
'providerId': string;
|
|
2270
|
+
/**
|
|
2271
|
+
*
|
|
2272
|
+
* @type {string}
|
|
2273
|
+
* @memberof ProviderInfoApi
|
|
2274
|
+
*/
|
|
2275
|
+
'providerReservationId': string;
|
|
2276
|
+
/**
|
|
2277
|
+
*
|
|
2278
|
+
* @type {string}
|
|
2279
|
+
* @memberof ProviderInfoApi
|
|
2280
|
+
*/
|
|
2281
|
+
'providerCreatedAt': string;
|
|
2282
|
+
/**
|
|
2283
|
+
*
|
|
2284
|
+
* @type {string}
|
|
2285
|
+
* @memberof ProviderInfoApi
|
|
2286
|
+
*/
|
|
2287
|
+
'providerReservationUrl': string | null;
|
|
2288
|
+
}
|
|
2318
2289
|
/**
|
|
2319
2290
|
*
|
|
2320
2291
|
* @export
|
|
@@ -2372,6 +2343,7 @@ declare const ReservationChannelTypes: {
|
|
|
2372
2343
|
readonly Partner: "PARTNER";
|
|
2373
2344
|
readonly Gds: "GDS";
|
|
2374
2345
|
readonly Google: "GOOGLE";
|
|
2346
|
+
readonly UnboundDirect: "UNBOUND_DIRECT";
|
|
2375
2347
|
};
|
|
2376
2348
|
type ReservationChannelTypes = typeof ReservationChannelTypes[keyof typeof ReservationChannelTypes];
|
|
2377
2349
|
/**
|
|
@@ -5898,4 +5870,4 @@ declare class UnboundApi extends BaseAPI {
|
|
|
5898
5870
|
webhook(hostawayWebhook: HostawayWebhook, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<any, any>>;
|
|
5899
5871
|
}
|
|
5900
5872
|
|
|
5901
|
-
export { type APIAccount, type APIAddress, type APIAddressCreate, type APIAddressUpdate, type APIContact, type APIContactCreate1, type APIContactCreate2, type APIContactUpdate, type APIConversation, type APIConversationCreate, type APIConversationUpdate, type APIEmail, type APIEmailCreate, type APIEmailUpdate, type APIInquiry, type APIListing, type APIManagedPhoneNumber, type APIMessage, type APIMessageCreate, type APIPhone, type APIPhoneCreate, type APIPhoneUpdate, type APIProvider, type APIProviderCreate, type APIProviderUpdate, type APIReservation, type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AddressApi, type AttributeSourceApi, type AttributionApi, type BaseAddressApi, Configuration, type ConfigurationParameters, ContactListingType, type ContactTypeDataApi, type Contactcreate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ConversationStatus, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type Conversationtypedata1, type CreateContactListing, type DeleteContactListing, type EmailApi, type GuestDataApi, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type HostawayWebhook, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type LeadDataApi, type ListResponseAPIAccount, type ListResponseAPIInquiry, type ListResponseAPIManagedPhoneNumber, type ListResponseAPIProvider, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, MessageDirection, MessageStatus, type Messagetypedata, type Messagetypedata1, type OwnerDataApi, type PaginatedResponseAPIContact, type PaginatedResponseAPIConversation, type PaginatedResponseAPIListing, type PaginatedResponseAPIMessage, type PaginatedResponseAPIReservation, PaginationDirection, type PhoneApi, type ProviderAddressesApi, type ProviderAttributionApi, type ProviderEmailsApi, type ProviderMessageApi, ProviderMessageApiConversationTypeEnum, type ProviderPhonesApi, ProvidersApi, ProvidersApiAxiosParamCreator, ProvidersApiFactory, ProvidersApiFp, ReservationChannelTypes, ReservationStatus, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type Sendertypedata, SortOrder, SrcResourceModelsContactsModelContactsModelContactSortBy, SrcResourceModelsConversationsModelConversationsModelConversationSortBy, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi1, SrcResourceModelsHelperModelsCustomBaseModelCreateApi1ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2, SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi3, SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi4, SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum, SrcResourceModelsListingsModelListingBaseSortBy, SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, SrcResourceModelsReservationsModelReservationBaseModelSortBy, type TwilioInboundSenderTypeDataApi, TwilioInboundSenderTypeDataApiDirectionEnum, type TwilioMessageApi, TwilioMessageApiConversationTypeEnum, type TwilioOutboundSenderTypeDataApi, TwilioOutboundSenderTypeDataApiDirectionEnum, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContactListing };
|
|
5873
|
+
export { type APIAccount, type APIAddress, type APIAddressCreate, type APIAddressUpdate, type APIContact, type APIContactCreate1, type APIContactCreate2, type APIContactUpdate, type APIConversation, type APIConversationCreate, type APIConversationUpdate, type APIEmail, type APIEmailCreate, type APIEmailUpdate, type APIInquiry, type APIListing, type APIManagedPhoneNumber, type APIMessage, type APIMessageCreate, type APIPhone, type APIPhoneCreate, type APIPhoneUpdate, type APIProvider, type APIProviderCreate, type APIProviderUpdate, type APIReservation, type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AddressApi, type AttributeSourceApi, type AttributionApi, type BaseAddressApi, Configuration, type ConfigurationParameters, ContactListingType, type ContactTypeDataApi, type Contactcreate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ConversationStatus, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type Conversationtypedata1, type CreateContactListing, type DeleteContactListing, type EmailApi, type GuestDataApi, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type HostawayWebhook, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type LeadDataApi, type ListResponseAPIAccount, type ListResponseAPIInquiry, type ListResponseAPIManagedPhoneNumber, type ListResponseAPIProvider, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, MessageDirection, MessageStatus, type Messagetypedata, type Messagetypedata1, type OwnerDataApi, type PaginatedResponseAPIContact, type PaginatedResponseAPIConversation, type PaginatedResponseAPIListing, type PaginatedResponseAPIMessage, type PaginatedResponseAPIReservation, PaginationDirection, type PhoneApi, type ProviderAddressesApi, type ProviderAttributionApi, type ProviderEmailsApi, type ProviderInfoApi, type ProviderMessageApi, ProviderMessageApiConversationTypeEnum, type ProviderPhonesApi, ProvidersApi, ProvidersApiAxiosParamCreator, ProvidersApiFactory, ProvidersApiFp, ReservationChannelTypes, ReservationStatus, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type Sendertypedata, SortOrder, SrcResourceModelsContactsModelContactsModelContactSortBy, SrcResourceModelsConversationsModelConversationsModelConversationSortBy, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi1, SrcResourceModelsHelperModelsCustomBaseModelCreateApi1ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2, SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi3, SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi4, SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum, SrcResourceModelsListingsModelListingBaseSortBy, SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, SrcResourceModelsReservationsModelReservationBaseModelSortBy, type TwilioInboundSenderTypeDataApi, TwilioInboundSenderTypeDataApiDirectionEnum, type TwilioMessageApi, TwilioMessageApiConversationTypeEnum, type TwilioOutboundSenderTypeDataApi, TwilioOutboundSenderTypeDataApiDirectionEnum, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContactListing };
|
package/dist/index.d.ts
CHANGED
|
@@ -1410,13 +1410,7 @@ interface APIReservation {
|
|
|
1410
1410
|
* @type {string}
|
|
1411
1411
|
* @memberof APIReservation
|
|
1412
1412
|
*/
|
|
1413
|
-
'
|
|
1414
|
-
/**
|
|
1415
|
-
*
|
|
1416
|
-
* @type {string}
|
|
1417
|
-
* @memberof APIReservation
|
|
1418
|
-
*/
|
|
1419
|
-
'providerListingId': string;
|
|
1413
|
+
'reservationId': string;
|
|
1420
1414
|
/**
|
|
1421
1415
|
*
|
|
1422
1416
|
* @type {ReservationStatus}
|
|
@@ -1447,24 +1441,12 @@ interface APIReservation {
|
|
|
1447
1441
|
* @memberof APIReservation
|
|
1448
1442
|
*/
|
|
1449
1443
|
'totalPrice': number;
|
|
1450
|
-
/**
|
|
1451
|
-
*
|
|
1452
|
-
* @type {ReservationChannelTypes}
|
|
1453
|
-
* @memberof APIReservation
|
|
1454
|
-
*/
|
|
1455
|
-
'channelName': ReservationChannelTypes;
|
|
1456
1444
|
/**
|
|
1457
1445
|
*
|
|
1458
1446
|
* @type {number}
|
|
1459
1447
|
* @memberof APIReservation
|
|
1460
1448
|
*/
|
|
1461
1449
|
'numberGuests'?: number | null;
|
|
1462
|
-
/**
|
|
1463
|
-
*
|
|
1464
|
-
* @type {string}
|
|
1465
|
-
* @memberof APIReservation
|
|
1466
|
-
*/
|
|
1467
|
-
'reservationId': string;
|
|
1468
1450
|
/**
|
|
1469
1451
|
*
|
|
1470
1452
|
* @type {string}
|
|
@@ -1479,46 +1461,10 @@ interface APIReservation {
|
|
|
1479
1461
|
'listingTitle': string;
|
|
1480
1462
|
/**
|
|
1481
1463
|
*
|
|
1482
|
-
* @type {
|
|
1483
|
-
* @memberof APIReservation
|
|
1484
|
-
*/
|
|
1485
|
-
'createdAt': string;
|
|
1486
|
-
/**
|
|
1487
|
-
*
|
|
1488
|
-
* @type {string}
|
|
1489
|
-
* @memberof APIReservation
|
|
1490
|
-
*/
|
|
1491
|
-
'updatedAt': string;
|
|
1492
|
-
/**
|
|
1493
|
-
*
|
|
1494
|
-
* @type {string}
|
|
1495
|
-
* @memberof APIReservation
|
|
1496
|
-
*/
|
|
1497
|
-
'createdByName': string;
|
|
1498
|
-
/**
|
|
1499
|
-
*
|
|
1500
|
-
* @type {string}
|
|
1501
|
-
* @memberof APIReservation
|
|
1502
|
-
*/
|
|
1503
|
-
'updatedByName': string;
|
|
1504
|
-
/**
|
|
1505
|
-
*
|
|
1506
|
-
* @type {string}
|
|
1464
|
+
* @type {ProviderInfoApi}
|
|
1507
1465
|
* @memberof APIReservation
|
|
1508
1466
|
*/
|
|
1509
|
-
'
|
|
1510
|
-
/**
|
|
1511
|
-
*
|
|
1512
|
-
* @type {string}
|
|
1513
|
-
* @memberof APIReservation
|
|
1514
|
-
*/
|
|
1515
|
-
'providerAccountId': string;
|
|
1516
|
-
/**
|
|
1517
|
-
*
|
|
1518
|
-
* @type {string}
|
|
1519
|
-
* @memberof APIReservation
|
|
1520
|
-
*/
|
|
1521
|
-
'providerUrl': string;
|
|
1467
|
+
'providerInfo': ProviderInfoApi;
|
|
1522
1468
|
}
|
|
1523
1469
|
/**
|
|
1524
1470
|
*
|
|
@@ -2285,16 +2231,10 @@ interface ProviderAttributionApi {
|
|
|
2285
2231
|
'providerId': string;
|
|
2286
2232
|
/**
|
|
2287
2233
|
*
|
|
2288
|
-
* @type {
|
|
2289
|
-
* @memberof ProviderAttributionApi
|
|
2290
|
-
*/
|
|
2291
|
-
'createdAt': string;
|
|
2292
|
-
/**
|
|
2293
|
-
*
|
|
2294
|
-
* @type {Array<string>}
|
|
2234
|
+
* @type {Array<ReservationChannelTypes>}
|
|
2295
2235
|
* @memberof ProviderAttributionApi
|
|
2296
2236
|
*/
|
|
2297
|
-
'channels': Array<
|
|
2237
|
+
'channels': Array<ReservationChannelTypes>;
|
|
2298
2238
|
}
|
|
2299
2239
|
/**
|
|
2300
2240
|
*
|
|
@@ -2315,6 +2255,37 @@ interface ProviderEmailsApi {
|
|
|
2315
2255
|
*/
|
|
2316
2256
|
'providers': Array<ProviderAttributionApi>;
|
|
2317
2257
|
}
|
|
2258
|
+
/**
|
|
2259
|
+
*
|
|
2260
|
+
* @export
|
|
2261
|
+
* @interface ProviderInfoApi
|
|
2262
|
+
*/
|
|
2263
|
+
interface ProviderInfoApi {
|
|
2264
|
+
/**
|
|
2265
|
+
*
|
|
2266
|
+
* @type {string}
|
|
2267
|
+
* @memberof ProviderInfoApi
|
|
2268
|
+
*/
|
|
2269
|
+
'providerId': string;
|
|
2270
|
+
/**
|
|
2271
|
+
*
|
|
2272
|
+
* @type {string}
|
|
2273
|
+
* @memberof ProviderInfoApi
|
|
2274
|
+
*/
|
|
2275
|
+
'providerReservationId': string;
|
|
2276
|
+
/**
|
|
2277
|
+
*
|
|
2278
|
+
* @type {string}
|
|
2279
|
+
* @memberof ProviderInfoApi
|
|
2280
|
+
*/
|
|
2281
|
+
'providerCreatedAt': string;
|
|
2282
|
+
/**
|
|
2283
|
+
*
|
|
2284
|
+
* @type {string}
|
|
2285
|
+
* @memberof ProviderInfoApi
|
|
2286
|
+
*/
|
|
2287
|
+
'providerReservationUrl': string | null;
|
|
2288
|
+
}
|
|
2318
2289
|
/**
|
|
2319
2290
|
*
|
|
2320
2291
|
* @export
|
|
@@ -2372,6 +2343,7 @@ declare const ReservationChannelTypes: {
|
|
|
2372
2343
|
readonly Partner: "PARTNER";
|
|
2373
2344
|
readonly Gds: "GDS";
|
|
2374
2345
|
readonly Google: "GOOGLE";
|
|
2346
|
+
readonly UnboundDirect: "UNBOUND_DIRECT";
|
|
2375
2347
|
};
|
|
2376
2348
|
type ReservationChannelTypes = typeof ReservationChannelTypes[keyof typeof ReservationChannelTypes];
|
|
2377
2349
|
/**
|
|
@@ -5898,4 +5870,4 @@ declare class UnboundApi extends BaseAPI {
|
|
|
5898
5870
|
webhook(hostawayWebhook: HostawayWebhook, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<any, any>>;
|
|
5899
5871
|
}
|
|
5900
5872
|
|
|
5901
|
-
export { type APIAccount, type APIAddress, type APIAddressCreate, type APIAddressUpdate, type APIContact, type APIContactCreate1, type APIContactCreate2, type APIContactUpdate, type APIConversation, type APIConversationCreate, type APIConversationUpdate, type APIEmail, type APIEmailCreate, type APIEmailUpdate, type APIInquiry, type APIListing, type APIManagedPhoneNumber, type APIMessage, type APIMessageCreate, type APIPhone, type APIPhoneCreate, type APIPhoneUpdate, type APIProvider, type APIProviderCreate, type APIProviderUpdate, type APIReservation, type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AddressApi, type AttributeSourceApi, type AttributionApi, type BaseAddressApi, Configuration, type ConfigurationParameters, ContactListingType, type ContactTypeDataApi, type Contactcreate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ConversationStatus, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type Conversationtypedata1, type CreateContactListing, type DeleteContactListing, type EmailApi, type GuestDataApi, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type HostawayWebhook, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type LeadDataApi, type ListResponseAPIAccount, type ListResponseAPIInquiry, type ListResponseAPIManagedPhoneNumber, type ListResponseAPIProvider, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, MessageDirection, MessageStatus, type Messagetypedata, type Messagetypedata1, type OwnerDataApi, type PaginatedResponseAPIContact, type PaginatedResponseAPIConversation, type PaginatedResponseAPIListing, type PaginatedResponseAPIMessage, type PaginatedResponseAPIReservation, PaginationDirection, type PhoneApi, type ProviderAddressesApi, type ProviderAttributionApi, type ProviderEmailsApi, type ProviderMessageApi, ProviderMessageApiConversationTypeEnum, type ProviderPhonesApi, ProvidersApi, ProvidersApiAxiosParamCreator, ProvidersApiFactory, ProvidersApiFp, ReservationChannelTypes, ReservationStatus, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type Sendertypedata, SortOrder, SrcResourceModelsContactsModelContactsModelContactSortBy, SrcResourceModelsConversationsModelConversationsModelConversationSortBy, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi1, SrcResourceModelsHelperModelsCustomBaseModelCreateApi1ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2, SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi3, SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi4, SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum, SrcResourceModelsListingsModelListingBaseSortBy, SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, SrcResourceModelsReservationsModelReservationBaseModelSortBy, type TwilioInboundSenderTypeDataApi, TwilioInboundSenderTypeDataApiDirectionEnum, type TwilioMessageApi, TwilioMessageApiConversationTypeEnum, type TwilioOutboundSenderTypeDataApi, TwilioOutboundSenderTypeDataApiDirectionEnum, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContactListing };
|
|
5873
|
+
export { type APIAccount, type APIAddress, type APIAddressCreate, type APIAddressUpdate, type APIContact, type APIContactCreate1, type APIContactCreate2, type APIContactUpdate, type APIConversation, type APIConversationCreate, type APIConversationUpdate, type APIEmail, type APIEmailCreate, type APIEmailUpdate, type APIInquiry, type APIListing, type APIManagedPhoneNumber, type APIMessage, type APIMessageCreate, type APIPhone, type APIPhoneCreate, type APIPhoneUpdate, type APIProvider, type APIProviderCreate, type APIProviderUpdate, type APIReservation, type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AddressApi, type AttributeSourceApi, type AttributionApi, type BaseAddressApi, Configuration, type ConfigurationParameters, ContactListingType, type ContactTypeDataApi, type Contactcreate, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, ConversationStatus, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type Conversationtypedata, type Conversationtypedata1, type CreateContactListing, type DeleteContactListing, type EmailApi, type GuestDataApi, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type HostawayWebhook, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type LeadDataApi, type ListResponseAPIAccount, type ListResponseAPIInquiry, type ListResponseAPIManagedPhoneNumber, type ListResponseAPIProvider, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, MessageDirection, MessageStatus, type Messagetypedata, type Messagetypedata1, type OwnerDataApi, type PaginatedResponseAPIContact, type PaginatedResponseAPIConversation, type PaginatedResponseAPIListing, type PaginatedResponseAPIMessage, type PaginatedResponseAPIReservation, PaginationDirection, type PhoneApi, type ProviderAddressesApi, type ProviderAttributionApi, type ProviderEmailsApi, type ProviderInfoApi, type ProviderMessageApi, ProviderMessageApiConversationTypeEnum, type ProviderPhonesApi, ProvidersApi, ProvidersApiAxiosParamCreator, ProvidersApiFactory, ProvidersApiFp, ReservationChannelTypes, ReservationStatus, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type Sendertypedata, SortOrder, SrcResourceModelsContactsModelContactsModelContactSortBy, SrcResourceModelsConversationsModelConversationsModelConversationSortBy, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi1, SrcResourceModelsHelperModelsCustomBaseModelCreateApi1ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2, SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi3, SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi4, SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum, SrcResourceModelsListingsModelListingBaseSortBy, SrcResourceModelsMessagesModelMessagesModelMessageBaseSortBy, SrcResourceModelsReservationsModelReservationBaseModelSortBy, type TwilioInboundSenderTypeDataApi, TwilioInboundSenderTypeDataApiDirectionEnum, type TwilioMessageApi, TwilioMessageApiConversationTypeEnum, type TwilioOutboundSenderTypeDataApi, TwilioOutboundSenderTypeDataApiDirectionEnum, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContactListing };
|
package/dist/index.js
CHANGED