@sitevision/api 2025.4.1 → 2025.4.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sitevision/api",
|
|
3
|
-
"version": "2025.4.
|
|
3
|
+
"version": "2025.4.2",
|
|
4
4
|
"author": "Sitevision AB",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"access": "public",
|
|
31
31
|
"directory": "dist"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "92b180a863333a8130e6b869ae0098ff2053f45d"
|
|
34
34
|
}
|
|
@@ -10,7 +10,7 @@ import type { Requester } from "../../../../../../server/Requester";
|
|
|
10
10
|
*/
|
|
11
11
|
export type RequesterChainable = Requester & {
|
|
12
12
|
/**
|
|
13
|
-
* Invoked when a {@link Requester} was successfully executed.
|
|
13
|
+
* Invoked when a {@link Requester} was successfully executed (response with a status in the 2xx series).
|
|
14
14
|
*
|
|
15
15
|
* <p>
|
|
16
16
|
* The callback is invoked with three optional arguments:
|
|
@@ -56,7 +56,7 @@ export type RequesterChainable = Requester & {
|
|
|
56
56
|
* </li>
|
|
57
57
|
* <li>
|
|
58
58
|
* <em>body</em> [@since Sitevision 4.2.3] - the potential JSON body of the response.
|
|
59
|
-
* <em>(Note! Will only be available for responses
|
|
59
|
+
* <em>(Note! Will only be available for responses with a Content-Type header indicating the JSON format)</em>
|
|
60
60
|
* </li>
|
|
61
61
|
* <li>
|
|
62
62
|
* <em>headers</em> [@since Sitevision 4.5.1] - the potential response headers.
|