stigg-api-client 1.82.0 → 1.85.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 +84 -8
- 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: 9949810cbb696bcfe946e551a985e249782b80c9518066c5e87321595c7f7ca3
|
|
4
|
+
data.tar.gz: 30e2e39fed54f8d23ee5e761925c235482ff421a617fad88d3dbc0e4beeb2f37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a87633e07359650396722085c3e1b1a59b588264f11ba43851ee8f297c765b03cfb6be256a66f154709b28735245ccffe10d8b10d67f7a65b658ad1e2417aa6
|
|
7
|
+
data.tar.gz: 3955c88a6afd2eb8a8712cfddd11fba4c731f2acd313952bcac2256744c4be29147209076b083ed1c07c488ecaf6fa6829febfca8c6ac94b643e50a5a637df88
|
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,
|
|
@@ -63807,11 +63883,11 @@
|
|
|
63807
63883
|
"fields": null,
|
|
63808
63884
|
"inputFields": [
|
|
63809
63885
|
{
|
|
63810
|
-
"name": "
|
|
63811
|
-
"description":
|
|
63886
|
+
"name": "endDate",
|
|
63887
|
+
"description": null,
|
|
63812
63888
|
"type": {
|
|
63813
63889
|
"kind": "SCALAR",
|
|
63814
|
-
"name": "
|
|
63890
|
+
"name": "DateTime",
|
|
63815
63891
|
"ofType": null
|
|
63816
63892
|
},
|
|
63817
63893
|
"defaultValue": null,
|
|
@@ -63819,11 +63895,11 @@
|
|
|
63819
63895
|
"deprecationReason": null
|
|
63820
63896
|
},
|
|
63821
63897
|
{
|
|
63822
|
-
"name": "
|
|
63898
|
+
"name": "environmentId",
|
|
63823
63899
|
"description": null,
|
|
63824
63900
|
"type": {
|
|
63825
63901
|
"kind": "SCALAR",
|
|
63826
|
-
"name": "
|
|
63902
|
+
"name": "String",
|
|
63827
63903
|
"ofType": null
|
|
63828
63904
|
},
|
|
63829
63905
|
"defaultValue": null,
|
|
@@ -63831,11 +63907,11 @@
|
|
|
63831
63907
|
"deprecationReason": null
|
|
63832
63908
|
},
|
|
63833
63909
|
{
|
|
63834
|
-
"name": "
|
|
63835
|
-
"description":
|
|
63910
|
+
"name": "prorate",
|
|
63911
|
+
"description": "If set, enables or disables prorating of credits on subscription cancellation.",
|
|
63836
63912
|
"type": {
|
|
63837
63913
|
"kind": "SCALAR",
|
|
63838
|
-
"name": "
|
|
63914
|
+
"name": "Boolean",
|
|
63839
63915
|
"ofType": null
|
|
63840
63916
|
},
|
|
63841
63917
|
"defaultValue": 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.85.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
|