Skip to content

Commit

Permalink
fix(deps): update dependency umzug to v3.8.2 (#196)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency umzug to v3.8.2

* major code cleanup

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Sprauer <[email protected]>
  • Loading branch information
renovate[bot] and MichaelSp authored Oct 3, 2024
1 parent ef6d125 commit 4104944
Show file tree
Hide file tree
Showing 321 changed files with 7,961 additions and 8,500 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
21.3.0
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# change the passwords and use https://docs.docker.com/compose/environment-variables/
# to keep sensitives value in a .env file while using ${VAR_NAME} here instead
version: '3.8'

services:
api:
Expand Down
1 change: 0 additions & 1 deletion docs/schema/CanDoPurchaseRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"deviceAuthToken",
"type"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CanDoPurchaseRequest",
"$id": "https://timelimit.io/CanDoPurchaseRequest"
Expand Down
1 change: 0 additions & 1 deletion docs/schema/CreateRegisterDeviceTokenRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"parentId",
"parentPasswordSecondHash"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CreateRegisterDeviceTokenRequest",
"$id": "https://timelimit.io/CreateRegisterDeviceTokenRequest"
Expand Down
1 change: 0 additions & 1 deletion docs/schema/DeleteAccountPayload.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"deviceAuthToken",
"mailAuthTokens"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "DeleteAccountPayload",
"$id": "https://timelimit.io/DeleteAccountPayload"
Expand Down
1 change: 0 additions & 1 deletion docs/schema/FinishPurchaseByGooglePlayRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"receipt",
"signature"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "FinishPurchaseByGooglePlayRequest",
"$id": "https://timelimit.io/FinishPurchaseByGooglePlayRequest"
Expand Down
5 changes: 1 addition & 4 deletions docs/schema/IdentityTokenPayload.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"properties": {
"purpose": {
"type": "string",
"enum": [
"purchase"
]
"const": "purchase"
},
"familyId": {
"type": "string"
Expand All @@ -28,7 +26,6 @@
"purpose",
"userId"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "IdentityTokenPayload",
"$id": "https://timelimit.io/IdentityTokenPayload"
Expand Down
1 change: 0 additions & 1 deletion docs/schema/LinkParentMailAddressRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"parentPasswordSecondHash",
"parentUserId"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "LinkParentMailAddressRequest",
"$id": "https://timelimit.io/LinkParentMailAddressRequest"
Expand Down
1 change: 0 additions & 1 deletion docs/schema/MailAuthTokenRequestBody.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"required": [
"mailAuthToken"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "MailAuthTokenRequestBody",
"$id": "https://timelimit.io/MailAuthTokenRequestBody"
Expand Down
398 changes: 170 additions & 228 deletions docs/schema/README.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/schema/RemoveDeviceRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"parentPasswordSecondHash",
"parentUserId"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "RemoveDeviceRequest",
"$id": "https://timelimit.io/RemoveDeviceRequest"
Expand Down
5 changes: 1 addition & 4 deletions docs/schema/RequestIdentityTokenRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
},
"purpose": {
"type": "string",
"enum": [
"purchase"
]
"const": "purchase"
}
},
"additionalProperties": false,
Expand All @@ -24,7 +22,6 @@
"parentUserId",
"purpose"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "RequestIdentityTokenRequest",
"$id": "https://timelimit.io/RequestIdentityTokenRequest"
Expand Down
1 change: 0 additions & 1 deletion docs/schema/RequestWithAuthToken.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"required": [
"deviceAuthToken"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "RequestWithAuthToken",
"$id": "https://timelimit.io/RequestWithAuthToken"
Expand Down
1 change: 0 additions & 1 deletion docs/schema/SendMailLoginCodeRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"locale",
"mail"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "SendMailLoginCodeRequest",
"$id": "https://timelimit.io/SendMailLoginCodeRequest"
Expand Down
Loading

0 comments on commit 4104944

Please sign in to comment.