stigg-api-client 5.110.0 → 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 +180 -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: 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
|
@@ -33944,6 +33944,12 @@
|
|
|
33944
33944
|
"isDeprecated": false,
|
|
33945
33945
|
"deprecationReason": null
|
|
33946
33946
|
},
|
|
33947
|
+
{
|
|
33948
|
+
"name": "CREDIT_GRANT_BALANCE_DEPLETED",
|
|
33949
|
+
"description": "Credit grant depleted",
|
|
33950
|
+
"isDeprecated": false,
|
|
33951
|
+
"deprecationReason": null
|
|
33952
|
+
},
|
|
33947
33953
|
{
|
|
33948
33954
|
"name": "CREDIT_GRANT_BALANCE_LOW",
|
|
33949
33955
|
"description": "Credit grant balance low",
|
|
@@ -33959,8 +33965,8 @@
|
|
|
33959
33965
|
{
|
|
33960
33966
|
"name": "CREDIT_GRANT_DEPLETED",
|
|
33961
33967
|
"description": "Credit grant depleted",
|
|
33962
|
-
"isDeprecated":
|
|
33963
|
-
"deprecationReason":
|
|
33968
|
+
"isDeprecated": true,
|
|
33969
|
+
"deprecationReason": "Event name changed"
|
|
33964
33970
|
},
|
|
33965
33971
|
{
|
|
33966
33972
|
"name": "CREDIT_GRANT_EXPIRED",
|
|
@@ -76397,6 +76403,39 @@
|
|
|
76397
76403
|
"isDeprecated": false,
|
|
76398
76404
|
"deprecationReason": null
|
|
76399
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
|
+
},
|
|
76400
76439
|
{
|
|
76401
76440
|
"name": "addons",
|
|
76402
76441
|
"description": null,
|
|
@@ -78908,6 +78947,39 @@
|
|
|
78908
78947
|
"isDeprecated": false,
|
|
78909
78948
|
"deprecationReason": null
|
|
78910
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
|
+
},
|
|
78911
78983
|
{
|
|
78912
78984
|
"name": "plans",
|
|
78913
78985
|
"description": null,
|
|
@@ -83437,6 +83509,88 @@
|
|
|
83437
83509
|
"enumValues": null,
|
|
83438
83510
|
"possibleTypes": null
|
|
83439
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
|
+
},
|
|
83440
83594
|
{
|
|
83441
83595
|
"kind": "OBJECT",
|
|
83442
83596
|
"name": "Subscription",
|
|
@@ -90895,6 +91049,18 @@
|
|
|
90895
91049
|
"isDeprecated": false,
|
|
90896
91050
|
"deprecationReason": null
|
|
90897
91051
|
},
|
|
91052
|
+
{
|
|
91053
|
+
"name": "creditGrantCadence",
|
|
91054
|
+
"description": null,
|
|
91055
|
+
"args": [],
|
|
91056
|
+
"type": {
|
|
91057
|
+
"kind": "ENUM",
|
|
91058
|
+
"name": "CreditGrantCadence",
|
|
91059
|
+
"ofType": null
|
|
91060
|
+
},
|
|
91061
|
+
"isDeprecated": false,
|
|
91062
|
+
"deprecationReason": null
|
|
91063
|
+
},
|
|
90898
91064
|
{
|
|
90899
91065
|
"name": "creditsQuantity",
|
|
90900
91066
|
"description": null,
|
|
@@ -90975,6 +91141,18 @@
|
|
|
90975
91141
|
"isDeprecated": false,
|
|
90976
91142
|
"deprecationReason": null
|
|
90977
91143
|
},
|
|
91144
|
+
{
|
|
91145
|
+
"name": "topUpCustomCurrencyId",
|
|
91146
|
+
"description": null,
|
|
91147
|
+
"args": [],
|
|
91148
|
+
"type": {
|
|
91149
|
+
"kind": "SCALAR",
|
|
91150
|
+
"name": "String",
|
|
91151
|
+
"ofType": null
|
|
91152
|
+
},
|
|
91153
|
+
"isDeprecated": false,
|
|
91154
|
+
"deprecationReason": null
|
|
91155
|
+
},
|
|
90978
91156
|
{
|
|
90979
91157
|
"name": "updatedAt",
|
|
90980
91158
|
"description": null,
|
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.111.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|