ins-queue-actions 1.2.136 → 1.2.138
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 +6 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -190,4 +190,10 @@ module.exports = {
|
|
|
190
190
|
|
|
191
191
|
// Customer referral credits on first booking
|
|
192
192
|
GRANT_CUSTOMER_REFERRAL_CREDITS: "GRANT_CUSTOMER_REFERRAL_CREDITS",
|
|
193
|
+
|
|
194
|
+
// Internal events
|
|
195
|
+
SP_INTRO_VIDEO_THUMBNAIL: "SP_INTRO_VIDEO_THUMBNAIL",
|
|
196
|
+
|
|
197
|
+
// Home Todo events
|
|
198
|
+
HOME_TODO_STATUS_SYNC: "HOME_TODO_STATUS_SYNC",
|
|
193
199
|
};
|