|
55 | 55 | <fetchIndexElement property="blogs" type="Binary" order="ascending"/>
|
56 | 56 | </fetchIndex>
|
57 | 57 | </entity>
|
58 |
| - <entity name="AccountSettings" representedClassName="ManagedAccountSettings" syncable="YES"> |
| 58 | + <entity name="AccountSettings" representedClassName=".ManagedAccountSettings" syncable="YES"> |
59 | 59 | <attribute name="aboutMe" attributeType="String" syncable="YES"/>
|
60 | 60 | <attribute name="blockEmailNotifications" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
|
61 | 61 | <attribute name="displayName" attributeType="String" syncable="YES"/>
|
|
210 | 210 | </fetchIndex>
|
211 | 211 | <userInfo/>
|
212 | 212 | </entity>
|
213 |
| - <entity name="BlogAuthor" representedClassName="BlogAuthor" syncable="YES"> |
| 213 | + <entity name="BlogAuthor" representedClassName=".BlogAuthor" syncable="YES"> |
214 | 214 | <attribute name="avatarURL" optional="YES" attributeType="String" syncable="YES"/>
|
215 | 215 | <attribute name="deletedFromBlog" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/>
|
216 | 216 | <attribute name="displayName" optional="YES" attributeType="String" syncable="YES"/>
|
|
221 | 221 | <attribute name="username" optional="YES" attributeType="String" syncable="YES"/>
|
222 | 222 | <relationship name="blog" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Blog" inverseName="authors" inverseEntity="Blog" syncable="YES"/>
|
223 | 223 | </entity>
|
224 |
| - <entity name="BloggingPrompt" representedClassName="BloggingPrompt" syncable="YES"> |
| 224 | + <entity name="BloggingPrompt" representedClassName=".BloggingPrompt" syncable="YES"> |
225 | 225 | <attribute name="additionalPostTags" optional="YES" attributeType="Transformable" valueTransformerName="NSSecureUnarchiveFromData" customClassName="[String]" syncable="YES"/>
|
226 | 226 | <attribute name="answerCount" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
|
227 | 227 | <attribute name="answered" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/>
|
|
232 | 232 | <attribute name="siteID" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
|
233 | 233 | <attribute name="text" attributeType="String" defaultValueString="" syncable="YES"/>
|
234 | 234 | </entity>
|
235 |
| - <entity name="BloggingPromptSettings" representedClassName="BloggingPromptSettings" syncable="YES"> |
| 235 | + <entity name="BloggingPromptSettings" representedClassName=".BloggingPromptSettings" syncable="YES"> |
236 | 236 | <attribute name="isPotentialBloggingSite" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/>
|
237 | 237 | <attribute name="promptCardEnabled" attributeType="Boolean" defaultValueString="YES" usesScalarValueType="YES" syncable="YES"/>
|
238 | 238 | <attribute name="promptRemindersEnabled" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/>
|
239 | 239 | <attribute name="reminderTime" attributeType="String" defaultValueString="" syncable="YES"/>
|
240 | 240 | <attribute name="siteID" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
|
241 | 241 | <relationship name="reminderDays" maxCount="1" deletionRule="Cascade" destinationEntity="BloggingPromptSettingsReminderDays" inverseName="settings" inverseEntity="BloggingPromptSettingsReminderDays" syncable="YES"/>
|
242 | 242 | </entity>
|
243 |
| - <entity name="BloggingPromptSettingsReminderDays" representedClassName="BloggingPromptSettingsReminderDays" syncable="YES"> |
| 243 | + <entity name="BloggingPromptSettingsReminderDays" representedClassName=".BloggingPromptSettingsReminderDays" syncable="YES"> |
244 | 244 | <attribute name="friday" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/>
|
245 | 245 | <attribute name="monday" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/>
|
246 | 246 | <attribute name="saturday" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/>
|
|
250 | 250 | <attribute name="wednesday" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/>
|
251 | 251 | <relationship name="settings" maxCount="1" deletionRule="Cascade" destinationEntity="BloggingPromptSettings" inverseName="reminderDays" inverseEntity="BloggingPromptSettings" syncable="YES"/>
|
252 | 252 | </entity>
|
253 |
| - <entity name="BlogSettings" representedClassName="BlogSettings" syncable="YES"> |
| 253 | + <entity name="BlogSettings" representedClassName=".BlogSettings" syncable="YES"> |
254 | 254 | <attribute name="ampEnabled" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
255 | 255 | <attribute name="ampSupported" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
256 | 256 | <attribute name="commentsAllowed" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
351 | 351 | </fetchIndex>
|
352 | 352 | <userInfo/>
|
353 | 353 | </entity>
|
354 |
| - <entity name="DiffAbstractValue" representedClassName="DiffAbstractValue" isAbstract="YES" syncable="YES"> |
| 354 | + <entity name="DiffAbstractValue" representedClassName=".DiffAbstractValue" isAbstract="YES" syncable="YES"> |
355 | 355 | <attribute name="diffOperation" optional="YES" attributeType="String" syncable="YES"/>
|
356 | 356 | <attribute name="diffType" optional="YES" attributeType="String" syncable="YES"/>
|
357 | 357 | <attribute name="index" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
358 | 358 | <attribute name="value" optional="YES" attributeType="String" syncable="YES"/>
|
359 | 359 | </entity>
|
360 |
| - <entity name="DiffContentValue" representedClassName="DiffContentValue" parentEntity="DiffAbstractValue" syncable="YES"> |
| 360 | + <entity name="DiffContentValue" representedClassName=".DiffContentValue" parentEntity="DiffAbstractValue" syncable="YES"> |
361 | 361 | <relationship name="revisionDiff" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="RevisionDiff" inverseName="contentDiffs" inverseEntity="RevisionDiff" syncable="YES"/>
|
362 | 362 | </entity>
|
363 |
| - <entity name="DiffTitleValue" representedClassName="DiffTitleValue" parentEntity="DiffAbstractValue" syncable="YES"> |
| 363 | + <entity name="DiffTitleValue" representedClassName=".DiffTitleValue" parentEntity="DiffAbstractValue" syncable="YES"> |
364 | 364 | <relationship name="revisionDiff" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="RevisionDiff" inverseName="titleDiffs" inverseEntity="RevisionDiff" syncable="YES"/>
|
365 | 365 | </entity>
|
366 |
| - <entity name="Domain" representedClassName="ManagedDomain" syncable="YES"> |
| 366 | + <entity name="Domain" representedClassName=".ManagedDomain" syncable="YES"> |
367 | 367 | <attribute name="autoRenewalDate" optional="YES" attributeType="String" syncable="YES"/>
|
368 | 368 | <attribute name="autoRenewing" optional="YES" attributeType="Boolean" usesScalarValueType="YES" syncable="YES"/>
|
369 | 369 | <attribute name="domainName" optional="YES" attributeType="String" syncable="YES"/>
|
|
512 | 512 | <attribute name="title" optional="YES" attributeType="String" syncable="YES"/>
|
513 | 513 | <relationship name="categories" optional="YES" toMany="YES" deletionRule="Nullify" destinationEntity="PageTemplateCategory" inverseName="layouts" inverseEntity="PageTemplateCategory" syncable="YES"/>
|
514 | 514 | </entity>
|
515 |
| - <entity name="Person" representedClassName="ManagedPerson" syncable="YES"> |
| 515 | + <entity name="Person" representedClassName=".ManagedPerson" syncable="YES"> |
516 | 516 | <attribute name="avatarURL" optional="YES" attributeType="String" syncable="YES"/>
|
517 | 517 | <attribute name="creationDate" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
518 | 518 | <attribute name="displayName" attributeType="String" syncable="YES"/>
|
|
526 | 526 | <attribute name="userID" attributeType="Integer 64" usesScalarValueType="NO" syncable="YES"/>
|
527 | 527 | <attribute name="username" attributeType="String" syncable="YES"/>
|
528 | 528 | </entity>
|
529 |
| - <entity name="Plan" representedClassName="Plan" syncable="YES"> |
| 529 | + <entity name="Plan" representedClassName=".Plan" syncable="YES"> |
530 | 530 | <attribute name="features" attributeType="String" syncable="YES"/>
|
531 | 531 | <attribute name="groups" attributeType="String" syncable="YES"/>
|
532 | 532 | <attribute name="icon" attributeType="String" syncable="YES"/>
|
|
540 | 540 | <attribute name="supportPriority" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
541 | 541 | <attribute name="tagline" attributeType="String" syncable="YES"/>
|
542 | 542 | </entity>
|
543 |
| - <entity name="PlanFeature" representedClassName="PlanFeature" syncable="YES"> |
| 543 | + <entity name="PlanFeature" representedClassName=".PlanFeature" syncable="YES"> |
544 | 544 | <attribute name="slug" attributeType="String" syncable="YES"/>
|
545 | 545 | <attribute name="summary" attributeType="String" syncable="YES"/>
|
546 | 546 | <attribute name="title" attributeType="String" syncable="YES"/>
|
547 | 547 | </entity>
|
548 |
| - <entity name="PlanGroup" representedClassName="PlanGroup" syncable="YES"> |
| 548 | + <entity name="PlanGroup" representedClassName=".PlanGroup" syncable="YES"> |
549 | 549 | <attribute name="name" attributeType="String" syncable="YES"/>
|
550 | 550 | <attribute name="order" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
551 | 551 | <attribute name="slug" attributeType="String" syncable="YES"/>
|
|
583 | 583 | <attribute name="name" optional="YES" attributeType="String" syncable="YES"/>
|
584 | 584 | <relationship name="blog" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Blog" inverseName="postTypes" inverseEntity="Blog" syncable="YES"/>
|
585 | 585 | </entity>
|
586 |
| - <entity name="PublicizeConnection" representedClassName="PublicizeConnection" syncable="YES"> |
| 586 | + <entity name="PublicizeConnection" representedClassName=".PublicizeConnection" syncable="YES"> |
587 | 587 | <attribute name="connectionID" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
588 | 588 | <attribute name="dateExpires" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
589 | 589 | <attribute name="dateIssued" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
|
611 | 611 | <attribute name="toBePublicizedCount" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
|
612 | 612 | <relationship name="blog" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Blog" inverseName="publicizeInfo" inverseEntity="Blog"/>
|
613 | 613 | </entity>
|
614 |
| - <entity name="PublicizeService" representedClassName="PublicizeService" syncable="YES"> |
| 614 | + <entity name="PublicizeService" representedClassName=".PublicizeService" syncable="YES"> |
615 | 615 | <attribute name="connectURL" optional="YES" attributeType="String" syncable="YES"/>
|
616 | 616 | <attribute name="detail" optional="YES" attributeType="String" syncable="YES"/>
|
617 | 617 | <attribute name="externalUsersOnly" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
648 | 648 | <fetchIndexElement property="path" type="Binary" order="ascending"/>
|
649 | 649 | </fetchIndex>
|
650 | 650 | </entity>
|
651 |
| - <entity name="ReaderCard" representedClassName="ReaderCard" syncable="YES"> |
| 651 | + <entity name="ReaderCard" representedClassName=".ReaderCard" syncable="YES"> |
652 | 652 | <attribute name="sortRank" attributeType="Double" defaultValueString="0.0" usesScalarValueType="NO" syncable="YES"/>
|
653 | 653 | <relationship name="post" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="ReaderPost" inverseName="card" inverseEntity="ReaderPost" syncable="YES"/>
|
654 | 654 | <relationship name="sites" optional="YES" toMany="YES" deletionRule="Nullify" ordered="YES" destinationEntity="ReaderSiteTopic" inverseName="cards" inverseEntity="ReaderSiteTopic" syncable="YES"/>
|
|
794 | 794 | <attribute name="organizationID" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
|
795 | 795 | <attribute name="slug" optional="YES" attributeType="String" syncable="YES"/>
|
796 | 796 | </entity>
|
797 |
| - <entity name="Revision" representedClassName="Revision" syncable="YES"> |
| 797 | + <entity name="Revision" representedClassName=".Revision" syncable="YES"> |
798 | 798 | <attribute name="postAuthorId" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
799 | 799 | <attribute name="postContent" optional="YES" attributeType="String" syncable="YES"/>
|
800 | 800 | <attribute name="postDateGmt" optional="YES" attributeType="String" syncable="YES"/>
|
|
806 | 806 | <attribute name="siteId" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
807 | 807 | <relationship name="diff" optional="YES" maxCount="1" deletionRule="Cascade" destinationEntity="RevisionDiff" inverseName="revision" inverseEntity="RevisionDiff" syncable="YES"/>
|
808 | 808 | </entity>
|
809 |
| - <entity name="RevisionDiff" representedClassName="RevisionDiff" syncable="YES"> |
| 809 | + <entity name="RevisionDiff" representedClassName=".RevisionDiff" syncable="YES"> |
810 | 810 | <attribute name="fromRevisionId" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
811 | 811 | <attribute name="toRevisionId" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
812 | 812 | <attribute name="totalAdditions" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
|
815 | 815 | <relationship name="revision" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Revision" inverseName="diff" inverseEntity="Revision" syncable="YES"/>
|
816 | 816 | <relationship name="titleDiffs" optional="YES" toMany="YES" deletionRule="Cascade" destinationEntity="DiffTitleValue" inverseName="revisionDiff" inverseEntity="DiffTitleValue" syncable="YES"/>
|
817 | 817 | </entity>
|
818 |
| - <entity name="Role" representedClassName="Role" syncable="YES"> |
| 818 | + <entity name="Role" representedClassName=".Role" syncable="YES"> |
819 | 819 | <attribute name="name" attributeType="String" syncable="YES"/>
|
820 | 820 | <attribute name="order" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
821 | 821 | <attribute name="slug" attributeType="String" syncable="YES"/>
|
|
0 commit comments