@rubytech/create-realagent-code 0.1.615 → 0.1.616

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.
Files changed (193) hide show
  1. package/package.json +1 -1
  2. package/payload/platform/lib/aeo-llms-txt-writer/dist/__tests__/write-llms-txt.test.d.ts +2 -0
  3. package/payload/platform/lib/aeo-llms-txt-writer/dist/__tests__/write-llms-txt.test.d.ts.map +1 -0
  4. package/payload/platform/lib/aeo-llms-txt-writer/dist/__tests__/write-llms-txt.test.js +291 -0
  5. package/payload/platform/lib/aeo-llms-txt-writer/dist/__tests__/write-llms-txt.test.js.map +1 -0
  6. package/payload/platform/lib/aeo-llms-txt-writer/dist/index.d.ts +13 -1
  7. package/payload/platform/lib/aeo-llms-txt-writer/dist/index.d.ts.map +1 -1
  8. package/payload/platform/lib/aeo-llms-txt-writer/dist/index.js +127 -18
  9. package/payload/platform/lib/aeo-llms-txt-writer/dist/index.js.map +1 -1
  10. package/payload/platform/lib/aeo-llms-txt-writer/src/__tests__/write-llms-txt.test.ts +391 -0
  11. package/payload/platform/lib/aeo-llms-txt-writer/src/index.ts +156 -19
  12. package/payload/platform/lib/aeo-llms-txt-writer/vitest.config.ts +10 -0
  13. package/payload/platform/lib/mcp-spawn-tee/dist/index.d.ts +15 -1
  14. package/payload/platform/lib/mcp-spawn-tee/dist/index.d.ts.map +1 -1
  15. package/payload/platform/lib/mcp-spawn-tee/dist/index.js +129 -7
  16. package/payload/platform/lib/mcp-spawn-tee/dist/index.js.map +1 -1
  17. package/payload/platform/lib/mcp-spawn-tee/src/__tests__/spawn-tee.test.ts +227 -0
  18. package/payload/platform/lib/mcp-spawn-tee/src/index.ts +133 -6
  19. package/payload/platform/plugins/admin/lib/mcp-spawn-tee/index.js +129 -7
  20. package/payload/platform/plugins/admin/mcp/dist/index.js +11 -3
  21. package/payload/platform/plugins/admin/mcp/dist/index.js.map +1 -1
  22. package/payload/platform/plugins/admin/mcp/dist/tools/publish-site.d.ts +3 -0
  23. package/payload/platform/plugins/admin/mcp/dist/tools/publish-site.d.ts.map +1 -1
  24. package/payload/platform/plugins/admin/mcp/dist/tools/publish-site.js +38 -20
  25. package/payload/platform/plugins/admin/mcp/dist/tools/publish-site.js.map +1 -1
  26. package/payload/platform/plugins/admin/skills/platform-architecture/SKILL.md +6 -5
  27. package/payload/platform/plugins/admin/skills/publish-site/SKILL.md +3 -0
  28. package/payload/platform/plugins/admin/skills/whats-new/SKILL.md +8 -0
  29. package/payload/platform/plugins/aeo/PLUGIN.md +1 -1
  30. package/payload/platform/plugins/aeo/lib/mcp-spawn-tee/index.js +129 -7
  31. package/payload/platform/plugins/aeo/mcp/dist/index.js +17 -10
  32. package/payload/platform/plugins/aeo/mcp/dist/index.js.map +1 -1
  33. package/payload/platform/plugins/browser/lib/mcp-spawn-tee/index.js +129 -7
  34. package/payload/platform/plugins/connector/lib/mcp-spawn-tee/index.js +129 -7
  35. package/payload/platform/plugins/contacts/lib/mcp-spawn-tee/index.js +129 -7
  36. package/payload/platform/plugins/dispatch/lib/mcp-spawn-tee/index.js +129 -7
  37. package/payload/platform/plugins/docs/references/aeo.md +4 -3
  38. package/payload/platform/plugins/docs/references/plugins-guide.md +1 -1
  39. package/payload/platform/plugins/email/lib/mcp-spawn-tee/index.js +129 -7
  40. package/payload/platform/plugins/filesystem/lib/mcp-spawn-tee/index.js +129 -7
  41. package/payload/platform/plugins/google/lib/mcp-spawn-tee/index.js +129 -7
  42. package/payload/platform/plugins/graph-viewer/lib/mcp-spawn-tee/index.js +129 -7
  43. package/payload/platform/plugins/inventory/lib/mcp-spawn-tee/index.js +129 -7
  44. package/payload/platform/plugins/ledger/lib/mcp-spawn-tee/index.js +129 -7
  45. package/payload/platform/plugins/memory/lib/mcp-spawn-tee/index.js +129 -7
  46. package/payload/platform/plugins/outlook/lib/mcp-spawn-tee/index.js +129 -7
  47. package/payload/platform/plugins/quickbooks/lib/mcp-spawn-tee/index.js +129 -7
  48. package/payload/platform/plugins/replicate/lib/mcp-spawn-tee/index.js +129 -7
  49. package/payload/platform/plugins/scheduling/PLUGIN.md +3 -4
  50. package/payload/platform/plugins/scheduling/lib/mcp-spawn-tee/index.js +129 -7
  51. package/payload/platform/plugins/scheduling/mcp/dist/index.js +0 -6
  52. package/payload/platform/plugins/scheduling/mcp/dist/index.js.map +1 -1
  53. package/payload/platform/plugins/scheduling/mcp/dist/lib/__tests__/gate-audits.test.js +65 -20
  54. package/payload/platform/plugins/scheduling/mcp/dist/lib/__tests__/gate-audits.test.js.map +1 -1
  55. package/payload/platform/plugins/scheduling/mcp/dist/lib/__tests__/gate-classification.test.js +20 -0
  56. package/payload/platform/plugins/scheduling/mcp/dist/lib/__tests__/gate-classification.test.js.map +1 -1
  57. package/payload/platform/plugins/scheduling/mcp/dist/lib/gate.d.ts +12 -4
  58. package/payload/platform/plugins/scheduling/mcp/dist/lib/gate.d.ts.map +1 -1
  59. package/payload/platform/plugins/scheduling/mcp/dist/lib/gate.js.map +1 -1
  60. package/payload/platform/plugins/scheduling/mcp/dist/lib/schedule-audit.d.ts.map +1 -1
  61. package/payload/platform/plugins/scheduling/mcp/dist/lib/schedule-audit.js +39 -6
  62. package/payload/platform/plugins/scheduling/mcp/dist/lib/schedule-audit.js.map +1 -1
  63. package/payload/platform/plugins/scheduling/mcp/dist/scripts/__tests__/gate-dispatch-wiring.test.js +21 -6
  64. package/payload/platform/plugins/scheduling/mcp/dist/scripts/__tests__/gate-dispatch-wiring.test.js.map +1 -1
  65. package/payload/platform/plugins/scheduling/mcp/dist/scripts/check-due-events.js +26 -5
  66. package/payload/platform/plugins/scheduling/mcp/dist/scripts/check-due-events.js.map +1 -1
  67. package/payload/platform/plugins/scheduling/mcp/dist/tools/__tests__/schedule-gate-waiver.test.js +17 -51
  68. package/payload/platform/plugins/scheduling/mcp/dist/tools/__tests__/schedule-gate-waiver.test.js.map +1 -1
  69. package/payload/platform/plugins/scheduling/mcp/dist/tools/__tests__/schedule-gate-write.test.js +6 -4
  70. package/payload/platform/plugins/scheduling/mcp/dist/tools/__tests__/schedule-gate-write.test.js.map +1 -1
  71. package/payload/platform/plugins/scheduling/mcp/dist/tools/__tests__/scheduling-gate.test.js +113 -1
  72. package/payload/platform/plugins/scheduling/mcp/dist/tools/__tests__/scheduling-gate.test.js.map +1 -1
  73. package/payload/platform/plugins/scheduling/mcp/dist/tools/schedule-event.d.ts +8 -18
  74. package/payload/platform/plugins/scheduling/mcp/dist/tools/schedule-event.d.ts.map +1 -1
  75. package/payload/platform/plugins/scheduling/mcp/dist/tools/schedule-event.js +14 -27
  76. package/payload/platform/plugins/scheduling/mcp/dist/tools/schedule-event.js.map +1 -1
  77. package/payload/platform/plugins/scheduling/mcp/dist/tools/scheduling-gate.d.ts.map +1 -1
  78. package/payload/platform/plugins/scheduling/mcp/dist/tools/scheduling-gate.js +125 -56
  79. package/payload/platform/plugins/scheduling/mcp/dist/tools/scheduling-gate.js.map +1 -1
  80. package/payload/platform/plugins/storage-broker/lib/mcp-spawn-tee/index.js +129 -7
  81. package/payload/platform/plugins/url-get/lib/mcp-spawn-tee/index.js +129 -7
  82. package/payload/platform/plugins/voice-mirror/lib/mcp-spawn-tee/index.js +129 -7
  83. package/payload/platform/plugins/whatsapp/lib/mcp-spawn-tee/index.js +129 -7
  84. package/payload/platform/plugins/work/lib/mcp-spawn-tee/index.js +129 -7
  85. package/payload/platform/plugins/workflows/lib/mcp-spawn-tee/index.js +129 -7
  86. package/payload/platform/services/claude-session-manager/dist/index.js +17 -0
  87. package/payload/platform/services/claude-session-manager/dist/index.js.map +1 -1
  88. package/payload/platform/services/claude-session-manager/dist/mcp-helper-census.d.ts +80 -0
  89. package/payload/platform/services/claude-session-manager/dist/mcp-helper-census.d.ts.map +1 -0
  90. package/payload/platform/services/claude-session-manager/dist/mcp-helper-census.js +201 -0
  91. package/payload/platform/services/claude-session-manager/dist/mcp-helper-census.js.map +1 -0
  92. package/payload/premium-plugins/real-agent/plugins/buyers/lib/mcp-spawn-tee/index.js +129 -7
  93. package/payload/premium-plugins/real-agent/plugins/estate-sales/lib/mcp-spawn-tee/index.js +129 -7
  94. package/payload/premium-plugins/real-agent/plugins/loop/PLUGIN.md +12 -0
  95. package/payload/premium-plugins/real-agent/plugins/loop/lib/mcp-spawn-tee/index.js +129 -7
  96. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/index.js +13 -0
  97. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/index.js.map +1 -1
  98. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/lib/field-census.d.ts +22 -0
  99. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/lib/field-census.d.ts.map +1 -0
  100. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/lib/field-census.js +81 -0
  101. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/lib/field-census.js.map +1 -0
  102. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/lib/loop-api.d.ts +17 -5
  103. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/lib/loop-api.d.ts.map +1 -1
  104. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/lib/loop-api.js +90 -17
  105. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/lib/loop-api.js.map +1 -1
  106. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/lib/loop-schema-keys.d.ts +2 -0
  107. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/lib/loop-schema-keys.d.ts.map +1 -0
  108. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/lib/loop-schema-keys.js +1010 -0
  109. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/lib/loop-schema-keys.js.map +1 -0
  110. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/auto-responder.js +2 -2
  111. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/auto-responder.js.map +1 -1
  112. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/customer-preferences.js +3 -3
  113. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/customer-preferences.js.map +1 -1
  114. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/feedback.d.ts +1 -0
  115. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/feedback.d.ts.map +1 -1
  116. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/feedback.js +5 -5
  117. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/feedback.js.map +1 -1
  118. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts +1 -0
  119. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts.map +1 -1
  120. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/marketing-match-batch.js +2 -2
  121. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/marketing-match-batch.js.map +1 -1
  122. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/marketing-match.d.ts +1 -0
  123. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/marketing-match.d.ts.map +1 -1
  124. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/marketing-match.js +4 -4
  125. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/marketing-match.js.map +1 -1
  126. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/people-detail.d.ts +1 -0
  127. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/people-detail.d.ts.map +1 -1
  128. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/people-detail.js +3 -3
  129. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/people-detail.js.map +1 -1
  130. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/people-search.d.ts +1 -0
  131. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/people-search.d.ts.map +1 -1
  132. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/people-search.js +3 -3
  133. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/people-search.js.map +1 -1
  134. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-detail.d.ts +1 -0
  135. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-detail.d.ts.map +1 -1
  136. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-detail.js +13 -6
  137. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-detail.js.map +1 -1
  138. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-listed.d.ts +1 -0
  139. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-listed.d.ts.map +1 -1
  140. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-listed.js +3 -3
  141. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-listed.js.map +1 -1
  142. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-search.d.ts +1 -0
  143. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-search.d.ts.map +1 -1
  144. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-search.js +3 -3
  145. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-search.js.map +1 -1
  146. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-sold.d.ts +1 -0
  147. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-sold.d.ts.map +1 -1
  148. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-sold.js +3 -3
  149. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/property-sold.js.map +1 -1
  150. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/supplier.js +4 -4
  151. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/supplier.js.map +1 -1
  152. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/team-availability.d.ts +1 -0
  153. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/team-availability.d.ts.map +1 -1
  154. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/team-availability.js +3 -3
  155. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/team-availability.js.map +1 -1
  156. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/team-info.d.ts +1 -0
  157. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/team-info.d.ts.map +1 -1
  158. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/team-info.js +3 -3
  159. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/team-info.js.map +1 -1
  160. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/viewing-detail.d.ts +1 -0
  161. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/viewing-detail.d.ts.map +1 -1
  162. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/viewing-detail.js +3 -3
  163. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/viewing-detail.js.map +1 -1
  164. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/viewing-search.d.ts +1 -0
  165. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/viewing-search.d.ts.map +1 -1
  166. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/viewing-search.js +3 -3
  167. package/payload/premium-plugins/real-agent/plugins/loop/mcp/dist/tools/viewing-search.js.map +1 -1
  168. package/payload/premium-plugins/real-agent/plugins/loop/mcp/package.json +2 -1
  169. package/payload/premium-plugins/real-agent/plugins/loop/mcp/scripts/generate-loop-schema-keys.mjs +87 -0
  170. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/__tests__/new-tool-shape.test.ts +1 -1
  171. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/__tests__/read-fidelity.test.ts +303 -0
  172. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/__tests__/swagger-write-coverage.test.ts +6 -6
  173. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/index.ts +13 -0
  174. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/lib/field-census.ts +86 -0
  175. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/lib/loop-api.ts +116 -17
  176. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/lib/loop-schema-keys.ts +1010 -0
  177. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/auto-responder.ts +2 -2
  178. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/customer-preferences.ts +3 -3
  179. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/feedback.ts +6 -4
  180. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/marketing-match-batch.ts +4 -2
  181. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/marketing-match.ts +6 -4
  182. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/people-detail.ts +5 -3
  183. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/people-search.ts +5 -3
  184. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/property-detail.ts +17 -7
  185. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/property-listed.ts +5 -3
  186. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/property-search.ts +5 -3
  187. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/property-sold.ts +5 -3
  188. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/supplier.ts +4 -4
  189. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/team-availability.ts +5 -3
  190. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/team-info.ts +6 -3
  191. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/viewing-detail.ts +5 -3
  192. package/payload/premium-plugins/real-agent/plugins/loop/mcp/src/tools/viewing-search.ts +5 -3
  193. package/payload/premium-plugins/real-agent/plugins/property-data/lib/mcp-spawn-tee/index.js +129 -7
