stigg-api-client 0.501.0 → 0.503.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: 1e33d8cf909b7c822fc1467fe0fe5a0e9cc376da7a953c791423f12b242489f3
4
- data.tar.gz: be227f64490084129024dcc7b57cc8911eb5538c0cc698515af0ad1881f23675
3
+ metadata.gz: bcae916880784dd548bf35b8e0097dea5c06377cc61e13a3709a1d2423496d20
4
+ data.tar.gz: 78a9c2b2f13fa021b11c0112142dae912d4ae052db738abe1b1f1294118988d0
5
5
  SHA512:
6
- metadata.gz: a4b333d39802bc6d3e71883baabf211c3b4ad3d1ba9e6ceeb0b67486ea9f6ce4a828ed7367ba834af2cc99ddf1af076be674bac54dfefbb8fb6d68416d38c3c4
7
- data.tar.gz: 61bac95fab5bbe488bc0f1751e9a84ee7568c450241a9885aacec98bca35defe084981f78ca461475e903937c29a310d8ce5781951e3df8858767e4bb1722ccb
6
+ metadata.gz: eea0d7be11b5795a73a589bb78322c8efe46f92a61f9d141d1ee4282f60ce788b2c73060d94ccba56917b1afe2c85cc5e078f8945506904ad8e7597a5ba7d261
7
+ data.tar.gz: 4ff6401fd3d66c1a90c7b7823a5ecfe8cc6a5406ba16aa3f0300f9e35ba3d51842e53aa5d9d79260b7726bb3c9bf05a4114ef405fcde4316f55ad3a3387506b3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.501.0)
4
+ stigg-api-client (0.503.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -32796,6 +32796,35 @@
32796
32796
  "isDeprecated": false,
32797
32797
  "deprecationReason": null
32798
32798
  },
32799
+ {
32800
+ "name": "syncTaxRates",
32801
+ "description": null,
32802
+ "args": [
32803
+ {
32804
+ "name": "input",
32805
+ "description": null,
32806
+ "type": {
32807
+ "kind": "NON_NULL",
32808
+ "name": null,
32809
+ "ofType": {
32810
+ "kind": "INPUT_OBJECT",
32811
+ "name": "SyncTaxRatesInput",
32812
+ "ofType": null
32813
+ }
32814
+ },
32815
+ "defaultValue": null,
32816
+ "isDeprecated": false,
32817
+ "deprecationReason": null
32818
+ }
32819
+ ],
32820
+ "type": {
32821
+ "kind": "SCALAR",
32822
+ "name": "String",
32823
+ "ofType": null
32824
+ },
32825
+ "isDeprecated": false,
32826
+ "deprecationReason": null
32827
+ },
32799
32828
  {
32800
32829
  "name": "triggerImportCatalog",
32801
32830
  "description": null,
@@ -58222,6 +58251,29 @@
58222
58251
  ],
58223
58252
  "possibleTypes": null
58224
58253
  },
58254
+ {
58255
+ "kind": "INPUT_OBJECT",
58256
+ "name": "SyncTaxRatesInput",
58257
+ "description": null,
58258
+ "fields": null,
58259
+ "inputFields": [
58260
+ {
58261
+ "name": "environmentId",
58262
+ "description": null,
58263
+ "type": {
58264
+ "kind": "SCALAR",
58265
+ "name": "String",
58266
+ "ofType": null
58267
+ },
58268
+ "defaultValue": null,
58269
+ "isDeprecated": false,
58270
+ "deprecationReason": null
58271
+ }
58272
+ ],
58273
+ "interfaces": null,
58274
+ "enumValues": null,
58275
+ "possibleTypes": null
58276
+ },
58225
58277
  {
58226
58278
  "kind": "ENUM",
58227
58279
  "name": "TaskStatus",
@@ -60197,6 +60249,18 @@
60197
60249
  "isDeprecated": false,
60198
60250
  "deprecationReason": null
60199
60251
  },
60252
+ {
60253
+ "name": "meter",
60254
+ "description": null,
60255
+ "type": {
60256
+ "kind": "INPUT_OBJECT",
60257
+ "name": "CreateMeter",
60258
+ "ofType": null
60259
+ },
60260
+ "defaultValue": null,
60261
+ "isDeprecated": false,
60262
+ "deprecationReason": null
60263
+ },
60200
60264
  {
60201
60265
  "name": "refId",
60202
60266
  "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.501.0"
4
+ VERSION = "0.503.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.501.0
4
+ version: 0.503.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-07-23 00:00:00.000000000 Z
11
+ date: 2023-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient