stigg-api-client 5.143.0 → 5.153.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: 986a609c15d95304f71ae789ad0612defccbb9bde9dfc876c4b2fbd501497b1d
4
+ data.tar.gz: b5a2fa4d76ed326d6ba544fc462c548ceb63b9f3df1faea2a5f393d201d3b7b3
5
5
  SHA512:
6
- metadata.gz: 7cdeb59d35155b5e4632b0b39cd0160d477b303263cd23604df3491663a2302f42946ec4077564dbcd84766b45bb4273ffd44e418a65f2fd1c54aff9c18b34c4
7
- data.tar.gz: d4ba5eb4b3e4d5bd3d5ba7b792a70ac0a3e1cdd766ec4585b08308742afe1dfdf7c4e8a81975b445dbf3582a9e8d12c5ff5ea0d125d5626fc080bec2938f85fd
6
+ metadata.gz: 327ef0857c70bcaace2fda97c427c74df10f320aeac29a1d1a500c02f8ea9bd84dd4cbb05b2542b3e88384dbb57cd5ba825654b9fda62ca18313e1687f709744
7
+ data.tar.gz: d5baf38cc0090347bf1a53c856c83f9d7570ecd722eab60c92bdd580cbf97f2a415d9629d33ec36272044856c1853ee2a81b3fbe323ac57cd47742c066ecc963
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.153.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -7396,6 +7396,65 @@
7396
7396
  }
7397
7397
  ]
7398
7398
  },
7399
+ {
7400
+ "kind": "OBJECT",
7401
+ "name": "BillingInvoiceStatusError",
7402
+ "description": null,
7403
+ "fields": [
7404
+ {
7405
+ "name": "code",
7406
+ "description": null,
7407
+ "args": [],
7408
+ "type": {
7409
+ "kind": "NON_NULL",
7410
+ "name": null,
7411
+ "ofType": {
7412
+ "kind": "SCALAR",
7413
+ "name": "String",
7414
+ "ofType": null
7415
+ }
7416
+ },
7417
+ "isDeprecated": false,
7418
+ "deprecationReason": null
7419
+ },
7420
+ {
7421
+ "name": "entityId",
7422
+ "description": null,
7423
+ "args": [],
7424
+ "type": {
7425
+ "kind": "NON_NULL",
7426
+ "name": null,
7427
+ "ofType": {
7428
+ "kind": "SCALAR",
7429
+ "name": "String",
7430
+ "ofType": null
7431
+ }
7432
+ },
7433
+ "isDeprecated": false,
7434
+ "deprecationReason": null
7435
+ },
7436
+ {
7437
+ "name": "isValidationError",
7438
+ "description": null,
7439
+ "args": [],
7440
+ "type": {
7441
+ "kind": "NON_NULL",
7442
+ "name": null,
7443
+ "ofType": {
7444
+ "kind": "SCALAR",
7445
+ "name": "Boolean",
7446
+ "ofType": null
7447
+ }
7448
+ },
7449
+ "isDeprecated": false,
7450
+ "deprecationReason": null
7451
+ }
7452
+ ],
7453
+ "inputFields": null,
7454
+ "interfaces": [],
7455
+ "enumValues": null,
7456
+ "possibleTypes": null
7457
+ },
7399
7458
  {
7400
7459
  "kind": "ENUM",
7401
7460
  "name": "BillingModel",
@@ -14386,23 +14445,11 @@
14386
14445
  {
14387
14446
  "kind": "INPUT_OBJECT",
14388
14447
  "name": "CreditGrantBillingInfoInput",
14389
- "description": "Credit grant billing information input",
14448
+ "description": "Billing information for credit grant creation",
14390
14449
  "fields": null,
14391
14450
  "inputFields": [
14392
14451
  {
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",
14452
+ "name": "invoiceDaysUntilDue",
14406
14453
  "description": null,
14407
14454
  "type": {
14408
14455
  "kind": "SCALAR",
@@ -14414,22 +14461,14 @@
14414
14461
  "deprecationReason": null
14415
14462
  },
14416
14463
  {
14417
- "name": "taxRateIds",
14464
+ "name": "isInvoicePaid",
14418
14465
  "description": null,
14419
14466
  "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
- }
14467
+ "kind": "SCALAR",
14468
+ "name": "Boolean",
14469
+ "ofType": null
14431
14470
  },
14432
- "defaultValue": null,
14471
+ "defaultValue": "false",
14433
14472
  "isDeprecated": false,
14434
14473
  "deprecationReason": null
14435
14474
  }
@@ -14664,6 +14703,18 @@
14664
14703
  "isDeprecated": false,
14665
14704
  "deprecationReason": null
14666
14705
  },
14706
+ {
14707
+ "name": "billingInformation",
14708
+ "description": "Billing information for credit grants",
14709
+ "type": {
14710
+ "kind": "INPUT_OBJECT",
14711
+ "name": "CreditGrantBillingInfoInput",
14712
+ "ofType": null
14713
+ },
14714
+ "defaultValue": null,
14715
+ "isDeprecated": false,
14716
+ "deprecationReason": null
14717
+ },
14667
14718
  {
14668
14719
  "name": "comment",
14669
14720
  "description": "The comment for the credit grant",
@@ -31192,6 +31243,12 @@
31192
31243
  "isDeprecated": false,
31193
31244
  "deprecationReason": null
31194
31245
  },
31246
+ {
31247
+ "name": "BillingInvoiceStatusError",
31248
+ "description": "Billing invoice status must be open",
31249
+ "isDeprecated": false,
31250
+ "deprecationReason": null
31251
+ },
31195
31252
  {
31196
31253
  "name": "BillingPeriodMissingError",
31197
31254
  "description": null,
@@ -31733,13 +31790,13 @@
31733
31790
  "deprecationReason": null
31734
31791
  },
31735
31792
  {
31736
- "name": "MissingEntityIdError",
31737
- "description": null,
31793
+ "name": "MissingBillingInvoiceError",
31794
+ "description": "Missing billing invoice",
31738
31795
  "isDeprecated": false,
31739
31796
  "deprecationReason": null
31740
31797
  },
31741
31798
  {
31742
- "name": "MissingSubscriptionInvoiceError",
31799
+ "name": "MissingEntityIdError",
31743
31800
  "description": null,
31744
31801
  "isDeprecated": false,
31745
31802
  "deprecationReason": null
@@ -32020,12 +32077,6 @@
32020
32077
  "isDeprecated": false,
32021
32078
  "deprecationReason": null
32022
32079
  },
32023
- {
32024
- "name": "SubscriptionInvoiceStatusError",
32025
- "description": null,
32026
- "isDeprecated": false,
32027
- "deprecationReason": null
32028
- },
32029
32080
  {
32030
32081
  "name": "SubscriptionMustHaveSinglePlanError",
32031
32082
  "description": null,
@@ -46768,12 +46819,24 @@
46768
46819
  {
46769
46820
  "kind": "INPUT_OBJECT",
46770
46821
  "name": "MarkInvoiceAsPaidInput",
46771
- "description": "Input for triggering the subscription invoice as paid",
46822
+ "description": "Input for triggering invoice as paid",
46772
46823
  "fields": null,
46773
46824
  "inputFields": [
46825
+ {
46826
+ "name": "creditGrantId",
46827
+ "description": "The credit grant ID to mark invoice as paid",
46828
+ "type": {
46829
+ "kind": "SCALAR",
46830
+ "name": "String",
46831
+ "ofType": null
46832
+ },
46833
+ "defaultValue": null,
46834
+ "isDeprecated": false,
46835
+ "deprecationReason": null
46836
+ },
46774
46837
  {
46775
46838
  "name": "environmentId",
46776
- "description": "Environment ID",
46839
+ "description": "The unique identifier for the environment",
46777
46840
  "type": {
46778
46841
  "kind": "SCALAR",
46779
46842
  "name": "UUID",
@@ -46785,15 +46848,11 @@
46785
46848
  },
46786
46849
  {
46787
46850
  "name": "subscriptionId",
46788
- "description": "The subscription entity id to trigger mark invoice as paid",
46851
+ "description": "The subscription ID to mark invoice as paid",
46789
46852
  "type": {
46790
- "kind": "NON_NULL",
46791
- "name": null,
46792
- "ofType": {
46793
- "kind": "SCALAR",
46794
- "name": "String",
46795
- "ofType": null
46796
- }
46853
+ "kind": "SCALAR",
46854
+ "name": "String",
46855
+ "ofType": null
46797
46856
  },
46798
46857
  "defaultValue": null,
46799
46858
  "isDeprecated": false,
@@ -48738,6 +48797,65 @@
48738
48797
  "enumValues": null,
48739
48798
  "possibleTypes": null
48740
48799
  },
48800
+ {
48801
+ "kind": "OBJECT",
48802
+ "name": "MissingBillingInvoice",
48803
+ "description": null,
48804
+ "fields": [
48805
+ {
48806
+ "name": "code",
48807
+ "description": null,
48808
+ "args": [],
48809
+ "type": {
48810
+ "kind": "NON_NULL",
48811
+ "name": null,
48812
+ "ofType": {
48813
+ "kind": "SCALAR",
48814
+ "name": "String",
48815
+ "ofType": null
48816
+ }
48817
+ },
48818
+ "isDeprecated": false,
48819
+ "deprecationReason": null
48820
+ },
48821
+ {
48822
+ "name": "entityId",
48823
+ "description": null,
48824
+ "args": [],
48825
+ "type": {
48826
+ "kind": "NON_NULL",
48827
+ "name": null,
48828
+ "ofType": {
48829
+ "kind": "SCALAR",
48830
+ "name": "String",
48831
+ "ofType": null
48832
+ }
48833
+ },
48834
+ "isDeprecated": false,
48835
+ "deprecationReason": null
48836
+ },
48837
+ {
48838
+ "name": "isValidationError",
48839
+ "description": null,
48840
+ "args": [],
48841
+ "type": {
48842
+ "kind": "NON_NULL",
48843
+ "name": null,
48844
+ "ofType": {
48845
+ "kind": "SCALAR",
48846
+ "name": "Boolean",
48847
+ "ofType": null
48848
+ }
48849
+ },
48850
+ "isDeprecated": false,
48851
+ "deprecationReason": null
48852
+ }
48853
+ ],
48854
+ "inputFields": null,
48855
+ "interfaces": [],
48856
+ "enumValues": null,
48857
+ "possibleTypes": null
48858
+ },
48741
48859
  {
48742
48860
  "kind": "OBJECT",
48743
48861
  "name": "MockPaywall",
@@ -51293,7 +51411,7 @@
51293
51411
  },
51294
51412
  {
51295
51413
  "name": "markInvoiceAsPaid",
51296
- "description": "Triggers mark invoice as paid for the given subscription",
51414
+ "description": "Triggers mark invoice as paid for the given subscription or credit grant",
51297
51415
  "args": [
51298
51416
  {
51299
51417
  "name": "input",
@@ -70051,6 +70169,61 @@
70051
70169
  "enumValues": null,
70052
70170
  "possibleTypes": null
70053
70171
  },
70172
+ {
70173
+ "kind": "INPUT_OBJECT",
70174
+ "name": "PreviewCreditGrantBillingInfoInput",
70175
+ "description": "Preview credit grant billing information input",
70176
+ "fields": null,
70177
+ "inputFields": [
70178
+ {
70179
+ "name": "billingAddress",
70180
+ "description": null,
70181
+ "type": {
70182
+ "kind": "INPUT_OBJECT",
70183
+ "name": "BillingAddress",
70184
+ "ofType": null
70185
+ },
70186
+ "defaultValue": null,
70187
+ "isDeprecated": false,
70188
+ "deprecationReason": null
70189
+ },
70190
+ {
70191
+ "name": "taxPercentage",
70192
+ "description": null,
70193
+ "type": {
70194
+ "kind": "SCALAR",
70195
+ "name": "Float",
70196
+ "ofType": null
70197
+ },
70198
+ "defaultValue": null,
70199
+ "isDeprecated": false,
70200
+ "deprecationReason": null
70201
+ },
70202
+ {
70203
+ "name": "taxRateIds",
70204
+ "description": null,
70205
+ "type": {
70206
+ "kind": "LIST",
70207
+ "name": null,
70208
+ "ofType": {
70209
+ "kind": "NON_NULL",
70210
+ "name": null,
70211
+ "ofType": {
70212
+ "kind": "SCALAR",
70213
+ "name": "String",
70214
+ "ofType": null
70215
+ }
70216
+ }
70217
+ },
70218
+ "defaultValue": null,
70219
+ "isDeprecated": false,
70220
+ "deprecationReason": null
70221
+ }
70222
+ ],
70223
+ "interfaces": null,
70224
+ "enumValues": null,
70225
+ "possibleTypes": null
70226
+ },
70054
70227
  {
70055
70228
  "kind": "INPUT_OBJECT",
70056
70229
  "name": "PreviewCreditGrantInput",
@@ -70090,7 +70263,7 @@
70090
70263
  "description": "Credit grant billing information",
70091
70264
  "type": {
70092
70265
  "kind": "INPUT_OBJECT",
70093
- "name": "CreditGrantBillingInfoInput",
70266
+ "name": "PreviewCreditGrantBillingInfoInput",
70094
70267
  "ofType": null
70095
70268
  },
70096
70269
  "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.153.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.153.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