@freelog/tools-lib 0.1.173 → 0.1.175

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.
@@ -120,6 +120,10 @@ interface CollectionExhibitCreatorParamsType {
120
120
  nodeID: number;
121
121
  }
122
122
  export declare function collectionExhibitCreator({ nodeID, }: CollectionExhibitCreatorParamsType): TReturnType;
123
+ interface CreatedCollectionExhibitManagementParamsType {
124
+ exhibitID: string;
125
+ }
126
+ export declare function createdCollectionExhibitManagement({ exhibitID, }: CreatedCollectionExhibitManagementParamsType): TReturnType;
123
127
  interface InformNodeManagementParamsType {
124
128
  nodeID: number;
125
129
  showPage?: 'exhibit' | 'theme' | 'mappingRule';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freelog/tools-lib",
3
- "version": "0.1.173",
3
+ "version": "0.1.175",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",