stigg-api-client 1.139.2 → 1.142.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: 2fffe255a1fae2a4cc105bcdf1036a195af25cc360208f201df0774b5981bb8c
4
- data.tar.gz: 0f8baf748637521ab0617f0e55aa72965303bed161c16e7aa500607744408ff4
3
+ metadata.gz: 51c1fdb4c8dd5584f5a5a35053ea16842bfdec946292eebcac1235b8aa9b133d
4
+ data.tar.gz: 1bed900eb23ce6498b95ed6c244b19a4c9c496bd45b5ff06e0889810d5de578f
5
5
  SHA512:
6
- metadata.gz: 0c59b1985b0984821e7b0985e7cb031d3c676a26bab1c198c1c2be7b4dfb0d114b2a8d86796b0325ede22254335293c1d41a113960830bb6729ddb9e6ddca4dd
7
- data.tar.gz: bd19036fc662c75d2dec5f373b052dba7445dffc22ceb744891f261b8b9d3fdc9131c4b3cd67b5283bf6c6b1236922e29dc56a926e0cc599064d9a5f103caf10
6
+ metadata.gz: 8d9afe0df2deddba8760ef95482860989826474dbb701f6952449d1d92b45a07aca872b5432bce59413fd1eda8aa8fb564041c94c0165a8ab388bd4173de43b8
7
+ data.tar.gz: 9dea801320227595a8256c94d10223158274fc58117e28c3fb65954d943d879b5525625ad8cbaa157f9b9b341a87cc44792ad7390f2806faa5228b7c639fcf80
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.139.2)
4
+ stigg-api-client (1.142.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -24458,6 +24458,12 @@
24458
24458
  "isDeprecated": false,
24459
24459
  "deprecationReason": null
24460
24460
  },
24461
+ {
24462
+ "name": "SUBSCRIPTION_SPENT_LIMIT_EXCEEDED",
24463
+ "description": null,
24464
+ "isDeprecated": false,
24465
+ "deprecationReason": null
24466
+ },
24461
24467
  {
24462
24468
  "name": "SUBSCRIPTION_TRIAL_CONVERTED",
24463
24469
  "description": null,
@@ -31358,13 +31364,9 @@
31358
31364
  "description": null,
31359
31365
  "args": [],
31360
31366
  "type": {
31361
- "kind": "NON_NULL",
31362
- "name": null,
31363
- "ofType": {
31364
- "kind": "SCALAR",
31365
- "name": "DateTime",
31366
- "ofType": null
31367
- }
31367
+ "kind": "SCALAR",
31368
+ "name": "DateTime",
31369
+ "ofType": null
31368
31370
  },
31369
31371
  "isDeprecated": false,
31370
31372
  "deprecationReason": null
@@ -52010,6 +52012,18 @@
52010
52012
  "description": null,
52011
52013
  "fields": null,
52012
52014
  "inputFields": [
52015
+ {
52016
+ "name": "baseCharge",
52017
+ "description": "Whether the price is a base charge",
52018
+ "type": {
52019
+ "kind": "SCALAR",
52020
+ "name": "Boolean",
52021
+ "ofType": null
52022
+ },
52023
+ "defaultValue": null,
52024
+ "isDeprecated": false,
52025
+ "deprecationReason": null
52026
+ },
52013
52027
  {
52014
52028
  "name": "blockSize",
52015
52029
  "description": "The number of units per block. Defaults to 1 unit.",
@@ -52026,13 +52040,9 @@
52026
52040
  "name": "featureId",
52027
52041
  "description": "The corresponding feature id of the price",
52028
52042
  "type": {
52029
- "kind": "NON_NULL",
52030
- "name": null,
52031
- "ofType": {
52032
- "kind": "SCALAR",
52033
- "name": "String",
52034
- "ofType": null
52035
- }
52043
+ "kind": "SCALAR",
52044
+ "name": "String",
52045
+ "ofType": null
52036
52046
  },
52037
52047
  "defaultValue": null,
52038
52048
  "isDeprecated": false,
@@ -68134,13 +68144,9 @@
68134
68144
  "description": null,
68135
68145
  "args": [],
68136
68146
  "type": {
68137
- "kind": "NON_NULL",
68138
- "name": null,
68139
- "ofType": {
68140
- "kind": "SCALAR",
68141
- "name": "DateTime",
68142
- "ofType": null
68143
- }
68147
+ "kind": "SCALAR",
68148
+ "name": "DateTime",
68149
+ "ofType": null
68144
68150
  },
68145
68151
  "isDeprecated": false,
68146
68152
  "deprecationReason": 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.139.2"
4
+ VERSION = "1.142.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.139.2
4
+ version: 1.142.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-04-16 00:00:00.000000000 Z
11
+ date: 2024-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient