@shakerquiz/contracts 0.0.191 → 0.0.193
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 +16 -6
- package/source/contracts/POST/registration/mailing/Organizer.json +16 -6
- package/source/contracts/POST/registrations/mailing/Admin.json +16 -6
- package/source/contracts/POST/registrations/mailing/Organizer.json +16 -6
package/package.json
CHANGED
|
@@ -2,21 +2,31 @@
|
|
|
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": {
|
|
14
16
|
"type": "string"
|
|
17
|
+
},
|
|
18
|
+
"payment": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"enum": [
|
|
21
|
+
"Any",
|
|
22
|
+
"Cash"
|
|
23
|
+
]
|
|
15
24
|
}
|
|
16
25
|
},
|
|
17
26
|
"required": [
|
|
18
|
-
"
|
|
19
|
-
"message"
|
|
27
|
+
"feature",
|
|
28
|
+
"message",
|
|
29
|
+
"payment"
|
|
20
30
|
],
|
|
21
31
|
"additionalProperties": false
|
|
22
32
|
}
|
|
@@ -2,21 +2,31 @@
|
|
|
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": {
|
|
14
16
|
"type": "string"
|
|
17
|
+
},
|
|
18
|
+
"payment": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"enum": [
|
|
21
|
+
"Any",
|
|
22
|
+
"Cash"
|
|
23
|
+
]
|
|
15
24
|
}
|
|
16
25
|
},
|
|
17
26
|
"required": [
|
|
18
|
-
"
|
|
19
|
-
"message"
|
|
27
|
+
"feature",
|
|
28
|
+
"message",
|
|
29
|
+
"payment"
|
|
20
30
|
],
|
|
21
31
|
"additionalProperties": false
|
|
22
32
|
}
|
|
@@ -8,22 +8,32 @@
|
|
|
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": {
|
|
20
22
|
"type": "string"
|
|
23
|
+
},
|
|
24
|
+
"payment": {
|
|
25
|
+
"type": "string",
|
|
26
|
+
"enum": [
|
|
27
|
+
"Any",
|
|
28
|
+
"Cash"
|
|
29
|
+
]
|
|
21
30
|
}
|
|
22
31
|
},
|
|
23
32
|
"required": [
|
|
24
33
|
"id",
|
|
25
|
-
"
|
|
26
|
-
"message"
|
|
34
|
+
"feature",
|
|
35
|
+
"message",
|
|
36
|
+
"payment"
|
|
27
37
|
],
|
|
28
38
|
"additionalProperties": false
|
|
29
39
|
},
|
|
@@ -8,22 +8,32 @@
|
|
|
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": {
|
|
20
22
|
"type": "string"
|
|
23
|
+
},
|
|
24
|
+
"payment": {
|
|
25
|
+
"type": "string",
|
|
26
|
+
"enum": [
|
|
27
|
+
"Any",
|
|
28
|
+
"Cash"
|
|
29
|
+
]
|
|
21
30
|
}
|
|
22
31
|
},
|
|
23
32
|
"required": [
|
|
24
33
|
"id",
|
|
25
|
-
"
|
|
26
|
-
"message"
|
|
34
|
+
"feature",
|
|
35
|
+
"message",
|
|
36
|
+
"payment"
|
|
27
37
|
],
|
|
28
38
|
"additionalProperties": false
|
|
29
39
|
},
|