@accounter/green-invoice-graphql 0.8.3-alpha-20251218150937-c9e4d785a444cd034c6fae20adf619d540b93bf1 → 0.8.3-alpha-20251218153107-98ad39916d5d8d076295c2179eeae21f004f4423

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.
@@ -506,9 +506,9 @@ scalar Date
506
506
 
507
507
  type _DOLLAR_defs_Income {
508
508
  """Amount"""
509
- amount: Float
509
+ amount: NonNegativeFloat
510
510
  """Total amount"""
511
- amountTotal: Float
511
+ amountTotal: NonNegativeFloat
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: Float!
522
+ price: NonNegativeFloat!
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: Float
815
+ amount: NonNegativeFloat
816
816
  """Total amount"""
817
- amountTotal: Float
817
+ amountTotal: NonNegativeFloat
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: Float!
828
+ price: NonNegativeFloat!
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: Float
486
+ amount: NonNegativeFloat
487
487
  """Total amount"""
488
- amountTotal: Float
488
+ amountTotal: NonNegativeFloat
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: Float!
499
+ price: NonNegativeFloat!
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: Float
792
+ amount: NonNegativeFloat
793
793
  """Total amount"""
794
- amountTotal: Float
794
+ amountTotal: NonNegativeFloat
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: Float!
805
+ price: NonNegativeFloat!
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": "Float"
5654
+ "value": "NonNegativeFloat"
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": "Float"
5675
+ "value": "NonNegativeFloat"
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": "Float"
5804
+ "value": "NonNegativeFloat"
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": "Float"
10379
+ "value": "NonNegativeFloat"
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": "Float"
10399
+ "value": "NonNegativeFloat"
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": "Float"
10522
+ "value": "NonNegativeFloat"
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: Float
509
+ amount: NonNegativeFloat
510
510
  """Total amount"""
511
- amountTotal: Float
511
+ amountTotal: NonNegativeFloat
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: Float!
522
+ price: NonNegativeFloat!
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: Float
815
+ amount: NonNegativeFloat
816
816
  """Total amount"""
817
- amountTotal: Float
817
+ amountTotal: NonNegativeFloat
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: Float!
828
+ price: NonNegativeFloat!
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: Float
486
+ amount: NonNegativeFloat
487
487
  """Total amount"""
488
- amountTotal: Float
488
+ amountTotal: NonNegativeFloat
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: Float!
499
+ price: NonNegativeFloat!
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: Float
792
+ amount: NonNegativeFloat
793
793
  """Total amount"""
794
- amountTotal: Float
794
+ amountTotal: NonNegativeFloat
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: Float!
805
+ price: NonNegativeFloat!
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": "Float"
5652
+ "value": "NonNegativeFloat"
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": "Float"
5673
+ "value": "NonNegativeFloat"
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": "Float"
5802
+ "value": "NonNegativeFloat"
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": "Float"
10377
+ "value": "NonNegativeFloat"
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": "Float"
10397
+ "value": "NonNegativeFloat"
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": "Float"
10520
+ "value": "NonNegativeFloat"
10521
10521
  }
10522
10522
  }
10523
10523
  },
@@ -2328,12 +2328,14 @@
2328
2328
  "amount": {
2329
2329
  "type": "number",
2330
2330
  "description": "Amount",
2331
- "examples": [354]
2331
+ "examples": [354],
2332
+ "minimum": 0
2332
2333
  },
2333
2334
  "amountTotal": {
2334
2335
  "type": "number",
2335
2336
  "description": "Total amount",
2336
- "examples": [354]
2337
+ "examples": [354],
2338
+ "minimum": 0
2337
2339
  },
2338
2340
  "catalogNum": {
2339
2341
  "type": "string",
@@ -2360,7 +2362,8 @@
2360
2362
  "price": {
2361
2363
  "type": "number",
2362
2364
  "description": "Item price",
2363
- "examples": [300]
2365
+ "examples": [300],
2366
+ "minimum": 0
2364
2367
  },
2365
2368
  "quantity": {
2366
2369
  "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-20251218150937-c9e4d785a444cd034c6fae20adf619d540b93bf1",
3
+ "version": "0.8.3-alpha-20251218153107-98ad39916d5d8d076295c2179eeae21f004f4423",
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['Float']['output']>;
324
+ amount?: Maybe<Scalars['NonNegativeFloat']['output']>;
325
325
  /** Total amount */
326
- amountTotal?: Maybe<Scalars['Float']['output']>;
326
+ amountTotal?: Maybe<Scalars['NonNegativeFloat']['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['Float']['output'];
337
+ price: Scalars['NonNegativeFloat']['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['Float']['input']>;
511
+ amount?: InputMaybe<Scalars['NonNegativeFloat']['input']>;
512
512
  /** Total amount */
513
- amountTotal?: InputMaybe<Scalars['Float']['input']>;
513
+ amountTotal?: InputMaybe<Scalars['NonNegativeFloat']['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['Float']['input'];
524
+ price: Scalars['NonNegativeFloat']['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['Float']>, ParentType, ContextType>;
1805
- amountTotal?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
1804
+ amount?: Resolver<Maybe<ResolversTypes['NonNegativeFloat']>, ParentType, ContextType>;
1805
+ amountTotal?: Resolver<Maybe<ResolversTypes['NonNegativeFloat']>, 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['Float'], ParentType, ContextType>;
1811
+ price?: Resolver<ResolversTypes['NonNegativeFloat'], 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['Float']['output']>;
324
+ amount?: Maybe<Scalars['NonNegativeFloat']['output']>;
325
325
  /** Total amount */
326
- amountTotal?: Maybe<Scalars['Float']['output']>;
326
+ amountTotal?: Maybe<Scalars['NonNegativeFloat']['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['Float']['output'];
337
+ price: Scalars['NonNegativeFloat']['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['Float']['input']>;
511
+ amount?: InputMaybe<Scalars['NonNegativeFloat']['input']>;
512
512
  /** Total amount */
513
- amountTotal?: InputMaybe<Scalars['Float']['input']>;
513
+ amountTotal?: InputMaybe<Scalars['NonNegativeFloat']['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['Float']['input'];
524
+ price: Scalars['NonNegativeFloat']['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['Float']>, ParentType, ContextType>;
1805
- amountTotal?: Resolver<Maybe<ResolversTypes['Float']>, ParentType, ContextType>;
1804
+ amount?: Resolver<Maybe<ResolversTypes['NonNegativeFloat']>, ParentType, ContextType>;
1805
+ amountTotal?: Resolver<Maybe<ResolversTypes['NonNegativeFloat']>, 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['Float'], ParentType, ContextType>;
1811
+ price?: Resolver<ResolversTypes['NonNegativeFloat'], 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['Float']['output']>;
267
+ amount?: Maybe<Scalars['NonNegativeFloat']['output']>;
268
268
  /** Total amount */
269
- amountTotal?: Maybe<Scalars['Float']['output']>;
269
+ amountTotal?: Maybe<Scalars['NonNegativeFloat']['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['Float']['output'];
280
+ price: Scalars['NonNegativeFloat']['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['Float']['input']>;
454
+ amount?: InputMaybe<Scalars['NonNegativeFloat']['input']>;
455
455
  /** Total amount */
456
- amountTotal?: InputMaybe<Scalars['Float']['input']>;
456
+ amountTotal?: InputMaybe<Scalars['NonNegativeFloat']['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['Float']['input'];
467
+ price: Scalars['NonNegativeFloat']['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['Float']['output']>;
267
+ amount?: Maybe<Scalars['NonNegativeFloat']['output']>;
268
268
  /** Total amount */
269
- amountTotal?: Maybe<Scalars['Float']['output']>;
269
+ amountTotal?: Maybe<Scalars['NonNegativeFloat']['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['Float']['output'];
280
+ price: Scalars['NonNegativeFloat']['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['Float']['input']>;
454
+ amount?: InputMaybe<Scalars['NonNegativeFloat']['input']>;
455
455
  /** Total amount */
456
- amountTotal?: InputMaybe<Scalars['Float']['input']>;
456
+ amountTotal?: InputMaybe<Scalars['NonNegativeFloat']['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['Float']['input'];
467
+ price: Scalars['NonNegativeFloat']['input'];
468
468
  /** Quantity */
469
469
  quantity: Scalars['NonNegativeFloat']['input'];
470
470
  /** VAT amount */