@thelllabs/winehaus-sdk 0.0.29 → 0.0.30

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.
@@ -401,7 +401,7 @@ export interface FullOperationRequestEntityDto {
401
401
  extraData: FullDepositRequestExtraDataDto | FullWithdrawRequestExtraDataDto;
402
402
  /** @format uuid */
403
403
  id: string;
404
- operation?: CaseOperationEntityDto | null;
404
+ operations?: CaseOperationEntityDto[] | null;
405
405
  /** @example [] */
406
406
  phones: PhoneDto[];
407
407
  reason?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thelllabs/winehaus-sdk",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "Winehaus SDK",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",