@vrplatform/api 1.3.1-stage.2082 → 1.3.1-stage.2084
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.
|
@@ -20077,6 +20077,13 @@ export interface operations {
|
|
|
20077
20077
|
type?: string | null;
|
|
20078
20078
|
description?: string | null;
|
|
20079
20079
|
} | null;
|
|
20080
|
+
postingDatePreview?: {
|
|
20081
|
+
hasMore: boolean;
|
|
20082
|
+
entries: {
|
|
20083
|
+
postingDate: string;
|
|
20084
|
+
amount: number;
|
|
20085
|
+
}[];
|
|
20086
|
+
} | null;
|
|
20080
20087
|
lock?: ({
|
|
20081
20088
|
/** @enum {string} */
|
|
20082
20089
|
status: "locked" | "unlocked";
|
|
@@ -25330,6 +25337,13 @@ export interface operations {
|
|
|
25330
25337
|
type?: string | null;
|
|
25331
25338
|
description?: string | null;
|
|
25332
25339
|
} | null;
|
|
25340
|
+
postingDatePreview?: {
|
|
25341
|
+
hasMore: boolean;
|
|
25342
|
+
entries: {
|
|
25343
|
+
postingDate: string;
|
|
25344
|
+
amount: number;
|
|
25345
|
+
}[];
|
|
25346
|
+
} | null;
|
|
25333
25347
|
lock?: ({
|
|
25334
25348
|
/** @enum {string} */
|
|
25335
25349
|
status: "locked" | "unlocked";
|
|
@@ -26717,6 +26731,13 @@ export interface operations {
|
|
|
26717
26731
|
type?: string | null;
|
|
26718
26732
|
description?: string | null;
|
|
26719
26733
|
} | null;
|
|
26734
|
+
postingDatePreview?: {
|
|
26735
|
+
hasMore: boolean;
|
|
26736
|
+
entries: {
|
|
26737
|
+
postingDate: string;
|
|
26738
|
+
amount: number;
|
|
26739
|
+
}[];
|
|
26740
|
+
} | null;
|
|
26720
26741
|
lock?: ({
|
|
26721
26742
|
/** @enum {string} */
|
|
26722
26743
|
status: "locked" | "unlocked";
|
|
@@ -27280,6 +27301,13 @@ export interface operations {
|
|
|
27280
27301
|
type?: string | null;
|
|
27281
27302
|
description?: string | null;
|
|
27282
27303
|
} | null;
|
|
27304
|
+
postingDatePreview?: {
|
|
27305
|
+
hasMore: boolean;
|
|
27306
|
+
entries: {
|
|
27307
|
+
postingDate: string;
|
|
27308
|
+
amount: number;
|
|
27309
|
+
}[];
|
|
27310
|
+
} | null;
|
|
27283
27311
|
lock?: ({
|
|
27284
27312
|
/** @enum {string} */
|
|
27285
27313
|
status: "locked" | "unlocked";
|
|
@@ -27960,6 +27988,13 @@ export interface operations {
|
|
|
27960
27988
|
type?: string | null;
|
|
27961
27989
|
description?: string | null;
|
|
27962
27990
|
} | null;
|
|
27991
|
+
postingDatePreview?: {
|
|
27992
|
+
hasMore: boolean;
|
|
27993
|
+
entries: {
|
|
27994
|
+
postingDate: string;
|
|
27995
|
+
amount: number;
|
|
27996
|
+
}[];
|
|
27997
|
+
} | null;
|
|
27963
27998
|
lock?: ({
|
|
27964
27999
|
/** @enum {string} */
|
|
27965
28000
|
status: "locked" | "unlocked";
|
|
@@ -28415,6 +28450,13 @@ export interface operations {
|
|
|
28415
28450
|
type?: string | null;
|
|
28416
28451
|
description?: string | null;
|
|
28417
28452
|
} | null;
|
|
28453
|
+
postingDatePreview?: {
|
|
28454
|
+
hasMore: boolean;
|
|
28455
|
+
entries: {
|
|
28456
|
+
postingDate: string;
|
|
28457
|
+
amount: number;
|
|
28458
|
+
}[];
|
|
28459
|
+
} | null;
|
|
28418
28460
|
lock?: ({
|
|
28419
28461
|
/** @enum {string} */
|
|
28420
28462
|
status: "locked" | "unlocked";
|
|
@@ -28856,6 +28898,13 @@ export interface operations {
|
|
|
28856
28898
|
type?: string | null;
|
|
28857
28899
|
description?: string | null;
|
|
28858
28900
|
} | null;
|
|
28901
|
+
postingDatePreview?: {
|
|
28902
|
+
hasMore: boolean;
|
|
28903
|
+
entries: {
|
|
28904
|
+
postingDate: string;
|
|
28905
|
+
amount: number;
|
|
28906
|
+
}[];
|
|
28907
|
+
} | null;
|
|
28859
28908
|
lock?: ({
|
|
28860
28909
|
/** @enum {string} */
|
|
28861
28910
|
status: "locked" | "unlocked";
|