stigg-api-client 0.678.0 → 0.682.9

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: d55b1a82a26ba06fe0d8de78b86eb330e88a0509c64ff5d06c5f9b03586051cf
4
- data.tar.gz: f32125818c11b797d59561d6d344619d7db15856b73cb7797328b196f78acb33
3
+ metadata.gz: e425a06ba31d50309deb925093193637c85edcfc4c8593c4134d085fcceb177f
4
+ data.tar.gz: 93fa05fe8800179afc59a454ad5c1a9ac7d38c080683a9383383d9e52803f183
5
5
  SHA512:
6
- metadata.gz: 323acf655b75349ad6543299282d38191863f62d3279acd401b00bcbe6514ac0813d77cf123913ed824e3c572f305baca1d4de4eb52670bab3c1184abcf7c360
7
- data.tar.gz: c2fee95036a1110abfc199b9c1e6e9aad8dd714a2bf4241f072752f0a2fcb32d61e03d70b4d80dd2255407d3189248ea85cb8f1545b9776be1850b6201f0593b
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.678.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,
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.678.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.678.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-28 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