Skip to content

Commit

Permalink
chore(generation): 0.1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
searchspring-machine committed May 1, 2024
1 parent a229525 commit 45c565c
Show file tree
Hide file tree
Showing 72 changed files with 82 additions and 112 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapi Types v0.1.34
# Snapi Types v0.1.35

:warning: **WARNING!!!** :warning:
### This repo is auto generated - do not commit directly. Instead make changes to the generator repo.
Expand Down
2 changes: 1 addition & 1 deletion models/AutocompleteRequestModel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand Down
2 changes: 1 addition & 1 deletion models/AutocompleteRequestModelAllOf.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand Down
2 changes: 1 addition & 1 deletion models/AutocompleteRequestModelSuggestions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
2 changes: 1 addition & 1 deletion models/AutocompleteResponseModel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand Down
2 changes: 1 addition & 1 deletion models/AutocompleteResponseModelAllOf.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand Down
2 changes: 1 addition & 1 deletion models/AutocompleteResponseModelAllOfAutocomplete.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
2 changes: 1 addition & 1 deletion models/MetaRequestModel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
2 changes: 1 addition & 1 deletion models/MetaResponseModel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand Down
6 changes: 3 additions & 3 deletions models/MetaResponseModelBadgeLocation.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand All @@ -20,13 +20,13 @@ export interface MetaResponseModelBadgeLocation {
* @type {string}
* @memberof MetaResponseModelBadgeLocation
*/
name: string;
tag: string;
/**
*
* @type {string}
* @memberof MetaResponseModelBadgeLocation
*/
label?: string;
name: string;
/**
*
* @type {string}
Expand Down
2 changes: 1 addition & 1 deletion models/MetaResponseModelBadgeTag.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
4 changes: 2 additions & 2 deletions models/MetaResponseModelBadges.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand All @@ -31,5 +31,5 @@ export interface MetaResponseModelBadges {
* @type {{ [key: string]: MetaResponseModelBadgeTag; }}
* @memberof MetaResponseModelBadges
*/
tags: { [key: string]: MetaResponseModelBadgeTag; };
tags?: { [key: string]: MetaResponseModelBadgeTag; };
}
15 changes: 10 additions & 5 deletions models/MetaResponseModelBadgesLocations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
MetaResponseModelBadgeLocation,
MetaResponseModelBadgesLocationsOverlay,
} from './';


Expand All @@ -22,14 +21,20 @@ import {
export interface MetaResponseModelBadgesLocations {
/**
*
* @type {MetaResponseModelBadgesLocationsOverlay}
* @type {Array<MetaResponseModelBadgeLocation>}
* @memberof MetaResponseModelBadgesLocations
*/
overlayLeft: Array<MetaResponseModelBadgeLocation>;
/**
*
* @type {Array<MetaResponseModelBadgeLocation>}
* @memberof MetaResponseModelBadgesLocations
*/
overlay: MetaResponseModelBadgesLocationsOverlay;
overlayRight: Array<MetaResponseModelBadgeLocation>;
/**
*
* @type {Array<MetaResponseModelBadgeLocation>}
* @memberof MetaResponseModelBadgesLocations
*/
callouts: Array<MetaResponseModelBadgeLocation>;
callout: Array<MetaResponseModelBadgeLocation>;
}
34 changes: 0 additions & 34 deletions models/MetaResponseModelBadgesLocationsOverlay.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion models/MetaResponseModelFacet.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
2 changes: 1 addition & 1 deletion models/MetaResponseModelFacetDefaults.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
2 changes: 1 addition & 1 deletion models/MetaResponseModelFacetGrid.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand Down
2 changes: 1 addition & 1 deletion models/MetaResponseModelFacetHierarchy.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand Down
2 changes: 1 addition & 1 deletion models/MetaResponseModelFacetHierarchyAllOf.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
2 changes: 1 addition & 1 deletion models/MetaResponseModelFacetList.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand Down
2 changes: 1 addition & 1 deletion models/MetaResponseModelFacetPalette.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand Down
2 changes: 1 addition & 1 deletion models/MetaResponseModelFacetSlider.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand Down
2 changes: 1 addition & 1 deletion models/MetaResponseModelFacetSliderAllOf.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
2 changes: 1 addition & 1 deletion models/MetaResponseModelFacetValue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
2 changes: 1 addition & 1 deletion models/MetaResponseModelPagination.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
2 changes: 1 addition & 1 deletion models/MetaResponseModelSortOption.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
2 changes: 1 addition & 1 deletion models/SearchRequestModel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand Down
2 changes: 1 addition & 1 deletion models/SearchRequestModelFacets.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
2 changes: 1 addition & 1 deletion models/SearchRequestModelFilter.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
2 changes: 1 addition & 1 deletion models/SearchRequestModelFilterRange.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand Down
2 changes: 1 addition & 1 deletion models/SearchRequestModelFilterRangeAllOf.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand Down
2 changes: 1 addition & 1 deletion models/SearchRequestModelFilterRangeAllOfValue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
2 changes: 1 addition & 1 deletion models/SearchRequestModelFilterValue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/
import {
Expand Down
2 changes: 1 addition & 1 deletion models/SearchRequestModelFilterValueAllOf.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* snAPI
* Searchspring Snap Search API
*
* Built from snAPI spec v0.1.34
* Built from snAPI spec v0.1.35
*
*/

Expand Down
Loading

0 comments on commit 45c565c

Please sign in to comment.