stigg-api-client 1.81.0 → 1.84.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 +88 -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: 34789e5e66c2934940602b550cf89d7b9c75d0c06f371aeb362f61aac8e32547
|
|
4
|
+
data.tar.gz: b26168bf1a199a8c7780ef80d9da5d7088e981a0f68b599fbb73996a793e0591
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59a5ff17a33aacb36bc88566244378cf3cf94269e42d345544cb9069cbef6a5bf89f6e53bb11a35afbdc8820606cf1324da0006755b39b82e35e4447647cf85f
|
|
7
|
+
data.tar.gz: 4770e73749ddbc44c1b6ca015dce591bcb6ead9af87b6076ad47235931f35e797964f2f430b4151248122232714173d01cd9125ad4cf9d0d82753ba9ca6db7ce
|
data/Gemfile.lock
CHANGED
|
@@ -3718,6 +3718,49 @@
|
|
|
3718
3718
|
"enumValues": null,
|
|
3719
3719
|
"possibleTypes": null
|
|
3720
3720
|
},
|
|
3721
|
+
{
|
|
3722
|
+
"kind": "INPUT_OBJECT",
|
|
3723
|
+
"name": "ArchivePackageGroup",
|
|
3724
|
+
"description": "The input type for archiving package group",
|
|
3725
|
+
"fields": null,
|
|
3726
|
+
"inputFields": [
|
|
3727
|
+
{
|
|
3728
|
+
"name": "environmentId",
|
|
3729
|
+
"description": "The environment id to get the package group in",
|
|
3730
|
+
"type": {
|
|
3731
|
+
"kind": "NON_NULL",
|
|
3732
|
+
"name": null,
|
|
3733
|
+
"ofType": {
|
|
3734
|
+
"kind": "SCALAR",
|
|
3735
|
+
"name": "String",
|
|
3736
|
+
"ofType": null
|
|
3737
|
+
}
|
|
3738
|
+
},
|
|
3739
|
+
"defaultValue": null,
|
|
3740
|
+
"isDeprecated": false,
|
|
3741
|
+
"deprecationReason": null
|
|
3742
|
+
},
|
|
3743
|
+
{
|
|
3744
|
+
"name": "packageGroupId",
|
|
3745
|
+
"description": "The id of the package group",
|
|
3746
|
+
"type": {
|
|
3747
|
+
"kind": "NON_NULL",
|
|
3748
|
+
"name": null,
|
|
3749
|
+
"ofType": {
|
|
3750
|
+
"kind": "SCALAR",
|
|
3751
|
+
"name": "String",
|
|
3752
|
+
"ofType": null
|
|
3753
|
+
}
|
|
3754
|
+
},
|
|
3755
|
+
"defaultValue": null,
|
|
3756
|
+
"isDeprecated": false,
|
|
3757
|
+
"deprecationReason": null
|
|
3758
|
+
}
|
|
3759
|
+
],
|
|
3760
|
+
"interfaces": null,
|
|
3761
|
+
"enumValues": null,
|
|
3762
|
+
"possibleTypes": null
|
|
3763
|
+
},
|
|
3721
3764
|
{
|
|
3722
3765
|
"kind": "INPUT_OBJECT",
|
|
3723
3766
|
"name": "ArchivePlanInput",
|
|
@@ -34843,6 +34886,39 @@
|
|
|
34843
34886
|
"isDeprecated": false,
|
|
34844
34887
|
"deprecationReason": null
|
|
34845
34888
|
},
|
|
34889
|
+
{
|
|
34890
|
+
"name": "archivePackageGroup",
|
|
34891
|
+
"description": null,
|
|
34892
|
+
"args": [
|
|
34893
|
+
{
|
|
34894
|
+
"name": "input",
|
|
34895
|
+
"description": null,
|
|
34896
|
+
"type": {
|
|
34897
|
+
"kind": "NON_NULL",
|
|
34898
|
+
"name": null,
|
|
34899
|
+
"ofType": {
|
|
34900
|
+
"kind": "INPUT_OBJECT",
|
|
34901
|
+
"name": "ArchivePackageGroup",
|
|
34902
|
+
"ofType": null
|
|
34903
|
+
}
|
|
34904
|
+
},
|
|
34905
|
+
"defaultValue": null,
|
|
34906
|
+
"isDeprecated": false,
|
|
34907
|
+
"deprecationReason": null
|
|
34908
|
+
}
|
|
34909
|
+
],
|
|
34910
|
+
"type": {
|
|
34911
|
+
"kind": "NON_NULL",
|
|
34912
|
+
"name": null,
|
|
34913
|
+
"ofType": {
|
|
34914
|
+
"kind": "OBJECT",
|
|
34915
|
+
"name": "PackageGroup",
|
|
34916
|
+
"ofType": null
|
|
34917
|
+
}
|
|
34918
|
+
},
|
|
34919
|
+
"isDeprecated": false,
|
|
34920
|
+
"deprecationReason": null
|
|
34921
|
+
},
|
|
34846
34922
|
{
|
|
34847
34923
|
"name": "archivePlan",
|
|
34848
34924
|
"description": null,
|
|
@@ -63806,6 +63882,18 @@
|
|
|
63806
63882
|
"description": null,
|
|
63807
63883
|
"fields": null,
|
|
63808
63884
|
"inputFields": [
|
|
63885
|
+
{
|
|
63886
|
+
"name": "dontProrate",
|
|
63887
|
+
"description": "If true, disables prorating of credits on subscription cancellation",
|
|
63888
|
+
"type": {
|
|
63889
|
+
"kind": "SCALAR",
|
|
63890
|
+
"name": "Boolean",
|
|
63891
|
+
"ofType": null
|
|
63892
|
+
},
|
|
63893
|
+
"defaultValue": null,
|
|
63894
|
+
"isDeprecated": false,
|
|
63895
|
+
"deprecationReason": null
|
|
63896
|
+
},
|
|
63809
63897
|
{
|
|
63810
63898
|
"name": "endDate",
|
|
63811
63899
|
"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: 1.
|
|
4
|
+
version: 1.84.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-03-
|
|
11
|
+
date: 2024-03-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|