@persei/perseed-api 4.34.34 → 4.34.35

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.
package/dist/index.d.ts CHANGED
@@ -916,7 +916,7 @@ export declare enum FORM_TYPES {
916
916
  }
917
917
 
918
918
  export declare interface FormListProps {
919
- extraFields?: string[];
919
+ fields?: string[];
920
920
  filter?: FilterParams;
921
921
  relatedData?: RelatedDataParams;
922
922
  calculatedColumns?: CalculatedColumn[];
@@ -1237,7 +1237,7 @@
1237
1237
  "FormListProps": {
1238
1238
  "type": "object",
1239
1239
  "properties": {
1240
- "extraFields": {
1240
+ "fields": {
1241
1241
  "type": "array",
1242
1242
  "items": {
1243
1243
  "type": "string"
@@ -951,7 +951,7 @@
951
951
  "FormListProps": {
952
952
  "type": "object",
953
953
  "properties": {
954
- "extraFields": {
954
+ "fields": {
955
955
  "type": "array",
956
956
  "items": {
957
957
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@persei/perseed-api",
3
- "version": "4.34.34",
3
+ "version": "4.34.35",
4
4
  "private": false,
5
5
  "main": "./dist/perseed-api.umd.js",
6
6
  "module": "./dist/perseed-api.mjs",