stigg-api-client 1.73.0 → 1.73.5

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: b6c0230d95481a406929bbbbd96425dcbe2155f351db0530ce0ffa6cd00dd4c4
4
+ data.tar.gz: '098bf914a1104bfcffbeba30bf10b4a4ace3cb4fa6b38a50da941448a2741f7a'
5
5
  SHA512:
6
- metadata.gz: a746cb96d035efa211246d984a823d7d10724ef3443a0b40b83ff9f5a4e9d1a4d7539eccaa3d3f7d41651acf5853530b86bad4c941db07a88521b0de53e4dd3a
7
- data.tar.gz: fe3725de931872967ddd9983ed0105835a9e25e141d622dd71bef56696899d3ff3ac00a415010806121db54348eee411048eacc7cb3e2dd634a76a7963d9cba7
6
+ metadata.gz: 242ec5434936c1fa9deb4d36c5271ebeef2bd2ebd66445aa2b0a4c2ab08b484bda4e465541aced3b79a1365d7774832d90793e67fe774f4df342ee334f4dd287
7
+ data.tar.gz: dccf82a31db02d2b8794c903cc7b3ee5a2742ea6d17de8d3bc3138cca9956438ee1fa4ffb6c6c73b6ff145b9e37b3d2ee233ff57a99df059a0b285d47bd68cee
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.5)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -505,6 +505,18 @@
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": "SCALAR",
514
+ "name": "Boolean",
515
+ "ofType": null
516
+ },
517
+ "isDeprecated": false,
518
+ "deprecationReason": null
519
+ },
508
520
  {
509
521
  "name": "hiddenFromWidgets",
510
522
  "description": null,
@@ -555,7 +567,7 @@
555
567
  },
556
568
  {
557
569
  "name": "maxQuantity",
558
- "description": null,
570
+ "description": "The maximum quantity of the addon",
559
571
  "args": [],
560
572
  "type": {
561
573
  "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.5"
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.5
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