@vrplatform/api 1.3.0-stage.1219 → 1.3.0-stage.1228
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
package/src/generated/v1.ts
CHANGED
|
@@ -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
|
};
|