aftership-tracking-sdk 7.0.0 → 9.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/README.md +68 -83
- data/lib/aftership-tracking-sdk/api/courier.rb +8 -8
- data/lib/aftership-tracking-sdk/api/estimated_delivery_date.rb +4 -4
- data/lib/aftership-tracking-sdk/api/tracking.rb +50 -416
- data/lib/aftership-tracking-sdk/api_client.rb +2 -2
- data/lib/aftership-tracking-sdk/configuration.rb +108 -108
- data/lib/aftership-tracking-sdk/models/additional_fields_v1.rb +1 -1
- data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_create_tracking_response.rb +183 -0
- data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_delete_tracking_by_id_response.rb +183 -0
- data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_get_tracking_by_id_response.rb +183 -0
- data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_mark_tracking_completed_by_id_response.rb +183 -0
- data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_retrack_tracking_by_id_response.rb +183 -0
- data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_tracking.rb +2 -0
- data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_update_tracking_by_id_response.rb +183 -0
- data/lib/aftership-tracking-sdk/models/carbon_emissions_create_tracking_response.rb +163 -0
- data/lib/aftership-tracking-sdk/models/carbon_emissions_delete_tracking_by_id_response.rb +163 -0
- data/lib/aftership-tracking-sdk/models/carbon_emissions_get_tracking_by_id_response.rb +163 -0
- data/lib/aftership-tracking-sdk/models/carbon_emissions_mark_tracking_completed_by_id_response.rb +163 -0
- data/lib/aftership-tracking-sdk/models/carbon_emissions_retrack_tracking_by_id_response.rb +163 -0
- data/lib/aftership-tracking-sdk/models/carbon_emissions_tracking.rb +2 -0
- data/lib/aftership-tracking-sdk/models/carbon_emissions_update_tracking_by_id_response.rb +163 -0
- data/lib/aftership-tracking-sdk/models/checkpoint.rb +2 -0
- data/lib/aftership-tracking-sdk/models/coordinate_checkpoint.rb +2 -0
- data/lib/aftership-tracking-sdk/models/courier.rb +2 -0
- data/lib/aftership-tracking-sdk/models/courier_estimated_delivery_date_create_tracking_response.rb +173 -0
- data/lib/aftership-tracking-sdk/models/courier_estimated_delivery_date_delete_tracking_by_id_response.rb +173 -0
- data/lib/aftership-tracking-sdk/models/courier_estimated_delivery_date_get_tracking_by_id_response.rb +173 -0
- data/lib/aftership-tracking-sdk/models/courier_estimated_delivery_date_mark_tracking_completed_by_id_response.rb +173 -0
- data/lib/aftership-tracking-sdk/models/courier_estimated_delivery_date_retrack_tracking_by_id_response.rb +173 -0
- data/lib/aftership-tracking-sdk/models/courier_estimated_delivery_date_tracking.rb +173 -0
- data/lib/aftership-tracking-sdk/models/courier_estimated_delivery_date_update_tracking_by_id_response.rb +173 -0
- data/lib/aftership-tracking-sdk/models/courier_response_v1.rb +2 -0
- data/lib/aftership-tracking-sdk/models/{tracking_create_tracking_request.rb → create_tracking_request.rb} +9 -7
- data/lib/aftership-tracking-sdk/models/create_tracking_response.rb +953 -0
- data/lib/aftership-tracking-sdk/models/{mark_tracking_completed_by_slug_tracking_number_request.rb → custom_estimated_delivery_date_create_tracking_response.rb} +41 -9
- data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_delete_tracking_by_id_response.rb +183 -0
- data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_get_tracking_by_id_response.rb +183 -0
- data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_mark_tracking_completed_by_id_response.rb +183 -0
- data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_retrack_tracking_by_id_response.rb +183 -0
- data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_tracking.rb +2 -0
- data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_update_tracking_by_id_response.rb +183 -0
- data/lib/aftership-tracking-sdk/models/data_courier_response_v1.rb +2 -0
- data/lib/aftership-tracking-sdk/models/data_tracking_response_get_multiple_v1.rb +8 -126
- data/lib/aftership-tracking-sdk/models/delete_tracking_by_id_response.rb +953 -0
- data/lib/aftership-tracking-sdk/models/destination_address_estimated_delivery_date_request.rb +2 -0
- data/lib/aftership-tracking-sdk/models/destination_address_estimated_delivery_date_response.rb +2 -0
- data/lib/aftership-tracking-sdk/models/{tracking_detect_courier_request.rb → detect_courier_request.rb} +5 -3
- data/lib/aftership-tracking-sdk/models/detect_courier_response.rb +2 -0
- data/lib/aftership-tracking-sdk/models/estimated_delivery_date_request.rb +2 -0
- data/lib/aftership-tracking-sdk/models/estimated_delivery_date_response.rb +12 -0
- data/lib/aftership-tracking-sdk/models/estimated_pickup_estimated_delivery_date_request.rb +2 -0
- data/lib/aftership-tracking-sdk/models/estimated_pickup_estimated_delivery_date_response.rb +2 -0
- data/lib/aftership-tracking-sdk/models/events_checkpoint.rb +2 -0
- data/lib/aftership-tracking-sdk/models/first_estimated_delivery_create_tracking_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/first_estimated_delivery_delete_tracking_by_id_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/first_estimated_delivery_get_tracking_by_id_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/first_estimated_delivery_mark_tracking_completed_by_id_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/first_estimated_delivery_retrack_tracking_by_id_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/first_estimated_delivery_tracking.rb +2 -0
- data/lib/aftership-tracking-sdk/models/first_estimated_delivery_update_tracking_by_id_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/get_all_couriers_response.rb +2 -0
- data/lib/aftership-tracking-sdk/models/get_tracking_by_id_response.rb +953 -0
- data/lib/aftership-tracking-sdk/models/get_trackings_response.rb +5 -3
- data/lib/aftership-tracking-sdk/models/get_user_couriers_response.rb +2 -0
- data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_create_tracking_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_delete_tracking_by_id_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_get_tracking_by_id_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_mark_tracking_completed_by_id_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_retrack_tracking_by_id_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_tracking.rb +2 -0
- data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_update_tracking_by_id_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/mark_tracking_completed_by_id_request.rb +2 -0
- data/lib/aftership-tracking-sdk/models/mark_tracking_completed_by_id_response.rb +953 -0
- data/lib/aftership-tracking-sdk/models/meta_v1.rb +2 -0
- data/lib/aftership-tracking-sdk/models/{next_couriers_tracking_create_tracking_request.rb → next_couriers_create_tracking_request.rb} +4 -2
- data/lib/aftership-tracking-sdk/models/{get_checkpoint_by_tracking_id_response.rb → next_couriers_create_tracking_response.rb} +33 -51
- data/lib/aftership-tracking-sdk/models/next_couriers_delete_tracking_by_id_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/{get_checkpoint_by_slug_tracking_number_response.rb → next_couriers_get_tracking_by_id_response.rb} +33 -51
- data/lib/aftership-tracking-sdk/models/next_couriers_mark_tracking_completed_by_id_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/next_couriers_retrack_tracking_by_id_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/next_couriers_tracking.rb +22 -0
- data/lib/aftership-tracking-sdk/models/next_couriers_update_tracking_by_id_response.rb +193 -0
- data/lib/aftership-tracking-sdk/models/order_processing_time_estimated_pickup_estimated_delivery_date_request.rb +2 -0
- data/lib/aftership-tracking-sdk/models/order_processing_time_estimated_pickup_estimated_delivery_date_response.rb +2 -0
- data/lib/aftership-tracking-sdk/models/origin_address_estimated_delivery_date_request.rb +2 -0
- data/lib/aftership-tracking-sdk/models/origin_address_estimated_delivery_date_response.rb +2 -0
- data/lib/aftership-tracking-sdk/models/pagination.rb +14 -6
- data/lib/aftership-tracking-sdk/models/pagination_data_tracking_response_get_multiple_v1.rb +173 -0
- data/lib/aftership-tracking-sdk/models/{notification_request_v1.rb → pagination_get_trackings_response.rb} +28 -16
- data/lib/aftership-tracking-sdk/models/predict_batch_request.rb +2 -0
- data/lib/aftership-tracking-sdk/models/predict_batch_response.rb +2 -0
- data/lib/aftership-tracking-sdk/models/reason_events_checkpoint.rb +2 -0
- data/lib/aftership-tracking-sdk/models/retrack_tracking_by_id_response.rb +953 -0
- data/lib/aftership-tracking-sdk/models/{tracking_delete_response_v1.rb → shipment_weight_create_tracking_response.rb} +18 -16
- data/lib/aftership-tracking-sdk/models/{data_notification_response_v1.rb → shipment_weight_delete_tracking_by_id_response.rb} +21 -9
- data/lib/aftership-tracking-sdk/models/{notification.rb → shipment_weight_get_tracking_by_id_response.rb} +18 -16
- data/lib/aftership-tracking-sdk/models/shipment_weight_mark_tracking_completed_by_id_response.rb +163 -0
- data/lib/aftership-tracking-sdk/models/shipment_weight_retrack_tracking_by_id_response.rb +163 -0
- data/lib/aftership-tracking-sdk/models/{notification_response_v1.rb → shipment_weight_tracking.rb} +18 -16
- data/lib/aftership-tracking-sdk/models/shipment_weight_update_tracking_by_id_response.rb +163 -0
- data/lib/aftership-tracking-sdk/models/slug_group_v1.rb +1 -1
- data/lib/aftership-tracking-sdk/models/tag_v1.rb +1 -1
- data/lib/aftership-tracking-sdk/models/tracking.rb +56 -24
- data/lib/aftership-tracking-sdk/models/tracking_response_get_multiple_v1.rb +2 -0
- data/lib/aftership-tracking-sdk/models/tracking_response_v1.rb +5 -3
- data/lib/aftership-tracking-sdk/models/{tracking_update_tracking_by_id_request.rb → update_tracking_by_id_request.rb} +5 -3
- data/lib/aftership-tracking-sdk/models/update_tracking_by_id_response.rb +953 -0
- data/lib/aftership-tracking-sdk/models/weight_estimated_delivery_date_request.rb +2 -0
- data/lib/aftership-tracking-sdk/models/weight_estimated_delivery_date_response.rb +2 -0
- data/lib/aftership-tracking-sdk/version.rb +1 -1
- metadata +64 -22
- data/lib/aftership-tracking-sdk/api/last_checkpoint.rb +0 -143
- data/lib/aftership-tracking-sdk/api/notification.rb +0 -403
- data/lib/aftership-tracking-sdk/models/custom_fields_tracking_update_tracking_by_slug_tracking_number_request.rb +0 -139
- data/lib/aftership-tracking-sdk/models/data_tracking_delete_response_v1.rb +0 -151
- data/lib/aftership-tracking-sdk/models/data_tracking_response_v1.rb +0 -151
- data/lib/aftership-tracking-sdk/models/partial_delete_tracking.rb +0 -241
- data/lib/aftership-tracking-sdk/models/partial_update_tracking.rb +0 -251
- data/lib/aftership-tracking-sdk/models/tracking_update_tracking_by_slug_tracking_number_request.rb +0 -391
@@ -0,0 +1,183 @@
|
|
1
|
+
# This code was auto generated by AfterShip SDK Generator.
|
2
|
+
# Do not edit the class manually.
|
3
|
+
module AftershipAPI::Model
|
4
|
+
class CustomEstimatedDeliveryDateRetrackTrackingByIdResponse
|
5
|
+
|
6
|
+
# The format of the EDD. Either a single date or a date range.
|
7
|
+
# type?: String;
|
8
|
+
attr_accessor :type
|
9
|
+
|
10
|
+
# The specific EDD date.
|
11
|
+
# datetime?: String;
|
12
|
+
attr_accessor :datetime
|
13
|
+
|
14
|
+
# For a date range EDD format, the date for the lower end of the range.
|
15
|
+
# datetime_min?: String;
|
16
|
+
attr_accessor :datetime_min
|
17
|
+
|
18
|
+
# For a date range EDD format, the date for the upper end of the range.
|
19
|
+
# datetime_max?: String;
|
20
|
+
attr_accessor :datetime_max
|
21
|
+
|
22
|
+
# Initializes the object
|
23
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
24
|
+
def initialize(attributes = {})
|
25
|
+
if (!attributes.is_a?(Hash))
|
26
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `AftershipAPI::CustomEstimatedDeliveryDateRetrackTrackingByIdResponse` initialize method"
|
27
|
+
end
|
28
|
+
|
29
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
30
|
+
h[k.to_sym] = v
|
31
|
+
}
|
32
|
+
|
33
|
+
if attributes.key?(:'type')
|
34
|
+
self.type = attributes[:'type']
|
35
|
+
end
|
36
|
+
|
37
|
+
if attributes.key?(:'datetime')
|
38
|
+
self.datetime = attributes[:'datetime']
|
39
|
+
end
|
40
|
+
|
41
|
+
if attributes.key?(:'datetime_min')
|
42
|
+
self.datetime_min = attributes[:'datetime_min']
|
43
|
+
end
|
44
|
+
|
45
|
+
if attributes.key?(:'datetime_max')
|
46
|
+
self.datetime_max = attributes[:'datetime_max']
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
# Attribute type mapping.
|
51
|
+
def self.openapi_types
|
52
|
+
{
|
53
|
+
:'type' => :'String',
|
54
|
+
:'datetime' => :'String',
|
55
|
+
:'datetime_min' => :'String',
|
56
|
+
:'datetime_max' => :'String',
|
57
|
+
}
|
58
|
+
end
|
59
|
+
|
60
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
61
|
+
def self.attribute_map
|
62
|
+
{
|
63
|
+
:'type' => :'type',
|
64
|
+
:'datetime' => :'datetime',
|
65
|
+
:'datetime_min' => :'datetime_min',
|
66
|
+
:'datetime_max' => :'datetime_max',
|
67
|
+
}
|
68
|
+
end
|
69
|
+
|
70
|
+
# Builds the object from hash
|
71
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
72
|
+
# @return [Object] Returns the model itself
|
73
|
+
def self.build_from_hash(attributes)
|
74
|
+
return nil unless attributes.is_a?(Hash)
|
75
|
+
attributes = attributes.transform_keys(&:to_sym)
|
76
|
+
transformed_hash = {}
|
77
|
+
openapi_types.each_pair do |key, type|
|
78
|
+
if attributes.key?(key) && attributes[key].nil?
|
79
|
+
transformed_hash["#{key}"] = nil
|
80
|
+
elsif type =~ /\AArray<(.*)>/i
|
81
|
+
# check to ensure the input is an array given that the attribute
|
82
|
+
# is documented as an array but the input is not
|
83
|
+
if attributes[key].is_a?(Array)
|
84
|
+
transformed_hash["#{key}"] = attributes[key].map { |v| _deserialize($1, v) }
|
85
|
+
end
|
86
|
+
elsif !attributes[key].nil?
|
87
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[key])
|
88
|
+
end
|
89
|
+
end
|
90
|
+
new(transformed_hash)
|
91
|
+
end
|
92
|
+
|
93
|
+
# Deserializes the data based on type
|
94
|
+
# @param type [String] Data type
|
95
|
+
# @param value [String] Value to be deserialized
|
96
|
+
# @return [Object] Deserialized data
|
97
|
+
def self._deserialize(type, value)
|
98
|
+
case type.to_sym
|
99
|
+
when :Time
|
100
|
+
Time.parse(value)
|
101
|
+
when :Date
|
102
|
+
Date.parse(value)
|
103
|
+
when :String
|
104
|
+
value.to_s
|
105
|
+
when :Integer
|
106
|
+
value.to_i
|
107
|
+
when :Float
|
108
|
+
value.to_f
|
109
|
+
when :Boolean
|
110
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
111
|
+
true
|
112
|
+
else
|
113
|
+
false
|
114
|
+
end
|
115
|
+
when :Object
|
116
|
+
# generic object (usually a Hash), return directly
|
117
|
+
value
|
118
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
119
|
+
inner_type = Regexp.last_match[:inner_type]
|
120
|
+
value.map { |v| _deserialize(inner_type, v) }
|
121
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
122
|
+
k_type = Regexp.last_match[:k_type]
|
123
|
+
v_type = Regexp.last_match[:v_type]
|
124
|
+
{}.tap do |hash|
|
125
|
+
value.each do |k, v|
|
126
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
127
|
+
end
|
128
|
+
end
|
129
|
+
else # model
|
130
|
+
klass = AftershipAPI::Model.const_get(type)
|
131
|
+
klass.build_from_hash(value)
|
132
|
+
end
|
133
|
+
end
|
134
|
+
|
135
|
+
# Returns the string representation of the object
|
136
|
+
# @return [String] String presentation of the object
|
137
|
+
def to_s
|
138
|
+
to_hash.to_s
|
139
|
+
end
|
140
|
+
|
141
|
+
# to_body is an alias to to_hash (backward compatibility)
|
142
|
+
# @return [Hash] Returns the object in the form of hash
|
143
|
+
def to_body
|
144
|
+
to_hash
|
145
|
+
end
|
146
|
+
|
147
|
+
# Returns the object in the form of hash
|
148
|
+
# @return [Hash] Returns the object in the form of hash
|
149
|
+
def to_hash
|
150
|
+
hash = {}
|
151
|
+
self.class.attribute_map.each_pair do |attr, param|
|
152
|
+
value = self.send(attr)
|
153
|
+
next if value.nil?
|
154
|
+
|
155
|
+
hash[param] = _to_hash(value)
|
156
|
+
end
|
157
|
+
hash
|
158
|
+
end
|
159
|
+
|
160
|
+
# Outputs non-array value in the form of hash
|
161
|
+
# For object, use to_hash. Otherwise, just return the value
|
162
|
+
# @param value [Object] Any valid value
|
163
|
+
# @return [Hash] Returns the value in the form of hash
|
164
|
+
def _to_hash(value)
|
165
|
+
if value.is_a?(Array)
|
166
|
+
value.compact.map { |v| _to_hash(v) }
|
167
|
+
elsif value.is_a?(Hash)
|
168
|
+
{}.tap do |hash|
|
169
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
170
|
+
end
|
171
|
+
elsif value.respond_to? :to_hash
|
172
|
+
value.to_hash
|
173
|
+
else
|
174
|
+
value
|
175
|
+
end
|
176
|
+
end
|
177
|
+
|
178
|
+
def to_json(*a)
|
179
|
+
to_hash.to_json(*a)
|
180
|
+
end
|
181
|
+
end
|
182
|
+
end
|
183
|
+
|
@@ -2,6 +2,7 @@
|
|
2
2
|
# Do not edit the class manually.
|
3
3
|
module AftershipAPI::Model
|
4
4
|
class CustomEstimatedDeliveryDateTracking
|
5
|
+
|
5
6
|
# The format of the EDD. Either a single date or a date range.
|
6
7
|
# type?: String;
|
7
8
|
attr_accessor :type
|
@@ -179,3 +180,4 @@ module AftershipAPI::Model
|
|
179
180
|
end
|
180
181
|
end
|
181
182
|
end
|
183
|
+
|
@@ -0,0 +1,183 @@
|
|
1
|
+
# This code was auto generated by AfterShip SDK Generator.
|
2
|
+
# Do not edit the class manually.
|
3
|
+
module AftershipAPI::Model
|
4
|
+
class CustomEstimatedDeliveryDateUpdateTrackingByIdResponse
|
5
|
+
|
6
|
+
# The format of the EDD. Either a single date or a date range.
|
7
|
+
# type?: String;
|
8
|
+
attr_accessor :type
|
9
|
+
|
10
|
+
# The specific EDD date.
|
11
|
+
# datetime?: String;
|
12
|
+
attr_accessor :datetime
|
13
|
+
|
14
|
+
# For a date range EDD format, the date for the lower end of the range.
|
15
|
+
# datetime_min?: String;
|
16
|
+
attr_accessor :datetime_min
|
17
|
+
|
18
|
+
# For a date range EDD format, the date for the upper end of the range.
|
19
|
+
# datetime_max?: String;
|
20
|
+
attr_accessor :datetime_max
|
21
|
+
|
22
|
+
# Initializes the object
|
23
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
24
|
+
def initialize(attributes = {})
|
25
|
+
if (!attributes.is_a?(Hash))
|
26
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `AftershipAPI::CustomEstimatedDeliveryDateUpdateTrackingByIdResponse` initialize method"
|
27
|
+
end
|
28
|
+
|
29
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
30
|
+
h[k.to_sym] = v
|
31
|
+
}
|
32
|
+
|
33
|
+
if attributes.key?(:'type')
|
34
|
+
self.type = attributes[:'type']
|
35
|
+
end
|
36
|
+
|
37
|
+
if attributes.key?(:'datetime')
|
38
|
+
self.datetime = attributes[:'datetime']
|
39
|
+
end
|
40
|
+
|
41
|
+
if attributes.key?(:'datetime_min')
|
42
|
+
self.datetime_min = attributes[:'datetime_min']
|
43
|
+
end
|
44
|
+
|
45
|
+
if attributes.key?(:'datetime_max')
|
46
|
+
self.datetime_max = attributes[:'datetime_max']
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
# Attribute type mapping.
|
51
|
+
def self.openapi_types
|
52
|
+
{
|
53
|
+
:'type' => :'String',
|
54
|
+
:'datetime' => :'String',
|
55
|
+
:'datetime_min' => :'String',
|
56
|
+
:'datetime_max' => :'String',
|
57
|
+
}
|
58
|
+
end
|
59
|
+
|
60
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
61
|
+
def self.attribute_map
|
62
|
+
{
|
63
|
+
:'type' => :'type',
|
64
|
+
:'datetime' => :'datetime',
|
65
|
+
:'datetime_min' => :'datetime_min',
|
66
|
+
:'datetime_max' => :'datetime_max',
|
67
|
+
}
|
68
|
+
end
|
69
|
+
|
70
|
+
# Builds the object from hash
|
71
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
72
|
+
# @return [Object] Returns the model itself
|
73
|
+
def self.build_from_hash(attributes)
|
74
|
+
return nil unless attributes.is_a?(Hash)
|
75
|
+
attributes = attributes.transform_keys(&:to_sym)
|
76
|
+
transformed_hash = {}
|
77
|
+
openapi_types.each_pair do |key, type|
|
78
|
+
if attributes.key?(key) && attributes[key].nil?
|
79
|
+
transformed_hash["#{key}"] = nil
|
80
|
+
elsif type =~ /\AArray<(.*)>/i
|
81
|
+
# check to ensure the input is an array given that the attribute
|
82
|
+
# is documented as an array but the input is not
|
83
|
+
if attributes[key].is_a?(Array)
|
84
|
+
transformed_hash["#{key}"] = attributes[key].map { |v| _deserialize($1, v) }
|
85
|
+
end
|
86
|
+
elsif !attributes[key].nil?
|
87
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[key])
|
88
|
+
end
|
89
|
+
end
|
90
|
+
new(transformed_hash)
|
91
|
+
end
|
92
|
+
|
93
|
+
# Deserializes the data based on type
|
94
|
+
# @param type [String] Data type
|
95
|
+
# @param value [String] Value to be deserialized
|
96
|
+
# @return [Object] Deserialized data
|
97
|
+
def self._deserialize(type, value)
|
98
|
+
case type.to_sym
|
99
|
+
when :Time
|
100
|
+
Time.parse(value)
|
101
|
+
when :Date
|
102
|
+
Date.parse(value)
|
103
|
+
when :String
|
104
|
+
value.to_s
|
105
|
+
when :Integer
|
106
|
+
value.to_i
|
107
|
+
when :Float
|
108
|
+
value.to_f
|
109
|
+
when :Boolean
|
110
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
111
|
+
true
|
112
|
+
else
|
113
|
+
false
|
114
|
+
end
|
115
|
+
when :Object
|
116
|
+
# generic object (usually a Hash), return directly
|
117
|
+
value
|
118
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
119
|
+
inner_type = Regexp.last_match[:inner_type]
|
120
|
+
value.map { |v| _deserialize(inner_type, v) }
|
121
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
122
|
+
k_type = Regexp.last_match[:k_type]
|
123
|
+
v_type = Regexp.last_match[:v_type]
|
124
|
+
{}.tap do |hash|
|
125
|
+
value.each do |k, v|
|
126
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
127
|
+
end
|
128
|
+
end
|
129
|
+
else # model
|
130
|
+
klass = AftershipAPI::Model.const_get(type)
|
131
|
+
klass.build_from_hash(value)
|
132
|
+
end
|
133
|
+
end
|
134
|
+
|
135
|
+
# Returns the string representation of the object
|
136
|
+
# @return [String] String presentation of the object
|
137
|
+
def to_s
|
138
|
+
to_hash.to_s
|
139
|
+
end
|
140
|
+
|
141
|
+
# to_body is an alias to to_hash (backward compatibility)
|
142
|
+
# @return [Hash] Returns the object in the form of hash
|
143
|
+
def to_body
|
144
|
+
to_hash
|
145
|
+
end
|
146
|
+
|
147
|
+
# Returns the object in the form of hash
|
148
|
+
# @return [Hash] Returns the object in the form of hash
|
149
|
+
def to_hash
|
150
|
+
hash = {}
|
151
|
+
self.class.attribute_map.each_pair do |attr, param|
|
152
|
+
value = self.send(attr)
|
153
|
+
next if value.nil?
|
154
|
+
|
155
|
+
hash[param] = _to_hash(value)
|
156
|
+
end
|
157
|
+
hash
|
158
|
+
end
|
159
|
+
|
160
|
+
# Outputs non-array value in the form of hash
|
161
|
+
# For object, use to_hash. Otherwise, just return the value
|
162
|
+
# @param value [Object] Any valid value
|
163
|
+
# @return [Hash] Returns the value in the form of hash
|
164
|
+
def _to_hash(value)
|
165
|
+
if value.is_a?(Array)
|
166
|
+
value.compact.map { |v| _to_hash(v) }
|
167
|
+
elsif value.is_a?(Hash)
|
168
|
+
{}.tap do |hash|
|
169
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
170
|
+
end
|
171
|
+
elsif value.respond_to? :to_hash
|
172
|
+
value.to_hash
|
173
|
+
else
|
174
|
+
value
|
175
|
+
end
|
176
|
+
end
|
177
|
+
|
178
|
+
def to_json(*a)
|
179
|
+
to_hash.to_json(*a)
|
180
|
+
end
|
181
|
+
end
|
182
|
+
end
|
183
|
+
|
@@ -2,57 +2,10 @@
|
|
2
2
|
# Do not edit the class manually.
|
3
3
|
module AftershipAPI::Model
|
4
4
|
class DataTrackingResponseGetMultipleV1
|
5
|
-
# Page to show. (Default: 1)
|
6
|
-
# page?: Integer;
|
7
|
-
attr_accessor :page
|
8
5
|
|
9
|
-
#
|
10
|
-
#
|
11
|
-
attr_accessor :
|
12
|
-
|
13
|
-
# Number of returned trackings
|
14
|
-
# count?: Integer;
|
15
|
-
attr_accessor :count
|
16
|
-
|
17
|
-
# Search the content of the tracking record fields: `tracking_number`, `title`, `order_id`, `customer_name`, `custom_fields`, `order_id`, `emails`, `smses`
|
18
|
-
# keyword?: String;
|
19
|
-
attr_accessor :keyword
|
20
|
-
|
21
|
-
# Unique
|
22
|
-
# slug?: String;
|
23
|
-
attr_accessor :slug
|
24
|
-
|
25
|
-
# Origin country/region of trackings. Use
|
26
|
-
# origin?: String[];
|
27
|
-
attr_accessor :origin
|
28
|
-
|
29
|
-
# Destination country/region of trackings. Use
|
30
|
-
# destination?: String[];
|
31
|
-
attr_accessor :destination
|
32
|
-
|
33
|
-
# Current status of tracking. (
|
34
|
-
# tag?: TagV1;
|
35
|
-
attr_accessor :tag
|
36
|
-
|
37
|
-
# Start date and time of trackings created. AfterShip only stores data of 120 days.
|
38
|
-
# created_at_min?: String;
|
39
|
-
attr_accessor :created_at_min
|
40
|
-
|
41
|
-
# End date and time of trackings created.
|
42
|
-
# created_at_max?: String;
|
43
|
-
attr_accessor :created_at_max
|
44
|
-
|
45
|
-
# Date and time the tracking was last updated
|
46
|
-
# last_updated_at?: String;
|
47
|
-
attr_accessor :last_updated_at
|
48
|
-
|
49
|
-
# Whether or not the shipment is returned to sender. Value is `true` when any of its checkpoints has subtag `Exception_010` (returning to sender) or `Exception_011` (returned to sender). Otherwise value is `false`
|
50
|
-
# return_to_sender?: Boolean[];
|
51
|
-
attr_accessor :return_to_sender
|
52
|
-
|
53
|
-
# Destination country/region of the tracking detected from the courier. ISO Alpha-3 (three letters). Value will be `null` if the courier doesn't provide the destination country.
|
54
|
-
# courier_destination_country_iso3?: String[];
|
55
|
-
attr_accessor :courier_destination_country_iso3
|
6
|
+
# The Pagination holds the information for the pagination when the response contains multiple objects.
|
7
|
+
# pagination?: PaginationDataTrackingResponseGetMultipleV1;
|
8
|
+
attr_accessor :pagination
|
56
9
|
|
57
10
|
# Array of
|
58
11
|
# trackings?: Tracking[];
|
@@ -69,56 +22,8 @@ module AftershipAPI::Model
|
|
69
22
|
h[k.to_sym] = v
|
70
23
|
}
|
71
24
|
|
72
|
-
if attributes.key?(:'
|
73
|
-
self.
|
74
|
-
end
|
75
|
-
|
76
|
-
if attributes.key?(:'limit')
|
77
|
-
self.limit = attributes[:'limit']
|
78
|
-
end
|
79
|
-
|
80
|
-
if attributes.key?(:'count')
|
81
|
-
self.count = attributes[:'count']
|
82
|
-
end
|
83
|
-
|
84
|
-
if attributes.key?(:'keyword')
|
85
|
-
self.keyword = attributes[:'keyword']
|
86
|
-
end
|
87
|
-
|
88
|
-
if attributes.key?(:'slug')
|
89
|
-
self.slug = attributes[:'slug']
|
90
|
-
end
|
91
|
-
|
92
|
-
if attributes.key?(:'origin')
|
93
|
-
self.origin = attributes[:'origin']
|
94
|
-
end
|
95
|
-
|
96
|
-
if attributes.key?(:'destination')
|
97
|
-
self.destination = attributes[:'destination']
|
98
|
-
end
|
99
|
-
|
100
|
-
if attributes.key?(:'tag')
|
101
|
-
self.tag = attributes[:'tag']
|
102
|
-
end
|
103
|
-
|
104
|
-
if attributes.key?(:'created_at_min')
|
105
|
-
self.created_at_min = attributes[:'created_at_min']
|
106
|
-
end
|
107
|
-
|
108
|
-
if attributes.key?(:'created_at_max')
|
109
|
-
self.created_at_max = attributes[:'created_at_max']
|
110
|
-
end
|
111
|
-
|
112
|
-
if attributes.key?(:'last_updated_at')
|
113
|
-
self.last_updated_at = attributes[:'last_updated_at']
|
114
|
-
end
|
115
|
-
|
116
|
-
if attributes.key?(:'return_to_sender')
|
117
|
-
self.return_to_sender = attributes[:'return_to_sender']
|
118
|
-
end
|
119
|
-
|
120
|
-
if attributes.key?(:'courier_destination_country_iso3')
|
121
|
-
self.courier_destination_country_iso3 = attributes[:'courier_destination_country_iso3']
|
25
|
+
if attributes.key?(:'pagination')
|
26
|
+
self.pagination = attributes[:'pagination']
|
122
27
|
end
|
123
28
|
|
124
29
|
if attributes.key?(:'trackings')
|
@@ -129,19 +34,7 @@ module AftershipAPI::Model
|
|
129
34
|
# Attribute type mapping.
|
130
35
|
def self.openapi_types
|
131
36
|
{
|
132
|
-
:'
|
133
|
-
:'limit' => :'Integer',
|
134
|
-
:'count' => :'Integer',
|
135
|
-
:'keyword' => :'String',
|
136
|
-
:'slug' => :'String',
|
137
|
-
:'origin' => :'Array<String>',
|
138
|
-
:'destination' => :'Array<String>',
|
139
|
-
:'tag' => :'TagV1',
|
140
|
-
:'created_at_min' => :'String',
|
141
|
-
:'created_at_max' => :'String',
|
142
|
-
:'last_updated_at' => :'String',
|
143
|
-
:'return_to_sender' => :'Array<Boolean>',
|
144
|
-
:'courier_destination_country_iso3' => :'Array<String>',
|
37
|
+
:'pagination' => :'PaginationDataTrackingResponseGetMultipleV1',
|
145
38
|
:'trackings' => :'Array<Tracking>',
|
146
39
|
}
|
147
40
|
end
|
@@ -149,19 +42,7 @@ module AftershipAPI::Model
|
|
149
42
|
# Attribute mapping from ruby-style variable name to JSON key.
|
150
43
|
def self.attribute_map
|
151
44
|
{
|
152
|
-
:'
|
153
|
-
:'limit' => :'limit',
|
154
|
-
:'count' => :'count',
|
155
|
-
:'keyword' => :'keyword',
|
156
|
-
:'slug' => :'slug',
|
157
|
-
:'origin' => :'origin',
|
158
|
-
:'destination' => :'destination',
|
159
|
-
:'tag' => :'tag',
|
160
|
-
:'created_at_min' => :'created_at_min',
|
161
|
-
:'created_at_max' => :'created_at_max',
|
162
|
-
:'last_updated_at' => :'last_updated_at',
|
163
|
-
:'return_to_sender' => :'return_to_sender',
|
164
|
-
:'courier_destination_country_iso3' => :'courier_destination_country_iso3',
|
45
|
+
:'pagination' => :'pagination',
|
165
46
|
:'trackings' => :'trackings',
|
166
47
|
}
|
167
48
|
end
|
@@ -279,3 +160,4 @@ module AftershipAPI::Model
|
|
279
160
|
end
|
280
161
|
end
|
281
162
|
end
|
163
|
+
|