gotrip-fx-transaction-form 1.0.18 → 1.0.20
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 +2 -1
- package/package.json +1 -1
- package/types/constants/env.d.ts +1 -0
package/index.js
CHANGED
|
@@ -27715,7 +27715,8 @@ const pw = (e) => {
|
|
|
27715
27715
|
API_URL: void 0,
|
|
27716
27716
|
BUILD_FOR: "GUEST",
|
|
27717
27717
|
BOOKER_URL: "https://booker.247gotrip.com",
|
|
27718
|
-
MAINTENANCE_MODE: "".toLowerCase() === "true"
|
|
27718
|
+
MAINTENANCE_MODE: "".toLowerCase() === "true",
|
|
27719
|
+
CLARITY_KEY: ""
|
|
27719
27720
|
};
|
|
27720
27721
|
var md = /* @__PURE__ */ ((e) => (e.GUEST = "GUEST", e.ADMIN = "ADMIN", e.PARTNER = "PARTNER", e.AGENCY = "AGENCY", e))(md || {}), sM = {
|
|
27721
27722
|
color: void 0,
|
package/package.json
CHANGED