stigg-api-client 1.189.3 → 1.194.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2dc1db70295cbf63114d637713cef47e5fc427a2633945a20e1b72b8f83fa109
4
- data.tar.gz: 688cd951dd9e0396d1f803cd727e064e85ef90ab302f4357727b6b6ae694f418
3
+ metadata.gz: 01e19861aae98e4b66c828edc19938a922cffca352b4d05dc6af0a04665ca989
4
+ data.tar.gz: 6e34504dfa23278560f7d56780b3718c81a131df592dd8c7fcf0bfcc598bcf0b
5
5
  SHA512:
6
- metadata.gz: 8b5e0c90b4bf9d7f3138c1a177e18d403ffd8db6bfa437a92fdd00cf74a8667259acf11aa2c4c262b32e32a135855a46615a85f2a6ed6a6d0c3bb4c435835651
7
- data.tar.gz: 2d9d19950ae4ff0a57d401e57c5ea9af4f332d057c7ae17a838293709fc42468e5f5338f57e73383e38107de0e3e00ae75f906c9b4ba76a082cce404e5838838
6
+ metadata.gz: d704babee98663c4e45578367a28f14c03037680f7b63f7ee50de2fc8767f484a4936ab0cfa143b078112f6106021fec297fd5c8bce5cee36a85ddd4681a16a9
7
+ data.tar.gz: f619db6c326d80a7dcf0f4db87a0209cb1225aa52a95592ba8a8a0acd889a27706fecd5c12ccbd72a07d868a6d633811b4c8824de3d5ee9e86f3651a5575d517
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.189.3)
4
+ stigg-api-client (1.194.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -24259,33 +24259,167 @@
24259
24259
  "enumValues": null,
24260
24260
  "possibleTypes": null
24261
24261
  },
