@stack-spot/portal-network 0.195.0 → 0.196.0-beta.1
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/CHANGELOG.md +86 -0
- package/dist/api/agent-tools.d.ts +135 -148
- package/dist/api/agent-tools.d.ts.map +1 -1
- package/dist/api/agent-tools.js +41 -4
- package/dist/api/agent-tools.js.map +1 -1
- package/dist/api/agent.d.ts +55 -55
- package/dist/api/agent.d.ts.map +1 -1
- package/dist/api/ai.d.ts +377 -103
- package/dist/api/ai.d.ts.map +1 -1
- package/dist/api/ai.js +383 -156
- package/dist/api/ai.js.map +1 -1
- package/dist/api/cloudPlatformHorizon.d.ts +178 -9
- package/dist/api/cloudPlatformHorizon.d.ts.map +1 -1
- package/dist/api/cloudPlatformHorizon.js +69 -1
- package/dist/api/cloudPlatformHorizon.js.map +1 -1
- package/dist/api/codeShift.d.ts +315 -62
- package/dist/api/codeShift.d.ts.map +1 -1
- package/dist/api/codeShift.js +153 -12
- package/dist/api/codeShift.js.map +1 -1
- package/dist/api/discover.d.ts +23 -12
- package/dist/api/discover.d.ts.map +1 -1
- package/dist/api/discover.js +10 -0
- package/dist/api/discover.js.map +1 -1
- package/dist/api-addresses.d.ts.map +1 -1
- package/dist/client/account.d.ts +233 -233
- package/dist/client/account.d.ts.map +1 -1
- package/dist/client/agent-tools.d.ts +152 -126
- package/dist/client/agent-tools.d.ts.map +1 -1
- package/dist/client/agent-tools.js +29 -2
- package/dist/client/agent-tools.js.map +1 -1
- package/dist/client/agent.d.ts +46 -46
- package/dist/client/agent.d.ts.map +1 -1
- package/dist/client/ai.d.ts +120 -81
- package/dist/client/ai.d.ts.map +1 -1
- package/dist/client/ai.js +29 -2
- package/dist/client/ai.js.map +1 -1
- package/dist/client/api-management.d.ts +2 -2
- package/dist/client/cloud-account.d.ts +13 -13
- package/dist/client/cloud-platform-horizon.d.ts +38 -19
- package/dist/client/cloud-platform-horizon.d.ts.map +1 -1
- package/dist/client/cloud-platform-horizon.js +19 -1
- package/dist/client/cloud-platform-horizon.js.map +1 -1
- package/dist/client/cloud-platform.d.ts +50 -50
- package/dist/client/cloud-runtimes.d.ts +4 -4
- package/dist/client/cloud-services.d.ts +17 -17
- package/dist/client/cloud-services.d.ts.map +1 -1
- package/dist/client/code-shift.d.ts +349 -258
- package/dist/client/code-shift.d.ts.map +1 -1
- package/dist/client/code-shift.js +82 -1
- package/dist/client/code-shift.js.map +1 -1
- package/dist/client/content.d.ts +127 -132
- package/dist/client/content.d.ts.map +1 -1
- package/dist/client/data-integration.d.ts +55 -55
- package/dist/client/data-integration.d.ts.map +1 -1
- package/dist/client/discover.d.ts +15 -9
- package/dist/client/discover.d.ts.map +1 -1
- package/dist/client/discover.js +208 -0
- package/dist/client/discover.js.map +1 -1
- package/dist/client/event-bus.d.ts.map +1 -1
- package/dist/client/gen-ai-inference.d.ts +20 -20
- package/dist/client/insights.d.ts +7 -7
- package/dist/client/notification.d.ts +10 -10
- package/dist/client/runtime-manager.d.ts +8 -8
- package/dist/client/types.d.ts +14 -0
- package/dist/client/types.d.ts.map +1 -1
- package/dist/client/workflow.d.ts +10 -10
- package/dist/client/workspace-ai.d.ts +53 -53
- package/dist/client/workspace-manager.d.ts +77 -77
- package/dist/client/workspace-search.d.ts +2 -2
- package/dist/client/workspace.d.ts +58 -105
- package/dist/client/workspace.d.ts.map +1 -1
- package/dist/error/dictionary/cloud-platform.d.ts +6 -0
- package/dist/error/dictionary/cloud-platform.d.ts.map +1 -1
- package/dist/error/dictionary/cloud-platform.js +6 -0
- package/dist/error/dictionary/cloud-platform.js.map +1 -1
- package/dist/utils/StreamedJson.d.ts.map +1 -1
- package/dist/utils/StreamedJson.js +9 -1
- package/dist/utils/StreamedJson.js.map +1 -1
- package/package.json +2 -2
- package/src/api/agent-tools.ts +182 -150
- package/src/api/ai.ts +733 -185
- package/src/api/cloudPlatformHorizon.ts +412 -9
- package/src/api/codeShift.ts +607 -69
- package/src/api/discover.ts +35 -12
- package/src/client/agent-tools.ts +20 -2
- package/src/client/ai.ts +25 -10
- package/src/client/cloud-platform-horizon.ts +12 -4
- package/src/client/code-shift.ts +50 -1
- package/src/client/discover.ts +220 -3
- package/src/client/types.ts +17 -2
- package/src/error/dictionary/cloud-platform.ts +6 -0
- package/src/utils/StreamedJson.tsx +9 -2
package/dist/api/ai.d.ts
CHANGED
|
@@ -159,14 +159,6 @@ export type AutoCompleteResult = {
|
|
|
159
159
|
code: string;
|
|
160
160
|
};
|
|
161
161
|
export type EventTypeEnum = "code_injected" | "code_copied" | "custom_quick_command_execution" | "user_feedback_provided" | "copied_all";
|
|
162
|
-
export type SourceProjectFile2 = {
|
|
163
|
-
"type"?: "project_file";
|
|
164
|
-
name: string;
|
|
165
|
-
slug: string;
|
|
166
|
-
document_score: number;
|
|
167
|
-
document_id: string;
|
|
168
|
-
path: string;
|
|
169
|
-
};
|
|
170
162
|
export type QuickCommandEvent = {
|
|
171
163
|
slug: string;
|
|
172
164
|
"type": string;
|
|
@@ -188,7 +180,7 @@ export type GenericEventRequest = {
|
|
|
188
180
|
chosen_feedback_options?: string[] | null;
|
|
189
181
|
additional_feedback?: string | null;
|
|
190
182
|
message_id?: string | null;
|
|
191
|
-
knowledge_sources?: (string | SourceStackAi | SourceKnowledgeSource |
|
|
183
|
+
knowledge_sources?: (string | SourceStackAi | SourceKnowledgeSource | SourceProjectFile | KnowledgeSourceEvent)[] | null;
|
|
192
184
|
quick_command_event?: QuickCommandEvent | null;
|
|
193
185
|
context?: {
|
|
194
186
|
[key: string]: any;
|
|
@@ -390,6 +382,7 @@ export type QuickCommandsStepPromptRequest = {
|
|
|
390
382
|
use_uploaded_files?: boolean;
|
|
391
383
|
agent_built_in?: boolean | null;
|
|
392
384
|
next_step_slug?: string | null;
|
|
385
|
+
next_failure_step_slug?: string | null;
|
|
393
386
|
};
|
|
394
387
|
export type OperatorType = "equals" | "notEquals" | "contains" | "notContains" | "startsWith" | "endsWith" | "greater" | "smaller" | "greaterEqual" | "smallerEqual" | "isEmpty" | "isNotEmpty" | "isDefined" | "isUndefined";
|
|
395
388
|
export type SimpleExpr = {
|
|
@@ -418,6 +411,12 @@ export type QuickCommandsStepRouterRequest = {
|
|
|
418
411
|
routes: RouterStepRoute[];
|
|
419
412
|
max_executions: number;
|
|
420
413
|
};
|
|
414
|
+
export type QuickCommandsStepScriptRequest = {
|
|
415
|
+
slug: string;
|
|
416
|
+
script: string;
|
|
417
|
+
use_uploaded_files: boolean;
|
|
418
|
+
next_step_slug?: string | null;
|
|
419
|
+
};
|
|
421
420
|
export type CustomInputRequest = {
|
|
422
421
|
slug: string;
|
|
423
422
|
question: string;
|
|
@@ -429,7 +428,7 @@ export type QuickCommandsCreateRequest = {
|
|
|
429
428
|
"type"?: QuickCommandTypeRequest;
|
|
430
429
|
description: string;
|
|
431
430
|
final_result: string;
|
|
432
|
-
steps: (QuickCommandsStepFetchRequest | QuickCommandsStepPromptRequest | QuickCommandsStepRouterRequest)[];
|
|
431
|
+
steps: (QuickCommandsStepFetchRequest | QuickCommandsStepPromptRequest | QuickCommandsStepRouterRequest | QuickCommandsStepScriptRequest)[];
|
|
433
432
|
return_type?: QuickCommandsReturnType | null;
|
|
434
433
|
preserve_conversation?: boolean;
|
|
435
434
|
custom_inputs?: CustomInputRequest[] | null;
|
|
@@ -441,11 +440,12 @@ export type QuickCommandsCreateRequest = {
|
|
|
441
440
|
export type QuickCommandsUpdateRequest = {
|
|
442
441
|
name?: string | null;
|
|
443
442
|
description?: string | null;
|
|
444
|
-
steps?: (QuickCommandsStepFetchRequest | QuickCommandsStepPromptRequest | QuickCommandsStepRouterRequest)[] | null;
|
|
443
|
+
steps?: (QuickCommandsStepFetchRequest | QuickCommandsStepPromptRequest | QuickCommandsStepRouterRequest | QuickCommandsStepScriptRequest)[] | null;
|
|
445
444
|
return_type?: QuickCommandsReturnType | null;
|
|
446
445
|
knowledge_source_slugs?: string[] | null;
|
|
447
446
|
final_result?: string | null;
|
|
448
447
|
preserve_conversation?: boolean;
|
|
448
|
+
share_context_between_steps?: boolean;
|
|
449
449
|
custom_inputs?: CustomInputRequest[] | null;
|
|
450
450
|
flow?: {
|
|
451
451
|
[key: string]: any;
|
|
@@ -453,7 +453,7 @@ export type QuickCommandsUpdateRequest = {
|
|
|
453
453
|
use_only?: boolean | null;
|
|
454
454
|
use_uploaded_files?: boolean | null;
|
|
455
455
|
};
|
|
456
|
-
export type QuickCommandStepType = "LLM" | "FETCH" | "ROUTER";
|
|
456
|
+
export type QuickCommandStepType = "LLM" | "FETCH" | "ROUTER" | "SCRIPT";
|
|
457
457
|
export type Method2 = "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
458
458
|
export type QuickCommandStepFetchResponse = {
|
|
459
459
|
slug: string;
|
|
@@ -510,6 +510,7 @@ export type QuickCommandStepLlmResponse = {
|
|
|
510
510
|
agent_built_in?: boolean | null;
|
|
511
511
|
agent_data?: AgentDefinitionResponse | null;
|
|
512
512
|
next_step_slug?: string | null;
|
|
513
|
+
next_failure_step_slug?: string | null;
|
|
513
514
|
use_uploaded_files?: boolean;
|
|
514
515
|
allow_use_current_workspace?: boolean;
|
|
515
516
|
};
|
|
@@ -535,6 +536,12 @@ export type QuickCommandsStepRouterResponse = {
|
|
|
535
536
|
routes: RouterStepRoute2[];
|
|
536
537
|
max_executions: number;
|
|
537
538
|
};
|
|
539
|
+
export type QuickCommandsStepScriptResponse = {
|
|
540
|
+
slug: string;
|
|
541
|
+
"type": QuickCommandStepType;
|
|
542
|
+
script: string;
|
|
543
|
+
use_uploaded_files: boolean;
|
|
544
|
+
};
|
|
538
545
|
export type CustomInputResponse = {
|
|
539
546
|
slug: string;
|
|
540
547
|
question: string;
|
|
@@ -548,7 +555,7 @@ export type QuickCommandResponse = {
|
|
|
548
555
|
studio_id?: string | null;
|
|
549
556
|
return_type?: QuickCommandsReturnType | null;
|
|
550
557
|
final_result?: string | null;
|
|
551
|
-
steps?: (QuickCommandStepFetchResponse | QuickCommandStepLlmResponse | QuickCommandsStepRouterResponse)[] | null;
|
|
558
|
+
steps?: (QuickCommandStepFetchResponse | QuickCommandStepLlmResponse | QuickCommandsStepRouterResponse | QuickCommandsStepScriptResponse)[] | null;
|
|
552
559
|
flow?: {
|
|
553
560
|
[key: string]: any;
|
|
554
561
|
} | null;
|
|
@@ -569,9 +576,17 @@ export type QuickCommandsMakeACopyRequest = {
|
|
|
569
576
|
name: string;
|
|
570
577
|
description: string;
|
|
571
578
|
};
|
|
579
|
+
export type QuickCommandAnswerStatusResponse = {
|
|
580
|
+
success: boolean;
|
|
581
|
+
next_step_slug?: string | null;
|
|
582
|
+
failure_message?: string | null;
|
|
583
|
+
input_tokens?: number | null;
|
|
584
|
+
output_tokens?: number | null;
|
|
585
|
+
};
|
|
572
586
|
export type QuickCommandPromptResponse = {
|
|
573
587
|
answer: string;
|
|
574
|
-
sources?: (SourceStackAi | SourceKnowledgeSource |
|
|
588
|
+
sources?: (SourceStackAi | SourceKnowledgeSource | SourceProjectFile | KnowledgeSourceEvent)[] | null;
|
|
589
|
+
answer_status?: QuickCommandAnswerStatusResponse | null;
|
|
575
590
|
};
|
|
576
591
|
export type QuickCommandFetchResponseResult = {
|
|
577
592
|
headers?: {
|
|
@@ -580,6 +595,16 @@ export type QuickCommandFetchResponseResult = {
|
|
|
580
595
|
data?: string | null;
|
|
581
596
|
status: number;
|
|
582
597
|
};
|
|
598
|
+
export type QuickCommandStepScriptStatus = "queued" | "running" | "success" | "failure";
|
|
599
|
+
export type QuickCommandScriptExecutionResponse = {
|
|
600
|
+
status: QuickCommandStepScriptStatus;
|
|
601
|
+
duration?: number | null;
|
|
602
|
+
result?: {
|
|
603
|
+
[key: string]: any;
|
|
604
|
+
} | null;
|
|
605
|
+
logs?: string | null;
|
|
606
|
+
};
|
|
607
|
+
export type QuickCommandStepResult = QuickCommandPromptResponse | QuickCommandFetchResponseResult | QuickCommandScriptExecutionResponse;
|
|
583
608
|
export type QuickCommandsExecutionRequest = {
|
|
584
609
|
context?: {
|
|
585
610
|
[key: string]: any;
|
|
@@ -588,7 +613,7 @@ export type QuickCommandsExecutionRequest = {
|
|
|
588
613
|
code_selection?: string | null;
|
|
589
614
|
input_data?: string | null;
|
|
590
615
|
slugs_executions?: {
|
|
591
|
-
[key: string]: string |
|
|
616
|
+
[key: string]: string | QuickCommandStepResult;
|
|
592
617
|
} | null;
|
|
593
618
|
qc_execution_id?: string | null;
|
|
594
619
|
};
|
|
@@ -602,7 +627,7 @@ export type QuickCommandEvaluateStepRouterRequest = {
|
|
|
602
627
|
} | null;
|
|
603
628
|
selected_code?: string | null;
|
|
604
629
|
slugs_executions: {
|
|
605
|
-
[key: string]:
|
|
630
|
+
[key: string]: QuickCommandStepResult;
|
|
606
631
|
} | null;
|
|
607
632
|
};
|
|
608
633
|
export type QuickCommandEvaluateStepRouterResponse = {
|
|
@@ -634,6 +659,7 @@ export type Progress = {
|
|
|
634
659
|
status: string;
|
|
635
660
|
};
|
|
636
661
|
export type StepFetch = {
|
|
662
|
+
duration?: number | null;
|
|
637
663
|
status_code: number;
|
|
638
664
|
headers?: {
|
|
639
665
|
[key: string]: string;
|
|
@@ -643,12 +669,22 @@ export type StepFetch = {
|
|
|
643
669
|
[key: string]: any;
|
|
644
670
|
} | null;
|
|
645
671
|
};
|
|
672
|
+
export type AnswerStatus = {
|
|
673
|
+
success: boolean;
|
|
674
|
+
failure_message?: string | null;
|
|
675
|
+
input_tokens?: number | null;
|
|
676
|
+
output_tokens?: number | null;
|
|
677
|
+
attempt?: number | null;
|
|
678
|
+
};
|
|
646
679
|
export type StepLlm = {
|
|
647
|
-
|
|
680
|
+
duration?: number | null;
|
|
681
|
+
answer?: string | null;
|
|
682
|
+
answer_status?: AnswerStatus | null;
|
|
648
683
|
sources: (SourceStackAi | SourceKnowledgeSource | SourceProjectFile | KnowledgeSourceEvent)[];
|
|
649
684
|
tools?: string[];
|
|
650
685
|
};
|
|
651
686
|
export type StepRouter = {
|
|
687
|
+
duration?: number | null;
|
|
652
688
|
next_step_slug: string;
|
|
653
689
|
condition?: ConditionExpr2 | null;
|
|
654
690
|
"default"?: boolean;
|
|
@@ -658,6 +694,7 @@ export type Step = {
|
|
|
658
694
|
execution_order: number;
|
|
659
695
|
"type": QuickCommandStepType;
|
|
660
696
|
step_result: StepFetch | StepLlm | StepRouter | null;
|
|
697
|
+
status?: string;
|
|
661
698
|
};
|
|
662
699
|
export type QuickCommandExecutionResponse = {
|
|
663
700
|
execution_id: string;
|
|
@@ -668,6 +705,21 @@ export type QuickCommandExecutionResponse = {
|
|
|
668
705
|
steps?: Step[] | null;
|
|
669
706
|
result?: string | null;
|
|
670
707
|
};
|
|
708
|
+
export type QuickCommandStartScriptRequest = {
|
|
709
|
+
context?: {
|
|
710
|
+
[key: string]: any;
|
|
711
|
+
} | null;
|
|
712
|
+
input_data?: string | {
|
|
713
|
+
[key: string]: any;
|
|
714
|
+
} | null;
|
|
715
|
+
selected_code?: string | null;
|
|
716
|
+
slugs_executions: {
|
|
717
|
+
[key: string]: QuickCommandStepResult;
|
|
718
|
+
} | null;
|
|
719
|
+
};
|
|
720
|
+
export type QuickCommandStartScriptResponse = {
|
|
721
|
+
script_execution_id: string;
|
|
722
|
+
};
|
|
671
723
|
export type ConversationHistoryAgentEnum = "AI" | "USER";
|
|
672
724
|
export type ConversationHistoryResponse = {
|
|
673
725
|
message_id: string;
|
|
@@ -716,18 +768,53 @@ export type DependencyResponse = {
|
|
|
716
768
|
delete_contents?: ContentDependencyResponse[] | null;
|
|
717
769
|
missing_list?: ContentDependencyResponse[] | null;
|
|
718
770
|
};
|
|
719
|
-
export type
|
|
771
|
+
export type SortDirection = "ASC" | "DESC";
|
|
772
|
+
export type FilterMode = "MATCH" | "CONTAINS" | "IN";
|
|
773
|
+
export type ReviewAnswers = {
|
|
774
|
+
id: string;
|
|
775
|
+
memberId: string;
|
|
776
|
+
comment: string;
|
|
777
|
+
createdAt: string;
|
|
778
|
+
updatedAt?: string | null;
|
|
779
|
+
};
|
|
780
|
+
export type Review = {
|
|
781
|
+
id: string;
|
|
782
|
+
memberId: string;
|
|
783
|
+
rating: number;
|
|
784
|
+
comment: string;
|
|
785
|
+
resourceType: string;
|
|
786
|
+
resourceSlug: string;
|
|
787
|
+
createdAt: string;
|
|
788
|
+
updatedAt?: string | null;
|
|
789
|
+
reviewAnswers?: ReviewAnswers[];
|
|
790
|
+
};
|
|
791
|
+
export type ResourceReviewResponse = {
|
|
792
|
+
items: Review[];
|
|
793
|
+
totalElements: number;
|
|
794
|
+
page: number;
|
|
795
|
+
size: number;
|
|
796
|
+
totalPages: number;
|
|
797
|
+
};
|
|
798
|
+
export type ResourceReviewRequest = {
|
|
799
|
+
rating: number;
|
|
800
|
+
comment?: string | null;
|
|
801
|
+
};
|
|
802
|
+
export type ReviewAnswer = {
|
|
803
|
+
answer: string;
|
|
804
|
+
};
|
|
805
|
+
export type SourceProjectFile2 = {
|
|
720
806
|
"type": "project_file";
|
|
721
807
|
path: string;
|
|
722
808
|
document_score: number;
|
|
723
809
|
};
|
|
724
810
|
export type ChatResponse2 = {
|
|
725
811
|
answer: string;
|
|
726
|
-
sources: (SourceStackAi | SourceKnowledgeSource |
|
|
812
|
+
sources: (SourceStackAi | SourceKnowledgeSource | SourceProjectFile2)[];
|
|
727
813
|
};
|
|
728
814
|
export type QuickCommandPromptResponse2 = {
|
|
729
815
|
answer: string;
|
|
730
816
|
sources?: (SourceStackAi | SourceKnowledgeSource | SourceProjectFile | KnowledgeSourceEvent)[] | null;
|
|
817
|
+
answer_status?: QuickCommandAnswerStatusResponse | null;
|
|
731
818
|
};
|
|
732
819
|
export type ChatRequest = {
|
|
733
820
|
context?: {
|
|
@@ -736,14 +823,14 @@ export type ChatRequest = {
|
|
|
736
823
|
user_prompt: string;
|
|
737
824
|
project_id?: string | null;
|
|
738
825
|
};
|
|
739
|
-
export type
|
|
826
|
+
export type SourceProjectFile3 = {
|
|
740
827
|
"type": "project_file";
|
|
741
828
|
path: string;
|
|
742
829
|
document_score: number;
|
|
743
830
|
};
|
|
744
831
|
export type ChatResponse3 = {
|
|
745
832
|
answer: string;
|
|
746
|
-
sources: (SourceStackAi | SourceKnowledgeSource |
|
|
833
|
+
sources: (SourceStackAi | SourceKnowledgeSource | SourceProjectFile3)[];
|
|
747
834
|
message_id: string | null;
|
|
748
835
|
};
|
|
749
836
|
/**
|
|
@@ -753,130 +840,144 @@ export declare function metricsMetricsGet(opts?: Oazapfts.RequestOpts): Promise<
|
|
|
753
840
|
/**
|
|
754
841
|
* Workspace Fork
|
|
755
842
|
*/
|
|
756
|
-
export declare function workspaceForkV1AiStacksWorkspaceForkPost({ authorization, xAccountId, xMemberId, aiStackWorkspaceForkRequest }: {
|
|
843
|
+
export declare function workspaceForkV1AiStacksWorkspaceForkPost({ authorization, xAccountId, xMemberId, xUsername, aiStackWorkspaceForkRequest }: {
|
|
757
844
|
authorization: string;
|
|
758
845
|
xAccountId?: string | null;
|
|
759
846
|
xMemberId?: string | null;
|
|
847
|
+
xUsername?: string | null;
|
|
760
848
|
aiStackWorkspaceForkRequest: AiStackWorkspaceForkRequest;
|
|
761
849
|
}, opts?: Oazapfts.RequestOpts): Promise<AiStackWorkspaceForkResponse>;
|
|
762
850
|
/**
|
|
763
851
|
* Workspace Delete Fork
|
|
764
852
|
*/
|
|
765
|
-
export declare function workspaceDeleteForkV1AiStacksWorkspaceForkDelete({ authorization, xAccountId, xMemberId, aiStackWorkspaceDeleteRequest }: {
|
|
853
|
+
export declare function workspaceDeleteForkV1AiStacksWorkspaceForkDelete({ authorization, xAccountId, xMemberId, xUsername, aiStackWorkspaceDeleteRequest }: {
|
|
766
854
|
authorization: string;
|
|
767
855
|
xAccountId?: string | null;
|
|
768
856
|
xMemberId?: string | null;
|
|
857
|
+
xUsername?: string | null;
|
|
769
858
|
aiStackWorkspaceDeleteRequest: AiStackWorkspaceDeleteRequest;
|
|
770
859
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
771
860
|
/**
|
|
772
861
|
* Workspace List
|
|
773
862
|
*/
|
|
774
|
-
export declare function workspaceListV1AiStacksWorkspaceListPost({ authorization, xAccountId, xMemberId, aiStackWorkspaceListRequest }: {
|
|
863
|
+
export declare function workspaceListV1AiStacksWorkspaceListPost({ authorization, xAccountId, xMemberId, xUsername, aiStackWorkspaceListRequest }: {
|
|
775
864
|
authorization: string;
|
|
776
865
|
xAccountId?: string | null;
|
|
777
866
|
xMemberId?: string | null;
|
|
867
|
+
xUsername?: string | null;
|
|
778
868
|
aiStackWorkspaceListRequest: AiStackWorkspaceListRequest;
|
|
779
869
|
}, opts?: Oazapfts.RequestOpts): Promise<GetAiStackResponse[]>;
|
|
780
870
|
/**
|
|
781
871
|
* List Ai Stacks
|
|
782
872
|
*/
|
|
783
|
-
export declare function listAiStacksV1AiStacksGet({ visibility, authorization, xAccountId, xMemberId }: {
|
|
873
|
+
export declare function listAiStacksV1AiStacksGet({ visibility, authorization, xAccountId, xMemberId, xUsername }: {
|
|
784
874
|
visibility?: VisibilityLevelEnum;
|
|
785
875
|
authorization: string;
|
|
786
876
|
xAccountId?: string | null;
|
|
787
877
|
xMemberId?: string | null;
|
|
878
|
+
xUsername?: string | null;
|
|
788
879
|
}, opts?: Oazapfts.RequestOpts): Promise<GetAiStackResponse[]>;
|
|
789
880
|
/**
|
|
790
881
|
* Create Ai Stack
|
|
791
882
|
*/
|
|
792
|
-
export declare function createAiStackV1AiStacksPost({ authorization, xAccountId, xMemberId, newAiStackRequest }: {
|
|
883
|
+
export declare function createAiStackV1AiStacksPost({ authorization, xAccountId, xMemberId, xUsername, newAiStackRequest }: {
|
|
793
884
|
authorization: string;
|
|
794
885
|
xAccountId?: string | null;
|
|
795
886
|
xMemberId?: string | null;
|
|
887
|
+
xUsername?: string | null;
|
|
796
888
|
newAiStackRequest: NewAiStackRequest;
|
|
797
889
|
}, opts?: Oazapfts.RequestOpts): Promise<NewAiStackResponse>;
|
|
798
890
|
/**
|
|
799
891
|
* Update Ai Stack
|
|
800
892
|
*/
|
|
801
|
-
export declare function updateAiStackV1AiStacksStackIdPatch({ stackId, authorization, xAccountId, xMemberId, updateAiStackRequest }: {
|
|
893
|
+
export declare function updateAiStackV1AiStacksStackIdPatch({ stackId, authorization, xAccountId, xMemberId, xUsername, updateAiStackRequest }: {
|
|
802
894
|
stackId: string;
|
|
803
895
|
authorization: string;
|
|
804
896
|
xAccountId?: string | null;
|
|
805
897
|
xMemberId?: string | null;
|
|
898
|
+
xUsername?: string | null;
|
|
806
899
|
updateAiStackRequest: UpdateAiStackRequest;
|
|
807
900
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
808
901
|
/**
|
|
809
902
|
* Get Ai Stack
|
|
810
903
|
*/
|
|
811
|
-
export declare function getAiStackV1AiStacksStackIdGet({ stackId, authorization, xAccountId, xMemberId }: {
|
|
904
|
+
export declare function getAiStackV1AiStacksStackIdGet({ stackId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
812
905
|
stackId: string;
|
|
813
906
|
authorization: string;
|
|
814
907
|
xAccountId?: string | null;
|
|
815
908
|
xMemberId?: string | null;
|
|
909
|
+
xUsername?: string | null;
|
|
816
910
|
}, opts?: Oazapfts.RequestOpts): Promise<GetAiStackResponse>;
|
|
817
911
|
/**
|
|
818
912
|
* Remove Ai Stack
|
|
819
913
|
*/
|
|
820
|
-
export declare function removeAiStackV1AiStacksStackIdDelete({ stackId, authorization, xAccountId, xMemberId }: {
|
|
914
|
+
export declare function removeAiStackV1AiStacksStackIdDelete({ stackId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
821
915
|
stackId: string;
|
|
822
916
|
authorization: string;
|
|
823
917
|
xAccountId?: string | null;
|
|
824
918
|
xMemberId?: string | null;
|
|
919
|
+
xUsername?: string | null;
|
|
825
920
|
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
826
921
|
/**
|
|
827
922
|
* Get Ai Stack Exists
|
|
828
923
|
*/
|
|
829
|
-
export declare function getAiStackExistsV1AiStacksStackNameExistsGet({ stackName, authorization, xAccountId, xMemberId }: {
|
|
924
|
+
export declare function getAiStackExistsV1AiStacksStackNameExistsGet({ stackName, authorization, xAccountId, xMemberId, xUsername }: {
|
|
830
925
|
stackName: string;
|
|
831
926
|
authorization: string;
|
|
832
927
|
xAccountId?: string | null;
|
|
833
928
|
xMemberId?: string | null;
|
|
929
|
+
xUsername?: string | null;
|
|
834
930
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
835
931
|
/**
|
|
836
932
|
* Add Favorite
|
|
837
933
|
*/
|
|
838
|
-
export declare function addFavoriteV1AiStacksStackIdFavoritePost({ stackId, authorization, xAccountId, xMemberId }: {
|
|
934
|
+
export declare function addFavoriteV1AiStacksStackIdFavoritePost({ stackId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
839
935
|
stackId: string;
|
|
840
936
|
authorization: string;
|
|
841
937
|
xAccountId?: string | null;
|
|
842
938
|
xMemberId?: string | null;
|
|
939
|
+
xUsername?: string | null;
|
|
843
940
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
844
941
|
/**
|
|
845
942
|
* Delete Favorite
|
|
846
943
|
*/
|
|
847
|
-
export declare function deleteFavoriteV1AiStacksStackIdFavoriteDelete({ stackId, authorization, xAccountId, xMemberId }: {
|
|
944
|
+
export declare function deleteFavoriteV1AiStacksStackIdFavoriteDelete({ stackId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
848
945
|
stackId: string;
|
|
849
946
|
authorization: string;
|
|
850
947
|
xAccountId?: string | null;
|
|
851
948
|
xMemberId?: string | null;
|
|
949
|
+
xUsername?: string | null;
|
|
852
950
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
853
951
|
/**
|
|
854
952
|
* Fork
|
|
855
953
|
*/
|
|
856
|
-
export declare function forkV1AiStacksStackIdForkPost({ stackId, authorization, xAccountId, xMemberId, aiStackForkRequest }: {
|
|
954
|
+
export declare function forkV1AiStacksStackIdForkPost({ stackId, authorization, xAccountId, xMemberId, xUsername, aiStackForkRequest }: {
|
|
857
955
|
stackId: string;
|
|
858
956
|
authorization: string;
|
|
859
957
|
xAccountId?: string | null;
|
|
860
958
|
xMemberId?: string | null;
|
|
959
|
+
xUsername?: string | null;
|
|
861
960
|
aiStackForkRequest: AiStackForkRequest;
|
|
862
961
|
}, opts?: Oazapfts.RequestOpts): Promise<NewAiStackResponse>;
|
|
863
962
|
/**
|
|
864
963
|
* Share
|
|
865
964
|
*/
|
|
866
|
-
export declare function shareV1AiStacksStackIdSharePost({ stackId, authorization, xAccountId, xMemberId }: {
|
|
965
|
+
export declare function shareV1AiStacksStackIdSharePost({ stackId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
867
966
|
stackId: string;
|
|
868
967
|
authorization: string;
|
|
869
968
|
xAccountId?: string | null;
|
|
870
969
|
xMemberId?: string | null;
|
|
970
|
+
xUsername?: string | null;
|
|
871
971
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
872
972
|
/**
|
|
873
973
|
* Publish
|
|
874
974
|
*/
|
|
875
|
-
export declare function publishV1AiStacksStackIdPublishPost({ stackId, authorization, xAccountId, xMemberId, aiStackPublishRequest }: {
|
|
975
|
+
export declare function publishV1AiStacksStackIdPublishPost({ stackId, authorization, xAccountId, xMemberId, xUsername, aiStackPublishRequest }: {
|
|
876
976
|
stackId: string;
|
|
877
977
|
authorization: string;
|
|
878
978
|
xAccountId?: string | null;
|
|
879
979
|
xMemberId?: string | null;
|
|
980
|
+
xUsername?: string | null;
|
|
880
981
|
aiStackPublishRequest?: AiStackPublishRequest;
|
|
881
982
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
882
983
|
/**
|
|
@@ -889,10 +990,11 @@ export declare function projectFilesV1ProjectFilesPost({ authorization, newProje
|
|
|
889
990
|
/**
|
|
890
991
|
* Quick Actions
|
|
891
992
|
*/
|
|
892
|
-
export declare function quickActionsV1QuickActionsPost({ authorization, xAccountId, xMemberId, quickActionsRequest }: {
|
|
993
|
+
export declare function quickActionsV1QuickActionsPost({ authorization, xAccountId, xMemberId, xUsername, quickActionsRequest }: {
|
|
893
994
|
authorization: string;
|
|
894
995
|
xAccountId?: string | null;
|
|
895
996
|
xMemberId?: string | null;
|
|
997
|
+
xUsername?: string | null;
|
|
896
998
|
quickActionsRequest: QuickActionsRequest;
|
|
897
999
|
}, opts?: Oazapfts.RequestOpts): Promise<SimpleResponse>;
|
|
898
1000
|
/**
|
|
@@ -902,19 +1004,21 @@ export declare function devAssistantV1ChatPost(opts?: Oazapfts.RequestOpts): Pro
|
|
|
902
1004
|
/**
|
|
903
1005
|
* Autocomplete V1
|
|
904
1006
|
*/
|
|
905
|
-
export declare function autocompleteV1V1AutocompletePost({ authorization, xAccountId, xMemberId, autoCompleteRequest }: {
|
|
1007
|
+
export declare function autocompleteV1V1AutocompletePost({ authorization, xAccountId, xMemberId, xUsername, autoCompleteRequest }: {
|
|
906
1008
|
authorization: string;
|
|
907
1009
|
xAccountId?: string | null;
|
|
908
1010
|
xMemberId?: string | null;
|
|
1011
|
+
xUsername?: string | null;
|
|
909
1012
|
autoCompleteRequest: AutoCompleteRequest;
|
|
910
1013
|
}, opts?: Oazapfts.RequestOpts): Promise<string | AutoCompleteResult>;
|
|
911
1014
|
/**
|
|
912
1015
|
* Post Event
|
|
913
1016
|
*/
|
|
914
|
-
export declare function postEventV1EventsPost({ authorization, xAccountId, xMemberId, body }: {
|
|
1017
|
+
export declare function postEventV1EventsPost({ authorization, xAccountId, xMemberId, xUsername, body }: {
|
|
915
1018
|
authorization: string;
|
|
916
1019
|
xAccountId?: string | null;
|
|
917
1020
|
xMemberId?: string | null;
|
|
1021
|
+
xUsername?: string | null;
|
|
918
1022
|
body: GenericEventRequest[];
|
|
919
1023
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
920
1024
|
/**
|
|
@@ -945,7 +1049,7 @@ export declare function createKnowledgeSourceV1KnowledgeSourcesPost({ authorizat
|
|
|
945
1049
|
/**
|
|
946
1050
|
* List Knowledge Sources
|
|
947
1051
|
*/
|
|
948
|
-
export declare function listKnowledgeSourcesV1KnowledgeSourcesGet({ visibility, order, $default, types, authorization, xAccountId, xMemberId }: {
|
|
1052
|
+
export declare function listKnowledgeSourcesV1KnowledgeSourcesGet({ visibility, order, $default, types, authorization, xAccountId, xMemberId, xUsername }: {
|
|
949
1053
|
visibility?: VisibilityLevelEnum;
|
|
950
1054
|
order?: OrderEnum;
|
|
951
1055
|
$default?: boolean | null;
|
|
@@ -953,6 +1057,7 @@ export declare function listKnowledgeSourcesV1KnowledgeSourcesGet({ visibility,
|
|
|
953
1057
|
authorization: string;
|
|
954
1058
|
xAccountId?: string | null;
|
|
955
1059
|
xMemberId?: string | null;
|
|
1060
|
+
xUsername?: string | null;
|
|
956
1061
|
}, opts?: Oazapfts.RequestOpts): Promise<KnowledgeSourceItemResponse[]>;
|
|
957
1062
|
/**
|
|
958
1063
|
* Find Knowledge Source
|
|
@@ -972,11 +1077,12 @@ export declare function updateKnowledgeSourceV1KnowledgeSourcesSlugPatch({ slug,
|
|
|
972
1077
|
/**
|
|
973
1078
|
* Delete Knowledge Source
|
|
974
1079
|
*/
|
|
975
|
-
export declare function deleteKnowledgeSourceV1KnowledgeSourcesSlugDelete({ slug, authorization, xAccountId, xMemberId }: {
|
|
1080
|
+
export declare function deleteKnowledgeSourceV1KnowledgeSourcesSlugDelete({ slug, authorization, xAccountId, xMemberId, xUsername }: {
|
|
976
1081
|
slug: string;
|
|
977
1082
|
authorization: string;
|
|
978
1083
|
xAccountId?: string | null;
|
|
979
1084
|
xMemberId?: string | null;
|
|
1085
|
+
xUsername?: string | null;
|
|
980
1086
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
981
1087
|
/**
|
|
982
1088
|
* Exists Knowledge Source
|
|
@@ -988,13 +1094,14 @@ export declare function existsKnowledgeSourceV1KnowledgeSourcesSlugExistsGet({ s
|
|
|
988
1094
|
/**
|
|
989
1095
|
* Search
|
|
990
1096
|
*/
|
|
991
|
-
export declare function searchV1KnowledgeSourcesSlugSimilaritySearchGet({ slug, q, size, authorization, xAccountId, xMemberId }: {
|
|
1097
|
+
export declare function searchV1KnowledgeSourcesSlugSimilaritySearchGet({ slug, q, size, authorization, xAccountId, xMemberId, xUsername }: {
|
|
992
1098
|
slug: string;
|
|
993
1099
|
q: string;
|
|
994
1100
|
size?: number;
|
|
995
1101
|
authorization: string;
|
|
996
1102
|
xAccountId?: string | null;
|
|
997
1103
|
xMemberId?: string | null;
|
|
1104
|
+
xUsername?: string | null;
|
|
998
1105
|
}, opts?: Oazapfts.RequestOpts): Promise<KnowledgeSourceSimilaritySearchItemResponse[]>;
|
|
999
1106
|
/**
|
|
1000
1107
|
* Share Knowledge Source
|
|
@@ -1069,11 +1176,12 @@ export declare function findSnippetDocByCustomIdV1KnowledgeSourcesSlugSnippetsId
|
|
|
1069
1176
|
/**
|
|
1070
1177
|
* Vectorize Snippet Knowledge Source
|
|
1071
1178
|
*/
|
|
1072
|
-
export declare function vectorizeSnippetKnowledgeSourceV1KnowledgeSourcesSlugSnippetsPost({ slug, authorization, xAccountId, xMemberId, snippetKnowledgeSourceRequest }: {
|
|
1179
|
+
export declare function vectorizeSnippetKnowledgeSourceV1KnowledgeSourcesSlugSnippetsPost({ slug, authorization, xAccountId, xMemberId, xUsername, snippetKnowledgeSourceRequest }: {
|
|
1073
1180
|
slug: string;
|
|
1074
1181
|
authorization: string;
|
|
1075
1182
|
xAccountId?: string | null;
|
|
1076
1183
|
xMemberId?: string | null;
|
|
1184
|
+
xUsername?: string | null;
|
|
1077
1185
|
snippetKnowledgeSourceRequest: SnippetKnowledgeSourceRequest;
|
|
1078
1186
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1079
1187
|
/**
|
|
@@ -1095,11 +1203,12 @@ export declare function findEventDocByCustomIdV1KnowledgeSourcesSlugEventsIdGet(
|
|
|
1095
1203
|
/**
|
|
1096
1204
|
* Vectorize Event Knowledge Source
|
|
1097
1205
|
*/
|
|
1098
|
-
export declare function vectorizeEventKnowledgeSourceV1KnowledgeSourcesSlugEventsPost({ slug, authorization, xAccountId, xMemberId, body }: {
|
|
1206
|
+
export declare function vectorizeEventKnowledgeSourceV1KnowledgeSourcesSlugEventsPost({ slug, authorization, xAccountId, xMemberId, xUsername, body }: {
|
|
1099
1207
|
slug: string;
|
|
1100
1208
|
authorization: string;
|
|
1101
1209
|
xAccountId?: string | null;
|
|
1102
1210
|
xMemberId?: string | null;
|
|
1211
|
+
xUsername?: string | null;
|
|
1103
1212
|
body: {
|
|
1104
1213
|
[key: string]: any;
|
|
1105
1214
|
};
|
|
@@ -1115,11 +1224,12 @@ export declare function findCustomDocByCustomIdV1KnowledgeSourcesSlugCustomIdGet
|
|
|
1115
1224
|
/**
|
|
1116
1225
|
* Vectorize Custom Knowledge Source
|
|
1117
1226
|
*/
|
|
1118
|
-
export declare function vectorizeCustomKnowledgeSourceV1KnowledgeSourcesSlugCustomPost({ slug, authorization, xAccountId, xMemberId, customKnowledgeSourceRequest }: {
|
|
1227
|
+
export declare function vectorizeCustomKnowledgeSourceV1KnowledgeSourcesSlugCustomPost({ slug, authorization, xAccountId, xMemberId, xUsername, customKnowledgeSourceRequest }: {
|
|
1119
1228
|
slug: string;
|
|
1120
1229
|
authorization: string;
|
|
1121
1230
|
xAccountId?: string | null;
|
|
1122
1231
|
xMemberId?: string | null;
|
|
1232
|
+
xUsername?: string | null;
|
|
1123
1233
|
customKnowledgeSourceRequest: CustomKnowledgeSourceRequest;
|
|
1124
1234
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1125
1235
|
/**
|
|
@@ -1136,36 +1246,40 @@ export declare function searchKnowledgeSourcesV1KnowledgeSourcesSearchPost({ aut
|
|
|
1136
1246
|
/**
|
|
1137
1247
|
* Change Llm
|
|
1138
1248
|
*/
|
|
1139
|
-
export declare function changeLlmV1AccountsLlmPatch({ authorization, xAccountId, xMemberId, accountSettingsChangeLlmRequest }: {
|
|
1249
|
+
export declare function changeLlmV1AccountsLlmPatch({ authorization, xAccountId, xMemberId, xUsername, accountSettingsChangeLlmRequest }: {
|
|
1140
1250
|
authorization: string;
|
|
1141
1251
|
xAccountId?: string | null;
|
|
1142
1252
|
xMemberId?: string | null;
|
|
1253
|
+
xUsername?: string | null;
|
|
1143
1254
|
accountSettingsChangeLlmRequest: AccountSettingsChangeLlmRequest;
|
|
1144
1255
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1145
1256
|
/**
|
|
1146
1257
|
* Change Limit
|
|
1147
1258
|
*/
|
|
1148
|
-
export declare function changeLimitV1AccountsTokenLimitsPut({ authorization, xAccountId, xMemberId, accountSettingsChangeLimitRequest }: {
|
|
1259
|
+
export declare function changeLimitV1AccountsTokenLimitsPut({ authorization, xAccountId, xMemberId, xUsername, accountSettingsChangeLimitRequest }: {
|
|
1149
1260
|
authorization: string;
|
|
1150
1261
|
xAccountId?: string | null;
|
|
1151
1262
|
xMemberId?: string | null;
|
|
1263
|
+
xUsername?: string | null;
|
|
1152
1264
|
accountSettingsChangeLimitRequest: AccountSettingsChangeLimitRequest;
|
|
1153
1265
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1154
1266
|
/**
|
|
1155
1267
|
* Reset Limit
|
|
1156
1268
|
*/
|
|
1157
|
-
export declare function resetLimitV1AccountsTokenLimitsDelete({ authorization, xAccountId, xMemberId }: {
|
|
1269
|
+
export declare function resetLimitV1AccountsTokenLimitsDelete({ authorization, xAccountId, xMemberId, xUsername }: {
|
|
1158
1270
|
authorization: string;
|
|
1159
1271
|
xAccountId?: string | null;
|
|
1160
1272
|
xMemberId?: string | null;
|
|
1273
|
+
xUsername?: string | null;
|
|
1161
1274
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1162
1275
|
/**
|
|
1163
1276
|
* Change External Rqc
|
|
1164
1277
|
*/
|
|
1165
|
-
export declare function changeExternalRqcV1AccountsExternalRqcPatch({ authorization, xAccountId, xMemberId, accountSettingsChangeErqcRequest }: {
|
|
1278
|
+
export declare function changeExternalRqcV1AccountsExternalRqcPatch({ authorization, xAccountId, xMemberId, xUsername, accountSettingsChangeErqcRequest }: {
|
|
1166
1279
|
authorization: string;
|
|
1167
1280
|
xAccountId?: string | null;
|
|
1168
1281
|
xMemberId?: string | null;
|
|
1282
|
+
xUsername?: string | null;
|
|
1169
1283
|
accountSettingsChangeErqcRequest: AccountSettingsChangeErqcRequest;
|
|
1170
1284
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1171
1285
|
/**
|
|
@@ -1183,380 +1297,430 @@ export declare function changeExternalConfigsV1AccountsExternalConfigPatch({ bod
|
|
|
1183
1297
|
/**
|
|
1184
1298
|
* Tokens Usage
|
|
1185
1299
|
*/
|
|
1186
|
-
export declare function tokensUsageV1AccountsTokensUsageGet(
|
|
1300
|
+
export declare function tokensUsageV1AccountsTokensUsageGet({ authorization, xAccountId, xMemberId, xUsername }: {
|
|
1301
|
+
authorization: string;
|
|
1302
|
+
xAccountId?: string | null;
|
|
1303
|
+
xMemberId?: string | null;
|
|
1304
|
+
xUsername?: string | null;
|
|
1305
|
+
}, opts?: Oazapfts.RequestOpts): Promise<AccountTokenUsage>;
|
|
1187
1306
|
/**
|
|
1188
|
-
*
|
|
1307
|
+
* Total
|
|
1189
1308
|
*/
|
|
1190
|
-
export declare function
|
|
1309
|
+
export declare function totalV1TokensUsageTotalGet({ authorization, xAccountId, xMemberId, xUsername }: {
|
|
1191
1310
|
authorization: string;
|
|
1192
1311
|
xAccountId?: string | null;
|
|
1193
1312
|
xMemberId?: string | null;
|
|
1313
|
+
xUsername?: string | null;
|
|
1194
1314
|
}, opts?: Oazapfts.RequestOpts): Promise<TokensCurrentUsageResponse>;
|
|
1195
1315
|
/**
|
|
1196
1316
|
* Current
|
|
1197
1317
|
*/
|
|
1198
|
-
export declare function currentV1TokensUsageCurrentGet({ year, month, authorization, xAccountId, xMemberId }: {
|
|
1199
|
-
year
|
|
1200
|
-
month
|
|
1318
|
+
export declare function currentV1TokensUsageCurrentGet({ year, month, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1319
|
+
year?: number | null;
|
|
1320
|
+
month?: number | null;
|
|
1201
1321
|
authorization: string;
|
|
1202
1322
|
xAccountId?: string | null;
|
|
1203
1323
|
xMemberId?: string | null;
|
|
1324
|
+
xUsername?: string | null;
|
|
1204
1325
|
}, opts?: Oazapfts.RequestOpts): Promise<TokensCurrentUsageResponse>;
|
|
1205
1326
|
/**
|
|
1206
1327
|
* Monthly
|
|
1207
1328
|
*/
|
|
1208
|
-
export declare function monthlyV1TokensUsageMonthlyGet({ year, authorization, xAccountId, xMemberId }: {
|
|
1329
|
+
export declare function monthlyV1TokensUsageMonthlyGet({ year, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1209
1330
|
year: number;
|
|
1210
1331
|
authorization: string;
|
|
1211
1332
|
xAccountId?: string | null;
|
|
1212
1333
|
xMemberId?: string | null;
|
|
1334
|
+
xUsername?: string | null;
|
|
1213
1335
|
}, opts?: Oazapfts.RequestOpts): Promise<TokensMonthlyUsageResponse[]>;
|
|
1214
1336
|
/**
|
|
1215
1337
|
* Top Users
|
|
1216
1338
|
*/
|
|
1217
|
-
export declare function topUsersV1TokensUsageTopUsersGet({ year, month, authorization, xAccountId, xMemberId }: {
|
|
1339
|
+
export declare function topUsersV1TokensUsageTopUsersGet({ year, month, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1218
1340
|
year: number;
|
|
1219
1341
|
month: number;
|
|
1220
1342
|
authorization: string;
|
|
1221
1343
|
xAccountId?: string | null;
|
|
1222
1344
|
xMemberId?: string | null;
|
|
1345
|
+
xUsername?: string | null;
|
|
1223
1346
|
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1224
1347
|
/**
|
|
1225
1348
|
* Add Association
|
|
1226
1349
|
*/
|
|
1227
|
-
export declare function addAssociationV1WorkspaceWorkspaceIdPost({ workspaceId, authorization, xAccountId, xMemberId, addWorkspaceKnowledgeSourceRequest }: {
|
|
1350
|
+
export declare function addAssociationV1WorkspaceWorkspaceIdPost({ workspaceId, authorization, xAccountId, xMemberId, xUsername, addWorkspaceKnowledgeSourceRequest }: {
|
|
1228
1351
|
workspaceId: string;
|
|
1229
1352
|
authorization: string;
|
|
1230
1353
|
xAccountId?: string | null;
|
|
1231
1354
|
xMemberId?: string | null;
|
|
1355
|
+
xUsername?: string | null;
|
|
1232
1356
|
addWorkspaceKnowledgeSourceRequest: AddWorkspaceKnowledgeSourceRequest;
|
|
1233
1357
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1234
1358
|
/**
|
|
1235
1359
|
* List Association
|
|
1236
1360
|
*/
|
|
1237
|
-
export declare function listAssociationV1WorkspaceWorkspaceIdGet({ workspaceId, authorization, xAccountId, xMemberId }: {
|
|
1361
|
+
export declare function listAssociationV1WorkspaceWorkspaceIdGet({ workspaceId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1238
1362
|
workspaceId: string;
|
|
1239
1363
|
authorization: string;
|
|
1240
1364
|
xAccountId?: string | null;
|
|
1241
1365
|
xMemberId?: string | null;
|
|
1366
|
+
xUsername?: string | null;
|
|
1242
1367
|
}, opts?: Oazapfts.RequestOpts): Promise<KnowledgeSourceResponse[]>;
|
|
1243
1368
|
/**
|
|
1244
1369
|
* Delete Association
|
|
1245
1370
|
*/
|
|
1246
|
-
export declare function deleteAssociationV1WorkspaceWorkspaceIdKnowledgeSourceKnowledgeSourceSlugDelete({ workspaceId, knowledgeSourceSlug, authorization, xAccountId, xMemberId }: {
|
|
1371
|
+
export declare function deleteAssociationV1WorkspaceWorkspaceIdKnowledgeSourceKnowledgeSourceSlugDelete({ workspaceId, knowledgeSourceSlug, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1247
1372
|
workspaceId: string;
|
|
1248
1373
|
knowledgeSourceSlug: string;
|
|
1249
1374
|
authorization: string;
|
|
1250
1375
|
xAccountId?: string | null;
|
|
1251
1376
|
xMemberId?: string | null;
|
|
1377
|
+
xUsername?: string | null;
|
|
1252
1378
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1253
1379
|
/**
|
|
1254
1380
|
* Workspace Fork
|
|
1255
1381
|
*/
|
|
1256
|
-
export declare function workspaceForkV1QuickCommandsWorkspaceForkPost({ authorization, xAccountId, xMemberId, quickCommandWorkspaceForkRequest }: {
|
|
1382
|
+
export declare function workspaceForkV1QuickCommandsWorkspaceForkPost({ authorization, xAccountId, xMemberId, xUsername, quickCommandWorkspaceForkRequest }: {
|
|
1257
1383
|
authorization: string;
|
|
1258
1384
|
xAccountId?: string | null;
|
|
1259
1385
|
xMemberId?: string | null;
|
|
1386
|
+
xUsername?: string | null;
|
|
1260
1387
|
quickCommandWorkspaceForkRequest: QuickCommandWorkspaceForkRequest;
|
|
1261
1388
|
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1262
1389
|
/**
|
|
1263
1390
|
* Workspace Delete Fork
|
|
1264
1391
|
*/
|
|
1265
|
-
export declare function workspaceDeleteForkV1QuickCommandsWorkspaceForkDelete({ authorization, xAccountId, xMemberId, quickCommandWorkspaceDeleteRequest }: {
|
|
1392
|
+
export declare function workspaceDeleteForkV1QuickCommandsWorkspaceForkDelete({ authorization, xAccountId, xMemberId, xUsername, quickCommandWorkspaceDeleteRequest }: {
|
|
1266
1393
|
authorization: string;
|
|
1267
1394
|
xAccountId?: string | null;
|
|
1268
1395
|
xMemberId?: string | null;
|
|
1396
|
+
xUsername?: string | null;
|
|
1269
1397
|
quickCommandWorkspaceDeleteRequest: QuickCommandWorkspaceDeleteRequest;
|
|
1270
1398
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1271
1399
|
/**
|
|
1272
1400
|
* Workspace List
|
|
1273
1401
|
*/
|
|
1274
|
-
export declare function workspaceListV1QuickCommandsWorkspaceListPost({ authorization, xAccountId, xMemberId, quickCommandWorkspaceListRequest }: {
|
|
1402
|
+
export declare function workspaceListV1QuickCommandsWorkspaceListPost({ authorization, xAccountId, xMemberId, xUsername, quickCommandWorkspaceListRequest }: {
|
|
1275
1403
|
authorization: string;
|
|
1276
1404
|
xAccountId?: string | null;
|
|
1277
1405
|
xMemberId?: string | null;
|
|
1406
|
+
xUsername?: string | null;
|
|
1278
1407
|
quickCommandWorkspaceListRequest: QuickCommandWorkspaceListRequest;
|
|
1279
1408
|
}, opts?: Oazapfts.RequestOpts): Promise<QuickCommandListResponse[]>;
|
|
1280
1409
|
/**
|
|
1281
1410
|
* Create Quick Command
|
|
1282
1411
|
*/
|
|
1283
|
-
export declare function createQuickCommandV1QuickCommandsPost({ authorization, xAccountId, xMemberId, quickCommandsCreateRequest }: {
|
|
1412
|
+
export declare function createQuickCommandV1QuickCommandsPost({ authorization, xAccountId, xMemberId, xUsername, quickCommandsCreateRequest }: {
|
|
1284
1413
|
authorization: string;
|
|
1285
1414
|
xAccountId?: string | null;
|
|
1286
1415
|
xMemberId?: string | null;
|
|
1416
|
+
xUsername?: string | null;
|
|
1287
1417
|
quickCommandsCreateRequest: QuickCommandsCreateRequest;
|
|
1288
1418
|
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1289
1419
|
/**
|
|
1290
1420
|
* List All
|
|
1291
1421
|
*/
|
|
1292
|
-
export declare function listAllV1QuickCommandsAllGet({ visibility, order, types, authorization, xAccountId, xMemberId }: {
|
|
1422
|
+
export declare function listAllV1QuickCommandsAllGet({ visibility, order, types, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1293
1423
|
visibility?: VisibilityLevelEnum | null;
|
|
1294
1424
|
order?: OrderEnum;
|
|
1295
1425
|
types?: QuickCommandTypeRequest[] | null;
|
|
1296
1426
|
authorization: string;
|
|
1297
1427
|
xAccountId?: string | null;
|
|
1298
1428
|
xMemberId?: string | null;
|
|
1429
|
+
xUsername?: string | null;
|
|
1299
1430
|
}, opts?: Oazapfts.RequestOpts): Promise<QuickCommandListResponse[]>;
|
|
1300
1431
|
/**
|
|
1301
1432
|
* Update Quick Command
|
|
1302
1433
|
*/
|
|
1303
|
-
export declare function updateQuickCommandV1QuickCommandsSlugPatch({ slug, authorization, xAccountId, xMemberId, quickCommandsUpdateRequest }: {
|
|
1434
|
+
export declare function updateQuickCommandV1QuickCommandsSlugPatch({ slug, authorization, xAccountId, xMemberId, xUsername, quickCommandsUpdateRequest }: {
|
|
1304
1435
|
slug: string;
|
|
1305
1436
|
authorization: string;
|
|
1306
1437
|
xAccountId?: string | null;
|
|
1307
1438
|
xMemberId?: string | null;
|
|
1439
|
+
xUsername?: string | null;
|
|
1308
1440
|
quickCommandsUpdateRequest: QuickCommandsUpdateRequest;
|
|
1309
1441
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1310
1442
|
/**
|
|
1311
1443
|
* Get Quick Command
|
|
1312
1444
|
*/
|
|
1313
|
-
export declare function getQuickCommandV1QuickCommandsSlugGet({ slug, findAgents, authorization, xAccountId, xMemberId }: {
|
|
1445
|
+
export declare function getQuickCommandV1QuickCommandsSlugGet({ slug, findAgents, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1314
1446
|
slug: string;
|
|
1315
1447
|
findAgents?: boolean;
|
|
1316
1448
|
authorization: string;
|
|
1317
1449
|
xAccountId?: string | null;
|
|
1318
1450
|
xMemberId?: string | null;
|
|
1451
|
+
xUsername?: string | null;
|
|
1319
1452
|
}, opts?: Oazapfts.RequestOpts): Promise<QuickCommandResponse>;
|
|
1320
1453
|
/**
|
|
1321
1454
|
* Delete Quick Command
|
|
1322
1455
|
*/
|
|
1323
|
-
export declare function deleteQuickCommandV1QuickCommandsSlugDelete({ slug, authorization, xAccountId, xMemberId }: {
|
|
1456
|
+
export declare function deleteQuickCommandV1QuickCommandsSlugDelete({ slug, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1324
1457
|
slug: string;
|
|
1325
1458
|
authorization: string;
|
|
1326
1459
|
xAccountId?: string | null;
|
|
1327
1460
|
xMemberId?: string | null;
|
|
1461
|
+
xUsername?: string | null;
|
|
1328
1462
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1329
1463
|
/**
|
|
1330
1464
|
* Add Favorite
|
|
1331
1465
|
*/
|
|
1332
|
-
export declare function addFavoriteV1QuickCommandsSlugFavoritePost({ slug, authorization, xAccountId, xMemberId }: {
|
|
1466
|
+
export declare function addFavoriteV1QuickCommandsSlugFavoritePost({ slug, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1333
1467
|
slug: string;
|
|
1334
1468
|
authorization: string;
|
|
1335
1469
|
xAccountId?: string | null;
|
|
1336
1470
|
xMemberId?: string | null;
|
|
1471
|
+
xUsername?: string | null;
|
|
1337
1472
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1338
1473
|
/**
|
|
1339
1474
|
* Delete Favorite
|
|
1340
1475
|
*/
|
|
1341
|
-
export declare function deleteFavoriteV1QuickCommandsSlugFavoriteDelete({ slug, authorization, xAccountId, xMemberId }: {
|
|
1476
|
+
export declare function deleteFavoriteV1QuickCommandsSlugFavoriteDelete({ slug, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1342
1477
|
slug: string;
|
|
1343
1478
|
authorization: string;
|
|
1344
1479
|
xAccountId?: string | null;
|
|
1345
1480
|
xMemberId?: string | null;
|
|
1481
|
+
xUsername?: string | null;
|
|
1346
1482
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1347
1483
|
/**
|
|
1348
1484
|
* Share
|
|
1349
1485
|
*/
|
|
1350
|
-
export declare function shareV1QuickCommandsSlugSharePost({ slug, authorization, xAccountId, xMemberId }: {
|
|
1486
|
+
export declare function shareV1QuickCommandsSlugSharePost({ slug, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1351
1487
|
slug: string;
|
|
1352
1488
|
authorization: string;
|
|
1353
1489
|
xAccountId?: string | null;
|
|
1354
1490
|
xMemberId?: string | null;
|
|
1491
|
+
xUsername?: string | null;
|
|
1355
1492
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1356
1493
|
/**
|
|
1357
1494
|
* Publish
|
|
1358
1495
|
*/
|
|
1359
|
-
export declare function publishV1QuickCommandsSlugPublishPost({ slug, authorization, xAccountId, xMemberId, quickCommandPublishRequest }: {
|
|
1496
|
+
export declare function publishV1QuickCommandsSlugPublishPost({ slug, authorization, xAccountId, xMemberId, xUsername, quickCommandPublishRequest }: {
|
|
1360
1497
|
slug: string;
|
|
1361
1498
|
authorization: string;
|
|
1362
1499
|
xAccountId?: string | null;
|
|
1363
1500
|
xMemberId?: string | null;
|
|
1501
|
+
xUsername?: string | null;
|
|
1364
1502
|
quickCommandPublishRequest?: QuickCommandPublishRequest;
|
|
1365
1503
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1366
1504
|
/**
|
|
1367
1505
|
* Fork
|
|
1368
1506
|
*/
|
|
1369
|
-
export declare function forkV1QuickCommandsSlugForkPost({ slug, authorization, xAccountId, xMemberId, quickCommandsMakeACopyRequest }: {
|
|
1507
|
+
export declare function forkV1QuickCommandsSlugForkPost({ slug, authorization, xAccountId, xMemberId, xUsername, quickCommandsMakeACopyRequest }: {
|
|
1370
1508
|
slug: string;
|
|
1371
1509
|
authorization: string;
|
|
1372
1510
|
xAccountId?: string | null;
|
|
1373
1511
|
xMemberId?: string | null;
|
|
1512
|
+
xUsername?: string | null;
|
|
1374
1513
|
quickCommandsMakeACopyRequest: QuickCommandsMakeACopyRequest;
|
|
1375
1514
|
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1376
1515
|
/**
|
|
1377
|
-
*
|
|
1516
|
+
* Check Quick Command Exists
|
|
1378
1517
|
*/
|
|
1379
|
-
export declare function
|
|
1518
|
+
export declare function checkQuickCommandExistsV1QuickCommandsSlugExistsGet({ slug, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1380
1519
|
slug: string;
|
|
1381
1520
|
authorization: string;
|
|
1382
1521
|
xAccountId?: string | null;
|
|
1383
1522
|
xMemberId?: string | null;
|
|
1523
|
+
xUsername?: string | null;
|
|
1384
1524
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1385
1525
|
/**
|
|
1386
1526
|
* Get Quick Command By Ks Slug
|
|
1387
1527
|
*/
|
|
1388
|
-
export declare function getQuickCommandByKsSlugV1QuickCommandsKnowledgeSourcesSlugGet({ slug, authorization, xAccountId, xMemberId }: {
|
|
1528
|
+
export declare function getQuickCommandByKsSlugV1QuickCommandsKnowledgeSourcesSlugGet({ slug, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1389
1529
|
slug: string;
|
|
1390
1530
|
authorization: string;
|
|
1391
1531
|
xAccountId?: string | null;
|
|
1392
1532
|
xMemberId?: string | null;
|
|
1533
|
+
xUsername?: string | null;
|
|
1393
1534
|
}, opts?: Oazapfts.RequestOpts): Promise<QuickCommandListResponse[]>;
|
|
1394
1535
|
/**
|
|
1395
1536
|
* Get Quick Commands By Agent Id
|
|
1396
1537
|
*/
|
|
1397
|
-
export declare function getQuickCommandsByAgentIdV1QuickCommandsAgentsAgentIdGet({ agentId, authorization, xAccountId, xMemberId }: {
|
|
1538
|
+
export declare function getQuickCommandsByAgentIdV1QuickCommandsAgentsAgentIdGet({ agentId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1398
1539
|
agentId: string;
|
|
1399
1540
|
authorization: string;
|
|
1400
1541
|
xAccountId?: string | null;
|
|
1401
1542
|
xMemberId?: string | null;
|
|
1543
|
+
xUsername?: string | null;
|
|
1402
1544
|
}, opts?: Oazapfts.RequestOpts): Promise<QuickCommandListResponse[]>;
|
|
1403
1545
|
/**
|
|
1404
1546
|
* Disassociate Agent
|
|
1405
1547
|
*/
|
|
1406
|
-
export declare function disassociateAgentV1QuickCommandsAgentsAgentIdDelete({ agentId, authorization, xAccountId, xMemberId }: {
|
|
1548
|
+
export declare function disassociateAgentV1QuickCommandsAgentsAgentIdDelete({ agentId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1407
1549
|
agentId: string;
|
|
1408
1550
|
authorization: string;
|
|
1409
1551
|
xAccountId?: string | null;
|
|
1410
1552
|
xMemberId?: string | null;
|
|
1553
|
+
xUsername?: string | null;
|
|
1411
1554
|
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1412
1555
|
/**
|
|
1413
1556
|
* List By Workspace Id
|
|
1414
1557
|
*/
|
|
1415
|
-
export declare function listByWorkspaceIdV1QuickCommandsWorkspacesWorkspaceIdGet({ workspaceId, authorization, xAccountId, xMemberId }: {
|
|
1558
|
+
export declare function listByWorkspaceIdV1QuickCommandsWorkspacesWorkspaceIdGet({ workspaceId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1416
1559
|
workspaceId: string;
|
|
1417
1560
|
authorization: string;
|
|
1418
1561
|
xAccountId?: string | null;
|
|
1419
1562
|
xMemberId?: string | null;
|
|
1563
|
+
xUsername?: string | null;
|
|
1420
1564
|
}, opts?: Oazapfts.RequestOpts): Promise<QuickCommandListResponse[]>;
|
|
1421
1565
|
/**
|
|
1422
1566
|
* Format Fetch Step
|
|
1423
1567
|
*/
|
|
1424
|
-
export declare function formatFetchStepV1QuickCommandsSlugStepsStepSlugFetchFormatPost({ slug, stepSlug, authorization, xAccountId, xMemberId, quickCommandsExecutionRequest }: {
|
|
1568
|
+
export declare function formatFetchStepV1QuickCommandsSlugStepsStepSlugFetchFormatPost({ slug, stepSlug, authorization, xAccountId, xMemberId, xUsername, quickCommandsExecutionRequest }: {
|
|
1425
1569
|
slug: string;
|
|
1426
1570
|
stepSlug: string;
|
|
1427
1571
|
authorization: string;
|
|
1428
1572
|
xAccountId?: string | null;
|
|
1429
1573
|
xMemberId?: string | null;
|
|
1574
|
+
xUsername?: string | null;
|
|
1430
1575
|
quickCommandsExecutionRequest: QuickCommandsExecutionRequest;
|
|
1431
1576
|
}, opts?: Oazapfts.RequestOpts): Promise<QuickCommandStepFetchResponse>;
|
|
1432
1577
|
/**
|
|
1433
1578
|
* Format Result
|
|
1434
1579
|
*/
|
|
1435
|
-
export declare function formatResultV1QuickCommandsSlugResultFormatPost({ slug, authorization, xAccountId, xMemberId, quickCommandsExecutionRequest }: {
|
|
1580
|
+
export declare function formatResultV1QuickCommandsSlugResultFormatPost({ slug, authorization, xAccountId, xMemberId, xUsername, quickCommandsExecutionRequest }: {
|
|
1436
1581
|
slug: string;
|
|
1437
1582
|
authorization: string;
|
|
1438
1583
|
xAccountId?: string | null;
|
|
1439
1584
|
xMemberId?: string | null;
|
|
1585
|
+
xUsername?: string | null;
|
|
1440
1586
|
quickCommandsExecutionRequest: QuickCommandsExecutionRequest;
|
|
1441
1587
|
}, opts?: Oazapfts.RequestOpts): Promise<QuickCommandFinalResultResponse>;
|
|
1442
1588
|
/**
|
|
1443
1589
|
* Calculates the next route for a ROUTER step
|
|
1444
1590
|
*/
|
|
1445
|
-
export declare function calculateNextStepV1QuickCommandsSlugStepsStepSlugCalculateNextStepPost({ slug, stepSlug, authorization, xAccountId, xMemberId, quickCommandEvaluateStepRouterRequest }: {
|
|
1591
|
+
export declare function calculateNextStepV1QuickCommandsSlugStepsStepSlugCalculateNextStepPost({ slug, stepSlug, authorization, xAccountId, xMemberId, xUsername, quickCommandEvaluateStepRouterRequest }: {
|
|
1446
1592
|
slug: string;
|
|
1447
1593
|
stepSlug: string;
|
|
1448
1594
|
authorization: string;
|
|
1449
1595
|
xAccountId?: string | null;
|
|
1450
1596
|
xMemberId?: string | null;
|
|
1597
|
+
xUsername?: string | null;
|
|
1451
1598
|
quickCommandEvaluateStepRouterRequest: QuickCommandEvaluateStepRouterRequest;
|
|
1452
1599
|
}, opts?: Oazapfts.RequestOpts): Promise<QuickCommandEvaluateStepRouterResponse>;
|
|
1453
1600
|
/**
|
|
1454
1601
|
* Add Workspace
|
|
1455
1602
|
*/
|
|
1456
|
-
export declare function addWorkspaceV1QuickCommandsSlugWorkspacesWorkspaceIdAddPost({ slug, workspaceId, authorization, xAccountId, xMemberId }: {
|
|
1603
|
+
export declare function addWorkspaceV1QuickCommandsSlugWorkspacesWorkspaceIdAddPost({ slug, workspaceId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1457
1604
|
slug: string;
|
|
1458
1605
|
workspaceId: string;
|
|
1459
1606
|
authorization: string;
|
|
1460
1607
|
xAccountId?: string | null;
|
|
1461
1608
|
xMemberId?: string | null;
|
|
1609
|
+
xUsername?: string | null;
|
|
1462
1610
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1463
1611
|
/**
|
|
1464
1612
|
* Remove Workspace
|
|
1465
1613
|
*/
|
|
1466
|
-
export declare function removeWorkspaceV1QuickCommandsSlugWorkspacesWorkspaceIdRemoveDelete({ slug, workspaceId, authorization, xAccountId, xMemberId }: {
|
|
1614
|
+
export declare function removeWorkspaceV1QuickCommandsSlugWorkspacesWorkspaceIdRemoveDelete({ slug, workspaceId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1467
1615
|
slug: string;
|
|
1468
1616
|
workspaceId: string;
|
|
1469
1617
|
authorization: string;
|
|
1470
1618
|
xAccountId?: string | null;
|
|
1471
1619
|
xMemberId?: string | null;
|
|
1620
|
+
xUsername?: string | null;
|
|
1472
1621
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1473
1622
|
/**
|
|
1474
1623
|
* Create Execution
|
|
1475
1624
|
*/
|
|
1476
|
-
export declare function createExecutionV1QuickCommandsCreateExecutionSlugPost({ slug, conversationId,
|
|
1625
|
+
export declare function createExecutionV1QuickCommandsCreateExecutionSlugPost({ slug, conversationId, quickCommandCreateRequest }: {
|
|
1477
1626
|
slug: string;
|
|
1478
1627
|
conversationId?: string | null;
|
|
1479
|
-
authorization: string;
|
|
1480
|
-
xAccountId?: string | null;
|
|
1481
|
-
xMemberId?: string | null;
|
|
1482
1628
|
quickCommandCreateRequest?: QuickCommandCreateRequest;
|
|
1483
1629
|
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1484
1630
|
/**
|
|
1485
1631
|
* Triggers asynchronous execution of a Remote Quick Command
|
|
1486
1632
|
*/
|
|
1487
|
-
export declare function executeV1QuickCommandsExecuteExecutionIdPost({ executionId, authorization, xAccountId, xMemberId, quickCommandExecutionRequest }: {
|
|
1633
|
+
export declare function executeV1QuickCommandsExecuteExecutionIdPost({ executionId, authorization, xAccountId, xMemberId, xUsername, quickCommandExecutionRequest }: {
|
|
1488
1634
|
executionId: string;
|
|
1489
1635
|
authorization: string;
|
|
1490
1636
|
xAccountId?: string | null;
|
|
1491
1637
|
xMemberId?: string | null;
|
|
1638
|
+
xUsername?: string | null;
|
|
1492
1639
|
quickCommandExecutionRequest?: QuickCommandExecutionRequest;
|
|
1493
1640
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1494
1641
|
/**
|
|
1495
1642
|
* Callback
|
|
1496
1643
|
*/
|
|
1497
|
-
export declare function callbackV1QuickCommandsCallbackExecutionIdGet({ executionId
|
|
1644
|
+
export declare function callbackV1QuickCommandsCallbackExecutionIdGet({ executionId }: {
|
|
1498
1645
|
executionId: string;
|
|
1499
|
-
authorization: string;
|
|
1500
|
-
xAccountId?: string | null;
|
|
1501
|
-
xMemberId?: string | null;
|
|
1502
1646
|
}, opts?: Oazapfts.RequestOpts): Promise<QuickCommandExecutionResponse>;
|
|
1503
1647
|
/**
|
|
1504
1648
|
* Run Fetch Step
|
|
1505
1649
|
*/
|
|
1506
|
-
export declare function runFetchStepV1QuickCommandsSlugStepsStepSlugFetchRunPost({ slug, stepSlug, authorization, xAccountId, xMemberId, quickCommandsExecutionRequest }: {
|
|
1650
|
+
export declare function runFetchStepV1QuickCommandsSlugStepsStepSlugFetchRunPost({ slug, stepSlug, authorization, xAccountId, xMemberId, xUsername, quickCommandsExecutionRequest }: {
|
|
1507
1651
|
slug: string;
|
|
1508
1652
|
stepSlug: string;
|
|
1509
1653
|
authorization: string;
|
|
1510
1654
|
xAccountId?: string | null;
|
|
1511
1655
|
xMemberId?: string | null;
|
|
1656
|
+
xUsername?: string | null;
|
|
1512
1657
|
quickCommandsExecutionRequest: QuickCommandsExecutionRequest;
|
|
1513
1658
|
}, opts?: Oazapfts.RequestOpts): Promise<QuickCommandStepFetchResponse>;
|
|
1659
|
+
/**
|
|
1660
|
+
* Starts the execution of a step with a user defined script
|
|
1661
|
+
*/
|
|
1662
|
+
export declare function startScriptStepV1QuickCommandsSlugStepsStepSlugStartScriptPost({ slug, stepSlug, quickCommandStartScriptRequest }: {
|
|
1663
|
+
slug: string;
|
|
1664
|
+
stepSlug: string;
|
|
1665
|
+
quickCommandStartScriptRequest: QuickCommandStartScriptRequest;
|
|
1666
|
+
}, opts?: Oazapfts.RequestOpts): Promise<QuickCommandStartScriptResponse>;
|
|
1667
|
+
/**
|
|
1668
|
+
* Get the status of a script execution step
|
|
1669
|
+
*/
|
|
1670
|
+
export declare function getScriptExecutionStatusV1QuickCommandsScriptExecutionsScriptExecutionIdGet({ scriptExecutionId }: {
|
|
1671
|
+
scriptExecutionId: string;
|
|
1672
|
+
}, opts?: Oazapfts.RequestOpts): Promise<QuickCommandScriptExecutionResponse>;
|
|
1514
1673
|
/**
|
|
1515
1674
|
* List Conversations
|
|
1516
1675
|
*/
|
|
1517
|
-
export declare function listConversationsV1ConversationsGet({ size, page, authorization, xAccountId, xMemberId }: {
|
|
1676
|
+
export declare function listConversationsV1ConversationsGet({ size, page, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1518
1677
|
size?: number;
|
|
1519
1678
|
page?: number;
|
|
1520
1679
|
authorization: string;
|
|
1521
1680
|
xAccountId?: string | null;
|
|
1522
1681
|
xMemberId?: string | null;
|
|
1682
|
+
xUsername?: string | null;
|
|
1523
1683
|
}, opts?: Oazapfts.RequestOpts): Promise<ConversationResponse[]>;
|
|
1524
1684
|
/**
|
|
1525
1685
|
* Conversation History
|
|
1526
1686
|
*/
|
|
1527
|
-
export declare function conversationHistoryV1ConversationsConversationIdGet({ conversationId, authorization, xAccountId, xMemberId }: {
|
|
1687
|
+
export declare function conversationHistoryV1ConversationsConversationIdGet({ conversationId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1528
1688
|
conversationId: string;
|
|
1529
1689
|
authorization: string;
|
|
1530
1690
|
xAccountId?: string | null;
|
|
1531
1691
|
xMemberId?: string | null;
|
|
1692
|
+
xUsername?: string | null;
|
|
1532
1693
|
}, opts?: Oazapfts.RequestOpts): Promise<ConversationResponse>;
|
|
1533
1694
|
/**
|
|
1534
1695
|
* Update Title
|
|
1535
1696
|
*/
|
|
1536
|
-
export declare function updateTitleV1ConversationsConversationIdPatch({ conversationId, authorization, xAccountId, xMemberId, conversationUpdateTitleRequest }: {
|
|
1697
|
+
export declare function updateTitleV1ConversationsConversationIdPatch({ conversationId, authorization, xAccountId, xMemberId, xUsername, conversationUpdateTitleRequest }: {
|
|
1537
1698
|
conversationId: string;
|
|
1538
1699
|
authorization: string;
|
|
1539
1700
|
xAccountId?: string | null;
|
|
1540
1701
|
xMemberId?: string | null;
|
|
1702
|
+
xUsername?: string | null;
|
|
1541
1703
|
conversationUpdateTitleRequest: ConversationUpdateTitleRequest;
|
|
1542
1704
|
}, opts?: Oazapfts.RequestOpts): Promise<ConversationResponse>;
|
|
1543
1705
|
/**
|
|
1544
1706
|
* Delete Conversation
|
|
1545
1707
|
*/
|
|
1546
|
-
export declare function deleteConversationV1ConversationsConversationIdDelete({ conversationId, authorization, xAccountId, xMemberId }: {
|
|
1708
|
+
export declare function deleteConversationV1ConversationsConversationIdDelete({ conversationId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1547
1709
|
conversationId: string;
|
|
1548
1710
|
authorization: string;
|
|
1549
1711
|
xAccountId?: string | null;
|
|
1550
1712
|
xMemberId?: string | null;
|
|
1713
|
+
xUsername?: string | null;
|
|
1551
1714
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
1552
1715
|
/**
|
|
1553
1716
|
* Download Conversation
|
|
1554
1717
|
*/
|
|
1555
|
-
export declare function downloadConversationV1ConversationsConversationIdDownloadGet({ conversationId, authorization, xAccountId, xMemberId }: {
|
|
1718
|
+
export declare function downloadConversationV1ConversationsConversationIdDownloadGet({ conversationId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1556
1719
|
conversationId: string;
|
|
1557
1720
|
authorization: string;
|
|
1558
1721
|
xAccountId?: string | null;
|
|
1559
1722
|
xMemberId?: string | null;
|
|
1723
|
+
xUsername?: string | null;
|
|
1560
1724
|
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1561
1725
|
/**
|
|
1562
1726
|
* Create Knowledge Source
|
|
@@ -1583,11 +1747,12 @@ export declare function uploadKnowledgeObjectsZipV1DefaultKnowledgeSourcesSlugOb
|
|
|
1583
1747
|
/**
|
|
1584
1748
|
* Find Knowledge Source Dependencies
|
|
1585
1749
|
*/
|
|
1586
|
-
export declare function findKnowledgeSourceDependenciesV1KnowledgeSourcesSlugDependenciesGet({ slug, authorization, xAccountId, xMemberId }: {
|
|
1750
|
+
export declare function findKnowledgeSourceDependenciesV1KnowledgeSourcesSlugDependenciesGet({ slug, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1587
1751
|
slug: string;
|
|
1588
1752
|
authorization: string;
|
|
1589
1753
|
xAccountId?: string | null;
|
|
1590
1754
|
xMemberId?: string | null;
|
|
1755
|
+
xUsername?: string | null;
|
|
1591
1756
|
}, opts?: Oazapfts.RequestOpts): Promise<KnowledgeSourceDependenciesResponse>;
|
|
1592
1757
|
/**
|
|
1593
1758
|
* Get Flags
|
|
@@ -1596,13 +1761,119 @@ export declare function getFlagsV1FlagsGet(opts?: Oazapfts.RequestOpts): Promise
|
|
|
1596
1761
|
/**
|
|
1597
1762
|
* Get Content Dependencies
|
|
1598
1763
|
*/
|
|
1599
|
-
export declare function getContentDependenciesV1ContentContentTypeContentIdDependenciesGet({ contentType, contentId, authorization, xAccountId, xMemberId }: {
|
|
1764
|
+
export declare function getContentDependenciesV1ContentContentTypeContentIdDependenciesGet({ contentType, contentId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1600
1765
|
contentType: ContentDependencyType;
|
|
1601
1766
|
contentId: string;
|
|
1602
1767
|
authorization: string;
|
|
1603
1768
|
xAccountId?: string | null;
|
|
1604
1769
|
xMemberId?: string | null;
|
|
1770
|
+
xUsername?: string | null;
|
|
1605
1771
|
}, opts?: Oazapfts.RequestOpts): Promise<DependencyResponse>;
|
|
1772
|
+
/**
|
|
1773
|
+
* Tokens Daily Usage
|
|
1774
|
+
*/
|
|
1775
|
+
export declare function tokensDailyUsageV1AnalyticsTokensDailyUsageGet({ month, year, accountSlug }: {
|
|
1776
|
+
month: number;
|
|
1777
|
+
year: number;
|
|
1778
|
+
accountSlug?: string;
|
|
1779
|
+
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1780
|
+
/**
|
|
1781
|
+
* Tokens By User
|
|
1782
|
+
*/
|
|
1783
|
+
export declare function tokensByUserV1AnalyticsTokensByUserGet({ month, year, page, pageSize }: {
|
|
1784
|
+
month: number;
|
|
1785
|
+
year: number;
|
|
1786
|
+
page?: number;
|
|
1787
|
+
pageSize?: number;
|
|
1788
|
+
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1789
|
+
/**
|
|
1790
|
+
* Get Reviews By Resource
|
|
1791
|
+
*/
|
|
1792
|
+
export declare function getReviewsByResourceV1ResourcesResourceTypeSlugResourceSlugReviewsGet({ resourceSlug, resourceTypeSlug, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1793
|
+
resourceSlug: string;
|
|
1794
|
+
resourceTypeSlug: string;
|
|
1795
|
+
size?: number | null;
|
|
1796
|
+
page?: number | null;
|
|
1797
|
+
sort?: string | null;
|
|
1798
|
+
direction?: SortDirection | null;
|
|
1799
|
+
search?: string | null;
|
|
1800
|
+
filterMode?: FilterMode | null;
|
|
1801
|
+
filterBy?: string | null;
|
|
1802
|
+
filterValue?: string | null;
|
|
1803
|
+
multiFilterMode?: string | null;
|
|
1804
|
+
filterIn?: string | null;
|
|
1805
|
+
authorization: string;
|
|
1806
|
+
xAccountId?: string | null;
|
|
1807
|
+
xMemberId?: string | null;
|
|
1808
|
+
xUsername?: string | null;
|
|
1809
|
+
}, opts?: Oazapfts.RequestOpts): Promise<ResourceReviewResponse>;
|
|
1810
|
+
/**
|
|
1811
|
+
* Create Resource Review
|
|
1812
|
+
*/
|
|
1813
|
+
export declare function createResourceReviewV1ResourcesResourceTypeSlugResourceSlugReviewsPost({ resourceSlug, resourceTypeSlug, authorization, xAccountId, xMemberId, xUsername, resourceReviewRequest }: {
|
|
1814
|
+
resourceSlug: string;
|
|
1815
|
+
resourceTypeSlug: string;
|
|
1816
|
+
authorization: string;
|
|
1817
|
+
xAccountId?: string | null;
|
|
1818
|
+
xMemberId?: string | null;
|
|
1819
|
+
xUsername?: string | null;
|
|
1820
|
+
resourceReviewRequest: ResourceReviewRequest;
|
|
1821
|
+
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1822
|
+
/**
|
|
1823
|
+
* Create Answer For Review
|
|
1824
|
+
*/
|
|
1825
|
+
export declare function createAnswerForReviewV1ResourcesResourceTypeSlugResourceSlugReviewsReviewIdAnswersPost({ reviewId, authorization, xAccountId, xMemberId, xUsername, reviewAnswer }: {
|
|
1826
|
+
reviewId: string;
|
|
1827
|
+
authorization: string;
|
|
1828
|
+
xAccountId?: string | null;
|
|
1829
|
+
xMemberId?: string | null;
|
|
1830
|
+
xUsername?: string | null;
|
|
1831
|
+
reviewAnswer: ReviewAnswer;
|
|
1832
|
+
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1833
|
+
/**
|
|
1834
|
+
* Update Resource Review
|
|
1835
|
+
*/
|
|
1836
|
+
export declare function updateResourceReviewV1ResourcesResourceTypeSlugResourceSlugReviewsReviewIdPatch({ reviewId, authorization, xAccountId, xMemberId, xUsername, resourceReviewRequest }: {
|
|
1837
|
+
reviewId: string;
|
|
1838
|
+
authorization: string;
|
|
1839
|
+
xAccountId?: string | null;
|
|
1840
|
+
xMemberId?: string | null;
|
|
1841
|
+
xUsername?: string | null;
|
|
1842
|
+
resourceReviewRequest: ResourceReviewRequest;
|
|
1843
|
+
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1844
|
+
/**
|
|
1845
|
+
* Delete Resource Review
|
|
1846
|
+
*/
|
|
1847
|
+
export declare function deleteResourceReviewV1ResourcesResourceTypeSlugResourceSlugReviewsReviewIdDelete({ reviewId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1848
|
+
reviewId: string;
|
|
1849
|
+
authorization: string;
|
|
1850
|
+
xAccountId?: string | null;
|
|
1851
|
+
xMemberId?: string | null;
|
|
1852
|
+
xUsername?: string | null;
|
|
1853
|
+
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1854
|
+
/**
|
|
1855
|
+
* Update Review Comment
|
|
1856
|
+
*/
|
|
1857
|
+
export declare function updateReviewCommentV1ResourcesResourceTypeSlugResourceSlugReviewsReviewIdAnswersAnswerIdPatch({ reviewId, answerId, authorization, xAccountId, xMemberId, xUsername, reviewAnswer }: {
|
|
1858
|
+
reviewId: string;
|
|
1859
|
+
answerId: string;
|
|
1860
|
+
authorization: string;
|
|
1861
|
+
xAccountId?: string | null;
|
|
1862
|
+
xMemberId?: string | null;
|
|
1863
|
+
xUsername?: string | null;
|
|
1864
|
+
reviewAnswer: ReviewAnswer;
|
|
1865
|
+
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1866
|
+
/**
|
|
1867
|
+
* Delete Review Comment
|
|
1868
|
+
*/
|
|
1869
|
+
export declare function deleteReviewCommentV1ResourcesResourceTypeSlugResourceSlugReviewsReviewIdAnswersAnswerIdDelete({ reviewId, answerId, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1870
|
+
reviewId: string;
|
|
1871
|
+
answerId: string;
|
|
1872
|
+
authorization: string;
|
|
1873
|
+
xAccountId?: string | null;
|
|
1874
|
+
xMemberId?: string | null;
|
|
1875
|
+
xUsername?: string | null;
|
|
1876
|
+
}, opts?: Oazapfts.RequestOpts): Promise<any>;
|
|
1606
1877
|
/**
|
|
1607
1878
|
* Dev Assistant V2
|
|
1608
1879
|
*/
|
|
@@ -1612,32 +1883,35 @@ export declare function devAssistantV2V2ChatPost({ accept }: {
|
|
|
1612
1883
|
/**
|
|
1613
1884
|
* Quick Commands Run V2
|
|
1614
1885
|
*/
|
|
1615
|
-
export declare function quickCommandsRunV2V2QuickCommandsSlugStepsStepSlugRunPost({ slug, stepSlug, authorization, xAccountId, xMemberId, quickCommandsExecutionRequest }: {
|
|
1886
|
+
export declare function quickCommandsRunV2V2QuickCommandsSlugStepsStepSlugRunPost({ slug, stepSlug, authorization, xAccountId, xMemberId, xUsername, quickCommandsExecutionRequest }: {
|
|
1616
1887
|
slug: string;
|
|
1617
1888
|
stepSlug: string;
|
|
1618
1889
|
authorization: string;
|
|
1619
1890
|
xAccountId?: string | null;
|
|
1620
1891
|
xMemberId?: string | null;
|
|
1892
|
+
xUsername?: string | null;
|
|
1621
1893
|
quickCommandsExecutionRequest: QuickCommandsExecutionRequest;
|
|
1622
1894
|
}, opts?: Oazapfts.RequestOpts): Promise<string | QuickCommandPromptResponse2>;
|
|
1623
1895
|
/**
|
|
1624
1896
|
* List All
|
|
1625
1897
|
*/
|
|
1626
|
-
export declare function listAllV2QuickCommandsAllGet({ visibility, order, types, authorization, xAccountId, xMemberId }: {
|
|
1898
|
+
export declare function listAllV2QuickCommandsAllGet({ visibility, order, types, authorization, xAccountId, xMemberId, xUsername }: {
|
|
1627
1899
|
visibility?: VisibilityLevelEnum | null;
|
|
1628
1900
|
order?: OrderEnum;
|
|
1629
1901
|
types?: QuickCommandTypeRequest[] | null;
|
|
1630
1902
|
authorization: string;
|
|
1631
1903
|
xAccountId?: string | null;
|
|
1632
1904
|
xMemberId?: string | null;
|
|
1905
|
+
xUsername?: string | null;
|
|
1633
1906
|
}, opts?: Oazapfts.RequestOpts): Promise<QuickCommandListResponse[]>;
|
|
1634
1907
|
/**
|
|
1635
1908
|
* Dev Assistant V3
|
|
1636
1909
|
*/
|
|
1637
|
-
export declare function devAssistantV3V3ChatPost({ authorization, xAccountId, xMemberId, chatRequest }: {
|
|
1910
|
+
export declare function devAssistantV3V3ChatPost({ authorization, xAccountId, xMemberId, xUsername, chatRequest }: {
|
|
1638
1911
|
authorization: string;
|
|
1639
1912
|
xAccountId?: string | null;
|
|
1640
1913
|
xMemberId?: string | null;
|
|
1914
|
+
xUsername?: string | null;
|
|
1641
1915
|
chatRequest: ChatRequest;
|
|
1642
1916
|
}, opts?: Oazapfts.RequestOpts): Promise<string | ChatResponse3>;
|
|
1643
1917
|
//# sourceMappingURL=ai.d.ts.map
|