@teemill/pickfaces 0.12.1 → 0.12.2

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.
Files changed (134) hide show
  1. package/.openapi-generator/FILES +1 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +2 -2
  4. package/dist/apis/PickfacesApi.d.ts +1 -1
  5. package/dist/apis/PickfacesApi.js +424 -725
  6. package/dist/esm/apis/PickfacesApi.d.ts +189 -0
  7. package/dist/esm/apis/PickfacesApi.js +565 -0
  8. package/dist/esm/apis/index.d.ts +1 -0
  9. package/dist/esm/apis/index.js +3 -0
  10. package/dist/esm/index.d.ts +3 -0
  11. package/dist/esm/index.js +5 -0
  12. package/dist/esm/models/ApiError.d.ts +37 -0
  13. package/dist/esm/models/ApiError.js +42 -0
  14. package/dist/esm/models/ContainerModel.d.ts +61 -0
  15. package/dist/esm/models/ContainerModel.js +54 -0
  16. package/dist/esm/models/ContainerModels.d.ts +32 -0
  17. package/dist/esm/models/ContainerModels.js +39 -0
  18. package/dist/esm/models/CreatePickfaceRequest.d.ts +37 -0
  19. package/dist/esm/models/CreatePickfaceRequest.js +40 -0
  20. package/dist/esm/models/CreatePickfaceRequestDimensions.d.ts +43 -0
  21. package/dist/esm/models/CreatePickfaceRequestDimensions.js +42 -0
  22. package/dist/esm/models/GetPickfaces200Response.d.ts +38 -0
  23. package/dist/esm/models/GetPickfaces200Response.js +41 -0
  24. package/dist/esm/models/ListPickfaceLogs200Response.d.ts +38 -0
  25. package/dist/esm/models/ListPickfaceLogs200Response.js +41 -0
  26. package/dist/esm/models/ModelError.d.ts +37 -0
  27. package/dist/esm/models/ModelError.js +46 -0
  28. package/dist/esm/models/MoveStockRequest.d.ts +43 -0
  29. package/dist/esm/models/MoveStockRequest.js +48 -0
  30. package/dist/esm/models/Pickface.d.ts +83 -0
  31. package/dist/esm/models/Pickface.js +58 -0
  32. package/dist/esm/models/PickfaceContainerModel.d.ts +37 -0
  33. package/dist/esm/models/PickfaceContainerModel.js +40 -0
  34. package/dist/esm/models/PickfaceContentsInner.d.ts +58 -0
  35. package/dist/esm/models/PickfaceContentsInner.js +49 -0
  36. package/dist/esm/models/PickfaceContentsInnerApplicationsInner.d.ts +37 -0
  37. package/dist/esm/models/PickfaceContentsInnerApplicationsInner.js +40 -0
  38. package/dist/esm/models/PickfaceContentsInnerMetadata.d.ts +43 -0
  39. package/dist/esm/models/PickfaceContentsInnerMetadata.js +42 -0
  40. package/dist/esm/models/PickfaceContentsInnerQuantity.d.ts +43 -0
  41. package/dist/esm/models/PickfaceContentsInnerQuantity.js +42 -0
  42. package/dist/esm/models/PickfaceLastPicked.d.ts +55 -0
  43. package/dist/esm/models/PickfaceLastPicked.js +46 -0
  44. package/dist/esm/models/PickfaceLastRestocked.d.ts +55 -0
  45. package/dist/esm/models/PickfaceLastRestocked.js +46 -0
  46. package/dist/esm/models/PickfaceLog.d.ts +55 -0
  47. package/dist/esm/models/PickfaceLog.js +46 -0
  48. package/dist/esm/models/PickfaceLogUser.d.ts +37 -0
  49. package/dist/esm/models/PickfaceLogUser.js +45 -0
  50. package/dist/esm/models/PickfaceModel.d.ts +37 -0
  51. package/dist/esm/models/PickfaceModel.js +40 -0
  52. package/dist/esm/models/PickfaceModels.d.ts +32 -0
  53. package/dist/esm/models/PickfaceModels.js +39 -0
  54. package/dist/esm/models/UpdatePickfaceRequest.d.ts +44 -0
  55. package/dist/esm/models/UpdatePickfaceRequest.js +43 -0
  56. package/dist/esm/models/UpdatePickfaceRequestContents.d.ts +37 -0
  57. package/dist/esm/models/UpdatePickfaceRequestContents.js +40 -0
  58. package/dist/esm/models/UpdatePickfaceRequestContentsInner.d.ts +38 -0
  59. package/dist/esm/models/UpdatePickfaceRequestContentsInner.js +45 -0
  60. package/dist/esm/models/UpdatePickfaceRequestContentsInnerQuantity.d.ts +45 -0
  61. package/dist/esm/models/UpdatePickfaceRequestContentsInnerQuantity.js +51 -0
  62. package/dist/esm/models/UpdatePickfaceRequestContentsInnerQuantityOneOf.d.ts +45 -0
  63. package/dist/esm/models/UpdatePickfaceRequestContentsInnerQuantityOneOf.js +51 -0
  64. package/dist/esm/models/index.d.ts +19 -0
  65. package/dist/esm/models/index.js +21 -0
  66. package/dist/esm/runtime.d.ts +187 -0
  67. package/dist/esm/runtime.js +333 -0
  68. package/dist/models/ApiError.d.ts +1 -1
  69. package/dist/models/ApiError.js +1 -1
  70. package/dist/models/ContainerModel.d.ts +1 -1
  71. package/dist/models/ContainerModel.js +1 -1
  72. package/dist/models/ContainerModels.d.ts +1 -1
  73. package/dist/models/ContainerModels.js +2 -2
  74. package/dist/models/CreatePickfaceRequest.d.ts +1 -1
  75. package/dist/models/CreatePickfaceRequest.js +1 -1
  76. package/dist/models/GetPickfaces200Response.d.ts +1 -1
  77. package/dist/models/GetPickfaces200Response.js +2 -2
  78. package/dist/models/ListPickfaceLogs200Response.d.ts +1 -1
  79. package/dist/models/ListPickfaceLogs200Response.js +2 -2
  80. package/dist/models/ModelError.js +2 -2
  81. package/dist/models/MoveStockRequest.d.ts +1 -1
  82. package/dist/models/MoveStockRequest.js +1 -1
  83. package/dist/models/Pickface.d.ts +1 -1
  84. package/dist/models/Pickface.js +5 -5
  85. package/dist/models/PickfaceContainerModel.d.ts +1 -1
  86. package/dist/models/PickfaceContainerModel.js +1 -1
  87. package/dist/models/PickfaceContentsInner.d.ts +1 -1
  88. package/dist/models/PickfaceContentsInner.js +4 -4
  89. package/dist/models/PickfaceContentsInnerApplicationsInner.d.ts +1 -1
  90. package/dist/models/PickfaceContentsInnerApplicationsInner.js +1 -1
  91. package/dist/models/PickfaceContentsInnerMetadata.d.ts +1 -1
  92. package/dist/models/PickfaceContentsInnerMetadata.js +1 -1
  93. package/dist/models/PickfaceContentsInnerQuantity.d.ts +1 -1
  94. package/dist/models/PickfaceContentsInnerQuantity.js +1 -1
  95. package/dist/models/PickfaceLastPicked.d.ts +1 -1
  96. package/dist/models/PickfaceLastPicked.js +1 -1
  97. package/dist/models/PickfaceLastRestocked.d.ts +1 -1
  98. package/dist/models/PickfaceLastRestocked.js +1 -1
  99. package/dist/models/PickfaceLog.d.ts +1 -1
  100. package/dist/models/PickfaceLog.js +1 -1
  101. package/dist/models/PickfaceLogUser.js +2 -2
  102. package/dist/models/PickfaceModels.js +1 -1
  103. package/dist/models/UpdatePickfaceRequest.d.ts +1 -1
  104. package/dist/models/UpdatePickfaceRequest.js +2 -2
  105. package/dist/models/UpdatePickfaceRequestContentsInner.d.ts +1 -1
  106. package/dist/models/UpdatePickfaceRequestContentsInner.js +2 -2
  107. package/dist/models/UpdatePickfaceRequestContentsInnerQuantity.d.ts +1 -1
  108. package/dist/models/UpdatePickfaceRequestContentsInnerQuantity.js +1 -1
  109. package/dist/runtime.d.ts +1 -1
  110. package/dist/runtime.js +223 -439
  111. package/package.json +4 -2
  112. package/src/apis/PickfacesApi.ts +1 -1
  113. package/src/models/ApiError.ts +1 -1
  114. package/src/models/ContainerModel.ts +1 -1
  115. package/src/models/ContainerModels.ts +1 -1
  116. package/src/models/CreatePickfaceRequest.ts +1 -1
  117. package/src/models/GetPickfaces200Response.ts +1 -1
  118. package/src/models/ListPickfaceLogs200Response.ts +1 -1
  119. package/src/models/MoveStockRequest.ts +1 -1
  120. package/src/models/Pickface.ts +1 -1
  121. package/src/models/PickfaceContainerModel.ts +1 -1
  122. package/src/models/PickfaceContentsInner.ts +1 -1
  123. package/src/models/PickfaceContentsInnerApplicationsInner.ts +1 -1
  124. package/src/models/PickfaceContentsInnerMetadata.ts +1 -1
  125. package/src/models/PickfaceContentsInnerQuantity.ts +1 -1
  126. package/src/models/PickfaceLastPicked.ts +1 -1
  127. package/src/models/PickfaceLastRestocked.ts +1 -1
  128. package/src/models/PickfaceLog.ts +1 -1
  129. package/src/models/UpdatePickfaceRequest.ts +1 -1
  130. package/src/models/UpdatePickfaceRequestContentsInner.ts +1 -1
  131. package/src/models/UpdatePickfaceRequestContentsInnerQuantity.ts +1 -1
  132. package/src/runtime.ts +1 -1
  133. package/tsconfig.esm.json +7 -0
  134. package/tsconfig.json +2 -2
