stigg-api-client 5.109.3 → 5.110.3
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 +33 -3
- 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: 8abaddf0a8f042f12b0d562cd99ce9278a0d15bd6e76a81cfb357fba3188169e
|
|
4
|
+
data.tar.gz: 2a13177b534d1290a4bdc2b602806a3b292d319d5207a519b2d585c1c18d2774
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b00c33d41fffa0c6906460a594566a7dcb6e6d0389789d58d70ba506d747c253526098862315d699d3a649e29138132107d29b2004ff3c23f9c859e82076bc2d
|
|
7
|
+
data.tar.gz: f698d357a3ef51f620efb434d27bce50de564e4b5215f146686e064c806481601b47f1bc85a0a2fe18e119415b9a7ea09ab30a8bb165ce03da6d69e3aefdb2a9
|
data/Gemfile.lock
CHANGED
|
@@ -4048,7 +4048,7 @@
|
|
|
4048
4048
|
"inputFields": [
|
|
4049
4049
|
{
|
|
4050
4050
|
"name": "appStoreSubscriptionId",
|
|
4051
|
-
"description": "ID of the App Store subscription",
|
|
4051
|
+
"description": "Product ID of the App Store subscription",
|
|
4052
4052
|
"type": {
|
|
4053
4053
|
"kind": "NON_NULL",
|
|
4054
4054
|
"name": null,
|
|
@@ -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",
|
|
@@ -90895,6 +90901,18 @@
|
|
|
90895
90901
|
"isDeprecated": false,
|
|
90896
90902
|
"deprecationReason": null
|
|
90897
90903
|
},
|
|
90904
|
+
{
|
|
90905
|
+
"name": "creditGrantCadence",
|
|
90906
|
+
"description": null,
|
|
90907
|
+
"args": [],
|
|
90908
|
+
"type": {
|
|
90909
|
+
"kind": "ENUM",
|
|
90910
|
+
"name": "CreditGrantCadence",
|
|
90911
|
+
"ofType": null
|
|
90912
|
+
},
|
|
90913
|
+
"isDeprecated": false,
|
|
90914
|
+
"deprecationReason": null
|
|
90915
|
+
},
|
|
90898
90916
|
{
|
|
90899
90917
|
"name": "creditsQuantity",
|
|
90900
90918
|
"description": null,
|
|
@@ -90975,6 +90993,18 @@
|
|
|
90975
90993
|
"isDeprecated": false,
|
|
90976
90994
|
"deprecationReason": null
|
|
90977
90995
|
},
|
|
90996
|
+
{
|
|
90997
|
+
"name": "topUpCustomCurrencyId",
|
|
90998
|
+
"description": null,
|
|
90999
|
+
"args": [],
|
|
91000
|
+
"type": {
|
|
91001
|
+
"kind": "SCALAR",
|
|
91002
|
+
"name": "String",
|
|
91003
|
+
"ofType": null
|
|
91004
|
+
},
|
|
91005
|
+
"isDeprecated": false,
|
|
91006
|
+
"deprecationReason": null
|
|
91007
|
+
},
|
|
90978
91008
|
{
|
|
90979
91009
|
"name": "updatedAt",
|
|
90980
91010
|
"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.110.3
|
|
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
|