stigg-api-client 0.628.0 → 0.637.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: 409340f6cdc187ad7411355a454406dec9ddce098736856367dcbac9795f118b
4
- data.tar.gz: cda160a8e3c0e6117f6e1978f7de3efa397d64b40be947bc5cfc515310fde233
3
+ metadata.gz: 36ffd5eb92e23f65e3d77a10cca4923ddb1d5e241c5f36423fdbaf035d02373e
4
+ data.tar.gz: 3821d4c38bbca11bd7c04dbfe8a6f794a36e3082d5adc4cbaa316f19b1fa96f6
5
5
  SHA512:
6
- metadata.gz: 4fc838abf60849b25497ead0182a9c5d742e5bbc74eac1624772f3b41d3a94ed91c63138cd387bff1ad575e84dd525a20560ac4de9d22c67d01cf5000d9cd322
7
- data.tar.gz: 07c08fc226fa7fc999bbf1a23f668e08aeb7e7efbe4faccf4cb06e04cbbae15da2b8c56d5c982aa646df1374ebfab95eca39a52666f38853190a3f8d4888ba64
6
+ metadata.gz: e9d74e26cb837828deb7b3989e967b60ace2855fc7c2598b6ba8272f812130ff8de9dd1abd94294e591f804d2a1d87e42f9de228d8e26a9fb9254bd01c6adcda
7
+ data.tar.gz: 30f951f35cb4a6fa30572c920e84e4df76ad2a5b96d64a3079c6f58e3dc395a07666c9c8d36f6b79bbf83d21266134ada7ac49a80e65c68cda0d7f3d9c293a40
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.628.0)
4
+ stigg-api-client (0.637.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -17555,33 +17555,6 @@
17555
17555
  "enumValues": null,
17556
17556
  "possibleTypes": null
17557
17557
  },
17558
- {
17559
- "kind": "INPUT_OBJECT",
17560
- "name": "DeleteOneEnvironmentInput",
17561
- "description": null,
17562
- "fields": null,
17563
- "inputFields": [
17564
- {
17565
- "name": "id",
17566
- "description": "The id of the record to delete.",
17567
- "type": {
17568
- "kind": "NON_NULL",
17569
- "name": null,
17570
- "ofType": {
17571
- "kind": "SCALAR",
17572
- "name": "String",
17573
- "ofType": null
17574
- }
17575
- },
17576
- "defaultValue": null,
17577
- "isDeprecated": false,
17578
- "deprecationReason": null
17579
- }
17580
- ],
17581
- "interfaces": null,
17582
- "enumValues": null,
17583
- "possibleTypes": null
17584
- },
17585
17558
  {
17586
17559
  "kind": "INPUT_OBJECT",
17587
17560
  "name": "DeleteOneHookInput",
@@ -19711,149 +19684,6 @@
19711
19684
  "enumValues": null,
19712
19685
  "possibleTypes": null
19713
19686
  },
