@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/dist/esm/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Website
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.34.0
5
+ * The version of the OpenAPI document: 0.34.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -197,19 +197,19 @@ export interface KeyphraseOpportunitiesResponseMeta {
197
197
  'filters': KeyphraseOpportunitiesResponseMetaFilters;
198
198
  }
199
199
  /**
200
- * Filters that can be applied to the key phrase opportunities list.
200
+ * Filters that can be applied to the keyphrase opportunities list.
201
201
  */
202
202
  export interface KeyphraseOpportunitiesResponseMetaFilters {
203
203
  /**
204
- * Filter by whether the key phrase is assigned to content.
204
+ * Filter by whether the keyphrase is assigned to content.
205
205
  */
206
206
  'assigned': Array<KeyphraseOpportunitiesResponseMetaFiltersAssignedEnum>;
207
207
  /**
208
- * Filter by whether the key phrase is attached to published content.
208
+ * Filter by whether the keyphrase is attached to published content.
209
209
  */
210
210
  'published': Array<KeyphraseOpportunitiesResponseMetaFiltersPublishedEnum>;
211
211
  /**
212
- * Filter by whether the key phrase is attached to optimised content.
212
+ * Filter by whether the keyphrase is attached to optimised content.
213
213
  */
214
214
  'optimised': Array<KeyphraseOpportunitiesResponseMetaFiltersOptimisedEnum>;
215
215
  }
@@ -239,25 +239,30 @@ export interface KeyphraseOpportunity {
239
239
  */
240
240
  'monthlyVolume': number | null;
241
241
  /**
242
- * Merchandising issues for this key phrase opportunity.
242
+ * Merchandising issues for this keyphrase opportunity.
243
243
  */
244
244
  'merchIssues': Array<string>;
245
245
  'content': KeyphraseOpportunityContent | null;
246
246
  }
247
247
  /**
248
- * Product or collection the key phrase is assigned to.
248
+ * Content the keyphrase is assigned to.
249
249
  */
250
250
  export interface KeyphraseOpportunityContent {
251
+ /**
252
+ * The type of content the keyphrase is assigned to.
253
+ */
251
254
  'type': KeyphraseOpportunityContentTypeEnum;
252
255
  'id': string;
253
256
  /**
254
- * The name of the product or collection
257
+ * The name of the attached content
255
258
  */
256
259
  'name': string;
257
260
  }
258
261
  export declare const KeyphraseOpportunityContentTypeEnum: {
259
262
  readonly Product: "product";
260
263
  readonly Collection: "collection";
264
+ readonly Blog: "blog";
265
+ readonly Page: "page";
261
266
  };
262
267
  export type KeyphraseOpportunityContentTypeEnum = typeof KeyphraseOpportunityContentTypeEnum[keyof typeof KeyphraseOpportunityContentTypeEnum];
263
268
  export interface ListDomains200Response {
@@ -1090,7 +1095,7 @@ export declare const BlogsApiAxiosParamCreator: (configuration?: Configuration)
1090
1095
  * @param {string} project What project it is
1091
1096
  * @param {number} [pageToken] Page reference token
1092
1097
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1093
- * @param {string} [search] 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.
1098
+ * @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.
1094
1099
  * @param {*} [options] Override http request option.
1095
1100
  * @throws {RequiredError}
1096
1101
  */
@@ -1111,7 +1116,7 @@ export declare const BlogsApiAxiosParamCreator: (configuration?: Configuration)
1111
1116
  * @param {string} project What project it is
1112
1117
  * @param {number} [pageToken] Page reference token
1113
1118
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1114
- * @param {string} [search] 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.
1119
+ * @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.
1115
1120
  * @param {UpdateBlogsRequest} [updateBlogsRequest] Update blogs in bulk.
1116
1121
  * @param {*} [options] Override http request option.
1117
1122
  * @throws {RequiredError}
@@ -1145,7 +1150,7 @@ export declare const BlogsApiFp: (configuration?: Configuration) => {
1145
1150
  * @param {string} project What project it is
1146
1151
  * @param {number} [pageToken] Page reference token
1147
1152
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1148
- * @param {string} [search] 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.
1153
+ * @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.
1149
1154
  * @param {*} [options] Override http request option.
1150
1155
  * @throws {RequiredError}
1151
1156
  */
@@ -1166,7 +1171,7 @@ export declare const BlogsApiFp: (configuration?: Configuration) => {
1166
1171
  * @param {string} project What project it is
1167
1172
  * @param {number} [pageToken] Page reference token
1168
1173
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1169
- * @param {string} [search] 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.
1174
+ * @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.
1170
1175
  * @param {UpdateBlogsRequest} [updateBlogsRequest] Update blogs in bulk.
1171
1176
  * @param {*} [options] Override http request option.
1172
1177
  * @throws {RequiredError}
@@ -1257,7 +1262,7 @@ export interface BlogsApiListBlogsRequest {
1257
1262
  */
1258
1263
  readonly pageSize?: number;
1259
1264
  /**
1260
- * 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.
1265
+ * 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.
1261
1266
  */
1262
1267
  readonly search?: string;
1263
1268
  }
@@ -1292,7 +1297,7 @@ export interface BlogsApiUpdateBlogsRequest {
1292
1297
  */
1293
1298
  readonly pageSize?: number;
1294
1299
  /**
1295
- * 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.
1300
+ * 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.
1296
1301
  */
1297
1302
  readonly search?: string;
1298
1303
  /**
@@ -1765,21 +1770,21 @@ export declare class FooterApi extends BaseAPI {
1765
1770
  */
1766
1771
  export declare const KeyphraseOpportunitiesApiAxiosParamCreator: (configuration?: Configuration) => {
1767
1772
  /**
1768
- * Remove a key phrase opportunity from the store.
1769
- * @summary Delete key phrase opportunity
1773
+ * Remove a keyphrase opportunity from the store.
1774
+ * @summary Delete keyphrase opportunity
1770
1775
  * @param {string} project What project it is
1771
- * @param {string} keyphraseOpportunityId Key phrase opportunity\&#39;s unique identifier
1776
+ * @param {string} keyphraseOpportunityId Keyphrase opportunity\&#39;s unique identifier
1772
1777
  * @param {*} [options] Override http request option.
1773
1778
  * @throws {RequiredError}
1774
1779
  */
1775
1780
  deleteKeyphraseOpportunity: (project: string, keyphraseOpportunityId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1776
1781
  /**
1777
- * List key phrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
1778
- * @summary List key phrase opportunities
1782
+ * List keyphrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
1783
+ * @summary List keyphrase opportunities
1779
1784
  * @param {string} project What project it is
1780
1785
  * @param {number} [pageToken] Page reference token
1781
1786
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1782
- * @param {string} [search] 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.
1787
+ * @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.
1783
1788
  * @param {*} [options] Override http request option.
1784
1789
  * @throws {RequiredError}
1785
1790
  */
@@ -1790,21 +1795,21 @@ export declare const KeyphraseOpportunitiesApiAxiosParamCreator: (configuration?
1790
1795
  */
1791
1796
  export declare const KeyphraseOpportunitiesApiFp: (configuration?: Configuration) => {
1792
1797
  /**
1793
- * Remove a key phrase opportunity from the store.
1794
- * @summary Delete key phrase opportunity
1798
+ * Remove a keyphrase opportunity from the store.
1799
+ * @summary Delete keyphrase opportunity
1795
1800
  * @param {string} project What project it is
1796
- * @param {string} keyphraseOpportunityId Key phrase opportunity\&#39;s unique identifier
1801
+ * @param {string} keyphraseOpportunityId Keyphrase opportunity\&#39;s unique identifier
1797
1802
  * @param {*} [options] Override http request option.
1798
1803
  * @throws {RequiredError}
1799
1804
  */
1800
1805
  deleteKeyphraseOpportunity(project: string, keyphraseOpportunityId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1801
1806
  /**
1802
- * List key phrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
1803
- * @summary List key phrase opportunities
1807
+ * List keyphrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
1808
+ * @summary List keyphrase opportunities
1804
1809
  * @param {string} project What project it is
1805
1810
  * @param {number} [pageToken] Page reference token
1806
1811
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1807
- * @param {string} [search] 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.
1812
+ * @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.
1808
1813
  * @param {*} [options] Override http request option.
1809
1814
  * @throws {RequiredError}
1810
1815
  */
@@ -1815,16 +1820,16 @@ export declare const KeyphraseOpportunitiesApiFp: (configuration?: Configuration
1815
1820
  */
1816
1821
  export declare const KeyphraseOpportunitiesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1817
1822
  /**
1818
- * Remove a key phrase opportunity from the store.
1819
- * @summary Delete key phrase opportunity
1823
+ * Remove a keyphrase opportunity from the store.
1824
+ * @summary Delete keyphrase opportunity
1820
1825
  * @param {KeyphraseOpportunitiesApiDeleteKeyphraseOpportunityRequest} requestParameters Request parameters.
1821
1826
  * @param {*} [options] Override http request option.
1822
1827
  * @throws {RequiredError}
1823
1828
  */
1824
1829
  deleteKeyphraseOpportunity(requestParameters: KeyphraseOpportunitiesApiDeleteKeyphraseOpportunityRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1825
1830
  /**
1826
- * List key phrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
1827
- * @summary List key phrase opportunities
1831
+ * List keyphrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
1832
+ * @summary List keyphrase opportunities
1828
1833
  * @param {KeyphraseOpportunitiesApiListKeyphraseOpportunitiesRequest} requestParameters Request parameters.
1829
1834
  * @param {*} [options] Override http request option.
1830
1835
  * @throws {RequiredError}
@@ -1840,7 +1845,7 @@ export interface KeyphraseOpportunitiesApiDeleteKeyphraseOpportunityRequest {
1840
1845
  */
1841
1846
  readonly project: string;
1842
1847
  /**
1843
- * Key phrase opportunity\&#39;s unique identifier
1848
+ * Keyphrase opportunity\&#39;s unique identifier
1844
1849
  */
1845
1850
  readonly keyphraseOpportunityId: string;
1846
1851
  }
@@ -1861,7 +1866,7 @@ export interface KeyphraseOpportunitiesApiListKeyphraseOpportunitiesRequest {
1861
1866
  */
1862
1867
  readonly pageSize?: number;
1863
1868
  /**
1864
- * 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.
1869
+ * 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.
1865
1870
  */
1866
1871
  readonly search?: string;
1867
1872
  }
@@ -1870,16 +1875,16 @@ export interface KeyphraseOpportunitiesApiListKeyphraseOpportunitiesRequest {
1870
1875
  */
1871
1876
  export declare class KeyphraseOpportunitiesApi extends BaseAPI {
1872
1877
  /**
1873
- * Remove a key phrase opportunity from the store.
1874
- * @summary Delete key phrase opportunity
1878
+ * Remove a keyphrase opportunity from the store.
1879
+ * @summary Delete keyphrase opportunity
1875
1880
  * @param {KeyphraseOpportunitiesApiDeleteKeyphraseOpportunityRequest} requestParameters Request parameters.
1876
1881
  * @param {*} [options] Override http request option.
1877
1882
  * @throws {RequiredError}
1878
1883
  */
1879
1884
  deleteKeyphraseOpportunity(requestParameters: KeyphraseOpportunitiesApiDeleteKeyphraseOpportunityRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
1880
1885
  /**
1881
- * List key phrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
1882
- * @summary List key phrase opportunities
1886
+ * List keyphrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
1887
+ * @summary List keyphrase opportunities
1883
1888
  * @param {KeyphraseOpportunitiesApiListKeyphraseOpportunitiesRequest} requestParameters Request parameters.
1884
1889
  * @param {*} [options] Override http request option.
1885
1890
  * @throws {RequiredError}
@@ -2021,7 +2026,7 @@ export declare const PagesApiAxiosParamCreator: (configuration?: Configuration)
2021
2026
  * @param {string} project What project it is
2022
2027
  * @param {number} [pageToken] Page reference token
2023
2028
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2024
- * @param {string} [search] 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.
2029
+ * @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.
2025
2030
  * @param {*} [options] Override http request option.
2026
2031
  * @throws {RequiredError}
2027
2032
  */
@@ -2051,7 +2056,7 @@ export declare const PagesApiAxiosParamCreator: (configuration?: Configuration)
2051
2056
  * @param {string} project What project it is
2052
2057
  * @param {number} [pageToken] Page reference token
2053
2058
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2054
- * @param {string} [search] 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.
2059
+ * @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.
2055
2060
  * @param {UpdatePagesRequest} [updatePagesRequest] Update pages in bulk.
2056
2061
  * @param {*} [options] Override http request option.
2057
2062
  * @throws {RequiredError}
@@ -2085,7 +2090,7 @@ export declare const PagesApiFp: (configuration?: Configuration) => {
2085
2090
  * @param {string} project What project it is
2086
2091
  * @param {number} [pageToken] Page reference token
2087
2092
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2088
- * @param {string} [search] 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.
2093
+ * @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.
2089
2094
  * @param {*} [options] Override http request option.
2090
2095
  * @throws {RequiredError}
2091
2096
  */
@@ -2115,7 +2120,7 @@ export declare const PagesApiFp: (configuration?: Configuration) => {
2115
2120
  * @param {string} project What project it is
2116
2121
  * @param {number} [pageToken] Page reference token
2117
2122
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2118
- * @param {string} [search] 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.
2123
+ * @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.
2119
2124
  * @param {UpdatePagesRequest} [updatePagesRequest] Update pages in bulk.
2120
2125
  * @param {*} [options] Override http request option.
2121
2126
  * @throws {RequiredError}
@@ -2214,7 +2219,7 @@ export interface PagesApiListPagesRequest {
2214
2219
  */
2215
2220
  readonly pageSize?: number;
2216
2221
  /**
2217
- * 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.
2222
+ * 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.
2218
2223
  */
2219
2224
  readonly search?: string;
2220
2225
  }
@@ -2262,7 +2267,7 @@ export interface PagesApiUpdatePagesRequest {
2262
2267
  */
2263
2268
  readonly pageSize?: number;
2264
2269
  /**
2265
- * 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.
2270
+ * 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.
2266
2271
  */
2267
2272
  readonly search?: string;
2268
2273
  /**
@@ -2738,7 +2743,7 @@ export declare const ReviewsApiAxiosParamCreator: (configuration?: Configuration
2738
2743
  * @param {string} project What project it is
2739
2744
  * @param {number} [pageToken] Page reference token
2740
2745
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2741
- * @param {string} [search] 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.
2746
+ * @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.
2742
2747
  * @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending.
2743
2748
  * @param {string} [start] Start of date range to filter by
2744
2749
  * @param {string} [end] End of date range to filter by
@@ -2786,7 +2791,7 @@ export declare const ReviewsApiFp: (configuration?: Configuration) => {
2786
2791
  * @param {string} project What project it is
2787
2792
  * @param {number} [pageToken] Page reference token
2788
2793
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2789
- * @param {string} [search] 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.
2794
+ * @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.
2790
2795
  * @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending.
2791
2796
  * @param {string} [start] Start of date range to filter by
2792
2797
  * @param {string} [end] End of date range to filter by
@@ -2889,7 +2894,7 @@ export interface ReviewsApiListReviewsRequest {
2889
2894
  */
2890
2895
  readonly pageSize?: number;
2891
2896
  /**
2892
- * 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.
2897
+ * 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.
2893
2898
  */
2894
2899
  readonly search?: string;
2895
2900
  /**
@@ -2966,7 +2971,7 @@ export declare const RoutesApiAxiosParamCreator: (configuration?: Configuration)
2966
2971
  * @param {string} project What project it is
2967
2972
  * @param {number} [pageToken] Page reference token
2968
2973
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2969
- * @param {string} [search] 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.
2974
+ * @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.
2970
2975
  * @param {*} [options] Override http request option.
2971
2976
  * @throws {RequiredError}
2972
2977
  */
@@ -2982,7 +2987,7 @@ export declare const RoutesApiFp: (configuration?: Configuration) => {
2982
2987
  * @param {string} project What project it is
2983
2988
  * @param {number} [pageToken] Page reference token
2984
2989
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2985
- * @param {string} [search] 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.
2990
+ * @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.
2986
2991
  * @param {*} [options] Override http request option.
2987
2992
  * @throws {RequiredError}
2988
2993
  */
@@ -3018,7 +3023,7 @@ export interface RoutesApiListRoutesRequest {
3018
3023
  */
3019
3024
  readonly pageSize?: number;
3020
3025
  /**
3021
- * 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.
3026
+ * 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.
3022
3027
  */
3023
3028
  readonly search?: string;
3024
3029
  }
@@ -3045,7 +3050,7 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration)
3045
3050
  * @param {string} project What project it is
3046
3051
  * @param {number} [pageToken] Page reference token
3047
3052
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3048
- * @param {string} [search] 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.
3053
+ * @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.
3049
3054
  * @param {CreateSearchRedirectRequest} [createSearchRedirectRequest] Create search redirect
3050
3055
  * @param {*} [options] Override http request option.
3051
3056
  * @throws {RequiredError}
@@ -3075,7 +3080,7 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration)
3075
3080
  * @param {string} project What project it is
3076
3081
  * @param {number} [pageToken] Page reference token
3077
3082
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3078
- * @param {string} [search] 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.
3083
+ * @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.
3079
3084
  * @param {*} [options] Override http request option.
3080
3085
  * @throws {RequiredError}
3081
3086
  */
@@ -3101,7 +3106,7 @@ export declare const SearchApiFp: (configuration?: Configuration) => {
3101
3106
  * @param {string} project What project it is
3102
3107
  * @param {number} [pageToken] Page reference token
3103
3108
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3104
- * @param {string} [search] 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.
3109
+ * @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.
3105
3110
  * @param {CreateSearchRedirectRequest} [createSearchRedirectRequest] Create search redirect
3106
3111
  * @param {*} [options] Override http request option.
3107
3112
  * @throws {RequiredError}
@@ -3131,7 +3136,7 @@ export declare const SearchApiFp: (configuration?: Configuration) => {
3131
3136
  * @param {string} project What project it is
3132
3137
  * @param {number} [pageToken] Page reference token
3133
3138
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3134
- * @param {string} [search] 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.
3139
+ * @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.
3135
3140
  * @param {*} [options] Override http request option.
3136
3141
  * @throws {RequiredError}
3137
3142
  */
@@ -3209,7 +3214,7 @@ export interface SearchApiCreateSearchRedirectRequest {
3209
3214
  */
3210
3215
  readonly pageSize?: number;
3211
3216
  /**
3212
- * 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.
3217
+ * 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.
3213
3218
  */
3214
3219
  readonly search?: string;
3215
3220
  /**
@@ -3260,7 +3265,7 @@ export interface SearchApiListSearchRedirectsRequest {
3260
3265
  */
3261
3266
  readonly pageSize?: number;
3262
3267
  /**
3263
- * 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.
3268
+ * 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.
3264
3269
  */
3265
3270
  readonly search?: string;
3266
3271
  }