@vrplatform/api 1.3.1-stage.1716 → 1.3.1-stage.1720
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.
|
@@ -3507,6 +3507,18 @@ export interface operations {
|
|
|
3507
3507
|
shortRef?: string | null;
|
|
3508
3508
|
} | null;
|
|
3509
3509
|
matchStatus?: string | null;
|
|
3510
|
+
appliedAmount?: {
|
|
3511
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
3512
|
+
taxRate?: {
|
|
3513
|
+
id: string;
|
|
3514
|
+
name: string;
|
|
3515
|
+
/**
|
|
3516
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
3517
|
+
* @example 100000
|
|
3518
|
+
*/
|
|
3519
|
+
basisPoints: number;
|
|
3520
|
+
} | null;
|
|
3521
|
+
} | null;
|
|
3510
3522
|
markup?: {
|
|
3511
3523
|
amount?: number | null;
|
|
3512
3524
|
taxBehavior?: ("excluded" | "included") | null;
|
|
@@ -25885,6 +25897,18 @@ export interface operations {
|
|
|
25885
25897
|
shortRef?: string | null;
|
|
25886
25898
|
} | null;
|
|
25887
25899
|
matchStatus?: string | null;
|
|
25900
|
+
appliedAmount?: {
|
|
25901
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
25902
|
+
taxRate?: {
|
|
25903
|
+
id: string;
|
|
25904
|
+
name: string;
|
|
25905
|
+
/**
|
|
25906
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
25907
|
+
* @example 100000
|
|
25908
|
+
*/
|
|
25909
|
+
basisPoints: number;
|
|
25910
|
+
} | null;
|
|
25911
|
+
} | null;
|
|
25888
25912
|
markup?: {
|
|
25889
25913
|
amount?: number | null;
|
|
25890
25914
|
taxBehavior?: ("excluded" | "included") | null;
|
|
@@ -30926,6 +30950,18 @@ export interface operations {
|
|
|
30926
30950
|
shortRef?: string | null;
|
|
30927
30951
|
} | null;
|
|
30928
30952
|
matchStatus?: string | null;
|
|
30953
|
+
appliedAmount?: {
|
|
30954
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
30955
|
+
taxRate?: {
|
|
30956
|
+
id: string;
|
|
30957
|
+
name: string;
|
|
30958
|
+
/**
|
|
30959
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
30960
|
+
* @example 100000
|
|
30961
|
+
*/
|
|
30962
|
+
basisPoints: number;
|
|
30963
|
+
} | null;
|
|
30964
|
+
} | null;
|
|
30929
30965
|
markup?: {
|
|
30930
30966
|
amount?: number | null;
|
|
30931
30967
|
taxBehavior?: ("excluded" | "included") | null;
|
|
@@ -31182,6 +31218,10 @@ export interface operations {
|
|
|
31182
31218
|
assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
|
|
31183
31219
|
/** @description Value in cents (100 = 1€) */
|
|
31184
31220
|
amount: number;
|
|
31221
|
+
appliedAmount?: {
|
|
31222
|
+
taxRateId?: string | null;
|
|
31223
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
31224
|
+
} | null;
|
|
31185
31225
|
markup?: {
|
|
31186
31226
|
amount?: number | null;
|
|
31187
31227
|
taxRateId?: string | null;
|
|
@@ -31307,6 +31347,18 @@ export interface operations {
|
|
|
31307
31347
|
shortRef?: string | null;
|
|
31308
31348
|
} | null;
|
|
31309
31349
|
matchStatus?: string | null;
|
|
31350
|
+
appliedAmount?: {
|
|
31351
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
31352
|
+
taxRate?: {
|
|
31353
|
+
id: string;
|
|
31354
|
+
name: string;
|
|
31355
|
+
/**
|
|
31356
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
31357
|
+
* @example 100000
|
|
31358
|
+
*/
|
|
31359
|
+
basisPoints: number;
|
|
31360
|
+
} | null;
|
|
31361
|
+
} | null;
|
|
31310
31362
|
markup?: {
|
|
31311
31363
|
amount?: number | null;
|
|
31312
31364
|
taxBehavior?: ("excluded" | "included") | null;
|
|
@@ -31556,6 +31608,10 @@ export interface operations {
|
|
|
31556
31608
|
assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
|
|
31557
31609
|
/** @description Value in cents (100 = 1€) */
|
|
31558
31610
|
amount: number;
|
|
31611
|
+
appliedAmount?: {
|
|
31612
|
+
taxRateId?: string | null;
|
|
31613
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
31614
|
+
} | null;
|
|
31559
31615
|
markup?: {
|
|
31560
31616
|
amount?: number | null;
|
|
31561
31617
|
taxRateId?: string | null;
|
|
@@ -32671,6 +32727,18 @@ export interface operations {
|
|
|
32671
32727
|
shortRef?: string | null;
|
|
32672
32728
|
} | null;
|
|
32673
32729
|
matchStatus?: string | null;
|
|
32730
|
+
appliedAmount?: {
|
|
32731
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
32732
|
+
taxRate?: {
|
|
32733
|
+
id: string;
|
|
32734
|
+
name: string;
|
|
32735
|
+
/**
|
|
32736
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
32737
|
+
* @example 100000
|
|
32738
|
+
*/
|
|
32739
|
+
basisPoints: number;
|
|
32740
|
+
} | null;
|
|
32741
|
+
} | null;
|
|
32674
32742
|
markup?: {
|
|
32675
32743
|
amount?: number | null;
|
|
32676
32744
|
taxBehavior?: ("excluded" | "included") | null;
|
|
@@ -32968,6 +33036,18 @@ export interface operations {
|
|
|
32968
33036
|
shortRef?: string | null;
|
|
32969
33037
|
} | null;
|
|
32970
33038
|
matchStatus?: string | null;
|
|
33039
|
+
appliedAmount?: {
|
|
33040
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
33041
|
+
taxRate?: {
|
|
33042
|
+
id: string;
|
|
33043
|
+
name: string;
|
|
33044
|
+
/**
|
|
33045
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
33046
|
+
* @example 100000
|
|
33047
|
+
*/
|
|
33048
|
+
basisPoints: number;
|
|
33049
|
+
} | null;
|
|
33050
|
+
} | null;
|
|
32971
33051
|
markup?: {
|
|
32972
33052
|
amount?: number | null;
|
|
32973
33053
|
taxBehavior?: ("excluded" | "included") | null;
|
|
@@ -33340,6 +33420,18 @@ export interface operations {
|
|
|
33340
33420
|
shortRef?: string | null;
|
|
33341
33421
|
} | null;
|
|
33342
33422
|
matchStatus?: string | null;
|
|
33423
|
+
appliedAmount?: {
|
|
33424
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
33425
|
+
taxRate?: {
|
|
33426
|
+
id: string;
|
|
33427
|
+
name: string;
|
|
33428
|
+
/**
|
|
33429
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
33430
|
+
* @example 100000
|
|
33431
|
+
*/
|
|
33432
|
+
basisPoints: number;
|
|
33433
|
+
} | null;
|
|
33434
|
+
} | null;
|
|
33343
33435
|
markup?: {
|
|
33344
33436
|
amount?: number | null;
|
|
33345
33437
|
taxBehavior?: ("excluded" | "included") | null;
|
|
@@ -33630,6 +33722,18 @@ export interface operations {
|
|
|
33630
33722
|
shortRef?: string | null;
|
|
33631
33723
|
} | null;
|
|
33632
33724
|
matchStatus?: string | null;
|
|
33725
|
+
appliedAmount?: {
|
|
33726
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
33727
|
+
taxRate?: {
|
|
33728
|
+
id: string;
|
|
33729
|
+
name: string;
|
|
33730
|
+
/**
|
|
33731
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
33732
|
+
* @example 100000
|
|
33733
|
+
*/
|
|
33734
|
+
basisPoints: number;
|
|
33735
|
+
} | null;
|
|
33736
|
+
} | null;
|
|
33633
33737
|
markup?: {
|
|
33634
33738
|
amount?: number | null;
|
|
33635
33739
|
taxBehavior?: ("excluded" | "included") | null;
|
|
@@ -33968,6 +34072,18 @@ export interface operations {
|
|
|
33968
34072
|
shortRef?: string | null;
|
|
33969
34073
|
} | null;
|
|
33970
34074
|
matchStatus?: string | null;
|
|
34075
|
+
appliedAmount?: {
|
|
34076
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
34077
|
+
taxRate?: {
|
|
34078
|
+
id: string;
|
|
34079
|
+
name: string;
|
|
34080
|
+
/**
|
|
34081
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
34082
|
+
* @example 100000
|
|
34083
|
+
*/
|
|
34084
|
+
basisPoints: number;
|
|
34085
|
+
} | null;
|
|
34086
|
+
} | null;
|
|
33971
34087
|
markup?: {
|
|
33972
34088
|
amount?: number | null;
|
|
33973
34089
|
taxBehavior?: ("excluded" | "included") | null;
|
|
@@ -34399,6 +34515,18 @@ export interface operations {
|
|
|
34399
34515
|
shortRef?: string | null;
|
|
34400
34516
|
} | null;
|
|
34401
34517
|
matchStatus?: string | null;
|
|
34518
|
+
appliedAmount?: {
|
|
34519
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
34520
|
+
taxRate?: {
|
|
34521
|
+
id: string;
|
|
34522
|
+
name: string;
|
|
34523
|
+
/**
|
|
34524
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
34525
|
+
* @example 100000
|
|
34526
|
+
*/
|
|
34527
|
+
basisPoints: number;
|
|
34528
|
+
} | null;
|
|
34529
|
+
} | null;
|
|
34402
34530
|
markup?: {
|
|
34403
34531
|
amount?: number | null;
|
|
34404
34532
|
taxBehavior?: ("excluded" | "included") | null;
|
|
@@ -34677,6 +34805,10 @@ export interface operations {
|
|
|
34677
34805
|
assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
|
|
34678
34806
|
/** @description Value in cents (100 = 1€) */
|
|
34679
34807
|
amount?: number;
|
|
34808
|
+
appliedAmount?: {
|
|
34809
|
+
taxRateId?: string | null;
|
|
34810
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
34811
|
+
} | null;
|
|
34680
34812
|
markup?: {
|
|
34681
34813
|
amount?: number | null;
|
|
34682
34814
|
taxRateId?: string | null;
|
|
@@ -34703,6 +34835,10 @@ export interface operations {
|
|
|
34703
34835
|
assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
|
|
34704
34836
|
/** @description Value in cents (100 = 1€) */
|
|
34705
34837
|
amount: number;
|
|
34838
|
+
appliedAmount?: {
|
|
34839
|
+
taxRateId?: string | null;
|
|
34840
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
34841
|
+
} | null;
|
|
34706
34842
|
markup?: {
|
|
34707
34843
|
amount?: number | null;
|
|
34708
34844
|
taxRateId?: string | null;
|
|
@@ -34729,6 +34865,10 @@ export interface operations {
|
|
|
34729
34865
|
assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
|
|
34730
34866
|
/** @description Value in cents (100 = 1€) */
|
|
34731
34867
|
amount?: number;
|
|
34868
|
+
appliedAmount?: {
|
|
34869
|
+
taxRateId?: string | null;
|
|
34870
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
34871
|
+
} | null;
|
|
34732
34872
|
markup?: {
|
|
34733
34873
|
amount?: number | null;
|
|
34734
34874
|
taxRateId?: string | null;
|
|
@@ -34828,6 +34968,18 @@ export interface operations {
|
|
|
34828
34968
|
shortRef?: string | null;
|
|
34829
34969
|
} | null;
|
|
34830
34970
|
matchStatus?: string | null;
|
|
34971
|
+
appliedAmount?: {
|
|
34972
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
34973
|
+
taxRate?: {
|
|
34974
|
+
id: string;
|
|
34975
|
+
name: string;
|
|
34976
|
+
/**
|
|
34977
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
34978
|
+
* @example 100000
|
|
34979
|
+
*/
|
|
34980
|
+
basisPoints: number;
|
|
34981
|
+
} | null;
|
|
34982
|
+
} | null;
|
|
34831
34983
|
markup?: {
|
|
34832
34984
|
amount?: number | null;
|
|
34833
34985
|
taxBehavior?: ("excluded" | "included") | null;
|
|
@@ -35178,6 +35330,10 @@ export interface operations {
|
|
|
35178
35330
|
assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
|
|
35179
35331
|
/** @description Value in cents (100 = 1€) */
|
|
35180
35332
|
amount?: number;
|
|
35333
|
+
appliedAmount?: {
|
|
35334
|
+
taxRateId?: string | null;
|
|
35335
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
35336
|
+
} | null;
|
|
35181
35337
|
markup?: {
|
|
35182
35338
|
amount?: number | null;
|
|
35183
35339
|
taxRateId?: string | null;
|
|
@@ -35272,6 +35428,18 @@ export interface operations {
|
|
|
35272
35428
|
shortRef?: string | null;
|
|
35273
35429
|
} | null;
|
|
35274
35430
|
matchStatus?: string | null;
|
|
35431
|
+
appliedAmount?: {
|
|
35432
|
+
taxBehavior?: ("excluded" | "included") | null;
|
|
35433
|
+
taxRate?: {
|
|
35434
|
+
id: string;
|
|
35435
|
+
name: string;
|
|
35436
|
+
/**
|
|
35437
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
35438
|
+
* @example 100000
|
|
35439
|
+
*/
|
|
35440
|
+
basisPoints: number;
|
|
35441
|
+
} | null;
|
|
35442
|
+
} | null;
|
|
35275
35443
|
markup?: {
|
|
35276
35444
|
amount?: number | null;
|
|
35277
35445
|
taxBehavior?: ("excluded" | "included") | null;
|