stigg-api-client 1.200.1 → 1.201.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: 1218835b8392486fd7482a557c19a08da877bd90c26bac7dec60c01a8c1009ac
4
- data.tar.gz: ab1e137c4cb28ce700e102602c684142e9ccf36b26ab4b072e53476723ecb38e
3
+ metadata.gz: 59a307c91b59fbfb1853c839419532998ae38fb085206fcbab2c4f195c244b02
4
+ data.tar.gz: 79962393772f2c6bff726971369277b8c1fa79dcb88d1ffb9a06c6cd0fa235d2
5
5
  SHA512:
6
- metadata.gz: db8fbd18ee6055e5a70e1573f002ce4bc9546181c88255c716bbccb4a611ef75a68d82c870b8fe2c9904a7de629499cc30d56246543c1b2563dcb749ef36c558
7
- data.tar.gz: 92a5cded65b70d4d15ce0c2b1cd709ed82b0ca44335b7b157f6b254c203020ff2a479b620089474cef2c0811d22f54eee6711e98c167db7851ef92490628f6ce
6
+ metadata.gz: 27e5f561c7210a6a744bb66266e9985ca0e64339fa03c8f949c5e2d545202225006c274a6915dce9e57859b01934389a33a723a14204d5454e5688ca22023236
7
+ data.tar.gz: 348df60ba97ead89b48b29bf6590ffff4bcb200404af5e9c34f6f7ba8cf4e531de3fb47a1d4379f3c921cbff96592e3f706bb9ef8d78fdaf31727e162b52c2f5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.200.1)
4
+ stigg-api-client (1.201.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -316,11 +316,19 @@ module Stigg
316
316
  status
317
317
  createdAt
318
318
  updatedAt
319
+ errorMessage
319
320
  requiresAction
320
- paymentUrl
321
321
  paymentSecret
322
- errorMessage
322
+ paymentUrl
323
+ pdfUrl
323
324
  billingReason
325
+ currency
326
+ subTotal
327
+ subTotalExcludingTax
328
+ total
329
+ totalExcludingTax
330
+ tax
331
+ amountDue
324
332
  }
325
333
  GRAPHQL
326
334
 
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.200.1"
4
+ VERSION = "1.201.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.200.1
4
+ version: 1.201.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-05-28 00:00:00.000000000 Z
11
+ date: 2024-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient