@searchspring/snapi-types 0.1.41 → 0.1.43

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 (74) hide show
  1. package/README.md +1 -1
  2. package/models/AutocompleteRequestModel.d.ts +10 -10
  3. package/models/AutocompleteRequestModelAllOf.d.ts +8 -1
  4. package/models/AutocompleteRequestModelSearch.d.ts +76 -0
  5. package/models/AutocompleteRequestModelSearchAllOf.d.ts +30 -0
  6. package/models/AutocompleteRequestModelSuggestions.d.ts +1 -1
  7. package/models/AutocompleteResponseModel.d.ts +1 -1
  8. package/models/AutocompleteResponseModelAllOf.d.ts +1 -1
  9. package/models/AutocompleteResponseModelAllOfAutocomplete.d.ts +1 -1
  10. package/models/AutocompleteResponseModelAllOfAutocompleteAlternatives.d.ts +1 -1
  11. package/models/AutocompleteResponseModelAllOfAutocompleteSuggested.d.ts +1 -1
  12. package/models/MetaRequestModel.d.ts +1 -1
  13. package/models/MetaResponseModel.d.ts +1 -1
  14. package/models/MetaResponseModelBadgeLocation.d.ts +1 -1
  15. package/models/MetaResponseModelBadgeTag.d.ts +1 -1
  16. package/models/MetaResponseModelBadges.d.ts +1 -1
  17. package/models/MetaResponseModelBadgesLocations.d.ts +1 -1
  18. package/models/MetaResponseModelFacet.d.ts +1 -1
  19. package/models/MetaResponseModelFacetDefaults.d.ts +1 -1
  20. package/models/MetaResponseModelFacetGrid.d.ts +1 -1
  21. package/models/MetaResponseModelFacetHierarchy.d.ts +1 -1
  22. package/models/MetaResponseModelFacetHierarchyAllOf.d.ts +1 -1
  23. package/models/MetaResponseModelFacetList.d.ts +1 -1
  24. package/models/MetaResponseModelFacetPalette.d.ts +1 -1
  25. package/models/MetaResponseModelFacetSlider.d.ts +1 -1
  26. package/models/MetaResponseModelFacetSliderAllOf.d.ts +1 -1
  27. package/models/MetaResponseModelFacetValue.d.ts +1 -1
  28. package/models/MetaResponseModelPagination.d.ts +1 -1
  29. package/models/MetaResponseModelSortOption.d.ts +1 -1
  30. package/models/SearchRequestModel.d.ts +1 -1
  31. package/models/SearchRequestModelFacets.d.ts +1 -1
  32. package/models/SearchRequestModelFilter.d.ts +1 -1
  33. package/models/SearchRequestModelFilterRange.d.ts +1 -1
  34. package/models/SearchRequestModelFilterRangeAllOf.d.ts +1 -1
  35. package/models/SearchRequestModelFilterRangeAllOfValue.d.ts +1 -1
  36. package/models/SearchRequestModelFilterValue.d.ts +1 -1
  37. package/models/SearchRequestModelFilterValueAllOf.d.ts +1 -1
  38. package/models/SearchRequestModelMerchandising.d.ts +1 -1
  39. package/models/SearchRequestModelPagination.d.ts +1 -1
  40. package/models/SearchRequestModelPersonalization.d.ts +1 -1
  41. package/models/SearchRequestModelSearch.d.ts +1 -1
  42. package/models/SearchRequestModelSearchQuery.d.ts +1 -1
  43. package/models/SearchRequestModelSorts.d.ts +1 -1
  44. package/models/SearchRequestModelTracking.d.ts +1 -1
  45. package/models/SearchResponseModel.d.ts +1 -1
  46. package/models/SearchResponseModelFacet.d.ts +1 -1
  47. package/models/SearchResponseModelFacetRange.d.ts +1 -1
  48. package/models/SearchResponseModelFacetRangeAllOf.d.ts +1 -1
  49. package/models/SearchResponseModelFacetRangeBuckets.d.ts +1 -1
  50. package/models/SearchResponseModelFacetRangeBucketsAllOf.d.ts +1 -1
  51. package/models/SearchResponseModelFacetRangeBucketsAllOfValues.d.ts +1 -1
  52. package/models/SearchResponseModelFacetValue.d.ts +1 -1
  53. package/models/SearchResponseModelFacetValueAllOf.d.ts +1 -1
  54. package/models/SearchResponseModelFacetValueAllOfValues.d.ts +1 -1
  55. package/models/SearchResponseModelFilter.d.ts +1 -1
  56. package/models/SearchResponseModelFilterRange.d.ts +1 -1
  57. package/models/SearchResponseModelFilterValue.d.ts +1 -1
  58. package/models/SearchResponseModelMerchandising.d.ts +1 -1
  59. package/models/SearchResponseModelMerchandisingCampaigns.d.ts +1 -1
  60. package/models/SearchResponseModelMerchandisingContent.d.ts +1 -1
  61. package/models/SearchResponseModelMerchandisingContentConfig.d.ts +1 -1
  62. package/models/SearchResponseModelMerchandisingContentConfigPosition.d.ts +1 -1
  63. package/models/SearchResponseModelMerchandisingContentInline.d.ts +1 -1
  64. package/models/SearchResponseModelMerchandisingExperiments.d.ts +1 -1
  65. package/models/SearchResponseModelPagination.d.ts +1 -1
  66. package/models/SearchResponseModelResult.d.ts +1 -1
  67. package/models/SearchResponseModelResultBadges.d.ts +1 -1
  68. package/models/SearchResponseModelResultChildren.d.ts +1 -1
  69. package/models/SearchResponseModelResultCoreMappings.d.ts +1 -1
  70. package/models/SearchResponseModelResultMappings.d.ts +1 -1
  71. package/models/SearchResponseModelSearch.d.ts +1 -1
  72. package/models/SearchResponseModelSorting.d.ts +1 -1
  73. package/models/index.d.ts +2 -0
  74. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Snapi Types v0.1.41
1
+ # Snapi Types v0.1.43
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,11 +5,12 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.41
8
+ * Built from snAPI spec v0.1.43
9
9
  *
10
10
  */
11
11
  import {
12
12
  AutocompleteRequestModelAllOf,
13
+ AutocompleteRequestModelSearch,
13
14
  AutocompleteRequestModelSuggestions,
14
15
  SearchRequestModel,
15
16
  SearchRequestModelFacets,
@@ -17,7 +18,6 @@ import {
17
18
  SearchRequestModelMerchandising,
18
19
  SearchRequestModelPagination,
19
20
  SearchRequestModelPersonalization,
20
- SearchRequestModelSearch,
21
21
  SearchRequestModelSorts,
22
22
  SearchRequestModelTracking,
23
23
  } from './';
@@ -29,12 +29,6 @@ import {
29
29
  * @interface AutocompleteRequestModel
30
30
  */
31
31
  export interface AutocompleteRequestModel {
32
- /**
33
- *
34
- * @type {AutocompleteRequestModelSuggestions}
35
- * @memberof AutocompleteRequestModel
36
- */
37
- suggestions?: AutocompleteRequestModelSuggestions;
38
32
  /**
39
33
  *
40
34
  * @type {string}
@@ -49,10 +43,10 @@ export interface AutocompleteRequestModel {
49
43
  sorts?: Array<SearchRequestModelSorts>;
50
44
  /**
51
45
  *
52
- * @type {SearchRequestModelSearch}
46
+ * @type {AutocompleteRequestModelSearch}
53
47
  * @memberof AutocompleteRequestModel
54
48
  */
55
- search?: SearchRequestModelSearch;
49
+ search?: AutocompleteRequestModelSearch;
56
50
  /**
57
51
  *
58
52
  * @type {Array<SearchRequestModelFilter>}
@@ -89,4 +83,10 @@ export interface AutocompleteRequestModel {
89
83
  * @memberof AutocompleteRequestModel
90
84
  */
91
85
  personalization?: SearchRequestModelPersonalization;
86
+ /**
87
+ *
88
+ * @type {AutocompleteRequestModelSuggestions}
89
+ * @memberof AutocompleteRequestModel
90
+ */
91
+ suggestions?: AutocompleteRequestModelSuggestions;
92
92
  }
@@ -5,10 +5,11 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.41
8
+ * Built from snAPI spec v0.1.43
9
9
  *
10
10
  */
11
11
  import {
12
+ AutocompleteRequestModelSearch,
12
13
  AutocompleteRequestModelSuggestions,
13
14
  } from './';
14
15
 
@@ -19,6 +20,12 @@ import {
19
20
  * @interface AutocompleteRequestModelAllOf
20
21
  */
21
22
  export interface AutocompleteRequestModelAllOf {
23
+ /**
24
+ *
25
+ * @type {AutocompleteRequestModelSearch}
26
+ * @memberof AutocompleteRequestModelAllOf
27
+ */
28
+ search?: AutocompleteRequestModelSearch;
22
29
  /**
23
30
  *
24
31
  * @type {AutocompleteRequestModelSuggestions}
@@ -0,0 +1,76 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ *
5
+ * snAPI
6
+ * Searchspring Snap Search API
7
+ *
8
+ * Built from snAPI spec v0.1.43
9
+ *
10
+ */
11
+ import {
12
+ AutocompleteRequestModelSearchAllOf,
13
+ SearchRequestModelSearch,
14
+ SearchRequestModelSearchQuery,
15
+ } from './';
16
+
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface AutocompleteRequestModelSearch
22
+ */
23
+ export interface AutocompleteRequestModelSearch {
24
+ /**
25
+ *
26
+ * @type {SearchRequestModelSearchQuery}
27
+ * @memberof AutocompleteRequestModelSearch
28
+ */
29
+ query?: SearchRequestModelSearchQuery;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof AutocompleteRequestModelSearch
34
+ */
35
+ subQuery?: string;
36
+ /**
37
+ * Original query if spell correction occured.
38
+ * @type {string}
39
+ * @memberof AutocompleteRequestModelSearch
40
+ */
41
+ originalQuery?: string;
42
+ /**
43
+ * Integrated spell correction parameter is used as a fallback when the query parameter fails to return results.
44
+ * @type {string}
45
+ * @memberof AutocompleteRequestModelSearch
46
+ */
47
+ fallbackQuery?: string;
48
+ /**
49
+ * Changes how Redirects behave in the response.
50
+ * @type {string}
51
+ * @memberof AutocompleteRequestModelSearch
52
+ */
53
+ redirectResponse?: AutocompleteRequestModelSearchRedirectResponseEnum;
54
+ /**
55
+ * current input from the user
56
+ * @type {string}
57
+ * @memberof AutocompleteRequestModelSearch
58
+ */
59
+ input?: string;
60
+ /**
61
+ * source of the autocomplete request ("historical", "popular", "suggested" or "typed")
62
+ * @type {string}
63
+ * @memberof AutocompleteRequestModelSearch
64
+ */
65
+ source?: string;
66
+ }
67
+
68
+ /**
69
+ * @export
70
+ * @enum {string}
71
+ */
72
+ export enum AutocompleteRequestModelSearchRedirectResponseEnum {
73
+ Full = 'full',
74
+ Minimal = 'minimal',
75
+ Direct = 'direct'
76
+ }
@@ -0,0 +1,30 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ *
5
+ * snAPI
6
+ * Searchspring Snap Search API
7
+ *
8
+ * Built from snAPI spec v0.1.43
9
+ *
10
+ */
11
+
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface AutocompleteRequestModelSearchAllOf
16
+ */
17
+ export interface AutocompleteRequestModelSearchAllOf {
18
+ /**
19
+ * current input from the user
20
+ * @type {string}
21
+ * @memberof AutocompleteRequestModelSearchAllOf
22
+ */
23
+ input?: string;
24
+ /**
25
+ * source of the autocomplete request ("historical", "popular", "suggested" or "typed")
26
+ * @type {string}
27
+ * @memberof AutocompleteRequestModelSearchAllOf
28
+ */
29
+ source?: string;
30
+ }
@@ -5,7 +5,7 @@
5
5
  * snAPI
6
6
  * Searchspring Snap Search API
7
7
  *
8
- * Built from snAPI spec v0.1.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
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.41
8
+ * Built from snAPI spec v0.1.43
9
9
  *
10
10
  */
11
11
 
package/models/index.d.ts CHANGED
@@ -1,5 +1,7 @@
1
1
  export * from './AutocompleteRequestModel';
2
2
  export * from './AutocompleteRequestModelAllOf';
3
+ export * from './AutocompleteRequestModelSearch';
4
+ export * from './AutocompleteRequestModelSearchAllOf';
3
5
  export * from './AutocompleteRequestModelSuggestions';
4
6
  export * from './AutocompleteResponseModel';
5
7
  export * from './AutocompleteResponseModelAllOf';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@searchspring/snapi-types",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "description": "Snapi Typescript Definitions",
5
5
  "author": "Searchspring",
6
6
  "license": "MIT",