@accounter/green-invoice-graphql 0.8.2-alpha-20251103043242-e194e690346e0ee95d74c91c875e998c7475c23e → 0.8.2-alpha-20251103140819-213a8ae18681a51fcfa56651eb5f6f7605e78bd5
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/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-20251103140819-213a8ae18681a51fcfa56651eb5f6f7605e78bd5",
|
|
4
4
|
"description": "Graphql proxy for Green Invoice API",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@graphql-mesh/config": "0.108.15",
|
|
@@ -4,8 +4,8 @@ import type { GetMeshOptions } from '@graphql-mesh/runtime';
|
|
|
4
4
|
import type { YamlConfig } from '@graphql-mesh/types';
|
|
5
5
|
import { MeshHTTPHandler } from '@graphql-mesh/http';
|
|
6
6
|
import { type ExecuteMeshFn, type SubscribeMeshFn, type MeshContext as BaseMeshContext, type MeshInstance } from '@graphql-mesh/runtime';
|
|
7
|
-
import type { GreenInvoiceTypes } from './sources/GreenInvoice/types';
|
|
8
7
|
import type { GreenInvoiceNewTypes } from './sources/GreenInvoiceNew/types';
|
|
8
|
+
import type { GreenInvoiceTypes } from './sources/GreenInvoice/types';
|
|
9
9
|
export type Maybe<T> = T | null;
|
|
10
10
|
export type InputMaybe<T> = Maybe<T>;
|
|
11
11
|
export type Exact<T extends {
|
|
@@ -1398,18 +1398,16 @@ export type ResolversTypes = ResolversObject<{
|
|
|
1398
1398
|
Query: ResolverTypeWrapper<Record<PropertyKey, never>>;
|
|
1399
1399
|
Mutation: ResolverTypeWrapper<Record<PropertyKey, never>>;
|
|
1400
1400
|
_DOLLAR_defs_Document: ResolverTypeWrapper<_DOLLAR_defs_Document>;
|
|
1401
|
+
Float: ResolverTypeWrapper<Scalars['Float']['output']>;
|
|
1401
1402
|
NonNegativeFloat: ResolverTypeWrapper<Scalars['NonNegativeFloat']['output']>;
|
|
1402
1403
|
_DOLLAR_defs_Business: ResolverTypeWrapper<_DOLLAR_defs_Business>;
|
|
1403
|
-
Float: ResolverTypeWrapper<Scalars['Float']['output']>;
|
|
1404
1404
|
JSON: ResolverTypeWrapper<Scalars['JSON']['output']>;
|
|
1405
|
-
Boolean: ResolverTypeWrapper<Scalars['Boolean']['output']>;
|
|
1406
1405
|
query_getDocument_business_type: query_getDocument_business_type;
|
|
1407
1406
|
query_getDocument_client: ResolverTypeWrapper<query_getDocument_client>;
|
|
1408
1407
|
_DOLLAR_defs_Country: _DOLLAR_defs_Country;
|
|
1409
1408
|
EmailAddress: ResolverTypeWrapper<Scalars['EmailAddress']['output']>;
|
|
1410
1409
|
UUID: ResolverTypeWrapper<Scalars['UUID']['output']>;
|
|
1411
1410
|
NonEmptyString: ResolverTypeWrapper<Scalars['NonEmptyString']['output']>;
|
|
1412
|
-
String: ResolverTypeWrapper<Scalars['String']['output']>;
|
|
1413
1411
|
NonNegativeInt: ResolverTypeWrapper<Scalars['NonNegativeInt']['output']>;
|
|
1414
1412
|
_DOLLAR_defs_Currency: _DOLLAR_defs_Currency;
|
|
1415
1413
|
_DOLLAR_defs_DocumentData: ResolverTypeWrapper<_DOLLAR_defs_DocumentData>;
|
|
@@ -1420,12 +1418,12 @@ export type ResolversTypes = ResolversObject<{
|
|
|
1420
1418
|
_DOLLAR_defs_DocumentLinkedDocument: ResolverTypeWrapper<_DOLLAR_defs_DocumentLinkedDocument>;
|
|
1421
1419
|
_DOLLAR_defs_DocumentType: _DOLLAR_defs_DocumentType;
|
|
1422
1420
|
_DOLLAR_defs_PaymentDocument: ResolverTypeWrapper<_DOLLAR_defs_PaymentDocument>;
|
|
1421
|
+
Int: ResolverTypeWrapper<Scalars['Int']['output']>;
|
|
1423
1422
|
query_getDocument_payment_items_type: query_getDocument_payment_items_type;
|
|
1424
1423
|
query_getDocument_payment_items_subType: query_getDocument_payment_items_subType;
|
|
1425
1424
|
query_getDocument_payment_items_appType: query_getDocument_payment_items_appType;
|
|
1426
1425
|
query_getDocument_payment_items_cardType: query_getDocument_payment_items_cardType;
|
|
1427
1426
|
query_getDocument_payment_items_dealType: query_getDocument_payment_items_dealType;
|
|
1428
|
-
Int: ResolverTypeWrapper<Scalars['Int']['output']>;
|
|
1429
1427
|
_DOLLAR_defs_Url: ResolverTypeWrapper<_DOLLAR_defs_Url>;
|
|
1430
1428
|
_DOLLAR_defs_searchDocumentsResponse: ResolverTypeWrapper<_DOLLAR_defs_searchDocumentsResponse>;
|
|
1431
1429
|
PositiveFloat: ResolverTypeWrapper<Scalars['PositiveFloat']['output']>;
|
|
@@ -1509,6 +1507,8 @@ export type ResolversTypes = ResolversObject<{
|
|
|
1509
1507
|
_DOLLAR_defs_deleteClientResponse: ResolverTypeWrapper<ResolversUnionTypes<ResolversTypes>['_DOLLAR_defs_deleteClientResponse']>;
|
|
1510
1508
|
ObjMap: ResolverTypeWrapper<Scalars['ObjMap']['output']>;
|
|
1511
1509
|
HTTPMethod: HTTPMethod;
|
|
1510
|
+
String: ResolverTypeWrapper<Scalars['String']['output']>;
|
|
1511
|
+
Boolean: ResolverTypeWrapper<Scalars['Boolean']['output']>;
|
|
1512
1512
|
_DOLLAR_defs_getFileUploadUrlResponse: ResolverTypeWrapper<_DOLLAR_defs_getFileUploadUrlResponse>;
|
|
1513
1513
|
query_getFileUploadUrl_fields: ResolverTypeWrapper<query_getFileUploadUrl_fields>;
|
|
1514
1514
|
queryInput_getFileUploadUrl_data_Input: queryInput_getFileUploadUrl_data_Input;
|
|
@@ -1525,16 +1525,14 @@ export type ResolversParentTypes = ResolversObject<{
|
|
|
1525
1525
|
Query: Record<PropertyKey, never>;
|
|
1526
1526
|
Mutation: Record<PropertyKey, never>;
|
|
1527
1527
|
_DOLLAR_defs_Document: _DOLLAR_defs_Document;
|
|
1528
|
+
Float: Scalars['Float']['output'];
|
|
1528
1529
|
NonNegativeFloat: Scalars['NonNegativeFloat']['output'];
|
|
1529
1530
|
_DOLLAR_defs_Business: _DOLLAR_defs_Business;
|
|
1530
|
-
Float: Scalars['Float']['output'];
|
|
1531
1531
|
JSON: Scalars['JSON']['output'];
|
|
1532
|
-
Boolean: Scalars['Boolean']['output'];
|
|
1533
1532
|
query_getDocument_client: query_getDocument_client;
|
|
1534
1533
|
EmailAddress: Scalars['EmailAddress']['output'];
|
|
1535
1534
|
UUID: Scalars['UUID']['output'];
|
|
1536
1535
|
NonEmptyString: Scalars['NonEmptyString']['output'];
|
|
1537
|
-
String: Scalars['String']['output'];
|
|
1538
1536
|
NonNegativeInt: Scalars['NonNegativeInt']['output'];
|
|
1539
1537
|
_DOLLAR_defs_DocumentData: _DOLLAR_defs_DocumentData;
|
|
1540
1538
|
Date: Scalars['Date']['output'];
|
|
@@ -1606,6 +1604,8 @@ export type ResolversParentTypes = ResolversObject<{
|
|
|
1606
1604
|
_DOLLAR_defs_updateClientRequest_Input: _DOLLAR_defs_updateClientRequest_Input;
|
|
1607
1605
|
_DOLLAR_defs_deleteClientResponse: ResolversUnionTypes<ResolversParentTypes>['_DOLLAR_defs_deleteClientResponse'];
|
|
1608
1606
|
ObjMap: Scalars['ObjMap']['output'];
|
|
1607
|
+
String: Scalars['String']['output'];
|
|
1608
|
+
Boolean: Scalars['Boolean']['output'];
|
|
1609
1609
|
_DOLLAR_defs_getFileUploadUrlResponse: _DOLLAR_defs_getFileUploadUrlResponse;
|
|
1610
1610
|
query_getFileUploadUrl_fields: query_getFileUploadUrl_fields;
|
|
1611
1611
|
queryInput_getFileUploadUrl_data_Input: queryInput_getFileUploadUrl_data_Input;
|
|
@@ -4,8 +4,8 @@ import type { GetMeshOptions } from '@graphql-mesh/runtime';
|
|
|
4
4
|
import type { YamlConfig } from '@graphql-mesh/types';
|
|
5
5
|
import { MeshHTTPHandler } from '@graphql-mesh/http';
|
|
6
6
|
import { type ExecuteMeshFn, type SubscribeMeshFn, type MeshContext as BaseMeshContext, type MeshInstance } from '@graphql-mesh/runtime';
|
|
7
|
-
import type { GreenInvoiceTypes } from './sources/GreenInvoice/types';
|
|
8
7
|
import type { GreenInvoiceNewTypes } from './sources/GreenInvoiceNew/types';
|
|
8
|
+
import type { GreenInvoiceTypes } from './sources/GreenInvoice/types';
|
|
9
9
|
export type Maybe<T> = T | null;
|
|
10
10
|
export type InputMaybe<T> = Maybe<T>;
|
|
11
11
|
export type Exact<T extends {
|
|
@@ -1398,18 +1398,16 @@ export type ResolversTypes = ResolversObject<{
|
|
|
1398
1398
|
Query: ResolverTypeWrapper<Record<PropertyKey, never>>;
|
|
1399
1399
|
Mutation: ResolverTypeWrapper<Record<PropertyKey, never>>;
|
|
1400
1400
|
_DOLLAR_defs_Document: ResolverTypeWrapper<_DOLLAR_defs_Document>;
|
|
1401
|
+
Float: ResolverTypeWrapper<Scalars['Float']['output']>;
|
|
1401
1402
|
NonNegativeFloat: ResolverTypeWrapper<Scalars['NonNegativeFloat']['output']>;
|
|
1402
1403
|
_DOLLAR_defs_Business: ResolverTypeWrapper<_DOLLAR_defs_Business>;
|
|
1403
|
-
Float: ResolverTypeWrapper<Scalars['Float']['output']>;
|
|
1404
1404
|
JSON: ResolverTypeWrapper<Scalars['JSON']['output']>;
|
|
1405
|
-
Boolean: ResolverTypeWrapper<Scalars['Boolean']['output']>;
|
|
1406
1405
|
query_getDocument_business_type: query_getDocument_business_type;
|
|
1407
1406
|
query_getDocument_client: ResolverTypeWrapper<query_getDocument_client>;
|
|
1408
1407
|
_DOLLAR_defs_Country: _DOLLAR_defs_Country;
|
|
1409
1408
|
EmailAddress: ResolverTypeWrapper<Scalars['EmailAddress']['output']>;
|
|
1410
1409
|
UUID: ResolverTypeWrapper<Scalars['UUID']['output']>;
|
|
1411
1410
|
NonEmptyString: ResolverTypeWrapper<Scalars['NonEmptyString']['output']>;
|
|
1412
|
-
String: ResolverTypeWrapper<Scalars['String']['output']>;
|
|
1413
1411
|
NonNegativeInt: ResolverTypeWrapper<Scalars['NonNegativeInt']['output']>;
|
|
1414
1412
|
_DOLLAR_defs_Currency: _DOLLAR_defs_Currency;
|
|
1415
1413
|
_DOLLAR_defs_DocumentData: ResolverTypeWrapper<_DOLLAR_defs_DocumentData>;
|
|
@@ -1420,12 +1418,12 @@ export type ResolversTypes = ResolversObject<{
|
|
|
1420
1418
|
_DOLLAR_defs_DocumentLinkedDocument: ResolverTypeWrapper<_DOLLAR_defs_DocumentLinkedDocument>;
|
|
1421
1419
|
_DOLLAR_defs_DocumentType: _DOLLAR_defs_DocumentType;
|
|
1422
1420
|
_DOLLAR_defs_PaymentDocument: ResolverTypeWrapper<_DOLLAR_defs_PaymentDocument>;
|
|
1421
|
+
Int: ResolverTypeWrapper<Scalars['Int']['output']>;
|
|
1423
1422
|
query_getDocument_payment_items_type: query_getDocument_payment_items_type;
|
|
1424
1423
|
query_getDocument_payment_items_subType: query_getDocument_payment_items_subType;
|
|
1425
1424
|
query_getDocument_payment_items_appType: query_getDocument_payment_items_appType;
|
|
1426
1425
|
query_getDocument_payment_items_cardType: query_getDocument_payment_items_cardType;
|
|
1427
1426
|
query_getDocument_payment_items_dealType: query_getDocument_payment_items_dealType;
|
|
1428
|
-
Int: ResolverTypeWrapper<Scalars['Int']['output']>;
|
|
1429
1427
|
_DOLLAR_defs_Url: ResolverTypeWrapper<_DOLLAR_defs_Url>;
|
|
1430
1428
|
_DOLLAR_defs_searchDocumentsResponse: ResolverTypeWrapper<_DOLLAR_defs_searchDocumentsResponse>;
|
|
1431
1429
|
PositiveFloat: ResolverTypeWrapper<Scalars['PositiveFloat']['output']>;
|
|
@@ -1509,6 +1507,8 @@ export type ResolversTypes = ResolversObject<{
|
|
|
1509
1507
|
_DOLLAR_defs_deleteClientResponse: ResolverTypeWrapper<ResolversUnionTypes<ResolversTypes>['_DOLLAR_defs_deleteClientResponse']>;
|
|
1510
1508
|
ObjMap: ResolverTypeWrapper<Scalars['ObjMap']['output']>;
|
|
1511
1509
|
HTTPMethod: HTTPMethod;
|
|
1510
|
+
String: ResolverTypeWrapper<Scalars['String']['output']>;
|
|
1511
|
+
Boolean: ResolverTypeWrapper<Scalars['Boolean']['output']>;
|
|
1512
1512
|
_DOLLAR_defs_getFileUploadUrlResponse: ResolverTypeWrapper<_DOLLAR_defs_getFileUploadUrlResponse>;
|
|
1513
1513
|
query_getFileUploadUrl_fields: ResolverTypeWrapper<query_getFileUploadUrl_fields>;
|
|
1514
1514
|
queryInput_getFileUploadUrl_data_Input: queryInput_getFileUploadUrl_data_Input;
|
|
@@ -1525,16 +1525,14 @@ export type ResolversParentTypes = ResolversObject<{
|
|
|
1525
1525
|
Query: Record<PropertyKey, never>;
|
|
1526
1526
|
Mutation: Record<PropertyKey, never>;
|
|
1527
1527
|
_DOLLAR_defs_Document: _DOLLAR_defs_Document;
|
|
1528
|
+
Float: Scalars['Float']['output'];
|
|
1528
1529
|
NonNegativeFloat: Scalars['NonNegativeFloat']['output'];
|
|
1529
1530
|
_DOLLAR_defs_Business: _DOLLAR_defs_Business;
|
|
1530
|
-
Float: Scalars['Float']['output'];
|
|
1531
1531
|
JSON: Scalars['JSON']['output'];
|
|
1532
|
-
Boolean: Scalars['Boolean']['output'];
|
|
1533
1532
|
query_getDocument_client: query_getDocument_client;
|
|
1534
1533
|
EmailAddress: Scalars['EmailAddress']['output'];
|
|
1535
1534
|
UUID: Scalars['UUID']['output'];
|
|
1536
1535
|
NonEmptyString: Scalars['NonEmptyString']['output'];
|
|
1537
|
-
String: Scalars['String']['output'];
|
|
1538
1536
|
NonNegativeInt: Scalars['NonNegativeInt']['output'];
|
|
1539
1537
|
_DOLLAR_defs_DocumentData: _DOLLAR_defs_DocumentData;
|
|
1540
1538
|
Date: Scalars['Date']['output'];
|
|
@@ -1606,6 +1604,8 @@ export type ResolversParentTypes = ResolversObject<{
|
|
|
1606
1604
|
_DOLLAR_defs_updateClientRequest_Input: _DOLLAR_defs_updateClientRequest_Input;
|
|
1607
1605
|
_DOLLAR_defs_deleteClientResponse: ResolversUnionTypes<ResolversParentTypes>['_DOLLAR_defs_deleteClientResponse'];
|
|
1608
1606
|
ObjMap: Scalars['ObjMap']['output'];
|
|
1607
|
+
String: Scalars['String']['output'];
|
|
1608
|
+
Boolean: Scalars['Boolean']['output'];
|
|
1609
1609
|
_DOLLAR_defs_getFileUploadUrlResponse: _DOLLAR_defs_getFileUploadUrlResponse;
|
|
1610
1610
|
query_getFileUploadUrl_fields: query_getFileUploadUrl_fields;
|
|
1611
1611
|
queryInput_getFileUploadUrl_data_Input: queryInput_getFileUploadUrl_data_Input;
|