@extrahorizon/javascript-sdk 8.9.1-dev-155-ab27db9 → 8.9.1-dev-156-465939b
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.
- package/CHANGELOG.md +1 -0
- package/build/index.cjs.js +1 -1
- package/build/index.mjs +1 -1
- package/build/types/version.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
10
10
|
### Fixed
|
|
11
11
|
- `exh.users.updatePasswordPolicy` now correctly accepts a partial `PasswordPolicy` object.
|
|
12
12
|
- The type of the request body for `exh.data.statuses.update` now correctly includes the `data` property.
|
|
13
|
+
- The return type of `sdk.data.transitions.create` is correctly typed as `Transition` rather than `AffectedRecords`.
|
|
13
14
|
- The `VerificationSettings` type is now exported
|
|
14
15
|
- The `ForgotPasswordRequest` type is now exported
|
|
15
16
|
- The `ActivationRequest` type is now exported
|
package/build/index.cjs.js
CHANGED
package/build/index.mjs
CHANGED
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.9.1-dev-
|
|
1
|
+
export declare const version = "8.9.1-dev-156-465939b";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@extrahorizon/javascript-sdk",
|
|
3
|
-
"version": "8.9.1-dev-
|
|
3
|
+
"version": "8.9.1-dev-156-465939b",
|
|
4
4
|
"description": "This package serves as a JavaScript wrapper around all Extra Horizon cloud services.",
|
|
5
5
|
"main": "build/index.cjs.js",
|
|
6
6
|
"types": "build/types/index.d.ts",
|