stigg-api-client 5.110.3 → 5.112.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/operations.rb +1 -0
- data/lib/stigg/generated/schema.json +160 -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: f17ea3c33d92ce49ddde78311649fd0390ea226b308927088b19fd3d3e5d6022
|
|
4
|
+
data.tar.gz: 92c053433ad9e1c56d285850ea3a95044d8f16934ef11882074fae0706921347
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 936ecc8e7c3b46de78a42bf18e44f3c2ab0530bc32e26bde9a8bce8cef9163e7559a7d970c53d90d5c716848ab11b8e6c4b48bb839bc1a3a7692dc5a8c1a0e46
|
|
7
|
+
data.tar.gz: f38ede8e71bd9daf68001db5d8c20124355d8de9725bd16dfe84490e8b6dd7d4a9d5907b0602076560184f4f9bda9788f0c14d65cd9e032d7f79f5400f8bca35
|
data/Gemfile.lock
CHANGED
|
@@ -29478,6 +29478,18 @@
|
|
|
29478
29478
|
"name": "EntitlementsUpdated",
|
|
29479
29479
|
"description": "Event payload for when entitlements are updated for a customer.",
|
|
29480
29480
|
"fields": [
|
|
29481
|
+
{
|
|
29482
|
+
"name": "accessDeniedReason",
|
|
29483
|
+
"description": "The reason why access to the feature is denied.",
|
|
29484
|
+
"args": [],
|
|
29485
|
+
"type": {
|
|
29486
|
+
"kind": "ENUM",
|
|
29487
|
+
"name": "EntitlementsStateAccessDeniedReason",
|
|
29488
|
+
"ofType": null
|
|
29489
|
+
},
|
|
29490
|
+
"isDeprecated": false,
|
|
29491
|
+
"deprecationReason": null
|
|
29492
|
+
},
|
|
29481
29493
|
{
|
|
29482
29494
|
"name": "accountId",
|
|
29483
29495
|
"description": "The unique identifier for the account",
|
|
@@ -76403,6 +76415,39 @@
|
|
|
76403
76415
|
"isDeprecated": false,
|
|
76404
76416
|
"deprecationReason": null
|
|
76405
76417
|
},
|
|
76418
|
+
{
|
|
76419
|
+
"name": "addonSubscriptionsCount",
|
|
76420
|
+
"description": "Get the count of subscriptions for an addon",
|
|
76421
|
+
"args": [
|
|
76422
|
+
{
|
|
76423
|
+
"name": "input",
|
|
76424
|
+
"description": "Get Subscribed Customers Count Input",
|
|
76425
|
+
"type": {
|
|
76426
|
+
"kind": "NON_NULL",
|
|
76427
|
+
"name": null,
|
|
76428
|
+
"ofType": {
|
|
76429
|
+
"kind": "INPUT_OBJECT",
|
|
76430
|
+
"name": "SubscribedCustomersCountInput",
|
|
76431
|
+
"ofType": null
|
|
76432
|
+
}
|
|
76433
|
+
},
|
|
76434
|
+
"defaultValue": null,
|
|
76435
|
+
"isDeprecated": false,
|
|
76436
|
+
"deprecationReason": null
|
|
76437
|
+
}
|
|
76438
|
+
],
|
|
76439
|
+
"type": {
|
|
76440
|
+
"kind": "NON_NULL",
|
|
76441
|
+
"name": null,
|
|
76442
|
+
"ofType": {
|
|
76443
|
+
"kind": "OBJECT",
|
|
76444
|
+
"name": "SubscribedCustomersCountResult",
|
|
76445
|
+
"ofType": null
|
|
76446
|
+
}
|
|
76447
|
+
},
|
|
76448
|
+
"isDeprecated": false,
|
|
76449
|
+
"deprecationReason": null
|
|
76450
|
+
},
|
|
76406
76451
|
{
|
|
76407
76452
|
"name": "addons",
|
|
76408
76453
|
"description": null,
|
|
@@ -78914,6 +78959,39 @@
|
|
|
78914
78959
|
"isDeprecated": false,
|
|
78915
78960
|
"deprecationReason": null
|
|
78916
78961
|
},
|
|
78962
|
+
{
|
|
78963
|
+
"name": "planSubscriptionsCount",
|
|
78964
|
+
"description": "Get the count of subscriptions for a plan",
|
|
78965
|
+
"args": [
|
|
78966
|
+
{
|
|
78967
|
+
"name": "input",
|
|
78968
|
+
"description": "Get Subscribed Customers Count Input",
|
|
78969
|
+
"type": {
|
|
78970
|
+
"kind": "NON_NULL",
|
|
78971
|
+
"name": null,
|
|
78972
|
+
"ofType": {
|
|
78973
|
+
"kind": "INPUT_OBJECT",
|
|
78974
|
+
"name": "SubscribedCustomersCountInput",
|
|
78975
|
+
"ofType": null
|
|
78976
|
+
}
|
|
78977
|
+
},
|
|
78978
|
+
"defaultValue": null,
|
|
78979
|
+
"isDeprecated": false,
|
|
78980
|
+
"deprecationReason": null
|
|
78981
|
+
}
|
|
78982
|
+
],
|
|
78983
|
+
"type": {
|
|
78984
|
+
"kind": "NON_NULL",
|
|
78985
|
+
"name": null,
|
|
78986
|
+
"ofType": {
|
|
78987
|
+
"kind": "OBJECT",
|
|
78988
|
+
"name": "SubscribedCustomersCountResult",
|
|
78989
|
+
"ofType": null
|
|
78990
|
+
}
|
|
78991
|
+
},
|
|
78992
|
+
"isDeprecated": false,
|
|
78993
|
+
"deprecationReason": null
|
|
78994
|
+
},
|
|
78917
78995
|
{
|
|
78918
78996
|
"name": "plans",
|
|
78919
78997
|
"description": null,
|
|
@@ -83443,6 +83521,88 @@
|
|
|
83443
83521
|
"enumValues": null,
|
|
83444
83522
|
"possibleTypes": null
|
|
83445
83523
|
},
|
|
83524
|
+
{
|
|
83525
|
+
"kind": "INPUT_OBJECT",
|
|
83526
|
+
"name": "SubscribedCustomersCountInput",
|
|
83527
|
+
"description": "Get Subscribed Customers Count Input",
|
|
83528
|
+
"fields": null,
|
|
83529
|
+
"inputFields": [
|
|
83530
|
+
{
|
|
83531
|
+
"name": "environmentId",
|
|
83532
|
+
"description": "The unique identifier for the environment",
|
|
83533
|
+
"type": {
|
|
83534
|
+
"kind": "NON_NULL",
|
|
83535
|
+
"name": null,
|
|
83536
|
+
"ofType": {
|
|
83537
|
+
"kind": "SCALAR",
|
|
83538
|
+
"name": "String",
|
|
83539
|
+
"ofType": null
|
|
83540
|
+
}
|
|
83541
|
+
},
|
|
83542
|
+
"defaultValue": null,
|
|
83543
|
+
"isDeprecated": false,
|
|
83544
|
+
"deprecationReason": null
|
|
83545
|
+
},
|
|
83546
|
+
{
|
|
83547
|
+
"name": "packageRefId",
|
|
83548
|
+
"description": "The ref id of the package",
|
|
83549
|
+
"type": {
|
|
83550
|
+
"kind": "NON_NULL",
|
|
83551
|
+
"name": null,
|
|
83552
|
+
"ofType": {
|
|
83553
|
+
"kind": "SCALAR",
|
|
83554
|
+
"name": "String",
|
|
83555
|
+
"ofType": null
|
|
83556
|
+
}
|
|
83557
|
+
},
|
|
83558
|
+
"defaultValue": null,
|
|
83559
|
+
"isDeprecated": false,
|
|
83560
|
+
"deprecationReason": null
|
|
83561
|
+
},
|
|
83562
|
+
{
|
|
83563
|
+
"name": "versionNumber",
|
|
83564
|
+
"description": "The version number of the package (optional - if not provided, counts all versions)",
|
|
83565
|
+
"type": {
|
|
83566
|
+
"kind": "SCALAR",
|
|
83567
|
+
"name": "Int",
|
|
83568
|
+
"ofType": null
|
|
83569
|
+
},
|
|
83570
|
+
"defaultValue": null,
|
|
83571
|
+
"isDeprecated": false,
|
|
83572
|
+
"deprecationReason": null
|
|
83573
|
+
}
|
|
83574
|
+
],
|
|
83575
|
+
"interfaces": null,
|
|
83576
|
+
"enumValues": null,
|
|
83577
|
+
"possibleTypes": null
|
|
83578
|
+
},
|
|
83579
|
+
{
|
|
83580
|
+
"kind": "OBJECT",
|
|
83581
|
+
"name": "SubscribedCustomersCountResult",
|
|
83582
|
+
"description": "Subscribed Customers Count Result",
|
|
83583
|
+
"fields": [
|
|
83584
|
+
{
|
|
83585
|
+
"name": "count",
|
|
83586
|
+
"description": "The count of subscribed customers",
|
|
83587
|
+
"args": [],
|
|
83588
|
+
"type": {
|
|
83589
|
+
"kind": "NON_NULL",
|
|
83590
|
+
"name": null,
|
|
83591
|
+
"ofType": {
|
|
83592
|
+
"kind": "SCALAR",
|
|
83593
|
+
"name": "Int",
|
|
83594
|
+
"ofType": null
|
|
83595
|
+
}
|
|
83596
|
+
},
|
|
83597
|
+
"isDeprecated": false,
|
|
83598
|
+
"deprecationReason": null
|
|
83599
|
+
}
|
|
83600
|
+
],
|
|
83601
|
+
"inputFields": null,
|
|
83602
|
+
"interfaces": [],
|
|
83603
|
+
"enumValues": null,
|
|
83604
|
+
"possibleTypes": null
|
|
83605
|
+
},
|
|
83446
83606
|
{
|
|
83447
83607
|
"kind": "OBJECT",
|
|
83448
83608
|
"name": "Subscription",
|
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.112.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-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|