@vrplatform/api 1.2.33-stage.715 → 1.2.33-stage.717

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.2.33-stage.715",
6
+ "version": "1.2.33-stage.717",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -6800,6 +6800,15 @@ export interface operations {
6800
6800
  /** @enum {string|null} */
6801
6801
  status?: "active" | "inactive" | null;
6802
6802
  } | null;
6803
+ upcomingDeactivation: {
6804
+ /** @enum {string} */
6805
+ status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
6806
+ period: {
6807
+ id: string;
6808
+ startAt: string;
6809
+ endAt: string | null;
6810
+ } | null;
6811
+ };
6803
6812
  }[];
6804
6813
  issues: {
6805
6814
  ref: string;
@@ -7032,6 +7041,15 @@ export interface operations {
7032
7041
  /** @enum {string|null} */
7033
7042
  status?: "active" | "inactive" | null;
7034
7043
  } | null;
7044
+ upcomingDeactivation: {
7045
+ /** @enum {string} */
7046
+ status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
7047
+ period: {
7048
+ id: string;
7049
+ startAt: string;
7050
+ endAt: string | null;
7051
+ } | null;
7052
+ };
7035
7053
  };
7036
7054
  };
7037
7055
  };
@@ -7216,6 +7234,15 @@ export interface operations {
7216
7234
  /** @enum {string|null} */
7217
7235
  status?: "active" | "inactive" | null;
7218
7236
  } | null;
7237
+ upcomingDeactivation: {
7238
+ /** @enum {string} */
7239
+ status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
7240
+ period: {
7241
+ id: string;
7242
+ startAt: string;
7243
+ endAt: string | null;
7244
+ } | null;
7245
+ };
7219
7246
  };
7220
7247
  };
7221
7248
  };
@@ -7424,6 +7451,15 @@ export interface operations {
7424
7451
  /** @enum {string|null} */
7425
7452
  status?: "active" | "inactive" | null;
7426
7453
  } | null;
7454
+ upcomingDeactivation: {
7455
+ /** @enum {string} */
7456
+ status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
7457
+ period: {
7458
+ id: string;
7459
+ startAt: string;
7460
+ endAt: string | null;
7461
+ } | null;
7462
+ };
7427
7463
  }[];
7428
7464
  pagination: {
7429
7465
  /** @default 100 */
@@ -7616,6 +7652,15 @@ export interface operations {
7616
7652
  /** @enum {string|null} */
7617
7653
  status?: "active" | "inactive" | null;
7618
7654
  } | null;
7655
+ upcomingDeactivation: {
7656
+ /** @enum {string} */
7657
+ status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
7658
+ period: {
7659
+ id: string;
7660
+ startAt: string;
7661
+ endAt: string | null;
7662
+ } | null;
7663
+ };
7619
7664
  };
7620
7665
  };
7621
7666
  };
@@ -22986,6 +23031,10 @@ export interface operations {
22986
23031
  query?: {
22987
23032
  startDate?: string;
22988
23033
  endDate?: string;
23034
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23035
+ categoryIds?: string[];
23036
+ listingIds?: string[];
23037
+ party?: "manager" | "owners";
22989
23038
  };
22990
23039
  header?: {
22991
23040
  "X-Team-Id"?: string;
@@ -23005,6 +23054,16 @@ export interface operations {
23005
23054
  data: {
23006
23055
  key: string;
23007
23056
  title: string;
23057
+ values: {
23058
+ id: string;
23059
+ title: string;
23060
+ total: number;
23061
+ accounts?: {
23062
+ id: string;
23063
+ title: string;
23064
+ total: number;
23065
+ }[];
23066
+ }[];
23008
23067
  rows: {
23009
23068
  id: string;
23010
23069
  title: string;
@@ -23077,6 +23136,10 @@ export interface operations {
23077
23136
  query?: {
23078
23137
  startDate?: string;
23079
23138
  endDate?: string;
23139
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23140
+ categoryIds?: string[];
23141
+ listingIds?: string[];
23142
+ party?: "manager" | "owners";
23080
23143
  };
23081
23144
  header?: {
23082
23145
  "X-Team-Id"?: string;
@@ -23149,6 +23212,10 @@ export interface operations {
23149
23212
  query?: {
23150
23213
  startDate?: string;
23151
23214
  endDate?: string;
23215
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23216
+ categoryIds?: string[];
23217
+ listingIds?: string[];
23218
+ party?: "manager" | "owners";
23152
23219
  };
23153
23220
  header?: {
23154
23221
  "X-Team-Id"?: string;
@@ -23168,6 +23235,16 @@ export interface operations {
23168
23235
  data: {
23169
23236
  key: string;
23170
23237
  title: string;
23238
+ values: {
23239
+ id: string;
23240
+ title: string;
23241
+ total: number;
23242
+ accounts?: {
23243
+ id: string;
23244
+ title: string;
23245
+ total: number;
23246
+ }[];
23247
+ }[];
23171
23248
  rows: {
23172
23249
  id: string;
23173
23250
  title: string;
@@ -23240,6 +23317,10 @@ export interface operations {
23240
23317
  query?: {
23241
23318
  startDate?: string;
23242
23319
  endDate?: string;
23320
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23321
+ categoryIds?: string[];
23322
+ listingIds?: string[];
23323
+ party?: "manager" | "owners";
23243
23324
  };
23244
23325
  header?: {
23245
23326
  "X-Team-Id"?: string;
@@ -23312,6 +23393,10 @@ export interface operations {
23312
23393
  query?: {
23313
23394
  startDate?: string;
23314
23395
  endDate?: string;
23396
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23397
+ categoryIds?: string[];
23398
+ listingIds?: string[];
23399
+ party?: "manager" | "owners";
23315
23400
  };
23316
23401
  header?: {
23317
23402
  "X-Team-Id"?: string;
@@ -23331,6 +23416,16 @@ export interface operations {
23331
23416
  data: {
23332
23417
  key: string;
23333
23418
  title: string;
23419
+ values: {
23420
+ id: string;
23421
+ title: string;
23422
+ total: number;
23423
+ accounts?: {
23424
+ id: string;
23425
+ title: string;
23426
+ total: number;
23427
+ }[];
23428
+ }[];
23334
23429
  rows: {
23335
23430
  id: string;
23336
23431
  title: string;
@@ -23403,6 +23498,10 @@ export interface operations {
23403
23498
  query?: {
23404
23499
  startDate?: string;
23405
23500
  endDate?: string;
23501
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23502
+ categoryIds?: string[];
23503
+ listingIds?: string[];
23504
+ party?: "manager" | "owners";
23406
23505
  };
23407
23506
  header?: {
23408
23507
  "X-Team-Id"?: string;
@@ -23475,6 +23574,10 @@ export interface operations {
23475
23574
  query?: {
23476
23575
  startDate?: string;
23477
23576
  endDate?: string;
23577
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23578
+ categoryIds?: string[];
23579
+ listingIds?: string[];
23580
+ party?: "manager" | "owners";
23478
23581
  };
23479
23582
  header?: {
23480
23583
  "X-Team-Id"?: string;
@@ -23494,6 +23597,16 @@ export interface operations {
23494
23597
  data: {
23495
23598
  key: string;
23496
23599
  title: string;
23600
+ values: {
23601
+ id: string;
23602
+ title: string;
23603
+ total: number;
23604
+ accounts?: {
23605
+ id: string;
23606
+ title: string;
23607
+ total: number;
23608
+ }[];
23609
+ }[];
23497
23610
  rows: {
23498
23611
  id: string;
23499
23612
  title: string;
@@ -23566,6 +23679,10 @@ export interface operations {
23566
23679
  query?: {
23567
23680
  startDate?: string;
23568
23681
  endDate?: string;
23682
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23683
+ categoryIds?: string[];
23684
+ listingIds?: string[];
23685
+ party?: "manager" | "owners";
23569
23686
  };
23570
23687
  header?: {
23571
23688
  "X-Team-Id"?: string;
@@ -23638,6 +23755,10 @@ export interface operations {
23638
23755
  query?: {
23639
23756
  startDate?: string;
23640
23757
  endDate?: string;
23758
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23759
+ categoryIds?: string[];
23760
+ listingIds?: string[];
23761
+ party?: "manager" | "owners";
23641
23762
  };
23642
23763
  header?: {
23643
23764
  "X-Team-Id"?: string;
@@ -23657,6 +23778,16 @@ export interface operations {
23657
23778
  data: {
23658
23779
  key: string;
23659
23780
  title: string;
23781
+ values: {
23782
+ id: string;
23783
+ title: string;
23784
+ total: number;
23785
+ accounts?: {
23786
+ id: string;
23787
+ title: string;
23788
+ total: number;
23789
+ }[];
23790
+ }[];
23660
23791
  rows: {
23661
23792
  id: string;
23662
23793
  title: string;
@@ -23729,6 +23860,10 @@ export interface operations {
23729
23860
  query?: {
23730
23861
  startDate?: string;
23731
23862
  endDate?: string;
23863
+ classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating")[];
23864
+ categoryIds?: string[];
23865
+ listingIds?: string[];
23866
+ party?: "manager" | "owners";
23732
23867
  };
23733
23868
  header?: {
23734
23869
  "X-Team-Id"?: string;