@teemill/schema 0.1.2 → 0.1.4

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/schema@0.1.2
1
+ ## @teemill/schema@0.1.4
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/schema@0.1.2 --save
39
+ npm install @teemill/schema@0.1.4 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Schema API
5
5
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.2
7
+ * The version of the OpenAPI document: 0.1.4
8
8
  * Contact: hello@podos.io
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,6 +48,12 @@ export interface ApiError {
48
48
  * @interface Schema
49
49
  */
50
50
  export interface Schema {
51
+ /**
52
+ *
53
+ * @type {string}
54
+ * @memberof Schema
55
+ */
56
+ 'id'?: string;
51
57
  /**
52
58
  *
53
59
  * @type {string}
@@ -224,7 +230,7 @@ export const SchemasApiFp = function(configuration?: Configuration) {
224
230
  * @param {*} [options] Override http request option.
225
231
  * @throws {RequiredError}
226
232
  */
227
- async getSchema(api: string, project?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Schemas>> {
233
+ async getSchema(api: string, project?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Schema>> {
228
234
  const localVarAxiosArgs = await localVarAxiosParamCreator.getSchema(api, project, options);
229
235
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
230
236
  const localVarOperationServerBasePath = operationServerMap['SchemasApi.getSchema']?.[localVarOperationServerIndex]?.url;
@@ -237,7 +243,7 @@ export const SchemasApiFp = function(configuration?: Configuration) {
237
243
  * @param {*} [options] Override http request option.
238
244
  * @throws {RequiredError}
239
245
  */
240
- async listSchemas(project?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Schema>> {
246
+ async listSchemas(project?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Schemas>> {
241
247
  const localVarAxiosArgs = await localVarAxiosParamCreator.listSchemas(project, options);
242
248
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
243
249
  const localVarOperationServerBasePath = operationServerMap['SchemasApi.listSchemas']?.[localVarOperationServerIndex]?.url;
@@ -260,7 +266,7 @@ export const SchemasApiFactory = function (configuration?: Configuration, basePa
260
266
  * @param {*} [options] Override http request option.
261
267
  * @throws {RequiredError}
262
268
  */
263
- getSchema(requestParameters: SchemasApiGetSchemaRequest, options?: RawAxiosRequestConfig): AxiosPromise<Schemas> {
269
+ getSchema(requestParameters: SchemasApiGetSchemaRequest, options?: RawAxiosRequestConfig): AxiosPromise<Schema> {
264
270
  return localVarFp.getSchema(requestParameters.api, requestParameters.project, options).then((request) => request(axios, basePath));
265
271
  },
266
272
  /**
@@ -270,7 +276,7 @@ export const SchemasApiFactory = function (configuration?: Configuration, basePa
270
276
  * @param {*} [options] Override http request option.
271
277
  * @throws {RequiredError}
272
278
  */
273
- listSchemas(requestParameters: SchemasApiListSchemasRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<Schema> {
279
+ listSchemas(requestParameters: SchemasApiListSchemasRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<Schemas> {
274
280
  return localVarFp.listSchemas(requestParameters.project, options).then((request) => request(axios, basePath));
275
281
  },
276
282
  };
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Schema API
5
5
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.2
7
+ * The version of the OpenAPI document: 0.1.4
8
8
  * Contact: hello@podos.io
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
  * Schema API
5
5
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.2
7
+ * The version of the OpenAPI document: 0.1.4
8
8
  * Contact: hello@podos.io
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
  * Schema API
5
5
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.2
7
+ * The version of the OpenAPI document: 0.1.4
8
8
  * Contact: hello@podos.io
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Schema API
3
3
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.2
5
+ * The version of the OpenAPI document: 0.1.4
6
6
  * Contact: hello@podos.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -38,6 +38,12 @@ export interface ApiError {
38
38
  * @interface Schema
39
39
  */
40
40
  export interface Schema {
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof Schema
45
+ */
46
+ 'id'?: string;
41
47
  /**
42
48
  *
43
49
  * @type {string}
@@ -139,7 +145,7 @@ export declare const SchemasApiFp: (configuration?: Configuration) => {
139
145
  * @param {*} [options] Override http request option.
140
146
  * @throws {RequiredError}
141
147
  */
142
- getSchema(api: string, project?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Schemas>>;
148
+ getSchema(api: string, project?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Schema>>;
143
149
  /**
144
150
  * List all available schemas
145
151
  * @summary List schemas
@@ -147,7 +153,7 @@ export declare const SchemasApiFp: (configuration?: Configuration) => {
147
153
  * @param {*} [options] Override http request option.
148
154
  * @throws {RequiredError}
149
155
  */
150
- listSchemas(project?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Schema>>;
156
+ listSchemas(project?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Schemas>>;
151
157
  };
152
158
  /**
153
159
  * SchemasApi - factory interface
@@ -161,7 +167,7 @@ export declare const SchemasApiFactory: (configuration?: Configuration, basePath
161
167
  * @param {*} [options] Override http request option.
162
168
  * @throws {RequiredError}
163
169
  */
164
- getSchema(requestParameters: SchemasApiGetSchemaRequest, options?: RawAxiosRequestConfig): AxiosPromise<Schemas>;
170
+ getSchema(requestParameters: SchemasApiGetSchemaRequest, options?: RawAxiosRequestConfig): AxiosPromise<Schema>;
165
171
  /**
166
172
  * List all available schemas
167
173
  * @summary List schemas
@@ -169,7 +175,7 @@ export declare const SchemasApiFactory: (configuration?: Configuration, basePath
169
175
  * @param {*} [options] Override http request option.
170
176
  * @throws {RequiredError}
171
177
  */
172
- listSchemas(requestParameters?: SchemasApiListSchemasRequest, options?: RawAxiosRequestConfig): AxiosPromise<Schema>;
178
+ listSchemas(requestParameters?: SchemasApiListSchemasRequest, options?: RawAxiosRequestConfig): AxiosPromise<Schemas>;
173
179
  };
174
180
  /**
175
181
  * Request parameters for getSchema operation in SchemasApi.
@@ -218,7 +224,7 @@ export declare class SchemasApi extends BaseAPI {
218
224
  * @throws {RequiredError}
219
225
  * @memberof SchemasApi
220
226
  */
221
- getSchema(requestParameters: SchemasApiGetSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Schemas, any>>;
227
+ getSchema(requestParameters: SchemasApiGetSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Schema, any>>;
222
228
  /**
223
229
  * List all available schemas
224
230
  * @summary List schemas
@@ -227,5 +233,5 @@ export declare class SchemasApi extends BaseAPI {
227
233
  * @throws {RequiredError}
228
234
  * @memberof SchemasApi
229
235
  */
230
- listSchemas(requestParameters?: SchemasApiListSchemasRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Schema, any>>;
236
+ listSchemas(requestParameters?: SchemasApiListSchemasRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Schemas, any>>;
231
237
  }
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Schema API
6
6
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 0.1.2
8
+ * The version of the OpenAPI document: 0.1.4
9
9
  * Contact: hello@podos.io
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
  * Schema API
3
3
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.2
5
+ * The version of the OpenAPI document: 0.1.4
6
6
  * Contact: hello@podos.io
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
  * Schema API
6
6
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 0.1.2
8
+ * The version of the OpenAPI document: 0.1.4
9
9
  * Contact: hello@podos.io
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
  * Schema API
3
3
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.2
5
+ * The version of the OpenAPI document: 0.1.4
6
6
  * Contact: hello@podos.io
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
  * Schema API
6
6
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 0.1.2
8
+ * The version of the OpenAPI document: 0.1.4
9
9
  * Contact: hello@podos.io
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Schema API
3
3
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.2
5
+ * The version of the OpenAPI document: 0.1.4
6
6
  * Contact: hello@podos.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Schema API
6
6
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 0.1.2
8
+ * The version of the OpenAPI document: 0.1.4
9
9
  * Contact: hello@podos.io
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Schema API
3
3
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.2
5
+ * The version of the OpenAPI document: 0.1.4
6
6
  * Contact: hello@podos.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -38,6 +38,12 @@ export interface ApiError {
38
38
  * @interface Schema
39
39
  */
40
40
  export interface Schema {
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof Schema
45
+ */
46
+ 'id'?: string;
41
47
  /**
42
48
  *
43
49
  * @type {string}
@@ -139,7 +145,7 @@ export declare const SchemasApiFp: (configuration?: Configuration) => {
139
145
  * @param {*} [options] Override http request option.
140
146
  * @throws {RequiredError}
141
147
  */
142
- getSchema(api: string, project?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Schemas>>;
148
+ getSchema(api: string, project?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Schema>>;
143
149
  /**
144
150
  * List all available schemas
145
151
  * @summary List schemas
@@ -147,7 +153,7 @@ export declare const SchemasApiFp: (configuration?: Configuration) => {
147
153
  * @param {*} [options] Override http request option.
148
154
  * @throws {RequiredError}
149
155
  */
150
- listSchemas(project?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Schema>>;
156
+ listSchemas(project?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Schemas>>;
151
157
  };
152
158
  /**
153
159
  * SchemasApi - factory interface
@@ -161,7 +167,7 @@ export declare const SchemasApiFactory: (configuration?: Configuration, basePath
161
167
  * @param {*} [options] Override http request option.
162
168
  * @throws {RequiredError}
163
169
  */
164
- getSchema(requestParameters: SchemasApiGetSchemaRequest, options?: RawAxiosRequestConfig): AxiosPromise<Schemas>;
170
+ getSchema(requestParameters: SchemasApiGetSchemaRequest, options?: RawAxiosRequestConfig): AxiosPromise<Schema>;
165
171
  /**
166
172
  * List all available schemas
167
173
  * @summary List schemas
@@ -169,7 +175,7 @@ export declare const SchemasApiFactory: (configuration?: Configuration, basePath
169
175
  * @param {*} [options] Override http request option.
170
176
  * @throws {RequiredError}
171
177
  */
172
- listSchemas(requestParameters?: SchemasApiListSchemasRequest, options?: RawAxiosRequestConfig): AxiosPromise<Schema>;
178
+ listSchemas(requestParameters?: SchemasApiListSchemasRequest, options?: RawAxiosRequestConfig): AxiosPromise<Schemas>;
173
179
  };
174
180
  /**
175
181
  * Request parameters for getSchema operation in SchemasApi.
@@ -218,7 +224,7 @@ export declare class SchemasApi extends BaseAPI {
218
224
  * @throws {RequiredError}
219
225
  * @memberof SchemasApi
220
226
  */
221
- getSchema(requestParameters: SchemasApiGetSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Schemas, any>>;
227
+ getSchema(requestParameters: SchemasApiGetSchemaRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Schema, any>>;
222
228
  /**
223
229
  * List all available schemas
224
230
  * @summary List schemas
@@ -227,5 +233,5 @@ export declare class SchemasApi extends BaseAPI {
227
233
  * @throws {RequiredError}
228
234
  * @memberof SchemasApi
229
235
  */
230
- listSchemas(requestParameters?: SchemasApiListSchemasRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Schema, any>>;
236
+ listSchemas(requestParameters?: SchemasApiListSchemasRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Schemas, any>>;
231
237
  }
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Schema API
5
5
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.2
7
+ * The version of the OpenAPI document: 0.1.4
8
8
  * Contact: hello@podos.io
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Schema API
3
3
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.2
5
+ * The version of the OpenAPI document: 0.1.4
6
6
  * Contact: hello@podos.io
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
  * Schema API
5
5
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.2
7
+ * The version of the OpenAPI document: 0.1.4
8
8
  * Contact: hello@podos.io
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Schema API
3
3
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.2
5
+ * The version of the OpenAPI document: 0.1.4
6
6
  * Contact: hello@podos.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Schema API
5
5
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.2
7
+ * The version of the OpenAPI document: 0.1.4
8
8
  * Contact: hello@podos.io
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Schema API
3
3
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.2
5
+ * The version of the OpenAPI document: 0.1.4
6
6
  * Contact: hello@podos.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Schema API
5
5
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.2
7
+ * The version of the OpenAPI document: 0.1.4
8
8
  * Contact: hello@podos.io
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Schema API
3
3
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.2
5
+ * The version of the OpenAPI document: 0.1.4
6
6
  * Contact: hello@podos.io
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
  * Schema API
5
5
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.2
7
+ * The version of the OpenAPI document: 0.1.4
8
8
  * Contact: hello@podos.io
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
  * Schema API
3
3
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 0.1.2
5
+ * The version of the OpenAPI document: 0.1.4
6
6
  * Contact: hello@podos.io
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
  * Schema API
6
6
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 0.1.2
8
+ * The version of the OpenAPI document: 0.1.4
9
9
  * Contact: hello@podos.io
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
  * Schema API
5
5
  * View PodOS API Schemas Currently this API is in development and is not yet publicly accessible. All paths and models are subject to change. For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 0.1.2
7
+ * The version of the OpenAPI document: 0.1.4
8
8
  * Contact: hello@podos.io
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/schema",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "OpenAPI client for @teemill/schema",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {