repzo 1.0.181 → 1.0.182

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.
@@ -15658,7 +15658,7 @@ export declare namespace Service {
15658
15658
  interface PlanedWorkorder extends Workorder {
15659
15659
  _id: null;
15660
15660
  status: null;
15661
- is_planed: true;
15661
+ is_planned: true;
15662
15662
  due_date: null;
15663
15663
  start_date: null;
15664
15664
  parent_workorder: string;
@@ -15666,7 +15666,7 @@ export declare namespace Service {
15666
15666
  interface OriginWorkorder extends Workorder {
15667
15667
  _id: string;
15668
15668
  status: Workorder.Data["status"];
15669
- is_planed: false;
15669
+ is_planned: false;
15670
15670
  due_date: number;
15671
15671
  start_date: number;
15672
15672
  parent_workorder: null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.181",
3
+ "version": "1.0.182",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -17678,7 +17678,7 @@ export namespace Service {
17678
17678
  export interface PlanedWorkorder extends Workorder {
17679
17679
  _id: null;
17680
17680
  status: null;
17681
- is_planed: true;
17681
+ is_planned: true;
17682
17682
  due_date: null;
17683
17683
  start_date: null;
17684
17684
  parent_workorder: string;
@@ -17687,7 +17687,7 @@ export namespace Service {
17687
17687
  export interface OriginWorkorder extends Workorder {
17688
17688
  _id: string;
17689
17689
  status: Workorder.Data["status"];
17690
- is_planed: false;
17690
+ is_planned: false;
17691
17691
  due_date: number;
17692
17692
  start_date: number;
17693
17693
  parent_workorder: null;