stigg-api-client 1.48.0 → 1.48.7

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: 546b611985de603ddde90b4da192afb8b0dc6b10cffe4366cd70be7c19808d9b
4
- data.tar.gz: 20df1ff372cb600c57a9197052037f3aa50d1ffd8544ce6691929c759a9b2937
3
+ metadata.gz: 99289857055dc6377af69c6449e8a5a67f99e64b5f01e65a40cb90c7d17cf083
4
+ data.tar.gz: 0d551bc1704b5934bfa9a0aae1b7b1b9b18c263b79094dcd156d7e7dcd4b4a79
5
5
  SHA512:
6
- metadata.gz: 48b35d7b3a2e55f52c7a38853b658fe4a0dfe6c0302ca13d0395b5be7971bd018f5358c2c9567c2334f22d134a870615e61740175b6bcd632a1416f3bba2c512
7
- data.tar.gz: 6ffc0e3e1b01512dca2f32089723c912ea5bbadff6295d8943f2e6b5b7f5d1a3dcb8e0c367ecfa479f528a3a11e45add7db23042d70015946648356668c460d2
6
+ metadata.gz: 5a6166de89893f76e687aea7ffbf6f13abeed44ec0b7dc5638290df61f6463518ff57043dfd2973eb7d0404d18b50a42d06f8ec0cbe265412345896c447390c1
7
+ data.tar.gz: 983c4181d383e6e8adab037a53d2608a6f87e2deec848e150d1bedfa46c50fcc5ae4001b7f26cd8a2da57f24463b4d5f5ba94cc13153f451f802505ccf73f5f3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.48.0)
4
+ stigg-api-client (1.48.7)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -256,6 +256,7 @@ module Stigg
256
256
  displayName
257
257
  }
258
258
  scheduleVariables {
259
+ __typename
259
260
  ... on DowngradeChangeVariables {
260
261
  addonRefIds
261
262
  billingPeriod
@@ -287,6 +288,7 @@ module Stigg
287
288
  displayName
288
289
  }
289
290
  scheduleVariables {
291
+ __typename
290
292
  ... on DowngradeChangeVariables {
291
293
  addonRefIds
292
294
  billingPeriod
@@ -1049,6 +1051,7 @@ module Stigg
1049
1051
  pricingType
1050
1052
  }
1051
1053
  scheduleVariables {
1054
+ __typename
1052
1055
  ... on DowngradeChangeVariables {
1053
1056
  addonRefIds
1054
1057
  billingPeriod
@@ -27719,6 +27719,18 @@
27719
27719
  "isDeprecated": false,
27720
27720
  "deprecationReason": null
27721
27721
  },
27722
+ {
27723
+ "name": "hasSoftLimit",
27724
+ "description": null,
27725
+ "type": {
27726
+ "kind": "SCALAR",
27727
+ "name": "Boolean",
27728
+ "ofType": null
27729
+ },
27730
+ "defaultValue": null,
27731
+ "isDeprecated": false,
27732
+ "deprecationReason": null
27733
+ },
27722
27734
  {
27723
27735
  "name": "hasUnlimitedUsage",
27724
27736
  "description": null,
@@ -61599,6 +61611,18 @@
61599
61611
  "isDeprecated": false,
61600
61612
  "deprecationReason": null
61601
61613
  },
61614
+ {
61615
+ "name": "hasSoftLimit",
61616
+ "description": null,
61617
+ "type": {
61618
+ "kind": "SCALAR",
61619
+ "name": "Boolean",
61620
+ "ofType": null
61621
+ },
61622
+ "defaultValue": null,
61623
+ "isDeprecated": false,
61624
+ "deprecationReason": null
61625
+ },
61602
61626
  {
61603
61627
  "name": "hasUnlimitedUsage",
61604
61628
  "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.48.0"
4
+ VERSION = "1.48.7"
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.48.0
4
+ version: 1.48.7
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-28 00:00:00.000000000 Z
11
+ date: 2024-02-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient