stigg-api-client 5.140.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: ebb86bc9e070d4b5a450188f855691dc8d6bf7c2d4555e5b2c18315b0183e6c1
4
- data.tar.gz: cd5cb45fdfa3f4fbb98297886e62e94f387f583b4e0cc3b5ff60de0d68b44d07
3
+ metadata.gz: 1d2e6e89675129d54c2c1b823182ee5c986bf265774704974e239d9b70d5c05f
4
+ data.tar.gz: 43f020a9e3e9686cff40f119f7cc6732ff54ce4dbd87995f6c7181358c581f16
5
5
  SHA512:
6
- metadata.gz: ef7dd0a4fa92aa1af933fa7496597381ba28051976d2a2f4035bf1d85fe351b7ce74e52c36f4c940f49f908ac0a78c9bb6989048559f60b46b2da34a217a9c94
7
- data.tar.gz: a55d7ee5d913fad499270f0cd7fb1f9ce20c77daeccd60a7338ff169bf2968decceaacac9c2e2a81b7a2fcd9826e1169e3db3446afb77134509ae9da51b575ed
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.140.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,11 +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": "taxPercentage",
14393
+ "name": "invoiceDaysUntilDue",
14394
14394
  "description": null,
14395
14395
  "type": {
14396
14396
  "kind": "SCALAR",
@@ -14402,22 +14402,14 @@
14402
14402
  "deprecationReason": null
14403
14403
  },
14404
14404
  {
14405
- "name": "taxRateIds",
14405
+ "name": "isInvoicePaid",
14406
14406
  "description": null,
14407
14407
  "type": {
14408
- "kind": "LIST",
14409
- "name": null,
14410
- "ofType": {
14411
- "kind": "NON_NULL",
14412
- "name": null,
14413
- "ofType": {
14414
- "kind": "SCALAR",
14415
- "name": "String",
14416
- "ofType": null
14417
- }
14418
- }
14408
+ "kind": "SCALAR",
14409
+ "name": "Boolean",
14410
+ "ofType": null
14419
14411
  },
14420
- "defaultValue": null,
14412
+ "defaultValue": "false",
14421
14413
  "isDeprecated": false,
14422
14414
  "deprecationReason": null
14423
14415
  }
@@ -14652,6 +14644,18 @@
14652
14644
  "isDeprecated": false,
14653
14645
  "deprecationReason": null
14654
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
+ },
14655
14659
  {
14656
14660
  "name": "comment",
14657
14661
  "description": "The comment for the credit grant",
@@ -70039,6 +70043,61 @@
70039
70043
  "enumValues": null,
70040
70044
  "possibleTypes": null
70041
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
+ },
70042
70101
  {
70043
70102
  "kind": "INPUT_OBJECT",
70044
70103
  "name": "PreviewCreditGrantInput",
@@ -70078,7 +70137,7 @@
70078
70137
  "description": "Credit grant billing information",
70079
70138
  "type": {
70080
70139
  "kind": "INPUT_OBJECT",
70081
- "name": "CreditGrantBillingInfoInput",
70140
+ "name": "PreviewCreditGrantBillingInfoInput",
70082
70141
  "ofType": null
70083
70142
  },
70084
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.140.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.140.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