@shakerquiz/contracts 0.0.191 → 0.0.192
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/package.json +1 -1
- package/source/contracts/POST/registration/mailing/Admin.json +7 -5
- package/source/contracts/POST/registration/mailing/Organizer.json +7 -5
- package/source/contracts/POST/registrations/mailing/Admin.json +7 -5
- package/source/contracts/POST/registrations/mailing/Organizer.json +7 -5
package/package.json
CHANGED
|
@@ -2,12 +2,14 @@
|
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"properties": {
|
|
5
|
-
"
|
|
5
|
+
"feature": {
|
|
6
6
|
"type": "string",
|
|
7
7
|
"enum": [
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
8
|
+
"TEXT",
|
|
9
|
+
"CREATED_REGISTRATION",
|
|
10
|
+
"CHANGED_REGISTRATION_STATUS",
|
|
11
|
+
"CHANGED_REGISTRATION_LINEUP",
|
|
12
|
+
"VERIFIED_REGISTRATION_CHANNEL"
|
|
11
13
|
]
|
|
12
14
|
},
|
|
13
15
|
"message": {
|
|
@@ -15,7 +17,7 @@
|
|
|
15
17
|
}
|
|
16
18
|
},
|
|
17
19
|
"required": [
|
|
18
|
-
"
|
|
20
|
+
"feature",
|
|
19
21
|
"message"
|
|
20
22
|
],
|
|
21
23
|
"additionalProperties": false
|
|
@@ -2,12 +2,14 @@
|
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"properties": {
|
|
5
|
-
"
|
|
5
|
+
"feature": {
|
|
6
6
|
"type": "string",
|
|
7
7
|
"enum": [
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
8
|
+
"TEXT",
|
|
9
|
+
"CREATED_REGISTRATION",
|
|
10
|
+
"CHANGED_REGISTRATION_STATUS",
|
|
11
|
+
"CHANGED_REGISTRATION_LINEUP",
|
|
12
|
+
"VERIFIED_REGISTRATION_CHANNEL"
|
|
11
13
|
]
|
|
12
14
|
},
|
|
13
15
|
"message": {
|
|
@@ -15,7 +17,7 @@
|
|
|
15
17
|
}
|
|
16
18
|
},
|
|
17
19
|
"required": [
|
|
18
|
-
"
|
|
20
|
+
"feature",
|
|
19
21
|
"message"
|
|
20
22
|
],
|
|
21
23
|
"additionalProperties": false
|
|
@@ -8,12 +8,14 @@
|
|
|
8
8
|
"type": "string",
|
|
9
9
|
"format": "uuid"
|
|
10
10
|
},
|
|
11
|
-
"
|
|
11
|
+
"feature": {
|
|
12
12
|
"type": "string",
|
|
13
13
|
"enum": [
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
14
|
+
"TEXT",
|
|
15
|
+
"CREATED_REGISTRATION",
|
|
16
|
+
"CHANGED_REGISTRATION_STATUS",
|
|
17
|
+
"CHANGED_REGISTRATION_LINEUP",
|
|
18
|
+
"VERIFIED_REGISTRATION_CHANNEL"
|
|
17
19
|
]
|
|
18
20
|
},
|
|
19
21
|
"message": {
|
|
@@ -22,7 +24,7 @@
|
|
|
22
24
|
},
|
|
23
25
|
"required": [
|
|
24
26
|
"id",
|
|
25
|
-
"
|
|
27
|
+
"feature",
|
|
26
28
|
"message"
|
|
27
29
|
],
|
|
28
30
|
"additionalProperties": false
|
|
@@ -8,12 +8,14 @@
|
|
|
8
8
|
"type": "string",
|
|
9
9
|
"format": "uuid"
|
|
10
10
|
},
|
|
11
|
-
"
|
|
11
|
+
"feature": {
|
|
12
12
|
"type": "string",
|
|
13
13
|
"enum": [
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
14
|
+
"TEXT",
|
|
15
|
+
"CREATED_REGISTRATION",
|
|
16
|
+
"CHANGED_REGISTRATION_STATUS",
|
|
17
|
+
"CHANGED_REGISTRATION_LINEUP",
|
|
18
|
+
"VERIFIED_REGISTRATION_CHANNEL"
|
|
17
19
|
]
|
|
18
20
|
},
|
|
19
21
|
"message": {
|
|
@@ -22,7 +24,7 @@
|
|
|
22
24
|
},
|
|
23
25
|
"required": [
|
|
24
26
|
"id",
|
|
25
|
-
"
|
|
27
|
+
"feature",
|
|
26
28
|
"message"
|
|
27
29
|
],
|
|
28
30
|
"additionalProperties": false
|