stigg-api-client 1.173.0 → 1.176.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: a77f9d032208db5cf2a51efd86bda837e355977a3d4d42dd5a8ad477b9b23865
4
- data.tar.gz: f00c2cc639208dd1404eb7647126997507f04e7633759c8b81062b2715484a18
3
+ metadata.gz: ad1e5021e10a3ecce7779c3bb328d27938bbb5dbb2368fe0c015de756e706c75
4
+ data.tar.gz: 1f84f7f8c973d9b27c4f077ed0f2cdeed3f2f03f3488ade51071fe326adfdcfc
5
5
  SHA512:
6
- metadata.gz: d07fee9bb45dfc0786adf5f030fee9b77bb551cc868bb81661eeb216788848ca289847697b964c1057f9e49e499d8d1358f84bbf4ad59c45225ee74378fc75ed
7
- data.tar.gz: 130b0ba0d2974f2caf4f4381a6b2d460f1013c1a4327570ab73d236b1036d226a19277b84e85a4989e7e6af79d476f1a4c07f91aa117c8afd3702561d737fa95
6
+ metadata.gz: c75843a1c5e37a3e75d2a230210eb92bdbf8f776963a3025fe9eabbff355991841aa2adc662f57e4ca23e7b4dac6ff2491eff35fa35c19b1b787d5d4fed61ac5
7
+ data.tar.gz: ff59c6dc3d7e5a07364d38e675d786998c0da5296b444d5463e328785f2ae6d7ee976ea4dc95df6e474c805ff9c77a9afe4889fbde3a6f9fd714b0f860f261d0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.173.0)
4
+ stigg-api-client (1.176.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -4411,6 +4411,308 @@
4411
4411
  "enumValues": null,
4412
4412
  "possibleTypes": null
4413
4413
  },
4414
+ {
4415
+ "kind": "OBJECT",
4416
+ "name": "BigQueryCredentials",
4417
+ "description": null,
4418
+ "fields": [
4419
+ {
4420
+ "name": "airbyteConnectionId",
4421
+ "description": null,
4422
+ "args": [],
4423
+ "type": {
4424
+ "kind": "SCALAR",
4425
+ "name": "String",
4426
+ "ofType": null
4427
+ },
4428
+ "isDeprecated": false,
4429
+ "deprecationReason": null
4430
+ },
4431
+ {
4432
+ "name": "airbyteDestinationId",
4433
+ "description": null,
4434
+ "args": [],
4435
+ "type": {
4436
+ "kind": "SCALAR",
4437
+ "name": "String",
4438
+ "ofType": null
4439
+ },
4440
+ "isDeprecated": false,
4441
+ "deprecationReason": null
4442
+ },
4443
+ {
4444
+ "name": "credentialsJson",
4445
+ "description": null,
4446
+ "args": [],
4447
+ "type": {
4448
+ "kind": "NON_NULL",
4449
+ "name": null,
4450
+ "ofType": {
4451
+ "kind": "SCALAR",
4452
+ "name": "String",
4453
+ "ofType": null
4454
+ }
4455
+ },
4456
+ "isDeprecated": false,
4457
+ "deprecationReason": null
4458
+ },
4459
+ {
4460
+ "name": "datasetId",
4461
+ "description": null,
4462
+ "args": [],
4463
+ "type": {
4464
+ "kind": "NON_NULL",
4465
+ "name": null,
4466
+ "ofType": {
4467
+ "kind": "SCALAR",
4468
+ "name": "String",
4469
+ "ofType": null
4470
+ }
4471
+ },
4472
+ "isDeprecated": false,
4473
+ "deprecationReason": null
4474
+ },
4475
+ {
4476
+ "name": "datasetLocation",
4477
+ "description": null,
4478
+ "args": [],
4479
+ "type": {
4480
+ "kind": "NON_NULL",
4481
+ "name": null,
4482
+ "ofType": {
4483
+ "kind": "SCALAR",
4484
+ "name": "String",
4485
+ "ofType": null
4486
+ }
4487
+ },
4488
+ "isDeprecated": false,
4489
+ "deprecationReason": null
4490
+ },
4491
+ {
4492
+ "name": "gcsBucketName",
4493
+ "description": null,
4494
+ "args": [],
4495
+ "type": {
4496
+ "kind": "NON_NULL",
4497
+ "name": null,
4498
+ "ofType": {
4499
+ "kind": "SCALAR",
4500
+ "name": "String",
4501
+ "ofType": null
4502
+ }
4503
+ },
4504
+ "isDeprecated": false,
4505
+ "deprecationReason": null
4506
+ },
4507
+ {
4508
+ "name": "gcsBucketPath",
4509
+ "description": null,
4510
+ "args": [],
4511
+ "type": {
4512
+ "kind": "NON_NULL",
4513
+ "name": null,
4514
+ "ofType": {
4515
+ "kind": "SCALAR",
4516
+ "name": "String",
4517
+ "ofType": null
4518
+ }
4519
+ },
4520
+ "isDeprecated": false,
4521
+ "deprecationReason": null
4522
+ },
4523
+ {
4524
+ "name": "hmacKeyAccessId",
4525
+ "description": null,
4526
+ "args": [],
4527
+ "type": {
4528
+ "kind": "NON_NULL",
4529
+ "name": null,
4530
+ "ofType": {
4531
+ "kind": "SCALAR",
4532
+ "name": "String",
4533
+ "ofType": null
4534
+ }
4535
+ },
4536
+ "isDeprecated": false,
4537
+ "deprecationReason": null
4538
+ },
4539
+ {
4540
+ "name": "hmacKeySecret",
4541
+ "description": null,
4542
+ "args": [],
4543
+ "type": {
4544
+ "kind": "NON_NULL",
4545
+ "name": null,
4546
+ "ofType": {
4547
+ "kind": "SCALAR",
4548
+ "name": "String",
4549
+ "ofType": null
4550
+ }
4551
+ },
4552
+ "isDeprecated": false,
4553
+ "deprecationReason": null
4554
+ },
4555
+ {
4556
+ "name": "projectId",
4557
+ "description": null,
4558
+ "args": [],
4559
+ "type": {
4560
+ "kind": "NON_NULL",
4561
+ "name": null,
4562
+ "ofType": {
4563
+ "kind": "SCALAR",
4564
+ "name": "String",
4565
+ "ofType": null
4566
+ }
4567
+ },
4568
+ "isDeprecated": false,
4569
+ "deprecationReason": null
4570
+ }
4571
+ ],
4572
+ "inputFields": null,
4573
+ "interfaces": [],
4574
+ "enumValues": null,
4575
+ "possibleTypes": null
4576
+ },
4577
+ {
4578
+ "kind": "INPUT_OBJECT",
4579
+ "name": "BigQueryCredentialsInput",
4580
+ "description": null,
4581
+ "fields": null,
4582
+ "inputFields": [
4583
+ {
4584
+ "name": "credentialsJson",
4585
+ "description": null,
4586
+ "type": {
4587
+ "kind": "NON_NULL",
4588
+ "name": null,
4589
+ "ofType": {
4590
+ "kind": "SCALAR",
4591
+ "name": "String",
4592
+ "ofType": null
4593
+ }
4594
+ },
4595
+ "defaultValue": null,
4596
+ "isDeprecated": false,
4597
+ "deprecationReason": null
4598
+ },
4599
+ {
4600
+ "name": "datasetId",
4601
+ "description": null,
4602
+ "type": {
4603
+ "kind": "NON_NULL",
4604
+ "name": null,
4605
+ "ofType": {
4606
+ "kind": "SCALAR",
4607
+ "name": "String",
4608
+ "ofType": null
4609
+ }
4610
+ },
4611
+ "defaultValue": null,
4612
+ "isDeprecated": false,
4613
+ "deprecationReason": null
4614
+ },
4615
+ {
4616
+ "name": "datasetLocation",
4617
+ "description": null,
4618
+ "type": {
4619
+ "kind": "NON_NULL",
4620
+ "name": null,
4621
+ "ofType": {
4622
+ "kind": "SCALAR",
4623
+ "name": "String",
4624
+ "ofType": null
4625
+ }
4626
+ },
4627
+ "defaultValue": null,
4628
+ "isDeprecated": false,
4629
+ "deprecationReason": null
4630
+ },
4631
+ {
4632
+ "name": "gcsBucketName",
4633
+ "description": null,
4634
+ "type": {
4635
+ "kind": "NON_NULL",
4636
+ "name": null,
4637
+ "ofType": {
4638
+ "kind": "SCALAR",
4639
+ "name": "String",
4640
+ "ofType": null
4641
+ }
4642
+ },
4643
+ "defaultValue": null,
4644
+ "isDeprecated": false,
4645
+ "deprecationReason": null
4646
+ },
4647
+ {
4648
+ "name": "gcsBucketPath",
4649
+ "description": null,
4650
+ "type": {
4651
+ "kind": "NON_NULL",
4652
+ "name": null,
4653
+ "ofType": {
4654
+ "kind": "SCALAR",
4655
+ "name": "String",
4656
+ "ofType": null
4657
+ }
4658
+ },
4659
+ "defaultValue": null,
4660
+ "isDeprecated": false,
4661
+ "deprecationReason": null
4662
+ },
4663
+ {
4664
+ "name": "hmacKeyAccessId",
4665
+ "description": null,
4666
+ "type": {
4667
+ "kind": "NON_NULL",
4668
+ "name": null,
4669
+ "ofType": {
4670
+ "kind": "SCALAR",
4671
+ "name": "String",
4672
+ "ofType": null
4673
+ }
4674
+ },
4675
+ "defaultValue": null,
4676
+ "isDeprecated": false,
4677
+ "deprecationReason": null
4678
+ },
4679
+ {
4680
+ "name": "hmacKeySecret",
4681
+ "description": null,
4682
+ "type": {
4683
+ "kind": "NON_NULL",
4684
+ "name": null,
4685
+ "ofType": {
4686
+ "kind": "SCALAR",
4687
+ "name": "String",
4688
+ "ofType": null
4689
+ }
4690
+ },
4691
+ "defaultValue": null,
4692
+ "isDeprecated": false,
4693
+ "deprecationReason": null
4694
+ },
4695
+ {
4696
+ "name": "projectId",
4697
+ "description": null,
4698
+ "type": {
4699
+ "kind": "NON_NULL",
4700
+ "name": null,
4701
+ "ofType": {
4702
+ "kind": "SCALAR",
4703
+ "name": "String",
4704
+ "ofType": null
4705
+ }
4706
+ },
4707
+ "defaultValue": null,
4708
+ "isDeprecated": false,
4709
+ "deprecationReason": null
4710
+ }
4711
+ ],
4712
+ "interfaces": null,
4713
+ "enumValues": null,
4714
+ "possibleTypes": null
4715
+ },
4414
4716
  {
4415
4717
  "kind": "OBJECT",
4416
4718
  "name": "BillableFeature",
@@ -8844,6 +9146,18 @@
8844
9146
  "description": null,
8845
9147
  "fields": null,
8846
9148
  "inputFields": [
9149
+ {
9150
+ "name": "configuration",
9151
+ "description": "A JSON containing the configuration for each event log type",
9152
+ "type": {
9153
+ "kind": "SCALAR",
9154
+ "name": "JSON",
9155
+ "ofType": null
9156
+ },
9157
+ "defaultValue": null,
9158
+ "isDeprecated": false,
9159
+ "deprecationReason": null
9160
+ },
8847
9161
  {
8848
9162
  "name": "createdAt",
8849
9163
  "description": null,
@@ -8971,6 +9285,18 @@
8971
9285
  "isDeprecated": false,
8972
9286
  "deprecationReason": null
8973
9287
  },
9288
+ {
9289
+ "name": "bigQueryCredentials",
9290
+ "description": null,
9291
+ "type": {
9292
+ "kind": "INPUT_OBJECT",
9293
+ "name": "BigQueryCredentialsInput",
9294
+ "ofType": null
9295
+ },
9296
+ "defaultValue": null,
9297
+ "isDeprecated": false,
9298
+ "deprecationReason": null
9299
+ },
8974
9300
  {
8975
9301
  "name": "environmentId",
8976
9302
  "description": null,
@@ -9576,6 +9902,11 @@
9576
9902
  "name": "AwsMarketplaceCredentials",
9577
9903
  "ofType": null
9578
9904
  },
9905
+ {
9906
+ "kind": "OBJECT",
9907
+ "name": "BigQueryCredentials",
9908
+ "ofType": null
9909
+ },
9579
9910
  {
9580
9911
  "kind": "OBJECT",
9581
9912
  "name": "HubspotCredentials",
@@ -29523,6 +29854,18 @@
29523
29854
  "isDeprecated": false,
29524
29855
  "deprecationReason": null
29525
29856
  },
29857
+ {
29858
+ "name": "configuration",
29859
+ "description": "A JSON containing the configuration for each event log type",
29860
+ "args": [],
29861
+ "type": {
29862
+ "kind": "SCALAR",
29863
+ "name": "JSON",
29864
+ "ofType": null
29865
+ },
29866
+ "isDeprecated": false,
29867
+ "deprecationReason": null
29868
+ },
29526
29869
  {
29527
29870
  "name": "createdAt",
29528
29871
  "description": null,
@@ -29879,6 +30222,18 @@
29879
30222
  "name": "HookDeleteResponse",
29880
30223
  "description": null,
29881
30224
  "fields": [
30225
+ {
30226
+ "name": "configuration",
30227
+ "description": "A JSON containing the configuration for each event log type",
30228
+ "args": [],
30229
+ "type": {
30230
+ "kind": "SCALAR",
30231
+ "name": "JSON",
30232
+ "ofType": null
30233
+ },
30234
+ "isDeprecated": false,
30235
+ "deprecationReason": null
30236
+ },
29882
30237
  {
29883
30238
  "name": "createdAt",
29884
30239
  "description": null,
@@ -74806,6 +75161,18 @@
74806
75161
  "description": null,
74807
75162
  "fields": null,
74808
75163
  "inputFields": [
75164
+ {
75165
+ "name": "configuration",
75166
+ "description": "A JSON containing the configuration for each event log type",
75167
+ "type": {
75168
+ "kind": "SCALAR",
75169
+ "name": "JSON",
75170
+ "ofType": null
75171
+ },
75172
+ "defaultValue": null,
75173
+ "isDeprecated": false,
75174
+ "deprecationReason": null
75175
+ },
74809
75176
  {
74810
75177
  "name": "createdAt",
74811
75178
  "description": null,
@@ -78172,6 +78539,12 @@
78172
78539
  "isDeprecated": false,
78173
78540
  "deprecationReason": null
78174
78541
  },
78542
+ {
78543
+ "name": "BIG_QUERY",
78544
+ "description": null,
78545
+ "isDeprecated": false,
78546
+ "deprecationReason": null
78547
+ },
78175
78548
  {
78176
78549
  "name": "HUBSPOT",
78177
78550
  "description": null,
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.173.0"
4
+ VERSION = "1.176.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.173.0
4
+ version: 1.176.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg