stigg-api-client 5.194.5 → 5.196.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: ee07f00f93450586d10516f4eee72a7785d8c09bdb7743a337a97622e8fd4473
4
- data.tar.gz: 7b0308ca08963edacbe544ae702bae2cab14e55a7cb5a3e281a37efbc80784fa
3
+ metadata.gz: 85088e4cc3be28c5a5b74eaddd2727d1c2ef11272821bf27fd19ddf0f9002d4a
4
+ data.tar.gz: 79e19c92a3def1e3b9a84ed8d2c01447930ed6c0fbb70c5f4f6851ddf6554ce2
5
5
  SHA512:
6
- metadata.gz: d5fe1a9094600d52fa56c4000c66d573f399a964c32f56b2bcc521a2ba34fc7399c7519882597386588c189ccf884c2b6224f4d810151bf357ace055d083b67c
7
- data.tar.gz: a7a440383326c0eda02f783de6b4a5e8299319b8c68204c70306f0f40409c54110ddca42e9f7edb8e5e4e9c885e8cf4f516dd999958d89708cd529893ba9f558
6
+ metadata.gz: 95c04f5700b83a8623e5777364c617dfdf266e9f6b4f4ad3c192de7eb8bdead757af6ab7ab46c40efa530db90522e41f79f9efdd8dd1e0d1bb7628955717e2a8
7
+ data.tar.gz: c90ae924b51e2e1a6f716bea043df26ed72548173fb46eb2a5b4a61b5507a3796bc213e9657e236ecd123cddf3c92bfdf6a9b9590c53ed1520b1cb7a7ee2ed42
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.194.5)
4
+ stigg-api-client (5.196.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -3649,9 +3649,13 @@
3649
3649
  "description": "The display name of the API key",
3650
3650
  "args": [],
3651
3651
  "type": {
3652
- "kind": "SCALAR",
3653
- "name": "String",
3654
- "ofType": null
3652
+ "kind": "NON_NULL",
3653
+ "name": null,
3654
+ "ofType": {
3655
+ "kind": "SCALAR",
3656
+ "name": "String",
3657
+ "ofType": null
3658
+ }
3655
3659
  },
3656
3660
  "isDeprecated": false,
3657
3661
  "deprecationReason": null
@@ -15836,6 +15840,12 @@
15836
15840
  "inputFields": null,
15837
15841
  "interfaces": null,
15838
15842
  "enumValues": [
15843
+ {
15844
+ "name": "CANCELED",
15845
+ "description": "Invoice is voided",
15846
+ "isDeprecated": false,
15847
+ "deprecationReason": null
15848
+ },
15839
15849
  {
15840
15850
  "name": "OPEN",
15841
15851
  "description": "Invoice is open and waiting for payment",
@@ -35092,6 +35102,30 @@
35092
35102
  "isDeprecated": false,
35093
35103
  "deprecationReason": null
35094
35104
  },
35105
+ {
35106
+ "name": "API_KEY_CREATED",
35107
+ "description": "API key created",
35108
+ "isDeprecated": false,
35109
+ "deprecationReason": null
35110
+ },
35111
+ {
35112
+ "name": "API_KEY_REVOKED",
35113
+ "description": "API key revoked",
35114
+ "isDeprecated": false,
35115
+ "deprecationReason": null
35116
+ },
35117
+ {
35118
+ "name": "API_KEY_ROTATED",
35119
+ "description": "API key rotated",
35120
+ "isDeprecated": false,
35121
+ "deprecationReason": null
35122
+ },
35123
+ {
35124
+ "name": "API_KEY_UPDATED",
35125
+ "description": "API key updated",
35126
+ "isDeprecated": false,
35127
+ "deprecationReason": null
35128
+ },
35095
35129
  {
35096
35130
  "name": "AUTOMATIC_RECHARGE_CONFIGURATION_CHANGED",
35097
35131
  "description": "Automatic recharge configuration changed",
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.194.5"
4
+ VERSION = "5.196.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.194.5
4
+ version: 5.196.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-02-03 00:00:00.000000000 Z
11
+ date: 2026-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient