stigg-api-client 2.222.0 → 2.227.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: 835fbc35fa08c8dd89609a54908f100d1f07f0e78e80cacc49deecd8d338babd
4
- data.tar.gz: d34b488c0127bc4d0a25890f7d2fcaa787f51b4ca9545c91b1a3ea3530c87bc3
3
+ metadata.gz: f83a1ddbc95ff81b96b0dd00e1b861db8a175fef8a71239baf8ec8ca0f471ada
4
+ data.tar.gz: d77da0306262a939840953a09048a5027ec0f41dffa7556109b0df47f5215564
5
5
  SHA512:
6
- metadata.gz: 297cf505a02dd727353b10f18d256d82710eb36ab4fabd2acc253cc307f023809c5e333ae4177e94af426d488bf7c89d04ff0c8722273e48fda47e327d997d0e
7
- data.tar.gz: d64be5e37b1e7b3f03786257ee524802b16abd4d8ff8d6dc222594c47aaba6f69ca05fbb6197e3035d28c0f23e8a2e1be4fd425efb00c733a9ffaf975c24483b
6
+ metadata.gz: cd7a6613b7e5219e2e91c93fa3ca5cfb03d77156db48b42888ef71b02aeb71034ccca41ea0e809c02f8c257a5c6b4ef4fcb1a7ac03f05febb273273bca949a69
7
+ data.tar.gz: a3f7374d8fb8de1b53b76968274bc21a9dde781612824998e369bc8373296819a85779ad3bcb01308a67d4d660a616ea1531e079a82fe457acb402357373f983
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.222.0)
4
+ stigg-api-client (2.227.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -4129,6 +4129,22 @@
4129
4129
  "isDeprecated": false,
4130
4130
  "deprecationReason": null
4131
4131
  },
4132
+ {
4133
+ "name": "clientDomain",
4134
+ "description": null,
4135
+ "args": [],
4136
+ "type": {
4137
+ "kind": "NON_NULL",
4138
+ "name": null,
4139
+ "ofType": {
4140
+ "kind": "SCALAR",
4141
+ "name": "String",
4142
+ "ofType": null
4143
+ }
4144
+ },
4145
+ "isDeprecated": false,
4146
+ "deprecationReason": null
4147
+ },
4132
4148
  {
4133
4149
  "name": "clientId",
4134
4150
  "description": null,
@@ -4208,38 +4224,6 @@
4208
4224
  },
4209
4225
  "isDeprecated": false,
4210
4226
  "deprecationReason": null
4211
- },
4212
- {
4213
- "name": "region",
4214
- "description": null,
4215
- "args": [],
4216
- "type": {
4217
- "kind": "NON_NULL",
4218
- "name": null,
4219
- "ofType": {
4220
- "kind": "ENUM",
4221
- "name": "Auth0Region",
4222
- "ofType": null
4223
- }
4224
- },
4225
- "isDeprecated": false,
4226
- "deprecationReason": null
4227
- },
4228
- {
4229
- "name": "tenant",
4230
- "description": null,
4231
- "args": [],
4232
- "type": {
4233
- "kind": "NON_NULL",
4234
- "name": null,
4235
- "ofType": {
4236
- "kind": "SCALAR",
4237
- "name": "String",
4238
- "ofType": null
4239
- }
4240
- },
4241
- "isDeprecated": false,
4242
- "deprecationReason": null
4243
4227
  }
4244
4228
  ],
4245
4229
  "inputFields": null,
@@ -4301,6 +4285,22 @@
4301
4285
  "isDeprecated": false,
4302
4286
  "deprecationReason": null
4303
4287
  },
4288
+ {
4289
+ "name": "clientDomain",
4290
+ "description": null,
4291
+ "type": {
4292
+ "kind": "NON_NULL",
4293
+ "name": null,
4294
+ "ofType": {
4295
+ "kind": "SCALAR",
4296
+ "name": "String",
4297
+ "ofType": null
4298
+ }
4299
+ },
4300
+ "defaultValue": null,
4301
+ "isDeprecated": false,
4302
+ "deprecationReason": null
4303
+ },
4304
4304
  {
4305
4305
  "name": "clientId",
4306
4306
  "description": null,
@@ -4380,91 +4380,12 @@
4380
4380
  "defaultValue": null,
4381
4381
  "isDeprecated": false,
4382
4382
  "deprecationReason": null
4383
- },
4384
- {
4385
- "name": "region",
4386
- "description": null,
4387
- "type": {
4388
- "kind": "NON_NULL",
4389
- "name": null,
4390
- "ofType": {
4391
- "kind": "ENUM",
4392
- "name": "Auth0Region",
4393
- "ofType": null
4394
- }
4395
- },
4396
- "defaultValue": null,
4397
- "isDeprecated": false,
4398
- "deprecationReason": null
4399
- },
4400
- {
4401
- "name": "tenant",
4402
- "description": null,
4403
- "type": {
4404
- "kind": "NON_NULL",
4405
- "name": null,
4406
- "ofType": {
4407
- "kind": "SCALAR",
4408
- "name": "String",
4409
- "ofType": null
4410
- }
4411
- },
4412
- "defaultValue": null,
4413
- "isDeprecated": false,
4414
- "deprecationReason": null
4415
4383
  }
4416
4384
  ],
4417
4385
  "interfaces": null,
4418
4386
  "enumValues": null,
4419
4387
  "possibleTypes": null
4420
4388
  },
4421
- {
4422
- "kind": "ENUM",
4423
- "name": "Auth0Region",
4424
- "description": "Auth0 region.",
4425
- "fields": null,
4426
- "inputFields": null,
4427
- "interfaces": null,
4428
- "enumValues": [
4429
- {
4430
- "name": "AU",
4431
- "description": null,
4432
- "isDeprecated": false,
4433
- "deprecationReason": null
4434
- },
4435
- {
4436
- "name": "CA",
4437
- "description": null,
4438
- "isDeprecated": false,
4439
- "deprecationReason": null
4440
- },
4441
- {
4442
- "name": "EU",
4443
- "description": null,
4444
- "isDeprecated": false,
4445
- "deprecationReason": null
4446
- },
4447
- {
4448
- "name": "JP",
4449
- "description": null,
4450
- "isDeprecated": false,
4451
- "deprecationReason": null
4452
- },
4453
- {
4454
- "name": "UK",
4455
- "description": null,
4456
- "isDeprecated": false,
4457
- "deprecationReason": null
4458
- },
4459
- {
4460
- "name": "US",
4461
- "description": null,
4462
- "isDeprecated": false,
4463
- "deprecationReason": null
4464
- }
4465
- ],
4466
- "possibleTypes": null
4467
- },
4468
4389
  {
4469
4390
  "kind": "OBJECT",
4470
4391
  "name": "AutoCancellationRule",
@@ -31637,7 +31558,7 @@
31637
31558
  "fields": null,
31638
31559
  "inputFields": [
31639
31560
  {
31640
- "name": "clientId",
31561
+ "name": "clientDomain",
31641
31562
  "description": null,
31642
31563
  "type": {
31643
31564
  "kind": "NON_NULL",
@@ -31653,7 +31574,7 @@
31653
31574
  "deprecationReason": null
31654
31575
  },
31655
31576
  {
31656
- "name": "clientSecret",
31577
+ "name": "clientId",
31657
31578
  "description": null,
31658
31579
  "type": {
31659
31580
  "kind": "NON_NULL",
@@ -31669,26 +31590,14 @@
31669
31590
  "deprecationReason": null
31670
31591
  },
31671
31592
  {
31672
- "name": "environmentId",
31673
- "description": null,
31674
- "type": {
31675
- "kind": "SCALAR",
31676
- "name": "String",
31677
- "ofType": null
31678
- },
31679
- "defaultValue": null,
31680
- "isDeprecated": false,
31681
- "deprecationReason": null
31682
- },
31683
- {
31684
- "name": "region",
31593
+ "name": "clientSecret",
31685
31594
  "description": null,
31686
31595
  "type": {
31687
31596
  "kind": "NON_NULL",
31688
31597
  "name": null,
31689
31598
  "ofType": {
31690
- "kind": "ENUM",
31691
- "name": "Auth0Region",
31599
+ "kind": "SCALAR",
31600
+ "name": "String",
31692
31601
  "ofType": null
31693
31602
  }
31694
31603
  },
@@ -31697,16 +31606,12 @@
31697
31606
  "deprecationReason": null
31698
31607
  },
31699
31608
  {
31700
- "name": "tenant",
31609
+ "name": "environmentId",
31701
31610
  "description": null,
31702
31611
  "type": {
31703
- "kind": "NON_NULL",
31704
- "name": null,
31705
- "ofType": {
31706
- "kind": "SCALAR",
31707
- "name": "String",
31708
- "ofType": null
31709
- }
31612
+ "kind": "SCALAR",
31613
+ "name": "String",
31614
+ "ofType": null
31710
31615
  },
31711
31616
  "defaultValue": null,
31712
31617
  "isDeprecated": false,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.222.0"
4
+ VERSION = "2.227.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: 2.222.0
4
+ version: 2.227.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-12-09 00:00:00.000000000 Z
11
+ date: 2024-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient