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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc95bb122c81d9a3fbfaa724b69590d3dab615f711344fd0c1078c6616728711
4
- data.tar.gz: 0b12970aa8985ce93aa3699df89d321411b9e5d35b7c48558a0a00c7b8c02b0d
3
+ metadata.gz: bce5d54a0a8bad4d8c1b32e63de06cfaf0adaf2675532afc3be38ed2d60842fb
4
+ data.tar.gz: e8787e32cfac58ec4b61edcd3d579c2b4e435340cfd3cfda17978575cea97fe8
5
5
  SHA512:
6
- metadata.gz: ed05ff284883ff8f26663600e0eea9023826e8c06d56074f8f6a54ba834913efc305d90ce8731c31194c01b7e97b28dae74826c5605e70f3437dc1102f62b62a
7
- data.tar.gz: 20cf987c655eafef98ac2fa3da2b6136dcde910658721b19fb8344da9458b3464b66a108c2d7874905cdba338a1d736c6d3d40cb95274b55958bac5fec77e843
6
+ metadata.gz: bc5e038f788942b33295aa262a6594d22f4d53cea7f98f91505901ae785994195b6d40cfa2f9391ca6539fd912d7d39159b0b2f055c9534cd21753e88edde8c9
7
+ data.tar.gz: 19a3de5dfa700952e96ea17ea86ab34eb19ceb397167930f2d59311464e1b1cb92077cfb0deeffa39a4aefbaf6b3bd4a7af36d5a237366e803d544b24858c647
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.115.0)
4
+ stigg-api-client (5.116.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.115.0"
4
+ VERSION = "5.116.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.115.0
4
+ version: 5.116.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg