stigg-api-client 1.0.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29530dedcb11eb34bbeb2be73176e648f835546641c4114fa05954813a7d1057
4
- data.tar.gz: 16f39aa9680826839e772c5fe2e1b8cba72805df960ecda85c24d33ee4c00416
3
+ metadata.gz: ff7e63455b1424c519a4c25a4a43c6da36c11a3a6a3c5b97ab33c313ae13a8ea
4
+ data.tar.gz: a3fe8af21222469be7d7d37213fdb790949dea24c188359b7993f180daf2ab81
5
5
  SHA512:
6
- metadata.gz: 1f791953bf279712ff2169368c1f3f9b37660f51525862022337c9092034c1b9e2c4e0d9876e20917334187ddf49f6bba2d26db32dcc153b5203de4c4fa5deb6
7
- data.tar.gz: 15959f36ae129722252fbbf077cd05ff06d12c696ca335d61ab0c8e4930341a021661b99c76b3fd70ebbb1cd1c1caa1ea7147f9fd5d2bf2bcc95cebab6142d51
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.0.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,
@@ -65467,12 +65479,6 @@
65467
65479
  "description": null,
65468
65480
  "isDeprecated": false,
65469
65481
  "deprecationReason": null
65470
- },
65471
- {
65472
- "name": "VOLUME_PER_UNIT",
65473
- "description": null,
65474
- "isDeprecated": false,
65475
- "deprecationReason": null
65476
65482
  }
65477
65483
  ],
65478
65484
  "possibleTypes": 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.0.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.0.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