codatta-frontier-sdk 0.1.9 → 0.1.10

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -338,6 +338,9 @@ export declare interface TaskDetail {
338
338
  tags: string[];
339
339
  /** Reason provided by reviewer when the task is refused. */
340
340
  audit_reason?: string;
341
+ today_complete_count: number;
342
+ total_complete_count: number;
343
+ total_count: number;
341
344
  }
342
345
 
343
346
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codatta-frontier-sdk",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Codatta Frontier SDK - API client for Codatta Frontier platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",