@longdotxyz/shared 0.0.137 → 0.0.138

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.
@@ -3984,6 +3984,2835 @@ export declare const rootContract: {
3984
3984
  };
3985
3985
  }>, Record<never, never>, Record<never, never>>;
3986
3986
  };
3987
+ builders: {
3988
+ register: import("@orpc/contract", { with: { "resolution-mode": "import" } }).ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>, import("zod").ZodObject<{
3989
+ result: import("zod").ZodObject<{
3990
+ id: import("zod").ZodString;
3991
+ auth_user_id: import("zod").ZodString;
3992
+ wallet_address: import("zod").ZodNullable<import("zod").ZodString>;
3993
+ github_username: import("zod").ZodNullable<import("zod").ZodString>;
3994
+ x_username: import("zod").ZodNullable<import("zod").ZodString>;
3995
+ is_validated: import("zod").ZodBoolean;
3996
+ github_data: import("zod").ZodNullable<import("zod").ZodObject<{
3997
+ username: import("zod").ZodString;
3998
+ user: import("zod").ZodObject<{
3999
+ createdAt: import("zod").ZodString;
4000
+ bio: import("zod").ZodNullable<import("zod").ZodString>;
4001
+ websiteUrl: import("zod").ZodNullable<import("zod").ZodString>;
4002
+ followers: import("zod").ZodObject<{
4003
+ totalCount: import("zod").ZodNumber;
4004
+ }, "strip", import("zod").ZodTypeAny, {
4005
+ totalCount: number;
4006
+ }, {
4007
+ totalCount: number;
4008
+ }>;
4009
+ repositories: import("zod").ZodObject<{
4010
+ totalCount: import("zod").ZodNumber;
4011
+ nodes: import("zod").ZodArray<import("zod").ZodObject<{
4012
+ stargazerCount: import("zod").ZodNumber;
4013
+ forkCount: import("zod").ZodNumber;
4014
+ isFork: import("zod").ZodBoolean;
4015
+ primaryLanguage: import("zod").ZodNullable<import("zod").ZodObject<{
4016
+ name: import("zod").ZodString;
4017
+ }, "strip", import("zod").ZodTypeAny, {
4018
+ name: string;
4019
+ }, {
4020
+ name: string;
4021
+ }>>;
4022
+ pushedAt: import("zod").ZodNullable<import("zod").ZodString>;
4023
+ }, "strip", import("zod").ZodTypeAny, {
4024
+ stargazerCount: number;
4025
+ forkCount: number;
4026
+ isFork: boolean;
4027
+ primaryLanguage: {
4028
+ name: string;
4029
+ } | null;
4030
+ pushedAt: string | null;
4031
+ }, {
4032
+ stargazerCount: number;
4033
+ forkCount: number;
4034
+ isFork: boolean;
4035
+ primaryLanguage: {
4036
+ name: string;
4037
+ } | null;
4038
+ pushedAt: string | null;
4039
+ }>, "many">;
4040
+ pageInfo: import("zod").ZodObject<{
4041
+ hasNextPage: import("zod").ZodBoolean;
4042
+ endCursor: import("zod").ZodNullable<import("zod").ZodString>;
4043
+ }, "strip", import("zod").ZodTypeAny, {
4044
+ hasNextPage: boolean;
4045
+ endCursor: string | null;
4046
+ }, {
4047
+ hasNextPage: boolean;
4048
+ endCursor: string | null;
4049
+ }>;
4050
+ }, "strip", import("zod").ZodTypeAny, {
4051
+ totalCount: number;
4052
+ nodes: {
4053
+ stargazerCount: number;
4054
+ forkCount: number;
4055
+ isFork: boolean;
4056
+ primaryLanguage: {
4057
+ name: string;
4058
+ } | null;
4059
+ pushedAt: string | null;
4060
+ }[];
4061
+ pageInfo: {
4062
+ hasNextPage: boolean;
4063
+ endCursor: string | null;
4064
+ };
4065
+ }, {
4066
+ totalCount: number;
4067
+ nodes: {
4068
+ stargazerCount: number;
4069
+ forkCount: number;
4070
+ isFork: boolean;
4071
+ primaryLanguage: {
4072
+ name: string;
4073
+ } | null;
4074
+ pushedAt: string | null;
4075
+ }[];
4076
+ pageInfo: {
4077
+ hasNextPage: boolean;
4078
+ endCursor: string | null;
4079
+ };
4080
+ }>;
4081
+ contributionsCollection: import("zod").ZodObject<{
4082
+ totalCommitContributions: import("zod").ZodNumber;
4083
+ totalPullRequestContributions: import("zod").ZodNumber;
4084
+ totalPullRequestReviewContributions: import("zod").ZodNumber;
4085
+ totalIssueContributions: import("zod").ZodNumber;
4086
+ contributionCalendar: import("zod").ZodObject<{
4087
+ totalContributions: import("zod").ZodNumber;
4088
+ }, "strip", import("zod").ZodTypeAny, {
4089
+ totalContributions: number;
4090
+ }, {
4091
+ totalContributions: number;
4092
+ }>;
4093
+ }, "strip", import("zod").ZodTypeAny, {
4094
+ totalCommitContributions: number;
4095
+ totalPullRequestContributions: number;
4096
+ totalPullRequestReviewContributions: number;
4097
+ totalIssueContributions: number;
4098
+ contributionCalendar: {
4099
+ totalContributions: number;
4100
+ };
4101
+ }, {
4102
+ totalCommitContributions: number;
4103
+ totalPullRequestContributions: number;
4104
+ totalPullRequestReviewContributions: number;
4105
+ totalIssueContributions: number;
4106
+ contributionCalendar: {
4107
+ totalContributions: number;
4108
+ };
4109
+ }>;
4110
+ }, "strip", import("zod").ZodTypeAny, {
4111
+ createdAt: string;
4112
+ bio: string | null;
4113
+ websiteUrl: string | null;
4114
+ followers: {
4115
+ totalCount: number;
4116
+ };
4117
+ repositories: {
4118
+ totalCount: number;
4119
+ nodes: {
4120
+ stargazerCount: number;
4121
+ forkCount: number;
4122
+ isFork: boolean;
4123
+ primaryLanguage: {
4124
+ name: string;
4125
+ } | null;
4126
+ pushedAt: string | null;
4127
+ }[];
4128
+ pageInfo: {
4129
+ hasNextPage: boolean;
4130
+ endCursor: string | null;
4131
+ };
4132
+ };
4133
+ contributionsCollection: {
4134
+ totalCommitContributions: number;
4135
+ totalPullRequestContributions: number;
4136
+ totalPullRequestReviewContributions: number;
4137
+ totalIssueContributions: number;
4138
+ contributionCalendar: {
4139
+ totalContributions: number;
4140
+ };
4141
+ };
4142
+ }, {
4143
+ createdAt: string;
4144
+ bio: string | null;
4145
+ websiteUrl: string | null;
4146
+ followers: {
4147
+ totalCount: number;
4148
+ };
4149
+ repositories: {
4150
+ totalCount: number;
4151
+ nodes: {
4152
+ stargazerCount: number;
4153
+ forkCount: number;
4154
+ isFork: boolean;
4155
+ primaryLanguage: {
4156
+ name: string;
4157
+ } | null;
4158
+ pushedAt: string | null;
4159
+ }[];
4160
+ pageInfo: {
4161
+ hasNextPage: boolean;
4162
+ endCursor: string | null;
4163
+ };
4164
+ };
4165
+ contributionsCollection: {
4166
+ totalCommitContributions: number;
4167
+ totalPullRequestContributions: number;
4168
+ totalPullRequestReviewContributions: number;
4169
+ totalIssueContributions: number;
4170
+ contributionCalendar: {
4171
+ totalContributions: number;
4172
+ };
4173
+ };
4174
+ }>;
4175
+ search: import("zod").ZodObject<{
4176
+ merged: import("zod").ZodObject<{
4177
+ issueCount: import("zod").ZodNumber;
4178
+ }, "strip", import("zod").ZodTypeAny, {
4179
+ issueCount: number;
4180
+ }, {
4181
+ issueCount: number;
4182
+ }>;
4183
+ externalMerged: import("zod").ZodObject<{
4184
+ issueCount: import("zod").ZodNumber;
4185
+ }, "strip", import("zod").ZodTypeAny, {
4186
+ issueCount: number;
4187
+ }, {
4188
+ issueCount: number;
4189
+ }>;
4190
+ reviews: import("zod").ZodObject<{
4191
+ issueCount: import("zod").ZodNumber;
4192
+ }, "strip", import("zod").ZodTypeAny, {
4193
+ issueCount: number;
4194
+ }, {
4195
+ issueCount: number;
4196
+ }>;
4197
+ issues: import("zod").ZodObject<{
4198
+ issueCount: import("zod").ZodNumber;
4199
+ }, "strip", import("zod").ZodTypeAny, {
4200
+ issueCount: number;
4201
+ }, {
4202
+ issueCount: number;
4203
+ }>;
4204
+ }, "strip", import("zod").ZodTypeAny, {
4205
+ issues: {
4206
+ issueCount: number;
4207
+ };
4208
+ merged: {
4209
+ issueCount: number;
4210
+ };
4211
+ externalMerged: {
4212
+ issueCount: number;
4213
+ };
4214
+ reviews: {
4215
+ issueCount: number;
4216
+ };
4217
+ }, {
4218
+ issues: {
4219
+ issueCount: number;
4220
+ };
4221
+ merged: {
4222
+ issueCount: number;
4223
+ };
4224
+ externalMerged: {
4225
+ issueCount: number;
4226
+ };
4227
+ reviews: {
4228
+ issueCount: number;
4229
+ };
4230
+ }>;
4231
+ fetchedAt: import("zod").ZodString;
4232
+ }, "strip", import("zod").ZodTypeAny, {
4233
+ username: string;
4234
+ user: {
4235
+ createdAt: string;
4236
+ bio: string | null;
4237
+ websiteUrl: string | null;
4238
+ followers: {
4239
+ totalCount: number;
4240
+ };
4241
+ repositories: {
4242
+ totalCount: number;
4243
+ nodes: {
4244
+ stargazerCount: number;
4245
+ forkCount: number;
4246
+ isFork: boolean;
4247
+ primaryLanguage: {
4248
+ name: string;
4249
+ } | null;
4250
+ pushedAt: string | null;
4251
+ }[];
4252
+ pageInfo: {
4253
+ hasNextPage: boolean;
4254
+ endCursor: string | null;
4255
+ };
4256
+ };
4257
+ contributionsCollection: {
4258
+ totalCommitContributions: number;
4259
+ totalPullRequestContributions: number;
4260
+ totalPullRequestReviewContributions: number;
4261
+ totalIssueContributions: number;
4262
+ contributionCalendar: {
4263
+ totalContributions: number;
4264
+ };
4265
+ };
4266
+ };
4267
+ search: {
4268
+ issues: {
4269
+ issueCount: number;
4270
+ };
4271
+ merged: {
4272
+ issueCount: number;
4273
+ };
4274
+ externalMerged: {
4275
+ issueCount: number;
4276
+ };
4277
+ reviews: {
4278
+ issueCount: number;
4279
+ };
4280
+ };
4281
+ fetchedAt: string;
4282
+ }, {
4283
+ username: string;
4284
+ user: {
4285
+ createdAt: string;
4286
+ bio: string | null;
4287
+ websiteUrl: string | null;
4288
+ followers: {
4289
+ totalCount: number;
4290
+ };
4291
+ repositories: {
4292
+ totalCount: number;
4293
+ nodes: {
4294
+ stargazerCount: number;
4295
+ forkCount: number;
4296
+ isFork: boolean;
4297
+ primaryLanguage: {
4298
+ name: string;
4299
+ } | null;
4300
+ pushedAt: string | null;
4301
+ }[];
4302
+ pageInfo: {
4303
+ hasNextPage: boolean;
4304
+ endCursor: string | null;
4305
+ };
4306
+ };
4307
+ contributionsCollection: {
4308
+ totalCommitContributions: number;
4309
+ totalPullRequestContributions: number;
4310
+ totalPullRequestReviewContributions: number;
4311
+ totalIssueContributions: number;
4312
+ contributionCalendar: {
4313
+ totalContributions: number;
4314
+ };
4315
+ };
4316
+ };
4317
+ search: {
4318
+ issues: {
4319
+ issueCount: number;
4320
+ };
4321
+ merged: {
4322
+ issueCount: number;
4323
+ };
4324
+ externalMerged: {
4325
+ issueCount: number;
4326
+ };
4327
+ reviews: {
4328
+ issueCount: number;
4329
+ };
4330
+ };
4331
+ fetchedAt: string;
4332
+ }>>;
4333
+ x_data: import("zod").ZodNullable<import("zod").ZodObject<{
4334
+ user: import("zod").ZodObject<{
4335
+ id: import("zod").ZodString;
4336
+ username: import("zod").ZodString;
4337
+ name: import("zod").ZodString;
4338
+ verified: import("zod").ZodBoolean;
4339
+ verified_type: import("zod").ZodOptional<import("zod").ZodString>;
4340
+ created_at: import("zod").ZodOptional<import("zod").ZodString>;
4341
+ protected: import("zod").ZodBoolean;
4342
+ profile_image_url: import("zod").ZodOptional<import("zod").ZodString>;
4343
+ public_metrics: import("zod").ZodOptional<import("zod").ZodObject<{
4344
+ followers_count: import("zod").ZodNumber;
4345
+ following_count: import("zod").ZodNumber;
4346
+ tweet_count: import("zod").ZodNumber;
4347
+ listed_count: import("zod").ZodNumber;
4348
+ like_count: import("zod").ZodOptional<import("zod").ZodNumber>;
4349
+ }, "strip", import("zod").ZodTypeAny, {
4350
+ followers_count: number;
4351
+ following_count: number;
4352
+ tweet_count: number;
4353
+ listed_count: number;
4354
+ like_count?: number | undefined;
4355
+ }, {
4356
+ followers_count: number;
4357
+ following_count: number;
4358
+ tweet_count: number;
4359
+ listed_count: number;
4360
+ like_count?: number | undefined;
4361
+ }>>;
4362
+ }, "strip", import("zod").ZodTypeAny, {
4363
+ name: string;
4364
+ id: string;
4365
+ username: string;
4366
+ verified: boolean;
4367
+ protected: boolean;
4368
+ verified_type?: string | undefined;
4369
+ created_at?: string | undefined;
4370
+ profile_image_url?: string | undefined;
4371
+ public_metrics?: {
4372
+ followers_count: number;
4373
+ following_count: number;
4374
+ tweet_count: number;
4375
+ listed_count: number;
4376
+ like_count?: number | undefined;
4377
+ } | undefined;
4378
+ }, {
4379
+ name: string;
4380
+ id: string;
4381
+ username: string;
4382
+ verified: boolean;
4383
+ protected: boolean;
4384
+ verified_type?: string | undefined;
4385
+ created_at?: string | undefined;
4386
+ profile_image_url?: string | undefined;
4387
+ public_metrics?: {
4388
+ followers_count: number;
4389
+ following_count: number;
4390
+ tweet_count: number;
4391
+ listed_count: number;
4392
+ like_count?: number | undefined;
4393
+ } | undefined;
4394
+ }>;
4395
+ fetchedAt: import("zod").ZodString;
4396
+ }, "strip", import("zod").ZodTypeAny, {
4397
+ user: {
4398
+ name: string;
4399
+ id: string;
4400
+ username: string;
4401
+ verified: boolean;
4402
+ protected: boolean;
4403
+ verified_type?: string | undefined;
4404
+ created_at?: string | undefined;
4405
+ profile_image_url?: string | undefined;
4406
+ public_metrics?: {
4407
+ followers_count: number;
4408
+ following_count: number;
4409
+ tweet_count: number;
4410
+ listed_count: number;
4411
+ like_count?: number | undefined;
4412
+ } | undefined;
4413
+ };
4414
+ fetchedAt: string;
4415
+ }, {
4416
+ user: {
4417
+ name: string;
4418
+ id: string;
4419
+ username: string;
4420
+ verified: boolean;
4421
+ protected: boolean;
4422
+ verified_type?: string | undefined;
4423
+ created_at?: string | undefined;
4424
+ profile_image_url?: string | undefined;
4425
+ public_metrics?: {
4426
+ followers_count: number;
4427
+ following_count: number;
4428
+ tweet_count: number;
4429
+ listed_count: number;
4430
+ like_count?: number | undefined;
4431
+ } | undefined;
4432
+ };
4433
+ fetchedAt: string;
4434
+ }>>;
4435
+ created_at: import("zod").ZodString;
4436
+ updated_at: import("zod").ZodString;
4437
+ }, "strip", import("zod").ZodTypeAny, {
4438
+ id: string;
4439
+ created_at: string;
4440
+ auth_user_id: string;
4441
+ wallet_address: string | null;
4442
+ github_username: string | null;
4443
+ x_username: string | null;
4444
+ is_validated: boolean;
4445
+ github_data: {
4446
+ username: string;
4447
+ user: {
4448
+ createdAt: string;
4449
+ bio: string | null;
4450
+ websiteUrl: string | null;
4451
+ followers: {
4452
+ totalCount: number;
4453
+ };
4454
+ repositories: {
4455
+ totalCount: number;
4456
+ nodes: {
4457
+ stargazerCount: number;
4458
+ forkCount: number;
4459
+ isFork: boolean;
4460
+ primaryLanguage: {
4461
+ name: string;
4462
+ } | null;
4463
+ pushedAt: string | null;
4464
+ }[];
4465
+ pageInfo: {
4466
+ hasNextPage: boolean;
4467
+ endCursor: string | null;
4468
+ };
4469
+ };
4470
+ contributionsCollection: {
4471
+ totalCommitContributions: number;
4472
+ totalPullRequestContributions: number;
4473
+ totalPullRequestReviewContributions: number;
4474
+ totalIssueContributions: number;
4475
+ contributionCalendar: {
4476
+ totalContributions: number;
4477
+ };
4478
+ };
4479
+ };
4480
+ search: {
4481
+ issues: {
4482
+ issueCount: number;
4483
+ };
4484
+ merged: {
4485
+ issueCount: number;
4486
+ };
4487
+ externalMerged: {
4488
+ issueCount: number;
4489
+ };
4490
+ reviews: {
4491
+ issueCount: number;
4492
+ };
4493
+ };
4494
+ fetchedAt: string;
4495
+ } | null;
4496
+ x_data: {
4497
+ user: {
4498
+ name: string;
4499
+ id: string;
4500
+ username: string;
4501
+ verified: boolean;
4502
+ protected: boolean;
4503
+ verified_type?: string | undefined;
4504
+ created_at?: string | undefined;
4505
+ profile_image_url?: string | undefined;
4506
+ public_metrics?: {
4507
+ followers_count: number;
4508
+ following_count: number;
4509
+ tweet_count: number;
4510
+ listed_count: number;
4511
+ like_count?: number | undefined;
4512
+ } | undefined;
4513
+ };
4514
+ fetchedAt: string;
4515
+ } | null;
4516
+ updated_at: string;
4517
+ }, {
4518
+ id: string;
4519
+ created_at: string;
4520
+ auth_user_id: string;
4521
+ wallet_address: string | null;
4522
+ github_username: string | null;
4523
+ x_username: string | null;
4524
+ is_validated: boolean;
4525
+ github_data: {
4526
+ username: string;
4527
+ user: {
4528
+ createdAt: string;
4529
+ bio: string | null;
4530
+ websiteUrl: string | null;
4531
+ followers: {
4532
+ totalCount: number;
4533
+ };
4534
+ repositories: {
4535
+ totalCount: number;
4536
+ nodes: {
4537
+ stargazerCount: number;
4538
+ forkCount: number;
4539
+ isFork: boolean;
4540
+ primaryLanguage: {
4541
+ name: string;
4542
+ } | null;
4543
+ pushedAt: string | null;
4544
+ }[];
4545
+ pageInfo: {
4546
+ hasNextPage: boolean;
4547
+ endCursor: string | null;
4548
+ };
4549
+ };
4550
+ contributionsCollection: {
4551
+ totalCommitContributions: number;
4552
+ totalPullRequestContributions: number;
4553
+ totalPullRequestReviewContributions: number;
4554
+ totalIssueContributions: number;
4555
+ contributionCalendar: {
4556
+ totalContributions: number;
4557
+ };
4558
+ };
4559
+ };
4560
+ search: {
4561
+ issues: {
4562
+ issueCount: number;
4563
+ };
4564
+ merged: {
4565
+ issueCount: number;
4566
+ };
4567
+ externalMerged: {
4568
+ issueCount: number;
4569
+ };
4570
+ reviews: {
4571
+ issueCount: number;
4572
+ };
4573
+ };
4574
+ fetchedAt: string;
4575
+ } | null;
4576
+ x_data: {
4577
+ user: {
4578
+ name: string;
4579
+ id: string;
4580
+ username: string;
4581
+ verified: boolean;
4582
+ protected: boolean;
4583
+ verified_type?: string | undefined;
4584
+ created_at?: string | undefined;
4585
+ profile_image_url?: string | undefined;
4586
+ public_metrics?: {
4587
+ followers_count: number;
4588
+ following_count: number;
4589
+ tweet_count: number;
4590
+ listed_count: number;
4591
+ like_count?: number | undefined;
4592
+ } | undefined;
4593
+ };
4594
+ fetchedAt: string;
4595
+ } | null;
4596
+ updated_at: string;
4597
+ }>;
4598
+ }, "strip", import("zod").ZodTypeAny, {
4599
+ result: {
4600
+ id: string;
4601
+ created_at: string;
4602
+ auth_user_id: string;
4603
+ wallet_address: string | null;
4604
+ github_username: string | null;
4605
+ x_username: string | null;
4606
+ is_validated: boolean;
4607
+ github_data: {
4608
+ username: string;
4609
+ user: {
4610
+ createdAt: string;
4611
+ bio: string | null;
4612
+ websiteUrl: string | null;
4613
+ followers: {
4614
+ totalCount: number;
4615
+ };
4616
+ repositories: {
4617
+ totalCount: number;
4618
+ nodes: {
4619
+ stargazerCount: number;
4620
+ forkCount: number;
4621
+ isFork: boolean;
4622
+ primaryLanguage: {
4623
+ name: string;
4624
+ } | null;
4625
+ pushedAt: string | null;
4626
+ }[];
4627
+ pageInfo: {
4628
+ hasNextPage: boolean;
4629
+ endCursor: string | null;
4630
+ };
4631
+ };
4632
+ contributionsCollection: {
4633
+ totalCommitContributions: number;
4634
+ totalPullRequestContributions: number;
4635
+ totalPullRequestReviewContributions: number;
4636
+ totalIssueContributions: number;
4637
+ contributionCalendar: {
4638
+ totalContributions: number;
4639
+ };
4640
+ };
4641
+ };
4642
+ search: {
4643
+ issues: {
4644
+ issueCount: number;
4645
+ };
4646
+ merged: {
4647
+ issueCount: number;
4648
+ };
4649
+ externalMerged: {
4650
+ issueCount: number;
4651
+ };
4652
+ reviews: {
4653
+ issueCount: number;
4654
+ };
4655
+ };
4656
+ fetchedAt: string;
4657
+ } | null;
4658
+ x_data: {
4659
+ user: {
4660
+ name: string;
4661
+ id: string;
4662
+ username: string;
4663
+ verified: boolean;
4664
+ protected: boolean;
4665
+ verified_type?: string | undefined;
4666
+ created_at?: string | undefined;
4667
+ profile_image_url?: string | undefined;
4668
+ public_metrics?: {
4669
+ followers_count: number;
4670
+ following_count: number;
4671
+ tweet_count: number;
4672
+ listed_count: number;
4673
+ like_count?: number | undefined;
4674
+ } | undefined;
4675
+ };
4676
+ fetchedAt: string;
4677
+ } | null;
4678
+ updated_at: string;
4679
+ };
4680
+ }, {
4681
+ result: {
4682
+ id: string;
4683
+ created_at: string;
4684
+ auth_user_id: string;
4685
+ wallet_address: string | null;
4686
+ github_username: string | null;
4687
+ x_username: string | null;
4688
+ is_validated: boolean;
4689
+ github_data: {
4690
+ username: string;
4691
+ user: {
4692
+ createdAt: string;
4693
+ bio: string | null;
4694
+ websiteUrl: string | null;
4695
+ followers: {
4696
+ totalCount: number;
4697
+ };
4698
+ repositories: {
4699
+ totalCount: number;
4700
+ nodes: {
4701
+ stargazerCount: number;
4702
+ forkCount: number;
4703
+ isFork: boolean;
4704
+ primaryLanguage: {
4705
+ name: string;
4706
+ } | null;
4707
+ pushedAt: string | null;
4708
+ }[];
4709
+ pageInfo: {
4710
+ hasNextPage: boolean;
4711
+ endCursor: string | null;
4712
+ };
4713
+ };
4714
+ contributionsCollection: {
4715
+ totalCommitContributions: number;
4716
+ totalPullRequestContributions: number;
4717
+ totalPullRequestReviewContributions: number;
4718
+ totalIssueContributions: number;
4719
+ contributionCalendar: {
4720
+ totalContributions: number;
4721
+ };
4722
+ };
4723
+ };
4724
+ search: {
4725
+ issues: {
4726
+ issueCount: number;
4727
+ };
4728
+ merged: {
4729
+ issueCount: number;
4730
+ };
4731
+ externalMerged: {
4732
+ issueCount: number;
4733
+ };
4734
+ reviews: {
4735
+ issueCount: number;
4736
+ };
4737
+ };
4738
+ fetchedAt: string;
4739
+ } | null;
4740
+ x_data: {
4741
+ user: {
4742
+ name: string;
4743
+ id: string;
4744
+ username: string;
4745
+ verified: boolean;
4746
+ protected: boolean;
4747
+ verified_type?: string | undefined;
4748
+ created_at?: string | undefined;
4749
+ profile_image_url?: string | undefined;
4750
+ public_metrics?: {
4751
+ followers_count: number;
4752
+ following_count: number;
4753
+ tweet_count: number;
4754
+ listed_count: number;
4755
+ like_count?: number | undefined;
4756
+ } | undefined;
4757
+ };
4758
+ fetchedAt: string;
4759
+ } | null;
4760
+ updated_at: string;
4761
+ };
4762
+ }>, Record<never, never>, Record<never, never>>;
4763
+ getByIdentity: import("@orpc/contract", { with: { "resolution-mode": "import" } }).ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
4764
+ identity: import("zod").ZodString;
4765
+ }, "strip", import("zod").ZodTypeAny, {
4766
+ identity: string;
4767
+ }, {
4768
+ identity: string;
4769
+ }>, import("zod").ZodObject<{
4770
+ result: import("zod").ZodObject<{
4771
+ wallet_address: import("zod").ZodNullable<import("zod").ZodString>;
4772
+ github_username: import("zod").ZodNullable<import("zod").ZodString>;
4773
+ x_username: import("zod").ZodNullable<import("zod").ZodString>;
4774
+ is_validated: import("zod").ZodBoolean;
4775
+ github_data: import("zod").ZodNullable<import("zod").ZodObject<{
4776
+ username: import("zod").ZodString;
4777
+ user: import("zod").ZodObject<{
4778
+ createdAt: import("zod").ZodString;
4779
+ bio: import("zod").ZodNullable<import("zod").ZodString>;
4780
+ websiteUrl: import("zod").ZodNullable<import("zod").ZodString>;
4781
+ followers: import("zod").ZodObject<{
4782
+ totalCount: import("zod").ZodNumber;
4783
+ }, "strip", import("zod").ZodTypeAny, {
4784
+ totalCount: number;
4785
+ }, {
4786
+ totalCount: number;
4787
+ }>;
4788
+ repositories: import("zod").ZodObject<{
4789
+ totalCount: import("zod").ZodNumber;
4790
+ nodes: import("zod").ZodArray<import("zod").ZodObject<{
4791
+ stargazerCount: import("zod").ZodNumber;
4792
+ forkCount: import("zod").ZodNumber;
4793
+ isFork: import("zod").ZodBoolean;
4794
+ primaryLanguage: import("zod").ZodNullable<import("zod").ZodObject<{
4795
+ name: import("zod").ZodString;
4796
+ }, "strip", import("zod").ZodTypeAny, {
4797
+ name: string;
4798
+ }, {
4799
+ name: string;
4800
+ }>>;
4801
+ pushedAt: import("zod").ZodNullable<import("zod").ZodString>;
4802
+ }, "strip", import("zod").ZodTypeAny, {
4803
+ stargazerCount: number;
4804
+ forkCount: number;
4805
+ isFork: boolean;
4806
+ primaryLanguage: {
4807
+ name: string;
4808
+ } | null;
4809
+ pushedAt: string | null;
4810
+ }, {
4811
+ stargazerCount: number;
4812
+ forkCount: number;
4813
+ isFork: boolean;
4814
+ primaryLanguage: {
4815
+ name: string;
4816
+ } | null;
4817
+ pushedAt: string | null;
4818
+ }>, "many">;
4819
+ pageInfo: import("zod").ZodObject<{
4820
+ hasNextPage: import("zod").ZodBoolean;
4821
+ endCursor: import("zod").ZodNullable<import("zod").ZodString>;
4822
+ }, "strip", import("zod").ZodTypeAny, {
4823
+ hasNextPage: boolean;
4824
+ endCursor: string | null;
4825
+ }, {
4826
+ hasNextPage: boolean;
4827
+ endCursor: string | null;
4828
+ }>;
4829
+ }, "strip", import("zod").ZodTypeAny, {
4830
+ totalCount: number;
4831
+ nodes: {
4832
+ stargazerCount: number;
4833
+ forkCount: number;
4834
+ isFork: boolean;
4835
+ primaryLanguage: {
4836
+ name: string;
4837
+ } | null;
4838
+ pushedAt: string | null;
4839
+ }[];
4840
+ pageInfo: {
4841
+ hasNextPage: boolean;
4842
+ endCursor: string | null;
4843
+ };
4844
+ }, {
4845
+ totalCount: number;
4846
+ nodes: {
4847
+ stargazerCount: number;
4848
+ forkCount: number;
4849
+ isFork: boolean;
4850
+ primaryLanguage: {
4851
+ name: string;
4852
+ } | null;
4853
+ pushedAt: string | null;
4854
+ }[];
4855
+ pageInfo: {
4856
+ hasNextPage: boolean;
4857
+ endCursor: string | null;
4858
+ };
4859
+ }>;
4860
+ contributionsCollection: import("zod").ZodObject<{
4861
+ totalCommitContributions: import("zod").ZodNumber;
4862
+ totalPullRequestContributions: import("zod").ZodNumber;
4863
+ totalPullRequestReviewContributions: import("zod").ZodNumber;
4864
+ totalIssueContributions: import("zod").ZodNumber;
4865
+ contributionCalendar: import("zod").ZodObject<{
4866
+ totalContributions: import("zod").ZodNumber;
4867
+ }, "strip", import("zod").ZodTypeAny, {
4868
+ totalContributions: number;
4869
+ }, {
4870
+ totalContributions: number;
4871
+ }>;
4872
+ }, "strip", import("zod").ZodTypeAny, {
4873
+ totalCommitContributions: number;
4874
+ totalPullRequestContributions: number;
4875
+ totalPullRequestReviewContributions: number;
4876
+ totalIssueContributions: number;
4877
+ contributionCalendar: {
4878
+ totalContributions: number;
4879
+ };
4880
+ }, {
4881
+ totalCommitContributions: number;
4882
+ totalPullRequestContributions: number;
4883
+ totalPullRequestReviewContributions: number;
4884
+ totalIssueContributions: number;
4885
+ contributionCalendar: {
4886
+ totalContributions: number;
4887
+ };
4888
+ }>;
4889
+ }, "strip", import("zod").ZodTypeAny, {
4890
+ createdAt: string;
4891
+ bio: string | null;
4892
+ websiteUrl: string | null;
4893
+ followers: {
4894
+ totalCount: number;
4895
+ };
4896
+ repositories: {
4897
+ totalCount: number;
4898
+ nodes: {
4899
+ stargazerCount: number;
4900
+ forkCount: number;
4901
+ isFork: boolean;
4902
+ primaryLanguage: {
4903
+ name: string;
4904
+ } | null;
4905
+ pushedAt: string | null;
4906
+ }[];
4907
+ pageInfo: {
4908
+ hasNextPage: boolean;
4909
+ endCursor: string | null;
4910
+ };
4911
+ };
4912
+ contributionsCollection: {
4913
+ totalCommitContributions: number;
4914
+ totalPullRequestContributions: number;
4915
+ totalPullRequestReviewContributions: number;
4916
+ totalIssueContributions: number;
4917
+ contributionCalendar: {
4918
+ totalContributions: number;
4919
+ };
4920
+ };
4921
+ }, {
4922
+ createdAt: string;
4923
+ bio: string | null;
4924
+ websiteUrl: string | null;
4925
+ followers: {
4926
+ totalCount: number;
4927
+ };
4928
+ repositories: {
4929
+ totalCount: number;
4930
+ nodes: {
4931
+ stargazerCount: number;
4932
+ forkCount: number;
4933
+ isFork: boolean;
4934
+ primaryLanguage: {
4935
+ name: string;
4936
+ } | null;
4937
+ pushedAt: string | null;
4938
+ }[];
4939
+ pageInfo: {
4940
+ hasNextPage: boolean;
4941
+ endCursor: string | null;
4942
+ };
4943
+ };
4944
+ contributionsCollection: {
4945
+ totalCommitContributions: number;
4946
+ totalPullRequestContributions: number;
4947
+ totalPullRequestReviewContributions: number;
4948
+ totalIssueContributions: number;
4949
+ contributionCalendar: {
4950
+ totalContributions: number;
4951
+ };
4952
+ };
4953
+ }>;
4954
+ search: import("zod").ZodObject<{
4955
+ merged: import("zod").ZodObject<{
4956
+ issueCount: import("zod").ZodNumber;
4957
+ }, "strip", import("zod").ZodTypeAny, {
4958
+ issueCount: number;
4959
+ }, {
4960
+ issueCount: number;
4961
+ }>;
4962
+ externalMerged: import("zod").ZodObject<{
4963
+ issueCount: import("zod").ZodNumber;
4964
+ }, "strip", import("zod").ZodTypeAny, {
4965
+ issueCount: number;
4966
+ }, {
4967
+ issueCount: number;
4968
+ }>;
4969
+ reviews: import("zod").ZodObject<{
4970
+ issueCount: import("zod").ZodNumber;
4971
+ }, "strip", import("zod").ZodTypeAny, {
4972
+ issueCount: number;
4973
+ }, {
4974
+ issueCount: number;
4975
+ }>;
4976
+ issues: import("zod").ZodObject<{
4977
+ issueCount: import("zod").ZodNumber;
4978
+ }, "strip", import("zod").ZodTypeAny, {
4979
+ issueCount: number;
4980
+ }, {
4981
+ issueCount: number;
4982
+ }>;
4983
+ }, "strip", import("zod").ZodTypeAny, {
4984
+ issues: {
4985
+ issueCount: number;
4986
+ };
4987
+ merged: {
4988
+ issueCount: number;
4989
+ };
4990
+ externalMerged: {
4991
+ issueCount: number;
4992
+ };
4993
+ reviews: {
4994
+ issueCount: number;
4995
+ };
4996
+ }, {
4997
+ issues: {
4998
+ issueCount: number;
4999
+ };
5000
+ merged: {
5001
+ issueCount: number;
5002
+ };
5003
+ externalMerged: {
5004
+ issueCount: number;
5005
+ };
5006
+ reviews: {
5007
+ issueCount: number;
5008
+ };
5009
+ }>;
5010
+ fetchedAt: import("zod").ZodString;
5011
+ }, "strip", import("zod").ZodTypeAny, {
5012
+ username: string;
5013
+ user: {
5014
+ createdAt: string;
5015
+ bio: string | null;
5016
+ websiteUrl: string | null;
5017
+ followers: {
5018
+ totalCount: number;
5019
+ };
5020
+ repositories: {
5021
+ totalCount: number;
5022
+ nodes: {
5023
+ stargazerCount: number;
5024
+ forkCount: number;
5025
+ isFork: boolean;
5026
+ primaryLanguage: {
5027
+ name: string;
5028
+ } | null;
5029
+ pushedAt: string | null;
5030
+ }[];
5031
+ pageInfo: {
5032
+ hasNextPage: boolean;
5033
+ endCursor: string | null;
5034
+ };
5035
+ };
5036
+ contributionsCollection: {
5037
+ totalCommitContributions: number;
5038
+ totalPullRequestContributions: number;
5039
+ totalPullRequestReviewContributions: number;
5040
+ totalIssueContributions: number;
5041
+ contributionCalendar: {
5042
+ totalContributions: number;
5043
+ };
5044
+ };
5045
+ };
5046
+ search: {
5047
+ issues: {
5048
+ issueCount: number;
5049
+ };
5050
+ merged: {
5051
+ issueCount: number;
5052
+ };
5053
+ externalMerged: {
5054
+ issueCount: number;
5055
+ };
5056
+ reviews: {
5057
+ issueCount: number;
5058
+ };
5059
+ };
5060
+ fetchedAt: string;
5061
+ }, {
5062
+ username: string;
5063
+ user: {
5064
+ createdAt: string;
5065
+ bio: string | null;
5066
+ websiteUrl: string | null;
5067
+ followers: {
5068
+ totalCount: number;
5069
+ };
5070
+ repositories: {
5071
+ totalCount: number;
5072
+ nodes: {
5073
+ stargazerCount: number;
5074
+ forkCount: number;
5075
+ isFork: boolean;
5076
+ primaryLanguage: {
5077
+ name: string;
5078
+ } | null;
5079
+ pushedAt: string | null;
5080
+ }[];
5081
+ pageInfo: {
5082
+ hasNextPage: boolean;
5083
+ endCursor: string | null;
5084
+ };
5085
+ };
5086
+ contributionsCollection: {
5087
+ totalCommitContributions: number;
5088
+ totalPullRequestContributions: number;
5089
+ totalPullRequestReviewContributions: number;
5090
+ totalIssueContributions: number;
5091
+ contributionCalendar: {
5092
+ totalContributions: number;
5093
+ };
5094
+ };
5095
+ };
5096
+ search: {
5097
+ issues: {
5098
+ issueCount: number;
5099
+ };
5100
+ merged: {
5101
+ issueCount: number;
5102
+ };
5103
+ externalMerged: {
5104
+ issueCount: number;
5105
+ };
5106
+ reviews: {
5107
+ issueCount: number;
5108
+ };
5109
+ };
5110
+ fetchedAt: string;
5111
+ }>>;
5112
+ x_data: import("zod").ZodNullable<import("zod").ZodObject<{
5113
+ user: import("zod").ZodObject<{
5114
+ id: import("zod").ZodString;
5115
+ username: import("zod").ZodString;
5116
+ name: import("zod").ZodString;
5117
+ verified: import("zod").ZodBoolean;
5118
+ verified_type: import("zod").ZodOptional<import("zod").ZodString>;
5119
+ created_at: import("zod").ZodOptional<import("zod").ZodString>;
5120
+ protected: import("zod").ZodBoolean;
5121
+ profile_image_url: import("zod").ZodOptional<import("zod").ZodString>;
5122
+ public_metrics: import("zod").ZodOptional<import("zod").ZodObject<{
5123
+ followers_count: import("zod").ZodNumber;
5124
+ following_count: import("zod").ZodNumber;
5125
+ tweet_count: import("zod").ZodNumber;
5126
+ listed_count: import("zod").ZodNumber;
5127
+ like_count: import("zod").ZodOptional<import("zod").ZodNumber>;
5128
+ }, "strip", import("zod").ZodTypeAny, {
5129
+ followers_count: number;
5130
+ following_count: number;
5131
+ tweet_count: number;
5132
+ listed_count: number;
5133
+ like_count?: number | undefined;
5134
+ }, {
5135
+ followers_count: number;
5136
+ following_count: number;
5137
+ tweet_count: number;
5138
+ listed_count: number;
5139
+ like_count?: number | undefined;
5140
+ }>>;
5141
+ }, "strip", import("zod").ZodTypeAny, {
5142
+ name: string;
5143
+ id: string;
5144
+ username: string;
5145
+ verified: boolean;
5146
+ protected: boolean;
5147
+ verified_type?: string | undefined;
5148
+ created_at?: string | undefined;
5149
+ profile_image_url?: string | undefined;
5150
+ public_metrics?: {
5151
+ followers_count: number;
5152
+ following_count: number;
5153
+ tweet_count: number;
5154
+ listed_count: number;
5155
+ like_count?: number | undefined;
5156
+ } | undefined;
5157
+ }, {
5158
+ name: string;
5159
+ id: string;
5160
+ username: string;
5161
+ verified: boolean;
5162
+ protected: boolean;
5163
+ verified_type?: string | undefined;
5164
+ created_at?: string | undefined;
5165
+ profile_image_url?: string | undefined;
5166
+ public_metrics?: {
5167
+ followers_count: number;
5168
+ following_count: number;
5169
+ tweet_count: number;
5170
+ listed_count: number;
5171
+ like_count?: number | undefined;
5172
+ } | undefined;
5173
+ }>;
5174
+ fetchedAt: import("zod").ZodString;
5175
+ }, "strip", import("zod").ZodTypeAny, {
5176
+ user: {
5177
+ name: string;
5178
+ id: string;
5179
+ username: string;
5180
+ verified: boolean;
5181
+ protected: boolean;
5182
+ verified_type?: string | undefined;
5183
+ created_at?: string | undefined;
5184
+ profile_image_url?: string | undefined;
5185
+ public_metrics?: {
5186
+ followers_count: number;
5187
+ following_count: number;
5188
+ tweet_count: number;
5189
+ listed_count: number;
5190
+ like_count?: number | undefined;
5191
+ } | undefined;
5192
+ };
5193
+ fetchedAt: string;
5194
+ }, {
5195
+ user: {
5196
+ name: string;
5197
+ id: string;
5198
+ username: string;
5199
+ verified: boolean;
5200
+ protected: boolean;
5201
+ verified_type?: string | undefined;
5202
+ created_at?: string | undefined;
5203
+ profile_image_url?: string | undefined;
5204
+ public_metrics?: {
5205
+ followers_count: number;
5206
+ following_count: number;
5207
+ tweet_count: number;
5208
+ listed_count: number;
5209
+ like_count?: number | undefined;
5210
+ } | undefined;
5211
+ };
5212
+ fetchedAt: string;
5213
+ }>>;
5214
+ builder_coin: import("zod").ZodNullable<import("zod").ZodObject<{
5215
+ id: import("zod").ZodString;
5216
+ contract_address: import("zod").ZodString;
5217
+ transaction_hash: import("zod").ZodString;
5218
+ token_name: import("zod").ZodString;
5219
+ token_symbol: import("zod").ZodString;
5220
+ token_uri: import("zod").ZodString;
5221
+ builder_wallet: import("zod").ZodString;
5222
+ numeraire: import("zod").ZodString;
5223
+ created_at: import("zod").ZodString;
5224
+ }, "strip", import("zod").ZodTypeAny, {
5225
+ token_name: string;
5226
+ token_symbol: string;
5227
+ id: string;
5228
+ numeraire: string;
5229
+ token_uri: string;
5230
+ created_at: string;
5231
+ contract_address: string;
5232
+ transaction_hash: string;
5233
+ builder_wallet: string;
5234
+ }, {
5235
+ token_name: string;
5236
+ token_symbol: string;
5237
+ id: string;
5238
+ numeraire: string;
5239
+ token_uri: string;
5240
+ created_at: string;
5241
+ contract_address: string;
5242
+ transaction_hash: string;
5243
+ builder_wallet: string;
5244
+ }>>;
5245
+ product_coins: import("zod").ZodArray<import("zod").ZodObject<{
5246
+ id: import("zod").ZodString;
5247
+ contract_address: import("zod").ZodString;
5248
+ transaction_hash: import("zod").ZodString;
5249
+ token_name: import("zod").ZodString;
5250
+ token_symbol: import("zod").ZodString;
5251
+ token_uri: import("zod").ZodString;
5252
+ builder_wallet: import("zod").ZodString;
5253
+ numeraire: import("zod").ZodString;
5254
+ created_at: import("zod").ZodString;
5255
+ }, "strip", import("zod").ZodTypeAny, {
5256
+ token_name: string;
5257
+ token_symbol: string;
5258
+ id: string;
5259
+ numeraire: string;
5260
+ token_uri: string;
5261
+ created_at: string;
5262
+ contract_address: string;
5263
+ transaction_hash: string;
5264
+ builder_wallet: string;
5265
+ }, {
5266
+ token_name: string;
5267
+ token_symbol: string;
5268
+ id: string;
5269
+ numeraire: string;
5270
+ token_uri: string;
5271
+ created_at: string;
5272
+ contract_address: string;
5273
+ transaction_hash: string;
5274
+ builder_wallet: string;
5275
+ }>, "many">;
5276
+ }, "strip", import("zod").ZodTypeAny, {
5277
+ wallet_address: string | null;
5278
+ github_username: string | null;
5279
+ x_username: string | null;
5280
+ is_validated: boolean;
5281
+ github_data: {
5282
+ username: string;
5283
+ user: {
5284
+ createdAt: string;
5285
+ bio: string | null;
5286
+ websiteUrl: string | null;
5287
+ followers: {
5288
+ totalCount: number;
5289
+ };
5290
+ repositories: {
5291
+ totalCount: number;
5292
+ nodes: {
5293
+ stargazerCount: number;
5294
+ forkCount: number;
5295
+ isFork: boolean;
5296
+ primaryLanguage: {
5297
+ name: string;
5298
+ } | null;
5299
+ pushedAt: string | null;
5300
+ }[];
5301
+ pageInfo: {
5302
+ hasNextPage: boolean;
5303
+ endCursor: string | null;
5304
+ };
5305
+ };
5306
+ contributionsCollection: {
5307
+ totalCommitContributions: number;
5308
+ totalPullRequestContributions: number;
5309
+ totalPullRequestReviewContributions: number;
5310
+ totalIssueContributions: number;
5311
+ contributionCalendar: {
5312
+ totalContributions: number;
5313
+ };
5314
+ };
5315
+ };
5316
+ search: {
5317
+ issues: {
5318
+ issueCount: number;
5319
+ };
5320
+ merged: {
5321
+ issueCount: number;
5322
+ };
5323
+ externalMerged: {
5324
+ issueCount: number;
5325
+ };
5326
+ reviews: {
5327
+ issueCount: number;
5328
+ };
5329
+ };
5330
+ fetchedAt: string;
5331
+ } | null;
5332
+ x_data: {
5333
+ user: {
5334
+ name: string;
5335
+ id: string;
5336
+ username: string;
5337
+ verified: boolean;
5338
+ protected: boolean;
5339
+ verified_type?: string | undefined;
5340
+ created_at?: string | undefined;
5341
+ profile_image_url?: string | undefined;
5342
+ public_metrics?: {
5343
+ followers_count: number;
5344
+ following_count: number;
5345
+ tweet_count: number;
5346
+ listed_count: number;
5347
+ like_count?: number | undefined;
5348
+ } | undefined;
5349
+ };
5350
+ fetchedAt: string;
5351
+ } | null;
5352
+ builder_coin: {
5353
+ token_name: string;
5354
+ token_symbol: string;
5355
+ id: string;
5356
+ numeraire: string;
5357
+ token_uri: string;
5358
+ created_at: string;
5359
+ contract_address: string;
5360
+ transaction_hash: string;
5361
+ builder_wallet: string;
5362
+ } | null;
5363
+ product_coins: {
5364
+ token_name: string;
5365
+ token_symbol: string;
5366
+ id: string;
5367
+ numeraire: string;
5368
+ token_uri: string;
5369
+ created_at: string;
5370
+ contract_address: string;
5371
+ transaction_hash: string;
5372
+ builder_wallet: string;
5373
+ }[];
5374
+ }, {
5375
+ wallet_address: string | null;
5376
+ github_username: string | null;
5377
+ x_username: string | null;
5378
+ is_validated: boolean;
5379
+ github_data: {
5380
+ username: string;
5381
+ user: {
5382
+ createdAt: string;
5383
+ bio: string | null;
5384
+ websiteUrl: string | null;
5385
+ followers: {
5386
+ totalCount: number;
5387
+ };
5388
+ repositories: {
5389
+ totalCount: number;
5390
+ nodes: {
5391
+ stargazerCount: number;
5392
+ forkCount: number;
5393
+ isFork: boolean;
5394
+ primaryLanguage: {
5395
+ name: string;
5396
+ } | null;
5397
+ pushedAt: string | null;
5398
+ }[];
5399
+ pageInfo: {
5400
+ hasNextPage: boolean;
5401
+ endCursor: string | null;
5402
+ };
5403
+ };
5404
+ contributionsCollection: {
5405
+ totalCommitContributions: number;
5406
+ totalPullRequestContributions: number;
5407
+ totalPullRequestReviewContributions: number;
5408
+ totalIssueContributions: number;
5409
+ contributionCalendar: {
5410
+ totalContributions: number;
5411
+ };
5412
+ };
5413
+ };
5414
+ search: {
5415
+ issues: {
5416
+ issueCount: number;
5417
+ };
5418
+ merged: {
5419
+ issueCount: number;
5420
+ };
5421
+ externalMerged: {
5422
+ issueCount: number;
5423
+ };
5424
+ reviews: {
5425
+ issueCount: number;
5426
+ };
5427
+ };
5428
+ fetchedAt: string;
5429
+ } | null;
5430
+ x_data: {
5431
+ user: {
5432
+ name: string;
5433
+ id: string;
5434
+ username: string;
5435
+ verified: boolean;
5436
+ protected: boolean;
5437
+ verified_type?: string | undefined;
5438
+ created_at?: string | undefined;
5439
+ profile_image_url?: string | undefined;
5440
+ public_metrics?: {
5441
+ followers_count: number;
5442
+ following_count: number;
5443
+ tweet_count: number;
5444
+ listed_count: number;
5445
+ like_count?: number | undefined;
5446
+ } | undefined;
5447
+ };
5448
+ fetchedAt: string;
5449
+ } | null;
5450
+ builder_coin: {
5451
+ token_name: string;
5452
+ token_symbol: string;
5453
+ id: string;
5454
+ numeraire: string;
5455
+ token_uri: string;
5456
+ created_at: string;
5457
+ contract_address: string;
5458
+ transaction_hash: string;
5459
+ builder_wallet: string;
5460
+ } | null;
5461
+ product_coins: {
5462
+ token_name: string;
5463
+ token_symbol: string;
5464
+ id: string;
5465
+ numeraire: string;
5466
+ token_uri: string;
5467
+ created_at: string;
5468
+ contract_address: string;
5469
+ transaction_hash: string;
5470
+ builder_wallet: string;
5471
+ }[];
5472
+ }>;
5473
+ }, "strip", import("zod").ZodTypeAny, {
5474
+ result: {
5475
+ wallet_address: string | null;
5476
+ github_username: string | null;
5477
+ x_username: string | null;
5478
+ is_validated: boolean;
5479
+ github_data: {
5480
+ username: string;
5481
+ user: {
5482
+ createdAt: string;
5483
+ bio: string | null;
5484
+ websiteUrl: string | null;
5485
+ followers: {
5486
+ totalCount: number;
5487
+ };
5488
+ repositories: {
5489
+ totalCount: number;
5490
+ nodes: {
5491
+ stargazerCount: number;
5492
+ forkCount: number;
5493
+ isFork: boolean;
5494
+ primaryLanguage: {
5495
+ name: string;
5496
+ } | null;
5497
+ pushedAt: string | null;
5498
+ }[];
5499
+ pageInfo: {
5500
+ hasNextPage: boolean;
5501
+ endCursor: string | null;
5502
+ };
5503
+ };
5504
+ contributionsCollection: {
5505
+ totalCommitContributions: number;
5506
+ totalPullRequestContributions: number;
5507
+ totalPullRequestReviewContributions: number;
5508
+ totalIssueContributions: number;
5509
+ contributionCalendar: {
5510
+ totalContributions: number;
5511
+ };
5512
+ };
5513
+ };
5514
+ search: {
5515
+ issues: {
5516
+ issueCount: number;
5517
+ };
5518
+ merged: {
5519
+ issueCount: number;
5520
+ };
5521
+ externalMerged: {
5522
+ issueCount: number;
5523
+ };
5524
+ reviews: {
5525
+ issueCount: number;
5526
+ };
5527
+ };
5528
+ fetchedAt: string;
5529
+ } | null;
5530
+ x_data: {
5531
+ user: {
5532
+ name: string;
5533
+ id: string;
5534
+ username: string;
5535
+ verified: boolean;
5536
+ protected: boolean;
5537
+ verified_type?: string | undefined;
5538
+ created_at?: string | undefined;
5539
+ profile_image_url?: string | undefined;
5540
+ public_metrics?: {
5541
+ followers_count: number;
5542
+ following_count: number;
5543
+ tweet_count: number;
5544
+ listed_count: number;
5545
+ like_count?: number | undefined;
5546
+ } | undefined;
5547
+ };
5548
+ fetchedAt: string;
5549
+ } | null;
5550
+ builder_coin: {
5551
+ token_name: string;
5552
+ token_symbol: string;
5553
+ id: string;
5554
+ numeraire: string;
5555
+ token_uri: string;
5556
+ created_at: string;
5557
+ contract_address: string;
5558
+ transaction_hash: string;
5559
+ builder_wallet: string;
5560
+ } | null;
5561
+ product_coins: {
5562
+ token_name: string;
5563
+ token_symbol: string;
5564
+ id: string;
5565
+ numeraire: string;
5566
+ token_uri: string;
5567
+ created_at: string;
5568
+ contract_address: string;
5569
+ transaction_hash: string;
5570
+ builder_wallet: string;
5571
+ }[];
5572
+ };
5573
+ }, {
5574
+ result: {
5575
+ wallet_address: string | null;
5576
+ github_username: string | null;
5577
+ x_username: string | null;
5578
+ is_validated: boolean;
5579
+ github_data: {
5580
+ username: string;
5581
+ user: {
5582
+ createdAt: string;
5583
+ bio: string | null;
5584
+ websiteUrl: string | null;
5585
+ followers: {
5586
+ totalCount: number;
5587
+ };
5588
+ repositories: {
5589
+ totalCount: number;
5590
+ nodes: {
5591
+ stargazerCount: number;
5592
+ forkCount: number;
5593
+ isFork: boolean;
5594
+ primaryLanguage: {
5595
+ name: string;
5596
+ } | null;
5597
+ pushedAt: string | null;
5598
+ }[];
5599
+ pageInfo: {
5600
+ hasNextPage: boolean;
5601
+ endCursor: string | null;
5602
+ };
5603
+ };
5604
+ contributionsCollection: {
5605
+ totalCommitContributions: number;
5606
+ totalPullRequestContributions: number;
5607
+ totalPullRequestReviewContributions: number;
5608
+ totalIssueContributions: number;
5609
+ contributionCalendar: {
5610
+ totalContributions: number;
5611
+ };
5612
+ };
5613
+ };
5614
+ search: {
5615
+ issues: {
5616
+ issueCount: number;
5617
+ };
5618
+ merged: {
5619
+ issueCount: number;
5620
+ };
5621
+ externalMerged: {
5622
+ issueCount: number;
5623
+ };
5624
+ reviews: {
5625
+ issueCount: number;
5626
+ };
5627
+ };
5628
+ fetchedAt: string;
5629
+ } | null;
5630
+ x_data: {
5631
+ user: {
5632
+ name: string;
5633
+ id: string;
5634
+ username: string;
5635
+ verified: boolean;
5636
+ protected: boolean;
5637
+ verified_type?: string | undefined;
5638
+ created_at?: string | undefined;
5639
+ profile_image_url?: string | undefined;
5640
+ public_metrics?: {
5641
+ followers_count: number;
5642
+ following_count: number;
5643
+ tweet_count: number;
5644
+ listed_count: number;
5645
+ like_count?: number | undefined;
5646
+ } | undefined;
5647
+ };
5648
+ fetchedAt: string;
5649
+ } | null;
5650
+ builder_coin: {
5651
+ token_name: string;
5652
+ token_symbol: string;
5653
+ id: string;
5654
+ numeraire: string;
5655
+ token_uri: string;
5656
+ created_at: string;
5657
+ contract_address: string;
5658
+ transaction_hash: string;
5659
+ builder_wallet: string;
5660
+ } | null;
5661
+ product_coins: {
5662
+ token_name: string;
5663
+ token_symbol: string;
5664
+ id: string;
5665
+ numeraire: string;
5666
+ token_uri: string;
5667
+ created_at: string;
5668
+ contract_address: string;
5669
+ transaction_hash: string;
5670
+ builder_wallet: string;
5671
+ }[];
5672
+ };
5673
+ }>, Record<never, never>, Record<never, never>>;
5674
+ getByAddresses: import("@orpc/contract", { with: { "resolution-mode": "import" } }).ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
5675
+ addresses: import("zod").ZodArray<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>, "many">;
5676
+ }, "strip", import("zod").ZodTypeAny, {
5677
+ addresses: `0x${string}`[];
5678
+ }, {
5679
+ addresses: `0x${string}`[];
5680
+ }>, import("zod").ZodObject<{
5681
+ result: import("zod").ZodArray<import("zod").ZodObject<{
5682
+ wallet_address: import("zod").ZodNullable<import("zod").ZodString>;
5683
+ github_username: import("zod").ZodNullable<import("zod").ZodString>;
5684
+ x_username: import("zod").ZodNullable<import("zod").ZodString>;
5685
+ is_validated: import("zod").ZodBoolean;
5686
+ github_data: import("zod").ZodNullable<import("zod").ZodObject<{
5687
+ username: import("zod").ZodString;
5688
+ user: import("zod").ZodObject<{
5689
+ createdAt: import("zod").ZodString;
5690
+ bio: import("zod").ZodNullable<import("zod").ZodString>;
5691
+ websiteUrl: import("zod").ZodNullable<import("zod").ZodString>;
5692
+ followers: import("zod").ZodObject<{
5693
+ totalCount: import("zod").ZodNumber;
5694
+ }, "strip", import("zod").ZodTypeAny, {
5695
+ totalCount: number;
5696
+ }, {
5697
+ totalCount: number;
5698
+ }>;
5699
+ repositories: import("zod").ZodObject<{
5700
+ totalCount: import("zod").ZodNumber;
5701
+ nodes: import("zod").ZodArray<import("zod").ZodObject<{
5702
+ stargazerCount: import("zod").ZodNumber;
5703
+ forkCount: import("zod").ZodNumber;
5704
+ isFork: import("zod").ZodBoolean;
5705
+ primaryLanguage: import("zod").ZodNullable<import("zod").ZodObject<{
5706
+ name: import("zod").ZodString;
5707
+ }, "strip", import("zod").ZodTypeAny, {
5708
+ name: string;
5709
+ }, {
5710
+ name: string;
5711
+ }>>;
5712
+ pushedAt: import("zod").ZodNullable<import("zod").ZodString>;
5713
+ }, "strip", import("zod").ZodTypeAny, {
5714
+ stargazerCount: number;
5715
+ forkCount: number;
5716
+ isFork: boolean;
5717
+ primaryLanguage: {
5718
+ name: string;
5719
+ } | null;
5720
+ pushedAt: string | null;
5721
+ }, {
5722
+ stargazerCount: number;
5723
+ forkCount: number;
5724
+ isFork: boolean;
5725
+ primaryLanguage: {
5726
+ name: string;
5727
+ } | null;
5728
+ pushedAt: string | null;
5729
+ }>, "many">;
5730
+ pageInfo: import("zod").ZodObject<{
5731
+ hasNextPage: import("zod").ZodBoolean;
5732
+ endCursor: import("zod").ZodNullable<import("zod").ZodString>;
5733
+ }, "strip", import("zod").ZodTypeAny, {
5734
+ hasNextPage: boolean;
5735
+ endCursor: string | null;
5736
+ }, {
5737
+ hasNextPage: boolean;
5738
+ endCursor: string | null;
5739
+ }>;
5740
+ }, "strip", import("zod").ZodTypeAny, {
5741
+ totalCount: number;
5742
+ nodes: {
5743
+ stargazerCount: number;
5744
+ forkCount: number;
5745
+ isFork: boolean;
5746
+ primaryLanguage: {
5747
+ name: string;
5748
+ } | null;
5749
+ pushedAt: string | null;
5750
+ }[];
5751
+ pageInfo: {
5752
+ hasNextPage: boolean;
5753
+ endCursor: string | null;
5754
+ };
5755
+ }, {
5756
+ totalCount: number;
5757
+ nodes: {
5758
+ stargazerCount: number;
5759
+ forkCount: number;
5760
+ isFork: boolean;
5761
+ primaryLanguage: {
5762
+ name: string;
5763
+ } | null;
5764
+ pushedAt: string | null;
5765
+ }[];
5766
+ pageInfo: {
5767
+ hasNextPage: boolean;
5768
+ endCursor: string | null;
5769
+ };
5770
+ }>;
5771
+ contributionsCollection: import("zod").ZodObject<{
5772
+ totalCommitContributions: import("zod").ZodNumber;
5773
+ totalPullRequestContributions: import("zod").ZodNumber;
5774
+ totalPullRequestReviewContributions: import("zod").ZodNumber;
5775
+ totalIssueContributions: import("zod").ZodNumber;
5776
+ contributionCalendar: import("zod").ZodObject<{
5777
+ totalContributions: import("zod").ZodNumber;
5778
+ }, "strip", import("zod").ZodTypeAny, {
5779
+ totalContributions: number;
5780
+ }, {
5781
+ totalContributions: number;
5782
+ }>;
5783
+ }, "strip", import("zod").ZodTypeAny, {
5784
+ totalCommitContributions: number;
5785
+ totalPullRequestContributions: number;
5786
+ totalPullRequestReviewContributions: number;
5787
+ totalIssueContributions: number;
5788
+ contributionCalendar: {
5789
+ totalContributions: number;
5790
+ };
5791
+ }, {
5792
+ totalCommitContributions: number;
5793
+ totalPullRequestContributions: number;
5794
+ totalPullRequestReviewContributions: number;
5795
+ totalIssueContributions: number;
5796
+ contributionCalendar: {
5797
+ totalContributions: number;
5798
+ };
5799
+ }>;
5800
+ }, "strip", import("zod").ZodTypeAny, {
5801
+ createdAt: string;
5802
+ bio: string | null;
5803
+ websiteUrl: string | null;
5804
+ followers: {
5805
+ totalCount: number;
5806
+ };
5807
+ repositories: {
5808
+ totalCount: number;
5809
+ nodes: {
5810
+ stargazerCount: number;
5811
+ forkCount: number;
5812
+ isFork: boolean;
5813
+ primaryLanguage: {
5814
+ name: string;
5815
+ } | null;
5816
+ pushedAt: string | null;
5817
+ }[];
5818
+ pageInfo: {
5819
+ hasNextPage: boolean;
5820
+ endCursor: string | null;
5821
+ };
5822
+ };
5823
+ contributionsCollection: {
5824
+ totalCommitContributions: number;
5825
+ totalPullRequestContributions: number;
5826
+ totalPullRequestReviewContributions: number;
5827
+ totalIssueContributions: number;
5828
+ contributionCalendar: {
5829
+ totalContributions: number;
5830
+ };
5831
+ };
5832
+ }, {
5833
+ createdAt: string;
5834
+ bio: string | null;
5835
+ websiteUrl: string | null;
5836
+ followers: {
5837
+ totalCount: number;
5838
+ };
5839
+ repositories: {
5840
+ totalCount: number;
5841
+ nodes: {
5842
+ stargazerCount: number;
5843
+ forkCount: number;
5844
+ isFork: boolean;
5845
+ primaryLanguage: {
5846
+ name: string;
5847
+ } | null;
5848
+ pushedAt: string | null;
5849
+ }[];
5850
+ pageInfo: {
5851
+ hasNextPage: boolean;
5852
+ endCursor: string | null;
5853
+ };
5854
+ };
5855
+ contributionsCollection: {
5856
+ totalCommitContributions: number;
5857
+ totalPullRequestContributions: number;
5858
+ totalPullRequestReviewContributions: number;
5859
+ totalIssueContributions: number;
5860
+ contributionCalendar: {
5861
+ totalContributions: number;
5862
+ };
5863
+ };
5864
+ }>;
5865
+ search: import("zod").ZodObject<{
5866
+ merged: import("zod").ZodObject<{
5867
+ issueCount: import("zod").ZodNumber;
5868
+ }, "strip", import("zod").ZodTypeAny, {
5869
+ issueCount: number;
5870
+ }, {
5871
+ issueCount: number;
5872
+ }>;
5873
+ externalMerged: import("zod").ZodObject<{
5874
+ issueCount: import("zod").ZodNumber;
5875
+ }, "strip", import("zod").ZodTypeAny, {
5876
+ issueCount: number;
5877
+ }, {
5878
+ issueCount: number;
5879
+ }>;
5880
+ reviews: import("zod").ZodObject<{
5881
+ issueCount: import("zod").ZodNumber;
5882
+ }, "strip", import("zod").ZodTypeAny, {
5883
+ issueCount: number;
5884
+ }, {
5885
+ issueCount: number;
5886
+ }>;
5887
+ issues: import("zod").ZodObject<{
5888
+ issueCount: import("zod").ZodNumber;
5889
+ }, "strip", import("zod").ZodTypeAny, {
5890
+ issueCount: number;
5891
+ }, {
5892
+ issueCount: number;
5893
+ }>;
5894
+ }, "strip", import("zod").ZodTypeAny, {
5895
+ issues: {
5896
+ issueCount: number;
5897
+ };
5898
+ merged: {
5899
+ issueCount: number;
5900
+ };
5901
+ externalMerged: {
5902
+ issueCount: number;
5903
+ };
5904
+ reviews: {
5905
+ issueCount: number;
5906
+ };
5907
+ }, {
5908
+ issues: {
5909
+ issueCount: number;
5910
+ };
5911
+ merged: {
5912
+ issueCount: number;
5913
+ };
5914
+ externalMerged: {
5915
+ issueCount: number;
5916
+ };
5917
+ reviews: {
5918
+ issueCount: number;
5919
+ };
5920
+ }>;
5921
+ fetchedAt: import("zod").ZodString;
5922
+ }, "strip", import("zod").ZodTypeAny, {
5923
+ username: string;
5924
+ user: {
5925
+ createdAt: string;
5926
+ bio: string | null;
5927
+ websiteUrl: string | null;
5928
+ followers: {
5929
+ totalCount: number;
5930
+ };
5931
+ repositories: {
5932
+ totalCount: number;
5933
+ nodes: {
5934
+ stargazerCount: number;
5935
+ forkCount: number;
5936
+ isFork: boolean;
5937
+ primaryLanguage: {
5938
+ name: string;
5939
+ } | null;
5940
+ pushedAt: string | null;
5941
+ }[];
5942
+ pageInfo: {
5943
+ hasNextPage: boolean;
5944
+ endCursor: string | null;
5945
+ };
5946
+ };
5947
+ contributionsCollection: {
5948
+ totalCommitContributions: number;
5949
+ totalPullRequestContributions: number;
5950
+ totalPullRequestReviewContributions: number;
5951
+ totalIssueContributions: number;
5952
+ contributionCalendar: {
5953
+ totalContributions: number;
5954
+ };
5955
+ };
5956
+ };
5957
+ search: {
5958
+ issues: {
5959
+ issueCount: number;
5960
+ };
5961
+ merged: {
5962
+ issueCount: number;
5963
+ };
5964
+ externalMerged: {
5965
+ issueCount: number;
5966
+ };
5967
+ reviews: {
5968
+ issueCount: number;
5969
+ };
5970
+ };
5971
+ fetchedAt: string;
5972
+ }, {
5973
+ username: string;
5974
+ user: {
5975
+ createdAt: string;
5976
+ bio: string | null;
5977
+ websiteUrl: string | null;
5978
+ followers: {
5979
+ totalCount: number;
5980
+ };
5981
+ repositories: {
5982
+ totalCount: number;
5983
+ nodes: {
5984
+ stargazerCount: number;
5985
+ forkCount: number;
5986
+ isFork: boolean;
5987
+ primaryLanguage: {
5988
+ name: string;
5989
+ } | null;
5990
+ pushedAt: string | null;
5991
+ }[];
5992
+ pageInfo: {
5993
+ hasNextPage: boolean;
5994
+ endCursor: string | null;
5995
+ };
5996
+ };
5997
+ contributionsCollection: {
5998
+ totalCommitContributions: number;
5999
+ totalPullRequestContributions: number;
6000
+ totalPullRequestReviewContributions: number;
6001
+ totalIssueContributions: number;
6002
+ contributionCalendar: {
6003
+ totalContributions: number;
6004
+ };
6005
+ };
6006
+ };
6007
+ search: {
6008
+ issues: {
6009
+ issueCount: number;
6010
+ };
6011
+ merged: {
6012
+ issueCount: number;
6013
+ };
6014
+ externalMerged: {
6015
+ issueCount: number;
6016
+ };
6017
+ reviews: {
6018
+ issueCount: number;
6019
+ };
6020
+ };
6021
+ fetchedAt: string;
6022
+ }>>;
6023
+ x_data: import("zod").ZodNullable<import("zod").ZodObject<{
6024
+ user: import("zod").ZodObject<{
6025
+ id: import("zod").ZodString;
6026
+ username: import("zod").ZodString;
6027
+ name: import("zod").ZodString;
6028
+ verified: import("zod").ZodBoolean;
6029
+ verified_type: import("zod").ZodOptional<import("zod").ZodString>;
6030
+ created_at: import("zod").ZodOptional<import("zod").ZodString>;
6031
+ protected: import("zod").ZodBoolean;
6032
+ profile_image_url: import("zod").ZodOptional<import("zod").ZodString>;
6033
+ public_metrics: import("zod").ZodOptional<import("zod").ZodObject<{
6034
+ followers_count: import("zod").ZodNumber;
6035
+ following_count: import("zod").ZodNumber;
6036
+ tweet_count: import("zod").ZodNumber;
6037
+ listed_count: import("zod").ZodNumber;
6038
+ like_count: import("zod").ZodOptional<import("zod").ZodNumber>;
6039
+ }, "strip", import("zod").ZodTypeAny, {
6040
+ followers_count: number;
6041
+ following_count: number;
6042
+ tweet_count: number;
6043
+ listed_count: number;
6044
+ like_count?: number | undefined;
6045
+ }, {
6046
+ followers_count: number;
6047
+ following_count: number;
6048
+ tweet_count: number;
6049
+ listed_count: number;
6050
+ like_count?: number | undefined;
6051
+ }>>;
6052
+ }, "strip", import("zod").ZodTypeAny, {
6053
+ name: string;
6054
+ id: string;
6055
+ username: string;
6056
+ verified: boolean;
6057
+ protected: boolean;
6058
+ verified_type?: string | undefined;
6059
+ created_at?: string | undefined;
6060
+ profile_image_url?: string | undefined;
6061
+ public_metrics?: {
6062
+ followers_count: number;
6063
+ following_count: number;
6064
+ tweet_count: number;
6065
+ listed_count: number;
6066
+ like_count?: number | undefined;
6067
+ } | undefined;
6068
+ }, {
6069
+ name: string;
6070
+ id: string;
6071
+ username: string;
6072
+ verified: boolean;
6073
+ protected: boolean;
6074
+ verified_type?: string | undefined;
6075
+ created_at?: string | undefined;
6076
+ profile_image_url?: string | undefined;
6077
+ public_metrics?: {
6078
+ followers_count: number;
6079
+ following_count: number;
6080
+ tweet_count: number;
6081
+ listed_count: number;
6082
+ like_count?: number | undefined;
6083
+ } | undefined;
6084
+ }>;
6085
+ fetchedAt: import("zod").ZodString;
6086
+ }, "strip", import("zod").ZodTypeAny, {
6087
+ user: {
6088
+ name: string;
6089
+ id: string;
6090
+ username: string;
6091
+ verified: boolean;
6092
+ protected: boolean;
6093
+ verified_type?: string | undefined;
6094
+ created_at?: string | undefined;
6095
+ profile_image_url?: string | undefined;
6096
+ public_metrics?: {
6097
+ followers_count: number;
6098
+ following_count: number;
6099
+ tweet_count: number;
6100
+ listed_count: number;
6101
+ like_count?: number | undefined;
6102
+ } | undefined;
6103
+ };
6104
+ fetchedAt: string;
6105
+ }, {
6106
+ user: {
6107
+ name: string;
6108
+ id: string;
6109
+ username: string;
6110
+ verified: boolean;
6111
+ protected: boolean;
6112
+ verified_type?: string | undefined;
6113
+ created_at?: string | undefined;
6114
+ profile_image_url?: string | undefined;
6115
+ public_metrics?: {
6116
+ followers_count: number;
6117
+ following_count: number;
6118
+ tweet_count: number;
6119
+ listed_count: number;
6120
+ like_count?: number | undefined;
6121
+ } | undefined;
6122
+ };
6123
+ fetchedAt: string;
6124
+ }>>;
6125
+ builder_coin: import("zod").ZodNullable<import("zod").ZodObject<{
6126
+ id: import("zod").ZodString;
6127
+ contract_address: import("zod").ZodString;
6128
+ transaction_hash: import("zod").ZodString;
6129
+ token_name: import("zod").ZodString;
6130
+ token_symbol: import("zod").ZodString;
6131
+ token_uri: import("zod").ZodString;
6132
+ builder_wallet: import("zod").ZodString;
6133
+ numeraire: import("zod").ZodString;
6134
+ created_at: import("zod").ZodString;
6135
+ }, "strip", import("zod").ZodTypeAny, {
6136
+ token_name: string;
6137
+ token_symbol: string;
6138
+ id: string;
6139
+ numeraire: string;
6140
+ token_uri: string;
6141
+ created_at: string;
6142
+ contract_address: string;
6143
+ transaction_hash: string;
6144
+ builder_wallet: string;
6145
+ }, {
6146
+ token_name: string;
6147
+ token_symbol: string;
6148
+ id: string;
6149
+ numeraire: string;
6150
+ token_uri: string;
6151
+ created_at: string;
6152
+ contract_address: string;
6153
+ transaction_hash: string;
6154
+ builder_wallet: string;
6155
+ }>>;
6156
+ product_coins: import("zod").ZodArray<import("zod").ZodObject<{
6157
+ id: import("zod").ZodString;
6158
+ contract_address: import("zod").ZodString;
6159
+ transaction_hash: import("zod").ZodString;
6160
+ token_name: import("zod").ZodString;
6161
+ token_symbol: import("zod").ZodString;
6162
+ token_uri: import("zod").ZodString;
6163
+ builder_wallet: import("zod").ZodString;
6164
+ numeraire: import("zod").ZodString;
6165
+ created_at: import("zod").ZodString;
6166
+ }, "strip", import("zod").ZodTypeAny, {
6167
+ token_name: string;
6168
+ token_symbol: string;
6169
+ id: string;
6170
+ numeraire: string;
6171
+ token_uri: string;
6172
+ created_at: string;
6173
+ contract_address: string;
6174
+ transaction_hash: string;
6175
+ builder_wallet: string;
6176
+ }, {
6177
+ token_name: string;
6178
+ token_symbol: string;
6179
+ id: string;
6180
+ numeraire: string;
6181
+ token_uri: string;
6182
+ created_at: string;
6183
+ contract_address: string;
6184
+ transaction_hash: string;
6185
+ builder_wallet: string;
6186
+ }>, "many">;
6187
+ }, "strip", import("zod").ZodTypeAny, {
6188
+ wallet_address: string | null;
6189
+ github_username: string | null;
6190
+ x_username: string | null;
6191
+ is_validated: boolean;
6192
+ github_data: {
6193
+ username: string;
6194
+ user: {
6195
+ createdAt: string;
6196
+ bio: string | null;
6197
+ websiteUrl: string | null;
6198
+ followers: {
6199
+ totalCount: number;
6200
+ };
6201
+ repositories: {
6202
+ totalCount: number;
6203
+ nodes: {
6204
+ stargazerCount: number;
6205
+ forkCount: number;
6206
+ isFork: boolean;
6207
+ primaryLanguage: {
6208
+ name: string;
6209
+ } | null;
6210
+ pushedAt: string | null;
6211
+ }[];
6212
+ pageInfo: {
6213
+ hasNextPage: boolean;
6214
+ endCursor: string | null;
6215
+ };
6216
+ };
6217
+ contributionsCollection: {
6218
+ totalCommitContributions: number;
6219
+ totalPullRequestContributions: number;
6220
+ totalPullRequestReviewContributions: number;
6221
+ totalIssueContributions: number;
6222
+ contributionCalendar: {
6223
+ totalContributions: number;
6224
+ };
6225
+ };
6226
+ };
6227
+ search: {
6228
+ issues: {
6229
+ issueCount: number;
6230
+ };
6231
+ merged: {
6232
+ issueCount: number;
6233
+ };
6234
+ externalMerged: {
6235
+ issueCount: number;
6236
+ };
6237
+ reviews: {
6238
+ issueCount: number;
6239
+ };
6240
+ };
6241
+ fetchedAt: string;
6242
+ } | null;
6243
+ x_data: {
6244
+ user: {
6245
+ name: string;
6246
+ id: string;
6247
+ username: string;
6248
+ verified: boolean;
6249
+ protected: boolean;
6250
+ verified_type?: string | undefined;
6251
+ created_at?: string | undefined;
6252
+ profile_image_url?: string | undefined;
6253
+ public_metrics?: {
6254
+ followers_count: number;
6255
+ following_count: number;
6256
+ tweet_count: number;
6257
+ listed_count: number;
6258
+ like_count?: number | undefined;
6259
+ } | undefined;
6260
+ };
6261
+ fetchedAt: string;
6262
+ } | null;
6263
+ builder_coin: {
6264
+ token_name: string;
6265
+ token_symbol: string;
6266
+ id: string;
6267
+ numeraire: string;
6268
+ token_uri: string;
6269
+ created_at: string;
6270
+ contract_address: string;
6271
+ transaction_hash: string;
6272
+ builder_wallet: string;
6273
+ } | null;
6274
+ product_coins: {
6275
+ token_name: string;
6276
+ token_symbol: string;
6277
+ id: string;
6278
+ numeraire: string;
6279
+ token_uri: string;
6280
+ created_at: string;
6281
+ contract_address: string;
6282
+ transaction_hash: string;
6283
+ builder_wallet: string;
6284
+ }[];
6285
+ }, {
6286
+ wallet_address: string | null;
6287
+ github_username: string | null;
6288
+ x_username: string | null;
6289
+ is_validated: boolean;
6290
+ github_data: {
6291
+ username: string;
6292
+ user: {
6293
+ createdAt: string;
6294
+ bio: string | null;
6295
+ websiteUrl: string | null;
6296
+ followers: {
6297
+ totalCount: number;
6298
+ };
6299
+ repositories: {
6300
+ totalCount: number;
6301
+ nodes: {
6302
+ stargazerCount: number;
6303
+ forkCount: number;
6304
+ isFork: boolean;
6305
+ primaryLanguage: {
6306
+ name: string;
6307
+ } | null;
6308
+ pushedAt: string | null;
6309
+ }[];
6310
+ pageInfo: {
6311
+ hasNextPage: boolean;
6312
+ endCursor: string | null;
6313
+ };
6314
+ };
6315
+ contributionsCollection: {
6316
+ totalCommitContributions: number;
6317
+ totalPullRequestContributions: number;
6318
+ totalPullRequestReviewContributions: number;
6319
+ totalIssueContributions: number;
6320
+ contributionCalendar: {
6321
+ totalContributions: number;
6322
+ };
6323
+ };
6324
+ };
6325
+ search: {
6326
+ issues: {
6327
+ issueCount: number;
6328
+ };
6329
+ merged: {
6330
+ issueCount: number;
6331
+ };
6332
+ externalMerged: {
6333
+ issueCount: number;
6334
+ };
6335
+ reviews: {
6336
+ issueCount: number;
6337
+ };
6338
+ };
6339
+ fetchedAt: string;
6340
+ } | null;
6341
+ x_data: {
6342
+ user: {
6343
+ name: string;
6344
+ id: string;
6345
+ username: string;
6346
+ verified: boolean;
6347
+ protected: boolean;
6348
+ verified_type?: string | undefined;
6349
+ created_at?: string | undefined;
6350
+ profile_image_url?: string | undefined;
6351
+ public_metrics?: {
6352
+ followers_count: number;
6353
+ following_count: number;
6354
+ tweet_count: number;
6355
+ listed_count: number;
6356
+ like_count?: number | undefined;
6357
+ } | undefined;
6358
+ };
6359
+ fetchedAt: string;
6360
+ } | null;
6361
+ builder_coin: {
6362
+ token_name: string;
6363
+ token_symbol: string;
6364
+ id: string;
6365
+ numeraire: string;
6366
+ token_uri: string;
6367
+ created_at: string;
6368
+ contract_address: string;
6369
+ transaction_hash: string;
6370
+ builder_wallet: string;
6371
+ } | null;
6372
+ product_coins: {
6373
+ token_name: string;
6374
+ token_symbol: string;
6375
+ id: string;
6376
+ numeraire: string;
6377
+ token_uri: string;
6378
+ created_at: string;
6379
+ contract_address: string;
6380
+ transaction_hash: string;
6381
+ builder_wallet: string;
6382
+ }[];
6383
+ }>, "many">;
6384
+ }, "strip", import("zod").ZodTypeAny, {
6385
+ result: {
6386
+ wallet_address: string | null;
6387
+ github_username: string | null;
6388
+ x_username: string | null;
6389
+ is_validated: boolean;
6390
+ github_data: {
6391
+ username: string;
6392
+ user: {
6393
+ createdAt: string;
6394
+ bio: string | null;
6395
+ websiteUrl: string | null;
6396
+ followers: {
6397
+ totalCount: number;
6398
+ };
6399
+ repositories: {
6400
+ totalCount: number;
6401
+ nodes: {
6402
+ stargazerCount: number;
6403
+ forkCount: number;
6404
+ isFork: boolean;
6405
+ primaryLanguage: {
6406
+ name: string;
6407
+ } | null;
6408
+ pushedAt: string | null;
6409
+ }[];
6410
+ pageInfo: {
6411
+ hasNextPage: boolean;
6412
+ endCursor: string | null;
6413
+ };
6414
+ };
6415
+ contributionsCollection: {
6416
+ totalCommitContributions: number;
6417
+ totalPullRequestContributions: number;
6418
+ totalPullRequestReviewContributions: number;
6419
+ totalIssueContributions: number;
6420
+ contributionCalendar: {
6421
+ totalContributions: number;
6422
+ };
6423
+ };
6424
+ };
6425
+ search: {
6426
+ issues: {
6427
+ issueCount: number;
6428
+ };
6429
+ merged: {
6430
+ issueCount: number;
6431
+ };
6432
+ externalMerged: {
6433
+ issueCount: number;
6434
+ };
6435
+ reviews: {
6436
+ issueCount: number;
6437
+ };
6438
+ };
6439
+ fetchedAt: string;
6440
+ } | null;
6441
+ x_data: {
6442
+ user: {
6443
+ name: string;
6444
+ id: string;
6445
+ username: string;
6446
+ verified: boolean;
6447
+ protected: boolean;
6448
+ verified_type?: string | undefined;
6449
+ created_at?: string | undefined;
6450
+ profile_image_url?: string | undefined;
6451
+ public_metrics?: {
6452
+ followers_count: number;
6453
+ following_count: number;
6454
+ tweet_count: number;
6455
+ listed_count: number;
6456
+ like_count?: number | undefined;
6457
+ } | undefined;
6458
+ };
6459
+ fetchedAt: string;
6460
+ } | null;
6461
+ builder_coin: {
6462
+ token_name: string;
6463
+ token_symbol: string;
6464
+ id: string;
6465
+ numeraire: string;
6466
+ token_uri: string;
6467
+ created_at: string;
6468
+ contract_address: string;
6469
+ transaction_hash: string;
6470
+ builder_wallet: string;
6471
+ } | null;
6472
+ product_coins: {
6473
+ token_name: string;
6474
+ token_symbol: string;
6475
+ id: string;
6476
+ numeraire: string;
6477
+ token_uri: string;
6478
+ created_at: string;
6479
+ contract_address: string;
6480
+ transaction_hash: string;
6481
+ builder_wallet: string;
6482
+ }[];
6483
+ }[];
6484
+ }, {
6485
+ result: {
6486
+ wallet_address: string | null;
6487
+ github_username: string | null;
6488
+ x_username: string | null;
6489
+ is_validated: boolean;
6490
+ github_data: {
6491
+ username: string;
6492
+ user: {
6493
+ createdAt: string;
6494
+ bio: string | null;
6495
+ websiteUrl: string | null;
6496
+ followers: {
6497
+ totalCount: number;
6498
+ };
6499
+ repositories: {
6500
+ totalCount: number;
6501
+ nodes: {
6502
+ stargazerCount: number;
6503
+ forkCount: number;
6504
+ isFork: boolean;
6505
+ primaryLanguage: {
6506
+ name: string;
6507
+ } | null;
6508
+ pushedAt: string | null;
6509
+ }[];
6510
+ pageInfo: {
6511
+ hasNextPage: boolean;
6512
+ endCursor: string | null;
6513
+ };
6514
+ };
6515
+ contributionsCollection: {
6516
+ totalCommitContributions: number;
6517
+ totalPullRequestContributions: number;
6518
+ totalPullRequestReviewContributions: number;
6519
+ totalIssueContributions: number;
6520
+ contributionCalendar: {
6521
+ totalContributions: number;
6522
+ };
6523
+ };
6524
+ };
6525
+ search: {
6526
+ issues: {
6527
+ issueCount: number;
6528
+ };
6529
+ merged: {
6530
+ issueCount: number;
6531
+ };
6532
+ externalMerged: {
6533
+ issueCount: number;
6534
+ };
6535
+ reviews: {
6536
+ issueCount: number;
6537
+ };
6538
+ };
6539
+ fetchedAt: string;
6540
+ } | null;
6541
+ x_data: {
6542
+ user: {
6543
+ name: string;
6544
+ id: string;
6545
+ username: string;
6546
+ verified: boolean;
6547
+ protected: boolean;
6548
+ verified_type?: string | undefined;
6549
+ created_at?: string | undefined;
6550
+ profile_image_url?: string | undefined;
6551
+ public_metrics?: {
6552
+ followers_count: number;
6553
+ following_count: number;
6554
+ tweet_count: number;
6555
+ listed_count: number;
6556
+ like_count?: number | undefined;
6557
+ } | undefined;
6558
+ };
6559
+ fetchedAt: string;
6560
+ } | null;
6561
+ builder_coin: {
6562
+ token_name: string;
6563
+ token_symbol: string;
6564
+ id: string;
6565
+ numeraire: string;
6566
+ token_uri: string;
6567
+ created_at: string;
6568
+ contract_address: string;
6569
+ transaction_hash: string;
6570
+ builder_wallet: string;
6571
+ } | null;
6572
+ product_coins: {
6573
+ token_name: string;
6574
+ token_symbol: string;
6575
+ id: string;
6576
+ numeraire: string;
6577
+ token_uri: string;
6578
+ created_at: string;
6579
+ contract_address: string;
6580
+ transaction_hash: string;
6581
+ builder_wallet: string;
6582
+ }[];
6583
+ }[];
6584
+ }>, Record<never, never>, Record<never, never>>;
6585
+ launchBuilderCoin: import("@orpc/contract", { with: { "resolution-mode": "import" } }).ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
6586
+ token_name: import("zod").ZodString;
6587
+ token_symbol: import("zod").ZodString;
6588
+ token_uri: import("zod").ZodString;
6589
+ builder_wallet: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
6590
+ numeraire: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
6591
+ }, "strip", import("zod").ZodTypeAny, {
6592
+ token_name: string;
6593
+ token_symbol: string;
6594
+ token_uri: string;
6595
+ builder_wallet: `0x${string}`;
6596
+ numeraire?: `0x${string}` | undefined;
6597
+ }, {
6598
+ token_name: string;
6599
+ token_symbol: string;
6600
+ token_uri: string;
6601
+ builder_wallet: `0x${string}`;
6602
+ numeraire?: `0x${string}` | undefined;
6603
+ }>, import("zod").ZodObject<{
6604
+ result: import("zod").ZodObject<{
6605
+ transaction_hash: import("zod").ZodString;
6606
+ contract_address: import("zod").ZodString;
6607
+ coin: import("zod").ZodObject<{
6608
+ id: import("zod").ZodString;
6609
+ contract_address: import("zod").ZodString;
6610
+ transaction_hash: import("zod").ZodString;
6611
+ token_name: import("zod").ZodString;
6612
+ token_symbol: import("zod").ZodString;
6613
+ token_uri: import("zod").ZodString;
6614
+ builder_wallet: import("zod").ZodString;
6615
+ numeraire: import("zod").ZodString;
6616
+ created_at: import("zod").ZodString;
6617
+ }, "strip", import("zod").ZodTypeAny, {
6618
+ token_name: string;
6619
+ token_symbol: string;
6620
+ id: string;
6621
+ numeraire: string;
6622
+ token_uri: string;
6623
+ created_at: string;
6624
+ contract_address: string;
6625
+ transaction_hash: string;
6626
+ builder_wallet: string;
6627
+ }, {
6628
+ token_name: string;
6629
+ token_symbol: string;
6630
+ id: string;
6631
+ numeraire: string;
6632
+ token_uri: string;
6633
+ created_at: string;
6634
+ contract_address: string;
6635
+ transaction_hash: string;
6636
+ builder_wallet: string;
6637
+ }>;
6638
+ }, "strip", import("zod").ZodTypeAny, {
6639
+ contract_address: string;
6640
+ transaction_hash: string;
6641
+ coin: {
6642
+ token_name: string;
6643
+ token_symbol: string;
6644
+ id: string;
6645
+ numeraire: string;
6646
+ token_uri: string;
6647
+ created_at: string;
6648
+ contract_address: string;
6649
+ transaction_hash: string;
6650
+ builder_wallet: string;
6651
+ };
6652
+ }, {
6653
+ contract_address: string;
6654
+ transaction_hash: string;
6655
+ coin: {
6656
+ token_name: string;
6657
+ token_symbol: string;
6658
+ id: string;
6659
+ numeraire: string;
6660
+ token_uri: string;
6661
+ created_at: string;
6662
+ contract_address: string;
6663
+ transaction_hash: string;
6664
+ builder_wallet: string;
6665
+ };
6666
+ }>;
6667
+ }, "strip", import("zod").ZodTypeAny, {
6668
+ result: {
6669
+ contract_address: string;
6670
+ transaction_hash: string;
6671
+ coin: {
6672
+ token_name: string;
6673
+ token_symbol: string;
6674
+ id: string;
6675
+ numeraire: string;
6676
+ token_uri: string;
6677
+ created_at: string;
6678
+ contract_address: string;
6679
+ transaction_hash: string;
6680
+ builder_wallet: string;
6681
+ };
6682
+ };
6683
+ }, {
6684
+ result: {
6685
+ contract_address: string;
6686
+ transaction_hash: string;
6687
+ coin: {
6688
+ token_name: string;
6689
+ token_symbol: string;
6690
+ id: string;
6691
+ numeraire: string;
6692
+ token_uri: string;
6693
+ created_at: string;
6694
+ contract_address: string;
6695
+ transaction_hash: string;
6696
+ builder_wallet: string;
6697
+ };
6698
+ };
6699
+ }>, Record<never, never>, Record<never, never>>;
6700
+ launchProductCoin: import("@orpc/contract", { with: { "resolution-mode": "import" } }).ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
6701
+ token_name: import("zod").ZodString;
6702
+ token_symbol: import("zod").ZodString;
6703
+ token_uri: import("zod").ZodString;
6704
+ builder_wallet: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
6705
+ numeraire: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
6706
+ }, "strip", import("zod").ZodTypeAny, {
6707
+ token_name: string;
6708
+ token_symbol: string;
6709
+ token_uri: string;
6710
+ builder_wallet: `0x${string}`;
6711
+ numeraire?: `0x${string}` | undefined;
6712
+ }, {
6713
+ token_name: string;
6714
+ token_symbol: string;
6715
+ token_uri: string;
6716
+ builder_wallet: `0x${string}`;
6717
+ numeraire?: `0x${string}` | undefined;
6718
+ }>, import("zod").ZodObject<{
6719
+ result: import("zod").ZodObject<{
6720
+ transaction_hash: import("zod").ZodString;
6721
+ contract_address: import("zod").ZodString;
6722
+ coin: import("zod").ZodObject<{
6723
+ id: import("zod").ZodString;
6724
+ contract_address: import("zod").ZodString;
6725
+ transaction_hash: import("zod").ZodString;
6726
+ token_name: import("zod").ZodString;
6727
+ token_symbol: import("zod").ZodString;
6728
+ token_uri: import("zod").ZodString;
6729
+ builder_wallet: import("zod").ZodString;
6730
+ numeraire: import("zod").ZodString;
6731
+ created_at: import("zod").ZodString;
6732
+ }, "strip", import("zod").ZodTypeAny, {
6733
+ token_name: string;
6734
+ token_symbol: string;
6735
+ id: string;
6736
+ numeraire: string;
6737
+ token_uri: string;
6738
+ created_at: string;
6739
+ contract_address: string;
6740
+ transaction_hash: string;
6741
+ builder_wallet: string;
6742
+ }, {
6743
+ token_name: string;
6744
+ token_symbol: string;
6745
+ id: string;
6746
+ numeraire: string;
6747
+ token_uri: string;
6748
+ created_at: string;
6749
+ contract_address: string;
6750
+ transaction_hash: string;
6751
+ builder_wallet: string;
6752
+ }>;
6753
+ }, "strip", import("zod").ZodTypeAny, {
6754
+ contract_address: string;
6755
+ transaction_hash: string;
6756
+ coin: {
6757
+ token_name: string;
6758
+ token_symbol: string;
6759
+ id: string;
6760
+ numeraire: string;
6761
+ token_uri: string;
6762
+ created_at: string;
6763
+ contract_address: string;
6764
+ transaction_hash: string;
6765
+ builder_wallet: string;
6766
+ };
6767
+ }, {
6768
+ contract_address: string;
6769
+ transaction_hash: string;
6770
+ coin: {
6771
+ token_name: string;
6772
+ token_symbol: string;
6773
+ id: string;
6774
+ numeraire: string;
6775
+ token_uri: string;
6776
+ created_at: string;
6777
+ contract_address: string;
6778
+ transaction_hash: string;
6779
+ builder_wallet: string;
6780
+ };
6781
+ }>;
6782
+ }, "strip", import("zod").ZodTypeAny, {
6783
+ result: {
6784
+ contract_address: string;
6785
+ transaction_hash: string;
6786
+ coin: {
6787
+ token_name: string;
6788
+ token_symbol: string;
6789
+ id: string;
6790
+ numeraire: string;
6791
+ token_uri: string;
6792
+ created_at: string;
6793
+ contract_address: string;
6794
+ transaction_hash: string;
6795
+ builder_wallet: string;
6796
+ };
6797
+ };
6798
+ }, {
6799
+ result: {
6800
+ contract_address: string;
6801
+ transaction_hash: string;
6802
+ coin: {
6803
+ token_name: string;
6804
+ token_symbol: string;
6805
+ id: string;
6806
+ numeraire: string;
6807
+ token_uri: string;
6808
+ created_at: string;
6809
+ contract_address: string;
6810
+ transaction_hash: string;
6811
+ builder_wallet: string;
6812
+ };
6813
+ };
6814
+ }>, Record<never, never>, Record<never, never>>;
6815
+ };
3987
6816
  charts: {
3988
6817
  getBars: import("@orpc/contract", { with: { "resolution-mode": "import" } }).ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
3989
6818
  symbol: import("zod").ZodString;
@@ -4296,8 +7125,9 @@ export declare const rootContract: {
4296
7125
  }>;
4297
7126
  fetchedAt: import("zod").ZodString;
4298
7127
  }, "strip", import("zod").ZodTypeAny, {
4299
- score: number;
4300
7128
  username: string;
7129
+ fetchedAt: string;
7130
+ score: number;
4301
7131
  tier: "inactive" | "casual" | "active" | "builder" | "elite";
4302
7132
  breakdown: {
4303
7133
  accountMaturity: {
@@ -4325,10 +7155,10 @@ export declare const rootContract: {
4325
7155
  details: Record<string, any>;
4326
7156
  };
4327
7157
  };
4328
- fetchedAt: string;
4329
7158
  }, {
4330
- score: number;
4331
7159
  username: string;
7160
+ fetchedAt: string;
7161
+ score: number;
4332
7162
  tier: "inactive" | "casual" | "active" | "builder" | "elite";
4333
7163
  breakdown: {
4334
7164
  accountMaturity: {
@@ -4356,12 +7186,12 @@ export declare const rootContract: {
4356
7186
  details: Record<string, any>;
4357
7187
  };
4358
7188
  };
4359
- fetchedAt: string;
4360
7189
  }>;
4361
7190
  }, "strip", import("zod").ZodTypeAny, {
4362
7191
  result: {
4363
- score: number;
4364
7192
  username: string;
7193
+ fetchedAt: string;
7194
+ score: number;
4365
7195
  tier: "inactive" | "casual" | "active" | "builder" | "elite";
4366
7196
  breakdown: {
4367
7197
  accountMaturity: {
@@ -4389,12 +7219,12 @@ export declare const rootContract: {
4389
7219
  details: Record<string, any>;
4390
7220
  };
4391
7221
  };
4392
- fetchedAt: string;
4393
7222
  };
4394
7223
  }, {
4395
7224
  result: {
4396
- score: number;
4397
7225
  username: string;
7226
+ fetchedAt: string;
7227
+ score: number;
4398
7228
  tier: "inactive" | "casual" | "active" | "builder" | "elite";
4399
7229
  breakdown: {
4400
7230
  accountMaturity: {
@@ -4422,7 +7252,6 @@ export declare const rootContract: {
4422
7252
  details: Record<string, any>;
4423
7253
  };
4424
7254
  };
4425
- fetchedAt: string;
4426
7255
  };
4427
7256
  }>, Record<never, never>, Record<never, never>>;
4428
7257
  x: import("@orpc/contract", { with: { "resolution-mode": "import" } }).ContractProcedureBuilderWithInputOutput<import("zod").ZodObject<{
@@ -6761,11 +9590,11 @@ export declare const rootContract: {
6761
9590
  x_user_id: import("zod").ZodString;
6762
9591
  x_username: import("zod").ZodString;
6763
9592
  }, "strip", import("zod").ZodTypeAny, {
6764
- x_user_id: string;
6765
9593
  x_username: string;
6766
- }, {
6767
9594
  x_user_id: string;
9595
+ }, {
6768
9596
  x_username: string;
9597
+ x_user_id: string;
6769
9598
  }>, import("zod").ZodObject<{
6770
9599
  wallet_address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
6771
9600
  }, "strip", import("zod").ZodTypeAny, {
@@ -6926,6 +9755,7 @@ export declare const rootContract: {
6926
9755
  export * from "./asset.contract";
6927
9756
  export * from "./auction.contract";
6928
9757
  export * from "./auction-template.contract";
9758
+ export * from "./builder.contract";
6929
9759
  export * from "./charts.contract";
6930
9760
  export * from "./community.contract";
6931
9761
  export * from "./activity.contract";