Implementation
factory v1Intent.fromJson(Map<String, dynamic> json) {
final _createOrganizationIntent = json['createOrganizationIntent'] == null
? null
: v1CreateOrganizationIntent
.fromJson(json['createOrganizationIntent'] as Map<String, dynamic>);
final _createAuthenticatorsIntent =
json['createAuthenticatorsIntent'] == null
? null
: v1CreateAuthenticatorsIntent.fromJson(
json['createAuthenticatorsIntent'] as Map<String, dynamic>);
final _createUsersIntent = json['createUsersIntent'] == null
? null
: v1CreateUsersIntent
.fromJson(json['createUsersIntent'] as Map<String, dynamic>);
final _createPrivateKeysIntent = json['createPrivateKeysIntent'] == null
? null
: v1CreatePrivateKeysIntent
.fromJson(json['createPrivateKeysIntent'] as Map<String, dynamic>);
final _signRawPayloadIntent = json['signRawPayloadIntent'] == null
? null
: v1SignRawPayloadIntent
.fromJson(json['signRawPayloadIntent'] as Map<String, dynamic>);
final _createInvitationsIntent = json['createInvitationsIntent'] == null
? null
: v1CreateInvitationsIntent
.fromJson(json['createInvitationsIntent'] as Map<String, dynamic>);
final _acceptInvitationIntent = json['acceptInvitationIntent'] == null
? null
: v1AcceptInvitationIntent
.fromJson(json['acceptInvitationIntent'] as Map<String, dynamic>);
final _createPolicyIntent = json['createPolicyIntent'] == null
? null
: v1CreatePolicyIntent
.fromJson(json['createPolicyIntent'] as Map<String, dynamic>);
final _disablePrivateKeyIntent = json['disablePrivateKeyIntent'] == null
? null
: v1DisablePrivateKeyIntent
.fromJson(json['disablePrivateKeyIntent'] as Map<String, dynamic>);
final _deleteUsersIntent = json['deleteUsersIntent'] == null
? null
: v1DeleteUsersIntent
.fromJson(json['deleteUsersIntent'] as Map<String, dynamic>);
final _deleteAuthenticatorsIntent =
json['deleteAuthenticatorsIntent'] == null
? null
: v1DeleteAuthenticatorsIntent.fromJson(
json['deleteAuthenticatorsIntent'] as Map<String, dynamic>);
final _deleteInvitationIntent = json['deleteInvitationIntent'] == null
? null
: v1DeleteInvitationIntent
.fromJson(json['deleteInvitationIntent'] as Map<String, dynamic>);
final _deleteOrganizationIntent = json['deleteOrganizationIntent'] == null
? null
: v1DeleteOrganizationIntent
.fromJson(json['deleteOrganizationIntent'] as Map<String, dynamic>);
final _deletePolicyIntent = json['deletePolicyIntent'] == null
? null
: v1DeletePolicyIntent
.fromJson(json['deletePolicyIntent'] as Map<String, dynamic>);
final _createUserTagIntent = json['createUserTagIntent'] == null
? null
: v1CreateUserTagIntent
.fromJson(json['createUserTagIntent'] as Map<String, dynamic>);
final _deleteUserTagsIntent = json['deleteUserTagsIntent'] == null
? null
: v1DeleteUserTagsIntent
.fromJson(json['deleteUserTagsIntent'] as Map<String, dynamic>);
final _signTransactionIntent = json['signTransactionIntent'] == null
? null
: v1SignTransactionIntent
.fromJson(json['signTransactionIntent'] as Map<String, dynamic>);
final _createApiKeysIntent = json['createApiKeysIntent'] == null
? null
: v1CreateApiKeysIntent
.fromJson(json['createApiKeysIntent'] as Map<String, dynamic>);
final _deleteApiKeysIntent = json['deleteApiKeysIntent'] == null
? null
: v1DeleteApiKeysIntent
.fromJson(json['deleteApiKeysIntent'] as Map<String, dynamic>);
final _approveActivityIntent = json['approveActivityIntent'] == null
? null
: v1ApproveActivityIntent
.fromJson(json['approveActivityIntent'] as Map<String, dynamic>);
final _rejectActivityIntent = json['rejectActivityIntent'] == null
? null
: v1RejectActivityIntent
.fromJson(json['rejectActivityIntent'] as Map<String, dynamic>);
final _createPrivateKeyTagIntent = json['createPrivateKeyTagIntent'] == null
? null
: v1CreatePrivateKeyTagIntent.fromJson(
json['createPrivateKeyTagIntent'] as Map<String, dynamic>);
final _deletePrivateKeyTagsIntent =
json['deletePrivateKeyTagsIntent'] == null
? null
: v1DeletePrivateKeyTagsIntent.fromJson(
json['deletePrivateKeyTagsIntent'] as Map<String, dynamic>);
final _createPolicyIntentV2 = json['createPolicyIntentV2'] == null
? null
: v1CreatePolicyIntentV2
.fromJson(json['createPolicyIntentV2'] as Map<String, dynamic>);
final _setPaymentMethodIntent = json['setPaymentMethodIntent'] == null
? null
: billingSetPaymentMethodIntent
.fromJson(json['setPaymentMethodIntent'] as Map<String, dynamic>);
final _activateBillingTierIntent = json['activateBillingTierIntent'] == null
? null
: billingActivateBillingTierIntent.fromJson(
json['activateBillingTierIntent'] as Map<String, dynamic>);
final _deletePaymentMethodIntent = json['deletePaymentMethodIntent'] == null
? null
: billingDeletePaymentMethodIntent.fromJson(
json['deletePaymentMethodIntent'] as Map<String, dynamic>);
final _createPolicyIntentV3 = json['createPolicyIntentV3'] == null
? null
: v1CreatePolicyIntentV3
.fromJson(json['createPolicyIntentV3'] as Map<String, dynamic>);
final _createApiOnlyUsersIntent = json['createApiOnlyUsersIntent'] == null
? null
: v1CreateApiOnlyUsersIntent
.fromJson(json['createApiOnlyUsersIntent'] as Map<String, dynamic>);
final _updateRootQuorumIntent = json['updateRootQuorumIntent'] == null
? null
: v1UpdateRootQuorumIntent
.fromJson(json['updateRootQuorumIntent'] as Map<String, dynamic>);
final _updateUserTagIntent = json['updateUserTagIntent'] == null
? null
: v1UpdateUserTagIntent
.fromJson(json['updateUserTagIntent'] as Map<String, dynamic>);
final _updatePrivateKeyTagIntent = json['updatePrivateKeyTagIntent'] == null
? null
: v1UpdatePrivateKeyTagIntent.fromJson(
json['updatePrivateKeyTagIntent'] as Map<String, dynamic>);
final _createAuthenticatorsIntentV2 =
json['createAuthenticatorsIntentV2'] == null
? null
: v1CreateAuthenticatorsIntentV2.fromJson(
json['createAuthenticatorsIntentV2'] as Map<String, dynamic>);
final _acceptInvitationIntentV2 = json['acceptInvitationIntentV2'] == null
? null
: v1AcceptInvitationIntentV2
.fromJson(json['acceptInvitationIntentV2'] as Map<String, dynamic>);
final _createOrganizationIntentV2 =
json['createOrganizationIntentV2'] == null
? null
: v1CreateOrganizationIntentV2.fromJson(
json['createOrganizationIntentV2'] as Map<String, dynamic>);
final _createUsersIntentV2 = json['createUsersIntentV2'] == null
? null
: v1CreateUsersIntentV2
.fromJson(json['createUsersIntentV2'] as Map<String, dynamic>);
final _createSubOrganizationIntent =
json['createSubOrganizationIntent'] == null
? null
: v1CreateSubOrganizationIntent.fromJson(
json['createSubOrganizationIntent'] as Map<String, dynamic>);
final _createSubOrganizationIntentV2 =
json['createSubOrganizationIntentV2'] == null
? null
: v1CreateSubOrganizationIntentV2.fromJson(
json['createSubOrganizationIntentV2'] as Map<String, dynamic>);
final _updateAllowedOriginsIntent =
json['updateAllowedOriginsIntent'] == null
? null
: v1UpdateAllowedOriginsIntent.fromJson(
json['updateAllowedOriginsIntent'] as Map<String, dynamic>);
final _createPrivateKeysIntentV2 = json['createPrivateKeysIntentV2'] == null
? null
: v1CreatePrivateKeysIntentV2.fromJson(
json['createPrivateKeysIntentV2'] as Map<String, dynamic>);
final _updateUserIntent = json['updateUserIntent'] == null
? null
: v1UpdateUserIntent
.fromJson(json['updateUserIntent'] as Map<String, dynamic>);
final _updatePolicyIntent = json['updatePolicyIntent'] == null
? null
: v1UpdatePolicyIntent
.fromJson(json['updatePolicyIntent'] as Map<String, dynamic>);
final _setPaymentMethodIntentV2 = json['setPaymentMethodIntentV2'] == null
? null
: billingSetPaymentMethodIntentV2
.fromJson(json['setPaymentMethodIntentV2'] as Map<String, dynamic>);
final _createSubOrganizationIntentV3 =
json['createSubOrganizationIntentV3'] == null
? null
: v1CreateSubOrganizationIntentV3.fromJson(
json['createSubOrganizationIntentV3'] as Map<String, dynamic>);
final _createWalletIntent = json['createWalletIntent'] == null
? null
: v1CreateWalletIntent
.fromJson(json['createWalletIntent'] as Map<String, dynamic>);
final _createWalletAccountsIntent =
json['createWalletAccountsIntent'] == null
? null
: v1CreateWalletAccountsIntent.fromJson(
json['createWalletAccountsIntent'] as Map<String, dynamic>);
final _initUserEmailRecoveryIntent =
json['initUserEmailRecoveryIntent'] == null
? null
: v1InitUserEmailRecoveryIntent.fromJson(
json['initUserEmailRecoveryIntent'] as Map<String, dynamic>);
final _recoverUserIntent = json['recoverUserIntent'] == null
? null
: v1RecoverUserIntent
.fromJson(json['recoverUserIntent'] as Map<String, dynamic>);
final _setOrganizationFeatureIntent =
json['setOrganizationFeatureIntent'] == null
? null
: v1SetOrganizationFeatureIntent.fromJson(
json['setOrganizationFeatureIntent'] as Map<String, dynamic>);
final _removeOrganizationFeatureIntent =
json['removeOrganizationFeatureIntent'] == null
? null
: v1RemoveOrganizationFeatureIntent.fromJson(
json['removeOrganizationFeatureIntent']
as Map<String, dynamic>);
final _signRawPayloadIntentV2 = json['signRawPayloadIntentV2'] == null
? null
: v1SignRawPayloadIntentV2
.fromJson(json['signRawPayloadIntentV2'] as Map<String, dynamic>);
final _signTransactionIntentV2 = json['signTransactionIntentV2'] == null
? null
: v1SignTransactionIntentV2
.fromJson(json['signTransactionIntentV2'] as Map<String, dynamic>);
final _exportPrivateKeyIntent = json['exportPrivateKeyIntent'] == null
? null
: v1ExportPrivateKeyIntent
.fromJson(json['exportPrivateKeyIntent'] as Map<String, dynamic>);
final _exportWalletIntent = json['exportWalletIntent'] == null
? null
: v1ExportWalletIntent
.fromJson(json['exportWalletIntent'] as Map<String, dynamic>);
final _createSubOrganizationIntentV4 =
json['createSubOrganizationIntentV4'] == null
? null
: v1CreateSubOrganizationIntentV4.fromJson(
json['createSubOrganizationIntentV4'] as Map<String, dynamic>);
final _emailAuthIntent = json['emailAuthIntent'] == null
? null
: v1EmailAuthIntent
.fromJson(json['emailAuthIntent'] as Map<String, dynamic>);
final _exportWalletAccountIntent = json['exportWalletAccountIntent'] == null
? null
: v1ExportWalletAccountIntent.fromJson(
json['exportWalletAccountIntent'] as Map<String, dynamic>);
final _initImportWalletIntent = json['initImportWalletIntent'] == null
? null
: v1InitImportWalletIntent
.fromJson(json['initImportWalletIntent'] as Map<String, dynamic>);
final _importWalletIntent = json['importWalletIntent'] == null
? null
: v1ImportWalletIntent
.fromJson(json['importWalletIntent'] as Map<String, dynamic>);
final _initImportPrivateKeyIntent =
json['initImportPrivateKeyIntent'] == null
? null
: v1InitImportPrivateKeyIntent.fromJson(
json['initImportPrivateKeyIntent'] as Map<String, dynamic>);
final _importPrivateKeyIntent = json['importPrivateKeyIntent'] == null
? null
: v1ImportPrivateKeyIntent
.fromJson(json['importPrivateKeyIntent'] as Map<String, dynamic>);
final _createPoliciesIntent = json['createPoliciesIntent'] == null
? null
: v1CreatePoliciesIntent
.fromJson(json['createPoliciesIntent'] as Map<String, dynamic>);
final _signRawPayloadsIntent = json['signRawPayloadsIntent'] == null
? null
: v1SignRawPayloadsIntent
.fromJson(json['signRawPayloadsIntent'] as Map<String, dynamic>);
final _createReadOnlySessionIntent =
json['createReadOnlySessionIntent'] == null
? null
: v1CreateReadOnlySessionIntent.fromJson(
json['createReadOnlySessionIntent'] as Map<String, dynamic>);
final _createOauthProvidersIntent =
json['createOauthProvidersIntent'] == null
? null
: v1CreateOauthProvidersIntent.fromJson(
json['createOauthProvidersIntent'] as Map<String, dynamic>);
final _deleteOauthProvidersIntent =
json['deleteOauthProvidersIntent'] == null
? null
: v1DeleteOauthProvidersIntent.fromJson(
json['deleteOauthProvidersIntent'] as Map<String, dynamic>);
final _createSubOrganizationIntentV5 =
json['createSubOrganizationIntentV5'] == null
? null
: v1CreateSubOrganizationIntentV5.fromJson(
json['createSubOrganizationIntentV5'] as Map<String, dynamic>);
final _oauthIntent = json['oauthIntent'] == null
? null
: v1OauthIntent.fromJson(json['oauthIntent'] as Map<String, dynamic>);
final _createApiKeysIntentV2 = json['createApiKeysIntentV2'] == null
? null
: v1CreateApiKeysIntentV2
.fromJson(json['createApiKeysIntentV2'] as Map<String, dynamic>);
final _createReadWriteSessionIntent =
json['createReadWriteSessionIntent'] == null
? null
: v1CreateReadWriteSessionIntent.fromJson(
json['createReadWriteSessionIntent'] as Map<String, dynamic>);
final _emailAuthIntentV2 = json['emailAuthIntentV2'] == null
? null
: v1EmailAuthIntentV2
.fromJson(json['emailAuthIntentV2'] as Map<String, dynamic>);
final _createSubOrganizationIntentV6 =
json['createSubOrganizationIntentV6'] == null
? null
: v1CreateSubOrganizationIntentV6.fromJson(
json['createSubOrganizationIntentV6'] as Map<String, dynamic>);
final _deletePrivateKeysIntent = json['deletePrivateKeysIntent'] == null
? null
: v1DeletePrivateKeysIntent
.fromJson(json['deletePrivateKeysIntent'] as Map<String, dynamic>);
final _deleteWalletsIntent = json['deleteWalletsIntent'] == null
? null
: v1DeleteWalletsIntent
.fromJson(json['deleteWalletsIntent'] as Map<String, dynamic>);
final _createReadWriteSessionIntentV2 =
json['createReadWriteSessionIntentV2'] == null
? null
: v1CreateReadWriteSessionIntentV2.fromJson(
json['createReadWriteSessionIntentV2'] as Map<String, dynamic>);
final _deleteSubOrganizationIntent =
json['deleteSubOrganizationIntent'] == null
? null
: v1DeleteSubOrganizationIntent.fromJson(
json['deleteSubOrganizationIntent'] as Map<String, dynamic>);
final _initOtpAuthIntent = json['initOtpAuthIntent'] == null
? null
: v1InitOtpAuthIntent
.fromJson(json['initOtpAuthIntent'] as Map<String, dynamic>);
final _otpAuthIntent = json['otpAuthIntent'] == null
? null
: v1OtpAuthIntent
.fromJson(json['otpAuthIntent'] as Map<String, dynamic>);
final _createSubOrganizationIntentV7 =
json['createSubOrganizationIntentV7'] == null
? null
: v1CreateSubOrganizationIntentV7.fromJson(
json['createSubOrganizationIntentV7'] as Map<String, dynamic>);
final _updateWalletIntent = json['updateWalletIntent'] == null
? null
: v1UpdateWalletIntent
.fromJson(json['updateWalletIntent'] as Map<String, dynamic>);
final _updatePolicyIntentV2 = json['updatePolicyIntentV2'] == null
? null
: v1UpdatePolicyIntentV2
.fromJson(json['updatePolicyIntentV2'] as Map<String, dynamic>);
final _createUsersIntentV3 = json['createUsersIntentV3'] == null
? null
: v1CreateUsersIntentV3
.fromJson(json['createUsersIntentV3'] as Map<String, dynamic>);
final _initOtpAuthIntentV2 = json['initOtpAuthIntentV2'] == null
? null
: v1InitOtpAuthIntentV2
.fromJson(json['initOtpAuthIntentV2'] as Map<String, dynamic>);
final _initOtpIntent = json['initOtpIntent'] == null
? null
: v1InitOtpIntent
.fromJson(json['initOtpIntent'] as Map<String, dynamic>);
final _verifyOtpIntent = json['verifyOtpIntent'] == null
? null
: v1VerifyOtpIntent
.fromJson(json['verifyOtpIntent'] as Map<String, dynamic>);
final _otpLoginIntent = json['otpLoginIntent'] == null
? null
: v1OtpLoginIntent
.fromJson(json['otpLoginIntent'] as Map<String, dynamic>);
final _stampLoginIntent = json['stampLoginIntent'] == null
? null
: v1StampLoginIntent
.fromJson(json['stampLoginIntent'] as Map<String, dynamic>);
final _oauthLoginIntent = json['oauthLoginIntent'] == null
? null
: v1OauthLoginIntent
.fromJson(json['oauthLoginIntent'] as Map<String, dynamic>);
final _updateUserNameIntent = json['updateUserNameIntent'] == null
? null
: v1UpdateUserNameIntent
.fromJson(json['updateUserNameIntent'] as Map<String, dynamic>);
final _updateUserEmailIntent = json['updateUserEmailIntent'] == null
? null
: v1UpdateUserEmailIntent
.fromJson(json['updateUserEmailIntent'] as Map<String, dynamic>);
final _updateUserPhoneNumberIntent =
json['updateUserPhoneNumberIntent'] == null
? null
: v1UpdateUserPhoneNumberIntent.fromJson(
json['updateUserPhoneNumberIntent'] as Map<String, dynamic>);
final _initFiatOnRampIntent = json['initFiatOnRampIntent'] == null
? null
: v1InitFiatOnRampIntent
.fromJson(json['initFiatOnRampIntent'] as Map<String, dynamic>);
final _createSmartContractInterfaceIntent =
json['createSmartContractInterfaceIntent'] == null
? null
: v1CreateSmartContractInterfaceIntent.fromJson(
json['createSmartContractInterfaceIntent']
as Map<String, dynamic>);
final _deleteSmartContractInterfaceIntent =
json['deleteSmartContractInterfaceIntent'] == null
? null
: v1DeleteSmartContractInterfaceIntent.fromJson(
json['deleteSmartContractInterfaceIntent']
as Map<String, dynamic>);
final _enableAuthProxyIntent = json['enableAuthProxyIntent'] == null
? null
: v1EnableAuthProxyIntent
.fromJson(json['enableAuthProxyIntent'] as Map<String, dynamic>);
final _disableAuthProxyIntent = json['disableAuthProxyIntent'] == null
? null
: v1DisableAuthProxyIntent
.fromJson(json['disableAuthProxyIntent'] as Map<String, dynamic>);
final _updateAuthProxyConfigIntent =
json['updateAuthProxyConfigIntent'] == null
? null
: v1UpdateAuthProxyConfigIntent.fromJson(
json['updateAuthProxyConfigIntent'] as Map<String, dynamic>);
final _createOauth2CredentialIntent =
json['createOauth2CredentialIntent'] == null
? null
: v1CreateOauth2CredentialIntent.fromJson(
json['createOauth2CredentialIntent'] as Map<String, dynamic>);
final _updateOauth2CredentialIntent =
json['updateOauth2CredentialIntent'] == null
? null
: v1UpdateOauth2CredentialIntent.fromJson(
json['updateOauth2CredentialIntent'] as Map<String, dynamic>);
final _deleteOauth2CredentialIntent =
json['deleteOauth2CredentialIntent'] == null
? null
: v1DeleteOauth2CredentialIntent.fromJson(
json['deleteOauth2CredentialIntent'] as Map<String, dynamic>);
final _oauth2AuthenticateIntent = json['oauth2AuthenticateIntent'] == null
? null
: v1Oauth2AuthenticateIntent
.fromJson(json['oauth2AuthenticateIntent'] as Map<String, dynamic>);
final _deleteWalletAccountsIntent =
json['deleteWalletAccountsIntent'] == null
? null
: v1DeleteWalletAccountsIntent.fromJson(
json['deleteWalletAccountsIntent'] as Map<String, dynamic>);
final _deletePoliciesIntent = json['deletePoliciesIntent'] == null
? null
: v1DeletePoliciesIntent
.fromJson(json['deletePoliciesIntent'] as Map<String, dynamic>);
final _ethSendRawTransactionIntent =
json['ethSendRawTransactionIntent'] == null
? null
: v1EthSendRawTransactionIntent.fromJson(
json['ethSendRawTransactionIntent'] as Map<String, dynamic>);
final _ethSendTransactionIntent = json['ethSendTransactionIntent'] == null
? null
: v1EthSendTransactionIntent
.fromJson(json['ethSendTransactionIntent'] as Map<String, dynamic>);
final _createFiatOnRampCredentialIntent =
json['createFiatOnRampCredentialIntent'] == null
? null
: v1CreateFiatOnRampCredentialIntent.fromJson(
json['createFiatOnRampCredentialIntent']
as Map<String, dynamic>);
final _updateFiatOnRampCredentialIntent =
json['updateFiatOnRampCredentialIntent'] == null
? null
: v1UpdateFiatOnRampCredentialIntent.fromJson(
json['updateFiatOnRampCredentialIntent']
as Map<String, dynamic>);
final _deleteFiatOnRampCredentialIntent =
json['deleteFiatOnRampCredentialIntent'] == null
? null
: v1DeleteFiatOnRampCredentialIntent.fromJson(
json['deleteFiatOnRampCredentialIntent']
as Map<String, dynamic>);
final _emailAuthIntentV3 = json['emailAuthIntentV3'] == null
? null
: v1EmailAuthIntentV3
.fromJson(json['emailAuthIntentV3'] as Map<String, dynamic>);
final _initUserEmailRecoveryIntentV2 =
json['initUserEmailRecoveryIntentV2'] == null
? null
: v1InitUserEmailRecoveryIntentV2.fromJson(
json['initUserEmailRecoveryIntentV2'] as Map<String, dynamic>);
final _initOtpIntentV2 = json['initOtpIntentV2'] == null
? null
: v1InitOtpIntentV2
.fromJson(json['initOtpIntentV2'] as Map<String, dynamic>);
final _initOtpAuthIntentV3 = json['initOtpAuthIntentV3'] == null
? null
: v1InitOtpAuthIntentV3
.fromJson(json['initOtpAuthIntentV3'] as Map<String, dynamic>);
final _upsertGasUsageConfigIntent =
json['upsertGasUsageConfigIntent'] == null
? null
: v1UpsertGasUsageConfigIntent.fromJson(
json['upsertGasUsageConfigIntent'] as Map<String, dynamic>);
final _createTvcAppIntent = json['createTvcAppIntent'] == null
? null
: v1CreateTvcAppIntent
.fromJson(json['createTvcAppIntent'] as Map<String, dynamic>);
final _createTvcDeploymentIntent = json['createTvcDeploymentIntent'] == null
? null
: v1CreateTvcDeploymentIntent.fromJson(
json['createTvcDeploymentIntent'] as Map<String, dynamic>);
final _createTvcManifestApprovalsIntent =
json['createTvcManifestApprovalsIntent'] == null
? null
: v1CreateTvcManifestApprovalsIntent.fromJson(
json['createTvcManifestApprovalsIntent']
as Map<String, dynamic>);
final _solSendTransactionIntent = json['solSendTransactionIntent'] == null
? null
: v1SolSendTransactionIntent
.fromJson(json['solSendTransactionIntent'] as Map<String, dynamic>);
final _initOtpIntentV3 = json['initOtpIntentV3'] == null
? null
: v1InitOtpIntentV3
.fromJson(json['initOtpIntentV3'] as Map<String, dynamic>);
final _verifyOtpIntentV2 = json['verifyOtpIntentV2'] == null
? null
: v1VerifyOtpIntentV2
.fromJson(json['verifyOtpIntentV2'] as Map<String, dynamic>);
final _otpLoginIntentV2 = json['otpLoginIntentV2'] == null
? null
: v1OtpLoginIntentV2
.fromJson(json['otpLoginIntentV2'] as Map<String, dynamic>);
final _updateOrganizationNameIntent =
json['updateOrganizationNameIntent'] == null
? null
: v1UpdateOrganizationNameIntent.fromJson(
json['updateOrganizationNameIntent'] as Map<String, dynamic>);
final _createSubOrganizationIntentV8 =
json['createSubOrganizationIntentV8'] == null
? null
: v1CreateSubOrganizationIntentV8.fromJson(
json['createSubOrganizationIntentV8'] as Map<String, dynamic>);
final _createOauthProvidersIntentV2 =
json['createOauthProvidersIntentV2'] == null
? null
: v1CreateOauthProvidersIntentV2.fromJson(
json['createOauthProvidersIntentV2'] as Map<String, dynamic>);
final _createUsersIntentV4 = json['createUsersIntentV4'] == null
? null
: v1CreateUsersIntentV4
.fromJson(json['createUsersIntentV4'] as Map<String, dynamic>);
final _createWebhookEndpointIntent =
json['createWebhookEndpointIntent'] == null
? null
: v1CreateWebhookEndpointIntent.fromJson(
json['createWebhookEndpointIntent'] as Map<String, dynamic>);
final _updateWebhookEndpointIntent =
json['updateWebhookEndpointIntent'] == null
? null
: v1UpdateWebhookEndpointIntent.fromJson(
json['updateWebhookEndpointIntent'] as Map<String, dynamic>);
final _deleteWebhookEndpointIntent =
json['deleteWebhookEndpointIntent'] == null
? null
: v1DeleteWebhookEndpointIntent.fromJson(
json['deleteWebhookEndpointIntent'] as Map<String, dynamic>);
return v1Intent(
createOrganizationIntent: _createOrganizationIntent,
createAuthenticatorsIntent: _createAuthenticatorsIntent,
createUsersIntent: _createUsersIntent,
createPrivateKeysIntent: _createPrivateKeysIntent,
signRawPayloadIntent: _signRawPayloadIntent,
createInvitationsIntent: _createInvitationsIntent,
acceptInvitationIntent: _acceptInvitationIntent,
createPolicyIntent: _createPolicyIntent,
disablePrivateKeyIntent: _disablePrivateKeyIntent,
deleteUsersIntent: _deleteUsersIntent,
deleteAuthenticatorsIntent: _deleteAuthenticatorsIntent,
deleteInvitationIntent: _deleteInvitationIntent,
deleteOrganizationIntent: _deleteOrganizationIntent,
deletePolicyIntent: _deletePolicyIntent,
createUserTagIntent: _createUserTagIntent,
deleteUserTagsIntent: _deleteUserTagsIntent,
signTransactionIntent: _signTransactionIntent,
createApiKeysIntent: _createApiKeysIntent,
deleteApiKeysIntent: _deleteApiKeysIntent,
approveActivityIntent: _approveActivityIntent,
rejectActivityIntent: _rejectActivityIntent,
createPrivateKeyTagIntent: _createPrivateKeyTagIntent,
deletePrivateKeyTagsIntent: _deletePrivateKeyTagsIntent,
createPolicyIntentV2: _createPolicyIntentV2,
setPaymentMethodIntent: _setPaymentMethodIntent,
activateBillingTierIntent: _activateBillingTierIntent,
deletePaymentMethodIntent: _deletePaymentMethodIntent,
createPolicyIntentV3: _createPolicyIntentV3,
createApiOnlyUsersIntent: _createApiOnlyUsersIntent,
updateRootQuorumIntent: _updateRootQuorumIntent,
updateUserTagIntent: _updateUserTagIntent,
updatePrivateKeyTagIntent: _updatePrivateKeyTagIntent,
createAuthenticatorsIntentV2: _createAuthenticatorsIntentV2,
acceptInvitationIntentV2: _acceptInvitationIntentV2,
createOrganizationIntentV2: _createOrganizationIntentV2,
createUsersIntentV2: _createUsersIntentV2,
createSubOrganizationIntent: _createSubOrganizationIntent,
createSubOrganizationIntentV2: _createSubOrganizationIntentV2,
updateAllowedOriginsIntent: _updateAllowedOriginsIntent,
createPrivateKeysIntentV2: _createPrivateKeysIntentV2,
updateUserIntent: _updateUserIntent,
updatePolicyIntent: _updatePolicyIntent,
setPaymentMethodIntentV2: _setPaymentMethodIntentV2,
createSubOrganizationIntentV3: _createSubOrganizationIntentV3,
createWalletIntent: _createWalletIntent,
createWalletAccountsIntent: _createWalletAccountsIntent,
initUserEmailRecoveryIntent: _initUserEmailRecoveryIntent,
recoverUserIntent: _recoverUserIntent,
setOrganizationFeatureIntent: _setOrganizationFeatureIntent,
removeOrganizationFeatureIntent: _removeOrganizationFeatureIntent,
signRawPayloadIntentV2: _signRawPayloadIntentV2,
signTransactionIntentV2: _signTransactionIntentV2,
exportPrivateKeyIntent: _exportPrivateKeyIntent,
exportWalletIntent: _exportWalletIntent,
createSubOrganizationIntentV4: _createSubOrganizationIntentV4,
emailAuthIntent: _emailAuthIntent,
exportWalletAccountIntent: _exportWalletAccountIntent,
initImportWalletIntent: _initImportWalletIntent,
importWalletIntent: _importWalletIntent,
initImportPrivateKeyIntent: _initImportPrivateKeyIntent,
importPrivateKeyIntent: _importPrivateKeyIntent,
createPoliciesIntent: _createPoliciesIntent,
signRawPayloadsIntent: _signRawPayloadsIntent,
createReadOnlySessionIntent: _createReadOnlySessionIntent,
createOauthProvidersIntent: _createOauthProvidersIntent,
deleteOauthProvidersIntent: _deleteOauthProvidersIntent,
createSubOrganizationIntentV5: _createSubOrganizationIntentV5,
oauthIntent: _oauthIntent,
createApiKeysIntentV2: _createApiKeysIntentV2,
createReadWriteSessionIntent: _createReadWriteSessionIntent,
emailAuthIntentV2: _emailAuthIntentV2,
createSubOrganizationIntentV6: _createSubOrganizationIntentV6,
deletePrivateKeysIntent: _deletePrivateKeysIntent,
deleteWalletsIntent: _deleteWalletsIntent,
createReadWriteSessionIntentV2: _createReadWriteSessionIntentV2,
deleteSubOrganizationIntent: _deleteSubOrganizationIntent,
initOtpAuthIntent: _initOtpAuthIntent,
otpAuthIntent: _otpAuthIntent,
createSubOrganizationIntentV7: _createSubOrganizationIntentV7,
updateWalletIntent: _updateWalletIntent,
updatePolicyIntentV2: _updatePolicyIntentV2,
createUsersIntentV3: _createUsersIntentV3,
initOtpAuthIntentV2: _initOtpAuthIntentV2,
initOtpIntent: _initOtpIntent,
verifyOtpIntent: _verifyOtpIntent,
otpLoginIntent: _otpLoginIntent,
stampLoginIntent: _stampLoginIntent,
oauthLoginIntent: _oauthLoginIntent,
updateUserNameIntent: _updateUserNameIntent,
updateUserEmailIntent: _updateUserEmailIntent,
updateUserPhoneNumberIntent: _updateUserPhoneNumberIntent,
initFiatOnRampIntent: _initFiatOnRampIntent,
createSmartContractInterfaceIntent: _createSmartContractInterfaceIntent,
deleteSmartContractInterfaceIntent: _deleteSmartContractInterfaceIntent,
enableAuthProxyIntent: _enableAuthProxyIntent,
disableAuthProxyIntent: _disableAuthProxyIntent,
updateAuthProxyConfigIntent: _updateAuthProxyConfigIntent,
createOauth2CredentialIntent: _createOauth2CredentialIntent,
updateOauth2CredentialIntent: _updateOauth2CredentialIntent,
deleteOauth2CredentialIntent: _deleteOauth2CredentialIntent,
oauth2AuthenticateIntent: _oauth2AuthenticateIntent,
deleteWalletAccountsIntent: _deleteWalletAccountsIntent,
deletePoliciesIntent: _deletePoliciesIntent,
ethSendRawTransactionIntent: _ethSendRawTransactionIntent,
ethSendTransactionIntent: _ethSendTransactionIntent,
createFiatOnRampCredentialIntent: _createFiatOnRampCredentialIntent,
updateFiatOnRampCredentialIntent: _updateFiatOnRampCredentialIntent,
deleteFiatOnRampCredentialIntent: _deleteFiatOnRampCredentialIntent,
emailAuthIntentV3: _emailAuthIntentV3,
initUserEmailRecoveryIntentV2: _initUserEmailRecoveryIntentV2,
initOtpIntentV2: _initOtpIntentV2,
initOtpAuthIntentV3: _initOtpAuthIntentV3,
upsertGasUsageConfigIntent: _upsertGasUsageConfigIntent,
createTvcAppIntent: _createTvcAppIntent,
createTvcDeploymentIntent: _createTvcDeploymentIntent,
createTvcManifestApprovalsIntent: _createTvcManifestApprovalsIntent,
solSendTransactionIntent: _solSendTransactionIntent,
initOtpIntentV3: _initOtpIntentV3,
verifyOtpIntentV2: _verifyOtpIntentV2,
otpLoginIntentV2: _otpLoginIntentV2,
updateOrganizationNameIntent: _updateOrganizationNameIntent,
createSubOrganizationIntentV8: _createSubOrganizationIntentV8,
createOauthProvidersIntentV2: _createOauthProvidersIntentV2,
createUsersIntentV4: _createUsersIntentV4,
createWebhookEndpointIntent: _createWebhookEndpointIntent,
updateWebhookEndpointIntent: _updateWebhookEndpointIntent,
deleteWebhookEndpointIntent: _deleteWebhookEndpointIntent,
);
}