@teemill/pickfaces 0.36.0 → 0.36.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/pickfaces@0.36.0
1
+ ## @teemill/pickfaces@0.36.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/pickfaces@0.36.0 --save
39
+ npm install @teemill/pickfaces@0.36.1 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Pickfaces API
4
+ * Pickfaces
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.36.0
7
+ * The version of the OpenAPI document: 0.36.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2369,7 +2369,9 @@ export const ListPickfacesSortByEnum = {
2369
2369
  Restocked: '+restocked',
2370
2370
  Restocked2: '-restocked',
2371
2371
  Picked: '+picked',
2372
- Picked2: '-picked'
2372
+ Picked2: '-picked',
2373
+ Code: '+code',
2374
+ Code2: '-code'
2373
2375
  } as const;
2374
2376
  export type ListPickfacesSortByEnum = typeof ListPickfacesSortByEnum[keyof typeof ListPickfacesSortByEnum];
2375
2377
 
package/base.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Pickfaces API
4
+ * Pickfaces
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.36.0
7
+ * The version of the OpenAPI document: 0.36.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Pickfaces API
4
+ * Pickfaces
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.36.0
7
+ * The version of the OpenAPI document: 0.36.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  /* tslint:disable */
2
2
  /**
3
- * Pickfaces API
3
+ * Pickfaces
4
4
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
5
5
  *
6
- * The version of the OpenAPI document: 0.36.0
6
+ * The version of the OpenAPI document: 0.36.1
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/api.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Pickfaces API
2
+ * Pickfaces
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.36.0
5
+ * The version of the OpenAPI document: 0.36.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1364,5 +1364,7 @@ export declare const ListPickfacesSortByEnum: {
1364
1364
  readonly Restocked2: "-restocked";
1365
1365
  readonly Picked: "+picked";
1366
1366
  readonly Picked2: "-picked";
1367
+ readonly Code: "+code";
1368
+ readonly Code2: "-code";
1367
1369
  };
1368
1370
  export type ListPickfacesSortByEnum = typeof ListPickfacesSortByEnum[keyof typeof ListPickfacesSortByEnum];
package/dist/api.js CHANGED
@@ -2,10 +2,10 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Pickfaces API
5
+ * Pickfaces
6
6
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
7
7
  *
8
- * The version of the OpenAPI document: 0.36.0
8
+ * The version of the OpenAPI document: 0.36.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1524,5 +1524,7 @@ exports.ListPickfacesSortByEnum = {
1524
1524
  Restocked: '+restocked',
1525
1525
  Restocked2: '-restocked',
1526
1526
  Picked: '+picked',
1527
- Picked2: '-picked'
1527
+ Picked2: '-picked',
1528
+ Code: '+code',
1529
+ Code2: '-code'
1528
1530
  };
package/dist/base.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Pickfaces API
2
+ * Pickfaces
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.36.0
5
+ * The version of the OpenAPI document: 0.36.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
@@ -2,10 +2,10 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Pickfaces API
5
+ * Pickfaces
6
6
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
7
7
  *
8
- * The version of the OpenAPI document: 0.36.0
8
+ * The version of the OpenAPI document: 0.36.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
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Pickfaces API
2
+ * Pickfaces
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.36.0
5
+ * The version of the OpenAPI document: 0.36.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
@@ -2,10 +2,10 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Pickfaces API
5
+ * Pickfaces
6
6
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
7
7
  *
8
- * The version of the OpenAPI document: 0.36.0
8
+ * The version of the OpenAPI document: 0.36.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Pickfaces API
2
+ * Pickfaces
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.36.0
5
+ * The version of the OpenAPI document: 0.36.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  /* tslint:disable */
3
3
  /**
4
- * Pickfaces API
4
+ * Pickfaces
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.36.0
7
+ * The version of the OpenAPI document: 0.36.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/api.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Pickfaces API
2
+ * Pickfaces
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.36.0
5
+ * The version of the OpenAPI document: 0.36.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1364,5 +1364,7 @@ export declare const ListPickfacesSortByEnum: {
1364
1364
  readonly Restocked2: "-restocked";
1365
1365
  readonly Picked: "+picked";
1366
1366
  readonly Picked2: "-picked";
1367
+ readonly Code: "+code";
1368
+ readonly Code2: "-code";
1367
1369
  };
1368
1370
  export type ListPickfacesSortByEnum = typeof ListPickfacesSortByEnum[keyof typeof ListPickfacesSortByEnum];
package/dist/esm/api.js CHANGED
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Pickfaces API
4
+ * Pickfaces
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.36.0
7
+ * The version of the OpenAPI document: 0.36.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1517,5 +1517,7 @@ export const ListPickfacesSortByEnum = {
1517
1517
  Restocked: '+restocked',
1518
1518
  Restocked2: '-restocked',
1519
1519
  Picked: '+picked',
1520
- Picked2: '-picked'
1520
+ Picked2: '-picked',
1521
+ Code: '+code',
1522
+ Code2: '-code'
1521
1523
  };
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Pickfaces API
2
+ * Pickfaces
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.36.0
5
+ * The version of the OpenAPI document: 0.36.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
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Pickfaces API
4
+ * Pickfaces
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.36.0
7
+ * The version of the OpenAPI document: 0.36.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Pickfaces API
2
+ * Pickfaces
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.36.0
5
+ * The version of the OpenAPI document: 0.36.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Pickfaces API
4
+ * Pickfaces
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.36.0
7
+ * The version of the OpenAPI document: 0.36.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Pickfaces API
2
+ * Pickfaces
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.36.0
5
+ * The version of the OpenAPI document: 0.36.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,9 +1,9 @@
1
1
  /* tslint:disable */
