@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/README.md +4 -4
- package/api.ts +59 -54
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +59 -54
- package/dist/api.js +39 -37
- 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 +59 -54
- package/dist/esm/api.js +39 -37
- 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 +10 -10
- package/docs/KeyphraseOpportunitiesResponseMetaFilters.md +4 -4
- package/docs/KeyphraseOpportunity.md +1 -1
- package/docs/KeyphraseOpportunityContent.md +3 -3
- 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/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/website@0.34.
|
|
1
|
+
## @teemill/website@0.34.1
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @teemill/website@0.34.
|
|
39
|
+
npm install @teemill/website@0.34.1 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -63,8 +63,8 @@ Class | Method | HTTP request | Description
|
|
|
63
63
|
*DefaultApi* | [**updateBrand**](docs/DefaultApi.md#updatebrand) | **PATCH** /v1/website/brand | Update brand
|
|
64
64
|
*FooterApi* | [**getFooter**](docs/FooterApi.md#getfooter) | **GET** /v1/website/footer | Get footer
|
|
65
65
|
*FooterApi* | [**updateFooter**](docs/FooterApi.md#updatefooter) | **PUT** /v1/website/footer | Update footer
|
|
66
|
-
*KeyphraseOpportunitiesApi* | [**deleteKeyphraseOpportunity**](docs/KeyphraseOpportunitiesApi.md#deletekeyphraseopportunity) | **DELETE** /v1/website/keyphrase-opportunities/{keyphraseOpportunityId} | Delete
|
|
67
|
-
*KeyphraseOpportunitiesApi* | [**listKeyphraseOpportunities**](docs/KeyphraseOpportunitiesApi.md#listkeyphraseopportunities) | **GET** /v1/website/keyphrase-opportunities | List
|
|
66
|
+
*KeyphraseOpportunitiesApi* | [**deleteKeyphraseOpportunity**](docs/KeyphraseOpportunitiesApi.md#deletekeyphraseopportunity) | **DELETE** /v1/website/keyphrase-opportunities/{keyphraseOpportunityId} | Delete keyphrase opportunity
|
|
67
|
+
*KeyphraseOpportunitiesApi* | [**listKeyphraseOpportunities**](docs/KeyphraseOpportunitiesApi.md#listkeyphraseopportunities) | **GET** /v1/website/keyphrase-opportunities | List keyphrase opportunities
|
|
68
68
|
*MenuApi* | [**getMenu**](docs/MenuApi.md#getmenu) | **GET** /v1/website/menu | Get menu
|
|
69
69
|
*MenuApi* | [**updateMenu**](docs/MenuApi.md#updatemenu) | **PUT** /v1/website/menu | Update menu
|
|
70
70
|
*PagesApi* | [**exportPages**](docs/PagesApi.md#exportpages) | **GET** /v1/website/pages/export | Export pages
|
package/api.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.
|
|
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).
|
|
@@ -214,19 +214,19 @@ export interface KeyphraseOpportunitiesResponseMeta {
|
|
|
214
214
|
'filters': KeyphraseOpportunitiesResponseMetaFilters;
|
|
215
215
|
}
|
|
216
216
|
/**
|
|
217
|
-
* Filters that can be applied to the
|
|
217
|
+
* Filters that can be applied to the keyphrase opportunities list.
|
|
218
218
|
*/
|
|
219
219
|
export interface KeyphraseOpportunitiesResponseMetaFilters {
|
|
220
220
|
/**
|
|
221
|
-
* Filter by whether the
|
|
221
|
+
* Filter by whether the keyphrase is assigned to content.
|
|
222
222
|
*/
|
|
223
223
|
'assigned': Array<KeyphraseOpportunitiesResponseMetaFiltersAssignedEnum>;
|
|
224
224
|
/**
|
|
225
|
-
* Filter by whether the
|
|
225
|
+
* Filter by whether the keyphrase is attached to published content.
|
|
226
226
|
*/
|
|
227
227
|
'published': Array<KeyphraseOpportunitiesResponseMetaFiltersPublishedEnum>;
|
|
228
228
|
/**
|
|
229
|
-
* Filter by whether the
|
|
229
|
+
* Filter by whether the keyphrase is attached to optimised content.
|
|
230
230
|
*/
|
|
231
231
|
'optimised': Array<KeyphraseOpportunitiesResponseMetaFiltersOptimisedEnum>;
|
|
232
232
|
}
|
|
@@ -261,19 +261,22 @@ export interface KeyphraseOpportunity {
|
|
|
261
261
|
*/
|
|
262
262
|
'monthlyVolume': number | null;
|
|
263
263
|
/**
|
|
264
|
-
* Merchandising issues for this
|
|
264
|
+
* Merchandising issues for this keyphrase opportunity.
|
|
265
265
|
*/
|
|
266
266
|
'merchIssues': Array<string>;
|
|
267
267
|
'content': KeyphraseOpportunityContent | null;
|
|
268
268
|
}
|
|
269
269
|
/**
|
|
270
|
-
*
|
|
270
|
+
* Content the keyphrase is assigned to.
|
|
271
271
|
*/
|
|
272
272
|
export interface KeyphraseOpportunityContent {
|
|
273
|
+
/**
|
|
274
|
+
* The type of content the keyphrase is assigned to.
|
|
275
|
+
*/
|
|
273
276
|
'type': KeyphraseOpportunityContentTypeEnum;
|
|
274
277
|
'id': string;
|
|
275
278
|
/**
|
|
276
|
-
* The name of the
|
|
279
|
+
* The name of the attached content
|
|
277
280
|
*/
|
|
278
281
|
'name': string;
|
|
279
282
|
}
|
|
@@ -281,6 +284,8 @@ export interface KeyphraseOpportunityContent {
|
|
|
281
284
|
export const KeyphraseOpportunityContentTypeEnum = {
|
|
282
285
|
Product: 'product',
|
|
283
286
|
Collection: 'collection',
|
|
287
|
+
Blog: 'blog',
|
|
288
|
+
Page: 'page',
|
|
284
289
|
} as const;
|
|
285
290
|
|
|
286
291
|
export type KeyphraseOpportunityContentTypeEnum = typeof KeyphraseOpportunityContentTypeEnum[keyof typeof KeyphraseOpportunityContentTypeEnum];
|
|
@@ -1224,7 +1229,7 @@ export const BlogsApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
1224
1229
|
* @param {string} project What project it is
|
|
1225
1230
|
* @param {number} [pageToken] Page reference token
|
|
1226
1231
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1227
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
1232
|
+
* @param {string} [search] 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.
|
|
1228
1233
|
* @param {*} [options] Override http request option.
|
|
1229
1234
|
* @throws {RequiredError}
|
|
1230
1235
|
*/
|
|
@@ -1334,7 +1339,7 @@ export const BlogsApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
1334
1339
|
* @param {string} project What project it is
|
|
1335
1340
|
* @param {number} [pageToken] Page reference token
|
|
1336
1341
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1337
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
1342
|
+
* @param {string} [search] 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.
|
|
1338
1343
|
* @param {UpdateBlogsRequest} [updateBlogsRequest] Update blogs in bulk.
|
|
1339
1344
|
* @param {*} [options] Override http request option.
|
|
1340
1345
|
* @throws {RequiredError}
|
|
@@ -1432,7 +1437,7 @@ export const BlogsApiFp = function(configuration?: Configuration) {
|
|
|
1432
1437
|
* @param {string} project What project it is
|
|
1433
1438
|
* @param {number} [pageToken] Page reference token
|
|
1434
1439
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1435
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
1440
|
+
* @param {string} [search] 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.
|
|
1436
1441
|
* @param {*} [options] Override http request option.
|
|
1437
1442
|
* @throws {RequiredError}
|
|
1438
1443
|
*/
|
|
@@ -1463,7 +1468,7 @@ export const BlogsApiFp = function(configuration?: Configuration) {
|
|
|
1463
1468
|
* @param {string} project What project it is
|
|
1464
1469
|
* @param {number} [pageToken] Page reference token
|
|
1465
1470
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1466
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
1471
|
+
* @param {string} [search] 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.
|
|
1467
1472
|
* @param {UpdateBlogsRequest} [updateBlogsRequest] Update blogs in bulk.
|
|
1468
1473
|
* @param {*} [options] Override http request option.
|
|
1469
1474
|
* @throws {RequiredError}
|
|
@@ -1581,7 +1586,7 @@ export interface BlogsApiListBlogsRequest {
|
|
|
1581
1586
|
readonly pageSize?: number
|
|
1582
1587
|
|
|
1583
1588
|
/**
|
|
1584
|
-
* Search term to filter results. Free text matches
|
|
1589
|
+
* 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.
|
|
1585
1590
|
*/
|
|
1586
1591
|
readonly search?: string
|
|
1587
1592
|
}
|
|
@@ -1623,7 +1628,7 @@ export interface BlogsApiUpdateBlogsRequest {
|
|
|
1623
1628
|
readonly pageSize?: number
|
|
1624
1629
|
|
|
1625
1630
|
/**
|
|
1626
|
-
* Search term to filter results. Free text matches
|
|
1631
|
+
* 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.
|
|
1627
1632
|
*/
|
|
1628
1633
|
readonly search?: string
|
|
1629
1634
|
|
|
@@ -2521,10 +2526,10 @@ export class FooterApi extends BaseAPI {
|
|
|
2521
2526
|
export const KeyphraseOpportunitiesApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
2522
2527
|
return {
|
|
2523
2528
|
/**
|
|
2524
|
-
* Remove a
|
|
2525
|
-
* @summary Delete
|
|
2529
|
+
* Remove a keyphrase opportunity from the store.
|
|
2530
|
+
* @summary Delete keyphrase opportunity
|
|
2526
2531
|
* @param {string} project What project it is
|
|
2527
|
-
* @param {string} keyphraseOpportunityId
|
|
2532
|
+
* @param {string} keyphraseOpportunityId Keyphrase opportunity\'s unique identifier
|
|
2528
2533
|
* @param {*} [options] Override http request option.
|
|
2529
2534
|
* @throws {RequiredError}
|
|
2530
2535
|
*/
|
|
@@ -2569,12 +2574,12 @@ export const KeyphraseOpportunitiesApiAxiosParamCreator = function (configuratio
|
|
|
2569
2574
|
};
|
|
2570
2575
|
},
|
|
2571
2576
|
/**
|
|
2572
|
-
* List
|
|
2573
|
-
* @summary List
|
|
2577
|
+
* List keyphrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
|
|
2578
|
+
* @summary List keyphrase opportunities
|
|
2574
2579
|
* @param {string} project What project it is
|
|
2575
2580
|
* @param {number} [pageToken] Page reference token
|
|
2576
2581
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
2577
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
2582
|
+
* @param {string} [search] 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.
|
|
2578
2583
|
* @param {*} [options] Override http request option.
|
|
2579
2584
|
* @throws {RequiredError}
|
|
2580
2585
|
*/
|
|
@@ -2637,10 +2642,10 @@ export const KeyphraseOpportunitiesApiFp = function(configuration?: Configuratio
|
|
|
2637
2642
|
const localVarAxiosParamCreator = KeyphraseOpportunitiesApiAxiosParamCreator(configuration)
|
|
2638
2643
|
return {
|
|
2639
2644
|
/**
|
|
2640
|
-
* Remove a
|
|
2641
|
-
* @summary Delete
|
|
2645
|
+
* Remove a keyphrase opportunity from the store.
|
|
2646
|
+
* @summary Delete keyphrase opportunity
|
|
2642
2647
|
* @param {string} project What project it is
|
|
2643
|
-
* @param {string} keyphraseOpportunityId
|
|
2648
|
+
* @param {string} keyphraseOpportunityId Keyphrase opportunity\'s unique identifier
|
|
2644
2649
|
* @param {*} [options] Override http request option.
|
|
2645
2650
|
* @throws {RequiredError}
|
|
2646
2651
|
*/
|
|
@@ -2651,12 +2656,12 @@ export const KeyphraseOpportunitiesApiFp = function(configuration?: Configuratio
|
|
|
2651
2656
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2652
2657
|
},
|
|
2653
2658
|
/**
|
|
2654
|
-
* List
|
|
2655
|
-
* @summary List
|
|
2659
|
+
* List keyphrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
|
|
2660
|
+
* @summary List keyphrase opportunities
|
|
2656
2661
|
* @param {string} project What project it is
|
|
2657
2662
|
* @param {number} [pageToken] Page reference token
|
|
2658
2663
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
2659
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
2664
|
+
* @param {string} [search] 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.
|
|
2660
2665
|
* @param {*} [options] Override http request option.
|
|
2661
2666
|
* @throws {RequiredError}
|
|
2662
2667
|
*/
|
|
@@ -2676,8 +2681,8 @@ export const KeyphraseOpportunitiesApiFactory = function (configuration?: Config
|
|
|
2676
2681
|
const localVarFp = KeyphraseOpportunitiesApiFp(configuration)
|
|
2677
2682
|
return {
|
|
2678
2683
|
/**
|
|
2679
|
-
* Remove a
|
|
2680
|
-
* @summary Delete
|
|
2684
|
+
* Remove a keyphrase opportunity from the store.
|
|
2685
|
+
* @summary Delete keyphrase opportunity
|
|
2681
2686
|
* @param {KeyphraseOpportunitiesApiDeleteKeyphraseOpportunityRequest} requestParameters Request parameters.
|
|
2682
2687
|
* @param {*} [options] Override http request option.
|
|
2683
2688
|
* @throws {RequiredError}
|
|
@@ -2686,8 +2691,8 @@ export const KeyphraseOpportunitiesApiFactory = function (configuration?: Config
|
|
|
2686
2691
|
return localVarFp.deleteKeyphraseOpportunity(requestParameters.project, requestParameters.keyphraseOpportunityId, options).then((request) => request(axios, basePath));
|
|
2687
2692
|
},
|
|
2688
2693
|
/**
|
|
2689
|
-
* List
|
|
2690
|
-
* @summary List
|
|
2694
|
+
* List keyphrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
|
|
2695
|
+
* @summary List keyphrase opportunities
|
|
2691
2696
|
* @param {KeyphraseOpportunitiesApiListKeyphraseOpportunitiesRequest} requestParameters Request parameters.
|
|
2692
2697
|
* @param {*} [options] Override http request option.
|
|
2693
2698
|
* @throws {RequiredError}
|
|
@@ -2708,7 +2713,7 @@ export interface KeyphraseOpportunitiesApiDeleteKeyphraseOpportunityRequest {
|
|
|
2708
2713
|
readonly project: string
|
|
2709
2714
|
|
|
2710
2715
|
/**
|
|
2711
|
-
*
|
|
2716
|
+
* Keyphrase opportunity\'s unique identifier
|
|
2712
2717
|
*/
|
|
2713
2718
|
readonly keyphraseOpportunityId: string
|
|
2714
2719
|
}
|
|
@@ -2733,7 +2738,7 @@ export interface KeyphraseOpportunitiesApiListKeyphraseOpportunitiesRequest {
|
|
|
2733
2738
|
readonly pageSize?: number
|
|
2734
2739
|
|
|
2735
2740
|
/**
|
|
2736
|
-
* Search term to filter results. Free text matches
|
|
2741
|
+
* 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.
|
|
2737
2742
|
*/
|
|
2738
2743
|
readonly search?: string
|
|
2739
2744
|
}
|
|
@@ -2743,8 +2748,8 @@ export interface KeyphraseOpportunitiesApiListKeyphraseOpportunitiesRequest {
|
|
|
2743
2748
|
*/
|
|
2744
2749
|
export class KeyphraseOpportunitiesApi extends BaseAPI {
|
|
2745
2750
|
/**
|
|
2746
|
-
* Remove a
|
|
2747
|
-
* @summary Delete
|
|
2751
|
+
* Remove a keyphrase opportunity from the store.
|
|
2752
|
+
* @summary Delete keyphrase opportunity
|
|
2748
2753
|
* @param {KeyphraseOpportunitiesApiDeleteKeyphraseOpportunityRequest} requestParameters Request parameters.
|
|
2749
2754
|
* @param {*} [options] Override http request option.
|
|
2750
2755
|
* @throws {RequiredError}
|
|
@@ -2754,8 +2759,8 @@ export class KeyphraseOpportunitiesApi extends BaseAPI {
|
|
|
2754
2759
|
}
|
|
2755
2760
|
|
|
2756
2761
|
/**
|
|
2757
|
-
* List
|
|
2758
|
-
* @summary List
|
|
2762
|
+
* List keyphrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
|
|
2763
|
+
* @summary List keyphrase opportunities
|
|
2759
2764
|
* @param {KeyphraseOpportunitiesApiListKeyphraseOpportunitiesRequest} requestParameters Request parameters.
|
|
2760
2765
|
* @param {*} [options] Override http request option.
|
|
2761
2766
|
* @throws {RequiredError}
|
|
@@ -3088,7 +3093,7 @@ export const PagesApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
3088
3093
|
* @param {string} project What project it is
|
|
3089
3094
|
* @param {number} [pageToken] Page reference token
|
|
3090
3095
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
3091
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
3096
|
+
* @param {string} [search] 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.
|
|
3092
3097
|
* @param {*} [options] Override http request option.
|
|
3093
3098
|
* @throws {RequiredError}
|
|
3094
3099
|
*/
|
|
@@ -3245,7 +3250,7 @@ export const PagesApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
3245
3250
|
* @param {string} project What project it is
|
|
3246
3251
|
* @param {number} [pageToken] Page reference token
|
|
3247
3252
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
3248
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
3253
|
+
* @param {string} [search] 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.
|
|
3249
3254
|
* @param {UpdatePagesRequest} [updatePagesRequest] Update pages in bulk.
|
|
3250
3255
|
* @param {*} [options] Override http request option.
|
|
3251
3256
|
* @throws {RequiredError}
|
|
@@ -3343,7 +3348,7 @@ export const PagesApiFp = function(configuration?: Configuration) {
|
|
|
3343
3348
|
* @param {string} project What project it is
|
|
3344
3349
|
* @param {number} [pageToken] Page reference token
|
|
3345
3350
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
3346
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
3351
|
+
* @param {string} [search] 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.
|
|
3347
3352
|
* @param {*} [options] Override http request option.
|
|
3348
3353
|
* @throws {RequiredError}
|
|
3349
3354
|
*/
|
|
@@ -3388,7 +3393,7 @@ export const PagesApiFp = function(configuration?: Configuration) {
|
|
|
3388
3393
|
* @param {string} project What project it is
|
|
3389
3394
|
* @param {number} [pageToken] Page reference token
|
|
3390
3395
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
3391
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
3396
|
+
* @param {string} [search] 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.
|
|
3392
3397
|
* @param {UpdatePagesRequest} [updatePagesRequest] Update pages in bulk.
|
|
3393
3398
|
* @param {*} [options] Override http request option.
|
|
3394
3399
|
* @throws {RequiredError}
|
|
@@ -3516,7 +3521,7 @@ export interface PagesApiListPagesRequest {
|
|
|
3516
3521
|
readonly pageSize?: number
|
|
3517
3522
|
|
|
3518
3523
|
/**
|
|
3519
|
-
* Search term to filter results. Free text matches
|
|
3524
|
+
* 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.
|
|
3520
3525
|
*/
|
|
3521
3526
|
readonly search?: string
|
|
3522
3527
|
}
|
|
@@ -3573,7 +3578,7 @@ export interface PagesApiUpdatePagesRequest {
|
|
|
3573
3578
|
readonly pageSize?: number
|
|
3574
3579
|
|
|
3575
3580
|
/**
|
|
3576
|
-
* Search term to filter results. Free text matches
|
|
3581
|
+
* 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.
|
|
3577
3582
|
*/
|
|
3578
3583
|
readonly search?: string
|
|
3579
3584
|
|
|
@@ -4572,7 +4577,7 @@ export const ReviewsApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
4572
4577
|
* @param {string} project What project it is
|
|
4573
4578
|
* @param {number} [pageToken] Page reference token
|
|
4574
4579
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
4575
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
4580
|
+
* @param {string} [search] 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.
|
|
4576
4581
|
* @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \'-\' for descending order or \'+\' for ascending. Default is ascending.
|
|
4577
4582
|
* @param {string} [start] Start of date range to filter by
|
|
4578
4583
|
* @param {string} [end] End of date range to filter by
|
|
@@ -4739,7 +4744,7 @@ export const ReviewsApiFp = function(configuration?: Configuration) {
|
|
|
4739
4744
|
* @param {string} project What project it is
|
|
4740
4745
|
* @param {number} [pageToken] Page reference token
|
|
4741
4746
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
4742
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
4747
|
+
* @param {string} [search] 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.
|
|
4743
4748
|
* @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \'-\' for descending order or \'+\' for ascending. Default is ascending.
|
|
4744
4749
|
* @param {string} [start] Start of date range to filter by
|
|
4745
4750
|
* @param {string} [end] End of date range to filter by
|
|
@@ -4874,7 +4879,7 @@ export interface ReviewsApiListReviewsRequest {
|
|
|
4874
4879
|
readonly pageSize?: number
|
|
4875
4880
|
|
|
4876
4881
|
/**
|
|
4877
|
-
* Search term to filter results. Free text matches
|
|
4882
|
+
* 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.
|
|
4878
4883
|
*/
|
|
4879
4884
|
readonly search?: string
|
|
4880
4885
|
|
|
@@ -4973,7 +4978,7 @@ export const RoutesApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
4973
4978
|
* @param {string} project What project it is
|
|
4974
4979
|
* @param {number} [pageToken] Page reference token
|
|
4975
4980
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
4976
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
4981
|
+
* @param {string} [search] 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.
|
|
4977
4982
|
* @param {*} [options] Override http request option.
|
|
4978
4983
|
* @throws {RequiredError}
|
|
4979
4984
|
*/
|
|
@@ -5041,7 +5046,7 @@ export const RoutesApiFp = function(configuration?: Configuration) {
|
|
|
5041
5046
|
* @param {string} project What project it is
|
|
5042
5047
|
* @param {number} [pageToken] Page reference token
|
|
5043
5048
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
5044
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
5049
|
+
* @param {string} [search] 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.
|
|
5045
5050
|
* @param {*} [options] Override http request option.
|
|
5046
5051
|
* @throws {RequiredError}
|
|
5047
5052
|
*/
|
|
@@ -5093,7 +5098,7 @@ export interface RoutesApiListRoutesRequest {
|
|
|
5093
5098
|
readonly pageSize?: number
|
|
5094
5099
|
|
|
5095
5100
|
/**
|
|
5096
|
-
* Search term to filter results. Free text matches
|
|
5101
|
+
* 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.
|
|
5097
5102
|
*/
|
|
5098
5103
|
readonly search?: string
|
|
5099
5104
|
}
|
|
@@ -5127,7 +5132,7 @@ export const SearchApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
5127
5132
|
* @param {string} project What project it is
|
|
5128
5133
|
* @param {number} [pageToken] Page reference token
|
|
5129
5134
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
5130
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
5135
|
+
* @param {string} [search] 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.
|
|
5131
5136
|
* @param {CreateSearchRedirectRequest} [createSearchRedirectRequest] Create search redirect
|
|
5132
5137
|
* @param {*} [options] Override http request option.
|
|
5133
5138
|
* @throws {RequiredError}
|
|
@@ -5285,7 +5290,7 @@ export const SearchApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
5285
5290
|
* @param {string} project What project it is
|
|
5286
5291
|
* @param {number} [pageToken] Page reference token
|
|
5287
5292
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
5288
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
5293
|
+
* @param {string} [search] 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.
|
|
5289
5294
|
* @param {*} [options] Override http request option.
|
|
5290
5295
|
* @throws {RequiredError}
|
|
5291
5296
|
*/
|
|
@@ -5404,7 +5409,7 @@ export const SearchApiFp = function(configuration?: Configuration) {
|
|
|
5404
5409
|
* @param {string} project What project it is
|
|
5405
5410
|
* @param {number} [pageToken] Page reference token
|
|
5406
5411
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
5407
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
5412
|
+
* @param {string} [search] 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.
|
|
5408
5413
|
* @param {CreateSearchRedirectRequest} [createSearchRedirectRequest] Create search redirect
|
|
5409
5414
|
* @param {*} [options] Override http request option.
|
|
5410
5415
|
* @throws {RequiredError}
|
|
@@ -5449,7 +5454,7 @@ export const SearchApiFp = function(configuration?: Configuration) {
|
|
|
5449
5454
|
* @param {string} project What project it is
|
|
5450
5455
|
* @param {number} [pageToken] Page reference token
|
|
5451
5456
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
5452
|
-
* @param {string} [search] Search term to filter results. Free text matches
|
|
5457
|
+
* @param {string} [search] 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.
|
|
5453
5458
|
* @param {*} [options] Override http request option.
|
|
5454
5459
|
* @throws {RequiredError}
|
|
5455
5460
|
*/
|
|
@@ -5556,7 +5561,7 @@ export interface SearchApiCreateSearchRedirectRequest {
|
|
|
5556
5561
|
readonly pageSize?: number
|
|
5557
5562
|
|
|
5558
5563
|
/**
|
|
5559
|
-
* Search term to filter results. Free text matches
|
|
5564
|
+
* 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.
|
|
5560
5565
|
*/
|
|
5561
5566
|
readonly search?: string
|
|
5562
5567
|
|
|
@@ -5616,7 +5621,7 @@ export interface SearchApiListSearchRedirectsRequest {
|
|
|
5616
5621
|
readonly pageSize?: number
|
|
5617
5622
|
|
|
5618
5623
|
/**
|
|
5619
|
-
* Search term to filter results. Free text matches
|
|
5624
|
+
* 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.
|
|
5620
5625
|
*/
|
|
5621
5626
|
readonly search?: string
|
|
5622
5627
|
}
|
package/base.ts
CHANGED
package/common.ts
CHANGED
package/configuration.ts
CHANGED