pyobjc-framework-Intents 11.1__tar.gz → 12.1__tar.gz
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.
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/Lib/Intents/_metadata.py +4 -24
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/Lib/pyobjc_framework_Intents.egg-info/PKG-INFO +6 -5
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/Lib/pyobjc_framework_Intents.egg-info/SOURCES.txt +2 -10
- pyobjc_framework_intents-12.1/Lib/pyobjc_framework_Intents.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_intents-12.1/Lib/pyobjc_framework_Intents.egg-info/requires.txt +2 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/Modules/_Intents.m +18 -21
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/Modules/_Intents_protocols.m +2 -1
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/Modules/pyobjc-api.h +6 -3
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/Modules/pyobjc-compat.h +51 -96
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PKG-INFO +6 -5
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inmessagereactiontype.py +2 -3
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/metadata/Intents.fwinfo +12 -14
- pyobjc_framework_intents-11.1/metadata/raw/arm64-15.0.fwinfo → pyobjc_framework_intents-12.1/metadata/raw/arm64-26.0.fwinfo +6 -171
- pyobjc_framework_intents-11.1/metadata/raw/x86_64-15.0.fwinfo → pyobjc_framework_intents-12.1/metadata/raw/x86_64-26.0.fwinfo +6 -171
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/pyobjc_setup.py +5 -4
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/setup.py +1 -1
- pyobjc_framework_intents-11.1/Lib/pyobjc_framework_Intents.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_intents-11.1/Lib/pyobjc_framework_Intents.egg-info/requires.txt +0 -2
- pyobjc_framework_intents-11.1/metadata/raw/arm64-12.3.fwinfo +0 -45406
- pyobjc_framework_intents-11.1/metadata/raw/arm64-13.3.fwinfo +0 -46110
- pyobjc_framework_intents-11.1/metadata/raw/arm64-14.5.fwinfo +0 -47000
- pyobjc_framework_intents-11.1/metadata/raw/x86_64-10.15.fwinfo +0 -36875
- pyobjc_framework_intents-11.1/metadata/raw/x86_64-10.16.fwinfo +0 -43849
- pyobjc_framework_intents-11.1/metadata/raw/x86_64-12.3.fwinfo +0 -45406
- pyobjc_framework_intents-11.1/metadata/raw/x86_64-13.3.fwinfo +0 -46110
- pyobjc_framework_intents-11.1/metadata/raw/x86_64-14.5.fwinfo +0 -47000
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/Lib/Intents/__init__.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/Lib/pyobjc_framework_Intents.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/Lib/pyobjc_framework_Intents.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/Lib/pyobjc_framework_Intents.egg-info/top_level.txt +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/License.txt +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/MANIFEST.in +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inaddmediaintentresponse.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inanswercallintent.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inanswercallintentresponse.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inbooleanresolutionresult.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_incallaudioroute.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_incallcapability.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_incallcapabilityoptions.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_incalldestinationtype.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_incallrecordresolutionresult.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_incallrecordtype.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_incallrecordtypeoptions.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inconditionaloperator.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_ineditmessageintent.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_ineditmessageintentresponse.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_infile.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_infocusstatuscenter.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_ingetreservationdetailsintentresponse.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inhangUpcallintent.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inhangupcallintentresponse.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inintenterrors.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inintentidentifiers.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_ininteraction.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inmessage.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inmessageattributeoptions.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inobjectcollection.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inoutgoingmessagetype.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inparameter.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inpaymentmethodtypes.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inperson.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inperson_siriadditions.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inpersonhandle.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inpersonhandlelabel.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inpersonrelationship.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inrecurrencefrequency.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inreservationactiontype.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inreservationstatus.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_insearchcallhistoryintent.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_insearchcallhistoryintentresponse.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_insearchformessagesintent.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_insearchformessagesintentresponse.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_insendmessageintent.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_insendmessageintentresponse.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_insendmessagerecipientresolutionresult.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_insharefocusstatusintent.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_insharefocusstatusintentresponse.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inspeakable.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_instartaudiocallintent.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_instartaudiocallintentresponse.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_instartcallintent.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_instartvideocallintent.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_instartvideocallintentresponse.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_instickertype.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_intents.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inticketedeventcategory.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inunsendmessagesintent.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/PyObjCTest/test_inunsendmessagesintentresponse.py +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/metadata/metadata.ini +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/pyproject.toml +0 -0
- {pyobjc_framework_intents-11.1 → pyobjc_framework_intents-12.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Thu Jul 24 13:31:52 2025
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -31,7 +31,7 @@ else:
|
|
|
31
31
|
|
|
32
32
|
misc = {}
|
|
33
33
|
constants = """$INAnswerCallIntentIdentifier$INCancelWorkoutIntentIdentifier$INCarChargingConnectorTypeCCS1$INCarChargingConnectorTypeCCS2$INCarChargingConnectorTypeCHAdeMO$INCarChargingConnectorTypeGBTAC$INCarChargingConnectorTypeGBTDC$INCarChargingConnectorTypeJ1772$INCarChargingConnectorTypeMennekes$INCarChargingConnectorTypeNACSAC$INCarChargingConnectorTypeNACSDC$INCarChargingConnectorTypeTesla$INEndWorkoutIntentIdentifier$INGetRideStatusIntentIdentifier$INHangUpCallIntentIdentifier$INIntentErrorDomain$INListRideOptionsIntentIdentifier$INPauseWorkoutIntentIdentifier$INPersonHandleLabelHome$INPersonHandleLabelHomeFax$INPersonHandleLabelMain$INPersonHandleLabelMobile$INPersonHandleLabelOther$INPersonHandleLabelPager$INPersonHandleLabelSchool$INPersonHandleLabelWork$INPersonHandleLabelWorkFax$INPersonHandleLabeliPhone$INPersonRelationshipAssistant$INPersonRelationshipBrother$INPersonRelationshipChild$INPersonRelationshipDaughter$INPersonRelationshipFather$INPersonRelationshipFriend$INPersonRelationshipManager$INPersonRelationshipMother$INPersonRelationshipParent$INPersonRelationshipPartner$INPersonRelationshipSister$INPersonRelationshipSon$INPersonRelationshipSpouse$INRequestPaymentIntentIdentifier$INRequestRideIntentIdentifier$INResumeWorkoutIntentIdentifier$INSaveProfileInCarIntentIdentifier$INSearchCallHistoryIntentIdentifier$INSearchForMessagesIntentIdentifier$INSearchForPhotosIntentIdentifier$INSendMessageIntentIdentifier$INSendPaymentIntentIdentifier$INSetAudioSourceInCarIntentIdentifier$INSetClimateSettingsInCarIntentIdentifier$INSetDefrosterSettingsInCarIntentIdentifier$INSetMessageAttributeIntentIdentifier$INSetProfileInCarIntentIdentifier$INSetRadioStationIntentIdentifier$INSetSeatSettingsInCarIntentIdentifier$INStartAudioCallIntentIdentifier$INStartCallIntentIdentifier$INStartPhotoPlaybackIntentIdentifier$INStartVideoCallIntentIdentifier$INStartWorkoutIntentIdentifier$INWorkoutNameIdentifierCrosstraining$INWorkoutNameIdentifierCycle$INWorkoutNameIdentifierDance$INWorkoutNameIdentifierElliptical$INWorkoutNameIdentifierExercise$INWorkoutNameIdentifierHighIntensityIntervalTraining$INWorkoutNameIdentifierHike$INWorkoutNameIdentifierIndoorcycle$INWorkoutNameIdentifierIndoorrun$INWorkoutNameIdentifierIndoorwalk$INWorkoutNameIdentifierMove$INWorkoutNameIdentifierOther$INWorkoutNameIdentifierRower$INWorkoutNameIdentifierRun$INWorkoutNameIdentifierSit$INWorkoutNameIdentifierStairs$INWorkoutNameIdentifierStand$INWorkoutNameIdentifierSteps$INWorkoutNameIdentifierSwim$INWorkoutNameIdentifierWalk$INWorkoutNameIdentifierYoga$IntentsVersionNumber@d$"""
|
|
34
|
-
enums = """$INAccountTypeChecking@1$INAccountTypeCredit@2$INAccountTypeDebit@3$INAccountTypeInvestment@4$INAccountTypeMortgage@5$INAccountTypePrepaid@6$INAccountTypeSaving@7$INAccountTypeUnknown@0$INActivateCarSignalIntentResponseCodeFailure@4$INActivateCarSignalIntentResponseCodeFailureRequiringAppLaunch@5$INActivateCarSignalIntentResponseCodeInProgress@2$INActivateCarSignalIntentResponseCodeReady@1$INActivateCarSignalIntentResponseCodeSuccess@3$INActivateCarSignalIntentResponseCodeUnspecified@0$INAddMediaIntentResponseCodeFailure@5$INAddMediaIntentResponseCodeFailureRequiringAppLaunch@6$INAddMediaIntentResponseCodeHandleInApp@4$INAddMediaIntentResponseCodeInProgress@2$INAddMediaIntentResponseCodeReady@1$INAddMediaIntentResponseCodeSuccess@3$INAddMediaIntentResponseCodeUnspecified@0$INAddMediaMediaDestinationUnsupportedReasonPlaylistNameNotFound@1$INAddMediaMediaDestinationUnsupportedReasonPlaylistNotEditable@2$INAddMediaMediaItemUnsupportedReasonCellularDataSettings@5$INAddMediaMediaItemUnsupportedReasonExplicitContentSettings@4$INAddMediaMediaItemUnsupportedReasonLoginRequired@1$INAddMediaMediaItemUnsupportedReasonRegionRestriction@8$INAddMediaMediaItemUnsupportedReasonRestrictedContent@6$INAddMediaMediaItemUnsupportedReasonServiceUnavailable@7$INAddMediaMediaItemUnsupportedReasonSubscriptionRequired@2$INAddMediaMediaItemUnsupportedReasonUnsupportedMediaType@3$INAddTasksIntentResponseCodeFailure@4$INAddTasksIntentResponseCodeFailureRequiringAppLaunch@5$INAddTasksIntentResponseCodeInProgress@2$INAddTasksIntentResponseCodeReady@1$INAddTasksIntentResponseCodeSuccess@3$INAddTasksIntentResponseCodeUnspecified@0$INAddTasksTargetTaskListConfirmationReasonListShouldBeCreated@1$INAddTasksTemporalEventTriggerUnsupportedReasonInvalidRecurrence@2$INAddTasksTemporalEventTriggerUnsupportedReasonTimeInPast@1$INAmountTypeAmountDue@2$INAmountTypeCurrentBalance@3$INAmountTypeMaximumTransferAmount@4$INAmountTypeMinimumDue@1$INAmountTypeMinimumTransferAmount@5$INAmountTypeStatementBalance@6$INAmountTypeUnknown@0$INAnswerCallIntentResponseCodeContinueInApp@2$INAnswerCallIntentResponseCodeFailure@5$INAnswerCallIntentResponseCodeFailureRequiringAppLaunch@6$INAnswerCallIntentResponseCodeInProgress@3$INAnswerCallIntentResponseCodeReady@1$INAnswerCallIntentResponseCodeSuccess@4$INAnswerCallIntentResponseCodeUnspecified@0$INAppendToNoteIntentResponseCodeFailure@4$INAppendToNoteIntentResponseCodeFailureCannotUpdatePasswordProtectedNote@6$INAppendToNoteIntentResponseCodeFailureRequiringAppLaunch@5$INAppendToNoteIntentResponseCodeInProgress@2$INAppendToNoteIntentResponseCodeReady@1$INAppendToNoteIntentResponseCodeSuccess@3$INAppendToNoteIntentResponseCodeUnspecified@0$INBalanceTypeMiles@3$INBalanceTypeMoney@1$INBalanceTypePoints@2$INBalanceTypeUnknown@0$INBillTypeAutoInsurance@1$INBillTypeCable@2$INBillTypeCarLease@3$INBillTypeCarLoan@4$INBillTypeCreditCard@5$INBillTypeElectricity@6$INBillTypeGarbageAndRecycling@8$INBillTypeGas@7$INBillTypeHealthInsurance@9$INBillTypeHomeInsurance@10$INBillTypeInternet@11$INBillTypeLifeInsurance@12$INBillTypeMortgage@13$INBillTypeMusicStreaming@14$INBillTypePhone@15$INBillTypeRent@16$INBillTypeSewer@17$INBillTypeStudentLoan@18$INBillTypeTrafficTicket@19$INBillTypeTuition@20$INBillTypeUnknown@0$INBillTypeUtilities@21$INBillTypeWater@22$INBookRestaurantReservationIntentCodeDenied@1$INBookRestaurantReservationIntentCodeFailure@2$INBookRestaurantReservationIntentCodeFailureRequiringAppLaunch@3$INBookRestaurantReservationIntentCodeFailureRequiringAppLaunchMustVerifyCredentials@4$INBookRestaurantReservationIntentCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@5$INBookRestaurantReservationIntentCodeSuccess@0$INCallAudioRouteBluetoothAudioRoute@2$INCallAudioRouteSpeakerphoneAudioRoute@1$INCallAudioRouteUnknown@0$INCallCapabilityAudioCall@1$INCallCapabilityOptionAudioCall@1$INCallCapabilityOptionVideoCall@2$INCallCapabilityUnknown@0$INCallCapabilityVideoCall@2$INCallDestinationTypeCallBack@5$INCallDestinationTypeEmergency@2$INCallDestinationTypeEmergencyDestination@2$INCallDestinationTypeNormal@1$INCallDestinationTypeNormalDestination@1$INCallDestinationTypeRedial@4$INCallDestinationTypeRedialDestination@4$INCallDestinationTypeUnknown@0$INCallDestinationTypeVoicemail@3$INCallDestinationTypeVoicemailDestination@3$INCallRecordTypeInProgress@7$INCallRecordTypeLatest@4$INCallRecordTypeMissed@2$INCallRecordTypeOnHold@8$INCallRecordTypeOptionInProgress@64$INCallRecordTypeOptionLatest@8$INCallRecordTypeOptionMissed@2$INCallRecordTypeOptionOnHold@128$INCallRecordTypeOptionOutgoing@1$INCallRecordTypeOptionReceived@4$INCallRecordTypeOptionRinging@32$INCallRecordTypeOptionVoicemail@16$INCallRecordTypeOutgoing@1$INCallRecordTypeReceived@3$INCallRecordTypeRinging@6$INCallRecordTypeUnknown@0$INCallRecordTypeVoicemail@5$INCancelRideIntentResponseCodeFailure@3$INCancelRideIntentResponseCodeReady@1$INCancelRideIntentResponseCodeSuccess@2$INCancelRideIntentResponseCodeUnspecified@0$INCancelWorkoutIntentResponseCodeContinueInApp@2$INCancelWorkoutIntentResponseCodeFailure@3$INCancelWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INCancelWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INCancelWorkoutIntentResponseCodeHandleInApp@6$INCancelWorkoutIntentResponseCodeReady@1$INCancelWorkoutIntentResponseCodeSuccess@7$INCancelWorkoutIntentResponseCodeUnspecified@0$INCarAirCirculationModeFreshAir@1$INCarAirCirculationModeRecirculateAir@2$INCarAirCirculationModeUnknown@0$INCarAudioSourceAUX@5$INCarAudioSourceBluetooth@4$INCarAudioSourceCarPlay@1$INCarAudioSourceHardDrive@9$INCarAudioSourceMemoryCard@7$INCarAudioSourceOpticalDrive@8$INCarAudioSourceRadio@3$INCarAudioSourceUSB@6$INCarAudioSourceUnknown@0$INCarAudioSourceiPod@2$INCarDefrosterAll@3$INCarDefrosterFront@1$INCarDefrosterRear@2$INCarDefrosterUnknown@0$INCarSeatAll@12$INCarSeatDriver@1$INCarSeatFront@5$INCarSeatFrontLeft@3$INCarSeatFrontRight@4$INCarSeatPassenger@2$INCarSeatRear@8$INCarSeatRearLeft@6$INCarSeatRearRight@7$INCarSeatThirdRow@11$INCarSeatThirdRowLeft@9$INCarSeatThirdRowRight@10$INCarSeatUnknown@0$INCarSignalOptionAudible@1$INCarSignalOptionVisible@2$INChargingConnectorTypeOptionCCS1@4$INChargingConnectorTypeOptionCCS2@8$INChargingConnectorTypeOptionCHAdeMO@16$INChargingConnectorTypeOptionGBTAC@32$INChargingConnectorTypeOptionGBTDC@64$INChargingConnectorTypeOptionJ1772@2$INChargingConnectorTypeOptionMennekes@256$INChargingConnectorTypeOptionNone@1$INChargingConnectorTypeOptionTesla@128$INConditionalOperatorAll@0$INConditionalOperatorAny@1$INConditionalOperatorNone@2$INCreateNoteIntentResponseCodeFailure@4$INCreateNoteIntentResponseCodeFailureRequiringAppLaunch@5$INCreateNoteIntentResponseCodeInProgress@2$INCreateNoteIntentResponseCodeReady@1$INCreateNoteIntentResponseCodeSuccess@3$INCreateNoteIntentResponseCodeUnspecified@0$INCreateTaskListIntentResponseCodeFailure@4$INCreateTaskListIntentResponseCodeFailureRequiringAppLaunch@5$INCreateTaskListIntentResponseCodeInProgress@2$INCreateTaskListIntentResponseCodeReady@1$INCreateTaskListIntentResponseCodeSuccess@3$INCreateTaskListIntentResponseCodeUnspecified@0$INDailyRoutineSituationActiveWorkout@8$INDailyRoutineSituationCommute@6$INDailyRoutineSituationEvening@1$INDailyRoutineSituationGym@5$INDailyRoutineSituationHeadphonesConnected@7$INDailyRoutineSituationHome@2$INDailyRoutineSituationMorning@0$INDailyRoutineSituationPhysicalActivityIncomplete@9$INDailyRoutineSituationSchool@4$INDailyRoutineSituationWork@3$INDateSearchTypeByCreatedDate@3$INDateSearchTypeByDueDate@1$INDateSearchTypeByModifiedDate@2$INDateSearchTypeUnknown@0$INDayOfWeekOptionFriday@16$INDayOfWeekOptionMonday@1$INDayOfWeekOptionSaturday@32$INDayOfWeekOptionSunday@64$INDayOfWeekOptionThursday@8$INDayOfWeekOptionTuesday@2$INDayOfWeekOptionWednesday@4$INDeleteTasksIntentResponseCodeFailure@4$INDeleteTasksIntentResponseCodeFailureRequiringAppLaunch@5$INDeleteTasksIntentResponseCodeInProgress@2$INDeleteTasksIntentResponseCodeReady@1$INDeleteTasksIntentResponseCodeSuccess@3$INDeleteTasksIntentResponseCodeUnspecified@0$INDeleteTasksTaskListUnsupportedReasonNoTaskListFound@1$INDeleteTasksTaskUnsupportedReasonNoTasksFound@1$INDeleteTasksTaskUnsupportedReasonNoTasksInApp@2$INEditMessageIntentResponseCodeFailure@4$INEditMessageIntentResponseCodeFailureMessageNotFound@6$INEditMessageIntentResponseCodeFailureMessageServiceNotAvailable@10$INEditMessageIntentResponseCodeFailureMessageTypeUnsupported@8$INEditMessageIntentResponseCodeFailurePastEditTimeLimit@7$INEditMessageIntentResponseCodeFailureRequiringAppLaunch@5$INEditMessageIntentResponseCodeFailureRequiringInAppAuthentication@11$INEditMessageIntentResponseCodeFailureUnsupportedOnService@9$INEditMessageIntentResponseCodeInProgress@2$INEditMessageIntentResponseCodeReady@1$INEditMessageIntentResponseCodeSuccess@3$INEditMessageIntentResponseCodeUnspecified@0$INEndWorkoutIntentResponseCodeContinueInApp@2$INEndWorkoutIntentResponseCodeFailure@3$INEndWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INEndWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INEndWorkoutIntentResponseCodeHandleInApp@6$INEndWorkoutIntentResponseCodeReady@1$INEndWorkoutIntentResponseCodeSuccess@7$INEndWorkoutIntentResponseCodeUnspecified@0$INFocusStatusAuthorizationStatusAuthorized@3$INFocusStatusAuthorizationStatusDenied@2$INFocusStatusAuthorizationStatusNotDetermined@0$INFocusStatusAuthorizationStatusRestricted@1$INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCodeFailure@1$INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCodeSuccess@0$INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCodeUnspecified@2$INGetAvailableRestaurantReservationBookingsIntentCodeFailure@1$INGetAvailableRestaurantReservationBookingsIntentCodeFailureRequestUnsatisfiable@2$INGetAvailableRestaurantReservationBookingsIntentCodeFailureRequestUnspecified@3$INGetAvailableRestaurantReservationBookingsIntentCodeSuccess@0$INGetCarLockStatusIntentResponseCodeFailure@4$INGetCarLockStatusIntentResponseCodeFailureRequiringAppLaunch@5$INGetCarLockStatusIntentResponseCodeInProgress@2$INGetCarLockStatusIntentResponseCodeReady@1$INGetCarLockStatusIntentResponseCodeSuccess@3$INGetCarLockStatusIntentResponseCodeUnspecified@0$INGetCarPowerLevelStatusIntentResponseCodeFailure@4$INGetCarPowerLevelStatusIntentResponseCodeFailureRequiringAppLaunch@5$INGetCarPowerLevelStatusIntentResponseCodeInProgress@2$INGetCarPowerLevelStatusIntentResponseCodeReady@1$INGetCarPowerLevelStatusIntentResponseCodeSuccess@3$INGetCarPowerLevelStatusIntentResponseCodeUnspecified@0$INGetReservationDetailsIntentResponseCodeFailure@4$INGetReservationDetailsIntentResponseCodeFailureRequiringAppLaunch@5$INGetReservationDetailsIntentResponseCodeInProgress@2$INGetReservationDetailsIntentResponseCodeReady@1$INGetReservationDetailsIntentResponseCodeSuccess@3$INGetReservationDetailsIntentResponseCodeUnspecified@0$INGetRestaurantGuestIntentResponseCodeFailure@1$INGetRestaurantGuestIntentResponseCodeSuccess@0$INGetRideStatusIntentResponseCodeFailure@4$INGetRideStatusIntentResponseCodeFailureRequiringAppLaunch@5$INGetRideStatusIntentResponseCodeFailureRequiringAppLaunchMustVerifyCredentials@6$INGetRideStatusIntentResponseCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@7$INGetRideStatusIntentResponseCodeInProgress@2$INGetRideStatusIntentResponseCodeReady@1$INGetRideStatusIntentResponseCodeSuccess@3$INGetRideStatusIntentResponseCodeUnspecified@0$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeFailure@1$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeFailureRequestUnsatisfiable@2$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeSuccess@0$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeUnspecified@3$INGetVisualCodeIntentResponseCodeContinueInApp@2$INGetVisualCodeIntentResponseCodeFailure@5$INGetVisualCodeIntentResponseCodeFailureAppConfigurationRequired@7$INGetVisualCodeIntentResponseCodeFailureRequiringAppLaunch@6$INGetVisualCodeIntentResponseCodeInProgress@3$INGetVisualCodeIntentResponseCodeReady@1$INGetVisualCodeIntentResponseCodeSuccess@4$INGetVisualCodeIntentResponseCodeUnspecified@0$INHangUpCallIntentResponseCodeFailure@4$INHangUpCallIntentResponseCodeFailureNoCallToHangUp@6$INHangUpCallIntentResponseCodeFailureRequiringAppLaunch@5$INHangUpCallIntentResponseCodeInProgress@2$INHangUpCallIntentResponseCodeReady@1$INHangUpCallIntentResponseCodeSuccess@3$INHangUpCallIntentResponseCodeUnspecified@0$INIntentErrorDecodingGeneric@9000$INIntentErrorDeletingAllInteractions@1902$INIntentErrorDeletingInteractionWithGroupIdentifier@1904$INIntentErrorDeletingInteractionWithIdentifiers@1903$INIntentErrorDonatingInteraction@1901$INIntentErrorEncodingFailed@8001$INIntentErrorEncodingGeneric@8000$INIntentErrorExtensionBringUpFailed@5001$INIntentErrorExtensionLaunchingTimeout@5000$INIntentErrorImageGeneric@6000$INIntentErrorImageLoadingFailed@6003$INIntentErrorImageNoServiceAvailable@6001$INIntentErrorImageProxyInvalid@6006$INIntentErrorImageProxyLoop@6005$INIntentErrorImageProxyTimeout@6007$INIntentErrorImageRetrievalFailed@6004$INIntentErrorImageScalingFailed@6009$INIntentErrorImageServiceFailure@6008$INIntentErrorImageStorageFailed@6002$INIntentErrorIntentSupportedByMultipleExtension@2001$INIntentErrorInteractionOperationNotSupported@1900$INIntentErrorInvalidIntentName@2004$INIntentErrorInvalidUserVocabularyFileLocation@4000$INIntentErrorMissingInformation@3002$INIntentErrorNoAppAvailable@2005$INIntentErrorNoAppIntent@10001$INIntentErrorNoHandlerProvidedForIntent@2003$INIntentErrorPermissionDenied@6010$INIntentErrorRequestTimedOut@3001$INIntentErrorRestrictedIntentsNotSupportedByExtension@2002$INIntentErrorUnableToCreateAppIntentRepresentation@10000$INIntentErrorVoiceShortcutCreationFailed@7000$INIntentErrorVoiceShortcutDeleteFailed@7002$INIntentErrorVoiceShortcutGetFailed@7001$INIntentHandlingStatusDeferredToApplication@5$INIntentHandlingStatusFailure@4$INIntentHandlingStatusInProgress@2$INIntentHandlingStatusReady@1$INIntentHandlingStatusSuccess@3$INIntentHandlingStatusUnspecified@0$INIntentHandlingStatusUserConfirmationRequired@6$INInteractionDirectionIncoming@2$INInteractionDirectionOutgoing@1$INInteractionDirectionUnspecified@0$INListCarsIntentResponseCodeFailure@4$INListCarsIntentResponseCodeFailureRequiringAppLaunch@5$INListCarsIntentResponseCodeInProgress@2$INListCarsIntentResponseCodeReady@1$INListCarsIntentResponseCodeSuccess@3$INListCarsIntentResponseCodeUnspecified@0$INListRideOptionsIntentResponseCodeFailure@4$INListRideOptionsIntentResponseCodeFailurePreviousRideNeedsFeedback@10$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunch@5$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchMustVerifyCredentials@6$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchNoServiceInArea@7$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchPreviousRideNeedsCompletion@9$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@8$INListRideOptionsIntentResponseCodeInProgress@2$INListRideOptionsIntentResponseCodeReady@1$INListRideOptionsIntentResponseCodeSuccess@3$INListRideOptionsIntentResponseCodeUnspecified@0$INLocationSearchTypeByLocationTrigger@1$INLocationSearchTypeUnknown@0$INMediaAffinityTypeDislike@2$INMediaAffinityTypeLike@1$INMediaAffinityTypeUnknown@0$INMediaDestinationTypeLibrary@1$INMediaDestinationTypePlaylist@2$INMediaDestinationTypeUnknown@0$INMediaItemTypeAlbum@2$INMediaItemTypeAlgorithmicRadioStation@19$INMediaItemTypeArtist@3$INMediaItemTypeAudioBook@10$INMediaItemTypeGenre@4$INMediaItemTypeMovie@11$INMediaItemTypeMusic@18$INMediaItemTypeMusicStation@9$INMediaItemTypeMusicVideo@14$INMediaItemTypeNews@20$INMediaItemTypePlaylist@5$INMediaItemTypePodcastEpisode@7$INMediaItemTypePodcastPlaylist@8$INMediaItemTypePodcastShow@6$INMediaItemTypePodcastStation@15$INMediaItemTypeRadioStation@16$INMediaItemTypeSong@1$INMediaItemTypeStation@17$INMediaItemTypeTVShow@12$INMediaItemTypeTVShowEpisode@13$INMediaItemTypeUnknown@0$INMediaReferenceCurrentlyPlaying@1$INMediaReferenceMy@2$INMediaReferenceUnknown@0$INMediaSortOrderBest@3$INMediaSortOrderNewest@1$INMediaSortOrderOldest@2$INMediaSortOrderPopular@5$INMediaSortOrderRecommended@8$INMediaSortOrderTrending@7$INMediaSortOrderUnknown@0$INMediaSortOrderUnpopular@6$INMediaSortOrderWorst@4$INMediaUserContextSubscriptionStatusNotSubscribed@1$INMediaUserContextSubscriptionStatusSubscribed@2$INMediaUserContextSubscriptionStatusUnknown@0$INMessageAttributeFlagged@3$INMessageAttributeOptionFlagged@4$INMessageAttributeOptionPlayed@16$INMessageAttributeOptionRead@1$INMessageAttributeOptionUnflagged@8$INMessageAttributeOptionUnread@2$INMessageAttributePlayed@5$INMessageAttributeRead@1$INMessageAttributeUnflagged@4$INMessageAttributeUnknown@0$INMessageAttributeUnread@2$INMessageReactionTypeEmoji@2$INMessageReactionTypeEmojiReaction@1$INMessageReactionTypeGeneric@3$INMessageReactionTypeUnknown@0$INMessageTypeActivitySnippet@23$INMessageTypeAnimoji@22$INMessageTypeAudio@2$INMessageTypeDigitalTouch@3$INMessageTypeFile@24$INMessageTypeHandwriting@4$INMessageTypeLink@25$INMessageTypeMediaAddressCard@14$INMessageTypeMediaAnimatedImage@27$INMessageTypeMediaAudio@18$INMessageTypeMediaCalendar@12$INMessageTypeMediaImage@15$INMessageTypeMediaLocation@13$INMessageTypeMediaPass@17$INMessageTypeMediaVideo@16$INMessageTypePaymentNote@21$INMessageTypePaymentRequest@20$INMessageTypePaymentSent@19$INMessageTypeReaction@26$INMessageTypeSticker@5$INMessageTypeTapbackDisliked@7$INMessageTypeTapbackEmphasized@8$INMessageTypeTapbackLaughed@11$INMessageTypeTapbackLiked@6$INMessageTypeTapbackLoved@9$INMessageTypeTapbackQuestioned@10$INMessageTypeText@1$INMessageTypeThirdPartyAttachment@28$INMessageTypeUnspecified@0$INNoteContentTypeImage@2$INNoteContentTypeText@1$INNoteContentTypeUnknown@0$INNotebookItemTypeNote@1$INNotebookItemTypeTask@3$INNotebookItemTypeTaskList@2$INNotebookItemTypeUnknown@0$INOutgoingMessageTypeOutgoingMessageAudio@2$INOutgoingMessageTypeOutgoingMessageText@1$INOutgoingMessageTypeUnknown@0$INPauseWorkoutIntentResponseCodeContinueInApp@2$INPauseWorkoutIntentResponseCodeFailure@3$INPauseWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INPauseWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INPauseWorkoutIntentResponseCodeHandleInApp@6$INPauseWorkoutIntentResponseCodeReady@1$INPauseWorkoutIntentResponseCodeSuccess@7$INPauseWorkoutIntentResponseCodeUnspecified@0$INPayBillIntentResponseCodeFailure@4$INPayBillIntentResponseCodeFailureCredentialsUnverified@6$INPayBillIntentResponseCodeFailureInsufficientFunds@7$INPayBillIntentResponseCodeFailureRequiringAppLaunch@5$INPayBillIntentResponseCodeInProgress@2$INPayBillIntentResponseCodeReady@1$INPayBillIntentResponseCodeSuccess@3$INPayBillIntentResponseCodeUnspecified@0$INPaymentMethodTypeApplePay@8$INPaymentMethodTypeBrokerage@3$INPaymentMethodTypeChecking@1$INPaymentMethodTypeCredit@5$INPaymentMethodTypeDebit@4$INPaymentMethodTypePrepaid@6$INPaymentMethodTypeSavings@2$INPaymentMethodTypeStore@7$INPaymentMethodTypeUnknown@0$INPaymentStatusCanceled@3$INPaymentStatusCompleted@2$INPaymentStatusFailed@4$INPaymentStatusPending@1$INPaymentStatusUnknown@0$INPaymentStatusUnpaid@5$INPersonHandleTypeEmailAddress@1$INPersonHandleTypePhoneNumber@2$INPersonHandleTypeUnknown@0$INPersonSuggestionTypeInstantMessageAddress@2$INPersonSuggestionTypeNone@0$INPersonSuggestionTypeSocialProfile@1$INPhotoAttributeOptionBouncePhoto@134217728$INPhotoAttributeOptionBurstPhoto@1024$INPhotoAttributeOptionChromeFilter@131072$INPhotoAttributeOptionFadeFilter@4194304$INPhotoAttributeOptionFavorite@64$INPhotoAttributeOptionFlash@8$INPhotoAttributeOptionFrontFacingCamera@256$INPhotoAttributeOptionGIF@4$INPhotoAttributeOptionHDRPhoto@2048$INPhotoAttributeOptionInstantFilter@262144$INPhotoAttributeOptionLandscapeOrientation@16$INPhotoAttributeOptionLivePhoto@33554432$INPhotoAttributeOptionLongExposurePhoto@268435456$INPhotoAttributeOptionLoopPhoto@67108864$INPhotoAttributeOptionMonoFilter@2097152$INPhotoAttributeOptionNoirFilter@65536$INPhotoAttributeOptionPanoramaPhoto@8192$INPhotoAttributeOptionPhoto@1$INPhotoAttributeOptionPortraitOrientation@32$INPhotoAttributeOptionPortraitPhoto@16777216$INPhotoAttributeOptionProcessFilter@8388608$INPhotoAttributeOptionScreenshot@512$INPhotoAttributeOptionSelfie@128$INPhotoAttributeOptionSlowMotionVideo@32768$INPhotoAttributeOptionSquarePhoto@4096$INPhotoAttributeOptionTimeLapseVideo@16384$INPhotoAttributeOptionTonalFilter@524288$INPhotoAttributeOptionTransferFilter@1048576$INPhotoAttributeOptionVideo@2$INPlayMediaIntentResponseCodeContinueInApp@2$INPlayMediaIntentResponseCodeFailure@6$INPlayMediaIntentResponseCodeFailureMaxStreamLimitReached@11$INPlayMediaIntentResponseCodeFailureNoUnplayedContent@9$INPlayMediaIntentResponseCodeFailureRequiringAppLaunch@7$INPlayMediaIntentResponseCodeFailureRestrictedContent@10$INPlayMediaIntentResponseCodeFailureUnknownMediaType@8$INPlayMediaIntentResponseCodeHandleInApp@5$INPlayMediaIntentResponseCodeInProgress@3$INPlayMediaIntentResponseCodeReady@1$INPlayMediaIntentResponseCodeSuccess@4$INPlayMediaIntentResponseCodeUnspecified@0$INPlayMediaMediaItemUnsupportedReasonCellularDataSettings@5$INPlayMediaMediaItemUnsupportedReasonExplicitContentSettings@4$INPlayMediaMediaItemUnsupportedReasonLoginRequired@1$INPlayMediaMediaItemUnsupportedReasonRegionRestriction@8$INPlayMediaMediaItemUnsupportedReasonRestrictedContent@6$INPlayMediaMediaItemUnsupportedReasonServiceUnavailable@7$INPlayMediaMediaItemUnsupportedReasonSubscriptionRequired@2$INPlayMediaMediaItemUnsupportedReasonUnsupportedMediaType@3$INPlayMediaPlaybackSpeedUnsupportedReasonAboveMaximum@2$INPlayMediaPlaybackSpeedUnsupportedReasonBelowMinimum@1$INPlaybackQueueLocationLater@3$INPlaybackQueueLocationNext@2$INPlaybackQueueLocationNow@1$INPlaybackQueueLocationUnknown@0$INPlaybackRepeatModeAll@2$INPlaybackRepeatModeNone@1$INPlaybackRepeatModeOne@3$INPlaybackRepeatModeUnknown@0$INRadioTypeAM@1$INRadioTypeDAB@5$INRadioTypeFM@2$INRadioTypeHD@3$INRadioTypeSatellite@4$INRadioTypeUnknown@0$INRecurrenceFrequencyDaily@3$INRecurrenceFrequencyHourly@2$INRecurrenceFrequencyMinute@1$INRecurrenceFrequencyMonthly@5$INRecurrenceFrequencyUnknown@0$INRecurrenceFrequencyWeekly@4$INRecurrenceFrequencyYearly@6$INRelativeReferenceNext@1$INRelativeReferencePrevious@2$INRelativeReferenceUnknown@0$INRelativeSettingHigher@3$INRelativeSettingHighest@4$INRelativeSettingLower@2$INRelativeSettingLowest@1$INRelativeSettingUnknown@0$INRelevantShortcutRoleAction@0$INRelevantShortcutRoleInformation@1$INRequestPaymentCurrencyAmountUnsupportedReasonPaymentsAmountAboveMaximum@2$INRequestPaymentCurrencyAmountUnsupportedReasonPaymentsAmountBelowMinimum@1$INRequestPaymentCurrencyAmountUnsupportedReasonPaymentsCurrencyUnsupported@3$INRequestPaymentIntentResponseCodeFailure@4$INRequestPaymentIntentResponseCodeFailureCredentialsUnverified@6$INRequestPaymentIntentResponseCodeFailureNoBankAccount@10$INRequestPaymentIntentResponseCodeFailureNotEligible@11$INRequestPaymentIntentResponseCodeFailurePaymentsAmountAboveMaximum@8$INRequestPaymentIntentResponseCodeFailurePaymentsAmountBelowMinimum@7$INRequestPaymentIntentResponseCodeFailurePaymentsCurrencyUnsupported@9$INRequestPaymentIntentResponseCodeFailureRequiringAppLaunch@5$INRequestPaymentIntentResponseCodeFailureTermsAndConditionsAcceptanceRequired@12$INRequestPaymentIntentResponseCodeInProgress@2$INRequestPaymentIntentResponseCodeReady@1$INRequestPaymentIntentResponseCodeSuccess@3$INRequestPaymentIntentResponseCodeUnspecified@0$INRequestPaymentPayerUnsupportedReasonCredentialsUnverified@1$INRequestPaymentPayerUnsupportedReasonNoAccount@2$INRequestPaymentPayerUnsupportedReasonNoValidHandle@3$INRequestRideIntentResponseCodeFailure@4$INRequestRideIntentResponseCodeFailureRequiringAppLaunch@5$INRequestRideIntentResponseCodeFailureRequiringAppLaunchMustVerifyCredentials@6$INRequestRideIntentResponseCodeFailureRequiringAppLaunchNoServiceInArea@7$INRequestRideIntentResponseCodeFailureRequiringAppLaunchPreviousRideNeedsCompletion@9$INRequestRideIntentResponseCodeFailureRequiringAppLaunchRideScheduledTooFar@10$INRequestRideIntentResponseCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@8$INRequestRideIntentResponseCodeInProgress@2$INRequestRideIntentResponseCodeReady@1$INRequestRideIntentResponseCodeSuccess@3$INRequestRideIntentResponseCodeUnspecified@0$INReservationActionTypeCheckIn@1$INReservationActionTypeUnknown@0$INReservationStatusCanceled@1$INReservationStatusConfirmed@4$INReservationStatusHold@3$INReservationStatusPending@2$INReservationStatusUnknown@0$INRestaurantReservationUserBookingStatusConfirmed@1$INRestaurantReservationUserBookingStatusDenied@2$INRestaurantReservationUserBookingStatusPending@0$INResumeWorkoutIntentResponseCodeContinueInApp@2$INResumeWorkoutIntentResponseCodeFailure@3$INResumeWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INResumeWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INResumeWorkoutIntentResponseCodeHandleInApp@6$INResumeWorkoutIntentResponseCodeReady@1$INResumeWorkoutIntentResponseCodeSuccess@7$INResumeWorkoutIntentResponseCodeUnspecified@0$INRideFeedbackTypeOptionRate@1$INRideFeedbackTypeOptionTip@2$INRidePhaseApproachingPickup@5$INRidePhaseCompleted@4$INRidePhaseConfirmed@2$INRidePhaseOngoing@3$INRidePhasePickup@6$INRidePhaseReceived@1$INRidePhaseUnknown@0$INSaveProfileInCarIntentResponseCodeFailure@4$INSaveProfileInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSaveProfileInCarIntentResponseCodeInProgress@2$INSaveProfileInCarIntentResponseCodeReady@1$INSaveProfileInCarIntentResponseCodeSuccess@3$INSaveProfileInCarIntentResponseCodeUnspecified@0$INSearchCallHistoryIntentResponseCodeContinueInApp@2$INSearchCallHistoryIntentResponseCodeFailure@3$INSearchCallHistoryIntentResponseCodeFailureAppConfigurationRequired@5$INSearchCallHistoryIntentResponseCodeFailureRequiringAppLaunch@4$INSearchCallHistoryIntentResponseCodeInProgress@6$INSearchCallHistoryIntentResponseCodeReady@1$INSearchCallHistoryIntentResponseCodeSuccess@7$INSearchCallHistoryIntentResponseCodeUnspecified@0$INSearchForAccountsIntentResponseCodeFailure@4$INSearchForAccountsIntentResponseCodeFailureAccountNotFound@7$INSearchForAccountsIntentResponseCodeFailureCredentialsUnverified@6$INSearchForAccountsIntentResponseCodeFailureNotEligible@9$INSearchForAccountsIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForAccountsIntentResponseCodeFailureTermsAndConditionsAcceptanceRequired@8$INSearchForAccountsIntentResponseCodeInProgress@2$INSearchForAccountsIntentResponseCodeReady@1$INSearchForAccountsIntentResponseCodeSuccess@3$INSearchForAccountsIntentResponseCodeUnspecified@0$INSearchForBillsIntentResponseCodeFailure@4$INSearchForBillsIntentResponseCodeFailureBillNotFound@7$INSearchForBillsIntentResponseCodeFailureCredentialsUnverified@6$INSearchForBillsIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForBillsIntentResponseCodeInProgress@2$INSearchForBillsIntentResponseCodeReady@1$INSearchForBillsIntentResponseCodeSuccess@3$INSearchForBillsIntentResponseCodeUnspecified@0$INSearchForMediaIntentResponseCodeContinueInApp@2$INSearchForMediaIntentResponseCodeFailure@5$INSearchForMediaIntentResponseCodeFailureRequiringAppLaunch@6$INSearchForMediaIntentResponseCodeInProgress@3$INSearchForMediaIntentResponseCodeReady@1$INSearchForMediaIntentResponseCodeSuccess@4$INSearchForMediaIntentResponseCodeUnspecified@0$INSearchForMediaMediaItemUnsupportedReasonCellularDataSettings@5$INSearchForMediaMediaItemUnsupportedReasonExplicitContentSettings@4$INSearchForMediaMediaItemUnsupportedReasonLoginRequired@1$INSearchForMediaMediaItemUnsupportedReasonRegionRestriction@8$INSearchForMediaMediaItemUnsupportedReasonRestrictedContent@6$INSearchForMediaMediaItemUnsupportedReasonServiceUnavailable@7$INSearchForMediaMediaItemUnsupportedReasonSubscriptionRequired@2$INSearchForMediaMediaItemUnsupportedReasonUnsupportedMediaType@3$INSearchForMessagesIntentResponseCodeFailure@4$INSearchForMessagesIntentResponseCodeFailureMessageServiceNotAvailable@6$INSearchForMessagesIntentResponseCodeFailureMessageTooManyResults@7$INSearchForMessagesIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForMessagesIntentResponseCodeFailureRequiringInAppAuthentication@8$INSearchForMessagesIntentResponseCodeInProgress@2$INSearchForMessagesIntentResponseCodeReady@1$INSearchForMessagesIntentResponseCodeSuccess@3$INSearchForMessagesIntentResponseCodeUnspecified@0$INSearchForNotebookItemsIntentResponseCodeFailure@4$INSearchForNotebookItemsIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForNotebookItemsIntentResponseCodeInProgress@2$INSearchForNotebookItemsIntentResponseCodeReady@1$INSearchForNotebookItemsIntentResponseCodeSuccess@3$INSearchForNotebookItemsIntentResponseCodeUnspecified@0$INSearchForPhotosIntentResponseCodeContinueInApp@2$INSearchForPhotosIntentResponseCodeFailure@3$INSearchForPhotosIntentResponseCodeFailureAppConfigurationRequired@5$INSearchForPhotosIntentResponseCodeFailureRequiringAppLaunch@4$INSearchForPhotosIntentResponseCodeReady@1$INSearchForPhotosIntentResponseCodeUnspecified@0$INSendMessageIntentResponseCodeFailure@4$INSendMessageIntentResponseCodeFailureMessageAttachmentError@7$INSendMessageIntentResponseCodeFailureMessageLocationNotAllowed@8$INSendMessageIntentResponseCodeFailureMessageServiceNotAvailable@6$INSendMessageIntentResponseCodeFailureRequiringAppLaunch@5$INSendMessageIntentResponseCodeFailureRequiringInAppAuthentication@7$INSendMessageIntentResponseCodeInProgress@2$INSendMessageIntentResponseCodeReady@1$INSendMessageIntentResponseCodeSuccess@3$INSendMessageIntentResponseCodeUnspecified@0$INSendMessageRecipientUnsupportedReasonMessagingServiceNotEnabledForRecipient@3$INSendMessageRecipientUnsupportedReasonNoAccount@1$INSendMessageRecipientUnsupportedReasonNoHandleForLabel@6$INSendMessageRecipientUnsupportedReasonNoValidHandle@4$INSendMessageRecipientUnsupportedReasonOffline@2$INSendMessageRecipientUnsupportedReasonRequestedHandleInvalid@5$INSendMessageRecipientUnsupportedReasonRequiringInAppAuthentication@7$INSendPaymentCurrencyAmountUnsupportedReasonPaymentsAmountAboveMaximum@2$INSendPaymentCurrencyAmountUnsupportedReasonPaymentsAmountBelowMinimum@1$INSendPaymentCurrencyAmountUnsupportedReasonPaymentsCurrencyUnsupported@3$INSendPaymentIntentResponseCodeFailure@4$INSendPaymentIntentResponseCodeFailureCredentialsUnverified@6$INSendPaymentIntentResponseCodeFailureInsufficientFunds@10$INSendPaymentIntentResponseCodeFailureNoBankAccount@11$INSendPaymentIntentResponseCodeFailureNotEligible@12$INSendPaymentIntentResponseCodeFailurePaymentsAmountAboveMaximum@8$INSendPaymentIntentResponseCodeFailurePaymentsAmountBelowMinimum@7$INSendPaymentIntentResponseCodeFailurePaymentsCurrencyUnsupported@9$INSendPaymentIntentResponseCodeFailureRequiringAppLaunch@5$INSendPaymentIntentResponseCodeFailureTermsAndConditionsAcceptanceRequired@13$INSendPaymentIntentResponseCodeInProgress@2$INSendPaymentIntentResponseCodeReady@1$INSendPaymentIntentResponseCodeSuccess@3$INSendPaymentIntentResponseCodeUnspecified@0$INSendPaymentPayeeUnsupportedReasonCredentialsUnverified@1$INSendPaymentPayeeUnsupportedReasonInsufficientFunds@2$INSendPaymentPayeeUnsupportedReasonNoAccount@3$INSendPaymentPayeeUnsupportedReasonNoValidHandle@4$INSendRideFeedbackIntentResponseCodeFailure@3$INSendRideFeedbackIntentResponseCodeReady@1$INSendRideFeedbackIntentResponseCodeSuccess@2$INSendRideFeedbackIntentResponseCodeUnspecified@0$INSetAudioSourceInCarIntentResponseCodeFailure@4$INSetAudioSourceInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetAudioSourceInCarIntentResponseCodeInProgress@2$INSetAudioSourceInCarIntentResponseCodeReady@1$INSetAudioSourceInCarIntentResponseCodeSuccess@3$INSetAudioSourceInCarIntentResponseCodeUnspecified@0$INSetCarLockStatusIntentResponseCodeFailure@4$INSetCarLockStatusIntentResponseCodeFailureRequiringAppLaunch@5$INSetCarLockStatusIntentResponseCodeInProgress@2$INSetCarLockStatusIntentResponseCodeReady@1$INSetCarLockStatusIntentResponseCodeSuccess@3$INSetCarLockStatusIntentResponseCodeUnspecified@0$INSetClimateSettingsInCarIntentResponseCodeFailure@4$INSetClimateSettingsInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetClimateSettingsInCarIntentResponseCodeInProgress@2$INSetClimateSettingsInCarIntentResponseCodeReady@1$INSetClimateSettingsInCarIntentResponseCodeSuccess@3$INSetClimateSettingsInCarIntentResponseCodeUnspecified@0$INSetDefrosterSettingsInCarIntentResponseCodeFailure@4$INSetDefrosterSettingsInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetDefrosterSettingsInCarIntentResponseCodeInProgress@2$INSetDefrosterSettingsInCarIntentResponseCodeReady@1$INSetDefrosterSettingsInCarIntentResponseCodeSuccess@3$INSetDefrosterSettingsInCarIntentResponseCodeUnspecified@0$INSetMessageAttributeIntentResponseCodeFailure@4$INSetMessageAttributeIntentResponseCodeFailureMessageAttributeNotSet@7$INSetMessageAttributeIntentResponseCodeFailureMessageNotFound@6$INSetMessageAttributeIntentResponseCodeFailureRequiringAppLaunch@5$INSetMessageAttributeIntentResponseCodeInProgress@2$INSetMessageAttributeIntentResponseCodeReady@1$INSetMessageAttributeIntentResponseCodeSuccess@3$INSetMessageAttributeIntentResponseCodeUnspecified@0$INSetProfileInCarIntentResponseCodeFailure@4$INSetProfileInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetProfileInCarIntentResponseCodeInProgress@2$INSetProfileInCarIntentResponseCodeReady@1$INSetProfileInCarIntentResponseCodeSuccess@3$INSetProfileInCarIntentResponseCodeUnspecified@0$INSetRadioStationIntentResponseCodeFailure@4$INSetRadioStationIntentResponseCodeFailureNotSubscribed@6$INSetRadioStationIntentResponseCodeFailureRequiringAppLaunch@5$INSetRadioStationIntentResponseCodeInProgress@2$INSetRadioStationIntentResponseCodeReady@1$INSetRadioStationIntentResponseCodeSuccess@3$INSetRadioStationIntentResponseCodeUnspecified@0$INSetSeatSettingsInCarIntentResponseCodeFailure@4$INSetSeatSettingsInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetSeatSettingsInCarIntentResponseCodeInProgress@2$INSetSeatSettingsInCarIntentResponseCodeReady@1$INSetSeatSettingsInCarIntentResponseCodeSuccess@3$INSetSeatSettingsInCarIntentResponseCodeUnspecified@0$INSetTaskAttributeIntentResponseCodeFailure@4$INSetTaskAttributeIntentResponseCodeFailureRequiringAppLaunch@5$INSetTaskAttributeIntentResponseCodeInProgress@2$INSetTaskAttributeIntentResponseCodeReady@1$INSetTaskAttributeIntentResponseCodeSuccess@3$INSetTaskAttributeIntentResponseCodeUnspecified@0$INSetTaskAttributeTemporalEventTriggerUnsupportedReasonInvalidRecurrence@2$INSetTaskAttributeTemporalEventTriggerUnsupportedReasonTimeInPast@1$INShareFocusStatusIntentResponseCodeFailure@4$INShareFocusStatusIntentResponseCodeFailureRequiringAppLaunch@5$INShareFocusStatusIntentResponseCodeInProgress@2$INShareFocusStatusIntentResponseCodeReady@1$INShareFocusStatusIntentResponseCodeSuccess@3$INShareFocusStatusIntentResponseCodeUnspecified@0$INShortcutAvailabilityOptionSleepJournaling@2$INShortcutAvailabilityOptionSleepMindfulness@1$INShortcutAvailabilityOptionSleepMusic@4$INShortcutAvailabilityOptionSleepPodcasts@8$INShortcutAvailabilityOptionSleepPrepareForTomorrow@32$INShortcutAvailabilityOptionSleepReading@16$INShortcutAvailabilityOptionSleepWrapUpYourDay@32$INShortcutAvailabilityOptionSleepYogaAndStretching@64$INSiriAuthorizationStatusAuthorized@3$INSiriAuthorizationStatusDenied@2$INSiriAuthorizationStatusNotDetermined@0$INSiriAuthorizationStatusRestricted@1$INSnoozeTasksIntentResponseCodeFailure@4$INSnoozeTasksIntentResponseCodeFailureRequiringAppLaunch@5$INSnoozeTasksIntentResponseCodeInProgress@2$INSnoozeTasksIntentResponseCodeReady@1$INSnoozeTasksIntentResponseCodeSuccess@3$INSnoozeTasksIntentResponseCodeUnspecified@0$INSnoozeTasksTaskUnsupportedReasonNoTasksFound@1$INSortTypeAsIs@1$INSortTypeByDate@2$INSortTypeUnknown@0$INSpatialEventArrive@1$INSpatialEventDepart@2$INSpatialEventUnknown@0$INStartAudioCallIntentResponseCodeContinueInApp@2$INStartAudioCallIntentResponseCodeFailure@3$INStartAudioCallIntentResponseCodeFailureAppConfigurationRequired@5$INStartAudioCallIntentResponseCodeFailureCallingServiceNotAvailable@6$INStartAudioCallIntentResponseCodeFailureContactNotSupportedByApp@7$INStartAudioCallIntentResponseCodeFailureNoValidNumber@8$INStartAudioCallIntentResponseCodeFailureRequiringAppLaunch@4$INStartAudioCallIntentResponseCodeReady@1$INStartAudioCallIntentResponseCodeUnspecified@0$INStartCallCallCapabilityUnsupportedReasonCameraNotAccessible@3$INStartCallCallCapabilityUnsupportedReasonMicrophoneNotAccessible@2$INStartCallCallCapabilityUnsupportedReasonVideoCallUnsupported@1$INStartCallCallRecordToCallBackUnsupportedReasonNoMatchingCall@1$INStartCallContactUnsupportedReasonInvalidHandle@4$INStartCallContactUnsupportedReasonMultipleContactsUnsupported@2$INStartCallContactUnsupportedReasonNoCallHistoryForRedial@6$INStartCallContactUnsupportedReasonNoContactFound@1$INStartCallContactUnsupportedReasonNoHandleForLabel@3$INStartCallContactUnsupportedReasonNoUsableHandleForRedial@7$INStartCallContactUnsupportedReasonRequiringInAppAuthentication@8$INStartCallContactUnsupportedReasonUnsupportedMmiUssd@5$INStartCallIntentResponseCodeContinueInApp@2$INStartCallIntentResponseCodeFailure@4$INStartCallIntentResponseCodeFailureAirplaneModeEnabled@8$INStartCallIntentResponseCodeFailureAppConfigurationRequired@10$INStartCallIntentResponseCodeFailureCallInProgress@11$INStartCallIntentResponseCodeFailureCallRinging@12$INStartCallIntentResponseCodeFailureCallingServiceNotAvailable@6$INStartCallIntentResponseCodeFailureContactNotSupportedByApp@7$INStartCallIntentResponseCodeFailureRequiringAppLaunch@5$INStartCallIntentResponseCodeFailureRequiringInAppAuthentication@13$INStartCallIntentResponseCodeFailureUnableToHandOff@9$INStartCallIntentResponseCodeReady@1$INStartCallIntentResponseCodeUnspecified@0$INStartCallIntentResponseCodeUserConfirmationRequired@3$INStartPhotoPlaybackIntentResponseCodeContinueInApp@2$INStartPhotoPlaybackIntentResponseCodeFailure@3$INStartPhotoPlaybackIntentResponseCodeFailureAppConfigurationRequired@5$INStartPhotoPlaybackIntentResponseCodeFailureRequiringAppLaunch@4$INStartPhotoPlaybackIntentResponseCodeReady@1$INStartPhotoPlaybackIntentResponseCodeUnspecified@0$INStartVideoCallIntentResponseCodeContinueInApp@2$INStartVideoCallIntentResponseCodeFailure@3$INStartVideoCallIntentResponseCodeFailureAppConfigurationRequired@5$INStartVideoCallIntentResponseCodeFailureCallingServiceNotAvailable@6$INStartVideoCallIntentResponseCodeFailureContactNotSupportedByApp@7$INStartVideoCallIntentResponseCodeFailureInvalidNumber@8$INStartVideoCallIntentResponseCodeFailureRequiringAppLaunch@4$INStartVideoCallIntentResponseCodeReady@1$INStartVideoCallIntentResponseCodeUnspecified@0$INStartWorkoutIntentResponseCodeContinueInApp@2$INStartWorkoutIntentResponseCodeFailure@3$INStartWorkoutIntentResponseCodeFailureNoMatchingWorkout@6$INStartWorkoutIntentResponseCodeFailureOngoingWorkout@5$INStartWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INStartWorkoutIntentResponseCodeHandleInApp@7$INStartWorkoutIntentResponseCodeReady@1$INStartWorkoutIntentResponseCodeSuccess@8$INStartWorkoutIntentResponseCodeUnspecified@0$INStickerTypeEmoji@1$INStickerTypeGeneric@2$INStickerTypeUnknown@0$INTaskPriorityFlagged@2$INTaskPriorityNotFlagged@1$INTaskPriorityUnknown@0$INTaskStatusCompleted@2$INTaskStatusNotCompleted@1$INTaskStatusUnknown@0$INTaskTypeCompletable@2$INTaskTypeNotCompletable@1$INTaskTypeUnknown@0$INTemporalEventTriggerTypeOptionNotScheduled@1$INTemporalEventTriggerTypeOptionScheduledNonRecurring@2$INTemporalEventTriggerTypeOptionScheduledRecurring@4$INTicketedEventCategoryMovie@1$INTicketedEventCategoryUnknown@0$INTransferMoneyIntentResponseCodeFailure@4$INTransferMoneyIntentResponseCodeFailureCredentialsUnverified@6$INTransferMoneyIntentResponseCodeFailureInsufficientFunds@7$INTransferMoneyIntentResponseCodeFailureRequiringAppLaunch@5$INTransferMoneyIntentResponseCodeInProgress@2$INTransferMoneyIntentResponseCodeReady@1$INTransferMoneyIntentResponseCodeSuccess@3$INTransferMoneyIntentResponseCodeUnspecified@0$INUnsendMessagesIntentResponseCodeFailure@4$INUnsendMessagesIntentResponseCodeFailureMessageNotFound@6$INUnsendMessagesIntentResponseCodeFailureMessageServiceNotAvailable@10$INUnsendMessagesIntentResponseCodeFailureMessageTypeUnsupported@8$INUnsendMessagesIntentResponseCodeFailurePastUnsendTimeLimit@7$INUnsendMessagesIntentResponseCodeFailureRequiringAppLaunch@5$INUnsendMessagesIntentResponseCodeFailureRequiringInAppAuthentication@11$INUnsendMessagesIntentResponseCodeFailureUnsupportedOnService@9$INUnsendMessagesIntentResponseCodeInProgress@2$INUnsendMessagesIntentResponseCodeReady@1$INUnsendMessagesIntentResponseCodeSuccess@3$INUnsendMessagesIntentResponseCodeUnspecified@0$INUpcomingMediaPredictionModeDefault@0$INUpcomingMediaPredictionModeOnlyPredictSuggestedIntents@1$INUpdateMediaAffinityIntentResponseCodeFailure@4$INUpdateMediaAffinityIntentResponseCodeFailureRequiringAppLaunch@5$INUpdateMediaAffinityIntentResponseCodeInProgress@2$INUpdateMediaAffinityIntentResponseCodeReady@1$INUpdateMediaAffinityIntentResponseCodeSuccess@3$INUpdateMediaAffinityIntentResponseCodeUnspecified@0$INUpdateMediaAffinityMediaItemUnsupportedReasonCellularDataSettings@5$INUpdateMediaAffinityMediaItemUnsupportedReasonExplicitContentSettings@4$INUpdateMediaAffinityMediaItemUnsupportedReasonLoginRequired@1$INUpdateMediaAffinityMediaItemUnsupportedReasonRegionRestriction@8$INUpdateMediaAffinityMediaItemUnsupportedReasonRestrictedContent@6$INUpdateMediaAffinityMediaItemUnsupportedReasonServiceUnavailable@7$INUpdateMediaAffinityMediaItemUnsupportedReasonSubscriptionRequired@2$INUpdateMediaAffinityMediaItemUnsupportedReasonUnsupportedMediaType@3$INVisualCodeTypeBus@5$INVisualCodeTypeContact@1$INVisualCodeTypeRequestPayment@2$INVisualCodeTypeSendPayment@3$INVisualCodeTypeSubway@6$INVisualCodeTypeTransit@4$INVisualCodeTypeUnknown@0$INVocabularyStringTypeCarName@301$INVocabularyStringTypeCarProfileName@300$INVocabularyStringTypeContactGroupName@2$INVocabularyStringTypeContactName@1$INVocabularyStringTypeMediaAudiobookAuthorName@703$INVocabularyStringTypeMediaAudiobookTitle@702$INVocabularyStringTypeMediaMusicArtistName@701$INVocabularyStringTypeMediaPlaylistTitle@700$INVocabularyStringTypeMediaShowTitle@704$INVocabularyStringTypeNotebookItemGroupName@501$INVocabularyStringTypeNotebookItemTitle@500$INVocabularyStringTypePaymentsAccountNickname@401$INVocabularyStringTypePaymentsOrganizationName@400$INVocabularyStringTypePhotoAlbumName@101$INVocabularyStringTypePhotoTag@100$INVocabularyStringTypeWorkoutActivityName@200$INWorkoutGoalUnitTypeFoot@3$INWorkoutGoalUnitTypeHour@8$INWorkoutGoalUnitTypeInch@1$INWorkoutGoalUnitTypeJoule@9$INWorkoutGoalUnitTypeKiloCalorie@10$INWorkoutGoalUnitTypeMeter@2$INWorkoutGoalUnitTypeMile@4$INWorkoutGoalUnitTypeMinute@7$INWorkoutGoalUnitTypeSecond@6$INWorkoutGoalUnitTypeUnknown@0$INWorkoutGoalUnitTypeYard@5$INWorkoutLocationTypeIndoor@2$INWorkoutLocationTypeOutdoor@1$INWorkoutLocationTypeUnknown@0$"""
|
|
34
|
+
enums = """$INAccountTypeChecking@1$INAccountTypeCredit@2$INAccountTypeDebit@3$INAccountTypeInvestment@4$INAccountTypeMortgage@5$INAccountTypePrepaid@6$INAccountTypeSaving@7$INAccountTypeUnknown@0$INActivateCarSignalIntentResponseCodeFailure@4$INActivateCarSignalIntentResponseCodeFailureRequiringAppLaunch@5$INActivateCarSignalIntentResponseCodeInProgress@2$INActivateCarSignalIntentResponseCodeReady@1$INActivateCarSignalIntentResponseCodeSuccess@3$INActivateCarSignalIntentResponseCodeUnspecified@0$INAddMediaIntentResponseCodeFailure@5$INAddMediaIntentResponseCodeFailureRequiringAppLaunch@6$INAddMediaIntentResponseCodeHandleInApp@4$INAddMediaIntentResponseCodeInProgress@2$INAddMediaIntentResponseCodeReady@1$INAddMediaIntentResponseCodeSuccess@3$INAddMediaIntentResponseCodeUnspecified@0$INAddMediaMediaDestinationUnsupportedReasonPlaylistNameNotFound@1$INAddMediaMediaDestinationUnsupportedReasonPlaylistNotEditable@2$INAddMediaMediaItemUnsupportedReasonCellularDataSettings@5$INAddMediaMediaItemUnsupportedReasonExplicitContentSettings@4$INAddMediaMediaItemUnsupportedReasonLoginRequired@1$INAddMediaMediaItemUnsupportedReasonRegionRestriction@8$INAddMediaMediaItemUnsupportedReasonRestrictedContent@6$INAddMediaMediaItemUnsupportedReasonServiceUnavailable@7$INAddMediaMediaItemUnsupportedReasonSubscriptionRequired@2$INAddMediaMediaItemUnsupportedReasonUnsupportedMediaType@3$INAddTasksIntentResponseCodeFailure@4$INAddTasksIntentResponseCodeFailureRequiringAppLaunch@5$INAddTasksIntentResponseCodeInProgress@2$INAddTasksIntentResponseCodeReady@1$INAddTasksIntentResponseCodeSuccess@3$INAddTasksIntentResponseCodeUnspecified@0$INAddTasksTargetTaskListConfirmationReasonListShouldBeCreated@1$INAddTasksTemporalEventTriggerUnsupportedReasonInvalidRecurrence@2$INAddTasksTemporalEventTriggerUnsupportedReasonTimeInPast@1$INAmountTypeAmountDue@2$INAmountTypeCurrentBalance@3$INAmountTypeMaximumTransferAmount@4$INAmountTypeMinimumDue@1$INAmountTypeMinimumTransferAmount@5$INAmountTypeStatementBalance@6$INAmountTypeUnknown@0$INAnswerCallIntentResponseCodeContinueInApp@2$INAnswerCallIntentResponseCodeFailure@5$INAnswerCallIntentResponseCodeFailureRequiringAppLaunch@6$INAnswerCallIntentResponseCodeInProgress@3$INAnswerCallIntentResponseCodeReady@1$INAnswerCallIntentResponseCodeSuccess@4$INAnswerCallIntentResponseCodeUnspecified@0$INAppendToNoteIntentResponseCodeFailure@4$INAppendToNoteIntentResponseCodeFailureCannotUpdatePasswordProtectedNote@6$INAppendToNoteIntentResponseCodeFailureRequiringAppLaunch@5$INAppendToNoteIntentResponseCodeInProgress@2$INAppendToNoteIntentResponseCodeReady@1$INAppendToNoteIntentResponseCodeSuccess@3$INAppendToNoteIntentResponseCodeUnspecified@0$INBalanceTypeMiles@3$INBalanceTypeMoney@1$INBalanceTypePoints@2$INBalanceTypeUnknown@0$INBillTypeAutoInsurance@1$INBillTypeCable@2$INBillTypeCarLease@3$INBillTypeCarLoan@4$INBillTypeCreditCard@5$INBillTypeElectricity@6$INBillTypeGarbageAndRecycling@8$INBillTypeGas@7$INBillTypeHealthInsurance@9$INBillTypeHomeInsurance@10$INBillTypeInternet@11$INBillTypeLifeInsurance@12$INBillTypeMortgage@13$INBillTypeMusicStreaming@14$INBillTypePhone@15$INBillTypeRent@16$INBillTypeSewer@17$INBillTypeStudentLoan@18$INBillTypeTrafficTicket@19$INBillTypeTuition@20$INBillTypeUnknown@0$INBillTypeUtilities@21$INBillTypeWater@22$INBookRestaurantReservationIntentCodeDenied@1$INBookRestaurantReservationIntentCodeFailure@2$INBookRestaurantReservationIntentCodeFailureRequiringAppLaunch@3$INBookRestaurantReservationIntentCodeFailureRequiringAppLaunchMustVerifyCredentials@4$INBookRestaurantReservationIntentCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@5$INBookRestaurantReservationIntentCodeSuccess@0$INCallAudioRouteBluetoothAudioRoute@2$INCallAudioRouteSpeakerphoneAudioRoute@1$INCallAudioRouteUnknown@0$INCallCapabilityAudioCall@1$INCallCapabilityOptionAudioCall@1$INCallCapabilityOptionVideoCall@2$INCallCapabilityUnknown@0$INCallCapabilityVideoCall@2$INCallDestinationTypeCallBack@5$INCallDestinationTypeEmergency@2$INCallDestinationTypeEmergencyDestination@2$INCallDestinationTypeNormal@1$INCallDestinationTypeNormalDestination@1$INCallDestinationTypeRedial@4$INCallDestinationTypeRedialDestination@4$INCallDestinationTypeUnknown@0$INCallDestinationTypeVoicemail@3$INCallDestinationTypeVoicemailDestination@3$INCallRecordTypeInProgress@7$INCallRecordTypeLatest@4$INCallRecordTypeMissed@2$INCallRecordTypeOnHold@8$INCallRecordTypeOptionInProgress@64$INCallRecordTypeOptionLatest@8$INCallRecordTypeOptionMissed@2$INCallRecordTypeOptionOnHold@128$INCallRecordTypeOptionOutgoing@1$INCallRecordTypeOptionReceived@4$INCallRecordTypeOptionRinging@32$INCallRecordTypeOptionVoicemail@16$INCallRecordTypeOutgoing@1$INCallRecordTypeReceived@3$INCallRecordTypeRinging@6$INCallRecordTypeUnknown@0$INCallRecordTypeVoicemail@5$INCancelRideIntentResponseCodeFailure@3$INCancelRideIntentResponseCodeReady@1$INCancelRideIntentResponseCodeSuccess@2$INCancelRideIntentResponseCodeUnspecified@0$INCancelWorkoutIntentResponseCodeContinueInApp@2$INCancelWorkoutIntentResponseCodeFailure@3$INCancelWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INCancelWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INCancelWorkoutIntentResponseCodeHandleInApp@6$INCancelWorkoutIntentResponseCodeReady@1$INCancelWorkoutIntentResponseCodeSuccess@7$INCancelWorkoutIntentResponseCodeUnspecified@0$INCarAirCirculationModeFreshAir@1$INCarAirCirculationModeRecirculateAir@2$INCarAirCirculationModeUnknown@0$INCarAudioSourceAUX@5$INCarAudioSourceBluetooth@4$INCarAudioSourceCarPlay@1$INCarAudioSourceHardDrive@9$INCarAudioSourceMemoryCard@7$INCarAudioSourceOpticalDrive@8$INCarAudioSourceRadio@3$INCarAudioSourceUSB@6$INCarAudioSourceUnknown@0$INCarAudioSourceiPod@2$INCarDefrosterAll@3$INCarDefrosterFront@1$INCarDefrosterRear@2$INCarDefrosterUnknown@0$INCarSeatAll@12$INCarSeatDriver@1$INCarSeatFront@5$INCarSeatFrontLeft@3$INCarSeatFrontRight@4$INCarSeatPassenger@2$INCarSeatRear@8$INCarSeatRearLeft@6$INCarSeatRearRight@7$INCarSeatThirdRow@11$INCarSeatThirdRowLeft@9$INCarSeatThirdRowRight@10$INCarSeatUnknown@0$INCarSignalOptionAudible@1$INCarSignalOptionVisible@2$INChargingConnectorTypeOptionCCS1@4$INChargingConnectorTypeOptionCCS2@8$INChargingConnectorTypeOptionCHAdeMO@16$INChargingConnectorTypeOptionGBTAC@32$INChargingConnectorTypeOptionGBTDC@64$INChargingConnectorTypeOptionJ1772@2$INChargingConnectorTypeOptionMennekes@256$INChargingConnectorTypeOptionNone@1$INChargingConnectorTypeOptionTesla@128$INConditionalOperatorAll@0$INConditionalOperatorAny@1$INConditionalOperatorNone@2$INCreateNoteIntentResponseCodeFailure@4$INCreateNoteIntentResponseCodeFailureRequiringAppLaunch@5$INCreateNoteIntentResponseCodeInProgress@2$INCreateNoteIntentResponseCodeReady@1$INCreateNoteIntentResponseCodeSuccess@3$INCreateNoteIntentResponseCodeUnspecified@0$INCreateTaskListIntentResponseCodeFailure@4$INCreateTaskListIntentResponseCodeFailureRequiringAppLaunch@5$INCreateTaskListIntentResponseCodeInProgress@2$INCreateTaskListIntentResponseCodeReady@1$INCreateTaskListIntentResponseCodeSuccess@3$INCreateTaskListIntentResponseCodeUnspecified@0$INDailyRoutineSituationActiveWorkout@8$INDailyRoutineSituationCommute@6$INDailyRoutineSituationEvening@1$INDailyRoutineSituationGym@5$INDailyRoutineSituationHeadphonesConnected@7$INDailyRoutineSituationHome@2$INDailyRoutineSituationMorning@0$INDailyRoutineSituationPhysicalActivityIncomplete@9$INDailyRoutineSituationSchool@4$INDailyRoutineSituationWork@3$INDateSearchTypeByCreatedDate@3$INDateSearchTypeByDueDate@1$INDateSearchTypeByModifiedDate@2$INDateSearchTypeUnknown@0$INDayOfWeekOptionFriday@16$INDayOfWeekOptionMonday@1$INDayOfWeekOptionSaturday@32$INDayOfWeekOptionSunday@64$INDayOfWeekOptionThursday@8$INDayOfWeekOptionTuesday@2$INDayOfWeekOptionWednesday@4$INDeleteTasksIntentResponseCodeFailure@4$INDeleteTasksIntentResponseCodeFailureRequiringAppLaunch@5$INDeleteTasksIntentResponseCodeInProgress@2$INDeleteTasksIntentResponseCodeReady@1$INDeleteTasksIntentResponseCodeSuccess@3$INDeleteTasksIntentResponseCodeUnspecified@0$INDeleteTasksTaskListUnsupportedReasonNoTaskListFound@1$INDeleteTasksTaskUnsupportedReasonNoTasksFound@1$INDeleteTasksTaskUnsupportedReasonNoTasksInApp@2$INEditMessageIntentResponseCodeFailure@4$INEditMessageIntentResponseCodeFailureMessageNotFound@6$INEditMessageIntentResponseCodeFailureMessageServiceNotAvailable@10$INEditMessageIntentResponseCodeFailureMessageTypeUnsupported@8$INEditMessageIntentResponseCodeFailurePastEditTimeLimit@7$INEditMessageIntentResponseCodeFailureRequiringAppLaunch@5$INEditMessageIntentResponseCodeFailureRequiringInAppAuthentication@11$INEditMessageIntentResponseCodeFailureUnsupportedOnService@9$INEditMessageIntentResponseCodeInProgress@2$INEditMessageIntentResponseCodeReady@1$INEditMessageIntentResponseCodeSuccess@3$INEditMessageIntentResponseCodeUnspecified@0$INEndWorkoutIntentResponseCodeContinueInApp@2$INEndWorkoutIntentResponseCodeFailure@3$INEndWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INEndWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INEndWorkoutIntentResponseCodeHandleInApp@6$INEndWorkoutIntentResponseCodeReady@1$INEndWorkoutIntentResponseCodeSuccess@7$INEndWorkoutIntentResponseCodeUnspecified@0$INFocusStatusAuthorizationStatusAuthorized@3$INFocusStatusAuthorizationStatusDenied@2$INFocusStatusAuthorizationStatusNotDetermined@0$INFocusStatusAuthorizationStatusRestricted@1$INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCodeFailure@1$INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCodeSuccess@0$INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCodeUnspecified@2$INGetAvailableRestaurantReservationBookingsIntentCodeFailure@1$INGetAvailableRestaurantReservationBookingsIntentCodeFailureRequestUnsatisfiable@2$INGetAvailableRestaurantReservationBookingsIntentCodeFailureRequestUnspecified@3$INGetAvailableRestaurantReservationBookingsIntentCodeSuccess@0$INGetCarLockStatusIntentResponseCodeFailure@4$INGetCarLockStatusIntentResponseCodeFailureRequiringAppLaunch@5$INGetCarLockStatusIntentResponseCodeInProgress@2$INGetCarLockStatusIntentResponseCodeReady@1$INGetCarLockStatusIntentResponseCodeSuccess@3$INGetCarLockStatusIntentResponseCodeUnspecified@0$INGetCarPowerLevelStatusIntentResponseCodeFailure@4$INGetCarPowerLevelStatusIntentResponseCodeFailureRequiringAppLaunch@5$INGetCarPowerLevelStatusIntentResponseCodeInProgress@2$INGetCarPowerLevelStatusIntentResponseCodeReady@1$INGetCarPowerLevelStatusIntentResponseCodeSuccess@3$INGetCarPowerLevelStatusIntentResponseCodeUnspecified@0$INGetReservationDetailsIntentResponseCodeFailure@4$INGetReservationDetailsIntentResponseCodeFailureRequiringAppLaunch@5$INGetReservationDetailsIntentResponseCodeInProgress@2$INGetReservationDetailsIntentResponseCodeReady@1$INGetReservationDetailsIntentResponseCodeSuccess@3$INGetReservationDetailsIntentResponseCodeUnspecified@0$INGetRestaurantGuestIntentResponseCodeFailure@1$INGetRestaurantGuestIntentResponseCodeSuccess@0$INGetRideStatusIntentResponseCodeFailure@4$INGetRideStatusIntentResponseCodeFailureRequiringAppLaunch@5$INGetRideStatusIntentResponseCodeFailureRequiringAppLaunchMustVerifyCredentials@6$INGetRideStatusIntentResponseCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@7$INGetRideStatusIntentResponseCodeInProgress@2$INGetRideStatusIntentResponseCodeReady@1$INGetRideStatusIntentResponseCodeSuccess@3$INGetRideStatusIntentResponseCodeUnspecified@0$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeFailure@1$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeFailureRequestUnsatisfiable@2$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeSuccess@0$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeUnspecified@3$INGetVisualCodeIntentResponseCodeContinueInApp@2$INGetVisualCodeIntentResponseCodeFailure@5$INGetVisualCodeIntentResponseCodeFailureAppConfigurationRequired@7$INGetVisualCodeIntentResponseCodeFailureRequiringAppLaunch@6$INGetVisualCodeIntentResponseCodeInProgress@3$INGetVisualCodeIntentResponseCodeReady@1$INGetVisualCodeIntentResponseCodeSuccess@4$INGetVisualCodeIntentResponseCodeUnspecified@0$INHangUpCallIntentResponseCodeFailure@4$INHangUpCallIntentResponseCodeFailureNoCallToHangUp@6$INHangUpCallIntentResponseCodeFailureRequiringAppLaunch@5$INHangUpCallIntentResponseCodeInProgress@2$INHangUpCallIntentResponseCodeReady@1$INHangUpCallIntentResponseCodeSuccess@3$INHangUpCallIntentResponseCodeUnspecified@0$INIntentErrorDecodingGeneric@9000$INIntentErrorDeletingAllInteractions@1902$INIntentErrorDeletingInteractionWithGroupIdentifier@1904$INIntentErrorDeletingInteractionWithIdentifiers@1903$INIntentErrorDonatingInteraction@1901$INIntentErrorEncodingFailed@8001$INIntentErrorEncodingGeneric@8000$INIntentErrorExtensionBringUpFailed@5001$INIntentErrorExtensionLaunchingTimeout@5000$INIntentErrorImageGeneric@6000$INIntentErrorImageLoadingFailed@6003$INIntentErrorImageNoServiceAvailable@6001$INIntentErrorImageProxyInvalid@6006$INIntentErrorImageProxyLoop@6005$INIntentErrorImageProxyTimeout@6007$INIntentErrorImageRetrievalFailed@6004$INIntentErrorImageScalingFailed@6009$INIntentErrorImageServiceFailure@6008$INIntentErrorImageStorageFailed@6002$INIntentErrorIntentSupportedByMultipleExtension@2001$INIntentErrorInteractionOperationNotSupported@1900$INIntentErrorInvalidIntentName@2004$INIntentErrorInvalidUserVocabularyFileLocation@4000$INIntentErrorMissingInformation@3002$INIntentErrorNoAppAvailable@2005$INIntentErrorNoAppIntent@10001$INIntentErrorNoHandlerProvidedForIntent@2003$INIntentErrorPermissionDenied@6010$INIntentErrorRequestTimedOut@3001$INIntentErrorRestrictedIntentsNotSupportedByExtension@2002$INIntentErrorUnableToCreateAppIntentRepresentation@10000$INIntentErrorVoiceShortcutCreationFailed@7000$INIntentErrorVoiceShortcutDeleteFailed@7002$INIntentErrorVoiceShortcutGetFailed@7001$INIntentHandlingStatusDeferredToApplication@5$INIntentHandlingStatusFailure@4$INIntentHandlingStatusInProgress@2$INIntentHandlingStatusReady@1$INIntentHandlingStatusSuccess@3$INIntentHandlingStatusUnspecified@0$INIntentHandlingStatusUserConfirmationRequired@6$INInteractionDirectionIncoming@2$INInteractionDirectionOutgoing@1$INInteractionDirectionUnspecified@0$INListCarsIntentResponseCodeFailure@4$INListCarsIntentResponseCodeFailureRequiringAppLaunch@5$INListCarsIntentResponseCodeInProgress@2$INListCarsIntentResponseCodeReady@1$INListCarsIntentResponseCodeSuccess@3$INListCarsIntentResponseCodeUnspecified@0$INListRideOptionsIntentResponseCodeFailure@4$INListRideOptionsIntentResponseCodeFailurePreviousRideNeedsFeedback@10$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunch@5$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchMustVerifyCredentials@6$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchNoServiceInArea@7$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchPreviousRideNeedsCompletion@9$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@8$INListRideOptionsIntentResponseCodeInProgress@2$INListRideOptionsIntentResponseCodeReady@1$INListRideOptionsIntentResponseCodeSuccess@3$INListRideOptionsIntentResponseCodeUnspecified@0$INLocationSearchTypeByLocationTrigger@1$INLocationSearchTypeUnknown@0$INMediaAffinityTypeDislike@2$INMediaAffinityTypeLike@1$INMediaAffinityTypeUnknown@0$INMediaDestinationTypeLibrary@1$INMediaDestinationTypePlaylist@2$INMediaDestinationTypeUnknown@0$INMediaItemTypeAlbum@2$INMediaItemTypeAlgorithmicRadioStation@19$INMediaItemTypeArtist@3$INMediaItemTypeAudioBook@10$INMediaItemTypeGenre@4$INMediaItemTypeMovie@11$INMediaItemTypeMusic@18$INMediaItemTypeMusicStation@9$INMediaItemTypeMusicVideo@14$INMediaItemTypeNews@20$INMediaItemTypePlaylist@5$INMediaItemTypePodcastEpisode@7$INMediaItemTypePodcastPlaylist@8$INMediaItemTypePodcastShow@6$INMediaItemTypePodcastStation@15$INMediaItemTypeRadioStation@16$INMediaItemTypeSong@1$INMediaItemTypeStation@17$INMediaItemTypeTVShow@12$INMediaItemTypeTVShowEpisode@13$INMediaItemTypeUnknown@0$INMediaReferenceCurrentlyPlaying@1$INMediaReferenceMy@2$INMediaReferenceUnknown@0$INMediaSortOrderBest@3$INMediaSortOrderNewest@1$INMediaSortOrderOldest@2$INMediaSortOrderPopular@5$INMediaSortOrderRecommended@8$INMediaSortOrderTrending@7$INMediaSortOrderUnknown@0$INMediaSortOrderUnpopular@6$INMediaSortOrderWorst@4$INMediaUserContextSubscriptionStatusNotSubscribed@1$INMediaUserContextSubscriptionStatusSubscribed@2$INMediaUserContextSubscriptionStatusUnknown@0$INMessageAttributeFlagged@3$INMessageAttributeOptionFlagged@4$INMessageAttributeOptionPlayed@16$INMessageAttributeOptionRead@1$INMessageAttributeOptionUnflagged@8$INMessageAttributeOptionUnread@2$INMessageAttributePlayed@5$INMessageAttributeRead@1$INMessageAttributeUnflagged@4$INMessageAttributeUnknown@0$INMessageAttributeUnread@2$INMessageReactionTypeEmoji@1$INMessageReactionTypeGeneric@2$INMessageReactionTypeUnknown@0$INMessageTypeActivitySnippet@23$INMessageTypeAnimoji@22$INMessageTypeAudio@2$INMessageTypeDigitalTouch@3$INMessageTypeFile@24$INMessageTypeHandwriting@4$INMessageTypeLink@25$INMessageTypeMediaAddressCard@14$INMessageTypeMediaAnimatedImage@27$INMessageTypeMediaAudio@18$INMessageTypeMediaCalendar@12$INMessageTypeMediaImage@15$INMessageTypeMediaLocation@13$INMessageTypeMediaPass@17$INMessageTypeMediaVideo@16$INMessageTypePaymentNote@21$INMessageTypePaymentRequest@20$INMessageTypePaymentSent@19$INMessageTypeReaction@26$INMessageTypeSticker@5$INMessageTypeTapbackDisliked@7$INMessageTypeTapbackEmphasized@8$INMessageTypeTapbackLaughed@11$INMessageTypeTapbackLiked@6$INMessageTypeTapbackLoved@9$INMessageTypeTapbackQuestioned@10$INMessageTypeText@1$INMessageTypeThirdPartyAttachment@28$INMessageTypeUnspecified@0$INNoteContentTypeImage@2$INNoteContentTypeText@1$INNoteContentTypeUnknown@0$INNotebookItemTypeNote@1$INNotebookItemTypeTask@3$INNotebookItemTypeTaskList@2$INNotebookItemTypeUnknown@0$INOutgoingMessageTypeOutgoingMessageAudio@2$INOutgoingMessageTypeOutgoingMessageText@1$INOutgoingMessageTypeUnknown@0$INPauseWorkoutIntentResponseCodeContinueInApp@2$INPauseWorkoutIntentResponseCodeFailure@3$INPauseWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INPauseWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INPauseWorkoutIntentResponseCodeHandleInApp@6$INPauseWorkoutIntentResponseCodeReady@1$INPauseWorkoutIntentResponseCodeSuccess@7$INPauseWorkoutIntentResponseCodeUnspecified@0$INPayBillIntentResponseCodeFailure@4$INPayBillIntentResponseCodeFailureCredentialsUnverified@6$INPayBillIntentResponseCodeFailureInsufficientFunds@7$INPayBillIntentResponseCodeFailureRequiringAppLaunch@5$INPayBillIntentResponseCodeInProgress@2$INPayBillIntentResponseCodeReady@1$INPayBillIntentResponseCodeSuccess@3$INPayBillIntentResponseCodeUnspecified@0$INPaymentMethodTypeApplePay@8$INPaymentMethodTypeBrokerage@3$INPaymentMethodTypeChecking@1$INPaymentMethodTypeCredit@5$INPaymentMethodTypeDebit@4$INPaymentMethodTypePrepaid@6$INPaymentMethodTypeSavings@2$INPaymentMethodTypeStore@7$INPaymentMethodTypeUnknown@0$INPaymentStatusCanceled@3$INPaymentStatusCompleted@2$INPaymentStatusFailed@4$INPaymentStatusPending@1$INPaymentStatusUnknown@0$INPaymentStatusUnpaid@5$INPersonHandleTypeEmailAddress@1$INPersonHandleTypePhoneNumber@2$INPersonHandleTypeUnknown@0$INPersonSuggestionTypeInstantMessageAddress@2$INPersonSuggestionTypeNone@0$INPersonSuggestionTypeSocialProfile@1$INPhotoAttributeOptionBouncePhoto@134217728$INPhotoAttributeOptionBurstPhoto@1024$INPhotoAttributeOptionChromeFilter@131072$INPhotoAttributeOptionFadeFilter@4194304$INPhotoAttributeOptionFavorite@64$INPhotoAttributeOptionFlash@8$INPhotoAttributeOptionFrontFacingCamera@256$INPhotoAttributeOptionGIF@4$INPhotoAttributeOptionHDRPhoto@2048$INPhotoAttributeOptionInstantFilter@262144$INPhotoAttributeOptionLandscapeOrientation@16$INPhotoAttributeOptionLivePhoto@33554432$INPhotoAttributeOptionLongExposurePhoto@268435456$INPhotoAttributeOptionLoopPhoto@67108864$INPhotoAttributeOptionMonoFilter@2097152$INPhotoAttributeOptionNoirFilter@65536$INPhotoAttributeOptionPanoramaPhoto@8192$INPhotoAttributeOptionPhoto@1$INPhotoAttributeOptionPortraitOrientation@32$INPhotoAttributeOptionPortraitPhoto@16777216$INPhotoAttributeOptionProcessFilter@8388608$INPhotoAttributeOptionScreenshot@512$INPhotoAttributeOptionSelfie@128$INPhotoAttributeOptionSlowMotionVideo@32768$INPhotoAttributeOptionSquarePhoto@4096$INPhotoAttributeOptionTimeLapseVideo@16384$INPhotoAttributeOptionTonalFilter@524288$INPhotoAttributeOptionTransferFilter@1048576$INPhotoAttributeOptionVideo@2$INPlayMediaIntentResponseCodeContinueInApp@2$INPlayMediaIntentResponseCodeFailure@6$INPlayMediaIntentResponseCodeFailureMaxStreamLimitReached@11$INPlayMediaIntentResponseCodeFailureNoUnplayedContent@9$INPlayMediaIntentResponseCodeFailureRequiringAppLaunch@7$INPlayMediaIntentResponseCodeFailureRestrictedContent@10$INPlayMediaIntentResponseCodeFailureUnknownMediaType@8$INPlayMediaIntentResponseCodeHandleInApp@5$INPlayMediaIntentResponseCodeInProgress@3$INPlayMediaIntentResponseCodeReady@1$INPlayMediaIntentResponseCodeSuccess@4$INPlayMediaIntentResponseCodeUnspecified@0$INPlayMediaMediaItemUnsupportedReasonCellularDataSettings@5$INPlayMediaMediaItemUnsupportedReasonExplicitContentSettings@4$INPlayMediaMediaItemUnsupportedReasonLoginRequired@1$INPlayMediaMediaItemUnsupportedReasonRegionRestriction@8$INPlayMediaMediaItemUnsupportedReasonRestrictedContent@6$INPlayMediaMediaItemUnsupportedReasonServiceUnavailable@7$INPlayMediaMediaItemUnsupportedReasonSubscriptionRequired@2$INPlayMediaMediaItemUnsupportedReasonUnsupportedMediaType@3$INPlayMediaPlaybackSpeedUnsupportedReasonAboveMaximum@2$INPlayMediaPlaybackSpeedUnsupportedReasonBelowMinimum@1$INPlaybackQueueLocationLater@3$INPlaybackQueueLocationNext@2$INPlaybackQueueLocationNow@1$INPlaybackQueueLocationUnknown@0$INPlaybackRepeatModeAll@2$INPlaybackRepeatModeNone@1$INPlaybackRepeatModeOne@3$INPlaybackRepeatModeUnknown@0$INRadioTypeAM@1$INRadioTypeDAB@5$INRadioTypeFM@2$INRadioTypeHD@3$INRadioTypeSatellite@4$INRadioTypeUnknown@0$INRecurrenceFrequencyDaily@3$INRecurrenceFrequencyHourly@2$INRecurrenceFrequencyMinute@1$INRecurrenceFrequencyMonthly@5$INRecurrenceFrequencyUnknown@0$INRecurrenceFrequencyWeekly@4$INRecurrenceFrequencyYearly@6$INRelativeReferenceNext@1$INRelativeReferencePrevious@2$INRelativeReferenceUnknown@0$INRelativeSettingHigher@3$INRelativeSettingHighest@4$INRelativeSettingLower@2$INRelativeSettingLowest@1$INRelativeSettingUnknown@0$INRelevantShortcutRoleAction@0$INRelevantShortcutRoleInformation@1$INRequestPaymentCurrencyAmountUnsupportedReasonPaymentsAmountAboveMaximum@2$INRequestPaymentCurrencyAmountUnsupportedReasonPaymentsAmountBelowMinimum@1$INRequestPaymentCurrencyAmountUnsupportedReasonPaymentsCurrencyUnsupported@3$INRequestPaymentIntentResponseCodeFailure@4$INRequestPaymentIntentResponseCodeFailureCredentialsUnverified@6$INRequestPaymentIntentResponseCodeFailureNoBankAccount@10$INRequestPaymentIntentResponseCodeFailureNotEligible@11$INRequestPaymentIntentResponseCodeFailurePaymentsAmountAboveMaximum@8$INRequestPaymentIntentResponseCodeFailurePaymentsAmountBelowMinimum@7$INRequestPaymentIntentResponseCodeFailurePaymentsCurrencyUnsupported@9$INRequestPaymentIntentResponseCodeFailureRequiringAppLaunch@5$INRequestPaymentIntentResponseCodeFailureTermsAndConditionsAcceptanceRequired@12$INRequestPaymentIntentResponseCodeInProgress@2$INRequestPaymentIntentResponseCodeReady@1$INRequestPaymentIntentResponseCodeSuccess@3$INRequestPaymentIntentResponseCodeUnspecified@0$INRequestPaymentPayerUnsupportedReasonCredentialsUnverified@1$INRequestPaymentPayerUnsupportedReasonNoAccount@2$INRequestPaymentPayerUnsupportedReasonNoValidHandle@3$INRequestRideIntentResponseCodeFailure@4$INRequestRideIntentResponseCodeFailureRequiringAppLaunch@5$INRequestRideIntentResponseCodeFailureRequiringAppLaunchMustVerifyCredentials@6$INRequestRideIntentResponseCodeFailureRequiringAppLaunchNoServiceInArea@7$INRequestRideIntentResponseCodeFailureRequiringAppLaunchPreviousRideNeedsCompletion@9$INRequestRideIntentResponseCodeFailureRequiringAppLaunchRideScheduledTooFar@10$INRequestRideIntentResponseCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@8$INRequestRideIntentResponseCodeInProgress@2$INRequestRideIntentResponseCodeReady@1$INRequestRideIntentResponseCodeSuccess@3$INRequestRideIntentResponseCodeUnspecified@0$INReservationActionTypeCheckIn@1$INReservationActionTypeUnknown@0$INReservationStatusCanceled@1$INReservationStatusConfirmed@4$INReservationStatusHold@3$INReservationStatusPending@2$INReservationStatusUnknown@0$INRestaurantReservationUserBookingStatusConfirmed@1$INRestaurantReservationUserBookingStatusDenied@2$INRestaurantReservationUserBookingStatusPending@0$INResumeWorkoutIntentResponseCodeContinueInApp@2$INResumeWorkoutIntentResponseCodeFailure@3$INResumeWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INResumeWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INResumeWorkoutIntentResponseCodeHandleInApp@6$INResumeWorkoutIntentResponseCodeReady@1$INResumeWorkoutIntentResponseCodeSuccess@7$INResumeWorkoutIntentResponseCodeUnspecified@0$INRideFeedbackTypeOptionRate@1$INRideFeedbackTypeOptionTip@2$INRidePhaseApproachingPickup@5$INRidePhaseCompleted@4$INRidePhaseConfirmed@2$INRidePhaseOngoing@3$INRidePhasePickup@6$INRidePhaseReceived@1$INRidePhaseUnknown@0$INSaveProfileInCarIntentResponseCodeFailure@4$INSaveProfileInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSaveProfileInCarIntentResponseCodeInProgress@2$INSaveProfileInCarIntentResponseCodeReady@1$INSaveProfileInCarIntentResponseCodeSuccess@3$INSaveProfileInCarIntentResponseCodeUnspecified@0$INSearchCallHistoryIntentResponseCodeContinueInApp@2$INSearchCallHistoryIntentResponseCodeFailure@3$INSearchCallHistoryIntentResponseCodeFailureAppConfigurationRequired@5$INSearchCallHistoryIntentResponseCodeFailureRequiringAppLaunch@4$INSearchCallHistoryIntentResponseCodeInProgress@6$INSearchCallHistoryIntentResponseCodeReady@1$INSearchCallHistoryIntentResponseCodeSuccess@7$INSearchCallHistoryIntentResponseCodeUnspecified@0$INSearchForAccountsIntentResponseCodeFailure@4$INSearchForAccountsIntentResponseCodeFailureAccountNotFound@7$INSearchForAccountsIntentResponseCodeFailureCredentialsUnverified@6$INSearchForAccountsIntentResponseCodeFailureNotEligible@9$INSearchForAccountsIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForAccountsIntentResponseCodeFailureTermsAndConditionsAcceptanceRequired@8$INSearchForAccountsIntentResponseCodeInProgress@2$INSearchForAccountsIntentResponseCodeReady@1$INSearchForAccountsIntentResponseCodeSuccess@3$INSearchForAccountsIntentResponseCodeUnspecified@0$INSearchForBillsIntentResponseCodeFailure@4$INSearchForBillsIntentResponseCodeFailureBillNotFound@7$INSearchForBillsIntentResponseCodeFailureCredentialsUnverified@6$INSearchForBillsIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForBillsIntentResponseCodeInProgress@2$INSearchForBillsIntentResponseCodeReady@1$INSearchForBillsIntentResponseCodeSuccess@3$INSearchForBillsIntentResponseCodeUnspecified@0$INSearchForMediaIntentResponseCodeContinueInApp@2$INSearchForMediaIntentResponseCodeFailure@5$INSearchForMediaIntentResponseCodeFailureRequiringAppLaunch@6$INSearchForMediaIntentResponseCodeInProgress@3$INSearchForMediaIntentResponseCodeReady@1$INSearchForMediaIntentResponseCodeSuccess@4$INSearchForMediaIntentResponseCodeUnspecified@0$INSearchForMediaMediaItemUnsupportedReasonCellularDataSettings@5$INSearchForMediaMediaItemUnsupportedReasonExplicitContentSettings@4$INSearchForMediaMediaItemUnsupportedReasonLoginRequired@1$INSearchForMediaMediaItemUnsupportedReasonRegionRestriction@8$INSearchForMediaMediaItemUnsupportedReasonRestrictedContent@6$INSearchForMediaMediaItemUnsupportedReasonServiceUnavailable@7$INSearchForMediaMediaItemUnsupportedReasonSubscriptionRequired@2$INSearchForMediaMediaItemUnsupportedReasonUnsupportedMediaType@3$INSearchForMessagesIntentResponseCodeFailure@4$INSearchForMessagesIntentResponseCodeFailureMessageServiceNotAvailable@6$INSearchForMessagesIntentResponseCodeFailureMessageTooManyResults@7$INSearchForMessagesIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForMessagesIntentResponseCodeFailureRequiringInAppAuthentication@8$INSearchForMessagesIntentResponseCodeInProgress@2$INSearchForMessagesIntentResponseCodeReady@1$INSearchForMessagesIntentResponseCodeSuccess@3$INSearchForMessagesIntentResponseCodeUnspecified@0$INSearchForNotebookItemsIntentResponseCodeFailure@4$INSearchForNotebookItemsIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForNotebookItemsIntentResponseCodeInProgress@2$INSearchForNotebookItemsIntentResponseCodeReady@1$INSearchForNotebookItemsIntentResponseCodeSuccess@3$INSearchForNotebookItemsIntentResponseCodeUnspecified@0$INSearchForPhotosIntentResponseCodeContinueInApp@2$INSearchForPhotosIntentResponseCodeFailure@3$INSearchForPhotosIntentResponseCodeFailureAppConfigurationRequired@5$INSearchForPhotosIntentResponseCodeFailureRequiringAppLaunch@4$INSearchForPhotosIntentResponseCodeReady@1$INSearchForPhotosIntentResponseCodeUnspecified@0$INSendMessageIntentResponseCodeFailure@4$INSendMessageIntentResponseCodeFailureMessageAttachmentError@7$INSendMessageIntentResponseCodeFailureMessageLocationNotAllowed@8$INSendMessageIntentResponseCodeFailureMessageServiceNotAvailable@6$INSendMessageIntentResponseCodeFailureRequiringAppLaunch@5$INSendMessageIntentResponseCodeFailureRequiringInAppAuthentication@7$INSendMessageIntentResponseCodeInProgress@2$INSendMessageIntentResponseCodeReady@1$INSendMessageIntentResponseCodeSuccess@3$INSendMessageIntentResponseCodeUnspecified@0$INSendMessageRecipientUnsupportedReasonMessagingServiceNotEnabledForRecipient@3$INSendMessageRecipientUnsupportedReasonNoAccount@1$INSendMessageRecipientUnsupportedReasonNoHandleForLabel@6$INSendMessageRecipientUnsupportedReasonNoValidHandle@4$INSendMessageRecipientUnsupportedReasonOffline@2$INSendMessageRecipientUnsupportedReasonRequestedHandleInvalid@5$INSendMessageRecipientUnsupportedReasonRequiringInAppAuthentication@7$INSendPaymentCurrencyAmountUnsupportedReasonPaymentsAmountAboveMaximum@2$INSendPaymentCurrencyAmountUnsupportedReasonPaymentsAmountBelowMinimum@1$INSendPaymentCurrencyAmountUnsupportedReasonPaymentsCurrencyUnsupported@3$INSendPaymentIntentResponseCodeFailure@4$INSendPaymentIntentResponseCodeFailureCredentialsUnverified@6$INSendPaymentIntentResponseCodeFailureInsufficientFunds@10$INSendPaymentIntentResponseCodeFailureNoBankAccount@11$INSendPaymentIntentResponseCodeFailureNotEligible@12$INSendPaymentIntentResponseCodeFailurePaymentsAmountAboveMaximum@8$INSendPaymentIntentResponseCodeFailurePaymentsAmountBelowMinimum@7$INSendPaymentIntentResponseCodeFailurePaymentsCurrencyUnsupported@9$INSendPaymentIntentResponseCodeFailureRequiringAppLaunch@5$INSendPaymentIntentResponseCodeFailureTermsAndConditionsAcceptanceRequired@13$INSendPaymentIntentResponseCodeInProgress@2$INSendPaymentIntentResponseCodeReady@1$INSendPaymentIntentResponseCodeSuccess@3$INSendPaymentIntentResponseCodeUnspecified@0$INSendPaymentPayeeUnsupportedReasonCredentialsUnverified@1$INSendPaymentPayeeUnsupportedReasonInsufficientFunds@2$INSendPaymentPayeeUnsupportedReasonNoAccount@3$INSendPaymentPayeeUnsupportedReasonNoValidHandle@4$INSendRideFeedbackIntentResponseCodeFailure@3$INSendRideFeedbackIntentResponseCodeReady@1$INSendRideFeedbackIntentResponseCodeSuccess@2$INSendRideFeedbackIntentResponseCodeUnspecified@0$INSetAudioSourceInCarIntentResponseCodeFailure@4$INSetAudioSourceInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetAudioSourceInCarIntentResponseCodeInProgress@2$INSetAudioSourceInCarIntentResponseCodeReady@1$INSetAudioSourceInCarIntentResponseCodeSuccess@3$INSetAudioSourceInCarIntentResponseCodeUnspecified@0$INSetCarLockStatusIntentResponseCodeFailure@4$INSetCarLockStatusIntentResponseCodeFailureRequiringAppLaunch@5$INSetCarLockStatusIntentResponseCodeInProgress@2$INSetCarLockStatusIntentResponseCodeReady@1$INSetCarLockStatusIntentResponseCodeSuccess@3$INSetCarLockStatusIntentResponseCodeUnspecified@0$INSetClimateSettingsInCarIntentResponseCodeFailure@4$INSetClimateSettingsInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetClimateSettingsInCarIntentResponseCodeInProgress@2$INSetClimateSettingsInCarIntentResponseCodeReady@1$INSetClimateSettingsInCarIntentResponseCodeSuccess@3$INSetClimateSettingsInCarIntentResponseCodeUnspecified@0$INSetDefrosterSettingsInCarIntentResponseCodeFailure@4$INSetDefrosterSettingsInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetDefrosterSettingsInCarIntentResponseCodeInProgress@2$INSetDefrosterSettingsInCarIntentResponseCodeReady@1$INSetDefrosterSettingsInCarIntentResponseCodeSuccess@3$INSetDefrosterSettingsInCarIntentResponseCodeUnspecified@0$INSetMessageAttributeIntentResponseCodeFailure@4$INSetMessageAttributeIntentResponseCodeFailureMessageAttributeNotSet@7$INSetMessageAttributeIntentResponseCodeFailureMessageNotFound@6$INSetMessageAttributeIntentResponseCodeFailureRequiringAppLaunch@5$INSetMessageAttributeIntentResponseCodeInProgress@2$INSetMessageAttributeIntentResponseCodeReady@1$INSetMessageAttributeIntentResponseCodeSuccess@3$INSetMessageAttributeIntentResponseCodeUnspecified@0$INSetProfileInCarIntentResponseCodeFailure@4$INSetProfileInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetProfileInCarIntentResponseCodeInProgress@2$INSetProfileInCarIntentResponseCodeReady@1$INSetProfileInCarIntentResponseCodeSuccess@3$INSetProfileInCarIntentResponseCodeUnspecified@0$INSetRadioStationIntentResponseCodeFailure@4$INSetRadioStationIntentResponseCodeFailureNotSubscribed@6$INSetRadioStationIntentResponseCodeFailureRequiringAppLaunch@5$INSetRadioStationIntentResponseCodeInProgress@2$INSetRadioStationIntentResponseCodeReady@1$INSetRadioStationIntentResponseCodeSuccess@3$INSetRadioStationIntentResponseCodeUnspecified@0$INSetSeatSettingsInCarIntentResponseCodeFailure@4$INSetSeatSettingsInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetSeatSettingsInCarIntentResponseCodeInProgress@2$INSetSeatSettingsInCarIntentResponseCodeReady@1$INSetSeatSettingsInCarIntentResponseCodeSuccess@3$INSetSeatSettingsInCarIntentResponseCodeUnspecified@0$INSetTaskAttributeIntentResponseCodeFailure@4$INSetTaskAttributeIntentResponseCodeFailureRequiringAppLaunch@5$INSetTaskAttributeIntentResponseCodeInProgress@2$INSetTaskAttributeIntentResponseCodeReady@1$INSetTaskAttributeIntentResponseCodeSuccess@3$INSetTaskAttributeIntentResponseCodeUnspecified@0$INSetTaskAttributeTemporalEventTriggerUnsupportedReasonInvalidRecurrence@2$INSetTaskAttributeTemporalEventTriggerUnsupportedReasonTimeInPast@1$INShareFocusStatusIntentResponseCodeFailure@4$INShareFocusStatusIntentResponseCodeFailureRequiringAppLaunch@5$INShareFocusStatusIntentResponseCodeInProgress@2$INShareFocusStatusIntentResponseCodeReady@1$INShareFocusStatusIntentResponseCodeSuccess@3$INShareFocusStatusIntentResponseCodeUnspecified@0$INShortcutAvailabilityOptionSleepJournaling@2$INShortcutAvailabilityOptionSleepMindfulness@1$INShortcutAvailabilityOptionSleepMusic@4$INShortcutAvailabilityOptionSleepPodcasts@8$INShortcutAvailabilityOptionSleepPrepareForTomorrow@32$INShortcutAvailabilityOptionSleepReading@16$INShortcutAvailabilityOptionSleepWrapUpYourDay@32$INShortcutAvailabilityOptionSleepYogaAndStretching@64$INSiriAuthorizationStatusAuthorized@3$INSiriAuthorizationStatusDenied@2$INSiriAuthorizationStatusNotDetermined@0$INSiriAuthorizationStatusRestricted@1$INSnoozeTasksIntentResponseCodeFailure@4$INSnoozeTasksIntentResponseCodeFailureRequiringAppLaunch@5$INSnoozeTasksIntentResponseCodeInProgress@2$INSnoozeTasksIntentResponseCodeReady@1$INSnoozeTasksIntentResponseCodeSuccess@3$INSnoozeTasksIntentResponseCodeUnspecified@0$INSnoozeTasksTaskUnsupportedReasonNoTasksFound@1$INSortTypeAsIs@1$INSortTypeByDate@2$INSortTypeUnknown@0$INSpatialEventArrive@1$INSpatialEventDepart@2$INSpatialEventUnknown@0$INStartAudioCallIntentResponseCodeContinueInApp@2$INStartAudioCallIntentResponseCodeFailure@3$INStartAudioCallIntentResponseCodeFailureAppConfigurationRequired@5$INStartAudioCallIntentResponseCodeFailureCallingServiceNotAvailable@6$INStartAudioCallIntentResponseCodeFailureContactNotSupportedByApp@7$INStartAudioCallIntentResponseCodeFailureNoValidNumber@8$INStartAudioCallIntentResponseCodeFailureRequiringAppLaunch@4$INStartAudioCallIntentResponseCodeReady@1$INStartAudioCallIntentResponseCodeUnspecified@0$INStartCallCallCapabilityUnsupportedReasonCameraNotAccessible@3$INStartCallCallCapabilityUnsupportedReasonMicrophoneNotAccessible@2$INStartCallCallCapabilityUnsupportedReasonVideoCallUnsupported@1$INStartCallCallRecordToCallBackUnsupportedReasonNoMatchingCall@1$INStartCallContactUnsupportedReasonInvalidHandle@4$INStartCallContactUnsupportedReasonMultipleContactsUnsupported@2$INStartCallContactUnsupportedReasonNoCallHistoryForRedial@6$INStartCallContactUnsupportedReasonNoContactFound@1$INStartCallContactUnsupportedReasonNoHandleForLabel@3$INStartCallContactUnsupportedReasonNoUsableHandleForRedial@7$INStartCallContactUnsupportedReasonRequiringInAppAuthentication@8$INStartCallContactUnsupportedReasonUnsupportedMmiUssd@5$INStartCallIntentResponseCodeContinueInApp@2$INStartCallIntentResponseCodeFailure@4$INStartCallIntentResponseCodeFailureAirplaneModeEnabled@8$INStartCallIntentResponseCodeFailureAppConfigurationRequired@10$INStartCallIntentResponseCodeFailureCallInProgress@11$INStartCallIntentResponseCodeFailureCallRinging@12$INStartCallIntentResponseCodeFailureCallingServiceNotAvailable@6$INStartCallIntentResponseCodeFailureContactNotSupportedByApp@7$INStartCallIntentResponseCodeFailureRequiringAppLaunch@5$INStartCallIntentResponseCodeFailureRequiringInAppAuthentication@13$INStartCallIntentResponseCodeFailureUnableToHandOff@9$INStartCallIntentResponseCodeReady@1$INStartCallIntentResponseCodeUnspecified@0$INStartCallIntentResponseCodeUserConfirmationRequired@3$INStartPhotoPlaybackIntentResponseCodeContinueInApp@2$INStartPhotoPlaybackIntentResponseCodeFailure@3$INStartPhotoPlaybackIntentResponseCodeFailureAppConfigurationRequired@5$INStartPhotoPlaybackIntentResponseCodeFailureRequiringAppLaunch@4$INStartPhotoPlaybackIntentResponseCodeReady@1$INStartPhotoPlaybackIntentResponseCodeUnspecified@0$INStartVideoCallIntentResponseCodeContinueInApp@2$INStartVideoCallIntentResponseCodeFailure@3$INStartVideoCallIntentResponseCodeFailureAppConfigurationRequired@5$INStartVideoCallIntentResponseCodeFailureCallingServiceNotAvailable@6$INStartVideoCallIntentResponseCodeFailureContactNotSupportedByApp@7$INStartVideoCallIntentResponseCodeFailureInvalidNumber@8$INStartVideoCallIntentResponseCodeFailureRequiringAppLaunch@4$INStartVideoCallIntentResponseCodeReady@1$INStartVideoCallIntentResponseCodeUnspecified@0$INStartWorkoutIntentResponseCodeContinueInApp@2$INStartWorkoutIntentResponseCodeFailure@3$INStartWorkoutIntentResponseCodeFailureNoMatchingWorkout@6$INStartWorkoutIntentResponseCodeFailureOngoingWorkout@5$INStartWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INStartWorkoutIntentResponseCodeHandleInApp@7$INStartWorkoutIntentResponseCodeReady@1$INStartWorkoutIntentResponseCodeSuccess@8$INStartWorkoutIntentResponseCodeUnspecified@0$INStickerTypeEmoji@1$INStickerTypeGeneric@2$INStickerTypeUnknown@0$INTaskPriorityFlagged@2$INTaskPriorityNotFlagged@1$INTaskPriorityUnknown@0$INTaskStatusCompleted@2$INTaskStatusNotCompleted@1$INTaskStatusUnknown@0$INTaskTypeCompletable@2$INTaskTypeNotCompletable@1$INTaskTypeUnknown@0$INTemporalEventTriggerTypeOptionNotScheduled@1$INTemporalEventTriggerTypeOptionScheduledNonRecurring@2$INTemporalEventTriggerTypeOptionScheduledRecurring@4$INTicketedEventCategoryMovie@1$INTicketedEventCategoryUnknown@0$INTransferMoneyIntentResponseCodeFailure@4$INTransferMoneyIntentResponseCodeFailureCredentialsUnverified@6$INTransferMoneyIntentResponseCodeFailureInsufficientFunds@7$INTransferMoneyIntentResponseCodeFailureRequiringAppLaunch@5$INTransferMoneyIntentResponseCodeInProgress@2$INTransferMoneyIntentResponseCodeReady@1$INTransferMoneyIntentResponseCodeSuccess@3$INTransferMoneyIntentResponseCodeUnspecified@0$INUnsendMessagesIntentResponseCodeFailure@4$INUnsendMessagesIntentResponseCodeFailureMessageNotFound@6$INUnsendMessagesIntentResponseCodeFailureMessageServiceNotAvailable@10$INUnsendMessagesIntentResponseCodeFailureMessageTypeUnsupported@8$INUnsendMessagesIntentResponseCodeFailurePastUnsendTimeLimit@7$INUnsendMessagesIntentResponseCodeFailureRequiringAppLaunch@5$INUnsendMessagesIntentResponseCodeFailureRequiringInAppAuthentication@11$INUnsendMessagesIntentResponseCodeFailureUnsupportedOnService@9$INUnsendMessagesIntentResponseCodeInProgress@2$INUnsendMessagesIntentResponseCodeReady@1$INUnsendMessagesIntentResponseCodeSuccess@3$INUnsendMessagesIntentResponseCodeUnspecified@0$INUpcomingMediaPredictionModeDefault@0$INUpcomingMediaPredictionModeOnlyPredictSuggestedIntents@1$INUpdateMediaAffinityIntentResponseCodeFailure@4$INUpdateMediaAffinityIntentResponseCodeFailureRequiringAppLaunch@5$INUpdateMediaAffinityIntentResponseCodeInProgress@2$INUpdateMediaAffinityIntentResponseCodeReady@1$INUpdateMediaAffinityIntentResponseCodeSuccess@3$INUpdateMediaAffinityIntentResponseCodeUnspecified@0$INUpdateMediaAffinityMediaItemUnsupportedReasonCellularDataSettings@5$INUpdateMediaAffinityMediaItemUnsupportedReasonExplicitContentSettings@4$INUpdateMediaAffinityMediaItemUnsupportedReasonLoginRequired@1$INUpdateMediaAffinityMediaItemUnsupportedReasonRegionRestriction@8$INUpdateMediaAffinityMediaItemUnsupportedReasonRestrictedContent@6$INUpdateMediaAffinityMediaItemUnsupportedReasonServiceUnavailable@7$INUpdateMediaAffinityMediaItemUnsupportedReasonSubscriptionRequired@2$INUpdateMediaAffinityMediaItemUnsupportedReasonUnsupportedMediaType@3$INVisualCodeTypeBus@5$INVisualCodeTypeContact@1$INVisualCodeTypeRequestPayment@2$INVisualCodeTypeSendPayment@3$INVisualCodeTypeSubway@6$INVisualCodeTypeTransit@4$INVisualCodeTypeUnknown@0$INVocabularyStringTypeCarName@301$INVocabularyStringTypeCarProfileName@300$INVocabularyStringTypeContactGroupName@2$INVocabularyStringTypeContactName@1$INVocabularyStringTypeMediaAudiobookAuthorName@703$INVocabularyStringTypeMediaAudiobookTitle@702$INVocabularyStringTypeMediaMusicArtistName@701$INVocabularyStringTypeMediaPlaylistTitle@700$INVocabularyStringTypeMediaShowTitle@704$INVocabularyStringTypeNotebookItemGroupName@501$INVocabularyStringTypeNotebookItemTitle@500$INVocabularyStringTypePaymentsAccountNickname@401$INVocabularyStringTypePaymentsOrganizationName@400$INVocabularyStringTypePhotoAlbumName@101$INVocabularyStringTypePhotoTag@100$INVocabularyStringTypeWorkoutActivityName@200$INWorkoutGoalUnitTypeFoot@3$INWorkoutGoalUnitTypeHour@8$INWorkoutGoalUnitTypeInch@1$INWorkoutGoalUnitTypeJoule@9$INWorkoutGoalUnitTypeKiloCalorie@10$INWorkoutGoalUnitTypeMeter@2$INWorkoutGoalUnitTypeMile@4$INWorkoutGoalUnitTypeMinute@7$INWorkoutGoalUnitTypeSecond@6$INWorkoutGoalUnitTypeUnknown@0$INWorkoutGoalUnitTypeYard@5$INWorkoutLocationTypeIndoor@2$INWorkoutLocationTypeOutdoor@1$INWorkoutLocationTypeUnknown@0$"""
|
|
35
35
|
misc.update(
|
|
36
36
|
{
|
|
37
37
|
"INListCarsIntentResponseCode": NewType("INListCarsIntentResponseCode", int),
|
|
@@ -6263,12 +6263,6 @@ try:
|
|
|
6263
6263
|
b"deferredLocalizedIntentsStringWithFormat:fromTable:",
|
|
6264
6264
|
{"variadic": True},
|
|
6265
6265
|
)
|
|
6266
|
-
r(b"null", b"deferredLocalizedIntentsStringWithFormat:", {"variadic": True})
|
|
6267
|
-
r(
|
|
6268
|
-
b"null",
|
|
6269
|
-
b"deferredLocalizedIntentsStringWithFormat:fromTable:",
|
|
6270
|
-
{"variadic": True},
|
|
6271
|
-
)
|
|
6272
6266
|
finally:
|
|
6273
6267
|
objc._updatingMetadata(False)
|
|
6274
6268
|
|
|
@@ -6309,9 +6303,6 @@ objc.registerNewKeywordsFromSelector(
|
|
|
6309
6303
|
"INAddTasksTemporalEventTriggerResolutionResult",
|
|
6310
6304
|
b"initWithTemporalEventTriggerResolutionResult:",
|
|
6311
6305
|
)
|
|
6312
|
-
objc.registerNewKeywordsFromSelector(
|
|
6313
|
-
"INAggregatedMessageReaction", b"initWithReactionType:emoji:senders:reactionCount:"
|
|
6314
|
-
)
|
|
6315
6306
|
objc.registerNewKeywordsFromSelector("INAirline", b"initWithName:iataCode:icaoCode:")
|
|
6316
6307
|
objc.registerNewKeywordsFromSelector("INAirport", b"initWithName:iataCode:icaoCode:")
|
|
6317
6308
|
objc.registerNewKeywordsFromSelector("INAirportGate", b"initWithAirport:terminal:gate:")
|
|
@@ -6398,7 +6389,6 @@ objc.registerNewKeywordsFromSelector(
|
|
|
6398
6389
|
objc.registerNewKeywordsFromSelector(
|
|
6399
6390
|
"INCarHeadUnit", b"initWithBluetoothIdentifier:iAP2Identifier:"
|
|
6400
6391
|
)
|
|
6401
|
-
objc.registerNewKeywordsFromSelector("INColor", b"initWithRed:green:blue:")
|
|
6402
6392
|
objc.registerNewKeywordsFromSelector(
|
|
6403
6393
|
"INCreateNoteIntent", b"initWithTitle:content:groupName:"
|
|
6404
6394
|
)
|
|
@@ -6522,9 +6512,6 @@ objc.registerNewKeywordsFromSelector("INHangUpCallIntent", b"initWithCallIdentif
|
|
|
6522
6512
|
objc.registerNewKeywordsFromSelector(
|
|
6523
6513
|
"INHangUpCallIntentResponse", b"initWithCode:userActivity:"
|
|
6524
6514
|
)
|
|
6525
|
-
objc.registerNewKeywordsFromSelector(
|
|
6526
|
-
"INHeadUnit", b"initWithBluetoothIdentifier:iap2Identifier:"
|
|
6527
|
-
)
|
|
6528
6515
|
objc.registerNewKeywordsFromSelector("INImageNoteContent", b"initWithImage:")
|
|
6529
6516
|
objc.registerNewKeywordsFromSelector("INInteraction", b"initWithIntent:response:")
|
|
6530
6517
|
objc.registerNewKeywordsFromSelector(
|
|
@@ -6551,10 +6538,6 @@ objc.registerNewKeywordsFromSelector(
|
|
|
6551
6538
|
objc.registerNewKeywordsFromSelector(
|
|
6552
6539
|
"INMediaItem", b"initWithIdentifier:title:type:artwork:artist:"
|
|
6553
6540
|
)
|
|
6554
|
-
objc.registerNewKeywordsFromSelector(
|
|
6555
|
-
"INMediaSearch",
|
|
6556
|
-
b"initWithMediaType:sortOrder:mediaName:artistName:albumName:genreNames:moodNames:activityNames:releaseDate:reference:mediaIdentifier:",
|
|
6557
|
-
)
|
|
6558
6541
|
objc.registerNewKeywordsFromSelector(
|
|
6559
6542
|
"INMediaSearch",
|
|
6560
6543
|
b"initWithMediaType:sortOrder:mediaName:artistName:albumName:genreNames:moodNames:releaseDate:reference:mediaIdentifier:",
|
|
@@ -6588,11 +6571,11 @@ objc.registerNewKeywordsFromSelector(
|
|
|
6588
6571
|
)
|
|
6589
6572
|
objc.registerNewKeywordsFromSelector(
|
|
6590
6573
|
"INMessage",
|
|
6591
|
-
b"initWithIdentifier:conversationIdentifier:content:dateSent:sender:recipients:groupName:serviceName:messageType:referencedMessage:reaction:
|
|
6574
|
+
b"initWithIdentifier:conversationIdentifier:content:dateSent:sender:recipients:groupName:serviceName:messageType:referencedMessage:reaction:",
|
|
6592
6575
|
)
|
|
6593
6576
|
objc.registerNewKeywordsFromSelector(
|
|
6594
6577
|
"INMessage",
|
|
6595
|
-
b"initWithIdentifier:conversationIdentifier:content:dateSent:sender:recipients:groupName:serviceName:messageType:referencedMessage:sticker:reaction:
|
|
6578
|
+
b"initWithIdentifier:conversationIdentifier:content:dateSent:sender:recipients:groupName:serviceName:messageType:referencedMessage:sticker:reaction:",
|
|
6596
6579
|
)
|
|
6597
6580
|
objc.registerNewKeywordsFromSelector(
|
|
6598
6581
|
"INMessage",
|
|
@@ -7057,9 +7040,6 @@ objc.registerNewKeywordsFromSelector(
|
|
|
7057
7040
|
objc.registerNewKeywordsFromSelector(
|
|
7058
7041
|
"INStartCallContactResolutionResult", b"initWithPersonResolutionResult:"
|
|
7059
7042
|
)
|
|
7060
|
-
objc.registerNewKeywordsFromSelector(
|
|
7061
|
-
"INStartCallIntent", b"initWithAudioRoute:destinationType:contacts:callCapability:"
|
|
7062
|
-
)
|
|
7063
7043
|
objc.registerNewKeywordsFromSelector(
|
|
7064
7044
|
"INStartCallIntent",
|
|
7065
7045
|
b"initWithAudioRoute:destinationType:contacts:recordTypeForRedialing:callCapability:",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-Intents
|
|
3
|
-
Version:
|
|
3
|
+
Version: 12.1
|
|
4
4
|
Summary: Wrappers for the framework Intents on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -17,20 +17,21 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.14
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
26
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
|
+
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
27
28
|
Classifier: Programming Language :: Objective C
|
|
28
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.10
|
|
31
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
32
|
-
Requires-Dist: pyobjc-core>=
|
|
33
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.1
|
|
34
35
|
Dynamic: author
|
|
35
36
|
Dynamic: author-email
|
|
36
37
|
Dynamic: classifier
|
|
@@ -76,13 +76,5 @@ PyObjCTest/test_inunsendmessagesintent.py
|
|
|
76
76
|
PyObjCTest/test_inunsendmessagesintentresponse.py
|
|
77
77
|
metadata/Intents.fwinfo
|
|
78
78
|
metadata/metadata.ini
|
|
79
|
-
metadata/raw/arm64-
|
|
80
|
-
metadata/raw/
|
|
81
|
-
metadata/raw/arm64-14.5.fwinfo
|
|
82
|
-
metadata/raw/arm64-15.0.fwinfo
|
|
83
|
-
metadata/raw/x86_64-10.15.fwinfo
|
|
84
|
-
metadata/raw/x86_64-10.16.fwinfo
|
|
85
|
-
metadata/raw/x86_64-12.3.fwinfo
|
|
86
|
-
metadata/raw/x86_64-13.3.fwinfo
|
|
87
|
-
metadata/raw/x86_64-14.5.fwinfo
|
|
88
|
-
metadata/raw/x86_64-15.0.fwinfo
|
|
79
|
+
metadata/raw/arm64-26.0.fwinfo
|
|
80
|
+
metadata/raw/x86_64-26.0.fwinfo
|
|
@@ -15,54 +15,51 @@ static PyMethodDef mod_methods[] = {
|
|
|
15
15
|
{0, 0, 0, 0} /* sentinel */
|
|
16
16
|
};
|
|
17
17
|
|
|
18
|
-
static int
|
|
18
|
+
static int
|
|
19
|
+
mod_exec_module(PyObject* m)
|
|
19
20
|
{
|
|
20
21
|
return 0;
|
|
21
22
|
}
|
|
22
23
|
|
|
23
24
|
static struct PyModuleDef_Slot mod_slots[] = {
|
|
24
|
-
{
|
|
25
|
-
.slot = Py_mod_exec,
|
|
26
|
-
.value = (void*)mod_exec_module
|
|
27
|
-
},
|
|
25
|
+
{.slot = Py_mod_exec, .value = (void*)mod_exec_module},
|
|
28
26
|
#if PY_VERSION_HEX >= 0x030c0000
|
|
29
27
|
{
|
|
30
28
|
/* This extension does not use the CPython API other than initializing
|
|
31
29
|
* the module, hence is safe with subinterpreters and per-interpreter
|
|
32
30
|
* GILs
|
|
33
31
|
*/
|
|
34
|
-
.slot
|
|
32
|
+
.slot = Py_mod_multiple_interpreters,
|
|
35
33
|
.value = Py_MOD_PER_INTERPRETER_GIL_SUPPORTED,
|
|
36
34
|
},
|
|
37
35
|
#endif
|
|
38
36
|
#if PY_VERSION_HEX >= 0x030d0000
|
|
39
37
|
{
|
|
40
38
|
/* The code in this extension should be safe to use without the GIL */
|
|
41
|
-
.slot
|
|
39
|
+
.slot = Py_mod_gil,
|
|
42
40
|
.value = Py_MOD_GIL_NOT_USED,
|
|
43
41
|
},
|
|
44
42
|
#endif
|
|
45
|
-
{
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}
|
|
49
|
-
};
|
|
43
|
+
{/* Sentinel */
|
|
44
|
+
.slot = 0,
|
|
45
|
+
.value = 0}};
|
|
50
46
|
|
|
51
47
|
static struct PyModuleDef mod_module = {
|
|
52
|
-
.m_base
|
|
53
|
-
.m_name
|
|
54
|
-
.m_doc
|
|
55
|
-
.m_size
|
|
56
|
-
.m_methods
|
|
57
|
-
.m_slots
|
|
48
|
+
.m_base = PyModuleDef_HEAD_INIT,
|
|
49
|
+
.m_name = "_Intents",
|
|
50
|
+
.m_doc = NULL,
|
|
51
|
+
.m_size = 0,
|
|
52
|
+
.m_methods = mod_methods,
|
|
53
|
+
.m_slots = mod_slots,
|
|
58
54
|
.m_traverse = NULL,
|
|
59
|
-
.m_clear
|
|
60
|
-
.m_free
|
|
55
|
+
.m_clear = NULL,
|
|
56
|
+
.m_free = NULL,
|
|
61
57
|
};
|
|
62
58
|
|
|
63
59
|
PyObject* PyInit__Intents(void);
|
|
64
60
|
|
|
65
|
-
PyObject* __attribute__((__visibility__("default")))
|
|
61
|
+
PyObject* __attribute__((__visibility__("default")))
|
|
62
|
+
PyInit__Intents(void)
|
|
66
63
|
{
|
|
67
64
|
return PyModuleDef_Init(&mod_module);
|
|
68
65
|
}
|
|
@@ -53,8 +53,9 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
53
53
|
/*
|
|
54
54
|
* Only add items to the end of this list!
|
|
55
55
|
*/
|
|
56
|
+
|
|
56
57
|
typedef int(RegisterMethodMappingFunctionType)(
|
|
57
|
-
Class, SEL,
|
|
58
|
+
Class _Nullable, SEL,
|
|
58
59
|
PyObject* _Nullable (*_Nonnull)(PyObject* _Nonnull, PyObject* _Nonnull,
|
|
59
60
|
PyObject* _Nonnull const* _Nonnull, size_t),
|
|
60
61
|
IMP _Nullable (*_Nonnull)(PyObject* _Nonnull, PyObject* _Nonnull));
|
|
@@ -83,7 +84,8 @@ struct pyobjc_api {
|
|
|
83
84
|
PyObject* _Nullable (*_Nonnull unsupported_method_caller)(
|
|
84
85
|
PyObject* _Nonnull, PyObject* _Nonnull, PyObject* _Nonnull const* _Nonnull,
|
|
85
86
|
size_t);
|
|
86
|
-
void (*_Nonnull err_python_to_objc_gil)(PyGILState_STATE* _Nonnull state)
|
|
87
|
+
void (*_Nonnull err_python_to_objc_gil)(PyGILState_STATE* _Nonnull state)
|
|
88
|
+
__attribute__((__noreturn__));
|
|
87
89
|
int (*_Nonnull simplify_sig)(const char* signature, char* buf, size_t buflen);
|
|
88
90
|
void (*_Nonnull free_c_array)(int, Py_buffer*);
|
|
89
91
|
int (*_Nonnull py_to_c_array)(BOOL, BOOL, const char* _Nonnull, PyObject* _Nonnull,
|
|
@@ -113,7 +115,8 @@ struct pyobjc_api {
|
|
|
113
115
|
int (*_Nonnull checknokwnames)(PyObject* _Nonnull callable,
|
|
114
116
|
PyObject* _Nullable kwnames);
|
|
115
117
|
|
|
116
|
-
PyObject* _Nullable (*_Nonnull createopaquepointertype)(const char*, const char*,
|
|
118
|
+
PyObject* _Nullable (*_Nonnull createopaquepointertype)(const char*, const char*,
|
|
119
|
+
const char*);
|
|
117
120
|
};
|
|
118
121
|
|
|
119
122
|
#ifndef PYOBJC_BUILD
|