@accounter/green-invoice-graphql 0.8.3-alpha-20251210081020-145072d022aacd5647fee53408125e7b467f142a → 0.8.3-alpha-20251210082204-fbfb869d9fdaf30d157c41a4122ce46b91f90064

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.
@@ -51,10 +51,10 @@ const baseDir = cross_helpers_1.path.join(typeof __dirname === 'string' ? __dirn
51
51
  const importFn = (moduleId) => {
52
52
  const relativeModuleId = (cross_helpers_1.path.isAbsolute(moduleId) ? cross_helpers_1.path.relative(baseDir, moduleId) : moduleId).split('\\').join('/').replace(baseDir + '/', '');
53
53
  switch (relativeModuleId) {
54
- case "mesh-artifacts/sources/GreenInvoiceNew/schemaWithAnnotations.js":
55
- return Promise.resolve().then(() => __importStar(require("./sources/GreenInvoiceNew/schemaWithAnnotations.js")));
56
54
  case "mesh-artifacts/sources/GreenInvoice/schemaWithAnnotations.js":
57
55
  return Promise.resolve().then(() => __importStar(require("./sources/GreenInvoice/schemaWithAnnotations.js")));
56
+ case "mesh-artifacts/sources/GreenInvoiceNew/schemaWithAnnotations.js":
57
+ return Promise.resolve().then(() => __importStar(require("./sources/GreenInvoiceNew/schemaWithAnnotations.js")));
58
58
  default:
59
59
  return Promise.reject(new Error(`Cannot find module '${relativeModuleId}'.`));
60
60
  }
@@ -10,10 +10,10 @@ const baseDir = pathModule.join(typeof __dirname === 'string' ? __dirname : '/',
10
10
  const importFn = (moduleId) => {
11
11
  const relativeModuleId = (pathModule.isAbsolute(moduleId) ? pathModule.relative(baseDir, moduleId) : moduleId).split('\\').join('/').replace(baseDir + '/', '');
12
12
  switch (relativeModuleId) {
13
- case "mesh-artifacts/sources/GreenInvoiceNew/schemaWithAnnotations.js":
14
- return import("./sources/GreenInvoiceNew/schemaWithAnnotations.js");
15
13
  case "mesh-artifacts/sources/GreenInvoice/schemaWithAnnotations.js":
16
14
  return import("./sources/GreenInvoice/schemaWithAnnotations.js");
15
+ case "mesh-artifacts/sources/GreenInvoiceNew/schemaWithAnnotations.js":
16
+ return import("./sources/GreenInvoiceNew/schemaWithAnnotations.js");
17
17
  default:
18
18
  return Promise.reject(new Error(`Cannot find module '${relativeModuleId}'.`));
19
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accounter/green-invoice-graphql",
3
- "version": "0.8.3-alpha-20251210081020-145072d022aacd5647fee53408125e7b467f142a",
3
+ "version": "0.8.3-alpha-20251210082204-fbfb869d9fdaf30d157c41a4122ce46b91f90064",
4
4
  "description": "Graphql proxy for Green Invoice API",
5
5
  "dependencies": {
6
6
  "@graphql-mesh/config": "0.108.21",
@@ -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 { GreenInvoiceNewTypes } from './sources/GreenInvoiceNew/types';
8
7
  import type { GreenInvoiceTypes } from './sources/GreenInvoice/types';
8
+ import type { GreenInvoiceNewTypes } from './sources/GreenInvoiceNew/types';
9
9
  export type Maybe<T> = T | null;
10
10
  export type InputMaybe<T> = Maybe<T>;
11
11
  export type Exact<T extends {
@@ -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 { GreenInvoiceNewTypes } from './sources/GreenInvoiceNew/types';
8
7
  import type { GreenInvoiceTypes } from './sources/GreenInvoice/types';
8
+ import type { GreenInvoiceNewTypes } from './sources/GreenInvoiceNew/types';
9
9
  export type Maybe<T> = T | null;
10
10
  export type InputMaybe<T> = Maybe<T>;
11
11
  export type Exact<T extends {