@teemill/warehouse-prefab-applications 0.10.2 → 0.11.0

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/warehouse-prefab-applications@0.10.2
1
+ ## @teemill/warehouse-prefab-applications@0.11.0
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/warehouse-prefab-applications@0.10.2 --save
39
+ npm install @teemill/warehouse-prefab-applications@0.11.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -57,6 +57,7 @@ Class | Method | HTTP request | Description
57
57
  *BatchesApi* | [**listBatches**](docs/BatchesApi.md#listbatches) | **GET** /v1/warehouse/prefab-applications/batches | List batches
58
58
  *BatchesApi* | [**printBatch**](docs/BatchesApi.md#printbatch) | **GET** /v1/warehouse/prefab-applications/batches/{batchId}/print | Print batch
59
59
  *PrefabApplicationsApi* | [**getPrefabApplication**](docs/PrefabApplicationsApi.md#getprefabapplication) | **GET** /v1/warehouse/prefab-applications/{prefabApplicationId} | Get prefab application
60
+ *PrefabApplicationsApi* | [**listPrefabApplications**](docs/PrefabApplicationsApi.md#listprefabapplications) | **GET** /v1/warehouse/prefab-applications | List prefab applications
60
61
  *PrefabApplicationsApi* | [**printPrefabApplication**](docs/PrefabApplicationsApi.md#printprefabapplication) | **GET** /v1/warehouse/prefab-applications/{prefabApplicationId}/print | Print
61
62
  *PrefabApplicationsApi* | [**updatePrefabApplication**](docs/PrefabApplicationsApi.md#updateprefabapplication) | **PATCH** /v1/warehouse/prefab-applications/{prefabApplicationId} | Update prefab application
62
63
  *TraysApi* | [**createTray**](docs/TraysApi.md#createtray) | **POST** /v1/warehouse/prefab-applications/trays | Create tray
@@ -81,6 +82,7 @@ Class | Method | HTTP request | Description
81
82
  - [ListTrays200Response](docs/ListTrays200Response.md)
82
83
  - [PrefabApplication](docs/PrefabApplication.md)
83
84
  - [PrefabApplicationCatalogApplication](docs/PrefabApplicationCatalogApplication.md)
85
+ - [PrefabApplicationsResponse](docs/PrefabApplicationsResponse.md)
84
86
  - [PrintPrefabApplication202Response](docs/PrintPrefabApplication202Response.md)
85
87
  - [SuggestTrays200Response](docs/SuggestTrays200Response.md)
86
88
  - [Tray](docs/Tray.md)