stigg-api-client 0.642.0 → 0.659.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: 02d9aec67e7e41c91fb4ae50d955c7c9f5443dcd6ed5b22b0e4ee80fb75c4f6e
4
- data.tar.gz: fbf824212618a0933b62d588a18f8e0ad3088ec337c422b99293607afc4a43c5
3
+ metadata.gz: 83f0359377137561ab6adfa17e4ea72ce7a33b14071036a0912e0b47eb26a6fa
4
+ data.tar.gz: 74437ce16faf1eaf1daefdd036e43189dc8e331277c28b5be42fc37a2ca8ae7d
5
5
  SHA512:
6
- metadata.gz: 68e9d684e37676d2f22640cad07ad2c542e5c741c494c41de2e147d99d5a62441fd12fe7d080d1eaa6cf882f5817cfca101b3ed886d7eb3490c3765689208296
7
- data.tar.gz: 678ff9591cb62d50e0fdd699b6181c795c2e2a423ae34bc0cda6ca092b67283a8623e90c4a125f1d5866072c5b33eef3c3d6e5cc81e12017de707a12506fa1db
6
+ metadata.gz: 211e78671cf3d8b6897a917b91a32bae2737c656e3b6abaa65d0be9aa898c4098f35410dd9223172dd6320ad5e5ff90640afeda65f6364a94b5575de6d51834b
7
+ data.tar.gz: '097d56d0d1a31d1844db002c15902470879883bb6595abc3fe80000e379f5925532e7b47b370ac506f99766564a7a6cf55a8776ff41d06807d3359248f556bd6'
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.659.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.659.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.659.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.