@epilot/entity-client 4.29.3 → 4.29.4

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 CHANGED
@@ -322,7 +322,7 @@ declare namespace Components {
322
322
  */
323
323
  feature_flag?: string;
324
324
  /**
325
- * This attribute should only be active when all the settings have the correct value
325
+ * This attribute should only be active when one of the provided settings have the correct value
326
326
  */
327
327
  settings_flag?: SettingFlag[];
328
328
  value_formatter?: string;
@@ -472,7 +472,7 @@ declare namespace Components {
472
472
  */
473
473
  feature_flag?: string;
474
474
  /**
475
- * This attribute should only be active when all the settings have the correct value
475
+ * This attribute should only be active when one of the provided settings have the correct value
476
476
  */
477
477
  settings_flag?: SettingFlag[];
478
478
  value_formatter?: string;
@@ -646,7 +646,7 @@ declare namespace Components {
646
646
  */
647
647
  feature_flag?: string;
648
648
  /**
649
- * This attribute should only be active when all the settings have the correct value
649
+ * This attribute should only be active when one of the provided settings have the correct value
650
650
  */
651
651
  settings_flag?: SettingFlag[];
652
652
  value_formatter?: string;
@@ -850,7 +850,7 @@ declare namespace Components {
850
850
  */
851
851
  feature_flag?: string;
852
852
  /**
853
- * This attribute should only be active when all the settings have the correct value
853
+ * This attribute should only be active when one of the provided settings have the correct value
854
854
  */
855
855
  settings_flag?: SettingFlag[];
856
856
  value_formatter?: string;
@@ -1002,7 +1002,7 @@ declare namespace Components {
1002
1002
  */
1003
1003
  feature_flag?: string;
1004
1004
  /**
1005
- * This attribute should only be active when all the settings have the correct value
1005
+ * This attribute should only be active when one of the provided settings have the correct value
1006
1006
  */
1007
1007
  settings_flag?: SettingFlag[];
1008
1008
  value_formatter?: string;
@@ -1134,7 +1134,7 @@ declare namespace Components {
1134
1134
  */
1135
1135
  feature_flag?: string;
1136
1136
  /**
1137
- * This attribute should only be active when all the settings have the correct value
1137
+ * This attribute should only be active when one of the provided settings have the correct value
1138
1138
  */
1139
1139
  settings_flag?: SettingFlag[];
1140
1140
  value_formatter?: string;
@@ -1268,7 +1268,7 @@ declare namespace Components {
1268
1268
  */
1269
1269
  feature_flag?: string;
1270
1270
  /**
1271
- * This attribute should only be active when all the settings have the correct value
1271
+ * This attribute should only be active when one of the provided settings have the correct value
1272
1272
  */
1273
1273
  settings_flag?: SettingFlag[];
1274
1274
  value_formatter?: string;
@@ -1400,7 +1400,7 @@ declare namespace Components {
1400
1400
  */
1401
1401
  feature_flag?: string;
1402
1402
  /**
1403
- * This attribute should only be active when all the settings have the correct value
1403
+ * This attribute should only be active when one of the provided settings have the correct value
1404
1404
  */
1405
1405
  settings_flag?: SettingFlag[];
1406
1406
  value_formatter?: string;
@@ -1542,7 +1542,7 @@ declare namespace Components {
1542
1542
  */
1543
1543
  feature_flag?: string;
1544
1544
  /**
1545
- * This attribute should only be active when all the settings have the correct value
1545
+ * This attribute should only be active when one of the provided settings have the correct value
1546
1546
  */
1547
1547
  settings_flag?: SettingFlag[];
1548
1548
  value_formatter?: string;
@@ -2608,6 +2608,7 @@ declare namespace Components {
2608
2608
  * }
2609
2609
  */
2610
2610
  SearchMappings;
2611
+ group_headlines?: GroupHeadline[];
2611
2612
  }
2612
2613
  export interface EntitySchemaGroup {
2613
2614
  /**
@@ -2958,6 +2959,7 @@ declare namespace Components {
2958
2959
  * }
2959
2960
  */
2960
2961
  SearchMappings;
2962
+ group_headlines?: GroupHeadline[];
2961
2963
  }
2962
2964
  export interface EntitySearchOptions {
2963
2965
  /**
@@ -3353,7 +3355,7 @@ declare namespace Components {
3353
3355
  */
3354
3356
  feature_flag?: string;
3355
3357
  /**
3356
- * This attribute should only be active when all the settings have the correct value
3358
+ * This attribute should only be active when one of the provided settings have the correct value
3357
3359
  */
3358
3360
  settings_flag?: SettingFlag[];
3359
3361
  value_formatter?: string;
@@ -3483,6 +3485,23 @@ declare namespace Components {
3483
3485
  hits?: number;
3484
3486
  relations?: GetRelationsResp;
3485
3487
  }
3488
+ export interface GroupHeadline {
3489
+ id: string; // uuid
3490
+ name: string;
3491
+ label: string;
3492
+ layout?: string;
3493
+ /**
3494
+ * The group of headline attribute
3495
+ */
3496
+ group: string;
3497
+ /**
3498
+ * The order of headline attribute
3499
+ */
3500
+ order?: number;
3501
+ type: "headline";
3502
+ enable_divider?: boolean;
3503
+ divider?: "top_divider" | "bottom_divider";
3504
+ }
3486
3505
  /**
3487
3506
  * Entity with relation data resolved into the attribute values
3488
3507
  * example:
@@ -3763,7 +3782,7 @@ declare namespace Components {
3763
3782
  */
3764
3783
  feature_flag?: string;
3765
3784
  /**
3766
- * This attribute should only be active when all the settings have the correct value
3785
+ * This attribute should only be active when one of the provided settings have the correct value
3767
3786
  */
3768
3787
  settings_flag?: SettingFlag[];
3769
3788
  value_formatter?: string;
@@ -3895,7 +3914,7 @@ declare namespace Components {
3895
3914
  */
3896
3915
  feature_flag?: string;
3897
3916
  /**
3898
- * This attribute should only be active when all the settings have the correct value
3917
+ * This attribute should only be active when one of the provided settings have the correct value
3899
3918
  */
3900
3919
  settings_flag?: SettingFlag[];
3901
3920
  value_formatter?: string;
@@ -4027,7 +4046,7 @@ declare namespace Components {
4027
4046
  */
4028
4047
  feature_flag?: string;
4029
4048
  /**
4030
- * This attribute should only be active when all the settings have the correct value
4049
+ * This attribute should only be active when one of the provided settings have the correct value
4031
4050
  */
4032
4051
  settings_flag?: SettingFlag[];
4033
4052
  value_formatter?: string;
@@ -4167,7 +4186,7 @@ declare namespace Components {
4167
4186
  */
4168
4187
  feature_flag?: string;
4169
4188
  /**
4170
- * This attribute should only be active when all the settings have the correct value
4189
+ * This attribute should only be active when one of the provided settings have the correct value
4171
4190
  */
4172
4191
  settings_flag?: SettingFlag[];
4173
4192
  value_formatter?: string;
@@ -4307,7 +4326,7 @@ declare namespace Components {
4307
4326
  */
4308
4327
  feature_flag?: string;
4309
4328
  /**
4310
- * This attribute should only be active when all the settings have the correct value
4329
+ * This attribute should only be active when one of the provided settings have the correct value
4311
4330
  */
4312
4331
  settings_flag?: SettingFlag[];
4313
4332
  value_formatter?: string;
@@ -4455,7 +4474,7 @@ declare namespace Components {
4455
4474
  */
4456
4475
  feature_flag?: string;
4457
4476
  /**
4458
- * This attribute should only be active when all the settings have the correct value
4477
+ * This attribute should only be active when one of the provided settings have the correct value
4459
4478
  */
4460
4479
  settings_flag?: SettingFlag[];
4461
4480
  value_formatter?: string;
@@ -4592,7 +4611,7 @@ declare namespace Components {
4592
4611
  */
4593
4612
  feature_flag?: string;
4594
4613
  /**
4595
- * This attribute should only be active when all the settings have the correct value
4614
+ * This attribute should only be active when one of the provided settings have the correct value
4596
4615
  */
4597
4616
  settings_flag?: SettingFlag[];
4598
4617
  value_formatter?: string;
@@ -4724,7 +4743,7 @@ declare namespace Components {
4724
4743
  */
4725
4744
  feature_flag?: string;
4726
4745
  /**
4727
- * This attribute should only be active when all the settings have the correct value
4746
+ * This attribute should only be active when one of the provided settings have the correct value
4728
4747
  */
4729
4748
  settings_flag?: SettingFlag[];
4730
4749
  value_formatter?: string;
@@ -4856,7 +4875,7 @@ declare namespace Components {
4856
4875
  */
4857
4876
  feature_flag?: string;
4858
4877
  /**
4859
- * This attribute should only be active when all the settings have the correct value
4878
+ * This attribute should only be active when one of the provided settings have the correct value
4860
4879
  */
4861
4880
  settings_flag?: SettingFlag[];
4862
4881
  value_formatter?: string;
@@ -4988,7 +5007,7 @@ declare namespace Components {
4988
5007
  */
4989
5008
  feature_flag?: string;
4990
5009
  /**
4991
- * This attribute should only be active when all the settings have the correct value
5010
+ * This attribute should only be active when one of the provided settings have the correct value
4992
5011
  */
4993
5012
  settings_flag?: SettingFlag[];
4994
5013
  value_formatter?: string;
@@ -5129,7 +5148,7 @@ declare namespace Components {
5129
5148
  */
5130
5149
  feature_flag?: string;
5131
5150
  /**
5132
- * This attribute should only be active when all the settings have the correct value
5151
+ * This attribute should only be active when one of the provided settings have the correct value
5133
5152
  */
5134
5153
  settings_flag?: SettingFlag[];
5135
5154
  value_formatter?: string;
@@ -5289,7 +5308,7 @@ declare namespace Components {
5289
5308
  */
5290
5309
  feature_flag?: string;
5291
5310
  /**
5292
- * This attribute should only be active when all the settings have the correct value
5311
+ * This attribute should only be active when one of the provided settings have the correct value
5293
5312
  */
5294
5313
  settings_flag?: SettingFlag[];
5295
5314
  value_formatter?: string;
@@ -5675,7 +5694,7 @@ declare namespace Components {
5675
5694
  */
5676
5695
  feature_flag?: string;
5677
5696
  /**
5678
- * This attribute should only be active when all the settings have the correct value
5697
+ * This attribute should only be active when one of the provided settings have the correct value
5679
5698
  */
5680
5699
  settings_flag?: SettingFlag[];
5681
5700
  value_formatter?: string;
@@ -6140,7 +6159,7 @@ declare namespace Components {
6140
6159
  */
6141
6160
  feature_flag?: string;
6142
6161
  /**
6143
- * This attribute should only be active when all the settings have the correct value
6162
+ * This attribute should only be active when one of the provided settings have the correct value
6144
6163
  */
6145
6164
  settings_flag?: SettingFlag[];
6146
6165
  value_formatter?: string;
@@ -6280,7 +6299,7 @@ declare namespace Components {
6280
6299
  */
6281
6300
  feature_flag?: string;
6282
6301
  /**
6283
- * This attribute should only be active when all the settings have the correct value
6302
+ * This attribute should only be active when one of the provided settings have the correct value
6284
6303
  */
6285
6304
  settings_flag?: SettingFlag[];
6286
6305
  value_formatter?: string;
@@ -6429,7 +6448,7 @@ declare namespace Components {
6429
6448
  */
6430
6449
  feature_flag?: string;
6431
6450
  /**
6432
- * This attribute should only be active when all the settings have the correct value
6451
+ * This attribute should only be active when one of the provided settings have the correct value
6433
6452
  */
6434
6453
  settings_flag?: SettingFlag[];
6435
6454
  value_formatter?: string;
@@ -6631,7 +6650,7 @@ declare namespace Components {
6631
6650
  */
6632
6651
  feature_flag?: string;
6633
6652
  /**
6634
- * This attribute should only be active when all the settings have the correct value
6653
+ * This attribute should only be active when one of the provided settings have the correct value
6635
6654
  */
6636
6655
  settings_flag?: SettingFlag[];
6637
6656
  value_formatter?: string;
@@ -6863,7 +6882,7 @@ declare namespace Components {
6863
6882
  */
6864
6883
  feature_flag?: string;
6865
6884
  /**
6866
- * This attribute should only be active when all the settings have the correct value
6885
+ * This attribute should only be active when one of the provided settings have the correct value
6867
6886
  */
6868
6887
  settings_flag?: SettingFlag[];
6869
6888
  value_formatter?: string;
@@ -6996,7 +7015,7 @@ declare namespace Components {
6996
7015
  */
6997
7016
  feature_flag?: string;
6998
7017
  /**
6999
- * This attribute should only be active when all the settings have the correct value
7018
+ * This attribute should only be active when one of the provided settings have the correct value
7000
7019
  */
7001
7020
  settings_flag?: SettingFlag[];
7002
7021
  value_formatter?: string;
@@ -11180,6 +11199,7 @@ export type GenerateEntityTableAIFiltersResponse = Components.Schemas.GenerateEn
11180
11199
  export type GetRelatedEntitiesCount = Components.Schemas.GetRelatedEntitiesCount;
11181
11200
  export type GetRelationsResp = Components.Schemas.GetRelationsResp;
11182
11201
  export type GetRelationsRespWithPagination = Components.Schemas.GetRelationsRespWithPagination;
11202
+ export type GroupHeadline = Components.Schemas.GroupHeadline;
11183
11203
  export type HydratedEntity = Components.Schemas.HydratedEntity;
11184
11204
  export type HydratedEntityItem = Components.Schemas.HydratedEntityItem;
11185
11205
  export type InternalAttribute = Components.Schemas.InternalAttribute;
package/dist/openapi.json CHANGED
@@ -3447,6 +3447,12 @@
3447
3447
  },
3448
3448
  "explicit_search_mappings": {
3449
3449
  "$ref": "#/components/schemas/SearchMappings"
3450
+ },
3451
+ "group_headlines": {
3452
+ "type": "array",
3453
+ "items": {
3454
+ "$ref": "#/components/schemas/GroupHeadline"
3455
+ }
3450
3456
  }
3451
3457
  },
3452
3458
  "required": [
@@ -3879,7 +3885,7 @@
3879
3885
  },
3880
3886
  "settings_flag": {
3881
3887
  "type": "array",
3882
- "description": "This attribute should only be active when all the settings have the correct value",
3888
+ "description": "This attribute should only be active when one of the provided settings have the correct value",
3883
3889
  "items": {
3884
3890
  "$ref": "#/components/schemas/SettingFlag"
3885
3891
  }
@@ -4951,6 +4957,56 @@
4951
4957
  "value"
4952
4958
  ]
4953
4959
  },
4960
+ "GroupHeadline": {
4961
+ "type": "object",
4962
+ "properties": {
4963
+ "id": {
4964
+ "type": "string",
4965
+ "format": "uuid"
4966
+ },
4967
+ "name": {
4968
+ "type": "string"
4969
+ },
4970
+ "label": {
4971
+ "type": "string"
4972
+ },
4973
+ "layout": {
4974
+ "type": "string"
4975
+ },
4976
+ "group": {
4977
+ "type": "string",
4978
+ "description": "The group of headline attribute"
4979
+ },
4980
+ "order": {
4981
+ "type": "integer",
4982
+ "description": "The order of headline attribute"
4983
+ },
4984
+ "type": {
4985
+ "type": "string",
4986
+ "enum": [
4987
+ "headline"
4988
+ ]
4989
+ },
4990
+ "enable_divider": {
4991
+ "type": "boolean",
4992
+ "default": false
4993
+ },
4994
+ "divider": {
4995
+ "type": "string",
4996
+ "enum": [
4997
+ "top_divider",
4998
+ "bottom_divider"
4999
+ ]
5000
+ }
5001
+ },
5002
+ "required": [
5003
+ "id",
5004
+ "name",
5005
+ "label",
5006
+ "group",
5007
+ "type"
5008
+ ]
5009
+ },
4954
5010
  "EntitySlug": {
4955
5011
  "description": "URL-friendly identifier for the entity schema",
4956
5012
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/entity-client",
3
- "version": "4.29.3",
3
+ "version": "4.29.4",
4
4
  "description": "JavaScript client library for the epilot Core Entity API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",