stigg-api-client 0.627.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: ec01137f7b430a1757282b7091e425de8d5d3aaf9be85079e3db20267240b279
4
- data.tar.gz: '092e430d024d449572b089b264a4ca1fc7d5ae3747306068113cc39a5cf0bf15'
3
+ metadata.gz: 36ffd5eb92e23f65e3d77a10cca4923ddb1d5e241c5f36423fdbaf035d02373e
4
+ data.tar.gz: 3821d4c38bbca11bd7c04dbfe8a6f794a36e3082d5adc4cbaa316f19b1fa96f6
5
5
  SHA512:
6
- metadata.gz: c3c6df00bdd093b0f2b9a6fabd42862f1f7969ce42d6ab6602d6b790f6a98530b94dc4c918f5a7a9f2363a7f570e9d6d2a593d5845ddbba381a72eca675b627b
7
- data.tar.gz: ed9adaeff2a5e2f16d3b6db615db217ad01130c288fb0dbf57bb3f79401922ff191078cfd428bffc91527dae996426d333ece6af151d01f3f7d8e1703118dd2c
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.627.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",
@@ -19456,6 +19429,18 @@
19456
19429
  "isDeprecated": false,
19457
19430
  "deprecationReason": null
19458
19431
  },
19432
+ {
19433
+ "name": "permanentDeletionDate",
19434
+ "description": null,
19435
+ "args": [],
19436
+ "type": {
19437
+ "kind": "SCALAR",
19438
+ "name": "DateTime",
19439
+ "ofType": null
19440
+ },
19441
+ "isDeprecated": false,
19442
+ "deprecationReason": null
19443
+ },
19459
19444
  {
19460
19445
  "name": "provisionStatus",
19461
19446
  "description": null,
@@ -19547,6 +19532,18 @@
19547
19532
  "isDeprecated": false,
19548
19533
  "deprecationReason": null
19549
19534
  },
19535
+ {
19536
+ "name": "permanentDeletionDate",
19537
+ "description": null,
19538
+ "args": [],
19539
+ "type": {
19540
+ "kind": "SCALAR",
19541
+ "name": "DateTime",
19542
+ "ofType": null
19543
+ },
19544
+ "isDeprecated": false,
19545
+ "deprecationReason": null
19546
+ },
19550
19547
  {
19551
19548
  "name": "slug",
19552
19549
  "description": null,
@@ -19658,7 +19655,7 @@
19658
19655
  "deprecationReason": null
19659
19656
  },
