@sap-cloud-sdk/odata-v4 4.0.0 → 4.0.1

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": "@sap-cloud-sdk/odata-v4",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.",
5
5
  "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
6
6
  "license": "Apache-2.0",
@@ -36,16 +36,16 @@
36
36
  "readme": "ts-node ../../scripts/replace-common-readme.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@sap-cloud-sdk/connectivity": "^4.0.0",
40
- "@sap-cloud-sdk/http-client": "^4.0.0",
41
- "@sap-cloud-sdk/odata-common": "^4.0.0",
42
- "@sap-cloud-sdk/util": "^4.0.0",
39
+ "@sap-cloud-sdk/connectivity": "^4.0.1",
40
+ "@sap-cloud-sdk/http-client": "^4.0.1",
41
+ "@sap-cloud-sdk/odata-common": "^4.0.1",
42
+ "@sap-cloud-sdk/util": "^4.0.1",
43
43
  "bignumber.js": "^9.1.2",
44
44
  "moment": "^2.30.1",
45
45
  "uuid": "^11.1.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@sap-cloud-sdk/test-services-odata-v4": "^4.0.0",
48
+ "@sap-cloud-sdk/test-services-odata-v4": "^4.0.1",
49
49
  "nock": "^14.0.1",
50
50
  "typescript": "~5.7.3"
51
51
  }
@@ -1,26 +0,0 @@
1
- /**
2
- * Internal representation of function import parameters. It adds metadata to the value.
3
- * @typeParam ValueT - Type of the value.
4
- */
5
- import type { EdmTypeShared } from '@sap-cloud-sdk/odata-common';
6
- /**
7
- * @deprecated Since 3.3.0. Use {@link OperationParameter} instead.
8
- */
9
- export declare class ActionImportParameter<ValueT> {
10
- originalName: string;
11
- edmType: EdmTypeShared<'any'>;
12
- value: ValueT;
13
- /**
14
- * Creates an instance of FunctionImportParameter.
15
- * @param originalName - The original name of the parameter in the OData service.
16
- * @param edmType - Original EDM type.
17
- * @param value - Value to be used as parameter.
18
- */
19
- constructor(originalName: string, edmType: EdmTypeShared<'any'>, value: ValueT);
20
- }
21
- /**
22
- * @deprecated Since 3.3.0. Use {@link OperationParameter} instead.
23
- */
24
- export type ActionImportParameters<ParametersT> = {
25
- [K in keyof ParametersT]: ActionImportParameter<ParametersT[K]>;
26
- };
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ActionImportParameter = void 0;
4
- /**
5
- * @deprecated Since 3.3.0. Use {@link OperationParameter} instead.
6
- */
7
- class ActionImportParameter {
8
- /**
9
- * Creates an instance of FunctionImportParameter.
10
- * @param originalName - The original name of the parameter in the OData service.
11
- * @param edmType - Original EDM type.
12
- * @param value - Value to be used as parameter.
13
- */
14
- constructor(originalName, edmType, value) {
15
- this.originalName = originalName;
16
- this.edmType = edmType;
17
- this.value = value;
18
- }
19
- }
20
- exports.ActionImportParameter = ActionImportParameter;
21
- //# sourceMappingURL=action-import-parameter.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"action-import-parameter.js","sourceRoot":"","sources":["../../src/request/action-import-parameter.ts"],"names":[],"mappings":";;;AAMA;;GAEG;AACH,MAAa,qBAAqB;IAChC;;;;;OAKG;IACH,YACS,YAAoB,EACpB,OAA6B,EAC7B,KAAa;QAFb,iBAAY,GAAZ,YAAY,CAAQ;QACpB,YAAO,GAAP,OAAO,CAAsB;QAC7B,UAAK,GAAL,KAAK,CAAQ;IACnB,CAAC;CACL;AAZD,sDAYC"}