ultracart_api 4.0.159 → 4.0.160

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32c10e8031092db9146e98e27f1f5b7ac613f8afb13eb8f7d21e99a6cede8a50
4
- data.tar.gz: 6afe8f3708df8311b1dc3fb9f8086d0d7282f90f776f96dacb93e4dd2f3c0070
3
+ metadata.gz: 5f45606430c58ef6679714d20c35600fc53b3149fb612400b9c67f994a9581ea
4
+ data.tar.gz: ceee466218b3cae7b4e2485e6736d0f0fb6c10bc7e0cb683a9473bd824a330e4
5
5
  SHA512:
6
- metadata.gz: 5d76074d28e87d85923f27c428885ca34545d670a69943cac5c219d5aca46e5d439c9a0d42dfab672055e2fd758e0e98e2bc658a009774c7e67fb59776411e3d
7
- data.tar.gz: d866107834e43a6e10a57c3b65ea5747f700b41620729e63781d8fc9d612d6f9da3a9285377ec8c9678aba65324fdc5d69365802c7d3262e5375e2cfd05d3513
6
+ metadata.gz: 44940d61428dd6b759f90d1a23bb8e8b53d53c64f77487f1647595ade727d797f1230c490029d2079a55e3c1c22f31178171f7f1a405be44f8ad27622bc2f079
7
+ data.tar.gz: 9d1ec78fc7270f567f1420bdce4928fec44cd626baf1916af327e66e747c9b2f7582642bd70d8429b9c15329508539662c2cc44157269669b4460053f2e8a23a
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 4.0.159
10
+ - Package version: 4.0.160
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,16 +24,16 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-4.0.159.gem
27
+ gem install ./ultracart_api-4.0.160.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.159.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.160.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'ultracart_api', '~> 4.0.159'
36
+ gem 'ultracart_api', '~> 4.0.160'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1364,6 +1364,7 @@ Not every change is committed to every SDK.
1364
1364
 
1365
1365
  | Version | Date | Comments |
1366
1366
  | --: | :-: | --- |
1367
+ | 4.0.160 | 06/14/2023 | dw bi: add request_dts on the execute queries request and report data set objects |
1367
1368
  | 4.0.159 | 06/09/2023 | distribution center pickup times |
1368
1369
  | 4.0.158 | 06/08/2023 | customer profile qb tax exempt reason code field |
1369
1370
  | 4.0.157 | 06/06/2023 | auto order add_ons |
@@ -16,6 +16,7 @@
16
16
  | **merchant_id** | **String** | Merchant that owns this data set | [optional] |
17
17
  | **page_count** | **Integer** | The total number of pages in the result set | [optional] |
18
18
  | **page_size** | **Integer** | The size of the pages | [optional] |
19
+ | **request_dts** | **String** | Date/Time of the client submitted the request. Can be used to resolve out of order query completion results | [optional] |
19
20
  | **schema** | [**Array<ReportDataSetSchema>**](ReportDataSetSchema.md) | The schema associated with the data set. | [optional] |
20
21
  | **security_level** | **String** | Security level this dataset was read from. | [optional] |
21
22
  | **timezone** | **String** | | [optional] |
