stigg-api-client 1.9.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf79ea4549ae63cdd5e1f72bc72c8681cbca1af3424c449f1dd9364f4ac1172c
4
- data.tar.gz: 76fbeec72bfaee65d39aaaf431fc09275985a36ca64aac0a3ccb6db1a348ced2
3
+ metadata.gz: 0e50d76a88988064c01b83b53a22b516aeba3f43be5afaa6eb57e48071638fd7
4
+ data.tar.gz: 5c95b72389208cb10902e44dafdf727a267efb49952cfa9ac201fa35e3cf9c0b
5
5
  SHA512:
6
- metadata.gz: 2169bb3525b4dcece1f9a1577c9b98f66d87c62156171a72a9cf1e3637bbb7b0f996d68acc0aa11930f4121f7bf2556897e01621ef4949d0e44591567010fb84
7
- data.tar.gz: ea4e424600a540ac8b555ffbbf559045995dbf2561708541f7fb56b3093cc29c771d692b1ca21ca0d47e70136c0c06b97ac6e2b5f51977d3ebf99a757a4d05e8
6
+ metadata.gz: 93bb9851eda469e166d5bfc56f910f8580eec94a8d4968ff689a807dc0fac480d5878bfefcffb36cc805d0d2e4d084031cbae875e5855c414406b25df3e57ad3
7
+ data.tar.gz: e44bbbe74bbc9265887e8439eebb8e811076ef3bf3319c8a24c7d1ec81e68aa76d25b5606f911f1b58b2f2f289dd2fb735fce95b6d9ab2e22eee34c365ab7350
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.9.0)
4
+ stigg-api-client (1.10.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -7818,6 +7818,18 @@
7818
7818
  "defaultValue": null,
7819
7819
  "isDeprecated": false,
7820
7820
  "deprecationReason": null
7821
+ },
7822
+ {
7823
+ "name": "type",
7824
+ "description": null,
7825
+ "type": {
7826
+ "kind": "ENUM",
7827
+ "name": "EnvironmentType",
7828
+ "ofType": null
7829
+ },
7830
+ "defaultValue": "DEVELOPMENT",
7831
+ "isDeprecated": false,
7832
+ "deprecationReason": null
7821
7833
  }
7822
7834
  ],
7823
7835
  "interfaces": null,
@@ -21328,6 +21340,35 @@
21328
21340
  ],
21329
21341
  "possibleTypes": null
21330
21342
  },
21343
+ {
21344
+ "kind": "ENUM",
21345
+ "name": "EnvironmentType",
21346
+ "description": "EnvironmentType.",
21347
+ "fields": null,
21348
+ "inputFields": null,
21349
+ "interfaces": null,
21350
+ "enumValues": [
21351
+ {
21352
+ "name": "DEVELOPMENT",
21353
+ "description": null,
21354
+ "isDeprecated": false,
21355
+ "deprecationReason": null
21356
+ },
21357
+ {
21358
+ "name": "PRODUCTION",
21359
+ "description": null,
21360
+ "isDeprecated": false,
21361
+ "deprecationReason": null
21362
+ },
21363
+ {
21364
+ "name": "SANDBOX",
21365
+ "description": null,
21366
+ "isDeprecated": false,
21367
+ "deprecationReason": null
21368
+ }
21369
+ ],
21370
+ "possibleTypes": null
21371
+ },
21331
21372
  {
21332
21373
  "kind": "ENUM",
21333
21374
  "name": "ErrorCode",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.9.0"
4
+ VERSION = "1.10.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-28 00:00:00.000000000 Z
11
+ date: 2024-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient