Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8.57.1 (#381)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency eslint to v8.57.1

* chore(lint): fix es lint

Signed-off-by: Michael Sprauer <[email protected]>

* chore(deps): update dependency eslint to v8.57.1

* fix linting errors

Signed-off-by: Michael Sprauer <[email protected]>

---------

Signed-off-by: Michael Sprauer <[email protected]>
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 Jan 5, 2025
1 parent 775c6fd commit c8875bd
Show file tree
Hide file tree
Showing 712 changed files with 9,875 additions and 5,654 deletions.
13 changes: 10 additions & 3 deletions docs/schema/CanDoPurchaseRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,23 @@
"type": "object",
"properties": {
"type": {
"enum": ["any", "googleplay"],
"enum": [
"any",
"googleplay"
],
"type": "string"
},
"deviceAuthToken": {
"type": "string"
}
},
"additionalProperties": false,
"required": ["deviceAuthToken", "type"],
"required": [
"deviceAuthToken",
"type"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CanDoPurchaseRequest",
"$id": "https://timelimit.io/CanDoPurchaseRequest"
}
}
21 changes: 17 additions & 4 deletions docs/schema/ClientPullChangesRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
}
},
"additionalProperties": false,
"required": ["deviceAuthToken", "status"],
"required": [
"deviceAuthToken",
"status"
],
"definitions": {
"ClientDataStatus": {
"type": "object",
Expand Down Expand Up @@ -55,7 +58,12 @@
}
},
"additionalProperties": false,
"required": ["apps", "categories", "devices", "users"],
"required": [
"apps",
"categories",
"devices",
"users"
],
"title": "ClientDataStatus"
},
"CategoryDataStatus": {
Expand All @@ -78,7 +86,12 @@
}
},
"additionalProperties": false,
"required": ["apps", "base", "rules", "usedTime"],
"required": [
"apps",
"base",
"rules",
"usedTime"
],
"title": "CategoryDataStatus"
},
"DeviceDataStatus": {
Expand All @@ -98,4 +111,4 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ClientPullChangesRequest",
"$id": "https://timelimit.io/ClientPullChangesRequest"
}
}
13 changes: 10 additions & 3 deletions docs/schema/ClientPushChangesRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
}
},
"additionalProperties": false,
"required": ["actions", "deviceAuthToken"],
"required": [
"actions",
"deviceAuthToken"
],
"definitions": {
"ClientPushChangesRequestAction": {
"type": "object",
Expand All @@ -27,7 +30,11 @@
"type": "string"
},
"type": {
"enum": ["appLogic", "child", "parent"],
"enum": [
"appLogic",
"child",
"parent"
],
"type": "string"
},
"userId": {
Expand All @@ -48,4 +55,4 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ClientPushChangesRequest",
"$id": "https://timelimit.io/ClientPushChangesRequest"
}
}
12 changes: 9 additions & 3 deletions docs/schema/CreateFamilyByMailTokenRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@
}
},
"additionalProperties": false,
"required": ["hash", "secondHash", "secondSalt"],
"required": [
"hash",
"secondHash",
"secondSalt"
],
"title": "PlaintextParentPassword"
},
"NewDeviceInfo": {
Expand All @@ -58,11 +62,13 @@
}
},
"additionalProperties": false,
"required": ["model"],
"required": [
"model"
],
"title": "NewDeviceInfo"
}
},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CreateFamilyByMailTokenRequest",
"$id": "https://timelimit.io/CreateFamilyByMailTokenRequest"
}
}
9 changes: 7 additions & 2 deletions docs/schema/CreateRegisterDeviceTokenRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@
}
},
"additionalProperties": false,
"required": ["deviceAuthToken", "parentId", "parentPasswordSecondHash"],
"required": [
"deviceAuthToken",
"parentId",
"parentPasswordSecondHash"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CreateRegisterDeviceTokenRequest",
"$id": "https://timelimit.io/CreateRegisterDeviceTokenRequest"
}
}
8 changes: 6 additions & 2 deletions docs/schema/DeleteAccountPayload.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
}
},
"additionalProperties": false,
"required": ["deviceAuthToken", "mailAuthTokens"],
"required": [
"deviceAuthToken",
"mailAuthTokens"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "DeleteAccountPayload",
"$id": "https://timelimit.io/DeleteAccountPayload"
}
}
9 changes: 7 additions & 2 deletions docs/schema/FinishPurchaseByGooglePlayRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@
}
},
"additionalProperties": false,
"required": ["deviceAuthToken", "receipt", "signature"],
"required": [
"deviceAuthToken",
"receipt",
"signature"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "FinishPurchaseByGooglePlayRequest",
"$id": "https://timelimit.io/FinishPurchaseByGooglePlayRequest"
}
}
15 changes: 12 additions & 3 deletions docs/schema/IdentityTokenPayload.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"properties": {
"purpose": {
"type": "string",
"const": "purchase"
"enum": [
"purchase"
]
},
"familyId": {
"type": "string"
Expand All @@ -19,8 +21,15 @@
"type": "number"
}
},
"required": ["exp", "familyId", "mail", "purpose", "userId"],
"required": [
"exp",
"familyId",
"mail",
"purpose",
"userId"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "IdentityTokenPayload",
"$id": "https://timelimit.io/IdentityTokenPayload"
}
}
3 changes: 2 additions & 1 deletion docs/schema/LinkParentMailAddressRequest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"parentPasswordSecondHash",
"parentUserId"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "LinkParentMailAddressRequest",
"$id": "https://timelimit.io/LinkParentMailAddressRequest"
}
}
7 changes: 5 additions & 2 deletions docs/schema/MailAuthTokenRequestBody.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
}
},
"additionalProperties": false,
"required": ["mailAuthToken"],
"required": [
"mailAuthToken"
],
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "MailAuthTokenRequestBody",
"$id": "https://timelimit.io/MailAuthTokenRequestBody"
}
}
Loading

0 comments on commit c8875bd

Please sign in to comment.