Skip to content

Add typing for update_status and last_update_status_event in the Device resource #1605

Add typing for update_status and last_update_status_event in the Device resource

Add typing for update_status and last_update_status_event in the Device resource #1605

Triggered via pull request August 16, 2024 10:32
@JSRedsJSReds
synchronize #1428
update-model
Status Success
Total duration 17m 16s
Artifacts 3

flowzone.yml

on: pull_request
Matrix: Flowzone / Event Types
Flowzone  /  Versioned source
28s
Flowzone / Versioned source
Flowzone  /  Clean GitHub release
0s
Flowzone / Clean GitHub release
Flowzone  /  Is custom
9s
Flowzone / Is custom
Flowzone  /  Is rust
5s
Flowzone / Is rust
Flowzone  /  Is npm
15s
Flowzone / Is npm
Flowzone  /  Is python
4s
Flowzone / Is python
Flowzone  /  Is docker
9s
Flowzone / Is docker
Flowzone  /  Generate release notes
12s
Flowzone / Generate release notes
Flowzone  /  Is balena
0s
Flowzone / Is balena
Flowzone  /  Is website
0s
Flowzone / Is website
Flowzone  /  Is CloudFormation
0s
Flowzone / Is CloudFormation
Flowzone  /  Lint workflows
11s
Flowzone / Lint workflows
Matrix: Flowzone / Test custom
Matrix: Flowzone / Clean custom
Matrix: Flowzone / Finalize custom
Matrix: Flowzone / Test rust
Flowzone  /  Finalize rust
0s
Flowzone / Finalize rust
Matrix: Flowzone / Test npm
Flowzone  /  Finalize npm
0s
Flowzone / Finalize npm
Flowzone  /  Finalize npm docs
0s
Flowzone / Finalize npm docs
Matrix: Flowzone / Test python poetry
Flowzone  /  Finalize python
0s
Flowzone / Finalize python
Matrix: Flowzone / Test docker
Matrix: Flowzone / Finalize docker
Flowzone  /  Prepare deploy message
0s
Flowzone / Prepare deploy message
Flowzone  /  Finalize GitHub release
0s
Flowzone / Finalize GitHub release
Matrix: Flowzone / Finalize balena
Matrix: Flowzone / Test CloudFormation
Matrix: Flowzone / Finalize CloudFormation
Flowzone  /  Generate SBOM for cargo
0s
Flowzone / Generate SBOM for cargo
Flowzone  /  Generate SBOM for NPM
1m 0s
Flowzone / Generate SBOM for NPM
Flowzone  /  Generate SBOM for python
0s
Flowzone / Generate SBOM for python
Matrix: Flowzone / Publish custom
Matrix: Flowzone / Publish rust
Flowzone  /  Publish npm
12s
Flowzone / Publish npm
Flowzone  /  Publish to test PyPI
0s
Flowzone / Publish to test PyPI
Matrix: Flowzone / Publish balena
Flowzone  /  Publish website
0s
Flowzone / Publish website
Matrix: Flowzone / Publish docker
Flowzone  /  All tests
0s
Flowzone / All tests
Matrix: Flowzone / Always custom
Flowzone  /  Publish Github release
6s
Flowzone / Publish Github release
Flowzone  /  All jobs
0s
Flowzone / All jobs
Flowzone  /  Auto-merge
6s
Flowzone / Auto-merge
Fit to window
Zoom out
Zoom in

Annotations

