@revolugo/common 6.12.1-beta.28 → 6.12.1-beta.29

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolugo/common",
3
- "version": "6.12.1-beta.28",
3
+ "version": "6.12.1-beta.29",
4
4
  "private": false,
5
5
  "description": "Revolugo common",
6
6
  "author": "Revolugo",
@@ -22,6 +22,12 @@ export interface MetaPollingResponse {
22
22
  * @memberof MetaApiPollingResponse
23
23
  */
24
24
  startingAfter?: string | null
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof HotelOffersApiResponseMeta
29
+ */
30
+ totalCount?: number | null
25
31
  /**
26
32
  *
27
33
  * @type {PollerType}