stigg-api-client 1.68.0 → 1.69.0

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: 41fc38fe52c619643a72d85fecbb2d475e24ec7c890622a51b05b9ba04a7549a
4
- data.tar.gz: f2a48e897f83cdd3f668a224f250e8684192c7b3b2e6b4beb0aedfaec2771899
3
+ metadata.gz: 9fb78b4707387c2f2d6e2943910944b156a88ca33c08d9d74ead25a0588c9999
4
+ data.tar.gz: b7f9536725d66b56e7b6682f34e23473d2ce25d9d75359593e5a833e1f9413f3
5
5
  SHA512:
6
- metadata.gz: 32f89404c58389b2827a34223478c6996a8bcf6cc53f9ae23b562683a7aa15061bd391f7ed5a0854679505200a54a5b50666e9d4d74655beea2ab68677b7a475
7
- data.tar.gz: d51a591ba20f292b446dbcc0962beb80f29d92e52a16c3064cbef1ffefb6aea81e9d9d509a94d1fd8e00c6328384227b31c3f55a116504a0bb72eee167f5d882
6
+ metadata.gz: 0502b5fc8e9ad420de57763f030281fd5ec8dcdce3eb94095f9b06c7e93e2e59d7167f6ccdd9a18d094d0f911235ad6db5200d61c5442cde8d06d1ff32edd494
7
+ data.tar.gz: 2f4384ffb5bca1c9529ecbbc3374883c6754f968f539cbbb679863202a174548752d43a99f73524a5b397b57c6d48ac621b6892ccd249a0469723bf634a28a2f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.68.0)
4
+ stigg-api-client (1.69.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -553,6 +553,18 @@
553
553
  "isDeprecated": false,
554
554
  "deprecationReason": null
555
555
  },
556
+ {
557
+ "name": "maxQuantity",
558
+ "description": null,
559
+ "args": [],
560
+ "type": {
561
+ "kind": "SCALAR",
562
+ "name": "Float",
563
+ "ofType": null
564
+ },
565
+ "isDeprecated": false,
566
+ "deprecationReason": null
567
+ },
556
568
  {
557
569
  "name": "overagePrices",
558
570
  "description": null,
@@ -853,6 +865,18 @@
853
865
  "isDeprecated": false,
854
866
  "deprecationReason": null
855
867
  },
868
+ {
869
+ "name": "maxQuantity",
870
+ "description": null,
871
+ "args": [],
872
+ "type": {
873
+ "kind": "SCALAR",
874
+ "name": "Float",
875
+ "ofType": null
876
+ },
877
+ "isDeprecated": false,
878
+ "deprecationReason": null
879
+ },
856
880
  {
857
881
  "name": "pricingType",
858
882
  "description": null,
@@ -936,6 +960,18 @@
936
960
  "name": "AddonAvgAggregate",
937
961
  "description": null,
938
962
  "fields": [
963
+ {
964
+ "name": "maxQuantity",
965
+ "description": null,
966
+ "args": [],
967
+ "type": {
968
+ "kind": "SCALAR",
969
+ "name": "Float",
970
+ "ofType": null
971
+ },
972
+ "isDeprecated": false,
973
+ "deprecationReason": null
974
+ },
939
975
  {
940
976
  "name": "versionNumber",
941
977
  "description": null,
@@ -1153,6 +1189,18 @@
1153
1189
  "isDeprecated": false,
1154
1190
  "deprecationReason": null
1155
1191
  },
1192
+ {
1193
+ "name": "maxQuantity",
1194
+ "description": null,
1195
+ "args": [],
1196
+ "type": {
1197
+ "kind": "SCALAR",
1198
+ "name": "Int",
1199
+ "ofType": null
1200
+ },
1201
+ "isDeprecated": false,
1202
+ "deprecationReason": null
1203
+ },
1156
1204
  {
1157
1205
  "name": "pricingType",
1158
1206
  "description": null,
@@ -1333,6 +1381,18 @@
1333
1381
  "isDeprecated": false,
1334
1382
  "deprecationReason": null
1335
1383
  },
1384
+ {
1385
+ "name": "maxQuantity",
1386
+ "description": "The maximum quantity of this addon that can be added to a subscription",
1387
+ "type": {
1388
+ "kind": "SCALAR",
1389
+ "name": "Float",
1390
+ "ofType": null
1391
+ },
1392
+ "defaultValue": null,
1393
+ "isDeprecated": false,
1394
+ "deprecationReason": null
1395
+ },
1336
1396
  {
1337
1397
  "name": "pricingType",
1338
1398
  "description": null,
@@ -1567,6 +1627,18 @@
1567
1627
  "isDeprecated": false,
1568
1628
  "deprecationReason": null
1569
1629
  },
1630
+ {
1631
+ "name": "maxQuantity",
1632
+ "description": "The maximum quantity of this addon that can be added to a subscription",
1633
+ "args": [],
1634
+ "type": {
1635
+ "kind": "SCALAR",
1636
+ "name": "Float",
1637
+ "ofType": null
1638
+ },
1639
+ "isDeprecated": false,
1640
+ "deprecationReason": null
1641
+ },
1570
1642
  {
1571
1643
  "name": "overagePrices",
1572
1644
  "description": null,
@@ -1870,6 +1942,18 @@
1870
1942
  "isDeprecated": false,
1871
1943
  "deprecationReason": null
1872
1944
  },
1945
+ {
1946
+ "name": "maxQuantity",
1947
+ "description": null,
1948
+ "type": {
1949
+ "kind": "INPUT_OBJECT",
1950
+ "name": "NumberFieldComparison",
1951
+ "ofType": null
1952
+ },
1953
+ "defaultValue": null,
1954
+ "isDeprecated": false,
1955
+ "deprecationReason": null
1956
+ },
1873
1957
  {
1874
1958
  "name": "or",
1875
1959
  "description": null,
@@ -2044,6 +2128,18 @@
2044
2128
  "isDeprecated": false,
2045
2129
  "deprecationReason": null
2046
2130
  },
2131
+ {
2132
+ "name": "maxQuantity",
2133
+ "description": null,
2134
+ "args": [],
2135
+ "type": {
2136
+ "kind": "SCALAR",
2137
+ "name": "Float",
2138
+ "ofType": null
2139
+ },
2140
+ "isDeprecated": false,
2141
+ "deprecationReason": null
2142
+ },
2047
2143
  {
2048
2144
  "name": "pricingType",
2049
2145
  "description": null,
@@ -2199,6 +2295,18 @@
2199
2295
  "isDeprecated": false,
2200
2296
  "deprecationReason": null
2201
2297
  },
2298
+ {
2299
+ "name": "maxQuantity",
2300
+ "description": null,
2301
+ "args": [],
2302
+ "type": {
2303
+ "kind": "SCALAR",
2304
+ "name": "Float",
2305
+ "ofType": null
2306
+ },
2307
+ "isDeprecated": false,
2308
+ "deprecationReason": null
2309
+ },
2202
2310
  {
2203
2311
  "name": "pricingType",
2204
2312
  "description": null,
@@ -2382,6 +2490,12 @@
2382
2490
  "isDeprecated": false,
2383
2491
  "deprecationReason": null
2384
2492
  },
2493
+ {
2494
+ "name": "maxQuantity",
2495
+ "description": null,
2496
+ "isDeprecated": false,
2497
+ "deprecationReason": null
2498
+ },
2385
2499
  {
2386
2500
  "name": "pricingType",
2387
2501
  "description": null,
@@ -2426,6 +2540,18 @@
2426
2540
  "name": "AddonSumAggregate",
2427
2541
  "description": null,
2428
2542
  "fields": [
2543
+ {
2544
+ "name": "maxQuantity",
2545
+ "description": null,
2546
+ "args": [],
2547
+ "type": {
2548
+ "kind": "SCALAR",
2549
+ "name": "Float",
2550
+ "ofType": null
2551
+ },
2552
+ "isDeprecated": false,
2553
+ "deprecationReason": null
2554
+ },
2429
2555
  {
2430
2556
  "name": "versionNumber",
2431
2557
  "description": null,
@@ -2534,6 +2660,18 @@
2534
2660
  "isDeprecated": false,
2535
2661
  "deprecationReason": null
2536
2662
  },
2663
+ {
2664
+ "name": "maxQuantity",
2665
+ "description": "The maximum quantity of this addon that can be added to a subscription",
2666
+ "type": {
2667
+ "kind": "SCALAR",
2668
+ "name": "Float",
2669
+ "ofType": null
2670
+ },
2671
+ "defaultValue": null,
2672
+ "isDeprecated": false,
2673
+ "deprecationReason": null
2674
+ },
2537
2675
  {
2538
2676
  "name": "status",
2539
2677
  "description": null,
@@ -21974,6 +22112,12 @@
21974
22112
  "isDeprecated": false,
21975
22113
  "deprecationReason": null
21976
22114
  },
22115
+ {
22116
+ "name": "AddonQuantityExceedsLimitError",
22117
+ "description": "Addon quantity exceeds limit error",
22118
+ "isDeprecated": false,
22119
+ "deprecationReason": null
22120
+ },
21977
22121
  {
21978
22122
  "name": "AddonWithDraftCannotBeDeletedError",
21979
22123
  "description": null,
@@ -45356,6 +45500,18 @@
45356
45500
  "isDeprecated": false,
45357
45501
  "deprecationReason": null
45358
45502
  },
45503
+ {
45504
+ "name": "maxQuantity",
45505
+ "description": null,
45506
+ "type": {
45507
+ "kind": "INPUT_OBJECT",
45508
+ "name": "NumberFieldComparison",
45509
+ "ofType": null
45510
+ },
45511
+ "defaultValue": null,
45512
+ "isDeprecated": false,
45513
+ "deprecationReason": null
45514
+ },
45359
45515
  {
45360
45516
  "name": "or",
45361
45517
  "description": null,
@@ -59473,6 +59629,18 @@
59473
59629
  "isDeprecated": false,
59474
59630
  "deprecationReason": null
59475
59631
  },
59632
+ {
59633
+ "name": "maxQuantity",
59634
+ "description": null,
59635
+ "type": {
59636
+ "kind": "INPUT_OBJECT",
59637
+ "name": "NumberFieldComparison",
59638
+ "ofType": null
59639
+ },
59640
+ "defaultValue": null,
59641
+ "isDeprecated": false,
59642
+ "deprecationReason": null
59643
+ },
59476
59644
  {
59477
59645
  "name": "or",
59478
59646
  "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.68.0"
4
+ VERSION = "1.69.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.68.0
4
+ version: 1.69.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg