Intents

List intents

List intents for an app. Returns a paginated list of intents with their current status and details.

get/v1/intents

Query parameters

cursorstring
limitnumber nullable
status'pending' | 'processing' | 'executed' | 'failed' | 'expired' | 'rejected' | 'dismissed'

Current status of an intent.

intent_type'KEY_QUORUM' | 'POLICY' | 'RULE' | 'RPC' | 'TRANSFER' | 'WALLET'

Type of intent.

created_by_idstring
pending_member_idstring
resource_idstring
current_user_has_signed'true' | 'false'
sort_by'created_at_desc' | 'expires_at_asc' | 'updated_at_desc'

Headers

privy-app-idstring required

ID of your Privy app.

Response

List of intents.

next_cursorstring nullable

Example response

{
  "data": [
    {
      "authorization_details": [
        {
          "display_name": "Admin Key Quorum",
          "members": [
            {
              "signed_at": null,
              "type": "user",
              "user_id": "did:privy:clabcd123"
            }
          ],
          "threshold": 1
        }
      ],
      "created_at": 1741834854578,
      "created_by_display_name": "developer@example.com",
      "created_by_id": "did:privy:clabcd123",
      "custom_expiry": false,
      "expires_at": 1741921254578,
      "intent_id": "clpq1234567890abcdefghij",
      "intent_type": "RPC",
      "request_details": {
        "body": {
          "caip2": "eip155:8453",
          "chain_type": "ethereum",
          "method": "eth_sendTransaction",
          "params": {
            "transaction": {
              "to": "0x0000000000000000000000000000000000000000",
              "value": 1
            }
          }
        },
        "method": "POST",
        "url": "https://api.privy.io/v1/wallets/xs76o3pi0v5syd62ui1wmijw/rpc"
      },
      "resource_id": "xs76o3pi0v5syd62ui1wmijw",
      "status": "pending"
    }
  ]
}

Changes

Changed in 19 of the 46 revisions of this API.49518108

    • the response property data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/request_details/body/source/anyOf[subschema #1: NamedTokenTransferSource]/amount became optional for the status 200

      response-property-became-optional

    • the response property data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/request_details/body/source/anyOf[subschema #2: CustomTokenTransferSource]/amount became optional for the status 200

      response-property-became-optional

    • added SparkWithdrawRpcInput SparkGetWithdrawalFeeQuoteRpcInput to the data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/request_details/body response property oneOf list for the response status 200

      response-property-one-of-added

    • added SparkWithdrawRpcResponse SparkGetWithdrawalFeeQuoteRpcResponse to the data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body response property oneOf list for the response status 200

      response-property-one-of-added

    • added getWithdrawalFeeQuote withdraw discriminator mapping keys to the data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body response property for the response status 200

      response-property-discriminator-mapping-added

    • added getWithdrawalFeeQuote withdraw discriminator mapping keys to the data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/request_details/body response property for the response status 200

      response-property-discriminator-mapping-added

  • c10a42ebeddb1205See the full diff
    • the data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/steps/items/oneOf[subschema #2: EVMUserOperationWalletActionStep]/entrypoint_version response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • added the new tron_sendTransaction enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_sendTransaction enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_sendTransaction enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_sendTransaction enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_sendTransaction enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_sendTransaction enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_sendTransaction enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_sendTransaction enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_sendTransaction enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_sendTransaction enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_signTransaction enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_signTransaction enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_signTransaction enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_signTransaction enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_signTransaction enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_signTransaction enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_signTransaction enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_signTransaction enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_signTransaction enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/method response property for the response status 200

      response-property-enum-value-added

    • added the new tron_signTransaction enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/method response property for the response status 200

      response-property-enum-value-added

    • added EVMUserOperationEntrypointVersion subschema #2 to the data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/steps/items/oneOf[subschema #2: EVMUserOperationWalletActionStep]/entrypoint_version response property allOf list for the response status 200

      response-property-all-of-added

    • removed the 0.6 enum value from the data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/steps/items/oneOf[subschema #2: EVMUserOperationWalletActionStep]/entrypoint_version response property for the response status 200

      response-property-enum-value-removed

    • removed the 0.7 enum value from the data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/steps/items/oneOf[subschema #2: EVMUserOperationWalletActionStep]/entrypoint_version response property for the response status 200

      response-property-enum-value-removed

    • removed the 0.8 enum value from the data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/steps/items/oneOf[subschema #2: EVMUserOperationWalletActionStep]/entrypoint_version response property for the response status 200

      response-property-enum-value-removed

    • removed the 0.9 enum value from the data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/steps/items/oneOf[subschema #2: EVMUserOperationWalletActionStep]/entrypoint_version response property for the response status 200

      response-property-enum-value-removed

  • 9955c27139f311011See the full diff
    • added TVMTransactionWalletActionStep to the data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/steps/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added the new signRawMessageBytes enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new signRawMessageBytes enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new signRawMessageBytes enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new signRawMessageBytes enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new signRawMessageBytes enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-added

    • added the new signRawMessageBytes enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-added

    • added the new signRawMessageBytes enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-added

    • added the new signRawMessageBytes enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new signRawMessageBytes enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/method response property for the response status 200

      response-property-enum-value-added

    • added the new signRawMessageBytes enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/method response property for the response status 200

      response-property-enum-value-added

    • added tvm_transaction discriminator mapping keys to the data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/steps/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • removed the raw_sign enum value from the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-removed

    • removed the raw_sign enum value from the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/method response property for the response status 200

      response-property-enum-value-removed

    • removed the raw_sign enum value from the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-removed

    • removed the raw_sign enum value from the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/method response property for the response status 200

      response-property-enum-value-removed

    • removed the raw_sign enum value from the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-removed

    • removed the raw_sign enum value from the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-removed

    • removed the raw_sign enum value from the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-removed

    • removed the raw_sign enum value from the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-removed

    • removed the raw_sign enum value from the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/method response property for the response status 200

      response-property-enum-value-removed

    • removed the raw_sign enum value from the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/method response property for the response status 200

      response-property-enum-value-removed

  • 468dcf8db58028See the full diff
    • removed the optional property data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/request_details/body/oneOf[subschema #21: TronSignTransactionRpcInput]/params/raw_data/call_value from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/request_details/body/oneOf[subschema #22: TronSendTransactionRpcInput]/params/raw_data/call_value from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/request_details/body/oneOf[subschema #21: TronSignTransactionRpcInput]/params/raw_data/contract/items/oneOf[subschema #2: TronTriggerSmartContract]/call_value to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/request_details/body/oneOf[subschema #21: TronSignTransactionRpcInput]/params/raw_data/contract/items/oneOf[subschema #2: TronTriggerSmartContract]/data to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/request_details/body/oneOf[subschema #22: TronSendTransactionRpcInput]/params/raw_data/contract/items/oneOf[subschema #2: TronTriggerSmartContract]/call_value to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/request_details/body/oneOf[subschema #22: TronSendTransactionRpcInput]/params/raw_data/contract/items/oneOf[subschema #2: TronTriggerSmartContract]/data to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/amount_type to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/request_details/body/amount to the response with the 200 status

      response-optional-property-added

    • response property data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/request_details/body/source/anyOf[subschema #1: NamedTokenTransferSource]/amount deprecated

      response-property-deprecated

    • response property data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/request_details/body/source/anyOf[subschema #2: CustomTokenTransferSource]/amount deprecated

      response-property-deprecated

    • added the optional property data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/oneOf[subschema #22: TronSendTransactionRpcResponse]/data/reference_id to the response with the 200 status

      response-optional-property-added

  • 8f9eb26a2248102See the full diff
    • added the new signMessage enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new signMessage enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new signMessage enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new signMessage enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new signMessage enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-added

    • added the new signMessage enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-added

    • added the new signMessage enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-added

    • added the new signMessage enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new signMessage enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/method response property for the response status 200

      response-property-enum-value-added

    • added the new signMessage enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/method response property for the response status 200

      response-property-enum-value-added

    • added the optional property data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/request_details/body/oneOf[subschema #22: TronSendTransactionRpcInput]/params/reference_id to the response with the 200 status

      response-optional-property-added

    • added the required property data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/oneOf[subschema #22: TronSendTransactionRpcResponse]/data/hash to the response with the 200 status

      response-required-property-added

  • 916b8f0728f41246012See the full diff
    • added MessageSigningCondition to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added MessageSigningCondition to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added MessageSigningCondition to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added MessageSigningCondition to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added MessageSigningCondition to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added MessageSigningCondition to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added MessageSigningCondition to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added MessageSigningCondition to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added MessageSigningCondition to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added MessageSigningCondition to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added TronSignTransactionRpcInput TronSendTransactionRpcInput to the data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/request_details/body response property oneOf list for the response status 200

      response-property-one-of-added

    • added TronSignTransactionRpcResponse TronSendTransactionRpcResponse to the data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body response property oneOf list for the response status 200

      response-property-one-of-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new contains enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new ends_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new raw_sign enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new raw_sign enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new raw_sign enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new raw_sign enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new raw_sign enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-added

    • added the new raw_sign enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-added

    • added the new raw_sign enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/method response property for the response status 200

      response-property-enum-value-added

    • added the new raw_sign enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/method response property for the response status 200

      response-property-enum-value-added

    • added the new raw_sign enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/method response property for the response status 200

      response-property-enum-value-added

    • added the new raw_sign enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/method response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #10: SystemCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #11: TronTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #12: TronCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #14: SuiTransferObjectsCommandCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #15: ActionRequestBodyCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #16: AggregationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #1: EthereumTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #2: EthereumCalldataCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #3: EthereumTypedDataDomainCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #4: EthereumTypedDataMessageCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #5: Ethereum7702AuthorizationCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #6: TempoTransactionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #7: SolanaProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #8: SolanaSystemProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added the new starts_with enum value to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/oneOf[subschema #9: SolanaTokenProgramInstructionCondition]/operator response property for the response status 200

      response-property-enum-value-added

    • added message discriminator mapping keys to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Policy]/rules/items/conditions/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added message discriminator mapping keys to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/rules/items/conditions/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added message discriminator mapping keys to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Policy]/rules/items/conditions/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added message discriminator mapping keys to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #2]/request_details/body/rules/items/conditions/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added message discriminator mapping keys to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: PolicyRuleResponse]/conditions/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added message discriminator mapping keys to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/anyOf[subschema #1: PolicyRuleResponse]/conditions/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added message discriminator mapping keys to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: PolicyRuleResponse]/conditions/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added message discriminator mapping keys to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/policy/allOf[subschema #1: Policy]/rules/items/conditions/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added message discriminator mapping keys to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #1: RuleIntentCreateRequestDetails]/body/conditions/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added message discriminator mapping keys to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #2: RuleIntentUpdateRequestDetails]/body/conditions/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added tron_sendTransaction tron_signTransaction discriminator mapping keys to the data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body response property for the response status 200

      response-property-discriminator-mapping-added

    • added tron_sendTransaction tron_signTransaction discriminator mapping keys to the data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/request_details/body response property for the response status 200

      response-property-discriminator-mapping-added

    • added the optional property data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Wallet]/archived_at to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Wallet]/archived_at to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/oneOf[subschema #3: WalletIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/prior_state/allOf[subschema #1: Wallet]/archived_at to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/oneOf[subschema #3: WalletIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/archived_at to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/oneOf[subschema #3: WalletIntentResponse]/allOf[subschema #2]/current_resource_data/allOf[subschema #1: Wallet]/archived_at to the response with the 200 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • a8d27de9e15d819See the full diff
    • added CustodianTransactionWalletActionStep to the data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/steps/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added IntentAuthorizationUserMember IntentAuthorizationKeyMember IntentAuthorizationKeyQuorum to the data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added IntentAuthorizationUserMember IntentAuthorizationKeyMember IntentAuthorizationKeyQuorum to the data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added IntentAuthorizationUserMember IntentAuthorizationKeyMember IntentAuthorizationKeyQuorum to the data/items/oneOf[subschema #3: WalletIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added IntentAuthorizationUserMember IntentAuthorizationKeyMember IntentAuthorizationKeyQuorum to the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added IntentAuthorizationUserMember IntentAuthorizationKeyMember IntentAuthorizationKeyQuorum to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added IntentAuthorizationUserMember IntentAuthorizationKeyMember IntentAuthorizationKeyQuorum to the data/items/oneOf[subschema #6: KeyQuorumIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #3: RuleIntentDeleteRequestDetails]/body response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • added the optional property data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/steps/items/oneOf[subschema #1: EVMTransactionWalletActionStep]/finalized to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/steps/items/oneOf[subschema #2: EVMUserOperationWalletActionStep]/finalized to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/steps/items/oneOf[subschema #3: SVMTransactionWalletActionStep]/finalized to the response with the 200 status

      response-optional-property-added

    • added RuleIntentDeleteRequestBody subschema #2 to the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #2]/request_details/oneOf[subschema #3: RuleIntentDeleteRequestDetails]/body response property allOf list for the response status 200

      response-property-all-of-added

    • the body response's property default value {} was removed for the status 200

      response-property-default-value-removed

    • added discriminator to data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property for the response status 200

      response-property-discriminator-added

    • added discriminator to data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property for the response status 200

      response-property-discriminator-added

    • added discriminator to data/items/oneOf[subschema #3: WalletIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property for the response status 200

      response-property-discriminator-added

    • added discriminator to data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property for the response status 200

      response-property-discriminator-added

    • added discriminator to data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property for the response status 200

      response-property-discriminator-added

    • added discriminator to data/items/oneOf[subschema #6: KeyQuorumIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property for the response status 200

      response-property-discriminator-added

    • added custodian_transaction discriminator mapping keys to the data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/steps/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • removed the finalized enum value from the data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #2]/action_result/allOf[subschema #2]/response_body/steps/items/oneOf[subschema #3: SVMTransactionWalletActionStep]/status/allOf[subschema #1: SVMWalletActionStepStatus]/ response property for the response status 200

      response-property-enum-value-removed

    • removed subschema #1: User member subschema #2: Key member subschema #3: Key quorum member from the data/items/oneOf[subschema #1: RpcIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed subschema #1: User member subschema #2: Key member subschema #3: Key quorum member from the data/items/oneOf[subschema #2: TransferIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed subschema #1: User member subschema #2: Key member subschema #3: Key quorum member from the data/items/oneOf[subschema #3: WalletIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed subschema #1: User member subschema #2: Key member subschema #3: Key quorum member from the data/items/oneOf[subschema #4: PolicyIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed subschema #1: User member subschema #2: Key member subschema #3: Key quorum member from the data/items/oneOf[subschema #5: RuleIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed subschema #1: User member subschema #2: Key member subschema #3: Key quorum member from the data/items/oneOf[subschema #6: KeyQuorumIntentResponse]/allOf[subschema #1: BaseIntentResponse]/authorization_details/items/members/items/ response property oneOf list for the response status 200

      response-property-one-of-removed