stigg-api-client 1.217.0 → 1.220.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 +14 -2
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf9c3a6f47ff281edbc0a1ff65fade64afe2e05a0e78cff3487ae8309a009c67
|
|
4
|
+
data.tar.gz: f751872f833619855782e8bf19bc3f28919fa0604f2bd791bc65100630ec7354
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd9d742d6a2727998700ff39e81eb89d645bb6c65b4c9fa558d1b1473ecf8648586fb0fcec7cff7c8f90453d11d0a77b0107c992fc5d29a0781d32e040b6ff88
|
|
7
|
+
data.tar.gz: 21dcbb592997eafe3d860715b9379377df23317c408f00f20d9143ae549c050b59dce73372e1e4812b78cf87ffb8bef21b47c717ea61f86005dbbe1c2d145216
|
data/Gemfile.lock
CHANGED
|
@@ -16448,8 +16448,8 @@
|
|
|
16448
16448
|
"name": "Boolean",
|
|
16449
16449
|
"ofType": null
|
|
16450
16450
|
},
|
|
16451
|
-
"isDeprecated":
|
|
16452
|
-
"deprecationReason":
|
|
16451
|
+
"isDeprecated": true,
|
|
16452
|
+
"deprecationReason": "Use paymentCollectionMethod field and look for 'None' value"
|
|
16453
16453
|
},
|
|
16454
16454
|
{
|
|
16455
16455
|
"name": "latestInvoice",
|
|
@@ -24439,6 +24439,18 @@
|
|
|
24439
24439
|
"isDeprecated": false,
|
|
24440
24440
|
"deprecationReason": null
|
|
24441
24441
|
},
|
|
24442
|
+
{
|
|
24443
|
+
"name": "IMPORT",
|
|
24444
|
+
"description": "Import triggered event",
|
|
24445
|
+
"isDeprecated": false,
|
|
24446
|
+
"deprecationReason": null
|
|
24447
|
+
},
|
|
24448
|
+
{
|
|
24449
|
+
"name": "MIGRATION",
|
|
24450
|
+
"description": "Migration triggered event",
|
|
24451
|
+
"isDeprecated": false,
|
|
24452
|
+
"deprecationReason": null
|
|
24453
|
+
},
|
|
24442
24454
|
{
|
|
24443
24455
|
"name": "SALESFORCE",
|
|
24444
24456
|
"description": "Salesforce API key",
|
data/lib/stigg/version.rb
CHANGED