stigg-api-client 5.139.0 → 5.143.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: f9f5980c1e123a0389316fd370b1469e8740913ce96e5e5249e6bfb5cb05ff75
4
- data.tar.gz: 917624cd7951fe4152bd2acd226eb4ca981dbf1f71bc38a62ee290760e717233
3
+ metadata.gz: 35fd1b7e3f03062107108554804707f8e774e0c69140d875c52cb2d6380278f9
4
+ data.tar.gz: 80a592599b3952f795cbc785fac4b9a0eb3f8943f5e48baa8cfa9df0a3fb8166
5
5
  SHA512:
6
- metadata.gz: 57b767f936fe02bdef19e50e9847256914f89933b92045a34e0fa1b34e827994c3fc8763011e7d80594bb04e14eed782459b65e2722b45a3e88d512d0b600a9c
7
- data.tar.gz: 129a7cc00c691d1858f5870de055ebb2cb60d5cecbaec5d0299495fc55561465449b3d55f24426e5d460c05a5a62a13736c6242952c523b8541f99f8f2aeadb6
6
+ metadata.gz: 7cdeb59d35155b5e4632b0b39cd0160d477b303263cd23604df3491663a2302f42946ec4077564dbcd84766b45bb4273ffd44e418a65f2fd1c54aff9c18b34c4
7
+ data.tar.gz: d4ba5eb4b3e4d5bd3d5ba7b792a70ac0a3e1cdd766ec4585b08308742afe1dfdf7c4e8a81975b445dbf3582a9e8d12c5ff5ea0d125d5626fc080bec2938f85fd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.139.0)
4
+ stigg-api-client (5.143.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -14389,6 +14389,18 @@
14389
14389
  "description": "Credit grant billing information input",
14390
14390
  "fields": null,
14391
14391
  "inputFields": [
14392
+ {
14393
+ "name": "billingAddress",
14394
+ "description": null,
14395
+ "type": {
14396
+ "kind": "INPUT_OBJECT",
14397
+ "name": "BillingAddress",
14398
+ "ofType": null
14399
+ },
14400
+ "defaultValue": null,
14401
+ "isDeprecated": false,
14402
+ "deprecationReason": null
14403
+ },
14392
14404
  {
14393
14405
  "name": "taxPercentage",
14394
14406
  "description": null,
@@ -72317,6 +72329,18 @@
72317
72329
  "isDeprecated": false,
72318
72330
  "deprecationReason": null
72319
72331
  },
72332
+ {
72333
+ "name": "billingId",
72334
+ "description": "The unique identifier for the entity in the billing provider",
72335
+ "type": {
72336
+ "kind": "SCALAR",
72337
+ "name": "String",
72338
+ "ofType": null
72339
+ },
72340
+ "defaultValue": null,
72341
+ "isDeprecated": false,
72342
+ "deprecationReason": null
72343
+ },
72320
72344
  {
72321
72345
  "name": "billingPeriod",
72322
72346
  "description": "The billing period of the price",
@@ -72381,6 +72405,18 @@
72381
72405
  "isDeprecated": false,
72382
72406
  "deprecationReason": null
72383
72407
  },
72408
+ {
72409
+ "name": "priceGroupPackageBillingId",
72410
+ "description": "The billing ID of the price group package",
72411
+ "type": {
72412
+ "kind": "SCALAR",
72413
+ "name": "String",
72414
+ "ofType": null
72415
+ },
72416
+ "defaultValue": null,
72417
+ "isDeprecated": false,
72418
+ "deprecationReason": null
72419
+ },
72384
72420
  {
72385
72421
  "name": "tiers",
72386
72422
  "description": "List of tiers of the price period",
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.139.0"
4
+ VERSION = "5.143.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.139.0
4
+ version: 5.143.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-01-18 00:00:00.000000000 Z
11
+ date: 2026-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient