stigg-api-client 1.40.2 → 1.40.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: 8654a2237ecb7108638234d88f08f4aed42693e7138f1b1b15c93ae881208eef
4
- data.tar.gz: e9a4ae51fb44525d258a2e4ae9d90ee2bfda875d25bacf22c765b8d1097f9d52
3
+ metadata.gz: 5970d1f7be94397eb16731cf4c0678ef079ec14bc3d978193a02c8563f28fc96
4
+ data.tar.gz: 9bc54eb3ef30b5a5b18cf4cc6b07bb01d4102f9fb3e17e606d9b69ae74a562f2
5
5
  SHA512:
6
- metadata.gz: bfa716759cca28fca9052f954cbadd41514682652d02eace5c323be753cc67474bc61678169344ad6a313c8a739df046f01d4465e626fb6d9be2af4db3b91c36
7
- data.tar.gz: f1495a32ff40146ea8fe27143f781143b266c7ff17227d4c34f4118d022833b4b4a4257844561633f890c03abcdd222fa25cff8d595c4e3f26d61c4d1a01b394
6
+ metadata.gz: 48e38654770e99b6a9bd6d27853e4c93366b1ef95fc832c761f02a091f36d25c12221bac54289bcadd75733aee7f9c0b1c6a7f6b44733029d63c860f9b189cf6
7
+ data.tar.gz: 8ae2f0441867f53e3bc5fd93a2657f62f7aaf9d8bbcd2aa01172acdfaf2214e607a835be2990ef06ad75c0d3c3359c741ff306a9a328691f3f229c0e3c522560
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.40.2)
4
+ stigg-api-client (1.40.9)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -412,6 +412,7 @@ module Stigg
412
412
  customerId
413
413
  billingId
414
414
  additionalMetaData
415
+ awsMarketplaceCustomerId
415
416
  }
416
417
  GRAPHQL
417
418
 
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.40.2"
4
+ VERSION = "1.40.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: 1.40.2
4
+ version: 1.40.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-18 00:00:00.000000000 Z
11
+ date: 2024-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient