@visa-check-r/integrations 0.0.58 → 0.0.59
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.cjs.js +8 -8
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +8 -8
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -294,16 +294,16 @@ var activityLogQuery = [
|
|
|
294
294
|
"userIdOrVisaProfileId"
|
|
295
295
|
];
|
|
296
296
|
var userSettingQuery = [
|
|
297
|
-
"applicationStatus",
|
|
298
|
-
"checklistIncompleteReminder",
|
|
299
|
-
"clientUpdate",
|
|
300
|
-
"docReviewFeedback",
|
|
301
297
|
"id",
|
|
302
|
-
"newMessageFromClient",
|
|
303
|
-
"newMessageFromConsultant",
|
|
304
298
|
"notificationChannels",
|
|
305
|
-
"
|
|
306
|
-
"
|
|
299
|
+
"userId",
|
|
300
|
+
"userSettingApplicationStatus",
|
|
301
|
+
"userSettingChecklistIncompleteReminder",
|
|
302
|
+
"userSettingClientUpdate",
|
|
303
|
+
"userSettingDocReviewFeedback",
|
|
304
|
+
"userSettingNewMessageFromClient",
|
|
305
|
+
"userSettingNewMessageFromConsultant",
|
|
306
|
+
"userSettingSubmissionConfirmation"
|
|
307
307
|
];
|
|
308
308
|
var userCreditQuery = [
|
|
309
309
|
"amount",
|