@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.
- package/cjs/mesh-artifacts/schema.graphql +3 -3
- package/cjs/mesh-artifacts/sources/GreenInvoice/schema.graphql +3 -3
- package/cjs/mesh-artifacts/sources/GreenInvoice/schemaWithAnnotations.js +3 -3
- package/esm/mesh-artifacts/schema.graphql +3 -3
- package/esm/mesh-artifacts/sources/GreenInvoice/schema.graphql +3 -3
- package/esm/mesh-artifacts/sources/GreenInvoice/schemaWithAnnotations.js +3 -3
- package/json-schemas/greenInvoice.json +1 -2
- package/package.json +1 -1
- package/typings/mesh-artifacts/index.d.cts +4 -4
- package/typings/mesh-artifacts/index.d.ts +4 -4
- package/typings/mesh-artifacts/sources/GreenInvoice/types.d.cts +3 -3
- package/typings/mesh-artifacts/sources/GreenInvoice/types.d.ts +3 -3
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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": "
|
|
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": "
|
|
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": "
|
|
20018
|
+
"value": "String"
|
|
20019
20019
|
}
|
|
20020
20020
|
},
|
|
20021
20021
|
"directives": []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@accounter/green-invoice-graphql",
|
|
3
|
-
"version": "0.8.2-alpha-
|
|
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['
|
|
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['
|
|
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['
|
|
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['
|
|
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['
|
|
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['
|
|
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['
|
|
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['
|
|
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['
|
|
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['
|
|
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['
|
|
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['
|
|
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['
|
|
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['
|
|
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']>;
|