@gewis/sudosos-client 0.0.0-develop.342c36f → 0.0.0-develop.3492ed5
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/dist/api.d.ts +1 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1880,7 +1880,7 @@ export interface CreatePointOfSaleRequest {
|
|
|
1880
1880
|
*/
|
|
1881
1881
|
'containers': Array<number>;
|
|
1882
1882
|
/**
|
|
1883
|
-
* ID of the user who will own the POS
|
|
1883
|
+
* ID of the user who will own the POS.
|
|
1884
1884
|
* @type {number}
|
|
1885
1885
|
* @memberof CreatePointOfSaleRequest
|
|
1886
1886
|
*/
|
package/package.json
CHANGED