@vrplatform/api 1.3.0-stage.1215 → 1.3.0-stage.1227

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.0-stage.1215",
6
+ "version": "1.3.0-stage.1227",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -5775,7 +5775,7 @@ export interface operations {
5775
5775
  data: {
5776
5776
  /** Format: uuid */
5777
5777
  listingId: string;
5778
- /** @default 2025-12-04 */
5778
+ /** @default 2025-12-05 */
5779
5779
  startAt: string;
5780
5780
  endAt?: string | null;
5781
5781
  setListingInactive?: boolean | null;
@@ -5866,7 +5866,7 @@ export interface operations {
5866
5866
  "application/json": {
5867
5867
  /** Format: uuid */
5868
5868
  listingId: string;
5869
- /** @default 2025-12-04 */
5869
+ /** @default 2025-12-05 */
5870
5870
  startAt?: string;
5871
5871
  endAt?: string | null;
5872
5872
  members: {
@@ -5900,7 +5900,7 @@ export interface operations {
5900
5900
  "application/json": {
5901
5901
  /** Format: uuid */
5902
5902
  listingId: string;
5903
- /** @default 2025-12-04 */
5903
+ /** @default 2025-12-05 */
5904
5904
  startAt: string;
5905
5905
  endAt?: string | null;
5906
5906
  setListingInactive?: boolean | null;
@@ -5980,7 +5980,7 @@ export interface operations {
5980
5980
  "application/json": {
5981
5981
  /** Format: uuid */
5982
5982
  listingId: string;
5983
- /** @default 2025-12-04 */
5983
+ /** @default 2025-12-05 */
5984
5984
  startAt: string;
5985
5985
  endAt?: string | null;
5986
5986
  setListingInactive?: boolean | null;
@@ -6063,7 +6063,7 @@ export interface operations {
6063
6063
  "application/json": {
6064
6064
  /** Format: uuid */
6065
6065
  listingId?: string;
6066
- /** @default 2025-12-04 */
6066
+ /** @default 2025-12-05 */
6067
6067
  startAt?: string;
6068
6068
  endAt?: string | null;
6069
6069
  members?: {
@@ -6097,7 +6097,7 @@ export interface operations {
6097
6097
  "application/json": {
6098
6098
  /** Format: uuid */
6099
6099
  listingId: string;
6100
- /** @default 2025-12-04 */
6100
+ /** @default 2025-12-05 */
6101
6101
  startAt: string;
6102
6102
  endAt?: string | null;
6103
6103
  setListingInactive?: boolean | null;
@@ -6293,7 +6293,7 @@ export interface operations {
6293
6293
  /** Format: uuid */
6294
6294
  sourceId?: string | null;
6295
6295
  initialOwnership?: {
6296
- /** @default 2025-12-04 */
6296
+ /** @default 2025-12-05 */
6297
6297
  startAt?: string;
6298
6298
  endAt?: string | null;
6299
6299
  members: {
@@ -6588,7 +6588,7 @@ export interface operations {
6588
6588
  /** Format: uuid */
6589
6589
  sourceId?: string | null;
6590
6590
  initialOwnership?: {
6591
- /** @default 2025-12-04 */
6591
+ /** @default 2025-12-05 */
6592
6592
  startAt?: string;
6593
6593
  endAt?: string | null;
6594
6594
  members: {
@@ -7048,7 +7048,7 @@ export interface operations {
7048
7048
  /** Format: uuid */
7049
7049
  sourceId?: string | null;
7050
7050
  initialOwnership?: {
7051
- /** @default 2025-12-04 */
7051
+ /** @default 2025-12-05 */
7052
7052
  startAt?: string;
7053
7053
  endAt?: string | null;
7054
7054
  members: {
@@ -7102,7 +7102,7 @@ export interface operations {
7102
7102
  status: "active" | "inactive";
7103
7103
  defaultCurrency?: string | null;
7104
7104
  activeOwnership?: {
7105
- /** @default 2025-12-04 */
7105
+ /** @default 2025-12-05 */
7106
7106
  startAt: string;
7107
7107
  endAt?: string | null;
7108
7108
  setListingInactive?: boolean | null;
@@ -8970,6 +8970,8 @@ export interface operations {
8970
8970
  parameters: {
8971
8971
  query?: {
8972
8972
  recurringFeeId?: string;
8973
+ listingId?: string;
8974
+ date?: string;
8973
8975
  limit?: number;
8974
8976
  page?: number;
8975
8977
  };
@@ -9534,6 +9536,7 @@ export interface operations {
9534
9536
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9535
9537
  basisPoints: number;
9536
9538
  } | null;
9539
+ activeListings: number;
9537
9540
  };
9538
9541
  };
9539
9542
  };
@@ -9710,6 +9713,7 @@ export interface operations {
9710
9713
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9711
9714
  basisPoints: number;
9712
9715
  } | null;
9716
+ activeListings: number;
9713
9717
  };
9714
9718
  };
9715
9719
  };
@@ -9837,6 +9841,9 @@ export interface operations {
9837
9841
  getRecurringFees: {
9838
9842
  parameters: {
9839
9843
  query?: {
9844
+ search?: string;
9845
+ listingId?: string;
9846
+ status?: "active" | "inactive";
9840
9847
  limit?: number;
9841
9848
  page?: number;
9842
9849
  };
@@ -9921,6 +9928,7 @@ export interface operations {
9921
9928
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9922
9929
  basisPoints: number;
9923
9930
  } | null;
9931
+ activeListings: number;
9924
9932
  }[];
9925
9933
  pagination: {
9926
9934
  /** @default 100 */
@@ -10105,6 +10113,7 @@ export interface operations {
10105
10113
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
10106
10114
  basisPoints: number;
10107
10115
  } | null;
10116
+ activeListings: number;
10108
10117
  };
10109
10118
  };
10110
10119
  };
@@ -20654,9 +20663,9 @@ export interface operations {
20654
20663
  offset?: number;
20655
20664
  dispatchId?: string;
20656
20665
  entityId?: string;
20657
- entityType?: "account" | "listingOwnershipPeriod" | "ownerStatement" | "recurringTransactionTemplate" | "reservation" | "tenant" | "transaction";
20666
+ entityType?: "account" | "journalEntry" | "listingOwnershipPeriod" | "ownerStatement" | "recurringTransactionTemplate" | "reservation" | "tenant" | "transaction";
20658
20667
  status?: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
20659
- effectType?: "CREATE_RECURRING_TRANSACTION_INSTANCE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "RECALCULATE_BANK_RECORD_BALANCES" | "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "SEND_STATEMENT_NOTIFICATIONS" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_HYPERLINE_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
20668
+ effectType?: "CREATE_RECURRING_TRANSACTION_INSTANCE" | "JOURNAL_ENTRY_SET_ACTIVE" | "JOURNAL_ENTRY_SET_INACTIVE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "RECALCULATE_BANK_RECORD_BALANCES" | "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "SEND_STATEMENT_NOTIFICATIONS" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_HYPERLINE_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
20660
20669
  page?: number;
20661
20670
  };
20662
20671
  header?: {
@@ -20684,7 +20693,7 @@ export interface operations {
20684
20693
  apiEndpoint: string | null;
20685
20694
  };
20686
20695
  /** @enum {string} */
20687
- effectType: "CREATE_RECURRING_TRANSACTION_INSTANCE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "RECALCULATE_BANK_RECORD_BALANCES" | "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "SEND_STATEMENT_NOTIFICATIONS" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_HYPERLINE_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
20696
+ effectType: "CREATE_RECURRING_TRANSACTION_INSTANCE" | "JOURNAL_ENTRY_SET_ACTIVE" | "JOURNAL_ENTRY_SET_INACTIVE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "RECALCULATE_BANK_RECORD_BALANCES" | "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "SEND_STATEMENT_NOTIFICATIONS" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_HYPERLINE_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
20688
20697
  payload?: unknown;
20689
20698
  entity: ({
20690
20699
  /** @enum {string} */
@@ -20960,7 +20969,7 @@ export interface operations {
20960
20969
  endDate?: string;
20961
20970
  actionType?: string;
20962
20971
  entityId?: string;
20963
- entityType?: "account" | "listingOwnershipPeriod" | "ownerStatement" | "recurringTransactionTemplate" | "reservation" | "tenant" | "transaction";
20972
+ entityType?: "account" | "journalEntry" | "listingOwnershipPeriod" | "ownerStatement" | "recurringTransactionTemplate" | "reservation" | "tenant" | "transaction";
20964
20973
  includeIfNoEffects?: boolean;
20965
20974
  page?: number;
20966
20975
  };