@vrplatform/api 1.2.33-stage.936 → 1.2.33-stage.943

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.
@@ -7501,8 +7501,6 @@ export interface operations {
7501
7501
  /** @description Value in cents (100 = 1€) */
7502
7502
  amount: number;
7503
7503
  currency: string;
7504
- effectiveAt: string | null;
7505
- note?: string | null;
7506
7504
  updatedAt?: string | null;
7507
7505
  };
7508
7506
  };
@@ -7569,8 +7567,6 @@ export interface operations {
7569
7567
  /** @description Value in cents (100 = 1€) */
7570
7568
  amount: number;
7571
7569
  currency?: string | null;
7572
- effectiveAt?: string | null;
7573
- note?: string | null;
7574
7570
  };
7575
7571
  };
7576
7572
  };
@@ -7585,8 +7581,6 @@ export interface operations {
7585
7581
  /** @description Value in cents (100 = 1€) */
7586
7582
  amount: number;
7587
7583
  currency: string;
7588
- effectiveAt: string | null;
7589
- note?: string | null;
7590
7584
  updatedAt?: string | null;
7591
7585
  };
7592
7586
  };
@@ -7659,8 +7653,6 @@ export interface operations {
7659
7653
  /** @description Value in cents (100 = 1€) */
7660
7654
  amount: number;
7661
7655
  currency: string;
7662
- effectiveAt: string | null;
7663
- note?: string | null;
7664
7656
  updatedAt?: string | null;
7665
7657
  /** Format: uuid */
7666
7658
  transactionId?: string | null;
@@ -7770,8 +7762,6 @@ export interface operations {
7770
7762
  /** @description Value in cents (100 = 1€) */
7771
7763
  amount: number;
7772
7764
  currency: string;
7773
- effectiveAt: string | null;
7774
- note?: string | null;
7775
7765
  updatedAt?: string | null;
7776
7766
  /** Format: uuid */
7777
7767
  transactionId?: string | null;