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.
- package/lib/types/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/types/index.ts +2 -0
package/lib/types/index.d.ts
CHANGED
|
@@ -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