stigg-api-client 5.9.0 → 5.13.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: 4ebf7d80da42e4bdf7d2351b5342b62254230863b57c1a2e1e86e7a1da4b7078
4
+ data.tar.gz: 5e4947a4fc8fbc1922e90af6b22741af2888ebe1f064e816ddbbaf2e7b55245f
5
5
  SHA512:
6
- metadata.gz: c892fcc19be7fb8605fc3e98bbdefefc152a6bcf26ccdbe41035284e0d103af72a754c631cf3485f307e5a2b75a00ec1a4acba449016c17657a58256f2495ca5
7
- data.tar.gz: 9700126e6561e259e9a4dd9b0f8f3f878db97573ff5c1ecd2f3897eadd860ee498fbf999f8951d0db1a17f82bd30b1e6ec500d6ad59b40393924bf61f5152c7c
6
+ metadata.gz: ba3aa07464bc928a9d6bd1cddc49d17573578c9d130372c11a35f78f76d40e294c3b939e4cbafade120a5a7a5e80b9100b00967430772c4b99ab807b5a76f0a1
7
+ data.tar.gz: ee2e469bfc0b5b963073c3db350704d0d66cf0c357357f022baf99f6f0f012a2351c1d749bdc4803c949e614d0d1faff593f8e17f3dd61813ca0915a245d236a
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.13.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
@@ -12285,6 +12309,46 @@
12285
12309
  "isDeprecated": false,
12286
12310
  "deprecationReason": null
12287
12311
  },
12312
+ {
12313
+ "name": "invoiceId",
12314
+ "description": "The invoice ID of the credit grant",
12315
+ "args": [],
12316
+ "type": {
12317
+ "kind": "SCALAR",
12318
+ "name": "String",
12319
+ "ofType": null
12320
+ },
12321
+ "isDeprecated": false,
12322
+ "deprecationReason": null
12323
+ },
12324
+ {
12325
+ "name": "latestInvoice",
12326
+ "description": "The latest invoice information of the credit grant",
12327
+ "args": [],
12328
+ "type": {
12329
+ "kind": "SCALAR",
12330
+ "name": "JSON",
12331
+ "ofType": null
12332
+ },
12333
+ "isDeprecated": false,
12334
+ "deprecationReason": null
12335
+ },
12336
+ {
12337
+ "name": "paymentCollection",
12338
+ "description": "The payment collection status of the credit grant",
12339
+ "args": [],
12340
+ "type": {
12341
+ "kind": "NON_NULL",
12342
+ "name": null,
12343
+ "ofType": {
12344
+ "kind": "ENUM",
12345
+ "name": "PaymentCollection",
12346
+ "ofType": null
12347
+ }
12348
+ },
12349
+ "isDeprecated": false,
12350
+ "deprecationReason": null
12351
+ },
12288
12352
  {
12289
12353
  "name": "priority",
12290
12354
  "description": "The priority of the credit grant",
@@ -44592,6 +44656,26 @@
44592
44656
  },
44593
44657
  "isDeprecated": false,
44594
44658
  "deprecationReason": null
44659
+ },
44660
+ {
44661
+ "name": "values",
44662
+ "description": "The values of the field to filter on (used for IN operation)",
44663
+ "args": [],
44664
+ "type": {
44665
+ "kind": "LIST",
44666
+ "name": null,
44667
+ "ofType": {
44668
+ "kind": "NON_NULL",
44669
+ "name": null,
44670
+ "ofType": {
44671
+ "kind": "SCALAR",
44672
+ "name": "String",
44673
+ "ofType": null
44674
+ }
44675
+ }
44676
+ },
44677
+ "isDeprecated": false,
44678
+ "deprecationReason": null
44595
44679
  }
44596
44680
  ],
44597
44681
  "inputFields": null,
@@ -44648,6 +44732,26 @@
44648
44732
  "defaultValue": null,
44649
44733
  "isDeprecated": false,
44650
44734
  "deprecationReason": null
44735
+ },
44736
+ {
44737
+ "name": "values",
44738
+ "description": "The values of the field to filter on (used for IN operation)",
44739
+ "type": {
44740
+ "kind": "LIST",
44741
+ "name": null,
44742
+ "ofType": {
44743
+ "kind": "NON_NULL",
44744
+ "name": null,
44745
+ "ofType": {
44746
+ "kind": "SCALAR",
44747
+ "name": "String",
44748
+ "ofType": null
44749
+ }
44750
+ }
44751
+ },
44752
+ "defaultValue": null,
44753
+ "isDeprecated": false,
44754
+ "deprecationReason": null
44651
44755
  }
44652
44756
  ],
44653
44757
  "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.13.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.13.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-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient