@qlik/api 1.32.0 → 1.34.0
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/api-keys.d.ts +13 -12
- package/api-keys.js +64 -50
- package/apps.d.ts +56 -56
- package/apps.js +392 -304
- package/assistants.d.ts +34 -34
- package/assistants.js +257 -201
- package/audits.d.ts +10 -10
- package/audits.js +48 -36
- package/{auth-types-DqfMuSRX.d.ts → auth-types-Cj5bM3Yk.d.ts} +29 -9
- package/auth.d.ts +17 -4
- package/auth.js +4 -2
- package/automation-connections.d.ts +12 -12
- package/automation-connections.js +75 -59
- package/automations.d.ts +29 -29
- package/automations.js +159 -123
- package/automl-deployments.d.ts +4 -4
- package/automl-deployments.js +14 -12
- package/automl-predictions.d.ts +13 -13
- package/automl-predictions.js +56 -44
- package/brands.d.ts +18 -18
- package/brands.js +107 -83
- package/chunks/{LY7RP2HA.js → 4V6T7Y4L.js} +26 -8
- package/chunks/{RCLKKVYB.js → 6C6WMV7V.js} +9 -2
- package/chunks/{VVD2DPKQ.js → 6WNP7HZQ.js} +3 -3
- package/chunks/7MMXU6EL.js +86 -0
- package/chunks/{6ZONDHRN.js → EEE42MLS.js} +11 -4
- package/chunks/{FKDGGR2O.js → I2HA7WJB.js} +1362 -1366
- package/chunks/{M64RLKVG.js → M7AINAXZ.js} +7 -5
- package/chunks/{LTNGXTXG.js → QAOVZB27.js} +3 -3
- package/chunks/{YTT2FEVE.js → QZKOA6VR.js} +1 -1
- package/chunks/{UZTIZ4H5.js → VUYZKBT5.js} +74 -74
- package/chunks/{3RGGGGAR.js → ZCTVPXGO.js} +1 -1
- package/collections.d.ts +16 -15
- package/collections.js +98 -76
- package/conditions.d.ts +13 -13
- package/conditions.js +97 -75
- package/consumption.d.ts +4 -4
- package/consumption.js +11 -9
- package/csp-origins.d.ts +9 -9
- package/csp-origins.js +53 -41
- package/csrf-token.d.ts +3 -3
- package/csrf-token.js +10 -8
- package/data-alerts.d.ts +22 -22
- package/data-alerts.js +139 -107
- package/data-assets.d.ts +8 -8
- package/data-assets.js +50 -40
- package/data-connections.d.ts +16 -16
- package/data-connections.js +87 -69
- package/data-credentials.d.ts +11 -11
- package/data-credentials.js +52 -42
- package/data-files.d.ts +18 -18
- package/data-files.js +107 -83
- package/data-qualities.d.ts +6 -6
- package/data-qualities.js +28 -22
- package/data-sets.d.ts +10 -10
- package/data-sets.js +59 -47
- package/data-sources.d.ts +7 -7
- package/data-sources.js +28 -22
- package/data-stores.d.ts +16 -16
- package/data-stores.js +92 -72
- package/dcaas.d.ts +6 -6
- package/dcaas.js +28 -22
- package/di-projects.d.ts +22 -22
- package/di-projects.js +148 -116
- package/direct-access-agents.d.ts +328 -0
- package/direct-access-agents.js +108 -0
- package/encryption.d.ts +12 -12
- package/encryption.js +82 -62
- package/extensions.d.ts +11 -11
- package/extensions.js +61 -47
- package/glossaries.d.ts +33 -33
- package/glossaries.js +221 -173
- package/groups.d.ts +12 -12
- package/groups.js +72 -56
- package/identity-providers.d.ts +11 -11
- package/identity-providers.js +67 -51
- package/index.d.ts +9 -4
- package/index.js +102 -67
- package/interceptors.d.ts +9 -2
- package/interceptors.js +2 -2
- package/invoke-fetch-types-BYCD4pc9.d.ts +98 -0
- package/items.d.ts +14 -13
- package/items.js +71 -55
- package/knowledgebases.d.ts +23 -23
- package/knowledgebases.js +153 -119
- package/licenses.d.ts +16 -14
- package/licenses.js +76 -58
- package/lineage-graphs.d.ts +17 -17
- package/lineage-graphs.js +76 -60
- package/ml.d.ts +238 -60
- package/ml.js +391 -286
- package/notes.d.ts +4 -4
- package/notes.js +19 -15
- package/notifications.d.ts +4 -4
- package/notifications.js +11 -9
- package/oauth-clients.d.ts +14 -14
- package/oauth-clients.js +96 -74
- package/oauth-tokens.d.ts +5 -5
- package/oauth-tokens.js +19 -15
- package/package.json +8 -6
- package/qix.d.ts +145 -4
- package/qix.js +2 -2
- package/questions.d.ts +5 -5
- package/questions.js +22 -18
- package/quotas.d.ts +6 -6
- package/quotas.js +20 -16
- package/reload-tasks.d.ts +8 -8
- package/reload-tasks.js +46 -36
- package/reloads.d.ts +7 -7
- package/reloads.js +36 -28
- package/report-templates.d.ts +10 -10
- package/report-templates.js +64 -50
- package/reports.d.ts +4 -4
- package/reports.js +20 -16
- package/roles.d.ts +8 -8
- package/roles.js +46 -36
- package/sharing-tasks.d.ts +14 -14
- package/sharing-tasks.js +89 -69
- package/spaces.d.ts +27 -23
- package/spaces.js +153 -119
- package/tasks.d.ts +17 -17
- package/tasks.js +90 -70
- package/temp-contents.d.ts +7 -7
- package/temp-contents.js +30 -24
- package/tenants.d.ts +8 -8
- package/tenants.js +57 -45
- package/themes.d.ts +11 -11
- package/themes.js +61 -47
- package/transports.d.ts +8 -8
- package/transports.js +49 -37
- package/ui-config.d.ts +9 -9
- package/ui-config.js +61 -47
- package/users.d.ts +15 -15
- package/users.js +81 -63
- package/web-integrations.d.ts +8 -8
- package/web-integrations.js +46 -36
- package/web-notifications.d.ts +9 -9
- package/web-notifications.js +53 -41
- package/webhooks.d.ts +14 -14
- package/webhooks.js +88 -68
- package/chunks/2ZQ3ZX7F.js +0 -33
- package/invoke-fetch-types-Cq7bjkqn.d.ts +0 -243
package/assistants.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './invoke-fetch-types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './invoke-fetch-types-BYCD4pc9.js';
|
|
2
|
+
import './auth-types-Cj5bM3Yk.js';
|
|
3
3
|
|
|
4
4
|
type Assistant = {
|
|
5
5
|
/** Datetime when the assistant was created. */
|
|
@@ -486,7 +486,7 @@ type ThreadsResult = {
|
|
|
486
486
|
* @param query an object with query parameters
|
|
487
487
|
* @throws GetAssistantsHttpError
|
|
488
488
|
*/
|
|
489
|
-
declare
|
|
489
|
+
declare function getAssistants(query: {
|
|
490
490
|
/** @deprecated
|
|
491
491
|
* Optional parameter to request total count for query. */
|
|
492
492
|
countTotal?: boolean;
|
|
@@ -498,7 +498,7 @@ declare const getAssistants: (query: {
|
|
|
498
498
|
prev?: string;
|
|
499
499
|
/** Optional resource field name to sort on, case insensitive, e.g. `name`. Can be prefixed with `-` to set descending order; defaults to ascending. */
|
|
500
500
|
sort?: "NAME" | "-NAME" | "DESCRIPTION" | "-DESCRIPTION" | "CREATED" | "-CREATED" | "UPDATED" | "-UPDATED";
|
|
501
|
-
}, options?: ApiCallOptions)
|
|
501
|
+
}, options?: ApiCallOptions): Promise<GetAssistantsHttpResponse>;
|
|
502
502
|
type GetAssistantsHttpResponse = {
|
|
503
503
|
data: AssistantsResult;
|
|
504
504
|
headers: Headers;
|
|
@@ -517,7 +517,7 @@ type GetAssistantsHttpError = {
|
|
|
517
517
|
* @param body an object with the body content
|
|
518
518
|
* @throws CreateAssistantHttpError
|
|
519
519
|
*/
|
|
520
|
-
declare
|
|
520
|
+
declare function createAssistant(body: CreateAssistant, options?: ApiCallOptions): Promise<CreateAssistantHttpResponse>;
|
|
521
521
|
type CreateAssistantHttpResponse = {
|
|
522
522
|
data: Assistant;
|
|
523
523
|
headers: Headers;
|
|
@@ -534,7 +534,7 @@ type CreateAssistantHttpError = {
|
|
|
534
534
|
* @param assistantId The ID of the assistant from which to retrieve feedback summary.
|
|
535
535
|
* @throws GetAssistantFeedbackHttpError
|
|
536
536
|
*/
|
|
537
|
-
declare
|
|
537
|
+
declare function getAssistantFeedback(assistantId: string, options?: ApiCallOptions): Promise<GetAssistantFeedbackHttpResponse>;
|
|
538
538
|
type GetAssistantFeedbackHttpResponse = {
|
|
539
539
|
data: FeedbackSummary;
|
|
540
540
|
headers: Headers;
|
|
@@ -552,7 +552,7 @@ type GetAssistantFeedbackHttpError = {
|
|
|
552
552
|
* @param body an object with the body content
|
|
553
553
|
* @throws GetAssistantSourcesHttpError
|
|
554
554
|
*/
|
|
555
|
-
declare
|
|
555
|
+
declare function getAssistantSources(assistantId: string, body: ChunksRefs, options?: ApiCallOptions): Promise<GetAssistantSourcesHttpResponse>;
|
|
556
556
|
type GetAssistantSourcesHttpResponse = {
|
|
557
557
|
data: SourcesPlaintext;
|
|
558
558
|
headers: Headers;
|
|
@@ -570,7 +570,7 @@ type GetAssistantSourcesHttpError = {
|
|
|
570
570
|
* @param query an object with query parameters
|
|
571
571
|
* @throws GetAssistantStartersHttpError
|
|
572
572
|
*/
|
|
573
|
-
declare
|
|
573
|
+
declare function getAssistantStarters(assistantId: string, query: {
|
|
574
574
|
/** The number of starters to get. */
|
|
575
575
|
limit?: number;
|
|
576
576
|
/** Optional parameter to request the next page. */
|
|
@@ -579,7 +579,7 @@ declare const getAssistantStarters: (assistantId: string, query: {
|
|
|
579
579
|
prev?: string;
|
|
580
580
|
/** Optional resource field name to sort on, case insensitive, e.g. `name`. Can be prefixed with `-` to set descending order; defaults to ascending. */
|
|
581
581
|
sort?: "QUESTION" | "-QUESTION" | "CREATED" | "-CREATED" | "UPDATED" | "-UPDATED";
|
|
582
|
-
}, options?: ApiCallOptions)
|
|
582
|
+
}, options?: ApiCallOptions): Promise<GetAssistantStartersHttpResponse>;
|
|
583
583
|
type GetAssistantStartersHttpResponse = {
|
|
584
584
|
data: StartersResult;
|
|
585
585
|
headers: Headers;
|
|
@@ -599,7 +599,7 @@ type GetAssistantStartersHttpError = {
|
|
|
599
599
|
* @param body an object with the body content
|
|
600
600
|
* @throws CreateAssistantStarterHttpError
|
|
601
601
|
*/
|
|
602
|
-
declare
|
|
602
|
+
declare function createAssistantStarter(assistantId: string, body: CreateStarter, options?: ApiCallOptions): Promise<CreateAssistantStarterHttpResponse>;
|
|
603
603
|
type CreateAssistantStarterHttpResponse = {
|
|
604
604
|
data: Starter;
|
|
605
605
|
headers: Headers;
|
|
@@ -617,7 +617,7 @@ type CreateAssistantStarterHttpError = {
|
|
|
617
617
|
* @param starterId The ID of the starter to delete.
|
|
618
618
|
* @throws DeleteAssistantStarterHttpError
|
|
619
619
|
*/
|
|
620
|
-
declare
|
|
620
|
+
declare function deleteAssistantStarter(assistantId: string, starterId: string, options?: ApiCallOptions): Promise<DeleteAssistantStarterHttpResponse>;
|
|
621
621
|
type DeleteAssistantStarterHttpResponse = {
|
|
622
622
|
data: void;
|
|
623
623
|
headers: Headers;
|
|
@@ -635,7 +635,7 @@ type DeleteAssistantStarterHttpError = {
|
|
|
635
635
|
* @param starterId The ID of the starter to retrieve.
|
|
636
636
|
* @throws GetAssistantStarterHttpError
|
|
637
637
|
*/
|
|
638
|
-
declare
|
|
638
|
+
declare function getAssistantStarter(assistantId: string, starterId: string, options?: ApiCallOptions): Promise<GetAssistantStarterHttpResponse>;
|
|
639
639
|
type GetAssistantStarterHttpResponse = {
|
|
640
640
|
data: Starter;
|
|
641
641
|
headers: Headers;
|
|
@@ -654,7 +654,7 @@ type GetAssistantStarterHttpError = {
|
|
|
654
654
|
* @param body an object with the body content
|
|
655
655
|
* @throws UpdateAssistantStarterHttpError
|
|
656
656
|
*/
|
|
657
|
-
declare
|
|
657
|
+
declare function updateAssistantStarter(assistantId: string, starterId: string, body: Starter, options?: ApiCallOptions): Promise<UpdateAssistantStarterHttpResponse>;
|
|
658
658
|
type UpdateAssistantStarterHttpResponse = {
|
|
659
659
|
data: Starter;
|
|
660
660
|
headers: Headers;
|
|
@@ -673,7 +673,7 @@ type UpdateAssistantStarterHttpError = {
|
|
|
673
673
|
* @param followupId The ID of the Followup to delete.
|
|
674
674
|
* @throws DeleteAssistantStarterFollowupHttpError
|
|
675
675
|
*/
|
|
676
|
-
declare
|
|
676
|
+
declare function deleteAssistantStarterFollowup(assistantId: string, starterId: string, followupId: string, options?: ApiCallOptions): Promise<DeleteAssistantStarterFollowupHttpResponse>;
|
|
677
677
|
type DeleteAssistantStarterFollowupHttpResponse = {
|
|
678
678
|
data: void;
|
|
679
679
|
headers: Headers;
|
|
@@ -693,7 +693,7 @@ type DeleteAssistantStarterFollowupHttpError = {
|
|
|
693
693
|
* @param body an object with the body content
|
|
694
694
|
* @throws UpdateAssistantStarterFollowupHttpError
|
|
695
695
|
*/
|
|
696
|
-
declare
|
|
696
|
+
declare function updateAssistantStarterFollowup(assistantId: string, starterId: string, followupId: string, body: Followup, options?: ApiCallOptions): Promise<UpdateAssistantStarterFollowupHttpResponse>;
|
|
697
697
|
type UpdateAssistantStarterFollowupHttpResponse = {
|
|
698
698
|
data: Starter;
|
|
699
699
|
headers: Headers;
|
|
@@ -711,7 +711,7 @@ type UpdateAssistantStarterFollowupHttpError = {
|
|
|
711
711
|
* @param query an object with query parameters
|
|
712
712
|
* @throws GetAssistantThreadsHttpError
|
|
713
713
|
*/
|
|
714
|
-
declare
|
|
714
|
+
declare function getAssistantThreads(assistantId: string, query: {
|
|
715
715
|
/** Optional parameter to filter threads. */
|
|
716
716
|
filter?: string;
|
|
717
717
|
/** The number of assistants to get. */
|
|
@@ -722,7 +722,7 @@ declare const getAssistantThreads: (assistantId: string, query: {
|
|
|
722
722
|
prev?: string;
|
|
723
723
|
/** Optional resource field name to sort on, case insensitive, e.g. `name`. Can be prefixed with `-` to set descending order; defaults to ascending. */
|
|
724
724
|
sort?: "NAME" | "-NAME" | "CREATED" | "-CREATED" | "UPDATED" | "-UPDATED";
|
|
725
|
-
}, options?: ApiCallOptions)
|
|
725
|
+
}, options?: ApiCallOptions): Promise<GetAssistantThreadsHttpResponse>;
|
|
726
726
|
type GetAssistantThreadsHttpResponse = {
|
|
727
727
|
data: ThreadsResult;
|
|
728
728
|
headers: Headers;
|
|
@@ -742,7 +742,7 @@ type GetAssistantThreadsHttpError = {
|
|
|
742
742
|
* @param body an object with the body content
|
|
743
743
|
* @throws CreateAssistantThreadHttpError
|
|
744
744
|
*/
|
|
745
|
-
declare
|
|
745
|
+
declare function createAssistantThread(assistantId: string, body: CreateThread, options?: ApiCallOptions): Promise<CreateAssistantThreadHttpResponse>;
|
|
746
746
|
type CreateAssistantThreadHttpResponse = {
|
|
747
747
|
data: Thread;
|
|
748
748
|
headers: Headers;
|
|
@@ -761,7 +761,7 @@ type CreateAssistantThreadHttpError = {
|
|
|
761
761
|
* @param body an object with the body content
|
|
762
762
|
* @throws InvokeAssistantThreadHttpError
|
|
763
763
|
*/
|
|
764
|
-
declare
|
|
764
|
+
declare function invokeAssistantThread(assistantId: string, threadId: string, body: PromptInput, options?: ApiCallOptions): Promise<InvokeAssistantThreadHttpResponse>;
|
|
765
765
|
type InvokeAssistantThreadHttpResponse = {
|
|
766
766
|
data: PromptOutputInvoke;
|
|
767
767
|
headers: Headers;
|
|
@@ -780,7 +780,7 @@ type InvokeAssistantThreadHttpError = {
|
|
|
780
780
|
* @param body an object with the body content
|
|
781
781
|
* @throws StreamAssistantThreadHttpError
|
|
782
782
|
*/
|
|
783
|
-
declare
|
|
783
|
+
declare function streamAssistantThread(assistantId: string, threadId: string, body: PromptInput, options?: ApiCallOptions): Promise<StreamAssistantThreadHttpResponse>;
|
|
784
784
|
type StreamAssistantThreadHttpResponse = {
|
|
785
785
|
data: PromptOutput;
|
|
786
786
|
headers: Headers;
|
|
@@ -799,7 +799,7 @@ type StreamAssistantThreadHttpError = {
|
|
|
799
799
|
* @param query an object with query parameters
|
|
800
800
|
* @throws GetAssistantThreadInteractionsHttpError
|
|
801
801
|
*/
|
|
802
|
-
declare
|
|
802
|
+
declare function getAssistantThreadInteractions(assistantId: string, threadId: string, query: {
|
|
803
803
|
/** The number of feedback to get. */
|
|
804
804
|
limit?: number;
|
|
805
805
|
/** Optional parameter to request the next page. */
|
|
@@ -808,7 +808,7 @@ declare const getAssistantThreadInteractions: (assistantId: string, threadId: st
|
|
|
808
808
|
prev?: string;
|
|
809
809
|
/** Optional resource field name to sort on, case insensitive, e.g. `created`. Can be prefixed with `-` to set descending order; defaults to ascending. */
|
|
810
810
|
sort?: "CREATED" | "-CREATED" | "UPDATED" | "-UPDATED";
|
|
811
|
-
}, options?: ApiCallOptions)
|
|
811
|
+
}, options?: ApiCallOptions): Promise<GetAssistantThreadInteractionsHttpResponse>;
|
|
812
812
|
type GetAssistantThreadInteractionsHttpResponse = {
|
|
813
813
|
data: InteractionsResult;
|
|
814
814
|
headers: Headers;
|
|
@@ -829,7 +829,7 @@ type GetAssistantThreadInteractionsHttpError = {
|
|
|
829
829
|
* @param body an object with the body content
|
|
830
830
|
* @throws CreateAssistantThreadInteractionHttpError
|
|
831
831
|
*/
|
|
832
|
-
declare
|
|
832
|
+
declare function createAssistantThreadInteraction(assistantId: string, threadId: string, body: CreateInteraction, options?: ApiCallOptions): Promise<CreateAssistantThreadInteractionHttpResponse>;
|
|
833
833
|
type CreateAssistantThreadInteractionHttpResponse = {
|
|
834
834
|
data: Interaction;
|
|
835
835
|
headers: Headers;
|
|
@@ -848,7 +848,7 @@ type CreateAssistantThreadInteractionHttpError = {
|
|
|
848
848
|
* @param interactionId The ID of the interaction to delete.
|
|
849
849
|
* @throws DeleteAssistantThreadInteractionHttpError
|
|
850
850
|
*/
|
|
851
|
-
declare
|
|
851
|
+
declare function deleteAssistantThreadInteraction(assistantId: string, threadId: string, interactionId: string, options?: ApiCallOptions): Promise<DeleteAssistantThreadInteractionHttpResponse>;
|
|
852
852
|
type DeleteAssistantThreadInteractionHttpResponse = {
|
|
853
853
|
data: void;
|
|
854
854
|
headers: Headers;
|
|
@@ -867,7 +867,7 @@ type DeleteAssistantThreadInteractionHttpError = {
|
|
|
867
867
|
* @param interactionId The ID of the interaction to retrieve.
|
|
868
868
|
* @throws GetAssistantThreadInteractionHttpError
|
|
869
869
|
*/
|
|
870
|
-
declare
|
|
870
|
+
declare function getAssistantThreadInteraction(assistantId: string, threadId: string, interactionId: string, options?: ApiCallOptions): Promise<GetAssistantThreadInteractionHttpResponse>;
|
|
871
871
|
type GetAssistantThreadInteractionHttpResponse = {
|
|
872
872
|
data: Interaction;
|
|
873
873
|
headers: Headers;
|
|
@@ -887,7 +887,7 @@ type GetAssistantThreadInteractionHttpError = {
|
|
|
887
887
|
* @param body an object with the body content
|
|
888
888
|
* @throws CreateAssistantThreadInteractionFeedbackHttpError
|
|
889
889
|
*/
|
|
890
|
-
declare
|
|
890
|
+
declare function createAssistantThreadInteractionFeedback(assistantId: string, threadId: string, interactionId: string, body: CreateFeedback, options?: ApiCallOptions): Promise<CreateAssistantThreadInteractionFeedbackHttpResponse>;
|
|
891
891
|
type CreateAssistantThreadInteractionFeedbackHttpResponse = {
|
|
892
892
|
data: Interaction;
|
|
893
893
|
headers: Headers;
|
|
@@ -908,7 +908,7 @@ type CreateAssistantThreadInteractionFeedbackHttpError = {
|
|
|
908
908
|
* @param body an object with the body content
|
|
909
909
|
* @throws PatchAssistantThreadInteractionFeedbackHttpError
|
|
910
910
|
*/
|
|
911
|
-
declare
|
|
911
|
+
declare function patchAssistantThreadInteractionFeedback(assistantId: string, threadId: string, interactionId: string, feedbackId: string, body: FeedbackPatchArray, options?: ApiCallOptions): Promise<PatchAssistantThreadInteractionFeedbackHttpResponse>;
|
|
912
912
|
type PatchAssistantThreadInteractionFeedbackHttpResponse = {
|
|
913
913
|
data: void;
|
|
914
914
|
headers: Headers;
|
|
@@ -928,7 +928,7 @@ type PatchAssistantThreadInteractionFeedbackHttpError = {
|
|
|
928
928
|
* @param body an object with the body content
|
|
929
929
|
* @throws CreateAssistantThreadInteractionReviewHttpError
|
|
930
930
|
*/
|
|
931
|
-
declare
|
|
931
|
+
declare function createAssistantThreadInteractionReview(assistantId: string, threadId: string, interactionId: string, body: CreateReview, options?: ApiCallOptions): Promise<CreateAssistantThreadInteractionReviewHttpResponse>;
|
|
932
932
|
type CreateAssistantThreadInteractionReviewHttpResponse = {
|
|
933
933
|
data: Interaction;
|
|
934
934
|
headers: Headers;
|
|
@@ -946,7 +946,7 @@ type CreateAssistantThreadInteractionReviewHttpError = {
|
|
|
946
946
|
* @param threadid The ID of the thread to retrieve.
|
|
947
947
|
* @throws DeleteAssistantThreadHttpError
|
|
948
948
|
*/
|
|
949
|
-
declare
|
|
949
|
+
declare function deleteAssistantThread(assistantid: string, threadid: string, options?: ApiCallOptions): Promise<DeleteAssistantThreadHttpResponse>;
|
|
950
950
|
type DeleteAssistantThreadHttpResponse = {
|
|
951
951
|
data: void;
|
|
952
952
|
headers: Headers;
|
|
@@ -964,7 +964,7 @@ type DeleteAssistantThreadHttpError = {
|
|
|
964
964
|
* @param threadid The ID of the thread to retrieve.
|
|
965
965
|
* @throws GetAssistantThreadHttpError
|
|
966
966
|
*/
|
|
967
|
-
declare
|
|
967
|
+
declare function getAssistantThread(assistantid: string, threadid: string, options?: ApiCallOptions): Promise<GetAssistantThreadHttpResponse>;
|
|
968
968
|
type GetAssistantThreadHttpResponse = {
|
|
969
969
|
data: ThreadWithMessages;
|
|
970
970
|
headers: Headers;
|
|
@@ -983,7 +983,7 @@ type GetAssistantThreadHttpError = {
|
|
|
983
983
|
* @param body an object with the body content
|
|
984
984
|
* @throws PatchAssistantThreadHttpError
|
|
985
985
|
*/
|
|
986
|
-
declare
|
|
986
|
+
declare function patchAssistantThread(assistantid: string, threadid: string, body: ThreadPatchArray, options?: ApiCallOptions): Promise<PatchAssistantThreadHttpResponse>;
|
|
987
987
|
type PatchAssistantThreadHttpResponse = {
|
|
988
988
|
data: void;
|
|
989
989
|
headers: Headers;
|
|
@@ -1000,7 +1000,7 @@ type PatchAssistantThreadHttpError = {
|
|
|
1000
1000
|
* @param id The ID of the assistant to delete.
|
|
1001
1001
|
* @throws DeleteAssistantHttpError
|
|
1002
1002
|
*/
|
|
1003
|
-
declare
|
|
1003
|
+
declare function deleteAssistant(id: string, options?: ApiCallOptions): Promise<DeleteAssistantHttpResponse>;
|
|
1004
1004
|
type DeleteAssistantHttpResponse = {
|
|
1005
1005
|
data: void;
|
|
1006
1006
|
headers: Headers;
|
|
@@ -1017,7 +1017,7 @@ type DeleteAssistantHttpError = {
|
|
|
1017
1017
|
* @param id The ID of the assistant to retrieve.
|
|
1018
1018
|
* @throws GetAssistantHttpError
|
|
1019
1019
|
*/
|
|
1020
|
-
declare
|
|
1020
|
+
declare function getAssistant(id: string, options?: ApiCallOptions): Promise<GetAssistantHttpResponse>;
|
|
1021
1021
|
type GetAssistantHttpResponse = {
|
|
1022
1022
|
data: Assistant;
|
|
1023
1023
|
headers: Headers;
|
|
@@ -1035,7 +1035,7 @@ type GetAssistantHttpError = {
|
|
|
1035
1035
|
* @param body an object with the body content
|
|
1036
1036
|
* @throws PatchAssistantHttpError
|
|
1037
1037
|
*/
|
|
1038
|
-
declare
|
|
1038
|
+
declare function patchAssistant(id: string, body: JSONPatchArray, options?: ApiCallOptions): Promise<PatchAssistantHttpResponse>;
|
|
1039
1039
|
type PatchAssistantHttpResponse = {
|
|
1040
1040
|
data: void;
|
|
1041
1041
|
headers: Headers;
|