2
2
  /**
3
- * Pickfaces API
3
+ * Pickfaces
4
4
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
5
5
  *
6
- * The version of the OpenAPI document: 0.36.0
6
+ * The version of the OpenAPI document: 0.36.1
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Pickfaces API
2
+ * Pickfaces
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.36.0
5
+ * The version of the OpenAPI document: 0.36.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
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Pickfaces API
4
+ * Pickfaces
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.36.0
7
+ * The version of the OpenAPI document: 0.36.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
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Pickfaces API
2
+ * Pickfaces
3
3
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
4
4
  *
5
- * The version of the OpenAPI document: 0.36.0
5
+ * The version of the OpenAPI document: 0.36.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
@@ -2,10 +2,10 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Pickfaces API
5
+ * Pickfaces
6
6
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
7
7
  *
8
- * The version of the OpenAPI document: 0.36.0
8
+ * The version of the OpenAPI document: 0.36.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -587,7 +587,7 @@ let project: string; //The project ID (default to undefined)
587
587
  let search: string; //Search term to filter based on pickface code (optional) (default to undefined)
588
588
  let pageToken: number; //Page reference token (optional) (default to 1)
589
589
  let pageSize: number; //Max page size. This is the maximum page size that will be returned, but it might be smaller. (optional) (default to 100)
590
- let sortBy: Array<'+available' | '-available' | '+wip' | '-wip' | '+total' | '-total' | '+fullness' | '-fullness' | '+restocked' | '-restocked' | '+picked' | '-picked'>; //An array of fields to sort by, prefixed with a \'-\' for descending order or \'+\' for ascending. Default is ascending. (optional) (default to undefined)
590
+ let sortBy: Array<'+available' | '-available' | '+wip' | '-wip' | '+total' | '-total' | '+fullness' | '-fullness' | '+restocked' | '-restocked' | '+picked' | '-picked' | '+code' | '-code'>; //An array of fields to sort by, prefixed with a \'-\' for descending order or \'+\' for ascending. Default is ascending. (optional) (default to undefined)
591
591
  let updatedStart: string; //Start of date range to filter by when pickfaces were updated in the form of an an ISO 8601 string (optional) (default to undefined)
592
592
  let updatedEnd: string; //End of date range to filter by when pickfaces were updated in the form of an an ISO 8601 string (optional) (default to undefined)
593
593
 
@@ -610,7 +610,7 @@ const { status, data } = await apiInstance.listPickfaces(
610
610
  | **search** | [**string**] | Search term to filter based on pickface code | (optional) defaults to undefined|
611
611
  | **pageToken** | [**number**] | Page reference token | (optional) defaults to 1|
612
612
  | **pageSize** | [**number**] | Max page size. This is the maximum page size that will be returned, but it might be smaller. | (optional) defaults to 100|
613
- | **sortBy** | **Array<&#39;+available&#39; &#124; &#39;-available&#39; &#124; &#39;+wip&#39; &#124; &#39;-wip&#39; &#124; &#39;+total&#39; &#124; &#39;-total&#39; &#124; &#39;+fullness&#39; &#124; &#39;-fullness&#39; &#124; &#39;+restocked&#39; &#124; &#39;-restocked&#39; &#124; &#39;+picked&#39; &#124; &#39;-picked&#39;>** | An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending. | (optional) defaults to undefined|
613
+ | **sortBy** | **Array<&#39;+available&#39; &#124; &#39;-available&#39; &#124; &#39;+wip&#39; &#124; &#39;-wip&#39; &#124; &#39;+total&#39; &#124; &#39;-total&#39; &#124; &#39;+fullness&#39; &#124; &#39;-fullness&#39; &#124; &#39;+restocked&#39; &#124; &#39;-restocked&#39; &#124; &#39;+picked&#39; &#124; &#39;-picked&#39; &#124; &#39;+code&#39; &#124; &#39;-code&#39;>** | An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending. | (optional) defaults to undefined|
614
614
  | **updatedStart** | [**string**] | Start of date range to filter by when pickfaces were updated in the form of an an ISO 8601 string | (optional) defaults to undefined|
615
615
  | **updatedEnd** | [**string**] | End of date range to filter by when pickfaces were updated in the form of an an ISO 8601 string | (optional) defaults to undefined|
616
616
 
package/index.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Pickfaces API
4
+ * Pickfaces
5
5
  * Use this API to access your pickfaces. You must have the warehouse module installed to access this API.
6
6
  *
7
- * The version of the OpenAPI document: 0.36.0
7
+ * The version of the OpenAPI document: 0.36.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/pickfaces",
3
- "version": "0.36.0",
3
+ "version": "0.36.1",
4
4
  "description": "OpenAPI client for @teemill/pickfaces",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {