@teemill/website 0.37.0 → 0.37.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/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.37.0
5
+ * The version of the OpenAPI document: 0.37.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -218,6 +218,18 @@ export interface KeyphraseOpportunitiesResponseMetaFilters {
218
218
  * Filter by whether the keyphrase is attached to optimised content.
219
219
  */
220
220
  'optimised': Array<KeyphraseOpportunitiesResponseMetaFiltersOptimisedEnum>;
221
+ /**
222
+ * Filter by whether the keyphrase is assigned to a collection with fewer than 12 products.
223
+ */
224
+ 'sparseCollection'?: Array<KeyphraseOpportunitiesResponseMetaFiltersSparseCollectionEnum>;
225
+ /**
226
+ * Filter by the type of content the keyphrase is assigned to.
227
+ */
228
+ 'assignedContentType'?: Array<KeyphraseOpportunitiesResponseMetaFiltersAssignedContentTypeEnum>;
229
+ /**
230
+ * Filter by the suggested content type for the keyphrase opportunity.
231
+ */
232
+ 'suggestedContentType'?: Array<KeyphraseOpportunitiesResponseMetaFiltersSuggestedContentTypeEnum>;
221
233
  }
222
234
  export declare const KeyphraseOpportunitiesResponseMetaFiltersAssignedEnum: {
223
235
  readonly True: "true";
@@ -234,6 +246,21 @@ export declare const KeyphraseOpportunitiesResponseMetaFiltersOptimisedEnum: {
234
246
  readonly False: "false";
235
247
  };
236
248
  export type KeyphraseOpportunitiesResponseMetaFiltersOptimisedEnum = typeof KeyphraseOpportunitiesResponseMetaFiltersOptimisedEnum[keyof typeof KeyphraseOpportunitiesResponseMetaFiltersOptimisedEnum];
249
+ export declare const KeyphraseOpportunitiesResponseMetaFiltersSparseCollectionEnum: {
250
+ readonly True: "true";
251
+ readonly False: "false";
252
+ };
253
+ export type KeyphraseOpportunitiesResponseMetaFiltersSparseCollectionEnum = typeof KeyphraseOpportunitiesResponseMetaFiltersSparseCollectionEnum[keyof typeof KeyphraseOpportunitiesResponseMetaFiltersSparseCollectionEnum];
254
+ export declare const KeyphraseOpportunitiesResponseMetaFiltersAssignedContentTypeEnum: {
255
+ readonly Product: "product";
256
+ readonly Collection: "collection";
257
+ };
258
+ export type KeyphraseOpportunitiesResponseMetaFiltersAssignedContentTypeEnum = typeof KeyphraseOpportunitiesResponseMetaFiltersAssignedContentTypeEnum[keyof typeof KeyphraseOpportunitiesResponseMetaFiltersAssignedContentTypeEnum];
259
+ export declare const KeyphraseOpportunitiesResponseMetaFiltersSuggestedContentTypeEnum: {
260
+ readonly Product: "product";
261
+ readonly Collection: "collection";
262
+ };
263
+ export type KeyphraseOpportunitiesResponseMetaFiltersSuggestedContentTypeEnum = typeof KeyphraseOpportunitiesResponseMetaFiltersSuggestedContentTypeEnum[keyof typeof KeyphraseOpportunitiesResponseMetaFiltersSuggestedContentTypeEnum];
237
264
  export interface KeyphraseOpportunity {
238
265
  'id': string;
239
266
  /**
@@ -1099,7 +1126,7 @@ export declare const BlogsApiAxiosParamCreator: (configuration?: Configuration)
1099
1126
  * @param {string} project What project it is
1100
1127
  * @param {number} [pageToken] Page reference token
1101
1128
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1102
- * @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.
1129
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
1103
1130
  * @param {*} [options] Override http request option.
1104
1131
  * @throws {RequiredError}
1105
1132
  */
@@ -1120,7 +1147,7 @@ export declare const BlogsApiAxiosParamCreator: (configuration?: Configuration)
1120
1147
  * @param {string} project What project it is
1121
1148
  * @param {number} [pageToken] Page reference token
1122
1149
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1123
- * @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.
1150
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
1124
1151
  * @param {UpdateBlogsRequest} [updateBlogsRequest] Update blogs in bulk.
1125
1152
  * @param {*} [options] Override http request option.
1126
1153
  * @throws {RequiredError}
@@ -1154,7 +1181,7 @@ export declare const BlogsApiFp: (configuration?: Configuration) => {
1154
1181
  * @param {string} project What project it is
1155
1182
  * @param {number} [pageToken] Page reference token
1156
1183
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1157
- * @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.
1184
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
1158
1185
  * @param {*} [options] Override http request option.
1159
1186
  * @throws {RequiredError}
1160
1187
  */
@@ -1175,7 +1202,7 @@ export declare const BlogsApiFp: (configuration?: Configuration) => {
1175
1202
  * @param {string} project What project it is
1176
1203
  * @param {number} [pageToken] Page reference token
1177
1204
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1178
- * @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.
1205
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
1179
1206
  * @param {UpdateBlogsRequest} [updateBlogsRequest] Update blogs in bulk.
1180
1207
  * @param {*} [options] Override http request option.
1181
1208
  * @throws {RequiredError}
@@ -1266,7 +1293,7 @@ export interface BlogsApiListBlogsRequest {
1266
1293
  */
1267
1294
  readonly pageSize?: number;
1268
1295
  /**
1269
- * 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
+ * Search term to filter results. Free text matches keyphrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
1270
1297
  */
1271
1298
  readonly search?: string;
1272
1299
  }
@@ -1301,7 +1328,7 @@ export interface BlogsApiUpdateBlogsRequest {
1301
1328
  */
1302
1329
  readonly pageSize?: number;
1303
1330
  /**
1304
- * 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.
1331
+ * Search term to filter results. Free text matches keyphrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
1305
1332
  */
1306
1333
  readonly search?: string;
1307
1334
  /**
@@ -1797,7 +1824,7 @@ export declare const KeyphraseOpportunitiesApiAxiosParamCreator: (configuration?
1797
1824
  * @param {string} project What project it is
1798
1825
  * @param {number} [pageToken] Page reference token
1799
1826
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1800
- * @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.
1827
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
1801
1828
  * @param {*} [options] Override http request option.
1802
1829
  * @throws {RequiredError}
1803
1830
  */
@@ -1840,7 +1867,7 @@ export declare const KeyphraseOpportunitiesApiFp: (configuration?: Configuration
1840
1867
  * @param {string} project What project it is
1841
1868
  * @param {number} [pageToken] Page reference token
1842
1869
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1843
- * @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.
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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
1844
1871
  * @param {*} [options] Override http request option.
1845
1872
  * @throws {RequiredError}
1846
1873
  */
@@ -1935,7 +1962,7 @@ export interface KeyphraseOpportunitiesApiListKeyphraseOpportunitiesRequest {
1935
1962
  */
1936
1963
  readonly pageSize?: number;
1937
1964
  /**
1938
- * 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.
1965
+ * Search term to filter results. Free text matches keyphrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
1939
1966
  */
1940
1967
  readonly search?: string;
1941
1968
  }
@@ -2124,7 +2151,7 @@ export declare const PagesApiAxiosParamCreator: (configuration?: Configuration)
2124
2151
  * @param {string} project What project it is
2125
2152
  * @param {number} [pageToken] Page reference token
2126
2153
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2127
- * @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.
2154
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
2128
2155
  * @param {*} [options] Override http request option.
2129
2156
  * @throws {RequiredError}
2130
2157
  */
@@ -2154,7 +2181,7 @@ export declare const PagesApiAxiosParamCreator: (configuration?: Configuration)
2154
2181
  * @param {string} project What project it is
2155
2182
  * @param {number} [pageToken] Page reference token
2156
2183
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2157
- * @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.
2184
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
2158
2185
  * @param {UpdatePagesRequest} [updatePagesRequest] Update pages in bulk.
2159
2186
  * @param {*} [options] Override http request option.
2160
2187
  * @throws {RequiredError}
@@ -2188,7 +2215,7 @@ export declare const PagesApiFp: (configuration?: Configuration) => {
2188
2215
  * @param {string} project What project it is
2189
2216
  * @param {number} [pageToken] Page reference token
2190
2217
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2191
- * @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.
2218
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
2192
2219
  * @param {*} [options] Override http request option.
2193
2220
  * @throws {RequiredError}
2194
2221
  */
@@ -2218,7 +2245,7 @@ export declare const PagesApiFp: (configuration?: Configuration) => {
2218
2245
  * @param {string} project What project it is
2219
2246
  * @param {number} [pageToken] Page reference token
2220
2247
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2221
- * @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.
2248
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
2222
2249
  * @param {UpdatePagesRequest} [updatePagesRequest] Update pages in bulk.
2223
2250
  * @param {*} [options] Override http request option.
2224
2251
  * @throws {RequiredError}
@@ -2317,7 +2344,7 @@ export interface PagesApiListPagesRequest {
2317
2344
  */
2318
2345
  readonly pageSize?: number;
2319
2346
  /**
2320
- * 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.
2347
+ * Search term to filter results. Free text matches keyphrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
2321
2348
  */
2322
2349
  readonly search?: string;
2323
2350
  }
@@ -2365,7 +2392,7 @@ export interface PagesApiUpdatePagesRequest {
2365
2392
  */
2366
2393
  readonly pageSize?: number;
2367
2394
  /**
2368
- * 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.
2395
+ * Search term to filter results. Free text matches keyphrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
2369
2396
  */
2370
2397
  readonly search?: string;
2371
2398
  /**
@@ -2841,7 +2868,7 @@ export declare const ReviewsApiAxiosParamCreator: (configuration?: Configuration
2841
2868
  * @param {string} project What project it is
2842
2869
  * @param {number} [pageToken] Page reference token
2843
2870
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2844
- * @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.
2871
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
2845
2872
  * @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.
2846
2873
  * @param {string} [start] Start of date range to filter by
2847
2874
  * @param {string} [end] End of date range to filter by
@@ -2889,7 +2916,7 @@ export declare const ReviewsApiFp: (configuration?: Configuration) => {
2889
2916
  * @param {string} project What project it is
2890
2917
  * @param {number} [pageToken] Page reference token
2891
2918
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2892
- * @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.
2919
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
2893
2920
  * @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.
2894
2921
  * @param {string} [start] Start of date range to filter by
2895
2922
  * @param {string} [end] End of date range to filter by
@@ -2992,7 +3019,7 @@ export interface ReviewsApiListReviewsRequest {
2992
3019
  */
2993
3020
  readonly pageSize?: number;
2994
3021
  /**
2995
- * 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
+ * Search term to filter results. Free text matches keyphrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
2996
3023
  */
2997
3024
  readonly search?: string;
2998
3025
  /**
@@ -3069,7 +3096,7 @@ export declare const RoutesApiAxiosParamCreator: (configuration?: Configuration)
3069
3096
  * @param {string} project What project it is
3070
3097
  * @param {number} [pageToken] Page reference token
3071
3098
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3072
- * @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.
3099
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3073
3100
  * @param {*} [options] Override http request option.
3074
3101
  * @throws {RequiredError}
3075
3102
  */
@@ -3085,7 +3112,7 @@ export declare const RoutesApiFp: (configuration?: Configuration) => {
3085
3112
  * @param {string} project What project it is
3086
3113
  * @param {number} [pageToken] Page reference token
3087
3114
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3088
- * @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.
3115
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3089
3116
  * @param {*} [options] Override http request option.
3090
3117
  * @throws {RequiredError}
3091
3118
  */
@@ -3121,7 +3148,7 @@ export interface RoutesApiListRoutesRequest {
3121
3148
  */
3122
3149
  readonly pageSize?: number;
3123
3150
  /**
3124
- * 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.
3151
+ * Search term to filter results. Free text matches keyphrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3125
3152
  */
3126
3153
  readonly search?: string;
3127
3154
  }
@@ -3148,7 +3175,7 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration)
3148
3175
  * @param {string} project What project it is
3149
3176
  * @param {number} [pageToken] Page reference token
3150
3177
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3151
- * @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.
3178
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3152
3179
  * @param {CreateSearchRedirectRequest} [createSearchRedirectRequest] Create search redirect
3153
3180
  * @param {*} [options] Override http request option.
3154
3181
  * @throws {RequiredError}
@@ -3178,7 +3205,7 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration)
3178
3205
  * @param {string} project What project it is
3179
3206
  * @param {number} [pageToken] Page reference token
3180
3207
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3181
- * @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.
3208
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3182
3209
  * @param {*} [options] Override http request option.
3183
3210
  * @throws {RequiredError}
3184
3211
  */
@@ -3204,7 +3231,7 @@ export declare const SearchApiFp: (configuration?: Configuration) => {
3204
3231
  * @param {string} project What project it is
3205
3232
  * @param {number} [pageToken] Page reference token
3206
3233
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3207
- * @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.
3234
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3208
3235
  * @param {CreateSearchRedirectRequest} [createSearchRedirectRequest] Create search redirect
3209
3236
  * @param {*} [options] Override http request option.
3210
3237
  * @throws {RequiredError}
@@ -3234,7 +3261,7 @@ export declare const SearchApiFp: (configuration?: Configuration) => {
3234
3261
  * @param {string} project What project it is
3235
3262
  * @param {number} [pageToken] Page reference token
3236
3263
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3237
- * @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.
3264
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3238
3265
  * @param {*} [options] Override http request option.
3239
3266
  * @throws {RequiredError}
3240
3267
  */
@@ -3312,7 +3339,7 @@ export interface SearchApiCreateSearchRedirectRequest {
3312
3339
  */
3313
3340
  readonly pageSize?: number;
3314
3341
  /**
3315
- * 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.
3342
+ * Search term to filter results. Free text matches keyphrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3316
3343
  */
3317
3344
  readonly search?: string;
3318
3345
  /**
@@ -3363,7 +3390,7 @@ export interface SearchApiListSearchRedirectsRequest {
3363
3390
  */
3364
3391
  readonly pageSize?: number;
3365
3392
  /**
3366
- * 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.
3393
+ * Search term to filter results. Free text matches keyphrase text. Structured filters use key:value tags — e.g. assigned:false published:true,false optimised:false sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3367
3394
  */
3368
3395
  readonly search?: string;
3369
3396
  }
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.37.0
7
+ * The version of the OpenAPI document: 0.37.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -62,6 +62,18 @@ export const KeyphraseOpportunitiesResponseMetaFiltersOptimisedEnum = {
62
62
  True: 'true',
63
63
  False: 'false',
64
64
  };
65
+ export const KeyphraseOpportunitiesResponseMetaFiltersSparseCollectionEnum = {
66
+ True: 'true',
67
+ False: 'false',
68
+ };
69
+ export const KeyphraseOpportunitiesResponseMetaFiltersAssignedContentTypeEnum = {
70
+ Product: 'product',
71
+ Collection: 'collection',
72
+ };
73
+ export const KeyphraseOpportunitiesResponseMetaFiltersSuggestedContentTypeEnum = {
74
+ Product: 'product',
75
+ Collection: 'collection',
76
+ };
65
77
  export const KeyphraseOpportunityContentTypeEnum = {
66
78
  Product: 'product',
67
79
  Collection: 'collection',
@@ -223,7 +235,7 @@ export const BlogsApiAxiosParamCreator = function (configuration) {
223
235
  * @param {string} project What project it is
224
236
  * @param {number} [pageToken] Page reference token
225
237
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
226
- * @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.
238
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
227
239
  * @param {*} [options] Override http request option.
228
240
  * @throws {RequiredError}
229
241
  */
@@ -316,7 +328,7 @@ export const BlogsApiAxiosParamCreator = function (configuration) {
316
328
  * @param {string} project What project it is
317
329
  * @param {number} [pageToken] Page reference token
318
330
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
319
- * @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.
331
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
320
332
  * @param {UpdateBlogsRequest} [updateBlogsRequest] Update blogs in bulk.
321
333
  * @param {*} [options] Override http request option.
322
334
  * @throws {RequiredError}
@@ -409,7 +421,7 @@ export const BlogsApiFp = function (configuration) {
409
421
  * @param {string} project What project it is
410
422
  * @param {number} [pageToken] Page reference token
411
423
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
412
- * @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.
424
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
413
425
  * @param {*} [options] Override http request option.
414
426
  * @throws {RequiredError}
415
427
  */
@@ -446,7 +458,7 @@ export const BlogsApiFp = function (configuration) {
446
458
  * @param {string} project What project it is
447
459
  * @param {number} [pageToken] Page reference token
448
460
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
449
- * @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.
461
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
450
462
  * @param {UpdateBlogsRequest} [updateBlogsRequest] Update blogs in bulk.
451
463
  * @param {*} [options] Override http request option.
452
464
  * @throws {RequiredError}
@@ -1334,7 +1346,7 @@ export const KeyphraseOpportunitiesApiAxiosParamCreator = function (configuratio
1334
1346
  * @param {string} project What project it is
1335
1347
  * @param {number} [pageToken] Page reference token
1336
1348
  * @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 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.
1349
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
1338
1350
  * @param {*} [options] Override http request option.
1339
1351
  * @throws {RequiredError}
1340
1352
  */
@@ -1466,7 +1478,7 @@ export const KeyphraseOpportunitiesApiFp = function (configuration) {
1466
1478
  * @param {string} project What project it is
1467
1479
  * @param {number} [pageToken] Page reference token
1468
1480
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1469
- * @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.
1481
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
1470
1482
  * @param {*} [options] Override http request option.
1471
1483
  * @throws {RequiredError}
1472
1484
  */
@@ -1858,7 +1870,7 @@ export const PagesApiAxiosParamCreator = function (configuration) {
1858
1870
  * @param {string} project What project it is
1859
1871
  * @param {number} [pageToken] Page reference token
1860
1872
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1861
- * @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.
1873
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
1862
1874
  * @param {*} [options] Override http request option.
1863
1875
  * @throws {RequiredError}
1864
1876
  */
@@ -1991,7 +2003,7 @@ export const PagesApiAxiosParamCreator = function (configuration) {
1991
2003
  * @param {string} project What project it is
1992
2004
  * @param {number} [pageToken] Page reference token
1993
2005
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1994
- * @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.
2006
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
1995
2007
  * @param {UpdatePagesRequest} [updatePagesRequest] Update pages in bulk.
1996
2008
  * @param {*} [options] Override http request option.
1997
2009
  * @throws {RequiredError}
@@ -2084,7 +2096,7 @@ export const PagesApiFp = function (configuration) {
2084
2096
  * @param {string} project What project it is
2085
2097
  * @param {number} [pageToken] Page reference token
2086
2098
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2087
- * @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.
2099
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
2088
2100
  * @param {*} [options] Override http request option.
2089
2101
  * @throws {RequiredError}
2090
2102
  */
@@ -2138,7 +2150,7 @@ export const PagesApiFp = function (configuration) {
2138
2150
  * @param {string} project What project it is
2139
2151
  * @param {number} [pageToken] Page reference token
2140
2152
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2141
- * @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.
2153
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
2142
2154
  * @param {UpdatePagesRequest} [updatePagesRequest] Update pages in bulk.
2143
2155
  * @param {*} [options] Override http request option.
2144
2156
  * @throws {RequiredError}
@@ -3042,7 +3054,7 @@ export const ReviewsApiAxiosParamCreator = function (configuration) {
3042
3054
  * @param {string} project What project it is
3043
3055
  * @param {number} [pageToken] Page reference token
3044
3056
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3045
- * @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.
3057
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3046
3058
  * @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.
3047
3059
  * @param {string} [start] Start of date range to filter by
3048
3060
  * @param {string} [end] End of date range to filter by
@@ -3194,7 +3206,7 @@ export const ReviewsApiFp = function (configuration) {
3194
3206
  * @param {string} project What project it is
3195
3207
  * @param {number} [pageToken] Page reference token
3196
3208
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3197
- * @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.
3209
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3198
3210
  * @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.
3199
3211
  * @param {string} [start] Start of date range to filter by
3200
3212
  * @param {string} [end] End of date range to filter by
@@ -3334,7 +3346,7 @@ export const RoutesApiAxiosParamCreator = function (configuration) {
3334
3346
  * @param {string} project What project it is
3335
3347
  * @param {number} [pageToken] Page reference token
3336
3348
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3337
- * @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.
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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3338
3350
  * @param {*} [options] Override http request option.
3339
3351
  * @throws {RequiredError}
3340
3352
  */
@@ -3391,7 +3403,7 @@ export const RoutesApiFp = function (configuration) {
3391
3403
  * @param {string} project What project it is
3392
3404
  * @param {number} [pageToken] Page reference token
3393
3405
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3394
- * @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.
3406
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3395
3407
  * @param {*} [options] Override http request option.
3396
3408
  * @throws {RequiredError}
3397
3409
  */
@@ -3450,7 +3462,7 @@ export const SearchApiAxiosParamCreator = function (configuration) {
3450
3462
  * @param {string} project What project it is
3451
3463
  * @param {number} [pageToken] Page reference token
3452
3464
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3453
- * @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.
3465
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3454
3466
  * @param {CreateSearchRedirectRequest} [createSearchRedirectRequest] Create search redirect
3455
3467
  * @param {*} [options] Override http request option.
3456
3468
  * @throws {RequiredError}
@@ -3584,7 +3596,7 @@ export const SearchApiAxiosParamCreator = function (configuration) {
3584
3596
  * @param {string} project What project it is
3585
3597
  * @param {number} [pageToken] Page reference token
3586
3598
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3587
- * @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.
3599
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3588
3600
  * @param {*} [options] Override http request option.
3589
3601
  * @throws {RequiredError}
3590
3602
  */
@@ -3685,7 +3697,7 @@ export const SearchApiFp = function (configuration) {
3685
3697
  * @param {string} project What project it is
3686
3698
  * @param {number} [pageToken] Page reference token
3687
3699
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3688
- * @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.
3700
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3689
3701
  * @param {CreateSearchRedirectRequest} [createSearchRedirectRequest] Create search redirect
3690
3702
  * @param {*} [options] Override http request option.
3691
3703
  * @throws {RequiredError}
@@ -3739,7 +3751,7 @@ export const SearchApiFp = function (configuration) {
3739
3751
  * @param {string} project What project it is
3740
3752
  * @param {number} [pageToken] Page reference token
3741
3753
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3742
- * @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.
3754
+ * @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 sparseCollection:true assignedContentType:product suggestedContentType:product,collection organic shirts. Multiple filters can be combined with spaces and commas.
3743
3755
  * @param {*} [options] Override http request option.
3744
3756
  * @throws {RequiredError}
3745
3757
  */
@@ -2,7 +2,7 @@
2
2
  * Website
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.37.0
5
+ * The version of the OpenAPI document: 0.37.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/base.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.37.0
7
+ * The version of the OpenAPI document: 0.37.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Website
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.37.0
5
+ * The version of the OpenAPI document: 0.37.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Website
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.37.0
7
+ * The version of the OpenAPI document: 0.37.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Website
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.37.0
5
+ * The version of the OpenAPI document: 0.37.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,7 +3,7 @@
3
3
  * Website
4
4
  * Manage your PodOS Website
5
5
  *
6
- * The version of the OpenAPI document: 0.37.0
6
+ * The version of the OpenAPI document: 0.37.1
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Website
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.37.0
5
+ * The version of the OpenAPI document: 0.37.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.37.0
7
+ * The version of the OpenAPI document: 0.37.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.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.37.0
5
+ * The version of the OpenAPI document: 0.37.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.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.37.0
8
+ * The version of the OpenAPI document: 0.37.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).