@accounter/green-invoice-graphql 0.8.2-alpha-20251103043326-3fe420d5bb0d99fb6174fe49bada55ce278fe35a → 0.8.2-alpha-20251103154853-d6a5b1a2983883dd00c408236894ff63f53c820b

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-20251103043326-3fe420d5bb0d99fb6174fe49bada55ce278fe35a",
3
+ "version": "0.8.2-alpha-20251103154853-d6a5b1a2983883dd00c408236894ff63f53c820b",
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,16 +1398,18 @@ 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']>;
1402
1401
  NonNegativeFloat: ResolverTypeWrapper<Scalars['NonNegativeFloat']['output']>;
1403
1402
  _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']>;
1405
1406
  query_getDocument_business_type: query_getDocument_business_type;
1406
1407
  query_getDocument_client: ResolverTypeWrapper<query_getDocument_client>;
1407
1408
  _DOLLAR_defs_Country: _DOLLAR_defs_Country;
1408
1409
  EmailAddress: ResolverTypeWrapper<Scalars['EmailAddress']['output']>;
1409
1410
  UUID: ResolverTypeWrapper<Scalars['UUID']['output']>;
1410
1411
  NonEmptyString: ResolverTypeWrapper<Scalars['NonEmptyString']['output']>;
1412
+ String: ResolverTypeWrapper<Scalars['String']['output']>;
1411
1413
  NonNegativeInt: ResolverTypeWrapper<Scalars['NonNegativeInt']['output']>;
1412
1414
  _DOLLAR_defs_Currency: _DOLLAR_defs_Currency;
1413
1415
  _DOLLAR_defs_DocumentData: ResolverTypeWrapper<_DOLLAR_defs_DocumentData>;
