ding_sdk 0.8.4 → 0.8.5
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a5518db0fb8a270a87d5549feaa365b29c75d3ad3379f17b45706a0d0d0fc04d
|
4
|
+
data.tar.gz: 26777184f6330e875ead7eefbce0194897bfb5429780c1da778959a2b5658461
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe7a7f8baa5836730e8d341ae94e0a9af5625f3a7346737e353509cc8a1b11178a3492c5e10a98166010bd68789feec305c9fba9d1644e9dd47b20edc6326608
|
7
|
+
data.tar.gz: 9ee72a6f4c260aeb519dc0e5990681bc4898c735ccaa2c63358010c9c13ee96ac03d6ebf8880423a76d470da363d09f17efd0e0c9e82dd8731f75571ec0ec188
|
@@ -23,6 +23,7 @@ module DingSDK
|
|
23
23
|
# * `invalid_device_id` - The provided device ID is invalid.
|
24
24
|
# * `no_associated_auth_found` - The associated authentication was not found.
|
25
25
|
# * `duplicated_feedback_status` - Duplicated feedback status has found.
|
26
|
+
# * `invalid_feedback_status` - The provided feedback status is invalid.
|
26
27
|
# * `invalid_template_id` - The provided template ID is invalid.
|
27
28
|
#
|
28
29
|
class Code < T::Enum
|
@@ -45,6 +46,7 @@ module DingSDK
|
|
45
46
|
INVALID_DEVICE_ID = new('invalid_device_id')
|
46
47
|
NO_ASSOCIATED_AUTH_FOUND = new('no_associated_auth_found')
|
47
48
|
DUPLICATED_FEEDBACK_STATUS = new('duplicated_feedback_status')
|
49
|
+
INVALID_FEEDBACK_STATUS = new('invalid_feedback_status')
|
48
50
|
INVALID_TEMPLATE_ID = new('invalid_template_id')
|
49
51
|
end
|
50
52
|
end
|
@@ -27,6 +27,7 @@ module DingSDK
|
|
27
27
|
# * `invalid_device_id` - The provided device ID is invalid.
|
28
28
|
# * `no_associated_auth_found` - The associated authentication was not found.
|
29
29
|
# * `duplicated_feedback_status` - Duplicated feedback status has found.
|
30
|
+
# * `invalid_feedback_status` - The provided feedback status is invalid.
|
30
31
|
# * `invalid_template_id` - The provided template ID is invalid.
|
31
32
|
#
|
32
33
|
field :code, T.nilable(::DingSDK::Shared::Code), { 'format_json': { 'letter_case': ::DingSDK::Utils.field_name('code'), 'decoder': Utils.enum_from_string(::DingSDK::Shared::Code, true) } }
|
@@ -38,9 +38,9 @@ module DingSDK
|
|
38
38
|
@security = security
|
39
39
|
@language = 'ruby'
|
40
40
|
@openapi_doc_version = '1.0.0'
|
41
|
-
@sdk_version = '0.8.
|
42
|
-
@gen_version = '2.
|
43
|
-
@user_agent = 'speakeasy-sdk/ruby 0.8.
|
41
|
+
@sdk_version = '0.8.5'
|
42
|
+
@gen_version = '2.281.2'
|
43
|
+
@user_agent = 'speakeasy-sdk/ruby 0.8.5 2.281.2 1.0.0 ding_sdk'
|
44
44
|
end
|
45
45
|
|
46
46
|
sig { returns([String, T::Hash[Symbol, String]]) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ding_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ding
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-03-
|
11
|
+
date: 2024-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|