stigg-api-client 5.151.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +146 -20
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 986a609c15d95304f71ae789ad0612defccbb9bde9dfc876c4b2fbd501497b1d
|
|
4
|
+
data.tar.gz: b5a2fa4d76ed326d6ba544fc462c548ceb63b9f3df1faea2a5f393d201d3b7b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 327ef0857c70bcaace2fda97c427c74df10f320aeac29a1d1a500c02f8ea9bd84dd4cbb05b2542b3e88384dbb57cd5ba825654b9fda62ca18313e1687f709744
|
|
7
|
+
data.tar.gz: d5baf38cc0090347bf1a53c856c83f9d7570ecd722eab60c92bdd580cbf97f2a415d9629d33ec36272044856c1853ee2a81b3fbe323ac57cd47742c066ecc963
|
data/Gemfile.lock
CHANGED
|
@@ -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",
|
|
@@ -31184,6 +31243,12 @@
|
|
|
31184
31243
|
"isDeprecated": false,
|
|
31185
31244
|
"deprecationReason": null
|
|
31186
31245
|
},
|
|
31246
|
+
{
|
|
31247
|
+
"name": "BillingInvoiceStatusError",
|
|
31248
|
+
"description": "Billing invoice status must be open",
|
|
31249
|
+
"isDeprecated": false,
|
|
31250
|
+
"deprecationReason": null
|
|
31251
|
+
},
|
|
31187
31252
|
{
|
|
31188
31253
|
"name": "BillingPeriodMissingError",
|
|
31189
31254
|
"description": null,
|
|
@@ -31725,13 +31790,13 @@
|
|
|
31725
31790
|
"deprecationReason": null
|
|
31726
31791
|
},
|
|
31727
31792
|
{
|
|
31728
|
-
"name": "
|
|
31729
|
-
"description":
|
|
31793
|
+
"name": "MissingBillingInvoiceError",
|
|
31794
|
+
"description": "Missing billing invoice",
|
|
31730
31795
|
"isDeprecated": false,
|
|
31731
31796
|
"deprecationReason": null
|
|
31732
31797
|
},
|
|
31733
31798
|
{
|
|
31734
|
-
"name": "
|
|
31799
|
+
"name": "MissingEntityIdError",
|
|
31735
31800
|
"description": null,
|
|
31736
31801
|
"isDeprecated": false,
|
|
31737
31802
|
"deprecationReason": null
|
|
@@ -32012,12 +32077,6 @@
|
|
|
32012
32077
|
"isDeprecated": false,
|
|
32013
32078
|
"deprecationReason": null
|
|
32014
32079
|
},
|
|
32015
|
-
{
|
|
32016
|
-
"name": "SubscriptionInvoiceStatusError",
|
|
32017
|
-
"description": null,
|
|
32018
|
-
"isDeprecated": false,
|
|
32019
|
-
"deprecationReason": null
|
|
32020
|
-
},
|
|
32021
32080
|
{
|
|
32022
32081
|
"name": "SubscriptionMustHaveSinglePlanError",
|
|
32023
32082
|
"description": null,
|
|
@@ -46760,12 +46819,24 @@
|
|
|
46760
46819
|
{
|
|
46761
46820
|
"kind": "INPUT_OBJECT",
|
|
46762
46821
|
"name": "MarkInvoiceAsPaidInput",
|
|
46763
|
-
"description": "Input for triggering
|
|
46822
|
+
"description": "Input for triggering invoice as paid",
|
|
46764
46823
|
"fields": null,
|
|
46765
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
|
+
},
|
|
46766
46837
|
{
|
|
46767
46838
|
"name": "environmentId",
|
|
46768
|
-
"description": "
|
|
46839
|
+
"description": "The unique identifier for the environment",
|
|
46769
46840
|
"type": {
|
|
46770
46841
|
"kind": "SCALAR",
|
|
46771
46842
|
"name": "UUID",
|
|
@@ -46777,15 +46848,11 @@
|
|
|
46777
46848
|
},
|
|
46778
46849
|
{
|
|
46779
46850
|
"name": "subscriptionId",
|
|
46780
|
-
"description": "The subscription
|
|
46851
|
+
"description": "The subscription ID to mark invoice as paid",
|
|
46781
46852
|
"type": {
|
|
46782
|
-
"kind": "
|
|
46783
|
-
"name":
|
|
46784
|
-
"ofType":
|
|
46785
|
-
"kind": "SCALAR",
|
|
46786
|
-
"name": "String",
|
|
46787
|
-
"ofType": null
|
|
46788
|
-
}
|
|
46853
|
+
"kind": "SCALAR",
|
|
46854
|
+
"name": "String",
|
|
46855
|
+
"ofType": null
|
|
46789
46856
|
},
|
|
46790
46857
|
"defaultValue": null,
|
|
46791
46858
|
"isDeprecated": false,
|
|
@@ -48730,6 +48797,65 @@
|
|
|
48730
48797
|
"enumValues": null,
|
|
48731
48798
|
"possibleTypes": null
|
|
48732
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
|
+
},
|
|
48733
48859
|
{
|
|
48734
48860
|
"kind": "OBJECT",
|
|
48735
48861
|
"name": "MockPaywall",
|
|
@@ -51285,7 +51411,7 @@
|
|
|
51285
51411
|
},
|
|
51286
51412
|
{
|
|
51287
51413
|
"name": "markInvoiceAsPaid",
|
|
51288
|
-
"description": "Triggers mark invoice as paid for the given subscription",
|
|
51414
|
+
"description": "Triggers mark invoice as paid for the given subscription or credit grant",
|
|
51289
51415
|
"args": [
|
|
51290
51416
|
{
|
|
51291
51417
|
"name": "input",
|
data/lib/stigg/version.rb
CHANGED