@accounter/green-invoice-graphql 0.8.2-alpha-20251104080624-dea375d023ea93e979aca2fffcfadb93a597cf4b → 0.8.2-alpha-20251104115901-2a484be84dde31c9a4be251038269ba4823b6dc9

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.
@@ -89,7 +89,7 @@ type _DOLLAR_defs_Document {
89
89
  currencyRate: NonNegativeFloat!
90
90
  data: _DOLLAR_defs_DocumentData!
91
91
  """Document's description"""
92
- description: NonEmptyString!
92
+ description: String!
93
93
  """Document reference date"""
94
94
  documentDate: Date!
95
95
  downloaded: Boolean!
@@ -764,7 +764,7 @@ type _DOLLAR_defs_ErrorResponse {
764
764
 
765
765
  input _DOLLAR_defs_DocumentInputNew_Input {
766
766
  """Document's description"""
767
- description: NonEmptyString
767
+ description: String
768
768
  remarks: String
769
769
  """Texts appearing in footer"""
770
770
  footer: String
@@ -1398,7 +1398,7 @@ scalar PositiveInt
1398
1398
  """Add a document to the current business"""
1399
1399
  input _DOLLAR_defs_addDocumentRequest_Input {
1400
1400
  """Document's description"""
1401
- description: NonEmptyString
1401
+ description: String
1402
1402
  remarks: String
1403
1403
  """Texts appearing in footer"""
1404
1404
  footer: String
@@ -66,7 +66,7 @@ type _DOLLAR_defs_Document {
66
66
  currencyRate: NonNegativeFloat!
67
67
  data: _DOLLAR_defs_DocumentData!
68
68
  """Document's description"""
69
- description: NonEmptyString!
69
+ description: String!
70
70
  """Document reference date"""
71
71
  documentDate: Date!
72
72
  downloaded: Boolean!
@@ -741,7 +741,7 @@ type _DOLLAR_defs_ErrorResponse {
741
741
 
742
742
  input _DOLLAR_defs_DocumentInputNew_Input {
743
743
  """Document's description"""
744
- description: NonEmptyString
744
+ description: String
745
745
  remarks: String
746
746
  """Texts appearing in footer"""
747
747
  footer: String
@@ -1392,7 +1392,7 @@ scalar PositiveInt
1392
1392
  """Add a document to the current business"""
1393
1393
  input _DOLLAR_defs_addDocumentRequest_Input {
1394
1394
  """Document's description"""
1395
- description: NonEmptyString
1395
+ description: String
1396
1396
  remarks: String
1397
1397
  """Texts appearing in footer"""
1398
1398
  footer: String
@@ -1679,7 +1679,7 @@ const schemaAST = {
1679
1679
  "kind": "NamedType",
1680
1680
  "name": {
1681
1681
  "kind": "Name",
1682
- "value": "NonEmptyString"
1682
+ "value": "String"
1683
1683
  }
1684
1684
  }
1685
1685
  },
@@ -9855,7 +9855,7 @@ const schemaAST = {
9855
9855
  "kind": "NamedType",
9856
9856
  "name": {
9857
9857
  "kind": "Name",
9858
- "value": "NonEmptyString"
9858
+ "value": "String"
9859
9859
  }
9860
9860
  },
9861
9861
  "directives": []
@@ -20017,7 +20017,7 @@ const schemaAST = {
20017
20017
  "kind": "NamedType",
20018
20018
  "name": {
20019
20019
  "kind": "Name",
20020
- "value": "NonEmptyString"
20020
+ "value": "String"
20021
20021
  }
20022
20022
  },
20023
20023
  "directives": []
@@ -89,7 +89,7 @@ type _DOLLAR_defs_Document {
89
89
  currencyRate: NonNegativeFloat!
90
90
  data: _DOLLAR_defs_DocumentData!
91
91
  """Document's description"""
92
- description: NonEmptyString!
92
+ description: String!
93
93
  """Document reference date"""
94
94
  documentDate: Date!
95
95
  downloaded: Boolean!
@@ -764,7 +764,7 @@ type _DOLLAR_defs_ErrorResponse {
764
764
 
765
765
  input _DOLLAR_defs_DocumentInputNew_Input {
766
766
  """Document's description"""
767
- description: NonEmptyString
767
+ description: String
768
768
  remarks: String
769
769
  """Texts appearing in footer"""
770
770
  footer: String
@@ -1398,7 +1398,7 @@ scalar PositiveInt
1398
1398
  """Add a document to the current business"""
1399
1399
  input _DOLLAR_defs_addDocumentRequest_Input {
1400
1400
  """Document's description"""
1401
- description: NonEmptyString
1401
+ description: String
1402
1402
  remarks: String
1403
1403
  """Texts appearing in footer"""
1404
1404
  footer: String
@@ -66,7 +66,7 @@ type _DOLLAR_defs_Document {
66
66
  currencyRate: NonNegativeFloat!
67
67
  data: _DOLLAR_defs_DocumentData!
68
68
  """Document's description"""
69
- description: NonEmptyString!
69
+ description: String!
70
70
  """Document reference date"""
71
71
  documentDate: Date!
72
72
  downloaded: Boolean!
@@ -741,7 +741,7 @@ type _DOLLAR_defs_ErrorResponse {
741
741
 
742
742
  input _DOLLAR_defs_DocumentInputNew_Input {
743
743
  """Document's description"""
744
- description: NonEmptyString
744
+ description: String
745
745
  remarks: String
746
746
  """Texts appearing in footer"""
747
747
  footer: String
@@ -1392,7 +1392,7 @@ scalar PositiveInt
1392
1392
  """Add a document to the current business"""
1393
1393
  input _DOLLAR_defs_addDocumentRequest_Input {
1394
1394
  """Document's description"""
1395
- description: NonEmptyString
1395
+ description: String
1396
1396
  remarks: String
1397
1397
  """Texts appearing in footer"""
1398
1398
  footer: String
@@ -1677,7 +1677,7 @@ const schemaAST = {
1677
1677
  "kind": "NamedType",
1678
1678
  "name": {
1679
1679
  "kind": "Name",
1680
- "value": "NonEmptyString"
1680
+ "value": "String"
1681
1681
  }
1682
1682
  }
1683
1683
  },
@@ -9853,7 +9853,7 @@ const schemaAST = {
9853
9853
  "kind": "NamedType",
9854
9854
  "name": {
9855
9855
  "kind": "Name",
9856
- "value": "NonEmptyString"
9856
+ "value": "String"
9857
9857
  }
9858
9858
  },
9859
9859
  "directives": []
@@ -20015,7 +20015,7 @@ const schemaAST = {
20015
20015
  "kind": "NamedType",
20016
20016
  "name": {
20017
20017
  "kind": "Name",
20018
- "value": "NonEmptyString"
20018
+ "value": "String"
20019
20019
  }
20020
20020
  },
20021
20021
  "directives": []
@@ -2700,8 +2700,7 @@
2700
2700
  },
2701
2701
  "DocumentDescription": {
2702
2702
  "description": "Document's description",
2703
- "type": "string",
2704
- "minLength": 1
2703
+ "type": "string"
2705
2704
  },
2706
2705
  "DocumentIncome": {
2707
2706
  "type": "array",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accounter/green-invoice-graphql",
3
- "version": "0.8.2-alpha-20251104080624-dea375d023ea93e979aca2fffcfadb93a597cf4b",
3
+ "version": "0.8.2-alpha-20251104115901-2a484be84dde31c9a4be251038269ba4823b6dc9",
4
4
  "description": "Graphql proxy for Green Invoice API",
5
5
  "dependencies": {
6
6
  "@graphql-mesh/config": "0.108.15",
@@ -221,7 +221,7 @@ export type _DOLLAR_defs_Document = {
221
221
  currencyRate: Scalars['NonNegativeFloat']['output'];
222
222
  data: _DOLLAR_defs_DocumentData;
223
223
  /** Document's description */
224
- description: Scalars['NonEmptyString']['output'];
224
+ description: Scalars['String']['output'];
225
225
  /** Document reference date */
226
226
  documentDate: Scalars['Date']['output'];
227
227
  downloaded: Scalars['Boolean']['output'];
@@ -467,7 +467,7 @@ export type _DOLLAR_defs_ErrorResponse = {
467
467
  };
468
468
  export type _DOLLAR_defs_DocumentInputNew_Input = {
469
469
  /** Document's description */
470
- description?: InputMaybe<Scalars['NonEmptyString']['input']>;
470
+ description?: InputMaybe<Scalars['String']['input']>;
471
471
  remarks?: InputMaybe<Scalars['String']['input']>;
472
472
  /** Texts appearing in footer */
473
473
  footer?: InputMaybe<Scalars['String']['input']>;
@@ -921,7 +921,7 @@ export type _DOLLAR_defs_AddedDocument = {
921
921
  /** Add a document to the current business */
922
922
  export type _DOLLAR_defs_addDocumentRequest_Input = {
923
923
  /** Document's description */
924
- description?: InputMaybe<Scalars['NonEmptyString']['input']>;
924
+ description?: InputMaybe<Scalars['String']['input']>;
925
925
  remarks?: InputMaybe<Scalars['String']['input']>;
926
926
  /** Texts appearing in footer */
927
927
  footer?: InputMaybe<Scalars['String']['input']>;
@@ -1708,7 +1708,7 @@ export type _DOLLAR_defs_DocumentResolvers<ContextType = MeshContext, ParentType
1708
1708
  currency?: Resolver<ResolversTypes['_DOLLAR_defs_Currency'], ParentType, ContextType>;
1709
1709
  currencyRate?: Resolver<ResolversTypes['NonNegativeFloat'], ParentType, ContextType>;
1710
1710
  data?: Resolver<ResolversTypes['_DOLLAR_defs_DocumentData'], ParentType, ContextType>;
1711
- description?: Resolver<ResolversTypes['NonEmptyString'], ParentType, ContextType>;
1711
+ description?: Resolver<ResolversTypes['String'], ParentType, ContextType>;
1712
1712
  documentDate?: Resolver<ResolversTypes['Date'], ParentType, ContextType>;
1713
1713
  downloaded?: Resolver<ResolversTypes['Boolean'], ParentType, ContextType>;
1714
1714
  footer?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
@@ -221,7 +221,7 @@ export type _DOLLAR_defs_Document = {
221
221
  currencyRate: Scalars['NonNegativeFloat']['output'];
222
222
  data: _DOLLAR_defs_DocumentData;
223
223
  /** Document's description */
224
- description: Scalars['NonEmptyString']['output'];
224
+ description: Scalars['String']['output'];
225
225
  /** Document reference date */
226
226
  documentDate: Scalars['Date']['output'];
227
227
  downloaded: Scalars['Boolean']['output'];
@@ -467,7 +467,7 @@ export type _DOLLAR_defs_ErrorResponse = {
467
467
  };
468
468
  export type _DOLLAR_defs_DocumentInputNew_Input = {
469
469
  /** Document's description */
470
- description?: InputMaybe<Scalars['NonEmptyString']['input']>;
470
+ description?: InputMaybe<Scalars['String']['input']>;
471
471
  remarks?: InputMaybe<Scalars['String']['input']>;
472
472
  /** Texts appearing in footer */
473
473
  footer?: InputMaybe<Scalars['String']['input']>;
@@ -921,7 +921,7 @@ export type _DOLLAR_defs_AddedDocument = {
921
921
  /** Add a document to the current business */
922
922
  export type _DOLLAR_defs_addDocumentRequest_Input = {
923
923
  /** Document's description */
924
- description?: InputMaybe<Scalars['NonEmptyString']['input']>;
924
+ description?: InputMaybe<Scalars['String']['input']>;
925
925
  remarks?: InputMaybe<Scalars['String']['input']>;
926
926
  /** Texts appearing in footer */
927
927
  footer?: InputMaybe<Scalars['String']['input']>;
@@ -1708,7 +1708,7 @@ export type _DOLLAR_defs_DocumentResolvers<ContextType = MeshContext, ParentType
1708
1708
  currency?: Resolver<ResolversTypes['_DOLLAR_defs_Currency'], ParentType, ContextType>;
1709
1709
  currencyRate?: Resolver<ResolversTypes['NonNegativeFloat'], ParentType, ContextType>;
1710
1710
  data?: Resolver<ResolversTypes['_DOLLAR_defs_DocumentData'], ParentType, ContextType>;
1711
- description?: Resolver<ResolversTypes['NonEmptyString'], ParentType, ContextType>;
1711
+ description?: Resolver<ResolversTypes['String'], ParentType, ContextType>;
1712
1712
  documentDate?: Resolver<ResolversTypes['Date'], ParentType, ContextType>;
1713
1713
  downloaded?: Resolver<ResolversTypes['Boolean'], ParentType, ContextType>;
1714
1714
  footer?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
@@ -164,7 +164,7 @@ export declare namespace GreenInvoiceTypes {
164
164
  currencyRate: Scalars['NonNegativeFloat']['output'];
165
165
  data: _DOLLAR_defs_DocumentData;
166
166
  /** Document's description */
167
- description: Scalars['NonEmptyString']['output'];
167
+ description: Scalars['String']['output'];
168
168
  /** Document reference date */
169
169
  documentDate: Scalars['Date']['output'];
170
170
  downloaded: Scalars['Boolean']['output'];
@@ -410,7 +410,7 @@ export declare namespace GreenInvoiceTypes {
410
410
  };
411
411
  type _DOLLAR_defs_DocumentInputNew_Input = {
412
412
  /** Document's description */
413
- description?: InputMaybe<Scalars['NonEmptyString']['input']>;
413
+ description?: InputMaybe<Scalars['String']['input']>;
414
414
  remarks?: InputMaybe<Scalars['String']['input']>;
415
415
  /** Texts appearing in footer */
416
416
  footer?: InputMaybe<Scalars['String']['input']>;
@@ -900,7 +900,7 @@ export declare namespace GreenInvoiceTypes {
900
900
  /** Add a document to the current business */
901
901
  type _DOLLAR_defs_addDocumentRequest_Input = {
902
902
  /** Document's description */
903
- description?: InputMaybe<Scalars['NonEmptyString']['input']>;
903
+ description?: InputMaybe<Scalars['String']['input']>;
904
904
  remarks?: InputMaybe<Scalars['String']['input']>;
905
905
  /** Texts appearing in footer */
906
906
  footer?: InputMaybe<Scalars['String']['input']>;
@@ -164,7 +164,7 @@ export declare namespace GreenInvoiceTypes {
164
164
  currencyRate: Scalars['NonNegativeFloat']['output'];
165
165
  data: _DOLLAR_defs_DocumentData;
166
166
  /** Document's description */
167
- description: Scalars['NonEmptyString']['output'];
167
+ description: Scalars['String']['output'];
168
168
  /** Document reference date */
169
169
  documentDate: Scalars['Date']['output'];
170
170
  downloaded: Scalars['Boolean']['output'];
@@ -410,7 +410,7 @@ export declare namespace GreenInvoiceTypes {
410
410
  };
411
411
  type _DOLLAR_defs_DocumentInputNew_Input = {
412
412
  /** Document's description */
413
- description?: InputMaybe<Scalars['NonEmptyString']['input']>;
413
+ description?: InputMaybe<Scalars['String']['input']>;
414
414
  remarks?: InputMaybe<Scalars['String']['input']>;
415
415
  /** Texts appearing in footer */
416
416
  footer?: InputMaybe<Scalars['String']['input']>;
@@ -900,7 +900,7 @@ export declare namespace GreenInvoiceTypes {
900
900
  /** Add a document to the current business */
901
901
  type _DOLLAR_defs_addDocumentRequest_Input = {
902
902
  /** Document's description */
903
- description?: InputMaybe<Scalars['NonEmptyString']['input']>;
903
+ description?: InputMaybe<Scalars['String']['input']>;
904
904
  remarks?: InputMaybe<Scalars['String']['input']>;
905
905
  /** Texts appearing in footer */
906
906
  footer?: InputMaybe<Scalars['String']['input']>;