@@ -5,7 +5,7 @@
5
5
  * Pickfaces API
6
6
  * Manage Teemill Pickfaces. 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.12.1
8
+ * The version of the OpenAPI document: 0.12.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Manage Teemill Pickfaces. 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.12.1
5
+ * The version of the OpenAPI document: 0.12.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Pickfaces API
6
6
  * Manage Teemill Pickfaces. 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.12.1
8
+ * The version of the OpenAPI document: 0.12.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Manage Teemill Pickfaces. 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.12.1
5
+ * The version of the OpenAPI document: 0.12.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Pickfaces API
6
6
  * Manage Teemill Pickfaces. 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.12.1
8
+ * The version of the OpenAPI document: 0.12.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Manage Teemill Pickfaces. 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.12.1
5
+ * The version of the OpenAPI document: 0.12.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Pickfaces API
6
6
  * Manage Teemill Pickfaces. 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.12.1
8
+ * The version of the OpenAPI document: 0.12.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,12 +14,12 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.PickfaceLogUserToJSON = exports.PickfaceLogUserFromJSONTyped = exports.PickfaceLogUserFromJSON = exports.instanceOfPickfaceLogUser = void 0;
17
- var runtime_1 = require("../runtime");
17
+ const runtime_1 = require("../runtime");
18
18
  /**
19
19
  * Check if a given object implements the PickfaceLogUser interface.
20
20
  */
