@vrplatform/api 1.3.1-stage.4485 → 1.3.1-stage.4497
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.
|
@@ -551,7 +551,7 @@ export interface paths {
|
|
|
551
551
|
};
|
|
552
552
|
get?: never;
|
|
553
553
|
put?: never;
|
|
554
|
-
/** @description Connect an app and create the connection. */
|
|
554
|
+
/** @description Connect an app and create the connection. Provider integrations must return stable account identity. The built-in API app receives server-generated connection identity. */
|
|
555
555
|
post: operations["connectAppConnection"];
|
|
556
556
|
delete?: never;
|
|
557
557
|
options?: never;
|
|
@@ -672,7 +672,7 @@ export interface paths {
|
|
|
672
672
|
};
|
|
673
673
|
get?: never;
|
|
674
674
|
put?: never;
|
|
675
|
-
/** @description Reconnect an existing app connection. */
|
|
675
|
+
/** @description Reconnect an existing app connection. The built-in API app preserves its existing server-generated identity. */
|
|
676
676
|
post: operations["reconnectAppConnection"];
|
|
677
677
|
delete?: never;
|
|
678
678
|
options?: never;
|
|
@@ -3959,7 +3959,7 @@ export interface paths {
|
|
|
3959
3959
|
/** @description Transactions List */
|
|
3960
3960
|
get: operations["getTransactions"];
|
|
3961
3961
|
put?: never;
|
|
3962
|
-
/** @description Create a transaction. Journal entries post inline per line; creation into a books-closed month or a statement-locked listing period is rejected. Line party defaults and validity depend on transaction type, owner context, account assignment, and account category. See https://docs.vrplatform.app/guides/build/transactions#decision-table. For expense attachments, first upload each file with POST /transactions/attachments, then pass the returned ids in attachmentIds. Attachments are only supported for expense transactions. */
|
|
3962
|
+
/** @description Create a transaction. Journal entries post inline per line; creation into a books-closed month or a statement-locked listing period is rejected. The transaction uniqueRef and every line uniqueRef must be unique; duplicate line references are rejected before anything is inserted. Line party defaults and validity depend on transaction type, owner context, account assignment, and account category. See https://docs.vrplatform.app/guides/build/transactions#decision-table. For expense attachments, first upload each file with POST /transactions/attachments, then pass the returned ids in attachmentIds. Attachments are only supported for expense transactions. */
|
|
3963
3963
|
post: operations["postTransactions"];
|
|
3964
3964
|
delete?: never;
|
|
3965
3965
|
options?: never;
|
|
@@ -4028,7 +4028,7 @@ export interface paths {
|
|
|
4028
4028
|
};
|
|
4029
4029
|
get?: never;
|
|
4030
4030
|
put?: never;
|
|
4031
|
-
/** @description Create or update a connection-scoped batch of transactions. Each item uses the same type, party, link, payment, and lock rules as single transaction mutations. */
|
|
4031
|
+
/** @description Create or update a connection-scoped batch of transactions. Each item uses the same type, party, link, payment, and lock rules as single transaction mutations. Concurrent retries with the same transaction uniqueRef are serialized, and duplicate transaction or line references return an item issue. */
|
|
4032
4032
|
post: operations["postTransactionsBatch"];
|
|
4033
4033
|
delete?: never;
|
|
4034
4034
|
options?: never;
|
|
@@ -43368,7 +43368,9 @@ export interface operations {
|
|
|
43368
43368
|
} | null;
|
|
43369
43369
|
} | null;
|
|
43370
43370
|
activeRecurringFeePeriods?: {
|
|
43371
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
43371
43372
|
startAt?: string | null;
|
|
43373
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
43372
43374
|
endAt?: string | null;
|
|
43373
43375
|
rate?: number | null;
|
|
43374
43376
|
/** Format: uuid */
|
|
@@ -43705,7 +43707,9 @@ export interface operations {
|
|
|
43705
43707
|
} | null;
|
|
43706
43708
|
sourceId?: string | null;
|
|
43707
43709
|
activeRecurringFeePeriods?: {
|
|
43710
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
43708
43711
|
startAt?: string | null;
|
|
43712
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
43709
43713
|
endAt?: string | null;
|
|
43710
43714
|
rate?: number | null;
|
|
43711
43715
|
/** Format: uuid */
|
|
@@ -43826,7 +43830,9 @@ export interface operations {
|
|
|
43826
43830
|
} | null;
|
|
43827
43831
|
} | null;
|
|
43828
43832
|
activeRecurringFeePeriods?: {
|
|
43833
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
43829
43834
|
startAt?: string | null;
|
|
43835
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
43830
43836
|
endAt?: string | null;
|
|
43831
43837
|
rate?: number | null;
|
|
43832
43838
|
/** Format: uuid */
|
|
@@ -46767,7 +46773,9 @@ export interface operations {
|
|
|
46767
46773
|
} | null;
|
|
46768
46774
|
} | null;
|
|
46769
46775
|
activeRecurringFeePeriods?: {
|
|
46776
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
46770
46777
|
startAt?: string | null;
|
|
46778
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
46771
46779
|
endAt?: string | null;
|
|
46772
46780
|
rate?: number | null;
|
|
46773
46781
|
/** Format: uuid */
|
|
@@ -47096,7 +47104,9 @@ export interface operations {
|
|
|
47096
47104
|
} | null;
|
|
47097
47105
|
sourceId?: string | null;
|
|
47098
47106
|
activeRecurringFeePeriods?: {
|
|
47107
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
47099
47108
|
startAt?: string | null;
|
|
47109
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
47100
47110
|
endAt?: string | null;
|
|
47101
47111
|
rate?: number | null;
|
|
47102
47112
|
/** Format: uuid */
|
|
@@ -47217,7 +47227,9 @@ export interface operations {
|
|
|
47217
47227
|
} | null;
|
|
47218
47228
|
} | null;
|
|
47219
47229
|
activeRecurringFeePeriods?: {
|
|
47230
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
47220
47231
|
startAt?: string | null;
|
|
47232
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
47221
47233
|
endAt?: string | null;
|
|
47222
47234
|
rate?: number | null;
|
|
47223
47235
|
/** Format: uuid */
|
|
@@ -48403,7 +48415,9 @@ export interface operations {
|
|
|
48403
48415
|
} | null;
|
|
48404
48416
|
} | null;
|
|
48405
48417
|
activeRecurringFeePeriods?: {
|
|
48418
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
48406
48419
|
startAt?: string | null;
|
|
48420
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
48407
48421
|
endAt?: string | null;
|
|
48408
48422
|
rate?: number | null;
|
|
48409
48423
|
/** Format: uuid */
|
|
@@ -48807,7 +48821,9 @@ export interface operations {
|
|
|
48807
48821
|
} | null;
|
|
48808
48822
|
} | null;
|
|
48809
48823
|
activeRecurringFeePeriods?: {
|
|
48824
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
48810
48825
|
startAt?: string | null;
|
|
48826
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
48811
48827
|
endAt?: string | null;
|
|
48812
48828
|
rate?: number | null;
|
|
48813
48829
|
/** Format: uuid */
|
|
@@ -59205,7 +59221,9 @@ export interface operations {
|
|
|
59205
59221
|
data: {
|
|
59206
59222
|
/** Format: uuid */
|
|
59207
59223
|
listingId: string;
|
|
59224
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
59208
59225
|
startAt?: string | null;
|
|
59226
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
59209
59227
|
endAt?: string | null;
|
|
59210
59228
|
rate?: number | null;
|
|
59211
59229
|
/** Format: uuid */
|
|
@@ -59477,7 +59495,9 @@ export interface operations {
|
|
|
59477
59495
|
recurringFeeId: string;
|
|
59478
59496
|
/** Format: uuid */
|
|
59479
59497
|
listingId: string;
|
|
59498
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
59480
59499
|
startAt?: string | null;
|
|
59500
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
59481
59501
|
endAt?: string | null;
|
|
59482
59502
|
rate?: number | null;
|
|
59483
59503
|
onConflict?: ("error" | "updateExisting" | "adjustInsertingItem" | "closeExistingPeriods") | null;
|
|
@@ -59494,7 +59514,9 @@ export interface operations {
|
|
|
59494
59514
|
"application/json": {
|
|
59495
59515
|
/** Format: uuid */
|
|
59496
59516
|
listingId: string;
|
|
59517
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
59497
59518
|
startAt?: string | null;
|
|
59519
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
59498
59520
|
endAt?: string | null;
|
|
59499
59521
|
rate?: number | null;
|
|
59500
59522
|
/** Format: uuid */
|
|
@@ -59756,7 +59778,9 @@ export interface operations {
|
|
|
59756
59778
|
"application/json": {
|
|
59757
59779
|
/** Format: uuid */
|
|
59758
59780
|
listingId?: string;
|
|
59781
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
59759
59782
|
startAt?: string | null;
|
|
59783
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
59760
59784
|
endAt?: string | null;
|
|
59761
59785
|
rate?: number | null;
|
|
59762
59786
|
onConflict?: ("error" | "updateExisting" | "adjustInsertingItem" | "closeExistingPeriods") | null;
|
|
@@ -59773,7 +59797,9 @@ export interface operations {
|
|
|
59773
59797
|
"application/json": {
|
|
59774
59798
|
/** Format: uuid */
|
|
59775
59799
|
listingId: string;
|
|
59800
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
59776
59801
|
startAt?: string | null;
|
|
59802
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
59777
59803
|
endAt?: string | null;
|
|
59778
59804
|
rate?: number | null;
|
|
59779
59805
|
/** Format: uuid */
|