ultracart_api 4.1.142 → 4.1.143

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: c9c4d2b1b9a1b3f868684e78e8f509316fad10a925c0289ecfa0917d65d3488c
4
- data.tar.gz: bde7c0d8d3f1f5e41fb70e7a8087d386b093af5e747b63128cc9ecddc0eb8445
3
+ metadata.gz: 54ade983866a0b9b2b6cee229755b5822f1af894ce784427515055fa35af03ba
4
+ data.tar.gz: 45d7d529bfccac5c15c2c0e81861fd831d38b433b24803c570d81e8288eb7d95
5
5
  SHA512:
6
- metadata.gz: 9ae3e3fe225430aeabd64dfcd2aefde7a582edbb5b30a57bb51cc77b7b2cf94107faa1d874dc620fe182ec7908e2e059f8cf861b39d60600686d198b8bda4ee9
7
- data.tar.gz: f2058604a00703e4ebbdc1fc210e54e83c4f091db6fc85d5ccd8dc3366e0bbed5cb90ed54ac0685da3ff3aec4177ac5a5958e91eb4e93fc82cc2c69219eb4aa5
6
+ metadata.gz: 6b79c1bf97aafa3e69a280935ef778fb955a4688cb59cb23f70ba5b2bad743a19c9c700371e14fed6257a6e3a16367e2ba0c1e1267723bcaffa8e4de5b0058a6
7
+ data.tar.gz: 748a3308394172826f99191041a51e5cff02a8d49d945d6fe8a72680f3541c257ffe1436026541c801cf82a85158ae7d376830511ce1f374b09763e28bbc23b8
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.142
10
+ - Package version: 4.1.143
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.142'
19
+ gem 'ultracart_api', '4.1.143'
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.143 | 09/02/2026 | sfvb - internal development |
1925
1926
  | 4.1.142 | 08/26/2026 | sfvb - internal test |
1926
1927
  | 4.1.141 | 08/26/2026 | sfvb - internal testing |
1927
1928
  | 4.1.140 | 08/26/2026 | sfvb - internal testing |
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **cjson** | **String** | The CJSON this version held. Populated only when reading a single version, and null when the operation is create. Listings omit it because container CJSON is large. | [optional] |
8
8
  | **comment** | **String** | Comment recorded with the write that replaced this version. | [optional] |
9
- | **container_history_oid** | **Integer** | History record oid. Pass to the revert operation on the owning container. | [optional] |
9
+ | **container_history_oid** | **Integer** | History record oid. Pass to the revert operation on the owning container. Absent on the entry marked current, which holds the value stored right now, has no history row of its own, and so cannot be fetched or reverted to. | [optional] |
10
10
  | **container_name** | **String** | Container name, where the owner has more than one container. | [optional] |
11
11
  | **created_dts** | **String** | When this snapshot was taken. | [optional] |
12
12
  | **current** | **Boolean** | True for the value currently stored. | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **auto_compiled** | **Boolean** | True when this file is generated by the CJSON compiler and must not be edited directly. Its .cjson sibling is the source. | [optional] |
8
8
  | **directory** | **Boolean** | True when this entry is a directory. | [optional] |
9
9
  | **fs_directory_oid** | **Integer** | StoreFront file system directory oid. For a directory this is its own oid; for a file it is the parent. | [optional] |
10
- | **fs_file_oid** | **Integer** | StoreFront file system file oid. | [optional] |
10
+ | **fs_file_oid** | **Integer** | StoreFront file system file oid. Absent on a directory entry, which has no file oid. | [optional] |
11
11
  | **hash_sha256** | **String** | SHA-256 of the content. Use as the If-Match value when writing. | [optional] |
12
12
  | **i18n_violation** | **Boolean** | True when the file has internationalization violations. | [optional] |
13
13
  | **last_modified** | **String** | Last modified timestamp. | [optional] |
@@ -18,7 +18,7 @@
18
18
  | **read_only** | **Boolean** | True when the file is marked read only. | [optional] |
19
19
  | **size** | **Integer** | Size in bytes. Zero for directories. | [optional] |
20
20
  | **valid** | **Boolean** | False when the file failed Velocity validation on its last write. | [optional] |
21
- | **version** | **Integer** | Current version number of the file. | [optional] |
21
+ | **version** | **Integer** | Current version number of the file. Absent on a directory entry, which is not versioned. | [optional] |
22
22
 
23
23
  ## Example
24
24
 
@@ -21,7 +21,7 @@ module UltracartClient
21
21
  # Comment recorded with the write that replaced this version.
22
22
  attr_accessor :comment
23
23
 
24
- # History record oid. Pass to the revert operation on the owning container.
24
+ # History record oid. Pass to the revert operation on the owning container. Absent on the entry marked current, which holds the value stored right now, has no history row of its own, and so cannot be fetched or reverted to.
25
25
  attr_accessor :container_history_oid
26
26
 
27
27
  # Container name, where the owner has more than one container.
@@ -24,7 +24,7 @@ module UltracartClient
24
24
  # StoreFront file system directory oid. For a directory this is its own oid; for a file it is the parent.
25
25
  attr_accessor :fs_directory_oid
26
26
 
27
- # StoreFront file system file oid.
27
+ # StoreFront file system file oid. Absent on a directory entry, which has no file oid.
28
28
  attr_accessor :fs_file_oid
29
29
 
30
30
  # SHA-256 of the content. Use as the If-Match value when writing.
@@ -57,7 +57,7 @@ module UltracartClient
57
57
  # False when the file failed Velocity validation on its last write.
58
58
  attr_accessor :valid
59
59
 
60
- # Current version number of the file.
60
+ # Current version number of the file. Absent on a directory entry, which is not versioned.
61
61
  attr_accessor :version
62
62
 
63
63
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.1.142'
14
+ VERSION = '4.1.143'
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.1.142
4
+ version: 4.1.143
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-26 00:00:00.000000000 Z
11
+ date: 2026-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus