@stack-spot/portal-network 0.42.2 → 0.44.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.
Files changed (40) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/api/cloudPlatform.js +2 -2
  3. package/dist/api/content.d.ts +38 -33
  4. package/dist/api/content.d.ts.map +1 -1
  5. package/dist/api/content.js +19 -10
  6. package/dist/api/content.js.map +1 -1
  7. package/dist/api/notification.d.ts +32 -8
  8. package/dist/api/notification.d.ts.map +1 -1
  9. package/dist/api/notification.js +17 -1
  10. package/dist/api/notification.js.map +1 -1
  11. package/dist/apis.json +1 -1
  12. package/dist/client/content.d.ts +14 -0
  13. package/dist/client/content.d.ts.map +1 -1
  14. package/dist/client/content.js +10 -1
  15. package/dist/client/content.js.map +1 -1
  16. package/dist/error/DefaultAPIError.d.ts.map +1 -1
  17. package/dist/error/DefaultAPIError.js +15 -6
  18. package/dist/error/DefaultAPIError.js.map +1 -1
  19. package/dist/error/StackspotAPIError.d.ts +21 -2
  20. package/dist/error/StackspotAPIError.d.ts.map +1 -1
  21. package/dist/error/StackspotAPIError.js +18 -3
  22. package/dist/error/StackspotAPIError.js.map +1 -1
  23. package/dist/error/dictionary/action-details.d.ts +2 -0
  24. package/dist/error/dictionary/action-details.d.ts.map +1 -0
  25. package/dist/error/dictionary/action-details.js +19 -0
  26. package/dist/error/dictionary/action-details.js.map +1 -0
  27. package/dist/error/dictionary/workspace-details.d.ts +2 -0
  28. package/dist/error/dictionary/workspace-details.d.ts.map +1 -0
  29. package/dist/error/dictionary/workspace-details.js +15 -0
  30. package/dist/error/dictionary/workspace-details.js.map +1 -0
  31. package/package.json +1 -1
  32. package/src/api/cloudPlatform.ts +2 -2
  33. package/src/api/content.ts +52 -38
  34. package/src/api/notification.ts +53 -8
  35. package/src/apis.json +1 -1
  36. package/src/client/content.ts +19 -13
  37. package/src/error/DefaultAPIError.ts +20 -7
  38. package/src/error/StackspotAPIError.ts +44 -6
  39. package/src/error/dictionary/action-details.ts +20 -0
  40. package/src/error/dictionary/workspace-details.ts +15 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.44.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.43.0...portal-network@v0.44.0) (2024-10-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * 1877 studios ([#443](https://github.com/stack-spot/portal-commons/issues/443)) ([8ebf849](https://github.com/stack-spot/portal-commons/commit/8ebf849cb87894970415e82df6e88b4395dae1e4))
9
+ * update object error return ([#402](https://github.com/stack-spot/portal-commons/issues/402)) ([9f1831c](https://github.com/stack-spot/portal-commons/commit/9f1831c51b0deb86b9e1f32bec509821bbdfc6a9))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * notification swagger ([#442](https://github.com/stack-spot/portal-commons/issues/442)) ([cb27b1c](https://github.com/stack-spot/portal-commons/commit/cb27b1cd80118826cc6ceda649426d7d359b10d1))
15
+
16
+ ## [0.43.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.42.2...portal-network@v0.43.0) (2024-10-17)
17
+
18
+
19
+ ### Features
20
+
21
+ * update swagger cloud-platform prd ([f0aa187](https://github.com/stack-spot/portal-commons/commit/f0aa1872b4225858beeddc7452f8ce67d6e9032f))
22
+
3
23
  ## [0.42.2](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.42.1...portal-network@v0.42.2) (2024-10-16)
4
24
 
5
25
 
@@ -8,11 +8,11 @@ import * as Oazapfts from "@oazapfts/runtime";
8
8
  import * as QS from "@oazapfts/runtime/query";
9
9
  export const defaults = {
10
10
  headers: {},
11
- baseUrl: "https://cloud-cloud-platform-api.stg.stackspot.com",
11
+ baseUrl: "https://cloud-cloud-platform-api.prd.stackspot.com",
12
12
  };
13
13
  const oazapfts = Oazapfts.runtime(defaults);
14
14
  export const servers = {
15
- generatedServerUrl: "https://cloud-cloud-platform-api.stg.stackspot.com"
15
+ generatedServerUrl: "https://cloud-cloud-platform-api.prd.stackspot.com"
16
16
  };
17
17
  export function createDeployment({ authorization, createDeploymentRequest }, opts) {
18
18
  return oazapfts.ok(oazapfts.fetchJson("/v1/deployments", oazapfts.json({
@@ -106,7 +106,7 @@ export type CreateConnectionInterfaceTypeRequest = {
106
106
  };
107
107
  export type YamlValidationError = {
108
108
  details: string;
109
- "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";
109
+ "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";
110
110
  field?: string;
111
111
  value?: object;
112
112
  examples: string[];
@@ -367,8 +367,8 @@ export type PageGetStackStudioResponse = {
367
367
  content?: GetStackStudioResponse[];
368
368
  "number"?: number;
369
369
  sort?: SortObject[];
370
- pageable?: PageableObject;
371
370
  numberOfElements?: number;
371
+ pageable?: PageableObject;
372
372
  empty?: boolean;
373
373
  };
374
374
  export type PublishPluginWarningResponse = {
@@ -505,8 +505,8 @@ export type PagePluginVersionResponse = {
505
505
  content?: PluginVersionResponse[];
506
506
  "number"?: number;
507
507
  sort?: SortObject[];
508
- pageable?: PageableObject;
509
508
  numberOfElements?: number;
509
+ pageable?: PageableObject;
510
510
  empty?: boolean;
511
511
  };
512
512
  export type GetActionCommandResponse = {
@@ -646,8 +646,8 @@ export type PageActionResponse = {
646
646
  content?: ActionResponse[];
647
647
  "number"?: number;
648
648
  sort?: SortObject[];
649
- pageable?: PageableObject;
650
649
  numberOfElements?: number;
650
+ pageable?: PageableObject;
651
651
  empty?: boolean;
652
652
  };
653
653
  export type FilterStudioRequest = {
@@ -707,8 +707,8 @@ export type PageStarterResponseWithRange = {
707
707
  content?: StarterResponseWithRange[];
708
708
  "number"?: number;
709
709
  sort?: SortObject[];
710
- pageable?: PageableObject;
711
710
  numberOfElements?: number;
711
+ pageable?: PageableObject;
712
712
  empty?: boolean;
713
713
  };
714
714
  export type FilterStackVersionPluginRequest = {
@@ -725,8 +725,8 @@ export type PageStackPluginResponse = {
725
725
  content?: StackPluginResponse[];
726
726
  "number"?: number;
727
727
  sort?: SortObject[];
728
- pageable?: PageableObject;
729
728
  numberOfElements?: number;
729
+ pageable?: PageableObject;
730
730
  empty?: boolean;
731
731
  };
732
732
  export type GetLinkPluginVersionStudioResponse = {
@@ -824,8 +824,8 @@ export type PageGetStackActionResponse = {
824
824
  content?: GetStackActionResponse[];
825
825
  "number"?: number;
826
826
  sort?: SortObject[];
827
- pageable?: PageableObject;
828
827
  numberOfElements?: number;
828
+ pageable?: PageableObject;
829
829
  empty?: boolean;
830
830
  };
831
831
  export type FilterStackVersionRequest = {
@@ -1007,8 +1007,8 @@ export type PageStudioResponse = {
1007
1007
  content?: StudioResponse[];
1008
1008
  "number"?: number;
1009
1009
  sort?: SortObject[];
1010
- pageable?: PageableObject;
1011
1010
  numberOfElements?: number;
1011
+ pageable?: PageableObject;
1012
1012
  empty?: boolean;
1013
1013
  };
1014
1014
  export type GovernanceDto = {
@@ -1034,8 +1034,8 @@ export type PagePluginVersionDto = {
1034
1034
  content?: PluginVersionDto[];
1035
1035
  "number"?: number;
1036
1036
  sort?: SortObject[];
1037
- pageable?: PageableObject;
1038
1037
  numberOfElements?: number;
1038
+ pageable?: PageableObject;
1039
1039
  empty?: boolean;
1040
1040
  };
1041
1041
  export type DownloadBase64Response = {
@@ -1061,8 +1061,8 @@ export type PageActionVersionDto = {
1061
1061
  content?: ActionVersionDto[];
1062
1062
  "number"?: number;
1063
1063
  sort?: SortObject[];
1064
- pageable?: PageableObject;
1065
1064
  numberOfElements?: number;
1065
+ pageable?: PageableObject;
1066
1066
  empty?: boolean;
1067
1067
  };
1068
1068
  export type StackStudioV2Response = {
@@ -1188,8 +1188,8 @@ export type PageGetWorkflowsByStudioResponse = {
1188
1188
  content?: GetWorkflowsByStudioResponse[];
1189
1189
  "number"?: number;
1190
1190
  sort?: SortObject[];
1191
- pageable?: PageableObject;
1192
1191
  numberOfElements?: number;
1192
+ pageable?: PageableObject;
1193
1193
  empty?: boolean;
1194
1194
  };
1195
1195
  export type ListWorkflowVersionsResponse = {
@@ -1209,8 +1209,8 @@ export type PageListWorkflowVersionsResponse = {
1209
1209
  content?: ListWorkflowVersionsResponse[];
1210
1210
  "number"?: number;
1211
1211
  sort?: SortObject[];
1212
- pageable?: PageableObject;
1213
1212
  numberOfElements?: number;
1213
+ pageable?: PageableObject;
1214
1214
  empty?: boolean;
1215
1215
  };
1216
1216
  export type DownloadWorkflowBase64Response = {
@@ -1282,8 +1282,8 @@ export type PageGetAvailableWorkflowVersionsResponse = {
1282
1282
  content?: GetAvailableWorkflowVersionsResponse[];
1283
1283
  "number"?: number;
1284
1284
  sort?: SortObject[];
1285
- pageable?: PageableObject;
1286
1285
  numberOfElements?: number;
1286
+ pageable?: PageableObject;
1287
1287
  empty?: boolean;
1288
1288
  };
1289
1289
  export type StackWorkspaceViewResponse = {
@@ -1302,8 +1302,8 @@ export type PageStackWorkspaceViewResponse = {
1302
1302
  content?: StackWorkspaceViewResponse[];
1303
1303
  "number"?: number;
1304
1304
  sort?: SortObject[];
1305
- pageable?: PageableObject;
1306
1305
  numberOfElements?: number;
1306
+ pageable?: PageableObject;
1307
1307
  empty?: boolean;
1308
1308
  };
1309
1309
  export type StackVersionInWorkspaceDetailResponse = {
@@ -1330,8 +1330,8 @@ export type PageStackWorkspaceDetailViewResponse = {
1330
1330
  content?: StackWorkspaceDetailViewResponse[];
1331
1331
  "number"?: number;
1332
1332
  sort?: SortObject[];
1333
- pageable?: PageableObject;
1334
1333
  numberOfElements?: number;
1334
+ pageable?: PageableObject;
1335
1335
  empty?: boolean;
1336
1336
  };
1337
1337
  export type GetUnusedStackVersionsResponse = {
@@ -1349,8 +1349,8 @@ export type PageGetUnusedStackVersionsResponse = {
1349
1349
  content?: GetUnusedStackVersionsResponse[];
1350
1350
  "number"?: number;
1351
1351
  sort?: SortObject[];
1352
- pageable?: PageableObject;
1353
1352
  numberOfElements?: number;
1353
+ pageable?: PageableObject;
1354
1354
  empty?: boolean;
1355
1355
  };
1356
1356
  export type StackModalViewResponse = {
@@ -1500,8 +1500,8 @@ export type PagePluginStarterResponse = {
1500
1500
  content?: PluginStarterResponse[];
1501
1501
  "number"?: number;
1502
1502
  sort?: SortObject[];
1503
- pageable?: PageableObject;
1504
1503
  numberOfElements?: number;
1504
+ pageable?: PageableObject;
1505
1505
  empty?: boolean;
1506
1506
  };
1507
1507
  export type GetPluginStackStarterUsageStackResponse = {
@@ -1526,8 +1526,8 @@ export type PageGetPluginStackStarterUsageResponse = {
1526
1526
  content?: GetPluginStackStarterUsageResponse[];
1527
1527
  "number"?: number;
1528
1528
  sort?: SortObject[];
1529
- pageable?: PageableObject;
1530
1529
  numberOfElements?: number;
1530
+ pageable?: PageableObject;
1531
1531
  empty?: boolean;
1532
1532
  };
1533
1533
  export type PluginStacksResponse = {
@@ -1548,8 +1548,8 @@ export type PagePluginStacksResponse = {
1548
1548
  content?: PluginStacksResponse[];
1549
1549
  "number"?: number;
1550
1550
  sort?: SortObject[];
1551
- pageable?: PageableObject;
1552
1551
  numberOfElements?: number;
1552
+ pageable?: PageableObject;
1553
1553
  empty?: boolean;
1554
1554
  };
1555
1555
  export type GetPluginStackUsageStackResponse = {
@@ -1574,8 +1574,8 @@ export type PageGetPluginStackUsageResponse = {
1574
1574
  content?: GetPluginStackUsageResponse[];
1575
1575
  "number"?: number;
1576
1576
  sort?: SortObject[];
1577
- pageable?: PageableObject;
1578
1577
  numberOfElements?: number;
1578
+ pageable?: PageableObject;
1579
1579
  empty?: boolean;
1580
1580
  };
1581
1581
  export type PluginInfrastructureWorkspaceResponse = {
@@ -1600,8 +1600,8 @@ export type PagePluginInfrastructureViewResponse = {
1600
1600
  content?: PluginInfrastructureViewResponse[];
1601
1601
  "number"?: number;
1602
1602
  sort?: SortObject[];
1603
- pageable?: PageableObject;
1604
1603
  numberOfElements?: number;
1604
+ pageable?: PageableObject;
1605
1605
  empty?: boolean;
1606
1606
  };
1607
1607
  export type GetInfrastructureEnvironmentsUsageEnvironmentResponse = {
@@ -1626,8 +1626,8 @@ export type PageInfrastructureEnvironmentsUsesPluginResponse = {
1626
1626
  content?: InfrastructureEnvironmentsUsesPluginResponse[];
1627
1627
  "number"?: number;
1628
1628
  sort?: SortObject[];
1629
- pageable?: PageableObject;
1630
1629
  numberOfElements?: number;
1630
+ pageable?: PageableObject;
1631
1631
  empty?: boolean;
1632
1632
  };
1633
1633
  export type PluginViewUsageMonitorResponse = {
@@ -1646,8 +1646,8 @@ export type PagePluginViewUsageMonitorResponse = {
1646
1646
  content?: PluginViewUsageMonitorResponse[];
1647
1647
  "number"?: number;
1648
1648
  sort?: SortObject[];
1649
- pageable?: PageableObject;
1650
1649
  numberOfElements?: number;
1650
+ pageable?: PageableObject;
1651
1651
  empty?: boolean;
1652
1652
  };
1653
1653
  export type DependentPluginVersionResponse = {
@@ -1667,8 +1667,8 @@ export type PageGetDependentPluginsVersionsResponse = {
1667
1667
  content?: GetDependentPluginsVersionsResponse[];
1668
1668
  "number"?: number;
1669
1669
  sort?: SortObject[];
1670
- pageable?: PageableObject;
1671
1670
  numberOfElements?: number;
1671
+ pageable?: PageableObject;
1672
1672
  empty?: boolean;
1673
1673
  };
1674
1674
  export type GetPluginVersionsNotInUseResponse = {
@@ -1685,8 +1685,8 @@ export type PageGetPluginVersionsNotInUseResponse = {
1685
1685
  content?: GetPluginVersionsNotInUseResponse[];
1686
1686
  "number"?: number;
1687
1687
  sort?: SortObject[];
1688
- pageable?: PageableObject;
1689
1688
  numberOfElements?: number;
1689
+ pageable?: PageableObject;
1690
1690
  empty?: boolean;
1691
1691
  };
1692
1692
  export type PluginInUseSummaryResponse = {
@@ -1719,8 +1719,8 @@ export type PagePluginApplicationsResponse = {
1719
1719
  content?: PluginApplicationsResponse[];
1720
1720
  "number"?: number;
1721
1721
  sort?: SortObject[];
1722
- pageable?: PageableObject;
1723
1722
  numberOfElements?: number;
1723
+ pageable?: PageableObject;
1724
1724
  empty?: boolean;
1725
1725
  };
1726
1726
  export type PluginUsageMonitorApplicationViewVersionResponse = {
@@ -1745,8 +1745,8 @@ export type PagePluginUsageMonitorApplicationViewResponse = {
1745
1745
  content?: PluginUsageMonitorApplicationViewResponse[];
1746
1746
  "number"?: number;
1747
1747
  sort?: SortObject[];
1748
- pageable?: PageableObject;
1749
1748
  numberOfElements?: number;
1749
+ pageable?: PageableObject;
1750
1750
  empty?: boolean;
1751
1751
  };
1752
1752
  export type ListActionVersionItemResponse = {
@@ -1868,8 +1868,8 @@ export type PageContentEvaluationResponse = {
1868
1868
  content?: ContentEvaluationResponse[];
1869
1869
  "number"?: number;
1870
1870
  sort?: SortObject[];
1871
- pageable?: PageableObject;
1872
1871
  numberOfElements?: number;
1872
+ pageable?: PageableObject;
1873
1873
  empty?: boolean;
1874
1874
  };
1875
1875
  export type ContentEvaluationSummaryDetailsResponse = {
@@ -2015,7 +2015,8 @@ export declare function createConnectionInterfaceType({ createConnectionInterfac
2015
2015
  /**
2016
2016
  * Validate and return info from a workflow
2017
2017
  */
2018
- export declare function validateWorkflow({ body }: {
2018
+ export declare function validateWorkflow({ studioSlug, body }: {
2019
+ studioSlug?: string;
2019
2020
  body?: {
2020
2021
  file: Blob;
2021
2022
  };
@@ -2198,8 +2199,9 @@ export declare function listStudios({ xWorkspaceId, filterStudioRequest }: {
2198
2199
  /**
2199
2200
  * Validate and return info from a starter
2200
2201
  */
2201
- export declare function validateStack({ starterPath, body }: {
2202
+ export declare function validateStack({ starterPath, studioSlug, body }: {
2202
2203
  starterPath: string;
2204
+ studioSlug?: string;
2203
2205
  body?: {
2204
2206
  file: Blob;
2205
2207
  };
@@ -2349,7 +2351,8 @@ export declare function getStackVersionListByIds({ xWorkspaceId, filterStackVers
2349
2351
  /**
2350
2352
  * Validate and return info from a stack
2351
2353
  */
2352
- export declare function validateStack1({ body }: {
2354
+ export declare function validateStack1({ studioSlug, body }: {
2355
+ studioSlug?: string;
2353
2356
  body?: {
2354
2357
  file: Blob;
2355
2358
  };
@@ -2377,7 +2380,8 @@ export declare function deprecatePluginVersion({ pluginVersionId, deprecateConte
2377
2380
  /**
2378
2381
  * Validate and return info from a plugin
2379
2382
  */
2380
- export declare function validatePlugin({ body }: {
2383
+ export declare function validatePlugin({ studioSlug, body }: {
2384
+ studioSlug?: string;
2381
2385
  body?: {
2382
2386
  file: Blob;
2383
2387
  };
@@ -2429,7 +2433,8 @@ export declare function deprecateActionVersion({ actionVersionId, deprecateConte
2429
2433
  /**
2430
2434
  * Validate and return info from a action
2431
2435
  */
2432
- export declare function validateAction({ body }: {
2436
+ export declare function validateAction({ studioSlug, body }: {
2437
+ studioSlug?: string;
2433
2438
  body?: {
2434
2439
  file: Blob;
2435
2440
  };