@axinom/mosaic-id-link-be 0.4.0 → 0.4.1-rc.3

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.
@@ -2421,7 +2421,7 @@ export declare type CreateDevServiceAccountInput = {
2421
2421
  * },
2422
2422
  * {
2423
2423
  * serviceId: "ax-encoding-service",
2424
- * permissions: ["ADMIN", "VIDEO_EDITOR"]
2424
+ * permissions: ["ADMIN", "VIDEOS_EDIT"]
2425
2425
  * }
2426
2426
  * ]
2427
2427
  */
@@ -2452,7 +2452,7 @@ export declare type GenerateDevAccessTokenInput = {
2452
2452
  * },
2453
2453
  * {
2454
2454
  * serviceId: "ax-encoding-service",
2455
- * permissions: ["ADMIN", "VIDEO_EDITOR"]
2455
+ * permissions: ["ADMIN", "VIDEOS_EDIT"]
2456
2456
  * }
2457
2457
  * ]
2458
2458
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-id-link-be",
3
- "version": "0.4.0",
3
+ "version": "0.4.1-rc.3",
4
4
  "description": "Integration utilities from id-service for Axinom Mosaic services",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@apollo/client": "^3.2.5",
32
- "@axinom/mosaic-id-utils": "^0.4.0",
33
- "@axinom/mosaic-service-common": "^0.10.0",
32
+ "@axinom/mosaic-id-utils": "^0.4.1-rc.3",
33
+ "@axinom/mosaic-service-common": "^0.11.0-rc.2",
34
34
  "axios": "^0.19.2",
35
35
  "cross-fetch": "^3.0.4",
36
36
  "graphql": "^15.4.0",
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "de356e3d88414dc569d1291d00c21069c5e3556a"
50
+ "gitHead": "e05baab26ad39306f4b06d4e219db0a98a26a5e4"
51
51
  }