stigg-api-client 6.14.0 → 6.15.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: d0f52c3ae940566fd5008ebbf85c57f4947bb8d1aa159b0394a669a269fa3a71
4
- data.tar.gz: 53e5c7580139015e8031ce6d5f243091cfc9ce8409545a1b71a1fcd60488d750
3
+ metadata.gz: 3517d53350e9122432e4859c9675590db23dedd14f50f06c0632f68beae2241c
4
+ data.tar.gz: cdac90e6b08ae93b6a888d208c3c93b9ec1374275e042eebbc62365e700578ca
5
5
  SHA512:
6
- metadata.gz: 9b2358d4572650a3f12cb92008db879a618e3c6d3f575a4bacd1a7c5eca4a80290dd0020d4bd23b4f6a30a2aef373d86fcb856a1fc772594510998533a62c4e0
7
- data.tar.gz: 07b9f3dc5347279eae48476f452617755f667fd3eab665935213f35ebc75f59d7ec27e040a22c7f2d3287dda748652b84f993e8d45a96d9e7fd9b4176877bf72
6
+ metadata.gz: f1c12767c8cc79835c1969e7315dad86b03e59ffc6272bd6ffcc136baa96ab21eaea9b3cc88faccf4300f689b70900cb83355cac131d9d0de3e11fb3f332435b
7
+ data.tar.gz: d925f6103b93e793584af6637c74939617353c2c6655ebf6c5da425b70483847e66d830b84276061dd50e440a8712aeaace78bbd84fc12a63764418fb29bf1c8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (6.14.0)
4
+ stigg-api-client (6.15.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -90905,6 +90905,18 @@
90905
90905
  "isDeprecated": false,
90906
90906
  "deprecationReason": null
90907
90907
  },
90908
+ {
90909
+ "name": "idempotencyKey",
90910
+ "description": "Idempotency key",
90911
+ "type": {
90912
+ "kind": "SCALAR",
90913
+ "name": "String",
90914
+ "ofType": null
90915
+ },
90916
+ "defaultValue": null,
90917
+ "isDeprecated": false,
90918
+ "deprecationReason": null
90919
+ },
90908
90920
  {
90909
90921
  "name": "resourceId",
90910
90922
  "description": "Resource id",
@@ -91071,6 +91083,18 @@
91071
91083
  "isDeprecated": false,
91072
91084
  "deprecationReason": null
91073
91085
  },
91086
+ {
91087
+ "name": "idempotencyKey",
91088
+ "description": "Idempotency key",
91089
+ "type": {
91090
+ "kind": "SCALAR",
91091
+ "name": "String",
91092
+ "ofType": null
91093
+ },
91094
+ "defaultValue": null,
91095
+ "isDeprecated": false,
91096
+ "deprecationReason": null
91097
+ },
91074
91098
  {
91075
91099
  "name": "resourceId",
91076
91100
  "description": "Resource id",
@@ -114331,6 +114355,18 @@
114331
114355
  "isDeprecated": false,
114332
114356
  "deprecationReason": null
114333
114357
  },
114358
+ {
114359
+ "name": "idempotencyKey",
114360
+ "description": "Idempotency key",
114361
+ "type": {
114362
+ "kind": "SCALAR",
114363
+ "name": "String",
114364
+ "ofType": null
114365
+ },
114366
+ "defaultValue": null,
114367
+ "isDeprecated": false,
114368
+ "deprecationReason": null
114369
+ },
114334
114370
  {
114335
114371
  "name": "resourceId",
114336
114372
  "description": "Resource id",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "6.14.0"
4
+ VERSION = "6.15.0"
5
5
  end
data/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@stigg/api-client-ruby",
3
- "version": "6.14.0"
3
+ "version": "6.15.0"
4
4
  }
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: 6.14.0
4
+ version: 6.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-07-01 00:00:00.000000000 Z
11
+ date: 2026-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient