repzo 1.0.114 → 1.0.115

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.
@@ -2222,6 +2222,8 @@ export declare namespace Service {
2222
2222
  job_start_time?: number;
2223
2223
  job_end_time?: number;
2224
2224
  job_duration?: number;
2225
+ createdAt: string;
2226
+ updatedAt: string;
2225
2227
  }
2226
2228
  export interface CreateBody {
2227
2229
  company_namespace: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.114",
3
+ "version": "1.0.115",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",
@@ -2254,6 +2254,8 @@ export namespace Service {
2254
2254
  job_start_time?: number;
2255
2255
  job_end_time?: number;
2256
2256
  job_duration?: number;
2257
+ createdAt: string;
2258
+ updatedAt: string;
2257
2259
  }
2258
2260
 
2259
2261
  export interface CreateBody {