stigg-api-client 0.642.0 → 0.657.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: 02d9aec67e7e41c91fb4ae50d955c7c9f5443dcd6ed5b22b0e4ee80fb75c4f6e
4
- data.tar.gz: fbf824212618a0933b62d588a18f8e0ad3088ec337c422b99293607afc4a43c5
3
+ metadata.gz: f7d351d585c5c58726ca18ead781d9c6b9f5170cc4f546b76830b3641a7b86fd
4
+ data.tar.gz: 42e9f839105c2dad6a198f927172a8d9a6798c2c1e15219b75960a1ce3138ed5
5
5
  SHA512:
6
- metadata.gz: 68e9d684e37676d2f22640cad07ad2c542e5c741c494c41de2e147d99d5a62441fd12fe7d080d1eaa6cf882f5817cfca101b3ed886d7eb3490c3765689208296
7
- data.tar.gz: 678ff9591cb62d50e0fdd699b6181c795c2e2a423ae34bc0cda6ca092b67283a8623e90c4a125f1d5866072c5b33eef3c3d6e5cc81e12017de707a12506fa1db
6
+ metadata.gz: 2ca5becf95925419eb848bee4cecf3626813415f418a1076b0480ad848c37a35560df91e851292b58eb1ba1fcd291b894c087a46c8e95ba7df9db6bfb5f598b7
7
+ data.tar.gz: c96e856a77ac0ce6390274137ca93f9a2880ecf69632e9da87b649a4107c9532353d25727c74f1b5d11a8fe68e503fb94536ec928188362b7cfa64ceca528fbc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.642.0)
4
+ stigg-api-client (0.657.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -371,6 +371,7 @@ module Stigg
371
371
  createdAt
372
372
  updatedAt
373
373
  refId
374
+ customerId
374
375
  billingId
375
376
  additionalMetaData
376
377
  }
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.642.0"
4
+ VERSION = "0.657.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.642.0
4
+ version: 0.657.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-11-15 00:00:00.000000000 Z
11
+ date: 2023-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient
@@ -50,7 +50,6 @@ files:
50
50
  - Gemfile
51
51
  - Gemfile.lock
52
52
  - LICENSE
53
- - LICENSE.txt
54
53
  - README.md
55
54
  - Rakefile
56
55
  - lib/stigg.rb
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2022 Anton Zagrebelny
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.