19714
- {
19715
- "kind": "OBJECT",
19716
- "name": "EnvironmentDeleteResponse",
19717
- "description": null,
19718
- "fields": [
19719
- {
19720
- "name": "color",
19721
- "description": null,
19722
- "args": [],
19723
- "type": {
19724
- "kind": "SCALAR",
19725
- "name": "String",
19726
- "ofType": null
19727
- },
19728
- "isDeprecated": false,
19729
- "deprecationReason": null
19730
- },
19731
- {
19732
- "name": "createdAt",
19733
- "description": null,
19734
- "args": [],
19735
- "type": {
19736
- "kind": "SCALAR",
19737
- "name": "DateTime",
19738
- "ofType": null
19739
- },
19740
- "isDeprecated": false,
19741
- "deprecationReason": null
19742
- },
19743
- {
19744
- "name": "description",
19745
- "description": null,
19746
- "args": [],
19747
- "type": {
19748
- "kind": "SCALAR",
19749
- "name": "String",
19750
- "ofType": null
19751
- },
19752
- "isDeprecated": false,
19753
- "deprecationReason": null
19754
- },
19755
- {
19756
- "name": "displayName",
19757
- "description": null,
19758
- "args": [],
19759
- "type": {
19760
- "kind": "SCALAR",
19761
- "name": "String",
19762
- "ofType": null
19763
- },
19764
- "isDeprecated": false,
19765
- "deprecationReason": null
19766
- },
19767
- {
19768
- "name": "hardenClientAccessEnabled",
19769
- "description": null,
19770
- "args": [],
19771
- "type": {
19772
- "kind": "SCALAR",
19773
- "name": "Boolean",
19774
- "ofType": null
19775
- },
19776
- "isDeprecated": false,
19777
- "deprecationReason": null
19778
- },
19779
- {
19780
- "name": "id",
19781
- "description": null,
19782
- "args": [],
19783
- "type": {
19784
- "kind": "SCALAR",
19785
- "name": "String",
19786
- "ofType": null
19787
- },
19788
- "isDeprecated": false,
19789
- "deprecationReason": null
19790
- },
19791
- {
19792
- "name": "isSandbox",
19793
- "description": null,
19794
- "args": [],
19795
- "type": {
19796
- "kind": "SCALAR",
19797
- "name": "Boolean",
19798
- "ofType": null
19799
- },
19800
- "isDeprecated": false,
19801
- "deprecationReason": null
19802
- },
19803
- {
19804
- "name": "permanentDeletionDate",
19805
- "description": null,
19806
- "args": [],
19807
- "type": {
19808
- "kind": "SCALAR",
19809
- "name": "DateTime",
19810
- "ofType": null
19811
- },
19812
- "isDeprecated": false,
19813
- "deprecationReason": null
19814
- },
19815
- {
19816
- "name": "provisionStatus",
19817
- "description": null,
19818
- "args": [],
19819
- "type": {
19820
- "kind": "ENUM",
19821
- "name": "EnvironmentProvisionStatus",
19822
- "ofType": null
19823
- },
19824
- "isDeprecated": false,
19825
- "deprecationReason": null
19826
- },
19827
- {
19828
- "name": "signingToken",
19829
- "description": null,
19830
- "args": [],
19831
- "type": {
19832
- "kind": "SCALAR",
19833
- "name": "String",
19834
- "ofType": null
19835
- },
19836
- "isDeprecated": false,
19837
- "deprecationReason": null
19838
- },
19839
- {
19840
- "name": "slug",
19841
- "description": null,
19842
- "args": [],
19843
- "type": {
19844
- "kind": "SCALAR",
19845
- "name": "String",
19846
- "ofType": null
19847
- },
19848
- "isDeprecated": false,
19849
- "deprecationReason": null
19850
- }
19851
- ],
19852
- "inputFields": null,
19853
- "interfaces": [],
19854
- "enumValues": null,
19855
- "possibleTypes": null
19856
- },
19857
19687
  {
19858
19688
  "kind": "OBJECT",
19859
19689
  "name": "EnvironmentEdge",
@@ -32985,39 +32815,6 @@
32985
32815
  "isDeprecated": true,
32986
32816
  "deprecationReason": "Deprecated query, use 'reportUsage' instead"
32987
32817
  },
32988
- {
32989
- "name": "deleteEnvironment",
32990
- "description": null,
32991
- "args": [
32992
- {
32993
- "name": "slug",
32994
- "description": null,
32995
- "type": {
32996
- "kind": "NON_NULL",
32997
- "name": null,
32998
- "ofType": {
32999
- "kind": "SCALAR",
33000
- "name": "String",
33001
- "ofType": null
33002
- }
33003
- },
33004
- "defaultValue": null,
33005
- "isDeprecated": false,
33006
- "deprecationReason": null
33007
- }
33008
- ],
33009
- "type": {
33010
- "kind": "NON_NULL",
33011
- "name": null,
33012
- "ofType": {
33013
- "kind": "SCALAR",
33014
- "name": "String",
33015
- "ofType": null
33016
- }
33017
- },
33018
- "isDeprecated": false,
33019
- "deprecationReason": null
33020
- },
33021
32818
  {
33022
32819
  "name": "deleteFeature",
33023
32820
  "description": null,
@@ -33084,39 +32881,6 @@
33084
32881
  "isDeprecated": false,
33085
32882
  "deprecationReason": null
33086
32883
  },
33087
- {
33088
- "name": "deleteOneEnvironment",
33089
- "description": null,
33090
- "args": [
33091
- {
33092
- "name": "input",
33093
- "description": null,
33094
- "type": {
33095
- "kind": "NON_NULL",
33096
- "name": null,
33097
- "ofType": {
33098
- "kind": "INPUT_OBJECT",
33099
- "name": "DeleteOneEnvironmentInput",
33100
- "ofType": null
33101
- }
33102
- },
33103
- "defaultValue": null,
33104
- "isDeprecated": false,
33105
- "deprecationReason": null
33106
- }
33107
- ],
33108
- "type": {
33109
- "kind": "NON_NULL",
33110
- "name": null,
33111
- "ofType": {
33112
- "kind": "OBJECT",
33113
- "name": "EnvironmentDeleteResponse",
33114
- "ofType": null
33115
- }
33116
- },
33117
- "isDeprecated": false,
33118
- "deprecationReason": null
33119
- },
33120
32884
  {
33121
32885
  "name": "deleteOneFeature",
33122
32886
  "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 = "0.628.0"
4
+ VERSION = "0.637.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: 0.628.0
4
+ version: 0.637.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-09 00:00:00.000000000 Z
11
+ date: 2023-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient