diff --git a/.changeset/yellow-poets-ring.md b/.changeset/yellow-poets-ring.md deleted file mode 100644 index 75129c2032..0000000000 --- a/.changeset/yellow-poets-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sap-cloud-sdk/mail-client': patch ---- - -[Fixed Issue] Fix sending e-mails through socks proxies in Node 20 and higher. diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f1c76cda..c92ca6880d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,15 @@ - +# 3.22.2 + + +## Fixed Issues + +- [mail-client] Fix sending e-mails through socks proxies in Node 20 and higher. + - @sap-cloud-sdk/connectivity@3.22.2 + - @sap-cloud-sdk/util@3.22.2 (7f8ce79) + # 3.22.1 diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 529a47a777..cea72f851c 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1,4 +1,4 @@ -## Version: 3.22.1 +## Version: 3.22.2 The SAP Cloud SDK for JavaScript consists of multiple libraries to enable you to write side-by-side extensions on SAP Business Technology Platform. diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.AllFields.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.AllFields.html index aaf2530a10..c50a93aadd 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.AllFields.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.AllFields.html @@ -1,8 +1,8 @@ -AllFields | SAP Cloud SDK for JavaScript - v3.22.1

Represents the selection of all fields. +AllFields | SAP Cloud SDK for JavaScript - v3.22.2

Represents the selection of all fields. This field should be used in the schema of entities.

Type Parameters

Constructors

Properties

_entityConstructor _fieldName selectable

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

-

Constructors

Properties

_entityConstructor: Constructable<EntityT>
_fieldName: string
selectable: true
+

Constructors

Properties

_entityConstructor: Constructable<EntityT>
_fieldName: string
selectable
diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.BatchChangeSet.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.BatchChangeSet.html index a6b06aff3c..8fc005bdc0 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.BatchChangeSet.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.BatchChangeSet.html @@ -1,4 +1,4 @@ -BatchChangeSet | SAP Cloud SDK for JavaScript - v3.22.1

Representation of a batch change set, which holds a collection of write operations.

+BatchChangeSet | SAP Cloud SDK for JavaScript - v3.22.2

Representation of a batch change set, which holds a collection of write operations.

Type Parameters

Constructors

Properties

boundary requests @@ -6,4 +6,4 @@

Type Parameters

Parameters

  • requests: ChangesetBuilderTypes<DeSerializersT>[]

    Requests to combine to one change set.

  • Optionalboundary: string

    Request boundary for separation of sub requests. Defaults to an auto generated value.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

Returns BatchChangeSet<DeSerializersT>

Properties

boundary: string
+

Returns BatchChangeSet<DeSerializersT>

Properties

boundary: string
diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.BooleanFilterFunction.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.BooleanFilterFunction.html index 4eac9322f1..02c8edf8e0 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.BooleanFilterFunction.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.BooleanFilterFunction.html @@ -1,4 +1,4 @@ -BooleanFilterFunction | SAP Cloud SDK for JavaScript - v3.22.1

Representation of a filter function, that returns a value of type boolean.

+BooleanFilterFunction | SAP Cloud SDK for JavaScript - v3.22.2

Representation of a filter function, that returns a value of type boolean.

Type Parameters

Hierarchy (view full)

Constructors

Properties

edmType functionName @@ -15,4 +15,4 @@

Parameters

  • value: boolean

    Value to be used in the filter.

Returns Filter<EntityT, any, boolean>

The resulting filter.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

-
+
diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CollectionField.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CollectionField.html index a07406e58f..9095e43abe 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CollectionField.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CollectionField.html @@ -1,4 +1,4 @@ -CollectionField | SAP Cloud SDK for JavaScript - v3.22.1

Class CollectionField<EntityT, DeSerializersT, CollectionFieldT, NullableT, SelectableT>

Represents a field of an entity or a complex type, that can have a collection as value.

+CollectionField | SAP Cloud SDK for JavaScript - v3.22.2

Class CollectionField<EntityT, DeSerializersT, CollectionFieldT, NullableT, SelectableT>

Represents a field of an entity or a complex type, that can have a collection as value.

Type Parameters

  • EntityT extends EntityBase

    Type of the entity the field belongs to.

  • DeSerializersT extends DeSerializers

    Type of the (de-)serializers.

  • CollectionFieldT extends EdmTypeShared<"any"> | Record<string, any> = any

    Type of of elements of the collection. This can either be an EDM type or complex type.

    @@ -20,4 +20,4 @@

Returns CollectionField<EntityT, DeSerializersT, CollectionFieldT, NullableT, SelectableT>

Properties

_deSerializers: DeSerializersT
_entityConstructor: Constructable<EntityT>
_fieldName: string
_fieldOptions: Required<FieldOptions<NullableT, SelectableT>>

Methods

  • Gets the path to the complex type property represented by this.

    Returns string

    The path to the complex type property.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
+
diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CollectionFilterFunction.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CollectionFilterFunction.html index c7b06961a7..1d11dc0302 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CollectionFilterFunction.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CollectionFilterFunction.html @@ -1,4 +1,4 @@ -CollectionFilterFunction | SAP Cloud SDK for JavaScript - v3.22.1

Representation of a filter function, that returns a collection of values.

+CollectionFilterFunction | SAP Cloud SDK for JavaScript - v3.22.2

Representation of a filter function, that returns a collection of values.

Type Parameters

Hierarchy (view full)

Constructors

Properties

edmType functionName @@ -16,4 +16,4 @@

Parameters

  • value: FieldT[]

    Value to be used in the filter.

Returns Filter<EntityT, any, FieldT[]>

The resulting filter.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

-
+
diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ComplexTypeField.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ComplexTypeField.html index 533a51d7c5..64ff2a9ee3 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ComplexTypeField.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ComplexTypeField.html @@ -1,4 +1,4 @@ -ComplexTypeField | SAP Cloud SDK for JavaScript - v3.22.1

Class ComplexTypeField<EntityT, DeSerializersT, ComplexT, NullableT, SelectableT>Abstract

Represents a complex type property of an entity or a complex type.

+ComplexTypeField | SAP Cloud SDK for JavaScript - v3.22.2

Class ComplexTypeField<EntityT, DeSerializersT, ComplexT, NullableT, SelectableT>Abstract

Represents a complex type property of an entity or a complex type.

ComplexTypeFields are used as static properties of entities and are generated from the metadata, i.e. for each property of an OData entity, that has a complex type, there exists one static instance of ComplexTypeField (or rather one of its subclasses) in the corresponding generated class file. ComplexTypeFields are used to represent the domain of complex or custom structures that can be used in select, filter and order by functions. @@ -31,4 +31,4 @@

deSerializers: DeSerializersT

Methods

  • Gets the path to the complex type property represented by this.

    Returns string

    The path to the complex type property.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
+
diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CountRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CountRequestBuilder.html index 69d3245548..23d47d335a 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CountRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CountRequestBuilder.html @@ -1,4 +1,4 @@ -CountRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

Class CountRequestBuilder<EntityT, DeSerializersT>

Create an OData request to count entities based on the configuration of the request. +CountRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

Class CountRequestBuilder<EntityT, DeSerializersT>

Create an OData request to count entities based on the configuration of the request. A CountRequestBuilder allows only for execution of the request. If you want to apply query parameters like filter, skip or top do it on the GetAllRequestBuilder the count is created from.

Type Parameters

  • EntityT extends EntityBase

    Type of the entity to be requested

    @@ -55,4 +55,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
+
diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CreateRequestBuilderBase.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CreateRequestBuilderBase.html index a64e1b045a..65f9c101f8 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CreateRequestBuilderBase.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CreateRequestBuilderBase.html @@ -1,4 +1,4 @@ -CreateRequestBuilderBase | SAP Cloud SDK for JavaScript - v3.22.1

Class CreateRequestBuilderBase<EntityT, DeSerializersT>Abstract

Abstract create request class holding the parts shared in OData v2 and v4.

+CreateRequestBuilderBase | SAP Cloud SDK for JavaScript - v3.22.2

Class CreateRequestBuilderBase<EntityT, DeSerializersT>Abstract

Abstract create request class holding the parts shared in OData v2 and v4.

Type Parameters

Hierarchy (view full)

Implements

Constructors

Properties

_deSerializers @@ -78,4 +78,4 @@

Parameters

Returns Promise<string>

Promise resolving to the URL for the request.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

-
+
diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CustomField.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CustomField.html index 200613c06f..7ee6d76cb8 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CustomField.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.CustomField.html @@ -1,4 +1,4 @@ -CustomField | SAP Cloud SDK for JavaScript - v3.22.1

Class CustomField<EntityT, DeSerializersT, NullableT>

If your entity contains fields not present in your service specification you can model them using custom fields. +CustomField | SAP Cloud SDK for JavaScript - v3.22.2

Class CustomField<EntityT, DeSerializersT, NullableT>

If your entity contains fields not present in your service specification you can model them using custom fields. Alternatively you can also generate a client based on a service specification containing all fields.

Type Parameters

Hierarchy (view full)

Constructors

Properties

_entityConstructor @@ -22,4 +22,4 @@

Constructors

Properties

_entityConstructor: Constructable<EntityT>
_fieldName: string
_fieldOptions: Required<FieldOptions<NullableT, false>>

Methods

  • Path to the field to be used in filter and order by queries.

    Returns string

    Path to the field to be used in filter and order by queries.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
+
diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.DeleteRequestBuilderBase.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.DeleteRequestBuilderBase.html index d8f07fd50a..4c4f65dd15 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.DeleteRequestBuilderBase.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.DeleteRequestBuilderBase.html @@ -1,4 +1,4 @@ -DeleteRequestBuilderBase | SAP Cloud SDK for JavaScript - v3.22.1

Class DeleteRequestBuilderBase<EntityT, DeSerializersT>Abstract

Abstract class to delete an entity holding the shared parts between OData v2 and v4.

+DeleteRequestBuilderBase | SAP Cloud SDK for JavaScript - v3.22.2

Class DeleteRequestBuilderBase<EntityT, DeSerializersT>Abstract

Abstract class to delete an entity holding the shared parts between OData v2 and v4.

Type Parameters

Hierarchy (view full)

Implements

Constructors

Properties

_deSerializers @@ -69,4 +69,4 @@

Parameters

Returns Promise<string>

Promise resolving to the URL for the request.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

-
+
diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EdmTypeField.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EdmTypeField.html index 78a3a040ee..d863ab1eb0 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EdmTypeField.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EdmTypeField.html @@ -1,4 +1,4 @@ -EdmTypeField | SAP Cloud SDK for JavaScript - v3.22.1

Class EdmTypeField<EntityT, DeSerializersT, EdmT, NullableT, SelectableT>

Represents a property of an OData entity with an EDM type.

+EdmTypeField | SAP Cloud SDK for JavaScript - v3.22.2

Class EdmTypeField<EntityT, DeSerializersT, EdmT, NullableT, SelectableT>

Represents a property of an OData entity with an EDM type.

EdmTypeFields are used as static properties of entities or EDM typed fields of complex type fields. They are generated from the OData metadata, i.e. for each property of an OData entity, that has an EDM type, there is one static instance of EdmTypeField (or rather one of its subclasses) in the corresponding generated class file. EdmTypeFields are used to represent the domain of more or less primitive values that can be used in select, filter and order by functions. @@ -38,4 +38,4 @@

Parameters

Returns Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>

The resulting filter.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

-
+
diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EntityBase.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EntityBase.html index a6872a316f..1c9a0fcc3a 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EntityBase.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EntityBase.html @@ -1,4 +1,4 @@ -EntityBase | SAP Cloud SDK for JavaScript - v3.22.1

Super class for all representations of OData entity types.

+EntityBase | SAP Cloud SDK for JavaScript - v3.22.2

Super class for all representations of OData entity types.

Hierarchy (view full)

Constructors

Properties

_customFields _entityApi @@ -77,4 +77,4 @@
  • Overwrites the default toJSON method so that all instance variables as well as all custom fields of the entity are returned.

    Returns {
        [key: string]: any;
    }

    An object containing all instance variables + custom fields.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    • [key: string]: any
+
  • [key: string]: any
diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EntityBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EntityBuilder.html index 2df005a210..f7c3360b3b 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EntityBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EntityBuilder.html @@ -1,4 +1,4 @@ -EntityBuilder | SAP Cloud SDK for JavaScript - v3.22.1

Contains the methods to build an entity.

+EntityBuilder | SAP Cloud SDK for JavaScript - v3.22.2

Contains the methods to build an entity.

Type Parameters

Constructors

Properties

_entity _entityApi @@ -16,4 +16,4 @@

Parameters

  • customFields: Record<string, any>

    The custom fields you want to add.

Returns this

The entity builder itself for method chaining.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

-
+
diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EnumField.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EnumField.html index d780310b16..840b0c2ca0 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EnumField.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.EnumField.html @@ -1,4 +1,4 @@ -EnumField | SAP Cloud SDK for JavaScript - v3.22.1

Class EnumField<EntityT, DeSerializersT, EnumT, NullableT, SelectableT>

Represents a property with an enum value.

+EnumField | SAP Cloud SDK for JavaScript - v3.22.2

Class EnumField<EntityT, DeSerializersT, EnumT, NullableT, SelectableT>

Represents a property with an enum value.

Type Parameters

  • EntityT extends EntityBase

    Type of the entity the field belongs to.

  • DeSerializersT extends DeSerializers
  • EnumT extends string = string

    Enum type that contains all valid enum entries for this field.

  • NullableT extends boolean = false

    Boolean type that represents whether the field is nullable.

    @@ -27,4 +27,4 @@

    Parameters

    • value: `${EnumT}`

      Value to be used in the filter.

    Returns Filter<EntityT, DeSerializersT, string>

    The resulting filter.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
+
diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Field.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Field.html index 36580d8c68..6277823f5c 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Field.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Field.html @@ -1,4 +1,4 @@ -Field | SAP Cloud SDK for JavaScript - v3.22.1

Class Field<EntityT, NullableT, SelectableT>

Abstract representation a property of an OData entity.

+Field | SAP Cloud SDK for JavaScript - v3.22.2

Class Field<EntityT, NullableT, SelectableT>

Abstract representation a property of an OData entity.

Fields are used as static properties of entities or properties of ComplexTypeFields and are generated from the metadata, i.e. for each property of an OData entity, there exists one static instance of Field (or rather one of its subclasses) in the corresponding generated class file. Fields are used to represent the domain of values that can be used in select, filter and order by functions.

@@ -18,4 +18,4 @@

Returns Field<EntityT, NullableT, SelectableT>

Properties

_entityConstructor: Constructable<EntityT>
_fieldName: string
_fieldOptions: Required<FieldOptions<NullableT, SelectableT>>

Methods

  • Path to the field to be used in filter and order by queries.

    Returns string

    Path to the field to be used in filter and order by queries.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
+
diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FieldBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FieldBuilder.html index 6c5197ea50..fcf1bfe846 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FieldBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FieldBuilder.html @@ -1,4 +1,4 @@ -FieldBuilder | SAP Cloud SDK for JavaScript - v3.22.1

Field builder to orchestrate the creation of the different kinds of fields.

+FieldBuilder | SAP Cloud SDK for JavaScript - v3.22.2

Field builder to orchestrate the creation of the different kinds of fields.

Type Parameters

  • FieldOfT extends ConstructorOrField<any>

    Type of the entity or complex type field this field belongs to.

  • DeSerializersT extends DeSerializers

    Type of the (de-)serializers.

Constructors

constructor @@ -29,4 +29,4 @@
  • isNullable: NullableT

    Whether the field is nullable.

  • Returns EnumField<EntityTypeFromFieldOf<FieldOfT>, DeSerializersT, EnumT, NullableT, IsSelectableField<FieldOfT>>

    A collection field with the given collection type.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Filter.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Filter.html index dcc7752c53..1efdfbedb6 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Filter.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Filter.html @@ -1,9 +1,9 @@ -Filter | SAP Cloud SDK for JavaScript - v3.22.1

    Class Filter<EntityT, DeSerializersT, FieldT>

    Represents a filter expression to narrow the data on a GetAllRequestBuilder request for multiple entities that match the specified criteria. +Filter | SAP Cloud SDK for JavaScript - v3.22.2

    Class Filter<EntityT, DeSerializersT, FieldT>

    Represents a filter expression to narrow the data on a GetAllRequestBuilder request for multiple entities that match the specified criteria. A filter refers to the field of an entity and restricts the request based on an operator and a value. Entity.FIELD_NAME.operator(value).

    -
    `Product.NAME.equals('cloud-sdk')` creates a filter for the entity `Product` that matches in case the field `NAME` equals 'cloud-sdk'.

    See also: {@link Filterable}. +
    `Product.NAME.equals('cloud-sdk')` creates a filter for the entity `Product` that matches in case the field `NAME` equals 'cloud-sdk'.

    See also: {@link Filterable}.
    -

    Type Parameters

    • EntityT extends EntityBase

      Type of the entity to be filtered on.

      +

    Type Parameters

    • EntityT extends EntityBase

      Type of the entity to be filtered on.

    • DeSerializersT extends DeSerializers
    • FieldT

      Type of the field to be filtered by.

    Implements

    Constructors

    Properties

    _deSerializers @@ -20,4 +20,4 @@

    Returns Filter<EntityT, DeSerializersT, FieldT>

    Properties

    _deSerializers: DeSerializersT

    Dummy property to also include the deserializer type in the structure of the entity type.

    _entity: EntityT

    Entity type of the entity tp be filtered.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    field: string | FilterFunction<EntityT, FieldT>
    operator: FilterOperator
    value: FieldT
    +
    field: string | FilterFunction<EntityT, FieldT>
    operator: FilterOperator
    value: FieldT
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterFunction.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterFunction.html index dfc7d91d04..d23580db61 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterFunction.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterFunction.html @@ -1,4 +1,4 @@ -FilterFunction | SAP Cloud SDK for JavaScript - v3.22.1

    Class FilterFunction<EntityT, ReturnT>Abstract

    Data structure to represent OData filter functions. +FilterFunction | SAP Cloud SDK for JavaScript - v3.22.2

    Class FilterFunction<EntityT, ReturnT>Abstract

    Data structure to represent OData filter functions. Use the factory function filterFunction to create instances of FilterFunction.

    Type Parameters

    Hierarchy (view full)

    Constructors

    Properties

    edmType @@ -17,4 +17,4 @@

    Parameters

    • value: ReturnT

      Value to be used in the filter.

    Returns Filter<EntityT, any, ReturnT>

    The resulting filter.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterLambdaExpression.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterLambdaExpression.html index d3d0cb55f3..1752bb9413 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterLambdaExpression.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterLambdaExpression.html @@ -1,6 +1,6 @@ -FilterLambdaExpression | SAP Cloud SDK for JavaScript - v3.22.1

    Class FilterLambdaExpression<EntityT, DeSerializersT>

    Class representing a filter expression based on a FilterLambdaOperator.

    +FilterLambdaExpression | SAP Cloud SDK for JavaScript - v3.22.2

    Class FilterLambdaExpression<EntityT, DeSerializersT>

    Class representing a filter expression based on a FilterLambdaOperator.

    Type Parameters

    Constructors

    Properties

    filters lambdaOperator

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Constructors

    Properties

    lambdaOperator: FilterLambdaOperator
    +

    Constructors

    Properties

    lambdaOperator: FilterLambdaOperator
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterLink.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterLink.html index c942cbb790..78b309f4ee 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterLink.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterLink.html @@ -1,10 +1,10 @@ -FilterLink | SAP Cloud SDK for JavaScript - v3.22.1

    Class FilterLink<EntityT, DeSerializersT, LinkedEntityApiT>

    Data structure to represent filter on properties of a navigation property (link). +FilterLink | SAP Cloud SDK for JavaScript - v3.22.2

    Class FilterLink<EntityT, DeSerializersT, LinkedEntityApiT>

    Data structure to represent filter on properties of a navigation property (link). In OData v2 filtering for navigation properties is ONLY supported for properties with a one-to-one cardinality (OneToOneLink).

    -
    In the following filter statement `Entity.requestBuilder().filter(Entity.to_NavProperty.filter(LinkedEntity.property.equals(value)))`,
    `Entity.to_NavProperty.filter(LinkedEntity.property.equals(value))` is a `FilterLink`.

    In OData v4 filtering is also possible on one-to-many links. See {@link OneToManyLink}. +
    In the following filter statement `Entity.requestBuilder().filter(Entity.to_NavProperty.filter(LinkedEntity.property.equals(value)))`,
    `Entity.to_NavProperty.filter(LinkedEntity.property.equals(value))` is a `FilterLink`.

    In OData v4 filtering is also possible on one-to-many links. See {@link OneToManyLink}.
    -

    Type of the linked entity which is used in the filter.

    -

    Type Parameters

    • EntityT extends EntityBase

      Type of the entity to be filtered.

      +

      Type of the linked entity which is used in the filter.

      +

    Type Parameters

    Implements

    Constructors

    Properties

    _deSerializers _entity @@ -18,4 +18,4 @@
    _entity: EntityT

    Entity type of the entity tp be filtered.

    _linkedEntityType: EntityType<LinkedEntityApiT>

    Linked entity to be filtered by.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterList.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterList.html index f3d2631fc7..1fb5717a96 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterList.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.FilterList.html @@ -1,4 +1,4 @@ -FilterList | SAP Cloud SDK for JavaScript - v3.22.1

    Data structure to combine Filterables 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.

    +FilterList | SAP Cloud SDK for JavaScript - v3.22.2

    Data structure to combine Filterables 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.

    Type Parameters

    Implements

    Constructors

    Properties

    _deSerializers _entity @@ -10,4 +10,4 @@

    Returns FilterList<EntityT, DeSerializersT>

    Properties

    _deSerializers: DeSerializersT

    Dummy property to also include the deserializer type in the structure of the entity type.

    _entity: EntityT

    Entity type of the entity tp be filtered.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.GetAllRequestBuilderBase.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.GetAllRequestBuilderBase.html index ca00d970fb..2c146a4006 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.GetAllRequestBuilderBase.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.GetAllRequestBuilderBase.html @@ -1,4 +1,4 @@ -GetAllRequestBuilderBase | SAP Cloud SDK for JavaScript - v3.22.1

    Class GetAllRequestBuilderBase<EntityT, DeSerializersT>Abstract

    Base class for the get all request builders GetAllRequestBuilderV2 and GetAllRequestBuilderV4.

    +GetAllRequestBuilderBase | SAP Cloud SDK for JavaScript - v3.22.2

    Class GetAllRequestBuilderBase<EntityT, DeSerializersT>Abstract

    Base class for the get all request builders GetAllRequestBuilderV2 and GetAllRequestBuilderV4.

    Type Parameters

    Hierarchy (view full)

    Constructors

    Properties

    _deSerializers @@ -85,4 +85,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.GetByKeyRequestBuilderBase.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.GetByKeyRequestBuilderBase.html index 27a815ffd8..d2e5c1a23b 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.GetByKeyRequestBuilderBase.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.GetByKeyRequestBuilderBase.html @@ -1,4 +1,4 @@ -GetByKeyRequestBuilderBase | SAP Cloud SDK for JavaScript - v3.22.1

    Class GetByKeyRequestBuilderBase<EntityT, DeSerializersT>Abstract

    Abstract class to create a get by key request containing the shared functionality for OData v2 and v4.

    +GetByKeyRequestBuilderBase | SAP Cloud SDK for JavaScript - v3.22.2

    Class GetByKeyRequestBuilderBase<EntityT, DeSerializersT>Abstract

    Abstract class to create a get by key request containing the shared functionality for OData v2 and v4.

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    _deSerializers @@ -77,4 +77,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Link.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Link.html index 8ef6c62ba3..8cf953f970 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Link.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Link.html @@ -1,4 +1,4 @@ -Link | SAP Cloud SDK for JavaScript - v3.22.1

    Class Link<EntityT, DeSerializersT, LinkedEntityApiT>

    Represents a navigation property of an OData entity.

    +Link | SAP Cloud SDK for JavaScript - v3.22.2

    Class Link<EntityT, DeSerializersT, LinkedEntityApiT>

    Represents a navigation property of an OData entity.

    OData is a relational data model, i.e. entities can be related to one another. For example, BusinessPartner is in a 1:n relation with BusinessPartnerAddress and in a 1:1 relation with Customer. Like normal properties, navigation properties can be used for selecting (expanding) and filtering. @@ -8,8 +8,8 @@ OData v2 entity: 1:N is a Link, 1:0..1 is a OneToOneLink OData v4 entity: 1:N is a OneToManyLink, 1:0..1 is a OneToOneLink.

    See also: Selectable.

    -

    Type of the entity to be linked to.

    -

    Type Parameters

    • EntityT extends EntityBase

      Type of the entity to be linked from.

      +

      Type of the entity to be linked to.

      +

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    _deSerializers _entity @@ -35,4 +35,4 @@

    Parameters

    Returns this

    The link itself, to facilitate method chaining.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.NumberFilterFunction.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.NumberFilterFunction.html index b3874c0035..530dfd718e 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.NumberFilterFunction.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.NumberFilterFunction.html @@ -1,4 +1,4 @@ -NumberFilterFunction | SAP Cloud SDK for JavaScript - v3.22.1

    Representation of a filter function, that returns a value of type number. This supports int, double and decimal values.

    +NumberFilterFunction | SAP Cloud SDK for JavaScript - v3.22.2

    Representation of a filter function, that returns a value of type number. This supports int, double and decimal values.

    Type Parameters

    Hierarchy

    • OrderableFilterFunction<EntityT, number>
      • NumberFilterFunction

    Constructors

    Properties

    edmType functionName @@ -32,4 +32,4 @@

    Parameters

    • value: number

      Value to be used in the filter.

    Returns Filter<EntityT, any, number>

    The resulting filter.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataBatchRequestConfig.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataBatchRequestConfig.html index b3c5369fde..63792adfc3 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataBatchRequestConfig.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataBatchRequestConfig.html @@ -1,4 +1,4 @@ -ODataBatchRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    OData batch request configuration for an entity type.

    +ODataBatchRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    OData batch request configuration for an entity type.

    Hierarchy (view full)

    Constructors

    Properties

    basePath boundary @@ -32,4 +32,4 @@

    Returns void

    • Add custom request configuration to the request.

      Parameters

      • requestConfiguration: Record<string, any>

        Key-value pairs where the key is the name of a request configuration and the value is the respective value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

      Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    • Parameters

      Returns void

    +

    Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    • Parameters

      Returns void

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataCountRequestConfig.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataCountRequestConfig.html index b66b82f5e9..e06ac42402 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataCountRequestConfig.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataCountRequestConfig.html @@ -1,4 +1,4 @@ -ODataCountRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Class ODataCountRequestConfig<EntityT, DeSerializersT>

    OData count request configuration for an entity type.

    +ODataCountRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Class ODataCountRequestConfig<EntityT, DeSerializersT>

    OData count request configuration for an entity type.

    Type Parameters

    Hierarchy (view full)

    Constructors

    Properties

    basePath @@ -30,4 +30,4 @@

    Returns void

    • Add custom request configuration to the request.

      Parameters

      • requestConfiguration: Record<string, any>

        Key-value pairs where the key is the name of a request configuration and the value is the respective value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

      Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    +

    Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataCreateRequestConfig.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataCreateRequestConfig.html index 8e455cb6fa..ee7949a8b9 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataCreateRequestConfig.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataCreateRequestConfig.html @@ -1,4 +1,4 @@ -ODataCreateRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Class ODataCreateRequestConfig<EntityT, DeSerializersT>

    OData create request configuration for an entity type.

    +ODataCreateRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Class ODataCreateRequestConfig<EntityT, DeSerializersT>

    OData create request configuration for an entity type.

    Type Parameters

    Hierarchy (view full)

    Constructors

    Properties

    basePath @@ -36,4 +36,4 @@

    Returns void

    • Add custom request configuration to the request.

      Parameters

      • requestConfiguration: Record<string, any>

        Key-value pairs where the key is the name of a request configuration and the value is the respective value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

      Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    • Returns string

    +

    Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    • Returns string

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataDeleteRequestConfig.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataDeleteRequestConfig.html index 64d8170bfd..8f47119acd 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataDeleteRequestConfig.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataDeleteRequestConfig.html @@ -1,4 +1,4 @@ -ODataDeleteRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Class ODataDeleteRequestConfig<EntityT, DeSerializersT>

    OData delete request configuration for an entity type.

    +ODataDeleteRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Class ODataDeleteRequestConfig<EntityT, DeSerializersT>

    OData delete request configuration for an entity type.

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    basePath @@ -37,4 +37,4 @@

    Returns void

    • Add custom request configuration to the request.

      Parameters

      • requestConfiguration: Record<string, any>

        Key-value pairs where the key is the name of a request configuration and the value is the respective value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

      Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    +

    Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataFunctionRequestConfig.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataFunctionRequestConfig.html index d9ffebfbca..c2220253ed 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataFunctionRequestConfig.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataFunctionRequestConfig.html @@ -1,4 +1,4 @@ -ODataFunctionRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Class ODataFunctionRequestConfig<DeSerializersT, ParametersT>Abstract

    Function request configuration for an entity type.

    +ODataFunctionRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Class ODataFunctionRequestConfig<DeSerializersT, ParametersT>Abstract

    Function request configuration for an entity type.

    Type Parameters

    • DeSerializersT extends DeSerializers

      Type of the deserializer use on the request

    • ParametersT

      Type of the parameter to setup a request with

    Hierarchy (view full)

    Constructors

    constructor @@ -37,4 +37,4 @@

    Returns void

    • Add custom request configuration to the request.

      Parameters

      • requestConfiguration: Record<string, any>

        Key-value pairs where the key is the name of a request configuration and the value is the respective value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

      Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    +

    Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataGetAllRequestConfig.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataGetAllRequestConfig.html index 303691c7e2..3c75803947 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataGetAllRequestConfig.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataGetAllRequestConfig.html @@ -1,4 +1,4 @@ -ODataGetAllRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Class ODataGetAllRequestConfig<EntityT, DeSerializersT>

    OData getAll request configuration for an entity type.

    +ODataGetAllRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Class ODataGetAllRequestConfig<EntityT, DeSerializersT>

    OData getAll request configuration for an entity type.

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    basePath @@ -42,4 +42,4 @@

    Returns void

    • Add custom request configuration to the request.

      Parameters

      • requestConfiguration: Record<string, any>

        Key-value pairs where the key is the name of a request configuration and the value is the respective value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

      Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    +

    Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataGetByKeyRequestConfig.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataGetByKeyRequestConfig.html index 4e5c68f0fe..9341312bd3 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataGetByKeyRequestConfig.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataGetByKeyRequestConfig.html @@ -1,4 +1,4 @@ -ODataGetByKeyRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Class ODataGetByKeyRequestConfig<EntityT, DeSerializersT>

    OData getByKey request configuration for an entity type.

    +ODataGetByKeyRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Class ODataGetByKeyRequestConfig<EntityT, DeSerializersT>

    OData getByKey request configuration for an entity type.

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    basePath @@ -36,4 +36,4 @@

    Returns void

    • Add custom request configuration to the request.

      Parameters

      • requestConfiguration: Record<string, any>

        Key-value pairs where the key is the name of a request configuration and the value is the respective value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

      Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    +

    Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataRequest.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataRequest.html index 437cb1cc3f..fd3bfe1e9d 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataRequest.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataRequest.html @@ -1,6 +1,6 @@ -ODataRequest | SAP Cloud SDK for JavaScript - v3.22.1

    OData request configuration for an entity type.

    -

    Type of the entity to setup a request for.

    -

    Type Parameters

    Constructors

    constructor +ODataRequest | SAP Cloud SDK for JavaScript - v3.22.2

    OData request configuration for an entity type.

    +

    Type of the entity to setup a request for.

    +

    Type Parameters

    Constructors

    Properties

    Accessors

    Methods

    customHeaders @@ -49,4 +49,4 @@
    • Constructs an absolute URL for the given request.

      Returns string

      The absolute URL for the request.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataRequestConfig.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataRequestConfig.html index 58378c6079..c5366e5b40 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataRequestConfig.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataRequestConfig.html @@ -1,4 +1,4 @@ -ODataRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Parent class for all OData request configs like getAll, delete or count.

    +ODataRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Parent class for all OData request configs like getAll, delete or count.

    Hierarchy (view full)

    Constructors

    Properties

    basePath defaultBasePath @@ -30,4 +30,4 @@

    Returns void

    • Add custom request configuration to the request.

      Parameters

      • requestConfiguration: Record<string, any>

        Key-value pairs where the key is the name of a request configuration and the value is the respective value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

      Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    +

    Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataUpdateRequestConfig.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataUpdateRequestConfig.html index 77148143ff..0d65249a18 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataUpdateRequestConfig.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.ODataUpdateRequestConfig.html @@ -1,4 +1,4 @@ -ODataUpdateRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Class ODataUpdateRequestConfig<EntityT, DeSerializersT>

    OData update request configuration for an entity type.

    +ODataUpdateRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Class ODataUpdateRequestConfig<EntityT, DeSerializersT>

    OData update request configuration for an entity type.

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    basePath @@ -38,4 +38,4 @@

    Returns void

    • Add custom request configuration to the request.

      Parameters

      • requestConfiguration: Record<string, any>

        Key-value pairs where the key is the name of a request configuration and the value is the respective value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

      Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    • Returns void

    +

    Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    • Returns void

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OneToManyLink.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OneToManyLink.html index d877d46f24..c53a7bc69f 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OneToManyLink.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OneToManyLink.html @@ -1,4 +1,4 @@ -OneToManyLink | SAP Cloud SDK for JavaScript - v3.22.1

    Class OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>

    Represents a one to many relation for OData v4 entities. +OneToManyLink | SAP Cloud SDK for JavaScript - v3.22.2

    Class OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>

    Represents a one to many relation for OData v4 entities. For OData v2 entities the Link is used to represent one to many relation. See Link for more information.

    Type Parameters

    Hierarchy (view full)

    Constructors

    constructor @@ -46,4 +46,4 @@

    Parameters

    • top: number

      Maximum number of entities to return in the response. Can be less, if less entities match the request.

    Returns this

    The request builder itself, to facilitate method chaining.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OneToOneLink.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OneToOneLink.html index dd8ecbdf44..c24abb2816 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OneToOneLink.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OneToOneLink.html @@ -1,6 +1,6 @@ -OneToOneLink | SAP Cloud SDK for JavaScript - v3.22.1

    Class OneToOneLink<EntityT, DeSerializersT, LinkedEntityApiT>

    Represents a link from one entity to one other linked entity (as opposed to a list of linked entities). In OData v2 a OneToOneLink can be used to filter and order a selection on an entity based on filters and orders on a linked entity.

    -

    Type of the entity to be linked to.

    -

    Type Parameters

    • EntityT extends EntityBase

      Type of the entity to be linked from

      +OneToOneLink | SAP Cloud SDK for JavaScript - v3.22.2

      Class OneToOneLink<EntityT, DeSerializersT, LinkedEntityApiT>

      Represents a link from one entity to one other linked entity (as opposed to a list of linked entities). In OData v2 a OneToOneLink can be used to filter and order a selection on an entity based on filters and orders on a linked entity.

      +

      Type of the entity to be linked to.

      +

      Type Parameters

      Hierarchy (view full)

      Constructors

      Properties

      _deSerializers _entity @@ -33,12 +33,12 @@
    • Create order statements for the OData request based on the linked entity. The given statements have descending priority.

      Parameters

      Returns OrderLink<EntityT, LinkedEntityApiT>

      Newly created order link.

      -
      Entity.requestBuilder()
      .getAll()
      .orderBy(Entity.TO_LINKED_ENTITY.orderBy(asc(LinkedEntity.PROPERTY1), desc(LinkedEntity.PROPERTY2))); +
      Entity.requestBuilder()
      .getAll()
      .orderBy(Entity.TO_LINKED_ENTITY.orderBy(asc(LinkedEntity.PROPERTY1), desc(LinkedEntity.PROPERTY2)));
      -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OperationParameter.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OperationParameter.html index c5a0281c65..4471b0478d 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OperationParameter.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OperationParameter.html @@ -1,4 +1,4 @@ -OperationParameter | SAP Cloud SDK for JavaScript - v3.22.1

    Internal representation of operation parameters. It adds metadata to the value.

    +OperationParameter | SAP Cloud SDK for JavaScript - v3.22.2

    Internal representation of operation parameters. It adds metadata to the value.

    Type Parameters

    • ValueT

      Type of the value.

    Constructors

    Properties

    edmType @@ -9,4 +9,4 @@
  • edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4

    Original EDM type.

  • value: ValueT

    Value to be used as parameter.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
  • Returns OperationParameter<ValueT>

    Properties

    originalName: string
    value: ValueT
    +

    Returns OperationParameter<ValueT>

    Properties

    originalName: string
    value: ValueT
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OperationRequestBuilderBase.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OperationRequestBuilderBase.html index 788b48ab07..23a42e0cc2 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OperationRequestBuilderBase.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OperationRequestBuilderBase.html @@ -1,4 +1,4 @@ -OperationRequestBuilderBase | SAP Cloud SDK for JavaScript - v3.22.1

    Class OperationRequestBuilderBase<DeSerializersT, ReturnT, RequestConfigT>Abstract

    Create OData request to execute an action or function.

    +OperationRequestBuilderBase | SAP Cloud SDK for JavaScript - v3.22.2

    Class OperationRequestBuilderBase<DeSerializersT, ReturnT, RequestConfigT>Abstract

    Create OData request to execute an action or function.

    Type Parameters

    • DeSerializersT extends DeSerializers

      Type of the (de-)serializers.

    • ReturnT

      Type of the function return value.

    • RequestConfigT extends ODataRequestConfig

      Type of the request config.

      @@ -65,4 +65,4 @@

      Parameters

      Returns Promise<string>

      Promise resolving to the URL for the request.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Order.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Order.html index 84e3f6d4bd..79e79f3eb4 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Order.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.Order.html @@ -1,4 +1,4 @@ -Order | SAP Cloud SDK for JavaScript - v3.22.1

    OData queries take this to determine the order of results.

    +Order | SAP Cloud SDK for JavaScript - v3.22.2

    OData queries take this to determine the order of results.

    Type Parameters

    Implements

    Constructors

    Properties

    _deSerializers _entity @@ -11,4 +11,4 @@

    Returns Order<EntityT>

    Properties

    _deSerializers: any

    Dummy property to also include the deserializer type in the structure of the entity type.

    _entity: EntityT

    Dummy property whose type makes structurally identical entities distinguishable in TypeScript.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    _entityConstructor: Constructable<EntityT>
    _fieldName: string
    orderType: OrderType
    +
    _entityConstructor: Constructable<EntityT>
    _fieldName: string
    orderType: OrderType
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OrderLink.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OrderLink.html index 166f32137c..3f23b52f0e 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OrderLink.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OrderLink.html @@ -1,6 +1,6 @@ -OrderLink | SAP Cloud SDK for JavaScript - v3.22.1

    Link to represent an order by on a linked entity.

    -

    Type of the entity to link to.

    -

    Type Parameters

    Properties

    entityType: EntityT
    linkedEntityType: EntityType<LinkedEntityApiT>
    +

    Returns OrderLink<EntityT, LinkedEntityApiT>

    Properties

    entityType: EntityT
    linkedEntityType: EntityType<LinkedEntityApiT>
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField.html index a6f7d1b240..9e7657b237 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField.html @@ -1,4 +1,4 @@ -OrderableEdmTypeField | SAP Cloud SDK for JavaScript - v3.22.1

    Class OrderableEdmTypeField<EntityT, DeSerializersT, EdmT, NullableT, SelectableT>

    EdmTypeField, that represents a property with an EDM type, that can be compared with greaterThan, greaterOrEqual, lessThan and lessOrEqual.

    +OrderableEdmTypeField | SAP Cloud SDK for JavaScript - v3.22.2

    Class OrderableEdmTypeField<EntityT, DeSerializersT, EdmT, NullableT, SelectableT>

    EdmTypeField, that represents a property with an EDM type, that can be compared with greaterThan, greaterOrEqual, lessThan and lessOrEqual.

    Type Parameters

    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.RequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.RequestBuilder.html index 4ade40bd35..5af4e807fa 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.RequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.RequestBuilder.html @@ -1,4 +1,4 @@ -RequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class RequestBuilder<EntityT, DeSerializersT>Abstract

    Represents a request builder for a given entity API.

    +RequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class RequestBuilder<EntityT, DeSerializersT>Abstract

    Represents a request builder for a given entity API.

    Type Parameters

    Implements

    Constructors

    Properties

    _deSerializers _entity @@ -6,4 +6,4 @@

    Constructors

    Properties

    _deSerializers: DeSerializersT

    Dummy property to also include the deserializer type in the structure of the entity type.

    _entity: EntityT

    Dummy property whose type makes structurally identical entities distinguishable in TypeScript.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.StringFilterFunction.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.StringFilterFunction.html index 9743336fd7..f3041c8682 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.StringFilterFunction.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.StringFilterFunction.html @@ -1,4 +1,4 @@ -StringFilterFunction | SAP Cloud SDK for JavaScript - v3.22.1

    Representation of a filter function, that returns a value of type string.

    +StringFilterFunction | SAP Cloud SDK for JavaScript - v3.22.2

    Representation of a filter function, that returns a value of type string.

    Type Parameters

    Hierarchy

    • OrderableFilterFunction<EntityT, string>
      • StringFilterFunction

    Constructors

    Properties

    edmType functionName @@ -31,4 +31,4 @@

    Parameters

    • value: string

      Value to be used in the filter.

    Returns Filter<EntityT, any, string>

    The resulting filter.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.UnaryFilter.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.UnaryFilter.html index c2de823b67..a85e9cb76e 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.UnaryFilter.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.UnaryFilter.html @@ -1,6 +1,6 @@ -UnaryFilter | SAP Cloud SDK for JavaScript - v3.22.1

    Class representing a unary filter which is a filter containing just a single argument e.g. not.

    +UnaryFilter | SAP Cloud SDK for JavaScript - v3.22.2

    Class representing a unary filter which is a filter containing just a single argument e.g. not.

    Type Parameters

    Constructors

    Properties

    operator singleOperand

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Constructors

    Properties

    operator: "not"
    +

    Constructors

    Properties

    operator
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.UpdateRequestBuilderBase.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.UpdateRequestBuilderBase.html index 1685ddb9f3..d972e10342 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.UpdateRequestBuilderBase.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_common.UpdateRequestBuilderBase.html @@ -1,4 +1,4 @@ -UpdateRequestBuilderBase | SAP Cloud SDK for JavaScript - v3.22.1

    Class UpdateRequestBuilderBase<EntityT, DeSerializersT>Abstract

    Abstract class to create OData query to update an entity containing methods shared for OData v2 and v4.

    +UpdateRequestBuilderBase | SAP Cloud SDK for JavaScript - v3.22.2

    Class UpdateRequestBuilderBase<EntityT, DeSerializersT>Abstract

    Abstract class to create OData query to update an entity containing methods shared for OData v2 and v4.

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    _deSerializers @@ -90,4 +90,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.CountRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.CountRequestBuilder.html index 87953bca19..b4702bec63 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.CountRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.CountRequestBuilder.html @@ -1,4 +1,4 @@ -CountRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class CountRequestBuilder<EntityT, DeSerializersT>

    Create an OData request to count entities based on the configuration of the request. +CountRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class CountRequestBuilder<EntityT, DeSerializersT>

    Create an OData request to count entities based on the configuration of the request. A CountRequestBuilder allows only for execution of the request. If you want to apply query parameters like filter, skip or top do it on the GetAllRequestBuilder the count is created from.

    Type Parameters

    • EntityT extends Entity

      Type of the entity to be requested.

      @@ -56,4 +56,4 @@

      Parameters

      Returns Promise<string>

      Promise resolving to the URL for the request.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder.html index 5f1d69589a..2da44d3cfe 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder.html @@ -1,4 +1,4 @@ -CreateRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class CreateRequestBuilder<EntityT, DeSerializersT>

    Create OData request to create an entity.

    +CreateRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class CreateRequestBuilder<EntityT, DeSerializersT>

    Create OData request to create an entity.

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    _deSerializers @@ -74,4 +74,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.CustomField.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.CustomField.html index 849697e659..15b61cc2b8 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.CustomField.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.CustomField.html @@ -1,4 +1,4 @@ -CustomField | SAP Cloud SDK for JavaScript - v3.22.1

    Class CustomField<EntityT, DeSerializersT, NullableT>

    If your entity contains fields not present in your service specification you can model them using custom fields. +CustomField | SAP Cloud SDK for JavaScript - v3.22.2

    Class CustomField<EntityT, DeSerializersT, NullableT>

    If your entity contains fields not present in your service specification you can model them using custom fields. Alternatively you can also generate a client based on a service specification containing all fields.

    Type Parameters

    Hierarchy (view full)

    Constructors

    Properties

    _entityConstructor @@ -24,4 +24,4 @@

    Constructors

    Properties

    _entityConstructor: Constructable<EntityT>
    _fieldName: string
    _fieldOptions: Required<FieldOptions<NullableT, false>>

    Methods

    • Path to the field to be used in filter and order by queries.

      Returns string

      Path to the field to be used in filter and order by queries.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder.html index 8c85b7691d..5008d2519f 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder.html @@ -1,4 +1,4 @@ -DeleteRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class DeleteRequestBuilder<EntityT, DeSerializersT>

    Create OData query to delete an entity.

    +DeleteRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class DeleteRequestBuilder<EntityT, DeSerializersT>

    Create OData query to delete an entity.

    Type Parameters

    Hierarchy (view full)

    Constructors

    Properties

    _deSerializers @@ -71,4 +71,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.Entity.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.Entity.html index 809bb586ea..2de515857c 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.Entity.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.Entity.html @@ -1,4 +1,4 @@ -Entity | SAP Cloud SDK for JavaScript - v3.22.1

    Super class for all representations of OData v2 entity types.

    +Entity | SAP Cloud SDK for JavaScript - v3.22.2

    Super class for all representations of OData v2 entity types.

    Hierarchy (view full)

    Constructors

    Properties

    _customFields _entityApi @@ -27,7 +27,7 @@

    Constructors

    Properties

    _customFields: Record<string, any>

    A mapper representing custom fields in an entity. Custom fields are represented by their field names and the corresponding values. A custom field can be added or updated using setCustomField method.

    -
    _entityApi: any
    _oDataVersion: "v2"
    _versionIdentifier: string

    The current ETag version of the entity in the remote system. +

    _entityApi: any
    _oDataVersion
    _versionIdentifier: string

    The current ETag version of the entity in the remote system. The ETag identified the version of the in the remote system. It will be automatically set in the "if-match" header of update requests and can be set as a custom header for delete requests. When no ETag is provided by the remote system the value of this variable defaults to "*".

    remoteState: {
        [keys: string]: any;
    }

    The remote state of the entity. @@ -77,4 +77,4 @@

    • Overwrites the default toJSON method so that all instance variables as well as all custom fields of the entity are returned.

      Returns {
          [key: string]: any;
      }

      An object containing all instance variables + custom fields.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
      • [key: string]: any
    +
    • [key: string]: any
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder.html index f85c829368..7506039597 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder.html @@ -1,4 +1,4 @@ -GetAllRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class GetAllRequestBuilder<EntityT, DeSerializersT>

    Represents an object that is related to an entity. +GetAllRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class GetAllRequestBuilder<EntityT, DeSerializersT>

    Represents an object that is related to an entity. Objects that have the same structure would be represented by the same type in TypeScript. This interface allows to identify equal structures as different structures if they are related to different entities.

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    constructor @@ -87,4 +87,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder.html index ce6b0565cb..b231a7cafb 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder.html @@ -1,4 +1,4 @@ -GetByKeyRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class GetByKeyRequestBuilder<EntityT, DeSerializersT>

    Create an OData request to get a single entity based on its key properties. +GetByKeyRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class GetByKeyRequestBuilder<EntityT, DeSerializersT>

    Create an OData request to get a single entity based on its key properties. The properties available in the response can be restricted by creating a selection, where no selection is equal to selecting all fields. Note that navigational properties are automatically expanded if they included in a select.

    Type Parameters

    • EntityT extends Entity

      Type of the entity to be requested.

      @@ -76,4 +76,4 @@

      Parameters

      Returns Promise<string>

      Promise resolving to the URL for the request.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder.html index d457b62c87..cc7c879227 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder.html @@ -1,4 +1,4 @@ -ODataBatchRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Create a batch request to invoke multiple requests as a batch. The batch request builder accepts retrieve requests, i.e. getAll and getByKey requests and change sets, which in turn can contain create, update or delete requests. +ODataBatchRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Create a batch request to invoke multiple requests as a batch. The batch request builder accepts retrieve requests, i.e. getAll and getByKey requests and change sets, which in turn can contain create, update or delete requests. The retrieve and change sets will be executed in order, while the order within a change set can vary.

    Type Parameters

    Hierarchy

    Constructors

    Properties

    defaultBasePath @@ -58,4 +58,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    • Parameters

      Returns this

    +
    • Parameters

      Returns this

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.ODataFunctionRequestConfig.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.ODataFunctionRequestConfig.html index 934b00eed2..b8fabab598 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.ODataFunctionRequestConfig.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.ODataFunctionRequestConfig.html @@ -1,4 +1,4 @@ -ODataFunctionRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Class ODataFunctionRequestConfig<DeSerializersT, ParametersT>

    Function request configuration for an entity type.

    +ODataFunctionRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Class ODataFunctionRequestConfig<DeSerializersT, ParametersT>

    Function request configuration for an entity type.

    Type Parameters

    • DeSerializersT extends DeSerializers

      Type of the deserializer use on the request

    • ParametersT

      Type of the parameter to setup a request with

    Hierarchy (view full)

    Constructors

    constructor @@ -37,4 +37,4 @@

    Returns void

    • Add custom request configuration to the request.

      Parameters

      • requestConfiguration: Record<string, any>

        Key-value pairs where the key is the name of a request configuration and the value is the respective value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

      Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    +

    Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.OperationRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.OperationRequestBuilder.html index 5483442fc8..647d2b3672 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.OperationRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.OperationRequestBuilder.html @@ -1,4 +1,4 @@ -OperationRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class OperationRequestBuilder<DeSerializersT, ParametersT, ReturnT>

    Create OData request to execute an operation. +OperationRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class OperationRequestBuilder<DeSerializersT, ParametersT, ReturnT>

    Create OData request to execute an operation. For v2, only function, but not action, is supported.

    Type Parameters

    • DeSerializersT extends DeSerializers
    • ParametersT

      Type of the function import parameters.

    • ReturnT

      Type of the function import return value.

      @@ -68,4 +68,4 @@

      Parameters

      Returns Promise<string>

      Promise resolving to the URL for the request.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder.html index 96bb1e8ae5..eda12fbd09 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder.html @@ -1,4 +1,4 @@ -UpdateRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class UpdateRequestBuilder<EntityT, DeSerializersT>

    Create OData query to update an entity.

    +UpdateRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class UpdateRequestBuilder<EntityT, DeSerializersT>

    Create OData query to update an entity.

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    _deSerializers @@ -94,4 +94,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ActionImportParameter.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ActionImportParameter.html index d0b7862b44..b280ed3c83 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ActionImportParameter.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ActionImportParameter.html @@ -1,5 +1,5 @@ -ActionImportParameter | SAP Cloud SDK for JavaScript - v3.22.1

    Since 3.3.0. Use OperationParameter instead.

    -

    Type Parameters

    • ValueT

    Constructors

    constructor +ActionImportParameter | SAP Cloud SDK for JavaScript - v3.22.2

    Since 3.3.0. Use OperationParameter instead.

    +

    Type Parameters

    • ValueT

    Constructors

    Properties

    edmType originalName value @@ -8,4 +8,4 @@
  • edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4

    Original EDM type.

  • value: ValueT

    Value to be used as parameter.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
  • Returns ActionImportParameter<ValueT>

    Properties

    originalName: string
    value: ValueT
    +

    Returns ActionImportParameter<ValueT>

    Properties

    originalName: string
    value: ValueT
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder.html index 49f5711d45..68cbf7bba5 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder.html @@ -1,5 +1,5 @@ -ActionImportRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class ActionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

    Since 3.3.0. Use OperationRequestBuilder instead.

    -

    Type Parameters

    Hierarchy (view full)

    Constructors

    constructor +ActionImportRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class ActionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

    Since 3.3.0. Use OperationRequestBuilder instead.

    +

    Type Parameters

    Hierarchy (view full)

    Constructors

    Properties

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.BoundActionImportRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.BoundActionImportRequestBuilder.html index 88d26e5d90..dcf7af4959 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.BoundActionImportRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.BoundActionImportRequestBuilder.html @@ -1,5 +1,5 @@ -BoundActionImportRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class BoundActionImportRequestBuilder<EntityT, DeSerializersT, ParametersT, ReturnT>

    Since 3.3.0. Use OperationRequestBuilder instead.

    -

    Type Parameters

    Hierarchy (view full)

    Constructors

    constructor +BoundActionImportRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class BoundActionImportRequestBuilder<EntityT, DeSerializersT, ParametersT, ReturnT>

    Since 3.3.0. Use OperationRequestBuilder instead.

    +

    Type Parameters

    Hierarchy (view full)

    Constructors

    Properties

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.BoundFunctionImportRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.BoundFunctionImportRequestBuilder.html index 2cf8c40a20..c4aa900bef 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.BoundFunctionImportRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.BoundFunctionImportRequestBuilder.html @@ -1,5 +1,5 @@ -BoundFunctionImportRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class BoundFunctionImportRequestBuilder<EntityT, DeSerializersT, ParametersT, ReturnT>

    Since 3.3.0. Use OperationRequestBuilder instead.

    -

    Type Parameters

    Hierarchy (view full)

    Constructors

    constructor +BoundFunctionImportRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class BoundFunctionImportRequestBuilder<EntityT, DeSerializersT, ParametersT, ReturnT>

    Since 3.3.0. Use OperationRequestBuilder instead.

    +

    Type Parameters

    Hierarchy (view full)

    Constructors

    Properties

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.BoundOperationRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.BoundOperationRequestBuilder.html index 6fa3b6e77a..7ae914dd22 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.BoundOperationRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.BoundOperationRequestBuilder.html @@ -1,4 +1,4 @@ -BoundOperationRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class BoundOperationRequestBuilder<EntityT, DeSerializersT, ParametersT, ReturnT>

    Create bound OData request to execute an operation.

    +BoundOperationRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class BoundOperationRequestBuilder<EntityT, DeSerializersT, ParametersT, ReturnT>

    Create bound OData request to execute an operation.

    Type Parameters

    • EntityT extends EntityBase
    • DeSerializersT extends DeSerializers
    • ParametersT

      Type of the operation parameters.

    • ReturnT

      Type of the operation return value.

    Hierarchy (view full)

    Constructors

    constructor @@ -60,4 +60,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.CountRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.CountRequestBuilder.html index 307027268a..7ce7dbe95d 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.CountRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.CountRequestBuilder.html @@ -1,4 +1,4 @@ -CountRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class CountRequestBuilder<EntityT, DeSerializersT>

    Create an OData request to count entities based on the configuration of the request. +CountRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class CountRequestBuilder<EntityT, DeSerializersT>

    Create an OData request to count entities based on the configuration of the request. A CountRequestBuilder allows only for execution of the request. If you want to apply query parameters like filter, skip or top do it on the GetAllRequestBuilder the count is created from.

    Type Parameters

    • EntityT extends Entity

      Type of the entity to be requested.

      @@ -56,4 +56,4 @@

      Parameters

      Returns Promise<string>

      Promise resolving to the URL for the request.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder.html index c912515ba9..0f6c300adc 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder.html @@ -1,4 +1,4 @@ -CreateRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class CreateRequestBuilder<EntityT, DeSerializersT>

    Create OData request to create an entity.

    +CreateRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class CreateRequestBuilder<EntityT, DeSerializersT>

    Create OData request to create an entity.

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    _deSerializers @@ -74,4 +74,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.CustomField.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.CustomField.html index d0699099a2..bdb6c69de0 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.CustomField.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.CustomField.html @@ -1,4 +1,4 @@ -CustomField | SAP Cloud SDK for JavaScript - v3.22.1

    Class CustomField<EntityT, DeSerializersT, NullableT>

    If your entity contains fields not present in your service specification you can model them using custom fields. +CustomField | SAP Cloud SDK for JavaScript - v3.22.2

    Class CustomField<EntityT, DeSerializersT, NullableT>

    If your entity contains fields not present in your service specification you can model them using custom fields. Alternatively you can also generate a client based on a service specification containing all fields.

    Type Parameters

    Hierarchy (view full)

    Constructors

    Properties

    _entityConstructor @@ -25,4 +25,4 @@

    Constructors

    Properties

    _entityConstructor: Constructable<EntityT>
    _fieldName: string
    _fieldOptions: Required<FieldOptions<NullableT, false>>
    fieldBuilder: FieldBuilder<Constructable<EntityT>, any>

    Methods

    • Path to the field to be used in filter and order by queries.

      Returns string

      Path to the field to be used in filter and order by queries.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.DateFilterFunction.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.DateFilterFunction.html index fc966350db..0ac9c8580d 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.DateFilterFunction.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.DateFilterFunction.html @@ -1,4 +1,4 @@ -DateFilterFunction | SAP Cloud SDK for JavaScript - v3.22.1

    Representation of a filter function, that returns a value of type date. This supports DateTimeOffset values.

    +DateFilterFunction | SAP Cloud SDK for JavaScript - v3.22.2

    Representation of a filter function, that returns a value of type date. This supports DateTimeOffset values.

    Type Parameters

    Hierarchy

    • OrderableFilterFunction<EntityT, moment.Moment>
      • DateFilterFunction

    Constructors

    Properties

    edmType functionName @@ -31,4 +31,4 @@

    Parameters

    • value: Moment

      Value to be used in the filter.

    Returns Filter<EntityT, any, Moment>

    The resulting filter.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder.html index a4883692a3..ab1ad5fa16 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder.html @@ -1,4 +1,4 @@ -DeleteRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class DeleteRequestBuilder<EntityT, DeSerializersT>

    Create OData query to delete an entity.

    +DeleteRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class DeleteRequestBuilder<EntityT, DeSerializersT>

    Create OData query to delete an entity.

    Type Parameters

    Hierarchy (view full)

    Constructors

    Properties

    _deSerializers @@ -71,4 +71,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.Entity.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.Entity.html index 34542d6ac8..4f48f5d621 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.Entity.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.Entity.html @@ -1,4 +1,4 @@ -Entity | SAP Cloud SDK for JavaScript - v3.22.1

    Super class for all representations of OData v4 entity types.

    +Entity | SAP Cloud SDK for JavaScript - v3.22.2

    Super class for all representations of OData v4 entity types.

    Hierarchy (view full)

    Constructors

    Properties

    _customFields _entityApi @@ -27,7 +27,7 @@

    Constructors

    Properties

    _customFields: Record<string, any>

    A mapper representing custom fields in an entity. Custom fields are represented by their field names and the corresponding values. A custom field can be added or updated using setCustomField method.

    -
    _entityApi: any
    _oDataVersion: "v4"
    _versionIdentifier: string

    The current ETag version of the entity in the remote system. +

    _entityApi: any
    _oDataVersion
    _versionIdentifier: string

    The current ETag version of the entity in the remote system. The ETag identified the version of the in the remote system. It will be automatically set in the "if-match" header of update requests and can be set as a custom header for delete requests. When no ETag is provided by the remote system the value of this variable defaults to "*".

    remoteState: {
        [keys: string]: any;
    }

    The remote state of the entity. @@ -77,4 +77,4 @@

    • Overwrites the default toJSON method so that all instance variables as well as all custom fields of the entity are returned.

      Returns {
          [key: string]: any;
      }

      An object containing all instance variables + custom fields.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
      • [key: string]: any
    +
    • [key: string]: any
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder.html index c8efbe020b..48cbd70d4e 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder.html @@ -1,5 +1,5 @@ -FunctionImportRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

    Since 3.3.0. Use OperationRequestBuilder instead.

    -

    Type Parameters

    Hierarchy (view full)

    Constructors

    constructor +FunctionImportRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

    Since 3.3.0. Use OperationRequestBuilder instead.

    +

    Type Parameters

    Hierarchy (view full)

    Constructors

    Properties

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder.html index 57f4565b31..4eb5f8860e 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder.html @@ -1,4 +1,4 @@ -GetAllRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class GetAllRequestBuilder<EntityT, DeSerializersT>

    Represents an object that is related to an entity. +GetAllRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class GetAllRequestBuilder<EntityT, DeSerializersT>

    Represents an object that is related to an entity. Objects that have the same structure would be represented by the same type in TypeScript. This interface allows to identify equal structures as different structures if they are related to different entities.

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    constructor @@ -88,4 +88,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder.html index fb98c2bc46..5c229c88d5 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder.html @@ -1,4 +1,4 @@ -GetByKeyRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class GetByKeyRequestBuilder<EntityT, DeSerializersT>

    Create an OData request to get a single entity based on its key properties. +GetByKeyRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class GetByKeyRequestBuilder<EntityT, DeSerializersT>

    Create an OData request to get a single entity based on its key properties. The properties available in the response can be restricted by creating a selection, where no selection is equal to selecting all fields of the entity. Navigational properties need to be expanded explicitly by GetAllRequestBuilder.expand. Where no selection is equal to selecting all fields.

    @@ -78,4 +78,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataActionRequestConfig.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataActionRequestConfig.html index 775211f550..7a091111e0 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataActionRequestConfig.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataActionRequestConfig.html @@ -1,4 +1,4 @@ -ODataActionRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Class ODataActionRequestConfig<DeSerializersT, ParametersT>

    Action request configuration for an entity type.

    +ODataActionRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Class ODataActionRequestConfig<DeSerializersT, ParametersT>

    Action request configuration for an entity type.

    Type Parameters

    • DeSerializersT extends DeSerializers

      Type of the deserializer use on the request

    • ParametersT

      Type of the parameter to setup a request with

    Hierarchy (view full)

    Constructors

    constructor @@ -36,4 +36,4 @@

    Returns void

    • Add custom request configuration to the request.

      Parameters

      • requestConfiguration: Record<string, any>

        Key-value pairs where the key is the name of a request configuration and the value is the respective value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

      Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    +

    Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Parameters

      • params: Record<string, any>

      Returns Record<string, any>

    • Internal

      Returns Record<string, any>

    • Internal

      Returns string

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder.html index 261f915f95..b8a78bef39 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder.html @@ -1,4 +1,4 @@ -ODataBatchRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Create a batch request to invoke multiple requests as a batch. The batch request builder accepts retrieve requests, i.e. getAll and getByKey requests and change sets, which in turn can contain create, update or delete requests. +ODataBatchRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Create a batch request to invoke multiple requests as a batch. The batch request builder accepts retrieve requests, i.e. getAll and getByKey requests and change sets, which in turn can contain create, update or delete requests. The retrieve and change sets will be executed in order, while the order within a change set can vary.

    Type Parameters

    Hierarchy

    Constructors

    Properties

    defaultBasePath @@ -58,4 +58,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    • Parameters

      Returns this

    +
    • Parameters

      Returns this

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBoundActionImportRequestConfig.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBoundActionImportRequestConfig.html index f5b51e83d5..d4ed107eb2 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBoundActionImportRequestConfig.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBoundActionImportRequestConfig.html @@ -1,5 +1,5 @@ -ODataBoundActionImportRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Class ODataBoundActionImportRequestConfig<EntityT, DeSerializersT, ParametersT>

    Since 3.3.0. Use ODataBoundActionRequestConfig instead.

    -

    Type Parameters

    Hierarchy (view full)

    Constructors

    constructor +ODataBoundActionImportRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Class ODataBoundActionImportRequestConfig<EntityT, DeSerializersT, ParametersT>

    Since 3.3.0. Use ODataBoundActionRequestConfig instead.

    +

    Type Parameters

    Hierarchy (view full)

    Constructors

    Properties

    actionName: string
    basePath: string
    defaultBasePath: string
    defaultHeaders: Record<string, any>
    keys: Record<string, any>

    Map containing the key name and value.

    +

    Constructors

    Properties

    actionName: string
    basePath: string
    defaultBasePath: string
    defaultHeaders: Record<string, any>
    keys: Record<string, any>

    Map containing the key name and value.

    parameterEncoder: ParameterEncoder
    payload: string | Record<string, any>

    Accessors

    • get appendedPaths(): string[]
    • Returns string[]

    • get customHeaders(): Record<string, string>
    • Returns Record<string, string>

    • set customHeaders(headers): void
    • Parameters

      • headers: Record<string, string>

      Returns void

    • get customQueryParameters(): Record<string, string>
    • Returns Record<string, string>

    • set customQueryParameters(queryParameters): void
    • Parameters

      • queryParameters: Record<string, string>

      Returns void

    • get customRequestConfiguration(): Record<string, string>
    • Returns Record<string, string>

    • set customRequestConfiguration(requestConfiguration): void
    • Parameters

      Returns void

    • get fetchCsrfToken(): boolean
    • Returns boolean

    • set fetchCsrfToken(fetchCsrfToken): void
    • Parameters

      • fetchCsrfToken: boolean

      Returns void

    • get middlewares(): HttpMiddleware[]
    • Returns HttpMiddleware[]

    • set middlewares(middlewares): void
    • Parameters

      Returns void

    Methods

    • Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

      Parameters

      • headers: Record<string, string>

        Key-value pairs where the key is the name of a header property and the value is the respective value.

      Returns void

    • Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

      @@ -33,4 +33,4 @@

    Returns void

    • Add custom request configuration to the request.

      Parameters

      • requestConfiguration: Record<string, any>

        Key-value pairs where the key is the name of a request configuration and the value is the respective value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

      Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    +

    Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBoundActionRequestConfig.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBoundActionRequestConfig.html index 5ab2051278..10a682baa3 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBoundActionRequestConfig.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBoundActionRequestConfig.html @@ -1,4 +1,4 @@ -ODataBoundActionRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Class ODataBoundActionRequestConfig<EntityT, DeSerializersT, ParametersT>

    Action request configuration for an entity type.

    +ODataBoundActionRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Class ODataBoundActionRequestConfig<EntityT, DeSerializersT, ParametersT>

    Action request configuration for an entity type.

    Type Parameters

    • EntityT extends EntityBase
    • DeSerializersT extends DeSerializers

      Type of the deserializer use on the request

    • ParametersT

      Type of the parameter to setup a request with

    Hierarchy (view full)

    Implements

    Constructors

    constructor @@ -34,4 +34,4 @@

    Returns void

    • Add custom request configuration to the request.

      Parameters

      • requestConfiguration: Record<string, any>

        Key-value pairs where the key is the name of a request configuration and the value is the respective value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

      Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Internal

      Returns Record<string, any>

    +

    Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Internal

      Returns Record<string, any>

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBoundFunctionRequestConfig.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBoundFunctionRequestConfig.html index 991b2d7714..788291c1b9 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBoundFunctionRequestConfig.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataBoundFunctionRequestConfig.html @@ -1,4 +1,4 @@ -ODataBoundFunctionRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Class ODataBoundFunctionRequestConfig<EntityT, DeSerializersT, ParametersT>

    Function request configuration for an entity type.

    +ODataBoundFunctionRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Class ODataBoundFunctionRequestConfig<EntityT, DeSerializersT, ParametersT>

    Function request configuration for an entity type.

    Type Parameters

    • EntityT extends EntityBase
    • DeSerializersT extends DeSerializers

      Type of the deserializer use on the request

    • ParametersT

      Type of the parameter to setup a request with

    Hierarchy (view full)

    Implements

    Constructors

    constructor @@ -34,4 +34,4 @@

    Returns void

    • Add custom request configuration to the request.

      Parameters

      • requestConfiguration: Record<string, any>

        Key-value pairs where the key is the name of a request configuration and the value is the respective value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

      Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Internal

      Returns Record<string, any>

    +

    Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    • Internal

      Returns Record<string, any>

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataFunctionRequestConfig.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataFunctionRequestConfig.html index d500690c28..748c977634 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataFunctionRequestConfig.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.ODataFunctionRequestConfig.html @@ -1,4 +1,4 @@ -ODataFunctionRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Class ODataFunctionRequestConfig<DeSerializersT, ParametersT>

    Function request configuration for an entity type.

    +ODataFunctionRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Class ODataFunctionRequestConfig<DeSerializersT, ParametersT>

    Function request configuration for an entity type.

    Type Parameters

    • DeSerializersT extends DeSerializers

      Type of the deserializer use on the request

    • ParametersT

      Type of the parameter to setup a request with

    Hierarchy (view full)

    Constructors

    constructor @@ -37,4 +37,4 @@

    Returns void

    • Add custom request configuration to the request.

      Parameters

      • requestConfiguration: Record<string, any>

        Key-value pairs where the key is the name of a request configuration and the value is the respective value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

      Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    +

    Returns void

    • Parameters

      • Rest...path: string[]

      Returns void

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.OperationRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.OperationRequestBuilder.html index 0eb00f659a..8f915bcb2c 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.OperationRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.OperationRequestBuilder.html @@ -1,4 +1,4 @@ -OperationRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class OperationRequestBuilder<DeSerializersT, ParametersT, ReturnT>

    Create OData request to execute an operation.

    +OperationRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class OperationRequestBuilder<DeSerializersT, ParametersT, ReturnT>

    Create OData request to execute an operation.

    Type Parameters

    • DeSerializersT extends DeSerializers
    • ParametersT

      Type of the operation parameters.

    • ReturnT

      Type of the operation return value.

    Hierarchy (view full)

    Constructors

    constructor @@ -67,4 +67,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder.html index e1f446240f..5fbe3c44f1 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder.html @@ -1,4 +1,4 @@ -UpdateRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Class UpdateRequestBuilder<EntityT, DeSerializersT>

    Create OData query to update an entity.

    +UpdateRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Class UpdateRequestBuilder<EntityT, DeSerializersT>

    Create OData query to update an entity.

    Type Parameters

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    _deSerializers @@ -94,4 +94,4 @@

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder.html index 43e98309ae..e5b8feed8f 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder.html @@ -1,4 +1,4 @@ -OpenApiRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1

    Request builder for OpenAPI requests.

    +OpenApiRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2

    Request builder for OpenAPI requests.

    Type Parameters

    • ResponseT = any

      Type of the response for the request.

    Constructors

    Properties

    method @@ -35,4 +35,4 @@
    • Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

      Returns this

      The request builder itself, to facilitate method chaining.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_util.ErrorWithCause.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_util.ErrorWithCause.html index bd6a559ce8..6ee9292a57 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_util.ErrorWithCause.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_util.ErrorWithCause.html @@ -1,4 +1,4 @@ -ErrorWithCause | SAP Cloud SDK for JavaScript - v3.22.1

    Represents an error that was caused by another error.

    +ErrorWithCause | SAP Cloud SDK for JavaScript - v3.22.2

    Represents an error that was caused by another error.

    Hierarchy

    • Error
      • ErrorWithCause

    Constructors

    Properties

    cause message @@ -12,11 +12,11 @@

    Parameters

    • message: string

      Error message.

    • cause: Error

      Original error, causing this error.

    Returns ErrorWithCause

    Properties

    cause: Error
    message: string
    name: string
    stack?: string
    prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

    Optional override for formatting stack traces

    -
    stackTraceLimit: number

    Accessors

    stackTraceLimit: number

    Accessors

    • get rootCause(): Error
    • Root cause of the error. If there are multiple errors caused one by another, the root cause is the first error that occurred. In case there is no root cause.

      Returns Error

      The root cause.

    Methods

    • Create .stack property on a target object

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void

    +

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void

    diff --git a/knowledge-base/api-reference/classes/sap_cloud_sdk_util.UniqueNameGenerator.html b/knowledge-base/api-reference/classes/sap_cloud_sdk_util.UniqueNameGenerator.html index fc2c8a1ff3..c35579c285 100644 --- a/knowledge-base/api-reference/classes/sap_cloud_sdk_util.UniqueNameGenerator.html +++ b/knowledge-base/api-reference/classes/sap_cloud_sdk_util.UniqueNameGenerator.html @@ -1,4 +1,4 @@ -UniqueNameGenerator | SAP Cloud SDK for JavaScript - v3.22.1

    Holds state on already used names and provides new names if there are naming conflicts.

    +UniqueNameGenerator | SAP Cloud SDK for JavaScript - v3.22.2

    Holds state on already used names and provides new names if there are naming conflicts.

    Constructors

    Methods

  • suffixes: string[]

    Additional name of suffixes to be considered for the finding process, as well as the output.

  • OptionalcaseSensitive: boolean

    Whether to check the already used names in a case sensitive manner.

  • Returns string[]

    A list of unique names. The length of this array is one plus the number of suffixes provided. The first entry corresponds to the given name.

    -
    if `MyName` and `MyName_1MySuffix` is already taken, `[MyName_2, MyName_2MySuffix]` will be generated by default.
    +
    if `MyName` and `MyName_1MySuffix` is already taken, `[MyName_2, MyName_2MySuffix]` will be generated by default.
     
    -
    • Generate a unique name by appending an index separated by the indexSeparator if necessary, e.g. if MyName is already taken MyName_1 will be found by default. +

    • Generate a unique name by appending an index separated by the indexSeparator if necessary, e.g. if MyName is already taken MyName_1 will be found by default. If the name is already unique nothing is appended.

      Parameters

      • name: string

        The name to get a unique name from.

      • OptionalcaseSensitive: boolean

        Whether to check the already used names in a case sensitive manner.

        @@ -43,8 +43,8 @@
      • suffixes: string[]

        Additional name of suffixes to be considered for the finding process, as well as the output.

      • OptionalcaseSensitive: boolean

        Whether to check the already used names in a case sensitive manner.

      Returns string[]

      A list of unique names. The length of this array is one plus the number of suffixes provided. The first entry corresponds to the given name.

      -
      if `MyName` and `MyName_1MySuffix` is already taken, `[MyName_2, MyName_2MySuffix]` will be generated by default.
      +
      if `MyName` and `MyName_1MySuffix` is already taken, `[MyName_2, MyName_2MySuffix]` will be generated by default.
       

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.alwaysProvider.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.alwaysProvider.html index 10976ebc3e..a870a1cf49 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.alwaysProvider.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.alwaysProvider.html @@ -1,6 +1,6 @@ -alwaysProvider | SAP Cloud SDK for JavaScript - v3.22.1
    • Constraints the selection to provider destinations.

      +alwaysProvider | SAP Cloud SDK for JavaScript - v3.22.2
      • Constraints the selection to provider destinations.

        Parameters

        • allDestinations: AllDestinations

          Retrieved destinations.

        • destinationName: string

          Name of the destination to retrieve.

        Returns Destination | null

        The destination to retrieve, returns null, if no matched provider destination is found.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.alwaysSubscriber.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.alwaysSubscriber.html index c5f11d7bb9..4e009b50e1 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.alwaysSubscriber.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.alwaysSubscriber.html @@ -1,6 +1,6 @@ -alwaysSubscriber | SAP Cloud SDK for JavaScript - v3.22.1
    • Constraints the selection to subscriber destinations.

      +alwaysSubscriber | SAP Cloud SDK for JavaScript - v3.22.2
      • Constraints the selection to subscriber destinations.

        Parameters

        • allDestinations: AllDestinations

          Retrieved destinations.

        • destinationName: string

          Name of the destination to retrieve.

        Returns Destination | null

        The destination to retrieve, returns null, if no matched subscriber destination is found.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.assertHttpDestination.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.assertHttpDestination.html index ec0aa20310..3eafa27f95 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.assertHttpDestination.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.assertHttpDestination.html @@ -1,5 +1,5 @@ -assertHttpDestination | SAP Cloud SDK for JavaScript - v3.22.1
    • Assertion that the Destination is a HttpDestination. +assertHttpDestination | SAP Cloud SDK for JavaScript - v3.22.2

      • Assertion that the Destination is a HttpDestination. This method comes in handy when you retrieved a destination from the destination service and need to check if it is a HttpDestination.

        Parameters

        • destination: Destination | HttpDestination

          Destination or HttpDestination.

          Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

          -

        Returns asserts destination is HttpDestination

      +

    Returns asserts destination is HttpDestination

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.buildHeadersForDestination.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.buildHeadersForDestination.html index 25dabd9ea5..9d858f3fd5 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.buildHeadersForDestination.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.buildHeadersForDestination.html @@ -1,5 +1,5 @@ -buildHeadersForDestination | SAP Cloud SDK for JavaScript - v3.22.1
    • Build a request header object, that contains authentication headers and SAP specific headers like 'sap-client', from a given destination.

      +buildHeadersForDestination | SAP Cloud SDK for JavaScript - v3.22.2
      • Build a request header object, that contains authentication headers and SAP specific headers like 'sap-client', from a given destination.

        Parameters

        • destination: Destination

          The given destination that contains e.g., authentication and SAP client information.

        Returns Promise<Record<string, string>>

        A request header object, built from the given destination.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.decodeJwt.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.decodeJwt.html index ed62a0aa93..979070a4a7 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.decodeJwt.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.decodeJwt.html @@ -1,5 +1,5 @@ -decodeJwt | SAP Cloud SDK for JavaScript - v3.22.1
    • Decode JWT.

      +decodeJwt | SAP Cloud SDK for JavaScript - v3.22.2
      • Decode JWT.

        Parameters

        Returns JwtPayload

        Decoded payload.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.destinationForServiceBinding.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.destinationForServiceBinding.html index 2934490545..515ba4faca 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.destinationForServiceBinding.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.destinationForServiceBinding.html @@ -1,9 +1,9 @@ -destinationForServiceBinding | SAP Cloud SDK for JavaScript - v3.22.1
    • Tries to build a destination from a service binding with the given name. +destinationForServiceBinding | SAP Cloud SDK for JavaScript - v3.22.2

      • Tries to build a destination from a service binding with the given name. Throws an error if no services are bound at all, no service with the given name can be found, or the service type is not supported. The last error can be circumvent by using the second parameter to provide a custom function that transforms a service binding to a destination.

        Parameters

        Returns Promise<Destination>

        A destination.

        -

        Since v3.4.0. Use getDestinationFromServiceBinding instead.

        +

        Since v3.4.0. Use getDestinationFromServiceBinding instead.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getAgentConfig.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getAgentConfig.html index ce5ca4d345..c963aa7b71 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getAgentConfig.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getAgentConfig.html @@ -1,8 +1,8 @@ -getAgentConfig | SAP Cloud SDK for JavaScript - v3.22.1
    • Returns the http or https-agent config depending on the destination URL. +getAgentConfig | SAP Cloud SDK for JavaScript - v3.22.2

      • Returns the http or https-agent config depending on the destination URL. If the destination contains a proxy configuration, the agent will be a proxy-agent. If not it will be the default http-agent coming from node.

        Parameters

        • destination: HttpDestination

          Determining which kind of configuration is returned.

        Returns HttpAgentConfig | HttpsAgentConfig

        The HTTP or HTTPS agent configuration.

        -

        Temporarily replaced by getAgentConfigAsync, will change its default behavior to be asynchronous in next major release.

        +

        Temporarily replaced by getAgentConfigAsync, will change its default behavior to be asynchronous in next major release.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getAgentConfigAsync.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getAgentConfigAsync.html index 6e9a5684fc..5da12fba11 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getAgentConfigAsync.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getAgentConfigAsync.html @@ -1,8 +1,8 @@ -getAgentConfigAsync | SAP Cloud SDK for JavaScript - v3.22.1
    • Will be renamed to getAgentConfig in the next major release. +getAgentConfigAsync | SAP Cloud SDK for JavaScript - v3.22.2

      • Will be renamed to getAgentConfig in the next major release. Returns a promise of the http or https-agent config depending on the destination URL. If the destination contains a proxy configuration, the agent will be a proxy-agent. If not it will be the default http-agent coming from node.

        Parameters

        • destination: HttpDestination

          Determining which kind of configuration is returned.

        Returns Promise<HttpAgentConfig | HttpsAgentConfig>

        A promise of the HTTP or HTTPS agent configuration.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getAllDestinationsFromDestinationService.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getAllDestinationsFromDestinationService.html index 19c93bddb2..654ce3f0e4 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getAllDestinationsFromDestinationService.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getAllDestinationsFromDestinationService.html @@ -1,6 +1,6 @@ -getAllDestinationsFromDestinationService | SAP Cloud SDK for JavaScript - v3.22.1
    • Fetches all destinations from the destination service which match the token. +getAllDestinationsFromDestinationService | SAP Cloud SDK for JavaScript - v3.22.2

      • Fetches all destinations from the destination service which match the token. With a subscriber token it fetches all subscriber destinations, otherwise all provider destinations.

        Parameters

        Returns Promise<DestinationWithoutToken[]>

        A promise of an array of all destinations without authTokens from the destination service, on success.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getClientCredentialsToken.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getClientCredentialsToken.html index ef4ddf6714..4d39995c6a 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getClientCredentialsToken.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getClientCredentialsToken.html @@ -1,6 +1,6 @@ -getClientCredentialsToken | SAP Cloud SDK for JavaScript - v3.22.1
    • Make a client credentials request against the XSUAA service.

      +getClientCredentialsToken | SAP Cloud SDK for JavaScript - v3.22.2
      • Make a client credentials request against the XSUAA service.

        Parameters

        • service: string | Service

          Service as it is defined in the environment variable.

        • Optionaljwt: string | JwtPayload

          User JWT or object containing the iss property.

        Returns Promise<ClientCredentialsResponse>

        Client credentials token.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getDestination.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getDestination.html index 33d4478068..e7267caa7a 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getDestination.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getDestination.html @@ -1,4 +1,4 @@ -getDestination | SAP Cloud SDK for JavaScript - v3.22.1
    • Builds a destination from one of three sources (in the given order):

      +getDestination | SAP Cloud SDK for JavaScript - v3.22.2
      • Builds a destination from one of three sources (in the given order):

        • from the environment variable "destinations".
        • from service bindings.
        • @@ -9,4 +9,4 @@

        Parameters

        Returns Promise<Destination | null>

        A promise returning the requested destination on success.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getDestinationFromDestinationService.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getDestinationFromDestinationService.html index e78827793e..a26dcee951 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getDestinationFromDestinationService.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getDestinationFromDestinationService.html @@ -1,8 +1,8 @@ -getDestinationFromDestinationService | SAP Cloud SDK for JavaScript - v3.22.1
    • Retrieves a destination with the given name from the Cloud Foundry destination service. +getDestinationFromDestinationService | SAP Cloud SDK for JavaScript - v3.22.2

      • Retrieves a destination with the given name from the Cloud Foundry destination service. Returns null, if no destination can be found. Requires the following service bindings: destination, XSUAA By default, selects subscriber over provider and instance over subaccount destinations.

        Parameters

        Returns Promise<Destination | null>

        A promise returning the requested destination on success.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getDestinationFromServiceBinding.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getDestinationFromServiceBinding.html index 76277ebbe2..1d3a31aeed 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getDestinationFromServiceBinding.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getDestinationFromServiceBinding.html @@ -1,7 +1,7 @@ -getDestinationFromServiceBinding | SAP Cloud SDK for JavaScript - v3.22.1
    • Tries to build a destination from a service binding with the given name. +getDestinationFromServiceBinding | SAP Cloud SDK for JavaScript - v3.22.2

      • Tries to build a destination from a service binding with the given name. Throws an error if no services are bound at all, no service with the given name can be found, or the service type is not supported. The last error can be circumvent by using the second parameter to provide a custom function that transforms a service binding to a destination.

        Parameters

        Returns Promise<Destination>

        A destination.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getServiceBinding.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getServiceBinding.html index c806ccfad3..272b01c12d 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getServiceBinding.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getServiceBinding.html @@ -1,6 +1,6 @@ -getServiceBinding | SAP Cloud SDK for JavaScript - v3.22.1
    • Returns the first found instance for the given service type. +getServiceBinding | SAP Cloud SDK for JavaScript - v3.22.2

      • Returns the first found instance for the given service type. Internally uses xsenv library to read configurations from VCAP_SERVICES.

        Parameters

        • service: string

          The service type.

        Returns Service | undefined

        The first found service.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getTenantId.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getTenantId.html index 6e59f4c210..1b7a14b123 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getTenantId.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getTenantId.html @@ -1,5 +1,5 @@ -getTenantId | SAP Cloud SDK for JavaScript - v3.22.1
    • Get the tenant ID of a decoded JWT, based on its zid or if not available app_tid property.

      +getTenantId | SAP Cloud SDK for JavaScript - v3.22.2
      • Get the tenant ID of a decoded JWT, based on its zid or if not available app_tid property.

        Parameters

        • jwt: undefined | string | JwtPayload

          Token to read the tenant ID from.

        Returns string | undefined

        The tenant ID, if available.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getUserToken.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getUserToken.html index 1c6f95c588..8eab48f34d 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getUserToken.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.getUserToken.html @@ -1,6 +1,6 @@ -getUserToken | SAP Cloud SDK for JavaScript - v3.22.1
    • Make a user token request against the XSUAA service.

      +getUserToken | SAP Cloud SDK for JavaScript - v3.22.2
      • Make a user token request against the XSUAA service.

        Parameters

        • service: Service

          Service as it is defined in the environment variable.

        • userJwt: string

          User JWT.

        Returns Promise<string>

        User token.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.isHttpDestination.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.isHttpDestination.html index f960be737d..01123ab856 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.isHttpDestination.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.isHttpDestination.html @@ -1,5 +1,5 @@ -isHttpDestination | SAP Cloud SDK for JavaScript - v3.22.1
    • Type guard to find if object is a Destination.

      +isHttpDestination | SAP Cloud SDK for JavaScript - v3.22.2
      • Type guard to find if object is a Destination.

        Parameters

        Returns destination is HttpDestination

        Boolean.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.jwtBearerToken.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.jwtBearerToken.html index 0e7a059eb0..5214d4941a 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.jwtBearerToken.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.jwtBearerToken.html @@ -1,8 +1,8 @@ -jwtBearerToken | SAP Cloud SDK for JavaScript - v3.22.1
    • Returns a JWT bearer token that can be used to call the given service. +jwtBearerToken | SAP Cloud SDK for JavaScript - v3.22.2

      • Returns a JWT bearer token that can be used to call the given service. The token is fetched via a JWT bearer token grant using the user token + client credentials.

        Throws an error if there is no instance of the given service type or the XSUAA service, or if the request to the XSUAA service fails.

        Parameters

        • jwt: string

          The JWT of the user for whom the access token should be fetched.

        • service: string | Service

          The type of the service or an instance of Service.

        Returns Promise<string>

        A JWT bearer token.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.parseDestination.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.parseDestination.html index dce04eab04..91d1a2f148 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.parseDestination.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.parseDestination.html @@ -1,7 +1,7 @@ -parseDestination | SAP Cloud SDK for JavaScript - v3.22.1
    • Takes a JSON object returned by any of the calls to the destination service and returns an SDK compatible destination object. +parseDestination | SAP Cloud SDK for JavaScript - v3.22.2

      • Takes a JSON object returned by any of the calls to the destination service and returns an SDK compatible destination object. This function only accepts destination configurations of type 'HTTP' and will error if no 'URL' is given. TODO: deprecated: Remove from public api in version 4. (Check if related types can also be removed from public api).

        Parameters

        Returns Destination

        An SDK compatible destination object.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.parseProxyEnv.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.parseProxyEnv.html index a9dcdf82fc..d290942221 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.parseProxyEnv.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.parseProxyEnv.html @@ -1,7 +1,7 @@ -parseProxyEnv | SAP Cloud SDK for JavaScript - v3.22.1
    • Parses the environment variable for the web proxy and extracts the values considering defaults like http for the protocol and 80 or 443 for the port. +parseProxyEnv | SAP Cloud SDK for JavaScript - v3.22.2

      • Parses the environment variable for the web proxy and extracts the values considering defaults like http for the protocol and 80 or 443 for the port. The general pattern to be parsed is protocol://user:password@host:port, where everything besides the host is optional. Special characters in the user and password need to be percent encoded.

        Parameters

        • proxyEnvValue: string

          Environment variable which is parsed.

        Returns ProxyConfiguration | undefined

        Configuration with default values or undefined if the parsing failed.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.registerDestination.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.registerDestination.html index 89daa426a2..df56f9e00d 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.registerDestination.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.registerDestination.html @@ -1,7 +1,7 @@ -registerDestination | SAP Cloud SDK for JavaScript - v3.22.1
    • Registers a destination in a cache for later usage.

      +registerDestination | SAP Cloud SDK for JavaScript - v3.22.2
      • Registers a destination in a cache for later usage.

        If a destination with the same key is already in the cache, it is replaced. The key is built using the getDestinationCacheKey method.

        Parameters

        • destination: DestinationWithName

          A destination to add to the destinations cache.

        • Optionaloptions: RegisterDestinationOptions

          Options how to cache the destination.

          Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

          -

        Returns Promise<void>

      +

    Returns Promise<void>

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.retrieveJwt.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.retrieveJwt.html index 90e6427d52..5327b170fc 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.retrieveJwt.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.retrieveJwt.html @@ -1,5 +1,5 @@ -retrieveJwt | SAP Cloud SDK for JavaScript - v3.22.1
    • Retrieve JWT from a request that is based on the node IncomingMessage. Fails if no authorization header is given or has the wrong format. Expected format is 'Bearer '.

      +retrieveJwt | SAP Cloud SDK for JavaScript - v3.22.2
      • Retrieve JWT from a request that is based on the node IncomingMessage. Fails if no authorization header is given or has the wrong format. Expected format is 'Bearer '.

        Parameters

        • req: IncomingMessage

          Request to retrieve the JWT from.

        Returns string | undefined

        JWT found in header.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.sanitizeDestination.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.sanitizeDestination.html index 05b8a0f555..79ab6ff77b 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.sanitizeDestination.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.sanitizeDestination.html @@ -1,5 +1,5 @@ -sanitizeDestination | SAP Cloud SDK for JavaScript - v3.22.1
    • Takes an existing or a parsed destination and returns an SDK compatible destination object.

      +sanitizeDestination | SAP Cloud SDK for JavaScript - v3.22.2
      • Takes an existing or a parsed destination and returns an SDK compatible destination object.

        Parameters

        • destination: Record<string, any>

          An object that adheres to the Destination interface.

        Returns Destination

        An SDK compatible destination object.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.serviceToken.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.serviceToken.html index e39d674d48..1cb20404a9 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.serviceToken.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.serviceToken.html @@ -1,4 +1,4 @@ -serviceToken | SAP Cloud SDK for JavaScript - v3.22.1
    • Returns an access token that can be used to call the given service. The token is fetched via a client credentials grant with the credentials of the given service. +serviceToken | SAP Cloud SDK for JavaScript - v3.22.2

      • Returns an access token that can be used to call the given service. The token is fetched via a client credentials grant with the credentials of the given service. If multiple instances of the provided service exist, the first instance will be selected. When a JWT is passed, the tenant of the JWT will be used when performing the grant. When no JWT is passed, the grant will be performed using the provider tenant.

        @@ -7,4 +7,4 @@
      • Optionaloptions: CachingOptions & {
            jwt?: string | JwtPayload;
            xsuaaCredentials?: XsuaaServiceCredentials;
        }

        Options to influence caching behavior (see CachingOptions) and a JWT. By default, caching and usage of a circuit breaker are enabled.

      Returns Promise<string>

      Access token.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.setDestinationCache.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.setDestinationCache.html index 698b9e5ee1..b22e42e274 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.setDestinationCache.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.setDestinationCache.html @@ -1,6 +1,6 @@ -setDestinationCache | SAP Cloud SDK for JavaScript - v3.22.1

    Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.subscriberFirst.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.subscriberFirst.html index d10d44afbc..260b762e95 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.subscriberFirst.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.subscriberFirst.html @@ -1,6 +1,6 @@ -subscriberFirst | SAP Cloud SDK for JavaScript - v3.22.1
    • Prioritizes the selection of subscriber destinations.

      +subscriberFirst | SAP Cloud SDK for JavaScript - v3.22.2
      • Prioritizes the selection of subscriber destinations.

        Parameters

        • allDestinations: AllDestinations

          Retrieved destinations.

        • destinationName: string

          Name of the destination to retrieve.

        Returns Destination | null

        The destination to retrieve, returns null if no matched destination is found.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.toDestinationNameUrl.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.toDestinationNameUrl.html index 872dc5fecb..feaba0d06b 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.toDestinationNameUrl.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.toDestinationNameUrl.html @@ -1,5 +1,5 @@ -toDestinationNameUrl | SAP Cloud SDK for JavaScript - v3.22.1
    • Transform destination to string containing destination information.

      +toDestinationNameUrl | SAP Cloud SDK for JavaScript - v3.22.2
      • Transform destination to string containing destination information.

        Parameters

        Returns string

        String containing information on the destination.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.transformServiceBindingToDestination.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.transformServiceBindingToDestination.html index 8b39c45444..f62949f81c 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.transformServiceBindingToDestination.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.transformServiceBindingToDestination.html @@ -1,4 +1,4 @@ -transformServiceBindingToDestination | SAP Cloud SDK for JavaScript - v3.22.1
    • Convenience function to create a destination from the provided service binding. +transformServiceBindingToDestination | SAP Cloud SDK for JavaScript - v3.22.2

      • Convenience function to create a destination from the provided service binding. If a JWT is provided as part of options, the tenant in the JWT is used for client credentials grant, else the provider tenant is used, wherever applicable. Supported service types are:

          @@ -16,4 +16,4 @@
      • Optionaloptions: ServiceBindingTransformOptions

        Options used for fetching the destination.

      Returns Promise<Destination>

      A promise returning the transformed destination on success.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.useOrFetchDestination.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.useOrFetchDestination.html index a841177835..8c379a4329 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.useOrFetchDestination.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_connectivity.useOrFetchDestination.html @@ -1,4 +1,4 @@ -useOrFetchDestination | SAP Cloud SDK for JavaScript - v3.22.1
    • Returns the parameter if it is a destination, calls getDestination otherwise (which will try to fetch the destination +useOrFetchDestination | SAP Cloud SDK for JavaScript - v3.22.2

      • Returns the parameter if it is a destination, calls getDestination otherwise (which will try to fetch the destination from the Cloud Foundry destination service).

        Fetching a destination requires:

          @@ -9,4 +9,4 @@

        Parameters

        Returns Promise<Destination | null>

        A promise resolving to the requested destination on success.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_generator.generate.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_generator.generate.html index b1b995fca1..a4d2eb5ca5 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_generator.generate.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_generator.generate.html @@ -1,6 +1,6 @@ -generate | SAP Cloud SDK for JavaScript - v3.22.1
    • Main entry point for the OData client generation. +generate | SAP Cloud SDK for JavaScript - v3.22.2

      • Main entry point for the OData client generation. Generates models and API files.

        Parameters

        • options: GeneratorOptions & {
              config?: string;
          }

          Options to configure generation.

        Returns Promise<void>

        A promise to void.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.buildHttpRequest.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.buildHttpRequest.html index 328c20fe1b..8e850decb1 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.buildHttpRequest.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.buildHttpRequest.html @@ -1,6 +1,6 @@ -buildHttpRequest | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.csrf.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.csrf.html index e308a3117a..72c160201d 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.csrf.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.csrf.html @@ -1,6 +1,6 @@ -csrf | SAP Cloud SDK for JavaScript - v3.22.1
    • Middleware for fetching a CSRF token. This middleware is added to all request per default. +csrf | SAP Cloud SDK for JavaScript - v3.22.2

      • Middleware for fetching a CSRF token. This middleware is added to all request per default. Use the fetchCsrfToken option to disable it.

        Parameters

        Returns HttpMiddleware

        The middleware for fetching CSRF tokens.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.encodeAllParameters.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.encodeAllParameters.html index 619654e495..3a48c65d87 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.encodeAllParameters.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.encodeAllParameters.html @@ -1,5 +1,5 @@ -encodeAllParameters | SAP Cloud SDK for JavaScript - v3.22.1

    Encoder for encoding all query parameters (key and value) using encodeURIComponent.

    +encodeAllParameters | SAP Cloud SDK for JavaScript - v3.22.2

    Encoder for encoding all query parameters (key and value) using encodeURIComponent.

    • Parameters

      • parameter: Record<string, any>

        Parameter to be encoded using encodeURIComponent.

      Returns Record<string, any>

      Encoded parameter object.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.executeHttpRequest.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.executeHttpRequest.html index cf957ace2d..def7ceaf78 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.executeHttpRequest.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.executeHttpRequest.html @@ -1,7 +1,7 @@ -executeHttpRequest | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.executeHttpRequestWithOrigin.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.executeHttpRequestWithOrigin.html index b3337e6597..2cb5b91f36 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.executeHttpRequestWithOrigin.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_http_client.executeHttpRequestWithOrigin.html @@ -1,4 +1,4 @@ -executeHttpRequestWithOrigin | SAP Cloud SDK for JavaScript - v3.22.1
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_mail_client.sendMail.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_mail_client.sendMail.html index 7090e8a777..20f1212138 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_mail_client.sendMail.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_mail_client.sendMail.html @@ -1,10 +1,10 @@ -sendMail | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.and.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.and.html index 698b20d66a..8166126c9b 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.and.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.and.html @@ -1,8 +1,8 @@ -and | SAP Cloud SDK for JavaScript - v3.22.1
  • Type Parameters

    • EntityT extends EntityBase
    • DeSerializersT extends DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any>

    Parameters

    Returns FilterList<EntityT, DeSerializersT>

  • diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.asc.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.asc.html index 63eaa91d7b..43d04790ef 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.asc.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.asc.html @@ -1,6 +1,6 @@ -asc | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.desc.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.desc.html index f02915f5fb..8ffeca9ea8 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.desc.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.desc.html @@ -1,6 +1,6 @@ -desc | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.entityBuilder-1.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.entityBuilder-1.html index b312ff898a..dd8f0015e4 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.entityBuilder-1.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.entityBuilder-1.html @@ -1,5 +1,5 @@ -entityBuilder | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.entityDeserializer-1.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.entityDeserializer-1.html index 2121f06042..7118140905 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.entityDeserializer-1.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.entityDeserializer-1.html @@ -1,8 +1,8 @@ -entityDeserializer | SAP Cloud SDK for JavaScript - v3.22.1
    • Constructs an entityDeserializer given the OData v2 or v4 specific methods. +entityDeserializer | SAP Cloud SDK for JavaScript - v3.22.2

      • Constructs an entityDeserializer given the OData v2 or v4 specific methods. The concrete deserializers are created in odata/v2/entity-deserializer.ts and odata/v4/entity-deserializer.ts.

        Type Parameters

        • T extends DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any>

        Parameters

        • deSerializers: T

          (De-)serializers used for transformation.

        • extractODataETag: ((json: Record<string, any>) => undefined | string)

          Extractor for the ETag.

            • (json): undefined | string
            • Parameters

              • json: Record<string, any>

              Returns undefined | string

        • extractDataFromOneToManyLink: ((data: any) => any[])

          Extractor for data related to one to many links.

            • (data): any[]
            • Parameters

              • data: any

              Returns any[]

        Returns EntityDeserializer

        An entity deserializer as defined by EntityDeserializer.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.entitySerializer-1.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.entitySerializer-1.html index 5a0ca8f231..47508b0221 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.entitySerializer-1.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.entitySerializer-1.html @@ -1,6 +1,6 @@ -entitySerializer | SAP Cloud SDK for JavaScript - v3.22.1
    • Constructs an entitySerializer given the OData v2 or v4 specific tsToEdm method. +entitySerializer | SAP Cloud SDK for JavaScript - v3.22.2

      • Constructs an entitySerializer given the OData v2 or v4 specific tsToEdm method. The concrete serializers are created in odata/v2/entity-serializer.ts and odata/v4/entity-serializer.ts.

        Parameters

        • deSerializers: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any>

          (De-)serializers used for transformation.

        Returns EntitySerializer

        A entity serializer as defined by EntitySerializer.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.filterFunction-1.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.filterFunction-1.html index 87723fbde5..08ad5804cb 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.filterFunction-1.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.filterFunction-1.html @@ -1,2 +1,2 @@

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -filterFunction | SAP Cloud SDK for JavaScript - v3.22.1
    +filterFunction | SAP Cloud SDK for JavaScript - v3.22.2
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.isOrderableEdmType.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.isOrderableEdmType.html index 922bd1e6dc..abe2020f31 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.isOrderableEdmType.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.isOrderableEdmType.html @@ -1,5 +1,5 @@ -isOrderableEdmType | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.not.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.not.html index 287a4e7691..6904254618 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.not.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.not.html @@ -1,5 +1,5 @@ -not | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.or.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.or.html index ecb2a41c89..2f544d9508 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.or.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.or.html @@ -1,9 +1,9 @@ -or | SAP Cloud SDK for JavaScript - v3.22.1
  • Type Parameters

    • EntityT extends EntityBase
    • DeSerializersT extends DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any>

    Parameters

    Returns FilterList<EntityT, DeSerializersT>

  • diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.throwErrorWhenReturnTypeIsUnionType.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.throwErrorWhenReturnTypeIsUnionType.html index 7ac7f8732e..8fcc3d15bb 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.throwErrorWhenReturnTypeIsUnionType.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_common.throwErrorWhenReturnTypeIsUnionType.html @@ -1,5 +1,5 @@ -throwErrorWhenReturnTypeIsUnionType | SAP Cloud SDK for JavaScript - v3.22.1
    • Throws an error.

      +throwErrorWhenReturnTypeIsUnionType | SAP Cloud SDK for JavaScript - v3.22.2
      • Throws an error.

        Parameters

        • data: any

          Data.

        • functionActionName: string

          FunctionActionName.

          Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

          -

        Returns never

      +

    Returns never

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.edmToTs.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.edmToTs.html index 1fac2d26a2..599ef53cab 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.edmToTs.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.edmToTs.html @@ -1,7 +1,7 @@ -edmToTs | SAP Cloud SDK for JavaScript - v3.22.1
    • Convert a value from EDM format to TypeScript. This function is typically used when deserializing an OData response.

      +edmToTs | SAP Cloud SDK for JavaScript - v3.22.2
      • Convert a value from EDM format to TypeScript. This function is typically used when deserializing an OData response.

        Parameters

        Returns any

        Deserialized value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.entityDeserializer.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.entityDeserializer.html index 09db47161d..e0bc1f70a9 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.entityDeserializer.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.entityDeserializer.html @@ -1,6 +1,6 @@ -entityDeserializer | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.filterFunctions.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.filterFunctions.html index b7f7eea0fc..568a6765d7 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.filterFunctions.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.filterFunctions.html @@ -1,5 +1,5 @@ -filterFunctions | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.length.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.length.html index 965ab72051..f706c32593 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.length.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.length.html @@ -1,6 +1,6 @@ -length | SAP Cloud SDK for JavaScript - v3.22.1

    Export length filter function for backwards compatibility.

    +length | SAP Cloud SDK for JavaScript - v3.22.2

    Export length filter function for backwards compatibility.

    • Internal

      Build a filter function to get the length of a string. Evaluates to int.

      Type Parameters

      Parameters

      • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

        The string to compute the length for. This can either be a string, a reference to a field or another filter function.

      Returns NumberFilterFunction<EntityT>

      The newly created filter function

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.mergeDefaultDeSerializersWith.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.mergeDefaultDeSerializersWith.html index 261d1c520f..622add7bbd 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.mergeDefaultDeSerializersWith.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.mergeDefaultDeSerializersWith.html @@ -1,6 +1,6 @@ -mergeDefaultDeSerializersWith | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.replace.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.replace.html index 5a797e7515..c6125019d5 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.replace.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.replace.html @@ -1,7 +1,7 @@ -replace | SAP Cloud SDK for JavaScript - v3.22.1
    • Build a filter function to replace the occurrence of a search string with another string. Evaluates to string.

      +replace | SAP Cloud SDK for JavaScript - v3.22.2
      • Build a filter function to replace the occurrence of a search string with another string. Evaluates to string.

        Type Parameters

        Parameters

        • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

          The string to get the index from. This can either be a string, a reference to a field or another filter function.

        • searchStr: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

          The substring to get the index for. This can either be a string, a reference to a field or another filter function.

        • replaceStr: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

          The substring to get the index for. This can either be a string, a reference to a field or another filter function.

        Returns StringFilterFunction<EntityT>

        The newly created filter function.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.substring.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.substring.html index 9461b4c84a..020e910768 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.substring.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.substring.html @@ -1,8 +1,8 @@ -substring | SAP Cloud SDK for JavaScript - v3.22.1

    Export substring filter function for backwards compatibility.

    +substring | SAP Cloud SDK for JavaScript - v3.22.2

    Export substring filter function for backwards compatibility.

    • Internal

      Build a filter function to get a substring starting from a designated position. Evaluates to string.

      Type Parameters

      Parameters

      • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

        The string to get a substring from. This can either be a string, a reference to a field or another filter function.

      • pos: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>

        The starting position of the substring. This can be either a number, a reference to a field or another filter function.

      • Optionallen: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>

        The length of the substring. This can be either a number, a reference to a field or another filter function.

      Returns StringFilterFunction<EntityT>

      The newly created filter function

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.substringOf.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.substringOf.html index 5aab3a1164..7b8c8acc2b 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.substringOf.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.substringOf.html @@ -1,6 +1,6 @@ -substringOf | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForComplexType.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForComplexType.html index 1126eda29e..6fbc3ee398 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForComplexType.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForComplexType.html @@ -1,6 +1,6 @@ -transformReturnValueForComplexType | SAP Cloud SDK for JavaScript - v3.22.1
    • Transform the payload of the OData response to a complex type by using given deserialization function.

      +transformReturnValueForComplexType | SAP Cloud SDK for JavaScript - v3.22.2
      • Transform the payload of the OData response to a complex type by using given deserialization function.

        Type Parameters

        • ReturnT

        Parameters

        • data: any

          The OData payload.

        • builderFn: ((data: any) => ReturnT)

          The deserialization function for transforming the payload.

        Returns ReturnT

        The transformed value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForComplexTypeList.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForComplexTypeList.html index b566c89124..1b52eee485 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForComplexTypeList.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForComplexTypeList.html @@ -1,6 +1,6 @@ -transformReturnValueForComplexTypeList | SAP Cloud SDK for JavaScript - v3.22.1
    • Transform the payload of the OData response to complex type array by using given deserialization function.

      +transformReturnValueForComplexTypeList | SAP Cloud SDK for JavaScript - v3.22.2
      • Transform the payload of the OData response to complex type array by using given deserialization function.

        Type Parameters

        • ReturnT

        Parameters

        • data: any

          The OData payload.

        • builderFn: ((data: any) => ReturnT)

          The deserialization function for transforming the payload.

        Returns ReturnT[]

        The transformed value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEdmType.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEdmType.html index 7e2efdfc4f..ef8561cd67 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEdmType.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEdmType.html @@ -1,6 +1,6 @@ -transformReturnValueForEdmType | SAP Cloud SDK for JavaScript - v3.22.1
    • Transform the payload of the OData response to edm type by using given deserialization function.

      +transformReturnValueForEdmType | SAP Cloud SDK for JavaScript - v3.22.2
      • Transform the payload of the OData response to edm type by using given deserialization function.

        Type Parameters

        • ReturnT

        Parameters

        • data: any

          The OData payload.

        • builderFn: ((data: any) => ReturnT)

          The deserialization function for transforming the payload.

        Returns ReturnT

        The transformed value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEdmTypeList.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEdmTypeList.html index a69e145e90..9a4d208f78 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEdmTypeList.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEdmTypeList.html @@ -1,6 +1,6 @@ -transformReturnValueForEdmTypeList | SAP Cloud SDK for JavaScript - v3.22.1
    • Transform the payload of the OData response to edm type array by using given deserialization function.

      +transformReturnValueForEdmTypeList | SAP Cloud SDK for JavaScript - v3.22.2
      • Transform the payload of the OData response to edm type array by using given deserialization function.

        Type Parameters

        • ReturnT

        Parameters

        • data: any

          The OData payload.

        • builderFn: ((data: any) => ReturnT)

          The deserialization function for transforming the payload.

        Returns ReturnT[]

        The transformed value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEntity.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEntity.html index 883c6a75e9..8cae3f2c5d 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEntity.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEntity.html @@ -1,6 +1,6 @@ -transformReturnValueForEntity | SAP Cloud SDK for JavaScript - v3.22.1
    • Transform the payload of an OData response to an entity by using the given (de-)serializers.

      +transformReturnValueForEntity | SAP Cloud SDK for JavaScript - v3.22.2
      • Transform the payload of an OData response to an entity by using the given (de-)serializers.

        Type Parameters

        • ReturnT extends Entity
        • DeSerializersT extends DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any>

        Parameters

        Returns ReturnT

        The transformed value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEntityList.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEntityList.html index 67b08d03a1..93a266e491 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEntityList.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForEntityList.html @@ -1,6 +1,6 @@ -transformReturnValueForEntityList | SAP Cloud SDK for JavaScript - v3.22.1
    • Transform the payload of the OData response to array of entities by using given (de-)serializers.

      +transformReturnValueForEntityList | SAP Cloud SDK for JavaScript - v3.22.2
      • Transform the payload of the OData response to array of entities by using given (de-)serializers.

        Type Parameters

        • ReturnT extends Entity
        • DeSerializersT extends DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any>

        Parameters

        Returns ReturnT[]

        The transformed value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForUndefined.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForUndefined.html index 1c1dbd8c10..4047aa511c 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForUndefined.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v2.transformReturnValueForUndefined.html @@ -1,7 +1,7 @@ -transformReturnValueForUndefined | SAP Cloud SDK for JavaScript - v3.22.1
    • Transform the payload of the OData response to undefined. +transformReturnValueForUndefined | SAP Cloud SDK for JavaScript - v3.22.2

      • Transform the payload of the OData response to undefined. This function is used in function imports, when no values need to be returned.

        Type Parameters

        • ReturnT

        Parameters

        • data: any

          The OData payload.

        • builderFn: ((data: any) => ReturnT)

          The deserialization function for transforming the payload.

        Returns ReturnT

        The transformed value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.all.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.all.html index 174d5a4065..9cadaef4e9 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.all.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.all.html @@ -1,5 +1,5 @@ -all | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.any.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.any.html index 0fbd761534..ce25291787 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.any.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.any.html @@ -1,5 +1,5 @@ -any | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.contains.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.contains.html index 85be327ba5..7037cf11eb 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.contains.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.contains.html @@ -1,6 +1,6 @@ -contains | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.edmToTs.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.edmToTs.html index b625381ab2..965afd6154 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.edmToTs.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.edmToTs.html @@ -1,7 +1,7 @@ -edmToTs | SAP Cloud SDK for JavaScript - v3.22.1
    • Convert a value with edm format to one with typescript format. This function is typically used when deserializing an OData response.

      +edmToTs | SAP Cloud SDK for JavaScript - v3.22.2
      • Convert a value with edm format to one with typescript format. This function is typically used when deserializing an OData response.

        Parameters

        Returns any

        Deserialized value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.entityDeserializer.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.entityDeserializer.html index 8700c7d386..71be4baa47 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.entityDeserializer.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.entityDeserializer.html @@ -1,6 +1,6 @@ -entityDeserializer | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.filterFunction.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.filterFunction.html index 81610e5aef..db507df72c 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.filterFunction.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.filterFunction.html @@ -1,2 +1,2 @@

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -filterFunction | SAP Cloud SDK for JavaScript - v3.22.1
    +filterFunction | SAP Cloud SDK for JavaScript - v3.22.2
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.filterFunctions.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.filterFunctions.html index be7b4840ef..01fb6fe47c 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.filterFunctions.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.filterFunctions.html @@ -1,5 +1,5 @@ -filterFunctions | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.fractionalSeconds.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.fractionalSeconds.html index bea976403a..9b86d0d3cb 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.fractionalSeconds.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.fractionalSeconds.html @@ -1,5 +1,5 @@ -fractionalSeconds | SAP Cloud SDK for JavaScript - v3.22.1
    • Build a filter function to get the fractional seconds of a date. Evaluates to decimal.

      +fractionalSeconds | SAP Cloud SDK for JavaScript - v3.22.2
      • Build a filter function to get the fractional seconds of a date. Evaluates to decimal.

        Type Parameters

        Parameters

        • date: Moment | Field<EntityT, boolean, boolean>

          The date to get the fractional seconds for. This can either be a date (Moment) or a reference to a field.

        Returns NumberFilterFunction<EntityT>

        The newly created filter function.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.hasSubsequence.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.hasSubsequence.html index 7a614bf0cf..e2123eed2c 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.hasSubsequence.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.hasSubsequence.html @@ -1,6 +1,6 @@ -hasSubsequence | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.hasSubset.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.hasSubset.html index d91d620eff..288f06d2c0 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.hasSubset.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.hasSubset.html @@ -1,6 +1,6 @@ -hasSubset | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.matchesPattern.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.matchesPattern.html index 32f434e4ce..1fa13ad820 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.matchesPattern.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.matchesPattern.html @@ -1,6 +1,6 @@ -matchesPattern | SAP Cloud SDK for JavaScript - v3.22.1
    • Build a filter function to test whether a string matches a pattern. Evaluates to boolean.

      +matchesPattern | SAP Cloud SDK for JavaScript - v3.22.2
      • Build a filter function to test whether a string matches a pattern. Evaluates to boolean.

        Type Parameters

        Parameters

        • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

          The string to get the index from. This can either be a string, a reference to a field or another filter function.

        • regex: string

          The pattern to test against. This should be a regular expression as a string.

        Returns BooleanFilterFunction<EntityT>

        The newly created filter function.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.maxDateTime.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.maxDateTime.html index 2416df81ca..7cd0e8c00b 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.maxDateTime.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.maxDateTime.html @@ -1,4 +1,4 @@ -maxDateTime | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.mergeDefaultDeSerializersWith.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.mergeDefaultDeSerializersWith.html index a9de9403f8..139537ce0e 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.mergeDefaultDeSerializersWith.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.mergeDefaultDeSerializersWith.html @@ -1,6 +1,6 @@ -mergeDefaultDeSerializersWith | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.minDateTime.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.minDateTime.html index 93ee1a7e03..a8d9714cf6 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.minDateTime.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.minDateTime.html @@ -1,4 +1,4 @@ -minDateTime | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.now.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.now.html index 61658af141..bea0d1eeb1 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.now.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.now.html @@ -1,4 +1,4 @@ -now | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.totalOffsetMinutes.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.totalOffsetMinutes.html index f2694f1963..89bfda717f 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.totalOffsetMinutes.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.totalOffsetMinutes.html @@ -1,5 +1,5 @@ -totalOffsetMinutes | SAP Cloud SDK for JavaScript - v3.22.1
    • Build a filter function to get the signed number of minutes in the time zone offset. Evaluates to int.

      +totalOffsetMinutes | SAP Cloud SDK for JavaScript - v3.22.2
      • Build a filter function to get the signed number of minutes in the time zone offset. Evaluates to int.

        Type Parameters

        Parameters

        • date: Moment | Field<EntityT, boolean, boolean>

          The date to get the offset minutes for. This can either be a date (Moment) or a reference to a field.

        Returns NumberFilterFunction<EntityT>

        The newly created filter function.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForComplexType.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForComplexType.html index 51c0fdf8a7..68108bea39 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForComplexType.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForComplexType.html @@ -1,6 +1,6 @@ -transformReturnValueForComplexType | SAP Cloud SDK for JavaScript - v3.22.1
    • Transform the payload of the OData response to a complex type by using given deserialization function.

      +transformReturnValueForComplexType | SAP Cloud SDK for JavaScript - v3.22.2
      • Transform the payload of the OData response to a complex type by using given deserialization function.

        Type Parameters

        • ReturnT

        Parameters

        • data: any

          The OData payload.

        • builderFn: ((data: any) => ReturnT)

          The deserialization function for transforming the payload.

        Returns ReturnT

        The transformed value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForComplexTypeList.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForComplexTypeList.html index 3460246b45..e5d20892c8 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForComplexTypeList.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForComplexTypeList.html @@ -1,6 +1,6 @@ -transformReturnValueForComplexTypeList | SAP Cloud SDK for JavaScript - v3.22.1
    • Transform the payload of the OData response to complex type array by using given deserialization function.

      +transformReturnValueForComplexTypeList | SAP Cloud SDK for JavaScript - v3.22.2
      • Transform the payload of the OData response to complex type array by using given deserialization function.

        Type Parameters

        • ReturnT

        Parameters

        • data: any

          The OData payload.

        • builderFn: ((data: any) => ReturnT)

          The deserialization function for transforming the payload.

        Returns ReturnT[]

        The transformed value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEdmType.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEdmType.html index bb3cf0a096..3dcc947e81 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEdmType.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEdmType.html @@ -1,6 +1,6 @@ -transformReturnValueForEdmType | SAP Cloud SDK for JavaScript - v3.22.1
    • Transform the payload of the OData response to edm type by using given deserialization function.

      +transformReturnValueForEdmType | SAP Cloud SDK for JavaScript - v3.22.2
      • Transform the payload of the OData response to edm type by using given deserialization function.

        Type Parameters

        • ReturnT

        Parameters

        • data: any

          The OData payload.

        • builderFn: ((data: any) => ReturnT)

          The deserialization function for transforming the payload.

        Returns ReturnT

        The transformed value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEdmTypeList.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEdmTypeList.html index 161c1235bd..490d55aae2 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEdmTypeList.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEdmTypeList.html @@ -1,6 +1,6 @@ -transformReturnValueForEdmTypeList | SAP Cloud SDK for JavaScript - v3.22.1
    • Transform the payload of the OData response to edm type array by using given deserialization function.

      +transformReturnValueForEdmTypeList | SAP Cloud SDK for JavaScript - v3.22.2
      • Transform the payload of the OData response to edm type array by using given deserialization function.

        Type Parameters

        • ReturnT

        Parameters

        • data: any

          The OData payload.

        • builderFn: ((data: any) => ReturnT)

          The deserialization function for transforming the payload.

        Returns ReturnT[]

        The transformed value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEntity.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEntity.html index 4756e6ed28..12ab0b496f 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEntity.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEntity.html @@ -1,6 +1,6 @@ -transformReturnValueForEntity | SAP Cloud SDK for JavaScript - v3.22.1
    • Transform the payload of an OData response to an entity by using the given (de-)serializers.

      +transformReturnValueForEntity | SAP Cloud SDK for JavaScript - v3.22.2
      • Transform the payload of an OData response to an entity by using the given (de-)serializers.

        Type Parameters

        • ReturnT extends Entity
        • DeSerializersT extends DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any>

        Parameters

        Returns ReturnT

        The transformed value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEntityList.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEntityList.html index 3ee8515269..75b19c5e52 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEntityList.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForEntityList.html @@ -1,6 +1,6 @@ -transformReturnValueForEntityList | SAP Cloud SDK for JavaScript - v3.22.1
    • Transform the payload of the OData response to array of entities by using given (de-)serializers.

      +transformReturnValueForEntityList | SAP Cloud SDK for JavaScript - v3.22.2
      • Transform the payload of the OData response to array of entities by using given (de-)serializers.

        Type Parameters

        • ReturnT extends Entity
        • DeSerializersT extends DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any>

        Parameters

        Returns ReturnT[]

        The transformed value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForUndefined.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForUndefined.html index 2ae1d9a60a..a65e0a5a2f 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForUndefined.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_odata_v4.transformReturnValueForUndefined.html @@ -1,7 +1,7 @@ -transformReturnValueForUndefined | SAP Cloud SDK for JavaScript - v3.22.1
    • Transform the payload of the OData response to undefined. +transformReturnValueForUndefined | SAP Cloud SDK for JavaScript - v3.22.2

      • Transform the payload of the OData response to undefined. This function is used in function imports, when no values need to be returned.

        Type Parameters

        • ReturnT

        Parameters

        • data: any

          The OData payload.

        • builderFn: ((data: any) => ReturnT)

          The deserialization function for transforming the payload.

        Returns ReturnT

        The transformed value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_openapi_generator.generate.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_openapi_generator.generate.html index cc5c2526ae..5a633b22cd 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_openapi_generator.generate.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_openapi_generator.generate.html @@ -1,6 +1,6 @@ -generate | SAP Cloud SDK for JavaScript - v3.22.1
    • Main entry point for the OpenAPI client generation. +generate | SAP Cloud SDK for JavaScript - v3.22.2

      • Main entry point for the OpenAPI client generation. Generates models and API files.

        Parameters

        Returns Promise<void>

        A promise to void.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.circuitBreaker.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.circuitBreaker.html index b70239ffdb..09150ae65c 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.circuitBreaker.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.circuitBreaker.html @@ -1,4 +1,4 @@ -circuitBreaker | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.circuitBreakerHttp.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.circuitBreakerHttp.html index 142e80d87c..1728813e31 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.circuitBreakerHttp.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.circuitBreakerHttp.html @@ -1,7 +1,7 @@ -circuitBreakerHttp | SAP Cloud SDK for JavaScript - v3.22.1

    Since v3.0.1. Use {@link circuitBreaker} instead. +circuitBreakerHttp | SAP Cloud SDK for JavaScript - v3.22.2

    Since v3.0.1. Use {@link circuitBreaker} instead. Helper method to build a circuit breaker middleware.

    -

    The middleware adding a circuit breaker to the function.

    -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.resilience.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.resilience.html index b0ac49d46d..a58cc04f8b 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.resilience.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.resilience.html @@ -1,7 +1,7 @@ -resilience | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.retry.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.retry.html index 98c20d1f8b..6b689ca8ee 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.retry.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.retry.html @@ -1,5 +1,5 @@ -retry | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.timeout.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.timeout.html index b01ea4e281..22a7469648 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.timeout.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_resilience.timeout.html @@ -1,5 +1,5 @@ -timeout | SAP Cloud SDK for JavaScript - v3.22.1
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.getTestDestinationByAlias.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.getTestDestinationByAlias.html index ff4371965c..4a114751a3 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.getTestDestinationByAlias.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.getTestDestinationByAlias.html @@ -1,4 +1,4 @@ -getTestDestinationByAlias | SAP Cloud SDK for JavaScript - v3.22.1
    • Loads a destination matching the provided alias stored in systems.json and credentials.json. +getTestDestinationByAlias | SAP Cloud SDK for JavaScript - v3.22.2

      • Loads a destination matching the provided alias stored in systems.json and credentials.json. By default, this function starts looking in the directory the test process has been started in (i.e. '.') and traverses the file hierarchy upwards until it finds a systems.json and credentials.json file. Alternatively, you can supply paths to the systems and the credentials file directly.

        @@ -9,4 +9,4 @@
      • Optionaloptions: GetTestDestinationOptions

        References to the systems.json and credentials.json files.

      Returns Destination

      An array of destinations.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.getTestDestinations.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.getTestDestinations.html index 833092d86a..c3d4ed4120 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.getTestDestinations.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.getTestDestinations.html @@ -1,4 +1,4 @@ -getTestDestinations | SAP Cloud SDK for JavaScript - v3.22.1
    • Loads all destinations stored in systems.json and credentials.json files.

      +getTestDestinations | SAP Cloud SDK for JavaScript - v3.22.2
      • Loads all destinations stored in systems.json and credentials.json files.

        By default, this functions starts looking in the directory the test process has been started in (i.e. '.') and traverses the file hierarchy upwards until it finds a systems.json and credentials.json file. Alternatively, you can supply paths to the systems and the credentials file directly.

        @@ -7,4 +7,4 @@

        Parameters

        Returns Destination[]

        An array of destinations.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.mockAllTestDestinations.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.mockAllTestDestinations.html index f22cc98c17..621deebde5 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.mockAllTestDestinations.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.mockAllTestDestinations.html @@ -1,5 +1,5 @@ -mockAllTestDestinations | SAP Cloud SDK for JavaScript - v3.22.1
    • Add all destinations from the systems.json and credentials.json files to the destinations environment variable.

      +mockAllTestDestinations | SAP Cloud SDK for JavaScript - v3.22.2
      • Add all destinations from the systems.json and credentials.json files to the destinations environment variable.

        Throws an error if a destination with the same name as the given test destinations already exists.

        Parameters

        • Optionaloptions: GetTestDestinationOptions

          References to the systems.json and credentials.json files.

          Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

          -

        Returns void

      +

    Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.mockTestDestination.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.mockTestDestination.html index 8d352af6fa..0e6cf3c7a8 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.mockTestDestination.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.mockTestDestination.html @@ -1,6 +1,6 @@ -mockTestDestination | SAP Cloud SDK for JavaScript - v3.22.1
    • Add a destination with the given name from the systems.json and credentials.json files to the destinations environment variable.

      +mockTestDestination | SAP Cloud SDK for JavaScript - v3.22.2
      • Add a destination with the given name from the systems.json and credentials.json files to the destinations environment variable.

        Throws an error if a destination with the same name as the given test destination already exists.

        Parameters

        • name: string

          Name of the test destination to add to the destinations environment variable.

        • Optionaloptions: GetTestDestinationOptions

          References to the systems.json and credentials.json files.

          Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

          -

        Returns void

      +

    Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.setTestDestination.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.setTestDestination.html index fc8cd507d4..16f2bbb2e7 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.setTestDestination.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.setTestDestination.html @@ -1,5 +1,5 @@ -setTestDestination | SAP Cloud SDK for JavaScript - v3.22.1
    • Set a given destination in the destinations environment variable.

      +setTestDestination | SAP Cloud SDK for JavaScript - v3.22.2
      • Set a given destination in the destinations environment variable.

        Throws an error if a destination with the same name as the given test destination already exists.

        Parameters

        • destination: Destination

          Test destination to add to the destinations environment variable.

          Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

          -

        Returns void

      +

    Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.unmockAllTestDestinations.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.unmockAllTestDestinations.html index e1162d776a..79606d122e 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.unmockAllTestDestinations.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.unmockAllTestDestinations.html @@ -1,4 +1,4 @@ -unmockAllTestDestinations | SAP Cloud SDK for JavaScript - v3.22.1
    • Removes all test destinations stored in systems.json and credentials.json files or added through setTestDestination() from the destinations environment variable.

      +unmockAllTestDestinations | SAP Cloud SDK for JavaScript - v3.22.2
      • Removes all test destinations stored in systems.json and credentials.json files or added through setTestDestination() from the destinations environment variable.

        This function should be called to invert the behavior of mockAllTestDestinations() and other add single mocked destination functions.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

        Returns void

      +

      Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.unmockTestDestination.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.unmockTestDestination.html index cd01a5a464..5537e18776 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.unmockTestDestination.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_test_util.unmockTestDestination.html @@ -1,5 +1,5 @@ -unmockTestDestination | SAP Cloud SDK for JavaScript - v3.22.1
    • Removes a destination with the given name from the destinations environment variable. If the given destination name is not found calling this function has no effect. +unmockTestDestination | SAP Cloud SDK for JavaScript - v3.22.2

      • Removes a destination with the given name from the destinations environment variable. If the given destination name is not found calling this function has no effect. This function should be called to invert the behavior of mockTestDestination() and setTestDestination().

        Parameters

        • name: string

          Name of the mocked destination to remove.

          Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

          -

        Returns void

      +

    Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.assoc.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.assoc.html index d8c18a0566..0922333ecb 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.assoc.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.assoc.html @@ -1,9 +1,9 @@ -assoc | SAP Cloud SDK for JavaScript - v3.22.1

    Adds a key value pair to the given objects and returns a shallow copy. +assoc | SAP Cloud SDK for JavaScript - v3.22.2

    Adds a key value pair to the given objects and returns a shallow copy. If the key is already present it will be overwritten.

    -

    Since v3.12.1. Will not be replaced.

    -
    • Type Parameters

      • T

      Parameters

      • key: string

        Key to be added.

        +

        Since v3.12.1. Will not be replaced.

        +
    • Type Parameters

      • T

      Parameters

      • key: string

        Key to be added.

      • value: any

        Value to be added.

      • obj: T

        Object the key value pair is added to.

      Returns T & {
          [key: string]: any;
      }

      The object with the key value pair added.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.camelCase.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.camelCase.html index 14d7c4d0eb..0963aa876e 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.camelCase.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.camelCase.html @@ -1,5 +1,5 @@ -camelCase | SAP Cloud SDK for JavaScript - v3.22.1
    • Convert a string to camelCase. This format used e.g. for properties on entity class instances.

      +camelCase | SAP Cloud SDK for JavaScript - v3.22.2
      • Convert a string to camelCase. This format used e.g. for properties on entity class instances.

        Parameters

        • str: string

          The string to be transformed.

        Returns string

        The transformed string.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.caps.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.caps.html index 1b722019b9..2074cc24db 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.caps.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.caps.html @@ -1,5 +1,5 @@ -caps | SAP Cloud SDK for JavaScript - v3.22.1
    • Returns the OData version in capital letters so V2 or V4.

      +caps | SAP Cloud SDK for JavaScript - v3.22.2
      • Returns the OData version in capital letters so V2 or V4.

        Parameters

        • oDataVersion: any

          OData version in lower case: 'v2' or 'v4'.

        Returns "V2" | "V4"

        'V2' or 'V4'.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.checkUrlExists.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.checkUrlExists.html index abd398ef9d..b8ed2c3c32 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.checkUrlExists.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.checkUrlExists.html @@ -1,5 +1,5 @@ -checkUrlExists | SAP Cloud SDK for JavaScript - v3.22.1
    • Checks whether a URL is existing via a head request.

      +checkUrlExists | SAP Cloud SDK for JavaScript - v3.22.2
      • Checks whether a URL is existing via a head request.

        Parameters

        • url: string

          URL to be checked.

        Returns Promise<number>

        Promise - resolves if the URL exists.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.codeBlock.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.codeBlock.html index e1a72db332..4505b7fa78 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.codeBlock.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.codeBlock.html @@ -1,4 +1,4 @@ -codeBlock | SAP Cloud SDK for JavaScript - v3.22.1
    • Experimental

      This API is experimental and might change in newer versions. Use with caution. +codeBlock | SAP Cloud SDK for JavaScript - v3.22.2

      • Experimental

        This API is experimental and might change in newer versions. Use with caution. Transform strings and arguments to a string formatted as a code block, keeping the indentation of sub code blocks. Use in tagged templates, e.g.:

        codeBlock`Code with ${arguments} and more code;`
        @@ -8,4 +8,4 @@
         
      • Rest...args: any[]

        Arguments in the tagged template. In the example above that would be the resolved value for arguments;.

      Returns string

      A string formatted as code block.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.createLogger.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.createLogger.html index f4b9ba1eb5..e09001c41d 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.createLogger.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.createLogger.html @@ -1,4 +1,4 @@ -createLogger | SAP Cloud SDK for JavaScript - v3.22.1
    • Create a logger for the given message context, if available.

      +createLogger | SAP Cloud SDK for JavaScript - v3.22.2
      • Create a logger for the given message context, if available.

        Usage: To create a logger in your module, it is recommended to pass a module identifier that will be logged as messageContext for all messages from this logger: const logger = createLogger('my-module');. Not setting any module identifier will retrieve the default logger. @@ -15,4 +15,4 @@

        Parameters

        • OptionalmessageContext: string | MessageContextObj & LoggerOptions

          Either a key for the message context of all messages produced by the logger or an object with additional keys to set in the message.

        Returns Logger

        A newly created or an already existing logger for the given context.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.disableExceptionLogger.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.disableExceptionLogger.html index d2738cd4b7..0643e1eeab 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.disableExceptionLogger.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.disableExceptionLogger.html @@ -1,3 +1,3 @@ -disableExceptionLogger | SAP Cloud SDK for JavaScript - v3.22.1
    • Disable logging of exceptions. Enabled by default.

      +disableExceptionLogger | SAP Cloud SDK for JavaScript - v3.22.2
      • Disable logging of exceptions. Enabled by default.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

        Returns void

      +

      Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.documentationBlock.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.documentationBlock.html index 953c8689b6..1d84a9cf45 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.documentationBlock.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.documentationBlock.html @@ -1,4 +1,4 @@ -documentationBlock | SAP Cloud SDK for JavaScript - v3.22.1
    • Experimental

      This API is experimental and might change in newer versions. Use with caution. +documentationBlock | SAP Cloud SDK for JavaScript - v3.22.2

      • Experimental

        This API is experimental and might change in newer versions. Use with caution. Transform strings and arguments to a string formatted as a documentation block. The formatting is block like so no leading or trailing spaces. New lines in the beginning and end are also removed. @@ -10,4 +10,4 @@

      • Rest...args: string[]

        Arguments in the tagged template. In the example above that would be the resolved value for arguments;.

      Returns string

      A string formatted as documentation block.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.enableExceptionLogger.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.enableExceptionLogger.html index 2f80e93e17..89ef8f1fe6 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.enableExceptionLogger.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.enableExceptionLogger.html @@ -1,3 +1,3 @@ -enableExceptionLogger | SAP Cloud SDK for JavaScript - v3.22.1
    • Enable logging of exceptions. Enabled by default.

      +enableExceptionLogger | SAP Cloud SDK for JavaScript - v3.22.2
      • Enable logging of exceptions. Enabled by default.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

        Returns void

      +

      Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.encodeBase64.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.encodeBase64.html index 1f518d1e03..9f8f91ca9f 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.encodeBase64.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.encodeBase64.html @@ -1,5 +1,5 @@ -encodeBase64 | SAP Cloud SDK for JavaScript - v3.22.1
    • Encode a string to a base64 encoded string.

      +encodeBase64 | SAP Cloud SDK for JavaScript - v3.22.2
      • Encode a string to a base64 encoded string.

        Parameters

        • str: string

          String to encode.

        Returns string

        Base64 encoded string.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.equal.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.equal.html index 70d6531ddd..ce9ac87ad0 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.equal.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.equal.html @@ -1,4 +1,4 @@ -equal | SAP Cloud SDK for JavaScript - v3.22.1
    • Checks whether the two items contain the same content. +equal | SAP Cloud SDK for JavaScript - v3.22.2

      • Checks whether the two items contain the same content. When both of them are arrays, the elements and the order are checked, see equalArrays. When both of them are objects, the key/value pairs are checked, see equalObjects. In other cases, triple equals is used.

        @@ -6,4 +6,4 @@
      • item2: T

        The second item.

      Returns boolean

      A boolean, indicating all the items equal to each other.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.equalArrays.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.equalArrays.html index 6557987881..f5807a3b59 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.equalArrays.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.equalArrays.html @@ -1,6 +1,6 @@ -equalArrays | SAP Cloud SDK for JavaScript - v3.22.1
    • Checks whether the elements of two arrays are the same with the same order.

      +equalArrays | SAP Cloud SDK for JavaScript - v3.22.2
      • Checks whether the elements of two arrays are the same with the same order.

        Type Parameters

        • T

        Parameters

        • arr1: T[]

          The first array.

        • arr2: T[]

          The second array.

        Returns boolean

        A boolean, indicating both arrays have the same contents.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.equalObjects.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.equalObjects.html index 694cb942ec..de8e3316ae 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.equalObjects.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.equalObjects.html @@ -1,6 +1,6 @@ -equalObjects | SAP Cloud SDK for JavaScript - v3.22.1
    • Checks whether the keys and values of two objects are equal.

      +equalObjects | SAP Cloud SDK for JavaScript - v3.22.2
      • Checks whether the keys and values of two objects are equal.

        Parameters

        • obj1: Record<string, any>

          The first object.

        • obj2: Record<string, any>

          The second object.

        Returns boolean

        A boolean, indicating whether the two objects are equal to each other.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.exclude.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.exclude.html index 36919f6e01..7423aa3b4b 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.exclude.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.exclude.html @@ -1,7 +1,7 @@ -exclude | SAP Cloud SDK for JavaScript - v3.22.1

    Create a shallow copy of the given object, that does not contain the given keys. +exclude | SAP Cloud SDK for JavaScript - v3.22.2

    Create a shallow copy of the given object, that does not contain the given keys. Non existing keys in the source object are ignored.

    • Type Parameters

      • T extends Record<string, unknown>

      Parameters

      • keys: string[]

        Properties to be selected.

      • obj: T

        Object from which the values are taken.

      Returns Partial<T>

      An object with the selected keys and corresponding values.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.filterDuplicates.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.filterDuplicates.html index c7f07e7df1..5634fd09fc 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.filterDuplicates.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.filterDuplicates.html @@ -1,6 +1,6 @@ -filterDuplicates | SAP Cloud SDK for JavaScript - v3.22.1
    • Filter an array by removing duplicates and keeping the left most occurrence. By default this compares by identity.

      +filterDuplicates | SAP Cloud SDK for JavaScript - v3.22.2
      • Filter an array by removing duplicates and keeping the left most occurrence. By default this compares by identity.

        Type Parameters

        • T

        Parameters

        • arr: T[]

          Array to remove duplicates from.

        • Optionalcomparator: ((left: T, right: T) => boolean)

          Optional comparator function, indicating whether two items are equal and therefore handled as duplicates. Defaults to identity.

            • (left, right): boolean
            • Parameters

              • left: T
              • right: T

              Returns boolean

        Returns T[]

        A filtered array containing no duplicates.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.filterDuplicatesRight.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.filterDuplicatesRight.html index 30f60d6419..4252e407a3 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.filterDuplicatesRight.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.filterDuplicatesRight.html @@ -1,6 +1,6 @@ -filterDuplicatesRight | SAP Cloud SDK for JavaScript - v3.22.1
    • Filter an array by removing duplicates and keeping the right most occurrence. By default this compares by identity.

      +filterDuplicatesRight | SAP Cloud SDK for JavaScript - v3.22.2
      • Filter an array by removing duplicates and keeping the right most occurrence. By default this compares by identity.

        Type Parameters

        • T

        Parameters

        • arr: T[]

          Array to remove duplicates from.

        • Optionalcomparator: ((left: T, right: T) => boolean)

          Optional comparator function, indicating whether two items are equal and therefore handled as duplicates. Defaults to identity.

            • (left, right): boolean
            • Parameters

              • left: T
              • right: T

              Returns boolean

        Returns T[]

        A filtered array containing no duplicates.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.findProjectRoot.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.findProjectRoot.html index fcd69ec05a..a635506d1a 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.findProjectRoot.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.findProjectRoot.html @@ -1,2 +1,2 @@

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -findProjectRoot | SAP Cloud SDK for JavaScript - v3.22.1
    • Internal

      Parameters

      • path: string
      • OptionallastPath: string

      Returns string

    +findProjectRoot | SAP Cloud SDK for JavaScript - v3.22.2
    • Internal

      Parameters

      • path: string
      • OptionallastPath: string

      Returns string

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.finishAll.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.finishAll.html index 983af75dc6..50a997fcad 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.finishAll.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.finishAll.html @@ -1,7 +1,7 @@ -finishAll | SAP Cloud SDK for JavaScript - v3.22.1
    • Await all promises and resolve if non of them failed. +finishAll | SAP Cloud SDK for JavaScript - v3.22.2

      • Await all promises and resolve if non of them failed. Reject if at least one of them was rejected, but only once all of them are finished. Throws an error consisting of a list of reasons.

        Parameters

        • promises: Promise<any>[]

          Promises to settle.

        • OptionalerrorMessage: string

          Message to use as introductory text of the error if an error occurs.

          Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

          -

        Returns Promise<void>

      +

    Returns Promise<void>

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.first.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.first.html index 2a84cfdd03..e5c8703426 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.first.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.first.html @@ -1,5 +1,5 @@ -first | SAP Cloud SDK for JavaScript - v3.22.1
    • Get the first item from an array. Returns undefined, if the array is empty.

      +first | SAP Cloud SDK for JavaScript - v3.22.2
      • Get the first item from an array. Returns undefined, if the array is empty.

        Type Parameters

        • T

        Parameters

        • arr: T[]

          Array to get the first item of.

        Returns T | undefined

        Fist item of the array or undefined, if the array was empty.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.flat.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.flat.html index 520caf0379..fe5dd738e5 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.flat.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.flat.html @@ -1,5 +1,5 @@ -flat | SAP Cloud SDK for JavaScript - v3.22.1
    • Flatten a two dimensional array into a one dimensional array.

      +flat | SAP Cloud SDK for JavaScript - v3.22.2
      • Flatten a two dimensional array into a one dimensional array.

        Type Parameters

        • T

        Parameters

        • arr: T[][]

          The array to be flattened.

        Returns T[]

        A one dimensional array.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.flatten.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.flatten.html index 3323cff6eb..0a11f29872 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.flatten.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.flatten.html @@ -1,6 +1,6 @@ -flatten | SAP Cloud SDK for JavaScript - v3.22.1

    Flattens a array: [1,[2,[3,4]],5] will become [1,2,3,4,5]. +flatten | SAP Cloud SDK for JavaScript - v3.22.2

    Flattens a array: [1,[2,[3,4]],5] will become [1,2,3,4,5]. Non primitive values are copied by reference.

    • Parameters

      • input: any[]

        Array to be flattened.

      Returns any[]

      The flattened array.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.formatJson.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.formatJson.html index 2c3b4faa9d..4579886688 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.formatJson.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.formatJson.html @@ -1,5 +1,5 @@ -formatJson | SAP Cloud SDK for JavaScript - v3.22.1
    • Convert a JSON object to a string using formatting in line with the prettier with indentation and new line at the end.

      +formatJson | SAP Cloud SDK for JavaScript - v3.22.2
      • Convert a JSON object to a string using formatting in line with the prettier with indentation and new line at the end.

        Parameters

        • json: any

          Object to be stringified.

        Returns string

        The JSON object as string.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getGlobalLogFormat.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getGlobalLogFormat.html index bdcbae9b37..09a7d47095 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getGlobalLogFormat.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getGlobalLogFormat.html @@ -1,4 +1,4 @@ -getGlobalLogFormat | SAP Cloud SDK for JavaScript - v3.22.1
    • Get the global log format of the container.

      +getGlobalLogFormat | SAP Cloud SDK for JavaScript - v3.22.2
      • Get the global log format of the container.

        Returns Format | undefined

        The global log format, or undefined when not defined.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getGlobalLogLevel.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getGlobalLogLevel.html index 71f352d81c..6ffad416ef 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getGlobalLogLevel.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getGlobalLogLevel.html @@ -1,4 +1,4 @@ -getGlobalLogLevel | SAP Cloud SDK for JavaScript - v3.22.1
    • Get the global log level of the container.

      +getGlobalLogLevel | SAP Cloud SDK for JavaScript - v3.22.2
      • Get the global log level of the container.

        Returns string | undefined

        The global log level, or undefined when not defined.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getLogger.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getLogger.html index 7c8f608a7b..2570a6666f 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getLogger.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getLogger.html @@ -1,5 +1,5 @@ -getLogger | SAP Cloud SDK for JavaScript - v3.22.1
    • Get logger for a given message context, if available.

      +getLogger | SAP Cloud SDK for JavaScript - v3.22.2
      • Get logger for a given message context, if available.

        Parameters

        • OptionalmessageContext: string

          A key for the message context of all messages produced by the logger.

        Returns Logger | undefined

        The logger for the given messageContext if it was created before.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getMessageOrStack.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getMessageOrStack.html index a658d4cb03..60874b182d 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getMessageOrStack.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.getMessageOrStack.html @@ -1,5 +1,5 @@ -getMessageOrStack | SAP Cloud SDK for JavaScript - v3.22.1
    • Internal

      Gets the stack of the given error if available, otherwise the message.

      +getMessageOrStack | SAP Cloud SDK for JavaScript - v3.22.2
      • Internal

        Gets the stack of the given error if available, otherwise the message.

        Parameters

        • info: TransformableInfo

          Object to be transformed.

        Returns string

        The message string to be used.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.identity.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.identity.html index 0f063ffcc7..a4679f238f 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.identity.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.identity.html @@ -1,5 +1,5 @@ -identity | SAP Cloud SDK for JavaScript - v3.22.1
    • Identity function.

      +identity | SAP Cloud SDK for JavaScript - v3.22.2
      • Identity function.

        Type Parameters

        • T

        Parameters

        • value: T

          Any value.

        Returns T

        The given value.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.isErrorWithCause.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.isErrorWithCause.html index 2717715aba..07c8dc644c 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.isErrorWithCause.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.isErrorWithCause.html @@ -1,5 +1,5 @@ -isErrorWithCause | SAP Cloud SDK for JavaScript - v3.22.1
    • Type guard to check whether an error is of type ErrorWithCause.

      +isErrorWithCause | SAP Cloud SDK for JavaScript - v3.22.2
      • Type guard to check whether an error is of type ErrorWithCause.

        Parameters

        • err: Error

          An error.

        Returns err is ErrorWithCause

        Whether the given error is of type ErrorWithCause.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.isNullish.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.isNullish.html index 3ebbd56016..221d687dd0 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.isNullish.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.isNullish.html @@ -1,5 +1,5 @@ -isNullish | SAP Cloud SDK for JavaScript - v3.22.1
    • Checks whether a value is either null or undefined.

      +isNullish | SAP Cloud SDK for JavaScript - v3.22.2
      • Checks whether a value is either null or undefined.

        Parameters

        • val: any

          Value to check.

        Returns val is undefined | null

        true for null or undefined, false otherwise.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.kebabCase.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.kebabCase.html index 615bf60019..2b7a25ec0d 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.kebabCase.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.kebabCase.html @@ -1,5 +1,5 @@ -kebabCase | SAP Cloud SDK for JavaScript - v3.22.1
    • Convert a string to kebab case. This format is used e.g. for file names.

      +kebabCase | SAP Cloud SDK for JavaScript - v3.22.2
      • Convert a string to kebab case. This format is used e.g. for file names.

        Parameters

        • str: string

          The string to be transformed.

        Returns string

        The transformed string.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.last.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.last.html index 2e2d9ead37..692c2f769a 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.last.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.last.html @@ -1,5 +1,5 @@ -last | SAP Cloud SDK for JavaScript - v3.22.1
    • Get the last item from an array. Returns undefined, if the array is empty.

      +last | SAP Cloud SDK for JavaScript - v3.22.2
      • Get the last item from an array. Returns undefined, if the array is empty.

        Type Parameters

        • T

        Parameters

        • arr: T[]

          Array to get the last item of.

        Returns T | undefined

        Last item of the array or undefined, if the array was empty.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.mergeIgnoreCase.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.mergeIgnoreCase.html index aac41c7c4b..3b4793f4e9 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.mergeIgnoreCase.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.mergeIgnoreCase.html @@ -1,8 +1,8 @@ -mergeIgnoreCase | SAP Cloud SDK for JavaScript - v3.22.1
    • Create an object by merging the right object into a shallow copy of the left object ignoring casing, but keeping the right casing. Keys present both objects will be present in the merged object.

      +mergeIgnoreCase | SAP Cloud SDK for JavaScript - v3.22.2
      • Create an object by merging the right object into a shallow copy of the left object ignoring casing, but keeping the right casing. Keys present both objects will be present in the merged object.

        Type Parameters

        • LeftT extends Record<string, any>
        • RightT extends Record<string, any>

        Parameters

        • Optionalleft: LeftT

          Object to merge.

        • Optionalright: RightT

          Object to merge. The casing of the keys of this object takes precedence.

        Returns Record<string, any>

        • An object containing all keys from both objects, where entries present in the right object are replaced. Note that the casing used by right will be used.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.mergeLeftIgnoreCase.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.mergeLeftIgnoreCase.html index 5f4549a2ac..f494028c9f 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.mergeLeftIgnoreCase.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.mergeLeftIgnoreCase.html @@ -1,8 +1,8 @@ -mergeLeftIgnoreCase | SAP Cloud SDK for JavaScript - v3.22.1
    • Create an object by merging the right object into a shallow copy of the left object ignoring casing, but keeping the right casing. Only keys present in the left object will be present in the merged object.

      +mergeLeftIgnoreCase | SAP Cloud SDK for JavaScript - v3.22.2
      • Create an object by merging the right object into a shallow copy of the left object ignoring casing, but keeping the right casing. Only keys present in the left object will be present in the merged object.

        Type Parameters

        • LeftT extends Record<string, any>
        • RightT extends Record<string, any>

        Parameters

        • Optionalleft: LeftT

          Object to merge into. They keys of this object will be present in the returned object.

        • Optionalright: RightT

          Object to merge. Only keys in left will be considered for merging.

        Returns Record<string, any>

        • An object containing all keys from the left object, where entries present in the right object are replaced. Note that the casing used by right will be used.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.muteLoggers.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.muteLoggers.html index c79d36e23e..f76661d344 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.muteLoggers.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.muteLoggers.html @@ -1,3 +1,3 @@ -muteLoggers | SAP Cloud SDK for JavaScript - v3.22.1
    • Mute all logger output created by the SAP Cloud SDK Logger. This also applies to future loggers created. Useful for tests.

      +muteLoggers | SAP Cloud SDK for JavaScript - v3.22.2
      • Mute all logger output created by the SAP Cloud SDK Logger. This also applies to future loggers created. Useful for tests.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

        Returns void

      +

      Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.partition.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.partition.html index 762c8acba4..b14d817815 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.partition.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.partition.html @@ -1,6 +1,6 @@ -partition | SAP Cloud SDK for JavaScript - v3.22.1
    • Split an array into two based on a condition.

      +partition | SAP Cloud SDK for JavaScript - v3.22.2
      • Split an array into two based on a condition.

        Type Parameters

        • T

        Parameters

        • arr: T[]

          Array to partition.

        • condition: ((item: T) => boolean)

          Function to determine to where to put each item.

            • (item): boolean
            • Parameters

              • item: T

              Returns boolean

        Returns [T[], T[]]

        A two dimensional array containing two arrays, where the first one includes all items where the given condition was met and the second one includes all items where it was not met.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pascalCase.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pascalCase.html index ff9f5702aa..95b7a058e9 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pascalCase.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pascalCase.html @@ -1,5 +1,5 @@ -pascalCase | SAP Cloud SDK for JavaScript - v3.22.1
    • Convert a string to pascal case. This format is used e.g. for types.

      +pascalCase | SAP Cloud SDK for JavaScript - v3.22.2
      • Convert a string to pascal case. This format is used e.g. for types.

        Parameters

        • str: string

          The string to be transformed.

        Returns string

        The transformed string.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pick.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pick.html index 52e801506f..405d3a9398 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pick.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pick.html @@ -1,7 +1,7 @@ -pick | SAP Cloud SDK for JavaScript - v3.22.1

    Create a shallow copy of the given object, that contains the given keys. +pick | SAP Cloud SDK for JavaScript - v3.22.2

    Create a shallow copy of the given object, that contains the given keys. Non existing keys in the source object are ignored.

    • Type Parameters

      • T extends Record<string, unknown>

      Parameters

      • keys: string[]

        Properties to be selected.

      • obj: T

        Object from which the values are taken.

      Returns Partial<T>

      An object with the selected keys and corresponding values.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pickIgnoreCase.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pickIgnoreCase.html index cf387ac617..3268cc1b1a 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pickIgnoreCase.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pickIgnoreCase.html @@ -1,4 +1,4 @@ -pickIgnoreCase | SAP Cloud SDK for JavaScript - v3.22.1
    • Create a shallow copy of the given object, that contains the given keys, independent of casing. +pickIgnoreCase | SAP Cloud SDK for JavaScript - v3.22.2

      • Create a shallow copy of the given object, that contains the given keys, independent of casing. Non existing keys in the source object are ignored.

        Type Parameters

        • T extends Record<string, any>

        Parameters

        • Optionalobj: T

          Object to pick the given key from.

        • Rest...keys: string[]

          Keys of the pair to be picked.

          @@ -6,4 +6,4 @@
        • An object containing the given key-value pairs in its original case or an empty object if none of them are found.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pickNonNullish.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pickNonNullish.html index 4d4156cb96..6fc911d4b2 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pickNonNullish.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pickNonNullish.html @@ -1,7 +1,7 @@ -pickNonNullish | SAP Cloud SDK for JavaScript - v3.22.1
    • Create a shallow copy of the given object, that contains all entries with non-nullish values.

      +pickNonNullish | SAP Cloud SDK for JavaScript - v3.22.2
      • Create a shallow copy of the given object, that contains all entries with non-nullish values.

        Type Parameters

        • T extends Record<string, any>

        Parameters

        • Optionalobj: T

          An object to pick from.

        Returns Partial<T>

        • A filtered object containing only keys with non-nullish values.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pickValueIgnoreCase.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pickValueIgnoreCase.html index 0d1f4c6d7c..4910acfca3 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pickValueIgnoreCase.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.pickValueIgnoreCase.html @@ -1,6 +1,6 @@ -pickValueIgnoreCase | SAP Cloud SDK for JavaScript - v3.22.1
    • Returns the value of an object based on the given key, independent of casing.

      +pickValueIgnoreCase | SAP Cloud SDK for JavaScript - v3.22.2
      • Returns the value of an object based on the given key, independent of casing.

        Type Parameters

        • T extends Record<string, any>

        Parameters

        • obj: undefined | T

          Object to be searched for the given key.

        • key: string

          Key of the value to pick.

        Returns any | undefined

        The value of for the given key or undefined, if not available.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.propertyExists.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.propertyExists.html index 9b9b8e8f2b..49f4be1a8d 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.propertyExists.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.propertyExists.html @@ -1,6 +1,6 @@ -propertyExists | SAP Cloud SDK for JavaScript - v3.22.1
    • Checks if a chain of properties exists on the given object.

      +propertyExists | SAP Cloud SDK for JavaScript - v3.22.2
      • Checks if a chain of properties exists on the given object.

        Parameters

        • obj: Record<string, any>

          The object to be checked.

        • Rest...properties: string[]

          Chained properties.

        Returns boolean

        true if the property chain leads to a truthy value, false otherwise.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.readJSON.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.readJSON.html index 0d5aa8a47c..b7607f3ea5 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.readJSON.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.readJSON.html @@ -1,5 +1,5 @@ -readJSON | SAP Cloud SDK for JavaScript - v3.22.1
    • Read a JSON file from the file system.

      +readJSON | SAP Cloud SDK for JavaScript - v3.22.2
      • Read a JSON file from the file system.

        Parameters

        • path: PathLike

          The path to the JSON file.

        Returns {
            [key: string]: any;
        }

        An object parsed from the JSON file.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
        • [key: string]: any
      +
      • [key: string]: any
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeFileExtension.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeFileExtension.html index facf2751cd..d969b81293 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeFileExtension.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeFileExtension.html @@ -1,5 +1,5 @@ -removeFileExtension | SAP Cloud SDK for JavaScript - v3.22.1
    • Remove file extension from a string, e.g. remove 'test.jpg' would return 'test'.

      +removeFileExtension | SAP Cloud SDK for JavaScript - v3.22.2
      • Remove file extension from a string, e.g. remove 'test.jpg' would return 'test'.

        Parameters

        • fileName: string

          File name to remove the file extension from.

        Returns string

        File name without extension.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeLeadingSlashes.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeLeadingSlashes.html index cead9286cf..cf7f06bfe2 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeLeadingSlashes.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeLeadingSlashes.html @@ -1,2 +1,2 @@

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -removeLeadingSlashes | SAP Cloud SDK for JavaScript - v3.22.1
    • Internal

      Parameters

      • path: string

      Returns string

    +removeLeadingSlashes | SAP Cloud SDK for JavaScript - v3.22.2
    • Internal

      Parameters

      • path: string

      Returns string

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeSlashes.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeSlashes.html index cbb130159f..d68ede9bf8 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeSlashes.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeSlashes.html @@ -1,2 +1,2 @@

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -removeSlashes | SAP Cloud SDK for JavaScript - v3.22.1
    • Internal

      Parameters

      • path: string

      Returns string

    +removeSlashes | SAP Cloud SDK for JavaScript - v3.22.2
    • Internal

      Parameters

      • path: string

      Returns string

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeTrailingSlashes.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeTrailingSlashes.html index 2d3cb2a62e..58c8021802 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeTrailingSlashes.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.removeTrailingSlashes.html @@ -1,2 +1,2 @@

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -removeTrailingSlashes | SAP Cloud SDK for JavaScript - v3.22.1
    • Internal

      Parameters

      • path: string

      Returns string

    +removeTrailingSlashes | SAP Cloud SDK for JavaScript - v3.22.2
    • Internal

      Parameters

      • path: string

      Returns string

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.renameKeys.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.renameKeys.html index 5662db94c4..6940d9f88f 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.renameKeys.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.renameKeys.html @@ -1,8 +1,8 @@ -renameKeys | SAP Cloud SDK for JavaScript - v3.22.1

    Takes an object and returns a new object whose keys are renamed according to the provided key mapping. +renameKeys | SAP Cloud SDK for JavaScript - v3.22.2

    Takes an object and returns a new object whose keys are renamed according to the provided key mapping. Any keys in the input object not present in the key mapping will be present in the output object as-is. If a key in the key mapping is not present in the input object, the output object will contain the key with value "undefined".

    • Parameters

      • keyMapping: Record<string, string>

        An object mapping keys of the input object to keys of the output object.

      • obj: Record<string, any>

        The input object.

      Returns Record<string, any>

      An object with renamed keys.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.resetCustomLogFormats.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.resetCustomLogFormats.html index ec010373d0..d348cd4919 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.resetCustomLogFormats.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.resetCustomLogFormats.html @@ -1,3 +1,3 @@ -resetCustomLogFormats | SAP Cloud SDK for JavaScript - v3.22.1
    • Reset all the custom log formats for loggers and message context.

      +resetCustomLogFormats | SAP Cloud SDK for JavaScript - v3.22.2
      • Reset all the custom log formats for loggers and message context.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

        Returns void

      +

      Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.resetCustomLogLevels.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.resetCustomLogLevels.html index 9cd126114b..eb4794d880 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.resetCustomLogLevels.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.resetCustomLogLevels.html @@ -1,3 +1,3 @@ -resetCustomLogLevels | SAP Cloud SDK for JavaScript - v3.22.1
    • Reset all the custom log levels for loggers and message context.

      +resetCustomLogLevels | SAP Cloud SDK for JavaScript - v3.22.2
      • Reset all the custom log levels for loggers and message context.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

        Returns void

      +

      Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.sanitizeRecord.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.sanitizeRecord.html index ba5928cde6..4db6a596cf 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.sanitizeRecord.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.sanitizeRecord.html @@ -1,8 +1,8 @@ -sanitizeRecord | SAP Cloud SDK for JavaScript - v3.22.1
    • Potentially sensitive keys will be matched case-insensitive and as substrings. +sanitizeRecord | SAP Cloud SDK for JavaScript - v3.22.2

      • Potentially sensitive keys will be matched case-insensitive and as substrings. Matches will be replaced with a placeholder string.

        Type Parameters

        • T = any

        Parameters

        • input: Record<string, T>

          The record to be sanitized.

        • OptionalreplacementString: string

          The placeholder string.

        • OptionalsensitiveKeys: string[]

          The list of keys to be replaced. This overrides the default list.

        Returns Record<string, T>

        The sanitized copy of the input record.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setGlobalLogFormat.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setGlobalLogFormat.html index 8850b27f16..a271b68fbd 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setGlobalLogFormat.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setGlobalLogFormat.html @@ -1,5 +1,5 @@ -setGlobalLogFormat | SAP Cloud SDK for JavaScript - v3.22.1
    • Change the global log format of the container which will set default format for all active loggers. +setGlobalLogFormat | SAP Cloud SDK for JavaScript - v3.22.2

      • Change the global log format of the container which will set default format for all active loggers. e.g., to set the global log format to local call setGlobalLogLevel(logFormat.local) or use a custom log format.

        Parameters

        • format: Format

          The log format to set the global log format to.

          Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

          -

        Returns void

      +

    Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setGlobalLogLevel.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setGlobalLogLevel.html index 1da86302a0..d4d7417b2d 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setGlobalLogLevel.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setGlobalLogLevel.html @@ -1,5 +1,5 @@ -setGlobalLogLevel | SAP Cloud SDK for JavaScript - v3.22.1
    • Change the global log level of the container which will set default level for all active loggers. +setGlobalLogLevel | SAP Cloud SDK for JavaScript - v3.22.2

      • Change the global log level of the container which will set default level for all active loggers. e.g., to set the global log level call setGlobalLogLevel('debug').

        Parameters

        • level: LogLevel

          The log level to set the global log level to.

          Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

          -

        Returns void

      +

    Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setGlobalTransports.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setGlobalTransports.html index 387642c20f..133d6d4147 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setGlobalTransports.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setGlobalTransports.html @@ -1,5 +1,5 @@ -setGlobalTransports | SAP Cloud SDK for JavaScript - v3.22.1
    • Change the global transport of the container which will set default transport for all active loggers. +setGlobalTransports | SAP Cloud SDK for JavaScript - v3.22.2

      • Change the global transport of the container which will set default transport for all active loggers. e.g., to set the global transport call setGlobalTransports(httpTransport).

        Parameters

        • customTransports: TransportStream | TransportStream[]

          The transport to set the global transport to. Both single transport and an array with multiple transports are supported.

          Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

          -

        Returns void

      +

    Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setLogFormat.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setLogFormat.html index 5deb007159..4c1d06d1a5 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setLogFormat.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setLogFormat.html @@ -1,6 +1,6 @@ -setLogFormat | SAP Cloud SDK for JavaScript - v3.22.1
    • Change the log format of a logger based on its message context. +setLogFormat | SAP Cloud SDK for JavaScript - v3.22.2

      • Change the log format of a logger based on its message context. e.g., to set the log format for the destination accessor module of the SDK to local, simply call setLogFormat(logFormat.local, 'destination-accessor').

        Parameters

        • format: Format

          Format to set the logger to. Use logFormat to get the pre-defined log formats or use a custom log format.

        • OptionalmessageContextOrLogger: string | Logger

          Message context of the logger to change the log level for or the logger itself.

          Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

          -

        Returns void

      +

    Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setLogLevel.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setLogLevel.html index 0226e93922..aaa8b8f5a6 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setLogLevel.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.setLogLevel.html @@ -1,6 +1,6 @@ -setLogLevel | SAP Cloud SDK for JavaScript - v3.22.1
    • Change the log level of a logger based on its message context. +setLogLevel | SAP Cloud SDK for JavaScript - v3.22.2

      • Change the log level of a logger based on its message context. e.g., to set the log level for the destination accessor module of the SDK to debug, simply call setLogLevel('debug', 'destination-accessor').

        Parameters

        • level: "" | LogLevel

          Level to set the logger to. Use an empty string '' as level to unset context level.

        • OptionalmessageContextOrLogger: string | Logger

          Message context of the logger to change the log level for or the logger itself.

          Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

          -

        Returns void

      +

    Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.splitInChunks.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.splitInChunks.html index 6ea5d79c2b..83c1c2f5a6 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.splitInChunks.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.splitInChunks.html @@ -1,6 +1,6 @@ -splitInChunks | SAP Cloud SDK for JavaScript - v3.22.1
    • Split the given array in chunks.

      +splitInChunks | SAP Cloud SDK for JavaScript - v3.22.2
      • Split the given array in chunks.

        Type Parameters

        • T

        Parameters

        • arr: T[]

          Array to be split into chunks.

        • chunkSize: number

          Size of the chunks.

        Returns T[][]

        Two dimensional array with arrays of length chunkSize. The last subarray could be shorter.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.titleFormat.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.titleFormat.html index 285a2084e9..7b9e7ac978 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.titleFormat.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.titleFormat.html @@ -1,5 +1,5 @@ -titleFormat | SAP Cloud SDK for JavaScript - v3.22.1
    • Convert a string to a human readable format, e.g. it transforms to_BusinessPartner to To Business Partner.

      +titleFormat | SAP Cloud SDK for JavaScript - v3.22.2
      • Convert a string to a human readable format, e.g. it transforms to_BusinessPartner to To Business Partner.

        Parameters

        • str: string

          The string to be transformed.

        Returns string

        The transformed string.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.toSanitizedObject.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.toSanitizedObject.html index 680919bbd0..6784e90d33 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.toSanitizedObject.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.toSanitizedObject.html @@ -1,8 +1,8 @@ -toSanitizedObject | SAP Cloud SDK for JavaScript - v3.22.1
    • Create an object based on the given key and value if neither key nor value are nullish.

      +toSanitizedObject | SAP Cloud SDK for JavaScript - v3.22.2
      • Create an object based on the given key and value if neither key nor value are nullish.

        Parameters

        • key: string

          Name of the header.

        • value: any

          Value of the header.

        Returns Record<string, any>

        • An object containing the given key and value of an empty object.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.transformVariadicArgumentToArray.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.transformVariadicArgumentToArray.html index 2afbcdbcf0..d9b3c046c5 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.transformVariadicArgumentToArray.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.transformVariadicArgumentToArray.html @@ -1,4 +1,4 @@ -transformVariadicArgumentToArray | SAP Cloud SDK for JavaScript - v3.22.1
    • We want to provide methods which accept a variable single number of elements and arrays. +transformVariadicArgumentToArray | SAP Cloud SDK for JavaScript - v3.22.2

      • We want to provide methods which accept a variable single number of elements and arrays. The overloaded signature to achieve this is:

        function doSomething(array: T[])
        function doSomething(...varArgs: T[])
        function doSomething(first: undefined | T | T[], ...rest: T[]) {
        //implementation
        }
        @@ -8,4 +8,4 @@
      • rest: T[]

        Second to last element, if var args were used, empty array, if the first argument is an array.

      Returns T[]

      Array from the input or empty array if no input was given.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.trim.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.trim.html index ea79748ae8..3d0f7705e7 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.trim.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.trim.html @@ -1,5 +1,5 @@ -trim | SAP Cloud SDK for JavaScript - v3.22.1
    • Remove whitespace from the left and right side of a string.

      +trim | SAP Cloud SDK for JavaScript - v3.22.2
      • Remove whitespace from the left and right side of a string.

        Parameters

        • string: string

          String to trim.

        Returns string

        String without outer whitespace.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.trimLeft.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.trimLeft.html index 5a6cb3bf71..bd2454ed71 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.trimLeft.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.trimLeft.html @@ -1,5 +1,5 @@ -trimLeft | SAP Cloud SDK for JavaScript - v3.22.1
    • Remove whitespace from the left side of a string.

      +trimLeft | SAP Cloud SDK for JavaScript - v3.22.2
      • Remove whitespace from the left side of a string.

        Parameters

        • string: string

          String to trim.

        Returns string

        String without whitespace on the left side.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.trimRight.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.trimRight.html index 38c139fb3e..6163a04edc 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.trimRight.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.trimRight.html @@ -1,5 +1,5 @@ -trimRight | SAP Cloud SDK for JavaScript - v3.22.1
    • Remove whitespace from the right side of a string.

      +trimRight | SAP Cloud SDK for JavaScript - v3.22.2
      • Remove whitespace from the right side of a string.

        Parameters

        • string: string

          String to trim.

        Returns string

        String without whitespace on the right side.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.unique.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.unique.html index 7204fbba4d..3356d87353 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.unique.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.unique.html @@ -1,5 +1,5 @@ -unique | SAP Cloud SDK for JavaScript - v3.22.1
    • Remove all duplicates from an array.

      +unique | SAP Cloud SDK for JavaScript - v3.22.2
      • Remove all duplicates from an array.

        Type Parameters

        • T

        Parameters

        • arr: T[]

          Array that might contain duplicates.

        Returns T[]

        Array of unique items.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.unmuteLoggers.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.unmuteLoggers.html index 83ce26a0f6..470366a1bd 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.unmuteLoggers.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.unmuteLoggers.html @@ -1,3 +1,3 @@ -unmuteLoggers | SAP Cloud SDK for JavaScript - v3.22.1
    • Unmute all logger output created by the SAP Cloud SDK Logger. This also applies to future loggers created. Useful for tests.

      +unmuteLoggers | SAP Cloud SDK for JavaScript - v3.22.2
      • Unmute all logger output created by the SAP Cloud SDK Logger. This also applies to future loggers created. Useful for tests.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -

        Returns void

      +

      Returns void

    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.upperCaseSnakeCase.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.upperCaseSnakeCase.html index 7c73fe6522..e16b8220bc 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.upperCaseSnakeCase.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.upperCaseSnakeCase.html @@ -1,5 +1,5 @@ -upperCaseSnakeCase | SAP Cloud SDK for JavaScript - v3.22.1
    • Convert a string to the uppercase snake case. This format is used e.g. for static properties on entity classes.

      +upperCaseSnakeCase | SAP Cloud SDK for JavaScript - v3.22.2
      • Convert a string to the uppercase snake case. This format is used e.g. for static properties on entity classes.

        Parameters

        • str: string

          The string to be transformed.

        Returns string

        The input string in the case used by static methods on entity-classes.

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.zip.html b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.zip.html index 5fa2ad8797..d4696a915b 100644 --- a/knowledge-base/api-reference/functions/sap_cloud_sdk_util.zip.html +++ b/knowledge-base/api-reference/functions/sap_cloud_sdk_util.zip.html @@ -1,9 +1,9 @@ -zip | SAP Cloud SDK for JavaScript - v3.22.1
    • Merge two arrays by alternately adding inserting values from both arrays, starting from the left.

      +zip | SAP Cloud SDK for JavaScript - v3.22.2
      • Merge two arrays by alternately adding inserting values from both arrays, starting from the left.

        Type Parameters

        • T

        Parameters

        • left: T[]

          Array to start alternately merging from.

        • right: T[]

          Second array to merge.

        Returns T[]

        Zipped array.

        -
        `zip([1, 2], [3, 4, 5, 6])` results in `[1, 3, 2, 4, 5, 6]`.
        +
        `zip([1, 2], [3, 4, 5, 6])` results in `[1, 3, 2, 4, 5, 6]`.
         

        Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

        -
      +
    diff --git a/knowledge-base/api-reference/hierarchy.html b/knowledge-base/api-reference/hierarchy.html index 8c46398071..8d02a359a5 100644 --- a/knowledge-base/api-reference/hierarchy.html +++ b/knowledge-base/api-reference/hierarchy.html @@ -1,2 +1,2 @@

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -SAP Cloud SDK for JavaScript - v3.22.1

    SAP Cloud SDK for JavaScript - v3.22.1

    Class Hierarchy

    +SAP Cloud SDK for JavaScript - v3.22.2

    SAP Cloud SDK for JavaScript - v3.22.2

    Class Hierarchy

    diff --git a/knowledge-base/api-reference/index.html b/knowledge-base/api-reference/index.html index 9797cde62c..48bcb659d7 100644 --- a/knowledge-base/api-reference/index.html +++ b/knowledge-base/api-reference/index.html @@ -1,4 +1,4 @@ -SAP Cloud SDK for JavaScript - v3.22.1

    SAP Cloud SDK for JavaScript - v3.22.1

    The SAP Cloud SDK for JavaScript consists of multiple libraries to enable you to write side-by-side extensions on SAP Business Technology Platform.

    +SAP Cloud SDK for JavaScript - v3.22.2

    SAP Cloud SDK for JavaScript - v3.22.2

    The SAP Cloud SDK for JavaScript consists of multiple libraries to enable you to write side-by-side extensions on SAP Business Technology Platform.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.AllDestinations.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.AllDestinations.html index b84ba20bf4..953c64ad12 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.AllDestinations.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.AllDestinations.html @@ -1,8 +1,8 @@ -AllDestinations | SAP Cloud SDK for JavaScript - v3.22.1

    Collection of all destinations from the provider and subscriber account. +AllDestinations | SAP Cloud SDK for JavaScript - v3.22.2

    Collection of all destinations from the provider and subscriber account. The used DestinationSelectionStrategy will decide which destination is selected in the end.

    interface AllDestinations {
        provider: DestinationsByType;
        subscriber: DestinationsByType;
    }

    Properties

    Properties

    Collection of all destinations from the provider account.

    subscriber: DestinationsByType

    Collection of all destinations from the subscriber account.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.BasicProxyConfiguration.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.BasicProxyConfiguration.html index 824797640f..6c9b029b85 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.BasicProxyConfiguration.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.BasicProxyConfiguration.html @@ -1,4 +1,4 @@ -BasicProxyConfiguration | SAP Cloud SDK for JavaScript - v3.22.1

    Standard proxy configuration without additional headers nor authorization info.

    +BasicProxyConfiguration | SAP Cloud SDK for JavaScript - v3.22.2

    Standard proxy configuration without additional headers nor authorization info.

    interface BasicProxyConfiguration {
        host: string;
        port: number;
        protocol: Protocol;
    }

    Hierarchy (view full)

    Properties

    host port protocol @@ -6,4 +6,4 @@
    port: number

    The port of the proxy.

    protocol: Protocol

    The protocol used by the proxy.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.CacheEntry.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.CacheEntry.html index 2d28e4e19f..b857d92a39 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.CacheEntry.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.CacheEntry.html @@ -1,7 +1,7 @@ -CacheEntry | SAP Cloud SDK for JavaScript - v3.22.1

    Representation of a cached object.

    +CacheEntry | SAP Cloud SDK for JavaScript - v3.22.2

    Representation of a cached object.

    interface CacheEntry<T> {
        entry: T;
        expires?: number;
    }

    Type Parameters

    • T

    Properties

    Properties

    entry: T

    The cache entry.

    expires?: number

    The expiration time of the cache entry in milliseconds.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.CachingOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.CachingOptions.html index b0616715ec..75e8f7a463 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.CachingOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.CachingOptions.html @@ -1,5 +1,5 @@ -CachingOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Options to enable caching when fetching destinations.

    +CachingOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Options to enable caching when fetching destinations.

    interface CachingOptions {
        useCache?: boolean;
    }

    Properties

    Properties

    useCache?: boolean

    A boolean value that indicates whether to read destinations from cache.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.ClientCredentialsResponse.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.ClientCredentialsResponse.html index 7c9e00071e..78434f8655 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.ClientCredentialsResponse.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.ClientCredentialsResponse.html @@ -1,4 +1,4 @@ -ClientCredentialsResponse | SAP Cloud SDK for JavaScript - v3.22.1

    Represents the response to a client credentials request.

    +ClientCredentialsResponse | SAP Cloud SDK for JavaScript - v3.22.2

    Represents the response to a client credentials request.

    interface ClientCredentialsResponse {
        access_token: string;
        expires_in: number;
        jti: string;
        scope: string;
        token_type: string;
    }

    Properties

    access_token expires_in jti @@ -10,4 +10,4 @@
    scope: string

    Scopes associated with the token.

    token_type: string

    Type of the token, e.g., Bearer.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.Destination.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.Destination.html index 46182ee7b8..5c19cc4b5b 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.Destination.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.Destination.html @@ -1,4 +1,4 @@ -Destination | SAP Cloud SDK for JavaScript - v3.22.1

    A resolved destination containing information needed to execute requests, such as the system URL.

    +Destination | SAP Cloud SDK for JavaScript - v3.22.2

    A resolved destination containing information needed to execute requests, such as the system URL.

    You can create a destination as a local object when supplying all necessary information, or it could be retrieved from the destination service on SAP Business Technology Platform (via DestinationFetchOptions). When creating a local object representing a destination, you need to supply at least the url and, if required by the target system, valid credentials with username and password.

    interface Destination {
        authentication?: AuthenticationType;
        authTokens?: null | DestinationAuthToken[];
        certificates?: DestinationCertificate[];
        clientId?: string;
        clientSecret?: string;
        cloudConnectorLocationId?: string;
        forwardAuthToken?: boolean;
        headers?: Record<string, any>;
        isTestDestination?: boolean;
        isTrustingAllCertificates?: boolean;
        jwks?: string;
        jwksUri?: string;
        keyStoreName?: string;
        keyStorePassword?: string;
        mtls?: boolean;
        name?: null | string;
        originalProperties?: {
            [key: string]: any;
        };
        password?: null | string;
        proxyConfiguration?: ProxyConfiguration;
        proxyType?: DestinationProxyType;
        queryParameters?: Record<string, any>;
        sapClient?: null | string;
        systemUser?: string;
        tokenServicePassword?: string;
        tokenServiceUrl?: string;
        tokenServiceUser?: string;
        trustStoreCertificate?: DestinationCertificate;
        type?:
            | "HTTP"
            | "LDAP"
            | "MAIL"
            | "RFC";
        url?: string;
        username?: null | string;
    }

    Properties

    authentication? @@ -71,4 +71,4 @@ The path for requests against this destination will be appended to the path defined in the URL as a new path segment.

    username?: null | string

    Username to use for basic authentication, optional if other means of authentication shall be used.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationAccessorOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationAccessorOptions.html index 1563f5a7a3..f7c5e167f4 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationAccessorOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationAccessorOptions.html @@ -1,6 +1,6 @@ -DestinationAccessorOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Options to configure the behavior of the destination accessor.

    -
    interface DestinationAccessorOptions {
        iasToXsuaaTokenExchange?: boolean;
        iss?: string;
        jwt?: string;
        refreshToken?: string;
        selectionStrategy?: DestinationSelectionStrategy;
    }

    Properties

    iasToXsuaaTokenExchange? +DestinationAccessorOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Options to configure the behavior of the destination accessor.

    +
    interface DestinationAccessorOptions {
        iasToXsuaaTokenExchange?: boolean;
        iss?: string;
        jwt?: string;
        refreshToken?: string;
        selectionStrategy?: DestinationSelectionStrategy;
    }

    Properties

    refreshToken?: string

    The token is used to request an access token from an OAuth server. The value is mandatory for authentication type OAuth2RefreshToken and is ignored for other authentication types. The value must be provided in a refresh token format.

    -
    selectionStrategy?: DestinationSelectionStrategy

    Method that implements the selection strategy of the retrieved destination. Uses subscriberFirst per default. Use the selector helper DestinationSelectionStrategies to select the appropriate selection strategy.

    +
    selectionStrategy?: DestinationSelectionStrategy

    Method that implements the selection strategy of the retrieved destination. Uses subscriberFirst per default. Use the selector helper DestinationSelectionStrategies to select the appropriate selection strategy.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationAuthToken.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationAuthToken.html index 792cddbb37..a02168214d 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationAuthToken.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationAuthToken.html @@ -1,4 +1,4 @@ -DestinationAuthToken | SAP Cloud SDK for JavaScript - v3.22.1

    Represents authentication token returned from destination service.

    +DestinationAuthToken | SAP Cloud SDK for JavaScript - v3.22.2

    Represents authentication token returned from destination service.

    interface DestinationAuthToken {
        error: null | string;
        expiresIn?: string;
        http_header: {
            key: string;
            value: string;
        };
        type: string;
        value: string;
    }

    Properties

    error expiresIn? http_header @@ -10,4 +10,4 @@
    type: string

    Type of the token, e.g., Bearer.

    value: string

    Value of the token.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationCertificate.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationCertificate.html index 40070c1173..25cfdc0c16 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationCertificate.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationCertificate.html @@ -1,4 +1,4 @@ -DestinationCertificate | SAP Cloud SDK for JavaScript - v3.22.1

    Represents a certificate attached to a destination.

    +DestinationCertificate | SAP Cloud SDK for JavaScript - v3.22.2

    Represents a certificate attached to a destination.

    interface DestinationCertificate {
        content: string;
        name: string;
        type: string;
    }

    Properties

    content name type @@ -6,4 +6,4 @@
    name: string

    Name of the certificate file.

    type: string

    Type of the certificate.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationConfiguration.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationConfiguration.html index 63a843440f..fa94c8457b 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationConfiguration.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationConfiguration.html @@ -1,4 +1,4 @@ -DestinationConfiguration | SAP Cloud SDK for JavaScript - v3.22.1

    Configuration of a destination as it is available through the destination service.

    +DestinationConfiguration | SAP Cloud SDK for JavaScript - v3.22.2

    Configuration of a destination as it is available through the destination service.

    interface DestinationConfiguration {
        Authentication?: AuthenticationType;
        clientId?: string;
        clientSecret?: string;
        Name?: string;
        Password?: string;
        ProxyType?: string;
        sap-client?: string;
        SystemUser?: string;
        tokenServicePass?: string;
        tokenServiceURL?: string;
        tokenServiceURLType?: "Common" | "Dedicated;";
        tokenServiceUsername?: string;
        TrustAll?: string;
        Type?:
            | "HTTP"
            | "LDAP"
            | "MAIL"
            | "RFC";
        URL?: string;
        User?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

    Properties

    tokenServicePass?: string

    Password to retrieve an auth token from the endpoint.

    tokenServiceURL?: string

    URL of the token service endpoint to retrieve access token. This may contain placeholders in multi-tenant scenarios.

    -

    SAML Bearer Assertion Authentication. In most cases the XSUAA will be used here.

    -
    tokenServiceURLType?: "Common" | "Dedicated;"

    Decides if the token service subdomain is fixed or adjusted in multi-tenant scenarios.

    -
    tokenServiceUsername?: string

    Fixed username to retrieve an auth token from the endpoint.

    +
    tokenServiceURLType?: "Common" | "Dedicated;"

    Decides if the token service subdomain is fixed or adjusted in multi-tenant scenarios.

    +
    tokenServiceUsername?: string

    Fixed username to retrieve an auth token from the endpoint.

    TrustAll?: string

    Value of the TrustAll property of the destination.

    Type?:
        | "HTTP"
        | "LDAP"
        | "MAIL"
        | "RFC"

    Type of the destination.

    URL?: string

    URL of the destination.

    User?: string

    Username in case of basic authentication destinations.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions.html index d23ac96872..c895dc994c 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions.html @@ -1,4 +1,4 @@ -DestinationFetchOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Declaration of a destination to be retrieved from an environment variable or from the destination service on SAP Business Technology Platform, including all DestinationOptions.

    +DestinationFetchOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Declaration of a destination to be retrieved from an environment variable or from the destination service on SAP Business Technology Platform, including all DestinationOptions.

    Use an object of this interface to specify which destination shall be used when executing a request. The destination will be retrieved via its DestinationFetchOptions.destinationName according to the following algorithm:

      @@ -37,11 +37,11 @@
    refreshToken?: string

    The token is used to request an access token from an OAuth server. The value is mandatory for authentication type OAuth2RefreshToken and is ignored for other authentication types. The value must be provided in a refresh token format.

    -
    retry?: boolean

    The call to destination/{name} sometimes also performs a token exchange. Such calls can be flaky due to an unstable token exchange endpoint. +

    retry?: boolean

    The call to destination/{name} sometimes also performs a token exchange. Such calls can be flaky due to an unstable token exchange endpoint. This parameter enables 3 retries on the destination by name calls. By default, the retry is disabled.

    selectionStrategy?: DestinationSelectionStrategy

    Method that implements the selection strategy of the retrieved destination. Uses subscriberFirst per default. Use the selector helper DestinationSelectionStrategies to select the appropriate selection strategy.

    useCache?: boolean

    A boolean value that indicates whether to read destinations from cache.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationForServiceBindingOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationForServiceBindingOptions.html index 96041d994e..1722fbadc8 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationForServiceBindingOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationForServiceBindingOptions.html @@ -1,5 +1,5 @@ -DestinationForServiceBindingOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Options to customize the behavior of getDestinationFromServiceBinding.

    +DestinationForServiceBindingOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Options to customize the behavior of getDestinationFromServiceBinding.

    interface DestinationForServiceBindingOptions {
        serviceBindingTransformFn?: ServiceBindingTransformFunction;
    }

    Properties

    serviceBindingTransformFn?: ServiceBindingTransformFunction

    Custom transformation function to control how a Destination is built from the given Service.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationJson.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationJson.html index b5241ef4de..39af523876 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationJson.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationJson.html @@ -1,4 +1,4 @@ -DestinationJson | SAP Cloud SDK for JavaScript - v3.22.1

    Destination configuration alongside auth tokens and certificates.

    +DestinationJson | SAP Cloud SDK for JavaScript - v3.22.2

    Destination configuration alongside auth tokens and certificates.

    interface DestinationJson {
        authTokens?: Record<string, string>[];
        certificates?: Record<string, string>[];
        destinationConfiguration: DestinationConfiguration;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

    Properties

    certificates?: Record<string, string>[]

    Certificates for authentication as they are available through the destination service.

    destinationConfiguration: DestinationConfiguration

    Configuration of a destination as it is available through the destination service.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationsByType.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationsByType.html index 2c6f030a88..4e90b041a4 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationsByType.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.DestinationsByType.html @@ -1,8 +1,8 @@ -DestinationsByType | SAP Cloud SDK for JavaScript - v3.22.1

    Collection of all destinations from an account. +DestinationsByType | SAP Cloud SDK for JavaScript - v3.22.2

    Collection of all destinations from an account. For a given account a destination can originate from the destination service instance or subaccount.

    interface DestinationsByType {
        instance: Destination[];
        subaccount: Destination[];
    }

    Properties

    Properties

    instance: Destination[]

    Collection of destinations from the destination service instance.

    subaccount: Destination[]

    Collection of destinations from the subaccount.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.HttpAgentConfig.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.HttpAgentConfig.html index c8c5a7ce24..e0ecccd07b 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.HttpAgentConfig.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.HttpAgentConfig.html @@ -1,5 +1,5 @@ -HttpAgentConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Interface for the http-agent within the Axios request config.

    +HttpAgentConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Interface for the http-agent within the Axios request config.

    interface HttpAgentConfig {
        httpAgent: Agent;
    }

    Properties

    Properties

    httpAgent: Agent

    HTTP agent either the node default or an HTTP proxy agent if needed.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.HttpsAgentConfig.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.HttpsAgentConfig.html index 764ff812cf..78ef44ef1c 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.HttpsAgentConfig.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.HttpsAgentConfig.html @@ -1,5 +1,5 @@ -HttpsAgentConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Interface for the https-agent within the Axios request config.

    +HttpsAgentConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Interface for the https-agent within the Axios request config.

    interface HttpsAgentConfig {
        httpsAgent: Agent;
    }

    Properties

    Properties

    httpsAgent: Agent

    HTTPS agent either the node default or an HTTPS proxy agent if needed.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.JwtPayload.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.JwtPayload.html index a834870a3d..9eff230200 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.JwtPayload.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.JwtPayload.html @@ -1,4 +1,4 @@ -JwtPayload | SAP Cloud SDK for JavaScript - v3.22.1

    This is copied from @types/jsonwebtoken.

    +JwtPayload | SAP Cloud SDK for JavaScript - v3.22.2

    This is copied from @types/jsonwebtoken.

    interface JwtPayload {
        aud?: string | string[];
        exp?: number;
        iat?: number;
        iss?: string;
        jti?: string;
        nbf?: number;
        sub?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

    Properties

    aud? exp? iat? @@ -14,4 +14,4 @@
    nbf?: number
    sub?: string

    Standard claims https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.ProxyConfiguration.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.ProxyConfiguration.html index c1e931d25d..8cb1a68fd4 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.ProxyConfiguration.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.ProxyConfiguration.html @@ -1,4 +1,4 @@ -ProxyConfiguration | SAP Cloud SDK for JavaScript - v3.22.1

    Proxy settings for connecting to an on-premise destination via connectivity proxy or web proxies. +ProxyConfiguration | SAP Cloud SDK for JavaScript - v3.22.2

    Proxy settings for connecting to an on-premise destination via connectivity proxy or web proxies. The ProxyConfiguration is undefined in most cases. The logic for setting it is as follows:

    • If the destination has proxy type "OnPremise" the connectivity service proxy is used.
    • @@ -19,4 +19,4 @@
    protocol: Protocol

    The protocol used by the proxy.

    proxy-authorization?: string

    A JWT for proxy authorization, which is used when HTTP headers are not applicable, e.g., using socket protocols.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.ProxyConfigurationHeaders.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.ProxyConfigurationHeaders.html index 9aa1ba8825..5e3a1c911f 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.ProxyConfigurationHeaders.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.ProxyConfigurationHeaders.html @@ -1,7 +1,7 @@ -ProxyConfigurationHeaders | SAP Cloud SDK for JavaScript - v3.22.1

    Represents the request headers when using a proxy like the connectivity proxy to reach On-Premise systems.

    +ProxyConfigurationHeaders | SAP Cloud SDK for JavaScript - v3.22.2

    Represents the request headers when using a proxy like the connectivity proxy to reach On-Premise systems.

    interface ProxyConfigurationHeaders {
        Proxy-Authorization: string;
        SAP-Connectivity-Authentication?: string;
        [header: string]: string | undefined;
    }

    Indexable

    • [header: string]: string | undefined

    Properties

    Proxy-Authorization: string

    Proxy-Authorization header sent to the proxy.

    SAP-Connectivity-Authentication?: string

    SAP-Connectivity-Authentication header sent via the proxy to the target system containing the propagated user.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.Service.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.Service.html index d3220c70cd..22f7c65ee2 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.Service.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.Service.html @@ -1,4 +1,4 @@ -Service | SAP Cloud SDK for JavaScript - v3.22.1

    Unspecific representation of a service as read from VCAP_SERVICES (for Cloud Foundry) or mounted secrets (for K8S).

    +Service | SAP Cloud SDK for JavaScript - v3.22.2

    Unspecific representation of a service as read from VCAP_SERVICES (for Cloud Foundry) or mounted secrets (for K8S).

    interface Service {
        credentials: ServiceCredentials;
        label: string;
        name: string;
        tags: string[];
        [other: string]: any;
    }

    Indexable

    • [other: string]: any

    Properties

    credentials label name @@ -8,4 +8,4 @@
    name: string

    The name of the service.

    tags: string[]

    The tags of the service.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.VerifyJwtOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.VerifyJwtOptions.html index 46876b8b73..54d05ec286 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.VerifyJwtOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_connectivity.VerifyJwtOptions.html @@ -1,5 +1,5 @@ -VerifyJwtOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Options to control certain aspects of JWT verification behavior.

    +VerifyJwtOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Options to control certain aspects of JWT verification behavior.

    interface VerifyJwtOptions {
        cacheVerificationKeys?: boolean;
    }

    Properties

    cacheVerificationKeys?: boolean

    The verification keys are cached if set to true.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_generator.GeneratorOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_generator.GeneratorOptions.html index a2e9f12b1d..053524d77f 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_generator.GeneratorOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_generator.GeneratorOptions.html @@ -1,4 +1,4 @@ -GeneratorOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Options to configure OData client generation when using the generator programmatically.

    +GeneratorOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Options to configure OData client generation when using the generator programmatically.

    interface GeneratorOptions {
        clearOutputDir?: boolean;
        include?: string;
        input: string;
        metadata?: boolean;
        optionsPerService?: string;
        outputDir: string;
        overwrite?: boolean;
        packageJson?: boolean;
        prettierConfig?: string;
        readme?: boolean;
        skipValidation?: boolean;
        transpilationProcesses?: number;
        transpile?: boolean;
        tsconfig?: string;
        useSwagger?: boolean;
        verbose?: boolean;
    }

    Hierarchy (view full)

    Properties

    clearOutputDir? include? input @@ -43,4 +43,4 @@
    verbose?: boolean

    By default, only errors, warnings and important info logs will be displayed. If set to true, all logs will be displayed.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_generator_common.CommonGeneratorOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_generator_common.CommonGeneratorOptions.html index 435f77f159..3d11d25895 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_generator_common.CommonGeneratorOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_generator_common.CommonGeneratorOptions.html @@ -1,4 +1,4 @@ -CommonGeneratorOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Generator options shared by the OData and OpenApi generator.

    +CommonGeneratorOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Generator options shared by the OData and OpenApi generator.

    interface CommonGeneratorOptions {
        clearOutputDir?: boolean;
        include?: string;
        input: string;
        metadata?: boolean;
        optionsPerService?: string;
        outputDir: string;
        overwrite?: boolean;
        packageJson?: boolean;
        prettierConfig?: string;
        readme?: boolean;
        skipValidation?: boolean;
        transpile?: boolean;
        tsconfig?: string;
        verbose?: boolean;
    }

    Hierarchy (view full)

    Properties

    clearOutputDir? include? input @@ -39,4 +39,4 @@
    verbose?: boolean

    By default, only errors, warnings and important info logs will be displayed. If set to true, all logs will be displayed.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.CsrfMiddlewareOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.CsrfMiddlewareOptions.html index f94db4316b..4cb9ef1a2c 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.CsrfMiddlewareOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.CsrfMiddlewareOptions.html @@ -1,4 +1,4 @@ -CsrfMiddlewareOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Options for middleware to fetch CSRF tokens.

    +CsrfMiddlewareOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Options for middleware to fetch CSRF tokens.

    interface CsrfMiddlewareOptions {
        method?: Method;
        middleware?: HttpMiddleware[];
        url?: string;
    }

    Properties

    method? middleware? url? @@ -6,4 +6,4 @@
    middleware?: HttpMiddleware[]

    Middlewares added to the token retrieval request.

    url?: string

    URL used for the token fetching. Default is the resource path without parameters.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.DestinationHttpRequestConfig.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.DestinationHttpRequestConfig.html index eee1d0a50a..7632a18932 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.DestinationHttpRequestConfig.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.DestinationHttpRequestConfig.html @@ -1,4 +1,4 @@ -DestinationHttpRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Represents the request configuration, that was inferred from a destination.

    +DestinationHttpRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Represents the request configuration, that was inferred from a destination.

    interface DestinationHttpRequestConfig {
        baseURL: string;
        headers: Record<string, string>;
        httpAgent?: Agent;
        httpsAgent?: Agent;
        params?: Record<string, string>;
        proxy?: false | BasicProxyConfiguration;
    }

    Properties

    baseURL headers httpAgent? @@ -12,4 +12,4 @@
    params?: Record<string, string>

    URL parameters to be sent with the request.

    proxy?: false | BasicProxyConfiguration

    Proxy configuration, when going through a proxy like the SAP Cloud Connector.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpMiddlewareContext.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpMiddlewareContext.html index b5cbe42d8e..e99fa3b84e 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpMiddlewareContext.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpMiddlewareContext.html @@ -1,4 +1,4 @@ -HttpMiddlewareContext | SAP Cloud SDK for JavaScript - v3.22.1

    Context for HttpRequests of the middleware.

    +HttpMiddlewareContext | SAP Cloud SDK for JavaScript - v3.22.2

    Context for HttpRequests of the middleware.

    interface HttpMiddlewareContext {
        destinationName?: string;
        jwt?: string;
        tenantId: undefined | string;
        uri: string;
    }

    Hierarchy (view full)

    Properties

    destinationName? jwt? tenantId @@ -8,4 +8,4 @@
    tenantId: undefined | string

    Tenant identifier.

    uri: string

    URI of the function passed to the middleware.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpRequestConfigBase.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpRequestConfigBase.html index f1a8ee26e0..c23e94198c 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpRequestConfigBase.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpRequestConfigBase.html @@ -1,4 +1,4 @@ -HttpRequestConfigBase | SAP Cloud SDK for JavaScript - v3.22.1

    Represents an HTTP request config. This is the basis for actual request configurations and request configurations with origins.

    +HttpRequestConfigBase | SAP Cloud SDK for JavaScript - v3.22.2

    Represents an HTTP request config. This is the basis for actual request configurations and request configurations with origins.

    interface HttpRequestConfigBase {
        data?: any;
        httpAgent?: any;
        httpsAgent?: any;
        maxContentLength?: number;
        method: Method;
        middleware?: HttpMiddleware[];
        parameterEncoder?: ParameterEncoder;
        proxy?: false;
        url?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

    Properties

    data? httpAgent? httpsAgent? @@ -16,9 +16,9 @@
    middleware?: HttpMiddleware[]

    Middleware @sap-cloud-sdk/resilience!Middleware to be applied to the request. The request context is set using @sap-cloud-sdk/http-client!HttpMiddlewareContext.

    parameterEncoder?: ParameterEncoder

    Encoder for the query parameters key and values. Per default parameters and keys are percent encoded.

    -
    proxy?: false

    Set this to false to disable the proxy. +

    proxy

    Set this to false to disable the proxy. To configure the proxy you can add a @sap-cloud-sdk/connectivity!ProxyConfiguration to your destination.

    url?: string

    Server URL that will be used for the request. Relative url can be used together with DestinationHttpRequestConfig#baseURL.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpRequestOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpRequestOptions.html index c2c53e7db8..aaf987b96f 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpRequestOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpRequestOptions.html @@ -1,8 +1,8 @@ -HttpRequestOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Options to configure the behavior when sending HTTP requests. +HttpRequestOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Options to configure the behavior when sending HTTP requests. For example, whether the CSRF token is fetched automatically.

    interface HttpRequestOptions {
        fetchCsrfToken?: boolean;
    }

    Properties

    Properties

    fetchCsrfToken?: boolean

    A boolean value that indicates whether to fetch the csrf token for a non-get request. For a get request, the csrf token is not fetched and this option is ignored. By default, the value is true.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpResponse.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpResponse.html index f5d8644d21..3f5bf4760b 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpResponse.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.HttpResponse.html @@ -1,8 +1,8 @@ -HttpResponse | SAP Cloud SDK for JavaScript - v3.22.1

    Represents an HTTP response, that contains response code, headers, payload and the original request. +HttpResponse | SAP Cloud SDK for JavaScript - v3.22.2

    Represents an HTTP response, that contains response code, headers, payload and the original request. This interface is compatible with AxiosResponse.

    interface HttpResponse {
        data: any;
        headers: any;
        request: any;
        status: number;
        [otherKey: string]: any;
    }

    Hierarchy

    • KnownHttpResponseFields
      • HttpResponse

    Indexable

    • [otherKey: string]: any

    Properties

    data headers request status

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Properties

    data: any
    headers: any
    request: any
    status: number
    +

    Properties

    data: any
    headers: any
    request: any
    status: number
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.OriginOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.OriginOptions.html index a5e73a4997..efa1e01b50 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.OriginOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_http_client.OriginOptions.html @@ -1,8 +1,8 @@ -OriginOptions | SAP Cloud SDK for JavaScript - v3.22.1

    This interface is used for defining e.g., headers and query parameters with origin information. +OriginOptions | SAP Cloud SDK for JavaScript - v3.22.2

    This interface is used for defining e.g., headers and query parameters with origin information. Options defined in custom take precedence over requestConfig.

    interface OriginOptions {
        custom?: Record<string, any>;
        requestConfig?: Record<string, any>;
    }

    Properties

    custom?: Record<string, any>

    Header or parameters properties set explicitly, which take precedence over requestConfig.

    requestConfig?: Record<string, any>

    Header or parameter properties originating from the request config.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.Address.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.Address.html index 8eb6188cbe..fe5f51ba50 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.Address.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.Address.html @@ -1,8 +1,8 @@ -Address | SAP Cloud SDK for JavaScript - v3.22.1

    Represents an e-mail address. +Address | SAP Cloud SDK for JavaScript - v3.22.2

    Represents an e-mail address. This interface is compatible with Mail.Address of nodemailer.

    interface Address {
        address: string;
        name: string;
    }

    Properties

    Properties

    address: string

    E-mail address of the recipient, e.g. sender@server.com.

    name: string

    Name of the recipient.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.Attachment.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.Attachment.html index 77f122b2a0..c8b0382dcf 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.Attachment.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.Attachment.html @@ -1,4 +1,4 @@ -Attachment | SAP Cloud SDK for JavaScript - v3.22.1

    Represents an attachment. +Attachment | SAP Cloud SDK for JavaScript - v3.22.2

    Represents an attachment. This interface is compatible with Attachment of nodemailer.

    interface Attachment {
        cid?: string;
        content?: string | Buffer | Readable;
        contentDisposition?: "attachment" | "inline";
        contentTransferEncoding?:
            | false
            | "7bit"
            | "base64"
            | "quoted-printable";
        contentType?: string;
        encoding?: string;
        filename?: string | false;
        headers?: Headers;
        path?: string | Url;
        raw?:
            | string
            | Buffer
            | Readable
            | AttachmentLike;
    }

    Hierarchy (view full)

    Properties

    cid? content? @@ -21,4 +21,4 @@
    path?: string | Url

    File path or URL (data URIs are allowed as well) if you want to read a file instead of including it (better for larger attachments).

    raw?:
        | string
        | Buffer
        | Readable
        | AttachmentLike

    A raw value that overrides entire node content in the MIME message. If used, all other options set for this node are ignored.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.AttachmentLike.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.AttachmentLike.html index 13a6c618a7..13838dfa71 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.AttachmentLike.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.AttachmentLike.html @@ -1,8 +1,8 @@ -AttachmentLike | SAP Cloud SDK for JavaScript - v3.22.1

    Represents the structure of an attachment. +AttachmentLike | SAP Cloud SDK for JavaScript - v3.22.2

    Represents the structure of an attachment. This interface is compatible with AttachmentLike of nodemailer.

    interface AttachmentLike {
        content?: string | Buffer | Readable;
        path?: string | Url;
    }

    Hierarchy (view full)

    Properties

    Properties

    content?: string | Buffer | Readable

    Contents of the attachment stored in a string, buffer or stream.

    path?: string | Url

    File path or URL (data URIs are allowed as well) if you want to read a file instead of including it (better for larger attachments).

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.Envelope.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.Envelope.html index 0044b18d30..1f96d93e3a 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.Envelope.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.Envelope.html @@ -1,8 +1,8 @@ -Envelope | SAP Cloud SDK for JavaScript - v3.22.1

    Represents an envelope that contains the e-mail addresses of the sender and the recipients. +Envelope | SAP Cloud SDK for JavaScript - v3.22.2

    Represents an envelope that contains the e-mail addresses of the sender and the recipients. This interface is compatible with MimeNode.Envelope of nodemailer.

    interface Envelope {
        from: string | false;
        to: string[];
    }

    Properties

    Properties

    from: string | false

    E-mail address of the sender or false if it should not be shown.

    to: string[]

    Array of e-mail addresses of recipients.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.MailClientOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.MailClientOptions.html index 54035af0a3..2cbcf26164 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.MailClientOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.MailClientOptions.html @@ -1,4 +1,4 @@ -MailClientOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Represents options of the mail client.

    +MailClientOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Represents options of the mail client.

    interface MailClientOptions {
        connection?: Socket;
        connectionTimeout?: number;
        debug?: boolean;
        greetingTimeout?: number;
        ignoreTLS?: boolean;
        logger?: boolean;
        opportunisticTLS?: boolean;
        proxy?: string;
        requireTLS?: boolean;
        sdkOptions?: SDKOptions;
        secure?: boolean;
        socket?: Socket;
        socketTimeout?: number;
        tls?: ConnectionOptions;
    }

    Hierarchy (view full)

    Properties

    socket?: Socket

    Initialized socket to use instead of creating a new one.

    socketTimeout?: number

    How many milliseconds of inactivity to allow.

    tls?: ConnectionOptions

    Defines additional options to be passed to the socket constructor.

    -
    { rejectUnauthorized: `true` }
    +
    { rejectUnauthorized: `true` }
     

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.MailConfig.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.MailConfig.html index 9dbbf4be11..e29a4c355d 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.MailConfig.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.MailConfig.html @@ -1,4 +1,4 @@ -MailConfig | SAP Cloud SDK for JavaScript - v3.22.1

    Represents configurations for sending an e-mail. +MailConfig | SAP Cloud SDK for JavaScript - v3.22.2

    Represents configurations for sending an e-mail. This interface is compatible with Mail.Options of nodemailer.

    interface MailConfig {
        attachments?: Attachment[];
        bcc?: string | Address | (string | Address)[];
        cc?: string | Address | (string | Address)[];
        date?: string | Date;
        encoding?: string;
        from?: string | Address;
        headers?: Headers;
        html?:
            | string
            | Buffer
            | Readable
            | AttachmentLike;
        priority?: "high" | "normal" | "low";
        replyTo?: string | Address | (string | Address)[];
        sender?: string | Address;
        subject?: string;
        text?:
            | string
            | Buffer
            | Readable
            | AttachmentLike;
        to?: string | Address | (string | Address)[];
    }

    Properties

    attachments? bcc? @@ -29,4 +29,4 @@
    text?:
        | string
        | Buffer
        | Readable
        | AttachmentLike

    Plaintext version of the message.

    to?: string | Address | (string | Address)[]

    Comma separated list or array of recipients' e-mail addresses that will appear in the "To:" field.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.MailResponse.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.MailResponse.html index d48f5bc1f5..01c33327fb 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.MailResponse.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.MailResponse.html @@ -1,4 +1,4 @@ -MailResponse | SAP Cloud SDK for JavaScript - v3.22.1

    Represents the response from the mail server. +MailResponse | SAP Cloud SDK for JavaScript - v3.22.2

    Represents the response from the mail server. This interface is compatible with SMTPTransport.SentMessageInfo of nodemailer.

    interface MailResponse {
        accepted?: (string | Address)[];
        envelope?: Envelope;
        pending?: (string | Address)[];
        rejected?: (string | Address)[];
        response?: string;
    }

    Properties

    accepted? envelope? @@ -11,4 +11,4 @@
    rejected?: (string | Address)[]

    Array of e-mail addresses that rejected the requests.

    response?: string

    Other response message from the mail server.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.SDKOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.SDKOptions.html index a0b481ff1f..9903feae4d 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.SDKOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.SDKOptions.html @@ -1,5 +1,5 @@ -SDKOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Represents options for sending mails provided by the SDK. For example whether the mails are sent in parallel.

    +SDKOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Represents options for sending mails provided by the SDK. For example whether the mails are sent in parallel.

    interface SDKOptions {
        parallel?: boolean;
    }

    Properties

    Properties

    parallel?: boolean

    Option to define the strategy of sending emails. The emails will be sent in parallel when set to true, otherwise in sequential. The default value is true.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.SmtpTransportOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.SmtpTransportOptions.html index c347a07360..199e10d1c9 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.SmtpTransportOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_mail_client.SmtpTransportOptions.html @@ -1,4 +1,4 @@ -SmtpTransportOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Represents options for setting up the SMTP connection. +SmtpTransportOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Represents options for setting up the SMTP connection. This interface is compatible with SMTPConnection.Options of nodemailer.

    interface SmtpTransportOptions {
        connection?: Socket;
        connectionTimeout?: number;
        debug?: boolean;
        greetingTimeout?: number;
        ignoreTLS?: boolean;
        logger?: boolean;
        opportunisticTLS?: boolean;
        proxy?: string;
        requireTLS?: boolean;
        secure?: boolean;
        socket?: Socket;
        socketTimeout?: number;
        tls?: ConnectionOptions;
    }

    Hierarchy (view full)

    Properties

    connection? connectionTimeout? @@ -26,8 +26,8 @@
    socket?: Socket

    Initialized socket to use instead of creating a new one.

    socketTimeout?: number

    How many milliseconds of inactivity to allow.

    tls?: ConnectionOptions

    Defines additional options to be passed to the socket constructor.

    -
    { rejectUnauthorized: `true` }
    +
    { rejectUnauthorized: `true` }
     

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.BatchReference.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.BatchReference.html index f6bed7e1f7..eced009a24 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.BatchReference.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.BatchReference.html @@ -1,5 +1,5 @@ -BatchReference | SAP Cloud SDK for JavaScript - v3.22.1

    Interface implemented by OData requests needing identifier to reference an entity for a batch request like create, delete, getByKey, update or bound actions/functions.

    +BatchReference | SAP Cloud SDK for JavaScript - v3.22.2

    Interface implemented by OData requests needing identifier to reference an entity for a batch request like create, delete, getByKey, update or bound actions/functions.

    interface BatchReference {
        id: string;
    }

    Properties

    Properties

    id: string

    Batch reference identifier.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ComplexTypeNamespace.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ComplexTypeNamespace.html index 7f0c377dc1..63c1b5c610 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ComplexTypeNamespace.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ComplexTypeNamespace.html @@ -1,5 +1,5 @@ -ComplexTypeNamespace | SAP Cloud SDK for JavaScript - v3.22.1

    Interface to represent meta information on the _propertyMetadata property of a complex type.

    +ComplexTypeNamespace | SAP Cloud SDK for JavaScript - v3.22.2

    Interface to represent meta information on the _propertyMetadata property of a complex type.

    interface ComplexTypeNamespace<ComplexT> {
        _propertyMetadata: PropertyMetadata<ComplexT>[];
    }

    Type Parameters

    • ComplexT

    Properties

    _propertyMetadata: PropertyMetadata<ComplexT>[]

    Metadata like Edm.Type of the complex type properties.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.Constructable.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.Constructable.html index d9f7c319ad..fe964a04df 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.Constructable.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.Constructable.html @@ -1,4 +1,4 @@ -Constructable | SAP Cloud SDK for JavaScript - v3.22.1

    Represents the static API of an entity.

    +Constructable | SAP Cloud SDK for JavaScript - v3.22.2

    Represents the static API of an entity.

    interface Constructable<EntityT> {
        new Constructablenew (...args: any[]): EntityT;
        _defaultBasePath: string;
        _entityName: string;
        _keys: string[];
    }

    Type Parameters

    Constructors

    Properties

    _defaultBasePath _entityName @@ -7,4 +7,4 @@
    _entityName: string

    Name of the entity.

    _keys: string[]

    Names of the key properties of the entity.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.DeSerializer.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.DeSerializer.html index 516bebaab2..f3b5198eef 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.DeSerializer.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.DeSerializer.html @@ -1,4 +1,4 @@ -DeSerializer | SAP Cloud SDK for JavaScript - v3.22.1

    Represents a set of functions for serialization, deserialization and optionally serialization for URIs. +DeSerializer | SAP Cloud SDK for JavaScript - v3.22.2

    Represents a set of functions for serialization, deserialization and optionally serialization for URIs. The return type of the deserialize function is the type of the input to the serialize and serializeToUri functions.

    interface DeSerializer<DeserializedT> {
        deserialize: ((value: any) => DeserializedT);
        serialize: ((value: DeserializedT) => any);
        serializeToUri?: ((value: DeserializedT, serialize: ((value: DeserializedT) => any)) => string);
    }

    Type Parameters

    • DeserializedT

      The return type of deserialize and input of serialize and serializeToUri.

    Properties

    deserialize @@ -16,4 +16,4 @@
  • serialize: ((value: DeserializedT) => any)

    A reference to the serialize function which is usually used to serialize the payload.

  • Returns string

    Serialized value for URIs.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.DeSerializers.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.DeSerializers.html index f9f234b2a4..87f416fe6d 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.DeSerializers.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.DeSerializers.html @@ -1,4 +1,4 @@ -DeSerializers | SAP Cloud SDK for JavaScript - v3.22.1

    Interface DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT>

    Represents a set of functions that determine (de-)serialization per EDM type.

    +DeSerializers | SAP Cloud SDK for JavaScript - v3.22.2

    Interface DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT>

    Represents a set of functions that determine (de-)serialization per EDM type.

    Type Parameters

    • BinaryT = any
    • BooleanT = any
    • ByteT = any
    • DecimalT = any
    • DoubleT = any
    • FloatT = any
    • Int16T = any
    • Int32T = any
    • Int64T = any
    • GuidT = any
    • SByteT = any
    • SingleT = any
    • StringT = any
    • AnyT = any

    Hierarchy (view full)

    Properties

    Edm.Any Edm.Binary Edm.Boolean @@ -28,4 +28,4 @@
    Edm.Single: DeSerializer<SingleT>

    DeSerializer for Edm.Single to the generic type SingleT.

    Edm.String: DeSerializer<StringT>

    DeSerializer for Edm.String to the generic type StringT.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntityApi.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntityApi.html index 268f2cf63d..6cd7519a6f 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntityApi.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntityApi.html @@ -1,6 +1,6 @@ -EntityApi | SAP Cloud SDK for JavaScript - v3.22.1

    Interface EntityApi<EntityT, DeSerializersT>

    Represents the API of an entity, including its request and entity builders as well as its schema.

    -

    Type of the entity without methods.

    -

    Type Parameters

    Methods

    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntityDeserializer.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntityDeserializer.html index a936037b16..7bb18a7b1d 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntityDeserializer.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntityDeserializer.html @@ -1,7 +1,7 @@ -EntityDeserializer | SAP Cloud SDK for JavaScript - v3.22.1

    Interface representing the return type of the builder function entityDeserializer.

    +EntityDeserializer | SAP Cloud SDK for JavaScript - v3.22.2

    Interface representing the return type of the builder function entityDeserializer.

    interface EntityDeserializer {
        deserializeComplexType: ((json: Record<string, any>, complexType: ComplexTypeNamespace<any>) => any);
        deserializeEntity: (<EntityT>(json: any, entityApi: EntityApi<EntityT, any>, requestHeader?: any) => EntityT);
    }

    Properties

    deserializeComplexType: ((json: Record<string, any>, complexType: ComplexTypeNamespace<any>) => any)

    Method to deserialize the full entity from JSON to the complex type property.

    deserializeEntity: (<EntityT>(json: any, entityApi: EntityApi<EntityT, any>, requestHeader?: any) => EntityT)

    Method to deserialize the full entity from JSON to an entity object.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntityIdentifiable.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntityIdentifiable.html index 746f3cfb6c..c1678715aa 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntityIdentifiable.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntityIdentifiable.html @@ -1,4 +1,4 @@ -EntityIdentifiable | SAP Cloud SDK for JavaScript - v3.22.1

    Represents an object that is related to an entity. +EntityIdentifiable | SAP Cloud SDK for JavaScript - v3.22.2

    Represents an object that is related to an entity. Objects that have the same structure would be represented by the same type in TypeScript. This interface allows to identify equal structures as different structures if they are related to different entities.

    interface EntityIdentifiable<T, DeSerializersT> {
        _deSerializers: DeSerializersT;
        _entity: T;
    }

    Type Parameters

    Implemented by

    Properties

    _deSerializers @@ -6,4 +6,4 @@

    Properties

    _deSerializers: DeSerializersT

    Dummy property to also include the deserializer type in the structure of the entity type.

    _entity: T

    Dummy property whose type makes structurally identical entities distinguishable in TypeScript.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntitySerializer.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntitySerializer.html index 59bfc8396b..8d8be3c8fe 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntitySerializer.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.EntitySerializer.html @@ -1,4 +1,4 @@ -EntitySerializer | SAP Cloud SDK for JavaScript - v3.22.1

    Interface representing the return type of the builder function entitySerializer.

    +EntitySerializer | SAP Cloud SDK for JavaScript - v3.22.2

    Interface representing the return type of the builder function entitySerializer.

    interface EntitySerializer {
        serializeComplexType: (<ComplexTypeNamespaceT>(fieldValue: any, complexTypeNameSpace: ComplexTypeNamespaceT) => any);
        serializeEntity: (<EntityT>(entity: EntityT, entityApi: EntityApi<EntityT, any>, diff?: boolean) => Record<string, any>);
        serializeEntityNonCustomFields: (<EntityT>(entity: EntityT, entityApi: EntityApi<EntityT, any>) => Record<string, any>);
    }

    Properties

    serializeEntity: (<EntityT>(entity: EntityT, entityApi: EntityApi<EntityT, any>, diff?: boolean) => Record<string, any>)

    Converts an instance of an entity class into a JSON payload to be sent to an OData service.

    serializeEntityNonCustomFields: (<EntityT>(entity: EntityT, entityApi: EntityApi<EntityT, any>) => Record<string, any>)

    Like EntitySerializer#serializeEntity ignoring custom fields.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ErrorResponse.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ErrorResponse.html index 933077d845..a7ffdd2f32 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ErrorResponse.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ErrorResponse.html @@ -1,4 +1,4 @@ -ErrorResponse | SAP Cloud SDK for JavaScript - v3.22.1

    Represents an erroneous response to a retrieve or change set request within a batch request.

    +ErrorResponse | SAP Cloud SDK for JavaScript - v3.22.2

    Represents an erroneous response to a retrieve or change set request within a batch request.

    interface ErrorResponse {
        body: Record<string, any>;
        httpCode: number;
        isError: (() => this is ErrorResponse);
        isReadResponse: (() => this is ReadResponse<any>);
        isSuccess: (() => this is ReadResponse<any> | WriteResponses<any>);
        isWriteResponses: (() => this is WriteResponses<any>);
        responseType: "ErrorResponse";
    }

    Hierarchy

    • BatchResponseTypeGuards<any>
      • ErrorResponse

    Properties

    Properties

    body: Record<string, any>

    HTTP raw body.

    httpCode: number

    HTTP response status code.

    -
    isError: (() => this is ErrorResponse)
    isReadResponse: (() => this is ReadResponse<any>)
    isSuccess: (() => this is ReadResponse<any> | WriteResponses<any>)
    isWriteResponses: (() => this is WriteResponses<any>)
    responseType: "ErrorResponse"

    Tag for identifying the type of a batch response.

    +
    isError: (() => this is ErrorResponse)
    isReadResponse: (() => this is ReadResponse<any>)
    isSuccess: (() => this is ReadResponse<any> | WriteResponses<any>)
    isWriteResponses: (() => this is WriteResponses<any>)
    responseType

    Tag for identifying the type of a batch response.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.FieldOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.FieldOptions.html index e4ad7c1598..addb5dc15b 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.FieldOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.FieldOptions.html @@ -1,7 +1,7 @@ -FieldOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Interface FieldOptions<NullableT, SelectableT>

    Optional settings for fields.

    +FieldOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Interface FieldOptions<NullableT, SelectableT>

    Optional settings for fields.

    interface FieldOptions<NullableT, SelectableT> {
        isNullable?: NullableT;
        isSelectable?: SelectableT;
    }

    Type Parameters

    • NullableT extends boolean = false
    • SelectableT extends boolean = false

    Properties

    isNullable?: NullableT

    Whether the value of the field can be null.

    isSelectable?: SelectableT

    Whether the field can be reference in a .select statement.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.FilterFunctionsType.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.FilterFunctionsType.html index e44089e4a4..08c930e2dd 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.FilterFunctionsType.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.FilterFunctionsType.html @@ -1,4 +1,4 @@ -FilterFunctionsType | SAP Cloud SDK for JavaScript - v3.22.1

    Interface containing all filter functions like startsWith, toUpper or floor.

    +FilterFunctionsType | SAP Cloud SDK for JavaScript - v3.22.2

    Interface containing all filter functions like startsWith, toUpper or floor.

    interface FilterFunctionsType {
        ceiling: (<EntityT>(num: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>, returnType?: "double" | "decimal") => NumberFilterFunction<EntityT>);
        concat: (<EntityT>(str1: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>, str2: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>) => StringFilterFunction<EntityT>);
        day: (<EntityT>(date: Moment | Field<EntityT, boolean, boolean>) => NumberFilterFunction<EntityT>);
        endsWith: (<EntityT>(str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>, suffix: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>) => BooleanFilterFunction<EntityT>);
        floor: (<EntityT>(num: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>, returnType?: "double" | "decimal") => NumberFilterFunction<EntityT>);
        hour: (<EntityT>(date: Moment | Field<EntityT, boolean, boolean>) => NumberFilterFunction<EntityT>);
        indexOf: (<EntityT>(str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>, substr: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>) => NumberFilterFunction<EntityT>);
        isOf: {
            <EntityT>(type: string): BooleanFilterFunction<EntityT>;
            <EntityT>(expression: Field<EntityT, boolean, boolean>, type: string): BooleanFilterFunction<EntityT>;
        };
        length: (<EntityT>(str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>) => NumberFilterFunction<EntityT>);
        minute: (<EntityT>(date: Moment | Field<EntityT, boolean, boolean>) => NumberFilterFunction<EntityT>);
        month: (<EntityT>(date: Moment | Field<EntityT, boolean, boolean>) => NumberFilterFunction<EntityT>);
        round: (<EntityT>(num: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>, returnType?: "double" | "decimal") => NumberFilterFunction<EntityT>);
        second: (<EntityT>(date: Moment | Field<EntityT, boolean, boolean>) => NumberFilterFunction<EntityT>);
        startsWith: (<EntityT>(str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>, prefix: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>) => BooleanFilterFunction<EntityT>);
        substring: (<EntityT>(str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>, pos: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>, len?: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>) => StringFilterFunction<EntityT>);
        toLower: (<EntityT>(str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>) => StringFilterFunction<EntityT>);
        toUpper: (<EntityT>(str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>) => StringFilterFunction<EntityT>);
        trim: (<EntityT>(str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>) => StringFilterFunction<EntityT>);
        year: (<EntityT>(date: Moment | Field<EntityT, boolean, boolean>) => NumberFilterFunction<EntityT>);
    }

    Properties

    ceiling concat day @@ -108,4 +108,4 @@

    Type Parameters

    Parameters

    • date: Moment | Field<EntityT, boolean, boolean>

      The date to get the year for. This can either be a date (Moment) or a reference to a field.

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ODataUri.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ODataUri.html index c85eb12712..ce5fe3fa72 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ODataUri.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ODataUri.html @@ -1,4 +1,4 @@ -ODataUri | SAP Cloud SDK for JavaScript - v3.22.1

    Union of necessary methods for the OData URI conversion. +ODataUri | SAP Cloud SDK for JavaScript - v3.22.2

    Union of necessary methods for the OData URI conversion. In v2/uri-conversion/odata-uri.ts and v4/uri-conversion/odata-uri.ts the instance for v2 and v4 are created.

    interface ODataUri<DeSerializersT> {
        convertToUriFormat(value: any, edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4): string;
        getEntityKeys<EntityT>(entity: EntityT, entityApi: EntityApi<EntityT, DeSerializersT>): Record<string, any>;
        getExpand<EntityT>(selects: Selectable<EntityT, DeSerializersT>[], expands: Expandable<EntityT, DeSerializersT>[], entityApi: EntityApi<EntityT, DeSerializersT>): Partial<{
            expand: string;
        }>;
        getFilter<EntityT>(filter: Filterable<EntityT, DeSerializersT>, entityApi: EntityApi<EntityT, DeSerializersT>): Partial<{
            filter: string;
        }>;
        getOrderBy<EntityT>(orderBy: Orderable<EntityT>[]): Partial<{
            orderby: string;
        }>;
        getResourcePathForKeys<EntityT>(keys: Record<string, any>, _entityApi: EntityApi<EntityT, DeSerializersT>): string;
        getSelect<EntityT>(selects: Selectable<EntityT, DeSerializersT>[]): Partial<{
            select: string;
        }>;
    }

    Type Parameters

    Methods

    convertToUriFormat getEntityKeys @@ -8,4 +8,4 @@ getResourcePathForKeys getSelect

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Methods

    • Type Parameters

      Parameters

      Returns Record<string, any>

    • Type Parameters

      Parameters

      Returns Partial<{
          orderby: string;
      }>

    • Type Parameters

      Parameters

      Returns string

    • Type Parameters

      Parameters

      Returns Partial<{
          select: string;
      }>

    +

    Methods

    • Type Parameters

      Parameters

      Returns Record<string, any>

    • Type Parameters

      Parameters

      Returns Partial<{
          orderby: string;
      }>

    • Type Parameters

      Parameters

      Returns string

    • Type Parameters

      Parameters

      Returns Partial<{
          select: string;
      }>

    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.PropertyMetadata.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.PropertyMetadata.html index 7ada7f956d..ee644c0f47 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.PropertyMetadata.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.PropertyMetadata.html @@ -1,4 +1,4 @@ -PropertyMetadata | SAP Cloud SDK for JavaScript - v3.22.1

    Interface to represent meta information on a property of a complex type.

    +PropertyMetadata | SAP Cloud SDK for JavaScript - v3.22.2

    Interface to represent meta information on a property of a complex type.

    interface PropertyMetadata<ComplexT> {
        isCollection?: boolean;
        name: keyof ComplexT;
        originalName: string;
        type:
            | EdmTypeCommon
            | ExclusiveEdmTypeV2
            | ExclusiveEdmTypeV4
            | ComplexTypeNamespace<any>;
    }

    Type Parameters

    • ComplexT = any

    Properties

    originalName: string

    Original name of the complex type property.

    type:
        | EdmTypeCommon
        | ExclusiveEdmTypeV2
        | ExclusiveEdmTypeV4
        | ComplexTypeNamespace<any>

    Type of the complex type property.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ReadResponse.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ReadResponse.html index b4fc58bfd0..b2a4ce43e4 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ReadResponse.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ReadResponse.html @@ -1,4 +1,4 @@ -ReadResponse | SAP Cloud SDK for JavaScript - v3.22.1

    Represents a response to a retrieve request within a batch request.

    +ReadResponse | SAP Cloud SDK for JavaScript - v3.22.2

    Represents a response to a retrieve request within a batch request.

    interface ReadResponse<DeSerializersT> {
        as: (<EntityT>(entityApi: EntityApi<EntityT, DeSerializersT>) => EntityT[]);
        body: Record<string, any>;
        httpCode: number;
        isError: (() => this is ErrorResponse);
        isReadResponse: (() => this is ReadResponse<DeSerializersT>);
        isSuccess: (() => this is ReadResponse<DeSerializersT> | WriteResponses<DeSerializersT>);
        isWriteResponses: (() => this is WriteResponses<DeSerializersT>);
        responseType: "ReadResponse";
        type: EntityApi<EntityBase, DeSerializersT>;
    }

    Type Parameters

    • DeSerializersT extends DeSerializers

      Type of the (de-)serializers.

    Hierarchy

    Properties

    as body @@ -13,7 +13,7 @@ Note, this method transforms the raw data to an array of entities, even if the original request was a GetByKeyRequestBuilder.

    body: Record<string, any>

    HTTP raw body.

    httpCode: number

    HTTP response status code.

    -
    isError: (() => this is ErrorResponse)
    isReadResponse: (() => this is ReadResponse<DeSerializersT>)
    isWriteResponses: (() => this is WriteResponses<DeSerializersT>)
    responseType: "ReadResponse"

    Tag for identifying the type of a batch response.

    +
    isError: (() => this is ErrorResponse)
    isReadResponse: (() => this is ReadResponse<DeSerializersT>)
    isWriteResponses: (() => this is WriteResponses<DeSerializersT>)
    responseType

    Tag for identifying the type of a batch response.

    EntityApi of the response data. Can be undefined for function/action imports or not mappable entities.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ResponseDataAccessor.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ResponseDataAccessor.html index c091d611fa..726617a44c 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ResponseDataAccessor.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.ResponseDataAccessor.html @@ -1,4 +1,4 @@ -ResponseDataAccessor | SAP Cloud SDK for JavaScript - v3.22.1

    Interface containing the functions to extract the data from the response object. +ResponseDataAccessor | SAP Cloud SDK for JavaScript - v3.22.2

    Interface containing the functions to extract the data from the response object. For example the getCollectionResult extracts the data from data.d.results per default but this needs to be adjusted in some situations.

    interface ResponseDataAccessor {
        getCollectionResult: ((data: any) => any[]);
        getLinkedCollectionResult: ((data: any) => any[]);
        getSingleResult: ((data: any) => Record<string, any>);
        isCollectionResult: ((data: any) => boolean);
    }

    Properties

    getCollectionResult getLinkedCollectionResult @@ -12,4 +12,4 @@ The data is extracted by default from data.d.results.

    isCollectionResult: ((data: any) => boolean)

    Checks if the response is an array-like object.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.Time.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.Time.html index 963cad70df..cba2edcb9b 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.Time.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.Time.html @@ -1,4 +1,4 @@ -Time | SAP Cloud SDK for JavaScript - v3.22.1

    Interface to represent Time or Duration.

    +Time | SAP Cloud SDK for JavaScript - v3.22.2

    Interface to represent Time or Duration.

    interface Time {
        hours: number;
        minutes: number;
        seconds: number;
    }

    Properties

    hours minutes seconds @@ -6,4 +6,4 @@
    minutes: number

    The number of minutes.

    seconds: number

    The number of seconds.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithBatchReference.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithBatchReference.html index e338ec4115..390e9f2d4f 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithBatchReference.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithBatchReference.html @@ -1,7 +1,7 @@ -WithBatchReference | SAP Cloud SDK for JavaScript - v3.22.1

    Interface implemented by OData requests defining the getter and setter for the batch reference.

    +WithBatchReference | SAP Cloud SDK for JavaScript - v3.22.2

    Interface implemented by OData requests defining the getter and setter for the batch reference.

    interface WithBatchReference {
        getBatchReference: (() => BatchReference);
        setBatchId: ((id: string) => void);
    }

    Implemented by

    Properties

    getBatchReference: (() => BatchReference)

    Getter for the batch reference.

    setBatchId: ((id: string) => void)

    Setter for the batch reference.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithETag.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithETag.html index 490f401425..afe8c26f9f 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithETag.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithETag.html @@ -1,7 +1,7 @@ -WithETag | SAP Cloud SDK for JavaScript - v3.22.1

    Interface implemented by OData requests needing ETagsto avoid conflicts in the persisted data like update or delete.

    +WithETag | SAP Cloud SDK for JavaScript - v3.22.2

    Interface implemented by OData requests needing ETagsto avoid conflicts in the persisted data like update or delete.

    interface WithETag {
        eTag: string;
        versionIdentifierIgnored: boolean;
    }

    Implemented by

    Properties

    eTag: string

    Version identifier.

    versionIdentifierIgnored: boolean

    Ignore the version identifier if set to true.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithGetAllRestrictions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithGetAllRestrictions.html index 7f494b97ad..08559eb742 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithGetAllRestrictions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithGetAllRestrictions.html @@ -1,4 +1,4 @@ -WithGetAllRestrictions | SAP Cloud SDK for JavaScript - v3.22.1

    Interface WithGetAllRestrictions<EntityT, DeSerializersT>

    Interface representing options on a getAll request like top or orderBy.

    +WithGetAllRestrictions | SAP Cloud SDK for JavaScript - v3.22.2

    Interface WithGetAllRestrictions<EntityT, DeSerializersT>

    Interface representing options on a getAll request like top or orderBy.

    interface WithGetAllRestrictions<EntityT, DeSerializersT> {
        filter: Filterable<EntityT, DeSerializersT>;
        orderBy: Orderable<EntityT, EntityApi<EntityBase, DefaultDeSerializers>>[];
        selects: Selectable<EntityT, DeSerializersT>[];
        skip: number;
        top: number;
    }

    Type Parameters

    Hierarchy (view full)

    Implemented by

    Properties

    filter orderBy selects @@ -10,4 +10,4 @@
    skip: number

    Skip a number of results in the requested set.

    top: number

    Limit the number of results to the given number.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithKeys.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithKeys.html index b202655209..8185bd38f2 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithKeys.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithKeys.html @@ -1,5 +1,5 @@ -WithKeys | SAP Cloud SDK for JavaScript - v3.22.1

    Interface implemented by OData requests needing keys to identify an entity like getByKey, delete or update.

    +WithKeys | SAP Cloud SDK for JavaScript - v3.22.2

    Interface implemented by OData requests needing keys to identify an entity like getByKey, delete or update.

    interface WithKeys {
        keys: Record<string, any>;
    }

    Implemented by

    Properties

    Properties

    keys: Record<string, any>

    Map containing the key name and value.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithSelection.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithSelection.html index b2b4594288..7eb163700a 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithSelection.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WithSelection.html @@ -1,5 +1,5 @@ -WithSelection | SAP Cloud SDK for JavaScript - v3.22.1

    Interface WithSelection<EntityT, DeSerializersT>

    Interface implemented by OData requests returning data like getAll or getByKey.

    +WithSelection | SAP Cloud SDK for JavaScript - v3.22.2

    Interface WithSelection<EntityT, DeSerializersT>

    Interface implemented by OData requests returning data like getAll or getByKey.

    interface WithSelection<EntityT, DeSerializersT> {
        selects: Selectable<EntityT, DeSerializersT>[];
    }

    Type Parameters

    Hierarchy (view full)

    Implemented by

    Properties

    Properties

    Select a list of fields on the schema property of the entity api.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WriteResponse.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WriteResponse.html index 736e29a9f7..4486b926f5 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WriteResponse.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WriteResponse.html @@ -1,4 +1,4 @@ -WriteResponse | SAP Cloud SDK for JavaScript - v3.22.1

    Represents a single subresponse to a changeset request within a batch request.

    +WriteResponse | SAP Cloud SDK for JavaScript - v3.22.2

    Represents a single subresponse to a changeset request within a batch request.

    interface WriteResponse<DeSerializersT> {
        as?: (<EntityT>(entityApi: EntityApi<EntityT, DeSerializersT>) => EntityT);
        body?: Record<string, any>;
        httpCode: number;
        responseType: "WriteResponse";
        type?: EntityApi<EntityBase, DeSerializersT>;
    }

    Type Parameters

    • DeSerializersT extends DeSerializers

      Type of the (de-)serializers.

    Properties

    as? body? @@ -9,7 +9,7 @@ Note that the response may not exist, so you should only call this method if you know that there is data.

    body?: Record<string, any>

    HTTP raw body.

    httpCode: number

    HTTP response status code.

    -
    responseType: "WriteResponse"

    Tag for identifying the type of a batch response.

    +
    responseType

    Tag for identifying the type of a batch response.

    EntityApi of the response data. Can be undefined for function/action imports or not mappable entities.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WriteResponses.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WriteResponses.html index d170ac0dbb..94bbc7a67a 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WriteResponses.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_common.WriteResponses.html @@ -1,4 +1,4 @@ -WriteResponses | SAP Cloud SDK for JavaScript - v3.22.1

    Represents the list of responses for a change set in a batch request.

    +WriteResponses | SAP Cloud SDK for JavaScript - v3.22.2

    Represents the list of responses for a change set in a batch request.

    interface WriteResponses<DeSerializersT> {
        isError: (() => this is ErrorResponse);
        isReadResponse: (() => this is ReadResponse<DeSerializersT>);
        isSuccess: (() => this is WriteResponses<DeSerializersT> | ReadResponse<DeSerializersT>);
        isWriteResponses: (() => this is WriteResponses<DeSerializersT>);
        responses: WriteResponse<DeSerializersT>[];
    }

    Type Parameters

    • DeSerializersT extends DeSerializers

      Type of the (de-)serializers.

    Hierarchy

    Properties

    Properties

    isError: (() => this is ErrorResponse)
    isReadResponse: (() => this is ReadResponse<DeSerializersT>)
    isWriteResponses: (() => this is WriteResponses<DeSerializersT>)

    List of responses for a change set in a batch request.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_v2.DeSerializers.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_v2.DeSerializers.html index f7be3be305..78cdd312b3 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_v2.DeSerializers.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_v2.DeSerializers.html @@ -1,4 +1,4 @@ -DeSerializers | SAP Cloud SDK for JavaScript - v3.22.1

    Interface DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateTimeT, DateTimeOffsetT, TimeT>

    Represents a set of functions that determine (de-)serialization per EDM type.

    +DeSerializers | SAP Cloud SDK for JavaScript - v3.22.2

    Interface DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateTimeT, DateTimeOffsetT, TimeT>

    Represents a set of functions that determine (de-)serialization per EDM type.

    Type Parameters

    • BinaryT = any
    • BooleanT = any
    • ByteT = any
    • DecimalT = any
    • DoubleT = any
    • FloatT = any
    • Int16T = any
    • Int32T = any
    • Int64T = any
    • GuidT = any
    • SByteT = any
    • SingleT = any
    • StringT = any
    • AnyT = any
    • DateTimeT = any
    • DateTimeOffsetT = any
    • TimeT = any

    Hierarchy (view full)

    Properties

    Edm.Any Edm.Binary Edm.Boolean @@ -34,4 +34,4 @@
    Edm.String: DeSerializer<StringT>

    DeSerializer for Edm.String to the generic type StringT.

    Edm.Time: DeSerializer<TimeT>

    DeSerializer for Edm.Time to the generic type TimeT.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_v4.DeSerializers.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_v4.DeSerializers.html index 95bf043b02..c41801331f 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_v4.DeSerializers.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_odata_v4.DeSerializers.html @@ -1,4 +1,4 @@ -DeSerializers | SAP Cloud SDK for JavaScript - v3.22.1

    Interface DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateT, DateTimeOffsetT, DurationT, TimeOfDayT, EnumT>

    Represents a set of functions that determine (de-)serialization per EDM type.

    +DeSerializers | SAP Cloud SDK for JavaScript - v3.22.2

    Interface DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateT, DateTimeOffsetT, DurationT, TimeOfDayT, EnumT>

    Represents a set of functions that determine (de-)serialization per EDM type.

    Type Parameters

    • BinaryT = any
    • BooleanT = any
    • ByteT = any
    • DecimalT = any
    • DoubleT = any
    • FloatT = any
    • Int16T = any
    • Int32T = any
    • Int64T = any
    • GuidT = any
    • SByteT = any
    • SingleT = any
    • StringT = any
    • AnyT = any
    • DateT = any
    • DateTimeOffsetT = any
    • DurationT = any
    • TimeOfDayT = any
    • EnumT = any

    Hierarchy (view full)

    Properties

    Edm.Any Edm.Binary Edm.Boolean @@ -38,4 +38,4 @@
    Edm.String: DeSerializer<StringT>

    DeSerializer for Edm.String to the generic type StringT.

    Edm.TimeOfDay: DeSerializer<TimeOfDayT>

    DeSerializer for Edm.TimeOfDay to the generic type TimeOfDayT.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_openapi.OpenApiRequestParameters.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_openapi.OpenApiRequestParameters.html index fee95b9952..fff505dd63 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_openapi.OpenApiRequestParameters.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_openapi.OpenApiRequestParameters.html @@ -1,4 +1,4 @@ -OpenApiRequestParameters | SAP Cloud SDK for JavaScript - v3.22.1

    Type of the request parameters to be passed to OpenApiRequestBuilder.

    +OpenApiRequestParameters | SAP Cloud SDK for JavaScript - v3.22.2

    Type of the request parameters to be passed to OpenApiRequestBuilder.

    interface OpenApiRequestParameters {
        body?: any;
        headerParameters?: Record<string, any>;
        pathParameters?: Record<string, any>;
        queryParameters?: Record<string, any>;
    }

    Properties

    pathParameters?: Record<string, any>

    Collection of path parameters.

    queryParameters?: Record<string, any>

    Collection of query parameters.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_openapi_generator.OpenAPIGeneratorOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_openapi_generator.OpenAPIGeneratorOptions.html index 4a4256ffaf..d80a337157 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_openapi_generator.OpenAPIGeneratorOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_openapi_generator.OpenAPIGeneratorOptions.html @@ -1,7 +1,7 @@ -OpenAPIGeneratorOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Options to configure OpenAPI client generation when using the generator programmatically.

    +OpenAPIGeneratorOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Options to configure OpenAPI client generation when using the generator programmatically.

    interface OpenAPIGeneratorOptions {
        generateESM?: boolean;
        schemaPrefix?: string;
    }

    Properties

    generateESM?: boolean

    Whether to generate ECMAScript modules instead of CommonJS modules.

    schemaPrefix?: string

    Prefix all schema names with a value.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_resilience.MiddlewareContext.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_resilience.MiddlewareContext.html index 2a7de3a687..cd149e98ab 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_resilience.MiddlewareContext.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_resilience.MiddlewareContext.html @@ -1,7 +1,7 @@ -MiddlewareContext | SAP Cloud SDK for JavaScript - v3.22.1

    Minimal Context of the middleware.

    +MiddlewareContext | SAP Cloud SDK for JavaScript - v3.22.2

    Minimal Context of the middleware.

    interface MiddlewareContext<ArgumentT> {
        tenantId: undefined | string;
        uri: string;
    }

    Type Parameters

    • ArgumentT

    Hierarchy (view full)

    Properties

    Properties

    tenantId: undefined | string

    Tenant identifier.

    uri: string

    URI of the function passed to the middleware.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_resilience.MiddlewareOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_resilience.MiddlewareOptions.html index 834d045e53..74f6151084 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_resilience.MiddlewareOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_resilience.MiddlewareOptions.html @@ -1,7 +1,7 @@ -MiddlewareOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Interface MiddlewareOptions<ArgumentT, ReturnT, ContextT>

    Input parameter of a middleware.

    +MiddlewareOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Interface MiddlewareOptions<ArgumentT, ReturnT, ContextT>

    Input parameter of a middleware.

    interface MiddlewareOptions<ArgumentT, ReturnT, ContextT> {
        context: ContextT;
        fn: MiddlewareFunction<ArgumentT, ReturnT>;
    }

    Type Parameters

    Properties

    Properties

    context: ContextT

    Context of the execution e.g. the request context or URL.

    Initial function enriched by the middleware e.g. axios request getting a timeout.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_resilience.ResilienceOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_resilience.ResilienceOptions.html index 2e89f4c9b5..59c5348ef7 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_resilience.ResilienceOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_resilience.ResilienceOptions.html @@ -1,4 +1,4 @@ -ResilienceOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Interface for Resilience Options.

    +ResilienceOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Interface for Resilience Options.

    interface ResilienceOptions {
        circuitBreaker?: boolean;
        retry?: number | boolean;
        timeout?: number | boolean;
    }

    Properties

    circuitBreaker? retry? timeout? @@ -11,4 +11,4 @@ True by default, with a 10000 milliseconds timeout. Assign a different value to set a custom timeout.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_test_util.GetTestDestinationOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_test_util.GetTestDestinationOptions.html index 8b2adac17b..7fc1f06881 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_test_util.GetTestDestinationOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_test_util.GetTestDestinationOptions.html @@ -1,7 +1,7 @@ -GetTestDestinationOptions | SAP Cloud SDK for JavaScript - v3.22.1

    An interface to define systems.json and credentials.json for loading destinations.

    +GetTestDestinationOptions | SAP Cloud SDK for JavaScript - v3.22.2

    An interface to define systems.json and credentials.json for loading destinations.

    interface GetTestDestinationOptions {
        credentialsFilePath?: string;
        systemsFilePath?: string;
    }

    Properties

    credentialsFilePath?: string

    The path of the credentials.json file.

    systemsFilePath?: string

    The path of the systems.json file.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_util.LoggerOptions.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_util.LoggerOptions.html index 82631038ad..cc0eede866 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_util.LoggerOptions.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_util.LoggerOptions.html @@ -1,5 +1,5 @@ -LoggerOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Configurable logger options.

    +LoggerOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Configurable logger options.

    interface LoggerOptions {
        level?: LogLevel;
    }

    Properties

    Properties

    level?: LogLevel

    The log level of the logger.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_util.MessageContextObj.html b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_util.MessageContextObj.html index 6e00469ee1..46f4062971 100644 --- a/knowledge-base/api-reference/interfaces/sap_cloud_sdk_util.MessageContextObj.html +++ b/knowledge-base/api-reference/interfaces/sap_cloud_sdk_util.MessageContextObj.html @@ -1,5 +1,5 @@ -MessageContextObj | SAP Cloud SDK for JavaScript - v3.22.1

    Log message context for a logger with additional custom data.

    +MessageContextObj | SAP Cloud SDK for JavaScript - v3.22.2

    Log message context for a logger with additional custom data.

    interface MessageContextObj {
        messageContext?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

    Properties

    Properties

    messageContext?: string

    Name of the message context.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/modules/sap_cloud_sdk_connectivity.html b/knowledge-base/api-reference/modules/sap_cloud_sdk_connectivity.html index c8dbe6b2d9..c4a06c3ef7 100644 --- a/knowledge-base/api-reference/modules/sap_cloud_sdk_connectivity.html +++ b/knowledge-base/api-reference/modules/sap_cloud_sdk_connectivity.html @@ -1,4 +1,4 @@ -@sap-cloud-sdk/connectivity | SAP Cloud SDK for JavaScript - v3.22.1

    [[include:connectivity/README.md]]

    +@sap-cloud-sdk/connectivity | SAP Cloud SDK for JavaScript - v3.22.2

    [[include:connectivity/README.md]]

    Index

    Interfaces

    AllDestinations BasicProxyConfiguration CacheEntry @@ -71,4 +71,4 @@ transformServiceBindingToDestination useOrFetchDestination

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/modules/sap_cloud_sdk_generator.html b/knowledge-base/api-reference/modules/sap_cloud_sdk_generator.html index 11b8db4af3..471017d05a 100644 --- a/knowledge-base/api-reference/modules/sap_cloud_sdk_generator.html +++ b/knowledge-base/api-reference/modules/sap_cloud_sdk_generator.html @@ -1,5 +1,5 @@ -@sap-cloud-sdk/generator | SAP Cloud SDK for JavaScript - v3.22.1

    [[include:generator/README.md]]

    +@sap-cloud-sdk/generator | SAP Cloud SDK for JavaScript - v3.22.2

    [[include:generator/README.md]]

    Index

    Interfaces

    Functions

    generate

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/modules/sap_cloud_sdk_generator_common.html b/knowledge-base/api-reference/modules/sap_cloud_sdk_generator_common.html index 931fc59eff..8901383238 100644 --- a/knowledge-base/api-reference/modules/sap_cloud_sdk_generator_common.html +++ b/knowledge-base/api-reference/modules/sap_cloud_sdk_generator_common.html @@ -1,4 +1,4 @@ -@sap-cloud-sdk/generator-common | SAP Cloud SDK for JavaScript - v3.22.1

    [[include:generator-common/README.md]]

    +@sap-cloud-sdk/generator-common | SAP Cloud SDK for JavaScript - v3.22.2

    [[include:generator-common/README.md]]

    Index

    Interfaces

    CommonGeneratorOptions

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/modules/sap_cloud_sdk_http_client.html b/knowledge-base/api-reference/modules/sap_cloud_sdk_http_client.html index 2792c938ef..d42df959ec 100644 --- a/knowledge-base/api-reference/modules/sap_cloud_sdk_http_client.html +++ b/knowledge-base/api-reference/modules/sap_cloud_sdk_http_client.html @@ -1,4 +1,4 @@ -@sap-cloud-sdk/http-client | SAP Cloud SDK for JavaScript - v3.22.1

    [[include:http-client/README.md]]

    +@sap-cloud-sdk/http-client | SAP Cloud SDK for JavaScript - v3.22.2

    [[include:http-client/README.md]]

    Index

    Interfaces

    CsrfMiddlewareOptions DestinationHttpRequestConfig HttpMiddlewareContext @@ -20,4 +20,4 @@ executeHttpRequest executeHttpRequestWithOrigin

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/modules/sap_cloud_sdk_mail_client.html b/knowledge-base/api-reference/modules/sap_cloud_sdk_mail_client.html index 4eabe91ad6..5115d31510 100644 --- a/knowledge-base/api-reference/modules/sap_cloud_sdk_mail_client.html +++ b/knowledge-base/api-reference/modules/sap_cloud_sdk_mail_client.html @@ -1,4 +1,4 @@ -@sap-cloud-sdk/mail-client | SAP Cloud SDK for JavaScript - v3.22.1

    [[include:mail-client/README.md]]

    +@sap-cloud-sdk/mail-client | SAP Cloud SDK for JavaScript - v3.22.2

    [[include:mail-client/README.md]]

    Index

    Interfaces

    Address Attachment AttachmentLike @@ -11,4 +11,4 @@

    Type Aliases

    Functions

    sendMail

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/modules/sap_cloud_sdk_odata_common.html b/knowledge-base/api-reference/modules/sap_cloud_sdk_odata_common.html index dbf1e9a82b..7633b77d9f 100644 --- a/knowledge-base/api-reference/modules/sap_cloud_sdk_odata_common.html +++ b/knowledge-base/api-reference/modules/sap_cloud_sdk_odata_common.html @@ -1,4 +1,4 @@ -@sap-cloud-sdk/odata-common | SAP Cloud SDK for JavaScript - v3.22.1

    [[include:odata-common/README.md]]

    +@sap-cloud-sdk/odata-common | SAP Cloud SDK for JavaScript - v3.22.2

    [[include:odata-common/README.md]]

    References

    Classes

    AllFields BatchChangeSet @@ -131,4 +131,4 @@ or throwErrorWhenReturnTypeIsUnionType

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    References

    Re-exports transformVariadicArgumentToArray
    +

    References

    Re-exports transformVariadicArgumentToArray
    diff --git a/knowledge-base/api-reference/modules/sap_cloud_sdk_odata_v2.html b/knowledge-base/api-reference/modules/sap_cloud_sdk_odata_v2.html index 833156678a..9d505e1eb8 100644 --- a/knowledge-base/api-reference/modules/sap_cloud_sdk_odata_v2.html +++ b/knowledge-base/api-reference/modules/sap_cloud_sdk_odata_v2.html @@ -1,4 +1,4 @@ -@sap-cloud-sdk/odata-v2 | SAP Cloud SDK for JavaScript - v3.22.1

    [[include:odata-v2/README.md]]

    +@sap-cloud-sdk/odata-v2 | SAP Cloud SDK for JavaScript - v3.22.2

    [[include:odata-v2/README.md]]

    References

    AllFields and asc @@ -71,4 +71,4 @@ transformReturnValueForEntityList transformReturnValueForUndefined

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    References

    Re-exports AllFields
    Re-exports and
    Re-exports asc
    Re-exports BatchChangeSet
    Re-exports ComplexTypeField
    Re-exports Constructable
    Re-exports ConstructorOrField
    Renames and re-exports CustomOrDefaultType
    Re-exports desc
    Re-exports DeserializedType
    Re-exports DeSerializer
    Renames and re-exports DeSerializers
    Re-exports EdmTypeField
    Re-exports EntityApi
    Re-exports EntityBase
    Re-exports entityBuilder
    Re-exports EntityBuilder
    Re-exports EntityBuilderType
    Re-exports ErrorResponse
    Re-exports FieldBuilder
    Re-exports FieldOptions
    Re-exports Link
    Re-exports not
    Re-exports OneToManyLink
    Re-exports OneToOneLink
    Re-exports OperationParameter
    Re-exports or
    Re-exports OrderableEdmTypeField
    Re-exports PropertyMetadata
    Renames and re-exports ReadResponse
    Re-exports RequestBuilder
    Re-exports throwErrorWhenReturnTypeIsUnionType
    Re-exports Time
    Re-exports transformVariadicArgumentToArray
    Renames and re-exports WriteResponse
    Renames and re-exports WriteResponses
    +

    References

    Re-exports AllFields
    Re-exports and
    Re-exports asc
    Re-exports BatchChangeSet
    Re-exports ComplexTypeField
    Re-exports Constructable
    Re-exports ConstructorOrField
    Renames and re-exports CustomOrDefaultType
    Re-exports desc
    Re-exports DeserializedType
    Re-exports DeSerializer
    Renames and re-exports DeSerializers
    Re-exports EdmTypeField
    Re-exports EntityApi
    Re-exports EntityBase
    Re-exports entityBuilder
    Re-exports EntityBuilder
    Re-exports EntityBuilderType
    Re-exports ErrorResponse
    Re-exports FieldBuilder
    Re-exports FieldOptions
    Re-exports Link
    Re-exports not
    Re-exports OneToManyLink
    Re-exports OneToOneLink
    Re-exports OperationParameter
    Re-exports or
    Re-exports OrderableEdmTypeField
    Re-exports PropertyMetadata
    Renames and re-exports ReadResponse
    Re-exports RequestBuilder
    Re-exports throwErrorWhenReturnTypeIsUnionType
    Re-exports Time
    Re-exports transformVariadicArgumentToArray
    Renames and re-exports WriteResponse
    Renames and re-exports WriteResponses
    diff --git a/knowledge-base/api-reference/modules/sap_cloud_sdk_odata_v4.html b/knowledge-base/api-reference/modules/sap_cloud_sdk_odata_v4.html index 48a189f852..7f6b72ed68 100644 --- a/knowledge-base/api-reference/modules/sap_cloud_sdk_odata_v4.html +++ b/knowledge-base/api-reference/modules/sap_cloud_sdk_odata_v4.html @@ -1,4 +1,4 @@ -@sap-cloud-sdk/odata-v4 | SAP Cloud SDK for JavaScript - v3.22.1

    [[include:odata-v4/README.md]]

    +@sap-cloud-sdk/odata-v4 | SAP Cloud SDK for JavaScript - v3.22.2

    [[include:odata-v4/README.md]]

    References

    AllFields and asc @@ -90,4 +90,4 @@ transformReturnValueForEntityList transformReturnValueForUndefined

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    References

    Re-exports AllFields
    Re-exports and
    Re-exports asc
    Re-exports BatchChangeSet
    Re-exports CollectionField
    Re-exports ComplexTypeField
    Re-exports Constructable
    Re-exports ConstructorOrField
    Renames and re-exports CustomOrDefaultType
    Re-exports desc
    Re-exports DeserializedType
    Re-exports DeSerializer
    Renames and re-exports DeSerializers
    Re-exports EdmTypeField
    Re-exports EntityApi
    Re-exports EntityBase
    Re-exports entityBuilder
    Re-exports EntityBuilder
    Re-exports EntityBuilderType
    Re-exports EnumField
    Re-exports FieldBuilder
    Re-exports FieldOptions
    Re-exports Link
    Re-exports not
    Re-exports OneToManyLink
    Re-exports OneToOneLink
    Re-exports OperationParameter
    Re-exports or
    Re-exports OrderableEdmTypeField
    Re-exports PropertyMetadata
    Re-exports RequestBuilder
    Re-exports throwErrorWhenReturnTypeIsUnionType
    Re-exports Time
    Re-exports transformVariadicArgumentToArray
    +

    References

    Re-exports AllFields
    Re-exports and
    Re-exports asc
    Re-exports BatchChangeSet
    Re-exports CollectionField
    Re-exports ComplexTypeField
    Re-exports Constructable
    Re-exports ConstructorOrField
    Renames and re-exports CustomOrDefaultType
    Re-exports desc
    Re-exports DeserializedType
    Re-exports DeSerializer
    Renames and re-exports DeSerializers
    Re-exports EdmTypeField
    Re-exports EntityApi
    Re-exports EntityBase
    Re-exports entityBuilder
    Re-exports EntityBuilder
    Re-exports EntityBuilderType
    Re-exports EnumField
    Re-exports FieldBuilder
    Re-exports FieldOptions
    Re-exports Link
    Re-exports not
    Re-exports OneToManyLink
    Re-exports OneToOneLink
    Re-exports OperationParameter
    Re-exports or
    Re-exports OrderableEdmTypeField
    Re-exports PropertyMetadata
    Re-exports RequestBuilder
    Re-exports throwErrorWhenReturnTypeIsUnionType
    Re-exports Time
    Re-exports transformVariadicArgumentToArray
    diff --git a/knowledge-base/api-reference/modules/sap_cloud_sdk_openapi.html b/knowledge-base/api-reference/modules/sap_cloud_sdk_openapi.html index cbf38f3442..11e7ae5212 100644 --- a/knowledge-base/api-reference/modules/sap_cloud_sdk_openapi.html +++ b/knowledge-base/api-reference/modules/sap_cloud_sdk_openapi.html @@ -1,5 +1,5 @@ -@sap-cloud-sdk/openapi | SAP Cloud SDK for JavaScript - v3.22.1

    [[include:openapi/README.md]]

    +@sap-cloud-sdk/openapi | SAP Cloud SDK for JavaScript - v3.22.2

    [[include:openapi/README.md]]

    Index

    Classes

    Interfaces

    OpenApiRequestParameters

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/modules/sap_cloud_sdk_openapi_generator.html b/knowledge-base/api-reference/modules/sap_cloud_sdk_openapi_generator.html index 7798a4be6e..77a97fd37a 100644 --- a/knowledge-base/api-reference/modules/sap_cloud_sdk_openapi_generator.html +++ b/knowledge-base/api-reference/modules/sap_cloud_sdk_openapi_generator.html @@ -1,6 +1,6 @@ -@sap-cloud-sdk/openapi-generator | SAP Cloud SDK for JavaScript - v3.22.1

    [[include:openapi-generator/README.md]]

    +@sap-cloud-sdk/openapi-generator | SAP Cloud SDK for JavaScript - v3.22.2

    [[include:openapi-generator/README.md]]

    Index

    Interfaces

    Type Aliases

    Functions

    generate

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/modules/sap_cloud_sdk_resilience.html b/knowledge-base/api-reference/modules/sap_cloud_sdk_resilience.html index a64a41223d..036cc73f09 100644 --- a/knowledge-base/api-reference/modules/sap_cloud_sdk_resilience.html +++ b/knowledge-base/api-reference/modules/sap_cloud_sdk_resilience.html @@ -1,4 +1,4 @@ -@sap-cloud-sdk/resilience | SAP Cloud SDK for JavaScript - v3.22.1

    [[include:resilience/README.md]]

    +@sap-cloud-sdk/resilience | SAP Cloud SDK for JavaScript - v3.22.2

    [[include:resilience/README.md]]

    Index

    Interfaces

    MiddlewareContext MiddlewareOptions ResilienceOptions @@ -10,4 +10,4 @@ retry timeout

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/modules/sap_cloud_sdk_temporal_de_serializers.html b/knowledge-base/api-reference/modules/sap_cloud_sdk_temporal_de_serializers.html index 7abfaaec97..377e74c2f0 100644 --- a/knowledge-base/api-reference/modules/sap_cloud_sdk_temporal_de_serializers.html +++ b/knowledge-base/api-reference/modules/sap_cloud_sdk_temporal_de_serializers.html @@ -1,5 +1,5 @@ -@sap-cloud-sdk/temporal-de-serializers | SAP Cloud SDK for JavaScript - v3.22.1

    Module @sap-cloud-sdk/temporal-de-serializers

    [[include:temporal-de-serializers/README.md]]

    +@sap-cloud-sdk/temporal-de-serializers | SAP Cloud SDK for JavaScript - v3.22.2

    Module @sap-cloud-sdk/temporal-de-serializers

    [[include:temporal-de-serializers/README.md]]

    Index

    Variables

    temporalDeSerializersV2 temporalDeSerializersV4

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/modules/sap_cloud_sdk_test_util.html b/knowledge-base/api-reference/modules/sap_cloud_sdk_test_util.html index 12d26eeb19..14d0741c28 100644 --- a/knowledge-base/api-reference/modules/sap_cloud_sdk_test_util.html +++ b/knowledge-base/api-reference/modules/sap_cloud_sdk_test_util.html @@ -1,4 +1,4 @@ -@sap-cloud-sdk/test-util | SAP Cloud SDK for JavaScript - v3.22.1

    [[include:test-util/README.md]]

    +@sap-cloud-sdk/test-util | SAP Cloud SDK for JavaScript - v3.22.2

    [[include:test-util/README.md]]

    Index

    Interfaces

    Functions

    getTestDestinationByAlias getTestDestinations @@ -8,4 +8,4 @@ unmockAllTestDestinations unmockTestDestination

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/modules/sap_cloud_sdk_util.html b/knowledge-base/api-reference/modules/sap_cloud_sdk_util.html index cc5f044e5c..f499339c01 100644 --- a/knowledge-base/api-reference/modules/sap_cloud_sdk_util.html +++ b/knowledge-base/api-reference/modules/sap_cloud_sdk_util.html @@ -1,4 +1,4 @@ -@sap-cloud-sdk/util | SAP Cloud SDK for JavaScript - v3.22.1

    [[include:util/README.md]]

    +@sap-cloud-sdk/util | SAP Cloud SDK for JavaScript - v3.22.2

    [[include:util/README.md]]

    Index

    Classes

    Interfaces

    LoggerOptions @@ -80,4 +80,4 @@ upperCaseSnakeCase zip

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.AllDestinationOptions.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.AllDestinationOptions.html index 4f58e947dd..825b3fdefa 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.AllDestinationOptions.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.AllDestinationOptions.html @@ -1,3 +1,3 @@ -AllDestinationOptions | SAP Cloud SDK for JavaScript - v3.22.1
    AllDestinationOptions: Omit<DestinationOptions, "selectionStrategy" | "isolationStrategy">

    Options used to fetch all destinations.

    +AllDestinationOptions | SAP Cloud SDK for JavaScript - v3.22.2
    AllDestinationOptions: Omit<DestinationOptions, "selectionStrategy" | "isolationStrategy">

    Options used to fetch all destinations.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.AuthenticationType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.AuthenticationType.html index bbcb698a67..989df103bf 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.AuthenticationType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.AuthenticationType.html @@ -1,3 +1,3 @@ -AuthenticationType | SAP Cloud SDK for JavaScript - v3.22.1
    AuthenticationType:
        | "PrincipalPropagation"
        | "NoAuthentication"
        | "BasicAuthentication"
        | "SAMLAssertion"
        | "OAuth2SAMLBearerAssertion"
        | "OAuth2ClientCredentials"
        | "OAuth2UserTokenExchange"
        | "ClientCertificateAuthentication"
        | "OAuth2JWTBearer"
        | "OAuth2Password"
        | "OAuth2RefreshToken"

    Represents the authentication type of a destination.

    +AuthenticationType | SAP Cloud SDK for JavaScript - v3.22.2
    AuthenticationType:
        | "PrincipalPropagation"
        | "NoAuthentication"
        | "BasicAuthentication"
        | "SAMLAssertion"
        | "OAuth2SAMLBearerAssertion"
        | "OAuth2ClientCredentials"
        | "OAuth2UserTokenExchange"
        | "ClientCertificateAuthentication"
        | "OAuth2JWTBearer"
        | "OAuth2Password"
        | "OAuth2RefreshToken"

    Represents the authentication type of a destination.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationCacheInterface.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationCacheInterface.html index 10b4f0d5b6..639f964d2d 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationCacheInterface.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationCacheInterface.html @@ -1,4 +1,4 @@ -DestinationCacheInterface | SAP Cloud SDK for JavaScript - v3.22.1
    DestinationCacheInterface: AsyncCacheInterface<Destination>

    Type to implement custom destination caching. +DestinationCacheInterface | SAP Cloud SDK for JavaScript - v3.22.2

    DestinationCacheInterface: AsyncCacheInterface<Destination>

    Type to implement custom destination caching. To use a custom cache, call setDestinationCache and pass a cache instance that implements this interface.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationOptions.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationOptions.html index 8e704eb85b..187106bb63 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationOptions.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationOptions.html @@ -1,3 +1,3 @@ -DestinationOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Options used when fetching destinations. Encompasses DestinationAccessorOptions, DestinationRetrievalOptions and VerifyJwtOptions.

    +DestinationOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Options used when fetching destinations. Encompasses DestinationAccessorOptions, DestinationRetrievalOptions and VerifyJwtOptions.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationOrFetchOptions.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationOrFetchOptions.html index cda0487130..282945c776 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationOrFetchOptions.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationOrFetchOptions.html @@ -1,3 +1,3 @@ -DestinationOrFetchOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Type that is either a HttpDestination or (XOR) & DestinationForServiceBindingOptions.

    +DestinationOrFetchOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Type that is either a HttpDestination or (XOR) & DestinationForServiceBindingOptions.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationProxyType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationProxyType.html index fd7f06e5d9..19ba146f8f 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationProxyType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationProxyType.html @@ -1,3 +1,3 @@ -DestinationProxyType | SAP Cloud SDK for JavaScript - v3.22.1
    DestinationProxyType:
        | "OnPremise"
        | "Internet"
        | "PrivateLink"
        | null

    Represents the proxy type on a destination.

    +DestinationProxyType | SAP Cloud SDK for JavaScript - v3.22.2
    DestinationProxyType:
        | "OnPremise"
        | "Internet"
        | "PrivateLink"
        | null

    Represents the proxy type on a destination.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationRetrievalOptions.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationRetrievalOptions.html index be1f874412..1ea05ce835 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationRetrievalOptions.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationRetrievalOptions.html @@ -1,8 +1,8 @@ -DestinationRetrievalOptions | SAP Cloud SDK for JavaScript - v3.22.1
    DestinationRetrievalOptions: CachingOptions & {
        isolationStrategy?: IsolationStrategy;
        retry?: boolean;
    }

    Options to use while fetching destinations. Encompasses both CachingOptions and isolation strategy.

    +DestinationRetrievalOptions | SAP Cloud SDK for JavaScript - v3.22.2
    DestinationRetrievalOptions: CachingOptions & {
        isolationStrategy?: IsolationStrategy;
        retry?: boolean;
    }

    Options to use while fetching destinations. Encompasses both CachingOptions and isolation strategy.

    Type declaration

    • OptionalisolationStrategy?: IsolationStrategy

      The isolation strategy used for caching destinations. For the available options, see IsolationStrategy. By default, 'tenant-user' is set.

    • Optionalretry?: boolean

      The call to destination/{name} sometimes also performs a token exchange. Such calls can be flaky due to an unstable token exchange endpoint. This parameter enables 3 retries on the destination by name calls. By default, the retry is disabled.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationSelectionStrategy.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationSelectionStrategy.html index ec5074eab3..271e01fa53 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationSelectionStrategy.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationSelectionStrategy.html @@ -1,4 +1,4 @@ -DestinationSelectionStrategy | SAP Cloud SDK for JavaScript - v3.22.1
    DestinationSelectionStrategy: ((allDestinations: AllDestinations, destinationName: string) => Destination | null)

    Function to implement the selection strategy of the retrieved destination. +DestinationSelectionStrategy | SAP Cloud SDK for JavaScript - v3.22.2

    DestinationSelectionStrategy: ((allDestinations: AllDestinations, destinationName: string) => Destination | null)

    Function to implement the selection strategy of the retrieved destination. Use the built-in strategies defined in DestinationSelectionStrategies or make your own function.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationWithName.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationWithName.html index 1da492f5b2..983e7e3d33 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationWithName.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationWithName.html @@ -1,3 +1,3 @@ -DestinationWithName | SAP Cloud SDK for JavaScript - v3.22.1
    DestinationWithName: Destination & {
        name: string;
    }

    Represents a destination with a name property.

    +DestinationWithName | SAP Cloud SDK for JavaScript - v3.22.2
    DestinationWithName: Destination & {
        name: string;
    }

    Represents a destination with a name property.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationWithoutToken.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationWithoutToken.html index d4514d7772..d4bb1188e0 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationWithoutToken.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.DestinationWithoutToken.html @@ -1,3 +1,3 @@ -DestinationWithoutToken | SAP Cloud SDK for JavaScript - v3.22.1
    DestinationWithoutToken: Omit<Destination, "authTokens">

    A Destination which does not contain | authTokens.

    +DestinationWithoutToken | SAP Cloud SDK for JavaScript - v3.22.2
    DestinationWithoutToken: Omit<Destination, "authTokens">

    A Destination which does not contain | authTokens.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.HttpDestination.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.HttpDestination.html index e089da28c0..e92aa148cf 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.HttpDestination.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.HttpDestination.html @@ -1,3 +1,3 @@ -HttpDestination | SAP Cloud SDK for JavaScript - v3.22.1
    HttpDestination: Destination & {
        url: string;
    }

    Destination for HTTP request where the URL is mandatory.

    +HttpDestination | SAP Cloud SDK for JavaScript - v3.22.2
    HttpDestination: Destination & {
        url: string;
    }

    Destination for HTTP request where the URL is mandatory.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.HttpDestinationOrFetchOptions.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.HttpDestinationOrFetchOptions.html index 5c44f8bc2a..24acce8bae 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.HttpDestinationOrFetchOptions.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.HttpDestinationOrFetchOptions.html @@ -1,3 +1,3 @@ -HttpDestinationOrFetchOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Type that is either a HttpDestination or (XOR) & DestinationForServiceBindingOptions.

    +HttpDestinationOrFetchOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Type that is either a HttpDestination or (XOR) & DestinationForServiceBindingOptions.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.IsolationStrategy.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.IsolationStrategy.html index e6728bbdb5..c1bb634db4 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.IsolationStrategy.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.IsolationStrategy.html @@ -1,4 +1,4 @@ -IsolationStrategy | SAP Cloud SDK for JavaScript - v3.22.1
    IsolationStrategy: "tenant" | "tenant-user"

    Represents the isolation strategy in the destination cache. +IsolationStrategy | SAP Cloud SDK for JavaScript - v3.22.2

    IsolationStrategy: "tenant" | "tenant-user"

    Represents the isolation strategy in the destination cache. The available strategies are isolation by tenant or isolation by tenant and user.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.PartialDestinationFetchOptions.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.PartialDestinationFetchOptions.html index f1427f37e1..d9f3c776ba 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.PartialDestinationFetchOptions.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.PartialDestinationFetchOptions.html @@ -1,7 +1,7 @@ -PartialDestinationFetchOptions | SAP Cloud SDK for JavaScript - v3.22.1
    PartialDestinationFetchOptions: {
        jwt?: JwtPayload;
    } & CachingOptions

    Type declaration

    • Optionaljwt?: JwtPayload

      The JWT used to fetch destinations. +PartialDestinationFetchOptions | SAP Cloud SDK for JavaScript - v3.22.2

      PartialDestinationFetchOptions: {
          jwt?: JwtPayload;
      } & CachingOptions

      Type declaration

      • Optionaljwt?: JwtPayload

        The JWT used to fetch destinations. The use of JwtPayload is deprecated since v3.4.0 and will be removed in the next major version update. Use string instead.

        -

      Since v3.4.0. Use either ServiceBindingTransformOptions or getDestinationFromServiceBinding. +

    Since v3.4.0. Use either ServiceBindingTransformOptions or getDestinationFromServiceBinding. Represents partial options to fetch destinations.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.Protocol.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.Protocol.html index 60e8178b94..520c83afa0 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.Protocol.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.Protocol.html @@ -1,3 +1,3 @@ -Protocol | SAP Cloud SDK for JavaScript - v3.22.1
    Protocol: "http" | "https" | "socks"

    Supported web protocols for requests made by the SAP Cloud SDK.

    +Protocol | SAP Cloud SDK for JavaScript - v3.22.2
    Protocol: "http" | "https" | "socks"

    Supported web protocols for requests made by the SAP Cloud SDK.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.RegisterDestinationOptions.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.RegisterDestinationOptions.html index 41500c6977..a2df094152 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.RegisterDestinationOptions.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.RegisterDestinationOptions.html @@ -1,3 +1,3 @@ -RegisterDestinationOptions | SAP Cloud SDK for JavaScript - v3.22.1
    RegisterDestinationOptions: Pick<DestinationFetchOptions, "jwt" | "isolationStrategy"> & {
        inferMtls?: boolean;
        useMtlsCache?: boolean;
    }

    Represents options to configure how a destination should be registered.

    +RegisterDestinationOptions | SAP Cloud SDK for JavaScript - v3.22.2
    RegisterDestinationOptions: Pick<DestinationFetchOptions, "jwt" | "isolationStrategy"> & {
        inferMtls?: boolean;
        useMtlsCache?: boolean;
    }

    Represents options to configure how a destination should be registered.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.ServiceBindingTransformFunction.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.ServiceBindingTransformFunction.html index 866a879529..abf7b372cd 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.ServiceBindingTransformFunction.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.ServiceBindingTransformFunction.html @@ -1,3 +1,3 @@ -ServiceBindingTransformFunction | SAP Cloud SDK for JavaScript - v3.22.1
    ServiceBindingTransformFunction: ((service: Service, options?: ServiceBindingTransformOptions) => Promise<Destination>)

    Type of the function to transform the service binding.

    +ServiceBindingTransformFunction | SAP Cloud SDK for JavaScript - v3.22.2
    ServiceBindingTransformFunction: ((service: Service, options?: ServiceBindingTransformOptions) => Promise<Destination>)

    Type of the function to transform the service binding.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.ServiceBindingTransformOptions.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.ServiceBindingTransformOptions.html index 6471d17e9d..ee824a65a4 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.ServiceBindingTransformOptions.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.ServiceBindingTransformOptions.html @@ -1,4 +1,4 @@ -ServiceBindingTransformOptions | SAP Cloud SDK for JavaScript - v3.22.1
    ServiceBindingTransformOptions: {
        jwt?: JwtPayload;
    } & CachingOptions

    Represents options passed to the service binding transform function.

    +ServiceBindingTransformOptions | SAP Cloud SDK for JavaScript - v3.22.2
    ServiceBindingTransformOptions: {
        jwt?: JwtPayload;
    } & CachingOptions

    Represents options passed to the service binding transform function.

    Type declaration

    • Optionaljwt?: JwtPayload

      The JWT payload used to fetch destinations.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.ServiceCredentials.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.ServiceCredentials.html index dabf1a3d46..8659fed763 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.ServiceCredentials.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.ServiceCredentials.html @@ -1,3 +1,3 @@ -ServiceCredentials | SAP Cloud SDK for JavaScript - v3.22.1
    ServiceCredentials: {
        clientid: string;
        [other: string]: any;
    } & ({
        clientsecret: string;
    } | {
        certificate: string;
        key: string;
    })

    Unspecific representation of a service's credentials as read from VCAP_SERVICES (for Cloud Foundry) or mounted secrets (for K8S).

    +ServiceCredentials | SAP Cloud SDK for JavaScript - v3.22.2
    ServiceCredentials: {
        clientid: string;
        [other: string]: any;
    } & ({
        clientsecret: string;
    } | {
        certificate: string;
        key: string;
    })

    Unspecific representation of a service's credentials as read from VCAP_SERVICES (for Cloud Foundry) or mounted secrets (for K8S).

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.XsuaaServiceCredentials.html b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.XsuaaServiceCredentials.html index 7a51288c83..748b583b85 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.XsuaaServiceCredentials.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_connectivity.XsuaaServiceCredentials.html @@ -1,3 +1,3 @@ -XsuaaServiceCredentials | SAP Cloud SDK for JavaScript - v3.22.1
    XsuaaServiceCredentials: ServiceCredentials & {
        identityzone: string;
        identityzoneid: string;
        sburl: string;
        tenantid: string;
        tenantmode: string;
        uaadomain: string;
        url: string;
        verificationkey: string;
        xsappname: string;
    }

    Credentials for the XSUAA service.

    +XsuaaServiceCredentials | SAP Cloud SDK for JavaScript - v3.22.2
    XsuaaServiceCredentials: ServiceCredentials & {
        identityzone: string;
        identityzoneid: string;
        sburl: string;
        tenantid: string;
        tenantmode: string;
        uaadomain: string;
        url: string;
        verificationkey: string;
        xsappname: string;
    }

    Credentials for the XSUAA service.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.CustomRequestConfig.html b/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.CustomRequestConfig.html index 899b98ffc4..9827edcea0 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.CustomRequestConfig.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.CustomRequestConfig.html @@ -1,3 +1,3 @@ -CustomRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1
    CustomRequestConfig: Pick<HttpRequestConfig,
        | "middleware"
        | "maxContentLength"
        | "proxy"
        | "httpAgent"
        | "httpsAgent"
        | "parameterEncoder"> & Record<string, any>

    The type for parameter in Custom Request Configuration.

    +CustomRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2
    CustomRequestConfig: Pick<HttpRequestConfig,
        | "middleware"
        | "maxContentLength"
        | "proxy"
        | "httpAgent"
        | "httpsAgent"
        | "parameterEncoder"> & Record<string, any>

    The type for parameter in Custom Request Configuration.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpMiddleware.html b/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpMiddleware.html index 7951275a62..a248844e6f 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpMiddleware.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpMiddleware.html @@ -1,3 +1,3 @@ -HttpMiddleware | SAP Cloud SDK for JavaScript - v3.22.1

    Middleware for http requests.

    +HttpMiddleware | SAP Cloud SDK for JavaScript - v3.22.2

    Middleware for http requests.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpMiddlewareOptions.html b/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpMiddlewareOptions.html index 72c7699477..70fcc0ae22 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpMiddlewareOptions.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpMiddlewareOptions.html @@ -1,3 +1,3 @@ -HttpMiddlewareOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Options for http middleware.

    +HttpMiddlewareOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Options for http middleware.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpRequestConfig.html b/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpRequestConfig.html index 5e4b8aab26..85e90f1e9e 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpRequestConfig.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpRequestConfig.html @@ -1,3 +1,3 @@ -HttpRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1
    HttpRequestConfig: HttpRequestConfigBase & {
        headers?: Record<string, any>;
        params?: Record<string, any>;
    }

    This interface is compatible with RawAxiosRequestConfig.

    +HttpRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2
    HttpRequestConfig: HttpRequestConfigBase & {
        headers?: Record<string, any>;
        params?: Record<string, any>;
    }

    This interface is compatible with RawAxiosRequestConfig.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpRequestConfigWithOrigin.html b/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpRequestConfigWithOrigin.html index 23b131bff6..2cce707501 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpRequestConfigWithOrigin.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.HttpRequestConfigWithOrigin.html @@ -1,4 +1,4 @@ -HttpRequestConfigWithOrigin | SAP Cloud SDK for JavaScript - v3.22.1
    HttpRequestConfigWithOrigin: HttpRequestConfigBase & {
        headers?: OriginOptions;
        params?: OriginOptions;
    }

    This interface is similar to HttpRequestConfig. In addition, the headers and params can be defined with "origin" information.

    -

    OriginOptions

    +HttpRequestConfigWithOrigin | SAP Cloud SDK for JavaScript - v3.22.2
    HttpRequestConfigWithOrigin: HttpRequestConfigBase & {
        headers?: OriginOptions;
        params?: OriginOptions;
    }

    This interface is similar to HttpRequestConfig. In addition, the headers and params can be defined with "origin" information.

    +

    OriginOptions

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.Method.html b/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.Method.html index 76f7312f28..e8e4b109c8 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.Method.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.Method.html @@ -1,3 +1,3 @@ -Method | SAP Cloud SDK for JavaScript - v3.22.1
    Method:
        | "get"
        | "GET"
        | "delete"
        | "DELETE"
        | "head"
        | "HEAD"
        | "options"
        | "OPTIONS"
        | "post"
        | "POST"
        | "put"
        | "PUT"
        | "patch"
        | "PATCH"

    HTTP Methods supported by the http-client.

    +Method | SAP Cloud SDK for JavaScript - v3.22.2
    Method:
        | "get"
        | "GET"
        | "delete"
        | "DELETE"
        | "head"
        | "HEAD"
        | "options"
        | "OPTIONS"
        | "post"
        | "POST"
        | "put"
        | "PUT"
        | "patch"
        | "PATCH"

    HTTP Methods supported by the http-client.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.ParameterEncoder.html b/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.ParameterEncoder.html index f007660547..4706d354a9 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.ParameterEncoder.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_http_client.ParameterEncoder.html @@ -1,3 +1,3 @@ -ParameterEncoder | SAP Cloud SDK for JavaScript - v3.22.1
    ParameterEncoder: ((parameter: Record<string, any>) => Record<string, any>)

    Type of the parameter encoder.

    +ParameterEncoder | SAP Cloud SDK for JavaScript - v3.22.2
    ParameterEncoder: ((parameter: Record<string, any>) => Record<string, any>)

    Type of the parameter encoder.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_mail_client.Headers.html b/knowledge-base/api-reference/types/sap_cloud_sdk_mail_client.Headers.html index 75846293a7..ab369a8bc3 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_mail_client.Headers.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_mail_client.Headers.html @@ -1,5 +1,5 @@ -Headers | SAP Cloud SDK for JavaScript - v3.22.1
    Headers: {
        [key: string]: string | string[] | {
            prepared: boolean;
            value: string;
        };
    } | {
        key: string;
        value: string;
    }[]

    Represents an object or array of additional header fields. +Headers | SAP Cloud SDK for JavaScript - v3.22.2

    Headers: {
        [key: string]: string | string[] | {
            prepared: boolean;
            value: string;
        };
    } | {
        key: string;
        value: string;
    }[]

    Represents an object or array of additional header fields. Prepared header values that are not folded or encoded by Nodemailer. This type is compatible with Headers of nodemailer.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.BatchSubRequestPathType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.BatchSubRequestPathType.html index a74f0a5e66..76a11bc890 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.BatchSubRequestPathType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.BatchSubRequestPathType.html @@ -1,3 +1,3 @@ -BatchSubRequestPathType | SAP Cloud SDK for JavaScript - v3.22.1
    BatchSubRequestPathType:
        | "absolute"
        | "relativeToService"
        | "relativeToEntity"
        | "noPath"

    The path in the sub request should be serialized as an absolute or relative URL.

    +BatchSubRequestPathType | SAP Cloud SDK for JavaScript - v3.22.2
    BatchSubRequestPathType:
        | "absolute"
        | "relativeToService"
        | "relativeToEntity"
        | "noPath"

    The path in the sub request should be serialized as an absolute or relative URL.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ChangesetBuilderTypes.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ChangesetBuilderTypes.html index efd1452e86..4c6332df56 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ChangesetBuilderTypes.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ChangesetBuilderTypes.html @@ -1,4 +1,4 @@ -ChangesetBuilderTypes | SAP Cloud SDK for JavaScript - v3.22.1

    Some function imports contain not serializable entities and the execute() method is removed from them. +ChangesetBuilderTypes | SAP Cloud SDK for JavaScript - v3.22.2

    Some function imports contain not serializable entities and the execute() method is removed from them. Since the execute method is not needed in batch the execute it is removed from all function imports.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.CollectionFieldType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.CollectionFieldType.html index e7d7399faa..8fc3aed8e9 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.CollectionFieldType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.CollectionFieldType.html @@ -1,5 +1,5 @@ -CollectionFieldType | SAP Cloud SDK for JavaScript - v3.22.1

    Convenience type to reflect the type of the instances of a collection field. +CollectionFieldType | SAP Cloud SDK for JavaScript - v3.22.2

    Convenience type to reflect the type of the instances of a collection field. The actual type of the elements for complex type collections is ComplexTypeNamespace.

    Type Parameters

    • CollectionFieldT extends EdmTypeShared<"any"> | Record<string, any>

      Type of of elements of the collection. This can either be an EDM type or complex type.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ComplexTypeFieldConstructor.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ComplexTypeFieldConstructor.html index a7c7d41573..8668b32308 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ComplexTypeFieldConstructor.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ComplexTypeFieldConstructor.html @@ -1,3 +1,3 @@ -ComplexTypeFieldConstructor | SAP Cloud SDK for JavaScript - v3.22.1

    Type Alias ComplexTypeFieldConstructor<ComplexTypeFieldT, EntityT, DeSerializersT, ComplexT, NullableT, SelectableT>

    ComplexTypeFieldConstructor<ComplexTypeFieldT, EntityT, DeSerializersT, ComplexT, NullableT, SelectableT>: (new (fieldName: string, fieldOf: ConstructorOrField<EntityT>, deSerializers: DeSerializersT, fieldOptions?: FieldOptions<NullableT, SelectableT>) => ComplexTypeFieldT)

    Constructor function creating a ComplexTypeField.

    +ComplexTypeFieldConstructor | SAP Cloud SDK for JavaScript - v3.22.2

    Type Alias ComplexTypeFieldConstructor<ComplexTypeFieldT, EntityT, DeSerializersT, ComplexT, NullableT, SelectableT>

    ComplexTypeFieldConstructor<ComplexTypeFieldT, EntityT, DeSerializersT, ComplexT, NullableT, SelectableT>: (new (fieldName: string, fieldOf: ConstructorOrField<EntityT>, deSerializers: DeSerializersT, fieldOptions?: FieldOptions<NullableT, SelectableT>) => ComplexTypeFieldT)

    Constructor function creating a ComplexTypeField.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ComplexTypePropertyFields.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ComplexTypePropertyFields.html index 30415f0e3c..73b8679748 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ComplexTypePropertyFields.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ComplexTypePropertyFields.html @@ -1,4 +1,4 @@ -ComplexTypePropertyFields | SAP Cloud SDK for JavaScript - v3.22.1
    ComplexTypePropertyFields<EntityT>: EdmTypeField<EntityT, any, any, boolean, false> | OrderableEdmTypeField<EntityT, any, any, boolean, false>

    A complex type contains multiple properties. +ComplexTypePropertyFields | SAP Cloud SDK for JavaScript - v3.22.2

    ComplexTypePropertyFields<EntityT>: EdmTypeField<EntityT, any, any, boolean, false> | OrderableEdmTypeField<EntityT, any, any, boolean, false>

    A complex type contains multiple properties. This type represents the possible types of these properties.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ConstructorOrField.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ConstructorOrField.html index 0a576fb5ea..eff5d77dfb 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ConstructorOrField.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ConstructorOrField.html @@ -1,3 +1,3 @@ -ConstructorOrField | SAP Cloud SDK for JavaScript - v3.22.1
    ConstructorOrField<EntityT, ComplexT>: Constructable<EntityT> | ComplexTypeField<EntityT, DeSerializers, ComplexT, boolean, boolean>

    Union type to represent the parent of a field. This can either be an entity constructor or a complex type field.

    +ConstructorOrField | SAP Cloud SDK for JavaScript - v3.22.2
    ConstructorOrField<EntityT, ComplexT>: Constructable<EntityT> | ComplexTypeField<EntityT, DeSerializers, ComplexT, boolean, boolean>

    Union type to represent the parent of a field. This can either be an entity constructor or a complex type field.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.CustomOrDefaultType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.CustomOrDefaultType.html index 5e01093dfd..f19e8052f9 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.CustomOrDefaultType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.CustomOrDefaultType.html @@ -1,7 +1,7 @@ -CustomOrDefaultType | SAP Cloud SDK for JavaScript - v3.22.1

    Type Alias CustomOrDefaultType<CustomDeSerializerT, EdmT, DefaultDeSerializersT>

    CustomOrDefaultType<CustomDeSerializerT, EdmT, DefaultDeSerializersT>: EdmT extends keyof CustomDeSerializerT
        ? CustomDeSerializerT[EdmT] extends DeSerializer<infer CustomT> | undefined
            ? CustomT
            : DeserializedType<DefaultDeSerializersT, EdmT>
        : DeserializedType<DefaultDeSerializersT, EdmT>

    Infers the deserialized type for an EDM type, based on custom (de-)serializers. +CustomOrDefaultType | SAP Cloud SDK for JavaScript - v3.22.2

    Type Alias CustomOrDefaultType<CustomDeSerializerT, EdmT, DefaultDeSerializersT>

    CustomOrDefaultType<CustomDeSerializerT, EdmT, DefaultDeSerializersT>: EdmT extends keyof CustomDeSerializerT
        ? CustomDeSerializerT[EdmT] extends DeSerializer<infer CustomT> | undefined
            ? CustomT
            : DeserializedType<DefaultDeSerializersT, EdmT>
        : DeserializedType<DefaultDeSerializersT, EdmT>

    Infers the deserialized type for an EDM type, based on custom (de-)serializers. If the custom (de-)serializers specify a type for the given EDM type, this type is inferred. Otherwise the given DefaultType is used.

    Type Parameters

    • CustomDeSerializerT

      Type of the custom (de-)serializers.

    • EdmT

      The EDM type to infer the type for.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    • DefaultDeSerializersT extends DefaultDeSerializers
    +
  • DefaultDeSerializersT extends DefaultDeSerializers
  • diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.DefaultDeSerializers.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.DefaultDeSerializers.html index fc756b3422..c8bcf42e28 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.DefaultDeSerializers.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.DefaultDeSerializers.html @@ -1,3 +1,3 @@ -DefaultDeSerializers | SAP Cloud SDK for JavaScript - v3.22.1
    DefaultDeSerializers: DeSerializers<string, boolean, number, BigNumber, number, number, number, number, BigNumber, string, number, number, string, any>

    Type of the default (de-)serializers.

    +DefaultDeSerializers | SAP Cloud SDK for JavaScript - v3.22.2
    DefaultDeSerializers: DeSerializers<string, boolean, number, BigNumber, number, number, number, number, BigNumber, string, number, number, string, any>

    Type of the default (de-)serializers.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.DeserializedType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.DeserializedType.html index 4da462d5cf..21fdb711a5 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.DeserializedType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.DeserializedType.html @@ -1,5 +1,5 @@ -DeserializedType | SAP Cloud SDK for JavaScript - v3.22.1

    Type Alias DeserializedType<DeSerializersT, EdmT>

    DeserializedType<DeSerializersT, EdmT>: EdmT extends keyof DeSerializersT
        ? DeSerializersT[EdmT] extends DeSerializer<infer DeserializedT>
            ? DeserializedT
            : any
        : any

    Infers the deserialized type for an EDM type from the given (de-)serializers type.

    +DeserializedType | SAP Cloud SDK for JavaScript - v3.22.2

    Type Alias DeserializedType<DeSerializersT, EdmT>

    DeserializedType<DeSerializersT, EdmT>: EdmT extends keyof DeSerializersT
        ? DeSerializersT[EdmT] extends DeSerializer<infer DeserializedT>
            ? DeserializedT
            : any
        : any

    Infers the deserialized type for an EDM type from the given (de-)serializers type.

    Type Parameters

    • DeSerializersT extends DeSerializers

      Type of the (de-)serializers.

    • EdmT

      Return type of the deserialize function for the given EDM type.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeCommon.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeCommon.html index 1ce9582020..a6ae05b3b4 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeCommon.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeCommon.html @@ -1,3 +1,3 @@ -EdmTypeCommon | SAP Cloud SDK for JavaScript - v3.22.1

    Includes all EDM types which are shared between OData version 2 and 4.

    +EdmTypeCommon | SAP Cloud SDK for JavaScript - v3.22.2

    Includes all EDM types which are shared between OData version 2 and 4.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeDifferentConverters.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeDifferentConverters.html index 89ddc36df8..41ad68706b 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeDifferentConverters.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeDifferentConverters.html @@ -1,3 +1,3 @@ -EdmTypeDifferentConverters | SAP Cloud SDK for JavaScript - v3.22.1
    EdmTypeDifferentConverters: "Edm.DateTimeOffset"

    Includes all EDM types that have different converters for OData version 2 and 4.

    +EdmTypeDifferentConverters | SAP Cloud SDK for JavaScript - v3.22.2
    EdmTypeDifferentConverters

    Includes all EDM types that have different converters for OData version 2 and 4.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeSameConverters.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeSameConverters.html index ccbcc9b5c7..a6b0bcfa6b 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeSameConverters.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeSameConverters.html @@ -1,3 +1,3 @@ -EdmTypeSameConverters | SAP Cloud SDK for JavaScript - v3.22.1
    EdmTypeSameConverters:
        | "Edm.String"
        | "Edm.Boolean"
        | "Edm.Decimal"
        | "Edm.Double"
        | "Edm.Single"
        | "Edm.Float"
        | "Edm.Int16"
        | "Edm.Int32"
        | "Edm.Int64"
        | "Edm.SByte"
        | "Edm.Binary"
        | "Edm.Guid"
        | "Edm.Byte"
        | "Edm.Any"

    PLEASER REVIEW.

    +EdmTypeSameConverters | SAP Cloud SDK for JavaScript - v3.22.2
    EdmTypeSameConverters:
        | "Edm.String"
        | "Edm.Boolean"
        | "Edm.Decimal"
        | "Edm.Double"
        | "Edm.Single"
        | "Edm.Float"
        | "Edm.Int16"
        | "Edm.Int32"
        | "Edm.Int64"
        | "Edm.SByte"
        | "Edm.Binary"
        | "Edm.Guid"
        | "Edm.Byte"
        | "Edm.Any"

    PLEASER REVIEW.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeShared.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeShared.html index d734673a11..c1f1bd6884 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeShared.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EdmTypeShared.html @@ -1,4 +1,4 @@ -EdmTypeShared | SAP Cloud SDK for JavaScript - v3.22.1

    Represents all valid EDM types for one OData version (either v2 or v4). +EdmTypeShared | SAP Cloud SDK for JavaScript - v3.22.2

    Represents all valid EDM types for one OData version (either v2 or v4). Currently, due to an issue in TypeScript, this includes all valid types for OData v2 and v4.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EntityBuilderType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EntityBuilderType.html index ce6da0ca92..42fb4a45aa 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EntityBuilderType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EntityBuilderType.html @@ -1,3 +1,3 @@ -EntityBuilderType | SAP Cloud SDK for JavaScript - v3.22.1

    Type Alias EntityBuilderType<EntityT, DeSerializersT>

    EntityBuilderType<EntityT, DeSerializersT>: {
        [property in keyof Required<Omit<EntityT, keyof EntityBase>>]: ((value: EntityT[property]) => EntityBuilderType<EntityT, DeSerializersT>)
    } & EntityBuilder<EntityT, DeSerializersT>

    Entity builder type with check for EntityT.

    +EntityBuilderType | SAP Cloud SDK for JavaScript - v3.22.2

    Type Alias EntityBuilderType<EntityT, DeSerializersT>

    EntityBuilderType<EntityT, DeSerializersT>: {
        [property in keyof Required<Omit<EntityT, keyof EntityBase>>]: ((value: EntityT[property]) => EntityBuilderType<EntityT, DeSerializersT>)
    } & EntityBuilder<EntityT, DeSerializersT>

    Entity builder type with check for EntityT.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EntityType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EntityType.html index 4df4be7460..fdbce77387 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EntityType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EntityType.html @@ -1,3 +1,3 @@ -EntityType | SAP Cloud SDK for JavaScript - v3.22.1
    EntityType<forExtraction>: forExtraction extends EntityApi<infer EntityT, any>
        ? EntityT
        : never

    Helper type to extract the type of an entity from an API so EntityType<MyPetApi> is Dog.

    +EntityType | SAP Cloud SDK for JavaScript - v3.22.2
    EntityType<forExtraction>: forExtraction extends EntityApi<infer EntityT, any>
        ? EntityT
        : never

    Helper type to extract the type of an entity from an API so EntityType<MyPetApi> is Dog.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    • forExtraction
    +

    Type Parameters

    • forExtraction
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EntityTypeFromFieldOf.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EntityTypeFromFieldOf.html index 0326d3cb3a..ded685d6f9 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EntityTypeFromFieldOf.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.EntityTypeFromFieldOf.html @@ -1,3 +1,3 @@ -EntityTypeFromFieldOf | SAP Cloud SDK for JavaScript - v3.22.1
    EntityTypeFromFieldOf<FieldOfT>: FieldOfT extends ConstructorOrField<infer EntityT>
        ? EntityT
        : never

    Helper type to extract the entity from a field so EntityTypeFromFieldOf<EdmTypeField> is MyEntity.

    +EntityTypeFromFieldOf | SAP Cloud SDK for JavaScript - v3.22.2
    EntityTypeFromFieldOf<FieldOfT>: FieldOfT extends ConstructorOrField<infer EntityT>
        ? EntityT
        : never

    Helper type to extract the entity from a field so EntityTypeFromFieldOf<EdmTypeField> is MyEntity.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ExclusiveEdmTypeV2.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ExclusiveEdmTypeV2.html index f729fe1adf..8d138f388a 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ExclusiveEdmTypeV2.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ExclusiveEdmTypeV2.html @@ -1,3 +1,3 @@ -ExclusiveEdmTypeV2 | SAP Cloud SDK for JavaScript - v3.22.1
    ExclusiveEdmTypeV2: "Edm.DateTime" | "Edm.Time"

    Exclusive EDM types for OData v2.

    +ExclusiveEdmTypeV2 | SAP Cloud SDK for JavaScript - v3.22.2
    ExclusiveEdmTypeV2: "Edm.DateTime" | "Edm.Time"

    Exclusive EDM types for OData v2.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ExclusiveEdmTypeV4.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ExclusiveEdmTypeV4.html index 658a433832..e72b224d57 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ExclusiveEdmTypeV4.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ExclusiveEdmTypeV4.html @@ -1,3 +1,3 @@ -ExclusiveEdmTypeV4 | SAP Cloud SDK for JavaScript - v3.22.1
    ExclusiveEdmTypeV4:
        | "Edm.Date"
        | "Edm.Duration"
        | "Edm.TimeOfDay"
        | "Edm.Enum"

    Exclusive EDM types for OData v4.

    +ExclusiveEdmTypeV4 | SAP Cloud SDK for JavaScript - v3.22.2
    ExclusiveEdmTypeV4:
        | "Edm.Date"
        | "Edm.Duration"
        | "Edm.TimeOfDay"
        | "Edm.Enum"

    Exclusive EDM types for OData v4.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Expandable.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Expandable.html index c81e146567..637d24ac3c 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Expandable.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Expandable.html @@ -1,4 +1,4 @@ -Expandable | SAP Cloud SDK for JavaScript - v3.22.1

    Type Alias Expandable<EntityT, DeSerializersT, LinkedEntityApiT>

    Represents everything that can be used in an .expand statement. Only relevant for OData v4 requests.

    +Expandable | SAP Cloud SDK for JavaScript - v3.22.2

    Type Alias Expandable<EntityT, DeSerializersT, LinkedEntityApiT>

    Represents everything that can be used in an .expand statement. Only relevant for OData v4 requests.

    Type Parameters

    +
  • DeSerializersT extends DeSerializers
  • LinkedEntityApiT extends EntityApi<EntityBase, DeSerializersT> = EntityApi<EntityBase, DeSerializersT>
  • diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FieldTypeByEdmType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FieldTypeByEdmType.html index 9a21301ebe..2ec9d23efb 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FieldTypeByEdmType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FieldTypeByEdmType.html @@ -1,5 +1,5 @@ -FieldTypeByEdmType | SAP Cloud SDK for JavaScript - v3.22.1

    Type Alias FieldTypeByEdmType<T, EdmT, NullableT>

    Convenience type that maps the given EDM type to a field type. It also considers whether the field is nullable.

    +FieldTypeByEdmType | SAP Cloud SDK for JavaScript - v3.22.2

    Type Alias FieldTypeByEdmType<T, EdmT, NullableT>

    Convenience type that maps the given EDM type to a field type. It also considers whether the field is nullable.

    Type Parameters

    • T extends DeSerializers
    • EdmT extends EdmTypeShared<"any">

      EDM type of the field. Deprecated: Field type of the field.

    • NullableT extends boolean

      Boolean type that represents whether the field is nullable.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterFunctionParameterType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterFunctionParameterType.html index c000dacf4f..5dd698b94a 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterFunctionParameterType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterFunctionParameterType.html @@ -1,3 +1,3 @@ -FilterFunctionParameterType | SAP Cloud SDK for JavaScript - v3.22.1
    FilterFunctionParameterType<EntityT>:
        | FilterFunctionPrimitiveParameterType
        | Field<EntityT, boolean, boolean>
        | FilterFunction<EntityT, any>
        | FilterFunctionPrimitiveParameterType[]

    Type of a parameter of a filter function. This can either be a primitive type, a reference to a field or another filter function.

    +FilterFunctionParameterType | SAP Cloud SDK for JavaScript - v3.22.2
    FilterFunctionParameterType<EntityT>:
        | FilterFunctionPrimitiveParameterType
        | Field<EntityT, boolean, boolean>
        | FilterFunction<EntityT, any>
        | FilterFunctionPrimitiveParameterType[]

    Type of a parameter of a filter function. This can either be a primitive type, a reference to a field or another filter function.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterFunctionPrimitiveParameterType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterFunctionPrimitiveParameterType.html index 2de35d36c1..17e0a1104c 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterFunctionPrimitiveParameterType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterFunctionPrimitiveParameterType.html @@ -1,3 +1,3 @@ -FilterFunctionPrimitiveParameterType | SAP Cloud SDK for JavaScript - v3.22.1
    FilterFunctionPrimitiveParameterType: number | string | moment.Moment

    Primitive type of a parameter of a filter function.

    +FilterFunctionPrimitiveParameterType | SAP Cloud SDK for JavaScript - v3.22.2
    FilterFunctionPrimitiveParameterType: number | string | moment.Moment

    Primitive type of a parameter of a filter function.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterFunctionTypes.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterFunctionTypes.html index 99adc4747d..c3e8b2dac9 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterFunctionTypes.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterFunctionTypes.html @@ -1,3 +1,3 @@ -FilterFunctionTypes | SAP Cloud SDK for JavaScript - v3.22.1
    FilterFunctionTypes:
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type

    Union type of all the possible filter functions contained in FilterFunctionsType.

    +FilterFunctionTypes | SAP Cloud SDK for JavaScript - v3.22.2
    FilterFunctionTypes:
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type
        | typeof __type

    Union type of all the possible filter functions contained in FilterFunctionsType.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterLambdaOperator.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterLambdaOperator.html index 0c4f8bfee5..09bad30eae 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterLambdaOperator.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterLambdaOperator.html @@ -1,4 +1,4 @@ -FilterLambdaOperator | SAP Cloud SDK for JavaScript - v3.22.1
    FilterLambdaOperator: "any" | "all"

    Possible operators used to filter one to many relations in OData v4. +FilterLambdaOperator | SAP Cloud SDK for JavaScript - v3.22.2

    FilterLambdaOperator: "any" | "all"

    Possible operators used to filter one to many relations in OData v4. Values are any or all.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperator.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperator.html index ac137a8c03..c18188d2b5 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperator.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperator.html @@ -1,3 +1,3 @@ -FilterOperator | SAP Cloud SDK for JavaScript - v3.22.1

    Union type of the filter operators for string, boolean and number types.

    +FilterOperator | SAP Cloud SDK for JavaScript - v3.22.2

    Union type of the filter operators for string, boolean and number types.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperatorBoolean.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperatorBoolean.html index 5ae2052b66..2c4bb47ace 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperatorBoolean.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperatorBoolean.html @@ -1,4 +1,4 @@ -FilterOperatorBoolean | SAP Cloud SDK for JavaScript - v3.22.1
    FilterOperatorBoolean: "eq" | "ne"

    Union type representing all filter operations for boolean properties. +FilterOperatorBoolean | SAP Cloud SDK for JavaScript - v3.22.2

    FilterOperatorBoolean: "eq" | "ne"

    Union type representing all filter operations for boolean properties. Possible values are eq and ne.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperatorNumber.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperatorNumber.html index 915281274a..04cba1ff27 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperatorNumber.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperatorNumber.html @@ -1,3 +1,3 @@ -FilterOperatorNumber | SAP Cloud SDK for JavaScript - v3.22.1
    FilterOperatorNumber:
        | "eq"
        | "ne"
        | "lt"
        | "le"
        | "gt"
        | "ge"

    Union type representing all filter operations for number properties like le or gt.

    +FilterOperatorNumber | SAP Cloud SDK for JavaScript - v3.22.2
    FilterOperatorNumber:
        | "eq"
        | "ne"
        | "lt"
        | "le"
        | "gt"
        | "ge"

    Union type representing all filter operations for number properties like le or gt.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperatorString.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperatorString.html index 8168cc921f..8072571001 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperatorString.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FilterOperatorString.html @@ -1,3 +1,3 @@ -FilterOperatorString | SAP Cloud SDK for JavaScript - v3.22.1
    FilterOperatorString:
        | "eq"
        | "ne"
        | "lt"
        | "le"
        | "gt"
        | "ge"

    Union type representing all filter operations for string properties like eq or ne.

    +FilterOperatorString | SAP Cloud SDK for JavaScript - v3.22.2
    FilterOperatorString:
        | "eq"
        | "ne"
        | "lt"
        | "le"
        | "gt"
        | "ge"

    Union type representing all filter operations for string properties like eq or ne.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Filterable.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Filterable.html index 56ceea3b82..3e0f5d94b9 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Filterable.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Filterable.html @@ -1,4 +1,4 @@ -Filterable | SAP Cloud SDK for JavaScript - v3.22.1

    Type Alias Filterable<EntityT, DeSerializersT, LinkedEntityApiT>

    A union of all types that can be used for filtering.

    +Filterable | SAP Cloud SDK for JavaScript - v3.22.2

    Type Alias Filterable<EntityT, DeSerializersT, LinkedEntityApiT>

    A union of all types that can be used for filtering.

    Type Parameters

    +
  • DeSerializersT extends DeSerializers
  • LinkedEntityApiT extends EntityApi<EntityBase, DeSerializersT> = EntityApi<EntityBase, any>
  • diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FromJsonType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FromJsonType.html index d20e62b80d..0cca2b8787 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FromJsonType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FromJsonType.html @@ -1,6 +1,6 @@ -FromJsonType | SAP Cloud SDK for JavaScript - v3.22.1
    FromJsonType<JsonT>: {
        [key: string]: any;
    } & {
        [P in keyof PureEntityType<JsonT>]?: PureEntityType<JsonT>[P] extends (infer U)[] | null | undefined
            ? U extends Record<string, any>
                ? FromJsonType<U>[]
                : PureEntityType<JsonT>[P]
            : PureEntityType<JsonT>[P] extends Record<string, any> | null | undefined
                ? FromJsonType<PureEntityType<JsonT>[P]> | null | undefined
                : PureEntityType<JsonT>[P]
    }

    Type to describe possible inputs for .fromJson. +FromJsonType | SAP Cloud SDK for JavaScript - v3.22.2

    FromJsonType<JsonT>: {
        [key: string]: any;
    } & {
        [P in keyof PureEntityType<JsonT>]?: PureEntityType<JsonT>[P] extends (infer U)[] | null | undefined
            ? U extends Record<string, any>
                ? FromJsonType<U>[]
                : PureEntityType<JsonT>[P]
            : PureEntityType<JsonT>[P] extends Record<string, any> | null | undefined
                ? FromJsonType<PureEntityType<JsonT>[P]> | null | undefined
                : PureEntityType<JsonT>[P]
    }

    Type to describe possible inputs for .fromJson. This is based on the JSON type of an entity and allows all properties to be optional recursively. It also allows setting unknown properties, which will be treated as custom fields.

    Type Parameters

    • JsonT

      JSON type of the entity.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FunctionImportParameters.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FunctionImportParameters.html index 5c0d663899..759ac6e1c7 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FunctionImportParameters.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.FunctionImportParameters.html @@ -1,3 +1,3 @@ -FunctionImportParameters | SAP Cloud SDK for JavaScript - v3.22.1
    FunctionImportParameters<ParametersT>: OperationParameters<ParametersT>

    Type Parameters

    • ParametersT

    Since 3.3.0. Use OperationParameters instead.

    +FunctionImportParameters | SAP Cloud SDK for JavaScript - v3.22.2
    FunctionImportParameters<ParametersT>: OperationParameters<ParametersT>

    Type Parameters

    • ParametersT

    Since 3.3.0. Use OperationParameters instead.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.IsSelectableField.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.IsSelectableField.html index d431f38ed1..631c6852c0 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.IsSelectableField.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.IsSelectableField.html @@ -1,4 +1,4 @@ -IsSelectableField | SAP Cloud SDK for JavaScript - v3.22.1
    IsSelectableField<FieldOfT>: FieldOfT extends Constructable<any>
        ? true
        : false

    Convenience type to determine whether a field should be selectable. If the given FieldOfT is the type of an entity, it is selectable.

    +IsSelectableField | SAP Cloud SDK for JavaScript - v3.22.2
    IsSelectableField<FieldOfT>: FieldOfT extends Constructable<any>
        ? true
        : false

    Convenience type to determine whether a field should be selectable. If the given FieldOfT is the type of an entity, it is selectable.

    Type Parameters

    • FieldOfT extends ConstructorOrField<any>

      Type of the entity or complex type field this field belongs to.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.NonNullishType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.NonNullishType.html index 5e09704293..3e428f2ef9 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.NonNullishType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.NonNullishType.html @@ -1,3 +1,3 @@ -NonNullishType | SAP Cloud SDK for JavaScript - v3.22.1
    NonNullishType<T>: Exclude<T, NullishTypes>

    Exclude all nullish types from the given type so NonNullishType<TypeA | TypeB | undefined> is TypeA | TypeB.

    +NonNullishType | SAP Cloud SDK for JavaScript - v3.22.2
    NonNullishType<T>: Exclude<T, NullishTypes>

    Exclude all nullish types from the given type so NonNullishType<TypeA | TypeB | undefined> is TypeA | TypeB.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    • T
    +

    Type Parameters

    • T
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.NullableFieldType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.NullableFieldType.html index a6473dcee9..4eef92030b 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.NullableFieldType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.NullableFieldType.html @@ -1,5 +1,5 @@ -NullableFieldType | SAP Cloud SDK for JavaScript - v3.22.1
    NullableFieldType<FieldT, NullableT>: NullableT extends true
        ? FieldT | null
        : FieldT

    Convenience type that maps the given field type to a new type that is either nullable or not, depending on the given NullableT.

    +NullableFieldType | SAP Cloud SDK for JavaScript - v3.22.2
    NullableFieldType<FieldT, NullableT>: NullableT extends true
        ? FieldT | null
        : FieldT

    Convenience type that maps the given field type to a new type that is either nullable or not, depending on the given NullableT.

    Type Parameters

    • FieldT

      Field type of the field.

    • NullableT extends boolean

      Boolean type that represents whether the field is nullable.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.NullishTypes.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.NullishTypes.html index aab2f96d90..8d736179d6 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.NullishTypes.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.NullishTypes.html @@ -1,3 +1,3 @@ -NullishTypes | SAP Cloud SDK for JavaScript - v3.22.1
    NullishTypes: null | undefined

    Union type of null and undefined.

    +NullishTypes | SAP Cloud SDK for JavaScript - v3.22.2
    NullishTypes: null | undefined

    Union type of null and undefined.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ODataVersionOf.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ODataVersionOf.html index 218c06381b..ed1546fb63 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ODataVersionOf.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.ODataVersionOf.html @@ -1,3 +1,3 @@ -ODataVersionOf | SAP Cloud SDK for JavaScript - v3.22.1
    ODataVersionOf<T>: T["_oDataVersion"]

    Helper type to extract the @sap-cloud-sdk/util!ODataVersion from a given entity so ODataVersionOf is v2.

    +ODataVersionOf | SAP Cloud SDK for JavaScript - v3.22.2
    ODataVersionOf<T>: T["_oDataVersion"]

    Helper type to extract the @sap-cloud-sdk/util!ODataVersion from a given entity so ODataVersionOf is v2.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OperationParameters.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OperationParameters.html index 4d631c805b..80f8b6abe4 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OperationParameters.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OperationParameters.html @@ -1,4 +1,4 @@ -OperationParameters | SAP Cloud SDK for JavaScript - v3.22.1
    OperationParameters<ParametersT>: {
        [K in keyof ParametersT]: OperationParameter<ParametersT[K]>
    }

    Internal representation of all parameters of an operation as a map.

    +OperationParameters | SAP Cloud SDK for JavaScript - v3.22.2
    OperationParameters<ParametersT>: {
        [K in keyof ParametersT]: OperationParameter<ParametersT[K]>
    }

    Internal representation of all parameters of an operation as a map.

    Type Parameters

    • ParametersT

      External representation of all parameters

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderType.html index 35d8c34e76..64d8128d81 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderType.html @@ -1,3 +1,3 @@ -OrderType | SAP Cloud SDK for JavaScript - v3.22.1
    OrderType: "asc" | "desc"

    Is either ascending or descending.

    +OrderType | SAP Cloud SDK for JavaScript - v3.22.2
    OrderType: "asc" | "desc"

    Is either ascending or descending.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Orderable.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Orderable.html index a3ec6f0df2..46bc685749 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Orderable.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Orderable.html @@ -1,4 +1,4 @@ -Orderable | SAP Cloud SDK for JavaScript - v3.22.1

    Type Alias Orderable<EntityT, LinkedEntityApiT>

    A union of all types that can be used for ordering.

    +Orderable | SAP Cloud SDK for JavaScript - v3.22.2

    Type Alias Orderable<EntityT, LinkedEntityApiT>

    A union of all types that can be used for ordering.

    Type Parameters

    +
  • LinkedEntityApiT extends EntityApi<EntityBase> = EntityApi<EntityBase>
  • diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderableAndOrderableInput.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderableAndOrderableInput.html index 550998594f..1ea424ece2 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderableAndOrderableInput.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderableAndOrderableInput.html @@ -1,4 +1,4 @@ -OrderableAndOrderableInput | SAP Cloud SDK for JavaScript - v3.22.1

    Type Alias OrderableAndOrderableInput<EntityT, DeSerializersT, LinkedEntityApiT, LinkedEntityApiTOptional>

    A union of Orderable and OrderableInput.

    +OrderableAndOrderableInput | SAP Cloud SDK for JavaScript - v3.22.2

    Type Alias OrderableAndOrderableInput<EntityT, DeSerializersT, LinkedEntityApiT, LinkedEntityApiTOptional>

    A union of Orderable and OrderableInput.

    Type Parameters

    +
  • DeSerializersT extends DeSerializers
  • LinkedEntityApiT extends EntityApi<EntityBase, DeSerializersT>
  • LinkedEntityApiTOptional extends EntityApi<EntityBase> = EntityApi<EntityBase>
  • diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderableEdmType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderableEdmType.html index 44edf5a8fc..2e3691fcbf 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderableEdmType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderableEdmType.html @@ -1,3 +1,3 @@ -OrderableEdmType | SAP Cloud SDK for JavaScript - v3.22.1
    OrderableEdmType:
        | "Edm.Decimal"
        | "Edm.Double"
        | "Edm.Single"
        | "Edm.Float"
        | "Edm.Int16"
        | "Edm.Int32"
        | "Edm.Int64"
        | "Edm.SByte"
        | "Edm.Byte"
        | "Edm.DateTime"
        | "Edm.DateTimeOffset"
        | "Edm.Time"
        | "Edm.Date"
        | "Edm.Duration"
        | "Edm.TimeOfDay"
        | "Edm.String"
        | "Edm.Boolean"
        | "Edm.Guid"

    EDM types that can be compared with greaterThan, greaterOrEqual, lessThan and lessOrEqual.

    +OrderableEdmType | SAP Cloud SDK for JavaScript - v3.22.2
    OrderableEdmType:
        | "Edm.Decimal"
        | "Edm.Double"
        | "Edm.Single"
        | "Edm.Float"
        | "Edm.Int16"
        | "Edm.Int32"
        | "Edm.Int64"
        | "Edm.SByte"
        | "Edm.Byte"
        | "Edm.DateTime"
        | "Edm.DateTimeOffset"
        | "Edm.Time"
        | "Edm.Date"
        | "Edm.Duration"
        | "Edm.TimeOfDay"
        | "Edm.String"
        | "Edm.Boolean"
        | "Edm.Guid"

    EDM types that can be compared with greaterThan, greaterOrEqual, lessThan and lessOrEqual.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderableInput.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderableInput.html index c515fad56d..d59f17b286 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderableInput.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.OrderableInput.html @@ -1,4 +1,4 @@ -OrderableInput | SAP Cloud SDK for JavaScript - v3.22.1

    Type Alias OrderableInput<EntityT, DeSerializersT, LinkedEntityApiT>

    A union of all types that can be used as input for ordering.

    +OrderableInput | SAP Cloud SDK for JavaScript - v3.22.2

    Type Alias OrderableInput<EntityT, DeSerializersT, LinkedEntityApiT>

    A union of all types that can be used as input for ordering.

    Type Parameters

    +
  • DeSerializersT extends DeSerializers
  • LinkedEntityApiT extends EntityApi<EntityBase, DeSerializersT>
  • diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.PureEntityType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.PureEntityType.html index 0ad221f341..ff87ffbcf7 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.PureEntityType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.PureEntityType.html @@ -1,3 +1,3 @@ -PureEntityType | SAP Cloud SDK for JavaScript - v3.22.1
    PureEntityType<T>: Omit<NonNullishType<T>, keyof EntityBase>

    Omits all nullish properties as well as all properties of the EntityBase from a given type.

    +PureEntityType | SAP Cloud SDK for JavaScript - v3.22.2
    PureEntityType<T>: Omit<NonNullishType<T>, keyof EntityBase>

    Omits all nullish properties as well as all properties of the EntityBase from a given type.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    • T
    +

    Type Parameters

    • T
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.RequestMethodType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.RequestMethodType.html index 5b330685c9..f90cda262b 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.RequestMethodType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.RequestMethodType.html @@ -1,3 +1,3 @@ -RequestMethodType | SAP Cloud SDK for JavaScript - v3.22.1
    RequestMethodType:
        | "get"
        | "post"
        | "patch"
        | "delete"
        | "put"

    Set of possible request methods.

    +RequestMethodType | SAP Cloud SDK for JavaScript - v3.22.2
    RequestMethodType:
        | "get"
        | "post"
        | "patch"
        | "delete"
        | "put"

    Set of possible request methods.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Selectable.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Selectable.html index 909789f26e..eacce3e205 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Selectable.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.Selectable.html @@ -1,3 +1,3 @@ -Selectable | SAP Cloud SDK for JavaScript - v3.22.1

    Type Alias Selectable<EntityT, DeSerializersT>

    Selectable<EntityT, DeSerializersT>: ODataVersionOf<EntityT> extends "v2"
        ?
            | SimpleTypeFields<EntityT>
            | Link<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>
            | ComplexTypeField<EntityT, DeSerializersT, any, boolean, boolean>
            | CustomField<EntityT, any, boolean>
            | CollectionField<EntityT, DeSerializersT, any, boolean, boolean>
            | AllFields<EntityT>
        : ODataVersionOf<EntityT> extends "v4"
            ?
                | SimpleTypeFields<EntityT>
                | ComplexTypeField<EntityT, DeSerializersT, any, boolean, boolean>
                | CustomField<EntityT, DeSerializersT, boolean>
                | CollectionField<EntityT, DeSerializersT, any, boolean, boolean>
                | AllFields<EntityT>
            : never

    Union type of all selectable fields.

    +Selectable | SAP Cloud SDK for JavaScript - v3.22.2

    Type Alias Selectable<EntityT, DeSerializersT>

    Selectable<EntityT, DeSerializersT>: ODataVersionOf<EntityT> extends "v2"
        ?
            | SimpleTypeFields<EntityT>
            | Link<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>
            | ComplexTypeField<EntityT, DeSerializersT, any, boolean, boolean>
            | CustomField<EntityT, any, boolean>
            | CollectionField<EntityT, DeSerializersT, any, boolean, boolean>
            | AllFields<EntityT>
        : ODataVersionOf<EntityT> extends "v4"
            ?
                | SimpleTypeFields<EntityT>
                | ComplexTypeField<EntityT, DeSerializersT, any, boolean, boolean>
                | CustomField<EntityT, DeSerializersT, boolean>
                | CollectionField<EntityT, DeSerializersT, any, boolean, boolean>
                | AllFields<EntityT>
            : never

    Union type of all selectable fields.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.SimpleTypeFields.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.SimpleTypeFields.html index 3ddf916369..ab3deb21ea 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.SimpleTypeFields.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_common.SimpleTypeFields.html @@ -1,3 +1,3 @@ -SimpleTypeFields | SAP Cloud SDK for JavaScript - v3.22.1
    SimpleTypeFields<EntityT>: EdmTypeField<EntityT, any, any, boolean, true> | OrderableEdmTypeField<EntityT, any, any, boolean, true>

    Helper type to unite the EdmTypeField and OrderableEdmTypeField which are appearing often together.

    +SimpleTypeFields | SAP Cloud SDK for JavaScript - v3.22.2
    SimpleTypeFields<EntityT>: EdmTypeField<EntityT, any, any, boolean, true> | OrderableEdmTypeField<EntityT, any, any, boolean, true>

    Helper type to unite the EdmTypeField and OrderableEdmTypeField which are appearing often together.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.BatchResponse.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.BatchResponse.html index f31001d297..a156479cf4 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.BatchResponse.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.BatchResponse.html @@ -1,3 +1,3 @@ -BatchResponse | SAP Cloud SDK for JavaScript - v3.22.1

    Union of the possible batch responses: ReadResponseCommon, WriteResponsesCommon and @sap-cloud-sdk/odata-common!ErrorResponse.

    +BatchResponse | SAP Cloud SDK for JavaScript - v3.22.2

    Union of the possible batch responses: ReadResponseCommon, WriteResponsesCommon and @sap-cloud-sdk/odata-common!ErrorResponse.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.CustomDeSerializers.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.CustomDeSerializers.html index 47e58c57e8..01fdacda6b 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.CustomDeSerializers.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.CustomDeSerializers.html @@ -1,3 +1,3 @@ -CustomDeSerializers | SAP Cloud SDK for JavaScript - v3.22.1
    CustomDeSerializers<T>: DeSerializers<CustomOrDefaultType<T, "Edm.Binary">, CustomOrDefaultType<T, "Edm.Boolean">, CustomOrDefaultType<T, "Edm.Byte">, CustomOrDefaultType<T, "Edm.Decimal">, CustomOrDefaultType<T, "Edm.Double">, CustomOrDefaultType<T, "Edm.Float">, CustomOrDefaultType<T, "Edm.Int16">, CustomOrDefaultType<T, "Edm.Int32">, CustomOrDefaultType<T, "Edm.Int64">, CustomOrDefaultType<T, "Edm.Guid">, CustomOrDefaultType<T, "Edm.SByte">, CustomOrDefaultType<T, "Edm.Single">, CustomOrDefaultType<T, "Edm.String">, CustomOrDefaultType<T, "Edm.Any">, CustomOrDefaultType<T, "Edm.DateTime">, CustomOrDefaultType<T, "Edm.DateTimeOffset">, CustomOrDefaultType<T, "Edm.Time">>

    Type of the full set of (de-)serialization functions, that include custom (de-)serializers (aka. default (de-)serializers type merged with custom (de-)serializers type).

    +CustomDeSerializers | SAP Cloud SDK for JavaScript - v3.22.2
    CustomDeSerializers<T>: DeSerializers<CustomOrDefaultType<T, "Edm.Binary">, CustomOrDefaultType<T, "Edm.Boolean">, CustomOrDefaultType<T, "Edm.Byte">, CustomOrDefaultType<T, "Edm.Decimal">, CustomOrDefaultType<T, "Edm.Double">, CustomOrDefaultType<T, "Edm.Float">, CustomOrDefaultType<T, "Edm.Int16">, CustomOrDefaultType<T, "Edm.Int32">, CustomOrDefaultType<T, "Edm.Int64">, CustomOrDefaultType<T, "Edm.Guid">, CustomOrDefaultType<T, "Edm.SByte">, CustomOrDefaultType<T, "Edm.Single">, CustomOrDefaultType<T, "Edm.String">, CustomOrDefaultType<T, "Edm.Any">, CustomOrDefaultType<T, "Edm.DateTime">, CustomOrDefaultType<T, "Edm.DateTimeOffset">, CustomOrDefaultType<T, "Edm.Time">>

    Type of the full set of (de-)serialization functions, that include custom (de-)serializers (aka. default (de-)serializers type merged with custom (de-)serializers type).

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    • T
    +

    Type Parameters

    • T
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.CustomOrDefaultType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.CustomOrDefaultType.html index a9c32c3849..ffae65ec9f 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.CustomOrDefaultType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.CustomOrDefaultType.html @@ -1,7 +1,7 @@ -CustomOrDefaultType | SAP Cloud SDK for JavaScript - v3.22.1

    Type Alias CustomOrDefaultType<CustomDeSerializerT, EdmT>

    Infers the deserialized type for an EDM type, based on custom (de-)serializers. +CustomOrDefaultType | SAP Cloud SDK for JavaScript - v3.22.2

    Type Alias CustomOrDefaultType<CustomDeSerializerT, EdmT>

    Infers the deserialized type for an EDM type, based on custom (de-)serializers. If the custom (de-)serializers specify a type for the given EDM type, this type is inferred. Otherwise the given DefaultType is used.

    Type Parameters

    • CustomDeSerializerT

      Type of the custom (de-)serializers.

    • EdmT

      The EDM type to infer the type for.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.DefaultDeSerializers.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.DefaultDeSerializers.html index 4952f9d383..8e74a44a74 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.DefaultDeSerializers.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.DefaultDeSerializers.html @@ -1,3 +1,3 @@ -DefaultDeSerializers | SAP Cloud SDK for JavaScript - v3.22.1
    DefaultDeSerializers: DeSerializers<string, boolean, number, BigNumber, number, number, number, number, BigNumber, string, number, number, string, any, moment.Moment, moment.Moment, Time>

    Type of the default (de-)serializers.

    +DefaultDeSerializers | SAP Cloud SDK for JavaScript - v3.22.2
    DefaultDeSerializers: DeSerializers<string, boolean, number, BigNumber, number, number, number, number, BigNumber, string, number, number, string, any, moment.Moment, moment.Moment, Time>

    Type of the default (de-)serializers.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.FilterFunctionsType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.FilterFunctionsType.html index 88155b454c..065ad3e4db 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.FilterFunctionsType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v2.FilterFunctionsType.html @@ -1,3 +1,3 @@ -FilterFunctionsType | SAP Cloud SDK for JavaScript - v3.22.1
    FilterFunctionsType: FilterFunctionsType & {
        replace: typeof replace;
        substringOf: typeof substringOf;
    }

    Extending the common filter function by the OData v2 specific onessubstringOf and replace.

    +FilterFunctionsType | SAP Cloud SDK for JavaScript - v3.22.2
    FilterFunctionsType: FilterFunctionsType & {
        replace: typeof replace;
        substringOf: typeof substringOf;
    }

    Extending the common filter function by the OData v2 specific onessubstringOf and replace.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.ActionImportParameters.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.ActionImportParameters.html index e4e9856238..a40fc871b4 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.ActionImportParameters.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.ActionImportParameters.html @@ -1,3 +1,3 @@ -ActionImportParameters | SAP Cloud SDK for JavaScript - v3.22.1
    ActionImportParameters<ParametersT>: {
        [K in keyof ParametersT]: ActionImportParameter<ParametersT[K]>
    }

    Type Parameters

    • ParametersT

    Since 3.3.0. Use OperationParameter instead.

    +ActionImportParameters | SAP Cloud SDK for JavaScript - v3.22.2
    ActionImportParameters<ParametersT>: {
        [K in keyof ParametersT]: ActionImportParameter<ParametersT[K]>
    }

    Type Parameters

    • ParametersT

    Since 3.3.0. Use OperationParameter instead.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.BatchResponse.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.BatchResponse.html index 637f647b55..7a685b24e7 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.BatchResponse.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.BatchResponse.html @@ -1,3 +1,3 @@ -BatchResponse | SAP Cloud SDK for JavaScript - v3.22.1

    Union of the possible batch responses: ReadResponseCommon, WriteResponsesCommon and @sap-cloud-sdk/odata-common!ErrorResponse.

    +BatchResponse | SAP Cloud SDK for JavaScript - v3.22.2

    Union of the possible batch responses: ReadResponseCommon, WriteResponsesCommon and @sap-cloud-sdk/odata-common!ErrorResponse.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.CustomDeSerializers.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.CustomDeSerializers.html index 4083298e9f..3618a8f95a 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.CustomDeSerializers.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.CustomDeSerializers.html @@ -1,3 +1,3 @@ -CustomDeSerializers | SAP Cloud SDK for JavaScript - v3.22.1
    CustomDeSerializers<T>: DeSerializers<CustomOrDefaultType<T, "Edm.Binary">, CustomOrDefaultType<T, "Edm.Boolean">, CustomOrDefaultType<T, "Edm.Byte">, CustomOrDefaultType<T, "Edm.Decimal">, CustomOrDefaultType<T, "Edm.Double">, CustomOrDefaultType<T, "Edm.Float">, CustomOrDefaultType<T, "Edm.Int16">, CustomOrDefaultType<T, "Edm.Int32">, CustomOrDefaultType<T, "Edm.Int64">, CustomOrDefaultType<T, "Edm.Guid">, CustomOrDefaultType<T, "Edm.SByte">, CustomOrDefaultType<T, "Edm.Single">, CustomOrDefaultType<T, "Edm.String">, CustomOrDefaultType<T, "Edm.Any">, CustomOrDefaultType<T, "Edm.DateTime">, CustomOrDefaultType<T, "Edm.DateTimeOffset">, CustomOrDefaultType<T, "Edm.Time">>

    Type of the full set of (de-)serialization functions, that include custom (de-)serializers (aka. default (de-)serializers type merged with custom (de-)serializers type).

    +CustomDeSerializers | SAP Cloud SDK for JavaScript - v3.22.2
    CustomDeSerializers<T>: DeSerializers<CustomOrDefaultType<T, "Edm.Binary">, CustomOrDefaultType<T, "Edm.Boolean">, CustomOrDefaultType<T, "Edm.Byte">, CustomOrDefaultType<T, "Edm.Decimal">, CustomOrDefaultType<T, "Edm.Double">, CustomOrDefaultType<T, "Edm.Float">, CustomOrDefaultType<T, "Edm.Int16">, CustomOrDefaultType<T, "Edm.Int32">, CustomOrDefaultType<T, "Edm.Int64">, CustomOrDefaultType<T, "Edm.Guid">, CustomOrDefaultType<T, "Edm.SByte">, CustomOrDefaultType<T, "Edm.Single">, CustomOrDefaultType<T, "Edm.String">, CustomOrDefaultType<T, "Edm.Any">, CustomOrDefaultType<T, "Edm.DateTime">, CustomOrDefaultType<T, "Edm.DateTimeOffset">, CustomOrDefaultType<T, "Edm.Time">>

    Type of the full set of (de-)serialization functions, that include custom (de-)serializers (aka. default (de-)serializers type merged with custom (de-)serializers type).

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    • T
    +

    Type Parameters

    • T
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.CustomOrDefaultType.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.CustomOrDefaultType.html index 88f0666e1c..6b42e01097 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.CustomOrDefaultType.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.CustomOrDefaultType.html @@ -1,7 +1,7 @@ -CustomOrDefaultType | SAP Cloud SDK for JavaScript - v3.22.1

    Type Alias CustomOrDefaultType<CustomDeSerializerT, EdmT>

    Infers the deserialized type for an EDM type, based on custom (de-)serializers. +CustomOrDefaultType | SAP Cloud SDK for JavaScript - v3.22.2

    Type Alias CustomOrDefaultType<CustomDeSerializerT, EdmT>

    Infers the deserialized type for an EDM type, based on custom (de-)serializers. If the custom (de-)serializers specify a type for the given EDM type, this type is inferred. Otherwise the given DefaultType is used.

    Type Parameters

    • CustomDeSerializerT

      Type of the custom (de-)serializers.

    • EdmT

      The EDM type to infer the type for.

      Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

      -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.DefaultDeSerializers.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.DefaultDeSerializers.html index fba39bdaa7..33df2be98c 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.DefaultDeSerializers.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.DefaultDeSerializers.html @@ -1,3 +1,3 @@ -DefaultDeSerializers | SAP Cloud SDK for JavaScript - v3.22.1
    DefaultDeSerializers: DeSerializers<string, boolean, number, BigNumber, number, number, number, number, BigNumber, string, number, number, string, any, moment.Moment, moment.Moment, moment.Duration, Time, any>

    Type of the default (de-)serializers.

    +DefaultDeSerializers | SAP Cloud SDK for JavaScript - v3.22.2
    DefaultDeSerializers: DeSerializers<string, boolean, number, BigNumber, number, number, number, number, BigNumber, string, number, number, string, any, moment.Moment, moment.Moment, moment.Duration, Time, any>

    Type of the default (de-)serializers.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.FilterFunctionTypes.html b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.FilterFunctionTypes.html index 122763bc5f..4781147883 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.FilterFunctionTypes.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_odata_v4.FilterFunctionTypes.html @@ -1,3 +1,3 @@ -FilterFunctionTypes | SAP Cloud SDK for JavaScript - v3.22.1
    FilterFunctionTypes: FilterFunctionsType & {
        contains: typeof contains;
        fractionalSeconds: typeof fractionalSeconds;
        hasSubsequence: typeof hasSubsequence;
        hasSubset: typeof hasSubset;
        matchesPattern: typeof matchesPattern;
        maxDateTime: typeof maxDateTime;
        minDateTime: typeof minDateTime;
        now: typeof now;
        totalOffsetMinutes: typeof totalOffsetMinutes;
    }

    Extending the common filter function by the OData v4 specification for example contains or matchesPattern.

    +FilterFunctionTypes | SAP Cloud SDK for JavaScript - v3.22.2
    FilterFunctionTypes: FilterFunctionsType & {
        contains: typeof contains;
        fractionalSeconds: typeof fractionalSeconds;
        hasSubsequence: typeof hasSubsequence;
        hasSubset: typeof hasSubset;
        matchesPattern: typeof matchesPattern;
        maxDateTime: typeof maxDateTime;
        minDateTime: typeof minDateTime;
        now: typeof now;
        totalOffsetMinutes: typeof totalOffsetMinutes;
    }

    Extending the common filter function by the OData v4 specification for example contains or matchesPattern.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_openapi_generator.GeneratorOptions.html b/knowledge-base/api-reference/types/sap_cloud_sdk_openapi_generator.GeneratorOptions.html index 89645d394f..c0f23f7b33 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_openapi_generator.GeneratorOptions.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_openapi_generator.GeneratorOptions.html @@ -1,3 +1,3 @@ -GeneratorOptions | SAP Cloud SDK for JavaScript - v3.22.1

    Options to configure OData client generation when using the generator programmatically.

    +GeneratorOptions | SAP Cloud SDK for JavaScript - v3.22.2

    Options to configure OData client generation when using the generator programmatically.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_resilience.Middleware.html b/knowledge-base/api-reference/types/sap_cloud_sdk_resilience.Middleware.html index 91c6828049..e5ff7442f8 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_resilience.Middleware.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_resilience.Middleware.html @@ -1,5 +1,5 @@ -Middleware | SAP Cloud SDK for JavaScript - v3.22.1

    Type Alias Middleware<ArgumentT, ReturnT, ContextT>

    Middleware type - This function takes some initial function and returns a function. +Middleware | SAP Cloud SDK for JavaScript - v3.22.2

    Type Alias Middleware<ArgumentT, ReturnT, ContextT>

    Middleware type - This function takes some initial function and returns a function. The input containing the initial function and some context information e.g. axios request and the request context. It returns a new functions with some additional feature e.g. timeout.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    +

    Type Parameters

    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_resilience.MiddlewareFunction.html b/knowledge-base/api-reference/types/sap_cloud_sdk_resilience.MiddlewareFunction.html index f8f0e41479..d43d3292bb 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_resilience.MiddlewareFunction.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_resilience.MiddlewareFunction.html @@ -1,3 +1,3 @@ -MiddlewareFunction | SAP Cloud SDK for JavaScript - v3.22.1

    Type Alias MiddlewareFunction<ArgumentT, ReturnT>

    MiddlewareFunction<ArgumentT, ReturnT>: ((arg: ArgumentT) => Promise<ReturnT>)

    Function around which the middlewares are added.

    +MiddlewareFunction | SAP Cloud SDK for JavaScript - v3.22.2

    Type Alias MiddlewareFunction<ArgumentT, ReturnT>

    MiddlewareFunction<ArgumentT, ReturnT>: ((arg: ArgumentT) => Promise<ReturnT>)

    Function around which the middlewares are added.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    • ArgumentT
    • ReturnT
    +

    Type Parameters

    • ArgumentT
    • ReturnT
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_util.LogLevel.html b/knowledge-base/api-reference/types/sap_cloud_sdk_util.LogLevel.html index faf628b733..491dc2bef7 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_util.LogLevel.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_util.LogLevel.html @@ -1,3 +1,3 @@ -LogLevel | SAP Cloud SDK for JavaScript - v3.22.1
    LogLevel:
        | "error"
        | "warn"
        | "info"
        | "verbose"
        | "debug"
        | "silly"

    Npm log levels used for the SAP Cloud SDK logger.

    +LogLevel | SAP Cloud SDK for JavaScript - v3.22.2
    LogLevel:
        | "error"
        | "warn"
        | "info"
        | "verbose"
        | "debug"
        | "silly"

    Npm log levels used for the SAP Cloud SDK logger.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_util.ODataVersion.html b/knowledge-base/api-reference/types/sap_cloud_sdk_util.ODataVersion.html index 8e6a3fd4a2..1556f70ee0 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_util.ODataVersion.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_util.ODataVersion.html @@ -1,3 +1,3 @@ -ODataVersion | SAP Cloud SDK for JavaScript - v3.22.1
    ODataVersion: "v2" | "v4"

    Denotes the OData version.

    +ODataVersion | SAP Cloud SDK for JavaScript - v3.22.2
    ODataVersion: "v2" | "v4"

    Denotes the OData version.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_util.Without.html b/knowledge-base/api-reference/types/sap_cloud_sdk_util.Without.html index b4a178bb4f..216201a294 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_util.Without.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_util.Without.html @@ -1,4 +1,4 @@ -Without | SAP Cloud SDK for JavaScript - v3.22.1
    Without<T>: {
        [P in keyof T]?: never
    }

    A type which sets all properties of a generic type to never. +Without | SAP Cloud SDK for JavaScript - v3.22.2

    Without<T>: {
        [P in keyof T]?: never
    }

    A type which sets all properties of a generic type to never. Used in the exclusive or type Xor.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    • T
    +

    Type Parameters

    • T
    diff --git a/knowledge-base/api-reference/types/sap_cloud_sdk_util.Xor.html b/knowledge-base/api-reference/types/sap_cloud_sdk_util.Xor.html index 8c4eaa1874..8810b75c19 100644 --- a/knowledge-base/api-reference/types/sap_cloud_sdk_util.Xor.html +++ b/knowledge-base/api-reference/types/sap_cloud_sdk_util.Xor.html @@ -1,4 +1,4 @@ -Xor | SAP Cloud SDK for JavaScript - v3.22.1
    Xor<T, U>: Without<T> & U | Without<U> & T

    XOR of two types containing keys with different names. +Xor | SAP Cloud SDK for JavaScript - v3.22.2

    Xor<T, U>: Without<T> & U | Without<U> & T

    XOR of two types containing keys with different names. If the two types show an overlap the type is never.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -

    Type Parameters

    • T
    • U
    +

    Type Parameters

    • T
    • U
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_connectivity.DestinationSelectionStrategies.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_connectivity.DestinationSelectionStrategies.html index 373b0c36a3..bfc9bac99c 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_connectivity.DestinationSelectionStrategies.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_connectivity.DestinationSelectionStrategies.html @@ -1,3 +1,3 @@ -DestinationSelectionStrategies | SAP Cloud SDK for JavaScript - v3.22.1
    DestinationSelectionStrategies: {
        alwaysProvider: typeof alwaysProvider;
        alwaysSubscriber: typeof alwaysSubscriber;
        subscriberFirst: typeof subscriberFirst;
    }

    Selector of destination selection strategies. See alwaysProvider, alwaysSubscriber and subscriberFirst for more information available selection strategies.

    +DestinationSelectionStrategies | SAP Cloud SDK for JavaScript - v3.22.2
    DestinationSelectionStrategies: {
        alwaysProvider: typeof alwaysProvider;
        alwaysSubscriber: typeof alwaysSubscriber;
        subscriberFirst: typeof subscriberFirst;
    }

    Selector of destination selection strategies. See alwaysProvider, alwaysSubscriber and subscriberFirst for more information available selection strategies.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_http_client.defaultDisallowedKeys.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_http_client.defaultDisallowedKeys.html index 9dba9d22dd..94d823dca6 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_http_client.defaultDisallowedKeys.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_http_client.defaultDisallowedKeys.html @@ -1,3 +1,3 @@ -defaultDisallowedKeys | SAP Cloud SDK for JavaScript - v3.22.1
    defaultDisallowedKeys: string[]

    A list of request config keys that are not allowed to be customized by default.

    +defaultDisallowedKeys | SAP Cloud SDK for JavaScript - v3.22.2
    defaultDisallowedKeys: string[]

    A list of request config keys that are not allowed to be customized by default.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_common.ActionFunctionImportRequestBuilderBase.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_common.ActionFunctionImportRequestBuilderBase.html index 7d38311297..abaa0dc931 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_common.ActionFunctionImportRequestBuilderBase.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_common.ActionFunctionImportRequestBuilderBase.html @@ -1,3 +1,3 @@ -ActionFunctionImportRequestBuilderBase | SAP Cloud SDK for JavaScript - v3.22.1
    ActionFunctionImportRequestBuilderBase: typeof OperationRequestBuilderBase

    Since 3.3.0. Use OperationRequestBuilderBase instead.

    +ActionFunctionImportRequestBuilderBase | SAP Cloud SDK for JavaScript - v3.22.2
    ActionFunctionImportRequestBuilderBase: typeof OperationRequestBuilderBase

    Since 3.3.0. Use OperationRequestBuilderBase instead.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_common.FunctionImportParameter.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_common.FunctionImportParameter.html index 89adc1ea16..c35b7830a2 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_common.FunctionImportParameter.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_common.FunctionImportParameter.html @@ -1,3 +1,3 @@ -FunctionImportParameter | SAP Cloud SDK for JavaScript - v3.22.1
    FunctionImportParameter: typeof OperationParameter

    Since 3.3.0. Use OperationParameter instead.

    +FunctionImportParameter | SAP Cloud SDK for JavaScript - v3.22.2
    FunctionImportParameter: typeof OperationParameter

    Since 3.3.0. Use OperationParameter instead.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_common.ODataFunctionImportRequestConfig.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_common.ODataFunctionImportRequestConfig.html index 9f8f45f181..5bfb2e262d 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_common.ODataFunctionImportRequestConfig.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_common.ODataFunctionImportRequestConfig.html @@ -1,3 +1,3 @@ -ODataFunctionImportRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1
    ODataFunctionImportRequestConfig: typeof ODataFunctionRequestConfig

    Since 3.3.0. Use ODataFunctionRequestConfig instead.

    +ODataFunctionImportRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2
    ODataFunctionImportRequestConfig: typeof ODataFunctionRequestConfig

    Since 3.3.0. Use ODataFunctionRequestConfig instead.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder.html index 3ef7379878..bbb1ab3e6a 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder.html @@ -1,3 +1,3 @@ -FunctionImportRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.1
    FunctionImportRequestBuilder: typeof OperationRequestBuilder

    Since 3.3.0. Use OperationRequestBuilder instead.

    +FunctionImportRequestBuilder | SAP Cloud SDK for JavaScript - v3.22.2
    FunctionImportRequestBuilder: typeof OperationRequestBuilder

    Since 3.3.0. Use OperationRequestBuilder instead.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v2.ODataFunctionImportRequestConfig.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v2.ODataFunctionImportRequestConfig.html index 66dcb466e5..f66d0d3a51 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v2.ODataFunctionImportRequestConfig.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v2.ODataFunctionImportRequestConfig.html @@ -1,3 +1,3 @@ -ODataFunctionImportRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1
    ODataFunctionImportRequestConfig: typeof ODataFunctionRequestConfig

    Since 3.3.0. Use ODataFunctionRequestConfig instead.

    +ODataFunctionImportRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2
    ODataFunctionImportRequestConfig: typeof ODataFunctionRequestConfig

    Since 3.3.0. Use ODataFunctionRequestConfig instead.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v2.defaultDeSerializers-1.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v2.defaultDeSerializers-1.html index 785db7fc2c..c988bb9c7d 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v2.defaultDeSerializers-1.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v2.defaultDeSerializers-1.html @@ -1,3 +1,3 @@ -defaultDeSerializers | SAP Cloud SDK for JavaScript - v3.22.1
    defaultDeSerializers: DefaultDeSerializers

    The default (de-)serializers.

    +defaultDeSerializers | SAP Cloud SDK for JavaScript - v3.22.2
    defaultDeSerializers: DefaultDeSerializers

    The default (de-)serializers.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.ODataActionImportRequestConfig.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.ODataActionImportRequestConfig.html index d96a63256f..7636e00da6 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.ODataActionImportRequestConfig.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.ODataActionImportRequestConfig.html @@ -1,3 +1,3 @@ -ODataActionImportRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1
    ODataActionImportRequestConfig: typeof ODataActionRequestConfig

    Since 3.3.0. Use ODataActionRequestConfig instead.

    +ODataActionImportRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2
    ODataActionImportRequestConfig: typeof ODataActionRequestConfig

    Since 3.3.0. Use ODataActionRequestConfig instead.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.ODataFunctionImportRequestConfig.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.ODataFunctionImportRequestConfig.html index ad000c068c..9d6fe8c085 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.ODataFunctionImportRequestConfig.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.ODataFunctionImportRequestConfig.html @@ -1,3 +1,3 @@ -ODataFunctionImportRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1
    ODataFunctionImportRequestConfig: typeof ODataFunctionRequestConfig

    Since 3.3.0. Use ODataFunctionRequestConfig instead.

    +ODataFunctionImportRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2
    ODataFunctionImportRequestConfig: typeof ODataFunctionRequestConfig

    Since 3.3.0. Use ODataFunctionRequestConfig instead.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.OdataBoundFunctionImportRequestConfig.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.OdataBoundFunctionImportRequestConfig.html index d164a6c984..d2f33d01da 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.OdataBoundFunctionImportRequestConfig.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.OdataBoundFunctionImportRequestConfig.html @@ -1,3 +1,3 @@ -OdataBoundFunctionImportRequestConfig | SAP Cloud SDK for JavaScript - v3.22.1
    OdataBoundFunctionImportRequestConfig: typeof ODataBoundFunctionRequestConfig

    Since 3.3.0. Use ODataBoundFunctionRequestConfig instead.

    +OdataBoundFunctionImportRequestConfig | SAP Cloud SDK for JavaScript - v3.22.2
    OdataBoundFunctionImportRequestConfig: typeof ODataBoundFunctionRequestConfig

    Since 3.3.0. Use ODataBoundFunctionRequestConfig instead.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.defaultDeSerializers-1.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.defaultDeSerializers-1.html index a099561cd7..7463fc9570 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.defaultDeSerializers-1.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_odata_v4.defaultDeSerializers-1.html @@ -1,3 +1,3 @@ -defaultDeSerializers | SAP Cloud SDK for JavaScript - v3.22.1
    defaultDeSerializers: DefaultDeSerializers

    The default (de-)serializers.

    +defaultDeSerializers | SAP Cloud SDK for JavaScript - v3.22.2
    defaultDeSerializers: DefaultDeSerializers

    The default (de-)serializers.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_temporal_de_serializers.temporalDeSerializersV2.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_temporal_de_serializers.temporalDeSerializersV2.html index bf6189dff9..4ab51b1edd 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_temporal_de_serializers.temporalDeSerializersV2.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_temporal_de_serializers.temporalDeSerializersV2.html @@ -1,3 +1,3 @@ -temporalDeSerializersV2 | SAP Cloud SDK for JavaScript - v3.22.1
    temporalDeSerializersV2: {
        Edm.DateTime: DeSerializer<Temporal.PlainDateTime>;
        Edm.DateTimeOffset: DeSerializer<Temporal.ZonedDateTime>;
        Edm.Time: DeSerializer<Temporal.PlainTime>;
    }

    Temporal (de-)serializers for Odata-v2.

    +temporalDeSerializersV2 | SAP Cloud SDK for JavaScript - v3.22.2
    temporalDeSerializersV2: {
        Edm.DateTime: DeSerializer<Temporal.PlainDateTime>;
        Edm.DateTimeOffset: DeSerializer<Temporal.ZonedDateTime>;
        Edm.Time: DeSerializer<Temporal.PlainTime>;
    }

    Temporal (de-)serializers for Odata-v2.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_temporal_de_serializers.temporalDeSerializersV4.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_temporal_de_serializers.temporalDeSerializersV4.html index 83e5e8ba23..62ba87cbc7 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_temporal_de_serializers.temporalDeSerializersV4.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_temporal_de_serializers.temporalDeSerializersV4.html @@ -1,3 +1,3 @@ -temporalDeSerializersV4 | SAP Cloud SDK for JavaScript - v3.22.1
    temporalDeSerializersV4: {
        Edm.Date: DeSerializer<Temporal.PlainDate>;
        Edm.DateTimeOffset: DeSerializer<Temporal.ZonedDateTime>;
        Edm.Duration: DeSerializer<Temporal.Duration>;
        Edm.TimeOfDay: DeSerializer<Temporal.PlainTime>;
    }

    Temporal (de-)serializers for Odata-v4.

    +temporalDeSerializersV4 | SAP Cloud SDK for JavaScript - v3.22.2
    temporalDeSerializersV4: {
        Edm.Date: DeSerializer<Temporal.PlainDate>;
        Edm.DateTimeOffset: DeSerializer<Temporal.ZonedDateTime>;
        Edm.Duration: DeSerializer<Temporal.Duration>;
        Edm.TimeOfDay: DeSerializer<Temporal.PlainTime>;
    }

    Temporal (de-)serializers for Odata-v4.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_util.cloudSdkExceptionLogger.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_util.cloudSdkExceptionLogger.html index 63338f9d65..2cac96eca6 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_util.cloudSdkExceptionLogger.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_util.cloudSdkExceptionLogger.html @@ -1,3 +1,3 @@ -cloudSdkExceptionLogger | SAP Cloud SDK for JavaScript - v3.22.1
    cloudSdkExceptionLogger: Logger

    Default logger for the SAP Cloud SDK for unhandled exceptions.

    +cloudSdkExceptionLogger | SAP Cloud SDK for JavaScript - v3.22.2
    cloudSdkExceptionLogger: Logger

    Default logger for the SAP Cloud SDK for unhandled exceptions.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_util.kibana.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_util.kibana.html index d3265947de..99fa0504dd 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_util.kibana.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_util.kibana.html @@ -1,3 +1,3 @@ -kibana | SAP Cloud SDK for JavaScript - v3.22.1
    kibana: Format

    Format for logging in Kibana.

    +kibana | SAP Cloud SDK for JavaScript - v3.22.2
    kibana: Format

    Format for logging in Kibana.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_util.local.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_util.local.html index ffd88ef4cd..1873112c91 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_util.local.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_util.local.html @@ -1,3 +1,3 @@ -local | SAP Cloud SDK for JavaScript - v3.22.1
    local: Format

    Format for local logging.

    +local | SAP Cloud SDK for JavaScript - v3.22.2
    local: Format

    Format for local logging.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_util.logFormat.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_util.logFormat.html index 471d2c8052..2114d36529 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_util.logFormat.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_util.logFormat.html @@ -1,3 +1,3 @@ -logFormat | SAP Cloud SDK for JavaScript - v3.22.1
    logFormat: {
        kibana: Format;
        local: Format;
    }

    Log formats provided by the util package.

    +logFormat | SAP Cloud SDK for JavaScript - v3.22.2
    logFormat: {
        kibana: Format;
        local: Format;
    }

    Log formats provided by the util package.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_util.unixEOL.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_util.unixEOL.html index 8cb167ce05..8184a8083f 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_util.unixEOL.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_util.unixEOL.html @@ -1,5 +1,5 @@ -unixEOL | SAP Cloud SDK for JavaScript - v3.22.1
    unixEOL: "\n" = "\n"

    Within all files generated by the SDK we use the unix style end of line delimiter. +unixEOL | SAP Cloud SDK for JavaScript - v3.22.2

    unixEOL = "\n"

    Within all files generated by the SDK we use the unix style end of line delimiter. We do not consider if the generator is executed on windows or unix systems. It will always be \n to have consistent clients between operating systems.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/knowledge-base/api-reference/variables/sap_cloud_sdk_util.webEOL.html b/knowledge-base/api-reference/variables/sap_cloud_sdk_util.webEOL.html index a3754a6088..cdc128f6b9 100644 --- a/knowledge-base/api-reference/variables/sap_cloud_sdk_util.webEOL.html +++ b/knowledge-base/api-reference/variables/sap_cloud_sdk_util.webEOL.html @@ -1,3 +1,3 @@ -webEOL | SAP Cloud SDK for JavaScript - v3.22.1
    webEOL: "\r\n" = "\r\n"

    For request payloads, etc., it is convention to use the \r\n new line.

    +webEOL | SAP Cloud SDK for JavaScript - v3.22.2
    webEOL = "\r\n"

    For request payloads, etc., it is convention to use the \r\n new line.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

    -
    +
    diff --git a/package.json b/package.json index 078ded2b60..d42784e30d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sap-cloud-sdk", - "version": "3.22.1", + "version": "3.22.2", "private": true, "sideEffects": false, "packageManager": "yarn@1.22.18", diff --git a/packages/connectivity/CHANGELOG.md b/packages/connectivity/CHANGELOG.md index eaa696efdb..4b778357bd 100644 --- a/packages/connectivity/CHANGELOG.md +++ b/packages/connectivity/CHANGELOG.md @@ -1,5 +1,12 @@ # @sap-cloud-sdk/connectivity +## 3.22.2 + +### Patch Changes + +- @sap-cloud-sdk/resilience@3.22.2 +- @sap-cloud-sdk/util@3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/packages/connectivity/package.json b/packages/connectivity/package.json index 7aabbd149e..4583baa655 100644 --- a/packages/connectivity/package.json +++ b/packages/connectivity/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/connectivity", - "version": "3.22.1", + "version": "3.22.2", "description": "SAP Cloud SDK for JavaScript connectivity", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -37,8 +37,8 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/resilience": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1", + "@sap-cloud-sdk/resilience": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2", "@sap/xsenv": "^5.3.0", "@sap/xssec": "^4.2.4", "async-retry": "^1.3.3", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index bcaa129b28..22be812b64 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @sap-cloud-sdk/eslint-config +## 3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 489d84b9bd..4def87d7b4 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/eslint-config", - "version": "3.22.1", + "version": "3.22.2", "description": "eslint config for the SAP Cloud SDK", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", diff --git a/packages/generator-common/CHANGELOG.md b/packages/generator-common/CHANGELOG.md index 2739ae80e9..cc4412e497 100644 --- a/packages/generator-common/CHANGELOG.md +++ b/packages/generator-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @sap-cloud-sdk/generator-common +## 3.22.2 + +### Patch Changes + +- @sap-cloud-sdk/util@3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/packages/generator-common/package.json b/packages/generator-common/package.json index 01e277058c..dee52e9181 100644 --- a/packages/generator-common/package.json +++ b/packages/generator-common/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/generator-common", - "version": "3.22.1", + "version": "3.22.2", "description": "SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -37,7 +37,7 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/util": "^3.22.1", + "@sap-cloud-sdk/util": "^3.22.2", "fast-levenshtein": "~3.0.0", "fs-extra": "^11.2.0", "glob": "^10.4.3", diff --git a/packages/generator/CHANGELOG.md b/packages/generator/CHANGELOG.md index 1def82f4a8..45c914c647 100644 --- a/packages/generator/CHANGELOG.md +++ b/packages/generator/CHANGELOG.md @@ -1,5 +1,15 @@ # @sap-cloud-sdk/generator +## 3.22.2 + +### Patch Changes + +- @sap-cloud-sdk/generator-common@3.22.2 +- @sap-cloud-sdk/odata-common@3.22.2 +- @sap-cloud-sdk/odata-v2@3.22.2 +- @sap-cloud-sdk/odata-v4@3.22.2 +- @sap-cloud-sdk/util@3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/packages/generator/package.json b/packages/generator/package.json index 608327a8f9..91a08e6dec 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/generator", - "version": "3.22.1", + "version": "3.22.2", "description": "SAP Cloud SDK for JavaScript OData client generator", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -40,11 +40,11 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/generator-common": "^3.22.1", - "@sap-cloud-sdk/odata-common": "^3.22.1", - "@sap-cloud-sdk/odata-v2": "^3.22.1", - "@sap-cloud-sdk/odata-v4": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1", + "@sap-cloud-sdk/generator-common": "^3.22.2", + "@sap-cloud-sdk/odata-common": "^3.22.2", + "@sap-cloud-sdk/odata-v2": "^3.22.2", + "@sap-cloud-sdk/odata-v4": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2", "@types/fs-extra": "^11.0.4", "fast-xml-parser": "^4.5.0", "fs-extra": "^11.2.0", diff --git a/packages/http-client/CHANGELOG.md b/packages/http-client/CHANGELOG.md index e57b44bd5c..eec978f50e 100644 --- a/packages/http-client/CHANGELOG.md +++ b/packages/http-client/CHANGELOG.md @@ -1,5 +1,13 @@ # @sap-cloud-sdk/http-client +## 3.22.2 + +### Patch Changes + +- @sap-cloud-sdk/connectivity@3.22.2 +- @sap-cloud-sdk/resilience@3.22.2 +- @sap-cloud-sdk/util@3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/packages/http-client/package.json b/packages/http-client/package.json index e376904b94..30a9553362 100644 --- a/packages/http-client/package.json +++ b/packages/http-client/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/http-client", - "version": "3.22.1", + "version": "3.22.2", "description": "SAP Cloud SDK for JavaScript http-client", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -37,9 +37,9 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^3.22.1", - "@sap-cloud-sdk/resilience": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1", + "@sap-cloud-sdk/connectivity": "^3.22.2", + "@sap-cloud-sdk/resilience": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2", "axios": "^1.7.7" }, "devDependencies": { diff --git a/packages/mail-client/CHANGELOG.md b/packages/mail-client/CHANGELOG.md index 83c334b25f..e553f4ee10 100644 --- a/packages/mail-client/CHANGELOG.md +++ b/packages/mail-client/CHANGELOG.md @@ -1,5 +1,13 @@ # @sap-cloud-sdk/mail-client +## 3.22.2 + +### Patch Changes + +- 7f8ce79: [Fixed Issue] Fix sending e-mails through socks proxies in Node 20 and higher. + - @sap-cloud-sdk/connectivity@3.22.2 + - @sap-cloud-sdk/util@3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/packages/mail-client/package.json b/packages/mail-client/package.json index bf1f26f7f4..a863c43344 100644 --- a/packages/mail-client/package.json +++ b/packages/mail-client/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/mail-client", - "version": "3.22.1", + "version": "3.22.2", "description": "SAP Cloud SDK for JavaScript e-mail client", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -38,8 +38,8 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1", + "@sap-cloud-sdk/connectivity": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2", "async-retry": "^1.3.3", "nodemailer": "6.9.15", "socks": "2.8.3" diff --git a/packages/odata-common/CHANGELOG.md b/packages/odata-common/CHANGELOG.md index cf17823749..7a58ab37b9 100644 --- a/packages/odata-common/CHANGELOG.md +++ b/packages/odata-common/CHANGELOG.md @@ -1,5 +1,13 @@ # @sap-cloud-sdk/odata-common +## 3.22.2 + +### Patch Changes + +- @sap-cloud-sdk/connectivity@3.22.2 +- @sap-cloud-sdk/http-client@3.22.2 +- @sap-cloud-sdk/util@3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/packages/odata-common/package.json b/packages/odata-common/package.json index 56b9a7ec42..1fbad0fbfd 100644 --- a/packages/odata-common/package.json +++ b/packages/odata-common/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/odata-common", - "version": "3.22.1", + "version": "3.22.2", "description": "SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -37,9 +37,9 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^3.22.1", - "@sap-cloud-sdk/http-client": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1", + "@sap-cloud-sdk/connectivity": "^3.22.2", + "@sap-cloud-sdk/http-client": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2", "bignumber.js": "^9.1.2", "moment": "^2.30.1", "uuid": "^10.0.0", @@ -47,6 +47,6 @@ }, "devDependencies": { "typescript": "~5.6.3", - "@sap-cloud-sdk/test-services-odata-common": "^3.22.1" + "@sap-cloud-sdk/test-services-odata-common": "^3.22.2" } } diff --git a/packages/odata-v2/CHANGELOG.md b/packages/odata-v2/CHANGELOG.md index 709ebb7837..c0203d7955 100644 --- a/packages/odata-v2/CHANGELOG.md +++ b/packages/odata-v2/CHANGELOG.md @@ -1,5 +1,14 @@ # @sap-cloud-sdk/odata-v2 +## 3.22.2 + +### Patch Changes + +- @sap-cloud-sdk/connectivity@3.22.2 +- @sap-cloud-sdk/http-client@3.22.2 +- @sap-cloud-sdk/odata-common@3.22.2 +- @sap-cloud-sdk/util@3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/packages/odata-v2/package.json b/packages/odata-v2/package.json index 22f0352a1c..b0b6365d10 100644 --- a/packages/odata-v2/package.json +++ b/packages/odata-v2/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/odata-v2", - "version": "3.22.1", + "version": "3.22.2", "description": "SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -37,17 +37,17 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^3.22.1", - "@sap-cloud-sdk/http-client": "^3.22.1", - "@sap-cloud-sdk/odata-common": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1", + "@sap-cloud-sdk/connectivity": "^3.22.2", + "@sap-cloud-sdk/http-client": "^3.22.2", + "@sap-cloud-sdk/odata-common": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2", "bignumber.js": "^9.1.2", "moment": "^2.30.1", "uuid": "^10.0.0" }, "devDependencies": { - "@sap-cloud-sdk/test-services-odata-v2": "^3.22.1", - "@sap-cloud-sdk/resilience": "^3.22.1", + "@sap-cloud-sdk/test-services-odata-v2": "^3.22.2", + "@sap-cloud-sdk/resilience": "^3.22.2", "nock": "^14.0.0-beta.6", "typescript": "~5.6.3" } diff --git a/packages/odata-v4/CHANGELOG.md b/packages/odata-v4/CHANGELOG.md index 78edf18d0f..33d5fafca1 100644 --- a/packages/odata-v4/CHANGELOG.md +++ b/packages/odata-v4/CHANGELOG.md @@ -1,5 +1,14 @@ # @sap-cloud-sdk/odata-v4 +## 3.22.2 + +### Patch Changes + +- @sap-cloud-sdk/connectivity@3.22.2 +- @sap-cloud-sdk/http-client@3.22.2 +- @sap-cloud-sdk/odata-common@3.22.2 +- @sap-cloud-sdk/util@3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/packages/odata-v4/package.json b/packages/odata-v4/package.json index 66a52fada3..00f2e40242 100644 --- a/packages/odata-v4/package.json +++ b/packages/odata-v4/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/odata-v4", - "version": "3.22.1", + "version": "3.22.2", "description": "SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -37,16 +37,16 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^3.22.1", - "@sap-cloud-sdk/http-client": "^3.22.1", - "@sap-cloud-sdk/odata-common": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1", + "@sap-cloud-sdk/connectivity": "^3.22.2", + "@sap-cloud-sdk/http-client": "^3.22.2", + "@sap-cloud-sdk/odata-common": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2", "bignumber.js": "^9.1.2", "moment": "^2.30.1", "uuid": "^10.0.0" }, "devDependencies": { - "@sap-cloud-sdk/test-services-odata-v4": "^3.22.1", + "@sap-cloud-sdk/test-services-odata-v4": "^3.22.2", "nock": "^14.0.0-beta.6", "typescript": "~5.6.3" } diff --git a/packages/openapi-generator/CHANGELOG.md b/packages/openapi-generator/CHANGELOG.md index 0bdcda9cb9..04ea3f68bd 100644 --- a/packages/openapi-generator/CHANGELOG.md +++ b/packages/openapi-generator/CHANGELOG.md @@ -1,5 +1,13 @@ # @sap-cloud-sdk/openapi-generator +## 3.22.2 + +### Patch Changes + +- @sap-cloud-sdk/generator-common@3.22.2 +- @sap-cloud-sdk/openapi@3.22.2 +- @sap-cloud-sdk/util@3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/packages/openapi-generator/package.json b/packages/openapi-generator/package.json index 845ea38bf5..c514b3af71 100644 --- a/packages/openapi-generator/package.json +++ b/packages/openapi-generator/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/openapi-generator", - "version": "3.22.1", + "version": "3.22.2", "description": "SAP Cloud SDK for JavaScript OpenAPI client generator", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -38,9 +38,9 @@ }, "dependencies": { "@apidevtools/swagger-parser": "^10.0.3", - "@sap-cloud-sdk/generator-common": "^3.22.1", - "@sap-cloud-sdk/openapi": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1", + "@sap-cloud-sdk/generator-common": "^3.22.2", + "@sap-cloud-sdk/openapi": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2", "js-yaml": "^4.0.0", "openapi-types": "^12.1.3", "swagger2openapi": "^7.0.4" diff --git a/packages/openapi/CHANGELOG.md b/packages/openapi/CHANGELOG.md index bd8035d967..8e55a0e6dc 100644 --- a/packages/openapi/CHANGELOG.md +++ b/packages/openapi/CHANGELOG.md @@ -1,5 +1,14 @@ # @sap-cloud-sdk/openapi +## 3.22.2 + +### Patch Changes + +- @sap-cloud-sdk/connectivity@3.22.2 +- @sap-cloud-sdk/http-client@3.22.2 +- @sap-cloud-sdk/resilience@3.22.2 +- @sap-cloud-sdk/util@3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/packages/openapi/package.json b/packages/openapi/package.json index fbc6ccfea0..a808d3a0e1 100644 --- a/packages/openapi/package.json +++ b/packages/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/openapi", - "version": "3.22.1", + "version": "3.22.2", "description": "SAP Cloud SDK for JavaScript openapi", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -37,10 +37,10 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^3.22.1", - "@sap-cloud-sdk/http-client": "^3.22.1", - "@sap-cloud-sdk/resilience": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1", + "@sap-cloud-sdk/connectivity": "^3.22.2", + "@sap-cloud-sdk/http-client": "^3.22.2", + "@sap-cloud-sdk/resilience": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2", "axios": "^1.7.7" }, "devDependencies": { diff --git a/packages/resilience/CHANGELOG.md b/packages/resilience/CHANGELOG.md index d09f4deabb..3eaed2545b 100644 --- a/packages/resilience/CHANGELOG.md +++ b/packages/resilience/CHANGELOG.md @@ -1,5 +1,11 @@ # @sap-cloud-sdk/resilience +## 3.22.2 + +### Patch Changes + +- @sap-cloud-sdk/util@3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/packages/resilience/package.json b/packages/resilience/package.json index 13f998db8a..1abcb2a8dd 100644 --- a/packages/resilience/package.json +++ b/packages/resilience/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/resilience", - "version": "3.22.1", + "version": "3.22.2", "description": "SAP Cloud SDK for JavaScript resilience", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -38,7 +38,7 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/util": "^3.22.1", + "@sap-cloud-sdk/util": "^3.22.2", "async-retry": "^1.3.3", "axios": "^1.7.7", "opossum": "^8.1.4" diff --git a/packages/temporal-de-serializers/CHANGELOG.md b/packages/temporal-de-serializers/CHANGELOG.md index 2a95e80b50..a1d638aa09 100644 --- a/packages/temporal-de-serializers/CHANGELOG.md +++ b/packages/temporal-de-serializers/CHANGELOG.md @@ -1,5 +1,11 @@ # @sap-cloud-sdk/temporal-de-serializers +## 3.22.2 + +### Patch Changes + +- @sap-cloud-sdk/odata-common@3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/packages/temporal-de-serializers/package.json b/packages/temporal-de-serializers/package.json index 1b6b964b9b..a519bc0b4d 100644 --- a/packages/temporal-de-serializers/package.json +++ b/packages/temporal-de-serializers/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/temporal-de-serializers", - "version": "3.22.1", + "version": "3.22.2", "description": "SAP Cloud SDK for JavaScript temporal-based middleware for date/time (de-)serialization", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -38,7 +38,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.4.4", - "@sap-cloud-sdk/odata-common": "^3.22.1" + "@sap-cloud-sdk/odata-common": "^3.22.2" }, "devDependencies": { "typescript": "~5.6.3" diff --git a/packages/test-util/CHANGELOG.md b/packages/test-util/CHANGELOG.md index 190504a47f..71990f5696 100644 --- a/packages/test-util/CHANGELOG.md +++ b/packages/test-util/CHANGELOG.md @@ -1,5 +1,12 @@ # @sap-cloud-sdk/test-util +## 3.22.2 + +### Patch Changes + +- @sap-cloud-sdk/connectivity@3.22.2 +- @sap-cloud-sdk/util@3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/packages/test-util/package.json b/packages/test-util/package.json index 22a7d92f20..edb76285e5 100644 --- a/packages/test-util/package.json +++ b/packages/test-util/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/test-util", - "version": "3.22.1", + "version": "3.22.2", "description": "SAP Cloud SDK for JavaScript test utilities", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -34,8 +34,8 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1" + "@sap-cloud-sdk/connectivity": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2" }, "devDependencies": { "mock-fs": "^5.3.0", diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index e4022273c5..d9e3d9f6b9 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -1,5 +1,7 @@ # @sap-cloud-sdk/util +## 3.22.2 + ## 3.22.1 ## 3.22.0 diff --git a/packages/util/package.json b/packages/util/package.json index ac6cf32ffd..8f7d5d5457 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/util", - "version": "3.22.1", + "version": "3.22.2", "description": "SAP Cloud SDK for JavaScript general utilities", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", diff --git a/test-packages/e2e-tests/CHANGELOG.md b/test-packages/e2e-tests/CHANGELOG.md index 9c2877e04b..64e604b207 100644 --- a/test-packages/e2e-tests/CHANGELOG.md +++ b/test-packages/e2e-tests/CHANGELOG.md @@ -1,5 +1,7 @@ # @sap-cloud-sdk/e2e-tests +## 3.22.2 + ## 3.22.1 ## 3.22.0 diff --git a/test-packages/e2e-tests/package.json b/test-packages/e2e-tests/package.json index 3eb9ec339c..b568081cb6 100644 --- a/test-packages/e2e-tests/package.json +++ b/test-packages/e2e-tests/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/e2e-tests", - "version": "3.22.1", + "version": "3.22.2", "description": "End to end tests of the SAP Cloud SDK for JavaScript", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -25,15 +25,15 @@ }, "devDependencies": { "@apidevtools/swagger-parser": "^10.1.0", - "@sap-cloud-sdk/connectivity": "^3.22.1", - "@sap-cloud-sdk/generator": "^3.22.1", - "@sap-cloud-sdk/http-client": "^3.22.1", - "@sap-cloud-sdk/mail-client": "^3.22.1", - "@sap-cloud-sdk/odata-common": "^3.22.1", - "@sap-cloud-sdk/odata-v4": "^3.22.1", - "@sap-cloud-sdk/test-services-e2e": "^3.22.1", - "@sap-cloud-sdk/test-services-openapi": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1", + "@sap-cloud-sdk/connectivity": "^3.22.2", + "@sap-cloud-sdk/generator": "^3.22.2", + "@sap-cloud-sdk/http-client": "^3.22.2", + "@sap-cloud-sdk/mail-client": "^3.22.2", + "@sap-cloud-sdk/odata-common": "^3.22.2", + "@sap-cloud-sdk/odata-v4": "^3.22.2", + "@sap-cloud-sdk/test-services-e2e": "^3.22.2", + "@sap-cloud-sdk/test-services-openapi": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2", "@sap/cds": "^8.3.1", "@sap/cds-dk": "7.9.4", "axios": "^1.7.7", diff --git a/test-packages/integration-tests/CHANGELOG.md b/test-packages/integration-tests/CHANGELOG.md index 44fb5d1586..f6198b4cdc 100644 --- a/test-packages/integration-tests/CHANGELOG.md +++ b/test-packages/integration-tests/CHANGELOG.md @@ -1,5 +1,18 @@ # @sap-cloud-sdk/integration-tests +## 3.22.2 + +### Patch Changes + +- Updated dependencies [7f8ce79] + - @sap-cloud-sdk/mail-client@3.22.2 + - @sap-cloud-sdk/connectivity@3.22.2 + - @sap-cloud-sdk/http-client@3.22.2 + - @sap-cloud-sdk/test-util@3.22.2 + - @sap-cloud-sdk/util@3.22.2 + - @sap-cloud-sdk/test-services-odata-v2@3.22.2 + - @sap-cloud-sdk/test-services-odata-v4@3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/test-packages/integration-tests/package.json b/test-packages/integration-tests/package.json index 1683a71e86..2ea253e9cb 100644 --- a/test-packages/integration-tests/package.json +++ b/test-packages/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/integration-tests", - "version": "3.22.1", + "version": "3.22.2", "description": "SAP Cloud SDK for JavaScript integration tests", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -15,21 +15,21 @@ "check:dependencies": "depcheck . --ignores=@sap-cloud-sdk/generator,@sap-cloud-sdk/openapi-generator" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^3.22.1", - "@sap-cloud-sdk/http-client": "^3.22.1", - "@sap-cloud-sdk/mail-client": "^3.22.1", - "@sap-cloud-sdk/test-services-odata-v2": "^3.22.1", - "@sap-cloud-sdk/test-services-odata-v4": "^3.22.1", - "@sap-cloud-sdk/test-util": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1", + "@sap-cloud-sdk/connectivity": "^3.22.2", + "@sap-cloud-sdk/http-client": "^3.22.2", + "@sap-cloud-sdk/mail-client": "^3.22.2", + "@sap-cloud-sdk/test-services-odata-v2": "^3.22.2", + "@sap-cloud-sdk/test-services-odata-v4": "^3.22.2", + "@sap-cloud-sdk/test-util": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2", "@sap/xssec": "^4.2.4", "axios": "^1.7.7" }, "devDependencies": { - "@sap-cloud-sdk/generator": "^3.22.1", - "@sap-cloud-sdk/odata-common": "^3.22.1", - "@sap-cloud-sdk/odata-v2": "^3.22.1", - "@sap-cloud-sdk/openapi-generator": "^3.22.1", + "@sap-cloud-sdk/generator": "^3.22.2", + "@sap-cloud-sdk/odata-common": "^3.22.2", + "@sap-cloud-sdk/odata-v2": "^3.22.2", + "@sap-cloud-sdk/openapi-generator": "^3.22.2", "bignumber.js": "^9.1.2", "moment": "^2.30.1", "execa": "^5.0.0", diff --git a/test-packages/self-tests/CHANGELOG.md b/test-packages/self-tests/CHANGELOG.md index 7ce9a1e113..806f457eaf 100644 --- a/test-packages/self-tests/CHANGELOG.md +++ b/test-packages/self-tests/CHANGELOG.md @@ -1,5 +1,7 @@ # @sap-cloud-sdk/self-tests +## 3.22.2 + ## 3.22.1 ## 3.22.0 diff --git a/test-packages/self-tests/package.json b/test-packages/self-tests/package.json index 6d33adefef..4e2909be05 100644 --- a/test-packages/self-tests/package.json +++ b/test-packages/self-tests/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/self-tests", - "version": "3.22.1", + "version": "3.22.2", "description": "Self tests to ensure test tools are working in the SAP Cloud SDK for JavaScript.", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", diff --git a/test-packages/test-services-e2e/CHANGELOG.md b/test-packages/test-services-e2e/CHANGELOG.md index ebad7fc8e3..cb014a5649 100644 --- a/test-packages/test-services-e2e/CHANGELOG.md +++ b/test-packages/test-services-e2e/CHANGELOG.md @@ -1,5 +1,7 @@ # @sap-cloud-sdk/test-services-e2e +## 3.22.2 + ## 3.22.1 ## 3.22.0 diff --git a/test-packages/test-services-e2e/package.json b/test-packages/test-services-e2e/package.json index f4092f423c..da27caab5b 100644 --- a/test-packages/test-services-e2e/package.json +++ b/test-packages/test-services-e2e/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/test-services-e2e", - "version": "3.22.1", + "version": "3.22.2", "description": "Custom Services for testing", "files": [ "**/*.js", diff --git a/test-packages/test-services-odata-common/CHANGELOG.md b/test-packages/test-services-odata-common/CHANGELOG.md index 64ab4dae41..754f79d01a 100644 --- a/test-packages/test-services-odata-common/CHANGELOG.md +++ b/test-packages/test-services-odata-common/CHANGELOG.md @@ -1,5 +1,7 @@ # @sap-cloud-sdk/test-services-odata-common +## 3.22.2 + ## 3.22.1 ## 3.22.0 diff --git a/test-packages/test-services-odata-common/package.json b/test-packages/test-services-odata-common/package.json index 2dc90b31f2..f562e19f71 100644 --- a/test-packages/test-services-odata-common/package.json +++ b/test-packages/test-services-odata-common/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/test-services-odata-common", - "version": "3.22.1", + "version": "3.22.2", "description": "Custom Services for testing", "files": [ "**/*.js", @@ -25,7 +25,7 @@ "moment": "^2.30.1" }, "devDependencies": { - "@sap-cloud-sdk/generator-common": "^3.22.1" + "@sap-cloud-sdk/generator-common": "^3.22.2" }, "peerDependencies": { "@sap-cloud-sdk/generator": "^3.0.0", diff --git a/test-packages/test-services-odata-v2/CHANGELOG.md b/test-packages/test-services-odata-v2/CHANGELOG.md index 5d2262d044..fd59ce07c8 100644 --- a/test-packages/test-services-odata-v2/CHANGELOG.md +++ b/test-packages/test-services-odata-v2/CHANGELOG.md @@ -1,5 +1,7 @@ # @sap-cloud-sdk/test-services-odata-v2 +## 3.22.2 + ## 3.22.1 ## 3.22.0 diff --git a/test-packages/test-services-odata-v2/package.json b/test-packages/test-services-odata-v2/package.json index 70fd907825..4856d5139f 100644 --- a/test-packages/test-services-odata-v2/package.json +++ b/test-packages/test-services-odata-v2/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/test-services-odata-v2", - "version": "3.22.1", + "version": "3.22.2", "description": "Custom Services for testing", "files": [ "**/*.js", diff --git a/test-packages/test-services-odata-v4/CHANGELOG.md b/test-packages/test-services-odata-v4/CHANGELOG.md index f9a2d1a0df..d7753cad05 100644 --- a/test-packages/test-services-odata-v4/CHANGELOG.md +++ b/test-packages/test-services-odata-v4/CHANGELOG.md @@ -1,5 +1,7 @@ # @sap-cloud-sdk/test-services-odata-v4 +## 3.22.2 + ## 3.22.1 ## 3.22.0 diff --git a/test-packages/test-services-odata-v4/package.json b/test-packages/test-services-odata-v4/package.json index 73b64acd07..cde4fa3532 100644 --- a/test-packages/test-services-odata-v4/package.json +++ b/test-packages/test-services-odata-v4/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/test-services-odata-v4", - "version": "3.22.1", + "version": "3.22.2", "description": "Custom Services for testing", "files": [ "**/*.js", diff --git a/test-packages/test-services-openapi/CHANGELOG.md b/test-packages/test-services-openapi/CHANGELOG.md index 14206dc34b..ff44f96710 100644 --- a/test-packages/test-services-openapi/CHANGELOG.md +++ b/test-packages/test-services-openapi/CHANGELOG.md @@ -1,5 +1,12 @@ # @sap-cloud-sdk/test-services-openapi +## 3.22.2 + +### Patch Changes + +- @sap-cloud-sdk/openapi-generator@3.22.2 +- @sap-cloud-sdk/util@3.22.2 + ## 3.22.1 ### Patch Changes diff --git a/test-packages/test-services-openapi/no-schema-service/package.json b/test-packages/test-services-openapi/no-schema-service/package.json index 4e9f1ea53b..06830bb669 100644 --- a/test-packages/test-services-openapi/no-schema-service/package.json +++ b/test-packages/test-services-openapi/no-schema-service/package.json @@ -18,7 +18,7 @@ "compile": "npx tsc" }, "dependencies": { - "@sap-cloud-sdk/openapi": "^3.22.1" + "@sap-cloud-sdk/openapi": "^3.22.2" }, "devDependencies": { "typescript": "~4.1.2" diff --git a/test-packages/test-services-openapi/package.json b/test-packages/test-services-openapi/package.json index 5d8ccb1a28..ea8b242376 100644 --- a/test-packages/test-services-openapi/package.json +++ b/test-packages/test-services-openapi/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/test-services-openapi", - "version": "3.22.1", + "version": "3.22.2", "description": "Custom Services for testing", "files": [ "**/*.js", @@ -21,7 +21,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@sap-cloud-sdk/openapi-generator": "^3.22.1", - "@sap-cloud-sdk/util": "^3.22.1" + "@sap-cloud-sdk/openapi-generator": "^3.22.2", + "@sap-cloud-sdk/util": "^3.22.2" } } diff --git a/test-packages/test-services-openapi/swagger-yaml-service/package.json b/test-packages/test-services-openapi/swagger-yaml-service/package.json index 7384dcabec..092dcf595e 100644 --- a/test-packages/test-services-openapi/swagger-yaml-service/package.json +++ b/test-packages/test-services-openapi/swagger-yaml-service/package.json @@ -18,7 +18,7 @@ "compile": "npx tsc" }, "dependencies": { - "@sap-cloud-sdk/openapi": "^3.22.1" + "@sap-cloud-sdk/openapi": "^3.22.2" }, "devDependencies": { "typescript": "~4.1.2" diff --git a/test-packages/test-services-openapi/test-service/package.json b/test-packages/test-services-openapi/test-service/package.json index 0c53fe3bc2..bf67f67162 100644 --- a/test-packages/test-services-openapi/test-service/package.json +++ b/test-packages/test-services-openapi/test-service/package.json @@ -18,7 +18,7 @@ "compile": "npx tsc" }, "dependencies": { - "@sap-cloud-sdk/openapi": "^3.22.1" + "@sap-cloud-sdk/openapi": "^3.22.2" }, "devDependencies": { "typescript": "~4.1.2" diff --git a/test-packages/type-tests/CHANGELOG.md b/test-packages/type-tests/CHANGELOG.md index b8fca8de33..f99ece065a 100644 --- a/test-packages/type-tests/CHANGELOG.md +++ b/test-packages/type-tests/CHANGELOG.md @@ -1,5 +1,7 @@ # @sap-cloud-sdk/type-tests +## 3.22.2 + ## 3.22.1 ## 3.22.0 diff --git a/test-packages/type-tests/package.json b/test-packages/type-tests/package.json index 1be6a135b4..dac1f77d68 100644 --- a/test-packages/type-tests/package.json +++ b/test-packages/type-tests/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/type-tests", - "version": "3.22.1", + "version": "3.22.2", "description": "Tests to ensure correct types in the SAP Cloud SDK for JavaScript.", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", "license": "Apache-2.0", @@ -16,16 +16,16 @@ }, "devDependencies": { "tsd": "^0.31.2", - "@sap-cloud-sdk/connectivity": "^3.22.1", - "@sap-cloud-sdk/generator": "^3.22.1", - "@sap-cloud-sdk/http-client": "^3.22.1", - "@sap-cloud-sdk/mail-client": "^3.22.1", - "@sap-cloud-sdk/odata-common": "^3.22.1", - "@sap-cloud-sdk/odata-v2": "^3.22.1", - "@sap-cloud-sdk/odata-v4": "^3.22.1", - "@sap-cloud-sdk/temporal-de-serializers": "^3.22.1", - "@sap-cloud-sdk/test-services-odata-v2": "^3.22.1", - "@sap-cloud-sdk/test-services-odata-v4": "^3.22.1", + "@sap-cloud-sdk/connectivity": "^3.22.2", + "@sap-cloud-sdk/generator": "^3.22.2", + "@sap-cloud-sdk/http-client": "^3.22.2", + "@sap-cloud-sdk/mail-client": "^3.22.2", + "@sap-cloud-sdk/odata-common": "^3.22.2", + "@sap-cloud-sdk/odata-v2": "^3.22.2", + "@sap-cloud-sdk/odata-v4": "^3.22.2", + "@sap-cloud-sdk/temporal-de-serializers": "^3.22.2", + "@sap-cloud-sdk/test-services-odata-v2": "^3.22.2", + "@sap-cloud-sdk/test-services-odata-v4": "^3.22.2", "@types/jsonwebtoken": "^9.0.7" } }