stigg-api-client 0.502.0 → 0.504.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: a9c2b651c1277375f13c24d4488a98b1d3c2d9f3a65b09c810cb148f0fd08cb3
4
+ data.tar.gz: a962ceb384eb4e40d00b70df848742f3208e315b1b60d4a76eb6cca1166e9373
5
5
  SHA512:
6
- metadata.gz: a6a007f847df05898ac35bf393531f065322ced692c8d5e1e4d176efa1d877948bfefefae05e842e5d557c4a2153241c5f887bdcd689ab3e27e86073d3ac52a6
7
- data.tar.gz: 714730f2451a657d977bd86ff3d5958322f8d3e0caa74b1d203f98c989b302ecf561c5f7abda7a58ccd67532115a89e100a31a6e7aada765d2d608ba5724482b
6
+ metadata.gz: 0fae9bb96d0760f2d34918e4a825ba37f56e0631b241788ce711e52a1a33f264b8626c268703aa056c4c5a4a21872d5cb8b0129d8dd0903e1cf55557c61acb1f
7
+ data.tar.gz: d4e423fea3bfd539c3add47bccf8544b3a291211ea8e5d08f92c1476d542045e4e54511270c286ab1416999dc5a532c5399966eba5020c728c841f861a204ebc
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.504.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -109,6 +109,7 @@ module Stigg
109
109
  displayName
110
110
  description
111
111
  billingId
112
+ versionNumber
112
113
  additionalMetaData
113
114
  product {
114
115
  ...ProductFragment
@@ -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.504.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.504.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