stigg-api-client 5.215.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +195 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7665740add28b60dae76e57d2d81d99b26a8f26362184f55bd87c8bc76e11b5
|
|
4
|
+
data.tar.gz: 6ea0b94e50f6ccd7ae1c0c290774d476357a9a27888a5caea2b0020b5206c981
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a8134d422670a96abd67a15f16ad55fad268ac8112fae9a8211511067e81c2dc8d1447e5a057f9b0a8d5e02247638ab95e289a80b66eaaea7532932d5f5d3e6
|
|
7
|
+
data.tar.gz: c8f38c2478b5a8bbb521d680e364e37818c3efda6889ab8fbe1f99d91293b6ac68f8d5686f6db0c57815f9d52d6ca7264af46b666510a1ce089f19684b786a3e
|
data/Gemfile.lock
CHANGED
|
@@ -4273,6 +4273,18 @@
|
|
|
4273
4273
|
"isDeprecated": false,
|
|
4274
4274
|
"deprecationReason": null
|
|
4275
4275
|
},
|
|
4276
|
+
{
|
|
4277
|
+
"name": "iconUrl",
|
|
4278
|
+
"description": "URL of the App Store application icon",
|
|
4279
|
+
"args": [],
|
|
4280
|
+
"type": {
|
|
4281
|
+
"kind": "SCALAR",
|
|
4282
|
+
"name": "String",
|
|
4283
|
+
"ofType": null
|
|
4284
|
+
},
|
|
4285
|
+
"isDeprecated": false,
|
|
4286
|
+
"deprecationReason": null
|
|
4287
|
+
},
|
|
4276
4288
|
{
|
|
4277
4289
|
"name": "id",
|
|
4278
4290
|
"description": "ID of the App Store application",
|
|
@@ -31872,6 +31884,165 @@
|
|
|
31872
31884
|
"enumValues": null,
|
|
31873
31885
|
"possibleTypes": null
|
|
31874
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
|
+
},
|
|
31875
32046
|
{
|
|
31876
32047
|
"kind": "OBJECT",
|
|
31877
32048
|
"name": "EnvironmentMaxAggregate",
|
|
@@ -83825,6 +83996,30 @@
|
|
|
83825
83996
|
"isDeprecated": false,
|
|
83826
83997
|
"deprecationReason": null
|
|
83827
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
|
+
},
|
|
83828
84023
|
{
|
|
83829
84024
|
"name": "members",
|
|
83830
84025
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED
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.
|
|
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
|
+
date: 2026-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|