stigg-api-client 0.502.0 → 0.503.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: a366d43a84a7a64c3a04e58e02f872fc050292fd4fa03c57f89bf030e6a74c20
4
- data.tar.gz: dd4dcbd31dff5fff7dc3396e724f8eccaed8442de1e9a24e9455d84d9f43c33e
3
+ metadata.gz: bcae916880784dd548bf35b8e0097dea5c06377cc61e13a3709a1d2423496d20
4
+ data.tar.gz: 78a9c2b2f13fa021b11c0112142dae912d4ae052db738abe1b1f1294118988d0
5
5
  SHA512:
6
- metadata.gz: a6a007f847df05898ac35bf393531f065322ced692c8d5e1e4d176efa1d877948bfefefae05e842e5d557c4a2153241c5f887bdcd689ab3e27e86073d3ac52a6
7
- data.tar.gz: 714730f2451a657d977bd86ff3d5958322f8d3e0caa74b1d203f98c989b302ecf561c5f7abda7a58ccd67532115a89e100a31a6e7aada765d2d608ba5724482b
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.502.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",
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.502.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.502.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