@mjtech-ems/schema 1.3.40 → 1.3.41

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.
@@ -2418,4 +2418,3 @@ export type OffTimeReport = {
2418
2418
  startTime?: Maybe<Scalars['String']['output']>;
2419
2419
  totalOffTime?: Maybe<Scalars['String']['output']>;
2420
2420
  };
2421
- //# sourceMappingURL=index.d.ts.map
package/dist/index.d.ts CHANGED
@@ -4,4 +4,3 @@ export * from "./mjtech-ems";
4
4
  export * from "./mjtech-ngu";
5
5
  export * from "./mjtech-eqms";
6
6
  export * from "./mjtech-inventory-tracking";
7
- //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,2 @@
1
1
  declare const schema: import("graphql").GraphQLSchema;
2
2
  export default schema;
3
- //# sourceMappingURL=mergedSchema.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { type DocumentNode } from "graphql";
2
2
  export declare const ems_schema: DocumentNode;
3
- //# sourceMappingURL=mjtech-ems.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { type DocumentNode } from "graphql";
2
2
  export declare const eqms_schema: DocumentNode;
3
- //# sourceMappingURL=mjtech-eqms.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { type DocumentNode } from "graphql";
2
2
  export declare const inventory_tracking_schema: DocumentNode;
3
- //# sourceMappingURL=mjtech-inventory-tracking.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { type DocumentNode } from "graphql";
2
2
  export declare const ngu_schema: DocumentNode;
3
- //# sourceMappingURL=mjtech-ngu.d.ts.map