|
1 | | -// AUTO-GENERATED: Only components retained from OpenAPI schema |
| 1 | +// AUTO-GENERATED: Only components and enums retained from OpenAPI schema |
2 | 2 |
|
3 | 3 | export interface components { |
4 | 4 | schemas: { |
@@ -252,6 +252,49 @@ export interface components { |
252 | 252 | r: string; |
253 | 253 | a: unknown; |
254 | 254 | }; |
| 255 | + VCP_V_1: { |
| 256 | + v: string; |
| 257 | + t: string; |
| 258 | + d: string; |
| 259 | + i: string; |
| 260 | + ii: string; |
| 261 | + s: string; |
| 262 | + c: string[]; |
| 263 | + bt: string; |
| 264 | + b: string[]; |
| 265 | + n: string; |
| 266 | + }; |
| 267 | + EXN_V_1: { |
| 268 | + v: string; |
| 269 | + t: string; |
| 270 | + d: string; |
| 271 | + i: string; |
| 272 | + rp: string; |
| 273 | + p: string; |
| 274 | + dt: string; |
| 275 | + r: string; |
| 276 | + q: { |
| 277 | + [key: string]: unknown; |
| 278 | + }; |
| 279 | + a: unknown; |
| 280 | + e: { |
| 281 | + [key: string]: unknown; |
| 282 | + }; |
| 283 | + }; |
| 284 | + EXN_V_2: { |
| 285 | + v: string; |
| 286 | + t: string; |
| 287 | + d: string; |
| 288 | + i: string; |
| 289 | + x: string; |
| 290 | + p: string; |
| 291 | + dt: string; |
| 292 | + r: string; |
| 293 | + q: { |
| 294 | + [key: string]: unknown; |
| 295 | + }; |
| 296 | + a: unknown; |
| 297 | + }; |
255 | 298 | Credential: { |
256 | 299 | sad: |
257 | 300 | | components['schemas']['ACDC_V_1'] |
@@ -557,6 +600,135 @@ export interface components { |
557 | 600 | AgentConfig: { |
558 | 601 | iurls?: string[]; |
559 | 602 | }; |
| 603 | + Exn: |
| 604 | + | components['schemas']['EXN_V_1'] |
| 605 | + | components['schemas']['EXN_V_2']; |
| 606 | + Icp: |
| 607 | + | components['schemas']['ICP_V_1'] |
| 608 | + | components['schemas']['ICP_V_2']; |
| 609 | + Rot: |
| 610 | + | components['schemas']['ROT_V_1'] |
| 611 | + | components['schemas']['ROT_V_2']; |
| 612 | + Vcp: components['schemas']['VCP_V_1']; |
| 613 | + Iss: components['schemas']['ISS_V_1']; |
| 614 | + Ixn: |
| 615 | + | components['schemas']['IXN_V_1'] |
| 616 | + | components['schemas']['IXN_V_2']; |
| 617 | + NotificationData: { |
| 618 | + r?: string; |
| 619 | + d?: string; |
| 620 | + m?: string; |
| 621 | + } & { |
| 622 | + [key: string]: unknown; |
| 623 | + }; |
| 624 | + Notification: { |
| 625 | + i: string; |
| 626 | + dt: string; |
| 627 | + r: boolean; |
| 628 | + a: components['schemas']['NotificationData']; |
| 629 | + }; |
| 630 | + ExchangeResource: { |
| 631 | + exn: components['schemas']['Exn']; |
| 632 | + pathed: { |
| 633 | + [key: string]: unknown; |
| 634 | + }; |
| 635 | + }; |
| 636 | + MultisigInceptEmbeds: { |
| 637 | + icp: components['schemas']['Icp']; |
| 638 | + rot?: components['schemas']['Rot']; |
| 639 | + }; |
| 640 | + MultisigRotateEmbeds: { |
| 641 | + rot: unknown; |
| 642 | + }; |
| 643 | + MultisigInteractEmbeds: { |
| 644 | + ixn: components['schemas']['Ixn']; |
| 645 | + }; |
| 646 | + MultisigRegistryInceptEmbeds: { |
| 647 | + vcp: components['schemas']['Vcp']; |
| 648 | + anc: |
| 649 | + | components['schemas']['ICP_V_1'] |
| 650 | + | components['schemas']['ICP_V_2'] |
| 651 | + | components['schemas']['ROT_V_1'] |
| 652 | + | components['schemas']['ROT_V_2'] |
| 653 | + | components['schemas']['DIP_V_1'] |
| 654 | + | components['schemas']['DIP_V_2'] |
| 655 | + | components['schemas']['DRT_V_1'] |
| 656 | + | components['schemas']['DRT_V_2'] |
| 657 | + | components['schemas']['IXN_V_1'] |
| 658 | + | components['schemas']['IXN_V_2']; |
| 659 | + }; |
| 660 | + ISS_V_1: { |
| 661 | + v: string; |
| 662 | + t: string; |
| 663 | + d: string; |
| 664 | + i: string; |
| 665 | + s: string; |
| 666 | + ri: string; |
| 667 | + dt: string; |
| 668 | + }; |
| 669 | + MultisigIssueEmbeds: { |
| 670 | + acdc: |
| 671 | + | components['schemas']['ACDC_V_1'] |
| 672 | + | components['schemas']['ACDC_V_2']; |
| 673 | + iss: components['schemas']['Iss']; |
| 674 | + anc: |
| 675 | + | components['schemas']['ICP_V_1'] |
| 676 | + | components['schemas']['ICP_V_2'] |
| 677 | + | components['schemas']['ROT_V_1'] |
| 678 | + | components['schemas']['ROT_V_2'] |
| 679 | + | components['schemas']['DIP_V_1'] |
| 680 | + | components['schemas']['DIP_V_2'] |
| 681 | + | components['schemas']['DRT_V_1'] |
| 682 | + | components['schemas']['DRT_V_2'] |
| 683 | + | components['schemas']['IXN_V_1'] |
| 684 | + | components['schemas']['IXN_V_2']; |
| 685 | + }; |
| 686 | + REV_V_1: { |
| 687 | + v: string; |
| 688 | + t: string; |
| 689 | + d: string; |
| 690 | + i: string; |
| 691 | + s: string; |
| 692 | + ri: string; |
| 693 | + p: string; |
| 694 | + dt: string; |
| 695 | + }; |
| 696 | + MultisigRevokeEmbeds: { |
| 697 | + rev: components['schemas']['REV_V_1']; |
| 698 | + anc: unknown; |
| 699 | + }; |
| 700 | + MultisigRpyEmbeds: { |
| 701 | + rpy: components['schemas']['Rpy']; |
| 702 | + anc: unknown; |
| 703 | + }; |
| 704 | + MultisigExnEmbeds: { |
| 705 | + exn: components['schemas']['Exn']; |
| 706 | + }; |
| 707 | + ExnEmbeds: { |
| 708 | + d: string; |
| 709 | + } & ( |
| 710 | + | components['schemas']['MultisigInceptEmbeds'] |
| 711 | + | components['schemas']['MultisigRotateEmbeds'] |
| 712 | + | components['schemas']['MultisigInteractEmbeds'] |
| 713 | + | components['schemas']['MultisigRegistryInceptEmbeds'] |
| 714 | + | components['schemas']['MultisigIssueEmbeds'] |
| 715 | + | components['schemas']['MultisigRevokeEmbeds'] |
| 716 | + | components['schemas']['MultisigRpyEmbeds'] |
| 717 | + | components['schemas']['MultisigExnEmbeds'] |
| 718 | + ); |
| 719 | + ExnMultisig: { |
| 720 | + exn: components['schemas']['Exn']; |
| 721 | + paths: { |
| 722 | + [key: string]: unknown; |
| 723 | + }; |
| 724 | + e: components['schemas']['ExnEmbeds']; |
| 725 | + /** @default null */ |
| 726 | + groupName: string | null; |
| 727 | + /** @default null */ |
| 728 | + memberName: string | null; |
| 729 | + /** @default null */ |
| 730 | + sender: string | null; |
| 731 | + }; |
560 | 732 | }; |
561 | 733 | responses: never; |
562 | 734 | parameters: never; |
|
0 commit comments