whatsapp_create.go 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693
  1. // Code generated by ent, DO NOT EDIT.
  2. package ent
  3. import (
  4. "context"
  5. "errors"
  6. "fmt"
  7. "time"
  8. "wechat-api/ent/whatsapp"
  9. "entgo.io/ent/dialect/sql"
  10. "entgo.io/ent/dialect/sql/sqlgraph"
  11. "entgo.io/ent/schema/field"
  12. )
  13. // WhatsappCreate is the builder for creating a Whatsapp entity.
  14. type WhatsappCreate struct {
  15. config
  16. mutation *WhatsappMutation
  17. hooks []Hook
  18. conflict []sql.ConflictOption
  19. }
  20. // SetCreatedAt sets the "created_at" field.
  21. func (wc *WhatsappCreate) SetCreatedAt(t time.Time) *WhatsappCreate {
  22. wc.mutation.SetCreatedAt(t)
  23. return wc
  24. }
  25. // SetNillableCreatedAt sets the "created_at" field if the given value is not nil.
  26. func (wc *WhatsappCreate) SetNillableCreatedAt(t *time.Time) *WhatsappCreate {
  27. if t != nil {
  28. wc.SetCreatedAt(*t)
  29. }
  30. return wc
  31. }
  32. // SetUpdatedAt sets the "updated_at" field.
  33. func (wc *WhatsappCreate) SetUpdatedAt(t time.Time) *WhatsappCreate {
  34. wc.mutation.SetUpdatedAt(t)
  35. return wc
  36. }
  37. // SetNillableUpdatedAt sets the "updated_at" field if the given value is not nil.
  38. func (wc *WhatsappCreate) SetNillableUpdatedAt(t *time.Time) *WhatsappCreate {
  39. if t != nil {
  40. wc.SetUpdatedAt(*t)
  41. }
  42. return wc
  43. }
  44. // SetStatus sets the "status" field.
  45. func (wc *WhatsappCreate) SetStatus(u uint8) *WhatsappCreate {
  46. wc.mutation.SetStatus(u)
  47. return wc
  48. }
  49. // SetNillableStatus sets the "status" field if the given value is not nil.
  50. func (wc *WhatsappCreate) SetNillableStatus(u *uint8) *WhatsappCreate {
  51. if u != nil {
  52. wc.SetStatus(*u)
  53. }
  54. return wc
  55. }
  56. // SetDeletedAt sets the "deleted_at" field.
  57. func (wc *WhatsappCreate) SetDeletedAt(t time.Time) *WhatsappCreate {
  58. wc.mutation.SetDeletedAt(t)
  59. return wc
  60. }
  61. // SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil.
  62. func (wc *WhatsappCreate) SetNillableDeletedAt(t *time.Time) *WhatsappCreate {
  63. if t != nil {
  64. wc.SetDeletedAt(*t)
  65. }
  66. return wc
  67. }
  68. // SetAk sets the "ak" field.
  69. func (wc *WhatsappCreate) SetAk(s string) *WhatsappCreate {
  70. wc.mutation.SetAk(s)
  71. return wc
  72. }
  73. // SetNillableAk sets the "ak" field if the given value is not nil.
  74. func (wc *WhatsappCreate) SetNillableAk(s *string) *WhatsappCreate {
  75. if s != nil {
  76. wc.SetAk(*s)
  77. }
  78. return wc
  79. }
  80. // SetSk sets the "sk" field.
  81. func (wc *WhatsappCreate) SetSk(s string) *WhatsappCreate {
  82. wc.mutation.SetSk(s)
  83. return wc
  84. }
  85. // SetNillableSk sets the "sk" field if the given value is not nil.
  86. func (wc *WhatsappCreate) SetNillableSk(s *string) *WhatsappCreate {
  87. if s != nil {
  88. wc.SetSk(*s)
  89. }
  90. return wc
  91. }
  92. // SetCallback sets the "callback" field.
  93. func (wc *WhatsappCreate) SetCallback(s string) *WhatsappCreate {
  94. wc.mutation.SetCallback(s)
  95. return wc
  96. }
  97. // SetNillableCallback sets the "callback" field if the given value is not nil.
  98. func (wc *WhatsappCreate) SetNillableCallback(s *string) *WhatsappCreate {
  99. if s != nil {
  100. wc.SetCallback(*s)
  101. }
  102. return wc
  103. }
  104. // SetAccount sets the "account" field.
  105. func (wc *WhatsappCreate) SetAccount(s string) *WhatsappCreate {
  106. wc.mutation.SetAccount(s)
  107. return wc
  108. }
  109. // SetNillableAccount sets the "account" field if the given value is not nil.
  110. func (wc *WhatsappCreate) SetNillableAccount(s *string) *WhatsappCreate {
  111. if s != nil {
  112. wc.SetAccount(*s)
  113. }
  114. return wc
  115. }
  116. // SetNickname sets the "nickname" field.
  117. func (wc *WhatsappCreate) SetNickname(s string) *WhatsappCreate {
  118. wc.mutation.SetNickname(s)
  119. return wc
  120. }
  121. // SetNillableNickname sets the "nickname" field if the given value is not nil.
  122. func (wc *WhatsappCreate) SetNillableNickname(s *string) *WhatsappCreate {
  123. if s != nil {
  124. wc.SetNickname(*s)
  125. }
  126. return wc
  127. }
  128. // SetPhone sets the "phone" field.
  129. func (wc *WhatsappCreate) SetPhone(s string) *WhatsappCreate {
  130. wc.mutation.SetPhone(s)
  131. return wc
  132. }
  133. // SetNillablePhone sets the "phone" field if the given value is not nil.
  134. func (wc *WhatsappCreate) SetNillablePhone(s *string) *WhatsappCreate {
  135. if s != nil {
  136. wc.SetPhone(*s)
  137. }
  138. return wc
  139. }
  140. // SetOrganizationID sets the "organization_id" field.
  141. func (wc *WhatsappCreate) SetOrganizationID(u uint64) *WhatsappCreate {
  142. wc.mutation.SetOrganizationID(u)
  143. return wc
  144. }
  145. // SetNillableOrganizationID sets the "organization_id" field if the given value is not nil.
  146. func (wc *WhatsappCreate) SetNillableOrganizationID(u *uint64) *WhatsappCreate {
  147. if u != nil {
  148. wc.SetOrganizationID(*u)
  149. }
  150. return wc
  151. }
  152. // SetAgentID sets the "agent_id" field.
  153. func (wc *WhatsappCreate) SetAgentID(u uint64) *WhatsappCreate {
  154. wc.mutation.SetAgentID(u)
  155. return wc
  156. }
  157. // SetNillableAgentID sets the "agent_id" field if the given value is not nil.
  158. func (wc *WhatsappCreate) SetNillableAgentID(u *uint64) *WhatsappCreate {
  159. if u != nil {
  160. wc.SetAgentID(*u)
  161. }
  162. return wc
  163. }
  164. // SetAPIBase sets the "api_base" field.
  165. func (wc *WhatsappCreate) SetAPIBase(s string) *WhatsappCreate {
  166. wc.mutation.SetAPIBase(s)
  167. return wc
  168. }
  169. // SetNillableAPIBase sets the "api_base" field if the given value is not nil.
  170. func (wc *WhatsappCreate) SetNillableAPIBase(s *string) *WhatsappCreate {
  171. if s != nil {
  172. wc.SetAPIBase(*s)
  173. }
  174. return wc
  175. }
  176. // SetAPIKey sets the "api_key" field.
  177. func (wc *WhatsappCreate) SetAPIKey(s string) *WhatsappCreate {
  178. wc.mutation.SetAPIKey(s)
  179. return wc
  180. }
  181. // SetNillableAPIKey sets the "api_key" field if the given value is not nil.
  182. func (wc *WhatsappCreate) SetNillableAPIKey(s *string) *WhatsappCreate {
  183. if s != nil {
  184. wc.SetAPIKey(*s)
  185. }
  186. return wc
  187. }
  188. // SetAllowList sets the "allow_list" field.
  189. func (wc *WhatsappCreate) SetAllowList(s []string) *WhatsappCreate {
  190. wc.mutation.SetAllowList(s)
  191. return wc
  192. }
  193. // SetGroupAllowList sets the "group_allow_list" field.
  194. func (wc *WhatsappCreate) SetGroupAllowList(s []string) *WhatsappCreate {
  195. wc.mutation.SetGroupAllowList(s)
  196. return wc
  197. }
  198. // SetBlockList sets the "block_list" field.
  199. func (wc *WhatsappCreate) SetBlockList(s []string) *WhatsappCreate {
  200. wc.mutation.SetBlockList(s)
  201. return wc
  202. }
  203. // SetGroupBlockList sets the "group_block_list" field.
  204. func (wc *WhatsappCreate) SetGroupBlockList(s []string) *WhatsappCreate {
  205. wc.mutation.SetGroupBlockList(s)
  206. return wc
  207. }
  208. // SetID sets the "id" field.
  209. func (wc *WhatsappCreate) SetID(u uint64) *WhatsappCreate {
  210. wc.mutation.SetID(u)
  211. return wc
  212. }
  213. // Mutation returns the WhatsappMutation object of the builder.
  214. func (wc *WhatsappCreate) Mutation() *WhatsappMutation {
  215. return wc.mutation
  216. }
  217. // Save creates the Whatsapp in the database.
  218. func (wc *WhatsappCreate) Save(ctx context.Context) (*Whatsapp, error) {
  219. if err := wc.defaults(); err != nil {
  220. return nil, err
  221. }
  222. return withHooks(ctx, wc.sqlSave, wc.mutation, wc.hooks)
  223. }
  224. // SaveX calls Save and panics if Save returns an error.
  225. func (wc *WhatsappCreate) SaveX(ctx context.Context) *Whatsapp {
  226. v, err := wc.Save(ctx)
  227. if err != nil {
  228. panic(err)
  229. }
  230. return v
  231. }
  232. // Exec executes the query.
  233. func (wc *WhatsappCreate) Exec(ctx context.Context) error {
  234. _, err := wc.Save(ctx)
  235. return err
  236. }
  237. // ExecX is like Exec, but panics if an error occurs.
  238. func (wc *WhatsappCreate) ExecX(ctx context.Context) {
  239. if err := wc.Exec(ctx); err != nil {
  240. panic(err)
  241. }
  242. }
  243. // defaults sets the default values of the builder before save.
  244. func (wc *WhatsappCreate) defaults() error {
  245. if _, ok := wc.mutation.CreatedAt(); !ok {
  246. if whatsapp.DefaultCreatedAt == nil {
  247. return fmt.Errorf("ent: uninitialized whatsapp.DefaultCreatedAt (forgotten import ent/runtime?)")
  248. }
  249. v := whatsapp.DefaultCreatedAt()
  250. wc.mutation.SetCreatedAt(v)
  251. }
  252. if _, ok := wc.mutation.UpdatedAt(); !ok {
  253. if whatsapp.DefaultUpdatedAt == nil {
  254. return fmt.Errorf("ent: uninitialized whatsapp.DefaultUpdatedAt (forgotten import ent/runtime?)")
  255. }
  256. v := whatsapp.DefaultUpdatedAt()
  257. wc.mutation.SetUpdatedAt(v)
  258. }
  259. if _, ok := wc.mutation.Status(); !ok {
  260. v := whatsapp.DefaultStatus
  261. wc.mutation.SetStatus(v)
  262. }
  263. if _, ok := wc.mutation.Ak(); !ok {
  264. v := whatsapp.DefaultAk
  265. wc.mutation.SetAk(v)
  266. }
  267. if _, ok := wc.mutation.Sk(); !ok {
  268. v := whatsapp.DefaultSk
  269. wc.mutation.SetSk(v)
  270. }
  271. if _, ok := wc.mutation.Callback(); !ok {
  272. v := whatsapp.DefaultCallback
  273. wc.mutation.SetCallback(v)
  274. }
  275. if _, ok := wc.mutation.Account(); !ok {
  276. v := whatsapp.DefaultAccount
  277. wc.mutation.SetAccount(v)
  278. }
  279. if _, ok := wc.mutation.Nickname(); !ok {
  280. v := whatsapp.DefaultNickname
  281. wc.mutation.SetNickname(v)
  282. }
  283. if _, ok := wc.mutation.Phone(); !ok {
  284. v := whatsapp.DefaultPhone
  285. wc.mutation.SetPhone(v)
  286. }
  287. if _, ok := wc.mutation.OrganizationID(); !ok {
  288. v := whatsapp.DefaultOrganizationID
  289. wc.mutation.SetOrganizationID(v)
  290. }
  291. if _, ok := wc.mutation.AgentID(); !ok {
  292. v := whatsapp.DefaultAgentID
  293. wc.mutation.SetAgentID(v)
  294. }
  295. if _, ok := wc.mutation.APIBase(); !ok {
  296. v := whatsapp.DefaultAPIBase
  297. wc.mutation.SetAPIBase(v)
  298. }
  299. if _, ok := wc.mutation.APIKey(); !ok {
  300. v := whatsapp.DefaultAPIKey
  301. wc.mutation.SetAPIKey(v)
  302. }
  303. return nil
  304. }
  305. // check runs all checks and user-defined validators on the builder.
  306. func (wc *WhatsappCreate) check() error {
  307. if _, ok := wc.mutation.CreatedAt(); !ok {
  308. return &ValidationError{Name: "created_at", err: errors.New(`ent: missing required field "Whatsapp.created_at"`)}
  309. }
  310. if _, ok := wc.mutation.UpdatedAt(); !ok {
  311. return &ValidationError{Name: "updated_at", err: errors.New(`ent: missing required field "Whatsapp.updated_at"`)}
  312. }
  313. if _, ok := wc.mutation.Sk(); !ok {
  314. return &ValidationError{Name: "sk", err: errors.New(`ent: missing required field "Whatsapp.sk"`)}
  315. }
  316. if _, ok := wc.mutation.Callback(); !ok {
  317. return &ValidationError{Name: "callback", err: errors.New(`ent: missing required field "Whatsapp.callback"`)}
  318. }
  319. if _, ok := wc.mutation.Account(); !ok {
  320. return &ValidationError{Name: "account", err: errors.New(`ent: missing required field "Whatsapp.account"`)}
  321. }
  322. if _, ok := wc.mutation.Nickname(); !ok {
  323. return &ValidationError{Name: "nickname", err: errors.New(`ent: missing required field "Whatsapp.nickname"`)}
  324. }
  325. if _, ok := wc.mutation.Phone(); !ok {
  326. return &ValidationError{Name: "phone", err: errors.New(`ent: missing required field "Whatsapp.phone"`)}
  327. }
  328. if _, ok := wc.mutation.AgentID(); !ok {
  329. return &ValidationError{Name: "agent_id", err: errors.New(`ent: missing required field "Whatsapp.agent_id"`)}
  330. }
  331. if _, ok := wc.mutation.AllowList(); !ok {
  332. return &ValidationError{Name: "allow_list", err: errors.New(`ent: missing required field "Whatsapp.allow_list"`)}
  333. }
  334. if _, ok := wc.mutation.GroupAllowList(); !ok {
  335. return &ValidationError{Name: "group_allow_list", err: errors.New(`ent: missing required field "Whatsapp.group_allow_list"`)}
  336. }
  337. if _, ok := wc.mutation.BlockList(); !ok {
  338. return &ValidationError{Name: "block_list", err: errors.New(`ent: missing required field "Whatsapp.block_list"`)}
  339. }
  340. if _, ok := wc.mutation.GroupBlockList(); !ok {
  341. return &ValidationError{Name: "group_block_list", err: errors.New(`ent: missing required field "Whatsapp.group_block_list"`)}
  342. }
  343. return nil
  344. }
  345. func (wc *WhatsappCreate) sqlSave(ctx context.Context) (*Whatsapp, error) {
  346. if err := wc.check(); err != nil {
  347. return nil, err
  348. }
  349. _node, _spec := wc.createSpec()
  350. if err := sqlgraph.CreateNode(ctx, wc.driver, _spec); err != nil {
  351. if sqlgraph.IsConstraintError(err) {
  352. err = &ConstraintError{msg: err.Error(), wrap: err}
  353. }
  354. return nil, err
  355. }
  356. if _spec.ID.Value != _node.ID {
  357. id := _spec.ID.Value.(int64)
  358. _node.ID = uint64(id)
  359. }
  360. wc.mutation.id = &_node.ID
  361. wc.mutation.done = true
  362. return _node, nil
  363. }
  364. func (wc *WhatsappCreate) createSpec() (*Whatsapp, *sqlgraph.CreateSpec) {
  365. var (
  366. _node = &Whatsapp{config: wc.config}
  367. _spec = sqlgraph.NewCreateSpec(whatsapp.Table, sqlgraph.NewFieldSpec(whatsapp.FieldID, field.TypeUint64))
  368. )
  369. _spec.OnConflict = wc.conflict
  370. if id, ok := wc.mutation.ID(); ok {
  371. _node.ID = id
  372. _spec.ID.Value = id
  373. }
  374. if value, ok := wc.mutation.CreatedAt(); ok {
  375. _spec.SetField(whatsapp.FieldCreatedAt, field.TypeTime, value)
  376. _node.CreatedAt = value
  377. }
  378. if value, ok := wc.mutation.UpdatedAt(); ok {
  379. _spec.SetField(whatsapp.FieldUpdatedAt, field.TypeTime, value)
  380. _node.UpdatedAt = value
  381. }
  382. if value, ok := wc.mutation.Status(); ok {
  383. _spec.SetField(whatsapp.FieldStatus, field.TypeUint8, value)
  384. _node.Status = value
  385. }
  386. if value, ok := wc.mutation.DeletedAt(); ok {
  387. _spec.SetField(whatsapp.FieldDeletedAt, field.TypeTime, value)
  388. _node.DeletedAt = value
  389. }
  390. if value, ok := wc.mutation.Ak(); ok {
  391. _spec.SetField(whatsapp.FieldAk, field.TypeString, value)
  392. _node.Ak = value
  393. }
  394. if value, ok := wc.mutation.Sk(); ok {
  395. _spec.SetField(whatsapp.FieldSk, field.TypeString, value)
  396. _node.Sk = value
  397. }
  398. if value, ok := wc.mutation.Callback(); ok {
  399. _spec.SetField(whatsapp.FieldCallback, field.TypeString, value)
  400. _node.Callback = value
  401. }
  402. if value, ok := wc.mutation.Account(); ok {
  403. _spec.SetField(whatsapp.FieldAccount, field.TypeString, value)
  404. _node.Account = value
  405. }
  406. if value, ok := wc.mutation.Nickname(); ok {
  407. _spec.SetField(whatsapp.FieldNickname, field.TypeString, value)
  408. _node.Nickname = value
  409. }
  410. if value, ok := wc.mutation.Phone(); ok {
  411. _spec.SetField(whatsapp.FieldPhone, field.TypeString, value)
  412. _node.Phone = value
  413. }
  414. if value, ok := wc.mutation.OrganizationID(); ok {
  415. _spec.SetField(whatsapp.FieldOrganizationID, field.TypeUint64, value)
  416. _node.OrganizationID = value
  417. }
  418. if value, ok := wc.mutation.AgentID(); ok {
  419. _spec.SetField(whatsapp.FieldAgentID, field.TypeUint64, value)
  420. _node.AgentID = value
  421. }
  422. if value, ok := wc.mutation.APIBase(); ok {
  423. _spec.SetField(whatsapp.FieldAPIBase, field.TypeString, value)
  424. _node.APIBase = value
  425. }
  426. if value, ok := wc.mutation.APIKey(); ok {
  427. _spec.SetField(whatsapp.FieldAPIKey, field.TypeString, value)
  428. _node.APIKey = value
  429. }
  430. if value, ok := wc.mutation.AllowList(); ok {
  431. _spec.SetField(whatsapp.FieldAllowList, field.TypeJSON, value)
  432. _node.AllowList = value
  433. }
  434. if value, ok := wc.mutation.GroupAllowList(); ok {
  435. _spec.SetField(whatsapp.FieldGroupAllowList, field.TypeJSON, value)
  436. _node.GroupAllowList = value
  437. }
  438. if value, ok := wc.mutation.BlockList(); ok {
  439. _spec.SetField(whatsapp.FieldBlockList, field.TypeJSON, value)
  440. _node.BlockList = value
  441. }
  442. if value, ok := wc.mutation.GroupBlockList(); ok {
  443. _spec.SetField(whatsapp.FieldGroupBlockList, field.TypeJSON, value)
  444. _node.GroupBlockList = value
  445. }
  446. return _node, _spec
  447. }
  448. // OnConflict allows configuring the `ON CONFLICT` / `ON DUPLICATE KEY` clause
  449. // of the `INSERT` statement. For example:
  450. //
  451. // client.Whatsapp.Create().
  452. // SetCreatedAt(v).
  453. // OnConflict(
  454. // // Update the row with the new values
  455. // // the was proposed for insertion.
  456. // sql.ResolveWithNewValues(),
  457. // ).
  458. // // Override some of the fields with custom
  459. // // update values.
  460. // Update(func(u *ent.WhatsappUpsert) {
  461. // SetCreatedAt(v+v).
  462. // }).
  463. // Exec(ctx)
  464. func (wc *WhatsappCreate) OnConflict(opts ...sql.ConflictOption) *WhatsappUpsertOne {
  465. wc.conflict = opts
  466. return &WhatsappUpsertOne{
  467. create: wc,
  468. }
  469. }
  470. // OnConflictColumns calls `OnConflict` and configures the columns
  471. // as conflict target. Using this option is equivalent to using:
  472. //
  473. // client.Whatsapp.Create().
  474. // OnConflict(sql.ConflictColumns(columns...)).
  475. // Exec(ctx)
  476. func (wc *WhatsappCreate) OnConflictColumns(columns ...string) *WhatsappUpsertOne {
  477. wc.conflict = append(wc.conflict, sql.ConflictColumns(columns...))
  478. return &WhatsappUpsertOne{
  479. create: wc,
  480. }
  481. }
  482. type (
  483. // WhatsappUpsertOne is the builder for "upsert"-ing
  484. // one Whatsapp node.
  485. WhatsappUpsertOne struct {
  486. create *WhatsappCreate
  487. }
  488. // WhatsappUpsert is the "OnConflict" setter.
  489. WhatsappUpsert struct {
  490. *sql.UpdateSet
  491. }
  492. )
  493. // SetUpdatedAt sets the "updated_at" field.
  494. func (u *WhatsappUpsert) SetUpdatedAt(v time.Time) *WhatsappUpsert {
  495. u.Set(whatsapp.FieldUpdatedAt, v)
  496. return u
  497. }
  498. // UpdateUpdatedAt sets the "updated_at" field to the value that was provided on create.
  499. func (u *WhatsappUpsert) UpdateUpdatedAt() *WhatsappUpsert {
  500. u.SetExcluded(whatsapp.FieldUpdatedAt)
  501. return u
  502. }
  503. // SetStatus sets the "status" field.
  504. func (u *WhatsappUpsert) SetStatus(v uint8) *WhatsappUpsert {
  505. u.Set(whatsapp.FieldStatus, v)
  506. return u
  507. }
  508. // UpdateStatus sets the "status" field to the value that was provided on create.
  509. func (u *WhatsappUpsert) UpdateStatus() *WhatsappUpsert {
  510. u.SetExcluded(whatsapp.FieldStatus)
  511. return u
  512. }
  513. // AddStatus adds v to the "status" field.
  514. func (u *WhatsappUpsert) AddStatus(v uint8) *WhatsappUpsert {
  515. u.Add(whatsapp.FieldStatus, v)
  516. return u
  517. }
  518. // ClearStatus clears the value of the "status" field.
  519. func (u *WhatsappUpsert) ClearStatus() *WhatsappUpsert {
  520. u.SetNull(whatsapp.FieldStatus)
  521. return u
  522. }
  523. // SetDeletedAt sets the "deleted_at" field.
  524. func (u *WhatsappUpsert) SetDeletedAt(v time.Time) *WhatsappUpsert {
  525. u.Set(whatsapp.FieldDeletedAt, v)
  526. return u
  527. }
  528. // UpdateDeletedAt sets the "deleted_at" field to the value that was provided on create.
  529. func (u *WhatsappUpsert) UpdateDeletedAt() *WhatsappUpsert {
  530. u.SetExcluded(whatsapp.FieldDeletedAt)
  531. return u
  532. }
  533. // ClearDeletedAt clears the value of the "deleted_at" field.
  534. func (u *WhatsappUpsert) ClearDeletedAt() *WhatsappUpsert {
  535. u.SetNull(whatsapp.FieldDeletedAt)
  536. return u
  537. }
  538. // SetAk sets the "ak" field.
  539. func (u *WhatsappUpsert) SetAk(v string) *WhatsappUpsert {
  540. u.Set(whatsapp.FieldAk, v)
  541. return u
  542. }
  543. // UpdateAk sets the "ak" field to the value that was provided on create.
  544. func (u *WhatsappUpsert) UpdateAk() *WhatsappUpsert {
  545. u.SetExcluded(whatsapp.FieldAk)
  546. return u
  547. }
  548. // ClearAk clears the value of the "ak" field.
  549. func (u *WhatsappUpsert) ClearAk() *WhatsappUpsert {
  550. u.SetNull(whatsapp.FieldAk)
  551. return u
  552. }
  553. // SetSk sets the "sk" field.
  554. func (u *WhatsappUpsert) SetSk(v string) *WhatsappUpsert {
  555. u.Set(whatsapp.FieldSk, v)
  556. return u
  557. }
  558. // UpdateSk sets the "sk" field to the value that was provided on create.
  559. func (u *WhatsappUpsert) UpdateSk() *WhatsappUpsert {
  560. u.SetExcluded(whatsapp.FieldSk)
  561. return u
  562. }
  563. // SetCallback sets the "callback" field.
  564. func (u *WhatsappUpsert) SetCallback(v string) *WhatsappUpsert {
  565. u.Set(whatsapp.FieldCallback, v)
  566. return u
  567. }
  568. // UpdateCallback sets the "callback" field to the value that was provided on create.
  569. func (u *WhatsappUpsert) UpdateCallback() *WhatsappUpsert {
  570. u.SetExcluded(whatsapp.FieldCallback)
  571. return u
  572. }
  573. // SetAccount sets the "account" field.
  574. func (u *WhatsappUpsert) SetAccount(v string) *WhatsappUpsert {
  575. u.Set(whatsapp.FieldAccount, v)
  576. return u
  577. }
  578. // UpdateAccount sets the "account" field to the value that was provided on create.
  579. func (u *WhatsappUpsert) UpdateAccount() *WhatsappUpsert {
  580. u.SetExcluded(whatsapp.FieldAccount)
  581. return u
  582. }
  583. // SetNickname sets the "nickname" field.
  584. func (u *WhatsappUpsert) SetNickname(v string) *WhatsappUpsert {
  585. u.Set(whatsapp.FieldNickname, v)
  586. return u
  587. }
  588. // UpdateNickname sets the "nickname" field to the value that was provided on create.
  589. func (u *WhatsappUpsert) UpdateNickname() *WhatsappUpsert {
  590. u.SetExcluded(whatsapp.FieldNickname)
  591. return u
  592. }
  593. // SetPhone sets the "phone" field.
  594. func (u *WhatsappUpsert) SetPhone(v string) *WhatsappUpsert {
  595. u.Set(whatsapp.FieldPhone, v)
  596. return u
  597. }
  598. // UpdatePhone sets the "phone" field to the value that was provided on create.
  599. func (u *WhatsappUpsert) UpdatePhone() *WhatsappUpsert {
  600. u.SetExcluded(whatsapp.FieldPhone)
  601. return u
  602. }
  603. // SetOrganizationID sets the "organization_id" field.
  604. func (u *WhatsappUpsert) SetOrganizationID(v uint64) *WhatsappUpsert {
  605. u.Set(whatsapp.FieldOrganizationID, v)
  606. return u
  607. }
  608. // UpdateOrganizationID sets the "organization_id" field to the value that was provided on create.
  609. func (u *WhatsappUpsert) UpdateOrganizationID() *WhatsappUpsert {
  610. u.SetExcluded(whatsapp.FieldOrganizationID)
  611. return u
  612. }
  613. // AddOrganizationID adds v to the "organization_id" field.
  614. func (u *WhatsappUpsert) AddOrganizationID(v uint64) *WhatsappUpsert {
  615. u.Add(whatsapp.FieldOrganizationID, v)
  616. return u
  617. }
  618. // ClearOrganizationID clears the value of the "organization_id" field.
  619. func (u *WhatsappUpsert) ClearOrganizationID() *WhatsappUpsert {
  620. u.SetNull(whatsapp.FieldOrganizationID)
  621. return u
  622. }
  623. // SetAgentID sets the "agent_id" field.
  624. func (u *WhatsappUpsert) SetAgentID(v uint64) *WhatsappUpsert {
  625. u.Set(whatsapp.FieldAgentID, v)
  626. return u
  627. }
  628. // UpdateAgentID sets the "agent_id" field to the value that was provided on create.
  629. func (u *WhatsappUpsert) UpdateAgentID() *WhatsappUpsert {
  630. u.SetExcluded(whatsapp.FieldAgentID)
  631. return u
  632. }
  633. // AddAgentID adds v to the "agent_id" field.
  634. func (u *WhatsappUpsert) AddAgentID(v uint64) *WhatsappUpsert {
  635. u.Add(whatsapp.FieldAgentID, v)
  636. return u
  637. }
  638. // SetAPIBase sets the "api_base" field.
  639. func (u *WhatsappUpsert) SetAPIBase(v string) *WhatsappUpsert {
  640. u.Set(whatsapp.FieldAPIBase, v)
  641. return u
  642. }
  643. // UpdateAPIBase sets the "api_base" field to the value that was provided on create.
  644. func (u *WhatsappUpsert) UpdateAPIBase() *WhatsappUpsert {
  645. u.SetExcluded(whatsapp.FieldAPIBase)
  646. return u
  647. }
  648. // ClearAPIBase clears the value of the "api_base" field.
  649. func (u *WhatsappUpsert) ClearAPIBase() *WhatsappUpsert {
  650. u.SetNull(whatsapp.FieldAPIBase)
  651. return u
  652. }
  653. // SetAPIKey sets the "api_key" field.
  654. func (u *WhatsappUpsert) SetAPIKey(v string) *WhatsappUpsert {
  655. u.Set(whatsapp.FieldAPIKey, v)
  656. return u
  657. }
  658. // UpdateAPIKey sets the "api_key" field to the value that was provided on create.
  659. func (u *WhatsappUpsert) UpdateAPIKey() *WhatsappUpsert {
  660. u.SetExcluded(whatsapp.FieldAPIKey)
  661. return u
  662. }
  663. // ClearAPIKey clears the value of the "api_key" field.
  664. func (u *WhatsappUpsert) ClearAPIKey() *WhatsappUpsert {
  665. u.SetNull(whatsapp.FieldAPIKey)
  666. return u
  667. }
  668. // SetAllowList sets the "allow_list" field.
  669. func (u *WhatsappUpsert) SetAllowList(v []string) *WhatsappUpsert {
  670. u.Set(whatsapp.FieldAllowList, v)
  671. return u
  672. }
  673. // UpdateAllowList sets the "allow_list" field to the value that was provided on create.
  674. func (u *WhatsappUpsert) UpdateAllowList() *WhatsappUpsert {
  675. u.SetExcluded(whatsapp.FieldAllowList)
  676. return u
  677. }
  678. // SetGroupAllowList sets the "group_allow_list" field.
  679. func (u *WhatsappUpsert) SetGroupAllowList(v []string) *WhatsappUpsert {
  680. u.Set(whatsapp.FieldGroupAllowList, v)
  681. return u
  682. }
  683. // UpdateGroupAllowList sets the "group_allow_list" field to the value that was provided on create.
  684. func (u *WhatsappUpsert) UpdateGroupAllowList() *WhatsappUpsert {
  685. u.SetExcluded(whatsapp.FieldGroupAllowList)
  686. return u
  687. }
  688. // SetBlockList sets the "block_list" field.
  689. func (u *WhatsappUpsert) SetBlockList(v []string) *WhatsappUpsert {
  690. u.Set(whatsapp.FieldBlockList, v)
  691. return u
  692. }
  693. // UpdateBlockList sets the "block_list" field to the value that was provided on create.
  694. func (u *WhatsappUpsert) UpdateBlockList() *WhatsappUpsert {
  695. u.SetExcluded(whatsapp.FieldBlockList)
  696. return u
  697. }
  698. // SetGroupBlockList sets the "group_block_list" field.
  699. func (u *WhatsappUpsert) SetGroupBlockList(v []string) *WhatsappUpsert {
  700. u.Set(whatsapp.FieldGroupBlockList, v)
  701. return u
  702. }
  703. // UpdateGroupBlockList sets the "group_block_list" field to the value that was provided on create.
  704. func (u *WhatsappUpsert) UpdateGroupBlockList() *WhatsappUpsert {
  705. u.SetExcluded(whatsapp.FieldGroupBlockList)
  706. return u
  707. }
  708. // UpdateNewValues updates the mutable fields using the new values that were set on create except the ID field.
  709. // Using this option is equivalent to using:
  710. //
  711. // client.Whatsapp.Create().
  712. // OnConflict(
  713. // sql.ResolveWithNewValues(),
  714. // sql.ResolveWith(func(u *sql.UpdateSet) {
  715. // u.SetIgnore(whatsapp.FieldID)
  716. // }),
  717. // ).
  718. // Exec(ctx)
  719. func (u *WhatsappUpsertOne) UpdateNewValues() *WhatsappUpsertOne {
  720. u.create.conflict = append(u.create.conflict, sql.ResolveWithNewValues())
  721. u.create.conflict = append(u.create.conflict, sql.ResolveWith(func(s *sql.UpdateSet) {
  722. if _, exists := u.create.mutation.ID(); exists {
  723. s.SetIgnore(whatsapp.FieldID)
  724. }
  725. if _, exists := u.create.mutation.CreatedAt(); exists {
  726. s.SetIgnore(whatsapp.FieldCreatedAt)
  727. }
  728. }))
  729. return u
  730. }
  731. // Ignore sets each column to itself in case of conflict.
  732. // Using this option is equivalent to using:
  733. //
  734. // client.Whatsapp.Create().
  735. // OnConflict(sql.ResolveWithIgnore()).
  736. // Exec(ctx)
  737. func (u *WhatsappUpsertOne) Ignore() *WhatsappUpsertOne {
  738. u.create.conflict = append(u.create.conflict, sql.ResolveWithIgnore())
  739. return u
  740. }
  741. // DoNothing configures the conflict_action to `DO NOTHING`.
  742. // Supported only by SQLite and PostgreSQL.
  743. func (u *WhatsappUpsertOne) DoNothing() *WhatsappUpsertOne {
  744. u.create.conflict = append(u.create.conflict, sql.DoNothing())
  745. return u
  746. }
  747. // Update allows overriding fields `UPDATE` values. See the WhatsappCreate.OnConflict
  748. // documentation for more info.
  749. func (u *WhatsappUpsertOne) Update(set func(*WhatsappUpsert)) *WhatsappUpsertOne {
  750. u.create.conflict = append(u.create.conflict, sql.ResolveWith(func(update *sql.UpdateSet) {
  751. set(&WhatsappUpsert{UpdateSet: update})
  752. }))
  753. return u
  754. }
  755. // SetUpdatedAt sets the "updated_at" field.
  756. func (u *WhatsappUpsertOne) SetUpdatedAt(v time.Time) *WhatsappUpsertOne {
  757. return u.Update(func(s *WhatsappUpsert) {
  758. s.SetUpdatedAt(v)
  759. })
  760. }
  761. // UpdateUpdatedAt sets the "updated_at" field to the value that was provided on create.
  762. func (u *WhatsappUpsertOne) UpdateUpdatedAt() *WhatsappUpsertOne {
  763. return u.Update(func(s *WhatsappUpsert) {
  764. s.UpdateUpdatedAt()
  765. })
  766. }
  767. // SetStatus sets the "status" field.
  768. func (u *WhatsappUpsertOne) SetStatus(v uint8) *WhatsappUpsertOne {
  769. return u.Update(func(s *WhatsappUpsert) {
  770. s.SetStatus(v)
  771. })
  772. }
  773. // AddStatus adds v to the "status" field.
  774. func (u *WhatsappUpsertOne) AddStatus(v uint8) *WhatsappUpsertOne {
  775. return u.Update(func(s *WhatsappUpsert) {
  776. s.AddStatus(v)
  777. })
  778. }
  779. // UpdateStatus sets the "status" field to the value that was provided on create.
  780. func (u *WhatsappUpsertOne) UpdateStatus() *WhatsappUpsertOne {
  781. return u.Update(func(s *WhatsappUpsert) {
  782. s.UpdateStatus()
  783. })
  784. }
  785. // ClearStatus clears the value of the "status" field.
  786. func (u *WhatsappUpsertOne) ClearStatus() *WhatsappUpsertOne {
  787. return u.Update(func(s *WhatsappUpsert) {
  788. s.ClearStatus()
  789. })
  790. }
  791. // SetDeletedAt sets the "deleted_at" field.
  792. func (u *WhatsappUpsertOne) SetDeletedAt(v time.Time) *WhatsappUpsertOne {
  793. return u.Update(func(s *WhatsappUpsert) {
  794. s.SetDeletedAt(v)
  795. })
  796. }
  797. // UpdateDeletedAt sets the "deleted_at" field to the value that was provided on create.
  798. func (u *WhatsappUpsertOne) UpdateDeletedAt() *WhatsappUpsertOne {
  799. return u.Update(func(s *WhatsappUpsert) {
  800. s.UpdateDeletedAt()
  801. })
  802. }
  803. // ClearDeletedAt clears the value of the "deleted_at" field.
  804. func (u *WhatsappUpsertOne) ClearDeletedAt() *WhatsappUpsertOne {
  805. return u.Update(func(s *WhatsappUpsert) {
  806. s.ClearDeletedAt()
  807. })
  808. }
  809. // SetAk sets the "ak" field.
  810. func (u *WhatsappUpsertOne) SetAk(v string) *WhatsappUpsertOne {
  811. return u.Update(func(s *WhatsappUpsert) {
  812. s.SetAk(v)
  813. })
  814. }
  815. // UpdateAk sets the "ak" field to the value that was provided on create.
  816. func (u *WhatsappUpsertOne) UpdateAk() *WhatsappUpsertOne {
  817. return u.Update(func(s *WhatsappUpsert) {
  818. s.UpdateAk()
  819. })
  820. }
  821. // ClearAk clears the value of the "ak" field.
  822. func (u *WhatsappUpsertOne) ClearAk() *WhatsappUpsertOne {
  823. return u.Update(func(s *WhatsappUpsert) {
  824. s.ClearAk()
  825. })
  826. }
  827. // SetSk sets the "sk" field.
  828. func (u *WhatsappUpsertOne) SetSk(v string) *WhatsappUpsertOne {
  829. return u.Update(func(s *WhatsappUpsert) {
  830. s.SetSk(v)
  831. })
  832. }
  833. // UpdateSk sets the "sk" field to the value that was provided on create.
  834. func (u *WhatsappUpsertOne) UpdateSk() *WhatsappUpsertOne {
  835. return u.Update(func(s *WhatsappUpsert) {
  836. s.UpdateSk()
  837. })
  838. }
  839. // SetCallback sets the "callback" field.
  840. func (u *WhatsappUpsertOne) SetCallback(v string) *WhatsappUpsertOne {
  841. return u.Update(func(s *WhatsappUpsert) {
  842. s.SetCallback(v)
  843. })
  844. }
  845. // UpdateCallback sets the "callback" field to the value that was provided on create.
  846. func (u *WhatsappUpsertOne) UpdateCallback() *WhatsappUpsertOne {
  847. return u.Update(func(s *WhatsappUpsert) {
  848. s.UpdateCallback()
  849. })
  850. }
  851. // SetAccount sets the "account" field.
  852. func (u *WhatsappUpsertOne) SetAccount(v string) *WhatsappUpsertOne {
  853. return u.Update(func(s *WhatsappUpsert) {
  854. s.SetAccount(v)
  855. })
  856. }
  857. // UpdateAccount sets the "account" field to the value that was provided on create.
  858. func (u *WhatsappUpsertOne) UpdateAccount() *WhatsappUpsertOne {
  859. return u.Update(func(s *WhatsappUpsert) {
  860. s.UpdateAccount()
  861. })
  862. }
  863. // SetNickname sets the "nickname" field.
  864. func (u *WhatsappUpsertOne) SetNickname(v string) *WhatsappUpsertOne {
  865. return u.Update(func(s *WhatsappUpsert) {
  866. s.SetNickname(v)
  867. })
  868. }
  869. // UpdateNickname sets the "nickname" field to the value that was provided on create.
  870. func (u *WhatsappUpsertOne) UpdateNickname() *WhatsappUpsertOne {
  871. return u.Update(func(s *WhatsappUpsert) {
  872. s.UpdateNickname()
  873. })
  874. }
  875. // SetPhone sets the "phone" field.
  876. func (u *WhatsappUpsertOne) SetPhone(v string) *WhatsappUpsertOne {
  877. return u.Update(func(s *WhatsappUpsert) {
  878. s.SetPhone(v)
  879. })
  880. }
  881. // UpdatePhone sets the "phone" field to the value that was provided on create.
  882. func (u *WhatsappUpsertOne) UpdatePhone() *WhatsappUpsertOne {
  883. return u.Update(func(s *WhatsappUpsert) {
  884. s.UpdatePhone()
  885. })
  886. }
  887. // SetOrganizationID sets the "organization_id" field.
  888. func (u *WhatsappUpsertOne) SetOrganizationID(v uint64) *WhatsappUpsertOne {
  889. return u.Update(func(s *WhatsappUpsert) {
  890. s.SetOrganizationID(v)
  891. })
  892. }
  893. // AddOrganizationID adds v to the "organization_id" field.
  894. func (u *WhatsappUpsertOne) AddOrganizationID(v uint64) *WhatsappUpsertOne {
  895. return u.Update(func(s *WhatsappUpsert) {
  896. s.AddOrganizationID(v)
  897. })
  898. }
  899. // UpdateOrganizationID sets the "organization_id" field to the value that was provided on create.
  900. func (u *WhatsappUpsertOne) UpdateOrganizationID() *WhatsappUpsertOne {
  901. return u.Update(func(s *WhatsappUpsert) {
  902. s.UpdateOrganizationID()
  903. })
  904. }
  905. // ClearOrganizationID clears the value of the "organization_id" field.
  906. func (u *WhatsappUpsertOne) ClearOrganizationID() *WhatsappUpsertOne {
  907. return u.Update(func(s *WhatsappUpsert) {
  908. s.ClearOrganizationID()
  909. })
  910. }
  911. // SetAgentID sets the "agent_id" field.
  912. func (u *WhatsappUpsertOne) SetAgentID(v uint64) *WhatsappUpsertOne {
  913. return u.Update(func(s *WhatsappUpsert) {
  914. s.SetAgentID(v)
  915. })
  916. }
  917. // AddAgentID adds v to the "agent_id" field.
  918. func (u *WhatsappUpsertOne) AddAgentID(v uint64) *WhatsappUpsertOne {
  919. return u.Update(func(s *WhatsappUpsert) {
  920. s.AddAgentID(v)
  921. })
  922. }
  923. // UpdateAgentID sets the "agent_id" field to the value that was provided on create.
  924. func (u *WhatsappUpsertOne) UpdateAgentID() *WhatsappUpsertOne {
  925. return u.Update(func(s *WhatsappUpsert) {
  926. s.UpdateAgentID()
  927. })
  928. }
  929. // SetAPIBase sets the "api_base" field.
  930. func (u *WhatsappUpsertOne) SetAPIBase(v string) *WhatsappUpsertOne {
  931. return u.Update(func(s *WhatsappUpsert) {
  932. s.SetAPIBase(v)
  933. })
  934. }
  935. // UpdateAPIBase sets the "api_base" field to the value that was provided on create.
  936. func (u *WhatsappUpsertOne) UpdateAPIBase() *WhatsappUpsertOne {
  937. return u.Update(func(s *WhatsappUpsert) {
  938. s.UpdateAPIBase()
  939. })
  940. }
  941. // ClearAPIBase clears the value of the "api_base" field.
  942. func (u *WhatsappUpsertOne) ClearAPIBase() *WhatsappUpsertOne {
  943. return u.Update(func(s *WhatsappUpsert) {
  944. s.ClearAPIBase()
  945. })
  946. }
  947. // SetAPIKey sets the "api_key" field.
  948. func (u *WhatsappUpsertOne) SetAPIKey(v string) *WhatsappUpsertOne {
  949. return u.Update(func(s *WhatsappUpsert) {
  950. s.SetAPIKey(v)
  951. })
  952. }
  953. // UpdateAPIKey sets the "api_key" field to the value that was provided on create.
  954. func (u *WhatsappUpsertOne) UpdateAPIKey() *WhatsappUpsertOne {
  955. return u.Update(func(s *WhatsappUpsert) {
  956. s.UpdateAPIKey()
  957. })
  958. }
  959. // ClearAPIKey clears the value of the "api_key" field.
  960. func (u *WhatsappUpsertOne) ClearAPIKey() *WhatsappUpsertOne {
  961. return u.Update(func(s *WhatsappUpsert) {
  962. s.ClearAPIKey()
  963. })
  964. }
  965. // SetAllowList sets the "allow_list" field.
  966. func (u *WhatsappUpsertOne) SetAllowList(v []string) *WhatsappUpsertOne {
  967. return u.Update(func(s *WhatsappUpsert) {
  968. s.SetAllowList(v)
  969. })
  970. }
  971. // UpdateAllowList sets the "allow_list" field to the value that was provided on create.
  972. func (u *WhatsappUpsertOne) UpdateAllowList() *WhatsappUpsertOne {
  973. return u.Update(func(s *WhatsappUpsert) {
  974. s.UpdateAllowList()
  975. })
  976. }
  977. // SetGroupAllowList sets the "group_allow_list" field.
  978. func (u *WhatsappUpsertOne) SetGroupAllowList(v []string) *WhatsappUpsertOne {
  979. return u.Update(func(s *WhatsappUpsert) {
  980. s.SetGroupAllowList(v)
  981. })
  982. }
  983. // UpdateGroupAllowList sets the "group_allow_list" field to the value that was provided on create.
  984. func (u *WhatsappUpsertOne) UpdateGroupAllowList() *WhatsappUpsertOne {
  985. return u.Update(func(s *WhatsappUpsert) {
  986. s.UpdateGroupAllowList()
  987. })
  988. }
  989. // SetBlockList sets the "block_list" field.
  990. func (u *WhatsappUpsertOne) SetBlockList(v []string) *WhatsappUpsertOne {
  991. return u.Update(func(s *WhatsappUpsert) {
  992. s.SetBlockList(v)
  993. })
  994. }
  995. // UpdateBlockList sets the "block_list" field to the value that was provided on create.
  996. func (u *WhatsappUpsertOne) UpdateBlockList() *WhatsappUpsertOne {
  997. return u.Update(func(s *WhatsappUpsert) {
  998. s.UpdateBlockList()
  999. })
  1000. }
  1001. // SetGroupBlockList sets the "group_block_list" field.
  1002. func (u *WhatsappUpsertOne) SetGroupBlockList(v []string) *WhatsappUpsertOne {
  1003. return u.Update(func(s *WhatsappUpsert) {
  1004. s.SetGroupBlockList(v)
  1005. })
  1006. }
  1007. // UpdateGroupBlockList sets the "group_block_list" field to the value that was provided on create.
  1008. func (u *WhatsappUpsertOne) UpdateGroupBlockList() *WhatsappUpsertOne {
  1009. return u.Update(func(s *WhatsappUpsert) {
  1010. s.UpdateGroupBlockList()
  1011. })
  1012. }
  1013. // Exec executes the query.
  1014. func (u *WhatsappUpsertOne) Exec(ctx context.Context) error {
  1015. if len(u.create.conflict) == 0 {
  1016. return errors.New("ent: missing options for WhatsappCreate.OnConflict")
  1017. }
  1018. return u.create.Exec(ctx)
  1019. }
  1020. // ExecX is like Exec, but panics if an error occurs.
  1021. func (u *WhatsappUpsertOne) ExecX(ctx context.Context) {
  1022. if err := u.create.Exec(ctx); err != nil {
  1023. panic(err)
  1024. }
  1025. }
  1026. // Exec executes the UPSERT query and returns the inserted/updated ID.
  1027. func (u *WhatsappUpsertOne) ID(ctx context.Context) (id uint64, err error) {
  1028. node, err := u.create.Save(ctx)
  1029. if err != nil {
  1030. return id, err
  1031. }
  1032. return node.ID, nil
  1033. }
  1034. // IDX is like ID, but panics if an error occurs.
  1035. func (u *WhatsappUpsertOne) IDX(ctx context.Context) uint64 {
  1036. id, err := u.ID(ctx)
  1037. if err != nil {
  1038. panic(err)
  1039. }
  1040. return id
  1041. }
  1042. // WhatsappCreateBulk is the builder for creating many Whatsapp entities in bulk.
  1043. type WhatsappCreateBulk struct {
  1044. config
  1045. err error
  1046. builders []*WhatsappCreate
  1047. conflict []sql.ConflictOption
  1048. }
  1049. // Save creates the Whatsapp entities in the database.
  1050. func (wcb *WhatsappCreateBulk) Save(ctx context.Context) ([]*Whatsapp, error) {
  1051. if wcb.err != nil {
  1052. return nil, wcb.err
  1053. }
  1054. specs := make([]*sqlgraph.CreateSpec, len(wcb.builders))
  1055. nodes := make([]*Whatsapp, len(wcb.builders))
  1056. mutators := make([]Mutator, len(wcb.builders))
  1057. for i := range wcb.builders {
  1058. func(i int, root context.Context) {
  1059. builder := wcb.builders[i]
  1060. builder.defaults()
  1061. var mut Mutator = MutateFunc(func(ctx context.Context, m Mutation) (Value, error) {
  1062. mutation, ok := m.(*WhatsappMutation)
  1063. if !ok {
  1064. return nil, fmt.Errorf("unexpected mutation type %T", m)
  1065. }
  1066. if err := builder.check(); err != nil {
  1067. return nil, err
  1068. }
  1069. builder.mutation = mutation
  1070. var err error
  1071. nodes[i], specs[i] = builder.createSpec()
  1072. if i < len(mutators)-1 {
  1073. _, err = mutators[i+1].Mutate(root, wcb.builders[i+1].mutation)
  1074. } else {
  1075. spec := &sqlgraph.BatchCreateSpec{Nodes: specs}
  1076. spec.OnConflict = wcb.conflict
  1077. // Invoke the actual operation on the latest mutation in the chain.
  1078. if err = sqlgraph.BatchCreate(ctx, wcb.driver, spec); err != nil {
  1079. if sqlgraph.IsConstraintError(err) {
  1080. err = &ConstraintError{msg: err.Error(), wrap: err}
  1081. }
  1082. }
  1083. }
  1084. if err != nil {
  1085. return nil, err
  1086. }
  1087. mutation.id = &nodes[i].ID
  1088. if specs[i].ID.Value != nil && nodes[i].ID == 0 {
  1089. id := specs[i].ID.Value.(int64)
  1090. nodes[i].ID = uint64(id)
  1091. }
  1092. mutation.done = true
  1093. return nodes[i], nil
  1094. })
  1095. for i := len(builder.hooks) - 1; i >= 0; i-- {
  1096. mut = builder.hooks[i](mut)
  1097. }
  1098. mutators[i] = mut
  1099. }(i, ctx)
  1100. }
  1101. if len(mutators) > 0 {
  1102. if _, err := mutators[0].Mutate(ctx, wcb.builders[0].mutation); err != nil {
  1103. return nil, err
  1104. }
  1105. }
  1106. return nodes, nil
  1107. }
  1108. // SaveX is like Save, but panics if an error occurs.
  1109. func (wcb *WhatsappCreateBulk) SaveX(ctx context.Context) []*Whatsapp {
  1110. v, err := wcb.Save(ctx)
  1111. if err != nil {
  1112. panic(err)
  1113. }
  1114. return v
  1115. }
  1116. // Exec executes the query.
  1117. func (wcb *WhatsappCreateBulk) Exec(ctx context.Context) error {
  1118. _, err := wcb.Save(ctx)
  1119. return err
  1120. }
  1121. // ExecX is like Exec, but panics if an error occurs.
  1122. func (wcb *WhatsappCreateBulk) ExecX(ctx context.Context) {
  1123. if err := wcb.Exec(ctx); err != nil {
  1124. panic(err)
  1125. }
  1126. }
  1127. // OnConflict allows configuring the `ON CONFLICT` / `ON DUPLICATE KEY` clause
  1128. // of the `INSERT` statement. For example:
  1129. //
  1130. // client.Whatsapp.CreateBulk(builders...).
  1131. // OnConflict(
  1132. // // Update the row with the new values
  1133. // // the was proposed for insertion.
  1134. // sql.ResolveWithNewValues(),
  1135. // ).
  1136. // // Override some of the fields with custom
  1137. // // update values.
  1138. // Update(func(u *ent.WhatsappUpsert) {
  1139. // SetCreatedAt(v+v).
  1140. // }).
  1141. // Exec(ctx)
  1142. func (wcb *WhatsappCreateBulk) OnConflict(opts ...sql.ConflictOption) *WhatsappUpsertBulk {
  1143. wcb.conflict = opts
  1144. return &WhatsappUpsertBulk{
  1145. create: wcb,
  1146. }
  1147. }
  1148. // OnConflictColumns calls `OnConflict` and configures the columns
  1149. // as conflict target. Using this option is equivalent to using:
  1150. //
  1151. // client.Whatsapp.Create().
  1152. // OnConflict(sql.ConflictColumns(columns...)).
  1153. // Exec(ctx)
  1154. func (wcb *WhatsappCreateBulk) OnConflictColumns(columns ...string) *WhatsappUpsertBulk {
  1155. wcb.conflict = append(wcb.conflict, sql.ConflictColumns(columns...))
  1156. return &WhatsappUpsertBulk{
  1157. create: wcb,
  1158. }
  1159. }
  1160. // WhatsappUpsertBulk is the builder for "upsert"-ing
  1161. // a bulk of Whatsapp nodes.
  1162. type WhatsappUpsertBulk struct {
  1163. create *WhatsappCreateBulk
  1164. }
  1165. // UpdateNewValues updates the mutable fields using the new values that
  1166. // were set on create. Using this option is equivalent to using:
  1167. //
  1168. // client.Whatsapp.Create().
  1169. // OnConflict(
  1170. // sql.ResolveWithNewValues(),
  1171. // sql.ResolveWith(func(u *sql.UpdateSet) {
  1172. // u.SetIgnore(whatsapp.FieldID)
  1173. // }),
  1174. // ).
  1175. // Exec(ctx)
  1176. func (u *WhatsappUpsertBulk) UpdateNewValues() *WhatsappUpsertBulk {
  1177. u.create.conflict = append(u.create.conflict, sql.ResolveWithNewValues())
  1178. u.create.conflict = append(u.create.conflict, sql.ResolveWith(func(s *sql.UpdateSet) {
  1179. for _, b := range u.create.builders {
  1180. if _, exists := b.mutation.ID(); exists {
  1181. s.SetIgnore(whatsapp.FieldID)
  1182. }
  1183. if _, exists := b.mutation.CreatedAt(); exists {
  1184. s.SetIgnore(whatsapp.FieldCreatedAt)
  1185. }
  1186. }
  1187. }))
  1188. return u
  1189. }
  1190. // Ignore sets each column to itself in case of conflict.
  1191. // Using this option is equivalent to using:
  1192. //
  1193. // client.Whatsapp.Create().
  1194. // OnConflict(sql.ResolveWithIgnore()).
  1195. // Exec(ctx)
  1196. func (u *WhatsappUpsertBulk) Ignore() *WhatsappUpsertBulk {
  1197. u.create.conflict = append(u.create.conflict, sql.ResolveWithIgnore())
  1198. return u
  1199. }
  1200. // DoNothing configures the conflict_action to `DO NOTHING`.
  1201. // Supported only by SQLite and PostgreSQL.
  1202. func (u *WhatsappUpsertBulk) DoNothing() *WhatsappUpsertBulk {
  1203. u.create.conflict = append(u.create.conflict, sql.DoNothing())
  1204. return u
  1205. }
  1206. // Update allows overriding fields `UPDATE` values. See the WhatsappCreateBulk.OnConflict
  1207. // documentation for more info.
  1208. func (u *WhatsappUpsertBulk) Update(set func(*WhatsappUpsert)) *WhatsappUpsertBulk {
  1209. u.create.conflict = append(u.create.conflict, sql.ResolveWith(func(update *sql.UpdateSet) {
  1210. set(&WhatsappUpsert{UpdateSet: update})
  1211. }))
  1212. return u
  1213. }
  1214. // SetUpdatedAt sets the "updated_at" field.
  1215. func (u *WhatsappUpsertBulk) SetUpdatedAt(v time.Time) *WhatsappUpsertBulk {
  1216. return u.Update(func(s *WhatsappUpsert) {
  1217. s.SetUpdatedAt(v)
  1218. })
  1219. }
  1220. // UpdateUpdatedAt sets the "updated_at" field to the value that was provided on create.
  1221. func (u *WhatsappUpsertBulk) UpdateUpdatedAt() *WhatsappUpsertBulk {
  1222. return u.Update(func(s *WhatsappUpsert) {
  1223. s.UpdateUpdatedAt()
  1224. })
  1225. }
  1226. // SetStatus sets the "status" field.
  1227. func (u *WhatsappUpsertBulk) SetStatus(v uint8) *WhatsappUpsertBulk {
  1228. return u.Update(func(s *WhatsappUpsert) {
  1229. s.SetStatus(v)
  1230. })
  1231. }
  1232. // AddStatus adds v to the "status" field.
  1233. func (u *WhatsappUpsertBulk) AddStatus(v uint8) *WhatsappUpsertBulk {
  1234. return u.Update(func(s *WhatsappUpsert) {
  1235. s.AddStatus(v)
  1236. })
  1237. }
  1238. // UpdateStatus sets the "status" field to the value that was provided on create.
  1239. func (u *WhatsappUpsertBulk) UpdateStatus() *WhatsappUpsertBulk {
  1240. return u.Update(func(s *WhatsappUpsert) {
  1241. s.UpdateStatus()
  1242. })
  1243. }
  1244. // ClearStatus clears the value of the "status" field.
  1245. func (u *WhatsappUpsertBulk) ClearStatus() *WhatsappUpsertBulk {
  1246. return u.Update(func(s *WhatsappUpsert) {
  1247. s.ClearStatus()
  1248. })
  1249. }
  1250. // SetDeletedAt sets the "deleted_at" field.
  1251. func (u *WhatsappUpsertBulk) SetDeletedAt(v time.Time) *WhatsappUpsertBulk {
  1252. return u.Update(func(s *WhatsappUpsert) {
  1253. s.SetDeletedAt(v)
  1254. })
  1255. }
  1256. // UpdateDeletedAt sets the "deleted_at" field to the value that was provided on create.
  1257. func (u *WhatsappUpsertBulk) UpdateDeletedAt() *WhatsappUpsertBulk {
  1258. return u.Update(func(s *WhatsappUpsert) {
  1259. s.UpdateDeletedAt()
  1260. })
  1261. }
  1262. // ClearDeletedAt clears the value of the "deleted_at" field.
  1263. func (u *WhatsappUpsertBulk) ClearDeletedAt() *WhatsappUpsertBulk {
  1264. return u.Update(func(s *WhatsappUpsert) {
  1265. s.ClearDeletedAt()
  1266. })
  1267. }
  1268. // SetAk sets the "ak" field.
  1269. func (u *WhatsappUpsertBulk) SetAk(v string) *WhatsappUpsertBulk {
  1270. return u.Update(func(s *WhatsappUpsert) {
  1271. s.SetAk(v)
  1272. })
  1273. }
  1274. // UpdateAk sets the "ak" field to the value that was provided on create.
  1275. func (u *WhatsappUpsertBulk) UpdateAk() *WhatsappUpsertBulk {
  1276. return u.Update(func(s *WhatsappUpsert) {
  1277. s.UpdateAk()
  1278. })
  1279. }
  1280. // ClearAk clears the value of the "ak" field.
  1281. func (u *WhatsappUpsertBulk) ClearAk() *WhatsappUpsertBulk {
  1282. return u.Update(func(s *WhatsappUpsert) {
  1283. s.ClearAk()
  1284. })
  1285. }
  1286. // SetSk sets the "sk" field.
  1287. func (u *WhatsappUpsertBulk) SetSk(v string) *WhatsappUpsertBulk {
  1288. return u.Update(func(s *WhatsappUpsert) {
  1289. s.SetSk(v)
  1290. })
  1291. }
  1292. // UpdateSk sets the "sk" field to the value that was provided on create.
  1293. func (u *WhatsappUpsertBulk) UpdateSk() *WhatsappUpsertBulk {
  1294. return u.Update(func(s *WhatsappUpsert) {
  1295. s.UpdateSk()
  1296. })
  1297. }
  1298. // SetCallback sets the "callback" field.
  1299. func (u *WhatsappUpsertBulk) SetCallback(v string) *WhatsappUpsertBulk {
  1300. return u.Update(func(s *WhatsappUpsert) {
  1301. s.SetCallback(v)
  1302. })
  1303. }
  1304. // UpdateCallback sets the "callback" field to the value that was provided on create.
  1305. func (u *WhatsappUpsertBulk) UpdateCallback() *WhatsappUpsertBulk {
  1306. return u.Update(func(s *WhatsappUpsert) {
  1307. s.UpdateCallback()
  1308. })
  1309. }
  1310. // SetAccount sets the "account" field.
  1311. func (u *WhatsappUpsertBulk) SetAccount(v string) *WhatsappUpsertBulk {
  1312. return u.Update(func(s *WhatsappUpsert) {
  1313. s.SetAccount(v)
  1314. })
  1315. }
  1316. // UpdateAccount sets the "account" field to the value that was provided on create.
  1317. func (u *WhatsappUpsertBulk) UpdateAccount() *WhatsappUpsertBulk {
  1318. return u.Update(func(s *WhatsappUpsert) {
  1319. s.UpdateAccount()
  1320. })
  1321. }
  1322. // SetNickname sets the "nickname" field.
  1323. func (u *WhatsappUpsertBulk) SetNickname(v string) *WhatsappUpsertBulk {
  1324. return u.Update(func(s *WhatsappUpsert) {
  1325. s.SetNickname(v)
  1326. })
  1327. }
  1328. // UpdateNickname sets the "nickname" field to the value that was provided on create.
  1329. func (u *WhatsappUpsertBulk) UpdateNickname() *WhatsappUpsertBulk {
  1330. return u.Update(func(s *WhatsappUpsert) {
  1331. s.UpdateNickname()
  1332. })
  1333. }
  1334. // SetPhone sets the "phone" field.
  1335. func (u *WhatsappUpsertBulk) SetPhone(v string) *WhatsappUpsertBulk {
  1336. return u.Update(func(s *WhatsappUpsert) {
  1337. s.SetPhone(v)
  1338. })
  1339. }
  1340. // UpdatePhone sets the "phone" field to the value that was provided on create.
  1341. func (u *WhatsappUpsertBulk) UpdatePhone() *WhatsappUpsertBulk {
  1342. return u.Update(func(s *WhatsappUpsert) {
  1343. s.UpdatePhone()
  1344. })
  1345. }
  1346. // SetOrganizationID sets the "organization_id" field.
  1347. func (u *WhatsappUpsertBulk) SetOrganizationID(v uint64) *WhatsappUpsertBulk {
  1348. return u.Update(func(s *WhatsappUpsert) {
  1349. s.SetOrganizationID(v)
  1350. })
  1351. }
  1352. // AddOrganizationID adds v to the "organization_id" field.
  1353. func (u *WhatsappUpsertBulk) AddOrganizationID(v uint64) *WhatsappUpsertBulk {
  1354. return u.Update(func(s *WhatsappUpsert) {
  1355. s.AddOrganizationID(v)
  1356. })
  1357. }
  1358. // UpdateOrganizationID sets the "organization_id" field to the value that was provided on create.
  1359. func (u *WhatsappUpsertBulk) UpdateOrganizationID() *WhatsappUpsertBulk {
  1360. return u.Update(func(s *WhatsappUpsert) {
  1361. s.UpdateOrganizationID()
  1362. })
  1363. }
  1364. // ClearOrganizationID clears the value of the "organization_id" field.
  1365. func (u *WhatsappUpsertBulk) ClearOrganizationID() *WhatsappUpsertBulk {
  1366. return u.Update(func(s *WhatsappUpsert) {
  1367. s.ClearOrganizationID()
  1368. })
  1369. }
  1370. // SetAgentID sets the "agent_id" field.
  1371. func (u *WhatsappUpsertBulk) SetAgentID(v uint64) *WhatsappUpsertBulk {
  1372. return u.Update(func(s *WhatsappUpsert) {
  1373. s.SetAgentID(v)
  1374. })
  1375. }
  1376. // AddAgentID adds v to the "agent_id" field.
  1377. func (u *WhatsappUpsertBulk) AddAgentID(v uint64) *WhatsappUpsertBulk {
  1378. return u.Update(func(s *WhatsappUpsert) {
  1379. s.AddAgentID(v)
  1380. })
  1381. }
  1382. // UpdateAgentID sets the "agent_id" field to the value that was provided on create.
  1383. func (u *WhatsappUpsertBulk) UpdateAgentID() *WhatsappUpsertBulk {
  1384. return u.Update(func(s *WhatsappUpsert) {
  1385. s.UpdateAgentID()
  1386. })
  1387. }
  1388. // SetAPIBase sets the "api_base" field.
  1389. func (u *WhatsappUpsertBulk) SetAPIBase(v string) *WhatsappUpsertBulk {
  1390. return u.Update(func(s *WhatsappUpsert) {
  1391. s.SetAPIBase(v)
  1392. })
  1393. }
  1394. // UpdateAPIBase sets the "api_base" field to the value that was provided on create.
  1395. func (u *WhatsappUpsertBulk) UpdateAPIBase() *WhatsappUpsertBulk {
  1396. return u.Update(func(s *WhatsappUpsert) {
  1397. s.UpdateAPIBase()
  1398. })
  1399. }
  1400. // ClearAPIBase clears the value of the "api_base" field.
  1401. func (u *WhatsappUpsertBulk) ClearAPIBase() *WhatsappUpsertBulk {
  1402. return u.Update(func(s *WhatsappUpsert) {
  1403. s.ClearAPIBase()
  1404. })
  1405. }
  1406. // SetAPIKey sets the "api_key" field.
  1407. func (u *WhatsappUpsertBulk) SetAPIKey(v string) *WhatsappUpsertBulk {
  1408. return u.Update(func(s *WhatsappUpsert) {
  1409. s.SetAPIKey(v)
  1410. })
  1411. }
  1412. // UpdateAPIKey sets the "api_key" field to the value that was provided on create.
  1413. func (u *WhatsappUpsertBulk) UpdateAPIKey() *WhatsappUpsertBulk {
  1414. return u.Update(func(s *WhatsappUpsert) {
  1415. s.UpdateAPIKey()
  1416. })
  1417. }
  1418. // ClearAPIKey clears the value of the "api_key" field.
  1419. func (u *WhatsappUpsertBulk) ClearAPIKey() *WhatsappUpsertBulk {
  1420. return u.Update(func(s *WhatsappUpsert) {
  1421. s.ClearAPIKey()
  1422. })
  1423. }
  1424. // SetAllowList sets the "allow_list" field.
  1425. func (u *WhatsappUpsertBulk) SetAllowList(v []string) *WhatsappUpsertBulk {
  1426. return u.Update(func(s *WhatsappUpsert) {
  1427. s.SetAllowList(v)
  1428. })
  1429. }
  1430. // UpdateAllowList sets the "allow_list" field to the value that was provided on create.
  1431. func (u *WhatsappUpsertBulk) UpdateAllowList() *WhatsappUpsertBulk {
  1432. return u.Update(func(s *WhatsappUpsert) {
  1433. s.UpdateAllowList()
  1434. })
  1435. }
  1436. // SetGroupAllowList sets the "group_allow_list" field.
  1437. func (u *WhatsappUpsertBulk) SetGroupAllowList(v []string) *WhatsappUpsertBulk {
  1438. return u.Update(func(s *WhatsappUpsert) {
  1439. s.SetGroupAllowList(v)
  1440. })
  1441. }
  1442. // UpdateGroupAllowList sets the "group_allow_list" field to the value that was provided on create.
  1443. func (u *WhatsappUpsertBulk) UpdateGroupAllowList() *WhatsappUpsertBulk {
  1444. return u.Update(func(s *WhatsappUpsert) {
  1445. s.UpdateGroupAllowList()
  1446. })
  1447. }
  1448. // SetBlockList sets the "block_list" field.
  1449. func (u *WhatsappUpsertBulk) SetBlockList(v []string) *WhatsappUpsertBulk {
  1450. return u.Update(func(s *WhatsappUpsert) {
  1451. s.SetBlockList(v)
  1452. })
  1453. }
  1454. // UpdateBlockList sets the "block_list" field to the value that was provided on create.
  1455. func (u *WhatsappUpsertBulk) UpdateBlockList() *WhatsappUpsertBulk {
  1456. return u.Update(func(s *WhatsappUpsert) {
  1457. s.UpdateBlockList()
  1458. })
  1459. }
  1460. // SetGroupBlockList sets the "group_block_list" field.
  1461. func (u *WhatsappUpsertBulk) SetGroupBlockList(v []string) *WhatsappUpsertBulk {
  1462. return u.Update(func(s *WhatsappUpsert) {
  1463. s.SetGroupBlockList(v)
  1464. })
  1465. }
  1466. // UpdateGroupBlockList sets the "group_block_list" field to the value that was provided on create.
  1467. func (u *WhatsappUpsertBulk) UpdateGroupBlockList() *WhatsappUpsertBulk {
  1468. return u.Update(func(s *WhatsappUpsert) {
  1469. s.UpdateGroupBlockList()
  1470. })
  1471. }
  1472. // Exec executes the query.
  1473. func (u *WhatsappUpsertBulk) Exec(ctx context.Context) error {
  1474. if u.create.err != nil {
  1475. return u.create.err
  1476. }
  1477. for i, b := range u.create.builders {
  1478. if len(b.conflict) != 0 {
  1479. return fmt.Errorf("ent: OnConflict was set for builder %d. Set it on the WhatsappCreateBulk instead", i)
  1480. }
  1481. }
  1482. if len(u.create.conflict) == 0 {
  1483. return errors.New("ent: missing options for WhatsappCreateBulk.OnConflict")
  1484. }
  1485. return u.create.Exec(ctx)
  1486. }
  1487. // ExecX is like Exec, but panics if an error occurs.
  1488. func (u *WhatsappUpsertBulk) ExecX(ctx context.Context) {
  1489. if err := u.create.Exec(ctx); err != nil {
  1490. panic(err)
  1491. }
  1492. }