Skip to content

Commit f6c2133

Browse files
committed
upgrades to beta.18.3
1 parent 4b6dd2e commit f6c2133

File tree

15 files changed

+586
-1677
lines changed

15 files changed

+586
-1677
lines changed

api/address/documentation/1.0.0/address.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@
170170
"required": false,
171171
"description": "Get records that matches any value in the array of values",
172172
"schema": {
173-
"type": "array"
173+
"type": "array",
174+
"items": {
175+
"type": "string"
176+
}
174177
},
175178
"deprecated": false
176179
},
@@ -180,7 +183,10 @@
180183
"required": false,
181184
"description": "Get records that doesn't match any value in the array of values",
182185
"schema": {
183-
"type": "array"
186+
"type": "array",
187+
"items": {
188+
"type": "string"
189+
}
184190
},
185191
"deprecated": false
186192
}

api/application/documentation/1.0.0/application.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@
170170
"required": false,
171171
"description": "Get records that matches any value in the array of values",
172172
"schema": {
173-
"type": "array"
173+
"type": "array",
174+
"items": {
175+
"type": "string"
176+
}
174177
},
175178
"deprecated": false
176179
},
@@ -180,7 +183,10 @@
180183
"required": false,
181184
"description": "Get records that doesn't match any value in the array of values",
182185
"schema": {
183-
"type": "array"
186+
"type": "array",
187+
"items": {
188+
"type": "string"
189+
}
184190
},
185191
"deprecated": false
186192
}
@@ -551,7 +557,7 @@
551557
"type": "string"
552558
},
553559
"size": {
554-
"type": "string"
560+
"type": "number"
555561
},
556562
"url": {
557563
"type": "string"

api/category/documentation/1.0.0/category.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@
170170
"required": false,
171171
"description": "Get records that matches any value in the array of values",
172172
"schema": {
173-
"type": "array"
173+
"type": "array",
174+
"items": {
175+
"type": "string"
176+
}
174177
},
175178
"deprecated": false
176179
},
@@ -180,7 +183,10 @@
180183
"required": false,
181184
"description": "Get records that doesn't match any value in the array of values",
182185
"schema": {
183-
"type": "array"
186+
"type": "array",
187+
"items": {
188+
"type": "string"
189+
}
184190
},
185191
"deprecated": false
186192
}

api/jobposting/documentation/1.0.0/jobposting.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@
170170
"required": false,
171171
"description": "Get records that matches any value in the array of values",
172172
"schema": {
173-
"type": "array"
173+
"type": "array",
174+
"items": {
175+
"type": "string"
176+
}
174177
},
175178
"deprecated": false
176179
},
@@ -180,7 +183,10 @@
180183
"required": false,
181184
"description": "Get records that doesn't match any value in the array of values",
182185
"schema": {
183-
"type": "array"
186+
"type": "array",
187+
"items": {
188+
"type": "string"
189+
}
184190
},
185191
"deprecated": false
186192
}

api/page/documentation/1.0.0/page.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@
170170
"required": false,
171171
"description": "Get records that matches any value in the array of values",
172172
"schema": {
173-
"type": "array"
173+
"type": "array",
174+
"items": {
175+
"type": "string"
176+
}
174177
},
175178
"deprecated": false
176179
},
@@ -180,7 +183,10 @@
180183
"required": false,
181184
"description": "Get records that doesn't match any value in the array of values",
182185
"schema": {
183-
"type": "array"
186+
"type": "array",
187+
"items": {
188+
"type": "string"
189+
}
184190
},
185191
"deprecated": false
186192
}

api/services/documentation/1.0.0/services.json

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@
170170
"required": false,
171171
"description": "Get records that matches any value in the array of values",
172172
"schema": {
173-
"type": "array"
173+
"type": "array",
174+
"items": {
175+
"type": "string"
176+
}
174177
},
175178
"deprecated": false
176179
},
@@ -180,7 +183,10 @@
180183
"required": false,
181184
"description": "Get records that doesn't match any value in the array of values",
182185
"schema": {
183-
"type": "array"
186+
"type": "array",
187+
"items": {
188+
"type": "string"
189+
}
184190
},
185191
"deprecated": false
186192
}
@@ -527,26 +533,6 @@
527533
},
528534
"description": {
529535
"type": "string"
530-
},
531-
"icons": {
532-
"type": "array",
533-
"items": {
534-
"type": "object",
535-
"required": [
536-
"id"
537-
],
538-
"properties": {
539-
"id": {
540-
"type": "string"
541-
},
542-
"name": {
543-
"type": "string"
544-
},
545-
"tooltip": {
546-
"type": "string"
547-
}
548-
}
549-
}
550536
}
551537
}
552538
},
@@ -563,26 +549,6 @@
563549
},
564550
"description": {
565551
"type": "string"
566-
},
567-
"icons": {
568-
"type": "array",
569-
"items": {
570-
"type": "object",
571-
"required": [
572-
"id"
573-
],
574-
"properties": {
575-
"id": {
576-
"type": "string"
577-
},
578-
"name": {
579-
"type": "string"
580-
},
581-
"tooltip": {
582-
"type": "string"
583-
}
584-
}
585-
}
586552
}
587553
}
588554
}

api/services/models/Services.settings.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
},
2424
"description": {
2525
"type": "string"
26-
},
27-
"icons": {
28-
"group": "service_icons",
29-
"type": "group",
30-
"repeatable": true
3126
}
3227
}
3328
}

config/environments/development/database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"defaultConnection": "default",
33
"connections": {
44
"default": {
5-
"connector": "strapi-hook-mongoose",
5+
"connector": "mongoose",
66
"settings": {
77
"host": "${process.env.DATABASE_HOST || '127.0.0.1'}",
88
"port": "${process.env.DATABASE_PORT || 27017}",

config/environments/production/database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"defaultConnection": "default",
33
"connections": {
44
"default": {
5-
"connector": "strapi-hook-mongoose",
5+
"connector": "mongoose",
66
"settings": {
77
"host": "${process.env.DATABASE_HOST || '127.0.0.1'}",
88
"port": "${process.env.DATABASE_PORT || 27017}",

config/environments/staging/database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"defaultConnection": "default",
33
"connections": {
44
"default": {
5-
"connector": "strapi-hook-mongoose",
5+
"connector": "mongoose",
66
"settings": {
77
"host": "${process.env.DATABASE_HOST || '127.0.0.1'}",
88
"port": "${process.env.DATABASE_PORT || 27017}",

0 commit comments

Comments
 (0)