@webitel/ui-sdk 26.8.28 → 26.8.30
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-B0X6h5kQ.js → clients-DYgSupBB.js} +1481 -208
- package/dist/{components-Cx915__m.js → components-BDKAbff7.js} +3 -3
- package/dist/ui-sdk.js +2 -2
- package/dist/ui-sdk.umd.cjs +833 -617
- package/dist/{wt-chat-emoji-NGR9eeqQ.js → wt-chat-emoji-BDckjRW9.js} +1 -1
- package/dist/{wt-display-chip-items-BmiTSnfu.js → wt-display-chip-items-BxQrYGag.js} +1 -1
- package/dist/{wt-send-message-popup-CoIsI1qk.js → wt-send-message-popup-BQmQ764a.js} +2 -2
- package/dist/{wt-type-extension-value-input-VRi1AAQy.js → wt-type-extension-value-input-BPhqY-_e.js} +2 -2
- package/dist/{wt-vidstack-player-C6o5MHBh.js → wt-vidstack-player-Byw50ZoQ.js} +1 -1
- package/package.json +1 -1
- package/src/modules/CallSession/modules/VideoCall/video-call.vue +22 -7
- package/types/.tsbuildinfo +1 -1
|
@@ -2029,8 +2029,8 @@ m.object({
|
|
|
2029
2029
|
}), m.object({
|
|
2030
2030
|
page: m.int().optional(),
|
|
2031
2031
|
size: m.int().optional(),
|
|
2032
|
-
|
|
2033
|
-
|
|
2032
|
+
timeFrom: m.string().optional(),
|
|
2033
|
+
timeTo: m.string().optional(),
|
|
2034
2034
|
agentId: m.array(m.int()).optional(),
|
|
2035
2035
|
domainId: m.string().optional(),
|
|
2036
2036
|
q: m.string().optional(),
|
|
@@ -2063,13 +2063,13 @@ m.object({
|
|
|
2063
2063
|
sort: m.string().optional(),
|
|
2064
2064
|
fields: m.array(m.string()).optional(),
|
|
2065
2065
|
agentId: m.array(m.string()).optional(),
|
|
2066
|
-
|
|
2067
|
-
|
|
2066
|
+
timeFrom: m.string().optional(),
|
|
2067
|
+
timeTo: m.string().optional(),
|
|
2068
2068
|
status: m.array(m.string()).optional(),
|
|
2069
2069
|
queueId: m.array(m.int()).optional(),
|
|
2070
2070
|
teamId: m.array(m.int()).optional(),
|
|
2071
|
-
|
|
2072
|
-
|
|
2071
|
+
utilizationFrom: m.string().optional(),
|
|
2072
|
+
utilizationTo: m.string().optional(),
|
|
2073
2073
|
hasCall: m.boolean().optional(),
|
|
2074
2074
|
skillId: m.array(m.int()).optional(),
|
|
2075
2075
|
regionId: m.array(m.int()).optional(),
|
|
@@ -2127,8 +2127,8 @@ m.object({
|
|
|
2127
2127
|
})).optional(),
|
|
2128
2128
|
next: m.boolean().optional()
|
|
2129
2129
|
}), m.object({ agent_id: m.string() }), m.object({
|
|
2130
|
-
|
|
2131
|
-
|
|
2130
|
+
timeFrom: m.string().optional(),
|
|
2131
|
+
timeTo: m.string().optional()
|
|
2132
2132
|
}), m.object({
|
|
2133
2133
|
agentId: m.int().optional(),
|
|
2134
2134
|
auditor: m.array(m.object({
|
|
@@ -2170,8 +2170,8 @@ m.object({
|
|
|
2170
2170
|
}), m.object({
|
|
2171
2171
|
page: m.int().optional(),
|
|
2172
2172
|
size: m.int().optional(),
|
|
2173
|
-
|
|
2174
|
-
|
|
2173
|
+
joinedAtFrom: m.string().optional(),
|
|
2174
|
+
joinedAtTo: m.string().optional(),
|
|
2175
2175
|
agentId: m.array(m.string()).optional(),
|
|
2176
2176
|
sort: m.string().optional(),
|
|
2177
2177
|
domainId: m.string().optional(),
|
|
@@ -3046,8 +3046,8 @@ m.object({
|
|
|
3046
3046
|
name: m.string().optional()
|
|
3047
3047
|
}).optional()
|
|
3048
3048
|
}).optional() }), m.object({ working_schedule_id: m.string() }), m.object({
|
|
3049
|
-
|
|
3050
|
-
|
|
3049
|
+
dateFrom: m.string().optional(),
|
|
3050
|
+
dateTo: m.string().optional(),
|
|
3051
3051
|
supervisorId: m.array(m.string()).optional(),
|
|
3052
3052
|
teamId: m.array(m.string()).optional(),
|
|
3053
3053
|
skillId: m.array(m.string()).optional(),
|
|
@@ -3500,6 +3500,512 @@ m.object({
|
|
|
3500
3500
|
next: m.boolean().optional(),
|
|
3501
3501
|
page: m.int().optional().describe("The page number of the partial result.")
|
|
3502
3502
|
}).describe("Article dataset.\nNOTE: Edge represents connection between two nodes.\nSo this spaceArticles.data are always subordinate to some space.id."), m.object({
|
|
3503
|
+
size: m.int().optional().describe("Page size."),
|
|
3504
|
+
page: m.int().optional().describe("Page number (1-based)."),
|
|
3505
|
+
q: m.string().optional().describe("Optional subject search."),
|
|
3506
|
+
spaceId: m.string().optional().describe("Space to list within."),
|
|
3507
|
+
tags: m.array(m.string()).optional().describe("Optional tag filter."),
|
|
3508
|
+
state: m.enum([
|
|
3509
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
3510
|
+
"DRAFT",
|
|
3511
|
+
"ACTIVE",
|
|
3512
|
+
"INACTIVE"
|
|
3513
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Optional state filter."),
|
|
3514
|
+
type: m.enum([
|
|
3515
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
3516
|
+
"ARTICLE",
|
|
3517
|
+
"FAQ"
|
|
3518
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Optional type filter."),
|
|
3519
|
+
sort: m.string().optional().describe("Sorting criteria (e.g. field:asc)."),
|
|
3520
|
+
fields: m.array(m.string()).optional().describe("Set of fields to return.")
|
|
3521
|
+
}), m.object({
|
|
3522
|
+
items: m.array(m.object({
|
|
3523
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
3524
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
3525
|
+
createdBy: m.object({
|
|
3526
|
+
id: m.string().optional(),
|
|
3527
|
+
name: m.string().optional()
|
|
3528
|
+
}).optional().describe("User who created the article."),
|
|
3529
|
+
depth: m.int().optional().describe("Hierarchy depth (1..5)."),
|
|
3530
|
+
domainId: m.string().optional().describe("Owning domain id."),
|
|
3531
|
+
etag: m.string().optional().describe("Concurrency token encoding id and ver."),
|
|
3532
|
+
id: m.string().optional().describe("Unique identifier of the article."),
|
|
3533
|
+
indexState: m.enum([
|
|
3534
|
+
"INDEX_STATE_UNSPECIFIED",
|
|
3535
|
+
"PENDING",
|
|
3536
|
+
"INDEXING",
|
|
3537
|
+
"INDEXED",
|
|
3538
|
+
"FAILED"
|
|
3539
|
+
]).default("INDEX_STATE_UNSPECIFIED").describe("Indexing state."),
|
|
3540
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
3541
|
+
publishedVersionId: m.string().optional().describe("Published version id; 0 if not yet published."),
|
|
3542
|
+
space: m.object({
|
|
3543
|
+
id: m.string().optional(),
|
|
3544
|
+
name: m.string().optional()
|
|
3545
|
+
}).optional().describe("Space the article belongs to."),
|
|
3546
|
+
state: m.enum([
|
|
3547
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
3548
|
+
"DRAFT",
|
|
3549
|
+
"ACTIVE",
|
|
3550
|
+
"INACTIVE"
|
|
3551
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
3552
|
+
subject: m.string().optional().describe("Current subject (mirrors the published version)."),
|
|
3553
|
+
type: m.enum([
|
|
3554
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
3555
|
+
"ARTICLE",
|
|
3556
|
+
"FAQ"
|
|
3557
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type."),
|
|
3558
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms)."),
|
|
3559
|
+
updatedBy: m.object({
|
|
3560
|
+
id: m.string().optional(),
|
|
3561
|
+
name: m.string().optional()
|
|
3562
|
+
}).optional().describe("User who last updated the article."),
|
|
3563
|
+
ver: m.int().optional().describe("Optimistic-lock counter.")
|
|
3564
|
+
}).describe("Article is the article read model.")).optional().describe("Articles on this page."),
|
|
3565
|
+
next: m.boolean().optional().describe("Whether a next page exists.")
|
|
3566
|
+
}).describe("ArticleList is a page of articles."), m.object({
|
|
3567
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
3568
|
+
bodyRichText: m.looseObject({}).optional().describe("Editor document; serialized server-side to markdown/plaintext/tsvector."),
|
|
3569
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
3570
|
+
spaceId: m.string().optional().describe("Target space."),
|
|
3571
|
+
state: m.enum([
|
|
3572
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
3573
|
+
"DRAFT",
|
|
3574
|
+
"ACTIVE",
|
|
3575
|
+
"INACTIVE"
|
|
3576
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
3577
|
+
subject: m.string().optional().describe("Article subject."),
|
|
3578
|
+
type: m.enum([
|
|
3579
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
3580
|
+
"ARTICLE",
|
|
3581
|
+
"FAQ"
|
|
3582
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type.")
|
|
3583
|
+
}).describe("InputArticle carries the writable fields of an article and its body."), m.object({
|
|
3584
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
3585
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
3586
|
+
createdBy: m.object({
|
|
3587
|
+
id: m.string().optional(),
|
|
3588
|
+
name: m.string().optional()
|
|
3589
|
+
}).optional().describe("User who created the article."),
|
|
3590
|
+
depth: m.int().optional().describe("Hierarchy depth (1..5)."),
|
|
3591
|
+
domainId: m.string().optional().describe("Owning domain id."),
|
|
3592
|
+
etag: m.string().optional().describe("Concurrency token encoding id and ver."),
|
|
3593
|
+
id: m.string().optional().describe("Unique identifier of the article."),
|
|
3594
|
+
indexState: m.enum([
|
|
3595
|
+
"INDEX_STATE_UNSPECIFIED",
|
|
3596
|
+
"PENDING",
|
|
3597
|
+
"INDEXING",
|
|
3598
|
+
"INDEXED",
|
|
3599
|
+
"FAILED"
|
|
3600
|
+
]).default("INDEX_STATE_UNSPECIFIED").describe("Indexing state."),
|
|
3601
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
3602
|
+
publishedVersionId: m.string().optional().describe("Published version id; 0 if not yet published."),
|
|
3603
|
+
space: m.object({
|
|
3604
|
+
id: m.string().optional(),
|
|
3605
|
+
name: m.string().optional()
|
|
3606
|
+
}).optional().describe("Space the article belongs to."),
|
|
3607
|
+
state: m.enum([
|
|
3608
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
3609
|
+
"DRAFT",
|
|
3610
|
+
"ACTIVE",
|
|
3611
|
+
"INACTIVE"
|
|
3612
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
3613
|
+
subject: m.string().optional().describe("Current subject (mirrors the published version)."),
|
|
3614
|
+
type: m.enum([
|
|
3615
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
3616
|
+
"ARTICLE",
|
|
3617
|
+
"FAQ"
|
|
3618
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type."),
|
|
3619
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms)."),
|
|
3620
|
+
updatedBy: m.object({
|
|
3621
|
+
id: m.string().optional(),
|
|
3622
|
+
name: m.string().optional()
|
|
3623
|
+
}).optional().describe("User who last updated the article."),
|
|
3624
|
+
ver: m.int().optional().describe("Optimistic-lock counter.")
|
|
3625
|
+
}).describe("Article is the article read model."), m.object({ etag: m.string().describe("Concurrency token of the article to delete.") }), m.object({
|
|
3626
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
3627
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
3628
|
+
createdBy: m.object({
|
|
3629
|
+
id: m.string().optional(),
|
|
3630
|
+
name: m.string().optional()
|
|
3631
|
+
}).optional().describe("User who created the article."),
|
|
3632
|
+
depth: m.int().optional().describe("Hierarchy depth (1..5)."),
|
|
3633
|
+
domainId: m.string().optional().describe("Owning domain id."),
|
|
3634
|
+
etag: m.string().optional().describe("Concurrency token encoding id and ver."),
|
|
3635
|
+
id: m.string().optional().describe("Unique identifier of the article."),
|
|
3636
|
+
indexState: m.enum([
|
|
3637
|
+
"INDEX_STATE_UNSPECIFIED",
|
|
3638
|
+
"PENDING",
|
|
3639
|
+
"INDEXING",
|
|
3640
|
+
"INDEXED",
|
|
3641
|
+
"FAILED"
|
|
3642
|
+
]).default("INDEX_STATE_UNSPECIFIED").describe("Indexing state."),
|
|
3643
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
3644
|
+
publishedVersionId: m.string().optional().describe("Published version id; 0 if not yet published."),
|
|
3645
|
+
space: m.object({
|
|
3646
|
+
id: m.string().optional(),
|
|
3647
|
+
name: m.string().optional()
|
|
3648
|
+
}).optional().describe("Space the article belongs to."),
|
|
3649
|
+
state: m.enum([
|
|
3650
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
3651
|
+
"DRAFT",
|
|
3652
|
+
"ACTIVE",
|
|
3653
|
+
"INACTIVE"
|
|
3654
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
3655
|
+
subject: m.string().optional().describe("Current subject (mirrors the published version)."),
|
|
3656
|
+
type: m.enum([
|
|
3657
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
3658
|
+
"ARTICLE",
|
|
3659
|
+
"FAQ"
|
|
3660
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type."),
|
|
3661
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms)."),
|
|
3662
|
+
updatedBy: m.object({
|
|
3663
|
+
id: m.string().optional(),
|
|
3664
|
+
name: m.string().optional()
|
|
3665
|
+
}).optional().describe("User who last updated the article."),
|
|
3666
|
+
ver: m.int().optional().describe("Optimistic-lock counter.")
|
|
3667
|
+
}).describe("Article is the article read model."), m.object({ etag: m.string().describe("Concurrency token / locator.") }), m.object({
|
|
3668
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
3669
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
3670
|
+
createdBy: m.object({
|
|
3671
|
+
id: m.string().optional(),
|
|
3672
|
+
name: m.string().optional()
|
|
3673
|
+
}).optional().describe("User who created the article."),
|
|
3674
|
+
depth: m.int().optional().describe("Hierarchy depth (1..5)."),
|
|
3675
|
+
domainId: m.string().optional().describe("Owning domain id."),
|
|
3676
|
+
etag: m.string().optional().describe("Concurrency token encoding id and ver."),
|
|
3677
|
+
id: m.string().optional().describe("Unique identifier of the article."),
|
|
3678
|
+
indexState: m.enum([
|
|
3679
|
+
"INDEX_STATE_UNSPECIFIED",
|
|
3680
|
+
"PENDING",
|
|
3681
|
+
"INDEXING",
|
|
3682
|
+
"INDEXED",
|
|
3683
|
+
"FAILED"
|
|
3684
|
+
]).default("INDEX_STATE_UNSPECIFIED").describe("Indexing state."),
|
|
3685
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
3686
|
+
publishedVersionId: m.string().optional().describe("Published version id; 0 if not yet published."),
|
|
3687
|
+
space: m.object({
|
|
3688
|
+
id: m.string().optional(),
|
|
3689
|
+
name: m.string().optional()
|
|
3690
|
+
}).optional().describe("Space the article belongs to."),
|
|
3691
|
+
state: m.enum([
|
|
3692
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
3693
|
+
"DRAFT",
|
|
3694
|
+
"ACTIVE",
|
|
3695
|
+
"INACTIVE"
|
|
3696
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
3697
|
+
subject: m.string().optional().describe("Current subject (mirrors the published version)."),
|
|
3698
|
+
type: m.enum([
|
|
3699
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
3700
|
+
"ARTICLE",
|
|
3701
|
+
"FAQ"
|
|
3702
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type."),
|
|
3703
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms)."),
|
|
3704
|
+
updatedBy: m.object({
|
|
3705
|
+
id: m.string().optional(),
|
|
3706
|
+
name: m.string().optional()
|
|
3707
|
+
}).optional().describe("User who last updated the article."),
|
|
3708
|
+
ver: m.int().optional().describe("Optimistic-lock counter.")
|
|
3709
|
+
}).describe("Article is the article read model."), m.object({ etag: m.string().describe("Concurrency token of the article to update.") }), m.object({
|
|
3710
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
3711
|
+
bodyRichText: m.looseObject({}).optional().describe("Editor document; serialized server-side to markdown/plaintext/tsvector."),
|
|
3712
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
3713
|
+
spaceId: m.string().optional().describe("Target space."),
|
|
3714
|
+
state: m.enum([
|
|
3715
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
3716
|
+
"DRAFT",
|
|
3717
|
+
"ACTIVE",
|
|
3718
|
+
"INACTIVE"
|
|
3719
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
3720
|
+
subject: m.string().optional().describe("Article subject."),
|
|
3721
|
+
type: m.enum([
|
|
3722
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
3723
|
+
"ARTICLE",
|
|
3724
|
+
"FAQ"
|
|
3725
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type.")
|
|
3726
|
+
}).describe("InputArticle carries the writable fields of an article and its body."), m.object({
|
|
3727
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
3728
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
3729
|
+
createdBy: m.object({
|
|
3730
|
+
id: m.string().optional(),
|
|
3731
|
+
name: m.string().optional()
|
|
3732
|
+
}).optional().describe("User who created the article."),
|
|
3733
|
+
depth: m.int().optional().describe("Hierarchy depth (1..5)."),
|
|
3734
|
+
domainId: m.string().optional().describe("Owning domain id."),
|
|
3735
|
+
etag: m.string().optional().describe("Concurrency token encoding id and ver."),
|
|
3736
|
+
id: m.string().optional().describe("Unique identifier of the article."),
|
|
3737
|
+
indexState: m.enum([
|
|
3738
|
+
"INDEX_STATE_UNSPECIFIED",
|
|
3739
|
+
"PENDING",
|
|
3740
|
+
"INDEXING",
|
|
3741
|
+
"INDEXED",
|
|
3742
|
+
"FAILED"
|
|
3743
|
+
]).default("INDEX_STATE_UNSPECIFIED").describe("Indexing state."),
|
|
3744
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
3745
|
+
publishedVersionId: m.string().optional().describe("Published version id; 0 if not yet published."),
|
|
3746
|
+
space: m.object({
|
|
3747
|
+
id: m.string().optional(),
|
|
3748
|
+
name: m.string().optional()
|
|
3749
|
+
}).optional().describe("Space the article belongs to."),
|
|
3750
|
+
state: m.enum([
|
|
3751
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
3752
|
+
"DRAFT",
|
|
3753
|
+
"ACTIVE",
|
|
3754
|
+
"INACTIVE"
|
|
3755
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
3756
|
+
subject: m.string().optional().describe("Current subject (mirrors the published version)."),
|
|
3757
|
+
type: m.enum([
|
|
3758
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
3759
|
+
"ARTICLE",
|
|
3760
|
+
"FAQ"
|
|
3761
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type."),
|
|
3762
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms)."),
|
|
3763
|
+
updatedBy: m.object({
|
|
3764
|
+
id: m.string().optional(),
|
|
3765
|
+
name: m.string().optional()
|
|
3766
|
+
}).optional().describe("User who last updated the article."),
|
|
3767
|
+
ver: m.int().optional().describe("Optimistic-lock counter.")
|
|
3768
|
+
}).describe("Article is the article read model."), m.object({ etag: m.string().describe("Concurrency token of the article to update.") }), m.object({
|
|
3769
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
3770
|
+
bodyRichText: m.looseObject({}).optional().describe("Editor document; serialized server-side to markdown/plaintext/tsvector."),
|
|
3771
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
3772
|
+
spaceId: m.string().optional().describe("Target space."),
|
|
3773
|
+
state: m.enum([
|
|
3774
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
3775
|
+
"DRAFT",
|
|
3776
|
+
"ACTIVE",
|
|
3777
|
+
"INACTIVE"
|
|
3778
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
3779
|
+
subject: m.string().optional().describe("Article subject."),
|
|
3780
|
+
type: m.enum([
|
|
3781
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
3782
|
+
"ARTICLE",
|
|
3783
|
+
"FAQ"
|
|
3784
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type.")
|
|
3785
|
+
}).describe("InputArticle carries the writable fields of an article and its body."), m.object({
|
|
3786
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
3787
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
3788
|
+
createdBy: m.object({
|
|
3789
|
+
id: m.string().optional(),
|
|
3790
|
+
name: m.string().optional()
|
|
3791
|
+
}).optional().describe("User who created the article."),
|
|
3792
|
+
depth: m.int().optional().describe("Hierarchy depth (1..5)."),
|
|
3793
|
+
domainId: m.string().optional().describe("Owning domain id."),
|
|
3794
|
+
etag: m.string().optional().describe("Concurrency token encoding id and ver."),
|
|
3795
|
+
id: m.string().optional().describe("Unique identifier of the article."),
|
|
3796
|
+
indexState: m.enum([
|
|
3797
|
+
"INDEX_STATE_UNSPECIFIED",
|
|
3798
|
+
"PENDING",
|
|
3799
|
+
"INDEXING",
|
|
3800
|
+
"INDEXED",
|
|
3801
|
+
"FAILED"
|
|
3802
|
+
]).default("INDEX_STATE_UNSPECIFIED").describe("Indexing state."),
|
|
3803
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
3804
|
+
publishedVersionId: m.string().optional().describe("Published version id; 0 if not yet published."),
|
|
3805
|
+
space: m.object({
|
|
3806
|
+
id: m.string().optional(),
|
|
3807
|
+
name: m.string().optional()
|
|
3808
|
+
}).optional().describe("Space the article belongs to."),
|
|
3809
|
+
state: m.enum([
|
|
3810
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
3811
|
+
"DRAFT",
|
|
3812
|
+
"ACTIVE",
|
|
3813
|
+
"INACTIVE"
|
|
3814
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
3815
|
+
subject: m.string().optional().describe("Current subject (mirrors the published version)."),
|
|
3816
|
+
type: m.enum([
|
|
3817
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
3818
|
+
"ARTICLE",
|
|
3819
|
+
"FAQ"
|
|
3820
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type."),
|
|
3821
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms)."),
|
|
3822
|
+
updatedBy: m.object({
|
|
3823
|
+
id: m.string().optional(),
|
|
3824
|
+
name: m.string().optional()
|
|
3825
|
+
}).optional().describe("User who last updated the article."),
|
|
3826
|
+
ver: m.int().optional().describe("Optimistic-lock counter.")
|
|
3827
|
+
}).describe("Article is the article read model."), m.object({ etag: m.string().describe("Concurrency token of the article to move.") }), m.object({ newParentId: m.string().optional().describe("New parent id; 0 to move to top level.") }).describe("MoveArticleRequest reparents an article."), m.object({
|
|
3828
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
3829
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
3830
|
+
createdBy: m.object({
|
|
3831
|
+
id: m.string().optional(),
|
|
3832
|
+
name: m.string().optional()
|
|
3833
|
+
}).optional().describe("User who created the article."),
|
|
3834
|
+
depth: m.int().optional().describe("Hierarchy depth (1..5)."),
|
|
3835
|
+
domainId: m.string().optional().describe("Owning domain id."),
|
|
3836
|
+
etag: m.string().optional().describe("Concurrency token encoding id and ver."),
|
|
3837
|
+
id: m.string().optional().describe("Unique identifier of the article."),
|
|
3838
|
+
indexState: m.enum([
|
|
3839
|
+
"INDEX_STATE_UNSPECIFIED",
|
|
3840
|
+
"PENDING",
|
|
3841
|
+
"INDEXING",
|
|
3842
|
+
"INDEXED",
|
|
3843
|
+
"FAILED"
|
|
3844
|
+
]).default("INDEX_STATE_UNSPECIFIED").describe("Indexing state."),
|
|
3845
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
3846
|
+
publishedVersionId: m.string().optional().describe("Published version id; 0 if not yet published."),
|
|
3847
|
+
space: m.object({
|
|
3848
|
+
id: m.string().optional(),
|
|
3849
|
+
name: m.string().optional()
|
|
3850
|
+
}).optional().describe("Space the article belongs to."),
|
|
3851
|
+
state: m.enum([
|
|
3852
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
3853
|
+
"DRAFT",
|
|
3854
|
+
"ACTIVE",
|
|
3855
|
+
"INACTIVE"
|
|
3856
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
3857
|
+
subject: m.string().optional().describe("Current subject (mirrors the published version)."),
|
|
3858
|
+
type: m.enum([
|
|
3859
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
3860
|
+
"ARTICLE",
|
|
3861
|
+
"FAQ"
|
|
3862
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type."),
|
|
3863
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms)."),
|
|
3864
|
+
updatedBy: m.object({
|
|
3865
|
+
id: m.string().optional(),
|
|
3866
|
+
name: m.string().optional()
|
|
3867
|
+
}).optional().describe("User who last updated the article."),
|
|
3868
|
+
ver: m.int().optional().describe("Optimistic-lock counter.")
|
|
3869
|
+
}).describe("Article is the article read model."), m.object({ id: m.string().describe("Article id.") }), m.object({
|
|
3870
|
+
items: m.array(m.object({
|
|
3871
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
3872
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
3873
|
+
createdBy: m.object({
|
|
3874
|
+
id: m.string().optional(),
|
|
3875
|
+
name: m.string().optional()
|
|
3876
|
+
}).optional().describe("User who created the article."),
|
|
3877
|
+
depth: m.int().optional().describe("Hierarchy depth (1..5)."),
|
|
3878
|
+
domainId: m.string().optional().describe("Owning domain id."),
|
|
3879
|
+
etag: m.string().optional().describe("Concurrency token encoding id and ver."),
|
|
3880
|
+
id: m.string().optional().describe("Unique identifier of the article."),
|
|
3881
|
+
indexState: m.enum([
|
|
3882
|
+
"INDEX_STATE_UNSPECIFIED",
|
|
3883
|
+
"PENDING",
|
|
3884
|
+
"INDEXING",
|
|
3885
|
+
"INDEXED",
|
|
3886
|
+
"FAILED"
|
|
3887
|
+
]).default("INDEX_STATE_UNSPECIFIED").describe("Indexing state."),
|
|
3888
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
3889
|
+
publishedVersionId: m.string().optional().describe("Published version id; 0 if not yet published."),
|
|
3890
|
+
space: m.object({
|
|
3891
|
+
id: m.string().optional(),
|
|
3892
|
+
name: m.string().optional()
|
|
3893
|
+
}).optional().describe("Space the article belongs to."),
|
|
3894
|
+
state: m.enum([
|
|
3895
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
3896
|
+
"DRAFT",
|
|
3897
|
+
"ACTIVE",
|
|
3898
|
+
"INACTIVE"
|
|
3899
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
3900
|
+
subject: m.string().optional().describe("Current subject (mirrors the published version)."),
|
|
3901
|
+
type: m.enum([
|
|
3902
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
3903
|
+
"ARTICLE",
|
|
3904
|
+
"FAQ"
|
|
3905
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type."),
|
|
3906
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms)."),
|
|
3907
|
+
updatedBy: m.object({
|
|
3908
|
+
id: m.string().optional(),
|
|
3909
|
+
name: m.string().optional()
|
|
3910
|
+
}).optional().describe("User who last updated the article."),
|
|
3911
|
+
ver: m.int().optional().describe("Optimistic-lock counter.")
|
|
3912
|
+
}).describe("Article is the article read model.")).optional().describe("Articles on this page."),
|
|
3913
|
+
next: m.boolean().optional().describe("Whether a next page exists.")
|
|
3914
|
+
}).describe("ArticleList is a page of articles."), m.object({ id: m.string().describe("Parent article id.") }), m.object({
|
|
3915
|
+
items: m.array(m.object({
|
|
3916
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
3917
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
3918
|
+
createdBy: m.object({
|
|
3919
|
+
id: m.string().optional(),
|
|
3920
|
+
name: m.string().optional()
|
|
3921
|
+
}).optional().describe("User who created the article."),
|
|
3922
|
+
depth: m.int().optional().describe("Hierarchy depth (1..5)."),
|
|
3923
|
+
domainId: m.string().optional().describe("Owning domain id."),
|
|
3924
|
+
etag: m.string().optional().describe("Concurrency token encoding id and ver."),
|
|
3925
|
+
id: m.string().optional().describe("Unique identifier of the article."),
|
|
3926
|
+
indexState: m.enum([
|
|
3927
|
+
"INDEX_STATE_UNSPECIFIED",
|
|
3928
|
+
"PENDING",
|
|
3929
|
+
"INDEXING",
|
|
3930
|
+
"INDEXED",
|
|
3931
|
+
"FAILED"
|
|
3932
|
+
]).default("INDEX_STATE_UNSPECIFIED").describe("Indexing state."),
|
|
3933
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
3934
|
+
publishedVersionId: m.string().optional().describe("Published version id; 0 if not yet published."),
|
|
3935
|
+
space: m.object({
|
|
3936
|
+
id: m.string().optional(),
|
|
3937
|
+
name: m.string().optional()
|
|
3938
|
+
}).optional().describe("Space the article belongs to."),
|
|
3939
|
+
state: m.enum([
|
|
3940
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
3941
|
+
"DRAFT",
|
|
3942
|
+
"ACTIVE",
|
|
3943
|
+
"INACTIVE"
|
|
3944
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
3945
|
+
subject: m.string().optional().describe("Current subject (mirrors the published version)."),
|
|
3946
|
+
type: m.enum([
|
|
3947
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
3948
|
+
"ARTICLE",
|
|
3949
|
+
"FAQ"
|
|
3950
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type."),
|
|
3951
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms)."),
|
|
3952
|
+
updatedBy: m.object({
|
|
3953
|
+
id: m.string().optional(),
|
|
3954
|
+
name: m.string().optional()
|
|
3955
|
+
}).optional().describe("User who last updated the article."),
|
|
3956
|
+
ver: m.int().optional().describe("Optimistic-lock counter.")
|
|
3957
|
+
}).describe("Article is the article read model.")).optional().describe("Articles on this page."),
|
|
3958
|
+
next: m.boolean().optional().describe("Whether a next page exists.")
|
|
3959
|
+
}).describe("ArticleList is a page of articles."), m.object({ space_id: m.string().describe("Space id.") }), m.object({ nodes: m.array(m.object({
|
|
3960
|
+
children: m.array(m.unknown()).optional().describe("Child nodes."),
|
|
3961
|
+
depth: m.int().optional().describe("Hierarchy depth (1..5)."),
|
|
3962
|
+
id: m.string().optional().describe("Article id."),
|
|
3963
|
+
subject: m.string().optional().describe("Article subject."),
|
|
3964
|
+
type: m.enum([
|
|
3965
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
3966
|
+
"ARTICLE",
|
|
3967
|
+
"FAQ"
|
|
3968
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type.")
|
|
3969
|
+
}).describe("TreeNode is a single node of an article hierarchy tree.")).optional().describe("Root-level tree nodes.") }).describe("GetTreeResponse returns the root nodes of the space tree."), m.object({ article_etag: m.string().describe("Concurrency token / locator of the owning article.") }), m.object({
|
|
3970
|
+
page: m.int().optional().describe("Page number (1-based)."),
|
|
3971
|
+
size: m.int().optional().describe("Page size."),
|
|
3972
|
+
q: m.string().optional().describe("Search term."),
|
|
3973
|
+
fields: m.array(m.string()).optional().describe("Set of fields to return."),
|
|
3974
|
+
ids: m.array(m.string()).optional().describe("Optional file ids to fetch."),
|
|
3975
|
+
sort: m.string().optional().describe("Sorting criteria (e.g. field:asc).")
|
|
3976
|
+
}), m.object({
|
|
3977
|
+
items: m.array(m.object({
|
|
3978
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
3979
|
+
createdBy: m.object({
|
|
3980
|
+
id: m.string().optional(),
|
|
3981
|
+
name: m.string().optional(),
|
|
3982
|
+
type: m.string().optional()
|
|
3983
|
+
}).optional().describe("User who uploaded the file."),
|
|
3984
|
+
id: m.string().optional().describe("Storage file id."),
|
|
3985
|
+
mime: m.string().optional().describe("MIME type."),
|
|
3986
|
+
name: m.string().optional().describe("File name."),
|
|
3987
|
+
size: m.string().optional().describe("File size in bytes."),
|
|
3988
|
+
source: m.string().optional().describe("Storage source."),
|
|
3989
|
+
url: m.string().optional().describe("Download url.")
|
|
3990
|
+
}).describe("File is metadata of a stored file bound to an article.")).optional().describe("Files on this page."),
|
|
3991
|
+
next: m.boolean().optional().describe("Whether a next page exists.")
|
|
3992
|
+
}).describe("FileList is a page of files."), m.object({
|
|
3993
|
+
article_etag: m.string().describe("Concurrency token / locator of the owning article."),
|
|
3994
|
+
id: m.string().describe("File id.")
|
|
3995
|
+
}), m.object({
|
|
3996
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
3997
|
+
createdBy: m.object({
|
|
3998
|
+
id: m.string().optional(),
|
|
3999
|
+
name: m.string().optional(),
|
|
4000
|
+
type: m.string().optional()
|
|
4001
|
+
}).optional().describe("User who uploaded the file."),
|
|
4002
|
+
id: m.string().optional().describe("Storage file id."),
|
|
4003
|
+
mime: m.string().optional().describe("MIME type."),
|
|
4004
|
+
name: m.string().optional().describe("File name."),
|
|
4005
|
+
size: m.string().optional().describe("File size in bytes."),
|
|
4006
|
+
source: m.string().optional().describe("Storage source."),
|
|
4007
|
+
url: m.string().optional().describe("Download url.")
|
|
4008
|
+
}).describe("File is metadata of a stored file bound to an article."), m.object({
|
|
3503
4009
|
page: m.int().optional(),
|
|
3504
4010
|
size: m.int().optional(),
|
|
3505
4011
|
q: m.string().optional(),
|
|
@@ -3622,8 +4128,8 @@ m.object({
|
|
|
3622
4128
|
q: m.string().optional(),
|
|
3623
4129
|
sort: m.string().optional(),
|
|
3624
4130
|
fields: m.array(m.string()).optional(),
|
|
3625
|
-
|
|
3626
|
-
|
|
4131
|
+
createdAtFrom: m.string().optional(),
|
|
4132
|
+
createdAtTo: m.string().optional(),
|
|
3627
4133
|
id: m.array(m.int()).optional(),
|
|
3628
4134
|
callId: m.array(m.string()).optional(),
|
|
3629
4135
|
ratedUser: m.array(m.string()).optional(),
|
|
@@ -4749,16 +5255,16 @@ m.object({
|
|
|
4749
5255
|
q: m.string().optional(),
|
|
4750
5256
|
sort: m.string().optional(),
|
|
4751
5257
|
fields: m.array(m.string()).optional(),
|
|
4752
|
-
|
|
4753
|
-
|
|
5258
|
+
createdAtFrom: m.string().optional(),
|
|
5259
|
+
createdAtTo: m.string().optional(),
|
|
4754
5260
|
userId: m.array(m.string()).optional(),
|
|
4755
5261
|
agentId: m.array(m.string()).optional(),
|
|
4756
5262
|
queueId: m.array(m.string()).optional(),
|
|
4757
5263
|
teamId: m.array(m.string()).optional(),
|
|
4758
5264
|
memberId: m.array(m.string()).optional(),
|
|
4759
5265
|
gatewayId: m.array(m.string()).optional(),
|
|
4760
|
-
|
|
4761
|
-
|
|
5266
|
+
durationFrom: m.string().optional(),
|
|
5267
|
+
durationTo: m.string().optional(),
|
|
4762
5268
|
skipParent: m.boolean().optional(),
|
|
4763
5269
|
parentId: m.string().optional(),
|
|
4764
5270
|
cause: m.array(m.string()).optional(),
|
|
@@ -4766,11 +5272,11 @@ m.object({
|
|
|
4766
5272
|
domainId: m.string().optional(),
|
|
4767
5273
|
number: m.string().optional(),
|
|
4768
5274
|
direction: m.array(m.string()).optional(),
|
|
4769
|
-
|
|
4770
|
-
|
|
5275
|
+
answeredAtFrom: m.string().optional(),
|
|
5276
|
+
answeredAtTo: m.string().optional(),
|
|
4771
5277
|
missed: m.boolean().optional(),
|
|
4772
|
-
|
|
4773
|
-
|
|
5278
|
+
storedAtFrom: m.string().optional(),
|
|
5279
|
+
storedAtTo: m.string().optional(),
|
|
4774
5280
|
supervisorId: m.array(m.string()).optional(),
|
|
4775
5281
|
state: m.array(m.string()).optional()
|
|
4776
5282
|
}), m.object({
|
|
@@ -4949,16 +5455,16 @@ m.object({
|
|
|
4949
5455
|
q: m.string().optional(),
|
|
4950
5456
|
sort: m.string().optional(),
|
|
4951
5457
|
fields: m.array(m.string()).optional(),
|
|
4952
|
-
|
|
4953
|
-
|
|
5458
|
+
createdAtFrom: m.string().optional(),
|
|
5459
|
+
createdAtTo: m.string().optional(),
|
|
4954
5460
|
userId: m.array(m.string()).optional(),
|
|
4955
5461
|
agentId: m.array(m.string()).optional(),
|
|
4956
5462
|
queueId: m.array(m.string()).optional(),
|
|
4957
5463
|
teamId: m.array(m.string()).optional(),
|
|
4958
5464
|
memberId: m.array(m.string()).optional(),
|
|
4959
5465
|
gatewayId: m.array(m.string()).optional(),
|
|
4960
|
-
|
|
4961
|
-
|
|
5466
|
+
durationFrom: m.string().optional(),
|
|
5467
|
+
durationTo: m.string().optional(),
|
|
4962
5468
|
skipParent: m.boolean().optional(),
|
|
4963
5469
|
parentId: m.string().optional(),
|
|
4964
5470
|
cause: m.array(m.string()).optional(),
|
|
@@ -4966,11 +5472,11 @@ m.object({
|
|
|
4966
5472
|
domainId: m.string().optional(),
|
|
4967
5473
|
number: m.string().optional(),
|
|
4968
5474
|
direction: m.string().optional(),
|
|
4969
|
-
|
|
4970
|
-
|
|
5475
|
+
answeredAtFrom: m.string().optional(),
|
|
5476
|
+
answeredAtTo: m.string().optional(),
|
|
4971
5477
|
missed: m.boolean().optional(),
|
|
4972
|
-
|
|
4973
|
-
|
|
5478
|
+
storedAtFrom: m.string().optional(),
|
|
5479
|
+
storedAtTo: m.string().optional(),
|
|
4974
5480
|
id: m.array(m.string()).optional(),
|
|
4975
5481
|
transferFrom: m.array(m.string()).optional(),
|
|
4976
5482
|
transferTo: m.array(m.string()).optional(),
|
|
@@ -4985,14 +5491,14 @@ m.object({
|
|
|
4985
5491
|
ownerId: m.array(m.string()).optional(),
|
|
4986
5492
|
granteeId: m.array(m.string()).optional(),
|
|
4987
5493
|
amdAiResult: m.array(m.string()).optional(),
|
|
4988
|
-
|
|
4989
|
-
|
|
5494
|
+
talkFrom: m.string().optional(),
|
|
5495
|
+
talkTo: m.string().optional(),
|
|
4990
5496
|
rated: m.boolean().optional(),
|
|
4991
5497
|
ratedBy: m.array(m.string()).optional(),
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
|
|
5498
|
+
scoreRequiredFrom: m.string().optional(),
|
|
5499
|
+
scoreRequiredTo: m.string().optional(),
|
|
5500
|
+
scoreOptionalFrom: m.string().optional(),
|
|
5501
|
+
scoreOptionalTo: m.string().optional(),
|
|
4996
5502
|
ratedUser: m.array(m.string()).optional(),
|
|
4997
5503
|
contactId: m.array(m.string()).optional(),
|
|
4998
5504
|
schemaId: m.array(m.int()).optional(),
|
|
@@ -6138,11 +6644,11 @@ m.object({
|
|
|
6138
6644
|
page: m.string().optional()
|
|
6139
6645
|
}), m.object({ case_etag: m.string().describe("new comment link") }), m.object({
|
|
6140
6646
|
fields: m.array(m.string()).optional().describe("result fields needed on the front-end for each comment"),
|
|
6141
|
-
|
|
6142
|
-
|
|
6143
|
-
|
|
6144
|
-
|
|
6145
|
-
|
|
6647
|
+
inputEtag: m.string().optional(),
|
|
6648
|
+
inputUrl: m.string().optional(),
|
|
6649
|
+
inputName: m.string().optional(),
|
|
6650
|
+
inputUserIdId: m.string().optional(),
|
|
6651
|
+
inputUserIdName: m.string().optional()
|
|
6146
6652
|
}), m.object({
|
|
6147
6653
|
author: m.object({
|
|
6148
6654
|
id: m.string().optional(),
|
|
@@ -8690,8 +9196,8 @@ m.object({
|
|
|
8690
9196
|
case_id: m.string().describe("Contact identificator"),
|
|
8691
9197
|
chat_id: m.string().describe("Unique chat dialog")
|
|
8692
9198
|
}), m.object({
|
|
8693
|
-
|
|
8694
|
-
|
|
9199
|
+
offsetId: m.string().optional().describe("Messages ONLY starting from the specified message ID"),
|
|
9200
|
+
offsetDate: m.string().optional().describe("Messages ONLY been sent before the specified epochtime(milli)."),
|
|
8695
9201
|
size: m.int().optional().describe("Number of messages to return."),
|
|
8696
9202
|
page: m.int().optional(),
|
|
8697
9203
|
q: m.string().optional().describe("Search term: message.text"),
|
|
@@ -10089,14 +10595,14 @@ m.object({
|
|
|
10089
10595
|
"WRITE",
|
|
10090
10596
|
"DELETE"
|
|
10091
10597
|
]).default("READ").describe("The requirement of [M]andatory [A]ccess [C]ontrol.\n\n - READ: Can `fetch` record. [GET]\n - WRITE: Can `update` record. [PUT|PATCH]\n - DELETE: Can `delete` record. [DELETE]"),
|
|
10092
|
-
|
|
10093
|
-
|
|
10094
|
-
|
|
10095
|
-
|
|
10096
|
-
|
|
10097
|
-
|
|
10098
|
-
|
|
10099
|
-
|
|
10598
|
+
dateSince: m.string().optional().describe("Since timestamp(milli). Not before."),
|
|
10599
|
+
dateUntil: m.string().optional().describe("Until timestamp(milli). Not after."),
|
|
10600
|
+
authorId: m.string().optional().describe("Reference Object unique ID."),
|
|
10601
|
+
authorType: m.string().optional().describe("Reference Object well-known type."),
|
|
10602
|
+
authorName: m.string().optional().describe("Reference Object display name."),
|
|
10603
|
+
editorId: m.string().optional().describe("Reference Object unique ID."),
|
|
10604
|
+
editorType: m.string().optional().describe("Reference Object well-known type."),
|
|
10605
|
+
editorName: m.string().optional().describe("Reference Object display name.")
|
|
10100
10606
|
}), m.object({
|
|
10101
10607
|
data: m.array(m.object({
|
|
10102
10608
|
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
@@ -10769,10 +11275,10 @@ m.array(ye), m.object({
|
|
|
10769
11275
|
next: m.boolean().optional(),
|
|
10770
11276
|
page: m.int().optional().describe("The page number of the partial result.")
|
|
10771
11277
|
}).describe("Contact groups dataset.\nNOTE: Edge represents connection between two nodes.\nSo this ContactGroupList.data are always subordinate to some contact.id."), m.object({ conversation_id: m.string() }), m.object({
|
|
10772
|
-
|
|
10773
|
-
|
|
10774
|
-
|
|
10775
|
-
|
|
11278
|
+
timezoneId: m.string().optional(),
|
|
11279
|
+
timezoneName: m.string().optional(),
|
|
11280
|
+
ownerId: m.string().optional(),
|
|
11281
|
+
ownerName: m.string().optional(),
|
|
10776
11282
|
label: m.array(m.string()).optional(),
|
|
10777
11283
|
name: m.string().optional(),
|
|
10778
11284
|
description: m.string().optional()
|
|
@@ -13037,8 +13543,8 @@ m.array(be), m.object({
|
|
|
13037
13543
|
}).optional().describe("Arbitrary client data that is populated by clients.\nDuplicate keys and values are allowed."),
|
|
13038
13544
|
ver: m.int().optional().describe("READONLY. Operational attributes\nVersion of the latest update. Numeric sequence.")
|
|
13039
13545
|
}).describe("The Contact principal source.\nOUTPUT purpose only."), m.object({ contact_id: m.string().describe("Contact identificator") }), m.object({
|
|
13040
|
-
|
|
13041
|
-
|
|
13546
|
+
offsetId: m.string().optional().describe("Messages ONLY starting from the specified message ID"),
|
|
13547
|
+
offsetDate: m.string().optional().describe("Messages ONLY been sent before the specified epochtime(milli)."),
|
|
13042
13548
|
size: m.int().optional().describe("Number of messages to return."),
|
|
13043
13549
|
page: m.int().optional(),
|
|
13044
13550
|
q: m.string().optional().describe("Search term: message.text"),
|
|
@@ -13161,8 +13667,8 @@ m.array(be), m.object({
|
|
|
13161
13667
|
contact_id: m.string().describe("Contact identificator"),
|
|
13162
13668
|
chat_id: m.string().describe("Unique chat dialog")
|
|
13163
13669
|
}), m.object({
|
|
13164
|
-
|
|
13165
|
-
|
|
13670
|
+
offsetId: m.string().optional().describe("Messages ONLY starting from the specified message ID"),
|
|
13671
|
+
offsetDate: m.string().optional().describe("Messages ONLY been sent before the specified epochtime(milli)."),
|
|
13166
13672
|
size: m.int().optional().describe("Number of messages to return."),
|
|
13167
13673
|
page: m.int().optional(),
|
|
13168
13674
|
q: m.string().optional().describe("Search term: message.text"),
|
|
@@ -13280,11 +13786,224 @@ m.array(be), m.object({
|
|
|
13280
13786
|
name: m.string().optional().describe("Contact display **name**."),
|
|
13281
13787
|
type: m.string().optional().describe("Contact **type** provider.")
|
|
13282
13788
|
}).describe("Peer contact.")).optional()
|
|
13789
|
+
}), m.object({ push: m.object({
|
|
13790
|
+
apn: m.string().optional(),
|
|
13791
|
+
fcm: m.string().optional(),
|
|
13792
|
+
secret: m.string().optional(),
|
|
13793
|
+
web: m.object({
|
|
13794
|
+
endpoint: m.string().optional(),
|
|
13795
|
+
key: m.object({
|
|
13796
|
+
auth: m.string().optional(),
|
|
13797
|
+
p256Dh: m.string().optional()
|
|
13798
|
+
}).optional()
|
|
13799
|
+
}).optional()
|
|
13800
|
+
}).optional().describe("PUSH subscription update.\nSet provider type specific registered device token.\nNone to deregister device PUSH subscription.") }), m.looseObject({}), m.object({ cause: m.object({
|
|
13801
|
+
code: m.int().optional(),
|
|
13802
|
+
details: m.array(m.object({ "@type": m.string().optional() })).optional(),
|
|
13803
|
+
message: m.string().optional()
|
|
13804
|
+
}).optional() }).describe("UpdateDisconnect notifies the client about\nan imminent disconnect due to specified reason."), m.object({
|
|
13805
|
+
accessToken: m.string().optional().describe("REQUIRED. The access token issued by the authorization server."),
|
|
13806
|
+
call: m.object({
|
|
13807
|
+
authId: m.string().optional(),
|
|
13808
|
+
proxy: m.string().optional(),
|
|
13809
|
+
realm: m.string().optional(),
|
|
13810
|
+
secret: m.string().optional(),
|
|
13811
|
+
userId: m.string().optional(),
|
|
13812
|
+
video: m.boolean().optional()
|
|
13813
|
+
}).optional().describe("VoIP / SIP service credentials."),
|
|
13814
|
+
chat: m.object({ user: m.object({
|
|
13815
|
+
id: m.string().optional().describe("Contact unique **ID**entifier.\nContact **type**-specific string."),
|
|
13816
|
+
name: m.string().optional().describe("Contact display **name**."),
|
|
13817
|
+
type: m.string().optional().describe("Contact **type** provider.")
|
|
13818
|
+
}).optional().describe("User self. The sender. You.") }).optional().describe("[I]nstant [M]essaging dialog state."),
|
|
13819
|
+
expiresIn: m.int().optional().describe("RECOMMENDED. The lifetime in seconds of the access token."),
|
|
13820
|
+
refreshToken: m.string().optional().describe("OPTIONAL. The refresh token, which can be used to obtain\nnew access tokens using the same authorization grant."),
|
|
13821
|
+
scope: m.array(m.string()).optional().describe("OPTIONAL, if identical to the scope requested by the client;\notherwise, REQUIRED. The scope of the access token."),
|
|
13822
|
+
state: m.string().optional().describe("REQUIRED if the \"state\" parameter was present in the client\nauthorization request. The exact value received from the client."),
|
|
13823
|
+
tokenType: m.string().optional().describe("REQUIRED. The type of the token issued. Value is case insensitive."),
|
|
13824
|
+
user: m.object({
|
|
13825
|
+
id: m.string().optional(),
|
|
13826
|
+
identity: m.object({
|
|
13827
|
+
birthdate: m.string().optional().describe("OPTIONAL. End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format.\nThe year MAY be 0000, indicating that it is omitted.\nTo represent only the year, YYYY format is allowed."),
|
|
13828
|
+
createdAt: m.string().optional(),
|
|
13829
|
+
deletedAt: m.string().optional(),
|
|
13830
|
+
email: m.string().optional().describe("End-User's preferred e-mail address.\nIts value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax.\nThe RP MUST NOT rely upon this value being unique, as discussed in Section 5.7."),
|
|
13831
|
+
emailVerified: m.boolean().optional().describe("True if the End-User's e-mail address has been verified; otherwise false."),
|
|
13832
|
+
familyName: m.string().optional().describe("Surname(s) or last name(s) of the End-User.\nNote that in some cultures, people can have multiple family names or no family name;\nall can be present, with the names being separated by space characters."),
|
|
13833
|
+
gender: m.string().optional().describe("OPTIONAL. End-User's gender.\nValues defined by this specification are `female` and `male`.\nOther values MAY be used when neither of the defined values are applicable."),
|
|
13834
|
+
givenName: m.string().optional().describe("Given name(s) or first name(s) of the End-User.\nNote that in some cultures, people can have multiple given names;\nall can be present, with the names being separated by space characters."),
|
|
13835
|
+
iss: m.string().optional().describe("REQUIRED. Issuer Identifier for the Issuer of the response.\nThe iss value is a case sensitive URL using the https scheme that contains scheme, host,\nand optionally, port number and path components and no query or fragment components."),
|
|
13836
|
+
locale: m.string().optional().describe("End-User's locale, represented as a BCP47 [RFC5646] language tag.\nThis is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase\nand an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase,\nseparated by a dash. For example, `en-US` or `uk-UA`."),
|
|
13837
|
+
metadata: m.looseObject({}).optional().describe("End-User's extra attributes metadata."),
|
|
13838
|
+
middleName: m.string().optional().describe("Middle name(s) of the End-User.\nNote that in some cultures, people can have multiple middle names;\nall can be present, with the names being separated by space characters.\nAlso note that in some cultures, middle names are not used."),
|
|
13839
|
+
name: m.string().optional().describe("REQUIRED. End-User's full name in displayable form including all name parts,\npossibly including titles and suffixes, ordered according to the End-User's locale and preferences."),
|
|
13840
|
+
phoneNumber: m.string().optional().describe("End-User's preferred telephone number.\nE.164 is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400.\nIf the phone number contains an extension, it is RECOMMENDED that\nthe extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678."),
|
|
13841
|
+
phoneNumberVerified: m.boolean().optional().describe("True if the End-User's phone number has been verified; otherwise false."),
|
|
13842
|
+
picture: m.string().optional().describe("OPTIONAL. URL of the End-User's profile picture.\nThis URL MUST refer to an image file\n(for example, a PNG, JPEG, or GIF image file),\nrather than to a Web page containing an image."),
|
|
13843
|
+
profile: m.string().optional().describe("OPTIONAL. URL of the End-User's profile page.\nThe contents of this Web page SHOULD be about the End-User.\nNOTE: Issuer SP (IdP) related URL."),
|
|
13844
|
+
sources: m.array(m.object({
|
|
13845
|
+
iss: m.string().optional().describe("REQUIRED. Issuer Identifier for the Issuer of the response.\nThe iss value is a case sensitive URL using the https scheme that contains scheme, host,\nand optionally, port number and path components and no query or fragment components."),
|
|
13846
|
+
sub: m.string().optional().describe("REQUIRED. Subject Identifier.\nA locally unique and never reassigned identifier within the Issuer for the End-User,\nwhich is intended to be consumed by the Client, e.g., 24400320 or AItOawmwtWwcT0k51BayewNvutrJUqsvl6qs7A4.\nIt MUST NOT exceed 255 ASCII characters in length.\nThe sub value is a case sensitive string.")
|
|
13847
|
+
})).optional().describe("Additional source(s) associated with given \"identity\".\nUsed to merge two or more well-known end-user subjects."),
|
|
13848
|
+
sub: m.string().optional().describe("REQUIRED. Subject Identifier.\nA locally unique and never reassigned identifier within the Issuer for the End-User,\nwhich is intended to be consumed by the Client, e.g., 24400320 or AItOawmwtWwcT0k51BayewNvutrJUqsvl6qs7A4.\nIt MUST NOT exceed 255 ASCII characters in length.\nThe sub value is a case sensitive string."),
|
|
13849
|
+
updatedAt: m.string().optional().describe("Time the End-User's information was last updated.\nIts value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time."),
|
|
13850
|
+
zoneinfo: m.string().optional().describe("OPTIONAL. String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone.\nFor example, Europe/Kyiv or America/Los_Angeles.")
|
|
13851
|
+
}).optional().describe("READONLY. End-User profile info."),
|
|
13852
|
+
sources: m.array(m.object({
|
|
13853
|
+
birthdate: m.string().optional().describe("OPTIONAL. End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format.\nThe year MAY be 0000, indicating that it is omitted.\nTo represent only the year, YYYY format is allowed."),
|
|
13854
|
+
createdAt: m.string().optional(),
|
|
13855
|
+
deletedAt: m.string().optional(),
|
|
13856
|
+
email: m.string().optional().describe("End-User's preferred e-mail address.\nIts value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax.\nThe RP MUST NOT rely upon this value being unique, as discussed in Section 5.7."),
|
|
13857
|
+
emailVerified: m.boolean().optional().describe("True if the End-User's e-mail address has been verified; otherwise false."),
|
|
13858
|
+
familyName: m.string().optional().describe("Surname(s) or last name(s) of the End-User.\nNote that in some cultures, people can have multiple family names or no family name;\nall can be present, with the names being separated by space characters."),
|
|
13859
|
+
gender: m.string().optional().describe("OPTIONAL. End-User's gender.\nValues defined by this specification are `female` and `male`.\nOther values MAY be used when neither of the defined values are applicable."),
|
|
13860
|
+
givenName: m.string().optional().describe("Given name(s) or first name(s) of the End-User.\nNote that in some cultures, people can have multiple given names;\nall can be present, with the names being separated by space characters."),
|
|
13861
|
+
iss: m.string().optional().describe("REQUIRED. Issuer Identifier for the Issuer of the response.\nThe iss value is a case sensitive URL using the https scheme that contains scheme, host,\nand optionally, port number and path components and no query or fragment components."),
|
|
13862
|
+
locale: m.string().optional().describe("End-User's locale, represented as a BCP47 [RFC5646] language tag.\nThis is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase\nand an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase,\nseparated by a dash. For example, `en-US` or `uk-UA`."),
|
|
13863
|
+
metadata: m.looseObject({}).optional().describe("End-User's extra attributes metadata."),
|
|
13864
|
+
middleName: m.string().optional().describe("Middle name(s) of the End-User.\nNote that in some cultures, people can have multiple middle names;\nall can be present, with the names being separated by space characters.\nAlso note that in some cultures, middle names are not used."),
|
|
13865
|
+
name: m.string().optional().describe("REQUIRED. End-User's full name in displayable form including all name parts,\npossibly including titles and suffixes, ordered according to the End-User's locale and preferences."),
|
|
13866
|
+
phoneNumber: m.string().optional().describe("End-User's preferred telephone number.\nE.164 is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400.\nIf the phone number contains an extension, it is RECOMMENDED that\nthe extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678."),
|
|
13867
|
+
phoneNumberVerified: m.boolean().optional().describe("True if the End-User's phone number has been verified; otherwise false."),
|
|
13868
|
+
picture: m.string().optional().describe("OPTIONAL. URL of the End-User's profile picture.\nThis URL MUST refer to an image file\n(for example, a PNG, JPEG, or GIF image file),\nrather than to a Web page containing an image."),
|
|
13869
|
+
profile: m.string().optional().describe("OPTIONAL. URL of the End-User's profile page.\nThe contents of this Web page SHOULD be about the End-User.\nNOTE: Issuer SP (IdP) related URL."),
|
|
13870
|
+
sources: m.array(m.object({
|
|
13871
|
+
iss: m.string().optional().describe("REQUIRED. Issuer Identifier for the Issuer of the response.\nThe iss value is a case sensitive URL using the https scheme that contains scheme, host,\nand optionally, port number and path components and no query or fragment components."),
|
|
13872
|
+
sub: m.string().optional().describe("REQUIRED. Subject Identifier.\nA locally unique and never reassigned identifier within the Issuer for the End-User,\nwhich is intended to be consumed by the Client, e.g., 24400320 or AItOawmwtWwcT0k51BayewNvutrJUqsvl6qs7A4.\nIt MUST NOT exceed 255 ASCII characters in length.\nThe sub value is a case sensitive string.")
|
|
13873
|
+
})).optional().describe("Additional source(s) associated with given \"identity\".\nUsed to merge two or more well-known end-user subjects."),
|
|
13874
|
+
sub: m.string().optional().describe("REQUIRED. Subject Identifier.\nA locally unique and never reassigned identifier within the Issuer for the End-User,\nwhich is intended to be consumed by the Client, e.g., 24400320 or AItOawmwtWwcT0k51BayewNvutrJUqsvl6qs7A4.\nIt MUST NOT exceed 255 ASCII characters in length.\nThe sub value is a case sensitive string."),
|
|
13875
|
+
updatedAt: m.string().optional().describe("Time the End-User's information was last updated.\nIts value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time."),
|
|
13876
|
+
zoneinfo: m.string().optional().describe("OPTIONAL. String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone.\nFor example, Europe/Kyiv or America/Los_Angeles.")
|
|
13877
|
+
})).optional(),
|
|
13878
|
+
username: m.string().optional().describe("OPTIONAL.\nShorthand name by which the End-User\nwishes to be referred to at the RP,\nsuch as janedoe or j.doe.")
|
|
13879
|
+
}).optional().describe("End-User account profile.")
|
|
13880
|
+
}), m.object({
|
|
13881
|
+
appToken: m.string().optional().describe("REQUIRED. Confidential client authorization token.\nMay be transmitted in header: X-Portal-Client.\nKeep it a secret."),
|
|
13882
|
+
code: m.string().optional().describe("Authorization code grant.\nREQUIRED. When grant_type is set to \"authorization_code\"."),
|
|
13883
|
+
grantType: m.string().optional(),
|
|
13884
|
+
identity: m.object({
|
|
13885
|
+
birthdate: m.string().optional().describe("OPTIONAL. End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format.\nThe year MAY be 0000, indicating that it is omitted.\nTo represent only the year, YYYY format is allowed."),
|
|
13886
|
+
createdAt: m.string().optional(),
|
|
13887
|
+
deletedAt: m.string().optional(),
|
|
13888
|
+
email: m.string().optional().describe("End-User's preferred e-mail address.\nIts value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax.\nThe RP MUST NOT rely upon this value being unique, as discussed in Section 5.7."),
|
|
13889
|
+
emailVerified: m.boolean().optional().describe("True if the End-User's e-mail address has been verified; otherwise false."),
|
|
13890
|
+
familyName: m.string().optional().describe("Surname(s) or last name(s) of the End-User.\nNote that in some cultures, people can have multiple family names or no family name;\nall can be present, with the names being separated by space characters."),
|
|
13891
|
+
gender: m.string().optional().describe("OPTIONAL. End-User's gender.\nValues defined by this specification are `female` and `male`.\nOther values MAY be used when neither of the defined values are applicable."),
|
|
13892
|
+
givenName: m.string().optional().describe("Given name(s) or first name(s) of the End-User.\nNote that in some cultures, people can have multiple given names;\nall can be present, with the names being separated by space characters."),
|
|
13893
|
+
iss: m.string().optional().describe("REQUIRED. Issuer Identifier for the Issuer of the response.\nThe iss value is a case sensitive URL using the https scheme that contains scheme, host,\nand optionally, port number and path components and no query or fragment components."),
|
|
13894
|
+
locale: m.string().optional().describe("End-User's locale, represented as a BCP47 [RFC5646] language tag.\nThis is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase\nand an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase,\nseparated by a dash. For example, `en-US` or `uk-UA`."),
|
|
13895
|
+
metadata: m.looseObject({}).optional().describe("End-User's extra attributes metadata."),
|
|
13896
|
+
middleName: m.string().optional().describe("Middle name(s) of the End-User.\nNote that in some cultures, people can have multiple middle names;\nall can be present, with the names being separated by space characters.\nAlso note that in some cultures, middle names are not used."),
|
|
13897
|
+
name: m.string().optional().describe("REQUIRED. End-User's full name in displayable form including all name parts,\npossibly including titles and suffixes, ordered according to the End-User's locale and preferences."),
|
|
13898
|
+
phoneNumber: m.string().optional().describe("End-User's preferred telephone number.\nE.164 is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400.\nIf the phone number contains an extension, it is RECOMMENDED that\nthe extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678."),
|
|
13899
|
+
phoneNumberVerified: m.boolean().optional().describe("True if the End-User's phone number has been verified; otherwise false."),
|
|
13900
|
+
picture: m.string().optional().describe("OPTIONAL. URL of the End-User's profile picture.\nThis URL MUST refer to an image file\n(for example, a PNG, JPEG, or GIF image file),\nrather than to a Web page containing an image."),
|
|
13901
|
+
profile: m.string().optional().describe("OPTIONAL. URL of the End-User's profile page.\nThe contents of this Web page SHOULD be about the End-User.\nNOTE: Issuer SP (IdP) related URL."),
|
|
13902
|
+
sources: m.array(m.object({
|
|
13903
|
+
iss: m.string().optional().describe("REQUIRED. Issuer Identifier for the Issuer of the response.\nThe iss value is a case sensitive URL using the https scheme that contains scheme, host,\nand optionally, port number and path components and no query or fragment components."),
|
|
13904
|
+
sub: m.string().optional().describe("REQUIRED. Subject Identifier.\nA locally unique and never reassigned identifier within the Issuer for the End-User,\nwhich is intended to be consumed by the Client, e.g., 24400320 or AItOawmwtWwcT0k51BayewNvutrJUqsvl6qs7A4.\nIt MUST NOT exceed 255 ASCII characters in length.\nThe sub value is a case sensitive string.")
|
|
13905
|
+
})).optional().describe("Additional source(s) associated with given \"identity\".\nUsed to merge two or more well-known end-user subjects."),
|
|
13906
|
+
sub: m.string().optional().describe("REQUIRED. Subject Identifier.\nA locally unique and never reassigned identifier within the Issuer for the End-User,\nwhich is intended to be consumed by the Client, e.g., 24400320 or AItOawmwtWwcT0k51BayewNvutrJUqsvl6qs7A4.\nIt MUST NOT exceed 255 ASCII characters in length.\nThe sub value is a case sensitive string."),
|
|
13907
|
+
updatedAt: m.string().optional().describe("Time the End-User's information was last updated.\nIts value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time."),
|
|
13908
|
+
zoneinfo: m.string().optional().describe("OPTIONAL. String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone.\nFor example, Europe/Kyiv or America/Los_Angeles.")
|
|
13909
|
+
}).optional().describe("Identity of the end-User account association.\nREQUIRED. When grant_type is set to \"identity\"."),
|
|
13910
|
+
push: m.object({
|
|
13911
|
+
apn: m.string().optional(),
|
|
13912
|
+
fcm: m.string().optional(),
|
|
13913
|
+
secret: m.string().optional(),
|
|
13914
|
+
web: m.object({
|
|
13915
|
+
endpoint: m.string().optional(),
|
|
13916
|
+
key: m.object({
|
|
13917
|
+
auth: m.string().optional(),
|
|
13918
|
+
p256Dh: m.string().optional()
|
|
13919
|
+
}).optional()
|
|
13920
|
+
}).optional()
|
|
13921
|
+
}).optional().describe("OPTIONAL. Sign up client device for PUSH notifications."),
|
|
13922
|
+
refreshToken: m.string().optional().describe("Refresh token string to obtain NEW access token.\nREQUIRED. When grant_type is set to \"refresh_token\"."),
|
|
13923
|
+
responseType: m.array(m.string()).optional(),
|
|
13924
|
+
scope: m.array(m.string()).optional(),
|
|
13925
|
+
state: m.string().optional()
|
|
13926
|
+
}), m.object({
|
|
13927
|
+
accessToken: m.string().optional().describe("REQUIRED. The access token issued by the authorization server."),
|
|
13928
|
+
call: m.object({
|
|
13929
|
+
authId: m.string().optional(),
|
|
13930
|
+
proxy: m.string().optional(),
|
|
13931
|
+
realm: m.string().optional(),
|
|
13932
|
+
secret: m.string().optional(),
|
|
13933
|
+
userId: m.string().optional(),
|
|
13934
|
+
video: m.boolean().optional()
|
|
13935
|
+
}).optional().describe("VoIP / SIP service credentials."),
|
|
13936
|
+
chat: m.object({ user: m.object({
|
|
13937
|
+
id: m.string().optional().describe("Contact unique **ID**entifier.\nContact **type**-specific string."),
|
|
13938
|
+
name: m.string().optional().describe("Contact display **name**."),
|
|
13939
|
+
type: m.string().optional().describe("Contact **type** provider.")
|
|
13940
|
+
}).optional().describe("User self. The sender. You.") }).optional().describe("[I]nstant [M]essaging dialog state."),
|
|
13941
|
+
expiresIn: m.int().optional().describe("RECOMMENDED. The lifetime in seconds of the access token."),
|
|
13942
|
+
refreshToken: m.string().optional().describe("OPTIONAL. The refresh token, which can be used to obtain\nnew access tokens using the same authorization grant."),
|
|
13943
|
+
scope: m.array(m.string()).optional().describe("OPTIONAL, if identical to the scope requested by the client;\notherwise, REQUIRED. The scope of the access token."),
|
|
13944
|
+
state: m.string().optional().describe("REQUIRED if the \"state\" parameter was present in the client\nauthorization request. The exact value received from the client."),
|
|
13945
|
+
tokenType: m.string().optional().describe("REQUIRED. The type of the token issued. Value is case insensitive."),
|
|
13946
|
+
user: m.object({
|
|
13947
|
+
id: m.string().optional(),
|
|
13948
|
+
identity: m.object({
|
|
13949
|
+
birthdate: m.string().optional().describe("OPTIONAL. End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format.\nThe year MAY be 0000, indicating that it is omitted.\nTo represent only the year, YYYY format is allowed."),
|
|
13950
|
+
createdAt: m.string().optional(),
|
|
13951
|
+
deletedAt: m.string().optional(),
|
|
13952
|
+
email: m.string().optional().describe("End-User's preferred e-mail address.\nIts value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax.\nThe RP MUST NOT rely upon this value being unique, as discussed in Section 5.7."),
|
|
13953
|
+
emailVerified: m.boolean().optional().describe("True if the End-User's e-mail address has been verified; otherwise false."),
|
|
13954
|
+
familyName: m.string().optional().describe("Surname(s) or last name(s) of the End-User.\nNote that in some cultures, people can have multiple family names or no family name;\nall can be present, with the names being separated by space characters."),
|
|
13955
|
+
gender: m.string().optional().describe("OPTIONAL. End-User's gender.\nValues defined by this specification are `female` and `male`.\nOther values MAY be used when neither of the defined values are applicable."),
|
|
13956
|
+
givenName: m.string().optional().describe("Given name(s) or first name(s) of the End-User.\nNote that in some cultures, people can have multiple given names;\nall can be present, with the names being separated by space characters."),
|
|
13957
|
+
iss: m.string().optional().describe("REQUIRED. Issuer Identifier for the Issuer of the response.\nThe iss value is a case sensitive URL using the https scheme that contains scheme, host,\nand optionally, port number and path components and no query or fragment components."),
|
|
13958
|
+
locale: m.string().optional().describe("End-User's locale, represented as a BCP47 [RFC5646] language tag.\nThis is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase\nand an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase,\nseparated by a dash. For example, `en-US` or `uk-UA`."),
|
|
13959
|
+
metadata: m.looseObject({}).optional().describe("End-User's extra attributes metadata."),
|
|
13960
|
+
middleName: m.string().optional().describe("Middle name(s) of the End-User.\nNote that in some cultures, people can have multiple middle names;\nall can be present, with the names being separated by space characters.\nAlso note that in some cultures, middle names are not used."),
|
|
13961
|
+
name: m.string().optional().describe("REQUIRED. End-User's full name in displayable form including all name parts,\npossibly including titles and suffixes, ordered according to the End-User's locale and preferences."),
|
|
13962
|
+
phoneNumber: m.string().optional().describe("End-User's preferred telephone number.\nE.164 is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400.\nIf the phone number contains an extension, it is RECOMMENDED that\nthe extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678."),
|
|
13963
|
+
phoneNumberVerified: m.boolean().optional().describe("True if the End-User's phone number has been verified; otherwise false."),
|
|
13964
|
+
picture: m.string().optional().describe("OPTIONAL. URL of the End-User's profile picture.\nThis URL MUST refer to an image file\n(for example, a PNG, JPEG, or GIF image file),\nrather than to a Web page containing an image."),
|
|
13965
|
+
profile: m.string().optional().describe("OPTIONAL. URL of the End-User's profile page.\nThe contents of this Web page SHOULD be about the End-User.\nNOTE: Issuer SP (IdP) related URL."),
|
|
13966
|
+
sources: m.array(m.object({
|
|
13967
|
+
iss: m.string().optional().describe("REQUIRED. Issuer Identifier for the Issuer of the response.\nThe iss value is a case sensitive URL using the https scheme that contains scheme, host,\nand optionally, port number and path components and no query or fragment components."),
|
|
13968
|
+
sub: m.string().optional().describe("REQUIRED. Subject Identifier.\nA locally unique and never reassigned identifier within the Issuer for the End-User,\nwhich is intended to be consumed by the Client, e.g., 24400320 or AItOawmwtWwcT0k51BayewNvutrJUqsvl6qs7A4.\nIt MUST NOT exceed 255 ASCII characters in length.\nThe sub value is a case sensitive string.")
|
|
13969
|
+
})).optional().describe("Additional source(s) associated with given \"identity\".\nUsed to merge two or more well-known end-user subjects."),
|
|
13970
|
+
sub: m.string().optional().describe("REQUIRED. Subject Identifier.\nA locally unique and never reassigned identifier within the Issuer for the End-User,\nwhich is intended to be consumed by the Client, e.g., 24400320 or AItOawmwtWwcT0k51BayewNvutrJUqsvl6qs7A4.\nIt MUST NOT exceed 255 ASCII characters in length.\nThe sub value is a case sensitive string."),
|
|
13971
|
+
updatedAt: m.string().optional().describe("Time the End-User's information was last updated.\nIts value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time."),
|
|
13972
|
+
zoneinfo: m.string().optional().describe("OPTIONAL. String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone.\nFor example, Europe/Kyiv or America/Los_Angeles.")
|
|
13973
|
+
}).optional().describe("READONLY. End-User profile info."),
|
|
13974
|
+
sources: m.array(m.object({
|
|
13975
|
+
birthdate: m.string().optional().describe("OPTIONAL. End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format.\nThe year MAY be 0000, indicating that it is omitted.\nTo represent only the year, YYYY format is allowed."),
|
|
13976
|
+
createdAt: m.string().optional(),
|
|
13977
|
+
deletedAt: m.string().optional(),
|
|
13978
|
+
email: m.string().optional().describe("End-User's preferred e-mail address.\nIts value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax.\nThe RP MUST NOT rely upon this value being unique, as discussed in Section 5.7."),
|
|
13979
|
+
emailVerified: m.boolean().optional().describe("True if the End-User's e-mail address has been verified; otherwise false."),
|
|
13980
|
+
familyName: m.string().optional().describe("Surname(s) or last name(s) of the End-User.\nNote that in some cultures, people can have multiple family names or no family name;\nall can be present, with the names being separated by space characters."),
|
|
13981
|
+
gender: m.string().optional().describe("OPTIONAL. End-User's gender.\nValues defined by this specification are `female` and `male`.\nOther values MAY be used when neither of the defined values are applicable."),
|
|
13982
|
+
givenName: m.string().optional().describe("Given name(s) or first name(s) of the End-User.\nNote that in some cultures, people can have multiple given names;\nall can be present, with the names being separated by space characters."),
|
|
13983
|
+
iss: m.string().optional().describe("REQUIRED. Issuer Identifier for the Issuer of the response.\nThe iss value is a case sensitive URL using the https scheme that contains scheme, host,\nand optionally, port number and path components and no query or fragment components."),
|
|
13984
|
+
locale: m.string().optional().describe("End-User's locale, represented as a BCP47 [RFC5646] language tag.\nThis is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase\nand an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase,\nseparated by a dash. For example, `en-US` or `uk-UA`."),
|
|
13985
|
+
metadata: m.looseObject({}).optional().describe("End-User's extra attributes metadata."),
|
|
13986
|
+
middleName: m.string().optional().describe("Middle name(s) of the End-User.\nNote that in some cultures, people can have multiple middle names;\nall can be present, with the names being separated by space characters.\nAlso note that in some cultures, middle names are not used."),
|
|
13987
|
+
name: m.string().optional().describe("REQUIRED. End-User's full name in displayable form including all name parts,\npossibly including titles and suffixes, ordered according to the End-User's locale and preferences."),
|
|
13988
|
+
phoneNumber: m.string().optional().describe("End-User's preferred telephone number.\nE.164 is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400.\nIf the phone number contains an extension, it is RECOMMENDED that\nthe extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678."),
|
|
13989
|
+
phoneNumberVerified: m.boolean().optional().describe("True if the End-User's phone number has been verified; otherwise false."),
|
|
13990
|
+
picture: m.string().optional().describe("OPTIONAL. URL of the End-User's profile picture.\nThis URL MUST refer to an image file\n(for example, a PNG, JPEG, or GIF image file),\nrather than to a Web page containing an image."),
|
|
13991
|
+
profile: m.string().optional().describe("OPTIONAL. URL of the End-User's profile page.\nThe contents of this Web page SHOULD be about the End-User.\nNOTE: Issuer SP (IdP) related URL."),
|
|
13992
|
+
sources: m.array(m.object({
|
|
13993
|
+
iss: m.string().optional().describe("REQUIRED. Issuer Identifier for the Issuer of the response.\nThe iss value is a case sensitive URL using the https scheme that contains scheme, host,\nand optionally, port number and path components and no query or fragment components."),
|
|
13994
|
+
sub: m.string().optional().describe("REQUIRED. Subject Identifier.\nA locally unique and never reassigned identifier within the Issuer for the End-User,\nwhich is intended to be consumed by the Client, e.g., 24400320 or AItOawmwtWwcT0k51BayewNvutrJUqsvl6qs7A4.\nIt MUST NOT exceed 255 ASCII characters in length.\nThe sub value is a case sensitive string.")
|
|
13995
|
+
})).optional().describe("Additional source(s) associated with given \"identity\".\nUsed to merge two or more well-known end-user subjects."),
|
|
13996
|
+
sub: m.string().optional().describe("REQUIRED. Subject Identifier.\nA locally unique and never reassigned identifier within the Issuer for the End-User,\nwhich is intended to be consumed by the Client, e.g., 24400320 or AItOawmwtWwcT0k51BayewNvutrJUqsvl6qs7A4.\nIt MUST NOT exceed 255 ASCII characters in length.\nThe sub value is a case sensitive string."),
|
|
13997
|
+
updatedAt: m.string().optional().describe("Time the End-User's information was last updated.\nIts value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time."),
|
|
13998
|
+
zoneinfo: m.string().optional().describe("OPTIONAL. String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone.\nFor example, Europe/Kyiv or America/Los_Angeles.")
|
|
13999
|
+
})).optional(),
|
|
14000
|
+
username: m.string().optional().describe("OPTIONAL.\nShorthand name by which the End-User\nwishes to be referred to at the RP,\nsuch as janedoe or j.doe.")
|
|
14001
|
+
}).optional().describe("End-User account profile.")
|
|
13283
14002
|
}), m.object({
|
|
13284
14003
|
id: m.string().optional().describe("Available Filters\n\nshow by customer id; serial number (uuid)"),
|
|
13285
14004
|
valid: m.boolean().optional().describe("show if valid only!"),
|
|
13286
|
-
|
|
13287
|
-
|
|
14005
|
+
domainId: m.string().optional().describe("identifier"),
|
|
14006
|
+
domainName: m.string().optional().describe("display name"),
|
|
13288
14007
|
fields: m.array(m.string()).optional().describe("Request Controls\n\nserial,"),
|
|
13289
14008
|
sort: m.array(m.string()).optional()
|
|
13290
14009
|
}), m.object({ customer: m.object({
|
|
@@ -13391,10 +14110,10 @@ m.array(be), m.object({
|
|
|
13391
14110
|
page: m.int().optional().describe("default: 1"),
|
|
13392
14111
|
fields: m.array(m.string()).optional().describe("set of output fields"),
|
|
13393
14112
|
sort: m.array(m.string()).optional().describe("e.g.: \"updated_at\" - ASC; \"!updated_at\" - DESC;"),
|
|
13394
|
-
|
|
13395
|
-
|
|
13396
|
-
|
|
13397
|
-
|
|
14113
|
+
userId: m.string().optional().describe("identifier"),
|
|
14114
|
+
userName: m.string().optional().describe("display name"),
|
|
14115
|
+
domainId: m.string().optional().describe("identifier"),
|
|
14116
|
+
domainName: m.string().optional().describe("display name"),
|
|
13398
14117
|
id: m.array(m.string()).optional().describe("by serial number(s)"),
|
|
13399
14118
|
product: m.array(m.string()).optional().describe("by product name(s)"),
|
|
13400
14119
|
valid: m.boolean().optional().describe("view: all|valid|grantable\n\nshow: available to be granted"),
|
|
@@ -13431,8 +14150,8 @@ m.array(be), m.object({
|
|
|
13431
14150
|
page: m.int().optional().describe("this page number !")
|
|
13432
14151
|
}), m.object({ id: m.string().describe("Available Filters\n\nshow by customer id; serial number (uuid)") }), m.object({
|
|
13433
14152
|
valid: m.boolean().optional().describe("show if valid only!"),
|
|
13434
|
-
|
|
13435
|
-
|
|
14153
|
+
domainId: m.string().optional().describe("identifier"),
|
|
14154
|
+
domainName: m.string().optional().describe("display name"),
|
|
13436
14155
|
fields: m.array(m.string()).optional().describe("Request Controls\n\nserial,"),
|
|
13437
14156
|
sort: m.array(m.string()).optional()
|
|
13438
14157
|
}), m.object({ customer: m.object({
|
|
@@ -13487,10 +14206,10 @@ m.array(be), m.object({
|
|
|
13487
14206
|
page: m.int().optional().describe("default: 1"),
|
|
13488
14207
|
fields: m.array(m.string()).optional().describe("set of output fields"),
|
|
13489
14208
|
sort: m.array(m.string()).optional().describe("e.g.: \"updated_at\" - ASC; \"!updated_at\" - DESC;"),
|
|
13490
|
-
|
|
13491
|
-
|
|
13492
|
-
|
|
13493
|
-
|
|
14209
|
+
userId: m.string().optional().describe("identifier"),
|
|
14210
|
+
userName: m.string().optional().describe("display name"),
|
|
14211
|
+
domainId: m.string().optional().describe("identifier"),
|
|
14212
|
+
domainName: m.string().optional().describe("display name"),
|
|
13494
14213
|
customerId: m.string().optional(),
|
|
13495
14214
|
id: m.array(m.string()).optional().describe("by serial number(s)"),
|
|
13496
14215
|
product: m.array(m.string()).optional().describe("by product name(s)"),
|
|
@@ -13531,10 +14250,10 @@ m.array(be), m.object({
|
|
|
13531
14250
|
page: m.int().optional().describe("default: 1"),
|
|
13532
14251
|
fields: m.array(m.string()).optional().describe("set of output fields"),
|
|
13533
14252
|
sort: m.array(m.string()).optional().describe("e.g.: \"updated_at\" - ASC; \"!updated_at\" - DESC;"),
|
|
13534
|
-
|
|
13535
|
-
|
|
13536
|
-
|
|
13537
|
-
|
|
14253
|
+
userId: m.string().optional().describe("identifier"),
|
|
14254
|
+
userName: m.string().optional().describe("display name"),
|
|
14255
|
+
domainId: m.string().optional().describe("identifier"),
|
|
14256
|
+
domainName: m.string().optional().describe("display name"),
|
|
13538
14257
|
customerId: m.string().optional(),
|
|
13539
14258
|
id: m.array(m.string()).optional().describe("by serial number(s)"),
|
|
13540
14259
|
product: m.array(m.string()).optional().describe("by product name(s)"),
|
|
@@ -13641,8 +14360,8 @@ m.array(xe), m.object({ deleted: m.array(m.object({
|
|
|
13641
14360
|
access: m.string().optional().describe("[M]andatory[A]ccess[C]ontrol: with access mode (action) granted!"),
|
|
13642
14361
|
account: m.string().optional().describe("----- Device-Specific Filters ----------------\n\nsubstring like '%name%'"),
|
|
13643
14362
|
hotdesk: m.string().optional().describe("filter: has hotdesk (=pattern); is hotdesk (=*)"),
|
|
13644
|
-
|
|
13645
|
-
|
|
14363
|
+
userId: m.string().optional().describe("Object ID"),
|
|
14364
|
+
userName: m.string().optional().describe("Display Name"),
|
|
13646
14365
|
mac: m.string().optional().describe("filter: by MAC address"),
|
|
13647
14366
|
ip: m.string().optional().describe("filter: by IP address")
|
|
13648
14367
|
}), m.object({
|
|
@@ -13880,9 +14599,9 @@ m.array(xe), m.object({ deleted: m.array(m.object({
|
|
|
13880
14599
|
name: m.string().optional()
|
|
13881
14600
|
}).optional().describe("UserId lookup value.")
|
|
13882
14601
|
}).optional() }), m.object({ "device.id": m.string().describe("Object ID") }), m.object({
|
|
13883
|
-
|
|
13884
|
-
|
|
13885
|
-
|
|
14602
|
+
userId: m.string().optional().describe("Object ID"),
|
|
14603
|
+
userName: m.string().optional().describe("Display Name"),
|
|
14604
|
+
deviceName: m.string().optional().describe("Display Name")
|
|
13886
14605
|
}), m.object({
|
|
13887
14606
|
items: m.array(m.object({
|
|
13888
14607
|
callid: m.string().optional(),
|
|
@@ -13907,9 +14626,9 @@ m.array(xe), m.object({ deleted: m.array(m.object({
|
|
|
13907
14626
|
page: m.int().optional(),
|
|
13908
14627
|
size: m.int().optional()
|
|
13909
14628
|
}), m.object({ "device.id": m.string().describe("Object ID") }), m.object({
|
|
13910
|
-
|
|
13911
|
-
|
|
13912
|
-
|
|
14629
|
+
userId: m.string().optional().describe("Object ID"),
|
|
14630
|
+
userName: m.string().optional().describe("Display Name"),
|
|
14631
|
+
deviceName: m.string().optional().describe("Display Name"),
|
|
13913
14632
|
timeFrom: m.string().optional().describe("Filter: timing range (optional)\n\nunix milliseconds"),
|
|
13914
14633
|
timeTill: m.string().optional().describe("unix milliseconds"),
|
|
13915
14634
|
fields: m.array(m.string()).optional().describe("Search Options"),
|
|
@@ -16626,9 +17345,9 @@ m.array(xe), m.object({ deleted: m.array(m.object({
|
|
|
16626
17345
|
id: m.array(m.string()).optional().describe("Link(s) with unique ID only."),
|
|
16627
17346
|
primary: m.boolean().optional().describe("Primary email address only."),
|
|
16628
17347
|
verified: m.boolean().optional().describe("Verified email addresses only."),
|
|
16629
|
-
|
|
16630
|
-
|
|
16631
|
-
|
|
17348
|
+
typeId: m.string().optional().describe("Reference Object unique ID."),
|
|
17349
|
+
typeType: m.string().optional().describe("Reference Object well-known type."),
|
|
17350
|
+
typeName: m.string().optional().describe("Reference Object display name.")
|
|
16632
17351
|
}), m.object({
|
|
16633
17352
|
data: m.array(m.object({
|
|
16634
17353
|
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
@@ -16872,6 +17591,155 @@ m.array(Ce), m.object({
|
|
|
16872
17591
|
next: m.boolean().optional(),
|
|
16873
17592
|
page: m.int().optional().describe("The page number of the partial result.")
|
|
16874
17593
|
}).describe("Email dataset."), m.object({
|
|
17594
|
+
size: m.int().optional().describe("Page size."),
|
|
17595
|
+
page: m.int().optional().describe("Page number (1-based)."),
|
|
17596
|
+
q: m.string().optional().describe("Optional name search."),
|
|
17597
|
+
type: m.string().optional().describe("Optional type filter (\"embedding\" or \"reranker\")."),
|
|
17598
|
+
sort: m.string().optional().describe("Sorting criteria (e.g. field:asc)."),
|
|
17599
|
+
fields: m.array(m.string()).optional().describe("Set of fields to return.")
|
|
17600
|
+
}), m.object({
|
|
17601
|
+
items: m.array(m.object({
|
|
17602
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
17603
|
+
createdBy: m.object({
|
|
17604
|
+
id: m.string().optional(),
|
|
17605
|
+
name: m.string().optional()
|
|
17606
|
+
}).optional().describe("User who created the model."),
|
|
17607
|
+
dimensions: m.int().optional().describe("Embedding dimension; 0 for rerankers."),
|
|
17608
|
+
domainId: m.string().optional().describe("Owning domain id; 0 for a global (Webitel-seeded) model."),
|
|
17609
|
+
endpoint: m.string().optional().describe("Self-hosted / Azure / BYOM endpoint url."),
|
|
17610
|
+
id: m.string().optional().describe("Unique identifier of the model."),
|
|
17611
|
+
isSelfHosted: m.boolean().optional().describe("Whether the model runs self-hosted."),
|
|
17612
|
+
modelRef: m.string().optional().describe("Provider model name or HuggingFace id."),
|
|
17613
|
+
name: m.string().optional().describe("Human-readable name shown in the admin UI."),
|
|
17614
|
+
provider: m.string().optional().describe("Provider key (gemini, openai, cohere, azure, bge-m3, e5, bge-reranker, byom)."),
|
|
17615
|
+
type: m.string().optional().describe("Model type: \"embedding\" or \"reranker\"."),
|
|
17616
|
+
validatedAt: m.string().optional().describe("Timestamp of the last successful validation (epoch ms); 0 if never validated.")
|
|
17617
|
+
}).describe("EmbeddingModel is a registry entry read model (credential omitted).")).optional().describe("Models on this page."),
|
|
17618
|
+
next: m.boolean().optional().describe("Whether a next page exists.")
|
|
17619
|
+
}).describe("EmbeddingModelList is a page of models."), m.object({
|
|
17620
|
+
apiKey: m.string().optional().describe("Write-only provider credential; encrypted at rest, never read back."),
|
|
17621
|
+
dimensions: m.int().optional().describe("Embedding dimension; omit for rerankers."),
|
|
17622
|
+
endpoint: m.string().optional().describe("Self-hosted / Azure / BYOM endpoint url."),
|
|
17623
|
+
isSelfHosted: m.boolean().optional().describe("Whether the model runs self-hosted."),
|
|
17624
|
+
modelRef: m.string().optional().describe("Provider model name or HuggingFace id."),
|
|
17625
|
+
name: m.string().optional().describe("Human-readable name."),
|
|
17626
|
+
provider: m.string().optional().describe("Provider key."),
|
|
17627
|
+
type: m.string().optional().describe("Model type: \"embedding\" or \"reranker\".")
|
|
17628
|
+
}).describe("InputEmbeddingModel carries the writable fields of a model."), m.object({
|
|
17629
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
17630
|
+
createdBy: m.object({
|
|
17631
|
+
id: m.string().optional(),
|
|
17632
|
+
name: m.string().optional()
|
|
17633
|
+
}).optional().describe("User who created the model."),
|
|
17634
|
+
dimensions: m.int().optional().describe("Embedding dimension; 0 for rerankers."),
|
|
17635
|
+
domainId: m.string().optional().describe("Owning domain id; 0 for a global (Webitel-seeded) model."),
|
|
17636
|
+
endpoint: m.string().optional().describe("Self-hosted / Azure / BYOM endpoint url."),
|
|
17637
|
+
id: m.string().optional().describe("Unique identifier of the model."),
|
|
17638
|
+
isSelfHosted: m.boolean().optional().describe("Whether the model runs self-hosted."),
|
|
17639
|
+
modelRef: m.string().optional().describe("Provider model name or HuggingFace id."),
|
|
17640
|
+
name: m.string().optional().describe("Human-readable name shown in the admin UI."),
|
|
17641
|
+
provider: m.string().optional().describe("Provider key (gemini, openai, cohere, azure, bge-m3, e5, bge-reranker, byom)."),
|
|
17642
|
+
type: m.string().optional().describe("Model type: \"embedding\" or \"reranker\"."),
|
|
17643
|
+
validatedAt: m.string().optional().describe("Timestamp of the last successful validation (epoch ms); 0 if never validated.")
|
|
17644
|
+
}).describe("EmbeddingModel is a registry entry read model (credential omitted)."), m.object({ id: m.string().describe("Model id.") }), m.object({
|
|
17645
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
17646
|
+
createdBy: m.object({
|
|
17647
|
+
id: m.string().optional(),
|
|
17648
|
+
name: m.string().optional()
|
|
17649
|
+
}).optional().describe("User who created the model."),
|
|
17650
|
+
dimensions: m.int().optional().describe("Embedding dimension; 0 for rerankers."),
|
|
17651
|
+
domainId: m.string().optional().describe("Owning domain id; 0 for a global (Webitel-seeded) model."),
|
|
17652
|
+
endpoint: m.string().optional().describe("Self-hosted / Azure / BYOM endpoint url."),
|
|
17653
|
+
id: m.string().optional().describe("Unique identifier of the model."),
|
|
17654
|
+
isSelfHosted: m.boolean().optional().describe("Whether the model runs self-hosted."),
|
|
17655
|
+
modelRef: m.string().optional().describe("Provider model name or HuggingFace id."),
|
|
17656
|
+
name: m.string().optional().describe("Human-readable name shown in the admin UI."),
|
|
17657
|
+
provider: m.string().optional().describe("Provider key (gemini, openai, cohere, azure, bge-m3, e5, bge-reranker, byom)."),
|
|
17658
|
+
type: m.string().optional().describe("Model type: \"embedding\" or \"reranker\"."),
|
|
17659
|
+
validatedAt: m.string().optional().describe("Timestamp of the last successful validation (epoch ms); 0 if never validated.")
|
|
17660
|
+
}).describe("EmbeddingModel is a registry entry read model (credential omitted)."), m.object({ id: m.string().describe("Model id.") }), m.object({
|
|
17661
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
17662
|
+
createdBy: m.object({
|
|
17663
|
+
id: m.string().optional(),
|
|
17664
|
+
name: m.string().optional()
|
|
17665
|
+
}).optional().describe("User who created the model."),
|
|
17666
|
+
dimensions: m.int().optional().describe("Embedding dimension; 0 for rerankers."),
|
|
17667
|
+
domainId: m.string().optional().describe("Owning domain id; 0 for a global (Webitel-seeded) model."),
|
|
17668
|
+
endpoint: m.string().optional().describe("Self-hosted / Azure / BYOM endpoint url."),
|
|
17669
|
+
id: m.string().optional().describe("Unique identifier of the model."),
|
|
17670
|
+
isSelfHosted: m.boolean().optional().describe("Whether the model runs self-hosted."),
|
|
17671
|
+
modelRef: m.string().optional().describe("Provider model name or HuggingFace id."),
|
|
17672
|
+
name: m.string().optional().describe("Human-readable name shown in the admin UI."),
|
|
17673
|
+
provider: m.string().optional().describe("Provider key (gemini, openai, cohere, azure, bge-m3, e5, bge-reranker, byom)."),
|
|
17674
|
+
type: m.string().optional().describe("Model type: \"embedding\" or \"reranker\"."),
|
|
17675
|
+
validatedAt: m.string().optional().describe("Timestamp of the last successful validation (epoch ms); 0 if never validated.")
|
|
17676
|
+
}).describe("EmbeddingModel is a registry entry read model (credential omitted)."), m.object({ id: m.string().describe("Model id.") }), m.object({
|
|
17677
|
+
apiKey: m.string().optional().describe("Write-only provider credential; encrypted at rest, never read back."),
|
|
17678
|
+
dimensions: m.int().optional().describe("Embedding dimension; omit for rerankers."),
|
|
17679
|
+
endpoint: m.string().optional().describe("Self-hosted / Azure / BYOM endpoint url."),
|
|
17680
|
+
isSelfHosted: m.boolean().optional().describe("Whether the model runs self-hosted."),
|
|
17681
|
+
modelRef: m.string().optional().describe("Provider model name or HuggingFace id."),
|
|
17682
|
+
name: m.string().optional().describe("Human-readable name."),
|
|
17683
|
+
provider: m.string().optional().describe("Provider key."),
|
|
17684
|
+
type: m.string().optional().describe("Model type: \"embedding\" or \"reranker\".")
|
|
17685
|
+
}).describe("InputEmbeddingModel carries the writable fields of a model."), m.object({
|
|
17686
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
17687
|
+
createdBy: m.object({
|
|
17688
|
+
id: m.string().optional(),
|
|
17689
|
+
name: m.string().optional()
|
|
17690
|
+
}).optional().describe("User who created the model."),
|
|
17691
|
+
dimensions: m.int().optional().describe("Embedding dimension; 0 for rerankers."),
|
|
17692
|
+
domainId: m.string().optional().describe("Owning domain id; 0 for a global (Webitel-seeded) model."),
|
|
17693
|
+
endpoint: m.string().optional().describe("Self-hosted / Azure / BYOM endpoint url."),
|
|
17694
|
+
id: m.string().optional().describe("Unique identifier of the model."),
|
|
17695
|
+
isSelfHosted: m.boolean().optional().describe("Whether the model runs self-hosted."),
|
|
17696
|
+
modelRef: m.string().optional().describe("Provider model name or HuggingFace id."),
|
|
17697
|
+
name: m.string().optional().describe("Human-readable name shown in the admin UI."),
|
|
17698
|
+
provider: m.string().optional().describe("Provider key (gemini, openai, cohere, azure, bge-m3, e5, bge-reranker, byom)."),
|
|
17699
|
+
type: m.string().optional().describe("Model type: \"embedding\" or \"reranker\"."),
|
|
17700
|
+
validatedAt: m.string().optional().describe("Timestamp of the last successful validation (epoch ms); 0 if never validated.")
|
|
17701
|
+
}).describe("EmbeddingModel is a registry entry read model (credential omitted)."), m.object({ id: m.string().describe("Model id.") }), m.object({
|
|
17702
|
+
apiKey: m.string().optional().describe("Write-only provider credential; encrypted at rest, never read back."),
|
|
17703
|
+
dimensions: m.int().optional().describe("Embedding dimension; omit for rerankers."),
|
|
17704
|
+
endpoint: m.string().optional().describe("Self-hosted / Azure / BYOM endpoint url."),
|
|
17705
|
+
isSelfHosted: m.boolean().optional().describe("Whether the model runs self-hosted."),
|
|
17706
|
+
modelRef: m.string().optional().describe("Provider model name or HuggingFace id."),
|
|
17707
|
+
name: m.string().optional().describe("Human-readable name."),
|
|
17708
|
+
provider: m.string().optional().describe("Provider key."),
|
|
17709
|
+
type: m.string().optional().describe("Model type: \"embedding\" or \"reranker\".")
|
|
17710
|
+
}).describe("InputEmbeddingModel carries the writable fields of a model."), m.object({
|
|
17711
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
17712
|
+
createdBy: m.object({
|
|
17713
|
+
id: m.string().optional(),
|
|
17714
|
+
name: m.string().optional()
|
|
17715
|
+
}).optional().describe("User who created the model."),
|
|
17716
|
+
dimensions: m.int().optional().describe("Embedding dimension; 0 for rerankers."),
|
|
17717
|
+
domainId: m.string().optional().describe("Owning domain id; 0 for a global (Webitel-seeded) model."),
|
|
17718
|
+
endpoint: m.string().optional().describe("Self-hosted / Azure / BYOM endpoint url."),
|
|
17719
|
+
id: m.string().optional().describe("Unique identifier of the model."),
|
|
17720
|
+
isSelfHosted: m.boolean().optional().describe("Whether the model runs self-hosted."),
|
|
17721
|
+
modelRef: m.string().optional().describe("Provider model name or HuggingFace id."),
|
|
17722
|
+
name: m.string().optional().describe("Human-readable name shown in the admin UI."),
|
|
17723
|
+
provider: m.string().optional().describe("Provider key (gemini, openai, cohere, azure, bge-m3, e5, bge-reranker, byom)."),
|
|
17724
|
+
type: m.string().optional().describe("Model type: \"embedding\" or \"reranker\"."),
|
|
17725
|
+
validatedAt: m.string().optional().describe("Timestamp of the last successful validation (epoch ms); 0 if never validated.")
|
|
17726
|
+
}).describe("EmbeddingModel is a registry entry read model (credential omitted)."), m.object({ id: m.string().describe("Model id.") }), m.object({
|
|
17727
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
17728
|
+
createdBy: m.object({
|
|
17729
|
+
id: m.string().optional(),
|
|
17730
|
+
name: m.string().optional()
|
|
17731
|
+
}).optional().describe("User who created the model."),
|
|
17732
|
+
dimensions: m.int().optional().describe("Embedding dimension; 0 for rerankers."),
|
|
17733
|
+
domainId: m.string().optional().describe("Owning domain id; 0 for a global (Webitel-seeded) model."),
|
|
17734
|
+
endpoint: m.string().optional().describe("Self-hosted / Azure / BYOM endpoint url."),
|
|
17735
|
+
id: m.string().optional().describe("Unique identifier of the model."),
|
|
17736
|
+
isSelfHosted: m.boolean().optional().describe("Whether the model runs self-hosted."),
|
|
17737
|
+
modelRef: m.string().optional().describe("Provider model name or HuggingFace id."),
|
|
17738
|
+
name: m.string().optional().describe("Human-readable name shown in the admin UI."),
|
|
17739
|
+
provider: m.string().optional().describe("Provider key (gemini, openai, cohere, azure, bge-m3, e5, bge-reranker, byom)."),
|
|
17740
|
+
type: m.string().optional().describe("Model type: \"embedding\" or \"reranker\"."),
|
|
17741
|
+
validatedAt: m.string().optional().describe("Timestamp of the last successful validation (epoch ms); 0 if never validated.")
|
|
17742
|
+
}).describe("EmbeddingModel is a registry entry read model (credential omitted)."), m.object({
|
|
16875
17743
|
fields: m.array(m.string()).optional(),
|
|
16876
17744
|
repo: m.array(m.string()).optional().describe("`type.repo`")
|
|
16877
17745
|
}), m.object({
|
|
@@ -18296,11 +19164,11 @@ m.array(Ce), m.object({
|
|
|
18296
19164
|
sort: m.string().optional(),
|
|
18297
19165
|
fields: m.array(m.string()).optional(),
|
|
18298
19166
|
id: m.array(m.string()).optional(),
|
|
18299
|
-
|
|
18300
|
-
|
|
19167
|
+
uploadedAtFrom: m.string().optional(),
|
|
19168
|
+
uploadedAtTo: m.string().optional(),
|
|
18301
19169
|
referenceId: m.array(m.string()).optional(),
|
|
18302
|
-
|
|
18303
|
-
|
|
19170
|
+
retentionUntilFrom: m.string().optional(),
|
|
19171
|
+
retentionUntilTo: m.string().optional(),
|
|
18304
19172
|
channel: m.array(m.enum([
|
|
18305
19173
|
"UnknownChannel",
|
|
18306
19174
|
"ChatChannel",
|
|
@@ -18359,11 +19227,11 @@ m.array(Ce), m.object({
|
|
|
18359
19227
|
sort: m.string().optional(),
|
|
18360
19228
|
fields: m.array(m.string()).optional(),
|
|
18361
19229
|
id: m.array(m.string()).optional(),
|
|
18362
|
-
|
|
18363
|
-
|
|
19230
|
+
uploadedAtFrom: m.string().optional(),
|
|
19231
|
+
uploadedAtTo: m.string().optional(),
|
|
18364
19232
|
referenceId: m.array(m.string()).optional(),
|
|
18365
|
-
|
|
18366
|
-
|
|
19233
|
+
retentionUntilFrom: m.string().optional(),
|
|
19234
|
+
retentionUntilTo: m.string().optional(),
|
|
18367
19235
|
type: m.enum([
|
|
18368
19236
|
"PDF",
|
|
18369
19237
|
"SCREENSHOT",
|
|
@@ -18420,8 +19288,8 @@ m.array(Ce), m.object({
|
|
|
18420
19288
|
sort: m.string().optional(),
|
|
18421
19289
|
fields: m.array(m.string()).optional(),
|
|
18422
19290
|
id: m.array(m.string()).optional(),
|
|
18423
|
-
|
|
18424
|
-
|
|
19291
|
+
uploadedAtFrom: m.string().optional(),
|
|
19292
|
+
uploadedAtTo: m.string().optional(),
|
|
18425
19293
|
uploadedBy: m.array(m.string()).optional(),
|
|
18426
19294
|
referenceId: m.array(m.string()).optional(),
|
|
18427
19295
|
channel: m.array(m.enum([
|
|
@@ -18435,8 +19303,8 @@ m.array(Ce), m.object({
|
|
|
18435
19303
|
"CasesChannel",
|
|
18436
19304
|
"ScreenRecordingChannel"
|
|
18437
19305
|
])).optional().describe(" - ScreenRecordingChannel: ScreenshotChannel = 8; // deprecated"),
|
|
18438
|
-
|
|
18439
|
-
|
|
19306
|
+
retentionUntilFrom: m.string().optional(),
|
|
19307
|
+
retentionUntilTo: m.string().optional()
|
|
18440
19308
|
}), m.object({
|
|
18441
19309
|
items: m.array(m.object({
|
|
18442
19310
|
channel: m.enum([
|
|
@@ -18484,11 +19352,11 @@ m.array(Ce), m.object({
|
|
|
18484
19352
|
sort: m.string().optional(),
|
|
18485
19353
|
fields: m.array(m.string()).optional(),
|
|
18486
19354
|
id: m.array(m.string()).optional(),
|
|
18487
|
-
|
|
18488
|
-
|
|
19355
|
+
uploadedAtFrom: m.string().optional(),
|
|
19356
|
+
uploadedAtTo: m.string().optional(),
|
|
18489
19357
|
referenceId: m.array(m.string()).optional(),
|
|
18490
|
-
|
|
18491
|
-
|
|
19358
|
+
retentionUntilFrom: m.string().optional(),
|
|
19359
|
+
retentionUntilTo: m.string().optional(),
|
|
18492
19360
|
type: m.enum([
|
|
18493
19361
|
"PDF",
|
|
18494
19362
|
"SCREENSHOT",
|
|
@@ -18656,8 +19524,8 @@ m.array(Ce), m.object({
|
|
|
18656
19524
|
}).optional()
|
|
18657
19525
|
}).optional() }), m.object({ id: m.string() }), m.object({
|
|
18658
19526
|
teamId: m.string().optional(),
|
|
18659
|
-
|
|
18660
|
-
|
|
19527
|
+
forecastDataFrom: m.string().optional(),
|
|
19528
|
+
forecastDataTo: m.string().optional()
|
|
18661
19529
|
}), m.object({ items: m.array(m.object({
|
|
18662
19530
|
agents: m.string().optional(),
|
|
18663
19531
|
timestamp: m.string().optional()
|
|
@@ -20535,7 +21403,7 @@ m.array(De), m.object({
|
|
|
20535
21403
|
}), m.object({
|
|
20536
21404
|
catalogId: m.string().optional().describe("----- connection -----\nOptional. ID of the preconfigured LDAP catalog"),
|
|
20537
21405
|
url: m.string().optional().describe("Optional. URL to establish connection to LDAP catalog\n\nURL e.g.: [(ldap|ldapi|ldaps)://]host[:port]"),
|
|
20538
|
-
|
|
21406
|
+
tlsPem: m.string().optional().describe("TODO: (!)\n\nbase64"),
|
|
20539
21407
|
bind: m.string().optional().describe("----- BIND: Authorization -----\n\nauthorization method e.g.: SIMPLE, SAML, NTLM, etc."),
|
|
20540
21408
|
username: m.string().optional().describe("bind_dn"),
|
|
20541
21409
|
password: m.string().optional().describe("password"),
|
|
@@ -21075,7 +21943,7 @@ m.array(De), m.object({
|
|
|
21075
21943
|
status: m.string().optional()
|
|
21076
21944
|
}), m.object({ catalog_id: m.string().describe("----- connection -----\nOptional. ID of the preconfigured LDAP catalog") }), m.object({
|
|
21077
21945
|
url: m.string().optional().describe("Optional. URL to establish connection to LDAP catalog\n\nURL e.g.: [(ldap|ldapi|ldaps)://]host[:port]"),
|
|
21078
|
-
|
|
21946
|
+
tlsPem: m.string().optional().describe("TODO: (!)\n\nbase64"),
|
|
21079
21947
|
bind: m.string().optional().describe("----- BIND: Authorization -----\n\nauthorization method e.g.: SIMPLE, SAML, NTLM, etc."),
|
|
21080
21948
|
username: m.string().optional().describe("bind_dn"),
|
|
21081
21949
|
password: m.string().optional().describe("password"),
|
|
@@ -21666,8 +22534,8 @@ m.array(De), m.object({
|
|
|
21666
22534
|
sort: m.string().optional(),
|
|
21667
22535
|
fields: m.array(m.string()).optional(),
|
|
21668
22536
|
id: m.array(m.int()).optional(),
|
|
21669
|
-
|
|
21670
|
-
|
|
22537
|
+
expireAtFrom: m.string().optional(),
|
|
22538
|
+
expireAtTo: m.string().optional()
|
|
21671
22539
|
}), m.object({
|
|
21672
22540
|
items: m.array(m.object({
|
|
21673
22541
|
description: m.string().optional(),
|
|
@@ -22204,16 +23072,16 @@ m.array(Ae), m.object({
|
|
|
22204
23072
|
queueId: m.array(m.int()).optional(),
|
|
22205
23073
|
bucketId: m.array(m.int()).optional(),
|
|
22206
23074
|
destination: m.string().optional(),
|
|
22207
|
-
|
|
22208
|
-
|
|
22209
|
-
|
|
22210
|
-
|
|
23075
|
+
createdAtFrom: m.string().optional(),
|
|
23076
|
+
createdAtTo: m.string().optional(),
|
|
23077
|
+
offeringAtFrom: m.string().optional(),
|
|
23078
|
+
offeringAtTo: m.string().optional(),
|
|
22211
23079
|
stopCause: m.array(m.string()).optional(),
|
|
22212
|
-
|
|
22213
|
-
|
|
23080
|
+
priorityFrom: m.string().optional(),
|
|
23081
|
+
priorityTo: m.string().optional(),
|
|
22214
23082
|
name: m.string().optional(),
|
|
22215
|
-
|
|
22216
|
-
|
|
23083
|
+
attemptsFrom: m.string().optional(),
|
|
23084
|
+
attemptsTo: m.string().optional(),
|
|
22217
23085
|
agentId: m.array(m.int()).optional()
|
|
22218
23086
|
}), m.object({
|
|
22219
23087
|
items: m.array(m.object({
|
|
@@ -22372,20 +23240,20 @@ m.array(Ae), m.object({
|
|
|
22372
23240
|
q: m.string().optional(),
|
|
22373
23241
|
sort: m.string().optional(),
|
|
22374
23242
|
fields: m.array(m.string()).optional(),
|
|
22375
|
-
|
|
22376
|
-
|
|
23243
|
+
joinedAtFrom: m.string().optional(),
|
|
23244
|
+
joinedAtTo: m.string().optional(),
|
|
22377
23245
|
id: m.array(m.string()).optional(),
|
|
22378
23246
|
queueId: m.array(m.string()).optional(),
|
|
22379
23247
|
bucketId: m.array(m.string()).optional(),
|
|
22380
23248
|
memberId: m.array(m.string()).optional(),
|
|
22381
23249
|
agentId: m.array(m.string()).optional(),
|
|
22382
23250
|
result: m.array(m.string()).optional(),
|
|
22383
|
-
|
|
22384
|
-
|
|
22385
|
-
|
|
22386
|
-
|
|
22387
|
-
|
|
22388
|
-
|
|
23251
|
+
leavingAtFrom: m.string().optional(),
|
|
23252
|
+
leavingAtTo: m.string().optional(),
|
|
23253
|
+
offeringAtFrom: m.string().optional(),
|
|
23254
|
+
offeringAtTo: m.string().optional(),
|
|
23255
|
+
durationFrom: m.string().optional(),
|
|
23256
|
+
durationTo: m.string().optional(),
|
|
22389
23257
|
offeredAgentId: m.array(m.string()).optional()
|
|
22390
23258
|
}), m.object({
|
|
22391
23259
|
items: m.array(m.object({
|
|
@@ -22463,20 +23331,20 @@ m.array(Ae), m.object({
|
|
|
22463
23331
|
q: m.string().optional(),
|
|
22464
23332
|
sort: m.string().optional(),
|
|
22465
23333
|
fields: m.array(m.string()).optional(),
|
|
22466
|
-
|
|
22467
|
-
|
|
23334
|
+
joinedAtFrom: m.string().optional(),
|
|
23335
|
+
joinedAtTo: m.string().optional(),
|
|
22468
23336
|
id: m.array(m.string()).optional(),
|
|
22469
23337
|
queueId: m.array(m.string()).optional(),
|
|
22470
23338
|
bucketId: m.array(m.string()).optional(),
|
|
22471
23339
|
memberId: m.array(m.string()).optional(),
|
|
22472
23340
|
agentId: m.array(m.string()).optional(),
|
|
22473
23341
|
result: m.array(m.string()).optional(),
|
|
22474
|
-
|
|
22475
|
-
|
|
22476
|
-
|
|
22477
|
-
|
|
22478
|
-
|
|
22479
|
-
|
|
23342
|
+
leavingAtFrom: m.string().optional(),
|
|
23343
|
+
leavingAtTo: m.string().optional(),
|
|
23344
|
+
offeringAtFrom: m.string().optional(),
|
|
23345
|
+
offeringAtTo: m.string().optional(),
|
|
23346
|
+
durationFrom: m.string().optional(),
|
|
23347
|
+
durationTo: m.string().optional(),
|
|
22480
23348
|
offeredAgentId: m.array(m.string()).optional()
|
|
22481
23349
|
}), m.object({
|
|
22482
23350
|
items: m.array(m.object({
|
|
@@ -22727,16 +23595,16 @@ m.array(Ae), m.object({
|
|
|
22727
23595
|
id: m.array(m.string()).optional(),
|
|
22728
23596
|
bucketId: m.array(m.int()).optional(),
|
|
22729
23597
|
destination: m.string().optional(),
|
|
22730
|
-
|
|
22731
|
-
|
|
22732
|
-
|
|
22733
|
-
|
|
23598
|
+
createdAtFrom: m.string().optional(),
|
|
23599
|
+
createdAtTo: m.string().optional(),
|
|
23600
|
+
offeringAtFrom: m.string().optional(),
|
|
23601
|
+
offeringAtTo: m.string().optional(),
|
|
22734
23602
|
stopCause: m.array(m.string()).optional(),
|
|
22735
|
-
|
|
22736
|
-
|
|
23603
|
+
priorityFrom: m.string().optional(),
|
|
23604
|
+
priorityTo: m.string().optional(),
|
|
22737
23605
|
name: m.string().optional(),
|
|
22738
|
-
|
|
22739
|
-
|
|
23606
|
+
attemptsFrom: m.string().optional(),
|
|
23607
|
+
attemptsTo: m.string().optional(),
|
|
22740
23608
|
agentId: m.array(m.int()).optional(),
|
|
22741
23609
|
variablesString: m.string().optional().describe("This is a request variable of the map type. The query format is \"map_name[key]=value\", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age[\"bob\"]=18")
|
|
22742
23610
|
}), m.object({
|
|
@@ -22953,10 +23821,10 @@ m.array(Ae), m.object({
|
|
|
22953
23821
|
numbers: m.array(m.string()).optional().describe("Filter by member phone numbers."),
|
|
22954
23822
|
variablesString: m.string().optional().describe("This is a request variable of the map type. The query format is \"map_name[key]=value\", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age[\"bob\"]=18"),
|
|
22955
23823
|
id: m.array(m.string()).optional().describe("Filter by related entity identifiers."),
|
|
22956
|
-
|
|
22957
|
-
|
|
22958
|
-
|
|
22959
|
-
|
|
23824
|
+
createdAtFrom: m.string().optional(),
|
|
23825
|
+
createdAtTo: m.string().optional(),
|
|
23826
|
+
priorityFrom: m.string().optional(),
|
|
23827
|
+
priorityTo: m.string().optional(),
|
|
22960
23828
|
q: m.string().optional().describe("Search pattern used to filter queue members.\nThe value is matched against the member name\nand against the member's searchable destination values.")
|
|
22961
23829
|
}), m.object({ count: m.string().optional().describe("Total number of matching queue members.") }).describe("ResetMembersCountResponse contains the total number\nof queue members matching the specified criteria."), m.object({
|
|
22962
23830
|
queue_id: m.string(),
|
|
@@ -23409,9 +24277,9 @@ m.object({
|
|
|
23409
24277
|
fields: m.array(m.string()).optional().describe("Fields [Q]uery to build result dataset record."),
|
|
23410
24278
|
id: m.array(m.string()).optional().describe("Set of unique contact **ID**entifier(s)."),
|
|
23411
24279
|
type: m.string().optional().describe("The type of contact to filter."),
|
|
23412
|
-
|
|
23413
|
-
|
|
23414
|
-
|
|
24280
|
+
viaId: m.string().optional().describe("Contact unique **ID**entifier.\nContact **type**-specific string."),
|
|
24281
|
+
viaType: m.string().optional().describe("Contact **type** provider."),
|
|
24282
|
+
viaName: m.string().optional().describe("Contact display **name**.")
|
|
23415
24283
|
}), m.object({
|
|
23416
24284
|
next: m.boolean().optional(),
|
|
23417
24285
|
page: m.int().optional().describe("Page number of results."),
|
|
@@ -23437,14 +24305,14 @@ m.object({
|
|
|
23437
24305
|
sort: m.array(m.string()).optional().describe("Sort records by { fields } specification."),
|
|
23438
24306
|
fields: m.array(m.string()).optional().describe("Fields [Q]uery to build result dataset record."),
|
|
23439
24307
|
id: m.array(m.string()).optional().describe("Set of unique chat IDentifier(s).\nAccept: dialog -or- member ID."),
|
|
23440
|
-
|
|
23441
|
-
|
|
23442
|
-
|
|
23443
|
-
|
|
23444
|
-
|
|
23445
|
-
|
|
23446
|
-
|
|
23447
|
-
|
|
24308
|
+
viaId: m.string().optional().describe("Contact unique **ID**entifier.\nContact **type**-specific string."),
|
|
24309
|
+
viaType: m.string().optional().describe("Contact **type** provider."),
|
|
24310
|
+
viaName: m.string().optional().describe("Contact display **name**."),
|
|
24311
|
+
peerId: m.string().optional().describe("Contact unique **ID**entifier.\nContact **type**-specific string."),
|
|
24312
|
+
peerType: m.string().optional().describe("Contact **type** provider."),
|
|
24313
|
+
peerName: m.string().optional().describe("Contact display **name**."),
|
|
24314
|
+
dateSince: m.string().optional().describe("Since epochtime (milli).\n**Match**: greater than .."),
|
|
24315
|
+
dateUntil: m.string().optional().describe("Until epochtime (milli).\n**Match**: less or equal .."),
|
|
23448
24316
|
online: m.boolean().optional().describe("Dialogs ONLY that are currently [not] active( closed: ? )."),
|
|
23449
24317
|
rated: m.boolean().optional().describe("Dialogs ONLY that have [not] been rated."),
|
|
23450
24318
|
groupString: m.string().optional().describe("Includes ONLY those chat dialogs\nwhose member channel(s) contain\na specified set of variables.\n\n10")
|
|
@@ -23604,14 +24472,14 @@ m.object({
|
|
|
23604
24472
|
sort: m.array(m.string()).optional().describe("Sort records by { fields } specification."),
|
|
23605
24473
|
fields: m.array(m.string()).optional().describe("Fields [Q]uery to build result dataset record."),
|
|
23606
24474
|
id: m.array(m.string()).optional().describe("Set of unique chat member ID."),
|
|
23607
|
-
|
|
23608
|
-
|
|
23609
|
-
|
|
23610
|
-
|
|
23611
|
-
|
|
23612
|
-
|
|
23613
|
-
|
|
23614
|
-
|
|
24475
|
+
viaId: m.string().optional().describe("Contact unique **ID**entifier.\nContact **type**-specific string."),
|
|
24476
|
+
viaType: m.string().optional().describe("Contact **type** provider."),
|
|
24477
|
+
viaName: m.string().optional().describe("Contact display **name**."),
|
|
24478
|
+
peerId: m.string().optional().describe("Contact unique **ID**entifier.\nContact **type**-specific string."),
|
|
24479
|
+
peerType: m.string().optional().describe("Contact **type** provider."),
|
|
24480
|
+
peerName: m.string().optional().describe("Contact display **name**."),
|
|
24481
|
+
dateSince: m.string().optional().describe("Since epochtime (milli).\n**Match**: greater than .."),
|
|
24482
|
+
dateUntil: m.string().optional().describe("Until epochtime (milli).\n**Match**: less or equal .."),
|
|
23615
24483
|
online: m.boolean().optional().describe("Participants ONLY who are currently [not] connected to the chat.\n( left: ( 0 ? online : offline ) )"),
|
|
23616
24484
|
joined: m.boolean().optional().describe("Participants ONLY who have [not] been connected to the chat.\n( join: ( 0 ? [request|abandoned] : connected ) )")
|
|
23617
24485
|
}), m.object({
|
|
@@ -23645,14 +24513,14 @@ m.object({
|
|
|
23645
24513
|
next: m.boolean().optional(),
|
|
23646
24514
|
page: m.int().optional().describe("Page number of results.")
|
|
23647
24515
|
}), m.object({ chat_id: m.string().describe("Unique chat dialog") }), m.object({
|
|
23648
|
-
|
|
23649
|
-
|
|
24516
|
+
offsetId: m.string().optional().describe("Messages ONLY starting from the specified message ID"),
|
|
24517
|
+
offsetDate: m.string().optional().describe("Messages ONLY been sent before the specified epochtime(milli)."),
|
|
23650
24518
|
limit: m.int().optional().describe("Number of messages to return."),
|
|
23651
24519
|
q: m.string().optional().describe("Search term: message.text"),
|
|
23652
24520
|
fields: m.array(m.string()).optional().describe("Fields to return into result."),
|
|
23653
|
-
|
|
23654
|
-
|
|
23655
|
-
|
|
24521
|
+
peerId: m.string().optional().describe("Contact unique **ID**entifier.\nContact **type**-specific string."),
|
|
24522
|
+
peerType: m.string().optional().describe("Contact **type** provider."),
|
|
24523
|
+
peerName: m.string().optional().describe("Contact display **name**."),
|
|
23656
24524
|
groupString: m.string().optional().describe("Includes the history of ONLY those dialogs\nwhose member channel(s) contain\na specified set of variables.")
|
|
23657
24525
|
}), m.object({
|
|
23658
24526
|
chats: m.array(m.object({
|
|
@@ -23786,13 +24654,13 @@ m.object({
|
|
|
23786
24654
|
"peer.type": m.string().describe("Contact **type** provider."),
|
|
23787
24655
|
"peer.id": m.string().describe("Contact unique **ID**entifier.\nContact **type**-specific string.")
|
|
23788
24656
|
}), m.object({
|
|
23789
|
-
|
|
23790
|
-
|
|
24657
|
+
offsetId: m.string().optional().describe("Messages ONLY starting from the specified message ID"),
|
|
24658
|
+
offsetDate: m.string().optional().describe("Messages ONLY been sent before the specified epochtime(milli)."),
|
|
23791
24659
|
limit: m.int().optional().describe("Number of messages to return."),
|
|
23792
24660
|
q: m.string().optional().describe("Search term: message.text"),
|
|
23793
24661
|
fields: m.array(m.string()).optional().describe("Fields to return into result."),
|
|
23794
24662
|
chatId: m.string().optional().describe("Unique chat dialog"),
|
|
23795
|
-
|
|
24663
|
+
peerName: m.string().optional().describe("Contact display **name**."),
|
|
23796
24664
|
groupStringString: m.string().optional().describe("Includes the history of ONLY those dialogs\nwhose member channel(s) contain\na specified set of variables.")
|
|
23797
24665
|
}), m.object({
|
|
23798
24666
|
chats: m.array(m.object({
|
|
@@ -25187,9 +26055,9 @@ m.object({
|
|
|
25187
26055
|
id: m.array(m.string()).optional().describe("Link(s) with unique ID only."),
|
|
25188
26056
|
primary: m.boolean().optional().describe("Primary phone only."),
|
|
25189
26057
|
verified: m.boolean().optional().describe("Verified phone only."),
|
|
25190
|
-
|
|
25191
|
-
|
|
25192
|
-
|
|
26058
|
+
typeId: m.string().optional().describe("Reference Object unique ID."),
|
|
26059
|
+
typeType: m.string().optional().describe("Reference Object well-known type."),
|
|
26060
|
+
typeName: m.string().optional().describe("Reference Object display name.")
|
|
25193
26061
|
}), m.object({
|
|
25194
26062
|
data: m.array(m.object({
|
|
25195
26063
|
createdAt: m.string().optional().describe("The user who created this Field."),
|
|
@@ -26421,8 +27289,8 @@ m.array(Ie), m.object({
|
|
|
26421
27289
|
}), m.object({
|
|
26422
27290
|
page: m.int().optional(),
|
|
26423
27291
|
size: m.int().optional(),
|
|
26424
|
-
|
|
26425
|
-
|
|
27292
|
+
joinedAtFrom: m.string().optional(),
|
|
27293
|
+
joinedAtTo: m.string().optional(),
|
|
26426
27294
|
domainId: m.string().optional(),
|
|
26427
27295
|
fields: m.array(m.string()).optional(),
|
|
26428
27296
|
sort: m.string().optional(),
|
|
@@ -28102,6 +28970,145 @@ m.array(Ie), m.object({
|
|
|
28102
28970
|
}).optional().describe("User who last updated the relation."),
|
|
28103
28971
|
ver: m.int().optional().describe("Version number of the related case, used for concurrency control.")
|
|
28104
28972
|
}).describe("Represents a related case with its relationship details."), m.object({
|
|
28973
|
+
ids: m.array(m.string()).optional().describe("Article ids to resolve."),
|
|
28974
|
+
spaceIds: m.array(m.string()).optional().describe("Spaces the ids are expected in (RBAC scope).")
|
|
28975
|
+
}).describe("ResolveRequest selects articles by id within the given spaces."), m.object({ items: m.array(m.object({
|
|
28976
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
28977
|
+
body: m.string().optional().describe("FAQ body inlined for menu responses; empty otherwise."),
|
|
28978
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
28979
|
+
depth: m.int().optional().describe("Hierarchy depth (1..5)."),
|
|
28980
|
+
id: m.string().optional().describe("Unique identifier of the article."),
|
|
28981
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
28982
|
+
snippet: m.string().optional().describe("Short text excerpt for previews and search hits."),
|
|
28983
|
+
spaceId: m.string().optional().describe("Space the article belongs to."),
|
|
28984
|
+
state: m.enum([
|
|
28985
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
28986
|
+
"DRAFT",
|
|
28987
|
+
"ACTIVE",
|
|
28988
|
+
"INACTIVE"
|
|
28989
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
28990
|
+
subject: m.string().optional().describe("Current subject (mirrors the published version)."),
|
|
28991
|
+
type: m.enum([
|
|
28992
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
28993
|
+
"ARTICLE",
|
|
28994
|
+
"FAQ"
|
|
28995
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type."),
|
|
28996
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms).")
|
|
28997
|
+
}).describe("ArticleSummary is a lightweight read model of an article, used by list,\nsearch, resolve and menu responses (no body unless inlined for FAQ menu).")).optional().describe("Resolved article summaries (RBAC filtered).") }).describe("ResolveResponse returns the resolved article summaries."), m.object({
|
|
28998
|
+
query: m.string().optional().describe("Free-text query."),
|
|
28999
|
+
spaceIds: m.array(m.string()).optional().describe("Spaces to search within."),
|
|
29000
|
+
tags: m.array(m.string()).optional().describe("Optional tag filter."),
|
|
29001
|
+
tagMatch: m.enum(["TAG_MATCH_ALL", "TAG_MATCH_ANY"]).default("TAG_MATCH_ALL").describe("How to combine the tag filter.\n\n - TAG_MATCH_ALL: Default: match articles having ALL listed tags (AND).\n - TAG_MATCH_ANY: Match articles having ANY listed tag (OR)."),
|
|
29002
|
+
size: m.int().optional().describe("Page size."),
|
|
29003
|
+
page: m.int().optional().describe("Page number (1-based).")
|
|
29004
|
+
}), m.object({
|
|
29005
|
+
items: m.array(m.object({
|
|
29006
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
29007
|
+
body: m.string().optional().describe("FAQ body inlined for menu responses; empty otherwise."),
|
|
29008
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
29009
|
+
depth: m.int().optional().describe("Hierarchy depth (1..5)."),
|
|
29010
|
+
id: m.string().optional().describe("Unique identifier of the article."),
|
|
29011
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
29012
|
+
snippet: m.string().optional().describe("Short text excerpt for previews and search hits."),
|
|
29013
|
+
spaceId: m.string().optional().describe("Space the article belongs to."),
|
|
29014
|
+
state: m.enum([
|
|
29015
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
29016
|
+
"DRAFT",
|
|
29017
|
+
"ACTIVE",
|
|
29018
|
+
"INACTIVE"
|
|
29019
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
29020
|
+
subject: m.string().optional().describe("Current subject (mirrors the published version)."),
|
|
29021
|
+
type: m.enum([
|
|
29022
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
29023
|
+
"ARTICLE",
|
|
29024
|
+
"FAQ"
|
|
29025
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type."),
|
|
29026
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms).")
|
|
29027
|
+
}).describe("ArticleSummary is a lightweight read model of an article, used by list,\nsearch, resolve and menu responses (no body unless inlined for FAQ menu).")).optional().describe("Matched article summaries."),
|
|
29028
|
+
next: m.boolean().optional().describe("Whether a next page exists.")
|
|
29029
|
+
}).describe("SearchResponse is a page of article summaries."), m.object({
|
|
29030
|
+
tags: m.array(m.string()).optional().describe("Optional tag filter."),
|
|
29031
|
+
includeCitations: m.boolean().optional().describe("Whether to include structured citations."),
|
|
29032
|
+
query: m.string().optional().describe("Natural-language query (e.g. STT transcript)."),
|
|
29033
|
+
spaceIds: m.array(m.string()).optional().describe("Spaces to search within (bot service scope)."),
|
|
29034
|
+
tagMatch: m.enum(["TAG_MATCH_ALL", "TAG_MATCH_ANY"]).default("TAG_MATCH_ALL").describe("How to combine the tag filter."),
|
|
29035
|
+
topK: m.int().optional().describe("Maximum number of chunks to return.")
|
|
29036
|
+
}).describe("SemanticSearchRequest parameters for hybrid retrieval."), m.object({
|
|
29037
|
+
chunks: m.array(m.object({
|
|
29038
|
+
articleId: m.string().optional().describe("Article the chunk originates from."),
|
|
29039
|
+
chunkIndex: m.int().optional().describe("Ordinal position of the chunk within the version."),
|
|
29040
|
+
content: m.string().optional().describe("Chunk text content."),
|
|
29041
|
+
score: m.number().optional().describe("Relevance score assigned by retrieval (higher is better)."),
|
|
29042
|
+
versionId: m.string().optional().describe("Article version the chunk was produced from.")
|
|
29043
|
+
}).describe("Chunk is a contiguous slice of an article version, the unit returned by\nsemantic search and consumed by downstream RAG.")).optional().describe("Top-K ranked chunks."),
|
|
29044
|
+
citations: m.array(m.object({
|
|
29045
|
+
articleId: m.string().optional().describe("Source article id."),
|
|
29046
|
+
snippet: m.string().optional().describe("Quoted snippet supporting the answer."),
|
|
29047
|
+
title: m.string().optional().describe("Source article title."),
|
|
29048
|
+
url: m.string().optional().describe("Deep link to the source article.")
|
|
29049
|
+
}).describe("Citation is a structured source reference returned alongside retrieval\nresults; rendering is up to the consumer (chips, spoken, or suppressed).")).optional().describe("Structured citations (empty unless requested).")
|
|
29050
|
+
}).describe("SemanticSearchResponse returns ranked chunks and optional citations."), m.object({
|
|
29051
|
+
customerMessage: m.string().optional().describe("Latest customer message used as the query."),
|
|
29052
|
+
returnChunks: m.boolean().optional().describe("When true return chunks instead of article summaries."),
|
|
29053
|
+
spaceIds: m.array(m.string()).optional().describe("Spaces to search within."),
|
|
29054
|
+
teamId: m.string().optional().describe("Operator team id (team binding scope).")
|
|
29055
|
+
}).describe("SuggestRequest parameters for operator assist."), m.object({
|
|
29056
|
+
articles: m.array(m.object({
|
|
29057
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
29058
|
+
body: m.string().optional().describe("FAQ body inlined for menu responses; empty otherwise."),
|
|
29059
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
29060
|
+
depth: m.int().optional().describe("Hierarchy depth (1..5)."),
|
|
29061
|
+
id: m.string().optional().describe("Unique identifier of the article."),
|
|
29062
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
29063
|
+
snippet: m.string().optional().describe("Short text excerpt for previews and search hits."),
|
|
29064
|
+
spaceId: m.string().optional().describe("Space the article belongs to."),
|
|
29065
|
+
state: m.enum([
|
|
29066
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
29067
|
+
"DRAFT",
|
|
29068
|
+
"ACTIVE",
|
|
29069
|
+
"INACTIVE"
|
|
29070
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
29071
|
+
subject: m.string().optional().describe("Current subject (mirrors the published version)."),
|
|
29072
|
+
type: m.enum([
|
|
29073
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
29074
|
+
"ARTICLE",
|
|
29075
|
+
"FAQ"
|
|
29076
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type."),
|
|
29077
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms).")
|
|
29078
|
+
}).describe("ArticleSummary is a lightweight read model of an article, used by list,\nsearch, resolve and menu responses (no body unless inlined for FAQ menu).")).optional().describe("Suggested article summaries."),
|
|
29079
|
+
chunks: m.array(m.object({
|
|
29080
|
+
articleId: m.string().optional().describe("Article the chunk originates from."),
|
|
29081
|
+
chunkIndex: m.int().optional().describe("Ordinal position of the chunk within the version."),
|
|
29082
|
+
content: m.string().optional().describe("Chunk text content."),
|
|
29083
|
+
score: m.number().optional().describe("Relevance score assigned by retrieval (higher is better)."),
|
|
29084
|
+
versionId: m.string().optional().describe("Article version the chunk was produced from.")
|
|
29085
|
+
}).describe("Chunk is a contiguous slice of an article version, the unit returned by\nsemantic search and consumed by downstream RAG.")).optional().describe("Suggested chunks for draft generation.")
|
|
29086
|
+
}).describe("SuggestResponse returns reranked suggestions."), m.object({ space_id: m.string().describe("Space to read from.") }), m.object({
|
|
29087
|
+
parentId: m.string().optional().describe("Parent article id; 0 for top level."),
|
|
29088
|
+
depthLimit: m.int().optional().describe("Maximum hierarchy depth to return.")
|
|
29089
|
+
}), m.object({ items: m.array(m.object({
|
|
29090
|
+
tags: m.array(m.string()).optional().describe("Article tags."),
|
|
29091
|
+
body: m.string().optional().describe("FAQ body inlined for menu responses; empty otherwise."),
|
|
29092
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
29093
|
+
depth: m.int().optional().describe("Hierarchy depth (1..5)."),
|
|
29094
|
+
id: m.string().optional().describe("Unique identifier of the article."),
|
|
29095
|
+
parentId: m.string().optional().describe("Parent article id; 0 for a top-level article."),
|
|
29096
|
+
snippet: m.string().optional().describe("Short text excerpt for previews and search hits."),
|
|
29097
|
+
spaceId: m.string().optional().describe("Space the article belongs to."),
|
|
29098
|
+
state: m.enum([
|
|
29099
|
+
"ARTICLE_STATE_UNSPECIFIED",
|
|
29100
|
+
"DRAFT",
|
|
29101
|
+
"ACTIVE",
|
|
29102
|
+
"INACTIVE"
|
|
29103
|
+
]).default("ARTICLE_STATE_UNSPECIFIED").describe("Lifecycle state."),
|
|
29104
|
+
subject: m.string().optional().describe("Current subject (mirrors the published version)."),
|
|
29105
|
+
type: m.enum([
|
|
29106
|
+
"ARTICLE_TYPE_UNSPECIFIED",
|
|
29107
|
+
"ARTICLE",
|
|
29108
|
+
"FAQ"
|
|
29109
|
+
]).default("ARTICLE_TYPE_UNSPECIFIED").describe("Article type."),
|
|
29110
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms).")
|
|
29111
|
+
}).describe("ArticleSummary is a lightweight read model of an article, used by list,\nsearch, resolve and menu responses (no body unless inlined for FAQ menu).")).optional().describe("Child article summaries (FAQ children include body inline).") }).describe("MenuResponse returns child articles for menu rendering."), m.object({
|
|
28105
29112
|
page: m.int().optional(),
|
|
28106
29113
|
size: m.int().optional(),
|
|
28107
29114
|
q: m.string().optional(),
|
|
@@ -30080,7 +31087,211 @@ m.array(Le), m.object({
|
|
|
30080
31087
|
type: m.string().optional().describe("Reference Object well-known type.")
|
|
30081
31088
|
}).optional().describe("The user who last updated the space."),
|
|
30082
31089
|
ver: m.int().optional().describe("READONLY. Operational attributes\nVersion of the latest update. Numeric sequence.")
|
|
30083
|
-
}), m.object({
|
|
31090
|
+
}), m.object({
|
|
31091
|
+
size: m.int().optional().describe("Page size."),
|
|
31092
|
+
page: m.int().optional().describe("Page number (1-based)."),
|
|
31093
|
+
q: m.string().optional().describe("Optional name search."),
|
|
31094
|
+
sort: m.string().optional().describe("Sorting criteria (e.g. field:asc)."),
|
|
31095
|
+
fields: m.array(m.string()).optional().describe("Set of fields to return.")
|
|
31096
|
+
}), m.object({
|
|
31097
|
+
items: m.array(m.object({
|
|
31098
|
+
chunkingStrategy: m.string().optional().describe("Chunking strategy identifier."),
|
|
31099
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
31100
|
+
createdBy: m.object({
|
|
31101
|
+
id: m.string().optional(),
|
|
31102
|
+
name: m.string().optional()
|
|
31103
|
+
}).optional().describe("User who created the space."),
|
|
31104
|
+
description: m.string().optional().describe("Free-text description."),
|
|
31105
|
+
domainId: m.string().optional().describe("Owning domain id."),
|
|
31106
|
+
embeddingModelId: m.string().optional().describe("Active embedding model id (type=embedding)."),
|
|
31107
|
+
homeArticleId: m.string().optional().describe("Article used as the space home page; 0 if unset."),
|
|
31108
|
+
id: m.string().optional().describe("Unique identifier of the space."),
|
|
31109
|
+
language: m.string().optional().describe("Space language; immutable, drives full-text config and retrieval."),
|
|
31110
|
+
name: m.string().optional().describe("Human-readable name."),
|
|
31111
|
+
rerankEnabled: m.boolean().optional().describe("Whether reranking is applied (default off, on for suggest)."),
|
|
31112
|
+
rerankerModelId: m.string().optional().describe("Reranker model id (type=reranker)."),
|
|
31113
|
+
targetEmbeddingModelId: m.string().optional().describe("Target embedding model id for a pending model migration."),
|
|
31114
|
+
teams: m.array(m.object({
|
|
31115
|
+
id: m.string().optional(),
|
|
31116
|
+
name: m.string().optional()
|
|
31117
|
+
})).optional().describe("Teams the space is bound to as default operator visibility;\nempty when no binding is configured."),
|
|
31118
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms)."),
|
|
31119
|
+
updatedBy: m.object({
|
|
31120
|
+
id: m.string().optional(),
|
|
31121
|
+
name: m.string().optional()
|
|
31122
|
+
}).optional().describe("User who last updated the space."),
|
|
31123
|
+
vectorSearchEnabled: m.boolean().optional().describe("Whether articles in this space are embedded for vector search.")
|
|
31124
|
+
}).describe("Space is a knowledge-base space read model.")).optional().describe("Spaces on this page."),
|
|
31125
|
+
next: m.boolean().optional().describe("Whether a next page exists.")
|
|
31126
|
+
}).describe("SpaceList is a page of spaces."), m.object({
|
|
31127
|
+
chunkingStrategy: m.string().optional().describe("Chunking strategy identifier."),
|
|
31128
|
+
description: m.string().optional().describe("Free-text description."),
|
|
31129
|
+
embeddingModelId: m.string().optional().describe("Active embedding model id."),
|
|
31130
|
+
homeArticleId: m.string().optional().describe("Article used as the space home page."),
|
|
31131
|
+
language: m.string().optional().describe("Space language; immutable after creation."),
|
|
31132
|
+
name: m.string().optional().describe("Human-readable name."),
|
|
31133
|
+
rerankEnabled: m.boolean().optional().describe("Whether reranking is applied."),
|
|
31134
|
+
rerankerModelId: m.string().optional().describe("Reranker model id."),
|
|
31135
|
+
teamIds: m.array(m.string()).optional().describe("Team ids the space is bound to as default operator visibility;\nthe set replaces the current binding, empty removes it."),
|
|
31136
|
+
vectorSearchEnabled: m.boolean().optional().describe("Whether articles are embedded for vector search.")
|
|
31137
|
+
}).describe("InputSpace carries the writable fields of a space."), m.object({
|
|
31138
|
+
chunkingStrategy: m.string().optional().describe("Chunking strategy identifier."),
|
|
31139
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
31140
|
+
createdBy: m.object({
|
|
31141
|
+
id: m.string().optional(),
|
|
31142
|
+
name: m.string().optional()
|
|
31143
|
+
}).optional().describe("User who created the space."),
|
|
31144
|
+
description: m.string().optional().describe("Free-text description."),
|
|
31145
|
+
domainId: m.string().optional().describe("Owning domain id."),
|
|
31146
|
+
embeddingModelId: m.string().optional().describe("Active embedding model id (type=embedding)."),
|
|
31147
|
+
homeArticleId: m.string().optional().describe("Article used as the space home page; 0 if unset."),
|
|
31148
|
+
id: m.string().optional().describe("Unique identifier of the space."),
|
|
31149
|
+
language: m.string().optional().describe("Space language; immutable, drives full-text config and retrieval."),
|
|
31150
|
+
name: m.string().optional().describe("Human-readable name."),
|
|
31151
|
+
rerankEnabled: m.boolean().optional().describe("Whether reranking is applied (default off, on for suggest)."),
|
|
31152
|
+
rerankerModelId: m.string().optional().describe("Reranker model id (type=reranker)."),
|
|
31153
|
+
targetEmbeddingModelId: m.string().optional().describe("Target embedding model id for a pending model migration."),
|
|
31154
|
+
teams: m.array(m.object({
|
|
31155
|
+
id: m.string().optional(),
|
|
31156
|
+
name: m.string().optional()
|
|
31157
|
+
})).optional().describe("Teams the space is bound to as default operator visibility;\nempty when no binding is configured."),
|
|
31158
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms)."),
|
|
31159
|
+
updatedBy: m.object({
|
|
31160
|
+
id: m.string().optional(),
|
|
31161
|
+
name: m.string().optional()
|
|
31162
|
+
}).optional().describe("User who last updated the space."),
|
|
31163
|
+
vectorSearchEnabled: m.boolean().optional().describe("Whether articles in this space are embedded for vector search.")
|
|
31164
|
+
}).describe("Space is a knowledge-base space read model."), m.object({ id: m.string().describe("Space id.") }), m.object({
|
|
31165
|
+
chunkingStrategy: m.string().optional().describe("Chunking strategy identifier."),
|
|
31166
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
31167
|
+
createdBy: m.object({
|
|
31168
|
+
id: m.string().optional(),
|
|
31169
|
+
name: m.string().optional()
|
|
31170
|
+
}).optional().describe("User who created the space."),
|
|
31171
|
+
description: m.string().optional().describe("Free-text description."),
|
|
31172
|
+
domainId: m.string().optional().describe("Owning domain id."),
|
|
31173
|
+
embeddingModelId: m.string().optional().describe("Active embedding model id (type=embedding)."),
|
|
31174
|
+
homeArticleId: m.string().optional().describe("Article used as the space home page; 0 if unset."),
|
|
31175
|
+
id: m.string().optional().describe("Unique identifier of the space."),
|
|
31176
|
+
language: m.string().optional().describe("Space language; immutable, drives full-text config and retrieval."),
|
|
31177
|
+
name: m.string().optional().describe("Human-readable name."),
|
|
31178
|
+
rerankEnabled: m.boolean().optional().describe("Whether reranking is applied (default off, on for suggest)."),
|
|
31179
|
+
rerankerModelId: m.string().optional().describe("Reranker model id (type=reranker)."),
|
|
31180
|
+
targetEmbeddingModelId: m.string().optional().describe("Target embedding model id for a pending model migration."),
|
|
31181
|
+
teams: m.array(m.object({
|
|
31182
|
+
id: m.string().optional(),
|
|
31183
|
+
name: m.string().optional()
|
|
31184
|
+
})).optional().describe("Teams the space is bound to as default operator visibility;\nempty when no binding is configured."),
|
|
31185
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms)."),
|
|
31186
|
+
updatedBy: m.object({
|
|
31187
|
+
id: m.string().optional(),
|
|
31188
|
+
name: m.string().optional()
|
|
31189
|
+
}).optional().describe("User who last updated the space."),
|
|
31190
|
+
vectorSearchEnabled: m.boolean().optional().describe("Whether articles in this space are embedded for vector search.")
|
|
31191
|
+
}).describe("Space is a knowledge-base space read model."), m.object({ id: m.string().describe("Space id.") }), m.object({
|
|
31192
|
+
chunkingStrategy: m.string().optional().describe("Chunking strategy identifier."),
|
|
31193
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
31194
|
+
createdBy: m.object({
|
|
31195
|
+
id: m.string().optional(),
|
|
31196
|
+
name: m.string().optional()
|
|
31197
|
+
}).optional().describe("User who created the space."),
|
|
31198
|
+
description: m.string().optional().describe("Free-text description."),
|
|
31199
|
+
domainId: m.string().optional().describe("Owning domain id."),
|
|
31200
|
+
embeddingModelId: m.string().optional().describe("Active embedding model id (type=embedding)."),
|
|
31201
|
+
homeArticleId: m.string().optional().describe("Article used as the space home page; 0 if unset."),
|
|
31202
|
+
id: m.string().optional().describe("Unique identifier of the space."),
|
|
31203
|
+
language: m.string().optional().describe("Space language; immutable, drives full-text config and retrieval."),
|
|
31204
|
+
name: m.string().optional().describe("Human-readable name."),
|
|
31205
|
+
rerankEnabled: m.boolean().optional().describe("Whether reranking is applied (default off, on for suggest)."),
|
|
31206
|
+
rerankerModelId: m.string().optional().describe("Reranker model id (type=reranker)."),
|
|
31207
|
+
targetEmbeddingModelId: m.string().optional().describe("Target embedding model id for a pending model migration."),
|
|
31208
|
+
teams: m.array(m.object({
|
|
31209
|
+
id: m.string().optional(),
|
|
31210
|
+
name: m.string().optional()
|
|
31211
|
+
})).optional().describe("Teams the space is bound to as default operator visibility;\nempty when no binding is configured."),
|
|
31212
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms)."),
|
|
31213
|
+
updatedBy: m.object({
|
|
31214
|
+
id: m.string().optional(),
|
|
31215
|
+
name: m.string().optional()
|
|
31216
|
+
}).optional().describe("User who last updated the space."),
|
|
31217
|
+
vectorSearchEnabled: m.boolean().optional().describe("Whether articles in this space are embedded for vector search.")
|
|
31218
|
+
}).describe("Space is a knowledge-base space read model."), m.object({ id: m.string().describe("Space id.") }), m.object({
|
|
31219
|
+
chunkingStrategy: m.string().optional().describe("Chunking strategy identifier."),
|
|
31220
|
+
description: m.string().optional().describe("Free-text description."),
|
|
31221
|
+
embeddingModelId: m.string().optional().describe("Active embedding model id."),
|
|
31222
|
+
homeArticleId: m.string().optional().describe("Article used as the space home page."),
|
|
31223
|
+
language: m.string().optional().describe("Space language; immutable after creation."),
|
|
31224
|
+
name: m.string().optional().describe("Human-readable name."),
|
|
31225
|
+
rerankEnabled: m.boolean().optional().describe("Whether reranking is applied."),
|
|
31226
|
+
rerankerModelId: m.string().optional().describe("Reranker model id."),
|
|
31227
|
+
teamIds: m.array(m.string()).optional().describe("Team ids the space is bound to as default operator visibility;\nthe set replaces the current binding, empty removes it."),
|
|
31228
|
+
vectorSearchEnabled: m.boolean().optional().describe("Whether articles are embedded for vector search.")
|
|
31229
|
+
}).describe("InputSpace carries the writable fields of a space."), m.object({
|
|
31230
|
+
chunkingStrategy: m.string().optional().describe("Chunking strategy identifier."),
|
|
31231
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
31232
|
+
createdBy: m.object({
|
|
31233
|
+
id: m.string().optional(),
|
|
31234
|
+
name: m.string().optional()
|
|
31235
|
+
}).optional().describe("User who created the space."),
|
|
31236
|
+
description: m.string().optional().describe("Free-text description."),
|
|
31237
|
+
domainId: m.string().optional().describe("Owning domain id."),
|
|
31238
|
+
embeddingModelId: m.string().optional().describe("Active embedding model id (type=embedding)."),
|
|
31239
|
+
homeArticleId: m.string().optional().describe("Article used as the space home page; 0 if unset."),
|
|
31240
|
+
id: m.string().optional().describe("Unique identifier of the space."),
|
|
31241
|
+
language: m.string().optional().describe("Space language; immutable, drives full-text config and retrieval."),
|
|
31242
|
+
name: m.string().optional().describe("Human-readable name."),
|
|
31243
|
+
rerankEnabled: m.boolean().optional().describe("Whether reranking is applied (default off, on for suggest)."),
|
|
31244
|
+
rerankerModelId: m.string().optional().describe("Reranker model id (type=reranker)."),
|
|
31245
|
+
targetEmbeddingModelId: m.string().optional().describe("Target embedding model id for a pending model migration."),
|
|
31246
|
+
teams: m.array(m.object({
|
|
31247
|
+
id: m.string().optional(),
|
|
31248
|
+
name: m.string().optional()
|
|
31249
|
+
})).optional().describe("Teams the space is bound to as default operator visibility;\nempty when no binding is configured."),
|
|
31250
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms)."),
|
|
31251
|
+
updatedBy: m.object({
|
|
31252
|
+
id: m.string().optional(),
|
|
31253
|
+
name: m.string().optional()
|
|
31254
|
+
}).optional().describe("User who last updated the space."),
|
|
31255
|
+
vectorSearchEnabled: m.boolean().optional().describe("Whether articles in this space are embedded for vector search.")
|
|
31256
|
+
}).describe("Space is a knowledge-base space read model."), m.object({ id: m.string().describe("Space id.") }), m.object({
|
|
31257
|
+
chunkingStrategy: m.string().optional().describe("Chunking strategy identifier."),
|
|
31258
|
+
description: m.string().optional().describe("Free-text description."),
|
|
31259
|
+
embeddingModelId: m.string().optional().describe("Active embedding model id."),
|
|
31260
|
+
homeArticleId: m.string().optional().describe("Article used as the space home page."),
|
|
31261
|
+
language: m.string().optional().describe("Space language; immutable after creation."),
|
|
31262
|
+
name: m.string().optional().describe("Human-readable name."),
|
|
31263
|
+
rerankEnabled: m.boolean().optional().describe("Whether reranking is applied."),
|
|
31264
|
+
rerankerModelId: m.string().optional().describe("Reranker model id."),
|
|
31265
|
+
teamIds: m.array(m.string()).optional().describe("Team ids the space is bound to as default operator visibility;\nthe set replaces the current binding, empty removes it."),
|
|
31266
|
+
vectorSearchEnabled: m.boolean().optional().describe("Whether articles are embedded for vector search.")
|
|
31267
|
+
}).describe("InputSpace carries the writable fields of a space."), m.object({
|
|
31268
|
+
chunkingStrategy: m.string().optional().describe("Chunking strategy identifier."),
|
|
31269
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
31270
|
+
createdBy: m.object({
|
|
31271
|
+
id: m.string().optional(),
|
|
31272
|
+
name: m.string().optional()
|
|
31273
|
+
}).optional().describe("User who created the space."),
|
|
31274
|
+
description: m.string().optional().describe("Free-text description."),
|
|
31275
|
+
domainId: m.string().optional().describe("Owning domain id."),
|
|
31276
|
+
embeddingModelId: m.string().optional().describe("Active embedding model id (type=embedding)."),
|
|
31277
|
+
homeArticleId: m.string().optional().describe("Article used as the space home page; 0 if unset."),
|
|
31278
|
+
id: m.string().optional().describe("Unique identifier of the space."),
|
|
31279
|
+
language: m.string().optional().describe("Space language; immutable, drives full-text config and retrieval."),
|
|
31280
|
+
name: m.string().optional().describe("Human-readable name."),
|
|
31281
|
+
rerankEnabled: m.boolean().optional().describe("Whether reranking is applied (default off, on for suggest)."),
|
|
31282
|
+
rerankerModelId: m.string().optional().describe("Reranker model id (type=reranker)."),
|
|
31283
|
+
targetEmbeddingModelId: m.string().optional().describe("Target embedding model id for a pending model migration."),
|
|
31284
|
+
teams: m.array(m.object({
|
|
31285
|
+
id: m.string().optional(),
|
|
31286
|
+
name: m.string().optional()
|
|
31287
|
+
})).optional().describe("Teams the space is bound to as default operator visibility;\nempty when no binding is configured."),
|
|
31288
|
+
updatedAt: m.string().optional().describe("UpdatedAt timestamp (epoch ms)."),
|
|
31289
|
+
updatedBy: m.object({
|
|
31290
|
+
id: m.string().optional(),
|
|
31291
|
+
name: m.string().optional()
|
|
31292
|
+
}).optional().describe("User who last updated the space."),
|
|
31293
|
+
vectorSearchEnabled: m.boolean().optional().describe("Whether articles in this space are embedded for vector search.")
|
|
31294
|
+
}).describe("Space is a knowledge-base space read model."), m.object({ status_id: m.string().describe("Filter by Status Id.") }), m.object({
|
|
30084
31295
|
page: m.int().optional().describe("Page number of result dataset records. offset = (page*size)"),
|
|
30085
31296
|
size: m.int().optional().describe("Size count of records on result page. limit = (size++)"),
|
|
30086
31297
|
fields: m.array(m.string()).optional().describe("Fields to be retrieved as a result."),
|
|
@@ -30366,7 +31577,10 @@ m.array(Le), m.object({
|
|
|
30366
31577
|
data: m.array(m.object({ name: m.string().optional().describe("The name of the tag.") })).optional(),
|
|
30367
31578
|
next: m.boolean().optional(),
|
|
30368
31579
|
page: m.int().optional()
|
|
30369
|
-
}), m.object({
|
|
31580
|
+
}), m.object({ space_id: m.string().describe("Space to read tags from.") }), m.object({
|
|
31581
|
+
q: m.string().optional().describe("Prefix to match."),
|
|
31582
|
+
size: m.int().optional().describe("Maximum number of suggestions.")
|
|
31583
|
+
}), m.object({ tags: m.array(m.string()).optional().describe("Matching tags.") }).describe("SuggestTagsResponse returns matching tags."), m.object({ team_id: m.string() }), m.object({
|
|
30370
31584
|
page: m.int().optional(),
|
|
30371
31585
|
size: m.int().optional(),
|
|
30372
31586
|
q: m.string().optional(),
|
|
@@ -31348,12 +32562,12 @@ m.array(ze), m.object({
|
|
|
31348
32562
|
q: m.string().optional(),
|
|
31349
32563
|
sort: m.string().optional(),
|
|
31350
32564
|
fields: m.array(m.string()).optional(),
|
|
31351
|
-
|
|
31352
|
-
|
|
31353
|
-
|
|
31354
|
-
|
|
31355
|
-
|
|
31356
|
-
|
|
32565
|
+
createdAtFrom: m.string().optional(),
|
|
32566
|
+
createdAtTo: m.string().optional(),
|
|
32567
|
+
startedAtFrom: m.string().optional(),
|
|
32568
|
+
startedAtTo: m.string().optional(),
|
|
32569
|
+
durationFrom: m.string().optional(),
|
|
32570
|
+
durationTo: m.string().optional(),
|
|
31357
32571
|
state: m.array(m.enum([
|
|
31358
32572
|
"idle",
|
|
31359
32573
|
"active",
|
|
@@ -31854,7 +33068,7 @@ m.array(ze), m.object({
|
|
|
31854
33068
|
name: m.string().optional()
|
|
31855
33069
|
}).optional()
|
|
31856
33070
|
}).describe("UserId lookup value."), m.object({ "user.id": m.string().describe("identifier") }), m.object({
|
|
31857
|
-
|
|
33071
|
+
userName: m.string().optional().describe("display name"),
|
|
31858
33072
|
q: m.string().optional().describe("int32 page = 2;\nint64 size = 3;\n\n.usage ILIKE :q"),
|
|
31859
33073
|
fields: m.array(m.string()).optional().describe("----- Search Options -------------------------\n\nselect: output (fields,...)"),
|
|
31860
33074
|
sort: m.array(m.string()).optional().describe("select: order by (fields,...)"),
|
|
@@ -31891,7 +33105,7 @@ m.array(ze), m.object({
|
|
|
31891
33105
|
}), m.object({
|
|
31892
33106
|
"user.id": m.string().describe("identifier"),
|
|
31893
33107
|
id: m.string().describe("tokenKey::uuid")
|
|
31894
|
-
}), m.object({
|
|
33108
|
+
}), m.object({ userName: m.string().optional().describe("display name") }), m.object({
|
|
31895
33109
|
createdAt: m.string().optional(),
|
|
31896
33110
|
createdBy: m.object({
|
|
31897
33111
|
id: m.string().optional(),
|
|
@@ -31917,7 +33131,7 @@ m.array(ze), m.object({
|
|
|
31917
33131
|
}).describe("UserId lookup value."), m.object({
|
|
31918
33132
|
"user.id": m.string().describe("identifier"),
|
|
31919
33133
|
id: m.string().describe("tokenKey::uuid")
|
|
31920
|
-
}), m.object({
|
|
33134
|
+
}), m.object({ userName: m.string().optional().describe("display name") }), m.object({
|
|
31921
33135
|
createdAt: m.string().optional(),
|
|
31922
33136
|
createdBy: m.object({
|
|
31923
33137
|
id: m.string().optional(),
|
|
@@ -32161,8 +33375,8 @@ m.array(Be), m.object({ deleted: m.array(m.object({
|
|
|
32161
33375
|
extension: m.string().optional().describe("filter: .extension LIKE '{extension}'"),
|
|
32162
33376
|
any: m.boolean().optional().describe("----- View Modes -----------------------------\nNOTE: by default, search NOT 'deleted' objects ONLY\n\nfilter: include 'deleted' ALSO ! (inactive)"),
|
|
32163
33377
|
deleted: m.boolean().optional().describe("filter: .deleted_at NOTNULL (view: RECYCLE)"),
|
|
32164
|
-
|
|
32165
|
-
|
|
33378
|
+
presenceStatus: m.string().optional(),
|
|
33379
|
+
presenceNote: m.string().optional(),
|
|
32166
33380
|
fields: m.array(m.string()).optional().describe("// navigation filter\nrepeated int64 roles = 7;\n----- Search Options -------------------------\n\nselect: output (fields,...)"),
|
|
32167
33381
|
sort: m.array(m.string()).optional().describe("select: order by (fields,...)"),
|
|
32168
33382
|
page: m.int().optional().describe("select: offset {page}"),
|
|
@@ -32246,10 +33460,10 @@ m.array(Be), m.object({ deleted: m.array(m.object({
|
|
|
32246
33460
|
userPassword: m.string().optional(),
|
|
32247
33461
|
confirmPassword: m.string().optional(),
|
|
32248
33462
|
generateDevice: m.boolean().optional().describe("Generate credentials & assign SIP [device] for NEW [user]"),
|
|
32249
|
-
|
|
32250
|
-
|
|
32251
|
-
|
|
32252
|
-
|
|
33463
|
+
deviceName: m.string().optional().describe("SIP display name"),
|
|
33464
|
+
deviceAccount: m.string().optional().describe("SIP auth-id"),
|
|
33465
|
+
devicePassword: m.string().optional().describe("SIP password"),
|
|
33466
|
+
deviceGeneratePassword: m.boolean().optional().describe("[re]generate SIP password ?")
|
|
32253
33467
|
}), m.object({
|
|
32254
33468
|
chatName: m.string().optional().describe("The \"chat_name\" field is used to store the name displayed externally on the platform.\nFor example, \"chat_name\" is shown when an agent connects to chats with clients."),
|
|
32255
33469
|
contact: m.object({
|
|
@@ -32650,10 +33864,10 @@ m.array(Be), m.object({ deleted: m.array(m.object({
|
|
|
32650
33864
|
}).optional().describe("User profile.") }), m.object({ id: m.string().describe("path: /users/{id}") }), m.object({
|
|
32651
33865
|
fields: m.array(m.string()).optional().describe("PATCH: partial update"),
|
|
32652
33866
|
generateDevice: m.boolean().optional().describe("Generate SIP credentials & assign NEW [device] for [user]"),
|
|
32653
|
-
|
|
32654
|
-
|
|
32655
|
-
|
|
32656
|
-
|
|
33867
|
+
deviceName: m.string().optional().describe("SIP display name"),
|
|
33868
|
+
deviceAccount: m.string().optional().describe("SIP auth-id"),
|
|
33869
|
+
devicePassword: m.string().optional().describe("SIP password"),
|
|
33870
|
+
deviceGeneratePassword: m.boolean().optional().describe("[re]generate SIP password ?")
|
|
32657
33871
|
}), m.object({
|
|
32658
33872
|
chatName: m.string().optional().describe("The \"chat_name\" field is used to store the name displayed externally on the platform.\nFor example, \"chat_name\" is shown when an agent connects to chats with clients."),
|
|
32659
33873
|
contact: m.object({
|
|
@@ -32781,10 +33995,10 @@ m.array(Be), m.object({ deleted: m.array(m.object({
|
|
|
32781
33995
|
}).describe("User profile."), m.object({ id: m.string().describe("path: /users/{id}") }), m.object({
|
|
32782
33996
|
fields: m.array(m.string()).optional().describe("PATCH: partial update"),
|
|
32783
33997
|
generateDevice: m.boolean().optional().describe("Generate SIP credentials & assign NEW [device] for [user]"),
|
|
32784
|
-
|
|
32785
|
-
|
|
32786
|
-
|
|
32787
|
-
|
|
33998
|
+
deviceName: m.string().optional().describe("SIP display name"),
|
|
33999
|
+
deviceAccount: m.string().optional().describe("SIP auth-id"),
|
|
34000
|
+
devicePassword: m.string().optional().describe("SIP password"),
|
|
34001
|
+
deviceGeneratePassword: m.boolean().optional().describe("[re]generate SIP password ?")
|
|
32788
34002
|
}), m.object({
|
|
32789
34003
|
chatName: m.string().optional().describe("The \"chat_name\" field is used to store the name displayed externally on the platform.\nFor example, \"chat_name\" is shown when an agent connects to chats with clients."),
|
|
32790
34004
|
contact: m.object({
|
|
@@ -33096,7 +34310,66 @@ m.array(He), m.object({
|
|
|
33096
34310
|
}).describe("The Contact's variable.\nArbitrary data that is populated by users or clients.\nDuplicate keys and values are allowed.")).optional().describe("Variable dataset page."),
|
|
33097
34311
|
next: m.boolean().optional(),
|
|
33098
34312
|
page: m.int().optional().describe("The page number of the partial result.")
|
|
33099
|
-
}).describe("Variable dataset."), m.object({
|
|
34313
|
+
}).describe("Variable dataset."), m.object({ article_id: m.string().describe("Owning article id.") }), m.object({
|
|
34314
|
+
size: m.int().optional().describe("Page size."),
|
|
34315
|
+
page: m.int().optional().describe("Page number (1-based)."),
|
|
34316
|
+
sort: m.string().optional().describe("Sorting criteria (e.g. field:asc)."),
|
|
34317
|
+
fields: m.array(m.string()).optional().describe("Set of fields to return.")
|
|
34318
|
+
}), m.object({
|
|
34319
|
+
items: m.array(m.object({
|
|
34320
|
+
articleId: m.string().optional().describe("Owning article id."),
|
|
34321
|
+
bodyMarkdown: m.string().optional().describe("Markdown serialization (chunking input)."),
|
|
34322
|
+
bodyPlain: m.string().optional().describe("Plaintext serialization (full-text source)."),
|
|
34323
|
+
bodyRichText: m.looseObject({}).optional().describe("Editor document for this version."),
|
|
34324
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
34325
|
+
createdBy: m.object({
|
|
34326
|
+
id: m.string().optional(),
|
|
34327
|
+
name: m.string().optional()
|
|
34328
|
+
}).optional().describe("User who authored the version."),
|
|
34329
|
+
id: m.string().optional().describe("Unique identifier of the version."),
|
|
34330
|
+
notes: m.string().optional().describe("Optional author notes."),
|
|
34331
|
+
restoredFrom: m.string().optional().describe("Version this one was restored from; 0 if authored directly."),
|
|
34332
|
+
subject: m.string().optional().describe("Versioned subject."),
|
|
34333
|
+
versionNumber: m.int().optional().describe("Monotonic version number within the article.")
|
|
34334
|
+
}).describe("ArticleVersion is an immutable snapshot of article content.")).optional().describe("Versions on this page."),
|
|
34335
|
+
next: m.boolean().optional().describe("Whether a next page exists.")
|
|
34336
|
+
}).describe("ArticleVersionList is a page of versions."), m.object({
|
|
34337
|
+
article_id: m.string().describe("Owning article id."),
|
|
34338
|
+
version_number: m.int().describe("Version number.")
|
|
34339
|
+
}), m.object({
|
|
34340
|
+
articleId: m.string().optional().describe("Owning article id."),
|
|
34341
|
+
bodyMarkdown: m.string().optional().describe("Markdown serialization (chunking input)."),
|
|
34342
|
+
bodyPlain: m.string().optional().describe("Plaintext serialization (full-text source)."),
|
|
34343
|
+
bodyRichText: m.looseObject({}).optional().describe("Editor document for this version."),
|
|
34344
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
34345
|
+
createdBy: m.object({
|
|
34346
|
+
id: m.string().optional(),
|
|
34347
|
+
name: m.string().optional()
|
|
34348
|
+
}).optional().describe("User who authored the version."),
|
|
34349
|
+
id: m.string().optional().describe("Unique identifier of the version."),
|
|
34350
|
+
notes: m.string().optional().describe("Optional author notes."),
|
|
34351
|
+
restoredFrom: m.string().optional().describe("Version this one was restored from; 0 if authored directly."),
|
|
34352
|
+
subject: m.string().optional().describe("Versioned subject."),
|
|
34353
|
+
versionNumber: m.int().optional().describe("Monotonic version number within the article.")
|
|
34354
|
+
}).describe("ArticleVersion is an immutable snapshot of article content."), m.object({
|
|
34355
|
+
article_id: m.string().describe("Owning article id."),
|
|
34356
|
+
version_number: m.int().describe("Version number to restore.")
|
|
34357
|
+
}), m.object({ notes: m.string().optional().describe("Optional notes for the new version.") }).describe("RestoreVersionRequest selects a version to restore."), m.object({
|
|
34358
|
+
articleId: m.string().optional().describe("Owning article id."),
|
|
34359
|
+
bodyMarkdown: m.string().optional().describe("Markdown serialization (chunking input)."),
|
|
34360
|
+
bodyPlain: m.string().optional().describe("Plaintext serialization (full-text source)."),
|
|
34361
|
+
bodyRichText: m.looseObject({}).optional().describe("Editor document for this version."),
|
|
34362
|
+
createdAt: m.string().optional().describe("CreatedAt timestamp (epoch ms)."),
|
|
34363
|
+
createdBy: m.object({
|
|
34364
|
+
id: m.string().optional(),
|
|
34365
|
+
name: m.string().optional()
|
|
34366
|
+
}).optional().describe("User who authored the version."),
|
|
34367
|
+
id: m.string().optional().describe("Unique identifier of the version."),
|
|
34368
|
+
notes: m.string().optional().describe("Optional author notes."),
|
|
34369
|
+
restoredFrom: m.string().optional().describe("Version this one was restored from; 0 if authored directly."),
|
|
34370
|
+
subject: m.string().optional().describe("Versioned subject."),
|
|
34371
|
+
versionNumber: m.int().optional().describe("Monotonic version number within the article.")
|
|
34372
|
+
}).describe("ArticleVersion is an immutable snapshot of article content."), m.object({
|
|
33100
34373
|
page: m.int().optional(),
|
|
33101
34374
|
size: m.int().optional(),
|
|
33102
34375
|
q: m.string().optional(),
|
|
@@ -33836,8 +35109,8 @@ m.array(He), m.object({
|
|
|
33836
35109
|
types: m.array(m.int()).optional().describe("Filter messages by message types."),
|
|
33837
35110
|
periodFrom: m.string().optional().describe("Inclusive lower bound on the dialog interval (Unix time, milliseconds).\nZero means unbounded."),
|
|
33838
35111
|
periodTo: m.string().optional().describe("Inclusive upper bound on the dialog interval (Unix time, milliseconds).\nZero means unbounded."),
|
|
33839
|
-
|
|
33840
|
-
|
|
35112
|
+
cursorId: m.string().optional().describe("Cursor identifier.\nMust be a valid UUID referencing an existing message.\nDefines the starting point for pagination."),
|
|
35113
|
+
cursorBefore: m.boolean().optional().describe("Pagination direction flag.\n\ntrue -> fetch newer messages (back before history)\nfalse -> fetch older messages (back to older history)"),
|
|
33841
35114
|
size: m.int().optional().describe("Maximum number of messages to return.")
|
|
33842
35115
|
}), m.object({
|
|
33843
35116
|
items: m.array(m.object({
|
|
@@ -34112,8 +35385,8 @@ m.array(He), m.object({
|
|
|
34112
35385
|
ids: m.array(m.string()).optional().describe("Filter by specific message IDs."),
|
|
34113
35386
|
senderIds: m.array(m.string()).optional().describe("Filter messages by sender user IDs."),
|
|
34114
35387
|
types: m.array(m.int()).optional().describe("Filter messages by message types."),
|
|
34115
|
-
|
|
34116
|
-
|
|
35388
|
+
cursorId: m.string().optional().describe("Cursor identifier.\nMust be a valid UUID referencing an existing message.\nDefines the starting point for pagination."),
|
|
35389
|
+
cursorBefore: m.boolean().optional().describe("Pagination direction flag.\n\ntrue -> fetch newer messages (back before history)\nfalse -> fetch older messages (back to older history)"),
|
|
34117
35390
|
size: m.int().optional().describe("Maximum number of messages to return.")
|
|
34118
35391
|
}), m.object({
|
|
34119
35392
|
items: m.array(m.object({
|
|
@@ -37114,8 +38387,8 @@ m.array(He), m.object({
|
|
|
37114
38387
|
id: m.string(),
|
|
37115
38388
|
agent_id: m.string()
|
|
37116
38389
|
}), m.object({ id: m.string().optional() }), m.object({ id: m.string() }), m.object({
|
|
37117
|
-
|
|
37118
|
-
|
|
38390
|
+
dateFrom: m.string().optional(),
|
|
38391
|
+
dateTo: m.string().optional()
|
|
37119
38392
|
}), m.object({ items: m.record(m.string(), m.object({ forecast: m.array(m.object({
|
|
37120
38393
|
agents: m.string().optional(),
|
|
37121
38394
|
hour: m.string().optional()
|