@webitel/ui-sdk 26.6.91 → 26.6.92
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.
- package/dist/{clients-IxWZVjVW.js → clients-Bj07uFky.js} +38 -263
- package/dist/{components-DxLcN-EN.js → components-HoXxNgtV.js} +4 -4
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +135 -168
- package/dist/{useValidation-DGl2otXJ.js → useValidation-BedhHNX5.js} +1 -1
- package/dist/{wt-chat-emoji-D8WBh59k.js → wt-chat-emoji-Bxx-vud5.js} +1 -1
- package/dist/{wt-datepicker-slYQKBRT.js → wt-datepicker-D2GjAUWU.js} +1 -1
- package/dist/{wt-display-chip-items-DR-fMv8R.js → wt-display-chip-items-Dh4I_R3N.js} +1 -1
- package/dist/{wt-search-bar-CYCOxWra.js → wt-search-bar-CUxiGcoz.js} +1 -1
- package/dist/{wt-send-message-popup-BCuqX1qv.js → wt-send-message-popup-CfXNIN5B.js} +2 -2
- package/dist/{wt-timepicker-BEeUHumZ.js → wt-timepicker-Bxdc4s3_.js} +1 -1
- package/dist/{wt-type-extension-value-input-Bprdgg6Y.js → wt-type-extension-value-input-CkBLTUKL.js} +2 -2
- package/dist/{wt-vidstack-player-DGPPCRtG.js → wt-vidstack-player-BJhIWHcT.js} +1 -1
- package/package.json +1 -1
- package/src/locale/en/en.js +2 -0
- package/src/locale/es/es.js +2 -0
- package/src/locale/kz/kz.js +2 -0
- package/src/locale/pl/pl.js +2 -0
- package/src/locale/ro/ro.js +2 -0
- package/src/locale/ru/ru.js +2 -0
- package/src/locale/uk/uk.js +2 -0
- package/src/locale/uz/uz.js +2 -0
- package/src/locale/vi/vi.js +2 -0
- package/src/mixins/validationMixin/vuelidate/useVuelidateValidation.ts +2 -0
- package/types/locale/en/en.d.ts +1 -0
- package/types/locale/es/es.d.ts +1 -0
- package/types/locale/i18n.d.ts +9 -0
- package/types/locale/index.d.ts +9 -0
- package/types/locale/kz/kz.d.ts +1 -0
- package/types/locale/pl/pl.d.ts +1 -0
- package/types/locale/ro/ro.d.ts +1 -0
- package/types/locale/ru/ru.d.ts +1 -0
- package/types/locale/uk/uk.d.ts +1 -0
- package/types/locale/uz/uz.d.ts +1 -0
- package/types/locale/vi/vi.d.ts +1 -0
|
@@ -10935,34 +10935,6 @@ m.array(ye), m.object({
|
|
|
10935
10935
|
next: m.boolean().optional(),
|
|
10936
10936
|
page: m.number().optional().describe("Page number of partial result.")
|
|
10937
10937
|
}).optional().describe("The Contact's associated tag(s)."),
|
|
10938
|
-
languages: m.object({
|
|
10939
|
-
data: m.array(m.object({
|
|
10940
|
-
code: m.string().optional(),
|
|
10941
|
-
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
10942
|
-
createdBy: m.object({
|
|
10943
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
10944
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
10945
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
10946
|
-
}).optional().describe("Timestamp(milli) of the Field creation."),
|
|
10947
|
-
etag: m.string().optional().describe("Unique ID of the latest version of the update.\nThis ID changes after any update to the underlying value(s)."),
|
|
10948
|
-
id: m.string().optional().describe("The unique ID of the association. Never changes."),
|
|
10949
|
-
lang: m.string().optional(),
|
|
10950
|
-
name: m.string().optional(),
|
|
10951
|
-
primary: m.boolean().optional().describe("Indicates whether this association is the default\namong others of the same type."),
|
|
10952
|
-
region: m.string().optional(),
|
|
10953
|
-
script: m.string().optional(),
|
|
10954
|
-
tag: m.string().optional(),
|
|
10955
|
-
updatedAt: m.string().optional().describe("Timestamp(milli) of the last Field update.\nTake part in Etag generation."),
|
|
10956
|
-
updatedBy: m.object({
|
|
10957
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
10958
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
10959
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
10960
|
-
}).optional().describe("The user who performed last Update."),
|
|
10961
|
-
ver: m.number().optional().describe("Version of the latest update. Numeric sequence.")
|
|
10962
|
-
}).describe("A Contact's locale preference.\nOutput purpose only.")).optional().describe("Page of the Contact's Language(s) dataset."),
|
|
10963
|
-
next: m.boolean().optional(),
|
|
10964
|
-
page: m.number().optional().describe("Page number of partial result dataset records.")
|
|
10965
|
-
}).optional().describe("A Contact's locale preference(s)."),
|
|
10966
10938
|
managers: m.object({
|
|
10967
10939
|
data: m.array(m.object({
|
|
10968
10940
|
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
@@ -11164,11 +11136,6 @@ m.array(ye), m.object({
|
|
|
11164
11136
|
etag: m.string().optional().describe("Unique ID of the latest version of an existing resorce."),
|
|
11165
11137
|
label: m.string().optional().describe("REQUIRED. Hashtag value;\nNOTE: Keep in mind, hashtags are not case-sensitive,\nbut adding capital letters does make them easier to read:\n#MakeAWish vs. #makeawish.")
|
|
11166
11138
|
}).describe("A Contact's associated Tag.\nOutput purpose only.")).optional().describe("The Contact's associated label(s)."),
|
|
11167
|
-
languages: m.array(m.object({
|
|
11168
|
-
etag: m.string().describe("Unique ID of the latest version of an existing association."),
|
|
11169
|
-
primary: m.boolean().optional().describe("Indicates whether this association must be default\namong others of the same type."),
|
|
11170
|
-
tag: m.string().optional()
|
|
11171
|
-
}).describe("An input of the Contact's language.")).optional().describe("A Contact's locale preference(s)."),
|
|
11172
11139
|
managers: m.array(m.object({
|
|
11173
11140
|
etag: m.string().describe("Unique ID of the latest version of an existing resource."),
|
|
11174
11141
|
primary: m.boolean().optional().describe("Indicates whether this association must be default among others."),
|
|
@@ -11369,34 +11336,6 @@ m.array(ye), m.object({
|
|
|
11369
11336
|
next: m.boolean().optional(),
|
|
11370
11337
|
page: m.number().optional().describe("Page number of partial result.")
|
|
11371
11338
|
}).optional().describe("The Contact's associated tag(s)."),
|
|
11372
|
-
languages: m.object({
|
|
11373
|
-
data: m.array(m.object({
|
|
11374
|
-
code: m.string().optional(),
|
|
11375
|
-
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
11376
|
-
createdBy: m.object({
|
|
11377
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
11378
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
11379
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
11380
|
-
}).optional().describe("Timestamp(milli) of the Field creation."),
|
|
11381
|
-
etag: m.string().optional().describe("Unique ID of the latest version of the update.\nThis ID changes after any update to the underlying value(s)."),
|
|
11382
|
-
id: m.string().optional().describe("The unique ID of the association. Never changes."),
|
|
11383
|
-
lang: m.string().optional(),
|
|
11384
|
-
name: m.string().optional(),
|
|
11385
|
-
primary: m.boolean().optional().describe("Indicates whether this association is the default\namong others of the same type."),
|
|
11386
|
-
region: m.string().optional(),
|
|
11387
|
-
script: m.string().optional(),
|
|
11388
|
-
tag: m.string().optional(),
|
|
11389
|
-
updatedAt: m.string().optional().describe("Timestamp(milli) of the last Field update.\nTake part in Etag generation."),
|
|
11390
|
-
updatedBy: m.object({
|
|
11391
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
11392
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
11393
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
11394
|
-
}).optional().describe("The user who performed last Update."),
|
|
11395
|
-
ver: m.number().optional().describe("Version of the latest update. Numeric sequence.")
|
|
11396
|
-
}).describe("A Contact's locale preference.\nOutput purpose only.")).optional().describe("Page of the Contact's Language(s) dataset."),
|
|
11397
|
-
next: m.boolean().optional(),
|
|
11398
|
-
page: m.number().optional().describe("Page number of partial result dataset records.")
|
|
11399
|
-
}).optional().describe("A Contact's locale preference(s)."),
|
|
11400
11339
|
managers: m.object({
|
|
11401
11340
|
data: m.array(m.object({
|
|
11402
11341
|
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
@@ -11596,11 +11535,6 @@ var be = m.object({
|
|
|
11596
11535
|
etag: m.string().optional().describe("Unique ID of the latest version of an existing resorce."),
|
|
11597
11536
|
label: m.string().optional().describe("REQUIRED. Hashtag value;\nNOTE: Keep in mind, hashtags are not case-sensitive,\nbut adding capital letters does make them easier to read:\n#MakeAWish vs. #makeawish.")
|
|
11598
11537
|
}).describe("A Contact's associated Tag.\nOutput purpose only.")).optional().describe("The Contact's associated label(s)."),
|
|
11599
|
-
languages: m.array(m.object({
|
|
11600
|
-
etag: m.string().describe("Unique ID of the latest version of an existing association."),
|
|
11601
|
-
primary: m.boolean().optional().describe("Indicates whether this association must be default\namong others of the same type."),
|
|
11602
|
-
tag: m.string().optional()
|
|
11603
|
-
}).describe("An input of the Contact's language.")).optional().describe("A Contact's locale preference(s)."),
|
|
11604
11538
|
managers: m.array(m.object({
|
|
11605
11539
|
etag: m.string().describe("Unique ID of the latest version of an existing resource."),
|
|
11606
11540
|
primary: m.boolean().optional().describe("Indicates whether this association must be default among others."),
|
|
@@ -11803,34 +11737,6 @@ m.array(be), m.object({
|
|
|
11803
11737
|
next: m.boolean().optional(),
|
|
11804
11738
|
page: m.number().optional().describe("Page number of partial result.")
|
|
11805
11739
|
}).optional().describe("The Contact's associated tag(s)."),
|
|
11806
|
-
languages: m.object({
|
|
11807
|
-
data: m.array(m.object({
|
|
11808
|
-
code: m.string().optional(),
|
|
11809
|
-
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
11810
|
-
createdBy: m.object({
|
|
11811
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
11812
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
11813
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
11814
|
-
}).optional().describe("Timestamp(milli) of the Field creation."),
|
|
11815
|
-
etag: m.string().optional().describe("Unique ID of the latest version of the update.\nThis ID changes after any update to the underlying value(s)."),
|
|
11816
|
-
id: m.string().optional().describe("The unique ID of the association. Never changes."),
|
|
11817
|
-
lang: m.string().optional(),
|
|
11818
|
-
name: m.string().optional(),
|
|
11819
|
-
primary: m.boolean().optional().describe("Indicates whether this association is the default\namong others of the same type."),
|
|
11820
|
-
region: m.string().optional(),
|
|
11821
|
-
script: m.string().optional(),
|
|
11822
|
-
tag: m.string().optional(),
|
|
11823
|
-
updatedAt: m.string().optional().describe("Timestamp(milli) of the last Field update.\nTake part in Etag generation."),
|
|
11824
|
-
updatedBy: m.object({
|
|
11825
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
11826
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
11827
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
11828
|
-
}).optional().describe("The user who performed last Update."),
|
|
11829
|
-
ver: m.number().optional().describe("Version of the latest update. Numeric sequence.")
|
|
11830
|
-
}).describe("A Contact's locale preference.\nOutput purpose only.")).optional().describe("Page of the Contact's Language(s) dataset."),
|
|
11831
|
-
next: m.boolean().optional(),
|
|
11832
|
-
page: m.number().optional().describe("Page number of partial result dataset records.")
|
|
11833
|
-
}).optional().describe("A Contact's locale preference(s)."),
|
|
11834
11740
|
managers: m.object({
|
|
11835
11741
|
data: m.array(m.object({
|
|
11836
11742
|
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
@@ -12037,11 +11943,6 @@ m.array(be), m.object({
|
|
|
12037
11943
|
etag: m.string().optional().describe("Unique ID of the latest version of an existing resorce."),
|
|
12038
11944
|
label: m.string().optional().describe("REQUIRED. Hashtag value;\nNOTE: Keep in mind, hashtags are not case-sensitive,\nbut adding capital letters does make them easier to read:\n#MakeAWish vs. #makeawish.")
|
|
12039
11945
|
}).describe("A Contact's associated Tag.\nOutput purpose only.")).optional().describe("The Contact's associated label(s)."),
|
|
12040
|
-
languages: m.array(m.object({
|
|
12041
|
-
etag: m.string().describe("Unique ID of the latest version of an existing association."),
|
|
12042
|
-
primary: m.boolean().optional().describe("Indicates whether this association must be default\namong others of the same type."),
|
|
12043
|
-
tag: m.string().optional()
|
|
12044
|
-
}).describe("An input of the Contact's language.")).optional().describe("A Contact's locale preference(s)."),
|
|
12045
11946
|
managers: m.array(m.object({
|
|
12046
11947
|
etag: m.string().describe("Unique ID of the latest version of an existing resource."),
|
|
12047
11948
|
primary: m.boolean().optional().describe("Indicates whether this association must be default among others."),
|
|
@@ -12250,34 +12151,6 @@ m.array(be), m.object({
|
|
|
12250
12151
|
next: m.boolean().optional(),
|
|
12251
12152
|
page: m.number().optional().describe("Page number of partial result.")
|
|
12252
12153
|
}).optional().describe("The Contact's associated tag(s)."),
|
|
12253
|
-
languages: m.object({
|
|
12254
|
-
data: m.array(m.object({
|
|
12255
|
-
code: m.string().optional(),
|
|
12256
|
-
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
12257
|
-
createdBy: m.object({
|
|
12258
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
12259
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
12260
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
12261
|
-
}).optional().describe("Timestamp(milli) of the Field creation."),
|
|
12262
|
-
etag: m.string().optional().describe("Unique ID of the latest version of the update.\nThis ID changes after any update to the underlying value(s)."),
|
|
12263
|
-
id: m.string().optional().describe("The unique ID of the association. Never changes."),
|
|
12264
|
-
lang: m.string().optional(),
|
|
12265
|
-
name: m.string().optional(),
|
|
12266
|
-
primary: m.boolean().optional().describe("Indicates whether this association is the default\namong others of the same type."),
|
|
12267
|
-
region: m.string().optional(),
|
|
12268
|
-
script: m.string().optional(),
|
|
12269
|
-
tag: m.string().optional(),
|
|
12270
|
-
updatedAt: m.string().optional().describe("Timestamp(milli) of the last Field update.\nTake part in Etag generation."),
|
|
12271
|
-
updatedBy: m.object({
|
|
12272
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
12273
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
12274
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
12275
|
-
}).optional().describe("The user who performed last Update."),
|
|
12276
|
-
ver: m.number().optional().describe("Version of the latest update. Numeric sequence.")
|
|
12277
|
-
}).describe("A Contact's locale preference.\nOutput purpose only.")).optional().describe("Page of the Contact's Language(s) dataset."),
|
|
12278
|
-
next: m.boolean().optional(),
|
|
12279
|
-
page: m.number().optional().describe("Page number of partial result dataset records.")
|
|
12280
|
-
}).optional().describe("A Contact's locale preference(s)."),
|
|
12281
12154
|
managers: m.object({
|
|
12282
12155
|
data: m.array(m.object({
|
|
12283
12156
|
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
@@ -12594,34 +12467,6 @@ m.array(be), m.object({
|
|
|
12594
12467
|
next: m.boolean().optional(),
|
|
12595
12468
|
page: m.number().optional().describe("Page number of partial result.")
|
|
12596
12469
|
}).optional().describe("The Contact's associated tag(s)."),
|
|
12597
|
-
languages: m.object({
|
|
12598
|
-
data: m.array(m.object({
|
|
12599
|
-
code: m.string().optional(),
|
|
12600
|
-
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
12601
|
-
createdBy: m.object({
|
|
12602
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
12603
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
12604
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
12605
|
-
}).optional().describe("Timestamp(milli) of the Field creation."),
|
|
12606
|
-
etag: m.string().optional().describe("Unique ID of the latest version of the update.\nThis ID changes after any update to the underlying value(s)."),
|
|
12607
|
-
id: m.string().optional().describe("The unique ID of the association. Never changes."),
|
|
12608
|
-
lang: m.string().optional(),
|
|
12609
|
-
name: m.string().optional(),
|
|
12610
|
-
primary: m.boolean().optional().describe("Indicates whether this association is the default\namong others of the same type."),
|
|
12611
|
-
region: m.string().optional(),
|
|
12612
|
-
script: m.string().optional(),
|
|
12613
|
-
tag: m.string().optional(),
|
|
12614
|
-
updatedAt: m.string().optional().describe("Timestamp(milli) of the last Field update.\nTake part in Etag generation."),
|
|
12615
|
-
updatedBy: m.object({
|
|
12616
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
12617
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
12618
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
12619
|
-
}).optional().describe("The user who performed last Update."),
|
|
12620
|
-
ver: m.number().optional().describe("Version of the latest update. Numeric sequence.")
|
|
12621
|
-
}).describe("A Contact's locale preference.\nOutput purpose only.")).optional().describe("Page of the Contact's Language(s) dataset."),
|
|
12622
|
-
next: m.boolean().optional(),
|
|
12623
|
-
page: m.number().optional().describe("Page number of partial result dataset records.")
|
|
12624
|
-
}).optional().describe("A Contact's locale preference(s)."),
|
|
12625
12470
|
managers: m.object({
|
|
12626
12471
|
data: m.array(m.object({
|
|
12627
12472
|
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
@@ -12819,11 +12664,6 @@ m.array(be), m.object({
|
|
|
12819
12664
|
etag: m.string().optional().describe("Unique ID of the latest version of an existing resorce."),
|
|
12820
12665
|
label: m.string().optional().describe("REQUIRED. Hashtag value;\nNOTE: Keep in mind, hashtags are not case-sensitive,\nbut adding capital letters does make them easier to read:\n#MakeAWish vs. #makeawish.")
|
|
12821
12666
|
}).describe("A Contact's associated Tag.\nOutput purpose only.")).optional().describe("The Contact's associated label(s)."),
|
|
12822
|
-
languages: m.array(m.object({
|
|
12823
|
-
etag: m.string().describe("Unique ID of the latest version of an existing association."),
|
|
12824
|
-
primary: m.boolean().optional().describe("Indicates whether this association must be default\namong others of the same type."),
|
|
12825
|
-
tag: m.string().optional()
|
|
12826
|
-
}).describe("An input of the Contact's language.")).optional().describe("A Contact's locale preference(s)."),
|
|
12827
12667
|
managers: m.array(m.object({
|
|
12828
12668
|
etag: m.string().describe("Unique ID of the latest version of an existing resource."),
|
|
12829
12669
|
primary: m.boolean().optional().describe("Indicates whether this association must be default among others."),
|
|
@@ -13024,34 +12864,6 @@ m.array(be), m.object({
|
|
|
13024
12864
|
next: m.boolean().optional(),
|
|
13025
12865
|
page: m.number().optional().describe("Page number of partial result.")
|
|
13026
12866
|
}).optional().describe("The Contact's associated tag(s)."),
|
|
13027
|
-
languages: m.object({
|
|
13028
|
-
data: m.array(m.object({
|
|
13029
|
-
code: m.string().optional(),
|
|
13030
|
-
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
13031
|
-
createdBy: m.object({
|
|
13032
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
13033
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
13034
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
13035
|
-
}).optional().describe("Timestamp(milli) of the Field creation."),
|
|
13036
|
-
etag: m.string().optional().describe("Unique ID of the latest version of the update.\nThis ID changes after any update to the underlying value(s)."),
|
|
13037
|
-
id: m.string().optional().describe("The unique ID of the association. Never changes."),
|
|
13038
|
-
lang: m.string().optional(),
|
|
13039
|
-
name: m.string().optional(),
|
|
13040
|
-
primary: m.boolean().optional().describe("Indicates whether this association is the default\namong others of the same type."),
|
|
13041
|
-
region: m.string().optional(),
|
|
13042
|
-
script: m.string().optional(),
|
|
13043
|
-
tag: m.string().optional(),
|
|
13044
|
-
updatedAt: m.string().optional().describe("Timestamp(milli) of the last Field update.\nTake part in Etag generation."),
|
|
13045
|
-
updatedBy: m.object({
|
|
13046
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
13047
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
13048
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
13049
|
-
}).optional().describe("The user who performed last Update."),
|
|
13050
|
-
ver: m.number().optional().describe("Version of the latest update. Numeric sequence.")
|
|
13051
|
-
}).describe("A Contact's locale preference.\nOutput purpose only.")).optional().describe("Page of the Contact's Language(s) dataset."),
|
|
13052
|
-
next: m.boolean().optional(),
|
|
13053
|
-
page: m.number().optional().describe("Page number of partial result dataset records.")
|
|
13054
|
-
}).optional().describe("A Contact's locale preference(s)."),
|
|
13055
12867
|
managers: m.object({
|
|
13056
12868
|
data: m.array(m.object({
|
|
13057
12869
|
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
@@ -14477,7 +14289,17 @@ m.array(xe), m.object({ deleted: m.array(m.object({
|
|
|
14477
14289
|
type: m.string().optional().describe("Optional. Reference type.")
|
|
14478
14290
|
}).optional()
|
|
14479
14291
|
}).optional().describe("Type of the dataset record.")
|
|
14480
|
-
}).describe("Dataset records page view."), m.object({ repo: m.string().describe("[`types.repo`]") }), m.looseObject({}), m.looseObject({}), m.object({ repo: m.string().describe("`types.repo`") }), m.object({
|
|
14292
|
+
}).describe("Dataset records page view."), m.object({ repo: m.string().describe("[`types.repo`]") }), m.looseObject({}), m.looseObject({}), m.object({ repo: m.string().describe("`types.repo`") }), m.object({ rows: m.array(m.looseObject({})).optional().describe("Parsed records to create. For Select(lookup) columns each row carries\nthe related record display name (string); for Multiselect(list of lookup)\ncolumns - an array of display names. Backend resolves name -> id\n(case-insensitive).") }), m.object({
|
|
14293
|
+
errors: m.array(m.object({
|
|
14294
|
+
code: m.string().optional(),
|
|
14295
|
+
field: m.string().optional().describe("Code (id) of the problematic column."),
|
|
14296
|
+
row: m.number().optional().describe("0-based index of the row within the input `rows` array."),
|
|
14297
|
+
value: m.string().optional().describe("Original input value that could not be processed.")
|
|
14298
|
+
})).optional().describe("Per-row errors (rows processed independently)."),
|
|
14299
|
+
failed: m.number().optional().describe("Number of failed rows."),
|
|
14300
|
+
imported: m.number().optional().describe("Number of successfully imported rows."),
|
|
14301
|
+
total: m.number().optional().describe("Total number of input rows.")
|
|
14302
|
+
}), m.object({ repo: m.string().describe("`types.repo`") }), m.object({
|
|
14481
14303
|
data: m.string().optional(),
|
|
14482
14304
|
fields: m.record(m.string(), m.number()).optional(),
|
|
14483
14305
|
lineBegin: m.number().optional(),
|
|
@@ -19133,34 +18955,6 @@ m.array(Ce), m.object({
|
|
|
19133
18955
|
next: m.boolean().optional(),
|
|
19134
18956
|
page: m.number().optional().describe("Page number of partial result.")
|
|
19135
18957
|
}).optional().describe("The Contact's associated tag(s)."),
|
|
19136
|
-
languages: m.object({
|
|
19137
|
-
data: m.array(m.object({
|
|
19138
|
-
code: m.string().optional(),
|
|
19139
|
-
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
19140
|
-
createdBy: m.object({
|
|
19141
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
19142
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
19143
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
19144
|
-
}).optional().describe("Timestamp(milli) of the Field creation."),
|
|
19145
|
-
etag: m.string().optional().describe("Unique ID of the latest version of the update.\nThis ID changes after any update to the underlying value(s)."),
|
|
19146
|
-
id: m.string().optional().describe("The unique ID of the association. Never changes."),
|
|
19147
|
-
lang: m.string().optional(),
|
|
19148
|
-
name: m.string().optional(),
|
|
19149
|
-
primary: m.boolean().optional().describe("Indicates whether this association is the default\namong others of the same type."),
|
|
19150
|
-
region: m.string().optional(),
|
|
19151
|
-
script: m.string().optional(),
|
|
19152
|
-
tag: m.string().optional(),
|
|
19153
|
-
updatedAt: m.string().optional().describe("Timestamp(milli) of the last Field update.\nTake part in Etag generation."),
|
|
19154
|
-
updatedBy: m.object({
|
|
19155
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
19156
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
19157
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
19158
|
-
}).optional().describe("The user who performed last Update."),
|
|
19159
|
-
ver: m.number().optional().describe("Version of the latest update. Numeric sequence.")
|
|
19160
|
-
}).describe("A Contact's locale preference.\nOutput purpose only.")).optional().describe("Page of the Contact's Language(s) dataset."),
|
|
19161
|
-
next: m.boolean().optional(),
|
|
19162
|
-
page: m.number().optional().describe("Page number of partial result dataset records.")
|
|
19163
|
-
}).optional().describe("A Contact's locale preference(s)."),
|
|
19164
18958
|
managers: m.object({
|
|
19165
18959
|
data: m.array(m.object({
|
|
19166
18960
|
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
@@ -19474,34 +19268,6 @@ m.array(Ce), m.object({
|
|
|
19474
19268
|
next: m.boolean().optional(),
|
|
19475
19269
|
page: m.number().optional().describe("Page number of partial result.")
|
|
19476
19270
|
}).optional().describe("The Contact's associated tag(s)."),
|
|
19477
|
-
languages: m.object({
|
|
19478
|
-
data: m.array(m.object({
|
|
19479
|
-
code: m.string().optional(),
|
|
19480
|
-
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
19481
|
-
createdBy: m.object({
|
|
19482
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
19483
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
19484
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
19485
|
-
}).optional().describe("Timestamp(milli) of the Field creation."),
|
|
19486
|
-
etag: m.string().optional().describe("Unique ID of the latest version of the update.\nThis ID changes after any update to the underlying value(s)."),
|
|
19487
|
-
id: m.string().optional().describe("The unique ID of the association. Never changes."),
|
|
19488
|
-
lang: m.string().optional(),
|
|
19489
|
-
name: m.string().optional(),
|
|
19490
|
-
primary: m.boolean().optional().describe("Indicates whether this association is the default\namong others of the same type."),
|
|
19491
|
-
region: m.string().optional(),
|
|
19492
|
-
script: m.string().optional(),
|
|
19493
|
-
tag: m.string().optional(),
|
|
19494
|
-
updatedAt: m.string().optional().describe("Timestamp(milli) of the last Field update.\nTake part in Etag generation."),
|
|
19495
|
-
updatedBy: m.object({
|
|
19496
|
-
id: m.string().optional().describe("Reference Object unique ID."),
|
|
19497
|
-
name: m.string().optional().describe("Reference Object display name."),
|
|
19498
|
-
type: m.string().optional().describe("Reference Object well-known type.")
|
|
19499
|
-
}).optional().describe("The user who performed last Update."),
|
|
19500
|
-
ver: m.number().optional().describe("Version of the latest update. Numeric sequence.")
|
|
19501
|
-
}).describe("A Contact's locale preference.\nOutput purpose only.")).optional().describe("Page of the Contact's Language(s) dataset."),
|
|
19502
|
-
next: m.boolean().optional(),
|
|
19503
|
-
page: m.number().optional().describe("Page number of partial result dataset records.")
|
|
19504
|
-
}).optional().describe("A Contact's locale preference(s)."),
|
|
19505
19271
|
managers: m.object({
|
|
19506
19272
|
data: m.array(m.object({
|
|
19507
19273
|
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
@@ -22691,7 +22457,7 @@ m.array(Ae), m.object({
|
|
|
22691
22457
|
variables: m.record(m.string(), m.string()).optional()
|
|
22692
22458
|
})).optional(),
|
|
22693
22459
|
next: m.boolean().optional()
|
|
22694
|
-
}), m.object({ attempt_id: m.string() }), m.object({ renewal: m.number().optional() }), m.looseObject({}), m.object({
|
|
22460
|
+
}), m.object({ attempt_id: m.string() }), m.object({ agentId: m.string().optional().describe("Optional. If omitted (0), the attempt is assigned to the calling user's own agent.") }), m.looseObject({}), m.object({ attempt_id: m.string() }), m.object({ renewal: m.number().optional() }), m.looseObject({}), m.object({
|
|
22695
22461
|
agentId: m.array(m.number()).optional(),
|
|
22696
22462
|
attempts: m.object({
|
|
22697
22463
|
from: m.string().optional(),
|
|
@@ -26229,6 +25995,7 @@ m.array(Ie), m.object({
|
|
|
26229
25995
|
stickyAgent: m.boolean().optional(),
|
|
26230
25996
|
strategy: m.string().optional(),
|
|
26231
25997
|
taskProcessing: m.object({
|
|
25998
|
+
autosave: m.boolean().optional(),
|
|
26232
25999
|
enabled: m.boolean().optional(),
|
|
26233
26000
|
formSchema: m.object({
|
|
26234
26001
|
id: m.string().optional(),
|
|
@@ -26304,6 +26071,7 @@ m.array(Ie), m.object({
|
|
|
26304
26071
|
stickyAgent: m.boolean().optional(),
|
|
26305
26072
|
strategy: m.string().optional(),
|
|
26306
26073
|
taskProcessing: m.object({
|
|
26074
|
+
autosave: m.boolean().optional(),
|
|
26307
26075
|
enabled: m.boolean().optional(),
|
|
26308
26076
|
formSchema: m.object({
|
|
26309
26077
|
id: m.string().optional(),
|
|
@@ -26387,6 +26155,7 @@ m.array(Ie), m.object({
|
|
|
26387
26155
|
stickyAgent: m.boolean().optional(),
|
|
26388
26156
|
strategy: m.string().optional(),
|
|
26389
26157
|
taskProcessing: m.object({
|
|
26158
|
+
autosave: m.boolean().optional(),
|
|
26390
26159
|
enabled: m.boolean().optional(),
|
|
26391
26160
|
formSchema: m.object({
|
|
26392
26161
|
id: m.string().optional(),
|
|
@@ -26555,6 +26324,7 @@ m.array(Ie), m.object({
|
|
|
26555
26324
|
stickyAgent: m.boolean().optional(),
|
|
26556
26325
|
strategy: m.string().optional(),
|
|
26557
26326
|
taskProcessing: m.object({
|
|
26327
|
+
autosave: m.boolean().optional(),
|
|
26558
26328
|
enabled: m.boolean().optional(),
|
|
26559
26329
|
formSchema: m.object({
|
|
26560
26330
|
id: m.string().optional(),
|
|
@@ -26644,6 +26414,7 @@ m.array(Ie), m.object({
|
|
|
26644
26414
|
stickyAgent: m.boolean().optional(),
|
|
26645
26415
|
strategy: m.string().optional(),
|
|
26646
26416
|
taskProcessing: m.object({
|
|
26417
|
+
autosave: m.boolean().optional(),
|
|
26647
26418
|
enabled: m.boolean().optional(),
|
|
26648
26419
|
formSchema: m.object({
|
|
26649
26420
|
id: m.string().optional(),
|
|
@@ -26718,6 +26489,7 @@ m.array(Ie), m.object({
|
|
|
26718
26489
|
stickyAgent: m.boolean().optional(),
|
|
26719
26490
|
strategy: m.string().optional(),
|
|
26720
26491
|
taskProcessing: m.object({
|
|
26492
|
+
autosave: m.boolean().optional(),
|
|
26721
26493
|
enabled: m.boolean().optional(),
|
|
26722
26494
|
formSchema: m.object({
|
|
26723
26495
|
id: m.string().optional(),
|
|
@@ -26801,6 +26573,7 @@ m.array(Ie), m.object({
|
|
|
26801
26573
|
stickyAgent: m.boolean().optional(),
|
|
26802
26574
|
strategy: m.string().optional(),
|
|
26803
26575
|
taskProcessing: m.object({
|
|
26576
|
+
autosave: m.boolean().optional(),
|
|
26804
26577
|
enabled: m.boolean().optional(),
|
|
26805
26578
|
formSchema: m.object({
|
|
26806
26579
|
id: m.string().optional(),
|
|
@@ -26874,6 +26647,7 @@ m.array(Ie), m.object({
|
|
|
26874
26647
|
stickyAgent: m.boolean().optional(),
|
|
26875
26648
|
strategy: m.string().optional(),
|
|
26876
26649
|
taskProcessing: m.object({
|
|
26650
|
+
autosave: m.boolean().optional(),
|
|
26877
26651
|
enabled: m.boolean().optional(),
|
|
26878
26652
|
formSchema: m.object({
|
|
26879
26653
|
id: m.string().optional(),
|
|
@@ -26957,6 +26731,7 @@ m.array(Ie), m.object({
|
|
|
26957
26731
|
stickyAgent: m.boolean().optional(),
|
|
26958
26732
|
strategy: m.string().optional(),
|
|
26959
26733
|
taskProcessing: m.object({
|
|
26734
|
+
autosave: m.boolean().optional(),
|
|
26960
26735
|
enabled: m.boolean().optional(),
|
|
26961
26736
|
formSchema: m.object({
|
|
26962
26737
|
id: m.string().optional(),
|
|
@@ -30318,16 +30093,16 @@ m.array(Le), m.object({
|
|
|
30318
30093
|
q: m.string().optional(),
|
|
30319
30094
|
sort: m.string().optional(),
|
|
30320
30095
|
fields: m.array(m.string()).optional(),
|
|
30321
|
-
name: m.array(m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options".split("."))).optional().describe("Filter by setting names")
|
|
30096
|
+
name: m.array(m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options.default_members_filter".split("."))).optional().describe("Filter by setting names")
|
|
30322
30097
|
}), m.object({
|
|
30323
30098
|
items: m.array(m.object({
|
|
30324
30099
|
id: m.number().optional(),
|
|
30325
|
-
name: m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options".split(".")).default("empty_system_settings_name")
|
|
30100
|
+
name: m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options.default_members_filter".split(".")).default("empty_system_settings_name")
|
|
30326
30101
|
})).optional(),
|
|
30327
30102
|
next: m.boolean().optional()
|
|
30328
|
-
}), m.object({ name: m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options".split(".")).default("empty_system_settings_name") }), m.object({
|
|
30103
|
+
}), m.object({ name: m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options.default_members_filter".split(".")).default("empty_system_settings_name") }), m.object({
|
|
30329
30104
|
id: m.number().optional(),
|
|
30330
|
-
name: m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options".split(".")).default("empty_system_settings_name")
|
|
30105
|
+
name: m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options.default_members_filter".split(".")).default("empty_system_settings_name")
|
|
30331
30106
|
}), m.object({
|
|
30332
30107
|
page: m.number().optional(),
|
|
30333
30108
|
size: m.number().optional(),
|
|
@@ -30339,16 +30114,16 @@ m.array(Le), m.object({
|
|
|
30339
30114
|
next: m.boolean().optional()
|
|
30340
30115
|
}), m.object({ id: m.number() }), m.object({
|
|
30341
30116
|
id: m.number().optional(),
|
|
30342
|
-
name: m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options".split(".")).default("empty_system_settings_name")
|
|
30117
|
+
name: m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options.default_members_filter".split(".")).default("empty_system_settings_name")
|
|
30343
30118
|
}), m.object({ id: m.number() }), m.object({
|
|
30344
30119
|
id: m.number().optional(),
|
|
30345
|
-
name: m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options".split(".")).default("empty_system_settings_name")
|
|
30120
|
+
name: m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options.default_members_filter".split(".")).default("empty_system_settings_name")
|
|
30346
30121
|
}), m.object({ id: m.number() }), m.object({ fields: m.array(m.string()).optional() }), m.object({
|
|
30347
30122
|
id: m.number().optional(),
|
|
30348
|
-
name: m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options".split(".")).default("empty_system_settings_name")
|
|
30123
|
+
name: m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options.default_members_filter".split(".")).default("empty_system_settings_name")
|
|
30349
30124
|
}), m.object({ id: m.number() }), m.looseObject({}), m.object({
|
|
30350
30125
|
id: m.number().optional(),
|
|
30351
|
-
name: m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options".split(".")).default("empty_system_settings_name")
|
|
30126
|
+
name: m.enum(/* @__PURE__ */ "empty_system_settings_name.enable_omnichannel.member_chunk_size.amd_cancel_not_human.scheme_version_limit.enable_2fa.export_settings.search_number_length.chat_ai_connection.password_reg_exp.password_validation_text.autolink_call_to_contact.period_to_playback_records.is_fulltext_search_enabled.wbt_hide_contact.show_full_contact.call_end_sound_notification.call_end_push_notification.chat_end_sound_notification.chat_end_push_notification.task_end_sound_notification.task_end_push_notification.push_notification_timeout.labels_to_limit_contacts.autolink_mail_to_contact.new_message_sound_notification.new_chat_sound_notification.screenshot_interval.password_expiry_days.password_min_length.password_categories.password_contains_login.password_warning_days.default_password.expand_contact_tabs.default_workspace_tab.block_all_member_numbers_from_list.login_options.default_members_filter".split(".")).default("empty_system_settings_name")
|
|
30352
30127
|
}), m.object({
|
|
30353
30128
|
page: m.number().optional(),
|
|
30354
30129
|
size: m.number().optional()
|
|
@@ -34347,7 +34122,7 @@ m.array(He), m.object({
|
|
|
34347
34122
|
via: m.string().optional()
|
|
34348
34123
|
})).optional()
|
|
34349
34124
|
}).optional().describe("Contact who set the variable."),
|
|
34350
|
-
value: m.
|
|
34125
|
+
value: m.unknown().optional().describe("Arbitrary structured value of the variable.\nSupports dynamic JSON-like content.")
|
|
34351
34126
|
}).describe("VariableEntry represents a single variable value\nalong with metadata about who and when it was set.")).optional().describe("Key-value map of variables.\nKey is the variable name, value contains data and metadata.")
|
|
34352
34127
|
}).optional().describe("Optional variables associated with the thread.")
|
|
34353
34128
|
}).describe("Thread represents a thread (aka chat or conversation) entity.")).optional().describe("List of threads matching the search criteria."),
|
|
@@ -34615,7 +34390,7 @@ m.array(He), m.object({
|
|
|
34615
34390
|
via: m.string().optional()
|
|
34616
34391
|
})).optional()
|
|
34617
34392
|
}).optional().describe("Contact who set the variable."),
|
|
34618
|
-
value: m.
|
|
34393
|
+
value: m.unknown().optional().describe("Arbitrary structured value of the variable.\nSupports dynamic JSON-like content.")
|
|
34619
34394
|
}).describe("VariableEntry represents a single variable value\nalong with metadata about who and when it was set.")).optional().describe("Key-value map of variables.\nKey is the variable name, value contains data and metadata.")
|
|
34620
34395
|
}).optional().describe("Optional variables associated with the thread.")
|
|
34621
34396
|
}).optional().describe("Represents main entity for thread.") }).describe("ThreadManagementCreateResponse represents information enabled after thread creation."), m.object({
|
|
@@ -34889,7 +34664,7 @@ m.array(He), m.object({
|
|
|
34889
34664
|
via: m.string().optional()
|
|
34890
34665
|
})).optional()
|
|
34891
34666
|
}).optional().describe("Contact who set the variable."),
|
|
34892
|
-
value: m.
|
|
34667
|
+
value: m.unknown().optional().describe("Arbitrary structured value of the variable.\nSupports dynamic JSON-like content.")
|
|
34893
34668
|
}).describe("VariableEntry represents a single variable value\nalong with metadata about who and when it was set.")).optional().describe("Key-value map of variables.\nKey is the variable name, value contains data and metadata.")
|
|
34894
34669
|
}).optional().describe("Optional variables associated with the thread.")
|
|
34895
34670
|
}).describe("Thread represents a thread (aka chat or conversation) entity.")).optional().describe("Threads in which the caller was previously a member, but has left."),
|
|
@@ -35153,7 +34928,7 @@ m.array(He), m.object({
|
|
|
35153
34928
|
via: m.string().optional()
|
|
35154
34929
|
})).optional()
|
|
35155
34930
|
}).optional().describe("Contact who set the variable."),
|
|
35156
|
-
value: m.
|
|
34931
|
+
value: m.unknown().optional().describe("Arbitrary structured value of the variable.\nSupports dynamic JSON-like content.")
|
|
35157
34932
|
}).describe("VariableEntry represents a single variable value\nalong with metadata about who and when it was set.")).optional().describe("Key-value map of variables.\nKey is the variable name, value contains data and metadata.")
|
|
35158
34933
|
}).optional().describe("Optional variables associated with the thread.")
|
|
35159
34934
|
}).describe("Thread represents a thread (aka chat or conversation) entity."), m.object({ thread_id: m.string() }), m.object({
|
|
@@ -35292,11 +35067,11 @@ m.array(He), m.object({
|
|
|
35292
35067
|
via: m.string().optional()
|
|
35293
35068
|
})).optional()
|
|
35294
35069
|
}).optional().describe("Contact who set the variable."),
|
|
35295
|
-
value: m.
|
|
35070
|
+
value: m.unknown().optional().describe("Arbitrary structured value of the variable.\nSupports dynamic JSON-like content.")
|
|
35296
35071
|
}).describe("VariableEntry represents a single variable value\nalong with metadata about who and when it was set.")).optional().describe("Key-value map of variables.\nKey is the variable name, value contains data and metadata.")
|
|
35297
35072
|
}).describe("ThreadVariables contains all variables associated with a thread."), m.object({ thread_id: m.string().describe("Unique identifier for the thread.") }), m.object({ variables: m.array(m.object({
|
|
35298
35073
|
key: m.string().optional().describe("Variable key."),
|
|
35299
|
-
value: m.
|
|
35074
|
+
value: m.unknown().optional().describe("Variable value.")
|
|
35300
35075
|
}).describe("VariableEntryRequest represents a variable update operation.")).optional().describe("List of variables to set or update.\nExisting variables with the same keys will be overwritten.") }).describe("SetVariablesRequest defines parameters\nfor setting or updating thread variables."), m.object({
|
|
35301
35076
|
threadId: m.string().optional().describe("Unique identifier for the thread."),
|
|
35302
35077
|
variables: m.record(m.string(), m.object({
|
|
@@ -35322,7 +35097,7 @@ m.array(He), m.object({
|
|
|
35322
35097
|
via: m.string().optional()
|
|
35323
35098
|
})).optional()
|
|
35324
35099
|
}).optional().describe("Contact who set the variable."),
|
|
35325
|
-
value: m.
|
|
35100
|
+
value: m.unknown().optional().describe("Arbitrary structured value of the variable.\nSupports dynamic JSON-like content.")
|
|
35326
35101
|
}).describe("VariableEntry represents a single variable value\nalong with metadata about who and when it was set.")).optional().describe("Key-value map of variables.\nKey is the variable name, value contains data and metadata.")
|
|
35327
35102
|
}).describe("ThreadVariables contains all variables associated with a thread."), m.object({ thread_id: m.string().describe("Unique identifier for the thread.") }), m.object({ keys: m.array(m.string()).optional().describe("List of variable keys to flush.") }).describe("FlushVariablesRequest defines parameters\nfor flushing thread variables by thread ID."), m.object({
|
|
35328
35103
|
threadId: m.string().optional().describe("Unique identifier for the thread."),
|
|
@@ -35349,7 +35124,7 @@ m.array(He), m.object({
|
|
|
35349
35124
|
via: m.string().optional()
|
|
35350
35125
|
})).optional()
|
|
35351
35126
|
}).optional().describe("Contact who set the variable."),
|
|
35352
|
-
value: m.
|
|
35127
|
+
value: m.unknown().optional().describe("Arbitrary structured value of the variable.\nSupports dynamic JSON-like content.")
|
|
35353
35128
|
}).describe("VariableEntry represents a single variable value\nalong with metadata about who and when it was set.")).optional().describe("Key-value map of variables.\nKey is the variable name, value contains data and metadata.")
|
|
35354
35129
|
}).describe("ThreadVariables contains all variables associated with a thread."), m.object({
|
|
35355
35130
|
size: m.number().optional().describe("Number of results to return per page."),
|
|
@@ -35382,7 +35157,7 @@ m.array(He), m.object({
|
|
|
35382
35157
|
via: m.string().optional()
|
|
35383
35158
|
})).optional()
|
|
35384
35159
|
}).optional().describe("Contact who set the variable."),
|
|
35385
|
-
value: m.
|
|
35160
|
+
value: m.unknown().optional().describe("Arbitrary structured value of the variable.\nSupports dynamic JSON-like content.")
|
|
35386
35161
|
}).describe("VariableEntry represents a single variable value\nalong with metadata about who and when it was set.")).optional().describe("Key-value map of variables.\nKey is the variable name, value contains data and metadata.")
|
|
35387
35162
|
}).describe("ThreadVariables contains all variables associated with a thread.")).optional().describe("List of thread variables grouped by thread."),
|
|
35388
35163
|
next: m.boolean().optional().describe("Indicates if there are more results to fetch.")
|
|
@@ -11,7 +11,7 @@ import { t as oe } from "./wt-toast-DXrSMdRm.js";
|
|
|
11
11
|
import "./sortQueryAdapters-CyYXvnDN.js";
|
|
12
12
|
import { n as w, t as T } from "./wt-icon-btn-BIU9YjS8.js";
|
|
13
13
|
import { t as se } from "./wt-icon-action-BBmutGsL.js";
|
|
14
|
-
import { t as ce } from "./useValidation-
|
|
14
|
+
import { t as ce } from "./useValidation-BedhHNX5.js";
|
|
15
15
|
import { i as le, n as ue, r as de } from "./composables-vmCh4eqT.js";
|
|
16
16
|
import { t as fe } from "./wt-expand-transition-C2p9bR4j.js";
|
|
17
17
|
import { a as pe, c as me, i as he, n as ge, o as _e, r as ve, s as ye, t as be } from "./floating-ui.dom-Ch9ml4Rx.js";
|
|
@@ -6537,9 +6537,9 @@ var zl = {
|
|
|
6537
6537
|
])), [[r, d]]) : O("", !0)], 2);
|
|
6538
6538
|
};
|
|
6539
6539
|
}
|
|
6540
|
-
}, [["__scopeId", "data-v-72aa56d0"]]), Wl = N(() => import("./wt-action-bar-HBm22ay5.js")), Gl = N(() => import("./wt-button-select-BnRHgJ4i.js")), Kl = N(() => import("./wt-confirm-dialog-DCUitG2v.js")), ql = N(() => import("./wt-context-menu-yW52oF-2.js")), Jl = N(() => import("./wt-copy-action-d9gVzAsB.js")), Yl = N(() => import("./wt-datepicker-
|
|
6541
|
-
N(() => import("./wt-type-extension-value-input-
|
|
6542
|
-
var Du = N(() => import("./wt-screen-recordings-action-Dzzo0eqW.js")), Ou = N(() => import("./wt-send-message-popup-
|
|
6540
|
+
}, [["__scopeId", "data-v-72aa56d0"]]), Wl = N(() => import("./wt-action-bar-HBm22ay5.js")), Gl = N(() => import("./wt-button-select-BnRHgJ4i.js")), Kl = N(() => import("./wt-confirm-dialog-DCUitG2v.js")), ql = N(() => import("./wt-context-menu-yW52oF-2.js")), Jl = N(() => import("./wt-copy-action-d9gVzAsB.js")), Yl = N(() => import("./wt-datepicker-D2GjAUWU.js")), Xl = N(() => import("./wt-dual-panel-Dhj8Eg_y.js")), Zl = N(() => import("./wt-dummy-CLjhRWZ6.js")), Ql = N(() => import("./wt-error-page-vhu4lIyF.js")), $l = N(() => import("./wt-expansion-panel-Br7JPc5X.js")), eu = N(() => import("./wt-expansion-card-DvLD-TP4.js")), tu = N(() => import("./wt-filters-panel-wrapper-Cc9b3aci.js")), nu = N(() => import("./wt-galleria-DT0SOjXk.js")), ru = N(() => import("./wt-notifications-bar-DhJxMjNB.js")), iu = N(() => import("./wt-page-header-CDbd4aOh.js")), au = N(() => import("./wt-pagination-G2ZGU4Pi.js")), ou = N(() => import("./wt-player-_mTlxsCu.js")), su = N(() => import("./wt-popover-ChCN6b1o.js").then((e) => e.n)), cu = N(() => import("./wt-search-bar-CUxiGcoz.js")), lu = N(() => import("./wt-slider-BPzRTeYU.js").then((e) => e.n)), uu = N(() => import("./wt-status-select-D1hAjCAS.js")), du = N(() => import("./wt-stepper-B6zpd1Uh.js")), fu = N(() => import("./wt-table-DS_2J5zF.js")), pu = N(() => import("./wt-table-actions-4-peSVkc.js")), mu = N(() => import("./wt-table-column-select-CgEh5BAF.js")), hu = N(() => import("./wt-tabs-DuOgj-lZ.js")), gu = N(() => import("./wt-time-input-CO2cop3y.js")), _u = N(() => import("./wt-timepicker-Bxdc4s3_.js")), vu = N(() => import("./wt-tree-DZ9ErOGj.js")), yu = N(() => import("./wt-tree-table-2K7cdct7.js")), bu = N(() => import("./wt-vidstack-player-BJhIWHcT.js")), xu = N(() => import("./wt-call-media-action-Bn2bGCWs.js")), Su = N(() => import("./wt-chat-emoji-Bxx-vud5.js")), Cu = N(() => import("./wt-display-chip-items-Dh4I_R3N.js")), wu = N(() => import("./wt-navigation-menu-CenQi_-T.js")), Tu = N(() => import("./wt-selection-popup-CjYw4ppb.js")), Eu = N(() => import("./wt-start-page-DMXRhA9E.js"));
|
|
6541
|
+
N(() => import("./wt-type-extension-value-input-CkBLTUKL.js"));
|
|
6542
|
+
var Du = N(() => import("./wt-screen-recordings-action-Dzzo0eqW.js")), Ou = N(() => import("./wt-send-message-popup-CfXNIN5B.js")), ku = {
|
|
6543
6543
|
WtActionBar: Wl,
|
|
6544
6544
|
WtImage: fo,
|
|
6545
6545
|
WtEmpty: _o,
|
package/dist/ui-sdk.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "./generateInstance-C9d7J_TX.js";
|
|
2
2
|
import { n as t } from "./wt-icon-y89gRcOs.js";
|
|
3
|
-
import { S as n, _ as r, b as i, c as a, d as o, f as s, g as c, h as l, l as u, m as d, p as f, t as p, u as m, v as h, x as g, y as _ } from "./components-
|
|
3
|
+
import { S as n, _ as r, b as i, c as a, d as o, f as s, g as c, h as l, l as u, m as d, p as f, t as p, u as m, v as h, x as g, y as _ } from "./components-HoXxNgtV.js";
|
|
4
4
|
import { i as v, l as y } from "./enums-De8CDKZ1.js";
|
|
5
5
|
import { computed as b, reactive as x, shallowRef as S, watch as C } from "vue";
|
|
6
6
|
import w from "primevue/autocomplete";
|