stigg-api-client 1.73.5 → 1.74.1

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: b6c0230d95481a406929bbbbd96425dcbe2155f351db0530ce0ffa6cd00dd4c4
4
- data.tar.gz: '098bf914a1104bfcffbeba30bf10b4a4ace3cb4fa6b38a50da941448a2741f7a'
3
+ metadata.gz: 228c2d3aef36cb1a4da64acb6fd4379323937447b50fce619d6d42a362a0afef
4
+ data.tar.gz: 287c058f8da9318ed1ddfce5978dec6ab52cb3a29143ddeb8618a2ddee07e8e6
5
5
  SHA512:
6
- metadata.gz: 242ec5434936c1fa9deb4d36c5271ebeef2bd2ebd66445aa2b0a4c2ab08b484bda4e465541aced3b79a1365d7774832d90793e67fe774f4df342ee334f4dd287
7
- data.tar.gz: dccf82a31db02d2b8794c903cc7b3ee5a2742ea6d17de8d3bc3138cca9956438ee1fa4ffb6c6c73b6ff145b9e37b3d2ee233ff57a99df059a0b285d47bd68cee
6
+ metadata.gz: 1457e1b6a526a4b348e9b17075145a8df1ef9c624eb9cacdda4f9aae75c09152d88c6a822a4857f43edb5b73975f90edee17b09ddb37a95fb979958c0e5ef298
7
+ data.tar.gz: db5f9398fc502b3b091e200fc6a8ad4d9083b1ce275f99d4a4aa63f69438165f4530b7eee5e4a16a96cfda00572b58b31e32042d969aa578beef3152ff299b2f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.73.5)
4
+ stigg-api-client (1.74.1)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -510,9 +510,13 @@
510
510
  "description": "Indicates if the addon has subscriptions",
511
511
  "args": [],
512
512
  "type": {
513
- "kind": "SCALAR",
514
- "name": "Boolean",
515
- "ofType": null
513
+ "kind": "NON_NULL",
514
+ "name": null,
515
+ "ofType": {
516
+ "kind": "SCALAR",
517
+ "name": "Boolean",
518
+ "ofType": null
519
+ }
516
520
  },
517
521
  "isDeprecated": false,
518
522
  "deprecationReason": null
@@ -39001,6 +39005,18 @@
39001
39005
  "isDeprecated": false,
39002
39006
  "deprecationReason": null
39003
39007
  },
39008
+ {
39009
+ "name": "maxQuantity",
39010
+ "description": "Max quantity for an addon",
39011
+ "args": [],
39012
+ "type": {
39013
+ "kind": "OBJECT",
39014
+ "name": "StringChangeDTO",
39015
+ "ofType": null
39016
+ },
39017
+ "isDeprecated": false,
39018
+ "deprecationReason": null
39019
+ },
39004
39020
  {
39005
39021
  "name": "overagePrices",
39006
39022
  "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.73.5"
4
+ VERSION = "1.74.1"
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.73.5
4
+ version: 1.74.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-12 00:00:00.000000000 Z
11
+ date: 2024-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient