tango-api-schema 2.0.70 → 2.0.71

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/index.js CHANGED
@@ -19,6 +19,7 @@ import edgeappAuthModel from "./schema/edgeappAuth.model.js";
19
19
  import clientRequestModel from "./schema/clientRequest.model.js";
20
20
  import basePricingModel from "./schema/basePricing.model.js";
21
21
  import invoiceModel from "./schema/invoice.model.js";
22
+ import workstationModel from "./schema/workstation.model.js";
22
23
 
23
24
  export default {
24
25
  leadModel,
@@ -42,4 +43,5 @@ export default {
42
43
  clientRequestModel,
43
44
  basePricingModel,
44
45
  invoiceModel,
46
+ workstationModel
45
47
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-api-schema",
3
- "version": "2.0.70",
3
+ "version": "2.0.71",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
File without changes