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:
Stevan Freeborn
2026-06-26 16:51:54 -05:00
parent bbdb3b62a4
commit 3bfaf17bf3
24 changed files with 1884 additions and 7790 deletions
+4 -4
View File
@@ -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"
}
}