n_a_types 3.0.16 → 3.0.17

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.
Files changed (2) hide show
  1. package/V3.ts +3 -0
  2. package/package.json +1 -1
package/V3.ts CHANGED
@@ -33,6 +33,7 @@ export type Guidebook = {
33
33
  digitalGuidePrice: number;
34
34
  coverImageS3Key: string | null;
35
35
  heroImageS3Key: string | null;
36
+ swipeDirection?: AreaSwipeDirection;
36
37
  }
37
38
 
38
39
  export type Section = {
@@ -40,6 +41,7 @@ export type Section = {
40
41
  sectionName: string;
41
42
  guidebookId: number | null;
42
43
  bookSectionNumber: number;
44
+ swipeDirection?: AreaSwipeDirection;
43
45
  id: number;
44
46
  }
45
47
 
@@ -201,6 +203,7 @@ export type GuidebookProductData = {
201
203
  heroImageS3Key: string | null;
202
204
  latitude: number | null;
203
205
  longitude: number | null;
206
+ swipeDirection?: AreaSwipeDirection;
204
207
  }[], apiVersion: number;
205
208
  }
206
209
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n_a_types",
3
- "version": "3.0.16",
3
+ "version": "3.0.17",
4
4
  "description": "types",
5
5
  "main": "index.ts",
6
6
  "author": "",