@vrplatform/api 1.2.33-stage.870 → 1.2.33-stage.871

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.2.33-stage.870",
6
+ "version": "1.2.33-stage.871",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -8523,9 +8523,9 @@ export interface operations {
8523
8523
  content: {
8524
8524
  "application/json": {
8525
8525
  /** Format: uuid */
8526
- accountId: string;
8526
+ accountId?: string | null;
8527
8527
  /** @description Value in cents (100 = 1€) */
8528
- amount: number;
8528
+ amount?: number | null;
8529
8529
  currency?: string | null;
8530
8530
  effectiveAt?: string | null;
8531
8531
  note?: string | null;