stigg-api-client 5.9.0 → 5.12.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d070fb2fd7a1ddbc87ce1c4687891300fe2a2c189d2b699cad37b96c83e4006
4
- data.tar.gz: 2ad84370c44ca82f613edd8957bf37b3ad555afaa356bb1047f853dbfd421c49
3
+ metadata.gz: 4e63d67bca649b1551369deb72533563233eeb02b0a1f2eefe1d5d5df85bf378
4
+ data.tar.gz: fd2ca07682cde7c8c47297c6a457d3d1bc6039c9974263bc3390da6586527fe9
5
5
  SHA512:
6
- metadata.gz: c892fcc19be7fb8605fc3e98bbdefefc152a6bcf26ccdbe41035284e0d103af72a754c631cf3485f307e5a2b75a00ec1a4acba449016c17657a58256f2495ca5
7
- data.tar.gz: 9700126e6561e259e9a4dd9b0f8f3f878db97573ff5c1ecd2f3897eadd860ee498fbf999f8951d0db1a17f82bd30b1e6ec500d6ad59b40393924bf61f5152c7c
6
+ metadata.gz: b4841f8a4afbb74c32308a75842afda0e4b01385991567e5188e7af633f9f2c99aca9015a1541ef954c76f407410a90c518c1993a932cd9dcb72b23d889eb43d
7
+ data.tar.gz: 90cfbe0c1900347203114dda93065bd2dbf99a1a8919af00d1e4fcf063a801a896b35ce018bad2b55de63455cdbc249d9391ed14905977f4f4e949e59c90d38a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.9.0)
4
+ stigg-api-client (5.12.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -7875,6 +7875,18 @@
7875
7875
  "inputFields": null,
7876
7876
  "interfaces": null,
7877
7877
  "enumValues": [
7878
+ {
7879
+ "name": "CONTAINS",
7880
+ "description": "Contains operation",
7881
+ "isDeprecated": false,
7882
+ "deprecationReason": null
7883
+ },
7884
+ {
7885
+ "name": "ENDS_WITH",
7886
+ "description": "Ends with operation",
7887
+ "isDeprecated": false,
7888
+ "deprecationReason": null
7889
+ },
7878
7890
  {
7879
7891
  "name": "EQUALS",
7880
7892
  "description": "Equals operation",
@@ -7893,6 +7905,12 @@
7893
7905
  "isDeprecated": false,
7894
7906
  "deprecationReason": null
7895
7907
  },
7908
+ {
7909
+ "name": "IN",
7910
+ "description": "In operation",
7911
+ "isDeprecated": false,
7912
+ "deprecationReason": null
7913
+ },
7896
7914
  {
7897
7915
  "name": "IS_NOT_NULL",
7898
7916
  "description": "Is not null operation",
@@ -7922,6 +7940,12 @@
7922
7940
  "description": "Not equals operation",
7923
7941
  "isDeprecated": false,
7924
7942
  "deprecationReason": null
7943
+ },
7944
+ {
7945
+ "name": "STARTS_WITH",
7946
+ "description": "Starts with operation",
7947
+ "isDeprecated": false,
7948
+ "deprecationReason": null
7925
7949
  }
7926
7950
  ],
7927
7951
  "possibleTypes": null
@@ -44592,6 +44616,26 @@
44592
44616
  },
44593
44617
  "isDeprecated": false,
44594
44618
  "deprecationReason": null
44619
+ },
44620
+ {
44621
+ "name": "values",
44622
+ "description": "The values of the field to filter on (used for IN operation)",
44623
+ "args": [],
44624
+ "type": {
44625
+ "kind": "LIST",
44626
+ "name": null,
44627
+ "ofType": {
44628
+ "kind": "NON_NULL",
44629
+ "name": null,
44630
+ "ofType": {
44631
+ "kind": "SCALAR",
44632
+ "name": "String",
44633
+ "ofType": null
44634
+ }
44635
+ }
44636
+ },
44637
+ "isDeprecated": false,
44638
+ "deprecationReason": null
44595
44639
  }
44596
44640
  ],
44597
44641
  "inputFields": null,
@@ -44648,6 +44692,26 @@
44648
44692
  "defaultValue": null,
44649
44693
  "isDeprecated": false,
44650
44694
  "deprecationReason": null
44695
+ },
44696
+ {
44697
+ "name": "values",
44698
+ "description": "The values of the field to filter on (used for IN operation)",
44699
+ "type": {
44700
+ "kind": "LIST",
44701
+ "name": null,
44702
+ "ofType": {
44703
+ "kind": "NON_NULL",
44704
+ "name": null,
44705
+ "ofType": {
44706
+ "kind": "SCALAR",
44707
+ "name": "String",
44708
+ "ofType": null
44709
+ }
44710
+ }
44711
+ },
44712
+ "defaultValue": null,
44713
+ "isDeprecated": false,
44714
+ "deprecationReason": null
44651
44715
  }
44652
44716
  ],
44653
44717
  "interfaces": 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 = "5.9.0"
4
+ VERSION = "5.12.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: 5.9.0
4
+ version: 5.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-11-10 00:00:00.000000000 Z
11
+ date: 2025-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient