any_channel_json_schemas 0.11.0 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/json_schemas/event_callback_destroy_user.json +8 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c1a7b8f1315823e701d70cb1de8d43e541d7106
|
4
|
+
data.tar.gz: b9190040118477d2953d296a2e96d0705956dee8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4cf8aeebf167df9cdfab768015ec0ce732be31e9098d6567e2c6a7cfbc532f2a51778ae363ca4a7e73ece0328d111bece078d8190ed5bb63735ba6a9575dae9
|
7
|
+
data.tar.gz: 1f220f963b4ac35735d20edec2f186b4f638ed74bb99216d95bd4f11206b5984a12c4b794c62bee56e57d41a7a706aafbca59a915dc9f25d4d817b8e9ceeb16b
|
data/README.md
CHANGED
@@ -25,6 +25,7 @@ event_callback_create_integration
|
|
25
25
|
event_callback_create_integration_instance
|
26
26
|
event_callback_destroy_integration
|
27
27
|
event_callback_destroy_integration_instance
|
28
|
+
event_callback_destroy_user
|
28
29
|
event_callback_pull_request
|
29
30
|
event_callback_resources_created_from_external_ids
|
30
31
|
```
|
@@ -49,4 +50,4 @@ Feel free to open an issue or fork the repo and submit a PR.
|
|
49
50
|
|
50
51
|
### Contact
|
51
52
|
|
52
|
-
|
53
|
+
ocean@zendesk.com
|
@@ -3,8 +3,15 @@
|
|
3
3
|
"properties": {
|
4
4
|
"data": {
|
5
5
|
"type": "object",
|
6
|
-
"required": ["metadata"],
|
6
|
+
"required": ["author", "metadata"],
|
7
7
|
"properties": {
|
8
|
+
"author": {
|
9
|
+
"type": "object",
|
10
|
+
"required": ["external_id"],
|
11
|
+
"properties": {
|
12
|
+
"external_id": {"type": "string"}
|
13
|
+
}
|
14
|
+
},
|
8
15
|
"metadata": {"type": "string"}
|
9
16
|
}
|
10
17
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: any_channel_json_schemas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JaredShay
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-07
|
11
|
+
date: 2019-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: JSON schema files for the Zendesk Channels Framework.
|
14
14
|
email:
|
@@ -57,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
57
|
version: '0'
|
58
58
|
requirements: []
|
59
59
|
rubyforge_project:
|
60
|
-
rubygems_version: 2.
|
60
|
+
rubygems_version: 2.6.14.1
|
61
61
|
signing_key:
|
62
62
|
specification_version: 4
|
63
63
|
summary: JSON schema files for the Zendesk Channels Framework.
|