24262
+ {
24263
+ "kind": "ENUM",
24264
+ "name": "EventActor",
24265
+ "description": "Event actor type",
24266
+ "fields": null,
24267
+ "inputFields": null,
24268
+ "interfaces": null,
24269
+ "enumValues": [
24270
+ {
24271
+ "name": "APP_CUSTOMER",
24272
+ "description": "Client SDK with hardened authentication",
24273
+ "isDeprecated": false,
24274
+ "deprecationReason": null
24275
+ },
24276
+ {
24277
+ "name": "APP_PUBLIC",
24278
+ "description": "Client SDK",
24279
+ "isDeprecated": false,
24280
+ "deprecationReason": null
24281
+ },
24282
+ {
24283
+ "name": "APP_SERVER",
24284
+ "description": "Backend SDK",
24285
+ "isDeprecated": false,
24286
+ "deprecationReason": null
24287
+ },
24288
+ {
24289
+ "name": "SALESFORCE",
24290
+ "description": "Salesforce API key",
24291
+ "isDeprecated": false,
24292
+ "deprecationReason": null
24293
+ },
24294
+ {
24295
+ "name": "SERVICE",
24296
+ "description": "Stigg user service key",
24297
+ "isDeprecated": false,
24298
+ "deprecationReason": null
24299
+ },
24300
+ {
24301
+ "name": "STRIPE",
24302
+ "description": "Stripe triggered event",
24303
+ "isDeprecated": false,
24304
+ "deprecationReason": null
24305
+ },
24306
+ {
24307
+ "name": "SUPPORT",
24308
+ "description": "Stigg customer support",
24309
+ "isDeprecated": false,
24310
+ "deprecationReason": null
24311
+ },
24312
+ {
24313
+ "name": "USER",
24314
+ "description": "Web application user",
24315
+ "isDeprecated": false,
24316
+ "deprecationReason": null
24317
+ }
24318
+ ],
24319
+ "possibleTypes": null
24320
+ },
24321
+ {
24322
+ "kind": "OBJECT",
24323
+ "name": "EventActorInfo",
24324
+ "description": "Event actor information",
24325
+ "fields": [
24326
+ {
24327
+ "name": "email",
24328
+ "description": "Actor email",
24329
+ "args": [],
24330
+ "type": {
24331
+ "kind": "SCALAR",
24332
+ "name": "String",
24333
+ "ofType": null
24334
+ },
24335
+ "isDeprecated": false,
24336
+ "deprecationReason": null
24337
+ },
24338
+ {
24339
+ "name": "ipAddress",
24340
+ "description": "Actor IP address",
24341
+ "args": [],
24342
+ "type": {
24343
+ "kind": "SCALAR",
24344
+ "name": "String",
24345
+ "ofType": null
24346
+ },
24347
+ "isDeprecated": false,
24348
+ "deprecationReason": null
24349
+ },
24350
+ {
24351
+ "name": "name",
24352
+ "description": "Actor name",
24353
+ "args": [],
24354
+ "type": {
24355
+ "kind": "SCALAR",
24356
+ "name": "String",
24357
+ "ofType": null
24358
+ },
24359
+ "isDeprecated": false,
24360
+ "deprecationReason": null
24361
+ },
24362
+ {
24363
+ "name": "type",
24364
+ "description": "Actor type",
24365
+ "args": [],
24366
+ "type": {
24367
+ "kind": "ENUM",
24368
+ "name": "EventActor",
24369
+ "ofType": null
24370
+ },
24371
+ "isDeprecated": false,
24372
+ "deprecationReason": null
24373
+ }
24374
+ ],
24375
+ "inputFields": null,
24376
+ "interfaces": [],
24377
+ "enumValues": null,
24378
+ "possibleTypes": null
24379
+ },
24262
24380
  {
24263
24381
  "kind": "OBJECT",
24264
- "name": "EventListItem",
24382
+ "name": "EventLog",
24265
24383
  "description": null,
24266
24384
  "fields": [
24267
24385
  {
24268
- "name": "customer",
24269
- "description": null,
24386
+ "name": "accountId",
24387
+ "description": "The account ID",
24388
+ "args": [],
24389
+ "type": {
24390
+ "kind": "NON_NULL",
24391
+ "name": null,
24392
+ "ofType": {
24393
+ "kind": "SCALAR",
24394
+ "name": "String",
24395
+ "ofType": null
24396
+ }
24397
+ },
24398
+ "isDeprecated": false,
24399
+ "deprecationReason": null
24400
+ },
24401
+ {
24402
+ "name": "actor",
24403
+ "description": "Actor information",
24270
24404
  "args": [],
24271
24405
  "type": {
24272
24406
  "kind": "OBJECT",
24273
- "name": "Customer",
24407
+ "name": "EventActorInfo",
24274
24408
  "ofType": null
24275
24409
  },
24276
24410
  "isDeprecated": false,
24277
24411
  "deprecationReason": null
24278
24412
  },
24279
24413
  {
24280
- "name": "customerId",
24281
- "description": null,
24414
+ "name": "createdAt",
24415
+ "description": "The timestamp the event was created at",
24282
24416
  "args": [],
24283
24417
  "type": {
24284
24418
  "kind": "NON_NULL",
24285
24419
  "name": null,
24286
24420
  "ofType": {
24287
24421
  "kind": "SCALAR",
24288
- "name": "String",
24422
+ "name": "DateTime",
24289
24423
  "ofType": null
24290
24424
  }
24291
24425
  },
@@ -24293,20 +24427,20 @@
24293
24427
  "deprecationReason": null
24294
24428
  },
24295
24429
  {
24296
- "name": "dimensions",
24297
- "description": null,
24430
+ "name": "entityId",
24431
+ "description": "The entity id of this event",
24298
24432
  "args": [],
24299
24433
  "type": {
24300
24434
  "kind": "SCALAR",
24301
- "name": "JSON",
24435
+ "name": "String",
24302
24436
  "ofType": null
24303
24437
  },
24304
24438
  "isDeprecated": false,
24305
24439
  "deprecationReason": null
24306
24440
  },
24307
24441
  {
24308
- "name": "eventName",
24309
- "description": null,
24442
+ "name": "environmentId",
24443
+ "description": "The environment ID",
24310
24444
  "args": [],
24311
24445
  "type": {
24312
24446
  "kind": "NON_NULL",
@@ -24321,15 +24455,15 @@
24321
24455
  "deprecationReason": null
24322
24456
  },
24323
24457
  {
24324
- "name": "id",
24325
- "description": null,
24458
+ "name": "eventLogType",
24459
+ "description": "The type of the event",
24326
24460
  "args": [],
24327
24461
  "type": {
24328
24462
  "kind": "NON_NULL",
24329
24463
  "name": null,
24330
24464
  "ofType": {
24331
- "kind": "SCALAR",
24332
- "name": "String",
24465
+ "kind": "ENUM",
24466
+ "name": "EventLogType",
24333
24467
  "ofType": null
24334
24468
  }
24335
24469
  },
@@ -24337,8 +24471,8 @@
24337
24471
  "deprecationReason": null
24338
24472
  },
24339
24473
  {
24340
- "name": "idempotencyKey",
24341
- "description": null,
24474
+ "name": "id",
24475
+ "description": "The ID of the event",
24342
24476
  "args": [],
24343
24477
  "type": {
24344
24478
  "kind": "NON_NULL",
@@ -24353,8 +24487,8 @@
24353
24487
  "deprecationReason": null
24354
24488
  },
24355
24489
  {
24356
- "name": "resourceId",
24357
- "description": null,
24490
+ "name": "parentEntityId",
24491
+ "description": "The parent entity id of this events entity",
24358
24492
  "args": [],
24359
24493
  "type": {
24360
24494
  "kind": "SCALAR",
@@ -24365,20 +24499,52 @@
24365
24499
  "deprecationReason": null
24366
24500
  },
24367
24501
  {
24368
- "name": "timestamp",
24369
- "description": null,
24502
+ "name": "payload",
24503
+ "description": "The payload of the event",
24370
24504
  "args": [],
24371
24505
  "type": {
24372
24506
  "kind": "NON_NULL",
24373
24507
  "name": null,
24374
24508
  "ofType": {
24375
24509
  "kind": "SCALAR",
24376
- "name": "String",
24510
+ "name": "JSON",
24377
24511
  "ofType": null
24378
24512
  }
24379
24513
  },
24380
24514
  "isDeprecated": false,
24381
24515
  "deprecationReason": null
24516
+ },
24517
+ {
24518
+ "name": "request",
24519
+ "description": "Request information",
24520
+ "args": [],
24521
+ "type": {
24522
+ "kind": "OBJECT",
24523
+ "name": "EventRequest",
24524
+ "ofType": null
24525
+ },
24526
+ "isDeprecated": false,
24527
+ "deprecationReason": null
24528
+ },
24529
+ {
24530
+ "name": "webhooks",
24531
+ "description": "List of webhooks endpoints this event was configured to be sent to",
24532
+ "args": [],
24533
+ "type": {
24534
+ "kind": "LIST",
24535
+ "name": null,
24536
+ "ofType": {
24537
+ "kind": "NON_NULL",
24538
+ "name": null,
24539
+ "ofType": {
24540
+ "kind": "OBJECT",
24541
+ "name": "EventWebhook",
24542
+ "ofType": null
24543
+ }
24544
+ }
24545
+ },
24546
+ "isDeprecated": false,
24547
+ "deprecationReason": null
24382
24548
  }
24383
24549
  ],
24384
24550
  "inputFields": null,
@@ -24388,96 +24554,103 @@
24388
24554
  },
24389
24555
  {
24390
24556
  "kind": "OBJECT",
24391
- "name": "EventLog",
24557
+ "name": "EventLogAggregateGroupBy",
24392
24558
  "description": null,
24393
24559
  "fields": [
24394
24560
  {
24395
- "name": "description",
24561
+ "name": "createdAt",
24396
24562
  "description": null,
24397
24563
  "args": [],
24398
24564
  "type": {
24399
24565
  "kind": "SCALAR",
24400
- "name": "String",
24566
+ "name": "DateTime",
24401
24567
  "ofType": null
24402
24568
  },
24403
24569
  "isDeprecated": false,
24404
24570
  "deprecationReason": null
24405
24571
  },
24406
24572
  {
24407
- "name": "environment",
24573
+ "name": "entityId",
24408
24574
  "description": null,
24409
24575
  "args": [],
24410
24576
  "type": {
24411
- "kind": "OBJECT",
24412
- "name": "Environment",
24577
+ "kind": "SCALAR",
24578
+ "name": "String",
24413
24579
  "ofType": null
24414
24580
  },
24415
24581
  "isDeprecated": false,
24416
24582
  "deprecationReason": null
24417
24583
  },
24418
24584
  {
24419
- "name": "environmentId",
24585
+ "name": "eventLogType",
24420
24586
  "description": null,
24421
24587
  "args": [],
24422
24588
  "type": {
24423
- "kind": "NON_NULL",
24424
- "name": null,
24425
- "ofType": {
24426
- "kind": "SCALAR",
24427
- "name": "String",
24428
- "ofType": null
24429
- }
24589
+ "kind": "ENUM",
24590
+ "name": "EventLogType",
24591
+ "ofType": null
24430
24592
  },
24431
24593
  "isDeprecated": false,
24432
24594
  "deprecationReason": null
24433
24595
  },
24434
24596
  {
24435
- "name": "eventLogType",
24597
+ "name": "parentEntityId",
24436
24598
  "description": null,
24437
24599
  "args": [],
24438
24600
  "type": {
24439
- "kind": "NON_NULL",
24440
- "name": null,
24441
- "ofType": {
24442
- "kind": "ENUM",
24443
- "name": "EventLogType",
24444
- "ofType": null
24445
- }
24601
+ "kind": "SCALAR",
24602
+ "name": "String",
24603
+ "ofType": null
24446
24604
  },
24447
24605
  "isDeprecated": false,
24448
24606
  "deprecationReason": null
24449
- },
24607
+ }
24608
+ ],
24609
+ "inputFields": null,
24610
+ "interfaces": [],
24611
+ "enumValues": null,
24612
+ "possibleTypes": null
24613
+ },
24614
+ {
24615
+ "kind": "OBJECT",
24616
+ "name": "EventLogConnection",
24617
+ "description": null,
24618
+ "fields": [
24450
24619
  {
24451
- "name": "id",
24452
- "description": null,
24620
+ "name": "edges",
24621
+ "description": "Array of edges.",
24453
24622
  "args": [],
24454
24623
  "type": {
24455
24624
  "kind": "NON_NULL",
24456
24625
  "name": null,
24457
24626
  "ofType": {
24458
- "kind": "SCALAR",
24459
- "name": "String",
24460
- "ofType": null
24627
+ "kind": "LIST",
24628
+ "name": null,
24629
+ "ofType": {
24630
+ "kind": "NON_NULL",
24631
+ "name": null,
24632
+ "ofType": {
24633
+ "kind": "OBJECT",
24634
+ "name": "EventLogEdge",
24635
+ "ofType": null
24636
+ }
24637
+ }
24461
24638
  }
24462
24639
  },
24463
24640
  "isDeprecated": false,
24464
24641
  "deprecationReason": null
24465
24642
  },
24466
24643
  {
24467
- "name": "webhookEndpoints",
24468
- "description": null,
24644
+ "name": "pageInfo",
24645
+ "description": "Paging information",
24469
24646
  "args": [],
24470
24647
  "type": {
24471
- "kind": "LIST",
24648
+ "kind": "NON_NULL",
24472
24649
  "name": null,
24473
24650
  "ofType": {
24474
- "kind": "NON_NULL",
24475
- "name": null,
24476
- "ofType": {
24477
- "kind": "SCALAR",
24478
- "name": "String",
24479
- "ofType": null
24480
- }
24651
+ "kind": "OBJECT",
24652
+ "name": "PageInfo",
24653
+ "ofType": null
24481
24654
  }
24482
24655
  },
24483
24656
  "isDeprecated": false,
@@ -24491,28 +24664,52 @@
24491
24664
  },
24492
24665
  {
24493
24666
  "kind": "OBJECT",
24494
- "name": "EventLogAggregateGroupBy",
24667
+ "name": "EventLogCountAggregate",
24495
24668
  "description": null,
24496
24669
  "fields": [
24497
24670
  {
24498
- "name": "environmentId",
24671
+ "name": "createdAt",
24499
24672
  "description": null,
24500
24673
  "args": [],
24501
24674
  "type": {
24502
24675
  "kind": "SCALAR",
24503
- "name": "String",
24676
+ "name": "Int",
24504
24677
  "ofType": null
24505
24678
  },
24506
24679
  "isDeprecated": false,
24507
24680
  "deprecationReason": null
24508
24681
  },
24509
24682
  {
24510
- "name": "id",
24683
+ "name": "entityId",
24511
24684
  "description": null,
24512
24685
  "args": [],
24513
24686
  "type": {
24514
24687
  "kind": "SCALAR",
24515
- "name": "String",
24688
+ "name": "Int",
24689
+ "ofType": null
24690
+ },
24691
+ "isDeprecated": false,
24692
+ "deprecationReason": null
24693
+ },
24694
+ {
24695
+ "name": "eventLogType",
24696
+ "description": null,
24697
+ "args": [],
24698
+ "type": {
24699
+ "kind": "SCALAR",
24700
+ "name": "Int",
24701
+ "ofType": null
24702
+ },
24703
+ "isDeprecated": false,
24704
+ "deprecationReason": null
24705
+ },
24706
+ {
24707
+ "name": "parentEntityId",
24708
+ "description": null,
24709
+ "args": [],
24710
+ "type": {
24711
+ "kind": "SCALAR",
24712
+ "name": "Int",
24516
24713
  "ofType": null
24517
24714
  },
24518
24715
  "isDeprecated": false,
@@ -24525,37 +24722,37 @@
24525
24722
  "possibleTypes": null
24526
24723
  },
24527
24724
  {
24528
- "kind": "OBJECT",
24529
- "name": "EventLogCountAggregate",
24725
+ "kind": "INPUT_OBJECT",
24726
+ "name": "EventLogCreatedAtFilterComparison",
24530
24727
  "description": null,
24531
- "fields": [
24728
+ "fields": null,
24729
+ "inputFields": [
24532
24730
  {
24533
- "name": "environmentId",
24731
+ "name": "gte",
24534
24732
  "description": null,
24535
- "args": [],
24536
24733
  "type": {
24537
24734
  "kind": "SCALAR",
24538
- "name": "Int",
24735
+ "name": "DateTime",
24539
24736
  "ofType": null
24540
24737
  },
24738
+ "defaultValue": null,
24541
24739
  "isDeprecated": false,
24542
24740
  "deprecationReason": null
24543
24741
  },
24544
24742
  {
24545
- "name": "id",
24743
+ "name": "lte",
24546
24744
  "description": null,
24547
- "args": [],
24548
24745
  "type": {
24549
24746
  "kind": "SCALAR",
24550
- "name": "Int",
24747
+ "name": "DateTime",
24551
24748
  "ofType": null
24552
24749
  },
24750
+ "defaultValue": null,
24553
24751
  "isDeprecated": false,
24554
24752
  "deprecationReason": null
24555
24753
  }
24556
24754
  ],
24557
- "inputFields": null,
24558
- "interfaces": [],
24755
+ "interfaces": null,
24559
24756
  "enumValues": null,
24560
24757
  "possibleTypes": null
24561
24758
  },
@@ -24602,13 +24799,210 @@
24602
24799
  "enumValues": null,
24603
24800
  "possibleTypes": null
24604
24801
  },
24802
+ {
24803
+ "kind": "INPUT_OBJECT",
24804
+ "name": "EventLogEntityIdFilterComparison",
24805
+ "description": null,
24806
+ "fields": null,
24807
+ "inputFields": [
24808
+ {
24809
+ "name": "eq",
24810
+ "description": null,
24811
+ "type": {
24812
+ "kind": "SCALAR",
24813
+ "name": "String",
24814
+ "ofType": null
24815
+ },
24816
+ "defaultValue": null,
24817
+ "isDeprecated": false,
24818
+ "deprecationReason": null
24819
+ },
24820
+ {
24821
+ "name": "in",
24822
+ "description": null,
24823
+ "type": {
24824
+ "kind": "LIST",
24825
+ "name": null,
24826
+ "ofType": {
24827
+ "kind": "NON_NULL",
24828
+ "name": null,
24829
+ "ofType": {
24830
+ "kind": "SCALAR",
24831
+ "name": "String",
24832
+ "ofType": null
24833
+ }
24834
+ }
24835
+ },
24836
+ "defaultValue": null,
24837
+ "isDeprecated": false,
24838
+ "deprecationReason": null
24839
+ }
24840
+ ],
24841
+ "interfaces": null,
24842
+ "enumValues": null,
24843
+ "possibleTypes": null
24844
+ },
24845
+ {
24846
+ "kind": "INPUT_OBJECT",
24847
+ "name": "EventLogEventLogTypeFilterComparison",
24848
+ "description": null,
24849
+ "fields": null,
24850
+ "inputFields": [
24851
+ {
24852
+ "name": "eq",
24853
+ "description": null,
24854
+ "type": {
24855
+ "kind": "ENUM",
24856
+ "name": "EventLogType",
24857
+ "ofType": null
24858
+ },
24859
+ "defaultValue": null,
24860
+ "isDeprecated": false,
24861
+ "deprecationReason": null
24862
+ },
24863
+ {
24864
+ "name": "in",
24865
+ "description": null,
24866
+ "type": {
24867
+ "kind": "LIST",
24868
+ "name": null,
24869
+ "ofType": {
24870
+ "kind": "NON_NULL",
24871
+ "name": null,
24872
+ "ofType": {
24873
+ "kind": "ENUM",
24874
+ "name": "EventLogType",
24875
+ "ofType": null
24876
+ }
24877
+ }
24878
+ },
24879
+ "defaultValue": null,
24880
+ "isDeprecated": false,
24881
+ "deprecationReason": null
24882
+ }
24883
+ ],
24884
+ "interfaces": null,
24885
+ "enumValues": null,
24886
+ "possibleTypes": null
24887
+ },
24888
+ {
24889
+ "kind": "INPUT_OBJECT",
24890
+ "name": "EventLogFilter",
24891
+ "description": null,
24892
+ "fields": null,
24893
+ "inputFields": [
24894
+ {
24895
+ "name": "and",
24896
+ "description": null,
24897
+ "type": {
24898
+ "kind": "LIST",
24899
+ "name": null,
24900
+ "ofType": {
24901
+ "kind": "NON_NULL",
24902
+ "name": null,
24903
+ "ofType": {
24904
+ "kind": "INPUT_OBJECT",
24905
+ "name": "EventLogFilter",
24906
+ "ofType": null
24907
+ }
24908
+ }
24909
+ },
24910
+ "defaultValue": null,
24911
+ "isDeprecated": false,
24912
+ "deprecationReason": null
24913
+ },
24914
+ {
24915
+ "name": "createdAt",
24916
+ "description": null,
24917
+ "type": {
24918
+ "kind": "INPUT_OBJECT",
24919
+ "name": "EventLogCreatedAtFilterComparison",
24920
+ "ofType": null
24921
+ },
24922
+ "defaultValue": null,
24923
+ "isDeprecated": false,
24924
+ "deprecationReason": null
24925
+ },
24926
+ {
24927
+ "name": "entityId",
24928
+ "description": null,
24929
+ "type": {
24930
+ "kind": "INPUT_OBJECT",
24931
+ "name": "EventLogEntityIdFilterComparison",
24932
+ "ofType": null
24933
+ },
24934
+ "defaultValue": null,
24935
+ "isDeprecated": false,
24936
+ "deprecationReason": null
24937
+ },
24938
+ {
24939
+ "name": "eventLogType",
24940
+ "description": null,
24941
+ "type": {
24942
+ "kind": "INPUT_OBJECT",
24943
+ "name": "EventLogEventLogTypeFilterComparison",
24944
+ "ofType": null
24945
+ },
24946
+ "defaultValue": null,
24947
+ "isDeprecated": false,
24948
+ "deprecationReason": null
24949
+ },
24950
+ {
24951
+ "name": "or",
24952
+ "description": null,
24953
+ "type": {
24954
+ "kind": "LIST",
24955
+ "name": null,
24956
+ "ofType": {
24957
+ "kind": "NON_NULL",
24958
+ "name": null,
24959
+ "ofType": {
24960
+ "kind": "INPUT_OBJECT",
24961
+ "name": "EventLogFilter",
24962
+ "ofType": null
24963
+ }
24964
+ }
24965
+ },
24966
+ "defaultValue": null,
24967
+ "isDeprecated": false,
24968
+ "deprecationReason": null
24969
+ },
24970
+ {
24971
+ "name": "parentEntityId",
24972
+ "description": null,
24973
+ "type": {
24974
+ "kind": "INPUT_OBJECT",
24975
+ "name": "EventLogParentEntityIdFilterComparison",
24976
+ "ofType": null
24977
+ },
24978
+ "defaultValue": null,
24979
+ "isDeprecated": false,
24980
+ "deprecationReason": null
24981
+ }
24982
+ ],
24983
+ "interfaces": null,
24984
+ "enumValues": null,
24985
+ "possibleTypes": null
24986
+ },
24605
24987
  {
24606
24988
  "kind": "OBJECT",
24607
24989
  "name": "EventLogMaxAggregate",
24608
24990
  "description": null,
24609
24991
  "fields": [
24610
24992
  {
24611
- "name": "environmentId",
24993
+ "name": "createdAt",
24994
+ "description": null,
24995
+ "args": [],
24996
+ "type": {
24997
+ "kind": "SCALAR",
24998
+ "name": "DateTime",
24999
+ "ofType": null
25000
+ },
25001
+ "isDeprecated": false,
25002
+ "deprecationReason": null
25003
+ },
25004
+ {
25005
+ "name": "entityId",
24612
25006
  "description": null,
24613
25007
  "args": [],
24614
25008
  "type": {
@@ -24620,7 +25014,19 @@
24620
25014
  "deprecationReason": null
24621
25015
  },
24622
25016
  {
24623
- "name": "id",
25017
+ "name": "eventLogType",
25018
+ "description": null,
25019
+ "args": [],
25020
+ "type": {
25021
+ "kind": "ENUM",
25022
+ "name": "EventLogType",
25023
+ "ofType": null
25024
+ },
25025
+ "isDeprecated": false,
25026
+ "deprecationReason": null
25027
+ },
25028
+ {
25029
+ "name": "parentEntityId",
24624
25030
  "description": null,
24625
25031
  "args": [],
24626
25032
  "type": {
@@ -24643,7 +25049,19 @@
24643
25049
  "description": null,
24644
25050
  "fields": [
24645
25051
  {
24646
- "name": "environmentId",
25052
+ "name": "createdAt",
25053
+ "description": null,
25054
+ "args": [],
25055
+ "type": {
25056
+ "kind": "SCALAR",
25057
+ "name": "DateTime",
25058
+ "ofType": null
25059
+ },
25060
+ "isDeprecated": false,
25061
+ "deprecationReason": null
25062
+ },
25063
+ {
25064
+ "name": "entityId",
24647
25065
  "description": null,
24648
25066
  "args": [],
24649
25067
  "type": {
@@ -24655,7 +25073,19 @@
24655
25073
  "deprecationReason": null
24656
25074
  },
24657
25075
  {
24658
- "name": "id",
25076
+ "name": "eventLogType",
25077
+ "description": null,
25078
+ "args": [],
25079
+ "type": {
25080
+ "kind": "ENUM",
25081
+ "name": "EventLogType",
25082
+ "ofType": null
25083
+ },
25084
+ "isDeprecated": false,
25085
+ "deprecationReason": null
25086
+ },
25087
+ {
25088
+ "name": "parentEntityId",
24659
25089
  "description": null,
24660
25090
  "args": [],
24661
25091
  "type": {
@@ -24672,6 +25102,139 @@
24672
25102
  "enumValues": null,
24673
25103
  "possibleTypes": null
24674
25104
  },
25105
+ {
25106
+ "kind": "INPUT_OBJECT",
25107
+ "name": "EventLogParentEntityIdFilterComparison",
25108
+ "description": null,
25109
+ "fields": null,
25110
+ "inputFields": [
25111
+ {
25112
+ "name": "eq",
25113
+ "description": null,
25114
+ "type": {
25115
+ "kind": "SCALAR",
25116
+ "name": "String",
25117
+ "ofType": null
25118
+ },
25119
+ "defaultValue": null,
25120
+ "isDeprecated": false,
25121
+ "deprecationReason": null
25122
+ },
25123
+ {
25124
+ "name": "in",
25125
+ "description": null,
25126
+ "type": {
25127
+ "kind": "LIST",
25128
+ "name": null,
25129
+ "ofType": {
25130
+ "kind": "NON_NULL",
25131
+ "name": null,
25132
+ "ofType": {
25133
+ "kind": "SCALAR",
25134
+ "name": "String",
25135
+ "ofType": null
25136
+ }
25137
+ }
25138
+ },
25139
+ "defaultValue": null,
25140
+ "isDeprecated": false,
25141
+ "deprecationReason": null
25142
+ }
25143
+ ],
25144
+ "interfaces": null,
25145
+ "enumValues": null,
25146
+ "possibleTypes": null
25147
+ },
25148
+ {
25149
+ "kind": "INPUT_OBJECT",
25150
+ "name": "EventLogSort",
25151
+ "description": null,
25152
+ "fields": null,
25153
+ "inputFields": [
25154
+ {
25155
+ "name": "direction",
25156
+ "description": null,
25157
+ "type": {
25158
+ "kind": "NON_NULL",
25159
+ "name": null,
25160
+ "ofType": {
25161
+ "kind": "ENUM",
25162
+ "name": "SortDirection",
25163
+ "ofType": null
25164
+ }
25165
+ },
25166
+ "defaultValue": null,
25167
+ "isDeprecated": false,
25168
+ "deprecationReason": null
25169
+ },
25170
+ {
25171
+ "name": "field",
25172
+ "description": null,
25173
+ "type": {
25174
+ "kind": "NON_NULL",
25175
+ "name": null,
25176
+ "ofType": {
25177
+ "kind": "ENUM",
25178
+ "name": "EventLogSortFields",
25179
+ "ofType": null
25180
+ }
25181
+ },
25182
+ "defaultValue": null,
25183
+ "isDeprecated": false,
25184
+ "deprecationReason": null
25185
+ },
25186
+ {
25187
+ "name": "nulls",
25188
+ "description": null,
25189
+ "type": {
25190
+ "kind": "ENUM",
25191
+ "name": "SortNulls",
25192
+ "ofType": null
25193
+ },
25194
+ "defaultValue": null,
25195
+ "isDeprecated": false,
25196
+ "deprecationReason": null
25197
+ }
25198
+ ],
25199
+ "interfaces": null,
25200
+ "enumValues": null,
25201
+ "possibleTypes": null
25202
+ },
25203
+ {
25204
+ "kind": "ENUM",
25205
+ "name": "EventLogSortFields",
25206
+ "description": null,
25207
+ "fields": null,
25208
+ "inputFields": null,
25209
+ "interfaces": null,
25210
+ "enumValues": [
25211
+ {
25212
+ "name": "createdAt",
25213
+ "description": null,
25214
+ "isDeprecated": false,
25215
+ "deprecationReason": null
25216
+ },
25217
+ {
25218
+ "name": "entityId",
25219
+ "description": null,
25220
+ "isDeprecated": false,
25221
+ "deprecationReason": null
25222
+ },
25223
+ {
25224
+ "name": "eventLogType",
25225
+ "description": null,
25226
+ "isDeprecated": false,
25227
+ "deprecationReason": null
25228
+ },
25229
+ {
25230
+ "name": "parentEntityId",
25231
+ "description": null,
25232
+ "isDeprecated": false,
25233
+ "deprecationReason": null
25234
+ }
25235
+ ],
25236
+ "possibleTypes": null
25237
+ },
24675
25238
  {
24676
25239
  "kind": "ENUM",
24677
25240
  "name": "EventLogType",
@@ -25061,6 +25624,72 @@
25061
25624
  ],
25062
25625
  "possibleTypes": null
25063
25626
  },
25627
+ {
25628
+ "kind": "OBJECT",
25629
+ "name": "EventRequest",
25630
+ "description": "Event request properties",
25631
+ "fields": [
25632
+ {
25633
+ "name": "traceId",
25634
+ "description": "The request trace ID",
25635
+ "args": [],
25636
+ "type": {
25637
+ "kind": "SCALAR",
25638
+ "name": "String",
25639
+ "ofType": null
25640
+ },
25641
+ "isDeprecated": false,
25642
+ "deprecationReason": null
25643
+ }
25644
+ ],
25645
+ "inputFields": null,
25646
+ "interfaces": [],
25647
+ "enumValues": null,
25648
+ "possibleTypes": null
25649
+ },
25650
+ {
25651
+ "kind": "OBJECT",
25652
+ "name": "EventWebhook",
25653
+ "description": "An event webhook entity",
25654
+ "fields": [
25655
+ {
25656
+ "name": "endpoint",
25657
+ "description": "The endpoint of the webhook",
25658
+ "args": [],
25659
+ "type": {
25660
+ "kind": "NON_NULL",
25661
+ "name": null,
25662
+ "ofType": {
25663
+ "kind": "SCALAR",
25664
+ "name": "String",
25665
+ "ofType": null
25666
+ }
25667
+ },
25668
+ "isDeprecated": false,
25669
+ "deprecationReason": null
25670
+ },
25671
+ {
25672
+ "name": "id",
25673
+ "description": "The ID of the webhook entity",
25674
+ "args": [],
25675
+ "type": {
25676
+ "kind": "NON_NULL",
25677
+ "name": null,
25678
+ "ofType": {
25679
+ "kind": "SCALAR",
25680
+ "name": "String",
25681
+ "ofType": null
25682
+ }
25683
+ },
25684
+ "isDeprecated": false,
25685
+ "deprecationReason": null
25686
+ }
25687
+ ],
25688
+ "inputFields": null,
25689
+ "interfaces": [],
25690
+ "enumValues": null,
25691
+ "possibleTypes": null
25692
+ },
25064
25693
  {
25065
25694
  "kind": "OBJECT",
25066
25695
  "name": "EventsFields",
@@ -25183,80 +25812,6 @@
25183
25812
  "enumValues": null,
25184
25813
  "possibleTypes": null
25185
25814
  },
25186
- {
25187
- "kind": "OBJECT",
25188
- "name": "EventsList",
25189
- "description": null,
25190
- "fields": [
25191
- {
25192
- "name": "events",
25193
- "description": null,
25194
- "args": [],
25195
- "type": {
25196
- "kind": "NON_NULL",
25197
- "name": null,
25198
- "ofType": {
25199
- "kind": "LIST",
25200
- "name": null,
25201
- "ofType": {
25202
- "kind": "NON_NULL",
25203
- "name": null,
25204
- "ofType": {
25205
- "kind": "OBJECT",
25206
- "name": "EventListItem",
25207
- "ofType": null
25208
- }
25209
- }
25210
- }
25211
- },
25212
- "isDeprecated": false,
25213
- "deprecationReason": null
25214
- }
25215
- ],
25216
- "inputFields": null,
25217
- "interfaces": [],
25218
- "enumValues": null,
25219
- "possibleTypes": null
25220
- },
25221
- {
25222
- "kind": "INPUT_OBJECT",
25223
- "name": "EventsListInput",
25224
- "description": null,
25225
- "fields": null,
25226
- "inputFields": [
25227
- {
25228
- "name": "customerId",
25229
- "description": null,
25230
- "type": {
25231
- "kind": "SCALAR",
25232
- "name": "String",
25233
- "ofType": null
25234
- },
25235
- "defaultValue": null,
25236
- "isDeprecated": false,
25237
- "deprecationReason": null
25238
- },
25239
- {
25240
- "name": "environmentId",
25241
- "description": null,
25242
- "type": {
25243
- "kind": "NON_NULL",
25244
- "name": null,
25245
- "ofType": {
25246
- "kind": "SCALAR",
25247
- "name": "String",
25248
- "ofType": null
25249
- }
25250
- },
25251
- "defaultValue": null,
25252
- "isDeprecated": false,
25253
- "deprecationReason": null
25254
- }
25255
- ],
25256
- "interfaces": null,
25257
- "enumValues": null,
25258
- "possibleTypes": null
25259
- },
25260
25815
  {
25261
25816
  "kind": "OBJECT",
25262
25817
  "name": "Experiment",
@@ -59788,22 +60343,50 @@
59788
60343
  "deprecationReason": null
59789
60344
  },
59790
60345
  {
59791
- "name": "eventsFields",
60346
+ "name": "eventLogs",
59792
60347
  "description": null,
59793
60348
  "args": [
59794
60349
  {
59795
- "name": "input",
59796
- "description": null,
60350
+ "name": "filter",
60351
+ "description": "Specify to filter the records returned.",
59797
60352
  "type": {
59798
- "kind": "NON_NULL",
60353
+ "kind": "INPUT_OBJECT",
60354
+ "name": "EventLogFilter",
60355
+ "ofType": null
60356
+ },
60357
+ "defaultValue": "{}",
60358
+ "isDeprecated": false,
60359
+ "deprecationReason": null
60360
+ },
60361
+ {
60362
+ "name": "paging",
60363
+ "description": "Limit or page results.",
60364
+ "type": {
60365
+ "kind": "INPUT_OBJECT",
60366
+ "name": "CursorPaging",
60367
+ "ofType": null
60368
+ },
60369
+ "defaultValue": "{first: 50}",
60370
+ "isDeprecated": false,
60371
+ "deprecationReason": null
60372
+ },
60373
+ {
60374
+ "name": "sorting",
60375
+ "description": "Specify to sort results.",
60376
+ "type": {
60377
+ "kind": "LIST",
59799
60378
  "name": null,
59800
60379
  "ofType": {
59801
- "kind": "INPUT_OBJECT",
59802
- "name": "EventsFieldsInput",
59803
- "ofType": null
60380
+ "kind": "NON_NULL",
60381
+ "name": null,
60382
+ "ofType": {
60383
+ "kind": "INPUT_OBJECT",
60384
+ "name": "EventLogSort",
60385
+ "ofType": null
60386
+ }
59804
60387
  }
59805
60388
  },
59806
- "defaultValue": null,
60389
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
59807
60390
  "isDeprecated": false,
59808
60391
  "deprecationReason": null
59809
60392
  }
@@ -59813,7 +60396,7 @@
59813
60396
  "name": null,
59814
60397
  "ofType": {
59815
60398
  "kind": "OBJECT",
59816
- "name": "EventsFields",
60399
+ "name": "EventLogConnection",
59817
60400
  "ofType": null
59818
60401
  }
59819
60402
  },
@@ -59821,7 +60404,7 @@
59821
60404
  "deprecationReason": null
59822
60405
  },
59823
60406
  {
59824
- "name": "eventsList",
60407
+ "name": "eventsFields",
59825
60408
  "description": null,
59826
60409
  "args": [
59827
60410
  {
@@ -59832,7 +60415,7 @@
59832
60415
  "name": null,
59833
60416
  "ofType": {
59834
60417
  "kind": "INPUT_OBJECT",
59835
- "name": "EventsListInput",
60418
+ "name": "EventsFieldsInput",
59836
60419
  "ofType": null
59837
60420
  }
59838
60421
  },
@@ -59846,7 +60429,7 @@
59846
60429
  "name": null,
59847
60430
  "ofType": {
59848
60431
  "kind": "OBJECT",
59849
- "name": "EventsList",
60432
+ "name": "EventsFields",
59850
60433
  "ofType": null
59851
60434
  }
59852
60435
  },
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.189.3"
4
+ VERSION = "1.194.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.189.3
4
+ version: 1.194.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-22 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient