@salla.sa/twilight 2.0.252 → 2.0.253
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
package/types/api/product.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export interface AvailabilityPayload {
|
|
|
13
13
|
//💡 Following properties required for guests
|
|
14
14
|
email?: string;//required when request without mobile
|
|
15
15
|
country_code?: string | 'SA';//required when request without email
|
|
16
|
-
|
|
16
|
+
phone?: string | '555555555';//required when request without email
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
export interface GetPriceResponse extends SuccessResponse {
|