@revolugo/common 7.10.0-alpha.121 → 7.10.0-alpha.123

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": "7.10.0-alpha.121",
3
+ "version": "7.10.0-alpha.123",
4
4
  "private": false,
5
5
  "description": "Revolugo common",
6
6
  "author": "Revolugo",
@@ -5,6 +5,7 @@ export * from './environment.ts'
5
5
  export * from './hotel-offers.ts'
6
6
  export * from './hotel-room-offer.ts'
7
7
  export * from './hotel.ts'
8
+ export * from './insurance.ts'
8
9
  export * from './locales.ts'
9
10
  export * from './measurement.ts'
10
11
  export * from './poller.ts'
@@ -0,0 +1,2 @@
1
+ export const MEETCH_INSURANCE_TYPE_NAME = 'Meetch Insurance'
2
+ export const MEETCH_INSURANCE_TYPE_SLUG = 'meetch-insurance'
@@ -154,6 +154,7 @@ export const ICONS_NAME = Object.freeze({
154
154
  running: 'ph:person-simple-run',
155
155
  scissors: 'ph:scissors',
156
156
  shield: 'ph:shield',
157
+ shieldCheck: 'ph:shield-check',
157
158
  shirt: 'ph:shirt-folded',
158
159
  shoppingBag: 'ph:shopping-bag',
159
160
  shoppingCart: 'ph:shopping-cart',