@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.
|
@@ -8522,9 +8522,9 @@ export interface operations {
|
|
|
8522
8522
|
content: {
|
|
8523
8523
|
"application/json": {
|
|
8524
8524
|
/** Format: uuid */
|
|
8525
|
-
accountId
|
|
8525
|
+
accountId?: string | null;
|
|
8526
8526
|
/** @description Value in cents (100 = 1€) */
|
|
8527
|
-
amount
|
|
8527
|
+
amount?: number | null;
|
|
8528
8528
|
currency?: string | null;
|
|
8529
8529
|
effectiveAt?: string | null;
|
|
8530
8530
|
note?: string | null;
|