@ember-home/unbound-ts-client 0.0.39 → 0.0.41

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 CHANGED
@@ -649,12 +649,6 @@ interface APIContactUpdate {
649
649
  * @memberof APIContactUpdate
650
650
  */
651
651
  'primaryPhone'?: string | null;
652
- /**
653
- *
654
- * @type {string}
655
- * @memberof APIContactUpdate
656
- */
657
- 'updatedBy'?: string;
658
652
  /**
659
653
  *
660
654
  * @type {string}
@@ -1410,13 +1404,7 @@ interface APIReservation {
1410
1404
  * @type {string}
1411
1405
  * @memberof APIReservation
1412
1406
  */
1413
- 'providerReservationId': string;
1414
- /**
1415
- *
1416
- * @type {string}
1417
- * @memberof APIReservation
1418
- */
1419
- 'providerListingId': string;
1407
+ 'reservationId': string;
1420
1408
  /**
1421
1409
  *
1422
1410
  * @type {ReservationStatus}
@@ -1449,22 +1437,16 @@ interface APIReservation {
1449
1437
  'totalPrice': number;
1450
1438
  /**
1451
1439
  *
1452
- * @type {ReservationChannelTypes}
1440
+ * @type {ChannelInfoApi}
1453
1441
  * @memberof APIReservation
1454
1442
  */
1455
- 'channelName': ReservationChannelTypes;
1443
+ 'channelInfo': ChannelInfoApi;
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 {string}
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}
1507
- * @memberof APIReservation
1508
- */
1509
- 'providerType': string;
1510
- /**
1511
- *
1512
- * @type {string}
1464
+ * @type {ProviderInfoApi}
1513
1465
  * @memberof APIReservation
1514
1466
  */
1515
- 'providerAccountId': string;
1516
- /**
1517
- *
1518
- * @type {string}
1519
- * @memberof APIReservation
1520
- */
1521
- 'providerUrl': string;
1467
+ 'providerInfo': ProviderInfoApi;
1522
1468
  }
1523
1469
  /**
1524
1470
  *
@@ -1740,6 +1686,19 @@ interface BaseAddressApi {
1740
1686
  */
1741
1687
  'region'?: string | null;
1742
1688
  }
1689
+ /**
1690
+ *
1691
+ * @export
1692
+ * @interface ChannelInfoApi
1693
+ */
1694
+ interface ChannelInfoApi {
1695
+ /**
1696
+ *
1697
+ * @type {ReservationChannelTypes}
1698
+ * @memberof ChannelInfoApi
1699
+ */
1700
+ 'channelName': ReservationChannelTypes;
1701
+ }
1743
1702
  /**
1744
1703
  *
1745
1704
  * @export
@@ -2285,16 +2244,10 @@ interface ProviderAttributionApi {
2285
2244
  'providerId': string;
2286
2245
  /**
2287
2246
  *
2288
- * @type {string}
2247
+ * @type {Array<ReservationChannelTypes>}
2289
2248
  * @memberof ProviderAttributionApi
2290
2249
  */
2291
- 'createdAt': string;
2292
- /**
2293
- *
2294
- * @type {Array<string>}
2295
- * @memberof ProviderAttributionApi
2296
- */
2297
- 'channels': Array<string>;
2250
+ 'channels': Array<ReservationChannelTypes>;
2298
2251
  }
2299
2252
  /**
2300
2253
  *
@@ -2315,6 +2268,37 @@ interface ProviderEmailsApi {
2315
2268
  */
2316
2269
  'providers': Array<ProviderAttributionApi>;
2317
2270
  }
2271
+ /**
2272
+ *
2273
+ * @export
2274
+ * @interface ProviderInfoApi
2275
+ */
2276
+ interface ProviderInfoApi {
2277
+ /**
2278
+ *
2279
+ * @type {string}
2280
+ * @memberof ProviderInfoApi
2281
+ */
2282
+ 'providerId': string;
2283
+ /**
2284
+ *
2285
+ * @type {string}
2286
+ * @memberof ProviderInfoApi
2287
+ */
2288
+ 'providerReservationId': string;
2289
+ /**
2290
+ *
2291
+ * @type {string}
2292
+ * @memberof ProviderInfoApi
2293
+ */
2294
+ 'providerCreatedAt': string;
2295
+ /**
2296
+ *
2297
+ * @type {string}
2298
+ * @memberof ProviderInfoApi
2299
+ */
2300
+ 'providerReservationUrl': string | null;
2301
+ }
2318
2302
  /**
2319
2303
  *
2320
2304
  * @export
@@ -2372,6 +2356,7 @@ declare const ReservationChannelTypes: {
2372
2356
  readonly Partner: "PARTNER";
2373
2357
  readonly Gds: "GDS";
2374
2358
  readonly Google: "GOOGLE";
2359
+ readonly UnboundDirect: "UNBOUND_DIRECT";
2375
2360
  };
2376
2361
  type ReservationChannelTypes = typeof ReservationChannelTypes[keyof typeof ReservationChannelTypes];
2377
2362
  /**
@@ -5898,4 +5883,4 @@ declare class UnboundApi extends BaseAPI {
5898
5883
  webhook(hostawayWebhook: HostawayWebhook, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<any, any>>;
5899
5884
  }
5900
5885
 
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 };
5886
+ 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, type ChannelInfoApi, 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
@@ -649,12 +649,6 @@ interface APIContactUpdate {
649
649
  * @memberof APIContactUpdate
650
650
  */
651
651
  'primaryPhone'?: string | null;
652
- /**
653
- *
654
- * @type {string}
655
- * @memberof APIContactUpdate
656
- */
657
- 'updatedBy'?: string;
658
652
  /**
659
653
  *
660
654
  * @type {string}
@@ -1410,13 +1404,7 @@ interface APIReservation {
1410
1404
  * @type {string}
1411
1405
  * @memberof APIReservation
1412
1406
  */
1413
- 'providerReservationId': string;
1414
- /**
1415
- *
1416
- * @type {string}
1417
- * @memberof APIReservation
1418
- */
1419
- 'providerListingId': string;
1407
+ 'reservationId': string;
1420
1408
  /**
1421
1409
  *
1422
1410
  * @type {ReservationStatus}
@@ -1449,22 +1437,16 @@ interface APIReservation {
1449
1437
  'totalPrice': number;
1450
1438
  /**
1451
1439
  *
1452
- * @type {ReservationChannelTypes}
1440
+ * @type {ChannelInfoApi}
1453
1441
  * @memberof APIReservation
1454
1442
  */
1455
- 'channelName': ReservationChannelTypes;
1443
+ 'channelInfo': ChannelInfoApi;
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 {string}
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}
1507
- * @memberof APIReservation
1508
- */
1509
- 'providerType': string;
1510
- /**
1511
- *
1512
- * @type {string}
1464
+ * @type {ProviderInfoApi}
1513
1465
  * @memberof APIReservation
1514
1466
  */
1515
- 'providerAccountId': string;
1516
- /**
1517
- *
1518
- * @type {string}
1519
- * @memberof APIReservation
1520
- */
1521
- 'providerUrl': string;
1467
+ 'providerInfo': ProviderInfoApi;
1522
1468
  }
1523
1469
  /**
1524
1470
  *
@@ -1740,6 +1686,19 @@ interface BaseAddressApi {
1740
1686
  */
1741
1687
  'region'?: string | null;
1742
1688
  }
1689
+ /**
1690
+ *
1691
+ * @export
1692
+ * @interface ChannelInfoApi
1693
+ */
1694
+ interface ChannelInfoApi {
1695
+ /**
1696
+ *
1697
+ * @type {ReservationChannelTypes}
1698
+ * @memberof ChannelInfoApi
1699
+ */
1700
+ 'channelName': ReservationChannelTypes;
1701
+ }
1743
1702
  /**
1744
1703
  *
1745
1704
  * @export
@@ -2285,16 +2244,10 @@ interface ProviderAttributionApi {
2285
2244
  'providerId': string;
2286
2245
  /**
2287
2246
  *
2288
- * @type {string}
2247
+ * @type {Array<ReservationChannelTypes>}
2289
2248
  * @memberof ProviderAttributionApi
2290
2249
  */
2291
- 'createdAt': string;
2292
- /**
2293
- *
2294
- * @type {Array<string>}
2295
- * @memberof ProviderAttributionApi
2296
- */
2297
- 'channels': Array<string>;
2250
+ 'channels': Array<ReservationChannelTypes>;
2298
2251
  }
2299
2252
  /**
2300
2253
  *
@@ -2315,6 +2268,37 @@ interface ProviderEmailsApi {
2315
2268
  */
2316
2269
  'providers': Array<ProviderAttributionApi>;
2317
2270
  }
2271
+ /**
2272
+ *
2273
+ * @export
2274
+ * @interface ProviderInfoApi
2275
+ */
2276
+ interface ProviderInfoApi {
2277
+ /**
2278
+ *
2279
+ * @type {string}
2280
+ * @memberof ProviderInfoApi
2281
+ */
2282
+ 'providerId': string;
2283
+ /**
2284
+ *
2285
+ * @type {string}
2286
+ * @memberof ProviderInfoApi
2287
+ */
2288
+ 'providerReservationId': string;
2289
+ /**
2290
+ *
2291
+ * @type {string}
2292
+ * @memberof ProviderInfoApi
2293
+ */
2294
+ 'providerCreatedAt': string;
2295
+ /**
2296
+ *
2297
+ * @type {string}
2298
+ * @memberof ProviderInfoApi
2299
+ */
2300
+ 'providerReservationUrl': string | null;
2301
+ }
2318
2302
  /**
2319
2303
  *
2320
2304
  * @export
@@ -2372,6 +2356,7 @@ declare const ReservationChannelTypes: {
2372
2356
  readonly Partner: "PARTNER";
2373
2357
  readonly Gds: "GDS";
2374
2358
  readonly Google: "GOOGLE";
2359
+ readonly UnboundDirect: "UNBOUND_DIRECT";
2375
2360
  };
2376
2361
  type ReservationChannelTypes = typeof ReservationChannelTypes[keyof typeof ReservationChannelTypes];
2377
2362
  /**
@@ -5898,4 +5883,4 @@ declare class UnboundApi extends BaseAPI {
5898
5883
  webhook(hostawayWebhook: HostawayWebhook, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<any, any>>;
5899
5884
  }
5900
5885
 
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 };
5886
+ 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, type ChannelInfoApi, 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
@@ -117,7 +117,8 @@ var ReservationChannelTypes = {
117
117
  Marriott: "MARRIOTT",
118
118
  Partner: "PARTNER",
119
119
  Gds: "GDS",
120
- Google: "GOOGLE"
120
+ Google: "GOOGLE",
121
+ UnboundDirect: "UNBOUND_DIRECT"
121
122
  };
122
123
  var ReservationStatus = {
123
124
  Cancelled: "CANCELLED",