@epilot/entity-client 4.31.1 → 4.31.2

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
@@ -303,6 +303,10 @@ declare namespace Components {
303
303
  * taxonomy-slug:classification-slug
304
304
  */
305
305
  ClassificationId[];
306
+ /**
307
+ * Manifest ID used to create/update the schema attribute
308
+ */
309
+ _manifest?: string /* uuid */[] | null;
306
310
  /**
307
311
  * A set of constraints applicable to the attribute.
308
312
  * These constraints should and will be enforced by the attribute renderer.
@@ -453,6 +457,10 @@ declare namespace Components {
453
457
  * taxonomy-slug:classification-slug
454
458
  */
455
459
  ClassificationId[];
460
+ /**
461
+ * Manifest ID used to create/update the schema attribute
462
+ */
463
+ _manifest?: string /* uuid */[] | null;
456
464
  /**
457
465
  * A set of constraints applicable to the attribute.
458
466
  * These constraints should and will be enforced by the attribute renderer.
@@ -627,6 +635,10 @@ declare namespace Components {
627
635
  * taxonomy-slug:classification-slug
628
636
  */
629
637
  ClassificationId[];
638
+ /**
639
+ * Manifest ID used to create/update the schema attribute
640
+ */
641
+ _manifest?: string /* uuid */[] | null;
630
642
  /**
631
643
  * A set of constraints applicable to the attribute.
632
644
  * These constraints should and will be enforced by the attribute renderer.
@@ -831,6 +843,10 @@ declare namespace Components {
831
843
  * taxonomy-slug:classification-slug
832
844
  */
833
845
  ClassificationId[];
846
+ /**
847
+ * Manifest ID used to create/update the schema attribute
848
+ */
849
+ _manifest?: string /* uuid */[] | null;
834
850
  /**
835
851
  * A set of constraints applicable to the attribute.
836
852
  * These constraints should and will be enforced by the attribute renderer.
@@ -983,6 +999,10 @@ declare namespace Components {
983
999
  * taxonomy-slug:classification-slug
984
1000
  */
985
1001
  ClassificationId[];
1002
+ /**
1003
+ * Manifest ID used to create/update the schema attribute
1004
+ */
1005
+ _manifest?: string /* uuid */[] | null;
986
1006
  /**
987
1007
  * A set of constraints applicable to the attribute.
988
1008
  * These constraints should and will be enforced by the attribute renderer.
@@ -1115,6 +1135,10 @@ declare namespace Components {
1115
1135
  * taxonomy-slug:classification-slug
1116
1136
  */
1117
1137
  ClassificationId[];
1138
+ /**
1139
+ * Manifest ID used to create/update the schema attribute
1140
+ */
1141
+ _manifest?: string /* uuid */[] | null;
1118
1142
  /**
1119
1143
  * A set of constraints applicable to the attribute.
1120
1144
  * These constraints should and will be enforced by the attribute renderer.
@@ -1249,6 +1273,10 @@ declare namespace Components {
1249
1273
  * taxonomy-slug:classification-slug
1250
1274
  */
1251
1275
  ClassificationId[];
1276
+ /**
1277
+ * Manifest ID used to create/update the schema attribute
1278
+ */
1279
+ _manifest?: string /* uuid */[] | null;
1252
1280
  /**
1253
1281
  * A set of constraints applicable to the attribute.
1254
1282
  * These constraints should and will be enforced by the attribute renderer.
@@ -1381,6 +1409,10 @@ declare namespace Components {
1381
1409
  * taxonomy-slug:classification-slug
1382
1410
  */
1383
1411
  ClassificationId[];
1412
+ /**
1413
+ * Manifest ID used to create/update the schema attribute
1414
+ */
1415
+ _manifest?: string /* uuid */[] | null;
1384
1416
  /**
1385
1417
  * A set of constraints applicable to the attribute.
1386
1418
  * These constraints should and will be enforced by the attribute renderer.
@@ -1523,6 +1555,10 @@ declare namespace Components {
1523
1555
  * taxonomy-slug:classification-slug
1524
1556
  */
1525
1557
  ClassificationId[];
1558
+ /**
1559
+ * Manifest ID used to create/update the schema attribute
1560
+ */
1561
+ _manifest?: string /* uuid */[] | null;
1526
1562
  /**
1527
1563
  * A set of constraints applicable to the attribute.
1528
1564
  * These constraints should and will be enforced by the attribute renderer.
@@ -1734,6 +1770,10 @@ declare namespace Components {
1734
1770
  * taxonomy-slug:classification-slug
1735
1771
  */
1736
1772
  ClassificationId[];
1773
+ /**
1774
+ * Manifest ID used to create/update the schema capabilility
1775
+ */
1776
+ _manifest?: string /* uuid */[] | null;
1737
1777
  ui_hooks?: {
1738
1778
  [name: string]: any;
1739
1779
  /**
@@ -1849,6 +1889,10 @@ declare namespace Components {
1849
1889
  * taxonomy-slug:classification-slug
1850
1890
  */
1851
1891
  ClassificationId[];
1892
+ /**
1893
+ * Manifest ID used to create/update the schema capabilility
1894
+ */
1895
+ _manifest?: string /* uuid */[] | null;
1852
1896
  ui_hooks?: {
1853
1897
  [name: string]: any;
1854
1898
  /**
@@ -2653,6 +2697,10 @@ declare namespace Components {
2653
2697
  * taxonomy-slug:classification-slug
2654
2698
  */
2655
2699
  ClassificationId[];
2700
+ /**
2701
+ * Manifest ID used to create/update the schema group
2702
+ */
2703
+ _manifest?: string /* uuid */[] | null;
2656
2704
  /**
2657
2705
  * This group should only be active when the feature flag is enabled
2658
2706
  * example:
@@ -2710,6 +2758,10 @@ declare namespace Components {
2710
2758
  * taxonomy-slug:classification-slug
2711
2759
  */
2712
2760
  ClassificationId[];
2761
+ /**
2762
+ * Manifest ID used to create/update the schema group
2763
+ */
2764
+ _manifest?: string /* uuid */[] | null;
2713
2765
  /**
2714
2766
  * This group should only be active when the feature flag is enabled
2715
2767
  * example:
@@ -3376,6 +3428,10 @@ declare namespace Components {
3376
3428
  * taxonomy-slug:classification-slug
3377
3429
  */
3378
3430
  ClassificationId[];
3431
+ /**
3432
+ * Manifest ID used to create/update the schema attribute
3433
+ */
3434
+ _manifest?: string /* uuid */[] | null;
3379
3435
  /**
3380
3436
  * A set of constraints applicable to the attribute.
3381
3437
  * These constraints should and will be enforced by the attribute renderer.
@@ -3526,7 +3582,7 @@ declare namespace Components {
3526
3582
  relations?: GetRelationsResp;
3527
3583
  }
3528
3584
  export interface GroupHeadline {
3529
- id: string; // uuid
3585
+ id?: string; // uuid
3530
3586
  name: string;
3531
3587
  label: string;
3532
3588
  layout?: string;
@@ -3541,12 +3597,16 @@ declare namespace Components {
3541
3597
  type: "headline";
3542
3598
  enable_divider?: boolean;
3543
3599
  divider?: "top_divider" | "bottom_divider";
3600
+ /**
3601
+ * Manifest ID used to create/update the schema group headline
3602
+ */
3603
+ _manifest?: string /* uuid */[] | null;
3544
3604
  }
3545
3605
  /**
3546
3606
  * a readonly computed ID for the entity group headline including schema slug and the headline ID
3547
3607
  */
3548
3608
  export interface GroupHeadlineWithCompositeID {
3549
- id: string; // uuid
3609
+ id?: string; // uuid
3550
3610
  name: string;
3551
3611
  label: string;
3552
3612
  layout?: string;
@@ -3561,6 +3621,10 @@ declare namespace Components {
3561
3621
  type: "headline";
3562
3622
  enable_divider?: boolean;
3563
3623
  divider?: "top_divider" | "bottom_divider";
3624
+ /**
3625
+ * Manifest ID used to create/update the schema group headline
3626
+ */
3627
+ _manifest?: string /* uuid */[] | null;
3564
3628
  /**
3565
3629
  * example:
3566
3630
  * contact:97644baa-083f-4e49-9188-fcff2ecaad7d
@@ -3834,6 +3898,10 @@ declare namespace Components {
3834
3898
  * taxonomy-slug:classification-slug
3835
3899
  */
3836
3900
  ClassificationId[];
3901
+ /**
3902
+ * Manifest ID used to create/update the schema attribute
3903
+ */
3904
+ _manifest?: string /* uuid */[] | null;
3837
3905
  /**
3838
3906
  * A set of constraints applicable to the attribute.
3839
3907
  * These constraints should and will be enforced by the attribute renderer.
@@ -3966,6 +4034,10 @@ declare namespace Components {
3966
4034
  * taxonomy-slug:classification-slug
3967
4035
  */
3968
4036
  ClassificationId[];
4037
+ /**
4038
+ * Manifest ID used to create/update the schema attribute
4039
+ */
4040
+ _manifest?: string /* uuid */[] | null;
3969
4041
  /**
3970
4042
  * A set of constraints applicable to the attribute.
3971
4043
  * These constraints should and will be enforced by the attribute renderer.
@@ -4098,6 +4170,10 @@ declare namespace Components {
4098
4170
  * taxonomy-slug:classification-slug
4099
4171
  */
4100
4172
  ClassificationId[];
4173
+ /**
4174
+ * Manifest ID used to create/update the schema attribute
4175
+ */
4176
+ _manifest?: string /* uuid */[] | null;
4101
4177
  /**
4102
4178
  * A set of constraints applicable to the attribute.
4103
4179
  * These constraints should and will be enforced by the attribute renderer.
@@ -4238,6 +4314,10 @@ declare namespace Components {
4238
4314
  * taxonomy-slug:classification-slug
4239
4315
  */
4240
4316
  ClassificationId[];
4317
+ /**
4318
+ * Manifest ID used to create/update the schema attribute
4319
+ */
4320
+ _manifest?: string /* uuid */[] | null;
4241
4321
  /**
4242
4322
  * A set of constraints applicable to the attribute.
4243
4323
  * These constraints should and will be enforced by the attribute renderer.
@@ -4378,6 +4458,10 @@ declare namespace Components {
4378
4458
  * taxonomy-slug:classification-slug
4379
4459
  */
4380
4460
  ClassificationId[];
4461
+ /**
4462
+ * Manifest ID used to create/update the schema attribute
4463
+ */
4464
+ _manifest?: string /* uuid */[] | null;
4381
4465
  /**
4382
4466
  * A set of constraints applicable to the attribute.
4383
4467
  * These constraints should and will be enforced by the attribute renderer.
@@ -4526,6 +4610,10 @@ declare namespace Components {
4526
4610
  * taxonomy-slug:classification-slug
4527
4611
  */
4528
4612
  ClassificationId[];
4613
+ /**
4614
+ * Manifest ID used to create/update the schema attribute
4615
+ */
4616
+ _manifest?: string /* uuid */[] | null;
4529
4617
  /**
4530
4618
  * A set of constraints applicable to the attribute.
4531
4619
  * These constraints should and will be enforced by the attribute renderer.
@@ -4663,6 +4751,10 @@ declare namespace Components {
4663
4751
  * taxonomy-slug:classification-slug
4664
4752
  */
4665
4753
  ClassificationId[];
4754
+ /**
4755
+ * Manifest ID used to create/update the schema attribute
4756
+ */
4757
+ _manifest?: string /* uuid */[] | null;
4666
4758
  /**
4667
4759
  * A set of constraints applicable to the attribute.
4668
4760
  * These constraints should and will be enforced by the attribute renderer.
@@ -4795,6 +4887,10 @@ declare namespace Components {
4795
4887
  * taxonomy-slug:classification-slug
4796
4888
  */
4797
4889
  ClassificationId[];
4890
+ /**
4891
+ * Manifest ID used to create/update the schema attribute
4892
+ */
4893
+ _manifest?: string /* uuid */[] | null;
4798
4894
  /**
4799
4895
  * A set of constraints applicable to the attribute.
4800
4896
  * These constraints should and will be enforced by the attribute renderer.
@@ -4927,6 +5023,10 @@ declare namespace Components {
4927
5023
  * taxonomy-slug:classification-slug
4928
5024
  */
4929
5025
  ClassificationId[];
5026
+ /**
5027
+ * Manifest ID used to create/update the schema attribute
5028
+ */
5029
+ _manifest?: string /* uuid */[] | null;
4930
5030
  /**
4931
5031
  * A set of constraints applicable to the attribute.
4932
5032
  * These constraints should and will be enforced by the attribute renderer.
@@ -5059,6 +5159,10 @@ declare namespace Components {
5059
5159
  * taxonomy-slug:classification-slug
5060
5160
  */
5061
5161
  ClassificationId[];
5162
+ /**
5163
+ * Manifest ID used to create/update the schema attribute
5164
+ */
5165
+ _manifest?: string /* uuid */[] | null;
5062
5166
  /**
5063
5167
  * A set of constraints applicable to the attribute.
5064
5168
  * These constraints should and will be enforced by the attribute renderer.
@@ -5200,6 +5304,10 @@ declare namespace Components {
5200
5304
  * taxonomy-slug:classification-slug
5201
5305
  */
5202
5306
  ClassificationId[];
5307
+ /**
5308
+ * Manifest ID used to create/update the taxonomy classification
5309
+ */
5310
+ _manifest?: string /* uuid */[] | null;
5203
5311
  /**
5204
5312
  * A set of constraints applicable to the attribute.
5205
5313
  * These constraints should and will be enforced by the attribute renderer.
@@ -5360,6 +5468,10 @@ declare namespace Components {
5360
5468
  * taxonomy-slug:classification-slug
5361
5469
  */
5362
5470
  ClassificationId[];
5471
+ /**
5472
+ * Manifest ID used to create/update the schema attribute
5473
+ */
5474
+ _manifest?: string /* uuid */[] | null;
5363
5475
  /**
5364
5476
  * A set of constraints applicable to the attribute.
5365
5477
  * These constraints should and will be enforced by the attribute renderer.
@@ -5746,6 +5858,10 @@ declare namespace Components {
5746
5858
  * taxonomy-slug:classification-slug
5747
5859
  */
5748
5860
  ClassificationId[];
5861
+ /**
5862
+ * Manifest ID used to create/update the schema attribute
5863
+ */
5864
+ _manifest?: string /* uuid */[] | null;
5749
5865
  /**
5750
5866
  * A set of constraints applicable to the attribute.
5751
5867
  * These constraints should and will be enforced by the attribute renderer.
@@ -6211,6 +6327,10 @@ declare namespace Components {
6211
6327
  * taxonomy-slug:classification-slug
6212
6328
  */
6213
6329
  ClassificationId[];
6330
+ /**
6331
+ * Manifest ID used to create/update the schema attribute
6332
+ */
6333
+ _manifest?: string /* uuid */[] | null;
6214
6334
  /**
6215
6335
  * A set of constraints applicable to the attribute.
6216
6336
  * These constraints should and will be enforced by the attribute renderer.
@@ -6351,6 +6471,10 @@ declare namespace Components {
6351
6471
  * taxonomy-slug:classification-slug
6352
6472
  */
6353
6473
  ClassificationId[];
6474
+ /**
6475
+ * Manifest ID used to create/update the schema attribute
6476
+ */
6477
+ _manifest?: string /* uuid */[] | null;
6354
6478
  /**
6355
6479
  * A set of constraints applicable to the attribute.
6356
6480
  * These constraints should and will be enforced by the attribute renderer.
@@ -6500,6 +6624,10 @@ declare namespace Components {
6500
6624
  * taxonomy-slug:classification-slug
6501
6625
  */
6502
6626
  ClassificationId[];
6627
+ /**
6628
+ * Manifest ID used to create/update the schema attribute
6629
+ */
6630
+ _manifest?: string /* uuid */[] | null;
6503
6631
  /**
6504
6632
  * A set of constraints applicable to the attribute.
6505
6633
  * These constraints should and will be enforced by the attribute renderer.
@@ -6702,6 +6830,10 @@ declare namespace Components {
6702
6830
  * taxonomy-slug:classification-slug
6703
6831
  */
6704
6832
  ClassificationId[];
6833
+ /**
6834
+ * Manifest ID used to create/update the schema attribute
6835
+ */
6836
+ _manifest?: string /* uuid */[] | null;
6705
6837
  /**
6706
6838
  * A set of constraints applicable to the attribute.
6707
6839
  * These constraints should and will be enforced by the attribute renderer.
@@ -6860,6 +6992,10 @@ declare namespace Components {
6860
6992
  ClassificationId[];
6861
6993
  created_at?: string; // date-time
6862
6994
  updated_at?: string; // date-time
6995
+ /**
6996
+ * Manifest ID used to create/update the taxonomy classification
6997
+ */
6998
+ _manifest?: string /* uuid */[] | null;
6863
6999
  }
6864
7000
  export type TaxonomyLocationId = "account" | "contact" | "contract" | "email_template" | "file" | "journey" | "meter_counter" | "meter" | "opportunity" | "order" | "partner" | "price" | "product" | "submission" | "tax" | "message" | "portal_user" | "request" | "comment";
6865
7001
  /**
@@ -6934,6 +7070,10 @@ declare namespace Components {
6934
7070
  * taxonomy-slug:classification-slug
6935
7071
  */
6936
7072
  ClassificationId[];
7073
+ /**
7074
+ * Manifest ID used to create/update the schema attribute
7075
+ */
7076
+ _manifest?: string /* uuid */[] | null;
6937
7077
  /**
6938
7078
  * A set of constraints applicable to the attribute.
6939
7079
  * These constraints should and will be enforced by the attribute renderer.
@@ -7067,6 +7207,10 @@ declare namespace Components {
7067
7207
  * taxonomy-slug:classification-slug
7068
7208
  */
7069
7209
  ClassificationId[];
7210
+ /**
7211
+ * Manifest ID used to create/update the schema attribute
7212
+ */
7213
+ _manifest?: string /* uuid */[] | null;
7070
7214
  /**
7071
7215
  * A set of constraints applicable to the attribute.
7072
7216
  * These constraints should and will be enforced by the attribute renderer.
package/dist/openapi.json CHANGED
@@ -3834,6 +3834,16 @@
3834
3834
  "$ref": "#/components/schemas/ClassificationId"
3835
3835
  }
3836
3836
  },
3837
+ "_manifest": {
3838
+ "type": "array",
3839
+ "description": "Manifest ID used to create/update the schema group",
3840
+ "items": {
3841
+ "type": "string",
3842
+ "format": "uuid",
3843
+ "example": "123e4567-e89b-12d3-a456-426614174000"
3844
+ },
3845
+ "nullable": true
3846
+ },
3837
3847
  "feature_flag": {
3838
3848
  "type": "string",
3839
3849
  "example": "FF_MY_FEATURE_FLAG",
@@ -4073,6 +4083,16 @@
4073
4083
  "$ref": "#/components/schemas/ClassificationId"
4074
4084
  }
4075
4085
  },
4086
+ "_manifest": {
4087
+ "type": "array",
4088
+ "description": "Manifest ID used to create/update the schema attribute",
4089
+ "items": {
4090
+ "type": "string",
4091
+ "format": "uuid",
4092
+ "example": "123e4567-e89b-12d3-a456-426614174000"
4093
+ },
4094
+ "nullable": true
4095
+ },
4076
4096
  "constraints": {
4077
4097
  "type": "object",
4078
4098
  "description": "A set of constraints applicable to the attribute.\nThese constraints should and will be enforced by the attribute renderer.\n",
@@ -5199,10 +5219,19 @@
5199
5219
  "top_divider",
5200
5220
  "bottom_divider"
5201
5221
  ]
5222
+ },
5223
+ "_manifest": {
5224
+ "type": "array",
5225
+ "description": "Manifest ID used to create/update the schema group headline",
5226
+ "items": {
5227
+ "type": "string",
5228
+ "format": "uuid",
5229
+ "example": "123e4567-e89b-12d3-a456-426614174000"
5230
+ },
5231
+ "nullable": true
5202
5232
  }
5203
5233
  },
5204
5234
  "required": [
5205
- "id",
5206
5235
  "name",
5207
5236
  "label",
5208
5237
  "group",
@@ -5268,6 +5297,16 @@
5268
5297
  "$ref": "#/components/schemas/ClassificationId"
5269
5298
  }
5270
5299
  },
5300
+ "_manifest": {
5301
+ "type": "array",
5302
+ "description": "Manifest ID used to create/update the schema capabilility",
5303
+ "items": {
5304
+ "type": "string",
5305
+ "format": "uuid",
5306
+ "example": "123e4567-e89b-12d3-a456-426614174000"
5307
+ },
5308
+ "nullable": true
5309
+ },
5271
5310
  "ui_hooks": {
5272
5311
  "type": "array",
5273
5312
  "items": {
@@ -6880,6 +6919,16 @@
6880
6919
  "updated_at": {
6881
6920
  "type": "string",
6882
6921
  "format": "date-time"
6922
+ },
6923
+ "_manifest": {
6924
+ "type": "array",
6925
+ "description": "Manifest ID used to create/update the taxonomy classification",
6926
+ "items": {
6927
+ "type": "string",
6928
+ "format": "uuid",
6929
+ "example": "123e4567-e89b-12d3-a456-426614174000"
6930
+ },
6931
+ "nullable": true
6883
6932
  }
6884
6933
  },
6885
6934
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/entity-client",
3
- "version": "4.31.1",
3
+ "version": "4.31.2",
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",