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