Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info": {
"_postman_id": "5ff55a63-02b0-4ac2-8d21-c09332f9a12b",
"_postman_id": "1df4f6c8-c2c1-4427-a5a5-a8744a32c727",
"name": "tinyserviceforgi",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "bf75b886-142d-4405-af2f-569cfd593020",
"id": "ceb9a648-83b6-4694-852c-5175c9d3a5d1",
"name": "TINYSERVICEFORGI_DEV",
"values": [
{
Expand Down Expand Up @@ -39,6 +39,6 @@
}
],
"postmanVariableScope": "environment",
"postmanExportedAt": "2025-10-28T12:17:26.3645638Z",
"postmanExportedAt": "2025-10-29T11:40:16.6760278Z",
"postmanExportedUsing": "Postman/8.0.6"
}
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ All API responses follow a standardized format:
"data": {
// Response data
},
"timestamp": "2025-10-28T17:47:26.447Z"
"timestamp": "2025-10-29T17:10:17.095Z"
}
```

Expand All @@ -58,7 +58,7 @@ Errors are handled consistently across all endpoints:
"code": 400,
"details": "Additional error details"
},
"timestamp": "2025-10-28T17:47:26.447Z"
"timestamp": "2025-10-29T17:10:17.095Z"
}
```

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"author": "Test User",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.918.0",
"@aws-sdk/client-s3-control": "^3.918.0",
"@aws-sdk/client-ses": "^3.918.0",
"@aws-sdk/s3-request-presigner": "^3.918.0",
"@aws-sdk/client-s3": "^3.919.0",
"@aws-sdk/client-s3-control": "^3.919.0",
"@aws-sdk/client-ses": "^3.919.0",
"@aws-sdk/s3-request-presigner": "^3.919.0",
"@sendgrid/mail": "^8.1.6",
"adm-zip": "^0.5.16",
"ansi-regex": "^6.2.2",
"approx-string-match": "^2.0.0",
"axios": "^1.13.0",
"axios": "^1.13.0",
"axios": "^1.13.1",
"axios": "^1.13.1",
"bcryptjs": "^3.0.2",
"body-parser": "^2.2.0",
"bunyan": "^1.8.15",
Expand Down Expand Up @@ -84,7 +84,7 @@
"@types/jsonwebtoken": "^9.0.10",
"@types/mime-types": "^3.0.1",
"@types/needle": "^3.3.0",
"@types/node": "^24.9.1",
"@types/node": "^24.9.2",
"@types/node-cron": "^3.0.11",
"@types/sleep": "^6.3.0",
"@types/validator": "^13.15.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info": {
"_postman_id": "10b34eeb-80ca-4fac-9122-352f301c2b47",
"_postman_id": "58ea10fc-007b-467f-b4e0-a95ee6d10d7e",
"name": "tinyserviceforgi",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "482a8694-656b-4e61-ab61-8377d1e88fc8",
"id": "cf14b77e-5b22-416c-840c-de31df6314d2",
"name": "TINYSERVICEFORGI_DEV",
"values": [
{
Expand Down Expand Up @@ -39,6 +39,6 @@
}
],
"postmanVariableScope": "environment",
"postmanExportedAt": "2025-10-28T12:17:26.2341070Z",
"postmanExportedAt": "2025-10-29T11:40:16.5492799Z",
"postmanExportedUsing": "Postman/8.0.6"
}