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