Skip to content

Commit efa1ae5

Browse files
chore(deps): update plugin kotlinx-binary-validator to v0.16.3 (#3464) (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>
1 parent 4ad4a0f commit efa1ae5

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

clients/algoliasearch-client-javascript/packages/client-search/model/multipleBatchRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export type MultipleBatchRequest = {
88
/**
99
* Operation arguments (varies with specified `action`).
1010
*/
11-
body: Record<string, any>;
11+
body?: Record<string, any>;
1212

1313
/**
1414
* Index name (case-sensitive).

specs/bundled/search.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,6 @@ paths:
10491049
$ref: '#/components/schemas/indexName'
10501050
required:
10511051
- action
1052-
- body
10531052
- indexName
10541053
required:
10551054
- requests

tests/output/javascript/src/e2e/insights.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('pushEvents', () => {
3434
index: 'products',
3535
userToken: 'user-123456',
3636
authenticatedUserToken: 'user-123456',
37-
timestamp: 1722384000000,
37+
timestamp: 1722643200000,
3838
objectIDs: ['9780545139700', '9780439784542'],
3939
queryID: '43b15df305339e827f0ac0bdc5ebcaa7',
4040
},
@@ -44,7 +44,7 @@ describe('pushEvents', () => {
4444
index: 'products',
4545
userToken: 'user-123456',
4646
authenticatedUserToken: 'user-123456',
47-
timestamp: 1722384000000,
47+
timestamp: 1722643200000,
4848
objectIDs: ['9780545139700', '9780439784542'],
4949
},
5050
],

tests/output/javascript/src/requests/insights.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ describe('pushEvents', () => {
384384
index: 'products',
385385
userToken: 'user-123456',
386386
authenticatedUserToken: 'user-123456',
387-
timestamp: 1722384000000,
387+
timestamp: 1722643200000,
388388
objectIDs: ['9780545139700', '9780439784542'],
389389
queryID: '43b15df305339e827f0ac0bdc5ebcaa7',
390390
},
@@ -394,7 +394,7 @@ describe('pushEvents', () => {
394394
index: 'products',
395395
userToken: 'user-123456',
396396
authenticatedUserToken: 'user-123456',
397-
timestamp: 1722384000000,
397+
timestamp: 1722643200000,
398398
objectIDs: ['9780545139700', '9780439784542'],
399399
},
400400
],
@@ -410,7 +410,7 @@ describe('pushEvents', () => {
410410
index: 'products',
411411
userToken: 'user-123456',
412412
authenticatedUserToken: 'user-123456',
413-
timestamp: 1722384000000,
413+
timestamp: 1722643200000,
414414
objectIDs: ['9780545139700', '9780439784542'],
415415
queryID: '43b15df305339e827f0ac0bdc5ebcaa7',
416416
},
@@ -420,7 +420,7 @@ describe('pushEvents', () => {
420420
index: 'products',
421421
userToken: 'user-123456',
422422
authenticatedUserToken: 'user-123456',
423-
timestamp: 1722384000000,
423+
timestamp: 1722643200000,
424424
objectIDs: ['9780545139700', '9780439784542'],
425425
},
426426
],

0 commit comments

Comments
 (0)