@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.
- package/dist/contracts/activity.contract.d.ts +16 -16
- package/dist/contracts/builder.contract.d.ts +5504 -0
- package/dist/contracts/builder.contract.js +174 -0
- package/dist/contracts/builder.contract.js.map +1 -0
- package/dist/contracts/index.d.ts +2840 -10
- package/dist/contracts/index.js +3 -0
- package/dist/contracts/index.js.map +1 -1
- package/dist/contracts/market.contract.js +0 -4
- package/dist/contracts/market.contract.js.map +1 -1
- package/dist/contracts/sponsorship.contract.d.ts +2 -2
- package/dist/types/hex.type.d.ts +1 -0
- package/dist/types/hex.type.js +2 -1
- package/dist/types/hex.type.js.map +1 -1
- package/package.json +1 -1
|
@@ -119,8 +119,9 @@ declare const GitHubActivityResponseSchema: z.ZodObject<{
|
|
|
119
119
|
}>;
|
|
120
120
|
fetchedAt: z.ZodString;
|
|
121
121
|
}, "strip", z.ZodTypeAny, {
|
|
122
|
-
score: number;
|
|
123
122
|
username: string;
|
|
123
|
+
fetchedAt: string;
|
|
124
|
+
score: number;
|
|
124
125
|
tier: "inactive" | "casual" | "active" | "builder" | "elite";
|
|
125
126
|
breakdown: {
|
|
126
127
|
accountMaturity: {
|
|
@@ -148,10 +149,10 @@ declare const GitHubActivityResponseSchema: z.ZodObject<{
|
|
|
148
149
|
details: Record<string, any>;
|
|
149
150
|
};
|
|
150
151
|
};
|
|
151
|
-
fetchedAt: string;
|
|
152
152
|
}, {
|
|
153
|
-
score: number;
|
|
154
153
|
username: string;
|
|
154
|
+
fetchedAt: string;
|
|
155
|
+
score: number;
|
|
155
156
|
tier: "inactive" | "casual" | "active" | "builder" | "elite";
|
|
156
157
|
breakdown: {
|
|
157
158
|
accountMaturity: {
|
|
@@ -179,12 +180,12 @@ declare const GitHubActivityResponseSchema: z.ZodObject<{
|
|
|
179
180
|
details: Record<string, any>;
|
|
180
181
|
};
|
|
181
182
|
};
|
|
182
|
-
fetchedAt: string;
|
|
183
183
|
}>;
|
|
184
184
|
}, "strip", z.ZodTypeAny, {
|
|
185
185
|
result: {
|
|
186
|
-
score: number;
|
|
187
186
|
username: string;
|
|
187
|
+
fetchedAt: string;
|
|
188
|
+
score: number;
|
|
188
189
|
tier: "inactive" | "casual" | "active" | "builder" | "elite";
|
|
189
190
|
breakdown: {
|
|
190
191
|
accountMaturity: {
|
|
@@ -212,12 +213,12 @@ declare const GitHubActivityResponseSchema: z.ZodObject<{
|
|
|
212
213
|
details: Record<string, any>;
|
|
213
214
|
};
|
|
214
215
|
};
|
|
215
|
-
fetchedAt: string;
|
|
216
216
|
};
|
|
217
217
|
}, {
|
|
218
218
|
result: {
|
|
219
|
-
score: number;
|
|
220
219
|
username: string;
|
|
220
|
+
fetchedAt: string;
|
|
221
|
+
score: number;
|
|
221
222
|
tier: "inactive" | "casual" | "active" | "builder" | "elite";
|
|
222
223
|
breakdown: {
|
|
223
224
|
accountMaturity: {
|
|
@@ -245,7 +246,6 @@ declare const GitHubActivityResponseSchema: z.ZodObject<{
|
|
|
245
246
|
details: Record<string, any>;
|
|
246
247
|
};
|
|
247
248
|
};
|
|
248
|
-
fetchedAt: string;
|
|
249
249
|
};
|
|
250
250
|
}>;
|
|
251
251
|
declare const XUserSchema: z.ZodObject<{
|
|
@@ -1262,8 +1262,9 @@ declare const activityContract: {
|
|
|
1262
1262
|
}>;
|
|
1263
1263
|
fetchedAt: z.ZodString;
|
|
1264
1264
|
}, "strip", z.ZodTypeAny, {
|
|
1265
|
-
score: number;
|
|
1266
1265
|
username: string;
|
|
1266
|
+
fetchedAt: string;
|
|
1267
|
+
score: number;
|
|
1267
1268
|
tier: "inactive" | "casual" | "active" | "builder" | "elite";
|
|
1268
1269
|
breakdown: {
|
|
1269
1270
|
accountMaturity: {
|
|
@@ -1291,10 +1292,10 @@ declare const activityContract: {
|
|
|
1291
1292
|
details: Record<string, any>;
|
|
1292
1293
|
};
|
|
1293
1294
|
};
|
|
1294
|
-
fetchedAt: string;
|
|
1295
1295
|
}, {
|
|
1296
|
-
score: number;
|
|
1297
1296
|
username: string;
|
|
1297
|
+
fetchedAt: string;
|
|
1298
|
+
score: number;
|
|
1298
1299
|
tier: "inactive" | "casual" | "active" | "builder" | "elite";
|
|
1299
1300
|
breakdown: {
|
|
1300
1301
|
accountMaturity: {
|
|
@@ -1322,12 +1323,12 @@ declare const activityContract: {
|
|
|
1322
1323
|
details: Record<string, any>;
|
|
1323
1324
|
};
|
|
1324
1325
|
};
|
|
1325
|
-
fetchedAt: string;
|
|
1326
1326
|
}>;
|
|
1327
1327
|
}, "strip", z.ZodTypeAny, {
|
|
1328
1328
|
result: {
|
|
1329
|
-
score: number;
|
|
1330
1329
|
username: string;
|
|
1330
|
+
fetchedAt: string;
|
|
1331
|
+
score: number;
|
|
1331
1332
|
tier: "inactive" | "casual" | "active" | "builder" | "elite";
|
|
1332
1333
|
breakdown: {
|
|
1333
1334
|
accountMaturity: {
|
|
@@ -1355,12 +1356,12 @@ declare const activityContract: {
|
|
|
1355
1356
|
details: Record<string, any>;
|
|
1356
1357
|
};
|
|
1357
1358
|
};
|
|
1358
|
-
fetchedAt: string;
|
|
1359
1359
|
};
|
|
1360
1360
|
}, {
|
|
1361
1361
|
result: {
|
|
1362
|
-
score: number;
|
|
1363
1362
|
username: string;
|
|
1363
|
+
fetchedAt: string;
|
|
1364
|
+
score: number;
|
|
1364
1365
|
tier: "inactive" | "casual" | "active" | "builder" | "elite";
|
|
1365
1366
|
breakdown: {
|
|
1366
1367
|
accountMaturity: {
|
|
@@ -1388,7 +1389,6 @@ declare const activityContract: {
|
|
|
1388
1389
|
details: Record<string, any>;
|
|
1389
1390
|
};
|
|
1390
1391
|
};
|
|
1391
|
-
fetchedAt: string;
|
|
1392
1392
|
};
|
|
1393
1393
|
}>, Record<never, never>, Record<never, never>>;
|
|
1394
1394
|
x: import("@orpc/contract", { with: { "resolution-mode": "import" } }).ContractProcedureBuilderWithInputOutput<z.ZodObject<{
|