@axinom/mosaic-id-link-be 0.13.5-rc.4 → 0.13.5-rc.6
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.
|
@@ -254,7 +254,7 @@ export type CreateDevServiceAccountInput = {
|
|
|
254
254
|
* permissions: ["ADMIN", "MOVIES_EDIT"]
|
|
255
255
|
* },
|
|
256
256
|
* {
|
|
257
|
-
* serviceId: "ax-
|
|
257
|
+
* serviceId: "ax-video-service",
|
|
258
258
|
* permissions: ["ADMIN", "VIDEOS_EDIT"]
|
|
259
259
|
* }
|
|
260
260
|
* ]
|
|
@@ -1015,7 +1015,7 @@ export type GenerateDevAccessTokenInput = {
|
|
|
1015
1015
|
* permissions: ["ADMIN", "MOVIES_EDIT"]
|
|
1016
1016
|
* },
|
|
1017
1017
|
* {
|
|
1018
|
-
* serviceId: "ax-
|
|
1018
|
+
* serviceId: "ax-video-service",
|
|
1019
1019
|
* permissions: ["ADMIN", "VIDEOS_EDIT"]
|
|
1020
1020
|
* }
|
|
1021
1021
|
* ]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-id-link-be",
|
|
3
|
-
"version": "0.13.5-rc.
|
|
3
|
+
"version": "0.13.5-rc.6",
|
|
4
4
|
"description": "Integration utilities from id-service for Axinom Mosaic services",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@apollo/client": "^3.7.9",
|
|
35
|
-
"@axinom/mosaic-core": "^0.4.8-rc.
|
|
36
|
-
"@axinom/mosaic-id-utils": "^0.15.5-rc.
|
|
37
|
-
"@axinom/mosaic-service-common": "^0.36.0-rc.
|
|
35
|
+
"@axinom/mosaic-core": "^0.4.8-rc.6",
|
|
36
|
+
"@axinom/mosaic-id-utils": "^0.15.5-rc.6",
|
|
37
|
+
"@axinom/mosaic-service-common": "^0.36.0-rc.6",
|
|
38
38
|
"axios": "^0.19.2",
|
|
39
39
|
"cross-fetch": "^3.0.4",
|
|
40
40
|
"graphql": "^15.4.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "fbce2938b9cd214639ad5a242fdf0c00b9f14b82"
|
|
56
56
|
}
|
|
@@ -258,7 +258,7 @@ export type CreateDevServiceAccountInput = {
|
|
|
258
258
|
* permissions: ["ADMIN", "MOVIES_EDIT"]
|
|
259
259
|
* },
|
|
260
260
|
* {
|
|
261
|
-
* serviceId: "ax-
|
|
261
|
+
* serviceId: "ax-video-service",
|
|
262
262
|
* permissions: ["ADMIN", "VIDEOS_EDIT"]
|
|
263
263
|
* }
|
|
264
264
|
* ]
|
|
@@ -1082,7 +1082,7 @@ export type GenerateDevAccessTokenInput = {
|
|
|
1082
1082
|
* permissions: ["ADMIN", "MOVIES_EDIT"]
|
|
1083
1083
|
* },
|
|
1084
1084
|
* {
|
|
1085
|
-
* serviceId: "ax-
|
|
1085
|
+
* serviceId: "ax-video-service",
|
|
1086
1086
|
* permissions: ["ADMIN", "VIDEOS_EDIT"]
|
|
1087
1087
|
* }
|
|
1088
1088
|
* ]
|