@nerdjs/sales-kit 4.0.26 → 4.0.27

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.
@@ -4,7 +4,7 @@ import * as yup from "yup";
4
4
  import { Quote_Entity } from "../../entities";
5
5
  import { QuoteResponse } from "../../entities";
6
6
  export declare const CUSTOMER_PORTAL_QUOTE_EXPIRATION = 72;
7
- export declare const SALES_QUOTE_EXPIRATION = 72;
7
+ export declare const SALES_QUOTE_EXPIRATION = 48;
8
8
  export declare const LTL = "LTL";
9
9
  export declare const TL = "TL";
10
10
  export declare const loadTypeOptions: (customerPortal: boolean) => string[];
@@ -2,7 +2,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as yup from "yup";
3
3
  import { getKeyboardLayoutType } from "@nerdjs/nerd-core";
4
4
  export const CUSTOMER_PORTAL_QUOTE_EXPIRATION = 72;
5
- export const SALES_QUOTE_EXPIRATION = 72;
5
+ export const SALES_QUOTE_EXPIRATION = 48;
6
6
  export const LTL = "LTL";
7
7
  export const TL = "TL";
8
8
  export const loadTypeOptions = (customerPortal) => customerPortal ? [LTL, TL] : [LTL, TL];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nerdjs/sales-kit",
3
- "version": "4.0.26",
3
+ "version": "4.0.27",
4
4
  "description": "This is a @nerdjs library for the WA Sales Service",
5
5
  "keywords": [],
6
6
  "license": "ISC",