ultracart_api 4.0.150 → 4.0.151

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd15e88c50b561801ba160b9143a5417cd996cef952b5abd40f7640463be4835
4
- data.tar.gz: 572237452c72000d9723b4c50f169afd9fb588a6eb78fa6f295fc62ae4511e39
3
+ metadata.gz: 5ed82fdb8ebe68dde67b9f75a193487387bdbfdc98f3538ad371c444748de710
4
+ data.tar.gz: 9755a3e284beb9ee4f747a23561c3ce3e07056ad66322ccf8957859c05e19770
5
5
  SHA512:
6
- metadata.gz: a316b801fa4b51b3b0feaa65fd02556151eb0d4438e0c5b4ee19551503824b9510ddffd563b9df05624d56ff512d2a52441904f6876e45256aefada274cad417
7
- data.tar.gz: 151d1ab14c42185fd75cca296a8e6d9288ec597fb0a12f2483ffbc43289ba3b729568f22eabebaafac2e9a3506cc58343538d57ae07572f0e9b467ef63f3bfbc
6
+ metadata.gz: e4f20dfe767d2e915563c1659bc19126d57cc0c538bed054e3ff062b67241fc10dbb7b71418d7bd6967e62112cd61ebc8f7eb65bfc26ce78f64df920a5b36921
7
+ data.tar.gz: 83b0322f75dc026a692ce9399bc6d1ee24024e7a2966066d44df892ea787873cff86baa4fd9e0e4bb697e4d10e2205c4be43ec47633ec7eea2ea33650abf5ad1
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.150
10
+ - Package version: 4.0.151
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.150.gem
27
+ gem install ./ultracart_api-4.0.151.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.150.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.151.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.150'
36
+ gem 'ultracart_api', '~> 4.0.151'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1353,6 +1353,7 @@ Not every change is committed to every SDK.
1353
1353
 
1354
1354
  | Version | Date | Comments |
1355
1355
  | --: | :-: | --- |
1356
+ | 4.0.151 | 04/24/2023 | internal development - data warehouse |
1356
1357
  | 4.0.150 | 04/21/2023 | internal development - data warehouse |
1357
1358
  | 4.0.149 | 04/19/2023 | internal development - data warehouse |
1358
1359
  | 4.0.148 | 04/19/2023 | internal dev - data warehouse |
@@ -13,7 +13,7 @@
13
13
  | **initial_pages** | [**Array<ReportDataSetPage>**](ReportDataSetPage.md) | Initial pages returned in the dataset | [optional] |
14
14
  | **max_results** | **Integer** | The total number of results | [optional] |
15
15
  | **merchant_id** | **String** | Merchant that owns this data set | [optional] |
16
- | **page_count** | **Integer** | The size of the pages | [optional] |
16
+ | **page_count** | **Integer** | The total number of pages in the result set | [optional] |
17
17
  | **page_size** | **Integer** | The size of the pages | [optional] |
18
18
  | **schema** | [**Array<ReportDataSetSchema>**](ReportDataSetSchema.md) | The schema associated with the data set. | [optional] |
19
19
  | **security_level** | **String** | Security level this dataset was read from. | [optional] |
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **config** | **String** | A JSON representation of the configuration for this visualization | [optional] |
7
8
  | **name** | **String** | | [optional] |
8
9
  | **type** | **String** | Type of the column. | [optional] |
9
10
 
@@ -13,6 +14,7 @@
13
14
  require 'ultracart_api'
14
15
 
15
16
  instance = UltracartClient::ReportDataSetSchema.new(
17
+ config: null,
16
18
  name: null,
17
19
  type: null
18
20
  )
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **config** | **String** | A JSON representation of the configuration for this visualization | [optional] |
7
8
  | **dimension** | **Boolean** | Whether or not this column can be used as a dimension within a visualization | [optional] |
8
9
  | **name** | **String** | | [optional] |
9
10
  | **type** | **String** | Type of the column. Only supporting the allowed values. Any other types will be ignored. | [optional] |
@@ -14,6 +15,7 @@
14
15
  require 'ultracart_api'
15
16
 
16
17
  instance = UltracartClient::ReportDataSourceSchema.new(
18
+ config: null,
17
19
  dimension: null,
18
20
  name: null,
19
21
  type: null
@@ -42,7 +42,7 @@ module UltracartClient
42
42
  # Merchant that owns this data set
43
43
  attr_accessor :merchant_id
44
44
 
45
- # The size of the pages
45
+ # The total number of pages in the result set
46
46
  attr_accessor :page_count
47
47
 
48
48
  # The size of the pages
@@ -15,6 +15,9 @@ require 'time'
15
15
 
16
16
  module UltracartClient
17
17
  class ReportDataSetSchema
18
+ # A JSON representation of the configuration for this visualization
19
+ attr_accessor :config
20
+
18
21
  attr_accessor :name
19
22
 
20
23
  # Type of the column.
@@ -45,6 +48,7 @@ module UltracartClient
45
48
  # Attribute mapping from ruby-style variable name to JSON key.
46
49
  def self.attribute_map
47
50
  {
51
+ :'config' => :'config',
48
52
  :'name' => :'name',
49
53
  :'type' => :'type'
50
54
  }
@@ -58,6 +62,7 @@ module UltracartClient
58
62
  # Attribute type mapping.
59
63
  def self.openapi_types
60
64
  {
65
+ :'config' => :'String',
61
66
  :'name' => :'String',
62
67
  :'type' => :'String'
63
68
  }
@@ -84,6 +89,10 @@ module UltracartClient
84
89
  h[k.to_sym] = v
85
90
  }
86
91
 
92
+ if attributes.key?(:'config')
93
+ self.config = attributes[:'config']
94
+ end
95
+
87
96
  if attributes.key?(:'name')
88
97
  self.name = attributes[:'name']
89
98
  end
@@ -123,6 +132,7 @@ module UltracartClient
123
132
  def ==(o)
124
133
  return true if self.equal?(o)
125
134
  self.class == o.class &&
135
+ config == o.config &&
126
136
  name == o.name &&
127
137
  type == o.type
128
138
  end
@@ -136,7 +146,7 @@ module UltracartClient
136
146
  # Calculates hash code according to all attributes.
137
147
  # @return [Integer] Hash code
138
148
  def hash
139
- [name, type].hash
149
+ [config, name, type].hash
140
150
  end
141
151
 
142
152
  # Builds the object from hash
@@ -15,6 +15,9 @@ require 'time'
15
15
 
16
16
  module UltracartClient
17
17
  class ReportDataSourceSchema
18
+ # A JSON representation of the configuration for this visualization
19
+ attr_accessor :config
20
+
18
21
  # Whether or not this column can be used as a dimension within a visualization
19
22
  attr_accessor :dimension
20
23
 
@@ -48,6 +51,7 @@ module UltracartClient
48
51
  # Attribute mapping from ruby-style variable name to JSON key.
49
52
  def self.attribute_map
50
53
  {
54
+ :'config' => :'config',
51
55
  :'dimension' => :'dimension',
52
56
  :'name' => :'name',
53
57
  :'type' => :'type'
@@ -62,6 +66,7 @@ module UltracartClient
62
66
  # Attribute type mapping.
63
67
  def self.openapi_types
64
68
  {
69
+ :'config' => :'String',
65
70
  :'dimension' => :'Boolean',
66
71
  :'name' => :'String',
67
72
  :'type' => :'String'
@@ -89,6 +94,10 @@ module UltracartClient
89
94
  h[k.to_sym] = v
90
95
  }
91
96
 
97
+ if attributes.key?(:'config')
98
+ self.config = attributes[:'config']
99
+ end
100
+
92
101
  if attributes.key?(:'dimension')
93
102
  self.dimension = attributes[:'dimension']
94
103
  end
@@ -132,6 +141,7 @@ module UltracartClient
132
141
  def ==(o)
133
142
  return true if self.equal?(o)
134
143
  self.class == o.class &&
144
+ config == o.config &&
135
145
  dimension == o.dimension &&
136
146
  name == o.name &&
137
147
  type == o.type
@@ -146,7 +156,7 @@ module UltracartClient
146
156
  # Calculates hash code according to all attributes.
147
157
  # @return [Integer] Hash code
148
158
  def hash
149
- [dimension, name, type].hash
159
+ [config, dimension, name, type].hash
150
160
  end
151
161
 
152
162
  # 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.150'
14
+ VERSION = '4.0.151'
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.150
4
+ version: 4.0.151
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-21 00:00:00.000000000 Z
11
+ date: 2023-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus