@zkp2p/contracts-v2 0.2.0-rc.2 → 0.2.0-rc.4

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.
Files changed (48) hide show
  1. package/_cjs/abis/baseStaging/RateManagerV1.js +2 -493
  2. package/_cjs/abis/baseStaging/RateManagerV1.json +2 -493
  3. package/_cjs/addresses/base.js +2 -2
  4. package/_cjs/addresses/base.json +2 -2
  5. package/_cjs/addresses/baseStaging.js +3 -3
  6. package/_cjs/addresses/baseStaging.json +3 -3
  7. package/_cjs/addresses/index.json +1 -1
  8. package/_cjs/constants/base.js +1 -1
  9. package/_cjs/constants/base.json +1 -1
  10. package/_cjs/constants/index.json +1 -1
  11. package/_cjs/paymentMethods/base.js +1 -1
  12. package/_cjs/paymentMethods/base.json +1 -1
  13. package/_cjs/paymentMethods/baseSepolia.js +1 -1
  14. package/_cjs/paymentMethods/baseSepolia.json +1 -1
  15. package/_cjs/paymentMethods/baseStaging.js +11 -1
  16. package/_cjs/paymentMethods/baseStaging.json +11 -1
  17. package/_cjs/paymentMethods/index.json +1 -1
  18. package/_cjs/types/contracts/RateManagerV1.js +10 -528
  19. package/_esm/abis/baseStaging/RateManagerV1.js +2 -493
  20. package/_esm/abis/baseStaging/RateManagerV1.json +2 -493
  21. package/_esm/addresses/base.js +2 -2
  22. package/_esm/addresses/base.json +2 -2
  23. package/_esm/addresses/baseStaging.js +3 -3
  24. package/_esm/addresses/baseStaging.json +3 -3
  25. package/_esm/addresses/index.json +1 -1
  26. package/_esm/constants/base.js +1 -1
  27. package/_esm/constants/base.json +1 -1
  28. package/_esm/constants/index.json +1 -1
  29. package/_esm/paymentMethods/base.js +1 -1
  30. package/_esm/paymentMethods/base.json +1 -1
  31. package/_esm/paymentMethods/baseSepolia.js +1 -1
  32. package/_esm/paymentMethods/baseSepolia.json +1 -1
  33. package/_esm/paymentMethods/baseStaging.js +11 -1
  34. package/_esm/paymentMethods/baseStaging.json +11 -1
  35. package/_esm/paymentMethods/index.json +1 -1
  36. package/_esm/types/contracts/RateManagerV1.js +10 -528
  37. package/abis/baseStaging/RateManagerV1.json +2 -493
  38. package/addresses/base.json +2 -2
  39. package/addresses/baseStaging.json +3 -3
  40. package/addresses/index.json +1 -1
  41. package/constants/base.json +1 -1
  42. package/constants/index.json +1 -1
  43. package/package.json +1 -1
  44. package/paymentMethods/base.json +1 -1
  45. package/paymentMethods/baseSepolia.json +1 -1
  46. package/paymentMethods/baseStaging.json +11 -1
  47. package/paymentMethods/index.json +1 -1
  48. package/types/contracts/RateManagerV1.ts +10 -528
@@ -10,22 +10,6 @@
10
10
  "stateMutability": "nonpayable",
11
11
  "type": "constructor"
12
12
  },
13
- {
14
- "inputs": [
15
- {
16
- "internalType": "uint256",
17
- "name": "length",
18
- "type": "uint256"
19
- },
20
- {
21
- "internalType": "uint256",
22
- "name": "maxLength",
23
- "type": "uint256"
24
- }
25
- ],
26
- "name": "AdapterConfigTooLong",
27
- "type": "error"
28
- },
29
13
  {
30
14
  "inputs": [
31
15
  {
@@ -58,17 +42,6 @@
58
42
  "name": "BelowMinLiquidity",
59
43
  "type": "error"
60
44
  },
61
- {
62
- "inputs": [
63
- {
64
- "internalType": "uint256",
65
- "name": "depositId",
66
- "type": "uint256"
67
- }
68
- ],
69
- "name": "DepositNotFound",
70
- "type": "error"
71
- },
72
45
  {
73
46
  "inputs": [
74
47
  {
@@ -85,28 +58,6 @@
85
58
  "name": "FeeExceedsMaximum",
86
59
  "type": "error"
87
60
  },
88
- {
89
- "inputs": [
90
- {
91
- "internalType": "address",
92
- "name": "adapter",
93
- "type": "address"
94
- }
95
- ],
96
- "name": "InvalidOracleAdapter",
97
- "type": "error"
98
- },
99
- {
100
- "inputs": [
101
- {
102
- "internalType": "uint256",
103
- "name": "spreadBps",
104
- "type": "uint256"
105
- }
106
- ],
107
- "name": "InvalidSpread",
108
- "type": "error"
109
- },
110
61
  {
111
62
  "inputs": [
112
63
  {
@@ -155,122 +106,6 @@
155
106
  "name": "ZeroValue",
156
107
  "type": "error"
157
108
  },
158
- {
159
- "anonymous": false,
160
- "inputs": [
161
- {
162
- "indexed": true,
163
- "internalType": "bytes32",
164
- "name": "rateManagerId",
165
- "type": "bytes32"
166
- },
167
- {
168
- "indexed": true,
169
- "internalType": "address",
170
- "name": "escrow",
171
- "type": "address"
172
- },
173
- {
174
- "indexed": true,
175
- "internalType": "uint256",
176
- "name": "depositId",
177
- "type": "uint256"
178
- },
179
- {
180
- "indexed": false,
181
- "internalType": "bytes32",
182
- "name": "paymentMethod",
183
- "type": "bytes32"
184
- },
185
- {
186
- "indexed": false,
187
- "internalType": "bytes32",
188
- "name": "currencyCode",
189
- "type": "bytes32"
190
- },
191
- {
192
- "indexed": false,
193
- "internalType": "bool",
194
- "name": "enabled",
195
- "type": "bool"
196
- }
197
- ],
198
- "name": "DepositorCurrencyEnabledSet",
199
- "type": "event"
200
- },
201
- {
202
- "anonymous": false,
203
- "inputs": [
204
- {
205
- "indexed": true,
206
- "internalType": "bytes32",
207
- "name": "rateManagerId",
208
- "type": "bytes32"
209
- },
210
- {
211
- "indexed": true,
212
- "internalType": "address",
213
- "name": "escrow",
214
- "type": "address"
215
- },
216
- {
217
- "indexed": true,
218
- "internalType": "uint256",
219
- "name": "depositId",
220
- "type": "uint256"
221
- },
222
- {
223
- "indexed": false,
224
- "internalType": "bytes32",
225
- "name": "paymentMethod",
226
- "type": "bytes32"
227
- },
228
- {
229
- "indexed": false,
230
- "internalType": "bytes32",
231
- "name": "currencyCode",
232
- "type": "bytes32"
233
- },
234
- {
235
- "indexed": false,
236
- "internalType": "uint256",
237
- "name": "floorFixed",
238
- "type": "uint256"
239
- },
240
- {
241
- "indexed": false,
242
- "internalType": "uint16",
243
- "name": "floorSpreadBps",
244
- "type": "uint16"
245
- },
246
- {
247
- "indexed": false,
248
- "internalType": "address",
249
- "name": "oracleAdapter",
250
- "type": "address"
251
- },
252
- {
253
- "indexed": false,
254
- "internalType": "bytes",
255
- "name": "adapterConfig",
256
- "type": "bytes"
257
- },
258
- {
259
- "indexed": false,
260
- "internalType": "uint32",
261
- "name": "maxStaleness",
262
- "type": "uint32"
263
- },
264
- {
265
- "indexed": false,
266
- "internalType": "bool",
267
- "name": "enabled",
268
- "type": "bool"
269
- }
270
- ],
271
- "name": "DepositorFloorSet",
272
- "type": "event"
273
- },
274
109
  {
275
110
  "anonymous": false,
276
111
  "inputs": [
@@ -559,77 +394,6 @@
559
394
  "stateMutability": "view",
560
395
  "type": "function"
561
396
  },
562
- {
563
- "inputs": [
564
- {
565
- "internalType": "bytes32",
566
- "name": "_rateManagerId",
567
- "type": "bytes32"
568
- },
569
- {
570
- "internalType": "address",
571
- "name": "_escrow",
572
- "type": "address"
573
- },
574
- {
575
- "internalType": "uint256",
576
- "name": "_depositId",
577
- "type": "uint256"
578
- },
579
- {
580
- "internalType": "bytes32",
581
- "name": "_paymentMethod",
582
- "type": "bytes32"
583
- },
584
- {
585
- "internalType": "bytes32",
586
- "name": "_currencyCode",
587
- "type": "bytes32"
588
- }
589
- ],
590
- "name": "getDepositorFloor",
591
- "outputs": [
592
- {
593
- "components": [
594
- {
595
- "internalType": "bool",
596
- "name": "enabled",
597
- "type": "bool"
598
- },
599
- {
600
- "internalType": "uint256",
601
- "name": "floorFixed",
602
- "type": "uint256"
603
- },
604
- {
605
- "internalType": "uint16",
606
- "name": "floorSpreadBps",
607
- "type": "uint16"
608
- },
609
- {
610
- "internalType": "address",
611
- "name": "oracleAdapter",
612
- "type": "address"
613
- },
614
- {
615
- "internalType": "bytes",
616
- "name": "adapterConfig",
617
- "type": "bytes"
618
- },
619
- {
620
- "internalType": "uint32",
621
- "name": "maxStaleness",
622
- "type": "uint32"
623
- }
624
- ],
625
- "internalType": "struct RateManagerV1.DepositorFloorConfig",
626
- "name": "config",
627
- "type": "tuple"
628
- }
629
- ],
630
- "stateMutability": "view",
631
- "type": "function"
632
- },
633
397
  {
634
398
  "inputs": [
635
399
  {
@@ -692,12 +456,12 @@
692
456
  },
693
457
  {
694
458
  "internalType": "address",
695
- "name": "_escrow",
459
+ "name": "",
696
460
  "type": "address"
697
461
  },
698
462
  {
699
463
  "internalType": "uint256",
700
- "name": "_depositId",
464
+ "name": "",
701
465
  "type": "uint256"
702
466
  },
703
467
  {
@@ -778,45 +542,6 @@
778
542
  "stateMutability": "view",
779
543
  "type": "function"
780
544
  },
781
- {
782
- "inputs": [
783
- {
784
- "internalType": "bytes32",
785
- "name": "_rateManagerId",
786
- "type": "bytes32"
787
- },
788
- {
789
- "internalType": "address",
790
- "name": "_escrow",
791
- "type": "address"
792
- },
793
- {
794
- "internalType": "uint256",
795
- "name": "_depositId",
796
- "type": "uint256"
797
- },
798
- {
799
- "internalType": "bytes32",
800
- "name": "_paymentMethod",
801
- "type": "bytes32"
802
- },
803
- {
804
- "internalType": "bytes32",
805
- "name": "_currencyCode",
806
- "type": "bytes32"
807
- }
808
- ],
809
- "name": "isDepositorCurrencyEnabled",
810
- "outputs": [
811
- {
812
- "internalType": "bool",
813
- "name": "enabled",
814
- "type": "bool"
815
- }
816
- ],
817
- "stateMutability": "view",
818
- "type": "function"
819
- },
820
545
  {
821
546
  "inputs": [
822
547
  {
@@ -874,222 +599,6 @@
874
599
  "stateMutability": "nonpayable",
875
600
  "type": "function"
876
601
  },
877
- {
878
- "inputs": [
879
- {
880
- "internalType": "bytes32",
881
- "name": "_rateManagerId",
882
- "type": "bytes32"
883
- },
884
- {
885
- "internalType": "address",
886
- "name": "_escrow",
887
- "type": "address"
888
- },
889
- {
890
- "internalType": "uint256",
891
- "name": "_depositId",
892
- "type": "uint256"
893
- },
894
- {
895
- "internalType": "bytes32",
896
- "name": "_paymentMethod",
897
- "type": "bytes32"
898
- },
899
- {
900
- "internalType": "bytes32",
901
- "name": "_currencyCode",
902
- "type": "bytes32"
903
- },
904
- {
905
- "internalType": "bool",
906
- "name": "_enabled",
907
- "type": "bool"
908
- }
909
- ],
910
- "name": "setDepositorCurrencyEnabled",
911
- "outputs": [],
912
- "stateMutability": "nonpayable",
913
- "type": "function"
914
- },
915
- {
916
- "inputs": [
917
- {
918
- "internalType": "bytes32",
919
- "name": "_rateManagerId",
920
- "type": "bytes32"
921
- },
922
- {
923
- "internalType": "address",
924
- "name": "_escrow",
925
- "type": "address"
926
- },
927
- {
928
- "internalType": "uint256",
929
- "name": "_depositId",
930
- "type": "uint256"
931
- },
932
- {
933
- "internalType": "bytes32[]",
934
- "name": "_paymentMethods",
935
- "type": "bytes32[]"
936
- },
937
- {
938
- "internalType": "bytes32[][]",
939
- "name": "_currencyCodes",
940
- "type": "bytes32[][]"
941
- },
942
- {
943
- "internalType": "bool[][]",
944
- "name": "_enabled",
945
- "type": "bool[][]"
946
- }
947
- ],
948
- "name": "setDepositorCurrencyEnabledBatch",
949
- "outputs": [],
950
- "stateMutability": "nonpayable",
951
- "type": "function"
952
- },
953
- {
954
- "inputs": [
955
- {
956
- "internalType": "bytes32",
957
- "name": "_rateManagerId",
958
- "type": "bytes32"
959
- },
960
- {
961
- "internalType": "address",
962
- "name": "_escrow",
963
- "type": "address"
964
- },
965
- {
966
- "internalType": "uint256",
967
- "name": "_depositId",
968
- "type": "uint256"
969
- },
970
- {
971
- "internalType": "bytes32",
972
- "name": "_paymentMethod",
973
- "type": "bytes32"
974
- },
975
- {
976
- "internalType": "bytes32",
977
- "name": "_currencyCode",
978
- "type": "bytes32"
979
- },
980
- {
981
- "components": [
982
- {
983
- "internalType": "bool",
984
- "name": "enabled",
985
- "type": "bool"
986
- },
987
- {
988
- "internalType": "uint256",
989
- "name": "floorFixed",
990
- "type": "uint256"
991
- },
992
- {
993
- "internalType": "uint16",
994
- "name": "floorSpreadBps",
995
- "type": "uint16"
996
- },
997
- {
998
- "internalType": "address",
999
- "name": "oracleAdapter",
1000
- "type": "address"
1001
- },
1002
- {
1003
- "internalType": "bytes",
1004
- "name": "adapterConfig",
1005
- "type": "bytes"
1006
- },
1007
- {
1008
- "internalType": "uint32",
1009
- "name": "maxStaleness",
1010
- "type": "uint32"
1011
- }
1012
- ],
1013
- "internalType": "struct RateManagerV1.DepositorFloorConfig",
1014
- "name": "_config",
1015
- "type": "tuple"
1016
- }
1017
- ],
1018
- "name": "setDepositorFloor",
1019
- "outputs": [],
1020
- "stateMutability": "nonpayable",
1021
- "type": "function"
1022
- },
1023
- {
1024
- "inputs": [
1025
- {
1026
- "internalType": "bytes32",
1027
- "name": "_rateManagerId",
1028
- "type": "bytes32"
1029
- },
1030
- {
1031
- "internalType": "address",
1032
- "name": "_escrow",
1033
- "type": "address"
1034
- },
1035
- {
1036
- "internalType": "uint256",
1037
- "name": "_depositId",
1038
- "type": "uint256"
1039
- },
1040
- {
1041
- "internalType": "bytes32[]",
1042
- "name": "_paymentMethods",
1043
- "type": "bytes32[]"
1044
- },
1045
- {
1046
- "internalType": "bytes32[][]",
1047
- "name": "_currencyCodes",
1048
- "type": "bytes32[][]"
1049
- },
1050
- {
1051
- "components": [
1052
- {
1053
- "internalType": "bool",
1054
- "name": "enabled",
1055
- "type": "bool"
1056
- },
1057
- {
1058
- "internalType": "uint256",
1059
- "name": "floorFixed",
1060
- "type": "uint256"
1061
- },
1062
- {
1063
- "internalType": "uint16",
1064
- "name": "floorSpreadBps",
1065
- "type": "uint16"
1066
- },
1067
- {
1068
- "internalType": "address",
1069
- "name": "oracleAdapter",
1070
- "type": "address"
1071
- },
1072
- {
1073
- "internalType": "bytes",
1074
- "name": "adapterConfig",
1075
- "type": "bytes"
1076
- },
1077
- {
1078
- "internalType": "uint32",
1079
- "name": "maxStaleness",
1080
- "type": "uint32"
1081
- }
1082
- ],
1083
- "internalType": "struct RateManagerV1.DepositorFloorConfig[][]",
1084
- "name": "_configs",
1085
- "type": "tuple[][]"
1086
- }
1087
- ],
1088
- "name": "setDepositorFloorBatch",
1089
- "outputs": [],
1090
- "stateMutability": "nonpayable",
1091
- "type": "function"
1092
- },
1093
602
  {
1094
603
  "inputs": [
1095
604
  {
@@ -11,7 +11,7 @@
11
11
  "NullifierRegistry": "0x8d8e1A0e5345a5cc9AA206c3ca76D6d28c514608",
12
12
  "Orchestrator": "0x88888883Ed048FF0a415271B28b2F52d431810D0",
13
13
  "OrchestratorRegistry": "0xBe9fED15ED7A4B915C03EFcEcb9662739C3382A9",
14
- "OrchestratorV2": "0xacEa7179a484C2A303339Dc2f4bcdF6918187777",
14
+ "OrchestratorV2": "0xaCE45eaFf44a7f6BFff91f5a872f453507677777",
15
15
  "PaymentVerifierRegistry": "0x2b82D24437ff66Fb173eabDfD67ee2ACeb8bEb1e",
16
16
  "PostIntentHookRegistry": "0x9B128EBAD4d874199A2Dc57E93186796c5EcAdE9",
17
17
  "ProtocolViewer": "0x30B03De22328074Fbe8447C425ae988797146606",
@@ -26,6 +26,6 @@
26
26
  "WhitelistPreIntentHook": "0xd793369b11357cdd076A9c631F6c44ff8e6353eA"
27
27
  },
28
28
  "meta": {
29
- "generatedAt": "2026-03-04T17:05:48.986Z"
29
+ "generatedAt": "2026-03-06T11:18:12.056Z"
30
30
  }
31
31
  }
@@ -7,7 +7,7 @@
7
7
  "ChainlinkOracleAdapter": "0xA3dBea0fCc742bF2eF32BB38E0D94e6AF0A6eDD6",
8
8
  "Escrow": "0x5C2a8D9246777eE4501B6C426a8B8C7635C7b5b5",
9
9
  "EscrowRegistry": "0xc545f336eC77E69bf115729acCbf2e557A00ac91",
10
- "EscrowV2": "0xA36Eab7cB39fCc874bEA5e7e0C934abcD253562f",
10
+ "EscrowV2": "0xEf77c802C9Ab4923ca4f5FD499ACD2f5C551Af58",
11
11
  "NullifierRegistry": "0x3FFd04f7909a16d3476263A1f4ce413A089dCc69",
12
12
  "Orchestrator": "0xF9b9CD27Deea496B960b3cb5221b514705fCaF5e",
13
13
  "OrchestratorRegistry": "0xfA6384EB6176cfEC049540526A3d2126C3666d8A",
@@ -17,7 +17,7 @@
17
17
  "ProtocolViewer": "0x1b2FE4FF7530143f38b7D7f4ccd83a3f1a022840",
18
18
  "ProtocolViewerV2": "0xA4d0f8729EE91e676cCFCC3a0041605c604A7605",
19
19
  "PythOracleAdapter": "0xaa2bBDa3072bD37af76613846268Ec48bd0bB885",
20
- "RateManagerV1": "0x9401462CbF0E9Cf12D60C899339406b092B156C8",
20
+ "RateManagerV1": "0x9d773Af159538369b4842e40510562016E3eD3d7",
21
21
  "RelayerRegistry": "0xB214650b424E6b5fdcB1259566eB7A512D8Bd25E",
22
22
  "SignatureGatingPreIntentHook": "0x22190E400b192229bBA776656ed034b45761E92c",
23
23
  "SimpleAttestationVerifier": "0x1540c12858Ad8D45EE9DAF8DFf2f28B28F047772",
@@ -26,6 +26,6 @@
26
26
  "WhitelistPreIntentHook": "0x1F27426836F2436276B99723a1be484Cb2FBF181"
27
27
  },
28
28
  "meta": {
29
- "generatedAt": "2026-03-04T17:05:48.987Z"
29
+ "generatedAt": "2026-03-06T11:18:12.058Z"
30
30
  }
31
31
  }
@@ -3,5 +3,5 @@
3
3
  "base",
4
4
  "baseStaging"
5
5
  ],
6
- "generatedAt": "2026-03-04T17:05:48.987Z"
6
+ "generatedAt": "2026-03-06T11:18:12.058Z"
7
7
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "INTENT_EXPIRATION_PERIOD": "86400",
2
+ "INTENT_EXPIRATION_PERIOD": "21600",
3
3
  "PROTOCOL_TAKER_FEE": "0",
4
4
  "PROTOCOL_TAKER_FEE_RECIPIENT": "0x0bC26FF515411396DD588Abd6Ef6846E04470227",
5
5
  "ESCROW_DUST_RECIPIENT": "0x0bC26FF515411396DD588Abd6Ef6846E04470227",
@@ -4,5 +4,5 @@
4
4
  "baseSepolia",
5
5
  "baseStaging"
6
6
  ],
7
- "generatedAt": "2026-03-04T17:05:49.187Z"
7
+ "generatedAt": "2026-03-06T11:18:12.246Z"
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zkp2p/contracts-v2",
3
- "version": "0.2.0-rc.2",
3
+ "version": "0.2.0-rc.4",
4
4
  "description": "ZKP2P V2 smart contract interfaces and utilities",
5
5
  "main": "./_cjs/index.js",
6
6
  "module": "./_esm/index.js",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "network": "base",
3
3
  "chainId": "8453",
4
- "generatedAt": "2026-03-04T17:05:49.265Z",
4
+ "generatedAt": "2026-03-06T11:18:12.344Z",
5
5
  "methods": {
6
6
  "venmo": {
7
7
  "paymentMethodHash": "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "network": "base_sepolia",
3
- "generatedAt": "2026-03-04T17:05:49.265Z",
3
+ "generatedAt": "2026-03-06T11:18:12.345Z",
4
4
  "methods": {
5
5
  "venmo": {
6
6
  "paymentMethodHash": "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "network": "base_staging",
3
- "generatedAt": "2026-03-04T17:05:49.266Z",
3
+ "generatedAt": "2026-03-06T11:18:12.346Z",
4
4
  "methods": {
5
5
  "venmo": {
6
6
  "paymentMethodHash": "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
@@ -164,6 +164,16 @@
164
164
  ],
165
165
  "timestampBuffer": 30,
166
166
  "providerHashes": []
167
+ },
168
+ "luxon": {
169
+ "paymentMethodHash": "0xaea63ef983458674f54ee50cdaa7b09d80a5c6c03ed505f51c90b0f2b54abb01",
170
+ "currencies": [
171
+ "0xc4ae21aac0c6549d71dd96035b7e0bdb6c79ebdba8891b666115bc976d16a29e",
172
+ "0xfff16d60be267153303bbfa66e593fb8d06e24ea5ef24b6acca5224c2ca6b907",
173
+ "0x90832e2dc3221e4d56977c1aa8f6a6706b9ad6542fbbdaac13097d0fa5e42e67"
174
+ ],
175
+ "timestampBuffer": 30,
176
+ "providerHashes": []
167
177
  }
168
178
  }
169
179
  }
@@ -4,5 +4,5 @@
4
4
  "baseSepolia",
5
5
  "baseStaging"
6
6
  ],
7
- "generatedAt": "2026-03-04T17:05:49.266Z"
7
+ "generatedAt": "2026-03-06T11:18:12.347Z"
8
8
  }