@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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-4142",
6
+ "version": "1.3.1-4163",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -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
  };