RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
hububb-models
Versions diffs
1.0.56 → 1.0.57
hububb-models 1.0.56 → 1.0.57
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/package.json
+1
-1
package/src/models/reservation/reservation.d.ts
+1
-0
package/src/models/reservation/reservation.ts
+1
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "hububb-models",
3
-
"version": "1.0.
56
",
3
+
"version": "1.0.
57
",
4
4
"description": "Models for Hububb application",
5
5
"main": "index.js",
6
6
"types": "./src/index.d.ts",
package/src/models/reservation/reservation.d.ts
CHANGED
Viewed
@@ -11,6 +11,7 @@ export interface Reservation {
11
11
externalId?: string;
12
12
fullName?: string;
13
13
email?: string;
14
+
ids?: string[];
14
15
};
15
16
listing?: {
16
17
id?: string;
package/src/models/reservation/reservation.ts
CHANGED
Viewed
@@ -12,6 +12,7 @@ export interface Reservation {
12
12
externalId?: string;
13
13
fullName?: string;
14
14
email?: string;
15
+
ids?: string[];
15
16
};
16
17
listing?: {
17
18
id?: string;