@@ -0,0 +1,1010 @@
1
+ // GENERATED FILE — do not edit by hand.
2
+ //
3
+ // Regenerate with: npm run generate:schema-keys
4
+ //
5
+ // Derived from src/__tests__/loop-swagger.snapshot.json, a 711KB test fixture.
6
+ // This module is what the runtime imports, so it can compare what Loop actually
7
+ // sent against what Loop documents without parsing the fixture. A test asserts
8
+ // this file is byte-identical to the generator's output, so a refreshed
9
+ // snapshot without a regenerate turns red.
10
+ export const LOOP_SCHEMA_KEYS = {
11
+ "/customer/preferences/{personCode}": [
12
+ "clientLogo",
13
+ "clientName",
14
+ "communicationCall",
15
+ "communicationEmail",
16
+ "communicationPost",
17
+ "communicationText",
18
+ "firstName",
19
+ "gdprGeneralMarketing",
20
+ "gdprPropertyMatching",
21
+ "gdprThirdParties",
22
+ "id",
23
+ "lastName",
24
+ "masterAgentId",
25
+ "title"
26
+ ],
27
+ "/feedback/residential/sales/viewings/{id}": [
28
+ "agentAvatar",
29
+ "agentEmail",
30
+ "agentId",
31
+ "agentJobTitle",
32
+ "agentMobilePhone",
33
+ "agentName",
34
+ "attendingAgentId",
35
+ "buyerGroupName",
36
+ "buyerId",
37
+ "creatingAgentId",
38
+ "feedbackQuestions",
39
+ "masterAgentId",
40
+ "propertyAddress",
41
+ "propertyBedrooms",
42
+ "propertyId",
43
+ "propertyImage",
44
+ "propertyPrice",
45
+ "propertyPriceQualifier",
46
+ "propertyStatus",
47
+ "propertyType",
48
+ "teamAddress1",
49
+ "teamAddress2",
50
+ "teamAddress3",
51
+ "teamClientName",
52
+ "teamEmail",
53
+ "teamId",
54
+ "teamLogo",
55
+ "teamPhoneNumber",
56
+ "teamPrimaryDarkColour",
57
+ "teamPrimaryLightColour",
58
+ "teamSecondaryDarkColour",
59
+ "teamSecondaryLightColour",
60
+ "teamWebsiteUrl",
61
+ "viewingBuyerFeedback",
62
+ "viewingDateOfAppointment",
63
+ "viewingId",
64
+ "viewingSellerFeedback",
65
+ "viewingStatus",
66
+ "viewingType"
67
+ ],
68
+ "/feedback/residential/lettings/viewings/{id}": [
69
+ "agentAvatar",
70
+ "agentEmail",
71
+ "agentId",
72
+ "agentJobTitle",
73
+ "agentMobilePhone",
74
+ "agentName",
75
+ "attendingAgentId",
76
+ "creatingAgentId",
77
+ "feedbackQuestions",
78
+ "masterAgentId",
79
+ "propertyAddress",
80
+ "propertyBedrooms",
81
+ "propertyId",
82
+ "propertyImage",
83
+ "propertyRent",
84
+ "propertyStatus",
85
+ "propertyType",
86
+ "renterGroupName",
87
+ "renterId",
88
+ "teamAddress1",
89
+ "teamAddress2",
90
+ "teamAddress3",
91
+ "teamClientName",
92
+ "teamEmail",
93
+ "teamId",
94
+ "teamLogo",
95
+ "teamPhoneNumber",
96
+ "teamPrimaryDarkColour",
97
+ "teamPrimaryLightColour",
98
+ "teamSecondaryDarkColour",
99
+ "teamSecondaryLightColour",
100
+ "teamWebsiteUrl",
101
+ "viewingDateOfAppointment",
102
+ "viewingId",
103
+ "viewingLandlordFeedback",
104
+ "viewingRenterFeedback",
105
+ "viewingStatus",
106
+ "viewingType"
107
+ ],
108
+ "/marketing/matching/{id}": [
109
+ "accessibility",
110
+ "acerage",
111
+ "address_County",
112
+ "address_DisplayAddress",
113
+ "address_District",
114
+ "address_HouseNameOrNumber",
115
+ "address_HouseSecondaryNameOrNumber",
116
+ "address_Locality",
117
+ "address_Postcode",
118
+ "address_Street",
119
+ "address_Town",
120
+ "address_UDPRN",
121
+ "alarm",
122
+ "amlVerified",
123
+ "bathrooms",
124
+ "bedrooms",
125
+ "brochure",
126
+ "buildYear",
127
+ "cellar",
128
+ "councilTaxBand",
129
+ "creatingAgentId",
130
+ "dateCompleted",
131
+ "dateCreated",
132
+ "dateExchanged",
133
+ "dateInstructed",
134
+ "dateLaunched",
135
+ "dateUnderOffer",
136
+ "dateWithdrawn",
137
+ "directBookingHashCode",
138
+ "epc",
139
+ "features",
140
+ "floorArea",
141
+ "floorPlans",
142
+ "fullDescription",
143
+ "garaging",
144
+ "glazing",
145
+ "heating",
146
+ "id",
147
+ "images",
148
+ "isDirectViewingsEnabled",
149
+ "latitude",
150
+ "lift",
151
+ "listed",
152
+ "longitude",
153
+ "materialInformation",
154
+ "numberOfFloors",
155
+ "outsideSpace",
156
+ "parking",
157
+ "price",
158
+ "priceQualifier",
159
+ "propertyAge",
160
+ "propertyCondition",
161
+ "propertyType",
162
+ "receptionRooms",
163
+ "shortDescription",
164
+ "status",
165
+ "tenure",
166
+ "virtualTourUrls"
167
+ ],
168
+ "/marketing/rentals/matching/{id}": [
169
+ "accessAndAlarm",
170
+ "accessibility",
171
+ "acerage",
172
+ "address_County",
173
+ "address_DisplayAddress",
174
+ "address_District",
175
+ "address_HouseNameOrNumber",
176
+ "address_HouseSecondaryNameOrNumber",
177
+ "address_Locality",
178
+ "address_Postcode",
179
+ "address_Street",
180
+ "address_Town",
181
+ "address_UDPRN",
182
+ "alarm",
183
+ "amlVerified",
184
+ "applications",
185
+ "bathrooms",
186
+ "bedrooms",
187
+ "brochure",
188
+ "buildYear",
189
+ "cellar",
190
+ "councilTaxBand",
191
+ "creatingAgentId",
192
+ "dateCreated",
193
+ "dateFirstAvailable",
194
+ "dateInstructed",
195
+ "dateLaunched",
196
+ "dateWithdrawn",
197
+ "deposit",
198
+ "directBookingHashCode",
199
+ "epc",
200
+ "features",
201
+ "floorArea",
202
+ "floorPlans",
203
+ "fullDescription",
204
+ "furnishings",
205
+ "garaging",
206
+ "glazing",
207
+ "heating",
208
+ "hideRentOnWebsite",
209
+ "id",
210
+ "images",
211
+ "includedAlarm",
212
+ "includedBillsElectricity",
213
+ "includedBillsGas",
214
+ "includedBillsWater",
215
+ "includedDishwasher",
216
+ "includedInternet",
217
+ "includedTVLicense",
218
+ "includedTVSubscription",
219
+ "includedWashingMachine",
220
+ "isAccompanied",
221
+ "isDirectViewingsEnabled",
222
+ "isPOA",
223
+ "keys",
224
+ "latitude",
225
+ "leaseType",
226
+ "letPeriod",
227
+ "letTypeMultipleOccupancy",
228
+ "letTypeProfessional",
229
+ "letTypeStudent",
230
+ "lift",
231
+ "listed",
232
+ "longitude",
233
+ "managementFee",
234
+ "managementFeeType",
235
+ "marketListings",
236
+ "marketingFlag_ComingSoon",
237
+ "marketingFlag_DigitalCarousel",
238
+ "marketingFlag_FeaturedProperty",
239
+ "marketingFlag_ImmediatelyAvailable",
240
+ "marketingFlag_NewToMarket",
241
+ "marketingFlag_PriceReduction",
242
+ "materialInformation",
243
+ "numberOfFloors",
244
+ "outsideSpace",
245
+ "parking",
246
+ "propertyCondition",
247
+ "propertyType",
248
+ "properytAge",
249
+ "receptionRooms",
250
+ "refId",
251
+ "rent",
252
+ "rentFrequency",
253
+ "requirementNoChildren",
254
+ "requirementNoPets",
255
+ "requirementNoSharers",
256
+ "requirementNoSmokers",
257
+ "requirementNoStudents",
258
+ "rooms",
259
+ "shortDescription",
260
+ "status",
261
+ "viewingArrangements",
262
+ "viewingPreference",
263
+ "viewings",
264
+ "virtualTourUrls"
265
+ ],
266
+ "/marketing/matching/{Id}/team-profile": [
267
+ "address",
268
+ "companyName",
269
+ "email",
270
+ "logo",
271
+ "masterAgentId",
272
+ "phone",
273
+ "primaryDarkColor",
274
+ "primaryLightColor",
275
+ "secondaryDarkColor",
276
+ "secondaryLightColor",
277
+ "webSiteContactUrl",
278
+ "webSiteHomeUrl",
279
+ "webSitePropertiesUrl"
280
+ ],
281
+ "/marketing/rentals/matching/{Id}/team-profile": [
282
+ "address",
283
+ "companyName",
284
+ "email",
285
+ "logo",
286
+ "masterAgentId",
287
+ "phone",
288
+ "primaryDarkColor",
289
+ "primaryLightColor",
290
+ "secondaryDarkColor",
291
+ "secondaryLightColor",
292
+ "webSiteContactUrl",
293
+ "webSiteHomeUrl",
294
+ "webSitePropertiesUrl"
295
+ ],
296
+ "/marketing/enquiries/auto-responder/{id}/{key}": [
297
+ "enquiry",
298
+ "enquiryId",
299
+ "property",
300
+ "questions",
301
+ "settings",
302
+ "teamDetails"
303
+ ],
304
+ "/people": [
305
+ "communicationCall",
306
+ "communicationEmail",
307
+ "communicationPost",
308
+ "communicationText",
309
+ "contactNotes",
310
+ "firstName",
311
+ "gdprGeneralMarketing",
312
+ "gdprPropertyMatching",
313
+ "gdprThirdParties",
314
+ "id",
315
+ "lastName",
316
+ "primaryEmail",
317
+ "primaryEmailNotes",
318
+ "primaryEmailType",
319
+ "primaryPhone",
320
+ "primaryPhoneNotes",
321
+ "primaryPhoneType",
322
+ "title"
323
+ ],
324
+ "/people/{id}": [
325
+ "buyerProfiles",
326
+ "communicationCall",
327
+ "communicationEmail",
328
+ "communicationPost",
329
+ "communicationText",
330
+ "contactNotes",
331
+ "county",
332
+ "dateCreated",
333
+ "district",
334
+ "firstName",
335
+ "gdprGeneralMarketing",
336
+ "gdprPropertyMatching",
337
+ "gdprThirdParties",
338
+ "houseNameOrNumber",
339
+ "houseSecondaryNameOrNumber",
340
+ "id",
341
+ "landlordIds",
342
+ "lastName",
343
+ "locality",
344
+ "postcode",
345
+ "primaryEmail",
346
+ "primaryEmailNotes",
347
+ "primaryEmailType",
348
+ "primaryPhone",
349
+ "primaryPhoneNotes",
350
+ "primaryPhoneType",
351
+ "renterIds",
352
+ "sellerProfiles",
353
+ "street",
354
+ "title",
355
+ "town"
356
+ ],
357
+ "/people/buyers": [
358
+ "acceptedOfferCount",
359
+ "buyerGroupName",
360
+ "buyerIsGroup",
361
+ "financiallyVerified",
362
+ "id",
363
+ "insuranceOffered",
364
+ "maxPrice",
365
+ "minBeds",
366
+ "mortgageOffered",
367
+ "offerCount",
368
+ "position",
369
+ "purchaseReason",
370
+ "sellingPosition",
371
+ "upcomingViewingCount",
372
+ "viewingCount"
373
+ ],
374
+ "/people/buyers/{id}": [
375
+ "buyerGroupName",
376
+ "buyerIsGroup",
377
+ "financiallyVerified",
378
+ "id",
379
+ "insuranceOffered",
380
+ "maxPrice",
381
+ "minBeds",
382
+ "mortgageOffered",
383
+ "offers",
384
+ "people",
385
+ "position",
386
+ "propertyTypes",
387
+ "purchaseReason",
388
+ "requirementNotes",
389
+ "searchAreas",
390
+ "sellingPosition",
391
+ "viewings"
392
+ ],
393
+ "/people/sellers": [
394
+ "acceptedOfferCount",
395
+ "id",
396
+ "offerCount",
397
+ "price",
398
+ "propertyAddress",
399
+ "propertyId",
400
+ "propertyStatus",
401
+ "propertyType",
402
+ "sellerGroupName",
403
+ "sellerIsGroup",
404
+ "upcomingViewingCount",
405
+ "viewingCount"
406
+ ],
407
+ "/people/sellers/{id}": [
408
+ "id",
409
+ "people",
410
+ "property",
411
+ "sellerGroupName",
412
+ "sellerIsGroup"
413
+ ],
414
+ "/people/renters": [
415
+ "applicationCount",
416
+ "dateRequired",
417
+ "id",
418
+ "isTenanted",
419
+ "maxRent",
420
+ "minBeds",
421
+ "rentalGroupName",
422
+ "renterIsGroup",
423
+ "tenancyCount",
424
+ "upcomingViewingCount",
425
+ "viewingCount"
426
+ ],
427
+ "/people/renters/{id}": [
428
+ "applications",
429
+ "dateRequired",
430
+ "financiallyVerified",
431
+ "furnished",
432
+ "id",
433
+ "insuranceOffered",
434
+ "maxRent",
435
+ "minBaths",
436
+ "minBeds",
437
+ "minRecepts",
438
+ "parking",
439
+ "people",
440
+ "propertyTypes",
441
+ "rentalGroupName",
442
+ "renterIsGroup",
443
+ "renterType",
444
+ "requirementNotes",
445
+ "searchAreas",
446
+ "viewings"
447
+ ],
448
+ "/people/landlords": [
449
+ "id",
450
+ "landlordGroupName",
451
+ "landlordIsGroup",
452
+ "propertyAddress",
453
+ "propertyId",
454
+ "propertyStatus",
455
+ "propertyType"
456
+ ],
457
+ "/people/landlords/{id}": [
458
+ "id",
459
+ "landlordGroupName",
460
+ "landlordIsGroup",
461
+ "people",
462
+ "property"
463
+ ],
464
+ "/property/residential/sales": [
465
+ "bedrooms",
466
+ "dateCreated",
467
+ "id",
468
+ "offerCount",
469
+ "price",
470
+ "propertyAddress",
471
+ "propertyType",
472
+ "publishedToMatching",
473
+ "publishedToPortals",
474
+ "publishedToWebsite",
475
+ "refId",
476
+ "status",
477
+ "viewingCount"
478
+ ],
479
+ "/property/residential/sales/{id}": [
480
+ "accessibility",
481
+ "acerage",
482
+ "address_County",
483
+ "address_DisplayAddress",
484
+ "address_District",
485
+ "address_HouseNameOrNumber",
486
+ "address_HouseSecondaryNameOrNumber",
487
+ "address_Locality",
488
+ "address_Postcode",
489
+ "address_Street",
490
+ "address_Town",
491
+ "address_UDPRN",
492
+ "alarm",
493
+ "amlVerified",
494
+ "bathrooms",
495
+ "bedrooms",
496
+ "brochure",
497
+ "buildYear",
498
+ "cellar",
499
+ "councilTaxBand",
500
+ "creatingAgentId",
501
+ "dateCompleted",
502
+ "dateCreated",
503
+ "dateExchanged",
504
+ "dateInstructed",
505
+ "dateLaunched",
506
+ "dateUnderOffer",
507
+ "dateWithdrawn",
508
+ "directBookingHashCode",
509
+ "epc",
510
+ "features",
511
+ "floorArea",
512
+ "floorPlans",
513
+ "fullDescription",
514
+ "garaging",
515
+ "glazing",
516
+ "groundRent",
517
+ "heating",
518
+ "id",
519
+ "images",
520
+ "isDirectViewingsEnabled",
521
+ "latitude",
522
+ "leaseExpiryDate",
523
+ "lift",
524
+ "listed",
525
+ "localAuthority",
526
+ "longitude",
527
+ "marketListings",
528
+ "marketingFlag_ChainFree",
529
+ "marketingFlag_DevelopmentOpportunity",
530
+ "marketingFlag_DigitalCarousel",
531
+ "marketingFlag_FeaturedProperty",
532
+ "marketingFlag_NewBuild",
533
+ "marketingFlag_NewToMarket",
534
+ "marketingFlag_PriceReduction",
535
+ "materialInformation",
536
+ "numberOfFloors",
537
+ "offers",
538
+ "outsideSpace",
539
+ "parking",
540
+ "price",
541
+ "priceQualifier",
542
+ "propertyAge",
543
+ "propertyCondition",
544
+ "propertyType",
545
+ "receptionRooms",
546
+ "refId",
547
+ "rooms",
548
+ "saleBy",
549
+ "serviceCharge",
550
+ "shortDescription",
551
+ "status",
552
+ "tenure",
553
+ "viewings",
554
+ "virtualTourUrls"
555
+ ],
556
+ "/property/residential/sales/{id}/preview/{previewHash}": [
557
+ "channels",
558
+ "property"
559
+ ],
560
+ "/property/residential/sales/listed/{channel}": [
561
+ "accessibility",
562
+ "acerage",
563
+ "address_County",
564
+ "address_District",
565
+ "address_HouseNameOrNumber",
566
+ "address_HouseSecondaryNameOrNumber",
567
+ "address_Locality",
568
+ "address_Postcode",
569
+ "address_Street",
570
+ "address_Town",
571
+ "address_UDPRN",
572
+ "alarm",
573
+ "bathrooms",
574
+ "bedrooms",
575
+ "brochure",
576
+ "buildYear",
577
+ "cellar",
578
+ "channel",
579
+ "councilTaxBand",
580
+ "creatingAgentId",
581
+ "dateLaunched",
582
+ "displayAddress",
583
+ "displayAsUnderOffer",
584
+ "epc",
585
+ "features",
586
+ "floorArea",
587
+ "floorPlans",
588
+ "fullDescription",
589
+ "garaging",
590
+ "glazing",
591
+ "groundRent",
592
+ "heating",
593
+ "images",
594
+ "latitude",
595
+ "leaseExpiryDate",
596
+ "lift",
597
+ "listed",
598
+ "listingId",
599
+ "localAuthority",
600
+ "longitude",
601
+ "marketingFlag_ChainFree",
602
+ "marketingFlag_DevelopmentOpportunity",
603
+ "marketingFlag_DigitalCarousel",
604
+ "marketingFlag_FeaturedProperty",
605
+ "marketingFlag_NewBuild",
606
+ "marketingFlag_NewToMarket",
607
+ "marketingFlag_PriceReduction",
608
+ "materialInformation",
609
+ "numberOfFloors",
610
+ "outsideSpace",
611
+ "parking",
612
+ "price",
613
+ "priceQualifier",
614
+ "propertyAddress",
615
+ "propertyAge",
616
+ "propertyCondition",
617
+ "propertyId",
618
+ "propertyRefId",
619
+ "propertyType",
620
+ "receptionRooms",
621
+ "rooms",
622
+ "saleBy",
623
+ "serviceCharge",
624
+ "shortDescription",
625
+ "status",
626
+ "tenure",
627
+ "virtualTourUrls"
628
+ ],
629
+ "/property/residential/sold/{channel}": [
630
+ "accessibility",
631
+ "acerage",
632
+ "address_County",
633
+ "address_District",
634
+ "address_HouseNameOrNumber",
635
+ "address_HouseSecondaryNameOrNumber",
636
+ "address_Locality",
637
+ "address_Postcode",
638
+ "address_Street",
639
+ "address_Town",
640
+ "address_UDPRN",
641
+ "alarm",
642
+ "bathrooms",
643
+ "bedrooms",
644
+ "brochure",
645
+ "buildYear",
646
+ "cellar",
647
+ "channel",
648
+ "councilTaxBand",
649
+ "creatingAgentId",
650
+ "dateLaunched",
651
+ "displayAddress",
652
+ "displayAsUnderOffer",
653
+ "epc",
654
+ "features",
655
+ "floorArea",
656
+ "floorPlans",
657
+ "fullDescription",
658
+ "garaging",
659
+ "glazing",
660
+ "groundRent",
661
+ "heating",
662
+ "images",
663
+ "latitude",
664
+ "leaseExpiryDate",
665
+ "lift",
666
+ "listed",
667
+ "listingId",
668
+ "localAuthority",
669
+ "longitude",
670
+ "marketingFlag_ChainFree",
671
+ "marketingFlag_DevelopmentOpportunity",
672
+ "marketingFlag_DigitalCarousel",
673
+ "marketingFlag_FeaturedProperty",
674
+ "marketingFlag_NewBuild",
675
+ "marketingFlag_NewToMarket",
676
+ "marketingFlag_PriceReduction",
677
+ "materialInformation",
678
+ "numberOfFloors",
679
+ "outsideSpace",
680
+ "parking",
681
+ "price",
682
+ "priceQualifier",
683
+ "propertyAddress",
684
+ "propertyAge",
685
+ "propertyCondition",
686
+ "propertyId",
687
+ "propertyRefId",
688
+ "propertyType",
689
+ "receptionRooms",
690
+ "rooms",
691
+ "saleBy",
692
+ "serviceCharge",
693
+ "shortDescription",
694
+ "status",
695
+ "tenure",
696
+ "virtualTourUrls"
697
+ ],
698
+ "/property/residential/lettings": [
699
+ "applicationCount",
700
+ "bedrooms",
701
+ "dateCreated",
702
+ "id",
703
+ "isPOA",
704
+ "propertyAddress",
705
+ "propertyType",
706
+ "publishedToMatching",
707
+ "publishedToPortals",
708
+ "publishedToWebsite",
709
+ "refId",
710
+ "rent",
711
+ "rentFrequency",
712
+ "status",
713
+ "totalRent",
714
+ "viewingCount"
715
+ ],
716
+ "/property/residential/lettings/{id}": [
717
+ "accessAndAlarm",
718
+ "accessibility",
719
+ "acerage",
720
+ "address_County",
721
+ "address_DisplayAddress",
722
+ "address_District",
723
+ "address_HouseNameOrNumber",
724
+ "address_HouseSecondaryNameOrNumber",
725
+ "address_Locality",
726
+ "address_Postcode",
727
+ "address_Street",
728
+ "address_Town",
729
+ "address_UDPRN",
730
+ "alarm",
731
+ "amlVerified",
732
+ "applications",
733
+ "bathrooms",
734
+ "bedrooms",
735
+ "brochure",
736
+ "buildYear",
737
+ "cellar",
738
+ "councilTaxBand",
739
+ "creatingAgentId",
740
+ "dateCreated",
741
+ "dateFirstAvailable",
742
+ "dateInstructed",
743
+ "dateLaunched",
744
+ "dateWithdrawn",
745
+ "deposit",
746
+ "directBookingHashCode",
747
+ "epc",
748
+ "features",
749
+ "floorArea",
750
+ "floorPlans",
751
+ "fullDescription",
752
+ "furnishings",
753
+ "garaging",
754
+ "glazing",
755
+ "heating",
756
+ "hideRentOnWebsite",
757
+ "id",
758
+ "images",
759
+ "includedAlarm",
760
+ "includedBillsElectricity",
761
+ "includedBillsGas",
762
+ "includedBillsWater",
763
+ "includedDishwasher",
764
+ "includedInternet",
765
+ "includedTVLicense",
766
+ "includedTVSubscription",
767
+ "includedWashingMachine",
768
+ "isAccompanied",
769
+ "isDirectViewingsEnabled",
770
+ "isPOA",
771
+ "keys",
772
+ "latitude",
773
+ "leaseType",
774
+ "letTypeMultipleOccupancy",
775
+ "letTypeProfessional",
776
+ "letTypeStudent",
777
+ "lift",
778
+ "listed",
779
+ "longitude",
780
+ "managementFee",
781
+ "managementFeeType",
782
+ "marketListings",
783
+ "marketingFlag_ComingSoon",
784
+ "marketingFlag_DigitalCarousel",
785
+ "marketingFlag_FeaturedProperty",
786
+ "marketingFlag_ImmediatelyAvailable",
787
+ "marketingFlag_NewToMarket",
788
+ "marketingFlag_PriceReduction",
789
+ "materialInformation",
790
+ "numberOfFloors",
791
+ "outsideSpace",
792
+ "parking",
793
+ "propertyCondition",
794
+ "propertyType",
795
+ "properytAge",
796
+ "receptionRooms",
797
+ "refId",
798
+ "rent",
799
+ "rentFrequency",
800
+ "requirementNoChildren",
801
+ "requirementNoPets",
802
+ "requirementNoSharers",
803
+ "requirementNoSmokers",
804
+ "requirementNoStudents",
805
+ "rooms",
806
+ "shortDescription",
807
+ "status",
808
+ "totalRent",
809
+ "viewingArrangements",
810
+ "viewingPreference",
811
+ "viewings",
812
+ "virtualTourUrls"
813
+ ],
814
+ "/property/residential/lettings/{id}/preview/{previewHash}": [
815
+ "channels",
816
+ "property"
817
+ ],
818
+ "/property/residential/lettings/listed/{channel}": [
819
+ "accessibility",
820
+ "acerage",
821
+ "address_County",
822
+ "address_District",
823
+ "address_HouseNameOrNumber",
824
+ "address_HouseSecondaryNameOrNumber",
825
+ "address_Locality",
826
+ "address_Postcode",
827
+ "address_Street",
828
+ "address_Town",
829
+ "address_UDPRN",
830
+ "alarm",
831
+ "bathrooms",
832
+ "bedrooms",
833
+ "brochure",
834
+ "buildYear",
835
+ "cellar",
836
+ "channel",
837
+ "councilTaxBand",
838
+ "creatingAgentId",
839
+ "dateFirstAvailable",
840
+ "dateLaunched",
841
+ "deposit",
842
+ "displayAddress",
843
+ "epc",
844
+ "features",
845
+ "floorArea",
846
+ "floorPlans",
847
+ "fullDescription",
848
+ "garaging",
849
+ "glazing",
850
+ "heating",
851
+ "hideRentOnWebsite",
852
+ "images",
853
+ "isPOA",
854
+ "latitude",
855
+ "lettingFee",
856
+ "lettingFeeType",
857
+ "lift",
858
+ "listed",
859
+ "listingId",
860
+ "longitude",
861
+ "materialInformation",
862
+ "numberOfFloors",
863
+ "outsideSpace",
864
+ "parking",
865
+ "propertyAddress",
866
+ "propertyAge",
867
+ "propertyCondition",
868
+ "propertyId",
869
+ "propertyRefId",
870
+ "propertyType",
871
+ "receptionRooms",
872
+ "rent",
873
+ "rooms",
874
+ "shortDescription",
875
+ "status",
876
+ "virtualTourUrls"
877
+ ],
878
+ "/residential/lettings/viewings": [
879
+ "attendingAgentId",
880
+ "creatingAgentId",
881
+ "dateOfAppointment",
882
+ "dateOfAppointmentEnd",
883
+ "id",
884
+ "propertyAddress",
885
+ "propertyId",
886
+ "renterName",
887
+ "status",
888
+ "type"
889
+ ],
890
+ "/residential/lettings/viewings/{id}": [
891
+ "agentConfirmed",
892
+ "attendingAgent",
893
+ "comment",
894
+ "creatingAgent",
895
+ "dateBuyerFeedbackGiven",
896
+ "dateCreated",
897
+ "dateDone",
898
+ "dateOfAppointment",
899
+ "dateOfAppointmentEnd",
900
+ "dateSellerFeedbackGiven",
901
+ "id",
902
+ "landlord",
903
+ "landlordConfirmed",
904
+ "landlordFeedback",
905
+ "property",
906
+ "renter",
907
+ "renterConfirmed",
908
+ "renterFeedback",
909
+ "status",
910
+ "teamId",
911
+ "type"
912
+ ],
913
+ "/supplier/maintenance/{quoteCode}/{jobid}/job-list": [
914
+ "address",
915
+ "allTeams",
916
+ "clientLogo",
917
+ "companyName",
918
+ "masterAgentId",
919
+ "otherJobs",
920
+ "otherQuotes",
921
+ "outstandingJobs",
922
+ "outstandingQuotes",
923
+ "teamName"
924
+ ],
925
+ "/supplier/maintenance/{quoteCode}/{jobId}/quote-list": [
926
+ "address",
927
+ "allTeams",
928
+ "clientLogo",
929
+ "companyName",
930
+ "masterAgentId",
931
+ "otherJobs",
932
+ "otherQuotes",
933
+ "outstandingJobs",
934
+ "outstandingQuotes",
935
+ "teamName"
936
+ ],
937
+ "/supplier/board-contractor/{code}/{jobid}/job-list": [
938
+ "address",
939
+ "allTeams",
940
+ "clientLogo",
941
+ "companyName",
942
+ "completedJobs",
943
+ "masterAgentId",
944
+ "outstandingJobs",
945
+ "teamName"
946
+ ],
947
+ "/team": [
948
+ "address1",
949
+ "address2",
950
+ "address3",
951
+ "apiKey",
952
+ "clientName",
953
+ "dateCreated",
954
+ "email",
955
+ "legalName",
956
+ "matchingOutcodes",
957
+ "members",
958
+ "phoneNumber",
959
+ "primaryDarkColour",
960
+ "primaryLightColour",
961
+ "prospectingOutcodes",
962
+ "secondaryDarkColour",
963
+ "secondaryLightColour",
964
+ "teamName",
965
+ "websiteContactUrl",
966
+ "websitePropertiesUrl",
967
+ "websiteUrl"
968
+ ],
969
+ "/team/{agentId}/availability/{searchDate}": [
970
+ "agentId",
971
+ "end",
972
+ "start"
973
+ ],
974
+ "/residential/sales/viewings": [
975
+ "attendingAgentId",
976
+ "buyerName",
977
+ "creatingAgentId",
978
+ "dateOfAppointment",
979
+ "dateOfAppointmentEnd",
980
+ "id",
981
+ "propertyAddress",
982
+ "propertyId",
983
+ "status",
984
+ "type"
985
+ ],
986
+ "/residential/sales/viewings/{id}": [
987
+ "agentConfirmed",
988
+ "attendingAgent",
989
+ "buyer",
990
+ "buyerConfirmed",
991
+ "buyerFeedback",
992
+ "comment",
993
+ "creatingAgent",
994
+ "dateBuyerFeedbackGiven",
995
+ "dateCreated",
996
+ "dateDone",
997
+ "dateOfAppointment",
998
+ "dateOfAppointmentEnd",
999
+ "dateSellerFeedbackGiven",
1000
+ "id",
1001
+ "property",
1002
+ "seller",
1003
+ "sellerConfirmed",
1004
+ "sellerFeedback",
1005
+ "status",
1006
+ "teamId",
1007
+ "type"
1008
+ ]
1009
+ };
1010
+ //# sourceMappingURL=loop-schema-keys.js.map