stigg-api-client 0.458.4 → 0.459.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: 98717efc7318025544e08a1cf90f0ec0088306d648c430a1819bcefc9f67dc1d
4
- data.tar.gz: cdd1bbb724ac51d4f4be105180d9e4e84b683e65b20ca26cdd6aadca0d3be0b0
3
+ metadata.gz: e21721d218ba3e632d10892a08851121a45417080a120bf221535d6331244ed7
4
+ data.tar.gz: 8005029093c19a186839c96710e8282ddce6bf6d1dbb4338c244126d436352e9
5
5
  SHA512:
6
- metadata.gz: de3e818c6238b27b04a6bfbfd1274f0bbcb08d1cac9430ab7f0b7ab0a12b3f3fa93ad4e2881f1df7c3feead709d250c392f1071ed4dc77bafcd966d9b59522d8
7
- data.tar.gz: 7de73eea6ef9361a799f2021b26103a711fc5cc979d473e0735e2d246dc8b0c07e7b4f0b84428e3a3db482333ccf1dac27f7877db623757b6a564976901da455
6
+ metadata.gz: 194aaf505851d5bac6da6148c21b7385067039f129e477c82e1f34aa22a2ef945515079c4735f980f16f6a30bfda23a47063feae0bea1098c814d37098e80f5c
7
+ data.tar.gz: 6ff798c08cab63ca9f007702581f5f817f3e4983ea377a85fa889a38d9fa43811329cf24f3dd61d80fcb26984ea07e61971019cec4badc26da45e977ebd5c9d7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.458.4)
4
+ stigg-api-client (0.459.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -3115,6 +3115,49 @@
3115
3115
  "enumValues": null,
3116
3116
  "possibleTypes": null
3117
3117
  },
3118
+ {
3119
+ "kind": "OBJECT",
3120
+ "name": "BillableFeature",
3121
+ "description": null,
3122
+ "fields": [
3123
+ {
3124
+ "name": "featureId",
3125
+ "description": null,
3126
+ "args": [],
3127
+ "type": {
3128
+ "kind": "NON_NULL",
3129
+ "name": null,
3130
+ "ofType": {
3131
+ "kind": "SCALAR",
3132
+ "name": "String",
3133
+ "ofType": null
3134
+ }
3135
+ },
3136
+ "isDeprecated": false,
3137
+ "deprecationReason": null
3138
+ },
3139
+ {
3140
+ "name": "quantity",
3141
+ "description": null,
3142
+ "args": [],
3143
+ "type": {
3144
+ "kind": "NON_NULL",
3145
+ "name": null,
3146
+ "ofType": {
3147
+ "kind": "SCALAR",
3148
+ "name": "Float",
3149
+ "ofType": null
3150
+ }
3151
+ },
3152
+ "isDeprecated": false,
3153
+ "deprecationReason": null
3154
+ }
3155
+ ],
3156
+ "inputFields": null,
3157
+ "interfaces": [],
3158
+ "enumValues": null,
3159
+ "possibleTypes": null
3160
+ },
3118
3161
  {
3119
3162
  "kind": "INPUT_OBJECT",
3120
3163
  "name": "BillableFeatureInput",
@@ -16219,6 +16262,26 @@
16219
16262
  "isDeprecated": false,
16220
16263
  "deprecationReason": null
16221
16264
  },
16265
+ {
16266
+ "name": "billableFeatures",
16267
+ "description": null,
16268
+ "args": [],
16269
+ "type": {
16270
+ "kind": "LIST",
16271
+ "name": null,
16272
+ "ofType": {
16273
+ "kind": "NON_NULL",
16274
+ "name": null,
16275
+ "ofType": {
16276
+ "kind": "OBJECT",
16277
+ "name": "BillableFeature",
16278
+ "ofType": null
16279
+ }
16280
+ }
16281
+ },
16282
+ "isDeprecated": false,
16283
+ "deprecationReason": null
16284
+ },
16222
16285
  {
16223
16286
  "name": "billingPeriod",
16224
16287
  "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.458.4"
4
+ VERSION = "0.459.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.458.4
4
+ version: 0.459.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-06-06 00:00:00.000000000 Z
11
+ date: 2023-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient