@revolugo/booking-api-client 7.2.0 → 7.2.1-alpha.1

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.
@@ -1,4 +1,4 @@
1
- import { AllowedPaymentMethodApi, BookingPoliciesApi, BookingPoliciesCreateApi } from '../models';
1
+ import { AllowedPaymentMethodApi, BookingPoliciesApi, BookingPoliciesCreateApi } from '../models/index.ts';
2
2
  /**
3
3
  * Revolugo Booking API Reference
4
4
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
@@ -10,7 +10,7 @@ import { AllowedPaymentMethodApi, BookingPoliciesApi, BookingPoliciesCreateApi }
10
10
  * https://openapi-generator.tech
11
11
  * Do not edit the class manually.
12
12
  */
13
- import * as runtime from '../runtime';
13
+ import * as runtime from '../runtime.ts';
14
14
  export interface BookingPoliciesRetrievePayload {
15
15
  id: string;
16
16
  }
@@ -1,4 +1,4 @@
1
- import { BookingApi, BookingCreateApi, BookingsApiResponse, PaymentMethodUpdatePayloadApi } from '../models';
1
+ import { BookingApi, BookingCreateApi, BookingsApiResponse, PaymentMethodUpdatePayloadApi } from '../models/index.ts';
2
2
  /**
3
3
  * Revolugo Booking API Reference
4
4
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
@@ -10,7 +10,7 @@ import { BookingApi, BookingCreateApi, BookingsApiResponse, PaymentMethodUpdateP
10
10
  * https://openapi-generator.tech
11
11
  * Do not edit the class manually.
12
12
  */
13
- import * as runtime from '../runtime';
13
+ import * as runtime from '../runtime.ts';
14
14
  export interface BookingsDeletePayload {
15
15
  token: string;
16
16
  }
@@ -1,4 +1,4 @@
1
- import { HotelImageApi } from '../models';
1
+ import { HotelImageApi } from '../models/index.ts';
2
2
  /**
3
3
  * Revolugo Booking API Reference
4
4
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
@@ -10,7 +10,7 @@ import { HotelImageApi } from '../models';
10
10
  * https://openapi-generator.tech
11
11
  * Do not edit the class manually.
12
12
  */
13
- import * as runtime from '../runtime';
13
+ import * as runtime from '../runtime.ts';
14
14
  export interface HotelImagesRetrievePayload {
15
15
  id: string;
16
16
  lang?: HotelImagesLangEnum;
@@ -1,4 +1,4 @@
1
- import { HotelOfferRequestApiResponse, HotelOfferRequestCreateApi } from '../models';
1
+ import { HotelOfferRequestApiResponse, HotelOfferRequestCreateApi } from '../models/index.ts';
2
2
  /**
3
3
  * Revolugo Booking API Reference
4
4
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
@@ -10,7 +10,7 @@ import { HotelOfferRequestApiResponse, HotelOfferRequestCreateApi } from '../mod
10
10
  * https://openapi-generator.tech
11
11
  * Do not edit the class manually.
12
12
  */
13
- import * as runtime from '../runtime';
13
+ import * as runtime from '../runtime.ts';
14
14
  export interface HotelOfferRequestsRetrievePayload {
15
15
  id: string;
16
16
  }
@@ -1,4 +1,4 @@
1
- import { CurrencyClient, HotelOffersApiResponse } from '../models';
1
+ import { CurrencyClient, HotelOffersApiResponse } from '../models/index.ts';
2
2
  import { TPollerCallback } from '@revolugo/common/utils';
3
3
  /**
4
4
  * Revolugo Booking API Reference
@@ -11,7 +11,7 @@ import { TPollerCallback } from '@revolugo/common/utils';
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- import * as runtime from '../runtime';
14
+ import * as runtime from '../runtime.ts';
15
15
  export interface HotelOffersListPayload {
16
16
  currency: CurrencyClient;
17
17
  hotelOfferRequestId: string;
@@ -1,4 +1,4 @@
1
- import { HotelImageApi } from '../models';
1
+ import { HotelImageApi } from '../models/index.ts';
2
2
  /**
3
3
  * Revolugo Booking API Reference
4
4
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
@@ -10,7 +10,7 @@ import { HotelImageApi } from '../models';
10
10
  * https://openapi-generator.tech
11
11
  * Do not edit the class manually.
12
12
  */
13
- import * as runtime from '../runtime';
13
+ import * as runtime from '../runtime.ts';
14
14
  export interface HotelRoomOfferImagesRetrievePayload {
15
15
  id: string;
16
16
  lang?: HotelRoomOfferImagesLangEnum;
@@ -1,4 +1,4 @@
1
- import { HotelRoomOfferRequestApiResponse, HotelRoomOfferRequestCreateApi } from '../models';
1
+ import { HotelRoomOfferRequestApiResponse, HotelRoomOfferRequestCreateApi } from '../models/index.ts';
2
2
  /**
3
3
  * Revolugo Booking API Reference
4
4
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
@@ -10,7 +10,7 @@ import { HotelRoomOfferRequestApiResponse, HotelRoomOfferRequestCreateApi } from
10
10
  * https://openapi-generator.tech
11
11
  * Do not edit the class manually.
12
12
  */
13
- import * as runtime from '../runtime';
13
+ import * as runtime from '../runtime.ts';
14
14
  export interface HotelRoomOfferRequestsRetrievePayload {
15
15
  id: string;
16
16
  }
@@ -1,4 +1,4 @@
1
- import { CurrencyClient, HotelRoomOfferApiResponse, HotelRoomOffersApiResponse, HotelRoomOffersCreateApi } from '../models';
1
+ import { CurrencyClient, HotelRoomOfferApiResponse, HotelRoomOffersApiResponse, HotelRoomOffersCreateApi } from '../models/index.ts';
2
2
  import { TPollerCallback } from '@revolugo/common/utils';
3
3
  /**
4
4
  * Revolugo Booking API Reference
@@ -11,7 +11,7 @@ import { TPollerCallback } from '@revolugo/common/utils';
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- import * as runtime from '../runtime';
14
+ import * as runtime from '../runtime.ts';
15
15
  export interface HotelRoomOffersListPayload {
16
16
  currency: CurrencyClient;
17
17
  hotelRoomOfferRequestId: string;
@@ -1,4 +1,4 @@
1
- import { HotelRoomingListGuestApi, HotelRoomingListGuestsCreateApi, HotelRoomingListGuestsUpdateApi } from '../models';
1
+ import { HotelRoomingListGuestApi, HotelRoomingListGuestsCreateApi, HotelRoomingListGuestsUpdateApi } from '../models/index.ts';
2
2
  /**
3
3
  * Revolugo Booking API Reference
4
4
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
@@ -10,7 +10,7 @@ import { HotelRoomingListGuestApi, HotelRoomingListGuestsCreateApi, HotelRooming
10
10
  * https://openapi-generator.tech
11
11
  * Do not edit the class manually.
12
12
  */
13
- import * as runtime from '../runtime';
13
+ import * as runtime from '../runtime.ts';
14
14
  export interface HotelRoomingListGuestsDeletePayload {
15
15
  id: string;
16
16
  token: string;
@@ -1,4 +1,4 @@
1
- import { HotelRoomingListApi } from '../models';
1
+ import { HotelRoomingListApi } from '../models/index.ts';
2
2
  /**
3
3
  * Revolugo Booking API Reference
4
4
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
@@ -10,7 +10,7 @@ import { HotelRoomingListApi } from '../models';
10
10
  * https://openapi-generator.tech
11
11
  * Do not edit the class manually.
12
12
  */
13
- import * as runtime from '../runtime';
13
+ import * as runtime from '../runtime.ts';
14
14
  export interface HotelRoomingListsListPayload {
15
15
  token: string;
16
16
  lang?: HotelRoomingListsLangEnum;
@@ -1,4 +1,4 @@
1
- import { HotelApi } from '../models';
1
+ import { HotelApi } from '../models/index.ts';
2
2
  /**
3
3
  * Revolugo Booking API Reference
4
4
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
@@ -10,7 +10,7 @@ import { HotelApi } from '../models';
10
10
  * https://openapi-generator.tech
11
11
  * Do not edit the class manually.
12
12
  */
13
- import * as runtime from '../runtime';
13
+ import * as runtime from '../runtime.ts';
14
14
  export interface HotelsRetrievePayload {
15
15
  id: string;
16
16
  event?: string;
@@ -1,3 +1,3 @@
1
- export * from './runtime';
2
- export * from './apis/index';
3
- export * from './models/index';
1
+ export * from './runtime.ts';
2
+ export * from './apis/index.ts';
3
+ export * from './models/index.ts';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolugo/booking-api-client",
3
- "version": "7.2.0",
3
+ "version": "7.2.1-alpha.1",
4
4
  "private": false,
5
5
  "description": "Javascript Revolugo Booking API Client (browser + server)",
6
6
  "keywords": [
@@ -34,17 +34,17 @@
34
34
  "cross-fetch": "4.1.0",
35
35
  "joi": "18.0.2",
36
36
  "uuid": "13.0.0",
37
- "@revolugo/common": "7.2.0"
37
+ "@revolugo/common": "7.2.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@hono/node-server": "1.19.9",
41
41
  "hono": "4.12.2",
42
- "@revolugo/booking-api": "7.2.0",
43
- "@revolugo/engines": "7.2.0",
44
- "@revolugo/models": "7.2.0",
45
- "@revolugo/node": "7.2.0",
46
- "@revolugo/root": "7.2.0",
47
- "@revolugo/env": "7.2.0"
42
+ "@revolugo/booking-api": "7.2.1",
43
+ "@revolugo/engines": "7.2.1",
44
+ "@revolugo/env": "7.2.1",
45
+ "@revolugo/models": "7.2.1",
46
+ "@revolugo/node": "7.2.1",
47
+ "@revolugo/root": "7.2.1"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=20.18.1 <25"