@@ -1418,12 +1420,12 @@ export type ResolversTypes = ResolversObject<{
1418
1420
  _DOLLAR_defs_DocumentLinkedDocument: ResolverTypeWrapper<_DOLLAR_defs_DocumentLinkedDocument>;
1419
1421
  _DOLLAR_defs_DocumentType: _DOLLAR_defs_DocumentType;
1420
1422
  _DOLLAR_defs_PaymentDocument: ResolverTypeWrapper<_DOLLAR_defs_PaymentDocument>;
1421
- Int: ResolverTypeWrapper<Scalars['Int']['output']>;
1422
1423
  query_getDocument_payment_items_type: query_getDocument_payment_items_type;
1423
1424
  query_getDocument_payment_items_subType: query_getDocument_payment_items_subType;
1424
1425
  query_getDocument_payment_items_appType: query_getDocument_payment_items_appType;
1425
1426
  query_getDocument_payment_items_cardType: query_getDocument_payment_items_cardType;
1426
1427
  query_getDocument_payment_items_dealType: query_getDocument_payment_items_dealType;
1428
+ Int: ResolverTypeWrapper<Scalars['Int']['output']>;
1427
1429
  _DOLLAR_defs_Url: ResolverTypeWrapper<_DOLLAR_defs_Url>;
1428
1430
  _DOLLAR_defs_searchDocumentsResponse: ResolverTypeWrapper<_DOLLAR_defs_searchDocumentsResponse>;
1429
1431
  PositiveFloat: ResolverTypeWrapper<Scalars['PositiveFloat']['output']>;
@@ -1507,8 +1509,6 @@ export type ResolversTypes = ResolversObject<{
1507
1509
  _DOLLAR_defs_deleteClientResponse: ResolverTypeWrapper<ResolversUnionTypes<ResolversTypes>['_DOLLAR_defs_deleteClientResponse']>;
1508
1510
  ObjMap: ResolverTypeWrapper<Scalars['ObjMap']['output']>;
1509
1511
  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,14 +1525,16 @@ 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'];
1529
1528
  NonNegativeFloat: Scalars['NonNegativeFloat']['output'];
1530
1529
  _DOLLAR_defs_Business: _DOLLAR_defs_Business;
1530
+ Float: Scalars['Float']['output'];
1531
1531
  JSON: Scalars['JSON']['output'];
1532
+ Boolean: Scalars['Boolean']['output'];
1532
1533
  query_getDocument_client: query_getDocument_client;
1533
1534
  EmailAddress: Scalars['EmailAddress']['output'];
1534
1535
  UUID: Scalars['UUID']['output'];
1535
1536
  NonEmptyString: Scalars['NonEmptyString']['output'];
1537
+ String: Scalars['String']['output'];
1536
1538
  NonNegativeInt: Scalars['NonNegativeInt']['output'];
1537
1539
  _DOLLAR_defs_DocumentData: _DOLLAR_defs_DocumentData;
1538
1540
  Date: Scalars['Date']['output'];
@@ -1604,8 +1606,6 @@ export type ResolversParentTypes = ResolversObject<{
1604
1606
  _DOLLAR_defs_updateClientRequest_Input: _DOLLAR_defs_updateClientRequest_Input;
1605
1607
  _DOLLAR_defs_deleteClientResponse: ResolversUnionTypes<ResolversParentTypes>['_DOLLAR_defs_deleteClientResponse'];
1606
1608
  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,16 +1398,18 @@ 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']>;
1402
1401
  NonNegativeFloat: ResolverTypeWrapper<Scalars['NonNegativeFloat']['output']>;
1403
1402
  _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']>;
1405
1406
  query_getDocument_business_type: query_getDocument_business_type;
1406
1407
  query_getDocument_client: ResolverTypeWrapper<query_getDocument_client>;
1407
1408
  _DOLLAR_defs_Country: _DOLLAR_defs_Country;
1408
1409
  EmailAddress: ResolverTypeWrapper<Scalars['EmailAddress']['output']>;
1409
1410
  UUID: ResolverTypeWrapper<Scalars['UUID']['output']>;
1410
1411
  NonEmptyString: ResolverTypeWrapper<Scalars['NonEmptyString']['output']>;
1412
+ String: ResolverTypeWrapper<Scalars['String']['output']>;
1411
1413
  NonNegativeInt: ResolverTypeWrapper<Scalars['NonNegativeInt']['output']>;
1412
1414
  _DOLLAR_defs_Currency: _DOLLAR_defs_Currency;
1413
1415
  _DOLLAR_defs_DocumentData: ResolverTypeWrapper<_DOLLAR_defs_DocumentData>;
@@ -1418,12 +1420,12 @@ export type ResolversTypes = ResolversObject<{
1418
1420
  _DOLLAR_defs_DocumentLinkedDocument: ResolverTypeWrapper<_DOLLAR_defs_DocumentLinkedDocument>;
1419
1421
  _DOLLAR_defs_DocumentType: _DOLLAR_defs_DocumentType;
1420
1422
  _DOLLAR_defs_PaymentDocument: ResolverTypeWrapper<_DOLLAR_defs_PaymentDocument>;
1421
- Int: ResolverTypeWrapper<Scalars['Int']['output']>;
1422
1423
  query_getDocument_payment_items_type: query_getDocument_payment_items_type;
1423
1424
  query_getDocument_payment_items_subType: query_getDocument_payment_items_subType;
1424
1425
  query_getDocument_payment_items_appType: query_getDocument_payment_items_appType;
1425
1426
  query_getDocument_payment_items_cardType: query_getDocument_payment_items_cardType;
1426
1427
  query_getDocument_payment_items_dealType: query_getDocument_payment_items_dealType;
1428
+ Int: ResolverTypeWrapper<Scalars['Int']['output']>;
1427
1429
  _DOLLAR_defs_Url: ResolverTypeWrapper<_DOLLAR_defs_Url>;
1428
1430
  _DOLLAR_defs_searchDocumentsResponse: ResolverTypeWrapper<_DOLLAR_defs_searchDocumentsResponse>;
1429
1431
  PositiveFloat: ResolverTypeWrapper<Scalars['PositiveFloat']['output']>;
@@ -1507,8 +1509,6 @@ export type ResolversTypes = ResolversObject<{
1507
1509
  _DOLLAR_defs_deleteClientResponse: ResolverTypeWrapper<ResolversUnionTypes<ResolversTypes>['_DOLLAR_defs_deleteClientResponse']>;
1508
1510
  ObjMap: ResolverTypeWrapper<Scalars['ObjMap']['output']>;
1509
1511
  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,14 +1525,16 @@ 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'];
1529
1528
  NonNegativeFloat: Scalars['NonNegativeFloat']['output'];
1530
1529
  _DOLLAR_defs_Business: _DOLLAR_defs_Business;
1530
+ Float: Scalars['Float']['output'];
1531
1531
  JSON: Scalars['JSON']['output'];
1532
+ Boolean: Scalars['Boolean']['output'];
1532
1533
  query_getDocument_client: query_getDocument_client;
1533
1534
  EmailAddress: Scalars['EmailAddress']['output'];
1534
1535
  UUID: Scalars['UUID']['output'];
1535
1536
  NonEmptyString: Scalars['NonEmptyString']['output'];
1537
+ String: Scalars['String']['output'];
1536
1538
  NonNegativeInt: Scalars['NonNegativeInt']['output'];
1537
1539
  _DOLLAR_defs_DocumentData: _DOLLAR_defs_DocumentData;
1538
1540
  Date: Scalars['Date']['output'];
@@ -1604,8 +1606,6 @@ export type ResolversParentTypes = ResolversObject<{
1604
1606
  _DOLLAR_defs_updateClientRequest_Input: _DOLLAR_defs_updateClientRequest_Input;
1605
1607
  _DOLLAR_defs_deleteClientResponse: ResolversUnionTypes<ResolversParentTypes>['_DOLLAR_defs_deleteClientResponse'];
1606
1608
  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;