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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +52 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bcae916880784dd548bf35b8e0097dea5c06377cc61e13a3709a1d2423496d20
|
|
4
|
+
data.tar.gz: 78a9c2b2f13fa021b11c0112142dae912d4ae052db738abe1b1f1294118988d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eea0d7be11b5795a73a589bb78322c8efe46f92a61f9d141d1ee4282f60ce788b2c73060d94ccba56917b1afe2c85cc5e078f8945506904ad8e7597a5ba7d261
|
|
7
|
+
data.tar.gz: 4ff6401fd3d66c1a90c7b7823a5ecfe8cc6a5406ba16aa3f0300f9e35ba3d51842e53aa5d9d79260b7726bb3c9bf05a4114ef405fcde4316f55ad3a3387506b3
|
data/Gemfile.lock
CHANGED
|
@@ -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
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.
|
|
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-
|
|
11
|
+
date: 2023-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|