@molopos/shared 2.0.41 → 2.0.42

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/enum/index.d.ts CHANGED
@@ -271,7 +271,8 @@ export declare enum QuoteStatusEnum {
271
271
  Pending = "PENDING",
272
272
  Archived = "ARCHIVED",
273
273
  Confirmed = "CONFIRMED",
274
- Cancelled = "CANCELLED"
274
+ Cancelled = "CANCELLED",
275
+ Deposited = "DEPOSITED"
275
276
  }
276
277
  /**
277
278
  * Status enum
package/enum/index.js CHANGED
@@ -296,6 +296,7 @@ var QuoteStatusEnum;
296
296
  QuoteStatusEnum["Archived"] = "ARCHIVED";
297
297
  QuoteStatusEnum["Confirmed"] = "CONFIRMED";
298
298
  QuoteStatusEnum["Cancelled"] = "CANCELLED";
299
+ QuoteStatusEnum["Deposited"] = "DEPOSITED";
299
300
  })(QuoteStatusEnum || (exports.QuoteStatusEnum = QuoteStatusEnum = {}));
300
301
  /**
301
302
  * Status enum
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.41","description":"Shared between backend and frontend repos","license":"ISC","repository":{"type":"git","url":"https://github.com/unicubate/molopos-shared.git"},"dependencies":{"class-transformer":"^0.5.1","date-fns":"^4.4.0","luxon":"^3.7.2"}}
1
+ {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.42","description":"Shared between backend and frontend repos","license":"ISC","repository":{"type":"git","url":"https://github.com/unicubate/molopos-shared.git"},"dependencies":{"class-transformer":"^0.5.1","date-fns":"^4.4.0","luxon":"^3.7.2"}}