@epilot/entity-client 4.13.1-RC.0 → 4.13.2-RC.0
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/openapi.d.ts +4 -0
- package/dist/openapi.json +8 -0
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -1504,6 +1504,10 @@ declare namespace Components {
|
|
|
1504
1504
|
icon?: string;
|
|
1505
1505
|
label?: string;
|
|
1506
1506
|
};
|
|
1507
|
+
/**
|
|
1508
|
+
* List of attribute names that we show in the summary header
|
|
1509
|
+
*/
|
|
1510
|
+
summary_attributes?: string[];
|
|
1507
1511
|
}
|
|
1508
1512
|
export interface EntityDefaultTable {
|
|
1509
1513
|
view_type?: "default";
|
package/dist/openapi.json
CHANGED
|
@@ -3966,6 +3966,14 @@
|
|
|
3966
3966
|
"type": "string"
|
|
3967
3967
|
}
|
|
3968
3968
|
}
|
|
3969
|
+
},
|
|
3970
|
+
"summary_attributes": {
|
|
3971
|
+
"description": "List of attribute names that we show in the summary header",
|
|
3972
|
+
"type": "array",
|
|
3973
|
+
"items": {
|
|
3974
|
+
"type": "string",
|
|
3975
|
+
"example": "email"
|
|
3976
|
+
}
|
|
3969
3977
|
}
|
|
3970
3978
|
}
|
|
3971
3979
|
},
|