@things-factory/work-shift 10.1.29 → 10.1.33

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.
@@ -2,7 +2,7 @@ export * from './work-shift/work-shift';
2
2
  export * from './work-shift/work-shift-revision';
3
3
  export * from './work-shift/work-shift-revision-service';
4
4
  export * from './work-shift/days-of-week';
5
- export declare const entities: (typeof import("./work-shift/work-shift").WorkShift | typeof import("./work-shift/work-shift-revision").WorkShiftRevision)[];
5
+ export declare const entities: (typeof import("./work-shift/work-shift-revision").WorkShiftRevision | typeof import("./work-shift/work-shift").WorkShift)[];
6
6
  export declare const schema: {
7
- resolverClasses: (typeof import("./work-shift/work-shift-query").DomainWorkShiftQuery | typeof import("./work-shift/work-shift-query").WorkShiftQuery | typeof import("./work-shift/work-shift-mutation").WorkShiftMutation | typeof import("./work-shift/work-shift-revision-query").WorkShiftRevisionQuery)[];
7
+ resolverClasses: (typeof import("./work-shift/work-shift-revision-query").WorkShiftRevisionQuery | typeof import("./work-shift/work-shift-query").DomainWorkShiftQuery | typeof import("./work-shift/work-shift-query").WorkShiftQuery | typeof import("./work-shift/work-shift-mutation").WorkShiftMutation)[];
8
8
  };
@@ -4,5 +4,5 @@ import { WorkShiftMutation } from './work-shift-mutation';
4
4
  import { WorkShiftRevision } from './work-shift-revision';
5
5
  import { WorkShiftRevisionQuery } from './work-shift-revision-query';
6
6
  export * from './days-of-week';
7
- export declare const entities: (typeof WorkShift | typeof WorkShiftRevision)[];
8
- export declare const resolvers: (typeof DomainWorkShiftQuery | typeof WorkShiftQuery | typeof WorkShiftMutation | typeof WorkShiftRevisionQuery)[];
7
+ export declare const entities: (typeof WorkShiftRevision | typeof WorkShift)[];
8
+ export declare const resolvers: (typeof WorkShiftRevisionQuery | typeof DomainWorkShiftQuery | typeof WorkShiftQuery | typeof WorkShiftMutation)[];