line-bot-api 2.0.0 → 2.1.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/CONTRIBUTING.md +49 -1
- data/README.md +34 -16
- data/lib/line/bot/v2/messaging_api/api/messaging_api_client.rb +269 -0
- data/lib/line/bot/v2/messaging_api/core.rb +39 -0
- data/lib/line/bot/v2/messaging_api/model/acquisition_condition_request.rb +77 -0
- data/lib/line/bot/v2/messaging_api/model/acquisition_condition_response.rb +78 -0
- data/lib/line/bot/v2/messaging_api/model/cash_back_fixed_price_info_request.rb +72 -0
- data/lib/line/bot/v2/messaging_api/model/cash_back_fixed_price_info_response.rb +78 -0
- data/lib/line/bot/v2/messaging_api/model/cash_back_percentage_price_info_request.rb +72 -0
- data/lib/line/bot/v2/messaging_api/model/cash_back_percentage_price_info_response.rb +72 -0
- data/lib/line/bot/v2/messaging_api/model/cash_back_price_info_request.rb +77 -0
- data/lib/line/bot/v2/messaging_api/model/cash_back_price_info_response.rb +77 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_cash_back_reward_request.rb +72 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_cash_back_reward_response.rb +72 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_create_request.rb +139 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_create_response.rb +67 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_discount_reward_request.rb +72 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_discount_reward_response.rb +72 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_free_reward_request.rb +66 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_free_reward_response.rb +66 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_gift_reward_request.rb +66 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_gift_reward_response.rb +66 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_list_response.rb +73 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_message.rb +91 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_others_reward_request.rb +66 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_others_reward_response.rb +66 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_response.rb +169 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_reward_request.rb +80 -0
- data/lib/line/bot/v2/messaging_api/model/coupon_reward_response.rb +80 -0
- data/lib/line/bot/v2/messaging_api/model/discount_explicit_price_info_request.rb +78 -0
- data/lib/line/bot/v2/messaging_api/model/discount_explicit_price_info_response.rb +84 -0
- data/lib/line/bot/v2/messaging_api/model/discount_fixed_price_info_request.rb +72 -0
- data/lib/line/bot/v2/messaging_api/model/discount_fixed_price_info_response.rb +78 -0
- data/lib/line/bot/v2/messaging_api/model/discount_percentage_price_info_request.rb +72 -0
- data/lib/line/bot/v2/messaging_api/model/discount_percentage_price_info_response.rb +72 -0
- data/lib/line/bot/v2/messaging_api/model/discount_price_info_request.rb +78 -0
- data/lib/line/bot/v2/messaging_api/model/discount_price_info_response.rb +78 -0
- data/lib/line/bot/v2/messaging_api/model/lottery_acquisition_condition_request.rb +78 -0
- data/lib/line/bot/v2/messaging_api/model/lottery_acquisition_condition_response.rb +78 -0
- data/lib/line/bot/v2/messaging_api/model/message.rb +1 -0
- data/lib/line/bot/v2/messaging_api/model/messaging_api_pager_coupon_list_response.rb +79 -0
- data/lib/line/bot/v2/messaging_api/model/normal_acquisition_condition_request.rb +66 -0
- data/lib/line/bot/v2/messaging_api/model/normal_acquisition_condition_response.rb +66 -0
- data/lib/line/bot/v2/messaging_api/model/referral_acquisition_condition_response.rb +66 -0
- data/lib/line/bot/version.rb +1 -1
- data/line-bot-api.gemspec +1 -1
- data/sig/line/bot/v2/messaging_api/api/messaging_api_client.rbs +156 -0
- data/sig/line/bot/v2/messaging_api/model/acquisition_condition_request.rbs +43 -0
- data/sig/line/bot/v2/messaging_api/model/acquisition_condition_response.rbs +43 -0
- data/sig/line/bot/v2/messaging_api/model/cash_back_fixed_price_info_request.rbs +40 -0
- data/sig/line/bot/v2/messaging_api/model/cash_back_fixed_price_info_response.rbs +43 -0
- data/sig/line/bot/v2/messaging_api/model/cash_back_percentage_price_info_request.rbs +40 -0
- data/sig/line/bot/v2/messaging_api/model/cash_back_percentage_price_info_response.rbs +40 -0
- data/sig/line/bot/v2/messaging_api/model/cash_back_price_info_request.rbs +43 -0
- data/sig/line/bot/v2/messaging_api/model/cash_back_price_info_response.rbs +43 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_cash_back_reward_request.rbs +40 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_cash_back_reward_response.rbs +40 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_create_request.rbs +76 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_create_response.rbs +40 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_discount_reward_request.rbs +40 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_discount_reward_response.rbs +40 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_free_reward_request.rbs +37 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_free_reward_response.rbs +37 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_gift_reward_request.rbs +37 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_gift_reward_response.rbs +37 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_list_response.rbs +43 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_message.rbs +50 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_others_reward_request.rbs +37 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_others_reward_response.rbs +37 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_response.rbs +91 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_reward_request.rbs +43 -0
- data/sig/line/bot/v2/messaging_api/model/coupon_reward_response.rbs +43 -0
- data/sig/line/bot/v2/messaging_api/model/discount_explicit_price_info_request.rbs +43 -0
- data/sig/line/bot/v2/messaging_api/model/discount_explicit_price_info_response.rbs +46 -0
- data/sig/line/bot/v2/messaging_api/model/discount_fixed_price_info_request.rbs +40 -0
- data/sig/line/bot/v2/messaging_api/model/discount_fixed_price_info_response.rbs +43 -0
- data/sig/line/bot/v2/messaging_api/model/discount_percentage_price_info_request.rbs +40 -0
- data/sig/line/bot/v2/messaging_api/model/discount_percentage_price_info_response.rbs +40 -0
- data/sig/line/bot/v2/messaging_api/model/discount_price_info_request.rbs +43 -0
- data/sig/line/bot/v2/messaging_api/model/discount_price_info_response.rbs +43 -0
- data/sig/line/bot/v2/messaging_api/model/lottery_acquisition_condition_request.rbs +43 -0
- data/sig/line/bot/v2/messaging_api/model/lottery_acquisition_condition_response.rbs +43 -0
- data/sig/line/bot/v2/messaging_api/model/messaging_api_pager_coupon_list_response.rbs +43 -0
- data/sig/line/bot/v2/messaging_api/model/normal_acquisition_condition_request.rbs +37 -0
- data/sig/line/bot/v2/messaging_api/model/normal_acquisition_condition_response.rbs +37 -0
- data/sig/line/bot/v2/messaging_api/model/referral_acquisition_condition_response.rbs +37 -0
- metadata +81 -3
@@ -0,0 +1,43 @@
|
|
1
|
+
# LINE Messaging API
|
2
|
+
# This document describes LINE Messaging API.
|
3
|
+
#
|
4
|
+
# The version of the OpenAPI document: 0.0.1
|
5
|
+
#
|
6
|
+
# NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
7
|
+
# https://openapi-generator.tech
|
8
|
+
# Do not edit the class manually.
|
9
|
+
|
10
|
+
module Line
|
11
|
+
module Bot
|
12
|
+
module V2
|
13
|
+
module MessagingApi
|
14
|
+
class DiscountPriceInfoRequest
|
15
|
+
attr_accessor type: String
|
16
|
+
|
17
|
+
|
18
|
+
# @param type [String]
|
19
|
+
def initialize: (
|
20
|
+
type: String,
|
21
|
+
**untyped dynamic_attributes
|
22
|
+
) -> void
|
23
|
+
|
24
|
+
# Create an instance of the class from a hash
|
25
|
+
# @param args [Hash] Hash containing all the required attributes
|
26
|
+
# @return [Line::Bot::V2::MessagingApi::DiscountPriceInfoRequest] Instance of the class
|
27
|
+
def self.create: (Hash[Symbol, untyped]) -> DiscountPriceInfoRequest
|
28
|
+
|
29
|
+
# @param other [Object] Object to compare
|
30
|
+
# @return [Boolean] true if the objects are equal, false otherwise
|
31
|
+
def ==: (untyped other) -> bool
|
32
|
+
|
33
|
+
# @return [Integer] Hash code of the object
|
34
|
+
def hash: () -> Integer
|
35
|
+
|
36
|
+
private
|
37
|
+
|
38
|
+
def self.detect_class: (type: String) -> Class?
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# LINE Messaging API
|
2
|
+
# This document describes LINE Messaging API.
|
3
|
+
#
|
4
|
+
# The version of the OpenAPI document: 0.0.1
|
5
|
+
#
|
6
|
+
# NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
7
|
+
# https://openapi-generator.tech
|
8
|
+
# Do not edit the class manually.
|
9
|
+
|
10
|
+
module Line
|
11
|
+
module Bot
|
12
|
+
module V2
|
13
|
+
module MessagingApi
|
14
|
+
class DiscountPriceInfoResponse
|
15
|
+
attr_accessor type: String
|
16
|
+
|
17
|
+
|
18
|
+
# @param type [String]
|
19
|
+
def initialize: (
|
20
|
+
type: String,
|
21
|
+
**untyped dynamic_attributes
|
22
|
+
) -> void
|
23
|
+
|
24
|
+
# Create an instance of the class from a hash
|
25
|
+
# @param args [Hash] Hash containing all the required attributes
|
26
|
+
# @return [Line::Bot::V2::MessagingApi::DiscountPriceInfoResponse] Instance of the class
|
27
|
+
def self.create: (Hash[Symbol, untyped]) -> DiscountPriceInfoResponse
|
28
|
+
|
29
|
+
# @param other [Object] Object to compare
|
30
|
+
# @return [Boolean] true if the objects are equal, false otherwise
|
31
|
+
def ==: (untyped other) -> bool
|
32
|
+
|
33
|
+
# @return [Integer] Hash code of the object
|
34
|
+
def hash: () -> Integer
|
35
|
+
|
36
|
+
private
|
37
|
+
|
38
|
+
def self.detect_class: (type: String) -> Class?
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# LINE Messaging API
|
2
|
+
# This document describes LINE Messaging API.
|
3
|
+
#
|
4
|
+
# The version of the OpenAPI document: 0.0.1
|
5
|
+
#
|
6
|
+
# NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
7
|
+
# https://openapi-generator.tech
|
8
|
+
# Do not edit the class manually.
|
9
|
+
|
10
|
+
module Line
|
11
|
+
module Bot
|
12
|
+
module V2
|
13
|
+
module MessagingApi
|
14
|
+
class LotteryAcquisitionConditionRequest < AcquisitionConditionRequest
|
15
|
+
attr_reader type: String
|
16
|
+
attr_accessor lottery_probability: Integer
|
17
|
+
attr_accessor max_acquire_count: Integer
|
18
|
+
|
19
|
+
|
20
|
+
# @param lottery_probability [Integer] Probability (1-99) of winning the coupon in lottery-type campaigns.
|
21
|
+
# @param max_acquire_count [Integer] Maximum number of coupons that can be issued in total. Use -1 to indicate no limit
|
22
|
+
def initialize: (
|
23
|
+
lottery_probability: Integer,
|
24
|
+
max_acquire_count: Integer,
|
25
|
+
**untyped dynamic_attributes
|
26
|
+
) -> void
|
27
|
+
|
28
|
+
# Create an instance of the class from a hash
|
29
|
+
# @param args [Hash] Hash containing all the required attributes
|
30
|
+
# @return [Line::Bot::V2::MessagingApi::LotteryAcquisitionConditionRequest] Instance of the class
|
31
|
+
def self.create: (Hash[Symbol, untyped]) -> LotteryAcquisitionConditionRequest
|
32
|
+
|
33
|
+
# @param other [Object] Object to compare
|
34
|
+
# @return [Boolean] true if the objects are equal, false otherwise
|
35
|
+
def ==: (untyped other) -> bool
|
36
|
+
|
37
|
+
# @return [Integer] Hash code of the object
|
38
|
+
def hash: () -> Integer
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# LINE Messaging API
|
2
|
+
# This document describes LINE Messaging API.
|
3
|
+
#
|
4
|
+
# The version of the OpenAPI document: 0.0.1
|
5
|
+
#
|
6
|
+
# NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
7
|
+
# https://openapi-generator.tech
|
8
|
+
# Do not edit the class manually.
|
9
|
+
|
10
|
+
module Line
|
11
|
+
module Bot
|
12
|
+
module V2
|
13
|
+
module MessagingApi
|
14
|
+
class LotteryAcquisitionConditionResponse < AcquisitionConditionResponse
|
15
|
+
attr_reader type: String
|
16
|
+
attr_accessor lottery_probability: Integer?
|
17
|
+
attr_accessor max_acquire_count: Integer?
|
18
|
+
|
19
|
+
|
20
|
+
# @param lottery_probability [Integer,nil]
|
21
|
+
# @param max_acquire_count [Integer,nil]
|
22
|
+
def initialize: (
|
23
|
+
?lottery_probability: Integer?,
|
24
|
+
?max_acquire_count: Integer?,
|
25
|
+
**untyped dynamic_attributes
|
26
|
+
) -> void
|
27
|
+
|
28
|
+
# Create an instance of the class from a hash
|
29
|
+
# @param args [Hash] Hash containing all the required attributes
|
30
|
+
# @return [Line::Bot::V2::MessagingApi::LotteryAcquisitionConditionResponse] Instance of the class
|
31
|
+
def self.create: (Hash[Symbol, untyped]) -> LotteryAcquisitionConditionResponse
|
32
|
+
|
33
|
+
# @param other [Object] Object to compare
|
34
|
+
# @return [Boolean] true if the objects are equal, false otherwise
|
35
|
+
def ==: (untyped other) -> bool
|
36
|
+
|
37
|
+
# @return [Integer] Hash code of the object
|
38
|
+
def hash: () -> Integer
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# LINE Messaging API
|
2
|
+
# This document describes LINE Messaging API.
|
3
|
+
#
|
4
|
+
# The version of the OpenAPI document: 0.0.1
|
5
|
+
#
|
6
|
+
# NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
7
|
+
# https://openapi-generator.tech
|
8
|
+
# Do not edit the class manually.
|
9
|
+
|
10
|
+
module Line
|
11
|
+
module Bot
|
12
|
+
module V2
|
13
|
+
module MessagingApi
|
14
|
+
# Paginated response object containing a list of coupons.
|
15
|
+
class MessagingApiPagerCouponListResponse
|
16
|
+
attr_accessor items: Array[CouponListResponse]
|
17
|
+
attr_accessor _next: String?
|
18
|
+
|
19
|
+
|
20
|
+
# @param items [Array[CouponListResponse, Hash[Symbol, untyped]]] List of coupon summary objects.
|
21
|
+
# @param _next [String,nil] Token for fetching the next page of results.
|
22
|
+
def initialize: (
|
23
|
+
items: Array[CouponListResponse| Hash[Symbol, untyped]],
|
24
|
+
?_next: String?,
|
25
|
+
**untyped dynamic_attributes
|
26
|
+
) -> void
|
27
|
+
|
28
|
+
# Create an instance of the class from a hash
|
29
|
+
# @param args [Hash] Hash containing all the required attributes
|
30
|
+
# @return [Line::Bot::V2::MessagingApi::MessagingApiPagerCouponListResponse] Instance of the class
|
31
|
+
def self.create: (Hash[Symbol, untyped]) -> MessagingApiPagerCouponListResponse
|
32
|
+
|
33
|
+
# @param other [Object] Object to compare
|
34
|
+
# @return [Boolean] true if the objects are equal, false otherwise
|
35
|
+
def ==: (untyped other) -> bool
|
36
|
+
|
37
|
+
# @return [Integer] Hash code of the object
|
38
|
+
def hash: () -> Integer
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# LINE Messaging API
|
2
|
+
# This document describes LINE Messaging API.
|
3
|
+
#
|
4
|
+
# The version of the OpenAPI document: 0.0.1
|
5
|
+
#
|
6
|
+
# NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
7
|
+
# https://openapi-generator.tech
|
8
|
+
# Do not edit the class manually.
|
9
|
+
|
10
|
+
module Line
|
11
|
+
module Bot
|
12
|
+
module V2
|
13
|
+
module MessagingApi
|
14
|
+
class NormalAcquisitionConditionRequest < AcquisitionConditionRequest
|
15
|
+
attr_reader type: String
|
16
|
+
|
17
|
+
|
18
|
+
def initialize: (
|
19
|
+
**untyped dynamic_attributes
|
20
|
+
) -> void
|
21
|
+
|
22
|
+
# Create an instance of the class from a hash
|
23
|
+
# @param args [Hash] Hash containing all the required attributes
|
24
|
+
# @return [Line::Bot::V2::MessagingApi::NormalAcquisitionConditionRequest] Instance of the class
|
25
|
+
def self.create: (Hash[Symbol, untyped]) -> NormalAcquisitionConditionRequest
|
26
|
+
|
27
|
+
# @param other [Object] Object to compare
|
28
|
+
# @return [Boolean] true if the objects are equal, false otherwise
|
29
|
+
def ==: (untyped other) -> bool
|
30
|
+
|
31
|
+
# @return [Integer] Hash code of the object
|
32
|
+
def hash: () -> Integer
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# LINE Messaging API
|
2
|
+
# This document describes LINE Messaging API.
|
3
|
+
#
|
4
|
+
# The version of the OpenAPI document: 0.0.1
|
5
|
+
#
|
6
|
+
# NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
7
|
+
# https://openapi-generator.tech
|
8
|
+
# Do not edit the class manually.
|
9
|
+
|
10
|
+
module Line
|
11
|
+
module Bot
|
12
|
+
module V2
|
13
|
+
module MessagingApi
|
14
|
+
class NormalAcquisitionConditionResponse < AcquisitionConditionResponse
|
15
|
+
attr_reader type: String
|
16
|
+
|
17
|
+
|
18
|
+
def initialize: (
|
19
|
+
**untyped dynamic_attributes
|
20
|
+
) -> void
|
21
|
+
|
22
|
+
# Create an instance of the class from a hash
|
23
|
+
# @param args [Hash] Hash containing all the required attributes
|
24
|
+
# @return [Line::Bot::V2::MessagingApi::NormalAcquisitionConditionResponse] Instance of the class
|
25
|
+
def self.create: (Hash[Symbol, untyped]) -> NormalAcquisitionConditionResponse
|
26
|
+
|
27
|
+
# @param other [Object] Object to compare
|
28
|
+
# @return [Boolean] true if the objects are equal, false otherwise
|
29
|
+
def ==: (untyped other) -> bool
|
30
|
+
|
31
|
+
# @return [Integer] Hash code of the object
|
32
|
+
def hash: () -> Integer
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# LINE Messaging API
|
2
|
+
# This document describes LINE Messaging API.
|
3
|
+
#
|
4
|
+
# The version of the OpenAPI document: 0.0.1
|
5
|
+
#
|
6
|
+
# NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
7
|
+
# https://openapi-generator.tech
|
8
|
+
# Do not edit the class manually.
|
9
|
+
|
10
|
+
module Line
|
11
|
+
module Bot
|
12
|
+
module V2
|
13
|
+
module MessagingApi
|
14
|
+
class ReferralAcquisitionConditionResponse < AcquisitionConditionResponse
|
15
|
+
attr_reader type: String
|
16
|
+
|
17
|
+
|
18
|
+
def initialize: (
|
19
|
+
**untyped dynamic_attributes
|
20
|
+
) -> void
|
21
|
+
|
22
|
+
# Create an instance of the class from a hash
|
23
|
+
# @param args [Hash] Hash containing all the required attributes
|
24
|
+
# @return [Line::Bot::V2::MessagingApi::ReferralAcquisitionConditionResponse] Instance of the class
|
25
|
+
def self.create: (Hash[Symbol, untyped]) -> ReferralAcquisitionConditionResponse
|
26
|
+
|
27
|
+
# @param other [Object] Object to compare
|
28
|
+
# @return [Boolean] true if the objects are equal, false otherwise
|
29
|
+
def ==: (untyped other) -> bool
|
30
|
+
|
31
|
+
# @return [Integer] Hash code of the object
|
32
|
+
def hash: () -> Integer
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: line-bot-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- LINE Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: multipart-post
|
@@ -123,6 +123,8 @@ files:
|
|
123
123
|
- lib/line/bot/v2/messaging_api/api/messaging_api_blob_client.rb
|
124
124
|
- lib/line/bot/v2/messaging_api/api/messaging_api_client.rb
|
125
125
|
- lib/line/bot/v2/messaging_api/core.rb
|
126
|
+
- lib/line/bot/v2/messaging_api/model/acquisition_condition_request.rb
|
127
|
+
- lib/line/bot/v2/messaging_api/model/acquisition_condition_response.rb
|
126
128
|
- lib/line/bot/v2/messaging_api/model/action.rb
|
127
129
|
- lib/line/bot/v2/messaging_api/model/age_demographic.rb
|
128
130
|
- lib/line/bot/v2/messaging_api/model/age_demographic_filter.rb
|
@@ -141,13 +143,44 @@ files:
|
|
141
143
|
- lib/line/bot/v2/messaging_api/model/camera_roll_action.rb
|
142
144
|
- lib/line/bot/v2/messaging_api/model/carousel_column.rb
|
143
145
|
- lib/line/bot/v2/messaging_api/model/carousel_template.rb
|
146
|
+
- lib/line/bot/v2/messaging_api/model/cash_back_fixed_price_info_request.rb
|
147
|
+
- lib/line/bot/v2/messaging_api/model/cash_back_fixed_price_info_response.rb
|
148
|
+
- lib/line/bot/v2/messaging_api/model/cash_back_percentage_price_info_request.rb
|
149
|
+
- lib/line/bot/v2/messaging_api/model/cash_back_percentage_price_info_response.rb
|
150
|
+
- lib/line/bot/v2/messaging_api/model/cash_back_price_info_request.rb
|
151
|
+
- lib/line/bot/v2/messaging_api/model/cash_back_price_info_response.rb
|
144
152
|
- lib/line/bot/v2/messaging_api/model/chat_reference.rb
|
145
153
|
- lib/line/bot/v2/messaging_api/model/clipboard_action.rb
|
146
154
|
- lib/line/bot/v2/messaging_api/model/clipboard_imagemap_action.rb
|
147
155
|
- lib/line/bot/v2/messaging_api/model/confirm_template.rb
|
156
|
+
- lib/line/bot/v2/messaging_api/model/coupon_cash_back_reward_request.rb
|
157
|
+
- lib/line/bot/v2/messaging_api/model/coupon_cash_back_reward_response.rb
|
158
|
+
- lib/line/bot/v2/messaging_api/model/coupon_create_request.rb
|
159
|
+
- lib/line/bot/v2/messaging_api/model/coupon_create_response.rb
|
160
|
+
- lib/line/bot/v2/messaging_api/model/coupon_discount_reward_request.rb
|
161
|
+
- lib/line/bot/v2/messaging_api/model/coupon_discount_reward_response.rb
|
162
|
+
- lib/line/bot/v2/messaging_api/model/coupon_free_reward_request.rb
|
163
|
+
- lib/line/bot/v2/messaging_api/model/coupon_free_reward_response.rb
|
164
|
+
- lib/line/bot/v2/messaging_api/model/coupon_gift_reward_request.rb
|
165
|
+
- lib/line/bot/v2/messaging_api/model/coupon_gift_reward_response.rb
|
166
|
+
- lib/line/bot/v2/messaging_api/model/coupon_list_response.rb
|
167
|
+
- lib/line/bot/v2/messaging_api/model/coupon_message.rb
|
168
|
+
- lib/line/bot/v2/messaging_api/model/coupon_others_reward_request.rb
|
169
|
+
- lib/line/bot/v2/messaging_api/model/coupon_others_reward_response.rb
|
170
|
+
- lib/line/bot/v2/messaging_api/model/coupon_response.rb
|
171
|
+
- lib/line/bot/v2/messaging_api/model/coupon_reward_request.rb
|
172
|
+
- lib/line/bot/v2/messaging_api/model/coupon_reward_response.rb
|
148
173
|
- lib/line/bot/v2/messaging_api/model/create_rich_menu_alias_request.rb
|
149
174
|
- lib/line/bot/v2/messaging_api/model/datetime_picker_action.rb
|
150
175
|
- lib/line/bot/v2/messaging_api/model/demographic_filter.rb
|
176
|
+
- lib/line/bot/v2/messaging_api/model/discount_explicit_price_info_request.rb
|
177
|
+
- lib/line/bot/v2/messaging_api/model/discount_explicit_price_info_response.rb
|
178
|
+
- lib/line/bot/v2/messaging_api/model/discount_fixed_price_info_request.rb
|
179
|
+
- lib/line/bot/v2/messaging_api/model/discount_fixed_price_info_response.rb
|
180
|
+
- lib/line/bot/v2/messaging_api/model/discount_percentage_price_info_request.rb
|
181
|
+
- lib/line/bot/v2/messaging_api/model/discount_percentage_price_info_response.rb
|
182
|
+
- lib/line/bot/v2/messaging_api/model/discount_price_info_request.rb
|
183
|
+
- lib/line/bot/v2/messaging_api/model/discount_price_info_response.rb
|
151
184
|
- lib/line/bot/v2/messaging_api/model/emoji.rb
|
152
185
|
- lib/line/bot/v2/messaging_api/model/emoji_substitution_object.rb
|
153
186
|
- lib/line/bot/v2/messaging_api/model/error_detail.rb
|
@@ -206,6 +239,8 @@ files:
|
|
206
239
|
- lib/line/bot/v2/messaging_api/model/limit.rb
|
207
240
|
- lib/line/bot/v2/messaging_api/model/location_action.rb
|
208
241
|
- lib/line/bot/v2/messaging_api/model/location_message.rb
|
242
|
+
- lib/line/bot/v2/messaging_api/model/lottery_acquisition_condition_request.rb
|
243
|
+
- lib/line/bot/v2/messaging_api/model/lottery_acquisition_condition_response.rb
|
209
244
|
- lib/line/bot/v2/messaging_api/model/mark_messages_as_read_request.rb
|
210
245
|
- lib/line/bot/v2/messaging_api/model/members_ids_response.rb
|
211
246
|
- lib/line/bot/v2/messaging_api/model/membership.rb
|
@@ -216,9 +251,12 @@ files:
|
|
216
251
|
- lib/line/bot/v2/messaging_api/model/message_action.rb
|
217
252
|
- lib/line/bot/v2/messaging_api/model/message_imagemap_action.rb
|
218
253
|
- lib/line/bot/v2/messaging_api/model/message_quota_response.rb
|
254
|
+
- lib/line/bot/v2/messaging_api/model/messaging_api_pager_coupon_list_response.rb
|
219
255
|
- lib/line/bot/v2/messaging_api/model/multicast_request.rb
|
220
256
|
- lib/line/bot/v2/messaging_api/model/narrowcast_progress_response.rb
|
221
257
|
- lib/line/bot/v2/messaging_api/model/narrowcast_request.rb
|
258
|
+
- lib/line/bot/v2/messaging_api/model/normal_acquisition_condition_request.rb
|
259
|
+
- lib/line/bot/v2/messaging_api/model/normal_acquisition_condition_response.rb
|
222
260
|
- lib/line/bot/v2/messaging_api/model/number_of_messages_response.rb
|
223
261
|
- lib/line/bot/v2/messaging_api/model/operator_demographic_filter.rb
|
224
262
|
- lib/line/bot/v2/messaging_api/model/operator_recipient.rb
|
@@ -232,6 +270,7 @@ files:
|
|
232
270
|
- lib/line/bot/v2/messaging_api/model/quota_type.rb
|
233
271
|
- lib/line/bot/v2/messaging_api/model/recipient.rb
|
234
272
|
- lib/line/bot/v2/messaging_api/model/redelivery_recipient.rb
|
273
|
+
- lib/line/bot/v2/messaging_api/model/referral_acquisition_condition_response.rb
|
235
274
|
- lib/line/bot/v2/messaging_api/model/reply_message_request.rb
|
236
275
|
- lib/line/bot/v2/messaging_api/model/reply_message_response.rb
|
237
276
|
- lib/line/bot/v2/messaging_api/model/rich_menu_alias_list_response.rb
|
@@ -435,6 +474,8 @@ files:
|
|
435
474
|
- sig/line/bot/v2/manage_audience/model/update_audience_group_description_request.rbs
|
436
475
|
- sig/line/bot/v2/messaging_api/api/messaging_api_blob_client.rbs
|
437
476
|
- sig/line/bot/v2/messaging_api/api/messaging_api_client.rbs
|
477
|
+
- sig/line/bot/v2/messaging_api/model/acquisition_condition_request.rbs
|
478
|
+
- sig/line/bot/v2/messaging_api/model/acquisition_condition_response.rbs
|
438
479
|
- sig/line/bot/v2/messaging_api/model/action.rbs
|
439
480
|
- sig/line/bot/v2/messaging_api/model/age_demographic.rbs
|
440
481
|
- sig/line/bot/v2/messaging_api/model/age_demographic_filter.rbs
|
@@ -453,13 +494,44 @@ files:
|
|
453
494
|
- sig/line/bot/v2/messaging_api/model/camera_roll_action.rbs
|
454
495
|
- sig/line/bot/v2/messaging_api/model/carousel_column.rbs
|
455
496
|
- sig/line/bot/v2/messaging_api/model/carousel_template.rbs
|
497
|
+
- sig/line/bot/v2/messaging_api/model/cash_back_fixed_price_info_request.rbs
|
498
|
+
- sig/line/bot/v2/messaging_api/model/cash_back_fixed_price_info_response.rbs
|
499
|
+
- sig/line/bot/v2/messaging_api/model/cash_back_percentage_price_info_request.rbs
|
500
|
+
- sig/line/bot/v2/messaging_api/model/cash_back_percentage_price_info_response.rbs
|
501
|
+
- sig/line/bot/v2/messaging_api/model/cash_back_price_info_request.rbs
|
502
|
+
- sig/line/bot/v2/messaging_api/model/cash_back_price_info_response.rbs
|
456
503
|
- sig/line/bot/v2/messaging_api/model/chat_reference.rbs
|
457
504
|
- sig/line/bot/v2/messaging_api/model/clipboard_action.rbs
|
458
505
|
- sig/line/bot/v2/messaging_api/model/clipboard_imagemap_action.rbs
|
459
506
|
- sig/line/bot/v2/messaging_api/model/confirm_template.rbs
|
507
|
+
- sig/line/bot/v2/messaging_api/model/coupon_cash_back_reward_request.rbs
|
508
|
+
- sig/line/bot/v2/messaging_api/model/coupon_cash_back_reward_response.rbs
|
509
|
+
- sig/line/bot/v2/messaging_api/model/coupon_create_request.rbs
|
510
|
+
- sig/line/bot/v2/messaging_api/model/coupon_create_response.rbs
|
511
|
+
- sig/line/bot/v2/messaging_api/model/coupon_discount_reward_request.rbs
|
512
|
+
- sig/line/bot/v2/messaging_api/model/coupon_discount_reward_response.rbs
|
513
|
+
- sig/line/bot/v2/messaging_api/model/coupon_free_reward_request.rbs
|
514
|
+
- sig/line/bot/v2/messaging_api/model/coupon_free_reward_response.rbs
|
515
|
+
- sig/line/bot/v2/messaging_api/model/coupon_gift_reward_request.rbs
|
516
|
+
- sig/line/bot/v2/messaging_api/model/coupon_gift_reward_response.rbs
|
517
|
+
- sig/line/bot/v2/messaging_api/model/coupon_list_response.rbs
|
518
|
+
- sig/line/bot/v2/messaging_api/model/coupon_message.rbs
|
519
|
+
- sig/line/bot/v2/messaging_api/model/coupon_others_reward_request.rbs
|
520
|
+
- sig/line/bot/v2/messaging_api/model/coupon_others_reward_response.rbs
|
521
|
+
- sig/line/bot/v2/messaging_api/model/coupon_response.rbs
|
522
|
+
- sig/line/bot/v2/messaging_api/model/coupon_reward_request.rbs
|
523
|
+
- sig/line/bot/v2/messaging_api/model/coupon_reward_response.rbs
|
460
524
|
- sig/line/bot/v2/messaging_api/model/create_rich_menu_alias_request.rbs
|
461
525
|
- sig/line/bot/v2/messaging_api/model/datetime_picker_action.rbs
|
462
526
|
- sig/line/bot/v2/messaging_api/model/demographic_filter.rbs
|
527
|
+
- sig/line/bot/v2/messaging_api/model/discount_explicit_price_info_request.rbs
|
528
|
+
- sig/line/bot/v2/messaging_api/model/discount_explicit_price_info_response.rbs
|
529
|
+
- sig/line/bot/v2/messaging_api/model/discount_fixed_price_info_request.rbs
|
530
|
+
- sig/line/bot/v2/messaging_api/model/discount_fixed_price_info_response.rbs
|
531
|
+
- sig/line/bot/v2/messaging_api/model/discount_percentage_price_info_request.rbs
|
532
|
+
- sig/line/bot/v2/messaging_api/model/discount_percentage_price_info_response.rbs
|
533
|
+
- sig/line/bot/v2/messaging_api/model/discount_price_info_request.rbs
|
534
|
+
- sig/line/bot/v2/messaging_api/model/discount_price_info_response.rbs
|
463
535
|
- sig/line/bot/v2/messaging_api/model/emoji.rbs
|
464
536
|
- sig/line/bot/v2/messaging_api/model/emoji_substitution_object.rbs
|
465
537
|
- sig/line/bot/v2/messaging_api/model/error_detail.rbs
|
@@ -518,6 +590,8 @@ files:
|
|
518
590
|
- sig/line/bot/v2/messaging_api/model/limit.rbs
|
519
591
|
- sig/line/bot/v2/messaging_api/model/location_action.rbs
|
520
592
|
- sig/line/bot/v2/messaging_api/model/location_message.rbs
|
593
|
+
- sig/line/bot/v2/messaging_api/model/lottery_acquisition_condition_request.rbs
|
594
|
+
- sig/line/bot/v2/messaging_api/model/lottery_acquisition_condition_response.rbs
|
521
595
|
- sig/line/bot/v2/messaging_api/model/mark_messages_as_read_request.rbs
|
522
596
|
- sig/line/bot/v2/messaging_api/model/members_ids_response.rbs
|
523
597
|
- sig/line/bot/v2/messaging_api/model/membership.rbs
|
@@ -528,9 +602,12 @@ files:
|
|
528
602
|
- sig/line/bot/v2/messaging_api/model/message_action.rbs
|
529
603
|
- sig/line/bot/v2/messaging_api/model/message_imagemap_action.rbs
|
530
604
|
- sig/line/bot/v2/messaging_api/model/message_quota_response.rbs
|
605
|
+
- sig/line/bot/v2/messaging_api/model/messaging_api_pager_coupon_list_response.rbs
|
531
606
|
- sig/line/bot/v2/messaging_api/model/multicast_request.rbs
|
532
607
|
- sig/line/bot/v2/messaging_api/model/narrowcast_progress_response.rbs
|
533
608
|
- sig/line/bot/v2/messaging_api/model/narrowcast_request.rbs
|
609
|
+
- sig/line/bot/v2/messaging_api/model/normal_acquisition_condition_request.rbs
|
610
|
+
- sig/line/bot/v2/messaging_api/model/normal_acquisition_condition_response.rbs
|
534
611
|
- sig/line/bot/v2/messaging_api/model/number_of_messages_response.rbs
|
535
612
|
- sig/line/bot/v2/messaging_api/model/operator_demographic_filter.rbs
|
536
613
|
- sig/line/bot/v2/messaging_api/model/operator_recipient.rbs
|
@@ -544,6 +621,7 @@ files:
|
|
544
621
|
- sig/line/bot/v2/messaging_api/model/quota_type.rbs
|
545
622
|
- sig/line/bot/v2/messaging_api/model/recipient.rbs
|
546
623
|
- sig/line/bot/v2/messaging_api/model/redelivery_recipient.rbs
|
624
|
+
- sig/line/bot/v2/messaging_api/model/referral_acquisition_condition_response.rbs
|
547
625
|
- sig/line/bot/v2/messaging_api/model/reply_message_request.rbs
|
548
626
|
- sig/line/bot/v2/messaging_api/model/reply_message_response.rbs
|
549
627
|
- sig/line/bot/v2/messaging_api/model/rich_menu_alias_list_response.rbs
|
@@ -679,7 +757,7 @@ licenses:
|
|
679
757
|
metadata:
|
680
758
|
bug_tracker_uri: https://github.com/line/line-bot-sdk-ruby/issues
|
681
759
|
changelog_uri: https://github.com/line/line-bot-sdk-ruby/releases
|
682
|
-
documentation_uri: https://
|
760
|
+
documentation_uri: https://line.github.io/line-bot-sdk-ruby/
|
683
761
|
homepage_uri: https://github.com/line/line-bot-sdk-ruby
|
684
762
|
source_code_uri: https://github.com/line/line-bot-sdk-ruby
|
685
763
|
post_install_message:
|