@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/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.34.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).
@@ -69,6 +69,8 @@ exports.KeyphraseOpportunitiesResponseMetaFiltersOptimisedEnum = {
69
69
  exports.KeyphraseOpportunityContentTypeEnum = {
70
70
  Product: 'product',
71
71
  Collection: 'collection',
72
+ Blog: 'blog',
73
+ Page: 'page',
72
74
  };
73
75
  exports.PaymentAccountMethodEnum = {
74
76
  Stripe: 'stripe',
@@ -225,7 +227,7 @@ const BlogsApiAxiosParamCreator = function (configuration) {
225
227
  * @param {string} project What project it is
226
228
  * @param {number} [pageToken] Page reference token
227
229
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
228
- * @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.
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.
229
231
  * @param {*} [options] Override http request option.
230
232
  * @throws {RequiredError}
231
233
  */
@@ -318,7 +320,7 @@ const BlogsApiAxiosParamCreator = function (configuration) {
318
320
  * @param {string} project What project it is
319
321
  * @param {number} [pageToken] Page reference token
320
322
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
321
- * @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.
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.
322
324
  * @param {UpdateBlogsRequest} [updateBlogsRequest] Update blogs in bulk.
323
325
  * @param {*} [options] Override http request option.
324
326
  * @throws {RequiredError}
@@ -412,7 +414,7 @@ const BlogsApiFp = function (configuration) {
412
414
  * @param {string} project What project it is
413
415
  * @param {number} [pageToken] Page reference token
414
416
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
415
- * @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.
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.
416
418
  * @param {*} [options] Override http request option.
417
419
  * @throws {RequiredError}
418
420
  */
@@ -449,7 +451,7 @@ const BlogsApiFp = function (configuration) {
449
451
  * @param {string} project What project it is
450
452
  * @param {number} [pageToken] Page reference token
451
453
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
452
- * @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.
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.
453
455
  * @param {UpdateBlogsRequest} [updateBlogsRequest] Update blogs in bulk.
454
456
  * @param {*} [options] Override http request option.
455
457
  * @throws {RequiredError}
@@ -1269,10 +1271,10 @@ exports.FooterApi = FooterApi;
1269
1271
  const KeyphraseOpportunitiesApiAxiosParamCreator = function (configuration) {
1270
1272
  return {
1271
1273
  /**
1272
- * Remove a key phrase opportunity from the store.
1273
- * @summary Delete key phrase opportunity
1274
+ * Remove a keyphrase opportunity from the store.
1275
+ * @summary Delete keyphrase opportunity
1274
1276
  * @param {string} project What project it is
1275
- * @param {string} keyphraseOpportunityId Key phrase opportunity\'s unique identifier
1277
+ * @param {string} keyphraseOpportunityId Keyphrase opportunity\'s unique identifier
1276
1278
  * @param {*} [options] Override http request option.
1277
1279
  * @throws {RequiredError}
1278
1280
  */
@@ -1310,12 +1312,12 @@ const KeyphraseOpportunitiesApiAxiosParamCreator = function (configuration) {
1310
1312
  };
1311
1313
  }),
1312
1314
  /**
1313
- * List key phrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
1314
- * @summary List key phrase opportunities
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
1315
1317
  * @param {string} project What project it is
1316
1318
  * @param {number} [pageToken] Page reference token
1317
1319
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1318
- * @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.
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.
1319
1321
  * @param {*} [options] Override http request option.
1320
1322
  * @throws {RequiredError}
1321
1323
  */
@@ -1368,10 +1370,10 @@ const KeyphraseOpportunitiesApiFp = function (configuration) {
1368
1370
  const localVarAxiosParamCreator = (0, exports.KeyphraseOpportunitiesApiAxiosParamCreator)(configuration);
1369
1371
  return {
1370
1372
  /**
1371
- * Remove a key phrase opportunity from the store.
1372
- * @summary Delete key phrase opportunity
1373
+ * Remove a keyphrase opportunity from the store.
1374
+ * @summary Delete keyphrase opportunity
1373
1375
  * @param {string} project What project it is
1374
- * @param {string} keyphraseOpportunityId Key phrase opportunity\'s unique identifier
1376
+ * @param {string} keyphraseOpportunityId Keyphrase opportunity\'s unique identifier
1375
1377
  * @param {*} [options] Override http request option.
1376
1378
  * @throws {RequiredError}
1377
1379
  */
@@ -1385,12 +1387,12 @@ const KeyphraseOpportunitiesApiFp = function (configuration) {
1385
1387
  });
1386
1388
  },
1387
1389
  /**
1388
- * List key phrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
1389
- * @summary List key phrase opportunities
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
1390
1392
  * @param {string} project What project it is
1391
1393
  * @param {number} [pageToken] Page reference token
1392
1394
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1393
- * @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.
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.
1394
1396
  * @param {*} [options] Override http request option.
1395
1397
  * @throws {RequiredError}
1396
1398
  */
@@ -1413,8 +1415,8 @@ const KeyphraseOpportunitiesApiFactory = function (configuration, basePath, axio
1413
1415
  const localVarFp = (0, exports.KeyphraseOpportunitiesApiFp)(configuration);
1414
1416
  return {
1415
1417
  /**
1416
- * Remove a key phrase opportunity from the store.
1417
- * @summary Delete key phrase opportunity
1418
+ * Remove a keyphrase opportunity from the store.
1419
+ * @summary Delete keyphrase opportunity
1418
1420
  * @param {KeyphraseOpportunitiesApiDeleteKeyphraseOpportunityRequest} requestParameters Request parameters.
1419
1421
  * @param {*} [options] Override http request option.
1420
1422
  * @throws {RequiredError}
@@ -1423,8 +1425,8 @@ const KeyphraseOpportunitiesApiFactory = function (configuration, basePath, axio
1423
1425
  return localVarFp.deleteKeyphraseOpportunity(requestParameters.project, requestParameters.keyphraseOpportunityId, options).then((request) => request(axios, basePath));
1424
1426
  },
1425
1427
  /**
1426
- * List key phrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
1427
- * @summary List key phrase opportunities
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
1428
1430
  * @param {KeyphraseOpportunitiesApiListKeyphraseOpportunitiesRequest} requestParameters Request parameters.
1429
1431
  * @param {*} [options] Override http request option.
1430
1432
  * @throws {RequiredError}
@@ -1440,8 +1442,8 @@ exports.KeyphraseOpportunitiesApiFactory = KeyphraseOpportunitiesApiFactory;
1440
1442
  */
1441
1443
  class KeyphraseOpportunitiesApi extends base_1.BaseAPI {
1442
1444
  /**
1443
- * Remove a key phrase opportunity from the store.
1444
- * @summary Delete key phrase opportunity
1445
+ * Remove a keyphrase opportunity from the store.
1446
+ * @summary Delete keyphrase opportunity
1445
1447
  * @param {KeyphraseOpportunitiesApiDeleteKeyphraseOpportunityRequest} requestParameters Request parameters.
1446
1448
  * @param {*} [options] Override http request option.
1447
1449
  * @throws {RequiredError}
@@ -1450,8 +1452,8 @@ class KeyphraseOpportunitiesApi extends base_1.BaseAPI {
1450
1452
  return (0, exports.KeyphraseOpportunitiesApiFp)(this.configuration).deleteKeyphraseOpportunity(requestParameters.project, requestParameters.keyphraseOpportunityId, options).then((request) => request(this.axios, this.basePath));
1451
1453
  }
1452
1454
  /**
1453
- * List key phrases saved as opportunities for a store. Use search tags to filter by assignment, publication, and optimisation status.
1454
- * @summary List key phrase opportunities
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
1455
1457
  * @param {KeyphraseOpportunitiesApiListKeyphraseOpportunitiesRequest} requestParameters Request parameters.
1456
1458
  * @param {*} [options] Override http request option.
1457
1459
  * @throws {RequiredError}
@@ -1732,7 +1734,7 @@ const PagesApiAxiosParamCreator = function (configuration) {
1732
1734
  * @param {string} project What project it is
1733
1735
  * @param {number} [pageToken] Page reference token
1734
1736
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1735
- * @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.
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.
1736
1738
  * @param {*} [options] Override http request option.
1737
1739
  * @throws {RequiredError}
1738
1740
  */
@@ -1865,7 +1867,7 @@ const PagesApiAxiosParamCreator = function (configuration) {
1865
1867
  * @param {string} project What project it is
1866
1868
  * @param {number} [pageToken] Page reference token
1867
1869
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1868
- * @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.
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.
1869
1871
  * @param {UpdatePagesRequest} [updatePagesRequest] Update pages in bulk.
1870
1872
  * @param {*} [options] Override http request option.
1871
1873
  * @throws {RequiredError}
@@ -1959,7 +1961,7 @@ const PagesApiFp = function (configuration) {
1959
1961
  * @param {string} project What project it is
1960
1962
  * @param {number} [pageToken] Page reference token
1961
1963
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
1962
- * @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.
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.
1963
1965
  * @param {*} [options] Override http request option.
1964
1966
  * @throws {RequiredError}
1965
1967
  */
@@ -2013,7 +2015,7 @@ const PagesApiFp = function (configuration) {
2013
2015
  * @param {string} project What project it is
2014
2016
  * @param {number} [pageToken] Page reference token
2015
2017
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2016
- * @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.
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.
2017
2019
  * @param {UpdatePagesRequest} [updatePagesRequest] Update pages in bulk.
2018
2020
  * @param {*} [options] Override http request option.
2019
2021
  * @throws {RequiredError}
@@ -2928,7 +2930,7 @@ const ReviewsApiAxiosParamCreator = function (configuration) {
2928
2930
  * @param {string} project What project it is
2929
2931
  * @param {number} [pageToken] Page reference token
2930
2932
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2931
- * @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.
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.
2932
2934
  * @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.
2933
2935
  * @param {string} [start] Start of date range to filter by
2934
2936
  * @param {string} [end] End of date range to filter by
@@ -3081,7 +3083,7 @@ const ReviewsApiFp = function (configuration) {
3081
3083
  * @param {string} project What project it is
3082
3084
  * @param {number} [pageToken] Page reference token
3083
3085
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3084
- * @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.
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.
3085
3087
  * @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.
3086
3088
  * @param {string} [start] Start of date range to filter by
3087
3089
  * @param {string} [end] End of date range to filter by
@@ -3224,7 +3226,7 @@ const RoutesApiAxiosParamCreator = function (configuration) {
3224
3226
  * @param {string} project What project it is
3225
3227
  * @param {number} [pageToken] Page reference token
3226
3228
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3227
- * @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.
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.
3228
3230
  * @param {*} [options] Override http request option.
3229
3231
  * @throws {RequiredError}
3230
3232
  */
@@ -3282,7 +3284,7 @@ const RoutesApiFp = function (configuration) {
3282
3284
  * @param {string} project What project it is
3283
3285
  * @param {number} [pageToken] Page reference token
3284
3286
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3285
- * @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.
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.
3286
3288
  * @param {*} [options] Override http request option.
3287
3289
  * @throws {RequiredError}
3288
3290
  */
@@ -3344,7 +3346,7 @@ const SearchApiAxiosParamCreator = function (configuration) {
3344
3346
  * @param {string} project What project it is
3345
3347
  * @param {number} [pageToken] Page reference token
3346
3348
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3347
- * @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.
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.
3348
3350
  * @param {CreateSearchRedirectRequest} [createSearchRedirectRequest] Create search redirect
3349
3351
  * @param {*} [options] Override http request option.
3350
3352
  * @throws {RequiredError}
@@ -3478,7 +3480,7 @@ const SearchApiAxiosParamCreator = function (configuration) {
3478
3480
  * @param {string} project What project it is
3479
3481
  * @param {number} [pageToken] Page reference token
3480
3482
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3481
- * @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.
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.
3482
3484
  * @param {*} [options] Override http request option.
3483
3485
  * @throws {RequiredError}
3484
3486
  */
@@ -3580,7 +3582,7 @@ const SearchApiFp = function (configuration) {
3580
3582
  * @param {string} project What project it is
3581
3583
  * @param {number} [pageToken] Page reference token
3582
3584
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3583
- * @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.
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.
3584
3586
  * @param {CreateSearchRedirectRequest} [createSearchRedirectRequest] Create search redirect
3585
3587
  * @param {*} [options] Override http request option.
3586
3588
  * @throws {RequiredError}
@@ -3634,7 +3636,7 @@ const SearchApiFp = function (configuration) {
3634
3636
  * @param {string} project What project it is
3635
3637
  * @param {number} [pageToken] Page reference token
3636
3638
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3637
- * @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.
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.
3638
3640
  * @param {*} [options] Override http request option.
3639
3641
  * @throws {RequiredError}
3640
3642
  */
package/dist/base.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).
package/dist/base.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.34.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).
package/dist/common.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).
package/dist/common.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.34.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).
@@ -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).
@@ -4,7 +4,7 @@
4
4
  * Website
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.34.0
7
+ * The version of the OpenAPI document: 0.34.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).