Skip to content

Commit 33a1da7

Browse files
chore(deps): update dependency lint-staged to v16.2.6 (generated)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f82f87 commit 33a1da7

File tree

33 files changed

+99
-99
lines changed

33 files changed

+99
-99
lines changed

docs/bundled/insights-snippets.json

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

docs/snippets/csharp/src/Insights.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ public async Task SnippetForInsightsClientPushEvents1()
547547
Index = "products",
548548
UserToken = "user-123456",
549549
AuthenticatedUserToken = "user-123456",
550-
Timestamp = 1761004800000L,
550+
Timestamp = 1761264000000L,
551551
ObjectIDs = new List<string> { "9780545139700", "9780439784542" },
552552
QueryID = "43b15df305339e827f0ac0bdc5ebcaa7",
553553
}
@@ -560,7 +560,7 @@ public async Task SnippetForInsightsClientPushEvents1()
560560
Index = "products",
561561
UserToken = "user-123456",
562562
AuthenticatedUserToken = "user-123456",
563-
Timestamp = 1761004800000L,
563+
Timestamp = 1761264000000L,
564564
ObjectIDs = new List<string> { "9780545139700", "9780439784542" },
565565
}
566566
),

docs/snippets/dart/lib/insights.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ void snippetForpushEvents1() async {
605605
index: "products",
606606
userToken: "user-123456",
607607
authenticatedUserToken: "user-123456",
608-
timestamp: 1761004800000,
608+
timestamp: 1761264000000,
609609
objectIDs: [
610610
"9780545139700",
611611
"9780439784542",
@@ -618,7 +618,7 @@ void snippetForpushEvents1() async {
618618
index: "products",
619619
userToken: "user-123456",
620620
authenticatedUserToken: "user-123456",
621-
timestamp: 1761004800000,
621+
timestamp: 1761264000000,
622622
objectIDs: [
623623
"9780545139700",
624624
"9780439784542",

docs/snippets/go/src/insights.go

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

docs/snippets/java/src/test/java/com/algolia/Insights.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ void snippetForPushEvents1() throws Exception {
526526
.setIndex("products")
527527
.setUserToken("user-123456")
528528
.setAuthenticatedUserToken("user-123456")
529-
.setTimestamp(1761004800000L)
529+
.setTimestamp(1761264000000L)
530530
.setObjectIDs(Arrays.asList("9780545139700", "9780439784542"))
531531
.setQueryID("43b15df305339e827f0ac0bdc5ebcaa7"),
532532
new ViewedObjectIDs()
@@ -535,7 +535,7 @@ void snippetForPushEvents1() throws Exception {
535535
.setIndex("products")
536536
.setUserToken("user-123456")
537537
.setAuthenticatedUserToken("user-123456")
538-
.setTimestamp(1761004800000L)
538+
.setTimestamp(1761264000000L)
539539
.setObjectIDs(Arrays.asList("9780545139700", "9780439784542"))
540540
)
541541
)

docs/snippets/javascript/src/insights.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ export async function snippetForPushEvents1(): Promise<void> {
453453
index: 'products',
454454
userToken: 'user-123456',
455455
authenticatedUserToken: 'user-123456',
456-
timestamp: 1761004800000,
456+
timestamp: 1761264000000,
457457
objectIDs: ['9780545139700', '9780439784542'],
458458
queryID: '43b15df305339e827f0ac0bdc5ebcaa7',
459459
},
@@ -463,7 +463,7 @@ export async function snippetForPushEvents1(): Promise<void> {
463463
index: 'products',
464464
userToken: 'user-123456',
465465
authenticatedUserToken: 'user-123456',
466-
timestamp: 1761004800000,
466+
timestamp: 1761264000000,
467467
objectIDs: ['9780545139700', '9780439784542'],
468468
},
469469
],

docs/snippets/kotlin/src/main/kotlin/com/algolia/snippets/Insights.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ class SnippetInsightsClient {
557557
index = "products",
558558
userToken = "user-123456",
559559
authenticatedUserToken = "user-123456",
560-
timestamp = 1761004800000L,
560+
timestamp = 1761264000000L,
561561
objectIDs = listOf("9780545139700", "9780439784542"),
562562
queryID = "43b15df305339e827f0ac0bdc5ebcaa7",
563563
),
@@ -567,7 +567,7 @@ class SnippetInsightsClient {
567567
index = "products",
568568
userToken = "user-123456",
569569
authenticatedUserToken = "user-123456",
570-
timestamp = 1761004800000L,
570+
timestamp = 1761264000000L,
571571
objectIDs = listOf("9780545139700", "9780439784542"),
572572
),
573573
)

docs/snippets/php/src/Insights.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ public function snippetForPushEvents1(): void
589589
'index' => 'products',
590590
'userToken' => 'user-123456',
591591
'authenticatedUserToken' => 'user-123456',
592-
'timestamp' => 1761004800000,
592+
'timestamp' => 1761264000000,
593593
'objectIDs' => [
594594
'9780545139700',
595595

@@ -603,7 +603,7 @@ public function snippetForPushEvents1(): void
603603
'index' => 'products',
604604
'userToken' => 'user-123456',
605605
'authenticatedUserToken' => 'user-123456',
606-
'timestamp' => 1761004800000,
606+
'timestamp' => 1761264000000,
607607
'objectIDs' => [
608608
'9780545139700',
609609

docs/snippets/python/insights.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ def snippet_for_push_events1():
634634
"index": "products",
635635
"userToken": "user-123456",
636636
"authenticatedUserToken": "user-123456",
637-
"timestamp": 1761004800000,
637+
"timestamp": 1761264000000,
638638
"objectIDs": [
639639
"9780545139700",
640640
"9780439784542",
@@ -647,7 +647,7 @@ def snippet_for_push_events1():
647647
"index": "products",
648648
"userToken": "user-123456",
649649
"authenticatedUserToken": "user-123456",
650-
"timestamp": 1761004800000,
650+
"timestamp": 1761264000000,
651651
"objectIDs": [
652652
"9780545139700",
653653
"9780439784542",

docs/snippets/ruby/insights.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def snippet_for_push_events1
430430
index: "products",
431431
user_token: "user-123456",
432432
authenticated_user_token: "user-123456",
433-
timestamp: 1761004800000,
433+
timestamp: 1761264000000,
434434
object_ids: ["9780545139700", "9780439784542"],
435435
query_id: "43b15df305339e827f0ac0bdc5ebcaa7"
436436
),
@@ -440,7 +440,7 @@ def snippet_for_push_events1
440440
index: "products",
441441
user_token: "user-123456",
442442
authenticated_user_token: "user-123456",
443-
timestamp: 1761004800000,
443+
timestamp: 1761264000000,
444444
object_ids: ["9780545139700", "9780439784542"]
445445
)
446446
]

0 commit comments

Comments
 (0)