@stack-spot/portal-network 0.68.5 → 0.70.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 +19 -0
- package/dist/api/cloudPlatform.d.ts +3 -0
- package/dist/api/cloudPlatform.d.ts.map +1 -1
- package/dist/api/cloudPlatform.js.map +1 -1
- package/dist/api/content.d.ts +70 -68
- package/dist/api/content.d.ts.map +1 -1
- package/dist/api/content.js +4 -3
- package/dist/api/content.js.map +1 -1
- package/dist/client/content.d.ts +4 -3
- package/dist/client/content.d.ts.map +1 -1
- package/dist/client/content.js +10 -1
- package/dist/client/content.js.map +1 -1
- package/package.json +1 -1
- package/src/api/cloudPlatform.ts +3 -0
- package/src/api/content.ts +73 -70
- package/src/client/content.ts +9 -1
package/dist/api/content.d.ts
CHANGED
|
@@ -69,6 +69,7 @@ export type StarterResponseWithRange = {
|
|
|
69
69
|
optionalPluginVersions: StarterPluginResponse[];
|
|
70
70
|
documentation?: DocumentationContentResponse;
|
|
71
71
|
status: string;
|
|
72
|
+
hasDeprecatedContent: boolean;
|
|
72
73
|
};
|
|
73
74
|
export type PublishStackVersionRequest = {
|
|
74
75
|
publishType: "V1" | "MAJOR" | "MINOR" | "PATCH" | "CUSTOM";
|
|
@@ -132,7 +133,7 @@ export type ListWorkflowsByVersionIdsResponse = {
|
|
|
132
133
|
};
|
|
133
134
|
export type YamlValidationError = {
|
|
134
135
|
details: string;
|
|
135
|
-
"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_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" | "
|
|
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";
|
|
136
137
|
field?: string;
|
|
137
138
|
value?: object;
|
|
138
139
|
examples: string[];
|
|
@@ -403,20 +404,20 @@ export type SortObject = {
|
|
|
403
404
|
export type PageableObject = {
|
|
404
405
|
offset?: number;
|
|
405
406
|
sort?: SortObject[];
|
|
406
|
-
paged?: boolean;
|
|
407
407
|
pageSize?: number;
|
|
408
408
|
pageNumber?: number;
|
|
409
|
+
paged?: boolean;
|
|
409
410
|
unpaged?: boolean;
|
|
410
411
|
};
|
|
411
412
|
export type PageGetStackStudioResponse = {
|
|
412
413
|
totalElements?: number;
|
|
413
414
|
totalPages?: number;
|
|
415
|
+
first?: boolean;
|
|
416
|
+
last?: boolean;
|
|
414
417
|
size?: number;
|
|
415
418
|
content?: GetStackStudioResponse[];
|
|
416
419
|
"number"?: number;
|
|
417
420
|
sort?: SortObject[];
|
|
418
|
-
first?: boolean;
|
|
419
|
-
last?: boolean;
|
|
420
421
|
numberOfElements?: number;
|
|
421
422
|
pageable?: PageableObject;
|
|
422
423
|
empty?: boolean;
|
|
@@ -549,12 +550,12 @@ export type PluginVersionResponse = {
|
|
|
549
550
|
export type PagePluginVersionResponse = {
|
|
550
551
|
totalElements?: number;
|
|
551
552
|
totalPages?: number;
|
|
553
|
+
first?: boolean;
|
|
554
|
+
last?: boolean;
|
|
552
555
|
size?: number;
|
|
553
556
|
content?: PluginVersionResponse[];
|
|
554
557
|
"number"?: number;
|
|
555
558
|
sort?: SortObject[];
|
|
556
|
-
first?: boolean;
|
|
557
|
-
last?: boolean;
|
|
558
559
|
numberOfElements?: number;
|
|
559
560
|
pageable?: PageableObject;
|
|
560
561
|
empty?: boolean;
|
|
@@ -690,12 +691,12 @@ export type ActionResponse = {
|
|
|
690
691
|
export type PageActionResponse = {
|
|
691
692
|
totalElements?: number;
|
|
692
693
|
totalPages?: number;
|
|
694
|
+
first?: boolean;
|
|
695
|
+
last?: boolean;
|
|
693
696
|
size?: number;
|
|
694
697
|
content?: ActionResponse[];
|
|
695
698
|
"number"?: number;
|
|
696
699
|
sort?: SortObject[];
|
|
697
|
-
first?: boolean;
|
|
698
|
-
last?: boolean;
|
|
699
700
|
numberOfElements?: number;
|
|
700
701
|
pageable?: PageableObject;
|
|
701
702
|
empty?: boolean;
|
|
@@ -753,12 +754,12 @@ export type ListStackWorkflowResponse = {
|
|
|
753
754
|
export type PageListStackWorkflowResponse = {
|
|
754
755
|
totalElements?: number;
|
|
755
756
|
totalPages?: number;
|
|
757
|
+
first?: boolean;
|
|
758
|
+
last?: boolean;
|
|
756
759
|
size?: number;
|
|
757
760
|
content?: ListStackWorkflowResponse[];
|
|
758
761
|
"number"?: number;
|
|
759
762
|
sort?: SortObject[];
|
|
760
|
-
first?: boolean;
|
|
761
|
-
last?: boolean;
|
|
762
763
|
numberOfElements?: number;
|
|
763
764
|
pageable?: PageableObject;
|
|
764
765
|
empty?: boolean;
|
|
@@ -778,12 +779,12 @@ export type FilterStarterRequest = {
|
|
|
778
779
|
export type PageStarterResponseWithRange = {
|
|
779
780
|
totalElements?: number;
|
|
780
781
|
totalPages?: number;
|
|
782
|
+
first?: boolean;
|
|
783
|
+
last?: boolean;
|
|
781
784
|
size?: number;
|
|
782
785
|
content?: StarterResponseWithRange[];
|
|
783
786
|
"number"?: number;
|
|
784
787
|
sort?: SortObject[];
|
|
785
|
-
first?: boolean;
|
|
786
|
-
last?: boolean;
|
|
787
788
|
numberOfElements?: number;
|
|
788
789
|
pageable?: PageableObject;
|
|
789
790
|
empty?: boolean;
|
|
@@ -796,12 +797,12 @@ export type FilterStackVersionPluginRequest = {
|
|
|
796
797
|
export type PageStackPluginResponse = {
|
|
797
798
|
totalElements?: number;
|
|
798
799
|
totalPages?: number;
|
|
800
|
+
first?: boolean;
|
|
801
|
+
last?: boolean;
|
|
799
802
|
size?: number;
|
|
800
803
|
content?: StackPluginResponse[];
|
|
801
804
|
"number"?: number;
|
|
802
805
|
sort?: SortObject[];
|
|
803
|
-
first?: boolean;
|
|
804
|
-
last?: boolean;
|
|
805
806
|
numberOfElements?: number;
|
|
806
807
|
pageable?: PageableObject;
|
|
807
808
|
empty?: boolean;
|
|
@@ -895,12 +896,12 @@ export type FilterStackActionRequest = {
|
|
|
895
896
|
export type PageGetStackActionResponse = {
|
|
896
897
|
totalElements?: number;
|
|
897
898
|
totalPages?: number;
|
|
899
|
+
first?: boolean;
|
|
900
|
+
last?: boolean;
|
|
898
901
|
size?: number;
|
|
899
902
|
content?: GetStackActionResponse[];
|
|
900
903
|
"number"?: number;
|
|
901
904
|
sort?: SortObject[];
|
|
902
|
-
first?: boolean;
|
|
903
|
-
last?: boolean;
|
|
904
905
|
numberOfElements?: number;
|
|
905
906
|
pageable?: PageableObject;
|
|
906
907
|
empty?: boolean;
|
|
@@ -1094,12 +1095,12 @@ export type GetStackV3Response = {
|
|
|
1094
1095
|
export type PageGetStackV3Response = {
|
|
1095
1096
|
totalElements?: number;
|
|
1096
1097
|
totalPages?: number;
|
|
1098
|
+
first?: boolean;
|
|
1099
|
+
last?: boolean;
|
|
1097
1100
|
size?: number;
|
|
1098
1101
|
content?: GetStackV3Response[];
|
|
1099
1102
|
"number"?: number;
|
|
1100
1103
|
sort?: SortObject[];
|
|
1101
|
-
first?: boolean;
|
|
1102
|
-
last?: boolean;
|
|
1103
1104
|
numberOfElements?: number;
|
|
1104
1105
|
pageable?: PageableObject;
|
|
1105
1106
|
empty?: boolean;
|
|
@@ -1107,12 +1108,12 @@ export type PageGetStackV3Response = {
|
|
|
1107
1108
|
export type PageStudioResponse = {
|
|
1108
1109
|
totalElements?: number;
|
|
1109
1110
|
totalPages?: number;
|
|
1111
|
+
first?: boolean;
|
|
1112
|
+
last?: boolean;
|
|
1110
1113
|
size?: number;
|
|
1111
1114
|
content?: StudioResponse[];
|
|
1112
1115
|
"number"?: number;
|
|
1113
1116
|
sort?: SortObject[];
|
|
1114
|
-
first?: boolean;
|
|
1115
|
-
last?: boolean;
|
|
1116
1117
|
numberOfElements?: number;
|
|
1117
1118
|
pageable?: PageableObject;
|
|
1118
1119
|
empty?: boolean;
|
|
@@ -1134,12 +1135,12 @@ export type PluginVersionDto = {
|
|
|
1134
1135
|
export type PagePluginVersionDto = {
|
|
1135
1136
|
totalElements?: number;
|
|
1136
1137
|
totalPages?: number;
|
|
1138
|
+
first?: boolean;
|
|
1139
|
+
last?: boolean;
|
|
1137
1140
|
size?: number;
|
|
1138
1141
|
content?: PluginVersionDto[];
|
|
1139
1142
|
"number"?: number;
|
|
1140
1143
|
sort?: SortObject[];
|
|
1141
|
-
first?: boolean;
|
|
1142
|
-
last?: boolean;
|
|
1143
1144
|
numberOfElements?: number;
|
|
1144
1145
|
pageable?: PageableObject;
|
|
1145
1146
|
empty?: boolean;
|
|
@@ -1161,12 +1162,12 @@ export type ActionVersionDto = {
|
|
|
1161
1162
|
export type PageActionVersionDto = {
|
|
1162
1163
|
totalElements?: number;
|
|
1163
1164
|
totalPages?: number;
|
|
1165
|
+
first?: boolean;
|
|
1166
|
+
last?: boolean;
|
|
1164
1167
|
size?: number;
|
|
1165
1168
|
content?: ActionVersionDto[];
|
|
1166
1169
|
"number"?: number;
|
|
1167
1170
|
sort?: SortObject[];
|
|
1168
|
-
first?: boolean;
|
|
1169
|
-
last?: boolean;
|
|
1170
1171
|
numberOfElements?: number;
|
|
1171
1172
|
pageable?: PageableObject;
|
|
1172
1173
|
empty?: boolean;
|
|
@@ -1285,12 +1286,12 @@ export type ListActionV2Response = {
|
|
|
1285
1286
|
export type PageListActionV2Response = {
|
|
1286
1287
|
totalElements?: number;
|
|
1287
1288
|
totalPages?: number;
|
|
1289
|
+
first?: boolean;
|
|
1290
|
+
last?: boolean;
|
|
1288
1291
|
size?: number;
|
|
1289
1292
|
content?: ListActionV2Response[];
|
|
1290
1293
|
"number"?: number;
|
|
1291
1294
|
sort?: SortObject[];
|
|
1292
|
-
first?: boolean;
|
|
1293
|
-
last?: boolean;
|
|
1294
1295
|
numberOfElements?: number;
|
|
1295
1296
|
pageable?: PageableObject;
|
|
1296
1297
|
empty?: boolean;
|
|
@@ -1327,12 +1328,12 @@ export type AccountWorkflowResponse = {
|
|
|
1327
1328
|
export type PageAccountWorkflowResponse = {
|
|
1328
1329
|
totalElements?: number;
|
|
1329
1330
|
totalPages?: number;
|
|
1331
|
+
first?: boolean;
|
|
1332
|
+
last?: boolean;
|
|
1330
1333
|
size?: number;
|
|
1331
1334
|
content?: AccountWorkflowResponse[];
|
|
1332
1335
|
"number"?: number;
|
|
1333
1336
|
sort?: SortObject[];
|
|
1334
|
-
first?: boolean;
|
|
1335
|
-
last?: boolean;
|
|
1336
1337
|
numberOfElements?: number;
|
|
1337
1338
|
pageable?: PageableObject;
|
|
1338
1339
|
empty?: boolean;
|
|
@@ -1402,12 +1403,12 @@ export type GetWorkflowsByStudioResponse = {
|
|
|
1402
1403
|
export type PageGetWorkflowsByStudioResponse = {
|
|
1403
1404
|
totalElements?: number;
|
|
1404
1405
|
totalPages?: number;
|
|
1406
|
+
first?: boolean;
|
|
1407
|
+
last?: boolean;
|
|
1405
1408
|
size?: number;
|
|
1406
1409
|
content?: GetWorkflowsByStudioResponse[];
|
|
1407
1410
|
"number"?: number;
|
|
1408
1411
|
sort?: SortObject[];
|
|
1409
|
-
first?: boolean;
|
|
1410
|
-
last?: boolean;
|
|
1411
1412
|
numberOfElements?: number;
|
|
1412
1413
|
pageable?: PageableObject;
|
|
1413
1414
|
empty?: boolean;
|
|
@@ -1423,12 +1424,12 @@ export type ListWorkflowVersionsResponse = {
|
|
|
1423
1424
|
export type PageListWorkflowVersionsResponse = {
|
|
1424
1425
|
totalElements?: number;
|
|
1425
1426
|
totalPages?: number;
|
|
1427
|
+
first?: boolean;
|
|
1428
|
+
last?: boolean;
|
|
1426
1429
|
size?: number;
|
|
1427
1430
|
content?: ListWorkflowVersionsResponse[];
|
|
1428
1431
|
"number"?: number;
|
|
1429
1432
|
sort?: SortObject[];
|
|
1430
|
-
first?: boolean;
|
|
1431
|
-
last?: boolean;
|
|
1432
1433
|
numberOfElements?: number;
|
|
1433
1434
|
pageable?: PageableObject;
|
|
1434
1435
|
empty?: boolean;
|
|
@@ -1496,12 +1497,12 @@ export type GetAvailableWorkflowVersionsResponse = {
|
|
|
1496
1497
|
export type PageGetAvailableWorkflowVersionsResponse = {
|
|
1497
1498
|
totalElements?: number;
|
|
1498
1499
|
totalPages?: number;
|
|
1500
|
+
first?: boolean;
|
|
1501
|
+
last?: boolean;
|
|
1499
1502
|
size?: number;
|
|
1500
1503
|
content?: GetAvailableWorkflowVersionsResponse[];
|
|
1501
1504
|
"number"?: number;
|
|
1502
1505
|
sort?: SortObject[];
|
|
1503
|
-
first?: boolean;
|
|
1504
|
-
last?: boolean;
|
|
1505
1506
|
numberOfElements?: number;
|
|
1506
1507
|
pageable?: PageableObject;
|
|
1507
1508
|
empty?: boolean;
|
|
@@ -1516,12 +1517,12 @@ export type StackWorkspaceViewResponse = {
|
|
|
1516
1517
|
export type PageStackWorkspaceViewResponse = {
|
|
1517
1518
|
totalElements?: number;
|
|
1518
1519
|
totalPages?: number;
|
|
1520
|
+
first?: boolean;
|
|
1521
|
+
last?: boolean;
|
|
1519
1522
|
size?: number;
|
|
1520
1523
|
content?: StackWorkspaceViewResponse[];
|
|
1521
1524
|
"number"?: number;
|
|
1522
1525
|
sort?: SortObject[];
|
|
1523
|
-
first?: boolean;
|
|
1524
|
-
last?: boolean;
|
|
1525
1526
|
numberOfElements?: number;
|
|
1526
1527
|
pageable?: PageableObject;
|
|
1527
1528
|
empty?: boolean;
|
|
@@ -1544,12 +1545,12 @@ export type StackWorkspaceDetailViewResponse = {
|
|
|
1544
1545
|
export type PageStackWorkspaceDetailViewResponse = {
|
|
1545
1546
|
totalElements?: number;
|
|
1546
1547
|
totalPages?: number;
|
|
1548
|
+
first?: boolean;
|
|
1549
|
+
last?: boolean;
|
|
1547
1550
|
size?: number;
|
|
1548
1551
|
content?: StackWorkspaceDetailViewResponse[];
|
|
1549
1552
|
"number"?: number;
|
|
1550
1553
|
sort?: SortObject[];
|
|
1551
|
-
first?: boolean;
|
|
1552
|
-
last?: boolean;
|
|
1553
1554
|
numberOfElements?: number;
|
|
1554
1555
|
pageable?: PageableObject;
|
|
1555
1556
|
empty?: boolean;
|
|
@@ -1563,12 +1564,12 @@ export type GetUnusedStackVersionsResponse = {
|
|
|
1563
1564
|
export type PageGetUnusedStackVersionsResponse = {
|
|
1564
1565
|
totalElements?: number;
|
|
1565
1566
|
totalPages?: number;
|
|
1567
|
+
first?: boolean;
|
|
1568
|
+
last?: boolean;
|
|
1566
1569
|
size?: number;
|
|
1567
1570
|
content?: GetUnusedStackVersionsResponse[];
|
|
1568
1571
|
"number"?: number;
|
|
1569
1572
|
sort?: SortObject[];
|
|
1570
|
-
first?: boolean;
|
|
1571
|
-
last?: boolean;
|
|
1572
1573
|
numberOfElements?: number;
|
|
1573
1574
|
pageable?: PageableObject;
|
|
1574
1575
|
empty?: boolean;
|
|
@@ -1714,12 +1715,12 @@ export type PluginStarterResponse = {
|
|
|
1714
1715
|
export type PagePluginStarterResponse = {
|
|
1715
1716
|
totalElements?: number;
|
|
1716
1717
|
totalPages?: number;
|
|
1718
|
+
first?: boolean;
|
|
1719
|
+
last?: boolean;
|
|
1717
1720
|
size?: number;
|
|
1718
1721
|
content?: PluginStarterResponse[];
|
|
1719
1722
|
"number"?: number;
|
|
1720
1723
|
sort?: SortObject[];
|
|
1721
|
-
first?: boolean;
|
|
1722
|
-
last?: boolean;
|
|
1723
1724
|
numberOfElements?: number;
|
|
1724
1725
|
pageable?: PageableObject;
|
|
1725
1726
|
empty?: boolean;
|
|
@@ -1740,12 +1741,12 @@ export type GetPluginStackStarterUsageResponse = {
|
|
|
1740
1741
|
export type PageGetPluginStackStarterUsageResponse = {
|
|
1741
1742
|
totalElements?: number;
|
|
1742
1743
|
totalPages?: number;
|
|
1744
|
+
first?: boolean;
|
|
1745
|
+
last?: boolean;
|
|
1743
1746
|
size?: number;
|
|
1744
1747
|
content?: GetPluginStackStarterUsageResponse[];
|
|
1745
1748
|
"number"?: number;
|
|
1746
1749
|
sort?: SortObject[];
|
|
1747
|
-
first?: boolean;
|
|
1748
|
-
last?: boolean;
|
|
1749
1750
|
numberOfElements?: number;
|
|
1750
1751
|
pageable?: PageableObject;
|
|
1751
1752
|
empty?: boolean;
|
|
@@ -1762,12 +1763,12 @@ export type PluginStacksResponse = {
|
|
|
1762
1763
|
export type PagePluginStacksResponse = {
|
|
1763
1764
|
totalElements?: number;
|
|
1764
1765
|
totalPages?: number;
|
|
1766
|
+
first?: boolean;
|
|
1767
|
+
last?: boolean;
|
|
1765
1768
|
size?: number;
|
|
1766
1769
|
content?: PluginStacksResponse[];
|
|
1767
1770
|
"number"?: number;
|
|
1768
1771
|
sort?: SortObject[];
|
|
1769
|
-
first?: boolean;
|
|
1770
|
-
last?: boolean;
|
|
1771
1772
|
numberOfElements?: number;
|
|
1772
1773
|
pageable?: PageableObject;
|
|
1773
1774
|
empty?: boolean;
|
|
@@ -1788,12 +1789,12 @@ export type GetPluginStackUsageResponse = {
|
|
|
1788
1789
|
export type PageGetPluginStackUsageResponse = {
|
|
1789
1790
|
totalElements?: number;
|
|
1790
1791
|
totalPages?: number;
|
|
1792
|
+
first?: boolean;
|
|
1793
|
+
last?: boolean;
|
|
1791
1794
|
size?: number;
|
|
1792
1795
|
content?: GetPluginStackUsageResponse[];
|
|
1793
1796
|
"number"?: number;
|
|
1794
1797
|
sort?: SortObject[];
|
|
1795
|
-
first?: boolean;
|
|
1796
|
-
last?: boolean;
|
|
1797
1798
|
numberOfElements?: number;
|
|
1798
1799
|
pageable?: PageableObject;
|
|
1799
1800
|
empty?: boolean;
|
|
@@ -1814,12 +1815,12 @@ export type PluginInfrastructureViewResponse = {
|
|
|
1814
1815
|
export type PagePluginInfrastructureViewResponse = {
|
|
1815
1816
|
totalElements?: number;
|
|
1816
1817
|
totalPages?: number;
|
|
1818
|
+
first?: boolean;
|
|
1819
|
+
last?: boolean;
|
|
1817
1820
|
size?: number;
|
|
1818
1821
|
content?: PluginInfrastructureViewResponse[];
|
|
1819
1822
|
"number"?: number;
|
|
1820
1823
|
sort?: SortObject[];
|
|
1821
|
-
first?: boolean;
|
|
1822
|
-
last?: boolean;
|
|
1823
1824
|
numberOfElements?: number;
|
|
1824
1825
|
pageable?: PageableObject;
|
|
1825
1826
|
empty?: boolean;
|
|
@@ -1840,12 +1841,12 @@ export type InfrastructureEnvironmentsUsesPluginResponse = {
|
|
|
1840
1841
|
export type PageInfrastructureEnvironmentsUsesPluginResponse = {
|
|
1841
1842
|
totalElements?: number;
|
|
1842
1843
|
totalPages?: number;
|
|
1844
|
+
first?: boolean;
|
|
1845
|
+
last?: boolean;
|
|
1843
1846
|
size?: number;
|
|
1844
1847
|
content?: InfrastructureEnvironmentsUsesPluginResponse[];
|
|
1845
1848
|
"number"?: number;
|
|
1846
1849
|
sort?: SortObject[];
|
|
1847
|
-
first?: boolean;
|
|
1848
|
-
last?: boolean;
|
|
1849
1850
|
numberOfElements?: number;
|
|
1850
1851
|
pageable?: PageableObject;
|
|
1851
1852
|
empty?: boolean;
|
|
@@ -1860,12 +1861,12 @@ export type PluginViewUsageMonitorResponse = {
|
|
|
1860
1861
|
export type PagePluginViewUsageMonitorResponse = {
|
|
1861
1862
|
totalElements?: number;
|
|
1862
1863
|
totalPages?: number;
|
|
1864
|
+
first?: boolean;
|
|
1865
|
+
last?: boolean;
|
|
1863
1866
|
size?: number;
|
|
1864
1867
|
content?: PluginViewUsageMonitorResponse[];
|
|
1865
1868
|
"number"?: number;
|
|
1866
1869
|
sort?: SortObject[];
|
|
1867
|
-
first?: boolean;
|
|
1868
|
-
last?: boolean;
|
|
1869
1870
|
numberOfElements?: number;
|
|
1870
1871
|
pageable?: PageableObject;
|
|
1871
1872
|
empty?: boolean;
|
|
@@ -1881,12 +1882,12 @@ export type GetDependentPluginsVersionsResponse = {
|
|
|
1881
1882
|
export type PageGetDependentPluginsVersionsResponse = {
|
|
1882
1883
|
totalElements?: number;
|
|
1883
1884
|
totalPages?: number;
|
|
1885
|
+
first?: boolean;
|
|
1886
|
+
last?: boolean;
|
|
1884
1887
|
size?: number;
|
|
1885
1888
|
content?: GetDependentPluginsVersionsResponse[];
|
|
1886
1889
|
"number"?: number;
|
|
1887
1890
|
sort?: SortObject[];
|
|
1888
|
-
first?: boolean;
|
|
1889
|
-
last?: boolean;
|
|
1890
1891
|
numberOfElements?: number;
|
|
1891
1892
|
pageable?: PageableObject;
|
|
1892
1893
|
empty?: boolean;
|
|
@@ -1899,12 +1900,12 @@ export type GetPluginVersionsNotInUseResponse = {
|
|
|
1899
1900
|
export type PageGetPluginVersionsNotInUseResponse = {
|
|
1900
1901
|
totalElements?: number;
|
|
1901
1902
|
totalPages?: number;
|
|
1903
|
+
first?: boolean;
|
|
1904
|
+
last?: boolean;
|
|
1902
1905
|
size?: number;
|
|
1903
1906
|
content?: GetPluginVersionsNotInUseResponse[];
|
|
1904
1907
|
"number"?: number;
|
|
1905
1908
|
sort?: SortObject[];
|
|
1906
|
-
first?: boolean;
|
|
1907
|
-
last?: boolean;
|
|
1908
1909
|
numberOfElements?: number;
|
|
1909
1910
|
pageable?: PageableObject;
|
|
1910
1911
|
empty?: boolean;
|
|
@@ -1933,12 +1934,12 @@ export type PluginApplicationsResponse = {
|
|
|
1933
1934
|
export type PagePluginApplicationsResponse = {
|
|
1934
1935
|
totalElements?: number;
|
|
1935
1936
|
totalPages?: number;
|
|
1937
|
+
first?: boolean;
|
|
1938
|
+
last?: boolean;
|
|
1936
1939
|
size?: number;
|
|
1937
1940
|
content?: PluginApplicationsResponse[];
|
|
1938
1941
|
"number"?: number;
|
|
1939
1942
|
sort?: SortObject[];
|
|
1940
|
-
first?: boolean;
|
|
1941
|
-
last?: boolean;
|
|
1942
1943
|
numberOfElements?: number;
|
|
1943
1944
|
pageable?: PageableObject;
|
|
1944
1945
|
empty?: boolean;
|
|
@@ -1959,12 +1960,12 @@ export type PluginUsageMonitorApplicationViewResponse = {
|
|
|
1959
1960
|
export type PagePluginUsageMonitorApplicationViewResponse = {
|
|
1960
1961
|
totalElements?: number;
|
|
1961
1962
|
totalPages?: number;
|
|
1963
|
+
first?: boolean;
|
|
1964
|
+
last?: boolean;
|
|
1962
1965
|
size?: number;
|
|
1963
1966
|
content?: PluginUsageMonitorApplicationViewResponse[];
|
|
1964
1967
|
"number"?: number;
|
|
1965
1968
|
sort?: SortObject[];
|
|
1966
|
-
first?: boolean;
|
|
1967
|
-
last?: boolean;
|
|
1968
1969
|
numberOfElements?: number;
|
|
1969
1970
|
pageable?: PageableObject;
|
|
1970
1971
|
empty?: boolean;
|
|
@@ -2032,12 +2033,12 @@ export type StackVersionMostUsedListResponse = {
|
|
|
2032
2033
|
export type PageStackVersionMostUsedListResponse = {
|
|
2033
2034
|
totalElements?: number;
|
|
2034
2035
|
totalPages?: number;
|
|
2036
|
+
first?: boolean;
|
|
2037
|
+
last?: boolean;
|
|
2035
2038
|
size?: number;
|
|
2036
2039
|
content?: StackVersionMostUsedListResponse[];
|
|
2037
2040
|
"number"?: number;
|
|
2038
2041
|
sort?: SortObject[];
|
|
2039
|
-
first?: boolean;
|
|
2040
|
-
last?: boolean;
|
|
2041
2042
|
numberOfElements?: number;
|
|
2042
2043
|
pageable?: PageableObject;
|
|
2043
2044
|
empty?: boolean;
|
|
@@ -2111,12 +2112,12 @@ export type ContentEvaluationResponse = {
|
|
|
2111
2112
|
export type PageContentEvaluationResponse = {
|
|
2112
2113
|
totalElements?: number;
|
|
2113
2114
|
totalPages?: number;
|
|
2115
|
+
first?: boolean;
|
|
2116
|
+
last?: boolean;
|
|
2114
2117
|
size?: number;
|
|
2115
2118
|
content?: ContentEvaluationResponse[];
|
|
2116
2119
|
"number"?: number;
|
|
2117
2120
|
sort?: SortObject[];
|
|
2118
|
-
first?: boolean;
|
|
2119
|
-
last?: boolean;
|
|
2120
2121
|
numberOfElements?: number;
|
|
2121
2122
|
pageable?: PageableObject;
|
|
2122
2123
|
empty?: boolean;
|
|
@@ -2517,7 +2518,7 @@ export declare function listWorkflows({ stackVersionId, xWorkspaceId, displayNam
|
|
|
2517
2518
|
xWorkspaceId?: string;
|
|
2518
2519
|
displayName?: string;
|
|
2519
2520
|
$type?: string;
|
|
2520
|
-
target?:
|
|
2521
|
+
target?: "app" | "infra";
|
|
2521
2522
|
pageable: Pageable;
|
|
2522
2523
|
}, opts?: Oazapfts.RequestOpts): Promise<PageListStackWorkflowResponse>;
|
|
2523
2524
|
/**
|
|
@@ -2935,11 +2936,12 @@ export declare function getConnectionInterfaceType({ connectionInterfaceTypeIdOr
|
|
|
2935
2936
|
/**
|
|
2936
2937
|
* List of actions
|
|
2937
2938
|
*/
|
|
2938
|
-
export declare function listActions({ studioSlug, actionSlug, requiresConnection, filter, pageable }: {
|
|
2939
|
+
export declare function listActions({ studioSlug, actionSlug, requiresConnection, filter, accountOnly, pageable }: {
|
|
2939
2940
|
studioSlug?: string;
|
|
2940
2941
|
actionSlug?: string;
|
|
2941
2942
|
requiresConnection?: boolean;
|
|
2942
2943
|
filter?: string;
|
|
2944
|
+
accountOnly?: boolean;
|
|
2943
2945
|
pageable: Pageable;
|
|
2944
2946
|
}, opts?: Oazapfts.RequestOpts): Promise<PageListActionV2Response>;
|
|
2945
2947
|
/**
|