@glissandoo/lib 1.57.1 → 1.59.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/group.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GroupBasicData, GroupCreatedOn, GroupData, GroupStatus } from '../models/Group/types';
|
|
1
|
+
import { GroupBasicData, GroupCreatedOn, GroupData, GroupStatus, GroupTemplateData } from '../models/Group/types';
|
|
2
2
|
export declare namespace GroupFbFunctionsTypes {
|
|
3
3
|
interface PublishParams {
|
|
4
4
|
displayName: string;
|
|
@@ -34,6 +34,14 @@ export declare namespace GroupFbFunctionsTypes {
|
|
|
34
34
|
ignoreRepertoryRules: boolean;
|
|
35
35
|
}
|
|
36
36
|
type EditInstrumentsResult = void;
|
|
37
|
+
interface EditTemplateParams {
|
|
38
|
+
groupId: string;
|
|
39
|
+
templateId: string;
|
|
40
|
+
title: string;
|
|
41
|
+
playerIds: string[];
|
|
42
|
+
updateRelatedFutureEvents: boolean;
|
|
43
|
+
}
|
|
44
|
+
type EditTemplateResult = GroupTemplateData;
|
|
37
45
|
interface RemoveParams {
|
|
38
46
|
groupId: string;
|
|
39
47
|
}
|
package/functions/index.d.ts
CHANGED
|
@@ -60,6 +60,7 @@ export declare enum FbFunctionName {
|
|
|
60
60
|
GroupChangeStatus = "group-changeStatus",
|
|
61
61
|
GroupCronSatistactionIndexWeekly = "group-cronSatistactionIndexWeekly",
|
|
62
62
|
GroupEdit = "group-edit",
|
|
63
|
+
GroupEditTemplate = "group-editTemplate",
|
|
63
64
|
GroupEditInstruments = "group-editInstruments",
|
|
64
65
|
GroupGetById = "group-getById",
|
|
65
66
|
GroupOnboardingMessages = "group-onboardingMessages",
|
package/functions/index.js
CHANGED
|
@@ -64,6 +64,7 @@ var FbFunctionName;
|
|
|
64
64
|
FbFunctionName["GroupChangeStatus"] = "group-changeStatus";
|
|
65
65
|
FbFunctionName["GroupCronSatistactionIndexWeekly"] = "group-cronSatistactionIndexWeekly";
|
|
66
66
|
FbFunctionName["GroupEdit"] = "group-edit";
|
|
67
|
+
FbFunctionName["GroupEditTemplate"] = "group-editTemplate";
|
|
67
68
|
FbFunctionName["GroupEditInstruments"] = "group-editInstruments";
|
|
68
69
|
FbFunctionName["GroupGetById"] = "group-getById";
|
|
69
70
|
FbFunctionName["GroupOnboardingMessages"] = "group-onboardingMessages";
|
package/functions/regions.js
CHANGED
|
@@ -35,6 +35,7 @@ const regionByFunctions = {
|
|
|
35
35
|
[index_1.FbFunctionName.GroupPublish]: GCloudRegions.EuropeWest6,
|
|
36
36
|
[index_1.FbFunctionName.GroupEdit]: GCloudRegions.EuropeWest6,
|
|
37
37
|
[index_1.FbFunctionName.GroupEditInstruments]: GCloudRegions.EuropeWest6,
|
|
38
|
+
[index_1.FbFunctionName.GroupEditTemplate]: GCloudRegions.EuropeWest6,
|
|
38
39
|
[index_1.FbFunctionName.GroupRemove]: GCloudRegions.UsCentral1,
|
|
39
40
|
[index_1.FbFunctionName.GroupChangeStatus]: GCloudRegions.EuropeWest6,
|
|
40
41
|
[index_1.FbFunctionName.GroupOnboardingMessages]: GCloudRegions.EuropeWest6,
|
|
@@ -70,15 +70,10 @@ exports.orders = {
|
|
|
70
70
|
instruments_1.DefaultInstrumentId.FluteLow,
|
|
71
71
|
instruments_1.DefaultInstrumentId.Oboe,
|
|
72
72
|
instruments_1.DefaultInstrumentId.EnglishHorn,
|
|
73
|
-
instruments_1.DefaultInstrumentId.Bassoon,
|
|
74
|
-
instruments_1.DefaultInstrumentId.BassoonContra,
|
|
75
|
-
instruments_1.DefaultInstrumentId.ClarinetLittle,
|
|
76
73
|
instruments_1.DefaultInstrumentId.Clarinet,
|
|
77
74
|
instruments_1.DefaultInstrumentId.ClarinetBass,
|
|
78
|
-
instruments_1.DefaultInstrumentId.
|
|
79
|
-
instruments_1.DefaultInstrumentId.
|
|
80
|
-
instruments_1.DefaultInstrumentId.SaxTenor,
|
|
81
|
-
instruments_1.DefaultInstrumentId.SaxBaritone,
|
|
75
|
+
instruments_1.DefaultInstrumentId.Bassoon,
|
|
76
|
+
instruments_1.DefaultInstrumentId.BassoonContra,
|
|
82
77
|
instruments_1.DefaultInstrumentId.FrenchHorn,
|
|
83
78
|
instruments_1.DefaultInstrumentId.FlugeHorn,
|
|
84
79
|
instruments_1.DefaultInstrumentId.Trumpet,
|
|
@@ -109,16 +104,9 @@ exports.orders = {
|
|
|
109
104
|
],
|
|
110
105
|
[index_1.MusicStyleId.BigBand]: [
|
|
111
106
|
instruments_1.DefaultInstrumentId.MusicConductor,
|
|
112
|
-
instruments_1.DefaultInstrumentId.Piccolo,
|
|
113
107
|
instruments_1.DefaultInstrumentId.Flute,
|
|
114
|
-
instruments_1.DefaultInstrumentId.FluteLow,
|
|
115
108
|
instruments_1.DefaultInstrumentId.Oboe,
|
|
116
|
-
instruments_1.DefaultInstrumentId.EnglishHorn,
|
|
117
|
-
instruments_1.DefaultInstrumentId.Bassoon,
|
|
118
|
-
instruments_1.DefaultInstrumentId.BassoonContra,
|
|
119
|
-
instruments_1.DefaultInstrumentId.ClarinetLittle,
|
|
120
109
|
instruments_1.DefaultInstrumentId.Clarinet,
|
|
121
|
-
instruments_1.DefaultInstrumentId.ClarinetBass,
|
|
122
110
|
instruments_1.DefaultInstrumentId.SaxSoprano,
|
|
123
111
|
instruments_1.DefaultInstrumentId.SaxAlto,
|
|
124
112
|
instruments_1.DefaultInstrumentId.SaxTenor,
|
|
@@ -127,11 +115,8 @@ exports.orders = {
|
|
|
127
115
|
instruments_1.DefaultInstrumentId.FlugeHorn,
|
|
128
116
|
instruments_1.DefaultInstrumentId.Trumpet,
|
|
129
117
|
instruments_1.DefaultInstrumentId.Trombone,
|
|
130
|
-
instruments_1.DefaultInstrumentId.TromboneLow,
|
|
131
118
|
instruments_1.DefaultInstrumentId.Euphonium,
|
|
132
119
|
instruments_1.DefaultInstrumentId.Tuba,
|
|
133
|
-
instruments_1.DefaultInstrumentId.Cello,
|
|
134
|
-
instruments_1.DefaultInstrumentId.DoubleBass,
|
|
135
120
|
instruments_1.DefaultInstrumentId.Percussion,
|
|
136
121
|
instruments_1.DefaultInstrumentId.DrumSet,
|
|
137
122
|
],
|
package/models/Group/types.d.ts
CHANGED