@blue-repository/types 0.25.0 → 0.26.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 +1 -0
- package/dist/meta.js.map +1 -1
- package/dist/packages/myos/blue-ids.d.ts +8 -0
- package/dist/packages/myos/blue-ids.d.ts.map +1 -1
- package/dist/packages/myos/blue-ids.js +8 -0
- package/dist/packages/myos/blue-ids.js.map +1 -1
- package/dist/packages/myos/contents/MyOSBalanceAccount.d.ts +11 -0
- package/dist/packages/myos/contents/MyOSBalanceAccount.d.ts.map +1 -0
- package/dist/packages/myos/contents/MyOSBalanceAccount.js +11 -0
- package/dist/packages/myos/contents/MyOSBalanceAccount.js.map +1 -0
- package/dist/packages/myos/contents/MyOSUser.d.ts +11 -0
- package/dist/packages/myos/contents/MyOSUser.d.ts.map +1 -0
- package/dist/packages/myos/contents/MyOSUser.js +11 -0
- package/dist/packages/myos/contents/MyOSUser.js.map +1 -0
- package/dist/packages/myos/contents/PaymentInitiationAccepted.d.ts +8 -0
- package/dist/packages/myos/contents/PaymentInitiationAccepted.d.ts.map +1 -0
- package/dist/packages/myos/contents/PaymentInitiationAccepted.js +8 -0
- package/dist/packages/myos/contents/PaymentInitiationAccepted.js.map +1 -0
- package/dist/packages/myos/contents/PaymentInitiationRejected.d.ts +20 -0
- package/dist/packages/myos/contents/PaymentInitiationRejected.d.ts.map +1 -0
- package/dist/packages/myos/contents/PaymentInitiationRejected.js +20 -0
- package/dist/packages/myos/contents/PaymentInitiationRejected.js.map +1 -0
- package/dist/packages/myos/contents/PaymentInitiationRequested.d.ts +59 -0
- package/dist/packages/myos/contents/PaymentInitiationRequested.d.ts.map +1 -0
- package/dist/packages/myos/contents/PaymentInitiationRequested.js +59 -0
- package/dist/packages/myos/contents/PaymentInitiationRequested.js.map +1 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationFailed.d.ts +20 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationFailed.d.ts.map +1 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationFailed.js +20 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationFailed.js.map +1 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationRequested.d.ts +44 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationRequested.d.ts.map +1 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationRequested.js +44 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationRequested.js.map +1 -0
- package/dist/packages/myos/contents/PaymentTargetPrepared.d.ts +56 -0
- package/dist/packages/myos/contents/PaymentTargetPrepared.d.ts.map +1 -0
- package/dist/packages/myos/contents/PaymentTargetPrepared.js +56 -0
- package/dist/packages/myos/contents/PaymentTargetPrepared.js.map +1 -0
- package/dist/packages/myos/contents/index.d.ts +229 -0
- package/dist/packages/myos/contents/index.d.ts.map +1 -1
- package/dist/packages/myos/contents/index.js +24 -0
- package/dist/packages/myos/contents/index.js.map +1 -1
- package/dist/packages/myos/index.d.ts +717 -0
- package/dist/packages/myos/index.d.ts.map +1 -1
- package/dist/packages/myos/meta.d.ts +80 -0
- package/dist/packages/myos/meta.d.ts.map +1 -1
- package/dist/packages/myos/meta.js +88 -0
- package/dist/packages/myos/meta.js.map +1 -1
- package/dist/packages/myos/schemas/MyOSBalanceAccount.d.ts +16 -0
- package/dist/packages/myos/schemas/MyOSBalanceAccount.d.ts.map +1 -0
- package/dist/packages/myos/schemas/MyOSBalanceAccount.js +9 -0
- package/dist/packages/myos/schemas/MyOSBalanceAccount.js.map +1 -0
- package/dist/packages/myos/schemas/MyOSUser.d.ts +16 -0
- package/dist/packages/myos/schemas/MyOSUser.d.ts.map +1 -0
- package/dist/packages/myos/schemas/MyOSUser.js +9 -0
- package/dist/packages/myos/schemas/MyOSUser.js.map +1 -0
- package/dist/packages/myos/schemas/PaymentInitiationAccepted.d.ts +22 -0
- package/dist/packages/myos/schemas/PaymentInitiationAccepted.d.ts.map +1 -0
- package/dist/packages/myos/schemas/PaymentInitiationAccepted.js +9 -0
- package/dist/packages/myos/schemas/PaymentInitiationAccepted.js.map +1 -0
- package/dist/packages/myos/schemas/PaymentInitiationRejected.d.ts +28 -0
- package/dist/packages/myos/schemas/PaymentInitiationRejected.d.ts.map +1 -0
- package/dist/packages/myos/schemas/PaymentInitiationRejected.js +11 -0
- package/dist/packages/myos/schemas/PaymentInitiationRejected.js.map +1 -0
- package/dist/packages/myos/schemas/PaymentInitiationRequested.d.ts +141 -0
- package/dist/packages/myos/schemas/PaymentInitiationRequested.d.ts.map +1 -0
- package/dist/packages/myos/schemas/PaymentInitiationRequested.js +29 -0
- package/dist/packages/myos/schemas/PaymentInitiationRequested.js.map +1 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationFailed.d.ts +28 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationFailed.d.ts.map +1 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationFailed.js +11 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationFailed.js.map +1 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationRequested.d.ts +83 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationRequested.d.ts.map +1 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationRequested.js +22 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationRequested.js.map +1 -0
- package/dist/packages/myos/schemas/PaymentTargetPrepared.d.ts +106 -0
- package/dist/packages/myos/schemas/PaymentTargetPrepared.d.ts.map +1 -0
- package/dist/packages/myos/schemas/PaymentTargetPrepared.js +24 -0
- package/dist/packages/myos/schemas/PaymentTargetPrepared.js.map +1 -0
- package/dist/packages/myos/schemas/index.d.ts +424 -0
- package/dist/packages/myos/schemas/index.d.ts.map +1 -1
- package/dist/packages/myos/schemas/index.js +24 -0
- package/dist/packages/myos/schemas/index.js.map +1 -1
- package/dist/packages/paynote/index.d.ts +62 -62
- package/dist/packages/paynote/schemas/CardTransactionPayNote.d.ts +10 -10
- package/dist/packages/paynote/schemas/CardTransactionReport.d.ts +6 -6
- package/dist/packages/paynote/schemas/LinkedCardChargeAndCaptureImmediatelyRequested.d.ts +2 -2
- package/dist/packages/paynote/schemas/LinkedCardChargeRequested.d.ts +2 -2
- package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.d.ts +8 -8
- package/dist/packages/paynote/schemas/PayNote.d.ts +8 -8
- package/dist/packages/paynote/schemas/PaymentMandate.d.ts +18 -18
- package/dist/packages/paynote/schemas/ReverseCardChargeAndCaptureImmediatelyRequested.d.ts +2 -2
- package/dist/packages/paynote/schemas/ReverseCardChargeRequested.d.ts +2 -2
- package/dist/packages/paynote/schemas/TransactionStatus.d.ts +4 -4
- package/dist/packages/paynote/schemas/index.d.ts +62 -62
- package/dist/repository.d.ts +2 -27194
- package/dist/repository.d.ts.map +1 -1
- package/dist/repository.js.map +1 -1
- package/package.json +2 -2
|
@@ -3,6 +3,64 @@ import { contents } from './contents.js';
|
|
|
3
3
|
import { schemas } from './schemas.js';
|
|
4
4
|
declare const _default: {
|
|
5
5
|
readonly contents: {
|
|
6
|
+
readonly '26eFVecG5eovbFVYf7YcdN2bFhuFiNhRFxrCZSBb1H3r': {
|
|
7
|
+
readonly amount: {
|
|
8
|
+
readonly description: "Payment amount in minor units.";
|
|
9
|
+
readonly type: {
|
|
10
|
+
readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
readonly context: {
|
|
14
|
+
readonly description: "Optional business-context reference.";
|
|
15
|
+
readonly documentId: {
|
|
16
|
+
readonly description: "Blue document id identifying the business document this payment is for.";
|
|
17
|
+
readonly type: {
|
|
18
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
readonly currency: {
|
|
23
|
+
readonly description: "ISO 4217 currency code.";
|
|
24
|
+
readonly type: {
|
|
25
|
+
readonly blueId: "CBnZ7aaNetj9KEqXpUWj5jvjKbmviLivP98T2EiyxiYc";
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
readonly description: "Request emitted from a payment source document when a payment initiation is requested.";
|
|
29
|
+
readonly idempotencyKey: {
|
|
30
|
+
readonly description: "Caller-supplied key identifying one logical initiation attempt.";
|
|
31
|
+
readonly type: {
|
|
32
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
readonly name: "Payment Initiation Requested";
|
|
36
|
+
readonly paynote: {
|
|
37
|
+
readonly channelBindings: {
|
|
38
|
+
readonly description: "Optional channel bindings keyed by the channel names declared in the PayNote document.\n";
|
|
39
|
+
readonly keyType: {
|
|
40
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
41
|
+
};
|
|
42
|
+
readonly type: {
|
|
43
|
+
readonly blueId: "G7fBT9PSod1RfHLHkpafAGBDVAJMrMhAMY51ERcyXNrj";
|
|
44
|
+
};
|
|
45
|
+
readonly valueType: {
|
|
46
|
+
readonly blueId: "DcoJyCh7XXxy1nR5xjy7qfkUgQ1GiZnKKSxh8DJusBSr";
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
readonly description: "Optional PayNote bootstrap input.\nIf omitted, MyOS creates the default PayNote during initiation.\n";
|
|
50
|
+
readonly document: {
|
|
51
|
+
readonly description: "The PayNote document content to bootstrap.";
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
readonly recipient: {
|
|
55
|
+
readonly description: "Prepared recipient reference. At minimum it must carry the opaque token.";
|
|
56
|
+
readonly type: {
|
|
57
|
+
readonly blueId: "3WA2ppJtUKib2upsEARBgCNJuHXSqHJjm38uLtZf6dNb";
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
readonly type: {
|
|
61
|
+
readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
|
|
62
|
+
};
|
|
63
|
+
};
|
|
6
64
|
readonly '29JSV8DwY6x3zfvAqiM7xNc96i46sKcunFYgfywBkF2f': {
|
|
7
65
|
readonly description: "Rights granted by this PGD have been retracted.";
|
|
8
66
|
readonly name: "Single Document Permission Revoked";
|
|
@@ -242,6 +300,61 @@ declare const _default: {
|
|
|
242
300
|
readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
|
|
243
301
|
};
|
|
244
302
|
};
|
|
303
|
+
readonly '3KTJBMse6aFELjAG6iJa9bo5XdJagLzQZdPkee64iVW1': {
|
|
304
|
+
readonly allowedPayer: {
|
|
305
|
+
readonly description: "Optional effective payer restriction echoed back to the caller.";
|
|
306
|
+
readonly type: {
|
|
307
|
+
readonly blueId: "6VqxRuWBPVJ8qTBPWxYKaSi5UB3zb8Y9vadtxbsL4vzJ";
|
|
308
|
+
};
|
|
309
|
+
};
|
|
310
|
+
readonly amount: {
|
|
311
|
+
readonly description: "Optional effective amount constraint echoed back to the caller.";
|
|
312
|
+
readonly type: {
|
|
313
|
+
readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
|
|
314
|
+
};
|
|
315
|
+
};
|
|
316
|
+
readonly context: {
|
|
317
|
+
readonly description: "Optional business-context reference.";
|
|
318
|
+
readonly documentId: {
|
|
319
|
+
readonly description: "Blue document id identifying the business document this payment is for.";
|
|
320
|
+
readonly type: {
|
|
321
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
322
|
+
};
|
|
323
|
+
};
|
|
324
|
+
};
|
|
325
|
+
readonly currency: {
|
|
326
|
+
readonly description: "Optional effective currency constraint echoed back to the caller.";
|
|
327
|
+
readonly type: {
|
|
328
|
+
readonly blueId: "CBnZ7aaNetj9KEqXpUWj5jvjKbmviLivP98T2EiyxiYc";
|
|
329
|
+
};
|
|
330
|
+
};
|
|
331
|
+
readonly description: "Result emitted after MyOS Admin successfully prepares an opaque recipient payment target.";
|
|
332
|
+
readonly expectedPaynote: {
|
|
333
|
+
readonly description: "Optional effective PayNote matcher echoed back to the caller.";
|
|
334
|
+
};
|
|
335
|
+
readonly expiresAt: {
|
|
336
|
+
readonly description: "Optional expiry echoed back to the caller.";
|
|
337
|
+
readonly type: {
|
|
338
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
339
|
+
};
|
|
340
|
+
};
|
|
341
|
+
readonly name: "Payment Target Prepared";
|
|
342
|
+
readonly recipient: {
|
|
343
|
+
readonly description: "Prepared recipient reference.";
|
|
344
|
+
readonly token: {
|
|
345
|
+
readonly description: "Opaque prepared recipient token.";
|
|
346
|
+
readonly type: {
|
|
347
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
348
|
+
};
|
|
349
|
+
};
|
|
350
|
+
readonly type: {
|
|
351
|
+
readonly blueId: "3WA2ppJtUKib2upsEARBgCNJuHXSqHJjm38uLtZf6dNb";
|
|
352
|
+
};
|
|
353
|
+
};
|
|
354
|
+
readonly type: {
|
|
355
|
+
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
356
|
+
};
|
|
357
|
+
};
|
|
245
358
|
readonly '3P4vsTx8Ky2pucXxKgkn8MouveP2DBRjkwZckCG5b9Lb': {
|
|
246
359
|
readonly description: "MyOS Admin forwards operation Response events to the requesting session";
|
|
247
360
|
readonly events: {
|
|
@@ -480,6 +593,16 @@ declare const _default: {
|
|
|
480
593
|
readonly blueId: "8s2rAFDtiB6sCwqeURkT4Lq7fcc2FXBkmX9B9p7R4Boc";
|
|
481
594
|
};
|
|
482
595
|
};
|
|
596
|
+
readonly '3WA2ppJtUKib2upsEARBgCNJuHXSqHJjm38uLtZf6dNb': {
|
|
597
|
+
readonly description: "A prepared or direct MyOS balance-account reference used in payment requests.";
|
|
598
|
+
readonly name: "MyOS Balance Account";
|
|
599
|
+
readonly token: {
|
|
600
|
+
readonly description: "Opaque token representing a prepared recipient payment target.";
|
|
601
|
+
readonly type: {
|
|
602
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
603
|
+
};
|
|
604
|
+
};
|
|
605
|
+
};
|
|
483
606
|
readonly '4cmrbevB6K23ZenjqwmNxpnaw6RF4VB3wkP7XB59V7W5': {
|
|
484
607
|
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.";
|
|
485
608
|
readonly keyType: {
|
|
@@ -1237,6 +1360,16 @@ declare const _default: {
|
|
|
1237
1360
|
readonly '6tzp2YX1rei3aAXg22SqYbeiiteGthj1LesTNCWm7wbU': {
|
|
1238
1361
|
readonly name: "MyOS Participants Orchestration";
|
|
1239
1362
|
};
|
|
1363
|
+
readonly '6VqxRuWBPVJ8qTBPWxYKaSi5UB3zb8Y9vadtxbsL4vzJ': {
|
|
1364
|
+
readonly accountId: {
|
|
1365
|
+
readonly description: "Stable MyOS user identifier.";
|
|
1366
|
+
readonly type: {
|
|
1367
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
1368
|
+
};
|
|
1369
|
+
};
|
|
1370
|
+
readonly description: "A MyOS identity reference used in payment constraints and matching.";
|
|
1371
|
+
readonly name: "MyOS User";
|
|
1372
|
+
};
|
|
1240
1373
|
readonly '75TkZZcfwGMnD8ReqQg1KhBkdEV9U637TS5bGSv9n2Xn': {
|
|
1241
1374
|
readonly allowedWorkerAgencyPermissions: {
|
|
1242
1375
|
readonly itemType: {
|
|
@@ -1948,6 +2081,68 @@ declare const _default: {
|
|
|
1948
2081
|
readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
|
|
1949
2082
|
};
|
|
1950
2083
|
};
|
|
2084
|
+
readonly EJkmgZa48d3knTpcqxWzu2zo34yWEbVKJVPcyLR7fgGU: {
|
|
2085
|
+
readonly code: {
|
|
2086
|
+
readonly description: "Stable machine-readable rejection reason, for example:\ninvalid_request,\ntoken_not_found,\ntoken_expired,\ntoken_consumed,\npayer_not_allowed,\ncontext_mismatch,\namount_mismatch,\ncurrency_mismatch,\npaynote_mismatch,\ninsufficient_funds,\nidempotency_conflict.\n";
|
|
2087
|
+
readonly type: {
|
|
2088
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
2089
|
+
};
|
|
2090
|
+
};
|
|
2091
|
+
readonly description: "Result emitted when MyOS Admin rejects a payment initiation request before or instead of starting the payment.";
|
|
2092
|
+
readonly name: "Payment Initiation Rejected";
|
|
2093
|
+
readonly reason: {
|
|
2094
|
+
readonly description: "Human-readable explanation of rejection.";
|
|
2095
|
+
readonly type: {
|
|
2096
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
2097
|
+
};
|
|
2098
|
+
};
|
|
2099
|
+
readonly type: {
|
|
2100
|
+
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
2101
|
+
};
|
|
2102
|
+
};
|
|
2103
|
+
readonly EmMN2rpkHKmaw4Q1THLJAZBAiT7HyXex8RBu1yiapJP5: {
|
|
2104
|
+
readonly allowedPayer: {
|
|
2105
|
+
readonly description: "Optional payer identity restriction.";
|
|
2106
|
+
readonly type: {
|
|
2107
|
+
readonly blueId: "6VqxRuWBPVJ8qTBPWxYKaSi5UB3zb8Y9vadtxbsL4vzJ";
|
|
2108
|
+
};
|
|
2109
|
+
};
|
|
2110
|
+
readonly amount: {
|
|
2111
|
+
readonly description: "Optional expected payment amount in minor units.";
|
|
2112
|
+
readonly type: {
|
|
2113
|
+
readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
|
|
2114
|
+
};
|
|
2115
|
+
};
|
|
2116
|
+
readonly context: {
|
|
2117
|
+
readonly description: "Optional business-context reference.";
|
|
2118
|
+
readonly documentId: {
|
|
2119
|
+
readonly description: "Blue document id identifying the business document this payment is for.";
|
|
2120
|
+
readonly type: {
|
|
2121
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
2122
|
+
};
|
|
2123
|
+
};
|
|
2124
|
+
};
|
|
2125
|
+
readonly currency: {
|
|
2126
|
+
readonly description: "Optional expected ISO 4217 currency code.";
|
|
2127
|
+
readonly type: {
|
|
2128
|
+
readonly blueId: "CBnZ7aaNetj9KEqXpUWj5jvjKbmviLivP98T2EiyxiYc";
|
|
2129
|
+
};
|
|
2130
|
+
};
|
|
2131
|
+
readonly description: "Request emitted from a MyOS Balance Account document when its owner asks MyOS Admin to prepare an opaque recipient payment target.";
|
|
2132
|
+
readonly expectedPaynote: {
|
|
2133
|
+
readonly description: "Optional matcher over the PayNote bootstrap input that will be accepted for this target.";
|
|
2134
|
+
};
|
|
2135
|
+
readonly expiresAt: {
|
|
2136
|
+
readonly description: "Optional ISO-8601 expiry timestamp for the prepared target.";
|
|
2137
|
+
readonly type: {
|
|
2138
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
2139
|
+
};
|
|
2140
|
+
};
|
|
2141
|
+
readonly name: "Payment Target Preparation Requested";
|
|
2142
|
+
readonly type: {
|
|
2143
|
+
readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
|
|
2144
|
+
};
|
|
2145
|
+
};
|
|
1951
2146
|
readonly ENswN7PB5Ty8mfy1AdFsu2QR9jMjCsm5AGGJgkYSTrWU: {
|
|
1952
2147
|
readonly description: "Emitted when LDPG fails local validation.";
|
|
1953
2148
|
readonly issues: {
|
|
@@ -2232,6 +2427,13 @@ declare const _default: {
|
|
|
2232
2427
|
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
2233
2428
|
};
|
|
2234
2429
|
};
|
|
2430
|
+
readonly GiEwEdvT2jPoT4bK8hvmjTBJUVQqRtHoAejfdpM7HtuD: {
|
|
2431
|
+
readonly description: "Result emitted after MyOS Admin accepts a payment initiation request.";
|
|
2432
|
+
readonly name: "Payment Initiation Accepted";
|
|
2433
|
+
readonly type: {
|
|
2434
|
+
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
2435
|
+
};
|
|
2436
|
+
};
|
|
2235
2437
|
readonly GiYocGMGQcneiMPm4NH9MxVj7Fr4jwg2BUAMzwZcWRNR: {
|
|
2236
2438
|
readonly agentId: {
|
|
2237
2439
|
readonly description: "Optional agent identifier";
|
|
@@ -2264,6 +2466,25 @@ declare const _default: {
|
|
|
2264
2466
|
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
2265
2467
|
};
|
|
2266
2468
|
};
|
|
2469
|
+
readonly GSfJG3nahccpaqXHWBXes8RvNDENL17bz2yXdvn1suRY: {
|
|
2470
|
+
readonly code: {
|
|
2471
|
+
readonly description: "Stable machine-readable failure code.";
|
|
2472
|
+
readonly type: {
|
|
2473
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
2474
|
+
};
|
|
2475
|
+
};
|
|
2476
|
+
readonly description: "Failure result emitted when MyOS Admin cannot prepare an opaque recipient payment target.";
|
|
2477
|
+
readonly name: "Payment Target Preparation Failed";
|
|
2478
|
+
readonly reason: {
|
|
2479
|
+
readonly description: "Human-readable explanation of failure.";
|
|
2480
|
+
readonly type: {
|
|
2481
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
2482
|
+
};
|
|
2483
|
+
};
|
|
2484
|
+
readonly type: {
|
|
2485
|
+
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
2486
|
+
};
|
|
2487
|
+
};
|
|
2267
2488
|
readonly HCF8mXnX3dFjQ8osjxb4Wzm2Nm1DoXnTYuA5sPnV7NTs: {
|
|
2268
2489
|
readonly accountId: {
|
|
2269
2490
|
readonly description: "Account identifier for the MyOS timeline";
|
|
@@ -6987,6 +7208,19 @@ declare const _default: {
|
|
|
6987
7208
|
agentId?: string | undefined;
|
|
6988
7209
|
id?: string | undefined;
|
|
6989
7210
|
}>;
|
|
7211
|
+
readonly '3WA2ppJtUKib2upsEARBgCNJuHXSqHJjm38uLtZf6dNb': import("zod").ZodObject<{
|
|
7212
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7213
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7214
|
+
token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7215
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7216
|
+
description?: string | undefined;
|
|
7217
|
+
name?: string | undefined;
|
|
7218
|
+
token?: string | undefined;
|
|
7219
|
+
}, {
|
|
7220
|
+
description?: string | undefined;
|
|
7221
|
+
name?: string | undefined;
|
|
7222
|
+
token?: string | undefined;
|
|
7223
|
+
}>;
|
|
6990
7224
|
readonly '8jCUCDoX7LUd5UaktCD7i4xxEheCWFQDkTbbNTEdYVZ9': import("zod").ZodObject<{
|
|
6991
7225
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6992
7226
|
documentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -7270,6 +7504,19 @@ declare const _default: {
|
|
|
7270
7504
|
} | undefined;
|
|
7271
7505
|
timestamp?: number | undefined;
|
|
7272
7506
|
}>;
|
|
7507
|
+
readonly '6VqxRuWBPVJ8qTBPWxYKaSi5UB3zb8Y9vadtxbsL4vzJ': import("zod").ZodObject<{
|
|
7508
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7509
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7510
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7511
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7512
|
+
description?: string | undefined;
|
|
7513
|
+
name?: string | undefined;
|
|
7514
|
+
accountId?: string | undefined;
|
|
7515
|
+
}, {
|
|
7516
|
+
description?: string | undefined;
|
|
7517
|
+
name?: string | undefined;
|
|
7518
|
+
accountId?: string | undefined;
|
|
7519
|
+
}>;
|
|
7273
7520
|
readonly '4Lix4AKXvBDvrwxw2htSdYFKxL4wugEQzqoSEYet5Dh1': import("zod").ZodObject<{
|
|
7274
7521
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7275
7522
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -7493,6 +7740,396 @@ declare const _default: {
|
|
|
7493
7740
|
email?: string | undefined;
|
|
7494
7741
|
} | undefined;
|
|
7495
7742
|
}>;
|
|
7743
|
+
readonly GiEwEdvT2jPoT4bK8hvmjTBJUVQqRtHoAejfdpM7HtuD: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
7744
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7745
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7746
|
+
}, {
|
|
7747
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7748
|
+
inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
7749
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7750
|
+
}>, {
|
|
7751
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7752
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7753
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
7754
|
+
description?: string | undefined;
|
|
7755
|
+
name?: string | undefined;
|
|
7756
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
7757
|
+
}, {
|
|
7758
|
+
description?: string | undefined;
|
|
7759
|
+
name?: string | undefined;
|
|
7760
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
7761
|
+
}>;
|
|
7762
|
+
readonly EJkmgZa48d3knTpcqxWzu2zo34yWEbVKJVPcyLR7fgGU: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
7763
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7764
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7765
|
+
}, {
|
|
7766
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7767
|
+
inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
7768
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7769
|
+
}>, {
|
|
7770
|
+
code: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7771
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7772
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7773
|
+
reason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7774
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
7775
|
+
code?: string | undefined;
|
|
7776
|
+
description?: string | undefined;
|
|
7777
|
+
name?: string | undefined;
|
|
7778
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
7779
|
+
reason?: string | undefined;
|
|
7780
|
+
}, {
|
|
7781
|
+
code?: string | undefined;
|
|
7782
|
+
description?: string | undefined;
|
|
7783
|
+
name?: string | undefined;
|
|
7784
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
7785
|
+
reason?: string | undefined;
|
|
7786
|
+
}>;
|
|
7787
|
+
readonly '26eFVecG5eovbFVYf7YcdN2bFhuFiNhRFxrCZSBb1H3r': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
7788
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7789
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7790
|
+
}, {
|
|
7791
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7792
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7793
|
+
requestId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7794
|
+
}>, {
|
|
7795
|
+
amount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
7796
|
+
context: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7797
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7798
|
+
documentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7799
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7800
|
+
description?: string | undefined;
|
|
7801
|
+
documentId?: string | undefined;
|
|
7802
|
+
}, {
|
|
7803
|
+
description?: string | undefined;
|
|
7804
|
+
documentId?: string | undefined;
|
|
7805
|
+
}>>;
|
|
7806
|
+
currency: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
7807
|
+
[x: string]: any;
|
|
7808
|
+
}, {
|
|
7809
|
+
[x: string]: any;
|
|
7810
|
+
}>>;
|
|
7811
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7812
|
+
idempotencyKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7813
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7814
|
+
paynote: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7815
|
+
channelBindings: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
7816
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7817
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7818
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
7819
|
+
}, {
|
|
7820
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7821
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
7822
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7823
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
7824
|
+
description?: string | undefined;
|
|
7825
|
+
name?: string | undefined;
|
|
7826
|
+
order?: number | undefined;
|
|
7827
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
7828
|
+
}, {
|
|
7829
|
+
description?: string | undefined;
|
|
7830
|
+
name?: string | undefined;
|
|
7831
|
+
order?: number | undefined;
|
|
7832
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
7833
|
+
}>>>;
|
|
7834
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7835
|
+
document: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
7836
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7837
|
+
description?: string | undefined;
|
|
7838
|
+
channelBindings?: Record<string, {
|
|
7839
|
+
description?: string | undefined;
|
|
7840
|
+
name?: string | undefined;
|
|
7841
|
+
order?: number | undefined;
|
|
7842
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
7843
|
+
}> | undefined;
|
|
7844
|
+
document?: import("@blue-labs/language").BlueNode | undefined;
|
|
7845
|
+
}, {
|
|
7846
|
+
description?: string | undefined;
|
|
7847
|
+
channelBindings?: Record<string, {
|
|
7848
|
+
description?: string | undefined;
|
|
7849
|
+
name?: string | undefined;
|
|
7850
|
+
order?: number | undefined;
|
|
7851
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
7852
|
+
}> | undefined;
|
|
7853
|
+
document?: import("@blue-labs/language").BlueNode | undefined;
|
|
7854
|
+
}>>;
|
|
7855
|
+
recipient: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7856
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7857
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7858
|
+
token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7859
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7860
|
+
description?: string | undefined;
|
|
7861
|
+
name?: string | undefined;
|
|
7862
|
+
token?: string | undefined;
|
|
7863
|
+
}, {
|
|
7864
|
+
description?: string | undefined;
|
|
7865
|
+
name?: string | undefined;
|
|
7866
|
+
token?: string | undefined;
|
|
7867
|
+
}>>;
|
|
7868
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
7869
|
+
description?: string | undefined;
|
|
7870
|
+
name?: string | undefined;
|
|
7871
|
+
requestId?: string | undefined;
|
|
7872
|
+
amount?: number | undefined;
|
|
7873
|
+
context?: {
|
|
7874
|
+
description?: string | undefined;
|
|
7875
|
+
documentId?: string | undefined;
|
|
7876
|
+
} | undefined;
|
|
7877
|
+
currency?: {
|
|
7878
|
+
[x: string]: any;
|
|
7879
|
+
} | undefined;
|
|
7880
|
+
idempotencyKey?: string | undefined;
|
|
7881
|
+
paynote?: {
|
|
7882
|
+
description?: string | undefined;
|
|
7883
|
+
channelBindings?: Record<string, {
|
|
7884
|
+
description?: string | undefined;
|
|
7885
|
+
name?: string | undefined;
|
|
7886
|
+
order?: number | undefined;
|
|
7887
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
7888
|
+
}> | undefined;
|
|
7889
|
+
document?: import("@blue-labs/language").BlueNode | undefined;
|
|
7890
|
+
} | undefined;
|
|
7891
|
+
recipient?: {
|
|
7892
|
+
description?: string | undefined;
|
|
7893
|
+
name?: string | undefined;
|
|
7894
|
+
token?: string | undefined;
|
|
7895
|
+
} | undefined;
|
|
7896
|
+
}, {
|
|
7897
|
+
description?: string | undefined;
|
|
7898
|
+
name?: string | undefined;
|
|
7899
|
+
requestId?: string | undefined;
|
|
7900
|
+
amount?: number | undefined;
|
|
7901
|
+
context?: {
|
|
7902
|
+
description?: string | undefined;
|
|
7903
|
+
documentId?: string | undefined;
|
|
7904
|
+
} | undefined;
|
|
7905
|
+
currency?: {
|
|
7906
|
+
[x: string]: any;
|
|
7907
|
+
} | undefined;
|
|
7908
|
+
idempotencyKey?: string | undefined;
|
|
7909
|
+
paynote?: {
|
|
7910
|
+
description?: string | undefined;
|
|
7911
|
+
channelBindings?: Record<string, {
|
|
7912
|
+
description?: string | undefined;
|
|
7913
|
+
name?: string | undefined;
|
|
7914
|
+
order?: number | undefined;
|
|
7915
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
7916
|
+
}> | undefined;
|
|
7917
|
+
document?: import("@blue-labs/language").BlueNode | undefined;
|
|
7918
|
+
} | undefined;
|
|
7919
|
+
recipient?: {
|
|
7920
|
+
description?: string | undefined;
|
|
7921
|
+
name?: string | undefined;
|
|
7922
|
+
token?: string | undefined;
|
|
7923
|
+
} | undefined;
|
|
7924
|
+
}>;
|
|
7925
|
+
readonly GSfJG3nahccpaqXHWBXes8RvNDENL17bz2yXdvn1suRY: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
7926
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7927
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7928
|
+
}, {
|
|
7929
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7930
|
+
inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
7931
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7932
|
+
}>, {
|
|
7933
|
+
code: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7934
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7935
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7936
|
+
reason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7937
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
7938
|
+
code?: string | undefined;
|
|
7939
|
+
description?: string | undefined;
|
|
7940
|
+
name?: string | undefined;
|
|
7941
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
7942
|
+
reason?: string | undefined;
|
|
7943
|
+
}, {
|
|
7944
|
+
code?: string | undefined;
|
|
7945
|
+
description?: string | undefined;
|
|
7946
|
+
name?: string | undefined;
|
|
7947
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
7948
|
+
reason?: string | undefined;
|
|
7949
|
+
}>;
|
|
7950
|
+
readonly EmMN2rpkHKmaw4Q1THLJAZBAiT7HyXex8RBu1yiapJP5: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
7951
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7952
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7953
|
+
}, {
|
|
7954
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7955
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7956
|
+
requestId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7957
|
+
}>, {
|
|
7958
|
+
allowedPayer: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7959
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7960
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7961
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7962
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7963
|
+
description?: string | undefined;
|
|
7964
|
+
name?: string | undefined;
|
|
7965
|
+
accountId?: string | undefined;
|
|
7966
|
+
}, {
|
|
7967
|
+
description?: string | undefined;
|
|
7968
|
+
name?: string | undefined;
|
|
7969
|
+
accountId?: string | undefined;
|
|
7970
|
+
}>>;
|
|
7971
|
+
amount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
7972
|
+
context: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7973
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7974
|
+
documentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7975
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7976
|
+
description?: string | undefined;
|
|
7977
|
+
documentId?: string | undefined;
|
|
7978
|
+
}, {
|
|
7979
|
+
description?: string | undefined;
|
|
7980
|
+
documentId?: string | undefined;
|
|
7981
|
+
}>>;
|
|
7982
|
+
currency: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
7983
|
+
[x: string]: any;
|
|
7984
|
+
}, {
|
|
7985
|
+
[x: string]: any;
|
|
7986
|
+
}>>;
|
|
7987
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7988
|
+
expectedPaynote: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
7989
|
+
expiresAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7990
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7991
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
7992
|
+
description?: string | undefined;
|
|
7993
|
+
name?: string | undefined;
|
|
7994
|
+
requestId?: string | undefined;
|
|
7995
|
+
amount?: number | undefined;
|
|
7996
|
+
context?: {
|
|
7997
|
+
description?: string | undefined;
|
|
7998
|
+
documentId?: string | undefined;
|
|
7999
|
+
} | undefined;
|
|
8000
|
+
currency?: {
|
|
8001
|
+
[x: string]: any;
|
|
8002
|
+
} | undefined;
|
|
8003
|
+
allowedPayer?: {
|
|
8004
|
+
description?: string | undefined;
|
|
8005
|
+
name?: string | undefined;
|
|
8006
|
+
accountId?: string | undefined;
|
|
8007
|
+
} | undefined;
|
|
8008
|
+
expectedPaynote?: import("@blue-labs/language").BlueNode | undefined;
|
|
8009
|
+
expiresAt?: string | undefined;
|
|
8010
|
+
}, {
|
|
8011
|
+
description?: string | undefined;
|
|
8012
|
+
name?: string | undefined;
|
|
8013
|
+
requestId?: string | undefined;
|
|
8014
|
+
amount?: number | undefined;
|
|
8015
|
+
context?: {
|
|
8016
|
+
description?: string | undefined;
|
|
8017
|
+
documentId?: string | undefined;
|
|
8018
|
+
} | undefined;
|
|
8019
|
+
currency?: {
|
|
8020
|
+
[x: string]: any;
|
|
8021
|
+
} | undefined;
|
|
8022
|
+
allowedPayer?: {
|
|
8023
|
+
description?: string | undefined;
|
|
8024
|
+
name?: string | undefined;
|
|
8025
|
+
accountId?: string | undefined;
|
|
8026
|
+
} | undefined;
|
|
8027
|
+
expectedPaynote?: import("@blue-labs/language").BlueNode | undefined;
|
|
8028
|
+
expiresAt?: string | undefined;
|
|
8029
|
+
}>;
|
|
8030
|
+
readonly '3KTJBMse6aFELjAG6iJa9bo5XdJagLzQZdPkee64iVW1': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
8031
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8032
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8033
|
+
}, {
|
|
8034
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8035
|
+
inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
8036
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8037
|
+
}>, {
|
|
8038
|
+
allowedPayer: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8039
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8040
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8041
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8042
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8043
|
+
description?: string | undefined;
|
|
8044
|
+
name?: string | undefined;
|
|
8045
|
+
accountId?: string | undefined;
|
|
8046
|
+
}, {
|
|
8047
|
+
description?: string | undefined;
|
|
8048
|
+
name?: string | undefined;
|
|
8049
|
+
accountId?: string | undefined;
|
|
8050
|
+
}>>;
|
|
8051
|
+
amount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8052
|
+
context: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8053
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8054
|
+
documentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8055
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8056
|
+
description?: string | undefined;
|
|
8057
|
+
documentId?: string | undefined;
|
|
8058
|
+
}, {
|
|
8059
|
+
description?: string | undefined;
|
|
8060
|
+
documentId?: string | undefined;
|
|
8061
|
+
}>>;
|
|
8062
|
+
currency: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
8063
|
+
[x: string]: any;
|
|
8064
|
+
}, {
|
|
8065
|
+
[x: string]: any;
|
|
8066
|
+
}>>;
|
|
8067
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8068
|
+
expectedPaynote: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
8069
|
+
expiresAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8070
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8071
|
+
recipient: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8072
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8073
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8074
|
+
token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8075
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8076
|
+
description?: string | undefined;
|
|
8077
|
+
name?: string | undefined;
|
|
8078
|
+
token?: string | undefined;
|
|
8079
|
+
}, {
|
|
8080
|
+
description?: string | undefined;
|
|
8081
|
+
name?: string | undefined;
|
|
8082
|
+
token?: string | undefined;
|
|
8083
|
+
}>>;
|
|
8084
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
8085
|
+
description?: string | undefined;
|
|
8086
|
+
name?: string | undefined;
|
|
8087
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
8088
|
+
amount?: number | undefined;
|
|
8089
|
+
context?: {
|
|
8090
|
+
description?: string | undefined;
|
|
8091
|
+
documentId?: string | undefined;
|
|
8092
|
+
} | undefined;
|
|
8093
|
+
currency?: {
|
|
8094
|
+
[x: string]: any;
|
|
8095
|
+
} | undefined;
|
|
8096
|
+
recipient?: {
|
|
8097
|
+
description?: string | undefined;
|
|
8098
|
+
name?: string | undefined;
|
|
8099
|
+
token?: string | undefined;
|
|
8100
|
+
} | undefined;
|
|
8101
|
+
allowedPayer?: {
|
|
8102
|
+
description?: string | undefined;
|
|
8103
|
+
name?: string | undefined;
|
|
8104
|
+
accountId?: string | undefined;
|
|
8105
|
+
} | undefined;
|
|
8106
|
+
expectedPaynote?: import("@blue-labs/language").BlueNode | undefined;
|
|
8107
|
+
expiresAt?: string | undefined;
|
|
8108
|
+
}, {
|
|
8109
|
+
description?: string | undefined;
|
|
8110
|
+
name?: string | undefined;
|
|
8111
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
8112
|
+
amount?: number | undefined;
|
|
8113
|
+
context?: {
|
|
8114
|
+
description?: string | undefined;
|
|
8115
|
+
documentId?: string | undefined;
|
|
8116
|
+
} | undefined;
|
|
8117
|
+
currency?: {
|
|
8118
|
+
[x: string]: any;
|
|
8119
|
+
} | undefined;
|
|
8120
|
+
recipient?: {
|
|
8121
|
+
description?: string | undefined;
|
|
8122
|
+
name?: string | undefined;
|
|
8123
|
+
token?: string | undefined;
|
|
8124
|
+
} | undefined;
|
|
8125
|
+
allowedPayer?: {
|
|
8126
|
+
description?: string | undefined;
|
|
8127
|
+
name?: string | undefined;
|
|
8128
|
+
accountId?: string | undefined;
|
|
8129
|
+
} | undefined;
|
|
8130
|
+
expectedPaynote?: import("@blue-labs/language").BlueNode | undefined;
|
|
8131
|
+
expiresAt?: string | undefined;
|
|
8132
|
+
}>;
|
|
7496
8133
|
readonly '5GB8C22LsZGR3kkEmP5j5Zye7SR173ojzzUK99tUcoP': import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
7497
8134
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7498
8135
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10980,6 +11617,7 @@ declare const _default: {
|
|
|
10980
11617
|
readonly 'MyOS/MyOS Agent': "8DQrCT6Mf9wHQyRc4NdYhjFW4FbKi83no2QPe54UhdQ5";
|
|
10981
11618
|
readonly 'MyOS/MyOS Agent Channel': "4fYuD2ZdTQpm5T6Xtibge9SKkNA8RrvDVmKmArrToQQW";
|
|
10982
11619
|
readonly 'MyOS/MyOS Agent Event': "GiYocGMGQcneiMPm4NH9MxVj7Fr4jwg2BUAMzwZcWRNR";
|
|
11620
|
+
readonly 'MyOS/MyOS Balance Account': "3WA2ppJtUKib2upsEARBgCNJuHXSqHJjm38uLtZf6dNb";
|
|
10983
11621
|
readonly 'MyOS/MyOS Document Session Reference': "8jCUCDoX7LUd5UaktCD7i4xxEheCWFQDkTbbNTEdYVZ9";
|
|
10984
11622
|
readonly 'MyOS/MyOS Package': "5cg55kgH8ckRVji4oWSBBxthJQFYmB5Lb1Pea7achyNr";
|
|
10985
11623
|
readonly 'MyOS/MyOS Participants Orchestration': "6tzp2YX1rei3aAXg22SqYbeiiteGthj1LesTNCWm7wbU";
|
|
@@ -10988,11 +11626,18 @@ declare const _default: {
|
|
|
10988
11626
|
readonly 'MyOS/MyOS Timeline': "2gyToM86KgFJpB8inz8TBVEMZk8UVGYdRozF4mfvxtuk";
|
|
10989
11627
|
readonly 'MyOS/MyOS Timeline Channel': "HCF8mXnX3dFjQ8osjxb4Wzm2Nm1DoXnTYuA5sPnV7NTs";
|
|
10990
11628
|
readonly 'MyOS/MyOS Timeline Entry': "Furgmg5xcJVMDmaQXZRfZ1XehSf7PWctrioo8etRYJHQ";
|
|
11629
|
+
readonly 'MyOS/MyOS User': "6VqxRuWBPVJ8qTBPWxYKaSi5UB3zb8Y9vadtxbsL4vzJ";
|
|
10991
11630
|
readonly 'MyOS/MyOS Worker Agency': "4Lix4AKXvBDvrwxw2htSdYFKxL4wugEQzqoSEYet5Dh1";
|
|
10992
11631
|
readonly 'MyOS/Participant': "phD9k4YTUgGjWeLPKqXNNn6S1PmqSeBJfVscAnUwFhQ";
|
|
10993
11632
|
readonly 'MyOS/Participant Activated': "EQhLKv5EAcFriegGYEP7ykwbjeyzFoaTxeizzuTd8VDq";
|
|
10994
11633
|
readonly 'MyOS/Participant Activation State': "CocmZUt2K7LuGukwuPSAFC7EFo5HZonozAm4tUsSmuFB";
|
|
10995
11634
|
readonly 'MyOS/Participant Resolved': "EQVu8aZyp5ivTyKpSm8ueVsDLgprfcrHzr5QWdH1p6Cz";
|
|
11635
|
+
readonly 'MyOS/Payment Initiation Accepted': "GiEwEdvT2jPoT4bK8hvmjTBJUVQqRtHoAejfdpM7HtuD";
|
|
11636
|
+
readonly 'MyOS/Payment Initiation Rejected': "EJkmgZa48d3knTpcqxWzu2zo34yWEbVKJVPcyLR7fgGU";
|
|
11637
|
+
readonly 'MyOS/Payment Initiation Requested': "26eFVecG5eovbFVYf7YcdN2bFhuFiNhRFxrCZSBb1H3r";
|
|
11638
|
+
readonly 'MyOS/Payment Target Preparation Failed': "GSfJG3nahccpaqXHWBXes8RvNDENL17bz2yXdvn1suRY";
|
|
11639
|
+
readonly 'MyOS/Payment Target Preparation Requested': "EmMN2rpkHKmaw4Q1THLJAZBAiT7HyXex8RBu1yiapJP5";
|
|
11640
|
+
readonly 'MyOS/Payment Target Prepared': "3KTJBMse6aFELjAG6iJa9bo5XdJagLzQZdPkee64iVW1";
|
|
10996
11641
|
readonly 'MyOS/Principal Actor': "5GB8C22LsZGR3kkEmP5j5Zye7SR173ojzzUK99tUcoP";
|
|
10997
11642
|
readonly 'MyOS/Removing Participant Requested': "8PrHr6fcJ1xMyNFptEy2sksyYYuZ48Ypkcnjv4V2WcoD";
|
|
10998
11643
|
readonly 'MyOS/Removing Participant Responded': "6efzqM67y1po3YWbsbYSkKW8L41Tx8THeMv1q1TksAmr";
|
|
@@ -11366,6 +12011,15 @@ declare const _default: {
|
|
|
11366
12011
|
readonly attributesAdded: readonly [];
|
|
11367
12012
|
}];
|
|
11368
12013
|
};
|
|
12014
|
+
readonly '3WA2ppJtUKib2upsEARBgCNJuHXSqHJjm38uLtZf6dNb': {
|
|
12015
|
+
readonly status: "dev";
|
|
12016
|
+
readonly name: "MyOS Balance Account";
|
|
12017
|
+
readonly versions: readonly [{
|
|
12018
|
+
readonly repositoryVersionIndex: 2;
|
|
12019
|
+
readonly typeBlueId: "3WA2ppJtUKib2upsEARBgCNJuHXSqHJjm38uLtZf6dNb";
|
|
12020
|
+
readonly attributesAdded: readonly [];
|
|
12021
|
+
}];
|
|
12022
|
+
};
|
|
11369
12023
|
readonly '8jCUCDoX7LUd5UaktCD7i4xxEheCWFQDkTbbNTEdYVZ9': {
|
|
11370
12024
|
readonly status: "stable";
|
|
11371
12025
|
readonly name: "MyOS Document Session Reference";
|
|
@@ -11438,6 +12092,15 @@ declare const _default: {
|
|
|
11438
12092
|
readonly attributesAdded: readonly [];
|
|
11439
12093
|
}];
|
|
11440
12094
|
};
|
|
12095
|
+
readonly '6VqxRuWBPVJ8qTBPWxYKaSi5UB3zb8Y9vadtxbsL4vzJ': {
|
|
12096
|
+
readonly status: "dev";
|
|
12097
|
+
readonly name: "MyOS User";
|
|
12098
|
+
readonly versions: readonly [{
|
|
12099
|
+
readonly repositoryVersionIndex: 2;
|
|
12100
|
+
readonly typeBlueId: "6VqxRuWBPVJ8qTBPWxYKaSi5UB3zb8Y9vadtxbsL4vzJ";
|
|
12101
|
+
readonly attributesAdded: readonly [];
|
|
12102
|
+
}];
|
|
12103
|
+
};
|
|
11441
12104
|
readonly '4Lix4AKXvBDvrwxw2htSdYFKxL4wugEQzqoSEYet5Dh1': {
|
|
11442
12105
|
readonly status: "stable";
|
|
11443
12106
|
readonly name: "MyOS Worker Agency";
|
|
@@ -11483,6 +12146,60 @@ declare const _default: {
|
|
|
11483
12146
|
readonly attributesAdded: readonly [];
|
|
11484
12147
|
}];
|
|
11485
12148
|
};
|
|
12149
|
+
readonly GiEwEdvT2jPoT4bK8hvmjTBJUVQqRtHoAejfdpM7HtuD: {
|
|
12150
|
+
readonly status: "dev";
|
|
12151
|
+
readonly name: "Payment Initiation Accepted";
|
|
12152
|
+
readonly versions: readonly [{
|
|
12153
|
+
readonly repositoryVersionIndex: 2;
|
|
12154
|
+
readonly typeBlueId: "GiEwEdvT2jPoT4bK8hvmjTBJUVQqRtHoAejfdpM7HtuD";
|
|
12155
|
+
readonly attributesAdded: readonly [];
|
|
12156
|
+
}];
|
|
12157
|
+
};
|
|
12158
|
+
readonly EJkmgZa48d3knTpcqxWzu2zo34yWEbVKJVPcyLR7fgGU: {
|
|
12159
|
+
readonly status: "dev";
|
|
12160
|
+
readonly name: "Payment Initiation Rejected";
|
|
12161
|
+
readonly versions: readonly [{
|
|
12162
|
+
readonly repositoryVersionIndex: 2;
|
|
12163
|
+
readonly typeBlueId: "EJkmgZa48d3knTpcqxWzu2zo34yWEbVKJVPcyLR7fgGU";
|
|
12164
|
+
readonly attributesAdded: readonly [];
|
|
12165
|
+
}];
|
|
12166
|
+
};
|
|
12167
|
+
readonly '26eFVecG5eovbFVYf7YcdN2bFhuFiNhRFxrCZSBb1H3r': {
|
|
12168
|
+
readonly status: "dev";
|
|
12169
|
+
readonly name: "Payment Initiation Requested";
|
|
12170
|
+
readonly versions: readonly [{
|
|
12171
|
+
readonly repositoryVersionIndex: 2;
|
|
12172
|
+
readonly typeBlueId: "26eFVecG5eovbFVYf7YcdN2bFhuFiNhRFxrCZSBb1H3r";
|
|
12173
|
+
readonly attributesAdded: readonly [];
|
|
12174
|
+
}];
|
|
12175
|
+
};
|
|
12176
|
+
readonly GSfJG3nahccpaqXHWBXes8RvNDENL17bz2yXdvn1suRY: {
|
|
12177
|
+
readonly status: "dev";
|
|
12178
|
+
readonly name: "Payment Target Preparation Failed";
|
|
12179
|
+
readonly versions: readonly [{
|
|
12180
|
+
readonly repositoryVersionIndex: 2;
|
|
12181
|
+
readonly typeBlueId: "GSfJG3nahccpaqXHWBXes8RvNDENL17bz2yXdvn1suRY";
|
|
12182
|
+
readonly attributesAdded: readonly [];
|
|
12183
|
+
}];
|
|
12184
|
+
};
|
|
12185
|
+
readonly EmMN2rpkHKmaw4Q1THLJAZBAiT7HyXex8RBu1yiapJP5: {
|
|
12186
|
+
readonly status: "dev";
|
|
12187
|
+
readonly name: "Payment Target Preparation Requested";
|
|
12188
|
+
readonly versions: readonly [{
|
|
12189
|
+
readonly repositoryVersionIndex: 2;
|
|
12190
|
+
readonly typeBlueId: "EmMN2rpkHKmaw4Q1THLJAZBAiT7HyXex8RBu1yiapJP5";
|
|
12191
|
+
readonly attributesAdded: readonly [];
|
|
12192
|
+
}];
|
|
12193
|
+
};
|
|
12194
|
+
readonly '3KTJBMse6aFELjAG6iJa9bo5XdJagLzQZdPkee64iVW1': {
|
|
12195
|
+
readonly status: "dev";
|
|
12196
|
+
readonly name: "Payment Target Prepared";
|
|
12197
|
+
readonly versions: readonly [{
|
|
12198
|
+
readonly repositoryVersionIndex: 2;
|
|
12199
|
+
readonly typeBlueId: "3KTJBMse6aFELjAG6iJa9bo5XdJagLzQZdPkee64iVW1";
|
|
12200
|
+
readonly attributesAdded: readonly [];
|
|
12201
|
+
}];
|
|
12202
|
+
};
|
|
11486
12203
|
readonly '5GB8C22LsZGR3kkEmP5j5Zye7SR173ojzzUK99tUcoP': {
|
|
11487
12204
|
readonly status: "stable";
|
|
11488
12205
|
readonly name: "Principal Actor";
|