@vrplatform/api 1.3.1-stage.4486 → 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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -552,7 +552,7 @@ export interface paths {
|
|
|
552
552
|
};
|
|
553
553
|
get?: never;
|
|
554
554
|
put?: never;
|
|
555
|
-
/** @description Connect an app and create the connection. */
|
|
555
|
+
/** @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. */
|
|
556
556
|
post: operations["connectAppConnection"];
|
|
557
557
|
delete?: never;
|
|
558
558
|
options?: never;
|
|
@@ -673,7 +673,7 @@ export interface paths {
|
|
|
673
673
|
};
|
|
674
674
|
get?: never;
|
|
675
675
|
put?: never;
|
|
676
|
-
/** @description Reconnect an existing app connection. */
|
|
676
|
+
/** @description Reconnect an existing app connection. The built-in API app preserves its existing server-generated identity. */
|
|
677
677
|
post: operations["reconnectAppConnection"];
|
|
678
678
|
delete?: never;
|
|
679
679
|
options?: never;
|
|
@@ -3960,7 +3960,7 @@ export interface paths {
|
|
|
3960
3960
|
/** @description Transactions List */
|
|
3961
3961
|
get: operations["getTransactions"];
|
|
3962
3962
|
put?: never;
|
|
3963
|
-
/** @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. */
|
|
3963
|
+
/** @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. */
|
|
3964
3964
|
post: operations["postTransactions"];
|
|
3965
3965
|
delete?: never;
|
|
3966
3966
|
options?: never;
|
|
@@ -4029,7 +4029,7 @@ export interface paths {
|
|
|
4029
4029
|
};
|
|
4030
4030
|
get?: never;
|
|
4031
4031
|
put?: never;
|
|
4032
|
-
/** @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. */
|
|
4032
|
+
/** @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. */
|
|
4033
4033
|
post: operations["postTransactionsBatch"];
|
|
4034
4034
|
delete?: never;
|
|
4035
4035
|
options?: never;
|
|
@@ -43369,7 +43369,9 @@ export interface operations {
|
|
|
43369
43369
|
} | null;
|
|
43370
43370
|
} | null;
|
|
43371
43371
|
activeRecurringFeePeriods?: {
|
|
43372
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
43372
43373
|
startAt?: string | null;
|
|
43374
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
43373
43375
|
endAt?: string | null;
|
|
43374
43376
|
rate?: number | null;
|
|
43375
43377
|
/** Format: uuid */
|
|
@@ -43706,7 +43708,9 @@ export interface operations {
|
|
|
43706
43708
|
} | null;
|
|
43707
43709
|
sourceId?: string | null;
|
|
43708
43710
|
activeRecurringFeePeriods?: {
|
|
43711
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
43709
43712
|
startAt?: string | null;
|
|
43713
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
43710
43714
|
endAt?: string | null;
|
|
43711
43715
|
rate?: number | null;
|
|
43712
43716
|
/** Format: uuid */
|
|
@@ -43827,7 +43831,9 @@ export interface operations {
|
|
|
43827
43831
|
} | null;
|
|
43828
43832
|
} | null;
|
|
43829
43833
|
activeRecurringFeePeriods?: {
|
|
43834
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
43830
43835
|
startAt?: string | null;
|
|
43836
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
43831
43837
|
endAt?: string | null;
|
|
43832
43838
|
rate?: number | null;
|
|
43833
43839
|
/** Format: uuid */
|
|
@@ -46768,7 +46774,9 @@ export interface operations {
|
|
|
46768
46774
|
} | null;
|
|
46769
46775
|
} | null;
|
|
46770
46776
|
activeRecurringFeePeriods?: {
|
|
46777
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
46771
46778
|
startAt?: string | null;
|
|
46779
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
46772
46780
|
endAt?: string | null;
|
|
46773
46781
|
rate?: number | null;
|
|
46774
46782
|
/** Format: uuid */
|
|
@@ -47097,7 +47105,9 @@ export interface operations {
|
|
|
47097
47105
|
} | null;
|
|
47098
47106
|
sourceId?: string | null;
|
|
47099
47107
|
activeRecurringFeePeriods?: {
|
|
47108
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
47100
47109
|
startAt?: string | null;
|
|
47110
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
47101
47111
|
endAt?: string | null;
|
|
47102
47112
|
rate?: number | null;
|
|
47103
47113
|
/** Format: uuid */
|
|
@@ -47218,7 +47228,9 @@ export interface operations {
|
|
|
47218
47228
|
} | null;
|
|
47219
47229
|
} | null;
|
|
47220
47230
|
activeRecurringFeePeriods?: {
|
|
47231
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
47221
47232
|
startAt?: string | null;
|
|
47233
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
47222
47234
|
endAt?: string | null;
|
|
47223
47235
|
rate?: number | null;
|
|
47224
47236
|
/** Format: uuid */
|
|
@@ -48404,7 +48416,9 @@ export interface operations {
|
|
|
48404
48416
|
} | null;
|
|
48405
48417
|
} | null;
|
|
48406
48418
|
activeRecurringFeePeriods?: {
|
|
48419
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
48407
48420
|
startAt?: string | null;
|
|
48421
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
48408
48422
|
endAt?: string | null;
|
|
48409
48423
|
rate?: number | null;
|
|
48410
48424
|
/** Format: uuid */
|
|
@@ -48808,7 +48822,9 @@ export interface operations {
|
|
|
48808
48822
|
} | null;
|
|
48809
48823
|
} | null;
|
|
48810
48824
|
activeRecurringFeePeriods?: {
|
|
48825
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
48811
48826
|
startAt?: string | null;
|
|
48827
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
48812
48828
|
endAt?: string | null;
|
|
48813
48829
|
rate?: number | null;
|
|
48814
48830
|
/** Format: uuid */
|
|
@@ -59206,7 +59222,9 @@ export interface operations {
|
|
|
59206
59222
|
data: {
|
|
59207
59223
|
/** Format: uuid */
|
|
59208
59224
|
listingId: string;
|
|
59225
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
59209
59226
|
startAt?: string | null;
|
|
59227
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
59210
59228
|
endAt?: string | null;
|
|
59211
59229
|
rate?: number | null;
|
|
59212
59230
|
/** Format: uuid */
|
|
@@ -59478,7 +59496,9 @@ export interface operations {
|
|
|
59478
59496
|
recurringFeeId: string;
|
|
59479
59497
|
/** Format: uuid */
|
|
59480
59498
|
listingId: string;
|
|
59499
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
59481
59500
|
startAt?: string | null;
|
|
59501
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
59482
59502
|
endAt?: string | null;
|
|
59483
59503
|
rate?: number | null;
|
|
59484
59504
|
onConflict?: ("error" | "updateExisting" | "adjustInsertingItem" | "closeExistingPeriods") | null;
|
|
@@ -59495,7 +59515,9 @@ export interface operations {
|
|
|
59495
59515
|
"application/json": {
|
|
59496
59516
|
/** Format: uuid */
|
|
59497
59517
|
listingId: string;
|
|
59518
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
59498
59519
|
startAt?: string | null;
|
|
59520
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
59499
59521
|
endAt?: string | null;
|
|
59500
59522
|
rate?: number | null;
|
|
59501
59523
|
/** Format: uuid */
|
|
@@ -59757,7 +59779,9 @@ export interface operations {
|
|
|
59757
59779
|
"application/json": {
|
|
59758
59780
|
/** Format: uuid */
|
|
59759
59781
|
listingId?: string;
|
|
59782
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
59760
59783
|
startAt?: string | null;
|
|
59784
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
59761
59785
|
endAt?: string | null;
|
|
59762
59786
|
rate?: number | null;
|
|
59763
59787
|
onConflict?: ("error" | "updateExisting" | "adjustInsertingItem" | "closeExistingPeriods") | null;
|
|
@@ -59774,7 +59798,9 @@ export interface operations {
|
|
|
59774
59798
|
"application/json": {
|
|
59775
59799
|
/** Format: uuid */
|
|
59776
59800
|
listingId: string;
|
|
59801
|
+
/** @description Listing period start date; unparseable values are rejected */
|
|
59777
59802
|
startAt?: string | null;
|
|
59803
|
+
/** @description Listing period end date; unparseable values are rejected */
|
|
59778
59804
|
endAt?: string | null;
|
|
59779
59805
|
rate?: number | null;
|
|
59780
59806
|
/** Format: uuid */
|