@revolugo/common 7.11.2-alpha.2 → 7.11.2-alpha.21
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.11.2-alpha.
|
|
3
|
+
"version": "7.11.2-alpha.21",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Revolugo common",
|
|
6
6
|
"author": "Revolugo",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@asteasolutions/zod-to-openapi": "8.5.0",
|
|
28
28
|
"change-case": "5.4.4",
|
|
29
|
-
"dayjs": "1.11.
|
|
29
|
+
"dayjs": "1.11.21",
|
|
30
30
|
"ky": "2.0.2",
|
|
31
31
|
"slugify": "1.6.9",
|
|
32
32
|
"type-fest": "5.6.0",
|
package/src/constants/legal.ts
CHANGED
package/src/icons/index.ts
CHANGED
|
@@ -127,6 +127,7 @@ export const ICONS_NAME = Object.freeze({
|
|
|
127
127
|
minusCircle: 'ph:minus-circle',
|
|
128
128
|
money: 'ph:money',
|
|
129
129
|
monitor: 'ph:monitor',
|
|
130
|
+
moon: 'ph:moon',
|
|
130
131
|
mosque: 'ph:mosque',
|
|
131
132
|
msOffice365: 'custom:ms-office-365',
|
|
132
133
|
msOutlook: 'custom:ms-outlook',
|
|
@@ -171,6 +172,7 @@ export const ICONS_NAME = Object.freeze({
|
|
|
171
172
|
storefront: 'ph:storefront',
|
|
172
173
|
student: 'ph:student',
|
|
173
174
|
subway: 'ph:subway',
|
|
175
|
+
sun: 'ph:sun',
|
|
174
176
|
swimmingPool: 'ph:swimming-pool',
|
|
175
177
|
synagogue: 'ph:synagogue',
|
|
176
178
|
taxi: 'ph:taxi',
|
|
@@ -135,6 +135,7 @@ export interface HotelRoomOfferRequestCreate {
|
|
|
135
135
|
eventMetadata?: HotelRoomOfferRequest['eventMetadata']
|
|
136
136
|
hotelId: HotelRoomOfferRequest['hotelId']
|
|
137
137
|
roomCount: HotelRoomOfferRequest['roomCount']
|
|
138
|
+
sourceMarket?: HotelRoomOfferRequest['sourceMarket']
|
|
138
139
|
}
|
|
139
140
|
export interface HotelRoomOfferRequestsCreatePayload {
|
|
140
141
|
hotelRoomOfferRequestCreateApi?: HotelRoomOfferRequestCreate
|