stigg-api-client 0.677.0 → 0.682.9

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: a9098bc8959ec05f37b91d98f7f581eaa56badb90483d082e3a973d06c3d8abb
4
- data.tar.gz: 0cd7497ed572cf142d2dfcd0e1a856410f98b17aee2aaa233b5198ba5baeb7c0
3
+ metadata.gz: e425a06ba31d50309deb925093193637c85edcfc4c8593c4134d085fcceb177f
4
+ data.tar.gz: 93fa05fe8800179afc59a454ad5c1a9ac7d38c080683a9383383d9e52803f183
5
5
  SHA512:
6
- metadata.gz: e4911a1e4a664f23e57bb53d0c096e8953299de3c76591ccbc2e681b1a44e2da0b66fed3f05d9acc69d987f810ba201eb8c0a906003b116f6ac77c9278bd47ea
7
- data.tar.gz: 9d51bb536123ab0e341f26b84fb2b3244d677de5c572c805130c310addd963d4c70f093b9f2a668e20ceeddec8b1084064d412395ea6685e39805c91ca1d2a5c
6
+ metadata.gz: 8963246132a6a4ff64bd8b6341400b3c17c2152b62f9192da0f794eff86fe2a0e0b8b8738f7d1d6cdeeee6cbfd727935bc33908d408f794ffa875440ddfb0aa5
7
+ data.tar.gz: c9606dbcc7da1142047f51f2095e1b3ba9a71a57554fa2ba3d4ec4d551960c576c4c479320c9d575a61f3144425191630fa6c4a73604d4bc0918e4106e3aca46
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.677.0)
4
+ stigg-api-client (0.682.9)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -9275,6 +9275,18 @@
9275
9275
  "isDeprecated": false,
9276
9276
  "deprecationReason": null
9277
9277
  },
9278
+ {
9279
+ "name": "awsMarketplaceCustomerId",
9280
+ "description": null,
9281
+ "args": [],
9282
+ "type": {
9283
+ "kind": "SCALAR",
9284
+ "name": "String",
9285
+ "ofType": null
9286
+ },
9287
+ "isDeprecated": false,
9288
+ "deprecationReason": null
9289
+ },
9278
9290
  {
9279
9291
  "name": "billingCurrency",
9280
9292
  "description": null,
@@ -10099,7 +10111,7 @@
10099
10111
  "name": "Currency",
10100
10112
  "ofType": null
10101
10113
  },
10102
- "defaultValue": "USD",
10114
+ "defaultValue": null,
10103
10115
  "isDeprecated": false,
10104
10116
  "deprecationReason": null
10105
10117
  },
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.677.0"
4
+ VERSION = "0.682.9"
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: 0.677.0
4
+ version: 0.682.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-27 00:00:00.000000000 Z
11
+ date: 2023-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient