diff --git a/api/Salix/Api/Account/asd.bru b/api/Salix/Api/Account/asd.bru deleted file mode 100644 index a348a38c47..0000000000 --- a/api/Salix/Api/Account/asd.bru +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: asd - type: http - seq: 1 -} - -get { - url: - body: none - auth: none -} diff --git a/api/Salix/Api/Account/login.bru b/api/Salix/Api/Account/login.bru deleted file mode 100644 index 1f0af53357..0000000000 --- a/api/Salix/Api/Account/login.bru +++ /dev/null @@ -1,16 +0,0 @@ -meta { - name: login - type: http - seq: 1 -} - -post { - url: {{URL}}/api/VnUsers/sign-in - body: json - auth: none -} - -body:json { - {"user":"developer", "password": "nightmare"} -} - diff --git a/api/Salix/Api/Buy/-Buys -packaging.bru b/api/Salix/Api/Buy/-Buys -packaging.bru deleted file mode 100644 index 183654b064..0000000000 --- a/api/Salix/Api/Buy/-Buys -packaging.bru +++ /dev/null @@ -1,19 +0,0 @@ -meta { - name: -Buys -packaging - type: http - seq: 1 -} - -get { - url: http://localhost:5000/api/Suppliers/2/getItemsPackaging?entry=1 - body: none - auth: none -} - -query { - entry: 1 -} - -headers { - Authorization: ddTJNMTFMRyQDonosxmn2wauk3i6K5CgSeK6f3xwESuMiW54HPdgNrF23uUkgZqN -} diff --git a/api/Salix/Api/Chat/-chats-getServiceAuth.bru b/api/Salix/Api/Chat/-chats-getServiceAuth.bru deleted file mode 100644 index 676380a048..0000000000 --- a/api/Salix/Api/Chat/-chats-getServiceAuth.bru +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: -chats-getServiceAuth - type: http - seq: 1 -} - -get { - url: http://localhost:5000/api/chats/getServiceAuth - body: none - auth: none -} diff --git a/api/Salix/Api/Chat/-chats-send.bru b/api/Salix/Api/Chat/-chats-send.bru deleted file mode 100644 index 99af4ca0f4..0000000000 --- a/api/Salix/Api/Chat/-chats-send.bru +++ /dev/null @@ -1,16 +0,0 @@ -meta { - name: -chats-send - type: http - seq: 2 -} - -post { - url: http://localhost:5000/api/chats/send?to=@joan&message=Test message - body: none - auth: none -} - -query { - to: @joan - message: Test message -} diff --git a/api/Salix/Api/Chat/-chats-sendCheckingPresence.bru b/api/Salix/Api/Chat/-chats-sendCheckingPresence.bru deleted file mode 100644 index dd175fe9a0..0000000000 --- a/api/Salix/Api/Chat/-chats-sendCheckingPresence.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: -chats-sendCheckingPresence - type: http - seq: 3 -} - -post { - url: https://salix.verdnatura.es/api/chats/sendCheckingPresence?recipientId=19069&message=Check Offline Status - body: json - auth: none -} - -query { - recipientId: 19069 - message: Check Offline Status -} - -headers { - Authorization: eXkFArlBnJt5wsHdodsLLaD1uNW3vCNz2rGoD4ScEFt6BpTkdqXUMkc16Bi4ABwY -} - -body:json { - { - "workerId":19591 - } -} diff --git a/api/Salix/Api/Client/-clients--id.bru b/api/Salix/Api/Client/-clients--id.bru deleted file mode 100644 index 4053ea8184..0000000000 --- a/api/Salix/Api/Client/-clients--id.bru +++ /dev/null @@ -1,17 +0,0 @@ -meta { - name: -clients--id - type: http - seq: 5 -} - -patch { - url: http://localhost:5000/api/clients/1101 - body: json - auth: none -} - -body:json { - { - "name": "Test client" - } -} diff --git a/api/Salix/Api/Client/-clients-findOne.bru b/api/Salix/Api/Client/-clients-findOne.bru deleted file mode 100644 index 638e7e7fc6..0000000000 --- a/api/Salix/Api/Client/-clients-findOne.bru +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: -clients-findOne - type: http - seq: 6 -} - -get { - url: http://localhost:5000/api/clients/findOne?filter={"where": {"id": 1101}} - body: none - auth: none -} - -query { - filter: {"where": {"id": 1101}} -} diff --git a/api/Salix/Api/Client/-clients.bru b/api/Salix/Api/Client/-clients.bru deleted file mode 100644 index 3b339dd33e..0000000000 --- a/api/Salix/Api/Client/-clients.bru +++ /dev/null @@ -1,22 +0,0 @@ -meta { - name: -clients - type: http - seq: 2 -} - -post { - url: http://localhost:5000/api/clients?filter={} - body: json - auth: none -} - -query { - filter: {} -} - -body:json { - { - "id": 1300, - "name": "Customer name" - } -} diff --git a/api/Salix/Api/Client/-consumptionSendQueued.bru b/api/Salix/Api/Client/-consumptionSendQueued.bru deleted file mode 100644 index 9074bc4bab..0000000000 --- a/api/Salix/Api/Client/-consumptionSendQueued.bru +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: -consumptionSendQueued - type: http - seq: 7 -} - -post { - url: http://localhost:5000/api/clients/consumption-send-queued - body: none - auth: none -} diff --git a/api/Salix/Api/Collection/-collection_getTickets TEST.bru b/api/Salix/Api/Collection/-collection_getTickets TEST.bru deleted file mode 100644 index 49c686d3c4..0000000000 --- a/api/Salix/Api/Collection/-collection_getTickets TEST.bru +++ /dev/null @@ -1,21 +0,0 @@ -meta { - name: -collection_getTickets TEST - type: http - seq: 3 -} - -post { - url: https://test-salix.verdnatura.es/api/Collections/999999/getTickets?print=false - body: multipartForm - auth: none -} - -query { - print: false - ~id: 1 -} - -headers { - Authorization: nEaXBUSjeC9FXvyfpl3qGbcBHlDiCqwbPmZyIICdUPCUYYMN3pSE8QlJRMNa10rK - ~Authorization: DEFAULT_TOKEN -} diff --git a/api/Salix/Api/Collection/-collection_getTickets.bru b/api/Salix/Api/Collection/-collection_getTickets.bru deleted file mode 100644 index edf61d9e99..0000000000 --- a/api/Salix/Api/Collection/-collection_getTickets.bru +++ /dev/null @@ -1,21 +0,0 @@ -meta { - name: -collection_getTickets - type: http - seq: 2 -} - -post { - url: http://localhost:5000/api/Collections/3/getTickets?print=false - body: multipartForm - auth: none -} - -query { - print: false - ~id: 1 -} - -headers { - Authorization: DEFAULT_TOKEN - ~Authorization: 6ZYlDCvAsZTPrSB8t7nNjySuEifhPACnBFIMy1gjgLHyOpahGKBtIdjNhR3DwiJC -} diff --git a/api/Salix/Api/Collection/-collections.bru b/api/Salix/Api/Collection/-collections.bru deleted file mode 100644 index 6ec61d3d89..0000000000 --- a/api/Salix/Api/Collection/-collections.bru +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: -collections - type: http - seq: 1 -} - -get { - url: http://localhost:5000/api/collections?filter={"where": {"id": 1}} - body: none - auth: none -} - -query { - filter: {"where": {"id": 1}} -} diff --git a/api/Salix/Api/Collection/-items--id.bru b/api/Salix/Api/Collection/-items--id.bru deleted file mode 100644 index 346387ed35..0000000000 --- a/api/Salix/Api/Collection/-items--id.bru +++ /dev/null @@ -1,17 +0,0 @@ -meta { - name: -items--id - type: http - seq: 7 -} - -patch { - url: http://localhost:5000/api/tickets/1 - body: json - auth: none -} - -body:json { - { - "name": "Test item" - } -} diff --git a/api/Salix/Api/Collection/-items-findOne.bru b/api/Salix/Api/Collection/-items-findOne.bru deleted file mode 100644 index 46294662b3..0000000000 --- a/api/Salix/Api/Collection/-items-findOne.bru +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: -items-findOne - type: http - seq: 8 -} - -get { - url: http://localhost:5000/api/items/findOne?filter={"where": {"id": 1}} - body: none - auth: none -} - -query { - filter: {"where": {"id": 1}} -} diff --git a/api/Salix/Api/Collection/-items.bru b/api/Salix/Api/Collection/-items.bru deleted file mode 100644 index 8207221b72..0000000000 --- a/api/Salix/Api/Collection/-items.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: -items - type: http - seq: 4 -} - -post { - url: http://localhost:5000/api/items?filter={} - body: json - auth: none -} - -query { - filter: {} -} - -body:json { - { - "id": 999, - "name": "Ranged weapon longbow 5m", - "typeFk": 1, - "originFk": 1, - "intrastatFk": "5080000" - } -} diff --git a/api/Salix/Api/Edi/-edi-updateData.bru b/api/Salix/Api/Edi/-edi-updateData.bru deleted file mode 100644 index 7d2191a502..0000000000 --- a/api/Salix/Api/Edi/-edi-updateData.bru +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: -edi-updateData - type: http - seq: 1 -} - -get { - url: http://localhost:5000/api/edis/updateData - body: none - auth: none -} diff --git a/api/Salix/Api/EmailUser/EmailUser.bru b/api/Salix/Api/EmailUser/EmailUser.bru deleted file mode 100644 index 373f6b9244..0000000000 --- a/api/Salix/Api/EmailUser/EmailUser.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: EmailUser - type: http - seq: 1 -} - -get { - url: http://localhost:5000/api/Shelvings?filter={"where":{"code":"BBB"}} - body: json - auth: none -} - -query { - filter: {"where":{"code":"BBB"}} - ~include: [http://localhost:5000/api/Shelvings?filter={"include":[{"relation":"parking"}],"limit":20,"where":{"code":{"like":"%BBB%"}}}object Object] - ~where: [object Object] - ~limit: 20 - ~access_token: DEFAULT_TOKEN - ~filter: {"include":[{"relation":"parking"}],"limit":20,"where":{"code":{"like":"%BBB%"}}} - ~filter: where%22%3A%7B%22code%22%3A%7B%22like%22%3A%22%25BBB%25%22%7D%7D%7D -} - -headers { - ~Content-Type: text/plain -} diff --git a/api/Salix/Api/Entry/-Entries- Add-packaging.bru b/api/Salix/Api/Entry/-Entries- Add-packaging.bru deleted file mode 100644 index 69c58589d8..0000000000 --- a/api/Salix/Api/Entry/-Entries- Add-packaging.bru +++ /dev/null @@ -1,20 +0,0 @@ -meta { - name: -Entries- Add-packaging - type: http - seq: 5 -} - -post { - url: http://localhost:5000/api/Entries/addFromPackaging?supplier=1&isTravelReception=false - body: none - auth: none -} - -query { - supplier: 1 - isTravelReception: false -} - -headers { - Authorization: ddTJNMTFMRyQDonosxmn2wauk3i6K5CgSeK6f3xwESuMiW54HPdgNrF23uUkgZqN -} diff --git a/api/Salix/Api/Entry/-Entries--listPackaging.bru b/api/Salix/Api/Entry/-Entries--listPackaging.bru deleted file mode 100644 index a52a21ed86..0000000000 --- a/api/Salix/Api/Entry/-Entries--listPackaging.bru +++ /dev/null @@ -1,19 +0,0 @@ -meta { - name: -Entries--listPackaging - type: http - seq: 2 -} - -get { - url: http://localhost:5000/api/Suppliers/2/getItemsPackaging?entry=1 - body: none - auth: none -} - -query { - entry: 1 -} - -headers { - Authorization: ddTJNMTFMRyQDonosxmn2wauk3i6K5CgSeK6f3xwESuMiW54HPdgNrF23uUkgZqN -} diff --git a/api/Salix/Api/Entry/-Entries--packaging Notes.bru b/api/Salix/Api/Entry/-Entries--packaging Notes.bru deleted file mode 100644 index 39df75f94f..0000000000 --- a/api/Salix/Api/Entry/-Entries--packaging Notes.bru +++ /dev/null @@ -1,19 +0,0 @@ -meta { - name: -Entries--packaging Notes - type: http - seq: 3 -} - -get { - url: http://localhost:5000/api/Suppliers/2/getItemsPackaging?entry=1 - body: none - auth: none -} - -query { - entry: 1 -} - -headers { - Authorization: ddTJNMTFMRyQDonosxmn2wauk3i6K5CgSeK6f3xwESuMiW54HPdgNrF23uUkgZqN -} diff --git a/api/Salix/Api/Entry/-Entries--packaging.bru b/api/Salix/Api/Entry/-Entries--packaging.bru deleted file mode 100644 index c9428f8751..0000000000 --- a/api/Salix/Api/Entry/-Entries--packaging.bru +++ /dev/null @@ -1,19 +0,0 @@ -meta { - name: -Entries--packaging - type: http - seq: 1 -} - -get { - url: http://localhost:5000/api/Suppliers/2/getItemsPackaging?entry=1 - body: none - auth: none -} - -query { - entry: 1 -} - -headers { - Authorization: ddTJNMTFMRyQDonosxmn2wauk3i6K5CgSeK6f3xwESuMiW54HPdgNrF23uUkgZqN -} diff --git a/api/Salix/Api/Entry/-Entries-addFromBuy -packaging.bru b/api/Salix/Api/Entry/-Entries-addFromBuy -packaging.bru deleted file mode 100644 index da90a407f3..0000000000 --- a/api/Salix/Api/Entry/-Entries-addFromBuy -packaging.bru +++ /dev/null @@ -1,19 +0,0 @@ -meta { - name: -Entries-addFromBuy -packaging - type: http - seq: 4 -} - -get { - url: http://localhost:5000/api/Suppliers/2/getItemsPackaging?entry=1 - body: none - auth: none -} - -query { - entry: 1 -} - -headers { - Authorization: ddTJNMTFMRyQDonosxmn2wauk3i6K5CgSeK6f3xwESuMiW54HPdgNrF23uUkgZqN -} diff --git a/api/Salix/Api/Item/-item setVisibleDiscard Local.bru b/api/Salix/Api/Item/-item setVisibleDiscard Local.bru deleted file mode 100644 index 681546f393..0000000000 --- a/api/Salix/Api/Item/-item setVisibleDiscard Local.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: -item setVisibleDiscard Local - type: http - seq: 3 -} - -post { - url: http://localhost:5000/api/items/setVisibleDiscard - body: json - auth: none -} - -headers { - Authorization: DEFAULT_TOKEN -} - -body:json { - { - "itemFk":1, - "warehouseFk":1, - "quantity":10, - "addressFk":null - } - -} diff --git a/api/Salix/Api/Item/-item setVisibleDiscard TEST.bru b/api/Salix/Api/Item/-item setVisibleDiscard TEST.bru deleted file mode 100644 index 1b68c426ca..0000000000 --- a/api/Salix/Api/Item/-item setVisibleDiscard TEST.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: -item setVisibleDiscard TEST - type: http - seq: 4 -} - -post { - url: https://test-salix.verdnatura.es/api/items/setVisibleDiscard - body: json - auth: none -} - -headers { - Authorization: kQLvk9XerDZoECCKwC3hEM33xx2GNKhWEtOpstU7EtHWyCHI08xWDNtJzRLtI0hn -} - -body:json { - { - "addressFk": 77, - "itemFk": 10, - "quantity": 1, - "warehouseFk": 60 - } - -} diff --git a/api/Salix/Api/Item/-item setVisibleDiscard.bru b/api/Salix/Api/Item/-item setVisibleDiscard.bru deleted file mode 100644 index 24e1a15912..0000000000 --- a/api/Salix/Api/Item/-item setVisibleDiscard.bru +++ /dev/null @@ -1,21 +0,0 @@ -meta { - name: -item setVisibleDiscard - type: http - seq: 2 -} - -post { - url: http://localhost:5000/api/items/setVisibleDiscard - body: json - auth: none -} - -body:json { - { - "itemFk":1, - "warehouseFk":1, - "quantity":10, - "addressFk":1 - } - -} diff --git a/api/Salix/Api/Item/-items--id.bru b/api/Salix/Api/Item/-items--id.bru deleted file mode 100644 index 18a74500b2..0000000000 --- a/api/Salix/Api/Item/-items--id.bru +++ /dev/null @@ -1,17 +0,0 @@ -meta { - name: -items--id - type: http - seq: 8 -} - -patch { - url: http://localhost:5000/api/tickets/1 - body: json - auth: none -} - -body:json { - { - "name": "Test item" - } -} diff --git a/api/Salix/Api/Item/-items-findOne.bru b/api/Salix/Api/Item/-items-findOne.bru deleted file mode 100644 index 1e76b1fff8..0000000000 --- a/api/Salix/Api/Item/-items-findOne.bru +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: -items-findOne - type: http - seq: 9 -} - -get { - url: http://localhost:5000/api/items/findOne?filter={"where": {"id": 1}} - body: none - auth: none -} - -query { - filter: {"where": {"id": 1}} -} diff --git a/api/Salix/Api/Item/-items.bru b/api/Salix/Api/Item/-items.bru deleted file mode 100644 index a5e5825119..0000000000 --- a/api/Salix/Api/Item/-items.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: -items - type: http - seq: 5 -} - -post { - url: http://localhost:5000/api/items?filter={} - body: json - auth: none -} - -query { - filter: {} -} - -body:json { - { - "id": 999, - "name": "Ranged weapon longbow 5m", - "typeFk": 1, - "originFk": 1, - "intrastatFk": "5080000" - } -} diff --git a/api/Salix/Api/ItemBarCode/ItemBarCodes--id-toItem Copy.bru b/api/Salix/Api/ItemBarCode/ItemBarCodes--id-toItem Copy.bru deleted file mode 100644 index 5c7a296fd3..0000000000 --- a/api/Salix/Api/ItemBarCode/ItemBarCodes--id-toItem Copy.bru +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: ItemBarCodes--id-toItem Copy - type: http - seq: 4 -} - -get { - url: https://test-salix.verdnatura.es/api/ItemBarCodes/1/toItem - body: json - auth: none -} - -headers { - Authorization: wqHE3HcmM1qjT1CB2w3dlNzAVs4FRqJ9zNCtFBw9IDdItO9O6scpcpVUlCdAlEVB -} diff --git a/api/Salix/Api/ItemBarCode/ItemBarCodes--id-toItem.bru b/api/Salix/Api/ItemBarCode/ItemBarCodes--id-toItem.bru deleted file mode 100644 index c2b7f9be47..0000000000 --- a/api/Salix/Api/ItemBarCode/ItemBarCodes--id-toItem.bru +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: ItemBarCodes--id-toItem - type: http - seq: 3 -} - -get { - url: http://localhost:5000/api/ItemBarCodes/1111111111/toItem - body: json - auth: none -} diff --git a/api/Salix/Api/ItemBarCode/ItemBarCodes.bru b/api/Salix/Api/ItemBarCode/ItemBarCodes.bru deleted file mode 100644 index 2d74419b36..0000000000 --- a/api/Salix/Api/ItemBarCode/ItemBarCodes.bru +++ /dev/null @@ -1,23 +0,0 @@ -meta { - name: ItemBarCodes - type: http - seq: 2 -} - -delete { - url: http://localhost:5000/api/ItemBarCodes?filter={"where": {"itemFk": 1,"code":"ASDDD"}} - body: json - auth: none -} - -query { - filter: {"where": {"itemFk": 1,"code":"ASDDD"}} - ~update: {"where": {"itemFk": 1,"code":"ASDDD"}} -} - -body:json { - - - - NO ES POT FER DELETE AMB UN FILTRE de item i code, és necessari el id. -} diff --git a/api/Salix/Api/ItemImageQueue/-itemImageQueues-downloadImages.bru b/api/Salix/Api/ItemImageQueue/-itemImageQueues-downloadImages.bru deleted file mode 100644 index 24c947a680..0000000000 --- a/api/Salix/Api/ItemImageQueue/-itemImageQueues-downloadImages.bru +++ /dev/null @@ -1,19 +0,0 @@ -meta { - name: -itemImageQueues-downloadImages - type: http - seq: 2 -} - -post { - url: http://localhost:5000/api/itemImageQueues/download - body: none - auth: none -} - -headers { - Authorization: CoI4AOO6fu6J7U0YNVgR0CAmPjPIxsL37mKjfUk5ZX9ZBtAVKOTLMhGd9na1EYKz -} - -script:pre-request { - // -} diff --git a/api/Salix/Api/ItemImageQueue/-itemImageQueues.bru b/api/Salix/Api/ItemImageQueue/-itemImageQueues.bru deleted file mode 100644 index e1262e77e6..0000000000 --- a/api/Salix/Api/ItemImageQueue/-itemImageQueues.bru +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: -itemImageQueues - type: http - seq: 1 -} - -get { - url: http://localhost:5000/api/itemImageQueues - body: none - auth: none -} diff --git a/api/Salix/Api/ItemPackingType/ItemPackingTypes.bru b/api/Salix/Api/ItemPackingType/ItemPackingTypes.bru deleted file mode 100644 index e5ec7eb91f..0000000000 --- a/api/Salix/Api/ItemPackingType/ItemPackingTypes.bru +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: ItemPackingTypes - type: http - seq: 1 -} - -get { - url: http://localhost:5000/api/ItemPackingTypes?filter={"where": {"isActive": true}} - body: none - auth: none -} - -query { - filter: {"where": {"isActive": true}} -} diff --git a/api/Salix/Api/ItemShelvings/-itemShelvings-id.bru b/api/Salix/Api/ItemShelvings/-itemShelvings-id.bru deleted file mode 100644 index cc483a51d7..0000000000 --- a/api/Salix/Api/ItemShelvings/-itemShelvings-id.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: -itemShelvings-id - type: http - seq: 1 -} - -patch { - url: https://salix.verdnatura.es/api/itemShelvings/1352756 - body: json - auth: none -} - -query { - ~visible: 2 -} - -headers { - Authorization: MkgxUVLzf04VnaoHtQOqPdE5kTISOhfgB8ypHZmAaamOzPKkVZsz5gOovbVQ4O7j - ~Authorization: DEFAULT_TOKEN -} - -body:json { - { - "userFk":19591 - } -} diff --git a/api/Salix/Api/ItemShelvings/-itemShelvings-update TEST.bru b/api/Salix/Api/ItemShelvings/-itemShelvings-update TEST.bru deleted file mode 100644 index 69938ad710..0000000000 --- a/api/Salix/Api/ItemShelvings/-itemShelvings-update TEST.bru +++ /dev/null @@ -1,28 +0,0 @@ -meta { - name: -itemShelvings-update TEST - type: http - seq: 3 -} - -post { - url: https://test-salix.verdnatura.es/api/ItemShelvings/update?where={"id": {"inq": [141461,141046]}} - body: json - auth: none -} - -query { - where: {"id": {"inq": [141461,141046]}} - ~filter: {"where": {"id": 1}} - ~where: {"id": {"in": [1, 3]}} - ~where: {"id": {"inq": [141461,141046]}} -} - -headers { - Authorization: KPfxP9J6SPnWLh9EiYLluRWOMmLFSo0Znk9LpupPc9aVH9YpvGEZ8DMN5MRDVjPG -} - -body:json { - { - "isChecked":null - } -} diff --git a/api/Salix/Api/ItemShelvings/-itemShelvings-update.bru b/api/Salix/Api/ItemShelvings/-itemShelvings-update.bru deleted file mode 100644 index 4b0438f5ff..0000000000 --- a/api/Salix/Api/ItemShelvings/-itemShelvings-update.bru +++ /dev/null @@ -1,28 +0,0 @@ -meta { - name: -itemShelvings-update - type: http - seq: 2 -} - -post { - url: http://localhost:3000/api/itemShelvings/update?where={"id": {"inq": [1,3]}} - body: json - auth: none -} - -query { - where: {"id": {"inq": [1,3]}} - ~filter: {"where": {"id": 1}} - ~filter: {"id": {"in": [1, 3]}} - ~where: {"id": {"in": [1, 3]}} -} - -headers { - Authorization: o0guQMWuli0YnY15ujV2JULqncC0ufFmzTOExXry3lvMX2gXeECVFKZcg4RW9LQY -} - -body:json { - { - "isChecked":null - } -} diff --git a/api/Salix/Api/Notifications/Send.bru b/api/Salix/Api/Notifications/Send.bru deleted file mode 100644 index fe0d850a9f..0000000000 --- a/api/Salix/Api/Notifications/Send.bru +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: Send - type: http - seq: 1 -} - -get { - url: - body: none - auth: none -} diff --git a/api/Salix/Api/ShelvingLog/ShelvingLogs.bru b/api/Salix/Api/ShelvingLog/ShelvingLogs.bru deleted file mode 100644 index a97cbce22b..0000000000 --- a/api/Salix/Api/ShelvingLog/ShelvingLogs.bru +++ /dev/null @@ -1,18 +0,0 @@ -meta { - name: ShelvingLogs - type: http - seq: 1 -} - -get { - url: http://localhost:5000/api/ShelvingLogs?filter={"include":[{"relation":"user","scope":{"fields":["name"]}}],"where":{"originFk":"5"}} - body: json - auth: none -} - -query { - filter: {"include":[{"relation":"user","scope":{"fields":["name"]}}],"where":{"originFk":"5"}} - ~include: http://localhost:5000/api/ShelvingLogs?filter={"include":[{"relation":"user","scope":{"fields":["name"],"include":{"relation":"worker","scope":{"fields":["id"]}}}}],"where":{"originFk":"5"},"limit":20} - ~where: [object Object] - ~limit: 20 -} diff --git a/api/Salix/Api/ShelvingLog/Shelvings.bru b/api/Salix/Api/ShelvingLog/Shelvings.bru deleted file mode 100644 index 1248d2ee10..0000000000 --- a/api/Salix/Api/ShelvingLog/Shelvings.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: Shelvings - type: http - seq: 2 -} - -get { - url: http://localhost:5000/api/Shelvings?filter={"where":{"code":"BBB"}} - body: json - auth: none -} - -query { - filter: {"where":{"code":"BBB"}} - ~include: [http://localhost:5000/api/Shelvings?filter={"include":[{"relation":"parking"}],"limit":20,"where":{"code":{"like":"%BBB%"}}}object Object] - ~where: [object Object] - ~limit: 20 - ~access_token: DEFAULT_TOKEN - ~filter: {"include":[{"relation":"parking"}],"limit":20,"where":{"code":{"like":"%BBB%"}}} - ~filter: where%22%3A%7B%22code%22%3A%7B%22like%22%3A%22%25BBB%25%22%7D%7D%7D -} - -headers { - ~Content-Type: text/plain -} diff --git a/api/Salix/Api/Supplier/-Supplier--id--getItemsPackaging.bru b/api/Salix/Api/Supplier/-Supplier--id--getItemsPackaging.bru deleted file mode 100644 index 188c2c8fcd..0000000000 --- a/api/Salix/Api/Supplier/-Supplier--id--getItemsPackaging.bru +++ /dev/null @@ -1,19 +0,0 @@ -meta { - name: -Supplier--id--getItemsPackaging - type: http - seq: 1 -} - -get { - url: http://localhost:5000/api/Suppliers/2/getItemsPackaging?entry=1 - body: none - auth: none -} - -query { - entry: 1 -} - -headers { - Authorization: ddTJNMTFMRyQDonosxmn2wauk3i6K5CgSeK6f3xwESuMiW54HPdgNrF23uUkgZqN -} diff --git a/api/Salix/Api/Ticket/--id-delivery-note.bru b/api/Salix/Api/Ticket/--id-delivery-note.bru deleted file mode 100644 index 9c6a209b9a..0000000000 --- a/api/Salix/Api/Ticket/--id-delivery-note.bru +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: --id-delivery-note - type: http - seq: 3 -} - -get { - url: http://localhost:5000/api/tickets/delivery-note?filter={"where": {"id": 1}} - body: none - auth: none -} - -query { - filter: {"where": {"id": 1}} -} diff --git a/api/Salix/Api/Ticket/-tickets Advanced.bru b/api/Salix/Api/Ticket/-tickets Advanced.bru deleted file mode 100644 index 2cdf36214a..0000000000 --- a/api/Salix/Api/Ticket/-tickets Advanced.bru +++ /dev/null @@ -1,27 +0,0 @@ -meta { - name: -tickets Advanced - type: http - seq: 5 -} - -post { - url: http://localhost:3000/api/packingSiteAdvanceds - body: json - auth: none -} - -query { - ~workerFk: 1 - ~ticketFk: 2 -} - -headers { - Authorization: 8js9U12LOEHKazfxmQVkohU2lZvJP95a7LDOVTlf9feNT0CaWGJra4Ox9xivISuP -} - -body:json { - { - "workerFk": 1, - "ticketFk":2 - } -} diff --git a/api/Salix/Api/Ticket/-tickets--id Notes.bru b/api/Salix/Api/Ticket/-tickets--id Notes.bru deleted file mode 100644 index 7284b65824..0000000000 --- a/api/Salix/Api/Ticket/-tickets--id Notes.bru +++ /dev/null @@ -1,33 +0,0 @@ -meta { - name: -tickets--id Notes - type: http - seq: 10 -} - -post { - url: https://test-salix.verdnatura.es/api/TicketObservations/crud?ticketFk=4379408 - body: json - auth: none -} - -query { - ticketFk: 4379408 -} - -headers { - Authorization: knF6sC44lB3dxeC6ta48EmDB4OfMMXxcI5DPP5bCIOogcqPWM8oAMwL1SYwfHOKg -} - -body:json { - { - { - "ticketFk": "4379408", - "$orgIndex": null, - "$oldData": null, - "$isNew": true, - "observationTypeFk": 3, - "description": "fdas asd as" - } - - } -} diff --git a/api/Salix/Api/Ticket/-tickets--id.bru b/api/Salix/Api/Ticket/-tickets--id.bru deleted file mode 100644 index d617fd3778..0000000000 --- a/api/Salix/Api/Ticket/-tickets--id.bru +++ /dev/null @@ -1,17 +0,0 @@ -meta { - name: -tickets--id - type: http - seq: 9 -} - -patch { - url: http://localhost:5000/api/items/1 - body: json - auth: none -} - -body:json { - { - "name": "Test item" - } -} diff --git a/api/Salix/Api/Ticket/-tickets-client.bru b/api/Salix/Api/Ticket/-tickets-client.bru deleted file mode 100644 index e5612c0cf5..0000000000 --- a/api/Salix/Api/Ticket/-tickets-client.bru +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: -tickets-client - type: http - seq: 6 -} - -get { - url: http://localhost:5000/api/tickets/1/client?filter={"where": {"id": 1}} - body: none - auth: none -} - -query { - filter: {"where": {"id": 1}} -} diff --git a/api/Salix/Api/Ticket/-tickets-findOne.bru b/api/Salix/Api/Ticket/-tickets-findOne.bru deleted file mode 100644 index 79b1eaa014..0000000000 --- a/api/Salix/Api/Ticket/-tickets-findOne.bru +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: -tickets-findOne - type: http - seq: 11 -} - -get { - url: http://localhost:5000/api/tickets/findOne?filter={"where": {"id": 1}} - body: none - auth: none -} - -query { - filter: {"where": {"id": 1}} -} diff --git a/api/Salix/Api/Ticket/-tickets-saveSign.bru b/api/Salix/Api/Ticket/-tickets-saveSign.bru deleted file mode 100644 index 5c5bc4dc34..0000000000 --- a/api/Salix/Api/Ticket/-tickets-saveSign.bru +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: -tickets-saveSign - type: http - seq: 12 -} - -get { - url: http://localhost:5000/api/tickets/saveSign?tickets= - body: none - auth: none -} - -query { - tickets: -} diff --git a/api/Salix/Api/Ticket/-tickets-transferSales.bru b/api/Salix/Api/Ticket/-tickets-transferSales.bru deleted file mode 100644 index 1c136d8502..0000000000 --- a/api/Salix/Api/Ticket/-tickets-transferSales.bru +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: -tickets-transferSales - type: http - seq: 2 -} - -get { - url: http://localhost:5000/api/tickets?filter={"where": {"id": 1}} - body: none - auth: none -} - -query { - filter: {"where": {"id": 1}} -} diff --git a/api/Salix/Api/Ticket/-tickets.bru b/api/Salix/Api/Ticket/-tickets.bru deleted file mode 100644 index 6ad2a15e9c..0000000000 --- a/api/Salix/Api/Ticket/-tickets.bru +++ /dev/null @@ -1,21 +0,0 @@ -meta { - name: -tickets - type: http - seq: 4 -} - -post { - url: http://localhost:5000/api/tickets?filter={} - body: json - auth: none -} - -query { - filter: {} -} - -body:json { - { - "id": 30 - } -} diff --git a/api/Salix/Api/Ticket/ExpeditionState/-ExpeditionStates-addState Copy.bru b/api/Salix/Api/Ticket/ExpeditionState/-ExpeditionStates-addState Copy.bru deleted file mode 100644 index 637127f15f..0000000000 --- a/api/Salix/Api/Ticket/ExpeditionState/-ExpeditionStates-addState Copy.bru +++ /dev/null @@ -1,27 +0,0 @@ -meta { - name: -ExpeditionStates-addState Copy - type: http - seq: 2 -} - -post { - url: https://test-salix.verdnatura.es/api/ExpeditionStates/addExpeditionState - body: json - auth: none -} - -headers { - Authorization: wqHE3HcmM1qjT1CB2w3dlNzAVs4FRqJ9zNCtFBw9IDdItO9O6scpcpVUlCdAlEVB -} - -body:json { - { - "expeditions": [ - { - "expeditionFk": 7437897, - "stateCode": "LOST" - } - - ] - } -} diff --git a/api/Salix/Api/Ticket/ExpeditionState/-ExpeditionStates-addState.bru b/api/Salix/Api/Ticket/ExpeditionState/-ExpeditionStates-addState.bru deleted file mode 100644 index 251b4c7eab..0000000000 --- a/api/Salix/Api/Ticket/ExpeditionState/-ExpeditionStates-addState.bru +++ /dev/null @@ -1,31 +0,0 @@ -meta { - name: -ExpeditionStates-addState - type: http - seq: 1 -} - -post { - url: http://localhost:5000/api/ExpeditionStates/addExpeditionState - body: json - auth: none -} - -headers { - Authorization: V75Nc9jxXSIyT5VpnPSXCtnFaaczzJ54oLRas2CbVbzUDmvaLHTp6VIGt5j0aFZt - ~Authorization: DEFAULT_TOKEN -} - -body:json { - { - "expeditions": [ - { - "expeditionFk": 1, - "stateCode": "ON DELIVERY" - }, - { - "expeditionFk": 2, - "stateCode": "LOST" - } - ] - } -} diff --git a/api/Salix/Api/operator/-Operators- get sector - labeler Copy.bru b/api/Salix/Api/operator/-Operators- get sector - labeler Copy.bru deleted file mode 100644 index ec111ad828..0000000000 --- a/api/Salix/Api/operator/-Operators- get sector - labeler Copy.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: -Operators- get sector - labeler Copy - type: http - seq: 6 -} - -post { - url: http://localhost:5000/api/Operators/update?where[workerFk]=9 - body: json - auth: none -} - -query { - where[workerFk]: 9 -} - -headers { - Authorization: 3EFg7LP2qDGOWghRIzq6azEYIB5BvJUCHUk0BIXxU9lcqiMiKRPtU0EBzLcnv4H9 -} - -body:json { - { - "labelerFk":2 - } -} diff --git a/api/Salix/Api/operator/-Operators- get sector - labeler.bru b/api/Salix/Api/operator/-Operators- get sector - labeler.bru deleted file mode 100644 index 0ea6814e3c..0000000000 --- a/api/Salix/Api/operator/-Operators- get sector - labeler.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: -Operators- get sector - labeler - type: http - seq: 5 -} - -post { - url: http://localhost:5000/api/Operators/update?where[workerFk]=9 - body: json - auth: none -} - -query { - where[workerFk]: 9 -} - -headers { - Authorization: 3EFg7LP2qDGOWghRIzq6azEYIB5BvJUCHUk0BIXxU9lcqiMiKRPtU0EBzLcnv4H9 -} - -body:json { - { - "labelerFk":2 - } -} diff --git a/api/Salix/Api/operator/-Operators- get.bru b/api/Salix/Api/operator/-Operators- get.bru deleted file mode 100644 index 6ea1faab1d..0000000000 --- a/api/Salix/Api/operator/-Operators- get.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: -Operators- get - type: http - seq: 2 -} - -get { - url: http://test-salix.verdnatura.es/api/Operators/19591?filter={"include":"sector"} - body: json - auth: none -} - -query { - filter: {"include":"sector"} -} - -headers { - Authorization: wy2Pn2NQghjCTrcgoRpbDtvgETRh5dWSJ22DccwgZMKaVnxG0lLgFNQIkFoq7KUy -} - -body:json { - { - "sectorFk":2, - "labelerFk":null - } -} diff --git a/api/Salix/Api/operator/-Operators- labeler.bru b/api/Salix/Api/operator/-Operators- labeler.bru deleted file mode 100644 index 901a7ed5cd..0000000000 --- a/api/Salix/Api/operator/-Operators- labeler.bru +++ /dev/null @@ -1,25 +0,0 @@ -meta { - name: -Operators- labeler - type: http - seq: 4 -} - -post { - url: http://localhost:5000/api/Operators/update?where[workerFk]=9 - body: json - auth: none -} - -query { - where[workerFk]: 9 -} - -headers { - Authorization: 3EFg7LP2qDGOWghRIzq6azEYIB5BvJUCHUk0BIXxU9lcqiMiKRPtU0EBzLcnv4H9 -} - -body:json { - { - "labelerFk":2 - } -} diff --git a/api/Salix/Api/operator/-Operators- sector Copy.bru b/api/Salix/Api/operator/-Operators- sector Copy.bru deleted file mode 100644 index 0b2911a3dd..0000000000 --- a/api/Salix/Api/operator/-Operators- sector Copy.bru +++ /dev/null @@ -1,23 +0,0 @@ -meta { - name: -Operators- sector Copy - type: http - seq: 3 -} - -patch { - url: https://salix.verdnatura.es/api/Operators/19591 - body: json - auth: none -} - -headers { - Authorization: sccVCOzCIqNvEUZtjf9FYJfxkCQImjcecS8xHzvjAxYW9pt34lngc8dcgLft5Kyn - ~Authorization: TDBXtkBF8mGrpcS6RlBggkUeZ8TP6MyKssezFYM2NXYRi4FhZe2CqqA3GNLlbawp -} - -body:json { - { - "sectorFk":31, - "labelerFk":null - } -} diff --git a/api/Salix/Api/operator/-Operators- sector.bru b/api/Salix/Api/operator/-Operators- sector.bru deleted file mode 100644 index 936f9936d3..0000000000 --- a/api/Salix/Api/operator/-Operators- sector.bru +++ /dev/null @@ -1,26 +0,0 @@ -meta { - name: -Operators- sector - type: http - seq: 1 -} - -post { - url: http://localhost:5000/api/Operators/update?where[workerFK]=9 - body: json - auth: none -} - -query { - where[workerFK]: 9 -} - -headers { - Authorization: TDBXtkBF8mGrpcS6RlBggkUeZ8TP6MyKssezFYM2NXYRi4FhZe2CqqA3GNLlbawp -} - -body:json { - { - "sectorFk":2, - "labelerFk":null - } -} diff --git a/api/Salix/bruno.json b/api/Salix/bruno.json deleted file mode 100644 index 4096dba7ea..0000000000 --- a/api/Salix/bruno.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "version": "1", - "name": "Salix", - "type": "collection" -} \ No newline at end of file diff --git a/api/Salix/environments/test.bru b/api/Salix/environments/test.bru deleted file mode 100644 index ffa131c6ef..0000000000 --- a/api/Salix/environments/test.bru +++ /dev/null @@ -1,3 +0,0 @@ -vars { - URL: http://localhost:3000 -} diff --git a/api/Api/Account/login.bru b/api/bruno/Api/Account/login.bru similarity index 100% rename from api/Api/Account/login.bru rename to api/bruno/Api/Account/login.bru diff --git a/api/Api/Buy/-Buys -packaging.bru b/api/bruno/Api/Buy/-Buys -packaging.bru similarity index 100% rename from api/Api/Buy/-Buys -packaging.bru rename to api/bruno/Api/Buy/-Buys -packaging.bru diff --git a/api/Api/Chat/-chats-getServiceAuth.bru b/api/bruno/Api/Chat/-chats-getServiceAuth.bru similarity index 100% rename from api/Api/Chat/-chats-getServiceAuth.bru rename to api/bruno/Api/Chat/-chats-getServiceAuth.bru diff --git a/api/Api/Chat/-chats-send.bru b/api/bruno/Api/Chat/-chats-send.bru similarity index 100% rename from api/Api/Chat/-chats-send.bru rename to api/bruno/Api/Chat/-chats-send.bru diff --git a/api/Api/Chat/-chats-sendCheckingPresence.bru b/api/bruno/Api/Chat/-chats-sendCheckingPresence.bru similarity index 100% rename from api/Api/Chat/-chats-sendCheckingPresence.bru rename to api/bruno/Api/Chat/-chats-sendCheckingPresence.bru diff --git a/api/Api/Client/-clients--id.bru b/api/bruno/Api/Client/-clients--id.bru similarity index 100% rename from api/Api/Client/-clients--id.bru rename to api/bruno/Api/Client/-clients--id.bru diff --git a/api/Api/Client/-clients-findOne.bru b/api/bruno/Api/Client/-clients-findOne.bru similarity index 100% rename from api/Api/Client/-clients-findOne.bru rename to api/bruno/Api/Client/-clients-findOne.bru diff --git a/api/Api/Client/-clients.bru b/api/bruno/Api/Client/-clients.bru similarity index 100% rename from api/Api/Client/-clients.bru rename to api/bruno/Api/Client/-clients.bru diff --git a/api/Api/Client/-consumptionSendQueued.bru b/api/bruno/Api/Client/-consumptionSendQueued.bru similarity index 100% rename from api/Api/Client/-consumptionSendQueued.bru rename to api/bruno/Api/Client/-consumptionSendQueued.bru diff --git a/api/Api/Collection/-collection_getTickets TEST.bru b/api/bruno/Api/Collection/-collection_getTickets TEST.bru similarity index 100% rename from api/Api/Collection/-collection_getTickets TEST.bru rename to api/bruno/Api/Collection/-collection_getTickets TEST.bru diff --git a/api/Api/Collection/-collection_getTickets.bru b/api/bruno/Api/Collection/-collection_getTickets.bru similarity index 100% rename from api/Api/Collection/-collection_getTickets.bru rename to api/bruno/Api/Collection/-collection_getTickets.bru diff --git a/api/Api/Collection/-collections.bru b/api/bruno/Api/Collection/-collections.bru similarity index 100% rename from api/Api/Collection/-collections.bru rename to api/bruno/Api/Collection/-collections.bru diff --git a/api/Api/Collection/-items--id.bru b/api/bruno/Api/Collection/-items--id.bru similarity index 100% rename from api/Api/Collection/-items--id.bru rename to api/bruno/Api/Collection/-items--id.bru diff --git a/api/Api/Collection/-items-findOne.bru b/api/bruno/Api/Collection/-items-findOne.bru similarity index 100% rename from api/Api/Collection/-items-findOne.bru rename to api/bruno/Api/Collection/-items-findOne.bru diff --git a/api/Api/Collection/-items.bru b/api/bruno/Api/Collection/-items.bru similarity index 100% rename from api/Api/Collection/-items.bru rename to api/bruno/Api/Collection/-items.bru diff --git a/api/Api/Edi/-edi-updateData.bru b/api/bruno/Api/Edi/-edi-updateData.bru similarity index 100% rename from api/Api/Edi/-edi-updateData.bru rename to api/bruno/Api/Edi/-edi-updateData.bru diff --git a/api/Api/EmailUser/EmailUser.bru b/api/bruno/Api/EmailUser/EmailUser.bru similarity index 100% rename from api/Api/EmailUser/EmailUser.bru rename to api/bruno/Api/EmailUser/EmailUser.bru diff --git a/api/Api/Entry/-Entries- Add-packaging.bru b/api/bruno/Api/Entry/-Entries- Add-packaging.bru similarity index 100% rename from api/Api/Entry/-Entries- Add-packaging.bru rename to api/bruno/Api/Entry/-Entries- Add-packaging.bru diff --git a/api/Api/Entry/-Entries--listPackaging.bru b/api/bruno/Api/Entry/-Entries--listPackaging.bru similarity index 100% rename from api/Api/Entry/-Entries--listPackaging.bru rename to api/bruno/Api/Entry/-Entries--listPackaging.bru diff --git a/api/Api/Entry/-Entries--packaging Notes.bru b/api/bruno/Api/Entry/-Entries--packaging Notes.bru similarity index 100% rename from api/Api/Entry/-Entries--packaging Notes.bru rename to api/bruno/Api/Entry/-Entries--packaging Notes.bru diff --git a/api/Api/Entry/-Entries--packaging.bru b/api/bruno/Api/Entry/-Entries--packaging.bru similarity index 100% rename from api/Api/Entry/-Entries--packaging.bru rename to api/bruno/Api/Entry/-Entries--packaging.bru diff --git a/api/Api/Entry/-Entries-addFromBuy -packaging.bru b/api/bruno/Api/Entry/-Entries-addFromBuy -packaging.bru similarity index 100% rename from api/Api/Entry/-Entries-addFromBuy -packaging.bru rename to api/bruno/Api/Entry/-Entries-addFromBuy -packaging.bru diff --git a/api/Api/Item/-item setVisibleDiscard Local.bru b/api/bruno/Api/Item/-item setVisibleDiscard Local.bru similarity index 100% rename from api/Api/Item/-item setVisibleDiscard Local.bru rename to api/bruno/Api/Item/-item setVisibleDiscard Local.bru diff --git a/api/Api/Item/-item setVisibleDiscard TEST.bru b/api/bruno/Api/Item/-item setVisibleDiscard TEST.bru similarity index 100% rename from api/Api/Item/-item setVisibleDiscard TEST.bru rename to api/bruno/Api/Item/-item setVisibleDiscard TEST.bru diff --git a/api/Api/Item/-item setVisibleDiscard.bru b/api/bruno/Api/Item/-item setVisibleDiscard.bru similarity index 100% rename from api/Api/Item/-item setVisibleDiscard.bru rename to api/bruno/Api/Item/-item setVisibleDiscard.bru diff --git a/api/Api/Item/-items--id.bru b/api/bruno/Api/Item/-items--id.bru similarity index 100% rename from api/Api/Item/-items--id.bru rename to api/bruno/Api/Item/-items--id.bru diff --git a/api/Api/Item/-items-findOne.bru b/api/bruno/Api/Item/-items-findOne.bru similarity index 100% rename from api/Api/Item/-items-findOne.bru rename to api/bruno/Api/Item/-items-findOne.bru diff --git a/api/Api/Item/-items.bru b/api/bruno/Api/Item/-items.bru similarity index 100% rename from api/Api/Item/-items.bru rename to api/bruno/Api/Item/-items.bru diff --git a/api/Api/ItemBarCode/ItemBarCodes--id-toItem Copy.bru b/api/bruno/Api/ItemBarCode/ItemBarCodes--id-toItem Copy.bru similarity index 100% rename from api/Api/ItemBarCode/ItemBarCodes--id-toItem Copy.bru rename to api/bruno/Api/ItemBarCode/ItemBarCodes--id-toItem Copy.bru diff --git a/api/Api/ItemBarCode/ItemBarCodes--id-toItem.bru b/api/bruno/Api/ItemBarCode/ItemBarCodes--id-toItem.bru similarity index 100% rename from api/Api/ItemBarCode/ItemBarCodes--id-toItem.bru rename to api/bruno/Api/ItemBarCode/ItemBarCodes--id-toItem.bru diff --git a/api/Api/ItemBarCode/ItemBarCodes.bru b/api/bruno/Api/ItemBarCode/ItemBarCodes.bru similarity index 100% rename from api/Api/ItemBarCode/ItemBarCodes.bru rename to api/bruno/Api/ItemBarCode/ItemBarCodes.bru diff --git a/api/Api/ItemImageQueue/-itemImageQueues-downloadImages.bru b/api/bruno/Api/ItemImageQueue/-itemImageQueues-downloadImages.bru similarity index 100% rename from api/Api/ItemImageQueue/-itemImageQueues-downloadImages.bru rename to api/bruno/Api/ItemImageQueue/-itemImageQueues-downloadImages.bru diff --git a/api/Api/ItemImageQueue/-itemImageQueues.bru b/api/bruno/Api/ItemImageQueue/-itemImageQueues.bru similarity index 100% rename from api/Api/ItemImageQueue/-itemImageQueues.bru rename to api/bruno/Api/ItemImageQueue/-itemImageQueues.bru diff --git a/api/Api/ItemPackingType/ItemPackingTypes.bru b/api/bruno/Api/ItemPackingType/ItemPackingTypes.bru similarity index 100% rename from api/Api/ItemPackingType/ItemPackingTypes.bru rename to api/bruno/Api/ItemPackingType/ItemPackingTypes.bru diff --git a/api/Api/ItemShelvings/-itemShelvings-id.bru b/api/bruno/Api/ItemShelvings/-itemShelvings-id.bru similarity index 100% rename from api/Api/ItemShelvings/-itemShelvings-id.bru rename to api/bruno/Api/ItemShelvings/-itemShelvings-id.bru diff --git a/api/Api/ItemShelvings/-itemShelvings-update TEST.bru b/api/bruno/Api/ItemShelvings/-itemShelvings-update TEST.bru similarity index 100% rename from api/Api/ItemShelvings/-itemShelvings-update TEST.bru rename to api/bruno/Api/ItemShelvings/-itemShelvings-update TEST.bru diff --git a/api/Api/ItemShelvings/-itemShelvings-update.bru b/api/bruno/Api/ItemShelvings/-itemShelvings-update.bru similarity index 100% rename from api/Api/ItemShelvings/-itemShelvings-update.bru rename to api/bruno/Api/ItemShelvings/-itemShelvings-update.bru diff --git a/api/Api/Notifications/Send.bru b/api/bruno/Api/Notifications/Send.bru similarity index 100% rename from api/Api/Notifications/Send.bru rename to api/bruno/Api/Notifications/Send.bru diff --git a/api/Api/ShelvingLog/ShelvingLogs.bru b/api/bruno/Api/ShelvingLog/ShelvingLogs.bru similarity index 100% rename from api/Api/ShelvingLog/ShelvingLogs.bru rename to api/bruno/Api/ShelvingLog/ShelvingLogs.bru diff --git a/api/Api/ShelvingLog/Shelvings.bru b/api/bruno/Api/ShelvingLog/Shelvings.bru similarity index 100% rename from api/Api/ShelvingLog/Shelvings.bru rename to api/bruno/Api/ShelvingLog/Shelvings.bru diff --git a/api/Api/Supplier/-Supplier--id--getItemsPackaging.bru b/api/bruno/Api/Supplier/-Supplier--id--getItemsPackaging.bru similarity index 100% rename from api/Api/Supplier/-Supplier--id--getItemsPackaging.bru rename to api/bruno/Api/Supplier/-Supplier--id--getItemsPackaging.bru diff --git a/api/Api/Ticket/--id-delivery-note.bru b/api/bruno/Api/Ticket/--id-delivery-note.bru similarity index 100% rename from api/Api/Ticket/--id-delivery-note.bru rename to api/bruno/Api/Ticket/--id-delivery-note.bru diff --git a/api/Api/Ticket/-tickets Advanced.bru b/api/bruno/Api/Ticket/-tickets Advanced.bru similarity index 100% rename from api/Api/Ticket/-tickets Advanced.bru rename to api/bruno/Api/Ticket/-tickets Advanced.bru diff --git a/api/Api/Ticket/-tickets--id Notes.bru b/api/bruno/Api/Ticket/-tickets--id Notes.bru similarity index 100% rename from api/Api/Ticket/-tickets--id Notes.bru rename to api/bruno/Api/Ticket/-tickets--id Notes.bru diff --git a/api/Api/Ticket/-tickets--id.bru b/api/bruno/Api/Ticket/-tickets--id.bru similarity index 100% rename from api/Api/Ticket/-tickets--id.bru rename to api/bruno/Api/Ticket/-tickets--id.bru diff --git a/api/Api/Ticket/-tickets-client.bru b/api/bruno/Api/Ticket/-tickets-client.bru similarity index 100% rename from api/Api/Ticket/-tickets-client.bru rename to api/bruno/Api/Ticket/-tickets-client.bru diff --git a/api/Api/Ticket/-tickets-findOne.bru b/api/bruno/Api/Ticket/-tickets-findOne.bru similarity index 100% rename from api/Api/Ticket/-tickets-findOne.bru rename to api/bruno/Api/Ticket/-tickets-findOne.bru diff --git a/api/Api/Ticket/-tickets-saveSign.bru b/api/bruno/Api/Ticket/-tickets-saveSign.bru similarity index 100% rename from api/Api/Ticket/-tickets-saveSign.bru rename to api/bruno/Api/Ticket/-tickets-saveSign.bru diff --git a/api/Api/Ticket/-tickets-transferSales.bru b/api/bruno/Api/Ticket/-tickets-transferSales.bru similarity index 100% rename from api/Api/Ticket/-tickets-transferSales.bru rename to api/bruno/Api/Ticket/-tickets-transferSales.bru diff --git a/api/Api/Ticket/-tickets.bru b/api/bruno/Api/Ticket/-tickets.bru similarity index 100% rename from api/Api/Ticket/-tickets.bru rename to api/bruno/Api/Ticket/-tickets.bru diff --git a/api/Api/Ticket/ExpeditionState/-ExpeditionStates-addState Copy.bru b/api/bruno/Api/Ticket/ExpeditionState/-ExpeditionStates-addState Copy.bru similarity index 100% rename from api/Api/Ticket/ExpeditionState/-ExpeditionStates-addState Copy.bru rename to api/bruno/Api/Ticket/ExpeditionState/-ExpeditionStates-addState Copy.bru diff --git a/api/Api/Ticket/ExpeditionState/-ExpeditionStates-addState.bru b/api/bruno/Api/Ticket/ExpeditionState/-ExpeditionStates-addState.bru similarity index 100% rename from api/Api/Ticket/ExpeditionState/-ExpeditionStates-addState.bru rename to api/bruno/Api/Ticket/ExpeditionState/-ExpeditionStates-addState.bru diff --git a/api/Api/operator/-Operators- get sector - labeler Copy.bru b/api/bruno/Api/operator/-Operators- get sector - labeler Copy.bru similarity index 100% rename from api/Api/operator/-Operators- get sector - labeler Copy.bru rename to api/bruno/Api/operator/-Operators- get sector - labeler Copy.bru diff --git a/api/Api/operator/-Operators- get sector - labeler.bru b/api/bruno/Api/operator/-Operators- get sector - labeler.bru similarity index 100% rename from api/Api/operator/-Operators- get sector - labeler.bru rename to api/bruno/Api/operator/-Operators- get sector - labeler.bru diff --git a/api/Api/operator/-Operators- get.bru b/api/bruno/Api/operator/-Operators- get.bru similarity index 100% rename from api/Api/operator/-Operators- get.bru rename to api/bruno/Api/operator/-Operators- get.bru diff --git a/api/Api/operator/-Operators- labeler.bru b/api/bruno/Api/operator/-Operators- labeler.bru similarity index 100% rename from api/Api/operator/-Operators- labeler.bru rename to api/bruno/Api/operator/-Operators- labeler.bru diff --git a/api/Api/operator/-Operators- sector Copy.bru b/api/bruno/Api/operator/-Operators- sector Copy.bru similarity index 100% rename from api/Api/operator/-Operators- sector Copy.bru rename to api/bruno/Api/operator/-Operators- sector Copy.bru diff --git a/api/Api/operator/-Operators- sector.bru b/api/bruno/Api/operator/-Operators- sector.bru similarity index 100% rename from api/Api/operator/-Operators- sector.bru rename to api/bruno/Api/operator/-Operators- sector.bru diff --git a/api/bruno.json b/api/bruno/bruno.json similarity index 100% rename from api/bruno.json rename to api/bruno/bruno.json diff --git a/api/environments/test.bru b/api/bruno/environments/test.bru similarity index 100% rename from api/environments/test.bru rename to api/bruno/environments/test.bru diff --git a/api/apiSalix/items.http b/api/http/items.http similarity index 100% rename from api/apiSalix/items.http rename to api/http/items.http diff --git a/api/apiSalix/sign-in.http b/api/http/sign-in.http similarity index 100% rename from api/apiSalix/sign-in.http rename to api/http/sign-in.http diff --git a/api/test.http b/api/http/test.http similarity index 100% rename from api/test.http rename to api/http/test.http diff --git a/api/result.json b/api/result.json deleted file mode 100644 index c056dd9c8e..0000000000 --- a/api/result.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "summary": { - "totalRequests": 1, - "passedRequests": 1, - "failedRequests": 0, - "totalAssertions": 0, - "passedAssertions": 0, - "failedAssertions": 0, - "totalTests": 0, - "passedTests": 0, - "failedTests": 0 - }, - "results": [ - { - "request": { - "method": "POST", - "url": "http://localhost:3000/api/VnUsers/sign-in", - "headers": { - "content-type": "application/json" - }, - "data": { - "user": "developer", - "password": "nightmare" - } - }, - "response": { - "status": 200, - "statusText": "OK", - "headers": { - "x-xss-protection": "1; mode=block", - "x-frame-options": "SAMEORIGIN", - "strict-transport-security": "max-age=0; includeSubDomains", - "x-download-options": "noopen", - "x-content-type-options": "nosniff", - "salix-version": "23.52.01", - "content-type": "application/json; charset=utf-8", - "content-length": "90", - "etag": "W/\"5a-zZa5o8ppwlY0gujzj8JC8aqHkyg\"", - "vary": "Accept-Encoding", - "date": "Wed, 13 Dec 2023 09:58:36 GMT", - "connection": "keep-alive", - "keep-alive": "timeout=5" - }, - "data": { - "token": "xeA1FERKLiqoCAmP3j1WHawFn71o5Nb4vITv6kYRWjzhiTlurXLfOEmBoiVMugKa", - "ttl": 1209600 - }, - "responseTime": 164 - }, - "error": null, - "assertionResults": [], - "testResults": [] - } - ] -} \ No newline at end of file diff --git a/api/test.bru b/api/test.bru deleted file mode 100644 index f216a2659d..0000000000 --- a/api/test.bru +++ /dev/null @@ -1,24 +0,0 @@ -meta { - name: login - type: http - seq: 1 -} - -post { - url: {{URL}}/api/VnUsers/sign-in - body: json - auth: none -} - -body:json { - {"user":"developer", "password": "nightmare"} -} - -body:multipart-form { - user: developer - password: nightmare -} - -script:post-response { - bru.setEnvVar('TOKEN', res.body.token) -}