stigg-api-client 1.73.0 → 1.73.6

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: 58539b66b84159f4ad87af912ce6dd81a91e23f32d82cdbe819cfc41bdf74083
4
- data.tar.gz: f6f249563a49593ac0956e117efae647f9881186717fa9e266e91be9f5f46084
3
+ metadata.gz: ec04b8aaadd3e32f980092a233486e33167a8d24fcf57595307326d9271a15cf
4
+ data.tar.gz: 1169aa10ff32a322287d152790aabcf29d22c3fec07d35bb81738b0e20b78ab4
5
5
  SHA512:
6
- metadata.gz: a746cb96d035efa211246d984a823d7d10724ef3443a0b40b83ff9f5a4e9d1a4d7539eccaa3d3f7d41651acf5853530b86bad4c941db07a88521b0de53e4dd3a
7
- data.tar.gz: fe3725de931872967ddd9983ed0105835a9e25e141d622dd71bef56696899d3ff3ac00a415010806121db54348eee411048eacc7cb3e2dd634a76a7963d9cba7
6
+ metadata.gz: ea46fabb33d024993fb29f69221d66452251643435c9f2cf5131ca54dbdabb811b931455b03a95b938e5172ae0381d239baafa7d394aa9671c0ca1a13ee4c73f
7
+ data.tar.gz: 9fff85f4943860cb5c483ed0846719c5711f1d406e8501e467bf1c0906f817edcb06652adb0c79fcfec5b8f778e2bf13240009f0bbc9a356dc80eee2e4714643
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.73.0)
4
+ stigg-api-client (1.73.6)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -505,6 +505,22 @@
505
505
  "isDeprecated": false,
506
506
  "deprecationReason": null
507
507
  },
508
+ {
509
+ "name": "hasSubscriptions",
510
+ "description": "Indicates if the addon has subscriptions",
511
+ "args": [],
512
+ "type": {
513
+ "kind": "NON_NULL",
514
+ "name": null,
515
+ "ofType": {
516
+ "kind": "SCALAR",
517
+ "name": "Boolean",
518
+ "ofType": null
519
+ }
520
+ },
521
+ "isDeprecated": false,
522
+ "deprecationReason": null
523
+ },
508
524
  {
509
525
  "name": "hiddenFromWidgets",
510
526
  "description": null,
@@ -555,7 +571,7 @@
555
571
  },
556
572
  {
557
573
  "name": "maxQuantity",
558
- "description": null,
574
+ "description": "The maximum quantity of the addon",
559
575
  "args": [],
560
576
  "type": {
561
577
  "kind": "SCALAR",
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.0"
4
+ VERSION = "1.73.6"
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.0
4
+ version: 1.73.6
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-11 00:00:00.000000000 Z
11
+ date: 2024-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient