stigg-api-client 1.82.0 → 1.85.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: 442715e610edafdda20817d265c48cb722e4c38cbd02f2b9a9f0b2f478dbb5b2
4
- data.tar.gz: 587b9310e4a5067da1c5873cd39c1b2e5a70f771230c32521fe0a28c61198a65
3
+ metadata.gz: 9949810cbb696bcfe946e551a985e249782b80c9518066c5e87321595c7f7ca3
4
+ data.tar.gz: 30e2e39fed54f8d23ee5e761925c235482ff421a617fad88d3dbc0e4beeb2f37
5
5
  SHA512:
6
- metadata.gz: cf23202fae4fd5b670e7e468b523dd096e33fcc59a2784815ec6a4acbf3b8a459c55652911f20c6c0bbec308b6f6db221c7857f8484fb559b8ed67825b1dfc82
7
- data.tar.gz: 3d702bdb2a3c581da8076e8e12e23bbbe02063f63eaa350da350a4141b6542333e851428367d5761ac06a527cbd789fae3203c979f25006e885dfad05dff1d79
6
+ metadata.gz: 9a87633e07359650396722085c3e1b1a59b588264f11ba43851ee8f297c765b03cfb6be256a66f154709b28735245ccffe10d8b10d67f7a65b658ad1e2417aa6
7
+ data.tar.gz: 3955c88a6afd2eb8a8712cfddd11fba4c731f2acd313952bcac2256744c4be29147209076b083ed1c07c488ecaf6fa6829febfca8c6ac94b643e50a5a637df88
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.82.0)
4
+ stigg-api-client (1.85.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -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": "dontProrate",
63811
- "description": "If true, disables prorating of credits on subscription cancellation",
63886
+ "name": "endDate",
63887
+ "description": null,
63812
63888
  "type": {
63813
63889
  "kind": "SCALAR",
63814
- "name": "Boolean",
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": "endDate",
63898
+ "name": "environmentId",
63823
63899
  "description": null,
63824
63900
  "type": {
63825
63901
  "kind": "SCALAR",
63826
- "name": "DateTime",
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": "environmentId",
63835
- "description": null,
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": "String",
63914
+ "name": "Boolean",
63839
63915
  "ofType": null
63840
63916
  },
63841
63917
  "defaultValue": 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 = "1.82.0"
4
+ VERSION = "1.85.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.82.0
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-20 00:00:00.000000000 Z
11
+ date: 2024-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient