stigg-api-client 2.22.0 → 2.25.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 +12 -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: 3de41026f101d08a67f60aced3d162486f844802d3df5f2a99ff22578cd1373f
|
|
4
|
+
data.tar.gz: 0a804bafa8217ad45128a78fe5fe8efb9898d80347b5ea95815f9ab8ab2aea35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4baa1ff7ad6e11da4917ca82c13147af97bbbefabaa2de31d740111f21d9a27b1b3599cc896452c1fde61878d8d9452c8771924104da3e3237f66d60bd3bc513
|
|
7
|
+
data.tar.gz: 33733445fa0642e754ea94b07b900cf0065d511f466eccc31638e7ff1a7e140ad2dcea46c4b4af053367d2842afe8469804f4ae6e1012adbb11280f711e9fe47
|
data/Gemfile.lock
CHANGED
|
@@ -67361,6 +67361,18 @@
|
|
|
67361
67361
|
"isDeprecated": false,
|
|
67362
67362
|
"deprecationReason": null
|
|
67363
67363
|
},
|
|
67364
|
+
{
|
|
67365
|
+
"name": "invoiceDaysUntilDue",
|
|
67366
|
+
"description": null,
|
|
67367
|
+
"type": {
|
|
67368
|
+
"kind": "SCALAR",
|
|
67369
|
+
"name": "Float",
|
|
67370
|
+
"ofType": null
|
|
67371
|
+
},
|
|
67372
|
+
"defaultValue": null,
|
|
67373
|
+
"isDeprecated": false,
|
|
67374
|
+
"deprecationReason": null
|
|
67375
|
+
},
|
|
67364
67376
|
{
|
|
67365
67377
|
"name": "isBackdated",
|
|
67366
67378
|
"description": null,
|
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: 2.
|
|
4
|
+
version: 2.25.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-07-
|
|
11
|
+
date: 2024-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|