stigg-api-client 0.603.4 → 0.613.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: 47ef5332828fde16d0a8d1f76b2ba3e32d93188cc5d2450b3712b224616331fb
4
- data.tar.gz: 7f15bcdab5c69cac5efc8f316b1482ab57cf9327524fdcb4dda2cdc6bb9d530e
3
+ metadata.gz: 2c584d2498414245ed5aa1cbc1de2057d8f4bf72e3aa006e197105ead4c5388a
4
+ data.tar.gz: 22e1ebda17f6de7a785c26f6cc36f18fceb63575de8fe666c67207dbf2e0b585
5
5
  SHA512:
6
- metadata.gz: 40af70dd90e8166f05e85923475b166753d944f60e38875cc5a6020dbe3614c9a51162640dc25953511e776887963ceb1da45dad7fa5d724b40cc23ae42c20c7
7
- data.tar.gz: 387d34676f3c3e794d0f724203a2536704e3c02f5275a8e5525a3db12e22c1a51c266b84c5213adc5b16b54ea4d4bb42cbb5451066524329c280ead504e84a79
6
+ metadata.gz: 24184cb47d7e17ad9df10d4142d027ec985e0c2758ba026e045b6e97775adc536c03644ea6140a19202d830fb9085a9c93906bc2dac19bde25f9c29cb4cb5c99
7
+ data.tar.gz: 6a7ec81de3ada2de3a808f99ba9adc3b8ff1950758f3d3585c57e118c2c94b56eb65e21034afadb62a9517b08f882da7a0811f16d82f50eefd0a5a5b87e2969e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.603.4)
4
+ stigg-api-client (0.613.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,
@@ -61749,6 +61761,12 @@
61749
61761
  "inputFields": null,
61750
61762
  "interfaces": null,
61751
61763
  "enumValues": [
61764
+ {
61765
+ "name": "CANCELED",
61766
+ "description": null,
61767
+ "isDeprecated": false,
61768
+ "deprecationReason": null
61769
+ },
61752
61770
  {
61753
61771
  "name": "COMPLETED",
61754
61772
  "description": null,
@@ -62020,6 +62038,12 @@
62020
62038
  "description": null,
62021
62039
  "isDeprecated": false,
62022
62040
  "deprecationReason": null
62041
+ },
62042
+ {
62043
+ "name": "SUBSCRIPTION_MIGRATION_V2",
62044
+ "description": null,
62045
+ "isDeprecated": false,
62046
+ "deprecationReason": null
62023
62047
  }
62024
62048
  ],
62025
62049
  "possibleTypes": 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.603.4"
4
+ VERSION = "0.613.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.603.4
4
+ version: 0.613.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-30 00:00:00.000000000 Z
11
+ date: 2023-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient