@vrplatform/api 1.3.1-stage.2338 → 1.3.1-stage.2340
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
|
@@ -7348,6 +7348,7 @@ export interface operations {
|
|
|
7348
7348
|
description: string;
|
|
7349
7349
|
accountId?: string | null;
|
|
7350
7350
|
assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution") | null;
|
|
7351
|
+
/** @description Value in cents (100 = 1€) */
|
|
7351
7352
|
amount: number;
|
|
7352
7353
|
appliedAmount?: {
|
|
7353
7354
|
taxRateId?: string | null;
|
|
@@ -7894,6 +7895,7 @@ export interface operations {
|
|
|
7894
7895
|
description: string;
|
|
7895
7896
|
accountId?: string | null;
|
|
7896
7897
|
assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution") | null;
|
|
7898
|
+
/** @description Value in cents (100 = 1€) */
|
|
7897
7899
|
amount: number;
|
|
7898
7900
|
appliedAmount?: {
|
|
7899
7901
|
taxRateId?: string | null;
|
|
@@ -8694,6 +8696,7 @@ export interface operations {
|
|
|
8694
8696
|
description: string;
|
|
8695
8697
|
accountId?: string | null;
|
|
8696
8698
|
assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution") | null;
|
|
8699
|
+
/** @description Value in cents (100 = 1€) */
|
|
8697
8700
|
amount: number;
|
|
8698
8701
|
appliedAmount?: {
|
|
8699
8702
|
taxRateId?: string | null;
|
|
@@ -9439,6 +9442,7 @@ export interface operations {
|
|
|
9439
9442
|
description: string;
|
|
9440
9443
|
accountId?: string | null;
|
|
9441
9444
|
assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "openingBalance" | "payout_bankAccount" | "payout_distribution") | null;
|
|
9445
|
+
/** @description Value in cents (100 = 1€) */
|
|
9442
9446
|
amount: number;
|
|
9443
9447
|
appliedAmount?: {
|
|
9444
9448
|
taxRateId?: string | null;
|