stigg-api-client 1.135.0 → 1.141.0

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: 7af3375fae24a4d51b37276679f6d4fc42e139e99d942c4abd1b30fa4c098a69
4
- data.tar.gz: 830f0ddee297d46e1431d11b949ed55fe666cc7b1aeef8276b014609ac042381
3
+ metadata.gz: 2f6ee9c74b35670f82589614029f181c3ae7a7b362a9df5f95a15d4a2171add4
4
+ data.tar.gz: ddd6b5a5a3520543624655178b0c2e112f3ce92d55855d14b4e3ff596be3ba02
5
5
  SHA512:
6
- metadata.gz: 56b9359cecd5750bc2d2bc7c90e2cdddd4c0984bda5d9a22d28eb8326339965bc84c45fefdca885a4288cb62981309841434a6e23c84ee319ef33817ec613ffc
7
- data.tar.gz: 0cbfdd15be03513a35cac77851b28439e62f1b24a5e916edbe705f2af769e1224e46dcb93ff4d41d6473313f75446e97b92a076e3c7cab205a5becd4ef780cf0
6
+ metadata.gz: e360325aedacc899ab8d8c3d06c18eee4526757d8826922b622beb82a5fb5f64755d81a3f13e2b279639de5490c49c8c7f0f0aa5df43a1df297dd6c583df7f43
7
+ data.tar.gz: ae9f4d847d85f767eaf70a9f36a25c0185709bec480a871351c56f85b9b10f8cddc8127ab6082a48996f163fd54b2b34838cb2af7759f3729a29a913763e16bc
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.141.0)
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,
@@ -51994,6 +52010,18 @@
51994
52010
  "description": null,
51995
52011
  "fields": null,
51996
52012
  "inputFields": [
52013
+ {
52014
+ "name": "baseCharge",
52015
+ "description": "Whether the price is a base charge",
52016
+ "type": {
52017
+ "kind": "SCALAR",
52018
+ "name": "Boolean",
52019
+ "ofType": null
52020
+ },
52021
+ "defaultValue": null,
52022
+ "isDeprecated": false,
52023
+ "deprecationReason": null
52024
+ },
51997
52025
  {
51998
52026
  "name": "blockSize",
51999
52027
  "description": "The number of units per block. Defaults to 1 unit.",
@@ -52010,13 +52038,9 @@
52010
52038
  "name": "featureId",
52011
52039
  "description": "The corresponding feature id of the price",
52012
52040
  "type": {
52013
- "kind": "NON_NULL",
52014
- "name": null,
52015
- "ofType": {
52016
- "kind": "SCALAR",
52017
- "name": "String",
52018
- "ofType": null
52019
- }
52041
+ "kind": "SCALAR",
52042
+ "name": "String",
52043
+ "ofType": null
52020
52044
  },
52021
52045
  "defaultValue": null,
52022
52046
  "isDeprecated": false,
@@ -68923,6 +68947,22 @@
68923
68947
  "isDeprecated": false,
68924
68948
  "deprecationReason": null
68925
68949
  },
68950
+ {
68951
+ "name": "minimumSpendAdjustment",
68952
+ "description": "The minimum spend adjustment applied to the invoice",
68953
+ "args": [],
68954
+ "type": {
68955
+ "kind": "NON_NULL",
68956
+ "name": null,
68957
+ "ofType": {
68958
+ "kind": "OBJECT",
68959
+ "name": "Money",
68960
+ "ofType": null
68961
+ }
68962
+ },
68963
+ "isDeprecated": false,
68964
+ "deprecationReason": null
68965
+ },
68926
68966
  {
68927
68967
  "name": "proration",
68928
68968
  "description": null,
@@ -69184,6 +69224,22 @@
69184
69224
  "isDeprecated": false,
69185
69225
  "deprecationReason": null
69186
69226
  },
69227
+ {
69228
+ "name": "minimumSpendAdjustment",
69229
+ "description": "The minimum spend adjustment applied to the invoice",
69230
+ "args": [],
69231
+ "type": {
69232
+ "kind": "NON_NULL",
69233
+ "name": null,
69234
+ "ofType": {
69235
+ "kind": "OBJECT",
69236
+ "name": "Money",
69237
+ "ofType": null
69238
+ }
69239
+ },
69240
+ "isDeprecated": false,
69241
+ "deprecationReason": null
69242
+ },
69187
69243
  {
69188
69244
  "name": "subTotal",
69189
69245
  "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.141.0"
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.141.0
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-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient