@pushwoosh/rpc-v2-http-api-data 0.1.399 → 0.1.401
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data-bundle.js +1 -1
- package/data.js +108 -0
- package/messages.d.ts +35 -0
- package/package.json +1 -1
package/data-bundle.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register([],(function(e,s){return{execute:function(){e((()=>{"use strict";var e={d:(s,t)=>{for(var o in t)e.o(t,o)&&!e.o(s,o)&&Object.defineProperty(s,o,{enumerable:!0,get:t[o]})},o:(e,s)=>Object.prototype.hasOwnProperty.call(e,s),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},s={};e.r(s),e.d(s,{data:()=>t});const t={"pushwoosh.rpc_v2.account_groups.AccountGroupsService":{type:"S",key:"accountGroups",methods:{List:{request:"pushwoosh.rpc_v2.account_groups.ListRequest",response:"pushwoosh.rpc_v2.account_groups.ListResponse",method:"get",path:"/api/account_groups"},Create:{request:"pushwoosh.rpc_v2.account_groups.CreateRequest",response:"pushwoosh.rpc_v2.account_groups.CreateResponse",method:"post",path:"/api/account_groups"},Update:{request:"pushwoosh.rpc_v2.account_groups.UpdateRequest",response:"pushwoosh.rpc_v2.account_groups.UpdateResponse",method:"put",path:"/api/account_groups"},Delete:{request:"pushwoosh.rpc_v2.account_groups.DeleteRequest",response:"pushwoosh.rpc_v2.account_groups.DeleteResponse",method:"delete",path:"/api/account_groups"},ListGroupMembers:{request:"pushwoosh.rpc_v2.account_groups.ListGroupMembersRequest",response:"pushwoosh.rpc_v2.account_groups.ListGroupMembersResponse",method:"get",path:"/api/account_groups/members"},UpdateGroupMembers:{request:"pushwoosh.rpc_v2.account_groups.UpdateGroupMembersRequest",response:"pushwoosh.rpc_v2.account_groups.UpdateGroupMembersResponse",method:"put",path:"/api/account_groups/members"}}},"pushwoosh.rpc_v2.account_groups.ListRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_groups.ListResponse.AccountGroup":{type:"I",fields:{name:{type:"string"},rights:{type:"boolean",mapKeyType:"string"}}},"pushwoosh.rpc_v2.account_groups.ListResponse":{type:"I",fields:{accountGroups:{type:"pushwoosh.rpc_v2.account_groups.ListResponse.AccountGroup",array:!0}}},"pushwoosh.rpc_v2.account_groups.CreateRequest":{type:"I",fields:{name:{type:"string"},rights:{type:"boolean",mapKeyType:"string"}}},"pushwoosh.rpc_v2.account_groups.CreateResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_groups.UpdateRequest":{type:"I",fields:{name:{type:"string"},rights:{type:"boolean",mapKeyType:"string"}}},"pushwoosh.rpc_v2.account_groups.UpdateResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_groups.DeleteRequest":{type:"I",fields:{name:{type:"string"}}},"pushwoosh.rpc_v2.account_groups.DeleteResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_groups.ListGroupMembersRequest":{type:"I",fields:{name:{type:"string"}}},"pushwoosh.rpc_v2.account_groups.ListGroupMembersResponse.AccountGroupMember":{type:"I",fields:{username:{type:"string"},email:{type:"string"},isMember:{type:"boolean"}}},"pushwoosh.rpc_v2.account_groups.ListGroupMembersResponse":{type:"I",fields:{accountGroupMembers:{type:"pushwoosh.rpc_v2.account_groups.ListGroupMembersResponse.AccountGroupMember",array:!0}}},"pushwoosh.rpc_v2.account_groups.UpdateGroupMembersRequest":{type:"I",fields:{name:{type:"string"},members:{type:"boolean",mapKeyType:"string"}}},"pushwoosh.rpc_v2.account_groups.UpdateGroupMembersResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_invites.AccountInvitesService":{type:"S",key:"accountInvites",methods:{List:{request:"pushwoosh.rpc_v2.account_invites.ListRequest",response:"pushwoosh.rpc_v2.account_invites.ListResponse",method:"get",path:"/api/account_invites"},Resend:{request:"pushwoosh.rpc_v2.account_invites.ResendRequest",response:"pushwoosh.rpc_v2.account_invites.ResendResponse",method:"post",path:"/api/account_invites/resend"},Delete:{request:"pushwoosh.rpc_v2.account_invites.DeleteRequest",response:"pushwoosh.rpc_v2.account_invites.DeleteResponse",method:"delete",path:"/api/account_invites"},Create:{request:"pushwoosh.rpc_v2.account_invites.CreateRequest",response:"pushwoosh.rpc_v2.account_invites.CreateResponse",method:"post",path:"/api/account_invites"}}},"pushwoosh.rpc_v2.account_invites.ListRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_invites.ListResponse.Invite":{type:"I",fields:{code:{type:"string"},email:{type:"string"},lastSentDate:{type:"Date"},status:{type:"string"}}},"pushwoosh.rpc_v2.account_invites.ListResponse":{type:"I",fields:{invites:{type:"pushwoosh.rpc_v2.account_invites.ListResponse.Invite",array:!0}}},"pushwoosh.rpc_v2.account_invites.ResendRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.account_invites.ResendResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_invites.CreateRequest":{type:"I",fields:{email:{type:"string"}}},"pushwoosh.rpc_v2.account_invites.CreateResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_invites.DeleteRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.account_invites.DeleteResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.AccountsService":{type:"S",key:"accounts",methods:{GetEmailStatisticCount:{request:"pushwoosh.rpc_v2.accounts.GetEmailStatisticCountRequest",response:"pushwoosh.rpc_v2.accounts.GetEmailStatisticCountResponse",method:"get",path:"/api/accounts/counters:emails"},GetActiveDevicesCount:{request:"pushwoosh.rpc_v2.accounts.GetActiveDevicesCountRequest",response:"pushwoosh.rpc_v2.accounts.GetActiveDevicesCountResponse",method:"get",path:"/api/accounts/counters:active_devices"},GetSubscribersCount:{request:"pushwoosh.rpc_v2.accounts.GetSubscribersCountRequest",response:"pushwoosh.rpc_v2.accounts.GetSubscribersCountResponse",method:"get",path:"/api/accounts/counters:total_subscribers"},GetActiveUsersCount:{request:"pushwoosh.rpc_v2.accounts.GetActiveUsersCountRequest",response:"pushwoosh.rpc_v2.accounts.GetActiveUsersCountResponse",method:"get",path:"/api/accounts/counters:active_users"},SetDebugMode:{request:"pushwoosh.rpc_v2.accounts.SetDebugModeRequest",response:"pushwoosh.rpc_v2.accounts.SetDebugModeResponse",method:"post",path:"/api/accounts/debug_mode"},GetOnboardingInfo:{request:"pushwoosh.rpc_v2.accounts.GetOnboardingInfoRequest",response:"pushwoosh.rpc_v2.accounts.GetOnboardingInfoResponse",method:"get",path:"/api/accounts/onboarding"},UpdateOnboardingInfo:{request:"pushwoosh.rpc_v2.accounts.UpdateOnboardingInfoRequest",response:"pushwoosh.rpc_v2.accounts.UpdateOnboardingInfoResponse",method:"put",path:"/api/accounts/onboarding"},GetTotalEmailSubscribersCount:{request:"pushwoosh.rpc_v2.accounts.GetTotalEmailSubscribersCountRequest",response:"pushwoosh.rpc_v2.accounts.GetTotalEmailSubscribersCountResponse",method:"get",path:"/api/accounts/counters:total_email_subscribers"},GetAccount:{request:"pushwoosh.rpc_v2.accounts.GetAccountRequest",response:"pushwoosh.rpc_v2.accounts.GetAccountResponse",method:"get",path:"/api/accounts"},UpdateAccount:{request:"pushwoosh.rpc_v2.accounts.UpdateAccountRequest",response:"pushwoosh.rpc_v2.accounts.UpdateAccountResponse",method:"put",path:"/api/accounts"},GetBillingInfo:{request:"pushwoosh.rpc_v2.accounts.GetBillingInfoRequest",response:"pushwoosh.rpc_v2.accounts.GetBillingInfoResponse",method:"get",path:"/api/accounts/billing_address"},UpdateBillingInfo:{request:"pushwoosh.rpc_v2.accounts.UpdateBillingInfoRequest",response:"pushwoosh.rpc_v2.accounts.UpdateBillingInfoResponse",method:"post",path:"/api/accounts/billing_address"}}},"pushwoosh.rpc_v2.accounts.GetEmailStatisticCountRequest":{type:"I",fields:{dateFrom:{type:"Date"},dateTo:{type:"Date"}}},"pushwoosh.rpc_v2.accounts.GetEmailStatisticCountResponse":{type:"I",fields:{dailyEmailStat:{type:"number"},monthlyEmailStat:{type:"number"},lastEmailStat:{type:"number"},paidEmailQuota:{type:"number"},freeEmailQuota:{type:"number"},freeEmailLimit:{type:"number"},billingMonthEmailSendsStat:{type:"number"},requestDateEmailStat:{type:"number"}}},"pushwoosh.rpc_v2.accounts.GetActiveDevicesCountRequest":{type:"I",fields:{dateFrom:{type:"Date"},dateTo:{type:"Date"}}},"pushwoosh.rpc_v2.accounts.GetActiveDevicesCountResponse":{type:"I",fields:{monthlyActiveDevices:{type:"number"},calendarMonthlyActiveDevices:{type:"number"},previousMonthActiveDevices:{type:"number"},requestDateActiveDevices:{type:"number"}}},"pushwoosh.rpc_v2.accounts.GetSubscribersCountRequest":{type:"I",fields:{platforms:{type:"number",array:!0}}},"pushwoosh.rpc_v2.accounts.GetSubscribersCountResponse":{type:"I",fields:{pushEnabled:{type:"number"},pushDisabled:{type:"number"}}},"pushwoosh.rpc_v2.accounts.GetActiveUsersCountRequest":{type:"I",fields:{dateFrom:{type:"Date"},dateTo:{type:"Date"}}},"pushwoosh.rpc_v2.accounts.GetActiveUsersCountResponse":{type:"I",fields:{monthlyActiveUsers:{type:"number"},calendarMonthlyActiveUsers:{type:"number"},previousMonthActiveUsers:{type:"number"},requestDateActiveUsers:{type:"number"}}},"pushwoosh.rpc_v2.accounts.SetDebugModeRequest":{type:"I",fields:{enabled:{type:"boolean"}}},"pushwoosh.rpc_v2.accounts.SetDebugModeResponse":{type:"I",fields:{enabled:{type:"boolean"},expireAt:{type:"Date"}}},"pushwoosh.rpc_v2.accounts.GetOnboardingInfoRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.GetOnboardingInfoResponse":{type:"I",fields:{isActive:{type:"boolean"},paywallPlan:{type:"boolean"},welcomeScreen:{type:"boolean"},getStarted:{type:"boolean"},showSurvey:{type:"boolean"}}},"pushwoosh.rpc_v2.accounts.UpdateOnboardingInfoRequest.answer_list":{type:"I",fields:{answers:{type:"string",array:!0}}},"pushwoosh.rpc_v2.accounts.UpdateOnboardingInfoRequest":{type:"I",fields:{plan:{type:"string"},step:{type:"string"},survey:{type:"pushwoosh.rpc_v2.accounts.UpdateOnboardingInfoRequest.answer_list",mapKeyType:"string"}}},"pushwoosh.rpc_v2.accounts.UpdateOnboardingInfoResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.GetTotalEmailSubscribersCountRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.GetTotalEmailSubscribersCountResponse":{type:"I",fields:{totalEmailSubscribers:{type:"number"}}},"pushwoosh.rpc_v2.accounts.BillingAddress":{type:"I",fields:{firstName:{type:"string"},lastName:{type:"string"},phone:{type:"string"},companyName:{type:"string"},companyNumber:{type:"string"},industry:{type:"string"},department:{type:"string"},country:{type:"string"},street:{type:"string"},zipCode:{type:"string"},paymentEmail:{type:"string"},vatNumber:{type:"string"},countryCode:{type:"string"},state:{type:"string"},stateCode:{type:"string"},secondaryPersonFirstName:{type:"string"},secondaryPersonLastName:{type:"string"},secondaryPersonEmail:{type:"string"},additionalEmails:{type:"string",array:!0},city:{type:"string"},accountCompanyName:{type:"string"}}},"pushwoosh.rpc_v2.accounts.Account":{type:"I",fields:{name:{type:"string"}}},"pushwoosh.rpc_v2.accounts.GetAccountRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.GetAccountResponse":{type:"I",fields:{account:{type:"pushwoosh.rpc_v2.accounts.Account"}}},"pushwoosh.rpc_v2.accounts.UpdateAccountRequest":{type:"I",fields:{account:{type:"pushwoosh.rpc_v2.accounts.Account"}}},"pushwoosh.rpc_v2.accounts.UpdateAccountResponse":{type:"I",fields:{account:{type:"pushwoosh.rpc_v2.accounts.Account"}}},"pushwoosh.rpc_v2.accounts.BillingInfo":{type:"I",fields:{firstName:{type:"string"},lastName:{type:"string"},phone:{type:"string"},companyName:{type:"string"},companyNumber:{type:"string"},industry:{type:"string"},department:{type:"string"},country:{type:"string"},street:{type:"string"},zipCode:{type:"string"},paymentEmail:{type:"string"},vatNumber:{type:"string"},countryCode:{type:"string"},state:{type:"string"},stateCode:{type:"string"},secondaryPersonFirstName:{type:"string"},secondaryPersonLastName:{type:"string"},secondaryPersonEmail:{type:"string"},additionalEmails:{type:"string",array:!0},city:{type:"string"}}},"pushwoosh.rpc_v2.accounts.GetBillingInfoRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.GetBillingInfoResponse":{type:"I",fields:{billingInfo:{type:"pushwoosh.rpc_v2.accounts.BillingInfo"}}},"pushwoosh.rpc_v2.accounts.UpdateBillingInfoRequest":{type:"I",fields:{billingInfo:{type:"pushwoosh.rpc_v2.accounts.BillingInfo"}}},"pushwoosh.rpc_v2.accounts.UpdateBillingInfoResponse":{type:"I",fields:{billingInfo:{type:"pushwoosh.rpc_v2.accounts.BillingInfo"}}},"pushwoosh.rpc_v2.accounts_get_auth_info.GetAuthInfoService":{type:"S",key:"getAuthInfo",methods:{GetAuthInfo:{request:"pushwoosh.rpc_v2.accounts_get_auth_info.GetAuthInfoRequest",response:"pushwoosh.rpc_v2.accounts_get_auth_info.GetAuthInfoResponse",method:"get",path:"/api/accounts/auth_info"}}},"pushwoosh.rpc_v2.accounts_get_auth_info.GetAuthInfoRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts_get_auth_info.GetAuthInfoResponse":{type:"I",fields:{user:{type:"pushwoosh.rpc_v2.accounts_get_auth_info.User"},account:{type:"pushwoosh.rpc_v2.accounts_get_auth_info.Account"}}},"pushwoosh.rpc_v2.accounts_get_auth_info.User":{type:"I",fields:{username:{type:"string"},email:{type:"string"},isActive:{type:"boolean"},timezone:{type:"string"},timezoneOffset:{type:"string"},accountsCount:{type:"number"},allowNewsletters:{type:"boolean"},allowDailyStatsGlobal:{type:"boolean"},allowNotificationSubscribers:{type:"boolean"},allowNotificationIosLicense:{type:"boolean"},allowNotificationUserInactivity:{type:"boolean"},allowNotificationDisablePlatform:{type:"boolean"},intercomUserHash:{type:"string"}}},"pushwoosh.rpc_v2.accounts_get_auth_info.Account":{type:"I",fields:{id:{type:"number"},name:{type:"string"},isEnterprise:{type:"boolean"},expireDate:{type:"string"},frozen:{type:"boolean"},productType:{type:"string"},domain:{type:"string"},admin:{type:"boolean"},restriction:{type:"string"},canUsePacks:{type:"boolean"},hasPersonalizationPack:{type:"boolean"},hasMarketingPack:{type:"boolean"},isUnderSu:{type:"boolean"},isAccountLocked:{type:"boolean"},isTwoFactorAuthEnabled:{type:"boolean"},hasActiveOrder:{type:"boolean"},registrationDate:{type:"Date"},appGroupsCount:{type:"number"},applicationsCount:{type:"number"},filtersCount:{type:"number"},tagsCount:{type:"number"},geoZonesCount:{type:"number"},campaignsCount:{type:"number"},presetsCount:{type:"number"},testDevicesCount:{type:"number"},autoPushesCount:{type:"number"},rssFeedsCount:{type:"number"},inAppsCount:{type:"number"},eventsCount:{type:"number"},deeplinksCount:{type:"number"},richMediaCount:{type:"number"},emailTemplatesCount:{type:"number"},accountMailsCount:{type:"number"},accountDomainsCount:{type:"number"},pushAvailableSubscribers:{type:"number"},pushNotAvailableSubscribers:{type:"number"},isDeviceLimitReached:{type:"boolean"},aceSeeApplications:{type:"boolean"},aceModifyApplications:{type:"boolean"},aceSeeAppGroups:{type:"boolean"},aceModifyAppGroups:{type:"boolean"},aceSeeMessages:{type:"boolean"},aceModifyMessages:{type:"boolean"},aceSendMessages:{type:"boolean"},aceSeeFilters:{type:"boolean"},aceModifyFilters:{type:"boolean"},aceSeeTags:{type:"boolean"},aceModifyTags:{type:"boolean"},aceSeeRichMedia:{type:"boolean"},aceModifyRichMedia:{type:"boolean"},aceSeeEmailTemplates:{type:"boolean"},aceModifyEmailTemplates:{type:"boolean"},aceSuperRight:{type:"boolean"},aceManageUsers:{type:"boolean"},aceManageSubscription:{type:"boolean"},aceSeeApiAccess:{type:"boolean"},aceDomainAndEmailVerification:{type:"boolean"},freeEmailLimitUpdateDate:{type:"string"},paidEmailExpireDate:{type:"string"},allowedPlatforms:{type:"number",array:!0},billingAddress:{type:"pushwoosh.rpc_v2.accounts.BillingAddress"},restrictions:{type:"pushwoosh.objects.restrictionValues.v1.RestrictionValue"},userCentricStorageUsed:{type:"boolean"}}},"pushwoosh.rpc_v2.api_tokens.ApiTokensService":{type:"S",key:"apiTokens",methods:{Create:{request:"pushwoosh.rpc_v2.api_tokens.CreateApiTokenRequest",response:"pushwoosh.rpc_v2.api_tokens.CreateApiTokenResponse",method:"post",path:"/api/api_tokens"},Get:{request:"pushwoosh.rpc_v2.api_tokens.GetApiTokenRequest",response:"pushwoosh.rpc_v2.api_tokens.GetApiTokenResponse",method:"get",path:"/api/api_tokens/{code}"},List:{request:"pushwoosh.rpc_v2.api_tokens.ListApiTokensRequest",response:"pushwoosh.rpc_v2.api_tokens.ListApiTokensResponse",method:"get",path:"/api/api_tokens"},Update:{request:"pushwoosh.rpc_v2.api_tokens.UpdateApiTokenRequest",response:"pushwoosh.rpc_v2.api_tokens.UpdateApiTokenResponse",method:"put",path:"/api/api_tokens/{code}"},Delete:{request:"pushwoosh.rpc_v2.api_tokens.DeleteApiTokenRequest",response:"pushwoosh.rpc_v2.api_tokens.DeleteApiTokenResponse",method:"delete",path:"/api/api_tokens/{code}"},GrantRightOnApplication:{request:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest",response:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationResponse",method:"post",path:"/api/api_tokens/grant_right_on_application"},GrantMessageRightAll:{request:"pushwoosh.rpc_v2.api_tokens.GrantMessageRightAllRequest",response:"pushwoosh.rpc_v2.api_tokens.GrantMessageRightAllResponse",method:"post",path:"/api/api_tokens/grant_message_right_all"}}},"pushwoosh.rpc_v2.api_tokens.Restrictions":{type:"I",fields:{messageApplications:{type:"string",array:!0},messageGroups:{type:"string",array:!0},modifyAccount:{type:"boolean"},modifyApplication:{type:"boolean"},modifyMessage:{type:"boolean"},modifyTag:{type:"boolean"},applicationsSelectAll:{type:"boolean"},groupsSelectAll:{type:"boolean"}}},"pushwoosh.rpc_v2.api_tokens.CreateApiTokenRequest":{type:"I",fields:{name:{type:"string"},restrictions:{type:"pushwoosh.rpc_v2.api_tokens.Restrictions"}}},"pushwoosh.rpc_v2.api_tokens.CreateApiTokenResponse":{type:"I",fields:{code:{type:"string"},name:{type:"string"},value:{type:"string"},restrictions:{type:"pushwoosh.rpc_v2.api_tokens.Restrictions"}}},"pushwoosh.rpc_v2.api_tokens.GetApiTokenRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.api_tokens.GetApiTokenResponse":{type:"I",fields:{code:{type:"string"},name:{type:"string"},value:{type:"string"},restrictions:{type:"pushwoosh.rpc_v2.api_tokens.Restrictions"}}},"pushwoosh.rpc_v2.api_tokens.ListApiTokensRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.api_tokens.ListApiTokensRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.api_tokens.ListApiTokensRequest":{type:"I",fields:{orderBy:{type:"pushwoosh.rpc_v2.api_tokens.ListApiTokensRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.api_tokens.ListApiTokensRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},searchByName:{type:"string"}}},"pushwoosh.rpc_v2.api_tokens.ListApiTokensResponse.ApiToken":{type:"I",fields:{code:{type:"string"},name:{type:"string"},value:{type:"string"}}},"pushwoosh.rpc_v2.api_tokens.ListApiTokensResponse":{type:"I",fields:{apiTokens:{type:"pushwoosh.rpc_v2.api_tokens.ListApiTokensResponse.ApiToken",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.api_tokens.UpdateApiTokenRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},restrictions:{type:"pushwoosh.rpc_v2.api_tokens.Restrictions"}}},"pushwoosh.rpc_v2.api_tokens.UpdateApiTokenResponse":{type:"I",fields:{code:{type:"string"},name:{type:"string"},value:{type:"string"},restrictions:{type:"pushwoosh.rpc_v2.api_tokens.Restrictions"}}},"pushwoosh.rpc_v2.api_tokens.DeleteApiTokenRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.api_tokens.DeleteApiTokenResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyAccount":{type:"I",fields:{}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyApplication":{type:"I",fields:{}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyTag":{type:"I",fields:{}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyMessage":{type:"I",fields:{}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.MessageApplications":{type:"I",fields:{applicationCode:{type:"string"}}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.MessageGroups":{type:"I",fields:{applicationGroupCode:{type:"string"}}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest":{type:"I",fields:{modifyAccount:{type:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyAccount"},modifyApplication:{type:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyApplication"},modifyTag:{type:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyTag"},modifyMessage:{type:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyMessage"},messageApplications:{type:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.MessageApplications"},messageGroups:{type:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.MessageGroups"}},oneofs:{kind:{oneof:["modifyAccount","modifyApplication","modifyTag","modifyMessage","messageApplications","messageGroups"]}}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.api_tokens.GrantMessageRightAllRequest":{type:"I",fields:{code:{type:"string"},selectAll:{type:"boolean"}}},"pushwoosh.rpc_v2.api_tokens.GrantMessageRightAllResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications.ApplicationsService":{type:"S",key:"applications",methods:{Get:{request:"pushwoosh.rpc_v2.applications.GetApplicationRequest",response:"pushwoosh.rpc_v2.applications.GetApplicationResponse",method:"get",path:"/api/applications/{code}"},Create:{request:"pushwoosh.rpc_v2.applications.CreateApplicationRequest",response:"pushwoosh.rpc_v2.applications.CreateApplicationResponse",method:"post",path:"/api/applications"},Update:{request:"pushwoosh.rpc_v2.applications.UpdateApplicationRequest",response:"pushwoosh.rpc_v2.applications.UpdateApplicationResponse",method:"put",path:"/api/applications/{code}"},List:{request:"pushwoosh.rpc_v2.applications.ListApplicationsRequest",response:"pushwoosh.rpc_v2.applications.ListApplicationsResponse",method:"get",path:"/api/applications"},Delete:{request:"pushwoosh.rpc_v2.applications.DeleteApplicationRequest",response:"pushwoosh.rpc_v2.applications.DeleteApplicationResponse",method:"delete",path:"/api/applications/{code}"},SetShortenerConfiguration:{request:"pushwoosh.rpc_v2.applications.SetShortenerConfigurationRequest",response:"pushwoosh.rpc_v2.applications.SetShortenerConfigurationResponse",method:"post",path:"/api/applications/{code}/set_shortener_configuration"},UpdateURLParams:{request:"pushwoosh.rpc_v2.applications.UpdateURLParamsRequest",response:"pushwoosh.rpc_v2.applications.UpdateURLParamsResponse",method:"post",path:"/api/applications/{code}:update_url_params"},SendEmailVerification:{request:"pushwoosh.rpc_v2.applications.SendEmailVerificationRequest",response:"pushwoosh.rpc_v2.applications.SendEmailVerificationResponse",method:"post",path:"/api/applications/{code}:send_email_verification"}}},"pushwoosh.rpc_v2.applications.ApplicationPlatformSubscribersCount":{type:"I",fields:{pushEnabled:{type:"number"},pushDisabled:{type:"number"}}},"pushwoosh.rpc_v2.applications.ApplicationPermissions":{type:"I",fields:{canSee:{type:"boolean"},canModify:{type:"boolean"},canDelete:{type:"boolean"},canSendMessages:{type:"boolean"}}},"pushwoosh.rpc_v2.applications.Application":{type:"I",fields:{code:{type:"string"},title:{type:"string"},iconUrl:{type:"string"},isDemo:{type:"boolean"},platforms:{type:"pushwoosh.rpc_v2.applications_info.ApplicationPlatformsInfo.PlatformInfo",mapKeyType:"number"},subscribers:{type:"pushwoosh.rpc_v2.applications.ApplicationPlatformSubscribersCount",mapKeyType:"number"},languages:{type:"number",mapKeyType:"string"},permissions:{type:"pushwoosh.rpc_v2.applications.ApplicationPermissions"},properties:{type:"string",mapKeyType:"string"},counters:{type:"number",mapKeyType:"string"}}},"pushwoosh.rpc_v2.applications.ApplicationSummary":{type:"I",fields:{code:{type:"string"},title:{type:"string"},iconUrl:{type:"string"},isDemo:{type:"boolean"},subscribers:{type:"pushwoosh.rpc_v2.applications.ApplicationPlatformSubscribersCount",mapKeyType:"number"},platforms:{type:"pushwoosh.rpc_v2.applications_info.ApplicationPlatformsInfo.PlatformInfo",mapKeyType:"number"}}},"pushwoosh.rpc_v2.applications.GetApplicationRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.applications.GetApplicationResponse":{type:"I",fields:{application:{type:"pushwoosh.rpc_v2.applications.Application"}}},"pushwoosh.rpc_v2.applications.CreateApplicationRequest":{type:"I",fields:{title:{type:"string"},icon:{type:"string"}}},"pushwoosh.rpc_v2.applications.CreateApplicationResponse":{type:"I",fields:{application:{type:"pushwoosh.rpc_v2.applications.Application"}}},"pushwoosh.rpc_v2.applications.UpdateApplicationRequest":{type:"I",fields:{code:{type:"string"},title:{type:"string"},icon:{type:"string"}}},"pushwoosh.rpc_v2.applications.UpdateApplicationResponse":{type:"I",fields:{application:{type:"pushwoosh.rpc_v2.applications.Application"}}},"pushwoosh.rpc_v2.applications.ListApplicationsRequest.OrderBy":{type:"E",values:["TITLE","SUBSCRIBERS"]},"pushwoosh.rpc_v2.applications.ListApplicationsRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.applications.ListApplicationsRequest":{type:"I",fields:{orderBy:{type:"pushwoosh.rpc_v2.applications.ListApplicationsRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.applications.ListApplicationsRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},search:{type:"string"}}},"pushwoosh.rpc_v2.applications.ListApplicationsResponse":{type:"I",fields:{applications:{type:"pushwoosh.rpc_v2.applications.ApplicationSummary",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.applications.DeleteApplicationRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.applications.DeleteApplicationResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications.SetShortenerConfigurationRequest":{type:"I",fields:{code:{type:"string"},bitlyAccessToken:{type:"string"}}},"pushwoosh.rpc_v2.applications.SetShortenerConfigurationResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications.UpdateURLParamsRequest":{type:"I",fields:{code:{type:"string"},params:{type:"string",mapKeyType:"string"}}},"pushwoosh.rpc_v2.applications.UpdateURLParamsResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications.SendEmailVerificationRequest":{type:"I",fields:{code:{type:"string"},website:{type:"string"},email:{type:"string"},description:{type:"string"}}},"pushwoosh.rpc_v2.applications.SendEmailVerificationResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications_configurations.ApplicationsConfigurationsService":{type:"S",key:"applicationsConfigurations",methods:{Configure:{request:"pushwoosh.rpc_v2.applications_configurations.ConfigurationRequest",response:"pushwoosh.rpc_v2.applications_configurations.ConfigurationResponse",method:"post",path:"/api/applications_configurations/{code}"},EnablePlatform:{request:"pushwoosh.rpc_v2.applications_configurations.EnablePlatformRequest",response:"pushwoosh.rpc_v2.applications_configurations.EnablePlatformResponse",method:"post",path:"/api/applications_configurations:enable/{code}"}}},"pushwoosh.rpc_v2.applications_configurations.IOSTokenConfiguration":{type:"I",fields:{iosKeyId:{type:"string"},iosTeamId:{type:"string"},iosBundleId:{type:"string"},iosAuthKey:{type:"string"},iosGateway:{type:"number"}}},"pushwoosh.rpc_v2.applications_configurations.AndroidConfiguration":{type:"I",fields:{androidFramework:{type:"string"},androidFcmServiceAccount:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.ChromeConfiguration":{type:"I",fields:{chromeFcmServiceAccount:{type:"string"},chromeVapidKey:{type:"string"},chromeVapidPrivateKey:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.EmailConfiguration":{type:"I",fields:{emailFromName:{type:"string"},emailFromEmail:{type:"string"},emailReplyName:{type:"string"},emailReplyEmail:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.XiaomiConfiguration":{type:"I",fields:{xiaomiAppId:{type:"string"},xiaomiAppSecret:{type:"string"},xiaomiAppRegion:{type:"string"},xiaomiAppPackageName:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.HuaweiConfiguration":{type:"I",fields:{huaweiAndroidFramework:{type:"string"},huaweiAndroidAppId:{type:"string"},huaweiAndroidAppSecret:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.SafariConfiguration":{type:"I",fields:{safariWebsiteName:{type:"string"},safariWebsiteIcon:{type:"string"},safariAllowedDomains:{type:"string",array:!0},safariUrlTemplate:{type:"string"},safariKeyFile:{type:"string"},safariCertPassword:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.WindowsConfiguration":{type:"I",fields:{wnsPsid:{type:"string"},wnsSecret:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.AmazonConfiguration":{type:"I",fields:{admCid:{type:"string"},admSecret:{type:"string"},admFramework:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.OSXConfiguration":{type:"I",fields:{macosGateway:{type:"number"},macosKeyFile:{type:"string"},macosCertPassword:{type:"string"},macosCertFile:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.IOSConfiguration":{type:"I",fields:{iosGateway:{type:"number"},iosKeyFile:{type:"string"},iosCertPassword:{type:"string"},iosFramework:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.FirefoxConfiguration":{type:"I",fields:{firefoxIsEnabled:{type:"boolean"},firefoxVapidKey:{type:"string"},firefoxVapidPrivateKey:{type:"string"},firefoxFcmServiceAccount:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.ConfigurationRequest":{type:"I",fields:{code:{type:"string"},iosTokenConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.IOSTokenConfiguration"},androidConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.AndroidConfiguration"},chromeConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.ChromeConfiguration"},emailConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.EmailConfiguration"},xiaomiConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.XiaomiConfiguration"},huaweiConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.HuaweiConfiguration"},safariConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.SafariConfiguration"},windowsConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.WindowsConfiguration"},amazonConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.AmazonConfiguration"},osxConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.OSXConfiguration"},iosConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.IOSConfiguration"},firefoxConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.FirefoxConfiguration"}},oneofs:{kind:{oneof:["iosTokenConfiguration","androidConfiguration","chromeConfiguration","emailConfiguration","xiaomiConfiguration","huaweiConfiguration","safariConfiguration","windowsConfiguration","amazonConfiguration","osxConfiguration","iosConfiguration","firefoxConfiguration"]}}},"pushwoosh.rpc_v2.applications_configurations.ConfigurationResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications_configurations.EnablePlatformRequest":{type:"I",fields:{code:{type:"string"},platform:{type:"number"},enable:{type:"boolean"}}},"pushwoosh.rpc_v2.applications_configurations.EnablePlatformResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications_groups.ApplicationsGroupsService":{type:"S",key:"applicationsGroups",methods:{GetByCode:{request:"pushwoosh.rpc_v2.applications_groups.GetApplicationsGroupByCodeRequest",response:"pushwoosh.rpc_v2.applications_groups.ApplicationsGroup",method:"get",path:"/api/applications_groups/{code}"},List:{request:"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsRequest",response:"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsResponse",method:"get",path:"/api/applications_groups"},Create:{request:"pushwoosh.rpc_v2.applications_groups.CreateApplicationsGroupRequest",response:"pushwoosh.rpc_v2.applications_groups.CreateApplicationsGroupResponse",method:"post",path:"/api/applications_groups"},Update:{request:"pushwoosh.rpc_v2.applications_groups.UpdateApplicationsGroupRequest",response:"pushwoosh.rpc_v2.applications_groups.UpdateApplicationsGroupResponse",method:"put",path:"/api/applications_groups/{code}"},Delete:{request:"pushwoosh.rpc_v2.applications_groups.DeleteApplicationsGroupRequest",response:"pushwoosh.rpc_v2.applications_groups.DeleteApplicationsGroupResponse",method:"delete",path:"/api/applications_groups/{code}"}}},"pushwoosh.rpc_v2.applications_groups.ApplicationsGroup.Application":{type:"I",fields:{code:{type:"string"},title:{type:"string"},iconUrl:{type:"string"}}},"pushwoosh.rpc_v2.applications_groups.ApplicationsGroup":{type:"I",fields:{code:{type:"string"},title:{type:"string"},applications:{type:"pushwoosh.rpc_v2.applications_groups.ApplicationsGroup.Application",array:!0}}},"pushwoosh.rpc_v2.applications_groups.GetApplicationsGroupByCodeRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsRequest.OrderBy":{type:"E",values:["TITLE","CREATED"]},"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsRequest":{type:"I",fields:{page:{type:"number"},perPage:{type:"number"},orderBy:{type:"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsRequest.OrderDirection"},searchByTitle:{type:"string"}}},"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsResponse":{type:"I",fields:{applicationsGroups:{type:"pushwoosh.rpc_v2.applications_groups.ApplicationsGroup",array:!0},page:{type:"number"},perPage:{type:"number"},totalPages:{type:"number"}}},"pushwoosh.rpc_v2.applications_groups.CreateApplicationsGroupRequest":{type:"I",fields:{title:{type:"string"},applications:{type:"string",array:!0}}},"pushwoosh.rpc_v2.applications_groups.CreateApplicationsGroupResponse":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.applications_groups.UpdateApplicationsGroupRequest":{type:"I",fields:{code:{type:"string"},title:{type:"string"},applications:{type:"string",array:!0}}},"pushwoosh.rpc_v2.applications_groups.UpdateApplicationsGroupResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications_groups.DeleteApplicationsGroupRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.applications_groups.DeleteApplicationsGroupResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications_info.ApplicationsInfoService":{type:"S",key:"applicationsInfo",methods:{GetPlatformsInfo:{request:"pushwoosh.rpc_v2.applications_info.GetPlatformsInfoRequest",response:"pushwoosh.rpc_v2.applications_info.GetPlatformsInfoResponse",method:"post",path:"/api/applications/info:platforms_info"}}},"pushwoosh.rpc_v2.applications_info.GetPlatformsInfoRequest":{type:"I",fields:{applications:{type:"string",array:!0}}},"pushwoosh.rpc_v2.applications_info.GetPlatformsInfoResponse":{type:"I",fields:{applicationsPlatformsInfo:{type:"pushwoosh.rpc_v2.applications_info.ApplicationPlatformsInfo",array:!0}}},"pushwoosh.rpc_v2.applications_info.ApplicationPlatformsInfo.PlatformInfo":{type:"I",fields:{isConfigured:{type:"boolean"},isActive:{type:"boolean"},deactivationDate:{type:"Date"},deactivationReason:{type:"string"},certificateTimeLeft:{type:"Duration"},properties:{type:"string",mapKeyType:"string"}}},"pushwoosh.rpc_v2.applications_info.ApplicationPlatformsInfo":{type:"I",fields:{application:{type:"string"},platforms:{type:"pushwoosh.rpc_v2.applications_info.ApplicationPlatformsInfo.PlatformInfo",mapKeyType:"number"}}},"pushwoosh.rpc_v2.campaigns.CampaignsService":{type:"S",key:"campaigns",methods:{Get:{request:"pushwoosh.rpc_v2.campaigns.GetCampaignRequest",response:"pushwoosh.rpc_v2.campaigns.GetCampaignResponse",method:"get",path:"/api/campaigns/{code}"},Create:{request:"pushwoosh.rpc_v2.campaigns.CreateCampaignRequest",response:"pushwoosh.rpc_v2.campaigns.CreateCampaignResponse",method:"post",path:"/api/campaigns"},Update:{request:"pushwoosh.rpc_v2.campaigns.UpdateCampaignRequest",response:"pushwoosh.rpc_v2.campaigns.UpdateCampaignResponse",method:"put",path:"/api/campaigns/{code}"},List:{request:"pushwoosh.rpc_v2.campaigns.ListCampaignsRequest",response:"pushwoosh.rpc_v2.campaigns.ListCampaignsResponse",method:"get",path:"/api/campaigns"},Delete:{request:"pushwoosh.rpc_v2.campaigns.DeleteCampaignRequest",response:"pushwoosh.rpc_v2.campaigns.DeleteCampaignResponse",method:"delete",path:"/api/campaigns/{code}"}}},"pushwoosh.rpc_v2.campaigns.Campaign":{type:"I",fields:{code:{type:"string"},application:{type:"string"},name:{type:"string"},description:{type:"string"}}},"pushwoosh.rpc_v2.campaigns.GetCampaignRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.campaigns.GetCampaignResponse":{type:"I",fields:{campaign:{type:"pushwoosh.rpc_v2.campaigns.Campaign"}}},"pushwoosh.rpc_v2.campaigns.CreateCampaignRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},description:{type:"string"}}},"pushwoosh.rpc_v2.campaigns.CreateCampaignResponse":{type:"I",fields:{campaign:{type:"pushwoosh.rpc_v2.campaigns.Campaign"}}},"pushwoosh.rpc_v2.campaigns.UpdateCampaignRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},description:{type:"string"}}},"pushwoosh.rpc_v2.campaigns.UpdateCampaignResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.campaigns.ListCampaignsRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.campaigns.ListCampaignsRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.campaigns.ListCampaignsRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.campaigns.ListCampaignsRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.campaigns.ListCampaignsRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},search:{type:"string"},codes:{type:"string",array:!0}}},"pushwoosh.rpc_v2.campaigns.ListCampaignsResponse":{type:"I",fields:{campaigns:{type:"pushwoosh.rpc_v2.campaigns.Campaign",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.campaigns.DeleteCampaignRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.campaigns.DeleteCampaignResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.categories.CategoriesService":{type:"S",key:"categories",methods:{List:{request:"pushwoosh.rpc_v2.categories.ListCategoriesRequest",response:"pushwoosh.rpc_v2.categories.ListCategoriesResponse",method:"get",path:"/api/categories"}}},"pushwoosh.rpc_v2.categories.ListCategoriesRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.categories.ListCategoriesRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.categories.ListCategoriesRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.categories.ListCategoriesRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.categories.ListCategoriesRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},searchByName:{type:"string"}}},"pushwoosh.rpc_v2.categories.ListCategoriesResponse":{type:"I",fields:{categories:{type:"string",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.channels.messagingApi.v2.ErrorReason":{type:"E",values:["ERROR_REASON_UNSPECIFIED","EMPTY_REQUEST","EMPTY_SCHEDULE","EMPTY_SEND_DATE","EMPTY_PAYLOAD","SEND_DATE_TOO_FAR_IN_FUTURE","EMPTY_TARGET","SEGMENT_NOT_FOUND","SEGLANG_ERROR","EMPTY_APPLICATION","APPLICATION_NOT_FOUND","INVALID_PAST_TIMEZONES_BEHAVIOUR","EMPTY_HWIDS_LIST","TOO_MANY_HWIDS","EMPTY_USERS_LIST","TOO_MANY_USERS","EMPTY_PUSH_TOKENS_LIST","TOO_MANY_PUSH_TOKENS","TEST_DEVICES_FALSE","TEST_DEVICES_FOLLOW_USER_TIMEZONE","APPLICATION_IS_REQUIRED_FOR_TRANSACTIONAL","NO_RECIPIENTS_FOUND","PAST_TIMEZONES_BEHAVIOUR_NOT_IMPLEMENTED","NO_ACTIVE_TEST_DEVICES","SILENT_UNSUPPORTED_PLATFORM","INVALID_IOS_BADGE","INVALID_ANDROID_BADGE","INVALID_HUAWEI_ANDROID_BADGE","INVALID_BAIDU_ANDROID_BADGE","INVALID_LIVE_ACTIVITY","INVALID_IOS_TIME_TO_LIVE","INVALID_ANDROID_TIME_TO_LIVE","INVALID_HUAWEI_ANDROID_TIME_TO_LIVE","INVALID_BAIDU_ANDROID_TIME_TO_LIVE","INVALID_IOS_INTERRUPTION_LEVEL","INVALID_MAC_OS_BADGE","INVALID_SAFARI_BADGE","INVALID_MAC_OS_TIME_TO_LIVE","INVALID_ANDROID_LED","INVALID_HUAWEI_ANDROID_LED","INVALID_BAIDU_ANDROID_LED","INVALID_ANDROID_ICON_BACKGROUND_COLOR","INVALID_HUAWEI_ANDROID_ICON_BACKGROUND_COLOR","INVALID_BAIDU_ANDROID_ICON_BACKGROUND_COLOR","INVALID_ANDROID_PRIORITY","INVALID_HUAWEI_ANDROID_PRIORITY","INVALID_BAIDU_ANDROID_PRIORITY","INVALID_CHROME_TIME_TO_LIVE","INVALID_CHROME_DURATION","INVALID_SAFARI_TIME_TO_LIVE","INVALID_AMAZON_TIME_TO_LIVE","INVALID_XIAOMI_TIME_TO_LIVE","INVALID_IE_BADGE","PRESET_NOT_FOUND","FREQUENCY_CAPPING_NOT_ALLOWED","INVALID_FREQUENCY_CAPPING_DAYS","INVALID_FREQUENCY_CAPPING_COUNT","CAMPAIGN_NOT_FOUND","INVALID_PLATFORMS","DEEP_LINK_NOT_FOUND","RICH_MEDIA_NOT_FOUND","EMPTY_URL","INVALID_WINDOWS_TIME_TO_LIVE","INVALID_WINDOWS_CONTENT_BASE64","INVALID_WINDOWS_CONTENT_XML","INVALID_WINDOWS_TEMPLATE_NAME","INVALID_WINDOWS_CONTENT_BODY_EMPTY"]},"pushwoosh.channels.messagingApi.v2.MessagingService":{type:"S",key:"messaging",methods:{Notify:{request:"pushwoosh.channels.messagingApi.v2.NotifyRequest",response:"pushwoosh.channels.messagingApi.v2.NotifyResponse",method:"post",path:"/messaging/v2/notify"},NotifyBulk:{request:"pushwoosh.channels.messagingApi.v2.NotifyBulkRequest",response:"pushwoosh.channels.messagingApi.v2.NotifyBulkResponse",method:"post",path:"/messaging/v2/notify_bulk"},NotifyStream:{request:"pushwoosh.channels.messagingApi.v2.NotifyStreamRequest",response:"pushwoosh.channels.messagingApi.v2.NotifyStreamResponse",method:"post",path:"/messaging/v2/notify_stream"}}},"pushwoosh.channels.messagingApi.v2.NotifyRequest":{type:"I",fields:{segment:{type:"pushwoosh.channels.messagingApi.v2.NotifySegment"},transactional:{type:"pushwoosh.channels.messagingApi.v2.NotifyTransactional"}},oneofs:{kind:{oneof:["segment","transactional"]}}},"pushwoosh.channels.messagingApi.v2.NotifyResponse":{type:"I",fields:{result:{type:"pushwoosh.channels.messagingApi.v2.NotifyResult"}}},"pushwoosh.channels.messagingApi.v2.NotifyBulkRequest":{type:"I",fields:{requests:{type:"pushwoosh.channels.messagingApi.v2.NotifyRequest",array:!0}}},"pushwoosh.channels.messagingApi.v2.NotifyBulkResponse":{type:"I",fields:{result:{type:"pushwoosh.channels.messagingApi.v2.NotifyResult",array:!0}}},"pushwoosh.channels.messagingApi.v2.NotifyStreamRequest":{type:"I",fields:{request:{type:"pushwoosh.channels.messagingApi.v2.NotifyRequest"}}},"pushwoosh.channels.messagingApi.v2.NotifyStreamResponse":{type:"I",fields:{}},"pushwoosh.channels.messagingApi.v2.NotifyResult":{type:"I",fields:{messageCode:{type:"string"},unknownIdentifiers:{type:"string",array:!0}}},"pushwoosh.channels.messagingApi.v2.Platform":{type:"E",values:["UNKNOWN","IOS","ANDROID","OSX","WINDOWS","AMAZON","SAFARI","CHROME","FIREFOX","IE","EMAIL","BAIDU_ANDROID","HUAWEI_ANDROID","SMS","XIAOMI"]},"pushwoosh.channels.messagingApi.v2.NotifySegment":{type:"I",fields:{schedule:{type:"pushwoosh.channels.messagingApi.v2.Schedule"},code:{type:"string"},expression:{type:"string"},filterExpression:{type:"pushwoosh.objects.filters.v1.FilterExpression"},application:{type:"string"},platforms:{type:"pushwoosh.channels.messagingApi.v2.Platform",array:!0},payload:{type:"pushwoosh.channels.messagingApi.v2.Payload"},frequencyCapping:{type:"pushwoosh.channels.messagingApi.v2.FrequencyCapping"},campaign:{type:"string"}},oneofs:{target:{oneof:["code","expression","filterExpression"]}}},"pushwoosh.channels.messagingApi.v2.NotifyTransactional.HwidsList":{type:"I",fields:{list:{type:"string",array:!0}}},"pushwoosh.channels.messagingApi.v2.NotifyTransactional.UsersList":{type:"I",fields:{list:{type:"string",array:!0}}},"pushwoosh.channels.messagingApi.v2.NotifyTransactional.PushTokensList":{type:"I",fields:{list:{type:"string",array:!0}}},"pushwoosh.channels.messagingApi.v2.NotifyTransactional":{type:"I",fields:{schedule:{type:"pushwoosh.channels.messagingApi.v2.Schedule"},testDevices:{type:"boolean"},hwids:{type:"pushwoosh.channels.messagingApi.v2.NotifyTransactional.HwidsList"},users:{type:"pushwoosh.channels.messagingApi.v2.NotifyTransactional.UsersList"},pushTokens:{type:"pushwoosh.channels.messagingApi.v2.NotifyTransactional.PushTokensList"},application:{type:"string"},platforms:{type:"pushwoosh.channels.messagingApi.v2.Platform",array:!0},payload:{type:"pushwoosh.channels.messagingApi.v2.Payload"},returnUnknownIdentifiers:{type:"boolean"},frequencyCapping:{type:"pushwoosh.channels.messagingApi.v2.FrequencyCapping"},campaign:{type:"string"}},oneofs:{target:{oneof:["testDevices","hwids","users","pushTokens"]}}},"pushwoosh.channels.messagingApi.v2.Schedule.PastTimezonesBehaviour":{type:"E",values:["PAST_TIMEZONES_BEHAVIOUR_DEFAULT","PAST_TIMEZONES_BEHAVIOUR_SEND_IMMEDIATELY","PAST_TIMEZONES_BEHAVIOUR_DO_NOT_SEND","PAST_TIMEZONES_BEHAVIOUR_NEXT_DAY"]},"pushwoosh.channels.messagingApi.v2.Schedule":{type:"I",fields:{at:{type:"Date"},after:{type:"Duration"},followUserTimezone:{type:"boolean"},pastTimezonesBehaviour:{type:"pushwoosh.channels.messagingApi.v2.Schedule.PastTimezonesBehaviour"}},oneofs:{sendDate:{oneof:["at","after"]}}},"pushwoosh.channels.messagingApi.v2.FrequencyCapping":{type:"I",fields:{days:{type:"number"},count:{type:"number"},exclude:{type:"boolean"},avoid:{type:"boolean"}}},"pushwoosh.channels.messagingApi.v2.DeliveryPriority":{type:"E",values:["NORMAL","HIGH"]},"pushwoosh.channels.messagingApi.v2.NotificationPriority":{type:"E",values:["PRIORITY_UNSPECIFIED","PRIORITY_MIN","PRIORITY_LOW","PRIORITY_DEFAULT","PRIORITY_HIGH","PRIORITY_MAX"]},"pushwoosh.channels.messagingApi.v2.LiveActivity":{type:"I",fields:{event:{type:"string"},dismissalDate:{type:"number"},contentState:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Link.Shortener":{type:"E",values:["NONE","BITLY"]},"pushwoosh.channels.messagingApi.v2.Link":{type:"I",fields:{url:{type:"string"},shortener:{type:"pushwoosh.channels.messagingApi.v2.Link.Shortener"}}},"pushwoosh.channels.messagingApi.v2.RichMedia":{type:"I",fields:{code:{type:"string"},url:{type:"string"}},oneofs:{kind:{oneof:["code","url"]}}},"pushwoosh.channels.messagingApi.v2.DeepLink":{type:"I",fields:{code:{type:"string"},params:{type:"string",mapKeyType:"string"}}},"pushwoosh.channels.messagingApi.v2.OpenAction":{type:"I",fields:{richMedia:{type:"pushwoosh.channels.messagingApi.v2.RichMedia"},deepLink:{type:"pushwoosh.channels.messagingApi.v2.DeepLink"},link:{type:"pushwoosh.channels.messagingApi.v2.Link"}},oneofs:{kind:{oneof:["richMedia","deepLink","link"]}}},"pushwoosh.channels.messagingApi.v2.Inbox":{type:"I",fields:{imageUrl:{type:"string"},expirationDate:{type:"Date"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesIos":{type:"I",fields:{title:{type:"string"},subtitle:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},isCritical:{type:"boolean"},attachment:{type:"string"},sound:{type:"string"},threadId:{type:"string"},badges:{type:"string"},trimContent:{type:"boolean"},categoryId:{type:"string"},soundEnabled:{type:"boolean"},interruptionLevel:{type:"string"},rootParams:{type:"object"},liveActivity:{type:"pushwoosh.channels.messagingApi.v2.LiveActivity"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesAndroid":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},icon:{type:"string"},banner:{type:"string"},deliveryPriority:{type:"pushwoosh.channels.messagingApi.v2.DeliveryPriority"},vibration:{type:"boolean"},badges:{type:"string"},sound:{type:"string"},ledColor:{type:"string"},soundEnabled:{type:"boolean"},iconBackgroundColor:{type:"string"},showOnLockscreen:{type:"boolean"},rootParams:{type:"object"},customIcon:{type:"string"},priority:{type:"pushwoosh.channels.messagingApi.v2.NotificationPriority"},groupId:{type:"string"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesChrome":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},icon:{type:"string"},image:{type:"string"},rootParams:{type:"object"},duration:{type:"Duration"},buttonText1:{type:"string"},buttonUrl1:{type:"string"},buttonText2:{type:"string"},buttonUrl2:{type:"string"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesFirefox":{type:"I",fields:{title:{type:"string"},body:{type:"string"},icon:{type:"string"},rootParams:{type:"object"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesSafari":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},action:{type:"string"},urlArguments:{type:"string",array:!0},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesMacOS":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},action:{type:"string"},sound:{type:"string"},soundEnabled:{type:"boolean"},badges:{type:"string"},rootParams:{type:"object"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesAmazon":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},banner:{type:"string"},sound:{type:"string"},soundEnabled:{type:"boolean"},rootParams:{type:"object"},icon:{type:"string"},customIcon:{type:"string"},priority:{type:"pushwoosh.channels.messagingApi.v2.NotificationPriority"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesBaiduAndroid":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},icon:{type:"string"},banner:{type:"string"},deliveryPriority:{type:"pushwoosh.channels.messagingApi.v2.DeliveryPriority"},vibration:{type:"boolean"},badges:{type:"string"},sound:{type:"string"},ledColor:{type:"string"},soundEnabled:{type:"boolean"},iconBackgroundColor:{type:"string"},showOnLockscreen:{type:"boolean"},rootParams:{type:"object"},customIcon:{type:"string"},priority:{type:"pushwoosh.channels.messagingApi.v2.NotificationPriority"},groupId:{type:"string"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesHuaweiAndroid":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},icon:{type:"string"},banner:{type:"string"},deliveryPriority:{type:"pushwoosh.channels.messagingApi.v2.DeliveryPriority"},vibration:{type:"boolean"},badges:{type:"string"},sound:{type:"string"},ledColor:{type:"string"},soundEnabled:{type:"boolean"},iconBackgroundColor:{type:"string"},showOnLockscreen:{type:"boolean"},rootParams:{type:"object"},customIcon:{type:"string"},priority:{type:"pushwoosh.channels.messagingApi.v2.NotificationPriority"},groupId:{type:"string"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesXiaomi":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},icon:{type:"string"},vibration:{type:"boolean"},sound:{type:"string"},rootParams:{type:"object"},groupId:{type:"string"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesIE":{type:"I",fields:{title:{type:"string"},iconBadge:{type:"string"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Raw":{type:"I",fields:{content:{type:"string"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Template":{type:"I",fields:{title:{type:"string"},subtitle:{type:"string"},body:{type:"string"},imageUrl:{type:"string"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Type":{type:"E",values:["TILE","TOAST","BADGE"]},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows":{type:"I",fields:{raw:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Raw"},template:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Template"},type:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Type"},tag:{type:"string"},cache:{type:"boolean"},timeToLive:{type:"Duration"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},customData:{type:"object"}},oneofs:{content:{oneof:["raw","template"]}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesEmail":{type:"I",fields:{}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesSMS":{type:"I",fields:{}},"pushwoosh.channels.messagingApi.v2.Content":{type:"I",fields:{ios:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesIos"},android:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesAndroid"},macOs:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesMacOS"},amazon:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesAmazon"},safari:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesSafari"},chrome:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesChrome"},firefox:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesFirefox"},baiduAndroid:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesBaiduAndroid"},huaweiAndroid:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesHuaweiAndroid"},xiaomi:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesXiaomi"},ie:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesIE"},windows:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows"}}},"pushwoosh.channels.messagingApi.v2.LocalizedContent":{type:"I",fields:{localizedContent:{type:"pushwoosh.channels.messagingApi.v2.Content",mapKeyType:"string"}}},"pushwoosh.channels.messagingApi.v2.Payload":{type:"I",fields:{preset:{type:"string"},content:{type:"pushwoosh.channels.messagingApi.v2.LocalizedContent"},silent:{type:"boolean"},metaData:{type:"object"},dynamicContentPlaceholders:{type:"string",mapKeyType:"string"}},oneofs:{kind:{oneof:["content","silent"]}}},"pushwoosh.rpc_v2.customer_journey.CustomerJourneyService":{type:"S",key:"customerJourney",methods:{GetDeviceEntries:{request:"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesRequest",response:"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse",method:"post",path:"/api/filters:get-device-entries"}}},"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesRequest":{type:"I",fields:{hwid:{type:"string"},searchByName:{type:"string"},page:{type:"number"},perPage:{type:"number"},application:{type:"string"}}},"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse.JourneyEntry.Status":{type:"E",values:["EXITED","ERROR","STILL_IN_JOURNEY"]},"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse.JourneyEntry.CampaignType":{type:"E",values:["UNKNOWN","MIXED","TRIGGER_BASED","AUDIENCE_BASED","API_BASED"]},"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse.JourneyEntry":{type:"I",fields:{journeyUuid:{type:"string"},title:{type:"string"},status:{type:"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse.JourneyEntry.Status"},type:{type:"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse.JourneyEntry.CampaignType"},state:{type:"number"},enterTime:{type:"Date"},leaveTime:{type:"Date"}}},"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse":{type:"I",fields:{entries:{type:"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse.JourneyEntry",array:!0},page:{type:"number"},perPage:{type:"number"},totalPages:{type:"number"},totalJourneys:{type:"number"}}},"pushwoosh.rpc_v2.deeplinks.DeeplinksService":{type:"S",key:"deeplinks",methods:{List:{request:"pushwoosh.rpc_v2.deeplinks.ListDeeplinksRequest",response:"pushwoosh.rpc_v2.deeplinks.ListDeeplinksResponse",method:"get",path:"/api/deeplinks"},Get:{request:"pushwoosh.rpc_v2.deeplinks.GetDeeplinkRequest",response:"pushwoosh.rpc_v2.deeplinks.GetDeeplinkResponse",method:"get",path:"/api/deeplinks/{code}"},Create:{request:"pushwoosh.rpc_v2.deeplinks.CreateDeeplinkRequest",response:"pushwoosh.rpc_v2.deeplinks.CreateDeeplinkResponse",method:"post",path:"/api/deeplinks"},Update:{request:"pushwoosh.rpc_v2.deeplinks.UpdateDeeplinkRequest",response:"pushwoosh.rpc_v2.deeplinks.UpdateDeeplinkResponse",method:"put",path:"/api/deeplinks/{code}"},Delete:{request:"pushwoosh.rpc_v2.deeplinks.DeleteDeeplinkRequest",response:"pushwoosh.rpc_v2.deeplinks.DeleteDeeplinkResponse",method:"delete",path:"/api/deeplinks/{code}"}}},"pushwoosh.rpc_v2.deeplinks.ListDeeplinksRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.deeplinks.ListDeeplinksRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.deeplinks.ListDeeplinksRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.deeplinks.ListDeeplinksRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.deeplinks.ListDeeplinksRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},searchByName:{type:"string"}}},"pushwoosh.rpc_v2.deeplinks.Deeplink":{type:"I",fields:{name:{type:"string"},code:{type:"string"},template:{type:"string"},system:{type:"boolean"},created:{type:"Date"}}},"pushwoosh.rpc_v2.deeplinks.ListDeeplinksResponse":{type:"I",fields:{deeplinks:{type:"pushwoosh.rpc_v2.deeplinks.Deeplink",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.deeplinks.GetDeeplinkRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.deeplinks.GetDeeplinkResponse":{type:"I",fields:{deeplink:{type:"pushwoosh.rpc_v2.deeplinks.Deeplink"}}},"pushwoosh.rpc_v2.deeplinks.CreateDeeplinkRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},template:{type:"string"},system:{type:"boolean"}}},"pushwoosh.rpc_v2.deeplinks.CreateDeeplinkResponse":{type:"I",fields:{deeplink:{type:"pushwoosh.rpc_v2.deeplinks.Deeplink"}}},"pushwoosh.rpc_v2.deeplinks.UpdateDeeplinkRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},template:{type:"string"}}},"pushwoosh.rpc_v2.deeplinks.UpdateDeeplinkResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.deeplinks.DeleteDeeplinkRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.deeplinks.DeleteDeeplinkResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.devices.DevicesService":{type:"S",key:"devices",methods:{SetTags:{request:"pushwoosh.rpc_v2.devices.SetTagsRequest",response:"pushwoosh.rpc_v2.devices.SetTagsResponse",method:"post",path:"/api/devices:set_tags"}}},"pushwoosh.rpc_v2.devices.SetTagsRequest":{type:"I",fields:{application:{type:"string"},hwid:{type:"string"},tags:{type:"object"}}},"pushwoosh.rpc_v2.devices.SetTagsResponse":{type:"I",fields:{tags:{type:"object"}}},"pushwoosh.rpc_v2.accounts.EmailTemplatesService":{type:"S",key:"emailTemplates",methods:{Create:{request:"pushwoosh.rpc_v2.accounts.CreateEmailTemplateRequest",response:"pushwoosh.rpc_v2.accounts.CreateEmailTemplateResponse",method:"post",path:"/api/email_templates"},Get:{request:"pushwoosh.rpc_v2.accounts.GetEmailTemplateRequest",response:"pushwoosh.rpc_v2.accounts.GetEmailTemplateResponse",method:"get",path:"/api/email_templates/{code}"},List:{request:"pushwoosh.rpc_v2.accounts.ListEmailTemplatesRequest",response:"pushwoosh.rpc_v2.accounts.ListEmailTemplatesResponse",method:"get",path:"/api/email_templates"},Update:{request:"pushwoosh.rpc_v2.accounts.UpdateEmailTemplateRequest",response:"pushwoosh.rpc_v2.accounts.UpdateEmailTemplateResponse",method:"put",path:"/api/email_templates/{code}"},Delete:{request:"pushwoosh.rpc_v2.accounts.DeleteEmailTemplateRequest",response:"pushwoosh.rpc_v2.accounts.DeleteEmailTemplateResponse",method:"delete",path:"/api/email_templates/{code}"},GetEmailTemplateLabels:{request:"pushwoosh.rpc_v2.accounts.GetEmailTemplateLabelsRequest",response:"pushwoosh.rpc_v2.accounts.GetEmailTemplateLabelsResponse",method:"get",path:"/api/email_templates:labels"},Test:{request:"pushwoosh.rpc_v2.accounts.TestEmailTemplateRequest",response:"pushwoosh.rpc_v2.accounts.TestEmailTemplateResponse",method:"post",path:"/api/email_templates:test"}}},"pushwoosh.rpc_v2.accounts.UpdateEmailTemplateRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},content:{type:"pushwoosh.rpc_v2.accounts.EmailContent"},label:{type:"string"},categories:{type:"string",array:!0},previewSettings:{type:"object"}}},"pushwoosh.rpc_v2.accounts.UpdateEmailTemplateResponse":{type:"I",fields:{emailTemplate:{type:"pushwoosh.rpc_v2.accounts.EmailTemplate"}}},"pushwoosh.rpc_v2.accounts.EmailTemplate":{type:"I",fields:{name:{type:"string"},content:{type:"pushwoosh.rpc_v2.accounts.EmailContent"},label:{type:"string"},code:{type:"string"},created:{type:"Date"},updated:{type:"Date"},categories:{type:"string",array:!0},previewSettings:{type:"object"}}},"pushwoosh.rpc_v2.accounts.TestEmailTemplateRequest":{type:"I",fields:{application:{type:"string"},code:{type:"string"},email:{type:"string"},dynamicContent:{type:"object"}}},"pushwoosh.rpc_v2.accounts.TestEmailTemplateResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.CreateEmailTemplateRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},content:{type:"pushwoosh.rpc_v2.accounts.EmailContent"},label:{type:"string"},categories:{type:"string",array:!0},previewSettings:{type:"object"}}},"pushwoosh.rpc_v2.accounts.CreateEmailTemplateResponse":{type:"I",fields:{emailTemplate:{type:"pushwoosh.rpc_v2.accounts.EmailTemplate"}}},"pushwoosh.rpc_v2.accounts.EmailContent.SenderInfo.Address":{type:"I",fields:{email:{type:"string"},name:{type:"string"}}},"pushwoosh.rpc_v2.accounts.EmailContent.SenderInfo":{type:"I",fields:{from:{type:"pushwoosh.rpc_v2.accounts.EmailContent.SenderInfo.Address"},replyTo:{type:"pushwoosh.rpc_v2.accounts.EmailContent.SenderInfo.Address"}}},"pushwoosh.rpc_v2.accounts.EmailContent.Unlayer":{type:"I",fields:{html:{type:"string"},localizationData:{type:"object"},editorConfig:{type:"object"}}},"pushwoosh.rpc_v2.accounts.EmailContent.Pushwoosh":{type:"I",fields:{html:{type:"string"},localizationData:{type:"object"}}},"pushwoosh.rpc_v2.accounts.EmailContent.Raw":{type:"I",fields:{html:{type:"string",mapKeyType:"string"}}},"pushwoosh.rpc_v2.accounts.EmailContent":{type:"I",fields:{senderInfo:{type:"pushwoosh.rpc_v2.accounts.EmailContent.SenderInfo"},subject:{type:"string",mapKeyType:"string"},unlayer:{type:"pushwoosh.rpc_v2.accounts.EmailContent.Unlayer"},pushwoosh:{type:"pushwoosh.rpc_v2.accounts.EmailContent.Pushwoosh"},raw:{type:"pushwoosh.rpc_v2.accounts.EmailContent.Raw"}},oneofs:{kind:{oneof:["unlayer","pushwoosh","raw"]}}},"pushwoosh.rpc_v2.accounts.GetEmailTemplateRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.accounts.GetEmailTemplateResponse":{type:"I",fields:{emailTemplate:{type:"pushwoosh.rpc_v2.accounts.EmailTemplate"}}},"pushwoosh.rpc_v2.accounts.ListEmailTemplatesRequest.OrderBy":{type:"E",values:["NAME","CREATED","UPDATED"]},"pushwoosh.rpc_v2.accounts.ListEmailTemplatesRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.accounts.ListEmailTemplatesRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.accounts.ListEmailTemplatesRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.accounts.ListEmailTemplatesRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},searchByName:{type:"string"},searchByLabel:{type:"string"},strictSearchByLabel:{type:"boolean"},searchByCategory:{type:"string",array:!0}}},"pushwoosh.rpc_v2.accounts.ListEmailTemplatesResponse":{type:"I",fields:{emailTemplates:{type:"pushwoosh.rpc_v2.accounts.EmailTemplate",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.accounts.DeleteEmailTemplateRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.accounts.DeleteEmailTemplateResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.GetEmailTemplateLabelsRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.accounts.GetEmailTemplateLabelsResponse":{type:"I",fields:{labels:{type:"string",array:!0}}},"pushwoosh.rpc_v2.emails_configurations.EmailsConfigurationsService":{type:"S",key:"emailsConfigurations",methods:{GetDomains:{request:"pushwoosh.rpc_v2.emails_configurations.GetDomainsRequest",response:"pushwoosh.rpc_v2.emails_configurations.GetDomainsResponse",method:"get",path:"/api/emails_configurations/domains"},UpdateDomainStatuses:{request:"pushwoosh.rpc_v2.emails_configurations.UpdateDomainStatusesRequest",response:"pushwoosh.rpc_v2.emails_configurations.UpdateDomainStatusesResponse",method:"post",path:"/api/emails_configurations/domains:update_statuses"},AddDomain:{request:"pushwoosh.rpc_v2.emails_configurations.AddDomainRequest",response:"pushwoosh.rpc_v2.emails_configurations.AddDomainResponse",method:"post",path:"/api/emails_configurations/domains"},DeleteDomain:{request:"pushwoosh.rpc_v2.emails_configurations.DeleteDomainRequest",response:"pushwoosh.rpc_v2.emails_configurations.DeleteDomainResponse",method:"delete",path:"/api/emails_configurations/domains"}}},"pushwoosh.rpc_v2.emails_configurations.Domain.CName":{type:"I",fields:{name:{type:"string"},value:{type:"string"},status:{type:"string"}}},"pushwoosh.rpc_v2.emails_configurations.Domain":{type:"I",fields:{name:{type:"string"},statusDkim:{type:"string"},statusSpf:{type:"string"},statusDmarc:{type:"string"},cnamesAmazon:{type:"pushwoosh.rpc_v2.emails_configurations.Domain.CName",array:!0},cnames:{type:"pushwoosh.rpc_v2.emails_configurations.Domain.CName",array:!0}}},"pushwoosh.rpc_v2.emails_configurations.AddDomainRequest":{type:"I",fields:{name:{type:"string"},application:{type:"string"}}},"pushwoosh.rpc_v2.emails_configurations.AddDomainResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.emails_configurations.GetDomainsRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.emails_configurations.GetDomainsResponse":{type:"I",fields:{emailDomains:{type:"pushwoosh.rpc_v2.emails_configurations.Domain",array:!0}}},"pushwoosh.rpc_v2.emails_configurations.UpdateDomainStatusesRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.emails_configurations.UpdateDomainStatusesResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.emails_configurations.DeleteDomainRequest":{type:"I",fields:{application:{type:"string"},domain:{type:"string"}}},"pushwoosh.rpc_v2.emails_configurations.DeleteDomainResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.events.EventsService":{type:"S",key:"events",methods:{Get:{request:"pushwoosh.rpc_v2.events.GetEventRequest",response:"pushwoosh.rpc_v2.events.Event",method:"get",path:"/api/events/{name}"},List:{request:"pushwoosh.rpc_v2.events.ListEventsRequest",response:"pushwoosh.rpc_v2.events.ListEventsResponse",method:"get",path:"/api/events"},Create:{request:"pushwoosh.rpc_v2.events.CreateEventRequest",response:"pushwoosh.rpc_v2.events.CreateEventResponse",method:"post",path:"/api/events"},Update:{request:"pushwoosh.rpc_v2.events.UpdateEventRequest",response:"pushwoosh.rpc_v2.events.UpdateEventResponse",method:"put",path:"/api/events/{name}"},Delete:{request:"pushwoosh.rpc_v2.events.DeleteEventRequest",response:"pushwoosh.rpc_v2.events.DeleteEventResponse",method:"delete",path:"/api/events/{name}"},GetAttributeValues:{request:"pushwoosh.rpc_v2.events.GetAttributeValuesRequest",response:"pushwoosh.rpc_v2.events.GetAttributeValuesResponse",method:"get",path:"/api/events:attribute-values"},GetTriggeredCount:{request:"pushwoosh.rpc_v2.events.GetTriggeredCountRequest",response:"pushwoosh.rpc_v2.events.GetTriggeredCountResponse",method:"get",path:"/api/events:triggered-count"},GetDetailedStatistics:{request:"pushwoosh.rpc_v2.events.GetDetailedStatisticsRequest",response:"pushwoosh.rpc_v2.events.GetDetailedStatisticsResponse",method:"get",path:"/api/events:getDetailedStatistics"},GetTotalStatistics:{request:"pushwoosh.rpc_v2.events.GetTotalStatisticsRequest",response:"pushwoosh.rpc_v2.events.GetTotalStatisticsResponse",method:"get",path:"/api/events:getTotalStatistics"}}},"pushwoosh.rpc_v2.events.GetEventRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"}}},"pushwoosh.rpc_v2.events.EventAttribute.Type":{type:"E",values:["UNKNOWN","INTEGER","STRING","LIST","DATE","BOOLEAN","PRICE"]},"pushwoosh.rpc_v2.events.EventAttribute":{type:"I",fields:{name:{type:"string"},type:{type:"pushwoosh.rpc_v2.events.EventAttribute.Type"}}},"pushwoosh.rpc_v2.events.Event":{type:"I",fields:{name:{type:"string"},description:{type:"string"},attributes:{type:"pushwoosh.rpc_v2.events.EventAttribute",array:!0},canDelete:{type:"boolean"},storeDays:{type:"number"}}},"pushwoosh.rpc_v2.events.ListEventsRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.events.ListEventsRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.events.ListEventsRequest":{type:"I",fields:{application:{type:"string"},searchByName:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.events.ListEventsRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.events.ListEventsRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.events.ListEventsResponse":{type:"I",fields:{events:{type:"pushwoosh.rpc_v2.events.Event",array:!0},page:{type:"number"},perPage:{type:"number"},totalPages:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.events.CreateEventRequest":{type:"I",fields:{name:{type:"string"},application:{type:"string"},description:{type:"string"},attributes:{type:"pushwoosh.rpc_v2.events.EventAttribute",array:!0}}},"pushwoosh.rpc_v2.events.CreateEventResponse":{type:"I",fields:{name:{type:"string"}}},"pushwoosh.rpc_v2.events.UpdateEventRequest":{type:"I",fields:{name:{type:"string"},application:{type:"string"},description:{type:"string"},attributes:{type:"pushwoosh.rpc_v2.events.EventAttribute",array:!0}}},"pushwoosh.rpc_v2.events.UpdateEventResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.events.DeleteEventRequest":{type:"I",fields:{name:{type:"string"},application:{type:"string"}}},"pushwoosh.rpc_v2.events.DeleteEventResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.events.GetAttributeValuesRequest":{type:"I",fields:{application:{type:"string"},event:{type:"string"},attribute:{type:"string"},skip:{type:"number"},limit:{type:"number"},search:{type:"string"}}},"pushwoosh.rpc_v2.events.GetAttributeValuesResponse":{type:"I",fields:{total:{type:"number"},values:{type:"string",array:!0}}},"pushwoosh.rpc_v2.events.GetTriggeredCountRequest":{type:"I",fields:{application:{type:"string"},events:{type:"string",array:!0}}},"pushwoosh.rpc_v2.events.GetTriggeredCountResponse.Count":{type:"I",fields:{totalTriggered:{type:"number"},uniqueTriggered:{type:"number"}}},"pushwoosh.rpc_v2.events.GetTriggeredCountResponse":{type:"I",fields:{count:{type:"pushwoosh.rpc_v2.events.GetTriggeredCountResponse.Count",mapKeyType:"string"}}},"pushwoosh.rpc_v2.events.TimeInterval":{type:"E",values:["TIME_INTERVAL_UNSPECIFIED","HOUR","DAY","WEEK","MONTH"]},"pushwoosh.rpc_v2.events.ListOfValues":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.rpc_v2.events.Value":{type:"I",fields:{string:{type:"string"},integer:{type:"number"},float:{type:"number"},bool:{type:"boolean"},list:{type:"pushwoosh.rpc_v2.events.ListOfValues"},timestamp:{type:"Date"}},oneofs:{kind:{oneof:["string","integer","float","bool","list","timestamp"]}}},"pushwoosh.rpc_v2.events.AttributeCondition.Operator":{type:"E",values:["OPERATOR_UNSPECIFIED","EQ","NOT_EQ","GTE","LTE","BETWEEN","IN","NOT_IN"]},"pushwoosh.rpc_v2.events.AttributeCondition":{type:"I",fields:{name:{type:"string"},operator:{type:"pushwoosh.rpc_v2.events.AttributeCondition.Operator"},values:{type:"pushwoosh.rpc_v2.events.Value",array:!0}}},"pushwoosh.rpc_v2.events.GetDetailedStatisticsRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},dateFrom:{type:"Date"},dateTo:{type:"Date"},interval:{type:"pushwoosh.rpc_v2.events.TimeInterval"},attributeConditions:{type:"pushwoosh.rpc_v2.events.AttributeCondition",array:!0}}},"pushwoosh.rpc_v2.events.GetDetailedStatisticsResponse.TriggeredCount":{type:"I",fields:{timestamp:{type:"Date"},triggeredCount:{type:"number"}}},"pushwoosh.rpc_v2.events.GetDetailedStatisticsResponse":{type:"I",fields:{metrics:{type:"pushwoosh.rpc_v2.events.GetDetailedStatisticsResponse.TriggeredCount",array:!0}}},"pushwoosh.rpc_v2.events.GetTotalStatisticsRequest":{type:"I",fields:{application:{type:"string"},events:{type:"string",array:!0},dateFrom:{type:"Date"},dateTo:{type:"Date"},messageCode:{type:"string"},campaign:{type:"string"}}},"pushwoosh.rpc_v2.events.GetTotalStatisticsResponse.EventTriggeredCount":{type:"I",fields:{event:{type:"string"},triggeredCount:{type:"number"},uniqTriggeredCount:{type:"number"}}},"pushwoosh.rpc_v2.events.GetTotalStatisticsResponse":{type:"I",fields:{metrics:{type:"pushwoosh.rpc_v2.events.GetTotalStatisticsResponse.EventTriggeredCount",array:!0}}},"pushwoosh.rpc_v2.filters.FiltersService":{type:"S",key:"filters",methods:{List:{request:"pushwoosh.rpc_v2.filters.ListFiltersRequest",response:"pushwoosh.rpc_v2.filters.ListFiltersResponse",method:"get",path:"/api/filters"},Get:{request:"pushwoosh.rpc_v2.filters.GetFilterRequest",response:"pushwoosh.rpc_v2.filters.Filter",method:"get",path:"/api/filters/{filter}"},Create:{request:"pushwoosh.rpc_v2.filters.CreateFilterRequest",response:"pushwoosh.rpc_v2.filters.CreateFilterResponse",method:"post",path:"/api/filters"},Clone:{request:"pushwoosh.rpc_v2.filters.CloneFilterRequest",response:"pushwoosh.rpc_v2.filters.CloneFilterResponse",method:"post",path:"/api/filters:clone/{filter}"},Update:{request:"pushwoosh.rpc_v2.filters.UpdateFilterRequest",response:"pushwoosh.rpc_v2.filters.UpdateFilterResponse",method:"put",path:"/api/filters/{filter}"},Delete:{request:"pushwoosh.rpc_v2.filters.DeleteFilterRequest",response:"pushwoosh.rpc_v2.filters.DeleteFilterResponse",method:"delete",path:"/api/filters/{filter}"},GetCountryCities:{request:"pushwoosh.rpc_v2.filters.GetCountryCitiesRequest",response:"pushwoosh.rpc_v2.filters.GetCountryCitiesResponse",method:"get",path:"/api/filters:country-cities"},GetCitiesByHashes:{request:"pushwoosh.rpc_v2.filters.GetCitiesByHashesRequest",response:"pushwoosh.rpc_v2.filters.GetCitiesByHashesResponse",method:"get",path:"/api/filters:cities-by-hashes"},CompileFilter:{request:"pushwoosh.rpc_v2.filters.CompileFilterRequest",response:"pushwoosh.rpc_v2.filters.CompileFilterResponse",method:"get",path:"/api/filters:compile-filter"},GetSeglang:{request:"pushwoosh.rpc_v2.filters.GetSeglangRequest",response:"pushwoosh.rpc_v2.filters.GetSeglangResponse",method:"post",path:"/api/filters:get-seglang"},GetMatchedSegments:{request:"pushwoosh.rpc_v2.filters.GetMatchedSegmentsRequest",response:"pushwoosh.rpc_v2.filters.GetMatchedSegmentsResponse",method:"post",path:"/api/filters:get-device-filters"}}},"pushwoosh.rpc_v2.filters.ListFiltersRequest.OrderBy":{type:"E",values:["NAME","CREATED","UPDATED"]},"pushwoosh.rpc_v2.filters.ListFiltersRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.filters.ListFiltersRequest":{type:"I",fields:{application:{type:"string"},searchByName:{type:"string"},highSpeedOnly:{type:"boolean"},codes:{type:"string",array:!0},orderBy:{type:"pushwoosh.rpc_v2.filters.ListFiltersRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.filters.ListFiltersRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.filters.Filter.Compiling":{type:"I",fields:{size:{type:"number"},reachable:{type:"number"},calculationStatus:{type:"string"},calculationProgress:{type:"number"},csvPath:{type:"string"},calculationDate:{type:"Date"},totalMobile:{type:"number"},totalWeb:{type:"number"},totalEmail:{type:"number"},totalSms:{type:"number"},totalWhatsapp:{type:"number"}}},"pushwoosh.rpc_v2.filters.Filter":{type:"I",fields:{name:{type:"string"},code:{type:"string"},filterExpression:{type:"pushwoosh.objects.filters.v1.FilterExpression"},seglang:{type:"string"},compiling:{type:"pushwoosh.rpc_v2.filters.Filter.Compiling"},empty:{type:"{}"},highspeedApplication:{type:"string"},highspeedReady:{type:"boolean"},highspeedSubscribersTotal:{type:"number"},hasRightAceModify:{type:"boolean"}},oneofs:{type:{oneof:["compiling","empty"]}}},"pushwoosh.rpc_v2.filters.ListFiltersResponse":{type:"I",fields:{filters:{type:"pushwoosh.rpc_v2.filters.Filter",array:!0},page:{type:"number"},perPage:{type:"number"},totalPages:{type:"number"},totalFilters:{type:"number"}}},"pushwoosh.rpc_v2.filters.GetFilterRequest":{type:"I",fields:{application:{type:"string"},filter:{type:"string"}}},"pushwoosh.rpc_v2.filters.CreateFilterRequest":{type:"I",fields:{name:{type:"string"},filterExpression:{type:"pushwoosh.objects.filters.v1.FilterExpression"},highspeedApplication:{type:"string"},expirationDate:{type:"string"}}},"pushwoosh.rpc_v2.filters.CreateFilterResponse":{type:"I",fields:{filter:{type:"string"}}},"pushwoosh.rpc_v2.filters.CloneFilterRequest":{type:"I",fields:{newName:{type:"string"},filter:{type:"string"}}},"pushwoosh.rpc_v2.filters.CloneFilterResponse":{type:"I",fields:{filter:{type:"string"}}},"pushwoosh.rpc_v2.filters.UpdateFilterRequest":{type:"I",fields:{filter:{type:"string"},name:{type:"string"},filterExpression:{type:"pushwoosh.objects.filters.v1.FilterExpression"}}},"pushwoosh.rpc_v2.filters.UpdateFilterResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.filters.DeleteFilterRequest":{type:"I",fields:{filter:{type:"string"}}},"pushwoosh.rpc_v2.filters.DeleteFilterResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.filters.GetCountryCitiesRequest":{type:"I",fields:{searchByName:{type:"string"}}},"pushwoosh.rpc_v2.filters.GetCountryCitiesResponse.City":{type:"I",fields:{hash:{type:"string"},name:{type:"string"},latitude:{type:"number"},longitude:{type:"number"},subscribers:{type:"number"}}},"pushwoosh.rpc_v2.filters.GetCountryCitiesResponse":{type:"I",fields:{cities:{type:"pushwoosh.rpc_v2.filters.GetCountryCitiesResponse.City",array:!0}}},"pushwoosh.rpc_v2.filters.GetCitiesByHashesRequest":{type:"I",fields:{hashes:{type:"string",array:!0}}},"pushwoosh.rpc_v2.filters.GetCitiesByHashesResponse":{type:"I",fields:{cities:{type:"pushwoosh.rpc_v2.filters.GetCountryCitiesResponse.City",array:!0}}},"pushwoosh.rpc_v2.filters.CompileFilterRequest":{type:"I",fields:{application:{type:"string"},filter:{type:"string"},exportCsv:{type:"boolean"}}},"pushwoosh.rpc_v2.filters.CompileFilterResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.filters.GetSeglangRequest":{type:"I",fields:{filterExpression:{type:"pushwoosh.objects.filters.v1.FilterExpression"}}},"pushwoosh.rpc_v2.filters.GetSeglangResponse":{type:"I",fields:{seglang:{type:"string"}}},"pushwoosh.rpc_v2.filters.GetMatchedSegmentsRequest":{type:"I",fields:{application:{type:"string"},hwid:{type:"string"},page:{type:"number"},perPage:{type:"number"},searchByName:{type:"string"}}},"pushwoosh.rpc_v2.filters.GetMatchedSegmentsResponse":{type:"I",fields:{filters:{type:"pushwoosh.rpc_v2.filters.Filter",array:!0},page:{type:"number"},perPage:{type:"number"},totalPages:{type:"number"},totalFilters:{type:"number"}}},"pushwoosh.rpc_v2.frequency_capping.FrequencyCappingService":{type:"S",key:"frequencyCapping",methods:{Get:{request:"pushwoosh.rpc_v2.frequency_capping.GetFrequencyCappingRequest",response:"pushwoosh.rpc_v2.frequency_capping.FrequencyCapping",method:"get",path:"/api/frequency_capping/{application}"},Update:{request:"pushwoosh.rpc_v2.frequency_capping.UpdateFrequencyCappingRequest",response:"pushwoosh.rpc_v2.frequency_capping.UpdateFrequencyCappingResponse",method:"put",path:"/api/frequency_capping/{application}"},Create:{request:"pushwoosh.rpc_v2.frequency_capping.CreateFrequencyCappingRequest",response:"pushwoosh.rpc_v2.frequency_capping.CreateFrequencyCappingResponse",method:"post",path:"/api/frequency_capping"}}},"pushwoosh.rpc_v2.frequency_capping.Capping":{type:"I",fields:{count:{type:"number"},days:{type:"number"}}},"pushwoosh.rpc_v2.frequency_capping.FrequencyCapping":{type:"I",fields:{push:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},email:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},sms:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},inApp:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"}}},"pushwoosh.rpc_v2.frequency_capping.GetFrequencyCappingRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.frequency_capping.GetFrequencyCappingResponse":{type:"I",fields:{frequencyCapping:{type:"pushwoosh.rpc_v2.frequency_capping.FrequencyCapping"}}},"pushwoosh.rpc_v2.frequency_capping.CreateFrequencyCappingRequest":{type:"I",fields:{application:{type:"string"},push:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},email:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},sms:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},inApp:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"}}},"pushwoosh.rpc_v2.frequency_capping.CreateFrequencyCappingResponse":{type:"I",fields:{frequencyCapping:{type:"pushwoosh.rpc_v2.frequency_capping.FrequencyCapping"}}},"pushwoosh.rpc_v2.frequency_capping.UpdateFrequencyCappingRequest":{type:"I",fields:{application:{type:"string"},push:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},email:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},sms:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},inApp:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"}}},"pushwoosh.rpc_v2.frequency_capping.UpdateFrequencyCappingResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.geozones.GeozonesService":{type:"S",key:"geozones",methods:{Create:{request:"pushwoosh.rpc_v2.geozones.CreateGeozonesRequest",response:"pushwoosh.rpc_v2.geozones.CreateGeozonesResponse",method:"post",path:"/api/geozones"},Update:{request:"pushwoosh.rpc_v2.geozones.UpdateGeozonesRequest",response:"pushwoosh.rpc_v2.geozones.UpdateGeozonesResponse",method:"put",path:"/api/geozones/{code}"},List:{request:"pushwoosh.rpc_v2.geozones.ListGeozonesRequest",response:"pushwoosh.rpc_v2.geozones.ListGeozonesResponse",method:"get",path:"/api/geozones"},Delete:{request:"pushwoosh.rpc_v2.geozones.DeleteGeozonesRequest",response:"pushwoosh.rpc_v2.geozones.DeleteGeozonesResponse",method:"delete",path:"/api/geozones/{code}"}}},"pushwoosh.rpc_v2.geozones.TimeInterval":{type:"I",fields:{start:{type:"string"},end:{type:"string"}}},"pushwoosh.rpc_v2.geozones.Ranges":{type:"I",fields:{intervals:{type:"pushwoosh.rpc_v2.geozones.TimeInterval",array:!0}}},"pushwoosh.rpc_v2.geozones.Timetable":{type:"I",fields:{timezone:{type:"number"},ranges:{type:"pushwoosh.rpc_v2.geozones.Ranges",mapKeyType:"string"}}},"pushwoosh.rpc_v2.geozones.Properties":{type:"I",fields:{iosSound:{type:"boolean"},userdata:{type:"string"},remotePage:{type:"string"},inboxExpireDays:{type:"number"},inboxIcon:{type:"string"}}},"pushwoosh.rpc_v2.geozones.Geozone":{type:"I",fields:{code:{type:"string"},application:{type:"string"},name:{type:"string"},content:{type:"string",mapKeyType:"string"},lat:{type:"number"},lng:{type:"number"},cooldown:{type:"Duration"},range:{type:"number"},isActive:{type:"boolean"},cluster:{type:"string"},preset:{type:"string"},campaign:{type:"string"},timetable:{type:"pushwoosh.rpc_v2.geozones.Timetable"},properties:{type:"pushwoosh.rpc_v2.geozones.Properties"}}},"pushwoosh.rpc_v2.geozones.CreateGeozonesRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},content:{type:"string",mapKeyType:"string"},lat:{type:"number"},lng:{type:"number"},cooldown:{type:"Duration"},range:{type:"number"},cluster:{type:"string"},preset:{type:"string"},campaign:{type:"string"},timetable:{type:"pushwoosh.rpc_v2.geozones.Timetable"},properties:{type:"pushwoosh.rpc_v2.geozones.Properties"}}},"pushwoosh.rpc_v2.geozones.CreateGeozonesResponse":{type:"I",fields:{geozone:{type:"pushwoosh.rpc_v2.geozones.Geozone"}}},"pushwoosh.rpc_v2.geozones.UpdateGeozonesRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},content:{type:"string",mapKeyType:"string"},lat:{type:"number"},lng:{type:"number"},cooldown:{type:"Duration"},range:{type:"number"},status:{type:"boolean"},cluster:{type:"string"},preset:{type:"string"},campaign:{type:"string"},timetable:{type:"pushwoosh.rpc_v2.geozones.Timetable"},properties:{type:"pushwoosh.rpc_v2.geozones.Properties"}}},"pushwoosh.rpc_v2.geozones.UpdateGeozonesResponse":{type:"I",fields:{geozone:{type:"pushwoosh.rpc_v2.geozones.Geozone"}}},"pushwoosh.rpc_v2.geozones.ListGeozonesRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.geozones.ListGeozonesRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.geozones.ListGeozonesRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.geozones.ListGeozonesRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.geozones.ListGeozonesRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.geozones.ListGeozonesResponse":{type:"I",fields:{geozones:{type:"pushwoosh.rpc_v2.geozones.Geozone",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.geozones.DeleteGeozonesRequest":{type:"I",fields:{application:{type:"string"},code:{type:"string"}}},"pushwoosh.rpc_v2.geozones.DeleteGeozonesResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.geozones_clusters.GeozonesClustersService":{type:"S",key:"geozonesClusters",methods:{Create:{request:"pushwoosh.rpc_v2.geozones_clusters.CreateGeozonesClusterRequest",response:"pushwoosh.rpc_v2.geozones_clusters.CreateGeozonesClusterResponse",method:"post",path:"/api/geozone_clusters"},List:{request:"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersRequest",response:"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersResponse",method:"get",path:"/api/geozone_clusters"},Delete:{request:"pushwoosh.rpc_v2.geozones_clusters.DeleteGeozonesClusterRequest",response:"pushwoosh.rpc_v2.geozones_clusters.DeleteGeozonesClusterResponse",method:"delete",path:"/api/geozone_clusters/{code}"}}},"pushwoosh.rpc_v2.geozones_clusters.GeozonesCluster":{type:"I",fields:{code:{type:"string"},application:{type:"string"},name:{type:"string"},cooldown:{type:"Duration"},geozonesCount:{type:"number"}}},"pushwoosh.rpc_v2.geozones_clusters.CreateGeozonesClusterRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},cooldown:{type:"Duration"}}},"pushwoosh.rpc_v2.geozones_clusters.CreateGeozonesClusterResponse":{type:"I",fields:{cluster:{type:"pushwoosh.rpc_v2.geozones_clusters.GeozonesCluster"}}},"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersResponse":{type:"I",fields:{clusters:{type:"pushwoosh.rpc_v2.geozones_clusters.GeozonesCluster",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.geozones_clusters.DeleteGeozonesClusterRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.geozones_clusters.DeleteGeozonesClusterResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.integrations.IntegrationsService":{type:"S",key:"integrations",methods:{GetPropertiesNames:{request:"pushwoosh.rpc_v2.integrations.GetPropertiesNamesRequest",response:"pushwoosh.rpc_v2.integrations.GetPropertiesNamesResponse",method:"get",path:"/api/integrations:get_properties_names"},GetProperties:{request:"pushwoosh.rpc_v2.integrations.GetPropertiesRequest",response:"pushwoosh.rpc_v2.integrations.GetPropertiesResponse",method:"get",path:"/api/integrations:get_properties"},CreateProperties:{request:"pushwoosh.rpc_v2.integrations.CreatePropertiesRequest",response:"pushwoosh.rpc_v2.integrations.CreatePropertiesResponse",method:"post",path:"/api/integrations:create_properties"},ImportSegmentPiano:{request:"pushwoosh.rpc_v2.integrations.ImportSegmentPianoRequest",response:"pushwoosh.rpc_v2.integrations.ImportSegmentPianoResponse",method:"post",path:"/api/integrations:import_segment_piano"},ListIntegrationsConfiguration:{request:"pushwoosh.rpc_v2.integrations.ListIntegrationsConfigurationRequest",response:"pushwoosh.rpc_v2.integrations.ListIntegrationsConfigurationResponse",method:"get",path:"/api/integrations:list_configuration"}}},"pushwoosh.rpc_v2.integrations.Integration":{type:"E",values:["UNKNOWN","SEGMENT","PIANO","WEBHOOK"]},"pushwoosh.rpc_v2.integrations.GetPropertiesNamesRequest":{type:"I",fields:{integration:{type:"pushwoosh.rpc_v2.integrations.Integration"}}},"pushwoosh.rpc_v2.integrations.GetPropertiesNamesResponse":{type:"I",fields:{fields:{type:"string",array:!0}}},"pushwoosh.rpc_v2.integrations.GetPropertiesRequest":{type:"I",fields:{application:{type:"string"},integration:{type:"pushwoosh.rpc_v2.integrations.Integration"}}},"pushwoosh.rpc_v2.integrations.GetPropertiesResponse":{type:"I",fields:{fields:{type:"string",mapKeyType:"string"}}},"pushwoosh.rpc_v2.integrations.CreatePropertiesRequest":{type:"I",fields:{fields:{type:"string",mapKeyType:"string"},application:{type:"string"},integration:{type:"pushwoosh.rpc_v2.integrations.Integration"}}},"pushwoosh.rpc_v2.integrations.CreatePropertiesResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.integrations.ImportSegmentPianoRequest":{type:"I",fields:{application:{type:"string"},segmentKey:{type:"string"}}},"pushwoosh.rpc_v2.integrations.ImportSegmentPianoResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.integrations.ListIntegrationsConfigurationRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.integrations.ListIntegrationsConfigurationResponse.Configuration":{type:"I",fields:{integration:{type:"pushwoosh.rpc_v2.integrations.Integration"},configured:{type:"boolean"}}},"pushwoosh.rpc_v2.integrations.ListIntegrationsConfigurationResponse":{type:"I",fields:{configurations:{type:"pushwoosh.rpc_v2.integrations.ListIntegrationsConfigurationResponse.Configuration",array:!0}}},"pushwoosh.rpc_v2.messages.MessagesService":{type:"S",key:"messages",methods:{List:{request:"pushwoosh.rpc_v2.messages.ListMessagesRequest",response:"pushwoosh.rpc_v2.messages.ListMessagesResponse",method:"get",path:"/api/messages"},Get:{request:"pushwoosh.rpc_v2.messages.GetMessageRequest",response:"pushwoosh.rpc_v2.messages.GetMessageResponse",method:"get",path:"/api/messages/{code}"},Cancel:{request:"pushwoosh.rpc_v2.messages.CancelMessageRequest",response:"pushwoosh.rpc_v2.messages.CancelMessageResponse",method:"post",path:"/api/messages/{code}/cancel"},Delete:{request:"pushwoosh.rpc_v2.messages.DeleteMessageRequest",response:"pushwoosh.rpc_v2.messages.DeleteMessageResponse",method:"delete",path:"/api/messages/{code}"},GetStatistics:{request:"pushwoosh.rpc_v2.messages.GetStatisticsRequest",response:"pushwoosh.rpc_v2.messages.GetStatisticsResponse",method:"post",path:"/api/messages/statistics"},GetLinkClicksStatistics:{request:"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsRequest",response:"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsResponse",method:"post",path:"/api/messages/linkClicksStatistics"},GetDeliveryReport:{request:"pushwoosh.rpc_v2.messages.GetDeliveryReportRequest",response:"pushwoosh.rpc_v2.messages.GetDeliveryReportResponse",method:"post",path:"/api/messages/deliveryReport"}}},"pushwoosh.rpc_v2.messages.Type":{type:"E",values:["All","Push","Email"]},"pushwoosh.rpc_v2.messages.PushInfo":{type:"I",fields:{content:{type:"string"},title:{type:"string"},subtitle:{type:"string"},banner:{type:"string"},icon:{type:"string"}}},"pushwoosh.rpc_v2.messages.EmailInfo":{type:"I",fields:{subject:{type:"string"},sendFrom:{type:"string"},sendFromName:{type:"string"}}},"pushwoosh.rpc_v2.messages.Message.SchedulingType":{type:"E",values:["now","device_tz","custom_tz","optimal_time"]},"pushwoosh.rpc_v2.messages.Message.Status":{type:"E",values:["status_unknown","creating","waiting","pending","processing","done","canceled","fail"]},"pushwoosh.rpc_v2.messages.Message":{type:"I",fields:{id:{type:"number"},code:{type:"string"},sendDate:{type:"Date"},platforms:{type:"number",array:!0},type:{type:"pushwoosh.rpc_v2.messages.Type"},preset:{type:"string"},status:{type:"pushwoosh.rpc_v2.messages.Message.Status"},createdDate:{type:"Date"},properties:{type:"string",mapKeyType:"string"},schedulingType:{type:"pushwoosh.rpc_v2.messages.Message.SchedulingType"},pushInfo:{type:"pushwoosh.rpc_v2.messages.PushInfo"},emailInfo:{type:"pushwoosh.rpc_v2.messages.EmailInfo"}},oneofs:{info:{oneof:["pushInfo","emailInfo"]}}},"pushwoosh.rpc_v2.messages.ListMessagesRequest.OrderBy":{type:"E",values:["NAME","CREATED","SEND_DATE"]},"pushwoosh.rpc_v2.messages.ListMessagesRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.messages.ListMessagesRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.messages.ListMessagesRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.messages.ListMessagesRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},search:{type:"string"},ids:{type:"number",array:!0},type:{type:"pushwoosh.rpc_v2.messages.Type"}}},"pushwoosh.rpc_v2.messages.ListMessagesResponse":{type:"I",fields:{messages:{type:"pushwoosh.rpc_v2.messages.Message",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.messages.GetMessageRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.messages.GetMessageResponse":{type:"I",fields:{message:{type:"pushwoosh.rpc_v2.messages.Message"}}},"pushwoosh.rpc_v2.messages.CancelMessageRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.messages.CancelMessageResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.messages.DeleteMessageRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.messages.DeleteMessageResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.messages.GetStatisticsRequest":{type:"I",fields:{application:{type:"string"},messageCode:{type:"string"},campaign:{type:"string"},timestampFrom:{type:"Date"},timestampTo:{type:"Date"}}},"pushwoosh.rpc_v2.messages.GetStatisticsResponse.PlatformTimeSeries.Breakdown":{type:"I",fields:{platform:{type:"string"},values:{type:"number",array:!0}}},"pushwoosh.rpc_v2.messages.GetStatisticsResponse.PlatformTimeSeries":{type:"I",fields:{timestamps:{type:"Date",array:!0},breakdowns:{type:"pushwoosh.rpc_v2.messages.GetStatisticsResponse.PlatformTimeSeries.Breakdown",array:!0}}},"pushwoosh.rpc_v2.messages.GetStatisticsResponse.Metrics":{type:"I",fields:{sends:{type:"pushwoosh.rpc_v2.messages.GetStatisticsResponse.PlatformTimeSeries"},deliveries:{type:"pushwoosh.rpc_v2.messages.GetStatisticsResponse.PlatformTimeSeries"},opens:{type:"pushwoosh.rpc_v2.messages.GetStatisticsResponse.PlatformTimeSeries"},recipients:{type:"number"}}},"pushwoosh.rpc_v2.messages.GetStatisticsResponse":{type:"I",fields:{metrics:{type:"pushwoosh.rpc_v2.messages.GetStatisticsResponse.Metrics"}}},"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsRequest":{type:"I",fields:{application:{type:"string"},messageCode:{type:"string"},campaign:{type:"string"},timestampFrom:{type:"Date"},timestampTo:{type:"Date"}}},"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsResponse.LinkClick.Attributes":{type:"I",fields:{attributes:{type:"string",array:!0},clicks:{type:"number"}}},"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsResponse.LinkClick":{type:"I",fields:{link:{type:"string"},clicks:{type:"number"},attributes:{type:"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsResponse.LinkClick.Attributes",array:!0}}},"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsResponse":{type:"I",fields:{links:{type:"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsResponse.LinkClick",array:!0},totalClicks:{type:"number"},uniqClick:{type:"number"}}},"pushwoosh.rpc_v2.messages.GetDeliveryReportRequest":{type:"I",fields:{application:{type:"string"},messageCode:{type:"string"},campaign:{type:"string"}}},"pushwoosh.rpc_v2.messages.GetDeliveryReportResponse.DeliveryReport.ReportError":{type:"I",fields:{error:{type:"string"},tooltip:{type:"string"},count:{type:"number"}}},"pushwoosh.rpc_v2.messages.GetDeliveryReportResponse.DeliveryReport":{type:"I",fields:{platform:{type:"number"},total:{type:"number"},errors:{type:"pushwoosh.rpc_v2.messages.GetDeliveryReportResponse.DeliveryReport.ReportError",array:!0}}},"pushwoosh.rpc_v2.messages.GetDeliveryReportResponse":{type:"I",fields:{senderErrors:{type:"pushwoosh.rpc_v2.messages.GetDeliveryReportResponse.DeliveryReport",array:!0},mailErrors:{type:"pushwoosh.rpc_v2.messages.GetDeliveryReportResponse.DeliveryReport"}}},"pushwoosh.objects.filters.v1.__filter_collection_internal":{type:"I",fields:{f1:{type:"string"},f2:{type:"Date"},f3:{type:"pushwoosh.objects.filters.v1.Filter"}}},"pushwoosh.objects.filters.v1.LogicExpression.Binary.Operator":{type:"E",values:["INVALID","AND","OR"]},"pushwoosh.objects.filters.v1.LogicExpression.Binary":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Binary.Operator"},left:{type:"pushwoosh.objects.filters.v1.LogicExpression"},right:{type:"pushwoosh.objects.filters.v1.LogicExpression"}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator":{type:"E",values:["INVALID","EQ","NEQ","IN","GT","GTE","LT","LTE","STARTS_WITH","ENDS_WITH","LIKE","IS_NULL","NOT_NULL","ILIKE","ARRAY_CONTAINS","ARRAY_INCLUDES"]},"pushwoosh.objects.filters.v1.LogicExpression.Field.ID":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.Code":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"string"},values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.AccountID":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.Name":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"string"},values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.ApplicationID":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.IsFiltrationInProgress":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationStartedAt":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastFilteredAt":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastCheckedAt":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationScheduledAt":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.CheckerScheduledAt":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.IsSystem":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.ExpirationDate":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.Created":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.FilterExpressionRaw":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"string"},values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationID":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"string"},values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.Updated":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field":{type:"I",fields:{CondID:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.ID"},CondCode:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Code"},CondAccountID:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.AccountID"},CondName:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Name"},CondApplicationID:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.ApplicationID"},CondIsFiltrationInProgress:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.IsFiltrationInProgress"},CondFiltrationStartedAt:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationStartedAt"},CondFiltrationLastFilteredAt:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastFilteredAt"},CondFiltrationLastCheckedAt:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastCheckedAt"},CondFiltrationScheduledAt:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationScheduledAt"},CondCheckerScheduledAt:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.CheckerScheduledAt"},CondIsSystem:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.IsSystem"},CondExpirationDate:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.ExpirationDate"},CondCreated:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Created"},CondFilterExpressionRaw:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.FilterExpressionRaw"},CondFiltrationID:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationID"},CondUpdated:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Updated"}},oneofs:{kind:{oneof:["CondID","CondCode","CondAccountID","CondName","CondApplicationID","CondIsFiltrationInProgress","CondFiltrationStartedAt","CondFiltrationLastFilteredAt","CondFiltrationLastCheckedAt","CondFiltrationScheduledAt","CondCheckerScheduledAt","CondIsSystem","CondExpirationDate","CondCreated","CondFilterExpressionRaw","CondFiltrationID","CondUpdated"]}}},"pushwoosh.objects.filters.v1.LogicExpression":{type:"I",fields:{binary:{type:"pushwoosh.objects.filters.v1.LogicExpression.Binary"},field:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field"}},oneofs:{kind:{oneof:["binary","field"]}}},"pushwoosh.objects.filters.v1.Sort":{type:"I",fields:{field:{type:"string"},order:{type:"pushwoosh.objects.filters.v1.SortOrder"}}},"pushwoosh.objects.filters.v1.SortOrder":{type:"E",values:["INVALID","ASC","DESC"]},"pushwoosh.objects.filters.v1.SortExpression":{type:"I",fields:{sorts:{type:"pushwoosh.objects.filters.v1.Sort",array:!0}}},"pushwoosh.objects.filters.v1.__filter_crud_service_internal":{type:"I",fields:{f1:{type:"string"},f2:{type:"Date"},f3:{type:"{}"}}},"pushwoosh.objects.filters.v1.FiltersCrudService":{type:"S",key:"filtersCrud",methods:{Create:{request:"pushwoosh.objects.filters.v1.CreateRequest",response:"pushwoosh.objects.filters.v1.CreateResponse",method:"post",path:"/v1/objects/filters"},CreateMany:{request:"pushwoosh.objects.filters.v1.CreateManyRequest",response:"pushwoosh.objects.filters.v1.CreateManyResponse",method:"post",path:"/v1/objects/filters:many"},Get:{request:"pushwoosh.objects.filters.v1.GetRequest",response:"pushwoosh.objects.filters.v1.GetResponse",method:"get",path:"/v1/objects/filters/ID/{ID}"},LoadByCode:{request:"pushwoosh.objects.filters.v1.LoadByCodeRequest",response:"pushwoosh.objects.filters.v1.LoadByCodeResponse",method:"get",path:"/v1/objects/filters/Code/{Code}"},LoadByAccountIDName:{request:"pushwoosh.objects.filters.v1.LoadByAccountIDNameRequest",response:"pushwoosh.objects.filters.v1.LoadByAccountIDNameResponse",method:"get",path:"/v1/objects/filters/AccountID/{AccountID}/Name/{Name}"},Delete:{request:"pushwoosh.objects.filters.v1.DeleteRequest",response:"{}",method:"delete",path:"/v1/objects/filters/ID/{ID}"},DeleteMany:{request:"pushwoosh.objects.filters.v1.DeleteManyRequest",response:"pushwoosh.objects.filters.v1.DeleteManyResponse",method:"delete",path:"/v1/objects/filters:deleteMany"},Count:{request:"pushwoosh.objects.filters.v1.CountRequest",response:"pushwoosh.objects.filters.v1.CountResponse",method:"get",path:"/v1/objects/filters:count"},GetPage:{request:"pushwoosh.objects.filters.v1.GetPageRequest",response:"pushwoosh.objects.filters.v1.GetPageResponse",method:"get",path:"/v1/objects/filters:getPage"},List:{request:"pushwoosh.objects.filters.v1.ListRequest",response:"pushwoosh.objects.filters.v1.ListResponse",method:"get",path:"/v1/objects/filters:list"},Paginate:{request:"pushwoosh.objects.filters.v1.PaginateRequest",response:"pushwoosh.objects.filters.v1.PaginateResponse",method:"get",path:"/v1/objects/filters:paginate"},UpdateCode:{request:"pushwoosh.objects.filters.v1.UpdateCodeRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/Code"},UpdateAccountID:{request:"pushwoosh.objects.filters.v1.UpdateAccountIDRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/AccountID"},UpdateName:{request:"pushwoosh.objects.filters.v1.UpdateNameRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/Name"},UpdateApplicationID:{request:"pushwoosh.objects.filters.v1.UpdateApplicationIDRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/ApplicationID"},UpdateIsFiltrationInProgress:{request:"pushwoosh.objects.filters.v1.UpdateIsFiltrationInProgressRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/IsFiltrationInProgress"},UpdateFiltrationStartedAt:{request:"pushwoosh.objects.filters.v1.UpdateFiltrationStartedAtRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/FiltrationStartedAt"},UpdateFiltrationLastFilteredAt:{request:"pushwoosh.objects.filters.v1.UpdateFiltrationLastFilteredAtRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/FiltrationLastFilteredAt"},UpdateFiltrationLastCheckedAt:{request:"pushwoosh.objects.filters.v1.UpdateFiltrationLastCheckedAtRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/FiltrationLastCheckedAt"},UpdateFiltrationScheduledAt:{request:"pushwoosh.objects.filters.v1.UpdateFiltrationScheduledAtRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/FiltrationScheduledAt"},UpdateCheckerScheduledAt:{request:"pushwoosh.objects.filters.v1.UpdateCheckerScheduledAtRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/CheckerScheduledAt"},UpdateIsSystem:{request:"pushwoosh.objects.filters.v1.UpdateIsSystemRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/IsSystem"},UpdateExpirationDate:{request:"pushwoosh.objects.filters.v1.UpdateExpirationDateRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/ExpirationDate"},UpdateCreated:{request:"pushwoosh.objects.filters.v1.UpdateCreatedRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/Created"},UpdateFilterExpressionRaw:{request:"pushwoosh.objects.filters.v1.UpdateFilterExpressionRawRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/FilterExpressionRaw"},UpdateFiltrationID:{request:"pushwoosh.objects.filters.v1.UpdateFiltrationIDRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/FiltrationID"},UpdateUpdated:{request:"pushwoosh.objects.filters.v1.UpdateUpdatedRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/Updated"}}},"pushwoosh.objects.filters.v1.CreateRequest":{type:"I",fields:{Code:{type:"string"},AccountID:{type:"number"},Name:{type:"string"},ApplicationID:{type:"number"},IsFiltrationInProgress:{type:"boolean"},FiltrationStartedAt:{type:"Date"},FiltrationLastFilteredAt:{type:"Date"},FiltrationLastCheckedAt:{type:"Date"},FiltrationScheduledAt:{type:"Date"},CheckerScheduledAt:{type:"Date"},IsSystem:{type:"boolean"},ExpirationDate:{type:"Date"},Created:{type:"Date"},FilterExpressionRaw:{type:"string"},FiltrationID:{type:"string"},Updated:{type:"Date"}}},"pushwoosh.objects.filters.v1.CreateResponse":{type:"I",fields:{filter:{type:"pushwoosh.objects.filters.v1.Filter"}}},"pushwoosh.objects.filters.v1.CreateManyRequest":{type:"I",fields:{filters:{type:"pushwoosh.objects.filters.v1.CreateRequest",array:!0}}},"pushwoosh.objects.filters.v1.CreateManyResponse":{type:"I",fields:{filters:{type:"pushwoosh.objects.filters.v1.CreateResponse",array:!0}}},"pushwoosh.objects.filters.v1.DeleteRequest":{type:"I",fields:{ID:{type:"number"}}},"pushwoosh.objects.filters.v1.DeleteManyRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.filters.v1.LogicExpression"}}},"pushwoosh.objects.filters.v1.DeleteManyResponse":{type:"I",fields:{count:{type:"number"}}},"pushwoosh.objects.filters.v1.CountRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.filters.v1.LogicExpression"}}},"pushwoosh.objects.filters.v1.CountResponse":{type:"I",fields:{count:{type:"number"}}},"pushwoosh.objects.filters.v1.GetPageRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.filters.v1.LogicExpression"},sort:{type:"pushwoosh.objects.filters.v1.SortExpression"},pageSize:{type:"number"},pageNum:{type:"number"}}},"pushwoosh.objects.filters.v1.GetPageResponse":{type:"I",fields:{filters:{type:"pushwoosh.objects.filters.v1.Filter",array:!0},total:{type:"number"}}},"pushwoosh.objects.filters.v1.ListRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.filters.v1.LogicExpression"},sort:{type:"pushwoosh.objects.filters.v1.SortExpression"},pageSize:{type:"number"}}},"pushwoosh.objects.filters.v1.ListResponse":{type:"I",fields:{paginationToken:{type:"string"}}},"pushwoosh.objects.filters.v1.PaginateRequest":{type:"I",fields:{nextPageToken:{type:"string"}}},"pushwoosh.objects.filters.v1.PaginateResponse":{type:"I",fields:{filters:{type:"pushwoosh.objects.filters.v1.Filter",array:!0},nextPageToken:{type:"string"}}},"pushwoosh.objects.filters.v1.UpdateCodeRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"string"}}},"pushwoosh.objects.filters.v1.UpdateAccountIDRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.filters.v1.UpdateNameRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"string"}}},"pushwoosh.objects.filters.v1.UpdateApplicationIDRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.filters.v1.UpdateIsFiltrationInProgressRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.filters.v1.UpdateFiltrationStartedAtRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.UpdateFiltrationLastFilteredAtRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.UpdateFiltrationLastCheckedAtRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.UpdateFiltrationScheduledAtRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.UpdateCheckerScheduledAtRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.UpdateIsSystemRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.filters.v1.UpdateExpirationDateRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.UpdateCreatedRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.UpdateFilterExpressionRawRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"string"}}},"pushwoosh.objects.filters.v1.UpdateFiltrationIDRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"string"}}},"pushwoosh.objects.filters.v1.UpdateUpdatedRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.GetRequest":{type:"I",fields:{ID:{type:"number"}}},"pushwoosh.objects.filters.v1.GetResponse":{type:"I",fields:{filter:{type:"pushwoosh.objects.filters.v1.Filter"}}},"pushwoosh.objects.filters.v1.LoadByCodeRequest":{type:"I",fields:{Code:{type:"string"}}},"pushwoosh.objects.filters.v1.LoadByCodeResponse":{type:"I",fields:{filter:{type:"pushwoosh.objects.filters.v1.Filter"}}},"pushwoosh.objects.filters.v1.LoadByAccountIDNameRequest":{type:"I",fields:{AccountID:{type:"number"},Name:{type:"string"}}},"pushwoosh.objects.filters.v1.LoadByAccountIDNameResponse":{type:"I",fields:{filter:{type:"pushwoosh.objects.filters.v1.Filter"}}},"pushwoosh.objects.filters.v1.JoinType":{type:"E",values:["JOIN_INVALID","JOIN_INNER","JOIN_LEFT","JOIN_RIGHT"]},"pushwoosh.objects.filters.v1.__filter_model_internal":{type:"I",fields:{f1:{type:"string"},f2:{type:"Date"}}},"pushwoosh.objects.filters.v1.Filter":{type:"I",fields:{ID:{type:"number"},Code:{type:"string"},AccountID:{type:"number"},Name:{type:"string"},ApplicationID:{type:"number"},IsFiltrationInProgress:{type:"boolean"},FiltrationStartedAt:{type:"Date"},FiltrationLastFilteredAt:{type:"Date"},FiltrationLastCheckedAt:{type:"Date"},FiltrationScheduledAt:{type:"Date"},CheckerScheduledAt:{type:"Date"},IsSystem:{type:"boolean"},ExpirationDate:{type:"Date"},Created:{type:"Date"},FilterExpressionRaw:{type:"string"},FiltrationID:{type:"string"},Updated:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Operation.Operator":{type:"E",values:["OPERATOR_UNSPECIFIED","OPERATOR_INTERSECT","OPERATOR_UNION","OPERATOR_DIFFERENCE"]},"pushwoosh.objects.filters.v1.FilterExpression.Operation":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.FilterExpression.Operation.Operator"},operands:{type:"pushwoosh.objects.filters.v1.FilterExpression",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Application.TokenPresence":{type:"E",values:["TOKEN_PRESENCE_UNSPECIFIED","TOKEN_PRESENCE_WITH_TOKENS","TOKEN_PRESENCE_WITHOUT_TOKENS","TOKEN_PRESENCE_ALL"]},"pushwoosh.objects.filters.v1.FilterExpression.Application.DevicePresence":{type:"E",values:["DEVICE_PRESENCE_UNSPECIFIED","DEVICE_PRESENCE_WITH_DEVICES","DEVICE_PRESENCE_WITHOUT_DEVICES","DEVICE_PRESENCE_ALL"]},"pushwoosh.objects.filters.v1.FilterExpression.Application":{type:"I",fields:{codes:{type:"string",array:!0},platforms:{type:"number",array:!0},tokenPresence:{type:"pushwoosh.objects.filters.v1.FilterExpression.Application.TokenPresence"},devicePresence:{type:"pushwoosh.objects.filters.v1.FilterExpression.Application.DevicePresence"}}},"pushwoosh.objects.filters.v1.FilterExpression.Geo":{type:"I",fields:{application:{type:"string"},lat:{type:"number"},lon:{type:"number"},range:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Eq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Neq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Lte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Gte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Any":{type:"I",fields:{}},"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Gte"},any:{type:"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Any"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","any"]}}},"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend":{type:"I",fields:{applications:{type:"string",array:!0},value:{type:"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value"}}},"pushwoosh.objects.filters.v1.FilterExpression.Static":{type:"I",fields:{application:{type:"string"},segment:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Count.Operator":{type:"E",values:["OPERATOR_UNSPECIFIED","OPERATOR_EQ","OPERATOR_NEQ","OPERATOR_LTE","OPERATOR_GTE"]},"pushwoosh.objects.filters.v1.FilterExpression.Event.Count":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Count.Operator"},value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Eq":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Neq":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Lte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Gte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.In":{type:"I",fields:{values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.NotIn":{type:"I",fields:{values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Between":{type:"I",fields:{from:{type:"Date"},to:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo.Operator":{type:"E",values:["OPERATOR_UNSPECIFIED","OPERATOR_EQ","OPERATOR_NEQ","OPERATOR_LTE","OPERATOR_GTE","OPERATOR_BETWEEN"]},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Exists"},daysAgo:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists","daysAgo"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Eq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Neq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Lte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Gte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.In":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.NotIn":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Between":{type:"I",fields:{from:{type:"number"},to:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Exists"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Eq":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Neq":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.In":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.NotIn":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.StartsWith":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.EndsWith":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Contains":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Neq"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.NotIn"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Exists"},startsWith:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.StartsWith"},endsWith:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.EndsWith"},contains:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Contains"}},oneofs:{kind:{oneof:["eq","neq","in","notIn","exists","startsWith","endsWith","contains"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.In":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.NotIn":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List":{type:"I",fields:{in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.NotIn"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.Exists"}},oneofs:{kind:{oneof:["in","notIn","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Eq":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Neq":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Lte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Gte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.In":{type:"I",fields:{values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.NotIn":{type:"I",fields:{values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Between":{type:"I",fields:{from:{type:"Date"},to:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo.Operator":{type:"E",values:["OPERATOR_UNSPECIFIED","OPERATOR_EQ","OPERATOR_NEQ","OPERATOR_LTE","OPERATOR_GTE","OPERATOR_BETWEEN"]},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Exists"},daysAgo:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists","daysAgo"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Eq":{type:"I",fields:{value:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Neq":{type:"I",fields:{value:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Neq"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Exists"}},oneofs:{kind:{oneof:["eq","neq","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Eq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Neq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Lte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Gte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.In":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.NotIn":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Between":{type:"I",fields:{from:{type:"number"},to:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Exists"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute":{type:"I",fields:{name:{type:"string"},integer:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer"},string:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String"},list:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List"},date:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date"},boolean:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean"},price:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price"}},oneofs:{kind:{oneof:["integer","string","list","date","boolean","price"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event":{type:"I",fields:{application:{type:"string"},event:{type:"string"},count:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Count"},date:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date"},attributes:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute",array:!0},platforms:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Lte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Gte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Between":{type:"I",fields:{from:{type:"Date"},to:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Operator":{type:"E",values:["OPERATOR_UNSPECIFIED","OPERATOR_LTE","OPERATOR_GTE","OPERATOR_BETWEEN"]},"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition":{type:"I",fields:{lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Gte"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Between"}},oneofs:{kind:{oneof:["lte","gte","between"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Updated":{type:"I",fields:{application:{type:"string"},condition:{type:"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Eq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Neq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Lte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Gte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.In":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.NotIn":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Between":{type:"I",fields:{from:{type:"number"},to:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Exists"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Eq":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Neq":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.In":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.NotIn":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.StartsWith":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.EndsWith":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Contains":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Neq"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.NotIn"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Exists"},startsWith:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.StartsWith"},endsWith:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.EndsWith"},contains:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Contains"}},oneofs:{kind:{oneof:["eq","neq","in","notIn","exists","startsWith","endsWith","contains"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.List.In":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.List.NotIn":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.List.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.List":{type:"I",fields:{in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.List.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.List.NotIn"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.List.Exists"}},oneofs:{kind:{oneof:["in","notIn","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Eq":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Neq":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Lte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Gte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.In":{type:"I",fields:{values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.NotIn":{type:"I",fields:{values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Between":{type:"I",fields:{from:{type:"Date"},to:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo.Operator":{type:"E",values:["OPERATOR_UNSPECIFIED","OPERATOR_EQ","OPERATOR_NEQ","OPERATOR_LTE","OPERATOR_GTE","OPERATOR_BETWEEN"]},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Exists"},daysAgo:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists","daysAgo"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Eq":{type:"I",fields:{value:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Neq":{type:"I",fields:{value:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Neq"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Exists"}},oneofs:{kind:{oneof:["eq","neq","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Eq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Neq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Lte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Gte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.In":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.NotIn":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Between":{type:"I",fields:{from:{type:"number"},to:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Exists"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Eq":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Neq":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Lte":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Gte":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.In":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.NotIn":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Between":{type:"I",fields:{from:{type:"string"},to:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Exists"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Eq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Neq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Lte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Gte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.In":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.NotIn":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Between":{type:"I",fields:{from:{type:"number"},to:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Exists"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag":{type:"I",fields:{name:{type:"string"},application:{type:"string"},integer:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer"},string:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String"},list:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.List"},date:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date"},boolean:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean"},price:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price"},version:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version"},timezone:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone"}},oneofs:{kind:{oneof:["integer","string","list","date","boolean","price","version","timezone"]}}},"pushwoosh.objects.filters.v1.FilterExpression.TagDateMatch":{type:"I",fields:{name:{type:"string"},application:{type:"string"},month:{type:"number"},day:{type:"number"},addDays:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression":{type:"I",fields:{operation:{type:"pushwoosh.objects.filters.v1.FilterExpression.Operation"},application:{type:"pushwoosh.objects.filters.v1.FilterExpression.Application"},tag:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag"},geo:{type:"pushwoosh.objects.filters.v1.FilterExpression.Geo"},static:{type:"pushwoosh.objects.filters.v1.FilterExpression.Static"},event:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event"},updated:{type:"pushwoosh.objects.filters.v1.FilterExpression.Updated"},bestTimeToSend:{type:"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend"},tagDateMatch:{type:"pushwoosh.objects.filters.v1.FilterExpression.TagDateMatch"}},oneofs:{kind:{oneof:["operation","application","tag","geo","static","event","updated","bestTimeToSend","tagDateMatch"]}}},"pushwoosh.objects.restrictionValues.v1.__restrictionValue_collection_internal":{type:"I",fields:{f1:{type:"string"},f2:{type:"Date"},f3:{type:"pushwoosh.objects.restrictionValues.v1.RestrictionValue"}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Binary.Operator":{type:"E",values:["INVALID","AND","OR"]},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Binary":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Binary.Operator"},left:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression"},right:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression"}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator":{type:"E",values:["INVALID","EQ","NEQ","IN","GT","GTE","LT","LTE","STARTS_WITH","ENDS_WITH","LIKE","IS_NULL","NOT_NULL","ILIKE","ARRAY_CONTAINS","ARRAY_INCLUDES"]},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.ID":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.IsLocked":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxCampaigns":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDeeplinks":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApplicationGroups":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApps":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTags":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxGeozones":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDevices":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsers":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApiTokens":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPresets":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTestDevices":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxGeozoneRange":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxRssFeeds":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxAutoPushes":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxIOSCategories":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTwitterFeeds":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxInapps":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxEvents":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxCreateMessage":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxRichmedia":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPreparedFilters":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxFilters":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DevicesInactivityLimit":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowStatsAccess":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApiStatsAccess":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGeozoneApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowABTests":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBackup":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApplicationApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRemotePage":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowScheduling":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomData":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMultiLanguage":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAutoConfig":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCsvMessage":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCampaignApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushHistoryApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushByUser":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFilterApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTwoFactorAuth":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBroadcastMessageSegmentation":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushOnEvent":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCompileFilter":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MinSendRate":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxSendRate":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendToGeozone":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowUseIosNewsstand":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGetUsersDetails":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGoalTracking":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowIePlatformUsage":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowInbox":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxEmailTemplates":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUserSpecificTags":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGdpr":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingEmails":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingDomains":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendExternalStats":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomRssPollingInterval":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMetadata":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPushOnEventDelayInDays":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventStatisticsApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagNotSetFilter":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowDebugMode":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFbMessenger":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTrackUninstalls":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailRateCounterAggregatePeriod":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailBounceRateLimit":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailComplaintRateLimit":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFrequencyCapping":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsersPerDevice":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsFreeLimit":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsLimited":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowContentTemplates":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBaiduAndroidPlatformUsage":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxInboxTtlDays":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MessageHistoryStorePeriod":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApiGetMessageLog":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DetailActionHistoryStorePeriod":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjWebhook":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjInapp":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjScheduledSegment":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjContentPersonalization":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSetTags":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicDelay":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSilentHours":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjFrequencyCapping":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowShowDeliveryStatistics":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRFMSegments":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBestTimeToSend":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventSegmentation":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSegmentsGroups":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomerJourney":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSMS":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjApiEntry":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicSetTagsInUpdateProfile":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAddBranchesInWaitForTrigger":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventsFunnel":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowChannelsSection":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjEmailBcc":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailFileStorePeriod":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowWhatsApp":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAlternativeGoalsStats":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field":{type:"I",fields:{CondID:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.ID"},CondIsLocked:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.IsLocked"},CondMaxCampaigns:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxCampaigns"},CondMaxDeeplinks:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDeeplinks"},CondMaxApplicationGroups:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApplicationGroups"},CondMaxApps:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApps"},CondMaxTags:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTags"},CondMaxGeozones:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxGeozones"},CondMaxDevices:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDevices"},CondMaxUsers:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsers"},CondMaxApiTokens:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApiTokens"},CondMaxPresets:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPresets"},CondMaxTestDevices:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTestDevices"},CondMaxGeozoneRange:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxGeozoneRange"},CondMaxRssFeeds:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxRssFeeds"},CondMaxAutoPushes:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxAutoPushes"},CondMaxIOSCategories:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxIOSCategories"},CondMaxTwitterFeeds:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTwitterFeeds"},CondMaxInapps:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxInapps"},CondMaxEvents:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxEvents"},CondMaxCreateMessage:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxCreateMessage"},CondMaxRichmedia:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxRichmedia"},CondMaxPreparedFilters:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPreparedFilters"},CondMaxFilters:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxFilters"},CondDevicesInactivityLimit:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DevicesInactivityLimit"},CondAllowApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApi"},CondAllowStatsAccess:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowStatsAccess"},CondAllowApiStatsAccess:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApiStatsAccess"},CondAllowGeozoneApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGeozoneApi"},CondAllowABTests:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowABTests"},CondAllowBackup:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBackup"},CondAllowApplicationApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApplicationApi"},CondAllowRemotePage:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRemotePage"},CondAllowScheduling:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowScheduling"},CondAllowCustomData:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomData"},CondAllowMultiLanguage:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMultiLanguage"},CondAllowAutoConfig:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAutoConfig"},CondAllowCsvMessage:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCsvMessage"},CondAllowCampaignApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCampaignApi"},CondAllowPushHistoryApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushHistoryApi"},CondAllowTagsApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsApi"},CondAllowPushByUser:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushByUser"},CondAllowFilterApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFilterApi"},CondAllowTwoFactorAuth:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTwoFactorAuth"},CondAllowBroadcastMessageSegmentation:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBroadcastMessageSegmentation"},CondAllowPushOnEvent:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushOnEvent"},CondAllowCompileFilter:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCompileFilter"},CondMinSendRate:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MinSendRate"},CondMaxSendRate:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxSendRate"},CondAllowSendToGeozone:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendToGeozone"},CondAllowUseIosNewsstand:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowUseIosNewsstand"},CondAllowGetUsersDetails:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGetUsersDetails"},CondAllowGoalTracking:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGoalTracking"},CondAllowIePlatformUsage:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowIePlatformUsage"},CondAllowInbox:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowInbox"},CondMaxEmailTemplates:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxEmailTemplates"},CondMaxUserSpecificTags:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUserSpecificTags"},CondAllowGdpr:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGdpr"},CondMaxVerifyingEmails:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingEmails"},CondMaxVerifyingDomains:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingDomains"},CondAllowSendExternalStats:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendExternalStats"},CondAllowCustomRssPollingInterval:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomRssPollingInterval"},CondAllowMetadata:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMetadata"},CondMaxPushOnEventDelayInDays:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPushOnEventDelayInDays"},CondAllowEventStatisticsApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventStatisticsApi"},CondAllowTagNotSetFilter:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagNotSetFilter"},CondAllowDebugMode:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowDebugMode"},CondAllowFbMessenger:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFbMessenger"},CondAllowTrackUninstalls:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTrackUninstalls"},CondEmailRateCounterAggregatePeriod:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailRateCounterAggregatePeriod"},CondEmailBounceRateLimit:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailBounceRateLimit"},CondEmailComplaintRateLimit:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailComplaintRateLimit"},CondAllowFrequencyCapping:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFrequencyCapping"},CondMaxUsersPerDevice:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsersPerDevice"},CondEmailsFreeLimit:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsFreeLimit"},CondEmailsLimited:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsLimited"},CondAllowContentTemplates:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowContentTemplates"},CondAllowBaiduAndroidPlatformUsage:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBaiduAndroidPlatformUsage"},CondMaxInboxTtlDays:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxInboxTtlDays"},CondMessageHistoryStorePeriod:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MessageHistoryStorePeriod"},CondAllowApiGetMessageLog:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApiGetMessageLog"},CondDetailActionHistoryStorePeriod:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DetailActionHistoryStorePeriod"},CondAllowCjWebhook:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjWebhook"},CondAllowCjInapp:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjInapp"},CondAllowCjScheduledSegment:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjScheduledSegment"},CondAllowCjContentPersonalization:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjContentPersonalization"},CondAllowCjSetTags:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSetTags"},CondAllowCjDynamicDelay:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicDelay"},CondAllowCjSilentHours:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSilentHours"},CondAllowCjFrequencyCapping:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjFrequencyCapping"},CondAllowShowDeliveryStatistics:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowShowDeliveryStatistics"},CondAllowRFMSegments:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRFMSegments"},CondAllowBestTimeToSend:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBestTimeToSend"},CondAllowEventSegmentation:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventSegmentation"},CondAllowSegmentsGroups:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSegmentsGroups"},CondAllowCustomerJourney:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomerJourney"},CondAllowCjSMS:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSMS"},CondAllowCjApiEntry:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjApiEntry"},CondAllowCjDynamicSetTagsInUpdateProfile:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicSetTagsInUpdateProfile"},CondAllowCjAddBranchesInWaitForTrigger:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAddBranchesInWaitForTrigger"},CondAllowEventsFunnel:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventsFunnel"},CondAllowChannelsSection:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowChannelsSection"},CondAllowCjEmailBcc:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjEmailBcc"},CondEmailFileStorePeriod:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailFileStorePeriod"},CondAllowWhatsApp:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowWhatsApp"},CondAllowCjAlternativeGoalsStats:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAlternativeGoalsStats"}},oneofs:{kind:{oneof:["CondID","CondIsLocked","CondMaxCampaigns","CondMaxDeeplinks","CondMaxApplicationGroups","CondMaxApps","CondMaxTags","CondMaxGeozones","CondMaxDevices","CondMaxUsers","CondMaxApiTokens","CondMaxPresets","CondMaxTestDevices","CondMaxGeozoneRange","CondMaxRssFeeds","CondMaxAutoPushes","CondMaxIOSCategories","CondMaxTwitterFeeds","CondMaxInapps","CondMaxEvents","CondMaxCreateMessage","CondMaxRichmedia","CondMaxPreparedFilters","CondMaxFilters","CondDevicesInactivityLimit","CondAllowApi","CondAllowStatsAccess","CondAllowApiStatsAccess","CondAllowGeozoneApi","CondAllowABTests","CondAllowBackup","CondAllowApplicationApi","CondAllowRemotePage","CondAllowScheduling","CondAllowCustomData","CondAllowMultiLanguage","CondAllowAutoConfig","CondAllowCsvMessage","CondAllowCampaignApi","CondAllowPushHistoryApi","CondAllowTagsApi","CondAllowPushByUser","CondAllowFilterApi","CondAllowTwoFactorAuth","CondAllowBroadcastMessageSegmentation","CondAllowPushOnEvent","CondAllowCompileFilter","CondMinSendRate","CondMaxSendRate","CondAllowSendToGeozone","CondAllowUseIosNewsstand","CondAllowGetUsersDetails","CondAllowGoalTracking","CondAllowIePlatformUsage","CondAllowInbox","CondMaxEmailTemplates","CondMaxUserSpecificTags","CondAllowGdpr","CondMaxVerifyingEmails","CondMaxVerifyingDomains","CondAllowSendExternalStats","CondAllowCustomRssPollingInterval","CondAllowMetadata","CondMaxPushOnEventDelayInDays","CondAllowEventStatisticsApi","CondAllowTagNotSetFilter","CondAllowDebugMode","CondAllowFbMessenger","CondAllowTrackUninstalls","CondEmailRateCounterAggregatePeriod","CondEmailBounceRateLimit","CondEmailComplaintRateLimit","CondAllowFrequencyCapping","CondMaxUsersPerDevice","CondEmailsFreeLimit","CondEmailsLimited","CondAllowContentTemplates","CondAllowBaiduAndroidPlatformUsage","CondMaxInboxTtlDays","CondMessageHistoryStorePeriod","CondAllowApiGetMessageLog","CondDetailActionHistoryStorePeriod","CondAllowCjWebhook","CondAllowCjInapp","CondAllowCjScheduledSegment","CondAllowCjContentPersonalization","CondAllowCjSetTags","CondAllowCjDynamicDelay","CondAllowCjSilentHours","CondAllowCjFrequencyCapping","CondAllowShowDeliveryStatistics","CondAllowRFMSegments","CondAllowBestTimeToSend","CondAllowEventSegmentation","CondAllowSegmentsGroups","CondAllowCustomerJourney","CondAllowCjSMS","CondAllowCjApiEntry","CondAllowCjDynamicSetTagsInUpdateProfile","CondAllowCjAddBranchesInWaitForTrigger","CondAllowEventsFunnel","CondAllowChannelsSection","CondAllowCjEmailBcc","CondEmailFileStorePeriod","CondAllowWhatsApp","CondAllowCjAlternativeGoalsStats"]}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression":{type:"I",fields:{binary:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Binary"},field:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field"}},oneofs:{kind:{oneof:["binary","field"]}}},"pushwoosh.objects.restrictionValues.v1.Sort":{type:"I",fields:{field:{type:"string"},order:{type:"pushwoosh.objects.restrictionValues.v1.SortOrder"}}},"pushwoosh.objects.restrictionValues.v1.SortOrder":{type:"E",values:["INVALID","ASC","DESC"]},"pushwoosh.objects.restrictionValues.v1.SortExpression":{type:"I",fields:{sorts:{type:"pushwoosh.objects.restrictionValues.v1.Sort",array:!0}}},"pushwoosh.objects.restrictionValues.v1.__restrictionValue_crud_service_internal":{type:"I",fields:{f1:{type:"string"},f2:{type:"Date"},f3:{type:"{}"}}},"pushwoosh.objects.restrictionValues.v1.RestrictionValuesCrudService":{type:"S",key:"restrictionValuesCrud",methods:{Create:{request:"pushwoosh.objects.restrictionValues.v1.CreateRequest",response:"pushwoosh.objects.restrictionValues.v1.CreateResponse",method:"post",path:"/v1/objects/restrictionValues"},CreateMany:{request:"pushwoosh.objects.restrictionValues.v1.CreateManyRequest",response:"pushwoosh.objects.restrictionValues.v1.CreateManyResponse",method:"post",path:"/v1/objects/restrictionValues:many"},Get:{request:"pushwoosh.objects.restrictionValues.v1.GetRequest",response:"pushwoosh.objects.restrictionValues.v1.GetResponse",method:"get",path:"/v1/objects/restrictionValues/ID/{ID}"},Delete:{request:"pushwoosh.objects.restrictionValues.v1.DeleteRequest",response:"{}",method:"delete",path:"/v1/objects/restrictionValues/ID/{ID}"},DeleteMany:{request:"pushwoosh.objects.restrictionValues.v1.DeleteManyRequest",response:"pushwoosh.objects.restrictionValues.v1.DeleteManyResponse",method:"delete",path:"/v1/objects/restrictionValues:deleteMany"},Count:{request:"pushwoosh.objects.restrictionValues.v1.CountRequest",response:"pushwoosh.objects.restrictionValues.v1.CountResponse",method:"get",path:"/v1/objects/restrictionValues:count"},GetPage:{request:"pushwoosh.objects.restrictionValues.v1.GetPageRequest",response:"pushwoosh.objects.restrictionValues.v1.GetPageResponse",method:"get",path:"/v1/objects/restrictionValues:getPage"},List:{request:"pushwoosh.objects.restrictionValues.v1.ListRequest",response:"pushwoosh.objects.restrictionValues.v1.ListResponse",method:"get",path:"/v1/objects/restrictionValues:list"},Paginate:{request:"pushwoosh.objects.restrictionValues.v1.PaginateRequest",response:"pushwoosh.objects.restrictionValues.v1.PaginateResponse",method:"get",path:"/v1/objects/restrictionValues:paginate"},UpdateIsLocked:{request:"pushwoosh.objects.restrictionValues.v1.UpdateIsLockedRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/IsLocked"},UpdateMaxCampaigns:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxCampaignsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxCampaigns"},UpdateMaxDeeplinks:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxDeeplinksRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxDeeplinks"},UpdateMaxApplicationGroups:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxApplicationGroupsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxApplicationGroups"},UpdateMaxApps:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxAppsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxApps"},UpdateMaxTags:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxTagsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxTags"},UpdateMaxGeozones:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxGeozonesRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxGeozones"},UpdateMaxDevices:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxDevicesRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxDevices"},UpdateMaxUsers:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxUsersRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxUsers"},UpdateMaxApiTokens:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxApiTokensRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxApiTokens"},UpdateMaxPresets:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxPresetsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxPresets"},UpdateMaxTestDevices:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxTestDevicesRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxTestDevices"},UpdateMaxGeozoneRange:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxGeozoneRangeRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxGeozoneRange"},UpdateMaxRssFeeds:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxRssFeedsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxRssFeeds"},UpdateMaxAutoPushes:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxAutoPushesRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxAutoPushes"},UpdateMaxIOSCategories:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxIOSCategoriesRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxIOSCategories"},UpdateMaxTwitterFeeds:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxTwitterFeedsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxTwitterFeeds"},UpdateMaxInapps:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxInappsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxInapps"},UpdateMaxEvents:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxEventsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxEvents"},UpdateMaxCreateMessage:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxCreateMessageRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxCreateMessage"},UpdateMaxRichmedia:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxRichmediaRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxRichmedia"},UpdateMaxPreparedFilters:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxPreparedFiltersRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxPreparedFilters"},UpdateMaxFilters:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxFiltersRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxFilters"},UpdateDevicesInactivityLimit:{request:"pushwoosh.objects.restrictionValues.v1.UpdateDevicesInactivityLimitRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/DevicesInactivityLimit"},UpdateAllowApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowApi"},UpdateAllowStatsAccess:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowStatsAccessRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowStatsAccess"},UpdateAllowApiStatsAccess:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowApiStatsAccessRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowApiStatsAccess"},UpdateAllowGeozoneApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowGeozoneApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowGeozoneApi"},UpdateAllowABTests:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowABTestsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowABTests"},UpdateAllowBackup:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowBackupRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowBackup"},UpdateAllowApplicationApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowApplicationApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowApplicationApi"},UpdateAllowRemotePage:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowRemotePageRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowRemotePage"},UpdateAllowScheduling:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowSchedulingRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowScheduling"},UpdateAllowCustomData:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomDataRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCustomData"},UpdateAllowMultiLanguage:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowMultiLanguageRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowMultiLanguage"},UpdateAllowAutoConfig:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowAutoConfigRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowAutoConfig"},UpdateAllowCsvMessage:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCsvMessageRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCsvMessage"},UpdateAllowCampaignApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCampaignApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCampaignApi"},UpdateAllowPushHistoryApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowPushHistoryApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowPushHistoryApi"},UpdateAllowTagsApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowTagsApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowTagsApi"},UpdateAllowPushByUser:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowPushByUserRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowPushByUser"},UpdateAllowFilterApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowFilterApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowFilterApi"},UpdateAllowTwoFactorAuth:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowTwoFactorAuthRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowTwoFactorAuth"},UpdateAllowBroadcastMessageSegmentation:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowBroadcastMessageSegmentationRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowBroadcastMessageSegmentation"},UpdateAllowPushOnEvent:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowPushOnEventRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowPushOnEvent"},UpdateAllowCompileFilter:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCompileFilterRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCompileFilter"},UpdateMinSendRate:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMinSendRateRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MinSendRate"},UpdateMaxSendRate:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxSendRateRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxSendRate"},UpdateAllowSendToGeozone:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowSendToGeozoneRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowSendToGeozone"},UpdateAllowUseIosNewsstand:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowUseIosNewsstandRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowUseIosNewsstand"},UpdateAllowGetUsersDetails:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowGetUsersDetailsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowGetUsersDetails"},UpdateAllowGoalTracking:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowGoalTrackingRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowGoalTracking"},UpdateAllowIePlatformUsage:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowIePlatformUsageRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowIePlatformUsage"},UpdateAllowInbox:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowInboxRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowInbox"},UpdateMaxEmailTemplates:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxEmailTemplatesRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxEmailTemplates"},UpdateMaxUserSpecificTags:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxUserSpecificTagsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxUserSpecificTags"},UpdateAllowGdpr:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowGdprRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowGdpr"},UpdateMaxVerifyingEmails:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxVerifyingEmailsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxVerifyingEmails"},UpdateMaxVerifyingDomains:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxVerifyingDomainsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxVerifyingDomains"},UpdateAllowSendExternalStats:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowSendExternalStatsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowSendExternalStats"},UpdateAllowCustomRssPollingInterval:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomRssPollingIntervalRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCustomRssPollingInterval"},UpdateAllowMetadata:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowMetadataRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowMetadata"},UpdateMaxPushOnEventDelayInDays:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxPushOnEventDelayInDaysRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxPushOnEventDelayInDays"},UpdateAllowEventStatisticsApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowEventStatisticsApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowEventStatisticsApi"},UpdateAllowTagNotSetFilter:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowTagNotSetFilterRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowTagNotSetFilter"},UpdateAllowDebugMode:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowDebugModeRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowDebugMode"},UpdateAllowFbMessenger:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowFbMessengerRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowFbMessenger"},UpdateAllowTrackUninstalls:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowTrackUninstallsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowTrackUninstalls"},UpdateEmailRateCounterAggregatePeriod:{request:"pushwoosh.objects.restrictionValues.v1.UpdateEmailRateCounterAggregatePeriodRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/EmailRateCounterAggregatePeriod"},UpdateEmailBounceRateLimit:{request:"pushwoosh.objects.restrictionValues.v1.UpdateEmailBounceRateLimitRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/EmailBounceRateLimit"},UpdateEmailComplaintRateLimit:{request:"pushwoosh.objects.restrictionValues.v1.UpdateEmailComplaintRateLimitRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/EmailComplaintRateLimit"},UpdateAllowFrequencyCapping:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowFrequencyCappingRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowFrequencyCapping"},UpdateMaxUsersPerDevice:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxUsersPerDeviceRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxUsersPerDevice"},UpdateEmailsFreeLimit:{request:"pushwoosh.objects.restrictionValues.v1.UpdateEmailsFreeLimitRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/EmailsFreeLimit"},UpdateEmailsLimited:{request:"pushwoosh.objects.restrictionValues.v1.UpdateEmailsLimitedRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/EmailsLimited"},UpdateAllowContentTemplates:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowContentTemplatesRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowContentTemplates"},UpdateAllowBaiduAndroidPlatformUsage:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowBaiduAndroidPlatformUsageRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowBaiduAndroidPlatformUsage"},UpdateMaxInboxTtlDays:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxInboxTtlDaysRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxInboxTtlDays"},UpdateMessageHistoryStorePeriod:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMessageHistoryStorePeriodRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MessageHistoryStorePeriod"},UpdateAllowApiGetMessageLog:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowApiGetMessageLogRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowApiGetMessageLog"},UpdateDetailActionHistoryStorePeriod:{request:"pushwoosh.objects.restrictionValues.v1.UpdateDetailActionHistoryStorePeriodRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/DetailActionHistoryStorePeriod"},UpdateAllowCjWebhook:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjWebhookRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjWebhook"},UpdateAllowCjInapp:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjInappRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjInapp"},UpdateAllowCjScheduledSegment:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjScheduledSegmentRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjScheduledSegment"},UpdateAllowCjContentPersonalization:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjContentPersonalizationRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjContentPersonalization"},UpdateAllowCjSetTags:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSetTagsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjSetTags"},UpdateAllowCjDynamicDelay:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicDelayRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjDynamicDelay"},UpdateAllowCjSilentHours:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSilentHoursRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjSilentHours"},UpdateAllowCjFrequencyCapping:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjFrequencyCappingRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjFrequencyCapping"},UpdateAllowShowDeliveryStatistics:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowShowDeliveryStatisticsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowShowDeliveryStatistics"},UpdateAllowRFMSegments:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowRFMSegmentsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowRFMSegments"},UpdateAllowBestTimeToSend:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowBestTimeToSendRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowBestTimeToSend"},UpdateAllowEventSegmentation:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowEventSegmentationRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowEventSegmentation"},UpdateAllowSegmentsGroups:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowSegmentsGroupsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowSegmentsGroups"},UpdateAllowCustomerJourney:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomerJourneyRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCustomerJourney"},UpdateAllowCjSMS:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSMSRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjSMS"},UpdateAllowCjApiEntry:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjApiEntryRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjApiEntry"},UpdateAllowCjDynamicSetTagsInUpdateProfile:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicSetTagsInUpdateProfileRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjDynamicSetTagsInUpdateProfile"},UpdateAllowCjAddBranchesInWaitForTrigger:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjAddBranchesInWaitForTriggerRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjAddBranchesInWaitForTrigger"},UpdateAllowEventsFunnel:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowEventsFunnelRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowEventsFunnel"},UpdateAllowChannelsSection:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowChannelsSectionRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowChannelsSection"},UpdateAllowCjEmailBcc:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjEmailBccRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjEmailBcc"},UpdateEmailFileStorePeriod:{request:"pushwoosh.objects.restrictionValues.v1.UpdateEmailFileStorePeriodRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/EmailFileStorePeriod"},UpdateAllowWhatsApp:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowWhatsAppRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowWhatsApp"},UpdateAllowCjAlternativeGoalsStats:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjAlternativeGoalsStatsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjAlternativeGoalsStats"}}},"pushwoosh.objects.restrictionValues.v1.CreateRequest":{type:"I",fields:{IsLocked:{type:"boolean"},MaxCampaigns:{type:"number"},MaxDeeplinks:{type:"number"},MaxApplicationGroups:{type:"number"},MaxApps:{type:"number"},MaxTags:{type:"number"},MaxGeozones:{type:"number"},MaxDevices:{type:"number"},MaxUsers:{type:"number"},MaxApiTokens:{type:"number"},MaxPresets:{type:"number"},MaxTestDevices:{type:"number"},MaxGeozoneRange:{type:"number"},MaxRssFeeds:{type:"number"},MaxAutoPushes:{type:"number"},MaxIOSCategories:{type:"number"},MaxTwitterFeeds:{type:"number"},MaxInapps:{type:"number"},MaxEvents:{type:"number"},MaxCreateMessage:{type:"number"},MaxRichmedia:{type:"number"},MaxPreparedFilters:{type:"number"},MaxFilters:{type:"number"},DevicesInactivityLimit:{type:"number"},AllowApi:{type:"boolean"},AllowStatsAccess:{type:"boolean"},AllowApiStatsAccess:{type:"boolean"},AllowGeozoneApi:{type:"boolean"},AllowABTests:{type:"boolean"},AllowBackup:{type:"boolean"},AllowApplicationApi:{type:"boolean"},AllowRemotePage:{type:"boolean"},AllowScheduling:{type:"boolean"},AllowCustomData:{type:"boolean"},AllowMultiLanguage:{type:"boolean"},AllowAutoConfig:{type:"boolean"},AllowCsvMessage:{type:"boolean"},AllowCampaignApi:{type:"boolean"},AllowPushHistoryApi:{type:"boolean"},AllowTagsApi:{type:"boolean"},AllowPushByUser:{type:"boolean"},AllowFilterApi:{type:"boolean"},AllowTwoFactorAuth:{type:"boolean"},AllowBroadcastMessageSegmentation:{type:"boolean"},AllowPushOnEvent:{type:"boolean"},AllowCompileFilter:{type:"boolean"},MinSendRate:{type:"number"},MaxSendRate:{type:"number"},AllowSendToGeozone:{type:"boolean"},AllowUseIosNewsstand:{type:"boolean"},AllowGetUsersDetails:{type:"boolean"},AllowGoalTracking:{type:"boolean"},AllowIePlatformUsage:{type:"boolean"},AllowInbox:{type:"boolean"},MaxEmailTemplates:{type:"number"},MaxUserSpecificTags:{type:"number"},AllowGdpr:{type:"boolean"},MaxVerifyingEmails:{type:"number"},MaxVerifyingDomains:{type:"number"},AllowSendExternalStats:{type:"boolean"},AllowCustomRssPollingInterval:{type:"boolean"},AllowMetadata:{type:"boolean"},MaxPushOnEventDelayInDays:{type:"number"},AllowEventStatisticsApi:{type:"boolean"},AllowTagNotSetFilter:{type:"boolean"},AllowDebugMode:{type:"boolean"},AllowFbMessenger:{type:"boolean"},AllowTrackUninstalls:{type:"boolean"},EmailRateCounterAggregatePeriod:{type:"number"},EmailBounceRateLimit:{type:"number"},EmailComplaintRateLimit:{type:"number"},AllowFrequencyCapping:{type:"boolean"},MaxUsersPerDevice:{type:"number"},EmailsFreeLimit:{type:"number"},EmailsLimited:{type:"boolean"},AllowContentTemplates:{type:"boolean"},AllowBaiduAndroidPlatformUsage:{type:"boolean"},MaxInboxTtlDays:{type:"number"},MessageHistoryStorePeriod:{type:"number"},AllowApiGetMessageLog:{type:"boolean"},DetailActionHistoryStorePeriod:{type:"number"},AllowCjWebhook:{type:"boolean"},AllowCjInapp:{type:"boolean"},AllowCjScheduledSegment:{type:"boolean"},AllowCjContentPersonalization:{type:"boolean"},AllowCjSetTags:{type:"boolean"},AllowCjDynamicDelay:{type:"boolean"},AllowCjSilentHours:{type:"boolean"},AllowCjFrequencyCapping:{type:"boolean"},AllowShowDeliveryStatistics:{type:"boolean"},AllowRFMSegments:{type:"boolean"},AllowBestTimeToSend:{type:"boolean"},AllowEventSegmentation:{type:"boolean"},AllowSegmentsGroups:{type:"boolean"},AllowCustomerJourney:{type:"boolean"},AllowCjSMS:{type:"boolean"},AllowCjApiEntry:{type:"boolean"},AllowCjDynamicSetTagsInUpdateProfile:{type:"boolean"},AllowCjAddBranchesInWaitForTrigger:{type:"boolean"},AllowEventsFunnel:{type:"boolean"},AllowChannelsSection:{type:"boolean"},AllowCjEmailBcc:{type:"boolean"},EmailFileStorePeriod:{type:"number"},AllowWhatsApp:{type:"boolean"},AllowCjAlternativeGoalsStats:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.CreateResponse":{type:"I",fields:{restrictionValue:{type:"pushwoosh.objects.restrictionValues.v1.RestrictionValue"}}},"pushwoosh.objects.restrictionValues.v1.CreateManyRequest":{type:"I",fields:{restrictionValues:{type:"pushwoosh.objects.restrictionValues.v1.CreateRequest",array:!0}}},"pushwoosh.objects.restrictionValues.v1.CreateManyResponse":{type:"I",fields:{restrictionValues:{type:"pushwoosh.objects.restrictionValues.v1.CreateResponse",array:!0}}},"pushwoosh.objects.restrictionValues.v1.DeleteRequest":{type:"I",fields:{ID:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.DeleteManyRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression"}}},"pushwoosh.objects.restrictionValues.v1.DeleteManyResponse":{type:"I",fields:{count:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.CountRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression"}}},"pushwoosh.objects.restrictionValues.v1.CountResponse":{type:"I",fields:{count:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.GetPageRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression"},sort:{type:"pushwoosh.objects.restrictionValues.v1.SortExpression"},pageSize:{type:"number"},pageNum:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.GetPageResponse":{type:"I",fields:{restrictionValues:{type:"pushwoosh.objects.restrictionValues.v1.RestrictionValue",array:!0},total:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.ListRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression"},sort:{type:"pushwoosh.objects.restrictionValues.v1.SortExpression"},pageSize:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.ListResponse":{type:"I",fields:{paginationToken:{type:"string"}}},"pushwoosh.objects.restrictionValues.v1.PaginateRequest":{type:"I",fields:{nextPageToken:{type:"string"}}},"pushwoosh.objects.restrictionValues.v1.PaginateResponse":{type:"I",fields:{restrictionValues:{type:"pushwoosh.objects.restrictionValues.v1.RestrictionValue",array:!0},nextPageToken:{type:"string"}}},"pushwoosh.objects.restrictionValues.v1.UpdateIsLockedRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxCampaignsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxDeeplinksRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxApplicationGroupsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxAppsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxTagsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxGeozonesRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxDevicesRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxUsersRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxApiTokensRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxPresetsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxTestDevicesRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxGeozoneRangeRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxRssFeedsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxAutoPushesRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxIOSCategoriesRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxTwitterFeedsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxInappsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxEventsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxCreateMessageRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxRichmediaRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxPreparedFiltersRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxFiltersRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateDevicesInactivityLimitRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowStatsAccessRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowApiStatsAccessRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowGeozoneApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowABTestsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowBackupRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowApplicationApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowRemotePageRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowSchedulingRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomDataRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowMultiLanguageRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowAutoConfigRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCsvMessageRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCampaignApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowPushHistoryApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowTagsApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowPushByUserRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowFilterApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowTwoFactorAuthRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowBroadcastMessageSegmentationRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowPushOnEventRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCompileFilterRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMinSendRateRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxSendRateRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowSendToGeozoneRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowUseIosNewsstandRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowGetUsersDetailsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowGoalTrackingRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowIePlatformUsageRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowInboxRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxEmailTemplatesRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxUserSpecificTagsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowGdprRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxVerifyingEmailsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxVerifyingDomainsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowSendExternalStatsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomRssPollingIntervalRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowMetadataRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxPushOnEventDelayInDaysRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowEventStatisticsApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowTagNotSetFilterRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowDebugModeRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowFbMessengerRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowTrackUninstallsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateEmailRateCounterAggregatePeriodRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateEmailBounceRateLimitRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateEmailComplaintRateLimitRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowFrequencyCappingRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxUsersPerDeviceRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateEmailsFreeLimitRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateEmailsLimitedRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowContentTemplatesRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowBaiduAndroidPlatformUsageRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxInboxTtlDaysRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMessageHistoryStorePeriodRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowApiGetMessageLogRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateDetailActionHistoryStorePeriodRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjWebhookRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjInappRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjScheduledSegmentRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjContentPersonalizationRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSetTagsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicDelayRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSilentHoursRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjFrequencyCappingRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowShowDeliveryStatisticsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowRFMSegmentsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowBestTimeToSendRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowEventSegmentationRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowSegmentsGroupsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomerJourneyRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSMSRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjApiEntryRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicSetTagsInUpdateProfileRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjAddBranchesInWaitForTriggerRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowEventsFunnelRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowChannelsSectionRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjEmailBccRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateEmailFileStorePeriodRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowWhatsAppRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjAlternativeGoalsStatsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.GetRequest":{type:"I",fields:{ID:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.GetResponse":{type:"I",fields:{restrictionValue:{type:"pushwoosh.objects.restrictionValues.v1.RestrictionValue"}}},"pushwoosh.objects.restrictionValues.v1.JoinType":{type:"E",values:["JOIN_INVALID","JOIN_INNER","JOIN_LEFT","JOIN_RIGHT"]},"pushwoosh.objects.restrictionValues.v1.__restrictionValue_model_internal":{type:"I",fields:{f1:{type:"string"},f2:{type:"Date"}}},"pushwoosh.objects.restrictionValues.v1.RestrictionValue":{type:"I",fields:{ID:{type:"number"},IsLocked:{type:"boolean"},MaxCampaigns:{type:"number"},MaxDeeplinks:{type:"number"},MaxApplicationGroups:{type:"number"},MaxApps:{type:"number"},MaxTags:{type:"number"},MaxGeozones:{type:"number"},MaxDevices:{type:"number"},MaxUsers:{type:"number"},MaxApiTokens:{type:"number"},MaxPresets:{type:"number"},MaxTestDevices:{type:"number"},MaxGeozoneRange:{type:"number"},MaxRssFeeds:{type:"number"},MaxAutoPushes:{type:"number"},MaxIOSCategories:{type:"number"},MaxTwitterFeeds:{type:"number"},MaxInapps:{type:"number"},MaxEvents:{type:"number"},MaxCreateMessage:{type:"number"},MaxRichmedia:{type:"number"},MaxPreparedFilters:{type:"number"},MaxFilters:{type:"number"},DevicesInactivityLimit:{type:"number"},AllowApi:{type:"boolean"},AllowStatsAccess:{type:"boolean"},AllowApiStatsAccess:{type:"boolean"},AllowGeozoneApi:{type:"boolean"},AllowABTests:{type:"boolean"},AllowBackup:{type:"boolean"},AllowApplicationApi:{type:"boolean"},AllowRemotePage:{type:"boolean"},AllowScheduling:{type:"boolean"},AllowCustomData:{type:"boolean"},AllowMultiLanguage:{type:"boolean"},AllowAutoConfig:{type:"boolean"},AllowCsvMessage:{type:"boolean"},AllowCampaignApi:{type:"boolean"},AllowPushHistoryApi:{type:"boolean"},AllowTagsApi:{type:"boolean"},AllowPushByUser:{type:"boolean"},AllowFilterApi:{type:"boolean"},AllowTwoFactorAuth:{type:"boolean"},AllowBroadcastMessageSegmentation:{type:"boolean"},AllowPushOnEvent:{type:"boolean"},AllowCompileFilter:{type:"boolean"},MinSendRate:{type:"number"},MaxSendRate:{type:"number"},AllowSendToGeozone:{type:"boolean"},AllowUseIosNewsstand:{type:"boolean"},AllowGetUsersDetails:{type:"boolean"},AllowGoalTracking:{type:"boolean"},AllowIePlatformUsage:{type:"boolean"},AllowInbox:{type:"boolean"},MaxEmailTemplates:{type:"number"},MaxUserSpecificTags:{type:"number"},AllowGdpr:{type:"boolean"},MaxVerifyingEmails:{type:"number"},MaxVerifyingDomains:{type:"number"},AllowSendExternalStats:{type:"boolean"},AllowCustomRssPollingInterval:{type:"boolean"},AllowMetadata:{type:"boolean"},MaxPushOnEventDelayInDays:{type:"number"},AllowEventStatisticsApi:{type:"boolean"},AllowTagNotSetFilter:{type:"boolean"},AllowDebugMode:{type:"boolean"},AllowFbMessenger:{type:"boolean"},AllowTrackUninstalls:{type:"boolean"},EmailRateCounterAggregatePeriod:{type:"number"},EmailBounceRateLimit:{type:"number"},EmailComplaintRateLimit:{type:"number"},AllowFrequencyCapping:{type:"boolean"},MaxUsersPerDevice:{type:"number"},EmailsFreeLimit:{type:"number"},EmailsLimited:{type:"boolean"},AllowContentTemplates:{type:"boolean"},AllowBaiduAndroidPlatformUsage:{type:"boolean"},MaxInboxTtlDays:{type:"number"},MessageHistoryStorePeriod:{type:"number"},AllowApiGetMessageLog:{type:"boolean"},DetailActionHistoryStorePeriod:{type:"number"},AllowCjWebhook:{type:"boolean"},AllowCjInapp:{type:"boolean"},AllowCjScheduledSegment:{type:"boolean"},AllowCjContentPersonalization:{type:"boolean"},AllowCjSetTags:{type:"boolean"},AllowCjDynamicDelay:{type:"boolean"},AllowCjSilentHours:{type:"boolean"},AllowCjFrequencyCapping:{type:"boolean"},AllowShowDeliveryStatistics:{type:"boolean"},AllowRFMSegments:{type:"boolean"},AllowBestTimeToSend:{type:"boolean"},AllowEventSegmentation:{type:"boolean"},AllowSegmentsGroups:{type:"boolean"},AllowCustomerJourney:{type:"boolean"},AllowCjSMS:{type:"boolean"},AllowCjApiEntry:{type:"boolean"},AllowCjDynamicSetTagsInUpdateProfile:{type:"boolean"},AllowCjAddBranchesInWaitForTrigger:{type:"boolean"},AllowEventsFunnel:{type:"boolean"},AllowChannelsSection:{type:"boolean"},AllowCjEmailBcc:{type:"boolean"},EmailFileStorePeriod:{type:"number"},AllowWhatsApp:{type:"boolean"},AllowCjAlternativeGoalsStats:{type:"boolean"}}},"pushwoosh.rpc_v2.presets.presetsService":{type:"S",key:"presets",methods:{List:{request:"pushwoosh.rpc_v2.presets.ListPresetsRequest",response:"pushwoosh.rpc_v2.presets.ListPresetsResponse",method:"get",path:"/api/presets"},Get:{request:"pushwoosh.rpc_v2.presets.GetPresetRequest",response:"pushwoosh.rpc_v2.presets.GetPresetResponse",method:"get",path:"/api/presets/{code}"},Create:{request:"pushwoosh.rpc_v2.presets.CreatePresetRequest",response:"pushwoosh.rpc_v2.presets.CreatePresetResponse",method:"post",path:"/api/presets"},Update:{request:"pushwoosh.rpc_v2.presets.UpdatePresetRequest",response:"pushwoosh.rpc_v2.presets.UpdatePresetResponse",method:"put",path:"/api/presets/{code}"},UpdatePartial:{request:"pushwoosh.rpc_v2.presets.UpdatePresetPartialRequest",response:"pushwoosh.rpc_v2.presets.UpdatePresetResponse",method:"put",path:"/api/presets/{code}:partial"},Clone:{request:"pushwoosh.rpc_v2.presets.ClonePresetRequest",response:"pushwoosh.rpc_v2.presets.ClonePresetResponse",method:"post",path:"/api/presets/{code}:clone"},Delete:{request:"pushwoosh.rpc_v2.presets.DeletePresetRequest",response:"pushwoosh.rpc_v2.presets.DeletePresetResponse",method:"delete",path:"/api/presets/{code}"}}},"pushwoosh.rpc_v2.presets.ListPresetsRequest.OrderBy":{type:"E",values:["NAME","CREATED","UPDATED"]},"pushwoosh.rpc_v2.presets.ListPresetsRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.presets.ListPresetsRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.presets.ListPresetsRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.presets.ListPresetsRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},searchByName:{type:"string"},searchByCategory:{type:"string",array:!0},showHidden:{type:"boolean"}}},"pushwoosh.rpc_v2.presets.Preset":{type:"I",fields:{name:{type:"string"},code:{type:"string"},platforms:{type:"boolean",mapKeyType:"number"},localizedProperties:{type:"pushwoosh.channels.messagingApi.v2.Content",mapKeyType:"string"},localizedTitle:{type:"string",mapKeyType:"string"},localizedSubtitle:{type:"string",mapKeyType:"string"},localizedContent:{type:"string",mapKeyType:"string"},deeplink:{type:"string"},deeplinkParams:{type:"string",mapKeyType:"string"},richmedia:{type:"string"},system:{type:"boolean"},url:{type:"string"},inboxImage:{type:"string"},inboxIcon:{type:"string"},categories:{type:"string",array:!0},created:{type:"Date"},updated:{type:"Date"},customData:{type:"object"},isV2:{type:"boolean"},banner:{type:"string"},icon:{type:"string"},journeyUuid:{type:"string"},hidden:{type:"boolean"}}},"pushwoosh.rpc_v2.presets.ListPresetsResponse":{type:"I",fields:{presets:{type:"pushwoosh.rpc_v2.presets.Preset",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.presets.GetPresetRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.presets.GetPresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.presets.Preset"}}},"pushwoosh.rpc_v2.presets.CreatePresetRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},sendType:{type:"string"},platforms:{type:"boolean",mapKeyType:"number"},localizedProperties:{type:"pushwoosh.channels.messagingApi.v2.Content",mapKeyType:"string"},localizedTitle:{type:"string",mapKeyType:"string"},localizedSubtitle:{type:"string",mapKeyType:"string"},localizedContent:{type:"string",mapKeyType:"string"},deeplink:{type:"string"},deeplinkParams:{type:"string",mapKeyType:"string"},richmedia:{type:"string"},system:{type:"boolean"},url:{type:"string"},inboxImage:{type:"string"},inboxIcon:{type:"string"},customData:{type:"object"},categories:{type:"string",array:!0},banner:{type:"string"},icon:{type:"string"},journeyUuid:{type:"string"},hidden:{type:"boolean"}}},"pushwoosh.rpc_v2.presets.CreatePresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.presets.Preset"}}},"pushwoosh.rpc_v2.presets.UpdatePresetRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},sendType:{type:"string"},platforms:{type:"boolean",mapKeyType:"number"},localizedProperties:{type:"pushwoosh.channels.messagingApi.v2.Content",mapKeyType:"string"},localizedTitle:{type:"string",mapKeyType:"string"},localizedSubtitle:{type:"string",mapKeyType:"string"},localizedContent:{type:"string",mapKeyType:"string"},deeplink:{type:"string"},deeplinkParams:{type:"string",mapKeyType:"string"},richmedia:{type:"string"},url:{type:"string"},inboxImage:{type:"string"},inboxIcon:{type:"string"},customData:{type:"object"},categories:{type:"string",array:!0},banner:{type:"string"},icon:{type:"string"}}},"pushwoosh.rpc_v2.presets.UpdatePresetPartialRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},sendType:{type:"string"},platforms:{type:"boolean",mapKeyType:"number"},localizedProperties:{type:"pushwoosh.channels.messagingApi.v2.Content",mapKeyType:"string"},localizedTitle:{type:"string",mapKeyType:"string"},localizedSubtitle:{type:"string",mapKeyType:"string"},localizedContent:{type:"string",mapKeyType:"string"},deeplink:{type:"string"},deeplinkParams:{type:"string",mapKeyType:"string"},richmedia:{type:"string"},url:{type:"string"},inboxImage:{type:"string"},inboxIcon:{type:"string"},customData:{type:"object"},categories:{type:"string",array:!0},banner:{type:"string"},icon:{type:"string"}}},"pushwoosh.rpc_v2.presets.UpdatePresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.presets.Preset"}}},"pushwoosh.rpc_v2.presets.ClonePresetRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"}}},"pushwoosh.rpc_v2.presets.ClonePresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.presets.Preset"}}},"pushwoosh.rpc_v2.presets.DeletePresetRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.presets.DeletePresetResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.ReferralPartnerService":{type:"S",key:"referralPartner",methods:{Get:{request:"pushwoosh.rpc_v2.referral_partners.GetRequest",response:"pushwoosh.rpc_v2.referral_partners.GetResponse",method:"get",path:"/api/referral-partner"},Create:{request:"pushwoosh.rpc_v2.referral_partners.CreateRequest",response:"pushwoosh.rpc_v2.referral_partners.CreateResponse",method:"post",path:"/api/referral-partner"},GetWithdrawalsHistory:{request:"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryRequest",response:"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryResponse",method:"get",path:"/api/referral-partner/withdrawal-history"},GetTotalStatistics:{request:"pushwoosh.rpc_v2.referral_partners.GetTotalStatisticsRequest",response:"pushwoosh.rpc_v2.referral_partners.GetTotalStatisticsResponse",method:"get",path:"/api/referral-partner/statistics"},UpdateWithdrawalInfo:{request:"pushwoosh.rpc_v2.referral_partners.UpdateWithdrawalInfoRequest",response:"pushwoosh.rpc_v2.referral_partners.UpdateWithdrawalInfoResponse",method:"post",path:"/api/referral-partner/withdrawal-info/update"},CreateWithdrawal:{request:"pushwoosh.rpc_v2.referral_partners.CreateWithdrawalRequest",response:"pushwoosh.rpc_v2.referral_partners.CreateWithdrawalResponse",method:"post",path:"/api/referral-partner/withdrawal/create"},GetWithdrawalAdditionalInfo:{request:"pushwoosh.rpc_v2.referral_partners.GetWithdrawalAdditionalInfoRequest",response:"pushwoosh.rpc_v2.referral_partners.GetWithdrawalAdditionalInfoResponse",method:"get",path:"/api/referral-partner/withdrawal/additional-info"},GetCurrencies:{request:"pushwoosh.rpc_v2.referral_partners.GetCurrenciesRequest",response:"pushwoosh.rpc_v2.referral_partners.GetCurrenciesResponse",method:"get",path:"/api/referral-partner/withdrawal/currencies"}}},"pushwoosh.rpc_v2.referral_partners.GetRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.GetResponse.Status":{type:"E",values:["UNKNOWN","ACTIVE","BLOCKED"]},"pushwoosh.rpc_v2.referral_partners.GetResponse":{type:"I",fields:{referralHash:{type:"string"},withdrawalInfo:{type:"string"},status:{type:"pushwoosh.rpc_v2.referral_partners.GetResponse.Status"}}},"pushwoosh.rpc_v2.referral_partners.CreateRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.CreateResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryResponse.Status":{type:"E",values:["UNKNOWN","CREATED","IN_PROCESS","SUCCESS","ERROR"]},"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryResponse.Withdrawal":{type:"I",fields:{date:{type:"Date"},status:{type:"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryResponse.Status"},withdrawalInfo:{type:"string"},amount:{type:"number"}}},"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryResponse":{type:"I",fields:{withdrawals:{type:"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryResponse.Withdrawal",array:!0}}},"pushwoosh.rpc_v2.referral_partners.GetTotalStatisticsRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.GetTotalStatisticsResponse":{type:"I",fields:{expectedRevenues:{type:"number"},availableRevenues:{type:"number"},totalRevenues:{type:"number"},membersCount:{type:"number"}}},"pushwoosh.rpc_v2.referral_partners.UpdateWithdrawalInfoRequest":{type:"I",fields:{withdrawalInfo:{type:"string"}}},"pushwoosh.rpc_v2.referral_partners.UpdateWithdrawalInfoResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.CreateWithdrawalRequest":{type:"I",fields:{amount:{type:"number"}}},"pushwoosh.rpc_v2.referral_partners.CreateWithdrawalResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.GetWithdrawalAdditionalInfoRequest":{type:"I",fields:{amount:{type:"number"},currency:{type:"string"},withForm:{type:"boolean"}}},"pushwoosh.rpc_v2.referral_partners.GetWithdrawalAdditionalInfoResponse":{type:"I",fields:{totalFee:{type:"number"},sourceAmount:{type:"number"},targetAmount:{type:"number"},targetCurrency:{type:"string"},form:{type:"string"}}},"pushwoosh.rpc_v2.referral_partners.GetCurrenciesRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.GetCurrenciesResponse.Currency":{type:"I",fields:{code:{type:"string"},name:{type:"string"},supportsDecimals:{type:"boolean"}}},"pushwoosh.rpc_v2.referral_partners.GetCurrenciesResponse":{type:"I",fields:{currencies:{type:"pushwoosh.rpc_v2.referral_partners.GetCurrenciesResponse.Currency",array:!0}}},"pushwoosh.rpc_v2.restrictions.RestrictionsService":{type:"S",key:"restrictions",methods:{GetRestrictionValues:{request:"pushwoosh.rpc_v2.restrictions.GetRestrictionValuesRequest",response:"pushwoosh.rpc_v2.restrictions.GetRestrictionValuesResponse",method:"get",path:"/api/restrictions/restriction_values"}}},"pushwoosh.rpc_v2.restrictions.GetRestrictionValuesRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.restrictions.GetRestrictionValuesResponse":{type:"I",fields:{restrictionValues:{type:"pushwoosh.objects.restrictionValues.v1.RestrictionValue"}}},"pushwoosh.rpc_v2.rich_medias.RichMediaService":{type:"S",key:"richMedia",methods:{Get:{request:"pushwoosh.rpc_v2.rich_medias.GetRequest",response:"pushwoosh.rpc_v2.rich_medias.GetResponse",method:"get",path:"/api/rich-medias/{code}"},List:{request:"pushwoosh.rpc_v2.rich_medias.ListRequest",response:"pushwoosh.rpc_v2.rich_medias.ListResponse",method:"get",path:"/api/rich-medias"},GetDetailedStatistics:{request:"pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsRequest",response:"pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsResponse",method:"get",path:"/api/rich-medias/{code}:getDetailedStatistics"},GetDetailedActionStatistics:{request:"pushwoosh.rpc_v2.rich_medias.GetDetailedActionStatisticsRequest",response:"pushwoosh.rpc_v2.rich_medias.GetDetailedActionStatisticsResponse",method:"get",path:"/api/rich-medias/{code}/action/detailedStatistics"},GetSendChannels:{request:"pushwoosh.rpc_v2.rich_medias.GetSendChannelsRequest",response:"pushwoosh.rpc_v2.rich_medias.GetSendChannelsResponse",method:"get",path:"/api/rich-medias/{code}:getSendChannels"},GetDevices:{request:"pushwoosh.rpc_v2.rich_medias.GetDevicesRequest",response:"pushwoosh.rpc_v2.rich_medias.GetDevicesResponse",method:"get",path:"/api/rich-medias/{code}:getDevices"},GetEvents:{request:"pushwoosh.rpc_v2.rich_medias.GetEventsRequest",response:"pushwoosh.rpc_v2.rich_medias.GetEventsResponse",method:"get",path:"/api/rich-medias/{code}:getEvents"}}},"pushwoosh.rpc_v2.rich_medias.ActionType":{type:"E",values:["ACTION_TYPE_UNSPECIFIED","ELEMENT_CLICK","FORM_SUBMIT","OPEN","CLOSE"]},"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel":{type:"E",values:["RichMediaSendChannel_UNDEFINED","IN_APP","CJ","PUSH"]},"pushwoosh.rpc_v2.rich_medias.AggregationInterval":{type:"E",values:["HOUR","DAY","WEEK","MONTH"]},"pushwoosh.rpc_v2.rich_medias.Metrics.SessionDuration":{type:"I",fields:{secondFrom:{type:"number"},secondTo:{type:"number"},count:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.Metrics":{type:"I",fields:{shown:{type:"number"},interaction:{type:"number"},sessionDurations:{type:"pushwoosh.rpc_v2.rich_medias.Metrics.SessionDuration",array:!0},skipped:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.RichMedia.CreatedType":{type:"E",values:["UNDEFINED","TEMPLATE","BUILDER"]},"pushwoosh.rpc_v2.rich_medias.RichMedia":{type:"I",fields:{code:{type:"string"},name:{type:"string"},content:{type:"string"},params:{type:"string"},baseUrl:{type:"string"},isSystem:{type:"boolean"},isGdpr:{type:"boolean"},application:{type:"string"},defaultLanguage:{type:"string"},hasRightAceModify:{type:"boolean"},createdDate:{type:"Date"},updateDate:{type:"Date"},createdType:{type:"pushwoosh.rpc_v2.rich_medias.RichMedia.CreatedType"},categories:{type:"string",array:!0}}},"pushwoosh.rpc_v2.rich_medias.GetRequest":{type:"I",fields:{application:{type:"string"},code:{type:"string"}}},"pushwoosh.rpc_v2.rich_medias.GetResponse":{type:"I",fields:{richMedia:{type:"pushwoosh.rpc_v2.rich_medias.RichMedia"}}},"pushwoosh.rpc_v2.rich_medias.ListRequest.ListView":{type:"E",values:["LIST","TILES"]},"pushwoosh.rpc_v2.rich_medias.ListRequest.OrderBy":{type:"E",values:["CREATED_DATE"]},"pushwoosh.rpc_v2.rich_medias.ListRequest.OrderType":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.rich_medias.ListRequest":{type:"I",fields:{search:{type:"string"},application:{type:"string"},viewType:{type:"pushwoosh.rpc_v2.rich_medias.ListRequest.ListView"},withMetrics:{type:"boolean"},withContent:{type:"boolean"},searchByCategory:{type:"string",array:!0},codes:{type:"string",array:!0},orderBy:{type:"pushwoosh.rpc_v2.rich_medias.ListRequest.OrderBy"},orderType:{type:"pushwoosh.rpc_v2.rich_medias.ListRequest.OrderType"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.ListResponse.Item":{type:"I",fields:{richMedia:{type:"pushwoosh.rpc_v2.rich_medias.RichMedia"},metrics:{type:"pushwoosh.rpc_v2.rich_medias.Metrics"},sendChannels:{type:"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel",array:!0}}},"pushwoosh.rpc_v2.rich_medias.ListResponse":{type:"I",fields:{items:{type:"pushwoosh.rpc_v2.rich_medias.ListResponse.Item",array:!0},total:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsRequest":{type:"I",fields:{code:{type:"string"},application:{type:"string"},dateFrom:{type:"Date"},dateTo:{type:"Date"},sendChannels:{type:"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel",array:!0},platforms:{type:"number",array:!0},messageCode:{type:"string"},campaignCode:{type:"string"},inAppCode:{type:"string"},aggregationInterval:{type:"pushwoosh.rpc_v2.rich_medias.AggregationInterval"}}},"pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsResponse.MetricsWithTimestamp":{type:"I",fields:{timestamp:{type:"Date"},platform:{type:"number"},metric:{type:"pushwoosh.rpc_v2.rich_medias.Metrics"}}},"pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsResponse":{type:"I",fields:{items:{type:"pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsResponse.MetricsWithTimestamp",array:!0},totals:{type:"pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsResponse.MetricsWithTimestamp",array:!0}}},"pushwoosh.rpc_v2.rich_medias.GetDetailedActionStatisticsRequest":{type:"I",fields:{code:{type:"string"},application:{type:"string"},dateFrom:{type:"Date"},dateTo:{type:"Date"},sendChannels:{type:"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel",array:!0},platforms:{type:"number",array:!0},messageCode:{type:"string"},campaignCode:{type:"string"},inAppCode:{type:"string"},aggregationInterval:{type:"pushwoosh.rpc_v2.rich_medias.AggregationInterval"}}},"pushwoosh.rpc_v2.rich_medias.Action.ActionMetricsWithTimestamp":{type:"I",fields:{timestamp:{type:"Date"},platform:{type:"number"},count:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.Action":{type:"I",fields:{elementId:{type:"string"},elementPath:{type:"string"},isSkipped:{type:"boolean"},actionType:{type:"pushwoosh.rpc_v2.rich_medias.ActionType"},metrics:{type:"pushwoosh.rpc_v2.rich_medias.Action.ActionMetricsWithTimestamp",array:!0}}},"pushwoosh.rpc_v2.rich_medias.GetDetailedActionStatisticsResponse":{type:"I",fields:{items:{type:"pushwoosh.rpc_v2.rich_medias.Action",array:!0},totals:{type:"pushwoosh.rpc_v2.rich_medias.Action",array:!0}}},"pushwoosh.rpc_v2.rich_medias.GetSendChannelsRequest":{type:"I",fields:{code:{type:"string"},application:{type:"string"},dateFrom:{type:"Date"},dateTo:{type:"Date"},sendChannels:{type:"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel",array:!0},platforms:{type:"number",array:!0},messageCode:{type:"string"},campaignCode:{type:"string"},inAppCode:{type:"string"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.GetSendChannelsResponse.SendChannel":{type:"I",fields:{id:{type:"number"},code:{type:"string"},title:{type:"string"},journeyTitle:{type:"string"},startDate:{type:"Date"},channel:{type:"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel"},triggeredCount:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.GetSendChannelsResponse":{type:"I",fields:{total:{type:"number"},items:{type:"pushwoosh.rpc_v2.rich_medias.GetSendChannelsResponse.SendChannel",array:!0}}},"pushwoosh.rpc_v2.rich_medias.GetDevicesRequest":{type:"I",fields:{code:{type:"string"},application:{type:"string"},dateFrom:{type:"Date"},dateTo:{type:"Date"},sendChannels:{type:"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel",array:!0},platforms:{type:"number",array:!0},messageCode:{type:"string"},campaignCode:{type:"string"},inAppCode:{type:"string"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.GetDevicesResponse.Device":{type:"I",fields:{hwid:{type:"string"},platform:{type:"number"},openTime:{type:"Date"}}},"pushwoosh.rpc_v2.rich_medias.GetDevicesResponse":{type:"I",fields:{total:{type:"number"},items:{type:"pushwoosh.rpc_v2.rich_medias.GetDevicesResponse.Device",array:!0}}},"pushwoosh.rpc_v2.rich_medias.GetEventsRequest":{type:"I",fields:{code:{type:"string"},application:{type:"string"},dateFrom:{type:"Date"},dateTo:{type:"Date"},sendChannels:{type:"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel",array:!0},platforms:{type:"number",array:!0},messageCode:{type:"string"},campaignCode:{type:"string"},inAppCode:{type:"string"}}},"pushwoosh.rpc_v2.rich_medias.GetEventsResponse.EventStatistics":{type:"I",fields:{name:{type:"string"},platform:{type:"number"},triggeredCount:{type:"number"},uniqTriggeredCount:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.GetEventsResponse":{type:"I",fields:{items:{type:"pushwoosh.rpc_v2.rich_medias.GetEventsResponse.EventStatistics",array:!0}}},"pushwoosh.rpc_v2.segment_statistics.SegmentStatisticsService":{type:"S",key:"segmentStatistics",methods:{Prepare:{request:"pushwoosh.rpc_v2.segment_statistics.PrepareRequest",response:"pushwoosh.rpc_v2.segment_statistics.PrepareResponse",method:"get",path:"/api/segment_statistics/prepare"},Status:{request:"pushwoosh.rpc_v2.segment_statistics.StatusRequest",response:"pushwoosh.rpc_v2.segment_statistics.StatusResponse",method:"get",path:"/api/segment_statistics/status"}}},"pushwoosh.rpc_v2.segment_statistics.PrepareRequest":{type:"I",fields:{segments:{type:"string",array:!0},application:{type:"string"}}},"pushwoosh.rpc_v2.segment_statistics.PrepareResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.segment_statistics.StatusRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.segment_statistics.StatusResponse.Status":{type:"E",values:["unknown","prepared","not_prepared","in_process","failed"]},"pushwoosh.rpc_v2.segment_statistics.StatusResponse.SegmentStatus":{type:"I",fields:{segment:{type:"string"},status:{type:"pushwoosh.rpc_v2.segment_statistics.StatusResponse.Status"},lastUpdatedTime:{type:"Date"}}},"pushwoosh.rpc_v2.segment_statistics.StatusResponse":{type:"I",fields:{segments:{type:"pushwoosh.rpc_v2.segment_statistics.StatusResponse.SegmentStatus",array:!0}}},"pushwoosh.rpc_v2.sms_presets.smsPresetsService":{type:"S",key:"smsPresets",methods:{List:{request:"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsRequest",response:"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsResponse",method:"get",path:"/api/sms_presets"},Get:{request:"pushwoosh.rpc_v2.sms_presets.GetSmsPresetRequest",response:"pushwoosh.rpc_v2.sms_presets.GetSmsPresetResponse",method:"get",path:"/api/sms_presets/{code}"},Create:{request:"pushwoosh.rpc_v2.sms_presets.CreateSmsPresetRequest",response:"pushwoosh.rpc_v2.sms_presets.CreateSmsPresetResponse",method:"post",path:"/api/sms_presets"},Update:{request:"pushwoosh.rpc_v2.sms_presets.UpdateSmsPresetRequest",response:"pushwoosh.rpc_v2.sms_presets.UpdateSmsPresetResponse",method:"put",path:"/api/sms_presets/{code}"},Delete:{request:"pushwoosh.rpc_v2.sms_presets.DeleteSmsPresetRequest",response:"pushwoosh.rpc_v2.sms_presets.DeleteSmsPresetResponse",method:"delete",path:"/api/sms_presets/{code}"}}},"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsRequest.OrderBy":{type:"E",values:["NAME","CREATED","UPDATED"]},"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},searchByName:{type:"string"},searchByCategory:{type:"string",array:!0}}},"pushwoosh.rpc_v2.sms_presets.SmsPreset":{type:"I",fields:{name:{type:"string"},code:{type:"string"},categories:{type:"string",array:!0},localizedContent:{type:"string",mapKeyType:"string"},created:{type:"Date"},updated:{type:"Date"}}},"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsResponse":{type:"I",fields:{presets:{type:"pushwoosh.rpc_v2.sms_presets.SmsPreset",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.sms_presets.GetSmsPresetRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.sms_presets.GetSmsPresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.sms_presets.SmsPreset"}}},"pushwoosh.rpc_v2.sms_presets.CreateSmsPresetRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},categories:{type:"string",array:!0},localizedContent:{type:"string",mapKeyType:"string"}}},"pushwoosh.rpc_v2.sms_presets.CreateSmsPresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.sms_presets.SmsPreset"}}},"pushwoosh.rpc_v2.sms_presets.UpdateSmsPresetRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},categories:{type:"string",array:!0},localizedContent:{type:"string",mapKeyType:"string"}}},"pushwoosh.rpc_v2.sms_presets.UpdateSmsPresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.sms_presets.SmsPreset"}}},"pushwoosh.rpc_v2.sms_presets.DeleteSmsPresetRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.sms_presets.DeleteSmsPresetResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.statistics_dashboards.StatisticsDashboardsService":{type:"S",key:"statisticsDashboards",methods:{Load:{request:"pushwoosh.rpc_v2.statistics_dashboards.LoadDashboardRequest",response:"pushwoosh.rpc_v2.statistics_dashboards.Dashboard",method:"get",path:"/api/statistics_dashboard/{code}"},List:{request:"pushwoosh.rpc_v2.statistics_dashboards.ListDashboardRequest",response:"pushwoosh.rpc_v2.statistics_dashboards.ListDashboardResponse",method:"get",path:"/api/statistics_dashboards"},Create:{request:"pushwoosh.rpc_v2.statistics_dashboards.CreateDashboardRequest",response:"pushwoosh.rpc_v2.statistics_dashboards.CreateDashboardResponse",method:"post",path:"/api/statistics_dashboards"},Update:{request:"pushwoosh.rpc_v2.statistics_dashboards.UpdateDashboardRequest",response:"pushwoosh.rpc_v2.statistics_dashboards.UpdateDashboardResponse",method:"put",path:"/api/statistics_dashboards/{code}"},Delete:{request:"pushwoosh.rpc_v2.statistics_dashboards.DeleteDashboardRequest",response:"pushwoosh.rpc_v2.statistics_dashboards.DeleteDashboardResponse",method:"delete",path:"/api/statistics_dashboards/{code}"},WidgetsList:{request:"pushwoosh.rpc_v2.statistics_dashboards.WidgetsListRequest",response:"pushwoosh.rpc_v2.statistics_dashboards.WidgetsListResponse",method:"get",path:"/api/statistics_dashboards/{code}/widgets"}}},"pushwoosh.rpc_v2.statistics_dashboards.Dashboard":{type:"I",fields:{name:{type:"string"},code:{type:"string"},created:{type:"Date"},updated:{type:"Date"}}},"pushwoosh.rpc_v2.statistics_dashboards.LoadDashboardRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards.ListDashboardRequest":{type:"I",fields:{application:{type:"string"},searchByName:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards.ListDashboardResponse":{type:"I",fields:{dashboards:{type:"pushwoosh.rpc_v2.statistics_dashboards.Dashboard",array:!0}}},"pushwoosh.rpc_v2.statistics_dashboards.CreateDashboardRequest":{type:"I",fields:{name:{type:"string"},application:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards.CreateDashboardResponse":{type:"I",fields:{dashboard:{type:"pushwoosh.rpc_v2.statistics_dashboards.Dashboard"}}},"pushwoosh.rpc_v2.statistics_dashboards.UpdateDashboardRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards.UpdateDashboardResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.statistics_dashboards.DeleteDashboardRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards.DeleteDashboardResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.statistics_dashboards.WidgetsListRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards.WidgetsListResponse":{type:"I",fields:{widgets:{type:"pushwoosh.rpc_v2.statistics_dashboards_widgets.Widget",array:!0}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.StatisticsDashboardsWidgetsService":{type:"S",key:"statisticsDashboardsWidgets",methods:{Load:{request:"pushwoosh.rpc_v2.statistics_dashboards_widgets.LoadDashboardWidgetRequest",response:"pushwoosh.rpc_v2.statistics_dashboards_widgets.Widget",method:"get",path:"/api/statistics_dashboards_widgets/{code}"},Create:{request:"pushwoosh.rpc_v2.statistics_dashboards_widgets.CreateDashboardWidgetRequest",response:"pushwoosh.rpc_v2.statistics_dashboards_widgets.CreateDashboardWidgetResponse",method:"post",path:"/api/statistics_dashboards_widgets"},Update:{request:"pushwoosh.rpc_v2.statistics_dashboards_widgets.UpdateDashboardWidgetRequest",response:"pushwoosh.rpc_v2.statistics_dashboards_widgets.UpdateDashboardWidgetResponse",method:"put",path:"/api/statistics_dashboards_widgets/{code}"},Delete:{request:"pushwoosh.rpc_v2.statistics_dashboards_widgets.DeleteDashboardWidgetRequest",response:"pushwoosh.rpc_v2.statistics_dashboards_widgets.DeleteDashboardWidgetResponse",method:"delete",path:"/api/statistics_dashboards_widgets/{code}"},GetCategoryTree:{request:"pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeRequest",response:"pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeResponse",method:"get",path:"/api/statistics_dashboards_widgets/metrics_category_tree"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.WidgetType":{type:"E",values:["WIDGET_TYPE_UNKNOWN","LINE","BARS","PIE","NUMBER","FUNNEL","RETENTION"]},"pushwoosh.rpc_v2.statistics_dashboards_widgets.Widget":{type:"I",fields:{name:{type:"string"},code:{type:"string"},created:{type:"Date"},updated:{type:"Date"},type:{type:"pushwoosh.rpc_v2.statistics_dashboards_widgets.WidgetType"},size:{type:"string"},params:{type:"string"},indexNumber:{type:"number"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.LoadDashboardWidgetRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.CreateDashboardWidgetRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},type:{type:"pushwoosh.rpc_v2.statistics_dashboards_widgets.WidgetType"},size:{type:"string"},params:{type:"string"},dashboard:{type:"string"},indexNumber:{type:"number"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.CreateDashboardWidgetResponse":{type:"I",fields:{widget:{type:"pushwoosh.rpc_v2.statistics_dashboards_widgets.Widget"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.UpdateDashboardWidgetRequest":{type:"I",fields:{application:{type:"string"},code:{type:"string"},name:{type:"string"},type:{type:"pushwoosh.rpc_v2.statistics_dashboards_widgets.WidgetType"},size:{type:"string"},params:{type:"string"},indexNumber:{type:"number"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.UpdateDashboardWidgetResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.DeleteDashboardWidgetRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.DeleteDashboardWidgetResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeResponse.Metric":{type:"I",fields:{id:{type:"number"},metric:{type:"string"},level:{type:"number"},subMetrics:{type:"pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeResponse.Metric",array:!0}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeResponse":{type:"I",fields:{metrics:{type:"pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeResponse.Metric"}}},"pushwoosh.rpc_v2.tags.TagsService":{type:"S",key:"tags",methods:{Get:{request:"pushwoosh.rpc_v2.tags.GetTagRequest",response:"pushwoosh.rpc_v2.tags.Tag",method:"get",path:"/api/tags/{name}"},Create:{request:"pushwoosh.rpc_v2.tags.CreateTagRequest",response:"pushwoosh.rpc_v2.tags.CreateTagResponse",method:"post",path:"/api/tags"},Delete:{request:"pushwoosh.rpc_v2.tags.DeleteTagRequest",response:"pushwoosh.rpc_v2.tags.DeleteTagResponse",method:"delete",path:"/api/tags/{name}"},List:{request:"pushwoosh.rpc_v2.tags.ListTagsRequest",response:"pushwoosh.rpc_v2.tags.ListTagsResponse",method:"get",path:"/api/tags"},GetTagValues:{request:"pushwoosh.rpc_v2.tags.GetTagValuesRequest",response:"pushwoosh.rpc_v2.tags.GetTagValuesResponse",method:"get",path:"/api/tags:values"}}},"pushwoosh.rpc_v2.tags.GetTagRequest":{type:"I",fields:{name:{type:"string"}}},"pushwoosh.rpc_v2.tags.Tag.Type":{type:"E",values:["UNKNOWN","INTEGER","STRING","LIST","DATE","BOOLEAN","PRICE","VERSION","TIMEZONE"]},"pushwoosh.rpc_v2.tags.Tag":{type:"I",fields:{name:{type:"string"},type:{type:"pushwoosh.rpc_v2.tags.Tag.Type"},system:{type:"boolean"},appSpecific:{type:"boolean"},userSpecific:{type:"boolean"},hasRightAceModify:{type:"boolean"}}},"pushwoosh.rpc_v2.tags.CreateTagRequest":{type:"I",fields:{name:{type:"string"},type:{type:"pushwoosh.rpc_v2.tags.Tag.Type"},appSpecific:{type:"boolean"},userSpecific:{type:"boolean"}}},"pushwoosh.rpc_v2.tags.CreateTagResponse":{type:"I",fields:{tag:{type:"pushwoosh.rpc_v2.tags.Tag"}}},"pushwoosh.rpc_v2.tags.DeleteTagRequest":{type:"I",fields:{name:{type:"string"}}},"pushwoosh.rpc_v2.tags.DeleteTagResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.tags.ListTagsRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.tags.ListTagsRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.tags.ListTagsRequest":{type:"I",fields:{searchByName:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.tags.ListTagsRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.tags.ListTagsRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.tags.ListTagsResponse":{type:"I",fields:{tags:{type:"pushwoosh.rpc_v2.tags.Tag",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.tags.GetTagValuesRequest.OrderBy":{type:"E",values:["VALUE","COUNT"]},"pushwoosh.rpc_v2.tags.GetTagValuesRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.tags.GetTagValuesRequest.LikeOperator":{type:"E",values:["STARTS_WITH","ENDS_WITH","CONTAINS"]},"pushwoosh.rpc_v2.tags.GetTagValuesRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},like:{type:"string"},likeOp:{type:"pushwoosh.rpc_v2.tags.GetTagValuesRequest.LikeOperator"},orderBy:{type:"pushwoosh.rpc_v2.tags.GetTagValuesRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.tags.GetTagValuesRequest.OrderDirection"},limit:{type:"number"},offset:{type:"number"}}},"pushwoosh.rpc_v2.tags.GetTagValuesResponse.TagValue":{type:"I",fields:{value:{type:"string"},count:{type:"number"}}},"pushwoosh.rpc_v2.tags.GetTagValuesResponse":{type:"I",fields:{values:{type:"pushwoosh.rpc_v2.tags.GetTagValuesResponse.TagValue",array:!0}}},"pushwoosh.rpc_v2.test_devices.TestDevicesService":{type:"S",key:"testDevices",methods:{Create:{request:"pushwoosh.rpc_v2.test_devices.CreateRequest",response:"pushwoosh.rpc_v2.test_devices.CreateResponse",method:"post",path:"/api/test_devices"},Verify:{request:"pushwoosh.rpc_v2.test_devices.VerifyRequest",response:"pushwoosh.rpc_v2.test_devices.VerifyResponse",method:"post",path:"/api/test_devices:verify"},List:{request:"pushwoosh.rpc_v2.test_devices.ListRequest",response:"pushwoosh.rpc_v2.test_devices.ListResponse",method:"get",path:"/api/test_devices"},Delete:{request:"pushwoosh.rpc_v2.test_devices.DeleteRequest",response:"pushwoosh.rpc_v2.test_devices.DeleteResponse",method:"post",path:"/api/test_devices:delete"}}},"pushwoosh.rpc_v2.test_devices.TestDevice":{type:"I",fields:{name:{type:"string"},pushToken:{type:"string"},hwid:{type:"string"},description:{type:"string"},platform:{type:"string"},createdAt:{type:"Date"}}},"pushwoosh.rpc_v2.test_devices.CreateRequest":{type:"I",fields:{application:{type:"string"},pushToken:{type:"string"},hwid:{type:"string"},platform:{type:"string"},name:{type:"string"},description:{type:"string"}}},"pushwoosh.rpc_v2.test_devices.CreateResponse":{type:"I",fields:{needsVerify:{type:"boolean"}}},"pushwoosh.rpc_v2.test_devices.VerifyRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.test_devices.VerifyResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.test_devices.ListRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.test_devices.ListResponse":{type:"I",fields:{testDevices:{type:"pushwoosh.rpc_v2.test_devices.TestDevice",array:!0}}},"pushwoosh.rpc_v2.test_devices.DeleteRequest":{type:"I",fields:{application:{type:"string"},hwid:{type:"string"},pushToken:{type:"string"}}},"pushwoosh.rpc_v2.test_devices.DeleteResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.users.UsersService":{type:"S",key:"users",methods:{UpdateUser:{request:"pushwoosh.rpc_v2.users.UpdateUserRequest",response:"pushwoosh.rpc_v2.users.UpdateUserResponse",method:"put",path:"/api/users"},GetMailingSettings:{request:"pushwoosh.rpc_v2.users.GetMailingSettingsRequest",response:"pushwoosh.rpc_v2.users.GetMailingSettingsResponse",method:"get",path:"/api/users:mailing_settings"},UpdateMailingSettings:{request:"pushwoosh.rpc_v2.users.UpdateMailingSettingsRequest",response:"pushwoosh.rpc_v2.users.UpdateMailingSettingsResponse",method:"put",path:"/api/users:mailing_settings"}}},"pushwoosh.rpc_v2.users.UpdateUserRequest":{type:"I",fields:{timezone:{type:"string"}}},"pushwoosh.rpc_v2.users.UpdateUserResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.users.GetMailingSettingsRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.users.GetMailingSettingsResponse":{type:"I",fields:{allowNewsletters:{type:"boolean"},allowDailyStatsGlobal:{type:"boolean"},allowNotificationSubscribers:{type:"boolean"},allowNotificationIosLicense:{type:"boolean"},allowNotificationUserInactivity:{type:"boolean"},allowNotificationDisablePlatform:{type:"boolean"}}},"pushwoosh.rpc_v2.users.UpdateMailingSettingsRequest":{type:"I",fields:{allowNewsletters:{type:"boolean"},allowDailyStatsGlobal:{type:"boolean"},allowNotificationSubscribers:{type:"boolean"},allowNotificationIosLicense:{type:"boolean"},allowNotificationUserInactivity:{type:"boolean"},allowNotificationDisablePlatform:{type:"boolean"}}},"pushwoosh.rpc_v2.users.UpdateMailingSettingsResponse":{type:"I",fields:{allowNewsletters:{type:"boolean"},allowDailyStatsGlobal:{type:"boolean"},allowNotificationSubscribers:{type:"boolean"},allowNotificationIosLicense:{type:"boolean"},allowNotificationUserInactivity:{type:"boolean"},allowNotificationDisablePlatform:{type:"boolean"}}},"pushwoosh.rpc_v2.whatsapp.WhatsAppService":{type:"S",key:"whatsApp",methods:{RegisterWABA:{request:"pushwoosh.rpc_v2.whatsapp.RegisterWABARequest",response:"pushwoosh.rpc_v2.whatsapp.RegisterWABAResponse",method:"post",path:"/api/whatsapp:register_waba"},RegisterWABATwilio:{request:"pushwoosh.rpc_v2.whatsapp.RegisterWABATwilioRequest",response:"pushwoosh.rpc_v2.whatsapp.RegisterWABATwilioResponse",method:"post",path:"/api/whatsapp:register_waba_twilio"},AuthResponseCode:{request:"pushwoosh.rpc_v2.whatsapp.AuthResponseCodeRequest",response:"pushwoosh.rpc_v2.whatsapp.AuthResponseCodeResponse",method:"post",path:"/api/whatsapp:auth_response_code"}}},"pushwoosh.rpc_v2.whatsapp.RegisterWABARequest":{type:"I",fields:{application:{type:"string"},wabaId:{type:"string"},phonenumberId:{type:"string"}}},"pushwoosh.rpc_v2.whatsapp.RegisterWABAResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.whatsapp.AuthResponseCodeRequest":{type:"I",fields:{application:{type:"string"},code:{type:"string"}}},"pushwoosh.rpc_v2.whatsapp.AuthResponseCodeResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.whatsapp.RegisterWABATwilioRequest":{type:"I",fields:{application:{type:"string"},wabaId:{type:"string"},phonenumberId:{type:"string"}}},"pushwoosh.rpc_v2.whatsapp.RegisterWABATwilioResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.whatsapp_presets.WhatsAppPresetsService":{type:"S",key:"whatsAppPresets",methods:{List:{request:"pushwoosh.rpc_v2.whatsapp_presets.ListWhatsAppPresetsRequest",response:"pushwoosh.rpc_v2.whatsapp_presets.ListWhatsAppPresetsResponse",method:"get",path:"/api/whatsapp_presets"},Get:{request:"pushwoosh.rpc_v2.whatsapp_presets.GetWhatsAppPresetRequest",response:"pushwoosh.rpc_v2.whatsapp_presets.GetWhatsAppPresetResponse",method:"get",path:"/api/whatsapp_presets/{code}"}}},"pushwoosh.rpc_v2.whatsapp_presets.ListWhatsAppPresetsRequest":{type:"I",fields:{application:{type:"string"},searchByName:{type:"string"}}},"pushwoosh.rpc_v2.whatsapp_presets.WhatsAppPreset":{type:"I",fields:{name:{type:"string"},code:{type:"string"},properties:{type:"pushwoosh.rpc_v2.whatsapp_presets.WhatsAppPresetProperties"},created:{type:"Date"},updated:{type:"Date"}}},"pushwoosh.rpc_v2.whatsapp_presets.WhatsAppPresetProperties":{type:"I",fields:{contentId:{type:"string"},text:{type:"string"},variables:{type:"string",mapKeyType:"string"},quickReplies:{type:"string",array:!0}}},"pushwoosh.rpc_v2.whatsapp_presets.ListWhatsAppPresetsResponse":{type:"I",fields:{presets:{type:"pushwoosh.rpc_v2.whatsapp_presets.WhatsAppPreset",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.whatsapp_presets.GetWhatsAppPresetRequest":{type:"I",fields:{code:{type:"string"},application:{type:"string"}}},"pushwoosh.rpc_v2.whatsapp_presets.GetWhatsAppPresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.whatsapp_presets.WhatsAppPreset"}}}};return s})())}}}));
|
|
1
|
+
System.register([],(function(e,s){return{execute:function(){e((()=>{"use strict";var e={d:(s,t)=>{for(var o in t)e.o(t,o)&&!e.o(s,o)&&Object.defineProperty(s,o,{enumerable:!0,get:t[o]})},o:(e,s)=>Object.prototype.hasOwnProperty.call(e,s),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},s={};e.r(s),e.d(s,{data:()=>t});const t={"pushwoosh.rpc_v2.account_groups.AccountGroupsService":{type:"S",key:"accountGroups",methods:{List:{request:"pushwoosh.rpc_v2.account_groups.ListRequest",response:"pushwoosh.rpc_v2.account_groups.ListResponse",method:"get",path:"/api/account_groups"},Create:{request:"pushwoosh.rpc_v2.account_groups.CreateRequest",response:"pushwoosh.rpc_v2.account_groups.CreateResponse",method:"post",path:"/api/account_groups"},Update:{request:"pushwoosh.rpc_v2.account_groups.UpdateRequest",response:"pushwoosh.rpc_v2.account_groups.UpdateResponse",method:"put",path:"/api/account_groups"},Delete:{request:"pushwoosh.rpc_v2.account_groups.DeleteRequest",response:"pushwoosh.rpc_v2.account_groups.DeleteResponse",method:"delete",path:"/api/account_groups"},ListGroupMembers:{request:"pushwoosh.rpc_v2.account_groups.ListGroupMembersRequest",response:"pushwoosh.rpc_v2.account_groups.ListGroupMembersResponse",method:"get",path:"/api/account_groups/members"},UpdateGroupMembers:{request:"pushwoosh.rpc_v2.account_groups.UpdateGroupMembersRequest",response:"pushwoosh.rpc_v2.account_groups.UpdateGroupMembersResponse",method:"put",path:"/api/account_groups/members"}}},"pushwoosh.rpc_v2.account_groups.ListRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_groups.ListResponse.AccountGroup":{type:"I",fields:{name:{type:"string"},rights:{type:"boolean",mapKeyType:"string"}}},"pushwoosh.rpc_v2.account_groups.ListResponse":{type:"I",fields:{accountGroups:{type:"pushwoosh.rpc_v2.account_groups.ListResponse.AccountGroup",array:!0}}},"pushwoosh.rpc_v2.account_groups.CreateRequest":{type:"I",fields:{name:{type:"string"},rights:{type:"boolean",mapKeyType:"string"}}},"pushwoosh.rpc_v2.account_groups.CreateResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_groups.UpdateRequest":{type:"I",fields:{name:{type:"string"},rights:{type:"boolean",mapKeyType:"string"}}},"pushwoosh.rpc_v2.account_groups.UpdateResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_groups.DeleteRequest":{type:"I",fields:{name:{type:"string"}}},"pushwoosh.rpc_v2.account_groups.DeleteResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_groups.ListGroupMembersRequest":{type:"I",fields:{name:{type:"string"}}},"pushwoosh.rpc_v2.account_groups.ListGroupMembersResponse.AccountGroupMember":{type:"I",fields:{username:{type:"string"},email:{type:"string"},isMember:{type:"boolean"}}},"pushwoosh.rpc_v2.account_groups.ListGroupMembersResponse":{type:"I",fields:{accountGroupMembers:{type:"pushwoosh.rpc_v2.account_groups.ListGroupMembersResponse.AccountGroupMember",array:!0}}},"pushwoosh.rpc_v2.account_groups.UpdateGroupMembersRequest":{type:"I",fields:{name:{type:"string"},members:{type:"boolean",mapKeyType:"string"}}},"pushwoosh.rpc_v2.account_groups.UpdateGroupMembersResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_invites.AccountInvitesService":{type:"S",key:"accountInvites",methods:{List:{request:"pushwoosh.rpc_v2.account_invites.ListRequest",response:"pushwoosh.rpc_v2.account_invites.ListResponse",method:"get",path:"/api/account_invites"},Resend:{request:"pushwoosh.rpc_v2.account_invites.ResendRequest",response:"pushwoosh.rpc_v2.account_invites.ResendResponse",method:"post",path:"/api/account_invites/resend"},Delete:{request:"pushwoosh.rpc_v2.account_invites.DeleteRequest",response:"pushwoosh.rpc_v2.account_invites.DeleteResponse",method:"delete",path:"/api/account_invites"},Create:{request:"pushwoosh.rpc_v2.account_invites.CreateRequest",response:"pushwoosh.rpc_v2.account_invites.CreateResponse",method:"post",path:"/api/account_invites"}}},"pushwoosh.rpc_v2.account_invites.ListRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_invites.ListResponse.Invite":{type:"I",fields:{code:{type:"string"},email:{type:"string"},lastSentDate:{type:"Date"},status:{type:"string"}}},"pushwoosh.rpc_v2.account_invites.ListResponse":{type:"I",fields:{invites:{type:"pushwoosh.rpc_v2.account_invites.ListResponse.Invite",array:!0}}},"pushwoosh.rpc_v2.account_invites.ResendRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.account_invites.ResendResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_invites.CreateRequest":{type:"I",fields:{email:{type:"string"}}},"pushwoosh.rpc_v2.account_invites.CreateResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.account_invites.DeleteRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.account_invites.DeleteResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.AccountsService":{type:"S",key:"accounts",methods:{GetEmailStatisticCount:{request:"pushwoosh.rpc_v2.accounts.GetEmailStatisticCountRequest",response:"pushwoosh.rpc_v2.accounts.GetEmailStatisticCountResponse",method:"get",path:"/api/accounts/counters:emails"},GetActiveDevicesCount:{request:"pushwoosh.rpc_v2.accounts.GetActiveDevicesCountRequest",response:"pushwoosh.rpc_v2.accounts.GetActiveDevicesCountResponse",method:"get",path:"/api/accounts/counters:active_devices"},GetSubscribersCount:{request:"pushwoosh.rpc_v2.accounts.GetSubscribersCountRequest",response:"pushwoosh.rpc_v2.accounts.GetSubscribersCountResponse",method:"get",path:"/api/accounts/counters:total_subscribers"},GetActiveUsersCount:{request:"pushwoosh.rpc_v2.accounts.GetActiveUsersCountRequest",response:"pushwoosh.rpc_v2.accounts.GetActiveUsersCountResponse",method:"get",path:"/api/accounts/counters:active_users"},SetDebugMode:{request:"pushwoosh.rpc_v2.accounts.SetDebugModeRequest",response:"pushwoosh.rpc_v2.accounts.SetDebugModeResponse",method:"post",path:"/api/accounts/debug_mode"},GetOnboardingInfo:{request:"pushwoosh.rpc_v2.accounts.GetOnboardingInfoRequest",response:"pushwoosh.rpc_v2.accounts.GetOnboardingInfoResponse",method:"get",path:"/api/accounts/onboarding"},UpdateOnboardingInfo:{request:"pushwoosh.rpc_v2.accounts.UpdateOnboardingInfoRequest",response:"pushwoosh.rpc_v2.accounts.UpdateOnboardingInfoResponse",method:"put",path:"/api/accounts/onboarding"},GetTotalEmailSubscribersCount:{request:"pushwoosh.rpc_v2.accounts.GetTotalEmailSubscribersCountRequest",response:"pushwoosh.rpc_v2.accounts.GetTotalEmailSubscribersCountResponse",method:"get",path:"/api/accounts/counters:total_email_subscribers"},GetAccount:{request:"pushwoosh.rpc_v2.accounts.GetAccountRequest",response:"pushwoosh.rpc_v2.accounts.GetAccountResponse",method:"get",path:"/api/accounts"},UpdateAccount:{request:"pushwoosh.rpc_v2.accounts.UpdateAccountRequest",response:"pushwoosh.rpc_v2.accounts.UpdateAccountResponse",method:"put",path:"/api/accounts"},GetBillingInfo:{request:"pushwoosh.rpc_v2.accounts.GetBillingInfoRequest",response:"pushwoosh.rpc_v2.accounts.GetBillingInfoResponse",method:"get",path:"/api/accounts/billing_address"},UpdateBillingInfo:{request:"pushwoosh.rpc_v2.accounts.UpdateBillingInfoRequest",response:"pushwoosh.rpc_v2.accounts.UpdateBillingInfoResponse",method:"post",path:"/api/accounts/billing_address"}}},"pushwoosh.rpc_v2.accounts.GetEmailStatisticCountRequest":{type:"I",fields:{dateFrom:{type:"Date"},dateTo:{type:"Date"}}},"pushwoosh.rpc_v2.accounts.GetEmailStatisticCountResponse":{type:"I",fields:{dailyEmailStat:{type:"number"},monthlyEmailStat:{type:"number"},lastEmailStat:{type:"number"},paidEmailQuota:{type:"number"},freeEmailQuota:{type:"number"},freeEmailLimit:{type:"number"},billingMonthEmailSendsStat:{type:"number"},requestDateEmailStat:{type:"number"}}},"pushwoosh.rpc_v2.accounts.GetActiveDevicesCountRequest":{type:"I",fields:{dateFrom:{type:"Date"},dateTo:{type:"Date"}}},"pushwoosh.rpc_v2.accounts.GetActiveDevicesCountResponse":{type:"I",fields:{monthlyActiveDevices:{type:"number"},calendarMonthlyActiveDevices:{type:"number"},previousMonthActiveDevices:{type:"number"},requestDateActiveDevices:{type:"number"}}},"pushwoosh.rpc_v2.accounts.GetSubscribersCountRequest":{type:"I",fields:{platforms:{type:"number",array:!0}}},"pushwoosh.rpc_v2.accounts.GetSubscribersCountResponse":{type:"I",fields:{pushEnabled:{type:"number"},pushDisabled:{type:"number"}}},"pushwoosh.rpc_v2.accounts.GetActiveUsersCountRequest":{type:"I",fields:{dateFrom:{type:"Date"},dateTo:{type:"Date"}}},"pushwoosh.rpc_v2.accounts.GetActiveUsersCountResponse":{type:"I",fields:{monthlyActiveUsers:{type:"number"},calendarMonthlyActiveUsers:{type:"number"},previousMonthActiveUsers:{type:"number"},requestDateActiveUsers:{type:"number"}}},"pushwoosh.rpc_v2.accounts.SetDebugModeRequest":{type:"I",fields:{enabled:{type:"boolean"}}},"pushwoosh.rpc_v2.accounts.SetDebugModeResponse":{type:"I",fields:{enabled:{type:"boolean"},expireAt:{type:"Date"}}},"pushwoosh.rpc_v2.accounts.GetOnboardingInfoRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.GetOnboardingInfoResponse":{type:"I",fields:{isActive:{type:"boolean"},paywallPlan:{type:"boolean"},welcomeScreen:{type:"boolean"},getStarted:{type:"boolean"},showSurvey:{type:"boolean"}}},"pushwoosh.rpc_v2.accounts.UpdateOnboardingInfoRequest.answer_list":{type:"I",fields:{answers:{type:"string",array:!0}}},"pushwoosh.rpc_v2.accounts.UpdateOnboardingInfoRequest":{type:"I",fields:{plan:{type:"string"},step:{type:"string"},survey:{type:"pushwoosh.rpc_v2.accounts.UpdateOnboardingInfoRequest.answer_list",mapKeyType:"string"}}},"pushwoosh.rpc_v2.accounts.UpdateOnboardingInfoResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.GetTotalEmailSubscribersCountRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.GetTotalEmailSubscribersCountResponse":{type:"I",fields:{totalEmailSubscribers:{type:"number"}}},"pushwoosh.rpc_v2.accounts.BillingAddress":{type:"I",fields:{firstName:{type:"string"},lastName:{type:"string"},phone:{type:"string"},companyName:{type:"string"},companyNumber:{type:"string"},industry:{type:"string"},department:{type:"string"},country:{type:"string"},street:{type:"string"},zipCode:{type:"string"},paymentEmail:{type:"string"},vatNumber:{type:"string"},countryCode:{type:"string"},state:{type:"string"},stateCode:{type:"string"},secondaryPersonFirstName:{type:"string"},secondaryPersonLastName:{type:"string"},secondaryPersonEmail:{type:"string"},additionalEmails:{type:"string",array:!0},city:{type:"string"},accountCompanyName:{type:"string"}}},"pushwoosh.rpc_v2.accounts.Account":{type:"I",fields:{name:{type:"string"}}},"pushwoosh.rpc_v2.accounts.GetAccountRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.GetAccountResponse":{type:"I",fields:{account:{type:"pushwoosh.rpc_v2.accounts.Account"}}},"pushwoosh.rpc_v2.accounts.UpdateAccountRequest":{type:"I",fields:{account:{type:"pushwoosh.rpc_v2.accounts.Account"}}},"pushwoosh.rpc_v2.accounts.UpdateAccountResponse":{type:"I",fields:{account:{type:"pushwoosh.rpc_v2.accounts.Account"}}},"pushwoosh.rpc_v2.accounts.BillingInfo":{type:"I",fields:{firstName:{type:"string"},lastName:{type:"string"},phone:{type:"string"},companyName:{type:"string"},companyNumber:{type:"string"},industry:{type:"string"},department:{type:"string"},country:{type:"string"},street:{type:"string"},zipCode:{type:"string"},paymentEmail:{type:"string"},vatNumber:{type:"string"},countryCode:{type:"string"},state:{type:"string"},stateCode:{type:"string"},secondaryPersonFirstName:{type:"string"},secondaryPersonLastName:{type:"string"},secondaryPersonEmail:{type:"string"},additionalEmails:{type:"string",array:!0},city:{type:"string"}}},"pushwoosh.rpc_v2.accounts.GetBillingInfoRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.GetBillingInfoResponse":{type:"I",fields:{billingInfo:{type:"pushwoosh.rpc_v2.accounts.BillingInfo"}}},"pushwoosh.rpc_v2.accounts.UpdateBillingInfoRequest":{type:"I",fields:{billingInfo:{type:"pushwoosh.rpc_v2.accounts.BillingInfo"}}},"pushwoosh.rpc_v2.accounts.UpdateBillingInfoResponse":{type:"I",fields:{billingInfo:{type:"pushwoosh.rpc_v2.accounts.BillingInfo"}}},"pushwoosh.rpc_v2.accounts_get_auth_info.GetAuthInfoService":{type:"S",key:"getAuthInfo",methods:{GetAuthInfo:{request:"pushwoosh.rpc_v2.accounts_get_auth_info.GetAuthInfoRequest",response:"pushwoosh.rpc_v2.accounts_get_auth_info.GetAuthInfoResponse",method:"get",path:"/api/accounts/auth_info"}}},"pushwoosh.rpc_v2.accounts_get_auth_info.GetAuthInfoRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts_get_auth_info.GetAuthInfoResponse":{type:"I",fields:{user:{type:"pushwoosh.rpc_v2.accounts_get_auth_info.User"},account:{type:"pushwoosh.rpc_v2.accounts_get_auth_info.Account"}}},"pushwoosh.rpc_v2.accounts_get_auth_info.User":{type:"I",fields:{username:{type:"string"},email:{type:"string"},isActive:{type:"boolean"},timezone:{type:"string"},timezoneOffset:{type:"string"},accountsCount:{type:"number"},allowNewsletters:{type:"boolean"},allowDailyStatsGlobal:{type:"boolean"},allowNotificationSubscribers:{type:"boolean"},allowNotificationIosLicense:{type:"boolean"},allowNotificationUserInactivity:{type:"boolean"},allowNotificationDisablePlatform:{type:"boolean"},intercomUserHash:{type:"string"}}},"pushwoosh.rpc_v2.accounts_get_auth_info.Account":{type:"I",fields:{id:{type:"number"},name:{type:"string"},isEnterprise:{type:"boolean"},expireDate:{type:"string"},frozen:{type:"boolean"},productType:{type:"string"},domain:{type:"string"},admin:{type:"boolean"},restriction:{type:"string"},canUsePacks:{type:"boolean"},hasPersonalizationPack:{type:"boolean"},hasMarketingPack:{type:"boolean"},isUnderSu:{type:"boolean"},isAccountLocked:{type:"boolean"},isTwoFactorAuthEnabled:{type:"boolean"},hasActiveOrder:{type:"boolean"},registrationDate:{type:"Date"},appGroupsCount:{type:"number"},applicationsCount:{type:"number"},filtersCount:{type:"number"},tagsCount:{type:"number"},geoZonesCount:{type:"number"},campaignsCount:{type:"number"},presetsCount:{type:"number"},testDevicesCount:{type:"number"},autoPushesCount:{type:"number"},rssFeedsCount:{type:"number"},inAppsCount:{type:"number"},eventsCount:{type:"number"},deeplinksCount:{type:"number"},richMediaCount:{type:"number"},emailTemplatesCount:{type:"number"},accountMailsCount:{type:"number"},accountDomainsCount:{type:"number"},pushAvailableSubscribers:{type:"number"},pushNotAvailableSubscribers:{type:"number"},isDeviceLimitReached:{type:"boolean"},aceSeeApplications:{type:"boolean"},aceModifyApplications:{type:"boolean"},aceSeeAppGroups:{type:"boolean"},aceModifyAppGroups:{type:"boolean"},aceSeeMessages:{type:"boolean"},aceModifyMessages:{type:"boolean"},aceSendMessages:{type:"boolean"},aceSeeFilters:{type:"boolean"},aceModifyFilters:{type:"boolean"},aceSeeTags:{type:"boolean"},aceModifyTags:{type:"boolean"},aceSeeRichMedia:{type:"boolean"},aceModifyRichMedia:{type:"boolean"},aceSeeEmailTemplates:{type:"boolean"},aceModifyEmailTemplates:{type:"boolean"},aceSuperRight:{type:"boolean"},aceManageUsers:{type:"boolean"},aceManageSubscription:{type:"boolean"},aceSeeApiAccess:{type:"boolean"},aceDomainAndEmailVerification:{type:"boolean"},freeEmailLimitUpdateDate:{type:"string"},paidEmailExpireDate:{type:"string"},allowedPlatforms:{type:"number",array:!0},billingAddress:{type:"pushwoosh.rpc_v2.accounts.BillingAddress"},restrictions:{type:"pushwoosh.objects.restrictionValues.v1.RestrictionValue"},userCentricStorageUsed:{type:"boolean"}}},"pushwoosh.rpc_v2.api_tokens.ApiTokensService":{type:"S",key:"apiTokens",methods:{Create:{request:"pushwoosh.rpc_v2.api_tokens.CreateApiTokenRequest",response:"pushwoosh.rpc_v2.api_tokens.CreateApiTokenResponse",method:"post",path:"/api/api_tokens"},Get:{request:"pushwoosh.rpc_v2.api_tokens.GetApiTokenRequest",response:"pushwoosh.rpc_v2.api_tokens.GetApiTokenResponse",method:"get",path:"/api/api_tokens/{code}"},List:{request:"pushwoosh.rpc_v2.api_tokens.ListApiTokensRequest",response:"pushwoosh.rpc_v2.api_tokens.ListApiTokensResponse",method:"get",path:"/api/api_tokens"},Update:{request:"pushwoosh.rpc_v2.api_tokens.UpdateApiTokenRequest",response:"pushwoosh.rpc_v2.api_tokens.UpdateApiTokenResponse",method:"put",path:"/api/api_tokens/{code}"},Delete:{request:"pushwoosh.rpc_v2.api_tokens.DeleteApiTokenRequest",response:"pushwoosh.rpc_v2.api_tokens.DeleteApiTokenResponse",method:"delete",path:"/api/api_tokens/{code}"},GrantRightOnApplication:{request:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest",response:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationResponse",method:"post",path:"/api/api_tokens/grant_right_on_application"},GrantMessageRightAll:{request:"pushwoosh.rpc_v2.api_tokens.GrantMessageRightAllRequest",response:"pushwoosh.rpc_v2.api_tokens.GrantMessageRightAllResponse",method:"post",path:"/api/api_tokens/grant_message_right_all"}}},"pushwoosh.rpc_v2.api_tokens.Restrictions":{type:"I",fields:{messageApplications:{type:"string",array:!0},messageGroups:{type:"string",array:!0},modifyAccount:{type:"boolean"},modifyApplication:{type:"boolean"},modifyMessage:{type:"boolean"},modifyTag:{type:"boolean"},applicationsSelectAll:{type:"boolean"},groupsSelectAll:{type:"boolean"}}},"pushwoosh.rpc_v2.api_tokens.CreateApiTokenRequest":{type:"I",fields:{name:{type:"string"},restrictions:{type:"pushwoosh.rpc_v2.api_tokens.Restrictions"}}},"pushwoosh.rpc_v2.api_tokens.CreateApiTokenResponse":{type:"I",fields:{code:{type:"string"},name:{type:"string"},value:{type:"string"},restrictions:{type:"pushwoosh.rpc_v2.api_tokens.Restrictions"}}},"pushwoosh.rpc_v2.api_tokens.GetApiTokenRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.api_tokens.GetApiTokenResponse":{type:"I",fields:{code:{type:"string"},name:{type:"string"},value:{type:"string"},restrictions:{type:"pushwoosh.rpc_v2.api_tokens.Restrictions"}}},"pushwoosh.rpc_v2.api_tokens.ListApiTokensRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.api_tokens.ListApiTokensRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.api_tokens.ListApiTokensRequest":{type:"I",fields:{orderBy:{type:"pushwoosh.rpc_v2.api_tokens.ListApiTokensRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.api_tokens.ListApiTokensRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},searchByName:{type:"string"}}},"pushwoosh.rpc_v2.api_tokens.ListApiTokensResponse.ApiToken":{type:"I",fields:{code:{type:"string"},name:{type:"string"},value:{type:"string"}}},"pushwoosh.rpc_v2.api_tokens.ListApiTokensResponse":{type:"I",fields:{apiTokens:{type:"pushwoosh.rpc_v2.api_tokens.ListApiTokensResponse.ApiToken",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.api_tokens.UpdateApiTokenRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},restrictions:{type:"pushwoosh.rpc_v2.api_tokens.Restrictions"}}},"pushwoosh.rpc_v2.api_tokens.UpdateApiTokenResponse":{type:"I",fields:{code:{type:"string"},name:{type:"string"},value:{type:"string"},restrictions:{type:"pushwoosh.rpc_v2.api_tokens.Restrictions"}}},"pushwoosh.rpc_v2.api_tokens.DeleteApiTokenRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.api_tokens.DeleteApiTokenResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyAccount":{type:"I",fields:{}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyApplication":{type:"I",fields:{}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyTag":{type:"I",fields:{}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyMessage":{type:"I",fields:{}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.MessageApplications":{type:"I",fields:{applicationCode:{type:"string"}}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.MessageGroups":{type:"I",fields:{applicationGroupCode:{type:"string"}}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest":{type:"I",fields:{modifyAccount:{type:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyAccount"},modifyApplication:{type:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyApplication"},modifyTag:{type:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyTag"},modifyMessage:{type:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.ModifyMessage"},messageApplications:{type:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.MessageApplications"},messageGroups:{type:"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationRequest.MessageGroups"}},oneofs:{kind:{oneof:["modifyAccount","modifyApplication","modifyTag","modifyMessage","messageApplications","messageGroups"]}}},"pushwoosh.rpc_v2.api_tokens.GrantRightOnApplicationResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.api_tokens.GrantMessageRightAllRequest":{type:"I",fields:{code:{type:"string"},selectAll:{type:"boolean"}}},"pushwoosh.rpc_v2.api_tokens.GrantMessageRightAllResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications.ApplicationsService":{type:"S",key:"applications",methods:{Get:{request:"pushwoosh.rpc_v2.applications.GetApplicationRequest",response:"pushwoosh.rpc_v2.applications.GetApplicationResponse",method:"get",path:"/api/applications/{code}"},Create:{request:"pushwoosh.rpc_v2.applications.CreateApplicationRequest",response:"pushwoosh.rpc_v2.applications.CreateApplicationResponse",method:"post",path:"/api/applications"},Update:{request:"pushwoosh.rpc_v2.applications.UpdateApplicationRequest",response:"pushwoosh.rpc_v2.applications.UpdateApplicationResponse",method:"put",path:"/api/applications/{code}"},List:{request:"pushwoosh.rpc_v2.applications.ListApplicationsRequest",response:"pushwoosh.rpc_v2.applications.ListApplicationsResponse",method:"get",path:"/api/applications"},Delete:{request:"pushwoosh.rpc_v2.applications.DeleteApplicationRequest",response:"pushwoosh.rpc_v2.applications.DeleteApplicationResponse",method:"delete",path:"/api/applications/{code}"},SetShortenerConfiguration:{request:"pushwoosh.rpc_v2.applications.SetShortenerConfigurationRequest",response:"pushwoosh.rpc_v2.applications.SetShortenerConfigurationResponse",method:"post",path:"/api/applications/{code}/set_shortener_configuration"},UpdateURLParams:{request:"pushwoosh.rpc_v2.applications.UpdateURLParamsRequest",response:"pushwoosh.rpc_v2.applications.UpdateURLParamsResponse",method:"post",path:"/api/applications/{code}:update_url_params"},SendEmailVerification:{request:"pushwoosh.rpc_v2.applications.SendEmailVerificationRequest",response:"pushwoosh.rpc_v2.applications.SendEmailVerificationResponse",method:"post",path:"/api/applications/{code}:send_email_verification"}}},"pushwoosh.rpc_v2.applications.ApplicationPlatformSubscribersCount":{type:"I",fields:{pushEnabled:{type:"number"},pushDisabled:{type:"number"}}},"pushwoosh.rpc_v2.applications.ApplicationPermissions":{type:"I",fields:{canSee:{type:"boolean"},canModify:{type:"boolean"},canDelete:{type:"boolean"},canSendMessages:{type:"boolean"}}},"pushwoosh.rpc_v2.applications.Application":{type:"I",fields:{code:{type:"string"},title:{type:"string"},iconUrl:{type:"string"},isDemo:{type:"boolean"},platforms:{type:"pushwoosh.rpc_v2.applications_info.ApplicationPlatformsInfo.PlatformInfo",mapKeyType:"number"},subscribers:{type:"pushwoosh.rpc_v2.applications.ApplicationPlatformSubscribersCount",mapKeyType:"number"},languages:{type:"number",mapKeyType:"string"},permissions:{type:"pushwoosh.rpc_v2.applications.ApplicationPermissions"},properties:{type:"string",mapKeyType:"string"},counters:{type:"number",mapKeyType:"string"}}},"pushwoosh.rpc_v2.applications.ApplicationSummary":{type:"I",fields:{code:{type:"string"},title:{type:"string"},iconUrl:{type:"string"},isDemo:{type:"boolean"},subscribers:{type:"pushwoosh.rpc_v2.applications.ApplicationPlatformSubscribersCount",mapKeyType:"number"},platforms:{type:"pushwoosh.rpc_v2.applications_info.ApplicationPlatformsInfo.PlatformInfo",mapKeyType:"number"}}},"pushwoosh.rpc_v2.applications.GetApplicationRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.applications.GetApplicationResponse":{type:"I",fields:{application:{type:"pushwoosh.rpc_v2.applications.Application"}}},"pushwoosh.rpc_v2.applications.CreateApplicationRequest":{type:"I",fields:{title:{type:"string"},icon:{type:"string"}}},"pushwoosh.rpc_v2.applications.CreateApplicationResponse":{type:"I",fields:{application:{type:"pushwoosh.rpc_v2.applications.Application"}}},"pushwoosh.rpc_v2.applications.UpdateApplicationRequest":{type:"I",fields:{code:{type:"string"},title:{type:"string"},icon:{type:"string"}}},"pushwoosh.rpc_v2.applications.UpdateApplicationResponse":{type:"I",fields:{application:{type:"pushwoosh.rpc_v2.applications.Application"}}},"pushwoosh.rpc_v2.applications.ListApplicationsRequest.OrderBy":{type:"E",values:["TITLE","SUBSCRIBERS"]},"pushwoosh.rpc_v2.applications.ListApplicationsRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.applications.ListApplicationsRequest":{type:"I",fields:{orderBy:{type:"pushwoosh.rpc_v2.applications.ListApplicationsRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.applications.ListApplicationsRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},search:{type:"string"}}},"pushwoosh.rpc_v2.applications.ListApplicationsResponse":{type:"I",fields:{applications:{type:"pushwoosh.rpc_v2.applications.ApplicationSummary",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.applications.DeleteApplicationRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.applications.DeleteApplicationResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications.SetShortenerConfigurationRequest":{type:"I",fields:{code:{type:"string"},bitlyAccessToken:{type:"string"}}},"pushwoosh.rpc_v2.applications.SetShortenerConfigurationResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications.UpdateURLParamsRequest":{type:"I",fields:{code:{type:"string"},params:{type:"string",mapKeyType:"string"}}},"pushwoosh.rpc_v2.applications.UpdateURLParamsResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications.SendEmailVerificationRequest":{type:"I",fields:{code:{type:"string"},website:{type:"string"},email:{type:"string"},description:{type:"string"}}},"pushwoosh.rpc_v2.applications.SendEmailVerificationResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications_configurations.ApplicationsConfigurationsService":{type:"S",key:"applicationsConfigurations",methods:{Configure:{request:"pushwoosh.rpc_v2.applications_configurations.ConfigurationRequest",response:"pushwoosh.rpc_v2.applications_configurations.ConfigurationResponse",method:"post",path:"/api/applications_configurations/{code}"},EnablePlatform:{request:"pushwoosh.rpc_v2.applications_configurations.EnablePlatformRequest",response:"pushwoosh.rpc_v2.applications_configurations.EnablePlatformResponse",method:"post",path:"/api/applications_configurations:enable/{code}"}}},"pushwoosh.rpc_v2.applications_configurations.IOSTokenConfiguration":{type:"I",fields:{iosKeyId:{type:"string"},iosTeamId:{type:"string"},iosBundleId:{type:"string"},iosAuthKey:{type:"string"},iosGateway:{type:"number"}}},"pushwoosh.rpc_v2.applications_configurations.AndroidConfiguration":{type:"I",fields:{androidFramework:{type:"string"},androidFcmServiceAccount:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.ChromeConfiguration":{type:"I",fields:{chromeFcmServiceAccount:{type:"string"},chromeVapidKey:{type:"string"},chromeVapidPrivateKey:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.EmailConfiguration":{type:"I",fields:{emailFromName:{type:"string"},emailFromEmail:{type:"string"},emailReplyName:{type:"string"},emailReplyEmail:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.XiaomiConfiguration":{type:"I",fields:{xiaomiAppId:{type:"string"},xiaomiAppSecret:{type:"string"},xiaomiAppRegion:{type:"string"},xiaomiAppPackageName:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.HuaweiConfiguration":{type:"I",fields:{huaweiAndroidFramework:{type:"string"},huaweiAndroidAppId:{type:"string"},huaweiAndroidAppSecret:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.SafariConfiguration":{type:"I",fields:{safariWebsiteName:{type:"string"},safariWebsiteIcon:{type:"string"},safariAllowedDomains:{type:"string",array:!0},safariUrlTemplate:{type:"string"},safariKeyFile:{type:"string"},safariCertPassword:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.WindowsConfiguration":{type:"I",fields:{wnsPsid:{type:"string"},wnsSecret:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.AmazonConfiguration":{type:"I",fields:{admCid:{type:"string"},admSecret:{type:"string"},admFramework:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.OSXConfiguration":{type:"I",fields:{macosGateway:{type:"number"},macosKeyFile:{type:"string"},macosCertPassword:{type:"string"},macosCertFile:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.IOSConfiguration":{type:"I",fields:{iosGateway:{type:"number"},iosKeyFile:{type:"string"},iosCertPassword:{type:"string"},iosFramework:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.FirefoxConfiguration":{type:"I",fields:{firefoxIsEnabled:{type:"boolean"},firefoxVapidKey:{type:"string"},firefoxVapidPrivateKey:{type:"string"},firefoxFcmServiceAccount:{type:"string"}}},"pushwoosh.rpc_v2.applications_configurations.ConfigurationRequest":{type:"I",fields:{code:{type:"string"},iosTokenConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.IOSTokenConfiguration"},androidConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.AndroidConfiguration"},chromeConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.ChromeConfiguration"},emailConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.EmailConfiguration"},xiaomiConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.XiaomiConfiguration"},huaweiConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.HuaweiConfiguration"},safariConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.SafariConfiguration"},windowsConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.WindowsConfiguration"},amazonConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.AmazonConfiguration"},osxConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.OSXConfiguration"},iosConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.IOSConfiguration"},firefoxConfiguration:{type:"pushwoosh.rpc_v2.applications_configurations.FirefoxConfiguration"}},oneofs:{kind:{oneof:["iosTokenConfiguration","androidConfiguration","chromeConfiguration","emailConfiguration","xiaomiConfiguration","huaweiConfiguration","safariConfiguration","windowsConfiguration","amazonConfiguration","osxConfiguration","iosConfiguration","firefoxConfiguration"]}}},"pushwoosh.rpc_v2.applications_configurations.ConfigurationResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications_configurations.EnablePlatformRequest":{type:"I",fields:{code:{type:"string"},platform:{type:"number"},enable:{type:"boolean"}}},"pushwoosh.rpc_v2.applications_configurations.EnablePlatformResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications_groups.ApplicationsGroupsService":{type:"S",key:"applicationsGroups",methods:{GetByCode:{request:"pushwoosh.rpc_v2.applications_groups.GetApplicationsGroupByCodeRequest",response:"pushwoosh.rpc_v2.applications_groups.ApplicationsGroup",method:"get",path:"/api/applications_groups/{code}"},List:{request:"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsRequest",response:"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsResponse",method:"get",path:"/api/applications_groups"},Create:{request:"pushwoosh.rpc_v2.applications_groups.CreateApplicationsGroupRequest",response:"pushwoosh.rpc_v2.applications_groups.CreateApplicationsGroupResponse",method:"post",path:"/api/applications_groups"},Update:{request:"pushwoosh.rpc_v2.applications_groups.UpdateApplicationsGroupRequest",response:"pushwoosh.rpc_v2.applications_groups.UpdateApplicationsGroupResponse",method:"put",path:"/api/applications_groups/{code}"},Delete:{request:"pushwoosh.rpc_v2.applications_groups.DeleteApplicationsGroupRequest",response:"pushwoosh.rpc_v2.applications_groups.DeleteApplicationsGroupResponse",method:"delete",path:"/api/applications_groups/{code}"}}},"pushwoosh.rpc_v2.applications_groups.ApplicationsGroup.Application":{type:"I",fields:{code:{type:"string"},title:{type:"string"},iconUrl:{type:"string"}}},"pushwoosh.rpc_v2.applications_groups.ApplicationsGroup":{type:"I",fields:{code:{type:"string"},title:{type:"string"},applications:{type:"pushwoosh.rpc_v2.applications_groups.ApplicationsGroup.Application",array:!0}}},"pushwoosh.rpc_v2.applications_groups.GetApplicationsGroupByCodeRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsRequest.OrderBy":{type:"E",values:["TITLE","CREATED"]},"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsRequest":{type:"I",fields:{page:{type:"number"},perPage:{type:"number"},orderBy:{type:"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsRequest.OrderDirection"},searchByTitle:{type:"string"}}},"pushwoosh.rpc_v2.applications_groups.ListApplicationsGroupsResponse":{type:"I",fields:{applicationsGroups:{type:"pushwoosh.rpc_v2.applications_groups.ApplicationsGroup",array:!0},page:{type:"number"},perPage:{type:"number"},totalPages:{type:"number"}}},"pushwoosh.rpc_v2.applications_groups.CreateApplicationsGroupRequest":{type:"I",fields:{title:{type:"string"},applications:{type:"string",array:!0}}},"pushwoosh.rpc_v2.applications_groups.CreateApplicationsGroupResponse":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.applications_groups.UpdateApplicationsGroupRequest":{type:"I",fields:{code:{type:"string"},title:{type:"string"},applications:{type:"string",array:!0}}},"pushwoosh.rpc_v2.applications_groups.UpdateApplicationsGroupResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications_groups.DeleteApplicationsGroupRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.applications_groups.DeleteApplicationsGroupResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.applications_info.ApplicationsInfoService":{type:"S",key:"applicationsInfo",methods:{GetPlatformsInfo:{request:"pushwoosh.rpc_v2.applications_info.GetPlatformsInfoRequest",response:"pushwoosh.rpc_v2.applications_info.GetPlatformsInfoResponse",method:"post",path:"/api/applications/info:platforms_info"}}},"pushwoosh.rpc_v2.applications_info.GetPlatformsInfoRequest":{type:"I",fields:{applications:{type:"string",array:!0}}},"pushwoosh.rpc_v2.applications_info.GetPlatformsInfoResponse":{type:"I",fields:{applicationsPlatformsInfo:{type:"pushwoosh.rpc_v2.applications_info.ApplicationPlatformsInfo",array:!0}}},"pushwoosh.rpc_v2.applications_info.ApplicationPlatformsInfo.PlatformInfo":{type:"I",fields:{isConfigured:{type:"boolean"},isActive:{type:"boolean"},deactivationDate:{type:"Date"},deactivationReason:{type:"string"},certificateTimeLeft:{type:"Duration"},properties:{type:"string",mapKeyType:"string"}}},"pushwoosh.rpc_v2.applications_info.ApplicationPlatformsInfo":{type:"I",fields:{application:{type:"string"},platforms:{type:"pushwoosh.rpc_v2.applications_info.ApplicationPlatformsInfo.PlatformInfo",mapKeyType:"number"}}},"pushwoosh.rpc_v2.campaigns.CampaignsService":{type:"S",key:"campaigns",methods:{Get:{request:"pushwoosh.rpc_v2.campaigns.GetCampaignRequest",response:"pushwoosh.rpc_v2.campaigns.GetCampaignResponse",method:"get",path:"/api/campaigns/{code}"},Create:{request:"pushwoosh.rpc_v2.campaigns.CreateCampaignRequest",response:"pushwoosh.rpc_v2.campaigns.CreateCampaignResponse",method:"post",path:"/api/campaigns"},Update:{request:"pushwoosh.rpc_v2.campaigns.UpdateCampaignRequest",response:"pushwoosh.rpc_v2.campaigns.UpdateCampaignResponse",method:"put",path:"/api/campaigns/{code}"},List:{request:"pushwoosh.rpc_v2.campaigns.ListCampaignsRequest",response:"pushwoosh.rpc_v2.campaigns.ListCampaignsResponse",method:"get",path:"/api/campaigns"},Delete:{request:"pushwoosh.rpc_v2.campaigns.DeleteCampaignRequest",response:"pushwoosh.rpc_v2.campaigns.DeleteCampaignResponse",method:"delete",path:"/api/campaigns/{code}"}}},"pushwoosh.rpc_v2.campaigns.Campaign":{type:"I",fields:{code:{type:"string"},application:{type:"string"},name:{type:"string"},description:{type:"string"}}},"pushwoosh.rpc_v2.campaigns.GetCampaignRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.campaigns.GetCampaignResponse":{type:"I",fields:{campaign:{type:"pushwoosh.rpc_v2.campaigns.Campaign"}}},"pushwoosh.rpc_v2.campaigns.CreateCampaignRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},description:{type:"string"}}},"pushwoosh.rpc_v2.campaigns.CreateCampaignResponse":{type:"I",fields:{campaign:{type:"pushwoosh.rpc_v2.campaigns.Campaign"}}},"pushwoosh.rpc_v2.campaigns.UpdateCampaignRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},description:{type:"string"}}},"pushwoosh.rpc_v2.campaigns.UpdateCampaignResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.campaigns.ListCampaignsRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.campaigns.ListCampaignsRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.campaigns.ListCampaignsRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.campaigns.ListCampaignsRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.campaigns.ListCampaignsRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},search:{type:"string"},codes:{type:"string",array:!0}}},"pushwoosh.rpc_v2.campaigns.ListCampaignsResponse":{type:"I",fields:{campaigns:{type:"pushwoosh.rpc_v2.campaigns.Campaign",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.campaigns.DeleteCampaignRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.campaigns.DeleteCampaignResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.categories.CategoriesService":{type:"S",key:"categories",methods:{List:{request:"pushwoosh.rpc_v2.categories.ListCategoriesRequest",response:"pushwoosh.rpc_v2.categories.ListCategoriesResponse",method:"get",path:"/api/categories"}}},"pushwoosh.rpc_v2.categories.ListCategoriesRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.categories.ListCategoriesRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.categories.ListCategoriesRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.categories.ListCategoriesRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.categories.ListCategoriesRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},searchByName:{type:"string"}}},"pushwoosh.rpc_v2.categories.ListCategoriesResponse":{type:"I",fields:{categories:{type:"string",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.channels.messagingApi.v2.ErrorReason":{type:"E",values:["ERROR_REASON_UNSPECIFIED","EMPTY_REQUEST","EMPTY_SCHEDULE","EMPTY_SEND_DATE","EMPTY_PAYLOAD","SEND_DATE_TOO_FAR_IN_FUTURE","EMPTY_TARGET","SEGMENT_NOT_FOUND","SEGLANG_ERROR","EMPTY_APPLICATION","APPLICATION_NOT_FOUND","INVALID_PAST_TIMEZONES_BEHAVIOUR","EMPTY_HWIDS_LIST","TOO_MANY_HWIDS","EMPTY_USERS_LIST","TOO_MANY_USERS","EMPTY_PUSH_TOKENS_LIST","TOO_MANY_PUSH_TOKENS","TEST_DEVICES_FALSE","TEST_DEVICES_FOLLOW_USER_TIMEZONE","APPLICATION_IS_REQUIRED_FOR_TRANSACTIONAL","NO_RECIPIENTS_FOUND","PAST_TIMEZONES_BEHAVIOUR_NOT_IMPLEMENTED","NO_ACTIVE_TEST_DEVICES","SILENT_UNSUPPORTED_PLATFORM","INVALID_IOS_BADGE","INVALID_ANDROID_BADGE","INVALID_HUAWEI_ANDROID_BADGE","INVALID_BAIDU_ANDROID_BADGE","INVALID_LIVE_ACTIVITY","INVALID_IOS_TIME_TO_LIVE","INVALID_ANDROID_TIME_TO_LIVE","INVALID_HUAWEI_ANDROID_TIME_TO_LIVE","INVALID_BAIDU_ANDROID_TIME_TO_LIVE","INVALID_IOS_INTERRUPTION_LEVEL","INVALID_MAC_OS_BADGE","INVALID_SAFARI_BADGE","INVALID_MAC_OS_TIME_TO_LIVE","INVALID_ANDROID_LED","INVALID_HUAWEI_ANDROID_LED","INVALID_BAIDU_ANDROID_LED","INVALID_ANDROID_ICON_BACKGROUND_COLOR","INVALID_HUAWEI_ANDROID_ICON_BACKGROUND_COLOR","INVALID_BAIDU_ANDROID_ICON_BACKGROUND_COLOR","INVALID_ANDROID_PRIORITY","INVALID_HUAWEI_ANDROID_PRIORITY","INVALID_BAIDU_ANDROID_PRIORITY","INVALID_CHROME_TIME_TO_LIVE","INVALID_CHROME_DURATION","INVALID_SAFARI_TIME_TO_LIVE","INVALID_AMAZON_TIME_TO_LIVE","INVALID_XIAOMI_TIME_TO_LIVE","INVALID_IE_BADGE","PRESET_NOT_FOUND","FREQUENCY_CAPPING_NOT_ALLOWED","INVALID_FREQUENCY_CAPPING_DAYS","INVALID_FREQUENCY_CAPPING_COUNT","CAMPAIGN_NOT_FOUND","INVALID_PLATFORMS","DEEP_LINK_NOT_FOUND","RICH_MEDIA_NOT_FOUND","EMPTY_URL","INVALID_WINDOWS_TIME_TO_LIVE","INVALID_WINDOWS_CONTENT_BASE64","INVALID_WINDOWS_CONTENT_XML","INVALID_WINDOWS_TEMPLATE_NAME","INVALID_WINDOWS_CONTENT_BODY_EMPTY"]},"pushwoosh.channels.messagingApi.v2.MessagingService":{type:"S",key:"messaging",methods:{Notify:{request:"pushwoosh.channels.messagingApi.v2.NotifyRequest",response:"pushwoosh.channels.messagingApi.v2.NotifyResponse",method:"post",path:"/messaging/v2/notify"},NotifyBulk:{request:"pushwoosh.channels.messagingApi.v2.NotifyBulkRequest",response:"pushwoosh.channels.messagingApi.v2.NotifyBulkResponse",method:"post",path:"/messaging/v2/notify_bulk"},NotifyStream:{request:"pushwoosh.channels.messagingApi.v2.NotifyStreamRequest",response:"pushwoosh.channels.messagingApi.v2.NotifyStreamResponse",method:"post",path:"/messaging/v2/notify_stream"}}},"pushwoosh.channels.messagingApi.v2.NotifyRequest":{type:"I",fields:{segment:{type:"pushwoosh.channels.messagingApi.v2.NotifySegment"},transactional:{type:"pushwoosh.channels.messagingApi.v2.NotifyTransactional"}},oneofs:{kind:{oneof:["segment","transactional"]}}},"pushwoosh.channels.messagingApi.v2.NotifyResponse":{type:"I",fields:{result:{type:"pushwoosh.channels.messagingApi.v2.NotifyResult"}}},"pushwoosh.channels.messagingApi.v2.NotifyBulkRequest":{type:"I",fields:{requests:{type:"pushwoosh.channels.messagingApi.v2.NotifyRequest",array:!0}}},"pushwoosh.channels.messagingApi.v2.NotifyBulkResponse":{type:"I",fields:{result:{type:"pushwoosh.channels.messagingApi.v2.NotifyResult",array:!0}}},"pushwoosh.channels.messagingApi.v2.NotifyStreamRequest":{type:"I",fields:{request:{type:"pushwoosh.channels.messagingApi.v2.NotifyRequest"}}},"pushwoosh.channels.messagingApi.v2.NotifyStreamResponse":{type:"I",fields:{}},"pushwoosh.channels.messagingApi.v2.NotifyResult":{type:"I",fields:{messageCode:{type:"string"},unknownIdentifiers:{type:"string",array:!0}}},"pushwoosh.channels.messagingApi.v2.Platform":{type:"E",values:["UNKNOWN","IOS","ANDROID","OSX","WINDOWS","AMAZON","SAFARI","CHROME","FIREFOX","IE","EMAIL","BAIDU_ANDROID","HUAWEI_ANDROID","SMS","XIAOMI"]},"pushwoosh.channels.messagingApi.v2.NotifySegment":{type:"I",fields:{schedule:{type:"pushwoosh.channels.messagingApi.v2.Schedule"},code:{type:"string"},expression:{type:"string"},filterExpression:{type:"pushwoosh.objects.filters.v1.FilterExpression"},application:{type:"string"},platforms:{type:"pushwoosh.channels.messagingApi.v2.Platform",array:!0},payload:{type:"pushwoosh.channels.messagingApi.v2.Payload"},frequencyCapping:{type:"pushwoosh.channels.messagingApi.v2.FrequencyCapping"},campaign:{type:"string"}},oneofs:{target:{oneof:["code","expression","filterExpression"]}}},"pushwoosh.channels.messagingApi.v2.NotifyTransactional.HwidsList":{type:"I",fields:{list:{type:"string",array:!0}}},"pushwoosh.channels.messagingApi.v2.NotifyTransactional.UsersList":{type:"I",fields:{list:{type:"string",array:!0}}},"pushwoosh.channels.messagingApi.v2.NotifyTransactional.PushTokensList":{type:"I",fields:{list:{type:"string",array:!0}}},"pushwoosh.channels.messagingApi.v2.NotifyTransactional":{type:"I",fields:{schedule:{type:"pushwoosh.channels.messagingApi.v2.Schedule"},testDevices:{type:"boolean"},hwids:{type:"pushwoosh.channels.messagingApi.v2.NotifyTransactional.HwidsList"},users:{type:"pushwoosh.channels.messagingApi.v2.NotifyTransactional.UsersList"},pushTokens:{type:"pushwoosh.channels.messagingApi.v2.NotifyTransactional.PushTokensList"},application:{type:"string"},platforms:{type:"pushwoosh.channels.messagingApi.v2.Platform",array:!0},payload:{type:"pushwoosh.channels.messagingApi.v2.Payload"},returnUnknownIdentifiers:{type:"boolean"},frequencyCapping:{type:"pushwoosh.channels.messagingApi.v2.FrequencyCapping"},campaign:{type:"string"}},oneofs:{target:{oneof:["testDevices","hwids","users","pushTokens"]}}},"pushwoosh.channels.messagingApi.v2.Schedule.PastTimezonesBehaviour":{type:"E",values:["PAST_TIMEZONES_BEHAVIOUR_DEFAULT","PAST_TIMEZONES_BEHAVIOUR_SEND_IMMEDIATELY","PAST_TIMEZONES_BEHAVIOUR_DO_NOT_SEND","PAST_TIMEZONES_BEHAVIOUR_NEXT_DAY"]},"pushwoosh.channels.messagingApi.v2.Schedule":{type:"I",fields:{at:{type:"Date"},after:{type:"Duration"},followUserTimezone:{type:"boolean"},pastTimezonesBehaviour:{type:"pushwoosh.channels.messagingApi.v2.Schedule.PastTimezonesBehaviour"}},oneofs:{sendDate:{oneof:["at","after"]}}},"pushwoosh.channels.messagingApi.v2.FrequencyCapping":{type:"I",fields:{days:{type:"number"},count:{type:"number"},exclude:{type:"boolean"},avoid:{type:"boolean"}}},"pushwoosh.channels.messagingApi.v2.DeliveryPriority":{type:"E",values:["NORMAL","HIGH"]},"pushwoosh.channels.messagingApi.v2.NotificationPriority":{type:"E",values:["PRIORITY_UNSPECIFIED","PRIORITY_MIN","PRIORITY_LOW","PRIORITY_DEFAULT","PRIORITY_HIGH","PRIORITY_MAX"]},"pushwoosh.channels.messagingApi.v2.LiveActivity":{type:"I",fields:{event:{type:"string"},dismissalDate:{type:"number"},contentState:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Link.Shortener":{type:"E",values:["NONE","BITLY"]},"pushwoosh.channels.messagingApi.v2.Link":{type:"I",fields:{url:{type:"string"},shortener:{type:"pushwoosh.channels.messagingApi.v2.Link.Shortener"}}},"pushwoosh.channels.messagingApi.v2.RichMedia":{type:"I",fields:{code:{type:"string"},url:{type:"string"}},oneofs:{kind:{oneof:["code","url"]}}},"pushwoosh.channels.messagingApi.v2.DeepLink":{type:"I",fields:{code:{type:"string"},params:{type:"string",mapKeyType:"string"}}},"pushwoosh.channels.messagingApi.v2.OpenAction":{type:"I",fields:{richMedia:{type:"pushwoosh.channels.messagingApi.v2.RichMedia"},deepLink:{type:"pushwoosh.channels.messagingApi.v2.DeepLink"},link:{type:"pushwoosh.channels.messagingApi.v2.Link"}},oneofs:{kind:{oneof:["richMedia","deepLink","link"]}}},"pushwoosh.channels.messagingApi.v2.Inbox":{type:"I",fields:{imageUrl:{type:"string"},expirationDate:{type:"Date"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesIos":{type:"I",fields:{title:{type:"string"},subtitle:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},isCritical:{type:"boolean"},attachment:{type:"string"},sound:{type:"string"},threadId:{type:"string"},badges:{type:"string"},trimContent:{type:"boolean"},categoryId:{type:"string"},soundEnabled:{type:"boolean"},interruptionLevel:{type:"string"},rootParams:{type:"object"},liveActivity:{type:"pushwoosh.channels.messagingApi.v2.LiveActivity"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesAndroid":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},icon:{type:"string"},banner:{type:"string"},deliveryPriority:{type:"pushwoosh.channels.messagingApi.v2.DeliveryPriority"},vibration:{type:"boolean"},badges:{type:"string"},sound:{type:"string"},ledColor:{type:"string"},soundEnabled:{type:"boolean"},iconBackgroundColor:{type:"string"},showOnLockscreen:{type:"boolean"},rootParams:{type:"object"},customIcon:{type:"string"},priority:{type:"pushwoosh.channels.messagingApi.v2.NotificationPriority"},groupId:{type:"string"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesChrome":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},icon:{type:"string"},image:{type:"string"},rootParams:{type:"object"},duration:{type:"Duration"},buttonText1:{type:"string"},buttonUrl1:{type:"string"},buttonText2:{type:"string"},buttonUrl2:{type:"string"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesFirefox":{type:"I",fields:{title:{type:"string"},body:{type:"string"},icon:{type:"string"},rootParams:{type:"object"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesSafari":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},action:{type:"string"},urlArguments:{type:"string",array:!0},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesMacOS":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},action:{type:"string"},sound:{type:"string"},soundEnabled:{type:"boolean"},badges:{type:"string"},rootParams:{type:"object"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesAmazon":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},banner:{type:"string"},sound:{type:"string"},soundEnabled:{type:"boolean"},rootParams:{type:"object"},icon:{type:"string"},customIcon:{type:"string"},priority:{type:"pushwoosh.channels.messagingApi.v2.NotificationPriority"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesBaiduAndroid":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},icon:{type:"string"},banner:{type:"string"},deliveryPriority:{type:"pushwoosh.channels.messagingApi.v2.DeliveryPriority"},vibration:{type:"boolean"},badges:{type:"string"},sound:{type:"string"},ledColor:{type:"string"},soundEnabled:{type:"boolean"},iconBackgroundColor:{type:"string"},showOnLockscreen:{type:"boolean"},rootParams:{type:"object"},customIcon:{type:"string"},priority:{type:"pushwoosh.channels.messagingApi.v2.NotificationPriority"},groupId:{type:"string"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesHuaweiAndroid":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},icon:{type:"string"},banner:{type:"string"},deliveryPriority:{type:"pushwoosh.channels.messagingApi.v2.DeliveryPriority"},vibration:{type:"boolean"},badges:{type:"string"},sound:{type:"string"},ledColor:{type:"string"},soundEnabled:{type:"boolean"},iconBackgroundColor:{type:"string"},showOnLockscreen:{type:"boolean"},rootParams:{type:"object"},customIcon:{type:"string"},priority:{type:"pushwoosh.channels.messagingApi.v2.NotificationPriority"},groupId:{type:"string"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesXiaomi":{type:"I",fields:{title:{type:"string"},body:{type:"string"},timeToLive:{type:"Duration"},icon:{type:"string"},vibration:{type:"boolean"},sound:{type:"string"},rootParams:{type:"object"},groupId:{type:"string"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesIE":{type:"I",fields:{title:{type:"string"},iconBadge:{type:"string"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},inbox:{type:"pushwoosh.channels.messagingApi.v2.Inbox"},customData:{type:"object"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Raw":{type:"I",fields:{content:{type:"string"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Template":{type:"I",fields:{title:{type:"string"},subtitle:{type:"string"},body:{type:"string"},imageUrl:{type:"string"}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Type":{type:"E",values:["TILE","TOAST","BADGE"]},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows":{type:"I",fields:{raw:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Raw"},template:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Template"},type:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows.Type"},tag:{type:"string"},cache:{type:"boolean"},timeToLive:{type:"Duration"},openAction:{type:"pushwoosh.channels.messagingApi.v2.OpenAction"},customData:{type:"object"}},oneofs:{content:{oneof:["raw","template"]}}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesEmail":{type:"I",fields:{}},"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesSMS":{type:"I",fields:{}},"pushwoosh.channels.messagingApi.v2.Content":{type:"I",fields:{ios:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesIos"},android:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesAndroid"},macOs:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesMacOS"},amazon:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesAmazon"},safari:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesSafari"},chrome:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesChrome"},firefox:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesFirefox"},baiduAndroid:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesBaiduAndroid"},huaweiAndroid:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesHuaweiAndroid"},xiaomi:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesXiaomi"},ie:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesIE"},windows:{type:"pushwoosh.channels.messagingApi.v2.Content.PlatformPropertiesWindows"}}},"pushwoosh.channels.messagingApi.v2.LocalizedContent":{type:"I",fields:{localizedContent:{type:"pushwoosh.channels.messagingApi.v2.Content",mapKeyType:"string"}}},"pushwoosh.channels.messagingApi.v2.Payload":{type:"I",fields:{preset:{type:"string"},content:{type:"pushwoosh.channels.messagingApi.v2.LocalizedContent"},silent:{type:"boolean"},metaData:{type:"object"},dynamicContentPlaceholders:{type:"string",mapKeyType:"string"}},oneofs:{kind:{oneof:["content","silent"]}}},"pushwoosh.rpc_v2.customer_journey.CustomerJourneyService":{type:"S",key:"customerJourney",methods:{GetDeviceEntries:{request:"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesRequest",response:"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse",method:"post",path:"/api/filters:get-device-entries"}}},"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesRequest":{type:"I",fields:{hwid:{type:"string"},searchByName:{type:"string"},page:{type:"number"},perPage:{type:"number"},application:{type:"string"}}},"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse.JourneyEntry.Status":{type:"E",values:["EXITED","ERROR","STILL_IN_JOURNEY"]},"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse.JourneyEntry.CampaignType":{type:"E",values:["UNKNOWN","MIXED","TRIGGER_BASED","AUDIENCE_BASED","API_BASED"]},"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse.JourneyEntry":{type:"I",fields:{journeyUuid:{type:"string"},title:{type:"string"},status:{type:"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse.JourneyEntry.Status"},type:{type:"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse.JourneyEntry.CampaignType"},state:{type:"number"},enterTime:{type:"Date"},leaveTime:{type:"Date"}}},"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse":{type:"I",fields:{entries:{type:"pushwoosh.rpc_v2.customer_journey.GetDeviceEntriesResponse.JourneyEntry",array:!0},page:{type:"number"},perPage:{type:"number"},totalPages:{type:"number"},totalJourneys:{type:"number"}}},"pushwoosh.rpc_v2.deeplinks.DeeplinksService":{type:"S",key:"deeplinks",methods:{List:{request:"pushwoosh.rpc_v2.deeplinks.ListDeeplinksRequest",response:"pushwoosh.rpc_v2.deeplinks.ListDeeplinksResponse",method:"get",path:"/api/deeplinks"},Get:{request:"pushwoosh.rpc_v2.deeplinks.GetDeeplinkRequest",response:"pushwoosh.rpc_v2.deeplinks.GetDeeplinkResponse",method:"get",path:"/api/deeplinks/{code}"},Create:{request:"pushwoosh.rpc_v2.deeplinks.CreateDeeplinkRequest",response:"pushwoosh.rpc_v2.deeplinks.CreateDeeplinkResponse",method:"post",path:"/api/deeplinks"},Update:{request:"pushwoosh.rpc_v2.deeplinks.UpdateDeeplinkRequest",response:"pushwoosh.rpc_v2.deeplinks.UpdateDeeplinkResponse",method:"put",path:"/api/deeplinks/{code}"},Delete:{request:"pushwoosh.rpc_v2.deeplinks.DeleteDeeplinkRequest",response:"pushwoosh.rpc_v2.deeplinks.DeleteDeeplinkResponse",method:"delete",path:"/api/deeplinks/{code}"}}},"pushwoosh.rpc_v2.deeplinks.ListDeeplinksRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.deeplinks.ListDeeplinksRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.deeplinks.ListDeeplinksRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.deeplinks.ListDeeplinksRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.deeplinks.ListDeeplinksRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},searchByName:{type:"string"}}},"pushwoosh.rpc_v2.deeplinks.Deeplink":{type:"I",fields:{name:{type:"string"},code:{type:"string"},template:{type:"string"},system:{type:"boolean"},created:{type:"Date"}}},"pushwoosh.rpc_v2.deeplinks.ListDeeplinksResponse":{type:"I",fields:{deeplinks:{type:"pushwoosh.rpc_v2.deeplinks.Deeplink",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.deeplinks.GetDeeplinkRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.deeplinks.GetDeeplinkResponse":{type:"I",fields:{deeplink:{type:"pushwoosh.rpc_v2.deeplinks.Deeplink"}}},"pushwoosh.rpc_v2.deeplinks.CreateDeeplinkRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},template:{type:"string"},system:{type:"boolean"}}},"pushwoosh.rpc_v2.deeplinks.CreateDeeplinkResponse":{type:"I",fields:{deeplink:{type:"pushwoosh.rpc_v2.deeplinks.Deeplink"}}},"pushwoosh.rpc_v2.deeplinks.UpdateDeeplinkRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},template:{type:"string"}}},"pushwoosh.rpc_v2.deeplinks.UpdateDeeplinkResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.deeplinks.DeleteDeeplinkRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.deeplinks.DeleteDeeplinkResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.devices.DevicesService":{type:"S",key:"devices",methods:{SetTags:{request:"pushwoosh.rpc_v2.devices.SetTagsRequest",response:"pushwoosh.rpc_v2.devices.SetTagsResponse",method:"post",path:"/api/devices:set_tags"}}},"pushwoosh.rpc_v2.devices.SetTagsRequest":{type:"I",fields:{application:{type:"string"},hwid:{type:"string"},tags:{type:"object"}}},"pushwoosh.rpc_v2.devices.SetTagsResponse":{type:"I",fields:{tags:{type:"object"}}},"pushwoosh.rpc_v2.accounts.EmailTemplatesService":{type:"S",key:"emailTemplates",methods:{Create:{request:"pushwoosh.rpc_v2.accounts.CreateEmailTemplateRequest",response:"pushwoosh.rpc_v2.accounts.CreateEmailTemplateResponse",method:"post",path:"/api/email_templates"},Get:{request:"pushwoosh.rpc_v2.accounts.GetEmailTemplateRequest",response:"pushwoosh.rpc_v2.accounts.GetEmailTemplateResponse",method:"get",path:"/api/email_templates/{code}"},List:{request:"pushwoosh.rpc_v2.accounts.ListEmailTemplatesRequest",response:"pushwoosh.rpc_v2.accounts.ListEmailTemplatesResponse",method:"get",path:"/api/email_templates"},Update:{request:"pushwoosh.rpc_v2.accounts.UpdateEmailTemplateRequest",response:"pushwoosh.rpc_v2.accounts.UpdateEmailTemplateResponse",method:"put",path:"/api/email_templates/{code}"},Delete:{request:"pushwoosh.rpc_v2.accounts.DeleteEmailTemplateRequest",response:"pushwoosh.rpc_v2.accounts.DeleteEmailTemplateResponse",method:"delete",path:"/api/email_templates/{code}"},GetEmailTemplateLabels:{request:"pushwoosh.rpc_v2.accounts.GetEmailTemplateLabelsRequest",response:"pushwoosh.rpc_v2.accounts.GetEmailTemplateLabelsResponse",method:"get",path:"/api/email_templates:labels"},Test:{request:"pushwoosh.rpc_v2.accounts.TestEmailTemplateRequest",response:"pushwoosh.rpc_v2.accounts.TestEmailTemplateResponse",method:"post",path:"/api/email_templates:test"}}},"pushwoosh.rpc_v2.accounts.UpdateEmailTemplateRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},content:{type:"pushwoosh.rpc_v2.accounts.EmailContent"},label:{type:"string"},categories:{type:"string",array:!0},previewSettings:{type:"object"}}},"pushwoosh.rpc_v2.accounts.UpdateEmailTemplateResponse":{type:"I",fields:{emailTemplate:{type:"pushwoosh.rpc_v2.accounts.EmailTemplate"}}},"pushwoosh.rpc_v2.accounts.EmailTemplate":{type:"I",fields:{name:{type:"string"},content:{type:"pushwoosh.rpc_v2.accounts.EmailContent"},label:{type:"string"},code:{type:"string"},created:{type:"Date"},updated:{type:"Date"},categories:{type:"string",array:!0},previewSettings:{type:"object"}}},"pushwoosh.rpc_v2.accounts.TestEmailTemplateRequest":{type:"I",fields:{application:{type:"string"},code:{type:"string"},email:{type:"string"},dynamicContent:{type:"object"}}},"pushwoosh.rpc_v2.accounts.TestEmailTemplateResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.CreateEmailTemplateRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},content:{type:"pushwoosh.rpc_v2.accounts.EmailContent"},label:{type:"string"},categories:{type:"string",array:!0},previewSettings:{type:"object"}}},"pushwoosh.rpc_v2.accounts.CreateEmailTemplateResponse":{type:"I",fields:{emailTemplate:{type:"pushwoosh.rpc_v2.accounts.EmailTemplate"}}},"pushwoosh.rpc_v2.accounts.EmailContent.SenderInfo.Address":{type:"I",fields:{email:{type:"string"},name:{type:"string"}}},"pushwoosh.rpc_v2.accounts.EmailContent.SenderInfo":{type:"I",fields:{from:{type:"pushwoosh.rpc_v2.accounts.EmailContent.SenderInfo.Address"},replyTo:{type:"pushwoosh.rpc_v2.accounts.EmailContent.SenderInfo.Address"}}},"pushwoosh.rpc_v2.accounts.EmailContent.Unlayer":{type:"I",fields:{html:{type:"string"},localizationData:{type:"object"},editorConfig:{type:"object"}}},"pushwoosh.rpc_v2.accounts.EmailContent.Pushwoosh":{type:"I",fields:{html:{type:"string"},localizationData:{type:"object"}}},"pushwoosh.rpc_v2.accounts.EmailContent.Raw":{type:"I",fields:{html:{type:"string",mapKeyType:"string"}}},"pushwoosh.rpc_v2.accounts.EmailContent":{type:"I",fields:{senderInfo:{type:"pushwoosh.rpc_v2.accounts.EmailContent.SenderInfo"},subject:{type:"string",mapKeyType:"string"},unlayer:{type:"pushwoosh.rpc_v2.accounts.EmailContent.Unlayer"},pushwoosh:{type:"pushwoosh.rpc_v2.accounts.EmailContent.Pushwoosh"},raw:{type:"pushwoosh.rpc_v2.accounts.EmailContent.Raw"}},oneofs:{kind:{oneof:["unlayer","pushwoosh","raw"]}}},"pushwoosh.rpc_v2.accounts.GetEmailTemplateRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.accounts.GetEmailTemplateResponse":{type:"I",fields:{emailTemplate:{type:"pushwoosh.rpc_v2.accounts.EmailTemplate"}}},"pushwoosh.rpc_v2.accounts.ListEmailTemplatesRequest.OrderBy":{type:"E",values:["NAME","CREATED","UPDATED"]},"pushwoosh.rpc_v2.accounts.ListEmailTemplatesRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.accounts.ListEmailTemplatesRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.accounts.ListEmailTemplatesRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.accounts.ListEmailTemplatesRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},searchByName:{type:"string"},searchByLabel:{type:"string"},strictSearchByLabel:{type:"boolean"},searchByCategory:{type:"string",array:!0}}},"pushwoosh.rpc_v2.accounts.ListEmailTemplatesResponse":{type:"I",fields:{emailTemplates:{type:"pushwoosh.rpc_v2.accounts.EmailTemplate",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.accounts.DeleteEmailTemplateRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.accounts.DeleteEmailTemplateResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.accounts.GetEmailTemplateLabelsRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.accounts.GetEmailTemplateLabelsResponse":{type:"I",fields:{labels:{type:"string",array:!0}}},"pushwoosh.rpc_v2.emails_configurations.EmailsConfigurationsService":{type:"S",key:"emailsConfigurations",methods:{GetDomains:{request:"pushwoosh.rpc_v2.emails_configurations.GetDomainsRequest",response:"pushwoosh.rpc_v2.emails_configurations.GetDomainsResponse",method:"get",path:"/api/emails_configurations/domains"},UpdateDomainStatuses:{request:"pushwoosh.rpc_v2.emails_configurations.UpdateDomainStatusesRequest",response:"pushwoosh.rpc_v2.emails_configurations.UpdateDomainStatusesResponse",method:"post",path:"/api/emails_configurations/domains:update_statuses"},AddDomain:{request:"pushwoosh.rpc_v2.emails_configurations.AddDomainRequest",response:"pushwoosh.rpc_v2.emails_configurations.AddDomainResponse",method:"post",path:"/api/emails_configurations/domains"},DeleteDomain:{request:"pushwoosh.rpc_v2.emails_configurations.DeleteDomainRequest",response:"pushwoosh.rpc_v2.emails_configurations.DeleteDomainResponse",method:"delete",path:"/api/emails_configurations/domains"}}},"pushwoosh.rpc_v2.emails_configurations.Domain.CName":{type:"I",fields:{name:{type:"string"},value:{type:"string"},status:{type:"string"}}},"pushwoosh.rpc_v2.emails_configurations.Domain":{type:"I",fields:{name:{type:"string"},statusDkim:{type:"string"},statusSpf:{type:"string"},statusDmarc:{type:"string"},cnamesAmazon:{type:"pushwoosh.rpc_v2.emails_configurations.Domain.CName",array:!0},cnames:{type:"pushwoosh.rpc_v2.emails_configurations.Domain.CName",array:!0}}},"pushwoosh.rpc_v2.emails_configurations.AddDomainRequest":{type:"I",fields:{name:{type:"string"},application:{type:"string"}}},"pushwoosh.rpc_v2.emails_configurations.AddDomainResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.emails_configurations.GetDomainsRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.emails_configurations.GetDomainsResponse":{type:"I",fields:{emailDomains:{type:"pushwoosh.rpc_v2.emails_configurations.Domain",array:!0}}},"pushwoosh.rpc_v2.emails_configurations.UpdateDomainStatusesRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.emails_configurations.UpdateDomainStatusesResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.emails_configurations.DeleteDomainRequest":{type:"I",fields:{application:{type:"string"},domain:{type:"string"}}},"pushwoosh.rpc_v2.emails_configurations.DeleteDomainResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.events.EventsService":{type:"S",key:"events",methods:{Get:{request:"pushwoosh.rpc_v2.events.GetEventRequest",response:"pushwoosh.rpc_v2.events.Event",method:"get",path:"/api/events/{name}"},List:{request:"pushwoosh.rpc_v2.events.ListEventsRequest",response:"pushwoosh.rpc_v2.events.ListEventsResponse",method:"get",path:"/api/events"},Create:{request:"pushwoosh.rpc_v2.events.CreateEventRequest",response:"pushwoosh.rpc_v2.events.CreateEventResponse",method:"post",path:"/api/events"},Update:{request:"pushwoosh.rpc_v2.events.UpdateEventRequest",response:"pushwoosh.rpc_v2.events.UpdateEventResponse",method:"put",path:"/api/events/{name}"},Delete:{request:"pushwoosh.rpc_v2.events.DeleteEventRequest",response:"pushwoosh.rpc_v2.events.DeleteEventResponse",method:"delete",path:"/api/events/{name}"},GetAttributeValues:{request:"pushwoosh.rpc_v2.events.GetAttributeValuesRequest",response:"pushwoosh.rpc_v2.events.GetAttributeValuesResponse",method:"get",path:"/api/events:attribute-values"},GetTriggeredCount:{request:"pushwoosh.rpc_v2.events.GetTriggeredCountRequest",response:"pushwoosh.rpc_v2.events.GetTriggeredCountResponse",method:"get",path:"/api/events:triggered-count"},GetDetailedStatistics:{request:"pushwoosh.rpc_v2.events.GetDetailedStatisticsRequest",response:"pushwoosh.rpc_v2.events.GetDetailedStatisticsResponse",method:"get",path:"/api/events:getDetailedStatistics"},GetTotalStatistics:{request:"pushwoosh.rpc_v2.events.GetTotalStatisticsRequest",response:"pushwoosh.rpc_v2.events.GetTotalStatisticsResponse",method:"get",path:"/api/events:getTotalStatistics"}}},"pushwoosh.rpc_v2.events.GetEventRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"}}},"pushwoosh.rpc_v2.events.EventAttribute.Type":{type:"E",values:["UNKNOWN","INTEGER","STRING","LIST","DATE","BOOLEAN","PRICE"]},"pushwoosh.rpc_v2.events.EventAttribute":{type:"I",fields:{name:{type:"string"},type:{type:"pushwoosh.rpc_v2.events.EventAttribute.Type"}}},"pushwoosh.rpc_v2.events.Event":{type:"I",fields:{name:{type:"string"},description:{type:"string"},attributes:{type:"pushwoosh.rpc_v2.events.EventAttribute",array:!0},canDelete:{type:"boolean"},storeDays:{type:"number"}}},"pushwoosh.rpc_v2.events.ListEventsRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.events.ListEventsRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.events.ListEventsRequest":{type:"I",fields:{application:{type:"string"},searchByName:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.events.ListEventsRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.events.ListEventsRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.events.ListEventsResponse":{type:"I",fields:{events:{type:"pushwoosh.rpc_v2.events.Event",array:!0},page:{type:"number"},perPage:{type:"number"},totalPages:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.events.CreateEventRequest":{type:"I",fields:{name:{type:"string"},application:{type:"string"},description:{type:"string"},attributes:{type:"pushwoosh.rpc_v2.events.EventAttribute",array:!0}}},"pushwoosh.rpc_v2.events.CreateEventResponse":{type:"I",fields:{name:{type:"string"}}},"pushwoosh.rpc_v2.events.UpdateEventRequest":{type:"I",fields:{name:{type:"string"},application:{type:"string"},description:{type:"string"},attributes:{type:"pushwoosh.rpc_v2.events.EventAttribute",array:!0}}},"pushwoosh.rpc_v2.events.UpdateEventResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.events.DeleteEventRequest":{type:"I",fields:{name:{type:"string"},application:{type:"string"}}},"pushwoosh.rpc_v2.events.DeleteEventResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.events.GetAttributeValuesRequest":{type:"I",fields:{application:{type:"string"},event:{type:"string"},attribute:{type:"string"},skip:{type:"number"},limit:{type:"number"},search:{type:"string"}}},"pushwoosh.rpc_v2.events.GetAttributeValuesResponse":{type:"I",fields:{total:{type:"number"},values:{type:"string",array:!0}}},"pushwoosh.rpc_v2.events.GetTriggeredCountRequest":{type:"I",fields:{application:{type:"string"},events:{type:"string",array:!0}}},"pushwoosh.rpc_v2.events.GetTriggeredCountResponse.Count":{type:"I",fields:{totalTriggered:{type:"number"},uniqueTriggered:{type:"number"}}},"pushwoosh.rpc_v2.events.GetTriggeredCountResponse":{type:"I",fields:{count:{type:"pushwoosh.rpc_v2.events.GetTriggeredCountResponse.Count",mapKeyType:"string"}}},"pushwoosh.rpc_v2.events.TimeInterval":{type:"E",values:["TIME_INTERVAL_UNSPECIFIED","HOUR","DAY","WEEK","MONTH"]},"pushwoosh.rpc_v2.events.ListOfValues":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.rpc_v2.events.Value":{type:"I",fields:{string:{type:"string"},integer:{type:"number"},float:{type:"number"},bool:{type:"boolean"},list:{type:"pushwoosh.rpc_v2.events.ListOfValues"},timestamp:{type:"Date"}},oneofs:{kind:{oneof:["string","integer","float","bool","list","timestamp"]}}},"pushwoosh.rpc_v2.events.AttributeCondition.Operator":{type:"E",values:["OPERATOR_UNSPECIFIED","EQ","NOT_EQ","GTE","LTE","BETWEEN","IN","NOT_IN"]},"pushwoosh.rpc_v2.events.AttributeCondition":{type:"I",fields:{name:{type:"string"},operator:{type:"pushwoosh.rpc_v2.events.AttributeCondition.Operator"},values:{type:"pushwoosh.rpc_v2.events.Value",array:!0}}},"pushwoosh.rpc_v2.events.GetDetailedStatisticsRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},dateFrom:{type:"Date"},dateTo:{type:"Date"},interval:{type:"pushwoosh.rpc_v2.events.TimeInterval"},attributeConditions:{type:"pushwoosh.rpc_v2.events.AttributeCondition",array:!0}}},"pushwoosh.rpc_v2.events.GetDetailedStatisticsResponse.TriggeredCount":{type:"I",fields:{timestamp:{type:"Date"},triggeredCount:{type:"number"}}},"pushwoosh.rpc_v2.events.GetDetailedStatisticsResponse":{type:"I",fields:{metrics:{type:"pushwoosh.rpc_v2.events.GetDetailedStatisticsResponse.TriggeredCount",array:!0}}},"pushwoosh.rpc_v2.events.GetTotalStatisticsRequest":{type:"I",fields:{application:{type:"string"},events:{type:"string",array:!0},dateFrom:{type:"Date"},dateTo:{type:"Date"},messageCode:{type:"string"},campaign:{type:"string"}}},"pushwoosh.rpc_v2.events.GetTotalStatisticsResponse.EventTriggeredCount":{type:"I",fields:{event:{type:"string"},triggeredCount:{type:"number"},uniqTriggeredCount:{type:"number"}}},"pushwoosh.rpc_v2.events.GetTotalStatisticsResponse":{type:"I",fields:{metrics:{type:"pushwoosh.rpc_v2.events.GetTotalStatisticsResponse.EventTriggeredCount",array:!0}}},"pushwoosh.rpc_v2.filters.FiltersService":{type:"S",key:"filters",methods:{List:{request:"pushwoosh.rpc_v2.filters.ListFiltersRequest",response:"pushwoosh.rpc_v2.filters.ListFiltersResponse",method:"get",path:"/api/filters"},Get:{request:"pushwoosh.rpc_v2.filters.GetFilterRequest",response:"pushwoosh.rpc_v2.filters.Filter",method:"get",path:"/api/filters/{filter}"},Create:{request:"pushwoosh.rpc_v2.filters.CreateFilterRequest",response:"pushwoosh.rpc_v2.filters.CreateFilterResponse",method:"post",path:"/api/filters"},Clone:{request:"pushwoosh.rpc_v2.filters.CloneFilterRequest",response:"pushwoosh.rpc_v2.filters.CloneFilterResponse",method:"post",path:"/api/filters:clone/{filter}"},Update:{request:"pushwoosh.rpc_v2.filters.UpdateFilterRequest",response:"pushwoosh.rpc_v2.filters.UpdateFilterResponse",method:"put",path:"/api/filters/{filter}"},Delete:{request:"pushwoosh.rpc_v2.filters.DeleteFilterRequest",response:"pushwoosh.rpc_v2.filters.DeleteFilterResponse",method:"delete",path:"/api/filters/{filter}"},GetCountryCities:{request:"pushwoosh.rpc_v2.filters.GetCountryCitiesRequest",response:"pushwoosh.rpc_v2.filters.GetCountryCitiesResponse",method:"get",path:"/api/filters:country-cities"},GetCitiesByHashes:{request:"pushwoosh.rpc_v2.filters.GetCitiesByHashesRequest",response:"pushwoosh.rpc_v2.filters.GetCitiesByHashesResponse",method:"get",path:"/api/filters:cities-by-hashes"},CompileFilter:{request:"pushwoosh.rpc_v2.filters.CompileFilterRequest",response:"pushwoosh.rpc_v2.filters.CompileFilterResponse",method:"get",path:"/api/filters:compile-filter"},GetSeglang:{request:"pushwoosh.rpc_v2.filters.GetSeglangRequest",response:"pushwoosh.rpc_v2.filters.GetSeglangResponse",method:"post",path:"/api/filters:get-seglang"},GetMatchedSegments:{request:"pushwoosh.rpc_v2.filters.GetMatchedSegmentsRequest",response:"pushwoosh.rpc_v2.filters.GetMatchedSegmentsResponse",method:"post",path:"/api/filters:get-device-filters"}}},"pushwoosh.rpc_v2.filters.ListFiltersRequest.OrderBy":{type:"E",values:["NAME","CREATED","UPDATED"]},"pushwoosh.rpc_v2.filters.ListFiltersRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.filters.ListFiltersRequest":{type:"I",fields:{application:{type:"string"},searchByName:{type:"string"},highSpeedOnly:{type:"boolean"},codes:{type:"string",array:!0},orderBy:{type:"pushwoosh.rpc_v2.filters.ListFiltersRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.filters.ListFiltersRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.filters.Filter.Compiling":{type:"I",fields:{size:{type:"number"},reachable:{type:"number"},calculationStatus:{type:"string"},calculationProgress:{type:"number"},csvPath:{type:"string"},calculationDate:{type:"Date"},totalMobile:{type:"number"},totalWeb:{type:"number"},totalEmail:{type:"number"},totalSms:{type:"number"},totalWhatsapp:{type:"number"}}},"pushwoosh.rpc_v2.filters.Filter":{type:"I",fields:{name:{type:"string"},code:{type:"string"},filterExpression:{type:"pushwoosh.objects.filters.v1.FilterExpression"},seglang:{type:"string"},compiling:{type:"pushwoosh.rpc_v2.filters.Filter.Compiling"},empty:{type:"{}"},highspeedApplication:{type:"string"},highspeedReady:{type:"boolean"},highspeedSubscribersTotal:{type:"number"},hasRightAceModify:{type:"boolean"}},oneofs:{type:{oneof:["compiling","empty"]}}},"pushwoosh.rpc_v2.filters.ListFiltersResponse":{type:"I",fields:{filters:{type:"pushwoosh.rpc_v2.filters.Filter",array:!0},page:{type:"number"},perPage:{type:"number"},totalPages:{type:"number"},totalFilters:{type:"number"}}},"pushwoosh.rpc_v2.filters.GetFilterRequest":{type:"I",fields:{application:{type:"string"},filter:{type:"string"}}},"pushwoosh.rpc_v2.filters.CreateFilterRequest":{type:"I",fields:{name:{type:"string"},filterExpression:{type:"pushwoosh.objects.filters.v1.FilterExpression"},highspeedApplication:{type:"string"},expirationDate:{type:"string"}}},"pushwoosh.rpc_v2.filters.CreateFilterResponse":{type:"I",fields:{filter:{type:"string"}}},"pushwoosh.rpc_v2.filters.CloneFilterRequest":{type:"I",fields:{newName:{type:"string"},filter:{type:"string"}}},"pushwoosh.rpc_v2.filters.CloneFilterResponse":{type:"I",fields:{filter:{type:"string"}}},"pushwoosh.rpc_v2.filters.UpdateFilterRequest":{type:"I",fields:{filter:{type:"string"},name:{type:"string"},filterExpression:{type:"pushwoosh.objects.filters.v1.FilterExpression"}}},"pushwoosh.rpc_v2.filters.UpdateFilterResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.filters.DeleteFilterRequest":{type:"I",fields:{filter:{type:"string"}}},"pushwoosh.rpc_v2.filters.DeleteFilterResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.filters.GetCountryCitiesRequest":{type:"I",fields:{searchByName:{type:"string"}}},"pushwoosh.rpc_v2.filters.GetCountryCitiesResponse.City":{type:"I",fields:{hash:{type:"string"},name:{type:"string"},latitude:{type:"number"},longitude:{type:"number"},subscribers:{type:"number"}}},"pushwoosh.rpc_v2.filters.GetCountryCitiesResponse":{type:"I",fields:{cities:{type:"pushwoosh.rpc_v2.filters.GetCountryCitiesResponse.City",array:!0}}},"pushwoosh.rpc_v2.filters.GetCitiesByHashesRequest":{type:"I",fields:{hashes:{type:"string",array:!0}}},"pushwoosh.rpc_v2.filters.GetCitiesByHashesResponse":{type:"I",fields:{cities:{type:"pushwoosh.rpc_v2.filters.GetCountryCitiesResponse.City",array:!0}}},"pushwoosh.rpc_v2.filters.CompileFilterRequest":{type:"I",fields:{application:{type:"string"},filter:{type:"string"},exportCsv:{type:"boolean"}}},"pushwoosh.rpc_v2.filters.CompileFilterResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.filters.GetSeglangRequest":{type:"I",fields:{filterExpression:{type:"pushwoosh.objects.filters.v1.FilterExpression"}}},"pushwoosh.rpc_v2.filters.GetSeglangResponse":{type:"I",fields:{seglang:{type:"string"}}},"pushwoosh.rpc_v2.filters.GetMatchedSegmentsRequest":{type:"I",fields:{application:{type:"string"},hwid:{type:"string"},page:{type:"number"},perPage:{type:"number"},searchByName:{type:"string"}}},"pushwoosh.rpc_v2.filters.GetMatchedSegmentsResponse":{type:"I",fields:{filters:{type:"pushwoosh.rpc_v2.filters.Filter",array:!0},page:{type:"number"},perPage:{type:"number"},totalPages:{type:"number"},totalFilters:{type:"number"}}},"pushwoosh.rpc_v2.frequency_capping.FrequencyCappingService":{type:"S",key:"frequencyCapping",methods:{Get:{request:"pushwoosh.rpc_v2.frequency_capping.GetFrequencyCappingRequest",response:"pushwoosh.rpc_v2.frequency_capping.FrequencyCapping",method:"get",path:"/api/frequency_capping/{application}"},Update:{request:"pushwoosh.rpc_v2.frequency_capping.UpdateFrequencyCappingRequest",response:"pushwoosh.rpc_v2.frequency_capping.UpdateFrequencyCappingResponse",method:"put",path:"/api/frequency_capping/{application}"},Create:{request:"pushwoosh.rpc_v2.frequency_capping.CreateFrequencyCappingRequest",response:"pushwoosh.rpc_v2.frequency_capping.CreateFrequencyCappingResponse",method:"post",path:"/api/frequency_capping"}}},"pushwoosh.rpc_v2.frequency_capping.Capping":{type:"I",fields:{count:{type:"number"},days:{type:"number"}}},"pushwoosh.rpc_v2.frequency_capping.FrequencyCapping":{type:"I",fields:{push:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},email:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},sms:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},inApp:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"}}},"pushwoosh.rpc_v2.frequency_capping.GetFrequencyCappingRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.frequency_capping.GetFrequencyCappingResponse":{type:"I",fields:{frequencyCapping:{type:"pushwoosh.rpc_v2.frequency_capping.FrequencyCapping"}}},"pushwoosh.rpc_v2.frequency_capping.CreateFrequencyCappingRequest":{type:"I",fields:{application:{type:"string"},push:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},email:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},sms:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},inApp:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"}}},"pushwoosh.rpc_v2.frequency_capping.CreateFrequencyCappingResponse":{type:"I",fields:{frequencyCapping:{type:"pushwoosh.rpc_v2.frequency_capping.FrequencyCapping"}}},"pushwoosh.rpc_v2.frequency_capping.UpdateFrequencyCappingRequest":{type:"I",fields:{application:{type:"string"},push:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},email:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},sms:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"},inApp:{type:"pushwoosh.rpc_v2.frequency_capping.Capping"}}},"pushwoosh.rpc_v2.frequency_capping.UpdateFrequencyCappingResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.geozones.GeozonesService":{type:"S",key:"geozones",methods:{Create:{request:"pushwoosh.rpc_v2.geozones.CreateGeozonesRequest",response:"pushwoosh.rpc_v2.geozones.CreateGeozonesResponse",method:"post",path:"/api/geozones"},Update:{request:"pushwoosh.rpc_v2.geozones.UpdateGeozonesRequest",response:"pushwoosh.rpc_v2.geozones.UpdateGeozonesResponse",method:"put",path:"/api/geozones/{code}"},List:{request:"pushwoosh.rpc_v2.geozones.ListGeozonesRequest",response:"pushwoosh.rpc_v2.geozones.ListGeozonesResponse",method:"get",path:"/api/geozones"},Delete:{request:"pushwoosh.rpc_v2.geozones.DeleteGeozonesRequest",response:"pushwoosh.rpc_v2.geozones.DeleteGeozonesResponse",method:"delete",path:"/api/geozones/{code}"}}},"pushwoosh.rpc_v2.geozones.TimeInterval":{type:"I",fields:{start:{type:"string"},end:{type:"string"}}},"pushwoosh.rpc_v2.geozones.Ranges":{type:"I",fields:{intervals:{type:"pushwoosh.rpc_v2.geozones.TimeInterval",array:!0}}},"pushwoosh.rpc_v2.geozones.Timetable":{type:"I",fields:{timezone:{type:"number"},ranges:{type:"pushwoosh.rpc_v2.geozones.Ranges",mapKeyType:"string"}}},"pushwoosh.rpc_v2.geozones.Properties":{type:"I",fields:{iosSound:{type:"boolean"},userdata:{type:"string"},remotePage:{type:"string"},inboxExpireDays:{type:"number"},inboxIcon:{type:"string"}}},"pushwoosh.rpc_v2.geozones.Geozone":{type:"I",fields:{code:{type:"string"},application:{type:"string"},name:{type:"string"},content:{type:"string",mapKeyType:"string"},lat:{type:"number"},lng:{type:"number"},cooldown:{type:"Duration"},range:{type:"number"},isActive:{type:"boolean"},cluster:{type:"string"},preset:{type:"string"},campaign:{type:"string"},timetable:{type:"pushwoosh.rpc_v2.geozones.Timetable"},properties:{type:"pushwoosh.rpc_v2.geozones.Properties"}}},"pushwoosh.rpc_v2.geozones.CreateGeozonesRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},content:{type:"string",mapKeyType:"string"},lat:{type:"number"},lng:{type:"number"},cooldown:{type:"Duration"},range:{type:"number"},cluster:{type:"string"},preset:{type:"string"},campaign:{type:"string"},timetable:{type:"pushwoosh.rpc_v2.geozones.Timetable"},properties:{type:"pushwoosh.rpc_v2.geozones.Properties"}}},"pushwoosh.rpc_v2.geozones.CreateGeozonesResponse":{type:"I",fields:{geozone:{type:"pushwoosh.rpc_v2.geozones.Geozone"}}},"pushwoosh.rpc_v2.geozones.UpdateGeozonesRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},content:{type:"string",mapKeyType:"string"},lat:{type:"number"},lng:{type:"number"},cooldown:{type:"Duration"},range:{type:"number"},status:{type:"boolean"},cluster:{type:"string"},preset:{type:"string"},campaign:{type:"string"},timetable:{type:"pushwoosh.rpc_v2.geozones.Timetable"},properties:{type:"pushwoosh.rpc_v2.geozones.Properties"}}},"pushwoosh.rpc_v2.geozones.UpdateGeozonesResponse":{type:"I",fields:{geozone:{type:"pushwoosh.rpc_v2.geozones.Geozone"}}},"pushwoosh.rpc_v2.geozones.ListGeozonesRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.geozones.ListGeozonesRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.geozones.ListGeozonesRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.geozones.ListGeozonesRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.geozones.ListGeozonesRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.geozones.ListGeozonesResponse":{type:"I",fields:{geozones:{type:"pushwoosh.rpc_v2.geozones.Geozone",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.geozones.DeleteGeozonesRequest":{type:"I",fields:{application:{type:"string"},code:{type:"string"}}},"pushwoosh.rpc_v2.geozones.DeleteGeozonesResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.geozones_clusters.GeozonesClustersService":{type:"S",key:"geozonesClusters",methods:{Create:{request:"pushwoosh.rpc_v2.geozones_clusters.CreateGeozonesClusterRequest",response:"pushwoosh.rpc_v2.geozones_clusters.CreateGeozonesClusterResponse",method:"post",path:"/api/geozone_clusters"},List:{request:"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersRequest",response:"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersResponse",method:"get",path:"/api/geozone_clusters"},Delete:{request:"pushwoosh.rpc_v2.geozones_clusters.DeleteGeozonesClusterRequest",response:"pushwoosh.rpc_v2.geozones_clusters.DeleteGeozonesClusterResponse",method:"delete",path:"/api/geozone_clusters/{code}"}}},"pushwoosh.rpc_v2.geozones_clusters.GeozonesCluster":{type:"I",fields:{code:{type:"string"},application:{type:"string"},name:{type:"string"},cooldown:{type:"Duration"},geozonesCount:{type:"number"}}},"pushwoosh.rpc_v2.geozones_clusters.CreateGeozonesClusterRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},cooldown:{type:"Duration"}}},"pushwoosh.rpc_v2.geozones_clusters.CreateGeozonesClusterResponse":{type:"I",fields:{cluster:{type:"pushwoosh.rpc_v2.geozones_clusters.GeozonesCluster"}}},"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.geozones_clusters.ListGeozonesClustersResponse":{type:"I",fields:{clusters:{type:"pushwoosh.rpc_v2.geozones_clusters.GeozonesCluster",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.geozones_clusters.DeleteGeozonesClusterRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.geozones_clusters.DeleteGeozonesClusterResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.integrations.IntegrationsService":{type:"S",key:"integrations",methods:{GetPropertiesNames:{request:"pushwoosh.rpc_v2.integrations.GetPropertiesNamesRequest",response:"pushwoosh.rpc_v2.integrations.GetPropertiesNamesResponse",method:"get",path:"/api/integrations:get_properties_names"},GetProperties:{request:"pushwoosh.rpc_v2.integrations.GetPropertiesRequest",response:"pushwoosh.rpc_v2.integrations.GetPropertiesResponse",method:"get",path:"/api/integrations:get_properties"},CreateProperties:{request:"pushwoosh.rpc_v2.integrations.CreatePropertiesRequest",response:"pushwoosh.rpc_v2.integrations.CreatePropertiesResponse",method:"post",path:"/api/integrations:create_properties"},ImportSegmentPiano:{request:"pushwoosh.rpc_v2.integrations.ImportSegmentPianoRequest",response:"pushwoosh.rpc_v2.integrations.ImportSegmentPianoResponse",method:"post",path:"/api/integrations:import_segment_piano"},ListIntegrationsConfiguration:{request:"pushwoosh.rpc_v2.integrations.ListIntegrationsConfigurationRequest",response:"pushwoosh.rpc_v2.integrations.ListIntegrationsConfigurationResponse",method:"get",path:"/api/integrations:list_configuration"}}},"pushwoosh.rpc_v2.integrations.Integration":{type:"E",values:["UNKNOWN","SEGMENT","PIANO","WEBHOOK"]},"pushwoosh.rpc_v2.integrations.GetPropertiesNamesRequest":{type:"I",fields:{integration:{type:"pushwoosh.rpc_v2.integrations.Integration"}}},"pushwoosh.rpc_v2.integrations.GetPropertiesNamesResponse":{type:"I",fields:{fields:{type:"string",array:!0}}},"pushwoosh.rpc_v2.integrations.GetPropertiesRequest":{type:"I",fields:{application:{type:"string"},integration:{type:"pushwoosh.rpc_v2.integrations.Integration"}}},"pushwoosh.rpc_v2.integrations.GetPropertiesResponse":{type:"I",fields:{fields:{type:"string",mapKeyType:"string"}}},"pushwoosh.rpc_v2.integrations.CreatePropertiesRequest":{type:"I",fields:{fields:{type:"string",mapKeyType:"string"},application:{type:"string"},integration:{type:"pushwoosh.rpc_v2.integrations.Integration"}}},"pushwoosh.rpc_v2.integrations.CreatePropertiesResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.integrations.ImportSegmentPianoRequest":{type:"I",fields:{application:{type:"string"},segmentKey:{type:"string"}}},"pushwoosh.rpc_v2.integrations.ImportSegmentPianoResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.integrations.ListIntegrationsConfigurationRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.integrations.ListIntegrationsConfigurationResponse.Configuration":{type:"I",fields:{integration:{type:"pushwoosh.rpc_v2.integrations.Integration"},configured:{type:"boolean"}}},"pushwoosh.rpc_v2.integrations.ListIntegrationsConfigurationResponse":{type:"I",fields:{configurations:{type:"pushwoosh.rpc_v2.integrations.ListIntegrationsConfigurationResponse.Configuration",array:!0}}},"pushwoosh.rpc_v2.messages.MessagesService":{type:"S",key:"messages",methods:{List:{request:"pushwoosh.rpc_v2.messages.ListMessagesRequest",response:"pushwoosh.rpc_v2.messages.ListMessagesResponse",method:"get",path:"/api/messages"},Get:{request:"pushwoosh.rpc_v2.messages.GetMessageRequest",response:"pushwoosh.rpc_v2.messages.GetMessageResponse",method:"get",path:"/api/messages/{code}"},Cancel:{request:"pushwoosh.rpc_v2.messages.CancelMessageRequest",response:"pushwoosh.rpc_v2.messages.CancelMessageResponse",method:"post",path:"/api/messages/{code}/cancel"},Delete:{request:"pushwoosh.rpc_v2.messages.DeleteMessageRequest",response:"pushwoosh.rpc_v2.messages.DeleteMessageResponse",method:"delete",path:"/api/messages/{code}"},GetStatistics:{request:"pushwoosh.rpc_v2.messages.GetStatisticsRequest",response:"pushwoosh.rpc_v2.messages.GetStatisticsResponse",method:"post",path:"/api/messages/statistics"},GetLinkClicksStatistics:{request:"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsRequest",response:"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsResponse",method:"post",path:"/api/messages/linkClicksStatistics"},GetDeliveryReport:{request:"pushwoosh.rpc_v2.messages.GetDeliveryReportRequest",response:"pushwoosh.rpc_v2.messages.GetDeliveryReportResponse",method:"post",path:"/api/messages/deliveryReport"},GetMessageLog:{request:"pushwoosh.rpc_v2.messages.GetMessageLogRequest",response:"pushwoosh.rpc_v2.messages.GetMessageLogResponse",method:"post",path:"/api/messages/log"}}},"pushwoosh.rpc_v2.messages.Type":{type:"E",values:["All","Push","Email"]},"pushwoosh.rpc_v2.messages.PushInfo":{type:"I",fields:{content:{type:"string"},title:{type:"string"},subtitle:{type:"string"},banner:{type:"string"},icon:{type:"string"}}},"pushwoosh.rpc_v2.messages.EmailInfo":{type:"I",fields:{subject:{type:"string"},sendFrom:{type:"string"},sendFromName:{type:"string"}}},"pushwoosh.rpc_v2.messages.Message.SchedulingType":{type:"E",values:["now","device_tz","custom_tz","optimal_time"]},"pushwoosh.rpc_v2.messages.Message.Status":{type:"E",values:["status_unknown","creating","waiting","pending","processing","done","canceled","fail"]},"pushwoosh.rpc_v2.messages.Message":{type:"I",fields:{id:{type:"number"},code:{type:"string"},sendDate:{type:"Date"},platforms:{type:"number",array:!0},type:{type:"pushwoosh.rpc_v2.messages.Type"},preset:{type:"string"},status:{type:"pushwoosh.rpc_v2.messages.Message.Status"},createdDate:{type:"Date"},properties:{type:"string",mapKeyType:"string"},schedulingType:{type:"pushwoosh.rpc_v2.messages.Message.SchedulingType"},pushInfo:{type:"pushwoosh.rpc_v2.messages.PushInfo"},emailInfo:{type:"pushwoosh.rpc_v2.messages.EmailInfo"}},oneofs:{info:{oneof:["pushInfo","emailInfo"]}}},"pushwoosh.rpc_v2.messages.ListMessagesRequest.OrderBy":{type:"E",values:["NAME","CREATED","SEND_DATE"]},"pushwoosh.rpc_v2.messages.ListMessagesRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.messages.ListMessagesRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.messages.ListMessagesRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.messages.ListMessagesRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},search:{type:"string"},ids:{type:"number",array:!0},type:{type:"pushwoosh.rpc_v2.messages.Type"}}},"pushwoosh.rpc_v2.messages.ListMessagesResponse":{type:"I",fields:{messages:{type:"pushwoosh.rpc_v2.messages.Message",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.messages.GetMessageRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.messages.GetMessageResponse":{type:"I",fields:{message:{type:"pushwoosh.rpc_v2.messages.Message"}}},"pushwoosh.rpc_v2.messages.CancelMessageRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.messages.CancelMessageResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.messages.DeleteMessageRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.messages.DeleteMessageResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.messages.GetStatisticsRequest":{type:"I",fields:{application:{type:"string"},messageCode:{type:"string"},campaign:{type:"string"},timestampFrom:{type:"Date"},timestampTo:{type:"Date"}}},"pushwoosh.rpc_v2.messages.GetStatisticsResponse.PlatformTimeSeries.Breakdown":{type:"I",fields:{platform:{type:"string"},values:{type:"number",array:!0}}},"pushwoosh.rpc_v2.messages.GetStatisticsResponse.PlatformTimeSeries":{type:"I",fields:{timestamps:{type:"Date",array:!0},breakdowns:{type:"pushwoosh.rpc_v2.messages.GetStatisticsResponse.PlatformTimeSeries.Breakdown",array:!0},totals:{type:"number"}}},"pushwoosh.rpc_v2.messages.GetStatisticsResponse.Metrics":{type:"I",fields:{sends:{type:"pushwoosh.rpc_v2.messages.GetStatisticsResponse.PlatformTimeSeries"},deliveries:{type:"pushwoosh.rpc_v2.messages.GetStatisticsResponse.PlatformTimeSeries"},opens:{type:"pushwoosh.rpc_v2.messages.GetStatisticsResponse.PlatformTimeSeries"},recipients:{type:"number"}}},"pushwoosh.rpc_v2.messages.GetStatisticsResponse":{type:"I",fields:{metrics:{type:"pushwoosh.rpc_v2.messages.GetStatisticsResponse.Metrics"}}},"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsRequest":{type:"I",fields:{application:{type:"string"},messageCode:{type:"string"},campaign:{type:"string"},timestampFrom:{type:"Date"},timestampTo:{type:"Date"}}},"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsResponse.LinkClick.Attributes":{type:"I",fields:{attributes:{type:"string",array:!0},clicks:{type:"number"}}},"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsResponse.LinkClick":{type:"I",fields:{link:{type:"string"},clicks:{type:"number"},attributes:{type:"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsResponse.LinkClick.Attributes",array:!0}}},"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsResponse":{type:"I",fields:{links:{type:"pushwoosh.rpc_v2.messages.GetLinkClicksStatisticsResponse.LinkClick",array:!0},totalClicks:{type:"number"},uniqClick:{type:"number"}}},"pushwoosh.rpc_v2.messages.GetDeliveryReportRequest":{type:"I",fields:{application:{type:"string"},messageCode:{type:"string"},campaign:{type:"string"}}},"pushwoosh.rpc_v2.messages.GetDeliveryReportResponse.DeliveryReport.ReportError":{type:"I",fields:{error:{type:"string"},tooltip:{type:"string"},count:{type:"number"},statusCode:{type:"number"}}},"pushwoosh.rpc_v2.messages.GetDeliveryReportResponse.DeliveryReport":{type:"I",fields:{platform:{type:"number"},total:{type:"number"},errors:{type:"pushwoosh.rpc_v2.messages.GetDeliveryReportResponse.DeliveryReport.ReportError",array:!0}}},"pushwoosh.rpc_v2.messages.GetDeliveryReportResponse":{type:"I",fields:{senderErrors:{type:"pushwoosh.rpc_v2.messages.GetDeliveryReportResponse.DeliveryReport",array:!0},mailErrors:{type:"pushwoosh.rpc_v2.messages.GetDeliveryReportResponse.DeliveryReport"}}},"pushwoosh.rpc_v2.messages.GetMessageLogRequest":{type:"I",fields:{paginationToken:{type:"string"},messageId:{type:"number"},messageCode:{type:"string"},campaignCode:{type:"string"},hwid:{type:"string"},dateFrom:{type:"string"},dateTo:{type:"string"},limit:{type:"number"},userId:{type:"string"},applicationCode:{type:"string"},actions:{type:"string",array:!0},platforms:{type:"string",array:!0}}},"pushwoosh.rpc_v2.messages.GetMessageLogResponse.TrackingLogStatistic":{type:"I",fields:{timestamp:{type:"string"},messageId:{type:"string"},messageCode:{type:"string"},campaignCode:{type:"string"},hwid:{type:"string"},platform:{type:"string"},action:{type:"string"},pushAlertsEnabled:{type:"string"},status:{type:"string"},errorReason:{type:"string"},userId:{type:"string"},applicationCode:{type:"string"}}},"pushwoosh.rpc_v2.messages.GetMessageLogResponse":{type:"I",fields:{paginationToken:{type:"string"},data:{type:"pushwoosh.rpc_v2.messages.GetMessageLogResponse.TrackingLogStatistic",array:!0}}},"pushwoosh.objects.filters.v1.__filter_collection_internal":{type:"I",fields:{f1:{type:"string"},f2:{type:"Date"},f3:{type:"pushwoosh.objects.filters.v1.Filter"}}},"pushwoosh.objects.filters.v1.LogicExpression.Binary.Operator":{type:"E",values:["INVALID","AND","OR"]},"pushwoosh.objects.filters.v1.LogicExpression.Binary":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Binary.Operator"},left:{type:"pushwoosh.objects.filters.v1.LogicExpression"},right:{type:"pushwoosh.objects.filters.v1.LogicExpression"}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator":{type:"E",values:["INVALID","EQ","NEQ","IN","GT","GTE","LT","LTE","STARTS_WITH","ENDS_WITH","LIKE","IS_NULL","NOT_NULL","ILIKE","ARRAY_CONTAINS","ARRAY_INCLUDES"]},"pushwoosh.objects.filters.v1.LogicExpression.Field.ID":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.Code":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"string"},values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.AccountID":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.Name":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"string"},values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.ApplicationID":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.IsFiltrationInProgress":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationStartedAt":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastFilteredAt":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastCheckedAt":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationScheduledAt":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.CheckerScheduledAt":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.IsSystem":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.ExpirationDate":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.Created":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.FilterExpressionRaw":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"string"},values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationID":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"string"},values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field.Updated":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"},value:{type:"Date"},values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.LogicExpression.Field":{type:"I",fields:{CondID:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.ID"},CondCode:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Code"},CondAccountID:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.AccountID"},CondName:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Name"},CondApplicationID:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.ApplicationID"},CondIsFiltrationInProgress:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.IsFiltrationInProgress"},CondFiltrationStartedAt:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationStartedAt"},CondFiltrationLastFilteredAt:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastFilteredAt"},CondFiltrationLastCheckedAt:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationLastCheckedAt"},CondFiltrationScheduledAt:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationScheduledAt"},CondCheckerScheduledAt:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.CheckerScheduledAt"},CondIsSystem:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.IsSystem"},CondExpirationDate:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.ExpirationDate"},CondCreated:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Created"},CondFilterExpressionRaw:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.FilterExpressionRaw"},CondFiltrationID:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.FiltrationID"},CondUpdated:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field.Updated"}},oneofs:{kind:{oneof:["CondID","CondCode","CondAccountID","CondName","CondApplicationID","CondIsFiltrationInProgress","CondFiltrationStartedAt","CondFiltrationLastFilteredAt","CondFiltrationLastCheckedAt","CondFiltrationScheduledAt","CondCheckerScheduledAt","CondIsSystem","CondExpirationDate","CondCreated","CondFilterExpressionRaw","CondFiltrationID","CondUpdated"]}}},"pushwoosh.objects.filters.v1.LogicExpression":{type:"I",fields:{binary:{type:"pushwoosh.objects.filters.v1.LogicExpression.Binary"},field:{type:"pushwoosh.objects.filters.v1.LogicExpression.Field"}},oneofs:{kind:{oneof:["binary","field"]}}},"pushwoosh.objects.filters.v1.Sort":{type:"I",fields:{field:{type:"string"},order:{type:"pushwoosh.objects.filters.v1.SortOrder"}}},"pushwoosh.objects.filters.v1.SortOrder":{type:"E",values:["INVALID","ASC","DESC"]},"pushwoosh.objects.filters.v1.SortExpression":{type:"I",fields:{sorts:{type:"pushwoosh.objects.filters.v1.Sort",array:!0}}},"pushwoosh.objects.filters.v1.__filter_crud_service_internal":{type:"I",fields:{f1:{type:"string"},f2:{type:"Date"},f3:{type:"{}"}}},"pushwoosh.objects.filters.v1.FiltersCrudService":{type:"S",key:"filtersCrud",methods:{Create:{request:"pushwoosh.objects.filters.v1.CreateRequest",response:"pushwoosh.objects.filters.v1.CreateResponse",method:"post",path:"/v1/objects/filters"},CreateMany:{request:"pushwoosh.objects.filters.v1.CreateManyRequest",response:"pushwoosh.objects.filters.v1.CreateManyResponse",method:"post",path:"/v1/objects/filters:many"},Get:{request:"pushwoosh.objects.filters.v1.GetRequest",response:"pushwoosh.objects.filters.v1.GetResponse",method:"get",path:"/v1/objects/filters/ID/{ID}"},LoadByCode:{request:"pushwoosh.objects.filters.v1.LoadByCodeRequest",response:"pushwoosh.objects.filters.v1.LoadByCodeResponse",method:"get",path:"/v1/objects/filters/Code/{Code}"},LoadByAccountIDName:{request:"pushwoosh.objects.filters.v1.LoadByAccountIDNameRequest",response:"pushwoosh.objects.filters.v1.LoadByAccountIDNameResponse",method:"get",path:"/v1/objects/filters/AccountID/{AccountID}/Name/{Name}"},Delete:{request:"pushwoosh.objects.filters.v1.DeleteRequest",response:"{}",method:"delete",path:"/v1/objects/filters/ID/{ID}"},DeleteMany:{request:"pushwoosh.objects.filters.v1.DeleteManyRequest",response:"pushwoosh.objects.filters.v1.DeleteManyResponse",method:"delete",path:"/v1/objects/filters:deleteMany"},Count:{request:"pushwoosh.objects.filters.v1.CountRequest",response:"pushwoosh.objects.filters.v1.CountResponse",method:"get",path:"/v1/objects/filters:count"},GetPage:{request:"pushwoosh.objects.filters.v1.GetPageRequest",response:"pushwoosh.objects.filters.v1.GetPageResponse",method:"get",path:"/v1/objects/filters:getPage"},List:{request:"pushwoosh.objects.filters.v1.ListRequest",response:"pushwoosh.objects.filters.v1.ListResponse",method:"get",path:"/v1/objects/filters:list"},Paginate:{request:"pushwoosh.objects.filters.v1.PaginateRequest",response:"pushwoosh.objects.filters.v1.PaginateResponse",method:"get",path:"/v1/objects/filters:paginate"},UpdateCode:{request:"pushwoosh.objects.filters.v1.UpdateCodeRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/Code"},UpdateAccountID:{request:"pushwoosh.objects.filters.v1.UpdateAccountIDRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/AccountID"},UpdateName:{request:"pushwoosh.objects.filters.v1.UpdateNameRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/Name"},UpdateApplicationID:{request:"pushwoosh.objects.filters.v1.UpdateApplicationIDRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/ApplicationID"},UpdateIsFiltrationInProgress:{request:"pushwoosh.objects.filters.v1.UpdateIsFiltrationInProgressRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/IsFiltrationInProgress"},UpdateFiltrationStartedAt:{request:"pushwoosh.objects.filters.v1.UpdateFiltrationStartedAtRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/FiltrationStartedAt"},UpdateFiltrationLastFilteredAt:{request:"pushwoosh.objects.filters.v1.UpdateFiltrationLastFilteredAtRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/FiltrationLastFilteredAt"},UpdateFiltrationLastCheckedAt:{request:"pushwoosh.objects.filters.v1.UpdateFiltrationLastCheckedAtRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/FiltrationLastCheckedAt"},UpdateFiltrationScheduledAt:{request:"pushwoosh.objects.filters.v1.UpdateFiltrationScheduledAtRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/FiltrationScheduledAt"},UpdateCheckerScheduledAt:{request:"pushwoosh.objects.filters.v1.UpdateCheckerScheduledAtRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/CheckerScheduledAt"},UpdateIsSystem:{request:"pushwoosh.objects.filters.v1.UpdateIsSystemRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/IsSystem"},UpdateExpirationDate:{request:"pushwoosh.objects.filters.v1.UpdateExpirationDateRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/ExpirationDate"},UpdateCreated:{request:"pushwoosh.objects.filters.v1.UpdateCreatedRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/Created"},UpdateFilterExpressionRaw:{request:"pushwoosh.objects.filters.v1.UpdateFilterExpressionRawRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/FilterExpressionRaw"},UpdateFiltrationID:{request:"pushwoosh.objects.filters.v1.UpdateFiltrationIDRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/FiltrationID"},UpdateUpdated:{request:"pushwoosh.objects.filters.v1.UpdateUpdatedRequest",response:"{}",method:"patch",path:"/v1/objects/filters/ID/{ID}/update/Updated"}}},"pushwoosh.objects.filters.v1.CreateRequest":{type:"I",fields:{Code:{type:"string"},AccountID:{type:"number"},Name:{type:"string"},ApplicationID:{type:"number"},IsFiltrationInProgress:{type:"boolean"},FiltrationStartedAt:{type:"Date"},FiltrationLastFilteredAt:{type:"Date"},FiltrationLastCheckedAt:{type:"Date"},FiltrationScheduledAt:{type:"Date"},CheckerScheduledAt:{type:"Date"},IsSystem:{type:"boolean"},ExpirationDate:{type:"Date"},Created:{type:"Date"},FilterExpressionRaw:{type:"string"},FiltrationID:{type:"string"},Updated:{type:"Date"}}},"pushwoosh.objects.filters.v1.CreateResponse":{type:"I",fields:{filter:{type:"pushwoosh.objects.filters.v1.Filter"}}},"pushwoosh.objects.filters.v1.CreateManyRequest":{type:"I",fields:{filters:{type:"pushwoosh.objects.filters.v1.CreateRequest",array:!0}}},"pushwoosh.objects.filters.v1.CreateManyResponse":{type:"I",fields:{filters:{type:"pushwoosh.objects.filters.v1.CreateResponse",array:!0}}},"pushwoosh.objects.filters.v1.DeleteRequest":{type:"I",fields:{ID:{type:"number"}}},"pushwoosh.objects.filters.v1.DeleteManyRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.filters.v1.LogicExpression"}}},"pushwoosh.objects.filters.v1.DeleteManyResponse":{type:"I",fields:{count:{type:"number"}}},"pushwoosh.objects.filters.v1.CountRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.filters.v1.LogicExpression"}}},"pushwoosh.objects.filters.v1.CountResponse":{type:"I",fields:{count:{type:"number"}}},"pushwoosh.objects.filters.v1.GetPageRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.filters.v1.LogicExpression"},sort:{type:"pushwoosh.objects.filters.v1.SortExpression"},pageSize:{type:"number"},pageNum:{type:"number"}}},"pushwoosh.objects.filters.v1.GetPageResponse":{type:"I",fields:{filters:{type:"pushwoosh.objects.filters.v1.Filter",array:!0},total:{type:"number"}}},"pushwoosh.objects.filters.v1.ListRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.filters.v1.LogicExpression"},sort:{type:"pushwoosh.objects.filters.v1.SortExpression"},pageSize:{type:"number"}}},"pushwoosh.objects.filters.v1.ListResponse":{type:"I",fields:{paginationToken:{type:"string"}}},"pushwoosh.objects.filters.v1.PaginateRequest":{type:"I",fields:{nextPageToken:{type:"string"}}},"pushwoosh.objects.filters.v1.PaginateResponse":{type:"I",fields:{filters:{type:"pushwoosh.objects.filters.v1.Filter",array:!0},nextPageToken:{type:"string"}}},"pushwoosh.objects.filters.v1.UpdateCodeRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"string"}}},"pushwoosh.objects.filters.v1.UpdateAccountIDRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.filters.v1.UpdateNameRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"string"}}},"pushwoosh.objects.filters.v1.UpdateApplicationIDRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.filters.v1.UpdateIsFiltrationInProgressRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.filters.v1.UpdateFiltrationStartedAtRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.UpdateFiltrationLastFilteredAtRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.UpdateFiltrationLastCheckedAtRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.UpdateFiltrationScheduledAtRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.UpdateCheckerScheduledAtRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.UpdateIsSystemRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.filters.v1.UpdateExpirationDateRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.UpdateCreatedRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.UpdateFilterExpressionRawRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"string"}}},"pushwoosh.objects.filters.v1.UpdateFiltrationIDRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"string"}}},"pushwoosh.objects.filters.v1.UpdateUpdatedRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"Date"}}},"pushwoosh.objects.filters.v1.GetRequest":{type:"I",fields:{ID:{type:"number"}}},"pushwoosh.objects.filters.v1.GetResponse":{type:"I",fields:{filter:{type:"pushwoosh.objects.filters.v1.Filter"}}},"pushwoosh.objects.filters.v1.LoadByCodeRequest":{type:"I",fields:{Code:{type:"string"}}},"pushwoosh.objects.filters.v1.LoadByCodeResponse":{type:"I",fields:{filter:{type:"pushwoosh.objects.filters.v1.Filter"}}},"pushwoosh.objects.filters.v1.LoadByAccountIDNameRequest":{type:"I",fields:{AccountID:{type:"number"},Name:{type:"string"}}},"pushwoosh.objects.filters.v1.LoadByAccountIDNameResponse":{type:"I",fields:{filter:{type:"pushwoosh.objects.filters.v1.Filter"}}},"pushwoosh.objects.filters.v1.JoinType":{type:"E",values:["JOIN_INVALID","JOIN_INNER","JOIN_LEFT","JOIN_RIGHT"]},"pushwoosh.objects.filters.v1.__filter_model_internal":{type:"I",fields:{f1:{type:"string"},f2:{type:"Date"}}},"pushwoosh.objects.filters.v1.Filter":{type:"I",fields:{ID:{type:"number"},Code:{type:"string"},AccountID:{type:"number"},Name:{type:"string"},ApplicationID:{type:"number"},IsFiltrationInProgress:{type:"boolean"},FiltrationStartedAt:{type:"Date"},FiltrationLastFilteredAt:{type:"Date"},FiltrationLastCheckedAt:{type:"Date"},FiltrationScheduledAt:{type:"Date"},CheckerScheduledAt:{type:"Date"},IsSystem:{type:"boolean"},ExpirationDate:{type:"Date"},Created:{type:"Date"},FilterExpressionRaw:{type:"string"},FiltrationID:{type:"string"},Updated:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Operation.Operator":{type:"E",values:["OPERATOR_UNSPECIFIED","OPERATOR_INTERSECT","OPERATOR_UNION","OPERATOR_DIFFERENCE"]},"pushwoosh.objects.filters.v1.FilterExpression.Operation":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.FilterExpression.Operation.Operator"},operands:{type:"pushwoosh.objects.filters.v1.FilterExpression",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Application.TokenPresence":{type:"E",values:["TOKEN_PRESENCE_UNSPECIFIED","TOKEN_PRESENCE_WITH_TOKENS","TOKEN_PRESENCE_WITHOUT_TOKENS","TOKEN_PRESENCE_ALL"]},"pushwoosh.objects.filters.v1.FilterExpression.Application.DevicePresence":{type:"E",values:["DEVICE_PRESENCE_UNSPECIFIED","DEVICE_PRESENCE_WITH_DEVICES","DEVICE_PRESENCE_WITHOUT_DEVICES","DEVICE_PRESENCE_ALL"]},"pushwoosh.objects.filters.v1.FilterExpression.Application":{type:"I",fields:{codes:{type:"string",array:!0},platforms:{type:"number",array:!0},tokenPresence:{type:"pushwoosh.objects.filters.v1.FilterExpression.Application.TokenPresence"},devicePresence:{type:"pushwoosh.objects.filters.v1.FilterExpression.Application.DevicePresence"}}},"pushwoosh.objects.filters.v1.FilterExpression.Geo":{type:"I",fields:{application:{type:"string"},lat:{type:"number"},lon:{type:"number"},range:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Eq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Neq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Lte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Gte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Any":{type:"I",fields:{}},"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Gte"},any:{type:"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value.Any"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","any"]}}},"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend":{type:"I",fields:{applications:{type:"string",array:!0},value:{type:"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend.Value"}}},"pushwoosh.objects.filters.v1.FilterExpression.Static":{type:"I",fields:{application:{type:"string"},segment:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Count.Operator":{type:"E",values:["OPERATOR_UNSPECIFIED","OPERATOR_EQ","OPERATOR_NEQ","OPERATOR_LTE","OPERATOR_GTE"]},"pushwoosh.objects.filters.v1.FilterExpression.Event.Count":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Count.Operator"},value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Eq":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Neq":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Lte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Gte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.In":{type:"I",fields:{values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.NotIn":{type:"I",fields:{values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Between":{type:"I",fields:{from:{type:"Date"},to:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo.Operator":{type:"E",values:["OPERATOR_UNSPECIFIED","OPERATOR_EQ","OPERATOR_NEQ","OPERATOR_LTE","OPERATOR_GTE","OPERATOR_BETWEEN"]},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Date":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.Exists"},daysAgo:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAgo"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists","daysAgo"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Eq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Neq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Lte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Gte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.In":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.NotIn":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Between":{type:"I",fields:{from:{type:"number"},to:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer.Exists"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Eq":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Neq":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.In":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.NotIn":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.StartsWith":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.EndsWith":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Contains":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Neq"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.NotIn"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Exists"},startsWith:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.StartsWith"},endsWith:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.EndsWith"},contains:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String.Contains"}},oneofs:{kind:{oneof:["eq","neq","in","notIn","exists","startsWith","endsWith","contains"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.In":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.NotIn":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List":{type:"I",fields:{in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.NotIn"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List.Exists"}},oneofs:{kind:{oneof:["in","notIn","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Eq":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Neq":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Lte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Gte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.In":{type:"I",fields:{values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.NotIn":{type:"I",fields:{values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Between":{type:"I",fields:{from:{type:"Date"},to:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo.Operator":{type:"E",values:["OPERATOR_UNSPECIFIED","OPERATOR_EQ","OPERATOR_NEQ","OPERATOR_LTE","OPERATOR_GTE","OPERATOR_BETWEEN"]},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.Exists"},daysAgo:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAgo"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists","daysAgo"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Eq":{type:"I",fields:{value:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Neq":{type:"I",fields:{value:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Neq"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean.Exists"}},oneofs:{kind:{oneof:["eq","neq","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Eq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Neq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Lte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Gte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.In":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.NotIn":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Between":{type:"I",fields:{from:{type:"number"},to:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price.Exists"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute":{type:"I",fields:{name:{type:"string"},integer:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Integer"},string:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.String"},list:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.List"},date:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date"},boolean:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Boolean"},price:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Price"}},oneofs:{kind:{oneof:["integer","string","list","date","boolean","price"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Event":{type:"I",fields:{application:{type:"string"},event:{type:"string"},count:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Count"},date:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Date"},attributes:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute",array:!0},platforms:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Lte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Gte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Between":{type:"I",fields:{from:{type:"Date"},to:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Operator":{type:"E",values:["OPERATOR_UNSPECIFIED","OPERATOR_LTE","OPERATOR_GTE","OPERATOR_BETWEEN"]},"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition":{type:"I",fields:{lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Gte"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition.Between"}},oneofs:{kind:{oneof:["lte","gte","between"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Updated":{type:"I",fields:{application:{type:"string"},condition:{type:"pushwoosh.objects.filters.v1.FilterExpression.Updated.Condition"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Eq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Neq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Lte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Gte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.In":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.NotIn":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Between":{type:"I",fields:{from:{type:"number"},to:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer.Exists"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Eq":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Neq":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.In":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.NotIn":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.StartsWith":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.EndsWith":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Contains":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.String":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Neq"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.NotIn"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Exists"},startsWith:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.StartsWith"},endsWith:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.EndsWith"},contains:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String.Contains"}},oneofs:{kind:{oneof:["eq","neq","in","notIn","exists","startsWith","endsWith","contains"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.List.In":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.List.NotIn":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.List.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.List":{type:"I",fields:{in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.List.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.List.NotIn"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.List.Exists"}},oneofs:{kind:{oneof:["in","notIn","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Eq":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Neq":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Lte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Gte":{type:"I",fields:{value:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.In":{type:"I",fields:{values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.NotIn":{type:"I",fields:{values:{type:"Date",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Between":{type:"I",fields:{from:{type:"Date"},to:{type:"Date"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo.Operator":{type:"E",values:["OPERATOR_UNSPECIFIED","OPERATOR_EQ","OPERATOR_NEQ","OPERATOR_LTE","OPERATOR_GTE","OPERATOR_BETWEEN"]},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo":{type:"I",fields:{operator:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.Exists"},daysAgo:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAgo"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists","daysAgo"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Eq":{type:"I",fields:{value:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Neq":{type:"I",fields:{value:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Neq"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean.Exists"}},oneofs:{kind:{oneof:["eq","neq","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Eq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Neq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Lte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Gte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.In":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.NotIn":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Between":{type:"I",fields:{from:{type:"number"},to:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price.Exists"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Eq":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Neq":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Lte":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Gte":{type:"I",fields:{value:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.In":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.NotIn":{type:"I",fields:{values:{type:"string",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Between":{type:"I",fields:{from:{type:"string"},to:{type:"string"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version.Exists"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Eq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Neq":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Lte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Gte":{type:"I",fields:{value:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.In":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.NotIn":{type:"I",fields:{values:{type:"number",array:!0}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Between":{type:"I",fields:{from:{type:"number"},to:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Exists":{type:"I",fields:{exists:{type:"boolean"}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone":{type:"I",fields:{eq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Eq"},neq:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Neq"},lte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Lte"},gte:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Gte"},in:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.In"},notIn:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.NotIn"},between:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Between"},exists:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone.Exists"}},oneofs:{kind:{oneof:["eq","neq","lte","gte","in","notIn","between","exists"]}}},"pushwoosh.objects.filters.v1.FilterExpression.Tag":{type:"I",fields:{name:{type:"string"},application:{type:"string"},integer:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Integer"},string:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.String"},list:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.List"},date:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date"},boolean:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Boolean"},price:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Price"},version:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Version"},timezone:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag.Timezone"}},oneofs:{kind:{oneof:["integer","string","list","date","boolean","price","version","timezone"]}}},"pushwoosh.objects.filters.v1.FilterExpression.TagDateMatch":{type:"I",fields:{name:{type:"string"},application:{type:"string"},month:{type:"number"},day:{type:"number"},addDays:{type:"number"}}},"pushwoosh.objects.filters.v1.FilterExpression":{type:"I",fields:{operation:{type:"pushwoosh.objects.filters.v1.FilterExpression.Operation"},application:{type:"pushwoosh.objects.filters.v1.FilterExpression.Application"},tag:{type:"pushwoosh.objects.filters.v1.FilterExpression.Tag"},geo:{type:"pushwoosh.objects.filters.v1.FilterExpression.Geo"},static:{type:"pushwoosh.objects.filters.v1.FilterExpression.Static"},event:{type:"pushwoosh.objects.filters.v1.FilterExpression.Event"},updated:{type:"pushwoosh.objects.filters.v1.FilterExpression.Updated"},bestTimeToSend:{type:"pushwoosh.objects.filters.v1.FilterExpression.BestTimeToSend"},tagDateMatch:{type:"pushwoosh.objects.filters.v1.FilterExpression.TagDateMatch"}},oneofs:{kind:{oneof:["operation","application","tag","geo","static","event","updated","bestTimeToSend","tagDateMatch"]}}},"pushwoosh.objects.restrictionValues.v1.__restrictionValue_collection_internal":{type:"I",fields:{f1:{type:"string"},f2:{type:"Date"},f3:{type:"pushwoosh.objects.restrictionValues.v1.RestrictionValue"}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Binary.Operator":{type:"E",values:["INVALID","AND","OR"]},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Binary":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Binary.Operator"},left:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression"},right:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression"}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator":{type:"E",values:["INVALID","EQ","NEQ","IN","GT","GTE","LT","LTE","STARTS_WITH","ENDS_WITH","LIKE","IS_NULL","NOT_NULL","ILIKE","ARRAY_CONTAINS","ARRAY_INCLUDES"]},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.ID":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.IsLocked":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxCampaigns":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDeeplinks":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApplicationGroups":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApps":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTags":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxGeozones":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDevices":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsers":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApiTokens":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPresets":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTestDevices":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxGeozoneRange":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxRssFeeds":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxAutoPushes":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxIOSCategories":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTwitterFeeds":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxInapps":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxEvents":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxCreateMessage":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxRichmedia":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPreparedFilters":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxFilters":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DevicesInactivityLimit":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowStatsAccess":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApiStatsAccess":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGeozoneApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowABTests":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBackup":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApplicationApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRemotePage":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowScheduling":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomData":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMultiLanguage":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAutoConfig":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCsvMessage":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCampaignApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushHistoryApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushByUser":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFilterApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTwoFactorAuth":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBroadcastMessageSegmentation":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushOnEvent":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCompileFilter":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MinSendRate":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxSendRate":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendToGeozone":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowUseIosNewsstand":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGetUsersDetails":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGoalTracking":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowIePlatformUsage":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowInbox":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxEmailTemplates":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUserSpecificTags":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGdpr":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingEmails":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingDomains":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendExternalStats":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomRssPollingInterval":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMetadata":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPushOnEventDelayInDays":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventStatisticsApi":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagNotSetFilter":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowDebugMode":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFbMessenger":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTrackUninstalls":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailRateCounterAggregatePeriod":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailBounceRateLimit":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailComplaintRateLimit":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFrequencyCapping":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsersPerDevice":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsFreeLimit":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsLimited":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowContentTemplates":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBaiduAndroidPlatformUsage":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxInboxTtlDays":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MessageHistoryStorePeriod":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApiGetMessageLog":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DetailActionHistoryStorePeriod":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjWebhook":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjInapp":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjScheduledSegment":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjContentPersonalization":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSetTags":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicDelay":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSilentHours":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjFrequencyCapping":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowShowDeliveryStatistics":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRFMSegments":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBestTimeToSend":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventSegmentation":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSegmentsGroups":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomerJourney":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSMS":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjApiEntry":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicSetTagsInUpdateProfile":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAddBranchesInWaitForTrigger":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventsFunnel":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowChannelsSection":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjEmailBcc":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailFileStorePeriod":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"number"},values:{type:"number",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowWhatsApp":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAlternativeGoalsStats":{type:"I",fields:{operator:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"},value:{type:"boolean"},values:{type:"boolean",array:!0}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field":{type:"I",fields:{CondID:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.ID"},CondIsLocked:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.IsLocked"},CondMaxCampaigns:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxCampaigns"},CondMaxDeeplinks:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDeeplinks"},CondMaxApplicationGroups:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApplicationGroups"},CondMaxApps:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApps"},CondMaxTags:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTags"},CondMaxGeozones:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxGeozones"},CondMaxDevices:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxDevices"},CondMaxUsers:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsers"},CondMaxApiTokens:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxApiTokens"},CondMaxPresets:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPresets"},CondMaxTestDevices:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTestDevices"},CondMaxGeozoneRange:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxGeozoneRange"},CondMaxRssFeeds:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxRssFeeds"},CondMaxAutoPushes:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxAutoPushes"},CondMaxIOSCategories:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxIOSCategories"},CondMaxTwitterFeeds:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxTwitterFeeds"},CondMaxInapps:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxInapps"},CondMaxEvents:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxEvents"},CondMaxCreateMessage:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxCreateMessage"},CondMaxRichmedia:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxRichmedia"},CondMaxPreparedFilters:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPreparedFilters"},CondMaxFilters:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxFilters"},CondDevicesInactivityLimit:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DevicesInactivityLimit"},CondAllowApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApi"},CondAllowStatsAccess:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowStatsAccess"},CondAllowApiStatsAccess:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApiStatsAccess"},CondAllowGeozoneApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGeozoneApi"},CondAllowABTests:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowABTests"},CondAllowBackup:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBackup"},CondAllowApplicationApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApplicationApi"},CondAllowRemotePage:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRemotePage"},CondAllowScheduling:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowScheduling"},CondAllowCustomData:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomData"},CondAllowMultiLanguage:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMultiLanguage"},CondAllowAutoConfig:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAutoConfig"},CondAllowCsvMessage:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCsvMessage"},CondAllowCampaignApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCampaignApi"},CondAllowPushHistoryApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushHistoryApi"},CondAllowTagsApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsApi"},CondAllowPushByUser:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushByUser"},CondAllowFilterApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFilterApi"},CondAllowTwoFactorAuth:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTwoFactorAuth"},CondAllowBroadcastMessageSegmentation:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBroadcastMessageSegmentation"},CondAllowPushOnEvent:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowPushOnEvent"},CondAllowCompileFilter:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCompileFilter"},CondMinSendRate:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MinSendRate"},CondMaxSendRate:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxSendRate"},CondAllowSendToGeozone:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendToGeozone"},CondAllowUseIosNewsstand:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowUseIosNewsstand"},CondAllowGetUsersDetails:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGetUsersDetails"},CondAllowGoalTracking:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGoalTracking"},CondAllowIePlatformUsage:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowIePlatformUsage"},CondAllowInbox:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowInbox"},CondMaxEmailTemplates:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxEmailTemplates"},CondMaxUserSpecificTags:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUserSpecificTags"},CondAllowGdpr:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowGdpr"},CondMaxVerifyingEmails:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingEmails"},CondMaxVerifyingDomains:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxVerifyingDomains"},CondAllowSendExternalStats:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSendExternalStats"},CondAllowCustomRssPollingInterval:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomRssPollingInterval"},CondAllowMetadata:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowMetadata"},CondMaxPushOnEventDelayInDays:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxPushOnEventDelayInDays"},CondAllowEventStatisticsApi:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventStatisticsApi"},CondAllowTagNotSetFilter:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagNotSetFilter"},CondAllowDebugMode:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowDebugMode"},CondAllowFbMessenger:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFbMessenger"},CondAllowTrackUninstalls:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTrackUninstalls"},CondEmailRateCounterAggregatePeriod:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailRateCounterAggregatePeriod"},CondEmailBounceRateLimit:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailBounceRateLimit"},CondEmailComplaintRateLimit:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailComplaintRateLimit"},CondAllowFrequencyCapping:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowFrequencyCapping"},CondMaxUsersPerDevice:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxUsersPerDevice"},CondEmailsFreeLimit:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsFreeLimit"},CondEmailsLimited:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailsLimited"},CondAllowContentTemplates:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowContentTemplates"},CondAllowBaiduAndroidPlatformUsage:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBaiduAndroidPlatformUsage"},CondMaxInboxTtlDays:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MaxInboxTtlDays"},CondMessageHistoryStorePeriod:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.MessageHistoryStorePeriod"},CondAllowApiGetMessageLog:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowApiGetMessageLog"},CondDetailActionHistoryStorePeriod:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.DetailActionHistoryStorePeriod"},CondAllowCjWebhook:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjWebhook"},CondAllowCjInapp:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjInapp"},CondAllowCjScheduledSegment:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjScheduledSegment"},CondAllowCjContentPersonalization:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjContentPersonalization"},CondAllowCjSetTags:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSetTags"},CondAllowCjDynamicDelay:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicDelay"},CondAllowCjSilentHours:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSilentHours"},CondAllowCjFrequencyCapping:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjFrequencyCapping"},CondAllowShowDeliveryStatistics:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowShowDeliveryStatistics"},CondAllowRFMSegments:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowRFMSegments"},CondAllowBestTimeToSend:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowBestTimeToSend"},CondAllowEventSegmentation:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventSegmentation"},CondAllowSegmentsGroups:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowSegmentsGroups"},CondAllowCustomerJourney:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCustomerJourney"},CondAllowCjSMS:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjSMS"},CondAllowCjApiEntry:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjApiEntry"},CondAllowCjDynamicSetTagsInUpdateProfile:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjDynamicSetTagsInUpdateProfile"},CondAllowCjAddBranchesInWaitForTrigger:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAddBranchesInWaitForTrigger"},CondAllowEventsFunnel:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowEventsFunnel"},CondAllowChannelsSection:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowChannelsSection"},CondAllowCjEmailBcc:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjEmailBcc"},CondEmailFileStorePeriod:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.EmailFileStorePeriod"},CondAllowWhatsApp:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowWhatsApp"},CondAllowCjAlternativeGoalsStats:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCjAlternativeGoalsStats"}},oneofs:{kind:{oneof:["CondID","CondIsLocked","CondMaxCampaigns","CondMaxDeeplinks","CondMaxApplicationGroups","CondMaxApps","CondMaxTags","CondMaxGeozones","CondMaxDevices","CondMaxUsers","CondMaxApiTokens","CondMaxPresets","CondMaxTestDevices","CondMaxGeozoneRange","CondMaxRssFeeds","CondMaxAutoPushes","CondMaxIOSCategories","CondMaxTwitterFeeds","CondMaxInapps","CondMaxEvents","CondMaxCreateMessage","CondMaxRichmedia","CondMaxPreparedFilters","CondMaxFilters","CondDevicesInactivityLimit","CondAllowApi","CondAllowStatsAccess","CondAllowApiStatsAccess","CondAllowGeozoneApi","CondAllowABTests","CondAllowBackup","CondAllowApplicationApi","CondAllowRemotePage","CondAllowScheduling","CondAllowCustomData","CondAllowMultiLanguage","CondAllowAutoConfig","CondAllowCsvMessage","CondAllowCampaignApi","CondAllowPushHistoryApi","CondAllowTagsApi","CondAllowPushByUser","CondAllowFilterApi","CondAllowTwoFactorAuth","CondAllowBroadcastMessageSegmentation","CondAllowPushOnEvent","CondAllowCompileFilter","CondMinSendRate","CondMaxSendRate","CondAllowSendToGeozone","CondAllowUseIosNewsstand","CondAllowGetUsersDetails","CondAllowGoalTracking","CondAllowIePlatformUsage","CondAllowInbox","CondMaxEmailTemplates","CondMaxUserSpecificTags","CondAllowGdpr","CondMaxVerifyingEmails","CondMaxVerifyingDomains","CondAllowSendExternalStats","CondAllowCustomRssPollingInterval","CondAllowMetadata","CondMaxPushOnEventDelayInDays","CondAllowEventStatisticsApi","CondAllowTagNotSetFilter","CondAllowDebugMode","CondAllowFbMessenger","CondAllowTrackUninstalls","CondEmailRateCounterAggregatePeriod","CondEmailBounceRateLimit","CondEmailComplaintRateLimit","CondAllowFrequencyCapping","CondMaxUsersPerDevice","CondEmailsFreeLimit","CondEmailsLimited","CondAllowContentTemplates","CondAllowBaiduAndroidPlatformUsage","CondMaxInboxTtlDays","CondMessageHistoryStorePeriod","CondAllowApiGetMessageLog","CondDetailActionHistoryStorePeriod","CondAllowCjWebhook","CondAllowCjInapp","CondAllowCjScheduledSegment","CondAllowCjContentPersonalization","CondAllowCjSetTags","CondAllowCjDynamicDelay","CondAllowCjSilentHours","CondAllowCjFrequencyCapping","CondAllowShowDeliveryStatistics","CondAllowRFMSegments","CondAllowBestTimeToSend","CondAllowEventSegmentation","CondAllowSegmentsGroups","CondAllowCustomerJourney","CondAllowCjSMS","CondAllowCjApiEntry","CondAllowCjDynamicSetTagsInUpdateProfile","CondAllowCjAddBranchesInWaitForTrigger","CondAllowEventsFunnel","CondAllowChannelsSection","CondAllowCjEmailBcc","CondEmailFileStorePeriod","CondAllowWhatsApp","CondAllowCjAlternativeGoalsStats"]}}},"pushwoosh.objects.restrictionValues.v1.LogicExpression":{type:"I",fields:{binary:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Binary"},field:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field"}},oneofs:{kind:{oneof:["binary","field"]}}},"pushwoosh.objects.restrictionValues.v1.Sort":{type:"I",fields:{field:{type:"string"},order:{type:"pushwoosh.objects.restrictionValues.v1.SortOrder"}}},"pushwoosh.objects.restrictionValues.v1.SortOrder":{type:"E",values:["INVALID","ASC","DESC"]},"pushwoosh.objects.restrictionValues.v1.SortExpression":{type:"I",fields:{sorts:{type:"pushwoosh.objects.restrictionValues.v1.Sort",array:!0}}},"pushwoosh.objects.restrictionValues.v1.__restrictionValue_crud_service_internal":{type:"I",fields:{f1:{type:"string"},f2:{type:"Date"},f3:{type:"{}"}}},"pushwoosh.objects.restrictionValues.v1.RestrictionValuesCrudService":{type:"S",key:"restrictionValuesCrud",methods:{Create:{request:"pushwoosh.objects.restrictionValues.v1.CreateRequest",response:"pushwoosh.objects.restrictionValues.v1.CreateResponse",method:"post",path:"/v1/objects/restrictionValues"},CreateMany:{request:"pushwoosh.objects.restrictionValues.v1.CreateManyRequest",response:"pushwoosh.objects.restrictionValues.v1.CreateManyResponse",method:"post",path:"/v1/objects/restrictionValues:many"},Get:{request:"pushwoosh.objects.restrictionValues.v1.GetRequest",response:"pushwoosh.objects.restrictionValues.v1.GetResponse",method:"get",path:"/v1/objects/restrictionValues/ID/{ID}"},Delete:{request:"pushwoosh.objects.restrictionValues.v1.DeleteRequest",response:"{}",method:"delete",path:"/v1/objects/restrictionValues/ID/{ID}"},DeleteMany:{request:"pushwoosh.objects.restrictionValues.v1.DeleteManyRequest",response:"pushwoosh.objects.restrictionValues.v1.DeleteManyResponse",method:"delete",path:"/v1/objects/restrictionValues:deleteMany"},Count:{request:"pushwoosh.objects.restrictionValues.v1.CountRequest",response:"pushwoosh.objects.restrictionValues.v1.CountResponse",method:"get",path:"/v1/objects/restrictionValues:count"},GetPage:{request:"pushwoosh.objects.restrictionValues.v1.GetPageRequest",response:"pushwoosh.objects.restrictionValues.v1.GetPageResponse",method:"get",path:"/v1/objects/restrictionValues:getPage"},List:{request:"pushwoosh.objects.restrictionValues.v1.ListRequest",response:"pushwoosh.objects.restrictionValues.v1.ListResponse",method:"get",path:"/v1/objects/restrictionValues:list"},Paginate:{request:"pushwoosh.objects.restrictionValues.v1.PaginateRequest",response:"pushwoosh.objects.restrictionValues.v1.PaginateResponse",method:"get",path:"/v1/objects/restrictionValues:paginate"},UpdateIsLocked:{request:"pushwoosh.objects.restrictionValues.v1.UpdateIsLockedRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/IsLocked"},UpdateMaxCampaigns:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxCampaignsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxCampaigns"},UpdateMaxDeeplinks:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxDeeplinksRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxDeeplinks"},UpdateMaxApplicationGroups:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxApplicationGroupsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxApplicationGroups"},UpdateMaxApps:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxAppsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxApps"},UpdateMaxTags:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxTagsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxTags"},UpdateMaxGeozones:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxGeozonesRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxGeozones"},UpdateMaxDevices:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxDevicesRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxDevices"},UpdateMaxUsers:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxUsersRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxUsers"},UpdateMaxApiTokens:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxApiTokensRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxApiTokens"},UpdateMaxPresets:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxPresetsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxPresets"},UpdateMaxTestDevices:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxTestDevicesRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxTestDevices"},UpdateMaxGeozoneRange:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxGeozoneRangeRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxGeozoneRange"},UpdateMaxRssFeeds:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxRssFeedsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxRssFeeds"},UpdateMaxAutoPushes:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxAutoPushesRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxAutoPushes"},UpdateMaxIOSCategories:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxIOSCategoriesRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxIOSCategories"},UpdateMaxTwitterFeeds:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxTwitterFeedsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxTwitterFeeds"},UpdateMaxInapps:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxInappsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxInapps"},UpdateMaxEvents:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxEventsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxEvents"},UpdateMaxCreateMessage:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxCreateMessageRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxCreateMessage"},UpdateMaxRichmedia:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxRichmediaRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxRichmedia"},UpdateMaxPreparedFilters:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxPreparedFiltersRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxPreparedFilters"},UpdateMaxFilters:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxFiltersRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxFilters"},UpdateDevicesInactivityLimit:{request:"pushwoosh.objects.restrictionValues.v1.UpdateDevicesInactivityLimitRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/DevicesInactivityLimit"},UpdateAllowApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowApi"},UpdateAllowStatsAccess:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowStatsAccessRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowStatsAccess"},UpdateAllowApiStatsAccess:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowApiStatsAccessRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowApiStatsAccess"},UpdateAllowGeozoneApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowGeozoneApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowGeozoneApi"},UpdateAllowABTests:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowABTestsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowABTests"},UpdateAllowBackup:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowBackupRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowBackup"},UpdateAllowApplicationApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowApplicationApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowApplicationApi"},UpdateAllowRemotePage:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowRemotePageRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowRemotePage"},UpdateAllowScheduling:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowSchedulingRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowScheduling"},UpdateAllowCustomData:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomDataRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCustomData"},UpdateAllowMultiLanguage:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowMultiLanguageRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowMultiLanguage"},UpdateAllowAutoConfig:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowAutoConfigRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowAutoConfig"},UpdateAllowCsvMessage:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCsvMessageRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCsvMessage"},UpdateAllowCampaignApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCampaignApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCampaignApi"},UpdateAllowPushHistoryApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowPushHistoryApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowPushHistoryApi"},UpdateAllowTagsApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowTagsApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowTagsApi"},UpdateAllowPushByUser:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowPushByUserRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowPushByUser"},UpdateAllowFilterApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowFilterApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowFilterApi"},UpdateAllowTwoFactorAuth:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowTwoFactorAuthRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowTwoFactorAuth"},UpdateAllowBroadcastMessageSegmentation:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowBroadcastMessageSegmentationRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowBroadcastMessageSegmentation"},UpdateAllowPushOnEvent:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowPushOnEventRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowPushOnEvent"},UpdateAllowCompileFilter:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCompileFilterRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCompileFilter"},UpdateMinSendRate:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMinSendRateRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MinSendRate"},UpdateMaxSendRate:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxSendRateRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxSendRate"},UpdateAllowSendToGeozone:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowSendToGeozoneRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowSendToGeozone"},UpdateAllowUseIosNewsstand:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowUseIosNewsstandRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowUseIosNewsstand"},UpdateAllowGetUsersDetails:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowGetUsersDetailsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowGetUsersDetails"},UpdateAllowGoalTracking:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowGoalTrackingRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowGoalTracking"},UpdateAllowIePlatformUsage:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowIePlatformUsageRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowIePlatformUsage"},UpdateAllowInbox:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowInboxRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowInbox"},UpdateMaxEmailTemplates:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxEmailTemplatesRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxEmailTemplates"},UpdateMaxUserSpecificTags:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxUserSpecificTagsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxUserSpecificTags"},UpdateAllowGdpr:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowGdprRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowGdpr"},UpdateMaxVerifyingEmails:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxVerifyingEmailsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxVerifyingEmails"},UpdateMaxVerifyingDomains:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxVerifyingDomainsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxVerifyingDomains"},UpdateAllowSendExternalStats:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowSendExternalStatsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowSendExternalStats"},UpdateAllowCustomRssPollingInterval:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomRssPollingIntervalRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCustomRssPollingInterval"},UpdateAllowMetadata:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowMetadataRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowMetadata"},UpdateMaxPushOnEventDelayInDays:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxPushOnEventDelayInDaysRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxPushOnEventDelayInDays"},UpdateAllowEventStatisticsApi:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowEventStatisticsApiRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowEventStatisticsApi"},UpdateAllowTagNotSetFilter:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowTagNotSetFilterRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowTagNotSetFilter"},UpdateAllowDebugMode:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowDebugModeRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowDebugMode"},UpdateAllowFbMessenger:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowFbMessengerRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowFbMessenger"},UpdateAllowTrackUninstalls:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowTrackUninstallsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowTrackUninstalls"},UpdateEmailRateCounterAggregatePeriod:{request:"pushwoosh.objects.restrictionValues.v1.UpdateEmailRateCounterAggregatePeriodRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/EmailRateCounterAggregatePeriod"},UpdateEmailBounceRateLimit:{request:"pushwoosh.objects.restrictionValues.v1.UpdateEmailBounceRateLimitRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/EmailBounceRateLimit"},UpdateEmailComplaintRateLimit:{request:"pushwoosh.objects.restrictionValues.v1.UpdateEmailComplaintRateLimitRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/EmailComplaintRateLimit"},UpdateAllowFrequencyCapping:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowFrequencyCappingRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowFrequencyCapping"},UpdateMaxUsersPerDevice:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxUsersPerDeviceRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxUsersPerDevice"},UpdateEmailsFreeLimit:{request:"pushwoosh.objects.restrictionValues.v1.UpdateEmailsFreeLimitRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/EmailsFreeLimit"},UpdateEmailsLimited:{request:"pushwoosh.objects.restrictionValues.v1.UpdateEmailsLimitedRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/EmailsLimited"},UpdateAllowContentTemplates:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowContentTemplatesRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowContentTemplates"},UpdateAllowBaiduAndroidPlatformUsage:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowBaiduAndroidPlatformUsageRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowBaiduAndroidPlatformUsage"},UpdateMaxInboxTtlDays:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMaxInboxTtlDaysRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MaxInboxTtlDays"},UpdateMessageHistoryStorePeriod:{request:"pushwoosh.objects.restrictionValues.v1.UpdateMessageHistoryStorePeriodRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/MessageHistoryStorePeriod"},UpdateAllowApiGetMessageLog:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowApiGetMessageLogRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowApiGetMessageLog"},UpdateDetailActionHistoryStorePeriod:{request:"pushwoosh.objects.restrictionValues.v1.UpdateDetailActionHistoryStorePeriodRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/DetailActionHistoryStorePeriod"},UpdateAllowCjWebhook:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjWebhookRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjWebhook"},UpdateAllowCjInapp:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjInappRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjInapp"},UpdateAllowCjScheduledSegment:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjScheduledSegmentRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjScheduledSegment"},UpdateAllowCjContentPersonalization:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjContentPersonalizationRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjContentPersonalization"},UpdateAllowCjSetTags:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSetTagsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjSetTags"},UpdateAllowCjDynamicDelay:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicDelayRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjDynamicDelay"},UpdateAllowCjSilentHours:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSilentHoursRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjSilentHours"},UpdateAllowCjFrequencyCapping:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjFrequencyCappingRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjFrequencyCapping"},UpdateAllowShowDeliveryStatistics:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowShowDeliveryStatisticsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowShowDeliveryStatistics"},UpdateAllowRFMSegments:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowRFMSegmentsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowRFMSegments"},UpdateAllowBestTimeToSend:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowBestTimeToSendRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowBestTimeToSend"},UpdateAllowEventSegmentation:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowEventSegmentationRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowEventSegmentation"},UpdateAllowSegmentsGroups:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowSegmentsGroupsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowSegmentsGroups"},UpdateAllowCustomerJourney:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomerJourneyRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCustomerJourney"},UpdateAllowCjSMS:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSMSRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjSMS"},UpdateAllowCjApiEntry:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjApiEntryRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjApiEntry"},UpdateAllowCjDynamicSetTagsInUpdateProfile:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicSetTagsInUpdateProfileRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjDynamicSetTagsInUpdateProfile"},UpdateAllowCjAddBranchesInWaitForTrigger:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjAddBranchesInWaitForTriggerRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjAddBranchesInWaitForTrigger"},UpdateAllowEventsFunnel:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowEventsFunnelRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowEventsFunnel"},UpdateAllowChannelsSection:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowChannelsSectionRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowChannelsSection"},UpdateAllowCjEmailBcc:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjEmailBccRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjEmailBcc"},UpdateEmailFileStorePeriod:{request:"pushwoosh.objects.restrictionValues.v1.UpdateEmailFileStorePeriodRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/EmailFileStorePeriod"},UpdateAllowWhatsApp:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowWhatsAppRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowWhatsApp"},UpdateAllowCjAlternativeGoalsStats:{request:"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjAlternativeGoalsStatsRequest",response:"{}",method:"patch",path:"/v1/objects/restrictionValues/ID/{ID}/update/AllowCjAlternativeGoalsStats"}}},"pushwoosh.objects.restrictionValues.v1.CreateRequest":{type:"I",fields:{IsLocked:{type:"boolean"},MaxCampaigns:{type:"number"},MaxDeeplinks:{type:"number"},MaxApplicationGroups:{type:"number"},MaxApps:{type:"number"},MaxTags:{type:"number"},MaxGeozones:{type:"number"},MaxDevices:{type:"number"},MaxUsers:{type:"number"},MaxApiTokens:{type:"number"},MaxPresets:{type:"number"},MaxTestDevices:{type:"number"},MaxGeozoneRange:{type:"number"},MaxRssFeeds:{type:"number"},MaxAutoPushes:{type:"number"},MaxIOSCategories:{type:"number"},MaxTwitterFeeds:{type:"number"},MaxInapps:{type:"number"},MaxEvents:{type:"number"},MaxCreateMessage:{type:"number"},MaxRichmedia:{type:"number"},MaxPreparedFilters:{type:"number"},MaxFilters:{type:"number"},DevicesInactivityLimit:{type:"number"},AllowApi:{type:"boolean"},AllowStatsAccess:{type:"boolean"},AllowApiStatsAccess:{type:"boolean"},AllowGeozoneApi:{type:"boolean"},AllowABTests:{type:"boolean"},AllowBackup:{type:"boolean"},AllowApplicationApi:{type:"boolean"},AllowRemotePage:{type:"boolean"},AllowScheduling:{type:"boolean"},AllowCustomData:{type:"boolean"},AllowMultiLanguage:{type:"boolean"},AllowAutoConfig:{type:"boolean"},AllowCsvMessage:{type:"boolean"},AllowCampaignApi:{type:"boolean"},AllowPushHistoryApi:{type:"boolean"},AllowTagsApi:{type:"boolean"},AllowPushByUser:{type:"boolean"},AllowFilterApi:{type:"boolean"},AllowTwoFactorAuth:{type:"boolean"},AllowBroadcastMessageSegmentation:{type:"boolean"},AllowPushOnEvent:{type:"boolean"},AllowCompileFilter:{type:"boolean"},MinSendRate:{type:"number"},MaxSendRate:{type:"number"},AllowSendToGeozone:{type:"boolean"},AllowUseIosNewsstand:{type:"boolean"},AllowGetUsersDetails:{type:"boolean"},AllowGoalTracking:{type:"boolean"},AllowIePlatformUsage:{type:"boolean"},AllowInbox:{type:"boolean"},MaxEmailTemplates:{type:"number"},MaxUserSpecificTags:{type:"number"},AllowGdpr:{type:"boolean"},MaxVerifyingEmails:{type:"number"},MaxVerifyingDomains:{type:"number"},AllowSendExternalStats:{type:"boolean"},AllowCustomRssPollingInterval:{type:"boolean"},AllowMetadata:{type:"boolean"},MaxPushOnEventDelayInDays:{type:"number"},AllowEventStatisticsApi:{type:"boolean"},AllowTagNotSetFilter:{type:"boolean"},AllowDebugMode:{type:"boolean"},AllowFbMessenger:{type:"boolean"},AllowTrackUninstalls:{type:"boolean"},EmailRateCounterAggregatePeriod:{type:"number"},EmailBounceRateLimit:{type:"number"},EmailComplaintRateLimit:{type:"number"},AllowFrequencyCapping:{type:"boolean"},MaxUsersPerDevice:{type:"number"},EmailsFreeLimit:{type:"number"},EmailsLimited:{type:"boolean"},AllowContentTemplates:{type:"boolean"},AllowBaiduAndroidPlatformUsage:{type:"boolean"},MaxInboxTtlDays:{type:"number"},MessageHistoryStorePeriod:{type:"number"},AllowApiGetMessageLog:{type:"boolean"},DetailActionHistoryStorePeriod:{type:"number"},AllowCjWebhook:{type:"boolean"},AllowCjInapp:{type:"boolean"},AllowCjScheduledSegment:{type:"boolean"},AllowCjContentPersonalization:{type:"boolean"},AllowCjSetTags:{type:"boolean"},AllowCjDynamicDelay:{type:"boolean"},AllowCjSilentHours:{type:"boolean"},AllowCjFrequencyCapping:{type:"boolean"},AllowShowDeliveryStatistics:{type:"boolean"},AllowRFMSegments:{type:"boolean"},AllowBestTimeToSend:{type:"boolean"},AllowEventSegmentation:{type:"boolean"},AllowSegmentsGroups:{type:"boolean"},AllowCustomerJourney:{type:"boolean"},AllowCjSMS:{type:"boolean"},AllowCjApiEntry:{type:"boolean"},AllowCjDynamicSetTagsInUpdateProfile:{type:"boolean"},AllowCjAddBranchesInWaitForTrigger:{type:"boolean"},AllowEventsFunnel:{type:"boolean"},AllowChannelsSection:{type:"boolean"},AllowCjEmailBcc:{type:"boolean"},EmailFileStorePeriod:{type:"number"},AllowWhatsApp:{type:"boolean"},AllowCjAlternativeGoalsStats:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.CreateResponse":{type:"I",fields:{restrictionValue:{type:"pushwoosh.objects.restrictionValues.v1.RestrictionValue"}}},"pushwoosh.objects.restrictionValues.v1.CreateManyRequest":{type:"I",fields:{restrictionValues:{type:"pushwoosh.objects.restrictionValues.v1.CreateRequest",array:!0}}},"pushwoosh.objects.restrictionValues.v1.CreateManyResponse":{type:"I",fields:{restrictionValues:{type:"pushwoosh.objects.restrictionValues.v1.CreateResponse",array:!0}}},"pushwoosh.objects.restrictionValues.v1.DeleteRequest":{type:"I",fields:{ID:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.DeleteManyRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression"}}},"pushwoosh.objects.restrictionValues.v1.DeleteManyResponse":{type:"I",fields:{count:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.CountRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression"}}},"pushwoosh.objects.restrictionValues.v1.CountResponse":{type:"I",fields:{count:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.GetPageRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression"},sort:{type:"pushwoosh.objects.restrictionValues.v1.SortExpression"},pageSize:{type:"number"},pageNum:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.GetPageResponse":{type:"I",fields:{restrictionValues:{type:"pushwoosh.objects.restrictionValues.v1.RestrictionValue",array:!0},total:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.ListRequest":{type:"I",fields:{where:{type:"pushwoosh.objects.restrictionValues.v1.LogicExpression"},sort:{type:"pushwoosh.objects.restrictionValues.v1.SortExpression"},pageSize:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.ListResponse":{type:"I",fields:{paginationToken:{type:"string"}}},"pushwoosh.objects.restrictionValues.v1.PaginateRequest":{type:"I",fields:{nextPageToken:{type:"string"}}},"pushwoosh.objects.restrictionValues.v1.PaginateResponse":{type:"I",fields:{restrictionValues:{type:"pushwoosh.objects.restrictionValues.v1.RestrictionValue",array:!0},nextPageToken:{type:"string"}}},"pushwoosh.objects.restrictionValues.v1.UpdateIsLockedRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxCampaignsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxDeeplinksRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxApplicationGroupsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxAppsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxTagsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxGeozonesRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxDevicesRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxUsersRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxApiTokensRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxPresetsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxTestDevicesRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxGeozoneRangeRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxRssFeedsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxAutoPushesRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxIOSCategoriesRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxTwitterFeedsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxInappsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxEventsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxCreateMessageRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxRichmediaRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxPreparedFiltersRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxFiltersRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateDevicesInactivityLimitRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowStatsAccessRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowApiStatsAccessRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowGeozoneApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowABTestsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowBackupRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowApplicationApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowRemotePageRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowSchedulingRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomDataRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowMultiLanguageRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowAutoConfigRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCsvMessageRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCampaignApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowPushHistoryApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowTagsApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowPushByUserRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowFilterApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowTwoFactorAuthRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowBroadcastMessageSegmentationRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowPushOnEventRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCompileFilterRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMinSendRateRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxSendRateRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowSendToGeozoneRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowUseIosNewsstandRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowGetUsersDetailsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowGoalTrackingRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowIePlatformUsageRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowInboxRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxEmailTemplatesRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxUserSpecificTagsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowGdprRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxVerifyingEmailsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxVerifyingDomainsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowSendExternalStatsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomRssPollingIntervalRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowMetadataRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxPushOnEventDelayInDaysRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowEventStatisticsApiRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowTagNotSetFilterRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowDebugModeRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowFbMessengerRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowTrackUninstallsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateEmailRateCounterAggregatePeriodRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateEmailBounceRateLimitRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateEmailComplaintRateLimitRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowFrequencyCappingRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxUsersPerDeviceRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateEmailsFreeLimitRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateEmailsLimitedRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowContentTemplatesRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowBaiduAndroidPlatformUsageRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMaxInboxTtlDaysRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateMessageHistoryStorePeriodRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowApiGetMessageLogRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateDetailActionHistoryStorePeriodRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjWebhookRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjInappRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjScheduledSegmentRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjContentPersonalizationRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSetTagsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicDelayRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSilentHoursRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjFrequencyCappingRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowShowDeliveryStatisticsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowRFMSegmentsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowBestTimeToSendRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowEventSegmentationRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowSegmentsGroupsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCustomerJourneyRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjSMSRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjApiEntryRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjDynamicSetTagsInUpdateProfileRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjAddBranchesInWaitForTriggerRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowEventsFunnelRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowChannelsSectionRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjEmailBccRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateEmailFileStorePeriodRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowWhatsAppRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.UpdateAllowCjAlternativeGoalsStatsRequest":{type:"I",fields:{ID:{type:"number"},value:{type:"boolean"}}},"pushwoosh.objects.restrictionValues.v1.GetRequest":{type:"I",fields:{ID:{type:"number"}}},"pushwoosh.objects.restrictionValues.v1.GetResponse":{type:"I",fields:{restrictionValue:{type:"pushwoosh.objects.restrictionValues.v1.RestrictionValue"}}},"pushwoosh.objects.restrictionValues.v1.JoinType":{type:"E",values:["JOIN_INVALID","JOIN_INNER","JOIN_LEFT","JOIN_RIGHT"]},"pushwoosh.objects.restrictionValues.v1.__restrictionValue_model_internal":{type:"I",fields:{f1:{type:"string"},f2:{type:"Date"}}},"pushwoosh.objects.restrictionValues.v1.RestrictionValue":{type:"I",fields:{ID:{type:"number"},IsLocked:{type:"boolean"},MaxCampaigns:{type:"number"},MaxDeeplinks:{type:"number"},MaxApplicationGroups:{type:"number"},MaxApps:{type:"number"},MaxTags:{type:"number"},MaxGeozones:{type:"number"},MaxDevices:{type:"number"},MaxUsers:{type:"number"},MaxApiTokens:{type:"number"},MaxPresets:{type:"number"},MaxTestDevices:{type:"number"},MaxGeozoneRange:{type:"number"},MaxRssFeeds:{type:"number"},MaxAutoPushes:{type:"number"},MaxIOSCategories:{type:"number"},MaxTwitterFeeds:{type:"number"},MaxInapps:{type:"number"},MaxEvents:{type:"number"},MaxCreateMessage:{type:"number"},MaxRichmedia:{type:"number"},MaxPreparedFilters:{type:"number"},MaxFilters:{type:"number"},DevicesInactivityLimit:{type:"number"},AllowApi:{type:"boolean"},AllowStatsAccess:{type:"boolean"},AllowApiStatsAccess:{type:"boolean"},AllowGeozoneApi:{type:"boolean"},AllowABTests:{type:"boolean"},AllowBackup:{type:"boolean"},AllowApplicationApi:{type:"boolean"},AllowRemotePage:{type:"boolean"},AllowScheduling:{type:"boolean"},AllowCustomData:{type:"boolean"},AllowMultiLanguage:{type:"boolean"},AllowAutoConfig:{type:"boolean"},AllowCsvMessage:{type:"boolean"},AllowCampaignApi:{type:"boolean"},AllowPushHistoryApi:{type:"boolean"},AllowTagsApi:{type:"boolean"},AllowPushByUser:{type:"boolean"},AllowFilterApi:{type:"boolean"},AllowTwoFactorAuth:{type:"boolean"},AllowBroadcastMessageSegmentation:{type:"boolean"},AllowPushOnEvent:{type:"boolean"},AllowCompileFilter:{type:"boolean"},MinSendRate:{type:"number"},MaxSendRate:{type:"number"},AllowSendToGeozone:{type:"boolean"},AllowUseIosNewsstand:{type:"boolean"},AllowGetUsersDetails:{type:"boolean"},AllowGoalTracking:{type:"boolean"},AllowIePlatformUsage:{type:"boolean"},AllowInbox:{type:"boolean"},MaxEmailTemplates:{type:"number"},MaxUserSpecificTags:{type:"number"},AllowGdpr:{type:"boolean"},MaxVerifyingEmails:{type:"number"},MaxVerifyingDomains:{type:"number"},AllowSendExternalStats:{type:"boolean"},AllowCustomRssPollingInterval:{type:"boolean"},AllowMetadata:{type:"boolean"},MaxPushOnEventDelayInDays:{type:"number"},AllowEventStatisticsApi:{type:"boolean"},AllowTagNotSetFilter:{type:"boolean"},AllowDebugMode:{type:"boolean"},AllowFbMessenger:{type:"boolean"},AllowTrackUninstalls:{type:"boolean"},EmailRateCounterAggregatePeriod:{type:"number"},EmailBounceRateLimit:{type:"number"},EmailComplaintRateLimit:{type:"number"},AllowFrequencyCapping:{type:"boolean"},MaxUsersPerDevice:{type:"number"},EmailsFreeLimit:{type:"number"},EmailsLimited:{type:"boolean"},AllowContentTemplates:{type:"boolean"},AllowBaiduAndroidPlatformUsage:{type:"boolean"},MaxInboxTtlDays:{type:"number"},MessageHistoryStorePeriod:{type:"number"},AllowApiGetMessageLog:{type:"boolean"},DetailActionHistoryStorePeriod:{type:"number"},AllowCjWebhook:{type:"boolean"},AllowCjInapp:{type:"boolean"},AllowCjScheduledSegment:{type:"boolean"},AllowCjContentPersonalization:{type:"boolean"},AllowCjSetTags:{type:"boolean"},AllowCjDynamicDelay:{type:"boolean"},AllowCjSilentHours:{type:"boolean"},AllowCjFrequencyCapping:{type:"boolean"},AllowShowDeliveryStatistics:{type:"boolean"},AllowRFMSegments:{type:"boolean"},AllowBestTimeToSend:{type:"boolean"},AllowEventSegmentation:{type:"boolean"},AllowSegmentsGroups:{type:"boolean"},AllowCustomerJourney:{type:"boolean"},AllowCjSMS:{type:"boolean"},AllowCjApiEntry:{type:"boolean"},AllowCjDynamicSetTagsInUpdateProfile:{type:"boolean"},AllowCjAddBranchesInWaitForTrigger:{type:"boolean"},AllowEventsFunnel:{type:"boolean"},AllowChannelsSection:{type:"boolean"},AllowCjEmailBcc:{type:"boolean"},EmailFileStorePeriod:{type:"number"},AllowWhatsApp:{type:"boolean"},AllowCjAlternativeGoalsStats:{type:"boolean"}}},"pushwoosh.rpc_v2.presets.presetsService":{type:"S",key:"presets",methods:{List:{request:"pushwoosh.rpc_v2.presets.ListPresetsRequest",response:"pushwoosh.rpc_v2.presets.ListPresetsResponse",method:"get",path:"/api/presets"},Get:{request:"pushwoosh.rpc_v2.presets.GetPresetRequest",response:"pushwoosh.rpc_v2.presets.GetPresetResponse",method:"get",path:"/api/presets/{code}"},Create:{request:"pushwoosh.rpc_v2.presets.CreatePresetRequest",response:"pushwoosh.rpc_v2.presets.CreatePresetResponse",method:"post",path:"/api/presets"},Update:{request:"pushwoosh.rpc_v2.presets.UpdatePresetRequest",response:"pushwoosh.rpc_v2.presets.UpdatePresetResponse",method:"put",path:"/api/presets/{code}"},UpdatePartial:{request:"pushwoosh.rpc_v2.presets.UpdatePresetPartialRequest",response:"pushwoosh.rpc_v2.presets.UpdatePresetResponse",method:"put",path:"/api/presets/{code}:partial"},Clone:{request:"pushwoosh.rpc_v2.presets.ClonePresetRequest",response:"pushwoosh.rpc_v2.presets.ClonePresetResponse",method:"post",path:"/api/presets/{code}:clone"},Delete:{request:"pushwoosh.rpc_v2.presets.DeletePresetRequest",response:"pushwoosh.rpc_v2.presets.DeletePresetResponse",method:"delete",path:"/api/presets/{code}"}}},"pushwoosh.rpc_v2.presets.ListPresetsRequest.OrderBy":{type:"E",values:["NAME","CREATED","UPDATED"]},"pushwoosh.rpc_v2.presets.ListPresetsRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.presets.ListPresetsRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.presets.ListPresetsRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.presets.ListPresetsRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},searchByName:{type:"string"},searchByCategory:{type:"string",array:!0},showHidden:{type:"boolean"}}},"pushwoosh.rpc_v2.presets.Preset":{type:"I",fields:{name:{type:"string"},code:{type:"string"},platforms:{type:"boolean",mapKeyType:"number"},localizedProperties:{type:"pushwoosh.channels.messagingApi.v2.Content",mapKeyType:"string"},localizedTitle:{type:"string",mapKeyType:"string"},localizedSubtitle:{type:"string",mapKeyType:"string"},localizedContent:{type:"string",mapKeyType:"string"},deeplink:{type:"string"},deeplinkParams:{type:"string",mapKeyType:"string"},richmedia:{type:"string"},system:{type:"boolean"},url:{type:"string"},inboxImage:{type:"string"},inboxIcon:{type:"string"},categories:{type:"string",array:!0},created:{type:"Date"},updated:{type:"Date"},customData:{type:"object"},isV2:{type:"boolean"},banner:{type:"string"},icon:{type:"string"},journeyUuid:{type:"string"},hidden:{type:"boolean"}}},"pushwoosh.rpc_v2.presets.ListPresetsResponse":{type:"I",fields:{presets:{type:"pushwoosh.rpc_v2.presets.Preset",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.presets.GetPresetRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.presets.GetPresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.presets.Preset"}}},"pushwoosh.rpc_v2.presets.CreatePresetRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},sendType:{type:"string"},platforms:{type:"boolean",mapKeyType:"number"},localizedProperties:{type:"pushwoosh.channels.messagingApi.v2.Content",mapKeyType:"string"},localizedTitle:{type:"string",mapKeyType:"string"},localizedSubtitle:{type:"string",mapKeyType:"string"},localizedContent:{type:"string",mapKeyType:"string"},deeplink:{type:"string"},deeplinkParams:{type:"string",mapKeyType:"string"},richmedia:{type:"string"},system:{type:"boolean"},url:{type:"string"},inboxImage:{type:"string"},inboxIcon:{type:"string"},customData:{type:"object"},categories:{type:"string",array:!0},banner:{type:"string"},icon:{type:"string"},journeyUuid:{type:"string"},hidden:{type:"boolean"}}},"pushwoosh.rpc_v2.presets.CreatePresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.presets.Preset"}}},"pushwoosh.rpc_v2.presets.UpdatePresetRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},sendType:{type:"string"},platforms:{type:"boolean",mapKeyType:"number"},localizedProperties:{type:"pushwoosh.channels.messagingApi.v2.Content",mapKeyType:"string"},localizedTitle:{type:"string",mapKeyType:"string"},localizedSubtitle:{type:"string",mapKeyType:"string"},localizedContent:{type:"string",mapKeyType:"string"},deeplink:{type:"string"},deeplinkParams:{type:"string",mapKeyType:"string"},richmedia:{type:"string"},url:{type:"string"},inboxImage:{type:"string"},inboxIcon:{type:"string"},customData:{type:"object"},categories:{type:"string",array:!0},banner:{type:"string"},icon:{type:"string"}}},"pushwoosh.rpc_v2.presets.UpdatePresetPartialRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},sendType:{type:"string"},platforms:{type:"boolean",mapKeyType:"number"},localizedProperties:{type:"pushwoosh.channels.messagingApi.v2.Content",mapKeyType:"string"},localizedTitle:{type:"string",mapKeyType:"string"},localizedSubtitle:{type:"string",mapKeyType:"string"},localizedContent:{type:"string",mapKeyType:"string"},deeplink:{type:"string"},deeplinkParams:{type:"string",mapKeyType:"string"},richmedia:{type:"string"},url:{type:"string"},inboxImage:{type:"string"},inboxIcon:{type:"string"},customData:{type:"object"},categories:{type:"string",array:!0},banner:{type:"string"},icon:{type:"string"}}},"pushwoosh.rpc_v2.presets.UpdatePresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.presets.Preset"}}},"pushwoosh.rpc_v2.presets.ClonePresetRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"}}},"pushwoosh.rpc_v2.presets.ClonePresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.presets.Preset"}}},"pushwoosh.rpc_v2.presets.DeletePresetRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.presets.DeletePresetResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.ReferralPartnerService":{type:"S",key:"referralPartner",methods:{Get:{request:"pushwoosh.rpc_v2.referral_partners.GetRequest",response:"pushwoosh.rpc_v2.referral_partners.GetResponse",method:"get",path:"/api/referral-partner"},Create:{request:"pushwoosh.rpc_v2.referral_partners.CreateRequest",response:"pushwoosh.rpc_v2.referral_partners.CreateResponse",method:"post",path:"/api/referral-partner"},GetWithdrawalsHistory:{request:"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryRequest",response:"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryResponse",method:"get",path:"/api/referral-partner/withdrawal-history"},GetTotalStatistics:{request:"pushwoosh.rpc_v2.referral_partners.GetTotalStatisticsRequest",response:"pushwoosh.rpc_v2.referral_partners.GetTotalStatisticsResponse",method:"get",path:"/api/referral-partner/statistics"},UpdateWithdrawalInfo:{request:"pushwoosh.rpc_v2.referral_partners.UpdateWithdrawalInfoRequest",response:"pushwoosh.rpc_v2.referral_partners.UpdateWithdrawalInfoResponse",method:"post",path:"/api/referral-partner/withdrawal-info/update"},CreateWithdrawal:{request:"pushwoosh.rpc_v2.referral_partners.CreateWithdrawalRequest",response:"pushwoosh.rpc_v2.referral_partners.CreateWithdrawalResponse",method:"post",path:"/api/referral-partner/withdrawal/create"},GetWithdrawalAdditionalInfo:{request:"pushwoosh.rpc_v2.referral_partners.GetWithdrawalAdditionalInfoRequest",response:"pushwoosh.rpc_v2.referral_partners.GetWithdrawalAdditionalInfoResponse",method:"get",path:"/api/referral-partner/withdrawal/additional-info"},GetCurrencies:{request:"pushwoosh.rpc_v2.referral_partners.GetCurrenciesRequest",response:"pushwoosh.rpc_v2.referral_partners.GetCurrenciesResponse",method:"get",path:"/api/referral-partner/withdrawal/currencies"}}},"pushwoosh.rpc_v2.referral_partners.GetRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.GetResponse.Status":{type:"E",values:["UNKNOWN","ACTIVE","BLOCKED"]},"pushwoosh.rpc_v2.referral_partners.GetResponse":{type:"I",fields:{referralHash:{type:"string"},withdrawalInfo:{type:"string"},status:{type:"pushwoosh.rpc_v2.referral_partners.GetResponse.Status"}}},"pushwoosh.rpc_v2.referral_partners.CreateRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.CreateResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryResponse.Status":{type:"E",values:["UNKNOWN","CREATED","IN_PROCESS","SUCCESS","ERROR"]},"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryResponse.Withdrawal":{type:"I",fields:{date:{type:"Date"},status:{type:"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryResponse.Status"},withdrawalInfo:{type:"string"},amount:{type:"number"}}},"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryResponse":{type:"I",fields:{withdrawals:{type:"pushwoosh.rpc_v2.referral_partners.GetWithdrawalsHistoryResponse.Withdrawal",array:!0}}},"pushwoosh.rpc_v2.referral_partners.GetTotalStatisticsRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.GetTotalStatisticsResponse":{type:"I",fields:{expectedRevenues:{type:"number"},availableRevenues:{type:"number"},totalRevenues:{type:"number"},membersCount:{type:"number"}}},"pushwoosh.rpc_v2.referral_partners.UpdateWithdrawalInfoRequest":{type:"I",fields:{withdrawalInfo:{type:"string"}}},"pushwoosh.rpc_v2.referral_partners.UpdateWithdrawalInfoResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.CreateWithdrawalRequest":{type:"I",fields:{amount:{type:"number"}}},"pushwoosh.rpc_v2.referral_partners.CreateWithdrawalResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.GetWithdrawalAdditionalInfoRequest":{type:"I",fields:{amount:{type:"number"},currency:{type:"string"},withForm:{type:"boolean"}}},"pushwoosh.rpc_v2.referral_partners.GetWithdrawalAdditionalInfoResponse":{type:"I",fields:{totalFee:{type:"number"},sourceAmount:{type:"number"},targetAmount:{type:"number"},targetCurrency:{type:"string"},form:{type:"string"}}},"pushwoosh.rpc_v2.referral_partners.GetCurrenciesRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.referral_partners.GetCurrenciesResponse.Currency":{type:"I",fields:{code:{type:"string"},name:{type:"string"},supportsDecimals:{type:"boolean"}}},"pushwoosh.rpc_v2.referral_partners.GetCurrenciesResponse":{type:"I",fields:{currencies:{type:"pushwoosh.rpc_v2.referral_partners.GetCurrenciesResponse.Currency",array:!0}}},"pushwoosh.rpc_v2.restrictions.RestrictionsService":{type:"S",key:"restrictions",methods:{GetRestrictionValues:{request:"pushwoosh.rpc_v2.restrictions.GetRestrictionValuesRequest",response:"pushwoosh.rpc_v2.restrictions.GetRestrictionValuesResponse",method:"get",path:"/api/restrictions/restriction_values"}}},"pushwoosh.rpc_v2.restrictions.GetRestrictionValuesRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.restrictions.GetRestrictionValuesResponse":{type:"I",fields:{restrictionValues:{type:"pushwoosh.objects.restrictionValues.v1.RestrictionValue"}}},"pushwoosh.rpc_v2.rich_medias.RichMediaService":{type:"S",key:"richMedia",methods:{Get:{request:"pushwoosh.rpc_v2.rich_medias.GetRequest",response:"pushwoosh.rpc_v2.rich_medias.GetResponse",method:"get",path:"/api/rich-medias/{code}"},List:{request:"pushwoosh.rpc_v2.rich_medias.ListRequest",response:"pushwoosh.rpc_v2.rich_medias.ListResponse",method:"get",path:"/api/rich-medias"},GetDetailedStatistics:{request:"pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsRequest",response:"pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsResponse",method:"get",path:"/api/rich-medias/{code}:getDetailedStatistics"},GetDetailedActionStatistics:{request:"pushwoosh.rpc_v2.rich_medias.GetDetailedActionStatisticsRequest",response:"pushwoosh.rpc_v2.rich_medias.GetDetailedActionStatisticsResponse",method:"get",path:"/api/rich-medias/{code}/action/detailedStatistics"},GetSendChannels:{request:"pushwoosh.rpc_v2.rich_medias.GetSendChannelsRequest",response:"pushwoosh.rpc_v2.rich_medias.GetSendChannelsResponse",method:"get",path:"/api/rich-medias/{code}:getSendChannels"},GetDevices:{request:"pushwoosh.rpc_v2.rich_medias.GetDevicesRequest",response:"pushwoosh.rpc_v2.rich_medias.GetDevicesResponse",method:"get",path:"/api/rich-medias/{code}:getDevices"},GetEvents:{request:"pushwoosh.rpc_v2.rich_medias.GetEventsRequest",response:"pushwoosh.rpc_v2.rich_medias.GetEventsResponse",method:"get",path:"/api/rich-medias/{code}:getEvents"}}},"pushwoosh.rpc_v2.rich_medias.ActionType":{type:"E",values:["ACTION_TYPE_UNSPECIFIED","ELEMENT_CLICK","FORM_SUBMIT","OPEN","CLOSE"]},"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel":{type:"E",values:["RichMediaSendChannel_UNDEFINED","IN_APP","CJ","PUSH"]},"pushwoosh.rpc_v2.rich_medias.AggregationInterval":{type:"E",values:["HOUR","DAY","WEEK","MONTH"]},"pushwoosh.rpc_v2.rich_medias.Metrics.SessionDuration":{type:"I",fields:{secondFrom:{type:"number"},secondTo:{type:"number"},count:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.Metrics":{type:"I",fields:{shown:{type:"number"},interaction:{type:"number"},sessionDurations:{type:"pushwoosh.rpc_v2.rich_medias.Metrics.SessionDuration",array:!0},skipped:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.RichMedia.CreatedType":{type:"E",values:["UNDEFINED","TEMPLATE","BUILDER"]},"pushwoosh.rpc_v2.rich_medias.RichMedia":{type:"I",fields:{code:{type:"string"},name:{type:"string"},content:{type:"string"},params:{type:"string"},baseUrl:{type:"string"},isSystem:{type:"boolean"},isGdpr:{type:"boolean"},application:{type:"string"},defaultLanguage:{type:"string"},hasRightAceModify:{type:"boolean"},createdDate:{type:"Date"},updateDate:{type:"Date"},createdType:{type:"pushwoosh.rpc_v2.rich_medias.RichMedia.CreatedType"},categories:{type:"string",array:!0}}},"pushwoosh.rpc_v2.rich_medias.GetRequest":{type:"I",fields:{application:{type:"string"},code:{type:"string"}}},"pushwoosh.rpc_v2.rich_medias.GetResponse":{type:"I",fields:{richMedia:{type:"pushwoosh.rpc_v2.rich_medias.RichMedia"}}},"pushwoosh.rpc_v2.rich_medias.ListRequest.ListView":{type:"E",values:["LIST","TILES"]},"pushwoosh.rpc_v2.rich_medias.ListRequest.OrderBy":{type:"E",values:["CREATED_DATE"]},"pushwoosh.rpc_v2.rich_medias.ListRequest.OrderType":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.rich_medias.ListRequest":{type:"I",fields:{search:{type:"string"},application:{type:"string"},viewType:{type:"pushwoosh.rpc_v2.rich_medias.ListRequest.ListView"},withMetrics:{type:"boolean"},withContent:{type:"boolean"},searchByCategory:{type:"string",array:!0},codes:{type:"string",array:!0},orderBy:{type:"pushwoosh.rpc_v2.rich_medias.ListRequest.OrderBy"},orderType:{type:"pushwoosh.rpc_v2.rich_medias.ListRequest.OrderType"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.ListResponse.Item":{type:"I",fields:{richMedia:{type:"pushwoosh.rpc_v2.rich_medias.RichMedia"},metrics:{type:"pushwoosh.rpc_v2.rich_medias.Metrics"},sendChannels:{type:"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel",array:!0}}},"pushwoosh.rpc_v2.rich_medias.ListResponse":{type:"I",fields:{items:{type:"pushwoosh.rpc_v2.rich_medias.ListResponse.Item",array:!0},total:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsRequest":{type:"I",fields:{code:{type:"string"},application:{type:"string"},dateFrom:{type:"Date"},dateTo:{type:"Date"},sendChannels:{type:"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel",array:!0},platforms:{type:"number",array:!0},messageCode:{type:"string"},campaignCode:{type:"string"},inAppCode:{type:"string"},aggregationInterval:{type:"pushwoosh.rpc_v2.rich_medias.AggregationInterval"}}},"pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsResponse.MetricsWithTimestamp":{type:"I",fields:{timestamp:{type:"Date"},platform:{type:"number"},metric:{type:"pushwoosh.rpc_v2.rich_medias.Metrics"}}},"pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsResponse":{type:"I",fields:{items:{type:"pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsResponse.MetricsWithTimestamp",array:!0},totals:{type:"pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsResponse.MetricsWithTimestamp",array:!0}}},"pushwoosh.rpc_v2.rich_medias.GetDetailedActionStatisticsRequest":{type:"I",fields:{code:{type:"string"},application:{type:"string"},dateFrom:{type:"Date"},dateTo:{type:"Date"},sendChannels:{type:"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel",array:!0},platforms:{type:"number",array:!0},messageCode:{type:"string"},campaignCode:{type:"string"},inAppCode:{type:"string"},aggregationInterval:{type:"pushwoosh.rpc_v2.rich_medias.AggregationInterval"}}},"pushwoosh.rpc_v2.rich_medias.Action.ActionMetricsWithTimestamp":{type:"I",fields:{timestamp:{type:"Date"},platform:{type:"number"},count:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.Action":{type:"I",fields:{elementId:{type:"string"},elementPath:{type:"string"},isSkipped:{type:"boolean"},actionType:{type:"pushwoosh.rpc_v2.rich_medias.ActionType"},metrics:{type:"pushwoosh.rpc_v2.rich_medias.Action.ActionMetricsWithTimestamp",array:!0}}},"pushwoosh.rpc_v2.rich_medias.GetDetailedActionStatisticsResponse":{type:"I",fields:{items:{type:"pushwoosh.rpc_v2.rich_medias.Action",array:!0},totals:{type:"pushwoosh.rpc_v2.rich_medias.Action",array:!0}}},"pushwoosh.rpc_v2.rich_medias.GetSendChannelsRequest":{type:"I",fields:{code:{type:"string"},application:{type:"string"},dateFrom:{type:"Date"},dateTo:{type:"Date"},sendChannels:{type:"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel",array:!0},platforms:{type:"number",array:!0},messageCode:{type:"string"},campaignCode:{type:"string"},inAppCode:{type:"string"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.GetSendChannelsResponse.SendChannel":{type:"I",fields:{id:{type:"number"},code:{type:"string"},title:{type:"string"},journeyTitle:{type:"string"},startDate:{type:"Date"},channel:{type:"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel"},triggeredCount:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.GetSendChannelsResponse":{type:"I",fields:{total:{type:"number"},items:{type:"pushwoosh.rpc_v2.rich_medias.GetSendChannelsResponse.SendChannel",array:!0}}},"pushwoosh.rpc_v2.rich_medias.GetDevicesRequest":{type:"I",fields:{code:{type:"string"},application:{type:"string"},dateFrom:{type:"Date"},dateTo:{type:"Date"},sendChannels:{type:"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel",array:!0},platforms:{type:"number",array:!0},messageCode:{type:"string"},campaignCode:{type:"string"},inAppCode:{type:"string"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.GetDevicesResponse.Device":{type:"I",fields:{hwid:{type:"string"},platform:{type:"number"},openTime:{type:"Date"}}},"pushwoosh.rpc_v2.rich_medias.GetDevicesResponse":{type:"I",fields:{total:{type:"number"},items:{type:"pushwoosh.rpc_v2.rich_medias.GetDevicesResponse.Device",array:!0}}},"pushwoosh.rpc_v2.rich_medias.GetEventsRequest":{type:"I",fields:{code:{type:"string"},application:{type:"string"},dateFrom:{type:"Date"},dateTo:{type:"Date"},sendChannels:{type:"pushwoosh.rpc_v2.rich_medias.RichMediaSendChannel",array:!0},platforms:{type:"number",array:!0},messageCode:{type:"string"},campaignCode:{type:"string"},inAppCode:{type:"string"}}},"pushwoosh.rpc_v2.rich_medias.GetEventsResponse.EventStatistics":{type:"I",fields:{name:{type:"string"},platform:{type:"number"},triggeredCount:{type:"number"},uniqTriggeredCount:{type:"number"}}},"pushwoosh.rpc_v2.rich_medias.GetEventsResponse":{type:"I",fields:{items:{type:"pushwoosh.rpc_v2.rich_medias.GetEventsResponse.EventStatistics",array:!0}}},"pushwoosh.rpc_v2.segment_statistics.SegmentStatisticsService":{type:"S",key:"segmentStatistics",methods:{Prepare:{request:"pushwoosh.rpc_v2.segment_statistics.PrepareRequest",response:"pushwoosh.rpc_v2.segment_statistics.PrepareResponse",method:"get",path:"/api/segment_statistics/prepare"},Status:{request:"pushwoosh.rpc_v2.segment_statistics.StatusRequest",response:"pushwoosh.rpc_v2.segment_statistics.StatusResponse",method:"get",path:"/api/segment_statistics/status"}}},"pushwoosh.rpc_v2.segment_statistics.PrepareRequest":{type:"I",fields:{segments:{type:"string",array:!0},application:{type:"string"}}},"pushwoosh.rpc_v2.segment_statistics.PrepareResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.segment_statistics.StatusRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.segment_statistics.StatusResponse.Status":{type:"E",values:["unknown","prepared","not_prepared","in_process","failed"]},"pushwoosh.rpc_v2.segment_statistics.StatusResponse.SegmentStatus":{type:"I",fields:{segment:{type:"string"},status:{type:"pushwoosh.rpc_v2.segment_statistics.StatusResponse.Status"},lastUpdatedTime:{type:"Date"}}},"pushwoosh.rpc_v2.segment_statistics.StatusResponse":{type:"I",fields:{segments:{type:"pushwoosh.rpc_v2.segment_statistics.StatusResponse.SegmentStatus",array:!0}}},"pushwoosh.rpc_v2.sms_presets.smsPresetsService":{type:"S",key:"smsPresets",methods:{List:{request:"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsRequest",response:"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsResponse",method:"get",path:"/api/sms_presets"},Get:{request:"pushwoosh.rpc_v2.sms_presets.GetSmsPresetRequest",response:"pushwoosh.rpc_v2.sms_presets.GetSmsPresetResponse",method:"get",path:"/api/sms_presets/{code}"},Create:{request:"pushwoosh.rpc_v2.sms_presets.CreateSmsPresetRequest",response:"pushwoosh.rpc_v2.sms_presets.CreateSmsPresetResponse",method:"post",path:"/api/sms_presets"},Update:{request:"pushwoosh.rpc_v2.sms_presets.UpdateSmsPresetRequest",response:"pushwoosh.rpc_v2.sms_presets.UpdateSmsPresetResponse",method:"put",path:"/api/sms_presets/{code}"},Delete:{request:"pushwoosh.rpc_v2.sms_presets.DeleteSmsPresetRequest",response:"pushwoosh.rpc_v2.sms_presets.DeleteSmsPresetResponse",method:"delete",path:"/api/sms_presets/{code}"}}},"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsRequest.OrderBy":{type:"E",values:["NAME","CREATED","UPDATED"]},"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsRequest":{type:"I",fields:{application:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"},searchByName:{type:"string"},searchByCategory:{type:"string",array:!0}}},"pushwoosh.rpc_v2.sms_presets.SmsPreset":{type:"I",fields:{name:{type:"string"},code:{type:"string"},categories:{type:"string",array:!0},localizedContent:{type:"string",mapKeyType:"string"},created:{type:"Date"},updated:{type:"Date"}}},"pushwoosh.rpc_v2.sms_presets.ListSmsPresetsResponse":{type:"I",fields:{presets:{type:"pushwoosh.rpc_v2.sms_presets.SmsPreset",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.sms_presets.GetSmsPresetRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.sms_presets.GetSmsPresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.sms_presets.SmsPreset"}}},"pushwoosh.rpc_v2.sms_presets.CreateSmsPresetRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},categories:{type:"string",array:!0},localizedContent:{type:"string",mapKeyType:"string"}}},"pushwoosh.rpc_v2.sms_presets.CreateSmsPresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.sms_presets.SmsPreset"}}},"pushwoosh.rpc_v2.sms_presets.UpdateSmsPresetRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"},categories:{type:"string",array:!0},localizedContent:{type:"string",mapKeyType:"string"}}},"pushwoosh.rpc_v2.sms_presets.UpdateSmsPresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.sms_presets.SmsPreset"}}},"pushwoosh.rpc_v2.sms_presets.DeleteSmsPresetRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.sms_presets.DeleteSmsPresetResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.statistics_dashboards.StatisticsDashboardsService":{type:"S",key:"statisticsDashboards",methods:{Load:{request:"pushwoosh.rpc_v2.statistics_dashboards.LoadDashboardRequest",response:"pushwoosh.rpc_v2.statistics_dashboards.Dashboard",method:"get",path:"/api/statistics_dashboard/{code}"},List:{request:"pushwoosh.rpc_v2.statistics_dashboards.ListDashboardRequest",response:"pushwoosh.rpc_v2.statistics_dashboards.ListDashboardResponse",method:"get",path:"/api/statistics_dashboards"},Create:{request:"pushwoosh.rpc_v2.statistics_dashboards.CreateDashboardRequest",response:"pushwoosh.rpc_v2.statistics_dashboards.CreateDashboardResponse",method:"post",path:"/api/statistics_dashboards"},Update:{request:"pushwoosh.rpc_v2.statistics_dashboards.UpdateDashboardRequest",response:"pushwoosh.rpc_v2.statistics_dashboards.UpdateDashboardResponse",method:"put",path:"/api/statistics_dashboards/{code}"},Delete:{request:"pushwoosh.rpc_v2.statistics_dashboards.DeleteDashboardRequest",response:"pushwoosh.rpc_v2.statistics_dashboards.DeleteDashboardResponse",method:"delete",path:"/api/statistics_dashboards/{code}"},WidgetsList:{request:"pushwoosh.rpc_v2.statistics_dashboards.WidgetsListRequest",response:"pushwoosh.rpc_v2.statistics_dashboards.WidgetsListResponse",method:"get",path:"/api/statistics_dashboards/{code}/widgets"}}},"pushwoosh.rpc_v2.statistics_dashboards.Dashboard":{type:"I",fields:{name:{type:"string"},code:{type:"string"},created:{type:"Date"},updated:{type:"Date"}}},"pushwoosh.rpc_v2.statistics_dashboards.LoadDashboardRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards.ListDashboardRequest":{type:"I",fields:{application:{type:"string"},searchByName:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards.ListDashboardResponse":{type:"I",fields:{dashboards:{type:"pushwoosh.rpc_v2.statistics_dashboards.Dashboard",array:!0}}},"pushwoosh.rpc_v2.statistics_dashboards.CreateDashboardRequest":{type:"I",fields:{name:{type:"string"},application:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards.CreateDashboardResponse":{type:"I",fields:{dashboard:{type:"pushwoosh.rpc_v2.statistics_dashboards.Dashboard"}}},"pushwoosh.rpc_v2.statistics_dashboards.UpdateDashboardRequest":{type:"I",fields:{code:{type:"string"},name:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards.UpdateDashboardResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.statistics_dashboards.DeleteDashboardRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards.DeleteDashboardResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.statistics_dashboards.WidgetsListRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards.WidgetsListResponse":{type:"I",fields:{widgets:{type:"pushwoosh.rpc_v2.statistics_dashboards_widgets.Widget",array:!0}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.StatisticsDashboardsWidgetsService":{type:"S",key:"statisticsDashboardsWidgets",methods:{Load:{request:"pushwoosh.rpc_v2.statistics_dashboards_widgets.LoadDashboardWidgetRequest",response:"pushwoosh.rpc_v2.statistics_dashboards_widgets.Widget",method:"get",path:"/api/statistics_dashboards_widgets/{code}"},Create:{request:"pushwoosh.rpc_v2.statistics_dashboards_widgets.CreateDashboardWidgetRequest",response:"pushwoosh.rpc_v2.statistics_dashboards_widgets.CreateDashboardWidgetResponse",method:"post",path:"/api/statistics_dashboards_widgets"},Update:{request:"pushwoosh.rpc_v2.statistics_dashboards_widgets.UpdateDashboardWidgetRequest",response:"pushwoosh.rpc_v2.statistics_dashboards_widgets.UpdateDashboardWidgetResponse",method:"put",path:"/api/statistics_dashboards_widgets/{code}"},Delete:{request:"pushwoosh.rpc_v2.statistics_dashboards_widgets.DeleteDashboardWidgetRequest",response:"pushwoosh.rpc_v2.statistics_dashboards_widgets.DeleteDashboardWidgetResponse",method:"delete",path:"/api/statistics_dashboards_widgets/{code}"},GetCategoryTree:{request:"pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeRequest",response:"pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeResponse",method:"get",path:"/api/statistics_dashboards_widgets/metrics_category_tree"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.WidgetType":{type:"E",values:["WIDGET_TYPE_UNKNOWN","LINE","BARS","PIE","NUMBER","FUNNEL","RETENTION"]},"pushwoosh.rpc_v2.statistics_dashboards_widgets.Widget":{type:"I",fields:{name:{type:"string"},code:{type:"string"},created:{type:"Date"},updated:{type:"Date"},type:{type:"pushwoosh.rpc_v2.statistics_dashboards_widgets.WidgetType"},size:{type:"string"},params:{type:"string"},indexNumber:{type:"number"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.LoadDashboardWidgetRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.CreateDashboardWidgetRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},type:{type:"pushwoosh.rpc_v2.statistics_dashboards_widgets.WidgetType"},size:{type:"string"},params:{type:"string"},dashboard:{type:"string"},indexNumber:{type:"number"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.CreateDashboardWidgetResponse":{type:"I",fields:{widget:{type:"pushwoosh.rpc_v2.statistics_dashboards_widgets.Widget"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.UpdateDashboardWidgetRequest":{type:"I",fields:{application:{type:"string"},code:{type:"string"},name:{type:"string"},type:{type:"pushwoosh.rpc_v2.statistics_dashboards_widgets.WidgetType"},size:{type:"string"},params:{type:"string"},indexNumber:{type:"number"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.UpdateDashboardWidgetResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.DeleteDashboardWidgetRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.DeleteDashboardWidgetResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeResponse.Metric":{type:"I",fields:{id:{type:"number"},metric:{type:"string"},level:{type:"number"},subMetrics:{type:"pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeResponse.Metric",array:!0}}},"pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeResponse":{type:"I",fields:{metrics:{type:"pushwoosh.rpc_v2.statistics_dashboards_widgets.GetCategoryTreeResponse.Metric"}}},"pushwoosh.rpc_v2.tags.TagsService":{type:"S",key:"tags",methods:{Get:{request:"pushwoosh.rpc_v2.tags.GetTagRequest",response:"pushwoosh.rpc_v2.tags.Tag",method:"get",path:"/api/tags/{name}"},Create:{request:"pushwoosh.rpc_v2.tags.CreateTagRequest",response:"pushwoosh.rpc_v2.tags.CreateTagResponse",method:"post",path:"/api/tags"},Delete:{request:"pushwoosh.rpc_v2.tags.DeleteTagRequest",response:"pushwoosh.rpc_v2.tags.DeleteTagResponse",method:"delete",path:"/api/tags/{name}"},List:{request:"pushwoosh.rpc_v2.tags.ListTagsRequest",response:"pushwoosh.rpc_v2.tags.ListTagsResponse",method:"get",path:"/api/tags"},GetTagValues:{request:"pushwoosh.rpc_v2.tags.GetTagValuesRequest",response:"pushwoosh.rpc_v2.tags.GetTagValuesResponse",method:"get",path:"/api/tags:values"}}},"pushwoosh.rpc_v2.tags.GetTagRequest":{type:"I",fields:{name:{type:"string"}}},"pushwoosh.rpc_v2.tags.Tag.Type":{type:"E",values:["UNKNOWN","INTEGER","STRING","LIST","DATE","BOOLEAN","PRICE","VERSION","TIMEZONE"]},"pushwoosh.rpc_v2.tags.Tag":{type:"I",fields:{name:{type:"string"},type:{type:"pushwoosh.rpc_v2.tags.Tag.Type"},system:{type:"boolean"},appSpecific:{type:"boolean"},userSpecific:{type:"boolean"},hasRightAceModify:{type:"boolean"}}},"pushwoosh.rpc_v2.tags.CreateTagRequest":{type:"I",fields:{name:{type:"string"},type:{type:"pushwoosh.rpc_v2.tags.Tag.Type"},appSpecific:{type:"boolean"},userSpecific:{type:"boolean"}}},"pushwoosh.rpc_v2.tags.CreateTagResponse":{type:"I",fields:{tag:{type:"pushwoosh.rpc_v2.tags.Tag"}}},"pushwoosh.rpc_v2.tags.DeleteTagRequest":{type:"I",fields:{name:{type:"string"}}},"pushwoosh.rpc_v2.tags.DeleteTagResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.tags.ListTagsRequest.OrderBy":{type:"E",values:["NAME","CREATED"]},"pushwoosh.rpc_v2.tags.ListTagsRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.tags.ListTagsRequest":{type:"I",fields:{searchByName:{type:"string"},orderBy:{type:"pushwoosh.rpc_v2.tags.ListTagsRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.tags.ListTagsRequest.OrderDirection"},page:{type:"number"},perPage:{type:"number"}}},"pushwoosh.rpc_v2.tags.ListTagsResponse":{type:"I",fields:{tags:{type:"pushwoosh.rpc_v2.tags.Tag",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.tags.GetTagValuesRequest.OrderBy":{type:"E",values:["VALUE","COUNT"]},"pushwoosh.rpc_v2.tags.GetTagValuesRequest.OrderDirection":{type:"E",values:["ASC","DESC"]},"pushwoosh.rpc_v2.tags.GetTagValuesRequest.LikeOperator":{type:"E",values:["STARTS_WITH","ENDS_WITH","CONTAINS"]},"pushwoosh.rpc_v2.tags.GetTagValuesRequest":{type:"I",fields:{application:{type:"string"},name:{type:"string"},like:{type:"string"},likeOp:{type:"pushwoosh.rpc_v2.tags.GetTagValuesRequest.LikeOperator"},orderBy:{type:"pushwoosh.rpc_v2.tags.GetTagValuesRequest.OrderBy"},orderDirection:{type:"pushwoosh.rpc_v2.tags.GetTagValuesRequest.OrderDirection"},limit:{type:"number"},offset:{type:"number"}}},"pushwoosh.rpc_v2.tags.GetTagValuesResponse.TagValue":{type:"I",fields:{value:{type:"string"},count:{type:"number"}}},"pushwoosh.rpc_v2.tags.GetTagValuesResponse":{type:"I",fields:{values:{type:"pushwoosh.rpc_v2.tags.GetTagValuesResponse.TagValue",array:!0}}},"pushwoosh.rpc_v2.test_devices.TestDevicesService":{type:"S",key:"testDevices",methods:{Create:{request:"pushwoosh.rpc_v2.test_devices.CreateRequest",response:"pushwoosh.rpc_v2.test_devices.CreateResponse",method:"post",path:"/api/test_devices"},Verify:{request:"pushwoosh.rpc_v2.test_devices.VerifyRequest",response:"pushwoosh.rpc_v2.test_devices.VerifyResponse",method:"post",path:"/api/test_devices:verify"},List:{request:"pushwoosh.rpc_v2.test_devices.ListRequest",response:"pushwoosh.rpc_v2.test_devices.ListResponse",method:"get",path:"/api/test_devices"},Delete:{request:"pushwoosh.rpc_v2.test_devices.DeleteRequest",response:"pushwoosh.rpc_v2.test_devices.DeleteResponse",method:"post",path:"/api/test_devices:delete"}}},"pushwoosh.rpc_v2.test_devices.TestDevice":{type:"I",fields:{name:{type:"string"},pushToken:{type:"string"},hwid:{type:"string"},description:{type:"string"},platform:{type:"string"},createdAt:{type:"Date"}}},"pushwoosh.rpc_v2.test_devices.CreateRequest":{type:"I",fields:{application:{type:"string"},pushToken:{type:"string"},hwid:{type:"string"},platform:{type:"string"},name:{type:"string"},description:{type:"string"}}},"pushwoosh.rpc_v2.test_devices.CreateResponse":{type:"I",fields:{needsVerify:{type:"boolean"}}},"pushwoosh.rpc_v2.test_devices.VerifyRequest":{type:"I",fields:{code:{type:"string"}}},"pushwoosh.rpc_v2.test_devices.VerifyResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.test_devices.ListRequest":{type:"I",fields:{application:{type:"string"}}},"pushwoosh.rpc_v2.test_devices.ListResponse":{type:"I",fields:{testDevices:{type:"pushwoosh.rpc_v2.test_devices.TestDevice",array:!0}}},"pushwoosh.rpc_v2.test_devices.DeleteRequest":{type:"I",fields:{application:{type:"string"},hwid:{type:"string"},pushToken:{type:"string"}}},"pushwoosh.rpc_v2.test_devices.DeleteResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.users.UsersService":{type:"S",key:"users",methods:{UpdateUser:{request:"pushwoosh.rpc_v2.users.UpdateUserRequest",response:"pushwoosh.rpc_v2.users.UpdateUserResponse",method:"put",path:"/api/users"},GetMailingSettings:{request:"pushwoosh.rpc_v2.users.GetMailingSettingsRequest",response:"pushwoosh.rpc_v2.users.GetMailingSettingsResponse",method:"get",path:"/api/users:mailing_settings"},UpdateMailingSettings:{request:"pushwoosh.rpc_v2.users.UpdateMailingSettingsRequest",response:"pushwoosh.rpc_v2.users.UpdateMailingSettingsResponse",method:"put",path:"/api/users:mailing_settings"}}},"pushwoosh.rpc_v2.users.UpdateUserRequest":{type:"I",fields:{timezone:{type:"string"}}},"pushwoosh.rpc_v2.users.UpdateUserResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.users.GetMailingSettingsRequest":{type:"I",fields:{}},"pushwoosh.rpc_v2.users.GetMailingSettingsResponse":{type:"I",fields:{allowNewsletters:{type:"boolean"},allowDailyStatsGlobal:{type:"boolean"},allowNotificationSubscribers:{type:"boolean"},allowNotificationIosLicense:{type:"boolean"},allowNotificationUserInactivity:{type:"boolean"},allowNotificationDisablePlatform:{type:"boolean"}}},"pushwoosh.rpc_v2.users.UpdateMailingSettingsRequest":{type:"I",fields:{allowNewsletters:{type:"boolean"},allowDailyStatsGlobal:{type:"boolean"},allowNotificationSubscribers:{type:"boolean"},allowNotificationIosLicense:{type:"boolean"},allowNotificationUserInactivity:{type:"boolean"},allowNotificationDisablePlatform:{type:"boolean"}}},"pushwoosh.rpc_v2.users.UpdateMailingSettingsResponse":{type:"I",fields:{allowNewsletters:{type:"boolean"},allowDailyStatsGlobal:{type:"boolean"},allowNotificationSubscribers:{type:"boolean"},allowNotificationIosLicense:{type:"boolean"},allowNotificationUserInactivity:{type:"boolean"},allowNotificationDisablePlatform:{type:"boolean"}}},"pushwoosh.rpc_v2.whatsapp.WhatsAppService":{type:"S",key:"whatsApp",methods:{RegisterWABA:{request:"pushwoosh.rpc_v2.whatsapp.RegisterWABARequest",response:"pushwoosh.rpc_v2.whatsapp.RegisterWABAResponse",method:"post",path:"/api/whatsapp:register_waba"},RegisterWABATwilio:{request:"pushwoosh.rpc_v2.whatsapp.RegisterWABATwilioRequest",response:"pushwoosh.rpc_v2.whatsapp.RegisterWABATwilioResponse",method:"post",path:"/api/whatsapp:register_waba_twilio"},AuthResponseCode:{request:"pushwoosh.rpc_v2.whatsapp.AuthResponseCodeRequest",response:"pushwoosh.rpc_v2.whatsapp.AuthResponseCodeResponse",method:"post",path:"/api/whatsapp:auth_response_code"}}},"pushwoosh.rpc_v2.whatsapp.RegisterWABARequest":{type:"I",fields:{application:{type:"string"},wabaId:{type:"string"},phonenumberId:{type:"string"}}},"pushwoosh.rpc_v2.whatsapp.RegisterWABAResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.whatsapp.AuthResponseCodeRequest":{type:"I",fields:{application:{type:"string"},code:{type:"string"}}},"pushwoosh.rpc_v2.whatsapp.AuthResponseCodeResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.whatsapp.RegisterWABATwilioRequest":{type:"I",fields:{application:{type:"string"},wabaId:{type:"string"},phonenumberId:{type:"string"}}},"pushwoosh.rpc_v2.whatsapp.RegisterWABATwilioResponse":{type:"I",fields:{}},"pushwoosh.rpc_v2.whatsapp_presets.WhatsAppPresetsService":{type:"S",key:"whatsAppPresets",methods:{List:{request:"pushwoosh.rpc_v2.whatsapp_presets.ListWhatsAppPresetsRequest",response:"pushwoosh.rpc_v2.whatsapp_presets.ListWhatsAppPresetsResponse",method:"get",path:"/api/whatsapp_presets"},Get:{request:"pushwoosh.rpc_v2.whatsapp_presets.GetWhatsAppPresetRequest",response:"pushwoosh.rpc_v2.whatsapp_presets.GetWhatsAppPresetResponse",method:"get",path:"/api/whatsapp_presets/{code}"}}},"pushwoosh.rpc_v2.whatsapp_presets.ListWhatsAppPresetsRequest":{type:"I",fields:{application:{type:"string"},searchByName:{type:"string"}}},"pushwoosh.rpc_v2.whatsapp_presets.WhatsAppPreset":{type:"I",fields:{name:{type:"string"},code:{type:"string"},properties:{type:"pushwoosh.rpc_v2.whatsapp_presets.WhatsAppPresetProperties"},created:{type:"Date"},updated:{type:"Date"}}},"pushwoosh.rpc_v2.whatsapp_presets.WhatsAppPresetProperties":{type:"I",fields:{contentId:{type:"string"},text:{type:"string"},variables:{type:"string",mapKeyType:"string"},quickReplies:{type:"string",array:!0}}},"pushwoosh.rpc_v2.whatsapp_presets.ListWhatsAppPresetsResponse":{type:"I",fields:{presets:{type:"pushwoosh.rpc_v2.whatsapp_presets.WhatsAppPreset",array:!0},page:{type:"number"},perPage:{type:"number"},total:{type:"number"}}},"pushwoosh.rpc_v2.whatsapp_presets.GetWhatsAppPresetRequest":{type:"I",fields:{code:{type:"string"},application:{type:"string"}}},"pushwoosh.rpc_v2.whatsapp_presets.GetWhatsAppPresetResponse":{type:"I",fields:{preset:{type:"pushwoosh.rpc_v2.whatsapp_presets.WhatsAppPreset"}}}};return s})())}}}));
|