@arke-institute/sdk 2.2.0 → 2.3.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.
@@ -195,10 +195,10 @@ interface UploadTarget {
195
195
  */
196
196
  interface UploadProgress$1 {
197
197
  /** Current phase of the upload */
198
- phase: 'computing-cids' | 'creating' | 'backlinking' | 'uploading' | 'complete' | 'error';
199
- /** Current phase index (0=computing-cids, 1=creating, 2=backlinking, 3=uploading) */
198
+ phase: 'creating' | 'backlinking' | 'uploading' | 'complete' | 'error';
199
+ /** Current phase index (0=creating, 1=backlinking, 2=uploading) */
200
200
  phaseIndex: number;
201
- /** Total number of phases (4, excluding complete/error) */
201
+ /** Total number of phases (3, excluding complete/error) */
202
202
  phaseCount: number;
203
203
  /** Progress within current phase (0-100) */
204
204
  phasePercent: number;
@@ -195,10 +195,10 @@ interface UploadTarget {
195
195
  */
196
196
  interface UploadProgress$1 {
197
197
  /** Current phase of the upload */
198
- phase: 'computing-cids' | 'creating' | 'backlinking' | 'uploading' | 'complete' | 'error';
199
- /** Current phase index (0=computing-cids, 1=creating, 2=backlinking, 3=uploading) */
198
+ phase: 'creating' | 'backlinking' | 'uploading' | 'complete' | 'error';
199
+ /** Current phase index (0=creating, 1=backlinking, 2=uploading) */
200
200
  phaseIndex: number;
201
- /** Total number of phases (4, excluding complete/error) */
201
+ /** Total number of phases (3, excluding complete/error) */
202
202
  phaseCount: number;
203
203
  /** Progress within current phase (0-100) */
204
204
  phasePercent: number;