@teemill/website 0.37.0 → 0.37.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/README.md +2 -2
- package/api.ts +58 -28
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +55 -28
- package/dist/api.js +33 -21
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +55 -28
- package/dist/esm/api.js +31 -19
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/BlogsApi.md +4 -4
- package/docs/KeyphraseOpportunitiesApi.md +2 -2
- package/docs/KeyphraseOpportunitiesResponseMetaFilters.md +6 -0
- package/docs/PagesApi.md +4 -4
- package/docs/ReviewsApi.md +2 -2
- package/docs/RoutesApi.md +2 -2
- package/docs/SearchApi.md +4 -4
- package/index.ts +1 -1
- package/package.json +1 -1
package/docs/BlogsApi.md
CHANGED
|
@@ -142,7 +142,7 @@ const apiInstance = new BlogsApi(configuration);
|
|
|
142
142
|
let project: string; //What project it is (default to undefined)
|
|
143
143
|
let pageToken: number; //Page reference token (optional) (default to 1)
|
|
144
144
|
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)
|
|
145
|
-
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)
|
|
145
|
+
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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas. (optional) (default to undefined)
|
|
146
146
|
|
|
147
147
|
const { status, data } = await apiInstance.listBlogs(
|
|
148
148
|
project,
|
|
@@ -159,7 +159,7 @@ const { status, data } = await apiInstance.listBlogs(
|
|
|
159
159
|
| **project** | [**string**] | What project it is | defaults to undefined|
|
|
160
160
|
| **pageToken** | [**number**] | Page reference token | (optional) defaults to 1|
|
|
161
161
|
| **pageSize** | [**number**] | Max page size. This is the maximum page size that will be returned, but it might be smaller. | (optional) defaults to 100|
|
|
162
|
-
| **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|
|
|
162
|
+
| **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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas. | (optional) defaults to undefined|
|
|
163
163
|
|
|
164
164
|
|
|
165
165
|
### Return type
|
|
@@ -267,7 +267,7 @@ const apiInstance = new BlogsApi(configuration);
|
|
|
267
267
|
let project: string; //What project it is (default to undefined)
|
|
268
268
|
let pageToken: number; //Page reference token (optional) (default to 1)
|
|
269
269
|
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)
|
|
270
|
-
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)
|
|
270
|
+
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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas. (optional) (default to undefined)
|
|
271
271
|
let updateBlogsRequest: UpdateBlogsRequest; //Update blogs in bulk. (optional)
|
|
272
272
|
|
|
273
273
|
const { status, data } = await apiInstance.updateBlogs(
|
|
@@ -287,7 +287,7 @@ const { status, data } = await apiInstance.updateBlogs(
|
|
|
287
287
|
| **project** | [**string**] | What project it is | defaults to undefined|
|
|
288
288
|
| **pageToken** | [**number**] | Page reference token | (optional) defaults to 1|
|
|
289
289
|
| **pageSize** | [**number**] | Max page size. This is the maximum page size that will be returned, but it might be smaller. | (optional) defaults to 100|
|
|
290
|
-
| **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|
|
|
290
|
+
| **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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas. | (optional) defaults to undefined|
|
|
291
291
|
|
|
292
292
|
|
|
293
293
|
### Return type
|
|
@@ -145,7 +145,7 @@ const apiInstance = new KeyphraseOpportunitiesApi(configuration);
|
|
|
145
145
|
let project: string; //What project it is (default to undefined)
|
|
146
146
|
let pageToken: number; //Page reference token (optional) (default to 1)
|
|
147
147
|
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)
|
|
148
|
-
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)
|
|
148
|
+
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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas. (optional) (default to undefined)
|
|
149
149
|
|
|
150
150
|
const { status, data } = await apiInstance.listKeyphraseOpportunities(
|
|
151
151
|
project,
|
|
@@ -162,7 +162,7 @@ const { status, data } = await apiInstance.listKeyphraseOpportunities(
|
|
|
162
162
|
| **project** | [**string**] | What project it is | defaults to undefined|
|
|
163
163
|
| **pageToken** | [**number**] | Page reference token | (optional) defaults to 1|
|
|
164
164
|
| **pageSize** | [**number**] | Max page size. This is the maximum page size that will be returned, but it might be smaller. | (optional) defaults to 100|
|
|
165
|
-
| **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|
|
|
165
|
+
| **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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas. | (optional) defaults to undefined|
|
|
166
166
|
|
|
167
167
|
|
|
168
168
|
### Return type
|
|
@@ -9,6 +9,9 @@ Name | Type | Description | Notes
|
|
|
9
9
|
**assigned** | **Array<string>** | Filter by whether the keyphrase is assigned to content. | [default to undefined]
|
|
10
10
|
**published** | **Array<string>** | Filter by whether the keyphrase is attached to published content. | [default to undefined]
|
|
11
11
|
**optimised** | **Array<string>** | Filter by whether the keyphrase is attached to optimised content. | [default to undefined]
|
|
12
|
+
**sparseCollection** | **Array<string>** | Filter by whether the keyphrase is assigned to a collection with fewer than 12 products. | [optional] [default to undefined]
|
|
13
|
+
**assignedContentType** | **Array<string>** | Filter by the type of content the keyphrase is assigned to. | [optional] [default to undefined]
|
|
14
|
+
**suggestedContentType** | **Array<string>** | Filter by the suggested content type for the keyphrase opportunity. | [optional] [default to undefined]
|
|
12
15
|
|
|
13
16
|
## Example
|
|
14
17
|
|
|
@@ -19,6 +22,9 @@ const instance: KeyphraseOpportunitiesResponseMetaFilters = {
|
|
|
19
22
|
assigned,
|
|
20
23
|
published,
|
|
21
24
|
optimised,
|
|
25
|
+
sparseCollection,
|
|
26
|
+
assignedContentType,
|
|
27
|
+
suggestedContentType,
|
|
22
28
|
};
|
|
23
29
|
```
|
|
24
30
|
|
package/docs/PagesApi.md
CHANGED
|
@@ -143,7 +143,7 @@ const apiInstance = new PagesApi(configuration);
|
|
|
143
143
|
let project: string; //What project it is (default to undefined)
|
|
144
144
|
let pageToken: number; //Page reference token (optional) (default to 1)
|
|
145
145
|
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)
|
|
146
|
-
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)
|
|
146
|
+
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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas. (optional) (default to undefined)
|
|
147
147
|
|
|
148
148
|
const { status, data } = await apiInstance.listPages(
|
|
149
149
|
project,
|
|
@@ -160,7 +160,7 @@ const { status, data } = await apiInstance.listPages(
|
|
|
160
160
|
| **project** | [**string**] | What project it is | defaults to undefined|
|
|
161
161
|
| **pageToken** | [**number**] | Page reference token | (optional) defaults to 1|
|
|
162
162
|
| **pageSize** | [**number**] | Max page size. This is the maximum page size that will be returned, but it might be smaller. | (optional) defaults to 100|
|
|
163
|
-
| **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|
|
|
163
|
+
| **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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas. | (optional) defaults to undefined|
|
|
164
164
|
|
|
165
165
|
|
|
166
166
|
### Return type
|
|
@@ -328,7 +328,7 @@ const apiInstance = new PagesApi(configuration);
|
|
|
328
328
|
let project: string; //What project it is (default to undefined)
|
|
329
329
|
let pageToken: number; //Page reference token (optional) (default to 1)
|
|
330
330
|
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)
|
|
331
|
-
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)
|
|
331
|
+
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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas. (optional) (default to undefined)
|
|
332
332
|
let updatePagesRequest: UpdatePagesRequest; //Update pages in bulk. (optional)
|
|
333
333
|
|
|
334
334
|
const { status, data } = await apiInstance.updatePages(
|
|
@@ -348,7 +348,7 @@ const { status, data } = await apiInstance.updatePages(
|
|
|
348
348
|
| **project** | [**string**] | What project it is | defaults to undefined|
|
|
349
349
|
| **pageToken** | [**number**] | Page reference token | (optional) defaults to 1|
|
|
350
350
|
| **pageSize** | [**number**] | Max page size. This is the maximum page size that will be returned, but it might be smaller. | (optional) defaults to 100|
|
|
351
|
-
| **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|
|
|
351
|
+
| **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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas. | (optional) defaults to undefined|
|
|
352
352
|
|
|
353
353
|
|
|
354
354
|
### Return type
|
package/docs/ReviewsApi.md
CHANGED
|
@@ -147,7 +147,7 @@ const apiInstance = new ReviewsApi(configuration);
|
|
|
147
147
|
let project: string; //What project it is (default to undefined)
|
|
148
148
|
let pageToken: number; //Page reference token (optional) (default to 1)
|
|
149
149
|
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)
|
|
150
|
-
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)
|
|
150
|
+
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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas. (optional) (default to undefined)
|
|
151
151
|
let sortBy: Array<string>; //An array of fields to sort by, prefixed with a \'-\' for descending order or \'+\' for ascending. Default is ascending. (optional) (default to undefined)
|
|
152
152
|
let start: string; //Start of date range to filter by (optional) (default to undefined)
|
|
153
153
|
let end: string; //End of date range to filter by (optional) (default to undefined)
|
|
@@ -170,7 +170,7 @@ const { status, data } = await apiInstance.listReviews(
|
|
|
170
170
|
| **project** | [**string**] | What project it is | defaults to undefined|
|
|
171
171
|
| **pageToken** | [**number**] | Page reference token | (optional) defaults to 1|
|
|
172
172
|
| **pageSize** | [**number**] | Max page size. This is the maximum page size that will be returned, but it might be smaller. | (optional) defaults to 100|
|
|
173
|
-
| **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|
|
|
173
|
+
| **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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas. | (optional) defaults to undefined|
|
|
174
174
|
| **sortBy** | **Array<string>** | An array of fields to sort by, prefixed with a \'-\' for descending order or \'+\' for ascending. Default is ascending. | (optional) defaults to undefined|
|
|
175
175
|
| **start** | [**string**] | Start of date range to filter by | (optional) defaults to undefined|
|
|
176
176
|
| **end** | [**string**] | End of date range to filter by | (optional) defaults to undefined|
|
package/docs/RoutesApi.md
CHANGED
|
@@ -24,7 +24,7 @@ const apiInstance = new RoutesApi(configuration);
|
|
|
24
24
|
let project: string; //What project it is (default to undefined)
|
|
25
25
|
let pageToken: number; //Page reference token (optional) (default to 1)
|
|
26
26
|
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)
|
|
27
|
-
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)
|
|
27
|
+
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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas. (optional) (default to undefined)
|
|
28
28
|
|
|
29
29
|
const { status, data } = await apiInstance.listRoutes(
|
|
30
30
|
project,
|
|
@@ -41,7 +41,7 @@ const { status, data } = await apiInstance.listRoutes(
|
|
|
41
41
|
| **project** | [**string**] | What project it is | defaults to undefined|
|
|
42
42
|
| **pageToken** | [**number**] | Page reference token | (optional) defaults to 1|
|
|
43
43
|
| **pageSize** | [**number**] | Max page size. This is the maximum page size that will be returned, but it might be smaller. | (optional) defaults to 100|
|
|
44
|
-
| **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|
|
|
44
|
+
| **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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas. | (optional) defaults to undefined|
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
### Return type
|
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 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)
|
|
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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection 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 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|
|
|
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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection 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 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)
|
|
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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection 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 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|
|
|
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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection 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