stigg-api-client 5.14.0 → 5.15.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 +12 -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: 3bc7c59c26620492c18cfe851cc018b2d65ea70891c288245042bc91956f973b
|
|
4
|
+
data.tar.gz: f5db042b68c863b62a04d7a7816247bce77aabb730ac65a5c24f0e0e1ab3fd3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16c69bf4a7ca25a6dd88decf831a1efccadf94c3699e9e352ca909bfacf885c4c39838dd7c92f3b38f6736cb694b6930d89b180f2ba839375397c14aa6d9f676
|
|
7
|
+
data.tar.gz: 7266fdbb48cac2192b7f35d6ef3b1177b17afd763ed8a988c57501bc8a7df5dc6a152b548ce888f0c7d5206f59580e5f326d48134ce2a7de0e59c31d3a486447
|
data/Gemfile.lock
CHANGED
|
@@ -31127,6 +31127,12 @@
|
|
|
31127
31127
|
"isDeprecated": false,
|
|
31128
31128
|
"deprecationReason": null
|
|
31129
31129
|
},
|
|
31130
|
+
{
|
|
31131
|
+
"name": "AUTOMATIC_RECHARGE_OPERATION_ATTEMPTED",
|
|
31132
|
+
"description": "Automatic recharge operation attempted",
|
|
31133
|
+
"isDeprecated": false,
|
|
31134
|
+
"deprecationReason": null
|
|
31135
|
+
},
|
|
31130
31136
|
{
|
|
31131
31137
|
"name": "COUPON_ARCHIVED",
|
|
31132
31138
|
"description": "Coupon archived",
|
|
@@ -31151,6 +31157,12 @@
|
|
|
31151
31157
|
"isDeprecated": false,
|
|
31152
31158
|
"deprecationReason": null
|
|
31153
31159
|
},
|
|
31160
|
+
{
|
|
31161
|
+
"name": "CREDITS_AUTOMATIC_RECHARGE_LIMIT_EXCEEDED",
|
|
31162
|
+
"description": "Automatic recharge limit exceeded",
|
|
31163
|
+
"isDeprecated": false,
|
|
31164
|
+
"deprecationReason": null
|
|
31165
|
+
},
|
|
31154
31166
|
{
|
|
31155
31167
|
"name": "CREDITS_BALANCE_DEPLETED_OLD",
|
|
31156
31168
|
"description": "Deprecated, use CREDIT_BALANCE_DEPLETED instead",
|
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.15.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-11-
|
|
11
|
+
date: 2025-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|