@vrplatform/api 1.3.1-stage.2453 → 1.3.1-stage.2456
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/build/main/generated/v1.d.ts +141 -81
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +141 -81
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +141 -81
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -2926,17 +2926,17 @@ export interface paths {
|
|
|
2926
2926
|
patch?: never;
|
|
2927
2927
|
trace?: never;
|
|
2928
2928
|
};
|
|
2929
|
-
"/teams/opening-balances/
|
|
2929
|
+
"/teams/opening-balances/tax-payable": {
|
|
2930
2930
|
parameters: {
|
|
2931
2931
|
query?: never;
|
|
2932
2932
|
header?: never;
|
|
2933
2933
|
path?: never;
|
|
2934
2934
|
cookie?: never;
|
|
2935
2935
|
};
|
|
2936
|
-
/** @description Retrieve
|
|
2937
|
-
get: operations["
|
|
2938
|
-
/** @description Update
|
|
2939
|
-
put: operations["
|
|
2936
|
+
/** @description Retrieve opening balance tax payable summary */
|
|
2937
|
+
get: operations["getTeamsOpeningBalancesTaxPayable"];
|
|
2938
|
+
/** @description Update opening balance tax payable */
|
|
2939
|
+
put: operations["putTeamsOpeningBalancesTaxPayable"];
|
|
2940
2940
|
post?: never;
|
|
2941
2941
|
delete?: never;
|
|
2942
2942
|
options?: never;
|
|
@@ -2944,17 +2944,33 @@ export interface paths {
|
|
|
2944
2944
|
patch?: never;
|
|
2945
2945
|
trace?: never;
|
|
2946
2946
|
};
|
|
2947
|
-
"/teams/opening-
|
|
2947
|
+
"/teams/opening-trial-balance": {
|
|
2948
2948
|
parameters: {
|
|
2949
2949
|
query?: never;
|
|
2950
2950
|
header?: never;
|
|
2951
2951
|
path?: never;
|
|
2952
2952
|
cookie?: never;
|
|
2953
2953
|
};
|
|
2954
|
-
/** @description Retrieve opening balance
|
|
2955
|
-
get: operations["
|
|
2956
|
-
|
|
2957
|
-
|
|
2954
|
+
/** @description Retrieve opening trial balance */
|
|
2955
|
+
get: operations["getTeamsOpeningTrialBalance"];
|
|
2956
|
+
put?: never;
|
|
2957
|
+
post?: never;
|
|
2958
|
+
delete?: never;
|
|
2959
|
+
options?: never;
|
|
2960
|
+
head?: never;
|
|
2961
|
+
patch?: never;
|
|
2962
|
+
trace?: never;
|
|
2963
|
+
};
|
|
2964
|
+
"/teams/opening-trial-balance/manual": {
|
|
2965
|
+
parameters: {
|
|
2966
|
+
query?: never;
|
|
2967
|
+
header?: never;
|
|
2968
|
+
path?: never;
|
|
2969
|
+
cookie?: never;
|
|
2970
|
+
};
|
|
2971
|
+
get?: never;
|
|
2972
|
+
/** @description Update manual opening trial balance */
|
|
2973
|
+
put: operations["putTeamsOpeningTrialBalanceManual"];
|
|
2958
2974
|
post?: never;
|
|
2959
2975
|
delete?: never;
|
|
2960
2976
|
options?: never;
|
|
@@ -40565,7 +40581,7 @@ export interface operations {
|
|
|
40565
40581
|
};
|
|
40566
40582
|
};
|
|
40567
40583
|
};
|
|
40568
|
-
|
|
40584
|
+
getTeamsOpeningBalancesTaxPayable: {
|
|
40569
40585
|
parameters: {
|
|
40570
40586
|
query?: never;
|
|
40571
40587
|
header?: never;
|
|
@@ -40581,29 +40597,12 @@ export interface operations {
|
|
|
40581
40597
|
};
|
|
40582
40598
|
content: {
|
|
40583
40599
|
"application/json": {
|
|
40584
|
-
|
|
40585
|
-
|
|
40586
|
-
|
|
40587
|
-
|
|
40588
|
-
|
|
40589
|
-
|
|
40590
|
-
accountId: string;
|
|
40591
|
-
name: string;
|
|
40592
|
-
/** @enum {string} */
|
|
40593
|
-
classification: "asset" | "liability" | "revenue" | "expense";
|
|
40594
|
-
/** @enum {string} */
|
|
40595
|
-
type: "ledger" | "bank";
|
|
40596
|
-
/** @description Value in cents (100 = 1€) */
|
|
40597
|
-
centTotal: number;
|
|
40598
|
-
updatedAt?: string | null;
|
|
40599
|
-
}[];
|
|
40600
|
-
assignment: {
|
|
40601
|
-
/** Format: uuid */
|
|
40602
|
-
accountId: string;
|
|
40603
|
-
name: string;
|
|
40604
|
-
/** @description Value in cents (100 = 1€) */
|
|
40605
|
-
centTotal: number;
|
|
40606
|
-
};
|
|
40600
|
+
/** @description Value in cents (100 = 1€) */
|
|
40601
|
+
amount: number;
|
|
40602
|
+
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
40603
|
+
currency: string;
|
|
40604
|
+
updatedAt?: string | null;
|
|
40605
|
+
transactionId?: string | null;
|
|
40607
40606
|
};
|
|
40608
40607
|
};
|
|
40609
40608
|
};
|
|
@@ -40689,7 +40688,7 @@ export interface operations {
|
|
|
40689
40688
|
};
|
|
40690
40689
|
};
|
|
40691
40690
|
};
|
|
40692
|
-
|
|
40691
|
+
putTeamsOpeningBalancesTaxPayable: {
|
|
40693
40692
|
parameters: {
|
|
40694
40693
|
query?: never;
|
|
40695
40694
|
header?: never;
|
|
@@ -40699,12 +40698,9 @@ export interface operations {
|
|
|
40699
40698
|
requestBody?: {
|
|
40700
40699
|
content: {
|
|
40701
40700
|
"application/json": {
|
|
40702
|
-
|
|
40703
|
-
|
|
40704
|
-
|
|
40705
|
-
/** @description Value in cents (100 = 1€) */
|
|
40706
|
-
centTotal: number;
|
|
40707
|
-
}[];
|
|
40701
|
+
/** @description Value in cents (100 = 1€) */
|
|
40702
|
+
amount: number;
|
|
40703
|
+
currency?: string | null;
|
|
40708
40704
|
};
|
|
40709
40705
|
};
|
|
40710
40706
|
};
|
|
@@ -40716,29 +40712,12 @@ export interface operations {
|
|
|
40716
40712
|
};
|
|
40717
40713
|
content: {
|
|
40718
40714
|
"application/json": {
|
|
40719
|
-
|
|
40720
|
-
|
|
40721
|
-
|
|
40722
|
-
|
|
40723
|
-
|
|
40724
|
-
|
|
40725
|
-
accountId: string;
|
|
40726
|
-
name: string;
|
|
40727
|
-
/** @enum {string} */
|
|
40728
|
-
classification: "asset" | "liability" | "revenue" | "expense";
|
|
40729
|
-
/** @enum {string} */
|
|
40730
|
-
type: "ledger" | "bank";
|
|
40731
|
-
/** @description Value in cents (100 = 1€) */
|
|
40732
|
-
centTotal: number;
|
|
40733
|
-
updatedAt?: string | null;
|
|
40734
|
-
}[];
|
|
40735
|
-
assignment: {
|
|
40736
|
-
/** Format: uuid */
|
|
40737
|
-
accountId: string;
|
|
40738
|
-
name: string;
|
|
40739
|
-
/** @description Value in cents (100 = 1€) */
|
|
40740
|
-
centTotal: number;
|
|
40741
|
-
};
|
|
40715
|
+
/** @description Value in cents (100 = 1€) */
|
|
40716
|
+
amount: number;
|
|
40717
|
+
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
40718
|
+
currency: string;
|
|
40719
|
+
updatedAt?: string | null;
|
|
40720
|
+
transactionId?: string | null;
|
|
40742
40721
|
};
|
|
40743
40722
|
};
|
|
40744
40723
|
};
|
|
@@ -40824,7 +40803,7 @@ export interface operations {
|
|
|
40824
40803
|
};
|
|
40825
40804
|
};
|
|
40826
40805
|
};
|
|
40827
|
-
|
|
40806
|
+
getTeamsOpeningTrialBalance: {
|
|
40828
40807
|
parameters: {
|
|
40829
40808
|
query?: never;
|
|
40830
40809
|
header?: never;
|
|
@@ -40840,12 +40819,51 @@ export interface operations {
|
|
|
40840
40819
|
};
|
|
40841
40820
|
content: {
|
|
40842
40821
|
"application/json": {
|
|
40843
|
-
|
|
40844
|
-
|
|
40845
|
-
|
|
40846
|
-
|
|
40847
|
-
|
|
40848
|
-
|
|
40822
|
+
glStartAt: string;
|
|
40823
|
+
openingDate: string;
|
|
40824
|
+
source: {
|
|
40825
|
+
/** @enum {string} */
|
|
40826
|
+
mode: "manual" | "csv" | "quickbooks" | "none";
|
|
40827
|
+
editable: boolean;
|
|
40828
|
+
lastUpdatedAt?: string | null;
|
|
40829
|
+
/** Format: uuid */
|
|
40830
|
+
externalConnectionId?: string;
|
|
40831
|
+
};
|
|
40832
|
+
locked: boolean;
|
|
40833
|
+
lockReasons: string[];
|
|
40834
|
+
rows: {
|
|
40835
|
+
/** Format: uuid */
|
|
40836
|
+
accountId: string;
|
|
40837
|
+
accountName: string;
|
|
40838
|
+
/** @enum {string} */
|
|
40839
|
+
classification: "asset" | "liability" | "revenue" | "expense";
|
|
40840
|
+
/** @enum {string} */
|
|
40841
|
+
type: "ledger" | "bank";
|
|
40842
|
+
/** @description Value in cents (100 = 1€) */
|
|
40843
|
+
combinedCentTotal: number;
|
|
40844
|
+
/** @description Value in cents (100 = 1€) */
|
|
40845
|
+
trustCentTotal: number;
|
|
40846
|
+
/** @description Value in cents (100 = 1€) */
|
|
40847
|
+
operatingCentTotal: number;
|
|
40848
|
+
editable: boolean;
|
|
40849
|
+
}[];
|
|
40850
|
+
assignment: {
|
|
40851
|
+
/** Format: uuid */
|
|
40852
|
+
accountId: string;
|
|
40853
|
+
accountName: string;
|
|
40854
|
+
/** @description Value in cents (100 = 1€) */
|
|
40855
|
+
combinedCentTotal: number;
|
|
40856
|
+
/** @description Value in cents (100 = 1€) */
|
|
40857
|
+
trustCentTotal: number;
|
|
40858
|
+
/** @description Value in cents (100 = 1€) */
|
|
40859
|
+
operatingCentTotal: number;
|
|
40860
|
+
};
|
|
40861
|
+
trustReversal: {
|
|
40862
|
+
/** @enum {string} */
|
|
40863
|
+
status: "not_created" | "active" | "locked";
|
|
40864
|
+
journalEntryIds: string[];
|
|
40865
|
+
lastRefreshedAt?: string | null;
|
|
40866
|
+
};
|
|
40849
40867
|
};
|
|
40850
40868
|
};
|
|
40851
40869
|
};
|
|
@@ -40931,7 +40949,7 @@ export interface operations {
|
|
|
40931
40949
|
};
|
|
40932
40950
|
};
|
|
40933
40951
|
};
|
|
40934
|
-
|
|
40952
|
+
putTeamsOpeningTrialBalanceManual: {
|
|
40935
40953
|
parameters: {
|
|
40936
40954
|
query?: never;
|
|
40937
40955
|
header?: never;
|
|
@@ -40941,9 +40959,12 @@ export interface operations {
|
|
|
40941
40959
|
requestBody?: {
|
|
40942
40960
|
content: {
|
|
40943
40961
|
"application/json": {
|
|
40944
|
-
|
|
40945
|
-
|
|
40946
|
-
|
|
40962
|
+
rows: {
|
|
40963
|
+
/** Format: uuid */
|
|
40964
|
+
accountId: string;
|
|
40965
|
+
/** @description Value in cents (100 = 1€) */
|
|
40966
|
+
combinedCentTotal: number;
|
|
40967
|
+
}[];
|
|
40947
40968
|
};
|
|
40948
40969
|
};
|
|
40949
40970
|
};
|
|
@@ -40955,12 +40976,51 @@ export interface operations {
|
|
|
40955
40976
|
};
|
|
40956
40977
|
content: {
|
|
40957
40978
|
"application/json": {
|
|
40958
|
-
|
|
40959
|
-
|
|
40960
|
-
|
|
40961
|
-
|
|
40962
|
-
|
|
40963
|
-
|
|
40979
|
+
glStartAt: string;
|
|
40980
|
+
openingDate: string;
|
|
40981
|
+
source: {
|
|
40982
|
+
/** @enum {string} */
|
|
40983
|
+
mode: "manual" | "csv" | "quickbooks" | "none";
|
|
40984
|
+
editable: boolean;
|
|
40985
|
+
lastUpdatedAt?: string | null;
|
|
40986
|
+
/** Format: uuid */
|
|
40987
|
+
externalConnectionId?: string;
|
|
40988
|
+
};
|
|
40989
|
+
locked: boolean;
|
|
40990
|
+
lockReasons: string[];
|
|
40991
|
+
rows: {
|
|
40992
|
+
/** Format: uuid */
|
|
40993
|
+
accountId: string;
|
|
40994
|
+
accountName: string;
|
|
40995
|
+
/** @enum {string} */
|
|
40996
|
+
classification: "asset" | "liability" | "revenue" | "expense";
|
|
40997
|
+
/** @enum {string} */
|
|
40998
|
+
type: "ledger" | "bank";
|
|
40999
|
+
/** @description Value in cents (100 = 1€) */
|
|
41000
|
+
combinedCentTotal: number;
|
|
41001
|
+
/** @description Value in cents (100 = 1€) */
|
|
41002
|
+
trustCentTotal: number;
|
|
41003
|
+
/** @description Value in cents (100 = 1€) */
|
|
41004
|
+
operatingCentTotal: number;
|
|
41005
|
+
editable: boolean;
|
|
41006
|
+
}[];
|
|
41007
|
+
assignment: {
|
|
41008
|
+
/** Format: uuid */
|
|
41009
|
+
accountId: string;
|
|
41010
|
+
accountName: string;
|
|
41011
|
+
/** @description Value in cents (100 = 1€) */
|
|
41012
|
+
combinedCentTotal: number;
|
|
41013
|
+
/** @description Value in cents (100 = 1€) */
|
|
41014
|
+
trustCentTotal: number;
|
|
41015
|
+
/** @description Value in cents (100 = 1€) */
|
|
41016
|
+
operatingCentTotal: number;
|
|
41017
|
+
};
|
|
41018
|
+
trustReversal: {
|
|
41019
|
+
/** @enum {string} */
|
|
41020
|
+
status: "not_created" | "active" | "locked";
|
|
41021
|
+
journalEntryIds: string[];
|
|
41022
|
+
lastRefreshedAt?: string | null;
|
|
41023
|
+
};
|
|
40964
41024
|
};
|
|
40965
41025
|
};
|
|
40966
41026
|
};
|