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