stigg-api-client 5.131.3 → 5.133.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 +141 -2
- 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: 38751dc13f8b0f56946ae763b7ee36b746b6f8dda83091adb780e761c78bb752
|
|
4
|
+
data.tar.gz: c804a064ba11fb3c1314b2b197a935abd95028a3177d5d558084706fb2c7a7b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccb11cdb00d9cf5b74b98ffc3bf127d9bf7ebe4f2040f72399420900931547dbea024d73f7a52223578b5ef0144b3f39ef354e699efff2f0f207818de37a7ef6
|
|
7
|
+
data.tar.gz: dc8d809b389fc890375a96278df9f26dedef39befd3a51b8c38f1f76b6f548563d7d5bde55c3968c31339b07b05c52fb8a3fa4fe44a0c277a18b744b501e5a49
|
data/Gemfile.lock
CHANGED
|
@@ -56766,8 +56766,8 @@
|
|
|
56766
56766
|
}
|
|
56767
56767
|
}
|
|
56768
56768
|
},
|
|
56769
|
-
"isDeprecated":
|
|
56770
|
-
"deprecationReason":
|
|
56769
|
+
"isDeprecated": true,
|
|
56770
|
+
"deprecationReason": "Use packageEntitlements instead"
|
|
56771
56771
|
},
|
|
56772
56772
|
{
|
|
56773
56773
|
"name": "hiddenFromWidgets",
|
|
@@ -56849,6 +56849,30 @@
|
|
|
56849
56849
|
"isDeprecated": false,
|
|
56850
56850
|
"deprecationReason": null
|
|
56851
56851
|
},
|
|
56852
|
+
{
|
|
56853
|
+
"name": "packageEntitlements",
|
|
56854
|
+
"description": "List of all entitlements of the package",
|
|
56855
|
+
"args": [],
|
|
56856
|
+
"type": {
|
|
56857
|
+
"kind": "NON_NULL",
|
|
56858
|
+
"name": null,
|
|
56859
|
+
"ofType": {
|
|
56860
|
+
"kind": "LIST",
|
|
56861
|
+
"name": null,
|
|
56862
|
+
"ofType": {
|
|
56863
|
+
"kind": "NON_NULL",
|
|
56864
|
+
"name": null,
|
|
56865
|
+
"ofType": {
|
|
56866
|
+
"kind": "UNION",
|
|
56867
|
+
"name": "PackageEntitlementChangeUnion",
|
|
56868
|
+
"ofType": null
|
|
56869
|
+
}
|
|
56870
|
+
}
|
|
56871
|
+
}
|
|
56872
|
+
},
|
|
56873
|
+
"isDeprecated": false,
|
|
56874
|
+
"deprecationReason": null
|
|
56875
|
+
},
|
|
56852
56876
|
{
|
|
56853
56877
|
"name": "prices",
|
|
56854
56878
|
"description": "List of prices of the package",
|
|
@@ -57237,6 +57261,53 @@
|
|
|
57237
57261
|
"enumValues": null,
|
|
57238
57262
|
"possibleTypes": null
|
|
57239
57263
|
},
|
|
57264
|
+
{
|
|
57265
|
+
"kind": "OBJECT",
|
|
57266
|
+
"name": "PackageCreditEntitlementChange",
|
|
57267
|
+
"description": "Package credit entitlement change",
|
|
57268
|
+
"fields": [
|
|
57269
|
+
{
|
|
57270
|
+
"name": "after",
|
|
57271
|
+
"description": "The value after the change",
|
|
57272
|
+
"args": [],
|
|
57273
|
+
"type": {
|
|
57274
|
+
"kind": "OBJECT",
|
|
57275
|
+
"name": "PackageCreditEntitlement",
|
|
57276
|
+
"ofType": null
|
|
57277
|
+
},
|
|
57278
|
+
"isDeprecated": false,
|
|
57279
|
+
"deprecationReason": null
|
|
57280
|
+
},
|
|
57281
|
+
{
|
|
57282
|
+
"name": "before",
|
|
57283
|
+
"description": "The value before the change",
|
|
57284
|
+
"args": [],
|
|
57285
|
+
"type": {
|
|
57286
|
+
"kind": "OBJECT",
|
|
57287
|
+
"name": "PackageCreditEntitlement",
|
|
57288
|
+
"ofType": null
|
|
57289
|
+
},
|
|
57290
|
+
"isDeprecated": false,
|
|
57291
|
+
"deprecationReason": null
|
|
57292
|
+
},
|
|
57293
|
+
{
|
|
57294
|
+
"name": "changeType",
|
|
57295
|
+
"description": "The change type",
|
|
57296
|
+
"args": [],
|
|
57297
|
+
"type": {
|
|
57298
|
+
"kind": "ENUM",
|
|
57299
|
+
"name": "ChangeType",
|
|
57300
|
+
"ofType": null
|
|
57301
|
+
},
|
|
57302
|
+
"isDeprecated": false,
|
|
57303
|
+
"deprecationReason": null
|
|
57304
|
+
}
|
|
57305
|
+
],
|
|
57306
|
+
"inputFields": null,
|
|
57307
|
+
"interfaces": [],
|
|
57308
|
+
"enumValues": null,
|
|
57309
|
+
"possibleTypes": null
|
|
57310
|
+
},
|
|
57240
57311
|
{
|
|
57241
57312
|
"kind": "OBJECT",
|
|
57242
57313
|
"name": "PackageCreditEntitlementCountAggregate",
|
|
@@ -59295,6 +59366,27 @@
|
|
|
59295
59366
|
"enumValues": null,
|
|
59296
59367
|
"possibleTypes": null
|
|
59297
59368
|
},
|
|
59369
|
+
{
|
|
59370
|
+
"kind": "UNION",
|
|
59371
|
+
"name": "PackageEntitlementChangeUnion",
|
|
59372
|
+
"description": null,
|
|
59373
|
+
"fields": null,
|
|
59374
|
+
"inputFields": null,
|
|
59375
|
+
"interfaces": null,
|
|
59376
|
+
"enumValues": null,
|
|
59377
|
+
"possibleTypes": [
|
|
59378
|
+
{
|
|
59379
|
+
"kind": "OBJECT",
|
|
59380
|
+
"name": "PackageCreditEntitlementChange",
|
|
59381
|
+
"ofType": null
|
|
59382
|
+
},
|
|
59383
|
+
{
|
|
59384
|
+
"kind": "OBJECT",
|
|
59385
|
+
"name": "PackageFeatureEntitlementChange",
|
|
59386
|
+
"ofType": null
|
|
59387
|
+
}
|
|
59388
|
+
]
|
|
59389
|
+
},
|
|
59298
59390
|
{
|
|
59299
59391
|
"kind": "OBJECT",
|
|
59300
59392
|
"name": "PackageEntitlementConnection",
|
|
@@ -61447,6 +61539,53 @@
|
|
|
61447
61539
|
"enumValues": null,
|
|
61448
61540
|
"possibleTypes": null
|
|
61449
61541
|
},
|
|
61542
|
+
{
|
|
61543
|
+
"kind": "OBJECT",
|
|
61544
|
+
"name": "PackageFeatureEntitlementChange",
|
|
61545
|
+
"description": "Package feature entitlement change",
|
|
61546
|
+
"fields": [
|
|
61547
|
+
{
|
|
61548
|
+
"name": "after",
|
|
61549
|
+
"description": "The value after the change",
|
|
61550
|
+
"args": [],
|
|
61551
|
+
"type": {
|
|
61552
|
+
"kind": "OBJECT",
|
|
61553
|
+
"name": "PackageFeatureEntitlement",
|
|
61554
|
+
"ofType": null
|
|
61555
|
+
},
|
|
61556
|
+
"isDeprecated": false,
|
|
61557
|
+
"deprecationReason": null
|
|
61558
|
+
},
|
|
61559
|
+
{
|
|
61560
|
+
"name": "before",
|
|
61561
|
+
"description": "The value before the change",
|
|
61562
|
+
"args": [],
|
|
61563
|
+
"type": {
|
|
61564
|
+
"kind": "OBJECT",
|
|
61565
|
+
"name": "PackageFeatureEntitlement",
|
|
61566
|
+
"ofType": null
|
|
61567
|
+
},
|
|
61568
|
+
"isDeprecated": false,
|
|
61569
|
+
"deprecationReason": null
|
|
61570
|
+
},
|
|
61571
|
+
{
|
|
61572
|
+
"name": "changeType",
|
|
61573
|
+
"description": "The change type",
|
|
61574
|
+
"args": [],
|
|
61575
|
+
"type": {
|
|
61576
|
+
"kind": "ENUM",
|
|
61577
|
+
"name": "ChangeType",
|
|
61578
|
+
"ofType": null
|
|
61579
|
+
},
|
|
61580
|
+
"isDeprecated": false,
|
|
61581
|
+
"deprecationReason": null
|
|
61582
|
+
}
|
|
61583
|
+
],
|
|
61584
|
+
"inputFields": null,
|
|
61585
|
+
"interfaces": [],
|
|
61586
|
+
"enumValues": null,
|
|
61587
|
+
"possibleTypes": null
|
|
61588
|
+
},
|
|
61450
61589
|
{
|
|
61451
61590
|
"kind": "OBJECT",
|
|
61452
61591
|
"name": "PackageFeatureEntitlementCountAggregate",
|
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: 5.
|
|
4
|
+
version: 5.133.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|