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