@itd-api/crypto / CryptoOperationMetadata
Interface: CryptoOperationMetadata
Defined in: packages/crypto/src/fields.ts:39
Метаданные crypto-плагина для подключаемой операции.
Example
ts
annotations: {
crypto: {
requestFields: [{
name: 'message',
spansField: 'spans',
maxLength: 2000,
preservesInvisibleAlphabet: true,
}],
},
}Properties
requestFields
ts
readonly requestFields: readonly (string | Readonly<CryptoFieldMetadata>)[];Defined in: packages/crypto/src/fields.ts:41
Текстовые поля операции в сокращённой или полной форме.