stigg-api-client 1.46.0 → 1.48.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: 6c93ecfd4b1af8ca79e34f30321e22888c2c57c7b15cf1490f03dc68c6b24b75
4
- data.tar.gz: 9521ab757cfcd0a982d462c22ea71078f1272830cb4f55a63d438cb3c3204496
3
+ metadata.gz: 546b611985de603ddde90b4da192afb8b0dc6b10cffe4366cd70be7c19808d9b
4
+ data.tar.gz: 20df1ff372cb600c57a9197052037f3aa50d1ffd8544ce6691929c759a9b2937
5
5
  SHA512:
6
- metadata.gz: a4b5a3d617bf63bcc2401e7fc431a64a5e299aaed226852a8185b22fb774e01b3d46ead1c85f6048532346ba61613d8ace393a9b9417b5157a7cceededc9ea7b
7
- data.tar.gz: 9c20416df94a7337b832ddb152db8a752fd8b639d38ca4527810acfbe72978ef42740aaf95fbb09e8eb4c265e7eebf13e3ca0ce94c9c584f016e294d01aca314
6
+ metadata.gz: 48b35d7b3a2e55f52c7a38853b658fe4a0dfe6c0302ca13d0395b5be7971bd018f5358c2c9567c2334f22d134a870615e61740175b6bcd632a1416f3bba2c512
7
+ data.tar.gz: 6ffc0e3e1b01512dca2f32089723c912ea5bbadff6295d8943f2e6b5b7f5d1a3dcb8e0c367ecfa479f528a3a11e45add7db23042d70015946648356668c460d2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.46.0)
4
+ stigg-api-client (1.48.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -23398,6 +23398,12 @@
23398
23398
  "isDeprecated": false,
23399
23399
  "deprecationReason": null
23400
23400
  },
23401
+ {
23402
+ "name": "SUBSCRIPTION_BILLING_MONTH_ENDS_SOON",
23403
+ "description": null,
23404
+ "isDeprecated": false,
23405
+ "deprecationReason": null
23406
+ },
23401
23407
  {
23402
23408
  "name": "SUBSCRIPTION_CANCELED",
23403
23409
  "description": null,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.46.0"
4
+ VERSION = "1.48.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: 1.46.0
4
+ version: 1.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-26 00:00:00.000000000 Z
11
+ date: 2024-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient