stigg-api-client 0.626.0 → 0.627.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: f34e674820fd8597c419236e52fffcaeb3210d789771ce105694417d566e1554
4
- data.tar.gz: f64e2ed349e720c0684a0d861b5cfe32eaff8f1d599f6687ee248b66d80cd0b2
3
+ metadata.gz: ec01137f7b430a1757282b7091e425de8d5d3aaf9be85079e3db20267240b279
4
+ data.tar.gz: '092e430d024d449572b089b264a4ca1fc7d5ae3747306068113cc39a5cf0bf15'
5
5
  SHA512:
6
- metadata.gz: 90bbf9771231248f29fe07886bdc3e18ccade34d596faa49e41c7b17702dc11b889f9a10d8a1d0a54f9fd28e8036c3aac73e527c0c124690b2f6ad73ca597c3b
7
- data.tar.gz: a04f73da47011637b7be3ba229e5ef09a0d115a6c7b8ab1206d09ae56d04b5391e791fae21a0b5ec34cf4c9b82bc22cc97e1b1e9a7fd65ed37becbf32ecc9347
6
+ metadata.gz: c3c6df00bdd093b0f2b9a6fabd42862f1f7969ce42d6ab6602d6b790f6a98530b94dc4c918f5a7a9f2363a7f570e9d6d2a593d5845ddbba381a72eca675b627b
7
+ data.tar.gz: ed9adaeff2a5e2f16d3b6db615db217ad01130c288fb0dbf57bb3f79401922ff191078cfd428bffc91527dae996426d333ece6af151d01f3f7d8e1703118dd2c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.626.0)
4
+ stigg-api-client (0.627.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -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",
@@ -31986,6 +32021,39 @@
31986
32021
  "isDeprecated": false,
31987
32022
  "deprecationReason": null
31988
32023
  },
32024
+ {
32025
+ "name": "archiveEnvironment",
32026
+ "description": null,
32027
+ "args": [
32028
+ {
32029
+ "name": "input",
32030
+ "description": null,
32031
+ "type": {
32032
+ "kind": "NON_NULL",
32033
+ "name": null,
32034
+ "ofType": {
32035
+ "kind": "INPUT_OBJECT",
32036
+ "name": "ArchiveEnvironmentInput",
32037
+ "ofType": null
32038
+ }
32039
+ },
32040
+ "defaultValue": null,
32041
+ "isDeprecated": false,
32042
+ "deprecationReason": null
32043
+ }
32044
+ ],
32045
+ "type": {
32046
+ "kind": "NON_NULL",
32047
+ "name": null,
32048
+ "ofType": {
32049
+ "kind": "OBJECT",
32050
+ "name": "Environment",
32051
+ "ofType": null
32052
+ }
32053
+ },
32054
+ "isDeprecated": false,
32055
+ "deprecationReason": null
32056
+ },
31989
32057
  {
31990
32058
  "name": "archiveOneCoupon",
31991
32059
  "description": null,
@@ -34802,6 +34870,39 @@
34802
34870
  "isDeprecated": false,
34803
34871
  "deprecationReason": null
34804
34872
  },
34873
+ {
34874
+ "name": "unarchiveEnvironment",
34875
+ "description": null,
34876
+ "args": [
34877
+ {
34878
+ "name": "input",
34879
+ "description": null,
34880
+ "type": {
34881
+ "kind": "NON_NULL",
34882
+ "name": null,
34883
+ "ofType": {
34884
+ "kind": "INPUT_OBJECT",
34885
+ "name": "UnarchiveEnvironmentInput",
34886
+ "ofType": null
34887
+ }
34888
+ },
34889
+ "defaultValue": null,
34890
+ "isDeprecated": false,
34891
+ "deprecationReason": null
34892
+ }
34893
+ ],
34894
+ "type": {
34895
+ "kind": "NON_NULL",
34896
+ "name": null,
34897
+ "ofType": {
34898
+ "kind": "OBJECT",
34899
+ "name": "Environment",
34900
+ "ofType": null
34901
+ }
34902
+ },
34903
+ "isDeprecated": false,
34904
+ "deprecationReason": null
34905
+ },
34805
34906
  {
34806
34907
  "name": "updateAccount",
34807
34908
  "description": null,
@@ -63211,6 +63312,41 @@
63211
63312
  "enumValues": null,
63212
63313
  "possibleTypes": null
63213
63314
  },
63315
+ {
63316
+ "kind": "INPUT_OBJECT",
63317
+ "name": "UnarchiveEnvironmentInput",
63318
+ "description": null,
63319
+ "fields": null,
63320
+ "inputFields": [
63321
+ {
63322
+ "name": "id",
63323
+ "description": null,
63324
+ "type": {
63325
+ "kind": "SCALAR",
63326
+ "name": "String",
63327
+ "ofType": null
63328
+ },
63329
+ "defaultValue": null,
63330
+ "isDeprecated": false,
63331
+ "deprecationReason": null
63332
+ },
63333
+ {
63334
+ "name": "slug",
63335
+ "description": null,
63336
+ "type": {
63337
+ "kind": "SCALAR",
63338
+ "name": "String",
63339
+ "ofType": null
63340
+ },
63341
+ "defaultValue": null,
63342
+ "isDeprecated": false,
63343
+ "deprecationReason": null
63344
+ }
63345
+ ],
63346
+ "interfaces": null,
63347
+ "enumValues": null,
63348
+ "possibleTypes": null
63349
+ },
63214
63350
  {
63215
63351
  "kind": "OBJECT",
63216
63352
  "name": "UncompatibleSubscriptionAddonError",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.626.0"
4
+ VERSION = "0.627.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: 0.626.0
4
+ version: 0.627.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg