@vrplatform/api 1.2.33-stage.785 → 1.2.33-stage.786
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.
|
@@ -2572,7 +2572,7 @@ export interface operations {
|
|
|
2572
2572
|
etaAt?: string | null;
|
|
2573
2573
|
paidAt?: string | null;
|
|
2574
2574
|
currency: string;
|
|
2575
|
-
description
|
|
2575
|
+
description?: string | null;
|
|
2576
2576
|
metadata?: {
|
|
2577
2577
|
[key: string]: unknown;
|
|
2578
2578
|
} | null;
|
|
@@ -2619,7 +2619,7 @@ export interface operations {
|
|
|
2619
2619
|
paidAt?: string | null;
|
|
2620
2620
|
connectionId: string;
|
|
2621
2621
|
currency: string;
|
|
2622
|
-
description
|
|
2622
|
+
description?: string | null;
|
|
2623
2623
|
metadata?: {
|
|
2624
2624
|
[key: string]: unknown;
|
|
2625
2625
|
} | null;
|
|
@@ -2787,7 +2787,7 @@ export interface operations {
|
|
|
2787
2787
|
paidAt?: string | null;
|
|
2788
2788
|
connectionId: string;
|
|
2789
2789
|
currency: string;
|
|
2790
|
-
description
|
|
2790
|
+
description?: string | null;
|
|
2791
2791
|
metadata?: {
|
|
2792
2792
|
[key: string]: unknown;
|
|
2793
2793
|
} | null;
|
|
@@ -2950,7 +2950,7 @@ export interface operations {
|
|
|
2950
2950
|
paidAt?: string | null;
|
|
2951
2951
|
connectionId?: string;
|
|
2952
2952
|
currency?: string;
|
|
2953
|
-
description?: string;
|
|
2953
|
+
description?: string | null;
|
|
2954
2954
|
metadata?: {
|
|
2955
2955
|
[key: string]: unknown;
|
|
2956
2956
|
} | null;
|
|
@@ -2995,7 +2995,7 @@ export interface operations {
|
|
|
2995
2995
|
paidAt?: string | null;
|
|
2996
2996
|
connectionId: string;
|
|
2997
2997
|
currency: string;
|
|
2998
|
-
description
|
|
2998
|
+
description?: string | null;
|
|
2999
2999
|
metadata?: {
|
|
3000
3000
|
[key: string]: unknown;
|
|
3001
3001
|
} | null;
|
|
@@ -3242,7 +3242,7 @@ export interface operations {
|
|
|
3242
3242
|
paidAt?: string | null;
|
|
3243
3243
|
connectionId: string;
|
|
3244
3244
|
currency: string;
|
|
3245
|
-
description
|
|
3245
|
+
description?: string | null;
|
|
3246
3246
|
metadata?: {
|
|
3247
3247
|
[key: string]: unknown;
|
|
3248
3248
|
} | null;
|
|
@@ -3415,7 +3415,7 @@ export interface operations {
|
|
|
3415
3415
|
paidAt?: string | null;
|
|
3416
3416
|
connectionId: string;
|
|
3417
3417
|
currency: string;
|
|
3418
|
-
description
|
|
3418
|
+
description?: string | null;
|
|
3419
3419
|
metadata?: {
|
|
3420
3420
|
[key: string]: unknown;
|
|
3421
3421
|
} | null;
|
|
@@ -3460,7 +3460,7 @@ export interface operations {
|
|
|
3460
3460
|
paidAt?: string | null;
|
|
3461
3461
|
connectionId: string;
|
|
3462
3462
|
currency: string;
|
|
3463
|
-
description
|
|
3463
|
+
description?: string | null;
|
|
3464
3464
|
metadata?: {
|
|
3465
3465
|
[key: string]: unknown;
|
|
3466
3466
|
} | null;
|