@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.
@@ -5774,7 +5774,7 @@ export interface operations {
5774
5774
  data: {
5775
5775
  /** Format: uuid */
5776
5776
  listingId: string;
5777
- /** @default 2025-12-04 */
5777
+ /** @default 2025-12-05 */
5778
5778
  startAt: string;
5779
5779
  endAt?: string | null;
5780
5780
  setListingInactive?: boolean | null;
@@ -5865,7 +5865,7 @@ export interface operations {
5865
5865
  "application/json": {
5866
5866
  /** Format: uuid */
5867
5867
  listingId: string;
5868
- /** @default 2025-12-04 */
5868
+ /** @default 2025-12-05 */
5869
5869
  startAt?: string;
5870
5870
  endAt?: string | null;
5871
5871
  members: {
@@ -5899,7 +5899,7 @@ export interface operations {
5899
5899
  "application/json": {
5900
5900
  /** Format: uuid */
5901
5901
  listingId: string;
5902
- /** @default 2025-12-04 */
5902
+ /** @default 2025-12-05 */
5903
5903
  startAt: string;
5904
5904
  endAt?: string | null;
5905
5905
  setListingInactive?: boolean | null;
@@ -5979,7 +5979,7 @@ export interface operations {
5979
5979
  "application/json": {
5980
5980
  /** Format: uuid */
5981
5981
  listingId: string;
5982
- /** @default 2025-12-04 */
5982
+ /** @default 2025-12-05 */
5983
5983
  startAt: string;
5984
5984
  endAt?: string | null;
5985
5985
  setListingInactive?: boolean | null;
@@ -6062,7 +6062,7 @@ export interface operations {
6062
6062
  "application/json": {
6063
6063
  /** Format: uuid */
6064
6064
  listingId?: string;
6065
- /** @default 2025-12-04 */
6065
+ /** @default 2025-12-05 */
6066
6066
  startAt?: string;
6067
6067
  endAt?: string | null;
6068
6068
  members?: {
@@ -6096,7 +6096,7 @@ export interface operations {
6096
6096
  "application/json": {
6097
6097
  /** Format: uuid */
6098
6098
  listingId: string;
6099
- /** @default 2025-12-04 */
6099
+ /** @default 2025-12-05 */
6100
6100
  startAt: string;
6101
6101
  endAt?: string | null;
6102
6102
  setListingInactive?: boolean | null;
@@ -6292,7 +6292,7 @@ export interface operations {
6292
6292
  /** Format: uuid */
6293
6293
  sourceId?: string | null;
6294
6294
  initialOwnership?: {
6295
- /** @default 2025-12-04 */
6295
+ /** @default 2025-12-05 */
6296
6296
  startAt?: string;
6297
6297
  endAt?: string | null;
6298
6298
  members: {
@@ -6587,7 +6587,7 @@ export interface operations {
6587
6587
  /** Format: uuid */
6588
6588
  sourceId?: string | null;
6589
6589
  initialOwnership?: {
6590
- /** @default 2025-12-04 */
6590
+ /** @default 2025-12-05 */
6591
6591
  startAt?: string;
6592
6592
  endAt?: string | null;
6593
6593
  members: {
@@ -7047,7 +7047,7 @@ export interface operations {
7047
7047
  /** Format: uuid */
7048
7048
  sourceId?: string | null;
7049
7049
  initialOwnership?: {
7050
- /** @default 2025-12-04 */
7050
+ /** @default 2025-12-05 */
7051
7051
  startAt?: string;
7052
7052
  endAt?: string | null;
7053
7053
  members: {
@@ -7101,7 +7101,7 @@ export interface operations {
7101
7101
  status: "active" | "inactive";
7102
7102
  defaultCurrency?: string | null;
7103
7103
  activeOwnership?: {
7104
- /** @default 2025-12-04 */
7104
+ /** @default 2025-12-05 */
7105
7105
  startAt: string;
7106
7106
  endAt?: string | null;
7107
7107
  setListingInactive?: boolean | null;
@@ -8969,6 +8969,8 @@ export interface operations {
8969
8969
  parameters: {
8970
8970
  query?: {
8971
8971
  recurringFeeId?: string;
8972
+ listingId?: string;
8973
+ date?: string;
8972
8974
  limit?: number;
8973
8975
  page?: number;
8974
8976
  };
@@ -9533,6 +9535,7 @@ export interface operations {
9533
9535
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9534
9536
  basisPoints: number;
9535
9537
  } | null;
9538
+ activeListings: number;
9536
9539
  };
9537
9540
  };
9538
9541
  };
@@ -9709,6 +9712,7 @@ export interface operations {
9709
9712
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9710
9713
  basisPoints: number;
9711
9714
  } | null;
9715
+ activeListings: number;
9712
9716
  };
9713
9717
  };
9714
9718
  };
@@ -9836,6 +9840,9 @@ export interface operations {
9836
9840
  getRecurringFees: {
9837
9841
  parameters: {
9838
9842
  query?: {
9843
+ search?: string;
9844
+ listingId?: string;
9845
+ status?: "active" | "inactive";
9839
9846
  limit?: number;
9840
9847
  page?: number;
9841
9848
  };
@@ -9920,6 +9927,7 @@ export interface operations {
9920
9927
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9921
9928
  basisPoints: number;
9922
9929
  } | null;
9930
+ activeListings: number;
9923
9931
  }[];
9924
9932
  pagination: {
9925
9933
  /** @default 100 */
@@ -10104,6 +10112,7 @@ export interface operations {
10104
10112
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
10105
10113
  basisPoints: number;
10106
10114
  } | null;
10115
+ activeListings: number;
10107
10116
  };
10108
10117
  };
10109
10118
  };
@@ -20653,9 +20662,9 @@ export interface operations {
20653
20662
  offset?: number;
20654
20663
  dispatchId?: string;
20655
20664
  entityId?: string;
20656
- entityType?: "account" | "listingOwnershipPeriod" | "ownerStatement" | "recurringTransactionTemplate" | "reservation" | "tenant" | "transaction";
20665
+ entityType?: "account" | "journalEntry" | "listingOwnershipPeriod" | "ownerStatement" | "recurringTransactionTemplate" | "reservation" | "tenant" | "transaction";
20657
20666
  status?: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
20658
- 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";
20667
+ 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";
20659
20668
  page?: number;
20660
20669
  };
20661
20670
  header?: {
@@ -20683,7 +20692,7 @@ export interface operations {
20683
20692
  apiEndpoint: string | null;
20684
20693
  };
20685
20694
  /** @enum {string} */
20686
- 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";
20695
+ 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";
20687
20696
  payload?: unknown;
20688
20697
  entity: ({
20689
20698
  /** @enum {string} */
@@ -20959,7 +20968,7 @@ export interface operations {
20959
20968
  endDate?: string;
20960
20969
  actionType?: string;
20961
20970
  entityId?: string;
20962
- entityType?: "account" | "listingOwnershipPeriod" | "ownerStatement" | "recurringTransactionTemplate" | "reservation" | "tenant" | "transaction";
20971
+ entityType?: "account" | "journalEntry" | "listingOwnershipPeriod" | "ownerStatement" | "recurringTransactionTemplate" | "reservation" | "tenant" | "transaction";
20963
20972
  includeIfNoEffects?: boolean;
20964
20973
  page?: number;
20965
20974
  };