@vrplatform/api 1.3.1-stage.4162 → 1.3.1-stage.4164
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.
|
@@ -12824,8 +12824,6 @@ export interface operations {
|
|
|
12824
12824
|
[key: string]: unknown;
|
|
12825
12825
|
};
|
|
12826
12826
|
uniqueRef?: string;
|
|
12827
|
-
accountingStartAt?: string | null;
|
|
12828
|
-
accountingEndAt?: string | null;
|
|
12829
12827
|
};
|
|
12830
12828
|
};
|
|
12831
12829
|
};
|
|
@@ -14446,8 +14444,6 @@ export interface operations {
|
|
|
14446
14444
|
name?: string;
|
|
14447
14445
|
/** @enum {string} */
|
|
14448
14446
|
status?: "active" | "inactive";
|
|
14449
|
-
accountingStartAt?: string | null;
|
|
14450
|
-
accountingEndAt?: string | null;
|
|
14451
14447
|
};
|
|
14452
14448
|
};
|
|
14453
14449
|
};
|