@sap-cloud-sdk/odata-common 4.2.1-20251219014401.0 → 4.2.1-20251221014402.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.
Files changed (87) hide show
  1. package/dist/batch-response.d.ts +3 -3
  2. package/dist/de-serializers/custom-de-serializers.d.ts +2 -2
  3. package/dist/de-serializers/de-serializers.d.ts +3 -3
  4. package/dist/entity-api.d.ts +3 -3
  5. package/dist/entity-builder.d.ts +1 -1
  6. package/dist/expandable.d.ts +1 -1
  7. package/dist/filter/filter-link.d.ts +2 -2
  8. package/dist/filter/filter-link.js +2 -2
  9. package/dist/filter/filter-link.js.map +1 -1
  10. package/dist/filter/filter-list.d.ts +1 -1
  11. package/dist/filter/filter-list.js +1 -1
  12. package/dist/filter/filter-list.js.map +1 -1
  13. package/dist/filter/filter.d.ts +2 -2
  14. package/dist/filter/filter.js +2 -2
  15. package/dist/filter/filter.js.map +1 -1
  16. package/dist/filter/filterable.d.ts +3 -3
  17. package/dist/header-builder.d.ts +1 -1
  18. package/dist/order/order-link.d.ts +2 -2
  19. package/dist/order/order-link.js +2 -2
  20. package/dist/order/order.d.ts +1 -1
  21. package/dist/order/order.js +1 -1
  22. package/dist/order/order.js.map +1 -1
  23. package/dist/order/orderable.d.ts +5 -5
  24. package/dist/order/orderable.js +2 -2
  25. package/dist/request/odata-batch-request-config.js +2 -2
  26. package/dist/request/odata-batch-request-config.js.map +1 -1
  27. package/dist/request/odata-count-request-config.d.ts +1 -1
  28. package/dist/request/odata-count-request-config.js +1 -1
  29. package/dist/request/odata-create-request-config.d.ts +1 -1
  30. package/dist/request/odata-create-request-config.js +1 -1
  31. package/dist/request/odata-delete-request-config.d.ts +1 -1
  32. package/dist/request/odata-delete-request-config.js +1 -1
  33. package/dist/request/odata-function-request-config.d.ts +2 -2
  34. package/dist/request/odata-function-request-config.js +2 -2
  35. package/dist/request/odata-get-all-request-config.d.ts +1 -1
  36. package/dist/request/odata-get-all-request-config.js +1 -1
  37. package/dist/request/odata-get-by-key-request-config.d.ts +1 -1
  38. package/dist/request/odata-get-by-key-request-config.js +1 -1
  39. package/dist/request/odata-request.d.ts +1 -1
  40. package/dist/request/odata-request.js +1 -1
  41. package/dist/request/odata-update-request-config.d.ts +1 -1
  42. package/dist/request/odata-update-request-config.js +1 -1
  43. package/dist/request/operation-parameter.d.ts +2 -2
  44. package/dist/request/operation-parameter.js +1 -1
  45. package/dist/request-builder/batch/batch-change-set.js +2 -2
  46. package/dist/request-builder/batch/batch-change-set.js.map +1 -1
  47. package/dist/request-builder/count-request-builder.d.ts +1 -1
  48. package/dist/request-builder/count-request-builder.js +1 -1
  49. package/dist/request-builder/create-request-builder-base.d.ts +1 -1
  50. package/dist/request-builder/create-request-builder-base.js +3 -3
  51. package/dist/request-builder/create-request-builder-base.js.map +1 -1
  52. package/dist/request-builder/delete-request-builder-base.d.ts +1 -1
  53. package/dist/request-builder/delete-request-builder-base.js +3 -3
  54. package/dist/request-builder/delete-request-builder-base.js.map +1 -1
  55. package/dist/request-builder/get-all-request-builder-base.d.ts +1 -1
  56. package/dist/request-builder/get-all-request-builder-base.js +1 -1
  57. package/dist/request-builder/get-by-key-request-builder-base.d.ts +1 -1
  58. package/dist/request-builder/get-by-key-request-builder-base.js +3 -3
  59. package/dist/request-builder/get-by-key-request-builder-base.js.map +1 -1
  60. package/dist/request-builder/operation-request-builder-base.d.ts +3 -3
  61. package/dist/request-builder/operation-request-builder-base.js +5 -5
  62. package/dist/request-builder/operation-request-builder-base.js.map +1 -1
  63. package/dist/request-builder/request-builder.js.map +1 -1
  64. package/dist/request-builder/update-request-builder-base.d.ts +1 -1
  65. package/dist/request-builder/update-request-builder-base.js +3 -3
  66. package/dist/request-builder/update-request-builder-base.js.map +1 -1
  67. package/dist/selectable/collection-field.d.ts +6 -6
  68. package/dist/selectable/collection-field.js +5 -5
  69. package/dist/selectable/complex-type-field.d.ts +5 -5
  70. package/dist/selectable/complex-type-field.js +5 -5
  71. package/dist/selectable/edm-type-field.d.ts +9 -9
  72. package/dist/selectable/edm-type-field.js +5 -5
  73. package/dist/selectable/enum-field.d.ts +4 -4
  74. package/dist/selectable/enum-field.js +4 -4
  75. package/dist/selectable/field-builder.d.ts +3 -3
  76. package/dist/selectable/field-builder.js +2 -2
  77. package/dist/selectable/field.d.ts +3 -3
  78. package/dist/selectable/field.js +3 -3
  79. package/dist/selectable/link.d.ts +4 -4
  80. package/dist/selectable/link.js +4 -4
  81. package/dist/selectable/link.js.map +1 -1
  82. package/dist/selectable/one-to-one-link.d.ts +2 -2
  83. package/dist/selectable/one-to-one-link.js +2 -2
  84. package/dist/selectable/orderable-edm-type-field.d.ts +4 -4
  85. package/dist/selectable/orderable-edm-type-field.js +4 -4
  86. package/dist/uri-conversion/get-filter.js +1 -1
  87. package/package.json +5 -6
@@ -13,7 +13,7 @@ interface BatchResponseTypeGuards<DeSerializersT extends DeSerializers> {
13
13
  }
14
14
  /**
15
15
  * Represents the list of responses for a change set in a batch request.
16
- * @typeParam DeSerializersT - Type of the (de-)serializers.
16
+ * @template DeSerializersT - Type of the (de-)serializers.
17
17
  */
