stigg-api-client 2.204.0 → 2.205.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 +21 -1
- 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: e452a4b511fc97285420bc496a6876d3f6b11e56092b302bd99ff57f90d40d95
|
|
4
|
+
data.tar.gz: b70045447185cbd2df14f561e10fba7d959bb7807e7505e96ff2bb0420d20a44
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d407e549d4865a68206e5f7299ba0dae0df5f47a3b5638a1b76466c6c9c0cce78741b935ace91507d9e2f279542f0581558f5ff449695997647d7646f8914f7
|
|
7
|
+
data.tar.gz: e6aef64462db7359c953e6aa79bed632ac5eb75b529e330013597b76c82d6763b4eea667ffe973ac5c79a3393ece45a84d0a2a7ed0bb7f7323f112431f066157
|
data/Gemfile.lock
CHANGED
|
@@ -16502,7 +16502,7 @@
|
|
|
16502
16502
|
},
|
|
16503
16503
|
{
|
|
16504
16504
|
"name": "coupon",
|
|
16505
|
-
"description":
|
|
16505
|
+
"description": "Active coupon for this subscription",
|
|
16506
16506
|
"args": [],
|
|
16507
16507
|
"type": {
|
|
16508
16508
|
"kind": "OBJECT",
|
|
@@ -16512,6 +16512,26 @@
|
|
|
16512
16512
|
"isDeprecated": false,
|
|
16513
16513
|
"deprecationReason": null
|
|
16514
16514
|
},
|
|
16515
|
+
{
|
|
16516
|
+
"name": "coupons",
|
|
16517
|
+
"description": "List of coupons for this subscription",
|
|
16518
|
+
"args": [],
|
|
16519
|
+
"type": {
|
|
16520
|
+
"kind": "LIST",
|
|
16521
|
+
"name": null,
|
|
16522
|
+
"ofType": {
|
|
16523
|
+
"kind": "NON_NULL",
|
|
16524
|
+
"name": null,
|
|
16525
|
+
"ofType": {
|
|
16526
|
+
"kind": "OBJECT",
|
|
16527
|
+
"name": "SubscriptionCoupon",
|
|
16528
|
+
"ofType": null
|
|
16529
|
+
}
|
|
16530
|
+
}
|
|
16531
|
+
},
|
|
16532
|
+
"isDeprecated": false,
|
|
16533
|
+
"deprecationReason": null
|
|
16534
|
+
},
|
|
16515
16535
|
{
|
|
16516
16536
|
"name": "createdAt",
|
|
16517
16537
|
"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: 2.
|
|
4
|
+
version: 2.205.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-11-
|
|
11
|
+
date: 2024-11-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|