@glissandoo/lib 1.102.20 → 1.102.21
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/functions/index.d.ts +2 -2
- package/functions/index.js +2 -2
- package/functions/regions.js +2 -2
- package/package.json +1 -1
package/functions/index.d.ts
CHANGED
|
@@ -102,6 +102,8 @@ export declare enum FbFunctionName {
|
|
|
102
102
|
MiscScheduledFirestoreExport = "misc-scheduledFirestoreExport",
|
|
103
103
|
MiscValidateUsername = "misc-validateUsername",
|
|
104
104
|
NotificationMarkAllAsReaded = "notification-markAllAsReaded",
|
|
105
|
+
NotificationMarkAllAsReadedByGroup = "notification-markAllAsReadedByGroup",
|
|
106
|
+
NotificationRemoveAllByGroup = "notification-removeAllByGroup",
|
|
105
107
|
OfferApplicantAdd = "offerApplicant-add",
|
|
106
108
|
OfferApplicantEdit = "offerApplicant-edit",
|
|
107
109
|
OfferApplicantRemove = "offerApplicant-remove",
|
|
@@ -159,8 +161,6 @@ export declare enum FbFunctionName {
|
|
|
159
161
|
UserRemove = "user-remove",
|
|
160
162
|
UserSendYearWrapped = "user-sendYearWrapped",
|
|
161
163
|
UserGroupOnDelete = "userGroup-onDelete",
|
|
162
|
-
UserNotificationMarkAllAsReadedByGroup = "userNotification-markAllAsReadedByGroup",
|
|
163
|
-
UserNotificationRemoveAllByGroup = "userNotification-removeAllByGroup",
|
|
164
164
|
WebhookEventOnCreate = "webhookEvent-onCreate",
|
|
165
165
|
WebhookGocardless = "webhook-gocardless",
|
|
166
166
|
WebhookMessagebird = "webhook-messagebird",
|
package/functions/index.js
CHANGED
|
@@ -106,6 +106,8 @@ var FbFunctionName;
|
|
|
106
106
|
FbFunctionName["MiscScheduledFirestoreExport"] = "misc-scheduledFirestoreExport";
|
|
107
107
|
FbFunctionName["MiscValidateUsername"] = "misc-validateUsername";
|
|
108
108
|
FbFunctionName["NotificationMarkAllAsReaded"] = "notification-markAllAsReaded";
|
|
109
|
+
FbFunctionName["NotificationMarkAllAsReadedByGroup"] = "notification-markAllAsReadedByGroup";
|
|
110
|
+
FbFunctionName["NotificationRemoveAllByGroup"] = "notification-removeAllByGroup";
|
|
109
111
|
FbFunctionName["OfferApplicantAdd"] = "offerApplicant-add";
|
|
110
112
|
FbFunctionName["OfferApplicantEdit"] = "offerApplicant-edit";
|
|
111
113
|
FbFunctionName["OfferApplicantRemove"] = "offerApplicant-remove";
|
|
@@ -163,8 +165,6 @@ var FbFunctionName;
|
|
|
163
165
|
FbFunctionName["UserRemove"] = "user-remove";
|
|
164
166
|
FbFunctionName["UserSendYearWrapped"] = "user-sendYearWrapped";
|
|
165
167
|
FbFunctionName["UserGroupOnDelete"] = "userGroup-onDelete";
|
|
166
|
-
FbFunctionName["UserNotificationMarkAllAsReadedByGroup"] = "userNotification-markAllAsReadedByGroup";
|
|
167
|
-
FbFunctionName["UserNotificationRemoveAllByGroup"] = "userNotification-removeAllByGroup";
|
|
168
168
|
FbFunctionName["WebhookEventOnCreate"] = "webhookEvent-onCreate";
|
|
169
169
|
FbFunctionName["WebhookGocardless"] = "webhook-gocardless";
|
|
170
170
|
FbFunctionName["WebhookMessagebird"] = "webhook-messagebird";
|
package/functions/regions.js
CHANGED
|
@@ -170,8 +170,8 @@ const regionByFunctions = {
|
|
|
170
170
|
[index_1.FbFunctionName.UserRemove]: GCloudRegions.EuropeWest6,
|
|
171
171
|
[index_1.FbFunctionName.UserGroupOnDelete]: GCloudRegions.EuropeWest6,
|
|
172
172
|
[index_1.FbFunctionName.UserSendYearWrapped]: GCloudRegions.EuropeWest6,
|
|
173
|
-
[index_1.FbFunctionName.
|
|
174
|
-
[index_1.FbFunctionName.
|
|
173
|
+
[index_1.FbFunctionName.NotificationRemoveAllByGroup]: GCloudRegions.EuropeWest6,
|
|
174
|
+
[index_1.FbFunctionName.NotificationMarkAllAsReadedByGroup]: GCloudRegions.EuropeWest6,
|
|
175
175
|
[index_1.FbFunctionName.WebhookEventOnCreate]: GCloudRegions.EuropeWest6,
|
|
176
176
|
[index_1.FbFunctionName.WebhookGocardless]: GCloudRegions.EuropeWest6,
|
|
177
177
|
[index_1.FbFunctionName.WebhookMessagebird]: GCloudRegions.EuropeWest6,
|