stigg-api-client 0.723.0 → 0.735.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 +24 -12
- 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: '09b4558c15c3f5f6b82489f97b4d25c33ddbb780d03053bfa7bd5bbab298c5a9'
|
|
4
|
+
data.tar.gz: d19bd5897ddee4daa04fe8a76e3b487593557b779f76b2524b1b6f52980cee42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7adfc324e12eff6d027b6ac717c534170dc8c6e1a6341fb49b9dc5b4a5dde6851a295fa4e726619c507a9ad62255f4735bd569072bc9287341ac7afb27037dcb
|
|
7
|
+
data.tar.gz: 1474188f3c38e60df1c6317461eb00510cab8d33d3791acbb5c88cee452f88abb9eb3760830eb4a027d99e90f8ba588816fc3663fc2ad2fca315fb1c5dfee43a
|
data/Gemfile.lock
CHANGED
|
@@ -21388,6 +21388,12 @@
|
|
|
21388
21388
|
"isDeprecated": false,
|
|
21389
21389
|
"deprecationReason": null
|
|
21390
21390
|
},
|
|
21391
|
+
{
|
|
21392
|
+
"name": "CustomerHasNoEmailAddress",
|
|
21393
|
+
"description": null,
|
|
21394
|
+
"isDeprecated": false,
|
|
21395
|
+
"deprecationReason": null
|
|
21396
|
+
},
|
|
21391
21397
|
{
|
|
21392
21398
|
"name": "CustomerHasNoPaymentMethod",
|
|
21393
21399
|
"description": null,
|
|
@@ -54253,18 +54259,6 @@
|
|
|
54253
54259
|
"defaultValue": "false",
|
|
54254
54260
|
"isDeprecated": false,
|
|
54255
54261
|
"deprecationReason": null
|
|
54256
|
-
},
|
|
54257
|
-
{
|
|
54258
|
-
"name": "lastCalculationBefore",
|
|
54259
|
-
"description": null,
|
|
54260
|
-
"type": {
|
|
54261
|
-
"kind": "SCALAR",
|
|
54262
|
-
"name": "DateTime",
|
|
54263
|
-
"ofType": null
|
|
54264
|
-
},
|
|
54265
|
-
"defaultValue": null,
|
|
54266
|
-
"isDeprecated": false,
|
|
54267
|
-
"deprecationReason": null
|
|
54268
54262
|
}
|
|
54269
54263
|
],
|
|
54270
54264
|
"interfaces": null,
|
|
@@ -58065,6 +58059,18 @@
|
|
|
58065
58059
|
"isDeprecated": false,
|
|
58066
58060
|
"deprecationReason": null
|
|
58067
58061
|
},
|
|
58062
|
+
{
|
|
58063
|
+
"name": "isInvoicePaid",
|
|
58064
|
+
"description": null,
|
|
58065
|
+
"type": {
|
|
58066
|
+
"kind": "SCALAR",
|
|
58067
|
+
"name": "Boolean",
|
|
58068
|
+
"ofType": null
|
|
58069
|
+
},
|
|
58070
|
+
"defaultValue": "false",
|
|
58071
|
+
"isDeprecated": false,
|
|
58072
|
+
"deprecationReason": null
|
|
58073
|
+
},
|
|
58068
58074
|
{
|
|
58069
58075
|
"name": "metadata",
|
|
58070
58076
|
"description": null,
|
|
@@ -64671,6 +64677,12 @@
|
|
|
64671
64677
|
"isDeprecated": false,
|
|
64672
64678
|
"deprecationReason": null
|
|
64673
64679
|
},
|
|
64680
|
+
{
|
|
64681
|
+
"name": "RECALCULATE_BATCH_ENTITLEMENTS",
|
|
64682
|
+
"description": null,
|
|
64683
|
+
"isDeprecated": false,
|
|
64684
|
+
"deprecationReason": null
|
|
64685
|
+
},
|
|
64674
64686
|
{
|
|
64675
64687
|
"name": "RECALCULATE_ENTITLEMENTS",
|
|
64676
64688
|
"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: 0.
|
|
4
|
+
version: 0.735.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-01-
|
|
11
|
+
date: 2024-01-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|