@capillarytech/creatives-library 9.0.55-alpha.2 → 9.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/.vscode/settings.json +3 -0
  2. package/constants/unified.js +1 -0
  3. package/package.json +1 -1
  4. package/services/api.js +0 -12
  5. package/utils/common.js +4 -0
  6. package/v2Components/CommonTestAndPreview/UnifiedPreview/index.js +0 -13
  7. package/v2Components/CommonTestAndPreview/constants.js +0 -2
  8. package/v2Components/CommonTestAndPreview/index.js +4 -1
  9. package/v2Components/CommonTestAndPreview/tests/UnifiedPreview/index.test.js +0 -106
  10. package/v2Components/CommonTestAndPreview/tests/constants.test.js +1 -9
  11. package/v2Containers/CommunicationFlow/CommunicationFlow.js +56 -109
  12. package/v2Containers/CommunicationFlow/CommunicationFlow.scss +1 -1
  13. package/v2Containers/CommunicationFlow/CommunicationFlowCard.js +6 -22
  14. package/v2Containers/CommunicationFlow/Tests/CommunicationFlow.test.js +49 -421
  15. package/v2Containers/CommunicationFlow/Tests/CommunicationFlowCard.test.js +2 -18
  16. package/v2Containers/CommunicationFlow/constants.js +4 -63
  17. package/v2Containers/CommunicationFlow/index.js +20 -15
  18. package/v2Containers/CommunicationFlow/messages.js +0 -4
  19. package/v2Containers/CommunicationFlow/steps/DeliverySettingsStep/SenderDetails.js +0 -6
  20. package/v2Containers/CommunicationFlow/steps/DeliverySettingsStep/Tests/SenderDetails.test.js +0 -25
  21. package/v2Containers/CommunicationFlow/steps/DeliverySettingsStep/Tests/deliverySettingsConfig.test.js +4 -11
  22. package/v2Containers/CommunicationFlow/steps/DeliverySettingsStep/deliverySettingsConfig.js +5 -19
  23. package/v2Containers/CreativesContainer/index.js +7 -1
  24. package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +5 -5
  25. package/v2Containers/Rcs/constants.js +1 -0
  26. package/v2Containers/Rcs/index.js +10 -1
  27. package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +120 -12
  28. package/v2Containers/Rcs/tests/index.test.js +121 -0
  29. package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +3 -3
  30. package/v2Containers/Templates/index.js +26 -0
  31. package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +34 -34
  32. package/v2Containers/CommunicationFlow/Tests/constants.test.js +0 -85
@@ -10695,6 +10695,7 @@ new message content.",
10695
10695
  "accessToken": "",
10696
10696
  "accountId": "",
10697
10697
  "accountName": "",
