stigg-api-client 1.126.0 → 1.128.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 +72 -0
- 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: d0a77776abf1900f524e6d3de29ddc08565234fa9234fb6209e770468a91c65f
|
|
4
|
+
data.tar.gz: 2db4640b164ac258d5a26c854b91f4a359e4d7b3186f8f4eb7c0821c7d7fed22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 62e874374b5a2af0057c8c2997509ae9a2ff91ace88307e12540f1b19c4f593c5f76f19568af005a673c181eb83cc88da76a7d953de760eb7a7b8453fcfc52c8
|
|
7
|
+
data.tar.gz: 1232317a0ddb411b883fe81265c53f6b5aa6338313c139473565e7e23374b7bba66eefc07466b16c5bd9c98b835c022c827ad2fc293d4615d0da134888a4cdd2
|
data/Gemfile.lock
CHANGED
|
@@ -37393,6 +37393,39 @@
|
|
|
37393
37393
|
"isDeprecated": false,
|
|
37394
37394
|
"deprecationReason": null
|
|
37395
37395
|
},
|
|
37396
|
+
{
|
|
37397
|
+
"name": "previewNextInvoice",
|
|
37398
|
+
"description": null,
|
|
37399
|
+
"args": [
|
|
37400
|
+
{
|
|
37401
|
+
"name": "input",
|
|
37402
|
+
"description": null,
|
|
37403
|
+
"type": {
|
|
37404
|
+
"kind": "NON_NULL",
|
|
37405
|
+
"name": null,
|
|
37406
|
+
"ofType": {
|
|
37407
|
+
"kind": "INPUT_OBJECT",
|
|
37408
|
+
"name": "PreviewNextInvoiceInput",
|
|
37409
|
+
"ofType": null
|
|
37410
|
+
}
|
|
37411
|
+
},
|
|
37412
|
+
"defaultValue": null,
|
|
37413
|
+
"isDeprecated": false,
|
|
37414
|
+
"deprecationReason": null
|
|
37415
|
+
}
|
|
37416
|
+
],
|
|
37417
|
+
"type": {
|
|
37418
|
+
"kind": "NON_NULL",
|
|
37419
|
+
"name": null,
|
|
37420
|
+
"ofType": {
|
|
37421
|
+
"kind": "OBJECT",
|
|
37422
|
+
"name": "SubscriptionPreviewInvoice",
|
|
37423
|
+
"ofType": null
|
|
37424
|
+
}
|
|
37425
|
+
},
|
|
37426
|
+
"isDeprecated": false,
|
|
37427
|
+
"deprecationReason": null
|
|
37428
|
+
},
|
|
37396
37429
|
{
|
|
37397
37430
|
"name": "previewSubscription",
|
|
37398
37431
|
"description": null,
|
|
@@ -50160,6 +50193,45 @@
|
|
|
50160
50193
|
"enumValues": null,
|
|
50161
50194
|
"possibleTypes": null
|
|
50162
50195
|
},
|
|
50196
|
+
{
|
|
50197
|
+
"kind": "INPUT_OBJECT",
|
|
50198
|
+
"name": "PreviewNextInvoiceInput",
|
|
50199
|
+
"description": "Input to preview the next invoice for a subscription",
|
|
50200
|
+
"fields": null,
|
|
50201
|
+
"inputFields": [
|
|
50202
|
+
{
|
|
50203
|
+
"name": "environmentId",
|
|
50204
|
+
"description": "The environment id of the subscription to preview",
|
|
50205
|
+
"type": {
|
|
50206
|
+
"kind": "SCALAR",
|
|
50207
|
+
"name": "String",
|
|
50208
|
+
"ofType": null
|
|
50209
|
+
},
|
|
50210
|
+
"defaultValue": null,
|
|
50211
|
+
"isDeprecated": false,
|
|
50212
|
+
"deprecationReason": null
|
|
50213
|
+
},
|
|
50214
|
+
{
|
|
50215
|
+
"name": "subscriptionId",
|
|
50216
|
+
"description": "The subscription id to preview",
|
|
50217
|
+
"type": {
|
|
50218
|
+
"kind": "NON_NULL",
|
|
50219
|
+
"name": null,
|
|
50220
|
+
"ofType": {
|
|
50221
|
+
"kind": "SCALAR",
|
|
50222
|
+
"name": "String",
|
|
50223
|
+
"ofType": null
|
|
50224
|
+
}
|
|
50225
|
+
},
|
|
50226
|
+
"defaultValue": null,
|
|
50227
|
+
"isDeprecated": false,
|
|
50228
|
+
"deprecationReason": null
|
|
50229
|
+
}
|
|
50230
|
+
],
|
|
50231
|
+
"interfaces": null,
|
|
50232
|
+
"enumValues": null,
|
|
50233
|
+
"possibleTypes": null
|
|
50234
|
+
},
|
|
50163
50235
|
{
|
|
50164
50236
|
"kind": "INPUT_OBJECT",
|
|
50165
50237
|
"name": "PreviewSubscriptionInput",
|
data/lib/stigg/version.rb
CHANGED