@@ -39,6 +40,7 @@ instance = UltracartClient::ReportDataSet.new(
39
40
  merchant_id: null,
40
41
  page_count: null,
41
42
  page_size: null,
43
+ request_dts: null,
42
44
  schema: null,
43
45
  security_level: null,
44
46
  timezone: null,
@@ -10,6 +10,7 @@
10
10
  | **default_project_id** | **String** | | [optional] |
11
11
  | **merchant_id** | **String** | | [optional] |
12
12
  | **queries** | [**Array<ReportDataSetQuery>**](ReportDataSetQuery.md) | An array of queries that we want the lambda function to execute. | [optional] |
13
+ | **request_dts** | **String** | Date/Time of the client submitted the request. Can be used to resolve out of order query completion results | [optional] |
13
14
  | **security_level** | **String** | Security level to execute report under | [optional] |
14
15
 
15
16
  ## Example
@@ -24,6 +25,7 @@ instance = UltracartClient::ReportExecuteQueriesRequest.new(
24
25
  default_project_id: null,
25
26
  merchant_id: null,
26
27
  queries: null,
28
+ request_dts: null,
27
29
  security_level: null
28
30
  )
29
31
  ```
@@ -50,6 +50,9 @@ module UltracartClient
50
50
  # The size of the pages
51
51
  attr_accessor :page_size
52
52
 
53
+ # Date/Time of the client submitted the request. Can be used to resolve out of order query completion results
54
+ attr_accessor :request_dts
55
+
53
56
  # The schema associated with the data set.
54
57
  attr_accessor :schema
55
58
 
@@ -98,6 +101,7 @@ module UltracartClient
98
101
  :'merchant_id' => :'merchant_id',
99
102
  :'page_count' => :'page_count',
100
103
  :'page_size' => :'page_size',
104
+ :'request_dts' => :'request_dts',
101
105
  :'schema' => :'schema',
102
106
  :'security_level' => :'security_level',
103
107
  :'timezone' => :'timezone',
@@ -125,6 +129,7 @@ module UltracartClient
125
129
  :'merchant_id' => :'String',
126
130
  :'page_count' => :'Integer',
127
131
  :'page_size' => :'Integer',
132
+ :'request_dts' => :'String',
128
133
  :'schema' => :'Array<ReportDataSetSchema>',
129
134
  :'security_level' => :'String',
130
135
  :'timezone' => :'String',
@@ -203,6 +208,10 @@ module UltracartClient
203
208
  self.page_size = attributes[:'page_size']
204
209
  end
205
210
 
211
+ if attributes.key?(:'request_dts')
212
+ self.request_dts = attributes[:'request_dts']
213
+ end
214
+
206
215
  if attributes.key?(:'schema')
207
216
  if (value = attributes[:'schema']).is_a?(Array)
208
217
  self.schema = value
@@ -264,6 +273,7 @@ module UltracartClient
264
273
  merchant_id == o.merchant_id &&
265
274
  page_count == o.page_count &&
266
275
  page_size == o.page_size &&
276
+ request_dts == o.request_dts &&
267
277
  schema == o.schema &&
268
278
  security_level == o.security_level &&
269
279
  timezone == o.timezone &&
@@ -279,7 +289,7 @@ module UltracartClient
279
289
  # Calculates hash code according to all attributes.
280
290
  # @return [Integer] Hash code
281
291
  def hash
282
- [data_set_query_uuid, data_set_uuid, destination_table_id, error_message, executed_sql, for_object_id, for_object_type, initial_pages, max_results, merchant_id, page_count, page_size, schema, security_level, timezone, user_data].hash
292
+ [data_set_query_uuid, data_set_uuid, destination_table_id, error_message, executed_sql, for_object_id, for_object_type, initial_pages, max_results, merchant_id, page_count, page_size, request_dts, schema, security_level, timezone, user_data].hash
283
293
  end
284
294
 
285
295
  # Builds the object from hash
@@ -30,6 +30,9 @@ module UltracartClient
30
30
  # An array of queries that we want the lambda function to execute.
31
31
  attr_accessor :queries
32
32
 
33
+ # Date/Time of the client submitted the request. Can be used to resolve out of order query completion results
34
+ attr_accessor :request_dts
35
+
33
36
  # Security level to execute report under
34
37
  attr_accessor :security_level
35
38
 
@@ -64,6 +67,7 @@ module UltracartClient
64
67
  :'default_project_id' => :'default_project_id',
65
68
  :'merchant_id' => :'merchant_id',
66
69
  :'queries' => :'queries',
70
+ :'request_dts' => :'request_dts',
67
71
  :'security_level' => :'security_level'
68
72
  }
69
73
  end
@@ -82,6 +86,7 @@ module UltracartClient
82
86
  :'default_project_id' => :'String',
83
87
  :'merchant_id' => :'String',
84
88
  :'queries' => :'Array<ReportDataSetQuery>',
89
+ :'request_dts' => :'String',
85
90
  :'security_level' => :'String'
86
91
  }
87
92
  end
@@ -133,6 +138,10 @@ module UltracartClient
133
138
  end
134
139
  end
135
140
 
141
+ if attributes.key?(:'request_dts')
142
+ self.request_dts = attributes[:'request_dts']
143
+ end
144
+
136
145
  if attributes.key?(:'security_level')
137
146
  self.security_level = attributes[:'security_level']
138
147
  end
@@ -174,6 +183,7 @@ module UltracartClient
174
183
  default_project_id == o.default_project_id &&
175
184
  merchant_id == o.merchant_id &&
176
185
  queries == o.queries &&
186
+ request_dts == o.request_dts &&
177
187
  security_level == o.security_level
178
188
  end
179
189
 
@@ -186,7 +196,7 @@ module UltracartClient
186
196
  # Calculates hash code according to all attributes.
187
197
  # @return [Integer] Hash code
188
198
  def hash
189
- [client_uuid, connection_id, default_dataset_id, default_project_id, merchant_id, queries, security_level].hash
199
+ [client_uuid, connection_id, default_dataset_id, default_project_id, merchant_id, queries, request_dts, security_level].hash
190
200
  end
191
201
 
192
202
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.0.159'
14
+ VERSION = '4.0.160'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.159
4
+ version: 4.0.160
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-09 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus