stigg-api-client 1.70.0 → 1.72.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +71 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d8fb3a29a1a79cfd0b5a00fdd85a8698f41a5a89095fd769226b3c0f1e8f4a97
|
4
|
+
data.tar.gz: f4f4dabe05a824a9a805125f02222ee7f0edd0252ed453047a31e244f6e56648
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce69faa303c844fedac038827a4aa66f3e8a1f306398d321e375a791c71515504d2204ef2055186995873ddc49764de8e69ab32d00656114f313663adadd1a12
|
7
|
+
data.tar.gz: 54a0e3725cd1deec90dd56cb9fd282c9c51d6ffb8a414cb9af22ef833ee2aea8a48e762cc2c4bceb7f679586c4c2e059552f08821839851e1d0cd036bf8c9330
|
data/Gemfile.lock
CHANGED
@@ -58346,6 +58346,18 @@
|
|
58346
58346
|
"defaultValue": "false",
|
58347
58347
|
"isDeprecated": false,
|
58348
58348
|
"deprecationReason": null
|
58349
|
+
},
|
58350
|
+
{
|
58351
|
+
"name": "sideEffectsOptions",
|
58352
|
+
"description": null,
|
58353
|
+
"type": {
|
58354
|
+
"kind": "INPUT_OBJECT",
|
58355
|
+
"name": "RecalculateEntitlementsSideEffectsOptionsInput",
|
58356
|
+
"ofType": null
|
58357
|
+
},
|
58358
|
+
"defaultValue": null,
|
58359
|
+
"isDeprecated": false,
|
58360
|
+
"deprecationReason": null
|
58349
58361
|
}
|
58350
58362
|
],
|
58351
58363
|
"interfaces": null,
|
@@ -58379,6 +58391,65 @@
|
|
58379
58391
|
"enumValues": null,
|
58380
58392
|
"possibleTypes": null
|
58381
58393
|
},
|
58394
|
+
{
|
58395
|
+
"kind": "INPUT_OBJECT",
|
58396
|
+
"name": "RecalculateEntitlementsSideEffectsOptionsInput",
|
58397
|
+
"description": null,
|
58398
|
+
"fields": null,
|
58399
|
+
"inputFields": [
|
58400
|
+
{
|
58401
|
+
"name": "skipPublishToSubscribers",
|
58402
|
+
"description": null,
|
58403
|
+
"type": {
|
58404
|
+
"kind": "SCALAR",
|
58405
|
+
"name": "Boolean",
|
58406
|
+
"ofType": null
|
58407
|
+
},
|
58408
|
+
"defaultValue": "false",
|
58409
|
+
"isDeprecated": false,
|
58410
|
+
"deprecationReason": null
|
58411
|
+
},
|
58412
|
+
{
|
58413
|
+
"name": "skipWriteToCache",
|
58414
|
+
"description": null,
|
58415
|
+
"type": {
|
58416
|
+
"kind": "SCALAR",
|
58417
|
+
"name": "Boolean",
|
58418
|
+
"ofType": null
|
58419
|
+
},
|
58420
|
+
"defaultValue": "false",
|
58421
|
+
"isDeprecated": false,
|
58422
|
+
"deprecationReason": null
|
58423
|
+
},
|
58424
|
+
{
|
58425
|
+
"name": "skipWriteToDataCatalog",
|
58426
|
+
"description": null,
|
58427
|
+
"type": {
|
58428
|
+
"kind": "SCALAR",
|
58429
|
+
"name": "Boolean",
|
58430
|
+
"ofType": null
|
58431
|
+
},
|
58432
|
+
"defaultValue": "false",
|
58433
|
+
"isDeprecated": false,
|
58434
|
+
"deprecationReason": null
|
58435
|
+
},
|
58436
|
+
{
|
58437
|
+
"name": "skipWriteToEventLog",
|
58438
|
+
"description": null,
|
58439
|
+
"type": {
|
58440
|
+
"kind": "SCALAR",
|
58441
|
+
"name": "Boolean",
|
58442
|
+
"ofType": null
|
58443
|
+
},
|
58444
|
+
"defaultValue": "false",
|
58445
|
+
"isDeprecated": false,
|
58446
|
+
"deprecationReason": null
|
58447
|
+
}
|
58448
|
+
],
|
58449
|
+
"interfaces": null,
|
58450
|
+
"enumValues": null,
|
58451
|
+
"possibleTypes": null
|
58452
|
+
},
|
58382
58453
|
{
|
58383
58454
|
"kind": "INPUT_OBJECT",
|
58384
58455
|
"name": "RemoveBasePlanFromPlanInput",
|
data/lib/stigg/version.rb
CHANGED
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.
|
4
|
+
version: 1.72.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-03-
|
11
|
+
date: 2024-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|