@vrplatform/api 1.3.0-stage.1219 → 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.
|
@@ -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
|
};
|