washday-sdk 0.0.68 → 0.0.69

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "washday-sdk",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
4
4
  "description": "Washday utilities functions and API",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -19,6 +19,11 @@ export const create = async function (this: WashdayClientInstance, data: {
19
19
  image: string;
20
20
  store: string; //this is used to valdate product limit creation of store(we might remove it later and validate by token getting company and store id using section id)
21
21
  section: string;
22
+ invoice_description: string;
23
+ invoice_product_key: string;
24
+ invoice_product_unit_key: string;
25
+ invoice_product_unit_name: string;
26
+ productSupplies: Array<any>
22
27
  }): Promise<any> {
23
28
  try {
24
29
  const config = {