stigg-api-client 1.72.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: d8fb3a29a1a79cfd0b5a00fdd85a8698f41a5a89095fd769226b3c0f1e8f4a97
4
- data.tar.gz: f4f4dabe05a824a9a805125f02222ee7f0edd0252ed453047a31e244f6e56648
3
+ metadata.gz: b6c0230d95481a406929bbbbd96425dcbe2155f351db0530ce0ffa6cd00dd4c4
4
+ data.tar.gz: '098bf914a1104bfcffbeba30bf10b4a4ace3cb4fa6b38a50da941448a2741f7a'
5
5
  SHA512:
6
- metadata.gz: ce69faa303c844fedac038827a4aa66f3e8a1f306398d321e375a791c71515504d2204ef2055186995873ddc49764de8e69ab32d00656114f313663adadd1a12
7
- data.tar.gz: 54a0e3725cd1deec90dd56cb9fd282c9c51d6ffb8a414cb9af22ef833ee2aea8a48e762cc2c4bceb7f679586c4c2e059552f08821839851e1d0cd036bf8c9330
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.72.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",
@@ -48482,6 +48494,18 @@
48482
48494
  "isDeprecated": false,
48483
48495
  "deprecationReason": null
48484
48496
  },
48497
+ {
48498
+ "name": "blockSize",
48499
+ "description": "The number of units per block. Defaults to 1 unit.",
48500
+ "args": [],
48501
+ "type": {
48502
+ "kind": "SCALAR",
48503
+ "name": "Float",
48504
+ "ofType": null
48505
+ },
48506
+ "isDeprecated": false,
48507
+ "deprecationReason": null
48508
+ },
48485
48509
  {
48486
48510
  "name": "createdAt",
48487
48511
  "description": null,
@@ -48927,6 +48951,18 @@
48927
48951
  "isDeprecated": false,
48928
48952
  "deprecationReason": null
48929
48953
  },
48954
+ {
48955
+ "name": "blockSize",
48956
+ "description": "The number of units per block. Defaults to 1 unit.",
48957
+ "args": [],
48958
+ "type": {
48959
+ "kind": "SCALAR",
48960
+ "name": "Float",
48961
+ "ofType": null
48962
+ },
48963
+ "isDeprecated": false,
48964
+ "deprecationReason": null
48965
+ },
48930
48966
  {
48931
48967
  "name": "createdAt",
48932
48968
  "description": null,
@@ -49920,6 +49956,18 @@
49920
49956
  "isDeprecated": false,
49921
49957
  "deprecationReason": null
49922
49958
  },
49959
+ {
49960
+ "name": "blockSize",
49961
+ "description": "The number of units per block. Defaults to 1 unit.",
49962
+ "type": {
49963
+ "kind": "SCALAR",
49964
+ "name": "Float",
49965
+ "ofType": null
49966
+ },
49967
+ "defaultValue": null,
49968
+ "isDeprecated": false,
49969
+ "deprecationReason": null
49970
+ },
49923
49971
  {
49924
49972
  "name": "price",
49925
49973
  "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.72.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.72.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