@hashgraphonline/standards-sdk 0.1.141 → 0.1.143-feat-adapter-registry.canary.fb173dc.54
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 +24 -1
- package/dist/cjs/hcs-11/client.d.ts.map +1 -1
- package/dist/cjs/hcs-11/types.d.ts +1 -0
- package/dist/cjs/hcs-11/types.d.ts.map +1 -1
- package/dist/cjs/hcs-12/validation/schemas.d.ts +8 -8
- package/dist/cjs/hcs-16/base-client.d.ts.map +1 -1
- package/dist/cjs/hcs-17/types.d.ts.map +1 -1
- package/dist/cjs/hcs-20/sdk.d.ts.map +1 -1
- package/dist/cjs/hcs-20/types.d.ts +9 -8
- package/dist/cjs/hcs-20/types.d.ts.map +1 -1
- package/dist/cjs/hcs-21/base-client.d.ts +14 -12
- package/dist/cjs/hcs-21/base-client.d.ts.map +1 -1
- package/dist/cjs/hcs-21/browser.d.ts +17 -7
- package/dist/cjs/hcs-21/browser.d.ts.map +1 -1
- package/dist/cjs/hcs-21/index.d.ts +1 -0
- package/dist/cjs/hcs-21/index.d.ts.map +1 -1
- package/dist/cjs/hcs-21/sdk.d.ts +70 -6
- package/dist/cjs/hcs-21/sdk.d.ts.map +1 -1
- package/dist/cjs/hcs-21/tx.d.ts +6 -2
- package/dist/cjs/hcs-21/tx.d.ts.map +1 -1
- package/dist/cjs/hcs-21/types.d.ts +751 -66
- package/dist/cjs/hcs-21/types.d.ts.map +1 -1
- package/dist/cjs/hcs-21/verify.d.ts +6 -0
- package/dist/cjs/hcs-21/verify.d.ts.map +1 -0
- package/dist/cjs/inscribe/inscriber.d.ts +3 -1
- package/dist/cjs/inscribe/inscriber.d.ts.map +1 -1
- package/dist/cjs/inscribe/quote-cache.d.ts.map +1 -1
- package/dist/cjs/inscribe/types.d.ts +7 -0
- package/dist/cjs/inscribe/types.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/client/adapters.d.ts +20 -0
- package/dist/cjs/services/registry-broker/client/adapters.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/agents.d.ts +16 -0
- package/dist/cjs/services/registry-broker/client/agents.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/base-client.d.ts +57 -0
- package/dist/cjs/services/registry-broker/client/base-client.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/chat-history.d.ts +23 -0
- package/dist/cjs/services/registry-broker/client/chat-history.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/chat.d.ts +33 -0
- package/dist/cjs/services/registry-broker/client/chat.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/credits.d.ts +40 -0
- package/dist/cjs/services/registry-broker/client/credits.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/encrypted-chat-manager.d.ts +35 -0
- package/dist/cjs/services/registry-broker/client/encrypted-chat-manager.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/encryption.d.ts +33 -0
- package/dist/cjs/services/registry-broker/client/encryption.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/errors.d.ts +19 -0
- package/dist/cjs/services/registry-broker/client/errors.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/ledger-auth.d.ts +10 -0
- package/dist/cjs/services/registry-broker/client/ledger-auth.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/search.d.ts +19 -0
- package/dist/cjs/services/registry-broker/client/search.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client/utils.d.ts +21 -0
- package/dist/cjs/services/registry-broker/client/utils.d.ts.map +1 -0
- package/dist/cjs/services/registry-broker/client.d.ts +2 -204
- package/dist/cjs/services/registry-broker/client.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/private-key-signer.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/schemas.d.ts +1473 -177
- package/dist/cjs/services/registry-broker/schemas.d.ts.map +1 -1
- package/dist/cjs/services/registry-broker/types.d.ts +45 -3
- package/dist/cjs/services/registry-broker/types.d.ts.map +1 -1
- package/dist/cjs/services/types.d.ts +1 -0
- package/dist/cjs/services/types.d.ts.map +1 -1
- package/dist/cjs/standards-sdk.cjs +2 -2
- package/dist/cjs/standards-sdk.cjs.map +1 -1
- package/dist/cjs/utils/dynamic-import.d.ts +1 -0
- package/dist/cjs/utils/dynamic-import.d.ts.map +1 -1
- package/dist/es/hcs-11/client.d.ts.map +1 -1
- package/dist/es/hcs-11/types.d.ts +1 -0
- package/dist/es/hcs-11/types.d.ts.map +1 -1
- package/dist/es/hcs-12/validation/schemas.d.ts +8 -8
- package/dist/es/hcs-16/base-client.d.ts.map +1 -1
- package/dist/es/hcs-17/types.d.ts.map +1 -1
- package/dist/es/hcs-20/sdk.d.ts.map +1 -1
- package/dist/es/hcs-20/types.d.ts +9 -8
- package/dist/es/hcs-20/types.d.ts.map +1 -1
- package/dist/es/hcs-21/base-client.d.ts +14 -12
- package/dist/es/hcs-21/base-client.d.ts.map +1 -1
- package/dist/es/hcs-21/browser.d.ts +17 -7
- package/dist/es/hcs-21/browser.d.ts.map +1 -1
- package/dist/es/hcs-21/index.d.ts +1 -0
- package/dist/es/hcs-21/index.d.ts.map +1 -1
- package/dist/es/hcs-21/sdk.d.ts +70 -6
- package/dist/es/hcs-21/sdk.d.ts.map +1 -1
- package/dist/es/hcs-21/tx.d.ts +6 -2
- package/dist/es/hcs-21/tx.d.ts.map +1 -1
- package/dist/es/hcs-21/types.d.ts +751 -66
- package/dist/es/hcs-21/types.d.ts.map +1 -1
- package/dist/es/hcs-21/verify.d.ts +6 -0
- package/dist/es/hcs-21/verify.d.ts.map +1 -0
- package/dist/es/inscribe/inscriber.d.ts +3 -1
- package/dist/es/inscribe/inscriber.d.ts.map +1 -1
- package/dist/es/inscribe/quote-cache.d.ts.map +1 -1
- package/dist/es/inscribe/types.d.ts +7 -0
- package/dist/es/inscribe/types.d.ts.map +1 -1
- package/dist/es/services/registry-broker/client/adapters.d.ts +20 -0
- package/dist/es/services/registry-broker/client/adapters.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/agents.d.ts +16 -0
- package/dist/es/services/registry-broker/client/agents.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/base-client.d.ts +57 -0
- package/dist/es/services/registry-broker/client/base-client.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/chat-history.d.ts +23 -0
- package/dist/es/services/registry-broker/client/chat-history.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/chat.d.ts +33 -0
- package/dist/es/services/registry-broker/client/chat.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/credits.d.ts +40 -0
- package/dist/es/services/registry-broker/client/credits.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/encrypted-chat-manager.d.ts +35 -0
- package/dist/es/services/registry-broker/client/encrypted-chat-manager.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/encryption.d.ts +33 -0
- package/dist/es/services/registry-broker/client/encryption.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/errors.d.ts +19 -0
- package/dist/es/services/registry-broker/client/errors.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/ledger-auth.d.ts +10 -0
- package/dist/es/services/registry-broker/client/ledger-auth.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/search.d.ts +19 -0
- package/dist/es/services/registry-broker/client/search.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client/utils.d.ts +21 -0
- package/dist/es/services/registry-broker/client/utils.d.ts.map +1 -0
- package/dist/es/services/registry-broker/client.d.ts +2 -204
- package/dist/es/services/registry-broker/client.d.ts.map +1 -1
- package/dist/es/services/registry-broker/private-key-signer.d.ts.map +1 -1
- package/dist/es/services/registry-broker/schemas.d.ts +1473 -177
- package/dist/es/services/registry-broker/schemas.d.ts.map +1 -1
- package/dist/es/services/registry-broker/types.d.ts +45 -3
- package/dist/es/services/registry-broker/types.d.ts.map +1 -1
- package/dist/es/services/types.d.ts +1 -0
- package/dist/es/services/types.d.ts.map +1 -1
- package/dist/es/standards-sdk.es.js +73 -51
- package/dist/es/standards-sdk.es.js.map +1 -1
- package/dist/es/standards-sdk.es10.js +2 -2
- package/dist/es/standards-sdk.es100.js +26 -229
- package/dist/es/standards-sdk.es100.js.map +1 -1
- package/dist/es/standards-sdk.es101.js +228 -109
- package/dist/es/standards-sdk.es101.js.map +1 -1
- package/dist/es/standards-sdk.es102.js +94 -15
- package/dist/es/standards-sdk.es102.js.map +1 -1
- package/dist/es/standards-sdk.es103.js +30 -80
- package/dist/es/standards-sdk.es103.js.map +1 -1
- package/dist/es/standards-sdk.es104.js +80 -27
- package/dist/es/standards-sdk.es104.js.map +1 -1
- package/dist/es/standards-sdk.es105.js +25 -136
- package/dist/es/standards-sdk.es105.js.map +1 -1
- package/dist/es/standards-sdk.es106.js +140 -27
- package/dist/es/standards-sdk.es106.js.map +1 -1
- package/dist/es/standards-sdk.es107.js +27 -20
- package/dist/es/standards-sdk.es107.js.map +1 -1
- package/dist/es/standards-sdk.es108.js +18 -156
- package/dist/es/standards-sdk.es108.js.map +1 -1
- package/dist/es/standards-sdk.es109.js +148 -196
- package/dist/es/standards-sdk.es109.js.map +1 -1
- package/dist/es/standards-sdk.es110.js +167 -747
- package/dist/es/standards-sdk.es110.js.map +1 -1
- package/dist/es/standards-sdk.es111.js +786 -9
- package/dist/es/standards-sdk.es111.js.map +1 -1
- package/dist/es/standards-sdk.es112.js +13 -567
- package/dist/es/standards-sdk.es112.js.map +1 -1
- package/dist/es/standards-sdk.es113.js +541 -576
- package/dist/es/standards-sdk.es113.js.map +1 -1
- package/dist/es/standards-sdk.es114.js +601 -12
- package/dist/es/standards-sdk.es114.js.map +1 -1
- package/dist/es/standards-sdk.es115.js +13 -2
- package/dist/es/standards-sdk.es115.js.map +1 -1
- package/dist/es/standards-sdk.es116.js +2 -83
- package/dist/es/standards-sdk.es116.js.map +1 -1
- package/dist/es/standards-sdk.es117.js +80 -36
- package/dist/es/standards-sdk.es117.js.map +1 -1
- package/dist/es/standards-sdk.es118.js +39 -2
- package/dist/es/standards-sdk.es118.js.map +1 -1
- package/dist/es/standards-sdk.es119.js +2 -223
- package/dist/es/standards-sdk.es119.js.map +1 -1
- package/dist/es/standards-sdk.es12.js +1 -1
- package/dist/es/standards-sdk.es120.js +193 -1110
- package/dist/es/standards-sdk.es120.js.map +1 -1
- package/dist/es/standards-sdk.es121.js +1059 -225
- package/dist/es/standards-sdk.es121.js.map +1 -1
- package/dist/es/standards-sdk.es122.js +303 -419
- package/dist/es/standards-sdk.es122.js.map +1 -1
- package/dist/es/standards-sdk.es123.js +418 -351
- package/dist/es/standards-sdk.es123.js.map +1 -1
- package/dist/es/standards-sdk.es124.js +348 -754
- package/dist/es/standards-sdk.es124.js.map +1 -1
- package/dist/es/standards-sdk.es125.js +854 -178
- package/dist/es/standards-sdk.es125.js.map +1 -1
- package/dist/es/standards-sdk.es126.js +153 -1512
- package/dist/es/standards-sdk.es126.js.map +1 -1
- package/dist/es/standards-sdk.es127.js +1373 -1977
- package/dist/es/standards-sdk.es127.js.map +1 -1
- package/dist/es/standards-sdk.es128.js +176 -51
- package/dist/es/standards-sdk.es128.js.map +1 -1
- package/dist/es/standards-sdk.es129.js +196 -76
- package/dist/es/standards-sdk.es129.js.map +1 -1
- package/dist/es/standards-sdk.es13.js +1 -1
- package/dist/es/standards-sdk.es130.js +98 -153
- package/dist/es/standards-sdk.es130.js.map +1 -1
- package/dist/es/standards-sdk.es131.js +122 -8
- package/dist/es/standards-sdk.es131.js.map +1 -1
- package/dist/es/standards-sdk.es132.js +234 -73
- package/dist/es/standards-sdk.es132.js.map +1 -1
- package/dist/es/standards-sdk.es133.js +171 -56
- package/dist/es/standards-sdk.es133.js.map +1 -1
- package/dist/es/standards-sdk.es134.js +123 -29
- package/dist/es/standards-sdk.es134.js.map +1 -1
- package/dist/es/standards-sdk.es135.js +313 -125
- package/dist/es/standards-sdk.es135.js.map +1 -1
- package/dist/es/standards-sdk.es136.js +358 -34
- package/dist/es/standards-sdk.es136.js.map +1 -1
- package/dist/es/standards-sdk.es137.js +17 -732
- package/dist/es/standards-sdk.es137.js.map +1 -1
- package/dist/es/standards-sdk.es138.js +65 -12264
- package/dist/es/standards-sdk.es138.js.map +1 -1
- package/dist/es/standards-sdk.es139.js +86 -16
- package/dist/es/standards-sdk.es139.js.map +1 -1
- package/dist/es/standards-sdk.es14.js +1 -1
- package/dist/es/standards-sdk.es140.js +152 -49
- package/dist/es/standards-sdk.es140.js.map +1 -1
- package/dist/es/standards-sdk.es141.js +7 -64
- package/dist/es/standards-sdk.es141.js.map +1 -1
- package/dist/es/standards-sdk.es142.js +71 -157
- package/dist/es/standards-sdk.es142.js.map +1 -1
- package/dist/es/standards-sdk.es143.js +49 -306
- package/dist/es/standards-sdk.es143.js.map +1 -1
- package/dist/es/standards-sdk.es144.js +28 -346
- package/dist/es/standards-sdk.es144.js.map +1 -1
- package/dist/es/standards-sdk.es145.js +112 -427
- package/dist/es/standards-sdk.es145.js.map +1 -1
- package/dist/es/standards-sdk.es146.js +40 -329
- package/dist/es/standards-sdk.es146.js.map +1 -1
- package/dist/es/standards-sdk.es147.js +12277 -66
- package/dist/es/standards-sdk.es147.js.map +1 -1
- package/dist/es/standards-sdk.es148.js +20 -0
- package/dist/es/standards-sdk.es148.js.map +1 -0
- package/dist/es/standards-sdk.es149.js +59 -0
- package/dist/es/standards-sdk.es149.js.map +1 -0
- package/dist/es/standards-sdk.es15.js +1 -1
- package/dist/es/standards-sdk.es150.js +85 -0
- package/dist/es/standards-sdk.es150.js.map +1 -0
- package/dist/es/standards-sdk.es151.js +175 -0
- package/dist/es/standards-sdk.es151.js.map +1 -0
- package/dist/es/standards-sdk.es152.js +325 -0
- package/dist/es/standards-sdk.es152.js.map +1 -0
- package/dist/es/standards-sdk.es153.js +349 -0
- package/dist/es/standards-sdk.es153.js.map +1 -0
- package/dist/es/standards-sdk.es154.js +456 -0
- package/dist/es/standards-sdk.es154.js.map +1 -0
- package/dist/es/standards-sdk.es155.js +334 -0
- package/dist/es/standards-sdk.es155.js.map +1 -0
- package/dist/es/standards-sdk.es156.js +79 -0
- package/dist/es/standards-sdk.es156.js.map +1 -0
- package/dist/es/standards-sdk.es157.js +874 -0
- package/dist/es/standards-sdk.es157.js.map +1 -0
- package/dist/es/standards-sdk.es158.js +242 -0
- package/dist/es/standards-sdk.es158.js.map +1 -0
- package/dist/es/standards-sdk.es159.js +247 -0
- package/dist/es/standards-sdk.es159.js.map +1 -0
- package/dist/es/standards-sdk.es16.js +1 -1
- package/dist/es/standards-sdk.es17.js +13 -11
- package/dist/es/standards-sdk.es17.js.map +1 -1
- package/dist/es/standards-sdk.es19.js +20 -17
- package/dist/es/standards-sdk.es19.js.map +1 -1
- package/dist/es/standards-sdk.es20.js +17 -14
- package/dist/es/standards-sdk.es20.js.map +1 -1
- package/dist/es/standards-sdk.es21.js +1 -1
- package/dist/es/standards-sdk.es22.js +1 -1
- package/dist/es/standards-sdk.es23.js +1 -1
- package/dist/es/standards-sdk.es24.js +1 -1
- package/dist/es/standards-sdk.es25.js +1 -1
- package/dist/es/standards-sdk.es26.js +1 -1
- package/dist/es/standards-sdk.es27.js +1 -1
- package/dist/es/standards-sdk.es28.js +24 -19
- package/dist/es/standards-sdk.es28.js.map +1 -1
- package/dist/es/standards-sdk.es29.js.map +1 -1
- package/dist/es/standards-sdk.es3.js +2 -2
- package/dist/es/standards-sdk.es31.js +2 -2
- package/dist/es/standards-sdk.es32.js +4 -4
- package/dist/es/standards-sdk.es33.js +1 -1
- package/dist/es/standards-sdk.es36.js +16 -13
- package/dist/es/standards-sdk.es36.js.map +1 -1
- package/dist/es/standards-sdk.es37.js +4 -4
- package/dist/es/standards-sdk.es38.js +2 -2
- package/dist/es/standards-sdk.es39.js +2 -2
- package/dist/es/standards-sdk.es40.js +1 -1
- package/dist/es/standards-sdk.es41.js +1 -1
- package/dist/es/standards-sdk.es42.js +2 -2
- package/dist/es/standards-sdk.es47.js +1 -1
- package/dist/es/standards-sdk.es5.js +2 -2
- package/dist/es/standards-sdk.es52.js +1 -1
- package/dist/es/standards-sdk.es54.js +1 -1
- package/dist/es/standards-sdk.es57.js +2 -2
- package/dist/es/standards-sdk.es59.js +1 -1
- package/dist/es/standards-sdk.es6.js +2 -2
- package/dist/es/standards-sdk.es60.js +1 -1
- package/dist/es/standards-sdk.es61.js +15 -12
- package/dist/es/standards-sdk.es61.js.map +1 -1
- package/dist/es/standards-sdk.es63.js +1 -1
- package/dist/es/standards-sdk.es65.js +2 -2
- package/dist/es/standards-sdk.es66.js +3 -3
- package/dist/es/standards-sdk.es69.js +2 -2
- package/dist/es/standards-sdk.es7.js +2 -2
- package/dist/es/standards-sdk.es70.js +3 -3
- package/dist/es/standards-sdk.es71.js +2 -2
- package/dist/es/standards-sdk.es72.js +1 -1
- package/dist/es/standards-sdk.es73.js.map +1 -1
- package/dist/es/standards-sdk.es75.js +2 -2
- package/dist/es/standards-sdk.es77.js +5 -3
- package/dist/es/standards-sdk.es77.js.map +1 -1
- package/dist/es/standards-sdk.es78.js +12 -11
- package/dist/es/standards-sdk.es78.js.map +1 -1
- package/dist/es/standards-sdk.es79.js +1 -1
- package/dist/es/standards-sdk.es8.js +1 -1
- package/dist/es/standards-sdk.es80.js +113 -29
- package/dist/es/standards-sdk.es80.js.map +1 -1
- package/dist/es/standards-sdk.es82.js +23 -4
- package/dist/es/standards-sdk.es82.js.map +1 -1
- package/dist/es/standards-sdk.es83.js +39 -14
- package/dist/es/standards-sdk.es83.js.map +1 -1
- package/dist/es/standards-sdk.es84.js +198 -17
- package/dist/es/standards-sdk.es84.js.map +1 -1
- package/dist/es/standards-sdk.es85.js +256 -9
- package/dist/es/standards-sdk.es85.js.map +1 -1
- package/dist/es/standards-sdk.es86.js +55 -21
- package/dist/es/standards-sdk.es86.js.map +1 -1
- package/dist/es/standards-sdk.es87.js +22 -75
- package/dist/es/standards-sdk.es87.js.map +1 -1
- package/dist/es/standards-sdk.es88.js +45 -30
- package/dist/es/standards-sdk.es88.js.map +1 -1
- package/dist/es/standards-sdk.es89.js +57 -22
- package/dist/es/standards-sdk.es89.js.map +1 -1
- package/dist/es/standards-sdk.es90.js +28 -23
- package/dist/es/standards-sdk.es90.js.map +1 -1
- package/dist/es/standards-sdk.es91.js +23 -167
- package/dist/es/standards-sdk.es91.js.map +1 -1
- package/dist/es/standards-sdk.es92.js +158 -119
- package/dist/es/standards-sdk.es92.js.map +1 -1
- package/dist/es/standards-sdk.es93.js +68 -95
- package/dist/es/standards-sdk.es93.js.map +1 -1
- package/dist/es/standards-sdk.es94.js +136 -119
- package/dist/es/standards-sdk.es94.js.map +1 -1
- package/dist/es/standards-sdk.es95.js +139 -39
- package/dist/es/standards-sdk.es95.js.map +1 -1
- package/dist/es/standards-sdk.es96.js +42 -257
- package/dist/es/standards-sdk.es96.js.map +1 -1
- package/dist/es/standards-sdk.es97.js +243 -80
- package/dist/es/standards-sdk.es97.js.map +1 -1
- package/dist/es/standards-sdk.es98.js +47 -48
- package/dist/es/standards-sdk.es98.js.map +1 -1
- package/dist/es/standards-sdk.es99.js +100 -28
- package/dist/es/standards-sdk.es99.js.map +1 -1
- package/dist/es/utils/dynamic-import.d.ts +1 -0
- package/dist/es/utils/dynamic-import.d.ts.map +1 -1
- package/package.json +6 -10
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
|
|
2
|
+
export declare enum AIAgentType {
|
|
3
|
+
MANUAL = 0,
|
|
4
|
+
AUTONOMOUS = 1
|
|
5
|
+
}
|
|
6
|
+
export declare enum AIAgentCapability {
|
|
7
|
+
TEXT_GENERATION = 0,
|
|
8
|
+
IMAGE_GENERATION = 1,
|
|
9
|
+
AUDIO_GENERATION = 2,
|
|
10
|
+
VIDEO_GENERATION = 3,
|
|
11
|
+
CODE_GENERATION = 4,
|
|
12
|
+
LANGUAGE_TRANSLATION = 5,
|
|
13
|
+
SUMMARIZATION_EXTRACTION = 6,
|
|
14
|
+
KNOWLEDGE_RETRIEVAL = 7,
|
|
15
|
+
DATA_INTEGRATION = 8,
|
|
16
|
+
MARKET_INTELLIGENCE = 9,
|
|
17
|
+
TRANSACTION_ANALYTICS = 10,
|
|
18
|
+
SMART_CONTRACT_AUDIT = 11,
|
|
19
|
+
GOVERNANCE_FACILITATION = 12,
|
|
20
|
+
SECURITY_MONITORING = 13,
|
|
21
|
+
COMPLIANCE_ANALYSIS = 14,
|
|
22
|
+
FRAUD_DETECTION = 15,
|
|
23
|
+
MULTI_AGENT_COORDINATION = 16,
|
|
24
|
+
API_INTEGRATION = 17,
|
|
25
|
+
WORKFLOW_AUTOMATION = 18
|
|
26
|
+
}
|
|
3
27
|
type JsonValue = string | number | boolean | null | JsonValue[] | {
|
|
4
28
|
[key: string]: JsonValue;
|
|
5
29
|
};
|
|
@@ -13,7 +37,7 @@ export declare const searchResponseSchema: z.ZodObject<{
|
|
|
13
37
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
14
38
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
15
39
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
16
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
40
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
17
41
|
profile: z.ZodOptional<z.ZodObject<{
|
|
18
42
|
version: z.ZodString;
|
|
19
43
|
type: z.ZodNumber;
|
|
@@ -94,7 +118,7 @@ export declare const searchResponseSchema: z.ZodObject<{
|
|
|
94
118
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
95
119
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
96
120
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
97
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
121
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
98
122
|
profile: z.ZodOptional<z.ZodObject<{
|
|
99
123
|
version: z.ZodString;
|
|
100
124
|
type: z.ZodNumber;
|
|
@@ -175,7 +199,7 @@ export declare const searchResponseSchema: z.ZodObject<{
|
|
|
175
199
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
176
200
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
177
201
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
178
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
202
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
179
203
|
profile: z.ZodOptional<z.ZodObject<{
|
|
180
204
|
version: z.ZodString;
|
|
181
205
|
type: z.ZodNumber;
|
|
@@ -262,7 +286,7 @@ export declare const searchResponseSchema: z.ZodObject<{
|
|
|
262
286
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
263
287
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
264
288
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
265
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
289
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
266
290
|
profile: z.ZodOptional<z.ZodObject<{
|
|
267
291
|
version: z.ZodString;
|
|
268
292
|
type: z.ZodNumber;
|
|
@@ -348,7 +372,7 @@ export declare const searchResponseSchema: z.ZodObject<{
|
|
|
348
372
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
349
373
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
350
374
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
351
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
375
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
352
376
|
profile: z.ZodOptional<z.ZodObject<{
|
|
353
377
|
version: z.ZodString;
|
|
354
378
|
type: z.ZodNumber;
|
|
@@ -467,7 +491,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
467
491
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
468
492
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
469
493
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
470
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
494
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
471
495
|
profile: z.ZodOptional<z.ZodObject<{
|
|
472
496
|
version: z.ZodString;
|
|
473
497
|
type: z.ZodNumber;
|
|
@@ -548,7 +572,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
548
572
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
549
573
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
550
574
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
551
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
575
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
552
576
|
profile: z.ZodOptional<z.ZodObject<{
|
|
553
577
|
version: z.ZodString;
|
|
554
578
|
type: z.ZodNumber;
|
|
@@ -629,7 +653,7 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
629
653
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
630
654
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
631
655
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
632
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
656
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
633
657
|
profile: z.ZodOptional<z.ZodObject<{
|
|
634
658
|
version: z.ZodString;
|
|
635
659
|
type: z.ZodNumber;
|
|
@@ -710,11 +734,13 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
710
734
|
capabilities?: (string | AIAgentCapability)[];
|
|
711
735
|
uaid?: string;
|
|
712
736
|
description?: string;
|
|
713
|
-
createdAt?: string;
|
|
714
|
-
id?: string;
|
|
715
737
|
registry?: string;
|
|
738
|
+
adapter?: string;
|
|
739
|
+
id?: string;
|
|
740
|
+
protocols?: string[];
|
|
741
|
+
createdAt?: string;
|
|
716
742
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
717
|
-
metadataFacet?: Record<string, JsonValue[]
|
|
743
|
+
metadataFacet?: Record<string, JsonValue | JsonValue[] | Record<string, JsonValue>>;
|
|
718
744
|
profile?: {
|
|
719
745
|
type?: number;
|
|
720
746
|
alias?: string;
|
|
@@ -730,8 +756,6 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
730
756
|
model?: string;
|
|
731
757
|
};
|
|
732
758
|
};
|
|
733
|
-
protocols?: string[];
|
|
734
|
-
adapter?: string;
|
|
735
759
|
originalId?: string;
|
|
736
760
|
communicationSupported?: boolean;
|
|
737
761
|
routingSupported?: boolean;
|
|
@@ -757,11 +781,13 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
757
781
|
capabilities?: (string | AIAgentCapability)[];
|
|
758
782
|
uaid?: string;
|
|
759
783
|
description?: string;
|
|
760
|
-
createdAt?: string;
|
|
761
|
-
id?: string;
|
|
762
784
|
registry?: string;
|
|
785
|
+
adapter?: string;
|
|
786
|
+
id?: string;
|
|
787
|
+
protocols?: string[];
|
|
788
|
+
createdAt?: string;
|
|
763
789
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
764
|
-
metadataFacet?: Record<string, JsonValue[]
|
|
790
|
+
metadataFacet?: Record<string, JsonValue | JsonValue[] | Record<string, JsonValue>>;
|
|
765
791
|
profile?: {
|
|
766
792
|
type?: number;
|
|
767
793
|
alias?: string;
|
|
@@ -777,8 +803,6 @@ export declare const resolveResponseSchema: z.ZodObject<{
|
|
|
777
803
|
model?: string;
|
|
778
804
|
};
|
|
779
805
|
};
|
|
780
|
-
protocols?: string[];
|
|
781
|
-
adapter?: string;
|
|
782
806
|
originalId?: string;
|
|
783
807
|
communicationSupported?: boolean;
|
|
784
808
|
routingSupported?: boolean;
|
|
@@ -816,7 +840,7 @@ export declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
816
840
|
description?: string;
|
|
817
841
|
skills?: string[];
|
|
818
842
|
}>;
|
|
819
|
-
history: z.ZodArray<z.ZodObject<{
|
|
843
|
+
history: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
820
844
|
messageId: z.ZodString;
|
|
821
845
|
role: z.ZodEnum<["user", "agent"]>;
|
|
822
846
|
content: z.ZodString;
|
|
@@ -935,7 +959,7 @@ export declare const createSessionResponseSchema: z.ZodObject<{
|
|
|
935
959
|
encryptedShare?: string;
|
|
936
960
|
}[];
|
|
937
961
|
};
|
|
938
|
-
}>, "many"
|
|
962
|
+
}>, "many">>>;
|
|
939
963
|
historyTtlSeconds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
940
964
|
encryption: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
941
965
|
enabled: z.ZodBoolean;
|
|
@@ -2912,23 +2936,23 @@ export declare const registerEncryptionKeyResponseSchema: z.ZodObject<{
|
|
|
2912
2936
|
}, "strip", z.ZodTypeAny, {
|
|
2913
2937
|
keyType?: string;
|
|
2914
2938
|
uaid?: string;
|
|
2939
|
+
id?: string;
|
|
2915
2940
|
ledgerAccountId?: string;
|
|
2916
2941
|
userId?: string;
|
|
2917
2942
|
email?: string;
|
|
2918
2943
|
publicKey?: string;
|
|
2919
2944
|
createdAt?: string;
|
|
2920
|
-
id?: string;
|
|
2921
2945
|
updatedAt?: string;
|
|
2922
2946
|
ledgerNetwork?: string;
|
|
2923
2947
|
}, {
|
|
2924
2948
|
keyType?: string;
|
|
2925
2949
|
uaid?: string;
|
|
2950
|
+
id?: string;
|
|
2926
2951
|
ledgerAccountId?: string;
|
|
2927
2952
|
userId?: string;
|
|
2928
2953
|
email?: string;
|
|
2929
2954
|
publicKey?: string;
|
|
2930
2955
|
createdAt?: string;
|
|
2931
|
-
id?: string;
|
|
2932
2956
|
updatedAt?: string;
|
|
2933
2957
|
ledgerNetwork?: string;
|
|
2934
2958
|
}>;
|
|
@@ -2960,9 +2984,9 @@ export declare const ledgerVerifyResponseSchema: z.ZodObject<{
|
|
|
2960
2984
|
ledgerNetworkCanonical: z.ZodOptional<z.ZodString>;
|
|
2961
2985
|
}, "strip", z.ZodTypeAny, {
|
|
2962
2986
|
label?: string;
|
|
2987
|
+
id?: string;
|
|
2963
2988
|
ledgerAccountId?: string;
|
|
2964
2989
|
createdAt?: string;
|
|
2965
|
-
id?: string;
|
|
2966
2990
|
ledgerNetwork?: string;
|
|
2967
2991
|
prefix?: string;
|
|
2968
2992
|
lastFour?: string;
|
|
@@ -2971,9 +2995,9 @@ export declare const ledgerVerifyResponseSchema: z.ZodObject<{
|
|
|
2971
2995
|
ledgerNetworkCanonical?: string;
|
|
2972
2996
|
}, {
|
|
2973
2997
|
label?: string;
|
|
2998
|
+
id?: string;
|
|
2974
2999
|
ledgerAccountId?: string;
|
|
2975
3000
|
createdAt?: string;
|
|
2976
|
-
id?: string;
|
|
2977
3001
|
ledgerNetwork?: string;
|
|
2978
3002
|
prefix?: string;
|
|
2979
3003
|
lastFour?: string;
|
|
@@ -2990,9 +3014,9 @@ export declare const ledgerVerifyResponseSchema: z.ZodObject<{
|
|
|
2990
3014
|
accountId?: string;
|
|
2991
3015
|
apiKey?: {
|
|
2992
3016
|
label?: string;
|
|
3017
|
+
id?: string;
|
|
2993
3018
|
ledgerAccountId?: string;
|
|
2994
3019
|
createdAt?: string;
|
|
2995
|
-
id?: string;
|
|
2996
3020
|
ledgerNetwork?: string;
|
|
2997
3021
|
prefix?: string;
|
|
2998
3022
|
lastFour?: string;
|
|
@@ -3007,9 +3031,9 @@ export declare const ledgerVerifyResponseSchema: z.ZodObject<{
|
|
|
3007
3031
|
accountId?: string;
|
|
3008
3032
|
apiKey?: {
|
|
3009
3033
|
label?: string;
|
|
3034
|
+
id?: string;
|
|
3010
3035
|
ledgerAccountId?: string;
|
|
3011
3036
|
createdAt?: string;
|
|
3012
|
-
id?: string;
|
|
3013
3037
|
ledgerNetwork?: string;
|
|
3014
3038
|
prefix?: string;
|
|
3015
3039
|
lastFour?: string;
|
|
@@ -3043,7 +3067,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
|
|
|
3043
3067
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
3044
3068
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
3045
3069
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3046
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
3070
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
3047
3071
|
profile: z.ZodOptional<z.ZodObject<{
|
|
3048
3072
|
version: z.ZodString;
|
|
3049
3073
|
type: z.ZodNumber;
|
|
@@ -3124,7 +3148,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
|
|
|
3124
3148
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
3125
3149
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
3126
3150
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3127
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
3151
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
3128
3152
|
profile: z.ZodOptional<z.ZodObject<{
|
|
3129
3153
|
version: z.ZodString;
|
|
3130
3154
|
type: z.ZodNumber;
|
|
@@ -3205,7 +3229,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
|
|
|
3205
3229
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
3206
3230
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
3207
3231
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3208
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
3232
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
3209
3233
|
profile: z.ZodOptional<z.ZodObject<{
|
|
3210
3234
|
version: z.ZodString;
|
|
3211
3235
|
type: z.ZodNumber;
|
|
@@ -3292,7 +3316,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
|
|
|
3292
3316
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
3293
3317
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
3294
3318
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3295
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
3319
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
3296
3320
|
profile: z.ZodOptional<z.ZodObject<{
|
|
3297
3321
|
version: z.ZodString;
|
|
3298
3322
|
type: z.ZodNumber;
|
|
@@ -3378,7 +3402,7 @@ export declare const registrySearchByNamespaceSchema: z.ZodObject<{
|
|
|
3378
3402
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
3379
3403
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
3380
3404
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3381
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
3405
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
3382
3406
|
profile: z.ZodOptional<z.ZodObject<{
|
|
3383
3407
|
version: z.ZodString;
|
|
3384
3408
|
type: z.ZodNumber;
|
|
@@ -3466,14 +3490,14 @@ export declare const vectorSearchRequestSchema: z.ZodObject<{
|
|
|
3466
3490
|
type?: "ai-agents" | "mcp-servers";
|
|
3467
3491
|
capabilities?: (string | number)[];
|
|
3468
3492
|
registry?: string;
|
|
3469
|
-
protocols?: string[];
|
|
3470
3493
|
adapter?: string[];
|
|
3494
|
+
protocols?: string[];
|
|
3471
3495
|
}, {
|
|
3472
3496
|
type?: "ai-agents" | "mcp-servers";
|
|
3473
3497
|
capabilities?: (string | number)[];
|
|
3474
3498
|
registry?: string;
|
|
3475
|
-
protocols?: string[];
|
|
3476
3499
|
adapter?: string[];
|
|
3500
|
+
protocols?: string[];
|
|
3477
3501
|
}>>;
|
|
3478
3502
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
3479
3503
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3482,8 +3506,8 @@ export declare const vectorSearchRequestSchema: z.ZodObject<{
|
|
|
3482
3506
|
type?: "ai-agents" | "mcp-servers";
|
|
3483
3507
|
capabilities?: (string | number)[];
|
|
3484
3508
|
registry?: string;
|
|
3485
|
-
protocols?: string[];
|
|
3486
3509
|
adapter?: string[];
|
|
3510
|
+
protocols?: string[];
|
|
3487
3511
|
};
|
|
3488
3512
|
limit?: number;
|
|
3489
3513
|
query?: string;
|
|
@@ -3493,8 +3517,8 @@ export declare const vectorSearchRequestSchema: z.ZodObject<{
|
|
|
3493
3517
|
type?: "ai-agents" | "mcp-servers";
|
|
3494
3518
|
capabilities?: (string | number)[];
|
|
3495
3519
|
registry?: string;
|
|
3496
|
-
protocols?: string[];
|
|
3497
3520
|
adapter?: string[];
|
|
3521
|
+
protocols?: string[];
|
|
3498
3522
|
};
|
|
3499
3523
|
limit?: number;
|
|
3500
3524
|
query?: string;
|
|
@@ -3511,7 +3535,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3511
3535
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
3512
3536
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
3513
3537
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3514
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
3538
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
3515
3539
|
profile: z.ZodOptional<z.ZodObject<{
|
|
3516
3540
|
version: z.ZodString;
|
|
3517
3541
|
type: z.ZodNumber;
|
|
@@ -3592,7 +3616,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3592
3616
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
3593
3617
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
3594
3618
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3595
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
3619
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
3596
3620
|
profile: z.ZodOptional<z.ZodObject<{
|
|
3597
3621
|
version: z.ZodString;
|
|
3598
3622
|
type: z.ZodNumber;
|
|
@@ -3673,7 +3697,7 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3673
3697
|
capabilities: z.ZodArray<z.ZodUnion<[z.ZodNativeEnum<typeof AIAgentCapability>, z.ZodString]>, "many">;
|
|
3674
3698
|
endpoints: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodArray<z.ZodString, "many">]>>;
|
|
3675
3699
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
3676
|
-
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">>>;
|
|
3700
|
+
metadataFacet: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodArray<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>, "many">, z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>]>>>;
|
|
3677
3701
|
profile: z.ZodOptional<z.ZodObject<{
|
|
3678
3702
|
version: z.ZodString;
|
|
3679
3703
|
type: z.ZodNumber;
|
|
@@ -3756,11 +3780,13 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3756
3780
|
capabilities?: (string | AIAgentCapability)[];
|
|
3757
3781
|
uaid?: string;
|
|
3758
3782
|
description?: string;
|
|
3759
|
-
createdAt?: string;
|
|
3760
|
-
id?: string;
|
|
3761
3783
|
registry?: string;
|
|
3784
|
+
adapter?: string;
|
|
3785
|
+
id?: string;
|
|
3786
|
+
protocols?: string[];
|
|
3787
|
+
createdAt?: string;
|
|
3762
3788
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
3763
|
-
metadataFacet?: Record<string, JsonValue[]
|
|
3789
|
+
metadataFacet?: Record<string, JsonValue | JsonValue[] | Record<string, JsonValue>>;
|
|
3764
3790
|
profile?: {
|
|
3765
3791
|
type?: number;
|
|
3766
3792
|
alias?: string;
|
|
@@ -3776,8 +3802,6 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3776
3802
|
model?: string;
|
|
3777
3803
|
};
|
|
3778
3804
|
};
|
|
3779
|
-
protocols?: string[];
|
|
3780
|
-
adapter?: string;
|
|
3781
3805
|
originalId?: string;
|
|
3782
3806
|
communicationSupported?: boolean;
|
|
3783
3807
|
routingSupported?: boolean;
|
|
@@ -3805,11 +3829,13 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3805
3829
|
capabilities?: (string | AIAgentCapability)[];
|
|
3806
3830
|
uaid?: string;
|
|
3807
3831
|
description?: string;
|
|
3808
|
-
createdAt?: string;
|
|
3809
|
-
id?: string;
|
|
3810
3832
|
registry?: string;
|
|
3833
|
+
adapter?: string;
|
|
3834
|
+
id?: string;
|
|
3835
|
+
protocols?: string[];
|
|
3836
|
+
createdAt?: string;
|
|
3811
3837
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
3812
|
-
metadataFacet?: Record<string, JsonValue[]
|
|
3838
|
+
metadataFacet?: Record<string, JsonValue | JsonValue[] | Record<string, JsonValue>>;
|
|
3813
3839
|
profile?: {
|
|
3814
3840
|
type?: number;
|
|
3815
3841
|
alias?: string;
|
|
@@ -3825,8 +3851,6 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3825
3851
|
model?: string;
|
|
3826
3852
|
};
|
|
3827
3853
|
};
|
|
3828
|
-
protocols?: string[];
|
|
3829
|
-
adapter?: string;
|
|
3830
3854
|
originalId?: string;
|
|
3831
3855
|
communicationSupported?: boolean;
|
|
3832
3856
|
routingSupported?: boolean;
|
|
@@ -3862,11 +3886,13 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3862
3886
|
capabilities?: (string | AIAgentCapability)[];
|
|
3863
3887
|
uaid?: string;
|
|
3864
3888
|
description?: string;
|
|
3865
|
-
createdAt?: string;
|
|
3866
|
-
id?: string;
|
|
3867
3889
|
registry?: string;
|
|
3890
|
+
adapter?: string;
|
|
3891
|
+
id?: string;
|
|
3892
|
+
protocols?: string[];
|
|
3893
|
+
createdAt?: string;
|
|
3868
3894
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
3869
|
-
metadataFacet?: Record<string, JsonValue[]
|
|
3895
|
+
metadataFacet?: Record<string, JsonValue | JsonValue[] | Record<string, JsonValue>>;
|
|
3870
3896
|
profile?: {
|
|
3871
3897
|
type?: number;
|
|
3872
3898
|
alias?: string;
|
|
@@ -3882,8 +3908,6 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3882
3908
|
model?: string;
|
|
3883
3909
|
};
|
|
3884
3910
|
};
|
|
3885
|
-
protocols?: string[];
|
|
3886
|
-
adapter?: string;
|
|
3887
3911
|
originalId?: string;
|
|
3888
3912
|
communicationSupported?: boolean;
|
|
3889
3913
|
routingSupported?: boolean;
|
|
@@ -3919,11 +3943,13 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3919
3943
|
capabilities?: (string | AIAgentCapability)[];
|
|
3920
3944
|
uaid?: string;
|
|
3921
3945
|
description?: string;
|
|
3922
|
-
createdAt?: string;
|
|
3923
|
-
id?: string;
|
|
3924
3946
|
registry?: string;
|
|
3947
|
+
adapter?: string;
|
|
3948
|
+
id?: string;
|
|
3949
|
+
protocols?: string[];
|
|
3950
|
+
createdAt?: string;
|
|
3925
3951
|
endpoints?: string[] | Record<string, JsonValue>;
|
|
3926
|
-
metadataFacet?: Record<string, JsonValue[]
|
|
3952
|
+
metadataFacet?: Record<string, JsonValue | JsonValue[] | Record<string, JsonValue>>;
|
|
3927
3953
|
profile?: {
|
|
3928
3954
|
type?: number;
|
|
3929
3955
|
alias?: string;
|
|
@@ -3939,8 +3965,6 @@ export declare const vectorSearchResponseSchema: z.ZodObject<{
|
|
|
3939
3965
|
model?: string;
|
|
3940
3966
|
};
|
|
3941
3967
|
};
|
|
3942
|
-
protocols?: string[];
|
|
3943
|
-
adapter?: string;
|
|
3944
3968
|
originalId?: string;
|
|
3945
3969
|
communicationSupported?: boolean;
|
|
3946
3970
|
routingSupported?: boolean;
|
|
@@ -4328,16 +4352,16 @@ export declare const uaidConnectionStatusSchema: z.ZodObject<{
|
|
|
4328
4352
|
}, "strip", z.ZodTypeAny, {
|
|
4329
4353
|
status?: "error" | "connected" | "disconnected";
|
|
4330
4354
|
metadata?: Record<string, string | number | boolean>;
|
|
4331
|
-
createdAt?: string;
|
|
4332
4355
|
id?: string;
|
|
4356
|
+
createdAt?: string;
|
|
4333
4357
|
protocol?: string;
|
|
4334
4358
|
agentId?: string;
|
|
4335
4359
|
endpoint?: string;
|
|
4336
4360
|
}, {
|
|
4337
4361
|
status?: "error" | "connected" | "disconnected";
|
|
4338
4362
|
metadata?: Record<string, string | number | boolean>;
|
|
4339
|
-
createdAt?: string;
|
|
4340
4363
|
id?: string;
|
|
4364
|
+
createdAt?: string;
|
|
4341
4365
|
protocol?: string;
|
|
4342
4366
|
agentId?: string;
|
|
4343
4367
|
endpoint?: string;
|
|
@@ -4351,8 +4375,8 @@ export declare const uaidConnectionStatusSchema: z.ZodObject<{
|
|
|
4351
4375
|
connection?: {
|
|
4352
4376
|
status?: "error" | "connected" | "disconnected";
|
|
4353
4377
|
metadata?: Record<string, string | number | boolean>;
|
|
4354
|
-
createdAt?: string;
|
|
4355
4378
|
id?: string;
|
|
4379
|
+
createdAt?: string;
|
|
4356
4380
|
protocol?: string;
|
|
4357
4381
|
agentId?: string;
|
|
4358
4382
|
endpoint?: string;
|
|
@@ -4364,8 +4388,8 @@ export declare const uaidConnectionStatusSchema: z.ZodObject<{
|
|
|
4364
4388
|
connection?: {
|
|
4365
4389
|
status?: "error" | "connected" | "disconnected";
|
|
4366
4390
|
metadata?: Record<string, string | number | boolean>;
|
|
4367
|
-
createdAt?: string;
|
|
4368
4391
|
id?: string;
|
|
4392
|
+
createdAt?: string;
|
|
4369
4393
|
protocol?: string;
|
|
4370
4394
|
agentId?: string;
|
|
4371
4395
|
endpoint?: string;
|
|
@@ -4678,8 +4702,8 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
4678
4702
|
type?: string;
|
|
4679
4703
|
name?: string;
|
|
4680
4704
|
capabilities?: (string | AIAgentCapability)[];
|
|
4681
|
-
id?: string;
|
|
4682
4705
|
registry?: string;
|
|
4706
|
+
id?: string;
|
|
4683
4707
|
profile?: {
|
|
4684
4708
|
type?: number;
|
|
4685
4709
|
alias?: string;
|
|
@@ -4703,8 +4727,8 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
4703
4727
|
type?: string;
|
|
4704
4728
|
name?: string;
|
|
4705
4729
|
capabilities?: (string | AIAgentCapability)[];
|
|
4706
|
-
id?: string;
|
|
4707
4730
|
registry?: string;
|
|
4731
|
+
id?: string;
|
|
4708
4732
|
profile?: {
|
|
4709
4733
|
type?: number;
|
|
4710
4734
|
alias?: string;
|
|
@@ -5160,13 +5184,14 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
5160
5184
|
status?: "created" | "duplicate" | "updated";
|
|
5161
5185
|
message?: string;
|
|
5162
5186
|
uaid?: string;
|
|
5187
|
+
registry?: string;
|
|
5163
5188
|
agent?: {
|
|
5164
5189
|
metadata?: Record<string, JsonValue>;
|
|
5165
5190
|
type?: string;
|
|
5166
5191
|
name?: string;
|
|
5167
5192
|
capabilities?: (string | AIAgentCapability)[];
|
|
5168
|
-
id?: string;
|
|
5169
5193
|
registry?: string;
|
|
5194
|
+
id?: string;
|
|
5170
5195
|
profile?: {
|
|
5171
5196
|
type?: number;
|
|
5172
5197
|
alias?: string;
|
|
@@ -5186,7 +5211,6 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
5186
5211
|
endpoint?: string;
|
|
5187
5212
|
nativeId?: string;
|
|
5188
5213
|
};
|
|
5189
|
-
registry?: string;
|
|
5190
5214
|
profile?: {
|
|
5191
5215
|
tId?: string;
|
|
5192
5216
|
sizeBytes?: number;
|
|
@@ -5312,13 +5336,14 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
5312
5336
|
status?: "created" | "duplicate" | "updated";
|
|
5313
5337
|
message?: string;
|
|
5314
5338
|
uaid?: string;
|
|
5339
|
+
registry?: string;
|
|
5315
5340
|
agent?: {
|
|
5316
5341
|
metadata?: Record<string, JsonValue>;
|
|
5317
5342
|
type?: string;
|
|
5318
5343
|
name?: string;
|
|
5319
5344
|
capabilities?: (string | AIAgentCapability)[];
|
|
5320
|
-
id?: string;
|
|
5321
5345
|
registry?: string;
|
|
5346
|
+
id?: string;
|
|
5322
5347
|
profile?: {
|
|
5323
5348
|
type?: number;
|
|
5324
5349
|
alias?: string;
|
|
@@ -5338,7 +5363,6 @@ export declare const registerAgentSuccessResponseSchema: z.ZodObject<{
|
|
|
5338
5363
|
endpoint?: string;
|
|
5339
5364
|
nativeId?: string;
|
|
5340
5365
|
};
|
|
5341
|
-
registry?: string;
|
|
5342
5366
|
profile?: {
|
|
5343
5367
|
tId?: string;
|
|
5344
5368
|
sizeBytes?: number;
|
|
@@ -5537,8 +5561,8 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
5537
5561
|
type?: string;
|
|
5538
5562
|
name?: string;
|
|
5539
5563
|
capabilities?: (string | AIAgentCapability)[];
|
|
5540
|
-
id?: string;
|
|
5541
5564
|
registry?: string;
|
|
5565
|
+
id?: string;
|
|
5542
5566
|
profile?: {
|
|
5543
5567
|
type?: number;
|
|
5544
5568
|
alias?: string;
|
|
@@ -5562,8 +5586,8 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
5562
5586
|
type?: string;
|
|
5563
5587
|
name?: string;
|
|
5564
5588
|
capabilities?: (string | AIAgentCapability)[];
|
|
5565
|
-
id?: string;
|
|
5566
5589
|
registry?: string;
|
|
5590
|
+
id?: string;
|
|
5567
5591
|
profile?: {
|
|
5568
5592
|
type?: number;
|
|
5569
5593
|
alias?: string;
|
|
@@ -6019,13 +6043,14 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
6019
6043
|
status?: "pending";
|
|
6020
6044
|
message?: string;
|
|
6021
6045
|
uaid?: string;
|
|
6046
|
+
registry?: string;
|
|
6022
6047
|
agent?: {
|
|
6023
6048
|
metadata?: Record<string, JsonValue>;
|
|
6024
6049
|
type?: string;
|
|
6025
6050
|
name?: string;
|
|
6026
6051
|
capabilities?: (string | AIAgentCapability)[];
|
|
6027
|
-
id?: string;
|
|
6028
6052
|
registry?: string;
|
|
6053
|
+
id?: string;
|
|
6029
6054
|
profile?: {
|
|
6030
6055
|
type?: number;
|
|
6031
6056
|
alias?: string;
|
|
@@ -6045,7 +6070,6 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
6045
6070
|
endpoint?: string;
|
|
6046
6071
|
nativeId?: string;
|
|
6047
6072
|
};
|
|
6048
|
-
registry?: string;
|
|
6049
6073
|
profile?: {
|
|
6050
6074
|
tId?: string;
|
|
6051
6075
|
sizeBytes?: number;
|
|
@@ -6171,13 +6195,14 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
6171
6195
|
status?: "pending";
|
|
6172
6196
|
message?: string;
|
|
6173
6197
|
uaid?: string;
|
|
6198
|
+
registry?: string;
|
|
6174
6199
|
agent?: {
|
|
6175
6200
|
metadata?: Record<string, JsonValue>;
|
|
6176
6201
|
type?: string;
|
|
6177
6202
|
name?: string;
|
|
6178
6203
|
capabilities?: (string | AIAgentCapability)[];
|
|
6179
|
-
id?: string;
|
|
6180
6204
|
registry?: string;
|
|
6205
|
+
id?: string;
|
|
6181
6206
|
profile?: {
|
|
6182
6207
|
type?: number;
|
|
6183
6208
|
alias?: string;
|
|
@@ -6197,7 +6222,6 @@ export declare const registerAgentPendingResponseSchema: z.ZodObject<{
|
|
|
6197
6222
|
endpoint?: string;
|
|
6198
6223
|
nativeId?: string;
|
|
6199
6224
|
};
|
|
6200
|
-
registry?: string;
|
|
6201
6225
|
profile?: {
|
|
6202
6226
|
tId?: string;
|
|
6203
6227
|
sizeBytes?: number;
|
|
@@ -6396,8 +6420,8 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
6396
6420
|
type?: string;
|
|
6397
6421
|
name?: string;
|
|
6398
6422
|
capabilities?: (string | AIAgentCapability)[];
|
|
6399
|
-
id?: string;
|
|
6400
6423
|
registry?: string;
|
|
6424
|
+
id?: string;
|
|
6401
6425
|
profile?: {
|
|
6402
6426
|
type?: number;
|
|
6403
6427
|
alias?: string;
|
|
@@ -6421,8 +6445,8 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
6421
6445
|
type?: string;
|
|
6422
6446
|
name?: string;
|
|
6423
6447
|
capabilities?: (string | AIAgentCapability)[];
|
|
6424
|
-
id?: string;
|
|
6425
6448
|
registry?: string;
|
|
6449
|
+
id?: string;
|
|
6426
6450
|
profile?: {
|
|
6427
6451
|
type?: number;
|
|
6428
6452
|
alias?: string;
|
|
@@ -6896,13 +6920,14 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
6896
6920
|
registryKey?: string;
|
|
6897
6921
|
}[];
|
|
6898
6922
|
uaid?: string;
|
|
6923
|
+
registry?: string;
|
|
6899
6924
|
agent?: {
|
|
6900
6925
|
metadata?: Record<string, JsonValue>;
|
|
6901
6926
|
type?: string;
|
|
6902
6927
|
name?: string;
|
|
6903
6928
|
capabilities?: (string | AIAgentCapability)[];
|
|
6904
|
-
id?: string;
|
|
6905
6929
|
registry?: string;
|
|
6930
|
+
id?: string;
|
|
6906
6931
|
profile?: {
|
|
6907
6932
|
type?: number;
|
|
6908
6933
|
alias?: string;
|
|
@@ -6922,7 +6947,6 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
6922
6947
|
endpoint?: string;
|
|
6923
6948
|
nativeId?: string;
|
|
6924
6949
|
};
|
|
6925
|
-
registry?: string;
|
|
6926
6950
|
profile?: {
|
|
6927
6951
|
tId?: string;
|
|
6928
6952
|
sizeBytes?: number;
|
|
@@ -7053,13 +7077,14 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
7053
7077
|
registryKey?: string;
|
|
7054
7078
|
}[];
|
|
7055
7079
|
uaid?: string;
|
|
7080
|
+
registry?: string;
|
|
7056
7081
|
agent?: {
|
|
7057
7082
|
metadata?: Record<string, JsonValue>;
|
|
7058
7083
|
type?: string;
|
|
7059
7084
|
name?: string;
|
|
7060
7085
|
capabilities?: (string | AIAgentCapability)[];
|
|
7061
|
-
id?: string;
|
|
7062
7086
|
registry?: string;
|
|
7087
|
+
id?: string;
|
|
7063
7088
|
profile?: {
|
|
7064
7089
|
type?: number;
|
|
7065
7090
|
alias?: string;
|
|
@@ -7079,7 +7104,6 @@ export declare const registerAgentPartialResponseSchema: z.ZodObject<{
|
|
|
7079
7104
|
endpoint?: string;
|
|
7080
7105
|
nativeId?: string;
|
|
7081
7106
|
};
|
|
7082
|
-
registry?: string;
|
|
7083
7107
|
profile?: {
|
|
7084
7108
|
tId?: string;
|
|
7085
7109
|
sizeBytes?: number;
|
|
@@ -7278,8 +7302,8 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7278
7302
|
type?: string;
|
|
7279
7303
|
name?: string;
|
|
7280
7304
|
capabilities?: (string | AIAgentCapability)[];
|
|
7281
|
-
id?: string;
|
|
7282
7305
|
registry?: string;
|
|
7306
|
+
id?: string;
|
|
7283
7307
|
profile?: {
|
|
7284
7308
|
type?: number;
|
|
7285
7309
|
alias?: string;
|
|
@@ -7303,8 +7327,8 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7303
7327
|
type?: string;
|
|
7304
7328
|
name?: string;
|
|
7305
7329
|
capabilities?: (string | AIAgentCapability)[];
|
|
7306
|
-
id?: string;
|
|
7307
7330
|
registry?: string;
|
|
7331
|
+
id?: string;
|
|
7308
7332
|
profile?: {
|
|
7309
7333
|
type?: number;
|
|
7310
7334
|
alias?: string;
|
|
@@ -7760,13 +7784,14 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7760
7784
|
status?: "created" | "duplicate" | "updated";
|
|
7761
7785
|
message?: string;
|
|
7762
7786
|
uaid?: string;
|
|
7787
|
+
registry?: string;
|
|
7763
7788
|
agent?: {
|
|
7764
7789
|
metadata?: Record<string, JsonValue>;
|
|
7765
7790
|
type?: string;
|
|
7766
7791
|
name?: string;
|
|
7767
7792
|
capabilities?: (string | AIAgentCapability)[];
|
|
7768
|
-
id?: string;
|
|
7769
7793
|
registry?: string;
|
|
7794
|
+
id?: string;
|
|
7770
7795
|
profile?: {
|
|
7771
7796
|
type?: number;
|
|
7772
7797
|
alias?: string;
|
|
@@ -7786,7 +7811,6 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7786
7811
|
endpoint?: string;
|
|
7787
7812
|
nativeId?: string;
|
|
7788
7813
|
};
|
|
7789
|
-
registry?: string;
|
|
7790
7814
|
profile?: {
|
|
7791
7815
|
tId?: string;
|
|
7792
7816
|
sizeBytes?: number;
|
|
@@ -7912,13 +7936,14 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7912
7936
|
status?: "created" | "duplicate" | "updated";
|
|
7913
7937
|
message?: string;
|
|
7914
7938
|
uaid?: string;
|
|
7939
|
+
registry?: string;
|
|
7915
7940
|
agent?: {
|
|
7916
7941
|
metadata?: Record<string, JsonValue>;
|
|
7917
7942
|
type?: string;
|
|
7918
7943
|
name?: string;
|
|
7919
7944
|
capabilities?: (string | AIAgentCapability)[];
|
|
7920
|
-
id?: string;
|
|
7921
7945
|
registry?: string;
|
|
7946
|
+
id?: string;
|
|
7922
7947
|
profile?: {
|
|
7923
7948
|
type?: number;
|
|
7924
7949
|
alias?: string;
|
|
@@ -7938,7 +7963,6 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
7938
7963
|
endpoint?: string;
|
|
7939
7964
|
nativeId?: string;
|
|
7940
7965
|
};
|
|
7941
|
-
registry?: string;
|
|
7942
7966
|
profile?: {
|
|
7943
7967
|
tId?: string;
|
|
7944
7968
|
sizeBytes?: number;
|
|
@@ -8136,8 +8160,8 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8136
8160
|
type?: string;
|
|
8137
8161
|
name?: string;
|
|
8138
8162
|
capabilities?: (string | AIAgentCapability)[];
|
|
8139
|
-
id?: string;
|
|
8140
8163
|
registry?: string;
|
|
8164
|
+
id?: string;
|
|
8141
8165
|
profile?: {
|
|
8142
8166
|
type?: number;
|
|
8143
8167
|
alias?: string;
|
|
@@ -8161,8 +8185,8 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8161
8185
|
type?: string;
|
|
8162
8186
|
name?: string;
|
|
8163
8187
|
capabilities?: (string | AIAgentCapability)[];
|
|
8164
|
-
id?: string;
|
|
8165
8188
|
registry?: string;
|
|
8189
|
+
id?: string;
|
|
8166
8190
|
profile?: {
|
|
8167
8191
|
type?: number;
|
|
8168
8192
|
alias?: string;
|
|
@@ -8618,13 +8642,14 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8618
8642
|
status?: "pending";
|
|
8619
8643
|
message?: string;
|
|
8620
8644
|
uaid?: string;
|
|
8645
|
+
registry?: string;
|
|
8621
8646
|
agent?: {
|
|
8622
8647
|
metadata?: Record<string, JsonValue>;
|
|
8623
8648
|
type?: string;
|
|
8624
8649
|
name?: string;
|
|
8625
8650
|
capabilities?: (string | AIAgentCapability)[];
|
|
8626
|
-
id?: string;
|
|
8627
8651
|
registry?: string;
|
|
8652
|
+
id?: string;
|
|
8628
8653
|
profile?: {
|
|
8629
8654
|
type?: number;
|
|
8630
8655
|
alias?: string;
|
|
@@ -8644,7 +8669,6 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8644
8669
|
endpoint?: string;
|
|
8645
8670
|
nativeId?: string;
|
|
8646
8671
|
};
|
|
8647
|
-
registry?: string;
|
|
8648
8672
|
profile?: {
|
|
8649
8673
|
tId?: string;
|
|
8650
8674
|
sizeBytes?: number;
|
|
@@ -8770,13 +8794,14 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8770
8794
|
status?: "pending";
|
|
8771
8795
|
message?: string;
|
|
8772
8796
|
uaid?: string;
|
|
8797
|
+
registry?: string;
|
|
8773
8798
|
agent?: {
|
|
8774
8799
|
metadata?: Record<string, JsonValue>;
|
|
8775
8800
|
type?: string;
|
|
8776
8801
|
name?: string;
|
|
8777
8802
|
capabilities?: (string | AIAgentCapability)[];
|
|
8778
|
-
id?: string;
|
|
8779
8803
|
registry?: string;
|
|
8804
|
+
id?: string;
|
|
8780
8805
|
profile?: {
|
|
8781
8806
|
type?: number;
|
|
8782
8807
|
alias?: string;
|
|
@@ -8796,7 +8821,6 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8796
8821
|
endpoint?: string;
|
|
8797
8822
|
nativeId?: string;
|
|
8798
8823
|
};
|
|
8799
|
-
registry?: string;
|
|
8800
8824
|
profile?: {
|
|
8801
8825
|
tId?: string;
|
|
8802
8826
|
sizeBytes?: number;
|
|
@@ -8994,8 +9018,8 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8994
9018
|
type?: string;
|
|
8995
9019
|
name?: string;
|
|
8996
9020
|
capabilities?: (string | AIAgentCapability)[];
|
|
8997
|
-
id?: string;
|
|
8998
9021
|
registry?: string;
|
|
9022
|
+
id?: string;
|
|
8999
9023
|
profile?: {
|
|
9000
9024
|
type?: number;
|
|
9001
9025
|
alias?: string;
|
|
@@ -9019,8 +9043,8 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9019
9043
|
type?: string;
|
|
9020
9044
|
name?: string;
|
|
9021
9045
|
capabilities?: (string | AIAgentCapability)[];
|
|
9022
|
-
id?: string;
|
|
9023
9046
|
registry?: string;
|
|
9047
|
+
id?: string;
|
|
9024
9048
|
profile?: {
|
|
9025
9049
|
type?: number;
|
|
9026
9050
|
alias?: string;
|
|
@@ -9494,13 +9518,14 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9494
9518
|
registryKey?: string;
|
|
9495
9519
|
}[];
|
|
9496
9520
|
uaid?: string;
|
|
9521
|
+
registry?: string;
|
|
9497
9522
|
agent?: {
|
|
9498
9523
|
metadata?: Record<string, JsonValue>;
|
|
9499
9524
|
type?: string;
|
|
9500
9525
|
name?: string;
|
|
9501
9526
|
capabilities?: (string | AIAgentCapability)[];
|
|
9502
|
-
id?: string;
|
|
9503
9527
|
registry?: string;
|
|
9528
|
+
id?: string;
|
|
9504
9529
|
profile?: {
|
|
9505
9530
|
type?: number;
|
|
9506
9531
|
alias?: string;
|
|
@@ -9520,7 +9545,6 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9520
9545
|
endpoint?: string;
|
|
9521
9546
|
nativeId?: string;
|
|
9522
9547
|
};
|
|
9523
|
-
registry?: string;
|
|
9524
9548
|
profile?: {
|
|
9525
9549
|
tId?: string;
|
|
9526
9550
|
sizeBytes?: number;
|
|
@@ -9651,13 +9675,14 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9651
9675
|
registryKey?: string;
|
|
9652
9676
|
}[];
|
|
9653
9677
|
uaid?: string;
|
|
9678
|
+
registry?: string;
|
|
9654
9679
|
agent?: {
|
|
9655
9680
|
metadata?: Record<string, JsonValue>;
|
|
9656
9681
|
type?: string;
|
|
9657
9682
|
name?: string;
|
|
9658
9683
|
capabilities?: (string | AIAgentCapability)[];
|
|
9659
|
-
id?: string;
|
|
9660
9684
|
registry?: string;
|
|
9685
|
+
id?: string;
|
|
9661
9686
|
profile?: {
|
|
9662
9687
|
type?: number;
|
|
9663
9688
|
alias?: string;
|
|
@@ -9677,7 +9702,6 @@ export declare const registerAgentResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
9677
9702
|
endpoint?: string;
|
|
9678
9703
|
nativeId?: string;
|
|
9679
9704
|
};
|
|
9680
|
-
registry?: string;
|
|
9681
9705
|
profile?: {
|
|
9682
9706
|
tId?: string;
|
|
9683
9707
|
sizeBytes?: number;
|
|
@@ -9874,6 +9898,11 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9874
9898
|
uaid?: string;
|
|
9875
9899
|
accountId?: string;
|
|
9876
9900
|
mode?: "register" | "update";
|
|
9901
|
+
primary?: {
|
|
9902
|
+
status?: "pending" | "failed" | "completed";
|
|
9903
|
+
error?: string;
|
|
9904
|
+
finishedAt?: string;
|
|
9905
|
+
};
|
|
9877
9906
|
agentId?: string;
|
|
9878
9907
|
attemptId?: string;
|
|
9879
9908
|
additionalRegistries?: Record<string, {
|
|
@@ -9894,17 +9923,17 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9894
9923
|
registryNamespace?: string;
|
|
9895
9924
|
startedAt?: string;
|
|
9896
9925
|
completedAt?: string;
|
|
9897
|
-
primary?: {
|
|
9898
|
-
status?: "pending" | "failed" | "completed";
|
|
9899
|
-
error?: string;
|
|
9900
|
-
finishedAt?: string;
|
|
9901
|
-
};
|
|
9902
9926
|
}, {
|
|
9903
9927
|
status?: "pending" | "failed" | "completed" | "partial";
|
|
9904
9928
|
errors?: string[];
|
|
9905
9929
|
uaid?: string;
|
|
9906
9930
|
accountId?: string;
|
|
9907
9931
|
mode?: "register" | "update";
|
|
9932
|
+
primary?: {
|
|
9933
|
+
status?: "pending" | "failed" | "completed";
|
|
9934
|
+
error?: string;
|
|
9935
|
+
finishedAt?: string;
|
|
9936
|
+
};
|
|
9908
9937
|
agentId?: string;
|
|
9909
9938
|
attemptId?: string;
|
|
9910
9939
|
additionalRegistries?: Record<string, {
|
|
@@ -9925,11 +9954,6 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9925
9954
|
registryNamespace?: string;
|
|
9926
9955
|
startedAt?: string;
|
|
9927
9956
|
completedAt?: string;
|
|
9928
|
-
primary?: {
|
|
9929
|
-
status?: "pending" | "failed" | "completed";
|
|
9930
|
-
error?: string;
|
|
9931
|
-
finishedAt?: string;
|
|
9932
|
-
};
|
|
9933
9957
|
}>;
|
|
9934
9958
|
}, "strip", z.ZodTypeAny, {
|
|
9935
9959
|
progress?: {
|
|
@@ -9938,6 +9962,11 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9938
9962
|
uaid?: string;
|
|
9939
9963
|
accountId?: string;
|
|
9940
9964
|
mode?: "register" | "update";
|
|
9965
|
+
primary?: {
|
|
9966
|
+
status?: "pending" | "failed" | "completed";
|
|
9967
|
+
error?: string;
|
|
9968
|
+
finishedAt?: string;
|
|
9969
|
+
};
|
|
9941
9970
|
agentId?: string;
|
|
9942
9971
|
attemptId?: string;
|
|
9943
9972
|
additionalRegistries?: Record<string, {
|
|
@@ -9958,11 +9987,6 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9958
9987
|
registryNamespace?: string;
|
|
9959
9988
|
startedAt?: string;
|
|
9960
9989
|
completedAt?: string;
|
|
9961
|
-
primary?: {
|
|
9962
|
-
status?: "pending" | "failed" | "completed";
|
|
9963
|
-
error?: string;
|
|
9964
|
-
finishedAt?: string;
|
|
9965
|
-
};
|
|
9966
9990
|
};
|
|
9967
9991
|
}, {
|
|
9968
9992
|
progress?: {
|
|
@@ -9971,6 +9995,11 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9971
9995
|
uaid?: string;
|
|
9972
9996
|
accountId?: string;
|
|
9973
9997
|
mode?: "register" | "update";
|
|
9998
|
+
primary?: {
|
|
9999
|
+
status?: "pending" | "failed" | "completed";
|
|
10000
|
+
error?: string;
|
|
10001
|
+
finishedAt?: string;
|
|
10002
|
+
};
|
|
9974
10003
|
agentId?: string;
|
|
9975
10004
|
attemptId?: string;
|
|
9976
10005
|
additionalRegistries?: Record<string, {
|
|
@@ -9991,11 +10020,6 @@ export declare const registrationProgressResponseSchema: z.ZodObject<{
|
|
|
9991
10020
|
registryNamespace?: string;
|
|
9992
10021
|
startedAt?: string;
|
|
9993
10022
|
completedAt?: string;
|
|
9994
|
-
primary?: {
|
|
9995
|
-
status?: "pending" | "failed" | "completed";
|
|
9996
|
-
error?: string;
|
|
9997
|
-
finishedAt?: string;
|
|
9998
|
-
};
|
|
9999
10023
|
};
|
|
10000
10024
|
}>;
|
|
10001
10025
|
export declare const registrationProgressAdditionalEntrySchema: z.ZodObject<{
|
|
@@ -10114,6 +10138,11 @@ export declare const registrationProgressRecordSchema: z.ZodObject<{
|
|
|
10114
10138
|
uaid?: string;
|
|
10115
10139
|
accountId?: string;
|
|
10116
10140
|
mode?: "register" | "update";
|
|
10141
|
+
primary?: {
|
|
10142
|
+
status?: "pending" | "failed" | "completed";
|
|
10143
|
+
error?: string;
|
|
10144
|
+
finishedAt?: string;
|
|
10145
|
+
};
|
|
10117
10146
|
agentId?: string;
|
|
10118
10147
|
attemptId?: string;
|
|
10119
10148
|
additionalRegistries?: Record<string, {
|
|
@@ -10134,17 +10163,17 @@ export declare const registrationProgressRecordSchema: z.ZodObject<{
|
|
|
10134
10163
|
registryNamespace?: string;
|
|
10135
10164
|
startedAt?: string;
|
|
10136
10165
|
completedAt?: string;
|
|
10137
|
-
primary?: {
|
|
10138
|
-
status?: "pending" | "failed" | "completed";
|
|
10139
|
-
error?: string;
|
|
10140
|
-
finishedAt?: string;
|
|
10141
|
-
};
|
|
10142
10166
|
}, {
|
|
10143
10167
|
status?: "pending" | "failed" | "completed" | "partial";
|
|
10144
10168
|
errors?: string[];
|
|
10145
10169
|
uaid?: string;
|
|
10146
10170
|
accountId?: string;
|
|
10147
10171
|
mode?: "register" | "update";
|
|
10172
|
+
primary?: {
|
|
10173
|
+
status?: "pending" | "failed" | "completed";
|
|
10174
|
+
error?: string;
|
|
10175
|
+
finishedAt?: string;
|
|
10176
|
+
};
|
|
10148
10177
|
agentId?: string;
|
|
10149
10178
|
attemptId?: string;
|
|
10150
10179
|
additionalRegistries?: Record<string, {
|
|
@@ -10165,11 +10194,6 @@ export declare const registrationProgressRecordSchema: z.ZodObject<{
|
|
|
10165
10194
|
registryNamespace?: string;
|
|
10166
10195
|
startedAt?: string;
|
|
10167
10196
|
completedAt?: string;
|
|
10168
|
-
primary?: {
|
|
10169
|
-
status?: "pending" | "failed" | "completed";
|
|
10170
|
-
error?: string;
|
|
10171
|
-
finishedAt?: string;
|
|
10172
|
-
};
|
|
10173
10197
|
}>;
|
|
10174
10198
|
export declare const registrationQuoteResponseSchema: z.ZodObject<{
|
|
10175
10199
|
accountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -10367,41 +10391,1313 @@ export declare const adaptersResponseSchema: z.ZodObject<{
|
|
|
10367
10391
|
}, {
|
|
10368
10392
|
adapters?: string[];
|
|
10369
10393
|
}>;
|
|
10370
|
-
export declare const
|
|
10371
|
-
|
|
10372
|
-
|
|
10373
|
-
|
|
10374
|
-
|
|
10375
|
-
|
|
10376
|
-
|
|
10394
|
+
export declare const adapterRegistryCategorySchema: z.ZodObject<{
|
|
10395
|
+
id: z.ZodNumber;
|
|
10396
|
+
network: z.ZodString;
|
|
10397
|
+
type: z.ZodString;
|
|
10398
|
+
slug: z.ZodString;
|
|
10399
|
+
name: z.ZodString;
|
|
10400
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10401
|
+
topicId: z.ZodString;
|
|
10402
|
+
versionTopicId: z.ZodString;
|
|
10403
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10404
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10405
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10406
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10407
|
+
createdAt: z.ZodString;
|
|
10408
|
+
updatedAt: z.ZodString;
|
|
10409
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10377
10410
|
}, "strip", z.ZodTypeAny, {
|
|
10378
|
-
|
|
10379
|
-
|
|
10380
|
-
|
|
10381
|
-
|
|
10382
|
-
|
|
10383
|
-
|
|
10411
|
+
network?: string;
|
|
10412
|
+
metadata?: JsonValue;
|
|
10413
|
+
type?: string;
|
|
10414
|
+
name?: string;
|
|
10415
|
+
description?: string;
|
|
10416
|
+
id?: number;
|
|
10417
|
+
createdAt?: string;
|
|
10418
|
+
updatedAt?: string;
|
|
10419
|
+
topicId?: string;
|
|
10420
|
+
slug?: string;
|
|
10421
|
+
versionTopicId?: string;
|
|
10422
|
+
registryTransactionId?: string;
|
|
10423
|
+
versionTransactionId?: string;
|
|
10424
|
+
metadataPointer?: string;
|
|
10425
|
+
metadataSequence?: number;
|
|
10384
10426
|
}, {
|
|
10385
|
-
|
|
10386
|
-
|
|
10387
|
-
|
|
10388
|
-
|
|
10389
|
-
|
|
10390
|
-
|
|
10427
|
+
network?: string;
|
|
10428
|
+
metadata?: JsonValue;
|
|
10429
|
+
type?: string;
|
|
10430
|
+
name?: string;
|
|
10431
|
+
description?: string;
|
|
10432
|
+
id?: number;
|
|
10433
|
+
createdAt?: string;
|
|
10434
|
+
updatedAt?: string;
|
|
10435
|
+
topicId?: string;
|
|
10436
|
+
slug?: string;
|
|
10437
|
+
versionTopicId?: string;
|
|
10438
|
+
registryTransactionId?: string;
|
|
10439
|
+
versionTransactionId?: string;
|
|
10440
|
+
metadataPointer?: string;
|
|
10441
|
+
metadataSequence?: number;
|
|
10391
10442
|
}>;
|
|
10392
|
-
export declare const
|
|
10393
|
-
|
|
10394
|
-
|
|
10395
|
-
|
|
10396
|
-
|
|
10397
|
-
|
|
10398
|
-
|
|
10399
|
-
|
|
10400
|
-
|
|
10401
|
-
|
|
10402
|
-
|
|
10403
|
-
|
|
10404
|
-
|
|
10443
|
+
export declare const adapterRegistryCategoriesResponseSchema: z.ZodObject<{
|
|
10444
|
+
categories: z.ZodArray<z.ZodObject<{
|
|
10445
|
+
id: z.ZodNumber;
|
|
10446
|
+
network: z.ZodString;
|
|
10447
|
+
type: z.ZodString;
|
|
10448
|
+
slug: z.ZodString;
|
|
10449
|
+
name: z.ZodString;
|
|
10450
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10451
|
+
topicId: z.ZodString;
|
|
10452
|
+
versionTopicId: z.ZodString;
|
|
10453
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10454
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10455
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10456
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10457
|
+
createdAt: z.ZodString;
|
|
10458
|
+
updatedAt: z.ZodString;
|
|
10459
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10460
|
+
}, "strip", z.ZodTypeAny, {
|
|
10461
|
+
network?: string;
|
|
10462
|
+
metadata?: JsonValue;
|
|
10463
|
+
type?: string;
|
|
10464
|
+
name?: string;
|
|
10465
|
+
description?: string;
|
|
10466
|
+
id?: number;
|
|
10467
|
+
createdAt?: string;
|
|
10468
|
+
updatedAt?: string;
|
|
10469
|
+
topicId?: string;
|
|
10470
|
+
slug?: string;
|
|
10471
|
+
versionTopicId?: string;
|
|
10472
|
+
registryTransactionId?: string;
|
|
10473
|
+
versionTransactionId?: string;
|
|
10474
|
+
metadataPointer?: string;
|
|
10475
|
+
metadataSequence?: number;
|
|
10476
|
+
}, {
|
|
10477
|
+
network?: string;
|
|
10478
|
+
metadata?: JsonValue;
|
|
10479
|
+
type?: string;
|
|
10480
|
+
name?: string;
|
|
10481
|
+
description?: string;
|
|
10482
|
+
id?: number;
|
|
10483
|
+
createdAt?: string;
|
|
10484
|
+
updatedAt?: string;
|
|
10485
|
+
topicId?: string;
|
|
10486
|
+
slug?: string;
|
|
10487
|
+
versionTopicId?: string;
|
|
10488
|
+
registryTransactionId?: string;
|
|
10489
|
+
versionTransactionId?: string;
|
|
10490
|
+
metadataPointer?: string;
|
|
10491
|
+
metadataSequence?: number;
|
|
10492
|
+
}>, "many">;
|
|
10493
|
+
}, "strip", z.ZodTypeAny, {
|
|
10494
|
+
categories?: {
|
|
10495
|
+
network?: string;
|
|
10496
|
+
metadata?: JsonValue;
|
|
10497
|
+
type?: string;
|
|
10498
|
+
name?: string;
|
|
10499
|
+
description?: string;
|
|
10500
|
+
id?: number;
|
|
10501
|
+
createdAt?: string;
|
|
10502
|
+
updatedAt?: string;
|
|
10503
|
+
topicId?: string;
|
|
10504
|
+
slug?: string;
|
|
10505
|
+
versionTopicId?: string;
|
|
10506
|
+
registryTransactionId?: string;
|
|
10507
|
+
versionTransactionId?: string;
|
|
10508
|
+
metadataPointer?: string;
|
|
10509
|
+
metadataSequence?: number;
|
|
10510
|
+
}[];
|
|
10511
|
+
}, {
|
|
10512
|
+
categories?: {
|
|
10513
|
+
network?: string;
|
|
10514
|
+
metadata?: JsonValue;
|
|
10515
|
+
type?: string;
|
|
10516
|
+
name?: string;
|
|
10517
|
+
description?: string;
|
|
10518
|
+
id?: number;
|
|
10519
|
+
createdAt?: string;
|
|
10520
|
+
updatedAt?: string;
|
|
10521
|
+
topicId?: string;
|
|
10522
|
+
slug?: string;
|
|
10523
|
+
versionTopicId?: string;
|
|
10524
|
+
registryTransactionId?: string;
|
|
10525
|
+
versionTransactionId?: string;
|
|
10526
|
+
metadataPointer?: string;
|
|
10527
|
+
metadataSequence?: number;
|
|
10528
|
+
}[];
|
|
10529
|
+
}>;
|
|
10530
|
+
export declare const adapterRegistryAdapterSchema: z.ZodObject<{
|
|
10531
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
10532
|
+
network: z.ZodOptional<z.ZodString>;
|
|
10533
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
10534
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
10535
|
+
adapterId: z.ZodString;
|
|
10536
|
+
adapterName: z.ZodString;
|
|
10537
|
+
entity: z.ZodString;
|
|
10538
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10539
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10540
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10541
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10542
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10543
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10544
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10545
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10546
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10547
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10548
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10549
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10550
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10551
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10552
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10553
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10554
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10555
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10556
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10557
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10558
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10559
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10560
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10561
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10562
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10563
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10564
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10565
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10566
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
10567
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
10568
|
+
id: z.ZodNumber;
|
|
10569
|
+
network: z.ZodString;
|
|
10570
|
+
type: z.ZodString;
|
|
10571
|
+
slug: z.ZodString;
|
|
10572
|
+
name: z.ZodString;
|
|
10573
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10574
|
+
topicId: z.ZodString;
|
|
10575
|
+
versionTopicId: z.ZodString;
|
|
10576
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10577
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10578
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10579
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10580
|
+
createdAt: z.ZodString;
|
|
10581
|
+
updatedAt: z.ZodString;
|
|
10582
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10583
|
+
}, "strip", z.ZodTypeAny, {
|
|
10584
|
+
network?: string;
|
|
10585
|
+
metadata?: JsonValue;
|
|
10586
|
+
type?: string;
|
|
10587
|
+
name?: string;
|
|
10588
|
+
description?: string;
|
|
10589
|
+
id?: number;
|
|
10590
|
+
createdAt?: string;
|
|
10591
|
+
updatedAt?: string;
|
|
10592
|
+
topicId?: string;
|
|
10593
|
+
slug?: string;
|
|
10594
|
+
versionTopicId?: string;
|
|
10595
|
+
registryTransactionId?: string;
|
|
10596
|
+
versionTransactionId?: string;
|
|
10597
|
+
metadataPointer?: string;
|
|
10598
|
+
metadataSequence?: number;
|
|
10599
|
+
}, {
|
|
10600
|
+
network?: string;
|
|
10601
|
+
metadata?: JsonValue;
|
|
10602
|
+
type?: string;
|
|
10603
|
+
name?: string;
|
|
10604
|
+
description?: string;
|
|
10605
|
+
id?: number;
|
|
10606
|
+
createdAt?: string;
|
|
10607
|
+
updatedAt?: string;
|
|
10608
|
+
topicId?: string;
|
|
10609
|
+
slug?: string;
|
|
10610
|
+
versionTopicId?: string;
|
|
10611
|
+
registryTransactionId?: string;
|
|
10612
|
+
versionTransactionId?: string;
|
|
10613
|
+
metadataPointer?: string;
|
|
10614
|
+
metadataSequence?: number;
|
|
10615
|
+
}>>;
|
|
10616
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
10617
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
10618
|
+
network: z.ZodOptional<z.ZodString>;
|
|
10619
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
10620
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
10621
|
+
adapterId: z.ZodString;
|
|
10622
|
+
adapterName: z.ZodString;
|
|
10623
|
+
entity: z.ZodString;
|
|
10624
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10625
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10626
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10627
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10628
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10629
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10630
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10631
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10632
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10633
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10634
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10635
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10636
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10637
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10638
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10639
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10640
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10641
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10642
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10643
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10644
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10645
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10646
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10647
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10648
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10649
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10650
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10651
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10652
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
10653
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
10654
|
+
id: z.ZodNumber;
|
|
10655
|
+
network: z.ZodString;
|
|
10656
|
+
type: z.ZodString;
|
|
10657
|
+
slug: z.ZodString;
|
|
10658
|
+
name: z.ZodString;
|
|
10659
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10660
|
+
topicId: z.ZodString;
|
|
10661
|
+
versionTopicId: z.ZodString;
|
|
10662
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10663
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10664
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10665
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10666
|
+
createdAt: z.ZodString;
|
|
10667
|
+
updatedAt: z.ZodString;
|
|
10668
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10669
|
+
}, "strip", z.ZodTypeAny, {
|
|
10670
|
+
network?: string;
|
|
10671
|
+
metadata?: JsonValue;
|
|
10672
|
+
type?: string;
|
|
10673
|
+
name?: string;
|
|
10674
|
+
description?: string;
|
|
10675
|
+
id?: number;
|
|
10676
|
+
createdAt?: string;
|
|
10677
|
+
updatedAt?: string;
|
|
10678
|
+
topicId?: string;
|
|
10679
|
+
slug?: string;
|
|
10680
|
+
versionTopicId?: string;
|
|
10681
|
+
registryTransactionId?: string;
|
|
10682
|
+
versionTransactionId?: string;
|
|
10683
|
+
metadataPointer?: string;
|
|
10684
|
+
metadataSequence?: number;
|
|
10685
|
+
}, {
|
|
10686
|
+
network?: string;
|
|
10687
|
+
metadata?: JsonValue;
|
|
10688
|
+
type?: string;
|
|
10689
|
+
name?: string;
|
|
10690
|
+
description?: string;
|
|
10691
|
+
id?: number;
|
|
10692
|
+
createdAt?: string;
|
|
10693
|
+
updatedAt?: string;
|
|
10694
|
+
topicId?: string;
|
|
10695
|
+
slug?: string;
|
|
10696
|
+
versionTopicId?: string;
|
|
10697
|
+
registryTransactionId?: string;
|
|
10698
|
+
versionTransactionId?: string;
|
|
10699
|
+
metadataPointer?: string;
|
|
10700
|
+
metadataSequence?: number;
|
|
10701
|
+
}>>;
|
|
10702
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
10703
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
10704
|
+
network: z.ZodOptional<z.ZodString>;
|
|
10705
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
10706
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
10707
|
+
adapterId: z.ZodString;
|
|
10708
|
+
adapterName: z.ZodString;
|
|
10709
|
+
entity: z.ZodString;
|
|
10710
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10711
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10712
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10713
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10714
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10715
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10716
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10717
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10718
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10719
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10720
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10721
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10722
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10723
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10724
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10725
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10726
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10727
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10728
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10729
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10730
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10731
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10732
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10733
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10734
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10735
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10736
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10737
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10738
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
10739
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
10740
|
+
id: z.ZodNumber;
|
|
10741
|
+
network: z.ZodString;
|
|
10742
|
+
type: z.ZodString;
|
|
10743
|
+
slug: z.ZodString;
|
|
10744
|
+
name: z.ZodString;
|
|
10745
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10746
|
+
topicId: z.ZodString;
|
|
10747
|
+
versionTopicId: z.ZodString;
|
|
10748
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10749
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10750
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10751
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10752
|
+
createdAt: z.ZodString;
|
|
10753
|
+
updatedAt: z.ZodString;
|
|
10754
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10755
|
+
}, "strip", z.ZodTypeAny, {
|
|
10756
|
+
network?: string;
|
|
10757
|
+
metadata?: JsonValue;
|
|
10758
|
+
type?: string;
|
|
10759
|
+
name?: string;
|
|
10760
|
+
description?: string;
|
|
10761
|
+
id?: number;
|
|
10762
|
+
createdAt?: string;
|
|
10763
|
+
updatedAt?: string;
|
|
10764
|
+
topicId?: string;
|
|
10765
|
+
slug?: string;
|
|
10766
|
+
versionTopicId?: string;
|
|
10767
|
+
registryTransactionId?: string;
|
|
10768
|
+
versionTransactionId?: string;
|
|
10769
|
+
metadataPointer?: string;
|
|
10770
|
+
metadataSequence?: number;
|
|
10771
|
+
}, {
|
|
10772
|
+
network?: string;
|
|
10773
|
+
metadata?: JsonValue;
|
|
10774
|
+
type?: string;
|
|
10775
|
+
name?: string;
|
|
10776
|
+
description?: string;
|
|
10777
|
+
id?: number;
|
|
10778
|
+
createdAt?: string;
|
|
10779
|
+
updatedAt?: string;
|
|
10780
|
+
topicId?: string;
|
|
10781
|
+
slug?: string;
|
|
10782
|
+
versionTopicId?: string;
|
|
10783
|
+
registryTransactionId?: string;
|
|
10784
|
+
versionTransactionId?: string;
|
|
10785
|
+
metadataPointer?: string;
|
|
10786
|
+
metadataSequence?: number;
|
|
10787
|
+
}>>;
|
|
10788
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
10789
|
+
export declare const adapterRegistryAdaptersResponseSchema: z.ZodObject<{
|
|
10790
|
+
network: z.ZodString;
|
|
10791
|
+
adapters: z.ZodArray<z.ZodObject<{
|
|
10792
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
10793
|
+
network: z.ZodOptional<z.ZodString>;
|
|
10794
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
10795
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
10796
|
+
adapterId: z.ZodString;
|
|
10797
|
+
adapterName: z.ZodString;
|
|
10798
|
+
entity: z.ZodString;
|
|
10799
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10800
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10801
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10802
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10803
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10804
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10805
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10806
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10807
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10808
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10809
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10810
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10811
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10812
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10813
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10814
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10815
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10816
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10817
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10818
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10819
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10820
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10821
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10822
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10823
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10824
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10825
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10826
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10827
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
10828
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
10829
|
+
id: z.ZodNumber;
|
|
10830
|
+
network: z.ZodString;
|
|
10831
|
+
type: z.ZodString;
|
|
10832
|
+
slug: z.ZodString;
|
|
10833
|
+
name: z.ZodString;
|
|
10834
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10835
|
+
topicId: z.ZodString;
|
|
10836
|
+
versionTopicId: z.ZodString;
|
|
10837
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10838
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10839
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10840
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10841
|
+
createdAt: z.ZodString;
|
|
10842
|
+
updatedAt: z.ZodString;
|
|
10843
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10844
|
+
}, "strip", z.ZodTypeAny, {
|
|
10845
|
+
network?: string;
|
|
10846
|
+
metadata?: JsonValue;
|
|
10847
|
+
type?: string;
|
|
10848
|
+
name?: string;
|
|
10849
|
+
description?: string;
|
|
10850
|
+
id?: number;
|
|
10851
|
+
createdAt?: string;
|
|
10852
|
+
updatedAt?: string;
|
|
10853
|
+
topicId?: string;
|
|
10854
|
+
slug?: string;
|
|
10855
|
+
versionTopicId?: string;
|
|
10856
|
+
registryTransactionId?: string;
|
|
10857
|
+
versionTransactionId?: string;
|
|
10858
|
+
metadataPointer?: string;
|
|
10859
|
+
metadataSequence?: number;
|
|
10860
|
+
}, {
|
|
10861
|
+
network?: string;
|
|
10862
|
+
metadata?: JsonValue;
|
|
10863
|
+
type?: string;
|
|
10864
|
+
name?: string;
|
|
10865
|
+
description?: string;
|
|
10866
|
+
id?: number;
|
|
10867
|
+
createdAt?: string;
|
|
10868
|
+
updatedAt?: string;
|
|
10869
|
+
topicId?: string;
|
|
10870
|
+
slug?: string;
|
|
10871
|
+
versionTopicId?: string;
|
|
10872
|
+
registryTransactionId?: string;
|
|
10873
|
+
versionTransactionId?: string;
|
|
10874
|
+
metadataPointer?: string;
|
|
10875
|
+
metadataSequence?: number;
|
|
10876
|
+
}>>;
|
|
10877
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
10878
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
10879
|
+
network: z.ZodOptional<z.ZodString>;
|
|
10880
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
10881
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
10882
|
+
adapterId: z.ZodString;
|
|
10883
|
+
adapterName: z.ZodString;
|
|
10884
|
+
entity: z.ZodString;
|
|
10885
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10886
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10887
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10888
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10889
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10890
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10891
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10892
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10893
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10894
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10895
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10896
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10897
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10898
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10899
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10900
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10901
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10902
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10903
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10904
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10905
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10906
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10907
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10908
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10909
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10910
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10911
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10912
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10913
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
10914
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
10915
|
+
id: z.ZodNumber;
|
|
10916
|
+
network: z.ZodString;
|
|
10917
|
+
type: z.ZodString;
|
|
10918
|
+
slug: z.ZodString;
|
|
10919
|
+
name: z.ZodString;
|
|
10920
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10921
|
+
topicId: z.ZodString;
|
|
10922
|
+
versionTopicId: z.ZodString;
|
|
10923
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10924
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10925
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10926
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10927
|
+
createdAt: z.ZodString;
|
|
10928
|
+
updatedAt: z.ZodString;
|
|
10929
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10930
|
+
}, "strip", z.ZodTypeAny, {
|
|
10931
|
+
network?: string;
|
|
10932
|
+
metadata?: JsonValue;
|
|
10933
|
+
type?: string;
|
|
10934
|
+
name?: string;
|
|
10935
|
+
description?: string;
|
|
10936
|
+
id?: number;
|
|
10937
|
+
createdAt?: string;
|
|
10938
|
+
updatedAt?: string;
|
|
10939
|
+
topicId?: string;
|
|
10940
|
+
slug?: string;
|
|
10941
|
+
versionTopicId?: string;
|
|
10942
|
+
registryTransactionId?: string;
|
|
10943
|
+
versionTransactionId?: string;
|
|
10944
|
+
metadataPointer?: string;
|
|
10945
|
+
metadataSequence?: number;
|
|
10946
|
+
}, {
|
|
10947
|
+
network?: string;
|
|
10948
|
+
metadata?: JsonValue;
|
|
10949
|
+
type?: string;
|
|
10950
|
+
name?: string;
|
|
10951
|
+
description?: string;
|
|
10952
|
+
id?: number;
|
|
10953
|
+
createdAt?: string;
|
|
10954
|
+
updatedAt?: string;
|
|
10955
|
+
topicId?: string;
|
|
10956
|
+
slug?: string;
|
|
10957
|
+
versionTopicId?: string;
|
|
10958
|
+
registryTransactionId?: string;
|
|
10959
|
+
versionTransactionId?: string;
|
|
10960
|
+
metadataPointer?: string;
|
|
10961
|
+
metadataSequence?: number;
|
|
10962
|
+
}>>;
|
|
10963
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
10964
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
10965
|
+
network: z.ZodOptional<z.ZodString>;
|
|
10966
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
10967
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
10968
|
+
adapterId: z.ZodString;
|
|
10969
|
+
adapterName: z.ZodString;
|
|
10970
|
+
entity: z.ZodString;
|
|
10971
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10972
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10973
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10974
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10975
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10976
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10977
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10978
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10979
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10980
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10981
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10982
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10983
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10984
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10985
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10986
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10987
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10988
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10989
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10990
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10991
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
10992
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10993
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10994
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10995
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10996
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10997
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10998
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10999
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
11000
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
11001
|
+
id: z.ZodNumber;
|
|
11002
|
+
network: z.ZodString;
|
|
11003
|
+
type: z.ZodString;
|
|
11004
|
+
slug: z.ZodString;
|
|
11005
|
+
name: z.ZodString;
|
|
11006
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11007
|
+
topicId: z.ZodString;
|
|
11008
|
+
versionTopicId: z.ZodString;
|
|
11009
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11010
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11011
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11012
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11013
|
+
createdAt: z.ZodString;
|
|
11014
|
+
updatedAt: z.ZodString;
|
|
11015
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11016
|
+
}, "strip", z.ZodTypeAny, {
|
|
11017
|
+
network?: string;
|
|
11018
|
+
metadata?: JsonValue;
|
|
11019
|
+
type?: string;
|
|
11020
|
+
name?: string;
|
|
11021
|
+
description?: string;
|
|
11022
|
+
id?: number;
|
|
11023
|
+
createdAt?: string;
|
|
11024
|
+
updatedAt?: string;
|
|
11025
|
+
topicId?: string;
|
|
11026
|
+
slug?: string;
|
|
11027
|
+
versionTopicId?: string;
|
|
11028
|
+
registryTransactionId?: string;
|
|
11029
|
+
versionTransactionId?: string;
|
|
11030
|
+
metadataPointer?: string;
|
|
11031
|
+
metadataSequence?: number;
|
|
11032
|
+
}, {
|
|
11033
|
+
network?: string;
|
|
11034
|
+
metadata?: JsonValue;
|
|
11035
|
+
type?: string;
|
|
11036
|
+
name?: string;
|
|
11037
|
+
description?: string;
|
|
11038
|
+
id?: number;
|
|
11039
|
+
createdAt?: string;
|
|
11040
|
+
updatedAt?: string;
|
|
11041
|
+
topicId?: string;
|
|
11042
|
+
slug?: string;
|
|
11043
|
+
versionTopicId?: string;
|
|
11044
|
+
registryTransactionId?: string;
|
|
11045
|
+
versionTransactionId?: string;
|
|
11046
|
+
metadataPointer?: string;
|
|
11047
|
+
metadataSequence?: number;
|
|
11048
|
+
}>>;
|
|
11049
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
11050
|
+
}, "strip", z.ZodTypeAny, {
|
|
11051
|
+
network?: string;
|
|
11052
|
+
adapters?: z.objectOutputType<{
|
|
11053
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
11054
|
+
network: z.ZodOptional<z.ZodString>;
|
|
11055
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
11056
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
11057
|
+
adapterId: z.ZodString;
|
|
11058
|
+
adapterName: z.ZodString;
|
|
11059
|
+
entity: z.ZodString;
|
|
11060
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11061
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11062
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11063
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11064
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11065
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11066
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11067
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11068
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11069
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11070
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11071
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11072
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11073
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11074
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11075
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11076
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11077
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11078
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11079
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11080
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11081
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11082
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11083
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11084
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11085
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11086
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11087
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11088
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
11089
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
11090
|
+
id: z.ZodNumber;
|
|
11091
|
+
network: z.ZodString;
|
|
11092
|
+
type: z.ZodString;
|
|
11093
|
+
slug: z.ZodString;
|
|
11094
|
+
name: z.ZodString;
|
|
11095
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11096
|
+
topicId: z.ZodString;
|
|
11097
|
+
versionTopicId: z.ZodString;
|
|
11098
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11099
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11100
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11101
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11102
|
+
createdAt: z.ZodString;
|
|
11103
|
+
updatedAt: z.ZodString;
|
|
11104
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11105
|
+
}, "strip", z.ZodTypeAny, {
|
|
11106
|
+
network?: string;
|
|
11107
|
+
metadata?: JsonValue;
|
|
11108
|
+
type?: string;
|
|
11109
|
+
name?: string;
|
|
11110
|
+
description?: string;
|
|
11111
|
+
id?: number;
|
|
11112
|
+
createdAt?: string;
|
|
11113
|
+
updatedAt?: string;
|
|
11114
|
+
topicId?: string;
|
|
11115
|
+
slug?: string;
|
|
11116
|
+
versionTopicId?: string;
|
|
11117
|
+
registryTransactionId?: string;
|
|
11118
|
+
versionTransactionId?: string;
|
|
11119
|
+
metadataPointer?: string;
|
|
11120
|
+
metadataSequence?: number;
|
|
11121
|
+
}, {
|
|
11122
|
+
network?: string;
|
|
11123
|
+
metadata?: JsonValue;
|
|
11124
|
+
type?: string;
|
|
11125
|
+
name?: string;
|
|
11126
|
+
description?: string;
|
|
11127
|
+
id?: number;
|
|
11128
|
+
createdAt?: string;
|
|
11129
|
+
updatedAt?: string;
|
|
11130
|
+
topicId?: string;
|
|
11131
|
+
slug?: string;
|
|
11132
|
+
versionTopicId?: string;
|
|
11133
|
+
registryTransactionId?: string;
|
|
11134
|
+
versionTransactionId?: string;
|
|
11135
|
+
metadataPointer?: string;
|
|
11136
|
+
metadataSequence?: number;
|
|
11137
|
+
}>>;
|
|
11138
|
+
}, z.ZodTypeAny, "passthrough">[];
|
|
11139
|
+
}, {
|
|
11140
|
+
network?: string;
|
|
11141
|
+
adapters?: z.objectInputType<{
|
|
11142
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
11143
|
+
network: z.ZodOptional<z.ZodString>;
|
|
11144
|
+
categoryId: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
|
|
11145
|
+
operation: z.ZodOptional<z.ZodString>;
|
|
11146
|
+
adapterId: z.ZodString;
|
|
11147
|
+
adapterName: z.ZodString;
|
|
11148
|
+
entity: z.ZodString;
|
|
11149
|
+
manifestPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11150
|
+
manifestSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11151
|
+
packageRegistry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11152
|
+
packageName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11153
|
+
packageVersion: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11154
|
+
packageIntegrity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11155
|
+
stateModel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11156
|
+
config: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11157
|
+
signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11158
|
+
manifest: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11159
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11160
|
+
searchText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11161
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11162
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11163
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11164
|
+
totalCostHbar: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11165
|
+
totalCostCredits: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11166
|
+
consensusTimestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11167
|
+
sequenceNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11168
|
+
payerAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11169
|
+
mirrorNodePayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11170
|
+
versionTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11171
|
+
declarationTopicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11172
|
+
categoryEntrySequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11173
|
+
categoryEntryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11174
|
+
versionPointerSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11175
|
+
versionPointerTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11176
|
+
transactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11177
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
11178
|
+
category: z.ZodOptional<z.ZodObject<{
|
|
11179
|
+
id: z.ZodNumber;
|
|
11180
|
+
network: z.ZodString;
|
|
11181
|
+
type: z.ZodString;
|
|
11182
|
+
slug: z.ZodString;
|
|
11183
|
+
name: z.ZodString;
|
|
11184
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11185
|
+
topicId: z.ZodString;
|
|
11186
|
+
versionTopicId: z.ZodString;
|
|
11187
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11188
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11189
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11190
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11191
|
+
createdAt: z.ZodString;
|
|
11192
|
+
updatedAt: z.ZodString;
|
|
11193
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11194
|
+
}, "strip", z.ZodTypeAny, {
|
|
11195
|
+
network?: string;
|
|
11196
|
+
metadata?: JsonValue;
|
|
11197
|
+
type?: string;
|
|
11198
|
+
name?: string;
|
|
11199
|
+
description?: string;
|
|
11200
|
+
id?: number;
|
|
11201
|
+
createdAt?: string;
|
|
11202
|
+
updatedAt?: string;
|
|
11203
|
+
topicId?: string;
|
|
11204
|
+
slug?: string;
|
|
11205
|
+
versionTopicId?: string;
|
|
11206
|
+
registryTransactionId?: string;
|
|
11207
|
+
versionTransactionId?: string;
|
|
11208
|
+
metadataPointer?: string;
|
|
11209
|
+
metadataSequence?: number;
|
|
11210
|
+
}, {
|
|
11211
|
+
network?: string;
|
|
11212
|
+
metadata?: JsonValue;
|
|
11213
|
+
type?: string;
|
|
11214
|
+
name?: string;
|
|
11215
|
+
description?: string;
|
|
11216
|
+
id?: number;
|
|
11217
|
+
createdAt?: string;
|
|
11218
|
+
updatedAt?: string;
|
|
11219
|
+
topicId?: string;
|
|
11220
|
+
slug?: string;
|
|
11221
|
+
versionTopicId?: string;
|
|
11222
|
+
registryTransactionId?: string;
|
|
11223
|
+
versionTransactionId?: string;
|
|
11224
|
+
metadataPointer?: string;
|
|
11225
|
+
metadataSequence?: number;
|
|
11226
|
+
}>>;
|
|
11227
|
+
}, z.ZodTypeAny, "passthrough">[];
|
|
11228
|
+
}>;
|
|
11229
|
+
export declare const adapterRegistryCreateCategoryResponseSchema: z.ZodObject<{
|
|
11230
|
+
category: z.ZodObject<{
|
|
11231
|
+
id: z.ZodNumber;
|
|
11232
|
+
network: z.ZodString;
|
|
11233
|
+
type: z.ZodString;
|
|
11234
|
+
slug: z.ZodString;
|
|
11235
|
+
name: z.ZodString;
|
|
11236
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11237
|
+
topicId: z.ZodString;
|
|
11238
|
+
versionTopicId: z.ZodString;
|
|
11239
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11240
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11241
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11242
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11243
|
+
createdAt: z.ZodString;
|
|
11244
|
+
updatedAt: z.ZodString;
|
|
11245
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11246
|
+
}, "strip", z.ZodTypeAny, {
|
|
11247
|
+
network?: string;
|
|
11248
|
+
metadata?: JsonValue;
|
|
11249
|
+
type?: string;
|
|
11250
|
+
name?: string;
|
|
11251
|
+
description?: string;
|
|
11252
|
+
id?: number;
|
|
11253
|
+
createdAt?: string;
|
|
11254
|
+
updatedAt?: string;
|
|
11255
|
+
topicId?: string;
|
|
11256
|
+
slug?: string;
|
|
11257
|
+
versionTopicId?: string;
|
|
11258
|
+
registryTransactionId?: string;
|
|
11259
|
+
versionTransactionId?: string;
|
|
11260
|
+
metadataPointer?: string;
|
|
11261
|
+
metadataSequence?: number;
|
|
11262
|
+
}, {
|
|
11263
|
+
network?: string;
|
|
11264
|
+
metadata?: JsonValue;
|
|
11265
|
+
type?: string;
|
|
11266
|
+
name?: string;
|
|
11267
|
+
description?: string;
|
|
11268
|
+
id?: number;
|
|
11269
|
+
createdAt?: string;
|
|
11270
|
+
updatedAt?: string;
|
|
11271
|
+
topicId?: string;
|
|
11272
|
+
slug?: string;
|
|
11273
|
+
versionTopicId?: string;
|
|
11274
|
+
registryTransactionId?: string;
|
|
11275
|
+
versionTransactionId?: string;
|
|
11276
|
+
metadataPointer?: string;
|
|
11277
|
+
metadataSequence?: number;
|
|
11278
|
+
}>;
|
|
11279
|
+
}, "strip", z.ZodTypeAny, {
|
|
11280
|
+
category?: {
|
|
11281
|
+
network?: string;
|
|
11282
|
+
metadata?: JsonValue;
|
|
11283
|
+
type?: string;
|
|
11284
|
+
name?: string;
|
|
11285
|
+
description?: string;
|
|
11286
|
+
id?: number;
|
|
11287
|
+
createdAt?: string;
|
|
11288
|
+
updatedAt?: string;
|
|
11289
|
+
topicId?: string;
|
|
11290
|
+
slug?: string;
|
|
11291
|
+
versionTopicId?: string;
|
|
11292
|
+
registryTransactionId?: string;
|
|
11293
|
+
versionTransactionId?: string;
|
|
11294
|
+
metadataPointer?: string;
|
|
11295
|
+
metadataSequence?: number;
|
|
11296
|
+
};
|
|
11297
|
+
}, {
|
|
11298
|
+
category?: {
|
|
11299
|
+
network?: string;
|
|
11300
|
+
metadata?: JsonValue;
|
|
11301
|
+
type?: string;
|
|
11302
|
+
name?: string;
|
|
11303
|
+
description?: string;
|
|
11304
|
+
id?: number;
|
|
11305
|
+
createdAt?: string;
|
|
11306
|
+
updatedAt?: string;
|
|
11307
|
+
topicId?: string;
|
|
11308
|
+
slug?: string;
|
|
11309
|
+
versionTopicId?: string;
|
|
11310
|
+
registryTransactionId?: string;
|
|
11311
|
+
versionTransactionId?: string;
|
|
11312
|
+
metadataPointer?: string;
|
|
11313
|
+
metadataSequence?: number;
|
|
11314
|
+
};
|
|
11315
|
+
}>;
|
|
11316
|
+
export declare const adapterRegistrySubmitAdapterResponseSchema: z.ZodObject<{
|
|
11317
|
+
adapter: z.ZodRecord<z.ZodString, z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>;
|
|
11318
|
+
declaration: z.ZodObject<{
|
|
11319
|
+
p: z.ZodLiteral<"hcs-21">;
|
|
11320
|
+
op: z.ZodEnum<["register", "update", "delete"]>;
|
|
11321
|
+
adapter_id: z.ZodString;
|
|
11322
|
+
entity: z.ZodString;
|
|
11323
|
+
package: z.ZodObject<{
|
|
11324
|
+
registry: z.ZodString;
|
|
11325
|
+
name: z.ZodString;
|
|
11326
|
+
version: z.ZodString;
|
|
11327
|
+
integrity: z.ZodString;
|
|
11328
|
+
}, "strip", z.ZodTypeAny, {
|
|
11329
|
+
name?: string;
|
|
11330
|
+
version?: string;
|
|
11331
|
+
registry?: string;
|
|
11332
|
+
integrity?: string;
|
|
11333
|
+
}, {
|
|
11334
|
+
name?: string;
|
|
11335
|
+
version?: string;
|
|
11336
|
+
registry?: string;
|
|
11337
|
+
integrity?: string;
|
|
11338
|
+
}>;
|
|
11339
|
+
manifest: z.ZodString;
|
|
11340
|
+
manifest_sequence: z.ZodOptional<z.ZodNumber>;
|
|
11341
|
+
config: z.ZodObject<{
|
|
11342
|
+
type: z.ZodString;
|
|
11343
|
+
account: z.ZodOptional<z.ZodString>;
|
|
11344
|
+
threshold: z.ZodOptional<z.ZodString>;
|
|
11345
|
+
ctopic: z.ZodOptional<z.ZodString>;
|
|
11346
|
+
ttopic: z.ZodOptional<z.ZodString>;
|
|
11347
|
+
stopic: z.ZodOptional<z.ZodString>;
|
|
11348
|
+
}, "strip", z.ZodUnknown, z.objectOutputType<{
|
|
11349
|
+
type: z.ZodString;
|
|
11350
|
+
account: z.ZodOptional<z.ZodString>;
|
|
11351
|
+
threshold: z.ZodOptional<z.ZodString>;
|
|
11352
|
+
ctopic: z.ZodOptional<z.ZodString>;
|
|
11353
|
+
ttopic: z.ZodOptional<z.ZodString>;
|
|
11354
|
+
stopic: z.ZodOptional<z.ZodString>;
|
|
11355
|
+
}, z.ZodUnknown, "strip">, z.objectInputType<{
|
|
11356
|
+
type: z.ZodString;
|
|
11357
|
+
account: z.ZodOptional<z.ZodString>;
|
|
11358
|
+
threshold: z.ZodOptional<z.ZodString>;
|
|
11359
|
+
ctopic: z.ZodOptional<z.ZodString>;
|
|
11360
|
+
ttopic: z.ZodOptional<z.ZodString>;
|
|
11361
|
+
stopic: z.ZodOptional<z.ZodString>;
|
|
11362
|
+
}, z.ZodUnknown, "strip">>;
|
|
11363
|
+
state_model: z.ZodOptional<z.ZodString>;
|
|
11364
|
+
signature: z.ZodOptional<z.ZodString>;
|
|
11365
|
+
}, "strip", z.ZodTypeAny, {
|
|
11366
|
+
p?: "hcs-21";
|
|
11367
|
+
op?: "delete" | "register" | "update";
|
|
11368
|
+
signature?: string;
|
|
11369
|
+
adapter_id?: string;
|
|
11370
|
+
entity?: string;
|
|
11371
|
+
package?: {
|
|
11372
|
+
name?: string;
|
|
11373
|
+
version?: string;
|
|
11374
|
+
registry?: string;
|
|
11375
|
+
integrity?: string;
|
|
11376
|
+
};
|
|
11377
|
+
manifest?: string;
|
|
11378
|
+
manifest_sequence?: number;
|
|
11379
|
+
config?: {
|
|
11380
|
+
type?: string;
|
|
11381
|
+
threshold?: string;
|
|
11382
|
+
account?: string;
|
|
11383
|
+
ctopic?: string;
|
|
11384
|
+
ttopic?: string;
|
|
11385
|
+
stopic?: string;
|
|
11386
|
+
} & {
|
|
11387
|
+
[k: string]: unknown;
|
|
11388
|
+
};
|
|
11389
|
+
state_model?: string;
|
|
11390
|
+
}, {
|
|
11391
|
+
p?: "hcs-21";
|
|
11392
|
+
op?: "delete" | "register" | "update";
|
|
11393
|
+
signature?: string;
|
|
11394
|
+
adapter_id?: string;
|
|
11395
|
+
entity?: string;
|
|
11396
|
+
package?: {
|
|
11397
|
+
name?: string;
|
|
11398
|
+
version?: string;
|
|
11399
|
+
registry?: string;
|
|
11400
|
+
integrity?: string;
|
|
11401
|
+
};
|
|
11402
|
+
manifest?: string;
|
|
11403
|
+
manifest_sequence?: number;
|
|
11404
|
+
config?: {
|
|
11405
|
+
type?: string;
|
|
11406
|
+
threshold?: string;
|
|
11407
|
+
account?: string;
|
|
11408
|
+
ctopic?: string;
|
|
11409
|
+
ttopic?: string;
|
|
11410
|
+
stopic?: string;
|
|
11411
|
+
} & {
|
|
11412
|
+
[k: string]: unknown;
|
|
11413
|
+
};
|
|
11414
|
+
state_model?: string;
|
|
11415
|
+
}>;
|
|
11416
|
+
transactionId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11417
|
+
category: z.ZodObject<{
|
|
11418
|
+
id: z.ZodNumber;
|
|
11419
|
+
network: z.ZodString;
|
|
11420
|
+
type: z.ZodString;
|
|
11421
|
+
slug: z.ZodString;
|
|
11422
|
+
name: z.ZodString;
|
|
11423
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11424
|
+
topicId: z.ZodString;
|
|
11425
|
+
versionTopicId: z.ZodString;
|
|
11426
|
+
registryTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11427
|
+
versionTransactionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11428
|
+
metadataPointer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11429
|
+
metadataSequence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11430
|
+
createdAt: z.ZodString;
|
|
11431
|
+
updatedAt: z.ZodString;
|
|
11432
|
+
metadata: z.ZodNullable<z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11433
|
+
}, "strip", z.ZodTypeAny, {
|
|
11434
|
+
network?: string;
|
|
11435
|
+
metadata?: JsonValue;
|
|
11436
|
+
type?: string;
|
|
11437
|
+
name?: string;
|
|
11438
|
+
description?: string;
|
|
11439
|
+
id?: number;
|
|
11440
|
+
createdAt?: string;
|
|
11441
|
+
updatedAt?: string;
|
|
11442
|
+
topicId?: string;
|
|
11443
|
+
slug?: string;
|
|
11444
|
+
versionTopicId?: string;
|
|
11445
|
+
registryTransactionId?: string;
|
|
11446
|
+
versionTransactionId?: string;
|
|
11447
|
+
metadataPointer?: string;
|
|
11448
|
+
metadataSequence?: number;
|
|
11449
|
+
}, {
|
|
11450
|
+
network?: string;
|
|
11451
|
+
metadata?: JsonValue;
|
|
11452
|
+
type?: string;
|
|
11453
|
+
name?: string;
|
|
11454
|
+
description?: string;
|
|
11455
|
+
id?: number;
|
|
11456
|
+
createdAt?: string;
|
|
11457
|
+
updatedAt?: string;
|
|
11458
|
+
topicId?: string;
|
|
11459
|
+
slug?: string;
|
|
11460
|
+
versionTopicId?: string;
|
|
11461
|
+
registryTransactionId?: string;
|
|
11462
|
+
versionTransactionId?: string;
|
|
11463
|
+
metadataPointer?: string;
|
|
11464
|
+
metadataSequence?: number;
|
|
11465
|
+
}>;
|
|
11466
|
+
}, "strip", z.ZodTypeAny, {
|
|
11467
|
+
transactionId?: string;
|
|
11468
|
+
adapter?: Record<string, JsonValue>;
|
|
11469
|
+
category?: {
|
|
11470
|
+
network?: string;
|
|
11471
|
+
metadata?: JsonValue;
|
|
11472
|
+
type?: string;
|
|
11473
|
+
name?: string;
|
|
11474
|
+
description?: string;
|
|
11475
|
+
id?: number;
|
|
11476
|
+
createdAt?: string;
|
|
11477
|
+
updatedAt?: string;
|
|
11478
|
+
topicId?: string;
|
|
11479
|
+
slug?: string;
|
|
11480
|
+
versionTopicId?: string;
|
|
11481
|
+
registryTransactionId?: string;
|
|
11482
|
+
versionTransactionId?: string;
|
|
11483
|
+
metadataPointer?: string;
|
|
11484
|
+
metadataSequence?: number;
|
|
11485
|
+
};
|
|
11486
|
+
declaration?: {
|
|
11487
|
+
p?: "hcs-21";
|
|
11488
|
+
op?: "delete" | "register" | "update";
|
|
11489
|
+
signature?: string;
|
|
11490
|
+
adapter_id?: string;
|
|
11491
|
+
entity?: string;
|
|
11492
|
+
package?: {
|
|
11493
|
+
name?: string;
|
|
11494
|
+
version?: string;
|
|
11495
|
+
registry?: string;
|
|
11496
|
+
integrity?: string;
|
|
11497
|
+
};
|
|
11498
|
+
manifest?: string;
|
|
11499
|
+
manifest_sequence?: number;
|
|
11500
|
+
config?: {
|
|
11501
|
+
type?: string;
|
|
11502
|
+
threshold?: string;
|
|
11503
|
+
account?: string;
|
|
11504
|
+
ctopic?: string;
|
|
11505
|
+
ttopic?: string;
|
|
11506
|
+
stopic?: string;
|
|
11507
|
+
} & {
|
|
11508
|
+
[k: string]: unknown;
|
|
11509
|
+
};
|
|
11510
|
+
state_model?: string;
|
|
11511
|
+
};
|
|
11512
|
+
}, {
|
|
11513
|
+
transactionId?: string;
|
|
11514
|
+
adapter?: Record<string, JsonValue>;
|
|
11515
|
+
category?: {
|
|
11516
|
+
network?: string;
|
|
11517
|
+
metadata?: JsonValue;
|
|
11518
|
+
type?: string;
|
|
11519
|
+
name?: string;
|
|
11520
|
+
description?: string;
|
|
11521
|
+
id?: number;
|
|
11522
|
+
createdAt?: string;
|
|
11523
|
+
updatedAt?: string;
|
|
11524
|
+
topicId?: string;
|
|
11525
|
+
slug?: string;
|
|
11526
|
+
versionTopicId?: string;
|
|
11527
|
+
registryTransactionId?: string;
|
|
11528
|
+
versionTransactionId?: string;
|
|
11529
|
+
metadataPointer?: string;
|
|
11530
|
+
metadataSequence?: number;
|
|
11531
|
+
};
|
|
11532
|
+
declaration?: {
|
|
11533
|
+
p?: "hcs-21";
|
|
11534
|
+
op?: "delete" | "register" | "update";
|
|
11535
|
+
signature?: string;
|
|
11536
|
+
adapter_id?: string;
|
|
11537
|
+
entity?: string;
|
|
11538
|
+
package?: {
|
|
11539
|
+
name?: string;
|
|
11540
|
+
version?: string;
|
|
11541
|
+
registry?: string;
|
|
11542
|
+
integrity?: string;
|
|
11543
|
+
};
|
|
11544
|
+
manifest?: string;
|
|
11545
|
+
manifest_sequence?: number;
|
|
11546
|
+
config?: {
|
|
11547
|
+
type?: string;
|
|
11548
|
+
threshold?: string;
|
|
11549
|
+
account?: string;
|
|
11550
|
+
ctopic?: string;
|
|
11551
|
+
ttopic?: string;
|
|
11552
|
+
stopic?: string;
|
|
11553
|
+
} & {
|
|
11554
|
+
[k: string]: unknown;
|
|
11555
|
+
};
|
|
11556
|
+
state_model?: string;
|
|
11557
|
+
};
|
|
11558
|
+
}>;
|
|
11559
|
+
export declare const adapterRegistrySubmitAdapterAcceptedResponseSchema: z.ZodObject<{
|
|
11560
|
+
submissionId: z.ZodString;
|
|
11561
|
+
status: z.ZodOptional<z.ZodString>;
|
|
11562
|
+
network: z.ZodOptional<z.ZodString>;
|
|
11563
|
+
message: z.ZodOptional<z.ZodString>;
|
|
11564
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
11565
|
+
submissionId: z.ZodString;
|
|
11566
|
+
status: z.ZodOptional<z.ZodString>;
|
|
11567
|
+
network: z.ZodOptional<z.ZodString>;
|
|
11568
|
+
message: z.ZodOptional<z.ZodString>;
|
|
11569
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
11570
|
+
submissionId: z.ZodString;
|
|
11571
|
+
status: z.ZodOptional<z.ZodString>;
|
|
11572
|
+
network: z.ZodOptional<z.ZodString>;
|
|
11573
|
+
message: z.ZodOptional<z.ZodString>;
|
|
11574
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
11575
|
+
export declare const adapterRegistrySubmissionStatusResponseSchema: z.ZodObject<{
|
|
11576
|
+
submission: z.ZodObject<{
|
|
11577
|
+
id: z.ZodString;
|
|
11578
|
+
network: z.ZodString;
|
|
11579
|
+
status: z.ZodEnum<["pending", "running", "completed", "failed"]>;
|
|
11580
|
+
adapterId: z.ZodString;
|
|
11581
|
+
categorySlug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11582
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11583
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11584
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11585
|
+
requestPayload: z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>;
|
|
11586
|
+
resultPayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11587
|
+
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11588
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
11589
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
11590
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11591
|
+
completedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11592
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
11593
|
+
id: z.ZodString;
|
|
11594
|
+
network: z.ZodString;
|
|
11595
|
+
status: z.ZodEnum<["pending", "running", "completed", "failed"]>;
|
|
11596
|
+
adapterId: z.ZodString;
|
|
11597
|
+
categorySlug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11598
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11599
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11600
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11601
|
+
requestPayload: z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>;
|
|
11602
|
+
resultPayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11603
|
+
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11604
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
11605
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
11606
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11607
|
+
completedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11608
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
11609
|
+
id: z.ZodString;
|
|
11610
|
+
network: z.ZodString;
|
|
11611
|
+
status: z.ZodEnum<["pending", "running", "completed", "failed"]>;
|
|
11612
|
+
adapterId: z.ZodString;
|
|
11613
|
+
categorySlug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11614
|
+
creditAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11615
|
+
registeredByUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11616
|
+
registeredByEmail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11617
|
+
requestPayload: z.ZodOptional<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>;
|
|
11618
|
+
resultPayload: z.ZodOptional<z.ZodNullable<z.ZodType<JsonValue, z.ZodTypeDef, JsonValue>>>;
|
|
11619
|
+
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11620
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
11621
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
11622
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11623
|
+
completedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11624
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
11625
|
+
}, "strip", z.ZodTypeAny, {
|
|
11626
|
+
submission?: {
|
|
11627
|
+
status?: "pending" | "failed" | "completed" | "running";
|
|
11628
|
+
error?: string;
|
|
11629
|
+
network?: string;
|
|
11630
|
+
id?: string;
|
|
11631
|
+
createdAt?: string;
|
|
11632
|
+
updatedAt?: string;
|
|
11633
|
+
startedAt?: string;
|
|
11634
|
+
completedAt?: string;
|
|
11635
|
+
adapterId?: string;
|
|
11636
|
+
creditAccountId?: string;
|
|
11637
|
+
registeredByUserId?: string;
|
|
11638
|
+
registeredByEmail?: string;
|
|
11639
|
+
categorySlug?: string;
|
|
11640
|
+
requestPayload?: JsonValue;
|
|
11641
|
+
resultPayload?: JsonValue;
|
|
11642
|
+
} & {
|
|
11643
|
+
[k: string]: unknown;
|
|
11644
|
+
};
|
|
11645
|
+
}, {
|
|
11646
|
+
submission?: {
|
|
11647
|
+
status?: "pending" | "failed" | "completed" | "running";
|
|
11648
|
+
error?: string;
|
|
11649
|
+
network?: string;
|
|
11650
|
+
id?: string;
|
|
11651
|
+
createdAt?: string;
|
|
11652
|
+
updatedAt?: string;
|
|
11653
|
+
startedAt?: string;
|
|
11654
|
+
completedAt?: string;
|
|
11655
|
+
adapterId?: string;
|
|
11656
|
+
creditAccountId?: string;
|
|
11657
|
+
registeredByUserId?: string;
|
|
11658
|
+
registeredByEmail?: string;
|
|
11659
|
+
categorySlug?: string;
|
|
11660
|
+
requestPayload?: JsonValue;
|
|
11661
|
+
resultPayload?: JsonValue;
|
|
11662
|
+
} & {
|
|
11663
|
+
[k: string]: unknown;
|
|
11664
|
+
};
|
|
11665
|
+
}>;
|
|
11666
|
+
export declare const adapterChatProfileSchema: z.ZodObject<{
|
|
11667
|
+
supportsChat: z.ZodBoolean;
|
|
11668
|
+
delivery: z.ZodOptional<z.ZodString>;
|
|
11669
|
+
transport: z.ZodOptional<z.ZodString>;
|
|
11670
|
+
streaming: z.ZodOptional<z.ZodBoolean>;
|
|
11671
|
+
requiresAuth: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11672
|
+
notes: z.ZodOptional<z.ZodString>;
|
|
11673
|
+
}, "strip", z.ZodTypeAny, {
|
|
11674
|
+
supportsChat?: boolean;
|
|
11675
|
+
delivery?: string;
|
|
11676
|
+
transport?: string;
|
|
11677
|
+
streaming?: boolean;
|
|
11678
|
+
requiresAuth?: string[];
|
|
11679
|
+
notes?: string;
|
|
11680
|
+
}, {
|
|
11681
|
+
supportsChat?: boolean;
|
|
11682
|
+
delivery?: string;
|
|
11683
|
+
transport?: string;
|
|
11684
|
+
streaming?: boolean;
|
|
11685
|
+
requiresAuth?: string[];
|
|
11686
|
+
notes?: string;
|
|
11687
|
+
}>;
|
|
11688
|
+
export declare const adapterDescriptorSchema: z.ZodObject<{
|
|
11689
|
+
id: z.ZodString;
|
|
11690
|
+
name: z.ZodString;
|
|
11691
|
+
version: z.ZodString;
|
|
11692
|
+
author: z.ZodString;
|
|
11693
|
+
description: z.ZodString;
|
|
11694
|
+
supportedProtocols: z.ZodArray<z.ZodString, "many">;
|
|
11695
|
+
registryType: z.ZodEnum<["web2", "web3", "hybrid"]>;
|
|
11696
|
+
chatProfile: z.ZodOptional<z.ZodObject<{
|
|
11697
|
+
supportsChat: z.ZodBoolean;
|
|
11698
|
+
delivery: z.ZodOptional<z.ZodString>;
|
|
11699
|
+
transport: z.ZodOptional<z.ZodString>;
|
|
11700
|
+
streaming: z.ZodOptional<z.ZodBoolean>;
|
|
10405
11701
|
requiresAuth: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10406
11702
|
notes: z.ZodOptional<z.ZodString>;
|
|
10407
11703
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -10427,14 +11723,14 @@ export declare const adapterDescriptorSchema: z.ZodObject<{
|
|
|
10427
11723
|
protocols: z.ZodArray<z.ZodString, "many">;
|
|
10428
11724
|
}, "strip", z.ZodTypeAny, {
|
|
10429
11725
|
communication?: boolean;
|
|
10430
|
-
protocols?: string[];
|
|
10431
11726
|
discovery?: boolean;
|
|
11727
|
+
protocols?: string[];
|
|
10432
11728
|
routing?: boolean;
|
|
10433
11729
|
translation?: boolean;
|
|
10434
11730
|
}, {
|
|
10435
11731
|
communication?: boolean;
|
|
10436
|
-
protocols?: string[];
|
|
10437
11732
|
discovery?: boolean;
|
|
11733
|
+
protocols?: string[];
|
|
10438
11734
|
routing?: boolean;
|
|
10439
11735
|
translation?: boolean;
|
|
10440
11736
|
}>;
|
|
@@ -10446,15 +11742,15 @@ export declare const adapterDescriptorSchema: z.ZodObject<{
|
|
|
10446
11742
|
name?: string;
|
|
10447
11743
|
capabilities?: {
|
|
10448
11744
|
communication?: boolean;
|
|
10449
|
-
protocols?: string[];
|
|
10450
11745
|
discovery?: boolean;
|
|
11746
|
+
protocols?: string[];
|
|
10451
11747
|
routing?: boolean;
|
|
10452
11748
|
translation?: boolean;
|
|
10453
11749
|
};
|
|
10454
11750
|
version?: string;
|
|
10455
11751
|
description?: string;
|
|
10456
|
-
enabled?: boolean;
|
|
10457
11752
|
id?: string;
|
|
11753
|
+
enabled?: boolean;
|
|
10458
11754
|
registryType?: "web2" | "web3" | "hybrid";
|
|
10459
11755
|
author?: string;
|
|
10460
11756
|
supportedProtocols?: string[];
|
|
@@ -10472,15 +11768,15 @@ export declare const adapterDescriptorSchema: z.ZodObject<{
|
|
|
10472
11768
|
name?: string;
|
|
10473
11769
|
capabilities?: {
|
|
10474
11770
|
communication?: boolean;
|
|
10475
|
-
protocols?: string[];
|
|
10476
11771
|
discovery?: boolean;
|
|
11772
|
+
protocols?: string[];
|
|
10477
11773
|
routing?: boolean;
|
|
10478
11774
|
translation?: boolean;
|
|
10479
11775
|
};
|
|
10480
11776
|
version?: string;
|
|
10481
11777
|
description?: string;
|
|
10482
|
-
enabled?: boolean;
|
|
10483
11778
|
id?: string;
|
|
11779
|
+
enabled?: boolean;
|
|
10484
11780
|
registryType?: "web2" | "web3" | "hybrid";
|
|
10485
11781
|
author?: string;
|
|
10486
11782
|
supportedProtocols?: string[];
|
|
@@ -10533,14 +11829,14 @@ export declare const adapterDetailsResponseSchema: z.ZodObject<{
|
|
|
10533
11829
|
protocols: z.ZodArray<z.ZodString, "many">;
|
|
10534
11830
|
}, "strip", z.ZodTypeAny, {
|
|
10535
11831
|
communication?: boolean;
|
|
10536
|
-
protocols?: string[];
|
|
10537
11832
|
discovery?: boolean;
|
|
11833
|
+
protocols?: string[];
|
|
10538
11834
|
routing?: boolean;
|
|
10539
11835
|
translation?: boolean;
|
|
10540
11836
|
}, {
|
|
10541
11837
|
communication?: boolean;
|
|
10542
|
-
protocols?: string[];
|
|
10543
11838
|
discovery?: boolean;
|
|
11839
|
+
protocols?: string[];
|
|
10544
11840
|
routing?: boolean;
|
|
10545
11841
|
translation?: boolean;
|
|
10546
11842
|
}>;
|
|
@@ -10552,15 +11848,15 @@ export declare const adapterDetailsResponseSchema: z.ZodObject<{
|
|
|
10552
11848
|
name?: string;
|
|
10553
11849
|
capabilities?: {
|
|
10554
11850
|
communication?: boolean;
|
|
10555
|
-
protocols?: string[];
|
|
10556
11851
|
discovery?: boolean;
|
|
11852
|
+
protocols?: string[];
|
|
10557
11853
|
routing?: boolean;
|
|
10558
11854
|
translation?: boolean;
|
|
10559
11855
|
};
|
|
10560
11856
|
version?: string;
|
|
10561
11857
|
description?: string;
|
|
10562
|
-
enabled?: boolean;
|
|
10563
11858
|
id?: string;
|
|
11859
|
+
enabled?: boolean;
|
|
10564
11860
|
registryType?: "web2" | "web3" | "hybrid";
|
|
10565
11861
|
author?: string;
|
|
10566
11862
|
supportedProtocols?: string[];
|
|
@@ -10578,15 +11874,15 @@ export declare const adapterDetailsResponseSchema: z.ZodObject<{
|
|
|
10578
11874
|
name?: string;
|
|
10579
11875
|
capabilities?: {
|
|
10580
11876
|
communication?: boolean;
|
|
10581
|
-
protocols?: string[];
|
|
10582
11877
|
discovery?: boolean;
|
|
11878
|
+
protocols?: string[];
|
|
10583
11879
|
routing?: boolean;
|
|
10584
11880
|
translation?: boolean;
|
|
10585
11881
|
};
|
|
10586
11882
|
version?: string;
|
|
10587
11883
|
description?: string;
|
|
10588
|
-
enabled?: boolean;
|
|
10589
11884
|
id?: string;
|
|
11885
|
+
enabled?: boolean;
|
|
10590
11886
|
registryType?: "web2" | "web3" | "hybrid";
|
|
10591
11887
|
author?: string;
|
|
10592
11888
|
supportedProtocols?: string[];
|
|
@@ -10606,15 +11902,15 @@ export declare const adapterDetailsResponseSchema: z.ZodObject<{
|
|
|
10606
11902
|
name?: string;
|
|
10607
11903
|
capabilities?: {
|
|
10608
11904
|
communication?: boolean;
|
|
10609
|
-
protocols?: string[];
|
|
10610
11905
|
discovery?: boolean;
|
|
11906
|
+
protocols?: string[];
|
|
10611
11907
|
routing?: boolean;
|
|
10612
11908
|
translation?: boolean;
|
|
10613
11909
|
};
|
|
10614
11910
|
version?: string;
|
|
10615
11911
|
description?: string;
|
|
10616
|
-
enabled?: boolean;
|
|
10617
11912
|
id?: string;
|
|
11913
|
+
enabled?: boolean;
|
|
10618
11914
|
registryType?: "web2" | "web3" | "hybrid";
|
|
10619
11915
|
author?: string;
|
|
10620
11916
|
supportedProtocols?: string[];
|
|
@@ -10634,15 +11930,15 @@ export declare const adapterDetailsResponseSchema: z.ZodObject<{
|
|
|
10634
11930
|
name?: string;
|
|
10635
11931
|
capabilities?: {
|
|
10636
11932
|
communication?: boolean;
|
|
10637
|
-
protocols?: string[];
|
|
10638
11933
|
discovery?: boolean;
|
|
11934
|
+
protocols?: string[];
|
|
10639
11935
|
routing?: boolean;
|
|
10640
11936
|
translation?: boolean;
|
|
10641
11937
|
};
|
|
10642
11938
|
version?: string;
|
|
10643
11939
|
description?: string;
|
|
10644
|
-
enabled?: boolean;
|
|
10645
11940
|
id?: string;
|
|
11941
|
+
enabled?: boolean;
|
|
10646
11942
|
registryType?: "web2" | "web3" | "hybrid";
|
|
10647
11943
|
author?: string;
|
|
10648
11944
|
supportedProtocols?: string[];
|