21
21
  function instanceOfPickfaceLogUser(value) {
22
- var isInstance = true;
22
+ let isInstance = true;
23
23
  return isInstance;
24
24
  }
25
25
  exports.instanceOfPickfaceLogUser = instanceOfPickfaceLogUser;
@@ -14,7 +14,7 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.PickfaceModelsToJSON = exports.PickfaceModelsFromJSONTyped = exports.PickfaceModelsFromJSON = exports.instanceOfPickfaceModels = void 0;
17
- var PickfaceModel_1 = require("./PickfaceModel");
17
+ const PickfaceModel_1 = require("./PickfaceModel");
18
18
  /**
19
19
  * Check if a given object implements the PickfaceModels interface.
20
20
  */
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Manage Teemill Pickfaces. 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.12.1
5
+ * The version of the OpenAPI document: 0.12.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Pickfaces API
6
6
  * Manage Teemill Pickfaces. 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.12.1
8
+ * The version of the OpenAPI document: 0.12.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,7 +14,7 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.UpdatePickfaceRequestToJSON = exports.UpdatePickfaceRequestFromJSONTyped = exports.UpdatePickfaceRequestFromJSON = exports.instanceOfUpdatePickfaceRequest = void 0;
17
- var UpdatePickfaceRequestContentsInner_1 = require("./UpdatePickfaceRequestContentsInner");
17
+ const UpdatePickfaceRequestContentsInner_1 = require("./UpdatePickfaceRequestContentsInner");
18
18
  /**
19
19
  * Check if a given object implements the UpdatePickfaceRequest interface.
20
20
  */
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Manage Teemill Pickfaces. 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.12.1
5
+ * The version of the OpenAPI document: 0.12.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Pickfaces API
6
6
  * Manage Teemill Pickfaces. 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.12.1
8
+ * The version of the OpenAPI document: 0.12.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,7 +14,7 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.UpdatePickfaceRequestContentsInnerToJSON = exports.UpdatePickfaceRequestContentsInnerFromJSONTyped = exports.UpdatePickfaceRequestContentsInnerFromJSON = exports.instanceOfUpdatePickfaceRequestContentsInner = void 0;
17
- var UpdatePickfaceRequestContentsInnerQuantity_1 = require("./UpdatePickfaceRequestContentsInnerQuantity");
17
+ const UpdatePickfaceRequestContentsInnerQuantity_1 = require("./UpdatePickfaceRequestContentsInnerQuantity");
18
18
  /**
19
19
  * Check if a given object implements the UpdatePickfaceRequestContentsInner interface.
20
20
  */
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Manage Teemill Pickfaces. 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.12.1
5
+ * The version of the OpenAPI document: 0.12.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Pickfaces API
6
6
  * Manage Teemill Pickfaces. 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.12.1
8
+ * The version of the OpenAPI document: 0.12.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/runtime.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Pickfaces API
3
3
  * Manage Teemill Pickfaces. 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.12.1
5
+ * The version of the OpenAPI document: 0.12.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).