@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2082",
6
+ "version": "1.3.1-stage.2084",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -20078,6 +20078,13 @@ export interface operations {
20078
20078
  type?: string | null;
20079
20079
  description?: string | null;
20080
20080
  } | null;
20081
+ postingDatePreview?: {
20082
+ hasMore: boolean;
20083
+ entries: {
20084
+ postingDate: string;
20085
+ amount: number;
20086
+ }[];
20087
+ } | null;
20081
20088
  lock?: ({
20082
20089
  /** @enum {string} */
20083
20090
  status: "locked" | "unlocked";
@@ -25331,6 +25338,13 @@ export interface operations {
25331
25338
  type?: string | null;
25332
25339
  description?: string | null;
25333
25340
  } | null;
25341
+ postingDatePreview?: {
25342
+ hasMore: boolean;
25343
+ entries: {
25344
+ postingDate: string;
25345
+ amount: number;
25346
+ }[];
25347
+ } | null;
25334
25348
  lock?: ({
25335
25349
  /** @enum {string} */
25336
25350
  status: "locked" | "unlocked";
@@ -26718,6 +26732,13 @@ export interface operations {
26718
26732
  type?: string | null;
26719
26733
  description?: string | null;
26720
26734
  } | null;
26735
+ postingDatePreview?: {
26736
+ hasMore: boolean;
26737
+ entries: {
26738
+ postingDate: string;
26739
+ amount: number;
26740
+ }[];
26741
+ } | null;
26721
26742
  lock?: ({
26722
26743
  /** @enum {string} */
26723
26744
  status: "locked" | "unlocked";
@@ -27281,6 +27302,13 @@ export interface operations {
27281
27302
  type?: string | null;
27282
27303
  description?: string | null;
27283
27304
  } | null;
27305
+ postingDatePreview?: {
27306
+ hasMore: boolean;
27307
+ entries: {
27308
+ postingDate: string;
27309
+ amount: number;
27310
+ }[];
27311
+ } | null;
27284
27312
  lock?: ({
27285
27313
  /** @enum {string} */
27286
27314
  status: "locked" | "unlocked";
@@ -27961,6 +27989,13 @@ export interface operations {
27961
27989
  type?: string | null;
27962
27990
  description?: string | null;
27963
27991
  } | null;
27992
+ postingDatePreview?: {
27993
+ hasMore: boolean;
27994
+ entries: {
27995
+ postingDate: string;
27996
+ amount: number;
27997
+ }[];
27998
+ } | null;
27964
27999
  lock?: ({
27965
28000
  /** @enum {string} */
27966
28001
  status: "locked" | "unlocked";
@@ -28416,6 +28451,13 @@ export interface operations {
28416
28451
  type?: string | null;
28417
28452
  description?: string | null;
28418
28453
  } | null;
28454
+ postingDatePreview?: {
28455
+ hasMore: boolean;
28456
+ entries: {
28457
+ postingDate: string;
28458
+ amount: number;
28459
+ }[];
28460
+ } | null;
28419
28461
  lock?: ({
28420
28462
  /** @enum {string} */
28421
28463
  status: "locked" | "unlocked";
@@ -28857,6 +28899,13 @@ export interface operations {
28857
28899
  type?: string | null;
28858
28900
  description?: string | null;
28859
28901
  } | null;
28902
+ postingDatePreview?: {
28903
+ hasMore: boolean;
28904
+ entries: {
28905
+ postingDate: string;
28906
+ amount: number;
28907
+ }[];
28908
+ } | null;
28860
28909
  lock?: ({
28861
28910
  /** @enum {string} */
28862
28911
  status: "locked" | "unlocked";