stigg-api-client 0.600.4 → 0.605.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a6fe97ff945e642997416f0f3a331e5eb978d3933fd897781daaea8bc0bd20f
4
- data.tar.gz: 2772a17bc2857462cc66a9a3645a331cb0eaef12b1323b2c30136b545872124b
3
+ metadata.gz: 4f255a86068661840599af66066615d7153be2f9956a191e087d4c32a3acef41
4
+ data.tar.gz: '090bcb98e731526047bdcd4843cf09b7ef307c1e0b2cb83fbb8d7999b5dfcb77'
5
5
  SHA512:
6
- metadata.gz: 418013aca140dfac6754182f75579d9dde5f30d49dcfa4a209a8a55ca6ce0b37307a910c22aac92cfa59759ffd4758cc0edcf61dd660109db4d1ed75113e33ca
7
- data.tar.gz: 1d7f139cdc68c5123b76ca444bb9f1c4dc2b65571aafc5d93c8d1186dfc43c73f697aff17e94427e891f0c44e3cd0c44c216193ca3a394ba1850f3cc7e9537dc
6
+ metadata.gz: f06b360597f137390302eb14b3973ac7c920c6e4e94623e41c4f38bf59177da324889a4e4c6912983e56d76b97d005db0aa7fa7bfcfd9e364c0989fa68dda3fa
7
+ data.tar.gz: d90e5bf45c6fba606c130eb1ddcfbe7afcddbd7bcc683f831987b34ad713dc4931cc59d497be13560f006777a34c9830a288168f9baa3c0bbfeac6d823184ba5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.600.4)
4
+ stigg-api-client (0.605.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -21553,12 +21553,24 @@
21553
21553
  "isDeprecated": false,
21554
21554
  "deprecationReason": null
21555
21555
  },
21556
+ {
21557
+ "name": "EDGE_API_CUSTOMER_DATA_RESYNC",
21558
+ "description": null,
21559
+ "isDeprecated": false,
21560
+ "deprecationReason": null
21561
+ },
21556
21562
  {
21557
21563
  "name": "EDGE_API_DATA_RESYNC",
21558
21564
  "description": null,
21559
21565
  "isDeprecated": false,
21560
21566
  "deprecationReason": null
21561
21567
  },
21568
+ {
21569
+ "name": "EDGE_API_SUBSCRIPTIONS_DATA_RESYNC",
21570
+ "description": null,
21571
+ "isDeprecated": false,
21572
+ "deprecationReason": null
21573
+ },
21562
21574
  {
21563
21575
  "name": "ENTITLEMENTS_UPDATED",
21564
21576
  "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 = "0.600.4"
4
+ VERSION = "0.605.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: 0.600.4
4
+ version: 0.605.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-10-27 00:00:00.000000000 Z
11
+ date: 2023-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient