stigg-api-client 3.101.0 → 3.105.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: 606ef5f86320d55e30611bbf337eb18829b4988ee2493676b633d3f7230311f9
4
- data.tar.gz: 54479759eefb9d0ff9da7b27ea44b14c45863f2999d9940b9602e84aa418e052
3
+ metadata.gz: 4c355136c679d35ec9da8908345fd095929750413de15d0d19c2906c2b312e39
4
+ data.tar.gz: 7e65132fef2909242ecbc2e93e11ffb0c70bef7923e93e2de3877e857104c9bd
5
5
  SHA512:
6
- metadata.gz: dde2640abbb0e6a2e83ef28fa5b2cfece6c4a5c50e2985da0eec057f23e52f33289c4f5c72cb697db44f65683b28f2d0f11843beb1f32018f6eae1ec44466f43
7
- data.tar.gz: d5364b7b08377b850455e1eb862a36872766b5a6cdfa1cf373be1858aea8e1ce8f95477ea81fdac9a4dadba6b28ceb299da7cd553aeb8f3372698c834fcfe890
6
+ metadata.gz: bc67ec22db69ccb52e4f5f3ea9656e8f7c5b8a7530deb80b4eb0dbe61041353f3d6899bb8705fa51c1109aed2b8d7570b8a6094fba139db09f1e1269f4f706f5
7
+ data.tar.gz: 82eb7c5e98269ef7da475d389f28371b23d6e14ff2a01b8048c0b11fc38a70c99e8c6eebc248f6d0e7470044dd5916f9b43304e794f314470e3305d5055de7df
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.101.0)
4
+ stigg-api-client (3.105.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -13006,9 +13006,13 @@
13006
13006
  "name": "currencyId",
13007
13007
  "description": "The custom currency refId for the credit rate",
13008
13008
  "type": {
13009
- "kind": "SCALAR",
13010
- "name": "String",
13011
- "ofType": null
13009
+ "kind": "NON_NULL",
13010
+ "name": null,
13011
+ "ofType": {
13012
+ "kind": "SCALAR",
13013
+ "name": "String",
13014
+ "ofType": null
13015
+ }
13012
13016
  },
13013
13017
  "defaultValue": null,
13014
13018
  "isDeprecated": false,
@@ -30875,44 +30879,86 @@
30875
30879
  "deprecationReason": null
30876
30880
  },
30877
30881
  {
30878
- "name": "CREDITS_BALANCE_DEPLETED",
30879
- "description": "Credits balance depleted",
30882
+ "name": "CREDITS_BALANCE_DEPLETED_OLD",
30883
+ "description": "Deprecated, use CREDIT_BALANCE_DEPLETED instead",
30884
+ "isDeprecated": true,
30885
+ "deprecationReason": "Event name changed"
30886
+ },
30887
+ {
30888
+ "name": "CREDITS_BALANCE_LOW_OLD",
30889
+ "description": "Deprecated, use CREDIT_BALANCE_LOW instead",
30890
+ "isDeprecated": true,
30891
+ "deprecationReason": "Event name changed"
30892
+ },
30893
+ {
30894
+ "name": "CREDITS_GRANT_BALANCE_LOW_OLD",
30895
+ "description": "Deprecated, use CREDIT_GRANT_BALANCE_LOW instead",
30896
+ "isDeprecated": true,
30897
+ "deprecationReason": "Event name changed"
30898
+ },
30899
+ {
30900
+ "name": "CREDITS_GRANT_DEPLETED_OLD",
30901
+ "description": "Deprecated, use CREDIT_GRANT_DEPLETED instead",
30902
+ "isDeprecated": true,
30903
+ "deprecationReason": "Event name changed"
30904
+ },
30905
+ {
30906
+ "name": "CREDITS_GRANT_EXPIRED_OLD",
30907
+ "description": "Deprecated, use CREDIT_GRANT_EXPIRED instead",
30908
+ "isDeprecated": true,
30909
+ "deprecationReason": "Event name changed"
30910
+ },
30911
+ {
30912
+ "name": "CREDITS_GRANT_GRANTED_OLD",
30913
+ "description": "Deprecated, use CREDIT_GRANT_CREATED instead",
30914
+ "isDeprecated": true,
30915
+ "deprecationReason": "Event name changed"
30916
+ },
30917
+ {
30918
+ "name": "CREDITS_GRANT_UPDATED_OLD",
30919
+ "description": "Deprecated, use CREDIT_GRANT_UPDATED instead",
30920
+ "isDeprecated": true,
30921
+ "deprecationReason": "Event name changed"
30922
+ },
30923
+ {
30924
+ "name": "CREDIT_BALANCE_DEPLETED",
30925
+ "description": "Credit balance depleted",
30880
30926
  "isDeprecated": false,
30881
30927
  "deprecationReason": null
30882
30928
  },
30883
30929
  {
30884
- "name": "CREDITS_BALANCE_USAGE_LOW",
30885
- "description": "Credits balance usage low",
30930
+ "name": "CREDIT_BALANCE_LOW",
30931
+ "description": "Credit balance low",
30886
30932
  "isDeprecated": false,
30887
30933
  "deprecationReason": null
30888
30934
  },
30889
30935
  {
30890
- "name": "CREDITS_GRANT_DEPLETED",
30891
- "description": "Credits grant depleted",
30936
+ "name": "CREDIT_GRANT_BALANCE_LOW",
30937
+ "description": "Credit grant balance low",
30892
30938
  "isDeprecated": false,
30893
30939
  "deprecationReason": null
30894
30940
  },
30895
30941
  {
30896
- "name": "CREDITS_GRANT_EXPIRED",
30897
- "description": "Credits grant expired",
30942
+ "name": "CREDIT_GRANT_CREATED",
30943
+ "description": "Credit grant created",
30898
30944
  "isDeprecated": false,
30899
30945
  "deprecationReason": null
30900
30946
  },
30901
30947
  {
30902
- "name": "CREDITS_GRANT_GRANTED",
30903
- "description": "Credits grant granted",
30948
+ "name": "CREDIT_GRANT_DEPLETED",
30949
+ "description": "Credit grant depleted",
30904
30950
  "isDeprecated": false,
30905
30951
  "deprecationReason": null
30906
30952
  },
30907
30953
  {
30908
- "name": "CREDITS_GRANT_UPDATED",
30909
- "description": "Credits grant updated",
30954
+ "name": "CREDIT_GRANT_EXPIRED",
30955
+ "description": "Credit grant expired",
30910
30956
  "isDeprecated": false,
30911
30957
  "deprecationReason": null
30912
30958
  },
30913
30959
  {
30914
- "name": "CREDITS_GRANT_USAGE_LOW",
30915
- "description": "Credits grant usage low",
30960
+ "name": "CREDIT_GRANT_UPDATED",
30961
+ "description": "Credit grant updated",
30916
30962
  "isDeprecated": false,
30917
30963
  "deprecationReason": null
30918
30964
  },
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.101.0"
4
+ VERSION = "3.105.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.101.0
4
+ version: 3.105.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg