stigg-api-client 5.143.0 → 5.151.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: 35fd1b7e3f03062107108554804707f8e774e0c69140d875c52cb2d6380278f9
4
- data.tar.gz: 80a592599b3952f795cbc785fac4b9a0eb3f8943f5e48baa8cfa9df0a3fb8166
3
+ metadata.gz: 1d2e6e89675129d54c2c1b823182ee5c986bf265774704974e239d9b70d5c05f
4
+ data.tar.gz: 43f020a9e3e9686cff40f119f7cc6732ff54ce4dbd87995f6c7181358c581f16
5
5
  SHA512:
6
- metadata.gz: 7cdeb59d35155b5e4632b0b39cd0160d477b303263cd23604df3491663a2302f42946ec4077564dbcd84766b45bb4273ffd44e418a65f2fd1c54aff9c18b34c4
7
- data.tar.gz: d4ba5eb4b3e4d5bd3d5ba7b792a70ac0a3e1cdd766ec4585b08308742afe1dfdf7c4e8a81975b445dbf3582a9e8d12c5ff5ea0d125d5626fc080bec2938f85fd
6
+ metadata.gz: 5470d0cf0ce41936098bb404bb25beda1a6dda83c86d10d7d8228c8a178949e2ff459fea03b26102f5a8ac9d8bc3e17dc1a2c4f66a865ecb2e3f9eab990a80e2
7
+ data.tar.gz: a06dc6d81d355cc6dc40555621912c95a559c1238253dadeccbab2f8fef1a2b2261ac51d0fcaaf55620681f3d0867f2db5d692760a757bc60f470a575ddd0db7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.143.0)
4
+ stigg-api-client (5.151.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -14386,23 +14386,11 @@
14386
14386
  {
14387
14387
  "kind": "INPUT_OBJECT",
14388
14388
  "name": "CreditGrantBillingInfoInput",
14389
- "description": "Credit grant billing information input",
14389
+ "description": "Billing information for credit grant creation",
14390
14390
  "fields": null,
14391
14391
  "inputFields": [
14392
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
- },
14404
- {
14405
- "name": "taxPercentage",
14393
+ "name": "invoiceDaysUntilDue",
14406
14394
  "description": null,
14407
14395
  "type": {
14408
14396
  "kind": "SCALAR",
@@ -14414,22 +14402,14 @@
14414
14402
  "deprecationReason": null
14415
14403
  },
14416
14404
  {
14417
- "name": "taxRateIds",
14405
+ "name": "isInvoicePaid",
14418
14406
  "description": null,
14419
14407
  "type": {
14420
- "kind": "LIST",
14421
- "name": null,
14422
- "ofType": {
14423
- "kind": "NON_NULL",
14424
- "name": null,
14425
- "ofType": {
14426
- "kind": "SCALAR",
14427
- "name": "String",
14428
- "ofType": null
14429
- }
14430
- }
14408
+ "kind": "SCALAR",
14409
+ "name": "Boolean",
14410
+ "ofType": null
14431
14411
  },
14432
- "defaultValue": null,
14412
+ "defaultValue": "false",
14433
14413
  "isDeprecated": false,
14434
14414
  "deprecationReason": null
14435
14415
  }
@@ -14664,6 +14644,18 @@
14664
14644
  "isDeprecated": false,
14665
14645
  "deprecationReason": null
14666
14646
  },
14647
+ {
14648
+ "name": "billingInformation",
14649
+ "description": "Billing information for credit grants",
14650
+ "type": {
14651
+ "kind": "INPUT_OBJECT",
14652
+ "name": "CreditGrantBillingInfoInput",
14653
+ "ofType": null
14654
+ },
14655
+ "defaultValue": null,
14656
+ "isDeprecated": false,
14657
+ "deprecationReason": null
14658
+ },
14667
14659
  {
14668
14660
  "name": "comment",
14669
14661
  "description": "The comment for the credit grant",
@@ -70051,6 +70043,61 @@
70051
70043
  "enumValues": null,
70052
70044
  "possibleTypes": null
70053
70045
  },
70046
+ {
70047
+ "kind": "INPUT_OBJECT",
70048
+ "name": "PreviewCreditGrantBillingInfoInput",
70049
+ "description": "Preview credit grant billing information input",
70050
+ "fields": null,
70051
+ "inputFields": [
70052
+ {
70053
+ "name": "billingAddress",
70054
+ "description": null,
70055
+ "type": {
70056
+ "kind": "INPUT_OBJECT",
70057
+ "name": "BillingAddress",
70058
+ "ofType": null
70059
+ },
70060
+ "defaultValue": null,
70061
+ "isDeprecated": false,
70062
+ "deprecationReason": null
70063
+ },
70064
+ {
70065
+ "name": "taxPercentage",
70066
+ "description": null,
70067
+ "type": {
70068
+ "kind": "SCALAR",
70069
+ "name": "Float",
70070
+ "ofType": null
70071
+ },
70072
+ "defaultValue": null,
70073
+ "isDeprecated": false,
70074
+ "deprecationReason": null
70075
+ },
70076
+ {
70077
+ "name": "taxRateIds",
70078
+ "description": null,
70079
+ "type": {
70080
+ "kind": "LIST",
70081
+ "name": null,
70082
+ "ofType": {
70083
+ "kind": "NON_NULL",
70084
+ "name": null,
70085
+ "ofType": {
70086
+ "kind": "SCALAR",
70087
+ "name": "String",
70088
+ "ofType": null
70089
+ }
70090
+ }
70091
+ },
70092
+ "defaultValue": null,
70093
+ "isDeprecated": false,
70094
+ "deprecationReason": null
70095
+ }
70096
+ ],
70097
+ "interfaces": null,
70098
+ "enumValues": null,
70099
+ "possibleTypes": null
70100
+ },
70054
70101
  {
70055
70102
  "kind": "INPUT_OBJECT",
70056
70103
  "name": "PreviewCreditGrantInput",
@@ -70090,7 +70137,7 @@
70090
70137
  "description": "Credit grant billing information",
70091
70138
  "type": {
70092
70139
  "kind": "INPUT_OBJECT",
70093
- "name": "CreditGrantBillingInfoInput",
70140
+ "name": "PreviewCreditGrantBillingInfoInput",
70094
70141
  "ofType": null
70095
70142
  },
70096
70143
  "defaultValue": 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 = "5.143.0"
4
+ VERSION = "5.151.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.143.0
4
+ version: 5.151.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-19 00:00:00.000000000 Z
11
+ date: 2026-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient