@axinom/mosaic-messages 0.6.1-rc.2 → 0.7.0-rc.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/dist/generated/schemas/payloads/ax-auth/commands/ax-auth-create-user-start-command.json +6 -3
- package/dist/generated/schemas/payloads/ax-auth/commands/ax-auth-service-enable-start-command.json +0 -5
- package/dist/generated/schemas/payloads/ax-auth/commands/index.d.ts +5 -6
- package/dist/generated/schemas/payloads/ax-auth/commands/index.d.ts.map +1 -1
- package/dist/generated/schemas/payloads/ax-auth/events/ax-auth-create-user-finished-event.json +9 -1
- package/dist/generated/schemas/payloads/ax-auth/events/index.d.ts +11 -0
- package/dist/generated/schemas/payloads/ax-auth/events/index.d.ts.map +1 -1
- package/dist/generated/schemas/payloads/ax-auth/events/update-o-auth-registration-finished-event.json +4 -0
- package/dist/generated/schemas/payloads/id/commands/index.d.ts +62 -0
- package/dist/generated/schemas/payloads/id/commands/index.d.ts.map +1 -1
- package/dist/generated/schemas/payloads/id/commands/synchronize-permissions-start-command.json +69 -1
- package/dist/generated/schemas/payloads/video/events/ensure-video-exists-already-existed-event.json +4 -3
- package/dist/generated/schemas/payloads/video/events/ensure-video-exists-creation-started-event.json +4 -3
- package/dist/generated/types/payloads/ax-auth/commands/ax-auth-create-user-start-command.d.ts +2 -2
- package/dist/generated/types/payloads/ax-auth/commands/ax-auth-create-user-start-command.d.ts.map +1 -1
- package/dist/generated/types/payloads/ax-auth/commands/ax-auth-service-enable-start-command.d.ts +0 -4
- package/dist/generated/types/payloads/ax-auth/commands/ax-auth-service-enable-start-command.d.ts.map +1 -1
- package/dist/generated/types/payloads/ax-auth/events/ax-auth-create-user-finished-event.d.ts +4 -0
- package/dist/generated/types/payloads/ax-auth/events/ax-auth-create-user-finished-event.d.ts.map +1 -1
- package/dist/generated/types/payloads/ax-auth/events/update-o-auth-registration-finished-event.d.ts +4 -0
- package/dist/generated/types/payloads/ax-auth/events/update-o-auth-registration-finished-event.d.ts.map +1 -1
- package/dist/generated/types/payloads/id/commands/synchronize-permissions-start-command.d.ts +2 -1
- package/dist/generated/types/payloads/id/commands/synchronize-permissions-start-command.d.ts.map +1 -1
- package/dist/generated/types/payloads/id/types/index.d.ts +1 -0
- package/dist/generated/types/payloads/id/types/index.d.ts.map +1 -1
- package/dist/generated/types/payloads/id/types/index.js +1 -0
- package/dist/generated/types/payloads/id/types/index.js.map +1 -1
- package/dist/generated/types/payloads/id/types/permission.d.ts +26 -0
- package/dist/generated/types/payloads/id/types/permission.d.ts.map +1 -0
- package/dist/generated/types/payloads/id/types/permission.js +3 -0
- package/dist/generated/types/payloads/id/types/permission.js.map +1 -0
- package/dist/generated/types/payloads/video/types/encoding-state.d.ts +1 -1
- package/dist/generated/types/payloads/video/types/encoding-state.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/generated/schemas/payloads/ax-auth/commands/ax-auth-create-user-start-command.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"required": [
|
|
8
8
|
"tenant_id",
|
|
9
9
|
"environment_id",
|
|
10
|
-
"
|
|
10
|
+
"user_store_id",
|
|
11
11
|
"user"
|
|
12
12
|
],
|
|
13
13
|
"properties": {
|
|
@@ -25,9 +25,12 @@
|
|
|
25
25
|
"maxLength": 36,
|
|
26
26
|
"format": "uuid"
|
|
27
27
|
},
|
|
28
|
-
"
|
|
28
|
+
"user_store_id": {
|
|
29
|
+
"description": "User Store ID",
|
|
29
30
|
"type": "string",
|
|
30
|
-
"
|
|
31
|
+
"minLength": 32,
|
|
32
|
+
"maxLength": 36,
|
|
33
|
+
"format": "uuid"
|
|
31
34
|
},
|
|
32
35
|
"user": {
|
|
33
36
|
"type": "object",
|
package/dist/generated/schemas/payloads/ax-auth/commands/ax-auth-service-enable-start-command.json
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
"required": [
|
|
8
8
|
"tenant_id",
|
|
9
9
|
"environment_id",
|
|
10
|
-
"client_name",
|
|
11
10
|
"redirect_urls"
|
|
12
11
|
],
|
|
13
12
|
"properties": {
|
|
@@ -25,10 +24,6 @@
|
|
|
25
24
|
"maxLength": 36,
|
|
26
25
|
"format": "uuid"
|
|
27
26
|
},
|
|
28
|
-
"client_name": {
|
|
29
|
-
"type": "string",
|
|
30
|
-
"description": "Client name"
|
|
31
|
-
},
|
|
32
27
|
"redirect_urls": {
|
|
33
28
|
"type": "array",
|
|
34
29
|
"description": "Redirect URLs",
|
|
@@ -20,9 +20,12 @@ export declare const AxAuthCreateUserStartCommandSchema: {
|
|
|
20
20
|
maxLength: number;
|
|
21
21
|
format: string;
|
|
22
22
|
};
|
|
23
|
-
|
|
24
|
-
type: string;
|
|
23
|
+
user_store_id: {
|
|
25
24
|
description: string;
|
|
25
|
+
type: string;
|
|
26
|
+
minLength: number;
|
|
27
|
+
maxLength: number;
|
|
28
|
+
format: string;
|
|
26
29
|
};
|
|
27
30
|
user: {
|
|
28
31
|
type: string;
|
|
@@ -97,10 +100,6 @@ export declare const AxAuthServiceEnableStartCommandSchema: {
|
|
|
97
100
|
maxLength: number;
|
|
98
101
|
format: string;
|
|
99
102
|
};
|
|
100
|
-
client_name: {
|
|
101
|
-
type: string;
|
|
102
|
-
description: string;
|
|
103
|
-
};
|
|
104
103
|
redirect_urls: {
|
|
105
104
|
type: string;
|
|
106
105
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/ax-auth/commands/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kCAAkC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/ax-auth/commands/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAC/E,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC;AACvF,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC;AACrF,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsC,CAAC"}
|
package/dist/generated/schemas/payloads/ax-auth/events/ax-auth-create-user-finished-event.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"first_name",
|
|
9
9
|
"last_name",
|
|
10
10
|
"profile_picture_url",
|
|
11
|
-
"email"
|
|
11
|
+
"email",
|
|
12
|
+
"accessible_client_ids"
|
|
12
13
|
],
|
|
13
14
|
"properties": {
|
|
14
15
|
"first_name": {
|
|
@@ -26,6 +27,13 @@
|
|
|
26
27
|
"email": {
|
|
27
28
|
"type": "string",
|
|
28
29
|
"description": "Email"
|
|
30
|
+
},
|
|
31
|
+
"accessible_client_ids": {
|
|
32
|
+
"type": "array",
|
|
33
|
+
"description": "Client IDs the user account is accessible",
|
|
34
|
+
"items": {
|
|
35
|
+
"type": "string"
|
|
36
|
+
}
|
|
29
37
|
}
|
|
30
38
|
}
|
|
31
39
|
}
|
|
@@ -54,6 +54,13 @@ export declare const AxAuthCreateUserFinishedEventSchema: {
|
|
|
54
54
|
type: string;
|
|
55
55
|
description: string;
|
|
56
56
|
};
|
|
57
|
+
accessible_client_ids: {
|
|
58
|
+
type: string;
|
|
59
|
+
description: string;
|
|
60
|
+
items: {
|
|
61
|
+
type: string;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
57
64
|
};
|
|
58
65
|
};
|
|
59
66
|
export declare const AxAuthServiceDisableFailedEventSchema: {
|
|
@@ -230,6 +237,10 @@ export declare const UpdateOAuthRegistrationFinishedEventSchema: {
|
|
|
230
237
|
type: string;
|
|
231
238
|
description: string;
|
|
232
239
|
};
|
|
240
|
+
client_secret: {
|
|
241
|
+
type: string;
|
|
242
|
+
description: string;
|
|
243
|
+
};
|
|
233
244
|
};
|
|
234
245
|
};
|
|
235
246
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/ax-auth/events/index.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,mCAAmC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/ax-auth/events/index.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC;AACrF,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AACzF,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC;AACnF,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC;AACvF,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAqC,CAAC;AAC3F,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAC"}
|
|
@@ -177,6 +177,68 @@ export declare const SynchronizePermissionsStartCommandSchema: {
|
|
|
177
177
|
description: string;
|
|
178
178
|
items: {
|
|
179
179
|
type: string;
|
|
180
|
+
additionalProperties: boolean;
|
|
181
|
+
required: string[];
|
|
182
|
+
title: string;
|
|
183
|
+
description: string;
|
|
184
|
+
properties: {
|
|
185
|
+
key: {
|
|
186
|
+
type: string;
|
|
187
|
+
description: string;
|
|
188
|
+
};
|
|
189
|
+
title: {
|
|
190
|
+
type: string;
|
|
191
|
+
description: string;
|
|
192
|
+
};
|
|
193
|
+
used_by_managed_service_only: {
|
|
194
|
+
type: string;
|
|
195
|
+
description: string;
|
|
196
|
+
};
|
|
197
|
+
used_for_development: {
|
|
198
|
+
type: string;
|
|
199
|
+
description: string;
|
|
200
|
+
};
|
|
201
|
+
gql_operations: {
|
|
202
|
+
type: string;
|
|
203
|
+
description: string;
|
|
204
|
+
items: {
|
|
205
|
+
type: string;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
definitions: {
|
|
213
|
+
permission: {
|
|
214
|
+
title: string;
|
|
215
|
+
type: string;
|
|
216
|
+
description: string;
|
|
217
|
+
required: string[];
|
|
218
|
+
properties: {
|
|
219
|
+
key: {
|
|
220
|
+
type: string;
|
|
221
|
+
description: string;
|
|
222
|
+
};
|
|
223
|
+
title: {
|
|
224
|
+
type: string;
|
|
225
|
+
description: string;
|
|
226
|
+
};
|
|
227
|
+
used_by_managed_service_only: {
|
|
228
|
+
type: string;
|
|
229
|
+
description: string;
|
|
230
|
+
};
|
|
231
|
+
used_for_development: {
|
|
232
|
+
type: string;
|
|
233
|
+
description: string;
|
|
234
|
+
};
|
|
235
|
+
gql_operations: {
|
|
236
|
+
type: string;
|
|
237
|
+
description: string;
|
|
238
|
+
items: {
|
|
239
|
+
type: string;
|
|
240
|
+
};
|
|
241
|
+
};
|
|
180
242
|
};
|
|
181
243
|
};
|
|
182
244
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/id/commands/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;CAAoB,CAAC;AACzD,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;CAAwB,CAAC;AACjE,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAC/E,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,wCAAwC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/id/commands/index.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;CAAoB,CAAC;AACzD,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;CAAwB,CAAC;AACjE,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAC/E,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAqC,CAAC"}
|
package/dist/generated/schemas/payloads/id/commands/synchronize-permissions-start-command.json
CHANGED
|
@@ -17,7 +17,75 @@
|
|
|
17
17
|
"type": "array",
|
|
18
18
|
"description": "Permissions to be synchronized",
|
|
19
19
|
"items": {
|
|
20
|
-
"type": "
|
|
20
|
+
"type": "object",
|
|
21
|
+
"additionalProperties": false,
|
|
22
|
+
"required": [
|
|
23
|
+
"key",
|
|
24
|
+
"title"
|
|
25
|
+
],
|
|
26
|
+
"title": "permission",
|
|
27
|
+
"description": "Permission to be synchronized",
|
|
28
|
+
"properties": {
|
|
29
|
+
"key": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"description": "Permission Key"
|
|
32
|
+
},
|
|
33
|
+
"title": {
|
|
34
|
+
"type": "string",
|
|
35
|
+
"description": "Permission Title"
|
|
36
|
+
},
|
|
37
|
+
"used_by_managed_service_only": {
|
|
38
|
+
"type": "boolean",
|
|
39
|
+
"description": "Managed Service Only Permission"
|
|
40
|
+
},
|
|
41
|
+
"used_for_development": {
|
|
42
|
+
"type": "boolean",
|
|
43
|
+
"description": "Used for Development Only"
|
|
44
|
+
},
|
|
45
|
+
"gql_operations": {
|
|
46
|
+
"type": "array",
|
|
47
|
+
"description": "GQL Operations mapped to the Permission",
|
|
48
|
+
"items": {
|
|
49
|
+
"type": "string"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"definitions": {
|
|
57
|
+
"permission": {
|
|
58
|
+
"title": "permission",
|
|
59
|
+
"type": "object",
|
|
60
|
+
"description": "Permission to be synchronized",
|
|
61
|
+
"required": [
|
|
62
|
+
"key",
|
|
63
|
+
"title"
|
|
64
|
+
],
|
|
65
|
+
"properties": {
|
|
66
|
+
"key": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"description": "Permission Key"
|
|
69
|
+
},
|
|
70
|
+
"title": {
|
|
71
|
+
"type": "string",
|
|
72
|
+
"description": "Permission Title"
|
|
73
|
+
},
|
|
74
|
+
"used_by_managed_service_only": {
|
|
75
|
+
"type": "boolean",
|
|
76
|
+
"description": "Managed Service Only Permission"
|
|
77
|
+
},
|
|
78
|
+
"used_for_development": {
|
|
79
|
+
"type": "boolean",
|
|
80
|
+
"description": "Used for Development Only"
|
|
81
|
+
},
|
|
82
|
+
"gql_operations": {
|
|
83
|
+
"type": "array",
|
|
84
|
+
"description": "GQL Operations mapped to the Permission",
|
|
85
|
+
"items": {
|
|
86
|
+
"type": "string"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
21
89
|
}
|
|
22
90
|
}
|
|
23
91
|
}
|
package/dist/generated/schemas/payloads/video/events/ensure-video-exists-already-existed-event.json
CHANGED
|
@@ -20,11 +20,12 @@
|
|
|
20
20
|
"type": "string",
|
|
21
21
|
"title": "encoding_state",
|
|
22
22
|
"enum": [
|
|
23
|
-
"
|
|
23
|
+
"NOT_STARTED",
|
|
24
|
+
"INITIALIZING",
|
|
25
|
+
"WAITING",
|
|
24
26
|
"IN_PROGRESS",
|
|
25
27
|
"READY",
|
|
26
|
-
"
|
|
27
|
-
"NOT_STARTED"
|
|
28
|
+
"ERROR"
|
|
28
29
|
],
|
|
29
30
|
"description": "Encoding status of video at the moment when the command handler sent the response event."
|
|
30
31
|
}
|
package/dist/generated/schemas/payloads/video/events/ensure-video-exists-creation-started-event.json
CHANGED
|
@@ -20,11 +20,12 @@
|
|
|
20
20
|
"type": "string",
|
|
21
21
|
"title": "encoding_state",
|
|
22
22
|
"enum": [
|
|
23
|
-
"
|
|
23
|
+
"NOT_STARTED",
|
|
24
|
+
"INITIALIZING",
|
|
25
|
+
"WAITING",
|
|
24
26
|
"IN_PROGRESS",
|
|
25
27
|
"READY",
|
|
26
|
-
"
|
|
27
|
-
"NOT_STARTED"
|
|
28
|
+
"ERROR"
|
|
28
29
|
],
|
|
29
30
|
"description": "Encoding status of video at the moment when the command handler sent the response event."
|
|
30
31
|
}
|
package/dist/generated/types/payloads/ax-auth/commands/ax-auth-create-user-start-command.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ax-auth-create-user-start-command.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/ax-auth/commands/ax-auth-create-user-start-command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAA;AAClD;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,
|
|
1
|
+
{"version":3,"file":"ax-auth-create-user-start-command.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/ax-auth/commands/ax-auth-create-user-start-command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAA;AAClD;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,IAAI,EAAE,UAAU,CAAC;CAClB"}
|
package/dist/generated/types/payloads/ax-auth/commands/ax-auth-service-enable-start-command.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ax-auth-service-enable-start-command.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/ax-auth/commands/ax-auth-service-enable-start-command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAA;AAClD;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC9C;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,
|
|
1
|
+
{"version":3,"file":"ax-auth-service-enable-start-command.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/ax-auth/commands/ax-auth-service-enable-start-command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAA;AAClD;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC9C;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CAC3B"}
|
package/dist/generated/types/payloads/ax-auth/events/ax-auth-create-user-finished-event.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ax-auth-create-user-finished-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/ax-auth/events/ax-auth-create-user-finished-event.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC5C;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ax-auth-create-user-finished-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/ax-auth/events/ax-auth-create-user-finished-event.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC5C;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,qBAAqB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACtC"}
|
package/dist/generated/types/payloads/ax-auth/events/update-o-auth-registration-finished-event.d.ts
CHANGED
|
@@ -14,5 +14,9 @@ export interface UpdateOAuthRegistrationFinishedEvent {
|
|
|
14
14
|
* Client ID
|
|
15
15
|
*/
|
|
16
16
|
client_id: string;
|
|
17
|
+
/**
|
|
18
|
+
* New client secret, if it was updated
|
|
19
|
+
*/
|
|
20
|
+
client_secret?: string;
|
|
17
21
|
}
|
|
18
22
|
//# sourceMappingURL=update-o-auth-registration-finished-event.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-o-auth-registration-finished-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/ax-auth/events/update-o-auth-registration-finished-event.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,oCAAoC;IACnD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"update-o-auth-registration-finished-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/ax-auth/events/update-o-auth-registration-finished-event.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,oCAAoC;IACnD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
package/dist/generated/types/payloads/id/commands/synchronize-permissions-start-command.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Permission } from '../types/permission';
|
|
1
2
|
/**
|
|
2
3
|
* Synchronize permissions start command schema
|
|
3
4
|
*/
|
|
@@ -9,6 +10,6 @@ export interface SynchronizePermissionsStartCommand {
|
|
|
9
10
|
/**
|
|
10
11
|
* Permissions to be synchronized
|
|
11
12
|
*/
|
|
12
|
-
permissions: Array<
|
|
13
|
+
permissions: Array<Permission>;
|
|
13
14
|
}
|
|
14
15
|
//# sourceMappingURL=synchronize-permissions-start-command.d.ts.map
|
package/dist/generated/types/payloads/id/commands/synchronize-permissions-start-command.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"synchronize-permissions-start-command.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/id/commands/synchronize-permissions-start-command.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,kCAAkC;IACjD;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"synchronize-permissions-start-command.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/id/commands/synchronize-permissions-start-command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAChD;;GAEG;AACH,MAAM,WAAW,kCAAkC;IACjD;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CAChC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/id/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/id/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,cAAc,CAAC"}
|
|
@@ -13,4 +13,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
13
13
|
__exportStar(require("./ax-id-service"), exports);
|
|
14
14
|
__exportStar(require("./ax-idp-configurations"), exports);
|
|
15
15
|
__exportStar(require("./google-configuration"), exports);
|
|
16
|
+
__exportStar(require("./permission"), exports);
|
|
16
17
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/id/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAgC;AAChC,0DAAwC;AACxC,yDAAuC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/id/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAgC;AAChC,0DAAwC;AACxC,yDAAuC;AACvC,+CAA6B"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Permission to be synchronized
|
|
3
|
+
*/
|
|
4
|
+
export interface Permission {
|
|
5
|
+
/**
|
|
6
|
+
* Permission Key
|
|
7
|
+
*/
|
|
8
|
+
key: string;
|
|
9
|
+
/**
|
|
10
|
+
* Permission Title
|
|
11
|
+
*/
|
|
12
|
+
title: string;
|
|
13
|
+
/**
|
|
14
|
+
* Managed Service Only Permission
|
|
15
|
+
*/
|
|
16
|
+
used_by_managed_service_only?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Used for Development Only
|
|
19
|
+
*/
|
|
20
|
+
used_for_development?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* GQL Operations mapped to the Permission
|
|
23
|
+
*/
|
|
24
|
+
gql_operations?: Array<string>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=permission.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"permission.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/id/types/permission.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;OAEG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAChC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"permission.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/id/types/permission.ts"],"names":[],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare type EncodingState = "
|
|
1
|
+
export declare type EncodingState = "NOT_STARTED" | "INITIALIZING" | "WAITING" | "IN_PROGRESS" | "READY" | "ERROR";
|
|
2
2
|
//# sourceMappingURL=encoding-state.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"encoding-state.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/video/types/encoding-state.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa,GAAG,
|
|
1
|
+
{"version":3,"file":"encoding-state.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/video/types/encoding-state.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa,GAAG,aAAa,GAAG,cAAc,GAAG,SAAS,GAAG,aAAa,GAAG,OAAO,GAAG,OAAO,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-messages",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0-rc.1",
|
|
4
4
|
"description": "Shared types for Axinom Mosaic service messages",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"start:dev": "concurrently --names \"codegen,tsc\" \"yarn codegen:watch\" \"yarn build:compile:watch\""
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@axinom/mosaic-cli": "^0.6.0-rc.
|
|
31
|
-
"@axinom/mosaic-message-bus-abstractions": "^0.1.2-rc.
|
|
30
|
+
"@axinom/mosaic-cli": "^0.6.0-rc.5",
|
|
31
|
+
"@axinom/mosaic-message-bus-abstractions": "^0.1.2-rc.6",
|
|
32
32
|
"@types/glob": "^7.1.3",
|
|
33
33
|
"concurrently": "^5.3.0",
|
|
34
34
|
"rimraf": "^3.0.2",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "b87cc80deef2f5173701d845c133582925a6b7fe"
|
|
44
44
|
}
|