@searchspring/snapi-types 0.1.27 → 0.1.30

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 (66) hide show
  1. package/README.md +1 -1
  2. package/models/AutocompleteRequestModel.d.ts +1 -1
  3. package/models/AutocompleteRequestModelAllOf.d.ts +1 -1
  4. package/models/AutocompleteRequestModelSuggestions.d.ts +1 -1
  5. package/models/AutocompleteResponseModel.d.ts +1 -1
  6. package/models/AutocompleteResponseModelAllOf.d.ts +1 -1
  7. package/models/AutocompleteResponseModelAllOfAutocomplete.d.ts +1 -1
  8. package/models/AutocompleteResponseModelAllOfAutocompleteAlternatives.d.ts +1 -1
  9. package/models/AutocompleteResponseModelAllOfAutocompleteSuggested.d.ts +1 -1
  10. package/models/MetaRequestModel.d.ts +1 -1
  11. package/models/MetaResponseModel.d.ts +8 -1
  12. package/models/MetaResponseModelFacet.d.ts +1 -1
  13. package/models/MetaResponseModelFacetDefaults.d.ts +1 -1
  14. package/models/MetaResponseModelFacetGrid.d.ts +1 -1
  15. package/models/MetaResponseModelFacetHierarchy.d.ts +1 -1
  16. package/models/MetaResponseModelFacetHierarchyAllOf.d.ts +1 -1
  17. package/models/MetaResponseModelFacetList.d.ts +1 -1
  18. package/models/MetaResponseModelFacetPalette.d.ts +1 -1
  19. package/models/MetaResponseModelFacetSlider.d.ts +1 -1
  20. package/models/MetaResponseModelFacetSliderAllOf.d.ts +1 -1
  21. package/models/MetaResponseModelFacetValue.d.ts +1 -1
  22. package/models/MetaResponseModelPagination.d.ts +24 -0
  23. package/models/MetaResponseModelSortOption.d.ts +1 -1
  24. package/models/SearchRequestModel.d.ts +1 -1
  25. package/models/SearchRequestModelFacets.d.ts +1 -1
  26. package/models/SearchRequestModelFilter.d.ts +1 -1
  27. package/models/SearchRequestModelFilterRange.d.ts +1 -1
  28. package/models/SearchRequestModelFilterRangeAllOf.d.ts +1 -1
  29. package/models/SearchRequestModelFilterRangeAllOfValue.d.ts +1 -1
  30. package/models/SearchRequestModelFilterValue.d.ts +1 -1
  31. package/models/SearchRequestModelFilterValueAllOf.d.ts +1 -1
  32. package/models/SearchRequestModelMerchandising.d.ts +7 -1
  33. package/models/SearchRequestModelPagination.d.ts +1 -1
  34. package/models/SearchRequestModelPersonalization.d.ts +1 -1
  35. package/models/SearchRequestModelSearch.d.ts +1 -1
  36. package/models/SearchRequestModelSearchQuery.d.ts +1 -1
  37. package/models/SearchRequestModelSorts.d.ts +1 -1
  38. package/models/SearchRequestModelTracking.d.ts +13 -1
  39. package/models/SearchResponseModel.d.ts +1 -1
  40. package/models/SearchResponseModelFacet.d.ts +1 -1
  41. package/models/SearchResponseModelFacetRange.d.ts +1 -1
  42. package/models/SearchResponseModelFacetRangeAllOf.d.ts +1 -1
  43. package/models/SearchResponseModelFacetRangeBuckets.d.ts +1 -1
  44. package/models/SearchResponseModelFacetRangeBucketsAllOf.d.ts +1 -1
  45. package/models/SearchResponseModelFacetRangeBucketsAllOfValues.d.ts +1 -1
  46. package/models/SearchResponseModelFacetValue.d.ts +1 -1
  47. package/models/SearchResponseModelFacetValueAllOf.d.ts +1 -1
  48. package/models/SearchResponseModelFacetValueAllOfValues.d.ts +1 -1
  49. package/models/SearchResponseModelFilter.d.ts +1 -1
  50. package/models/SearchResponseModelFilterRange.d.ts +1 -1
  51. package/models/SearchResponseModelFilterValue.d.ts +1 -1
  52. package/models/SearchResponseModelMerchandising.d.ts +1 -1
  53. package/models/SearchResponseModelMerchandisingCampaigns.d.ts +1 -1
  54. package/models/SearchResponseModelMerchandisingContent.d.ts +1 -1
  55. package/models/SearchResponseModelMerchandisingContentConfig.d.ts +1 -1
  56. package/models/SearchResponseModelMerchandisingContentConfigPosition.d.ts +1 -1
  57. package/models/SearchResponseModelMerchandisingContentInline.d.ts +1 -1
  58. package/models/SearchResponseModelPagination.d.ts +1 -7
  59. package/models/SearchResponseModelResult.d.ts +1 -1
  60. package/models/SearchResponseModelResultChildren.d.ts +1 -1
  61. package/models/SearchResponseModelResultCoreMappings.d.ts +1 -1
  62. package/models/SearchResponseModelResultMappings.d.ts +1 -1
  63. package/models/SearchResponseModelSearch.d.ts +1 -1
  64. package/models/SearchResponseModelSorting.d.ts +1 -1
  65. package/models/index.d.ts +1 -0
  66. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Snapi Types v0.1.27
