stigg-api-client 0.586.0 → 0.595.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 +18 -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: 32a424150e30d4a069ae982e4c0c00bd0ab981da389209237cdd26f01523524d
|
|
4
|
+
data.tar.gz: 97f3ce813d543ef0e1da2e4c2aeb9a637527109d3c1392439ff8545d179ac82d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 559cd48d777c123887924d89581b751a490d443e36da5fc84656af9514894ee22c77e482ceea1f11d24c6e80fe8ccdaa07347e5df07bd14788faabacfd84b8dc
|
|
7
|
+
data.tar.gz: 99d100d52a0c42599932021f0de61d5c0b2d18e9e56fa467df18a99e6c904c45a36c232f3711df30959c75e141215a6b6810ca0388cb9cf0c75989bc64308d09
|
data/Gemfile.lock
CHANGED
|
@@ -20662,6 +20662,12 @@
|
|
|
20662
20662
|
"isDeprecated": false,
|
|
20663
20663
|
"deprecationReason": null
|
|
20664
20664
|
},
|
|
20665
|
+
{
|
|
20666
|
+
"name": "PlanCannotBePublishWhenCompatibleAddonIsDraft",
|
|
20667
|
+
"description": null,
|
|
20668
|
+
"isDeprecated": false,
|
|
20669
|
+
"deprecationReason": null
|
|
20670
|
+
},
|
|
20665
20671
|
{
|
|
20666
20672
|
"name": "PlanIsUsedAsDefaultStartPlan",
|
|
20667
20673
|
"description": null,
|
|
@@ -55652,6 +55658,18 @@
|
|
|
55652
55658
|
"isDeprecated": false,
|
|
55653
55659
|
"deprecationReason": null
|
|
55654
55660
|
},
|
|
55661
|
+
{
|
|
55662
|
+
"name": "couponId",
|
|
55663
|
+
"description": null,
|
|
55664
|
+
"type": {
|
|
55665
|
+
"kind": "SCALAR",
|
|
55666
|
+
"name": "String",
|
|
55667
|
+
"ofType": null
|
|
55668
|
+
},
|
|
55669
|
+
"defaultValue": null,
|
|
55670
|
+
"isDeprecated": false,
|
|
55671
|
+
"deprecationReason": null
|
|
55672
|
+
},
|
|
55655
55673
|
{
|
|
55656
55674
|
"name": "metadata",
|
|
55657
55675
|
"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: 0.
|
|
4
|
+
version: 0.595.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-10-
|
|
11
|
+
date: 2023-10-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|