safetykit 0.31.0 → 0.33.0

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.
@@ -7,7 +7,8 @@ module SafetyKit
7
7
  data_url: String?,
8
8
  namespace: String,
9
9
  request_id: String,
10
- status: SafetyKit::Models::DataGetDownloadURLResponse::status
10
+ status: SafetyKit::Models::DataGetDownloadURLResponse::status,
11
+ error_summary: String?
11
12
  }
12
13
 
13
14
  class DataGetDownloadURLResponse < SafetyKit::Internal::Type::BaseModel
@@ -23,13 +24,16 @@ module SafetyKit
23
24
 
24
25
  attr_accessor status: SafetyKit::Models::DataGetDownloadURLResponse::status
25
26
 
27
+ attr_accessor error_summary: String?
28
+
26
29
  def initialize: (
27
30
  data_count: Integer?,
28
31
  data_expires_at: String?,
29
32
  data_url: String?,
30
33
  namespace: String,
31
34
  request_id: String,
32
- status: SafetyKit::Models::DataGetDownloadURLResponse::status
35
+ status: SafetyKit::Models::DataGetDownloadURLResponse::status,
36
+ ?error_summary: String?
33
37
  ) -> void
34
38
 
35
39
  def to_hash: -> {
@@ -38,7 +42,8 @@ module SafetyKit
38
42
  data_url: String?,
39
43
  namespace: String,
40
44
  request_id: String,
41
- status: SafetyKit::Models::DataGetDownloadURLResponse::status
45
+ status: SafetyKit::Models::DataGetDownloadURLResponse::status,
46
+ error_summary: String?
42
47
  }
43
48
 
44
49
  type status = :queued | :uploading | :ingesting | :succeeded | :failed
@@ -5,7 +5,8 @@ module SafetyKit
5
5
  data: ::Array[SafetyKit::Models::DataGetStatusResponse::Data],
6
6
  namespace: String,
7
7
  request_id: String,
8
- status: SafetyKit::Models::DataGetStatusResponse::status
8
+ status: SafetyKit::Models::DataGetStatusResponse::status,
9
+ error_summary: String?
9
10
  }
10
11
 
11
12
  class DataGetStatusResponse < SafetyKit::Internal::Type::BaseModel
@@ -17,18 +18,22 @@ module SafetyKit
17
18
 
18
19
  attr_accessor status: SafetyKit::Models::DataGetStatusResponse::status
19
20
 
21
+ attr_accessor error_summary: String?
22
+
20
23
  def initialize: (
21
24
  data: ::Array[SafetyKit::Models::DataGetStatusResponse::Data],
22
25
  namespace: String,
23
26
  request_id: String,
24
- status: SafetyKit::Models::DataGetStatusResponse::status
27
+ status: SafetyKit::Models::DataGetStatusResponse::status,
28
+ ?error_summary: String?
25
29
  ) -> void
26
30
 
27
31
  def to_hash: -> {
28
32
  data: ::Array[SafetyKit::Models::DataGetStatusResponse::Data],
29
33
  namespace: String,
30
34
  request_id: String,
31
- status: SafetyKit::Models::DataGetStatusResponse::status
35
+ status: SafetyKit::Models::DataGetStatusResponse::status,
36
+ error_summary: String?
32
37
  }
33
38
 
34
39
  type data =
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: safetykit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Safetykit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-23 00:00:00.000000000 Z
11
+ date: 2026-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi