stigg-api-client 1.2.0 → 1.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f3aa8bdc5b07a7825f0bd680a46b0459a5930e7aab530a7fb55973495c17c76
4
- data.tar.gz: ce5d022031eb922efd61c91c9829a594c1a417b38ba909dc084333e0b34d9ee8
3
+ metadata.gz: ff7e63455b1424c519a4c25a4a43c6da36c11a3a6a3c5b97ab33c313ae13a8ea
4
+ data.tar.gz: a3fe8af21222469be7d7d37213fdb790949dea24c188359b7993f180daf2ab81
5
5
  SHA512:
6
- metadata.gz: e90401e4d760b0dc9e89d452dcd2e161f151d3a8ab13a5574b2a21f70d99a58be6df0596a53b6ce09382186d26eec5bf9a253939242048efa7858955a2363ca9
7
- data.tar.gz: b4cc636dbde7f2ac404f3fb20c3bcfb39c102df496053a575e26b46a48c52b8e667a16e5f83d125628a3bf8ee29c780560343c87a3f823fbdae0265a922f6b4a
6
+ metadata.gz: 51875f0505f6de500f54e3845af3e8925b98d8ad6f4c12659cb61f5a8d7dcadbf48e572254764298f52fd27b0c7cd62a1e91b584ec0caa227cd8a742103bc940
7
+ data.tar.gz: 537352ba67983def1dcd4e3d06ee44d07f1945ea3edc0bad56d43707e1933a2562d3985e48cab2f031a3dbbd40ab34d5a4fd10f0afee6422a71b728edb9de2eb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.2.0)
4
+ stigg-api-client (1.4.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -128,6 +128,7 @@ module Stigg
128
128
  billingId
129
129
  versionNumber
130
130
  additionalMetaData
131
+ hiddenFromWidgets
131
132
  product {
132
133
  ...ProductFragment
133
134
  }
@@ -27080,6 +27080,18 @@
27080
27080
  "isDeprecated": false,
27081
27081
  "deprecationReason": null
27082
27082
  },
27083
+ {
27084
+ "name": "includeHiddenPlans",
27085
+ "description": null,
27086
+ "type": {
27087
+ "kind": "SCALAR",
27088
+ "name": "Boolean",
27089
+ "ofType": null
27090
+ },
27091
+ "defaultValue": "false",
27092
+ "isDeprecated": false,
27093
+ "deprecationReason": null
27094
+ },
27083
27095
  {
27084
27096
  "name": "productId",
27085
27097
  "description": null,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.2.0"
4
+ VERSION = "1.4.0"
5
5
  end
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: 1.2.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-22 00:00:00.000000000 Z
11
+ date: 2024-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient