@sap-cloud-sdk/openapi 4.0.3-20250423143948.0 → 4.0.3-20250426013845.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.
package/README.md CHANGED
@@ -35,11 +35,11 @@ If you would like to contribute to the SAP Cloud SDK, please make yourself famil
35
35
 
36
36
  - [Official support channel](https://github.com/SAP/cloud-sdk-js/issues/new/choose)
37
37
  - [Github](https://github.com/SAP/cloud-sdk-js)
38
- - [SAP Cloud SDK Documentation portal](https://sap.github.io/cloud-sdk)
39
- - [SAP Cloud SDK Documentation portal - Overview](https://sap.github.io/cloud-sdk/docs/js/overview)
40
- - [SAP Cloud SDK Documentation portal - Getting started guide](https://sap.github.io/cloud-sdk/docs/js/getting-started)
41
- - [SAP Cloud SDK Documentation portal - API documentation](https://sap.github.io/cloud-sdk/api/latest)
42
- - [SAP Cloud SDK Documentation portal - Release notes](https://sap.github.io/cloud-sdk/docs/js/release-notes)
38
+ - [SAP Cloud SDK Documentation](https://sap.github.io/cloud-sdk)
39
+ - [Overview](https://sap.github.io/cloud-sdk/docs/js/overview)
40
+ - [Getting started guide](https://sap.github.io/cloud-sdk/docs/js/getting-started)
41
+ - [API documentation](https://sap.github.io/cloud-sdk/api/latest)
42
+ - [Release notes](https://sap.github.io/cloud-sdk/docs/js/release-notes)
43
43
  - [Sample repository](https://github.com/SAP-samples/cloud-sdk-js)
44
44
 
45
45
  ## License
package/dist/index.d.ts CHANGED
@@ -3,4 +3,5 @@
3
3
  * @packageDocumentation
4
4
  * @module @sap-cloud-sdk/openapi
5
5
  */
6
- export { OpenApiRequestBuilder, OpenApiRequestParameters } from './openapi-request-builder';
6
+ export { OpenApiRequestBuilder } from './openapi-request-builder';
7
+ export type { OpenApiRequestParameters } from './openapi-request-builder';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,qEAGmC;AAFjC,gIAAA,qBAAqB,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,qEAAkE;AAAzD,gIAAA,qBAAqB,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-cloud-sdk/openapi",
3
- "version": "4.0.3-20250423143948.0",
3
+ "version": "4.0.3-20250426013845.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",
@@ -36,11 +36,11 @@
36
36
  "readme": "ts-node ../../scripts/replace-common-readme.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@sap-cloud-sdk/connectivity": "^4.0.3-20250423143948.0",
40
- "@sap-cloud-sdk/http-client": "^4.0.3-20250423143948.0",
41
- "@sap-cloud-sdk/resilience": "^4.0.3-20250423143948.0",
42
- "@sap-cloud-sdk/util": "^4.0.3-20250423143948.0",
43
- "axios": "^1.8.4"
39
+ "@sap-cloud-sdk/connectivity": "^4.0.3-20250426013845.0",
40
+ "@sap-cloud-sdk/http-client": "^4.0.3-20250426013845.0",
41
+ "@sap-cloud-sdk/resilience": "^4.0.3-20250426013845.0",
42
+ "@sap-cloud-sdk/util": "^4.0.3-20250426013845.0",
43
+ "axios": "^1.9.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "nock": "^14.0.4",