stigg-api-client 5.115.0 → 5.116.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 +125 -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: bce5d54a0a8bad4d8c1b32e63de06cfaf0adaf2675532afc3be38ed2d60842fb
|
|
4
|
+
data.tar.gz: e8787e32cfac58ec4b61edcd3d579c2b4e435340cfd3cfda17978575cea97fe8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc5e038f788942b33295aa262a6594d22f4d53cea7f98f91505901ae785994195b6d40cfa2f9391ca6539fd912d7d39159b0b2f055c9534cd21753e88edde8c9
|
|
7
|
+
data.tar.gz: 19a3de5dfa700952e96ea17ea86ab34eb19ceb397167930f2d59311464e1b1cb92077cfb0deeffa39a4aefbaf6b3bd4a7af36d5a237366e803d544b24858c647
|
data/Gemfile.lock
CHANGED
|
@@ -52108,6 +52108,72 @@
|
|
|
52108
52108
|
"isDeprecated": false,
|
|
52109
52109
|
"deprecationReason": null
|
|
52110
52110
|
},
|
|
52111
|
+
{
|
|
52112
|
+
"name": "rollbackAddon",
|
|
52113
|
+
"description": "Rollback addon to a specific version by creating a new draft",
|
|
52114
|
+
"args": [
|
|
52115
|
+
{
|
|
52116
|
+
"name": "input",
|
|
52117
|
+
"description": "Rollback Package Input",
|
|
52118
|
+
"type": {
|
|
52119
|
+
"kind": "NON_NULL",
|
|
52120
|
+
"name": null,
|
|
52121
|
+
"ofType": {
|
|
52122
|
+
"kind": "INPUT_OBJECT",
|
|
52123
|
+
"name": "RollbackPackageInput",
|
|
52124
|
+
"ofType": null
|
|
52125
|
+
}
|
|
52126
|
+
},
|
|
52127
|
+
"defaultValue": null,
|
|
52128
|
+
"isDeprecated": false,
|
|
52129
|
+
"deprecationReason": null
|
|
52130
|
+
}
|
|
52131
|
+
],
|
|
52132
|
+
"type": {
|
|
52133
|
+
"kind": "NON_NULL",
|
|
52134
|
+
"name": null,
|
|
52135
|
+
"ofType": {
|
|
52136
|
+
"kind": "OBJECT",
|
|
52137
|
+
"name": "Addon",
|
|
52138
|
+
"ofType": null
|
|
52139
|
+
}
|
|
52140
|
+
},
|
|
52141
|
+
"isDeprecated": false,
|
|
52142
|
+
"deprecationReason": null
|
|
52143
|
+
},
|
|
52144
|
+
{
|
|
52145
|
+
"name": "rollbackPlan",
|
|
52146
|
+
"description": "Rollback plan to a specific version by creating a new draft",
|
|
52147
|
+
"args": [
|
|
52148
|
+
{
|
|
52149
|
+
"name": "input",
|
|
52150
|
+
"description": "Rollback Package Input",
|
|
52151
|
+
"type": {
|
|
52152
|
+
"kind": "NON_NULL",
|
|
52153
|
+
"name": null,
|
|
52154
|
+
"ofType": {
|
|
52155
|
+
"kind": "INPUT_OBJECT",
|
|
52156
|
+
"name": "RollbackPackageInput",
|
|
52157
|
+
"ofType": null
|
|
52158
|
+
}
|
|
52159
|
+
},
|
|
52160
|
+
"defaultValue": null,
|
|
52161
|
+
"isDeprecated": false,
|
|
52162
|
+
"deprecationReason": null
|
|
52163
|
+
}
|
|
52164
|
+
],
|
|
52165
|
+
"type": {
|
|
52166
|
+
"kind": "NON_NULL",
|
|
52167
|
+
"name": null,
|
|
52168
|
+
"ofType": {
|
|
52169
|
+
"kind": "OBJECT",
|
|
52170
|
+
"name": "Plan",
|
|
52171
|
+
"ofType": null
|
|
52172
|
+
}
|
|
52173
|
+
},
|
|
52174
|
+
"isDeprecated": false,
|
|
52175
|
+
"deprecationReason": null
|
|
52176
|
+
},
|
|
52111
52177
|
{
|
|
52112
52178
|
"name": "saveAutoRechargeSettings",
|
|
52113
52179
|
"description": "Save (create or update) auto-recharge settings",
|
|
@@ -81278,6 +81344,65 @@
|
|
|
81278
81344
|
"enumValues": null,
|
|
81279
81345
|
"possibleTypes": null
|
|
81280
81346
|
},
|
|
81347
|
+
{
|
|
81348
|
+
"kind": "INPUT_OBJECT",
|
|
81349
|
+
"name": "RollbackPackageInput",
|
|
81350
|
+
"description": "Rollback Package Input",
|
|
81351
|
+
"fields": null,
|
|
81352
|
+
"inputFields": [
|
|
81353
|
+
{
|
|
81354
|
+
"name": "environmentId",
|
|
81355
|
+
"description": "The unique identifier for the environment",
|
|
81356
|
+
"type": {
|
|
81357
|
+
"kind": "NON_NULL",
|
|
81358
|
+
"name": null,
|
|
81359
|
+
"ofType": {
|
|
81360
|
+
"kind": "SCALAR",
|
|
81361
|
+
"name": "String",
|
|
81362
|
+
"ofType": null
|
|
81363
|
+
}
|
|
81364
|
+
},
|
|
81365
|
+
"defaultValue": null,
|
|
81366
|
+
"isDeprecated": false,
|
|
81367
|
+
"deprecationReason": null
|
|
81368
|
+
},
|
|
81369
|
+
{
|
|
81370
|
+
"name": "refId",
|
|
81371
|
+
"description": "The unique identifier for the entity",
|
|
81372
|
+
"type": {
|
|
81373
|
+
"kind": "NON_NULL",
|
|
81374
|
+
"name": null,
|
|
81375
|
+
"ofType": {
|
|
81376
|
+
"kind": "SCALAR",
|
|
81377
|
+
"name": "String",
|
|
81378
|
+
"ofType": null
|
|
81379
|
+
}
|
|
81380
|
+
},
|
|
81381
|
+
"defaultValue": null,
|
|
81382
|
+
"isDeprecated": false,
|
|
81383
|
+
"deprecationReason": null
|
|
81384
|
+
},
|
|
81385
|
+
{
|
|
81386
|
+
"name": "versionNumber",
|
|
81387
|
+
"description": "The version number to rollback to",
|
|
81388
|
+
"type": {
|
|
81389
|
+
"kind": "NON_NULL",
|
|
81390
|
+
"name": null,
|
|
81391
|
+
"ofType": {
|
|
81392
|
+
"kind": "SCALAR",
|
|
81393
|
+
"name": "Int",
|
|
81394
|
+
"ofType": null
|
|
81395
|
+
}
|
|
81396
|
+
},
|
|
81397
|
+
"defaultValue": null,
|
|
81398
|
+
"isDeprecated": false,
|
|
81399
|
+
"deprecationReason": null
|
|
81400
|
+
}
|
|
81401
|
+
],
|
|
81402
|
+
"interfaces": null,
|
|
81403
|
+
"enumValues": null,
|
|
81404
|
+
"possibleTypes": null
|
|
81405
|
+
},
|
|
81281
81406
|
{
|
|
81282
81407
|
"kind": "OBJECT",
|
|
81283
81408
|
"name": "SalesforceCredentials",
|
data/lib/stigg/version.rb
CHANGED