19660
19657
  {
19661
- "name": "slug",
19658
+ "name": "permanentDeletionDate",
19662
19659
  "description": null,
19663
19660
  "args": [],
19664
19661
  "type": {
@@ -19668,125 +19665,6 @@
19668
19665
  },
19669
19666
  "isDeprecated": false,
19670
19667
  "deprecationReason": null
19671
- }
19672
- ],
19673
- "inputFields": null,
19674
- "interfaces": [],
19675
- "enumValues": null,
19676
- "possibleTypes": null
19677
- },
19678
- {
19679
- "kind": "OBJECT",
19680
- "name": "EnvironmentDeleteResponse",
19681
- "description": null,
19682
- "fields": [
19683
- {
19684
- "name": "color",
19685
- "description": null,
19686
- "args": [],
19687
- "type": {
19688
- "kind": "SCALAR",
19689
- "name": "String",
19690
- "ofType": null
19691
- },
19692
- "isDeprecated": false,
19693
- "deprecationReason": null
19694
- },
19695
- {
19696
- "name": "createdAt",
19697
- "description": null,
19698
- "args": [],
19699
- "type": {
19700
- "kind": "SCALAR",
19701
- "name": "DateTime",
19702
- "ofType": null
19703
- },
19704
- "isDeprecated": false,
19705
- "deprecationReason": null
19706
- },
19707
- {
19708
- "name": "description",
19709
- "description": null,
19710
- "args": [],
19711
- "type": {
19712
- "kind": "SCALAR",
19713
- "name": "String",
19714
- "ofType": null
19715
- },
19716
- "isDeprecated": false,
19717
- "deprecationReason": null
19718
- },
19719
- {
19720
- "name": "displayName",
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": "hardenClientAccessEnabled",
19733
- "description": null,
19734
- "args": [],
19735
- "type": {
19736
- "kind": "SCALAR",
19737
- "name": "Boolean",
19738
- "ofType": null
19739
- },
19740
- "isDeprecated": false,
19741
- "deprecationReason": null
19742
- },
19743
- {
19744
- "name": "id",
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": "isSandbox",
19757
- "description": null,
19758
- "args": [],
19759
- "type": {
19760
- "kind": "SCALAR",
19761
- "name": "Boolean",
19762
- "ofType": null
19763
- },
19764
- "isDeprecated": false,
19765
- "deprecationReason": null
19766
- },
19767
- {
19768
- "name": "provisionStatus",
19769
- "description": null,
19770
- "args": [],
19771
- "type": {
19772
- "kind": "ENUM",
19773
- "name": "EnvironmentProvisionStatus",
19774
- "ofType": null
19775
- },
19776
- "isDeprecated": false,
19777
- "deprecationReason": null
19778
- },
19779
- {
19780
- "name": "signingToken",
19781
- "description": null,
19782
- "args": [],
19783
- "type": {
19784
- "kind": "SCALAR",
19785
- "name": "String",
19786
- "ofType": null
19787
- },
19788
- "isDeprecated": false,
19789
- "deprecationReason": null
19790
19668
  },
19791
19669
  {
19792
19670
  "name": "slug",
@@ -19794,7 +19672,7 @@
19794
19672
  "args": [],
19795
19673
  "type": {
19796
19674
  "kind": "SCALAR",
19797
- "name": "String",
19675
+ "name": "Int",
19798
19676
  "ofType": null
19799
19677
  },
19800
19678
  "isDeprecated": false,
@@ -19931,6 +19809,18 @@
19931
19809
  "isDeprecated": false,
19932
19810
  "deprecationReason": null
19933
19811
  },
19812
+ {
19813
+ "name": "permanentDeletionDate",
19814
+ "description": null,
19815
+ "type": {
19816
+ "kind": "INPUT_OBJECT",
19817
+ "name": "DateFieldComparison",
19818
+ "ofType": null
19819
+ },
19820
+ "defaultValue": null,
19821
+ "isDeprecated": false,
19822
+ "deprecationReason": null
19823
+ },
19934
19824
  {
19935
19825
  "name": "slug",
19936
19826
  "description": null,
@@ -20060,6 +19950,18 @@
20060
19950
  "isDeprecated": false,
20061
19951
  "deprecationReason": null
20062
19952
  },
19953
+ {
19954
+ "name": "permanentDeletionDate",
19955
+ "description": null,
19956
+ "args": [],
19957
+ "type": {
19958
+ "kind": "SCALAR",
19959
+ "name": "DateTime",
19960
+ "ofType": null
19961
+ },
19962
+ "isDeprecated": false,
19963
+ "deprecationReason": null
19964
+ },
20063
19965
  {
20064
19966
  "name": "slug",
20065
19967
  "description": null,
@@ -20119,6 +20021,18 @@
20119
20021
  "isDeprecated": false,
20120
20022
  "deprecationReason": null
20121
20023
  },
20024
+ {
20025
+ "name": "permanentDeletionDate",
20026
+ "description": null,
20027
+ "args": [],
20028
+ "type": {
20029
+ "kind": "SCALAR",
20030
+ "name": "DateTime",
20031
+ "ofType": null
20032
+ },
20033
+ "isDeprecated": false,
20034
+ "deprecationReason": null
20035
+ },
20122
20036
  {
20123
20037
  "name": "slug",
20124
20038
  "description": null,
@@ -20296,6 +20210,12 @@
20296
20210
  "isDeprecated": false,
20297
20211
  "deprecationReason": null
20298
20212
  },
20213
+ {
20214
+ "name": "permanentDeletionDate",
20215
+ "description": null,
20216
+ "isDeprecated": false,
20217
+ "deprecationReason": null
20218
+ },
20299
20219
  {
20300
20220
  "name": "slug",
20301
20221
  "description": null,
@@ -32895,39 +32815,6 @@
32895
32815
  "isDeprecated": true,
32896
32816
  "deprecationReason": "Deprecated query, use 'reportUsage' instead"
32897
32817
  },
32898
- {
32899
- "name": "deleteEnvironment",
32900
- "description": null,
32901
- "args": [
32902
- {
32903
- "name": "slug",
32904
- "description": null,
32905
- "type": {
32906
- "kind": "NON_NULL",
32907
- "name": null,
32908
- "ofType": {
32909
- "kind": "SCALAR",
32910
- "name": "String",
32911
- "ofType": null
32912
- }
32913
- },
32914
- "defaultValue": null,
32915
- "isDeprecated": false,
32916
- "deprecationReason": null
32917
- }
32918
- ],
32919
- "type": {
32920
- "kind": "NON_NULL",
32921
- "name": null,
32922
- "ofType": {
32923
- "kind": "SCALAR",
32924
- "name": "String",
32925
- "ofType": null
32926
- }
32927
- },
32928
- "isDeprecated": false,
32929
- "deprecationReason": null
32930
- },
32931
32818
  {
32932
32819
  "name": "deleteFeature",
32933
32820
  "description": null,
@@ -32994,39 +32881,6 @@
32994
32881
  "isDeprecated": false,
32995
32882
  "deprecationReason": null
32996
32883
  },
32997
- {
32998
- "name": "deleteOneEnvironment",
32999
- "description": null,
33000
- "args": [
33001
- {
33002
- "name": "input",
33003
- "description": null,
33004
- "type": {
33005
- "kind": "NON_NULL",
33006
- "name": null,
33007
- "ofType": {
33008
- "kind": "INPUT_OBJECT",
33009
- "name": "DeleteOneEnvironmentInput",
33010
- "ofType": null
33011
- }
33012
- },
33013
- "defaultValue": null,
33014
- "isDeprecated": false,
33015
- "deprecationReason": null
33016
- }
33017
- ],
33018
- "type": {
33019
- "kind": "NON_NULL",
33020
- "name": null,
33021
- "ofType": {
33022
- "kind": "OBJECT",
33023
- "name": "EnvironmentDeleteResponse",
33024
- "ofType": null
33025
- }
33026
- },
33027
- "isDeprecated": false,
33028
- "deprecationReason": null
33029
- },
33030
32884
  {
33031
32885
  "name": "deleteOneFeature",
33032
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.627.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.627.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