zendesk_apps_support 4.44.0.alpha.2 → 4.44.0.alpha.3
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/config/locales/en.yml +83 -0
- data/lib/zendesk_apps_support/app_requirement.rb +0 -3
- data/lib/zendesk_apps_support/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: fe37253e337a257e36a42c6006453c38496c17ef5841602349414a56cb7a1033
|
4
|
+
data.tar.gz: 79810be6dda1ddd34c9d5f1071f9daf27d19f827291f564fc36fc340f7d86f26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9da2e41badbb91b7f25eb7967bf1ef34148494a1f28f36992ea7c5fd793586490db4c3d967d7f2c5d758764150c5ed5eced1e9f589838133fa58e39aca9c0d66
|
7
|
+
data.tar.gz: bbc500a4a44f9fcb4a95245719d24de6bfa25227e33c12b6fbae5dac072bc2d0217cfe55d7ceb027bd006266217bb76690dd0f19d5feb4b2424139137d5d57fe
|
data/config/locales/en.yml
CHANGED
@@ -49,6 +49,89 @@ en:
|
|
49
49
|
excessive_custom_objects_requirements: The requirements.json file contains
|
50
50
|
too many custom objects requirements. The current limit is %{max} requirements.
|
51
51
|
This app has %{count} requirements.
|
52
|
+
excessive_custom_objects_v2_requirements: The requirements.json file contains
|
53
|
+
too many custom objects v2 requirements. The current limit is %{max}
|
54
|
+
custom objects per account. This app has %{count} custom objects per
|
55
|
+
account.
|
56
|
+
excessive_custom_objects_v2_fields: The requirements.json file contains
|
57
|
+
too many custom object fields. The current limit is %{max} fields per
|
58
|
+
custom object. This app has %{count} fields for object %{object_key}.
|
59
|
+
excessive_custom_objects_v2_triggers: The requirements.json file contains
|
60
|
+
too many custom object triggers. The current limit is %{max} triggers
|
61
|
+
per custom object. This app has %{count} triggers for object %{object_key}.
|
62
|
+
excessive_custom_objects_v2_trigger_conditions: The requirements.json
|
63
|
+
file contains too many custom object trigger conditions. The current
|
64
|
+
limit is %{max} conditions per trigger. This app has %{count} conditions
|
65
|
+
for trigger %{trigger_title}.
|
66
|
+
excessive_custom_objects_v2_trigger_actions: The requirements.json file
|
67
|
+
contains too many custom object trigger actions. The current limit is
|
68
|
+
%{max} actions per trigger. This app has %{count} actions for trigger
|
69
|
+
%{trigger_title}.
|
70
|
+
excessive_cov2_dropdown_fields_per_object: The requirements.json file
|
71
|
+
contains too many custom object fields of type dropdown. The current
|
72
|
+
limit is %{max} fields per object. This app has %{count} fields of type
|
73
|
+
dropdown for object %{object_key}.
|
74
|
+
excessive_cov2_multiselect_fields_per_object: The requirements.json file
|
75
|
+
contains too many custom object fields of type multiselect. The current
|
76
|
+
limit is %{max} fields per object. This app has %{count} fields of type
|
77
|
+
multiselect for object %{object_key}.
|
78
|
+
excessive_cov2_field_options: The requirements.json file contains too
|
79
|
+
many options for custom object field %{field_key}. The current limit
|
80
|
+
is %{max} options per field. This app has %{count} options for field
|
81
|
+
%{field_key} in object %{object_key}.
|
82
|
+
excessive_cov2_relationship_filter_conditions: The requirements.json file
|
83
|
+
contains too many conditions in relationship filter for custom object
|
84
|
+
field %{field_key}. The current limit is %{max} conditions per field.
|
85
|
+
This app has %{count} conditions for field %{field_key} in object %{object_key}.
|
86
|
+
missing_cov2_object_schema_key: 'The requirements.json file is missing
|
87
|
+
custom object schema key for object %{object_key}. The following key
|
88
|
+
is required: %{missing_key}.'
|
89
|
+
missing_cov2_field_schema_key: 'The requirements.json file is missing
|
90
|
+
custom object field schema key for field %{field_key} in object %{object_key}.
|
91
|
+
The following key is required: %{missing_key}.'
|
92
|
+
missing_cov2_trigger_schema_key: 'The requirements.json file is missing
|
93
|
+
custom object trigger schema key for trigger %{trigger_title} in object
|
94
|
+
%{object_key}. The following key is required: %{missing_key}.'
|
95
|
+
empty_cov2_trigger_conditions: The requirements.json file contains an
|
96
|
+
empty conditions array for custom object trigger %{trigger_title} in
|
97
|
+
object %{object_key}.
|
98
|
+
invalid_cov2_requirements_structure: The requirements.json file contains
|
99
|
+
an invalid custom_objects_v2 structure. \"custom_objects_v2\" requirements
|
100
|
+
must be an object.
|
101
|
+
excessive_cov2_payload_size: The requirements.json file contains a custom
|
102
|
+
objects v2 payload that is too large. The maximum allowed size is 1
|
103
|
+
MB.
|
104
|
+
invalid_cov2_trigger_conditions_structure: The requirements.json file
|
105
|
+
contains an invalid custom object trigger conditions structure. Conditions
|
106
|
+
must be a hash with "all" and "any" arrays for trigger %{trigger_title}.
|
107
|
+
invalid_cov2_trigger_actions_structure: The requirements.json file contains
|
108
|
+
an invalid custom object trigger actions structure. \"actions\" must
|
109
|
+
be an array for trigger %{trigger_title}.
|
110
|
+
empty_cov2_trigger_actions: The requirements.json file contains empty
|
111
|
+
custom object trigger actions. At least one action must be specified
|
112
|
+
for trigger %{trigger_title}.
|
113
|
+
excessive_cov2_selection_fields_per_object: The requirements.json file
|
114
|
+
contains too many custom object fields of type %{field_type}. The current
|
115
|
+
limit is %{max} fields per object. This app has %{count} fields of type
|
116
|
+
%{field_type} for object %{object_key}.
|
117
|
+
invalid_objects_structure_in_cov2_requirements: The requirements.json
|
118
|
+
file contains an invalid objects structure. \"objects\" must be an array.
|
119
|
+
invalid_object_fields_structure_in_cov2_requirements: The requirements.json
|
120
|
+
file contains an invalid object_fields structure. \"object_fields\"
|
121
|
+
must be an array.
|
122
|
+
invalid_object_triggers_structure_in_cov2_requirements: The requirements.json
|
123
|
+
file contains an invalid object_triggers structure. \"object_triggers\"
|
124
|
+
must be an array.
|
125
|
+
empty_cov2_requirements: The requirements.json file contains empty custom
|
126
|
+
objects v2 requirements. You must define valid requirements.
|
127
|
+
invalid_cov2_object_reference_in_fields: The requirements.json file contains
|
128
|
+
an invalid object reference in object_fields. Field \"%{item_identifier}\"
|
129
|
+
references object \"%{object_key}\" which does not exist in the objects
|
130
|
+
array.
|
131
|
+
invalid_cov2_object_reference_in_triggers: The requirements.json file
|
132
|
+
contains an invalid object reference in object_triggers. Trigger \"%{item_identifier}\"
|
133
|
+
references object \"%{object_key}\" which does not exist in the objects
|
134
|
+
array.
|
52
135
|
missing_required_fields: 'Missing required fields in requirements.json:
|
53
136
|
"%{field}" is required in "%{identifier}"'
|
54
137
|
duplicate_requirements:
|
@@ -7,9 +7,6 @@ module ZendeskAppsSupport
|
|
7
7
|
CUSTOM_OBJECTS_TYPE_KEY = 'custom_object_types'
|
8
8
|
CUSTOM_OBJECTS_RELATIONSHIP_TYPE_KEY = 'custom_object_relationship_types'
|
9
9
|
CUSTOM_OBJECTS_V2_KEY = 'custom_objects_v2'
|
10
|
-
CUSTOM_OBJECTS_V2_OBJECTS_KEY = 'objects'
|
11
|
-
CUSTOM_OBJECTS_V2_OBJECT_FIELDS_KEY = 'object_fields'
|
12
|
-
CUSTOM_OBJECT_V2_OBJECT_TRIGGERS_KEY = 'object_triggers'
|
13
10
|
TYPES = %w[automations channel_integrations custom_objects macros targets views ticket_fields
|
14
11
|
triggers user_fields organization_fields webhooks custom_objects_v2].freeze
|
15
12
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zendesk_apps_support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.44.0.alpha.
|
4
|
+
version: 4.44.0.alpha.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James A. Rosen
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2025-10-
|
14
|
+
date: 2025-10-08 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: i18n
|