feat: update package dependencies and refactor Python SDK examples for consistency
- Bump versions of eslint-plugin-prettier, jest, jest-environment-jsdom, and prettier in package.json. - Refactor Python SDK examples to use consistent naming conventions (snake_case) for method and parameter names. - Update example responses to reflect changes in the SDK, including status code and data field names. - Ensure all Python imports are updated to use the correct module naming.
This commit is contained in:
+4
-4
@@ -32,10 +32,10 @@
|
||||
"@types/prismjs": "^1.26.6",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-prettier": "^5.5.5",
|
||||
"jest": "^30.3.0",
|
||||
"jest-environment-jsdom": "^30.3.0",
|
||||
"prettier": "^3.8.1",
|
||||
"eslint-plugin-prettier": "^5.5.6",
|
||||
"jest": "^30.4.2",
|
||||
"jest-environment-jsdom": "^30.4.1",
|
||||
"prettier": "^3.8.5",
|
||||
"ts-node": "^10.9.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user