@persei/perseed-api 4.34.21 → 4.34.22

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -100,6 +100,7 @@ export declare type BaseDashboardWidgetPayload<T extends DashboardWidgetType | u
100
100
  library: boolean;
101
101
  config?: WidgetBlockConfig;
102
102
  position?: number;
103
+ created_user: number;
103
104
  };
104
105
 
105
106
  declare class BaseModel extends Model {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@persei/perseed-api",
3
- "version": "4.34.21",
3
+ "version": "4.34.22",
4
4
  "private": false,
5
5
  "main": "./dist/perseed-api.umd.js",
6
6
  "module": "./dist/perseed-api.mjs",