Skip to content

Commit cf3aa57

Browse files
authored
Merge branch 'chore/renovateBaseBranch' into renovate/cloudflare-workers-types-4.x
2 parents 01e5987 + 92349e2 commit cf3aa57

File tree

55 files changed

+183
-127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+183
-127
lines changed

clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/RecordType.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ public enum RecordType
2828
/// Enum Variant for value: variant
2929
/// </summary>
3030
[JsonPropertyName("variant")]
31-
Variant = 2
31+
Variant = 2,
32+
33+
/// <summary>
34+
/// Enum Collection for value: collection
35+
/// </summary>
36+
[JsonPropertyName("collection")]
37+
Collection = 3
3238
}
3339

clients/algoliasearch-client-go/algolia/ingestion/model_record_type.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-java/algoliasearch/src/main/java/com/algolia/model/ingestion/RecordType.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
public enum RecordType {
1111
PRODUCT("product"),
1212

13-
VARIANT("variant");
13+
VARIANT("variant"),
14+
15+
COLLECTION("collection");
1416

1517
private final String value;
1618

clients/algoliasearch-client-javascript/packages/client-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@arethetypeswrong/cli": "0.17.4",
3939
"@types/node": "22.14.1",
40-
"jsdom": "26.0.0",
40+
"jsdom": "26.1.0",
4141
"publint": "0.3.11",
4242
"ts-node": "10.9.2",
4343
"tsup": "8.4.0",

clients/algoliasearch-client-javascript/packages/ingestion/model/recordType.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/**
44
* Record type for ecommerce sources.
55
*/
6-
export type RecordType = 'product' | 'variant';
6+
export type RecordType = 'product' | 'variant' | 'collection';

clients/algoliasearch-client-javascript/packages/logger-console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@arethetypeswrong/cli": "0.17.4",
3939
"@types/node": "22.14.1",
40-
"jsdom": "26.0.0",
40+
"jsdom": "26.1.0",
4141
"publint": "0.3.11",
4242
"ts-node": "10.9.2",
4343
"tsup": "8.4.0",

clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@arethetypeswrong/cli": "0.17.4",
3939
"@types/node": "22.14.1",
40-
"jsdom": "26.0.0",
40+
"jsdom": "26.1.0",
4141
"publint": "0.3.11",
4242
"tsup": "8.4.0",
4343
"typescript": "5.8.3",

clients/algoliasearch-client-javascript/yarn.lock

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ __metadata:
4545
dependencies:
4646
"@arethetypeswrong/cli": "npm:0.17.4"
4747
"@types/node": "npm:22.14.1"
48-
jsdom: "npm:26.0.0"
48+
jsdom: "npm:26.1.0"
4949
publint: "npm:0.3.11"
5050
ts-node: "npm:10.9.2"
5151
tsup: "npm:8.4.0"
@@ -180,7 +180,7 @@ __metadata:
180180
"@algolia/client-common": "npm:5.23.3"
181181
"@arethetypeswrong/cli": "npm:0.17.4"
182182
"@types/node": "npm:22.14.1"
183-
jsdom: "npm:26.0.0"
183+
jsdom: "npm:26.1.0"
184184
publint: "npm:0.3.11"
185185
ts-node: "npm:10.9.2"
186186
tsup: "npm:8.4.0"
@@ -230,7 +230,7 @@ __metadata:
230230
"@algolia/client-common": "npm:5.23.3"
231231
"@arethetypeswrong/cli": "npm:0.17.4"
232232
"@types/node": "npm:22.14.1"
233-
jsdom: "npm:26.0.0"
233+
jsdom: "npm:26.1.0"
234234
publint: "npm:0.3.11"
235235
tsup: "npm:8.4.0"
236236
typescript: "npm:5.8.3"
@@ -3371,7 +3371,7 @@ __metadata:
33713371
languageName: node
33723372
linkType: hard
33733373

3374-
"decimal.js@npm:^10.4.3":
3374+
"decimal.js@npm:^10.4.3, decimal.js@npm:^10.5.0":
33753375
version: 10.5.0
33763376
resolution: "decimal.js@npm:10.5.0"
33773377
checksum: 10/714d49cf2f2207b268221795ede330e51452b7c451a0c02a770837d2d4faed47d603a729c2aa1d952eb6c4102d999e91c9b952c1aa016db3c5cba9fc8bf4cda2
@@ -5099,6 +5099,39 @@ __metadata:
50995099
languageName: node
51005100
linkType: hard
51015101

5102+
"jsdom@npm:26.1.0":
5103+
version: 26.1.0
5104+
resolution: "jsdom@npm:26.1.0"
5105+
dependencies:
5106+
cssstyle: "npm:^4.2.1"
5107+
data-urls: "npm:^5.0.0"
5108+
decimal.js: "npm:^10.5.0"
5109+
html-encoding-sniffer: "npm:^4.0.0"
5110+
http-proxy-agent: "npm:^7.0.2"
5111+
https-proxy-agent: "npm:^7.0.6"
5112+
is-potential-custom-element-name: "npm:^1.0.1"
5113+
nwsapi: "npm:^2.2.16"
5114+
parse5: "npm:^7.2.1"
5115+
rrweb-cssom: "npm:^0.8.0"
5116+
saxes: "npm:^6.0.0"
5117+
symbol-tree: "npm:^3.2.4"
5118+
tough-cookie: "npm:^5.1.1"
5119+
w3c-xmlserializer: "npm:^5.0.0"
5120+
webidl-conversions: "npm:^7.0.0"
5121+
whatwg-encoding: "npm:^3.1.1"
5122+
whatwg-mimetype: "npm:^4.0.0"
5123+
whatwg-url: "npm:^14.1.1"
5124+
ws: "npm:^8.18.0"
5125+
xml-name-validator: "npm:^5.0.0"
5126+
peerDependencies:
5127+
canvas: ^3.0.0
5128+
peerDependenciesMeta:
5129+
canvas:
5130+
optional: true
5131+
checksum: 10/39d78c4889cac20826393400dce1faed1666e9244fe0c8342a8f08c315375878e6be7fcfe339a33d6ff1a083bfe9e71b16d56ecf4d9a87db2da8c795925ea8c1
5132+
languageName: node
5133+
linkType: hard
5134+
51025135
"json-parse-better-errors@npm:^1.0.1":
51035136
version: 1.0.2
51045137
resolution: "json-parse-better-errors@npm:1.0.2"
@@ -8188,7 +8221,7 @@ __metadata:
81888221
languageName: node
81898222
linkType: hard
81908223

8191-
"tough-cookie@npm:^5.0.0":
8224+
"tough-cookie@npm:^5.0.0, tough-cookie@npm:^5.1.1":
81928225
version: 5.1.2
81938226
resolution: "tough-cookie@npm:5.1.2"
81948227
dependencies:
@@ -8790,7 +8823,7 @@ __metadata:
87908823
languageName: node
87918824
linkType: hard
87928825

8793-
"whatwg-url@npm:^14.0.0, whatwg-url@npm:^14.1.0":
8826+
"whatwg-url@npm:^14.0.0, whatwg-url@npm:^14.1.0, whatwg-url@npm:^14.1.1":
87948827
version: 14.2.0
87958828
resolution: "whatwg-url@npm:14.2.0"
87968829
dependencies:

clients/algoliasearch-client-kotlin/client/src/commonMain/kotlin/com/algolia/client/model/ingestion/RecordType.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ public enum class RecordType(public val value: kotlin.String) {
1313
Product("product"),
1414

1515
@SerialName(value = "variant")
16-
Variant("variant");
16+
Variant("variant"),
17+
18+
@SerialName(value = "collection")
19+
Collection("collection");
1720

1821
override fun toString(): kotlin.String = value
1922
}

clients/algoliasearch-client-php/lib/Model/Ingestion/RecordType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ class RecordType
2020

2121
public const VARIANT = 'variant';
2222

23+
public const COLLECTION = 'collection';
24+
2325
/**
2426
* Gets allowable values of the enum.
2527
*
@@ -30,6 +32,7 @@ public static function getAllowableEnumValues()
3032
return [
3133
self::PRODUCT,
3234
self::VARIANT,
35+
self::COLLECTION,
3336
];
3437
}
3538
}

0 commit comments

Comments
 (0)