runtime.go 98 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481
  1. // Code generated by ent, DO NOT EDIT.
  2. package runtime
  3. import (
  4. "time"
  5. "wechat-api/ent/agent"
  6. "wechat-api/ent/agentbase"
  7. "wechat-api/ent/aliyunavatar"
  8. "wechat-api/ent/allocagent"
  9. "wechat-api/ent/batchmsg"
  10. "wechat-api/ent/category"
  11. "wechat-api/ent/chatrecords"
  12. "wechat-api/ent/chatsession"
  13. "wechat-api/ent/contact"
  14. "wechat-api/ent/employee"
  15. "wechat-api/ent/employeeconfig"
  16. "wechat-api/ent/label"
  17. "wechat-api/ent/labelrelationship"
  18. "wechat-api/ent/labeltagging"
  19. "wechat-api/ent/message"
  20. "wechat-api/ent/messagerecords"
  21. "wechat-api/ent/msg"
  22. "wechat-api/ent/schema"
  23. "wechat-api/ent/server"
  24. "wechat-api/ent/sopnode"
  25. "wechat-api/ent/sopstage"
  26. "wechat-api/ent/soptask"
  27. "wechat-api/ent/token"
  28. "wechat-api/ent/tutorial"
  29. "wechat-api/ent/usagedetail"
  30. "wechat-api/ent/usagestatisticday"
  31. "wechat-api/ent/usagestatistichour"
  32. "wechat-api/ent/usagestatisticmonth"
  33. "wechat-api/ent/usagetotal"
  34. "wechat-api/ent/workexperience"
  35. "wechat-api/ent/wpchatroom"
  36. "wechat-api/ent/wpchatroommember"
  37. "wechat-api/ent/wx"
  38. "wechat-api/ent/wxcard"
  39. "wechat-api/ent/wxcarduser"
  40. "wechat-api/ent/wxcardvisit"
  41. )
  42. // The init function reads all schema descriptors with runtime code
  43. // (default values, validators, hooks and policies) and stitches it
  44. // to their package variables.
  45. func init() {
  46. agentMixin := schema.Agent{}.Mixin()
  47. agentMixinHooks1 := agentMixin[1].Hooks()
  48. agent.Hooks[0] = agentMixinHooks1[0]
  49. agentMixinInters1 := agentMixin[1].Interceptors()
  50. agent.Interceptors[0] = agentMixinInters1[0]
  51. agentMixinFields0 := agentMixin[0].Fields()
  52. _ = agentMixinFields0
  53. agentFields := schema.Agent{}.Fields()
  54. _ = agentFields
  55. // agentDescCreatedAt is the schema descriptor for created_at field.
  56. agentDescCreatedAt := agentMixinFields0[1].Descriptor()
  57. // agent.DefaultCreatedAt holds the default value on creation for the created_at field.
  58. agent.DefaultCreatedAt = agentDescCreatedAt.Default.(func() time.Time)
  59. // agentDescUpdatedAt is the schema descriptor for updated_at field.
  60. agentDescUpdatedAt := agentMixinFields0[2].Descriptor()
  61. // agent.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  62. agent.DefaultUpdatedAt = agentDescUpdatedAt.Default.(func() time.Time)
  63. // agent.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  64. agent.UpdateDefaultUpdatedAt = agentDescUpdatedAt.UpdateDefault.(func() time.Time)
  65. // agentDescName is the schema descriptor for name field.
  66. agentDescName := agentFields[0].Descriptor()
  67. // agent.NameValidator is a validator for the "name" field. It is called by the builders before save.
  68. agent.NameValidator = agentDescName.Validators[0].(func(string) error)
  69. // agentDescStatus is the schema descriptor for status field.
  70. agentDescStatus := agentFields[2].Descriptor()
  71. // agent.DefaultStatus holds the default value on creation for the status field.
  72. agent.DefaultStatus = agentDescStatus.Default.(int)
  73. // agent.StatusValidator is a validator for the "status" field. It is called by the builders before save.
  74. agent.StatusValidator = agentDescStatus.Validators[0].(func(int) error)
  75. // agentDescBackground is the schema descriptor for background field.
  76. agentDescBackground := agentFields[3].Descriptor()
  77. // agent.DefaultBackground holds the default value on creation for the background field.
  78. agent.DefaultBackground = agentDescBackground.Default.(string)
  79. // agentDescExamples is the schema descriptor for examples field.
  80. agentDescExamples := agentFields[4].Descriptor()
  81. // agent.DefaultExamples holds the default value on creation for the examples field.
  82. agent.DefaultExamples = agentDescExamples.Default.(string)
  83. // agentDescOrganizationID is the schema descriptor for organization_id field.
  84. agentDescOrganizationID := agentFields[5].Descriptor()
  85. // agent.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  86. agent.OrganizationIDValidator = agentDescOrganizationID.Validators[0].(func(uint64) error)
  87. // agentDescDatasetID is the schema descriptor for dataset_id field.
  88. agentDescDatasetID := agentFields[6].Descriptor()
  89. // agent.DefaultDatasetID holds the default value on creation for the dataset_id field.
  90. agent.DefaultDatasetID = agentDescDatasetID.Default.(string)
  91. // agent.DatasetIDValidator is a validator for the "dataset_id" field. It is called by the builders before save.
  92. agent.DatasetIDValidator = agentDescDatasetID.Validators[0].(func(string) error)
  93. // agentDescCollectionID is the schema descriptor for collection_id field.
  94. agentDescCollectionID := agentFields[7].Descriptor()
  95. // agent.DefaultCollectionID holds the default value on creation for the collection_id field.
  96. agent.DefaultCollectionID = agentDescCollectionID.Default.(string)
  97. // agent.CollectionIDValidator is a validator for the "collection_id" field. It is called by the builders before save.
  98. agent.CollectionIDValidator = agentDescCollectionID.Validators[0].(func(string) error)
  99. agentbaseFields := schema.AgentBase{}.Fields()
  100. _ = agentbaseFields
  101. // agentbaseDescQ is the schema descriptor for q field.
  102. agentbaseDescQ := agentbaseFields[1].Descriptor()
  103. // agentbase.DefaultQ holds the default value on creation for the q field.
  104. agentbase.DefaultQ = agentbaseDescQ.Default.(string)
  105. // agentbaseDescA is the schema descriptor for a field.
  106. agentbaseDescA := agentbaseFields[2].Descriptor()
  107. // agentbase.DefaultA holds the default value on creation for the a field.
  108. agentbase.DefaultA = agentbaseDescA.Default.(string)
  109. // agentbaseDescChunkIndex is the schema descriptor for chunk_index field.
  110. agentbaseDescChunkIndex := agentbaseFields[3].Descriptor()
  111. // agentbase.ChunkIndexValidator is a validator for the "chunk_index" field. It is called by the builders before save.
  112. agentbase.ChunkIndexValidator = agentbaseDescChunkIndex.Validators[0].(func(uint64) error)
  113. // agentbaseDescDatasetID is the schema descriptor for dataset_id field.
  114. agentbaseDescDatasetID := agentbaseFields[5].Descriptor()
  115. // agentbase.DefaultDatasetID holds the default value on creation for the dataset_id field.
  116. agentbase.DefaultDatasetID = agentbaseDescDatasetID.Default.(string)
  117. // agentbaseDescCollectionID is the schema descriptor for collection_id field.
  118. agentbaseDescCollectionID := agentbaseFields[6].Descriptor()
  119. // agentbase.DefaultCollectionID holds the default value on creation for the collection_id field.
  120. agentbase.DefaultCollectionID = agentbaseDescCollectionID.Default.(string)
  121. // agentbaseDescSourceName is the schema descriptor for source_name field.
  122. agentbaseDescSourceName := agentbaseFields[7].Descriptor()
  123. // agentbase.DefaultSourceName holds the default value on creation for the source_name field.
  124. agentbase.DefaultSourceName = agentbaseDescSourceName.Default.(string)
  125. aliyunavatarMixin := schema.AliyunAvatar{}.Mixin()
  126. aliyunavatarMixinHooks1 := aliyunavatarMixin[1].Hooks()
  127. aliyunavatar.Hooks[0] = aliyunavatarMixinHooks1[0]
  128. aliyunavatarMixinInters1 := aliyunavatarMixin[1].Interceptors()
  129. aliyunavatar.Interceptors[0] = aliyunavatarMixinInters1[0]
  130. aliyunavatarMixinFields0 := aliyunavatarMixin[0].Fields()
  131. _ = aliyunavatarMixinFields0
  132. aliyunavatarFields := schema.AliyunAvatar{}.Fields()
  133. _ = aliyunavatarFields
  134. // aliyunavatarDescCreatedAt is the schema descriptor for created_at field.
  135. aliyunavatarDescCreatedAt := aliyunavatarMixinFields0[1].Descriptor()
  136. // aliyunavatar.DefaultCreatedAt holds the default value on creation for the created_at field.
  137. aliyunavatar.DefaultCreatedAt = aliyunavatarDescCreatedAt.Default.(func() time.Time)
  138. // aliyunavatarDescUpdatedAt is the schema descriptor for updated_at field.
  139. aliyunavatarDescUpdatedAt := aliyunavatarMixinFields0[2].Descriptor()
  140. // aliyunavatar.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  141. aliyunavatar.DefaultUpdatedAt = aliyunavatarDescUpdatedAt.Default.(func() time.Time)
  142. // aliyunavatar.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  143. aliyunavatar.UpdateDefaultUpdatedAt = aliyunavatarDescUpdatedAt.UpdateDefault.(func() time.Time)
  144. // aliyunavatarDescToken is the schema descriptor for token field.
  145. aliyunavatarDescToken := aliyunavatarFields[7].Descriptor()
  146. // aliyunavatar.DefaultToken holds the default value on creation for the token field.
  147. aliyunavatar.DefaultToken = aliyunavatarDescToken.Default.(string)
  148. // aliyunavatarDescSessionID is the schema descriptor for session_id field.
  149. aliyunavatarDescSessionID := aliyunavatarFields[8].Descriptor()
  150. // aliyunavatar.DefaultSessionID holds the default value on creation for the session_id field.
  151. aliyunavatar.DefaultSessionID = aliyunavatarDescSessionID.Default.(string)
  152. allocagentMixin := schema.AllocAgent{}.Mixin()
  153. allocagentMixinHooks1 := allocagentMixin[1].Hooks()
  154. allocagent.Hooks[0] = allocagentMixinHooks1[0]
  155. allocagentMixinInters1 := allocagentMixin[1].Interceptors()
  156. allocagent.Interceptors[0] = allocagentMixinInters1[0]
  157. allocagentMixinFields0 := allocagentMixin[0].Fields()
  158. _ = allocagentMixinFields0
  159. allocagentFields := schema.AllocAgent{}.Fields()
  160. _ = allocagentFields
  161. // allocagentDescCreatedAt is the schema descriptor for created_at field.
  162. allocagentDescCreatedAt := allocagentMixinFields0[1].Descriptor()
  163. // allocagent.DefaultCreatedAt holds the default value on creation for the created_at field.
  164. allocagent.DefaultCreatedAt = allocagentDescCreatedAt.Default.(func() time.Time)
  165. // allocagentDescUpdatedAt is the schema descriptor for updated_at field.
  166. allocagentDescUpdatedAt := allocagentMixinFields0[2].Descriptor()
  167. // allocagent.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  168. allocagent.DefaultUpdatedAt = allocagentDescUpdatedAt.Default.(func() time.Time)
  169. // allocagent.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  170. allocagent.UpdateDefaultUpdatedAt = allocagentDescUpdatedAt.UpdateDefault.(func() time.Time)
  171. // allocagentDescUserID is the schema descriptor for user_id field.
  172. allocagentDescUserID := allocagentFields[0].Descriptor()
  173. // allocagent.DefaultUserID holds the default value on creation for the user_id field.
  174. allocagent.DefaultUserID = allocagentDescUserID.Default.(string)
  175. // allocagentDescOrganizationID is the schema descriptor for organization_id field.
  176. allocagentDescOrganizationID := allocagentFields[1].Descriptor()
  177. // allocagent.DefaultOrganizationID holds the default value on creation for the organization_id field.
  178. allocagent.DefaultOrganizationID = allocagentDescOrganizationID.Default.(uint64)
  179. // allocagentDescStatus is the schema descriptor for status field.
  180. allocagentDescStatus := allocagentFields[3].Descriptor()
  181. // allocagent.DefaultStatus holds the default value on creation for the status field.
  182. allocagent.DefaultStatus = allocagentDescStatus.Default.(int)
  183. // allocagent.StatusValidator is a validator for the "status" field. It is called by the builders before save.
  184. allocagent.StatusValidator = allocagentDescStatus.Validators[0].(func(int) error)
  185. batchmsgMixin := schema.BatchMsg{}.Mixin()
  186. batchmsgMixinHooks1 := batchmsgMixin[1].Hooks()
  187. batchmsg.Hooks[0] = batchmsgMixinHooks1[0]
  188. batchmsgMixinInters1 := batchmsgMixin[1].Interceptors()
  189. batchmsg.Interceptors[0] = batchmsgMixinInters1[0]
  190. batchmsgMixinFields0 := batchmsgMixin[0].Fields()
  191. _ = batchmsgMixinFields0
  192. batchmsgFields := schema.BatchMsg{}.Fields()
  193. _ = batchmsgFields
  194. // batchmsgDescCreatedAt is the schema descriptor for created_at field.
  195. batchmsgDescCreatedAt := batchmsgMixinFields0[1].Descriptor()
  196. // batchmsg.DefaultCreatedAt holds the default value on creation for the created_at field.
  197. batchmsg.DefaultCreatedAt = batchmsgDescCreatedAt.Default.(func() time.Time)
  198. // batchmsgDescUpdatedAt is the schema descriptor for updated_at field.
  199. batchmsgDescUpdatedAt := batchmsgMixinFields0[2].Descriptor()
  200. // batchmsg.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  201. batchmsg.DefaultUpdatedAt = batchmsgDescUpdatedAt.Default.(func() time.Time)
  202. // batchmsg.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  203. batchmsg.UpdateDefaultUpdatedAt = batchmsgDescUpdatedAt.UpdateDefault.(func() time.Time)
  204. // batchmsgDescTaskName is the schema descriptor for task_name field.
  205. batchmsgDescTaskName := batchmsgFields[2].Descriptor()
  206. // batchmsg.DefaultTaskName holds the default value on creation for the task_name field.
  207. batchmsg.DefaultTaskName = batchmsgDescTaskName.Default.(string)
  208. // batchmsgDescOrganizationID is the schema descriptor for organization_id field.
  209. batchmsgDescOrganizationID := batchmsgFields[14].Descriptor()
  210. // batchmsg.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  211. batchmsg.OrganizationIDValidator = batchmsgDescOrganizationID.Validators[0].(func(uint64) error)
  212. categoryMixin := schema.Category{}.Mixin()
  213. categoryMixinHooks1 := categoryMixin[1].Hooks()
  214. category.Hooks[0] = categoryMixinHooks1[0]
  215. categoryMixinInters1 := categoryMixin[1].Interceptors()
  216. category.Interceptors[0] = categoryMixinInters1[0]
  217. categoryMixinFields0 := categoryMixin[0].Fields()
  218. _ = categoryMixinFields0
  219. categoryFields := schema.Category{}.Fields()
  220. _ = categoryFields
  221. // categoryDescCreatedAt is the schema descriptor for created_at field.
  222. categoryDescCreatedAt := categoryMixinFields0[1].Descriptor()
  223. // category.DefaultCreatedAt holds the default value on creation for the created_at field.
  224. category.DefaultCreatedAt = categoryDescCreatedAt.Default.(func() time.Time)
  225. // categoryDescUpdatedAt is the schema descriptor for updated_at field.
  226. categoryDescUpdatedAt := categoryMixinFields0[2].Descriptor()
  227. // category.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  228. category.DefaultUpdatedAt = categoryDescUpdatedAt.Default.(func() time.Time)
  229. // category.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  230. category.UpdateDefaultUpdatedAt = categoryDescUpdatedAt.UpdateDefault.(func() time.Time)
  231. // categoryDescName is the schema descriptor for name field.
  232. categoryDescName := categoryFields[0].Descriptor()
  233. // category.NameValidator is a validator for the "name" field. It is called by the builders before save.
  234. category.NameValidator = categoryDescName.Validators[0].(func(string) error)
  235. // categoryDescOrganizationID is the schema descriptor for organization_id field.
  236. categoryDescOrganizationID := categoryFields[1].Descriptor()
  237. // category.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  238. category.OrganizationIDValidator = categoryDescOrganizationID.Validators[0].(func(uint64) error)
  239. chatrecordsMixin := schema.ChatRecords{}.Mixin()
  240. chatrecordsMixinHooks1 := chatrecordsMixin[1].Hooks()
  241. chatrecords.Hooks[0] = chatrecordsMixinHooks1[0]
  242. chatrecordsMixinInters1 := chatrecordsMixin[1].Interceptors()
  243. chatrecords.Interceptors[0] = chatrecordsMixinInters1[0]
  244. chatrecordsMixinFields0 := chatrecordsMixin[0].Fields()
  245. _ = chatrecordsMixinFields0
  246. chatrecordsFields := schema.ChatRecords{}.Fields()
  247. _ = chatrecordsFields
  248. // chatrecordsDescCreatedAt is the schema descriptor for created_at field.
  249. chatrecordsDescCreatedAt := chatrecordsMixinFields0[1].Descriptor()
  250. // chatrecords.DefaultCreatedAt holds the default value on creation for the created_at field.
  251. chatrecords.DefaultCreatedAt = chatrecordsDescCreatedAt.Default.(func() time.Time)
  252. // chatrecordsDescUpdatedAt is the schema descriptor for updated_at field.
  253. chatrecordsDescUpdatedAt := chatrecordsMixinFields0[2].Descriptor()
  254. // chatrecords.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  255. chatrecords.DefaultUpdatedAt = chatrecordsDescUpdatedAt.Default.(func() time.Time)
  256. // chatrecords.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  257. chatrecords.UpdateDefaultUpdatedAt = chatrecordsDescUpdatedAt.UpdateDefault.(func() time.Time)
  258. // chatrecordsDescContent is the schema descriptor for content field.
  259. chatrecordsDescContent := chatrecordsFields[0].Descriptor()
  260. // chatrecords.DefaultContent holds the default value on creation for the content field.
  261. chatrecords.DefaultContent = chatrecordsDescContent.Default.(string)
  262. // chatrecordsDescContentType is the schema descriptor for content_type field.
  263. chatrecordsDescContentType := chatrecordsFields[1].Descriptor()
  264. // chatrecords.DefaultContentType holds the default value on creation for the content_type field.
  265. chatrecords.DefaultContentType = chatrecordsDescContentType.Default.(uint8)
  266. // chatrecordsDescSessionID is the schema descriptor for session_id field.
  267. chatrecordsDescSessionID := chatrecordsFields[2].Descriptor()
  268. // chatrecords.DefaultSessionID holds the default value on creation for the session_id field.
  269. chatrecords.DefaultSessionID = chatrecordsDescSessionID.Default.(uint64)
  270. // chatrecordsDescUserID is the schema descriptor for user_id field.
  271. chatrecordsDescUserID := chatrecordsFields[3].Descriptor()
  272. // chatrecords.DefaultUserID holds the default value on creation for the user_id field.
  273. chatrecords.DefaultUserID = chatrecordsDescUserID.Default.(uint64)
  274. // chatrecordsDescBotID is the schema descriptor for bot_id field.
  275. chatrecordsDescBotID := chatrecordsFields[4].Descriptor()
  276. // chatrecords.DefaultBotID holds the default value on creation for the bot_id field.
  277. chatrecords.DefaultBotID = chatrecordsDescBotID.Default.(uint64)
  278. // chatrecordsDescBotType is the schema descriptor for bot_type field.
  279. chatrecordsDescBotType := chatrecordsFields[5].Descriptor()
  280. // chatrecords.DefaultBotType holds the default value on creation for the bot_type field.
  281. chatrecords.DefaultBotType = chatrecordsDescBotType.Default.(uint8)
  282. chatsessionMixin := schema.ChatSession{}.Mixin()
  283. chatsessionMixinHooks1 := chatsessionMixin[1].Hooks()
  284. chatsession.Hooks[0] = chatsessionMixinHooks1[0]
  285. chatsessionMixinInters1 := chatsessionMixin[1].Interceptors()
  286. chatsession.Interceptors[0] = chatsessionMixinInters1[0]
  287. chatsessionMixinFields0 := chatsessionMixin[0].Fields()
  288. _ = chatsessionMixinFields0
  289. chatsessionFields := schema.ChatSession{}.Fields()
  290. _ = chatsessionFields
  291. // chatsessionDescCreatedAt is the schema descriptor for created_at field.
  292. chatsessionDescCreatedAt := chatsessionMixinFields0[1].Descriptor()
  293. // chatsession.DefaultCreatedAt holds the default value on creation for the created_at field.
  294. chatsession.DefaultCreatedAt = chatsessionDescCreatedAt.Default.(func() time.Time)
  295. // chatsessionDescUpdatedAt is the schema descriptor for updated_at field.
  296. chatsessionDescUpdatedAt := chatsessionMixinFields0[2].Descriptor()
  297. // chatsession.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  298. chatsession.DefaultUpdatedAt = chatsessionDescUpdatedAt.Default.(func() time.Time)
  299. // chatsession.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  300. chatsession.UpdateDefaultUpdatedAt = chatsessionDescUpdatedAt.UpdateDefault.(func() time.Time)
  301. // chatsessionDescName is the schema descriptor for name field.
  302. chatsessionDescName := chatsessionFields[0].Descriptor()
  303. // chatsession.DefaultName holds the default value on creation for the name field.
  304. chatsession.DefaultName = chatsessionDescName.Default.(string)
  305. // chatsessionDescUserID is the schema descriptor for user_id field.
  306. chatsessionDescUserID := chatsessionFields[1].Descriptor()
  307. // chatsession.DefaultUserID holds the default value on creation for the user_id field.
  308. chatsession.DefaultUserID = chatsessionDescUserID.Default.(uint64)
  309. // chatsessionDescBotID is the schema descriptor for bot_id field.
  310. chatsessionDescBotID := chatsessionFields[2].Descriptor()
  311. // chatsession.DefaultBotID holds the default value on creation for the bot_id field.
  312. chatsession.DefaultBotID = chatsessionDescBotID.Default.(uint64)
  313. // chatsessionDescBotType is the schema descriptor for bot_type field.
  314. chatsessionDescBotType := chatsessionFields[3].Descriptor()
  315. // chatsession.DefaultBotType holds the default value on creation for the bot_type field.
  316. chatsession.DefaultBotType = chatsessionDescBotType.Default.(uint8)
  317. contactMixin := schema.Contact{}.Mixin()
  318. contactMixinHooks2 := contactMixin[2].Hooks()
  319. contact.Hooks[0] = contactMixinHooks2[0]
  320. contactMixinInters2 := contactMixin[2].Interceptors()
  321. contact.Interceptors[0] = contactMixinInters2[0]
  322. contactMixinFields0 := contactMixin[0].Fields()
  323. _ = contactMixinFields0
  324. contactMixinFields1 := contactMixin[1].Fields()
  325. _ = contactMixinFields1
  326. contactFields := schema.Contact{}.Fields()
  327. _ = contactFields
  328. // contactDescCreatedAt is the schema descriptor for created_at field.
  329. contactDescCreatedAt := contactMixinFields0[1].Descriptor()
  330. // contact.DefaultCreatedAt holds the default value on creation for the created_at field.
  331. contact.DefaultCreatedAt = contactDescCreatedAt.Default.(func() time.Time)
  332. // contactDescUpdatedAt is the schema descriptor for updated_at field.
  333. contactDescUpdatedAt := contactMixinFields0[2].Descriptor()
  334. // contact.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  335. contact.DefaultUpdatedAt = contactDescUpdatedAt.Default.(func() time.Time)
  336. // contact.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  337. contact.UpdateDefaultUpdatedAt = contactDescUpdatedAt.UpdateDefault.(func() time.Time)
  338. // contactDescStatus is the schema descriptor for status field.
  339. contactDescStatus := contactMixinFields1[0].Descriptor()
  340. // contact.DefaultStatus holds the default value on creation for the status field.
  341. contact.DefaultStatus = contactDescStatus.Default.(uint8)
  342. // contactDescWxWxid is the schema descriptor for wx_wxid field.
  343. contactDescWxWxid := contactFields[0].Descriptor()
  344. // contact.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  345. contact.DefaultWxWxid = contactDescWxWxid.Default.(string)
  346. // contactDescType is the schema descriptor for type field.
  347. contactDescType := contactFields[1].Descriptor()
  348. // contact.DefaultType holds the default value on creation for the type field.
  349. contact.DefaultType = contactDescType.Default.(int)
  350. // contactDescWxid is the schema descriptor for wxid field.
  351. contactDescWxid := contactFields[2].Descriptor()
  352. // contact.DefaultWxid holds the default value on creation for the wxid field.
  353. contact.DefaultWxid = contactDescWxid.Default.(string)
  354. // contactDescAccount is the schema descriptor for account field.
  355. contactDescAccount := contactFields[3].Descriptor()
  356. // contact.DefaultAccount holds the default value on creation for the account field.
  357. contact.DefaultAccount = contactDescAccount.Default.(string)
  358. // contactDescNickname is the schema descriptor for nickname field.
  359. contactDescNickname := contactFields[4].Descriptor()
  360. // contact.DefaultNickname holds the default value on creation for the nickname field.
  361. contact.DefaultNickname = contactDescNickname.Default.(string)
  362. // contactDescMarkname is the schema descriptor for markname field.
  363. contactDescMarkname := contactFields[5].Descriptor()
  364. // contact.DefaultMarkname holds the default value on creation for the markname field.
  365. contact.DefaultMarkname = contactDescMarkname.Default.(string)
  366. // contactDescHeadimg is the schema descriptor for headimg field.
  367. contactDescHeadimg := contactFields[6].Descriptor()
  368. // contact.DefaultHeadimg holds the default value on creation for the headimg field.
  369. contact.DefaultHeadimg = contactDescHeadimg.Default.(string)
  370. // contactDescSex is the schema descriptor for sex field.
  371. contactDescSex := contactFields[7].Descriptor()
  372. // contact.DefaultSex holds the default value on creation for the sex field.
  373. contact.DefaultSex = contactDescSex.Default.(int)
  374. // contactDescStarrole is the schema descriptor for starrole field.
  375. contactDescStarrole := contactFields[8].Descriptor()
  376. // contact.DefaultStarrole holds the default value on creation for the starrole field.
  377. contact.DefaultStarrole = contactDescStarrole.Default.(string)
  378. // contactDescDontseeit is the schema descriptor for dontseeit field.
  379. contactDescDontseeit := contactFields[9].Descriptor()
  380. // contact.DefaultDontseeit holds the default value on creation for the dontseeit field.
  381. contact.DefaultDontseeit = contactDescDontseeit.Default.(int)
  382. // contactDescDontseeme is the schema descriptor for dontseeme field.
  383. contactDescDontseeme := contactFields[10].Descriptor()
  384. // contact.DefaultDontseeme holds the default value on creation for the dontseeme field.
  385. contact.DefaultDontseeme = contactDescDontseeme.Default.(int)
  386. // contactDescLag is the schema descriptor for lag field.
  387. contactDescLag := contactFields[11].Descriptor()
  388. // contact.DefaultLag holds the default value on creation for the lag field.
  389. contact.DefaultLag = contactDescLag.Default.(string)
  390. // contactDescGid is the schema descriptor for gid field.
  391. contactDescGid := contactFields[12].Descriptor()
  392. // contact.DefaultGid holds the default value on creation for the gid field.
  393. contact.DefaultGid = contactDescGid.Default.(string)
  394. // contactDescGname is the schema descriptor for gname field.
  395. contactDescGname := contactFields[13].Descriptor()
  396. // contact.DefaultGname holds the default value on creation for the gname field.
  397. contact.DefaultGname = contactDescGname.Default.(string)
  398. // contactDescV3 is the schema descriptor for v3 field.
  399. contactDescV3 := contactFields[14].Descriptor()
  400. // contact.DefaultV3 holds the default value on creation for the v3 field.
  401. contact.DefaultV3 = contactDescV3.Default.(string)
  402. // contactDescOrganizationID is the schema descriptor for organization_id field.
  403. contactDescOrganizationID := contactFields[15].Descriptor()
  404. // contact.DefaultOrganizationID holds the default value on creation for the organization_id field.
  405. contact.DefaultOrganizationID = contactDescOrganizationID.Default.(uint64)
  406. employeeMixin := schema.Employee{}.Mixin()
  407. employeeMixinHooks1 := employeeMixin[1].Hooks()
  408. employee.Hooks[0] = employeeMixinHooks1[0]
  409. employeeMixinInters1 := employeeMixin[1].Interceptors()
  410. employee.Interceptors[0] = employeeMixinInters1[0]
  411. employeeMixinFields0 := employeeMixin[0].Fields()
  412. _ = employeeMixinFields0
  413. employeeFields := schema.Employee{}.Fields()
  414. _ = employeeFields
  415. // employeeDescCreatedAt is the schema descriptor for created_at field.
  416. employeeDescCreatedAt := employeeMixinFields0[1].Descriptor()
  417. // employee.DefaultCreatedAt holds the default value on creation for the created_at field.
  418. employee.DefaultCreatedAt = employeeDescCreatedAt.Default.(func() time.Time)
  419. // employeeDescUpdatedAt is the schema descriptor for updated_at field.
  420. employeeDescUpdatedAt := employeeMixinFields0[2].Descriptor()
  421. // employee.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  422. employee.DefaultUpdatedAt = employeeDescUpdatedAt.Default.(func() time.Time)
  423. // employee.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  424. employee.UpdateDefaultUpdatedAt = employeeDescUpdatedAt.UpdateDefault.(func() time.Time)
  425. // employeeDescTitle is the schema descriptor for title field.
  426. employeeDescTitle := employeeFields[0].Descriptor()
  427. // employee.TitleValidator is a validator for the "title" field. It is called by the builders before save.
  428. employee.TitleValidator = employeeDescTitle.Validators[0].(func(string) error)
  429. // employeeDescHireCount is the schema descriptor for hire_count field.
  430. employeeDescHireCount := employeeFields[3].Descriptor()
  431. // employee.DefaultHireCount holds the default value on creation for the hire_count field.
  432. employee.DefaultHireCount = employeeDescHireCount.Default.(int)
  433. // employee.HireCountValidator is a validator for the "hire_count" field. It is called by the builders before save.
  434. employee.HireCountValidator = employeeDescHireCount.Validators[0].(func(int) error)
  435. // employeeDescServiceCount is the schema descriptor for service_count field.
  436. employeeDescServiceCount := employeeFields[4].Descriptor()
  437. // employee.DefaultServiceCount holds the default value on creation for the service_count field.
  438. employee.DefaultServiceCount = employeeDescServiceCount.Default.(int)
  439. // employee.ServiceCountValidator is a validator for the "service_count" field. It is called by the builders before save.
  440. employee.ServiceCountValidator = employeeDescServiceCount.Validators[0].(func(int) error)
  441. // employeeDescAchievementCount is the schema descriptor for achievement_count field.
  442. employeeDescAchievementCount := employeeFields[5].Descriptor()
  443. // employee.DefaultAchievementCount holds the default value on creation for the achievement_count field.
  444. employee.DefaultAchievementCount = employeeDescAchievementCount.Default.(int)
  445. // employee.AchievementCountValidator is a validator for the "achievement_count" field. It is called by the builders before save.
  446. employee.AchievementCountValidator = employeeDescAchievementCount.Validators[0].(func(int) error)
  447. // employeeDescIntro is the schema descriptor for intro field.
  448. employeeDescIntro := employeeFields[6].Descriptor()
  449. // employee.DefaultIntro holds the default value on creation for the intro field.
  450. employee.DefaultIntro = employeeDescIntro.Default.(string)
  451. // employeeDescEstimate is the schema descriptor for estimate field.
  452. employeeDescEstimate := employeeFields[7].Descriptor()
  453. // employee.DefaultEstimate holds the default value on creation for the estimate field.
  454. employee.DefaultEstimate = employeeDescEstimate.Default.(string)
  455. // employeeDescSkill is the schema descriptor for skill field.
  456. employeeDescSkill := employeeFields[8].Descriptor()
  457. // employee.DefaultSkill holds the default value on creation for the skill field.
  458. employee.DefaultSkill = employeeDescSkill.Default.(string)
  459. // employeeDescAbilityType is the schema descriptor for ability_type field.
  460. employeeDescAbilityType := employeeFields[9].Descriptor()
  461. // employee.DefaultAbilityType holds the default value on creation for the ability_type field.
  462. employee.DefaultAbilityType = employeeDescAbilityType.Default.(string)
  463. // employeeDescScene is the schema descriptor for scene field.
  464. employeeDescScene := employeeFields[10].Descriptor()
  465. // employee.DefaultScene holds the default value on creation for the scene field.
  466. employee.DefaultScene = employeeDescScene.Default.(string)
  467. // employeeDescSwitchIn is the schema descriptor for switch_in field.
  468. employeeDescSwitchIn := employeeFields[11].Descriptor()
  469. // employee.DefaultSwitchIn holds the default value on creation for the switch_in field.
  470. employee.DefaultSwitchIn = employeeDescSwitchIn.Default.(string)
  471. // employeeDescVideoURL is the schema descriptor for video_url field.
  472. employeeDescVideoURL := employeeFields[12].Descriptor()
  473. // employee.DefaultVideoURL holds the default value on creation for the video_url field.
  474. employee.DefaultVideoURL = employeeDescVideoURL.Default.(string)
  475. // employeeDescOrganizationID is the schema descriptor for organization_id field.
  476. employeeDescOrganizationID := employeeFields[13].Descriptor()
  477. // employee.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  478. employee.OrganizationIDValidator = employeeDescOrganizationID.Validators[0].(func(uint64) error)
  479. // employeeDescCategoryID is the schema descriptor for category_id field.
  480. employeeDescCategoryID := employeeFields[14].Descriptor()
  481. // employee.CategoryIDValidator is a validator for the "category_id" field. It is called by the builders before save.
  482. employee.CategoryIDValidator = employeeDescCategoryID.Validators[0].(func(uint64) error)
  483. // employeeDescAPIBase is the schema descriptor for api_base field.
  484. employeeDescAPIBase := employeeFields[15].Descriptor()
  485. // employee.DefaultAPIBase holds the default value on creation for the api_base field.
  486. employee.DefaultAPIBase = employeeDescAPIBase.Default.(string)
  487. // employeeDescAPIKey is the schema descriptor for api_key field.
  488. employeeDescAPIKey := employeeFields[16].Descriptor()
  489. // employee.DefaultAPIKey holds the default value on creation for the api_key field.
  490. employee.DefaultAPIKey = employeeDescAPIKey.Default.(string)
  491. // employeeDescIsVip is the schema descriptor for is_vip field.
  492. employeeDescIsVip := employeeFields[18].Descriptor()
  493. // employee.DefaultIsVip holds the default value on creation for the is_vip field.
  494. employee.DefaultIsVip = employeeDescIsVip.Default.(int)
  495. employeeconfigMixin := schema.EmployeeConfig{}.Mixin()
  496. employeeconfigMixinHooks1 := employeeconfigMixin[1].Hooks()
  497. employeeconfig.Hooks[0] = employeeconfigMixinHooks1[0]
  498. employeeconfigMixinInters1 := employeeconfigMixin[1].Interceptors()
  499. employeeconfig.Interceptors[0] = employeeconfigMixinInters1[0]
  500. employeeconfigMixinFields0 := employeeconfigMixin[0].Fields()
  501. _ = employeeconfigMixinFields0
  502. employeeconfigFields := schema.EmployeeConfig{}.Fields()
  503. _ = employeeconfigFields
  504. // employeeconfigDescCreatedAt is the schema descriptor for created_at field.
  505. employeeconfigDescCreatedAt := employeeconfigMixinFields0[1].Descriptor()
  506. // employeeconfig.DefaultCreatedAt holds the default value on creation for the created_at field.
  507. employeeconfig.DefaultCreatedAt = employeeconfigDescCreatedAt.Default.(func() time.Time)
  508. // employeeconfigDescUpdatedAt is the schema descriptor for updated_at field.
  509. employeeconfigDescUpdatedAt := employeeconfigMixinFields0[2].Descriptor()
  510. // employeeconfig.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  511. employeeconfig.DefaultUpdatedAt = employeeconfigDescUpdatedAt.Default.(func() time.Time)
  512. // employeeconfig.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  513. employeeconfig.UpdateDefaultUpdatedAt = employeeconfigDescUpdatedAt.UpdateDefault.(func() time.Time)
  514. // employeeconfigDescStype is the schema descriptor for stype field.
  515. employeeconfigDescStype := employeeconfigFields[0].Descriptor()
  516. // employeeconfig.DefaultStype holds the default value on creation for the stype field.
  517. employeeconfig.DefaultStype = employeeconfigDescStype.Default.(string)
  518. // employeeconfigDescTitle is the schema descriptor for title field.
  519. employeeconfigDescTitle := employeeconfigFields[1].Descriptor()
  520. // employeeconfig.DefaultTitle holds the default value on creation for the title field.
  521. employeeconfig.DefaultTitle = employeeconfigDescTitle.Default.(string)
  522. // employeeconfigDescPhoto is the schema descriptor for photo field.
  523. employeeconfigDescPhoto := employeeconfigFields[2].Descriptor()
  524. // employeeconfig.DefaultPhoto holds the default value on creation for the photo field.
  525. employeeconfig.DefaultPhoto = employeeconfigDescPhoto.Default.(string)
  526. // employeeconfigDescOrganizationID is the schema descriptor for organization_id field.
  527. employeeconfigDescOrganizationID := employeeconfigFields[3].Descriptor()
  528. // employeeconfig.DefaultOrganizationID holds the default value on creation for the organization_id field.
  529. employeeconfig.DefaultOrganizationID = employeeconfigDescOrganizationID.Default.(uint64)
  530. labelMixin := schema.Label{}.Mixin()
  531. labelMixinFields0 := labelMixin[0].Fields()
  532. _ = labelMixinFields0
  533. labelMixinFields1 := labelMixin[1].Fields()
  534. _ = labelMixinFields1
  535. labelFields := schema.Label{}.Fields()
  536. _ = labelFields
  537. // labelDescCreatedAt is the schema descriptor for created_at field.
  538. labelDescCreatedAt := labelMixinFields0[1].Descriptor()
  539. // label.DefaultCreatedAt holds the default value on creation for the created_at field.
  540. label.DefaultCreatedAt = labelDescCreatedAt.Default.(func() time.Time)
  541. // labelDescUpdatedAt is the schema descriptor for updated_at field.
  542. labelDescUpdatedAt := labelMixinFields0[2].Descriptor()
  543. // label.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  544. label.DefaultUpdatedAt = labelDescUpdatedAt.Default.(func() time.Time)
  545. // label.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  546. label.UpdateDefaultUpdatedAt = labelDescUpdatedAt.UpdateDefault.(func() time.Time)
  547. // labelDescStatus is the schema descriptor for status field.
  548. labelDescStatus := labelMixinFields1[0].Descriptor()
  549. // label.DefaultStatus holds the default value on creation for the status field.
  550. label.DefaultStatus = labelDescStatus.Default.(uint8)
  551. // labelDescType is the schema descriptor for type field.
  552. labelDescType := labelFields[0].Descriptor()
  553. // label.DefaultType holds the default value on creation for the type field.
  554. label.DefaultType = labelDescType.Default.(int)
  555. // labelDescName is the schema descriptor for name field.
  556. labelDescName := labelFields[1].Descriptor()
  557. // label.DefaultName holds the default value on creation for the name field.
  558. label.DefaultName = labelDescName.Default.(string)
  559. // labelDescFrom is the schema descriptor for from field.
  560. labelDescFrom := labelFields[2].Descriptor()
  561. // label.DefaultFrom holds the default value on creation for the from field.
  562. label.DefaultFrom = labelDescFrom.Default.(int)
  563. // labelDescMode is the schema descriptor for mode field.
  564. labelDescMode := labelFields[3].Descriptor()
  565. // label.DefaultMode holds the default value on creation for the mode field.
  566. label.DefaultMode = labelDescMode.Default.(int)
  567. // labelDescConditions is the schema descriptor for conditions field.
  568. labelDescConditions := labelFields[4].Descriptor()
  569. // label.DefaultConditions holds the default value on creation for the conditions field.
  570. label.DefaultConditions = labelDescConditions.Default.(string)
  571. // labelDescOrganizationID is the schema descriptor for organization_id field.
  572. labelDescOrganizationID := labelFields[5].Descriptor()
  573. // label.DefaultOrganizationID holds the default value on creation for the organization_id field.
  574. label.DefaultOrganizationID = labelDescOrganizationID.Default.(uint64)
  575. labelrelationshipMixin := schema.LabelRelationship{}.Mixin()
  576. labelrelationshipMixinHooks2 := labelrelationshipMixin[2].Hooks()
  577. labelrelationship.Hooks[0] = labelrelationshipMixinHooks2[0]
  578. labelrelationshipMixinInters2 := labelrelationshipMixin[2].Interceptors()
  579. labelrelationship.Interceptors[0] = labelrelationshipMixinInters2[0]
  580. labelrelationshipMixinFields0 := labelrelationshipMixin[0].Fields()
  581. _ = labelrelationshipMixinFields0
  582. labelrelationshipMixinFields1 := labelrelationshipMixin[1].Fields()
  583. _ = labelrelationshipMixinFields1
  584. labelrelationshipFields := schema.LabelRelationship{}.Fields()
  585. _ = labelrelationshipFields
  586. // labelrelationshipDescCreatedAt is the schema descriptor for created_at field.
  587. labelrelationshipDescCreatedAt := labelrelationshipMixinFields0[1].Descriptor()
  588. // labelrelationship.DefaultCreatedAt holds the default value on creation for the created_at field.
  589. labelrelationship.DefaultCreatedAt = labelrelationshipDescCreatedAt.Default.(func() time.Time)
  590. // labelrelationshipDescUpdatedAt is the schema descriptor for updated_at field.
  591. labelrelationshipDescUpdatedAt := labelrelationshipMixinFields0[2].Descriptor()
  592. // labelrelationship.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  593. labelrelationship.DefaultUpdatedAt = labelrelationshipDescUpdatedAt.Default.(func() time.Time)
  594. // labelrelationship.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  595. labelrelationship.UpdateDefaultUpdatedAt = labelrelationshipDescUpdatedAt.UpdateDefault.(func() time.Time)
  596. // labelrelationshipDescStatus is the schema descriptor for status field.
  597. labelrelationshipDescStatus := labelrelationshipMixinFields1[0].Descriptor()
  598. // labelrelationship.DefaultStatus holds the default value on creation for the status field.
  599. labelrelationship.DefaultStatus = labelrelationshipDescStatus.Default.(uint8)
  600. // labelrelationshipDescLabelID is the schema descriptor for label_id field.
  601. labelrelationshipDescLabelID := labelrelationshipFields[0].Descriptor()
  602. // labelrelationship.DefaultLabelID holds the default value on creation for the label_id field.
  603. labelrelationship.DefaultLabelID = labelrelationshipDescLabelID.Default.(uint64)
  604. // labelrelationshipDescContactID is the schema descriptor for contact_id field.
  605. labelrelationshipDescContactID := labelrelationshipFields[1].Descriptor()
  606. // labelrelationship.DefaultContactID holds the default value on creation for the contact_id field.
  607. labelrelationship.DefaultContactID = labelrelationshipDescContactID.Default.(uint64)
  608. // labelrelationshipDescOrganizationID is the schema descriptor for organization_id field.
  609. labelrelationshipDescOrganizationID := labelrelationshipFields[2].Descriptor()
  610. // labelrelationship.DefaultOrganizationID holds the default value on creation for the organization_id field.
  611. labelrelationship.DefaultOrganizationID = labelrelationshipDescOrganizationID.Default.(uint64)
  612. labeltaggingMixin := schema.LabelTagging{}.Mixin()
  613. labeltaggingMixinHooks2 := labeltaggingMixin[2].Hooks()
  614. labeltagging.Hooks[0] = labeltaggingMixinHooks2[0]
  615. labeltaggingMixinInters2 := labeltaggingMixin[2].Interceptors()
  616. labeltagging.Interceptors[0] = labeltaggingMixinInters2[0]
  617. labeltaggingMixinFields0 := labeltaggingMixin[0].Fields()
  618. _ = labeltaggingMixinFields0
  619. labeltaggingMixinFields1 := labeltaggingMixin[1].Fields()
  620. _ = labeltaggingMixinFields1
  621. labeltaggingFields := schema.LabelTagging{}.Fields()
  622. _ = labeltaggingFields
  623. // labeltaggingDescCreatedAt is the schema descriptor for created_at field.
  624. labeltaggingDescCreatedAt := labeltaggingMixinFields0[1].Descriptor()
  625. // labeltagging.DefaultCreatedAt holds the default value on creation for the created_at field.
  626. labeltagging.DefaultCreatedAt = labeltaggingDescCreatedAt.Default.(func() time.Time)
  627. // labeltaggingDescUpdatedAt is the schema descriptor for updated_at field.
  628. labeltaggingDescUpdatedAt := labeltaggingMixinFields0[2].Descriptor()
  629. // labeltagging.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  630. labeltagging.DefaultUpdatedAt = labeltaggingDescUpdatedAt.Default.(func() time.Time)
  631. // labeltagging.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  632. labeltagging.UpdateDefaultUpdatedAt = labeltaggingDescUpdatedAt.UpdateDefault.(func() time.Time)
  633. // labeltaggingDescStatus is the schema descriptor for status field.
  634. labeltaggingDescStatus := labeltaggingMixinFields1[0].Descriptor()
  635. // labeltagging.DefaultStatus holds the default value on creation for the status field.
  636. labeltagging.DefaultStatus = labeltaggingDescStatus.Default.(uint8)
  637. // labeltaggingDescOrganizationID is the schema descriptor for organization_id field.
  638. labeltaggingDescOrganizationID := labeltaggingFields[0].Descriptor()
  639. // labeltagging.DefaultOrganizationID holds the default value on creation for the organization_id field.
  640. labeltagging.DefaultOrganizationID = labeltaggingDescOrganizationID.Default.(uint64)
  641. // labeltaggingDescType is the schema descriptor for type field.
  642. labeltaggingDescType := labeltaggingFields[1].Descriptor()
  643. // labeltagging.DefaultType holds the default value on creation for the type field.
  644. labeltagging.DefaultType = labeltaggingDescType.Default.(int)
  645. messageFields := schema.Message{}.Fields()
  646. _ = messageFields
  647. // messageDescWxWxid is the schema descriptor for wx_wxid field.
  648. messageDescWxWxid := messageFields[0].Descriptor()
  649. // message.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  650. message.DefaultWxWxid = messageDescWxWxid.Default.(string)
  651. // messageDescWxid is the schema descriptor for wxid field.
  652. messageDescWxid := messageFields[1].Descriptor()
  653. // message.DefaultWxid holds the default value on creation for the wxid field.
  654. message.DefaultWxid = messageDescWxid.Default.(string)
  655. // messageDescContent is the schema descriptor for content field.
  656. messageDescContent := messageFields[2].Descriptor()
  657. // message.DefaultContent holds the default value on creation for the content field.
  658. message.DefaultContent = messageDescContent.Default.(string)
  659. messagerecordsMixin := schema.MessageRecords{}.Mixin()
  660. messagerecordsMixinFields0 := messagerecordsMixin[0].Fields()
  661. _ = messagerecordsMixinFields0
  662. messagerecordsMixinFields1 := messagerecordsMixin[1].Fields()
  663. _ = messagerecordsMixinFields1
  664. messagerecordsFields := schema.MessageRecords{}.Fields()
  665. _ = messagerecordsFields
  666. // messagerecordsDescCreatedAt is the schema descriptor for created_at field.
  667. messagerecordsDescCreatedAt := messagerecordsMixinFields0[1].Descriptor()
  668. // messagerecords.DefaultCreatedAt holds the default value on creation for the created_at field.
  669. messagerecords.DefaultCreatedAt = messagerecordsDescCreatedAt.Default.(func() time.Time)
  670. // messagerecordsDescUpdatedAt is the schema descriptor for updated_at field.
  671. messagerecordsDescUpdatedAt := messagerecordsMixinFields0[2].Descriptor()
  672. // messagerecords.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  673. messagerecords.DefaultUpdatedAt = messagerecordsDescUpdatedAt.Default.(func() time.Time)
  674. // messagerecords.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  675. messagerecords.UpdateDefaultUpdatedAt = messagerecordsDescUpdatedAt.UpdateDefault.(func() time.Time)
  676. // messagerecordsDescStatus is the schema descriptor for status field.
  677. messagerecordsDescStatus := messagerecordsMixinFields1[0].Descriptor()
  678. // messagerecords.DefaultStatus holds the default value on creation for the status field.
  679. messagerecords.DefaultStatus = messagerecordsDescStatus.Default.(uint8)
  680. // messagerecordsDescContactType is the schema descriptor for contact_type field.
  681. messagerecordsDescContactType := messagerecordsFields[2].Descriptor()
  682. // messagerecords.DefaultContactType holds the default value on creation for the contact_type field.
  683. messagerecords.DefaultContactType = messagerecordsDescContactType.Default.(int)
  684. // messagerecordsDescContactWxid is the schema descriptor for contact_wxid field.
  685. messagerecordsDescContactWxid := messagerecordsFields[3].Descriptor()
  686. // messagerecords.DefaultContactWxid holds the default value on creation for the contact_wxid field.
  687. messagerecords.DefaultContactWxid = messagerecordsDescContactWxid.Default.(string)
  688. // messagerecordsDescContentType is the schema descriptor for content_type field.
  689. messagerecordsDescContentType := messagerecordsFields[4].Descriptor()
  690. // messagerecords.DefaultContentType holds the default value on creation for the content_type field.
  691. messagerecords.DefaultContentType = messagerecordsDescContentType.Default.(int)
  692. // messagerecordsDescContent is the schema descriptor for content field.
  693. messagerecordsDescContent := messagerecordsFields[5].Descriptor()
  694. // messagerecords.DefaultContent holds the default value on creation for the content field.
  695. messagerecords.DefaultContent = messagerecordsDescContent.Default.(string)
  696. // messagerecordsDescErrorDetail is the schema descriptor for error_detail field.
  697. messagerecordsDescErrorDetail := messagerecordsFields[7].Descriptor()
  698. // messagerecords.DefaultErrorDetail holds the default value on creation for the error_detail field.
  699. messagerecords.DefaultErrorDetail = messagerecordsDescErrorDetail.Default.(string)
  700. // messagerecordsDescSourceType is the schema descriptor for source_type field.
  701. messagerecordsDescSourceType := messagerecordsFields[9].Descriptor()
  702. // messagerecords.DefaultSourceType holds the default value on creation for the source_type field.
  703. messagerecords.DefaultSourceType = messagerecordsDescSourceType.Default.(int)
  704. // messagerecordsDescSourceID is the schema descriptor for source_id field.
  705. messagerecordsDescSourceID := messagerecordsFields[10].Descriptor()
  706. // messagerecords.DefaultSourceID holds the default value on creation for the source_id field.
  707. messagerecords.DefaultSourceID = messagerecordsDescSourceID.Default.(uint64)
  708. // messagerecordsDescSubSourceID is the schema descriptor for sub_source_id field.
  709. messagerecordsDescSubSourceID := messagerecordsFields[11].Descriptor()
  710. // messagerecords.DefaultSubSourceID holds the default value on creation for the sub_source_id field.
  711. messagerecords.DefaultSubSourceID = messagerecordsDescSubSourceID.Default.(uint64)
  712. // messagerecordsDescOrganizationID is the schema descriptor for organization_id field.
  713. messagerecordsDescOrganizationID := messagerecordsFields[12].Descriptor()
  714. // messagerecords.DefaultOrganizationID holds the default value on creation for the organization_id field.
  715. messagerecords.DefaultOrganizationID = messagerecordsDescOrganizationID.Default.(uint64)
  716. msgMixin := schema.Msg{}.Mixin()
  717. msgMixinHooks1 := msgMixin[1].Hooks()
  718. msg.Hooks[0] = msgMixinHooks1[0]
  719. msgMixinInters1 := msgMixin[1].Interceptors()
  720. msg.Interceptors[0] = msgMixinInters1[0]
  721. msgMixinFields0 := msgMixin[0].Fields()
  722. _ = msgMixinFields0
  723. msgFields := schema.Msg{}.Fields()
  724. _ = msgFields
  725. // msgDescCreatedAt is the schema descriptor for created_at field.
  726. msgDescCreatedAt := msgMixinFields0[1].Descriptor()
  727. // msg.DefaultCreatedAt holds the default value on creation for the created_at field.
  728. msg.DefaultCreatedAt = msgDescCreatedAt.Default.(func() time.Time)
  729. // msgDescUpdatedAt is the schema descriptor for updated_at field.
  730. msgDescUpdatedAt := msgMixinFields0[2].Descriptor()
  731. // msg.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  732. msg.DefaultUpdatedAt = msgDescUpdatedAt.Default.(func() time.Time)
  733. // msg.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  734. msg.UpdateDefaultUpdatedAt = msgDescUpdatedAt.UpdateDefault.(func() time.Time)
  735. serverMixin := schema.Server{}.Mixin()
  736. serverMixinHooks2 := serverMixin[2].Hooks()
  737. server.Hooks[0] = serverMixinHooks2[0]
  738. serverMixinInters2 := serverMixin[2].Interceptors()
  739. server.Interceptors[0] = serverMixinInters2[0]
  740. serverMixinFields0 := serverMixin[0].Fields()
  741. _ = serverMixinFields0
  742. serverMixinFields1 := serverMixin[1].Fields()
  743. _ = serverMixinFields1
  744. serverFields := schema.Server{}.Fields()
  745. _ = serverFields
  746. // serverDescCreatedAt is the schema descriptor for created_at field.
  747. serverDescCreatedAt := serverMixinFields0[1].Descriptor()
  748. // server.DefaultCreatedAt holds the default value on creation for the created_at field.
  749. server.DefaultCreatedAt = serverDescCreatedAt.Default.(func() time.Time)
  750. // serverDescUpdatedAt is the schema descriptor for updated_at field.
  751. serverDescUpdatedAt := serverMixinFields0[2].Descriptor()
  752. // server.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  753. server.DefaultUpdatedAt = serverDescUpdatedAt.Default.(func() time.Time)
  754. // server.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  755. server.UpdateDefaultUpdatedAt = serverDescUpdatedAt.UpdateDefault.(func() time.Time)
  756. // serverDescStatus is the schema descriptor for status field.
  757. serverDescStatus := serverMixinFields1[0].Descriptor()
  758. // server.DefaultStatus holds the default value on creation for the status field.
  759. server.DefaultStatus = serverDescStatus.Default.(uint8)
  760. sopnodeMixin := schema.SopNode{}.Mixin()
  761. sopnodeMixinHooks2 := sopnodeMixin[2].Hooks()
  762. sopnode.Hooks[0] = sopnodeMixinHooks2[0]
  763. sopnodeMixinInters2 := sopnodeMixin[2].Interceptors()
  764. sopnode.Interceptors[0] = sopnodeMixinInters2[0]
  765. sopnodeMixinFields0 := sopnodeMixin[0].Fields()
  766. _ = sopnodeMixinFields0
  767. sopnodeMixinFields1 := sopnodeMixin[1].Fields()
  768. _ = sopnodeMixinFields1
  769. sopnodeFields := schema.SopNode{}.Fields()
  770. _ = sopnodeFields
  771. // sopnodeDescCreatedAt is the schema descriptor for created_at field.
  772. sopnodeDescCreatedAt := sopnodeMixinFields0[1].Descriptor()
  773. // sopnode.DefaultCreatedAt holds the default value on creation for the created_at field.
  774. sopnode.DefaultCreatedAt = sopnodeDescCreatedAt.Default.(func() time.Time)
  775. // sopnodeDescUpdatedAt is the schema descriptor for updated_at field.
  776. sopnodeDescUpdatedAt := sopnodeMixinFields0[2].Descriptor()
  777. // sopnode.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  778. sopnode.DefaultUpdatedAt = sopnodeDescUpdatedAt.Default.(func() time.Time)
  779. // sopnode.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  780. sopnode.UpdateDefaultUpdatedAt = sopnodeDescUpdatedAt.UpdateDefault.(func() time.Time)
  781. // sopnodeDescStatus is the schema descriptor for status field.
  782. sopnodeDescStatus := sopnodeMixinFields1[0].Descriptor()
  783. // sopnode.DefaultStatus holds the default value on creation for the status field.
  784. sopnode.DefaultStatus = sopnodeDescStatus.Default.(uint8)
  785. // sopnodeDescName is the schema descriptor for name field.
  786. sopnodeDescName := sopnodeFields[2].Descriptor()
  787. // sopnode.DefaultName holds the default value on creation for the name field.
  788. sopnode.DefaultName = sopnodeDescName.Default.(string)
  789. // sopnodeDescConditionType is the schema descriptor for condition_type field.
  790. sopnodeDescConditionType := sopnodeFields[3].Descriptor()
  791. // sopnode.DefaultConditionType holds the default value on creation for the condition_type field.
  792. sopnode.DefaultConditionType = sopnodeDescConditionType.Default.(int)
  793. // sopnodeDescNoReplyCondition is the schema descriptor for no_reply_condition field.
  794. sopnodeDescNoReplyCondition := sopnodeFields[5].Descriptor()
  795. // sopnode.DefaultNoReplyCondition holds the default value on creation for the no_reply_condition field.
  796. sopnode.DefaultNoReplyCondition = sopnodeDescNoReplyCondition.Default.(uint64)
  797. // sopnodeDescNoReplyUnit is the schema descriptor for no_reply_unit field.
  798. sopnodeDescNoReplyUnit := sopnodeFields[6].Descriptor()
  799. // sopnode.DefaultNoReplyUnit holds the default value on creation for the no_reply_unit field.
  800. sopnode.DefaultNoReplyUnit = sopnodeDescNoReplyUnit.Default.(string)
  801. sopstageMixin := schema.SopStage{}.Mixin()
  802. sopstageMixinHooks2 := sopstageMixin[2].Hooks()
  803. sopstage.Hooks[0] = sopstageMixinHooks2[0]
  804. sopstageMixinInters2 := sopstageMixin[2].Interceptors()
  805. sopstage.Interceptors[0] = sopstageMixinInters2[0]
  806. sopstageMixinFields0 := sopstageMixin[0].Fields()
  807. _ = sopstageMixinFields0
  808. sopstageMixinFields1 := sopstageMixin[1].Fields()
  809. _ = sopstageMixinFields1
  810. sopstageFields := schema.SopStage{}.Fields()
  811. _ = sopstageFields
  812. // sopstageDescCreatedAt is the schema descriptor for created_at field.
  813. sopstageDescCreatedAt := sopstageMixinFields0[1].Descriptor()
  814. // sopstage.DefaultCreatedAt holds the default value on creation for the created_at field.
  815. sopstage.DefaultCreatedAt = sopstageDescCreatedAt.Default.(func() time.Time)
  816. // sopstageDescUpdatedAt is the schema descriptor for updated_at field.
  817. sopstageDescUpdatedAt := sopstageMixinFields0[2].Descriptor()
  818. // sopstage.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  819. sopstage.DefaultUpdatedAt = sopstageDescUpdatedAt.Default.(func() time.Time)
  820. // sopstage.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  821. sopstage.UpdateDefaultUpdatedAt = sopstageDescUpdatedAt.UpdateDefault.(func() time.Time)
  822. // sopstageDescStatus is the schema descriptor for status field.
  823. sopstageDescStatus := sopstageMixinFields1[0].Descriptor()
  824. // sopstage.DefaultStatus holds the default value on creation for the status field.
  825. sopstage.DefaultStatus = sopstageDescStatus.Default.(uint8)
  826. // sopstageDescName is the schema descriptor for name field.
  827. sopstageDescName := sopstageFields[1].Descriptor()
  828. // sopstage.DefaultName holds the default value on creation for the name field.
  829. sopstage.DefaultName = sopstageDescName.Default.(string)
  830. // sopstageDescConditionType is the schema descriptor for condition_type field.
  831. sopstageDescConditionType := sopstageFields[2].Descriptor()
  832. // sopstage.DefaultConditionType holds the default value on creation for the condition_type field.
  833. sopstage.DefaultConditionType = sopstageDescConditionType.Default.(int)
  834. // sopstageDescConditionOperator is the schema descriptor for condition_operator field.
  835. sopstageDescConditionOperator := sopstageFields[3].Descriptor()
  836. // sopstage.DefaultConditionOperator holds the default value on creation for the condition_operator field.
  837. sopstage.DefaultConditionOperator = sopstageDescConditionOperator.Default.(int)
  838. // sopstageDescIndexSort is the schema descriptor for index_sort field.
  839. sopstageDescIndexSort := sopstageFields[9].Descriptor()
  840. // sopstage.DefaultIndexSort holds the default value on creation for the index_sort field.
  841. sopstage.DefaultIndexSort = sopstageDescIndexSort.Default.(int)
  842. soptaskMixin := schema.SopTask{}.Mixin()
  843. soptaskMixinHooks2 := soptaskMixin[2].Hooks()
  844. soptask.Hooks[0] = soptaskMixinHooks2[0]
  845. soptaskMixinInters2 := soptaskMixin[2].Interceptors()
  846. soptask.Interceptors[0] = soptaskMixinInters2[0]
  847. soptaskMixinFields0 := soptaskMixin[0].Fields()
  848. _ = soptaskMixinFields0
  849. soptaskMixinFields1 := soptaskMixin[1].Fields()
  850. _ = soptaskMixinFields1
  851. soptaskFields := schema.SopTask{}.Fields()
  852. _ = soptaskFields
  853. // soptaskDescCreatedAt is the schema descriptor for created_at field.
  854. soptaskDescCreatedAt := soptaskMixinFields0[1].Descriptor()
  855. // soptask.DefaultCreatedAt holds the default value on creation for the created_at field.
  856. soptask.DefaultCreatedAt = soptaskDescCreatedAt.Default.(func() time.Time)
  857. // soptaskDescUpdatedAt is the schema descriptor for updated_at field.
  858. soptaskDescUpdatedAt := soptaskMixinFields0[2].Descriptor()
  859. // soptask.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  860. soptask.DefaultUpdatedAt = soptaskDescUpdatedAt.Default.(func() time.Time)
  861. // soptask.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  862. soptask.UpdateDefaultUpdatedAt = soptaskDescUpdatedAt.UpdateDefault.(func() time.Time)
  863. // soptaskDescStatus is the schema descriptor for status field.
  864. soptaskDescStatus := soptaskMixinFields1[0].Descriptor()
  865. // soptask.DefaultStatus holds the default value on creation for the status field.
  866. soptask.DefaultStatus = soptaskDescStatus.Default.(uint8)
  867. // soptaskDescName is the schema descriptor for name field.
  868. soptaskDescName := soptaskFields[0].Descriptor()
  869. // soptask.NameValidator is a validator for the "name" field. It is called by the builders before save.
  870. soptask.NameValidator = soptaskDescName.Validators[0].(func(string) error)
  871. // soptaskDescType is the schema descriptor for type field.
  872. soptaskDescType := soptaskFields[2].Descriptor()
  873. // soptask.DefaultType holds the default value on creation for the type field.
  874. soptask.DefaultType = soptaskDescType.Default.(int)
  875. // soptaskDescOrganizationID is the schema descriptor for organization_id field.
  876. soptaskDescOrganizationID := soptaskFields[6].Descriptor()
  877. // soptask.DefaultOrganizationID holds the default value on creation for the organization_id field.
  878. soptask.DefaultOrganizationID = soptaskDescOrganizationID.Default.(uint64)
  879. tokenMixin := schema.Token{}.Mixin()
  880. tokenMixinHooks1 := tokenMixin[1].Hooks()
  881. token.Hooks[0] = tokenMixinHooks1[0]
  882. tokenMixinInters1 := tokenMixin[1].Interceptors()
  883. token.Interceptors[0] = tokenMixinInters1[0]
  884. tokenMixinFields0 := tokenMixin[0].Fields()
  885. _ = tokenMixinFields0
  886. tokenFields := schema.Token{}.Fields()
  887. _ = tokenFields
  888. // tokenDescCreatedAt is the schema descriptor for created_at field.
  889. tokenDescCreatedAt := tokenMixinFields0[1].Descriptor()
  890. // token.DefaultCreatedAt holds the default value on creation for the created_at field.
  891. token.DefaultCreatedAt = tokenDescCreatedAt.Default.(func() time.Time)
  892. // tokenDescUpdatedAt is the schema descriptor for updated_at field.
  893. tokenDescUpdatedAt := tokenMixinFields0[2].Descriptor()
  894. // token.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  895. token.DefaultUpdatedAt = tokenDescUpdatedAt.Default.(func() time.Time)
  896. // token.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  897. token.UpdateDefaultUpdatedAt = tokenDescUpdatedAt.UpdateDefault.(func() time.Time)
  898. // tokenDescToken is the schema descriptor for token field.
  899. tokenDescToken := tokenFields[1].Descriptor()
  900. // token.DefaultToken holds the default value on creation for the token field.
  901. token.DefaultToken = tokenDescToken.Default.(string)
  902. // tokenDescMAC is the schema descriptor for mac field.
  903. tokenDescMAC := tokenFields[2].Descriptor()
  904. // token.DefaultMAC holds the default value on creation for the mac field.
  905. token.DefaultMAC = tokenDescMAC.Default.(string)
  906. // tokenDescOrganizationID is the schema descriptor for organization_id field.
  907. tokenDescOrganizationID := tokenFields[3].Descriptor()
  908. // token.DefaultOrganizationID holds the default value on creation for the organization_id field.
  909. token.DefaultOrganizationID = tokenDescOrganizationID.Default.(uint64)
  910. // tokenDescAgentID is the schema descriptor for agent_id field.
  911. tokenDescAgentID := tokenFields[4].Descriptor()
  912. // token.DefaultAgentID holds the default value on creation for the agent_id field.
  913. token.DefaultAgentID = tokenDescAgentID.Default.(uint64)
  914. // tokenDescCustomAgentBase is the schema descriptor for custom_agent_base field.
  915. tokenDescCustomAgentBase := tokenFields[5].Descriptor()
  916. // token.DefaultCustomAgentBase holds the default value on creation for the custom_agent_base field.
  917. token.DefaultCustomAgentBase = tokenDescCustomAgentBase.Default.(string)
  918. // tokenDescCustomAgentKey is the schema descriptor for custom_agent_key field.
  919. tokenDescCustomAgentKey := tokenFields[6].Descriptor()
  920. // token.DefaultCustomAgentKey holds the default value on creation for the custom_agent_key field.
  921. token.DefaultCustomAgentKey = tokenDescCustomAgentKey.Default.(string)
  922. // tokenDescOpenaiBase is the schema descriptor for openai_base field.
  923. tokenDescOpenaiBase := tokenFields[7].Descriptor()
  924. // token.DefaultOpenaiBase holds the default value on creation for the openai_base field.
  925. token.DefaultOpenaiBase = tokenDescOpenaiBase.Default.(string)
  926. // tokenDescOpenaiKey is the schema descriptor for openai_key field.
  927. tokenDescOpenaiKey := tokenFields[8].Descriptor()
  928. // token.DefaultOpenaiKey holds the default value on creation for the openai_key field.
  929. token.DefaultOpenaiKey = tokenDescOpenaiKey.Default.(string)
  930. tutorialMixin := schema.Tutorial{}.Mixin()
  931. tutorialMixinHooks1 := tutorialMixin[1].Hooks()
  932. tutorial.Hooks[0] = tutorialMixinHooks1[0]
  933. tutorialMixinInters1 := tutorialMixin[1].Interceptors()
  934. tutorial.Interceptors[0] = tutorialMixinInters1[0]
  935. tutorialMixinFields0 := tutorialMixin[0].Fields()
  936. _ = tutorialMixinFields0
  937. tutorialFields := schema.Tutorial{}.Fields()
  938. _ = tutorialFields
  939. // tutorialDescCreatedAt is the schema descriptor for created_at field.
  940. tutorialDescCreatedAt := tutorialMixinFields0[1].Descriptor()
  941. // tutorial.DefaultCreatedAt holds the default value on creation for the created_at field.
  942. tutorial.DefaultCreatedAt = tutorialDescCreatedAt.Default.(func() time.Time)
  943. // tutorialDescUpdatedAt is the schema descriptor for updated_at field.
  944. tutorialDescUpdatedAt := tutorialMixinFields0[2].Descriptor()
  945. // tutorial.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  946. tutorial.DefaultUpdatedAt = tutorialDescUpdatedAt.Default.(func() time.Time)
  947. // tutorial.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  948. tutorial.UpdateDefaultUpdatedAt = tutorialDescUpdatedAt.UpdateDefault.(func() time.Time)
  949. // tutorialDescEmployeeID is the schema descriptor for employee_id field.
  950. tutorialDescEmployeeID := tutorialFields[0].Descriptor()
  951. // tutorial.EmployeeIDValidator is a validator for the "employee_id" field. It is called by the builders before save.
  952. tutorial.EmployeeIDValidator = tutorialDescEmployeeID.Validators[0].(func(uint64) error)
  953. // tutorialDescOrganizationID is the schema descriptor for organization_id field.
  954. tutorialDescOrganizationID := tutorialFields[4].Descriptor()
  955. // tutorial.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  956. tutorial.OrganizationIDValidator = tutorialDescOrganizationID.Validators[0].(func(uint64) error)
  957. usagedetailMixin := schema.UsageDetail{}.Mixin()
  958. usagedetailMixinFields0 := usagedetailMixin[0].Fields()
  959. _ = usagedetailMixinFields0
  960. usagedetailMixinFields1 := usagedetailMixin[1].Fields()
  961. _ = usagedetailMixinFields1
  962. usagedetailFields := schema.UsageDetail{}.Fields()
  963. _ = usagedetailFields
  964. // usagedetailDescCreatedAt is the schema descriptor for created_at field.
  965. usagedetailDescCreatedAt := usagedetailMixinFields0[1].Descriptor()
  966. // usagedetail.DefaultCreatedAt holds the default value on creation for the created_at field.
  967. usagedetail.DefaultCreatedAt = usagedetailDescCreatedAt.Default.(func() time.Time)
  968. // usagedetailDescUpdatedAt is the schema descriptor for updated_at field.
  969. usagedetailDescUpdatedAt := usagedetailMixinFields0[2].Descriptor()
  970. // usagedetail.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  971. usagedetail.DefaultUpdatedAt = usagedetailDescUpdatedAt.Default.(func() time.Time)
  972. // usagedetail.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  973. usagedetail.UpdateDefaultUpdatedAt = usagedetailDescUpdatedAt.UpdateDefault.(func() time.Time)
  974. // usagedetailDescStatus is the schema descriptor for status field.
  975. usagedetailDescStatus := usagedetailMixinFields1[0].Descriptor()
  976. // usagedetail.DefaultStatus holds the default value on creation for the status field.
  977. usagedetail.DefaultStatus = usagedetailDescStatus.Default.(uint8)
  978. // usagedetailDescType is the schema descriptor for type field.
  979. usagedetailDescType := usagedetailFields[0].Descriptor()
  980. // usagedetail.DefaultType holds the default value on creation for the type field.
  981. usagedetail.DefaultType = usagedetailDescType.Default.(int)
  982. // usagedetailDescBotID is the schema descriptor for bot_id field.
  983. usagedetailDescBotID := usagedetailFields[1].Descriptor()
  984. // usagedetail.DefaultBotID holds the default value on creation for the bot_id field.
  985. usagedetail.DefaultBotID = usagedetailDescBotID.Default.(string)
  986. // usagedetailDescReceiverID is the schema descriptor for receiver_id field.
  987. usagedetailDescReceiverID := usagedetailFields[2].Descriptor()
  988. // usagedetail.DefaultReceiverID holds the default value on creation for the receiver_id field.
  989. usagedetail.DefaultReceiverID = usagedetailDescReceiverID.Default.(string)
  990. // usagedetailDescApp is the schema descriptor for app field.
  991. usagedetailDescApp := usagedetailFields[3].Descriptor()
  992. // usagedetail.DefaultApp holds the default value on creation for the app field.
  993. usagedetail.DefaultApp = usagedetailDescApp.Default.(int)
  994. // usagedetailDescSessionID is the schema descriptor for session_id field.
  995. usagedetailDescSessionID := usagedetailFields[4].Descriptor()
  996. // usagedetail.DefaultSessionID holds the default value on creation for the session_id field.
  997. usagedetail.DefaultSessionID = usagedetailDescSessionID.Default.(uint64)
  998. // usagedetailDescRequest is the schema descriptor for request field.
  999. usagedetailDescRequest := usagedetailFields[5].Descriptor()
  1000. // usagedetail.DefaultRequest holds the default value on creation for the request field.
  1001. usagedetail.DefaultRequest = usagedetailDescRequest.Default.(string)
  1002. // usagedetailDescResponse is the schema descriptor for response field.
  1003. usagedetailDescResponse := usagedetailFields[6].Descriptor()
  1004. // usagedetail.DefaultResponse holds the default value on creation for the response field.
  1005. usagedetail.DefaultResponse = usagedetailDescResponse.Default.(string)
  1006. // usagedetailDescTotalTokens is the schema descriptor for total_tokens field.
  1007. usagedetailDescTotalTokens := usagedetailFields[7].Descriptor()
  1008. // usagedetail.DefaultTotalTokens holds the default value on creation for the total_tokens field.
  1009. usagedetail.DefaultTotalTokens = usagedetailDescTotalTokens.Default.(uint64)
  1010. // usagedetailDescPromptTokens is the schema descriptor for prompt_tokens field.
  1011. usagedetailDescPromptTokens := usagedetailFields[8].Descriptor()
  1012. // usagedetail.DefaultPromptTokens holds the default value on creation for the prompt_tokens field.
  1013. usagedetail.DefaultPromptTokens = usagedetailDescPromptTokens.Default.(uint64)
  1014. // usagedetailDescCompletionTokens is the schema descriptor for completion_tokens field.
  1015. usagedetailDescCompletionTokens := usagedetailFields[9].Descriptor()
  1016. // usagedetail.DefaultCompletionTokens holds the default value on creation for the completion_tokens field.
  1017. usagedetail.DefaultCompletionTokens = usagedetailDescCompletionTokens.Default.(uint64)
  1018. // usagedetailDescOrganizationID is the schema descriptor for organization_id field.
  1019. usagedetailDescOrganizationID := usagedetailFields[10].Descriptor()
  1020. // usagedetail.DefaultOrganizationID holds the default value on creation for the organization_id field.
  1021. usagedetail.DefaultOrganizationID = usagedetailDescOrganizationID.Default.(uint64)
  1022. usagestatisticdayMixin := schema.UsageStatisticDay{}.Mixin()
  1023. usagestatisticdayMixinHooks2 := usagestatisticdayMixin[2].Hooks()
  1024. usagestatisticday.Hooks[0] = usagestatisticdayMixinHooks2[0]
  1025. usagestatisticdayMixinInters2 := usagestatisticdayMixin[2].Interceptors()
  1026. usagestatisticday.Interceptors[0] = usagestatisticdayMixinInters2[0]
  1027. usagestatisticdayMixinFields0 := usagestatisticdayMixin[0].Fields()
  1028. _ = usagestatisticdayMixinFields0
  1029. usagestatisticdayMixinFields1 := usagestatisticdayMixin[1].Fields()
  1030. _ = usagestatisticdayMixinFields1
  1031. usagestatisticdayFields := schema.UsageStatisticDay{}.Fields()
  1032. _ = usagestatisticdayFields
  1033. // usagestatisticdayDescCreatedAt is the schema descriptor for created_at field.
  1034. usagestatisticdayDescCreatedAt := usagestatisticdayMixinFields0[1].Descriptor()
  1035. // usagestatisticday.DefaultCreatedAt holds the default value on creation for the created_at field.
  1036. usagestatisticday.DefaultCreatedAt = usagestatisticdayDescCreatedAt.Default.(func() time.Time)
  1037. // usagestatisticdayDescUpdatedAt is the schema descriptor for updated_at field.
  1038. usagestatisticdayDescUpdatedAt := usagestatisticdayMixinFields0[2].Descriptor()
  1039. // usagestatisticday.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1040. usagestatisticday.DefaultUpdatedAt = usagestatisticdayDescUpdatedAt.Default.(func() time.Time)
  1041. // usagestatisticday.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1042. usagestatisticday.UpdateDefaultUpdatedAt = usagestatisticdayDescUpdatedAt.UpdateDefault.(func() time.Time)
  1043. // usagestatisticdayDescStatus is the schema descriptor for status field.
  1044. usagestatisticdayDescStatus := usagestatisticdayMixinFields1[0].Descriptor()
  1045. // usagestatisticday.DefaultStatus holds the default value on creation for the status field.
  1046. usagestatisticday.DefaultStatus = usagestatisticdayDescStatus.Default.(uint8)
  1047. usagestatistichourMixin := schema.UsageStatisticHour{}.Mixin()
  1048. usagestatistichourMixinHooks2 := usagestatistichourMixin[2].Hooks()
  1049. usagestatistichour.Hooks[0] = usagestatistichourMixinHooks2[0]
  1050. usagestatistichourMixinInters2 := usagestatistichourMixin[2].Interceptors()
  1051. usagestatistichour.Interceptors[0] = usagestatistichourMixinInters2[0]
  1052. usagestatistichourMixinFields0 := usagestatistichourMixin[0].Fields()
  1053. _ = usagestatistichourMixinFields0
  1054. usagestatistichourMixinFields1 := usagestatistichourMixin[1].Fields()
  1055. _ = usagestatistichourMixinFields1
  1056. usagestatistichourFields := schema.UsageStatisticHour{}.Fields()
  1057. _ = usagestatistichourFields
  1058. // usagestatistichourDescCreatedAt is the schema descriptor for created_at field.
  1059. usagestatistichourDescCreatedAt := usagestatistichourMixinFields0[1].Descriptor()
  1060. // usagestatistichour.DefaultCreatedAt holds the default value on creation for the created_at field.
  1061. usagestatistichour.DefaultCreatedAt = usagestatistichourDescCreatedAt.Default.(func() time.Time)
  1062. // usagestatistichourDescUpdatedAt is the schema descriptor for updated_at field.
  1063. usagestatistichourDescUpdatedAt := usagestatistichourMixinFields0[2].Descriptor()
  1064. // usagestatistichour.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1065. usagestatistichour.DefaultUpdatedAt = usagestatistichourDescUpdatedAt.Default.(func() time.Time)
  1066. // usagestatistichour.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1067. usagestatistichour.UpdateDefaultUpdatedAt = usagestatistichourDescUpdatedAt.UpdateDefault.(func() time.Time)
  1068. // usagestatistichourDescStatus is the schema descriptor for status field.
  1069. usagestatistichourDescStatus := usagestatistichourMixinFields1[0].Descriptor()
  1070. // usagestatistichour.DefaultStatus holds the default value on creation for the status field.
  1071. usagestatistichour.DefaultStatus = usagestatistichourDescStatus.Default.(uint8)
  1072. usagestatisticmonthMixin := schema.UsageStatisticMonth{}.Mixin()
  1073. usagestatisticmonthMixinHooks2 := usagestatisticmonthMixin[2].Hooks()
  1074. usagestatisticmonth.Hooks[0] = usagestatisticmonthMixinHooks2[0]
  1075. usagestatisticmonthMixinInters2 := usagestatisticmonthMixin[2].Interceptors()
  1076. usagestatisticmonth.Interceptors[0] = usagestatisticmonthMixinInters2[0]
  1077. usagestatisticmonthMixinFields0 := usagestatisticmonthMixin[0].Fields()
  1078. _ = usagestatisticmonthMixinFields0
  1079. usagestatisticmonthMixinFields1 := usagestatisticmonthMixin[1].Fields()
  1080. _ = usagestatisticmonthMixinFields1
  1081. usagestatisticmonthFields := schema.UsageStatisticMonth{}.Fields()
  1082. _ = usagestatisticmonthFields
  1083. // usagestatisticmonthDescCreatedAt is the schema descriptor for created_at field.
  1084. usagestatisticmonthDescCreatedAt := usagestatisticmonthMixinFields0[1].Descriptor()
  1085. // usagestatisticmonth.DefaultCreatedAt holds the default value on creation for the created_at field.
  1086. usagestatisticmonth.DefaultCreatedAt = usagestatisticmonthDescCreatedAt.Default.(func() time.Time)
  1087. // usagestatisticmonthDescUpdatedAt is the schema descriptor for updated_at field.
  1088. usagestatisticmonthDescUpdatedAt := usagestatisticmonthMixinFields0[2].Descriptor()
  1089. // usagestatisticmonth.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1090. usagestatisticmonth.DefaultUpdatedAt = usagestatisticmonthDescUpdatedAt.Default.(func() time.Time)
  1091. // usagestatisticmonth.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1092. usagestatisticmonth.UpdateDefaultUpdatedAt = usagestatisticmonthDescUpdatedAt.UpdateDefault.(func() time.Time)
  1093. // usagestatisticmonthDescStatus is the schema descriptor for status field.
  1094. usagestatisticmonthDescStatus := usagestatisticmonthMixinFields1[0].Descriptor()
  1095. // usagestatisticmonth.DefaultStatus holds the default value on creation for the status field.
  1096. usagestatisticmonth.DefaultStatus = usagestatisticmonthDescStatus.Default.(uint8)
  1097. usagetotalMixin := schema.UsageTotal{}.Mixin()
  1098. usagetotalMixinFields0 := usagetotalMixin[0].Fields()
  1099. _ = usagetotalMixinFields0
  1100. usagetotalMixinFields1 := usagetotalMixin[1].Fields()
  1101. _ = usagetotalMixinFields1
  1102. usagetotalFields := schema.UsageTotal{}.Fields()
  1103. _ = usagetotalFields
  1104. // usagetotalDescCreatedAt is the schema descriptor for created_at field.
  1105. usagetotalDescCreatedAt := usagetotalMixinFields0[1].Descriptor()
  1106. // usagetotal.DefaultCreatedAt holds the default value on creation for the created_at field.
  1107. usagetotal.DefaultCreatedAt = usagetotalDescCreatedAt.Default.(func() time.Time)
  1108. // usagetotalDescUpdatedAt is the schema descriptor for updated_at field.
  1109. usagetotalDescUpdatedAt := usagetotalMixinFields0[2].Descriptor()
  1110. // usagetotal.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1111. usagetotal.DefaultUpdatedAt = usagetotalDescUpdatedAt.Default.(func() time.Time)
  1112. // usagetotal.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1113. usagetotal.UpdateDefaultUpdatedAt = usagetotalDescUpdatedAt.UpdateDefault.(func() time.Time)
  1114. // usagetotalDescStatus is the schema descriptor for status field.
  1115. usagetotalDescStatus := usagetotalMixinFields1[0].Descriptor()
  1116. // usagetotal.DefaultStatus holds the default value on creation for the status field.
  1117. usagetotal.DefaultStatus = usagetotalDescStatus.Default.(uint8)
  1118. // usagetotalDescType is the schema descriptor for type field.
  1119. usagetotalDescType := usagetotalFields[0].Descriptor()
  1120. // usagetotal.DefaultType holds the default value on creation for the type field.
  1121. usagetotal.DefaultType = usagetotalDescType.Default.(int)
  1122. // usagetotalDescBotID is the schema descriptor for bot_id field.
  1123. usagetotalDescBotID := usagetotalFields[1].Descriptor()
  1124. // usagetotal.DefaultBotID holds the default value on creation for the bot_id field.
  1125. usagetotal.DefaultBotID = usagetotalDescBotID.Default.(string)
  1126. // usagetotalDescTotalTokens is the schema descriptor for total_tokens field.
  1127. usagetotalDescTotalTokens := usagetotalFields[2].Descriptor()
  1128. // usagetotal.DefaultTotalTokens holds the default value on creation for the total_tokens field.
  1129. usagetotal.DefaultTotalTokens = usagetotalDescTotalTokens.Default.(uint64)
  1130. // usagetotalDescStartIndex is the schema descriptor for start_index field.
  1131. usagetotalDescStartIndex := usagetotalFields[3].Descriptor()
  1132. // usagetotal.DefaultStartIndex holds the default value on creation for the start_index field.
  1133. usagetotal.DefaultStartIndex = usagetotalDescStartIndex.Default.(uint64)
  1134. // usagetotalDescEndIndex is the schema descriptor for end_index field.
  1135. usagetotalDescEndIndex := usagetotalFields[4].Descriptor()
  1136. // usagetotal.DefaultEndIndex holds the default value on creation for the end_index field.
  1137. usagetotal.DefaultEndIndex = usagetotalDescEndIndex.Default.(uint64)
  1138. // usagetotalDescOrganizationID is the schema descriptor for organization_id field.
  1139. usagetotalDescOrganizationID := usagetotalFields[5].Descriptor()
  1140. // usagetotal.DefaultOrganizationID holds the default value on creation for the organization_id field.
  1141. usagetotal.DefaultOrganizationID = usagetotalDescOrganizationID.Default.(uint64)
  1142. workexperienceMixin := schema.WorkExperience{}.Mixin()
  1143. workexperienceMixinHooks1 := workexperienceMixin[1].Hooks()
  1144. workexperience.Hooks[0] = workexperienceMixinHooks1[0]
  1145. workexperienceMixinInters1 := workexperienceMixin[1].Interceptors()
  1146. workexperience.Interceptors[0] = workexperienceMixinInters1[0]
  1147. workexperienceMixinFields0 := workexperienceMixin[0].Fields()
  1148. _ = workexperienceMixinFields0
  1149. workexperienceFields := schema.WorkExperience{}.Fields()
  1150. _ = workexperienceFields
  1151. // workexperienceDescCreatedAt is the schema descriptor for created_at field.
  1152. workexperienceDescCreatedAt := workexperienceMixinFields0[1].Descriptor()
  1153. // workexperience.DefaultCreatedAt holds the default value on creation for the created_at field.
  1154. workexperience.DefaultCreatedAt = workexperienceDescCreatedAt.Default.(func() time.Time)
  1155. // workexperienceDescUpdatedAt is the schema descriptor for updated_at field.
  1156. workexperienceDescUpdatedAt := workexperienceMixinFields0[2].Descriptor()
  1157. // workexperience.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1158. workexperience.DefaultUpdatedAt = workexperienceDescUpdatedAt.Default.(func() time.Time)
  1159. // workexperience.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1160. workexperience.UpdateDefaultUpdatedAt = workexperienceDescUpdatedAt.UpdateDefault.(func() time.Time)
  1161. wpchatroomMixin := schema.WpChatroom{}.Mixin()
  1162. wpchatroomMixinFields0 := wpchatroomMixin[0].Fields()
  1163. _ = wpchatroomMixinFields0
  1164. wpchatroomMixinFields1 := wpchatroomMixin[1].Fields()
  1165. _ = wpchatroomMixinFields1
  1166. wpchatroomFields := schema.WpChatroom{}.Fields()
  1167. _ = wpchatroomFields
  1168. // wpchatroomDescCreatedAt is the schema descriptor for created_at field.
  1169. wpchatroomDescCreatedAt := wpchatroomMixinFields0[1].Descriptor()
  1170. // wpchatroom.DefaultCreatedAt holds the default value on creation for the created_at field.
  1171. wpchatroom.DefaultCreatedAt = wpchatroomDescCreatedAt.Default.(func() time.Time)
  1172. // wpchatroomDescUpdatedAt is the schema descriptor for updated_at field.
  1173. wpchatroomDescUpdatedAt := wpchatroomMixinFields0[2].Descriptor()
  1174. // wpchatroom.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1175. wpchatroom.DefaultUpdatedAt = wpchatroomDescUpdatedAt.Default.(func() time.Time)
  1176. // wpchatroom.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1177. wpchatroom.UpdateDefaultUpdatedAt = wpchatroomDescUpdatedAt.UpdateDefault.(func() time.Time)
  1178. // wpchatroomDescStatus is the schema descriptor for status field.
  1179. wpchatroomDescStatus := wpchatroomMixinFields1[0].Descriptor()
  1180. // wpchatroom.DefaultStatus holds the default value on creation for the status field.
  1181. wpchatroom.DefaultStatus = wpchatroomDescStatus.Default.(uint8)
  1182. // wpchatroomDescWxWxid is the schema descriptor for wx_wxid field.
  1183. wpchatroomDescWxWxid := wpchatroomFields[0].Descriptor()
  1184. // wpchatroom.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  1185. wpchatroom.DefaultWxWxid = wpchatroomDescWxWxid.Default.(string)
  1186. // wpchatroomDescChatroomID is the schema descriptor for chatroom_id field.
  1187. wpchatroomDescChatroomID := wpchatroomFields[1].Descriptor()
  1188. // wpchatroom.DefaultChatroomID holds the default value on creation for the chatroom_id field.
  1189. wpchatroom.DefaultChatroomID = wpchatroomDescChatroomID.Default.(string)
  1190. // wpchatroomDescNickname is the schema descriptor for nickname field.
  1191. wpchatroomDescNickname := wpchatroomFields[2].Descriptor()
  1192. // wpchatroom.DefaultNickname holds the default value on creation for the nickname field.
  1193. wpchatroom.DefaultNickname = wpchatroomDescNickname.Default.(string)
  1194. // wpchatroomDescOwner is the schema descriptor for owner field.
  1195. wpchatroomDescOwner := wpchatroomFields[3].Descriptor()
  1196. // wpchatroom.DefaultOwner holds the default value on creation for the owner field.
  1197. wpchatroom.DefaultOwner = wpchatroomDescOwner.Default.(string)
  1198. // wpchatroomDescAvatar is the schema descriptor for avatar field.
  1199. wpchatroomDescAvatar := wpchatroomFields[4].Descriptor()
  1200. // wpchatroom.DefaultAvatar holds the default value on creation for the avatar field.
  1201. wpchatroom.DefaultAvatar = wpchatroomDescAvatar.Default.(string)
  1202. wpchatroommemberMixin := schema.WpChatroomMember{}.Mixin()
  1203. wpchatroommemberMixinFields0 := wpchatroommemberMixin[0].Fields()
  1204. _ = wpchatroommemberMixinFields0
  1205. wpchatroommemberMixinFields1 := wpchatroommemberMixin[1].Fields()
  1206. _ = wpchatroommemberMixinFields1
  1207. wpchatroommemberFields := schema.WpChatroomMember{}.Fields()
  1208. _ = wpchatroommemberFields
  1209. // wpchatroommemberDescCreatedAt is the schema descriptor for created_at field.
  1210. wpchatroommemberDescCreatedAt := wpchatroommemberMixinFields0[1].Descriptor()
  1211. // wpchatroommember.DefaultCreatedAt holds the default value on creation for the created_at field.
  1212. wpchatroommember.DefaultCreatedAt = wpchatroommemberDescCreatedAt.Default.(func() time.Time)
  1213. // wpchatroommemberDescUpdatedAt is the schema descriptor for updated_at field.
  1214. wpchatroommemberDescUpdatedAt := wpchatroommemberMixinFields0[2].Descriptor()
  1215. // wpchatroommember.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1216. wpchatroommember.DefaultUpdatedAt = wpchatroommemberDescUpdatedAt.Default.(func() time.Time)
  1217. // wpchatroommember.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1218. wpchatroommember.UpdateDefaultUpdatedAt = wpchatroommemberDescUpdatedAt.UpdateDefault.(func() time.Time)
  1219. // wpchatroommemberDescStatus is the schema descriptor for status field.
  1220. wpchatroommemberDescStatus := wpchatroommemberMixinFields1[0].Descriptor()
  1221. // wpchatroommember.DefaultStatus holds the default value on creation for the status field.
  1222. wpchatroommember.DefaultStatus = wpchatroommemberDescStatus.Default.(uint8)
  1223. // wpchatroommemberDescWxWxid is the schema descriptor for wx_wxid field.
  1224. wpchatroommemberDescWxWxid := wpchatroommemberFields[0].Descriptor()
  1225. // wpchatroommember.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  1226. wpchatroommember.DefaultWxWxid = wpchatroommemberDescWxWxid.Default.(string)
  1227. // wpchatroommemberDescWxid is the schema descriptor for wxid field.
  1228. wpchatroommemberDescWxid := wpchatroommemberFields[1].Descriptor()
  1229. // wpchatroommember.DefaultWxid holds the default value on creation for the wxid field.
  1230. wpchatroommember.DefaultWxid = wpchatroommemberDescWxid.Default.(string)
  1231. // wpchatroommemberDescNickname is the schema descriptor for nickname field.
  1232. wpchatroommemberDescNickname := wpchatroommemberFields[2].Descriptor()
  1233. // wpchatroommember.DefaultNickname holds the default value on creation for the nickname field.
  1234. wpchatroommember.DefaultNickname = wpchatroommemberDescNickname.Default.(string)
  1235. // wpchatroommemberDescAvatar is the schema descriptor for avatar field.
  1236. wpchatroommemberDescAvatar := wpchatroommemberFields[3].Descriptor()
  1237. // wpchatroommember.DefaultAvatar holds the default value on creation for the avatar field.
  1238. wpchatroommember.DefaultAvatar = wpchatroommemberDescAvatar.Default.(string)
  1239. wxMixin := schema.Wx{}.Mixin()
  1240. wxMixinHooks2 := wxMixin[2].Hooks()
  1241. wx.Hooks[0] = wxMixinHooks2[0]
  1242. wxMixinInters2 := wxMixin[2].Interceptors()
  1243. wx.Interceptors[0] = wxMixinInters2[0]
  1244. wxMixinFields0 := wxMixin[0].Fields()
  1245. _ = wxMixinFields0
  1246. wxMixinFields1 := wxMixin[1].Fields()
  1247. _ = wxMixinFields1
  1248. wxFields := schema.Wx{}.Fields()
  1249. _ = wxFields
  1250. // wxDescCreatedAt is the schema descriptor for created_at field.
  1251. wxDescCreatedAt := wxMixinFields0[1].Descriptor()
  1252. // wx.DefaultCreatedAt holds the default value on creation for the created_at field.
  1253. wx.DefaultCreatedAt = wxDescCreatedAt.Default.(func() time.Time)
  1254. // wxDescUpdatedAt is the schema descriptor for updated_at field.
  1255. wxDescUpdatedAt := wxMixinFields0[2].Descriptor()
  1256. // wx.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1257. wx.DefaultUpdatedAt = wxDescUpdatedAt.Default.(func() time.Time)
  1258. // wx.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1259. wx.UpdateDefaultUpdatedAt = wxDescUpdatedAt.UpdateDefault.(func() time.Time)
  1260. // wxDescStatus is the schema descriptor for status field.
  1261. wxDescStatus := wxMixinFields1[0].Descriptor()
  1262. // wx.DefaultStatus holds the default value on creation for the status field.
  1263. wx.DefaultStatus = wxDescStatus.Default.(uint8)
  1264. // wxDescServerID is the schema descriptor for server_id field.
  1265. wxDescServerID := wxFields[0].Descriptor()
  1266. // wx.DefaultServerID holds the default value on creation for the server_id field.
  1267. wx.DefaultServerID = wxDescServerID.Default.(uint64)
  1268. // wxDescPort is the schema descriptor for port field.
  1269. wxDescPort := wxFields[1].Descriptor()
  1270. // wx.DefaultPort holds the default value on creation for the port field.
  1271. wx.DefaultPort = wxDescPort.Default.(string)
  1272. // wxDescProcessID is the schema descriptor for process_id field.
  1273. wxDescProcessID := wxFields[2].Descriptor()
  1274. // wx.DefaultProcessID holds the default value on creation for the process_id field.
  1275. wx.DefaultProcessID = wxDescProcessID.Default.(string)
  1276. // wxDescCallback is the schema descriptor for callback field.
  1277. wxDescCallback := wxFields[3].Descriptor()
  1278. // wx.DefaultCallback holds the default value on creation for the callback field.
  1279. wx.DefaultCallback = wxDescCallback.Default.(string)
  1280. // wxDescWxid is the schema descriptor for wxid field.
  1281. wxDescWxid := wxFields[4].Descriptor()
  1282. // wx.DefaultWxid holds the default value on creation for the wxid field.
  1283. wx.DefaultWxid = wxDescWxid.Default.(string)
  1284. // wxDescAccount is the schema descriptor for account field.
  1285. wxDescAccount := wxFields[5].Descriptor()
  1286. // wx.DefaultAccount holds the default value on creation for the account field.
  1287. wx.DefaultAccount = wxDescAccount.Default.(string)
  1288. // wxDescNickname is the schema descriptor for nickname field.
  1289. wxDescNickname := wxFields[6].Descriptor()
  1290. // wx.DefaultNickname holds the default value on creation for the nickname field.
  1291. wx.DefaultNickname = wxDescNickname.Default.(string)
  1292. // wxDescTel is the schema descriptor for tel field.
  1293. wxDescTel := wxFields[7].Descriptor()
  1294. // wx.DefaultTel holds the default value on creation for the tel field.
  1295. wx.DefaultTel = wxDescTel.Default.(string)
  1296. // wxDescHeadBig is the schema descriptor for head_big field.
  1297. wxDescHeadBig := wxFields[8].Descriptor()
  1298. // wx.DefaultHeadBig holds the default value on creation for the head_big field.
  1299. wx.DefaultHeadBig = wxDescHeadBig.Default.(string)
  1300. // wxDescOrganizationID is the schema descriptor for organization_id field.
  1301. wxDescOrganizationID := wxFields[9].Descriptor()
  1302. // wx.DefaultOrganizationID holds the default value on creation for the organization_id field.
  1303. wx.DefaultOrganizationID = wxDescOrganizationID.Default.(uint64)
  1304. // wxDescAgentID is the schema descriptor for agent_id field.
  1305. wxDescAgentID := wxFields[10].Descriptor()
  1306. // wx.DefaultAgentID holds the default value on creation for the agent_id field.
  1307. wx.DefaultAgentID = wxDescAgentID.Default.(uint64)
  1308. // wxDescAPIBase is the schema descriptor for api_base field.
  1309. wxDescAPIBase := wxFields[11].Descriptor()
  1310. // wx.DefaultAPIBase holds the default value on creation for the api_base field.
  1311. wx.DefaultAPIBase = wxDescAPIBase.Default.(string)
  1312. // wxDescAPIKey is the schema descriptor for api_key field.
  1313. wxDescAPIKey := wxFields[12].Descriptor()
  1314. // wx.DefaultAPIKey holds the default value on creation for the api_key field.
  1315. wx.DefaultAPIKey = wxDescAPIKey.Default.(string)
  1316. wxcardMixin := schema.WxCard{}.Mixin()
  1317. wxcardMixinHooks1 := wxcardMixin[1].Hooks()
  1318. wxcard.Hooks[0] = wxcardMixinHooks1[0]
  1319. wxcardMixinInters1 := wxcardMixin[1].Interceptors()
  1320. wxcard.Interceptors[0] = wxcardMixinInters1[0]
  1321. wxcardMixinFields0 := wxcardMixin[0].Fields()
  1322. _ = wxcardMixinFields0
  1323. wxcardFields := schema.WxCard{}.Fields()
  1324. _ = wxcardFields
  1325. // wxcardDescCreatedAt is the schema descriptor for created_at field.
  1326. wxcardDescCreatedAt := wxcardMixinFields0[1].Descriptor()
  1327. // wxcard.DefaultCreatedAt holds the default value on creation for the created_at field.
  1328. wxcard.DefaultCreatedAt = wxcardDescCreatedAt.Default.(func() time.Time)
  1329. // wxcardDescUpdatedAt is the schema descriptor for updated_at field.
  1330. wxcardDescUpdatedAt := wxcardMixinFields0[2].Descriptor()
  1331. // wxcard.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1332. wxcard.DefaultUpdatedAt = wxcardDescUpdatedAt.Default.(func() time.Time)
  1333. // wxcard.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1334. wxcard.UpdateDefaultUpdatedAt = wxcardDescUpdatedAt.UpdateDefault.(func() time.Time)
  1335. // wxcardDescUserID is the schema descriptor for user_id field.
  1336. wxcardDescUserID := wxcardFields[0].Descriptor()
  1337. // wxcard.DefaultUserID holds the default value on creation for the user_id field.
  1338. wxcard.DefaultUserID = wxcardDescUserID.Default.(uint64)
  1339. // wxcardDescWxUserID is the schema descriptor for wx_user_id field.
  1340. wxcardDescWxUserID := wxcardFields[1].Descriptor()
  1341. // wxcard.DefaultWxUserID holds the default value on creation for the wx_user_id field.
  1342. wxcard.DefaultWxUserID = wxcardDescWxUserID.Default.(uint64)
  1343. // wxcardDescAvatar is the schema descriptor for avatar field.
  1344. wxcardDescAvatar := wxcardFields[2].Descriptor()
  1345. // wxcard.DefaultAvatar holds the default value on creation for the avatar field.
  1346. wxcard.DefaultAvatar = wxcardDescAvatar.Default.(string)
  1347. // wxcardDescLogo is the schema descriptor for logo field.
  1348. wxcardDescLogo := wxcardFields[3].Descriptor()
  1349. // wxcard.DefaultLogo holds the default value on creation for the logo field.
  1350. wxcard.DefaultLogo = wxcardDescLogo.Default.(string)
  1351. // wxcardDescName is the schema descriptor for name field.
  1352. wxcardDescName := wxcardFields[4].Descriptor()
  1353. // wxcard.DefaultName holds the default value on creation for the name field.
  1354. wxcard.DefaultName = wxcardDescName.Default.(string)
  1355. // wxcardDescCompany is the schema descriptor for company field.
  1356. wxcardDescCompany := wxcardFields[5].Descriptor()
  1357. // wxcard.DefaultCompany holds the default value on creation for the company field.
  1358. wxcard.DefaultCompany = wxcardDescCompany.Default.(string)
  1359. // wxcardDescAddress is the schema descriptor for address field.
  1360. wxcardDescAddress := wxcardFields[6].Descriptor()
  1361. // wxcard.DefaultAddress holds the default value on creation for the address field.
  1362. wxcard.DefaultAddress = wxcardDescAddress.Default.(string)
  1363. // wxcardDescPhone is the schema descriptor for phone field.
  1364. wxcardDescPhone := wxcardFields[7].Descriptor()
  1365. // wxcard.DefaultPhone holds the default value on creation for the phone field.
  1366. wxcard.DefaultPhone = wxcardDescPhone.Default.(string)
  1367. // wxcardDescOfficialAccount is the schema descriptor for official_account field.
  1368. wxcardDescOfficialAccount := wxcardFields[8].Descriptor()
  1369. // wxcard.DefaultOfficialAccount holds the default value on creation for the official_account field.
  1370. wxcard.DefaultOfficialAccount = wxcardDescOfficialAccount.Default.(string)
  1371. // wxcardDescWechatAccount is the schema descriptor for wechat_account field.
  1372. wxcardDescWechatAccount := wxcardFields[9].Descriptor()
  1373. // wxcard.DefaultWechatAccount holds the default value on creation for the wechat_account field.
  1374. wxcard.DefaultWechatAccount = wxcardDescWechatAccount.Default.(string)
  1375. // wxcardDescEmail is the schema descriptor for email field.
  1376. wxcardDescEmail := wxcardFields[10].Descriptor()
  1377. // wxcard.DefaultEmail holds the default value on creation for the email field.
  1378. wxcard.DefaultEmail = wxcardDescEmail.Default.(string)
  1379. // wxcardDescIntro is the schema descriptor for intro field.
  1380. wxcardDescIntro := wxcardFields[14].Descriptor()
  1381. // wxcard.DefaultIntro holds the default value on creation for the intro field.
  1382. wxcard.DefaultIntro = wxcardDescIntro.Default.(string)
  1383. wxcarduserMixin := schema.WxCardUser{}.Mixin()
  1384. wxcarduserMixinHooks1 := wxcarduserMixin[1].Hooks()
  1385. wxcarduser.Hooks[0] = wxcarduserMixinHooks1[0]
  1386. wxcarduserMixinInters1 := wxcarduserMixin[1].Interceptors()
  1387. wxcarduser.Interceptors[0] = wxcarduserMixinInters1[0]
  1388. wxcarduserMixinFields0 := wxcarduserMixin[0].Fields()
  1389. _ = wxcarduserMixinFields0
  1390. wxcarduserFields := schema.WxCardUser{}.Fields()
  1391. _ = wxcarduserFields
  1392. // wxcarduserDescCreatedAt is the schema descriptor for created_at field.
  1393. wxcarduserDescCreatedAt := wxcarduserMixinFields0[1].Descriptor()
  1394. // wxcarduser.DefaultCreatedAt holds the default value on creation for the created_at field.
  1395. wxcarduser.DefaultCreatedAt = wxcarduserDescCreatedAt.Default.(func() time.Time)
  1396. // wxcarduserDescUpdatedAt is the schema descriptor for updated_at field.
  1397. wxcarduserDescUpdatedAt := wxcarduserMixinFields0[2].Descriptor()
  1398. // wxcarduser.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1399. wxcarduser.DefaultUpdatedAt = wxcarduserDescUpdatedAt.Default.(func() time.Time)
  1400. // wxcarduser.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1401. wxcarduser.UpdateDefaultUpdatedAt = wxcarduserDescUpdatedAt.UpdateDefault.(func() time.Time)
  1402. // wxcarduserDescWxid is the schema descriptor for wxid field.
  1403. wxcarduserDescWxid := wxcarduserFields[0].Descriptor()
  1404. // wxcarduser.DefaultWxid holds the default value on creation for the wxid field.
  1405. wxcarduser.DefaultWxid = wxcarduserDescWxid.Default.(string)
  1406. // wxcarduserDescAccount is the schema descriptor for account field.
  1407. wxcarduserDescAccount := wxcarduserFields[1].Descriptor()
  1408. // wxcarduser.DefaultAccount holds the default value on creation for the account field.
  1409. wxcarduser.DefaultAccount = wxcarduserDescAccount.Default.(string)
  1410. // wxcarduserDescAvatar is the schema descriptor for avatar field.
  1411. wxcarduserDescAvatar := wxcarduserFields[2].Descriptor()
  1412. // wxcarduser.DefaultAvatar holds the default value on creation for the avatar field.
  1413. wxcarduser.DefaultAvatar = wxcarduserDescAvatar.Default.(string)
  1414. // wxcarduserDescNickname is the schema descriptor for nickname field.
  1415. wxcarduserDescNickname := wxcarduserFields[3].Descriptor()
  1416. // wxcarduser.DefaultNickname holds the default value on creation for the nickname field.
  1417. wxcarduser.DefaultNickname = wxcarduserDescNickname.Default.(string)
  1418. // wxcarduserDescRemark is the schema descriptor for remark field.
  1419. wxcarduserDescRemark := wxcarduserFields[4].Descriptor()
  1420. // wxcarduser.DefaultRemark holds the default value on creation for the remark field.
  1421. wxcarduser.DefaultRemark = wxcarduserDescRemark.Default.(string)
  1422. // wxcarduserDescPhone is the schema descriptor for phone field.
  1423. wxcarduserDescPhone := wxcarduserFields[5].Descriptor()
  1424. // wxcarduser.DefaultPhone holds the default value on creation for the phone field.
  1425. wxcarduser.DefaultPhone = wxcarduserDescPhone.Default.(string)
  1426. // wxcarduserDescOpenID is the schema descriptor for open_id field.
  1427. wxcarduserDescOpenID := wxcarduserFields[6].Descriptor()
  1428. // wxcarduser.DefaultOpenID holds the default value on creation for the open_id field.
  1429. wxcarduser.DefaultOpenID = wxcarduserDescOpenID.Default.(string)
  1430. // wxcarduserDescUnionID is the schema descriptor for union_id field.
  1431. wxcarduserDescUnionID := wxcarduserFields[7].Descriptor()
  1432. // wxcarduser.DefaultUnionID holds the default value on creation for the union_id field.
  1433. wxcarduser.DefaultUnionID = wxcarduserDescUnionID.Default.(string)
  1434. // wxcarduserDescSessionKey is the schema descriptor for session_key field.
  1435. wxcarduserDescSessionKey := wxcarduserFields[8].Descriptor()
  1436. // wxcarduser.DefaultSessionKey holds the default value on creation for the session_key field.
  1437. wxcarduser.DefaultSessionKey = wxcarduserDescSessionKey.Default.(string)
  1438. // wxcarduserDescIsVip is the schema descriptor for is_vip field.
  1439. wxcarduserDescIsVip := wxcarduserFields[9].Descriptor()
  1440. // wxcarduser.DefaultIsVip holds the default value on creation for the is_vip field.
  1441. wxcarduser.DefaultIsVip = wxcarduserDescIsVip.Default.(int)
  1442. wxcardvisitMixin := schema.WxCardVisit{}.Mixin()
  1443. wxcardvisitMixinHooks1 := wxcardvisitMixin[1].Hooks()
  1444. wxcardvisit.Hooks[0] = wxcardvisitMixinHooks1[0]
  1445. wxcardvisitMixinInters1 := wxcardvisitMixin[1].Interceptors()
  1446. wxcardvisit.Interceptors[0] = wxcardvisitMixinInters1[0]
  1447. wxcardvisitMixinFields0 := wxcardvisitMixin[0].Fields()
  1448. _ = wxcardvisitMixinFields0
  1449. wxcardvisitFields := schema.WxCardVisit{}.Fields()
  1450. _ = wxcardvisitFields
  1451. // wxcardvisitDescCreatedAt is the schema descriptor for created_at field.
  1452. wxcardvisitDescCreatedAt := wxcardvisitMixinFields0[1].Descriptor()
  1453. // wxcardvisit.DefaultCreatedAt holds the default value on creation for the created_at field.
  1454. wxcardvisit.DefaultCreatedAt = wxcardvisitDescCreatedAt.Default.(func() time.Time)
  1455. // wxcardvisitDescUpdatedAt is the schema descriptor for updated_at field.
  1456. wxcardvisitDescUpdatedAt := wxcardvisitMixinFields0[2].Descriptor()
  1457. // wxcardvisit.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1458. wxcardvisit.DefaultUpdatedAt = wxcardvisitDescUpdatedAt.Default.(func() time.Time)
  1459. // wxcardvisit.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1460. wxcardvisit.UpdateDefaultUpdatedAt = wxcardvisitDescUpdatedAt.UpdateDefault.(func() time.Time)
  1461. // wxcardvisitDescUserID is the schema descriptor for user_id field.
  1462. wxcardvisitDescUserID := wxcardvisitFields[0].Descriptor()
  1463. // wxcardvisit.DefaultUserID holds the default value on creation for the user_id field.
  1464. wxcardvisit.DefaultUserID = wxcardvisitDescUserID.Default.(uint64)
  1465. // wxcardvisitDescBotID is the schema descriptor for bot_id field.
  1466. wxcardvisitDescBotID := wxcardvisitFields[1].Descriptor()
  1467. // wxcardvisit.DefaultBotID holds the default value on creation for the bot_id field.
  1468. wxcardvisit.DefaultBotID = wxcardvisitDescBotID.Default.(uint64)
  1469. // wxcardvisitDescBotType is the schema descriptor for bot_type field.
  1470. wxcardvisitDescBotType := wxcardvisitFields[2].Descriptor()
  1471. // wxcardvisit.DefaultBotType holds the default value on creation for the bot_type field.
  1472. wxcardvisit.DefaultBotType = wxcardvisitDescBotType.Default.(uint8)
  1473. }
  1474. const (
  1475. Version = "v0.13.1" // Version of ent codegen.
  1476. Sum = "h1:uD8QwN1h6SNphdCCzmkMN3feSUzNnVvV/WIkHKMbzOE=" // Sum of ent codegen.
  1477. )