@glissandoo/lib 1.59.2 → 1.61.0
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/auth.js +1 -2
- package/functions/communication.js +1 -2
- package/functions/communicationComment.js +1 -2
- package/functions/customer.js +1 -2
- package/functions/customerGroup.js +1 -2
- package/functions/event.js +2 -5
- package/functions/eventPlayer.js +2 -5
- package/functions/eventRepertory.js +1 -2
- package/functions/federation.js +1 -2
- package/functions/federationPartnership.js +1 -2
- package/functions/group.js +1 -2
- package/functions/groupPlayer.js +1 -2
- package/functions/groupRepertory.js +1 -2
- package/functions/index.js +2 -5
- package/functions/jwt.js +1 -2
- package/functions/misc.js +1 -2
- package/functions/notification.js +1 -2
- package/functions/partner.js +1 -2
- package/functions/partnership.js +1 -2
- package/functions/partnershipGroup.js +1 -2
- package/functions/partnershipPlan.js +1 -2
- package/functions/regions.js +124 -128
- package/functions/subscription.js +1 -2
- package/functions/user.js +1 -2
- package/helpers/appScenes.js +2 -5
- package/helpers/audios.js +5 -9
- package/helpers/auth.js +5 -9
- package/helpers/badges.js +10 -19
- package/helpers/collections.js +2 -5
- package/helpers/countries.js +1 -4
- package/helpers/dlinks.js +2 -5
- package/helpers/errors.js +2 -5
- package/helpers/fileSections/index.js +5 -8
- package/helpers/fileSections/orders.js +11 -16
- package/helpers/glissandooAdmin.js +2 -6
- package/helpers/instruments/index.js +3 -6
- package/helpers/instruments/lists.js +11 -19
- package/helpers/musicStyles/index.js +29 -36
- package/helpers/musicStyles/orders.js +174 -179
- package/helpers/notifications/index.js +119 -122
- package/helpers/notifications/placeholders.js +18 -26
- package/helpers/objects.js +15 -23
- package/helpers/payments.js +5 -8
- package/helpers/plans.js +6 -9
- package/helpers/rates.js +2 -6
- package/helpers/reasons.js +17 -21
- package/helpers/slate.js +5 -12
- package/helpers/styles.js +1 -4
- package/helpers/ts-extras/array-includes.js +1 -5
- package/helpers/ts-extras/as-mutable.js +1 -5
- package/helpers/ts-extras/assert-error.js +1 -5
- package/helpers/ts-extras/index.js +15 -33
- package/helpers/ts-extras/is-defined.js +1 -5
- package/helpers/ts-extras/is-empty.js +1 -5
- package/helpers/ts-extras/is-finite.js +1 -4
- package/helpers/ts-extras/is-infinite.js +1 -5
- package/helpers/ts-extras/is-integer.js +1 -4
- package/helpers/ts-extras/is-present.js +1 -5
- package/helpers/ts-extras/is-safe-integer.js +1 -4
- package/helpers/ts-extras/object-entries.js +1 -4
- package/helpers/ts-extras/object-from-entries.js +1 -4
- package/helpers/ts-extras/object-has-own.js +1 -5
- package/helpers/ts-extras/object-keys.js +1 -4
- package/helpers/ts-extras/set-has.js +1 -5
- package/helpers/types.js +2 -5
- package/helpers/utils.js +8 -16
- package/lang/index.js +42 -51
- package/models/Communication/Comment/index.d.ts +4 -4
- package/models/Communication/Comment/index.js +5 -12
- package/models/Communication/Comment/types.d.ts +1 -1
- package/models/Communication/Comment/types.js +1 -2
- package/models/Communication/index.d.ts +6 -5
- package/models/Communication/index.js +15 -21
- package/models/Communication/types.d.ts +1 -1
- package/models/Communication/types.js +4 -7
- package/models/Counters/Group/Analytics/index.d.ts +3 -4
- package/models/Counters/Group/Analytics/index.js +5 -12
- package/models/Counters/Group/Analytics/types.d.ts +1 -1
- package/models/Counters/Group/Analytics/types.js +2 -5
- package/models/Counters/Group/index.d.ts +3 -4
- package/models/Counters/Group/index.js +2 -8
- package/models/Counters/Group/types.d.ts +1 -1
- package/models/Counters/Group/types.js +1 -2
- package/models/Counters/event.d.ts +2 -2
- package/models/Counters/event.js +2 -8
- package/models/Counters/index.d.ts +2 -3
- package/models/Counters/index.js +2 -8
- package/models/Counters/types.js +1 -2
- package/models/Customer/Group/index.d.ts +6 -6
- package/models/Customer/Group/index.js +7 -14
- package/models/Customer/Group/types.d.ts +1 -1
- package/models/Customer/Group/types.js +1 -2
- package/models/Customer/basic.d.ts +2 -3
- package/models/Customer/basic.js +4 -10
- package/models/Customer/index.d.ts +3 -3
- package/models/Customer/index.js +5 -11
- package/models/Customer/types.d.ts +1 -1
- package/models/Customer/types.js +2 -5
- package/models/Evento/Player/basic.js +10 -11
- package/models/Evento/Player/index.d.ts +4 -4
- package/models/Evento/Player/index.js +12 -18
- package/models/Evento/Player/types.d.ts +1 -1
- package/models/Evento/Player/types.js +4 -7
- package/models/Evento/Repertory/index.d.ts +3 -3
- package/models/Evento/Repertory/index.js +3 -10
- package/models/Evento/Repertory/types.d.ts +1 -1
- package/models/Evento/Repertory/types.js +1 -2
- package/models/Evento/basic.d.ts +5 -5
- package/models/Evento/basic.js +12 -18
- package/models/Evento/index.d.ts +11 -10
- package/models/Evento/index.js +32 -38
- package/models/Evento/promoter.d.ts +3 -2
- package/models/Evento/promoter.js +2 -8
- package/models/Evento/tiny.d.ts +1 -1
- package/models/Evento/tiny.js +9 -9
- package/models/Evento/types.d.ts +1 -1
- package/models/Evento/types.js +14 -17
- package/models/Federation/Partnership/index.d.ts +4 -4
- package/models/Federation/Partnership/index.js +3 -10
- package/models/Federation/Partnership/types.d.ts +1 -1
- package/models/Federation/Partnership/types.js +1 -2
- package/models/Federation/index.d.ts +5 -6
- package/models/Federation/index.js +7 -13
- package/models/Federation/types.d.ts +1 -1
- package/models/Federation/types.js +1 -2
- package/models/Group/Analytics/index.d.ts +3 -4
- package/models/Group/Analytics/index.js +5 -12
- package/models/Group/Analytics/types.d.ts +1 -1
- package/models/Group/Analytics/types.js +2 -5
- package/models/Group/Event/index.d.ts +3 -3
- package/models/Group/Event/index.js +6 -12
- package/models/Group/Event/types.d.ts +1 -1
- package/models/Group/Event/types.js +1 -2
- package/models/Group/Player/Event/index.d.ts +3 -3
- package/models/Group/Player/Event/index.js +11 -18
- package/models/Group/Player/Event/types.d.ts +1 -1
- package/models/Group/Player/Event/types.js +1 -2
- package/models/Group/Player/Log/index.d.ts +3 -4
- package/models/Group/Player/Log/index.js +2 -8
- package/models/Group/Player/Log/types.d.ts +1 -1
- package/models/Group/Player/Log/types.js +1 -2
- package/models/Group/Player/index.d.ts +5 -5
- package/models/Group/Player/index.js +18 -24
- package/models/Group/Player/types.d.ts +1 -1
- package/models/Group/Player/types.js +2 -5
- package/models/Group/Repertory/File/Section/index.js +12 -16
- package/models/Group/Repertory/File/Section/types.js +2 -5
- package/models/Group/Repertory/File/index.js +11 -12
- package/models/Group/Repertory/File/types.js +1 -2
- package/models/Group/Repertory/FilePath/index.js +12 -15
- package/models/Group/Repertory/index.d.ts +8 -8
- package/models/Group/Repertory/index.js +25 -32
- package/models/Group/Repertory/types.d.ts +1 -1
- package/models/Group/Repertory/types.js +2 -5
- package/models/Group/StageTemplate/index.d.ts +4 -5
- package/models/Group/StageTemplate/index.js +2 -8
- package/models/Group/StageTemplate/types.d.ts +1 -1
- package/models/Group/StageTemplate/types.js +1 -2
- package/models/Group/basic.d.ts +3 -3
- package/models/Group/basic.js +5 -11
- package/models/Group/index.d.ts +7 -6
- package/models/Group/index.js +41 -47
- package/models/Group/types.d.ts +1 -1
- package/models/Group/types.js +14 -17
- package/models/Instrument/group.js +6 -11
- package/models/Instrument/index.js +8 -9
- package/models/Metrics/index.d.ts +4 -5
- package/models/Metrics/index.js +10 -16
- package/models/Metrics/types.d.ts +1 -1
- package/models/Metrics/types.js +1 -2
- package/models/Model/index.d.ts +16 -4
- package/models/Model/index.js +8 -7
- package/models/Model/lang.d.ts +2 -3
- package/models/Model/lang.js +5 -10
- package/models/MusicStyle/index.js +9 -10
- package/models/Notification/index.d.ts +4 -5
- package/models/Notification/index.js +2 -8
- package/models/Notification/types.d.ts +1 -1
- package/models/Notification/types.js +2 -5
- package/models/Partner/basic.d.ts +5 -5
- package/models/Partner/basic.js +6 -12
- package/models/Partner/index.d.ts +3 -3
- package/models/Partner/index.js +4 -10
- package/models/Partner/tiny.d.ts +2 -3
- package/models/Partner/tiny.js +2 -8
- package/models/Partner/types.d.ts +1 -1
- package/models/Partner/types.js +2 -5
- package/models/Partnership/Group/index.d.ts +4 -4
- package/models/Partnership/Group/index.js +5 -12
- package/models/Partnership/Group/types.d.ts +1 -1
- package/models/Partnership/Group/types.js +1 -2
- package/models/Partnership/Partner/Subscription/index.d.ts +6 -6
- package/models/Partnership/Partner/Subscription/index.js +8 -15
- package/models/Partnership/Partner/Subscription/types.d.ts +1 -1
- package/models/Partnership/Partner/Subscription/types.js +2 -5
- package/models/Partnership/Partner/index.d.ts +2 -2
- package/models/Partnership/Partner/index.js +3 -10
- package/models/Partnership/Partner/types.js +1 -2
- package/models/Partnership/Payment/index.d.ts +2 -2
- package/models/Partnership/Payment/index.js +2 -8
- package/models/Partnership/Payment/types.js +1 -2
- package/models/Partnership/Plan/basic.d.ts +2 -3
- package/models/Partnership/Plan/basic.js +12 -18
- package/models/Partnership/Plan/index.d.ts +4 -4
- package/models/Partnership/Plan/index.js +3 -10
- package/models/Partnership/Plan/types.d.ts +1 -1
- package/models/Partnership/Plan/types.js +2 -5
- package/models/Partnership/basic.d.ts +2 -3
- package/models/Partnership/basic.js +4 -10
- package/models/Partnership/index.d.ts +5 -5
- package/models/Partnership/index.js +5 -11
- package/models/Partnership/types.d.ts +1 -1
- package/models/Partnership/types.js +4 -7
- package/models/Payment/basic.d.ts +3 -4
- package/models/Payment/basic.js +7 -13
- package/models/Payment/index.d.ts +2 -2
- package/models/Payment/index.js +2 -8
- package/models/Payment/types.d.ts +1 -1
- package/models/Payment/types.js +4 -7
- package/models/Player/basic.d.ts +2 -2
- package/models/Player/basic.js +4 -10
- package/models/Player/types.js +1 -2
- package/models/Repertory/basic.d.ts +2 -3
- package/models/Repertory/basic.js +2 -8
- package/models/Repertory/types.js +1 -2
- package/models/User/Group/index.d.ts +3 -3
- package/models/User/Group/index.js +8 -15
- package/models/User/Group/types.d.ts +1 -1
- package/models/User/Group/types.js +1 -2
- package/models/User/Notification/index.d.ts +6 -6
- package/models/User/Notification/index.js +18 -20
- package/models/User/Notification/types.d.ts +1 -1
- package/models/User/Notification/types.js +1 -2
- package/models/User/basic.d.ts +2 -2
- package/models/User/basic.js +4 -10
- package/models/User/index.d.ts +8 -8
- package/models/User/index.js +18 -24
- package/models/User/types.d.ts +1 -1
- package/models/User/types.js +12 -15
- package/models/WebhookEvent/index.d.ts +3 -4
- package/models/WebhookEvent/index.js +2 -8
- package/models/WebhookEvent/types.d.ts +1 -1
- package/models/WebhookEvent/types.js +2 -5
- package/package.json +2 -1
- package/types/firestore.js +2 -5
- package/types/messagebirdChatWidget.js +1 -2
package/functions/auth.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
package/functions/customer.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
package/functions/event.js
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EventoFbFunctionsTypes = void 0;
|
|
4
|
-
var EventoFbFunctionsTypes;
|
|
1
|
+
export var EventoFbFunctionsTypes;
|
|
5
2
|
(function (EventoFbFunctionsTypes) {
|
|
6
3
|
let RelationAction;
|
|
7
4
|
(function (RelationAction) {
|
|
@@ -22,4 +19,4 @@ var EventoFbFunctionsTypes;
|
|
|
22
19
|
(function (UndoAction) {
|
|
23
20
|
UndoAction["Undo"] = "undo";
|
|
24
21
|
})(UndoAction = EventoFbFunctionsTypes.UndoAction || (EventoFbFunctionsTypes.UndoAction = {}));
|
|
25
|
-
})(EventoFbFunctionsTypes
|
|
22
|
+
})(EventoFbFunctionsTypes || (EventoFbFunctionsTypes = {}));
|
package/functions/eventPlayer.js
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EventoPlayerFbFunctionsTypes = void 0;
|
|
4
|
-
var EventoPlayerFbFunctionsTypes;
|
|
1
|
+
export var EventoPlayerFbFunctionsTypes;
|
|
5
2
|
(function (EventoPlayerFbFunctionsTypes) {
|
|
6
3
|
// eventPlayer-switchAssistance
|
|
7
4
|
let SwitchAssistanceActions;
|
|
@@ -10,4 +7,4 @@ var EventoPlayerFbFunctionsTypes;
|
|
|
10
7
|
SwitchAssistanceActions["Decline"] = "decline";
|
|
11
8
|
SwitchAssistanceActions["Undo"] = "undo";
|
|
12
9
|
})(SwitchAssistanceActions = EventoPlayerFbFunctionsTypes.SwitchAssistanceActions || (EventoPlayerFbFunctionsTypes.SwitchAssistanceActions = {}));
|
|
13
|
-
})(EventoPlayerFbFunctionsTypes
|
|
10
|
+
})(EventoPlayerFbFunctionsTypes || (EventoPlayerFbFunctionsTypes = {}));
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
package/functions/federation.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
package/functions/group.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
package/functions/groupPlayer.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
package/functions/index.js
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FbFunctionName = void 0;
|
|
4
|
-
var FbFunctionName;
|
|
1
|
+
export var FbFunctionName;
|
|
5
2
|
(function (FbFunctionName) {
|
|
6
3
|
FbFunctionName["Auth"] = "auth";
|
|
7
4
|
FbFunctionName["CustomerAddConfirmedAdmin"] = "customer-addConfirmedAdmin";
|
|
@@ -123,4 +120,4 @@ var FbFunctionName;
|
|
|
123
120
|
FbFunctionName["WebhookGocardless"] = "webhook-gocardless";
|
|
124
121
|
FbFunctionName["WebhookMessagebird"] = "webhook-messagebird";
|
|
125
122
|
FbFunctionName["WebhookEventOnCreate"] = "webhookEvent-onCreate";
|
|
126
|
-
})(FbFunctionName
|
|
123
|
+
})(FbFunctionName || (FbFunctionName = {}));
|
package/functions/jwt.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
package/functions/misc.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
package/functions/partner.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
package/functions/partnership.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
package/functions/regions.js
CHANGED
|
@@ -1,135 +1,131 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.getFunctionRegion = exports.GCloudRegions = void 0;
|
|
4
|
-
const index_1 = require("./index");
|
|
5
|
-
var GCloudRegions;
|
|
1
|
+
import { FbFunctionName } from './index';
|
|
2
|
+
export var GCloudRegions;
|
|
6
3
|
(function (GCloudRegions) {
|
|
7
4
|
GCloudRegions["EuropeWest1"] = "europe-west1";
|
|
8
5
|
GCloudRegions["EuropeWest6"] = "europe-west6";
|
|
9
6
|
GCloudRegions["UsCentral1"] = "us-central1";
|
|
10
|
-
})(GCloudRegions
|
|
7
|
+
})(GCloudRegions || (GCloudRegions = {}));
|
|
11
8
|
const defaultRegion = GCloudRegions.UsCentral1;
|
|
12
9
|
const regionByFunctions = {
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
20
|
-
[
|
|
21
|
-
[
|
|
22
|
-
[
|
|
23
|
-
[
|
|
24
|
-
[
|
|
25
|
-
[
|
|
26
|
-
[
|
|
27
|
-
[
|
|
28
|
-
[
|
|
29
|
-
[
|
|
30
|
-
[
|
|
31
|
-
[
|
|
32
|
-
[
|
|
33
|
-
[
|
|
34
|
-
[
|
|
35
|
-
[
|
|
36
|
-
[
|
|
37
|
-
[
|
|
38
|
-
[
|
|
39
|
-
[
|
|
40
|
-
[
|
|
41
|
-
[
|
|
42
|
-
[
|
|
43
|
-
[
|
|
44
|
-
[
|
|
45
|
-
[
|
|
46
|
-
[
|
|
47
|
-
[
|
|
48
|
-
[
|
|
49
|
-
[
|
|
50
|
-
[
|
|
51
|
-
[
|
|
52
|
-
[
|
|
53
|
-
[
|
|
54
|
-
[
|
|
55
|
-
[
|
|
56
|
-
[
|
|
57
|
-
[
|
|
58
|
-
[
|
|
59
|
-
[
|
|
60
|
-
[
|
|
61
|
-
[
|
|
62
|
-
[
|
|
63
|
-
[
|
|
64
|
-
[
|
|
65
|
-
[
|
|
66
|
-
[
|
|
67
|
-
[
|
|
68
|
-
[
|
|
69
|
-
[
|
|
70
|
-
[
|
|
71
|
-
[
|
|
72
|
-
[
|
|
73
|
-
[
|
|
74
|
-
[
|
|
75
|
-
[
|
|
76
|
-
[
|
|
77
|
-
[
|
|
78
|
-
[
|
|
79
|
-
[
|
|
80
|
-
[
|
|
81
|
-
[
|
|
82
|
-
[
|
|
83
|
-
[
|
|
84
|
-
[
|
|
85
|
-
[
|
|
86
|
-
[
|
|
87
|
-
[
|
|
88
|
-
[
|
|
89
|
-
[
|
|
90
|
-
[
|
|
91
|
-
[
|
|
92
|
-
[
|
|
93
|
-
[
|
|
94
|
-
[
|
|
95
|
-
[
|
|
96
|
-
[
|
|
97
|
-
[
|
|
98
|
-
[
|
|
99
|
-
[
|
|
100
|
-
[
|
|
101
|
-
[
|
|
102
|
-
[
|
|
103
|
-
[
|
|
104
|
-
[
|
|
105
|
-
[
|
|
106
|
-
[
|
|
107
|
-
[
|
|
108
|
-
[
|
|
109
|
-
[
|
|
110
|
-
[
|
|
111
|
-
[
|
|
112
|
-
[
|
|
113
|
-
[
|
|
114
|
-
[
|
|
115
|
-
[
|
|
116
|
-
[
|
|
117
|
-
[
|
|
118
|
-
[
|
|
119
|
-
[
|
|
120
|
-
[
|
|
121
|
-
[
|
|
122
|
-
[
|
|
123
|
-
[
|
|
124
|
-
[
|
|
125
|
-
[
|
|
126
|
-
[
|
|
127
|
-
[
|
|
128
|
-
[
|
|
129
|
-
[
|
|
130
|
-
[
|
|
131
|
-
[
|
|
132
|
-
[
|
|
10
|
+
[FbFunctionName.UserRegister]: GCloudRegions.UsCentral1,
|
|
11
|
+
[FbFunctionName.UserOnCreateDoc]: GCloudRegions.UsCentral1,
|
|
12
|
+
[FbFunctionName.UserOnUpdate]: GCloudRegions.UsCentral1,
|
|
13
|
+
[FbFunctionName.UserRemove]: GCloudRegions.EuropeWest6,
|
|
14
|
+
[FbFunctionName.UserOnLogin]: GCloudRegions.EuropeWest6,
|
|
15
|
+
[FbFunctionName.UserOnSignUp]: GCloudRegions.EuropeWest6,
|
|
16
|
+
[FbFunctionName.CustomerAddConfirmedAdmin]: GCloudRegions.EuropeWest6,
|
|
17
|
+
[FbFunctionName.CustomerPublish]: GCloudRegions.EuropeWest6,
|
|
18
|
+
[FbFunctionName.CustomerCreate]: GCloudRegions.EuropeWest6,
|
|
19
|
+
[FbFunctionName.CustomerRemove]: GCloudRegions.EuropeWest6,
|
|
20
|
+
[FbFunctionName.CustomerEdit]: GCloudRegions.EuropeWest6,
|
|
21
|
+
[FbFunctionName.CustomerGetInvoices]: GCloudRegions.EuropeWest6,
|
|
22
|
+
[FbFunctionName.CustomerGetGocardlessMandate]: GCloudRegions.EuropeWest6,
|
|
23
|
+
[FbFunctionName.CustomerOnUpdate]: GCloudRegions.EuropeWest6,
|
|
24
|
+
[FbFunctionName.CustomerRemoveAdmin]: GCloudRegions.EuropeWest6,
|
|
25
|
+
[FbFunctionName.CustomerStripeSession]: GCloudRegions.EuropeWest6,
|
|
26
|
+
[FbFunctionName.CustomerStripeBillingPortal]: GCloudRegions.EuropeWest6,
|
|
27
|
+
[FbFunctionName.CustomerGroupAdd]: GCloudRegions.EuropeWest6,
|
|
28
|
+
[FbFunctionName.CustomerGroupSetPlan]: GCloudRegions.EuropeWest6,
|
|
29
|
+
[FbFunctionName.CustomerGroupRemove]: GCloudRegions.EuropeWest6,
|
|
30
|
+
[FbFunctionName.CustomerGroupUpgradeSubscription]: GCloudRegions.EuropeWest6,
|
|
31
|
+
[FbFunctionName.JWTGenerate]: GCloudRegions.EuropeWest6,
|
|
32
|
+
[FbFunctionName.GroupPublish]: GCloudRegions.EuropeWest6,
|
|
33
|
+
[FbFunctionName.GroupEdit]: GCloudRegions.EuropeWest6,
|
|
34
|
+
[FbFunctionName.GroupEditInstruments]: GCloudRegions.EuropeWest6,
|
|
35
|
+
[FbFunctionName.GroupEditTemplate]: GCloudRegions.EuropeWest6,
|
|
36
|
+
[FbFunctionName.GroupRemove]: GCloudRegions.UsCentral1,
|
|
37
|
+
[FbFunctionName.GroupChangeStatus]: GCloudRegions.EuropeWest6,
|
|
38
|
+
[FbFunctionName.GroupOnboardingMessages]: GCloudRegions.EuropeWest6,
|
|
39
|
+
[FbFunctionName.GroupOnCreate]: GCloudRegions.UsCentral1,
|
|
40
|
+
[FbFunctionName.GroupOnUpdate]: GCloudRegions.UsCentral1,
|
|
41
|
+
[FbFunctionName.GroupGetById]: GCloudRegions.EuropeWest6,
|
|
42
|
+
[FbFunctionName.GroupSendInvitationEmail]: GCloudRegions.EuropeWest6,
|
|
43
|
+
[FbFunctionName.GroupPlayerUpdateInstruments]: GCloudRegions.UsCentral1,
|
|
44
|
+
[FbFunctionName.GroupPlayerAdd]: GCloudRegions.UsCentral1,
|
|
45
|
+
[FbFunctionName.GroupPlayerJoin]: GCloudRegions.UsCentral1,
|
|
46
|
+
[FbFunctionName.GroupPlayerRemove]: GCloudRegions.UsCentral1,
|
|
47
|
+
[FbFunctionName.GroupPlayerLeave]: GCloudRegions.UsCentral1,
|
|
48
|
+
[FbFunctionName.GroupPlayerSwitchAdmin]: GCloudRegions.UsCentral1,
|
|
49
|
+
[FbFunctionName.GroupPlayerOnUpdate]: GCloudRegions.UsCentral1,
|
|
50
|
+
[FbFunctionName.GroupPlayerEventOnUpdate]: GCloudRegions.UsCentral1,
|
|
51
|
+
[FbFunctionName.GroupRepertoryPublish]: GCloudRegions.UsCentral1,
|
|
52
|
+
[FbFunctionName.GroupRepertoryEdit]: GCloudRegions.UsCentral1,
|
|
53
|
+
[FbFunctionName.GroupRepertoryCloneBetweenGroups]: GCloudRegions.EuropeWest6,
|
|
54
|
+
[FbFunctionName.GroupRepertoryRemove]: GCloudRegions.UsCentral1,
|
|
55
|
+
[FbFunctionName.GroupRepertoryRate]: GCloudRegions.EuropeWest6,
|
|
56
|
+
[FbFunctionName.GroupRepertoryDownloadThemeFiles]: GCloudRegions.UsCentral1,
|
|
57
|
+
[FbFunctionName.GroupRepertoryDownloadFilesBySection]: GCloudRegions.EuropeWest6,
|
|
58
|
+
[FbFunctionName.GroupRepertoryIdentifyInstruments]: GCloudRegions.UsCentral1,
|
|
59
|
+
[FbFunctionName.GroupRepertoryIdentifyInstrumentsFromFileNames]: GCloudRegions.UsCentral1,
|
|
60
|
+
[FbFunctionName.GroupRepertoryClaimMusicSheet]: GCloudRegions.UsCentral1,
|
|
61
|
+
[FbFunctionName.GroupRepertoryOnCreate]: GCloudRegions.UsCentral1,
|
|
62
|
+
[FbFunctionName.GroupRepertoryOnUpdate]: GCloudRegions.UsCentral1,
|
|
63
|
+
[FbFunctionName.CommunicationPublish]: GCloudRegions.UsCentral1,
|
|
64
|
+
[FbFunctionName.CommunicationEdit]: GCloudRegions.UsCentral1,
|
|
65
|
+
[FbFunctionName.CommunicationRemove]: GCloudRegions.UsCentral1,
|
|
66
|
+
[FbFunctionName.CommunicationCommentPublish]: GCloudRegions.EuropeWest6,
|
|
67
|
+
[FbFunctionName.EventPublish]: GCloudRegions.UsCentral1,
|
|
68
|
+
[FbFunctionName.EventNotifyPendingPlayers]: GCloudRegions.UsCentral1,
|
|
69
|
+
[FbFunctionName.EventSetRollcall]: GCloudRegions.UsCentral1,
|
|
70
|
+
[FbFunctionName.EventEdit]: GCloudRegions.UsCentral1,
|
|
71
|
+
[FbFunctionName.EventEditDatetime]: GCloudRegions.UsCentral1,
|
|
72
|
+
[FbFunctionName.EventEditResponseDeadline]: GCloudRegions.EuropeWest6,
|
|
73
|
+
[FbFunctionName.EventCloseSelection]: GCloudRegions.EuropeWest6,
|
|
74
|
+
[FbFunctionName.EventGetById]: GCloudRegions.EuropeWest6,
|
|
75
|
+
[FbFunctionName.EventRemove]: GCloudRegions.UsCentral1,
|
|
76
|
+
[FbFunctionName.EventOnCreate]: GCloudRegions.UsCentral1,
|
|
77
|
+
[FbFunctionName.EventOnUpdate]: GCloudRegions.UsCentral1,
|
|
78
|
+
[FbFunctionName.EventPlayerSwitchAssistance]: GCloudRegions.UsCentral1,
|
|
79
|
+
[FbFunctionName.EventPlayerEditPlayerAttendance]: GCloudRegions.EuropeWest6,
|
|
80
|
+
[FbFunctionName.EventPlayerSetReasonAttendance]: GCloudRegions.EuropeWest6,
|
|
81
|
+
[FbFunctionName.EventPlayerValidateRollCall]: GCloudRegions.EuropeWest6,
|
|
82
|
+
[FbFunctionName.EventPlayerSwitchInterest]: GCloudRegions.EuropeWest6,
|
|
83
|
+
[FbFunctionName.EventPlayerEdit]: GCloudRegions.UsCentral1,
|
|
84
|
+
[FbFunctionName.EventRepertoryEdit]: GCloudRegions.UsCentral1,
|
|
85
|
+
[FbFunctionName.EventRepertoryDownloadPdf]: GCloudRegions.EuropeWest6,
|
|
86
|
+
[FbFunctionName.EventRepertoryDownload]: GCloudRegions.EuropeWest6,
|
|
87
|
+
[FbFunctionName.FederationAddPendingAdmin]: GCloudRegions.EuropeWest6,
|
|
88
|
+
[FbFunctionName.FederationAddConfirmedAdmin]: GCloudRegions.EuropeWest6,
|
|
89
|
+
[FbFunctionName.FederationRemoveAdmin]: GCloudRegions.EuropeWest6,
|
|
90
|
+
[FbFunctionName.FederationConfirmAdmin]: GCloudRegions.EuropeWest6,
|
|
91
|
+
[FbFunctionName.FederationCreate]: GCloudRegions.EuropeWest6,
|
|
92
|
+
[FbFunctionName.FederationEdit]: GCloudRegions.EuropeWest6,
|
|
93
|
+
[FbFunctionName.FederationRemove]: GCloudRegions.EuropeWest6,
|
|
94
|
+
[FbFunctionName.FederationGetEvents]: GCloudRegions.EuropeWest6,
|
|
95
|
+
[FbFunctionName.FederationPartnershipAdd]: GCloudRegions.EuropeWest6,
|
|
96
|
+
[FbFunctionName.FederationPartnershipAddManual]: GCloudRegions.EuropeWest6,
|
|
97
|
+
[FbFunctionName.FederationPartnershipRemove]: GCloudRegions.EuropeWest6,
|
|
98
|
+
[FbFunctionName.FederationPartnershipRemoveManual]: GCloudRegions.EuropeWest6,
|
|
99
|
+
[FbFunctionName.FederationPartnershipEditManual]: GCloudRegions.EuropeWest6,
|
|
100
|
+
[FbFunctionName.FederationPartnershipEditCountManual]: GCloudRegions.EuropeWest6,
|
|
101
|
+
[FbFunctionName.FederationPartnershipGetByToken]: GCloudRegions.EuropeWest6,
|
|
102
|
+
[FbFunctionName.FederationPartnershipConnect]: GCloudRegions.EuropeWest6,
|
|
103
|
+
[FbFunctionName.FederationPartnershipSendInvitationToJoinEmail]: GCloudRegions.EuropeWest6,
|
|
104
|
+
[FbFunctionName.FederationGetConfederation]: GCloudRegions.EuropeWest6,
|
|
105
|
+
[FbFunctionName.MiscValidateUsername]: GCloudRegions.UsCentral1,
|
|
106
|
+
[FbFunctionName.NotificationMarkAllAsReaded]: GCloudRegions.UsCentral1,
|
|
107
|
+
[FbFunctionName.PartnershipCreate]: GCloudRegions.EuropeWest6,
|
|
108
|
+
[FbFunctionName.PartnershipEdit]: GCloudRegions.EuropeWest6,
|
|
109
|
+
[FbFunctionName.PartnershipRemove]: GCloudRegions.EuropeWest6,
|
|
110
|
+
[FbFunctionName.PartnershipOnUpdate]: GCloudRegions.EuropeWest6,
|
|
111
|
+
[FbFunctionName.PartnershipAddConfirmedAdmin]: GCloudRegions.EuropeWest6,
|
|
112
|
+
[FbFunctionName.PartnershipRemoveAdmin]: GCloudRegions.EuropeWest6,
|
|
113
|
+
[FbFunctionName.PartnershipGroupAdd]: GCloudRegions.EuropeWest6,
|
|
114
|
+
[FbFunctionName.PartnershipGroupRemove]: GCloudRegions.EuropeWest6,
|
|
115
|
+
[FbFunctionName.MiscAddSubscriber]: GCloudRegions.EuropeWest6,
|
|
116
|
+
[FbFunctionName.Auth]: GCloudRegions.UsCentral1,
|
|
117
|
+
[FbFunctionName.GroupCronSatistactionIndexWeekly]: GCloudRegions.EuropeWest6,
|
|
118
|
+
[FbFunctionName.MetricsDaily]: GCloudRegions.EuropeWest6,
|
|
119
|
+
[FbFunctionName.MetricsWeekly]: GCloudRegions.EuropeWest6,
|
|
120
|
+
[FbFunctionName.MiscScheduledFirestoreExport]: GCloudRegions.EuropeWest6,
|
|
121
|
+
[FbFunctionName.ReminderResponseDeadlineSoon]: GCloudRegions.EuropeWest6,
|
|
122
|
+
[FbFunctionName.ReminderDatetime]: GCloudRegions.EuropeWest6,
|
|
123
|
+
[FbFunctionName.ReminderResponseDeadlineEnded]: GCloudRegions.EuropeWest6,
|
|
124
|
+
[FbFunctionName.ReminderRollCall]: GCloudRegions.EuropeWest1,
|
|
125
|
+
[FbFunctionName.ReminderBiweeklyEventsEmail]: GCloudRegions.EuropeWest6,
|
|
126
|
+
[FbFunctionName.WebhookStripe]: GCloudRegions.EuropeWest6,
|
|
127
|
+
[FbFunctionName.WebhookGocardless]: GCloudRegions.EuropeWest6,
|
|
128
|
+
[FbFunctionName.WebhookMessagebird]: GCloudRegions.EuropeWest6,
|
|
129
|
+
[FbFunctionName.WebhookEventOnCreate]: GCloudRegions.EuropeWest6,
|
|
133
130
|
};
|
|
134
|
-
const getFunctionRegion = (fn) => regionByFunctions[fn] || defaultRegion;
|
|
135
|
-
exports.getFunctionRegion = getFunctionRegion;
|
|
131
|
+
export const getFunctionRegion = (fn) => regionByFunctions[fn] || defaultRegion;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
package/functions/user.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
export {};
|
package/helpers/appScenes.js
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AppScenes = void 0;
|
|
4
|
-
var AppScenes;
|
|
1
|
+
export var AppScenes;
|
|
5
2
|
(function (AppScenes) {
|
|
6
3
|
AppScenes["App"] = "App";
|
|
7
4
|
AppScenes["AuthLoading"] = "AuthLoading";
|
|
@@ -84,4 +81,4 @@ var AppScenes;
|
|
|
84
81
|
AppScenes["NewGroupMusicStyle"] = "NewGroupMusicStyle";
|
|
85
82
|
AppScenes["Drawer"] = "Drawer";
|
|
86
83
|
AppScenes["EventStage"] = "EventStage";
|
|
87
|
-
})(AppScenes
|
|
84
|
+
})(AppScenes || (AppScenes = {}));
|
package/helpers/audios.js
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.audioExtensionToMimeType = exports.audioMimeTypes = exports.audioExtensions = void 0;
|
|
4
|
-
const lodash_1 = require("lodash");
|
|
5
|
-
const ts_extras_1 = require("./ts-extras");
|
|
1
|
+
import { uniq } from 'lodash';
|
|
2
|
+
import { objectKeys } from './ts-extras';
|
|
6
3
|
const extensionToMimetype = {
|
|
7
4
|
'.abs': 'audio/x-mpeg',
|
|
8
5
|
'.aif': 'audio/x-aiff',
|
|
@@ -28,7 +25,6 @@ const extensionToMimetype = {
|
|
|
28
25
|
'.ulw': 'audio/basic',
|
|
29
26
|
'.wav': 'audio/x-wav',
|
|
30
27
|
};
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
const audioExtensionToMimeType = (ext) => extensionToMimetype[ext];
|
|
34
|
-
exports.audioExtensionToMimeType = audioExtensionToMimeType;
|
|
28
|
+
export const audioExtensions = objectKeys(extensionToMimetype);
|
|
29
|
+
export const audioMimeTypes = uniq(Object.values(extensionToMimetype));
|
|
30
|
+
export const audioExtensionToMimeType = (ext) => extensionToMimetype[ext];
|
package/helpers/auth.js
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getAuthURL = exports.AuthErrors = void 0;
|
|
4
|
-
const lang_1 = require("../lang");
|
|
1
|
+
import { defaultLocale } from '../lang';
|
|
5
2
|
const AUTH_HOST = 'https://auth.glissandoo.com';
|
|
6
|
-
var AuthErrors;
|
|
3
|
+
export var AuthErrors;
|
|
7
4
|
(function (AuthErrors) {
|
|
8
5
|
AuthErrors["NoSuperAdmin"] = "error.auth.notSuperadmin";
|
|
9
6
|
AuthErrors["NoGroupAdmin"] = "error.auth.notGroupAdmin";
|
|
@@ -11,9 +8,9 @@ var AuthErrors;
|
|
|
11
8
|
AuthErrors["NoFederationAdmin"] = "error.auth.noFederationAdmin";
|
|
12
9
|
AuthErrors["NoPartnerhispAdmin"] = "error.auth.noPartnershipAdmin";
|
|
13
10
|
AuthErrors["Unauthenticated"] = "error.auth.unauthenticated";
|
|
14
|
-
})(AuthErrors
|
|
15
|
-
const getAuthURL = (path, lang, params) => {
|
|
16
|
-
const url = new URL(lang ===
|
|
11
|
+
})(AuthErrors || (AuthErrors = {}));
|
|
12
|
+
export const getAuthURL = (path, lang, params) => {
|
|
13
|
+
const url = new URL(lang === defaultLocale ? path : [lang, path].join('/'), AUTH_HOST);
|
|
17
14
|
Object.entries(params || {}).forEach(([key, value]) => {
|
|
18
15
|
if (typeof value === 'string') {
|
|
19
16
|
url.searchParams.set(key, value);
|
|
@@ -21,4 +18,3 @@ const getAuthURL = (path, lang, params) => {
|
|
|
21
18
|
});
|
|
22
19
|
return url.toString();
|
|
23
20
|
};
|
|
24
|
-
exports.getAuthURL = getAuthURL;
|
package/helpers/badges.js
CHANGED
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
var
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.getImageLevelBadge = exports.getLevelsCountBadge = exports.getLevelsDataBadge = exports.badgesLevels = exports.BadgesTypes = void 0;
|
|
7
|
-
const get_1 = __importDefault(require("lodash/get"));
|
|
8
|
-
var BadgesTypes;
|
|
1
|
+
import get from 'lodash/get';
|
|
2
|
+
export var BadgesTypes;
|
|
9
3
|
(function (BadgesTypes) {
|
|
10
4
|
BadgesTypes["AccPerformances"] = "badgeAccPerformances";
|
|
11
5
|
BadgesTypes["AccPractices"] = "badgeAccPractices";
|
|
12
6
|
BadgesTypes["StrikePractices"] = "badgeStrikePractices";
|
|
13
7
|
BadgesTypes["AnswerEvents"] = "badgeAnswerEvents";
|
|
14
|
-
})(BadgesTypes
|
|
15
|
-
|
|
8
|
+
})(BadgesTypes || (BadgesTypes = {}));
|
|
9
|
+
export const badgesLevels = {
|
|
16
10
|
badgeAccPerformances: {
|
|
17
11
|
1: {
|
|
18
12
|
count: 1,
|
|
@@ -142,21 +136,18 @@ exports.badgesLevels = {
|
|
|
142
136
|
},
|
|
143
137
|
},
|
|
144
138
|
};
|
|
145
|
-
const getLevelsDataBadge = (field) => {
|
|
146
|
-
return
|
|
139
|
+
export const getLevelsDataBadge = (field) => {
|
|
140
|
+
return badgesLevels[field];
|
|
147
141
|
};
|
|
148
|
-
|
|
149
|
-
const
|
|
150
|
-
const data = (0, exports.getLevelsDataBadge)(field);
|
|
142
|
+
export const getLevelsCountBadge = (field) => {
|
|
143
|
+
const data = getLevelsDataBadge(field);
|
|
151
144
|
return Object.values(data).map((item) => item.count);
|
|
152
145
|
};
|
|
153
|
-
|
|
154
|
-
const
|
|
155
|
-
const imagePath = (0, get_1.default)(exports.badgesLevels, [
|
|
146
|
+
export const getImageLevelBadge = (field, level, disabled) => {
|
|
147
|
+
const imagePath = get(badgesLevels, [
|
|
156
148
|
field,
|
|
157
149
|
level,
|
|
158
150
|
disabled ? 'imagePathDisabled' : 'imagePath',
|
|
159
151
|
]);
|
|
160
152
|
return imagePath || '';
|
|
161
153
|
};
|
|
162
|
-
exports.getImageLevelBadge = getImageLevelBadge;
|
package/helpers/collections.js
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CollectionNames = void 0;
|
|
4
|
-
var CollectionNames;
|
|
1
|
+
export var CollectionNames;
|
|
5
2
|
(function (CollectionNames) {
|
|
6
3
|
CollectionNames["Communication"] = "communication";
|
|
7
4
|
CollectionNames["CommunicationComments"] = "comments";
|
|
@@ -35,4 +32,4 @@ var CollectionNames;
|
|
|
35
32
|
CollectionNames["Federation"] = "federation";
|
|
36
33
|
CollectionNames["FederationPartnerships"] = "partnerships";
|
|
37
34
|
CollectionNames["WebhookEvent"] = "webhookEvent";
|
|
38
|
-
})(CollectionNames
|
|
35
|
+
})(CollectionNames || (CollectionNames = {}));
|
package/helpers/countries.js
CHANGED
package/helpers/dlinks.js
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DLinkActions = void 0;
|
|
4
|
-
var DLinkActions;
|
|
1
|
+
export var DLinkActions;
|
|
5
2
|
(function (DLinkActions) {
|
|
6
3
|
DLinkActions["JoinGroup"] = "joingroup";
|
|
7
4
|
DLinkActions["JoinEvent"] = "joinevent";
|
|
8
5
|
DLinkActions["Group"] = "group";
|
|
9
6
|
DLinkActions["Event"] = "event";
|
|
10
7
|
DLinkActions["RollCall"] = "rollcall";
|
|
11
|
-
})(DLinkActions
|
|
8
|
+
})(DLinkActions || (DLinkActions = {}));
|
package/helpers/errors.js
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.HttpsErrorMessages = void 0;
|
|
4
|
-
var HttpsErrorMessages;
|
|
1
|
+
export var HttpsErrorMessages;
|
|
5
2
|
(function (HttpsErrorMessages) {
|
|
6
3
|
HttpsErrorMessages["InvalidGroup"] = "error.group.noValid";
|
|
7
4
|
HttpsErrorMessages["InvalidGroupRemoveAdmin"] = "error.group.oneAdmin";
|
|
@@ -61,4 +58,4 @@ var HttpsErrorMessages;
|
|
|
61
58
|
HttpsErrorMessages["CustomerGroupNoSubscriptionFound"] = "error.customerGroup.noSubscriptionFound";
|
|
62
59
|
HttpsErrorMessages["PlayersWithCustomInstrumentsToBeDeleted"] = "error.group.playersWithCustomInstrumentsToBeDeleted";
|
|
63
60
|
HttpsErrorMessages["ThemesWithCustomInstrumentsToBeDeleted"] = "error.group.themesWithCustomInstrumentsToBeDeleted";
|
|
64
|
-
})(HttpsErrorMessages
|
|
61
|
+
})(HttpsErrorMessages || (HttpsErrorMessages = {}));
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
exports.fileSectionIdList = [
|
|
7
|
-
...Object.values(instruments_1.DefaultInstrumentId),
|
|
8
|
-
...Object.values(types_1.FileSectionIdReserved),
|
|
1
|
+
import { FileSectionIdReserved, } from '../../models/Group/Repertory/File/Section/types';
|
|
2
|
+
import { DefaultInstrumentId } from '../instruments';
|
|
3
|
+
export const fileSectionIdList = [
|
|
4
|
+
...Object.values(DefaultInstrumentId),
|
|
5
|
+
...Object.values(FileSectionIdReserved),
|
|
9
6
|
];
|