stigg-api-client 2.329.0 → 2.331.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: e3c72e79a521c7ead17dd47b221f48febb6ba75a76ebe89d3865348866f70a12
4
- data.tar.gz: 8a4519b72f62a4cc11b4adaadeb594584942f7bbd2ecee2089c8d02f314a7558
3
+ metadata.gz: a61b82c4f326ea9234fcec9c23b567d34b539826e18794992c8b265777f9d4b3
4
+ data.tar.gz: a5fcf0c554f8f853fdf415b7e40f7b7d60dfb3ccaaf663756da6f32acf11d46d
5
5
  SHA512:
6
- metadata.gz: d98126d6fa799f27136a45174e189df1f5cd5564fbe4d7c30643736527a2265530130a379f5d9ba259a761460af9adf56808a6a1abb124d4e4db3d4856ac944c
7
- data.tar.gz: 5d91cebe62aad2c668f6caea1c5c3eebd19914d02958975aa7cc643f7355c5a78e17f66b1d79a5c19d975a342035286ad675ca2602e89277aadff764a1f00f88
6
+ metadata.gz: 9a538cf30b3c34f829dd89e0c2601a287d690f6cc33f93173754a5176c70d5e6b5d49f8f05f63343e883d4f84d78b40386ea22e3093de0cc939d99fac11cbc21
7
+ data.tar.gz: 201c912cd9f95f8afd06517447edd0ab610340c8b6255cec8c821fc9512ad2c4fe543b01b7715f9f79ae77adc66e25af0a38dbadac54fbcaf87f06d269df8e83
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.329.0)
4
+ stigg-api-client (2.331.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -25130,6 +25130,12 @@
25130
25130
  "isDeprecated": false,
25131
25131
  "deprecationReason": null
25132
25132
  },
25133
+ {
25134
+ "name": "FailedToResolveBillingIntegration",
25135
+ "description": "Failed to resolve billing integration",
25136
+ "isDeprecated": false,
25137
+ "deprecationReason": null
25138
+ },
25133
25139
  {
25134
25140
  "name": "FeatureNotFound",
25135
25141
  "description": null,
@@ -70611,6 +70617,18 @@
70611
70617
  "isDeprecated": false,
70612
70618
  "deprecationReason": null
70613
70619
  },
70620
+ {
70621
+ "name": "integrationId",
70622
+ "description": "The billing integration to use for this subscription",
70623
+ "type": {
70624
+ "kind": "SCALAR",
70625
+ "name": "String",
70626
+ "ofType": null
70627
+ },
70628
+ "defaultValue": null,
70629
+ "isDeprecated": false,
70630
+ "deprecationReason": null
70631
+ },
70614
70632
  {
70615
70633
  "name": "invoiceDaysUntilDue",
70616
70634
  "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 = "2.329.0"
4
+ VERSION = "2.331.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: 2.329.0
4
+ version: 2.331.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-03-20 00:00:00.000000000 Z
11
+ date: 2025-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient