stigg-api-client 0.700.0 → 0.703.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: 14e07f5b02ca52121f2bc10d8403195a6763d76e2180073f29240d0ccae20b24
4
- data.tar.gz: 50bcda5a9b1d016479330db1fb04e53c3c2080c042fb7dc596b7c2b550381c8f
3
+ metadata.gz: 1a9d7293bbb4a80e5cca89b91378fb4b4dca3796b8ba17e0a83161b0002f12da
4
+ data.tar.gz: 8180b1373b1547a64478ebcb03ddf08886bfd3a4b191b00278d2063ae337e09a
5
5
  SHA512:
6
- metadata.gz: 953021a43769306a406e804ef056efd2147af799266ca28b458554b8d16c39683eaafffec980e9c22e80a58ed9767e9528dbe18f751d0f77ff1e7635f2026f6e
7
- data.tar.gz: 3bf63ab673a35a673feb99d57423381ec789a74cafee3277ad6a47d32e3f1dec323c9d42afcfd25195d8e87fdfebb9f364c99058602e497235446f21a7204d15
6
+ metadata.gz: e1b163f3e04f265e17ddba7f8f9e22f77ca1fd8a6d01ba2694c28bf4ba53e05a6d10cc23cd3c39c9258a31470ae695b767ba000e52d3cd9d41647983d9409337
7
+ data.tar.gz: 7ff7d5b94486c7683763e974b84cfcbe84591c18ef96197711f0540246098dfd67ff0d519a59fb18dc81f9be9c5e481b8bb465fd79e24c55c91c4a261206e266
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.700.0)
4
+ stigg-api-client (0.703.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -18826,18 +18826,6 @@
18826
18826
  "description": null,
18827
18827
  "fields": null,
18828
18828
  "inputFields": [
18829
- {
18830
- "name": "billingDisplayName",
18831
- "description": null,
18832
- "type": {
18833
- "kind": "SCALAR",
18834
- "name": "String",
18835
- "ofType": null
18836
- },
18837
- "defaultValue": null,
18838
- "isDeprecated": false,
18839
- "deprecationReason": null
18840
- },
18841
18829
  {
18842
18830
  "name": "description",
18843
18831
  "description": null,
@@ -64511,6 +64499,12 @@
64511
64499
  "description": null,
64512
64500
  "isDeprecated": false,
64513
64501
  "deprecationReason": null
64502
+ },
64503
+ {
64504
+ "name": "VOLUME_PER_UNIT",
64505
+ "description": null,
64506
+ "isDeprecated": false,
64507
+ "deprecationReason": null
64514
64508
  }
64515
64509
  ],
64516
64510
  "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.700.0"
4
+ VERSION = "0.703.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.700.0
4
+ version: 0.703.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-12-12 00:00:00.000000000 Z
11
+ date: 2023-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient