stigg-api-client 0.723.0 → 0.729.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: 9a0960c09f3b5f1327f5582e7a5a8ff697b2b0da29a93854bc25379a15d28c29
4
- data.tar.gz: 9840f677a1235b9ad9a263c65cd6f121d27dd98c1069683b12c4d54a3ee1bcb4
3
+ metadata.gz: f611661060c5c0e8f9af954fb562be607d41f6ffc65f77987d2e9831ce972aa1
4
+ data.tar.gz: 5d76c73d6d507ec67140e04bded42b87ddba8c912db85312f68619aa17330206
5
5
  SHA512:
6
- metadata.gz: 9124f67a101b37e3ba53a9581877235f56ed25e508b1548c9e943035b250d5aa81e168faa1cd6536838814eb320503ad9920fba23ed69d23821ed949333fd4e0
7
- data.tar.gz: d32b8844a9d07dbd8c1b3af040781c8821838bf6caa48af49ee41fccf565156f1eb1de28a5c0d19c127955b6f776eeee5ec7294ed59a4169cdf59768f3ae56ad
6
+ metadata.gz: 8909ee6106b8bacf891f96568227c77dbdf688c988bbaa656e72b99ddc1a1929167ee74ffb2b58ef275ec7fec3ffe69f2540e5921a636a306388a2d18d0b1925
7
+ data.tar.gz: 2c7688a95b66c41390486ab38c4be67625a597121dcc3248073409aaadfffb2b14f6f141bb86a54b000eb46ffce224130d889935c591d02d0c2b0f8dc157129e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.723.0)
4
+ stigg-api-client (0.729.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -21388,6 +21388,12 @@
21388
21388
  "isDeprecated": false,
21389
21389
  "deprecationReason": null
21390
21390
  },
21391
+ {
21392
+ "name": "CustomerHasNoEmailAddress",
21393
+ "description": null,
21394
+ "isDeprecated": false,
21395
+ "deprecationReason": null
21396
+ },
21391
21397
  {
21392
21398
  "name": "CustomerHasNoPaymentMethod",
21393
21399
  "description": null,
@@ -58065,6 +58071,18 @@
58065
58071
  "isDeprecated": false,
58066
58072
  "deprecationReason": null
58067
58073
  },
58074
+ {
58075
+ "name": "isInvoicePaid",
58076
+ "description": null,
58077
+ "type": {
58078
+ "kind": "SCALAR",
58079
+ "name": "Boolean",
58080
+ "ofType": null
58081
+ },
58082
+ "defaultValue": "false",
58083
+ "isDeprecated": false,
58084
+ "deprecationReason": null
58085
+ },
58068
58086
  {
58069
58087
  "name": "metadata",
58070
58088
  "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 = "0.723.0"
4
+ VERSION = "0.729.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: 0.723.0
4
+ version: 0.729.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-01-02 00:00:00.000000000 Z
11
+ date: 2024-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient