@windward/integrations 0.19.0 → 0.19.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## Hotfix [0.19.1] - 2025-11-07
|
|
4
|
+
|
|
5
|
+
* Merged in bugfix/LE-2197-org-admin---import-from-resource (pull request #112)
|
|
6
|
+
* Merged in bugfix/LE-2197-org-admin---import-from-resource (pull request #111)
|
|
7
|
+
|
|
8
|
+
|
|
3
9
|
## Release [0.19.0] - 2025-10-29
|
|
4
10
|
|
|
5
11
|
* Merged in feature/LE-2067-scorm-provider (pull request #108)
|
|
@@ -5,9 +5,15 @@ export default {
|
|
|
5
5
|
'plugin->windward->integrations->organization->jobs':
|
|
6
6
|
'Organization Integration Jobs',
|
|
7
7
|
'plugin->windward->integrations->organization->integration':
|
|
8
|
-
'Organization Integrations',
|
|
9
|
-
'plugin->windward->integrations->
|
|
10
|
-
|
|
8
|
+
'Organization Integrations (Read Access Required to use enabled integrations)',
|
|
9
|
+
'plugin->windward->integrations->organization':
|
|
10
|
+
'Remote Organization Access',
|
|
11
|
+
'plugin->windward->integrations->course': 'Remote Course Access',
|
|
12
|
+
'plugin->windward->integrations->content': 'Remote Content Access',
|
|
13
|
+
'plugin->windward->integrations->file':
|
|
14
|
+
'File Integrations View / Manage Remote Files',
|
|
15
|
+
'plugin->windward->integrations->course->file':
|
|
16
|
+
'File Integrations Import to Course (Write Access Required to import)',
|
|
11
17
|
'plugin->windward->integrations->course->externalIntegration':
|
|
12
18
|
'External Integrations (LTI / SCORM / etc)',
|
|
13
19
|
'plugin->windward->integrations->ai':
|
|
@@ -30,10 +36,16 @@ export default {
|
|
|
30
36
|
'Access integration jobs in the current organization',
|
|
31
37
|
'plugin->windward->integrations->organization->integration':
|
|
32
38
|
'Access and manage integrations in the current organization',
|
|
39
|
+
'plugin->windward->integrations->organization':
|
|
40
|
+
'Access and manage remote organizations for imports',
|
|
33
41
|
'plugin->windward->integrations->course':
|
|
34
42
|
'Access and manage course imports',
|
|
35
43
|
'plugin->windward->integrations->content':
|
|
36
44
|
'Access and manage content imports',
|
|
45
|
+
'plugin->windward->integrations->file':
|
|
46
|
+
'Access and manage remote files via their integration. This permission lets you see the available files on remote services like Google Drive, Dropbox, ResourceSpace, etc.',
|
|
47
|
+
'plugin->windward->integrations->course->file':
|
|
48
|
+
'Import files from a remote file integration into a specific course',
|
|
37
49
|
'plugin->windward->integrations->course->externalIntegration':
|
|
38
50
|
'Access and manage external integrations such as LTI and SCORM',
|
|
39
51
|
},
|
|
@@ -5,9 +5,15 @@ export default {
|
|
|
5
5
|
'plugin->windward->integrations->organization->jobs':
|
|
6
6
|
'Trabajos de integración organizacional',
|
|
7
7
|
'plugin->windward->integrations->organization->integration':
|
|
8
|
-
'Integraciones
|
|
9
|
-
'plugin->windward->integrations->
|
|
10
|
-
|
|
8
|
+
'Integraciones de la organización (Se requiere acceso de lectura para usar las integraciones habilitadas)',
|
|
9
|
+
'plugin->windward->integrations->organization':
|
|
10
|
+
'Acceso remoto a la organización',
|
|
11
|
+
'plugin->windward->integrations->course': 'Acceso remoto a cursos',
|
|
12
|
+
'plugin->windward->integrations->content': 'Acceso remoto al contenido',
|
|
13
|
+
'plugin->windward->integrations->file':
|
|
14
|
+
'Integraciones de archivos: Visualización y gestión de archivos remotos',
|
|
15
|
+
'plugin->windward->integrations->course->file':
|
|
16
|
+
'Integración de archivos: Importar al curso (Se requiere acceso de escritura para importar)',
|
|
11
17
|
'plugin->windward->integrations->course->externalIntegration':
|
|
12
18
|
'Integraciones externas (LTI/SCORM/etc)',
|
|
13
19
|
'plugin->windward->integrations->ai':
|
|
@@ -31,10 +37,16 @@ export default {
|
|
|
31
37
|
'Acceder a trabajos de integración en la organización actual',
|
|
32
38
|
'plugin->windward->integrations->organization->integration':
|
|
33
39
|
'Acceder y gestionar integraciones en la organización actual',
|
|
40
|
+
'plugin->windward->integrations->organization':
|
|
41
|
+
'Acceda y gestione organizaciones remotas para importaciones',
|
|
34
42
|
'plugin->windward->integrations->course':
|
|
35
43
|
'Acceder y gestionar las importaciones de cursos',
|
|
36
44
|
'plugin->windward->integrations->content':
|
|
37
45
|
'Acceder y gestionar las importaciones de contenido',
|
|
46
|
+
'plugin->windward->integrations->file':
|
|
47
|
+
'Acceda y gestione archivos remotos mediante su integración. Este permiso le permite ver los archivos disponibles en servicios remotos como Google Drive, Dropbox, ResourceSpace, etc.',
|
|
48
|
+
'plugin->windward->integrations->course->file':
|
|
49
|
+
'Importar archivos desde una integración de archivos remota a un curso específico',
|
|
38
50
|
'plugin->windward->integrations->course->externalIntegration':
|
|
39
51
|
'Acceder y gestionar integraciones externas como LTI y SCORM',
|
|
40
52
|
},
|
|
@@ -5,9 +5,15 @@ export default {
|
|
|
5
5
|
'plugin->windward->integrations->organization->jobs':
|
|
6
6
|
'Organisationsintegrationsjobb',
|
|
7
7
|
'plugin->windward->integrations->organization->integration':
|
|
8
|
-
'Organisationsintegrationer',
|
|
9
|
-
'plugin->windward->integrations->
|
|
10
|
-
|
|
8
|
+
'Organisationsintegrationer (läsåtkomst krävs för att använda aktiverade integrationer)',
|
|
9
|
+
'plugin->windward->integrations->organization':
|
|
10
|
+
'Fjärråtkomst till organisationen',
|
|
11
|
+
'plugin->windward->integrations->course': 'Fjärrkursåtkomst',
|
|
12
|
+
'plugin->windward->integrations->content': 'Fjärråtkomst till innehåll',
|
|
13
|
+
'plugin->windward->integrations->file':
|
|
14
|
+
'Filintegrationer Visa/Hantera fjärrfiler',
|
|
15
|
+
'plugin->windward->integrations->course->file':
|
|
16
|
+
'Importera filintegrationer till kurs (skrivåtkomst krävs för import)',
|
|
11
17
|
'plugin->windward->integrations->course->externalIntegration':
|
|
12
18
|
'Externa integrationer (LTI / SCORM / etc)',
|
|
13
19
|
'plugin->windward->integrations->ai':
|
|
@@ -31,10 +37,16 @@ export default {
|
|
|
31
37
|
'Få tillgång till integrationsjobb i den nuvarande organisationen',
|
|
32
38
|
'plugin->windward->integrations->organization->integration':
|
|
33
39
|
'Få åtkomst till och hantera integrationer i den nuvarande organisationen',
|
|
40
|
+
'plugin->windward->integrations->organization':
|
|
41
|
+
'Åtkomst till och hantering av fjärrorganisationer för import',
|
|
34
42
|
'plugin->windward->integrations->course':
|
|
35
43
|
'Åtkomst till och hantera kursimport',
|
|
36
44
|
'plugin->windward->integrations->content':
|
|
37
45
|
'Åtkomst till och hantera innehållsimport',
|
|
46
|
+
'plugin->windward->integrations->file':
|
|
47
|
+
'Åtkomst till och hantering av fjärrfiler via deras integration. Denna behörighet låter dig se tillgängliga filer på fjärrtjänster som Google Drive, Dropbox, ResourceSpace etc.',
|
|
48
|
+
'plugin->windward->integrations->course->file':
|
|
49
|
+
'Importera filer från en fjärrfilintegration till en specifik kurs',
|
|
38
50
|
'plugin->windward->integrations->course->externalIntegration':
|
|
39
51
|
'Få åtkomst till och hantera externa integrationer som LTI och SCORM',
|
|
40
52
|
},
|