stigg-api-client 0.626.0 → 0.628.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 +226 -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: 409340f6cdc187ad7411355a454406dec9ddce098736856367dcbac9795f118b
|
|
4
|
+
data.tar.gz: cda160a8e3c0e6117f6e1978f7de3efa397d64b40be947bc5cfc515310fde233
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fc838abf60849b25497ead0182a9c5d742e5bbc74eac1624772f3b41d3a94ed91c63138cd387bff1ad575e84dd525a20560ac4de9d22c67d01cf5000d9cd322
|
|
7
|
+
data.tar.gz: 07c08fc226fa7fc999bbf1a23f668e08aeb7e7efbe4faccf4cb06e04cbbae15da2b8c56d5c982aa646df1374ebfab95eca39a52666f38853190a3f8d4888ba64
|
data/Gemfile.lock
CHANGED
|
@@ -3364,6 +3364,41 @@
|
|
|
3364
3364
|
"enumValues": null,
|
|
3365
3365
|
"possibleTypes": null
|
|
3366
3366
|
},
|
|
3367
|
+
{
|
|
3368
|
+
"kind": "INPUT_OBJECT",
|
|
3369
|
+
"name": "ArchiveEnvironmentInput",
|
|
3370
|
+
"description": null,
|
|
3371
|
+
"fields": null,
|
|
3372
|
+
"inputFields": [
|
|
3373
|
+
{
|
|
3374
|
+
"name": "id",
|
|
3375
|
+
"description": null,
|
|
3376
|
+
"type": {
|
|
3377
|
+
"kind": "SCALAR",
|
|
3378
|
+
"name": "String",
|
|
3379
|
+
"ofType": null
|
|
3380
|
+
},
|
|
3381
|
+
"defaultValue": null,
|
|
3382
|
+
"isDeprecated": false,
|
|
3383
|
+
"deprecationReason": null
|
|
3384
|
+
},
|
|
3385
|
+
{
|
|
3386
|
+
"name": "slug",
|
|
3387
|
+
"description": null,
|
|
3388
|
+
"type": {
|
|
3389
|
+
"kind": "SCALAR",
|
|
3390
|
+
"name": "String",
|
|
3391
|
+
"ofType": null
|
|
3392
|
+
},
|
|
3393
|
+
"defaultValue": null,
|
|
3394
|
+
"isDeprecated": false,
|
|
3395
|
+
"deprecationReason": null
|
|
3396
|
+
}
|
|
3397
|
+
],
|
|
3398
|
+
"interfaces": null,
|
|
3399
|
+
"enumValues": null,
|
|
3400
|
+
"possibleTypes": null
|
|
3401
|
+
},
|
|
3367
3402
|
{
|
|
3368
3403
|
"kind": "INPUT_OBJECT",
|
|
3369
3404
|
"name": "ArchivePlanInput",
|
|
@@ -19421,6 +19456,18 @@
|
|
|
19421
19456
|
"isDeprecated": false,
|
|
19422
19457
|
"deprecationReason": null
|
|
19423
19458
|
},
|
|
19459
|
+
{
|
|
19460
|
+
"name": "permanentDeletionDate",
|
|
19461
|
+
"description": null,
|
|
19462
|
+
"args": [],
|
|
19463
|
+
"type": {
|
|
19464
|
+
"kind": "SCALAR",
|
|
19465
|
+
"name": "DateTime",
|
|
19466
|
+
"ofType": null
|
|
19467
|
+
},
|
|
19468
|
+
"isDeprecated": false,
|
|
19469
|
+
"deprecationReason": null
|
|
19470
|
+
},
|
|
19424
19471
|
{
|
|
19425
19472
|
"name": "provisionStatus",
|
|
19426
19473
|
"description": null,
|
|
@@ -19512,6 +19559,18 @@
|
|
|
19512
19559
|
"isDeprecated": false,
|
|
19513
19560
|
"deprecationReason": null
|
|
19514
19561
|
},
|
|
19562
|
+
{
|
|
19563
|
+
"name": "permanentDeletionDate",
|
|
19564
|
+
"description": null,
|
|
19565
|
+
"args": [],
|
|
19566
|
+
"type": {
|
|
19567
|
+
"kind": "SCALAR",
|
|
19568
|
+
"name": "DateTime",
|
|
19569
|
+
"ofType": null
|
|
19570
|
+
},
|
|
19571
|
+
"isDeprecated": false,
|
|
19572
|
+
"deprecationReason": null
|
|
19573
|
+
},
|
|
19515
19574
|
{
|
|
19516
19575
|
"name": "slug",
|
|
19517
19576
|
"description": null,
|
|
@@ -19622,6 +19681,18 @@
|
|
|
19622
19681
|
"isDeprecated": false,
|
|
19623
19682
|
"deprecationReason": null
|
|
19624
19683
|
},
|
|
19684
|
+
{
|
|
19685
|
+
"name": "permanentDeletionDate",
|
|
19686
|
+
"description": null,
|
|
19687
|
+
"args": [],
|
|
19688
|
+
"type": {
|
|
19689
|
+
"kind": "SCALAR",
|
|
19690
|
+
"name": "Int",
|
|
19691
|
+
"ofType": null
|
|
19692
|
+
},
|
|
19693
|
+
"isDeprecated": false,
|
|
19694
|
+
"deprecationReason": null
|
|
19695
|
+
},
|
|
19625
19696
|
{
|
|
19626
19697
|
"name": "slug",
|
|
19627
19698
|
"description": null,
|
|
@@ -19729,6 +19800,18 @@
|
|
|
19729
19800
|
"isDeprecated": false,
|
|
19730
19801
|
"deprecationReason": null
|
|
19731
19802
|
},
|
|
19803
|
+
{
|
|
19804
|
+
"name": "permanentDeletionDate",
|
|
19805
|
+
"description": null,
|
|
19806
|
+
"args": [],
|
|
19807
|
+
"type": {
|
|
19808
|
+
"kind": "SCALAR",
|
|
19809
|
+
"name": "DateTime",
|
|
19810
|
+
"ofType": null
|
|
19811
|
+
},
|
|
19812
|
+
"isDeprecated": false,
|
|
19813
|
+
"deprecationReason": null
|
|
19814
|
+
},
|
|
19732
19815
|
{
|
|
19733
19816
|
"name": "provisionStatus",
|
|
19734
19817
|
"description": null,
|
|
@@ -19896,6 +19979,18 @@
|
|
|
19896
19979
|
"isDeprecated": false,
|
|
19897
19980
|
"deprecationReason": null
|
|
19898
19981
|
},
|
|
19982
|
+
{
|
|
19983
|
+
"name": "permanentDeletionDate",
|
|
19984
|
+
"description": null,
|
|
19985
|
+
"type": {
|
|
19986
|
+
"kind": "INPUT_OBJECT",
|
|
19987
|
+
"name": "DateFieldComparison",
|
|
19988
|
+
"ofType": null
|
|
19989
|
+
},
|
|
19990
|
+
"defaultValue": null,
|
|
19991
|
+
"isDeprecated": false,
|
|
19992
|
+
"deprecationReason": null
|
|
19993
|
+
},
|
|
19899
19994
|
{
|
|
19900
19995
|
"name": "slug",
|
|
19901
19996
|
"description": null,
|
|
@@ -20025,6 +20120,18 @@
|
|
|
20025
20120
|
"isDeprecated": false,
|
|
20026
20121
|
"deprecationReason": null
|
|
20027
20122
|
},
|
|
20123
|
+
{
|
|
20124
|
+
"name": "permanentDeletionDate",
|
|
20125
|
+
"description": null,
|
|
20126
|
+
"args": [],
|
|
20127
|
+
"type": {
|
|
20128
|
+
"kind": "SCALAR",
|
|
20129
|
+
"name": "DateTime",
|
|
20130
|
+
"ofType": null
|
|
20131
|
+
},
|
|
20132
|
+
"isDeprecated": false,
|
|
20133
|
+
"deprecationReason": null
|
|
20134
|
+
},
|
|
20028
20135
|
{
|
|
20029
20136
|
"name": "slug",
|
|
20030
20137
|
"description": null,
|
|
@@ -20084,6 +20191,18 @@
|
|
|
20084
20191
|
"isDeprecated": false,
|
|
20085
20192
|
"deprecationReason": null
|
|
20086
20193
|
},
|
|
20194
|
+
{
|
|
20195
|
+
"name": "permanentDeletionDate",
|
|
20196
|
+
"description": null,
|
|
20197
|
+
"args": [],
|
|
20198
|
+
"type": {
|
|
20199
|
+
"kind": "SCALAR",
|
|
20200
|
+
"name": "DateTime",
|
|
20201
|
+
"ofType": null
|
|
20202
|
+
},
|
|
20203
|
+
"isDeprecated": false,
|
|
20204
|
+
"deprecationReason": null
|
|
20205
|
+
},
|
|
20087
20206
|
{
|
|
20088
20207
|
"name": "slug",
|
|
20089
20208
|
"description": null,
|
|
@@ -20261,6 +20380,12 @@
|
|
|
20261
20380
|
"isDeprecated": false,
|
|
20262
20381
|
"deprecationReason": null
|
|
20263
20382
|
},
|
|
20383
|
+
{
|
|
20384
|
+
"name": "permanentDeletionDate",
|
|
20385
|
+
"description": null,
|
|
20386
|
+
"isDeprecated": false,
|
|
20387
|
+
"deprecationReason": null
|
|
20388
|
+
},
|
|
20264
20389
|
{
|
|
20265
20390
|
"name": "slug",
|
|
20266
20391
|
"description": null,
|
|
@@ -31986,6 +32111,39 @@
|
|
|
31986
32111
|
"isDeprecated": false,
|
|
31987
32112
|
"deprecationReason": null
|
|
31988
32113
|
},
|
|
32114
|
+
{
|
|
32115
|
+
"name": "archiveEnvironment",
|
|
32116
|
+
"description": null,
|
|
32117
|
+
"args": [
|
|
32118
|
+
{
|
|
32119
|
+
"name": "input",
|
|
32120
|
+
"description": null,
|
|
32121
|
+
"type": {
|
|
32122
|
+
"kind": "NON_NULL",
|
|
32123
|
+
"name": null,
|
|
32124
|
+
"ofType": {
|
|
32125
|
+
"kind": "INPUT_OBJECT",
|
|
32126
|
+
"name": "ArchiveEnvironmentInput",
|
|
32127
|
+
"ofType": null
|
|
32128
|
+
}
|
|
32129
|
+
},
|
|
32130
|
+
"defaultValue": null,
|
|
32131
|
+
"isDeprecated": false,
|
|
32132
|
+
"deprecationReason": null
|
|
32133
|
+
}
|
|
32134
|
+
],
|
|
32135
|
+
"type": {
|
|
32136
|
+
"kind": "NON_NULL",
|
|
32137
|
+
"name": null,
|
|
32138
|
+
"ofType": {
|
|
32139
|
+
"kind": "OBJECT",
|
|
32140
|
+
"name": "Environment",
|
|
32141
|
+
"ofType": null
|
|
32142
|
+
}
|
|
32143
|
+
},
|
|
32144
|
+
"isDeprecated": false,
|
|
32145
|
+
"deprecationReason": null
|
|
32146
|
+
},
|
|
31989
32147
|
{
|
|
31990
32148
|
"name": "archiveOneCoupon",
|
|
31991
32149
|
"description": null,
|
|
@@ -34802,6 +34960,39 @@
|
|
|
34802
34960
|
"isDeprecated": false,
|
|
34803
34961
|
"deprecationReason": null
|
|
34804
34962
|
},
|
|
34963
|
+
{
|
|
34964
|
+
"name": "unarchiveEnvironment",
|
|
34965
|
+
"description": null,
|
|
34966
|
+
"args": [
|
|
34967
|
+
{
|
|
34968
|
+
"name": "input",
|
|
34969
|
+
"description": null,
|
|
34970
|
+
"type": {
|
|
34971
|
+
"kind": "NON_NULL",
|
|
34972
|
+
"name": null,
|
|
34973
|
+
"ofType": {
|
|
34974
|
+
"kind": "INPUT_OBJECT",
|
|
34975
|
+
"name": "UnarchiveEnvironmentInput",
|
|
34976
|
+
"ofType": null
|
|
34977
|
+
}
|
|
34978
|
+
},
|
|
34979
|
+
"defaultValue": null,
|
|
34980
|
+
"isDeprecated": false,
|
|
34981
|
+
"deprecationReason": null
|
|
34982
|
+
}
|
|
34983
|
+
],
|
|
34984
|
+
"type": {
|
|
34985
|
+
"kind": "NON_NULL",
|
|
34986
|
+
"name": null,
|
|
34987
|
+
"ofType": {
|
|
34988
|
+
"kind": "OBJECT",
|
|
34989
|
+
"name": "Environment",
|
|
34990
|
+
"ofType": null
|
|
34991
|
+
}
|
|
34992
|
+
},
|
|
34993
|
+
"isDeprecated": false,
|
|
34994
|
+
"deprecationReason": null
|
|
34995
|
+
},
|
|
34805
34996
|
{
|
|
34806
34997
|
"name": "updateAccount",
|
|
34807
34998
|
"description": null,
|
|
@@ -63211,6 +63402,41 @@
|
|
|
63211
63402
|
"enumValues": null,
|
|
63212
63403
|
"possibleTypes": null
|
|
63213
63404
|
},
|
|
63405
|
+
{
|
|
63406
|
+
"kind": "INPUT_OBJECT",
|
|
63407
|
+
"name": "UnarchiveEnvironmentInput",
|
|
63408
|
+
"description": null,
|
|
63409
|
+
"fields": null,
|
|
63410
|
+
"inputFields": [
|
|
63411
|
+
{
|
|
63412
|
+
"name": "id",
|
|
63413
|
+
"description": null,
|
|
63414
|
+
"type": {
|
|
63415
|
+
"kind": "SCALAR",
|
|
63416
|
+
"name": "String",
|
|
63417
|
+
"ofType": null
|
|
63418
|
+
},
|
|
63419
|
+
"defaultValue": null,
|
|
63420
|
+
"isDeprecated": false,
|
|
63421
|
+
"deprecationReason": null
|
|
63422
|
+
},
|
|
63423
|
+
{
|
|
63424
|
+
"name": "slug",
|
|
63425
|
+
"description": null,
|
|
63426
|
+
"type": {
|
|
63427
|
+
"kind": "SCALAR",
|
|
63428
|
+
"name": "String",
|
|
63429
|
+
"ofType": null
|
|
63430
|
+
},
|
|
63431
|
+
"defaultValue": null,
|
|
63432
|
+
"isDeprecated": false,
|
|
63433
|
+
"deprecationReason": null
|
|
63434
|
+
}
|
|
63435
|
+
],
|
|
63436
|
+
"interfaces": null,
|
|
63437
|
+
"enumValues": null,
|
|
63438
|
+
"possibleTypes": null
|
|
63439
|
+
},
|
|
63214
63440
|
{
|
|
63215
63441
|
"kind": "OBJECT",
|
|
63216
63442
|
"name": "UncompatibleSubscriptionAddonError",
|
data/lib/stigg/version.rb
CHANGED