@blue-repository/types 0.1.0 → 0.3.0
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/README.md +1 -1
- package/dist/meta.d.ts +2 -2
- package/dist/meta.d.ts.map +1 -1
- package/dist/meta.js +2 -0
- package/dist/meta.js.map +1 -1
- package/dist/packages/myos/blue-ids.d.ts +13 -0
- package/dist/packages/myos/blue-ids.d.ts.map +1 -1
- package/dist/packages/myos/blue-ids.js +13 -0
- package/dist/packages/myos/blue-ids.js.map +1 -1
- package/dist/packages/myos/contents/LLMAgent.d.ts +8 -0
- package/dist/packages/myos/contents/LLMAgent.d.ts.map +1 -0
- package/dist/packages/myos/contents/LLMAgent.js +8 -0
- package/dist/packages/myos/contents/LLMAgent.js.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantRequested.d.ts +23 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantRequested.d.ts.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantRequested.js +23 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantRequested.js.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantToAccount.d.ts +117 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantToAccount.d.ts.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantToAccount.js +121 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantToAccount.js.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantToDocument.d.ts +123 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantToDocument.d.ts.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantToDocument.js +127 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantToDocument.js.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGranted.d.ts +18 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGranted.d.ts.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGranted.js +18 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGranted.js.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantingInProgress.d.ts +18 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantingInProgress.d.ts.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantingInProgress.js +18 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionGrantingInProgress.js.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionInvalid.d.ts +16 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionInvalid.d.ts.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionInvalid.js +16 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionInvalid.js.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRejected.d.ts +23 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRejected.d.ts.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRejected.js +23 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRejected.js.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRevokeRequested.d.ts +13 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRevokeRequested.d.ts.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRevokeRequested.js +13 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRevokeRequested.js.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRevoked.d.ts +23 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRevoked.d.ts.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRevoked.js +23 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRevoked.js.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRevokingInProgress.d.ts +23 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRevokingInProgress.d.ts.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRevokingInProgress.js +23 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionRevokingInProgress.js.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionSet.d.ts +14 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionSet.d.ts.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionSet.js +14 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionSet.js.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionValidated.d.ts +8 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionValidated.d.ts.map +1 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionValidated.js +8 -0
- package/dist/packages/myos/contents/LinkedDocumentsPermissionValidated.js.map +1 -0
- package/dist/packages/myos/contents/index.d.ts +427 -0
- package/dist/packages/myos/contents/index.d.ts.map +1 -1
- package/dist/packages/myos/contents/index.js +39 -0
- package/dist/packages/myos/contents/index.js.map +1 -1
- package/dist/packages/myos/index.d.ts +3034 -178
- package/dist/packages/myos/index.d.ts.map +1 -1
- package/dist/packages/myos/meta.d.ts +130 -0
- package/dist/packages/myos/meta.d.ts.map +1 -1
- package/dist/packages/myos/meta.js +143 -0
- package/dist/packages/myos/meta.js.map +1 -1
- package/dist/packages/myos/schemas/LLMAgent.d.ts +16 -0
- package/dist/packages/myos/schemas/LLMAgent.d.ts.map +1 -0
- package/dist/packages/myos/schemas/LLMAgent.js +9 -0
- package/dist/packages/myos/schemas/LLMAgent.js.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantRequested.d.ts +136 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantRequested.d.ts.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantRequested.js +13 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantRequested.js.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToAccount.d.ts +728 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToAccount.d.ts.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToAccount.js +27 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToAccount.js.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToDocument.d.ts +664 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToDocument.d.ts.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToDocument.js +28 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToDocument.js.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGranted.d.ts +133 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGranted.d.ts.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGranted.js +12 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGranted.js.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantingInProgress.d.ts +133 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantingInProgress.d.ts.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantingInProgress.js +12 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantingInProgress.js.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionInvalid.d.ts +19 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionInvalid.d.ts.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionInvalid.js +10 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionInvalid.js.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRejected.d.ts +136 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRejected.d.ts.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRejected.js +13 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRejected.js.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevokeRequested.d.ts +25 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevokeRequested.d.ts.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevokeRequested.js +10 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevokeRequested.js.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevoked.d.ts +136 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevoked.d.ts.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevoked.js +13 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevoked.js.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevokingInProgress.d.ts +136 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevokingInProgress.d.ts.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevokingInProgress.js +13 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevokingInProgress.js.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionSet.d.ts +67 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionSet.d.ts.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionSet.js +6 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionSet.js.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionValidated.d.ts +22 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionValidated.d.ts.map +1 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionValidated.js +9 -0
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionValidated.js.map +1 -0
- package/dist/packages/myos/schemas/SingleDocumentPermissionGrantToAccount.d.ts +2 -2
- package/dist/packages/myos/schemas/SingleDocumentPermissionGrantToDocument.d.ts +6 -6
- package/dist/packages/myos/schemas/index.d.ts +2333 -8
- package/dist/packages/myos/schemas/index.d.ts.map +1 -1
- package/dist/packages/myos/schemas/index.js +39 -0
- package/dist/packages/myos/schemas/index.js.map +1 -1
- package/dist/repository.d.ts +3035 -179
- package/dist/repository.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -242,6 +242,122 @@ declare const _default: {
|
|
|
242
242
|
readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
|
|
243
243
|
};
|
|
244
244
|
};
|
|
245
|
+
readonly '3nHZjceYBWLD6nWXo354UhdU5vZWy26rUTL8aRj3xEmd': {
|
|
246
|
+
readonly contracts: {
|
|
247
|
+
readonly granteeChannel: {
|
|
248
|
+
readonly description: "Grantee’s timeline (recipient of the rights)";
|
|
249
|
+
readonly type: {
|
|
250
|
+
readonly blueId: "HCF8mXnX3dFjQ8osjxb4Wzm2Nm1DoXnTYuA5sPnV7NTs";
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
readonly granterChannel: {
|
|
254
|
+
readonly description: "Granter/owner’s timeline (actor allowed to request revoke)";
|
|
255
|
+
readonly type: {
|
|
256
|
+
readonly blueId: "HCF8mXnX3dFjQ8osjxb4Wzm2Nm1DoXnTYuA5sPnV7NTs";
|
|
257
|
+
};
|
|
258
|
+
};
|
|
259
|
+
readonly initLifecycleChannel: {
|
|
260
|
+
readonly event: {
|
|
261
|
+
readonly type: {
|
|
262
|
+
readonly blueId: "BrpmpNt5JkapeUvPqYcxgXZrHNZX3R757dRwuXXdfNM2";
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
readonly type: {
|
|
266
|
+
readonly blueId: "H2aCCTUcLMTJozWkn7HPUjyFBFxamraw1q8DyWk87zxr";
|
|
267
|
+
};
|
|
268
|
+
};
|
|
269
|
+
readonly revoke: {
|
|
270
|
+
readonly channel: {
|
|
271
|
+
readonly type: {
|
|
272
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
273
|
+
};
|
|
274
|
+
readonly value: "granterChannel";
|
|
275
|
+
};
|
|
276
|
+
readonly description: "Granter or grantee indicates the grant should be revoked (MyOS Admin will handle)";
|
|
277
|
+
readonly request: {
|
|
278
|
+
readonly description: "Optional human-readable reason";
|
|
279
|
+
readonly type: {
|
|
280
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
281
|
+
};
|
|
282
|
+
};
|
|
283
|
+
readonly type: {
|
|
284
|
+
readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
readonly revokeImplGranter: {
|
|
288
|
+
readonly operation: {
|
|
289
|
+
readonly type: {
|
|
290
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
291
|
+
};
|
|
292
|
+
readonly value: "revoke";
|
|
293
|
+
};
|
|
294
|
+
readonly steps: {
|
|
295
|
+
readonly items: readonly [{
|
|
296
|
+
readonly code: {
|
|
297
|
+
readonly type: {
|
|
298
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
299
|
+
};
|
|
300
|
+
readonly value: "return {\n events: [\n {\n type: \"MyOS/Linked Documents Permission Revoke Requested\",\n reason: event.message.request\n }\n ]\n};\n";
|
|
301
|
+
};
|
|
302
|
+
readonly name: "EmitRevokeRequested";
|
|
303
|
+
readonly type: {
|
|
304
|
+
readonly blueId: "3hYcmWMtMUPAzXBLFLb7BpuG9537tuTJPCr7pxWXvTZK";
|
|
305
|
+
};
|
|
306
|
+
}];
|
|
307
|
+
};
|
|
308
|
+
readonly type: {
|
|
309
|
+
readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
|
|
310
|
+
};
|
|
311
|
+
};
|
|
312
|
+
readonly validateOnInit: {
|
|
313
|
+
readonly channel: {
|
|
314
|
+
readonly type: {
|
|
315
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
316
|
+
};
|
|
317
|
+
readonly value: "initLifecycleChannel";
|
|
318
|
+
};
|
|
319
|
+
readonly steps: {
|
|
320
|
+
readonly items: readonly [{
|
|
321
|
+
readonly code: {
|
|
322
|
+
readonly type: {
|
|
323
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
324
|
+
};
|
|
325
|
+
readonly value: "const issues = [];\n\n// Required: target session\nconst target = document('/targetSessionId');\nif (!target || typeof target !== 'string') issues.push(\"targetSessionId is missing or invalid\");\n\n// Required: bound identities\nconst granterId = document('/contracts/granterChannel/accountId');\nif (typeof granterId !== 'string' || granterId.length === 0) issues.push(\"granterChannel must be bound to an accountId\");\nconst granteeId = document('/contracts/granteeChannel/accountId');\nif (typeof granteeId !== 'string' || granteeId.length === 0) issues.push(\"granteeChannel must be bound to an accountId\");\n\n// Required: links\nconst links = document('/links');\nif (!links || typeof links !== 'object') issues.push(\"links is missing or invalid\");\n\nconst anchors = Object.keys(links).filter(key => !['description', 'type', 'keyType', 'valueType'].includes(key));\nif (anchors.length === 0) {\n issues.push(\"links must have at least one anchor entry\");\n}\nfor (const anchor of anchors) {\n const perms = links[anchor];\n if (!perms || perms.read !== true) {\n issues.push(`links['${anchor}'].read must be true`);\n }\n const hasSingle = Array.isArray(perms.singleOps) && perms.singleOps.length > 0;\n if (hasSingle && perms.singleOps.some(x => typeof x !== \"string\" || x.trim().length === 0)) {\n issues.push(`links['${anchor}'].singleOps must contain only non-empty strings`);\n }\n if (perms.allOps === true && hasSingle) {\n issues.push(`links['${anchor}'].allOps=true and singleOps are mutually exclusive`);\n }\n}\n\nif (issues.length > 0) return { events: [ { type: \"MyOS/Linked Documents Permission Invalid\", issues } ] };\nreturn { events: [ { type: \"MyOS/Linked Documents Permission Validated\" } ] };\n";
|
|
326
|
+
};
|
|
327
|
+
readonly name: "ValidateBasicShape";
|
|
328
|
+
readonly type: {
|
|
329
|
+
readonly blueId: "3hYcmWMtMUPAzXBLFLb7BpuG9537tuTJPCr7pxWXvTZK";
|
|
330
|
+
};
|
|
331
|
+
}];
|
|
332
|
+
};
|
|
333
|
+
readonly type: {
|
|
334
|
+
readonly blueId: "7X3LkN54Yp88JgZbppPhP6hM3Jqiqv8Z2i4kS7phXtQe";
|
|
335
|
+
};
|
|
336
|
+
};
|
|
337
|
+
};
|
|
338
|
+
readonly granterDocumentSessionId: {
|
|
339
|
+
readonly description: "Optional. If set, MyOS should evaluate authority as this document session\n(principalType='document', granteeId=documentId of this session),\ninstead of the granter accountId.\n";
|
|
340
|
+
readonly type: {
|
|
341
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
342
|
+
};
|
|
343
|
+
};
|
|
344
|
+
readonly links: {
|
|
345
|
+
readonly description: "Map from anchor name to permissions that will be granted for documents linked to the base document via that anchor.";
|
|
346
|
+
readonly type: {
|
|
347
|
+
readonly blueId: "75TXyy5E7vbexVAUZcjZ2vdQaG7fJJbAHAgrh8sMtTp5";
|
|
348
|
+
};
|
|
349
|
+
};
|
|
350
|
+
readonly name: "Linked Documents Permission Grant To Account";
|
|
351
|
+
readonly targetSessionId: {
|
|
352
|
+
readonly description: "Base document session id whose anchors define the scope of this grant.";
|
|
353
|
+
readonly type: {
|
|
354
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
355
|
+
};
|
|
356
|
+
};
|
|
357
|
+
readonly type: {
|
|
358
|
+
readonly blueId: "FHzfgUb3eTqBkgDi1n5QNw5PC1QYGycEVs1c3YSrZ53o";
|
|
359
|
+
};
|
|
360
|
+
};
|
|
245
361
|
readonly '3P4vsTx8Ky2pucXxKgkn8MouveP2DBRjkwZckCG5b9Lb': {
|
|
246
362
|
readonly description: "MyOS Admin forwards operation Response events to the requesting session";
|
|
247
363
|
readonly events: {
|
|
@@ -282,6 +398,128 @@ declare const _default: {
|
|
|
282
398
|
readonly blueId: "CN5efWVizJbRsMCw8YWRfT2q9vM9XfeGDN9wFvYcvMnQ";
|
|
283
399
|
};
|
|
284
400
|
};
|
|
401
|
+
readonly '488CnQXrxMyNAgCVgL85SyHxUK5rZzWzd81eo4JkVHRD': {
|
|
402
|
+
readonly contracts: {
|
|
403
|
+
readonly granterChannel: {
|
|
404
|
+
readonly description: "Granter/owner’s timeline (actor allowed to request revoke)";
|
|
405
|
+
readonly type: {
|
|
406
|
+
readonly blueId: "HCF8mXnX3dFjQ8osjxb4Wzm2Nm1DoXnTYuA5sPnV7NTs";
|
|
407
|
+
};
|
|
408
|
+
};
|
|
409
|
+
readonly initLifecycleChannel: {
|
|
410
|
+
readonly event: {
|
|
411
|
+
readonly type: {
|
|
412
|
+
readonly blueId: "BrpmpNt5JkapeUvPqYcxgXZrHNZX3R757dRwuXXdfNM2";
|
|
413
|
+
};
|
|
414
|
+
};
|
|
415
|
+
readonly type: {
|
|
416
|
+
readonly blueId: "H2aCCTUcLMTJozWkn7HPUjyFBFxamraw1q8DyWk87zxr";
|
|
417
|
+
};
|
|
418
|
+
};
|
|
419
|
+
readonly revoke: {
|
|
420
|
+
readonly channel: {
|
|
421
|
+
readonly type: {
|
|
422
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
423
|
+
};
|
|
424
|
+
readonly value: "granterChannel";
|
|
425
|
+
};
|
|
426
|
+
readonly description: "Granter indicates the grant should be revoked (MyOS Admin will handle)";
|
|
427
|
+
readonly request: {
|
|
428
|
+
readonly description: "Optional human-readable reason";
|
|
429
|
+
readonly type: {
|
|
430
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
431
|
+
};
|
|
432
|
+
};
|
|
433
|
+
readonly type: {
|
|
434
|
+
readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
|
|
435
|
+
};
|
|
436
|
+
};
|
|
437
|
+
readonly revokeImplGranter: {
|
|
438
|
+
readonly operation: {
|
|
439
|
+
readonly type: {
|
|
440
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
441
|
+
};
|
|
442
|
+
readonly value: "revoke";
|
|
443
|
+
};
|
|
444
|
+
readonly steps: {
|
|
445
|
+
readonly items: readonly [{
|
|
446
|
+
readonly code: {
|
|
447
|
+
readonly type: {
|
|
448
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
449
|
+
};
|
|
450
|
+
readonly value: "return {\n events: [\n {\n type: \"MyOS/Linked Documents Permission Revoke Requested\",\n reason: event.message.request\n }\n ]\n};\n";
|
|
451
|
+
};
|
|
452
|
+
readonly name: "EmitRevokeRequested";
|
|
453
|
+
readonly type: {
|
|
454
|
+
readonly blueId: "3hYcmWMtMUPAzXBLFLb7BpuG9537tuTJPCr7pxWXvTZK";
|
|
455
|
+
};
|
|
456
|
+
}];
|
|
457
|
+
};
|
|
458
|
+
readonly type: {
|
|
459
|
+
readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
|
|
460
|
+
};
|
|
461
|
+
};
|
|
462
|
+
readonly validateOnInit: {
|
|
463
|
+
readonly channel: {
|
|
464
|
+
readonly type: {
|
|
465
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
466
|
+
};
|
|
467
|
+
readonly value: "initLifecycleChannel";
|
|
468
|
+
};
|
|
469
|
+
readonly steps: {
|
|
470
|
+
readonly items: readonly [{
|
|
471
|
+
readonly code: {
|
|
472
|
+
readonly type: {
|
|
473
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
474
|
+
};
|
|
475
|
+
readonly value: "const skipValidation = document('/skipValidation');\nif (skipValidation === true) return { events: [] };\n\nconst issues = [];\n\n// Required: target session\nconst target = document('/targetSessionId');\nif (!target || typeof target !== 'string') issues.push(\"targetSessionId is missing or invalid\");\n\n// Required: bound granter identity\nconst granterId = document('/contracts/granterChannel/accountId');\nif (typeof granterId !== 'string' || granterId.length === 0) issues.push(\"granterChannel must be bound to an accountId\");\n\n// Required: grantee document id\nconst gdoc = document('/granteeDocumentId');\nif (typeof gdoc !== 'string' || gdoc.trim().length === 0) issues.push(\"granteeDocumentId must be a non-empty string\");\n\n// Required: links\nconst links = document('/links');\nif (!links || typeof links !== 'object') issues.push(\"links is missing or invalid\");\n\nconst anchors = Object.keys(links).filter(key => !['description', 'type', 'keyType', 'valueType'].includes(key));\nif (anchors.length === 0) {\n issues.push(\"links must have at least one anchor entry\");\n}\nfor (const anchor of anchors) {\n const perms = links[anchor];\n if (!perms || perms.read !== true) {\n issues.push(`links['${anchor}'].read must be true`);\n }\n const hasSingle = Array.isArray(perms.singleOps) && perms.singleOps.length > 0;\n if (hasSingle && perms.singleOps.some(x => typeof x !== \"string\" || x.trim().length === 0)) {\n issues.push(`links['${anchor}'].singleOps must contain only non-empty strings`);\n }\n if (perms.allOps === true && hasSingle) {\n issues.push(`links['${anchor}'].allOps=true and singleOps are mutually exclusive`);\n }\n}\n\nif (issues.length > 0) return { events: [ { type: \"MyOS/Linked Documents Permission Invalid\", issues } ] };\nreturn { events: [ { type: \"MyOS/Linked Documents Permission Validated\" } ] };\n";
|
|
476
|
+
};
|
|
477
|
+
readonly name: "ValidateBasicShape";
|
|
478
|
+
readonly type: {
|
|
479
|
+
readonly blueId: "3hYcmWMtMUPAzXBLFLb7BpuG9537tuTJPCr7pxWXvTZK";
|
|
480
|
+
};
|
|
481
|
+
}];
|
|
482
|
+
};
|
|
483
|
+
readonly type: {
|
|
484
|
+
readonly blueId: "7X3LkN54Yp88JgZbppPhP6hM3Jqiqv8Z2i4kS7phXtQe";
|
|
485
|
+
};
|
|
486
|
+
};
|
|
487
|
+
};
|
|
488
|
+
readonly granteeDocumentId: {
|
|
489
|
+
readonly description: "Required original document id (blueId) that will act as the 'document' principal.";
|
|
490
|
+
readonly type: {
|
|
491
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
492
|
+
};
|
|
493
|
+
};
|
|
494
|
+
readonly granterDocumentSessionId: {
|
|
495
|
+
readonly description: "Optional. If set, MyOS should evaluate authority as this document session\n(principalType='document', granteeId=documentId of this session),\ninstead of the granter accountId.\n";
|
|
496
|
+
readonly type: {
|
|
497
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
498
|
+
};
|
|
499
|
+
};
|
|
500
|
+
readonly links: {
|
|
501
|
+
readonly description: "Map from anchor name to permissions that will be granted for documents linked to the base document via that anchor.";
|
|
502
|
+
readonly type: {
|
|
503
|
+
readonly blueId: "75TXyy5E7vbexVAUZcjZ2vdQaG7fJJbAHAgrh8sMtTp5";
|
|
504
|
+
};
|
|
505
|
+
};
|
|
506
|
+
readonly name: "Linked Documents Permission Grant To Document";
|
|
507
|
+
readonly skipValidation: {
|
|
508
|
+
readonly description: "If true, the validation will be skipped (MyOS Admin won't be triggered to create permission grant)";
|
|
509
|
+
readonly type: {
|
|
510
|
+
readonly blueId: "4EzhSubEimSQD3zrYHRtobfPPWntUuhEz8YcdxHsi12u";
|
|
511
|
+
};
|
|
512
|
+
};
|
|
513
|
+
readonly targetSessionId: {
|
|
514
|
+
readonly description: "Base document session id whose anchors define the scope of this grant.";
|
|
515
|
+
readonly type: {
|
|
516
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
517
|
+
};
|
|
518
|
+
};
|
|
519
|
+
readonly type: {
|
|
520
|
+
readonly blueId: "FHzfgUb3eTqBkgDi1n5QNw5PC1QYGycEVs1c3YSrZ53o";
|
|
521
|
+
};
|
|
522
|
+
};
|
|
285
523
|
readonly '4cmrbevB6K23ZenjqwmNxpnaw6RF4VB3wkP7XB59V7W5': {
|
|
286
524
|
readonly description: "Dictionary of named outgoing connections from this document to anchors on other documents or sessions. MyOS indexes supported link variants to power discovery.";
|
|
287
525
|
readonly keyType: {
|
|
@@ -514,9 +752,34 @@ declare const _default: {
|
|
|
514
752
|
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
515
753
|
};
|
|
516
754
|
};
|
|
755
|
+
readonly '6fTSbBwfj3zkin6EjGevF16QzokKa1xNXrDjdQwbDir7': {
|
|
756
|
+
readonly description: "Emitted by revoke operation";
|
|
757
|
+
readonly name: "Linked Documents Permission Revoke Requested";
|
|
758
|
+
readonly reason: {
|
|
759
|
+
readonly type: {
|
|
760
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
761
|
+
};
|
|
762
|
+
};
|
|
763
|
+
readonly type: {
|
|
764
|
+
readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
|
|
765
|
+
};
|
|
766
|
+
};
|
|
517
767
|
readonly '6tzp2YX1rei3aAXg22SqYbeiiteGthj1LesTNCWm7wbU': {
|
|
518
768
|
readonly name: "MyOS Participants Orchestration";
|
|
519
769
|
};
|
|
770
|
+
readonly '75TXyy5E7vbexVAUZcjZ2vdQaG7fJJbAHAgrh8sMtTp5': {
|
|
771
|
+
readonly description: "Map from anchor name to permissions that will be granted for documents linked to the base document via that anchor.";
|
|
772
|
+
readonly keyType: {
|
|
773
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
774
|
+
};
|
|
775
|
+
readonly name: "Linked Documents Permission Set";
|
|
776
|
+
readonly type: {
|
|
777
|
+
readonly blueId: "G7fBT9PSod1RfHLHkpafAGBDVAJMrMhAMY51ERcyXNrj";
|
|
778
|
+
};
|
|
779
|
+
readonly valueType: {
|
|
780
|
+
readonly blueId: "DRDQcve5AjwBK9z6Njfa4MNERko7Uf4ucvARFdC6sL54";
|
|
781
|
+
};
|
|
782
|
+
};
|
|
520
783
|
readonly '7Usvk6dZMVqas3yqs23ZEXn1zu1YDPjgYiZFNYaw3puH': {
|
|
521
784
|
readonly description: "Dictionary of named incoming connection points (anchors) that other documents can link to. Links to an anchor are by its dictionary key.";
|
|
522
785
|
readonly keyType: {
|
|
@@ -954,6 +1217,23 @@ declare const _default: {
|
|
|
954
1217
|
readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
|
|
955
1218
|
};
|
|
956
1219
|
};
|
|
1220
|
+
readonly '8rdTEmuSkwgzj47Uc4tLdSk1wSd8NG5Q6vTFZt8hXbHK': {
|
|
1221
|
+
readonly description: "MyOS Admin has started applying the Linked Documents Permission Grant.";
|
|
1222
|
+
readonly links: {
|
|
1223
|
+
readonly type: {
|
|
1224
|
+
readonly blueId: "75TXyy5E7vbexVAUZcjZ2vdQaG7fJJbAHAgrh8sMtTp5";
|
|
1225
|
+
};
|
|
1226
|
+
};
|
|
1227
|
+
readonly name: "Linked Documents Permission Granting in Progress";
|
|
1228
|
+
readonly targetSessionId: {
|
|
1229
|
+
readonly type: {
|
|
1230
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
1231
|
+
};
|
|
1232
|
+
};
|
|
1233
|
+
readonly type: {
|
|
1234
|
+
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
1235
|
+
};
|
|
1236
|
+
};
|
|
957
1237
|
readonly '8s2rAFDtiB6sCwqeURkT4Lq7fcc2FXBkmX9B9p7R4Boc': {
|
|
958
1238
|
readonly description: "Marker type for a specialized Blue document that MyOS treats as an Agent, enabling richer UI and behaviors while remaining a standard Blue document.";
|
|
959
1239
|
readonly name: "Agent";
|
|
@@ -1036,15 +1316,37 @@ declare const _default: {
|
|
|
1036
1316
|
};
|
|
1037
1317
|
};
|
|
1038
1318
|
};
|
|
1039
|
-
readonly
|
|
1040
|
-
readonly description: "
|
|
1041
|
-
readonly
|
|
1319
|
+
readonly '9J18sDqoJX8KKutFwuzxeSdXiGuRbJB2yCfADGSKax6h': {
|
|
1320
|
+
readonly description: "All rights from this LDPG have been revoked.";
|
|
1321
|
+
readonly links: {
|
|
1322
|
+
readonly type: {
|
|
1323
|
+
readonly blueId: "75TXyy5E7vbexVAUZcjZ2vdQaG7fJJbAHAgrh8sMtTp5";
|
|
1324
|
+
};
|
|
1325
|
+
};
|
|
1326
|
+
readonly name: "Linked Documents Permission Revoked";
|
|
1042
1327
|
readonly reason: {
|
|
1043
1328
|
readonly type: {
|
|
1044
1329
|
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
1045
1330
|
};
|
|
1046
1331
|
};
|
|
1047
|
-
readonly
|
|
1332
|
+
readonly targetSessionId: {
|
|
1333
|
+
readonly type: {
|
|
1334
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
1335
|
+
};
|
|
1336
|
+
};
|
|
1337
|
+
readonly type: {
|
|
1338
|
+
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
1339
|
+
};
|
|
1340
|
+
};
|
|
1341
|
+
readonly ABJ7njZbfTXNP173SCoMytQtVfMXCEwPdFhSJ7F3Vbx9: {
|
|
1342
|
+
readonly description: "Emitted by revoke operation";
|
|
1343
|
+
readonly name: "Worker Agency Permission Revoke Requested";
|
|
1344
|
+
readonly reason: {
|
|
1345
|
+
readonly type: {
|
|
1346
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
1347
|
+
};
|
|
1348
|
+
};
|
|
1349
|
+
readonly type: {
|
|
1048
1350
|
readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
|
|
1049
1351
|
};
|
|
1050
1352
|
};
|
|
@@ -1222,6 +1524,23 @@ declare const _default: {
|
|
|
1222
1524
|
readonly blueId: "D2ERUvbpn6R6PR7hjFsGofwQsu9bkRfc6wbSYHcfJtMD";
|
|
1223
1525
|
};
|
|
1224
1526
|
};
|
|
1527
|
+
readonly BM9qSFkhY9CV4BwHFP6DrrB9VbFZhTfwxCeS8Kh96o5N: {
|
|
1528
|
+
readonly description: "All initial rights from this LDPG have been persisted.";
|
|
1529
|
+
readonly links: {
|
|
1530
|
+
readonly type: {
|
|
1531
|
+
readonly blueId: "75TXyy5E7vbexVAUZcjZ2vdQaG7fJJbAHAgrh8sMtTp5";
|
|
1532
|
+
};
|
|
1533
|
+
};
|
|
1534
|
+
readonly name: "Linked Documents Permission Granted";
|
|
1535
|
+
readonly targetSessionId: {
|
|
1536
|
+
readonly type: {
|
|
1537
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
1538
|
+
};
|
|
1539
|
+
};
|
|
1540
|
+
readonly type: {
|
|
1541
|
+
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
1542
|
+
};
|
|
1543
|
+
};
|
|
1225
1544
|
readonly BnrAcFrEHzoARE2yqKmRv7jrPWCbJsVBqSoXwWCaTtrk: {
|
|
1226
1545
|
readonly description: "Document asks MyOS Admin to mediate a subscription to a target session it can READ.";
|
|
1227
1546
|
readonly name: "Subscribe to Session Requested";
|
|
@@ -1268,6 +1587,28 @@ declare const _default: {
|
|
|
1268
1587
|
readonly CeWyRmXAMZqvWBvby2KbRUZWcS7Pdxs42vnMXgn9gg6H: {
|
|
1269
1588
|
readonly name: "MyOS Session Interaction";
|
|
1270
1589
|
};
|
|
1590
|
+
readonly Cg3FfBGZZSfviaJg4Jsf7Cbg4jLRPYDcrbT65YD4vjxi: {
|
|
1591
|
+
readonly description: "Grant could not be applied.";
|
|
1592
|
+
readonly links: {
|
|
1593
|
+
readonly type: {
|
|
1594
|
+
readonly blueId: "75TXyy5E7vbexVAUZcjZ2vdQaG7fJJbAHAgrh8sMtTp5";
|
|
1595
|
+
};
|
|
1596
|
+
};
|
|
1597
|
+
readonly name: "Linked Documents Permission Rejected";
|
|
1598
|
+
readonly reason: {
|
|
1599
|
+
readonly type: {
|
|
1600
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
1601
|
+
};
|
|
1602
|
+
};
|
|
1603
|
+
readonly targetSessionId: {
|
|
1604
|
+
readonly type: {
|
|
1605
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
1606
|
+
};
|
|
1607
|
+
};
|
|
1608
|
+
readonly type: {
|
|
1609
|
+
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
1610
|
+
};
|
|
1611
|
+
};
|
|
1271
1612
|
readonly CocmZUt2K7LuGukwuPSAFC7EFo5HZonozAm4tUsSmuFB: {
|
|
1272
1613
|
readonly accountStatus: {
|
|
1273
1614
|
readonly description: "Participant's MyOS account status from bootstrap events (Active | Inactive | Failed)";
|
|
@@ -1361,6 +1702,28 @@ declare const _default: {
|
|
|
1361
1702
|
readonly blueId: "D2ERUvbpn6R6PR7hjFsGofwQsu9bkRfc6wbSYHcfJtMD";
|
|
1362
1703
|
};
|
|
1363
1704
|
};
|
|
1705
|
+
readonly DBv2TLwytwBgvrSVeauLjTZYycf8hiXgdadoyRVDfjhS: {
|
|
1706
|
+
readonly description: "Ask MyOS Admin to grant permisison to document (event emitter) for a concrete target session.";
|
|
1707
|
+
readonly links: {
|
|
1708
|
+
readonly type: {
|
|
1709
|
+
readonly blueId: "75TXyy5E7vbexVAUZcjZ2vdQaG7fJJbAHAgrh8sMtTp5";
|
|
1710
|
+
};
|
|
1711
|
+
};
|
|
1712
|
+
readonly name: "Linked Documents Permission Grant Requested";
|
|
1713
|
+
readonly onBehalfOf: {
|
|
1714
|
+
readonly type: {
|
|
1715
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
1716
|
+
};
|
|
1717
|
+
};
|
|
1718
|
+
readonly targetSessionId: {
|
|
1719
|
+
readonly type: {
|
|
1720
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
1721
|
+
};
|
|
1722
|
+
};
|
|
1723
|
+
readonly type: {
|
|
1724
|
+
readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
|
|
1725
|
+
};
|
|
1726
|
+
};
|
|
1364
1727
|
readonly Dd53JjiBGUnASZXjhiHBqCSnruN2XmLtcW2vNQB7Sm34: {
|
|
1365
1728
|
readonly description: "MyOS Admin accepted the call and submitted the operation request.";
|
|
1366
1729
|
readonly name: "Call Operation Accepted";
|
|
@@ -1380,6 +1743,20 @@ declare const _default: {
|
|
|
1380
1743
|
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
1381
1744
|
};
|
|
1382
1745
|
};
|
|
1746
|
+
readonly DFMcBSRfNqK6NqdNLCF8b88soezajjq4gyBS8QRzSBhe: {
|
|
1747
|
+
readonly description: "Emitted when the LDPG passes local validation.";
|
|
1748
|
+
readonly name: "Linked Documents Permission Validated";
|
|
1749
|
+
readonly type: {
|
|
1750
|
+
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
1751
|
+
};
|
|
1752
|
+
};
|
|
1753
|
+
readonly DL73vQGQGdEFA53shnv58CkVJVVs5P5Hygc5qNghY5Zf: {
|
|
1754
|
+
readonly description: "Marker type for a specialized Blue document that MyOS treats as an Agent, enabling richer UI and behaviors while remaining a standard Blue document.";
|
|
1755
|
+
readonly name: "LLM Agent";
|
|
1756
|
+
readonly type: {
|
|
1757
|
+
readonly blueId: "8s2rAFDtiB6sCwqeURkT4Lq7fcc2FXBkmX9B9p7R4Boc";
|
|
1758
|
+
};
|
|
1759
|
+
};
|
|
1383
1760
|
readonly DRDQcve5AjwBK9z6Njfa4MNERko7Uf4ucvARFdC6sL54: {
|
|
1384
1761
|
readonly allOps: {
|
|
1385
1762
|
readonly type: {
|
|
@@ -1442,6 +1819,21 @@ declare const _default: {
|
|
|
1442
1819
|
readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
|
|
1443
1820
|
};
|
|
1444
1821
|
};
|
|
1822
|
+
readonly ENswN7PB5Ty8mfy1AdFsu2QR9jMjCsm5AGGJgkYSTrWU: {
|
|
1823
|
+
readonly description: "Emitted when LDPG fails local validation.";
|
|
1824
|
+
readonly issues: {
|
|
1825
|
+
readonly itemType: {
|
|
1826
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
1827
|
+
};
|
|
1828
|
+
readonly type: {
|
|
1829
|
+
readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
|
|
1830
|
+
};
|
|
1831
|
+
};
|
|
1832
|
+
readonly name: "Linked Documents Permission Invalid";
|
|
1833
|
+
readonly type: {
|
|
1834
|
+
readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
|
|
1835
|
+
};
|
|
1836
|
+
};
|
|
1445
1837
|
readonly EQhLKv5EAcFriegGYEP7ykwbjeyzFoaTxeizzuTd8VDq: {
|
|
1446
1838
|
readonly channelName: {
|
|
1447
1839
|
readonly type: {
|
|
@@ -1921,6 +2313,28 @@ declare const _default: {
|
|
|
1921
2313
|
readonly description: "Optional Blue document template recommendation for linking documents. Used by MyOS UI for validation and filtering; not protocol-enforced.";
|
|
1922
2314
|
};
|
|
1923
2315
|
};
|
|
2316
|
+
readonly HTvyBGjSkM4gmJxhwznVMM1aU7UUaKCcWQY9qgU6JfvH: {
|
|
2317
|
+
readonly description: "MyOS Admin has started revoking this LDPG.";
|
|
2318
|
+
readonly links: {
|
|
2319
|
+
readonly type: {
|
|
2320
|
+
readonly blueId: "75TXyy5E7vbexVAUZcjZ2vdQaG7fJJbAHAgrh8sMtTp5";
|
|
2321
|
+
};
|
|
2322
|
+
};
|
|
2323
|
+
readonly name: "Linked Documents Permission Revoking in Progress";
|
|
2324
|
+
readonly reason: {
|
|
2325
|
+
readonly type: {
|
|
2326
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
2327
|
+
};
|
|
2328
|
+
};
|
|
2329
|
+
readonly targetSessionId: {
|
|
2330
|
+
readonly type: {
|
|
2331
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
2332
|
+
};
|
|
2333
|
+
};
|
|
2334
|
+
readonly type: {
|
|
2335
|
+
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
2336
|
+
};
|
|
2337
|
+
};
|
|
1924
2338
|
readonly HzQyVKvSQ2cienAkjW5R8HgTcStPe13p8eoB4vXr7dAc: {
|
|
1925
2339
|
readonly allowedWorkerAgencyPermissions: {
|
|
1926
2340
|
readonly itemType: {
|
|
@@ -3573,190 +3987,2502 @@ declare const _default: {
|
|
|
3573
3987
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3574
3988
|
}, {
|
|
3575
3989
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3576
|
-
documentType: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
3990
|
+
documentType: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
3991
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3992
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
3993
|
+
description?: string | undefined;
|
|
3994
|
+
name?: string | undefined;
|
|
3995
|
+
anchor?: string | undefined;
|
|
3996
|
+
documentType?: import("@blue-labs/language").BlueNode | undefined;
|
|
3997
|
+
}, {
|
|
3998
|
+
description?: string | undefined;
|
|
3999
|
+
name?: string | undefined;
|
|
4000
|
+
anchor?: string | undefined;
|
|
4001
|
+
documentType?: import("@blue-labs/language").BlueNode | undefined;
|
|
4002
|
+
}>;
|
|
4003
|
+
readonly CrGV4ZYjvPvMqrgNQAfgZCUnFjFW6HDjYNdon2chLKU3: import("zod").ZodObject<{
|
|
4004
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4005
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4006
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4007
|
+
package: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
4008
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4009
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4010
|
+
}, {
|
|
4011
|
+
agentStoreDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4012
|
+
automationTemplate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4013
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4014
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4015
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4016
|
+
description?: string | undefined;
|
|
4017
|
+
name?: string | undefined;
|
|
4018
|
+
}, {
|
|
4019
|
+
description?: string | undefined;
|
|
4020
|
+
name?: string | undefined;
|
|
4021
|
+
}>>;
|
|
4022
|
+
capabilities: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
4023
|
+
channelBindings: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
4024
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4025
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4026
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4027
|
+
}, {
|
|
4028
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4029
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
4030
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4031
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
4032
|
+
description?: string | undefined;
|
|
4033
|
+
name?: string | undefined;
|
|
4034
|
+
order?: number | undefined;
|
|
4035
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4036
|
+
}, {
|
|
4037
|
+
description?: string | undefined;
|
|
4038
|
+
name?: string | undefined;
|
|
4039
|
+
order?: number | undefined;
|
|
4040
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4041
|
+
}>>>;
|
|
4042
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4043
|
+
document: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
4044
|
+
initialMessages: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4045
|
+
defaultMessage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4046
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4047
|
+
perChannel: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
4048
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4049
|
+
description?: string | undefined;
|
|
4050
|
+
defaultMessage?: string | undefined;
|
|
4051
|
+
perChannel?: Record<string, string> | undefined;
|
|
4052
|
+
}, {
|
|
4053
|
+
description?: string | undefined;
|
|
4054
|
+
defaultMessage?: string | undefined;
|
|
4055
|
+
perChannel?: Record<string, string> | undefined;
|
|
4056
|
+
}>>;
|
|
4057
|
+
installerChannel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4058
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4059
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
4060
|
+
description?: string | undefined;
|
|
4061
|
+
name?: string | undefined;
|
|
4062
|
+
document?: import("@blue-labs/language").BlueNode | undefined;
|
|
4063
|
+
capabilities?: Record<string, boolean> | undefined;
|
|
4064
|
+
channelBindings?: Record<string, {
|
|
4065
|
+
description?: string | undefined;
|
|
4066
|
+
name?: string | undefined;
|
|
4067
|
+
order?: number | undefined;
|
|
4068
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4069
|
+
}> | undefined;
|
|
4070
|
+
initialMessages?: {
|
|
4071
|
+
description?: string | undefined;
|
|
4072
|
+
defaultMessage?: string | undefined;
|
|
4073
|
+
perChannel?: Record<string, string> | undefined;
|
|
4074
|
+
} | undefined;
|
|
4075
|
+
agentStoreDescription?: string | undefined;
|
|
4076
|
+
automationTemplate?: {
|
|
4077
|
+
description?: string | undefined;
|
|
4078
|
+
name?: string | undefined;
|
|
4079
|
+
} | undefined;
|
|
4080
|
+
installerChannel?: string | undefined;
|
|
4081
|
+
}, {
|
|
4082
|
+
description?: string | undefined;
|
|
4083
|
+
name?: string | undefined;
|
|
4084
|
+
document?: import("@blue-labs/language").BlueNode | undefined;
|
|
4085
|
+
capabilities?: Record<string, boolean> | undefined;
|
|
4086
|
+
channelBindings?: Record<string, {
|
|
4087
|
+
description?: string | undefined;
|
|
4088
|
+
name?: string | undefined;
|
|
4089
|
+
order?: number | undefined;
|
|
4090
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4091
|
+
}> | undefined;
|
|
4092
|
+
initialMessages?: {
|
|
4093
|
+
description?: string | undefined;
|
|
4094
|
+
defaultMessage?: string | undefined;
|
|
4095
|
+
perChannel?: Record<string, string> | undefined;
|
|
4096
|
+
} | undefined;
|
|
4097
|
+
agentStoreDescription?: string | undefined;
|
|
4098
|
+
automationTemplate?: {
|
|
4099
|
+
description?: string | undefined;
|
|
4100
|
+
name?: string | undefined;
|
|
4101
|
+
} | undefined;
|
|
4102
|
+
installerChannel?: string | undefined;
|
|
4103
|
+
}>>;
|
|
4104
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4105
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4106
|
+
message?: string | undefined;
|
|
4107
|
+
description?: string | undefined;
|
|
4108
|
+
name?: string | undefined;
|
|
4109
|
+
title?: string | undefined;
|
|
4110
|
+
package?: {
|
|
4111
|
+
description?: string | undefined;
|
|
4112
|
+
name?: string | undefined;
|
|
4113
|
+
document?: import("@blue-labs/language").BlueNode | undefined;
|
|
4114
|
+
capabilities?: Record<string, boolean> | undefined;
|
|
4115
|
+
channelBindings?: Record<string, {
|
|
4116
|
+
description?: string | undefined;
|
|
4117
|
+
name?: string | undefined;
|
|
4118
|
+
order?: number | undefined;
|
|
4119
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4120
|
+
}> | undefined;
|
|
4121
|
+
initialMessages?: {
|
|
4122
|
+
description?: string | undefined;
|
|
4123
|
+
defaultMessage?: string | undefined;
|
|
4124
|
+
perChannel?: Record<string, string> | undefined;
|
|
4125
|
+
} | undefined;
|
|
4126
|
+
agentStoreDescription?: string | undefined;
|
|
4127
|
+
automationTemplate?: {
|
|
4128
|
+
description?: string | undefined;
|
|
4129
|
+
name?: string | undefined;
|
|
4130
|
+
} | undefined;
|
|
4131
|
+
installerChannel?: string | undefined;
|
|
4132
|
+
} | undefined;
|
|
4133
|
+
}, {
|
|
4134
|
+
message?: string | undefined;
|
|
4135
|
+
description?: string | undefined;
|
|
4136
|
+
name?: string | undefined;
|
|
4137
|
+
title?: string | undefined;
|
|
4138
|
+
package?: {
|
|
4139
|
+
description?: string | undefined;
|
|
4140
|
+
name?: string | undefined;
|
|
4141
|
+
document?: import("@blue-labs/language").BlueNode | undefined;
|
|
4142
|
+
capabilities?: Record<string, boolean> | undefined;
|
|
4143
|
+
channelBindings?: Record<string, {
|
|
4144
|
+
description?: string | undefined;
|
|
4145
|
+
name?: string | undefined;
|
|
4146
|
+
order?: number | undefined;
|
|
4147
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4148
|
+
}> | undefined;
|
|
4149
|
+
initialMessages?: {
|
|
4150
|
+
description?: string | undefined;
|
|
4151
|
+
defaultMessage?: string | undefined;
|
|
4152
|
+
perChannel?: Record<string, string> | undefined;
|
|
4153
|
+
} | undefined;
|
|
4154
|
+
agentStoreDescription?: string | undefined;
|
|
4155
|
+
automationTemplate?: {
|
|
4156
|
+
description?: string | undefined;
|
|
4157
|
+
name?: string | undefined;
|
|
4158
|
+
} | undefined;
|
|
4159
|
+
installerChannel?: string | undefined;
|
|
4160
|
+
} | undefined;
|
|
4161
|
+
}>;
|
|
4162
|
+
readonly D2ERUvbpn6R6PR7hjFsGofwQsu9bkRfc6wbSYHcfJtMD: import("zod").ZodObject<{
|
|
4163
|
+
anchor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4164
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4165
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4166
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4167
|
+
description?: string | undefined;
|
|
4168
|
+
name?: string | undefined;
|
|
4169
|
+
anchor?: string | undefined;
|
|
4170
|
+
}, {
|
|
4171
|
+
description?: string | undefined;
|
|
4172
|
+
name?: string | undefined;
|
|
4173
|
+
anchor?: string | undefined;
|
|
4174
|
+
}>;
|
|
4175
|
+
readonly DBv2TLwytwBgvrSVeauLjTZYycf8hiXgdadoyRVDfjhS: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
4176
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4177
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4178
|
+
}, {
|
|
4179
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4180
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4181
|
+
requestId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4182
|
+
}>, {
|
|
4183
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4184
|
+
links: import("zod").ZodOptional<import("zod").ZodObject<{}, "strip", import("zod").ZodObject<{
|
|
4185
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4186
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4187
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4188
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4189
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4190
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
4191
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4192
|
+
description?: string | undefined;
|
|
4193
|
+
name?: string | undefined;
|
|
4194
|
+
allOps?: boolean | undefined;
|
|
4195
|
+
read?: boolean | undefined;
|
|
4196
|
+
share?: boolean | undefined;
|
|
4197
|
+
singleOps?: string[] | undefined;
|
|
4198
|
+
}, {
|
|
4199
|
+
description?: string | undefined;
|
|
4200
|
+
name?: string | undefined;
|
|
4201
|
+
allOps?: boolean | undefined;
|
|
4202
|
+
read?: boolean | undefined;
|
|
4203
|
+
share?: boolean | undefined;
|
|
4204
|
+
singleOps?: string[] | undefined;
|
|
4205
|
+
}>, import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
4206
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4207
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4208
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4209
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4210
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4211
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
4212
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4213
|
+
description?: string | undefined;
|
|
4214
|
+
name?: string | undefined;
|
|
4215
|
+
allOps?: boolean | undefined;
|
|
4216
|
+
read?: boolean | undefined;
|
|
4217
|
+
share?: boolean | undefined;
|
|
4218
|
+
singleOps?: string[] | undefined;
|
|
4219
|
+
}, {
|
|
4220
|
+
description?: string | undefined;
|
|
4221
|
+
name?: string | undefined;
|
|
4222
|
+
allOps?: boolean | undefined;
|
|
4223
|
+
read?: boolean | undefined;
|
|
4224
|
+
share?: boolean | undefined;
|
|
4225
|
+
singleOps?: string[] | undefined;
|
|
4226
|
+
}>, "strip">, import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
4227
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4228
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4229
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4230
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4231
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4232
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
4233
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4234
|
+
description?: string | undefined;
|
|
4235
|
+
name?: string | undefined;
|
|
4236
|
+
allOps?: boolean | undefined;
|
|
4237
|
+
read?: boolean | undefined;
|
|
4238
|
+
share?: boolean | undefined;
|
|
4239
|
+
singleOps?: string[] | undefined;
|
|
4240
|
+
}, {
|
|
4241
|
+
description?: string | undefined;
|
|
4242
|
+
name?: string | undefined;
|
|
4243
|
+
allOps?: boolean | undefined;
|
|
4244
|
+
read?: boolean | undefined;
|
|
4245
|
+
share?: boolean | undefined;
|
|
4246
|
+
singleOps?: string[] | undefined;
|
|
4247
|
+
}>, "strip">>>;
|
|
4248
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4249
|
+
onBehalfOf: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4250
|
+
targetSessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4251
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
4252
|
+
description?: string | undefined;
|
|
4253
|
+
name?: string | undefined;
|
|
4254
|
+
requestId?: string | undefined;
|
|
4255
|
+
onBehalfOf?: string | undefined;
|
|
4256
|
+
targetSessionId?: string | undefined;
|
|
4257
|
+
links?: import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
4258
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4259
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4260
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4261
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4262
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4263
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
4264
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4265
|
+
description?: string | undefined;
|
|
4266
|
+
name?: string | undefined;
|
|
4267
|
+
allOps?: boolean | undefined;
|
|
4268
|
+
read?: boolean | undefined;
|
|
4269
|
+
share?: boolean | undefined;
|
|
4270
|
+
singleOps?: string[] | undefined;
|
|
4271
|
+
}, {
|
|
4272
|
+
description?: string | undefined;
|
|
4273
|
+
name?: string | undefined;
|
|
4274
|
+
allOps?: boolean | undefined;
|
|
4275
|
+
read?: boolean | undefined;
|
|
4276
|
+
share?: boolean | undefined;
|
|
4277
|
+
singleOps?: string[] | undefined;
|
|
4278
|
+
}>, "strip"> | undefined;
|
|
4279
|
+
}, {
|
|
4280
|
+
description?: string | undefined;
|
|
4281
|
+
name?: string | undefined;
|
|
4282
|
+
requestId?: string | undefined;
|
|
4283
|
+
onBehalfOf?: string | undefined;
|
|
4284
|
+
targetSessionId?: string | undefined;
|
|
4285
|
+
links?: import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
4286
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4287
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4288
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4289
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4290
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4291
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
4292
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4293
|
+
description?: string | undefined;
|
|
4294
|
+
name?: string | undefined;
|
|
4295
|
+
allOps?: boolean | undefined;
|
|
4296
|
+
read?: boolean | undefined;
|
|
4297
|
+
share?: boolean | undefined;
|
|
4298
|
+
singleOps?: string[] | undefined;
|
|
4299
|
+
}, {
|
|
4300
|
+
description?: string | undefined;
|
|
4301
|
+
name?: string | undefined;
|
|
4302
|
+
allOps?: boolean | undefined;
|
|
4303
|
+
read?: boolean | undefined;
|
|
4304
|
+
share?: boolean | undefined;
|
|
4305
|
+
singleOps?: string[] | undefined;
|
|
4306
|
+
}>, "strip"> | undefined;
|
|
4307
|
+
}>;
|
|
4308
|
+
readonly '3nHZjceYBWLD6nWXo354UhdU5vZWy26rUTL8aRj3xEmd': import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
4309
|
+
contracts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4310
|
+
myOsAdminChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
4311
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4312
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4313
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4314
|
+
}, {
|
|
4315
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4316
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
4317
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4318
|
+
}>, {
|
|
4319
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4320
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4321
|
+
timelineId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4322
|
+
}>, {
|
|
4323
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4324
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4325
|
+
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4326
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4327
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
4328
|
+
description?: string | undefined;
|
|
4329
|
+
name?: string | undefined;
|
|
4330
|
+
order?: number | undefined;
|
|
4331
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4332
|
+
timelineId?: string | undefined;
|
|
4333
|
+
accountId?: string | undefined;
|
|
4334
|
+
email?: string | undefined;
|
|
4335
|
+
}, {
|
|
4336
|
+
description?: string | undefined;
|
|
4337
|
+
name?: string | undefined;
|
|
4338
|
+
order?: number | undefined;
|
|
4339
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4340
|
+
timelineId?: string | undefined;
|
|
4341
|
+
accountId?: string | undefined;
|
|
4342
|
+
email?: string | undefined;
|
|
4343
|
+
}>>;
|
|
4344
|
+
myOsAdminUpdate: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
4345
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4346
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4347
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4348
|
+
}, {
|
|
4349
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4350
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4351
|
+
}>, {
|
|
4352
|
+
channel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4353
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4354
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4355
|
+
request: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
4356
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
4357
|
+
description?: string | undefined;
|
|
4358
|
+
name?: string | undefined;
|
|
4359
|
+
order?: number | undefined;
|
|
4360
|
+
channel?: string | undefined;
|
|
4361
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
4362
|
+
}, {
|
|
4363
|
+
description?: string | undefined;
|
|
4364
|
+
name?: string | undefined;
|
|
4365
|
+
order?: number | undefined;
|
|
4366
|
+
channel?: string | undefined;
|
|
4367
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
4368
|
+
}>>;
|
|
4369
|
+
myOsAdminUpdateImpl: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
4370
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4371
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4372
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4373
|
+
}, {
|
|
4374
|
+
channel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4375
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4376
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
4377
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4378
|
+
}>, {
|
|
4379
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4380
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4381
|
+
steps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4382
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4383
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4384
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4385
|
+
description?: string | undefined;
|
|
4386
|
+
name?: string | undefined;
|
|
4387
|
+
}, {
|
|
4388
|
+
description?: string | undefined;
|
|
4389
|
+
name?: string | undefined;
|
|
4390
|
+
}>, "many">>;
|
|
4391
|
+
}>, {
|
|
4392
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4393
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4394
|
+
operation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4395
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
4396
|
+
description?: string | undefined;
|
|
4397
|
+
name?: string | undefined;
|
|
4398
|
+
order?: number | undefined;
|
|
4399
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4400
|
+
channel?: string | undefined;
|
|
4401
|
+
operation?: string | undefined;
|
|
4402
|
+
steps?: {
|
|
4403
|
+
description?: string | undefined;
|
|
4404
|
+
name?: string | undefined;
|
|
4405
|
+
}[] | undefined;
|
|
4406
|
+
}, {
|
|
4407
|
+
description?: string | undefined;
|
|
4408
|
+
name?: string | undefined;
|
|
4409
|
+
order?: number | undefined;
|
|
4410
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4411
|
+
channel?: string | undefined;
|
|
4412
|
+
operation?: string | undefined;
|
|
4413
|
+
steps?: {
|
|
4414
|
+
description?: string | undefined;
|
|
4415
|
+
name?: string | undefined;
|
|
4416
|
+
}[] | undefined;
|
|
4417
|
+
}>>;
|
|
4418
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4419
|
+
myOsAdminChannel?: {
|
|
4420
|
+
description?: string | undefined;
|
|
4421
|
+
name?: string | undefined;
|
|
4422
|
+
order?: number | undefined;
|
|
4423
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4424
|
+
timelineId?: string | undefined;
|
|
4425
|
+
accountId?: string | undefined;
|
|
4426
|
+
email?: string | undefined;
|
|
4427
|
+
} | undefined;
|
|
4428
|
+
myOsAdminUpdate?: {
|
|
4429
|
+
description?: string | undefined;
|
|
4430
|
+
name?: string | undefined;
|
|
4431
|
+
order?: number | undefined;
|
|
4432
|
+
channel?: string | undefined;
|
|
4433
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
4434
|
+
} | undefined;
|
|
4435
|
+
myOsAdminUpdateImpl?: {
|
|
4436
|
+
description?: string | undefined;
|
|
4437
|
+
name?: string | undefined;
|
|
4438
|
+
order?: number | undefined;
|
|
4439
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4440
|
+
channel?: string | undefined;
|
|
4441
|
+
operation?: string | undefined;
|
|
4442
|
+
steps?: {
|
|
4443
|
+
description?: string | undefined;
|
|
4444
|
+
name?: string | undefined;
|
|
4445
|
+
}[] | undefined;
|
|
4446
|
+
} | undefined;
|
|
4447
|
+
}, {
|
|
4448
|
+
myOsAdminChannel?: {
|
|
4449
|
+
description?: string | undefined;
|
|
4450
|
+
name?: string | undefined;
|
|
4451
|
+
order?: number | undefined;
|
|
4452
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4453
|
+
timelineId?: string | undefined;
|
|
4454
|
+
accountId?: string | undefined;
|
|
4455
|
+
email?: string | undefined;
|
|
4456
|
+
} | undefined;
|
|
4457
|
+
myOsAdminUpdate?: {
|
|
4458
|
+
description?: string | undefined;
|
|
4459
|
+
name?: string | undefined;
|
|
4460
|
+
order?: number | undefined;
|
|
4461
|
+
channel?: string | undefined;
|
|
4462
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
4463
|
+
} | undefined;
|
|
4464
|
+
myOsAdminUpdateImpl?: {
|
|
4465
|
+
description?: string | undefined;
|
|
4466
|
+
name?: string | undefined;
|
|
4467
|
+
order?: number | undefined;
|
|
4468
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4469
|
+
channel?: string | undefined;
|
|
4470
|
+
operation?: string | undefined;
|
|
4471
|
+
steps?: {
|
|
4472
|
+
description?: string | undefined;
|
|
4473
|
+
name?: string | undefined;
|
|
4474
|
+
}[] | undefined;
|
|
4475
|
+
} | undefined;
|
|
4476
|
+
}>>;
|
|
4477
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4478
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4479
|
+
}, {
|
|
4480
|
+
contracts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4481
|
+
granteeChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
4482
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4483
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4484
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4485
|
+
}, {
|
|
4486
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4487
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
4488
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4489
|
+
}>, {
|
|
4490
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4491
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4492
|
+
timelineId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4493
|
+
}>, {
|
|
4494
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4495
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4496
|
+
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4497
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4498
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
4499
|
+
description?: string | undefined;
|
|
4500
|
+
name?: string | undefined;
|
|
4501
|
+
order?: number | undefined;
|
|
4502
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4503
|
+
timelineId?: string | undefined;
|
|
4504
|
+
accountId?: string | undefined;
|
|
4505
|
+
email?: string | undefined;
|
|
4506
|
+
}, {
|
|
4507
|
+
description?: string | undefined;
|
|
4508
|
+
name?: string | undefined;
|
|
4509
|
+
order?: number | undefined;
|
|
4510
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4511
|
+
timelineId?: string | undefined;
|
|
4512
|
+
accountId?: string | undefined;
|
|
4513
|
+
email?: string | undefined;
|
|
4514
|
+
}>>;
|
|
4515
|
+
granterChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
4516
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4517
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4518
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4519
|
+
}, {
|
|
4520
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4521
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
4522
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4523
|
+
}>, {
|
|
4524
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4525
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4526
|
+
timelineId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4527
|
+
}>, {
|
|
4528
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4529
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4530
|
+
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4531
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4532
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
4533
|
+
description?: string | undefined;
|
|
4534
|
+
name?: string | undefined;
|
|
4535
|
+
order?: number | undefined;
|
|
4536
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4537
|
+
timelineId?: string | undefined;
|
|
4538
|
+
accountId?: string | undefined;
|
|
4539
|
+
email?: string | undefined;
|
|
4540
|
+
}, {
|
|
4541
|
+
description?: string | undefined;
|
|
4542
|
+
name?: string | undefined;
|
|
4543
|
+
order?: number | undefined;
|
|
4544
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4545
|
+
timelineId?: string | undefined;
|
|
4546
|
+
accountId?: string | undefined;
|
|
4547
|
+
email?: string | undefined;
|
|
4548
|
+
}>>;
|
|
4549
|
+
initLifecycleChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
4550
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4551
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4552
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4553
|
+
}, {
|
|
4554
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4555
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
4556
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4557
|
+
}>, {
|
|
4558
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4559
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4560
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
4561
|
+
description?: string | undefined;
|
|
4562
|
+
name?: string | undefined;
|
|
4563
|
+
order?: number | undefined;
|
|
4564
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4565
|
+
}, {
|
|
4566
|
+
description?: string | undefined;
|
|
4567
|
+
name?: string | undefined;
|
|
4568
|
+
order?: number | undefined;
|
|
4569
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4570
|
+
}>>;
|
|
4571
|
+
revoke: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
4572
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4573
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4574
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4575
|
+
}, {
|
|
4576
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4577
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4578
|
+
}>, {
|
|
4579
|
+
channel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4580
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4581
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4582
|
+
request: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
4583
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
4584
|
+
description?: string | undefined;
|
|
4585
|
+
name?: string | undefined;
|
|
4586
|
+
order?: number | undefined;
|
|
4587
|
+
channel?: string | undefined;
|
|
4588
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
4589
|
+
}, {
|
|
4590
|
+
description?: string | undefined;
|
|
4591
|
+
name?: string | undefined;
|
|
4592
|
+
order?: number | undefined;
|
|
4593
|
+
channel?: string | undefined;
|
|
4594
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
4595
|
+
}>>;
|
|
4596
|
+
revokeImplGranter: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
4597
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4598
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4599
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4600
|
+
}, {
|
|
4601
|
+
channel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4602
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4603
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
4604
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4605
|
+
}>, {
|
|
4606
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4607
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4608
|
+
steps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4609
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4610
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4611
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4612
|
+
description?: string | undefined;
|
|
4613
|
+
name?: string | undefined;
|
|
4614
|
+
}, {
|
|
4615
|
+
description?: string | undefined;
|
|
4616
|
+
name?: string | undefined;
|
|
4617
|
+
}>, "many">>;
|
|
4618
|
+
}>, {
|
|
4619
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4620
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4621
|
+
operation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4622
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
4623
|
+
description?: string | undefined;
|
|
4624
|
+
name?: string | undefined;
|
|
4625
|
+
order?: number | undefined;
|
|
4626
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4627
|
+
channel?: string | undefined;
|
|
4628
|
+
operation?: string | undefined;
|
|
4629
|
+
steps?: {
|
|
4630
|
+
description?: string | undefined;
|
|
4631
|
+
name?: string | undefined;
|
|
4632
|
+
}[] | undefined;
|
|
4633
|
+
}, {
|
|
4634
|
+
description?: string | undefined;
|
|
4635
|
+
name?: string | undefined;
|
|
4636
|
+
order?: number | undefined;
|
|
4637
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4638
|
+
channel?: string | undefined;
|
|
4639
|
+
operation?: string | undefined;
|
|
4640
|
+
steps?: {
|
|
4641
|
+
description?: string | undefined;
|
|
4642
|
+
name?: string | undefined;
|
|
4643
|
+
}[] | undefined;
|
|
4644
|
+
}>>;
|
|
4645
|
+
validateOnInit: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
4646
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4647
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4648
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4649
|
+
}, {
|
|
4650
|
+
channel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4651
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4652
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
4653
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4654
|
+
}>, {
|
|
4655
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4656
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4657
|
+
steps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4658
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4659
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4660
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4661
|
+
description?: string | undefined;
|
|
4662
|
+
name?: string | undefined;
|
|
4663
|
+
}, {
|
|
4664
|
+
description?: string | undefined;
|
|
4665
|
+
name?: string | undefined;
|
|
4666
|
+
}>, "many">>;
|
|
4667
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
4668
|
+
description?: string | undefined;
|
|
4669
|
+
name?: string | undefined;
|
|
4670
|
+
order?: number | undefined;
|
|
4671
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4672
|
+
channel?: string | undefined;
|
|
4673
|
+
steps?: {
|
|
4674
|
+
description?: string | undefined;
|
|
4675
|
+
name?: string | undefined;
|
|
4676
|
+
}[] | undefined;
|
|
4677
|
+
}, {
|
|
4678
|
+
description?: string | undefined;
|
|
4679
|
+
name?: string | undefined;
|
|
4680
|
+
order?: number | undefined;
|
|
4681
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4682
|
+
channel?: string | undefined;
|
|
4683
|
+
steps?: {
|
|
4684
|
+
description?: string | undefined;
|
|
4685
|
+
name?: string | undefined;
|
|
4686
|
+
}[] | undefined;
|
|
4687
|
+
}>>;
|
|
4688
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4689
|
+
granterChannel?: {
|
|
4690
|
+
description?: string | undefined;
|
|
4691
|
+
name?: string | undefined;
|
|
4692
|
+
order?: number | undefined;
|
|
4693
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4694
|
+
timelineId?: string | undefined;
|
|
4695
|
+
accountId?: string | undefined;
|
|
4696
|
+
email?: string | undefined;
|
|
4697
|
+
} | undefined;
|
|
4698
|
+
revoke?: {
|
|
4699
|
+
description?: string | undefined;
|
|
4700
|
+
name?: string | undefined;
|
|
4701
|
+
order?: number | undefined;
|
|
4702
|
+
channel?: string | undefined;
|
|
4703
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
4704
|
+
} | undefined;
|
|
4705
|
+
initLifecycleChannel?: {
|
|
4706
|
+
description?: string | undefined;
|
|
4707
|
+
name?: string | undefined;
|
|
4708
|
+
order?: number | undefined;
|
|
4709
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4710
|
+
} | undefined;
|
|
4711
|
+
granteeChannel?: {
|
|
4712
|
+
description?: string | undefined;
|
|
4713
|
+
name?: string | undefined;
|
|
4714
|
+
order?: number | undefined;
|
|
4715
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4716
|
+
timelineId?: string | undefined;
|
|
4717
|
+
accountId?: string | undefined;
|
|
4718
|
+
email?: string | undefined;
|
|
4719
|
+
} | undefined;
|
|
4720
|
+
revokeImplGranter?: {
|
|
4721
|
+
description?: string | undefined;
|
|
4722
|
+
name?: string | undefined;
|
|
4723
|
+
order?: number | undefined;
|
|
4724
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4725
|
+
channel?: string | undefined;
|
|
4726
|
+
operation?: string | undefined;
|
|
4727
|
+
steps?: {
|
|
4728
|
+
description?: string | undefined;
|
|
4729
|
+
name?: string | undefined;
|
|
4730
|
+
}[] | undefined;
|
|
4731
|
+
} | undefined;
|
|
4732
|
+
validateOnInit?: {
|
|
4733
|
+
description?: string | undefined;
|
|
4734
|
+
name?: string | undefined;
|
|
4735
|
+
order?: number | undefined;
|
|
4736
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4737
|
+
channel?: string | undefined;
|
|
4738
|
+
steps?: {
|
|
4739
|
+
description?: string | undefined;
|
|
4740
|
+
name?: string | undefined;
|
|
4741
|
+
}[] | undefined;
|
|
4742
|
+
} | undefined;
|
|
4743
|
+
}, {
|
|
4744
|
+
granterChannel?: {
|
|
4745
|
+
description?: string | undefined;
|
|
4746
|
+
name?: string | undefined;
|
|
4747
|
+
order?: number | undefined;
|
|
4748
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4749
|
+
timelineId?: string | undefined;
|
|
4750
|
+
accountId?: string | undefined;
|
|
4751
|
+
email?: string | undefined;
|
|
4752
|
+
} | undefined;
|
|
4753
|
+
revoke?: {
|
|
4754
|
+
description?: string | undefined;
|
|
4755
|
+
name?: string | undefined;
|
|
4756
|
+
order?: number | undefined;
|
|
4757
|
+
channel?: string | undefined;
|
|
4758
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
4759
|
+
} | undefined;
|
|
4760
|
+
initLifecycleChannel?: {
|
|
4761
|
+
description?: string | undefined;
|
|
4762
|
+
name?: string | undefined;
|
|
4763
|
+
order?: number | undefined;
|
|
4764
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4765
|
+
} | undefined;
|
|
4766
|
+
granteeChannel?: {
|
|
4767
|
+
description?: string | undefined;
|
|
4768
|
+
name?: string | undefined;
|
|
4769
|
+
order?: number | undefined;
|
|
4770
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4771
|
+
timelineId?: string | undefined;
|
|
4772
|
+
accountId?: string | undefined;
|
|
4773
|
+
email?: string | undefined;
|
|
4774
|
+
} | undefined;
|
|
4775
|
+
revokeImplGranter?: {
|
|
4776
|
+
description?: string | undefined;
|
|
4777
|
+
name?: string | undefined;
|
|
4778
|
+
order?: number | undefined;
|
|
4779
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4780
|
+
channel?: string | undefined;
|
|
4781
|
+
operation?: string | undefined;
|
|
4782
|
+
steps?: {
|
|
4783
|
+
description?: string | undefined;
|
|
4784
|
+
name?: string | undefined;
|
|
4785
|
+
}[] | undefined;
|
|
4786
|
+
} | undefined;
|
|
4787
|
+
validateOnInit?: {
|
|
4788
|
+
description?: string | undefined;
|
|
4789
|
+
name?: string | undefined;
|
|
4790
|
+
order?: number | undefined;
|
|
4791
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4792
|
+
channel?: string | undefined;
|
|
4793
|
+
steps?: {
|
|
4794
|
+
description?: string | undefined;
|
|
4795
|
+
name?: string | undefined;
|
|
4796
|
+
}[] | undefined;
|
|
4797
|
+
} | undefined;
|
|
4798
|
+
}>>;
|
|
4799
|
+
granterDocumentSessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4800
|
+
links: import("zod").ZodOptional<import("zod").ZodObject<{}, "strip", import("zod").ZodObject<{
|
|
4801
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4802
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4803
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4804
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4805
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4806
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
4807
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4808
|
+
description?: string | undefined;
|
|
4809
|
+
name?: string | undefined;
|
|
4810
|
+
allOps?: boolean | undefined;
|
|
4811
|
+
read?: boolean | undefined;
|
|
4812
|
+
share?: boolean | undefined;
|
|
4813
|
+
singleOps?: string[] | undefined;
|
|
4814
|
+
}, {
|
|
4815
|
+
description?: string | undefined;
|
|
4816
|
+
name?: string | undefined;
|
|
4817
|
+
allOps?: boolean | undefined;
|
|
4818
|
+
read?: boolean | undefined;
|
|
4819
|
+
share?: boolean | undefined;
|
|
4820
|
+
singleOps?: string[] | undefined;
|
|
4821
|
+
}>, import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
4822
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4823
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4824
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4825
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4826
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4827
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
4828
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4829
|
+
description?: string | undefined;
|
|
4830
|
+
name?: string | undefined;
|
|
4831
|
+
allOps?: boolean | undefined;
|
|
4832
|
+
read?: boolean | undefined;
|
|
4833
|
+
share?: boolean | undefined;
|
|
4834
|
+
singleOps?: string[] | undefined;
|
|
4835
|
+
}, {
|
|
4836
|
+
description?: string | undefined;
|
|
4837
|
+
name?: string | undefined;
|
|
4838
|
+
allOps?: boolean | undefined;
|
|
4839
|
+
read?: boolean | undefined;
|
|
4840
|
+
share?: boolean | undefined;
|
|
4841
|
+
singleOps?: string[] | undefined;
|
|
4842
|
+
}>, "strip">, import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
4843
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4844
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4845
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4846
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4847
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4848
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
4849
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4850
|
+
description?: string | undefined;
|
|
4851
|
+
name?: string | undefined;
|
|
4852
|
+
allOps?: boolean | undefined;
|
|
4853
|
+
read?: boolean | undefined;
|
|
4854
|
+
share?: boolean | undefined;
|
|
4855
|
+
singleOps?: string[] | undefined;
|
|
4856
|
+
}, {
|
|
4857
|
+
description?: string | undefined;
|
|
4858
|
+
name?: string | undefined;
|
|
4859
|
+
allOps?: boolean | undefined;
|
|
4860
|
+
read?: boolean | undefined;
|
|
4861
|
+
share?: boolean | undefined;
|
|
4862
|
+
singleOps?: string[] | undefined;
|
|
4863
|
+
}>, "strip">>>;
|
|
4864
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4865
|
+
targetSessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4866
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
4867
|
+
description?: string | undefined;
|
|
4868
|
+
name?: string | undefined;
|
|
4869
|
+
targetSessionId?: string | undefined;
|
|
4870
|
+
contracts?: {
|
|
4871
|
+
granterChannel?: {
|
|
4872
|
+
description?: string | undefined;
|
|
4873
|
+
name?: string | undefined;
|
|
4874
|
+
order?: number | undefined;
|
|
4875
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4876
|
+
timelineId?: string | undefined;
|
|
4877
|
+
accountId?: string | undefined;
|
|
4878
|
+
email?: string | undefined;
|
|
4879
|
+
} | undefined;
|
|
4880
|
+
revoke?: {
|
|
4881
|
+
description?: string | undefined;
|
|
4882
|
+
name?: string | undefined;
|
|
4883
|
+
order?: number | undefined;
|
|
4884
|
+
channel?: string | undefined;
|
|
4885
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
4886
|
+
} | undefined;
|
|
4887
|
+
initLifecycleChannel?: {
|
|
4888
|
+
description?: string | undefined;
|
|
4889
|
+
name?: string | undefined;
|
|
4890
|
+
order?: number | undefined;
|
|
4891
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4892
|
+
} | undefined;
|
|
4893
|
+
granteeChannel?: {
|
|
4894
|
+
description?: string | undefined;
|
|
4895
|
+
name?: string | undefined;
|
|
4896
|
+
order?: number | undefined;
|
|
4897
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4898
|
+
timelineId?: string | undefined;
|
|
4899
|
+
accountId?: string | undefined;
|
|
4900
|
+
email?: string | undefined;
|
|
4901
|
+
} | undefined;
|
|
4902
|
+
revokeImplGranter?: {
|
|
4903
|
+
description?: string | undefined;
|
|
4904
|
+
name?: string | undefined;
|
|
4905
|
+
order?: number | undefined;
|
|
4906
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4907
|
+
channel?: string | undefined;
|
|
4908
|
+
operation?: string | undefined;
|
|
4909
|
+
steps?: {
|
|
4910
|
+
description?: string | undefined;
|
|
4911
|
+
name?: string | undefined;
|
|
4912
|
+
}[] | undefined;
|
|
4913
|
+
} | undefined;
|
|
4914
|
+
validateOnInit?: {
|
|
4915
|
+
description?: string | undefined;
|
|
4916
|
+
name?: string | undefined;
|
|
4917
|
+
order?: number | undefined;
|
|
4918
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4919
|
+
channel?: string | undefined;
|
|
4920
|
+
steps?: {
|
|
4921
|
+
description?: string | undefined;
|
|
4922
|
+
name?: string | undefined;
|
|
4923
|
+
}[] | undefined;
|
|
4924
|
+
} | undefined;
|
|
4925
|
+
} | undefined;
|
|
4926
|
+
links?: import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
4927
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4928
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4929
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4930
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4931
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4932
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
4933
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4934
|
+
description?: string | undefined;
|
|
4935
|
+
name?: string | undefined;
|
|
4936
|
+
allOps?: boolean | undefined;
|
|
4937
|
+
read?: boolean | undefined;
|
|
4938
|
+
share?: boolean | undefined;
|
|
4939
|
+
singleOps?: string[] | undefined;
|
|
4940
|
+
}, {
|
|
4941
|
+
description?: string | undefined;
|
|
4942
|
+
name?: string | undefined;
|
|
4943
|
+
allOps?: boolean | undefined;
|
|
4944
|
+
read?: boolean | undefined;
|
|
4945
|
+
share?: boolean | undefined;
|
|
4946
|
+
singleOps?: string[] | undefined;
|
|
4947
|
+
}>, "strip"> | undefined;
|
|
4948
|
+
granterDocumentSessionId?: string | undefined;
|
|
4949
|
+
}, {
|
|
4950
|
+
description?: string | undefined;
|
|
4951
|
+
name?: string | undefined;
|
|
4952
|
+
targetSessionId?: string | undefined;
|
|
4953
|
+
contracts?: {
|
|
4954
|
+
granterChannel?: {
|
|
4955
|
+
description?: string | undefined;
|
|
4956
|
+
name?: string | undefined;
|
|
4957
|
+
order?: number | undefined;
|
|
4958
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4959
|
+
timelineId?: string | undefined;
|
|
4960
|
+
accountId?: string | undefined;
|
|
4961
|
+
email?: string | undefined;
|
|
4962
|
+
} | undefined;
|
|
4963
|
+
revoke?: {
|
|
4964
|
+
description?: string | undefined;
|
|
4965
|
+
name?: string | undefined;
|
|
4966
|
+
order?: number | undefined;
|
|
4967
|
+
channel?: string | undefined;
|
|
4968
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
4969
|
+
} | undefined;
|
|
4970
|
+
initLifecycleChannel?: {
|
|
4971
|
+
description?: string | undefined;
|
|
4972
|
+
name?: string | undefined;
|
|
4973
|
+
order?: number | undefined;
|
|
4974
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4975
|
+
} | undefined;
|
|
4976
|
+
granteeChannel?: {
|
|
4977
|
+
description?: string | undefined;
|
|
4978
|
+
name?: string | undefined;
|
|
4979
|
+
order?: number | undefined;
|
|
4980
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4981
|
+
timelineId?: string | undefined;
|
|
4982
|
+
accountId?: string | undefined;
|
|
4983
|
+
email?: string | undefined;
|
|
4984
|
+
} | undefined;
|
|
4985
|
+
revokeImplGranter?: {
|
|
4986
|
+
description?: string | undefined;
|
|
4987
|
+
name?: string | undefined;
|
|
4988
|
+
order?: number | undefined;
|
|
4989
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
4990
|
+
channel?: string | undefined;
|
|
4991
|
+
operation?: string | undefined;
|
|
4992
|
+
steps?: {
|
|
4993
|
+
description?: string | undefined;
|
|
4994
|
+
name?: string | undefined;
|
|
4995
|
+
}[] | undefined;
|
|
4996
|
+
} | undefined;
|
|
4997
|
+
validateOnInit?: {
|
|
4998
|
+
description?: string | undefined;
|
|
4999
|
+
name?: string | undefined;
|
|
5000
|
+
order?: number | undefined;
|
|
5001
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5002
|
+
channel?: string | undefined;
|
|
5003
|
+
steps?: {
|
|
5004
|
+
description?: string | undefined;
|
|
5005
|
+
name?: string | undefined;
|
|
5006
|
+
}[] | undefined;
|
|
5007
|
+
} | undefined;
|
|
5008
|
+
} | undefined;
|
|
5009
|
+
links?: import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
5010
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5011
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5012
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5013
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5014
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5015
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5016
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5017
|
+
description?: string | undefined;
|
|
5018
|
+
name?: string | undefined;
|
|
5019
|
+
allOps?: boolean | undefined;
|
|
5020
|
+
read?: boolean | undefined;
|
|
5021
|
+
share?: boolean | undefined;
|
|
5022
|
+
singleOps?: string[] | undefined;
|
|
5023
|
+
}, {
|
|
5024
|
+
description?: string | undefined;
|
|
5025
|
+
name?: string | undefined;
|
|
5026
|
+
allOps?: boolean | undefined;
|
|
5027
|
+
read?: boolean | undefined;
|
|
5028
|
+
share?: boolean | undefined;
|
|
5029
|
+
singleOps?: string[] | undefined;
|
|
5030
|
+
}>, "strip"> | undefined;
|
|
5031
|
+
granterDocumentSessionId?: string | undefined;
|
|
5032
|
+
}>;
|
|
5033
|
+
readonly '488CnQXrxMyNAgCVgL85SyHxUK5rZzWzd81eo4JkVHRD': import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
5034
|
+
contracts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
5035
|
+
myOsAdminChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
5036
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5037
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5038
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5039
|
+
}, {
|
|
5040
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5041
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
5042
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5043
|
+
}>, {
|
|
5044
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5045
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5046
|
+
timelineId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5047
|
+
}>, {
|
|
5048
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5049
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5050
|
+
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5051
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5052
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
5053
|
+
description?: string | undefined;
|
|
5054
|
+
name?: string | undefined;
|
|
5055
|
+
order?: number | undefined;
|
|
5056
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5057
|
+
timelineId?: string | undefined;
|
|
5058
|
+
accountId?: string | undefined;
|
|
5059
|
+
email?: string | undefined;
|
|
5060
|
+
}, {
|
|
5061
|
+
description?: string | undefined;
|
|
5062
|
+
name?: string | undefined;
|
|
5063
|
+
order?: number | undefined;
|
|
5064
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5065
|
+
timelineId?: string | undefined;
|
|
5066
|
+
accountId?: string | undefined;
|
|
5067
|
+
email?: string | undefined;
|
|
5068
|
+
}>>;
|
|
5069
|
+
myOsAdminUpdate: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
5070
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5071
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5072
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5073
|
+
}, {
|
|
5074
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5075
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5076
|
+
}>, {
|
|
5077
|
+
channel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5078
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5079
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5080
|
+
request: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
5081
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
5082
|
+
description?: string | undefined;
|
|
5083
|
+
name?: string | undefined;
|
|
5084
|
+
order?: number | undefined;
|
|
5085
|
+
channel?: string | undefined;
|
|
5086
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
5087
|
+
}, {
|
|
5088
|
+
description?: string | undefined;
|
|
5089
|
+
name?: string | undefined;
|
|
5090
|
+
order?: number | undefined;
|
|
5091
|
+
channel?: string | undefined;
|
|
5092
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
5093
|
+
}>>;
|
|
5094
|
+
myOsAdminUpdateImpl: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
5095
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5096
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5097
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5098
|
+
}, {
|
|
5099
|
+
channel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5100
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5101
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
5102
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5103
|
+
}>, {
|
|
5104
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5105
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5106
|
+
steps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
5107
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5108
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5109
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5110
|
+
description?: string | undefined;
|
|
5111
|
+
name?: string | undefined;
|
|
5112
|
+
}, {
|
|
5113
|
+
description?: string | undefined;
|
|
5114
|
+
name?: string | undefined;
|
|
5115
|
+
}>, "many">>;
|
|
5116
|
+
}>, {
|
|
5117
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5118
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5119
|
+
operation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5120
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
5121
|
+
description?: string | undefined;
|
|
5122
|
+
name?: string | undefined;
|
|
5123
|
+
order?: number | undefined;
|
|
5124
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5125
|
+
channel?: string | undefined;
|
|
5126
|
+
operation?: string | undefined;
|
|
5127
|
+
steps?: {
|
|
5128
|
+
description?: string | undefined;
|
|
5129
|
+
name?: string | undefined;
|
|
5130
|
+
}[] | undefined;
|
|
5131
|
+
}, {
|
|
5132
|
+
description?: string | undefined;
|
|
5133
|
+
name?: string | undefined;
|
|
5134
|
+
order?: number | undefined;
|
|
5135
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5136
|
+
channel?: string | undefined;
|
|
5137
|
+
operation?: string | undefined;
|
|
5138
|
+
steps?: {
|
|
5139
|
+
description?: string | undefined;
|
|
5140
|
+
name?: string | undefined;
|
|
5141
|
+
}[] | undefined;
|
|
5142
|
+
}>>;
|
|
5143
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5144
|
+
myOsAdminChannel?: {
|
|
5145
|
+
description?: string | undefined;
|
|
5146
|
+
name?: string | undefined;
|
|
5147
|
+
order?: number | undefined;
|
|
5148
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5149
|
+
timelineId?: string | undefined;
|
|
5150
|
+
accountId?: string | undefined;
|
|
5151
|
+
email?: string | undefined;
|
|
5152
|
+
} | undefined;
|
|
5153
|
+
myOsAdminUpdate?: {
|
|
5154
|
+
description?: string | undefined;
|
|
5155
|
+
name?: string | undefined;
|
|
5156
|
+
order?: number | undefined;
|
|
5157
|
+
channel?: string | undefined;
|
|
5158
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
5159
|
+
} | undefined;
|
|
5160
|
+
myOsAdminUpdateImpl?: {
|
|
5161
|
+
description?: string | undefined;
|
|
5162
|
+
name?: string | undefined;
|
|
5163
|
+
order?: number | undefined;
|
|
5164
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5165
|
+
channel?: string | undefined;
|
|
5166
|
+
operation?: string | undefined;
|
|
5167
|
+
steps?: {
|
|
5168
|
+
description?: string | undefined;
|
|
5169
|
+
name?: string | undefined;
|
|
5170
|
+
}[] | undefined;
|
|
5171
|
+
} | undefined;
|
|
5172
|
+
}, {
|
|
5173
|
+
myOsAdminChannel?: {
|
|
5174
|
+
description?: string | undefined;
|
|
5175
|
+
name?: string | undefined;
|
|
5176
|
+
order?: number | undefined;
|
|
5177
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5178
|
+
timelineId?: string | undefined;
|
|
5179
|
+
accountId?: string | undefined;
|
|
5180
|
+
email?: string | undefined;
|
|
5181
|
+
} | undefined;
|
|
5182
|
+
myOsAdminUpdate?: {
|
|
5183
|
+
description?: string | undefined;
|
|
5184
|
+
name?: string | undefined;
|
|
5185
|
+
order?: number | undefined;
|
|
5186
|
+
channel?: string | undefined;
|
|
5187
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
5188
|
+
} | undefined;
|
|
5189
|
+
myOsAdminUpdateImpl?: {
|
|
5190
|
+
description?: string | undefined;
|
|
5191
|
+
name?: string | undefined;
|
|
5192
|
+
order?: number | undefined;
|
|
5193
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5194
|
+
channel?: string | undefined;
|
|
5195
|
+
operation?: string | undefined;
|
|
5196
|
+
steps?: {
|
|
5197
|
+
description?: string | undefined;
|
|
5198
|
+
name?: string | undefined;
|
|
5199
|
+
}[] | undefined;
|
|
5200
|
+
} | undefined;
|
|
5201
|
+
}>>;
|
|
5202
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5203
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5204
|
+
}, {
|
|
5205
|
+
contracts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
5206
|
+
granterChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
5207
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5208
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5209
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5210
|
+
}, {
|
|
5211
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5212
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
5213
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5214
|
+
}>, {
|
|
5215
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5216
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5217
|
+
timelineId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5218
|
+
}>, {
|
|
5219
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5220
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5221
|
+
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5222
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5223
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
5224
|
+
description?: string | undefined;
|
|
5225
|
+
name?: string | undefined;
|
|
5226
|
+
order?: number | undefined;
|
|
5227
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5228
|
+
timelineId?: string | undefined;
|
|
5229
|
+
accountId?: string | undefined;
|
|
5230
|
+
email?: string | undefined;
|
|
5231
|
+
}, {
|
|
5232
|
+
description?: string | undefined;
|
|
5233
|
+
name?: string | undefined;
|
|
5234
|
+
order?: number | undefined;
|
|
5235
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5236
|
+
timelineId?: string | undefined;
|
|
5237
|
+
accountId?: string | undefined;
|
|
5238
|
+
email?: string | undefined;
|
|
5239
|
+
}>>;
|
|
5240
|
+
initLifecycleChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
5241
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5242
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5243
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5244
|
+
}, {
|
|
5245
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5246
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
5247
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5248
|
+
}>, {
|
|
5249
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5250
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5251
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
5252
|
+
description?: string | undefined;
|
|
5253
|
+
name?: string | undefined;
|
|
5254
|
+
order?: number | undefined;
|
|
5255
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5256
|
+
}, {
|
|
5257
|
+
description?: string | undefined;
|
|
5258
|
+
name?: string | undefined;
|
|
5259
|
+
order?: number | undefined;
|
|
5260
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5261
|
+
}>>;
|
|
5262
|
+
revoke: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
5263
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5264
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5265
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5266
|
+
}, {
|
|
5267
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5268
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5269
|
+
}>, {
|
|
5270
|
+
channel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5271
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5272
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5273
|
+
request: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
5274
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
5275
|
+
description?: string | undefined;
|
|
5276
|
+
name?: string | undefined;
|
|
5277
|
+
order?: number | undefined;
|
|
5278
|
+
channel?: string | undefined;
|
|
5279
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
5280
|
+
}, {
|
|
5281
|
+
description?: string | undefined;
|
|
5282
|
+
name?: string | undefined;
|
|
5283
|
+
order?: number | undefined;
|
|
5284
|
+
channel?: string | undefined;
|
|
5285
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
5286
|
+
}>>;
|
|
5287
|
+
revokeImplGranter: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
5288
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5289
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5290
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5291
|
+
}, {
|
|
5292
|
+
channel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5293
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5294
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
5295
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5296
|
+
}>, {
|
|
5297
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5298
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5299
|
+
steps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
5300
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5301
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5302
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5303
|
+
description?: string | undefined;
|
|
5304
|
+
name?: string | undefined;
|
|
5305
|
+
}, {
|
|
5306
|
+
description?: string | undefined;
|
|
5307
|
+
name?: string | undefined;
|
|
5308
|
+
}>, "many">>;
|
|
5309
|
+
}>, {
|
|
5310
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5311
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5312
|
+
operation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5313
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
5314
|
+
description?: string | undefined;
|
|
5315
|
+
name?: string | undefined;
|
|
5316
|
+
order?: number | undefined;
|
|
5317
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5318
|
+
channel?: string | undefined;
|
|
5319
|
+
operation?: string | undefined;
|
|
5320
|
+
steps?: {
|
|
5321
|
+
description?: string | undefined;
|
|
5322
|
+
name?: string | undefined;
|
|
5323
|
+
}[] | undefined;
|
|
5324
|
+
}, {
|
|
5325
|
+
description?: string | undefined;
|
|
5326
|
+
name?: string | undefined;
|
|
5327
|
+
order?: number | undefined;
|
|
5328
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5329
|
+
channel?: string | undefined;
|
|
5330
|
+
operation?: string | undefined;
|
|
5331
|
+
steps?: {
|
|
5332
|
+
description?: string | undefined;
|
|
5333
|
+
name?: string | undefined;
|
|
5334
|
+
}[] | undefined;
|
|
5335
|
+
}>>;
|
|
5336
|
+
validateOnInit: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
5337
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5338
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5339
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5340
|
+
}, {
|
|
5341
|
+
channel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5342
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5343
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
5344
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5345
|
+
}>, {
|
|
5346
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5347
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5348
|
+
steps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
5349
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5350
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5351
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5352
|
+
description?: string | undefined;
|
|
5353
|
+
name?: string | undefined;
|
|
5354
|
+
}, {
|
|
5355
|
+
description?: string | undefined;
|
|
5356
|
+
name?: string | undefined;
|
|
5357
|
+
}>, "many">>;
|
|
5358
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
5359
|
+
description?: string | undefined;
|
|
5360
|
+
name?: string | undefined;
|
|
5361
|
+
order?: number | undefined;
|
|
5362
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5363
|
+
channel?: string | undefined;
|
|
5364
|
+
steps?: {
|
|
5365
|
+
description?: string | undefined;
|
|
5366
|
+
name?: string | undefined;
|
|
5367
|
+
}[] | undefined;
|
|
5368
|
+
}, {
|
|
5369
|
+
description?: string | undefined;
|
|
5370
|
+
name?: string | undefined;
|
|
5371
|
+
order?: number | undefined;
|
|
5372
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5373
|
+
channel?: string | undefined;
|
|
5374
|
+
steps?: {
|
|
5375
|
+
description?: string | undefined;
|
|
5376
|
+
name?: string | undefined;
|
|
5377
|
+
}[] | undefined;
|
|
5378
|
+
}>>;
|
|
5379
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5380
|
+
granterChannel?: {
|
|
5381
|
+
description?: string | undefined;
|
|
5382
|
+
name?: string | undefined;
|
|
5383
|
+
order?: number | undefined;
|
|
5384
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5385
|
+
timelineId?: string | undefined;
|
|
5386
|
+
accountId?: string | undefined;
|
|
5387
|
+
email?: string | undefined;
|
|
5388
|
+
} | undefined;
|
|
5389
|
+
revoke?: {
|
|
5390
|
+
description?: string | undefined;
|
|
5391
|
+
name?: string | undefined;
|
|
5392
|
+
order?: number | undefined;
|
|
5393
|
+
channel?: string | undefined;
|
|
5394
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
5395
|
+
} | undefined;
|
|
5396
|
+
initLifecycleChannel?: {
|
|
5397
|
+
description?: string | undefined;
|
|
5398
|
+
name?: string | undefined;
|
|
5399
|
+
order?: number | undefined;
|
|
5400
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5401
|
+
} | undefined;
|
|
5402
|
+
revokeImplGranter?: {
|
|
5403
|
+
description?: string | undefined;
|
|
5404
|
+
name?: string | undefined;
|
|
5405
|
+
order?: number | undefined;
|
|
5406
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5407
|
+
channel?: string | undefined;
|
|
5408
|
+
operation?: string | undefined;
|
|
5409
|
+
steps?: {
|
|
5410
|
+
description?: string | undefined;
|
|
5411
|
+
name?: string | undefined;
|
|
5412
|
+
}[] | undefined;
|
|
5413
|
+
} | undefined;
|
|
5414
|
+
validateOnInit?: {
|
|
5415
|
+
description?: string | undefined;
|
|
5416
|
+
name?: string | undefined;
|
|
5417
|
+
order?: number | undefined;
|
|
5418
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5419
|
+
channel?: string | undefined;
|
|
5420
|
+
steps?: {
|
|
5421
|
+
description?: string | undefined;
|
|
5422
|
+
name?: string | undefined;
|
|
5423
|
+
}[] | undefined;
|
|
5424
|
+
} | undefined;
|
|
5425
|
+
}, {
|
|
5426
|
+
granterChannel?: {
|
|
5427
|
+
description?: string | undefined;
|
|
5428
|
+
name?: string | undefined;
|
|
5429
|
+
order?: number | undefined;
|
|
5430
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5431
|
+
timelineId?: string | undefined;
|
|
5432
|
+
accountId?: string | undefined;
|
|
5433
|
+
email?: string | undefined;
|
|
5434
|
+
} | undefined;
|
|
5435
|
+
revoke?: {
|
|
5436
|
+
description?: string | undefined;
|
|
5437
|
+
name?: string | undefined;
|
|
5438
|
+
order?: number | undefined;
|
|
5439
|
+
channel?: string | undefined;
|
|
5440
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
5441
|
+
} | undefined;
|
|
5442
|
+
initLifecycleChannel?: {
|
|
5443
|
+
description?: string | undefined;
|
|
5444
|
+
name?: string | undefined;
|
|
5445
|
+
order?: number | undefined;
|
|
5446
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5447
|
+
} | undefined;
|
|
5448
|
+
revokeImplGranter?: {
|
|
5449
|
+
description?: string | undefined;
|
|
5450
|
+
name?: string | undefined;
|
|
5451
|
+
order?: number | undefined;
|
|
5452
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5453
|
+
channel?: string | undefined;
|
|
5454
|
+
operation?: string | undefined;
|
|
5455
|
+
steps?: {
|
|
5456
|
+
description?: string | undefined;
|
|
5457
|
+
name?: string | undefined;
|
|
5458
|
+
}[] | undefined;
|
|
5459
|
+
} | undefined;
|
|
5460
|
+
validateOnInit?: {
|
|
5461
|
+
description?: string | undefined;
|
|
5462
|
+
name?: string | undefined;
|
|
5463
|
+
order?: number | undefined;
|
|
5464
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5465
|
+
channel?: string | undefined;
|
|
5466
|
+
steps?: {
|
|
5467
|
+
description?: string | undefined;
|
|
5468
|
+
name?: string | undefined;
|
|
5469
|
+
}[] | undefined;
|
|
5470
|
+
} | undefined;
|
|
5471
|
+
}>>;
|
|
5472
|
+
granteeDocumentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5473
|
+
granterDocumentSessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5474
|
+
links: import("zod").ZodOptional<import("zod").ZodObject<{}, "strip", import("zod").ZodObject<{
|
|
5475
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5476
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5477
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5478
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5479
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5480
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5481
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5482
|
+
description?: string | undefined;
|
|
5483
|
+
name?: string | undefined;
|
|
5484
|
+
allOps?: boolean | undefined;
|
|
5485
|
+
read?: boolean | undefined;
|
|
5486
|
+
share?: boolean | undefined;
|
|
5487
|
+
singleOps?: string[] | undefined;
|
|
5488
|
+
}, {
|
|
5489
|
+
description?: string | undefined;
|
|
5490
|
+
name?: string | undefined;
|
|
5491
|
+
allOps?: boolean | undefined;
|
|
5492
|
+
read?: boolean | undefined;
|
|
5493
|
+
share?: boolean | undefined;
|
|
5494
|
+
singleOps?: string[] | undefined;
|
|
5495
|
+
}>, import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
5496
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5497
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5498
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5499
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5500
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5501
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5502
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5503
|
+
description?: string | undefined;
|
|
5504
|
+
name?: string | undefined;
|
|
5505
|
+
allOps?: boolean | undefined;
|
|
5506
|
+
read?: boolean | undefined;
|
|
5507
|
+
share?: boolean | undefined;
|
|
5508
|
+
singleOps?: string[] | undefined;
|
|
5509
|
+
}, {
|
|
5510
|
+
description?: string | undefined;
|
|
5511
|
+
name?: string | undefined;
|
|
5512
|
+
allOps?: boolean | undefined;
|
|
5513
|
+
read?: boolean | undefined;
|
|
5514
|
+
share?: boolean | undefined;
|
|
5515
|
+
singleOps?: string[] | undefined;
|
|
5516
|
+
}>, "strip">, import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
5517
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5518
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5519
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5520
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5521
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5522
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5523
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5524
|
+
description?: string | undefined;
|
|
5525
|
+
name?: string | undefined;
|
|
5526
|
+
allOps?: boolean | undefined;
|
|
5527
|
+
read?: boolean | undefined;
|
|
5528
|
+
share?: boolean | undefined;
|
|
5529
|
+
singleOps?: string[] | undefined;
|
|
5530
|
+
}, {
|
|
5531
|
+
description?: string | undefined;
|
|
5532
|
+
name?: string | undefined;
|
|
5533
|
+
allOps?: boolean | undefined;
|
|
5534
|
+
read?: boolean | undefined;
|
|
5535
|
+
share?: boolean | undefined;
|
|
5536
|
+
singleOps?: string[] | undefined;
|
|
5537
|
+
}>, "strip">>>;
|
|
5538
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5539
|
+
skipValidation: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5540
|
+
targetSessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5541
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
5542
|
+
description?: string | undefined;
|
|
5543
|
+
name?: string | undefined;
|
|
5544
|
+
targetSessionId?: string | undefined;
|
|
5545
|
+
contracts?: {
|
|
5546
|
+
granterChannel?: {
|
|
5547
|
+
description?: string | undefined;
|
|
5548
|
+
name?: string | undefined;
|
|
5549
|
+
order?: number | undefined;
|
|
5550
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5551
|
+
timelineId?: string | undefined;
|
|
5552
|
+
accountId?: string | undefined;
|
|
5553
|
+
email?: string | undefined;
|
|
5554
|
+
} | undefined;
|
|
5555
|
+
revoke?: {
|
|
5556
|
+
description?: string | undefined;
|
|
5557
|
+
name?: string | undefined;
|
|
5558
|
+
order?: number | undefined;
|
|
5559
|
+
channel?: string | undefined;
|
|
5560
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
5561
|
+
} | undefined;
|
|
5562
|
+
initLifecycleChannel?: {
|
|
5563
|
+
description?: string | undefined;
|
|
5564
|
+
name?: string | undefined;
|
|
5565
|
+
order?: number | undefined;
|
|
5566
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5567
|
+
} | undefined;
|
|
5568
|
+
revokeImplGranter?: {
|
|
5569
|
+
description?: string | undefined;
|
|
5570
|
+
name?: string | undefined;
|
|
5571
|
+
order?: number | undefined;
|
|
5572
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5573
|
+
channel?: string | undefined;
|
|
5574
|
+
operation?: string | undefined;
|
|
5575
|
+
steps?: {
|
|
5576
|
+
description?: string | undefined;
|
|
5577
|
+
name?: string | undefined;
|
|
5578
|
+
}[] | undefined;
|
|
5579
|
+
} | undefined;
|
|
5580
|
+
validateOnInit?: {
|
|
5581
|
+
description?: string | undefined;
|
|
5582
|
+
name?: string | undefined;
|
|
5583
|
+
order?: number | undefined;
|
|
5584
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5585
|
+
channel?: string | undefined;
|
|
5586
|
+
steps?: {
|
|
5587
|
+
description?: string | undefined;
|
|
5588
|
+
name?: string | undefined;
|
|
5589
|
+
}[] | undefined;
|
|
5590
|
+
} | undefined;
|
|
5591
|
+
} | undefined;
|
|
5592
|
+
links?: import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
5593
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5594
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5595
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5596
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5597
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5598
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5599
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5600
|
+
description?: string | undefined;
|
|
5601
|
+
name?: string | undefined;
|
|
5602
|
+
allOps?: boolean | undefined;
|
|
5603
|
+
read?: boolean | undefined;
|
|
5604
|
+
share?: boolean | undefined;
|
|
5605
|
+
singleOps?: string[] | undefined;
|
|
5606
|
+
}, {
|
|
5607
|
+
description?: string | undefined;
|
|
5608
|
+
name?: string | undefined;
|
|
5609
|
+
allOps?: boolean | undefined;
|
|
5610
|
+
read?: boolean | undefined;
|
|
5611
|
+
share?: boolean | undefined;
|
|
5612
|
+
singleOps?: string[] | undefined;
|
|
5613
|
+
}>, "strip"> | undefined;
|
|
5614
|
+
granterDocumentSessionId?: string | undefined;
|
|
5615
|
+
granteeDocumentId?: string | undefined;
|
|
5616
|
+
skipValidation?: boolean | undefined;
|
|
5617
|
+
}, {
|
|
5618
|
+
description?: string | undefined;
|
|
5619
|
+
name?: string | undefined;
|
|
5620
|
+
targetSessionId?: string | undefined;
|
|
5621
|
+
contracts?: {
|
|
5622
|
+
granterChannel?: {
|
|
5623
|
+
description?: string | undefined;
|
|
5624
|
+
name?: string | undefined;
|
|
5625
|
+
order?: number | undefined;
|
|
5626
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5627
|
+
timelineId?: string | undefined;
|
|
5628
|
+
accountId?: string | undefined;
|
|
5629
|
+
email?: string | undefined;
|
|
5630
|
+
} | undefined;
|
|
5631
|
+
revoke?: {
|
|
5632
|
+
description?: string | undefined;
|
|
5633
|
+
name?: string | undefined;
|
|
5634
|
+
order?: number | undefined;
|
|
5635
|
+
channel?: string | undefined;
|
|
5636
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
5637
|
+
} | undefined;
|
|
5638
|
+
initLifecycleChannel?: {
|
|
5639
|
+
description?: string | undefined;
|
|
5640
|
+
name?: string | undefined;
|
|
5641
|
+
order?: number | undefined;
|
|
5642
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5643
|
+
} | undefined;
|
|
5644
|
+
revokeImplGranter?: {
|
|
5645
|
+
description?: string | undefined;
|
|
5646
|
+
name?: string | undefined;
|
|
5647
|
+
order?: number | undefined;
|
|
5648
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5649
|
+
channel?: string | undefined;
|
|
5650
|
+
operation?: string | undefined;
|
|
5651
|
+
steps?: {
|
|
5652
|
+
description?: string | undefined;
|
|
5653
|
+
name?: string | undefined;
|
|
5654
|
+
}[] | undefined;
|
|
5655
|
+
} | undefined;
|
|
5656
|
+
validateOnInit?: {
|
|
5657
|
+
description?: string | undefined;
|
|
5658
|
+
name?: string | undefined;
|
|
5659
|
+
order?: number | undefined;
|
|
5660
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
5661
|
+
channel?: string | undefined;
|
|
5662
|
+
steps?: {
|
|
5663
|
+
description?: string | undefined;
|
|
5664
|
+
name?: string | undefined;
|
|
5665
|
+
}[] | undefined;
|
|
5666
|
+
} | undefined;
|
|
5667
|
+
} | undefined;
|
|
5668
|
+
links?: import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
5669
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5670
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5671
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5672
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5673
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5674
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5675
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5676
|
+
description?: string | undefined;
|
|
5677
|
+
name?: string | undefined;
|
|
5678
|
+
allOps?: boolean | undefined;
|
|
5679
|
+
read?: boolean | undefined;
|
|
5680
|
+
share?: boolean | undefined;
|
|
5681
|
+
singleOps?: string[] | undefined;
|
|
5682
|
+
}, {
|
|
5683
|
+
description?: string | undefined;
|
|
5684
|
+
name?: string | undefined;
|
|
5685
|
+
allOps?: boolean | undefined;
|
|
5686
|
+
read?: boolean | undefined;
|
|
5687
|
+
share?: boolean | undefined;
|
|
5688
|
+
singleOps?: string[] | undefined;
|
|
5689
|
+
}>, "strip"> | undefined;
|
|
5690
|
+
granterDocumentSessionId?: string | undefined;
|
|
5691
|
+
granteeDocumentId?: string | undefined;
|
|
5692
|
+
skipValidation?: boolean | undefined;
|
|
5693
|
+
}>;
|
|
5694
|
+
readonly BM9qSFkhY9CV4BwHFP6DrrB9VbFZhTfwxCeS8Kh96o5N: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
5695
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5696
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5697
|
+
}, {
|
|
5698
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5699
|
+
inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
5700
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5701
|
+
}>, {
|
|
5702
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5703
|
+
links: import("zod").ZodOptional<import("zod").ZodObject<{}, "strip", import("zod").ZodObject<{
|
|
5704
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5705
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5706
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5707
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5708
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5709
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5710
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5711
|
+
description?: string | undefined;
|
|
5712
|
+
name?: string | undefined;
|
|
5713
|
+
allOps?: boolean | undefined;
|
|
5714
|
+
read?: boolean | undefined;
|
|
5715
|
+
share?: boolean | undefined;
|
|
5716
|
+
singleOps?: string[] | undefined;
|
|
5717
|
+
}, {
|
|
5718
|
+
description?: string | undefined;
|
|
5719
|
+
name?: string | undefined;
|
|
5720
|
+
allOps?: boolean | undefined;
|
|
5721
|
+
read?: boolean | undefined;
|
|
5722
|
+
share?: boolean | undefined;
|
|
5723
|
+
singleOps?: string[] | undefined;
|
|
5724
|
+
}>, import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
5725
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5726
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5727
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5728
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5729
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5730
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5731
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5732
|
+
description?: string | undefined;
|
|
5733
|
+
name?: string | undefined;
|
|
5734
|
+
allOps?: boolean | undefined;
|
|
5735
|
+
read?: boolean | undefined;
|
|
5736
|
+
share?: boolean | undefined;
|
|
5737
|
+
singleOps?: string[] | undefined;
|
|
5738
|
+
}, {
|
|
5739
|
+
description?: string | undefined;
|
|
5740
|
+
name?: string | undefined;
|
|
5741
|
+
allOps?: boolean | undefined;
|
|
5742
|
+
read?: boolean | undefined;
|
|
5743
|
+
share?: boolean | undefined;
|
|
5744
|
+
singleOps?: string[] | undefined;
|
|
5745
|
+
}>, "strip">, import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
5746
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5747
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5748
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5749
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5750
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5751
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5752
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5753
|
+
description?: string | undefined;
|
|
5754
|
+
name?: string | undefined;
|
|
5755
|
+
allOps?: boolean | undefined;
|
|
5756
|
+
read?: boolean | undefined;
|
|
5757
|
+
share?: boolean | undefined;
|
|
5758
|
+
singleOps?: string[] | undefined;
|
|
5759
|
+
}, {
|
|
5760
|
+
description?: string | undefined;
|
|
5761
|
+
name?: string | undefined;
|
|
5762
|
+
allOps?: boolean | undefined;
|
|
5763
|
+
read?: boolean | undefined;
|
|
5764
|
+
share?: boolean | undefined;
|
|
5765
|
+
singleOps?: string[] | undefined;
|
|
5766
|
+
}>, "strip">>>;
|
|
5767
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5768
|
+
targetSessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5769
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
5770
|
+
description?: string | undefined;
|
|
5771
|
+
name?: string | undefined;
|
|
5772
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
5773
|
+
targetSessionId?: string | undefined;
|
|
5774
|
+
links?: import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
5775
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5776
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5777
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5778
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5779
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5780
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5781
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5782
|
+
description?: string | undefined;
|
|
5783
|
+
name?: string | undefined;
|
|
5784
|
+
allOps?: boolean | undefined;
|
|
5785
|
+
read?: boolean | undefined;
|
|
5786
|
+
share?: boolean | undefined;
|
|
5787
|
+
singleOps?: string[] | undefined;
|
|
5788
|
+
}, {
|
|
5789
|
+
description?: string | undefined;
|
|
5790
|
+
name?: string | undefined;
|
|
5791
|
+
allOps?: boolean | undefined;
|
|
5792
|
+
read?: boolean | undefined;
|
|
5793
|
+
share?: boolean | undefined;
|
|
5794
|
+
singleOps?: string[] | undefined;
|
|
5795
|
+
}>, "strip"> | undefined;
|
|
5796
|
+
}, {
|
|
5797
|
+
description?: string | undefined;
|
|
5798
|
+
name?: string | undefined;
|
|
5799
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
5800
|
+
targetSessionId?: string | undefined;
|
|
5801
|
+
links?: import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
5802
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5803
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5804
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5805
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5806
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5807
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5808
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5809
|
+
description?: string | undefined;
|
|
5810
|
+
name?: string | undefined;
|
|
5811
|
+
allOps?: boolean | undefined;
|
|
5812
|
+
read?: boolean | undefined;
|
|
5813
|
+
share?: boolean | undefined;
|
|
5814
|
+
singleOps?: string[] | undefined;
|
|
5815
|
+
}, {
|
|
5816
|
+
description?: string | undefined;
|
|
5817
|
+
name?: string | undefined;
|
|
5818
|
+
allOps?: boolean | undefined;
|
|
5819
|
+
read?: boolean | undefined;
|
|
5820
|
+
share?: boolean | undefined;
|
|
5821
|
+
singleOps?: string[] | undefined;
|
|
5822
|
+
}>, "strip"> | undefined;
|
|
5823
|
+
}>;
|
|
5824
|
+
readonly '8rdTEmuSkwgzj47Uc4tLdSk1wSd8NG5Q6vTFZt8hXbHK': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
5825
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5826
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5827
|
+
}, {
|
|
5828
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5829
|
+
inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
5830
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5831
|
+
}>, {
|
|
5832
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5833
|
+
links: import("zod").ZodOptional<import("zod").ZodObject<{}, "strip", import("zod").ZodObject<{
|
|
5834
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5835
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5836
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5837
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5838
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5839
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5840
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5841
|
+
description?: string | undefined;
|
|
5842
|
+
name?: string | undefined;
|
|
5843
|
+
allOps?: boolean | undefined;
|
|
5844
|
+
read?: boolean | undefined;
|
|
5845
|
+
share?: boolean | undefined;
|
|
5846
|
+
singleOps?: string[] | undefined;
|
|
5847
|
+
}, {
|
|
5848
|
+
description?: string | undefined;
|
|
5849
|
+
name?: string | undefined;
|
|
5850
|
+
allOps?: boolean | undefined;
|
|
5851
|
+
read?: boolean | undefined;
|
|
5852
|
+
share?: boolean | undefined;
|
|
5853
|
+
singleOps?: string[] | undefined;
|
|
5854
|
+
}>, import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
5855
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5856
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5857
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5858
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5859
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5860
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5861
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5862
|
+
description?: string | undefined;
|
|
5863
|
+
name?: string | undefined;
|
|
5864
|
+
allOps?: boolean | undefined;
|
|
5865
|
+
read?: boolean | undefined;
|
|
5866
|
+
share?: boolean | undefined;
|
|
5867
|
+
singleOps?: string[] | undefined;
|
|
5868
|
+
}, {
|
|
5869
|
+
description?: string | undefined;
|
|
5870
|
+
name?: string | undefined;
|
|
5871
|
+
allOps?: boolean | undefined;
|
|
5872
|
+
read?: boolean | undefined;
|
|
5873
|
+
share?: boolean | undefined;
|
|
5874
|
+
singleOps?: string[] | undefined;
|
|
5875
|
+
}>, "strip">, import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
5876
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5877
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5878
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5879
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5880
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5881
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5882
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5883
|
+
description?: string | undefined;
|
|
5884
|
+
name?: string | undefined;
|
|
5885
|
+
allOps?: boolean | undefined;
|
|
5886
|
+
read?: boolean | undefined;
|
|
5887
|
+
share?: boolean | undefined;
|
|
5888
|
+
singleOps?: string[] | undefined;
|
|
5889
|
+
}, {
|
|
5890
|
+
description?: string | undefined;
|
|
5891
|
+
name?: string | undefined;
|
|
5892
|
+
allOps?: boolean | undefined;
|
|
5893
|
+
read?: boolean | undefined;
|
|
5894
|
+
share?: boolean | undefined;
|
|
5895
|
+
singleOps?: string[] | undefined;
|
|
5896
|
+
}>, "strip">>>;
|
|
5897
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5898
|
+
targetSessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5899
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
5900
|
+
description?: string | undefined;
|
|
5901
|
+
name?: string | undefined;
|
|
5902
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
5903
|
+
targetSessionId?: string | undefined;
|
|
5904
|
+
links?: import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
5905
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5906
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5907
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5908
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5909
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5910
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5911
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5912
|
+
description?: string | undefined;
|
|
5913
|
+
name?: string | undefined;
|
|
5914
|
+
allOps?: boolean | undefined;
|
|
5915
|
+
read?: boolean | undefined;
|
|
5916
|
+
share?: boolean | undefined;
|
|
5917
|
+
singleOps?: string[] | undefined;
|
|
5918
|
+
}, {
|
|
5919
|
+
description?: string | undefined;
|
|
5920
|
+
name?: string | undefined;
|
|
5921
|
+
allOps?: boolean | undefined;
|
|
5922
|
+
read?: boolean | undefined;
|
|
5923
|
+
share?: boolean | undefined;
|
|
5924
|
+
singleOps?: string[] | undefined;
|
|
5925
|
+
}>, "strip"> | undefined;
|
|
5926
|
+
}, {
|
|
5927
|
+
description?: string | undefined;
|
|
5928
|
+
name?: string | undefined;
|
|
5929
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
5930
|
+
targetSessionId?: string | undefined;
|
|
5931
|
+
links?: import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
5932
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5933
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5934
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5935
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5936
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5937
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5938
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5939
|
+
description?: string | undefined;
|
|
5940
|
+
name?: string | undefined;
|
|
5941
|
+
allOps?: boolean | undefined;
|
|
5942
|
+
read?: boolean | undefined;
|
|
5943
|
+
share?: boolean | undefined;
|
|
5944
|
+
singleOps?: string[] | undefined;
|
|
5945
|
+
}, {
|
|
5946
|
+
description?: string | undefined;
|
|
5947
|
+
name?: string | undefined;
|
|
5948
|
+
allOps?: boolean | undefined;
|
|
5949
|
+
read?: boolean | undefined;
|
|
5950
|
+
share?: boolean | undefined;
|
|
5951
|
+
singleOps?: string[] | undefined;
|
|
5952
|
+
}>, "strip"> | undefined;
|
|
5953
|
+
}>;
|
|
5954
|
+
readonly ENswN7PB5Ty8mfy1AdFsu2QR9jMjCsm5AGGJgkYSTrWU: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
5955
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5956
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5957
|
+
}, {
|
|
5958
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5959
|
+
issues: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5960
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5961
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
5962
|
+
description?: string | undefined;
|
|
5963
|
+
name?: string | undefined;
|
|
5964
|
+
issues?: string[] | undefined;
|
|
5965
|
+
}, {
|
|
5966
|
+
description?: string | undefined;
|
|
5967
|
+
name?: string | undefined;
|
|
5968
|
+
issues?: string[] | undefined;
|
|
5969
|
+
}>;
|
|
5970
|
+
readonly Cg3FfBGZZSfviaJg4Jsf7Cbg4jLRPYDcrbT65YD4vjxi: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
5971
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5972
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5973
|
+
}, {
|
|
5974
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5975
|
+
inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
5976
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5977
|
+
}>, {
|
|
5978
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5979
|
+
links: import("zod").ZodOptional<import("zod").ZodObject<{}, "strip", import("zod").ZodObject<{
|
|
5980
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5981
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5982
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5983
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5984
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5985
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5986
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5987
|
+
description?: string | undefined;
|
|
5988
|
+
name?: string | undefined;
|
|
5989
|
+
allOps?: boolean | undefined;
|
|
5990
|
+
read?: boolean | undefined;
|
|
5991
|
+
share?: boolean | undefined;
|
|
5992
|
+
singleOps?: string[] | undefined;
|
|
5993
|
+
}, {
|
|
5994
|
+
description?: string | undefined;
|
|
5995
|
+
name?: string | undefined;
|
|
5996
|
+
allOps?: boolean | undefined;
|
|
5997
|
+
read?: boolean | undefined;
|
|
5998
|
+
share?: boolean | undefined;
|
|
5999
|
+
singleOps?: string[] | undefined;
|
|
6000
|
+
}>, import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
6001
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6002
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6003
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6004
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6005
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6006
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6007
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6008
|
+
description?: string | undefined;
|
|
6009
|
+
name?: string | undefined;
|
|
6010
|
+
allOps?: boolean | undefined;
|
|
6011
|
+
read?: boolean | undefined;
|
|
6012
|
+
share?: boolean | undefined;
|
|
6013
|
+
singleOps?: string[] | undefined;
|
|
6014
|
+
}, {
|
|
6015
|
+
description?: string | undefined;
|
|
6016
|
+
name?: string | undefined;
|
|
6017
|
+
allOps?: boolean | undefined;
|
|
6018
|
+
read?: boolean | undefined;
|
|
6019
|
+
share?: boolean | undefined;
|
|
6020
|
+
singleOps?: string[] | undefined;
|
|
6021
|
+
}>, "strip">, import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
6022
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6023
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6024
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6025
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6026
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6027
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6028
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6029
|
+
description?: string | undefined;
|
|
6030
|
+
name?: string | undefined;
|
|
6031
|
+
allOps?: boolean | undefined;
|
|
6032
|
+
read?: boolean | undefined;
|
|
6033
|
+
share?: boolean | undefined;
|
|
6034
|
+
singleOps?: string[] | undefined;
|
|
6035
|
+
}, {
|
|
6036
|
+
description?: string | undefined;
|
|
6037
|
+
name?: string | undefined;
|
|
6038
|
+
allOps?: boolean | undefined;
|
|
6039
|
+
read?: boolean | undefined;
|
|
6040
|
+
share?: boolean | undefined;
|
|
6041
|
+
singleOps?: string[] | undefined;
|
|
6042
|
+
}>, "strip">>>;
|
|
6043
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6044
|
+
reason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6045
|
+
targetSessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6046
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
6047
|
+
description?: string | undefined;
|
|
6048
|
+
name?: string | undefined;
|
|
6049
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
6050
|
+
reason?: string | undefined;
|
|
6051
|
+
targetSessionId?: string | undefined;
|
|
6052
|
+
links?: import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
6053
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6054
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6055
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6056
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6057
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6058
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6059
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6060
|
+
description?: string | undefined;
|
|
6061
|
+
name?: string | undefined;
|
|
6062
|
+
allOps?: boolean | undefined;
|
|
6063
|
+
read?: boolean | undefined;
|
|
6064
|
+
share?: boolean | undefined;
|
|
6065
|
+
singleOps?: string[] | undefined;
|
|
6066
|
+
}, {
|
|
6067
|
+
description?: string | undefined;
|
|
6068
|
+
name?: string | undefined;
|
|
6069
|
+
allOps?: boolean | undefined;
|
|
6070
|
+
read?: boolean | undefined;
|
|
6071
|
+
share?: boolean | undefined;
|
|
6072
|
+
singleOps?: string[] | undefined;
|
|
6073
|
+
}>, "strip"> | undefined;
|
|
6074
|
+
}, {
|
|
6075
|
+
description?: string | undefined;
|
|
6076
|
+
name?: string | undefined;
|
|
6077
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
6078
|
+
reason?: string | undefined;
|
|
6079
|
+
targetSessionId?: string | undefined;
|
|
6080
|
+
links?: import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
6081
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6082
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6083
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6084
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6085
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6086
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6087
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6088
|
+
description?: string | undefined;
|
|
6089
|
+
name?: string | undefined;
|
|
6090
|
+
allOps?: boolean | undefined;
|
|
6091
|
+
read?: boolean | undefined;
|
|
6092
|
+
share?: boolean | undefined;
|
|
6093
|
+
singleOps?: string[] | undefined;
|
|
6094
|
+
}, {
|
|
6095
|
+
description?: string | undefined;
|
|
6096
|
+
name?: string | undefined;
|
|
6097
|
+
allOps?: boolean | undefined;
|
|
6098
|
+
read?: boolean | undefined;
|
|
6099
|
+
share?: boolean | undefined;
|
|
6100
|
+
singleOps?: string[] | undefined;
|
|
6101
|
+
}>, "strip"> | undefined;
|
|
6102
|
+
}>;
|
|
6103
|
+
readonly '6fTSbBwfj3zkin6EjGevF16QzokKa1xNXrDjdQwbDir7': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
6104
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6105
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6106
|
+
}, {
|
|
6107
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6108
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6109
|
+
requestId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6110
|
+
}>, {
|
|
6111
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6112
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6113
|
+
reason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6114
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
6115
|
+
description?: string | undefined;
|
|
6116
|
+
name?: string | undefined;
|
|
6117
|
+
requestId?: string | undefined;
|
|
6118
|
+
reason?: string | undefined;
|
|
6119
|
+
}, {
|
|
6120
|
+
description?: string | undefined;
|
|
6121
|
+
name?: string | undefined;
|
|
6122
|
+
requestId?: string | undefined;
|
|
6123
|
+
reason?: string | undefined;
|
|
6124
|
+
}>;
|
|
6125
|
+
readonly '9J18sDqoJX8KKutFwuzxeSdXiGuRbJB2yCfADGSKax6h': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
6126
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6127
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6128
|
+
}, {
|
|
6129
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6130
|
+
inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
6131
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6132
|
+
}>, {
|
|
6133
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6134
|
+
links: import("zod").ZodOptional<import("zod").ZodObject<{}, "strip", import("zod").ZodObject<{
|
|
6135
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6136
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6137
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6138
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6139
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6140
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6141
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6142
|
+
description?: string | undefined;
|
|
6143
|
+
name?: string | undefined;
|
|
6144
|
+
allOps?: boolean | undefined;
|
|
6145
|
+
read?: boolean | undefined;
|
|
6146
|
+
share?: boolean | undefined;
|
|
6147
|
+
singleOps?: string[] | undefined;
|
|
6148
|
+
}, {
|
|
6149
|
+
description?: string | undefined;
|
|
6150
|
+
name?: string | undefined;
|
|
6151
|
+
allOps?: boolean | undefined;
|
|
6152
|
+
read?: boolean | undefined;
|
|
6153
|
+
share?: boolean | undefined;
|
|
6154
|
+
singleOps?: string[] | undefined;
|
|
6155
|
+
}>, import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
6156
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6157
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6158
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6159
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6160
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6161
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6162
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6163
|
+
description?: string | undefined;
|
|
6164
|
+
name?: string | undefined;
|
|
6165
|
+
allOps?: boolean | undefined;
|
|
6166
|
+
read?: boolean | undefined;
|
|
6167
|
+
share?: boolean | undefined;
|
|
6168
|
+
singleOps?: string[] | undefined;
|
|
6169
|
+
}, {
|
|
6170
|
+
description?: string | undefined;
|
|
6171
|
+
name?: string | undefined;
|
|
6172
|
+
allOps?: boolean | undefined;
|
|
6173
|
+
read?: boolean | undefined;
|
|
6174
|
+
share?: boolean | undefined;
|
|
6175
|
+
singleOps?: string[] | undefined;
|
|
6176
|
+
}>, "strip">, import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
6177
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6178
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6179
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6180
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6181
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6182
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6183
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6184
|
+
description?: string | undefined;
|
|
6185
|
+
name?: string | undefined;
|
|
6186
|
+
allOps?: boolean | undefined;
|
|
6187
|
+
read?: boolean | undefined;
|
|
6188
|
+
share?: boolean | undefined;
|
|
6189
|
+
singleOps?: string[] | undefined;
|
|
6190
|
+
}, {
|
|
6191
|
+
description?: string | undefined;
|
|
6192
|
+
name?: string | undefined;
|
|
6193
|
+
allOps?: boolean | undefined;
|
|
6194
|
+
read?: boolean | undefined;
|
|
6195
|
+
share?: boolean | undefined;
|
|
6196
|
+
singleOps?: string[] | undefined;
|
|
6197
|
+
}>, "strip">>>;
|
|
6198
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6199
|
+
reason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6200
|
+
targetSessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6201
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
6202
|
+
description?: string | undefined;
|
|
6203
|
+
name?: string | undefined;
|
|
6204
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
6205
|
+
reason?: string | undefined;
|
|
6206
|
+
targetSessionId?: string | undefined;
|
|
6207
|
+
links?: import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
6208
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6209
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6210
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6211
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6212
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6213
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6214
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6215
|
+
description?: string | undefined;
|
|
6216
|
+
name?: string | undefined;
|
|
6217
|
+
allOps?: boolean | undefined;
|
|
6218
|
+
read?: boolean | undefined;
|
|
6219
|
+
share?: boolean | undefined;
|
|
6220
|
+
singleOps?: string[] | undefined;
|
|
6221
|
+
}, {
|
|
6222
|
+
description?: string | undefined;
|
|
6223
|
+
name?: string | undefined;
|
|
6224
|
+
allOps?: boolean | undefined;
|
|
6225
|
+
read?: boolean | undefined;
|
|
6226
|
+
share?: boolean | undefined;
|
|
6227
|
+
singleOps?: string[] | undefined;
|
|
6228
|
+
}>, "strip"> | undefined;
|
|
6229
|
+
}, {
|
|
6230
|
+
description?: string | undefined;
|
|
6231
|
+
name?: string | undefined;
|
|
6232
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
6233
|
+
reason?: string | undefined;
|
|
6234
|
+
targetSessionId?: string | undefined;
|
|
6235
|
+
links?: import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
6236
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6237
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6238
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6239
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6240
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6241
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6242
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6243
|
+
description?: string | undefined;
|
|
6244
|
+
name?: string | undefined;
|
|
6245
|
+
allOps?: boolean | undefined;
|
|
6246
|
+
read?: boolean | undefined;
|
|
6247
|
+
share?: boolean | undefined;
|
|
6248
|
+
singleOps?: string[] | undefined;
|
|
6249
|
+
}, {
|
|
6250
|
+
description?: string | undefined;
|
|
6251
|
+
name?: string | undefined;
|
|
6252
|
+
allOps?: boolean | undefined;
|
|
6253
|
+
read?: boolean | undefined;
|
|
6254
|
+
share?: boolean | undefined;
|
|
6255
|
+
singleOps?: string[] | undefined;
|
|
6256
|
+
}>, "strip"> | undefined;
|
|
6257
|
+
}>;
|
|
6258
|
+
readonly HTvyBGjSkM4gmJxhwznVMM1aU7UUaKCcWQY9qgU6JfvH: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
6259
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6260
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6261
|
+
}, {
|
|
6262
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6263
|
+
inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
6264
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6265
|
+
}>, {
|
|
6266
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6267
|
+
links: import("zod").ZodOptional<import("zod").ZodObject<{}, "strip", import("zod").ZodObject<{
|
|
6268
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6269
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6270
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6271
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6272
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6273
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6274
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6275
|
+
description?: string | undefined;
|
|
6276
|
+
name?: string | undefined;
|
|
6277
|
+
allOps?: boolean | undefined;
|
|
6278
|
+
read?: boolean | undefined;
|
|
6279
|
+
share?: boolean | undefined;
|
|
6280
|
+
singleOps?: string[] | undefined;
|
|
6281
|
+
}, {
|
|
6282
|
+
description?: string | undefined;
|
|
6283
|
+
name?: string | undefined;
|
|
6284
|
+
allOps?: boolean | undefined;
|
|
6285
|
+
read?: boolean | undefined;
|
|
6286
|
+
share?: boolean | undefined;
|
|
6287
|
+
singleOps?: string[] | undefined;
|
|
6288
|
+
}>, import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
6289
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6290
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6291
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6292
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6293
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6294
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6295
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6296
|
+
description?: string | undefined;
|
|
6297
|
+
name?: string | undefined;
|
|
6298
|
+
allOps?: boolean | undefined;
|
|
6299
|
+
read?: boolean | undefined;
|
|
6300
|
+
share?: boolean | undefined;
|
|
6301
|
+
singleOps?: string[] | undefined;
|
|
6302
|
+
}, {
|
|
6303
|
+
description?: string | undefined;
|
|
6304
|
+
name?: string | undefined;
|
|
6305
|
+
allOps?: boolean | undefined;
|
|
6306
|
+
read?: boolean | undefined;
|
|
6307
|
+
share?: boolean | undefined;
|
|
6308
|
+
singleOps?: string[] | undefined;
|
|
6309
|
+
}>, "strip">, import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
6310
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6311
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6312
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6313
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6314
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6315
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6316
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6317
|
+
description?: string | undefined;
|
|
6318
|
+
name?: string | undefined;
|
|
6319
|
+
allOps?: boolean | undefined;
|
|
6320
|
+
read?: boolean | undefined;
|
|
6321
|
+
share?: boolean | undefined;
|
|
6322
|
+
singleOps?: string[] | undefined;
|
|
6323
|
+
}, {
|
|
6324
|
+
description?: string | undefined;
|
|
6325
|
+
name?: string | undefined;
|
|
6326
|
+
allOps?: boolean | undefined;
|
|
6327
|
+
read?: boolean | undefined;
|
|
6328
|
+
share?: boolean | undefined;
|
|
6329
|
+
singleOps?: string[] | undefined;
|
|
6330
|
+
}>, "strip">>>;
|
|
6331
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6332
|
+
reason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6333
|
+
targetSessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6334
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
6335
|
+
description?: string | undefined;
|
|
6336
|
+
name?: string | undefined;
|
|
6337
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
6338
|
+
reason?: string | undefined;
|
|
6339
|
+
targetSessionId?: string | undefined;
|
|
6340
|
+
links?: import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
6341
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6342
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6343
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6344
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6345
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6346
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6347
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6348
|
+
description?: string | undefined;
|
|
6349
|
+
name?: string | undefined;
|
|
6350
|
+
allOps?: boolean | undefined;
|
|
6351
|
+
read?: boolean | undefined;
|
|
6352
|
+
share?: boolean | undefined;
|
|
6353
|
+
singleOps?: string[] | undefined;
|
|
6354
|
+
}, {
|
|
6355
|
+
description?: string | undefined;
|
|
6356
|
+
name?: string | undefined;
|
|
6357
|
+
allOps?: boolean | undefined;
|
|
6358
|
+
read?: boolean | undefined;
|
|
6359
|
+
share?: boolean | undefined;
|
|
6360
|
+
singleOps?: string[] | undefined;
|
|
6361
|
+
}>, "strip"> | undefined;
|
|
6362
|
+
}, {
|
|
6363
|
+
description?: string | undefined;
|
|
6364
|
+
name?: string | undefined;
|
|
6365
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
6366
|
+
reason?: string | undefined;
|
|
6367
|
+
targetSessionId?: string | undefined;
|
|
6368
|
+
links?: import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
6369
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6370
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6371
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6372
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6373
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6374
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6375
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6376
|
+
description?: string | undefined;
|
|
6377
|
+
name?: string | undefined;
|
|
6378
|
+
allOps?: boolean | undefined;
|
|
6379
|
+
read?: boolean | undefined;
|
|
6380
|
+
share?: boolean | undefined;
|
|
6381
|
+
singleOps?: string[] | undefined;
|
|
6382
|
+
}, {
|
|
6383
|
+
description?: string | undefined;
|
|
6384
|
+
name?: string | undefined;
|
|
6385
|
+
allOps?: boolean | undefined;
|
|
6386
|
+
read?: boolean | undefined;
|
|
6387
|
+
share?: boolean | undefined;
|
|
6388
|
+
singleOps?: string[] | undefined;
|
|
6389
|
+
}>, "strip"> | undefined;
|
|
6390
|
+
}>;
|
|
6391
|
+
readonly '75TXyy5E7vbexVAUZcjZ2vdQaG7fJJbAHAgrh8sMtTp5': import("zod").ZodObject<{}, "strip", import("zod").ZodObject<{
|
|
6392
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6393
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6394
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6395
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6396
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6397
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6398
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6399
|
+
description?: string | undefined;
|
|
6400
|
+
name?: string | undefined;
|
|
6401
|
+
allOps?: boolean | undefined;
|
|
6402
|
+
read?: boolean | undefined;
|
|
6403
|
+
share?: boolean | undefined;
|
|
6404
|
+
singleOps?: string[] | undefined;
|
|
6405
|
+
}, {
|
|
6406
|
+
description?: string | undefined;
|
|
6407
|
+
name?: string | undefined;
|
|
6408
|
+
allOps?: boolean | undefined;
|
|
6409
|
+
read?: boolean | undefined;
|
|
6410
|
+
share?: boolean | undefined;
|
|
6411
|
+
singleOps?: string[] | undefined;
|
|
6412
|
+
}>, import("zod").objectOutputType<{}, import("zod").ZodObject<{
|
|
6413
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6414
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6415
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6416
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6417
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6418
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6419
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6420
|
+
description?: string | undefined;
|
|
6421
|
+
name?: string | undefined;
|
|
6422
|
+
allOps?: boolean | undefined;
|
|
6423
|
+
read?: boolean | undefined;
|
|
6424
|
+
share?: boolean | undefined;
|
|
6425
|
+
singleOps?: string[] | undefined;
|
|
6426
|
+
}, {
|
|
6427
|
+
description?: string | undefined;
|
|
6428
|
+
name?: string | undefined;
|
|
6429
|
+
allOps?: boolean | undefined;
|
|
6430
|
+
read?: boolean | undefined;
|
|
6431
|
+
share?: boolean | undefined;
|
|
6432
|
+
singleOps?: string[] | undefined;
|
|
6433
|
+
}>, "strip">, import("zod").objectInputType<{}, import("zod").ZodObject<{
|
|
6434
|
+
allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6435
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6436
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6437
|
+
read: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6438
|
+
share: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6439
|
+
singleOps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
6440
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6441
|
+
description?: string | undefined;
|
|
6442
|
+
name?: string | undefined;
|
|
6443
|
+
allOps?: boolean | undefined;
|
|
6444
|
+
read?: boolean | undefined;
|
|
6445
|
+
share?: boolean | undefined;
|
|
6446
|
+
singleOps?: string[] | undefined;
|
|
6447
|
+
}, {
|
|
6448
|
+
description?: string | undefined;
|
|
6449
|
+
name?: string | undefined;
|
|
6450
|
+
allOps?: boolean | undefined;
|
|
6451
|
+
read?: boolean | undefined;
|
|
6452
|
+
share?: boolean | undefined;
|
|
6453
|
+
singleOps?: string[] | undefined;
|
|
6454
|
+
}>, "strip">>;
|
|
6455
|
+
readonly DFMcBSRfNqK6NqdNLCF8b88soezajjq4gyBS8QRzSBhe: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
6456
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6457
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6458
|
+
}, {
|
|
6459
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6460
|
+
inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
6461
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6462
|
+
}>, {
|
|
6463
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3577
6464
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3578
6465
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
3579
6466
|
description?: string | undefined;
|
|
3580
6467
|
name?: string | undefined;
|
|
3581
|
-
|
|
3582
|
-
documentType?: import("@blue-labs/language").BlueNode | undefined;
|
|
6468
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
3583
6469
|
}, {
|
|
3584
6470
|
description?: string | undefined;
|
|
3585
6471
|
name?: string | undefined;
|
|
3586
|
-
|
|
3587
|
-
documentType?: import("@blue-labs/language").BlueNode | undefined;
|
|
6472
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
3588
6473
|
}>;
|
|
3589
|
-
readonly
|
|
6474
|
+
readonly DL73vQGQGdEFA53shnv58CkVJVVs5P5Hygc5qNghY5Zf: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
3590
6475
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3591
|
-
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3592
6476
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3593
|
-
package: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
3594
|
-
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3595
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3596
|
-
}, {
|
|
3597
|
-
agentStoreDescription: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3598
|
-
automationTemplate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3599
|
-
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3600
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3601
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
3602
|
-
description?: string | undefined;
|
|
3603
|
-
name?: string | undefined;
|
|
3604
|
-
}, {
|
|
3605
|
-
description?: string | undefined;
|
|
3606
|
-
name?: string | undefined;
|
|
3607
|
-
}>>;
|
|
3608
|
-
capabilities: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
3609
|
-
channelBindings: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
3610
|
-
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3611
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3612
|
-
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3613
|
-
}, {
|
|
3614
|
-
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3615
|
-
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
3616
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3617
|
-
}>, "strip", import("zod").ZodTypeAny, {
|
|
3618
|
-
description?: string | undefined;
|
|
3619
|
-
name?: string | undefined;
|
|
3620
|
-
order?: number | undefined;
|
|
3621
|
-
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3622
|
-
}, {
|
|
3623
|
-
description?: string | undefined;
|
|
3624
|
-
name?: string | undefined;
|
|
3625
|
-
order?: number | undefined;
|
|
3626
|
-
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3627
|
-
}>>>;
|
|
3628
|
-
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3629
|
-
document: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
3630
|
-
initialMessages: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3631
|
-
defaultMessage: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3632
|
-
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3633
|
-
perChannel: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
3634
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
3635
|
-
description?: string | undefined;
|
|
3636
|
-
defaultMessage?: string | undefined;
|
|
3637
|
-
perChannel?: Record<string, string> | undefined;
|
|
3638
|
-
}, {
|
|
3639
|
-
description?: string | undefined;
|
|
3640
|
-
defaultMessage?: string | undefined;
|
|
3641
|
-
perChannel?: Record<string, string> | undefined;
|
|
3642
|
-
}>>;
|
|
3643
|
-
installerChannel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3644
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3645
|
-
}>, "strip", import("zod").ZodTypeAny, {
|
|
3646
|
-
description?: string | undefined;
|
|
3647
|
-
name?: string | undefined;
|
|
3648
|
-
document?: import("@blue-labs/language").BlueNode | undefined;
|
|
3649
|
-
capabilities?: Record<string, boolean> | undefined;
|
|
3650
|
-
channelBindings?: Record<string, {
|
|
3651
|
-
description?: string | undefined;
|
|
3652
|
-
name?: string | undefined;
|
|
3653
|
-
order?: number | undefined;
|
|
3654
|
-
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3655
|
-
}> | undefined;
|
|
3656
|
-
initialMessages?: {
|
|
3657
|
-
description?: string | undefined;
|
|
3658
|
-
defaultMessage?: string | undefined;
|
|
3659
|
-
perChannel?: Record<string, string> | undefined;
|
|
3660
|
-
} | undefined;
|
|
3661
|
-
agentStoreDescription?: string | undefined;
|
|
3662
|
-
automationTemplate?: {
|
|
3663
|
-
description?: string | undefined;
|
|
3664
|
-
name?: string | undefined;
|
|
3665
|
-
} | undefined;
|
|
3666
|
-
installerChannel?: string | undefined;
|
|
3667
|
-
}, {
|
|
3668
|
-
description?: string | undefined;
|
|
3669
|
-
name?: string | undefined;
|
|
3670
|
-
document?: import("@blue-labs/language").BlueNode | undefined;
|
|
3671
|
-
capabilities?: Record<string, boolean> | undefined;
|
|
3672
|
-
channelBindings?: Record<string, {
|
|
3673
|
-
description?: string | undefined;
|
|
3674
|
-
name?: string | undefined;
|
|
3675
|
-
order?: number | undefined;
|
|
3676
|
-
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3677
|
-
}> | undefined;
|
|
3678
|
-
initialMessages?: {
|
|
3679
|
-
description?: string | undefined;
|
|
3680
|
-
defaultMessage?: string | undefined;
|
|
3681
|
-
perChannel?: Record<string, string> | undefined;
|
|
3682
|
-
} | undefined;
|
|
3683
|
-
agentStoreDescription?: string | undefined;
|
|
3684
|
-
automationTemplate?: {
|
|
3685
|
-
description?: string | undefined;
|
|
3686
|
-
name?: string | undefined;
|
|
3687
|
-
} | undefined;
|
|
3688
|
-
installerChannel?: string | undefined;
|
|
3689
|
-
}>>;
|
|
3690
|
-
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3691
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
3692
|
-
message?: string | undefined;
|
|
3693
|
-
description?: string | undefined;
|
|
3694
|
-
name?: string | undefined;
|
|
3695
|
-
title?: string | undefined;
|
|
3696
|
-
package?: {
|
|
3697
|
-
description?: string | undefined;
|
|
3698
|
-
name?: string | undefined;
|
|
3699
|
-
document?: import("@blue-labs/language").BlueNode | undefined;
|
|
3700
|
-
capabilities?: Record<string, boolean> | undefined;
|
|
3701
|
-
channelBindings?: Record<string, {
|
|
3702
|
-
description?: string | undefined;
|
|
3703
|
-
name?: string | undefined;
|
|
3704
|
-
order?: number | undefined;
|
|
3705
|
-
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3706
|
-
}> | undefined;
|
|
3707
|
-
initialMessages?: {
|
|
3708
|
-
description?: string | undefined;
|
|
3709
|
-
defaultMessage?: string | undefined;
|
|
3710
|
-
perChannel?: Record<string, string> | undefined;
|
|
3711
|
-
} | undefined;
|
|
3712
|
-
agentStoreDescription?: string | undefined;
|
|
3713
|
-
automationTemplate?: {
|
|
3714
|
-
description?: string | undefined;
|
|
3715
|
-
name?: string | undefined;
|
|
3716
|
-
} | undefined;
|
|
3717
|
-
installerChannel?: string | undefined;
|
|
3718
|
-
} | undefined;
|
|
3719
6477
|
}, {
|
|
3720
|
-
message?: string | undefined;
|
|
3721
|
-
description?: string | undefined;
|
|
3722
|
-
name?: string | undefined;
|
|
3723
|
-
title?: string | undefined;
|
|
3724
|
-
package?: {
|
|
3725
|
-
description?: string | undefined;
|
|
3726
|
-
name?: string | undefined;
|
|
3727
|
-
document?: import("@blue-labs/language").BlueNode | undefined;
|
|
3728
|
-
capabilities?: Record<string, boolean> | undefined;
|
|
3729
|
-
channelBindings?: Record<string, {
|
|
3730
|
-
description?: string | undefined;
|
|
3731
|
-
name?: string | undefined;
|
|
3732
|
-
order?: number | undefined;
|
|
3733
|
-
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3734
|
-
}> | undefined;
|
|
3735
|
-
initialMessages?: {
|
|
3736
|
-
description?: string | undefined;
|
|
3737
|
-
defaultMessage?: string | undefined;
|
|
3738
|
-
perChannel?: Record<string, string> | undefined;
|
|
3739
|
-
} | undefined;
|
|
3740
|
-
agentStoreDescription?: string | undefined;
|
|
3741
|
-
automationTemplate?: {
|
|
3742
|
-
description?: string | undefined;
|
|
3743
|
-
name?: string | undefined;
|
|
3744
|
-
} | undefined;
|
|
3745
|
-
installerChannel?: string | undefined;
|
|
3746
|
-
} | undefined;
|
|
3747
|
-
}>;
|
|
3748
|
-
readonly D2ERUvbpn6R6PR7hjFsGofwQsu9bkRfc6wbSYHcfJtMD: import("zod").ZodObject<{
|
|
3749
|
-
anchor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3750
6478
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3751
6479
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3752
|
-
}
|
|
6480
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
3753
6481
|
description?: string | undefined;
|
|
3754
6482
|
name?: string | undefined;
|
|
3755
|
-
anchor?: string | undefined;
|
|
3756
6483
|
}, {
|
|
3757
6484
|
description?: string | undefined;
|
|
3758
6485
|
name?: string | undefined;
|
|
3759
|
-
anchor?: string | undefined;
|
|
3760
6486
|
}>;
|
|
3761
6487
|
readonly FHzfgUb3eTqBkgDi1n5QNw5PC1QYGycEVs1c3YSrZ53o: import("zod").ZodObject<{
|
|
3762
6488
|
contracts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -5394,6 +8120,7 @@ declare const _default: {
|
|
|
5394
8120
|
}[] | undefined;
|
|
5395
8121
|
} | undefined;
|
|
5396
8122
|
} | undefined;
|
|
8123
|
+
granterDocumentSessionId?: string | undefined;
|
|
5397
8124
|
permissions?: {
|
|
5398
8125
|
description?: string | undefined;
|
|
5399
8126
|
name?: string | undefined;
|
|
@@ -5402,7 +8129,6 @@ declare const _default: {
|
|
|
5402
8129
|
share?: boolean | undefined;
|
|
5403
8130
|
singleOps?: string[] | undefined;
|
|
5404
8131
|
} | undefined;
|
|
5405
|
-
granterDocumentSessionId?: string | undefined;
|
|
5406
8132
|
}, {
|
|
5407
8133
|
description?: string | undefined;
|
|
5408
8134
|
name?: string | undefined;
|
|
@@ -5463,6 +8189,7 @@ declare const _default: {
|
|
|
5463
8189
|
}[] | undefined;
|
|
5464
8190
|
} | undefined;
|
|
5465
8191
|
} | undefined;
|
|
8192
|
+
granterDocumentSessionId?: string | undefined;
|
|
5466
8193
|
permissions?: {
|
|
5467
8194
|
description?: string | undefined;
|
|
5468
8195
|
name?: string | undefined;
|
|
@@ -5471,7 +8198,6 @@ declare const _default: {
|
|
|
5471
8198
|
share?: boolean | undefined;
|
|
5472
8199
|
singleOps?: string[] | undefined;
|
|
5473
8200
|
} | undefined;
|
|
5474
|
-
granterDocumentSessionId?: string | undefined;
|
|
5475
8201
|
}>;
|
|
5476
8202
|
readonly AQyDRNKEkDan8VGNcvBdJCz95HKcwcAurhccHnCgV1j9: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
5477
8203
|
contracts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -5990,6 +8716,9 @@ declare const _default: {
|
|
|
5990
8716
|
}[] | undefined;
|
|
5991
8717
|
} | undefined;
|
|
5992
8718
|
} | undefined;
|
|
8719
|
+
granterDocumentSessionId?: string | undefined;
|
|
8720
|
+
granteeDocumentId?: string | undefined;
|
|
8721
|
+
skipValidation?: boolean | undefined;
|
|
5993
8722
|
permissions?: {
|
|
5994
8723
|
description?: string | undefined;
|
|
5995
8724
|
name?: string | undefined;
|
|
@@ -5998,9 +8727,6 @@ declare const _default: {
|
|
|
5998
8727
|
share?: boolean | undefined;
|
|
5999
8728
|
singleOps?: string[] | undefined;
|
|
6000
8729
|
} | undefined;
|
|
6001
|
-
granterDocumentSessionId?: string | undefined;
|
|
6002
|
-
granteeDocumentId?: string | undefined;
|
|
6003
|
-
skipValidation?: boolean | undefined;
|
|
6004
8730
|
}, {
|
|
6005
8731
|
description?: string | undefined;
|
|
6006
8732
|
name?: string | undefined;
|
|
@@ -6052,6 +8778,9 @@ declare const _default: {
|
|
|
6052
8778
|
}[] | undefined;
|
|
6053
8779
|
} | undefined;
|
|
6054
8780
|
} | undefined;
|
|
8781
|
+
granterDocumentSessionId?: string | undefined;
|
|
8782
|
+
granteeDocumentId?: string | undefined;
|
|
8783
|
+
skipValidation?: boolean | undefined;
|
|
6055
8784
|
permissions?: {
|
|
6056
8785
|
description?: string | undefined;
|
|
6057
8786
|
name?: string | undefined;
|
|
@@ -6060,9 +8789,6 @@ declare const _default: {
|
|
|
6060
8789
|
share?: boolean | undefined;
|
|
6061
8790
|
singleOps?: string[] | undefined;
|
|
6062
8791
|
} | undefined;
|
|
6063
|
-
granterDocumentSessionId?: string | undefined;
|
|
6064
|
-
granteeDocumentId?: string | undefined;
|
|
6065
|
-
skipValidation?: boolean | undefined;
|
|
6066
8792
|
}>;
|
|
6067
8793
|
readonly '8XYzJ3BrgB5uoAWU5HvZ7Gej9RXNG5r52ccneLZxMAQd': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
6068
8794
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -7924,6 +10650,19 @@ declare const _default: {
|
|
|
7924
10650
|
readonly 'MyOS/Document Type Link': "D9Ret9Hmz5TWxzuJEeauWEuZVPkPL7hcHYsSNY1cZ5zX";
|
|
7925
10651
|
readonly 'MyOS/Inform User To Install MyOS Package': "CrGV4ZYjvPvMqrgNQAfgZCUnFjFW6HDjYNdon2chLKU3";
|
|
7926
10652
|
readonly 'MyOS/Link': "D2ERUvbpn6R6PR7hjFsGofwQsu9bkRfc6wbSYHcfJtMD";
|
|
10653
|
+
readonly 'MyOS/Linked Documents Permission Grant Requested': "DBv2TLwytwBgvrSVeauLjTZYycf8hiXgdadoyRVDfjhS";
|
|
10654
|
+
readonly 'MyOS/Linked Documents Permission Grant To Account': "3nHZjceYBWLD6nWXo354UhdU5vZWy26rUTL8aRj3xEmd";
|
|
10655
|
+
readonly 'MyOS/Linked Documents Permission Grant To Document': "488CnQXrxMyNAgCVgL85SyHxUK5rZzWzd81eo4JkVHRD";
|
|
10656
|
+
readonly 'MyOS/Linked Documents Permission Granted': "BM9qSFkhY9CV4BwHFP6DrrB9VbFZhTfwxCeS8Kh96o5N";
|
|
10657
|
+
readonly 'MyOS/Linked Documents Permission Granting in Progress': "8rdTEmuSkwgzj47Uc4tLdSk1wSd8NG5Q6vTFZt8hXbHK";
|
|
10658
|
+
readonly 'MyOS/Linked Documents Permission Invalid': "ENswN7PB5Ty8mfy1AdFsu2QR9jMjCsm5AGGJgkYSTrWU";
|
|
10659
|
+
readonly 'MyOS/Linked Documents Permission Rejected': "Cg3FfBGZZSfviaJg4Jsf7Cbg4jLRPYDcrbT65YD4vjxi";
|
|
10660
|
+
readonly 'MyOS/Linked Documents Permission Revoke Requested': "6fTSbBwfj3zkin6EjGevF16QzokKa1xNXrDjdQwbDir7";
|
|
10661
|
+
readonly 'MyOS/Linked Documents Permission Revoked': "9J18sDqoJX8KKutFwuzxeSdXiGuRbJB2yCfADGSKax6h";
|
|
10662
|
+
readonly 'MyOS/Linked Documents Permission Revoking in Progress': "HTvyBGjSkM4gmJxhwznVMM1aU7UUaKCcWQY9qgU6JfvH";
|
|
10663
|
+
readonly 'MyOS/Linked Documents Permission Set': "75TXyy5E7vbexVAUZcjZ2vdQaG7fJJbAHAgrh8sMtTp5";
|
|
10664
|
+
readonly 'MyOS/Linked Documents Permission Validated': "DFMcBSRfNqK6NqdNLCF8b88soezajjq4gyBS8QRzSBhe";
|
|
10665
|
+
readonly 'MyOS/LLM Agent': "DL73vQGQGdEFA53shnv58CkVJVVs5P5Hygc5qNghY5Zf";
|
|
7927
10666
|
readonly 'MyOS/MyOS Admin Base': "FHzfgUb3eTqBkgDi1n5QNw5PC1QYGycEVs1c3YSrZ53o";
|
|
7928
10667
|
readonly 'MyOS/MyOS Agent': "8DQrCT6Mf9wHQyRc4NdYhjFW4FbKi83no2QPe54UhdQ5";
|
|
7929
10668
|
readonly 'MyOS/MyOS Agent Channel': "4fYuD2ZdTQpm5T6Xtibge9SKkNA8RrvDVmKmArrToQQW";
|
|
@@ -8160,6 +10899,123 @@ declare const _default: {
|
|
|
8160
10899
|
readonly attributesAdded: readonly [];
|
|
8161
10900
|
}];
|
|
8162
10901
|
};
|
|
10902
|
+
readonly DBv2TLwytwBgvrSVeauLjTZYycf8hiXgdadoyRVDfjhS: {
|
|
10903
|
+
readonly status: "dev";
|
|
10904
|
+
readonly name: "Linked Documents Permission Grant Requested";
|
|
10905
|
+
readonly versions: readonly [{
|
|
10906
|
+
readonly repositoryVersionIndex: 2;
|
|
10907
|
+
readonly typeBlueId: "DBv2TLwytwBgvrSVeauLjTZYycf8hiXgdadoyRVDfjhS";
|
|
10908
|
+
readonly attributesAdded: readonly [];
|
|
10909
|
+
}];
|
|
10910
|
+
};
|
|
10911
|
+
readonly '3nHZjceYBWLD6nWXo354UhdU5vZWy26rUTL8aRj3xEmd': {
|
|
10912
|
+
readonly status: "dev";
|
|
10913
|
+
readonly name: "Linked Documents Permission Grant To Account";
|
|
10914
|
+
readonly versions: readonly [{
|
|
10915
|
+
readonly repositoryVersionIndex: 2;
|
|
10916
|
+
readonly typeBlueId: "3nHZjceYBWLD6nWXo354UhdU5vZWy26rUTL8aRj3xEmd";
|
|
10917
|
+
readonly attributesAdded: readonly [];
|
|
10918
|
+
}];
|
|
10919
|
+
};
|
|
10920
|
+
readonly '488CnQXrxMyNAgCVgL85SyHxUK5rZzWzd81eo4JkVHRD': {
|
|
10921
|
+
readonly status: "dev";
|
|
10922
|
+
readonly name: "Linked Documents Permission Grant To Document";
|
|
10923
|
+
readonly versions: readonly [{
|
|
10924
|
+
readonly repositoryVersionIndex: 2;
|
|
10925
|
+
readonly typeBlueId: "488CnQXrxMyNAgCVgL85SyHxUK5rZzWzd81eo4JkVHRD";
|
|
10926
|
+
readonly attributesAdded: readonly [];
|
|
10927
|
+
}];
|
|
10928
|
+
};
|
|
10929
|
+
readonly BM9qSFkhY9CV4BwHFP6DrrB9VbFZhTfwxCeS8Kh96o5N: {
|
|
10930
|
+
readonly status: "dev";
|
|
10931
|
+
readonly name: "Linked Documents Permission Granted";
|
|
10932
|
+
readonly versions: readonly [{
|
|
10933
|
+
readonly repositoryVersionIndex: 2;
|
|
10934
|
+
readonly typeBlueId: "BM9qSFkhY9CV4BwHFP6DrrB9VbFZhTfwxCeS8Kh96o5N";
|
|
10935
|
+
readonly attributesAdded: readonly [];
|
|
10936
|
+
}];
|
|
10937
|
+
};
|
|
10938
|
+
readonly '8rdTEmuSkwgzj47Uc4tLdSk1wSd8NG5Q6vTFZt8hXbHK': {
|
|
10939
|
+
readonly status: "dev";
|
|
10940
|
+
readonly name: "Linked Documents Permission Granting in Progress";
|
|
10941
|
+
readonly versions: readonly [{
|
|
10942
|
+
readonly repositoryVersionIndex: 2;
|
|
10943
|
+
readonly typeBlueId: "8rdTEmuSkwgzj47Uc4tLdSk1wSd8NG5Q6vTFZt8hXbHK";
|
|
10944
|
+
readonly attributesAdded: readonly [];
|
|
10945
|
+
}];
|
|
10946
|
+
};
|
|
10947
|
+
readonly ENswN7PB5Ty8mfy1AdFsu2QR9jMjCsm5AGGJgkYSTrWU: {
|
|
10948
|
+
readonly status: "dev";
|
|
10949
|
+
readonly name: "Linked Documents Permission Invalid";
|
|
10950
|
+
readonly versions: readonly [{
|
|
10951
|
+
readonly repositoryVersionIndex: 2;
|
|
10952
|
+
readonly typeBlueId: "ENswN7PB5Ty8mfy1AdFsu2QR9jMjCsm5AGGJgkYSTrWU";
|
|
10953
|
+
readonly attributesAdded: readonly [];
|
|
10954
|
+
}];
|
|
10955
|
+
};
|
|
10956
|
+
readonly Cg3FfBGZZSfviaJg4Jsf7Cbg4jLRPYDcrbT65YD4vjxi: {
|
|
10957
|
+
readonly status: "dev";
|
|
10958
|
+
readonly name: "Linked Documents Permission Rejected";
|
|
10959
|
+
readonly versions: readonly [{
|
|
10960
|
+
readonly repositoryVersionIndex: 2;
|
|
10961
|
+
readonly typeBlueId: "Cg3FfBGZZSfviaJg4Jsf7Cbg4jLRPYDcrbT65YD4vjxi";
|
|
10962
|
+
readonly attributesAdded: readonly [];
|
|
10963
|
+
}];
|
|
10964
|
+
};
|
|
10965
|
+
readonly '6fTSbBwfj3zkin6EjGevF16QzokKa1xNXrDjdQwbDir7': {
|
|
10966
|
+
readonly status: "dev";
|
|
10967
|
+
readonly name: "Linked Documents Permission Revoke Requested";
|
|
10968
|
+
readonly versions: readonly [{
|
|
10969
|
+
readonly repositoryVersionIndex: 2;
|
|
10970
|
+
readonly typeBlueId: "6fTSbBwfj3zkin6EjGevF16QzokKa1xNXrDjdQwbDir7";
|
|
10971
|
+
readonly attributesAdded: readonly [];
|
|
10972
|
+
}];
|
|
10973
|
+
};
|
|
10974
|
+
readonly '9J18sDqoJX8KKutFwuzxeSdXiGuRbJB2yCfADGSKax6h': {
|
|
10975
|
+
readonly status: "dev";
|
|
10976
|
+
readonly name: "Linked Documents Permission Revoked";
|
|
10977
|
+
readonly versions: readonly [{
|
|
10978
|
+
readonly repositoryVersionIndex: 2;
|
|
10979
|
+
readonly typeBlueId: "9J18sDqoJX8KKutFwuzxeSdXiGuRbJB2yCfADGSKax6h";
|
|
10980
|
+
readonly attributesAdded: readonly [];
|
|
10981
|
+
}];
|
|
10982
|
+
};
|
|
10983
|
+
readonly HTvyBGjSkM4gmJxhwznVMM1aU7UUaKCcWQY9qgU6JfvH: {
|
|
10984
|
+
readonly status: "dev";
|
|
10985
|
+
readonly name: "Linked Documents Permission Revoking in Progress";
|
|
10986
|
+
readonly versions: readonly [{
|
|
10987
|
+
readonly repositoryVersionIndex: 2;
|
|
10988
|
+
readonly typeBlueId: "HTvyBGjSkM4gmJxhwznVMM1aU7UUaKCcWQY9qgU6JfvH";
|
|
10989
|
+
readonly attributesAdded: readonly [];
|
|
10990
|
+
}];
|
|
10991
|
+
};
|
|
10992
|
+
readonly '75TXyy5E7vbexVAUZcjZ2vdQaG7fJJbAHAgrh8sMtTp5': {
|
|
10993
|
+
readonly status: "dev";
|
|
10994
|
+
readonly name: "Linked Documents Permission Set";
|
|
10995
|
+
readonly versions: readonly [{
|
|
10996
|
+
readonly repositoryVersionIndex: 2;
|
|
10997
|
+
readonly typeBlueId: "75TXyy5E7vbexVAUZcjZ2vdQaG7fJJbAHAgrh8sMtTp5";
|
|
10998
|
+
readonly attributesAdded: readonly [];
|
|
10999
|
+
}];
|
|
11000
|
+
};
|
|
11001
|
+
readonly DFMcBSRfNqK6NqdNLCF8b88soezajjq4gyBS8QRzSBhe: {
|
|
11002
|
+
readonly status: "dev";
|
|
11003
|
+
readonly name: "Linked Documents Permission Validated";
|
|
11004
|
+
readonly versions: readonly [{
|
|
11005
|
+
readonly repositoryVersionIndex: 2;
|
|
11006
|
+
readonly typeBlueId: "DFMcBSRfNqK6NqdNLCF8b88soezajjq4gyBS8QRzSBhe";
|
|
11007
|
+
readonly attributesAdded: readonly [];
|
|
11008
|
+
}];
|
|
11009
|
+
};
|
|
11010
|
+
readonly DL73vQGQGdEFA53shnv58CkVJVVs5P5Hygc5qNghY5Zf: {
|
|
11011
|
+
readonly status: "dev";
|
|
11012
|
+
readonly name: "LLM Agent";
|
|
11013
|
+
readonly versions: readonly [{
|
|
11014
|
+
readonly repositoryVersionIndex: 1;
|
|
11015
|
+
readonly typeBlueId: "DL73vQGQGdEFA53shnv58CkVJVVs5P5Hygc5qNghY5Zf";
|
|
11016
|
+
readonly attributesAdded: readonly [];
|
|
11017
|
+
}];
|
|
11018
|
+
};
|
|
8163
11019
|
readonly FHzfgUb3eTqBkgDi1n5QNw5PC1QYGycEVs1c3YSrZ53o: {
|
|
8164
11020
|
readonly status: "stable";
|
|
8165
11021
|
readonly name: "MyOS Admin Base";
|