@stack-spot/portal-network 0.80.0 → 0.81.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/CHANGELOG.md +14 -0
- package/dist/api/content.d.ts +186 -150
- package/dist/api/content.d.ts.map +1 -1
- package/dist/api/content.js +65 -25
- package/dist/api/content.js.map +1 -1
- package/dist/api/workspace-ai.d.ts +1 -1
- package/dist/api/workspace-ai.d.ts.map +1 -1
- package/dist/client/ai.d.ts +5 -0
- package/dist/client/ai.d.ts.map +1 -1
- package/dist/client/ai.js +7 -1
- package/dist/client/ai.js.map +1 -1
- package/dist/client/content.d.ts +29 -1
- package/dist/client/content.d.ts.map +1 -1
- package/dist/client/content.js +20 -2
- package/dist/client/content.js.map +1 -1
- package/dist/client/types.d.ts +9 -2
- package/dist/client/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api/content.ts +308 -202
- package/src/api/workspace-ai.ts +1 -1
- package/src/client/ai.ts +2 -0
- package/src/client/content.ts +13 -1
- package/src/client/types.ts +11 -2
package/dist/api/content.d.ts
CHANGED
|
@@ -131,9 +131,12 @@ export type ListWorkflowsByVersionIdsResponse = {
|
|
|
131
131
|
studio: ListWorkflowsByVersionIdsStudioResponse;
|
|
132
132
|
versionInfo?: ListWorkflowsByVersionIdsLatestVersionResponse;
|
|
133
133
|
};
|
|
134
|
+
export type DeprecateContentRequest = {
|
|
135
|
+
reason: string;
|
|
136
|
+
};
|
|
134
137
|
export type YamlValidationError = {
|
|
135
138
|
details: string;
|
|
136
|
-
"type": "STK_VAL_0000_YAML_BASE_ERROR" | "STK_VAL_5010_YAML_FIELDS_ERROR" | "STK_VAL_5011_YAML_REQUIRED_FIELD" | "STK_VAL_5012_YAML_INVALID_FIELD_FORMAT" | "STK_VAL_5013_YAML_INVALID_VALUE_BY_ENUM" | "STK_VAL_5015_YAML_ADDITIONAL_FIELD" | "STK_VAL_5016_YAML_FIELD_INVALID_TYPE" | "STK_VAL_5018_INVALID_TECHNOLOGIES" | "STK_VAL_5021_MARKDOWN_LINK_NOT_FOUND" | "STK_VAL_5022_INVALID_INPUT_DEFAULT" | "STK_VAL_5024_PLUGIN_VERSION_NOT_FOUND" | "STK_VAL_5026_FILE_NOT_FOUND" | "STK_VAL_5027_FILE_EMPTY" | "STK_VAL_5030_FUNCTION_RUN_IS_REQUIRED" | "STK_VAL_5031_INVALID_INPUT_CONDITION_OPERATOR" | "STK_VAL_5032_INVALID_INPUT_CONDITION_VALUE" | "STK_VAL_5034_INVALID_INPUT_CONDITION_VARIABLE_DOES_NOT_EXIST" | "STK_VAL_5035_INVALID_CONNECTION_TYPE" | "STK_VAL_5036_INVALID_CONNECTION_TYPE_OUTPUT" | "STK_VAL_5037_DUPLICATED_CONNECTION_ALIAS" | "STK_VAL_5039_INVALID_LINK_URL_TYPE" | "STK_VAL_5040_INVALID_CONNECTION_LINK_VARIABLE" | "STK_VAL_5041_INVALID_CONNECTION_ALIAS_LINK_VARIABLE" | "STK_VAL_5042_INVALID_CONNECTION_OUTPUT_LINK_VARIABLE" | "STK_VAL_5043_DUPLICATED_LINK_NAME" | "STK_VAL_5044_INPUT_NAME_AS_RESERVED_WORD" | "STK_VAL_5045_DYNAMIC_LINK_VARIABLE_NOT_FOUND" | "STK_VAL_5046_LINK_WITH_COMPLEX_JINJA_EXPRESSION" | "STK_VAL_5047_INVALID_DYNAMIC_LINK_URL" | "STK_VAL_5048_DUPLICATED_INPUT_NAMES" | "STK_VAL_5049_INVALID_INPUT_DEFAULT_NOT_IN_ITEMS" | "STK_VAL_5053_MISSING_ACTION_IN_REQUIRES" | "STK_VAL_5054_DUPLICATED_NAME" | "STK_VAL_5055_DUPLICATED_VALUE" | "STK_VAL_5057_ACTION_NOT_DECLARED" | "STK_VAL_5058_OLD_DOCS_DECLARED" | "STK_VAL_5059_OLD_DOCS_WILL_BE_IGNORED" | "STK_VAL_5061_ACTION_VERSION_NOT_FOUND" | "STK_VAL_5062_PLUGIN_OF_STARTER_IS_NOT_DECLARED" | "STK_VAL_5063_STARTER_MUST_CONTAIN_PLUGIN" | "STK_VAL_5064_REQUIRED_PLUGIN_NOT_PUBLISHED" | "STK_VAL_5065_REQUIRED_ACTION_NOT_PUBLISHED" | "STK_VAL_5066_MISSING_PLUGIN_REQUIRED_IN_STACK" | "STK_VAL_5067_MISSING_ACTION_REQUIRED_IN_STACK" | "STK_VAL_5068_INFRA_PLUGIN_APP_ALLOWED_FALSE" | "STK_VAL_5073_SOURCE_AND_ITEMS_BEING_USED" | "STK_VAL_5076_MISSING_OUTPUT_FROM_GENERATES" | "STK_VAL_5077_MISSING_PLUGIN_REQUIRED_IN_STARTER" | "STK_VAL_5078_WRONG_PLUGIN_TYPE_IN_STACK" | "STK_VAL_5079_DUPLICATED_SLUG" | "STK_VAL_5080_INVALID_VARIABLE" | "STK_VAL_5081_INVALID_VARIABLE_REFERENCE" | "STK_VAL_5082_DUPLICATED_JOB" | "STK_VAL_5083_DUPLICATED_STEP" | "STK_VAL_5084_WORKFLOW_VERSION_NOT_FOUND" | "STK_VAL_5085_MISSING_INPUT_REQUIRED_IN_STEP_JOB" | "STK_VAL_5086_CYCLIC_DEPENDENCY_JOB" | "STK_VAL_5087_CYCLIC_DEPENDENCY_WORKFLOW" | "STK_VAL_5088_WORKFLOW_CREATE_DEPENDENCY" | "STK_VAL_5089_INVALID_DEPENDS_ON_JOBS" | "STK_VAL_5090_INVALID_JOB_STEP_WORKFLOW_TYPE" | "STK_VAL_5091_MULTIPLE_GENERATED_CONNECTION_DEFINITION" | "STK_VAL_SUBINPUT_CONNECTION_WITH_INVALID_SCOPE" | "STK_VAL_VERSION_BREAK_CHANGE_SCHEMA_VERSION_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_APP_ALLOWED_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_INPUT_TYPE_CHANGE_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_INPUTS_CHANGE_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_INPUT_CONDITION_CHANGE_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_INPUT_CONNECTION_INTERFACE_TYPE_CHANGE_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_GENERATES_CONNECTION_INTERFACE_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_REQUIRES_CONNECTION_INTERFACE_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_REQUIRES_PLUGIN_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_REQUIRES_ACTION_ERROR" | "STK_VAL_PLUGIN_VERSION_ALREADY_EXISTS_IN_STUDIO" | "STK_VAL_ACTION_VERSION_ALREADY_EXISTS_IN_STUDIO" | "STK_VAL_STACK_VERSION_ALREADY_EXISTS_IN_STUDIO" | "STK_VAL_STACK_PUBLISH_REQUIRED_CONTENT_ERROR" | "STK_VAL_WORKFLOW_SPECIFICATION_MULTIPLE_TARGETS_NOT_ALLOWED" | "STK_VAL_WORKFLOW_ITSELF_DEPENDENCY" | "STK_VAL_VERSION_BREAK_CHANGE_WORKFLOW_TARGETS_MODIFIED_ERROR" | "STK_VAL_INVALID_PLUGIN_ON_STEP_BY_WORKFLOW_APP_TARGET" | "STK_VAL_INVALID_PLUGIN_ON_STEP_BY_WORKFLOW_INFRA_TARGET" | "STK_VAL_WORKFLOW_VERSION_ALREADY_EXISTS_IN_STUDIO" | "STK_VAL_WORKFLOW_TYPE_CHANGE_ERROR" | "STK_VAL_PLUGIN_TYPE_CHANGE_ERROR" | "STK_VAL_WORKFLOW_REUSABLE_DEPENDENCY_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_WORKFLOW_STEP_PLUGINS_INFRA_MODIFIED_ERROR";
|
|
139
|
+
"type": "STK_VAL_0000_YAML_BASE_ERROR" | "STK_VAL_5010_YAML_FIELDS_ERROR" | "STK_VAL_5011_YAML_REQUIRED_FIELD" | "STK_VAL_5012_YAML_INVALID_FIELD_FORMAT" | "STK_VAL_5013_YAML_INVALID_VALUE_BY_ENUM" | "STK_VAL_5015_YAML_ADDITIONAL_FIELD" | "STK_VAL_5016_YAML_FIELD_INVALID_TYPE" | "STK_VAL_5018_INVALID_TECHNOLOGIES" | "STK_VAL_5021_MARKDOWN_LINK_NOT_FOUND" | "STK_VAL_5022_INVALID_INPUT_DEFAULT" | "STK_VAL_5024_PLUGIN_VERSION_NOT_FOUND" | "STK_VAL_5026_FILE_NOT_FOUND" | "STK_VAL_5027_FILE_EMPTY" | "STK_VAL_5030_FUNCTION_RUN_IS_REQUIRED" | "STK_VAL_5031_INVALID_INPUT_CONDITION_OPERATOR" | "STK_VAL_5032_INVALID_INPUT_CONDITION_VALUE" | "STK_VAL_5034_INVALID_INPUT_CONDITION_VARIABLE_DOES_NOT_EXIST" | "STK_VAL_5035_INVALID_CONNECTION_TYPE" | "STK_VAL_5036_INVALID_CONNECTION_TYPE_OUTPUT" | "STK_VAL_5037_DUPLICATED_CONNECTION_ALIAS" | "STK_VAL_5039_INVALID_LINK_URL_TYPE" | "STK_VAL_5040_INVALID_CONNECTION_LINK_VARIABLE" | "STK_VAL_5041_INVALID_CONNECTION_ALIAS_LINK_VARIABLE" | "STK_VAL_5042_INVALID_CONNECTION_OUTPUT_LINK_VARIABLE" | "STK_VAL_5043_DUPLICATED_LINK_NAME" | "STK_VAL_5044_INPUT_NAME_AS_RESERVED_WORD" | "STK_VAL_5045_DYNAMIC_LINK_VARIABLE_NOT_FOUND" | "STK_VAL_5046_LINK_WITH_COMPLEX_JINJA_EXPRESSION" | "STK_VAL_5047_INVALID_DYNAMIC_LINK_URL" | "STK_VAL_5048_DUPLICATED_INPUT_NAMES" | "STK_VAL_5049_INVALID_INPUT_DEFAULT_NOT_IN_ITEMS" | "STK_VAL_5053_MISSING_ACTION_IN_REQUIRES" | "STK_VAL_5054_DUPLICATED_NAME" | "STK_VAL_5055_DUPLICATED_VALUE" | "STK_VAL_5057_ACTION_NOT_DECLARED" | "STK_VAL_5058_OLD_DOCS_DECLARED" | "STK_VAL_5059_OLD_DOCS_WILL_BE_IGNORED" | "STK_VAL_5061_ACTION_VERSION_NOT_FOUND" | "STK_VAL_5062_PLUGIN_OF_STARTER_IS_NOT_DECLARED" | "STK_VAL_5063_STARTER_MUST_CONTAIN_PLUGIN" | "STK_VAL_5064_REQUIRED_PLUGIN_NOT_PUBLISHED" | "STK_VAL_5065_REQUIRED_ACTION_NOT_PUBLISHED" | "STK_VAL_5066_MISSING_PLUGIN_REQUIRED_IN_STACK" | "STK_VAL_5067_MISSING_ACTION_REQUIRED_IN_STACK" | "STK_VAL_5068_INFRA_PLUGIN_APP_ALLOWED_FALSE" | "STK_VAL_5073_SOURCE_AND_ITEMS_BEING_USED" | "STK_VAL_5076_MISSING_OUTPUT_FROM_GENERATES" | "STK_VAL_5077_MISSING_PLUGIN_REQUIRED_IN_STARTER" | "STK_VAL_5078_WRONG_PLUGIN_TYPE_IN_STACK" | "STK_VAL_5079_DUPLICATED_SLUG" | "STK_VAL_5080_INVALID_VARIABLE" | "STK_VAL_5081_INVALID_VARIABLE_REFERENCE" | "STK_VAL_5082_DUPLICATED_JOB" | "STK_VAL_5083_DUPLICATED_STEP" | "STK_VAL_5084_WORKFLOW_VERSION_NOT_FOUND" | "STK_VAL_5085_MISSING_INPUT_REQUIRED_IN_STEP_JOB" | "STK_VAL_5086_CYCLIC_DEPENDENCY_JOB" | "STK_VAL_5087_CYCLIC_DEPENDENCY_WORKFLOW" | "STK_VAL_5088_WORKFLOW_CREATE_DEPENDENCY" | "STK_VAL_5089_INVALID_DEPENDS_ON_JOBS" | "STK_VAL_5090_INVALID_JOB_STEP_WORKFLOW_TYPE" | "STK_VAL_5091_MULTIPLE_GENERATED_CONNECTION_DEFINITION" | "STK_VAL_SUBINPUT_CONNECTION_WITH_INVALID_SCOPE" | "STK_VAL_VERSION_BREAK_CHANGE_SCHEMA_VERSION_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_APP_ALLOWED_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_INPUT_TYPE_CHANGE_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_INPUTS_CHANGE_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_INPUT_CONDITION_CHANGE_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_INPUT_CONNECTION_INTERFACE_TYPE_CHANGE_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_GENERATES_CONNECTION_INTERFACE_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_REQUIRES_CONNECTION_INTERFACE_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_REQUIRES_PLUGIN_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_REQUIRES_ACTION_ERROR" | "STK_VAL_PLUGIN_VERSION_ALREADY_EXISTS_IN_STUDIO" | "STK_VAL_ACTION_VERSION_ALREADY_EXISTS_IN_STUDIO" | "STK_VAL_STACK_VERSION_ALREADY_EXISTS_IN_STUDIO" | "STK_VAL_STACK_PUBLISH_REQUIRED_CONTENT_ERROR" | "STK_VAL_WORKFLOW_SPECIFICATION_MULTIPLE_TARGETS_NOT_ALLOWED" | "STK_VAL_WORKFLOW_ITSELF_DEPENDENCY" | "STK_VAL_VERSION_BREAK_CHANGE_WORKFLOW_TARGETS_MODIFIED_ERROR" | "STK_VAL_INVALID_PLUGIN_ON_STEP_BY_WORKFLOW_APP_TARGET" | "STK_VAL_INVALID_PLUGIN_ON_STEP_BY_WORKFLOW_INFRA_TARGET" | "STK_VAL_WORKFLOW_VERSION_ALREADY_EXISTS_IN_STUDIO" | "STK_VAL_WORKFLOW_TYPE_CHANGE_ERROR" | "STK_VAL_PLUGIN_TYPE_CHANGE_ERROR" | "STK_VAL_WORKFLOW_REUSABLE_DEPENDENCY_ERROR" | "STK_VAL_VERSION_BREAK_CHANGE_WORKFLOW_STEP_PLUGINS_INFRA_MODIFIED_ERROR" | "STK_VAL_INPUT_REQUIRED_WITH_CONDITION_IN_STEP_JOB";
|
|
137
140
|
field?: string;
|
|
138
141
|
value?: object;
|
|
139
142
|
examples: string[];
|
|
@@ -304,6 +307,7 @@ export type StackPluginResponse = {
|
|
|
304
307
|
appAllowed: boolean;
|
|
305
308
|
singleUse: boolean;
|
|
306
309
|
stkProjectsOnly: boolean;
|
|
310
|
+
allowedResourceFork?: string[];
|
|
307
311
|
actions?: StackPluginActionsResponse[];
|
|
308
312
|
};
|
|
309
313
|
export type GetStackPluginsResponse = {
|
|
@@ -412,12 +416,12 @@ export type PageableObject = {
|
|
|
412
416
|
export type PageGetStackStudioResponse = {
|
|
413
417
|
totalElements?: number;
|
|
414
418
|
totalPages?: number;
|
|
415
|
-
first?: boolean;
|
|
416
|
-
last?: boolean;
|
|
417
419
|
size?: number;
|
|
418
420
|
content?: GetStackStudioResponse[];
|
|
419
421
|
"number"?: number;
|
|
420
422
|
sort?: SortObject[];
|
|
423
|
+
first?: boolean;
|
|
424
|
+
last?: boolean;
|
|
421
425
|
numberOfElements?: number;
|
|
422
426
|
pageable?: PageableObject;
|
|
423
427
|
empty?: boolean;
|
|
@@ -546,16 +550,17 @@ export type PluginVersionResponse = {
|
|
|
546
550
|
governance?: PluginGovernanceResponse;
|
|
547
551
|
singleUse: boolean;
|
|
548
552
|
stkProjectsOnly: boolean;
|
|
553
|
+
allowedResourceFork?: string[];
|
|
549
554
|
};
|
|
550
555
|
export type PagePluginVersionResponse = {
|
|
551
556
|
totalElements?: number;
|
|
552
557
|
totalPages?: number;
|
|
553
|
-
first?: boolean;
|
|
554
|
-
last?: boolean;
|
|
555
558
|
size?: number;
|
|
556
559
|
content?: PluginVersionResponse[];
|
|
557
560
|
"number"?: number;
|
|
558
561
|
sort?: SortObject[];
|
|
562
|
+
first?: boolean;
|
|
563
|
+
last?: boolean;
|
|
559
564
|
numberOfElements?: number;
|
|
560
565
|
pageable?: PageableObject;
|
|
561
566
|
empty?: boolean;
|
|
@@ -691,12 +696,12 @@ export type ActionResponse = {
|
|
|
691
696
|
export type PageActionResponse = {
|
|
692
697
|
totalElements?: number;
|
|
693
698
|
totalPages?: number;
|
|
694
|
-
first?: boolean;
|
|
695
|
-
last?: boolean;
|
|
696
699
|
size?: number;
|
|
697
700
|
content?: ActionResponse[];
|
|
698
701
|
"number"?: number;
|
|
699
702
|
sort?: SortObject[];
|
|
703
|
+
first?: boolean;
|
|
704
|
+
last?: boolean;
|
|
700
705
|
numberOfElements?: number;
|
|
701
706
|
pageable?: PageableObject;
|
|
702
707
|
empty?: boolean;
|
|
@@ -754,12 +759,12 @@ export type ListStackWorkflowResponse = {
|
|
|
754
759
|
export type PageListStackWorkflowResponse = {
|
|
755
760
|
totalElements?: number;
|
|
756
761
|
totalPages?: number;
|
|
757
|
-
first?: boolean;
|
|
758
|
-
last?: boolean;
|
|
759
762
|
size?: number;
|
|
760
763
|
content?: ListStackWorkflowResponse[];
|
|
761
764
|
"number"?: number;
|
|
762
765
|
sort?: SortObject[];
|
|
766
|
+
first?: boolean;
|
|
767
|
+
last?: boolean;
|
|
763
768
|
numberOfElements?: number;
|
|
764
769
|
pageable?: PageableObject;
|
|
765
770
|
empty?: boolean;
|
|
@@ -769,9 +774,6 @@ export type AddWorkflowRequest = {
|
|
|
769
774
|
"type": "VERSION" | "RANGE";
|
|
770
775
|
value: string;
|
|
771
776
|
};
|
|
772
|
-
export type DeprecateContentRequest = {
|
|
773
|
-
reason: string;
|
|
774
|
-
};
|
|
775
777
|
export type FilterStarterRequest = {
|
|
776
778
|
filter?: string;
|
|
777
779
|
"type"?: "INFRA" | "APP";
|
|
@@ -779,12 +781,12 @@ export type FilterStarterRequest = {
|
|
|
779
781
|
export type PageStarterResponseWithRange = {
|
|
780
782
|
totalElements?: number;
|
|
781
783
|
totalPages?: number;
|
|
782
|
-
first?: boolean;
|
|
783
|
-
last?: boolean;
|
|
784
784
|
size?: number;
|
|
785
785
|
content?: StarterResponseWithRange[];
|
|
786
786
|
"number"?: number;
|
|
787
787
|
sort?: SortObject[];
|
|
788
|
+
first?: boolean;
|
|
789
|
+
last?: boolean;
|
|
788
790
|
numberOfElements?: number;
|
|
789
791
|
pageable?: PageableObject;
|
|
790
792
|
empty?: boolean;
|
|
@@ -797,12 +799,12 @@ export type FilterStackVersionPluginRequest = {
|
|
|
797
799
|
export type PageStackPluginResponse = {
|
|
798
800
|
totalElements?: number;
|
|
799
801
|
totalPages?: number;
|
|
800
|
-
first?: boolean;
|
|
801
|
-
last?: boolean;
|
|
802
802
|
size?: number;
|
|
803
803
|
content?: StackPluginResponse[];
|
|
804
804
|
"number"?: number;
|
|
805
805
|
sort?: SortObject[];
|
|
806
|
+
first?: boolean;
|
|
807
|
+
last?: boolean;
|
|
806
808
|
numberOfElements?: number;
|
|
807
809
|
pageable?: PageableObject;
|
|
808
810
|
empty?: boolean;
|
|
@@ -861,47 +863,18 @@ export type LinkResponse = {
|
|
|
861
863
|
source: "PLUGIN" | "STACK";
|
|
862
864
|
imageUrl?: string;
|
|
863
865
|
};
|
|
864
|
-
export type GetConnectionInterfaceSuggestionResponse = {
|
|
865
|
-
id: string;
|
|
866
|
-
parentId?: string;
|
|
867
|
-
stackVersionId: string;
|
|
868
|
-
connectionType: string;
|
|
869
|
-
connectionTypeAlias?: string;
|
|
870
|
-
referencedByPluginId?: string;
|
|
871
|
-
referencedByPluginVersionId?: string;
|
|
872
|
-
suggestionPluginId?: string;
|
|
873
|
-
suggestionPluginVersionId?: string;
|
|
874
|
-
stackAllowedAppValue?: boolean;
|
|
875
|
-
pluginAllowedAppValue?: boolean;
|
|
876
|
-
subConnectionTypes: GetConnectionInterfaceSuggestionResponse[];
|
|
877
|
-
};
|
|
878
|
-
export type CreateSubConnectionInterfaceTypesRequest = {
|
|
879
|
-
connectionType: string;
|
|
880
|
-
connectionTypeAlias: string;
|
|
881
|
-
suggestionPluginVersionId?: string;
|
|
882
|
-
stackAllowedAppValue?: boolean;
|
|
883
|
-
subConnectionTypes: CreateSubConnectionInterfaceTypesRequest[];
|
|
884
|
-
};
|
|
885
|
-
export type CreateConnectionInterfaceSuggestionRequest = {
|
|
886
|
-
connectionType: string;
|
|
887
|
-
connectionTypeAlias: string;
|
|
888
|
-
referencedByPluginVersionId: string;
|
|
889
|
-
suggestionPluginVersionId?: string;
|
|
890
|
-
stackAllowedAppValue?: boolean;
|
|
891
|
-
subConnectionTypes: CreateSubConnectionInterfaceTypesRequest[];
|
|
892
|
-
};
|
|
893
866
|
export type FilterStackActionRequest = {
|
|
894
867
|
filter?: string;
|
|
895
868
|
};
|
|
896
869
|
export type PageGetStackActionResponse = {
|
|
897
870
|
totalElements?: number;
|
|
898
871
|
totalPages?: number;
|
|
899
|
-
first?: boolean;
|
|
900
|
-
last?: boolean;
|
|
901
872
|
size?: number;
|
|
902
873
|
content?: GetStackActionResponse[];
|
|
903
874
|
"number"?: number;
|
|
904
875
|
sort?: SortObject[];
|
|
876
|
+
first?: boolean;
|
|
877
|
+
last?: boolean;
|
|
905
878
|
numberOfElements?: number;
|
|
906
879
|
pageable?: PageableObject;
|
|
907
880
|
empty?: boolean;
|
|
@@ -909,6 +882,7 @@ export type PageGetStackActionResponse = {
|
|
|
909
882
|
export type FilterStackVersionRequest = {
|
|
910
883
|
ids: string[];
|
|
911
884
|
withPlugins?: boolean;
|
|
885
|
+
pluginSlugs?: string[];
|
|
912
886
|
withActions?: boolean;
|
|
913
887
|
withWorkflows?: boolean;
|
|
914
888
|
};
|
|
@@ -935,6 +909,77 @@ export type StackSummaryResponse = {
|
|
|
935
909
|
export type FilterPluginVersionByIdsRequest = {
|
|
936
910
|
ids: string[];
|
|
937
911
|
};
|
|
912
|
+
export type FilterPluginVersionWithStacksByIdsRequest = {
|
|
913
|
+
pluginVersionId: string;
|
|
914
|
+
stackVersionId: string;
|
|
915
|
+
};
|
|
916
|
+
export type StackWithIdAndDisplayNameResponse = {
|
|
917
|
+
id: string;
|
|
918
|
+
slug: string;
|
|
919
|
+
displayName: string;
|
|
920
|
+
};
|
|
921
|
+
export type PluginVersionWithSemanticVersionResponse = {
|
|
922
|
+
pluginVersionId: string;
|
|
923
|
+
isDeprecated: boolean;
|
|
924
|
+
semanticVersion: string;
|
|
925
|
+
};
|
|
926
|
+
export type StackVersionWithPluginsVersionsResponse = {
|
|
927
|
+
stackVersionId: string;
|
|
928
|
+
hasDeprecatedContent: boolean;
|
|
929
|
+
semanticVersion: string;
|
|
930
|
+
stack: StackWithIdAndDisplayNameResponse;
|
|
931
|
+
pluginVersions?: PluginVersionWithSemanticVersionResponse[];
|
|
932
|
+
};
|
|
933
|
+
export type PluginVersionWithStacksResponse = {
|
|
934
|
+
pluginVersionId: string;
|
|
935
|
+
isDeprecated: boolean;
|
|
936
|
+
stackVersions?: StackVersionWithPluginsVersionsResponse[];
|
|
937
|
+
};
|
|
938
|
+
export type GetInputsByPluginVersionsIdsRequest = {
|
|
939
|
+
ids: string[];
|
|
940
|
+
};
|
|
941
|
+
export type PluginInputExternalItemsResponse = {
|
|
942
|
+
source: string;
|
|
943
|
+
value: string;
|
|
944
|
+
label?: string;
|
|
945
|
+
};
|
|
946
|
+
export type PluginInputConditionResponse = {
|
|
947
|
+
variable?: string;
|
|
948
|
+
operator?: string;
|
|
949
|
+
value?: JsonNode;
|
|
950
|
+
};
|
|
951
|
+
export type PluginOutputResponse = {
|
|
952
|
+
"from": string;
|
|
953
|
+
to: string;
|
|
954
|
+
};
|
|
955
|
+
export type PluginInputResponse = {
|
|
956
|
+
label?: string;
|
|
957
|
+
name?: string;
|
|
958
|
+
"type"?: string;
|
|
959
|
+
required: boolean;
|
|
960
|
+
pattern?: string;
|
|
961
|
+
help?: string;
|
|
962
|
+
"default"?: JsonNode;
|
|
963
|
+
items?: string;
|
|
964
|
+
externalItems?: PluginInputExternalItemsResponse;
|
|
965
|
+
itemsValues?: string[];
|
|
966
|
+
condition?: PluginInputConditionResponse;
|
|
967
|
+
isGlobal?: boolean;
|
|
968
|
+
inputEnv?: boolean;
|
|
969
|
+
connectionInterfaceType?: string;
|
|
970
|
+
outputs?: PluginOutputResponse[];
|
|
971
|
+
input?: PluginInputResponse;
|
|
972
|
+
};
|
|
973
|
+
export type PluginComputedInputResponse = {
|
|
974
|
+
name: string;
|
|
975
|
+
expression: string;
|
|
976
|
+
};
|
|
977
|
+
export type GetInputsByPluginVersionsIdsResponse = {
|
|
978
|
+
pluginVersionId: string;
|
|
979
|
+
inputs: PluginInputResponse[];
|
|
980
|
+
computedInputs: PluginComputedInputResponse[];
|
|
981
|
+
globalComputedInputs: PluginComputedInputResponse[];
|
|
982
|
+
};
|
|
938
983
|
export type CreateDocRequest = {
|
|
939
984
|
contentId: string;
|
|
940
985
|
documentationType: string;
|
|
@@ -1095,12 +1140,12 @@ export type GetStackV3Response = {
|
|
|
1095
1140
|
export type PageGetStackV3Response = {
|
|
1096
1141
|
totalElements?: number;
|
|
1097
1142
|
totalPages?: number;
|
|
1098
|
-
first?: boolean;
|
|
1099
|
-
last?: boolean;
|
|
1100
1143
|
size?: number;
|
|
1101
1144
|
content?: GetStackV3Response[];
|
|
1102
1145
|
"number"?: number;
|
|
1103
1146
|
sort?: SortObject[];
|
|
1147
|
+
first?: boolean;
|
|
1148
|
+
last?: boolean;
|
|
1104
1149
|
numberOfElements?: number;
|
|
1105
1150
|
pageable?: PageableObject;
|
|
1106
1151
|
empty?: boolean;
|
|
@@ -1108,12 +1153,12 @@ export type PageGetStackV3Response = {
|
|
|
1108
1153
|
export type PageStudioResponse = {
|
|
1109
1154
|
totalElements?: number;
|
|
1110
1155
|
totalPages?: number;
|
|
1111
|
-
first?: boolean;
|
|
1112
|
-
last?: boolean;
|
|
1113
1156
|
size?: number;
|
|
1114
1157
|
content?: StudioResponse[];
|
|
1115
1158
|
"number"?: number;
|
|
1116
1159
|
sort?: SortObject[];
|
|
1160
|
+
first?: boolean;
|
|
1161
|
+
last?: boolean;
|
|
1117
1162
|
numberOfElements?: number;
|
|
1118
1163
|
pageable?: PageableObject;
|
|
1119
1164
|
empty?: boolean;
|
|
@@ -1135,12 +1180,12 @@ export type PluginVersionDto = {
|
|
|
1135
1180
|
export type PagePluginVersionDto = {
|
|
1136
1181
|
totalElements?: number;
|
|
1137
1182
|
totalPages?: number;
|
|
1138
|
-
first?: boolean;
|
|
1139
|
-
last?: boolean;
|
|
1140
1183
|
size?: number;
|
|
1141
1184
|
content?: PluginVersionDto[];
|
|
1142
1185
|
"number"?: number;
|
|
1143
1186
|
sort?: SortObject[];
|
|
1187
|
+
first?: boolean;
|
|
1188
|
+
last?: boolean;
|
|
1144
1189
|
numberOfElements?: number;
|
|
1145
1190
|
pageable?: PageableObject;
|
|
1146
1191
|
empty?: boolean;
|
|
@@ -1162,12 +1207,12 @@ export type ActionVersionDto = {
|
|
|
1162
1207
|
export type PageActionVersionDto = {
|
|
1163
1208
|
totalElements?: number;
|
|
1164
1209
|
totalPages?: number;
|
|
1165
|
-
first?: boolean;
|
|
1166
|
-
last?: boolean;
|
|
1167
1210
|
size?: number;
|
|
1168
1211
|
content?: ActionVersionDto[];
|
|
1169
1212
|
"number"?: number;
|
|
1170
1213
|
sort?: SortObject[];
|
|
1214
|
+
first?: boolean;
|
|
1215
|
+
last?: boolean;
|
|
1171
1216
|
numberOfElements?: number;
|
|
1172
1217
|
pageable?: PageableObject;
|
|
1173
1218
|
empty?: boolean;
|
|
@@ -1217,42 +1262,6 @@ export type GetStackV2Response = {
|
|
|
1217
1262
|
latestVersion: StackVersionV2Response;
|
|
1218
1263
|
versions: StackVersionShortV2Response[];
|
|
1219
1264
|
};
|
|
1220
|
-
export type PluginInputExternalItemsResponse = {
|
|
1221
|
-
source: string;
|
|
1222
|
-
value: string;
|
|
1223
|
-
label?: string;
|
|
1224
|
-
};
|
|
1225
|
-
export type PluginInputConditionResponse = {
|
|
1226
|
-
variable?: string;
|
|
1227
|
-
operator?: string;
|
|
1228
|
-
value?: JsonNode;
|
|
1229
|
-
};
|
|
1230
|
-
export type PluginOutputResponse = {
|
|
1231
|
-
"from": string;
|
|
1232
|
-
to: string;
|
|
1233
|
-
};
|
|
1234
|
-
export type PluginInputResponse = {
|
|
1235
|
-
label?: string;
|
|
1236
|
-
name?: string;
|
|
1237
|
-
"type"?: string;
|
|
1238
|
-
required: boolean;
|
|
1239
|
-
pattern?: string;
|
|
1240
|
-
help?: string;
|
|
1241
|
-
"default"?: JsonNode;
|
|
1242
|
-
items?: string;
|
|
1243
|
-
externalItems?: PluginInputExternalItemsResponse;
|
|
1244
|
-
itemsValues?: string[];
|
|
1245
|
-
condition?: PluginInputConditionResponse;
|
|
1246
|
-
isGlobal?: boolean;
|
|
1247
|
-
inputEnv?: boolean;
|
|
1248
|
-
connectionInterfaceType?: string;
|
|
1249
|
-
outputs?: PluginOutputResponse[];
|
|
1250
|
-
input?: PluginInputResponse;
|
|
1251
|
-
};
|
|
1252
|
-
export type PluginComputedInputResponse = {
|
|
1253
|
-
name: string;
|
|
1254
|
-
expression: string;
|
|
1255
|
-
};
|
|
1256
1265
|
export type PluginInputV2Response = {
|
|
1257
1266
|
inputs: PluginInputResponse[];
|
|
1258
1267
|
computedInputs: PluginComputedInputResponse[];
|
|
@@ -1286,12 +1295,12 @@ export type ListActionV2Response = {
|
|
|
1286
1295
|
export type PageListActionV2Response = {
|
|
1287
1296
|
totalElements?: number;
|
|
1288
1297
|
totalPages?: number;
|
|
1289
|
-
first?: boolean;
|
|
1290
|
-
last?: boolean;
|
|
1291
1298
|
size?: number;
|
|
1292
1299
|
content?: ListActionV2Response[];
|
|
1293
1300
|
"number"?: number;
|
|
1294
1301
|
sort?: SortObject[];
|
|
1302
|
+
first?: boolean;
|
|
1303
|
+
last?: boolean;
|
|
1295
1304
|
numberOfElements?: number;
|
|
1296
1305
|
pageable?: PageableObject;
|
|
1297
1306
|
empty?: boolean;
|
|
@@ -1328,12 +1337,12 @@ export type AccountWorkflowResponse = {
|
|
|
1328
1337
|
export type PageAccountWorkflowResponse = {
|
|
1329
1338
|
totalElements?: number;
|
|
1330
1339
|
totalPages?: number;
|
|
1331
|
-
first?: boolean;
|
|
1332
|
-
last?: boolean;
|
|
1333
1340
|
size?: number;
|
|
1334
1341
|
content?: AccountWorkflowResponse[];
|
|
1335
1342
|
"number"?: number;
|
|
1336
1343
|
sort?: SortObject[];
|
|
1344
|
+
first?: boolean;
|
|
1345
|
+
last?: boolean;
|
|
1337
1346
|
numberOfElements?: number;
|
|
1338
1347
|
pageable?: PageableObject;
|
|
1339
1348
|
empty?: boolean;
|
|
@@ -1403,12 +1412,12 @@ export type GetWorkflowsByStudioResponse = {
|
|
|
1403
1412
|
export type PageGetWorkflowsByStudioResponse = {
|
|
1404
1413
|
totalElements?: number;
|
|
1405
1414
|
totalPages?: number;
|
|
1406
|
-
first?: boolean;
|
|
1407
|
-
last?: boolean;
|
|
1408
1415
|
size?: number;
|
|
1409
1416
|
content?: GetWorkflowsByStudioResponse[];
|
|
1410
1417
|
"number"?: number;
|
|
1411
1418
|
sort?: SortObject[];
|
|
1419
|
+
first?: boolean;
|
|
1420
|
+
last?: boolean;
|
|
1412
1421
|
numberOfElements?: number;
|
|
1413
1422
|
pageable?: PageableObject;
|
|
1414
1423
|
empty?: boolean;
|
|
@@ -1424,12 +1433,12 @@ export type ListWorkflowVersionsResponse = {
|
|
|
1424
1433
|
export type PageListWorkflowVersionsResponse = {
|
|
1425
1434
|
totalElements?: number;
|
|
1426
1435
|
totalPages?: number;
|
|
1427
|
-
first?: boolean;
|
|
1428
|
-
last?: boolean;
|
|
1429
1436
|
size?: number;
|
|
1430
1437
|
content?: ListWorkflowVersionsResponse[];
|
|
1431
1438
|
"number"?: number;
|
|
1432
1439
|
sort?: SortObject[];
|
|
1440
|
+
first?: boolean;
|
|
1441
|
+
last?: boolean;
|
|
1433
1442
|
numberOfElements?: number;
|
|
1434
1443
|
pageable?: PageableObject;
|
|
1435
1444
|
empty?: boolean;
|
|
@@ -1497,12 +1506,12 @@ export type GetAvailableWorkflowVersionsResponse = {
|
|
|
1497
1506
|
export type PageGetAvailableWorkflowVersionsResponse = {
|
|
1498
1507
|
totalElements?: number;
|
|
1499
1508
|
totalPages?: number;
|
|
1500
|
-
first?: boolean;
|
|
1501
|
-
last?: boolean;
|
|
1502
1509
|
size?: number;
|
|
1503
1510
|
content?: GetAvailableWorkflowVersionsResponse[];
|
|
1504
1511
|
"number"?: number;
|
|
1505
1512
|
sort?: SortObject[];
|
|
1513
|
+
first?: boolean;
|
|
1514
|
+
last?: boolean;
|
|
1506
1515
|
numberOfElements?: number;
|
|
1507
1516
|
pageable?: PageableObject;
|
|
1508
1517
|
empty?: boolean;
|
|
@@ -1517,12 +1526,12 @@ export type StackWorkspaceViewResponse = {
|
|
|
1517
1526
|
export type PageStackWorkspaceViewResponse = {
|
|
1518
1527
|
totalElements?: number;
|
|
1519
1528
|
totalPages?: number;
|
|
1520
|
-
first?: boolean;
|
|
1521
|
-
last?: boolean;
|
|
1522
1529
|
size?: number;
|
|
1523
1530
|
content?: StackWorkspaceViewResponse[];
|
|
1524
1531
|
"number"?: number;
|
|
1525
1532
|
sort?: SortObject[];
|
|
1533
|
+
first?: boolean;
|
|
1534
|
+
last?: boolean;
|
|
1526
1535
|
numberOfElements?: number;
|
|
1527
1536
|
pageable?: PageableObject;
|
|
1528
1537
|
empty?: boolean;
|
|
@@ -1545,12 +1554,12 @@ export type StackWorkspaceDetailViewResponse = {
|
|
|
1545
1554
|
export type PageStackWorkspaceDetailViewResponse = {
|
|
1546
1555
|
totalElements?: number;
|
|
1547
1556
|
totalPages?: number;
|
|
1548
|
-
first?: boolean;
|
|
1549
|
-
last?: boolean;
|
|
1550
1557
|
size?: number;
|
|
1551
1558
|
content?: StackWorkspaceDetailViewResponse[];
|
|
1552
1559
|
"number"?: number;
|
|
1553
1560
|
sort?: SortObject[];
|
|
1561
|
+
first?: boolean;
|
|
1562
|
+
last?: boolean;
|
|
1554
1563
|
numberOfElements?: number;
|
|
1555
1564
|
pageable?: PageableObject;
|
|
1556
1565
|
empty?: boolean;
|
|
@@ -1564,12 +1573,12 @@ export type GetUnusedStackVersionsResponse = {
|
|
|
1564
1573
|
export type PageGetUnusedStackVersionsResponse = {
|
|
1565
1574
|
totalElements?: number;
|
|
1566
1575
|
totalPages?: number;
|
|
1567
|
-
first?: boolean;
|
|
1568
|
-
last?: boolean;
|
|
1569
1576
|
size?: number;
|
|
1570
1577
|
content?: GetUnusedStackVersionsResponse[];
|
|
1571
1578
|
"number"?: number;
|
|
1572
1579
|
sort?: SortObject[];
|
|
1580
|
+
first?: boolean;
|
|
1581
|
+
last?: boolean;
|
|
1573
1582
|
numberOfElements?: number;
|
|
1574
1583
|
pageable?: PageableObject;
|
|
1575
1584
|
empty?: boolean;
|
|
@@ -1698,6 +1707,7 @@ export type GetPluginResponse = {
|
|
|
1698
1707
|
justify?: string;
|
|
1699
1708
|
stkProjectOnly: boolean;
|
|
1700
1709
|
stkProjectsOnly: boolean;
|
|
1710
|
+
allowedResourceFork?: string[];
|
|
1701
1711
|
};
|
|
1702
1712
|
export type StackResponse = {
|
|
1703
1713
|
slug: string;
|
|
@@ -1715,12 +1725,12 @@ export type PluginStarterResponse = {
|
|
|
1715
1725
|
export type PagePluginStarterResponse = {
|
|
1716
1726
|
totalElements?: number;
|
|
1717
1727
|
totalPages?: number;
|
|
1718
|
-
first?: boolean;
|
|
1719
|
-
last?: boolean;
|
|
1720
1728
|
size?: number;
|
|
1721
1729
|
content?: PluginStarterResponse[];
|
|
1722
1730
|
"number"?: number;
|
|
1723
1731
|
sort?: SortObject[];
|
|
1732
|
+
first?: boolean;
|
|
1733
|
+
last?: boolean;
|
|
1724
1734
|
numberOfElements?: number;
|
|
1725
1735
|
pageable?: PageableObject;
|
|
1726
1736
|
empty?: boolean;
|
|
@@ -1741,12 +1751,12 @@ export type GetPluginStackStarterUsageResponse = {
|
|
|
1741
1751
|
export type PageGetPluginStackStarterUsageResponse = {
|
|
1742
1752
|
totalElements?: number;
|
|
1743
1753
|
totalPages?: number;
|
|
1744
|
-
first?: boolean;
|
|
1745
|
-
last?: boolean;
|
|
1746
1754
|
size?: number;
|
|
1747
1755
|
content?: GetPluginStackStarterUsageResponse[];
|
|
1748
1756
|
"number"?: number;
|
|
1749
1757
|
sort?: SortObject[];
|
|
1758
|
+
first?: boolean;
|
|
1759
|
+
last?: boolean;
|
|
1750
1760
|
numberOfElements?: number;
|
|
1751
1761
|
pageable?: PageableObject;
|
|
1752
1762
|
empty?: boolean;
|
|
@@ -1763,12 +1773,12 @@ export type PluginStacksResponse = {
|
|
|
1763
1773
|
export type PagePluginStacksResponse = {
|
|
1764
1774
|
totalElements?: number;
|
|
1765
1775
|
totalPages?: number;
|
|
1766
|
-
first?: boolean;
|
|
1767
|
-
last?: boolean;
|
|
1768
1776
|
size?: number;
|
|
1769
1777
|
content?: PluginStacksResponse[];
|
|
1770
1778
|
"number"?: number;
|
|
1771
1779
|
sort?: SortObject[];
|
|
1780
|
+
first?: boolean;
|
|
1781
|
+
last?: boolean;
|
|
1772
1782
|
numberOfElements?: number;
|
|
1773
1783
|
pageable?: PageableObject;
|
|
1774
1784
|
empty?: boolean;
|
|
@@ -1789,12 +1799,12 @@ export type GetPluginStackUsageResponse = {
|
|
|
1789
1799
|
export type PageGetPluginStackUsageResponse = {
|
|
1790
1800
|
totalElements?: number;
|
|
1791
1801
|
totalPages?: number;
|
|
1792
|
-
first?: boolean;
|
|
1793
|
-
last?: boolean;
|
|
1794
1802
|
size?: number;
|
|
1795
1803
|
content?: GetPluginStackUsageResponse[];
|
|
1796
1804
|
"number"?: number;
|
|
1797
1805
|
sort?: SortObject[];
|
|
1806
|
+
first?: boolean;
|
|
1807
|
+
last?: boolean;
|
|
1798
1808
|
numberOfElements?: number;
|
|
1799
1809
|
pageable?: PageableObject;
|
|
1800
1810
|
empty?: boolean;
|
|
@@ -1815,12 +1825,12 @@ export type PluginInfrastructureViewResponse = {
|
|
|
1815
1825
|
export type PagePluginInfrastructureViewResponse = {
|
|
1816
1826
|
totalElements?: number;
|
|
1817
1827
|
totalPages?: number;
|
|
1818
|
-
first?: boolean;
|
|
1819
|
-
last?: boolean;
|
|
1820
1828
|
size?: number;
|
|
1821
1829
|
content?: PluginInfrastructureViewResponse[];
|
|
1822
1830
|
"number"?: number;
|
|
1823
1831
|
sort?: SortObject[];
|
|
1832
|
+
first?: boolean;
|
|
1833
|
+
last?: boolean;
|
|
1824
1834
|
numberOfElements?: number;
|
|
1825
1835
|
pageable?: PageableObject;
|
|
1826
1836
|
empty?: boolean;
|
|
@@ -1841,12 +1851,12 @@ export type InfrastructureEnvironmentsUsesPluginResponse = {
|
|
|
1841
1851
|
export type PageInfrastructureEnvironmentsUsesPluginResponse = {
|
|
1842
1852
|
totalElements?: number;
|
|
1843
1853
|
totalPages?: number;
|
|
1844
|
-
first?: boolean;
|
|
1845
|
-
last?: boolean;
|
|
1846
1854
|
size?: number;
|
|
1847
1855
|
content?: InfrastructureEnvironmentsUsesPluginResponse[];
|
|
1848
1856
|
"number"?: number;
|
|
1849
1857
|
sort?: SortObject[];
|
|
1858
|
+
first?: boolean;
|
|
1859
|
+
last?: boolean;
|
|
1850
1860
|
numberOfElements?: number;
|
|
1851
1861
|
pageable?: PageableObject;
|
|
1852
1862
|
empty?: boolean;
|
|
@@ -1861,12 +1871,12 @@ export type PluginViewUsageMonitorResponse = {
|
|
|
1861
1871
|
export type PagePluginViewUsageMonitorResponse = {
|
|
1862
1872
|
totalElements?: number;
|
|
1863
1873
|
totalPages?: number;
|
|
1864
|
-
first?: boolean;
|
|
1865
|
-
last?: boolean;
|
|
1866
1874
|
size?: number;
|
|
1867
1875
|
content?: PluginViewUsageMonitorResponse[];
|
|
1868
1876
|
"number"?: number;
|
|
1869
1877
|
sort?: SortObject[];
|
|
1878
|
+
first?: boolean;
|
|
1879
|
+
last?: boolean;
|
|
1870
1880
|
numberOfElements?: number;
|
|
1871
1881
|
pageable?: PageableObject;
|
|
1872
1882
|
empty?: boolean;
|
|
@@ -1882,12 +1892,12 @@ export type GetDependentPluginsVersionsResponse = {
|
|
|
1882
1892
|
export type PageGetDependentPluginsVersionsResponse = {
|
|
1883
1893
|
totalElements?: number;
|
|
1884
1894
|
totalPages?: number;
|
|
1885
|
-
first?: boolean;
|
|
1886
|
-
last?: boolean;
|
|
1887
1895
|
size?: number;
|
|
1888
1896
|
content?: GetDependentPluginsVersionsResponse[];
|
|
1889
1897
|
"number"?: number;
|
|
1890
1898
|
sort?: SortObject[];
|
|
1899
|
+
first?: boolean;
|
|
1900
|
+
last?: boolean;
|
|
1891
1901
|
numberOfElements?: number;
|
|
1892
1902
|
pageable?: PageableObject;
|
|
1893
1903
|
empty?: boolean;
|
|
@@ -1900,12 +1910,12 @@ export type GetPluginVersionsNotInUseResponse = {
|
|
|
1900
1910
|
export type PageGetPluginVersionsNotInUseResponse = {
|
|
1901
1911
|
totalElements?: number;
|
|
1902
1912
|
totalPages?: number;
|
|
1903
|
-
first?: boolean;
|
|
1904
|
-
last?: boolean;
|
|
1905
1913
|
size?: number;
|
|
1906
1914
|
content?: GetPluginVersionsNotInUseResponse[];
|
|
1907
1915
|
"number"?: number;
|
|
1908
1916
|
sort?: SortObject[];
|
|
1917
|
+
first?: boolean;
|
|
1918
|
+
last?: boolean;
|
|
1909
1919
|
numberOfElements?: number;
|
|
1910
1920
|
pageable?: PageableObject;
|
|
1911
1921
|
empty?: boolean;
|
|
@@ -1934,12 +1944,12 @@ export type PluginApplicationsResponse = {
|
|
|
1934
1944
|
export type PagePluginApplicationsResponse = {
|
|
1935
1945
|
totalElements?: number;
|
|
1936
1946
|
totalPages?: number;
|
|
1937
|
-
first?: boolean;
|
|
1938
|
-
last?: boolean;
|
|
1939
1947
|
size?: number;
|
|
1940
1948
|
content?: PluginApplicationsResponse[];
|
|
1941
1949
|
"number"?: number;
|
|
1942
1950
|
sort?: SortObject[];
|
|
1951
|
+
first?: boolean;
|
|
1952
|
+
last?: boolean;
|
|
1943
1953
|
numberOfElements?: number;
|
|
1944
1954
|
pageable?: PageableObject;
|
|
1945
1955
|
empty?: boolean;
|
|
@@ -1960,12 +1970,12 @@ export type PluginUsageMonitorApplicationViewResponse = {
|
|
|
1960
1970
|
export type PagePluginUsageMonitorApplicationViewResponse = {
|
|
1961
1971
|
totalElements?: number;
|
|
1962
1972
|
totalPages?: number;
|
|
1963
|
-
first?: boolean;
|
|
1964
|
-
last?: boolean;
|
|
1965
1973
|
size?: number;
|
|
1966
1974
|
content?: PluginUsageMonitorApplicationViewResponse[];
|
|
1967
1975
|
"number"?: number;
|
|
1968
1976
|
sort?: SortObject[];
|
|
1977
|
+
first?: boolean;
|
|
1978
|
+
last?: boolean;
|
|
1969
1979
|
numberOfElements?: number;
|
|
1970
1980
|
pageable?: PageableObject;
|
|
1971
1981
|
empty?: boolean;
|
|
@@ -2033,12 +2043,12 @@ export type StackVersionMostUsedListResponse = {
|
|
|
2033
2043
|
export type PageStackVersionMostUsedListResponse = {
|
|
2034
2044
|
totalElements?: number;
|
|
2035
2045
|
totalPages?: number;
|
|
2036
|
-
first?: boolean;
|
|
2037
|
-
last?: boolean;
|
|
2038
2046
|
size?: number;
|
|
2039
2047
|
content?: StackVersionMostUsedListResponse[];
|
|
2040
2048
|
"number"?: number;
|
|
2041
2049
|
sort?: SortObject[];
|
|
2050
|
+
first?: boolean;
|
|
2051
|
+
last?: boolean;
|
|
2042
2052
|
numberOfElements?: number;
|
|
2043
2053
|
pageable?: PageableObject;
|
|
2044
2054
|
empty?: boolean;
|
|
@@ -2112,12 +2122,12 @@ export type ContentEvaluationResponse = {
|
|
|
2112
2122
|
export type PageContentEvaluationResponse = {
|
|
2113
2123
|
totalElements?: number;
|
|
2114
2124
|
totalPages?: number;
|
|
2115
|
-
first?: boolean;
|
|
2116
|
-
last?: boolean;
|
|
2117
2125
|
size?: number;
|
|
2118
2126
|
content?: ContentEvaluationResponse[];
|
|
2119
2127
|
"number"?: number;
|
|
2120
2128
|
sort?: SortObject[];
|
|
2129
|
+
first?: boolean;
|
|
2130
|
+
last?: boolean;
|
|
2121
2131
|
numberOfElements?: number;
|
|
2122
2132
|
pageable?: PageableObject;
|
|
2123
2133
|
empty?: boolean;
|
|
@@ -2270,6 +2280,13 @@ export declare function listWorkflowsByVersionIds({ xWorkspaceId, listWorkflowsB
|
|
|
2270
2280
|
xWorkspaceId?: string;
|
|
2271
2281
|
listWorkflowsByVersionIdsRequest: ListWorkflowsByVersionIdsRequest;
|
|
2272
2282
|
}, opts?: Oazapfts.RequestOpts): Promise<ListWorkflowsByVersionIdsResponse[]>;
|
|
2283
|
+
/**
|
|
2284
|
+
* Deprecate a workflow version
|
|
2285
|
+
*/
|
|
2286
|
+
export declare function deprecateWorkflowVersion({ workflowVersionId, deprecateContentRequest }: {
|
|
2287
|
+
workflowVersionId: string;
|
|
2288
|
+
deprecateContentRequest: DeprecateContentRequest;
|
|
2289
|
+
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
2273
2290
|
/**
|
|
2274
2291
|
* Validate and return info from a workflow
|
|
2275
2292
|
*/
|
|
@@ -2518,7 +2535,7 @@ export declare function listWorkflows({ stackVersionId, xWorkspaceId, displayNam
|
|
|
2518
2535
|
xWorkspaceId?: string;
|
|
2519
2536
|
displayName?: string;
|
|
2520
2537
|
$type?: string;
|
|
2521
|
-
target?:
|
|
2538
|
+
target?: string;
|
|
2522
2539
|
pageable: Pageable;
|
|
2523
2540
|
}, opts?: Oazapfts.RequestOpts): Promise<PageListStackWorkflowResponse>;
|
|
2524
2541
|
/**
|
|
@@ -2589,20 +2606,6 @@ export declare function deprecateStackVersionBy({ stackVersionId, deprecateConte
|
|
|
2589
2606
|
stackVersionId: string;
|
|
2590
2607
|
deprecateContentRequest: DeprecateContentRequest;
|
|
2591
2608
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
2592
|
-
/**
|
|
2593
|
-
* Get suggestion of connections interfaces
|
|
2594
|
-
*/
|
|
2595
|
-
export declare function getConnectionInterfaceSuggestion({ stackVersionId, xWorkspaceId }: {
|
|
2596
|
-
stackVersionId: string;
|
|
2597
|
-
xWorkspaceId?: string;
|
|
2598
|
-
}, opts?: Oazapfts.RequestOpts): Promise<GetConnectionInterfaceSuggestionResponse[]>;
|
|
2599
|
-
/**
|
|
2600
|
-
* Create suggestion of connections interfaces
|
|
2601
|
-
*/
|
|
2602
|
-
export declare function createConnectionInterfaceSuggestion({ stackVersionId, createConnectionInterfaceSuggestionRequest }: {
|
|
2603
|
-
stackVersionId: string;
|
|
2604
|
-
createConnectionInterfaceSuggestionRequest: CreateConnectionInterfaceSuggestionRequest;
|
|
2605
|
-
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
2606
2609
|
/**
|
|
2607
2610
|
* Deprecate an action used by stack
|
|
2608
2611
|
*/
|
|
@@ -2656,6 +2659,20 @@ export declare function deprecatePluginVersion({ pluginVersionId, deprecateConte
|
|
|
2656
2659
|
pluginVersionId: string;
|
|
2657
2660
|
deprecateContentRequest: DeprecateContentRequest;
|
|
2658
2661
|
}, opts?: Oazapfts.RequestOpts): Promise<unknown>;
|
|
2662
|
+
/**
|
|
2663
|
+
* List plugins version with its associated stacks versions
|
|
2664
|
+
*/
|
|
2665
|
+
export declare function listPluginVersionStackVersionsByIdsController({ xWorkspaceId, body }: {
|
|
2666
|
+
xWorkspaceId?: string;
|
|
2667
|
+
body: FilterPluginVersionWithStacksByIdsRequest[];
|
|
2668
|
+
}, opts?: Oazapfts.RequestOpts): Promise<PluginVersionWithStacksResponse[]>;
|
|
2669
|
+
/**
|
|
2670
|
+
* Get inputs from a plugin version ids list
|
|
2671
|
+
*/
|
|
2672
|
+
export declare function getInputsByPluginVersionsIds({ xWorkspaceId, getInputsByPluginVersionsIdsRequest }: {
|
|
2673
|
+
xWorkspaceId?: string;
|
|
2674
|
+
getInputsByPluginVersionsIdsRequest: GetInputsByPluginVersionsIdsRequest;
|
|
2675
|
+
}, opts?: Oazapfts.RequestOpts): Promise<GetInputsByPluginVersionsIdsResponse[]>;
|
|
2659
2676
|
/**
|
|
2660
2677
|
* Validate and return info from a plugin
|
|
2661
2678
|
*/
|
|
@@ -2920,6 +2937,25 @@ export declare function listStacks1({ xWorkspaceId, isAccountHolder }: {
|
|
|
2920
2937
|
xWorkspaceId?: string;
|
|
2921
2938
|
isAccountHolder?: boolean;
|
|
2922
2939
|
}, opts?: Oazapfts.RequestOpts): Promise<GetStackV2Response[]>;
|
|
2940
|
+
/**
|
|
2941
|
+
* List plugins version with pagination
|
|
2942
|
+
*/
|
|
2943
|
+
export declare function listPlugins({ studioSlug, pluginVersionId, name, $type, technologies, status, filter, starterType, accountOnly, xWorkspaceId, page, size, sort, direction }: {
|
|
2944
|
+
studioSlug?: string;
|
|
2945
|
+
pluginVersionId?: string;
|
|
2946
|
+
name?: string;
|
|
2947
|
+
$type?: "INFRA" | "APP";
|
|
2948
|
+
technologies?: string[];
|
|
2949
|
+
status?: ("PENDING_APPROVAL" | "PENDING_CREATOR_UPDATE" | "PUBLICATION_APPROVED" | "PUBLICATION_DECLINED")[];
|
|
2950
|
+
filter?: string;
|
|
2951
|
+
starterType?: "APP" | "INFRA";
|
|
2952
|
+
accountOnly?: boolean;
|
|
2953
|
+
xWorkspaceId?: string;
|
|
2954
|
+
page?: number;
|
|
2955
|
+
size?: number;
|
|
2956
|
+
sort?: "NAME" | "VERSION";
|
|
2957
|
+
direction?: "ASC" | "DESC";
|
|
2958
|
+
}, opts?: Oazapfts.RequestOpts): Promise<PagePluginVersionResponse>;
|
|
2923
2959
|
/**
|
|
2924
2960
|
* Get inputs from a plugin version
|
|
2925
2961
|
*/
|
|
@@ -3397,7 +3433,7 @@ export declare function getPublishSuggestions({ stackVersionId }: {
|
|
|
3397
3433
|
/**
|
|
3398
3434
|
* List Plugins by stack version id
|
|
3399
3435
|
*/
|
|
3400
|
-
export declare function
|
|
3436
|
+
export declare function listPlugins1({ stackVersionId, starterType, xWorkspaceId }: {
|
|
3401
3437
|
stackVersionId: string;
|
|
3402
3438
|
starterType?: "APP" | "INFRA";
|
|
3403
3439
|
xWorkspaceId?: string;
|
|
@@ -3435,7 +3471,7 @@ export declare function listMostUsedStackVersions({ filter, pageable }: {
|
|
|
3435
3471
|
/**
|
|
3436
3472
|
* List plugins version
|
|
3437
3473
|
*/
|
|
3438
|
-
export declare function
|
|
3474
|
+
export declare function listPlugins2({ studioSlug, pluginVersionId, name, $type, technologies, status, filter, starterType, accountOnly, xWorkspaceId }: {
|
|
3439
3475
|
studioSlug?: string;
|
|
3440
3476
|
pluginVersionId?: string;
|
|
3441
3477
|
name?: string;
|