@vrplatform/api 1.3.0-stage.1210 → 1.3.0-stage.1212

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.
@@ -18673,7 +18673,9 @@ export interface operations {
18673
18673
  recurringTemplate?: {
18674
18674
  id: string;
18675
18675
  } | null;
18676
+ dateOffset: number;
18676
18677
  }[] | null;
18678
+ currency?: string | null;
18677
18679
  };
18678
18680
  };
18679
18681
  };
@@ -18914,7 +18916,9 @@ export interface operations {
18914
18916
  recurringTemplate?: {
18915
18917
  id: string;
18916
18918
  } | null;
18919
+ dateOffset: number;
18917
18920
  }[] | null;
18921
+ currency?: string | null;
18918
18922
  }[];
18919
18923
  pagination: {
18920
18924
  /** @default 100 */
@@ -20649,9 +20653,9 @@ export interface operations {
20649
20653
  offset?: number;
20650
20654
  dispatchId?: string;
20651
20655
  entityId?: string;
20652
- entityType?: "listingOwnershipPeriod" | "reservation" | "recurringTransactionTemplate" | "tenant" | "transaction";
20656
+ entityType?: "account" | "listingOwnershipPeriod" | "ownerStatement" | "recurringTransactionTemplate" | "reservation" | "tenant" | "transaction";
20653
20657
  status?: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
20654
- effectType?: "CREATE_RECURRING_TRANSACTION_INSTANCE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_HYPERLINE_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
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";
20655
20659
  page?: number;
20656
20660
  };
20657
20661
  header?: {
@@ -20679,7 +20683,7 @@ export interface operations {
20679
20683
  apiEndpoint: string | null;
20680
20684
  };
20681
20685
  /** @enum {string} */
20682
- effectType: "CREATE_RECURRING_TRANSACTION_INSTANCE" | "LINK_JOURNAL_TO_OWNERSHIP_PERIOD" | "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "UPDATE_RESERVATION_LINKABLES" | "UPDATE_RESERVATION_PAYMENTS" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_HYPERLINE_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_STATUS_TRACK" | "TENANT_SUSPENSION_EMAIL";
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";
20683
20687
  payload?: unknown;
20684
20688
  entity: ({
20685
20689
  /** @enum {string} */
@@ -20955,7 +20959,7 @@ export interface operations {
20955
20959
  endDate?: string;
20956
20960
  actionType?: string;
20957
20961
  entityId?: string;
20958
- entityType?: "listingOwnershipPeriod" | "reservation" | "recurringTransactionTemplate" | "tenant" | "transaction";
20962
+ entityType?: "account" | "listingOwnershipPeriod" | "ownerStatement" | "recurringTransactionTemplate" | "reservation" | "tenant" | "transaction";
20959
20963
  includeIfNoEffects?: boolean;
20960
20964
  page?: number;
20961
20965
  };