@punks/backend-entity-manager 0.0.214 → 0.0.215

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.
@@ -3,10 +3,8 @@ export interface MediaProviderProps {
3
3
  }
4
4
  export declare const WpMediaProvider: (providerId: string) => <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;
5
5
  export interface MediaReferenceRepositoryProps {
6
- providerId: string;
7
6
  }
8
- export declare const WpMediaReferenceRepository: (providerId: string) => <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;
7
+ export declare const WpMediaReferenceRepository: () => <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;
9
8
  export interface MediaFolderRepositoryProps {
10
- providerId: string;
11
9
  }
12
- export declare const WpMediaFolderRepository: (providerId: string) => <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;
10
+ export declare const WpMediaFolderRepository: () => <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;
package/dist/index.d.ts CHANGED
@@ -1017,13 +1017,11 @@ interface MediaProviderProps {
1017
1017
  }
1018
1018
  declare const WpMediaProvider: (providerId: string) => <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;
1019
1019
  interface MediaReferenceRepositoryProps {
1020
- providerId: string;
1021
1020
  }
1022
- declare const WpMediaReferenceRepository: (providerId: string) => <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;
1021
+ declare const WpMediaReferenceRepository: () => <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;
1023
1022
  interface MediaFolderRepositoryProps {
1024
- providerId: string;
1025
1023
  }
1026
- declare const WpMediaFolderRepository: (providerId: string) => <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;
1024
+ declare const WpMediaFolderRepository: () => <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;
1027
1025
 
1028
1026
  interface EntityQueryBuilderProps {
1029
1027
  entityName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.214",
3
+ "version": "0.0.215",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",