stigg-api-client 2.447.2 → 2.448.1

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: 05bbf21723fa8efe6b63d30b28beec3ba21565f9f7101ec2f17e5789ce4495e5
4
+ data.tar.gz: a66406591e2cf35236df1d518ec59d0cb5d8ff501bb03fd4a027828bb23e1b42
5
5
  SHA512:
6
- metadata.gz: c964d8c10c6b0bb08feec88d46afc043c24d16ffe2dd46fdb2bf553bd46aba646fa2dd67747241c53d0bf3e45ddf54827d72877fb91f86f1729fdd6a2e33e30f
7
- data.tar.gz: 5b1d33f3451ed861b034bd8a0de48dcc5890f882060e6050f841046d6826bbb2433f1dae205ca9ec0c96256a854471ef395521ac71e1311a8673ad99cdcd2d04
6
+ metadata.gz: 169ef72e177c4b9f72c392429c29eb5cc1a9f827e4f43165bb94c5dcef040274b9b50e445d7ebe0677ac05c78d9975c9a5a264ff56db07d32696d3483679524e
7
+ data.tar.gz: c1be5b5ae904f9530a90e7de0b799e24639404168896a7f7e86d294ccc60a3cc1d05f65243426112262659ad810e5a027f542a23afa064f392ead3dd8709156d
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.1)
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.1"
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.1
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