stigg-api-client 5.110.3 → 5.111.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 +148 -0
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 49d9a5359e5186376821b2c7b290abcb2f4619fd4f99cf057d7dd2a6b1f9f4f6
|
|
4
|
+
data.tar.gz: e8582bf95ef043a7a7317ab795d2dc94600314828a3fbc285273201084749aea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f9ae0a5c5eb5910a94fb29834277d28d2c0e47aa8625f9fa2c9c4db07021e2096bbacc55de02f5615434803c15be9bc11940a30a30c8a532e2df359fb1ebd04
|
|
7
|
+
data.tar.gz: c34046027af98326de7ab97b53256fc966199067204c333e2f50099f8d69884692195d6b6ce2e3f63af4e46afb6ab8c7199bb4cb3aa2c39d9124e0f2acca8d45
|
data/Gemfile.lock
CHANGED
|
@@ -76403,6 +76403,39 @@
|
|
|
76403
76403
|
"isDeprecated": false,
|
|
76404
76404
|
"deprecationReason": null
|
|
76405
76405
|
},
|
|
76406
|
+
{
|
|
76407
|
+
"name": "addonSubscriptionsCount",
|
|
76408
|
+
"description": "Get the count of subscriptions for an addon",
|
|
76409
|
+
"args": [
|
|
76410
|
+
{
|
|
76411
|
+
"name": "input",
|
|
76412
|
+
"description": "Get Subscribed Customers Count Input",
|
|
76413
|
+
"type": {
|
|
76414
|
+
"kind": "NON_NULL",
|
|
76415
|
+
"name": null,
|
|
76416
|
+
"ofType": {
|
|
76417
|
+
"kind": "INPUT_OBJECT",
|
|
76418
|
+
"name": "SubscribedCustomersCountInput",
|
|
76419
|
+
"ofType": null
|
|
76420
|
+
}
|
|
76421
|
+
},
|
|
76422
|
+
"defaultValue": null,
|
|
76423
|
+
"isDeprecated": false,
|
|
76424
|
+
"deprecationReason": null
|
|
76425
|
+
}
|
|
76426
|
+
],
|
|
76427
|
+
"type": {
|
|
76428
|
+
"kind": "NON_NULL",
|
|
76429
|
+
"name": null,
|
|
76430
|
+
"ofType": {
|
|
76431
|
+
"kind": "OBJECT",
|
|
76432
|
+
"name": "SubscribedCustomersCountResult",
|
|
76433
|
+
"ofType": null
|
|
76434
|
+
}
|
|
76435
|
+
},
|
|
76436
|
+
"isDeprecated": false,
|
|
76437
|
+
"deprecationReason": null
|
|
76438
|
+
},
|
|
76406
76439
|
{
|
|
76407
76440
|
"name": "addons",
|
|
76408
76441
|
"description": null,
|
|
@@ -78914,6 +78947,39 @@
|
|
|
78914
78947
|
"isDeprecated": false,
|
|
78915
78948
|
"deprecationReason": null
|
|
78916
78949
|
},
|
|
78950
|
+
{
|
|
78951
|
+
"name": "planSubscriptionsCount",
|
|
78952
|
+
"description": "Get the count of subscriptions for a plan",
|
|
78953
|
+
"args": [
|
|
78954
|
+
{
|
|
78955
|
+
"name": "input",
|
|
78956
|
+
"description": "Get Subscribed Customers Count Input",
|
|
78957
|
+
"type": {
|
|
78958
|
+
"kind": "NON_NULL",
|
|
78959
|
+
"name": null,
|
|
78960
|
+
"ofType": {
|
|
78961
|
+
"kind": "INPUT_OBJECT",
|
|
78962
|
+
"name": "SubscribedCustomersCountInput",
|
|
78963
|
+
"ofType": null
|
|
78964
|
+
}
|
|
78965
|
+
},
|
|
78966
|
+
"defaultValue": null,
|
|
78967
|
+
"isDeprecated": false,
|
|
78968
|
+
"deprecationReason": null
|
|
78969
|
+
}
|
|
78970
|
+
],
|
|
78971
|
+
"type": {
|
|
78972
|
+
"kind": "NON_NULL",
|
|
78973
|
+
"name": null,
|
|
78974
|
+
"ofType": {
|
|
78975
|
+
"kind": "OBJECT",
|
|
78976
|
+
"name": "SubscribedCustomersCountResult",
|
|
78977
|
+
"ofType": null
|
|
78978
|
+
}
|
|
78979
|
+
},
|
|
78980
|
+
"isDeprecated": false,
|
|
78981
|
+
"deprecationReason": null
|
|
78982
|
+
},
|
|
78917
78983
|
{
|
|
78918
78984
|
"name": "plans",
|
|
78919
78985
|
"description": null,
|
|
@@ -83443,6 +83509,88 @@
|
|
|
83443
83509
|
"enumValues": null,
|
|
83444
83510
|
"possibleTypes": null
|
|
83445
83511
|
},
|
|
83512
|
+
{
|
|
83513
|
+
"kind": "INPUT_OBJECT",
|
|
83514
|
+
"name": "SubscribedCustomersCountInput",
|
|
83515
|
+
"description": "Get Subscribed Customers Count Input",
|
|
83516
|
+
"fields": null,
|
|
83517
|
+
"inputFields": [
|
|
83518
|
+
{
|
|
83519
|
+
"name": "environmentId",
|
|
83520
|
+
"description": "The unique identifier for the environment",
|
|
83521
|
+
"type": {
|
|
83522
|
+
"kind": "NON_NULL",
|
|
83523
|
+
"name": null,
|
|
83524
|
+
"ofType": {
|
|
83525
|
+
"kind": "SCALAR",
|
|
83526
|
+
"name": "String",
|
|
83527
|
+
"ofType": null
|
|
83528
|
+
}
|
|
83529
|
+
},
|
|
83530
|
+
"defaultValue": null,
|
|
83531
|
+
"isDeprecated": false,
|
|
83532
|
+
"deprecationReason": null
|
|
83533
|
+
},
|
|
83534
|
+
{
|
|
83535
|
+
"name": "packageRefId",
|
|
83536
|
+
"description": "The ref id of the package",
|
|
83537
|
+
"type": {
|
|
83538
|
+
"kind": "NON_NULL",
|
|
83539
|
+
"name": null,
|
|
83540
|
+
"ofType": {
|
|
83541
|
+
"kind": "SCALAR",
|
|
83542
|
+
"name": "String",
|
|
83543
|
+
"ofType": null
|
|
83544
|
+
}
|
|
83545
|
+
},
|
|
83546
|
+
"defaultValue": null,
|
|
83547
|
+
"isDeprecated": false,
|
|
83548
|
+
"deprecationReason": null
|
|
83549
|
+
},
|
|
83550
|
+
{
|
|
83551
|
+
"name": "versionNumber",
|
|
83552
|
+
"description": "The version number of the package (optional - if not provided, counts all versions)",
|
|
83553
|
+
"type": {
|
|
83554
|
+
"kind": "SCALAR",
|
|
83555
|
+
"name": "Int",
|
|
83556
|
+
"ofType": null
|
|
83557
|
+
},
|
|
83558
|
+
"defaultValue": null,
|
|
83559
|
+
"isDeprecated": false,
|
|
83560
|
+
"deprecationReason": null
|
|
83561
|
+
}
|
|
83562
|
+
],
|
|
83563
|
+
"interfaces": null,
|
|
83564
|
+
"enumValues": null,
|
|
83565
|
+
"possibleTypes": null
|
|
83566
|
+
},
|
|
83567
|
+
{
|
|
83568
|
+
"kind": "OBJECT",
|
|
83569
|
+
"name": "SubscribedCustomersCountResult",
|
|
83570
|
+
"description": "Subscribed Customers Count Result",
|
|
83571
|
+
"fields": [
|
|
83572
|
+
{
|
|
83573
|
+
"name": "count",
|
|
83574
|
+
"description": "The count of subscribed customers",
|
|
83575
|
+
"args": [],
|
|
83576
|
+
"type": {
|
|
83577
|
+
"kind": "NON_NULL",
|
|
83578
|
+
"name": null,
|
|
83579
|
+
"ofType": {
|
|
83580
|
+
"kind": "SCALAR",
|
|
83581
|
+
"name": "Int",
|
|
83582
|
+
"ofType": null
|
|
83583
|
+
}
|
|
83584
|
+
},
|
|
83585
|
+
"isDeprecated": false,
|
|
83586
|
+
"deprecationReason": null
|
|
83587
|
+
}
|
|
83588
|
+
],
|
|
83589
|
+
"inputFields": null,
|
|
83590
|
+
"interfaces": [],
|
|
83591
|
+
"enumValues": null,
|
|
83592
|
+
"possibleTypes": null
|
|
83593
|
+
},
|
|
83446
83594
|
{
|
|
83447
83595
|
"kind": "OBJECT",
|
|
83448
83596
|
"name": "Subscription",
|
data/lib/stigg/version.rb
CHANGED