@7365admin1/core 3.52.9-staging.256 → 3.52.9-staging.257
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -52311,7 +52311,7 @@ function useVisitorTransactionService() {
|
|
|
52311
52311
|
unitName: unit?.name,
|
|
52312
52312
|
org: inviter?.org?.toString(),
|
|
52313
52313
|
site: inviter?.site.toString(),
|
|
52314
|
-
status: value?.type === "contractor" ? isAutoApprovedInvitation ? "approved" /* APPROVED */ : "pending" /* PENDING */ : "
|
|
52314
|
+
status: value?.type === "contractor" ? isAutoApprovedInvitation ? "approved" /* APPROVED */ : "pending" /* PENDING */ : "approved" /* APPROVED */,
|
|
52315
52315
|
inviterId: userId
|
|
52316
52316
|
};
|
|
52317
52317
|
const leadId = new import_mongodb85.ObjectId();
|