@accounter/green-invoice-graphql 0.8.3-alpha-20251218133641-fd4004ae0728a1b8335dd8eec14945fca5071e70 → 0.8.3-alpha-20251218150937-c9e4d785a444cd034c6fae20adf619d540b93bf1
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/cjs/mesh-artifacts/schema.graphql +6 -6
- package/cjs/mesh-artifacts/sources/GreenInvoice/schema.graphql +6 -6
- package/cjs/mesh-artifacts/sources/GreenInvoice/schemaWithAnnotations.js +6 -6
- package/esm/mesh-artifacts/schema.graphql +6 -6
- package/esm/mesh-artifacts/sources/GreenInvoice/schema.graphql +6 -6
- package/esm/mesh-artifacts/sources/GreenInvoice/schemaWithAnnotations.js +6 -6
- package/json-schemas/greenInvoice.json +3 -6
- package/package.json +1 -1
- package/typings/mesh-artifacts/index.d.cts +9 -9
- package/typings/mesh-artifacts/index.d.ts +9 -9
- package/typings/mesh-artifacts/sources/GreenInvoice/types.d.cts +6 -6
- package/typings/mesh-artifacts/sources/GreenInvoice/types.d.ts +6 -6
|
@@ -506,9 +506,9 @@ scalar Date
|
|
|
506
506
|
|
|
507
507
|
type _DOLLAR_defs_Income {
|
|
508
508
|
"""Amount"""
|
|
509
|
-
amount:
|
|
509
|
+
amount: Float
|
|
510
510
|
"""Total amount"""
|
|
511
|
-
amountTotal:
|
|
511
|
+
amountTotal: Float
|
|
512
512
|
"""Catalog number"""
|
|
513
513
|
catalogNum: String
|
|
514
514
|
currency: _DOLLAR_defs_Currency!
|
|
@@ -519,7 +519,7 @@ type _DOLLAR_defs_Income {
|
|
|
519
519
|
"""The ID of the item to attach as income"""
|
|
520
520
|
itemId: String
|
|
521
521
|
"""Item price"""
|
|
522
|
-
price:
|
|
522
|
+
price: Float!
|
|
523
523
|
"""Quantity"""
|
|
524
524
|
quantity: NonNegativeFloat!
|
|
525
525
|
"""VAT amount"""
|
|
@@ -812,9 +812,9 @@ enum queryInput_previewDocument_input_discount_type {
|
|
|
812
812
|
|
|
813
813
|
input _DOLLAR_defs_Income_Input {
|
|
814
814
|
"""Amount"""
|
|
815
|
-
amount:
|
|
815
|
+
amount: Float
|
|
816
816
|
"""Total amount"""
|
|
817
|
-
amountTotal:
|
|
817
|
+
amountTotal: Float
|
|
818
818
|
"""Catalog number"""
|
|
819
819
|
catalogNum: String
|
|
820
820
|
currency: _DOLLAR_defs_Currency!
|
|
@@ -825,7 +825,7 @@ input _DOLLAR_defs_Income_Input {
|
|
|
825
825
|
"""The ID of the item to attach as income"""
|
|
826
826
|
itemId: String
|
|
827
827
|
"""Item price"""
|
|
828
|
-
price:
|
|
828
|
+
price: Float!
|
|
829
829
|
"""Quantity"""
|
|
830
830
|
quantity: NonNegativeFloat!
|
|
831
831
|
"""VAT amount"""
|
|
@@ -483,9 +483,9 @@ scalar Date
|
|
|
483
483
|
|
|
484
484
|
type _DOLLAR_defs_Income {
|
|
485
485
|
"""Amount"""
|
|
486
|
-
amount:
|
|
486
|
+
amount: Float
|
|
487
487
|
"""Total amount"""
|
|
488
|
-
amountTotal:
|
|
488
|
+
amountTotal: Float
|
|
489
489
|
"""Catalog number"""
|
|
490
490
|
catalogNum: String
|
|
491
491
|
currency: _DOLLAR_defs_Currency!
|
|
@@ -496,7 +496,7 @@ type _DOLLAR_defs_Income {
|
|
|
496
496
|
"""The ID of the item to attach as income"""
|
|
497
497
|
itemId: String
|
|
498
498
|
"""Item price"""
|
|
499
|
-
price:
|
|
499
|
+
price: Float!
|
|
500
500
|
"""Quantity"""
|
|
501
501
|
quantity: NonNegativeFloat!
|
|
502
502
|
"""VAT amount"""
|
|
@@ -789,9 +789,9 @@ enum queryInput_previewDocument_input_discount_type {
|
|
|
789
789
|
|
|
790
790
|
input _DOLLAR_defs_Income_Input {
|
|
791
791
|
"""Amount"""
|
|
792
|
-
amount:
|
|
792
|
+
amount: Float
|
|
793
793
|
"""Total amount"""
|
|
794
|
-
amountTotal:
|
|
794
|
+
amountTotal: Float
|
|
795
795
|
"""Catalog number"""
|
|
796
796
|
catalogNum: String
|
|
797
797
|
currency: _DOLLAR_defs_Currency!
|
|
@@ -802,7 +802,7 @@ input _DOLLAR_defs_Income_Input {
|
|
|
802
802
|
"""The ID of the item to attach as income"""
|
|
803
803
|
itemId: String
|
|
804
804
|
"""Item price"""
|
|
805
|
-
price:
|
|
805
|
+
price: Float!
|
|
806
806
|
"""Quantity"""
|
|
807
807
|
quantity: NonNegativeFloat!
|
|
808
808
|
"""VAT amount"""
|
|
@@ -5651,7 +5651,7 @@ const schemaAST = {
|
|
|
5651
5651
|
"kind": "NamedType",
|
|
5652
5652
|
"name": {
|
|
5653
5653
|
"kind": "Name",
|
|
5654
|
-
"value": "
|
|
5654
|
+
"value": "Float"
|
|
5655
5655
|
}
|
|
5656
5656
|
},
|
|
5657
5657
|
"directives": []
|
|
@@ -5672,7 +5672,7 @@ const schemaAST = {
|
|
|
5672
5672
|
"kind": "NamedType",
|
|
5673
5673
|
"name": {
|
|
5674
5674
|
"kind": "Name",
|
|
5675
|
-
"value": "
|
|
5675
|
+
"value": "Float"
|
|
5676
5676
|
}
|
|
5677
5677
|
},
|
|
5678
5678
|
"directives": []
|
|
@@ -5801,7 +5801,7 @@ const schemaAST = {
|
|
|
5801
5801
|
"kind": "NamedType",
|
|
5802
5802
|
"name": {
|
|
5803
5803
|
"kind": "Name",
|
|
5804
|
-
"value": "
|
|
5804
|
+
"value": "Float"
|
|
5805
5805
|
}
|
|
5806
5806
|
}
|
|
5807
5807
|
},
|
|
@@ -10376,7 +10376,7 @@ const schemaAST = {
|
|
|
10376
10376
|
"kind": "NamedType",
|
|
10377
10377
|
"name": {
|
|
10378
10378
|
"kind": "Name",
|
|
10379
|
-
"value": "
|
|
10379
|
+
"value": "Float"
|
|
10380
10380
|
}
|
|
10381
10381
|
},
|
|
10382
10382
|
"directives": []
|
|
@@ -10396,7 +10396,7 @@ const schemaAST = {
|
|
|
10396
10396
|
"kind": "NamedType",
|
|
10397
10397
|
"name": {
|
|
10398
10398
|
"kind": "Name",
|
|
10399
|
-
"value": "
|
|
10399
|
+
"value": "Float"
|
|
10400
10400
|
}
|
|
10401
10401
|
},
|
|
10402
10402
|
"directives": []
|
|
@@ -10519,7 +10519,7 @@ const schemaAST = {
|
|
|
10519
10519
|
"kind": "NamedType",
|
|
10520
10520
|
"name": {
|
|
10521
10521
|
"kind": "Name",
|
|
10522
|
-
"value": "
|
|
10522
|
+
"value": "Float"
|
|
10523
10523
|
}
|
|
10524
10524
|
}
|
|
10525
10525
|
},
|
|
@@ -506,9 +506,9 @@ scalar Date
|
|
|
506
506
|
|
|
507
507
|
type _DOLLAR_defs_Income {
|
|
508
508
|
"""Amount"""
|
|
509
|
-
amount:
|
|
509
|
+
amount: Float
|
|
510
510
|
"""Total amount"""
|
|
511
|
-
amountTotal:
|
|
511
|
+
amountTotal: Float
|
|
512
512
|
"""Catalog number"""
|
|
513
513
|
catalogNum: String
|
|
514
514
|
currency: _DOLLAR_defs_Currency!
|
|
@@ -519,7 +519,7 @@ type _DOLLAR_defs_Income {
|
|
|
519
519
|
"""The ID of the item to attach as income"""
|
|
520
520
|
itemId: String
|
|
521
521
|
"""Item price"""
|
|
522
|
-
price:
|
|
522
|
+
price: Float!
|
|
523
523
|
"""Quantity"""
|
|
524
524
|
quantity: NonNegativeFloat!
|
|
525
525
|
"""VAT amount"""
|
|
@@ -812,9 +812,9 @@ enum queryInput_previewDocument_input_discount_type {
|
|
|
812
812
|
|
|
813
813
|
input _DOLLAR_defs_Income_Input {
|
|
814
814
|
"""Amount"""
|
|
815
|
-
amount:
|
|
815
|
+
amount: Float
|
|
816
816
|
"""Total amount"""
|
|
817
|
-
amountTotal:
|
|
817
|
+
amountTotal: Float
|
|
818
818
|
"""Catalog number"""
|
|
819
819
|
catalogNum: String
|
|
820
820
|
currency: _DOLLAR_defs_Currency!
|
|
@@ -825,7 +825,7 @@ input _DOLLAR_defs_Income_Input {
|
|
|
825
825
|
"""The ID of the item to attach as income"""
|
|
826
826
|
itemId: String
|
|
827
827
|
"""Item price"""
|
|
828
|
-
price:
|
|
828
|
+
price: Float!
|
|
829
829
|
"""Quantity"""
|
|
830
830
|
quantity: NonNegativeFloat!
|
|
831
831
|
"""VAT amount"""
|
|
@@ -483,9 +483,9 @@ scalar Date
|
|
|
483
483
|
|
|
484
484
|
type _DOLLAR_defs_Income {
|
|
485
485
|
"""Amount"""
|
|
486
|
-
amount:
|
|
486
|
+
amount: Float
|
|
487
487
|
"""Total amount"""
|
|
488
|
-
amountTotal:
|
|
488
|
+
amountTotal: Float
|
|
489
489
|
"""Catalog number"""
|
|
490
490
|
catalogNum: String
|
|
491
491
|
currency: _DOLLAR_defs_Currency!
|
|
@@ -496,7 +496,7 @@ type _DOLLAR_defs_Income {
|
|
|
496
496
|
"""The ID of the item to attach as income"""
|
|
497
497
|
itemId: String
|
|
498
498
|
"""Item price"""
|
|
499
|
-
price:
|
|
499
|
+
price: Float!
|
|
500
500
|
"""Quantity"""
|
|
501
501
|
quantity: NonNegativeFloat!
|
|
502
502
|
"""VAT amount"""
|
|
@@ -789,9 +789,9 @@ enum queryInput_previewDocument_input_discount_type {
|
|
|
789
789
|
|
|
790
790
|
input _DOLLAR_defs_Income_Input {
|
|
791
791
|
"""Amount"""
|
|
792
|
-
amount:
|
|
792
|
+
amount: Float
|
|
793
793
|
"""Total amount"""
|
|
794
|
-
amountTotal:
|
|
794
|
+
amountTotal: Float
|
|
795
795
|
"""Catalog number"""
|
|
796
796
|
catalogNum: String
|
|
797
797
|
currency: _DOLLAR_defs_Currency!
|
|
@@ -802,7 +802,7 @@ input _DOLLAR_defs_Income_Input {
|
|
|
802
802
|
"""The ID of the item to attach as income"""
|
|
803
803
|
itemId: String
|
|
804
804
|
"""Item price"""
|
|
805
|
-
price:
|
|
805
|
+
price: Float!
|
|
806
806
|
"""Quantity"""
|
|
807
807
|
quantity: NonNegativeFloat!
|
|
808
808
|
"""VAT amount"""
|
|
@@ -5649,7 +5649,7 @@ const schemaAST = {
|
|
|
5649
5649
|
"kind": "NamedType",
|
|
5650
5650
|
"name": {
|
|
5651
5651
|
"kind": "Name",
|
|
5652
|
-
"value": "
|
|
5652
|
+
"value": "Float"
|
|
5653
5653
|
}
|
|
5654
5654
|
},
|
|
5655
5655
|
"directives": []
|
|
@@ -5670,7 +5670,7 @@ const schemaAST = {
|
|
|
5670
5670
|
"kind": "NamedType",
|
|
5671
5671
|
"name": {
|
|
5672
5672
|
"kind": "Name",
|
|
5673
|
-
"value": "
|
|
5673
|
+
"value": "Float"
|
|
5674
5674
|
}
|
|
5675
5675
|
},
|
|
5676
5676
|
"directives": []
|
|
@@ -5799,7 +5799,7 @@ const schemaAST = {
|
|
|
5799
5799
|
"kind": "NamedType",
|
|
5800
5800
|
"name": {
|
|
5801
5801
|
"kind": "Name",
|
|
5802
|
-
"value": "
|
|
5802
|
+
"value": "Float"
|
|
5803
5803
|
}
|
|
5804
5804
|
}
|
|
5805
5805
|
},
|
|
@@ -10374,7 +10374,7 @@ const schemaAST = {
|
|
|
10374
10374
|
"kind": "NamedType",
|
|
10375
10375
|
"name": {
|
|
10376
10376
|
"kind": "Name",
|
|
10377
|
-
"value": "
|
|
10377
|
+
"value": "Float"
|
|
10378
10378
|
}
|
|
10379
10379
|
},
|
|
10380
10380
|
"directives": []
|
|
@@ -10394,7 +10394,7 @@ const schemaAST = {
|
|
|
10394
10394
|
"kind": "NamedType",
|
|
10395
10395
|
"name": {
|
|
10396
10396
|
"kind": "Name",
|
|
10397
|
-
"value": "
|
|
10397
|
+
"value": "Float"
|
|
10398
10398
|
}
|
|
10399
10399
|
},
|
|
10400
10400
|
"directives": []
|
|
@@ -10517,7 +10517,7 @@ const schemaAST = {
|
|
|
10517
10517
|
"kind": "NamedType",
|
|
10518
10518
|
"name": {
|
|
10519
10519
|
"kind": "Name",
|
|
10520
|
-
"value": "
|
|
10520
|
+
"value": "Float"
|
|
10521
10521
|
}
|
|
10522
10522
|
}
|
|
10523
10523
|
},
|
|
@@ -2328,14 +2328,12 @@
|
|
|
2328
2328
|
"amount": {
|
|
2329
2329
|
"type": "number",
|
|
2330
2330
|
"description": "Amount",
|
|
2331
|
-
"examples": [354]
|
|
2332
|
-
"minimum": 0
|
|
2331
|
+
"examples": [354]
|
|
2333
2332
|
},
|
|
2334
2333
|
"amountTotal": {
|
|
2335
2334
|
"type": "number",
|
|
2336
2335
|
"description": "Total amount",
|
|
2337
|
-
"examples": [354]
|
|
2338
|
-
"minimum": 0
|
|
2336
|
+
"examples": [354]
|
|
2339
2337
|
},
|
|
2340
2338
|
"catalogNum": {
|
|
2341
2339
|
"type": "string",
|
|
@@ -2362,8 +2360,7 @@
|
|
|
2362
2360
|
"price": {
|
|
2363
2361
|
"type": "number",
|
|
2364
2362
|
"description": "Item price",
|
|
2365
|
-
"examples": [300]
|
|
2366
|
-
"minimum": 0
|
|
2363
|
+
"examples": [300]
|
|
2367
2364
|
},
|
|
2368
2365
|
"quantity": {
|
|
2369
2366
|
"type": "number",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@accounter/green-invoice-graphql",
|
|
3
|
-
"version": "0.8.3-alpha-
|
|
3
|
+
"version": "0.8.3-alpha-20251218150937-c9e4d785a444cd034c6fae20adf619d540b93bf1",
|
|
4
4
|
"description": "Graphql proxy for Green Invoice API",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@graphql-mesh/config": "0.108.21",
|
|
@@ -321,9 +321,9 @@ export type _DOLLAR_defs_DocumentData = {
|
|
|
321
321
|
};
|
|
322
322
|
export type _DOLLAR_defs_Income = {
|
|
323
323
|
/** Amount */
|
|
324
|
-
amount?: Maybe<Scalars['
|
|
324
|
+
amount?: Maybe<Scalars['Float']['output']>;
|
|
325
325
|
/** Total amount */
|
|
326
|
-
amountTotal?: Maybe<Scalars['
|
|
326
|
+
amountTotal?: Maybe<Scalars['Float']['output']>;
|
|
327
327
|
/** Catalog number */
|
|
328
328
|
catalogNum?: Maybe<Scalars['String']['output']>;
|
|
329
329
|
currency: _DOLLAR_defs_Currency;
|
|
@@ -334,7 +334,7 @@ export type _DOLLAR_defs_Income = {
|
|
|
334
334
|
/** The ID of the item to attach as income */
|
|
335
335
|
itemId?: Maybe<Scalars['String']['output']>;
|
|
336
336
|
/** Item price */
|
|
337
|
-
price: Scalars['
|
|
337
|
+
price: Scalars['Float']['output'];
|
|
338
338
|
/** Quantity */
|
|
339
339
|
quantity: Scalars['NonNegativeFloat']['output'];
|
|
340
340
|
/** VAT amount */
|
|
@@ -508,9 +508,9 @@ export type _DOLLAR_defs_DocumentDiscount_Input = {
|
|
|
508
508
|
export type queryInput_previewDocument_input_discount_type = 'sum' | 'percentage';
|
|
509
509
|
export type _DOLLAR_defs_Income_Input = {
|
|
510
510
|
/** Amount */
|
|
511
|
-
amount?: InputMaybe<Scalars['
|
|
511
|
+
amount?: InputMaybe<Scalars['Float']['input']>;
|
|
512
512
|
/** Total amount */
|
|
513
|
-
amountTotal?: InputMaybe<Scalars['
|
|
513
|
+
amountTotal?: InputMaybe<Scalars['Float']['input']>;
|
|
514
514
|
/** Catalog number */
|
|
515
515
|
catalogNum?: InputMaybe<Scalars['String']['input']>;
|
|
516
516
|
currency: _DOLLAR_defs_Currency;
|
|
@@ -521,7 +521,7 @@ export type _DOLLAR_defs_Income_Input = {
|
|
|
521
521
|
/** The ID of the item to attach as income */
|
|
522
522
|
itemId?: InputMaybe<Scalars['String']['input']>;
|
|
523
523
|
/** Item price */
|
|
524
|
-
price: Scalars['
|
|
524
|
+
price: Scalars['Float']['input'];
|
|
525
525
|
/** Quantity */
|
|
526
526
|
quantity: Scalars['NonNegativeFloat']['input'];
|
|
527
527
|
/** VAT amount */
|
|
@@ -1801,14 +1801,14 @@ export interface DateScalarConfig extends GraphQLScalarTypeConfig<ResolversTypes
|
|
|
1801
1801
|
name: 'Date';
|
|
1802
1802
|
}
|
|
1803
1803
|
export type _DOLLAR_defs_IncomeResolvers<ContextType = MeshContext, ParentType extends ResolversParentTypes['_DOLLAR_defs_Income'] = ResolversParentTypes['_DOLLAR_defs_Income']> = ResolversObject<{
|
|
1804
|
-
amount?: Resolver<Maybe<ResolversTypes['
|
|
1805
|
-
amountTotal?: Resolver<Maybe<ResolversTypes['
|
|
1804
|
+
amount?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
|
1805
|
+
amountTotal?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
|
1806
1806
|
catalogNum?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
|
1807
1807
|
currency?: Resolver<ResolversTypes['_DOLLAR_defs_Currency'], ParentType, ContextType>;
|
|
1808
1808
|
currencyRate?: Resolver<Maybe<ResolversTypes['NonNegativeFloat']>, ParentType, ContextType>;
|
|
1809
1809
|
description?: Resolver<ResolversTypes['NonEmptyString'], ParentType, ContextType>;
|
|
1810
1810
|
itemId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
|
1811
|
-
price?: Resolver<ResolversTypes['
|
|
1811
|
+
price?: Resolver<ResolversTypes['Float'], ParentType, ContextType>;
|
|
1812
1812
|
quantity?: Resolver<ResolversTypes['NonNegativeFloat'], ParentType, ContextType>;
|
|
1813
1813
|
vat?: Resolver<Maybe<ResolversTypes['NonNegativeFloat']>, ParentType, ContextType>;
|
|
1814
1814
|
vatRate?: Resolver<Maybe<ResolversTypes['NonNegativeFloat']>, ParentType, ContextType>;
|
|
@@ -321,9 +321,9 @@ export type _DOLLAR_defs_DocumentData = {
|
|
|
321
321
|
};
|
|
322
322
|
export type _DOLLAR_defs_Income = {
|
|
323
323
|
/** Amount */
|
|
324
|
-
amount?: Maybe<Scalars['
|
|
324
|
+
amount?: Maybe<Scalars['Float']['output']>;
|
|
325
325
|
/** Total amount */
|
|
326
|
-
amountTotal?: Maybe<Scalars['
|
|
326
|
+
amountTotal?: Maybe<Scalars['Float']['output']>;
|
|
327
327
|
/** Catalog number */
|
|
328
328
|
catalogNum?: Maybe<Scalars['String']['output']>;
|
|
329
329
|
currency: _DOLLAR_defs_Currency;
|
|
@@ -334,7 +334,7 @@ export type _DOLLAR_defs_Income = {
|
|
|
334
334
|
/** The ID of the item to attach as income */
|
|
335
335
|
itemId?: Maybe<Scalars['String']['output']>;
|
|
336
336
|
/** Item price */
|
|
337
|
-
price: Scalars['
|
|
337
|
+
price: Scalars['Float']['output'];
|
|
338
338
|
/** Quantity */
|
|
339
339
|
quantity: Scalars['NonNegativeFloat']['output'];
|
|
340
340
|
/** VAT amount */
|
|
@@ -508,9 +508,9 @@ export type _DOLLAR_defs_DocumentDiscount_Input = {
|
|
|
508
508
|
export type queryInput_previewDocument_input_discount_type = 'sum' | 'percentage';
|
|
509
509
|
export type _DOLLAR_defs_Income_Input = {
|
|
510
510
|
/** Amount */
|
|
511
|
-
amount?: InputMaybe<Scalars['
|
|
511
|
+
amount?: InputMaybe<Scalars['Float']['input']>;
|
|
512
512
|
/** Total amount */
|
|
513
|
-
amountTotal?: InputMaybe<Scalars['
|
|
513
|
+
amountTotal?: InputMaybe<Scalars['Float']['input']>;
|
|
514
514
|
/** Catalog number */
|
|
515
515
|
catalogNum?: InputMaybe<Scalars['String']['input']>;
|
|
516
516
|
currency: _DOLLAR_defs_Currency;
|
|
@@ -521,7 +521,7 @@ export type _DOLLAR_defs_Income_Input = {
|
|
|
521
521
|
/** The ID of the item to attach as income */
|
|
522
522
|
itemId?: InputMaybe<Scalars['String']['input']>;
|
|
523
523
|
/** Item price */
|
|
524
|
-
price: Scalars['
|
|
524
|
+
price: Scalars['Float']['input'];
|
|
525
525
|
/** Quantity */
|
|
526
526
|
quantity: Scalars['NonNegativeFloat']['input'];
|
|
527
527
|
/** VAT amount */
|
|
@@ -1801,14 +1801,14 @@ export interface DateScalarConfig extends GraphQLScalarTypeConfig<ResolversTypes
|
|
|
1801
1801
|
name: 'Date';
|
|
1802
1802
|
}
|
|
1803
1803
|
export type _DOLLAR_defs_IncomeResolvers<ContextType = MeshContext, ParentType extends ResolversParentTypes['_DOLLAR_defs_Income'] = ResolversParentTypes['_DOLLAR_defs_Income']> = ResolversObject<{
|
|
1804
|
-
amount?: Resolver<Maybe<ResolversTypes['
|
|
1805
|
-
amountTotal?: Resolver<Maybe<ResolversTypes['
|
|
1804
|
+
amount?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
|
1805
|
+
amountTotal?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
|
|
1806
1806
|
catalogNum?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
|
1807
1807
|
currency?: Resolver<ResolversTypes['_DOLLAR_defs_Currency'], ParentType, ContextType>;
|
|
1808
1808
|
currencyRate?: Resolver<Maybe<ResolversTypes['NonNegativeFloat']>, ParentType, ContextType>;
|
|
1809
1809
|
description?: Resolver<ResolversTypes['NonEmptyString'], ParentType, ContextType>;
|
|
1810
1810
|
itemId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
|
1811
|
-
price?: Resolver<ResolversTypes['
|
|
1811
|
+
price?: Resolver<ResolversTypes['Float'], ParentType, ContextType>;
|
|
1812
1812
|
quantity?: Resolver<ResolversTypes['NonNegativeFloat'], ParentType, ContextType>;
|
|
1813
1813
|
vat?: Resolver<Maybe<ResolversTypes['NonNegativeFloat']>, ParentType, ContextType>;
|
|
1814
1814
|
vatRate?: Resolver<Maybe<ResolversTypes['NonNegativeFloat']>, ParentType, ContextType>;
|
|
@@ -264,9 +264,9 @@ export declare namespace GreenInvoiceTypes {
|
|
|
264
264
|
};
|
|
265
265
|
type _DOLLAR_defs_Income = {
|
|
266
266
|
/** Amount */
|
|
267
|
-
amount?: Maybe<Scalars['
|
|
267
|
+
amount?: Maybe<Scalars['Float']['output']>;
|
|
268
268
|
/** Total amount */
|
|
269
|
-
amountTotal?: Maybe<Scalars['
|
|
269
|
+
amountTotal?: Maybe<Scalars['Float']['output']>;
|
|
270
270
|
/** Catalog number */
|
|
271
271
|
catalogNum?: Maybe<Scalars['String']['output']>;
|
|
272
272
|
currency: _DOLLAR_defs_Currency;
|
|
@@ -277,7 +277,7 @@ export declare namespace GreenInvoiceTypes {
|
|
|
277
277
|
/** The ID of the item to attach as income */
|
|
278
278
|
itemId?: Maybe<Scalars['String']['output']>;
|
|
279
279
|
/** Item price */
|
|
280
|
-
price: Scalars['
|
|
280
|
+
price: Scalars['Float']['output'];
|
|
281
281
|
/** Quantity */
|
|
282
282
|
quantity: Scalars['NonNegativeFloat']['output'];
|
|
283
283
|
/** VAT amount */
|
|
@@ -451,9 +451,9 @@ export declare namespace GreenInvoiceTypes {
|
|
|
451
451
|
type queryInput_previewDocument_input_discount_type = 'sum' | 'percentage';
|
|
452
452
|
type _DOLLAR_defs_Income_Input = {
|
|
453
453
|
/** Amount */
|
|
454
|
-
amount?: InputMaybe<Scalars['
|
|
454
|
+
amount?: InputMaybe<Scalars['Float']['input']>;
|
|
455
455
|
/** Total amount */
|
|
456
|
-
amountTotal?: InputMaybe<Scalars['
|
|
456
|
+
amountTotal?: InputMaybe<Scalars['Float']['input']>;
|
|
457
457
|
/** Catalog number */
|
|
458
458
|
catalogNum?: InputMaybe<Scalars['String']['input']>;
|
|
459
459
|
currency: _DOLLAR_defs_Currency;
|
|
@@ -464,7 +464,7 @@ export declare namespace GreenInvoiceTypes {
|
|
|
464
464
|
/** The ID of the item to attach as income */
|
|
465
465
|
itemId?: InputMaybe<Scalars['String']['input']>;
|
|
466
466
|
/** Item price */
|
|
467
|
-
price: Scalars['
|
|
467
|
+
price: Scalars['Float']['input'];
|
|
468
468
|
/** Quantity */
|
|
469
469
|
quantity: Scalars['NonNegativeFloat']['input'];
|
|
470
470
|
/** VAT amount */
|
|
@@ -264,9 +264,9 @@ export declare namespace GreenInvoiceTypes {
|
|
|
264
264
|
};
|
|
265
265
|
type _DOLLAR_defs_Income = {
|
|
266
266
|
/** Amount */
|
|
267
|
-
amount?: Maybe<Scalars['
|
|
267
|
+
amount?: Maybe<Scalars['Float']['output']>;
|
|
268
268
|
/** Total amount */
|
|
269
|
-
amountTotal?: Maybe<Scalars['
|
|
269
|
+
amountTotal?: Maybe<Scalars['Float']['output']>;
|
|
270
270
|
/** Catalog number */
|
|
271
271
|
catalogNum?: Maybe<Scalars['String']['output']>;
|
|
272
272
|
currency: _DOLLAR_defs_Currency;
|
|
@@ -277,7 +277,7 @@ export declare namespace GreenInvoiceTypes {
|
|
|
277
277
|
/** The ID of the item to attach as income */
|
|
278
278
|
itemId?: Maybe<Scalars['String']['output']>;
|
|
279
279
|
/** Item price */
|
|
280
|
-
price: Scalars['
|
|
280
|
+
price: Scalars['Float']['output'];
|
|
281
281
|
/** Quantity */
|
|
282
282
|
quantity: Scalars['NonNegativeFloat']['output'];
|
|
283
283
|
/** VAT amount */
|
|
@@ -451,9 +451,9 @@ export declare namespace GreenInvoiceTypes {
|
|
|
451
451
|
type queryInput_previewDocument_input_discount_type = 'sum' | 'percentage';
|
|
452
452
|
type _DOLLAR_defs_Income_Input = {
|
|
453
453
|
/** Amount */
|
|
454
|
-
amount?: InputMaybe<Scalars['
|
|
454
|
+
amount?: InputMaybe<Scalars['Float']['input']>;
|
|
455
455
|
/** Total amount */
|
|
456
|
-
amountTotal?: InputMaybe<Scalars['
|
|
456
|
+
amountTotal?: InputMaybe<Scalars['Float']['input']>;
|
|
457
457
|
/** Catalog number */
|
|
458
458
|
catalogNum?: InputMaybe<Scalars['String']['input']>;
|
|
459
459
|
currency: _DOLLAR_defs_Currency;
|
|
@@ -464,7 +464,7 @@ export declare namespace GreenInvoiceTypes {
|
|
|
464
464
|
/** The ID of the item to attach as income */
|
|
465
465
|
itemId?: InputMaybe<Scalars['String']['input']>;
|
|
466
466
|
/** Item price */
|
|
467
|
-
price: Scalars['
|
|
467
|
+
price: Scalars['Float']['input'];
|
|
468
468
|
/** Quantity */
|
|
469
469
|
quantity: Scalars['NonNegativeFloat']['input'];
|
|
470
470
|
/** VAT amount */
|