stigg-api-client 2.447.2 → 2.448.2

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: 845382abd90a9d930e4438b335eabcad33b49712c26d43d176b3cf5aa71f18b7
4
- data.tar.gz: 9256df01606c9f52658a6dc5024ae6227dfcd0d0ab637993fb07a582cb01f884
3
+ metadata.gz: '099a29af2538405649e574811022ad5eec0bf9c2df72d4febfea9a58247018af'
4
+ data.tar.gz: c23d4269b06aef6a1df1a01758d7d35a51ff3459d83b7135264e2f38f7769efc
5
5
  SHA512:
6
- metadata.gz: c964d8c10c6b0bb08feec88d46afc043c24d16ffe2dd46fdb2bf553bd46aba646fa2dd67747241c53d0bf3e45ddf54827d72877fb91f86f1729fdd6a2e33e30f
7
- data.tar.gz: 5b1d33f3451ed861b034bd8a0de48dcc5890f882060e6050f841046d6826bbb2433f1dae205ca9ec0c96256a854471ef395521ac71e1311a8673ad99cdcd2d04
6
+ metadata.gz: 35af8349dcf38a750415260c26a1f7f406729e5633979b0b39a3c40eae4dc92f5f7cee288c02ee0695e5ca697b3b0d6a52406a0aaf8e75dea4dc1b4e0b162224
7
+ data.tar.gz: 8c4456229a982abeed3e0aef2d37ffd6ed54a99cbadaceb7618d7e7b4716677d770cb397bd4542cf0a03cdc3268ba91bb5896c4ce822de4feba0ad7714764884
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.447.2)
4
+ stigg-api-client (2.448.2)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -65211,7 +65211,7 @@
65211
65211
  }
65212
65212
  }
65213
65213
  },
65214
- "defaultValue": "[{direction: DESC, field: createdAt}]",
65214
+ "defaultValue": "[{direction: DESC, field: createdAt}, {direction: ASC, field: refId}]",
65215
65215
  "isDeprecated": false,
65216
65216
  "deprecationReason": null
65217
65217
  }
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.447.2"
4
+ VERSION = "2.448.2"
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: 2.447.2
4
+ version: 2.448.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-06-25 00:00:00.000000000 Z
11
+ date: 2025-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient