nexmo_api_specification 0.5.0 → 0.5.2
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/README.md +2 -2
- data/definitions/number-insight.yml +685 -0
- data/definitions/sms.yml +4 -0
- data/definitions/verify.yml +737 -0
- data/guidelines/GUIDELINES.md +1 -1
- data/lib/nexmo_api_specification/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 357f253bbdbd7be3a926389e2bf3b337759c8dd2
|
4
|
+
data.tar.gz: e3a40ab6073b010d7f396bce0c7b05988defd641
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22594428eda20af9a359668937d404f7f4a0b56b944d81ce53a5efa3f67956f5a58f3bcd631969199a685ce4746323f9c3ec82a6afc59098b4773f30ac0982d7
|
7
|
+
data.tar.gz: 0b68cede8a468333dce8f98602341b2a36c349ba12bd232c571a4d83794d5428748fb5614ad4570103d1b5402249146a87c42a36a8c5608d5330e08dd8b9bec8
|
data/README.md
CHANGED
@@ -16,8 +16,8 @@ These definitions provide a single point of truth that can be used end-to-end ca
|
|
16
16
|
| --- | ---------------- | ------------ |
|
17
17
|
| SMS | - | Adam Butler |
|
18
18
|
| Voice | - | - |
|
19
|
-
| Verify | - |
|
20
|
-
| Number Insight | - |
|
19
|
+
| Verify | - | Adam Butler, Mike Ralphson |
|
20
|
+
| Number Insight | - | Adam Butler, Mike Ralphson |
|
21
21
|
| Conversation | Neil Stratford | Adam Butler |
|
22
22
|
| Olympus | Hugh Hopkins |
|
23
23
|
| Account | - | - |
|