ultracart_api 4.1.141 → 4.1.142
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/README.md +3 -2
- data/lib/ultracart_api/models/sfvb_compile_request.rb +3 -3
- data/lib/ultracart_api/models/sfvb_compile_response.rb +2 -2
- data/lib/ultracart_api/models/sfvb_container_response.rb +7 -7
- data/lib/ultracart_api/models/sfvb_container_revert_request.rb +1 -1
- data/lib/ultracart_api/models/sfvb_container_version.rb +7 -7
- data/lib/ultracart_api/models/sfvb_container_write_request.rb +2 -2
- data/lib/ultracart_api/models/sfvb_element.rb +1 -1
- data/lib/ultracart_api/models/sfvb_elements_response.rb +1 -1
- data/lib/ultracart_api/models/sfvb_error_detail.rb +1 -1
- data/lib/ultracart_api/models/sfvb_file_content_response.rb +5 -5
- data/lib/ultracart_api/models/sfvb_file_entry.rb +9 -9
- data/lib/ultracart_api/models/sfvb_file_search_request.rb +12 -12
- data/lib/ultracart_api/models/sfvb_file_search_response.rb +5 -5
- data/lib/ultracart_api/models/sfvb_file_version.rb +4 -4
- data/lib/ultracart_api/models/sfvb_file_versions_response.rb +1 -1
- data/lib/ultracart_api/models/sfvb_file_write_request.rb +1 -1
- data/lib/ultracart_api/models/sfvb_file_write_response.rb +3 -3
- data/lib/ultracart_api/models/sfvb_files_response.rb +3 -3
- data/lib/ultracart_api/models/sfvb_library_entry.rb +6 -6
- data/lib/ultracart_api/models/sfvb_library_facet.rb +1 -1
- data/lib/ultracart_api/models/sfvb_library_response.rb +4 -4
- data/lib/ultracart_api/models/sfvb_preview_session_request.rb +1 -1
- data/lib/ultracart_api/models/sfvb_preview_session_response.rb +6 -6
- data/lib/ultracart_api/models/sfvb_preview_url_response.rb +5 -5
- data/lib/ultracart_api/models/sfvb_render_request.rb +10 -10
- data/lib/ultracart_api/models/sfvb_render_response.rb +1 -1
- data/lib/ultracart_api/models/sfvb_storefront.rb +3 -3
- data/lib/ultracart_api/models/sfvb_theme.rb +5 -5
- data/lib/ultracart_api/models/sfvb_theme_duplicate_request.rb +2 -2
- data/lib/ultracart_api/models/sfvb_theme_job_response.rb +7 -7
- data/lib/ultracart_api/models/sfvb_themes_response.rb +1 -1
- data/lib/ultracart_api/models/sfvb_upsell_offer.rb +7 -7
- data/lib/ultracart_api/models/sfvb_upsell_offers_response.rb +1 -1
- data/lib/ultracart_api/models/sfvb_validate_request.rb +4 -4
- data/lib/ultracart_api/models/sfvb_validation_response.rb +1 -1
- data/lib/ultracart_api/models/sfvb_version_response.rb +9 -9
- data/lib/ultracart_api/models/sfvb_whoami_response.rb +10 -10
- data/lib/ultracart_api/models/sfvb_widget_ids_response.rb +1 -1
- data/lib/ultracart_api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9c4d2b1b9a1b3f868684e78e8f509316fad10a925c0289ecfa0917d65d3488c
|
|
4
|
+
data.tar.gz: bde7c0d8d3f1f5e41fb70e7a8087d386b093af5e747b63128cc9ecddc0eb8445
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ae3e3fe225430aeabd64dfcd2aefde7a582edbb5b30a57bb51cc77b7b2cf94107faa1d874dc620fe182ec7908e2e059f8cf861b39d60600686d198b8bda4ee9
|
|
7
|
+
data.tar.gz: f2058604a00703e4ebbdc1fc210e54e83c4f091db6fc85d5ccd8dc3366e0bbed5cb90ed54ac0685da3ff3aec4177ac5a5958e91eb4e93fc82cc2c69219eb4aa5
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Note: Every method has a sample for every language. See https://github.com/Ultr
|
|
|
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.1.
|
|
10
|
+
- Package version: 4.1.142
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
- For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
|
|
13
13
|
|
|
@@ -16,7 +16,7 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
|
|
|
16
16
|
gemfile:
|
|
17
17
|
|
|
18
18
|
```shell
|
|
19
|
-
gem 'ultracart_api', '4.1.
|
|
19
|
+
gem 'ultracart_api', '4.1.142'
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
install:
|
|
@@ -1922,6 +1922,7 @@ Not every change is committed to every SDK.
|
|
|
1922
1922
|
|
|
1923
1923
|
| Version | Date | Comments |
|
|
1924
1924
|
| --: | :-: | --- |
|
|
1925
|
+
| 4.1.142 | 08/26/2026 | sfvb - internal test |
|
|
1925
1926
|
| 4.1.141 | 08/26/2026 | sfvb - internal testing |
|
|
1926
1927
|
| 4.1.140 | 08/26/2026 | sfvb - internal testing |
|
|
1927
1928
|
| 4.1.139 | 08/26/2026 | sfvb - internal testing |
|
|
@@ -34,9 +34,9 @@ module UltracartClient
|
|
|
34
34
|
def self.attribute_map
|
|
35
35
|
{
|
|
36
36
|
:'cjson' => :'cjson',
|
|
37
|
-
:'container_name' => :'
|
|
38
|
-
:'storefront_oid' => :'
|
|
39
|
-
:'theme_oid' => :'
|
|
37
|
+
:'container_name' => :'container_name',
|
|
38
|
+
:'storefront_oid' => :'storefront_oid',
|
|
39
|
+
:'theme_oid' => :'theme_oid',
|
|
40
40
|
:'validate' => :'validate'
|
|
41
41
|
}
|
|
42
42
|
end
|
|
@@ -35,10 +35,10 @@ module UltracartClient
|
|
|
35
35
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
36
36
|
def self.attribute_map
|
|
37
37
|
{
|
|
38
|
-
:'container_id' => :'
|
|
38
|
+
:'container_id' => :'container_id',
|
|
39
39
|
:'directives' => :'directives',
|
|
40
40
|
:'success' => :'success',
|
|
41
|
-
:'used_elements' => :'
|
|
41
|
+
:'used_elements' => :'used_elements',
|
|
42
42
|
:'validation' => :'validation',
|
|
43
43
|
:'velocity' => :'velocity'
|
|
44
44
|
}
|
|
@@ -70,14 +70,14 @@ module UltracartClient
|
|
|
70
70
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
71
71
|
def self.attribute_map
|
|
72
72
|
{
|
|
73
|
-
:'active_theme' => :'
|
|
73
|
+
:'active_theme' => :'active_theme',
|
|
74
74
|
:'cjson' => :'cjson',
|
|
75
|
-
:'container_id' => :'
|
|
76
|
-
:'container_name' => :'
|
|
77
|
-
:'hash_sha256' => :'
|
|
78
|
-
:'last_modified' => :'
|
|
79
|
-
:'owner_object_id' => :'
|
|
80
|
-
:'owner_type' => :'
|
|
75
|
+
:'container_id' => :'container_id',
|
|
76
|
+
:'container_name' => :'container_name',
|
|
77
|
+
:'hash_sha256' => :'hash_sha256',
|
|
78
|
+
:'last_modified' => :'last_modified',
|
|
79
|
+
:'owner_object_id' => :'owner_object_id',
|
|
80
|
+
:'owner_type' => :'owner_type',
|
|
81
81
|
:'path' => :'path',
|
|
82
82
|
:'version' => :'version'
|
|
83
83
|
}
|
|
@@ -78,15 +78,15 @@ module UltracartClient
|
|
|
78
78
|
{
|
|
79
79
|
:'cjson' => :'cjson',
|
|
80
80
|
:'comment' => :'comment',
|
|
81
|
-
:'container_history_oid' => :'
|
|
82
|
-
:'container_name' => :'
|
|
83
|
-
:'created_dts' => :'
|
|
81
|
+
:'container_history_oid' => :'container_history_oid',
|
|
82
|
+
:'container_name' => :'container_name',
|
|
83
|
+
:'created_dts' => :'created_dts',
|
|
84
84
|
:'current' => :'current',
|
|
85
|
-
:'edited_by' => :'
|
|
86
|
-
:'hash_sha256' => :'
|
|
85
|
+
:'edited_by' => :'edited_by',
|
|
86
|
+
:'hash_sha256' => :'hash_sha256',
|
|
87
87
|
:'operation' => :'operation',
|
|
88
|
-
:'owner_object_id' => :'
|
|
89
|
-
:'owner_type' => :'
|
|
88
|
+
:'owner_object_id' => :'owner_object_id',
|
|
89
|
+
:'owner_type' => :'owner_type',
|
|
90
90
|
:'size' => :'size'
|
|
91
91
|
}
|
|
92
92
|
end
|
|
@@ -30,10 +30,10 @@ module UltracartClient
|
|
|
30
30
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
31
31
|
def self.attribute_map
|
|
32
32
|
{
|
|
33
|
-
:'allow_warnings' => :'
|
|
33
|
+
:'allow_warnings' => :'allow_warnings',
|
|
34
34
|
:'cjson' => :'cjson',
|
|
35
35
|
:'comment' => :'comment',
|
|
36
|
-
:'marketing_email' => :'
|
|
36
|
+
:'marketing_email' => :'marketing_email'
|
|
37
37
|
}
|
|
38
38
|
end
|
|
39
39
|
|
|
@@ -27,7 +27,7 @@ module UltracartClient
|
|
|
27
27
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
28
28
|
def self.attribute_map
|
|
29
29
|
{
|
|
30
|
-
:'element_count' => :'
|
|
30
|
+
:'element_count' => :'element_count',
|
|
31
31
|
:'elements' => :'elements',
|
|
32
32
|
:'version' => :'version'
|
|
33
33
|
}
|
|
@@ -51,16 +51,16 @@ module UltracartClient
|
|
|
51
51
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
52
52
|
def self.attribute_map
|
|
53
53
|
{
|
|
54
|
-
:'auto_compiled' => :'
|
|
54
|
+
:'auto_compiled' => :'auto_compiled',
|
|
55
55
|
:'content' => :'content',
|
|
56
|
-
:'fs_file_oid' => :'
|
|
57
|
-
:'hash_sha256' => :'
|
|
58
|
-
:'mime_type' => :'
|
|
56
|
+
:'fs_file_oid' => :'fs_file_oid',
|
|
57
|
+
:'hash_sha256' => :'hash_sha256',
|
|
58
|
+
:'mime_type' => :'mime_type',
|
|
59
59
|
:'path' => :'path',
|
|
60
60
|
:'size' => :'size',
|
|
61
61
|
:'truncated' => :'truncated',
|
|
62
62
|
:'valid' => :'valid',
|
|
63
|
-
:'velocity_errors' => :'
|
|
63
|
+
:'velocity_errors' => :'velocity_errors',
|
|
64
64
|
:'version' => :'version'
|
|
65
65
|
}
|
|
66
66
|
end
|
|
@@ -63,18 +63,18 @@ module UltracartClient
|
|
|
63
63
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
64
64
|
def self.attribute_map
|
|
65
65
|
{
|
|
66
|
-
:'auto_compiled' => :'
|
|
66
|
+
:'auto_compiled' => :'auto_compiled',
|
|
67
67
|
:'directory' => :'directory',
|
|
68
|
-
:'fs_directory_oid' => :'
|
|
69
|
-
:'fs_file_oid' => :'
|
|
70
|
-
:'hash_sha256' => :'
|
|
71
|
-
:'i18n_violation' => :'
|
|
72
|
-
:'last_modified' => :'
|
|
73
|
-
:'merge_conflict' => :'
|
|
74
|
-
:'mime_type' => :'
|
|
68
|
+
:'fs_directory_oid' => :'fs_directory_oid',
|
|
69
|
+
:'fs_file_oid' => :'fs_file_oid',
|
|
70
|
+
:'hash_sha256' => :'hash_sha256',
|
|
71
|
+
:'i18n_violation' => :'i18n_violation',
|
|
72
|
+
:'last_modified' => :'last_modified',
|
|
73
|
+
:'merge_conflict' => :'merge_conflict',
|
|
74
|
+
:'mime_type' => :'mime_type',
|
|
75
75
|
:'name' => :'name',
|
|
76
76
|
:'path' => :'path',
|
|
77
|
-
:'read_only' => :'
|
|
77
|
+
:'read_only' => :'read_only',
|
|
78
78
|
:'size' => :'size',
|
|
79
79
|
:'valid' => :'valid',
|
|
80
80
|
:'version' => :'version'
|
|
@@ -66,21 +66,21 @@ module UltracartClient
|
|
|
66
66
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
67
67
|
def self.attribute_map
|
|
68
68
|
{
|
|
69
|
-
:'case_sensitive' => :'
|
|
70
|
-
:'dynamic_html' => :'
|
|
71
|
-
:'file_name' => :'
|
|
72
|
-
:'i18n_violations' => :'
|
|
69
|
+
:'case_sensitive' => :'case_sensitive',
|
|
70
|
+
:'dynamic_html' => :'dynamic_html',
|
|
71
|
+
:'file_name' => :'file_name',
|
|
72
|
+
:'i18n_violations' => :'i18n_violations',
|
|
73
73
|
:'invalid' => :'invalid',
|
|
74
|
-
:'max_results' => :'
|
|
75
|
-
:'merge_conflicts' => :'
|
|
76
|
-
:'mime_type' => :'
|
|
77
|
-
:'modified_max' => :'
|
|
78
|
-
:'modified_min' => :'
|
|
74
|
+
:'max_results' => :'max_results',
|
|
75
|
+
:'merge_conflicts' => :'merge_conflicts',
|
|
76
|
+
:'mime_type' => :'mime_type',
|
|
77
|
+
:'modified_max' => :'modified_max',
|
|
78
|
+
:'modified_min' => :'modified_min',
|
|
79
79
|
:'offset' => :'offset',
|
|
80
80
|
:'path' => :'path',
|
|
81
|
-
:'size_max' => :'
|
|
82
|
-
:'size_min' => :'
|
|
83
|
-
:'sub_directories' => :'
|
|
81
|
+
:'size_max' => :'size_max',
|
|
82
|
+
:'size_min' => :'size_min',
|
|
83
|
+
:'sub_directories' => :'sub_directories',
|
|
84
84
|
:'text' => :'text'
|
|
85
85
|
}
|
|
86
86
|
end
|
|
@@ -43,13 +43,13 @@ module UltracartClient
|
|
|
43
43
|
def self.attribute_map
|
|
44
44
|
{
|
|
45
45
|
:'files' => :'files',
|
|
46
|
-
:'max_results' => :'
|
|
47
|
-
:'next_offset' => :'
|
|
46
|
+
:'max_results' => :'max_results',
|
|
47
|
+
:'next_offset' => :'next_offset',
|
|
48
48
|
:'offset' => :'offset',
|
|
49
|
-
:'result_count' => :'
|
|
50
|
-
:'total_count' => :'
|
|
49
|
+
:'result_count' => :'result_count',
|
|
50
|
+
:'total_count' => :'total_count',
|
|
51
51
|
:'truncated' => :'truncated',
|
|
52
|
-
:'truncation_advice' => :'
|
|
52
|
+
:'truncation_advice' => :'truncation_advice'
|
|
53
53
|
}
|
|
54
54
|
end
|
|
55
55
|
|
|
@@ -47,10 +47,10 @@ module UltracartClient
|
|
|
47
47
|
{
|
|
48
48
|
:'comment' => :'comment',
|
|
49
49
|
:'current' => :'current',
|
|
50
|
-
:'edited_by' => :'
|
|
51
|
-
:'fs_file_history_oid' => :'
|
|
52
|
-
:'hash_sha256' => :'
|
|
53
|
-
:'last_modified' => :'
|
|
50
|
+
:'edited_by' => :'edited_by',
|
|
51
|
+
:'fs_file_history_oid' => :'fs_file_history_oid',
|
|
52
|
+
:'hash_sha256' => :'hash_sha256',
|
|
53
|
+
:'last_modified' => :'last_modified',
|
|
54
54
|
:'revertable' => :'revertable',
|
|
55
55
|
:'size' => :'size',
|
|
56
56
|
:'version' => :'version'
|
|
@@ -34,11 +34,11 @@ module UltracartClient
|
|
|
34
34
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
35
35
|
def self.attribute_map
|
|
36
36
|
{
|
|
37
|
-
:'compiled_path' => :'
|
|
37
|
+
:'compiled_path' => :'compiled_path',
|
|
38
38
|
:'file' => :'file',
|
|
39
|
-
:'hash_sha256' => :'
|
|
39
|
+
:'hash_sha256' => :'hash_sha256',
|
|
40
40
|
:'validation' => :'validation',
|
|
41
|
-
:'velocity_errors' => :'
|
|
41
|
+
:'velocity_errors' => :'velocity_errors',
|
|
42
42
|
:'version' => :'version'
|
|
43
43
|
}
|
|
44
44
|
end
|
|
@@ -37,9 +37,9 @@ module UltracartClient
|
|
|
37
37
|
def self.attribute_map
|
|
38
38
|
{
|
|
39
39
|
:'files' => :'files',
|
|
40
|
-
:'fs_directory_oid' => :'
|
|
41
|
-
:'omitted_count' => :'
|
|
42
|
-
:'parent_fs_directory_oid' => :'
|
|
40
|
+
:'fs_directory_oid' => :'fs_directory_oid',
|
|
41
|
+
:'omitted_count' => :'omitted_count',
|
|
42
|
+
:'parent_fs_directory_oid' => :'parent_fs_directory_oid',
|
|
43
43
|
:'path' => :'path',
|
|
44
44
|
:'truncated' => :'truncated'
|
|
45
45
|
}
|
|
@@ -54,14 +54,14 @@ module UltracartClient
|
|
|
54
54
|
:'bookmarked' => :'bookmarked',
|
|
55
55
|
:'cjson' => :'cjson',
|
|
56
56
|
:'description' => :'description',
|
|
57
|
-
:'library_oid' => :'
|
|
57
|
+
:'library_oid' => :'library_oid',
|
|
58
58
|
:'name' => :'name',
|
|
59
59
|
:'owned' => :'owned',
|
|
60
|
-
:'referenced_files' => :'
|
|
61
|
-
:'screenshot_key' => :'
|
|
62
|
-
:'share_with_account' => :'
|
|
63
|
-
:'thumbnail_key' => :'
|
|
64
|
-
:'widget_type' => :'
|
|
60
|
+
:'referenced_files' => :'referenced_files',
|
|
61
|
+
:'screenshot_key' => :'screenshot_key',
|
|
62
|
+
:'share_with_account' => :'share_with_account',
|
|
63
|
+
:'thumbnail_key' => :'thumbnail_key',
|
|
64
|
+
:'widget_type' => :'widget_type'
|
|
65
65
|
}
|
|
66
66
|
end
|
|
67
67
|
|
|
@@ -37,11 +37,11 @@ module UltracartClient
|
|
|
37
37
|
def self.attribute_map
|
|
38
38
|
{
|
|
39
39
|
:'facets' => :'facets',
|
|
40
|
-
:'first_result_number' => :'
|
|
41
|
-
:'last_result_number' => :'
|
|
40
|
+
:'first_result_number' => :'first_result_number',
|
|
41
|
+
:'last_result_number' => :'last_result_number',
|
|
42
42
|
:'results' => :'results',
|
|
43
|
-
:'total_pages' => :'
|
|
44
|
-
:'total_results' => :'
|
|
43
|
+
:'total_pages' => :'total_pages',
|
|
44
|
+
:'total_results' => :'total_results'
|
|
45
45
|
}
|
|
46
46
|
end
|
|
47
47
|
|
|
@@ -39,13 +39,13 @@ module UltracartClient
|
|
|
39
39
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
40
40
|
def self.attribute_map
|
|
41
41
|
{
|
|
42
|
-
:'bytes_stored' => :'
|
|
43
|
-
:'expires_in_seconds' => :'
|
|
44
|
-
:'max_bytes' => :'
|
|
45
|
-
:'owner_login' => :'
|
|
46
|
-
:'preview_session_id' => :'
|
|
42
|
+
:'bytes_stored' => :'bytes_stored',
|
|
43
|
+
:'expires_in_seconds' => :'expires_in_seconds',
|
|
44
|
+
:'max_bytes' => :'max_bytes',
|
|
45
|
+
:'owner_login' => :'owner_login',
|
|
46
|
+
:'preview_session_id' => :'preview_session_id',
|
|
47
47
|
:'skipped' => :'skipped',
|
|
48
|
-
:'stored_keys' => :'
|
|
48
|
+
:'stored_keys' => :'stored_keys'
|
|
49
49
|
}
|
|
50
50
|
end
|
|
51
51
|
|
|
@@ -39,13 +39,13 @@ module UltracartClient
|
|
|
39
39
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
40
40
|
def self.attribute_map
|
|
41
41
|
{
|
|
42
|
-
:'expires_in_seconds' => :'
|
|
42
|
+
:'expires_in_seconds' => :'expires_in_seconds',
|
|
43
43
|
:'path' => :'path',
|
|
44
|
-
:'preview_session_id' => :'
|
|
45
|
-
:'preview_url' => :'
|
|
46
|
-
:'requires_browser_session' => :'
|
|
44
|
+
:'preview_session_id' => :'preview_session_id',
|
|
45
|
+
:'preview_url' => :'preview_url',
|
|
46
|
+
:'requires_browser_session' => :'requires_browser_session',
|
|
47
47
|
:'shareable' => :'shareable',
|
|
48
|
-
:'usage_note' => :'
|
|
48
|
+
:'usage_note' => :'usage_note'
|
|
49
49
|
}
|
|
50
50
|
end
|
|
51
51
|
|
|
@@ -54,17 +54,17 @@ module UltracartClient
|
|
|
54
54
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
55
55
|
def self.attribute_map
|
|
56
56
|
{
|
|
57
|
-
:'ancestors_cjson' => :'
|
|
58
|
-
:'child_containers_json' => :'
|
|
57
|
+
:'ancestors_cjson' => :'ancestors_cjson',
|
|
58
|
+
:'child_containers_json' => :'child_containers_json',
|
|
59
59
|
:'cjson' => :'cjson',
|
|
60
|
-
:'context_affiliate_oid' => :'
|
|
61
|
-
:'context_blog_post_oid' => :'
|
|
62
|
-
:'context_group_path' => :'
|
|
63
|
-
:'context_item_id' => :'
|
|
64
|
-
:'context_order_id' => :'
|
|
65
|
-
:'context_page_number' => :'
|
|
66
|
-
:'context_upsell_offer_oid' => :'
|
|
67
|
-
:'language_iso_code' => :'
|
|
60
|
+
:'context_affiliate_oid' => :'context_affiliate_oid',
|
|
61
|
+
:'context_blog_post_oid' => :'context_blog_post_oid',
|
|
62
|
+
:'context_group_path' => :'context_group_path',
|
|
63
|
+
:'context_item_id' => :'context_item_id',
|
|
64
|
+
:'context_order_id' => :'context_order_id',
|
|
65
|
+
:'context_page_number' => :'context_page_number',
|
|
66
|
+
:'context_upsell_offer_oid' => :'context_upsell_offer_oid',
|
|
67
|
+
:'language_iso_code' => :'language_iso_code',
|
|
68
68
|
:'uri' => :'uri'
|
|
69
69
|
}
|
|
70
70
|
end
|
|
@@ -38,7 +38,7 @@ module UltracartClient
|
|
|
38
38
|
{
|
|
39
39
|
:'errors' => :'errors',
|
|
40
40
|
:'html' => :'html',
|
|
41
|
-
:'pending_translation_count' => :'
|
|
41
|
+
:'pending_translation_count' => :'pending_translation_count',
|
|
42
42
|
:'success' => :'success',
|
|
43
43
|
:'truncated' => :'truncated',
|
|
44
44
|
:'warnings' => :'warnings'
|
|
@@ -27,9 +27,9 @@ module UltracartClient
|
|
|
27
27
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
28
28
|
def self.attribute_map
|
|
29
29
|
{
|
|
30
|
-
:'active_theme_oid' => :'
|
|
31
|
-
:'host_name' => :'
|
|
32
|
-
:'storefront_oid' => :'
|
|
30
|
+
:'active_theme_oid' => :'active_theme_oid',
|
|
31
|
+
:'host_name' => :'host_name',
|
|
32
|
+
:'storefront_oid' => :'storefront_oid'
|
|
33
33
|
}
|
|
34
34
|
end
|
|
35
35
|
|
|
@@ -50,12 +50,12 @@ module UltracartClient
|
|
|
50
50
|
{
|
|
51
51
|
:'active' => :'active',
|
|
52
52
|
:'description' => :'description',
|
|
53
|
-
:'fs_directory_oid' => :'
|
|
53
|
+
:'fs_directory_oid' => :'fs_directory_oid',
|
|
54
54
|
:'path' => :'path',
|
|
55
|
-
:'storefront_oid' => :'
|
|
56
|
-
:'theme_name' => :'
|
|
57
|
-
:'theme_oid' => :'
|
|
58
|
-
:'upgrade_available' => :'
|
|
55
|
+
:'storefront_oid' => :'storefront_oid',
|
|
56
|
+
:'theme_name' => :'theme_name',
|
|
57
|
+
:'theme_oid' => :'theme_oid',
|
|
58
|
+
:'upgrade_available' => :'upgrade_available',
|
|
59
59
|
:'valid' => :'valid',
|
|
60
60
|
:'version' => :'version'
|
|
61
61
|
}
|
|
@@ -28,8 +28,8 @@ module UltracartClient
|
|
|
28
28
|
def self.attribute_map
|
|
29
29
|
{
|
|
30
30
|
:'folder' => :'folder',
|
|
31
|
-
:'target_storefront_oid' => :'
|
|
32
|
-
:'theme_name' => :'
|
|
31
|
+
:'target_storefront_oid' => :'target_storefront_oid',
|
|
32
|
+
:'theme_name' => :'theme_name'
|
|
33
33
|
}
|
|
34
34
|
end
|
|
35
35
|
|
|
@@ -78,16 +78,16 @@ module UltracartClient
|
|
|
78
78
|
{
|
|
79
79
|
:'complete' => :'complete',
|
|
80
80
|
:'description' => :'description',
|
|
81
|
-
:'error_message' => :'
|
|
82
|
-
:'finished_dts' => :'
|
|
83
|
-
:'job_id' => :'
|
|
81
|
+
:'error_message' => :'error_message',
|
|
82
|
+
:'finished_dts' => :'finished_dts',
|
|
83
|
+
:'job_id' => :'job_id',
|
|
84
84
|
:'progress' => :'progress',
|
|
85
|
-
:'progress_description' => :'
|
|
86
|
-
:'started_dts' => :'
|
|
85
|
+
:'progress_description' => :'progress_description',
|
|
86
|
+
:'started_dts' => :'started_dts',
|
|
87
87
|
:'status' => :'status',
|
|
88
|
-
:'submitted_dts' => :'
|
|
88
|
+
:'submitted_dts' => :'submitted_dts',
|
|
89
89
|
:'success' => :'success',
|
|
90
|
-
:'target_path' => :'
|
|
90
|
+
:'target_path' => :'target_path'
|
|
91
91
|
}
|
|
92
92
|
end
|
|
93
93
|
|
|
@@ -46,14 +46,14 @@ module UltracartClient
|
|
|
46
46
|
def self.attribute_map
|
|
47
47
|
{
|
|
48
48
|
:'active' => :'active',
|
|
49
|
-
:'active_overall' => :'
|
|
50
|
-
:'cjson_size' => :'
|
|
51
|
-
:'has_container' => :'
|
|
49
|
+
:'active_overall' => :'active_overall',
|
|
50
|
+
:'cjson_size' => :'cjson_size',
|
|
51
|
+
:'has_container' => :'has_container',
|
|
52
52
|
:'name' => :'name',
|
|
53
|
-
:'path_name' => :'
|
|
54
|
-
:'storefront_oid' => :'
|
|
55
|
-
:'test_only' => :'
|
|
56
|
-
:'upsell_offer_oid' => :'
|
|
53
|
+
:'path_name' => :'path_name',
|
|
54
|
+
:'storefront_oid' => :'storefront_oid',
|
|
55
|
+
:'test_only' => :'test_only',
|
|
56
|
+
:'upsell_offer_oid' => :'upsell_offer_oid'
|
|
57
57
|
}
|
|
58
58
|
end
|
|
59
59
|
|
|
@@ -56,10 +56,10 @@ module UltracartClient
|
|
|
56
56
|
def self.attribute_map
|
|
57
57
|
{
|
|
58
58
|
:'cjson' => :'cjson',
|
|
59
|
-
:'container_name' => :'
|
|
60
|
-
:'include_warnings' => :'
|
|
61
|
-
:'marketing_email' => :'
|
|
62
|
-
:'owner_type' => :'
|
|
59
|
+
:'container_name' => :'container_name',
|
|
60
|
+
:'include_warnings' => :'include_warnings',
|
|
61
|
+
:'marketing_email' => :'marketing_email',
|
|
62
|
+
:'owner_type' => :'owner_type'
|
|
63
63
|
}
|
|
64
64
|
end
|
|
65
65
|
|
|
@@ -70,15 +70,15 @@ module UltracartClient
|
|
|
70
70
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
71
71
|
def self.attribute_map
|
|
72
72
|
{
|
|
73
|
-
:'container_manager_version' => :'
|
|
74
|
-
:'container_versions_retained' => :'
|
|
75
|
-
:'element_count' => :'
|
|
76
|
-
:'max_cjson_bytes' => :'
|
|
77
|
-
:'max_preview_session_bytes' => :'
|
|
78
|
-
:'max_search_results' => :'
|
|
79
|
-
:'max_template_bytes' => :'
|
|
80
|
-
:'max_widget_ids_per_request' => :'
|
|
81
|
-
:'preview_session_ttl_seconds' => :'
|
|
73
|
+
:'container_manager_version' => :'container_manager_version',
|
|
74
|
+
:'container_versions_retained' => :'container_versions_retained',
|
|
75
|
+
:'element_count' => :'element_count',
|
|
76
|
+
:'max_cjson_bytes' => :'max_cjson_bytes',
|
|
77
|
+
:'max_preview_session_bytes' => :'max_preview_session_bytes',
|
|
78
|
+
:'max_search_results' => :'max_search_results',
|
|
79
|
+
:'max_template_bytes' => :'max_template_bytes',
|
|
80
|
+
:'max_widget_ids_per_request' => :'max_widget_ids_per_request',
|
|
81
|
+
:'preview_session_ttl_seconds' => :'preview_session_ttl_seconds',
|
|
82
82
|
:'release' => :'release'
|
|
83
83
|
}
|
|
84
84
|
end
|
|
@@ -57,19 +57,19 @@ module UltracartClient
|
|
|
57
57
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
58
58
|
def self.attribute_map
|
|
59
59
|
{
|
|
60
|
-
:'acting_as_user' => :'
|
|
61
|
-
:'application_name' => :'
|
|
62
|
-
:'authentication_type' => :'
|
|
63
|
-
:'can_publish' => :'
|
|
64
|
-
:'can_read' => :'
|
|
65
|
-
:'can_write' => :'
|
|
66
|
-
:'device_scope' => :'
|
|
60
|
+
:'acting_as_user' => :'acting_as_user',
|
|
61
|
+
:'application_name' => :'application_name',
|
|
62
|
+
:'authentication_type' => :'authentication_type',
|
|
63
|
+
:'can_publish' => :'can_publish',
|
|
64
|
+
:'can_read' => :'can_read',
|
|
65
|
+
:'can_write' => :'can_write',
|
|
66
|
+
:'device_scope' => :'device_scope',
|
|
67
67
|
:'login' => :'login',
|
|
68
|
-
:'merchant_id' => :'
|
|
68
|
+
:'merchant_id' => :'merchant_id',
|
|
69
69
|
:'scopes' => :'scopes',
|
|
70
70
|
:'storefronts' => :'storefronts',
|
|
71
|
-
:'storefronts_withheld' => :'
|
|
72
|
-
:'user_name' => :'
|
|
71
|
+
:'storefronts_withheld' => :'storefronts_withheld',
|
|
72
|
+
:'user_name' => :'user_name'
|
|
73
73
|
}
|
|
74
74
|
end
|
|
75
75
|
|