@teemill/website 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/website@0.9.0
1
+ ## @teemill/website@0.9.1
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @teemill/website@0.9.0 --save
39
+ npm install @teemill/website@0.9.1 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.9.0
7
+ * The version of the OpenAPI document: 0.9.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1204,18 +1204,6 @@ export interface UpdateBlogsRequest {
1204
1204
  * @memberof UpdateBlogsRequest
1205
1205
  */
1206
1206
  'blogs'?: Array<UpdateBlogsRequestBlogsInner>;
1207
- /**
1208
- * The primary target search phrase for the blog post that you wish to rank for in search engine results.
1209
- * @type {string}
1210
- * @memberof UpdateBlogsRequest
1211
- */
1212
- 'targetSearchPhrase'?: string;
1213
- /**
1214
- * Synonyms for the target search phrase.
1215
- * @type {Array<string>}
1216
- * @memberof UpdateBlogsRequest
1217
- */
1218
- 'targetSearchPhraseSynonyms'?: Array<string>;
1219
1207
  }
1220
1208
  /**
1221
1209
  *
@@ -1253,6 +1241,18 @@ export interface UpdateBlogsRequestBlogsInner {
1253
1241
  * @memberof UpdateBlogsRequestBlogsInner
1254
1242
  */
1255
1243
  'seoMetadata'?: UpdateBlogsRequestBlogsInnerSeoMetadata;
1244
+ /**
1245
+ * The primary target search phrase for the blog post that you wish to rank for in search engine results.
1246
+ * @type {string}
1247
+ * @memberof UpdateBlogsRequestBlogsInner
1248
+ */
1249
+ 'targetSearchPhrase'?: string;
1250
+ /**
1251
+ * Synonyms for the target search phrase.
1252
+ * @type {Array<string>}
1253
+ * @memberof UpdateBlogsRequestBlogsInner
1254
+ */
1255
+ 'targetSearchPhraseSynonyms'?: Array<string>;
1256
1256
  }
1257
1257
  /**
1258
1258
  *
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.9.0
7
+ * The version of the OpenAPI document: 0.9.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.9.0
7
+ * The version of the OpenAPI document: 0.9.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.9.0
7
+ * The version of the OpenAPI document: 0.9.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -90,11 +90,10 @@ export class Configuration {
90
90
  this.basePath = param.basePath;
91
91
  this.serverIndex = param.serverIndex;
92
92
  this.baseOptions = {
93
+ ...param.baseOptions,
93
94
  headers: {
94
95
  ...param.baseOptions?.headers,
95
- 'User-Agent': "OpenAPI-Generator/0.9.0/typescript-axios"
96
96
  },
97
- ...param.baseOptions
98
97
  };
99
98
  this.formDataCtor = param.formDataCtor;
100
99
  }
package/dist/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.9.0
5
+ * The version of the OpenAPI document: 0.9.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1170,18 +1170,6 @@ export interface UpdateBlogsRequest {
1170
1170
  * @memberof UpdateBlogsRequest
1171
1171
  */
1172
1172
  'blogs'?: Array<UpdateBlogsRequestBlogsInner>;
1173
- /**
1174
- * The primary target search phrase for the blog post that you wish to rank for in search engine results.
1175
- * @type {string}
1176
- * @memberof UpdateBlogsRequest
1177
- */
1178
- 'targetSearchPhrase'?: string;
1179
- /**
1180
- * Synonyms for the target search phrase.
1181
- * @type {Array<string>}
1182
- * @memberof UpdateBlogsRequest
1183
- */
1184
- 'targetSearchPhraseSynonyms'?: Array<string>;
1185
1173
  }
1186
1174
  /**
1187
1175
  *
@@ -1219,6 +1207,18 @@ export interface UpdateBlogsRequestBlogsInner {
1219
1207
  * @memberof UpdateBlogsRequestBlogsInner
1220
1208
  */
1221
1209
  'seoMetadata'?: UpdateBlogsRequestBlogsInnerSeoMetadata;
1210
+ /**
1211
+ * The primary target search phrase for the blog post that you wish to rank for in search engine results.
1212
+ * @type {string}
1213
+ * @memberof UpdateBlogsRequestBlogsInner
1214
+ */
1215
+ 'targetSearchPhrase'?: string;
1216
+ /**
1217
+ * Synonyms for the target search phrase.
1218
+ * @type {Array<string>}
1219
+ * @memberof UpdateBlogsRequestBlogsInner
1220
+ */
1221
+ 'targetSearchPhraseSynonyms'?: Array<string>;
1222
1222
  }
1223
1223
  /**
1224
1224
  *
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Website API
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.9.0
8
+ * The version of the OpenAPI document: 0.9.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.9.0
5
+ * The version of the OpenAPI document: 0.9.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 API
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.9.0
8
+ * The version of the OpenAPI document: 0.9.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 API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.9.0
5
+ * The version of the OpenAPI document: 0.9.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 API
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.9.0
8
+ * The version of the OpenAPI document: 0.9.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 API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.9.0
5
+ * The version of the OpenAPI document: 0.9.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Website API
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.9.0
8
+ * The version of the OpenAPI document: 0.9.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -23,7 +23,7 @@ class Configuration {
23
23
  this.accessToken = param.accessToken;
24
24
  this.basePath = param.basePath;
25
25
  this.serverIndex = param.serverIndex;
26
- this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/0.9.0/typescript-axios" }) }, param.baseOptions);
26
+ this.baseOptions = Object.assign(Object.assign({}, param.baseOptions), { headers: Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers) });
27
27
  this.formDataCtor = param.formDataCtor;
28
28
  }
29
29
  /**
package/dist/esm/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.9.0
5
+ * The version of the OpenAPI document: 0.9.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1170,18 +1170,6 @@ export interface UpdateBlogsRequest {
1170
1170
  * @memberof UpdateBlogsRequest
1171
1171
  */
1172
1172
  'blogs'?: Array<UpdateBlogsRequestBlogsInner>;
1173
- /**
1174
- * The primary target search phrase for the blog post that you wish to rank for in search engine results.
1175
- * @type {string}
1176
- * @memberof UpdateBlogsRequest
1177
- */
1178
- 'targetSearchPhrase'?: string;
1179
- /**
1180
- * Synonyms for the target search phrase.
1181
- * @type {Array<string>}
1182
- * @memberof UpdateBlogsRequest
1183
- */
1184
- 'targetSearchPhraseSynonyms'?: Array<string>;
1185
1173
  }
1186
1174
  /**
1187
1175
  *
@@ -1219,6 +1207,18 @@ export interface UpdateBlogsRequestBlogsInner {
1219
1207
  * @memberof UpdateBlogsRequestBlogsInner
1220
1208
  */
1221
1209
  'seoMetadata'?: UpdateBlogsRequestBlogsInnerSeoMetadata;
1210
+ /**
1211
+ * The primary target search phrase for the blog post that you wish to rank for in search engine results.
1212
+ * @type {string}
1213
+ * @memberof UpdateBlogsRequestBlogsInner
1214
+ */
1215
+ 'targetSearchPhrase'?: string;
1216
+ /**
1217
+ * Synonyms for the target search phrase.
1218
+ * @type {Array<string>}
1219
+ * @memberof UpdateBlogsRequestBlogsInner
1220
+ */
1221
+ 'targetSearchPhraseSynonyms'?: Array<string>;
1222
1222
  }
1223
1223
  /**
1224
1224
  *
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.9.0
7
+ * The version of the OpenAPI document: 0.9.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 API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.9.0
5
+ * The version of the OpenAPI document: 0.9.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 API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.9.0
7
+ * The version of the OpenAPI document: 0.9.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 API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.9.0
5
+ * The version of the OpenAPI document: 0.9.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 API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.9.0
7
+ * The version of the OpenAPI document: 0.9.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 API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.9.0
5
+ * The version of the OpenAPI document: 0.9.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 API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.9.0
7
+ * The version of the OpenAPI document: 0.9.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,7 +20,7 @@ export class Configuration {
20
20
  this.accessToken = param.accessToken;
21
21
  this.basePath = param.basePath;
22
22
  this.serverIndex = param.serverIndex;
23
- this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/0.9.0/typescript-axios" }) }, param.baseOptions);
23
+ this.baseOptions = Object.assign(Object.assign({}, param.baseOptions), { headers: Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers) });
24
24
  this.formDataCtor = param.formDataCtor;
25
25
  }
26
26
  /**
@@ -2,7 +2,7 @@
2
2
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.9.0
5
+ * The version of the OpenAPI document: 0.9.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 API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.9.0
7
+ * The version of the OpenAPI document: 0.9.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 API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.9.0
5
+ * The version of the OpenAPI document: 0.9.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 API
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.9.0
8
+ * The version of the OpenAPI document: 0.9.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.9.0
7
+ * The version of the OpenAPI document: 0.9.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teemill/website",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "OpenAPI client for @teemill/website",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {