<?php

namespace Symfony\Component\VarExporter\Internal;

return $getExpiry ? PHP_INT_MAX : Hydrator::hydrate(
    $o = [
        clone (($p = &Registry::$prototypes)['Doctrine\\ORM\\Mapping\\ClassMetadata'] ?? Registry::p('Doctrine\\ORM\\Mapping\\ClassMetadata')),
        clone ($p['Ramsey\\Uuid\\Doctrine\\UuidGenerator'] ?? Registry::p('Ramsey\\Uuid\\Doctrine\\UuidGenerator')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'Chloe\\Entity\\PhoneTransaction',
            ],
            'namespace' => [
                'Chloe\\Entity',
            ],
            'rootEntityName' => [
                'Chloe\\Entity\\PhoneTransaction',
            ],
            'customGeneratorDefinition' => [
                [
                    'class' => 'Ramsey\\Uuid\\Doctrine\\UuidGenerator',
                ],
            ],
            'customRepositoryClassName' => [
                'Chloe\\Repository\\PhoneTransactionRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                7,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'uuid',
                        'scale' => 0,
                        'length' => null,
                        'unique' => true,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'id',
                        'id' => true,
                    ],
                    'organizationId' => [
                        'fieldName' => 'organizationId',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 36,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'organization_id',
                    ],
                    'opportunityId' => [
                        'fieldName' => 'opportunityId',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 18,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'sf_opportunity_id',
                    ],
                    'callId' => [
                        'fieldName' => 'callId',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'call_id',
                    ],
                    'salesforceAccountId' => [
                        'fieldName' => 'salesforceAccountId',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 36,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'sf_account_id',
                    ],
                    'phoneNumber' => [
                        'fieldName' => 'phoneNumber',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'phone',
                    ],
                    'paymentOutcome' => [
                        'fieldName' => 'paymentOutcome',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'payment_outcome',
                    ],
                    'conversationOutcome' => [
                        'fieldName' => 'conversationOutcome',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'conversation_outcome',
                    ],
                    'amount' => [
                        'fieldName' => 'amount',
                        'type' => 'decimal',
                        'scale' => 2,
                        'length' => 10,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'amount',
                    ],
                    'currency' => [
                        'fieldName' => 'currency',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 3,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'currency',
                    ],
                    'welcomeMessage' => [
                        'fieldName' => 'welcomeMessage',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 512,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'welcome_message',
                    ],
                    'closingMessage' => [
                        'fieldName' => 'closingMessage',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 512,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'closing_message',
                    ],
                    'language' => [
                        'fieldName' => 'language',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 5,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'language',
                    ],
                    'paymentTransactionCode' => [
                        'fieldName' => 'paymentTransactionCode',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 128,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'payment_transaction_code',
                    ],
                    'updateOpportunity' => [
                        'fieldName' => 'updateOpportunity',
                        'type' => 'boolean',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'stage_change_required',
                    ],
                    'updateOpportunityStage' => [
                        'fieldName' => 'updateOpportunityStage',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'opportunity_stage_change',
                    ],
                    'createdAt' => [
                        'fieldName' => 'createdAt',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'created_at',
                    ],
                    'updatedAt' => [
                        'fieldName' => 'updatedAt',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'updated_at',
                    ],
                    'contactFirstName' => [
                        'fieldName' => 'contactFirstName',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'contact_first_name',
                    ],
                    'contactLastName' => [
                        'fieldName' => 'contactLastName',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'contact_last_name',
                    ],
                    'contactEmail' => [
                        'fieldName' => 'contactEmail',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'contact_email',
                    ],
                    'channel' => [
                        'fieldName' => 'channel',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 64,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'channel',
                    ],
                    'stripePaymentSessionId' => [
                        'fieldName' => 'stripePaymentSessionId',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'stripe_payment_session_id',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'organization_id' => 'organizationId',
                    'sf_opportunity_id' => 'opportunityId',
                    'call_id' => 'callId',
                    'sf_account_id' => 'salesforceAccountId',
                    'phone' => 'phoneNumber',
                    'payment_outcome' => 'paymentOutcome',
                    'conversation_outcome' => 'conversationOutcome',
                    'amount' => 'amount',
                    'currency' => 'currency',
                    'welcome_message' => 'welcomeMessage',
                    'closing_message' => 'closingMessage',
                    'language' => 'language',
                    'payment_transaction_code' => 'paymentTransactionCode',
                    'stage_change_required' => 'updateOpportunity',
                    'opportunity_stage_change' => 'updateOpportunityStage',
                    'created_at' => 'createdAt',
                    'updated_at' => 'updatedAt',
                    'contact_first_name' => 'contactFirstName',
                    'contact_last_name' => 'contactLastName',
                    'contact_email' => 'contactEmail',
                    'channel' => 'channel',
                    'stripe_payment_session_id' => 'stripePaymentSessionId',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'organizationId' => 'organization_id',
                    'opportunityId' => 'sf_opportunity_id',
                    'callId' => 'call_id',
                    'salesforceAccountId' => 'sf_account_id',
                    'phoneNumber' => 'phone',
                    'paymentOutcome' => 'payment_outcome',
                    'conversationOutcome' => 'conversation_outcome',
                    'amount' => 'amount',
                    'currency' => 'currency',
                    'welcomeMessage' => 'welcome_message',
                    'closingMessage' => 'closing_message',
                    'language' => 'language',
                    'paymentTransactionCode' => 'payment_transaction_code',
                    'updateOpportunity' => 'stage_change_required',
                    'updateOpportunityStage' => 'opportunity_stage_change',
                    'createdAt' => 'created_at',
                    'updatedAt' => 'updated_at',
                    'contactFirstName' => 'contact_first_name',
                    'contactLastName' => 'contact_last_name',
                    'contactEmail' => 'contact_email',
                    'channel' => 'channel',
                    'stripePaymentSessionId' => 'stripe_payment_session_id',
                ],
            ],
            'table' => [
                [
                    'name' => 'phone_transaction',
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
);
