stigg-api-client 1.175.0 → 1.177.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e96651bf6a6ca1cf7cbf7181ec0ecaa37949bd75353bf73b61cbc127fc307a3f
4
- data.tar.gz: 8a5d7e63b16e4850ddb12c9b853665b7450c73e0cebdd2bb1eaa6f319bd1c94d
3
+ metadata.gz: 7ae5dc04bd3caf2847eba084a91332f580583ed4392f53e9f0f0bccca085a8a1
4
+ data.tar.gz: 68e981f7abf51f1d9a616cd884a56e9742900d6f76113d327faa3381757eb6e8
5
5
  SHA512:
6
- metadata.gz: d12c23fb41c8eba90752088e527a3fbe7c4ba0aa1df16c33b2687420c23fb553ce4d2ae02c4ad28e1c3109c850a60e539fa9c8a11334c48524b14de191908cd9
7
- data.tar.gz: 444832d8c22575ee83dd2657d5d4693574d322693a29e97d21e62b2d5620f155fd12061556b1f94cd2b18ee5b446877f71d6b94293af3fb9070f16944189c609
6
+ metadata.gz: 22c3439d68163e056df281b4df41a9c8fb05c4aa799123433d3b15055fa3f96b81b43b04df954b51a068541de576b841ef4391ded6f5c2d257258c8a3781be26
7
+ data.tar.gz: 43c6e9f5a00986c5699f141b740faae0a439a2c12104753fdec96895f5ca75ca41f62f46b211ec7e893f0a91c16a6a180a68103a671edd1922dff185b84d1400
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.175.0)
4
+ stigg-api-client (1.177.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",
@@ -8983,6 +9285,18 @@
8983
9285
  "isDeprecated": false,
8984
9286
  "deprecationReason": null
8985
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
+ },
8986
9300
  {
8987
9301
  "name": "environmentId",
8988
9302
  "description": null,
@@ -9588,6 +9902,11 @@
9588
9902
  "name": "AwsMarketplaceCredentials",
9589
9903
  "ofType": null
9590
9904
  },
9905
+ {
9906
+ "kind": "OBJECT",
9907
+ "name": "BigQueryCredentials",
9908
+ "ofType": null
9909
+ },
9591
9910
  {
9592
9911
  "kind": "OBJECT",
9593
9912
  "name": "HubspotCredentials",
@@ -20833,6 +21152,29 @@
20833
21152
  "enumValues": null,
20834
21153
  "possibleTypes": null
20835
21154
  },
21155
+ {
21156
+ "kind": "ENUM",
21157
+ "name": "EntitlementBehavior",
21158
+ "description": "The behavior of the entitlement",
21159
+ "fields": null,
21160
+ "inputFields": null,
21161
+ "interfaces": null,
21162
+ "enumValues": [
21163
+ {
21164
+ "name": "Increment",
21165
+ "description": "Increment the value of the entitlement",
21166
+ "isDeprecated": false,
21167
+ "deprecationReason": null
21168
+ },
21169
+ {
21170
+ "name": "Override",
21171
+ "description": "Override the value of the entitlement",
21172
+ "isDeprecated": false,
21173
+ "deprecationReason": null
21174
+ }
21175
+ ],
21176
+ "possibleTypes": null
21177
+ },
20836
21178
  {
20837
21179
  "kind": "INPUT_OBJECT",
20838
21180
  "name": "EntitlementCheckRequested",
@@ -22960,6 +23302,12 @@
22960
23302
  "isDeprecated": false,
22961
23303
  "deprecationReason": null
22962
23304
  },
23305
+ {
23306
+ "name": "CannotAddOverrideEntitlementToPlan",
23307
+ "description": "Cannot add override entitlement to a plan",
23308
+ "isDeprecated": false,
23309
+ "deprecationReason": null
23310
+ },
22963
23311
  {
22964
23312
  "name": "CannotArchiveFeatureError",
22965
23313
  "description": null,
@@ -40191,6 +40539,18 @@
40191
40539
  "description": null,
40192
40540
  "fields": null,
40193
40541
  "inputFields": [
40542
+ {
40543
+ "name": "behavior",
40544
+ "description": "The behavior of the entitlement",
40545
+ "type": {
40546
+ "kind": "ENUM",
40547
+ "name": "EntitlementBehavior",
40548
+ "ofType": null
40549
+ },
40550
+ "defaultValue": "Increment",
40551
+ "isDeprecated": false,
40552
+ "deprecationReason": null
40553
+ },
40194
40554
  {
40195
40555
  "name": "description",
40196
40556
  "description": null,
@@ -41670,6 +42030,22 @@
41670
42030
  "name": "PackageEntitlement",
41671
42031
  "description": null,
41672
42032
  "fields": [
42033
+ {
42034
+ "name": "behavior",
42035
+ "description": "The behavior of the entitlement",
42036
+ "args": [],
42037
+ "type": {
42038
+ "kind": "NON_NULL",
42039
+ "name": null,
42040
+ "ofType": {
42041
+ "kind": "ENUM",
42042
+ "name": "EntitlementBehavior",
42043
+ "ofType": null
42044
+ }
42045
+ },
42046
+ "isDeprecated": false,
42047
+ "deprecationReason": null
42048
+ },
41673
42049
  {
41674
42050
  "name": "createdAt",
41675
42051
  "description": null,
@@ -42193,6 +42569,18 @@
42193
42569
  "name": "PackageEntitlementDeleteResponse",
42194
42570
  "description": null,
42195
42571
  "fields": [
42572
+ {
42573
+ "name": "behavior",
42574
+ "description": "The behavior of the entitlement",
42575
+ "args": [],
42576
+ "type": {
42577
+ "kind": "ENUM",
42578
+ "name": "EntitlementBehavior",
42579
+ "ofType": null
42580
+ },
42581
+ "isDeprecated": false,
42582
+ "deprecationReason": null
42583
+ },
42196
42584
  {
42197
42585
  "name": "createdAt",
42198
42586
  "description": null,
@@ -42961,6 +43349,18 @@
42961
43349
  "description": null,
42962
43350
  "fields": null,
42963
43351
  "inputFields": [
43352
+ {
43353
+ "name": "behavior",
43354
+ "description": "The behavior of the entitlement",
43355
+ "type": {
43356
+ "kind": "ENUM",
43357
+ "name": "EntitlementBehavior",
43358
+ "ofType": null
43359
+ },
43360
+ "defaultValue": "Increment",
43361
+ "isDeprecated": false,
43362
+ "deprecationReason": null
43363
+ },
42964
43364
  {
42965
43365
  "name": "description",
42966
43366
  "description": null,
@@ -43410,6 +43810,18 @@
43410
43810
  "description": null,
43411
43811
  "fields": null,
43412
43812
  "inputFields": [
43813
+ {
43814
+ "name": "behavior",
43815
+ "description": "The behavior of the entitlement",
43816
+ "type": {
43817
+ "kind": "ENUM",
43818
+ "name": "EntitlementBehavior",
43819
+ "ofType": null
43820
+ },
43821
+ "defaultValue": null,
43822
+ "isDeprecated": false,
43823
+ "deprecationReason": null
43824
+ },
43413
43825
  {
43414
43826
  "name": "description",
43415
43827
  "description": null,
@@ -78220,6 +78632,12 @@
78220
78632
  "isDeprecated": false,
78221
78633
  "deprecationReason": null
78222
78634
  },
78635
+ {
78636
+ "name": "BIG_QUERY",
78637
+ "description": null,
78638
+ "isDeprecated": false,
78639
+ "deprecationReason": null
78640
+ },
78223
78641
  {
78224
78642
  "name": "HUBSPOT",
78225
78643
  "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.175.0"
4
+ VERSION = "1.177.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.175.0
4
+ version: 1.177.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-09 00:00:00.000000000 Z
11
+ date: 2024-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient