@teemill/gtins 0.6.4 → 0.6.5

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/docs/GTINsApi.md CHANGED
@@ -193,7 +193,7 @@ const { status, data } = await apiInstance.getGtin(
193
193
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
194
194
 
195
195
  # **importGtins**
196
- > InlineObject importGtins()
196
+ > ImportGtins202Response importGtins()
197
197
 
198
198
  Initiates a GTINs import from a CSV file. The result will be available as a notification in the dashboard.
199
199
 
@@ -227,7 +227,7 @@ const { status, data } = await apiInstance.importGtins(
227
227
 
228
228
  ### Return type
229
229
 
230
- **InlineObject**
230
+ **ImportGtins202Response**
231
231
 
232
232
  ### Authorization
233
233
 
@@ -0,0 +1,20 @@
1
+ # ImportGtins202Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **importId** | **string** | Id of the GTINs import | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { ImportGtins202Response } from '@teemill/gtins';
14
+
15
+ const instance: ImportGtins202Response = {
16
+ importId,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * GTINs API
5
5
  * Manage GTINs
6
6
  *
7
- * The version of the OpenAPI document: 0.6.4
7
+ * The version of the OpenAPI document: 0.6.5
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/gtins",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "OpenAPI client for @teemill/gtins",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {