@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.
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1716",
9
+ "version": "1.3.1-stage.1720",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -3508,6 +3508,18 @@ export interface operations {
3508
3508
  shortRef?: string | null;
3509
3509
  } | null;
3510
3510
  matchStatus?: string | null;
3511
+ appliedAmount?: {
3512
+ taxBehavior?: ("excluded" | "included") | null;
3513
+ taxRate?: {
3514
+ id: string;
3515
+ name: string;
3516
+ /**
3517
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
3518
+ * @example 100000
3519
+ */
3520
+ basisPoints: number;
3521
+ } | null;
3522
+ } | null;
3511
3523
  markup?: {
3512
3524
  amount?: number | null;
3513
3525
  taxBehavior?: ("excluded" | "included") | null;
@@ -25886,6 +25898,18 @@ export interface operations {
25886
25898
  shortRef?: string | null;
25887
25899
  } | null;
25888
25900
  matchStatus?: string | null;
25901
+ appliedAmount?: {
25902
+ taxBehavior?: ("excluded" | "included") | null;
25903
+ taxRate?: {
25904
+ id: string;
25905
+ name: string;
25906
+ /**
25907
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
25908
+ * @example 100000
25909
+ */
25910
+ basisPoints: number;
25911
+ } | null;
25912
+ } | null;
25889
25913
  markup?: {
25890
25914
  amount?: number | null;
25891
25915
  taxBehavior?: ("excluded" | "included") | null;
@@ -30927,6 +30951,18 @@ export interface operations {
30927
30951
  shortRef?: string | null;
30928
30952
  } | null;
30929
30953
  matchStatus?: string | null;
30954
+ appliedAmount?: {
30955
+ taxBehavior?: ("excluded" | "included") | null;
30956
+ taxRate?: {
30957
+ id: string;
30958
+ name: string;
30959
+ /**
30960
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
30961
+ * @example 100000
30962
+ */
30963
+ basisPoints: number;
30964
+ } | null;
30965
+ } | null;
30930
30966
  markup?: {
30931
30967
  amount?: number | null;
30932
30968
  taxBehavior?: ("excluded" | "included") | null;
@@ -31183,6 +31219,10 @@ export interface operations {
31183
31219
  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;
31184
31220
  /** @description Value in cents (100 = 1€) */
31185
31221
  amount: number;
31222
+ appliedAmount?: {
31223
+ taxRateId?: string | null;
31224
+ taxBehavior?: ("excluded" | "included") | null;
31225
+ } | null;
31186
31226
  markup?: {
31187
31227
  amount?: number | null;
31188
31228
  taxRateId?: string | null;
@@ -31308,6 +31348,18 @@ export interface operations {
31308
31348
  shortRef?: string | null;
31309
31349
  } | null;
31310
31350
  matchStatus?: string | null;
31351
+ appliedAmount?: {
31352
+ taxBehavior?: ("excluded" | "included") | null;
31353
+ taxRate?: {
31354
+ id: string;
31355
+ name: string;
31356
+ /**
31357
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
31358
+ * @example 100000
31359
+ */
31360
+ basisPoints: number;
31361
+ } | null;
31362
+ } | null;
31311
31363
  markup?: {
31312
31364
  amount?: number | null;
31313
31365
  taxBehavior?: ("excluded" | "included") | null;
@@ -31557,6 +31609,10 @@ export interface operations {
31557
31609
  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;
31558
31610
  /** @description Value in cents (100 = 1€) */
31559
31611
  amount: number;
31612
+ appliedAmount?: {
31613
+ taxRateId?: string | null;
31614
+ taxBehavior?: ("excluded" | "included") | null;
31615
+ } | null;
31560
31616
  markup?: {
31561
31617
  amount?: number | null;
31562
31618
  taxRateId?: string | null;
@@ -32672,6 +32728,18 @@ export interface operations {
32672
32728
  shortRef?: string | null;
32673
32729
  } | null;
32674
32730
  matchStatus?: string | null;
32731
+ appliedAmount?: {
32732
+ taxBehavior?: ("excluded" | "included") | null;
32733
+ taxRate?: {
32734
+ id: string;
32735
+ name: string;
32736
+ /**
32737
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
32738
+ * @example 100000
32739
+ */
32740
+ basisPoints: number;
32741
+ } | null;
32742
+ } | null;
32675
32743
  markup?: {
32676
32744
  amount?: number | null;
32677
32745
  taxBehavior?: ("excluded" | "included") | null;
@@ -32969,6 +33037,18 @@ export interface operations {
32969
33037
  shortRef?: string | null;
32970
33038
  } | null;
32971
33039
  matchStatus?: string | null;
33040
+ appliedAmount?: {
33041
+ taxBehavior?: ("excluded" | "included") | null;
33042
+ taxRate?: {
33043
+ id: string;
33044
+ name: string;
33045
+ /**
33046
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
33047
+ * @example 100000
33048
+ */
33049
+ basisPoints: number;
33050
+ } | null;
33051
+ } | null;
32972
33052
  markup?: {
32973
33053
  amount?: number | null;
32974
33054
  taxBehavior?: ("excluded" | "included") | null;
@@ -33341,6 +33421,18 @@ export interface operations {
33341
33421
  shortRef?: string | null;
33342
33422
  } | null;
33343
33423
  matchStatus?: string | null;
33424
+ appliedAmount?: {
33425
+ taxBehavior?: ("excluded" | "included") | null;
33426
+ taxRate?: {
33427
+ id: string;
33428
+ name: string;
33429
+ /**
33430
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
33431
+ * @example 100000
33432
+ */
33433
+ basisPoints: number;
33434
+ } | null;
33435
+ } | null;
33344
33436
  markup?: {
33345
33437
  amount?: number | null;
33346
33438
  taxBehavior?: ("excluded" | "included") | null;
@@ -33631,6 +33723,18 @@ export interface operations {
33631
33723
  shortRef?: string | null;
33632
33724
  } | null;
33633
33725
  matchStatus?: string | null;
33726
+ appliedAmount?: {
33727
+ taxBehavior?: ("excluded" | "included") | null;
33728
+ taxRate?: {
33729
+ id: string;
33730
+ name: string;
33731
+ /**
33732
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
33733
+ * @example 100000
33734
+ */
33735
+ basisPoints: number;
33736
+ } | null;
33737
+ } | null;
33634
33738
  markup?: {
33635
33739
  amount?: number | null;
33636
33740
  taxBehavior?: ("excluded" | "included") | null;
@@ -33969,6 +34073,18 @@ export interface operations {
33969
34073
  shortRef?: string | null;
33970
34074
  } | null;
33971
34075
  matchStatus?: string | null;
34076
+ appliedAmount?: {
34077
+ taxBehavior?: ("excluded" | "included") | null;
34078
+ taxRate?: {
34079
+ id: string;
34080
+ name: string;
34081
+ /**
34082
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
34083
+ * @example 100000
34084
+ */
34085
+ basisPoints: number;
34086
+ } | null;
34087
+ } | null;
33972
34088
  markup?: {
33973
34089
  amount?: number | null;
33974
34090
  taxBehavior?: ("excluded" | "included") | null;
@@ -34400,6 +34516,18 @@ export interface operations {
34400
34516
  shortRef?: string | null;
34401
34517
  } | null;
34402
34518
  matchStatus?: string | null;
34519
+ appliedAmount?: {
34520
+ taxBehavior?: ("excluded" | "included") | null;
34521
+ taxRate?: {
34522
+ id: string;
34523
+ name: string;
34524
+ /**
34525
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
34526
+ * @example 100000
34527
+ */
34528
+ basisPoints: number;
34529
+ } | null;
34530
+ } | null;
34403
34531
  markup?: {
34404
34532
  amount?: number | null;
34405
34533
  taxBehavior?: ("excluded" | "included") | null;
@@ -34678,6 +34806,10 @@ export interface operations {
34678
34806
  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;
34679
34807
  /** @description Value in cents (100 = 1€) */
34680
34808
  amount?: number;
34809
+ appliedAmount?: {
34810
+ taxRateId?: string | null;
34811
+ taxBehavior?: ("excluded" | "included") | null;
34812
+ } | null;
34681
34813
  markup?: {
34682
34814
  amount?: number | null;
34683
34815
  taxRateId?: string | null;
@@ -34704,6 +34836,10 @@ export interface operations {
34704
34836
  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;
34705
34837
  /** @description Value in cents (100 = 1€) */
34706
34838
  amount: number;
34839
+ appliedAmount?: {
34840
+ taxRateId?: string | null;
34841
+ taxBehavior?: ("excluded" | "included") | null;
34842
+ } | null;
34707
34843
  markup?: {
34708
34844
  amount?: number | null;
34709
34845
  taxRateId?: string | null;
@@ -34730,6 +34866,10 @@ export interface operations {
34730
34866
  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;
34731
34867
  /** @description Value in cents (100 = 1€) */
34732
34868
  amount?: number;
34869
+ appliedAmount?: {
34870
+ taxRateId?: string | null;
34871
+ taxBehavior?: ("excluded" | "included") | null;
34872
+ } | null;
34733
34873
  markup?: {
34734
34874
  amount?: number | null;
34735
34875
  taxRateId?: string | null;
@@ -34829,6 +34969,18 @@ export interface operations {
34829
34969
  shortRef?: string | null;
34830
34970
  } | null;
34831
34971
  matchStatus?: string | null;
34972
+ appliedAmount?: {
34973
+ taxBehavior?: ("excluded" | "included") | null;
34974
+ taxRate?: {
34975
+ id: string;
34976
+ name: string;
34977
+ /**
34978
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
34979
+ * @example 100000
34980
+ */
34981
+ basisPoints: number;
34982
+ } | null;
34983
+ } | null;
34832
34984
  markup?: {
34833
34985
  amount?: number | null;
34834
34986
  taxBehavior?: ("excluded" | "included") | null;
@@ -35179,6 +35331,10 @@ export interface operations {
35179
35331
  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;
35180
35332
  /** @description Value in cents (100 = 1€) */
35181
35333
  amount?: number;
35334
+ appliedAmount?: {
35335
+ taxRateId?: string | null;
35336
+ taxBehavior?: ("excluded" | "included") | null;
35337
+ } | null;
35182
35338
  markup?: {
35183
35339
  amount?: number | null;
35184
35340
  taxRateId?: string | null;
@@ -35273,6 +35429,18 @@ export interface operations {
35273
35429
  shortRef?: string | null;
35274
35430
  } | null;
35275
35431
  matchStatus?: string | null;
35432
+ appliedAmount?: {
35433
+ taxBehavior?: ("excluded" | "included") | null;
35434
+ taxRate?: {
35435
+ id: string;
35436
+ name: string;
35437
+ /**
35438
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
35439
+ * @example 100000
35440
+ */
35441
+ basisPoints: number;
35442
+ } | null;
35443
+ } | null;
35276
35444
  markup?: {
35277
35445
  amount?: number | null;
35278
35446
  taxBehavior?: ("excluded" | "included") | null;