stigg-api-client 1.135.0 → 1.139.2

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: 7af3375fae24a4d51b37276679f6d4fc42e139e99d942c4abd1b30fa4c098a69
4
- data.tar.gz: 830f0ddee297d46e1431d11b949ed55fe666cc7b1aeef8276b014609ac042381
3
+ metadata.gz: 2fffe255a1fae2a4cc105bcdf1036a195af25cc360208f201df0774b5981bb8c
4
+ data.tar.gz: 0f8baf748637521ab0617f0e55aa72965303bed161c16e7aa500607744408ff4
5
5
  SHA512:
6
- metadata.gz: 56b9359cecd5750bc2d2bc7c90e2cdddd4c0984bda5d9a22d28eb8326339965bc84c45fefdca885a4288cb62981309841434a6e23c84ee319ef33817ec613ffc
7
- data.tar.gz: 0cbfdd15be03513a35cac77851b28439e62f1b24a5e916edbe705f2af769e1224e46dcb93ff4d41d6473313f75446e97b92a076e3c7cab205a5becd4ef780cf0
6
+ metadata.gz: 0c59b1985b0984821e7b0985e7cb031d3c676a26bab1c198c1c2be7b4dfb0d114b2a8d86796b0325ede22254335293c1d41a113960830bb6729ddb9e6ddca4dd
7
+ data.tar.gz: bd19036fc662c75d2dec5f373b052dba7445dffc22ceb744891f261b8b9d3fdc9131c4b3cd67b5283bf6c6b1236922e29dc56a926e0cc599064d9a5f103caf10
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.135.0)
4
+ stigg-api-client (1.139.2)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -30627,6 +30627,22 @@
30627
30627
  "isDeprecated": false,
30628
30628
  "deprecationReason": null
30629
30629
  },
30630
+ {
30631
+ "name": "minimumSpendAdjustment",
30632
+ "description": "The minimum spend adjustment applied to the invoice",
30633
+ "args": [],
30634
+ "type": {
30635
+ "kind": "NON_NULL",
30636
+ "name": null,
30637
+ "ofType": {
30638
+ "kind": "OBJECT",
30639
+ "name": "Money",
30640
+ "ofType": null
30641
+ }
30642
+ },
30643
+ "isDeprecated": false,
30644
+ "deprecationReason": null
30645
+ },
30630
30646
  {
30631
30647
  "name": "proration",
30632
30648
  "description": null,
@@ -68923,6 +68939,22 @@
68923
68939
  "isDeprecated": false,
68924
68940
  "deprecationReason": null
68925
68941
  },
68942
+ {
68943
+ "name": "minimumSpendAdjustment",
68944
+ "description": "The minimum spend adjustment applied to the invoice",
68945
+ "args": [],
68946
+ "type": {
68947
+ "kind": "NON_NULL",
68948
+ "name": null,
68949
+ "ofType": {
68950
+ "kind": "OBJECT",
68951
+ "name": "Money",
68952
+ "ofType": null
68953
+ }
68954
+ },
68955
+ "isDeprecated": false,
68956
+ "deprecationReason": null
68957
+ },
68926
68958
  {
68927
68959
  "name": "proration",
68928
68960
  "description": null,
@@ -69184,6 +69216,22 @@
69184
69216
  "isDeprecated": false,
69185
69217
  "deprecationReason": null
69186
69218
  },
69219
+ {
69220
+ "name": "minimumSpendAdjustment",
69221
+ "description": "The minimum spend adjustment applied to the invoice",
69222
+ "args": [],
69223
+ "type": {
69224
+ "kind": "NON_NULL",
69225
+ "name": null,
69226
+ "ofType": {
69227
+ "kind": "OBJECT",
69228
+ "name": "Money",
69229
+ "ofType": null
69230
+ }
69231
+ },
69232
+ "isDeprecated": false,
69233
+ "deprecationReason": null
69234
+ },
69187
69235
  {
69188
69236
  "name": "subTotal",
69189
69237
  "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.135.0"
4
+ VERSION = "1.139.2"
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.135.0
4
+ version: 1.139.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-15 00:00:00.000000000 Z
11
+ date: 2024-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient