@teemill/website 0.33.1 → 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/.openapi-generator/FILES +2 -1
- package/.openapi-generator/VERSION +1 -1
- package/README.md +6 -5
- package/api.ts +116 -55
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +108 -55
- package/dist/api.js +57 -39
- 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 +108 -55
- package/dist/esm/api.js +55 -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/KeyphraseOpportunitiesResponseMeta.md +4 -2
- package/docs/KeyphraseOpportunitiesResponseMetaFilters.md +25 -0
- package/docs/KeyphraseOpportunity.md +4 -0
- package/docs/KeyphraseOpportunityContent.md +25 -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/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Website
|
|
6
6
|
* Manage your PodOS Website
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.
|
|
8
|
+
* The version of the OpenAPI document: 0.34.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -22,8 +22,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.
|
|
26
|
-
exports.WebsiteApi = exports.WebsiteApiFactory = exports.WebsiteApiFp = exports.WebsiteApiAxiosParamCreator = exports.SearchApi = exports.SearchApiFactory = exports.SearchApiFp = exports.SearchApiAxiosParamCreator = exports.RoutesApi = exports.RoutesApiFactory = exports.RoutesApiFp = exports.RoutesApiAxiosParamCreator = exports.ReviewsApi = exports.ReviewsApiFactory = exports.ReviewsApiFp = exports.ReviewsApiAxiosParamCreator = exports.ProductsApi = exports.ProductsApiFactory = exports.ProductsApiFp = exports.ProductsApiAxiosParamCreator = exports.PaymentApi = exports.PaymentApiFactory = exports.PaymentApiFp = void 0;
|
|
25
|
+
exports.PagesApiAxiosParamCreator = exports.MenuApi = exports.MenuApiFactory = exports.MenuApiFp = exports.MenuApiAxiosParamCreator = exports.KeyphraseOpportunitiesApi = exports.KeyphraseOpportunitiesApiFactory = exports.KeyphraseOpportunitiesApiFp = exports.KeyphraseOpportunitiesApiAxiosParamCreator = exports.FooterApi = exports.FooterApiFactory = exports.FooterApiFp = exports.FooterApiAxiosParamCreator = exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.CrossSellApi = exports.CrossSellApiFactory = exports.CrossSellApiFp = exports.CrossSellApiAxiosParamCreator = exports.CollectionsApi = exports.CollectionsApiFactory = exports.CollectionsApiFp = exports.CollectionsApiAxiosParamCreator = exports.BlogsApi = exports.BlogsApiFactory = exports.BlogsApiFp = exports.BlogsApiAxiosParamCreator = exports.UpdateMenuRequestItemSubmenuInnerImageTextShadowEnum = exports.UpdateMenuRequestItemSubmenuInnerImageTextAlignmentEnum = exports.UpdateMenuRequestItemSubmenuInnerImageButtonWidthEnum = exports.UpdateMenuRequestItemSubmenuInnerImageButtonBorderRadiusEnum = exports.UpdateMenuRequestItemSubmenuInnerModeEnum = exports.SubmenuInnerImageTextShadowEnum = exports.SubmenuInnerImageTextAlignmentEnum = exports.SubmenuInnerImageButtonWidthEnum = exports.SubmenuInnerImageButtonBorderRadiusEnum = exports.SubmenuInnerImageBorderRadiusEnum = exports.SubmenuInnerModeEnum = exports.SalePriceCurrencyCodeEnum = exports.PriceCurrencyCodeEnum = exports.PaymentAccountMethodEnum = exports.KeyphraseOpportunityContentTypeEnum = exports.KeyphraseOpportunitiesResponseMetaFiltersOptimisedEnum = exports.KeyphraseOpportunitiesResponseMetaFiltersPublishedEnum = exports.KeyphraseOpportunitiesResponseMetaFiltersAssignedEnum = exports.AttributeThumbnailTypeEnum = exports.ApplicationPlacementEnum = exports.ApplicationTechnologyEnum = void 0;
|
|
26
|
+
exports.WebsiteApi = exports.WebsiteApiFactory = exports.WebsiteApiFp = exports.WebsiteApiAxiosParamCreator = exports.SearchApi = exports.SearchApiFactory = exports.SearchApiFp = exports.SearchApiAxiosParamCreator = exports.RoutesApi = exports.RoutesApiFactory = exports.RoutesApiFp = exports.RoutesApiAxiosParamCreator = exports.ReviewsApi = exports.ReviewsApiFactory = exports.ReviewsApiFp = exports.ReviewsApiAxiosParamCreator = exports.ProductsApi = exports.ProductsApiFactory = exports.ProductsApiFp = exports.ProductsApiAxiosParamCreator = exports.PaymentApi = exports.PaymentApiFactory = exports.PaymentApiFp = exports.PaymentApiAxiosParamCreator = exports.PagesApi = exports.PagesApiFactory = exports.PagesApiFp = void 0;
|
|
27
27
|
const axios_1 = require("axios");
|
|
28
28
|
// Some imports not used depending on template conditions
|
|
29
29
|
// @ts-ignore
|
|
@@ -54,6 +54,24 @@ exports.AttributeThumbnailTypeEnum = {
|
|
|
54
54
|
Color: 'color',
|
|
55
55
|
Image: 'image',
|
|
56
56
|
};
|
|
57
|
+
exports.KeyphraseOpportunitiesResponseMetaFiltersAssignedEnum = {
|
|
58
|
+
True: 'true',
|
|
59
|
+
False: 'false',
|
|
60
|
+
};
|
|
61
|
+
exports.KeyphraseOpportunitiesResponseMetaFiltersPublishedEnum = {
|
|
62
|
+
True: 'true',
|
|
63
|
+
False: 'false',
|
|
64
|
+
};
|
|
65
|
+
exports.KeyphraseOpportunitiesResponseMetaFiltersOptimisedEnum = {
|
|
66
|
+
True: 'true',
|
|
67
|
+
False: 'false',
|
|
68
|
+
};
|
|
69
|
+
exports.KeyphraseOpportunityContentTypeEnum = {
|
|
70
|
+
Product: 'product',
|
|
71
|
+
Collection: 'collection',
|
|
72
|
+
Blog: 'blog',
|
|
73
|
+
Page: 'page',
|
|
74
|
+
};
|
|
57
75
|
exports.PaymentAccountMethodEnum = {
|
|
58
76
|
Stripe: 'stripe',
|
|
59
77
|
Paypal: 'paypal',
|
|
@@ -209,7 +227,7 @@ const BlogsApiAxiosParamCreator = function (configuration) {
|
|
|
209
227
|
* @param {string} project What project it is
|
|
210
228
|
* @param {number} [pageToken] Page reference token
|
|
211
229
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
212
|
-
* @param {string} [search] Search term to filter results
|
|
230
|
+
* @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.
|
|
213
231
|
* @param {*} [options] Override http request option.
|
|
214
232
|
* @throws {RequiredError}
|
|
215
233
|
*/
|
|
@@ -302,7 +320,7 @@ const BlogsApiAxiosParamCreator = function (configuration) {
|
|
|
302
320
|
* @param {string} project What project it is
|
|
303
321
|
* @param {number} [pageToken] Page reference token
|
|
304
322
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
305
|
-
* @param {string} [search] Search term to filter results
|
|
323
|
+
* @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.
|
|
306
324
|
* @param {UpdateBlogsRequest} [updateBlogsRequest] Update blogs in bulk.
|
|
307
325
|
* @param {*} [options] Override http request option.
|
|
308
326
|
* @throws {RequiredError}
|
|
@@ -396,7 +414,7 @@ const BlogsApiFp = function (configuration) {
|
|
|
396
414
|
* @param {string} project What project it is
|
|
397
415
|
* @param {number} [pageToken] Page reference token
|
|
398
416
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
399
|
-
* @param {string} [search] Search term to filter results
|
|
417
|
+
* @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.
|
|
400
418
|
* @param {*} [options] Override http request option.
|
|
401
419
|
* @throws {RequiredError}
|
|
402
420
|
*/
|
|
@@ -433,7 +451,7 @@ const BlogsApiFp = function (configuration) {
|
|
|
433
451
|
* @param {string} project What project it is
|
|
434
452
|
* @param {number} [pageToken] Page reference token
|
|
435
453
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
436
|
-
* @param {string} [search] Search term to filter results
|
|
454
|
+
* @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.
|
|
437
455
|
* @param {UpdateBlogsRequest} [updateBlogsRequest] Update blogs in bulk.
|
|
438
456
|
* @param {*} [options] Override http request option.
|
|
439
457
|
* @throws {RequiredError}
|
|
@@ -1253,10 +1271,10 @@ exports.FooterApi = FooterApi;
|
|
|
1253
1271
|
const KeyphraseOpportunitiesApiAxiosParamCreator = function (configuration) {
|
|
1254
1272
|
return {
|
|
1255
1273
|
/**
|
|
1256
|
-
* Remove a
|
|
1257
|
-
* @summary Delete
|
|
1274
|
+
* Remove a keyphrase opportunity from the store.
|
|
1275
|
+
* @summary Delete keyphrase opportunity
|
|
1258
1276
|
* @param {string} project What project it is
|
|
1259
|
-
* @param {string} keyphraseOpportunityId
|
|
1277
|
+
* @param {string} keyphraseOpportunityId Keyphrase opportunity\'s unique identifier
|
|
1260
1278
|
* @param {*} [options] Override http request option.
|
|
1261
1279
|
* @throws {RequiredError}
|
|
1262
1280
|
*/
|
|
@@ -1294,12 +1312,12 @@ const KeyphraseOpportunitiesApiAxiosParamCreator = function (configuration) {
|
|
|
1294
1312
|
};
|
|
1295
1313
|
}),
|
|
1296
1314
|
/**
|
|
1297
|
-
* List
|
|
1298
|
-
* @summary List
|
|
1315
|
+
* List keyphrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
|
|
1316
|
+
* @summary List keyphrase opportunities
|
|
1299
1317
|
* @param {string} project What project it is
|
|
1300
1318
|
* @param {number} [pageToken] Page reference token
|
|
1301
1319
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1302
|
-
* @param {string} [search] Search term to filter results
|
|
1320
|
+
* @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.
|
|
1303
1321
|
* @param {*} [options] Override http request option.
|
|
1304
1322
|
* @throws {RequiredError}
|
|
1305
1323
|
*/
|
|
@@ -1352,10 +1370,10 @@ const KeyphraseOpportunitiesApiFp = function (configuration) {
|
|
|
1352
1370
|
const localVarAxiosParamCreator = (0, exports.KeyphraseOpportunitiesApiAxiosParamCreator)(configuration);
|
|
1353
1371
|
return {
|
|
1354
1372
|
/**
|
|
1355
|
-
* Remove a
|
|
1356
|
-
* @summary Delete
|
|
1373
|
+
* Remove a keyphrase opportunity from the store.
|
|
1374
|
+
* @summary Delete keyphrase opportunity
|
|
1357
1375
|
* @param {string} project What project it is
|
|
1358
|
-
* @param {string} keyphraseOpportunityId
|
|
1376
|
+
* @param {string} keyphraseOpportunityId Keyphrase opportunity\'s unique identifier
|
|
1359
1377
|
* @param {*} [options] Override http request option.
|
|
1360
1378
|
* @throws {RequiredError}
|
|
1361
1379
|
*/
|
|
@@ -1369,12 +1387,12 @@ const KeyphraseOpportunitiesApiFp = function (configuration) {
|
|
|
1369
1387
|
});
|
|
1370
1388
|
},
|
|
1371
1389
|
/**
|
|
1372
|
-
* List
|
|
1373
|
-
* @summary List
|
|
1390
|
+
* List keyphrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
|
|
1391
|
+
* @summary List keyphrase opportunities
|
|
1374
1392
|
* @param {string} project What project it is
|
|
1375
1393
|
* @param {number} [pageToken] Page reference token
|
|
1376
1394
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1377
|
-
* @param {string} [search] Search term to filter results
|
|
1395
|
+
* @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.
|
|
1378
1396
|
* @param {*} [options] Override http request option.
|
|
1379
1397
|
* @throws {RequiredError}
|
|
1380
1398
|
*/
|
|
@@ -1397,8 +1415,8 @@ const KeyphraseOpportunitiesApiFactory = function (configuration, basePath, axio
|
|
|
1397
1415
|
const localVarFp = (0, exports.KeyphraseOpportunitiesApiFp)(configuration);
|
|
1398
1416
|
return {
|
|
1399
1417
|
/**
|
|
1400
|
-
* Remove a
|
|
1401
|
-
* @summary Delete
|
|
1418
|
+
* Remove a keyphrase opportunity from the store.
|
|
1419
|
+
* @summary Delete keyphrase opportunity
|
|
1402
1420
|
* @param {KeyphraseOpportunitiesApiDeleteKeyphraseOpportunityRequest} requestParameters Request parameters.
|
|
1403
1421
|
* @param {*} [options] Override http request option.
|
|
1404
1422
|
* @throws {RequiredError}
|
|
@@ -1407,8 +1425,8 @@ const KeyphraseOpportunitiesApiFactory = function (configuration, basePath, axio
|
|
|
1407
1425
|
return localVarFp.deleteKeyphraseOpportunity(requestParameters.project, requestParameters.keyphraseOpportunityId, options).then((request) => request(axios, basePath));
|
|
1408
1426
|
},
|
|
1409
1427
|
/**
|
|
1410
|
-
* List
|
|
1411
|
-
* @summary List
|
|
1428
|
+
* List keyphrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
|
|
1429
|
+
* @summary List keyphrase opportunities
|
|
1412
1430
|
* @param {KeyphraseOpportunitiesApiListKeyphraseOpportunitiesRequest} requestParameters Request parameters.
|
|
1413
1431
|
* @param {*} [options] Override http request option.
|
|
1414
1432
|
* @throws {RequiredError}
|
|
@@ -1424,8 +1442,8 @@ exports.KeyphraseOpportunitiesApiFactory = KeyphraseOpportunitiesApiFactory;
|
|
|
1424
1442
|
*/
|
|
1425
1443
|
class KeyphraseOpportunitiesApi extends base_1.BaseAPI {
|
|
1426
1444
|
/**
|
|
1427
|
-
* Remove a
|
|
1428
|
-
* @summary Delete
|
|
1445
|
+
* Remove a keyphrase opportunity from the store.
|
|
1446
|
+
* @summary Delete keyphrase opportunity
|
|
1429
1447
|
* @param {KeyphraseOpportunitiesApiDeleteKeyphraseOpportunityRequest} requestParameters Request parameters.
|
|
1430
1448
|
* @param {*} [options] Override http request option.
|
|
1431
1449
|
* @throws {RequiredError}
|
|
@@ -1434,8 +1452,8 @@ class KeyphraseOpportunitiesApi extends base_1.BaseAPI {
|
|
|
1434
1452
|
return (0, exports.KeyphraseOpportunitiesApiFp)(this.configuration).deleteKeyphraseOpportunity(requestParameters.project, requestParameters.keyphraseOpportunityId, options).then((request) => request(this.axios, this.basePath));
|
|
1435
1453
|
}
|
|
1436
1454
|
/**
|
|
1437
|
-
* List
|
|
1438
|
-
* @summary List
|
|
1455
|
+
* List keyphrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
|
|
1456
|
+
* @summary List keyphrase opportunities
|
|
1439
1457
|
* @param {KeyphraseOpportunitiesApiListKeyphraseOpportunitiesRequest} requestParameters Request parameters.
|
|
1440
1458
|
* @param {*} [options] Override http request option.
|
|
1441
1459
|
* @throws {RequiredError}
|
|
@@ -1716,7 +1734,7 @@ const PagesApiAxiosParamCreator = function (configuration) {
|
|
|
1716
1734
|
* @param {string} project What project it is
|
|
1717
1735
|
* @param {number} [pageToken] Page reference token
|
|
1718
1736
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1719
|
-
* @param {string} [search] Search term to filter results
|
|
1737
|
+
* @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.
|
|
1720
1738
|
* @param {*} [options] Override http request option.
|
|
1721
1739
|
* @throws {RequiredError}
|
|
1722
1740
|
*/
|
|
@@ -1849,7 +1867,7 @@ const PagesApiAxiosParamCreator = function (configuration) {
|
|
|
1849
1867
|
* @param {string} project What project it is
|
|
1850
1868
|
* @param {number} [pageToken] Page reference token
|
|
1851
1869
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1852
|
-
* @param {string} [search] Search term to filter results
|
|
1870
|
+
* @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.
|
|
1853
1871
|
* @param {UpdatePagesRequest} [updatePagesRequest] Update pages in bulk.
|
|
1854
1872
|
* @param {*} [options] Override http request option.
|
|
1855
1873
|
* @throws {RequiredError}
|
|
@@ -1943,7 +1961,7 @@ const PagesApiFp = function (configuration) {
|
|
|
1943
1961
|
* @param {string} project What project it is
|
|
1944
1962
|
* @param {number} [pageToken] Page reference token
|
|
1945
1963
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1946
|
-
* @param {string} [search] Search term to filter results
|
|
1964
|
+
* @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.
|
|
1947
1965
|
* @param {*} [options] Override http request option.
|
|
1948
1966
|
* @throws {RequiredError}
|
|
1949
1967
|
*/
|
|
@@ -1997,7 +2015,7 @@ const PagesApiFp = function (configuration) {
|
|
|
1997
2015
|
* @param {string} project What project it is
|
|
1998
2016
|
* @param {number} [pageToken] Page reference token
|
|
1999
2017
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
2000
|
-
* @param {string} [search] Search term to filter results
|
|
2018
|
+
* @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.
|
|
2001
2019
|
* @param {UpdatePagesRequest} [updatePagesRequest] Update pages in bulk.
|
|
2002
2020
|
* @param {*} [options] Override http request option.
|
|
2003
2021
|
* @throws {RequiredError}
|
|
@@ -2912,7 +2930,7 @@ const ReviewsApiAxiosParamCreator = function (configuration) {
|
|
|
2912
2930
|
* @param {string} project What project it is
|
|
2913
2931
|
* @param {number} [pageToken] Page reference token
|
|
2914
2932
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
2915
|
-
* @param {string} [search] Search term to filter results
|
|
2933
|
+
* @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.
|
|
2916
2934
|
* @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \'-\' for descending order or \'+\' for ascending. Default is ascending.
|
|
2917
2935
|
* @param {string} [start] Start of date range to filter by
|
|
2918
2936
|
* @param {string} [end] End of date range to filter by
|
|
@@ -3065,7 +3083,7 @@ const ReviewsApiFp = function (configuration) {
|
|
|
3065
3083
|
* @param {string} project What project it is
|
|
3066
3084
|
* @param {number} [pageToken] Page reference token
|
|
3067
3085
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
3068
|
-
* @param {string} [search] Search term to filter results
|
|
3086
|
+
* @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.
|
|
3069
3087
|
* @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \'-\' for descending order or \'+\' for ascending. Default is ascending.
|
|
3070
3088
|
* @param {string} [start] Start of date range to filter by
|
|
3071
3089
|
* @param {string} [end] End of date range to filter by
|
|
@@ -3208,7 +3226,7 @@ const RoutesApiAxiosParamCreator = function (configuration) {
|
|
|
3208
3226
|
* @param {string} project What project it is
|
|
3209
3227
|
* @param {number} [pageToken] Page reference token
|
|
3210
3228
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
3211
|
-
* @param {string} [search] Search term to filter results
|
|
3229
|
+
* @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.
|
|
3212
3230
|
* @param {*} [options] Override http request option.
|
|
3213
3231
|
* @throws {RequiredError}
|
|
3214
3232
|
*/
|
|
@@ -3266,7 +3284,7 @@ const RoutesApiFp = function (configuration) {
|
|
|
3266
3284
|
* @param {string} project What project it is
|
|
3267
3285
|
* @param {number} [pageToken] Page reference token
|
|
3268
3286
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
3269
|
-
* @param {string} [search] Search term to filter results
|
|
3287
|
+
* @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.
|
|
3270
3288
|
* @param {*} [options] Override http request option.
|
|
3271
3289
|
* @throws {RequiredError}
|
|
3272
3290
|
*/
|
|
@@ -3328,7 +3346,7 @@ const SearchApiAxiosParamCreator = function (configuration) {
|
|
|
3328
3346
|
* @param {string} project What project it is
|
|
3329
3347
|
* @param {number} [pageToken] Page reference token
|
|
3330
3348
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
3331
|
-
* @param {string} [search] Search term to filter results
|
|
3349
|
+
* @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.
|
|
3332
3350
|
* @param {CreateSearchRedirectRequest} [createSearchRedirectRequest] Create search redirect
|
|
3333
3351
|
* @param {*} [options] Override http request option.
|
|
3334
3352
|
* @throws {RequiredError}
|
|
@@ -3462,7 +3480,7 @@ const SearchApiAxiosParamCreator = function (configuration) {
|
|
|
3462
3480
|
* @param {string} project What project it is
|
|
3463
3481
|
* @param {number} [pageToken] Page reference token
|
|
3464
3482
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
3465
|
-
* @param {string} [search] Search term to filter results
|
|
3483
|
+
* @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.
|
|
3466
3484
|
* @param {*} [options] Override http request option.
|
|
3467
3485
|
* @throws {RequiredError}
|
|
3468
3486
|
*/
|
|
@@ -3564,7 +3582,7 @@ const SearchApiFp = function (configuration) {
|
|
|
3564
3582
|
* @param {string} project What project it is
|
|
3565
3583
|
* @param {number} [pageToken] Page reference token
|
|
3566
3584
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
3567
|
-
* @param {string} [search] Search term to filter results
|
|
3585
|
+
* @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.
|
|
3568
3586
|
* @param {CreateSearchRedirectRequest} [createSearchRedirectRequest] Create search redirect
|
|
3569
3587
|
* @param {*} [options] Override http request option.
|
|
3570
3588
|
* @throws {RequiredError}
|
|
@@ -3618,7 +3636,7 @@ const SearchApiFp = function (configuration) {
|
|
|
3618
3636
|
* @param {string} project What project it is
|
|
3619
3637
|
* @param {number} [pageToken] Page reference token
|
|
3620
3638
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
3621
|
-
* @param {string} [search] Search term to filter results
|
|
3639
|
+
* @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.
|
|
3622
3640
|
* @param {*} [options] Override http request option.
|
|
3623
3641
|
* @throws {RequiredError}
|
|
3624
3642
|
*/
|
package/dist/base.d.ts
CHANGED
package/dist/base.js
CHANGED
package/dist/common.d.ts
CHANGED
package/dist/common.js
CHANGED
package/dist/configuration.d.ts
CHANGED
package/dist/configuration.js
CHANGED