@vrplatform/graphql 1.1.48 → 1.1.50

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.
@@ -292,6 +292,8 @@ export type accountAssignmentType_enum =
292
292
  | "expense_reimbursement"
293
293
  | "expense_salesTax"
294
294
  | "openingBalance"
295
+ | "payout_bankAccount"
296
+ | "payout_distribution"
295
297
  | "transfer"
296
298
  | "transfer_ownerPayout";
297
299
 
@@ -292,6 +292,8 @@ export type accountAssignmentType_enum =
292
292
  | "expense_reimbursement"
293
293
  | "expense_salesTax"
294
294
  | "openingBalance"
295
+ | "payout_bankAccount"
296
+ | "payout_distribution"
295
297
  | "transfer"
296
298
  | "transfer_ownerPayout";
297
299
 
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "!**/*.spec.*",
11
11
  "LICENSE"
12
12
  ],
13
- "version": "1.1.48",
13
+ "version": "1.1.50",
14
14
  "description": "Finalytic graphql",
15
15
  "main": "build/main/index.js",
16
16
  "module": "build/module/index.js",
@@ -292,6 +292,8 @@ export type accountAssignmentType_enum =
292
292
  | "expense_reimbursement"
293
293
  | "expense_salesTax"
294
294
  | "openingBalance"
295
+ | "payout_bankAccount"
296
+ | "payout_distribution"
295
297
  | "transfer"
296
298
  | "transfer_ownerPayout";
297
299