serverest 2.29.4 → 2.29.5
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/README.md +3 -0
- package/docs/swagger.json +4 -4
- package/package.json +1 -1
- package/src/data/carrinhos.db +1 -1
package/README.md
CHANGED
|
@@ -228,6 +228,9 @@ Veja aqui [como você pode contribuir](https://github.com/ServeRest/ServeRest/bl
|
|
|
228
228
|
<td align="center" valign="top" width="14.28%"><a href="http://www.eduardosantos.dev"><img src="https://avatars.githubusercontent.com/u/10568807?v=4?s=100" width="100px;" alt="Eduardo Santos"/><br /><sub><b>Eduardo Santos</b></sub></a><br /><a href="https://github.com/ServeRest/ServeRest/commits?author=edumaxsantos" title="Code">💻</a></td>
|
|
229
229
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/RenatoDaM"><img src="https://avatars.githubusercontent.com/u/112330702?v=4?s=100" width="100px;" alt="Renato Davoli"/><br /><sub><b>Renato Davoli</b></sub></a><br /><a href="https://github.com/ServeRest/ServeRest/commits?author=RenatoDaM" title="Code">💻</a></td>
|
|
230
230
|
</tr>
|
|
231
|
+
<tr>
|
|
232
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ecureuill"><img src="https://avatars.githubusercontent.com/u/993369?v=4?s=100" width="100px;" alt="Camilla Silva"/><br /><sub><b>Camilla Silva</b></sub></a><br /><a href="https://github.com/ServeRest/ServeRest/issues?q=author%3Aecureuill" title="Bug reports">🐛</a> <a href="https://github.com/ServeRest/ServeRest/commits?author=ecureuill" title="Code">💻</a></td>
|
|
233
|
+
</tr>
|
|
231
234
|
</tbody>
|
|
232
235
|
</table>
|
|
233
236
|
|
package/docs/swagger.json
CHANGED
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
"required": true,
|
|
421
421
|
"description": "ID do produto",
|
|
422
422
|
"type": "string",
|
|
423
|
-
"default": "
|
|
423
|
+
"default": "K6leHdftCeOJj8BJ"
|
|
424
424
|
}
|
|
425
425
|
],
|
|
426
426
|
"responses": {
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
"required": true,
|
|
475
475
|
"description": "ID do produto",
|
|
476
476
|
"type": "string",
|
|
477
|
-
"default": "
|
|
477
|
+
"default": "K6leHdftCeOJj8BJ"
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
480
|
"in": "body",
|
|
@@ -1093,7 +1093,7 @@
|
|
|
1093
1093
|
},
|
|
1094
1094
|
"idUsuario": {
|
|
1095
1095
|
"type": "string",
|
|
1096
|
-
"example": "
|
|
1096
|
+
"example": "0uxuPY0cbmQhpEz1"
|
|
1097
1097
|
},
|
|
1098
1098
|
"_id": {
|
|
1099
1099
|
"type": "string",
|
|
@@ -1146,7 +1146,7 @@
|
|
|
1146
1146
|
},
|
|
1147
1147
|
"idUsuario": {
|
|
1148
1148
|
"type": "string",
|
|
1149
|
-
"example": "
|
|
1149
|
+
"example": "0uxuPY0cbmQhpEz1"
|
|
1150
1150
|
},
|
|
1151
1151
|
"_id": {
|
|
1152
1152
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "serverest",
|
|
3
|
-
"version": "2.29.
|
|
3
|
+
"version": "2.29.5",
|
|
4
4
|
"description": "Servidor REST local de forma rápida e simples para estudo de testes de API",
|
|
5
5
|
"author": "Paulo Gonçalves <author@serverest.dev> (https://www.linkedin.com/in/paulo-goncalves/)",
|
|
6
6
|
"license": "GPL-3.0",
|
package/src/data/carrinhos.db
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"produtos":[{"idProduto":"BeeJh5lz3k6kSIzA","quantidade":2,"precoUnitario":470},{"idProduto":"K6leHdftCeOJj8BJ","quantidade":1,"precoUnitario":5240}],"precoTotal":6180,"quantidadeTotal":3,"idUsuario":"
|
|
1
|
+
{"produtos":[{"idProduto":"BeeJh5lz3k6kSIzA","quantidade":2,"precoUnitario":470},{"idProduto":"K6leHdftCeOJj8BJ","quantidade":1,"precoUnitario":5240}],"precoTotal":6180,"quantidadeTotal":3,"idUsuario":"0uxuPY0cbmQhpEz1","_id":"qbMqntef4iTOwWfg"}
|