@harnessio/react-rmg-service-client 0.16.0 → 0.18.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/dist/rmg-service/src/services/hooks/useGetOrchestrationActivitiesByAcitivityRefsMutation.d.ts +38 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationActivitiesByAcitivityRefsMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationActivitiesByProcessIdentifierQuery.d.ts +31 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationActivitiesByProcessIdentifierQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationActivityInputStoreQuery.d.ts +33 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationActivityInputStoreQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationActivityInputStoreSummaryQuery.d.ts +25 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationActivityInputStoreSummaryQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationActivityQuery.d.ts +25 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationActivityQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationProcessInputStoreSummaryQuery.d.ts +25 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationProcessInputStoreSummaryQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationProcessQuery.d.ts +25 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationProcessQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationProcessSummaryQuery.d.ts +25 -0
- package/dist/rmg-service/src/services/hooks/useGetOrchestrationProcessSummaryQuery.js +14 -0
- package/dist/rmg-service/src/services/hooks/usePostOrchestrationActivityInputStoreMutation.d.ts +25 -0
- package/dist/rmg-service/src/services/hooks/usePostOrchestrationActivityInputStoreMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/usePostOrchestrationActivityMutation.d.ts +25 -0
- package/dist/rmg-service/src/services/hooks/usePostOrchestrationActivityMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/usePostOrchestrationProcessInputStoreMutation.d.ts +41 -0
- package/dist/rmg-service/src/services/hooks/usePostOrchestrationProcessInputStoreMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/usePostOrchestrationProcessMutation.d.ts +25 -0
- package/dist/rmg-service/src/services/hooks/usePostOrchestrationProcessMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/usePutOrchestrationActivityInputStoreMutation.d.ts +31 -0
- package/dist/rmg-service/src/services/hooks/usePutOrchestrationActivityInputStoreMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/usePutOrchestrationActivityMutation.d.ts +27 -0
- package/dist/rmg-service/src/services/hooks/usePutOrchestrationActivityMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/usePutOrchestrationProcessInputStoreMutation.d.ts +39 -0
- package/dist/rmg-service/src/services/hooks/usePutOrchestrationProcessInputStoreMutation.js +14 -0
- package/dist/rmg-service/src/services/hooks/usePutOrchestrationProcessMutation.d.ts +27 -0
- package/dist/rmg-service/src/services/hooks/usePutOrchestrationProcessMutation.js +14 -0
- package/dist/rmg-service/src/services/index.d.ts +58 -0
- package/dist/rmg-service/src/services/index.js +16 -0
- package/dist/rmg-service/src/services/requestBodies/CreateOrchestrationActivityInputStoreRequestRequestBody.d.ts +6 -0
- package/dist/rmg-service/src/services/requestBodies/CreateOrchestrationActivityInputStoreRequestRequestBody.js +4 -0
- package/dist/rmg-service/src/services/requestBodies/CreateOrchestrationActivityRequestRequestBody.d.ts +3 -0
- package/dist/rmg-service/src/services/requestBodies/CreateOrchestrationActivityRequestRequestBody.js +4 -0
- package/dist/rmg-service/src/services/requestBodies/CreateOrchestrationProcessRequestRequestBody.d.ts +6 -0
- package/dist/rmg-service/src/services/requestBodies/CreateOrchestrationProcessRequestRequestBody.js +4 -0
- package/dist/rmg-service/src/services/requestBodies/UpdateOrchestrationActivityRequestRequestBody.d.ts +3 -0
- package/dist/rmg-service/src/services/requestBodies/UpdateOrchestrationActivityRequestRequestBody.js +4 -0
- package/dist/rmg-service/src/services/requestBodies/UpdateOrchestrationProcessRequestRequestBody.d.ts +3 -0
- package/dist/rmg-service/src/services/requestBodies/UpdateOrchestrationProcessRequestRequestBody.js +4 -0
- package/dist/rmg-service/src/services/responses/CreateOrchestrationActivityInputStoreResponseResponse.d.ts +10 -0
- package/dist/rmg-service/src/services/responses/CreateOrchestrationActivityInputStoreResponseResponse.js +4 -0
- package/dist/rmg-service/src/services/responses/CreateOrchestrationActivityResponseResponse.d.ts +4 -0
- package/dist/rmg-service/src/services/responses/CreateOrchestrationActivityResponseResponse.js +4 -0
- package/dist/rmg-service/src/services/responses/CreateOrchestrationProcessInputStoreResponseResponse.d.ts +6 -0
- package/dist/rmg-service/src/services/responses/CreateOrchestrationProcessInputStoreResponseResponse.js +4 -0
- package/dist/rmg-service/src/services/responses/CreateOrchestrationProcessResponseResponse.d.ts +10 -0
- package/dist/rmg-service/src/services/responses/CreateOrchestrationProcessResponseResponse.js +4 -0
- package/dist/rmg-service/src/services/responses/GetOrchestrationActivityResponseResponse.d.ts +10 -0
- package/dist/rmg-service/src/services/responses/GetOrchestrationActivityResponseResponse.js +4 -0
- package/dist/rmg-service/src/services/responses/GetOrchestrationProcessResponseResponse.d.ts +10 -0
- package/dist/rmg-service/src/services/responses/GetOrchestrationProcessResponseResponse.js +4 -0
- package/dist/rmg-service/src/services/responses/OrchestrationActivityInputStoreSummaryResponseResponse.d.ts +16 -0
- package/dist/rmg-service/src/services/responses/OrchestrationActivityInputStoreSummaryResponseResponse.js +1 -0
- package/dist/rmg-service/src/services/responses/OrchestrationActivityListByProcessIdentifierResponseResponse.d.ts +10 -0
- package/dist/rmg-service/src/services/responses/OrchestrationActivityListByProcessIdentifierResponseResponse.js +1 -0
- package/dist/rmg-service/src/services/responses/OrchestrationProcessInputStoreSummaryResponseResponse.d.ts +16 -0
- package/dist/rmg-service/src/services/responses/OrchestrationProcessInputStoreSummaryResponseResponse.js +1 -0
- package/dist/rmg-service/src/services/responses/OrchestrationProcessSummaryResponseResponse.d.ts +16 -0
- package/dist/rmg-service/src/services/responses/OrchestrationProcessSummaryResponseResponse.js +1 -0
- package/dist/rmg-service/src/services/schemas/CreateOrchestrationActivityInputSetRequestType.d.ts +4 -0
- package/dist/rmg-service/src/services/schemas/CreateOrchestrationActivityInputSetRequestType.js +4 -0
- package/dist/rmg-service/src/services/schemas/CreateOrchestrationActivityRequestType.d.ts +4 -0
- package/dist/rmg-service/src/services/schemas/CreateOrchestrationActivityRequestType.js +4 -0
- package/dist/rmg-service/src/services/schemas/LastUpdatedByDto.d.ts +5 -0
- package/dist/rmg-service/src/services/schemas/LastUpdatedByDto.js +4 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationActivityInputStoreDto.d.ts +8 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationActivityInputStoreDto.js +1 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationActivityYaml.d.ts +18 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationActivityYaml.js +4 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationActivityYamlDto.d.ts +10 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationActivityYamlDto.js +4 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationPhaseYaml.d.ts +24 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationPhaseYaml.js +1 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationProcessDto.d.ts +8 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationProcessDto.js +1 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationProcessInputStoreDto.d.ts +9 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationProcessInputStoreDto.js +1 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationReleaseProcessYaml.d.ts +16 -0
- package/dist/rmg-service/src/services/schemas/OrchestrationReleaseProcessYaml.js +1 -0
- package/dist/rmg-service/src/services/schemas/PipelineOrchestrationActivityYaml.d.ts +62 -0
- package/dist/rmg-service/src/services/schemas/PipelineOrchestrationActivityYaml.js +4 -0
- package/dist/rmg-service/src/services/schemas/ReleaseGroupDto.d.ts +2 -5
- package/package.json +1 -1
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ErrorResponseResponse } from '../responses/ErrorResponseResponse';
|
|
3
|
+
import type { UpdateOrchestrationActivityRequestRequestBody } from '../requestBodies/UpdateOrchestrationActivityRequestRequestBody';
|
|
4
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
5
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
6
|
+
export interface PutOrchestrationActivityMutationPathParams {
|
|
7
|
+
identifier: string;
|
|
8
|
+
}
|
|
9
|
+
export interface PutOrchestrationActivityMutationQueryParams {
|
|
10
|
+
orgIdentifier?: string;
|
|
11
|
+
projectIdentifier?: string;
|
|
12
|
+
}
|
|
13
|
+
export interface PutOrchestrationActivityMutationHeaderParams {
|
|
14
|
+
'Harness-Account': string;
|
|
15
|
+
}
|
|
16
|
+
export type PutOrchestrationActivityRequestBody = UpdateOrchestrationActivityRequestRequestBody;
|
|
17
|
+
export type PutOrchestrationActivityOkResponse = ResponseWithPagination<unknown>;
|
|
18
|
+
export type PutOrchestrationActivityErrorResponse = ErrorResponseResponse;
|
|
19
|
+
export interface PutOrchestrationActivityProps extends PutOrchestrationActivityMutationPathParams, Omit<FetcherOptions<PutOrchestrationActivityMutationQueryParams, PutOrchestrationActivityRequestBody, PutOrchestrationActivityMutationHeaderParams>, 'url'> {
|
|
20
|
+
queryParams: PutOrchestrationActivityMutationQueryParams;
|
|
21
|
+
body: PutOrchestrationActivityRequestBody;
|
|
22
|
+
}
|
|
23
|
+
export declare function putOrchestrationActivity(props: PutOrchestrationActivityProps): Promise<PutOrchestrationActivityOkResponse>;
|
|
24
|
+
/**
|
|
25
|
+
* Update an orchestration activity with the provided YAML configuration
|
|
26
|
+
*/
|
|
27
|
+
export declare function usePutOrchestrationActivityMutation(options?: Omit<UseMutationOptions<PutOrchestrationActivityOkResponse, PutOrchestrationActivityErrorResponse, PutOrchestrationActivityProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<PutOrchestrationActivityOkResponse, import("..").Error, PutOrchestrationActivityProps, unknown>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
// This code is autogenerated using @harnessio/oats-cli.
|
|
3
|
+
// Please do not modify this code directly.
|
|
4
|
+
import { useMutation } from '@tanstack/react-query';
|
|
5
|
+
import { fetcher } from '../../../../fetcher/index.js';
|
|
6
|
+
export function putOrchestrationActivity(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/orchestration/activity/${props.identifier}`, method: 'PUT' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Update an orchestration activity with the provided YAML configuration
|
|
11
|
+
*/
|
|
12
|
+
export function usePutOrchestrationActivityMutation(options) {
|
|
13
|
+
return useMutation((mutateProps) => putOrchestrationActivity(mutateProps), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ErrorResponseResponse } from '../responses/ErrorResponseResponse';
|
|
3
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
4
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
5
|
+
export interface PutOrchestrationProcessInputStoreMutationPathParams {
|
|
6
|
+
identifier: string;
|
|
7
|
+
}
|
|
8
|
+
export interface PutOrchestrationProcessInputStoreMutationQueryParams {
|
|
9
|
+
orgIdentifier?: string;
|
|
10
|
+
projectIdentifier?: string;
|
|
11
|
+
}
|
|
12
|
+
export interface PutOrchestrationProcessInputStoreMutationHeaderParams {
|
|
13
|
+
'Harness-Account': string;
|
|
14
|
+
}
|
|
15
|
+
export type PutOrchestrationProcessInputStoreRequestBody = {
|
|
16
|
+
/**
|
|
17
|
+
* Identifier of the activity
|
|
18
|
+
*/
|
|
19
|
+
activityIdentifier: string;
|
|
20
|
+
/**
|
|
21
|
+
* Reference to the activity input
|
|
22
|
+
*/
|
|
23
|
+
activityInputRef: string;
|
|
24
|
+
/**
|
|
25
|
+
* Identifier of the phase
|
|
26
|
+
*/
|
|
27
|
+
phaseIdentifier: string;
|
|
28
|
+
};
|
|
29
|
+
export type PutOrchestrationProcessInputStoreOkResponse = ResponseWithPagination<unknown>;
|
|
30
|
+
export type PutOrchestrationProcessInputStoreErrorResponse = ErrorResponseResponse;
|
|
31
|
+
export interface PutOrchestrationProcessInputStoreProps extends PutOrchestrationProcessInputStoreMutationPathParams, Omit<FetcherOptions<PutOrchestrationProcessInputStoreMutationQueryParams, PutOrchestrationProcessInputStoreRequestBody, PutOrchestrationProcessInputStoreMutationHeaderParams>, 'url'> {
|
|
32
|
+
queryParams: PutOrchestrationProcessInputStoreMutationQueryParams;
|
|
33
|
+
body: PutOrchestrationProcessInputStoreRequestBody;
|
|
34
|
+
}
|
|
35
|
+
export declare function putOrchestrationProcessInputStore(props: PutOrchestrationProcessInputStoreProps): Promise<PutOrchestrationProcessInputStoreOkResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Update the process input store to patch activity ref to activity input ref
|
|
38
|
+
*/
|
|
39
|
+
export declare function usePutOrchestrationProcessInputStoreMutation(options?: Omit<UseMutationOptions<PutOrchestrationProcessInputStoreOkResponse, PutOrchestrationProcessInputStoreErrorResponse, PutOrchestrationProcessInputStoreProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<PutOrchestrationProcessInputStoreOkResponse, import("..").Error, PutOrchestrationProcessInputStoreProps, unknown>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
// This code is autogenerated using @harnessio/oats-cli.
|
|
3
|
+
// Please do not modify this code directly.
|
|
4
|
+
import { useMutation } from '@tanstack/react-query';
|
|
5
|
+
import { fetcher } from '../../../../fetcher/index.js';
|
|
6
|
+
export function putOrchestrationProcessInputStore(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/orchestration/process/inputStore/${props.identifier}`, method: 'PUT' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Update the process input store to patch activity ref to activity input ref
|
|
11
|
+
*/
|
|
12
|
+
export function usePutOrchestrationProcessInputStoreMutation(options) {
|
|
13
|
+
return useMutation((mutateProps) => putOrchestrationProcessInputStore(mutateProps), options);
|
|
14
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { UseMutationOptions } from '@tanstack/react-query';
|
|
2
|
+
import type { ErrorResponseResponse } from '../responses/ErrorResponseResponse';
|
|
3
|
+
import type { UpdateOrchestrationProcessRequestRequestBody } from '../requestBodies/UpdateOrchestrationProcessRequestRequestBody';
|
|
4
|
+
import type { ResponseWithPagination } from '../helpers';
|
|
5
|
+
import { FetcherOptions } from '../../../../fetcher/index.js';
|
|
6
|
+
export interface PutOrchestrationProcessMutationPathParams {
|
|
7
|
+
identifier: string;
|
|
8
|
+
}
|
|
9
|
+
export interface PutOrchestrationProcessMutationQueryParams {
|
|
10
|
+
orgIdentifier?: string;
|
|
11
|
+
projectIdentifier?: string;
|
|
12
|
+
}
|
|
13
|
+
export interface PutOrchestrationProcessMutationHeaderParams {
|
|
14
|
+
'Harness-Account': string;
|
|
15
|
+
}
|
|
16
|
+
export type PutOrchestrationProcessRequestBody = UpdateOrchestrationProcessRequestRequestBody;
|
|
17
|
+
export type PutOrchestrationProcessOkResponse = ResponseWithPagination<unknown>;
|
|
18
|
+
export type PutOrchestrationProcessErrorResponse = ErrorResponseResponse;
|
|
19
|
+
export interface PutOrchestrationProcessProps extends PutOrchestrationProcessMutationPathParams, Omit<FetcherOptions<PutOrchestrationProcessMutationQueryParams, PutOrchestrationProcessRequestBody, PutOrchestrationProcessMutationHeaderParams>, 'url'> {
|
|
20
|
+
queryParams: PutOrchestrationProcessMutationQueryParams;
|
|
21
|
+
body: PutOrchestrationProcessRequestBody;
|
|
22
|
+
}
|
|
23
|
+
export declare function putOrchestrationProcess(props: PutOrchestrationProcessProps): Promise<PutOrchestrationProcessOkResponse>;
|
|
24
|
+
/**
|
|
25
|
+
* Update an orchestration process with the provided YAML configuration
|
|
26
|
+
*/
|
|
27
|
+
export declare function usePutOrchestrationProcessMutation(options?: Omit<UseMutationOptions<PutOrchestrationProcessOkResponse, PutOrchestrationProcessErrorResponse, PutOrchestrationProcessProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<PutOrchestrationProcessOkResponse, import("..").Error, PutOrchestrationProcessProps, unknown>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
// This code is autogenerated using @harnessio/oats-cli.
|
|
3
|
+
// Please do not modify this code directly.
|
|
4
|
+
import { useMutation } from '@tanstack/react-query';
|
|
5
|
+
import { fetcher } from '../../../../fetcher/index.js';
|
|
6
|
+
export function putOrchestrationProcess(props) {
|
|
7
|
+
return fetcher(Object.assign({ url: `/orchestration/process/${props.identifier}`, method: 'PUT' }, props));
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Update an orchestration process with the provided YAML configuration
|
|
11
|
+
*/
|
|
12
|
+
export function usePutOrchestrationProcessMutation(options) {
|
|
13
|
+
return useMutation((mutateProps) => putOrchestrationProcess(mutateProps), options);
|
|
14
|
+
}
|
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
export type { GetPathParamsType, ResponseWithPagination } from './helpers';
|
|
2
2
|
export type { DeleteReleaseGroupErrorResponse, DeleteReleaseGroupMutationPathParams, DeleteReleaseGroupMutationQueryParams, DeleteReleaseGroupOkResponse, DeleteReleaseGroupProps, } from './hooks/useDeleteReleaseGroupMutation';
|
|
3
3
|
export { deleteReleaseGroup, useDeleteReleaseGroupMutation, } from './hooks/useDeleteReleaseGroupMutation';
|
|
4
|
+
export type { GetOrchestrationActivitiesByAcitivityRefsErrorResponse, GetOrchestrationActivitiesByAcitivityRefsMutationPathParams, GetOrchestrationActivitiesByAcitivityRefsMutationQueryParams, GetOrchestrationActivitiesByAcitivityRefsOkResponse, GetOrchestrationActivitiesByAcitivityRefsProps, GetOrchestrationActivitiesByAcitivityRefsRequestBody, } from './hooks/useGetOrchestrationActivitiesByAcitivityRefsMutation';
|
|
5
|
+
export { getOrchestrationActivitiesByAcitivityRefs, useGetOrchestrationActivitiesByAcitivityRefsMutation, } from './hooks/useGetOrchestrationActivitiesByAcitivityRefsMutation';
|
|
6
|
+
export type { GetOrchestrationActivitiesByProcessIdentifierErrorResponse, GetOrchestrationActivitiesByProcessIdentifierOkResponse, GetOrchestrationActivitiesByProcessIdentifierProps, GetOrchestrationActivitiesByProcessIdentifierQueryPathParams, GetOrchestrationActivitiesByProcessIdentifierQueryQueryParams, } from './hooks/useGetOrchestrationActivitiesByProcessIdentifierQuery';
|
|
7
|
+
export { getOrchestrationActivitiesByProcessIdentifier, useGetOrchestrationActivitiesByProcessIdentifierQuery, } from './hooks/useGetOrchestrationActivitiesByProcessIdentifierQuery';
|
|
8
|
+
export type { GetOrchestrationActivityInputStoreErrorResponse, GetOrchestrationActivityInputStoreOkResponse, GetOrchestrationActivityInputStoreProps, GetOrchestrationActivityInputStoreQueryPathParams, GetOrchestrationActivityInputStoreQueryQueryParams, } from './hooks/useGetOrchestrationActivityInputStoreQuery';
|
|
9
|
+
export { getOrchestrationActivityInputStore, useGetOrchestrationActivityInputStoreQuery, } from './hooks/useGetOrchestrationActivityInputStoreQuery';
|
|
10
|
+
export type { GetOrchestrationActivityInputStoreSummaryErrorResponse, GetOrchestrationActivityInputStoreSummaryOkResponse, GetOrchestrationActivityInputStoreSummaryProps, GetOrchestrationActivityInputStoreSummaryQueryQueryParams, } from './hooks/useGetOrchestrationActivityInputStoreSummaryQuery';
|
|
11
|
+
export { getOrchestrationActivityInputStoreSummary, useGetOrchestrationActivityInputStoreSummaryQuery, } from './hooks/useGetOrchestrationActivityInputStoreSummaryQuery';
|
|
12
|
+
export type { GetOrchestrationActivityErrorResponse, GetOrchestrationActivityOkResponse, GetOrchestrationActivityProps, GetOrchestrationActivityQueryPathParams, GetOrchestrationActivityQueryQueryParams, } from './hooks/useGetOrchestrationActivityQuery';
|
|
13
|
+
export { getOrchestrationActivity, useGetOrchestrationActivityQuery, } from './hooks/useGetOrchestrationActivityQuery';
|
|
14
|
+
export type { GetOrchestrationProcessInputStoreSummaryErrorResponse, GetOrchestrationProcessInputStoreSummaryOkResponse, GetOrchestrationProcessInputStoreSummaryProps, GetOrchestrationProcessInputStoreSummaryQueryQueryParams, } from './hooks/useGetOrchestrationProcessInputStoreSummaryQuery';
|
|
15
|
+
export { getOrchestrationProcessInputStoreSummary, useGetOrchestrationProcessInputStoreSummaryQuery, } from './hooks/useGetOrchestrationProcessInputStoreSummaryQuery';
|
|
16
|
+
export type { GetOrchestrationProcessErrorResponse, GetOrchestrationProcessOkResponse, GetOrchestrationProcessProps, GetOrchestrationProcessQueryPathParams, GetOrchestrationProcessQueryQueryParams, } from './hooks/useGetOrchestrationProcessQuery';
|
|
17
|
+
export { getOrchestrationProcess, useGetOrchestrationProcessQuery, } from './hooks/useGetOrchestrationProcessQuery';
|
|
18
|
+
export type { GetOrchestrationProcessSummaryErrorResponse, GetOrchestrationProcessSummaryOkResponse, GetOrchestrationProcessSummaryProps, GetOrchestrationProcessSummaryQueryQueryParams, } from './hooks/useGetOrchestrationProcessSummaryQuery';
|
|
19
|
+
export { getOrchestrationProcessSummary, useGetOrchestrationProcessSummaryQuery, } from './hooks/useGetOrchestrationProcessSummaryQuery';
|
|
4
20
|
export type { GetReleaseActivitiesErrorResponse, GetReleaseActivitiesOkResponse, GetReleaseActivitiesProps, GetReleaseActivitiesQueryPathParams, GetReleaseActivitiesQueryQueryParams, } from './hooks/useGetReleaseActivitiesQuery';
|
|
5
21
|
export { getReleaseActivities, useGetReleaseActivitiesQuery, } from './hooks/useGetReleaseActivitiesQuery';
|
|
6
22
|
export type { GetReleaseConflictsErrorResponse, GetReleaseConflictsOkResponse, GetReleaseConflictsProps, GetReleaseConflictsQueryPathParams, GetReleaseConflictsQueryQueryParams, } from './hooks/useGetReleaseConflictsQuery';
|
|
@@ -21,26 +37,57 @@ export type { GetReleaseReleaseIdEnvironmentDashboardErrorResponse, GetReleaseRe
|
|
|
21
37
|
export { getReleaseReleaseIdEnvironmentDashboard, useGetReleaseReleaseIdEnvironmentDashboardQuery, } from './hooks/useGetReleaseReleaseIdEnvironmentDashboardQuery';
|
|
22
38
|
export type { GetReleaseReleaseIdEnvironmentsErrorResponse, GetReleaseReleaseIdEnvironmentsOkResponse, GetReleaseReleaseIdEnvironmentsProps, GetReleaseReleaseIdEnvironmentsQueryPathParams, GetReleaseReleaseIdEnvironmentsQueryQueryParams, } from './hooks/useGetReleaseReleaseIdEnvironmentsQuery';
|
|
23
39
|
export { getReleaseReleaseIdEnvironments, useGetReleaseReleaseIdEnvironmentsQuery, } from './hooks/useGetReleaseReleaseIdEnvironmentsQuery';
|
|
40
|
+
export type { PostOrchestrationActivityInputStoreErrorResponse, PostOrchestrationActivityInputStoreMutationQueryParams, PostOrchestrationActivityInputStoreOkResponse, PostOrchestrationActivityInputStoreProps, PostOrchestrationActivityInputStoreRequestBody, } from './hooks/usePostOrchestrationActivityInputStoreMutation';
|
|
41
|
+
export { postOrchestrationActivityInputStore, usePostOrchestrationActivityInputStoreMutation, } from './hooks/usePostOrchestrationActivityInputStoreMutation';
|
|
42
|
+
export type { PostOrchestrationActivityErrorResponse, PostOrchestrationActivityMutationQueryParams, PostOrchestrationActivityOkResponse, PostOrchestrationActivityProps, PostOrchestrationActivityRequestBody, } from './hooks/usePostOrchestrationActivityMutation';
|
|
43
|
+
export { postOrchestrationActivity, usePostOrchestrationActivityMutation, } from './hooks/usePostOrchestrationActivityMutation';
|
|
44
|
+
export type { PostOrchestrationProcessInputStoreErrorResponse, PostOrchestrationProcessInputStoreMutationQueryParams, PostOrchestrationProcessInputStoreOkResponse, PostOrchestrationProcessInputStoreProps, PostOrchestrationProcessInputStoreRequestBody, } from './hooks/usePostOrchestrationProcessInputStoreMutation';
|
|
45
|
+
export { postOrchestrationProcessInputStore, usePostOrchestrationProcessInputStoreMutation, } from './hooks/usePostOrchestrationProcessInputStoreMutation';
|
|
46
|
+
export type { PostOrchestrationProcessErrorResponse, PostOrchestrationProcessMutationQueryParams, PostOrchestrationProcessOkResponse, PostOrchestrationProcessProps, PostOrchestrationProcessRequestBody, } from './hooks/usePostOrchestrationProcessMutation';
|
|
47
|
+
export { postOrchestrationProcess, usePostOrchestrationProcessMutation, } from './hooks/usePostOrchestrationProcessMutation';
|
|
24
48
|
export type { PostReleaseGroupErrorResponse, PostReleaseGroupMutationQueryParams, PostReleaseGroupOkResponse, PostReleaseGroupProps, PostReleaseGroupRequestBody, } from './hooks/usePostReleaseGroupMutation';
|
|
25
49
|
export { postReleaseGroup, usePostReleaseGroupMutation } from './hooks/usePostReleaseGroupMutation';
|
|
26
50
|
export type { PostReleaseSummaryErrorResponse, PostReleaseSummaryMutationQueryParams, PostReleaseSummaryOkResponse, PostReleaseSummaryProps, PostReleaseSummaryRequestBody, } from './hooks/usePostReleaseSummaryMutation';
|
|
27
51
|
export { postReleaseSummary, usePostReleaseSummaryMutation, } from './hooks/usePostReleaseSummaryMutation';
|
|
52
|
+
export type { PutOrchestrationActivityInputStoreErrorResponse, PutOrchestrationActivityInputStoreMutationPathParams, PutOrchestrationActivityInputStoreMutationQueryParams, PutOrchestrationActivityInputStoreOkResponse, PutOrchestrationActivityInputStoreProps, PutOrchestrationActivityInputStoreRequestBody, } from './hooks/usePutOrchestrationActivityInputStoreMutation';
|
|
53
|
+
export { putOrchestrationActivityInputStore, usePutOrchestrationActivityInputStoreMutation, } from './hooks/usePutOrchestrationActivityInputStoreMutation';
|
|
54
|
+
export type { PutOrchestrationActivityErrorResponse, PutOrchestrationActivityMutationPathParams, PutOrchestrationActivityMutationQueryParams, PutOrchestrationActivityOkResponse, PutOrchestrationActivityProps, PutOrchestrationActivityRequestBody, } from './hooks/usePutOrchestrationActivityMutation';
|
|
55
|
+
export { putOrchestrationActivity, usePutOrchestrationActivityMutation, } from './hooks/usePutOrchestrationActivityMutation';
|
|
56
|
+
export type { PutOrchestrationProcessInputStoreErrorResponse, PutOrchestrationProcessInputStoreMutationPathParams, PutOrchestrationProcessInputStoreMutationQueryParams, PutOrchestrationProcessInputStoreOkResponse, PutOrchestrationProcessInputStoreProps, PutOrchestrationProcessInputStoreRequestBody, } from './hooks/usePutOrchestrationProcessInputStoreMutation';
|
|
57
|
+
export { putOrchestrationProcessInputStore, usePutOrchestrationProcessInputStoreMutation, } from './hooks/usePutOrchestrationProcessInputStoreMutation';
|
|
58
|
+
export type { PutOrchestrationProcessErrorResponse, PutOrchestrationProcessMutationPathParams, PutOrchestrationProcessMutationQueryParams, PutOrchestrationProcessOkResponse, PutOrchestrationProcessProps, PutOrchestrationProcessRequestBody, } from './hooks/usePutOrchestrationProcessMutation';
|
|
59
|
+
export { putOrchestrationProcess, usePutOrchestrationProcessMutation, } from './hooks/usePutOrchestrationProcessMutation';
|
|
28
60
|
export type { PutReleaseGroupErrorResponse, PutReleaseGroupMutationPathParams, PutReleaseGroupMutationQueryParams, PutReleaseGroupOkResponse, PutReleaseGroupProps, PutReleaseGroupRequestBody, } from './hooks/usePutReleaseGroupMutation';
|
|
29
61
|
export { putReleaseGroup, usePutReleaseGroupMutation } from './hooks/usePutReleaseGroupMutation';
|
|
30
62
|
export type { PutReleaseReleaseIdErrorResponse, PutReleaseReleaseIdMutationPathParams, PutReleaseReleaseIdOkResponse, PutReleaseReleaseIdProps, PutReleaseReleaseIdRequestBody, } from './hooks/usePutReleaseReleaseIdMutation';
|
|
31
63
|
export { putReleaseReleaseId, usePutReleaseReleaseIdMutation, } from './hooks/usePutReleaseReleaseIdMutation';
|
|
32
64
|
export type { UpdateReleaseConflictErrorResponse, UpdateReleaseConflictMutationPathParams, UpdateReleaseConflictOkResponse, UpdateReleaseConflictProps, UpdateReleaseConflictRequestBody, } from './hooks/useUpdateReleaseConflictMutation';
|
|
33
65
|
export { updateReleaseConflict, useUpdateReleaseConflictMutation, } from './hooks/useUpdateReleaseConflictMutation';
|
|
66
|
+
export type { CreateOrchestrationActivityInputStoreRequestRequestBody } from './requestBodies/CreateOrchestrationActivityInputStoreRequestRequestBody';
|
|
67
|
+
export type { CreateOrchestrationActivityRequestRequestBody } from './requestBodies/CreateOrchestrationActivityRequestRequestBody';
|
|
68
|
+
export type { CreateOrchestrationProcessRequestRequestBody } from './requestBodies/CreateOrchestrationProcessRequestRequestBody';
|
|
34
69
|
export type { CreateReleaseGroupRequestRequestBody } from './requestBodies/CreateReleaseGroupRequestRequestBody';
|
|
35
70
|
export type { ReleaseSummaryRequestRequestBody } from './requestBodies/ReleaseSummaryRequestRequestBody';
|
|
71
|
+
export type { UpdateOrchestrationActivityRequestRequestBody } from './requestBodies/UpdateOrchestrationActivityRequestRequestBody';
|
|
72
|
+
export type { UpdateOrchestrationProcessRequestRequestBody } from './requestBodies/UpdateOrchestrationProcessRequestRequestBody';
|
|
36
73
|
export type { UpdateReleaseGroupRequestRequestBody } from './requestBodies/UpdateReleaseGroupRequestRequestBody';
|
|
37
74
|
export type { UpdateReleaseRequestRequestBody } from './requestBodies/UpdateReleaseRequestRequestBody';
|
|
75
|
+
export type { CreateOrchestrationActivityInputStoreResponseResponse } from './responses/CreateOrchestrationActivityInputStoreResponseResponse';
|
|
76
|
+
export type { CreateOrchestrationActivityResponseResponse } from './responses/CreateOrchestrationActivityResponseResponse';
|
|
77
|
+
export type { CreateOrchestrationProcessInputStoreResponseResponse } from './responses/CreateOrchestrationProcessInputStoreResponseResponse';
|
|
78
|
+
export type { CreateOrchestrationProcessResponseResponse } from './responses/CreateOrchestrationProcessResponseResponse';
|
|
38
79
|
export type { CreateReleaseGroupResponseResponse } from './responses/CreateReleaseGroupResponseResponse';
|
|
39
80
|
export type { DeleteReleaseGroupResponseResponse } from './responses/DeleteReleaseGroupResponseResponse';
|
|
40
81
|
export type { EnvironmentDashboardResponseResponse } from './responses/EnvironmentDashboardResponseResponse';
|
|
41
82
|
export type { EnvironmentListPerReleaseResponseResponse } from './responses/EnvironmentListPerReleaseResponseResponse';
|
|
42
83
|
export type { ErrorResponseResponse } from './responses/ErrorResponseResponse';
|
|
84
|
+
export type { GetOrchestrationActivityResponseResponse } from './responses/GetOrchestrationActivityResponseResponse';
|
|
85
|
+
export type { GetOrchestrationProcessResponseResponse } from './responses/GetOrchestrationProcessResponseResponse';
|
|
43
86
|
export type { GetReleaseGroupResponseResponse } from './responses/GetReleaseGroupResponseResponse';
|
|
87
|
+
export type { OrchestrationActivityInputStoreSummaryResponseResponse } from './responses/OrchestrationActivityInputStoreSummaryResponseResponse';
|
|
88
|
+
export type { OrchestrationActivityListByProcessIdentifierResponseResponse } from './responses/OrchestrationActivityListByProcessIdentifierResponseResponse';
|
|
89
|
+
export type { OrchestrationProcessInputStoreSummaryResponseResponse } from './responses/OrchestrationProcessInputStoreSummaryResponseResponse';
|
|
90
|
+
export type { OrchestrationProcessSummaryResponseResponse } from './responses/OrchestrationProcessSummaryResponseResponse';
|
|
44
91
|
export type { ReleaseActivitiesResponseResponse } from './responses/ReleaseActivitiesResponseResponse';
|
|
45
92
|
export type { ReleaseApprovalsResponseResponse } from './responses/ReleaseApprovalsResponseResponse';
|
|
46
93
|
export type { ReleaseConflictListResponseResponse } from './responses/ReleaseConflictListResponseResponse';
|
|
@@ -55,6 +102,8 @@ export type { ActivityType } from './schemas/ActivityType';
|
|
|
55
102
|
export type { ApprovalInfoDto } from './schemas/ApprovalInfoDto';
|
|
56
103
|
export type { ApprovedByDto } from './schemas/ApprovedByDto';
|
|
57
104
|
export type { ConflictStatus } from './schemas/ConflictStatus';
|
|
105
|
+
export type { CreateOrchestrationActivityInputSetRequestType } from './schemas/CreateOrchestrationActivityInputSetRequestType';
|
|
106
|
+
export type { CreateOrchestrationActivityRequestType } from './schemas/CreateOrchestrationActivityRequestType';
|
|
58
107
|
export type { EnvironmentDashboardDto } from './schemas/EnvironmentDashboardDto';
|
|
59
108
|
export type { EnvironmentDto } from './schemas/EnvironmentDto';
|
|
60
109
|
export type { EnvironmentType } from './schemas/EnvironmentType';
|
|
@@ -62,9 +111,18 @@ export type { Error } from './schemas/Error';
|
|
|
62
111
|
export type { ExecutionConflict } from './schemas/ExecutionConflict';
|
|
63
112
|
export type { Freq } from './schemas/Freq';
|
|
64
113
|
export type { GetReleaseGroupResponse } from './schemas/GetReleaseGroupResponse';
|
|
114
|
+
export type { LastUpdatedByDto } from './schemas/LastUpdatedByDto';
|
|
65
115
|
export type { NextRequest } from './schemas/NextRequest';
|
|
116
|
+
export type { OrchestrationActivityInputStoreDto } from './schemas/OrchestrationActivityInputStoreDto';
|
|
117
|
+
export type { OrchestrationActivityYaml } from './schemas/OrchestrationActivityYaml';
|
|
118
|
+
export type { OrchestrationActivityYamlDto } from './schemas/OrchestrationActivityYamlDto';
|
|
119
|
+
export type { OrchestrationPhaseYaml } from './schemas/OrchestrationPhaseYaml';
|
|
120
|
+
export type { OrchestrationProcessDto } from './schemas/OrchestrationProcessDto';
|
|
121
|
+
export type { OrchestrationProcessInputStoreDto } from './schemas/OrchestrationProcessInputStoreDto';
|
|
122
|
+
export type { OrchestrationReleaseProcessYaml } from './schemas/OrchestrationReleaseProcessYaml';
|
|
66
123
|
export type { Pageable } from './schemas/Pageable';
|
|
67
124
|
export type { PageableSort } from './schemas/PageableSort';
|
|
125
|
+
export type { PipelineOrchestrationActivityYaml } from './schemas/PipelineOrchestrationActivityYaml';
|
|
68
126
|
export type { ReleaseActivity } from './schemas/ReleaseActivity';
|
|
69
127
|
export type { ReleaseApprovalDto } from './schemas/ReleaseApprovalDto';
|
|
70
128
|
export type { ReleaseApprovalType } from './schemas/ReleaseApprovalType';
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
export { deleteReleaseGroup, useDeleteReleaseGroupMutation, } from './hooks/useDeleteReleaseGroupMutation';
|
|
2
|
+
export { getOrchestrationActivitiesByAcitivityRefs, useGetOrchestrationActivitiesByAcitivityRefsMutation, } from './hooks/useGetOrchestrationActivitiesByAcitivityRefsMutation';
|
|
3
|
+
export { getOrchestrationActivitiesByProcessIdentifier, useGetOrchestrationActivitiesByProcessIdentifierQuery, } from './hooks/useGetOrchestrationActivitiesByProcessIdentifierQuery';
|
|
4
|
+
export { getOrchestrationActivityInputStore, useGetOrchestrationActivityInputStoreQuery, } from './hooks/useGetOrchestrationActivityInputStoreQuery';
|
|
5
|
+
export { getOrchestrationActivityInputStoreSummary, useGetOrchestrationActivityInputStoreSummaryQuery, } from './hooks/useGetOrchestrationActivityInputStoreSummaryQuery';
|
|
6
|
+
export { getOrchestrationActivity, useGetOrchestrationActivityQuery, } from './hooks/useGetOrchestrationActivityQuery';
|
|
7
|
+
export { getOrchestrationProcessInputStoreSummary, useGetOrchestrationProcessInputStoreSummaryQuery, } from './hooks/useGetOrchestrationProcessInputStoreSummaryQuery';
|
|
8
|
+
export { getOrchestrationProcess, useGetOrchestrationProcessQuery, } from './hooks/useGetOrchestrationProcessQuery';
|
|
9
|
+
export { getOrchestrationProcessSummary, useGetOrchestrationProcessSummaryQuery, } from './hooks/useGetOrchestrationProcessSummaryQuery';
|
|
2
10
|
export { getReleaseActivities, useGetReleaseActivitiesQuery, } from './hooks/useGetReleaseActivitiesQuery';
|
|
3
11
|
export { getReleaseConflicts, useGetReleaseConflictsQuery, } from './hooks/useGetReleaseConflictsQuery';
|
|
4
12
|
export { getReleaseDayActivities, useGetReleaseDayActivitiesQuery, } from './hooks/useGetReleaseDayActivitiesQuery';
|
|
@@ -9,8 +17,16 @@ export { getRelease, useGetReleaseQuery } from './hooks/useGetReleaseQuery';
|
|
|
9
17
|
export { getReleaseReleaseIdApprovals, useGetReleaseReleaseIdApprovalsQuery, } from './hooks/useGetReleaseReleaseIdApprovalsQuery';
|
|
10
18
|
export { getReleaseReleaseIdEnvironmentDashboard, useGetReleaseReleaseIdEnvironmentDashboardQuery, } from './hooks/useGetReleaseReleaseIdEnvironmentDashboardQuery';
|
|
11
19
|
export { getReleaseReleaseIdEnvironments, useGetReleaseReleaseIdEnvironmentsQuery, } from './hooks/useGetReleaseReleaseIdEnvironmentsQuery';
|
|
20
|
+
export { postOrchestrationActivityInputStore, usePostOrchestrationActivityInputStoreMutation, } from './hooks/usePostOrchestrationActivityInputStoreMutation';
|
|
21
|
+
export { postOrchestrationActivity, usePostOrchestrationActivityMutation, } from './hooks/usePostOrchestrationActivityMutation';
|
|
22
|
+
export { postOrchestrationProcessInputStore, usePostOrchestrationProcessInputStoreMutation, } from './hooks/usePostOrchestrationProcessInputStoreMutation';
|
|
23
|
+
export { postOrchestrationProcess, usePostOrchestrationProcessMutation, } from './hooks/usePostOrchestrationProcessMutation';
|
|
12
24
|
export { postReleaseGroup, usePostReleaseGroupMutation } from './hooks/usePostReleaseGroupMutation';
|
|
13
25
|
export { postReleaseSummary, usePostReleaseSummaryMutation, } from './hooks/usePostReleaseSummaryMutation';
|
|
26
|
+
export { putOrchestrationActivityInputStore, usePutOrchestrationActivityInputStoreMutation, } from './hooks/usePutOrchestrationActivityInputStoreMutation';
|
|
27
|
+
export { putOrchestrationActivity, usePutOrchestrationActivityMutation, } from './hooks/usePutOrchestrationActivityMutation';
|
|
28
|
+
export { putOrchestrationProcessInputStore, usePutOrchestrationProcessInputStoreMutation, } from './hooks/usePutOrchestrationProcessInputStoreMutation';
|
|
29
|
+
export { putOrchestrationProcess, usePutOrchestrationProcessMutation, } from './hooks/usePutOrchestrationProcessMutation';
|
|
14
30
|
export { putReleaseGroup, usePutReleaseGroupMutation } from './hooks/usePutReleaseGroupMutation';
|
|
15
31
|
export { putReleaseReleaseId, usePutReleaseReleaseIdMutation, } from './hooks/usePutReleaseReleaseIdMutation';
|
|
16
32
|
export { updateReleaseConflict, useUpdateReleaseConflictMutation, } from './hooks/useUpdateReleaseConflictMutation';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { OrchestrationActivityInputStoreDto } from '../schemas/OrchestrationActivityInputStoreDto';
|
|
2
|
+
import type { Pageable } from '../schemas/Pageable';
|
|
3
|
+
import type { PageableSort } from '../schemas/PageableSort';
|
|
4
|
+
export interface OrchestrationActivityInputStoreSummaryResponseResponse {
|
|
5
|
+
content: OrchestrationActivityInputStoreDto[];
|
|
6
|
+
empty: boolean;
|
|
7
|
+
first: boolean;
|
|
8
|
+
last: boolean;
|
|
9
|
+
number: number;
|
|
10
|
+
numberOfElements: number;
|
|
11
|
+
pageable: Pageable;
|
|
12
|
+
size: number;
|
|
13
|
+
sort: PageableSort;
|
|
14
|
+
totalElements: number;
|
|
15
|
+
totalPages: number;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { OrchestrationActivityYamlDto } from '../schemas/OrchestrationActivityYamlDto';
|
|
2
|
+
import type { NextRequest } from '../schemas/NextRequest';
|
|
3
|
+
export interface OrchestrationActivityListByProcessIdentifierResponseResponse {
|
|
4
|
+
activities: OrchestrationActivityYamlDto[];
|
|
5
|
+
/**
|
|
6
|
+
* Whether this is the last page of results
|
|
7
|
+
*/
|
|
8
|
+
last: boolean;
|
|
9
|
+
nextRequest: NextRequest;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { OrchestrationProcessInputStoreDto } from '../schemas/OrchestrationProcessInputStoreDto';
|
|
2
|
+
import type { Pageable } from '../schemas/Pageable';
|
|
3
|
+
import type { PageableSort } from '../schemas/PageableSort';
|
|
4
|
+
export interface OrchestrationProcessInputStoreSummaryResponseResponse {
|
|
5
|
+
content: OrchestrationProcessInputStoreDto[];
|
|
6
|
+
empty: boolean;
|
|
7
|
+
first: boolean;
|
|
8
|
+
last: boolean;
|
|
9
|
+
number: number;
|
|
10
|
+
numberOfElements: number;
|
|
11
|
+
pageable: Pageable;
|
|
12
|
+
size: number;
|
|
13
|
+
sort: PageableSort;
|
|
14
|
+
totalElements: number;
|
|
15
|
+
totalPages: number;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/rmg-service/src/services/responses/OrchestrationProcessSummaryResponseResponse.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { OrchestrationProcessDto } from '../schemas/OrchestrationProcessDto';
|
|
2
|
+
import type { Pageable } from '../schemas/Pageable';
|
|
3
|
+
import type { PageableSort } from '../schemas/PageableSort';
|
|
4
|
+
export interface OrchestrationProcessSummaryResponseResponse {
|
|
5
|
+
content: OrchestrationProcessDto[];
|
|
6
|
+
empty: boolean;
|
|
7
|
+
first: boolean;
|
|
8
|
+
last: boolean;
|
|
9
|
+
number: number;
|
|
10
|
+
numberOfElements: number;
|
|
11
|
+
pageable: Pageable;
|
|
12
|
+
size: number;
|
|
13
|
+
sort: PageableSort;
|
|
14
|
+
totalElements: number;
|
|
15
|
+
totalPages: number;
|
|
16
|
+
}
|
package/dist/rmg-service/src/services/responses/OrchestrationProcessSummaryResponseResponse.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface OrchestrationActivityYaml {
|
|
2
|
+
/**
|
|
3
|
+
* Reference to the activity type (e.g., ReleaseApproval, ReleasePipeline)
|
|
4
|
+
*/
|
|
5
|
+
activity_ref: string;
|
|
6
|
+
/**
|
|
7
|
+
* Unique identifier for the activity
|
|
8
|
+
*/
|
|
9
|
+
identifier: string;
|
|
10
|
+
/**
|
|
11
|
+
* Name of the activity
|
|
12
|
+
*/
|
|
13
|
+
name: string;
|
|
14
|
+
/**
|
|
15
|
+
* Timeout duration for the activity (e.g., "24h", "2h")
|
|
16
|
+
*/
|
|
17
|
+
timeout: string;
|
|
18
|
+
}
|