@vrplatform/graphql 1.1.51 → 1.1.52
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.
|
@@ -293,9 +293,7 @@ export type accountAssignmentType_enum =
|
|
|
293
293
|
| "expense_salesTax"
|
|
294
294
|
| "openingBalance"
|
|
295
295
|
| "payout_bankAccount"
|
|
296
|
-
| "payout_distribution"
|
|
297
|
-
| "transfer"
|
|
298
|
-
| "transfer_ownerPayout";
|
|
296
|
+
| "payout_distribution";
|
|
299
297
|
|
|
300
298
|
/** Boolean expression to compare columns of type "accountAssignmentType_enum". All fields are combined with logical 'AND'. */
|
|
301
299
|
export interface accountAssignmentType_enum_comparison_exp {
|
|
@@ -293,9 +293,7 @@ export type accountAssignmentType_enum =
|
|
|
293
293
|
| "expense_salesTax"
|
|
294
294
|
| "openingBalance"
|
|
295
295
|
| "payout_bankAccount"
|
|
296
|
-
| "payout_distribution"
|
|
297
|
-
| "transfer"
|
|
298
|
-
| "transfer_ownerPayout";
|
|
296
|
+
| "payout_distribution";
|
|
299
297
|
|
|
300
298
|
/** Boolean expression to compare columns of type "accountAssignmentType_enum". All fields are combined with logical 'AND'. */
|
|
301
299
|
export interface accountAssignmentType_enum_comparison_exp {
|
package/package.json
CHANGED
|
@@ -293,9 +293,7 @@ export type accountAssignmentType_enum =
|
|
|
293
293
|
| "expense_salesTax"
|
|
294
294
|
| "openingBalance"
|
|
295
295
|
| "payout_bankAccount"
|
|
296
|
-
| "payout_distribution"
|
|
297
|
-
| "transfer"
|
|
298
|
-
| "transfer_ownerPayout";
|
|
296
|
+
| "payout_distribution";
|
|
299
297
|
|
|
300
298
|
/** Boolean expression to compare columns of type "accountAssignmentType_enum". All fields are combined with logical 'AND'. */
|
|
301
299
|
export interface accountAssignmentType_enum_comparison_exp {
|