internetdata 1.1.1 → 1.2.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.
- checksums.yaml +4 -4
- data/lib/internetdata/api/database_v2_api.rb +1 -1
- data/lib/internetdata/api_client.rb +1 -1
- data/lib/internetdata/api_error.rb +1 -1
- data/lib/internetdata/api_model_base.rb +1 -1
- data/lib/internetdata/configuration.rb +1 -1
- data/lib/internetdata/models/database.rb +25 -3
- data/lib/internetdata/models/database_checksums_response.rb +1 -1
- data/lib/internetdata/models/database_list.rb +1 -1
- data/lib/internetdata/models/database_metadata.rb +1 -1
- data/lib/internetdata/models/database_metadata_column.rb +1 -1
- data/lib/internetdata/models/database_version.rb +1 -1
- data/lib/internetdata/models/db_checksums.rb +1 -1
- data/lib/internetdata/models/download.rb +1 -1
- data/lib/internetdata/models/download_list.rb +1 -1
- data/lib/internetdata/models/error_envelope.rb +1 -1
- data/lib/internetdata/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: 98425cd6521c791c90bc69433ba40b97ae0b56ff7a311db6639c3dd6cf19c020
|
|
4
|
+
data.tar.gz: f9637d5f5b8bd35dcf5413f2eaa9458d6e647ea031cbb05ce994b59d05ad6856
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a0cf6265a59c77527c7663d8686f1d7275bb2f38f153fb5914f9429086b323270b2336081199d25b3d93035bfbbb593c2e551a1316e7d173af5a7c8122b3f27
|
|
7
|
+
data.tar.gz: 73455933986b2034b368ff0fb5c71e112d18302b33c4a47d28198b1272e5468ee6c70e5d479574e0c4d4caab2f9e1ba74435e9800e2d060c77aef8e8107e1996
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The InternetData API. Please see https://docs.internetdata.io/api for more details.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2026.09.
|
|
6
|
+
The version of the OpenAPI document: 2026.09.09
|
|
7
7
|
Contact: dev@internetdata.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.25.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The InternetData API. Please see https://docs.internetdata.io/api for more details.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2026.09.
|
|
6
|
+
The version of the OpenAPI document: 2026.09.09
|
|
7
7
|
Contact: dev@internetdata.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.25.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The InternetData API. Please see https://docs.internetdata.io/api for more details.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2026.09.
|
|
6
|
+
The version of the OpenAPI document: 2026.09.09
|
|
7
7
|
Contact: dev@internetdata.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.25.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The InternetData API. Please see https://docs.internetdata.io/api for more details.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2026.09.
|
|
6
|
+
The version of the OpenAPI document: 2026.09.09
|
|
7
7
|
Contact: dev@internetdata.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.25.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The InternetData API. Please see https://docs.internetdata.io/api for more details.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2026.09.
|
|
6
|
+
The version of the OpenAPI document: 2026.09.09
|
|
7
7
|
Contact: dev@internetdata.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.25.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The InternetData API. Please see https://docs.internetdata.io/api for more details.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2026.09.
|
|
6
|
+
The version of the OpenAPI document: 2026.09.09
|
|
7
7
|
Contact: dev@internetdata.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.25.0
|
|
@@ -32,9 +32,15 @@ module InternetData
|
|
|
32
32
|
|
|
33
33
|
attr_accessor :starts
|
|
34
34
|
|
|
35
|
-
# Null when the licence has no end date,
|
|
35
|
+
# A hard stop. Null when the licence has no end date, which is the normal case for a rolling agreement, and when there is no licence. A rolling licence reports its turnover date in renews_at instead.
|
|
36
36
|
attr_accessor :expires
|
|
37
37
|
|
|
38
|
+
# When a rolling licence next renews. Null when the licence has no defined term, when expires sets a hard stop instead, and when there is no licence.
|
|
39
|
+
attr_accessor :renews_at
|
|
40
|
+
|
|
41
|
+
# The last day notice of non-renewal can be given for the term ending at renews_at. Null whenever renews_at is, and when the agreement records no notice period.
|
|
42
|
+
attr_accessor :notice_due_at
|
|
43
|
+
|
|
38
44
|
# Every published version of this family, oldest first. Old versions are frozen rather than migrated, so both stay downloadable.
|
|
39
45
|
attr_accessor :versions
|
|
40
46
|
|
|
@@ -70,6 +76,8 @@ module InternetData
|
|
|
70
76
|
:'license_type' => :'license_type',
|
|
71
77
|
:'starts' => :'starts',
|
|
72
78
|
:'expires' => :'expires',
|
|
79
|
+
:'renews_at' => :'renews_at',
|
|
80
|
+
:'notice_due_at' => :'notice_due_at',
|
|
73
81
|
:'versions' => :'versions'
|
|
74
82
|
}
|
|
75
83
|
end
|
|
@@ -94,6 +102,8 @@ module InternetData
|
|
|
94
102
|
:'license_type' => :'String',
|
|
95
103
|
:'starts' => :'Time',
|
|
96
104
|
:'expires' => :'Time',
|
|
105
|
+
:'renews_at' => :'Time',
|
|
106
|
+
:'notice_due_at' => :'Time',
|
|
97
107
|
:'versions' => :'Array<DatabaseVersion>'
|
|
98
108
|
}
|
|
99
109
|
end
|
|
@@ -104,6 +114,8 @@ module InternetData
|
|
|
104
114
|
:'license_type',
|
|
105
115
|
:'starts',
|
|
106
116
|
:'expires',
|
|
117
|
+
:'renews_at',
|
|
118
|
+
:'notice_due_at',
|
|
107
119
|
])
|
|
108
120
|
end
|
|
109
121
|
|
|
@@ -165,6 +177,14 @@ module InternetData
|
|
|
165
177
|
self.expires = nil
|
|
166
178
|
end
|
|
167
179
|
|
|
180
|
+
if attributes.key?(:'renews_at')
|
|
181
|
+
self.renews_at = attributes[:'renews_at']
|
|
182
|
+
end
|
|
183
|
+
|
|
184
|
+
if attributes.key?(:'notice_due_at')
|
|
185
|
+
self.notice_due_at = attributes[:'notice_due_at']
|
|
186
|
+
end
|
|
187
|
+
|
|
168
188
|
if attributes.key?(:'versions')
|
|
169
189
|
if (value = attributes[:'versions']).is_a?(Array)
|
|
170
190
|
self.versions = value
|
|
@@ -290,6 +310,8 @@ module InternetData
|
|
|
290
310
|
license_type == o.license_type &&
|
|
291
311
|
starts == o.starts &&
|
|
292
312
|
expires == o.expires &&
|
|
313
|
+
renews_at == o.renews_at &&
|
|
314
|
+
notice_due_at == o.notice_due_at &&
|
|
293
315
|
versions == o.versions
|
|
294
316
|
end
|
|
295
317
|
|
|
@@ -302,7 +324,7 @@ module InternetData
|
|
|
302
324
|
# Calculates hash code according to all attributes.
|
|
303
325
|
# @return [Integer] Hash code
|
|
304
326
|
def hash
|
|
305
|
-
[base, name, summary, standing, license_type, starts, expires, versions].hash
|
|
327
|
+
[base, name, summary, standing, license_type, starts, expires, renews_at, notice_due_at, versions].hash
|
|
306
328
|
end
|
|
307
329
|
|
|
308
330
|
# Builds the object from hash
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The InternetData API. Please see https://docs.internetdata.io/api for more details.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2026.09.
|
|
6
|
+
The version of the OpenAPI document: 2026.09.09
|
|
7
7
|
Contact: dev@internetdata.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.25.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The InternetData API. Please see https://docs.internetdata.io/api for more details.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2026.09.
|
|
6
|
+
The version of the OpenAPI document: 2026.09.09
|
|
7
7
|
Contact: dev@internetdata.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.25.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The InternetData API. Please see https://docs.internetdata.io/api for more details.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2026.09.
|
|
6
|
+
The version of the OpenAPI document: 2026.09.09
|
|
7
7
|
Contact: dev@internetdata.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.25.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The InternetData API. Please see https://docs.internetdata.io/api for more details.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2026.09.
|
|
6
|
+
The version of the OpenAPI document: 2026.09.09
|
|
7
7
|
Contact: dev@internetdata.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.25.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The InternetData API. Please see https://docs.internetdata.io/api for more details.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2026.09.
|
|
6
|
+
The version of the OpenAPI document: 2026.09.09
|
|
7
7
|
Contact: dev@internetdata.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.25.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The InternetData API. Please see https://docs.internetdata.io/api for more details.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2026.09.
|
|
6
|
+
The version of the OpenAPI document: 2026.09.09
|
|
7
7
|
Contact: dev@internetdata.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.25.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The InternetData API. Please see https://docs.internetdata.io/api for more details.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2026.09.
|
|
6
|
+
The version of the OpenAPI document: 2026.09.09
|
|
7
7
|
Contact: dev@internetdata.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.25.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The InternetData API. Please see https://docs.internetdata.io/api for more details.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2026.09.
|
|
6
|
+
The version of the OpenAPI document: 2026.09.09
|
|
7
7
|
Contact: dev@internetdata.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.25.0
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The InternetData API. Please see https://docs.internetdata.io/api for more details.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2026.09.
|
|
6
|
+
The version of the OpenAPI document: 2026.09.09
|
|
7
7
|
Contact: dev@internetdata.io
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
Generator version: 7.25.0
|
data/lib/internetdata/version.rb
CHANGED