Skip to content

Commit 344eb08

Browse files
algolia-botrenovate[bot]millotp
committed
fix(deps): update module github.com/go-playground/validator/v10 to v10.22.1 (#3673) (generated)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre Millot <[email protected]>
1 parent 5f7fb11 commit 344eb08

File tree

40 files changed

+89
-155
lines changed

40 files changed

+89
-155
lines changed

clients/algoliasearch-client-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/algolia/algoliasearch-client-go/v4
22

33
go 1.21
44

5-
require github.com/go-playground/validator/v10 v10.22.1
5+
require github.com/go-playground/validator/v10 v10.22.0
66

77
require (
88
github.com/gabriel-vasile/mimetype v1.4.3 // indirect

clients/algoliasearch-client-go/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
88
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
99
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
1010
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
11-
github.com/go-playground/validator/v10 v10.22.1 h1:40JcKH+bBNGFczGuoBYgX4I6m/i27HYW8P9FDk5PbgA=
12-
github.com/go-playground/validator/v10 v10.22.1/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
11+
github.com/go-playground/validator/v10 v10.22.0 h1:k6HsTZ0sTnROkhS//R0O+55JgM8C4Bx7ia+JlgcnOao=
12+
github.com/go-playground/validator/v10 v10.22.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
1313
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
1414
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
1515
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

clients/algoliasearch-client-java/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ To get started, add the algoliasearch-client-java dependency to your project, ei
3535
<dependency>
3636
<groupId>com.algolia</groupId>
3737
<artifactId>algoliasearch</artifactId>
38-
<version>4.0.0-beta.36</version>
38+
<version>[4,)</version>
3939
</dependency>
4040
```
4141

4242
or [Gradle](https://gradle.org/):
4343

4444
```java
4545
dependencies {
46-
implementation 'com.algolia:algoliasearch:4.0.0-beta.36'
46+
implementation 'com.algolia:algoliasearch:4.+'
4747
}
4848
```
4949

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test:bundle": "publint . && attw --pack ."
3535
},
3636
"devDependencies": {
37-
"@arethetypeswrong/cli": "0.16.1",
37+
"@arethetypeswrong/cli": "0.15.4",
3838
"@babel/preset-env": "7.25.4",
3939
"@babel/preset-typescript": "7.24.7",
4040
"@types/jest": "29.5.12",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@algolia/requester-node-http": "5.3.0"
5050
},
5151
"devDependencies": {
52-
"@arethetypeswrong/cli": "0.16.1",
52+
"@arethetypeswrong/cli": "0.15.4",
5353
"@types/node": "22.5.1",
5454
"publint": "0.2.10",
5555
"rollup": "4.21.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@algolia/requester-node-http": "5.3.0"
5050
},
5151
"devDependencies": {
52-
"@arethetypeswrong/cli": "0.16.1",
52+
"@arethetypeswrong/cli": "0.15.4",
5353
"@types/node": "22.5.1",
5454
"publint": "0.2.10",
5555
"rollup": "4.21.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@algolia/client-common": "5.3.0"
3434
},
3535
"devDependencies": {
36-
"@arethetypeswrong/cli": "0.16.1",
36+
"@arethetypeswrong/cli": "0.15.4",
3737
"@babel/preset-env": "7.25.4",
3838
"@babel/preset-typescript": "7.24.7",
3939
"@types/jest": "29.5.12",

clients/algoliasearch-client-javascript/packages/requester-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@algolia/client-common": "5.3.0"
4545
},
4646
"devDependencies": {
47-
"@arethetypeswrong/cli": "0.16.1",
47+
"@arethetypeswrong/cli": "0.15.4",
4848
"@babel/preset-env": "7.25.4",
4949
"@babel/preset-typescript": "7.24.7",
5050
"@types/jest": "29.5.12",

clients/algoliasearch-client-javascript/packages/requester-node-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@algolia/client-common": "5.3.0"
3838
},
3939
"devDependencies": {
40-
"@arethetypeswrong/cli": "0.16.1",
40+
"@arethetypeswrong/cli": "0.15.4",
4141
"@babel/preset-env": "7.25.4",
4242
"@babel/preset-typescript": "7.24.7",
4343
"@types/jest": "29.5.12",

clients/algoliasearch-client-javascript/yarn.lock

Lines changed: 6 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ __metadata:
4141
version: 0.0.0-use.local
4242
resolution: "@algolia/client-common@workspace:packages/client-common"
4343
dependencies:
44-
"@arethetypeswrong/cli": "npm:0.16.1"
44+
"@arethetypeswrong/cli": "npm:0.15.4"
4545
"@babel/preset-env": "npm:7.25.4"
4646
"@babel/preset-typescript": "npm:7.24.7"
4747
"@types/jest": "npm:29.5.12"
@@ -126,7 +126,7 @@ __metadata:
126126
"@algolia/client-common": "npm:5.3.0"
127127
"@algolia/requester-browser-xhr": "npm:5.3.0"
128128
"@algolia/requester-node-http": "npm:5.3.0"
129-
"@arethetypeswrong/cli": "npm:0.16.1"
129+
"@arethetypeswrong/cli": "npm:0.15.4"
130130
"@types/node": "npm:22.5.1"
131131
publint: "npm:0.2.10"
132132
rollup: "npm:4.21.2"
@@ -158,7 +158,7 @@ __metadata:
158158
"@algolia/client-common": "npm:5.3.0"
159159
"@algolia/requester-browser-xhr": "npm:5.3.0"
160160
"@algolia/requester-node-http": "npm:5.3.0"
161-
"@arethetypeswrong/cli": "npm:0.16.1"
161+
"@arethetypeswrong/cli": "npm:0.15.4"
162162
"@types/node": "npm:22.5.1"
163163
publint: "npm:0.2.10"
164164
rollup: "npm:4.21.2"
@@ -188,7 +188,7 @@ __metadata:
188188
resolution: "@algolia/requester-browser-xhr@workspace:packages/requester-browser-xhr"
189189
dependencies:
190190
"@algolia/client-common": "npm:5.3.0"
191-
"@arethetypeswrong/cli": "npm:0.16.1"
191+
"@arethetypeswrong/cli": "npm:0.15.4"
192192
"@babel/preset-env": "npm:7.25.4"
193193
"@babel/preset-typescript": "npm:7.24.7"
194194
"@types/jest": "npm:29.5.12"
@@ -208,7 +208,7 @@ __metadata:
208208
resolution: "@algolia/requester-fetch@workspace:packages/requester-fetch"
209209
dependencies:
210210
"@algolia/client-common": "npm:5.3.0"
211-
"@arethetypeswrong/cli": "npm:0.16.1"
211+
"@arethetypeswrong/cli": "npm:0.15.4"
212212
"@babel/preset-env": "npm:7.25.4"
213213
"@babel/preset-typescript": "npm:7.24.7"
214214
"@types/jest": "npm:29.5.12"
@@ -228,7 +228,7 @@ __metadata:
228228
resolution: "@algolia/requester-node-http@workspace:packages/requester-node-http"
229229
dependencies:
230230
"@algolia/client-common": "npm:5.3.0"
231-
"@arethetypeswrong/cli": "npm:0.16.1"
231+
"@arethetypeswrong/cli": "npm:0.15.4"
232232
"@babel/preset-env": "npm:7.25.4"
233233
"@babel/preset-typescript": "npm:7.24.7"
234234
"@types/jest": "npm:29.5.12"
@@ -276,23 +276,6 @@ __metadata:
276276
languageName: node
277277
linkType: hard
278278

279-
"@arethetypeswrong/cli@npm:0.16.1":
280-
version: 0.16.1
281-
resolution: "@arethetypeswrong/cli@npm:0.16.1"
282-
dependencies:
283-
"@arethetypeswrong/core": "npm:0.16.0"
284-
chalk: "npm:^4.1.2"
285-
cli-table3: "npm:^0.6.3"
286-
commander: "npm:^10.0.1"
287-
marked: "npm:^9.1.2"
288-
marked-terminal: "npm:^7.1.0"
289-
semver: "npm:^7.5.4"
290-
bin:
291-
attw: dist/index.js
292-
checksum: 10/96c011c27b20e85dc5ad21cea2eb39ea861a5b23c4337e24130f51f0162bee82de1c8191d82a78121f55f37b2a7b0748ea0214ddf38bf9a5bb5e12c4887acd27
293-
languageName: node
294-
linkType: hard
295-
296279
"@arethetypeswrong/core@npm:0.15.1":
297280
version: 0.15.1
298281
resolution: "@arethetypeswrong/core@npm:0.15.1"
@@ -307,21 +290,6 @@ __metadata:
307290
languageName: node
308291
linkType: hard
309292

310-
"@arethetypeswrong/core@npm:0.16.0":
311-
version: 0.16.0
312-
resolution: "@arethetypeswrong/core@npm:0.16.0"
313-
dependencies:
314-
"@andrewbranch/untar.js": "npm:^1.0.3"
315-
cjs-module-lexer: "npm:^1.2.3"
316-
fflate: "npm:^0.8.2"
317-
lru-cache: "npm:^11.0.1"
318-
semver: "npm:^7.5.4"
319-
typescript: "npm:5.6.1-rc"
320-
validate-npm-package-name: "npm:^5.0.0"
321-
checksum: 10/aa2f14ee9bd632182fa8cb16ff4fc35f28efc7c5e6065fe5e39ede164244cf0cd5aa52eb74f3457eddc5b96fb3ac19ec6eff387ecee238267bfa471728096abd
322-
languageName: node
323-
linkType: hard
324-
325293
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.24.7":
326294
version: 7.24.7
327295
resolution: "@babel/code-frame@npm:7.24.7"
@@ -4279,13 +4247,6 @@ __metadata:
42794247
languageName: node
42804248
linkType: hard
42814249

4282-
"cjs-module-lexer@npm:^1.2.3":
4283-
version: 1.4.1
4284-
resolution: "cjs-module-lexer@npm:1.4.1"
4285-
checksum: 10/6e830a1e00a34d416949bbc1924f3e8da65cef4a6a09e2b7fa35722e2d1c34bf378d3baca987b698d1cbc3eb83e44b044039b4e82755c96f30e0f03d1d227637
4286-
languageName: node
4287-
linkType: hard
4288-
42894250
"clean-stack@npm:^2.0.0":
42904251
version: 2.2.0
42914252
resolution: "clean-stack@npm:2.2.0"
@@ -7619,13 +7580,6 @@ __metadata:
76197580
languageName: node
76207581
linkType: hard
76217582

7622-
"lru-cache@npm:^11.0.1":
7623-
version: 11.0.1
7624-
resolution: "lru-cache@npm:11.0.1"
7625-
checksum: 10/26688a1b2a4d7fb97e9ea1ffb15348f1ab21b7110496814f5ce9190d50258fbba8c1444ae7232876deae1fc54adb230aa63dd1efc5bd47f240620ba8bf218041
7626-
languageName: node
7627-
linkType: hard
7628-
76297583
"lru-cache@npm:^5.1.1":
76307584
version: 5.1.1
76317585
resolution: "lru-cache@npm:5.1.1"
@@ -10726,16 +10680,6 @@ __metadata:
1072610680
languageName: node
1072710681
linkType: hard
1072810682

10729-
"typescript@npm:5.6.1-rc":
10730-
version: 5.6.1-rc
10731-
resolution: "typescript@npm:5.6.1-rc"
10732-
bin:
10733-
tsc: bin/tsc
10734-
tsserver: bin/tsserver
10735-
checksum: 10/5716659d5baf142b5c84b96209b30730a5e9dcc0202f879349f9974823f7452ec4ef3904397b6d89d861c688acdbb1dad0a449d753163519fae2ee06ea4a68be
10736-
languageName: node
10737-
linkType: hard
10738-
1073910683
"typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>":
1074010684
version: 5.3.3
1074110685
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
@@ -10756,16 +10700,6 @@ __metadata:
1075610700
languageName: node
1075710701
linkType: hard
1075810702

10759-
"typescript@patch:typescript@npm%3A5.6.1-rc#optional!builtin<compat/typescript>":
10760-
version: 5.6.1-rc
10761-
resolution: "typescript@patch:typescript@npm%3A5.6.1-rc#optional!builtin<compat/typescript>::version=5.6.1-rc&hash=b45daf"
10762-
bin:
10763-
tsc: bin/tsc
10764-
tsserver: bin/tsserver
10765-
checksum: 10/03b52131d656ea802ac2cc43209bf82e45db05d21618f149847f7693e86cb158d3140832b7d4ec32952b64a7048974e12e255f7c3ed31598a9b9d0b4ce0551d4
10766-
languageName: node
10767-
linkType: hard
10768-
1076910703
"uglify-js@npm:^3.1.4":
1077010704
version: 3.19.3
1077110705
resolution: "uglify-js@npm:3.19.3"

clients/algoliasearch-client-python/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async-timeout = ">= 4.0.3"
2222
pydantic = ">= 2"
2323

2424
[tool.poetry.group.dev.dependencies]
25-
ruff = "0.6.4"
25+
ruff = "== 0.6.4"
2626

2727
[tool.ruff]
2828
line-length = 88

clients/algoliasearch-client-swift/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you're a framework author and use Swift API Client as a dependency, update yo
6262
let package = Package(
6363
// 9.0.0 ..< 10.0.0
6464
dependencies: [
65-
.package(url: "https://github.com/algolia/algoliasearch-client-swift", from: "9.0.0-beta.6")
65+
.package(url: "https://github.com/algolia/algoliasearch-client-swift", from: "9.0.0")
6666
],
6767
// ...
6868
)
@@ -75,7 +75,7 @@ let package = Package(
7575
To install Algolia Swift Client, simply add the following line to your Podfile:
7676

7777
```ruby
78-
pod 'AlgoliaSearchClient', '~> 9.0.0-alpha.0'
78+
pod 'AlgoliaSearchClient', '~> 9.0.0'
7979
# pod 'InstantSearchClient', '~> 7.0' // Swift 5.9 NOT YET RELEASED
8080
```
8181

@@ -91,7 +91,7 @@ $ pod update
9191

9292
- To install InstantSearch, simply add the following line to your Cartfile:
9393
```ruby
94-
github "algolia/algoliasearch-client-swift" ~> 9.0.0-alpha.0
94+
github "algolia/algoliasearch-client-swift" ~> 9.0.0
9595
```
9696

9797
- Launch the following commands from the project directory (for v.8.0+)

snippets/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
1111
github.com/go-playground/locales v0.14.1 // indirect
1212
github.com/go-playground/universal-translator v0.18.1 // indirect
13-
github.com/go-playground/validator/v10 v10.22.1 // indirect
13+
github.com/go-playground/validator/v10 v10.22.0 // indirect
1414
github.com/leodido/go-urn v1.4.0 // indirect
1515
golang.org/x/crypto v0.22.0 // indirect
1616
golang.org/x/net v0.24.0 // indirect

snippets/go/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
88
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
99
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
1010
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
11-
github.com/go-playground/validator/v10 v10.22.1 h1:40JcKH+bBNGFczGuoBYgX4I6m/i27HYW8P9FDk5PbgA=
12-
github.com/go-playground/validator/v10 v10.22.1/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
11+
github.com/go-playground/validator/v10 v10.22.0 h1:k6HsTZ0sTnROkhS//R0O+55JgM8C4Bx7ia+JlgcnOao=
12+
github.com/go-playground/validator/v10 v10.22.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
1313
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
1414
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
1515
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

snippets/python/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/output/csharp/src/generated/e2e/Insights.test.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public async Task PushEventsTest1()
6363
Index = "products",
6464
UserToken = "user-123456",
6565
AuthenticatedUserToken = "user-123456",
66-
Timestamp = 1725494400000L,
66+
Timestamp = 1725753600000L,
6767
ObjectIDs = new List<string> { "9780545139700", "9780439784542" },
6868
QueryID = "43b15df305339e827f0ac0bdc5ebcaa7",
6969
}
@@ -76,7 +76,7 @@ public async Task PushEventsTest1()
7676
Index = "products",
7777
UserToken = "user-123456",
7878
AuthenticatedUserToken = "user-123456",
79-
Timestamp = 1725494400000L,
79+
Timestamp = 1725753600000L,
8080
ObjectIDs = new List<string> { "9780545139700", "9780439784542" },
8181
}
8282
)

tests/output/csharp/src/generated/requests/Insights.test.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ await client.PushEventsAsync(
580580
Index = "products",
581581
UserToken = "user-123456",
582582
AuthenticatedUserToken = "user-123456",
583-
Timestamp = 1725494400000L,
583+
Timestamp = 1725753600000L,
584584
ObjectIDs = new List<string> { "9780545139700", "9780439784542" },
585585
QueryID = "43b15df305339e827f0ac0bdc5ebcaa7",
586586
}
@@ -593,7 +593,7 @@ await client.PushEventsAsync(
593593
Index = "products",
594594
UserToken = "user-123456",
595595
AuthenticatedUserToken = "user-123456",
596-
Timestamp = 1725494400000L,
596+
Timestamp = 1725753600000L,
597597
ObjectIDs = new List<string> { "9780545139700", "9780439784542" },
598598
}
599599
)
@@ -605,7 +605,7 @@ await client.PushEventsAsync(
605605
Assert.Equal("/1/events", req.Path);
606606
Assert.Equal("POST", req.Method.ToString());
607607
JsonAssert.EqualOverrideDefault(
608-
"{\"events\":[{\"eventType\":\"conversion\",\"eventName\":\"Product Purchased\",\"index\":\"products\",\"userToken\":\"user-123456\",\"authenticatedUserToken\":\"user-123456\",\"timestamp\":1725494400000,\"objectIDs\":[\"9780545139700\",\"9780439784542\"],\"queryID\":\"43b15df305339e827f0ac0bdc5ebcaa7\"},{\"eventType\":\"view\",\"eventName\":\"Product Detail Page Viewed\",\"index\":\"products\",\"userToken\":\"user-123456\",\"authenticatedUserToken\":\"user-123456\",\"timestamp\":1725494400000,\"objectIDs\":[\"9780545139700\",\"9780439784542\"]}]}",
608+
"{\"events\":[{\"eventType\":\"conversion\",\"eventName\":\"Product Purchased\",\"index\":\"products\",\"userToken\":\"user-123456\",\"authenticatedUserToken\":\"user-123456\",\"timestamp\":1725753600000,\"objectIDs\":[\"9780545139700\",\"9780439784542\"],\"queryID\":\"43b15df305339e827f0ac0bdc5ebcaa7\"},{\"eventType\":\"view\",\"eventName\":\"Product Detail Page Viewed\",\"index\":\"products\",\"userToken\":\"user-123456\",\"authenticatedUserToken\":\"user-123456\",\"timestamp\":1725753600000,\"objectIDs\":[\"9780545139700\",\"9780439784542\"]}]}",
609609
req.Body,
610610
new JsonDiffConfig(false)
611611
);

tests/output/dart/test/requests/insights_test.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ void main() {
633633
index: "products",
634634
userToken: "user-123456",
635635
authenticatedUserToken: "user-123456",
636-
timestamp: 1725494400000,
636+
timestamp: 1725753600000,
637637
objectIDs: [
638638
"9780545139700",
639639
"9780439784542",
@@ -646,7 +646,7 @@ void main() {
646646
index: "products",
647647
userToken: "user-123456",
648648
authenticatedUserToken: "user-123456",
649-
timestamp: 1725494400000,
649+
timestamp: 1725753600000,
650650
objectIDs: [
651651
"9780545139700",
652652
"9780439784542",
@@ -659,7 +659,7 @@ void main() {
659659
expectPath(request.path, '/1/events');
660660
expect(request.method, 'post');
661661
expectBody(request.body,
662-
"""{"events":[{"eventType":"conversion","eventName":"Product Purchased","index":"products","userToken":"user-123456","authenticatedUserToken":"user-123456","timestamp":1725494400000,"objectIDs":["9780545139700","9780439784542"],"queryID":"43b15df305339e827f0ac0bdc5ebcaa7"},{"eventType":"view","eventName":"Product Detail Page Viewed","index":"products","userToken":"user-123456","authenticatedUserToken":"user-123456","timestamp":1725494400000,"objectIDs":["9780545139700","9780439784542"]}]}""");
662+
"""{"events":[{"eventType":"conversion","eventName":"Product Purchased","index":"products","userToken":"user-123456","authenticatedUserToken":"user-123456","timestamp":1725753600000,"objectIDs":["9780545139700","9780439784542"],"queryID":"43b15df305339e827f0ac0bdc5ebcaa7"},{"eventType":"view","eventName":"Product Detail Page Viewed","index":"products","userToken":"user-123456","authenticatedUserToken":"user-123456","timestamp":1725753600000,"objectIDs":["9780545139700","9780439784542"]}]}""");
663663
},
664664
),
665665
);

0 commit comments

Comments
 (0)