runtime.go 87 KB

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