@lcdp/api-react-rest-client 2.3.0 → 2.4.0-LDS-3012-notification.5413483046

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ export interface GetNotificationTypeAttachmentRequest {
18
18
  export interface GetNotificationTypesRequest {
19
19
  idEq?: Array<NotificationTypeId>;
20
20
  eEq?: boolean;
21
- orderBy?: GetNotificationTypesOrderByEnum;
21
+ orderBy?: Array<GetNotificationTypesOrderByEnum>;
22
22
  p?: number;
23
23
  pp?: number;
24
24
  }
@@ -167,7 +167,7 @@ var SearchNotificationTypeApi = /** @class */ (function (_super) {
167
167
  if (requestParameters.eEq !== undefined) {
168
168
  queryParameters['e[eq]'] = requestParameters.eEq;
169
169
  }
170
- if (requestParameters.orderBy !== undefined) {
170
+ if (requestParameters.orderBy) {
171
171
  queryParameters['orderBy'] = requestParameters.orderBy;
172
172
  }
173
173
  if (requestParameters.p !== undefined) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lcdp/api-react-rest-client",
3
- "version": "2.3.0",
3
+ "version": "2.4.0-LDS-3012-notification.5413483046",
4
4
  "scripts": {
5
5
  "build": "tsc"
6
6
  },