@abyss-project/console 1.0.6 → 1.0.7
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/api/index.d.ts +3 -0
- package/dist/api/index.js +3 -0
- package/dist/api/secret-access.api.d.ts +9 -0
- package/dist/api/secret-access.api.js +44 -0
- package/dist/api/secret-public.api.d.ts +2 -0
- package/dist/api/secret-public.api.js +9 -0
- package/dist/api/secret.api.d.ts +11 -0
- package/dist/api/secret.api.js +54 -0
- package/dist/index.d.ts +33 -1
- package/dist/index.js +34 -3
- package/dist/types/dto/workflow.dto.d.ts +0 -1
- package/dist/types/interface/api/index.d.ts +6 -0
- package/dist/types/interface/api/index.js +6 -0
- package/dist/types/interface/api/requests/secret-access.request.d.ts +48 -0
- package/dist/types/interface/api/requests/secret-public.request.d.ts +3 -0
- package/dist/types/interface/api/requests/secret.request.d.ts +57 -0
- package/dist/types/interface/api/responses/secret-access.response.d.ts +25 -0
- package/dist/types/interface/api/responses/secret-public.response.d.ts +5 -0
- package/dist/types/interface/api/responses/secret.response.d.ts +39 -0
- package/dist/types/interface/api/responses/workflow-webhook.public.response.d.ts +4 -2
- package/dist/types/interface/index.d.ts +6 -0
- package/dist/types/interface/index.js +6 -0
- package/dist/types/interface/models/secret-access-ip-address.model.d.ts +12 -0
- package/dist/types/interface/models/secret-access-log.model.d.ts +14 -0
- package/dist/types/interface/models/secret-access-secret.model.d.ts +11 -0
- package/dist/types/interface/models/secret-access.model.d.ts +19 -0
- package/dist/types/interface/models/secret-version.model.d.ts +11 -0
- package/dist/types/interface/models/secret.model.d.ts +15 -0
- package/dist/utils/cidr.util.d.ts +3 -0
- package/dist/utils/cidr.util.js +22 -0
- package/dist/utils/webhook-trigger.utils.d.ts +1 -1
- package/package.json +1 -1
- package/dist/api/application-cron-task.admin.api.d.ts +0 -10
- package/dist/api/application-cron-task.admin.api.js +0 -40
- package/dist/api/application-cron-task.api.d.ts +0 -10
- package/dist/api/application-cron-task.api.js +0 -40
- package/dist/api/application-event.admin.api.d.ts +0 -4
- package/dist/api/application-event.admin.api.js +0 -16
- package/dist/api/application-event.api.d.ts +0 -8
- package/dist/api/application-event.api.js +0 -32
- package/dist/api/application-log.admin.api.d.ts +0 -3
- package/dist/api/application-log.admin.api.js +0 -12
- package/dist/api/application-log.api.d.ts +0 -4
- package/dist/api/application-log.api.js +0 -16
- package/dist/api/application-sentinel.admin.api.d.ts +0 -9
- package/dist/api/application-sentinel.admin.api.js +0 -36
- package/dist/api/application-sentinel.api.d.ts +0 -10
- package/dist/api/application-sentinel.api.js +0 -40
- package/dist/api/application-stats.admin.api.d.ts +0 -3
- package/dist/api/application-stats.admin.api.js +0 -12
- package/dist/api/application-stats.api.d.ts +0 -4
- package/dist/api/application-stats.api.js +0 -16
- package/dist/api/application-webhook-history.admin.api.d.ts +0 -3
- package/dist/api/application-webhook-history.admin.api.js +0 -12
- package/dist/api/application-webhook-history.api.d.ts +0 -3
- package/dist/api/application-webhook-history.api.js +0 -12
- package/dist/api/application-webhook.admin.api.d.ts +0 -7
- package/dist/api/application-webhook.admin.api.js +0 -28
- package/dist/api/application-webhook.api.d.ts +0 -7
- package/dist/api/application-webhook.api.js +0 -28
- package/dist/api/application.admin.api.d.ts +0 -7
- package/dist/api/application.admin.api.js +0 -28
- package/dist/api/application.api.d.ts +0 -10
- package/dist/api/application.api.js +0 -40
- package/dist/api/hourly-metrics.api.d.ts +0 -2
- package/dist/api/hourly-metrics.api.js +0 -8
- package/dist/api/infrastructure.admin.api.d.ts +0 -3
- package/dist/api/infrastructure.admin.api.js +0 -12
- package/dist/api/metrics.api.d.ts +0 -4
- package/dist/api/metrics.api.js +0 -16
- package/dist/api/report.admin.api.d.ts +0 -2
- package/dist/api/report.admin.api.js +0 -9
- package/dist/frameworks/express/decorators.d.ts +0 -52
- package/dist/frameworks/express/decorators.js +0 -163
- package/dist/frameworks/express/index.d.ts +0 -17
- package/dist/frameworks/express/index.js +0 -173
- package/dist/frameworks/express/metadata.d.ts +0 -9
- package/dist/frameworks/express/metadata.js +0 -12
- package/dist/frameworks/index.d.ts +0 -1
- package/dist/frameworks/index.js +0 -17
- package/dist/middlewares/context.middleware.d.ts +0 -12
- package/dist/middlewares/context.middleware.js +0 -39
- package/dist/middlewares/index.d.ts +0 -3
- package/dist/middlewares/index.js +0 -19
- package/dist/middlewares/logger-endpoint.middleware.d.ts +0 -5
- package/dist/middlewares/logger-endpoint.middleware.js +0 -86
- package/dist/middlewares/logger-setup.middleware.d.ts +0 -5
- package/dist/middlewares/logger-setup.middleware.js +0 -16
- package/dist/models/index.d.ts +0 -1
- package/dist/models/index.js +0 -17
- package/dist/models/logger.model.d.ts +0 -61
- package/dist/models/logger.model.js +0 -201
- package/dist/models/stats-publisher.model.d.ts +0 -20
- package/dist/models/stats-publisher.model.js +0 -113
- package/dist/types/constants/webhook-trigger.constants.d.ts +0 -0
- package/dist/types/constants/webhook-trigger.constants.js +0 -1
- package/dist/types/enum/api-method.enum.d.ts +0 -7
- package/dist/types/enum/api-method.enum.js +0 -11
- package/dist/types/enum/application-alert-type.enum.d.ts +0 -5
- package/dist/types/enum/application-alert-type.enum.js +0 -9
- package/dist/types/enum/application-sentinel-type.enum.d.ts +0 -5
- package/dist/types/enum/application-sentinel-type.enum.js +0 -9
- package/dist/types/enum/application-stats-type.enum.d.ts +0 -5
- package/dist/types/enum/application-stats-type.enum.js +0 -9
- package/dist/types/enum/application-webhook-scope.enum.d.ts +0 -4
- package/dist/types/enum/application-webhook-scope.enum.js +0 -8
- package/dist/types/enum/log-level.enum.d.ts +0 -6
- package/dist/types/enum/log-level.enum.js +0 -10
- package/dist/types/enum/log-scenario.enum.d.ts +0 -5
- package/dist/types/enum/log-scenario.enum.js +0 -9
- package/dist/types/enum/time-period.enum.d.ts +0 -0
- package/dist/types/enum/time-period.enum.js +0 -1
- package/dist/types/interface/api/requests/application-cron-task.admin.request.d.ts +0 -50
- package/dist/types/interface/api/requests/application-cron-task.request.d.ts +0 -61
- package/dist/types/interface/api/requests/application-event.admin.request.d.ts +0 -16
- package/dist/types/interface/api/requests/application-event.request.d.ts +0 -50
- package/dist/types/interface/api/requests/application-log.admin.request.d.ts +0 -19
- package/dist/types/interface/api/requests/application-log.request.d.ts +0 -59
- package/dist/types/interface/api/requests/application-sentinel.admin.request.d.ts +0 -52
- package/dist/types/interface/api/requests/application-sentinel.request.d.ts +0 -71
- package/dist/types/interface/api/requests/application-stats.admin.request.d.ts +0 -13
- package/dist/types/interface/api/requests/application-stats.request.d.ts +0 -31
- package/dist/types/interface/api/requests/application-webhook-history.admin.request.d.ts +0 -16
- package/dist/types/interface/api/requests/application-webhook-history.request.d.ts +0 -21
- package/dist/types/interface/api/requests/application-webhook.admin.request.d.ts +0 -39
- package/dist/types/interface/api/requests/application-webhook.admin.request.js +0 -2
- package/dist/types/interface/api/requests/application-webhook.request.d.ts +0 -45
- package/dist/types/interface/api/requests/application-webhook.request.js +0 -2
- package/dist/types/interface/api/requests/application.admin.request.d.ts +0 -23
- package/dist/types/interface/api/requests/application.admin.request.js +0 -2
- package/dist/types/interface/api/requests/application.request.d.ts +0 -64
- package/dist/types/interface/api/requests/application.request.js +0 -2
- package/dist/types/interface/api/requests/hourly-metrics.request.d.ts +0 -10
- package/dist/types/interface/api/requests/hourly-metrics.request.js +0 -2
- package/dist/types/interface/api/requests/infrastructure.admin.request.d.ts +0 -4
- package/dist/types/interface/api/requests/infrastructure.admin.request.js +0 -2
- package/dist/types/interface/api/requests/metrics.admin.request.d.ts +0 -14
- package/dist/types/interface/api/requests/metrics.admin.request.js +0 -2
- package/dist/types/interface/api/requests/metrics.request.d.ts +0 -23
- package/dist/types/interface/api/requests/metrics.request.js +0 -2
- package/dist/types/interface/api/requests/report.admin.request.d.ts +0 -6
- package/dist/types/interface/api/requests/report.admin.request.js +0 -2
- package/dist/types/interface/api/requests/webhook-public.request.d.ts +0 -0
- package/dist/types/interface/api/requests/webhook-public.request.js +0 -1
- package/dist/types/interface/api/requests/workflow-webhook-trigger.request.d.ts +0 -66
- package/dist/types/interface/api/requests/workflow-webhook-trigger.request.js +0 -2
- package/dist/types/interface/api/requests/workflow-webhook.request.d.ts +0 -123
- package/dist/types/interface/api/requests/workflow-webhook.request.js +0 -2
- package/dist/types/interface/api/responses/application-cron-task.admin.response.d.ts +0 -30
- package/dist/types/interface/api/responses/application-cron-task.admin.response.js +0 -2
- package/dist/types/interface/api/responses/application-cron-task.response.d.ts +0 -30
- package/dist/types/interface/api/responses/application-cron-task.response.js +0 -2
- package/dist/types/interface/api/responses/application-event.admin.response.d.ts +0 -9
- package/dist/types/interface/api/responses/application-event.admin.response.js +0 -2
- package/dist/types/interface/api/responses/application-event.response.d.ts +0 -33
- package/dist/types/interface/api/responses/application-event.response.js +0 -2
- package/dist/types/interface/api/responses/application-log.admin.response.d.ts +0 -10
- package/dist/types/interface/api/responses/application-log.admin.response.js +0 -2
- package/dist/types/interface/api/responses/application-log.response.d.ts +0 -10
- package/dist/types/interface/api/responses/application-log.response.js +0 -2
- package/dist/types/interface/api/responses/application-sentinel.admin.response.d.ts +0 -26
- package/dist/types/interface/api/responses/application-sentinel.admin.response.js +0 -2
- package/dist/types/interface/api/responses/application-sentinel.response.d.ts +0 -33
- package/dist/types/interface/api/responses/application-sentinel.response.js +0 -2
- package/dist/types/interface/api/responses/application-stats.admin.response.d.ts +0 -6
- package/dist/types/interface/api/responses/application-stats.admin.response.js +0 -2
- package/dist/types/interface/api/responses/application-stats.response.d.ts +0 -10
- package/dist/types/interface/api/responses/application-stats.response.js +0 -2
- package/dist/types/interface/api/responses/application-webhook-history.admin.response.d.ts +0 -7
- package/dist/types/interface/api/responses/application-webhook-history.admin.response.js +0 -2
- package/dist/types/interface/api/responses/application-webhook-history.response.d.ts +0 -7
- package/dist/types/interface/api/responses/application-webhook-history.response.js +0 -2
- package/dist/types/interface/api/responses/application-webhook.admin.response.d.ts +0 -21
- package/dist/types/interface/api/responses/application-webhook.admin.response.js +0 -2
- package/dist/types/interface/api/responses/application-webhook.response.d.ts +0 -21
- package/dist/types/interface/api/responses/application-webhook.response.js +0 -2
- package/dist/types/interface/api/responses/application.admin.response.d.ts +0 -34
- package/dist/types/interface/api/responses/application.admin.response.js +0 -2
- package/dist/types/interface/api/responses/application.response.d.ts +0 -130
- package/dist/types/interface/api/responses/application.response.js +0 -2
- package/dist/types/interface/api/responses/hourly-metrics.response.d.ts +0 -70
- package/dist/types/interface/api/responses/hourly-metrics.response.js +0 -2
- package/dist/types/interface/api/responses/infrastructure.admin.response.d.ts +0 -18
- package/dist/types/interface/api/responses/infrastructure.admin.response.js +0 -2
- package/dist/types/interface/api/responses/metrics.admin.response.d.ts +0 -19
- package/dist/types/interface/api/responses/metrics.admin.response.js +0 -2
- package/dist/types/interface/api/responses/metrics.response.d.ts +0 -29
- package/dist/types/interface/api/responses/metrics.response.js +0 -2
- package/dist/types/interface/api/responses/report.admin.response.d.ts +0 -87
- package/dist/types/interface/api/responses/report.admin.response.js +0 -2
- package/dist/types/interface/api/responses/webhook-public.response.d.ts +0 -0
- package/dist/types/interface/api/responses/webhook-public.response.js +0 -1
- package/dist/types/interface/api/responses/workflow-webhook-action.response.d.ts +0 -24
- package/dist/types/interface/api/responses/workflow-webhook-action.response.js +0 -2
- package/dist/types/interface/api/responses/workflow-webhook-public.response.d.ts +0 -7
- package/dist/types/interface/api/responses/workflow-webhook-public.response.js +0 -2
- package/dist/types/interface/api/responses/workflow-webhook-trigger.response.d.ts +0 -41
- package/dist/types/interface/api/responses/workflow-webhook-trigger.response.js +0 -2
- package/dist/types/interface/api/responses/workflow-webhook.response.d.ts +0 -56
- package/dist/types/interface/api/responses/workflow-webhook.response.js +0 -2
- package/dist/types/interface/dto/application-sentinel-configuration.dto.d.ts +0 -68
- package/dist/types/interface/dto/application-sentinel-configuration.dto.js +0 -4
- package/dist/types/interface/dto/index.d.ts +0 -2
- package/dist/types/interface/dto/index.js +0 -18
- package/dist/types/interface/dto/webhook.dto.d.ts +0 -27
- package/dist/types/interface/dto/webhook.dto.js +0 -2
- package/dist/types/interface/models/application-cron-task-history.model.d.ts +0 -17
- package/dist/types/interface/models/application-cron-task-history.model.js +0 -2
- package/dist/types/interface/models/application-cron-task.model.d.ts +0 -14
- package/dist/types/interface/models/application-cron-task.model.js +0 -2
- package/dist/types/interface/models/application-event.model.d.ts +0 -19
- package/dist/types/interface/models/application-event.model.js +0 -2
- package/dist/types/interface/models/application-hourly-metrics.model.d.ts +0 -14
- package/dist/types/interface/models/application-hourly-metrics.model.js +0 -2
- package/dist/types/interface/models/application-lifetime-metrics.model.d.ts +0 -8
- package/dist/types/interface/models/application-lifetime-metrics.model.js +0 -2
- package/dist/types/interface/models/application-log-endpoint.model.d.ts +0 -20
- package/dist/types/interface/models/application-log-endpoint.model.js +0 -2
- package/dist/types/interface/models/application-log.model.d.ts +0 -23
- package/dist/types/interface/models/application-log.model.js +0 -2
- package/dist/types/interface/models/application-sentinel-history.model.d.ts +0 -16
- package/dist/types/interface/models/application-sentinel-history.model.js +0 -2
- package/dist/types/interface/models/application-sentinel.model.d.ts +0 -20
- package/dist/types/interface/models/application-sentinel.model.js +0 -2
- package/dist/types/interface/models/application-stats.model.d.ts +0 -14
- package/dist/types/interface/models/application-stats.model.js +0 -2
- package/dist/types/interface/models/application-webhook-history.model.d.ts +0 -22
- package/dist/types/interface/models/application-webhook-history.model.js +0 -2
- package/dist/types/interface/models/application-webhook.model.d.ts +0 -32
- package/dist/types/interface/models/application-webhook.model.js +0 -3
- package/dist/types/interface/models/application.model.d.ts +0 -19
- package/dist/types/interface/models/application.model.js +0 -2
- package/dist/types/interface/models/ip-whitelist.model.d.ts +0 -19
- package/dist/types/interface/models/ip-whitelist.model.js +0 -9
- package/dist/types/interface/models/partition-optimization-history.model.d.ts +0 -11
- package/dist/types/interface/models/partition-optimization-history.model.js +0 -2
- package/dist/types/interface/models/trigger-filter.model.d.ts +0 -0
- package/dist/types/interface/models/trigger-filter.model.js +0 -1
- package/dist/types/interface/models/webhook-action-log.model.d.ts +0 -22
- package/dist/types/interface/models/webhook-action-log.model.js +0 -9
- package/dist/types/interface/models/webhook-trigger-log.model.d.ts +0 -23
- package/dist/types/interface/models/webhook-trigger-log.model.js +0 -9
- package/dist/types/interface/models/workflow-execution-step.model.d.ts +0 -59
- package/dist/types/interface/models/workflow-execution-step.model.js +0 -12
- package/dist/types/interface/models/workflow-step-config.model.d.ts +0 -0
- package/dist/types/interface/models/workflow-step-config.model.js +0 -1
- package/dist/types/interface/models/workflow-step-data.model.d.ts +0 -0
- package/dist/types/interface/models/workflow-step-data.model.js +0 -1
- package/dist/types/interface/models/workflow-trigger-config.model.d.ts +0 -0
- package/dist/types/interface/models/workflow-trigger-config.model.js +0 -1
- package/dist/types/interface/models/workflow-webhook-action.model.d.ts +0 -27
- package/dist/types/interface/models/workflow-webhook-action.model.js +0 -2
- package/dist/types/interface/models/workflow-webhook-incoming-log.model.d.ts +0 -19
- package/dist/types/interface/models/workflow-webhook-incoming-log.model.js +0 -2
- package/dist/types/interface/models/workflow-webhook-outgoing-log.model.d.ts +0 -21
- package/dist/types/interface/models/workflow-webhook-outgoing-log.model.js +0 -2
- package/dist/types/interface/models/workflow-webhook-trigger-allowed-ip.model.d.ts +0 -10
- package/dist/types/interface/models/workflow-webhook-trigger-allowed-ip.model.js +0 -2
- package/dist/types/interface/models/workflow-webhook-trigger.model.d.ts +0 -20
- package/dist/types/interface/models/workflow-webhook-trigger.model.js +0 -2
- package/dist/typing-examples.d.ts +0 -1
- package/dist/typing-examples.js +0 -48
- package/dist/utils/__tests__/ip-address-reference.utils.test.d.ts +0 -0
- package/dist/utils/__tests__/ip-address-reference.utils.test.js +0 -1
- package/dist/utils/__tests__/reference-resolver.examples.d.ts +0 -0
- package/dist/utils/__tests__/reference-resolver.examples.js +0 -1
- package/dist/utils/alert.utils.d.ts +0 -35
- package/dist/utils/alert.utils.js +0 -138
- package/dist/utils/discord-webhook-log-formatter.utils.d.ts +0 -48
- package/dist/utils/discord-webhook-log-formatter.utils.js +0 -332
- package/dist/utils/import.utils.d.ts +0 -1
- package/dist/utils/import.utils.js +0 -7
- package/dist/utils/ip-address-reference.utils.d.ts +0 -0
- package/dist/utils/ip-address-reference.utils.js +0 -1
- package/dist/utils/json.utils.d.ts +0 -1
- package/dist/utils/json.utils.js +0 -13
- package/dist/utils/non-blocking-promise.utils.d.ts +0 -2
- package/dist/utils/non-blocking-promise.utils.js +0 -11
- /package/dist/types/interface/api/requests/{application-cron-task.admin.request.js → secret-access.request.js} +0 -0
- /package/dist/types/interface/api/requests/{application-cron-task.request.js → secret-public.request.js} +0 -0
- /package/dist/types/interface/api/requests/{application-event.admin.request.js → secret.request.js} +0 -0
- /package/dist/types/interface/api/{requests/application-event.request.js → responses/secret-access.response.js} +0 -0
- /package/dist/types/interface/api/{requests/application-log.admin.request.js → responses/secret-public.response.js} +0 -0
- /package/dist/types/interface/api/{requests/application-log.request.js → responses/secret.response.js} +0 -0
- /package/dist/types/interface/{api/requests/application-sentinel.admin.request.js → models/secret-access-ip-address.model.js} +0 -0
- /package/dist/types/interface/{api/requests/application-sentinel.request.js → models/secret-access-log.model.js} +0 -0
- /package/dist/types/interface/{api/requests/application-stats.admin.request.js → models/secret-access-secret.model.js} +0 -0
- /package/dist/types/interface/{api/requests/application-stats.request.js → models/secret-access.model.js} +0 -0
- /package/dist/types/interface/{api/requests/application-webhook-history.admin.request.js → models/secret-version.model.js} +0 -0
- /package/dist/types/interface/{api/requests/application-webhook-history.request.js → models/secret.model.js} +0 -0
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export interface IFillLifetimeMetricsAdminBody {
|
|
2
|
-
applicationIds?: string[];
|
|
3
|
-
force?: boolean;
|
|
4
|
-
}
|
|
5
|
-
export interface IFillHourlyMetricsAdminBody {
|
|
6
|
-
applicationIds?: string[];
|
|
7
|
-
days?: number;
|
|
8
|
-
force?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export interface IAggregateHourAdminBody {
|
|
11
|
-
applicationIds?: string[];
|
|
12
|
-
applicationCronTaskHistoryId?: string;
|
|
13
|
-
referenceDate?: Date;
|
|
14
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export interface IGetSentinelMetricsParams {
|
|
2
|
-
projectId: string;
|
|
3
|
-
}
|
|
4
|
-
export interface IGetSentinelMetricsQuery {
|
|
5
|
-
applicationIds?: string[];
|
|
6
|
-
shouldGetAll?: boolean;
|
|
7
|
-
}
|
|
8
|
-
export interface IGetLatencySentinelMetricsParams {
|
|
9
|
-
projectId: string;
|
|
10
|
-
}
|
|
11
|
-
export interface IGetLatencySentinelMetricsQuery {
|
|
12
|
-
applicationIds?: string[];
|
|
13
|
-
startDate?: Date;
|
|
14
|
-
endDate?: Date;
|
|
15
|
-
}
|
|
16
|
-
export interface IGetLastIncidentSentinelMetricsParams {
|
|
17
|
-
projectId: string;
|
|
18
|
-
}
|
|
19
|
-
export interface IGetLastIncidentSentinelMetricsQuery {
|
|
20
|
-
applicationIds?: string[];
|
|
21
|
-
startDate?: Date;
|
|
22
|
-
endDate?: Date;
|
|
23
|
-
}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
export interface ICreateWorkflowWebhookTriggerParams {
|
|
2
|
-
projectId: string;
|
|
3
|
-
workflowId: string;
|
|
4
|
-
}
|
|
5
|
-
export interface ICreateWorkflowWebhookTriggerBody {
|
|
6
|
-
name: string;
|
|
7
|
-
description?: string | null;
|
|
8
|
-
signatureHeader?: string;
|
|
9
|
-
allowedIpIds?: string[];
|
|
10
|
-
}
|
|
11
|
-
export interface IListWorkflowWebhookTriggersParams {
|
|
12
|
-
projectId: string;
|
|
13
|
-
workflowId: string;
|
|
14
|
-
}
|
|
15
|
-
export interface IGetWorkflowWebhookTriggerParams {
|
|
16
|
-
projectId: string;
|
|
17
|
-
workflowId: string;
|
|
18
|
-
webhookTriggerId: string;
|
|
19
|
-
}
|
|
20
|
-
export interface IUpdateWorkflowWebhookTriggerParams {
|
|
21
|
-
projectId: string;
|
|
22
|
-
workflowId: string;
|
|
23
|
-
webhookTriggerId: string;
|
|
24
|
-
}
|
|
25
|
-
export interface IUpdateWorkflowWebhookTriggerBody {
|
|
26
|
-
name?: string;
|
|
27
|
-
description?: string | null;
|
|
28
|
-
signatureHeader?: string;
|
|
29
|
-
isEnabled?: boolean;
|
|
30
|
-
allowedIpIds?: string[];
|
|
31
|
-
}
|
|
32
|
-
export interface IDeleteWorkflowWebhookTriggerParams {
|
|
33
|
-
projectId: string;
|
|
34
|
-
workflowId: string;
|
|
35
|
-
webhookTriggerId: string;
|
|
36
|
-
}
|
|
37
|
-
export interface IRegenerateWebhookTriggerSecretParams {
|
|
38
|
-
projectId: string;
|
|
39
|
-
workflowId: string;
|
|
40
|
-
webhookTriggerId: string;
|
|
41
|
-
}
|
|
42
|
-
export interface IGetWebhookTriggerLogsParams {
|
|
43
|
-
projectId: string;
|
|
44
|
-
workflowId: string;
|
|
45
|
-
webhookTriggerId: string;
|
|
46
|
-
}
|
|
47
|
-
export interface IGetWebhookTriggerLogsQuery {
|
|
48
|
-
page?: number;
|
|
49
|
-
limit?: number;
|
|
50
|
-
status?: string;
|
|
51
|
-
startDate?: string;
|
|
52
|
-
endDate?: string;
|
|
53
|
-
}
|
|
54
|
-
export interface ITestWorkflowWebhookTriggerParams {
|
|
55
|
-
projectId: string;
|
|
56
|
-
workflowId: string;
|
|
57
|
-
webhookTriggerId: string;
|
|
58
|
-
}
|
|
59
|
-
export interface ITestWorkflowWebhookTriggerBody {
|
|
60
|
-
headers?: Record<string, string>;
|
|
61
|
-
body?: Record<string, unknown>;
|
|
62
|
-
}
|
|
63
|
-
export interface ITriggerWebhookParams {
|
|
64
|
-
projectId: string;
|
|
65
|
-
urlId: string;
|
|
66
|
-
}
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import { QueryPaginate } from '../type-message/base-paginate';
|
|
2
|
-
export interface ICreateWorkflowWebhookTriggerParams {
|
|
3
|
-
projectId: string;
|
|
4
|
-
workflowId: string;
|
|
5
|
-
}
|
|
6
|
-
export interface ICreateWorkflowWebhookTriggerBody {
|
|
7
|
-
name: string;
|
|
8
|
-
description?: string | null;
|
|
9
|
-
signatureHeader?: string;
|
|
10
|
-
}
|
|
11
|
-
export interface IListWorkflowWebhookTriggerParams {
|
|
12
|
-
projectId: string;
|
|
13
|
-
workflowId: string;
|
|
14
|
-
}
|
|
15
|
-
export interface IGetWorkflowWebhookTriggerParams {
|
|
16
|
-
projectId: string;
|
|
17
|
-
workflowId: string;
|
|
18
|
-
webhookTriggerId: string;
|
|
19
|
-
}
|
|
20
|
-
export interface IUpdateWorkflowWebhookTriggerParams {
|
|
21
|
-
projectId: string;
|
|
22
|
-
workflowId: string;
|
|
23
|
-
webhookTriggerId: string;
|
|
24
|
-
}
|
|
25
|
-
export interface IUpdateWorkflowWebhookTriggerBody {
|
|
26
|
-
name?: string;
|
|
27
|
-
description?: string | null;
|
|
28
|
-
signatureHeader?: string;
|
|
29
|
-
isEnabled?: boolean;
|
|
30
|
-
}
|
|
31
|
-
export interface IRegenerateWebhookTriggerSecretParams {
|
|
32
|
-
projectId: string;
|
|
33
|
-
workflowId: string;
|
|
34
|
-
webhookTriggerId: string;
|
|
35
|
-
}
|
|
36
|
-
export interface IDeleteWorkflowWebhookTriggerParams {
|
|
37
|
-
projectId: string;
|
|
38
|
-
workflowId: string;
|
|
39
|
-
webhookTriggerId: string;
|
|
40
|
-
}
|
|
41
|
-
export interface IPaginateWebhookIncomingLogsParams {
|
|
42
|
-
projectId: string;
|
|
43
|
-
workflowId: string;
|
|
44
|
-
webhookTriggerId: string;
|
|
45
|
-
}
|
|
46
|
-
export interface IPaginateWebhookIncomingLogsQuery extends QueryPaginate {
|
|
47
|
-
signatureValid?: boolean;
|
|
48
|
-
success?: boolean;
|
|
49
|
-
startDate?: string;
|
|
50
|
-
endDate?: string;
|
|
51
|
-
}
|
|
52
|
-
export interface ICreateWorkflowWebhookActionParams {
|
|
53
|
-
projectId: string;
|
|
54
|
-
workflowId: string;
|
|
55
|
-
workflowStepId: string;
|
|
56
|
-
}
|
|
57
|
-
export interface ICreateWorkflowWebhookActionBody {
|
|
58
|
-
name: string;
|
|
59
|
-
description?: string | null;
|
|
60
|
-
url: string;
|
|
61
|
-
method: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
|
|
62
|
-
headers?: Record<string, string>;
|
|
63
|
-
bodyTemplate?: string | null;
|
|
64
|
-
signatureSecret: string;
|
|
65
|
-
signatureHeader?: string | null;
|
|
66
|
-
retryOnFailure?: boolean;
|
|
67
|
-
maxRetries?: number;
|
|
68
|
-
retryDelayMs?: number;
|
|
69
|
-
timeoutMs?: number;
|
|
70
|
-
}
|
|
71
|
-
export interface IListWorkflowWebhookActionParams {
|
|
72
|
-
projectId: string;
|
|
73
|
-
workflowId: string;
|
|
74
|
-
workflowStepId: string;
|
|
75
|
-
}
|
|
76
|
-
export interface IGetWorkflowWebhookActionParams {
|
|
77
|
-
projectId: string;
|
|
78
|
-
workflowId: string;
|
|
79
|
-
workflowStepId: string;
|
|
80
|
-
webhookActionId: string;
|
|
81
|
-
}
|
|
82
|
-
export interface IUpdateWorkflowWebhookActionParams {
|
|
83
|
-
projectId: string;
|
|
84
|
-
workflowId: string;
|
|
85
|
-
workflowStepId: string;
|
|
86
|
-
webhookActionId: string;
|
|
87
|
-
}
|
|
88
|
-
export interface IUpdateWorkflowWebhookActionBody {
|
|
89
|
-
name?: string;
|
|
90
|
-
description?: string | null;
|
|
91
|
-
url?: string;
|
|
92
|
-
method?: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
|
|
93
|
-
headers?: Record<string, string>;
|
|
94
|
-
bodyTemplate?: string | null;
|
|
95
|
-
signatureSecret?: string;
|
|
96
|
-
signatureHeader?: string | null;
|
|
97
|
-
retryOnFailure?: boolean;
|
|
98
|
-
maxRetries?: number;
|
|
99
|
-
retryDelayMs?: number;
|
|
100
|
-
timeoutMs?: number;
|
|
101
|
-
isEnabled?: boolean;
|
|
102
|
-
}
|
|
103
|
-
export interface IDeleteWorkflowWebhookActionParams {
|
|
104
|
-
projectId: string;
|
|
105
|
-
workflowId: string;
|
|
106
|
-
workflowStepId: string;
|
|
107
|
-
webhookActionId: string;
|
|
108
|
-
}
|
|
109
|
-
export interface IPaginateWebhookOutgoingLogsParams {
|
|
110
|
-
projectId: string;
|
|
111
|
-
workflowId: string;
|
|
112
|
-
workflowStepId: string;
|
|
113
|
-
webhookActionId: string;
|
|
114
|
-
}
|
|
115
|
-
export interface IPaginateWebhookOutgoingLogsQuery extends QueryPaginate {
|
|
116
|
-
success?: boolean;
|
|
117
|
-
startDate?: string;
|
|
118
|
-
endDate?: string;
|
|
119
|
-
}
|
|
120
|
-
export interface IReceiveWebhookParams {
|
|
121
|
-
projectId: string;
|
|
122
|
-
urlId: string;
|
|
123
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { IResponse, IApplicationCronTask, IApplicationCronTaskHistory, BasePaginate } from '../..';
|
|
2
|
-
export interface IGetApplicationCronTaskAdminData {
|
|
3
|
-
applicationCronTask: IApplicationCronTask;
|
|
4
|
-
}
|
|
5
|
-
export type IGetApplicationCronTaskAdminResponse = IResponse<IGetApplicationCronTaskAdminData>;
|
|
6
|
-
export interface IUpdateApplicationCronTaskAdminData {
|
|
7
|
-
applicationCronTask: IApplicationCronTask;
|
|
8
|
-
}
|
|
9
|
-
export type IUpdateApplicationCronTaskAdminResponse = IResponse<IUpdateApplicationCronTaskAdminData>;
|
|
10
|
-
export type IPaginateApplicationCronTaskAdminResponse = IResponse<BasePaginate<IApplicationCronTask>>;
|
|
11
|
-
export type IPaginateHistoryApplicationCronTaskAdminResponse = IResponse<BasePaginate<IApplicationCronTaskHistory>>;
|
|
12
|
-
export interface ICreateApplicationCronTaskAdminData {
|
|
13
|
-
applicationCronTask: IApplicationCronTask;
|
|
14
|
-
}
|
|
15
|
-
export type ICreateApplicationCronTaskAdminResponse = IResponse<ICreateApplicationCronTaskAdminData>;
|
|
16
|
-
export interface IGetHistoryApplicationCronTaskAdminData {
|
|
17
|
-
applicationCronTaskHistory: IApplicationCronTaskHistory;
|
|
18
|
-
}
|
|
19
|
-
export type IGetHistoryApplicationCronTaskAdminResponse = IResponse<IGetHistoryApplicationCronTaskAdminData>;
|
|
20
|
-
export interface IDeleteApplicationCronTaskAdminData {
|
|
21
|
-
}
|
|
22
|
-
export type IDeleteApplicationCronTaskAdminResponse = IResponse<IDeleteApplicationCronTaskAdminData>;
|
|
23
|
-
export interface IRegenerateSecretApplicationCronTaskAdminData {
|
|
24
|
-
applicationCronTask: IApplicationCronTask;
|
|
25
|
-
}
|
|
26
|
-
export type IRegenerateSecretApplicationCronTaskAdminResponse = IResponse<IRegenerateSecretApplicationCronTaskAdminData>;
|
|
27
|
-
export interface ITriggerApplicationCronTaskAdminData {
|
|
28
|
-
applicationCronTaskHistory: IApplicationCronTaskHistory;
|
|
29
|
-
}
|
|
30
|
-
export type ITriggerApplicationCronTaskAdminResponse = IResponse<ITriggerApplicationCronTaskAdminData>;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { IResponse, IApplicationCronTask, IApplicationCronTaskHistory, BasePaginate } from '../..';
|
|
2
|
-
export interface IGetApplicationCronTaskData {
|
|
3
|
-
applicationCronTask: IApplicationCronTask;
|
|
4
|
-
}
|
|
5
|
-
export type IGetApplicationCronTaskResponse = IResponse<IGetApplicationCronTaskData>;
|
|
6
|
-
export interface IGetHistoryApplicationCronTaskData {
|
|
7
|
-
applicationCronTaskHistory: IApplicationCronTaskHistory;
|
|
8
|
-
}
|
|
9
|
-
export type IGetHistoryApplicationCronTaskResponse = IResponse<IGetHistoryApplicationCronTaskData>;
|
|
10
|
-
export type IPaginateHistoryApplicationCronTaskResponse = IResponse<BasePaginate<IApplicationCronTaskHistory>>;
|
|
11
|
-
export type IPaginateApplicationCronTaskResponse = IResponse<BasePaginate<IApplicationCronTask>>;
|
|
12
|
-
export interface ICreateApplicationCronTaskData {
|
|
13
|
-
applicationCronTask: IApplicationCronTask;
|
|
14
|
-
}
|
|
15
|
-
export type ICreateApplicationCronTaskResponse = IResponse<ICreateApplicationCronTaskData>;
|
|
16
|
-
export interface IUpdateApplicationCronTaskData {
|
|
17
|
-
applicationCronTask: IApplicationCronTask;
|
|
18
|
-
}
|
|
19
|
-
export type IUpdateApplicationCronTaskResponse = IResponse<IUpdateApplicationCronTaskData>;
|
|
20
|
-
export interface IDeleteApplicationCronTaskData {
|
|
21
|
-
}
|
|
22
|
-
export type IDeleteApplicationCronTaskResponse = IResponse<IDeleteApplicationCronTaskData>;
|
|
23
|
-
export interface IRegenerateSecretApplicationCronTaskData {
|
|
24
|
-
applicationCronTask: IApplicationCronTask;
|
|
25
|
-
}
|
|
26
|
-
export type IRegenerateSecretApplicationCronTaskResponse = IResponse<IRegenerateSecretApplicationCronTaskData>;
|
|
27
|
-
export interface ITriggerApplicationCronTaskData {
|
|
28
|
-
applicationCronTaskHistory: IApplicationCronTaskHistory;
|
|
29
|
-
}
|
|
30
|
-
export type ITriggerApplicationCronTaskResponse = IResponse<ITriggerApplicationCronTaskData>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { IResponse, IApplicationEvent, BasePaginate } from '../..';
|
|
2
|
-
export interface IGetApplicationEventAdminData {
|
|
3
|
-
applicationEvent: IApplicationEvent;
|
|
4
|
-
}
|
|
5
|
-
export type IGetApplicationEventAdminResponse = IResponse<IGetApplicationEventAdminData>;
|
|
6
|
-
export type IPaginateApplicationEventAdminResponse = IResponse<BasePaginate<IApplicationEvent>>;
|
|
7
|
-
export interface IDeleteApplicationEventAdminData {
|
|
8
|
-
}
|
|
9
|
-
export type IDeleteApplicationEventAdminResponse = IResponse<IDeleteApplicationEventAdminData>;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { IResponse, IApplicationEvent, BasePaginate } from '../..';
|
|
2
|
-
export interface IGetApplicationEventData {
|
|
3
|
-
applicationEvent: IApplicationEvent;
|
|
4
|
-
}
|
|
5
|
-
export type IGetApplicationEventResponse = IResponse<IGetApplicationEventData>;
|
|
6
|
-
export type IPaginateApplicationEventResponse = IResponse<BasePaginate<IApplicationEvent>>;
|
|
7
|
-
export interface ICreateApplicationEventData {
|
|
8
|
-
applicationEvent: IApplicationEvent;
|
|
9
|
-
}
|
|
10
|
-
export type ICreateApplicationEventResponse = IResponse<ICreateApplicationEventData>;
|
|
11
|
-
export interface IDeleteApplicationEventData {
|
|
12
|
-
}
|
|
13
|
-
export type IDeleteApplicationEventResponse = IResponse<IDeleteApplicationEventData>;
|
|
14
|
-
export interface IGetCountPerDayApplicationEventData {
|
|
15
|
-
countPerDay: Record<string, Record<string, number>>;
|
|
16
|
-
}
|
|
17
|
-
export type IGetCountPerDayApplicationEventResponse = IResponse<IGetCountPerDayApplicationEventData>;
|
|
18
|
-
export interface IGetTotalCountApplicationEventData {
|
|
19
|
-
count: Record<string, number>;
|
|
20
|
-
}
|
|
21
|
-
export type IGetTotalCountApplicationEventResponse = IResponse<IGetTotalCountApplicationEventData>;
|
|
22
|
-
export interface IGetMetricsApplicationEventData {
|
|
23
|
-
metrics: {
|
|
24
|
-
totalEvent: number;
|
|
25
|
-
firstEventDate: Date | null;
|
|
26
|
-
lastEventDate: Date | null;
|
|
27
|
-
totalErrorEvent: number;
|
|
28
|
-
lastErrorDate: Date | null;
|
|
29
|
-
eventLast24Hours: number;
|
|
30
|
-
errorLast24Hours: number;
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
export type IGetMetricsApplicationEventResponse = IResponse<IGetMetricsApplicationEventData>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { IResponse, IApplicationLog, BasePaginate } from '../..';
|
|
2
|
-
export type IPaginateApplicationLogAdminResponse = IResponse<BasePaginate<IApplicationLog>>;
|
|
3
|
-
export interface IGetApplicationLogAdminData {
|
|
4
|
-
applicationLog: IApplicationLog;
|
|
5
|
-
}
|
|
6
|
-
export type IGetApplicationLogAdminResponse = IResponse<IGetApplicationLogAdminData>;
|
|
7
|
-
export interface ICreateApplicationLogAdminData {
|
|
8
|
-
applicationLog: IApplicationLog;
|
|
9
|
-
}
|
|
10
|
-
export type ICreateApplicationLogAdminResponse = IResponse<ICreateApplicationLogAdminData>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { IResponse, IApplicationLog, BasePaginate } from '../..';
|
|
2
|
-
export type IPaginateApplicationLogResponse = IResponse<BasePaginate<IApplicationLog>>;
|
|
3
|
-
export interface IGetApplicationLogData {
|
|
4
|
-
applicationLog: IApplicationLog;
|
|
5
|
-
}
|
|
6
|
-
export type IGetApplicationLogResponse = IResponse<IGetApplicationLogData>;
|
|
7
|
-
export interface ICreateApplicationLogData {
|
|
8
|
-
applicationLog: IApplicationLog;
|
|
9
|
-
}
|
|
10
|
-
export type ICreateApplicationLogResponse = IResponse<ICreateApplicationLogData>;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { IResponse, IApplicationSentinel, IApplicationSentinelHistory, BasePaginate } from '../..';
|
|
2
|
-
export interface IGetApplicationSentinelAdminData {
|
|
3
|
-
applicationSentinel: IApplicationSentinel;
|
|
4
|
-
}
|
|
5
|
-
export type IGetApplicationSentinelAdminResponse = IResponse<IGetApplicationSentinelAdminData>;
|
|
6
|
-
export interface IUpdateApplicationSentinelAdminData {
|
|
7
|
-
applicationSentinel: IApplicationSentinel;
|
|
8
|
-
}
|
|
9
|
-
export type IUpdateApplicationSentinelAdminResponse = IResponse<IUpdateApplicationSentinelAdminData>;
|
|
10
|
-
export type IPaginateApplicationSentinelAdminResponse = IResponse<BasePaginate<IApplicationSentinel>>;
|
|
11
|
-
export type IPaginateHistoryApplicationSentinelAdminResponse = IResponse<BasePaginate<IApplicationSentinelHistory>>;
|
|
12
|
-
export interface ICreateApplicationSentinelAdminData {
|
|
13
|
-
applicationSentinel: IApplicationSentinel;
|
|
14
|
-
}
|
|
15
|
-
export type ICreateApplicationSentinelAdminResponse = IResponse<ICreateApplicationSentinelAdminData>;
|
|
16
|
-
export interface IGetHistoryApplicationSentinelAdminData {
|
|
17
|
-
applicationSentinelHistory: IApplicationSentinelHistory;
|
|
18
|
-
}
|
|
19
|
-
export type IGetHistoryApplicationSentinelAdminResponse = IResponse<IGetHistoryApplicationSentinelAdminData>;
|
|
20
|
-
export interface IDeleteApplicationSentinelAdminData {
|
|
21
|
-
}
|
|
22
|
-
export type IDeleteApplicationSentinelAdminResponse = IResponse<IDeleteApplicationSentinelAdminData>;
|
|
23
|
-
export interface ITriggerApplicationSentinelAdminData {
|
|
24
|
-
applicationSentinelHistory: IApplicationSentinelHistory;
|
|
25
|
-
}
|
|
26
|
-
export type ITriggerApplicationSentinelAdminResponse = IResponse<ITriggerApplicationSentinelAdminData>;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { IResponse, IApplicationSentinel, IApplicationSentinelHistory, BasePaginate } from '../..';
|
|
2
|
-
export interface IGetApplicationSentinelData {
|
|
3
|
-
applicationSentinel: IApplicationSentinel;
|
|
4
|
-
}
|
|
5
|
-
export type IGetApplicationSentinelResponse = IResponse<IGetApplicationSentinelData>;
|
|
6
|
-
export interface IGetHistoryApplicationSentinelData {
|
|
7
|
-
applicationSentinelHistory: IApplicationSentinelHistory;
|
|
8
|
-
}
|
|
9
|
-
export type IGetHistoryApplicationSentinelResponse = IResponse<IGetHistoryApplicationSentinelData>;
|
|
10
|
-
export type IPaginateHistoryApplicationSentinelResponse = IResponse<BasePaginate<IApplicationSentinelHistory>>;
|
|
11
|
-
export type IPaginateApplicationSentinelResponse = IResponse<BasePaginate<IApplicationSentinel>>;
|
|
12
|
-
export interface ICreateApplicationSentinelData {
|
|
13
|
-
applicationSentinel: IApplicationSentinel;
|
|
14
|
-
}
|
|
15
|
-
export type ICreateApplicationSentinelResponse = IResponse<ICreateApplicationSentinelData>;
|
|
16
|
-
export interface IUpdateApplicationSentinelData {
|
|
17
|
-
applicationSentinel: IApplicationSentinel;
|
|
18
|
-
}
|
|
19
|
-
export type IUpdateApplicationSentinelResponse = IResponse<IUpdateApplicationSentinelData>;
|
|
20
|
-
export interface IDeleteApplicationSentinelData {
|
|
21
|
-
}
|
|
22
|
-
export type IDeleteApplicationSentinelResponse = IResponse<IDeleteApplicationSentinelData>;
|
|
23
|
-
export interface ITriggerApplicationSentinelData {
|
|
24
|
-
applicationSentinelHistory: IApplicationSentinelHistory;
|
|
25
|
-
}
|
|
26
|
-
export type ITriggerApplicationSentinelResponse = IResponse<ITriggerApplicationSentinelData>;
|
|
27
|
-
export interface IMetricsLatencyApplicationSentinelData {
|
|
28
|
-
metrics: {
|
|
29
|
-
date: string;
|
|
30
|
-
avgLatency: number | null;
|
|
31
|
-
}[];
|
|
32
|
-
}
|
|
33
|
-
export type IMetricsLatencyApplicationSentinelResponse = IResponse<IMetricsLatencyApplicationSentinelData>;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { IResponse, IApplicationStats, BasePaginate } from '../..';
|
|
2
|
-
export interface IGetApplicationStatsAdminData {
|
|
3
|
-
applicationStats: IApplicationStats;
|
|
4
|
-
}
|
|
5
|
-
export type IGetApplicationStatsAdminResponse = IResponse<IGetApplicationStatsAdminData>;
|
|
6
|
-
export type IPaginateApplicationStatsAdminResponse = IResponse<BasePaginate<IApplicationStats>>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { IResponse, IApplicationStats, BasePaginate } from '../..';
|
|
2
|
-
export interface IGetApplicationStatsData {
|
|
3
|
-
applicationStats: IApplicationStats;
|
|
4
|
-
}
|
|
5
|
-
export type IGetApplicationStatsResponse = IResponse<IGetApplicationStatsData>;
|
|
6
|
-
export type IPaginateApplicationStatsResponse = IResponse<BasePaginate<IApplicationStats>>;
|
|
7
|
-
export interface ICreateApplicationStatsData {
|
|
8
|
-
applicationStats: IApplicationStats[];
|
|
9
|
-
}
|
|
10
|
-
export type ICreateApplicationStatsResponse = IResponse<ICreateApplicationStatsData>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BasePaginate, IResponse } from '..';
|
|
2
|
-
import { IApplicationWebhookHistory } from '../../models/application-webhook-history.model';
|
|
3
|
-
export type IPaginateApplicationWebhookHistoryAdminResponse = IResponse<BasePaginate<IApplicationWebhookHistory>>;
|
|
4
|
-
export interface IGetApplicationWebhookHistoryAdminData {
|
|
5
|
-
applicationWebhookHistory: IApplicationWebhookHistory;
|
|
6
|
-
}
|
|
7
|
-
export type IGetApplicationWebhookHistoryAdminResponse = IResponse<IGetApplicationWebhookHistoryAdminData>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BasePaginate, IResponse } from '..';
|
|
2
|
-
import { IApplicationWebhookHistory } from '../../models/application-webhook-history.model';
|
|
3
|
-
export type IPaginateApplicationWebhookHistoryResponse = IResponse<BasePaginate<IApplicationWebhookHistory>>;
|
|
4
|
-
export interface IGetApplicationWebhookHistoryData {
|
|
5
|
-
applicationWebhookHistory: IApplicationWebhookHistory;
|
|
6
|
-
}
|
|
7
|
-
export type IGetApplicationWebhookHistoryResponse = IResponse<IGetApplicationWebhookHistoryData>;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { BasePaginate, IResponse } from '..';
|
|
2
|
-
import { IApplicationWebhook } from '../../models/application-webhook.model';
|
|
3
|
-
export type IPaginateApplicationWebhookAdminResponse = IResponse<BasePaginate<IApplicationWebhook>>;
|
|
4
|
-
export interface IGetApplicationWebhookAdminData {
|
|
5
|
-
applicationWebhook: IApplicationWebhook;
|
|
6
|
-
}
|
|
7
|
-
export type IGetApplicationWebhookAdminResponse = IResponse<IGetApplicationWebhookAdminData>;
|
|
8
|
-
export interface IResetSecretApplicationWebhookAdminData {
|
|
9
|
-
applicationWebhook: IApplicationWebhook;
|
|
10
|
-
}
|
|
11
|
-
export type IResetSecretApplicationWebhookAdminResponse = IResponse<IResetSecretApplicationWebhookAdminData>;
|
|
12
|
-
export interface IUpdateApplicationWebhookAdminData {
|
|
13
|
-
applicationWebhook: IApplicationWebhook;
|
|
14
|
-
}
|
|
15
|
-
export type IUpdateApplicationWebhookAdminResponse = IResponse<IUpdateApplicationWebhookAdminData>;
|
|
16
|
-
export interface ICreateApplicationWebhookAdminData {
|
|
17
|
-
applicationWebhook: IApplicationWebhook;
|
|
18
|
-
}
|
|
19
|
-
export type ICreateApplicationWebhookAdminResponse = IResponse<ICreateApplicationWebhookAdminData>;
|
|
20
|
-
export type IDeleteApplicationWebhookAdminData = Record<string, never>;
|
|
21
|
-
export type IDeleteApplicationWebhookAdminResponse = IResponse<IDeleteApplicationWebhookAdminData>;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { BasePaginate, IResponse } from '..';
|
|
2
|
-
import { IApplicationWebhook } from '../../models/application-webhook.model';
|
|
3
|
-
export type IPaginateApplicationWebhookResponse = IResponse<BasePaginate<IApplicationWebhook>>;
|
|
4
|
-
export interface IGetApplicationWebhookData {
|
|
5
|
-
applicationWebhook: IApplicationWebhook;
|
|
6
|
-
}
|
|
7
|
-
export type IGetApplicationWebhookResponse = IResponse<IGetApplicationWebhookData>;
|
|
8
|
-
export interface IResetSecretApplicationWebhookData {
|
|
9
|
-
applicationWebhook: IApplicationWebhook;
|
|
10
|
-
}
|
|
11
|
-
export type IResetSecretApplicationWebhookResponse = IResponse<IResetSecretApplicationWebhookData>;
|
|
12
|
-
export interface IUpdateApplicationWebhookData {
|
|
13
|
-
applicationWebhook: IApplicationWebhook;
|
|
14
|
-
}
|
|
15
|
-
export type IUpdateApplicationWebhookResponse = IResponse<IUpdateApplicationWebhookData>;
|
|
16
|
-
export interface ICreateApplicationWebhookData {
|
|
17
|
-
applicationWebhook: IApplicationWebhook;
|
|
18
|
-
}
|
|
19
|
-
export type ICreateApplicationWebhookResponse = IResponse<ICreateApplicationWebhookData>;
|
|
20
|
-
export type IDeleteApplicationWebhookData = Record<string, never>;
|
|
21
|
-
export type IDeleteApplicationWebhookResponse = IResponse<IDeleteApplicationWebhookData>;
|