@sap-cloud-sdk/openapi 4.2.1-20251219014401.0 → 4.2.1-20251220014302.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.
|
@@ -3,7 +3,7 @@ import type { HttpMiddleware } from '@sap-cloud-sdk/http-client/internal';
|
|
|
3
3
|
import type { HttpDestinationOrFetchOptions } from '@sap-cloud-sdk/connectivity';
|
|
4
4
|
/**
|
|
5
5
|
* Request builder for OpenAPI requests.
|
|
6
|
-
* @
|
|
6
|
+
* @template ResponseT - Type of the response for the request.
|
|
7
7
|
*/
|
|
8
8
|
export declare class OpenApiRequestBuilder<ResponseT = any> {
|
|
9
9
|
method: Method;
|
|
@@ -10,7 +10,7 @@ const http_client_1 = require("@sap-cloud-sdk/http-client");
|
|
|
10
10
|
const internal_2 = require("@sap-cloud-sdk/http-client/internal");
|
|
11
11
|
/**
|
|
12
12
|
* Request builder for OpenAPI requests.
|
|
13
|
-
* @
|
|
13
|
+
* @template ResponseT - Type of the response for the request.
|
|
14
14
|
*/
|
|
15
15
|
class OpenApiRequestBuilder {
|
|
16
16
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-cloud-sdk/openapi",
|
|
3
|
-
"version": "4.2.1-
|
|
3
|
+
"version": "4.2.1-20251220014302.0",
|
|
4
4
|
"description": "SAP Cloud SDK for JavaScript openapi",
|
|
5
5
|
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"readme": "ts-node ../../scripts/replace-common-readme.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@sap-cloud-sdk/connectivity": "^4.2.1-
|
|
44
|
-
"@sap-cloud-sdk/http-client": "^4.2.1-
|
|
45
|
-
"@sap-cloud-sdk/resilience": "^4.2.1-
|
|
46
|
-
"@sap-cloud-sdk/util": "^4.2.1-
|
|
43
|
+
"@sap-cloud-sdk/connectivity": "^4.2.1-20251220014302.0",
|
|
44
|
+
"@sap-cloud-sdk/http-client": "^4.2.1-20251220014302.0",
|
|
45
|
+
"@sap-cloud-sdk/resilience": "^4.2.1-20251220014302.0",
|
|
46
|
+
"@sap-cloud-sdk/util": "^4.2.1-20251220014302.0",
|
|
47
47
|
"axios": "^1.13.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|