stigg-api-client 2.204.0 → 2.205.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/operations.rb +1 -0
- data/lib/stigg/generated/schema.json +33 -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: d6de2c81273933275ac0bae4286b82aaec08394c7a22f491a7b03db102dbb1bd
|
4
|
+
data.tar.gz: cadb0df8d0c4a5f61cd2ebc6894ab1c31cf779337b534805e17192c57acf3fa1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d82dc271413831f0a0921b64931a4354c8e45058259348a8e302ebf124624f6aa8a10dd3f1f54ac55a4738ee9a32c84db21ae4b003bf126bdc467e7096df03b
|
7
|
+
data.tar.gz: ee06b594da310d50faed9b78e71e13c9cba894ff55d3a61b38fc95ba00c08f53c6e264ff3a25b2781d3ab51ee6e5a5eae96003fde586adc986e3a658e1af0253
|
data/Gemfile.lock
CHANGED
@@ -14802,6 +14802,18 @@
|
|
14802
14802
|
"isDeprecated": false,
|
14803
14803
|
"deprecationReason": null
|
14804
14804
|
},
|
14805
|
+
{
|
14806
|
+
"name": "blockSize",
|
14807
|
+
"description": "The number of units per block",
|
14808
|
+
"args": [],
|
14809
|
+
"type": {
|
14810
|
+
"kind": "SCALAR",
|
14811
|
+
"name": "Float",
|
14812
|
+
"ofType": null
|
14813
|
+
},
|
14814
|
+
"isDeprecated": false,
|
14815
|
+
"deprecationReason": null
|
14816
|
+
},
|
14805
14817
|
{
|
14806
14818
|
"name": "feature",
|
14807
14819
|
"description": null,
|
@@ -16502,7 +16514,7 @@
|
|
16502
16514
|
},
|
16503
16515
|
{
|
16504
16516
|
"name": "coupon",
|
16505
|
-
"description":
|
16517
|
+
"description": "Active coupon for this subscription",
|
16506
16518
|
"args": [],
|
16507
16519
|
"type": {
|
16508
16520
|
"kind": "OBJECT",
|
@@ -16512,6 +16524,26 @@
|
|
16512
16524
|
"isDeprecated": false,
|
16513
16525
|
"deprecationReason": null
|
16514
16526
|
},
|
16527
|
+
{
|
16528
|
+
"name": "coupons",
|
16529
|
+
"description": "List of coupons for this subscription",
|
16530
|
+
"args": [],
|
16531
|
+
"type": {
|
16532
|
+
"kind": "LIST",
|
16533
|
+
"name": null,
|
16534
|
+
"ofType": {
|
16535
|
+
"kind": "NON_NULL",
|
16536
|
+
"name": null,
|
16537
|
+
"ofType": {
|
16538
|
+
"kind": "OBJECT",
|
16539
|
+
"name": "SubscriptionCoupon",
|
16540
|
+
"ofType": null
|
16541
|
+
}
|
16542
|
+
}
|
16543
|
+
},
|
16544
|
+
"isDeprecated": false,
|
16545
|
+
"deprecationReason": null
|
16546
|
+
},
|
16515
16547
|
{
|
16516
16548
|
"name": "createdAt",
|
16517
16549
|
"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.6
|
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-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|