@chainlink/cre-sdk 1.17.0-alpha.1 → 1.17.0-alpha.2
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 +62 -2
- package/dist/generated/chain-selectors/testnet/evm/glamsterdam-devnet-6.d.ts +3 -0
- package/dist/generated/chain-selectors/testnet/evm/glamsterdam-devnet-6.js +12 -0
- package/dist/generated/chain-selectors/testnet/evm/t-rex-testnet.d.ts +3 -0
- package/dist/generated/chain-selectors/testnet/evm/t-rex-testnet.js +12 -0
- package/dist/generated/networks.d.ts +1 -1
- package/dist/generated/networks.js +14 -0
- package/dist/generated-sdk/capabilities/blockchain/evm/v1alpha/client_sdk_gen.d.ts +0 -13
- package/dist/generated-sdk/capabilities/blockchain/evm/v1alpha/client_sdk_gen.js +0 -94
- package/dist/generated-sdk/capabilities/blockchain/solana/v1alpha/client_sdk_gen.d.ts +0 -15
- package/dist/generated-sdk/capabilities/blockchain/solana/v1alpha/client_sdk_gen.js +0 -116
- package/dist/generated-sdk/capabilities/internal/consensus/v1alpha/consensus_sdk_gen.d.ts +1 -5
- package/dist/generated-sdk/capabilities/internal/consensus/v1alpha/consensus_sdk_gen.js +0 -22
- package/dist/generated-sdk/capabilities/networking/confidentialhttp/v1alpha/client_sdk_gen.d.ts +0 -4
- package/dist/generated-sdk/capabilities/networking/confidentialhttp/v1alpha/client_sdk_gen.js +0 -12
- package/dist/generated-sdk/capabilities/networking/http/v1alpha/client_sdk_gen.d.ts +1 -11
- package/dist/generated-sdk/capabilities/networking/http/v1alpha/client_sdk_gen.js +0 -12
- package/dist/generated-sdk/capabilities/networking/http/v1alpha/http_sdk_gen.d.ts +0 -2
- package/dist/generated-sdk/capabilities/networking/http/v1alpha/http_sdk_gen.js +0 -2
- package/dist/generated-sdk/capabilities/scheduler/cron/v1/cron_sdk_gen.d.ts +0 -2
- package/dist/generated-sdk/capabilities/scheduler/cron/v1/cron_sdk_gen.js +0 -2
- package/dist/sdk/cre/index.d.ts +16 -31
- package/dist/sdk/cre/index.js +15 -30
- package/dist/sdk/impl/runtime-impl.d.ts +1 -28
- package/dist/sdk/impl/runtime-impl.js +1 -52
- package/dist/sdk/runtime.d.ts +1 -23
- package/dist/sdk/test/contract-mock-core.d.ts +16 -0
- package/dist/sdk/test/contract-mock-core.js +21 -0
- package/dist/sdk/test/evm-contract-mock.js +60 -58
- package/dist/sdk/test/generated/index.d.ts +0 -1
- package/dist/sdk/test/generated/index.js +0 -1
- package/dist/sdk/test/index.d.ts +1 -0
- package/dist/sdk/test/index.js +1 -0
- package/dist/sdk/test/solana-contract-mock.d.ts +54 -0
- package/dist/sdk/test/solana-contract-mock.js +63 -0
- package/dist/sdk/testutils/index.d.ts +1 -1
- package/dist/sdk/testutils/index.js +1 -1
- package/dist/sdk/testutils/test-runtime.d.ts +4 -17
- package/dist/sdk/testutils/test-runtime.js +5 -31
- package/dist/sdk/testutils/test-writer.d.ts +1 -7
- package/dist/sdk/testutils/test-writer.js +1 -13
- package/dist/sdk/types/global.d.ts +0 -8
- package/dist/sdk/utils/capabilities/blockchain/{blockchain-helpers.d.ts → evm/evm-helpers.d.ts} +7 -6
- package/dist/sdk/utils/capabilities/blockchain/{blockchain-helpers.js → evm/evm-helpers.js} +6 -8
- package/dist/sdk/utils/capabilities/blockchain/report-helpers.d.ts +19 -0
- package/dist/sdk/utils/capabilities/blockchain/report-helpers.js +16 -0
- package/dist/sdk/utils/capabilities/blockchain/solana/solana-helpers.d.ts +165 -0
- package/dist/sdk/utils/capabilities/blockchain/solana/solana-helpers.js +176 -0
- package/dist/sdk/utils/hex-utils.d.ts +6 -0
- package/dist/sdk/utils/hex-utils.js +8 -0
- package/dist/sdk/utils/index.d.ts +4 -1
- package/dist/sdk/utils/index.js +3 -1
- package/dist/sdk/utils/triggers/trigger-interface.d.ts +7 -0
- package/dist/sdk/utils/triggers/trigger-interface.js +13 -1
- package/dist/sdk/wasm/host-bindings.d.ts +0 -4
- package/dist/sdk/wasm/host-bindings.js +0 -4
- package/dist/sdk/wasm/runner.d.ts +4 -10
- package/dist/sdk/wasm/runner.js +13 -86
- package/dist/sdk/wasm/runtime.d.ts +1 -4
- package/dist/sdk/wasm/runtime.js +1 -9
- package/dist/sdk/workflow.d.ts +7 -16
- package/dist/sdk/workflow.js +2 -10
- package/package.json +7 -4
- package/scripts/src/generate-sdks.ts +0 -6
- package/dist/generated/capabilities/blockchain/aptos/v1alpha/client_pb.d.ts +0 -1035
- package/dist/generated/capabilities/blockchain/aptos/v1alpha/client_pb.js +0 -290
- package/dist/generated/workflows/v2/cre_info_pb.d.ts +0 -123
- package/dist/generated/workflows/v2/cre_info_pb.js +0 -17
- package/dist/generated/workflows/v2/workflow_key_pb.d.ts +0 -55
- package/dist/generated/workflows/v2/workflow_key_pb.js +0 -17
- package/dist/generated/workflows/v2/workflow_user_metric_pb.d.ts +0 -118
- package/dist/generated/workflows/v2/workflow_user_metric_pb.js +0 -41
- package/dist/generated-sdk/capabilities/blockchain/aptos/v1alpha/client_sdk_gen.d.ts +0 -63
- package/dist/generated-sdk/capabilities/blockchain/aptos/v1alpha/client_sdk_gen.js +0 -247
- package/dist/sdk/tee-constraints.d.ts +0 -68
- package/dist/sdk/tee-constraints.js +0 -59
- package/dist/sdk/test/generated/capabilities/blockchain/aptos/v1alpha/aptos_mock_gen.d.ts +0 -25
- package/dist/sdk/test/generated/capabilities/blockchain/aptos/v1alpha/aptos_mock_gen.js +0 -111
- package/dist/workflows/standard_tests/restrictions/test.ts +0 -41
- package/dist/workflows/standard_tests/tee_runtime/test.ts +0 -29
|
@@ -1,290 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.6.3 with parameter "target=ts,import_extension=none,json_types=true,keep_empty_files=false"
|
|
2
|
-
// @generated from file capabilities/blockchain/aptos/v1alpha/client.proto (package capabilities.blockchain.aptos.v1alpha, syntax proto3)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
import { enumDesc, fileDesc, messageDesc, serviceDesc } from '@bufbuild/protobuf/codegenv2';
|
|
5
|
-
import { file_sdk_v1alpha_sdk } from '../../../../sdk/v1alpha/sdk_pb';
|
|
6
|
-
import { file_tools_generator_v1alpha_cre_metadata } from '../../../../tools/generator/v1alpha/cre_metadata_pb';
|
|
7
|
-
/**
|
|
8
|
-
* Describes the file capabilities/blockchain/aptos/v1alpha/client.proto.
|
|
9
|
-
*/
|
|
10
|
-
export const file_capabilities_blockchain_aptos_v1alpha_client =
|
|
11
|
-
/*@__PURE__*/
|
|
12
|
-
fileDesc('CjJjYXBhYmlsaXRpZXMvYmxvY2tjaGFpbi9hcHRvcy92MWFscGhhL2NsaWVudC5wcm90bxIlY2FwYWJpbGl0aWVzLmJsb2NrY2hhaW4uYXB0b3MudjFhbHBoYSIrChhBY2NvdW50QVBUQmFsYW5jZVJlcXVlc3QSDwoHYWRkcmVzcxgBIAEoDCIrChZBY2NvdW50QVBUQmFsYW5jZVJlcGx5EhEKBXZhbHVlGAEgASgEQgIwACKGAQoLVmlld1JlcXVlc3QSQwoHcGF5bG9hZBgBIAEoCzIyLmNhcGFiaWxpdGllcy5ibG9ja2NoYWluLmFwdG9zLnYxYWxwaGEuVmlld1BheWxvYWQSHwoObGVkZ2VyX3ZlcnNpb24YAiABKARCAjAASACIAQFCEQoPX2xlZGdlcl92ZXJzaW9uIhkKCVZpZXdSZXBseRIMCgRkYXRhGAEgASgMIrEBCgtWaWV3UGF5bG9hZBI/CgZtb2R1bGUYASABKAsyLy5jYXBhYmlsaXRpZXMuYmxvY2tjaGFpbi5hcHRvcy52MWFscGhhLk1vZHVsZUlEEhAKCGZ1bmN0aW9uGAIgASgJEkEKCWFyZ190eXBlcxgDIAMoCzIuLmNhcGFiaWxpdGllcy5ibG9ja2NoYWluLmFwdG9zLnYxYWxwaGEuVHlwZVRhZxIMCgRhcmdzGAQgAygMIikKCE1vZHVsZUlEEg8KB2FkZHJlc3MYASABKAwSDAoEbmFtZRgCIAEoCSKiAgoHVHlwZVRhZxJACgRraW5kGAEgASgOMjIuY2FwYWJpbGl0aWVzLmJsb2NrY2hhaW4uYXB0b3MudjFhbHBoYS5UeXBlVGFnS2luZBJCCgZ2ZWN0b3IYAiABKAsyMC5jYXBhYmlsaXRpZXMuYmxvY2tjaGFpbi5hcHRvcy52MWFscGhhLlZlY3RvclRhZ0gAEkIKBnN0cnVjdBgDIAEoCzIwLmNhcGFiaWxpdGllcy5ibG9ja2NoYWluLmFwdG9zLnYxYWxwaGEuU3RydWN0VGFnSAASRAoHZ2VuZXJpYxgEIAEoCzIxLmNhcGFiaWxpdGllcy5ibG9ja2NoYWluLmFwdG9zLnYxYWxwaGEuR2VuZXJpY1RhZ0gAQgcKBXZhbHVlIlEKCVZlY3RvclRhZxJECgxlbGVtZW50X3R5cGUYASABKAsyLi5jYXBhYmlsaXRpZXMuYmxvY2tjaGFpbi5hcHRvcy52MWFscGhhLlR5cGVUYWcifwoJU3RydWN0VGFnEg8KB2FkZHJlc3MYASABKAwSDgoGbW9kdWxlGAIgASgJEgwKBG5hbWUYAyABKAkSQwoLdHlwZV9wYXJhbXMYBCADKAsyLi5jYXBhYmlsaXRpZXMuYmxvY2tjaGFpbi5hcHRvcy52MWFscGhhLlR5cGVUYWciGwoKR2VuZXJpY1RhZxINCgVpbmRleBgBIAEoDSIoChhUcmFuc2FjdGlvbkJ5SGFzaFJlcXVlc3QSDAoEaGFzaBgBIAEoCSJ2ChZUcmFuc2FjdGlvbkJ5SGFzaFJlcGx5EkwKC3RyYW5zYWN0aW9uGAEgASgLMjIuY2FwYWJpbGl0aWVzLmJsb2NrY2hhaW4uYXB0b3MudjFhbHBoYS5UcmFuc2FjdGlvbkgAiAEBQg4KDF90cmFuc2FjdGlvbiK6AQoLVHJhbnNhY3Rpb24SRwoEdHlwZRgBIAEoDjI5LmNhcGFiaWxpdGllcy5ibG9ja2NoYWluLmFwdG9zLnYxYWxwaGEuVHJhbnNhY3Rpb25WYXJpYW50EgwKBGhhc2gYAiABKAkSGAoHdmVyc2lvbhgDIAEoBEICMABIAIgBARIUCgdzdWNjZXNzGAQgASgISAGIAQESDAoEZGF0YRgFIAEoDEIKCghfdmVyc2lvbkIKCghfc3VjY2VzcyJxChpBY2NvdW50VHJhbnNhY3Rpb25zUmVxdWVzdBIPCgdhZGRyZXNzGAEgASgMEhYKBXN0YXJ0GAIgASgEQgIwAEgAiAEBEhYKBWxpbWl0GAMgASgEQgIwAEgBiAEBQggKBl9zdGFydEIICgZfbGltaXQiZAoYQWNjb3VudFRyYW5zYWN0aW9uc1JlcGx5EkgKDHRyYW5zYWN0aW9ucxgBIAMoCzIyLmNhcGFiaWxpdGllcy5ibG9ja2NoYWluLmFwdG9zLnYxYWxwaGEuVHJhbnNhY3Rpb24i2gEKGFN1Ym1pdFRyYW5zYWN0aW9uUmVxdWVzdBJLChJyZWNlaXZlcl9tb2R1bGVfaWQYASABKAsyLy5jYXBhYmlsaXRpZXMuYmxvY2tjaGFpbi5hcHRvcy52MWFscGhhLk1vZHVsZUlEEhcKD2VuY29kZWRfcGF5bG9hZBgCIAEoDBJJCgpnYXNfY29uZmlnGAMgASgLMjAuY2FwYWJpbGl0aWVzLmJsb2NrY2hhaW4uYXB0b3MudjFhbHBoYS5HYXNDb25maWdIAIgBAUINCgtfZ2FzX2NvbmZpZyKJAQoWU3VibWl0VHJhbnNhY3Rpb25SZXBseRJCCgl0eF9zdGF0dXMYASABKA4yLy5jYXBhYmlsaXRpZXMuYmxvY2tjaGFpbi5hcHRvcy52MWFscGhhLlR4U3RhdHVzEg8KB3R4X2hhc2gYAiABKAkSGgoSdHhfaWRlbXBvdGVuY3lfa2V5GAMgASgJIkMKCUdhc0NvbmZpZxIaCg5tYXhfZ2FzX2Ftb3VudBgBIAEoBEICMAASGgoOZ2FzX3VuaXRfcHJpY2UYAiABKARCAjAAIq0BChJXcml0ZVJlcG9ydFJlcXVlc3QSEAoIcmVjZWl2ZXIYASABKAwSSQoKZ2FzX2NvbmZpZxgCIAEoCzIwLmNhcGFiaWxpdGllcy5ibG9ja2NoYWluLmFwdG9zLnYxYWxwaGEuR2FzQ29uZmlnSACIAQESKwoGcmVwb3J0GAMgASgLMhsuc2RrLnYxYWxwaGEuUmVwb3J0UmVzcG9uc2VCDQoLX2dhc19jb25maWcisgMKEFdyaXRlUmVwb3J0UmVwbHkSQgoJdHhfc3RhdHVzGAEgASgOMi8uY2FwYWJpbGl0aWVzLmJsb2NrY2hhaW4uYXB0b3MudjFhbHBoYS5UeFN0YXR1cxIUCgd0eF9oYXNoGAIgASgJSACIAQESIAoPdHJhbnNhY3Rpb25fZmVlGAMgASgEQgIwAEgBiAEBEhoKDWVycm9yX21lc3NhZ2UYBCABKAlIAogBARJ3CiJyZWNlaXZlcl9jb250cmFjdF9leGVjdXRpb25fc3RhdHVzGAUgASgOMkYuY2FwYWJpbGl0aWVzLmJsb2NrY2hhaW4uYXB0b3MudjFhbHBoYS5SZWNlaXZlckNvbnRyYWN0RXhlY3V0aW9uU3RhdHVzSAOIAQESIAoPYmxvY2tfdGltZXN0YW1wGAYgASgEQgIwAEgEiAEBQgoKCF90eF9oYXNoQhIKEF90cmFuc2FjdGlvbl9mZWVCEAoOX2Vycm9yX21lc3NhZ2VCJQojX3JlY2VpdmVyX2NvbnRyYWN0X2V4ZWN1dGlvbl9zdGF0dXNCEgoQX2Jsb2NrX3RpbWVzdGFtcCpNCghUeFN0YXR1cxITCg9UWF9TVEFUVVNfRkFUQUwQABIVChFUWF9TVEFUVVNfQUJPUlRFRBABEhUKEVRYX1NUQVRVU19TVUNDRVNTEAIqtAIKC1R5cGVUYWdLaW5kEhYKElRZUEVfVEFHX0tJTkRfQk9PTBAAEhQKEFRZUEVfVEFHX0tJTkRfVTgQARIVChFUWVBFX1RBR19LSU5EX1UxNhACEhUKEVRZUEVfVEFHX0tJTkRfVTMyEAMSFQoRVFlQRV9UQUdfS0lORF9VNjQQBBIWChJUWVBFX1RBR19LSU5EX1UxMjgQBRIWChJUWVBFX1RBR19LSU5EX1UyNTYQBhIZChVUWVBFX1RBR19LSU5EX0FERFJFU1MQBxIYChRUWVBFX1RBR19LSU5EX1NJR05FUhAIEhgKFFRZUEVfVEFHX0tJTkRfVkVDVE9SEAkSGAoUVFlQRV9UQUdfS0lORF9TVFJVQ1QQChIZChVUWVBFX1RBR19LSU5EX0dFTkVSSUMQCyqyAgoSVHJhbnNhY3Rpb25WYXJpYW50Eh8KG1RSQU5TQUNUSU9OX1ZBUklBTlRfUEVORElORxAAEhwKGFRSQU5TQUNUSU9OX1ZBUklBTlRfVVNFUhABEh8KG1RSQU5TQUNUSU9OX1ZBUklBTlRfR0VORVNJUxACEiYKIlRSQU5TQUNUSU9OX1ZBUklBTlRfQkxPQ0tfTUVUQURBVEEQAxImCiJUUkFOU0FDVElPTl9WQVJJQU5UX0JMT0NLX0VQSUxPR1VFEAQSKAokVFJBTlNBQ1RJT05fVkFSSUFOVF9TVEFURV9DSEVDS1BPSU5UEAUSIQodVFJBTlNBQ1RJT05fVkFSSUFOVF9WQUxJREFUT1IQBhIfChtUUkFOU0FDVElPTl9WQVJJQU5UX1VOS05PV04QByqCAQofUmVjZWl2ZXJDb250cmFjdEV4ZWN1dGlvblN0YXR1cxIuCipSRUNFSVZFUl9DT05UUkFDVF9FWEVDVVRJT05fU1RBVFVTX1NVQ0NFU1MQABIvCitSRUNFSVZFUl9DT05UUkFDVF9FWEVDVVRJT05fU1RBVFVTX1JFVkVSVEVEEAEyogYKBkNsaWVudBKTAQoRQWNjb3VudEFQVEJhbGFuY2USPy5jYXBhYmlsaXRpZXMuYmxvY2tjaGFpbi5hcHRvcy52MWFscGhhLkFjY291bnRBUFRCYWxhbmNlUmVxdWVzdBo9LmNhcGFiaWxpdGllcy5ibG9ja2NoYWluLmFwdG9zLnYxYWxwaGEuQWNjb3VudEFQVEJhbGFuY2VSZXBseRJsCgRWaWV3EjIuY2FwYWJpbGl0aWVzLmJsb2NrY2hhaW4uYXB0b3MudjFhbHBoYS5WaWV3UmVxdWVzdBowLmNhcGFiaWxpdGllcy5ibG9ja2NoYWluLmFwdG9zLnYxYWxwaGEuVmlld1JlcGx5EpMBChFUcmFuc2FjdGlvbkJ5SGFzaBI/LmNhcGFiaWxpdGllcy5ibG9ja2NoYWluLmFwdG9zLnYxYWxwaGEuVHJhbnNhY3Rpb25CeUhhc2hSZXF1ZXN0Gj0uY2FwYWJpbGl0aWVzLmJsb2NrY2hhaW4uYXB0b3MudjFhbHBoYS5UcmFuc2FjdGlvbkJ5SGFzaFJlcGx5EpkBChNBY2NvdW50VHJhbnNhY3Rpb25zEkEuY2FwYWJpbGl0aWVzLmJsb2NrY2hhaW4uYXB0b3MudjFhbHBoYS5BY2NvdW50VHJhbnNhY3Rpb25zUmVxdWVzdBo/LmNhcGFiaWxpdGllcy5ibG9ja2NoYWluLmFwdG9zLnYxYWxwaGEuQWNjb3VudFRyYW5zYWN0aW9uc1JlcGx5EoEBCgtXcml0ZVJlcG9ydBI5LmNhcGFiaWxpdGllcy5ibG9ja2NoYWluLmFwdG9zLnYxYWxwaGEuV3JpdGVSZXBvcnRSZXF1ZXN0GjcuY2FwYWJpbGl0aWVzLmJsb2NrY2hhaW4uYXB0b3MudjFhbHBoYS5Xcml0ZVJlcG9ydFJlcGx5Gl6CtRhaCAESC2FwdG9zQDEuMC4wGkkKDUNoYWluU2VsZWN0b3ISOBI2ChkKDWFwdG9zLW1haW5uZXQQ7rWCkJuZveZBChkKDWFwdG9zLXRlc3RuZXQQldKGnuP9lKgKQu8BCiljb20uY2FwYWJpbGl0aWVzLmJsb2NrY2hhaW4uYXB0b3MudjFhbHBoYUILQ2xpZW50UHJvdG9QAaICA0NCQaoCJUNhcGFiaWxpdGllcy5CbG9ja2NoYWluLkFwdG9zLlYxYWxwaGHKAiVDYXBhYmlsaXRpZXNcQmxvY2tjaGFpblxBcHRvc1xWMWFscGhh4gIxQ2FwYWJpbGl0aWVzXEJsb2NrY2hhaW5cQXB0b3NcVjFhbHBoYVxHUEJNZXRhZGF0YeoCKENhcGFiaWxpdGllczo6QmxvY2tjaGFpbjo6QXB0b3M6OlYxYWxwaGFiBnByb3RvMw', [file_sdk_v1alpha_sdk, file_tools_generator_v1alpha_cre_metadata]);
|
|
13
|
-
/**
|
|
14
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.AccountAPTBalanceRequest.
|
|
15
|
-
* Use `create(AccountAPTBalanceRequestSchema)` to create a new message.
|
|
16
|
-
*/
|
|
17
|
-
export const AccountAPTBalanceRequestSchema = /*@__PURE__*/ messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 0);
|
|
18
|
-
/**
|
|
19
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.AccountAPTBalanceReply.
|
|
20
|
-
* Use `create(AccountAPTBalanceReplySchema)` to create a new message.
|
|
21
|
-
*/
|
|
22
|
-
export const AccountAPTBalanceReplySchema = /*@__PURE__*/ messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 1);
|
|
23
|
-
/**
|
|
24
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.ViewRequest.
|
|
25
|
-
* Use `create(ViewRequestSchema)` to create a new message.
|
|
26
|
-
*/
|
|
27
|
-
export const ViewRequestSchema =
|
|
28
|
-
/*@__PURE__*/
|
|
29
|
-
messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 2);
|
|
30
|
-
/**
|
|
31
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.ViewReply.
|
|
32
|
-
* Use `create(ViewReplySchema)` to create a new message.
|
|
33
|
-
*/
|
|
34
|
-
export const ViewReplySchema =
|
|
35
|
-
/*@__PURE__*/
|
|
36
|
-
messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 3);
|
|
37
|
-
/**
|
|
38
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.ViewPayload.
|
|
39
|
-
* Use `create(ViewPayloadSchema)` to create a new message.
|
|
40
|
-
*/
|
|
41
|
-
export const ViewPayloadSchema =
|
|
42
|
-
/*@__PURE__*/
|
|
43
|
-
messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 4);
|
|
44
|
-
/**
|
|
45
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.ModuleID.
|
|
46
|
-
* Use `create(ModuleIDSchema)` to create a new message.
|
|
47
|
-
*/
|
|
48
|
-
export const ModuleIDSchema =
|
|
49
|
-
/*@__PURE__*/
|
|
50
|
-
messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 5);
|
|
51
|
-
/**
|
|
52
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.TypeTag.
|
|
53
|
-
* Use `create(TypeTagSchema)` to create a new message.
|
|
54
|
-
*/
|
|
55
|
-
export const TypeTagSchema =
|
|
56
|
-
/*@__PURE__*/
|
|
57
|
-
messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 6);
|
|
58
|
-
/**
|
|
59
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.VectorTag.
|
|
60
|
-
* Use `create(VectorTagSchema)` to create a new message.
|
|
61
|
-
*/
|
|
62
|
-
export const VectorTagSchema =
|
|
63
|
-
/*@__PURE__*/
|
|
64
|
-
messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 7);
|
|
65
|
-
/**
|
|
66
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.StructTag.
|
|
67
|
-
* Use `create(StructTagSchema)` to create a new message.
|
|
68
|
-
*/
|
|
69
|
-
export const StructTagSchema =
|
|
70
|
-
/*@__PURE__*/
|
|
71
|
-
messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 8);
|
|
72
|
-
/**
|
|
73
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.GenericTag.
|
|
74
|
-
* Use `create(GenericTagSchema)` to create a new message.
|
|
75
|
-
*/
|
|
76
|
-
export const GenericTagSchema =
|
|
77
|
-
/*@__PURE__*/
|
|
78
|
-
messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 9);
|
|
79
|
-
/**
|
|
80
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.TransactionByHashRequest.
|
|
81
|
-
* Use `create(TransactionByHashRequestSchema)` to create a new message.
|
|
82
|
-
*/
|
|
83
|
-
export const TransactionByHashRequestSchema = /*@__PURE__*/ messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 10);
|
|
84
|
-
/**
|
|
85
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.TransactionByHashReply.
|
|
86
|
-
* Use `create(TransactionByHashReplySchema)` to create a new message.
|
|
87
|
-
*/
|
|
88
|
-
export const TransactionByHashReplySchema = /*@__PURE__*/ messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 11);
|
|
89
|
-
/**
|
|
90
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.Transaction.
|
|
91
|
-
* Use `create(TransactionSchema)` to create a new message.
|
|
92
|
-
*/
|
|
93
|
-
export const TransactionSchema =
|
|
94
|
-
/*@__PURE__*/
|
|
95
|
-
messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 12);
|
|
96
|
-
/**
|
|
97
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.AccountTransactionsRequest.
|
|
98
|
-
* Use `create(AccountTransactionsRequestSchema)` to create a new message.
|
|
99
|
-
*/
|
|
100
|
-
export const AccountTransactionsRequestSchema = /*@__PURE__*/ messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 13);
|
|
101
|
-
/**
|
|
102
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.AccountTransactionsReply.
|
|
103
|
-
* Use `create(AccountTransactionsReplySchema)` to create a new message.
|
|
104
|
-
*/
|
|
105
|
-
export const AccountTransactionsReplySchema = /*@__PURE__*/ messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 14);
|
|
106
|
-
/**
|
|
107
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.SubmitTransactionRequest.
|
|
108
|
-
* Use `create(SubmitTransactionRequestSchema)` to create a new message.
|
|
109
|
-
*/
|
|
110
|
-
export const SubmitTransactionRequestSchema = /*@__PURE__*/ messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 15);
|
|
111
|
-
/**
|
|
112
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.SubmitTransactionReply.
|
|
113
|
-
* Use `create(SubmitTransactionReplySchema)` to create a new message.
|
|
114
|
-
*/
|
|
115
|
-
export const SubmitTransactionReplySchema = /*@__PURE__*/ messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 16);
|
|
116
|
-
/**
|
|
117
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.GasConfig.
|
|
118
|
-
* Use `create(GasConfigSchema)` to create a new message.
|
|
119
|
-
*/
|
|
120
|
-
export const GasConfigSchema =
|
|
121
|
-
/*@__PURE__*/
|
|
122
|
-
messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 17);
|
|
123
|
-
/**
|
|
124
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.WriteReportRequest.
|
|
125
|
-
* Use `create(WriteReportRequestSchema)` to create a new message.
|
|
126
|
-
*/
|
|
127
|
-
export const WriteReportRequestSchema = /*@__PURE__*/ messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 18);
|
|
128
|
-
/**
|
|
129
|
-
* Describes the message capabilities.blockchain.aptos.v1alpha.WriteReportReply.
|
|
130
|
-
* Use `create(WriteReportReplySchema)` to create a new message.
|
|
131
|
-
*/
|
|
132
|
-
export const WriteReportReplySchema = /*@__PURE__*/ messageDesc(file_capabilities_blockchain_aptos_v1alpha_client, 19);
|
|
133
|
-
/**
|
|
134
|
-
* Transaction execution status returned by the forwarder.
|
|
135
|
-
*
|
|
136
|
-
* @generated from enum capabilities.blockchain.aptos.v1alpha.TxStatus
|
|
137
|
-
*/
|
|
138
|
-
export var TxStatus;
|
|
139
|
-
(function (TxStatus) {
|
|
140
|
-
/**
|
|
141
|
-
* unrecoverable failure
|
|
142
|
-
*
|
|
143
|
-
* @generated from enum value: TX_STATUS_FATAL = 0;
|
|
144
|
-
*/
|
|
145
|
-
TxStatus[TxStatus["FATAL"] = 0] = "FATAL";
|
|
146
|
-
/**
|
|
147
|
-
* not executed / dropped
|
|
148
|
-
*
|
|
149
|
-
* @generated from enum value: TX_STATUS_ABORTED = 1;
|
|
150
|
-
*/
|
|
151
|
-
TxStatus[TxStatus["ABORTED"] = 1] = "ABORTED";
|
|
152
|
-
/**
|
|
153
|
-
* executed successfully
|
|
154
|
-
*
|
|
155
|
-
* @generated from enum value: TX_STATUS_SUCCESS = 2;
|
|
156
|
-
*/
|
|
157
|
-
TxStatus[TxStatus["SUCCESS"] = 2] = "SUCCESS";
|
|
158
|
-
})(TxStatus || (TxStatus = {}));
|
|
159
|
-
/**
|
|
160
|
-
* Describes the enum capabilities.blockchain.aptos.v1alpha.TxStatus.
|
|
161
|
-
*/
|
|
162
|
-
export const TxStatusSchema =
|
|
163
|
-
/*@__PURE__*/
|
|
164
|
-
enumDesc(file_capabilities_blockchain_aptos_v1alpha_client, 0);
|
|
165
|
-
/**
|
|
166
|
-
* @generated from enum capabilities.blockchain.aptos.v1alpha.TypeTagKind
|
|
167
|
-
*/
|
|
168
|
-
export var TypeTagKind;
|
|
169
|
-
(function (TypeTagKind) {
|
|
170
|
-
/**
|
|
171
|
-
* @generated from enum value: TYPE_TAG_KIND_BOOL = 0;
|
|
172
|
-
*/
|
|
173
|
-
TypeTagKind[TypeTagKind["BOOL"] = 0] = "BOOL";
|
|
174
|
-
/**
|
|
175
|
-
* @generated from enum value: TYPE_TAG_KIND_U8 = 1;
|
|
176
|
-
*/
|
|
177
|
-
TypeTagKind[TypeTagKind["U8"] = 1] = "U8";
|
|
178
|
-
/**
|
|
179
|
-
* @generated from enum value: TYPE_TAG_KIND_U16 = 2;
|
|
180
|
-
*/
|
|
181
|
-
TypeTagKind[TypeTagKind["U16"] = 2] = "U16";
|
|
182
|
-
/**
|
|
183
|
-
* @generated from enum value: TYPE_TAG_KIND_U32 = 3;
|
|
184
|
-
*/
|
|
185
|
-
TypeTagKind[TypeTagKind["U32"] = 3] = "U32";
|
|
186
|
-
/**
|
|
187
|
-
* @generated from enum value: TYPE_TAG_KIND_U64 = 4;
|
|
188
|
-
*/
|
|
189
|
-
TypeTagKind[TypeTagKind["U64"] = 4] = "U64";
|
|
190
|
-
/**
|
|
191
|
-
* @generated from enum value: TYPE_TAG_KIND_U128 = 5;
|
|
192
|
-
*/
|
|
193
|
-
TypeTagKind[TypeTagKind["U128"] = 5] = "U128";
|
|
194
|
-
/**
|
|
195
|
-
* @generated from enum value: TYPE_TAG_KIND_U256 = 6;
|
|
196
|
-
*/
|
|
197
|
-
TypeTagKind[TypeTagKind["U256"] = 6] = "U256";
|
|
198
|
-
/**
|
|
199
|
-
* @generated from enum value: TYPE_TAG_KIND_ADDRESS = 7;
|
|
200
|
-
*/
|
|
201
|
-
TypeTagKind[TypeTagKind["ADDRESS"] = 7] = "ADDRESS";
|
|
202
|
-
/**
|
|
203
|
-
* @generated from enum value: TYPE_TAG_KIND_SIGNER = 8;
|
|
204
|
-
*/
|
|
205
|
-
TypeTagKind[TypeTagKind["SIGNER"] = 8] = "SIGNER";
|
|
206
|
-
/**
|
|
207
|
-
* @generated from enum value: TYPE_TAG_KIND_VECTOR = 9;
|
|
208
|
-
*/
|
|
209
|
-
TypeTagKind[TypeTagKind["VECTOR"] = 9] = "VECTOR";
|
|
210
|
-
/**
|
|
211
|
-
* @generated from enum value: TYPE_TAG_KIND_STRUCT = 10;
|
|
212
|
-
*/
|
|
213
|
-
TypeTagKind[TypeTagKind["STRUCT"] = 10] = "STRUCT";
|
|
214
|
-
/**
|
|
215
|
-
* @generated from enum value: TYPE_TAG_KIND_GENERIC = 11;
|
|
216
|
-
*/
|
|
217
|
-
TypeTagKind[TypeTagKind["GENERIC"] = 11] = "GENERIC";
|
|
218
|
-
})(TypeTagKind || (TypeTagKind = {}));
|
|
219
|
-
/**
|
|
220
|
-
* Describes the enum capabilities.blockchain.aptos.v1alpha.TypeTagKind.
|
|
221
|
-
*/
|
|
222
|
-
export const TypeTagKindSchema =
|
|
223
|
-
/*@__PURE__*/
|
|
224
|
-
enumDesc(file_capabilities_blockchain_aptos_v1alpha_client, 1);
|
|
225
|
-
/**
|
|
226
|
-
* @generated from enum capabilities.blockchain.aptos.v1alpha.TransactionVariant
|
|
227
|
-
*/
|
|
228
|
-
export var TransactionVariant;
|
|
229
|
-
(function (TransactionVariant) {
|
|
230
|
-
/**
|
|
231
|
-
* @generated from enum value: TRANSACTION_VARIANT_PENDING = 0;
|
|
232
|
-
*/
|
|
233
|
-
TransactionVariant[TransactionVariant["PENDING"] = 0] = "PENDING";
|
|
234
|
-
/**
|
|
235
|
-
* @generated from enum value: TRANSACTION_VARIANT_USER = 1;
|
|
236
|
-
*/
|
|
237
|
-
TransactionVariant[TransactionVariant["USER"] = 1] = "USER";
|
|
238
|
-
/**
|
|
239
|
-
* @generated from enum value: TRANSACTION_VARIANT_GENESIS = 2;
|
|
240
|
-
*/
|
|
241
|
-
TransactionVariant[TransactionVariant["GENESIS"] = 2] = "GENESIS";
|
|
242
|
-
/**
|
|
243
|
-
* @generated from enum value: TRANSACTION_VARIANT_BLOCK_METADATA = 3;
|
|
244
|
-
*/
|
|
245
|
-
TransactionVariant[TransactionVariant["BLOCK_METADATA"] = 3] = "BLOCK_METADATA";
|
|
246
|
-
/**
|
|
247
|
-
* @generated from enum value: TRANSACTION_VARIANT_BLOCK_EPILOGUE = 4;
|
|
248
|
-
*/
|
|
249
|
-
TransactionVariant[TransactionVariant["BLOCK_EPILOGUE"] = 4] = "BLOCK_EPILOGUE";
|
|
250
|
-
/**
|
|
251
|
-
* @generated from enum value: TRANSACTION_VARIANT_STATE_CHECKPOINT = 5;
|
|
252
|
-
*/
|
|
253
|
-
TransactionVariant[TransactionVariant["STATE_CHECKPOINT"] = 5] = "STATE_CHECKPOINT";
|
|
254
|
-
/**
|
|
255
|
-
* @generated from enum value: TRANSACTION_VARIANT_VALIDATOR = 6;
|
|
256
|
-
*/
|
|
257
|
-
TransactionVariant[TransactionVariant["VALIDATOR"] = 6] = "VALIDATOR";
|
|
258
|
-
/**
|
|
259
|
-
* @generated from enum value: TRANSACTION_VARIANT_UNKNOWN = 7;
|
|
260
|
-
*/
|
|
261
|
-
TransactionVariant[TransactionVariant["UNKNOWN"] = 7] = "UNKNOWN";
|
|
262
|
-
})(TransactionVariant || (TransactionVariant = {}));
|
|
263
|
-
/**
|
|
264
|
-
* Describes the enum capabilities.blockchain.aptos.v1alpha.TransactionVariant.
|
|
265
|
-
*/
|
|
266
|
-
export const TransactionVariantSchema =
|
|
267
|
-
/*@__PURE__*/
|
|
268
|
-
enumDesc(file_capabilities_blockchain_aptos_v1alpha_client, 2);
|
|
269
|
-
/**
|
|
270
|
-
* @generated from enum capabilities.blockchain.aptos.v1alpha.ReceiverContractExecutionStatus
|
|
271
|
-
*/
|
|
272
|
-
export var ReceiverContractExecutionStatus;
|
|
273
|
-
(function (ReceiverContractExecutionStatus) {
|
|
274
|
-
/**
|
|
275
|
-
* @generated from enum value: RECEIVER_CONTRACT_EXECUTION_STATUS_SUCCESS = 0;
|
|
276
|
-
*/
|
|
277
|
-
ReceiverContractExecutionStatus[ReceiverContractExecutionStatus["SUCCESS"] = 0] = "SUCCESS";
|
|
278
|
-
/**
|
|
279
|
-
* @generated from enum value: RECEIVER_CONTRACT_EXECUTION_STATUS_REVERTED = 1;
|
|
280
|
-
*/
|
|
281
|
-
ReceiverContractExecutionStatus[ReceiverContractExecutionStatus["REVERTED"] = 1] = "REVERTED";
|
|
282
|
-
})(ReceiverContractExecutionStatus || (ReceiverContractExecutionStatus = {}));
|
|
283
|
-
/**
|
|
284
|
-
* Describes the enum capabilities.blockchain.aptos.v1alpha.ReceiverContractExecutionStatus.
|
|
285
|
-
*/
|
|
286
|
-
export const ReceiverContractExecutionStatusSchema = /*@__PURE__*/ enumDesc(file_capabilities_blockchain_aptos_v1alpha_client, 3);
|
|
287
|
-
/**
|
|
288
|
-
* @generated from service capabilities.blockchain.aptos.v1alpha.Client
|
|
289
|
-
*/
|
|
290
|
-
export const Client = /*@__PURE__*/ serviceDesc(file_capabilities_blockchain_aptos_v1alpha_client, 0);
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import type { Message } from '@bufbuild/protobuf';
|
|
2
|
-
import type { GenFile, GenMessage } from '@bufbuild/protobuf/codegenv2';
|
|
3
|
-
/**
|
|
4
|
-
* Describes the file workflows/v2/cre_info.proto.
|
|
5
|
-
*/
|
|
6
|
-
export declare const file_workflows_v2_cre_info: GenFile;
|
|
7
|
-
/**
|
|
8
|
-
* @generated from message workflows.v2.CreInfo
|
|
9
|
-
*/
|
|
10
|
-
export type CreInfo = Message<'workflows.v2.CreInfo'> & {
|
|
11
|
-
/**
|
|
12
|
-
* @generated from field: int32 donID = 1;
|
|
13
|
-
*/
|
|
14
|
-
donID: number;
|
|
15
|
-
/**
|
|
16
|
-
* @generated from field: int32 donF = 2;
|
|
17
|
-
*/
|
|
18
|
-
donF: number;
|
|
19
|
-
/**
|
|
20
|
-
* @generated from field: int32 donN = 3;
|
|
21
|
-
*/
|
|
22
|
-
donN: number;
|
|
23
|
-
/**
|
|
24
|
-
* @generated from field: string p2pID = 4;
|
|
25
|
-
*/
|
|
26
|
-
p2pID: string;
|
|
27
|
-
/**
|
|
28
|
-
* @generated from field: string workflowRegistryAddress = 5;
|
|
29
|
-
*/
|
|
30
|
-
workflowRegistryAddress: string;
|
|
31
|
-
/**
|
|
32
|
-
* @generated from field: string workflowRegistryVersion = 6;
|
|
33
|
-
*/
|
|
34
|
-
workflowRegistryVersion: string;
|
|
35
|
-
/**
|
|
36
|
-
* @generated from field: string workflowRegistryChain = 7;
|
|
37
|
-
*/
|
|
38
|
-
workflowRegistryChain: string;
|
|
39
|
-
/**
|
|
40
|
-
* @generated from field: string engineVersion = 8;
|
|
41
|
-
*/
|
|
42
|
-
engineVersion: string;
|
|
43
|
-
/**
|
|
44
|
-
* @generated from field: string capabilitiesRegistryVersion = 9;
|
|
45
|
-
*/
|
|
46
|
-
capabilitiesRegistryVersion: string;
|
|
47
|
-
/**
|
|
48
|
-
* @generated from field: string donVersion = 10;
|
|
49
|
-
*/
|
|
50
|
-
donVersion: string;
|
|
51
|
-
/**
|
|
52
|
-
* workflowSource identifies where the workflow was deployed from.
|
|
53
|
-
* Format varies by source type:
|
|
54
|
-
* - Onchain contract: "contract:{chain_selector}:{contract_address}"
|
|
55
|
-
* - GRPC source: "grpc:{source_name}:v1"
|
|
56
|
-
* - File source: "file:{source_name}:v1"
|
|
57
|
-
*
|
|
58
|
-
* @generated from field: string workflowSource = 11;
|
|
59
|
-
*/
|
|
60
|
-
workflowSource: string;
|
|
61
|
-
};
|
|
62
|
-
/**
|
|
63
|
-
* @generated from message workflows.v2.CreInfo
|
|
64
|
-
*/
|
|
65
|
-
export type CreInfoJson = {
|
|
66
|
-
/**
|
|
67
|
-
* @generated from field: int32 donID = 1;
|
|
68
|
-
*/
|
|
69
|
-
donID?: number;
|
|
70
|
-
/**
|
|
71
|
-
* @generated from field: int32 donF = 2;
|
|
72
|
-
*/
|
|
73
|
-
donF?: number;
|
|
74
|
-
/**
|
|
75
|
-
* @generated from field: int32 donN = 3;
|
|
76
|
-
*/
|
|
77
|
-
donN?: number;
|
|
78
|
-
/**
|
|
79
|
-
* @generated from field: string p2pID = 4;
|
|
80
|
-
*/
|
|
81
|
-
p2pID?: string;
|
|
82
|
-
/**
|
|
83
|
-
* @generated from field: string workflowRegistryAddress = 5;
|
|
84
|
-
*/
|
|
85
|
-
workflowRegistryAddress?: string;
|
|
86
|
-
/**
|
|
87
|
-
* @generated from field: string workflowRegistryVersion = 6;
|
|
88
|
-
*/
|
|
89
|
-
workflowRegistryVersion?: string;
|
|
90
|
-
/**
|
|
91
|
-
* @generated from field: string workflowRegistryChain = 7;
|
|
92
|
-
*/
|
|
93
|
-
workflowRegistryChain?: string;
|
|
94
|
-
/**
|
|
95
|
-
* @generated from field: string engineVersion = 8;
|
|
96
|
-
*/
|
|
97
|
-
engineVersion?: string;
|
|
98
|
-
/**
|
|
99
|
-
* @generated from field: string capabilitiesRegistryVersion = 9;
|
|
100
|
-
*/
|
|
101
|
-
capabilitiesRegistryVersion?: string;
|
|
102
|
-
/**
|
|
103
|
-
* @generated from field: string donVersion = 10;
|
|
104
|
-
*/
|
|
105
|
-
donVersion?: string;
|
|
106
|
-
/**
|
|
107
|
-
* workflowSource identifies where the workflow was deployed from.
|
|
108
|
-
* Format varies by source type:
|
|
109
|
-
* - Onchain contract: "contract:{chain_selector}:{contract_address}"
|
|
110
|
-
* - GRPC source: "grpc:{source_name}:v1"
|
|
111
|
-
* - File source: "file:{source_name}:v1"
|
|
112
|
-
*
|
|
113
|
-
* @generated from field: string workflowSource = 11;
|
|
114
|
-
*/
|
|
115
|
-
workflowSource?: string;
|
|
116
|
-
};
|
|
117
|
-
/**
|
|
118
|
-
* Describes the message workflows.v2.CreInfo.
|
|
119
|
-
* Use `create(CreInfoSchema)` to create a new message.
|
|
120
|
-
*/
|
|
121
|
-
export declare const CreInfoSchema: GenMessage<CreInfo, {
|
|
122
|
-
jsonType: CreInfoJson;
|
|
123
|
-
}>;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.6.3 with parameter "target=ts,import_extension=none,json_types=true,keep_empty_files=false"
|
|
2
|
-
// @generated from file workflows/v2/cre_info.proto (package workflows.v2, syntax proto3)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
import { fileDesc, messageDesc } from '@bufbuild/protobuf/codegenv2';
|
|
5
|
-
/**
|
|
6
|
-
* Describes the file workflows/v2/cre_info.proto.
|
|
7
|
-
*/
|
|
8
|
-
export const file_workflows_v2_cre_info =
|
|
9
|
-
/*@__PURE__*/
|
|
10
|
-
fileDesc('Cht3b3JrZmxvd3MvdjIvY3JlX2luZm8ucHJvdG8SDHdvcmtmbG93cy52MiKMAgoHQ3JlSW5mbxINCgVkb25JRBgBIAEoBRIMCgRkb25GGAIgASgFEgwKBGRvbk4YAyABKAUSDQoFcDJwSUQYBCABKAkSHwoXd29ya2Zsb3dSZWdpc3RyeUFkZHJlc3MYBSABKAkSHwoXd29ya2Zsb3dSZWdpc3RyeVZlcnNpb24YBiABKAkSHQoVd29ya2Zsb3dSZWdpc3RyeUNoYWluGAcgASgJEhUKDWVuZ2luZVZlcnNpb24YCCABKAkSIwobY2FwYWJpbGl0aWVzUmVnaXN0cnlWZXJzaW9uGAkgASgJEhIKCmRvblZlcnNpb24YCiABKAkSFgoOd29ya2Zsb3dTb3VyY2UYCyABKAlCrwEKEGNvbS53b3JrZmxvd3MudjJCDENyZUluZm9Qcm90b1ABWjxnaXRodWIuY29tL3NtYXJ0Y29udHJhY3RraXQvY2hhaW5saW5rLXByb3Rvcy93b3JrZmxvd3MvZ28vdjKiAgNXWFiqAgxXb3JrZmxvd3MuVjLKAgxXb3JrZmxvd3NcVjLiAhhXb3JrZmxvd3NcVjJcR1BCTWV0YWRhdGHqAg1Xb3JrZmxvd3M6OlYyYgZwcm90bzM');
|
|
11
|
-
/**
|
|
12
|
-
* Describes the message workflows.v2.CreInfo.
|
|
13
|
-
* Use `create(CreInfoSchema)` to create a new message.
|
|
14
|
-
*/
|
|
15
|
-
export const CreInfoSchema =
|
|
16
|
-
/*@__PURE__*/
|
|
17
|
-
messageDesc(file_workflows_v2_cre_info, 0);
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import type { Message } from '@bufbuild/protobuf';
|
|
2
|
-
import type { GenFile, GenMessage } from '@bufbuild/protobuf/codegenv2';
|
|
3
|
-
/**
|
|
4
|
-
* Describes the file workflows/v2/workflow_key.proto.
|
|
5
|
-
*/
|
|
6
|
-
export declare const file_workflows_v2_workflow_key: GenFile;
|
|
7
|
-
/**
|
|
8
|
-
* @generated from message workflows.v2.WorkflowKey
|
|
9
|
-
*/
|
|
10
|
-
export type WorkflowKey = Message<'workflows.v2.WorkflowKey'> & {
|
|
11
|
-
/**
|
|
12
|
-
* @generated from field: string workflowOwner = 1;
|
|
13
|
-
*/
|
|
14
|
-
workflowOwner: string;
|
|
15
|
-
/**
|
|
16
|
-
* @generated from field: string workflowName = 2;
|
|
17
|
-
*/
|
|
18
|
-
workflowName: string;
|
|
19
|
-
/**
|
|
20
|
-
* @generated from field: string workflowID = 3;
|
|
21
|
-
*/
|
|
22
|
-
workflowID: string;
|
|
23
|
-
/**
|
|
24
|
-
* @generated from field: string organizationID = 4;
|
|
25
|
-
*/
|
|
26
|
-
organizationID: string;
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* @generated from message workflows.v2.WorkflowKey
|
|
30
|
-
*/
|
|
31
|
-
export type WorkflowKeyJson = {
|
|
32
|
-
/**
|
|
33
|
-
* @generated from field: string workflowOwner = 1;
|
|
34
|
-
*/
|
|
35
|
-
workflowOwner?: string;
|
|
36
|
-
/**
|
|
37
|
-
* @generated from field: string workflowName = 2;
|
|
38
|
-
*/
|
|
39
|
-
workflowName?: string;
|
|
40
|
-
/**
|
|
41
|
-
* @generated from field: string workflowID = 3;
|
|
42
|
-
*/
|
|
43
|
-
workflowID?: string;
|
|
44
|
-
/**
|
|
45
|
-
* @generated from field: string organizationID = 4;
|
|
46
|
-
*/
|
|
47
|
-
organizationID?: string;
|
|
48
|
-
};
|
|
49
|
-
/**
|
|
50
|
-
* Describes the message workflows.v2.WorkflowKey.
|
|
51
|
-
* Use `create(WorkflowKeySchema)` to create a new message.
|
|
52
|
-
*/
|
|
53
|
-
export declare const WorkflowKeySchema: GenMessage<WorkflowKey, {
|
|
54
|
-
jsonType: WorkflowKeyJson;
|
|
55
|
-
}>;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.6.3 with parameter "target=ts,import_extension=none,json_types=true,keep_empty_files=false"
|
|
2
|
-
// @generated from file workflows/v2/workflow_key.proto (package workflows.v2, syntax proto3)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
import { fileDesc, messageDesc } from '@bufbuild/protobuf/codegenv2';
|
|
5
|
-
/**
|
|
6
|
-
* Describes the file workflows/v2/workflow_key.proto.
|
|
7
|
-
*/
|
|
8
|
-
export const file_workflows_v2_workflow_key =
|
|
9
|
-
/*@__PURE__*/
|
|
10
|
-
fileDesc('Ch93b3JrZmxvd3MvdjIvd29ya2Zsb3dfa2V5LnByb3RvEgx3b3JrZmxvd3MudjIiZgoLV29ya2Zsb3dLZXkSFQoNd29ya2Zsb3dPd25lchgBIAEoCRIUCgx3b3JrZmxvd05hbWUYAiABKAkSEgoKd29ya2Zsb3dJRBgDIAEoCRIWCg5vcmdhbml6YXRpb25JRBgEIAEoCUKzAQoQY29tLndvcmtmbG93cy52MkIQV29ya2Zsb3dLZXlQcm90b1ABWjxnaXRodWIuY29tL3NtYXJ0Y29udHJhY3RraXQvY2hhaW5saW5rLXByb3Rvcy93b3JrZmxvd3MvZ28vdjKiAgNXWFiqAgxXb3JrZmxvd3MuVjLKAgxXb3JrZmxvd3NcVjLiAhhXb3JrZmxvd3NcVjJcR1BCTWV0YWRhdGHqAg1Xb3JrZmxvd3M6OlYyYgZwcm90bzM');
|
|
11
|
-
/**
|
|
12
|
-
* Describes the message workflows.v2.WorkflowKey.
|
|
13
|
-
* Use `create(WorkflowKeySchema)` to create a new message.
|
|
14
|
-
*/
|
|
15
|
-
export const WorkflowKeySchema =
|
|
16
|
-
/*@__PURE__*/
|
|
17
|
-
messageDesc(file_workflows_v2_workflow_key, 0);
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
import type { Message } from '@bufbuild/protobuf';
|
|
2
|
-
import type { GenEnum, GenFile, GenMessage } from '@bufbuild/protobuf/codegenv2';
|
|
3
|
-
import type { CreInfo, CreInfoJson } from './cre_info_pb';
|
|
4
|
-
import type { WorkflowKey, WorkflowKeyJson } from './workflow_key_pb';
|
|
5
|
-
/**
|
|
6
|
-
* Describes the file workflows/v2/workflow_user_metric.proto.
|
|
7
|
-
*/
|
|
8
|
-
export declare const file_workflows_v2_workflow_user_metric: GenFile;
|
|
9
|
-
/**
|
|
10
|
-
* @generated from message workflows.v2.WorkflowUserMetric
|
|
11
|
-
*/
|
|
12
|
-
export type WorkflowUserMetric = Message<'workflows.v2.WorkflowUserMetric'> & {
|
|
13
|
-
/**
|
|
14
|
-
* @generated from field: workflows.v2.CreInfo creInfo = 1;
|
|
15
|
-
*/
|
|
16
|
-
creInfo?: CreInfo;
|
|
17
|
-
/**
|
|
18
|
-
* @generated from field: workflows.v2.WorkflowKey workflow = 2;
|
|
19
|
-
*/
|
|
20
|
-
workflow?: WorkflowKey;
|
|
21
|
-
/**
|
|
22
|
-
* @generated from field: string workflowExecutionID = 3;
|
|
23
|
-
*/
|
|
24
|
-
workflowExecutionID: string;
|
|
25
|
-
/**
|
|
26
|
-
* @generated from field: string timestamp = 4;
|
|
27
|
-
*/
|
|
28
|
-
timestamp: string;
|
|
29
|
-
/**
|
|
30
|
-
* @generated from field: string name = 5;
|
|
31
|
-
*/
|
|
32
|
-
name: string;
|
|
33
|
-
/**
|
|
34
|
-
* @generated from field: double value = 6;
|
|
35
|
-
*/
|
|
36
|
-
value: number;
|
|
37
|
-
/**
|
|
38
|
-
* @generated from field: workflows.v2.UserMetricType type = 7;
|
|
39
|
-
*/
|
|
40
|
-
type: UserMetricType;
|
|
41
|
-
/**
|
|
42
|
-
* @generated from field: map<string, string> labels = 8;
|
|
43
|
-
*/
|
|
44
|
-
labels: {
|
|
45
|
-
[key: string]: string;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
/**
|
|
49
|
-
* @generated from message workflows.v2.WorkflowUserMetric
|
|
50
|
-
*/
|
|
51
|
-
export type WorkflowUserMetricJson = {
|
|
52
|
-
/**
|
|
53
|
-
* @generated from field: workflows.v2.CreInfo creInfo = 1;
|
|
54
|
-
*/
|
|
55
|
-
creInfo?: CreInfoJson;
|
|
56
|
-
/**
|
|
57
|
-
* @generated from field: workflows.v2.WorkflowKey workflow = 2;
|
|
58
|
-
*/
|
|
59
|
-
workflow?: WorkflowKeyJson;
|
|
60
|
-
/**
|
|
61
|
-
* @generated from field: string workflowExecutionID = 3;
|
|
62
|
-
*/
|
|
63
|
-
workflowExecutionID?: string;
|
|
64
|
-
/**
|
|
65
|
-
* @generated from field: string timestamp = 4;
|
|
66
|
-
*/
|
|
67
|
-
timestamp?: string;
|
|
68
|
-
/**
|
|
69
|
-
* @generated from field: string name = 5;
|
|
70
|
-
*/
|
|
71
|
-
name?: string;
|
|
72
|
-
/**
|
|
73
|
-
* @generated from field: double value = 6;
|
|
74
|
-
*/
|
|
75
|
-
value?: number | 'NaN' | 'Infinity' | '-Infinity';
|
|
76
|
-
/**
|
|
77
|
-
* @generated from field: workflows.v2.UserMetricType type = 7;
|
|
78
|
-
*/
|
|
79
|
-
type?: UserMetricTypeJson;
|
|
80
|
-
/**
|
|
81
|
-
* @generated from field: map<string, string> labels = 8;
|
|
82
|
-
*/
|
|
83
|
-
labels?: {
|
|
84
|
-
[key: string]: string;
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
/**
|
|
88
|
-
* Describes the message workflows.v2.WorkflowUserMetric.
|
|
89
|
-
* Use `create(WorkflowUserMetricSchema)` to create a new message.
|
|
90
|
-
*/
|
|
91
|
-
export declare const WorkflowUserMetricSchema: GenMessage<WorkflowUserMetric, {
|
|
92
|
-
jsonType: WorkflowUserMetricJson;
|
|
93
|
-
}>;
|
|
94
|
-
/**
|
|
95
|
-
* @generated from enum workflows.v2.UserMetricType
|
|
96
|
-
*/
|
|
97
|
-
export declare enum UserMetricType {
|
|
98
|
-
/**
|
|
99
|
-
* @generated from enum value: USER_METRIC_TYPE_UNSPECIFIED = 0;
|
|
100
|
-
*/
|
|
101
|
-
UNSPECIFIED = 0,
|
|
102
|
-
/**
|
|
103
|
-
* @generated from enum value: USER_METRIC_TYPE_COUNTER = 1;
|
|
104
|
-
*/
|
|
105
|
-
COUNTER = 1,
|
|
106
|
-
/**
|
|
107
|
-
* @generated from enum value: USER_METRIC_TYPE_GAUGE = 2;
|
|
108
|
-
*/
|
|
109
|
-
GAUGE = 2
|
|
110
|
-
}
|
|
111
|
-
/**
|
|
112
|
-
* @generated from enum workflows.v2.UserMetricType
|
|
113
|
-
*/
|
|
114
|
-
export type UserMetricTypeJson = 'USER_METRIC_TYPE_UNSPECIFIED' | 'USER_METRIC_TYPE_COUNTER' | 'USER_METRIC_TYPE_GAUGE';
|
|
115
|
-
/**
|
|
116
|
-
* Describes the enum workflows.v2.UserMetricType.
|
|
117
|
-
*/
|
|
118
|
-
export declare const UserMetricTypeSchema: GenEnum<UserMetricType, UserMetricTypeJson>;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.6.3 with parameter "target=ts,import_extension=none,json_types=true,keep_empty_files=false"
|
|
2
|
-
// @generated from file workflows/v2/workflow_user_metric.proto (package workflows.v2, syntax proto3)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
import { enumDesc, fileDesc, messageDesc } from '@bufbuild/protobuf/codegenv2';
|
|
5
|
-
import { file_workflows_v2_cre_info } from './cre_info_pb';
|
|
6
|
-
import { file_workflows_v2_workflow_key } from './workflow_key_pb';
|
|
7
|
-
/**
|
|
8
|
-
* Describes the file workflows/v2/workflow_user_metric.proto.
|
|
9
|
-
*/
|
|
10
|
-
export const file_workflows_v2_workflow_user_metric =
|
|
11
|
-
/*@__PURE__*/
|
|
12
|
-
fileDesc('Cid3b3JrZmxvd3MvdjIvd29ya2Zsb3dfdXNlcl9tZXRyaWMucHJvdG8SDHdvcmtmbG93cy52MiLPAgoSV29ya2Zsb3dVc2VyTWV0cmljEiYKB2NyZUluZm8YASABKAsyFS53b3JrZmxvd3MudjIuQ3JlSW5mbxIrCgh3b3JrZmxvdxgCIAEoCzIZLndvcmtmbG93cy52Mi5Xb3JrZmxvd0tleRIbChN3b3JrZmxvd0V4ZWN1dGlvbklEGAMgASgJEhEKCXRpbWVzdGFtcBgEIAEoCRIMCgRuYW1lGAUgASgJEg0KBXZhbHVlGAYgASgBEioKBHR5cGUYByABKA4yHC53b3JrZmxvd3MudjIuVXNlck1ldHJpY1R5cGUSPAoGbGFiZWxzGAggAygLMiwud29ya2Zsb3dzLnYyLldvcmtmbG93VXNlck1ldHJpYy5MYWJlbHNFbnRyeRotCgtMYWJlbHNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBKmwKDlVzZXJNZXRyaWNUeXBlEiAKHFVTRVJfTUVUUklDX1RZUEVfVU5TUEVDSUZJRUQQABIcChhVU0VSX01FVFJJQ19UWVBFX0NPVU5URVIQARIaChZVU0VSX01FVFJJQ19UWVBFX0dBVUdFEAJCugEKEGNvbS53b3JrZmxvd3MudjJCF1dvcmtmbG93VXNlck1ldHJpY1Byb3RvUAFaPGdpdGh1Yi5jb20vc21hcnRjb250cmFjdGtpdC9jaGFpbmxpbmstcHJvdG9zL3dvcmtmbG93cy9nby92MqICA1dYWKoCDFdvcmtmbG93cy5WMsoCDFdvcmtmbG93c1xWMuICGFdvcmtmbG93c1xWMlxHUEJNZXRhZGF0YeoCDVdvcmtmbG93czo6VjJiBnByb3RvMw', [file_workflows_v2_cre_info, file_workflows_v2_workflow_key]);
|
|
13
|
-
/**
|
|
14
|
-
* Describes the message workflows.v2.WorkflowUserMetric.
|
|
15
|
-
* Use `create(WorkflowUserMetricSchema)` to create a new message.
|
|
16
|
-
*/
|
|
17
|
-
export const WorkflowUserMetricSchema = /*@__PURE__*/ messageDesc(file_workflows_v2_workflow_user_metric, 0);
|
|
18
|
-
/**
|
|
19
|
-
* @generated from enum workflows.v2.UserMetricType
|
|
20
|
-
*/
|
|
21
|
-
export var UserMetricType;
|
|
22
|
-
(function (UserMetricType) {
|
|
23
|
-
/**
|
|
24
|
-
* @generated from enum value: USER_METRIC_TYPE_UNSPECIFIED = 0;
|
|
25
|
-
*/
|
|
26
|
-
UserMetricType[UserMetricType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
27
|
-
/**
|
|
28
|
-
* @generated from enum value: USER_METRIC_TYPE_COUNTER = 1;
|
|
29
|
-
*/
|
|
30
|
-
UserMetricType[UserMetricType["COUNTER"] = 1] = "COUNTER";
|
|
31
|
-
/**
|
|
32
|
-
* @generated from enum value: USER_METRIC_TYPE_GAUGE = 2;
|
|
33
|
-
*/
|
|
34
|
-
UserMetricType[UserMetricType["GAUGE"] = 2] = "GAUGE";
|
|
35
|
-
})(UserMetricType || (UserMetricType = {}));
|
|
36
|
-
/**
|
|
37
|
-
* Describes the enum workflows.v2.UserMetricType.
|
|
38
|
-
*/
|
|
39
|
-
export const UserMetricTypeSchema =
|
|
40
|
-
/*@__PURE__*/
|
|
41
|
-
enumDesc(file_workflows_v2_workflow_user_metric, 0);
|