@or-sdk/users 3.8.6-beta.4275.0 → 3.8.6-beta.4276.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -92,3 +92,11 @@ All public methods below are taken from the package source. Parameter and return
92
92
  ## More detail
93
93
 
94
94
  Full signatures and exported types are available in `src/` and `dist/types/`.
95
+
96
+
97
+ ## Exported utility reference
98
+
99
+ | Function | Returns | Purpose |
100
+ |---|---|---|
101
+ | `okRes(data: JsonBodyType, status = 200)` | `unknown` | Exported utility; see its TypeScript signature for behavior. |
102
+ | `errorRes(errorMessage: string, status = 500)` | `unknown` | Exported utility; see its TypeScript signature for behavior. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/users",
3
- "version": "3.8.6-beta.4275.0",
3
+ "version": "3.8.6-beta.4276.0",
4
4
  "description": "OneReach SDK client for Users",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/cjs/index.js",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@or-sdk/base": "^0.44.7",
31
- "@or-sdk/sdk-api": "^0.29.6-beta.4275.0",
31
+ "@or-sdk/sdk-api": "^0.29.6-beta.4276.0",
32
32
  "validator": "^13.15.23",
33
33
  "zod": "^3.24.4"
34
34
  },