stigg-api-client 1.70.0 → 1.73.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 +107 -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: 58539b66b84159f4ad87af912ce6dd81a91e23f32d82cdbe819cfc41bdf74083
|
|
4
|
+
data.tar.gz: f6f249563a49593ac0956e117efae647f9881186717fa9e266e91be9f5f46084
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a746cb96d035efa211246d984a823d7d10724ef3443a0b40b83ff9f5a4e9d1a4d7539eccaa3d3f7d41651acf5853530b86bad4c941db07a88521b0de53e4dd3a
|
|
7
|
+
data.tar.gz: fe3725de931872967ddd9983ed0105835a9e25e141d622dd71bef56696899d3ff3ac00a415010806121db54348eee411048eacc7cb3e2dd634a76a7963d9cba7
|
data/Gemfile.lock
CHANGED
|
@@ -48482,6 +48482,18 @@
|
|
|
48482
48482
|
"isDeprecated": false,
|
|
48483
48483
|
"deprecationReason": null
|
|
48484
48484
|
},
|
|
48485
|
+
{
|
|
48486
|
+
"name": "blockSize",
|
|
48487
|
+
"description": "The number of units per block. Defaults to 1 unit.",
|
|
48488
|
+
"args": [],
|
|
48489
|
+
"type": {
|
|
48490
|
+
"kind": "SCALAR",
|
|
48491
|
+
"name": "Float",
|
|
48492
|
+
"ofType": null
|
|
48493
|
+
},
|
|
48494
|
+
"isDeprecated": false,
|
|
48495
|
+
"deprecationReason": null
|
|
48496
|
+
},
|
|
48485
48497
|
{
|
|
48486
48498
|
"name": "createdAt",
|
|
48487
48499
|
"description": null,
|
|
@@ -48927,6 +48939,18 @@
|
|
|
48927
48939
|
"isDeprecated": false,
|
|
48928
48940
|
"deprecationReason": null
|
|
48929
48941
|
},
|
|
48942
|
+
{
|
|
48943
|
+
"name": "blockSize",
|
|
48944
|
+
"description": "The number of units per block. Defaults to 1 unit.",
|
|
48945
|
+
"args": [],
|
|
48946
|
+
"type": {
|
|
48947
|
+
"kind": "SCALAR",
|
|
48948
|
+
"name": "Float",
|
|
48949
|
+
"ofType": null
|
|
48950
|
+
},
|
|
48951
|
+
"isDeprecated": false,
|
|
48952
|
+
"deprecationReason": null
|
|
48953
|
+
},
|
|
48930
48954
|
{
|
|
48931
48955
|
"name": "createdAt",
|
|
48932
48956
|
"description": null,
|
|
@@ -49920,6 +49944,18 @@
|
|
|
49920
49944
|
"isDeprecated": false,
|
|
49921
49945
|
"deprecationReason": null
|
|
49922
49946
|
},
|
|
49947
|
+
{
|
|
49948
|
+
"name": "blockSize",
|
|
49949
|
+
"description": "The number of units per block. Defaults to 1 unit.",
|
|
49950
|
+
"type": {
|
|
49951
|
+
"kind": "SCALAR",
|
|
49952
|
+
"name": "Float",
|
|
49953
|
+
"ofType": null
|
|
49954
|
+
},
|
|
49955
|
+
"defaultValue": null,
|
|
49956
|
+
"isDeprecated": false,
|
|
49957
|
+
"deprecationReason": null
|
|
49958
|
+
},
|
|
49923
49959
|
{
|
|
49924
49960
|
"name": "price",
|
|
49925
49961
|
"description": null,
|
|
@@ -58346,6 +58382,18 @@
|
|
|
58346
58382
|
"defaultValue": "false",
|
|
58347
58383
|
"isDeprecated": false,
|
|
58348
58384
|
"deprecationReason": null
|
|
58385
|
+
},
|
|
58386
|
+
{
|
|
58387
|
+
"name": "sideEffectsOptions",
|
|
58388
|
+
"description": null,
|
|
58389
|
+
"type": {
|
|
58390
|
+
"kind": "INPUT_OBJECT",
|
|
58391
|
+
"name": "RecalculateEntitlementsSideEffectsOptionsInput",
|
|
58392
|
+
"ofType": null
|
|
58393
|
+
},
|
|
58394
|
+
"defaultValue": null,
|
|
58395
|
+
"isDeprecated": false,
|
|
58396
|
+
"deprecationReason": null
|
|
58349
58397
|
}
|
|
58350
58398
|
],
|
|
58351
58399
|
"interfaces": null,
|
|
@@ -58379,6 +58427,65 @@
|
|
|
58379
58427
|
"enumValues": null,
|
|
58380
58428
|
"possibleTypes": null
|
|
58381
58429
|
},
|
|
58430
|
+
{
|
|
58431
|
+
"kind": "INPUT_OBJECT",
|
|
58432
|
+
"name": "RecalculateEntitlementsSideEffectsOptionsInput",
|
|
58433
|
+
"description": null,
|
|
58434
|
+
"fields": null,
|
|
58435
|
+
"inputFields": [
|
|
58436
|
+
{
|
|
58437
|
+
"name": "skipPublishToSubscribers",
|
|
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
|
+
"name": "skipWriteToCache",
|
|
58450
|
+
"description": null,
|
|
58451
|
+
"type": {
|
|
58452
|
+
"kind": "SCALAR",
|
|
58453
|
+
"name": "Boolean",
|
|
58454
|
+
"ofType": null
|
|
58455
|
+
},
|
|
58456
|
+
"defaultValue": "false",
|
|
58457
|
+
"isDeprecated": false,
|
|
58458
|
+
"deprecationReason": null
|
|
58459
|
+
},
|
|
58460
|
+
{
|
|
58461
|
+
"name": "skipWriteToDataCatalog",
|
|
58462
|
+
"description": null,
|
|
58463
|
+
"type": {
|
|
58464
|
+
"kind": "SCALAR",
|
|
58465
|
+
"name": "Boolean",
|
|
58466
|
+
"ofType": null
|
|
58467
|
+
},
|
|
58468
|
+
"defaultValue": "false",
|
|
58469
|
+
"isDeprecated": false,
|
|
58470
|
+
"deprecationReason": null
|
|
58471
|
+
},
|
|
58472
|
+
{
|
|
58473
|
+
"name": "skipWriteToEventLog",
|
|
58474
|
+
"description": null,
|
|
58475
|
+
"type": {
|
|
58476
|
+
"kind": "SCALAR",
|
|
58477
|
+
"name": "Boolean",
|
|
58478
|
+
"ofType": null
|
|
58479
|
+
},
|
|
58480
|
+
"defaultValue": "false",
|
|
58481
|
+
"isDeprecated": false,
|
|
58482
|
+
"deprecationReason": null
|
|
58483
|
+
}
|
|
58484
|
+
],
|
|
58485
|
+
"interfaces": null,
|
|
58486
|
+
"enumValues": null,
|
|
58487
|
+
"possibleTypes": null
|
|
58488
|
+
},
|
|
58382
58489
|
{
|
|
58383
58490
|
"kind": "INPUT_OBJECT",
|
|
58384
58491
|
"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.73.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
|