|
| 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 | + |
| 5 | +import type { Message } from '@bufbuild/protobuf' |
| 6 | +import type { GenFile, GenMessage } from '@bufbuild/protobuf/codegenv2' |
| 7 | +import { fileDesc, messageDesc } from '@bufbuild/protobuf/codegenv2' |
| 8 | + |
| 9 | +/** |
| 10 | + * Describes the file workflows/v2/cre_info.proto. |
| 11 | + */ |
| 12 | +export const file_workflows_v2_cre_info: GenFile = |
| 13 | + /*@__PURE__*/ |
| 14 | + fileDesc( |
| 15 | + 'Cht3b3JrZmxvd3MvdjIvY3JlX2luZm8ucHJvdG8SDHdvcmtmbG93cy52MiKMAgoHQ3JlSW5mbxINCgVkb25JRBgBIAEoBRIMCgRkb25GGAIgASgFEgwKBGRvbk4YAyABKAUSDQoFcDJwSUQYBCABKAkSHwoXd29ya2Zsb3dSZWdpc3RyeUFkZHJlc3MYBSABKAkSHwoXd29ya2Zsb3dSZWdpc3RyeVZlcnNpb24YBiABKAkSHQoVd29ya2Zsb3dSZWdpc3RyeUNoYWluGAcgASgJEhUKDWVuZ2luZVZlcnNpb24YCCABKAkSIwobY2FwYWJpbGl0aWVzUmVnaXN0cnlWZXJzaW9uGAkgASgJEhIKCmRvblZlcnNpb24YCiABKAkSFgoOd29ya2Zsb3dTb3VyY2UYCyABKAlCrwEKEGNvbS53b3JrZmxvd3MudjJCDENyZUluZm9Qcm90b1ABWjxnaXRodWIuY29tL3NtYXJ0Y29udHJhY3RraXQvY2hhaW5saW5rLXByb3Rvcy93b3JrZmxvd3MvZ28vdjKiAgNXWFiqAgxXb3JrZmxvd3MuVjLKAgxXb3JrZmxvd3NcVjLiAhhXb3JrZmxvd3NcVjJcR1BCTWV0YWRhdGHqAg1Xb3JrZmxvd3M6OlYyYgZwcm90bzM', |
| 16 | + ) |
| 17 | + |
| 18 | +/** |
| 19 | + * @generated from message workflows.v2.CreInfo |
| 20 | + */ |
| 21 | +export type CreInfo = Message<'workflows.v2.CreInfo'> & { |
| 22 | + /** |
| 23 | + * @generated from field: int32 donID = 1; |
| 24 | + */ |
| 25 | + donID: number |
| 26 | + |
| 27 | + /** |
| 28 | + * @generated from field: int32 donF = 2; |
| 29 | + */ |
| 30 | + donF: number |
| 31 | + |
| 32 | + /** |
| 33 | + * @generated from field: int32 donN = 3; |
| 34 | + */ |
| 35 | + donN: number |
| 36 | + |
| 37 | + /** |
| 38 | + * @generated from field: string p2pID = 4; |
| 39 | + */ |
| 40 | + p2pID: string |
| 41 | + |
| 42 | + /** |
| 43 | + * @generated from field: string workflowRegistryAddress = 5; |
| 44 | + */ |
| 45 | + workflowRegistryAddress: string |
| 46 | + |
| 47 | + /** |
| 48 | + * @generated from field: string workflowRegistryVersion = 6; |
| 49 | + */ |
| 50 | + workflowRegistryVersion: string |
| 51 | + |
| 52 | + /** |
| 53 | + * @generated from field: string workflowRegistryChain = 7; |
| 54 | + */ |
| 55 | + workflowRegistryChain: string |
| 56 | + |
| 57 | + /** |
| 58 | + * @generated from field: string engineVersion = 8; |
| 59 | + */ |
| 60 | + engineVersion: string |
| 61 | + |
| 62 | + /** |
| 63 | + * @generated from field: string capabilitiesRegistryVersion = 9; |
| 64 | + */ |
| 65 | + capabilitiesRegistryVersion: string |
| 66 | + |
| 67 | + /** |
| 68 | + * @generated from field: string donVersion = 10; |
| 69 | + */ |
| 70 | + donVersion: string |
| 71 | + |
| 72 | + /** |
| 73 | + * workflowSource identifies where the workflow was deployed from. |
| 74 | + * Format varies by source type: |
| 75 | + * - Onchain contract: "contract:{chain_selector}:{contract_address}" |
| 76 | + * - GRPC source: "grpc:{source_name}:v1" |
| 77 | + * - File source: "file:{source_name}:v1" |
| 78 | + * |
| 79 | + * @generated from field: string workflowSource = 11; |
| 80 | + */ |
| 81 | + workflowSource: string |
| 82 | +} |
| 83 | + |
| 84 | +/** |
| 85 | + * @generated from message workflows.v2.CreInfo |
| 86 | + */ |
| 87 | +export type CreInfoJson = { |
| 88 | + /** |
| 89 | + * @generated from field: int32 donID = 1; |
| 90 | + */ |
| 91 | + donID?: number |
| 92 | + |
| 93 | + /** |
| 94 | + * @generated from field: int32 donF = 2; |
| 95 | + */ |
| 96 | + donF?: number |
| 97 | + |
| 98 | + /** |
| 99 | + * @generated from field: int32 donN = 3; |
| 100 | + */ |
| 101 | + donN?: number |
| 102 | + |
| 103 | + /** |
| 104 | + * @generated from field: string p2pID = 4; |
| 105 | + */ |
| 106 | + p2pID?: string |
| 107 | + |
| 108 | + /** |
| 109 | + * @generated from field: string workflowRegistryAddress = 5; |
| 110 | + */ |
| 111 | + workflowRegistryAddress?: string |
| 112 | + |
| 113 | + /** |
| 114 | + * @generated from field: string workflowRegistryVersion = 6; |
| 115 | + */ |
| 116 | + workflowRegistryVersion?: string |
| 117 | + |
| 118 | + /** |
| 119 | + * @generated from field: string workflowRegistryChain = 7; |
| 120 | + */ |
| 121 | + workflowRegistryChain?: string |
| 122 | + |
| 123 | + /** |
| 124 | + * @generated from field: string engineVersion = 8; |
| 125 | + */ |
| 126 | + engineVersion?: string |
| 127 | + |
| 128 | + /** |
| 129 | + * @generated from field: string capabilitiesRegistryVersion = 9; |
| 130 | + */ |
| 131 | + capabilitiesRegistryVersion?: string |
| 132 | + |
| 133 | + /** |
| 134 | + * @generated from field: string donVersion = 10; |
| 135 | + */ |
| 136 | + donVersion?: string |
| 137 | + |
| 138 | + /** |
| 139 | + * workflowSource identifies where the workflow was deployed from. |
| 140 | + * Format varies by source type: |
| 141 | + * - Onchain contract: "contract:{chain_selector}:{contract_address}" |
| 142 | + * - GRPC source: "grpc:{source_name}:v1" |
| 143 | + * - File source: "file:{source_name}:v1" |
| 144 | + * |
| 145 | + * @generated from field: string workflowSource = 11; |
| 146 | + */ |
| 147 | + workflowSource?: string |
| 148 | +} |
| 149 | + |
| 150 | +/** |
| 151 | + * Describes the message workflows.v2.CreInfo. |
| 152 | + * Use `create(CreInfoSchema)` to create a new message. |
| 153 | + */ |
| 154 | +export const CreInfoSchema: GenMessage<CreInfo, { jsonType: CreInfoJson }> = |
| 155 | + /*@__PURE__*/ |
| 156 | + messageDesc(file_workflows_v2_cre_info, 0) |
0 commit comments