stigg-api-client 2.129.0 → 2.131.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +48 -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: 16d2a3beaab373c89f88086e415bcbb93064739e589ebc1c984317582111320d
|
4
|
+
data.tar.gz: dbd57b2e74a77994d176be9f66a2c3ff9974968ee62e87f30d24300560d9d826
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c68e9cdfbdec58a641e1e10a78b30df24966bc925f7d90f2915322e18ac8bad4de5253d7d2c45426c306945765e764ffb64984e6a75026b268e3cb0c913a7998
|
7
|
+
data.tar.gz: d49b1e5fa3004e925e98f8eb91cffb151aacb776072a9a14acd561fc17e66f9899561e594aba47205492ba39fdb455dfa419a6ef3965084e973ec48b9da8e883
|
data/Gemfile.lock
CHANGED
@@ -28505,6 +28505,54 @@
|
|
28505
28505
|
"isDeprecated": false,
|
28506
28506
|
"deprecationReason": null
|
28507
28507
|
},
|
28508
|
+
{
|
28509
|
+
"name": "failedBillingIds",
|
28510
|
+
"description": null,
|
28511
|
+
"args": [],
|
28512
|
+
"type": {
|
28513
|
+
"kind": "NON_NULL",
|
28514
|
+
"name": null,
|
28515
|
+
"ofType": {
|
28516
|
+
"kind": "LIST",
|
28517
|
+
"name": null,
|
28518
|
+
"ofType": {
|
28519
|
+
"kind": "NON_NULL",
|
28520
|
+
"name": null,
|
28521
|
+
"ofType": {
|
28522
|
+
"kind": "SCALAR",
|
28523
|
+
"name": "String",
|
28524
|
+
"ofType": null
|
28525
|
+
}
|
28526
|
+
}
|
28527
|
+
}
|
28528
|
+
},
|
28529
|
+
"isDeprecated": false,
|
28530
|
+
"deprecationReason": null
|
28531
|
+
},
|
28532
|
+
{
|
28533
|
+
"name": "failedCustomerIds",
|
28534
|
+
"description": null,
|
28535
|
+
"args": [],
|
28536
|
+
"type": {
|
28537
|
+
"kind": "NON_NULL",
|
28538
|
+
"name": null,
|
28539
|
+
"ofType": {
|
28540
|
+
"kind": "LIST",
|
28541
|
+
"name": null,
|
28542
|
+
"ofType": {
|
28543
|
+
"kind": "NON_NULL",
|
28544
|
+
"name": null,
|
28545
|
+
"ofType": {
|
28546
|
+
"kind": "SCALAR",
|
28547
|
+
"name": "String",
|
28548
|
+
"ofType": null
|
28549
|
+
}
|
28550
|
+
}
|
28551
|
+
}
|
28552
|
+
},
|
28553
|
+
"isDeprecated": false,
|
28554
|
+
"deprecationReason": null
|
28555
|
+
},
|
28508
28556
|
{
|
28509
28557
|
"name": "isValidationError",
|
28510
28558
|
"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.131.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|