76 warnings
Flowzone / Test npm (20.x): src/models/device.ts#L2255
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (20.x): src/models/os.ts#L358
Unexpected `await` of a non-Promise (non-"Thenable") value
Flowzone / Test npm (20.x): src/settings.ts#L37
Async method 'get' has no 'await' expression
Flowzone / Test npm (20.x): src/settings.ts#L54
Async method 'getAll' has no 'await' expression
Flowzone / Test npm (20.x): src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (20.x): src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (20.x): src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (20.x): src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (20.x): src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
Flowzone / Test npm (20.x): tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
Flowzone / Test npm (18.x): src/models/device.ts#L2255
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (18.x): src/models/os.ts#L358
Unexpected `await` of a non-Promise (non-"Thenable") value
Flowzone / Test npm (18.x): src/settings.ts#L37
Async method 'get' has no 'await' expression
Flowzone / Test npm (18.x): src/settings.ts#L54
Async method 'getAll' has no 'await' expression
Flowzone / Test npm (18.x): src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (18.x): src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (18.x): src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (18.x): src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (18.x): src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
Flowzone / Test npm (18.x): tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
Flowzone / Test npm (22.x): src/models/device.ts#L2255
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/models/os.ts#L358
Unexpected `await` of a non-Promise (non-"Thenable") value
Flowzone / Test npm (22.x): src/settings.ts#L37
Async method 'get' has no 'await' expression
Flowzone / Test npm (22.x): src/settings.ts#L54
Async method 'getAll' has no 'await' expression
Flowzone / Test npm (22.x): src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
Flowzone / Test npm (22.x): tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
Flowzone / Test npm (22.x): src/models/device.ts#L2255
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/models/os.ts#L358
Unexpected `await` of a non-Promise (non-"Thenable") value
Flowzone / Test npm (22.x): src/settings.ts#L37
Async method 'get' has no 'await' expression
Flowzone / Test npm (22.x): src/settings.ts#L54
Async method 'getAll' has no 'await' expression
Flowzone / Test npm (22.x): src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test npm (22.x): src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
Flowzone / Test npm (22.x): tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
Flowzone / Test custom (ubuntu-20.04): src/models/device.ts#L2255
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (ubuntu-20.04): src/models/os.ts#L358
Unexpected `await` of a non-Promise (non-"Thenable") value
Flowzone / Test custom (ubuntu-20.04): src/settings.ts#L37
Async method 'get' has no 'await' expression
Flowzone / Test custom (ubuntu-20.04): src/settings.ts#L54
Async method 'getAll' has no 'await' expression
Flowzone / Test custom (ubuntu-20.04): src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (ubuntu-20.04): src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (ubuntu-20.04): src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (ubuntu-20.04): src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (ubuntu-20.04): src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
Flowzone / Test custom (ubuntu-20.04): tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
Flowzone / Test custom (ubuntu-20.04)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
Flowzone / Test custom (ubuntu-20.04)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
Flowzone / Test custom (windows-2019): src/models/device.ts#L2255
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (windows-2019): src/models/os.ts#L358
Unexpected `await` of a non-Promise (non-"Thenable") value
Flowzone / Test custom (windows-2019): src/settings.ts#L37
Async method 'get' has no 'await' expression
Flowzone / Test custom (windows-2019): src/settings.ts#L54
Async method 'getAll' has no 'await' expression
Flowzone / Test custom (windows-2019): src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (windows-2019): src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (windows-2019): src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (windows-2019): src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (windows-2019): src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
Flowzone / Test custom (windows-2019): tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
Flowzone / Test custom (windows-2019)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
Flowzone / Test custom (windows-2019)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
Flowzone / Test custom (macos-12): src/models/device.ts#L2255
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (macos-12): src/models/os.ts#L358
Unexpected `await` of a non-Promise (non-"Thenable") value
Flowzone / Test custom (macos-12): src/settings.ts#L37
Async method 'get' has no 'await' expression
Flowzone / Test custom (macos-12): src/settings.ts#L54
Async method 'getAll' has no 'await' expression
Flowzone / Test custom (macos-12): src/util/index.ts#L68
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (macos-12): src/util/index.ts#L77
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (macos-12): src/util/index.ts#L83
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (macos-12): src/util/index.ts#L267
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Flowzone / Test custom (macos-12): src/util/index.ts#L341
Expected the Promise rejection reason to be an Error
Flowzone / Test custom (macos-12): tests/integration/auth.spec.ts#L65
Async arrow function has no 'await' expression
Flowzone / Test custom (macos-12)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']
Flowzone / Test custom (macos-12)
Unexpected input(s) 'variables', valid inputs are ['json', 'secrets']

Artifacts

Produced during runtime
Name Size
gh-release-sbom-npm
336 KB
npm-1fc60a8c660e933153946bd500f1c1080ca9aad1-22.x
591 KB
release-notes Expired
241 Bytes