stigg-api-client 2.129.0 → 2.131.1
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: 341d1e3a045a6ca177b7f863b6c81b5c6ae513a0b1f0ca61e7772a747f58d1ea
|
4
|
+
data.tar.gz: 8b8a571523bf36f403fd7710b2ef87d2854f2c1abbf5723a6d2032f5e916658d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02ba174c9b529dcf991d4de6f4e63a388ecd58c0692fd07419cc9bb04e921a9a9b6add7c31948f3a68f5447a05a34f681788d5610d28bbc6ad3ddaca3dd4da25
|
7
|
+
data.tar.gz: 56a7bdfee3b8438a753975ee227e54c8d9ac2de654c0d0393923ee5fcb9e32f36d58b8747021ae3ea8fc2ba0e8089c03bbe99ccea5612c621046530505137f24
|
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.1
|
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
|