10698
+ "botId": "",
10698
10699
  "cardContent": Array [
10699
10700
  Object {
10700
10701
  "description": "",
@@ -10744,6 +10745,7 @@ new message content.",
10744
10745
  "accessToken": "",
10745
10746
  "accountId": "",
10746
10747
  "accountName": "",
10748
+ "botId": "",
10747
10749
  "cardContent": Array [
10748
10750
  Object {
10749
10751
  "description": "",
@@ -10794,6 +10796,7 @@ new message content.",
10794
10796
  "accessToken": "",
10795
10797
  "accountId": "",
10796
10798
  "accountName": "",
10799
+ "botId": "",
10797
10800
  "cardContent": Array [
10798
10801
  Object {
10799
10802
  "description": "",
@@ -10843,6 +10846,7 @@ new message content.",
10843
10846
  "accessToken": "",
10844
10847
  "accountId": "",
10845
10848
  "accountName": "",
10849
+ "botId": "",
10846
10850
  "cardContent": Array [
10847
10851
  Object {
10848
10852
  "description": "",
@@ -10893,6 +10897,7 @@ new message content.",
10893
10897
  "accessToken": "",
10894
10898
  "accountId": "",
10895
10899
  "accountName": "",
10900
+ "botId": "",
10896
10901
  "cardContent": Array [
10897
10902
  Object {
10898
10903
  "description": "",
@@ -10965,6 +10970,7 @@ new message content.",
10965
10970
  "accessToken": "",
10966
10971
  "accountId": "",
10967
10972
  "accountName": "",
10973
+ "botId": "",
10968
10974
  "cardContent": Array [
10969
10975
  Object {
10970
10976
  "description": "",
@@ -11062,6 +11068,7 @@ new message content.",
11062
11068
  "accessToken": "",
11063
11069
  "accountId": "",
11064
11070
  "accountName": "",
11071
+ "botId": "",
11065
11072
  "cardContent": Array [
11066
11073
  Object {
11067
11074
  "description": "",
@@ -13412,6 +13419,7 @@ new message content.",
13412
13419
  "accessToken": "",
13413
13420
  "accountId": "",
13414
13421
  "accountName": "",
13422
+ "botId": "",
13415
13423
  "cardContent": Array [
13416
13424
  Object {
13417
13425
  "description": "",
@@ -15781,6 +15789,7 @@ new message content.",
15781
15789
  "accessToken": "",
15782
15790
  "accountId": "",
15783
15791
  "accountName": "",
15792
+ "botId": "",
15784
15793
  "cardContent": Array [
15785
15794
  Object {
15786
15795
  "description": "",
@@ -15903,7 +15912,7 @@ new message content.",
15903
15912
  </CapRow>
15904
15913
  }
15905
15914
  show={false}
15906
- size="size-l"
15915
+ size="size-xl"
15907
15916
  />
15908
15917
  </CommonTestAndPreview>
15909
15918
  </TestAndPreviewSlidebox>
@@ -26612,6 +26621,7 @@ new message content.",
26612
26621
  "accessToken": "",
26613
26622
  "accountId": "",
26614
26623
  "accountName": "",
26624
+ "botId": "",
26615
26625
  "cardContent": Array [
26616
26626
  Object {
26617
26627
  "description": "",
@@ -26661,6 +26671,7 @@ new message content.",
26661
26671
  "accessToken": "",
26662
26672
  "accountId": "",
26663
26673
  "accountName": "",
26674
+ "botId": "",
26664
26675
  "cardContent": Array [
26665
26676
  Object {
26666
26677
  "description": "",
@@ -26711,6 +26722,7 @@ new message content.",
26711
26722
  "accessToken": "",
26712
26723
  "accountId": "",
26713
26724
  "accountName": "",
26725
+ "botId": "",
26714
26726
  "cardContent": Array [
26715
26727
  Object {
26716
26728
  "description": "",
@@ -26760,6 +26772,7 @@ new message content.",
26760
26772
  "accessToken": "",
26761
26773
  "accountId": "",
26762
26774
  "accountName": "",
26775
+ "botId": "",
26763
26776
  "cardContent": Array [
26764
26777
  Object {
26765
26778
  "description": "",
@@ -26810,6 +26823,7 @@ new message content.",
26810
26823
  "accessToken": "",
26811
26824
  "accountId": "",
26812
26825
  "accountName": "",
26826
+ "botId": "",
26813
26827
  "cardContent": Array [
26814
26828
  Object {
26815
26829
  "description": "",
@@ -26882,6 +26896,7 @@ new message content.",
26882
26896
  "accessToken": "",
26883
26897
  "accountId": "",
26884
26898
  "accountName": "",
26899
+ "botId": "",
26885
26900
  "cardContent": Array [
26886
26901
  Object {
26887
26902
  "description": "",
@@ -26979,6 +26994,7 @@ new message content.",
26979
26994
  "accessToken": "",
26980
26995
  "accountId": "",
26981
26996
  "accountName": "",
26997
+ "botId": "",
26982
26998
  "cardContent": Array [
26983
26999
  Object {
26984
27000
  "description": "",
@@ -29329,6 +29345,7 @@ new message content.",
29329
29345
  "accessToken": "",
29330
29346
  "accountId": "",
29331
29347
  "accountName": "",
29348
+ "botId": "",
29332
29349
  "cardContent": Array [
29333
29350
  Object {
29334
29351
  "description": "",
@@ -31698,6 +31715,7 @@ new message content.",
31698
31715
  "accessToken": "",
31699
31716
  "accountId": "",
31700
31717
  "accountName": "",
31718
+ "botId": "",
31701
31719
  "cardContent": Array [
31702
31720
  Object {
31703
31721
  "description": "",
@@ -31820,7 +31838,7 @@ new message content.",
31820
31838
  </CapRow>
31821
31839
  }
31822
31840
  show={false}
31823
- size="size-l"
31841
+ size="size-xl"
31824
31842
  />
31825
31843
  </CommonTestAndPreview>
31826
31844
  </TestAndPreviewSlidebox>
@@ -43091,6 +43109,7 @@ new message content.",
43091
43109
  "accessToken": "",
43092
43110
  "accountId": "",
43093
43111
  "accountName": "",
43112
+ "botId": "",
43094
43113
  "cardContent": Array [
43095
43114
  Object {
43096
43115
  "description": "",
@@ -43140,6 +43159,7 @@ new message content.",
43140
43159
  "accessToken": "",
43141
43160
  "accountId": "",
43142
43161
  "accountName": "",
43162
+ "botId": "",
43143
43163
  "cardContent": Array [
43144
43164
  Object {
43145
43165
  "description": "",
@@ -43190,6 +43210,7 @@ new message content.",
43190
43210
  "accessToken": "",
43191
43211
  "accountId": "",
43192
43212
  "accountName": "",
43213
+ "botId": "",
43193
43214
  "cardContent": Array [
43194
43215
  Object {
43195
43216
  "description": "",
@@ -43239,6 +43260,7 @@ new message content.",
43239
43260
  "accessToken": "",
43240
43261
  "accountId": "",
43241
43262
  "accountName": "",
43263
+ "botId": "",
43242
43264
  "cardContent": Array [
43243
43265
  Object {
43244
43266
  "description": "",
@@ -43289,6 +43311,7 @@ new message content.",
43289
43311
  "accessToken": "",
43290
43312
  "accountId": "",
43291
43313
  "accountName": "",
43314
+ "botId": "",
43292
43315
  "cardContent": Array [
43293
43316
  Object {
43294
43317
  "description": "",
@@ -43361,6 +43384,7 @@ new message content.",
43361
43384
  "accessToken": "",
43362
43385
  "accountId": "",
43363
43386
  "accountName": "",
43387
+ "botId": "",
43364
43388
  "cardContent": Array [
43365
43389
  Object {
43366
43390
  "description": "",
@@ -43458,6 +43482,7 @@ new message content.",
43458
43482
  "accessToken": "",
43459
43483
  "accountId": "",
43460
43484
  "accountName": "",
43485
+ "botId": "",
43461
43486
  "cardContent": Array [
43462
43487
  Object {
43463
43488
  "description": "",
@@ -45808,6 +45833,7 @@ new message content.",
45808
45833
  "accessToken": "",
45809
45834
  "accountId": "",
45810
45835
  "accountName": "",
45836
+ "botId": "",
45811
45837
  "cardContent": Array [
45812
45838
  Object {
45813
45839
  "description": "",
@@ -48177,6 +48203,7 @@ new message content.",
48177
48203
  "accessToken": "",
48178
48204
  "accountId": "",
48179
48205
  "accountName": "",
48206
+ "botId": "",
48180
48207
  "cardContent": Array [
48181
48208
  Object {
48182
48209
  "description": "",
@@ -48299,7 +48326,7 @@ new message content.",
48299
48326
  </CapRow>
48300
48327
  }
48301
48328
  show={false}
48302
- size="size-l"
48329
+ size="size-xl"
48303
48330
  />
48304
48331
  </CommonTestAndPreview>
48305
48332
  </TestAndPreviewSlidebox>
@@ -60180,6 +60207,7 @@ new message content.",
60180
60207
  "accessToken": "",
60181
60208
  "accountId": "",
60182
60209
  "accountName": "",
60210
+ "botId": "",
60183
60211
  "cardContent": Array [
60184
60212
  Object {
60185
60213
  "description": "",
@@ -60229,6 +60257,7 @@ new message content.",
60229
60257
  "accessToken": "",
60230
60258
  "accountId": "",
60231
60259
  "accountName": "",
60260
+ "botId": "",
60232
60261
  "cardContent": Array [
60233
60262
  Object {
60234
60263
  "description": "",
@@ -60279,6 +60308,7 @@ new message content.",
60279
60308
  "accessToken": "",
60280
60309
  "accountId": "",
60281
60310
  "accountName": "",
60311
+ "botId": "",
60282
60312
  "cardContent": Array [
60283
60313
  Object {
60284
60314
  "description": "",
@@ -60328,6 +60358,7 @@ new message content.",
60328
60358
  "accessToken": "",
60329
60359
  "accountId": "",
60330
60360
  "accountName": "",
60361
+ "botId": "",
60331
60362
  "cardContent": Array [
60332
60363
  Object {
60333
60364
  "description": "",
@@ -60378,6 +60409,7 @@ new message content.",
60378
60409
  "accessToken": "",
60379
60410
  "accountId": "",
60380
60411
  "accountName": "",
60412
+ "botId": "",
60381
60413
  "cardContent": Array [
60382
60414
  Object {
60383
60415
  "description": "",
@@ -60450,6 +60482,7 @@ new message content.",
60450
60482
  "accessToken": "",
60451
60483
  "accountId": "",
60452
60484
  "accountName": "",
60485
+ "botId": "",
60453
60486
  "cardContent": Array [
60454
60487
  Object {
60455
60488
  "description": "",
@@ -60547,6 +60580,7 @@ new message content.",
60547
60580
  "accessToken": "",
60548
60581
  "accountId": "",
60549
60582
  "accountName": "",
60583
+ "botId": "",
60550
60584
  "cardContent": Array [
60551
60585
  Object {
60552
60586
  "description": "",
@@ -62897,6 +62931,7 @@ new message content.",
62897
62931
  "accessToken": "",
62898
62932
  "accountId": "",
62899
62933
  "accountName": "",
62934
+ "botId": "",
62900
62935
  "cardContent": Array [
62901
62936
  Object {
62902
62937
  "description": "",
@@ -65266,6 +65301,7 @@ new message content.",
65266
65301
  "accessToken": "",
65267
65302
  "accountId": "",
65268
65303
  "accountName": "",
65304
+ "botId": "",
65269
65305
  "cardContent": Array [
65270
65306
  Object {
65271
65307
  "description": "",
@@ -65388,7 +65424,7 @@ new message content.",
65388
65424
  </CapRow>
65389
65425
  }
65390
65426
  show={false}
65391
- size="size-l"
65427
+ size="size-xl"
65392
65428
  />
65393
65429
  </CommonTestAndPreview>
65394
65430
  </TestAndPreviewSlidebox>
@@ -76097,6 +76133,7 @@ new message content.",
76097
76133
  "accessToken": "",
76098
76134
  "accountId": "",
76099
76135
  "accountName": "",
76136
+ "botId": "",
76100
76137
  "cardContent": Array [
76101
76138
  Object {
76102
76139
  "description": "",
@@ -76146,6 +76183,7 @@ new message content.",
76146
76183
  "accessToken": "",
76147
76184
  "accountId": "",
76148
76185
  "accountName": "",
76186
+ "botId": "",
76149
76187
  "cardContent": Array [
76150
76188
  Object {
76151
76189
  "description": "",
@@ -76196,6 +76234,7 @@ new message content.",
76196
76234
  "accessToken": "",
76197
76235
  "accountId": "",
76198
76236
  "accountName": "",
76237
+ "botId": "",
76199
76238
  "cardContent": Array [
76200
76239
  Object {
76201
76240
  "description": "",
@@ -76245,6 +76284,7 @@ new message content.",
76245
76284
  "accessToken": "",
76246
76285
  "accountId": "",
76247
76286
  "accountName": "",
76287
+ "botId": "",
76248
76288
  "cardContent": Array [
76249
76289
  Object {
76250
76290
  "description": "",
@@ -76295,6 +76335,7 @@ new message content.",
76295
76335
  "accessToken": "",
76296
76336
  "accountId": "",
76297
76337
  "accountName": "",
76338
+ "botId": "",
76298
76339
  "cardContent": Array [
76299
76340
  Object {
76300
76341
  "description": "",
@@ -76367,6 +76408,7 @@ new message content.",
76367
76408
  "accessToken": "",
76368
76409
  "accountId": "",
76369
76410
  "accountName": "",
76411
+ "botId": "",
76370
76412
  "cardContent": Array [
76371
76413
  Object {
76372
76414
  "description": "",
@@ -76464,6 +76506,7 @@ new message content.",
76464
76506
  "accessToken": "",
76465
76507
  "accountId": "",
76466
76508
  "accountName": "",
76509
+ "botId": "",
76467
76510
  "cardContent": Array [
76468
76511
  Object {
76469
76512
  "description": "",
@@ -78814,6 +78857,7 @@ new message content.",
78814
78857
  "accessToken": "",
78815
78858
  "accountId": "",
78816
78859
  "accountName": "",
78860
+ "botId": "",
78817
78861
  "cardContent": Array [
78818
78862
  Object {
78819
78863
  "description": "",
@@ -81183,6 +81227,7 @@ new message content.",
81183
81227
  "accessToken": "",
81184
81228
  "accountId": "",
81185
81229
  "accountName": "",
81230
+ "botId": "",
81186
81231
  "cardContent": Array [
81187
81232
  Object {
81188
81233
  "description": "",
@@ -81305,7 +81350,7 @@ new message content.",
81305
81350
  </CapRow>
81306
81351
  }
81307
81352
  show={false}
81308
- size="size-l"
81353
+ size="size-xl"
81309
81354
  />
81310
81355
  </CommonTestAndPreview>
81311
81356
  </TestAndPreviewSlidebox>
@@ -95924,6 +95969,7 @@ new message content.",
95924
95969
  "accessToken": "",
95925
95970
  "accountId": "",
95926
95971
  "accountName": "",
95972
+ "botId": "",
95927
95973
  "cardContent": Array [
95928
95974
  Object {
95929
95975
  "description": "",
@@ -95978,6 +96024,7 @@ new message content.",
95978
96024
  "accessToken": "",
95979
96025
  "accountId": "",
95980
96026
  "accountName": "",
96027
+ "botId": "",
95981
96028
  "cardContent": Array [
95982
96029
  Object {
95983
96030
  "description": "",
@@ -96033,6 +96080,7 @@ new message content.",
96033
96080
  "accessToken": "",
96034
96081
  "accountId": "",
96035
96082
  "accountName": "",
96083
+ "botId": "",
96036
96084
  "cardContent": Array [
96037
96085
  Object {
96038
96086
  "description": "",
@@ -96087,6 +96135,7 @@ new message content.",
96087
96135
  "accessToken": "",
96088
96136
  "accountId": "",
96089
96137
  "accountName": "",
96138
+ "botId": "",
96090
96139
  "cardContent": Array [
96091
96140
  Object {
96092
96141
  "description": "",
@@ -96142,6 +96191,7 @@ new message content.",
96142
96191
  "accessToken": "",
96143
96192
  "accountId": "",
96144
96193
  "accountName": "",
96194
+ "botId": "",
96145
96195
  "cardContent": Array [
96146
96196
  Object {
96147
96197
  "description": "",
@@ -96219,6 +96269,7 @@ new message content.",
96219
96269
  "accessToken": "",
96220
96270
  "accountId": "",
96221
96271
  "accountName": "",
96272
+ "botId": "",
96222
96273
  "cardContent": Array [
96223
96274
  Object {
96224
96275
  "description": "",
@@ -96321,6 +96372,7 @@ new message content.",
96321
96372
  "accessToken": "",
96322
96373
  "accountId": "",
96323
96374
  "accountName": "",
96375
+ "botId": "",
96324
96376
  "cardContent": Array [
96325
96377
  Object {
96326
96378
  "description": "",
@@ -98676,6 +98728,7 @@ new message content.",
98676
98728
  "accessToken": "",
98677
98729
  "accountId": "",
98678
98730
  "accountName": "",
98731
+ "botId": "",
98679
98732
  "cardContent": Array [
98680
98733
  Object {
98681
98734
  "description": "",
@@ -101050,6 +101103,7 @@ new message content.",
101050
101103
  "accessToken": "",
101051
101104
  "accountId": "",
101052
101105
  "accountName": "",
101106
+ "botId": "",
101053
101107
  "cardContent": Array [
101054
101108
  Object {
101055
101109
  "description": "",
@@ -101177,7 +101231,7 @@ new message content.",
101177
101231
  </CapRow>
101178
101232
  }
101179
101233
  show={false}
101180
- size="size-l"
101234
+ size="size-xl"
101181
101235
  />
101182
101236
  </CommonTestAndPreview>
101183
101237
  </TestAndPreviewSlidebox>
@@ -115796,6 +115850,7 @@ new message content.",
115796
115850
  "accessToken": "",
115797
115851
  "accountId": "",
115798
115852
  "accountName": "",
115853
+ "botId": "",
115799
115854
  "cardContent": Array [
115800
115855
  Object {
115801
115856
  "description": "",
@@ -115850,6 +115905,7 @@ new message content.",
115850
115905
  "accessToken": "",
115851
115906
  "accountId": "",
115852
115907
  "accountName": "",
115908
+ "botId": "",
115853
115909
  "cardContent": Array [
115854
115910
  Object {
115855
115911
  "description": "",
@@ -115905,6 +115961,7 @@ new message content.",
115905
115961
  "accessToken": "",
115906
115962
  "accountId": "",
115907
115963
  "accountName": "",
115964
+ "botId": "",
115908
115965
  "cardContent": Array [
115909
115966
  Object {
115910
115967
  "description": "",
@@ -115959,6 +116016,7 @@ new message content.",
115959
116016
  "accessToken": "",
115960
116017
  "accountId": "",
115961
116018
  "accountName": "",
116019
+ "botId": "",
115962
116020
  "cardContent": Array [
115963
116021
  Object {
115964
116022
  "description": "",
@@ -116014,6 +116072,7 @@ new message content.",
116014
116072
  "accessToken": "",
116015
116073
  "accountId": "",
116016
116074
  "accountName": "",
116075
+ "botId": "",
116017
116076
  "cardContent": Array [
116018
116077
  Object {
116019
116078
  "description": "",
@@ -116091,6 +116150,7 @@ new message content.",
116091
116150
  "accessToken": "",
116092
116151
  "accountId": "",
116093
116152
  "accountName": "",
116153
+ "botId": "",
116094
116154
  "cardContent": Array [
116095
116155
  Object {
116096
116156
  "description": "",
@@ -116193,6 +116253,7 @@ new message content.",
116193
116253
  "accessToken": "",
116194
116254
  "accountId": "",
116195
116255
  "accountName": "",
116256
+ "botId": "",
116196
116257
  "cardContent": Array [
116197
116258
  Object {
116198
116259
  "description": "",
@@ -118548,6 +118609,7 @@ new message content.",
118548
118609
  "accessToken": "",
118549
118610
  "accountId": "",
118550
118611
  "accountName": "",
118612
+ "botId": "",
118551
118613
  "cardContent": Array [
118552
118614
  Object {
118553
118615
  "description": "",
@@ -120922,6 +120984,7 @@ new message content.",
120922
120984
  "accessToken": "",
120923
120985
  "accountId": "",
120924
120986
  "accountName": "",
120987
+ "botId": "",
120925
120988
  "cardContent": Array [
120926
120989
  Object {
120927
120990
  "description": "",
@@ -121049,7 +121112,7 @@ new message content.",
121049
121112
  </CapRow>
121050
121113
  }
121051
121114
  show={false}
121052
- size="size-l"
121115
+ size="size-xl"
121053
121116
  />
121054
121117
  </CommonTestAndPreview>
121055
121118
  </TestAndPreviewSlidebox>
@@ -136067,6 +136130,7 @@ new message content.",
136067
136130
  "accessToken": "",
136068
136131
  "accountId": "",
136069
136132
  "accountName": "",
136133
+ "botId": "",
136070
136134
  "cardContent": Array [
136071
136135
  Object {
136072
136136
  "description": "",
@@ -136116,6 +136180,7 @@ new message content.",
136116
136180
  "accessToken": "",
136117
136181
  "accountId": "",
136118
136182
  "accountName": "",
136183
+ "botId": "",
136119
136184
  "cardContent": Array [
136120
136185
  Object {
136121
136186
  "description": "",
@@ -136166,6 +136231,7 @@ new message content.",
136166
136231
  "accessToken": "",
136167
136232
  "accountId": "",
136168
136233
  "accountName": "",
136234
+ "botId": "",
136169
136235
  "cardContent": Array [
136170
136236
  Object {
136171
136237
  "description": "",
@@ -136215,6 +136281,7 @@ new message content.",
136215
136281
  "accessToken": "",
136216
136282
  "accountId": "",
136217
136283
  "accountName": "",
136284
+ "botId": "",
136218
136285
  "cardContent": Array [
136219
136286
  Object {
136220
136287
  "description": "",
@@ -136265,6 +136332,7 @@ new message content.",
136265
136332
  "accessToken": "",
136266
136333
  "accountId": "",
136267
136334
  "accountName": "",
136335
+ "botId": "",
136268
136336
  "cardContent": Array [
136269
136337
  Object {
136270
136338
  "description": "",
@@ -136337,6 +136405,7 @@ new message content.",
136337
136405
  "accessToken": "",
136338
136406
  "accountId": "",
136339
136407
  "accountName": "",
136408
+ "botId": "",
136340
136409
  "cardContent": Array [
136341
136410
  Object {
136342
136411
  "description": "",
@@ -136434,6 +136503,7 @@ new message content.",
136434
136503
  "accessToken": "",
136435
136504
  "accountId": "",
136436
136505
  "accountName": "",
136506
+ "botId": "",
136437
136507
  "cardContent": Array [
136438
136508
  Object {
136439
136509
  "description": "",
@@ -138784,6 +138854,7 @@ new message content.",
138784
138854
  "accessToken": "",
138785
138855
  "accountId": "",
138786
138856
  "accountName": "",
138857
+ "botId": "",
138787
138858
  "cardContent": Array [
138788
138859
  Object {
138789
138860
  "description": "",
@@ -141153,6 +141224,7 @@ new message content.",
141153
141224
  "accessToken": "",
141154
141225
  "accountId": "",
141155
141226
  "accountName": "",
141227
+ "botId": "",
141156
141228
  "cardContent": Array [
141157
141229
  Object {
141158
141230
  "description": "",
@@ -141275,7 +141347,7 @@ new message content.",
141275
141347
  </CapRow>
141276
141348
  }
141277
141349
  show={false}
141278
- size="size-l"
141350
+ size="size-xl"
141279
141351
  />
141280
141352
  </CommonTestAndPreview>
141281
141353
  </TestAndPreviewSlidebox>
@@ -151964,6 +152036,7 @@ new message content.",
151964
152036
  "accessToken": "",
151965
152037
  "accountId": "",
151966
152038
  "accountName": "",
152039
+ "botId": "",
151967
152040
  "cardContent": Array [
151968
152041
  Object {
151969
152042
  "description": "",
@@ -152013,6 +152086,7 @@ new message content.",
152013
152086
  "accessToken": "",
152014
152087
  "accountId": "",
152015
152088
  "accountName": "",
152089
+ "botId": "",
152016
152090
  "cardContent": Array [
152017
152091
  Object {
152018
152092
  "description": "",
@@ -152063,6 +152137,7 @@ new message content.",
152063
152137
  "accessToken": "",
152064
152138
  "accountId": "",
152065
152139
  "accountName": "",
152140
+ "botId": "",
152066
152141
  "cardContent": Array [
152067
152142
  Object {
152068
152143
  "description": "",
@@ -152112,6 +152187,7 @@ new message content.",
152112
152187
  "accessToken": "",
152113
152188
  "accountId": "",
152114
152189
  "accountName": "",
152190
+ "botId": "",
152115
152191
  "cardContent": Array [
152116
152192
  Object {
152117
152193
  "description": "",
@@ -152162,6 +152238,7 @@ new message content.",
152162
152238
  "accessToken": "",
152163
152239
  "accountId": "",
152164
152240
  "accountName": "",
152241
+ "botId": "",
152165
152242
  "cardContent": Array [
152166
152243
  Object {
152167
152244
  "description": "",
@@ -152234,6 +152311,7 @@ new message content.",
152234
152311
  "accessToken": "",
152235
152312
  "accountId": "",
152236
152313
  "accountName": "",
152314
+ "botId": "",
152237
152315
  "cardContent": Array [
152238
152316
  Object {
152239
152317
  "description": "",
@@ -152331,6 +152409,7 @@ new message content.",
152331
152409
  "accessToken": "",
152332
152410
  "accountId": "",
152333
152411
  "accountName": "",
152412
+ "botId": "",
152334
152413
  "cardContent": Array [
152335
152414
  Object {
152336
152415
  "description": "",
@@ -154681,6 +154760,7 @@ new message content.",
154681
154760
  "accessToken": "",
154682
154761
  "accountId": "",
154683
154762
  "accountName": "",
154763
+ "botId": "",
154684
154764
  "cardContent": Array [
154685
154765
  Object {
154686
154766
  "description": "",
@@ -157050,6 +157130,7 @@ new message content.",
157050
157130
  "accessToken": "",
157051
157131
  "accountId": "",
157052
157132
  "accountName": "",
157133
+ "botId": "",
157053
157134
  "cardContent": Array [
157054
157135
  Object {
157055
157136
  "description": "",
@@ -157172,7 +157253,7 @@ new message content.",
157172
157253
  </CapRow>
157173
157254
  }
157174
157255
  show={false}
157175
- size="size-l"
157256
+ size="size-xl"
157176
157257
  />
157177
157258
  </CommonTestAndPreview>
157178
157259
  </TestAndPreviewSlidebox>
@@ -167861,6 +167942,7 @@ new message content.",
167861
167942
  "accessToken": "",
167862
167943
  "accountId": "",
167863
167944
  "accountName": "",
167945
+ "botId": "",
167864
167946
  "cardContent": Array [
167865
167947
  Object {
167866
167948
  "description": "",
@@ -167910,6 +167992,7 @@ new message content.",
167910
167992
  "accessToken": "",
167911
167993
  "accountId": "",
167912
167994
  "accountName": "",
167995
+ "botId": "",
167913
167996
  "cardContent": Array [
167914
167997
  Object {
167915
167998
  "description": "",
@@ -167960,6 +168043,7 @@ new message content.",
167960
168043
  "accessToken": "",
167961
168044
  "accountId": "",
167962
168045
  "accountName": "",
168046
+ "botId": "",
167963
168047
  "cardContent": Array [
167964
168048
  Object {
167965
168049
  "description": "",
@@ -168009,6 +168093,7 @@ new message content.",
168009
168093
  "accessToken": "",
168010
168094
  "accountId": "",
168011
168095
  "accountName": "",
168096
+ "botId": "",
168012
168097
  "cardContent": Array [
168013
168098
  Object {
168014
168099
  "description": "",
@@ -168059,6 +168144,7 @@ new message content.",
168059
168144
  "accessToken": "",
168060
168145
  "accountId": "",
168061
168146
  "accountName": "",
168147
+ "botId": "",
168062
168148
  "cardContent": Array [
168063
168149
  Object {
168064
168150
  "description": "",
@@ -168131,6 +168217,7 @@ new message content.",
168131
168217
  "accessToken": "",
168132
168218
  "accountId": "",
168133
168219
  "accountName": "",
168220
+ "botId": "",
168134
168221
  "cardContent": Array [
168135
168222
  Object {
168136
168223
  "description": "",
@@ -168228,6 +168315,7 @@ new message content.",
168228
168315
  "accessToken": "",
168229
168316
  "accountId": "",
168230
168317
  "accountName": "",
168318
+ "botId": "",
168231
168319
  "cardContent": Array [
168232
168320
  Object {
168233
168321
  "description": "",
@@ -170578,6 +170666,7 @@ new message content.",
170578
170666
  "accessToken": "",
170579
170667
  "accountId": "",
170580
170668
  "accountName": "",
170669
+ "botId": "",
170581
170670
  "cardContent": Array [
170582
170671
  Object {
170583
170672
  "description": "",
@@ -172947,6 +173036,7 @@ new message content.",
172947
173036
  "accessToken": "",
172948
173037
  "accountId": "",
172949
173038
  "accountName": "",
173039
+ "botId": "",
172950
173040
  "cardContent": Array [
172951
173041
  Object {
172952
173042
  "description": "",
@@ -173069,7 +173159,7 @@ new message content.",
173069
173159
  </CapRow>
173070
173160
  }
173071
173161
  show={false}
173072
- size="size-l"
173162
+ size="size-xl"
173073
173163
  />
173074
173164
  </CommonTestAndPreview>
173075
173165
  </TestAndPreviewSlidebox>
@@ -183758,6 +183848,7 @@ new message content.",
183758
183848
  "accessToken": "",
183759
183849
  "accountId": "",
183760
183850
  "accountName": "",
183851
+ "botId": "",
183761
183852
  "cardContent": Array [
183762
183853
  Object {
183763
183854
  "description": "",
@@ -183807,6 +183898,7 @@ new message content.",
183807
183898
  "accessToken": "",
183808
183899
  "accountId": "",
183809
183900
  "accountName": "",
183901
+ "botId": "",
183810
183902
  "cardContent": Array [
183811
183903
  Object {
183812
183904
  "description": "",
@@ -183857,6 +183949,7 @@ new message content.",
183857
183949
  "accessToken": "",
183858
183950
  "accountId": "",
183859
183951
  "accountName": "",
183952
+ "botId": "",
183860
183953
  "cardContent": Array [
183861
183954
  Object {
183862
183955
  "description": "",
@@ -183906,6 +183999,7 @@ new message content.",
183906
183999
  "accessToken": "",
183907
184000
  "accountId": "",
183908
184001
  "accountName": "",
184002
+ "botId": "",
183909
184003
  "cardContent": Array [
183910
184004
  Object {
183911
184005
  "description": "",
@@ -183956,6 +184050,7 @@ new message content.",
183956
184050
  "accessToken": "",
183957
184051
  "accountId": "",
183958
184052
  "accountName": "",
184053
+ "botId": "",
183959
184054
  "cardContent": Array [
183960
184055
  Object {
183961
184056
  "description": "",
@@ -184028,6 +184123,7 @@ new message content.",
184028
184123
  "accessToken": "",
184029
184124
  "accountId": "",
184030
184125
  "accountName": "",
184126
+ "botId": "",
184031
184127
  "cardContent": Array [
184032
184128
  Object {
184033
184129
  "description": "",
@@ -184125,6 +184221,7 @@ new message content.",
184125
184221
  "accessToken": "",
184126
184222
  "accountId": "",
184127
184223
  "accountName": "",
184224
+ "botId": "",
184128
184225
  "cardContent": Array [
184129
184226
  Object {
184130
184227
  "description": "",
@@ -186475,6 +186572,7 @@ new message content.",
186475
186572
  "accessToken": "",
186476
186573
  "accountId": "",
186477
186574
  "accountName": "",
186575
+ "botId": "",
186478
186576
  "cardContent": Array [
186479
186577
  Object {
186480
186578
  "description": "",
@@ -188844,6 +188942,7 @@ new message content.",
188844
188942
  "accessToken": "",
188845
188943
  "accountId": "",
188846
188944
  "accountName": "",
188945
+ "botId": "",
188847
188946
  "cardContent": Array [
188848
188947
  Object {
188849
188948
  "description": "",
@@ -188966,7 +189065,7 @@ new message content.",
188966
189065
  </CapRow>
188967
189066
  }
188968
189067
  show={false}
188969
- size="size-l"
189068
+ size="size-xl"
188970
189069
  />
188971
189070
  </CommonTestAndPreview>
188972
189071
  </TestAndPreviewSlidebox>
@@ -199355,6 +199454,7 @@ new message content.",
199355
199454
  "accessToken": "",
199356
199455
  "accountId": "",
199357
199456
  "accountName": "",
199457
+ "botId": "",
199358
199458
  "cardContent": Array [
199359
199459
  Object {
199360
199460
  "cardVarMapped": Object {},
@@ -199417,6 +199517,7 @@ new message content.",
199417
199517
  "accessToken": "",
199418
199518
  "accountId": "",
199419
199519
  "accountName": "",
199520
+ "botId": "",
199420
199521
  "cardContent": Array [
199421
199522
  Object {
199422
199523
  "cardVarMapped": Object {},
@@ -199480,6 +199581,7 @@ new message content.",
199480
199581
  "accessToken": "",
199481
199582
  "accountId": "",
199482
199583
  "accountName": "",
199584
+ "botId": "",
199483
199585
  "cardContent": Array [
199484
199586
  Object {
199485
199587
  "cardVarMapped": Object {},
@@ -199542,6 +199644,7 @@ new message content.",
199542
199644
  "accessToken": "",
199543
199645
  "accountId": "",
199544
199646
  "accountName": "",
199647
+ "botId": "",
199545
199648
  "cardContent": Array [
199546
199649
  Object {
199547
199650
  "cardVarMapped": Object {},
@@ -199605,6 +199708,7 @@ new message content.",
199605
199708
  "accessToken": "",
199606
199709
  "accountId": "",
199607
199710
  "accountName": "",
199711
+ "botId": "",
199608
199712
  "cardContent": Array [
199609
199713
  Object {
199610
199714
  "cardVarMapped": Object {},
@@ -199690,6 +199794,7 @@ new message content.",
199690
199794
  "accessToken": "",
199691
199795
  "accountId": "",
199692
199796
  "accountName": "",
199797
+ "botId": "",
199693
199798
  "cardContent": Array [
199694
199799
  Object {
199695
199800
  "cardVarMapped": Object {},
@@ -199800,6 +199905,7 @@ new message content.",
199800
199905
  "accessToken": "",
199801
199906
  "accountId": "",
199802
199907
  "accountName": "",
199908
+ "botId": "",
199803
199909
  "cardContent": Array [
199804
199910
  Object {
199805
199911
  "cardVarMapped": Object {},
@@ -202163,6 +202269,7 @@ new message content.",
202163
202269
  "accessToken": "",
202164
202270
  "accountId": "",
202165
202271
  "accountName": "",
202272
+ "botId": "",
202166
202273
  "cardContent": Array [
202167
202274
  Object {
202168
202275
  "cardVarMapped": Object {},
@@ -204545,6 +204652,7 @@ new message content.",
204545
204652
  "accessToken": "",
204546
204653
  "accountId": "",
204547
204654
  "accountName": "",
204655
+ "botId": "",
204548
204656
  "cardContent": Array [
204549
204657
  Object {
204550
204658
  "cardVarMapped": Object {},
@@ -204678,7 +204786,7 @@ new message content.",
204678
204786
  </CapRow>
204679
204787
  }
204680
204788
  show={false}
204681
- size="size-l"
204789
+ size="size-xl"
204682
204790
  />
204683
204791
  </CommonTestAndPreview>
204684
204792
  </TestAndPreviewSlidebox>