@glissandoo/lib 1.103.0 → 1.103.1

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.
@@ -44,6 +44,15 @@ export declare namespace GroupRepertoryFbFunctionsTypes {
44
44
  path: string;
45
45
  filename: string;
46
46
  }
47
+ export interface DownloadThemeBySectionsParams {
48
+ groupId: string;
49
+ themeId: string;
50
+ sectionIds: FileSectionId[];
51
+ }
52
+ export interface DownloadThemeBySectionsResult {
53
+ path: string;
54
+ filename: string;
55
+ }
47
56
  export interface DownloadFileType {
48
57
  id: string;
49
58
  tagId: string | null;
@@ -86,6 +86,7 @@ export declare enum FbFunctionName {
86
86
  GroupRepertoryCloneBetweenGroups = "groupRepertory-cloneBetweenGroups",
87
87
  GroupRepertoryDownloadFilesBySection = "groupRepertory-downloadFilesBySection",
88
88
  GroupRepertoryDownloadThemeFiles = "groupRepertory-downloadThemeFiles",
89
+ GroupRepertoryDownloadThemeBySections = "groupRepertory-downloadFilesBySections",
89
90
  GroupRepertoryEdit = "groupRepertory-edit",
90
91
  GroupRepertoryIdentifyInstruments = "groupRepertory-identifyInstruments",
91
92
  GroupRepertoryIdentifyInstrumentsFromFileNames = "groupRepertory-identifyInstrumentsFromFileNames",
@@ -90,6 +90,7 @@ var FbFunctionName;
90
90
  FbFunctionName["GroupRepertoryCloneBetweenGroups"] = "groupRepertory-cloneBetweenGroups";
91
91
  FbFunctionName["GroupRepertoryDownloadFilesBySection"] = "groupRepertory-downloadFilesBySection";
92
92
  FbFunctionName["GroupRepertoryDownloadThemeFiles"] = "groupRepertory-downloadThemeFiles";
93
+ FbFunctionName["GroupRepertoryDownloadThemeBySections"] = "groupRepertory-downloadFilesBySections";
93
94
  FbFunctionName["GroupRepertoryEdit"] = "groupRepertory-edit";
94
95
  FbFunctionName["GroupRepertoryIdentifyInstruments"] = "groupRepertory-identifyInstruments";
95
96
  FbFunctionName["GroupRepertoryIdentifyInstrumentsFromFileNames"] = "groupRepertory-identifyInstrumentsFromFileNames";
@@ -96,6 +96,7 @@ const regionByFunctions = {
96
96
  [index_1.FbFunctionName.GroupRepertoryClaimMusicSheet]: GCloudRegions.UsCentral1,
97
97
  [index_1.FbFunctionName.GroupRepertoryCloneBetweenGroups]: GCloudRegions.EuropeWest6,
98
98
  [index_1.FbFunctionName.GroupRepertoryDownloadFilesBySection]: GCloudRegions.EuropeWest6,
99
+ [index_1.FbFunctionName.GroupRepertoryDownloadThemeBySections]: GCloudRegions.EuropeWest6,
99
100
  [index_1.FbFunctionName.GroupRepertoryDownloadThemeFiles]: GCloudRegions.UsCentral1,
100
101
  [index_1.FbFunctionName.GroupRepertoryEdit]: GCloudRegions.UsCentral1,
101
102
  [index_1.FbFunctionName.GroupRepertoryIdentifyInstruments]: GCloudRegions.UsCentral1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glissandoo/lib",
3
- "version": "1.103.0",
3
+ "version": "1.103.1",
4
4
  "description": "Glissandoo library js",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",