18
18
  export interface WriteResponses<DeSerializersT extends DeSerializers> extends BatchResponseTypeGuards<DeSerializersT> {
19
19
  /**
@@ -40,7 +40,7 @@ export interface ErrorResponse extends BatchResponseTypeGuards<any> {
40
40
  }
41
41
  /**
42
42
  * Represents a response to a retrieve request within a batch request.
43
- * @typeParam DeSerializersT - Type of the (de-)serializers.
43
+ * @template DeSerializersT - Type of the (de-)serializers.
44
44
  */
45
45
  export interface ReadResponse<DeSerializersT extends DeSerializers> extends BatchResponseTypeGuards<DeSerializersT> {
46
46
  /**
@@ -67,7 +67,7 @@ export interface ReadResponse<DeSerializersT extends DeSerializers> extends Batc
67
67
  }
68
68
  /**
69
69
  * Represents a single subresponse to a changeset request within a batch request.
70
- * @typeParam DeSerializersT - Type of the (de-)serializers.
70
+ * @template DeSerializersT - Type of the (de-)serializers.
71
71
  */
72
72
  export interface WriteResponse<DeSerializersT extends DeSerializers> {
73
73
  /**
@@ -5,8 +5,8 @@ import type { DefaultDeSerializers } from './default-de-serializers';
5
5
  * Infers the deserialized type for an EDM type, based on custom (de-)serializers.
6
6
  * If the custom (de-)serializers specify a type for the given EDM type, this type is inferred.
7
7
  * Otherwise the given DefaultType is used.
8
- * @typeParam CustomDeSerializerT - Type of the custom (de-)serializers.
9
- * @typeParam EdmT - The EDM type to infer the type for.
8
+ * @template CustomDeSerializerT - Type of the custom (de-)serializers.
9
+ * @template EdmT - The EDM type to infer the type for.
10
10
  */
11
11
  export type CustomOrDefaultType<CustomDeSerializerT, EdmT, DefaultDeSerializersT extends DefaultDeSerializers> = EdmT extends keyof CustomDeSerializerT ? CustomDeSerializerT[EdmT] extends DeSerializer<infer CustomT> | undefined ? CustomT : DeserializedType<DefaultDeSerializersT, EdmT> : DeserializedType<DefaultDeSerializersT, EdmT>;
12
12
  /**
@@ -62,7 +62,7 @@ export interface DeSerializers<BinaryT = any, BooleanT = any, ByteT = any, Decim
62
62
  /**
63
63
  * Represents a set of functions for serialization, deserialization and optionally serialization for URIs.
64
64
  * The return type of the `deserialize` function is the type of the input to the `serialize` and `serializeToUri` functions.
65
- * @typeParam DeserializedT - The return type of `deserialize` and input of `serialize` and `serializeToUri`.
65
+ * @template DeserializedT - The return type of `deserialize` and input of `serialize` and `serializeToUri`.
66
66
  */
67
67
  export interface DeSerializer<DeserializedT> {
68
68
  /**
@@ -88,8 +88,8 @@ export interface DeSerializer<DeserializedT> {
88
88
  }
89
89
  /**
90
90
  * Infers the deserialized type for an EDM type from the given (de-)serializers type.
91
- * @typeParam DeSerializersT - Type of the (de-)serializers.
92
- * @typeParam EdmT - Return type of the deserialize function for the given EDM type.
91
+ * @template DeSerializersT - Type of the (de-)serializers.
92
+ * @template EdmT - Return type of the deserialize function for the given EDM type.
93
93
  */
94
94
  export type DeserializedType<DeSerializersT extends DeSerializers, EdmT> = EdmT extends keyof DeSerializersT ? DeSerializersT[EdmT] extends DeSerializer<infer DeserializedT> ? DeserializedT : any : any;
95
95
  /**
@@ -4,9 +4,9 @@ import type { CustomField } from './selectable';
4
4
  import type { Constructable, EntityBase, EntityBuilderType } from './entity-base';
5
5
  /**
6
6
  * Represents the API of an entity, including its request and entity builders as well as its schema.
7
- * @typeParam EntityT - Type of the entity.
8
- * @typeParam DeSerializersT - Type of the (de-)serializers.
9
- * @typeParam JsonT - Type of the entity without methods.
7
+ * @template EntityT - Type of the entity.
8
+ * @template DeSerializersT - Type of the (de-)serializers.
9
+ * @template JsonT - Type of the entity without methods.
10
10
  */
11
11
  export interface EntityApi<EntityT extends EntityBase, DeSerializersT extends DeSerializers = DefaultDeSerializers> {
12
12
  /**
@@ -17,7 +17,7 @@ export type PureEntityType<T> = Omit<NonNullishType<T>, keyof EntityBase>;
17
17
  * Type to describe possible inputs for `.fromJson`.
18
18
  * This is based on the JSON type of an entity and allows all properties to be optional recursively.
19
19
  * It also allows setting unknown properties, which will be treated as custom fields.
20
- * @typeParam JsonT - JSON type of the entity.
20
+ * @template JsonT - JSON type of the entity.
21
21
  */
22
22
  export type FromJsonType<JsonT> = {
23
23
  [key: string]: any;
@@ -4,6 +4,6 @@ import type { OneToManyLink, OneToOneLink, AllFields } from './selectable';
4
4
  import type { EntityApi } from './entity-api';
5
5
  /**
6
6
  * Represents everything that can be used in an `.expand` statement. Only relevant for OData v4 requests.
7
- * @typeParam EntityT - Type of the entity to be selected on
7
+ * @template EntityT - Type of the entity to be selected on.
8
8
  */
9
9
  export type Expandable<EntityT extends EntityBase, DeSerializersT extends DeSerializers, LinkedEntityApiT extends EntityApi<EntityBase, DeSerializersT> = EntityApi<EntityBase, DeSerializersT>> = ODataVersionOf<EntityT> extends 'v2' ? never : OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT> | OneToOneLink<EntityT, DeSerializersT, LinkedEntityApiT> | AllFields<EntityT>;
@@ -11,8 +11,8 @@ import type { Filterable } from './filterable';
11
11
  * `Entity.to_NavProperty.filter(LinkedEntity.property.equals(value))` is a `FilterLink`.
12
12
  *
13
13
  * In OData v4 filtering is also possible on one-to-many links. See {@link OneToManyLink}.
14
- * @typeParam EntityT - Type of the entity to be filtered.
15
- * @typeParam LinkedEntityT - Type of the linked entity which is used in the filter.
14
+ * @template EntityT - Type of the entity to be filtered.
15
+ * @template LinkedEntityT - Type of the linked entity which is used in the filter.
16
16
  */
17
17
  export declare class FilterLink<EntityT extends EntityBase, DeSerializersT extends DeSerializers, LinkedEntityApiT extends EntityApi<EntityBase, DeSerializersT>> implements EntityIdentifiable<EntityT, DeSerializersT> {
18
18
  link: Link<EntityT, DeSerializersT, LinkedEntityApiT>;
@@ -10,8 +10,8 @@ exports.isFilterLink = isFilterLink;
10
10
  * `Entity.to_NavProperty.filter(LinkedEntity.property.equals(value))` is a `FilterLink`.
11
11
  *
12
12
  * In OData v4 filtering is also possible on one-to-many links. See {@link OneToManyLink}.
13
- * @typeParam EntityT - Type of the entity to be filtered.
14
- * @typeParam LinkedEntityT - Type of the linked entity which is used in the filter.
13
+ * @template EntityT - Type of the entity to be filtered.
14
+ * @template LinkedEntityT - Type of the linked entity which is used in the filter.
15
15
  */
16
16
  class FilterLink {
17
17
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"filter-link.js","sourceRoot":"","sources":["../../src/filter/filter-link.ts"],"names":[],"mappings":";;;AAmDA,oCAWC;AAxDD;;;;;;;;;;GAUG;AACH,MAAa,UAAU;IAiBrB;;;;OAIG;IACH,YACS,IAAqD,EACrD,OAAmE;QADnE,SAAI,GAAJ,IAAI,CAAiD;QACrD,YAAO,GAAP,OAAO,CAA4D;IACzE,CAAC;CACL;AA1BD,gCA0BC;AAED;;;;;GAKG;AACH,SAAgB,YAAY,CAK1B,UAA+C;IAE/C,OAAO,CACL,OAAO,UAAU,CAAC,MAAM,CAAC,KAAK,WAAW;QACzC,OAAO,UAAU,CAAC,SAAS,CAAC,KAAK,WAAW,CAC7C,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"filter-link.js","sourceRoot":"","sources":["../../src/filter/filter-link.ts"],"names":[],"mappings":";;;AAkDA,oCAWC;AAvDD;;;;;;;;;;GAUG;AACH,MAAa,UAAU;IAgBrB;;;;OAIG;IACH,YACS,IAAqD,EACrD,OAAmE;QADnE,SAAI,GAAJ,IAAI,CAAiD;QACrD,YAAO,GAAP,OAAO,CAA4D;IACzE,CAAC;CACL;AAzBD,gCAyBC;AAED;;;;;GAKG;AACH,SAAgB,YAAY,CAK1B,UAA+C;IAE/C,OAAO,CACL,OAAO,UAAU,CAAC,MAAM,CAAC,KAAK,WAAW;QACzC,OAAO,UAAU,CAAC,SAAS,CAAC,KAAK,WAAW,CAC7C,CAAC;AACJ,CAAC"}
@@ -3,7 +3,7 @@ import type { EntityBase, EntityIdentifiable } from '../entity-base';
3
3
  import type { Filterable } from './filterable';
4
4
  /**
5
5
  * Data structure to combine {@link Filterable}s conjunctively and / or disjunctively. A FilterList matches when all filterables within the `andFilters` match and when at least one filterable within the `orFilters` matches. Should not be used directly.
6
- * @typeParam EntityT -
6
+ * @template EntityT -.
7
7
  */
8
8
  export declare class FilterList<EntityT extends EntityBase, DeSerializersT extends DeSerializers> implements EntityIdentifiable<EntityT, DeSerializersT> {
9
9
  andFilters: Filterable<EntityT, DeSerializersT>[];
@@ -6,7 +6,7 @@ exports.isFilterList = isFilterList;
6
6
  const one_to_many_link_1 = require("../selectable/one-to-many-link");
7
7
  /**
8
8
  * Data structure to combine {@link Filterable}s conjunctively and / or disjunctively. A FilterList matches when all filterables within the `andFilters` match and when at least one filterable within the `orFilters` matches. Should not be used directly.
9
- * @typeParam EntityT -
9
+ * @template EntityT -.
10
10
  */
11
11
  class FilterList {
12
12
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"filter-list.js","sourceRoot":"","sources":["../../src/filter/filter-list.ts"],"names":[],"mappings":";;;AAsCA,oCAeC;AArDD,sDAAsD;AACtD,qEAA+D;AAK/D;;;GAGG;AACH,MAAa,UAAU;IAWrB;;;;OAIG;IACH,YACS,aAAoD,EAAE,EACtD,YAAmD,EAAE;QADrD,eAAU,GAAV,UAAU,CAA4C;QACtD,cAAS,GAAT,SAAS,CAA4C;IAC3D,CAAC;CACL;AApBD,gCAoBC;AAED;;;;;GAKG;AACH,SAAgB,YAAY,CAI1B,UAA+C;IAE/C,OAAO,CACL,OAAO,UAAU,CAAC,OAAO,CAAC,KAAK,WAAW;QAC1C,OAAO,UAAU,CAAC,UAAU,CAAC,KAAK,WAAW;QAC7C,OAAO,UAAU,CAAC,OAAO,CAAC,KAAK,WAAW;QAC1C,OAAO,UAAU,CAAC,cAAc,CAAC,KAAK,WAAW;QACjD,OAAO,UAAU,CAAC,MAAM,CAAC,KAAK,WAAW;QACzC,CAAC,CAAC,gBAAgB,IAAI,UAAU,CAAC;QACjC,CAAC,CAAC,UAAU,YAAY,gCAAa,CAAC,CACvC,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"filter-list.js","sourceRoot":"","sources":["../../src/filter/filter-list.ts"],"names":[],"mappings":";;;AAqCA,oCAeC;AApDD,sDAAsD;AACtD,qEAA+D;AAK/D;;;GAGG;AACH,MAAa,UAAU;IAUrB;;;;OAIG;IACH,YACS,aAAoD,EAAE,EACtD,YAAmD,EAAE;QADrD,eAAU,GAAV,UAAU,CAA4C;QACtD,cAAS,GAAT,SAAS,CAA4C;IAC3D,CAAC;CACL;AAnBD,gCAmBC;AAED;;;;;GAKG;AACH,SAAgB,YAAY,CAI1B,UAA+C;IAE/C,OAAO,CACL,OAAO,UAAU,CAAC,OAAO,CAAC,KAAK,WAAW;QAC1C,OAAO,UAAU,CAAC,UAAU,CAAC,KAAK,WAAW;QAC7C,OAAO,UAAU,CAAC,OAAO,CAAC,KAAK,WAAW;QAC1C,OAAO,UAAU,CAAC,cAAc,CAAC,KAAK,WAAW;QACjD,OAAO,UAAU,CAAC,MAAM,CAAC,KAAK,WAAW;QACzC,CAAC,CAAC,gBAAgB,IAAI,UAAU,CAAC;QACjC,CAAC,CAAC,UAAU,YAAY,gCAAa,CAAC,CACvC,CAAC;AACJ,CAAC"}
@@ -30,8 +30,8 @@ export type FilterOperatorByType<FieldT> = FieldT extends string ? FilterOperato
30
30
  * @example `Product.NAME.equals('cloud-sdk')` creates a filter for the entity `Product` that matches in case the field `NAME` equals 'cloud-sdk'.
31
31
  *
32
32
  * See also: {@link Filterable}.
33
- * @typeParam EntityT - Type of the entity to be filtered on.
34
- * @typeParam FieldT - Type of the field to be filtered by.
33
+ * @template EntityT - Type of the entity to be filtered on.
34
+ * @template FieldT - Type of the field to be filtered by.
35
35
  */
36
36
  export declare class Filter<EntityT extends EntityBase, DeSerializersT extends DeSerializers, FieldT> implements EntityIdentifiable<EntityT, DeSerializersT> {
37
37
  field: string | FilterFunction<EntityT, FieldT>;
@@ -8,8 +8,8 @@ exports.isFilter = isFilter;
8
8
  * @example `Product.NAME.equals('cloud-sdk')` creates a filter for the entity `Product` that matches in case the field `NAME` equals 'cloud-sdk'.
9
9
  *
10
10
  * See also: {@link Filterable}.
11
- * @typeParam EntityT - Type of the entity to be filtered on.
12
- * @typeParam FieldT - Type of the field to be filtered by.
11
+ * @template EntityT - Type of the entity to be filtered on.
12
+ * @template FieldT - Type of the field to be filtered by.
13
13
  */
14
14
  class Filter {
15
15
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"filter.js","sourceRoot":"","sources":["../../src/filter/filter.ts"],"names":[],"mappings":";;;AAqFA,4BAYC;AAvDD;;;;;;;;GAQG;AACH,MAAa,MAAM;IAajB;;;;;;OAMG;IACH,YACS,KAA+C,EAC/C,QAAwB,EACxB,KAAa,EACb,OAAgD;QAHhD,UAAK,GAAL,KAAK,CAA0C;QAC/C,aAAQ,GAAR,QAAQ,CAAgB;QACxB,UAAK,GAAL,KAAK,CAAQ;QACb,YAAO,GAAP,OAAO,CAAyC;IACtD,CAAC;CACL;AA1BD,wBA0BC;AAED;;;;;GAKG;AACH,SAAgB,QAAQ,CAKtB,UAA+C;IAE/C,OAAO,CACL,OAAO,UAAU,CAAC,OAAO,CAAC,KAAK,WAAW;QAC1C,OAAO,UAAU,CAAC,UAAU,CAAC,KAAK,WAAW;QAC7C,OAAO,UAAU,CAAC,OAAO,CAAC,KAAK,WAAW,CAC3C,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"filter.js","sourceRoot":"","sources":["../../src/filter/filter.ts"],"names":[],"mappings":";;;AAoFA,4BAYC;AAtDD;;;;;;;;GAQG;AACH,MAAa,MAAM;IAYjB;;;;;;OAMG;IACH,YACS,KAA+C,EAC/C,QAAwB,EACxB,KAAa,EACb,OAAgD;QAHhD,UAAK,GAAL,KAAK,CAA0C;QAC/C,aAAQ,GAAR,QAAQ,CAAgB;QACxB,UAAK,GAAL,KAAK,CAAQ;QACb,YAAO,GAAP,OAAO,CAAyC;IACtD,CAAC;CACL;AAzBD,wBAyBC;AAED;;;;;GAKG;AACH,SAAgB,QAAQ,CAKtB,UAA+C;IAE/C,OAAO,CACL,OAAO,UAAU,CAAC,OAAO,CAAC,KAAK,WAAW;QAC1C,OAAO,UAAU,CAAC,UAAU,CAAC,KAAK,WAAW;QAC7C,OAAO,UAAU,CAAC,OAAO,CAAC,KAAK,WAAW,CAC3C,CAAC;AACJ,CAAC"}
@@ -10,7 +10,7 @@ import type { FilterLambdaExpression } from './filter-lambda-expression';
10
10
  import type { FilterLink } from './filter-link';
11
11
  /**
12
12
  * A union of all types that can be used for filtering.
13
- * @typeParam EntityT - Type of the entity to be filtered on.
13
+ * @template EntityT - Type of the entity to be filtered on.
14
14
  */
15
15
  export type Filterable<EntityT extends EntityBase, DeSerializersT extends DeSerializers, LinkedEntityApiT extends EntityApi<EntityBase, DeSerializersT> = EntityApi<EntityBase, any>> = Filter<EntityT, DeSerializersT, any> | FilterLink<EntityT, DeSerializersT, LinkedEntityApiT> | FilterList<EntityT, DeSerializersT> | FilterLambdaExpression<EntityT, DeSerializersT> | UnaryFilter<EntityT, DeSerializersT> | BooleanFilterFunction<EntityT> | OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>;
16
16
  /**
@@ -28,7 +28,7 @@ export type Filterable<EntityT extends EntityBase, DeSerializersT extends DeSeri
28
28
  * .getAll()
29
29
  * .filter(filterExp1, filterExp2);
30
30
  * ```
31
- * @typeParam EntityT - Type of the entity filter on.
31
+ * @template EntityT - Type of the entity filter on.
32
32
  * @param expressions - Filterables to be combined with logical `and`.
33
33
  * @returns The newly created FilterList.
34
34
  */
@@ -42,7 +42,7 @@ export declare function and<EntityT extends EntityBase, DeSerializersT extends D
42
42
  * .getAll()
43
43
  * .filter(or(filterExp1, filterExp2));
44
44
  * ```
45
- * @typeParam EntityT - Type of the entity filter on.
45
+ * @template EntityT - Type of the entity filter on.
46
46
  * @param expressions - Filterables to be combined with logical `or`.
47
47
  * @returns The newly created FilterList.
48
48
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Create object containing all headers, including custom headers for a given OData request configuration and destination.
3
3
  * Custom headers override duplicate headers.
4
- * @typeParam RequestT - Type of the request the headers are built for.
4
+ * @template RequestT - Type of the request the headers are built for.
5
5
  * @param request - OData request configuration to create headers for.
6
6
  * @returns Key-value pairs where the key is the name of a header property and the value is the respective value.
7
7
  */
@@ -4,8 +4,8 @@ import type { EntityApi, EntityType } from '../entity-api';
4
4
  import type { Orderable } from './orderable';
5
5
  /**
6
6
  * Link to represent an order by on a linked entity.
7
- * @typeParam EntityT - Type of the entity to link from.
8
- * @typeParam LinkedEntityT - Type of the entity to link to.
7
+ * @template EntityT - Type of the entity to link from.
8
+ * @template LinkedEntityT - Type of the entity to link to.
9
9
  */
10
10
  export declare class OrderLink<EntityT extends EntityBase, LinkedEntityApiT extends EntityApi<EntityBase, any>> {
11
11
  link: Link<EntityT, any, LinkedEntityApiT>;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OrderLink = void 0;
4
4
  /**
5
5
  * Link to represent an order by on a linked entity.
6
- * @typeParam EntityT - Type of the entity to link from.
7
- * @typeParam LinkedEntityT - Type of the entity to link to.
6
+ * @template EntityT - Type of the entity to link from.
7
+ * @template LinkedEntityT - Type of the entity to link to.
8
8
  */
9
9
  class OrderLink {
10
10
  /**
@@ -5,7 +5,7 @@ import type { EntityBase, EntityIdentifiable, Constructable } from '../entity-ba
5
5
  export type OrderType = 'asc' | 'desc';
6
6
  /**
7
7
  * OData queries take this to determine the order of results.
8
- * @typeParam EntityT -
8
+ * @template EntityT -.
9
9
  */
10
10
  export declare class Order<EntityT extends EntityBase> implements EntityIdentifiable<EntityT, any> {
11
11
  _fieldName: string;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Order = void 0;
4
4
  /**
5
5
  * OData queries take this to determine the order of results.
6
- * @typeParam EntityT -
6
+ * @template EntityT -.
7
7
  */
8
8
  class Order {
9
9
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"order.js","sourceRoot":"","sources":["../../src/order/order.ts"],"names":[],"mappings":";;;AAWA;;;GAGG;AACH,MAAa,KAAK;IAOhB;;;;OAIG;IACH,YACS,UAAkB,EAClB,YAAuB,KAAK;QAD5B,eAAU,GAAV,UAAU,CAAQ;QAClB,cAAS,GAAT,SAAS,CAAmB;IAClC,CAAC;CACL;AAhBD,sBAgBC"}
1
+ {"version":3,"file":"order.js","sourceRoot":"","sources":["../../src/order/order.ts"],"names":[],"mappings":";;;AAWA;;;GAGG;AACH,MAAa,KAAK;IAQhB;;;;OAIG;IACH,YACS,UAAkB,EAClB,YAAuB,KAAK;QAD5B,eAAU,GAAV,UAAU,CAAQ;QAClB,cAAS,GAAT,SAAS,CAAmB;IAClC,CAAC;CACL;AAjBD,sBAiBC"}
@@ -7,17 +7,17 @@ import type { EntityApi } from '../entity-api';
7
7
  import type { OrderLink } from './order-link';
8
8
  /**
9
9
  * A union of all types that can be used for ordering.
10
- * @typeParam EntityT - Type of the entity to be ordered
10
+ * @template EntityT - Type of the entity to be ordered.
11
11
  */
12
12
  export type Orderable<EntityT extends EntityBase, LinkedEntityApiT extends EntityApi<EntityBase> = EntityApi<EntityBase>> = Order<EntityT> | OrderLink<EntityT, LinkedEntityApiT>;
13
13
  /**
14
14
  * A union of all types that can be used as input for ordering.
15
- * @typeParam EntityT - Type of the entity to be ordered
15
+ * @template EntityT - Type of the entity to be ordered.
16
16
  */
17
17
  export type OrderableInput<EntityT extends EntityBase, DeSerializersT extends DeSerializers, LinkedEntityApiT extends EntityApi<EntityBase, DeSerializersT>> = SimpleTypeFields<EntityT> | Link<EntityT, DeSerializersT, LinkedEntityApiT> | ComplexTypePropertyFields<EntityT>;
18
18
  /**
19
19
  * A union of Orderable and OrderableInput.
20
- * @typeParam EntityT - Type of the entity to be ordered
20
+ * @template EntityT - Type of the entity to be ordered.
21
21
  */
22
22
  export type OrderableAndOrderableInput<EntityT extends EntityBase, DeSerializersT extends DeSerializers, LinkedEntityApiT extends EntityApi<EntityBase, DeSerializersT>, LinkedEntityApiTOptional extends EntityApi<EntityBase> = EntityApi<EntityBase>> = Orderable<EntityT, LinkedEntityApiTOptional> | OrderableInput<EntityT, DeSerializersT, LinkedEntityApiT>;
23
23
  /**
@@ -31,14 +31,14 @@ export type OrderableAndOrderableInput<EntityT extends EntityBase, DeSerializers
31
31
  export declare function isOrderable<EntityT extends EntityBase, DeSerializersT extends DeSerializers>(orderType: Orderable<EntityT> | OrderableInput<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>): orderType is Orderable<EntityT>;
32
32
  /**
33
33
  * Create new Order by `orderBy._fieldName` in ascending order.
34
- * @typeParam EntityT - Type of the entity to be ordered
34
+ * @template EntityT - Type of the entity to be ordered.
35
35
  * @param orderBy - Field or link to be ordered by.
36
36
  * @returns New order.
37
37
  */
38
38
  export declare function asc<EntityT extends EntityBase, DeSerializersT extends DeSerializers>(orderBy: OrderableInput<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>): Order<EntityT>;
39
39
  /**
40
40
  * Create new Order by `orderBy._fieldName` in descending order.
41
- * @typeParam EntityT - Type of the entity to be ordered
41
+ * @template EntityT - Type of the entity to be ordered.
42
42
  * @param orderBy - Field or link to be ordered by.
43
43
  * @returns New order.
44
44
  */
@@ -20,7 +20,7 @@ function isOrderable(orderType) {
20
20
  }
21
21
  /**
22
22
  * Create new Order by `orderBy._fieldName` in ascending order.
23
- * @typeParam EntityT - Type of the entity to be ordered
23
+ * @template EntityT - Type of the entity to be ordered.
24
24
  * @param orderBy - Field or link to be ordered by.
25
25
  * @returns New order.
26
26
  */
@@ -32,7 +32,7 @@ function asc(orderBy) {
32
32
  }
33
33
  /**
34
34
  * Create new Order by `orderBy._fieldName` in descending order.
35
- * @typeParam EntityT - Type of the entity to be ordered
35
+ * @template EntityT - Type of the entity to be ordered.
36
36
  * @param orderBy - Field or link to be ordered by.
37
37
  * @returns New order.
38
38
  */
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ODataBatchRequestConfig = void 0;
4
- const uuid_1 = require("uuid");
4
+ const node_crypto_1 = require("node:crypto");
5
5
  const odata_request_config_1 = require("./odata-request-config");
6
6
  /**
7
7
  * OData batch request configuration for an entity type.
@@ -12,7 +12,7 @@ class ODataBatchRequestConfig extends odata_request_config_1.ODataRequestConfig
12
12
  * @param defaultBasePath - The default OData service path.
13
13
  * @param boundary - Request boundary for separation of subrequests. Defaults to an autogenerated value.
14
14
  */
15
- constructor(defaultBasePath, boundary = `batch_${(0, uuid_1.v4)()}`) {
15
+ constructor(defaultBasePath, boundary = `batch_${(0, node_crypto_1.randomUUID)()}`) {
16
16
  super('post', defaultBasePath, {
17
17
  'content-type': `multipart/mixed; boundary=${boundary}`,
18
18
  accept: 'multipart/mixed'
@@ -1 +1 @@
1
- {"version":3,"file":"odata-batch-request-config.js","sourceRoot":"","sources":["../../src/request/odata-batch-request-config.ts"],"names":[],"mappings":";;;AAAA,+BAAkC;AAClC,iEAA4D;AAG5D;;GAEG;AACH,MAAa,uBAAwB,SAAQ,yCAAkB;IAG7D;;;;OAIG;IACH,YACW,eAAuB,EACvB,WAAW,SAAS,IAAA,SAAI,GAAE,EAAE;QAErC,KAAK,CAAC,MAAM,EAAE,eAAe,EAAE;YAC7B,cAAc,EAAE,6BAA6B,QAAQ,EAAE;YACvD,MAAM,EAAE,iBAAiB;SAC1B,CAAC,CAAC;QANM,oBAAe,GAAf,eAAe,CAAQ;QACvB,aAAQ,GAAR,QAAQ,CAAoB;QATvC,uBAAkB,GAA4B,mBAAmB,CAAC;IAelE,CAAC;IAED,sBAAsB,CAAC,kBAA2C;QAChE,IAAI,CAAC,kBAAkB,GAAG,kBAAkB,CAAC;IAC/C,CAAC;IAED,YAAY;QACV,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,eAAe;QACb,OAAO,EAAE,CAAC;IACZ,CAAC;CACF;AA7BD,0DA6BC"}
1
+ {"version":3,"file":"odata-batch-request-config.js","sourceRoot":"","sources":["../../src/request/odata-batch-request-config.ts"],"names":[],"mappings":";;;AAAA,6CAAyC;AACzC,iEAA4D;AAG5D;;GAEG;AACH,MAAa,uBAAwB,SAAQ,yCAAkB;IAG7D;;;;OAIG;IACH,YACW,eAAuB,EACvB,WAAW,SAAS,IAAA,wBAAU,GAAE,EAAE;QAE3C,KAAK,CAAC,MAAM,EAAE,eAAe,EAAE;YAC7B,cAAc,EAAE,6BAA6B,QAAQ,EAAE;YACvD,MAAM,EAAE,iBAAiB;SAC1B,CAAC,CAAC;QANM,oBAAe,GAAf,eAAe,CAAQ;QACvB,aAAQ,GAAR,QAAQ,CAA0B;QAT7C,uBAAkB,GAA4B,mBAAmB,CAAC;IAelE,CAAC;IAED,sBAAsB,CAAC,kBAA2C;QAChE,IAAI,CAAC,kBAAkB,GAAG,kBAAkB,CAAC;IAC/C,CAAC;IAED,YAAY;QACV,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,eAAe;QACb,OAAO,EAAE,CAAC;IACZ,CAAC;CACF;AA7BD,0DA6BC"}
@@ -4,7 +4,7 @@ import type { EntityBase } from '../entity-base';
4
4
  import type { GetAllRequestBuilderBase } from '../request-builder';
5
5
  /**
6
6
  * OData count request configuration for an entity type.
7
- * @typeParam EntityT - Type of the entity to setup a request for
7
+ * @template EntityT - Type of the entity to setup a request for.
8
8
  */
9
9
  export declare class ODataCountRequestConfig<EntityT extends EntityBase, DeSerializersT extends DeSerializers> extends ODataRequestConfig {
10
10
  readonly getAllRequest: GetAllRequestBuilderBase<EntityT, DeSerializersT>;
@@ -9,7 +9,7 @@ const logger = (0, util_1.createLogger)({
9
9
  });
10
10
  /**
11
11
  * OData count request configuration for an entity type.
12
- * @typeParam EntityT - Type of the entity to setup a request for
12
+ * @template EntityT - Type of the entity to setup a request for.
13
13
  */
14
14
  class ODataCountRequestConfig extends odata_request_config_1.ODataRequestConfig {
15
15
  /**
@@ -6,7 +6,7 @@ import type { DeSerializers } from '../de-serializers';
6
6
  import type { EntityApi } from '../entity-api';
7
7
  /**
8
8
  * OData create request configuration for an entity type.
9
- * @typeParam EntityT - Type of the entity to setup a request for
9
+ * @template EntityT - Type of the entity to setup a request for.
10
10
  */
11
11
  export declare class ODataCreateRequestConfig<EntityT extends EntityBase, DeSerializersT extends DeSerializers> extends ODataRequestConfig {
12
12
  readonly entityApi: EntityApi<EntityT, DeSerializersT>;
@@ -4,7 +4,7 @@ exports.ODataCreateRequestConfig = void 0;
4
4
  const odata_request_config_1 = require("./odata-request-config");
5
5
  /**
6
6
  * OData create request configuration for an entity type.
7
- * @typeParam EntityT - Type of the entity to setup a request for
7
+ * @template EntityT - Type of the entity to setup a request for.
8
8
  */
9
9
  class ODataCreateRequestConfig extends odata_request_config_1.ODataRequestConfig {
10
10
  /**
@@ -6,7 +6,7 @@ import type { EntityApi } from '../entity-api';
6
6
  import type { WithKeys, WithETag } from './odata-request-traits';
7
7
  /**
8
8
  * OData delete request configuration for an entity type.
9
- * @typeParam EntityT - Type of the entity to setup a request for
9
+ * @template EntityT - Type of the entity to setup a request for.
10
10
  */
11
11
  export declare class ODataDeleteRequestConfig<EntityT extends EntityBase, DeSerializersT extends DeSerializers> extends ODataRequestConfig implements WithKeys, WithETag {
12
12
  readonly entityApi: EntityApi<EntityT, DeSerializersT>;
@@ -4,7 +4,7 @@ exports.ODataDeleteRequestConfig = void 0;
4
4
  const odata_request_config_1 = require("./odata-request-config");
5
5
  /**
6
6
  * OData delete request configuration for an entity type.
7
- * @typeParam EntityT - Type of the entity to setup a request for
7
+ * @template EntityT - Type of the entity to setup a request for.
8
8
  */
9
9
  class ODataDeleteRequestConfig extends odata_request_config_1.ODataRequestConfig {
10
10
  /**
@@ -5,8 +5,8 @@ import type { OperationParameters } from './operation-parameter';
5
5
  import type { RequestMethodType } from './odata-request-config';
6
6
  /**
7
7
  * Function request configuration for an entity type.
8
- * @typeParam DeSerializersT - Type of the deserializer use on the request
9
- * @typeParam ParametersT - Type of the parameter to setup a request with
8
+ * @template DeSerializersT - Type of the deserializer use on the request.
9
+ * @template ParametersT - Type of the parameter to setup a request with.
10
10
  */
11
11
  export declare abstract class ODataFunctionRequestConfig<DeSerializersT extends DeSerializers, ParametersT> extends ODataRequestConfig {
12
12
  readonly functionName: string;
@@ -4,8 +4,8 @@ exports.ODataFunctionRequestConfig = void 0;
4
4
  const odata_request_config_1 = require("./odata-request-config");
5
5
  /**
6
6
  * Function request configuration for an entity type.
7
- * @typeParam DeSerializersT - Type of the deserializer use on the request
8
- * @typeParam ParametersT - Type of the parameter to setup a request with
7
+ * @template DeSerializersT - Type of the deserializer use on the request.
8
+ * @template ParametersT - Type of the parameter to setup a request with.
9
9
  */
10
10
  class ODataFunctionRequestConfig extends odata_request_config_1.ODataRequestConfig {
11
11
  /**
@@ -10,7 +10,7 @@ import type { EntityApi } from '../entity-api';
10
10
  import type { WithGetAllRestrictions } from './odata-request-traits';
11
11
  /**
12
12
  * OData getAll request configuration for an entity type.
13
- * @typeParam EntityT - Type of the entity to setup a request for
13
+ * @template EntityT - Type of the entity to setup a request for.
14
14
  */
15
15
  export declare class ODataGetAllRequestConfig<EntityT extends EntityBase, DeSerializersT extends DeSerializers> extends ODataRequestConfig implements WithGetAllRestrictions<EntityT, DeSerializersT> {
16
16
  readonly entityApi: EntityApi<EntityT, DeSerializersT>;
@@ -4,7 +4,7 @@ exports.ODataGetAllRequestConfig = void 0;
4
4
  const odata_request_config_1 = require("./odata-request-config");
5
5
  /**
6
6
  * OData getAll request configuration for an entity type.
7
- * @typeParam EntityT - Type of the entity to setup a request for
7
+ * @template EntityT - Type of the entity to setup a request for.
8
8
  */
9
9
  class ODataGetAllRequestConfig extends odata_request_config_1.ODataRequestConfig {
10
10
  /**
@@ -8,7 +8,7 @@ import type { EntityApi } from '../entity-api';
8
8
  import type { WithKeys, WithSelection } from './odata-request-traits';
9
9
  /**
10
10
  * OData getByKey request configuration for an entity type.
11
- * @typeParam EntityT - Type of the entity to setup a request for
11
+ * @template EntityT - Type of the entity to setup a request for.
12
12
  */
13
13
  export declare class ODataGetByKeyRequestConfig<EntityT extends EntityBase, DeSerializersT extends DeSerializers> extends ODataRequestConfig implements WithKeys, WithSelection<EntityT, DeSerializersT> {
14
14
  readonly entityApi: EntityApi<EntityT, DeSerializersT>;
@@ -4,7 +4,7 @@ exports.ODataGetByKeyRequestConfig = void 0;
4
4
  const odata_request_config_1 = require("./odata-request-config");
5
5
  /**
6
6
  * OData getByKey request configuration for an entity type.
7
- * @typeParam EntityT - Type of the entity to setup a request for
7
+ * @template EntityT - Type of the entity to setup a request for.
8
8
  */
9
9
  class ODataGetByKeyRequestConfig extends odata_request_config_1.ODataRequestConfig {
10
10
  /**
@@ -5,7 +5,7 @@ import type { HttpDestination } from '@sap-cloud-sdk/connectivity/internal';
5
5
  import type { ODataRequestConfig } from './odata-request-config';
6
6
  /**
7
7
  * OData request configuration for an entity type.
8
- * @typeParam EntityT - Type of the entity to setup a request for.
8
+ * @template EntityT - Type of the entity to setup a request for.
9
9
  */
10
10
  export declare class ODataRequest<RequestConfigT extends ODataRequestConfig> {
11
11
  config: RequestConfigT;
@@ -9,7 +9,7 @@ const internal_2 = require("@sap-cloud-sdk/connectivity/internal");
9
9
  const odata_request_traits_1 = require("./odata-request-traits");
10
10
  /**
11
11
  * OData request configuration for an entity type.
12
- * @typeParam EntityT - Type of the entity to setup a request for.
12
+ * @template EntityT - Type of the entity to setup a request for.
13
13
  */
14
14
  class ODataRequest {
15
15
  /**
@@ -6,7 +6,7 @@ import type { EntityApi } from '../entity-api';
6
6
  import type { WithKeys, WithETag } from './odata-request-traits';
7
7
  /**
8
8
  * OData update request configuration for an entity type.
9
- * @typeParam EntityT - Type of the entity to setup a request for
9
+ * @template EntityT - Type of the entity to setup a request for.
10
10
  */
11
11
  export declare class ODataUpdateRequestConfig<EntityT extends EntityBase, DeSerializersT extends DeSerializers> extends ODataRequestConfig implements WithKeys, WithETag {
12
12
  readonly entityApi: EntityApi<EntityT, DeSerializersT>;
@@ -4,7 +4,7 @@ exports.ODataUpdateRequestConfig = void 0;
4
4
  const odata_request_config_1 = require("./odata-request-config");
5
5
  /**
6
6
  * OData update request configuration for an entity type.
7
- * @typeParam EntityT - Type of the entity to setup a request for
7
+ * @template EntityT - Type of the entity to setup a request for.
8
8
  */
9
9
  class ODataUpdateRequestConfig extends odata_request_config_1.ODataRequestConfig {
10
10
  /**
@@ -1,7 +1,7 @@
1
1
  import type { EdmTypeShared } from '../edm-types';
2
2
  /**
3
3
  * Internal representation of operation parameters. It adds metadata to the value.
4
- * @typeParam ValueT - Type of the value.
4
+ * @template ValueT - Type of the value.
5
5
  */
6
6
  export declare class OperationParameter<ValueT> {
7
7
  originalName: string;
@@ -17,7 +17,7 @@ export declare class OperationParameter<ValueT> {
17
17
  }
18
18
  /**
19
19
  * Internal representation of all parameters of an operation as a map.
20
- * @typeParam ParametersT - External representation of all parameters
20
+ * @template ParametersT - External representation of all parameters.
21
21
  */
22
22
  export type OperationParameters<ParametersT> = {
23
23
  [K in keyof ParametersT]: OperationParameter<ParametersT[K]>;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OperationParameter = void 0;
4
4
  /**
5
5
  * Internal representation of operation parameters. It adds metadata to the value.
6
- * @typeParam ValueT - Type of the value.
6
+ * @template ValueT - Type of the value.
7
7
  */
8
8
  class OperationParameter {
9
9
  /**
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BatchChangeSet = void 0;
4
- const uuid_1 = require("uuid");
4
+ const node_crypto_1 = require("node:crypto");
5
5
  /**
6
6
  * Representation of a batch change set, which holds a collection of write operations.
7
7
  */
@@ -11,7 +11,7 @@ class BatchChangeSet {
11
11
  * @param requests - Requests to combine to one change set.
12
12
  * @param boundary - Request boundary for separation of sub requests. Defaults to an auto generated value.
13
13
  */
14
- constructor(requests, boundary = `changeset_${(0, uuid_1.v4)()}`) {
14
+ constructor(requests, boundary = `changeset_${(0, node_crypto_1.randomUUID)()}`) {
15
15
  this.requests = requests;
16
16
  this.boundary = boundary;
17
17
  }
@@ -1 +1 @@
1
- {"version":3,"file":"batch-change-set.js","sourceRoot":"","sources":["../../../src/request-builder/batch/batch-change-set.ts"],"names":[],"mappings":";;;AAAA,+BAAkC;AAQlC;;GAEG;AACH,MAAa,cAAc;IAGzB;;;;OAIG;IACH,YACW,QAAiD,EACjD,WAAmB,aAAa,IAAA,SAAI,GAAE,EAAE;QADxC,aAAQ,GAAR,QAAQ,CAAyC;QACjD,aAAQ,GAAR,QAAQ,CAAgC;IAChD,CAAC;CACL;AAZD,wCAYC"}
1
+ {"version":3,"file":"batch-change-set.js","sourceRoot":"","sources":["../../../src/request-builder/batch/batch-change-set.ts"],"names":[],"mappings":";;;AAAA,6CAAyC;AAQzC;;GAEG;AACH,MAAa,cAAc;IAGzB;;;;OAIG;IACH,YACW,QAAiD,EACjD,WAAmB,aAAa,IAAA,wBAAU,GAAE,EAAE;QAD9C,aAAQ,GAAR,QAAQ,CAAyC;QACjD,aAAQ,GAAR,QAAQ,CAAsC;IACtD,CAAC;CACL;AAZD,wCAYC"}
@@ -9,7 +9,7 @@ import type { GetAllRequestBuilderBase } from './get-all-request-builder-base';
9
9
  * Create an OData request to count entities based on the configuration of the request.
10
10
  * A `CountRequestBuilder` allows only for execution of the request.
11
11
  * If you want to apply query parameters like filter, skip or top do it on the {@link GetAllRequestBuilderBase | GetAllRequestBuilder} the count is created from.
12
- * @typeParam EntityT - Type of the entity to be requested
12
+ * @template EntityT - Type of the entity to be requested.
13
13
  */
14
14
  export declare class CountRequestBuilder<EntityT extends EntityBase, DeSerializersT extends DeSerializers> extends MethodRequestBuilder<ODataCountRequestConfig<EntityT, DeSerializersT>> {
15
15
  readonly getAllRequest: GetAllRequestBuilderBase<EntityT, DeSerializersT>;
@@ -7,7 +7,7 @@ const request_builder_base_1 = require("./request-builder-base");
7
7
  * Create an OData request to count entities based on the configuration of the request.
8
8
  * A `CountRequestBuilder` allows only for execution of the request.
9
9
  * If you want to apply query parameters like filter, skip or top do it on the {@link GetAllRequestBuilderBase | GetAllRequestBuilder} the count is created from.
10
- * @typeParam EntityT - Type of the entity to be requested
10
+ * @template EntityT - Type of the entity to be requested.
11
11
  */
12
12
  class CountRequestBuilder extends request_builder_base_1.MethodRequestBuilder {
13
13
  /**
@@ -13,7 +13,7 @@ import type { EntityApi } from '../entity-api';
13
13
  import type { BatchReference, WithBatchReference } from '../request';
14
14
  /**
15
15
  * Abstract create request class holding the parts shared in OData v2 and v4.
16
- * @typeParam EntityT - Type of the entity to be created
16
+ * @template EntityT - Type of the entity to be created.
17
17
  */
18
18
  export declare abstract class CreateRequestBuilderBase<EntityT extends EntityBase, DeSerializersT extends DeSerializers> extends MethodRequestBuilder<ODataCreateRequestConfig<EntityT, DeSerializersT>> implements EntityIdentifiable<EntityT, DeSerializersT>, WithBatchReference {
19
19
  readonly _entityApi: EntityApi<EntityT, DeSerializersT>;