@ibm-aspera/sdk 0.20.0 → 0.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -304,7 +304,8 @@ var getSdkTransfer = function (transferSpec) {
304
304
  },
305
305
  end_time: '',
306
306
  explorer_path: '',
307
- status: 'queued',
307
+ previous_status: 'initiating',
308
+ status: 'initiating',
308
309
  bytes_written: 0,
309
310
  bytes_expected: 0,
310
311
  calculated_rate_kbps: 0,
@@ -663,6 +663,8 @@ export interface AsperaSdkTransfer {
663
663
  explorer_path: string;
664
664
  /** The status of the transfer */
665
665
  status: TransferStatus;
666
+ /** The previous status of the transfer */
667
+ previous_status: TransferStatus;
666
668
  /** The transfer error description if the status is error */
667
669
  error_desc?: string;
668
670
  /** The transfer error code (SSH or HTTP) if the status is error */