@revolugo/booking-api-client 6.9.5-rc.0 → 6.9.6-beta.0

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.
@@ -3323,13 +3323,7 @@ export interface PaymentMethodApiOneOf1Payload {
3323
3323
  * @type {string}
3324
3324
  * @memberof PaymentMethodApiOneOf1Payload
3325
3325
  */
3326
- couponId?: string | null;
3327
- /**
3328
- *
3329
- * @type {string}
3330
- * @memberof PaymentMethodApiOneOf1Payload
3331
- */
3332
- token: string;
3326
+ couponId: string;
3333
3327
  }
3334
3328
  /**
3335
3329
  *
@@ -3375,12 +3369,6 @@ export interface PaymentMethodApiOneOf2Payload {
3375
3369
  * @memberof PaymentMethodApiOneOf2Payload
3376
3370
  */
3377
3371
  couponId?: string | null;
3378
- /**
3379
- *
3380
- * @type {string}
3381
- * @memberof PaymentMethodApiOneOf2Payload
3382
- */
3383
- token?: string | null;
3384
3372
  }
3385
3373
  /**
3386
3374
  *
@@ -3399,7 +3387,13 @@ export interface PaymentMethodApiOneOfPayload {
3399
3387
  * @type {string}
3400
3388
  * @memberof PaymentMethodApiOneOfPayload
3401
3389
  */
3402
- couponId: string;
3390
+ couponId?: string | null;
3391
+ /**
3392
+ *
3393
+ * @type {string}
3394
+ * @memberof PaymentMethodApiOneOfPayload
3395
+ */
3396
+ token: string;
3403
3397
  }
3404
3398
  /**
3405
3399
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolugo/booking-api-client",
3
- "version": "6.9.5-rc.0",
3
+ "version": "6.9.6-beta.0",
4
4
  "private": false,
5
5
  "description": "Javascript Revolugo Booking API Client (browser + server)",
6
6
  "keywords": [
@@ -17,6 +17,9 @@
17
17
  "default": "./dist/index.es.js",
18
18
  "import": "./dist/index.es.js",
19
19
  "require": "./dist/index.umd.js"
20
+ },
21
+ "./models": {
22
+ "import": "./src/v1/models/index.ts"
20
23
  }
21
24
  },
22
25
  "main": "dist/index.umd.js",
@@ -26,20 +29,20 @@
26
29
  ],
27
30
  "dependencies": {
28
31
  "cross-fetch": "4.1.0",
29
- "joi": "17.13.3",
32
+ "joi": "18.0.1",
30
33
  "lodash-es": "4.17.21",
31
- "uuid": "11.1.0",
32
- "@revolugo/common": "6.9.5"
34
+ "uuid": "13.0.0",
35
+ "@revolugo/common": "6.9.6"
33
36
  },
34
37
  "devDependencies": {
35
- "@revolugo/booking-api": "6.9.5",
36
- "@revolugo/engines": "6.9.5",
37
- "@revolugo/env": "6.9.5",
38
- "@revolugo/models": "6.9.5",
39
- "@revolugo/node": "6.9.5"
38
+ "@revolugo/booking-api": "6.9.6",
39
+ "@revolugo/engines": "6.9.6",
40
+ "@revolugo/env": "6.9.6",
41
+ "@revolugo/models": "6.9.6",
42
+ "@revolugo/node": "6.9.6"
40
43
  },
41
44
  "engines": {
42
- "node": ">=20.18.1 <23"
45
+ "node": ">=20.18.1 <25"
43
46
  },
44
47
  "volta": {
45
48
  "extends": "../../package.json"