@vrplatform/api 1.3.1-stage.2483 → 1.3.1-stage.2485
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
|
@@ -3108,7 +3108,7 @@ export interface paths {
|
|
|
3108
3108
|
};
|
|
3109
3109
|
get?: never;
|
|
3110
3110
|
put?: never;
|
|
3111
|
-
/** @description Upload an expense attachment
|
|
3111
|
+
/** @description Upload an expense attachment as multipart/form-data. The returned staged attachment id can be passed in attachmentIds when creating or updating an expense transaction. */
|
|
3112
3112
|
post: operations["postTransactionAttachments"];
|
|
3113
3113
|
delete?: never;
|
|
3114
3114
|
options?: never;
|
|
@@ -3126,11 +3126,11 @@ export interface paths {
|
|
|
3126
3126
|
get?: never;
|
|
3127
3127
|
put?: never;
|
|
3128
3128
|
post?: never;
|
|
3129
|
-
/** @description Delete an expense attachment */
|
|
3129
|
+
/** @description Delete an expense attachment. This removes staged attachments and attachments already linked to expense transactions. */
|
|
3130
3130
|
delete: operations["deleteTransactionAttachmentsByAttachmentId"];
|
|
3131
3131
|
options?: never;
|
|
3132
3132
|
head?: never;
|
|
3133
|
-
/** @description Update
|
|
3133
|
+
/** @description Update attachment visibility. isOwnerAccessible controls whether owners can see the file on owner statement details. */
|
|
3134
3134
|
patch: operations["patchTransactionAttachmentsByAttachmentId"];
|
|
3135
3135
|
trace?: never;
|
|
3136
3136
|
};
|
|
@@ -3161,7 +3161,7 @@ export interface paths {
|
|
|
3161
3161
|
/** @description Transactions List */
|
|
3162
3162
|
get: operations["getTransactions"];
|
|
3163
3163
|
put?: never;
|
|
3164
|
-
/** @description Create
|
|
3164
|
+
/** @description Create a transaction. For expense attachments, first upload each file with POST /transaction-attachments, then pass the returned ids in attachmentIds. Attachments are only supported for expense transactions. */
|
|
3165
3165
|
post: operations["postTransactions"];
|
|
3166
3166
|
delete?: never;
|
|
3167
3167
|
options?: never;
|
|
@@ -3419,7 +3419,7 @@ export interface paths {
|
|
|
3419
3419
|
};
|
|
3420
3420
|
/** @description Transactions List */
|
|
3421
3421
|
get: operations["getTransactionsById"];
|
|
3422
|
-
/** @description Update
|
|
3422
|
+
/** @description Update a transaction by ID. For expense attachments, pass attachmentIds to replace the attached set. Omit attachmentIds to keep current attachments. Attachments are only supported for expense transactions. */
|
|
3423
3423
|
put: operations["putTransactionsById"];
|
|
3424
3424
|
post?: never;
|
|
3425
3425
|
/** @description Delete an transaction by ID */
|
|
@@ -4753,6 +4753,7 @@ export interface operations {
|
|
|
4753
4753
|
} | null;
|
|
4754
4754
|
} | null;
|
|
4755
4755
|
}[];
|
|
4756
|
+
/** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
|
|
4756
4757
|
attachmentIds?: string[] | null;
|
|
4757
4758
|
recurringTemplateId?: string | null;
|
|
4758
4759
|
matchBankAccountLast4?: string | null;
|
|
@@ -7712,6 +7713,7 @@ export interface operations {
|
|
|
7712
7713
|
matchReservationStripeGuestRef?: string | null;
|
|
7713
7714
|
matchLineTypeClassification?: string | null;
|
|
7714
7715
|
}[];
|
|
7716
|
+
/** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
|
|
7715
7717
|
attachmentIds?: string[] | null;
|
|
7716
7718
|
payment?: {
|
|
7717
7719
|
bankRecordIds: string[];
|
|
@@ -8261,6 +8263,7 @@ export interface operations {
|
|
|
8261
8263
|
matchReservationStripeGuestRef?: string | null;
|
|
8262
8264
|
matchLineTypeClassification?: string | null;
|
|
8263
8265
|
}[];
|
|
8266
|
+
/** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
|
|
8264
8267
|
attachmentIds?: string[] | null;
|
|
8265
8268
|
payment?: {
|
|
8266
8269
|
bankRecordIds: string[];
|
|
@@ -9074,6 +9077,7 @@ export interface operations {
|
|
|
9074
9077
|
matchReservationStripeGuestRef?: string | null;
|
|
9075
9078
|
matchLineTypeClassification?: string | null;
|
|
9076
9079
|
}[];
|
|
9080
|
+
/** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
|
|
9077
9081
|
attachmentIds?: string[] | null;
|
|
9078
9082
|
payment?: {
|
|
9079
9083
|
bankRecordIds: string[];
|
|
@@ -9832,6 +9836,7 @@ export interface operations {
|
|
|
9832
9836
|
matchReservationStripeGuestRef?: string | null;
|
|
9833
9837
|
matchLineTypeClassification?: string | null;
|
|
9834
9838
|
}[];
|
|
9839
|
+
/** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
|
|
9835
9840
|
attachmentIds?: string[] | null;
|
|
9836
9841
|
payment?: {
|
|
9837
9842
|
bankRecordIds: string[];
|
|
@@ -35053,6 +35058,7 @@ export interface operations {
|
|
|
35053
35058
|
} | null;
|
|
35054
35059
|
} | null;
|
|
35055
35060
|
}[];
|
|
35061
|
+
/** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
|
|
35056
35062
|
attachmentIds?: string[] | null;
|
|
35057
35063
|
recurringTemplateId?: string | null;
|
|
35058
35064
|
matchBankAccountLast4?: string | null;
|
|
@@ -41958,6 +41964,7 @@ export interface operations {
|
|
|
41958
41964
|
depositTransactionId: string | null;
|
|
41959
41965
|
hasListingNeedsReview: boolean;
|
|
41960
41966
|
listingNeedsReviewId: string | null;
|
|
41967
|
+
hasOwners: boolean;
|
|
41961
41968
|
hasOwnerNeedsReview: boolean;
|
|
41962
41969
|
ownerNeedsReviewId: string | null;
|
|
41963
41970
|
};
|
|
@@ -43590,6 +43597,7 @@ export interface operations {
|
|
|
43590
43597
|
} | null;
|
|
43591
43598
|
} | null;
|
|
43592
43599
|
}[];
|
|
43600
|
+
/** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
|
|
43593
43601
|
attachmentIds?: string[] | null;
|
|
43594
43602
|
recurringTemplateId?: string | null;
|
|
43595
43603
|
matchBankAccountLast4?: string | null;
|
|
@@ -43857,6 +43865,7 @@ export interface operations {
|
|
|
43857
43865
|
matchReservationStripeGuestRef?: string | null;
|
|
43858
43866
|
matchLineTypeClassification?: string | null;
|
|
43859
43867
|
}[];
|
|
43868
|
+
/** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
|
|
43860
43869
|
attachmentIds?: string[] | null;
|
|
43861
43870
|
payment?: {
|
|
43862
43871
|
bankRecordIds?: string[];
|
|
@@ -44017,6 +44026,7 @@ export interface operations {
|
|
|
44017
44026
|
} | null;
|
|
44018
44027
|
} | null;
|
|
44019
44028
|
}[];
|
|
44029
|
+
/** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
|
|
44020
44030
|
attachmentIds?: string[] | null;
|
|
44021
44031
|
recurringTemplateId?: string | null;
|
|
44022
44032
|
matchBankAccountLast4?: string | null;
|
|
@@ -44275,6 +44285,7 @@ export interface operations {
|
|
|
44275
44285
|
matchReservationStripeGuestRef?: string | null;
|
|
44276
44286
|
matchLineTypeClassification?: string | null;
|
|
44277
44287
|
}[];
|
|
44288
|
+
/** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
|
|
44278
44289
|
attachmentIds?: string[] | null;
|
|
44279
44290
|
payment?: {
|
|
44280
44291
|
bankRecordIds?: string[];
|
|
@@ -46963,6 +46974,7 @@ export interface operations {
|
|
|
46963
46974
|
} | null;
|
|
46964
46975
|
} | null;
|
|
46965
46976
|
}[];
|
|
46977
|
+
/** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
|
|
46966
46978
|
attachmentIds?: string[] | null;
|
|
46967
46979
|
recurringTemplateId?: string | null;
|
|
46968
46980
|
matchBankAccountLast4?: string | null;
|
|
@@ -47443,6 +47455,7 @@ export interface operations {
|
|
|
47443
47455
|
} | null;
|
|
47444
47456
|
} | null;
|
|
47445
47457
|
}[];
|
|
47458
|
+
/** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
|
|
47446
47459
|
attachmentIds?: string[] | null;
|
|
47447
47460
|
recurringTemplateId?: string | null;
|
|
47448
47461
|
matchBankAccountLast4?: string | null;
|
|
@@ -47676,6 +47689,7 @@ export interface operations {
|
|
|
47676
47689
|
type?: "deposit" | "expense" | "transfer" | "payout";
|
|
47677
47690
|
date?: string;
|
|
47678
47691
|
currency?: string | null;
|
|
47692
|
+
/** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
|
|
47679
47693
|
attachmentIds?: string[] | null;
|
|
47680
47694
|
payment?: {
|
|
47681
47695
|
bankRecordIds?: string[];
|
|
@@ -47922,6 +47936,7 @@ export interface operations {
|
|
|
47922
47936
|
} | null;
|
|
47923
47937
|
} | null;
|
|
47924
47938
|
}[];
|
|
47939
|
+
/** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
|
|
47925
47940
|
attachmentIds?: string[] | null;
|
|
47926
47941
|
recurringTemplateId?: string | null;
|
|
47927
47942
|
matchBankAccountLast4?: string | null;
|
|
@@ -48408,6 +48423,7 @@ export interface operations {
|
|
|
48408
48423
|
} | null;
|
|
48409
48424
|
} | null;
|
|
48410
48425
|
}[];
|
|
48426
|
+
/** @description Expense attachment IDs returned by POST /transaction-attachments. Only expense transactions support attachments. Omit to leave existing attachments unchanged on update; send an array to replace the attached set. */
|
|
48411
48427
|
attachmentIds?: string[] | null;
|
|
48412
48428
|
recurringTemplateId?: string | null;
|
|
48413
48429
|
matchBankAccountLast4?: string | null;
|