@epilot/entity-client 4.16.2 → 4.18.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 CHANGED
@@ -8,6 +8,65 @@ import type {
8
8
  } from 'openapi-client-axios';
9
9
 
10
10
  declare namespace Components {
11
+ namespace Parameters {
12
+ export type ActivityIdPathParam = /**
13
+ * See https://github.com/ulid/spec
14
+ * example:
15
+ * 01F130Q52Q6MWSNS8N2AVXV4JN
16
+ */
17
+ Schemas.ActivityId /* ulid */;
18
+ export type ActivityIdQueryParam = /**
19
+ * See https://github.com/ulid/spec
20
+ * example:
21
+ * 01F130Q52Q6MWSNS8N2AVXV4JN
22
+ */
23
+ Schemas.ActivityId /* ulid */;
24
+ export type AsyncOperationQueryParam = boolean;
25
+ export type DryRunQueryParam = boolean;
26
+ export type EntityIdPathParam = Schemas.EntityId /* uuid */;
27
+ export type EntitySlugPathParam = /**
28
+ * URL-friendly identifier for the entity schema
29
+ * example:
30
+ * contact
31
+ */
32
+ Schemas.EntitySlug;
33
+ export type ExcludeSchemasQueryParam = /**
34
+ * URL-friendly identifier for the entity schema
35
+ * example:
36
+ * contact
37
+ */
38
+ Schemas.EntitySlug[];
39
+ export type FromPageQueryParam = number;
40
+ export type HydrateEntitiesQueryParam = boolean;
41
+ export type IncludeReverseQueryParam = boolean;
42
+ export type IncludeSchemasQueryParam = /**
43
+ * URL-friendly identifier for the entity schema
44
+ * example:
45
+ * contact
46
+ */
47
+ Schemas.EntitySlug[];
48
+ export type SavedViewIdPathParam = /* Generated uuid for a saved view */ Schemas.SavedViewId /* uuid */;
49
+ export type TaxonomySlugPathParam = string;
50
+ export type TaxonomySlugQueryParam = string;
51
+ }
52
+ export interface PathParameters {
53
+ EntityIdPathParam?: Parameters.EntityIdPathParam;
54
+ EntitySlugPathParam?: Parameters.EntitySlugPathParam;
55
+ TaxonomySlugPathParam?: Parameters.TaxonomySlugPathParam;
56
+ SavedViewIdPathParam?: Parameters.SavedViewIdPathParam;
57
+ ActivityIdPathParam?: Parameters.ActivityIdPathParam;
58
+ }
59
+ export interface QueryParameters {
60
+ TaxonomySlugQueryParam?: Parameters.TaxonomySlugQueryParam;
61
+ AsyncOperationQueryParam?: Parameters.AsyncOperationQueryParam;
62
+ HydrateEntitiesQueryParam?: Parameters.HydrateEntitiesQueryParam;
63
+ ActivityIdQueryParam?: Parameters.ActivityIdQueryParam;
64
+ FromPageQueryParam?: Parameters.FromPageQueryParam;
65
+ IncludeReverseQueryParam?: Parameters.IncludeReverseQueryParam;
66
+ IncludeSchemasQueryParam?: Parameters.IncludeSchemasQueryParam;
67
+ ExcludeSchemasQueryParam?: Parameters.ExcludeSchemasQueryParam;
68
+ DryRunQueryParam?: Parameters.DryRunQueryParam;
69
+ }
11
70
  namespace Schemas {
12
71
  export interface Activity {
13
72
  /**
@@ -5899,28 +5958,10 @@ declare namespace Components {
5899
5958
  declare namespace Paths {
5900
5959
  namespace AddRelations {
5901
5960
  namespace Parameters {
5902
- export type ActivityId = /**
5903
- * See https://github.com/ulid/spec
5904
- * example:
5905
- * 01F130Q52Q6MWSNS8N2AVXV4JN
5906
- */
5907
- Components.Schemas.ActivityId /* ulid */;
5908
- export type Async = boolean;
5909
- export type Id = Components.Schemas.EntityId /* uuid */;
5910
- export type Slug = /**
5911
- * URL-friendly identifier for the entity schema
5912
- * example:
5913
- * contact
5914
- */
5915
- Components.Schemas.EntitySlug;
5916
- }
5917
- export interface PathParameters {
5918
- slug: Parameters.Slug;
5919
- id: Parameters.Id;
5920
- }
5921
- export interface QueryParameters {
5922
- async?: Parameters.Async;
5923
- activity_id?: Parameters.ActivityId;
5961
+ export type $0 = Components.Parameters.EntitySlugPathParam;
5962
+ export type $1 = Components.Parameters.EntityIdPathParam;
5963
+ export type $2 = Components.Parameters.AsyncOperationQueryParam;
5964
+ export type $3 = Components.Parameters.ActivityIdQueryParam;
5924
5965
  }
5925
5966
  export type RequestBody = Components.Schemas.RelationItem[];
5926
5967
  namespace Responses {
@@ -5929,16 +5970,8 @@ declare namespace Paths {
5929
5970
  }
5930
5971
  namespace AttachActivity {
5931
5972
  namespace Parameters {
5973
+ export type $0 = Components.Parameters.ActivityIdPathParam;
5932
5974
  export type Entities = Components.Schemas.EntityId /* uuid */[];
5933
- export type Id = /**
5934
- * See https://github.com/ulid/spec
5935
- * example:
5936
- * 01F130Q52Q6MWSNS8N2AVXV4JN
5937
- */
5938
- Components.Schemas.ActivityId /* ulid */;
5939
- }
5940
- export interface PathParameters {
5941
- id: Parameters.Id;
5942
5975
  }
5943
5976
  export interface QueryParameters {
5944
5977
  entities?: Parameters.Entities;
@@ -6006,26 +6039,9 @@ declare namespace Paths {
6006
6039
  }
6007
6040
  namespace CreateEntity {
6008
6041
  namespace Parameters {
6009
- export type ActivityId = /**
6010
- * See https://github.com/ulid/spec
6011
- * example:
6012
- * 01F130Q52Q6MWSNS8N2AVXV4JN
6013
- */
6014
- Components.Schemas.ActivityId /* ulid */;
6015
- export type Async = boolean;
6016
- export type Slug = /**
6017
- * URL-friendly identifier for the entity schema
6018
- * example:
6019
- * contact
6020
- */
6021
- Components.Schemas.EntitySlug;
6022
- }
6023
- export interface PathParameters {
6024
- slug: Parameters.Slug;
6025
- }
6026
- export interface QueryParameters {
6027
- activity_id?: Parameters.ActivityId;
6028
- async?: Parameters.Async;
6042
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6043
+ export type $1 = Components.Parameters.ActivityIdQueryParam;
6044
+ export type $2 = Components.Parameters.AsyncOperationQueryParam;
6029
6045
  }
6030
6046
  export type RequestBody = /**
6031
6047
  * example:
@@ -6114,26 +6130,9 @@ declare namespace Paths {
6114
6130
  }
6115
6131
  namespace DeleteEntity {
6116
6132
  namespace Parameters {
6117
- export type ActivityId = /**
6118
- * See https://github.com/ulid/spec
6119
- * example:
6120
- * 01F130Q52Q6MWSNS8N2AVXV4JN
6121
- */
6122
- Components.Schemas.ActivityId /* ulid */;
6123
- export type Id = Components.Schemas.EntityId /* uuid */;
6124
- export type Slug = /**
6125
- * URL-friendly identifier for the entity schema
6126
- * example:
6127
- * contact
6128
- */
6129
- Components.Schemas.EntitySlug;
6130
- }
6131
- export interface PathParameters {
6132
- slug: Parameters.Slug;
6133
- id: Parameters.Id;
6134
- }
6135
- export interface QueryParameters {
6136
- activity_id?: Parameters.ActivityId;
6133
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6134
+ export type $1 = Components.Parameters.EntityIdPathParam;
6135
+ export type $2 = Components.Parameters.ActivityIdQueryParam;
6137
6136
  }
6138
6137
  namespace Responses {
6139
6138
  export interface $200 {
@@ -6142,33 +6141,17 @@ declare namespace Paths {
6142
6141
  }
6143
6142
  namespace DeleteRelation {
6144
6143
  namespace Parameters {
6145
- export type ActivityId = /**
6146
- * See https://github.com/ulid/spec
6147
- * example:
6148
- * 01F130Q52Q6MWSNS8N2AVXV4JN
6149
- */
6150
- Components.Schemas.ActivityId /* ulid */;
6151
- export type Async = boolean;
6144
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6145
+ export type $1 = Components.Parameters.EntityIdPathParam;
6146
+ export type $4 = Components.Parameters.AsyncOperationQueryParam;
6147
+ export type $5 = Components.Parameters.ActivityIdQueryParam;
6152
6148
  export type Attribute = string;
6153
6149
  export type EntityId = string;
6154
- export type Id = Components.Schemas.EntityId /* uuid */;
6155
- export type Slug = /**
6156
- * URL-friendly identifier for the entity schema
6157
- * example:
6158
- * contact
6159
- */
6160
- Components.Schemas.EntitySlug;
6161
6150
  }
6162
6151
  export interface PathParameters {
6163
- slug: Parameters.Slug;
6164
- id: Parameters.Id;
6165
6152
  attribute: Parameters.Attribute;
6166
6153
  entity_id: Parameters.EntityId;
6167
6154
  }
6168
- export interface QueryParameters {
6169
- async?: Parameters.Async;
6170
- activity_id?: Parameters.ActivityId;
6171
- }
6172
6155
  namespace Responses {
6173
6156
  export interface $204 {
6174
6157
  }
@@ -6176,10 +6159,7 @@ declare namespace Paths {
6176
6159
  }
6177
6160
  namespace DeleteSavedView {
6178
6161
  namespace Parameters {
6179
- export type Id = /* Generated uuid for a saved view */ Components.Schemas.SavedViewId /* uuid */;
6180
- }
6181
- export interface PathParameters {
6182
- id: Parameters.Id;
6162
+ export type $0 = Components.Parameters.SavedViewIdPathParam;
6183
6163
  }
6184
6164
  namespace Responses {
6185
6165
  export interface $200 {
@@ -6188,15 +6168,7 @@ declare namespace Paths {
6188
6168
  }
6189
6169
  namespace DeleteSchema {
6190
6170
  namespace Parameters {
6191
- export type Slug = /**
6192
- * URL-friendly identifier for the entity schema
6193
- * example:
6194
- * contact
6195
- */
6196
- Components.Schemas.EntitySlug;
6197
- }
6198
- export interface PathParameters {
6199
- slug: Parameters.Slug;
6171
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6200
6172
  }
6201
6173
  namespace Responses {
6202
6174
  export interface $204 {
@@ -6227,18 +6199,10 @@ declare namespace Paths {
6227
6199
  }
6228
6200
  namespace GetActivity {
6229
6201
  namespace Parameters {
6230
- export type Id = /**
6231
- * See https://github.com/ulid/spec
6232
- * example:
6233
- * 01F130Q52Q6MWSNS8N2AVXV4JN
6234
- */
6235
- Components.Schemas.ActivityId /* ulid */;
6202
+ export type $0 = Components.Parameters.ActivityIdPathParam;
6236
6203
  export type OperationsFrom = number;
6237
6204
  export type OperationsSize = number;
6238
6205
  }
6239
- export interface PathParameters {
6240
- id: Parameters.Id;
6241
- }
6242
6206
  export interface QueryParameters {
6243
6207
  operations_size?: Parameters.OperationsSize;
6244
6208
  operations_from?: Parameters.OperationsFrom;
@@ -6249,21 +6213,9 @@ declare namespace Paths {
6249
6213
  }
6250
6214
  namespace GetEntity {
6251
6215
  namespace Parameters {
6252
- export type Hydrate = boolean;
6253
- export type Id = Components.Schemas.EntityId /* uuid */;
6254
- export type Slug = /**
6255
- * URL-friendly identifier for the entity schema
6256
- * example:
6257
- * contact
6258
- */
6259
- Components.Schemas.EntitySlug;
6260
- }
6261
- export interface PathParameters {
6262
- slug: Parameters.Slug;
6263
- id: Parameters.Id;
6264
- }
6265
- export interface QueryParameters {
6266
- hydrate?: Parameters.Hydrate;
6216
+ export type $0 = Components.Parameters.EntityIdPathParam;
6217
+ export type $1 = Components.Parameters.EntitySlugPathParam;
6218
+ export type $2 = Components.Parameters.HydrateEntitiesQueryParam;
6267
6219
  }
6268
6220
  namespace Responses {
6269
6221
  export interface $200 {
@@ -6358,32 +6310,22 @@ declare namespace Paths {
6358
6310
  }
6359
6311
  namespace GetEntityActivityFeed {
6360
6312
  namespace Parameters {
6313
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6314
+ export type $1 = Components.Parameters.EntityIdPathParam;
6315
+ export type $4 = Components.Parameters.FromPageQueryParam;
6361
6316
  export type After = string; // date-time
6362
6317
  export type Before = string; // date-time
6363
- export type From = number;
6364
- export type Id = Components.Schemas.EntityId /* uuid */;
6365
6318
  export type IncludeRelations = boolean;
6366
6319
  export type Size = number;
6367
- export type Slug = /**
6368
- * URL-friendly identifier for the entity schema
6369
- * example:
6370
- * contact
6371
- */
6372
- Components.Schemas.EntitySlug;
6373
6320
  /**
6374
6321
  * example:
6375
6322
  * SyncActivity
6376
6323
  */
6377
6324
  export type Type = string;
6378
6325
  }
6379
- export interface PathParameters {
6380
- slug: Parameters.Slug;
6381
- id: Parameters.Id;
6382
- }
6383
6326
  export interface QueryParameters {
6384
6327
  after?: Parameters.After /* date-time */;
6385
6328
  before?: Parameters.Before /* date-time */;
6386
- from?: Parameters.From;
6387
6329
  size?: Parameters.Size;
6388
6330
  type?: /**
6389
6331
  * example:
@@ -6405,21 +6347,9 @@ declare namespace Paths {
6405
6347
  }
6406
6348
  namespace GetRelatedEntitiesCount {
6407
6349
  namespace Parameters {
6408
- export type ExcludeSchemas = string[];
6409
- export type Id = Components.Schemas.EntityId /* uuid */;
6410
- export type Slug = /**
6411
- * URL-friendly identifier for the entity schema
6412
- * example:
6413
- * contact
6414
- */
6415
- Components.Schemas.EntitySlug;
6416
- }
6417
- export interface PathParameters {
6418
- slug: Parameters.Slug;
6419
- id: Parameters.Id;
6420
- }
6421
- export interface QueryParameters {
6422
- exclude_schemas?: Parameters.ExcludeSchemas;
6350
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6351
+ export type $1 = Components.Parameters.EntityIdPathParam;
6352
+ export type $2 = Components.Parameters.ExcludeSchemasQueryParam;
6423
6353
  }
6424
6354
  namespace Responses {
6425
6355
  export type $200 = Components.Schemas.GetRelatedEntitiesCount;
@@ -6427,41 +6357,17 @@ declare namespace Paths {
6427
6357
  }
6428
6358
  namespace GetRelations {
6429
6359
  namespace Parameters {
6430
- export type ExcludeSchemas = /**
6431
- * URL-friendly identifier for the entity schema
6432
- * example:
6433
- * contact
6434
- */
6435
- Components.Schemas.EntitySlug[];
6436
- export type From = number;
6437
- export type Hydrate = boolean;
6438
- export type Id = Components.Schemas.EntityId /* uuid */;
6439
- export type IncludeReverse = boolean;
6440
- export type IncludeSchemas = /**
6441
- * URL-friendly identifier for the entity schema
6442
- * example:
6443
- * contact
6444
- */
6445
- Components.Schemas.EntitySlug[];
6360
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6361
+ export type $1 = Components.Parameters.EntityIdPathParam;
6362
+ export type $2 = Components.Parameters.HydrateEntitiesQueryParam;
6363
+ export type $3 = Components.Parameters.IncludeReverseQueryParam;
6364
+ export type $4 = Components.Parameters.FromPageQueryParam;
6365
+ export type $6 = Components.Parameters.IncludeSchemasQueryParam;
6366
+ export type $7 = Components.Parameters.ExcludeSchemasQueryParam;
6446
6367
  export type Size = number;
6447
- export type Slug = /**
6448
- * URL-friendly identifier for the entity schema
6449
- * example:
6450
- * contact
6451
- */
6452
- Components.Schemas.EntitySlug;
6453
- }
6454
- export interface PathParameters {
6455
- slug: Parameters.Slug;
6456
- id: Parameters.Id;
6457
6368
  }
6458
6369
  export interface QueryParameters {
6459
- hydrate?: Parameters.Hydrate;
6460
- include_reverse?: Parameters.IncludeReverse;
6461
- from?: Parameters.From;
6462
6370
  size?: Parameters.Size;
6463
- include_schemas?: Parameters.IncludeSchemas;
6464
- exclude_schemas?: Parameters.ExcludeSchemas;
6465
6371
  }
6466
6372
  namespace Responses {
6467
6373
  export type $200 = Components.Schemas.GetRelationsResp;
@@ -6469,6 +6375,11 @@ declare namespace Paths {
6469
6375
  }
6470
6376
  namespace GetRelationsV2 {
6471
6377
  namespace Parameters {
6378
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6379
+ export type $1 = Components.Parameters.EntityIdPathParam;
6380
+ export type $2 = Components.Parameters.HydrateEntitiesQueryParam;
6381
+ export type $4 = Components.Parameters.IncludeReverseQueryParam;
6382
+ export type $5 = Components.Parameters.FromPageQueryParam;
6472
6383
  /**
6473
6384
  * example:
6474
6385
  * [
@@ -6478,28 +6389,11 @@ declare namespace Paths {
6478
6389
  * ]
6479
6390
  */
6480
6391
  export type Fields = string[];
6481
- export type From = number;
6482
- export type Hydrate = boolean;
6483
- export type Id = Components.Schemas.EntityId /* uuid */;
6484
- export type IncludeReverse = boolean;
6485
6392
  export type Query = string;
6486
6393
  export type Size = number;
6487
- export type Slug = /**
6488
- * URL-friendly identifier for the entity schema
6489
- * example:
6490
- * contact
6491
- */
6492
- Components.Schemas.EntitySlug;
6493
- }
6494
- export interface PathParameters {
6495
- slug: Parameters.Slug;
6496
- id: Parameters.Id;
6497
6394
  }
6498
6395
  export interface QueryParameters {
6499
- hydrate?: Parameters.Hydrate;
6500
6396
  query?: Parameters.Query;
6501
- include_reverse?: Parameters.IncludeReverse;
6502
- from?: Parameters.From;
6503
6397
  size?: Parameters.Size;
6504
6398
  fields?: /**
6505
6399
  * example:
@@ -6517,41 +6411,17 @@ declare namespace Paths {
6517
6411
  }
6518
6412
  namespace GetRelationsV3 {
6519
6413
  namespace Parameters {
6520
- export type ExcludeSchemas = /**
6521
- * URL-friendly identifier for the entity schema
6522
- * example:
6523
- * contact
6524
- */
6525
- Components.Schemas.EntitySlug[];
6526
- export type From = number;
6527
- export type Hydrate = boolean;
6528
- export type Id = Components.Schemas.EntityId /* uuid */;
6529
- export type IncludeReverse = boolean;
6530
- export type IncludeSchemas = /**
6531
- * URL-friendly identifier for the entity schema
6532
- * example:
6533
- * contact
6534
- */
6535
- Components.Schemas.EntitySlug[];
6414
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6415
+ export type $1 = Components.Parameters.EntityIdPathParam;
6416
+ export type $2 = Components.Parameters.HydrateEntitiesQueryParam;
6417
+ export type $3 = Components.Parameters.IncludeReverseQueryParam;
6418
+ export type $4 = Components.Parameters.FromPageQueryParam;
6419
+ export type $6 = Components.Parameters.IncludeSchemasQueryParam;
6420
+ export type $7 = Components.Parameters.ExcludeSchemasQueryParam;
6536
6421
  export type Size = number;
6537
- export type Slug = /**
6538
- * URL-friendly identifier for the entity schema
6539
- * example:
6540
- * contact
6541
- */
6542
- Components.Schemas.EntitySlug;
6543
- }
6544
- export interface PathParameters {
6545
- slug: Parameters.Slug;
6546
- id: Parameters.Id;
6547
6422
  }
6548
6423
  export interface QueryParameters {
6549
- hydrate?: Parameters.Hydrate;
6550
- include_reverse?: Parameters.IncludeReverse;
6551
- from?: Parameters.From;
6552
6424
  size?: Parameters.Size;
6553
- include_schemas?: Parameters.IncludeSchemas;
6554
- exclude_schemas?: Parameters.ExcludeSchemas;
6555
6425
  }
6556
6426
  namespace Responses {
6557
6427
  export type $200 = Components.Schemas.GetRelationsRespWithPagination;
@@ -6559,10 +6429,7 @@ declare namespace Paths {
6559
6429
  }
6560
6430
  namespace GetSavedView {
6561
6431
  namespace Parameters {
6562
- export type Id = /* Generated uuid for a saved view */ Components.Schemas.SavedViewId /* uuid */;
6563
- }
6564
- export interface PathParameters {
6565
- id: Parameters.Id;
6432
+ export type $0 = Components.Parameters.SavedViewIdPathParam;
6566
6433
  }
6567
6434
  namespace Responses {
6568
6435
  export interface $200 {
@@ -6572,16 +6439,8 @@ declare namespace Paths {
6572
6439
  }
6573
6440
  namespace GetSchema {
6574
6441
  namespace Parameters {
6442
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6575
6443
  export type Id = /* Generated uuid for schema */ Components.Schemas.SchemaId /* uuid */;
6576
- export type Slug = /**
6577
- * URL-friendly identifier for the entity schema
6578
- * example:
6579
- * contact
6580
- */
6581
- Components.Schemas.EntitySlug;
6582
- }
6583
- export interface PathParameters {
6584
- slug: Parameters.Slug;
6585
6444
  }
6586
6445
  export interface QueryParameters {
6587
6446
  id?: Parameters.Id;
@@ -6592,20 +6451,12 @@ declare namespace Paths {
6592
6451
  }
6593
6452
  namespace GetSchemaVersions {
6594
6453
  namespace Parameters {
6454
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6595
6455
  export type DraftsFrom = number;
6596
6456
  export type DraftsSize = number;
6597
- export type Slug = /**
6598
- * URL-friendly identifier for the entity schema
6599
- * example:
6600
- * contact
6601
- */
6602
- Components.Schemas.EntitySlug;
6603
6457
  export type VersionsFrom = number;
6604
6458
  export type VersionsSize = number;
6605
6459
  }
6606
- export interface PathParameters {
6607
- slug: Parameters.Slug;
6608
- }
6609
6460
  export interface QueryParameters {
6610
6461
  versions_from?: Parameters.VersionsFrom;
6611
6462
  versions_size?: Parameters.VersionsSize;
@@ -6621,15 +6472,7 @@ declare namespace Paths {
6621
6472
  }
6622
6473
  namespace GetTaxonomy {
6623
6474
  namespace Parameters {
6624
- export type TaxonomySlug = /**
6625
- * URL-friendly name for taxonomy
6626
- * example:
6627
- * purpose
6628
- */
6629
- Components.Schemas.TaxonomySlug;
6630
- }
6631
- export interface PathParameters {
6632
- taxonomySlug: Parameters.TaxonomySlug;
6475
+ export type $0 = Components.Parameters.TaxonomySlugPathParam;
6633
6476
  }
6634
6477
  namespace Responses {
6635
6478
  export type $200 = Components.Schemas.Taxonomy;
@@ -6696,24 +6539,10 @@ declare namespace Paths {
6696
6539
  }
6697
6540
  namespace ListTaxonomyClassificationsForSchema {
6698
6541
  namespace Parameters {
6542
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6543
+ export type $1 = Components.Parameters.TaxonomySlugPathParam;
6699
6544
  export type Query = string;
6700
6545
  export type Size = number;
6701
- export type Slug = /**
6702
- * URL-friendly identifier for the entity schema
6703
- * example:
6704
- * contact
6705
- */
6706
- Components.Schemas.EntitySlug;
6707
- export type TaxonomySlug = /**
6708
- * URL-friendly name for taxonomy
6709
- * example:
6710
- * purpose
6711
- */
6712
- Components.Schemas.TaxonomySlug;
6713
- }
6714
- export interface PathParameters {
6715
- slug: Parameters.Slug;
6716
- taxonomySlug: Parameters.TaxonomySlug;
6717
6546
  }
6718
6547
  export interface QueryParameters {
6719
6548
  query?: Parameters.Query;
@@ -6727,30 +6556,11 @@ declare namespace Paths {
6727
6556
  }
6728
6557
  namespace PatchEntity {
6729
6558
  namespace Parameters {
6730
- export type ActivityId = /**
6731
- * See https://github.com/ulid/spec
6732
- * example:
6733
- * 01F130Q52Q6MWSNS8N2AVXV4JN
6734
- */
6735
- Components.Schemas.ActivityId /* ulid */;
6736
- export type Async = boolean;
6737
- export type DryRun = boolean;
6738
- export type Id = Components.Schemas.EntityId /* uuid */;
6739
- export type Slug = /**
6740
- * URL-friendly identifier for the entity schema
6741
- * example:
6742
- * contact
6743
- */
6744
- Components.Schemas.EntitySlug;
6745
- }
6746
- export interface PathParameters {
6747
- slug: Parameters.Slug;
6748
- id: Parameters.Id;
6749
- }
6750
- export interface QueryParameters {
6751
- activity_id?: Parameters.ActivityId;
6752
- dry_run?: Parameters.DryRun;
6753
- async?: Parameters.Async;
6559
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6560
+ export type $1 = Components.Parameters.EntityIdPathParam;
6561
+ export type $2 = Components.Parameters.ActivityIdQueryParam;
6562
+ export type $3 = Components.Parameters.DryRunQueryParam;
6563
+ export type $4 = Components.Parameters.AsyncOperationQueryParam;
6754
6564
  }
6755
6565
  export type RequestBody = /**
6756
6566
  * example:
@@ -6835,16 +6645,8 @@ declare namespace Paths {
6835
6645
  }
6836
6646
  namespace PutSchema {
6837
6647
  namespace Parameters {
6648
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6838
6649
  export type Draft = boolean;
6839
- export type Slug = /**
6840
- * URL-friendly identifier for the entity schema
6841
- * example:
6842
- * contact
6843
- */
6844
- Components.Schemas.EntitySlug;
6845
- }
6846
- export interface PathParameters {
6847
- slug: Parameters.Slug;
6848
6650
  }
6849
6651
  export interface QueryParameters {
6850
6652
  draft?: Parameters.Draft;
@@ -6862,10 +6664,7 @@ declare namespace Paths {
6862
6664
  }
6863
6665
  namespace TaxonomiesClassificationsSearch {
6864
6666
  namespace Parameters {
6865
- export type TaxonomySlug = string;
6866
- }
6867
- export interface QueryParameters {
6868
- taxonomySlug: Parameters.TaxonomySlug;
6667
+ export type $0 = Components.Parameters.TaxonomySlugQueryParam;
6869
6668
  }
6870
6669
  export interface RequestBody {
6871
6670
  classificationIds?: Components.Schemas.ClassificationId /* uuid */[];
@@ -6878,12 +6677,9 @@ declare namespace Paths {
6878
6677
  }
6879
6678
  namespace TaxonomyAutocomplete {
6880
6679
  namespace Parameters {
6680
+ export type $0 = Components.Parameters.TaxonomySlugPathParam;
6881
6681
  export type Query = string;
6882
6682
  export type Size = number;
6883
- export type TaxonomySlug = string;
6884
- }
6885
- export interface PathParameters {
6886
- taxonomySlug: Parameters.TaxonomySlug;
6887
6683
  }
6888
6684
  export interface QueryParameters {
6889
6685
  query?: Parameters.Query;
@@ -6897,10 +6693,7 @@ declare namespace Paths {
6897
6693
  }
6898
6694
  namespace UpdateClassificationsForTaxonomy {
6899
6695
  namespace Parameters {
6900
- export type TaxonomySlug = string;
6901
- }
6902
- export interface PathParameters {
6903
- taxonomySlug: Parameters.TaxonomySlug;
6696
+ export type $0 = Components.Parameters.TaxonomySlugPathParam;
6904
6697
  }
6905
6698
  export type RequestBody = Components.Schemas.ClassificationsUpdate;
6906
6699
  namespace Responses {
@@ -6915,28 +6708,10 @@ declare namespace Paths {
6915
6708
  }
6916
6709
  namespace UpdateEntity {
6917
6710
  namespace Parameters {
6918
- export type ActivityId = /**
6919
- * See https://github.com/ulid/spec
6920
- * example:
6921
- * 01F130Q52Q6MWSNS8N2AVXV4JN
6922
- */
6923
- Components.Schemas.ActivityId /* ulid */;
6924
- export type Async = boolean;
6925
- export type Id = Components.Schemas.EntityId /* uuid */;
6926
- export type Slug = /**
6927
- * URL-friendly identifier for the entity schema
6928
- * example:
6929
- * contact
6930
- */
6931
- Components.Schemas.EntitySlug;
6932
- }
6933
- export interface PathParameters {
6934
- slug: Parameters.Slug;
6935
- id: Parameters.Id;
6936
- }
6937
- export interface QueryParameters {
6938
- activity_id?: Parameters.ActivityId;
6939
- async?: Parameters.Async;
6711
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6712
+ export type $1 = Components.Parameters.EntityIdPathParam;
6713
+ export type $2 = Components.Parameters.ActivityIdQueryParam;
6714
+ export type $3 = Components.Parameters.AsyncOperationQueryParam;
6940
6715
  }
6941
6716
  export type RequestBody = /**
6942
6717
  * example:
@@ -7019,33 +6794,17 @@ declare namespace Paths {
7019
6794
  }
7020
6795
  namespace UpdateRelation {
7021
6796
  namespace Parameters {
7022
- export type ActivityId = /**
7023
- * See https://github.com/ulid/spec
7024
- * example:
7025
- * 01F130Q52Q6MWSNS8N2AVXV4JN
7026
- */
7027
- Components.Schemas.ActivityId /* ulid */;
7028
- export type Async = boolean;
6797
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6798
+ export type $1 = Components.Parameters.EntityIdPathParam;
6799
+ export type $4 = Components.Parameters.AsyncOperationQueryParam;
6800
+ export type $5 = Components.Parameters.ActivityIdQueryParam;
7029
6801
  export type Attribute = string;
7030
6802
  export type EntityId = string;
7031
- export type Id = Components.Schemas.EntityId /* uuid */;
7032
- export type Slug = /**
7033
- * URL-friendly identifier for the entity schema
7034
- * example:
7035
- * contact
7036
- */
7037
- Components.Schemas.EntitySlug;
7038
6803
  }
7039
6804
  export interface PathParameters {
7040
- slug: Parameters.Slug;
7041
- id: Parameters.Id;
7042
6805
  attribute: Parameters.Attribute;
7043
6806
  entity_id: Parameters.EntityId;
7044
6807
  }
7045
- export interface QueryParameters {
7046
- async?: Parameters.Async;
7047
- activity_id?: Parameters.ActivityId;
7048
- }
7049
6808
  export interface RequestBody {
7050
6809
  _tags?: string[];
7051
6810
  }
@@ -7055,10 +6814,7 @@ declare namespace Paths {
7055
6814
  }
7056
6815
  namespace UpdateSavedView {
7057
6816
  namespace Parameters {
7058
- export type Id = /* Generated uuid for a saved view */ Components.Schemas.SavedViewId /* uuid */;
7059
- }
7060
- export interface PathParameters {
7061
- id: Parameters.Id;
6817
+ export type $0 = Components.Parameters.SavedViewIdPathParam;
7062
6818
  }
7063
6819
  export type RequestBody = /* A saved entity view */ Components.Schemas.SavedView;
7064
6820
  namespace Responses {
@@ -7067,28 +6823,10 @@ declare namespace Paths {
7067
6823
  }
7068
6824
  namespace UpsertEntity {
7069
6825
  namespace Parameters {
7070
- export type ActivityId = /**
7071
- * See https://github.com/ulid/spec
7072
- * example:
7073
- * 01F130Q52Q6MWSNS8N2AVXV4JN
7074
- */
7075
- Components.Schemas.ActivityId /* ulid */;
7076
- export type Async = boolean;
7077
- export type DryRun = boolean;
7078
- export type Slug = /**
7079
- * URL-friendly identifier for the entity schema
7080
- * example:
7081
- * contact
7082
- */
7083
- Components.Schemas.EntitySlug;
7084
- }
7085
- export interface PathParameters {
7086
- slug: Parameters.Slug;
7087
- }
7088
- export interface QueryParameters {
7089
- activity_id?: Parameters.ActivityId;
7090
- dry_run?: Parameters.DryRun;
7091
- async?: Parameters.Async;
6826
+ export type $0 = Components.Parameters.EntitySlugPathParam;
6827
+ export type $1 = Components.Parameters.ActivityIdQueryParam;
6828
+ export type $2 = Components.Parameters.DryRunQueryParam;
6829
+ export type $3 = Components.Parameters.AsyncOperationQueryParam;
7092
6830
  }
7093
6831
  export interface RequestBody {
7094
6832
  /**
@@ -7242,7 +6980,7 @@ export interface OperationMethods {
7242
6980
  * By default gets the latest version of the Schema and to get the specific version of schema pass the id.
7243
6981
  */
7244
6982
  'getSchema'(
7245
- parameters?: Parameters<Paths.GetSchema.PathParameters & Paths.GetSchema.QueryParameters> | null,
6983
+ parameters?: Parameters<Paths.GetSchema.QueryParameters> | null,
7246
6984
  data?: any,
7247
6985
  config?: AxiosRequestConfig
7248
6986
  ): OperationResponse<Paths.GetSchema.Responses.$200>
@@ -7252,7 +6990,7 @@ export interface OperationMethods {
7252
6990
  * Create or update a schema with a new version
7253
6991
  */
7254
6992
  'putSchema'(
7255
- parameters?: Parameters<Paths.PutSchema.PathParameters & Paths.PutSchema.QueryParameters> | null,
6993
+ parameters?: Parameters<Paths.PutSchema.QueryParameters> | null,
7256
6994
  data?: Paths.PutSchema.RequestBody,
7257
6995
  config?: AxiosRequestConfig
7258
6996
  ): OperationResponse<Paths.PutSchema.Responses.$200>
@@ -7262,7 +7000,7 @@ export interface OperationMethods {
7262
7000
  * Delete a schema, or a specific version of a schema
7263
7001
  */
7264
7002
  'deleteSchema'(
7265
- parameters?: Parameters<Paths.DeleteSchema.PathParameters> | null,
7003
+ parameters?: Parameters<UnknownParamsObject> | null,
7266
7004
  data?: any,
7267
7005
  config?: AxiosRequestConfig
7268
7006
  ): OperationResponse<Paths.DeleteSchema.Responses.$204>
@@ -7272,7 +7010,7 @@ export interface OperationMethods {
7272
7010
  * Get all versions of this schema ordered by the latest versions including drafts.
7273
7011
  */
7274
7012
  'getSchemaVersions'(
7275
- parameters?: Parameters<Paths.GetSchemaVersions.PathParameters & Paths.GetSchemaVersions.QueryParameters> | null,
7013
+ parameters?: Parameters<Paths.GetSchemaVersions.QueryParameters> | null,
7276
7014
  data?: any,
7277
7015
  config?: AxiosRequestConfig
7278
7016
  ): OperationResponse<Paths.GetSchemaVersions.Responses.$200>
@@ -7292,7 +7030,7 @@ export interface OperationMethods {
7292
7030
  * List taxonomy classifications for a given schema
7293
7031
  */
7294
7032
  'listTaxonomyClassificationsForSchema'(
7295
- parameters?: Parameters<Paths.ListTaxonomyClassificationsForSchema.PathParameters & Paths.ListTaxonomyClassificationsForSchema.QueryParameters> | null,
7033
+ parameters?: Parameters<Paths.ListTaxonomyClassificationsForSchema.QueryParameters> | null,
7296
7034
  data?: any,
7297
7035
  config?: AxiosRequestConfig
7298
7036
  ): OperationResponse<Paths.ListTaxonomyClassificationsForSchema.Responses.$200>
@@ -7402,7 +7140,7 @@ export interface OperationMethods {
7402
7140
  *
7403
7141
  */
7404
7142
  'createEntity'(
7405
- parameters?: Parameters<Paths.CreateEntity.PathParameters & Paths.CreateEntity.QueryParameters> | null,
7143
+ parameters?: Parameters<UnknownParamsObject> | null,
7406
7144
  data?: Paths.CreateEntity.RequestBody,
7407
7145
  config?: AxiosRequestConfig
7408
7146
  ): OperationResponse<Paths.CreateEntity.Responses.$201>
@@ -7421,7 +7159,7 @@ export interface OperationMethods {
7421
7159
  *
7422
7160
  */
7423
7161
  'upsertEntity'(
7424
- parameters?: Parameters<Paths.UpsertEntity.PathParameters & Paths.UpsertEntity.QueryParameters> | null,
7162
+ parameters?: Parameters<UnknownParamsObject> | null,
7425
7163
  data?: Paths.UpsertEntity.RequestBody,
7426
7164
  config?: AxiosRequestConfig
7427
7165
  ): OperationResponse<Paths.UpsertEntity.Responses.$200 | Paths.UpsertEntity.Responses.$201>
@@ -7494,7 +7232,7 @@ export interface OperationMethods {
7494
7232
  *
7495
7233
  */
7496
7234
  'getEntity'(
7497
- parameters?: Parameters<Paths.GetEntity.PathParameters & Paths.GetEntity.QueryParameters> | null,
7235
+ parameters?: Parameters<UnknownParamsObject> | null,
7498
7236
  data?: any,
7499
7237
  config?: AxiosRequestConfig
7500
7238
  ): OperationResponse<Paths.GetEntity.Responses.$200>
@@ -7529,7 +7267,7 @@ export interface OperationMethods {
7529
7267
  *
7530
7268
  */
7531
7269
  'updateEntity'(
7532
- parameters?: Parameters<Paths.UpdateEntity.PathParameters & Paths.UpdateEntity.QueryParameters> | null,
7270
+ parameters?: Parameters<UnknownParamsObject> | null,
7533
7271
  data?: Paths.UpdateEntity.RequestBody,
7534
7272
  config?: AxiosRequestConfig
7535
7273
  ): OperationResponse<Paths.UpdateEntity.Responses.$200>
@@ -7566,7 +7304,7 @@ export interface OperationMethods {
7566
7304
  *
7567
7305
  */
7568
7306
  'patchEntity'(
7569
- parameters?: Parameters<Paths.PatchEntity.PathParameters & Paths.PatchEntity.QueryParameters> | null,
7307
+ parameters?: Parameters<UnknownParamsObject> | null,
7570
7308
  data?: Paths.PatchEntity.RequestBody,
7571
7309
  config?: AxiosRequestConfig
7572
7310
  ): OperationResponse<Paths.PatchEntity.Responses.$200>
@@ -7581,7 +7319,7 @@ export interface OperationMethods {
7581
7319
  *
7582
7320
  */
7583
7321
  'deleteEntity'(
7584
- parameters?: Parameters<Paths.DeleteEntity.PathParameters & Paths.DeleteEntity.QueryParameters> | null,
7322
+ parameters?: Parameters<UnknownParamsObject> | null,
7585
7323
  data?: any,
7586
7324
  config?: AxiosRequestConfig
7587
7325
  ): OperationResponse<Paths.DeleteEntity.Responses.$200>
@@ -7616,7 +7354,7 @@ export interface OperationMethods {
7616
7354
  * Get activity by id
7617
7355
  */
7618
7356
  'getActivity'(
7619
- parameters?: Parameters<Paths.GetActivity.PathParameters & Paths.GetActivity.QueryParameters> | null,
7357
+ parameters?: Parameters<Paths.GetActivity.QueryParameters> | null,
7620
7358
  data?: any,
7621
7359
  config?: AxiosRequestConfig
7622
7360
  ): OperationResponse<Paths.GetActivity.Responses.$200>
@@ -7626,7 +7364,7 @@ export interface OperationMethods {
7626
7364
  * Attach existing activity to entity activity feeds
7627
7365
  */
7628
7366
  'attachActivity'(
7629
- parameters?: Parameters<Paths.AttachActivity.PathParameters & Paths.AttachActivity.QueryParameters> | null,
7367
+ parameters?: Parameters<Paths.AttachActivity.QueryParameters> | null,
7630
7368
  data?: any,
7631
7369
  config?: AxiosRequestConfig
7632
7370
  ): OperationResponse<Paths.AttachActivity.Responses.$200>
@@ -7637,7 +7375,7 @@ export interface OperationMethods {
7637
7375
  *
7638
7376
  */
7639
7377
  'getEntityActivityFeed'(
7640
- parameters?: Parameters<Paths.GetEntityActivityFeed.PathParameters & Paths.GetEntityActivityFeed.QueryParameters> | null,
7378
+ parameters?: Parameters<Paths.GetEntityActivityFeed.QueryParameters> | null,
7641
7379
  data?: any,
7642
7380
  config?: AxiosRequestConfig
7643
7381
  ): OperationResponse<Paths.GetEntityActivityFeed.Responses.$200>
@@ -7652,7 +7390,7 @@ export interface OperationMethods {
7652
7390
  *
7653
7391
  */
7654
7392
  'getRelations'(
7655
- parameters?: Parameters<Paths.GetRelations.PathParameters & Paths.GetRelations.QueryParameters> | null,
7393
+ parameters?: Parameters<Paths.GetRelations.QueryParameters> | null,
7656
7394
  data?: any,
7657
7395
  config?: AxiosRequestConfig
7658
7396
  ): OperationResponse<Paths.GetRelations.Responses.$200>
@@ -7662,7 +7400,7 @@ export interface OperationMethods {
7662
7400
  * Relates one or more entities to parent entity by adding items to a relation attribute
7663
7401
  */
7664
7402
  'addRelations'(
7665
- parameters?: Parameters<Paths.AddRelations.PathParameters & Paths.AddRelations.QueryParameters> | null,
7403
+ parameters?: Parameters<UnknownParamsObject> | null,
7666
7404
  data?: Paths.AddRelations.RequestBody,
7667
7405
  config?: AxiosRequestConfig
7668
7406
  ): OperationResponse<Paths.AddRelations.Responses.$200>
@@ -7677,7 +7415,7 @@ export interface OperationMethods {
7677
7415
  *
7678
7416
  */
7679
7417
  'getRelationsV2'(
7680
- parameters?: Parameters<Paths.GetRelationsV2.PathParameters & Paths.GetRelationsV2.QueryParameters> | null,
7418
+ parameters?: Parameters<Paths.GetRelationsV2.QueryParameters> | null,
7681
7419
  data?: any,
7682
7420
  config?: AxiosRequestConfig
7683
7421
  ): OperationResponse<Paths.GetRelationsV2.Responses.$200>
@@ -7692,7 +7430,7 @@ export interface OperationMethods {
7692
7430
  *
7693
7431
  */
7694
7432
  'getRelationsV3'(
7695
- parameters?: Parameters<Paths.GetRelationsV3.PathParameters & Paths.GetRelationsV3.QueryParameters> | null,
7433
+ parameters?: Parameters<Paths.GetRelationsV3.QueryParameters> | null,
7696
7434
  data?: any,
7697
7435
  config?: AxiosRequestConfig
7698
7436
  ): OperationResponse<Paths.GetRelationsV3.Responses.$200>
@@ -7703,7 +7441,7 @@ export interface OperationMethods {
7703
7441
  *
7704
7442
  */
7705
7443
  'getRelatedEntitiesCount'(
7706
- parameters?: Parameters<Paths.GetRelatedEntitiesCount.PathParameters & Paths.GetRelatedEntitiesCount.QueryParameters> | null,
7444
+ parameters?: Parameters<UnknownParamsObject> | null,
7707
7445
  data?: any,
7708
7446
  config?: AxiosRequestConfig
7709
7447
  ): OperationResponse<Paths.GetRelatedEntitiesCount.Responses.$200>
@@ -7713,7 +7451,7 @@ export interface OperationMethods {
7713
7451
  * Updates an existing relation between two entities.
7714
7452
  */
7715
7453
  'updateRelation'(
7716
- parameters?: Parameters<Paths.UpdateRelation.PathParameters & Paths.UpdateRelation.QueryParameters> | null,
7454
+ parameters?: Parameters<Paths.UpdateRelation.PathParameters> | null,
7717
7455
  data?: Paths.UpdateRelation.RequestBody,
7718
7456
  config?: AxiosRequestConfig
7719
7457
  ): OperationResponse<Paths.UpdateRelation.Responses.$200>
@@ -7723,7 +7461,7 @@ export interface OperationMethods {
7723
7461
  * Removes relation between two entities
7724
7462
  */
7725
7463
  'deleteRelation'(
7726
- parameters?: Parameters<Paths.DeleteRelation.PathParameters & Paths.DeleteRelation.QueryParameters> | null,
7464
+ parameters?: Parameters<Paths.DeleteRelation.PathParameters> | null,
7727
7465
  data?: any,
7728
7466
  config?: AxiosRequestConfig
7729
7467
  ): OperationResponse<Paths.DeleteRelation.Responses.$204>
@@ -7776,7 +7514,7 @@ export interface OperationMethods {
7776
7514
  * Gets Saved View configuration by id.
7777
7515
  */
7778
7516
  'getSavedView'(
7779
- parameters?: Parameters<Paths.GetSavedView.PathParameters> | null,
7517
+ parameters?: Parameters<UnknownParamsObject> | null,
7780
7518
  data?: any,
7781
7519
  config?: AxiosRequestConfig
7782
7520
  ): OperationResponse<Paths.GetSavedView.Responses.$200>
@@ -7786,7 +7524,7 @@ export interface OperationMethods {
7786
7524
  * Updates a saved view
7787
7525
  */
7788
7526
  'updateSavedView'(
7789
- parameters?: Parameters<Paths.UpdateSavedView.PathParameters> | null,
7527
+ parameters?: Parameters<UnknownParamsObject> | null,
7790
7528
  data?: Paths.UpdateSavedView.RequestBody,
7791
7529
  config?: AxiosRequestConfig
7792
7530
  ): OperationResponse<Paths.UpdateSavedView.Responses.$200>
@@ -7796,7 +7534,7 @@ export interface OperationMethods {
7796
7534
  * Deletes a saved view
7797
7535
  */
7798
7536
  'deleteSavedView'(
7799
- parameters?: Parameters<Paths.DeleteSavedView.PathParameters> | null,
7537
+ parameters?: Parameters<UnknownParamsObject> | null,
7800
7538
  data?: any,
7801
7539
  config?: AxiosRequestConfig
7802
7540
  ): OperationResponse<Paths.DeleteSavedView.Responses.$200>
@@ -7826,7 +7564,7 @@ export interface OperationMethods {
7826
7564
  * Get taxonomy by slug
7827
7565
  */
7828
7566
  'getTaxonomy'(
7829
- parameters?: Parameters<Paths.GetTaxonomy.PathParameters> | null,
7567
+ parameters?: Parameters<UnknownParamsObject> | null,
7830
7568
  data?: any,
7831
7569
  config?: AxiosRequestConfig
7832
7570
  ): OperationResponse<Paths.GetTaxonomy.Responses.$200>
@@ -7836,7 +7574,7 @@ export interface OperationMethods {
7836
7574
  * Taxonomies autocomplete
7837
7575
  */
7838
7576
  'taxonomyAutocomplete'(
7839
- parameters?: Parameters<Paths.TaxonomyAutocomplete.PathParameters & Paths.TaxonomyAutocomplete.QueryParameters> | null,
7577
+ parameters?: Parameters<Paths.TaxonomyAutocomplete.QueryParameters> | null,
7840
7578
  data?: any,
7841
7579
  config?: AxiosRequestConfig
7842
7580
  ): OperationResponse<Paths.TaxonomyAutocomplete.Responses.$200>
@@ -7846,7 +7584,7 @@ export interface OperationMethods {
7846
7584
  * List taxonomy classifications in an organisation based on taxonomy slug
7847
7585
  */
7848
7586
  'taxonomiesClassificationsSearch'(
7849
- parameters?: Parameters<Paths.TaxonomiesClassificationsSearch.QueryParameters> | null,
7587
+ parameters?: Parameters<UnknownParamsObject> | null,
7850
7588
  data?: Paths.TaxonomiesClassificationsSearch.RequestBody,
7851
7589
  config?: AxiosRequestConfig
7852
7590
  ): OperationResponse<Paths.TaxonomiesClassificationsSearch.Responses.$200>
@@ -7856,7 +7594,7 @@ export interface OperationMethods {
7856
7594
  * Update taxonomies in an organisation based in taxonomy slug
7857
7595
  */
7858
7596
  'updateClassificationsForTaxonomy'(
7859
- parameters?: Parameters<Paths.UpdateClassificationsForTaxonomy.PathParameters> | null,
7597
+ parameters?: Parameters<UnknownParamsObject> | null,
7860
7598
  data?: Paths.UpdateClassificationsForTaxonomy.RequestBody,
7861
7599
  config?: AxiosRequestConfig
7862
7600
  ): OperationResponse<Paths.UpdateClassificationsForTaxonomy.Responses.$200>
@@ -7882,7 +7620,7 @@ export interface PathsDictionary {
7882
7620
  * By default gets the latest version of the Schema and to get the specific version of schema pass the id.
7883
7621
  */
7884
7622
  'get'(
7885
- parameters?: Parameters<Paths.GetSchema.PathParameters & Paths.GetSchema.QueryParameters> | null,
7623
+ parameters?: Parameters<Paths.GetSchema.QueryParameters> | null,
7886
7624
  data?: any,
7887
7625
  config?: AxiosRequestConfig
7888
7626
  ): OperationResponse<Paths.GetSchema.Responses.$200>
@@ -7892,7 +7630,7 @@ export interface PathsDictionary {
7892
7630
  * Create or update a schema with a new version
7893
7631
  */
7894
7632
  'put'(
7895
- parameters?: Parameters<Paths.PutSchema.PathParameters & Paths.PutSchema.QueryParameters> | null,
7633
+ parameters?: Parameters<Paths.PutSchema.QueryParameters> | null,
7896
7634
  data?: Paths.PutSchema.RequestBody,
7897
7635
  config?: AxiosRequestConfig
7898
7636
  ): OperationResponse<Paths.PutSchema.Responses.$200>
@@ -7902,7 +7640,7 @@ export interface PathsDictionary {
7902
7640
  * Delete a schema, or a specific version of a schema
7903
7641
  */
7904
7642
  'delete'(
7905
- parameters?: Parameters<Paths.DeleteSchema.PathParameters> | null,
7643
+ parameters?: Parameters<UnknownParamsObject> | null,
7906
7644
  data?: any,
7907
7645
  config?: AxiosRequestConfig
7908
7646
  ): OperationResponse<Paths.DeleteSchema.Responses.$204>
@@ -7914,7 +7652,7 @@ export interface PathsDictionary {
7914
7652
  * Get all versions of this schema ordered by the latest versions including drafts.
7915
7653
  */
7916
7654
  'get'(
7917
- parameters?: Parameters<Paths.GetSchemaVersions.PathParameters & Paths.GetSchemaVersions.QueryParameters> | null,
7655
+ parameters?: Parameters<Paths.GetSchemaVersions.QueryParameters> | null,
7918
7656
  data?: any,
7919
7657
  config?: AxiosRequestConfig
7920
7658
  ): OperationResponse<Paths.GetSchemaVersions.Responses.$200>
@@ -7938,7 +7676,7 @@ export interface PathsDictionary {
7938
7676
  * List taxonomy classifications for a given schema
7939
7677
  */
7940
7678
  'get'(
7941
- parameters?: Parameters<Paths.ListTaxonomyClassificationsForSchema.PathParameters & Paths.ListTaxonomyClassificationsForSchema.QueryParameters> | null,
7679
+ parameters?: Parameters<Paths.ListTaxonomyClassificationsForSchema.QueryParameters> | null,
7942
7680
  data?: any,
7943
7681
  config?: AxiosRequestConfig
7944
7682
  ): OperationResponse<Paths.ListTaxonomyClassificationsForSchema.Responses.$200>
@@ -8052,7 +7790,7 @@ export interface PathsDictionary {
8052
7790
  *
8053
7791
  */
8054
7792
  'post'(
8055
- parameters?: Parameters<Paths.CreateEntity.PathParameters & Paths.CreateEntity.QueryParameters> | null,
7793
+ parameters?: Parameters<UnknownParamsObject> | null,
8056
7794
  data?: Paths.CreateEntity.RequestBody,
8057
7795
  config?: AxiosRequestConfig
8058
7796
  ): OperationResponse<Paths.CreateEntity.Responses.$201>
@@ -8073,7 +7811,7 @@ export interface PathsDictionary {
8073
7811
  *
8074
7812
  */
8075
7813
  'patch'(
8076
- parameters?: Parameters<Paths.UpsertEntity.PathParameters & Paths.UpsertEntity.QueryParameters> | null,
7814
+ parameters?: Parameters<UnknownParamsObject> | null,
8077
7815
  data?: Paths.UpsertEntity.RequestBody,
8078
7816
  config?: AxiosRequestConfig
8079
7817
  ): OperationResponse<Paths.UpsertEntity.Responses.$200 | Paths.UpsertEntity.Responses.$201>
@@ -8148,7 +7886,7 @@ export interface PathsDictionary {
8148
7886
  *
8149
7887
  */
8150
7888
  'get'(
8151
- parameters?: Parameters<Paths.GetEntity.PathParameters & Paths.GetEntity.QueryParameters> | null,
7889
+ parameters?: Parameters<UnknownParamsObject> | null,
8152
7890
  data?: any,
8153
7891
  config?: AxiosRequestConfig
8154
7892
  ): OperationResponse<Paths.GetEntity.Responses.$200>
@@ -8183,7 +7921,7 @@ export interface PathsDictionary {
8183
7921
  *
8184
7922
  */
8185
7923
  'put'(
8186
- parameters?: Parameters<Paths.UpdateEntity.PathParameters & Paths.UpdateEntity.QueryParameters> | null,
7924
+ parameters?: Parameters<UnknownParamsObject> | null,
8187
7925
  data?: Paths.UpdateEntity.RequestBody,
8188
7926
  config?: AxiosRequestConfig
8189
7927
  ): OperationResponse<Paths.UpdateEntity.Responses.$200>
@@ -8220,7 +7958,7 @@ export interface PathsDictionary {
8220
7958
  *
8221
7959
  */
8222
7960
  'patch'(
8223
- parameters?: Parameters<Paths.PatchEntity.PathParameters & Paths.PatchEntity.QueryParameters> | null,
7961
+ parameters?: Parameters<UnknownParamsObject> | null,
8224
7962
  data?: Paths.PatchEntity.RequestBody,
8225
7963
  config?: AxiosRequestConfig
8226
7964
  ): OperationResponse<Paths.PatchEntity.Responses.$200>
@@ -8235,7 +7973,7 @@ export interface PathsDictionary {
8235
7973
  *
8236
7974
  */
8237
7975
  'delete'(
8238
- parameters?: Parameters<Paths.DeleteEntity.PathParameters & Paths.DeleteEntity.QueryParameters> | null,
7976
+ parameters?: Parameters<UnknownParamsObject> | null,
8239
7977
  data?: any,
8240
7978
  config?: AxiosRequestConfig
8241
7979
  ): OperationResponse<Paths.DeleteEntity.Responses.$200>
@@ -8276,7 +8014,7 @@ export interface PathsDictionary {
8276
8014
  * Get activity by id
8277
8015
  */
8278
8016
  'get'(
8279
- parameters?: Parameters<Paths.GetActivity.PathParameters & Paths.GetActivity.QueryParameters> | null,
8017
+ parameters?: Parameters<Paths.GetActivity.QueryParameters> | null,
8280
8018
  data?: any,
8281
8019
  config?: AxiosRequestConfig
8282
8020
  ): OperationResponse<Paths.GetActivity.Responses.$200>
@@ -8288,7 +8026,7 @@ export interface PathsDictionary {
8288
8026
  * Attach existing activity to entity activity feeds
8289
8027
  */
8290
8028
  'post'(
8291
- parameters?: Parameters<Paths.AttachActivity.PathParameters & Paths.AttachActivity.QueryParameters> | null,
8029
+ parameters?: Parameters<Paths.AttachActivity.QueryParameters> | null,
8292
8030
  data?: any,
8293
8031
  config?: AxiosRequestConfig
8294
8032
  ): OperationResponse<Paths.AttachActivity.Responses.$200>
@@ -8301,7 +8039,7 @@ export interface PathsDictionary {
8301
8039
  *
8302
8040
  */
8303
8041
  'get'(
8304
- parameters?: Parameters<Paths.GetEntityActivityFeed.PathParameters & Paths.GetEntityActivityFeed.QueryParameters> | null,
8042
+ parameters?: Parameters<Paths.GetEntityActivityFeed.QueryParameters> | null,
8305
8043
  data?: any,
8306
8044
  config?: AxiosRequestConfig
8307
8045
  ): OperationResponse<Paths.GetEntityActivityFeed.Responses.$200>
@@ -8318,7 +8056,7 @@ export interface PathsDictionary {
8318
8056
  *
8319
8057
  */
8320
8058
  'get'(
8321
- parameters?: Parameters<Paths.GetRelations.PathParameters & Paths.GetRelations.QueryParameters> | null,
8059
+ parameters?: Parameters<Paths.GetRelations.QueryParameters> | null,
8322
8060
  data?: any,
8323
8061
  config?: AxiosRequestConfig
8324
8062
  ): OperationResponse<Paths.GetRelations.Responses.$200>
@@ -8328,7 +8066,7 @@ export interface PathsDictionary {
8328
8066
  * Relates one or more entities to parent entity by adding items to a relation attribute
8329
8067
  */
8330
8068
  'post'(
8331
- parameters?: Parameters<Paths.AddRelations.PathParameters & Paths.AddRelations.QueryParameters> | null,
8069
+ parameters?: Parameters<UnknownParamsObject> | null,
8332
8070
  data?: Paths.AddRelations.RequestBody,
8333
8071
  config?: AxiosRequestConfig
8334
8072
  ): OperationResponse<Paths.AddRelations.Responses.$200>
@@ -8345,7 +8083,7 @@ export interface PathsDictionary {
8345
8083
  *
8346
8084
  */
8347
8085
  'get'(
8348
- parameters?: Parameters<Paths.GetRelationsV2.PathParameters & Paths.GetRelationsV2.QueryParameters> | null,
8086
+ parameters?: Parameters<Paths.GetRelationsV2.QueryParameters> | null,
8349
8087
  data?: any,
8350
8088
  config?: AxiosRequestConfig
8351
8089
  ): OperationResponse<Paths.GetRelationsV2.Responses.$200>
@@ -8362,7 +8100,7 @@ export interface PathsDictionary {
8362
8100
  *
8363
8101
  */
8364
8102
  'get'(
8365
- parameters?: Parameters<Paths.GetRelationsV3.PathParameters & Paths.GetRelationsV3.QueryParameters> | null,
8103
+ parameters?: Parameters<Paths.GetRelationsV3.QueryParameters> | null,
8366
8104
  data?: any,
8367
8105
  config?: AxiosRequestConfig
8368
8106
  ): OperationResponse<Paths.GetRelationsV3.Responses.$200>
@@ -8375,7 +8113,7 @@ export interface PathsDictionary {
8375
8113
  *
8376
8114
  */
8377
8115
  'get'(
8378
- parameters?: Parameters<Paths.GetRelatedEntitiesCount.PathParameters & Paths.GetRelatedEntitiesCount.QueryParameters> | null,
8116
+ parameters?: Parameters<UnknownParamsObject> | null,
8379
8117
  data?: any,
8380
8118
  config?: AxiosRequestConfig
8381
8119
  ): OperationResponse<Paths.GetRelatedEntitiesCount.Responses.$200>
@@ -8387,7 +8125,7 @@ export interface PathsDictionary {
8387
8125
  * Updates an existing relation between two entities.
8388
8126
  */
8389
8127
  'put'(
8390
- parameters?: Parameters<Paths.UpdateRelation.PathParameters & Paths.UpdateRelation.QueryParameters> | null,
8128
+ parameters?: Parameters<Paths.UpdateRelation.PathParameters> | null,
8391
8129
  data?: Paths.UpdateRelation.RequestBody,
8392
8130
  config?: AxiosRequestConfig
8393
8131
  ): OperationResponse<Paths.UpdateRelation.Responses.$200>
@@ -8397,7 +8135,7 @@ export interface PathsDictionary {
8397
8135
  * Removes relation between two entities
8398
8136
  */
8399
8137
  'delete'(
8400
- parameters?: Parameters<Paths.DeleteRelation.PathParameters & Paths.DeleteRelation.QueryParameters> | null,
8138
+ parameters?: Parameters<Paths.DeleteRelation.PathParameters> | null,
8401
8139
  data?: any,
8402
8140
  config?: AxiosRequestConfig
8403
8141
  ): OperationResponse<Paths.DeleteRelation.Responses.$204>
@@ -8460,7 +8198,7 @@ export interface PathsDictionary {
8460
8198
  * Gets Saved View configuration by id.
8461
8199
  */
8462
8200
  'get'(
8463
- parameters?: Parameters<Paths.GetSavedView.PathParameters> | null,
8201
+ parameters?: Parameters<UnknownParamsObject> | null,
8464
8202
  data?: any,
8465
8203
  config?: AxiosRequestConfig
8466
8204
  ): OperationResponse<Paths.GetSavedView.Responses.$200>
@@ -8470,7 +8208,7 @@ export interface PathsDictionary {
8470
8208
  * Updates a saved view
8471
8209
  */
8472
8210
  'put'(
8473
- parameters?: Parameters<Paths.UpdateSavedView.PathParameters> | null,
8211
+ parameters?: Parameters<UnknownParamsObject> | null,
8474
8212
  data?: Paths.UpdateSavedView.RequestBody,
8475
8213
  config?: AxiosRequestConfig
8476
8214
  ): OperationResponse<Paths.UpdateSavedView.Responses.$200>
@@ -8480,7 +8218,7 @@ export interface PathsDictionary {
8480
8218
  * Deletes a saved view
8481
8219
  */
8482
8220
  'delete'(
8483
- parameters?: Parameters<Paths.DeleteSavedView.PathParameters> | null,
8221
+ parameters?: Parameters<UnknownParamsObject> | null,
8484
8222
  data?: any,
8485
8223
  config?: AxiosRequestConfig
8486
8224
  ): OperationResponse<Paths.DeleteSavedView.Responses.$200>
@@ -8516,7 +8254,7 @@ export interface PathsDictionary {
8516
8254
  * Get taxonomy by slug
8517
8255
  */
8518
8256
  'get'(
8519
- parameters?: Parameters<Paths.GetTaxonomy.PathParameters> | null,
8257
+ parameters?: Parameters<UnknownParamsObject> | null,
8520
8258
  data?: any,
8521
8259
  config?: AxiosRequestConfig
8522
8260
  ): OperationResponse<Paths.GetTaxonomy.Responses.$200>
@@ -8528,7 +8266,7 @@ export interface PathsDictionary {
8528
8266
  * Taxonomies autocomplete
8529
8267
  */
8530
8268
  'get'(
8531
- parameters?: Parameters<Paths.TaxonomyAutocomplete.PathParameters & Paths.TaxonomyAutocomplete.QueryParameters> | null,
8269
+ parameters?: Parameters<Paths.TaxonomyAutocomplete.QueryParameters> | null,
8532
8270
  data?: any,
8533
8271
  config?: AxiosRequestConfig
8534
8272
  ): OperationResponse<Paths.TaxonomyAutocomplete.Responses.$200>
@@ -8540,7 +8278,7 @@ export interface PathsDictionary {
8540
8278
  * List taxonomy classifications in an organisation based on taxonomy slug
8541
8279
  */
8542
8280
  'post'(
8543
- parameters?: Parameters<Paths.TaxonomiesClassificationsSearch.QueryParameters> | null,
8281
+ parameters?: Parameters<UnknownParamsObject> | null,
8544
8282
  data?: Paths.TaxonomiesClassificationsSearch.RequestBody,
8545
8283
  config?: AxiosRequestConfig
8546
8284
  ): OperationResponse<Paths.TaxonomiesClassificationsSearch.Responses.$200>
@@ -8552,7 +8290,7 @@ export interface PathsDictionary {
8552
8290
  * Update taxonomies in an organisation based in taxonomy slug
8553
8291
  */
8554
8292
  'post'(
8555
- parameters?: Parameters<Paths.UpdateClassificationsForTaxonomy.PathParameters> | null,
8293
+ parameters?: Parameters<UnknownParamsObject> | null,
8556
8294
  data?: Paths.UpdateClassificationsForTaxonomy.RequestBody,
8557
8295
  config?: AxiosRequestConfig
8558
8296
  ): OperationResponse<Paths.UpdateClassificationsForTaxonomy.Responses.$200>