1
+ # Snapi Types v0.1.30
2
2
 
3
3
  :warning: **WARNING!!!** :warning:
4
4
  ### This repo is auto generated - do not commit directly. Instead make changes to the generator repo.
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,11 +5,12 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
12
12
  MetaResponseModelFacet,
13
+ MetaResponseModelPagination,
13
14
  MetaResponseModelSortOption,
14
15
  } from './';
15
16
 
@@ -32,4 +33,10 @@ export interface MetaResponseModel {
32
33
  * @memberof MetaResponseModel
33
34
  */
34
35
  facets?: { [key: string]: MetaResponseModelFacet; };
36
+ /**
37
+ *
38
+ * @type {MetaResponseModelPagination}
39
+ * @memberof MetaResponseModel
40
+ */
41
+ pagination?: MetaResponseModelPagination;
35
42
  }
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -0,0 +1,24 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ *
5
+ * snAPI
6
+ * Searchspring Snap Search API
7
+ *
8
+ * Built from snAPI spec v0.1.30
9
+ *
10
+ */
11
+
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface MetaResponseModelPagination
16
+ */
17
+ export interface MetaResponseModelPagination {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof MetaResponseModelPagination
22
+ */
23
+ defaultPageSize?: number;
24
+ }
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -39,4 +39,10 @@ export interface SearchRequestModelMerchandising {
39
39
  * @memberof SearchRequestModelMerchandising
40
40
  */
41
41
  intellisuggest?: boolean;
42
+ /**
43
+ *
44
+ * @type {boolean}
45
+ * @memberof SearchRequestModelMerchandising
46
+ */
47
+ disableInlineBanners?: boolean;
42
48
  }
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -27,4 +27,16 @@ export interface SearchRequestModelTracking {
27
27
  * @memberof SearchRequestModelTracking
28
28
  */
29
29
  domain?: string;
30
+ /**
31
+ * current session id
32
+ * @type {string}
33
+ * @memberof SearchRequestModelTracking
34
+ */
35
+ sessionId?: string;
36
+ /**
37
+ * randomly generated page id
38
+ * @type {string}
39
+ * @memberof SearchRequestModelTracking
40
+ */
41
+ pageLoadId?: string;
30
42
  }
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -27,12 +27,6 @@ export interface SearchResponseModelPagination {
27
27
  * @memberof SearchResponseModelPagination
28
28
  */
29
29
  page?: number;
30
- /**
31
- *
32
- * @type {number}
33
- * @memberof SearchResponseModelPagination
34
- */
35
- defaultPageSize?: number;
36
30
  /**
37
31
  *
38
32
  * @type {number}
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
  import {
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.27
8
+ * Built from snAPI spec v0.1.30
9
9
  *
10
10
  */
11
11
 
package/models/index.d.ts CHANGED
@@ -18,6 +18,7 @@ export * from './MetaResponseModelFacetPalette';
18
18
  export * from './MetaResponseModelFacetSlider';
19
19
  export * from './MetaResponseModelFacetSliderAllOf';
20
20
  export * from './MetaResponseModelFacetValue';
21
+ export * from './MetaResponseModelPagination';
21
22
  export * from './MetaResponseModelSortOption';
22
23
  export * from './SearchRequestModel';
23
24
  export * from './SearchRequestModelFacets';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@searchspring/snapi-types",
3
- "version": "0.1.27",
3
+ "version": "0.1.30",
4
4
  "description": "Snapi Typescript Definitions",
5
5
  "author": "Searchspring",
6
6
  "license": "MIT",