@shakerquiz/contracts 0.0.195 → 0.0.196

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/contracts",
4
- "version": "0.0.195",
4
+ "version": "0.0.196",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -1,140 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
- "properties": {
5
- "name": {
6
- "type": "string"
7
- },
8
- "affilation": {
9
- "type": "string",
10
- "enum": [
11
- "Franchise",
12
- "Branch"
13
- ]
14
- },
15
- "vk_link": {
16
- "type": [
17
- "string",
18
- "null"
19
- ]
20
- },
21
- "vk_group_id": {
22
- "type": [
23
- "string",
24
- "null"
25
- ]
26
- },
27
- "tg_link": {
28
- "type": [
29
- "string",
30
- "null"
31
- ]
32
- },
33
- "telegram_chat_id": {
34
- "type": [
35
- "string",
36
- "null"
37
- ]
38
- },
39
- "telegram_channel_id": {
40
- "type": [
41
- "string",
42
- "null"
43
- ]
44
- },
45
- "inst_link": {
46
- "type": [
47
- "string",
48
- "null"
49
- ]
50
- },
51
- "phone": {
52
- "type": [
53
- "string",
54
- "null"
55
- ]
56
- },
57
- "email": {
58
- "type": [
59
- "string",
60
- "null"
61
- ]
62
- },
63
- "address": {
64
- "type": [
65
- "string",
66
- "null"
67
- ]
68
- },
69
- "game_time": {
70
- "type": "string",
71
- "format": "iso-time"
72
- },
73
- "price": {
74
- "type": "number"
75
- },
76
- "min_members_count": {
77
- "type": [
78
- "number",
79
- "null"
80
- ]
81
- },
82
- "max_members_count": {
83
- "type": [
84
- "number",
85
- "null"
86
- ]
87
- },
88
- "chatapp_version": {
89
- "type": "string",
90
- "enum": [
91
- "Latest",
92
- "Legacy"
93
- ]
94
- },
95
- "chatapp_line": {
96
- "type": [
97
- "string",
98
- "null"
99
- ]
100
- },
101
- "chatapp_user": {
102
- "type": [
103
- "string",
104
- "null"
105
- ]
106
- },
107
- "chatapp_tag": {
108
- "type": [
109
- "string",
110
- "null"
111
- ]
112
- },
113
- "chatapp_category": {
114
- "type": [
115
- "string",
116
- "null"
117
- ]
118
- },
119
- "yandex_metrica": {
120
- "type": [
121
- "string",
122
- "null"
123
- ]
124
- },
125
- "custom_script": {
126
- "type": [
127
- "string",
128
- "null"
129
- ]
130
- },
131
- "custom_html": {
132
- "type": [
133
- "string",
134
- "null"
135
- ]
136
- }
137
- },
4
+ "properties": {},
138
5
  "required": [],
139
6
  "additionalProperties": false
140
7
  }
@@ -1,13 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
- "properties": {
5
- "id": {
6
- "type": "string"
7
- }
8
- },
9
- "required": [
10
- "id"
11
- ],
4
+ "properties": {},
5
+ "required": [],
12
6
  "additionalProperties": false
13
7
  }
@@ -1,13 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
- "properties": {
5
- "id": {
6
- "type": "string"
7
- }
8
- },
9
- "required": [
10
- "id"
11
- ],
4
+ "properties": {},
5
+ "required": [],
12
6
  "additionalProperties": false
13
7
  }
@@ -1,11 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
- "properties": {
5
- "id": {
6
- "type": "string"
7
- }
8
- },
4
+ "properties": {},
9
5
  "required": [],
10
6
  "additionalProperties": false
11
7
  }
@@ -1,11 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
- "properties": {
5
- "id": {
6
- "type": "string"
7
- }
8
- },
4
+ "properties": {},
9
5
  "required": [],
10
6
  "additionalProperties": false
11
7
  }
@@ -1,11 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
- "properties": {
5
- "vk_group_token": {
6
- "type": "string"
7
- }
8
- },
4
+ "properties": {},
9
5
  "required": [],
10
6
  "additionalProperties": false
11
7
  }