@victoria-company/agora-client 1.0.202504291221 → 1.0.202504300637
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models/index.d.ts +0 -4
 - package/dist/models/index.js +0 -2
 - package/package.json +1 -1
 
    
        package/dist/models/index.d.ts
    CHANGED
    
    | 
         @@ -158,10 +158,6 @@ export interface BecomingDelegateRequest extends Parsable { 
     | 
|
| 
       158 
158 
     | 
    
         
             
                 * The questionHasACar property
         
     | 
| 
       159 
159 
     | 
    
         
             
                 */
         
     | 
| 
       160 
160 
     | 
    
         
             
                questionHasACar?: boolean | null;
         
     | 
| 
       161 
     | 
    
         
            -
                /**
         
     | 
| 
       162 
     | 
    
         
            -
                 * The questionHasCarAccess property
         
     | 
| 
       163 
     | 
    
         
            -
                 */
         
     | 
| 
       164 
     | 
    
         
            -
                questionHasCarAccess?: number | null;
         
     | 
| 
       165 
161 
     | 
    
         
             
                /**
         
     | 
| 
       166 
162 
     | 
    
         
             
                 * The questionHowYouKnowVictoria property
         
     | 
| 
       167 
163 
     | 
    
         
             
                 */
         
     | 
    
        package/dist/models/index.js
    CHANGED
    
    | 
         @@ -2264,7 +2264,6 @@ function deserializeIntoBecomingDelegateRequest(becomingDelegateRequest = {}) { 
     | 
|
| 
       2264 
2264 
     | 
    
         
             
                    "phone": n => { becomingDelegateRequest.phone = n.getStringValue(); },
         
     | 
| 
       2265 
2265 
     | 
    
         
             
                    "questionContactTimeFrame": n => { becomingDelegateRequest.questionContactTimeFrame = n.getNumberValue(); },
         
     | 
| 
       2266 
2266 
     | 
    
         
             
                    "questionHasACar": n => { becomingDelegateRequest.questionHasACar = n.getBooleanValue(); },
         
     | 
| 
       2267 
     | 
    
         
            -
                    "questionHasCarAccess": n => { becomingDelegateRequest.questionHasCarAccess = n.getNumberValue(); },
         
     | 
| 
       2268 
2267 
     | 
    
         
             
                    "questionHowYouKnowVictoria": n => { becomingDelegateRequest.questionHowYouKnowVictoria = n.getNumberValue(); },
         
     | 
| 
       2269 
2268 
     | 
    
         
             
                    "questionIsAdult": n => { becomingDelegateRequest.questionIsAdult = n.getNumberValue(); },
         
     | 
| 
       2270 
2269 
     | 
    
         
             
                    "questionProfessionalActivity": n => { becomingDelegateRequest.questionProfessionalActivity = n.getNumberValue(); },
         
     | 
| 
         @@ -5337,7 +5336,6 @@ function serializeBecomingDelegateRequest(writer, becomingDelegateRequest = {}) 
     | 
|
| 
       5337 
5336 
     | 
    
         
             
                    writer.writeStringValue("phone", becomingDelegateRequest.phone);
         
     | 
| 
       5338 
5337 
     | 
    
         
             
                    writer.writeNumberValue("questionContactTimeFrame", becomingDelegateRequest.questionContactTimeFrame);
         
     | 
| 
       5339 
5338 
     | 
    
         
             
                    writer.writeBooleanValue("questionHasACar", becomingDelegateRequest.questionHasACar);
         
     | 
| 
       5340 
     | 
    
         
            -
                    writer.writeNumberValue("questionHasCarAccess", becomingDelegateRequest.questionHasCarAccess);
         
     | 
| 
       5341 
5339 
     | 
    
         
             
                    writer.writeNumberValue("questionHowYouKnowVictoria", becomingDelegateRequest.questionHowYouKnowVictoria);
         
     | 
| 
       5342 
5340 
     | 
    
         
             
                    writer.writeNumberValue("questionIsAdult", becomingDelegateRequest.questionIsAdult);
         
     | 
| 
       5343 
5341 
     | 
    
         
             
                    writer.writeNumberValue("questionProfessionalActivity", becomingDelegateRequest.questionProfessionalActivity);
         
     |