@teemill/website 0.34.0 → 0.34.1

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.
package/docs/SearchApi.md CHANGED
@@ -29,7 +29,7 @@ const apiInstance = new SearchApi(configuration);
29
29
  let project: string; //What project it is (default to undefined)
30
30
  let pageToken: number; //Page reference token (optional) (default to 1)
31
31
  let pageSize: number; //Max page size. This is the maximum page size that will be returned, but it might be smaller. (optional) (default to 100)
32
- let search: string; //Search term to filter results. Free text matches key phrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false organic shirts. Multiple filters can be combined with spaces and commas. (optional) (default to undefined)
32
+ let search: string; //Search term to filter results. Free text matches keyphrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false organic shirts. Multiple filters can be combined with spaces and commas. (optional) (default to undefined)
33
33
  let createSearchRedirectRequest: CreateSearchRedirectRequest; //Create search redirect (optional)
34
34
 
35
35
  const { status, data } = await apiInstance.createSearchRedirect(
@@ -49,7 +49,7 @@ const { status, data } = await apiInstance.createSearchRedirect(
49
49
  | **project** | [**string**] | What project it is | defaults to undefined|
50
50
  | **pageToken** | [**number**] | Page reference token | (optional) defaults to 1|
51
51
  | **pageSize** | [**number**] | Max page size. This is the maximum page size that will be returned, but it might be smaller. | (optional) defaults to 100|
52
- | **search** | [**string**] | Search term to filter results. Free text matches key phrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false organic shirts. Multiple filters can be combined with spaces and commas. | (optional) defaults to undefined|
52
+ | **search** | [**string**] | Search term to filter results. Free text matches keyphrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false organic shirts. Multiple filters can be combined with spaces and commas. | (optional) defaults to undefined|
53
53
 
54
54
 
55
55
  ### Return type
@@ -210,7 +210,7 @@ const apiInstance = new SearchApi(configuration);
210
210
  let project: string; //What project it is (default to undefined)
211
211
  let pageToken: number; //Page reference token (optional) (default to 1)
212
212
  let pageSize: number; //Max page size. This is the maximum page size that will be returned, but it might be smaller. (optional) (default to 100)
213
- let search: string; //Search term to filter results. Free text matches key phrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false organic shirts. Multiple filters can be combined with spaces and commas. (optional) (default to undefined)
213
+ let search: string; //Search term to filter results. Free text matches keyphrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false organic shirts. Multiple filters can be combined with spaces and commas. (optional) (default to undefined)
214
214
 
215
215
  const { status, data } = await apiInstance.listSearchRedirects(
216
216
  project,
@@ -227,7 +227,7 @@ const { status, data } = await apiInstance.listSearchRedirects(
227
227
  | **project** | [**string**] | What project it is | defaults to undefined|
228
228
  | **pageToken** | [**number**] | Page reference token | (optional) defaults to 1|
229
229
  | **pageSize** | [**number**] | Max page size. This is the maximum page size that will be returned, but it might be smaller. | (optional) defaults to 100|
230
- | **search** | [**string**] | Search term to filter results. Free text matches key phrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false organic shirts. Multiple filters can be combined with spaces and commas. | (optional) defaults to undefined|
230
+ | **search** | [**string**] | Search term to filter results. Free text matches keyphrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false organic shirts. Multiple filters can be combined with spaces and commas. | (optional) defaults to undefined|
231
231
 
232
232
 
233
233
  ### Return type
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.34.0
7
+ * The version of the OpenAPI document: 0.34.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teemill/website",
3
- "version": "0.34.0",
3
+ "version": "0.34.1",
4
4
  "description": "OpenAPI client for @teemill/website",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {