stigg-api-client 5.216.0 → 5.220.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: 92b57faa065fd6cfd2fc4c9e633e1e586c7470ca9a67874a2352e8e2aa89ce56
4
- data.tar.gz: dc847b3304d3614bb2584178ebb2f668a09e7e21180f395a9e4b9c5fd6bcedda
3
+ metadata.gz: b7665740add28b60dae76e57d2d81d99b26a8f26362184f55bd87c8bc76e11b5
4
+ data.tar.gz: 6ea0b94e50f6ccd7ae1c0c290774d476357a9a27888a5caea2b0020b5206c981
5
5
  SHA512:
6
- metadata.gz: 74b38dd833366350f9e6f5c5f7b3339ebdaa21275215151f52e8352fa8b4345d3c8df92c8adcaad79782b8bba295025fe6dad937f0ba86449a6ce3de6891b232
7
- data.tar.gz: 5a0d51dd4ee0c1fd50440c30d2b970ff7d37575b2cb15ea400f0cf7b25f4a333618d92991457f32b0b9fa9b9c3897200efdd9a8fea9184c49332c71abb7e5b87
6
+ metadata.gz: 9a8134d422670a96abd67a15f16ad55fad268ac8112fae9a8211511067e81c2dc8d1447e5a057f9b0a8d5e02247638ab95e289a80b66eaaea7532932d5f5d3e6
7
+ data.tar.gz: c8f38c2478b5a8bbb521d680e364e37818c3efda6889ab8fbe1f99d91293b6ac68f8d5686f6db0c57815f9d52d6ca7264af46b666510a1ce089f19684b786a3e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.216.0)
4
+ stigg-api-client (5.220.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -31884,6 +31884,165 @@
31884
31884
  "enumValues": null,
31885
31885
  "possibleTypes": null
31886
31886
  },
31887
+ {
31888
+ "kind": "OBJECT",
31889
+ "name": "EnvironmentListItem",
31890
+ "description": "An environment object",
31891
+ "fields": [
31892
+ {
31893
+ "name": "color",
31894
+ "description": "The color associated with the environment, used for UI representation",
31895
+ "args": [],
31896
+ "type": {
31897
+ "kind": "SCALAR",
31898
+ "name": "String",
31899
+ "ofType": null
31900
+ },
31901
+ "isDeprecated": false,
31902
+ "deprecationReason": null
31903
+ },
31904
+ {
31905
+ "name": "createdAt",
31906
+ "description": "Timestamp of when the record was created",
31907
+ "args": [],
31908
+ "type": {
31909
+ "kind": "SCALAR",
31910
+ "name": "DateTime",
31911
+ "ofType": null
31912
+ },
31913
+ "isDeprecated": false,
31914
+ "deprecationReason": null
31915
+ },
31916
+ {
31917
+ "name": "description",
31918
+ "description": "The description of the environment",
31919
+ "args": [],
31920
+ "type": {
31921
+ "kind": "SCALAR",
31922
+ "name": "String",
31923
+ "ofType": null
31924
+ },
31925
+ "isDeprecated": false,
31926
+ "deprecationReason": null
31927
+ },
31928
+ {
31929
+ "name": "displayName",
31930
+ "description": "The display name of the environment",
31931
+ "args": [],
31932
+ "type": {
31933
+ "kind": "NON_NULL",
31934
+ "name": null,
31935
+ "ofType": {
31936
+ "kind": "SCALAR",
31937
+ "name": "String",
31938
+ "ofType": null
31939
+ }
31940
+ },
31941
+ "isDeprecated": false,
31942
+ "deprecationReason": null
31943
+ },
31944
+ {
31945
+ "name": "hardenClientAccessEnabled",
31946
+ "description": "Whether hardened client access is enabled for the environment",
31947
+ "args": [],
31948
+ "type": {
31949
+ "kind": "NON_NULL",
31950
+ "name": null,
31951
+ "ofType": {
31952
+ "kind": "SCALAR",
31953
+ "name": "Boolean",
31954
+ "ofType": null
31955
+ }
31956
+ },
31957
+ "isDeprecated": false,
31958
+ "deprecationReason": null
31959
+ },
31960
+ {
31961
+ "name": "id",
31962
+ "description": "Unique identifier for the entity",
31963
+ "args": [],
31964
+ "type": {
31965
+ "kind": "NON_NULL",
31966
+ "name": null,
31967
+ "ofType": {
31968
+ "kind": "SCALAR",
31969
+ "name": "UUID",
31970
+ "ofType": null
31971
+ }
31972
+ },
31973
+ "isDeprecated": false,
31974
+ "deprecationReason": null
31975
+ },
31976
+ {
31977
+ "name": "isSandbox",
31978
+ "description": "Whether the environment is a sandbox environment",
31979
+ "args": [],
31980
+ "type": {
31981
+ "kind": "NON_NULL",
31982
+ "name": null,
31983
+ "ofType": {
31984
+ "kind": "SCALAR",
31985
+ "name": "Boolean",
31986
+ "ofType": null
31987
+ }
31988
+ },
31989
+ "isDeprecated": false,
31990
+ "deprecationReason": null
31991
+ },
31992
+ {
31993
+ "name": "signingToken",
31994
+ "description": "The signing token for the environment, used for secure communication",
31995
+ "args": [],
31996
+ "type": {
31997
+ "kind": "NON_NULL",
31998
+ "name": null,
31999
+ "ofType": {
32000
+ "kind": "SCALAR",
32001
+ "name": "String",
32002
+ "ofType": null
32003
+ }
32004
+ },
32005
+ "isDeprecated": false,
32006
+ "deprecationReason": null
32007
+ },
32008
+ {
32009
+ "name": "slug",
32010
+ "description": "The slug of the environment, used in URLs",
32011
+ "args": [],
32012
+ "type": {
32013
+ "kind": "NON_NULL",
32014
+ "name": null,
32015
+ "ofType": {
32016
+ "kind": "SCALAR",
32017
+ "name": "String",
32018
+ "ofType": null
32019
+ }
32020
+ },
32021
+ "isDeprecated": false,
32022
+ "deprecationReason": null
32023
+ },
32024
+ {
32025
+ "name": "type",
32026
+ "description": "The type of the environment, e.g. \"DEVELOPMENT\", \"PRODUCTION\", or \"SANDBOX\"",
32027
+ "args": [],
32028
+ "type": {
32029
+ "kind": "NON_NULL",
32030
+ "name": null,
32031
+ "ofType": {
32032
+ "kind": "ENUM",
32033
+ "name": "EnvironmentType",
32034
+ "ofType": null
32035
+ }
32036
+ },
32037
+ "isDeprecated": false,
32038
+ "deprecationReason": null
32039
+ }
32040
+ ],
32041
+ "inputFields": null,
32042
+ "interfaces": [],
32043
+ "enumValues": null,
32044
+ "possibleTypes": null
32045
+ },
31887
32046
  {
31888
32047
  "kind": "OBJECT",
31889
32048
  "name": "EnvironmentMaxAggregate",
@@ -83837,6 +83996,30 @@
83837
83996
  "isDeprecated": false,
83838
83997
  "deprecationReason": null
83839
83998
  },
83999
+ {
84000
+ "name": "listEnvironments",
84001
+ "description": "List all environments with scalar fields only (no relations)",
84002
+ "args": [],
84003
+ "type": {
84004
+ "kind": "NON_NULL",
84005
+ "name": null,
84006
+ "ofType": {
84007
+ "kind": "LIST",
84008
+ "name": null,
84009
+ "ofType": {
84010
+ "kind": "NON_NULL",
84011
+ "name": null,
84012
+ "ofType": {
84013
+ "kind": "OBJECT",
84014
+ "name": "EnvironmentListItem",
84015
+ "ofType": null
84016
+ }
84017
+ }
84018
+ }
84019
+ },
84020
+ "isDeprecated": false,
84021
+ "deprecationReason": null
84022
+ },
83840
84023
  {
83841
84024
  "name": "members",
83842
84025
  "description": null,
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.216.0"
4
+ VERSION = "5.220.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: 5.216.0
4
+ version: 5.220.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-02-11 00:00:00.000000000 Z
11
+ date: 2026-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient