@hashgraphonline/standards-sdk 0.1.178 → 0.1.179
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/browser/services/registry-broker/client/base-client.d.ts +18 -1
- package/dist/browser/services/registry-broker/client/base-client.d.ts.map +1 -1
- package/dist/browser/services/registry-broker/client/guard.d.ts +18 -1
- package/dist/browser/services/registry-broker/client/guard.d.ts.map +1 -1
- package/dist/browser/services/registry-broker/schemas.d.ts +1145 -4
- package/dist/browser/services/registry-broker/schemas.d.ts.map +1 -1
- package/dist/browser/services/registry-broker/types.d.ts +59 -1
- package/dist/browser/services/registry-broker/types.d.ts.map +1 -1
- package/dist/browser/standards-sdk.browser.js +190 -2
- package/dist/browser/standards-sdk.browser.js.map +1 -1
- package/dist/browser-root/services/registry-broker/client/base-client.d.ts +18 -1
- package/dist/browser-root/services/registry-broker/client/base-client.d.ts.map +1 -1
- package/dist/browser-root/services/registry-broker/client/guard.d.ts +18 -1
- package/dist/browser-root/services/registry-broker/client/guard.d.ts.map +1 -1
- package/dist/browser-root/services/registry-broker/schemas.d.ts +1145 -4
- package/dist/browser-root/services/registry-broker/schemas.d.ts.map +1 -1
- package/dist/browser-root/services/registry-broker/types.d.ts +59 -1
- package/dist/browser-root/services/registry-broker/types.d.ts.map +1 -1
- package/dist/browser-root/standards-sdk.root-browser.js +430 -3
- package/dist/browser-root/standards-sdk.root-browser.js.map +1 -1
- package/dist/cjs/services/registry-broker/client/base-client.d.ts +18 -1
- package/dist/cjs/services/registry-broker/client/base-client.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/client/guard.d.ts +18 -1
- package/dist/cjs/services/registry-broker/client/guard.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/schemas.d.ts +1141 -0
- package/dist/cjs/services/registry-broker/schemas.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/types.d.ts +59 -1
- package/dist/cjs/services/registry-broker/types.d.ts.map +1 -1
- package/dist/cjs/standards-sdk.cjs +2 -2
- package/dist/cjs/standards-sdk.cjs.map +1 -1
- package/dist/es/services/registry-broker/client/base-client.d.ts +18 -1
- package/dist/es/services/registry-broker/client/base-client.d.ts.map +1 -1
- package/dist/es/services/registry-broker/client/guard.d.ts +18 -1
- package/dist/es/services/registry-broker/client/guard.d.ts.map +1 -1
- package/dist/es/services/registry-broker/schemas.d.ts +1141 -0
- package/dist/es/services/registry-broker/schemas.d.ts.map +1 -1
- package/dist/es/services/registry-broker/types.d.ts +59 -1
- package/dist/es/services/registry-broker/types.d.ts.map +1 -1
- package/dist/es/standards-sdk.es116.js +1 -1
- package/dist/es/standards-sdk.es121.js +1 -1
- package/dist/es/standards-sdk.es127.js +1 -1
- package/dist/es/standards-sdk.es128.js +5 -5
- package/dist/es/standards-sdk.es138.js +1 -1
- package/dist/es/standards-sdk.es139.js +1 -1
- package/dist/es/standards-sdk.es140.js +5 -5
- package/dist/es/standards-sdk.es142.js +2 -2
- package/dist/es/standards-sdk.es143.js +1 -1
- package/dist/es/standards-sdk.es145.js +54 -3
- package/dist/es/standards-sdk.es145.js.map +1 -1
- package/dist/es/standards-sdk.es147.js +1 -1
- package/dist/es/standards-sdk.es16.js +1 -1
- package/dist/es/standards-sdk.es160.js +2147 -12461
- package/dist/es/standards-sdk.es160.js.map +1 -1
- package/dist/es/standards-sdk.es161.js +12461 -1936
- package/dist/es/standards-sdk.es161.js.map +1 -1
- package/dist/es/standards-sdk.es162.js +671 -55
- package/dist/es/standards-sdk.es162.js.map +1 -1
- package/dist/es/standards-sdk.es164.js +63 -71
- package/dist/es/standards-sdk.es164.js.map +1 -1
- package/dist/es/standards-sdk.es165.js +160 -188
- package/dist/es/standards-sdk.es165.js.map +1 -1
- package/dist/es/standards-sdk.es166.js +318 -13
- package/dist/es/standards-sdk.es166.js.map +1 -1
- package/dist/es/standards-sdk.es167.js +337 -64
- package/dist/es/standards-sdk.es167.js.map +1 -1
- package/dist/es/standards-sdk.es168.js +410 -129
- package/dist/es/standards-sdk.es168.js.map +1 -1
- package/dist/es/standards-sdk.es169.js +209 -200
- package/dist/es/standards-sdk.es169.js.map +1 -1
- package/dist/es/standards-sdk.es170.js +64 -334
- package/dist/es/standards-sdk.es170.js.map +1 -1
- package/dist/es/standards-sdk.es171.js +55 -452
- package/dist/es/standards-sdk.es171.js.map +1 -1
- package/dist/es/standards-sdk.es172.js +71 -321
- package/dist/es/standards-sdk.es172.js.map +1 -1
- package/dist/es/standards-sdk.es173.js +182 -58
- package/dist/es/standards-sdk.es173.js.map +1 -1
- package/dist/es/standards-sdk.es174.js +15 -670
- package/dist/es/standards-sdk.es174.js.map +1 -1
- package/dist/es/standards-sdk.es175.js +1 -1
- package/dist/es/standards-sdk.es176.js +1 -1
- package/dist/es/standards-sdk.es178.js +1 -1
- package/dist/es/standards-sdk.es179.js +1 -1
- package/dist/es/standards-sdk.es18.js +2 -2
- package/dist/es/standards-sdk.es180.js +1 -1
- package/dist/es/standards-sdk.es181.js +1 -1
- package/dist/es/standards-sdk.es182.js +208 -3
- package/dist/es/standards-sdk.es182.js.map +1 -1
- package/dist/es/standards-sdk.es183.js +1 -1
- package/dist/es/standards-sdk.es184.js +1 -1
- package/dist/es/standards-sdk.es19.js +2 -2
- package/dist/es/standards-sdk.es27.js +2 -2
- package/dist/es/standards-sdk.es30.js +1 -1
- package/dist/es/standards-sdk.es31.js +1 -1
- package/dist/es/standards-sdk.es35.js +2 -2
- package/dist/es/standards-sdk.es36.js +1 -1
- package/dist/es/standards-sdk.es37.js +1 -1
- package/dist/es/standards-sdk.es56.js +1 -1
- package/dist/es/standards-sdk.es59.js +1 -1
- package/dist/es/standards-sdk.es62.js +1 -1
- package/dist/es/standards-sdk.es63.js +2 -2
- package/dist/es/standards-sdk.es64.js +1 -1
- package/dist/es/standards-sdk.es65.js +1 -1
- package/dist/es/standards-sdk.es67.js +1 -1
- package/dist/es/standards-sdk.es71.js +1 -1
- package/dist/es/standards-sdk.es72.js +1 -1
- package/dist/es/standards-sdk.es75.js +1 -1
- package/dist/es/standards-sdk.es84.js +1 -1
- package/package.json +1 -1
|
@@ -12114,15 +12114,1156 @@ export declare const guardReceiptSchema: z.ZodObject<{
|
|
|
12114
12114
|
changedSinceLastApproval?: boolean;
|
|
12115
12115
|
publisher?: string;
|
|
12116
12116
|
}>;
|
|
12117
|
+
export declare const guardHistoryArtifactSchema: z.ZodObject<{
|
|
12118
|
+
artifactId: z.ZodString;
|
|
12119
|
+
artifactName: z.ZodString;
|
|
12120
|
+
artifactType: z.ZodEnum<["skill", "plugin"]>;
|
|
12121
|
+
artifactSlug: z.ZodString;
|
|
12122
|
+
publisher: z.ZodOptional<z.ZodString>;
|
|
12123
|
+
harnesses: z.ZodArray<z.ZodString, "many">;
|
|
12124
|
+
eventCount: z.ZodNumber;
|
|
12125
|
+
firstSeenAt: z.ZodString;
|
|
12126
|
+
lastSeenAt: z.ZodString;
|
|
12127
|
+
latestDecision: z.ZodEnum<["allow", "warn", "block", "review", "require-reapproval", "sandbox-required"]>;
|
|
12128
|
+
latestRecommendation: z.ZodEnum<["monitor", "review", "block"]>;
|
|
12129
|
+
}, "strip", z.ZodTypeAny, {
|
|
12130
|
+
artifactId?: string;
|
|
12131
|
+
artifactName?: string;
|
|
12132
|
+
artifactType?: "skill" | "plugin";
|
|
12133
|
+
artifactSlug?: string;
|
|
12134
|
+
publisher?: string;
|
|
12135
|
+
harnesses?: string[];
|
|
12136
|
+
eventCount?: number;
|
|
12137
|
+
firstSeenAt?: string;
|
|
12138
|
+
lastSeenAt?: string;
|
|
12139
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12140
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12141
|
+
}, {
|
|
12142
|
+
artifactId?: string;
|
|
12143
|
+
artifactName?: string;
|
|
12144
|
+
artifactType?: "skill" | "plugin";
|
|
12145
|
+
artifactSlug?: string;
|
|
12146
|
+
publisher?: string;
|
|
12147
|
+
harnesses?: string[];
|
|
12148
|
+
eventCount?: number;
|
|
12149
|
+
firstSeenAt?: string;
|
|
12150
|
+
lastSeenAt?: string;
|
|
12151
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12152
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12153
|
+
}>;
|
|
12154
|
+
export declare const guardReceiptHistoryResponseSchema: z.ZodObject<{
|
|
12155
|
+
generatedAt: z.ZodString;
|
|
12156
|
+
artifacts: z.ZodArray<z.ZodObject<{
|
|
12157
|
+
artifactId: z.ZodString;
|
|
12158
|
+
artifactName: z.ZodString;
|
|
12159
|
+
artifactType: z.ZodEnum<["skill", "plugin"]>;
|
|
12160
|
+
artifactSlug: z.ZodString;
|
|
12161
|
+
publisher: z.ZodOptional<z.ZodString>;
|
|
12162
|
+
harnesses: z.ZodArray<z.ZodString, "many">;
|
|
12163
|
+
eventCount: z.ZodNumber;
|
|
12164
|
+
firstSeenAt: z.ZodString;
|
|
12165
|
+
lastSeenAt: z.ZodString;
|
|
12166
|
+
latestDecision: z.ZodEnum<["allow", "warn", "block", "review", "require-reapproval", "sandbox-required"]>;
|
|
12167
|
+
latestRecommendation: z.ZodEnum<["monitor", "review", "block"]>;
|
|
12168
|
+
}, "strip", z.ZodTypeAny, {
|
|
12169
|
+
artifactId?: string;
|
|
12170
|
+
artifactName?: string;
|
|
12171
|
+
artifactType?: "skill" | "plugin";
|
|
12172
|
+
artifactSlug?: string;
|
|
12173
|
+
publisher?: string;
|
|
12174
|
+
harnesses?: string[];
|
|
12175
|
+
eventCount?: number;
|
|
12176
|
+
firstSeenAt?: string;
|
|
12177
|
+
lastSeenAt?: string;
|
|
12178
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12179
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12180
|
+
}, {
|
|
12181
|
+
artifactId?: string;
|
|
12182
|
+
artifactName?: string;
|
|
12183
|
+
artifactType?: "skill" | "plugin";
|
|
12184
|
+
artifactSlug?: string;
|
|
12185
|
+
publisher?: string;
|
|
12186
|
+
harnesses?: string[];
|
|
12187
|
+
eventCount?: number;
|
|
12188
|
+
firstSeenAt?: string;
|
|
12189
|
+
lastSeenAt?: string;
|
|
12190
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12191
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12192
|
+
}>, "many">;
|
|
12193
|
+
}, "strip", z.ZodTypeAny, {
|
|
12194
|
+
artifacts?: {
|
|
12195
|
+
artifactId?: string;
|
|
12196
|
+
artifactName?: string;
|
|
12197
|
+
artifactType?: "skill" | "plugin";
|
|
12198
|
+
artifactSlug?: string;
|
|
12199
|
+
publisher?: string;
|
|
12200
|
+
harnesses?: string[];
|
|
12201
|
+
eventCount?: number;
|
|
12202
|
+
firstSeenAt?: string;
|
|
12203
|
+
lastSeenAt?: string;
|
|
12204
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12205
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12206
|
+
}[];
|
|
12207
|
+
generatedAt?: string;
|
|
12208
|
+
}, {
|
|
12209
|
+
artifacts?: {
|
|
12210
|
+
artifactId?: string;
|
|
12211
|
+
artifactName?: string;
|
|
12212
|
+
artifactType?: "skill" | "plugin";
|
|
12213
|
+
artifactSlug?: string;
|
|
12214
|
+
publisher?: string;
|
|
12215
|
+
harnesses?: string[];
|
|
12216
|
+
eventCount?: number;
|
|
12217
|
+
firstSeenAt?: string;
|
|
12218
|
+
lastSeenAt?: string;
|
|
12219
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12220
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12221
|
+
}[];
|
|
12222
|
+
generatedAt?: string;
|
|
12223
|
+
}>;
|
|
12224
|
+
export declare const guardInventoryArtifactSchema: z.ZodObject<{
|
|
12225
|
+
artifactId: z.ZodString;
|
|
12226
|
+
artifactName: z.ZodString;
|
|
12227
|
+
artifactType: z.ZodEnum<["skill", "plugin"]>;
|
|
12228
|
+
artifactSlug: z.ZodString;
|
|
12229
|
+
publisher: z.ZodOptional<z.ZodString>;
|
|
12230
|
+
harnesses: z.ZodArray<z.ZodString, "many">;
|
|
12231
|
+
devices: z.ZodArray<z.ZodString, "many">;
|
|
12232
|
+
eventCount: z.ZodNumber;
|
|
12233
|
+
firstSeenAt: z.ZodString;
|
|
12234
|
+
lastSeenAt: z.ZodString;
|
|
12235
|
+
latestDecision: z.ZodEnum<["allow", "warn", "block", "review", "require-reapproval", "sandbox-required"]>;
|
|
12236
|
+
latestRecommendation: z.ZodEnum<["monitor", "review", "block"]>;
|
|
12237
|
+
latestHash: z.ZodString;
|
|
12238
|
+
latestSummary: z.ZodString;
|
|
12239
|
+
}, "strip", z.ZodTypeAny, {
|
|
12240
|
+
artifactId?: string;
|
|
12241
|
+
artifactName?: string;
|
|
12242
|
+
artifactType?: "skill" | "plugin";
|
|
12243
|
+
artifactSlug?: string;
|
|
12244
|
+
publisher?: string;
|
|
12245
|
+
harnesses?: string[];
|
|
12246
|
+
eventCount?: number;
|
|
12247
|
+
firstSeenAt?: string;
|
|
12248
|
+
lastSeenAt?: string;
|
|
12249
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12250
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12251
|
+
devices?: string[];
|
|
12252
|
+
latestHash?: string;
|
|
12253
|
+
latestSummary?: string;
|
|
12254
|
+
}, {
|
|
12255
|
+
artifactId?: string;
|
|
12256
|
+
artifactName?: string;
|
|
12257
|
+
artifactType?: "skill" | "plugin";
|
|
12258
|
+
artifactSlug?: string;
|
|
12259
|
+
publisher?: string;
|
|
12260
|
+
harnesses?: string[];
|
|
12261
|
+
eventCount?: number;
|
|
12262
|
+
firstSeenAt?: string;
|
|
12263
|
+
lastSeenAt?: string;
|
|
12264
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12265
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12266
|
+
devices?: string[];
|
|
12267
|
+
latestHash?: string;
|
|
12268
|
+
latestSummary?: string;
|
|
12269
|
+
}>;
|
|
12270
|
+
export declare const guardInventoryDiffEntrySchema: z.ZodObject<{
|
|
12271
|
+
artifactId: z.ZodString;
|
|
12272
|
+
artifactName: z.ZodString;
|
|
12273
|
+
artifactType: z.ZodEnum<["skill", "plugin"]>;
|
|
12274
|
+
changeType: z.ZodEnum<["new", "changed", "removed"]>;
|
|
12275
|
+
previousHash: z.ZodNullable<z.ZodString>;
|
|
12276
|
+
currentHash: z.ZodNullable<z.ZodString>;
|
|
12277
|
+
}, "strip", z.ZodTypeAny, {
|
|
12278
|
+
artifactId?: string;
|
|
12279
|
+
artifactName?: string;
|
|
12280
|
+
artifactType?: "skill" | "plugin";
|
|
12281
|
+
changeType?: "new" | "changed" | "removed";
|
|
12282
|
+
previousHash?: string;
|
|
12283
|
+
currentHash?: string;
|
|
12284
|
+
}, {
|
|
12285
|
+
artifactId?: string;
|
|
12286
|
+
artifactName?: string;
|
|
12287
|
+
artifactType?: "skill" | "plugin";
|
|
12288
|
+
changeType?: "new" | "changed" | "removed";
|
|
12289
|
+
previousHash?: string;
|
|
12290
|
+
currentHash?: string;
|
|
12291
|
+
}>;
|
|
12292
|
+
export declare const guardInventoryDiffResponseSchema: z.ZodObject<{
|
|
12293
|
+
generatedAt: z.ZodString;
|
|
12294
|
+
items: z.ZodArray<z.ZodObject<{
|
|
12295
|
+
artifactId: z.ZodString;
|
|
12296
|
+
artifactName: z.ZodString;
|
|
12297
|
+
artifactType: z.ZodEnum<["skill", "plugin"]>;
|
|
12298
|
+
changeType: z.ZodEnum<["new", "changed", "removed"]>;
|
|
12299
|
+
previousHash: z.ZodNullable<z.ZodString>;
|
|
12300
|
+
currentHash: z.ZodNullable<z.ZodString>;
|
|
12301
|
+
}, "strip", z.ZodTypeAny, {
|
|
12302
|
+
artifactId?: string;
|
|
12303
|
+
artifactName?: string;
|
|
12304
|
+
artifactType?: "skill" | "plugin";
|
|
12305
|
+
changeType?: "new" | "changed" | "removed";
|
|
12306
|
+
previousHash?: string;
|
|
12307
|
+
currentHash?: string;
|
|
12308
|
+
}, {
|
|
12309
|
+
artifactId?: string;
|
|
12310
|
+
artifactName?: string;
|
|
12311
|
+
artifactType?: "skill" | "plugin";
|
|
12312
|
+
changeType?: "new" | "changed" | "removed";
|
|
12313
|
+
previousHash?: string;
|
|
12314
|
+
currentHash?: string;
|
|
12315
|
+
}>, "many">;
|
|
12316
|
+
}, "strip", z.ZodTypeAny, {
|
|
12317
|
+
items?: {
|
|
12318
|
+
artifactId?: string;
|
|
12319
|
+
artifactName?: string;
|
|
12320
|
+
artifactType?: "skill" | "plugin";
|
|
12321
|
+
changeType?: "new" | "changed" | "removed";
|
|
12322
|
+
previousHash?: string;
|
|
12323
|
+
currentHash?: string;
|
|
12324
|
+
}[];
|
|
12325
|
+
generatedAt?: string;
|
|
12326
|
+
}, {
|
|
12327
|
+
items?: {
|
|
12328
|
+
artifactId?: string;
|
|
12329
|
+
artifactName?: string;
|
|
12330
|
+
artifactType?: "skill" | "plugin";
|
|
12331
|
+
changeType?: "new" | "changed" | "removed";
|
|
12332
|
+
previousHash?: string;
|
|
12333
|
+
currentHash?: string;
|
|
12334
|
+
}[];
|
|
12335
|
+
generatedAt?: string;
|
|
12336
|
+
}>;
|
|
12117
12337
|
export declare const guardReceiptSyncResponseSchema: z.ZodObject<{
|
|
12118
12338
|
syncedAt: z.ZodString;
|
|
12119
12339
|
receiptsStored: z.ZodNumber;
|
|
12340
|
+
inventoryStored: z.ZodOptional<z.ZodNumber>;
|
|
12341
|
+
inventoryDiff: z.ZodOptional<z.ZodObject<{
|
|
12342
|
+
generatedAt: z.ZodString;
|
|
12343
|
+
items: z.ZodArray<z.ZodObject<{
|
|
12344
|
+
artifactId: z.ZodString;
|
|
12345
|
+
artifactName: z.ZodString;
|
|
12346
|
+
artifactType: z.ZodEnum<["skill", "plugin"]>;
|
|
12347
|
+
changeType: z.ZodEnum<["new", "changed", "removed"]>;
|
|
12348
|
+
previousHash: z.ZodNullable<z.ZodString>;
|
|
12349
|
+
currentHash: z.ZodNullable<z.ZodString>;
|
|
12350
|
+
}, "strip", z.ZodTypeAny, {
|
|
12351
|
+
artifactId?: string;
|
|
12352
|
+
artifactName?: string;
|
|
12353
|
+
artifactType?: "skill" | "plugin";
|
|
12354
|
+
changeType?: "new" | "changed" | "removed";
|
|
12355
|
+
previousHash?: string;
|
|
12356
|
+
currentHash?: string;
|
|
12357
|
+
}, {
|
|
12358
|
+
artifactId?: string;
|
|
12359
|
+
artifactName?: string;
|
|
12360
|
+
artifactType?: "skill" | "plugin";
|
|
12361
|
+
changeType?: "new" | "changed" | "removed";
|
|
12362
|
+
previousHash?: string;
|
|
12363
|
+
currentHash?: string;
|
|
12364
|
+
}>, "many">;
|
|
12365
|
+
}, "strip", z.ZodTypeAny, {
|
|
12366
|
+
items?: {
|
|
12367
|
+
artifactId?: string;
|
|
12368
|
+
artifactName?: string;
|
|
12369
|
+
artifactType?: "skill" | "plugin";
|
|
12370
|
+
changeType?: "new" | "changed" | "removed";
|
|
12371
|
+
previousHash?: string;
|
|
12372
|
+
currentHash?: string;
|
|
12373
|
+
}[];
|
|
12374
|
+
generatedAt?: string;
|
|
12375
|
+
}, {
|
|
12376
|
+
items?: {
|
|
12377
|
+
artifactId?: string;
|
|
12378
|
+
artifactName?: string;
|
|
12379
|
+
artifactType?: "skill" | "plugin";
|
|
12380
|
+
changeType?: "new" | "changed" | "removed";
|
|
12381
|
+
previousHash?: string;
|
|
12382
|
+
currentHash?: string;
|
|
12383
|
+
}[];
|
|
12384
|
+
generatedAt?: string;
|
|
12385
|
+
}>>;
|
|
12120
12386
|
}, "strip", z.ZodTypeAny, {
|
|
12121
12387
|
syncedAt?: string;
|
|
12122
12388
|
receiptsStored?: number;
|
|
12389
|
+
inventoryStored?: number;
|
|
12390
|
+
inventoryDiff?: {
|
|
12391
|
+
items?: {
|
|
12392
|
+
artifactId?: string;
|
|
12393
|
+
artifactName?: string;
|
|
12394
|
+
artifactType?: "skill" | "plugin";
|
|
12395
|
+
changeType?: "new" | "changed" | "removed";
|
|
12396
|
+
previousHash?: string;
|
|
12397
|
+
currentHash?: string;
|
|
12398
|
+
}[];
|
|
12399
|
+
generatedAt?: string;
|
|
12400
|
+
};
|
|
12123
12401
|
}, {
|
|
12124
12402
|
syncedAt?: string;
|
|
12125
12403
|
receiptsStored?: number;
|
|
12404
|
+
inventoryStored?: number;
|
|
12405
|
+
inventoryDiff?: {
|
|
12406
|
+
items?: {
|
|
12407
|
+
artifactId?: string;
|
|
12408
|
+
artifactName?: string;
|
|
12409
|
+
artifactType?: "skill" | "plugin";
|
|
12410
|
+
changeType?: "new" | "changed" | "removed";
|
|
12411
|
+
previousHash?: string;
|
|
12412
|
+
currentHash?: string;
|
|
12413
|
+
}[];
|
|
12414
|
+
generatedAt?: string;
|
|
12415
|
+
};
|
|
12416
|
+
}>;
|
|
12417
|
+
export declare const guardInventoryResponseSchema: z.ZodObject<{
|
|
12418
|
+
generatedAt: z.ZodString;
|
|
12419
|
+
items: z.ZodArray<z.ZodObject<{
|
|
12420
|
+
artifactId: z.ZodString;
|
|
12421
|
+
artifactName: z.ZodString;
|
|
12422
|
+
artifactType: z.ZodEnum<["skill", "plugin"]>;
|
|
12423
|
+
artifactSlug: z.ZodString;
|
|
12424
|
+
publisher: z.ZodOptional<z.ZodString>;
|
|
12425
|
+
harnesses: z.ZodArray<z.ZodString, "many">;
|
|
12426
|
+
devices: z.ZodArray<z.ZodString, "many">;
|
|
12427
|
+
eventCount: z.ZodNumber;
|
|
12428
|
+
firstSeenAt: z.ZodString;
|
|
12429
|
+
lastSeenAt: z.ZodString;
|
|
12430
|
+
latestDecision: z.ZodEnum<["allow", "warn", "block", "review", "require-reapproval", "sandbox-required"]>;
|
|
12431
|
+
latestRecommendation: z.ZodEnum<["monitor", "review", "block"]>;
|
|
12432
|
+
latestHash: z.ZodString;
|
|
12433
|
+
latestSummary: z.ZodString;
|
|
12434
|
+
}, "strip", z.ZodTypeAny, {
|
|
12435
|
+
artifactId?: string;
|
|
12436
|
+
artifactName?: string;
|
|
12437
|
+
artifactType?: "skill" | "plugin";
|
|
12438
|
+
artifactSlug?: string;
|
|
12439
|
+
publisher?: string;
|
|
12440
|
+
harnesses?: string[];
|
|
12441
|
+
eventCount?: number;
|
|
12442
|
+
firstSeenAt?: string;
|
|
12443
|
+
lastSeenAt?: string;
|
|
12444
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12445
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12446
|
+
devices?: string[];
|
|
12447
|
+
latestHash?: string;
|
|
12448
|
+
latestSummary?: string;
|
|
12449
|
+
}, {
|
|
12450
|
+
artifactId?: string;
|
|
12451
|
+
artifactName?: string;
|
|
12452
|
+
artifactType?: "skill" | "plugin";
|
|
12453
|
+
artifactSlug?: string;
|
|
12454
|
+
publisher?: string;
|
|
12455
|
+
harnesses?: string[];
|
|
12456
|
+
eventCount?: number;
|
|
12457
|
+
firstSeenAt?: string;
|
|
12458
|
+
lastSeenAt?: string;
|
|
12459
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12460
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12461
|
+
devices?: string[];
|
|
12462
|
+
latestHash?: string;
|
|
12463
|
+
latestSummary?: string;
|
|
12464
|
+
}>, "many">;
|
|
12465
|
+
}, "strip", z.ZodTypeAny, {
|
|
12466
|
+
items?: {
|
|
12467
|
+
artifactId?: string;
|
|
12468
|
+
artifactName?: string;
|
|
12469
|
+
artifactType?: "skill" | "plugin";
|
|
12470
|
+
artifactSlug?: string;
|
|
12471
|
+
publisher?: string;
|
|
12472
|
+
harnesses?: string[];
|
|
12473
|
+
eventCount?: number;
|
|
12474
|
+
firstSeenAt?: string;
|
|
12475
|
+
lastSeenAt?: string;
|
|
12476
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12477
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12478
|
+
devices?: string[];
|
|
12479
|
+
latestHash?: string;
|
|
12480
|
+
latestSummary?: string;
|
|
12481
|
+
}[];
|
|
12482
|
+
generatedAt?: string;
|
|
12483
|
+
}, {
|
|
12484
|
+
items?: {
|
|
12485
|
+
artifactId?: string;
|
|
12486
|
+
artifactName?: string;
|
|
12487
|
+
artifactType?: "skill" | "plugin";
|
|
12488
|
+
artifactSlug?: string;
|
|
12489
|
+
publisher?: string;
|
|
12490
|
+
harnesses?: string[];
|
|
12491
|
+
eventCount?: number;
|
|
12492
|
+
firstSeenAt?: string;
|
|
12493
|
+
lastSeenAt?: string;
|
|
12494
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12495
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12496
|
+
devices?: string[];
|
|
12497
|
+
latestHash?: string;
|
|
12498
|
+
latestSummary?: string;
|
|
12499
|
+
}[];
|
|
12500
|
+
generatedAt?: string;
|
|
12501
|
+
}>;
|
|
12502
|
+
export declare const guardAbomSummarySchema: z.ZodObject<{
|
|
12503
|
+
totalArtifacts: z.ZodNumber;
|
|
12504
|
+
totalDevices: z.ZodNumber;
|
|
12505
|
+
totalHarnesses: z.ZodNumber;
|
|
12506
|
+
blockedArtifacts: z.ZodNumber;
|
|
12507
|
+
reviewArtifacts: z.ZodNumber;
|
|
12508
|
+
}, "strip", z.ZodTypeAny, {
|
|
12509
|
+
totalArtifacts?: number;
|
|
12510
|
+
totalDevices?: number;
|
|
12511
|
+
totalHarnesses?: number;
|
|
12512
|
+
blockedArtifacts?: number;
|
|
12513
|
+
reviewArtifacts?: number;
|
|
12514
|
+
}, {
|
|
12515
|
+
totalArtifacts?: number;
|
|
12516
|
+
totalDevices?: number;
|
|
12517
|
+
totalHarnesses?: number;
|
|
12518
|
+
blockedArtifacts?: number;
|
|
12519
|
+
reviewArtifacts?: number;
|
|
12520
|
+
}>;
|
|
12521
|
+
export declare const guardAbomResponseSchema: z.ZodObject<{
|
|
12522
|
+
generatedAt: z.ZodString;
|
|
12523
|
+
summary: z.ZodObject<{
|
|
12524
|
+
totalArtifacts: z.ZodNumber;
|
|
12525
|
+
totalDevices: z.ZodNumber;
|
|
12526
|
+
totalHarnesses: z.ZodNumber;
|
|
12527
|
+
blockedArtifacts: z.ZodNumber;
|
|
12528
|
+
reviewArtifacts: z.ZodNumber;
|
|
12529
|
+
}, "strip", z.ZodTypeAny, {
|
|
12530
|
+
totalArtifacts?: number;
|
|
12531
|
+
totalDevices?: number;
|
|
12532
|
+
totalHarnesses?: number;
|
|
12533
|
+
blockedArtifacts?: number;
|
|
12534
|
+
reviewArtifacts?: number;
|
|
12535
|
+
}, {
|
|
12536
|
+
totalArtifacts?: number;
|
|
12537
|
+
totalDevices?: number;
|
|
12538
|
+
totalHarnesses?: number;
|
|
12539
|
+
blockedArtifacts?: number;
|
|
12540
|
+
reviewArtifacts?: number;
|
|
12541
|
+
}>;
|
|
12542
|
+
items: z.ZodArray<z.ZodObject<{
|
|
12543
|
+
artifactId: z.ZodString;
|
|
12544
|
+
artifactName: z.ZodString;
|
|
12545
|
+
artifactType: z.ZodEnum<["skill", "plugin"]>;
|
|
12546
|
+
artifactSlug: z.ZodString;
|
|
12547
|
+
publisher: z.ZodOptional<z.ZodString>;
|
|
12548
|
+
harnesses: z.ZodArray<z.ZodString, "many">;
|
|
12549
|
+
devices: z.ZodArray<z.ZodString, "many">;
|
|
12550
|
+
eventCount: z.ZodNumber;
|
|
12551
|
+
firstSeenAt: z.ZodString;
|
|
12552
|
+
lastSeenAt: z.ZodString;
|
|
12553
|
+
latestDecision: z.ZodEnum<["allow", "warn", "block", "review", "require-reapproval", "sandbox-required"]>;
|
|
12554
|
+
latestRecommendation: z.ZodEnum<["monitor", "review", "block"]>;
|
|
12555
|
+
latestHash: z.ZodString;
|
|
12556
|
+
latestSummary: z.ZodString;
|
|
12557
|
+
}, "strip", z.ZodTypeAny, {
|
|
12558
|
+
artifactId?: string;
|
|
12559
|
+
artifactName?: string;
|
|
12560
|
+
artifactType?: "skill" | "plugin";
|
|
12561
|
+
artifactSlug?: string;
|
|
12562
|
+
publisher?: string;
|
|
12563
|
+
harnesses?: string[];
|
|
12564
|
+
eventCount?: number;
|
|
12565
|
+
firstSeenAt?: string;
|
|
12566
|
+
lastSeenAt?: string;
|
|
12567
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12568
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12569
|
+
devices?: string[];
|
|
12570
|
+
latestHash?: string;
|
|
12571
|
+
latestSummary?: string;
|
|
12572
|
+
}, {
|
|
12573
|
+
artifactId?: string;
|
|
12574
|
+
artifactName?: string;
|
|
12575
|
+
artifactType?: "skill" | "plugin";
|
|
12576
|
+
artifactSlug?: string;
|
|
12577
|
+
publisher?: string;
|
|
12578
|
+
harnesses?: string[];
|
|
12579
|
+
eventCount?: number;
|
|
12580
|
+
firstSeenAt?: string;
|
|
12581
|
+
lastSeenAt?: string;
|
|
12582
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12583
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12584
|
+
devices?: string[];
|
|
12585
|
+
latestHash?: string;
|
|
12586
|
+
latestSummary?: string;
|
|
12587
|
+
}>, "many">;
|
|
12588
|
+
}, "strip", z.ZodTypeAny, {
|
|
12589
|
+
summary?: {
|
|
12590
|
+
totalArtifacts?: number;
|
|
12591
|
+
totalDevices?: number;
|
|
12592
|
+
totalHarnesses?: number;
|
|
12593
|
+
blockedArtifacts?: number;
|
|
12594
|
+
reviewArtifacts?: number;
|
|
12595
|
+
};
|
|
12596
|
+
items?: {
|
|
12597
|
+
artifactId?: string;
|
|
12598
|
+
artifactName?: string;
|
|
12599
|
+
artifactType?: "skill" | "plugin";
|
|
12600
|
+
artifactSlug?: string;
|
|
12601
|
+
publisher?: string;
|
|
12602
|
+
harnesses?: string[];
|
|
12603
|
+
eventCount?: number;
|
|
12604
|
+
firstSeenAt?: string;
|
|
12605
|
+
lastSeenAt?: string;
|
|
12606
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12607
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12608
|
+
devices?: string[];
|
|
12609
|
+
latestHash?: string;
|
|
12610
|
+
latestSummary?: string;
|
|
12611
|
+
}[];
|
|
12612
|
+
generatedAt?: string;
|
|
12613
|
+
}, {
|
|
12614
|
+
summary?: {
|
|
12615
|
+
totalArtifacts?: number;
|
|
12616
|
+
totalDevices?: number;
|
|
12617
|
+
totalHarnesses?: number;
|
|
12618
|
+
blockedArtifacts?: number;
|
|
12619
|
+
reviewArtifacts?: number;
|
|
12620
|
+
};
|
|
12621
|
+
items?: {
|
|
12622
|
+
artifactId?: string;
|
|
12623
|
+
artifactName?: string;
|
|
12624
|
+
artifactType?: "skill" | "plugin";
|
|
12625
|
+
artifactSlug?: string;
|
|
12626
|
+
publisher?: string;
|
|
12627
|
+
harnesses?: string[];
|
|
12628
|
+
eventCount?: number;
|
|
12629
|
+
firstSeenAt?: string;
|
|
12630
|
+
lastSeenAt?: string;
|
|
12631
|
+
latestDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12632
|
+
latestRecommendation?: "monitor" | "review" | "block";
|
|
12633
|
+
devices?: string[];
|
|
12634
|
+
latestHash?: string;
|
|
12635
|
+
latestSummary?: string;
|
|
12636
|
+
}[];
|
|
12637
|
+
generatedAt?: string;
|
|
12638
|
+
}>;
|
|
12639
|
+
export declare const guardTimelineEventSchema: z.ZodObject<{
|
|
12640
|
+
receiptId: z.ZodString;
|
|
12641
|
+
capturedAt: z.ZodString;
|
|
12642
|
+
harness: z.ZodString;
|
|
12643
|
+
deviceId: z.ZodString;
|
|
12644
|
+
deviceName: z.ZodString;
|
|
12645
|
+
artifactHash: z.ZodString;
|
|
12646
|
+
policyDecision: z.ZodEnum<["allow", "warn", "block", "review", "require-reapproval", "sandbox-required"]>;
|
|
12647
|
+
recommendation: z.ZodEnum<["monitor", "review", "block"]>;
|
|
12648
|
+
changedSinceLastApproval: z.ZodBoolean;
|
|
12649
|
+
summary: z.ZodString;
|
|
12650
|
+
capabilities: z.ZodArray<z.ZodString, "many">;
|
|
12651
|
+
publisher: z.ZodOptional<z.ZodString>;
|
|
12652
|
+
}, "strip", z.ZodTypeAny, {
|
|
12653
|
+
capabilities?: string[];
|
|
12654
|
+
summary?: string;
|
|
12655
|
+
recommendation?: "monitor" | "review" | "block";
|
|
12656
|
+
receiptId?: string;
|
|
12657
|
+
capturedAt?: string;
|
|
12658
|
+
harness?: string;
|
|
12659
|
+
deviceId?: string;
|
|
12660
|
+
deviceName?: string;
|
|
12661
|
+
artifactHash?: string;
|
|
12662
|
+
policyDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12663
|
+
changedSinceLastApproval?: boolean;
|
|
12664
|
+
publisher?: string;
|
|
12665
|
+
}, {
|
|
12666
|
+
capabilities?: string[];
|
|
12667
|
+
summary?: string;
|
|
12668
|
+
recommendation?: "monitor" | "review" | "block";
|
|
12669
|
+
receiptId?: string;
|
|
12670
|
+
capturedAt?: string;
|
|
12671
|
+
harness?: string;
|
|
12672
|
+
deviceId?: string;
|
|
12673
|
+
deviceName?: string;
|
|
12674
|
+
artifactHash?: string;
|
|
12675
|
+
policyDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12676
|
+
changedSinceLastApproval?: boolean;
|
|
12677
|
+
publisher?: string;
|
|
12678
|
+
}>;
|
|
12679
|
+
export declare const guardArtifactTimelineResponseSchema: z.ZodObject<{
|
|
12680
|
+
generatedAt: z.ZodString;
|
|
12681
|
+
artifactId: z.ZodString;
|
|
12682
|
+
artifactName: z.ZodString;
|
|
12683
|
+
artifactType: z.ZodEnum<["skill", "plugin"]>;
|
|
12684
|
+
artifactSlug: z.ZodString;
|
|
12685
|
+
events: z.ZodArray<z.ZodObject<{
|
|
12686
|
+
receiptId: z.ZodString;
|
|
12687
|
+
capturedAt: z.ZodString;
|
|
12688
|
+
harness: z.ZodString;
|
|
12689
|
+
deviceId: z.ZodString;
|
|
12690
|
+
deviceName: z.ZodString;
|
|
12691
|
+
artifactHash: z.ZodString;
|
|
12692
|
+
policyDecision: z.ZodEnum<["allow", "warn", "block", "review", "require-reapproval", "sandbox-required"]>;
|
|
12693
|
+
recommendation: z.ZodEnum<["monitor", "review", "block"]>;
|
|
12694
|
+
changedSinceLastApproval: z.ZodBoolean;
|
|
12695
|
+
summary: z.ZodString;
|
|
12696
|
+
capabilities: z.ZodArray<z.ZodString, "many">;
|
|
12697
|
+
publisher: z.ZodOptional<z.ZodString>;
|
|
12698
|
+
}, "strip", z.ZodTypeAny, {
|
|
12699
|
+
capabilities?: string[];
|
|
12700
|
+
summary?: string;
|
|
12701
|
+
recommendation?: "monitor" | "review" | "block";
|
|
12702
|
+
receiptId?: string;
|
|
12703
|
+
capturedAt?: string;
|
|
12704
|
+
harness?: string;
|
|
12705
|
+
deviceId?: string;
|
|
12706
|
+
deviceName?: string;
|
|
12707
|
+
artifactHash?: string;
|
|
12708
|
+
policyDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12709
|
+
changedSinceLastApproval?: boolean;
|
|
12710
|
+
publisher?: string;
|
|
12711
|
+
}, {
|
|
12712
|
+
capabilities?: string[];
|
|
12713
|
+
summary?: string;
|
|
12714
|
+
recommendation?: "monitor" | "review" | "block";
|
|
12715
|
+
receiptId?: string;
|
|
12716
|
+
capturedAt?: string;
|
|
12717
|
+
harness?: string;
|
|
12718
|
+
deviceId?: string;
|
|
12719
|
+
deviceName?: string;
|
|
12720
|
+
artifactHash?: string;
|
|
12721
|
+
policyDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12722
|
+
changedSinceLastApproval?: boolean;
|
|
12723
|
+
publisher?: string;
|
|
12724
|
+
}>, "many">;
|
|
12725
|
+
}, "strip", z.ZodTypeAny, {
|
|
12726
|
+
generatedAt?: string;
|
|
12727
|
+
artifactId?: string;
|
|
12728
|
+
artifactName?: string;
|
|
12729
|
+
artifactType?: "skill" | "plugin";
|
|
12730
|
+
artifactSlug?: string;
|
|
12731
|
+
events?: {
|
|
12732
|
+
capabilities?: string[];
|
|
12733
|
+
summary?: string;
|
|
12734
|
+
recommendation?: "monitor" | "review" | "block";
|
|
12735
|
+
receiptId?: string;
|
|
12736
|
+
capturedAt?: string;
|
|
12737
|
+
harness?: string;
|
|
12738
|
+
deviceId?: string;
|
|
12739
|
+
deviceName?: string;
|
|
12740
|
+
artifactHash?: string;
|
|
12741
|
+
policyDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12742
|
+
changedSinceLastApproval?: boolean;
|
|
12743
|
+
publisher?: string;
|
|
12744
|
+
}[];
|
|
12745
|
+
}, {
|
|
12746
|
+
generatedAt?: string;
|
|
12747
|
+
artifactId?: string;
|
|
12748
|
+
artifactName?: string;
|
|
12749
|
+
artifactType?: "skill" | "plugin";
|
|
12750
|
+
artifactSlug?: string;
|
|
12751
|
+
events?: {
|
|
12752
|
+
capabilities?: string[];
|
|
12753
|
+
summary?: string;
|
|
12754
|
+
recommendation?: "monitor" | "review" | "block";
|
|
12755
|
+
receiptId?: string;
|
|
12756
|
+
capturedAt?: string;
|
|
12757
|
+
harness?: string;
|
|
12758
|
+
deviceId?: string;
|
|
12759
|
+
deviceName?: string;
|
|
12760
|
+
artifactHash?: string;
|
|
12761
|
+
policyDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12762
|
+
changedSinceLastApproval?: boolean;
|
|
12763
|
+
publisher?: string;
|
|
12764
|
+
}[];
|
|
12765
|
+
}>;
|
|
12766
|
+
export declare const guardReceiptExportSummarySchema: z.ZodObject<{
|
|
12767
|
+
totalReceipts: z.ZodNumber;
|
|
12768
|
+
blockedCount: z.ZodNumber;
|
|
12769
|
+
reviewCount: z.ZodNumber;
|
|
12770
|
+
approvedCount: z.ZodNumber;
|
|
12771
|
+
}, "strip", z.ZodTypeAny, {
|
|
12772
|
+
totalReceipts?: number;
|
|
12773
|
+
blockedCount?: number;
|
|
12774
|
+
reviewCount?: number;
|
|
12775
|
+
approvedCount?: number;
|
|
12776
|
+
}, {
|
|
12777
|
+
totalReceipts?: number;
|
|
12778
|
+
blockedCount?: number;
|
|
12779
|
+
reviewCount?: number;
|
|
12780
|
+
approvedCount?: number;
|
|
12781
|
+
}>;
|
|
12782
|
+
export declare const guardExportSignatureSchema: z.ZodObject<{
|
|
12783
|
+
algorithm: z.ZodEnum<["hmac-sha256", "none"]>;
|
|
12784
|
+
digest: z.ZodString;
|
|
12785
|
+
}, "strip", z.ZodTypeAny, {
|
|
12786
|
+
digest?: string;
|
|
12787
|
+
algorithm?: "none" | "hmac-sha256";
|
|
12788
|
+
}, {
|
|
12789
|
+
digest?: string;
|
|
12790
|
+
algorithm?: "none" | "hmac-sha256";
|
|
12791
|
+
}>;
|
|
12792
|
+
export declare const guardReceiptExportResponseSchema: z.ZodObject<{
|
|
12793
|
+
generatedAt: z.ZodString;
|
|
12794
|
+
summary: z.ZodObject<{
|
|
12795
|
+
totalReceipts: z.ZodNumber;
|
|
12796
|
+
blockedCount: z.ZodNumber;
|
|
12797
|
+
reviewCount: z.ZodNumber;
|
|
12798
|
+
approvedCount: z.ZodNumber;
|
|
12799
|
+
}, "strip", z.ZodTypeAny, {
|
|
12800
|
+
totalReceipts?: number;
|
|
12801
|
+
blockedCount?: number;
|
|
12802
|
+
reviewCount?: number;
|
|
12803
|
+
approvedCount?: number;
|
|
12804
|
+
}, {
|
|
12805
|
+
totalReceipts?: number;
|
|
12806
|
+
blockedCount?: number;
|
|
12807
|
+
reviewCount?: number;
|
|
12808
|
+
approvedCount?: number;
|
|
12809
|
+
}>;
|
|
12810
|
+
provenanceSummary: z.ZodArray<z.ZodString, "many">;
|
|
12811
|
+
items: z.ZodArray<z.ZodObject<{
|
|
12812
|
+
receiptId: z.ZodString;
|
|
12813
|
+
capturedAt: z.ZodString;
|
|
12814
|
+
harness: z.ZodString;
|
|
12815
|
+
deviceId: z.ZodString;
|
|
12816
|
+
deviceName: z.ZodString;
|
|
12817
|
+
artifactId: z.ZodString;
|
|
12818
|
+
artifactName: z.ZodString;
|
|
12819
|
+
artifactType: z.ZodEnum<["skill", "plugin"]>;
|
|
12820
|
+
artifactSlug: z.ZodString;
|
|
12821
|
+
artifactHash: z.ZodString;
|
|
12822
|
+
policyDecision: z.ZodEnum<["allow", "warn", "block", "review", "require-reapproval", "sandbox-required"]>;
|
|
12823
|
+
recommendation: z.ZodEnum<["monitor", "review", "block"]>;
|
|
12824
|
+
changedSinceLastApproval: z.ZodBoolean;
|
|
12825
|
+
publisher: z.ZodOptional<z.ZodString>;
|
|
12826
|
+
capabilities: z.ZodArray<z.ZodString, "many">;
|
|
12827
|
+
summary: z.ZodString;
|
|
12828
|
+
}, "strip", z.ZodTypeAny, {
|
|
12829
|
+
capabilities?: string[];
|
|
12830
|
+
summary?: string;
|
|
12831
|
+
recommendation?: "monitor" | "review" | "block";
|
|
12832
|
+
artifactId?: string;
|
|
12833
|
+
artifactName?: string;
|
|
12834
|
+
artifactType?: "skill" | "plugin";
|
|
12835
|
+
artifactSlug?: string;
|
|
12836
|
+
receiptId?: string;
|
|
12837
|
+
capturedAt?: string;
|
|
12838
|
+
harness?: string;
|
|
12839
|
+
deviceId?: string;
|
|
12840
|
+
deviceName?: string;
|
|
12841
|
+
artifactHash?: string;
|
|
12842
|
+
policyDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12843
|
+
changedSinceLastApproval?: boolean;
|
|
12844
|
+
publisher?: string;
|
|
12845
|
+
}, {
|
|
12846
|
+
capabilities?: string[];
|
|
12847
|
+
summary?: string;
|
|
12848
|
+
recommendation?: "monitor" | "review" | "block";
|
|
12849
|
+
artifactId?: string;
|
|
12850
|
+
artifactName?: string;
|
|
12851
|
+
artifactType?: "skill" | "plugin";
|
|
12852
|
+
artifactSlug?: string;
|
|
12853
|
+
receiptId?: string;
|
|
12854
|
+
capturedAt?: string;
|
|
12855
|
+
harness?: string;
|
|
12856
|
+
deviceId?: string;
|
|
12857
|
+
deviceName?: string;
|
|
12858
|
+
artifactHash?: string;
|
|
12859
|
+
policyDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12860
|
+
changedSinceLastApproval?: boolean;
|
|
12861
|
+
publisher?: string;
|
|
12862
|
+
}>, "many">;
|
|
12863
|
+
signature: z.ZodObject<{
|
|
12864
|
+
algorithm: z.ZodEnum<["hmac-sha256", "none"]>;
|
|
12865
|
+
digest: z.ZodString;
|
|
12866
|
+
}, "strip", z.ZodTypeAny, {
|
|
12867
|
+
digest?: string;
|
|
12868
|
+
algorithm?: "none" | "hmac-sha256";
|
|
12869
|
+
}, {
|
|
12870
|
+
digest?: string;
|
|
12871
|
+
algorithm?: "none" | "hmac-sha256";
|
|
12872
|
+
}>;
|
|
12873
|
+
}, "strip", z.ZodTypeAny, {
|
|
12874
|
+
signature?: {
|
|
12875
|
+
digest?: string;
|
|
12876
|
+
algorithm?: "none" | "hmac-sha256";
|
|
12877
|
+
};
|
|
12878
|
+
summary?: {
|
|
12879
|
+
totalReceipts?: number;
|
|
12880
|
+
blockedCount?: number;
|
|
12881
|
+
reviewCount?: number;
|
|
12882
|
+
approvedCount?: number;
|
|
12883
|
+
};
|
|
12884
|
+
items?: {
|
|
12885
|
+
capabilities?: string[];
|
|
12886
|
+
summary?: string;
|
|
12887
|
+
recommendation?: "monitor" | "review" | "block";
|
|
12888
|
+
artifactId?: string;
|
|
12889
|
+
artifactName?: string;
|
|
12890
|
+
artifactType?: "skill" | "plugin";
|
|
12891
|
+
artifactSlug?: string;
|
|
12892
|
+
receiptId?: string;
|
|
12893
|
+
capturedAt?: string;
|
|
12894
|
+
harness?: string;
|
|
12895
|
+
deviceId?: string;
|
|
12896
|
+
deviceName?: string;
|
|
12897
|
+
artifactHash?: string;
|
|
12898
|
+
policyDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12899
|
+
changedSinceLastApproval?: boolean;
|
|
12900
|
+
publisher?: string;
|
|
12901
|
+
}[];
|
|
12902
|
+
generatedAt?: string;
|
|
12903
|
+
provenanceSummary?: string[];
|
|
12904
|
+
}, {
|
|
12905
|
+
signature?: {
|
|
12906
|
+
digest?: string;
|
|
12907
|
+
algorithm?: "none" | "hmac-sha256";
|
|
12908
|
+
};
|
|
12909
|
+
summary?: {
|
|
12910
|
+
totalReceipts?: number;
|
|
12911
|
+
blockedCount?: number;
|
|
12912
|
+
reviewCount?: number;
|
|
12913
|
+
approvedCount?: number;
|
|
12914
|
+
};
|
|
12915
|
+
items?: {
|
|
12916
|
+
capabilities?: string[];
|
|
12917
|
+
summary?: string;
|
|
12918
|
+
recommendation?: "monitor" | "review" | "block";
|
|
12919
|
+
artifactId?: string;
|
|
12920
|
+
artifactName?: string;
|
|
12921
|
+
artifactType?: "skill" | "plugin";
|
|
12922
|
+
artifactSlug?: string;
|
|
12923
|
+
receiptId?: string;
|
|
12924
|
+
capturedAt?: string;
|
|
12925
|
+
harness?: string;
|
|
12926
|
+
deviceId?: string;
|
|
12927
|
+
deviceName?: string;
|
|
12928
|
+
artifactHash?: string;
|
|
12929
|
+
policyDecision?: "warn" | "review" | "block" | "allow" | "require-reapproval" | "sandbox-required";
|
|
12930
|
+
changedSinceLastApproval?: boolean;
|
|
12931
|
+
publisher?: string;
|
|
12932
|
+
}[];
|
|
12933
|
+
generatedAt?: string;
|
|
12934
|
+
provenanceSummary?: string[];
|
|
12935
|
+
}>;
|
|
12936
|
+
export declare const guardAlertPreferencesSchema: z.ZodObject<{
|
|
12937
|
+
emailEnabled: z.ZodBoolean;
|
|
12938
|
+
digestMode: z.ZodEnum<["immediate", "daily", "weekly"]>;
|
|
12939
|
+
watchlistEnabled: z.ZodBoolean;
|
|
12940
|
+
advisoriesEnabled: z.ZodBoolean;
|
|
12941
|
+
repeatedWarningsEnabled: z.ZodBoolean;
|
|
12942
|
+
teamAlertsEnabled: z.ZodBoolean;
|
|
12943
|
+
updatedAt: z.ZodString;
|
|
12944
|
+
}, "strip", z.ZodTypeAny, {
|
|
12945
|
+
updatedAt?: string;
|
|
12946
|
+
emailEnabled?: boolean;
|
|
12947
|
+
digestMode?: "immediate" | "daily" | "weekly";
|
|
12948
|
+
watchlistEnabled?: boolean;
|
|
12949
|
+
advisoriesEnabled?: boolean;
|
|
12950
|
+
repeatedWarningsEnabled?: boolean;
|
|
12951
|
+
teamAlertsEnabled?: boolean;
|
|
12952
|
+
}, {
|
|
12953
|
+
updatedAt?: string;
|
|
12954
|
+
emailEnabled?: boolean;
|
|
12955
|
+
digestMode?: "immediate" | "daily" | "weekly";
|
|
12956
|
+
watchlistEnabled?: boolean;
|
|
12957
|
+
advisoriesEnabled?: boolean;
|
|
12958
|
+
repeatedWarningsEnabled?: boolean;
|
|
12959
|
+
teamAlertsEnabled?: boolean;
|
|
12960
|
+
}>;
|
|
12961
|
+
export declare const guardWatchlistItemSchema: z.ZodObject<{
|
|
12962
|
+
artifactId: z.ZodString;
|
|
12963
|
+
artifactName: z.ZodString;
|
|
12964
|
+
artifactType: z.ZodEnum<["skill", "plugin"]>;
|
|
12965
|
+
artifactSlug: z.ZodString;
|
|
12966
|
+
reason: z.ZodString;
|
|
12967
|
+
source: z.ZodEnum<["manual", "synced", "team-policy"]>;
|
|
12968
|
+
createdAt: z.ZodString;
|
|
12969
|
+
}, "strip", z.ZodTypeAny, {
|
|
12970
|
+
reason?: string;
|
|
12971
|
+
createdAt?: string;
|
|
12972
|
+
artifactId?: string;
|
|
12973
|
+
artifactName?: string;
|
|
12974
|
+
artifactType?: "skill" | "plugin";
|
|
12975
|
+
artifactSlug?: string;
|
|
12976
|
+
source?: "manual" | "synced" | "team-policy";
|
|
12977
|
+
}, {
|
|
12978
|
+
reason?: string;
|
|
12979
|
+
createdAt?: string;
|
|
12980
|
+
artifactId?: string;
|
|
12981
|
+
artifactName?: string;
|
|
12982
|
+
artifactType?: "skill" | "plugin";
|
|
12983
|
+
artifactSlug?: string;
|
|
12984
|
+
source?: "manual" | "synced" | "team-policy";
|
|
12985
|
+
}>;
|
|
12986
|
+
export declare const guardWatchlistResponseSchema: z.ZodObject<{
|
|
12987
|
+
generatedAt: z.ZodString;
|
|
12988
|
+
items: z.ZodArray<z.ZodObject<{
|
|
12989
|
+
artifactId: z.ZodString;
|
|
12990
|
+
artifactName: z.ZodString;
|
|
12991
|
+
artifactType: z.ZodEnum<["skill", "plugin"]>;
|
|
12992
|
+
artifactSlug: z.ZodString;
|
|
12993
|
+
reason: z.ZodString;
|
|
12994
|
+
source: z.ZodEnum<["manual", "synced", "team-policy"]>;
|
|
12995
|
+
createdAt: z.ZodString;
|
|
12996
|
+
}, "strip", z.ZodTypeAny, {
|
|
12997
|
+
reason?: string;
|
|
12998
|
+
createdAt?: string;
|
|
12999
|
+
artifactId?: string;
|
|
13000
|
+
artifactName?: string;
|
|
13001
|
+
artifactType?: "skill" | "plugin";
|
|
13002
|
+
artifactSlug?: string;
|
|
13003
|
+
source?: "manual" | "synced" | "team-policy";
|
|
13004
|
+
}, {
|
|
13005
|
+
reason?: string;
|
|
13006
|
+
createdAt?: string;
|
|
13007
|
+
artifactId?: string;
|
|
13008
|
+
artifactName?: string;
|
|
13009
|
+
artifactType?: "skill" | "plugin";
|
|
13010
|
+
artifactSlug?: string;
|
|
13011
|
+
source?: "manual" | "synced" | "team-policy";
|
|
13012
|
+
}>, "many">;
|
|
13013
|
+
}, "strip", z.ZodTypeAny, {
|
|
13014
|
+
items?: {
|
|
13015
|
+
reason?: string;
|
|
13016
|
+
createdAt?: string;
|
|
13017
|
+
artifactId?: string;
|
|
13018
|
+
artifactName?: string;
|
|
13019
|
+
artifactType?: "skill" | "plugin";
|
|
13020
|
+
artifactSlug?: string;
|
|
13021
|
+
source?: "manual" | "synced" | "team-policy";
|
|
13022
|
+
}[];
|
|
13023
|
+
generatedAt?: string;
|
|
13024
|
+
}, {
|
|
13025
|
+
items?: {
|
|
13026
|
+
reason?: string;
|
|
13027
|
+
createdAt?: string;
|
|
13028
|
+
artifactId?: string;
|
|
13029
|
+
artifactName?: string;
|
|
13030
|
+
artifactType?: "skill" | "plugin";
|
|
13031
|
+
artifactSlug?: string;
|
|
13032
|
+
source?: "manual" | "synced" | "team-policy";
|
|
13033
|
+
}[];
|
|
13034
|
+
generatedAt?: string;
|
|
13035
|
+
}>;
|
|
13036
|
+
export declare const guardExceptionItemSchema: z.ZodObject<{
|
|
13037
|
+
exceptionId: z.ZodString;
|
|
13038
|
+
scope: z.ZodEnum<["artifact", "publisher", "harness", "global"]>;
|
|
13039
|
+
harness: z.ZodNullable<z.ZodString>;
|
|
13040
|
+
artifactId: z.ZodNullable<z.ZodString>;
|
|
13041
|
+
publisher: z.ZodNullable<z.ZodString>;
|
|
13042
|
+
reason: z.ZodString;
|
|
13043
|
+
owner: z.ZodString;
|
|
13044
|
+
source: z.ZodEnum<["manual", "team-policy"]>;
|
|
13045
|
+
expiresAt: z.ZodString;
|
|
13046
|
+
createdAt: z.ZodString;
|
|
13047
|
+
updatedAt: z.ZodString;
|
|
13048
|
+
}, "strip", z.ZodTypeAny, {
|
|
13049
|
+
reason?: string;
|
|
13050
|
+
owner?: string;
|
|
13051
|
+
createdAt?: string;
|
|
13052
|
+
updatedAt?: string;
|
|
13053
|
+
expiresAt?: string;
|
|
13054
|
+
artifactId?: string;
|
|
13055
|
+
harness?: string;
|
|
13056
|
+
publisher?: string;
|
|
13057
|
+
source?: "manual" | "team-policy";
|
|
13058
|
+
exceptionId?: string;
|
|
13059
|
+
scope?: "harness" | "publisher" | "artifact" | "global";
|
|
13060
|
+
}, {
|
|
13061
|
+
reason?: string;
|
|
13062
|
+
owner?: string;
|
|
13063
|
+
createdAt?: string;
|
|
13064
|
+
updatedAt?: string;
|
|
13065
|
+
expiresAt?: string;
|
|
13066
|
+
artifactId?: string;
|
|
13067
|
+
harness?: string;
|
|
13068
|
+
publisher?: string;
|
|
13069
|
+
source?: "manual" | "team-policy";
|
|
13070
|
+
exceptionId?: string;
|
|
13071
|
+
scope?: "harness" | "publisher" | "artifact" | "global";
|
|
13072
|
+
}>;
|
|
13073
|
+
export declare const guardExceptionListResponseSchema: z.ZodObject<{
|
|
13074
|
+
generatedAt: z.ZodString;
|
|
13075
|
+
items: z.ZodArray<z.ZodObject<{
|
|
13076
|
+
exceptionId: z.ZodString;
|
|
13077
|
+
scope: z.ZodEnum<["artifact", "publisher", "harness", "global"]>;
|
|
13078
|
+
harness: z.ZodNullable<z.ZodString>;
|
|
13079
|
+
artifactId: z.ZodNullable<z.ZodString>;
|
|
13080
|
+
publisher: z.ZodNullable<z.ZodString>;
|
|
13081
|
+
reason: z.ZodString;
|
|
13082
|
+
owner: z.ZodString;
|
|
13083
|
+
source: z.ZodEnum<["manual", "team-policy"]>;
|
|
13084
|
+
expiresAt: z.ZodString;
|
|
13085
|
+
createdAt: z.ZodString;
|
|
13086
|
+
updatedAt: z.ZodString;
|
|
13087
|
+
}, "strip", z.ZodTypeAny, {
|
|
13088
|
+
reason?: string;
|
|
13089
|
+
owner?: string;
|
|
13090
|
+
createdAt?: string;
|
|
13091
|
+
updatedAt?: string;
|
|
13092
|
+
expiresAt?: string;
|
|
13093
|
+
artifactId?: string;
|
|
13094
|
+
harness?: string;
|
|
13095
|
+
publisher?: string;
|
|
13096
|
+
source?: "manual" | "team-policy";
|
|
13097
|
+
exceptionId?: string;
|
|
13098
|
+
scope?: "harness" | "publisher" | "artifact" | "global";
|
|
13099
|
+
}, {
|
|
13100
|
+
reason?: string;
|
|
13101
|
+
owner?: string;
|
|
13102
|
+
createdAt?: string;
|
|
13103
|
+
updatedAt?: string;
|
|
13104
|
+
expiresAt?: string;
|
|
13105
|
+
artifactId?: string;
|
|
13106
|
+
harness?: string;
|
|
13107
|
+
publisher?: string;
|
|
13108
|
+
source?: "manual" | "team-policy";
|
|
13109
|
+
exceptionId?: string;
|
|
13110
|
+
scope?: "harness" | "publisher" | "artifact" | "global";
|
|
13111
|
+
}>, "many">;
|
|
13112
|
+
}, "strip", z.ZodTypeAny, {
|
|
13113
|
+
items?: {
|
|
13114
|
+
reason?: string;
|
|
13115
|
+
owner?: string;
|
|
13116
|
+
createdAt?: string;
|
|
13117
|
+
updatedAt?: string;
|
|
13118
|
+
expiresAt?: string;
|
|
13119
|
+
artifactId?: string;
|
|
13120
|
+
harness?: string;
|
|
13121
|
+
publisher?: string;
|
|
13122
|
+
source?: "manual" | "team-policy";
|
|
13123
|
+
exceptionId?: string;
|
|
13124
|
+
scope?: "harness" | "publisher" | "artifact" | "global";
|
|
13125
|
+
}[];
|
|
13126
|
+
generatedAt?: string;
|
|
13127
|
+
}, {
|
|
13128
|
+
items?: {
|
|
13129
|
+
reason?: string;
|
|
13130
|
+
owner?: string;
|
|
13131
|
+
createdAt?: string;
|
|
13132
|
+
updatedAt?: string;
|
|
13133
|
+
expiresAt?: string;
|
|
13134
|
+
artifactId?: string;
|
|
13135
|
+
harness?: string;
|
|
13136
|
+
publisher?: string;
|
|
13137
|
+
source?: "manual" | "team-policy";
|
|
13138
|
+
exceptionId?: string;
|
|
13139
|
+
scope?: "harness" | "publisher" | "artifact" | "global";
|
|
13140
|
+
}[];
|
|
13141
|
+
generatedAt?: string;
|
|
13142
|
+
}>;
|
|
13143
|
+
export declare const guardTeamPolicyAuditItemSchema: z.ZodObject<{
|
|
13144
|
+
changedAt: z.ZodString;
|
|
13145
|
+
actor: z.ZodString;
|
|
13146
|
+
change: z.ZodEnum<["created", "updated"]>;
|
|
13147
|
+
summary: z.ZodString;
|
|
13148
|
+
}, "strip", z.ZodTypeAny, {
|
|
13149
|
+
summary?: string;
|
|
13150
|
+
changedAt?: string;
|
|
13151
|
+
actor?: string;
|
|
13152
|
+
change?: "created" | "updated";
|
|
13153
|
+
}, {
|
|
13154
|
+
summary?: string;
|
|
13155
|
+
changedAt?: string;
|
|
13156
|
+
actor?: string;
|
|
13157
|
+
change?: "created" | "updated";
|
|
13158
|
+
}>;
|
|
13159
|
+
export declare const guardTeamPolicyPackSchema: z.ZodObject<{
|
|
13160
|
+
name: z.ZodString;
|
|
13161
|
+
sharedHarnessDefaults: z.ZodRecord<z.ZodString, z.ZodEnum<["observe", "prompt", "enforce"]>>;
|
|
13162
|
+
allowedPublishers: z.ZodArray<z.ZodString, "many">;
|
|
13163
|
+
blockedArtifacts: z.ZodArray<z.ZodString, "many">;
|
|
13164
|
+
alertChannel: z.ZodEnum<["email", "slack", "teams", "webhook"]>;
|
|
13165
|
+
updatedAt: z.ZodString;
|
|
13166
|
+
auditTrail: z.ZodArray<z.ZodObject<{
|
|
13167
|
+
changedAt: z.ZodString;
|
|
13168
|
+
actor: z.ZodString;
|
|
13169
|
+
change: z.ZodEnum<["created", "updated"]>;
|
|
13170
|
+
summary: z.ZodString;
|
|
13171
|
+
}, "strip", z.ZodTypeAny, {
|
|
13172
|
+
summary?: string;
|
|
13173
|
+
changedAt?: string;
|
|
13174
|
+
actor?: string;
|
|
13175
|
+
change?: "created" | "updated";
|
|
13176
|
+
}, {
|
|
13177
|
+
summary?: string;
|
|
13178
|
+
changedAt?: string;
|
|
13179
|
+
actor?: string;
|
|
13180
|
+
change?: "created" | "updated";
|
|
13181
|
+
}>, "many">;
|
|
13182
|
+
}, "strip", z.ZodTypeAny, {
|
|
13183
|
+
name?: string;
|
|
13184
|
+
updatedAt?: string;
|
|
13185
|
+
blockedArtifacts?: string[];
|
|
13186
|
+
sharedHarnessDefaults?: Record<string, "observe" | "prompt" | "enforce">;
|
|
13187
|
+
allowedPublishers?: string[];
|
|
13188
|
+
alertChannel?: "email" | "slack" | "teams" | "webhook";
|
|
13189
|
+
auditTrail?: {
|
|
13190
|
+
summary?: string;
|
|
13191
|
+
changedAt?: string;
|
|
13192
|
+
actor?: string;
|
|
13193
|
+
change?: "created" | "updated";
|
|
13194
|
+
}[];
|
|
13195
|
+
}, {
|
|
13196
|
+
name?: string;
|
|
13197
|
+
updatedAt?: string;
|
|
13198
|
+
blockedArtifacts?: string[];
|
|
13199
|
+
sharedHarnessDefaults?: Record<string, "observe" | "prompt" | "enforce">;
|
|
13200
|
+
allowedPublishers?: string[];
|
|
13201
|
+
alertChannel?: "email" | "slack" | "teams" | "webhook";
|
|
13202
|
+
auditTrail?: {
|
|
13203
|
+
summary?: string;
|
|
13204
|
+
changedAt?: string;
|
|
13205
|
+
actor?: string;
|
|
13206
|
+
change?: "created" | "updated";
|
|
13207
|
+
}[];
|
|
13208
|
+
}>;
|
|
13209
|
+
export declare const guardDeviceSchema: z.ZodObject<{
|
|
13210
|
+
deviceId: z.ZodString;
|
|
13211
|
+
deviceName: z.ZodString;
|
|
13212
|
+
harnesses: z.ZodArray<z.ZodString, "many">;
|
|
13213
|
+
receiptCount: z.ZodNumber;
|
|
13214
|
+
lastSeenAt: z.ZodString;
|
|
13215
|
+
}, "strip", z.ZodTypeAny, {
|
|
13216
|
+
deviceId?: string;
|
|
13217
|
+
deviceName?: string;
|
|
13218
|
+
harnesses?: string[];
|
|
13219
|
+
lastSeenAt?: string;
|
|
13220
|
+
receiptCount?: number;
|
|
13221
|
+
}, {
|
|
13222
|
+
deviceId?: string;
|
|
13223
|
+
deviceName?: string;
|
|
13224
|
+
harnesses?: string[];
|
|
13225
|
+
lastSeenAt?: string;
|
|
13226
|
+
receiptCount?: number;
|
|
13227
|
+
}>;
|
|
13228
|
+
export declare const guardDeviceListResponseSchema: z.ZodObject<{
|
|
13229
|
+
generatedAt: z.ZodString;
|
|
13230
|
+
items: z.ZodArray<z.ZodObject<{
|
|
13231
|
+
deviceId: z.ZodString;
|
|
13232
|
+
deviceName: z.ZodString;
|
|
13233
|
+
harnesses: z.ZodArray<z.ZodString, "many">;
|
|
13234
|
+
receiptCount: z.ZodNumber;
|
|
13235
|
+
lastSeenAt: z.ZodString;
|
|
13236
|
+
}, "strip", z.ZodTypeAny, {
|
|
13237
|
+
deviceId?: string;
|
|
13238
|
+
deviceName?: string;
|
|
13239
|
+
harnesses?: string[];
|
|
13240
|
+
lastSeenAt?: string;
|
|
13241
|
+
receiptCount?: number;
|
|
13242
|
+
}, {
|
|
13243
|
+
deviceId?: string;
|
|
13244
|
+
deviceName?: string;
|
|
13245
|
+
harnesses?: string[];
|
|
13246
|
+
lastSeenAt?: string;
|
|
13247
|
+
receiptCount?: number;
|
|
13248
|
+
}>, "many">;
|
|
13249
|
+
}, "strip", z.ZodTypeAny, {
|
|
13250
|
+
items?: {
|
|
13251
|
+
deviceId?: string;
|
|
13252
|
+
deviceName?: string;
|
|
13253
|
+
harnesses?: string[];
|
|
13254
|
+
lastSeenAt?: string;
|
|
13255
|
+
receiptCount?: number;
|
|
13256
|
+
}[];
|
|
13257
|
+
generatedAt?: string;
|
|
13258
|
+
}, {
|
|
13259
|
+
items?: {
|
|
13260
|
+
deviceId?: string;
|
|
13261
|
+
deviceName?: string;
|
|
13262
|
+
harnesses?: string[];
|
|
13263
|
+
lastSeenAt?: string;
|
|
13264
|
+
receiptCount?: number;
|
|
13265
|
+
}[];
|
|
13266
|
+
generatedAt?: string;
|
|
12126
13267
|
}>;
|
|
12127
13268
|
export declare const hbarPurchaseIntentResponseSchema: z.ZodObject<{
|
|
12128
13269
|
transaction: z.ZodString;
|
|
@@ -12267,45 +13408,45 @@ export declare const x402MinimumsResponseSchema: z.ZodObject<{
|
|
|
12267
13408
|
}, "strip", z.ZodTypeAny, {
|
|
12268
13409
|
network?: string;
|
|
12269
13410
|
gasLimit?: number;
|
|
13411
|
+
source?: string;
|
|
12270
13412
|
gasPriceWei?: string;
|
|
12271
13413
|
gasUsd?: number;
|
|
12272
13414
|
minUsd?: number;
|
|
12273
13415
|
ethUsd?: number;
|
|
12274
13416
|
fetchedAt?: string;
|
|
12275
|
-
source?: string;
|
|
12276
13417
|
}, {
|
|
12277
13418
|
network?: string;
|
|
12278
13419
|
gasLimit?: number;
|
|
13420
|
+
source?: string;
|
|
12279
13421
|
gasPriceWei?: string;
|
|
12280
13422
|
gasUsd?: number;
|
|
12281
13423
|
minUsd?: number;
|
|
12282
13424
|
ethUsd?: number;
|
|
12283
13425
|
fetchedAt?: string;
|
|
12284
|
-
source?: string;
|
|
12285
13426
|
}>>>;
|
|
12286
13427
|
creditUnitUsd: z.ZodOptional<z.ZodNumber>;
|
|
12287
13428
|
}, "strip", z.ZodTypeAny, {
|
|
12288
13429
|
minimums?: Record<string, {
|
|
12289
13430
|
network?: string;
|
|
12290
13431
|
gasLimit?: number;
|
|
13432
|
+
source?: string;
|
|
12291
13433
|
gasPriceWei?: string;
|
|
12292
13434
|
gasUsd?: number;
|
|
12293
13435
|
minUsd?: number;
|
|
12294
13436
|
ethUsd?: number;
|
|
12295
13437
|
fetchedAt?: string;
|
|
12296
|
-
source?: string;
|
|
12297
13438
|
}>;
|
|
12298
13439
|
creditUnitUsd?: number;
|
|
12299
13440
|
}, {
|
|
12300
13441
|
minimums?: Record<string, {
|
|
12301
13442
|
network?: string;
|
|
12302
13443
|
gasLimit?: number;
|
|
13444
|
+
source?: string;
|
|
12303
13445
|
gasPriceWei?: string;
|
|
12304
13446
|
gasUsd?: number;
|
|
12305
13447
|
minUsd?: number;
|
|
12306
13448
|
ethUsd?: number;
|
|
12307
13449
|
fetchedAt?: string;
|
|
12308
|
-
source?: string;
|
|
12309
13450
|
}>;
|
|
12310
13451
|
creditUnitUsd?: number;
|
|
12311
13452
|
}>;
|