stigg-api-client 5.21.0 → 5.29.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: 35962bfbbd9ce40d4adc1b601f35348a04b1ee527ea748fe5bf8717f05e52e3a
4
- data.tar.gz: 5f4d512c299c2994a2640fd81b51dc7ae68ed4def5353fd374e0e4806e500da0
3
+ metadata.gz: 0ab01b1c1a4746ce4fd3f1d327b4ce7c7da4be728d8d5e24d33f2633d304ec42
4
+ data.tar.gz: fc895cec6cbbc91f097afd10f71ef90a01717123b22ee84799a2b430cad65403
5
5
  SHA512:
6
- metadata.gz: 6fcda217f873ad5470900476fbfa81e744aa5bc64ba2824142fac3367b440dcb39c5a6961907b475e3ed5ccd168d8a6ecfc5d27cd06897bd89b6f12579fcfe56
7
- data.tar.gz: 4c25565fdb8a539e583ea54a583acfaa99467b2a0c5216353cdf79071c440d9266b88160e662839b75cdc968ebe3251644ca6538ec5aab58476e9eb15522aeef
6
+ metadata.gz: a8001a082a67a38eccd53e799519e4783f219e3d777aac4c1db8b81b2e4a73a1d982682fbf361040b3e95527ba5db378c906583902b9aa3344715c61bb2ef94a
7
+ data.tar.gz: 1b4c3cf271c16e961c1821f5617999a00bad098b4c8f3c48997cf6f2f048f5fd05ab1ba77bd9bfb8c811e31278621ccee60339e8e126d8540e92d8f26a195247
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.21.0)
4
+ stigg-api-client (5.29.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -1758,6 +1758,12 @@ module Stigg
1758
1758
  updatedAt
1759
1759
  resourceId
1760
1760
  additionalMetaData
1761
+ status
1762
+ paymentCollection
1763
+ invoiceId
1764
+ latestInvoice {
1765
+ ...SubscriptionInvoiceFragment
1766
+ }
1761
1767
  }
1762
1768
  GRAPHQL
1763
1769
 
@@ -1779,8 +1785,8 @@ module Stigg
1779
1785
  fragment CreditsBalanceSummaryFragment on CreditBalanceSummary {
1780
1786
  customerId
1781
1787
  balances {
1782
- ...CreditBalanceFragment
1783
- }
1788
+ ...CreditBalanceFragment
1789
+ }
1784
1790
  }
1785
1791
  GRAPHQL
1786
1792
 
@@ -2171,6 +2177,7 @@ module Stigg
2171
2177
  }
2172
2178
  }
2173
2179
  #{Fragment::CreditGrantFragment}
2180
+ #{Fragment::SubscriptionInvoiceFragment}
2174
2181
  GRAPHQL
2175
2182
 
2176
2183
  GrantPromotionalEntitlementsGroup = <<~GRAPHQL
@@ -2222,6 +2229,7 @@ module Stigg
2222
2229
  }
2223
2230
  }
2224
2231
  #{Fragment::CreditGrantFragment}
2232
+ #{Fragment::SubscriptionInvoiceFragment}
2225
2233
  GRAPHQL
2226
2234
 
2227
2235
  CreateCoupon = <<~GRAPHQL
@@ -2590,6 +2598,7 @@ module Stigg
2590
2598
  }
2591
2599
  #{Fragment::PageInfoFragment}
2592
2600
  #{Fragment::CreditGrantFragment}
2601
+ #{Fragment::SubscriptionInvoiceFragment}
2593
2602
  GRAPHQL
2594
2603
 
2595
2604
  GetCreditLedger = <<~GRAPHQL
@@ -12326,8 +12326,8 @@
12326
12326
  "description": "The latest invoice information of the credit grant",
12327
12327
  "args": [],
12328
12328
  "type": {
12329
- "kind": "SCALAR",
12330
- "name": "JSON",
12329
+ "kind": "OBJECT",
12330
+ "name": "SubscriptionInvoice",
12331
12331
  "ofType": null
12332
12332
  },
12333
12333
  "isDeprecated": false,
@@ -12377,6 +12377,22 @@
12377
12377
  "isDeprecated": false,
12378
12378
  "deprecationReason": null
12379
12379
  },
12380
+ {
12381
+ "name": "status",
12382
+ "description": "The status of the credit grant",
12383
+ "args": [],
12384
+ "type": {
12385
+ "kind": "NON_NULL",
12386
+ "name": null,
12387
+ "ofType": {
12388
+ "kind": "ENUM",
12389
+ "name": "CreditGrantStatus",
12390
+ "ofType": null
12391
+ }
12392
+ },
12393
+ "isDeprecated": false,
12394
+ "deprecationReason": null
12395
+ },
12380
12396
  {
12381
12397
  "name": "updatedAt",
12382
12398
  "description": "Timestamp of when the record was last updated",
@@ -12791,6 +12807,47 @@
12791
12807
  "enumValues": null,
12792
12808
  "possibleTypes": null
12793
12809
  },
12810
+ {
12811
+ "kind": "ENUM",
12812
+ "name": "CreditGrantStatus",
12813
+ "description": "The status of a credit grant",
12814
+ "fields": null,
12815
+ "inputFields": null,
12816
+ "interfaces": null,
12817
+ "enumValues": [
12818
+ {
12819
+ "name": "ACTIVE",
12820
+ "description": null,
12821
+ "isDeprecated": false,
12822
+ "deprecationReason": null
12823
+ },
12824
+ {
12825
+ "name": "EXPIRED",
12826
+ "description": null,
12827
+ "isDeprecated": false,
12828
+ "deprecationReason": null
12829
+ },
12830
+ {
12831
+ "name": "PAYMENT_PENDING",
12832
+ "description": null,
12833
+ "isDeprecated": false,
12834
+ "deprecationReason": null
12835
+ },
12836
+ {
12837
+ "name": "SCHEDULED",
12838
+ "description": null,
12839
+ "isDeprecated": false,
12840
+ "deprecationReason": null
12841
+ },
12842
+ {
12843
+ "name": "VOIDED",
12844
+ "description": null,
12845
+ "isDeprecated": false,
12846
+ "deprecationReason": null
12847
+ }
12848
+ ],
12849
+ "possibleTypes": null
12850
+ },
12794
12851
  {
12795
12852
  "kind": "ENUM",
12796
12853
  "name": "CreditGrantType",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.21.0"
4
+ VERSION = "5.29.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: 5.21.0
4
+ version: 5.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-11-17 00:00:00.000000000 Z
11
+ date: 2025-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient