aftership-tracking-sdk 7.0.0 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +66 -82
  3. data/lib/aftership-tracking-sdk/api/courier.rb +6 -6
  4. data/lib/aftership-tracking-sdk/api/estimated_delivery_date.rb +1 -1
  5. data/lib/aftership-tracking-sdk/api/tracking.rb +74 -74
  6. data/lib/aftership-tracking-sdk/configuration.rb +1 -1
  7. data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_create_tracking_response.rb +181 -0
  8. data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_delete_tracking_by_id_response.rb +181 -0
  9. data/lib/aftership-tracking-sdk/models/{get_checkpoint_by_tracking_id_response.rb → aftership_estimated_delivery_date_delete_tracking_by_slug_tracking_number_response.rb} +30 -60
  10. data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_get_tracking_by_id_response.rb +181 -0
  11. data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_get_tracking_by_slug_tracking_number_response.rb +181 -0
  12. data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_mark_tracking_completed_by_id_response.rb +181 -0
  13. data/lib/aftership-tracking-sdk/models/{get_checkpoint_by_slug_tracking_number_response.rb → aftership_estimated_delivery_date_mark_tracking_completed_by_slug_tracking_number_response.rb} +30 -60
  14. data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_retrack_tracking_by_id_response.rb +181 -0
  15. data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_retrack_tracking_by_slug_tracking_number_response.rb +181 -0
  16. data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_update_tracking_by_id_response.rb +181 -0
  17. data/lib/aftership-tracking-sdk/models/aftership_estimated_delivery_date_update_tracking_by_slug_tracking_number_response.rb +181 -0
  18. data/lib/aftership-tracking-sdk/models/carbon_emissions_create_tracking_response.rb +161 -0
  19. data/lib/aftership-tracking-sdk/models/carbon_emissions_delete_tracking_by_id_response.rb +161 -0
  20. data/lib/aftership-tracking-sdk/models/carbon_emissions_delete_tracking_by_slug_tracking_number_response.rb +161 -0
  21. data/lib/aftership-tracking-sdk/models/carbon_emissions_get_tracking_by_id_response.rb +161 -0
  22. data/lib/aftership-tracking-sdk/models/carbon_emissions_get_tracking_by_slug_tracking_number_response.rb +161 -0
  23. data/lib/aftership-tracking-sdk/models/carbon_emissions_mark_tracking_completed_by_id_response.rb +161 -0
  24. data/lib/aftership-tracking-sdk/models/carbon_emissions_mark_tracking_completed_by_slug_tracking_number_response.rb +161 -0
  25. data/lib/aftership-tracking-sdk/models/carbon_emissions_retrack_tracking_by_id_response.rb +161 -0
  26. data/lib/aftership-tracking-sdk/models/carbon_emissions_retrack_tracking_by_slug_tracking_number_response.rb +161 -0
  27. data/lib/aftership-tracking-sdk/models/carbon_emissions_update_tracking_by_id_response.rb +161 -0
  28. data/lib/aftership-tracking-sdk/models/carbon_emissions_update_tracking_by_slug_tracking_number_response.rb +161 -0
  29. data/lib/aftership-tracking-sdk/models/{tracking_create_tracking_request.rb → create_tracking_request.rb} +7 -7
  30. data/lib/aftership-tracking-sdk/models/create_tracking_response.rb +931 -0
  31. data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_create_tracking_response.rb +181 -0
  32. data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_delete_tracking_by_id_response.rb +181 -0
  33. data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_delete_tracking_by_slug_tracking_number_response.rb +181 -0
  34. data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_get_tracking_by_id_response.rb +181 -0
  35. data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_get_tracking_by_slug_tracking_number_response.rb +181 -0
  36. data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_mark_tracking_completed_by_id_response.rb +181 -0
  37. data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_mark_tracking_completed_by_slug_tracking_number_response.rb +181 -0
  38. data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_retrack_tracking_by_id_response.rb +181 -0
  39. data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_retrack_tracking_by_slug_tracking_number_response.rb +181 -0
  40. data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_update_tracking_by_id_response.rb +181 -0
  41. data/lib/aftership-tracking-sdk/models/custom_estimated_delivery_date_update_tracking_by_slug_tracking_number_response.rb +181 -0
  42. data/lib/aftership-tracking-sdk/models/{custom_fields_tracking_update_tracking_by_slug_tracking_number_request.rb → custom_fields_update_tracking_by_slug_tracking_number_request.rb} +2 -2
  43. data/lib/aftership-tracking-sdk/models/delete_tracking_by_id_response.rb +931 -0
  44. data/lib/aftership-tracking-sdk/models/delete_tracking_by_slug_tracking_number_response.rb +931 -0
  45. data/lib/aftership-tracking-sdk/models/{tracking_detect_courier_request.rb → detect_courier_request.rb} +3 -3
  46. data/lib/aftership-tracking-sdk/models/estimated_delivery_date_response.rb +10 -0
  47. data/lib/aftership-tracking-sdk/models/first_estimated_delivery_create_tracking_response.rb +191 -0
  48. data/lib/aftership-tracking-sdk/models/first_estimated_delivery_delete_tracking_by_id_response.rb +191 -0
  49. data/lib/aftership-tracking-sdk/models/first_estimated_delivery_delete_tracking_by_slug_tracking_number_response.rb +191 -0
  50. data/lib/aftership-tracking-sdk/models/first_estimated_delivery_get_tracking_by_id_response.rb +191 -0
  51. data/lib/aftership-tracking-sdk/models/first_estimated_delivery_get_tracking_by_slug_tracking_number_response.rb +191 -0
  52. data/lib/aftership-tracking-sdk/models/first_estimated_delivery_mark_tracking_completed_by_id_response.rb +191 -0
  53. data/lib/aftership-tracking-sdk/models/first_estimated_delivery_mark_tracking_completed_by_slug_tracking_number_response.rb +191 -0
  54. data/lib/aftership-tracking-sdk/models/first_estimated_delivery_retrack_tracking_by_id_response.rb +191 -0
  55. data/lib/aftership-tracking-sdk/models/first_estimated_delivery_retrack_tracking_by_slug_tracking_number_response.rb +191 -0
  56. data/lib/aftership-tracking-sdk/models/first_estimated_delivery_update_tracking_by_id_response.rb +191 -0
  57. data/lib/aftership-tracking-sdk/models/first_estimated_delivery_update_tracking_by_slug_tracking_number_response.rb +191 -0
  58. data/lib/aftership-tracking-sdk/models/get_tracking_by_id_response.rb +931 -0
  59. data/lib/aftership-tracking-sdk/models/get_tracking_by_slug_tracking_number_response.rb +931 -0
  60. data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_create_tracking_response.rb +191 -0
  61. data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_delete_tracking_by_id_response.rb +191 -0
  62. data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_delete_tracking_by_slug_tracking_number_response.rb +191 -0
  63. data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_get_tracking_by_id_response.rb +191 -0
  64. data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_get_tracking_by_slug_tracking_number_response.rb +191 -0
  65. data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_mark_tracking_completed_by_id_response.rb +191 -0
  66. data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_mark_tracking_completed_by_slug_tracking_number_response.rb +191 -0
  67. data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_retrack_tracking_by_id_response.rb +191 -0
  68. data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_retrack_tracking_by_slug_tracking_number_response.rb +191 -0
  69. data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_update_tracking_by_id_response.rb +191 -0
  70. data/lib/aftership-tracking-sdk/models/latest_estimated_delivery_update_tracking_by_slug_tracking_number_response.rb +191 -0
  71. data/lib/aftership-tracking-sdk/models/mark_tracking_completed_by_id_response.rb +931 -0
  72. data/lib/aftership-tracking-sdk/models/mark_tracking_completed_by_slug_tracking_number_response.rb +931 -0
  73. data/lib/aftership-tracking-sdk/models/{next_couriers_tracking_create_tracking_request.rb → next_couriers_create_tracking_request.rb} +2 -2
  74. data/lib/aftership-tracking-sdk/models/{notification_request_v1.rb → next_couriers_create_tracking_response.rb} +26 -16
  75. data/lib/aftership-tracking-sdk/models/next_couriers_delete_tracking_by_id_response.rb +171 -0
  76. data/lib/aftership-tracking-sdk/models/next_couriers_delete_tracking_by_slug_tracking_number_response.rb +171 -0
  77. data/lib/aftership-tracking-sdk/models/next_couriers_get_tracking_by_id_response.rb +171 -0
  78. data/lib/aftership-tracking-sdk/models/next_couriers_get_tracking_by_slug_tracking_number_response.rb +171 -0
  79. data/lib/aftership-tracking-sdk/models/next_couriers_mark_tracking_completed_by_id_response.rb +171 -0
  80. data/lib/aftership-tracking-sdk/models/next_couriers_mark_tracking_completed_by_slug_tracking_number_response.rb +171 -0
  81. data/lib/aftership-tracking-sdk/models/next_couriers_retrack_tracking_by_id_response.rb +171 -0
  82. data/lib/aftership-tracking-sdk/models/next_couriers_retrack_tracking_by_slug_tracking_number_response.rb +171 -0
  83. data/lib/aftership-tracking-sdk/models/next_couriers_update_tracking_by_id_response.rb +171 -0
  84. data/lib/aftership-tracking-sdk/models/next_couriers_update_tracking_by_slug_tracking_number_response.rb +171 -0
  85. data/lib/aftership-tracking-sdk/models/retrack_tracking_by_id_response.rb +931 -0
  86. data/lib/aftership-tracking-sdk/models/retrack_tracking_by_slug_tracking_number_response.rb +931 -0
  87. data/lib/aftership-tracking-sdk/models/{tracking_delete_response_v1.rb → shipment_weight_create_tracking_response.rb} +16 -16
  88. data/lib/aftership-tracking-sdk/models/{data_notification_response_v1.rb → shipment_weight_delete_tracking_by_id_response.rb} +19 -9
  89. data/lib/aftership-tracking-sdk/models/shipment_weight_delete_tracking_by_slug_tracking_number_response.rb +161 -0
  90. data/lib/aftership-tracking-sdk/models/{notification.rb → shipment_weight_get_tracking_by_id_response.rb} +16 -16
  91. data/lib/aftership-tracking-sdk/models/shipment_weight_get_tracking_by_slug_tracking_number_response.rb +161 -0
  92. data/lib/aftership-tracking-sdk/models/shipment_weight_mark_tracking_completed_by_id_response.rb +161 -0
  93. data/lib/aftership-tracking-sdk/models/shipment_weight_mark_tracking_completed_by_slug_tracking_number_response.rb +161 -0
  94. data/lib/aftership-tracking-sdk/models/shipment_weight_retrack_tracking_by_id_response.rb +161 -0
  95. data/lib/aftership-tracking-sdk/models/shipment_weight_retrack_tracking_by_slug_tracking_number_response.rb +161 -0
  96. data/lib/aftership-tracking-sdk/models/{notification_response_v1.rb → shipment_weight_tracking.rb} +16 -16
  97. data/lib/aftership-tracking-sdk/models/shipment_weight_update_tracking_by_id_response.rb +161 -0
  98. data/lib/aftership-tracking-sdk/models/shipment_weight_update_tracking_by_slug_tracking_number_response.rb +161 -0
  99. data/lib/aftership-tracking-sdk/models/tracking.rb +27 -17
  100. data/lib/aftership-tracking-sdk/models/tracking_response_v1.rb +3 -3
  101. data/lib/aftership-tracking-sdk/models/{tracking_update_tracking_by_id_request.rb → update_tracking_by_id_request.rb} +3 -3
  102. data/lib/aftership-tracking-sdk/models/update_tracking_by_id_response.rb +931 -0
  103. data/lib/aftership-tracking-sdk/models/{tracking_update_tracking_by_slug_tracking_number_request.rb → update_tracking_by_slug_tracking_number_request.rb} +5 -5
  104. data/lib/aftership-tracking-sdk/models/update_tracking_by_slug_tracking_number_response.rb +931 -0
  105. data/lib/aftership-tracking-sdk/version.rb +1 -1
  106. metadata +97 -21
  107. data/lib/aftership-tracking-sdk/api/last_checkpoint.rb +0 -143
  108. data/lib/aftership-tracking-sdk/api/notification.rb +0 -403
  109. data/lib/aftership-tracking-sdk/models/data_tracking_delete_response_v1.rb +0 -151
  110. data/lib/aftership-tracking-sdk/models/data_tracking_response_v1.rb +0 -151
  111. data/lib/aftership-tracking-sdk/models/partial_delete_tracking.rb +0 -241
  112. data/lib/aftership-tracking-sdk/models/partial_update_tracking.rb +0 -251
@@ -1,12 +1,12 @@
1
1
  # This code was auto generated by AfterShip SDK Generator.
2
2
  # Do not edit the class manually.
3
3
  module AftershipAPI::Model
4
- class TrackingDetectCourierRequest
4
+ class DetectCourierRequest
5
5
  # Tracking number of a shipment.
6
6
  # tracking_number: String;
7
7
  attr_accessor :tracking_number
8
8
 
9
- # If not specified, Aftership will automatically detect the courier based on the tracking number format and your . Use array or comma separated to input a list of couriers for auto detect. Cannot be used with slug_group at the same time.
9
+ # If not specified, Aftership will automatically detect the courier based on the tracking number format and your . Use array to input a list of couriers for auto detect. Cannot be used with slug_group at the same time.
10
10
  # slug?: String[];
11
11
  attr_accessor :slug
12
12
 
@@ -54,7 +54,7 @@ module AftershipAPI::Model
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `AftershipAPI::TrackingDetectCourierRequest` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `AftershipAPI::DetectCourierRequest` initialize method"
58
58
  end
59
59
 
60
60
  attributes = attributes.each_with_object({}) { |(k, v), h|
@@ -2,6 +2,10 @@
2
2
  # Do not edit the class manually.
3
3
  module AftershipAPI::Model
4
4
  class EstimatedDeliveryDateResponse
5
+ # A string that acts as a unique identifier for the estimated delivery date value generated by AfterShip Predict API
6
+ # id: String;
7
+ attr_accessor :id
8
+
5
9
  # AfterShip's unique code of courier. Please refer to https://track.aftership.com/couriers/download.
6
10
  # slug: String;
7
11
  attr_accessor :slug
@@ -61,6 +65,10 @@ module AftershipAPI::Model
61
65
  h[k.to_sym] = v
62
66
  }
63
67
 
68
+ if attributes.key?(:'id')
69
+ self.id = attributes[:'id']
70
+ end
71
+
64
72
  if attributes.key?(:'slug')
65
73
  self.slug = attributes[:'slug']
66
74
  end
@@ -113,6 +121,7 @@ module AftershipAPI::Model
113
121
  # Attribute type mapping.
114
122
  def self.openapi_types
115
123
  {
124
+ :'id' => :'String',
116
125
  :'slug' => :'String',
117
126
  :'service_type_name' => :'String',
118
127
  :'origin_address' => :'OriginAddressEstimatedDeliveryDateResponse',
@@ -131,6 +140,7 @@ module AftershipAPI::Model
131
140
  # Attribute mapping from ruby-style variable name to JSON key.
132
141
  def self.attribute_map
133
142
  {
143
+ :'id' => :'id',
134
144
  :'slug' => :'slug',
135
145
  :'service_type_name' => :'service_type_name',
136
146
  :'origin_address' => :'origin_address',
@@ -0,0 +1,191 @@
1
+ # This code was auto generated by AfterShip SDK Generator.
2
+ # Do not edit the class manually.
3
+ module AftershipAPI::Model
4
+ class FirstEstimatedDeliveryCreateTrackingResponse
5
+ # The format of the EDD. Either a single date or a date range.
6
+ # type?: String;
7
+ attr_accessor :type
8
+
9
+ # The source of the EDD. Either the carrier, AfterShip AI, or based on your custom EDD settings.
10
+ # source?: String;
11
+ attr_accessor :source
12
+
13
+ # The latest EDD time.
14
+ # datetime?: String;
15
+ attr_accessor :datetime
16
+
17
+ # For a date range EDD format, the date and time for the lower end of the range.
18
+ # datetime_min?: String;
19
+ attr_accessor :datetime_min
20
+
21
+ # For a date range EDD format, the date and time for the upper end of the range.
22
+ # datetime_max?: String;
23
+ attr_accessor :datetime_max
24
+
25
+ # Initializes the object
26
+ # @param [Hash] attributes Model attributes in the form of hash
27
+ def initialize(attributes = {})
28
+ if (!attributes.is_a?(Hash))
29
+ fail ArgumentError, "The input argument (attributes) must be a hash in `AftershipAPI::FirstEstimatedDeliveryCreateTrackingResponse` initialize method"
30
+ end
31
+
32
+ attributes = attributes.each_with_object({}) { |(k, v), h|
33
+ h[k.to_sym] = v
34
+ }
35
+
36
+ if attributes.key?(:'type')
37
+ self.type = attributes[:'type']
38
+ end
39
+
40
+ if attributes.key?(:'source')
41
+ self.source = attributes[:'source']
42
+ end
43
+
44
+ if attributes.key?(:'datetime')
45
+ self.datetime = attributes[:'datetime']
46
+ end
47
+
48
+ if attributes.key?(:'datetime_min')
49
+ self.datetime_min = attributes[:'datetime_min']
50
+ end
51
+
52
+ if attributes.key?(:'datetime_max')
53
+ self.datetime_max = attributes[:'datetime_max']
54
+ end
55
+ end
56
+
57
+ # Attribute type mapping.
58
+ def self.openapi_types
59
+ {
60
+ :'type' => :'String',
61
+ :'source' => :'String',
62
+ :'datetime' => :'String',
63
+ :'datetime_min' => :'String',
64
+ :'datetime_max' => :'String',
65
+ }
66
+ end
67
+
68
+ # Attribute mapping from ruby-style variable name to JSON key.
69
+ def self.attribute_map
70
+ {
71
+ :'type' => :'type',
72
+ :'source' => :'source',
73
+ :'datetime' => :'datetime',
74
+ :'datetime_min' => :'datetime_min',
75
+ :'datetime_max' => :'datetime_max',
76
+ }
77
+ end
78
+
79
+ # Builds the object from hash
80
+ # @param attributes [Hash] Model attributes in the form of hash
81
+ # @return [Object] Returns the model itself
82
+ def self.build_from_hash(attributes)
83
+ return nil unless attributes.is_a?(Hash)
84
+ attributes = attributes.transform_keys(&:to_sym)
85
+ transformed_hash = {}
86
+ openapi_types.each_pair do |key, type|
87
+ if attributes.key?(key) && attributes[key].nil?
88
+ transformed_hash["#{key}"] = nil
89
+ elsif type =~ /\AArray<(.*)>/i
90
+ # check to ensure the input is an array given that the attribute
91
+ # is documented as an array but the input is not
92
+ if attributes[key].is_a?(Array)
93
+ transformed_hash["#{key}"] = attributes[key].map { |v| _deserialize($1, v) }
94
+ end
95
+ elsif !attributes[key].nil?
96
+ transformed_hash["#{key}"] = _deserialize(type, attributes[key])
97
+ end
98
+ end
99
+ new(transformed_hash)
100
+ end
101
+
102
+ # Deserializes the data based on type
103
+ # @param type [String] Data type
104
+ # @param value [String] Value to be deserialized
105
+ # @return [Object] Deserialized data
106
+ def self._deserialize(type, value)
107
+ case type.to_sym
108
+ when :Time
109
+ Time.parse(value)
110
+ when :Date
111
+ Date.parse(value)
112
+ when :String
113
+ value.to_s
114
+ when :Integer
115
+ value.to_i
116
+ when :Float
117
+ value.to_f
118
+ when :Boolean
119
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
120
+ true
121
+ else
122
+ false
123
+ end
124
+ when :Object
125
+ # generic object (usually a Hash), return directly
126
+ value
127
+ when /\AArray<(?<inner_type>.+)>\z/
128
+ inner_type = Regexp.last_match[:inner_type]
129
+ value.map { |v| _deserialize(inner_type, v) }
130
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
131
+ k_type = Regexp.last_match[:k_type]
132
+ v_type = Regexp.last_match[:v_type]
133
+ {}.tap do |hash|
134
+ value.each do |k, v|
135
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
136
+ end
137
+ end
138
+ else # model
139
+ klass = AftershipAPI::Model.const_get(type)
140
+ klass.build_from_hash(value)
141
+ end
142
+ end
143
+
144
+ # Returns the string representation of the object
145
+ # @return [String] String presentation of the object
146
+ def to_s
147
+ to_hash.to_s
148
+ end
149
+
150
+ # to_body is an alias to to_hash (backward compatibility)
151
+ # @return [Hash] Returns the object in the form of hash
152
+ def to_body
153
+ to_hash
154
+ end
155
+
156
+ # Returns the object in the form of hash
157
+ # @return [Hash] Returns the object in the form of hash
158
+ def to_hash
159
+ hash = {}
160
+ self.class.attribute_map.each_pair do |attr, param|
161
+ value = self.send(attr)
162
+ next if value.nil?
163
+
164
+ hash[param] = _to_hash(value)
165
+ end
166
+ hash
167
+ end
168
+
169
+ # Outputs non-array value in the form of hash
170
+ # For object, use to_hash. Otherwise, just return the value
171
+ # @param value [Object] Any valid value
172
+ # @return [Hash] Returns the value in the form of hash
173
+ def _to_hash(value)
174
+ if value.is_a?(Array)
175
+ value.compact.map { |v| _to_hash(v) }
176
+ elsif value.is_a?(Hash)
177
+ {}.tap do |hash|
178
+ value.each { |k, v| hash[k] = _to_hash(v) }
179
+ end
180
+ elsif value.respond_to? :to_hash
181
+ value.to_hash
182
+ else
183
+ value
184
+ end
185
+ end
186
+
187
+ def to_json(*a)
188
+ to_hash.to_json(*a)
189
+ end
190
+ end
191
+ end
@@ -0,0 +1,191 @@
1
+ # This code was auto generated by AfterShip SDK Generator.
2
+ # Do not edit the class manually.
3
+ module AftershipAPI::Model
4
+ class FirstEstimatedDeliveryDeleteTrackingByIdResponse
5
+ # The format of the EDD. Either a single date or a date range.
6
+ # type?: String;
7
+ attr_accessor :type
8
+
9
+ # The source of the EDD. Either the carrier, AfterShip AI, or based on your custom EDD settings.
10
+ # source?: String;
11
+ attr_accessor :source
12
+
13
+ # The latest EDD time.
14
+ # datetime?: String;
15
+ attr_accessor :datetime
16
+
17
+ # For a date range EDD format, the date and time for the lower end of the range.
18
+ # datetime_min?: String;
19
+ attr_accessor :datetime_min
20
+
21
+ # For a date range EDD format, the date and time for the upper end of the range.
22
+ # datetime_max?: String;
23
+ attr_accessor :datetime_max
24
+
25
+ # Initializes the object
26
+ # @param [Hash] attributes Model attributes in the form of hash
27
+ def initialize(attributes = {})
28
+ if (!attributes.is_a?(Hash))
29
+ fail ArgumentError, "The input argument (attributes) must be a hash in `AftershipAPI::FirstEstimatedDeliveryDeleteTrackingByIdResponse` initialize method"
30
+ end
31
+
32
+ attributes = attributes.each_with_object({}) { |(k, v), h|
33
+ h[k.to_sym] = v
34
+ }
35
+
36
+ if attributes.key?(:'type')
37
+ self.type = attributes[:'type']
38
+ end
39
+
40
+ if attributes.key?(:'source')
41
+ self.source = attributes[:'source']
42
+ end
43
+
44
+ if attributes.key?(:'datetime')
45
+ self.datetime = attributes[:'datetime']
46
+ end
47
+
48
+ if attributes.key?(:'datetime_min')
49
+ self.datetime_min = attributes[:'datetime_min']
50
+ end
51
+
52
+ if attributes.key?(:'datetime_max')
53
+ self.datetime_max = attributes[:'datetime_max']
54
+ end
55
+ end
56
+
57
+ # Attribute type mapping.
58
+ def self.openapi_types
59
+ {
60
+ :'type' => :'String',
61
+ :'source' => :'String',
62
+ :'datetime' => :'String',
63
+ :'datetime_min' => :'String',
64
+ :'datetime_max' => :'String',
65
+ }
66
+ end
67
+
68
+ # Attribute mapping from ruby-style variable name to JSON key.
69
+ def self.attribute_map
70
+ {
71
+ :'type' => :'type',
72
+ :'source' => :'source',
73
+ :'datetime' => :'datetime',
74
+ :'datetime_min' => :'datetime_min',
75
+ :'datetime_max' => :'datetime_max',
76
+ }
77
+ end
78
+
79
+ # Builds the object from hash
80
+ # @param attributes [Hash] Model attributes in the form of hash
81
+ # @return [Object] Returns the model itself
82
+ def self.build_from_hash(attributes)
83
+ return nil unless attributes.is_a?(Hash)
84
+ attributes = attributes.transform_keys(&:to_sym)
85
+ transformed_hash = {}
86
+ openapi_types.each_pair do |key, type|
87
+ if attributes.key?(key) && attributes[key].nil?
88
+ transformed_hash["#{key}"] = nil
89
+ elsif type =~ /\AArray<(.*)>/i
90
+ # check to ensure the input is an array given that the attribute
91
+ # is documented as an array but the input is not
92
+ if attributes[key].is_a?(Array)
93
+ transformed_hash["#{key}"] = attributes[key].map { |v| _deserialize($1, v) }
94
+ end
95
+ elsif !attributes[key].nil?
96
+ transformed_hash["#{key}"] = _deserialize(type, attributes[key])
97
+ end
98
+ end
99
+ new(transformed_hash)
100
+ end
101
+
102
+ # Deserializes the data based on type
103
+ # @param type [String] Data type
104
+ # @param value [String] Value to be deserialized
105
+ # @return [Object] Deserialized data
106
+ def self._deserialize(type, value)
107
+ case type.to_sym
108
+ when :Time
109
+ Time.parse(value)
110
+ when :Date
111
+ Date.parse(value)
112
+ when :String
113
+ value.to_s
114
+ when :Integer
115
+ value.to_i
116
+ when :Float
117
+ value.to_f
118
+ when :Boolean
119
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
120
+ true
121
+ else
122
+ false
123
+ end
124
+ when :Object
125
+ # generic object (usually a Hash), return directly
126
+ value
127
+ when /\AArray<(?<inner_type>.+)>\z/
128
+ inner_type = Regexp.last_match[:inner_type]
129
+ value.map { |v| _deserialize(inner_type, v) }
130
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
131
+ k_type = Regexp.last_match[:k_type]
132
+ v_type = Regexp.last_match[:v_type]
133
+ {}.tap do |hash|
134
+ value.each do |k, v|
135
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
136
+ end
137
+ end
138
+ else # model
139
+ klass = AftershipAPI::Model.const_get(type)
140
+ klass.build_from_hash(value)
141
+ end
142
+ end
143
+
144
+ # Returns the string representation of the object
145
+ # @return [String] String presentation of the object
146
+ def to_s
147
+ to_hash.to_s
148
+ end
149
+
150
+ # to_body is an alias to to_hash (backward compatibility)
151
+ # @return [Hash] Returns the object in the form of hash
152
+ def to_body
153
+ to_hash
154
+ end
155
+
156
+ # Returns the object in the form of hash
157
+ # @return [Hash] Returns the object in the form of hash
158
+ def to_hash
159
+ hash = {}
160
+ self.class.attribute_map.each_pair do |attr, param|
161
+ value = self.send(attr)
162
+ next if value.nil?
163
+
164
+ hash[param] = _to_hash(value)
165
+ end
166
+ hash
167
+ end
168
+
169
+ # Outputs non-array value in the form of hash
170
+ # For object, use to_hash. Otherwise, just return the value
171
+ # @param value [Object] Any valid value
172
+ # @return [Hash] Returns the value in the form of hash
173
+ def _to_hash(value)
174
+ if value.is_a?(Array)
175
+ value.compact.map { |v| _to_hash(v) }
176
+ elsif value.is_a?(Hash)
177
+ {}.tap do |hash|
178
+ value.each { |k, v| hash[k] = _to_hash(v) }
179
+ end
180
+ elsif value.respond_to? :to_hash
181
+ value.to_hash
182
+ else
183
+ value
184
+ end
185
+ end
186
+
187
+ def to_json(*a)
188
+ to_hash.to_json(*a)
189
+ end
190
+ end
191
+ end
@@ -0,0 +1,191 @@
1
+ # This code was auto generated by AfterShip SDK Generator.
2
+ # Do not edit the class manually.
3
+ module AftershipAPI::Model
4
+ class FirstEstimatedDeliveryDeleteTrackingBySlugTrackingNumberResponse
5
+ # The format of the EDD. Either a single date or a date range.
6
+ # type?: String;
7
+ attr_accessor :type
8
+
9
+ # The source of the EDD. Either the carrier, AfterShip AI, or based on your custom EDD settings.
10
+ # source?: String;
11
+ attr_accessor :source
12
+
13
+ # The latest EDD time.
14
+ # datetime?: String;
15
+ attr_accessor :datetime
16
+
17
+ # For a date range EDD format, the date and time for the lower end of the range.
18
+ # datetime_min?: String;
19
+ attr_accessor :datetime_min
20
+
21
+ # For a date range EDD format, the date and time for the upper end of the range.
22
+ # datetime_max?: String;
23
+ attr_accessor :datetime_max
24
+
25
+ # Initializes the object
26
+ # @param [Hash] attributes Model attributes in the form of hash
27
+ def initialize(attributes = {})
28
+ if (!attributes.is_a?(Hash))
29
+ fail ArgumentError, "The input argument (attributes) must be a hash in `AftershipAPI::FirstEstimatedDeliveryDeleteTrackingBySlugTrackingNumberResponse` initialize method"
30
+ end
31
+
32
+ attributes = attributes.each_with_object({}) { |(k, v), h|
33
+ h[k.to_sym] = v
34
+ }
35
+
36
+ if attributes.key?(:'type')
37
+ self.type = attributes[:'type']
38
+ end
39
+
40
+ if attributes.key?(:'source')
41
+ self.source = attributes[:'source']
42
+ end
43
+
44
+ if attributes.key?(:'datetime')
45
+ self.datetime = attributes[:'datetime']
46
+ end
47
+
48
+ if attributes.key?(:'datetime_min')
49
+ self.datetime_min = attributes[:'datetime_min']
50
+ end
51
+
52
+ if attributes.key?(:'datetime_max')
53
+ self.datetime_max = attributes[:'datetime_max']
54
+ end
55
+ end
56
+
57
+ # Attribute type mapping.
58
+ def self.openapi_types
59
+ {
60
+ :'type' => :'String',
61
+ :'source' => :'String',
62
+ :'datetime' => :'String',
63
+ :'datetime_min' => :'String',
64
+ :'datetime_max' => :'String',
65
+ }
66
+ end
67
+
68
+ # Attribute mapping from ruby-style variable name to JSON key.
69
+ def self.attribute_map
70
+ {
71
+ :'type' => :'type',
72
+ :'source' => :'source',
73
+ :'datetime' => :'datetime',
74
+ :'datetime_min' => :'datetime_min',
75
+ :'datetime_max' => :'datetime_max',
76
+ }
77
+ end
78
+
79
+ # Builds the object from hash
80
+ # @param attributes [Hash] Model attributes in the form of hash
81
+ # @return [Object] Returns the model itself
82
+ def self.build_from_hash(attributes)
83
+ return nil unless attributes.is_a?(Hash)
84
+ attributes = attributes.transform_keys(&:to_sym)
85
+ transformed_hash = {}
86
+ openapi_types.each_pair do |key, type|
87
+ if attributes.key?(key) && attributes[key].nil?
88
+ transformed_hash["#{key}"] = nil
89
+ elsif type =~ /\AArray<(.*)>/i
90
+ # check to ensure the input is an array given that the attribute
91
+ # is documented as an array but the input is not
92
+ if attributes[key].is_a?(Array)
93
+ transformed_hash["#{key}"] = attributes[key].map { |v| _deserialize($1, v) }
94
+ end
95
+ elsif !attributes[key].nil?
96
+ transformed_hash["#{key}"] = _deserialize(type, attributes[key])
97
+ end
98
+ end
99
+ new(transformed_hash)
100
+ end
101
+
102
+ # Deserializes the data based on type
103
+ # @param type [String] Data type
104
+ # @param value [String] Value to be deserialized
105
+ # @return [Object] Deserialized data
106
+ def self._deserialize(type, value)
107
+ case type.to_sym
108
+ when :Time
109
+ Time.parse(value)
110
+ when :Date
111
+ Date.parse(value)
112
+ when :String
113
+ value.to_s
114
+ when :Integer
115
+ value.to_i
116
+ when :Float
117
+ value.to_f
118
+ when :Boolean
119
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
120
+ true
121
+ else
122
+ false
123
+ end
124
+ when :Object
125
+ # generic object (usually a Hash), return directly
126
+ value
127
+ when /\AArray<(?<inner_type>.+)>\z/
128
+ inner_type = Regexp.last_match[:inner_type]
129
+ value.map { |v| _deserialize(inner_type, v) }
130
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
131
+ k_type = Regexp.last_match[:k_type]
132
+ v_type = Regexp.last_match[:v_type]
133
+ {}.tap do |hash|
134
+ value.each do |k, v|
135
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
136
+ end
137
+ end
138
+ else # model
139
+ klass = AftershipAPI::Model.const_get(type)
140
+ klass.build_from_hash(value)
141
+ end
142
+ end
143
+
144
+ # Returns the string representation of the object
145
+ # @return [String] String presentation of the object
146
+ def to_s
147
+ to_hash.to_s
148
+ end
149
+
150
+ # to_body is an alias to to_hash (backward compatibility)
151
+ # @return [Hash] Returns the object in the form of hash
152
+ def to_body
153
+ to_hash
154
+ end
155
+
156
+ # Returns the object in the form of hash
157
+ # @return [Hash] Returns the object in the form of hash
158
+ def to_hash
159
+ hash = {}
160
+ self.class.attribute_map.each_pair do |attr, param|
161
+ value = self.send(attr)
162
+ next if value.nil?
163
+
164
+ hash[param] = _to_hash(value)
165
+ end
166
+ hash
167
+ end
168
+
169
+ # Outputs non-array value in the form of hash
170
+ # For object, use to_hash. Otherwise, just return the value
171
+ # @param value [Object] Any valid value
172
+ # @return [Hash] Returns the value in the form of hash
173
+ def _to_hash(value)
174
+ if value.is_a?(Array)
175
+ value.compact.map { |v| _to_hash(v) }
176
+ elsif value.is_a?(Hash)
177
+ {}.tap do |hash|
178
+ value.each { |k, v| hash[k] = _to_hash(v) }
179
+ end
180
+ elsif value.respond_to? :to_hash
181
+ value.to_hash
182
+ else
183
+ value
184
+ end
185
+ end
186
+
187
+ def to_json(*a)
188
+ to_hash.to_json(*a)
189
+ end
190
+ end
191
+ end