@vrplatform/api 1.3.1-4145 → 1.3.1-4163
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.
|
@@ -11372,8 +11372,6 @@ export interface operations {
|
|
|
11372
11372
|
[key: string]: unknown;
|
|
11373
11373
|
};
|
|
11374
11374
|
uniqueRef?: string;
|
|
11375
|
-
accountingStartAt?: string | null;
|
|
11376
|
-
accountingEndAt?: string | null;
|
|
11377
11375
|
};
|
|
11378
11376
|
};
|
|
11379
11377
|
};
|
|
@@ -12724,8 +12722,6 @@ export interface operations {
|
|
|
12724
12722
|
name?: string;
|
|
12725
12723
|
/** @enum {string} */
|
|
12726
12724
|
status?: "active" | "inactive";
|
|
12727
|
-
accountingStartAt?: string | null;
|
|
12728
|
-
accountingEndAt?: string | null;
|
|
12729
12725
|
};
|
|
12730
12726
|
};
|
|
12731
12727
|
};
|