@serverlessworkflow/sdk 1.0.0-alpha5.0 → 1.0.1
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/README.md +141 -23
- package/esm/index.esm.js +2607 -1122
- package/esm/index.esm.js.map +1 -1
- package/esm/index.esm.min.js +7 -7
- package/esm/index.esm.min.js.map +1 -1
- package/lib/generated/builders/any-event-consumption-strategy-until-builder.d.ts +14 -0
- package/lib/generated/builders/any-event-consumption-strategy-until-builder.d.ts.map +1 -0
- package/lib/generated/builders/any-event-until-consumed-builder.d.ts +14 -0
- package/lib/generated/builders/any-event-until-consumed-builder.d.ts.map +1 -0
- package/lib/generated/builders/container-lifetime-builder.d.ts +14 -0
- package/lib/generated/builders/container-lifetime-builder.d.ts.map +1 -0
- package/lib/generated/builders/error-filter-builder.d.ts +14 -0
- package/lib/generated/builders/error-filter-builder.d.ts.map +1 -0
- package/lib/generated/builders/event-data-builder.d.ts +14 -0
- package/lib/generated/builders/event-data-builder.d.ts.map +1 -0
- package/lib/generated/builders/http-body-builder.d.ts +14 -0
- package/lib/generated/builders/http-body-builder.d.ts.map +1 -0
- package/lib/generated/builders/http-headers-builder.d.ts +14 -0
- package/lib/generated/builders/http-headers-builder.d.ts.map +1 -0
- package/lib/generated/builders/http-query-builder.d.ts +14 -0
- package/lib/generated/builders/http-query-builder.d.ts.map +1 -0
- package/lib/generated/builders/index.d.ts +11 -6
- package/lib/generated/builders/index.d.ts.map +1 -1
- package/lib/generated/builders/raise-task-error-builder.d.ts +14 -0
- package/lib/generated/builders/raise-task-error-builder.d.ts.map +1 -0
- package/lib/generated/builders/subscription-iterator-builder.d.ts +14 -0
- package/lib/generated/builders/subscription-iterator-builder.d.ts.map +1 -0
- package/lib/generated/builders/task-timeout-builder.d.ts +14 -0
- package/lib/generated/builders/task-timeout-builder.d.ts.map +1 -0
- package/lib/generated/classes/any-event-consumption-strategy-until.d.ts +39 -0
- package/lib/generated/classes/any-event-consumption-strategy-until.d.ts.map +1 -0
- package/lib/generated/classes/any-event-consumption-strategy.d.ts.map +1 -1
- package/lib/generated/classes/any-event-until-consumed.d.ts +39 -0
- package/lib/generated/classes/any-event-until-consumed.d.ts.map +1 -0
- package/lib/generated/classes/async-api-arguments.d.ts +5 -0
- package/lib/generated/classes/async-api-arguments.d.ts.map +1 -1
- package/lib/generated/classes/call-async-api.d.ts.map +1 -1
- package/lib/generated/classes/catch-errors.d.ts +0 -5
- package/lib/generated/classes/catch-errors.d.ts.map +1 -1
- package/lib/generated/classes/container-lifetime.d.ts +39 -0
- package/lib/generated/classes/container-lifetime.d.ts.map +1 -0
- package/lib/generated/classes/container.d.ts.map +1 -1
- package/lib/generated/classes/error-filter.d.ts +44 -0
- package/lib/generated/classes/error-filter.d.ts.map +1 -0
- package/lib/generated/classes/event-consumption-strategy.d.ts.map +1 -1
- package/lib/generated/classes/event-data.d.ts +44 -0
- package/lib/generated/classes/event-data.d.ts.map +1 -0
- package/lib/generated/classes/http-body.d.ts +44 -0
- package/lib/generated/classes/http-body.d.ts.map +1 -0
- package/lib/generated/classes/http-headers.d.ts +44 -0
- package/lib/generated/classes/http-headers.d.ts.map +1 -0
- package/lib/generated/classes/http-query.d.ts +44 -0
- package/lib/generated/classes/http-query.d.ts.map +1 -0
- package/lib/generated/classes/index.d.ts +13 -6
- package/lib/generated/classes/index.d.ts.map +1 -1
- package/lib/generated/classes/listen-task.d.ts.map +1 -1
- package/lib/generated/classes/raise-task-error.d.ts +44 -0
- package/lib/generated/classes/raise-task-error.d.ts.map +1 -0
- package/lib/generated/classes/subscription-iterator.d.ts +39 -0
- package/lib/generated/classes/subscription-iterator.d.ts.map +1 -0
- package/lib/generated/classes/task-timeout.d.ts +39 -0
- package/lib/generated/classes/task-timeout.d.ts.map +1 -0
- package/lib/generated/classes/task.d.ts.map +1 -1
- package/lib/generated/classes/workflow.d.ts +25 -0
- package/lib/generated/classes/workflow.d.ts.map +1 -1
- package/lib/generated/definitions/specification.d.ts +105 -44
- package/lib/generated/definitions/specification.d.ts.map +1 -1
- package/lib/generated/validation/validation-pointers.d.ts +11 -6
- package/lib/generated/validation/validation-pointers.d.ts.map +1 -1
- package/lib/graph-builder.d.ts +74 -0
- package/lib/graph-builder.d.ts.map +1 -0
- package/lib/mermaid-converter.d.ts +21 -0
- package/lib/mermaid-converter.d.ts.map +1 -0
- package/package.json +2 -2
- package/serverless-workflow-sdk.d.ts +2 -0
- package/serverless-workflow-sdk.d.ts.map +1 -1
- package/systemjs/index.systemjs.js +2611 -1121
- package/systemjs/index.systemjs.js.map +1 -1
- package/systemjs/index.systemjs.min.js +7 -7
- package/systemjs/index.systemjs.min.js.map +1 -1
- package/umd/index.umd.js +2620 -1127
- package/umd/index.umd.js.map +1 -1
- package/umd/index.umd.min.js +7 -7
- package/umd/index.umd.min.js.map +1 -1
- package/lib/generated/builders/raise-task-raise-error-builder.d.ts +0 -14
- package/lib/generated/builders/raise-task-raise-error-builder.d.ts.map +0 -1
- package/lib/generated/builders/task-base-timeout-builder.d.ts +0 -14
- package/lib/generated/builders/task-base-timeout-builder.d.ts.map +0 -1
- package/lib/generated/builders/with-async-api-payload-builder.d.ts +0 -14
- package/lib/generated/builders/with-async-api-payload-builder.d.ts.map +0 -1
- package/lib/generated/builders/with-http-body-builder.d.ts +0 -14
- package/lib/generated/builders/with-http-body-builder.d.ts.map +0 -1
- package/lib/generated/builders/with-http-headers-builder.d.ts +0 -14
- package/lib/generated/builders/with-http-headers-builder.d.ts.map +0 -1
- package/lib/generated/builders/with-http-query-builder.d.ts +0 -14
- package/lib/generated/builders/with-http-query-builder.d.ts.map +0 -1
- package/lib/generated/classes/raise-task-raise-error.d.ts +0 -44
- package/lib/generated/classes/raise-task-raise-error.d.ts.map +0 -1
- package/lib/generated/classes/task-base-timeout.d.ts +0 -39
- package/lib/generated/classes/task-base-timeout.d.ts.map +0 -1
- package/lib/generated/classes/with-async-api-payload.d.ts +0 -44
- package/lib/generated/classes/with-async-api-payload.d.ts.map +0 -1
- package/lib/generated/classes/with-http-body.d.ts +0 -44
- package/lib/generated/classes/with-http-body.d.ts.map +0 -1
- package/lib/generated/classes/with-http-headers.d.ts +0 -44
- package/lib/generated/classes/with-http-headers.d.ts.map +0 -1
- package/lib/generated/classes/with-http-query.d.ts +0 -44
- package/lib/generated/classes/with-http-query.d.ts.map +0 -1
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*****************************************************************************************
|
|
2
|
-
*
|
|
3
|
-
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
|
|
4
|
-
*
|
|
5
|
-
*****************************************************************************************/
|
|
6
|
-
import { Builder } from '../../builder';
|
|
7
|
-
import { RaiseTaskRaiseErrorIntersection } from '../classes/raise-task-raise-error';
|
|
8
|
-
import { Specification } from '../definitions';
|
|
9
|
-
/**
|
|
10
|
-
* A factory to create a builder proxy for the type `RaiseTaskRaiseErrorIntersection`
|
|
11
|
-
* @returns {Builder<RaiseTaskRaiseErrorIntersection, RaiseTaskRaiseErrorIntersection>} A builder for `RaiseTaskRaiseErrorIntersection`
|
|
12
|
-
*/
|
|
13
|
-
export declare const raiseTaskRaiseErrorBuilder: (model?: Partial<Specification.RaiseTaskRaiseError>) => Builder<Partial<Specification.RaiseTaskRaiseError>, RaiseTaskRaiseErrorIntersection>;
|
|
14
|
-
//# sourceMappingURL=raise-task-raise-error-builder.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"raise-task-raise-error-builder.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/builders/raise-task-raise-error-builder.ts"],"names":[],"mappings":"AAgBA;;;;2FAI2F;AAE3F,OAAO,EAAW,OAAO,EAAgB,MAAM,eAAe,CAAC;AAE/D,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAc/C;;;GAGG;AACH,eAAO,MAAM,0BAA0B,WAC7B,OAAO,CAAC,aAAa,CAAC,mBAAmB,CAAC,KACjD,OAAO,CAAC,OAAO,CAAC,aAAa,CAAC,mBAAmB,CAAC,EAAE,+BAA+B,CACU,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*****************************************************************************************
|
|
2
|
-
*
|
|
3
|
-
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
|
|
4
|
-
*
|
|
5
|
-
*****************************************************************************************/
|
|
6
|
-
import { Builder } from '../../builder';
|
|
7
|
-
import { TaskBaseTimeoutIntersection } from '../classes/task-base-timeout';
|
|
8
|
-
import { Specification } from '../definitions';
|
|
9
|
-
/**
|
|
10
|
-
* A factory to create a builder proxy for the type `TaskBaseTimeoutIntersection`
|
|
11
|
-
* @returns {Builder<TaskBaseTimeoutIntersection, TaskBaseTimeoutIntersection>} A builder for `TaskBaseTimeoutIntersection`
|
|
12
|
-
*/
|
|
13
|
-
export declare const taskBaseTimeoutBuilder: (model?: Partial<Specification.TaskBaseTimeout>) => Builder<Partial<Specification.TaskBaseTimeout>, TaskBaseTimeoutIntersection>;
|
|
14
|
-
//# sourceMappingURL=task-base-timeout-builder.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"task-base-timeout-builder.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/builders/task-base-timeout-builder.ts"],"names":[],"mappings":"AAgBA;;;;2FAI2F;AAE3F,OAAO,EAAW,OAAO,EAAgB,MAAM,eAAe,CAAC;AAE/D,OAAO,EAAE,2BAA2B,EAAE,MAAM,8BAA8B,CAAC;AAC3E,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAc/C;;;GAGG;AACH,eAAO,MAAM,sBAAsB,WACzB,OAAO,CAAC,aAAa,CAAC,eAAe,CAAC,KAC7C,OAAO,CAAC,OAAO,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,2BAA2B,CACU,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*****************************************************************************************
|
|
2
|
-
*
|
|
3
|
-
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
|
|
4
|
-
*
|
|
5
|
-
*****************************************************************************************/
|
|
6
|
-
import { Builder } from '../../builder';
|
|
7
|
-
import { WithAsyncAPIPayloadIntersection } from '../classes/with-async-api-payload';
|
|
8
|
-
import { Specification } from '../definitions';
|
|
9
|
-
/**
|
|
10
|
-
* A factory to create a builder proxy for the type `WithAsyncAPIPayloadIntersection`
|
|
11
|
-
* @returns {Builder<WithAsyncAPIPayloadIntersection, WithAsyncAPIPayloadIntersection>} A builder for `WithAsyncAPIPayloadIntersection`
|
|
12
|
-
*/
|
|
13
|
-
export declare const withAsyncAPIPayloadBuilder: (model?: Partial<Specification.WithAsyncAPIPayload>) => Builder<Partial<Specification.WithAsyncAPIPayload>, WithAsyncAPIPayloadIntersection>;
|
|
14
|
-
//# sourceMappingURL=with-async-api-payload-builder.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"with-async-api-payload-builder.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/builders/with-async-api-payload-builder.ts"],"names":[],"mappings":"AAgBA;;;;2FAI2F;AAE3F,OAAO,EAAW,OAAO,EAAgB,MAAM,eAAe,CAAC;AAE/D,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAc/C;;;GAGG;AACH,eAAO,MAAM,0BAA0B,WAC7B,OAAO,CAAC,aAAa,CAAC,mBAAmB,CAAC,KACjD,OAAO,CAAC,OAAO,CAAC,aAAa,CAAC,mBAAmB,CAAC,EAAE,+BAA+B,CACU,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*****************************************************************************************
|
|
2
|
-
*
|
|
3
|
-
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
|
|
4
|
-
*
|
|
5
|
-
*****************************************************************************************/
|
|
6
|
-
import { Builder } from '../../builder';
|
|
7
|
-
import { WithHTTPBodyIntersection } from '../classes/with-http-body';
|
|
8
|
-
import { Specification } from '../definitions';
|
|
9
|
-
/**
|
|
10
|
-
* A factory to create a builder proxy for the type `WithHTTPBodyIntersection`
|
|
11
|
-
* @returns {Builder<WithHTTPBodyIntersection, WithHTTPBodyIntersection>} A builder for `WithHTTPBodyIntersection`
|
|
12
|
-
*/
|
|
13
|
-
export declare const withHTTPBodyBuilder: (model?: Partial<Specification.WithHTTPBody>) => Builder<Partial<Specification.WithHTTPBody>, WithHTTPBodyIntersection>;
|
|
14
|
-
//# sourceMappingURL=with-http-body-builder.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"with-http-body-builder.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/builders/with-http-body-builder.ts"],"names":[],"mappings":"AAgBA;;;;2FAI2F;AAE3F,OAAO,EAAW,OAAO,EAAgB,MAAM,eAAe,CAAC;AAE/D,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAc/C;;;GAGG;AACH,eAAO,MAAM,mBAAmB,WACtB,OAAO,CAAC,aAAa,CAAC,YAAY,CAAC,KAC1C,OAAO,CAAC,OAAO,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE,wBAAwB,CACU,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*****************************************************************************************
|
|
2
|
-
*
|
|
3
|
-
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
|
|
4
|
-
*
|
|
5
|
-
*****************************************************************************************/
|
|
6
|
-
import { Builder } from '../../builder';
|
|
7
|
-
import { WithHTTPHeadersIntersection } from '../classes/with-http-headers';
|
|
8
|
-
import { Specification } from '../definitions';
|
|
9
|
-
/**
|
|
10
|
-
* A factory to create a builder proxy for the type `WithHTTPHeadersIntersection`
|
|
11
|
-
* @returns {Builder<WithHTTPHeadersIntersection, WithHTTPHeadersIntersection>} A builder for `WithHTTPHeadersIntersection`
|
|
12
|
-
*/
|
|
13
|
-
export declare const withHTTPHeadersBuilder: (model?: Partial<Specification.WithHTTPHeaders>) => Builder<Partial<Specification.WithHTTPHeaders>, WithHTTPHeadersIntersection>;
|
|
14
|
-
//# sourceMappingURL=with-http-headers-builder.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"with-http-headers-builder.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/builders/with-http-headers-builder.ts"],"names":[],"mappings":"AAgBA;;;;2FAI2F;AAE3F,OAAO,EAAW,OAAO,EAAgB,MAAM,eAAe,CAAC;AAE/D,OAAO,EAAE,2BAA2B,EAAE,MAAM,8BAA8B,CAAC;AAC3E,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAc/C;;;GAGG;AACH,eAAO,MAAM,sBAAsB,WACzB,OAAO,CAAC,aAAa,CAAC,eAAe,CAAC,KAC7C,OAAO,CAAC,OAAO,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,2BAA2B,CACU,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*****************************************************************************************
|
|
2
|
-
*
|
|
3
|
-
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
|
|
4
|
-
*
|
|
5
|
-
*****************************************************************************************/
|
|
6
|
-
import { Builder } from '../../builder';
|
|
7
|
-
import { WithHTTPQueryIntersection } from '../classes/with-http-query';
|
|
8
|
-
import { Specification } from '../definitions';
|
|
9
|
-
/**
|
|
10
|
-
* A factory to create a builder proxy for the type `WithHTTPQueryIntersection`
|
|
11
|
-
* @returns {Builder<WithHTTPQueryIntersection, WithHTTPQueryIntersection>} A builder for `WithHTTPQueryIntersection`
|
|
12
|
-
*/
|
|
13
|
-
export declare const withHTTPQueryBuilder: (model?: Partial<Specification.WithHTTPQuery>) => Builder<Partial<Specification.WithHTTPQuery>, WithHTTPQueryIntersection>;
|
|
14
|
-
//# sourceMappingURL=with-http-query-builder.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"with-http-query-builder.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/builders/with-http-query-builder.ts"],"names":[],"mappings":"AAgBA;;;;2FAI2F;AAE3F,OAAO,EAAW,OAAO,EAAgB,MAAM,eAAe,CAAC;AAE/D,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAc/C;;;GAGG;AACH,eAAO,MAAM,oBAAoB,WACvB,OAAO,CAAC,aAAa,CAAC,aAAa,CAAC,KAC3C,OAAO,CAAC,OAAO,CAAC,aAAa,CAAC,aAAa,CAAC,EAAE,yBAAyB,CACU,CAAC"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/*****************************************************************************************
|
|
2
|
-
*
|
|
3
|
-
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
|
|
4
|
-
*
|
|
5
|
-
*****************************************************************************************/
|
|
6
|
-
import { ObjectHydrator } from '../../hydrator';
|
|
7
|
-
import { Specification } from '../definitions';
|
|
8
|
-
/**
|
|
9
|
-
* Represents the intersection between the RaiseTaskRaiseError class and type
|
|
10
|
-
*/
|
|
11
|
-
export type RaiseTaskRaiseErrorIntersection = RaiseTaskRaiseError & Specification.RaiseTaskRaiseError;
|
|
12
|
-
/**
|
|
13
|
-
* Represents a constructor for the intersection of the RaiseTaskRaiseError class and type
|
|
14
|
-
*/
|
|
15
|
-
export interface RaiseTaskRaiseErrorConstructor {
|
|
16
|
-
new (model?: Partial<Specification.RaiseTaskRaiseError>): RaiseTaskRaiseErrorIntersection;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Represents a RaiseTaskRaiseError with methods for validation and normalization.
|
|
20
|
-
* Inherits from ObjectHydrator which provides functionality for hydrating the state based on a model.
|
|
21
|
-
*/
|
|
22
|
-
export declare class RaiseTaskRaiseError extends ObjectHydrator<Specification.RaiseTaskRaiseError> {
|
|
23
|
-
/**
|
|
24
|
-
* Instanciates a new instance of the RaiseTaskRaiseError class.
|
|
25
|
-
* Initializes properties based on the provided model if it is an object.
|
|
26
|
-
*
|
|
27
|
-
* @param model - Optional partial model object to initialize the RaiseTaskRaiseError.
|
|
28
|
-
*/
|
|
29
|
-
constructor(model?: Partial<Specification.RaiseTaskRaiseError>);
|
|
30
|
-
/**
|
|
31
|
-
* Validates the current instance of the RaiseTaskRaiseError.
|
|
32
|
-
* Throws if invalid.
|
|
33
|
-
*/
|
|
34
|
-
validate(workflow?: Partial<Specification.Workflow>): void;
|
|
35
|
-
/**
|
|
36
|
-
* Normalizes the current instance of the RaiseTaskRaiseError.
|
|
37
|
-
* Creates a copy of the RaiseTaskRaiseError, invokes normalization hooks if available, and returns the normalized copy.
|
|
38
|
-
*
|
|
39
|
-
* @returns A normalized version of the RaiseTaskRaiseError instance.
|
|
40
|
-
*/
|
|
41
|
-
normalize(): RaiseTaskRaiseError & Specification.RaiseTaskRaiseError;
|
|
42
|
-
}
|
|
43
|
-
export declare const _RaiseTaskRaiseError: RaiseTaskRaiseErrorConstructor;
|
|
44
|
-
//# sourceMappingURL=raise-task-raise-error.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"raise-task-raise-error.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/classes/raise-task-raise-error.ts"],"names":[],"mappings":"AAgBA;;;;2FAI2F;AAE3F,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAI/C;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG,mBAAmB,GAAG,aAAa,CAAC,mBAAmB,CAAC;AAEtG;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C,KAAK,KAAK,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,mBAAmB,CAAC,GAAG,+BAA+B,CAAC;CAC3F;AAED;;;GAGG;AACH,qBAAa,mBAAoB,SAAQ,cAAc,CAAC,aAAa,CAAC,mBAAmB,CAAC;IACxF;;;;;OAKG;gBACS,KAAK,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,mBAAmB,CAAC;IAM9D;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,QAAQ,CAAC;IAKnD;;;;;OAKG;IACH,SAAS,IAAI,mBAAmB,GAAG,aAAa,CAAC,mBAAmB;CAIrE;AAED,eAAO,MAAM,oBAAoB,EAA0B,8BAA8B,CAAC"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { ObjectHydrator } from '../../hydrator';
|
|
2
|
-
import { Specification } from '../definitions';
|
|
3
|
-
/**
|
|
4
|
-
* Represents the intersection between the TaskBaseTimeout class and type
|
|
5
|
-
*/
|
|
6
|
-
export type TaskBaseTimeoutIntersection = TaskBaseTimeout & Specification.TaskBaseTimeout;
|
|
7
|
-
/**
|
|
8
|
-
* Represents a constructor for the intersection of the TaskBaseTimeout class and type
|
|
9
|
-
*/
|
|
10
|
-
export interface TaskBaseTimeoutConstructor {
|
|
11
|
-
new (model?: Partial<Specification.TaskBaseTimeout>): TaskBaseTimeoutIntersection;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Represents a TaskBaseTimeout with methods for validation and normalization.
|
|
15
|
-
* Inherits from ObjectHydrator which provides functionality for hydrating the state based on a model.
|
|
16
|
-
*/
|
|
17
|
-
export declare class TaskBaseTimeout extends ObjectHydrator<Specification.TaskBaseTimeout> {
|
|
18
|
-
/**
|
|
19
|
-
* Instanciates a new instance of the TaskBaseTimeout class.
|
|
20
|
-
* Initializes properties based on the provided model if it is an object.
|
|
21
|
-
*
|
|
22
|
-
* @param model - Optional partial model object to initialize the TaskBaseTimeout.
|
|
23
|
-
*/
|
|
24
|
-
constructor(model?: Partial<Specification.TaskBaseTimeout>);
|
|
25
|
-
/**
|
|
26
|
-
* Validates the current instance of the TaskBaseTimeout.
|
|
27
|
-
* Throws if invalid.
|
|
28
|
-
*/
|
|
29
|
-
validate(workflow?: Partial<Specification.Workflow>): void;
|
|
30
|
-
/**
|
|
31
|
-
* Normalizes the current instance of the TaskBaseTimeout.
|
|
32
|
-
* Creates a copy of the TaskBaseTimeout, invokes normalization hooks if available, and returns the normalized copy.
|
|
33
|
-
*
|
|
34
|
-
* @returns A normalized version of the TaskBaseTimeout instance.
|
|
35
|
-
*/
|
|
36
|
-
normalize(): TaskBaseTimeout & Specification.TaskBaseTimeout;
|
|
37
|
-
}
|
|
38
|
-
export declare const _TaskBaseTimeout: TaskBaseTimeoutConstructor;
|
|
39
|
-
//# sourceMappingURL=task-base-timeout.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"task-base-timeout.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/classes/task-base-timeout.ts"],"names":[],"mappings":"AAuBA,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAK/C;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG,eAAe,GAAG,aAAa,CAAC,eAAe,CAAC;AAE1F;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC,KAAK,KAAK,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,eAAe,CAAC,GAAG,2BAA2B,CAAC;CACnF;AAED;;;GAGG;AACH,qBAAa,eAAgB,SAAQ,cAAc,CAAC,aAAa,CAAC,eAAe,CAAC;IAChF;;;;;OAKG;gBACS,KAAK,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,eAAe,CAAC;IAY1D;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,QAAQ,CAAC;IAKnD;;;;;OAKG;IACH,SAAS,IAAI,eAAe,GAAG,aAAa,CAAC,eAAe;CAI7D;AAED,eAAO,MAAM,gBAAgB,EAAsB,0BAA0B,CAAC"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/*****************************************************************************************
|
|
2
|
-
*
|
|
3
|
-
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
|
|
4
|
-
*
|
|
5
|
-
*****************************************************************************************/
|
|
6
|
-
import { ObjectHydrator } from '../../hydrator';
|
|
7
|
-
import { Specification } from '../definitions';
|
|
8
|
-
/**
|
|
9
|
-
* Represents the intersection between the WithAsyncAPIPayload class and type
|
|
10
|
-
*/
|
|
11
|
-
export type WithAsyncAPIPayloadIntersection = WithAsyncAPIPayload & Specification.WithAsyncAPIPayload;
|
|
12
|
-
/**
|
|
13
|
-
* Represents a constructor for the intersection of the WithAsyncAPIPayload class and type
|
|
14
|
-
*/
|
|
15
|
-
export interface WithAsyncAPIPayloadConstructor {
|
|
16
|
-
new (model?: Partial<Specification.WithAsyncAPIPayload>): WithAsyncAPIPayloadIntersection;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Represents a WithAsyncAPIPayload with methods for validation and normalization.
|
|
20
|
-
* Inherits from ObjectHydrator which provides functionality for hydrating the state based on a model.
|
|
21
|
-
*/
|
|
22
|
-
export declare class WithAsyncAPIPayload extends ObjectHydrator<Specification.WithAsyncAPIPayload> {
|
|
23
|
-
/**
|
|
24
|
-
* Instanciates a new instance of the WithAsyncAPIPayload class.
|
|
25
|
-
* Initializes properties based on the provided model if it is an object.
|
|
26
|
-
*
|
|
27
|
-
* @param model - Optional partial model object to initialize the WithAsyncAPIPayload.
|
|
28
|
-
*/
|
|
29
|
-
constructor(model?: Partial<Specification.WithAsyncAPIPayload>);
|
|
30
|
-
/**
|
|
31
|
-
* Validates the current instance of the WithAsyncAPIPayload.
|
|
32
|
-
* Throws if invalid.
|
|
33
|
-
*/
|
|
34
|
-
validate(workflow?: Partial<Specification.Workflow>): void;
|
|
35
|
-
/**
|
|
36
|
-
* Normalizes the current instance of the WithAsyncAPIPayload.
|
|
37
|
-
* Creates a copy of the WithAsyncAPIPayload, invokes normalization hooks if available, and returns the normalized copy.
|
|
38
|
-
*
|
|
39
|
-
* @returns A normalized version of the WithAsyncAPIPayload instance.
|
|
40
|
-
*/
|
|
41
|
-
normalize(): WithAsyncAPIPayload & Specification.WithAsyncAPIPayload;
|
|
42
|
-
}
|
|
43
|
-
export declare const _WithAsyncAPIPayload: WithAsyncAPIPayloadConstructor;
|
|
44
|
-
//# sourceMappingURL=with-async-api-payload.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"with-async-api-payload.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/classes/with-async-api-payload.ts"],"names":[],"mappings":"AAgBA;;;;2FAI2F;AAE3F,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAI/C;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG,mBAAmB,GAAG,aAAa,CAAC,mBAAmB,CAAC;AAEtG;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C,KAAK,KAAK,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,mBAAmB,CAAC,GAAG,+BAA+B,CAAC;CAC3F;AAED;;;GAGG;AACH,qBAAa,mBAAoB,SAAQ,cAAc,CAAC,aAAa,CAAC,mBAAmB,CAAC;IACxF;;;;;OAKG;gBACS,KAAK,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,mBAAmB,CAAC;IAM9D;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,QAAQ,CAAC;IAKnD;;;;;OAKG;IACH,SAAS,IAAI,mBAAmB,GAAG,aAAa,CAAC,mBAAmB;CAIrE;AAED,eAAO,MAAM,oBAAoB,EAA0B,8BAA8B,CAAC"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/*****************************************************************************************
|
|
2
|
-
*
|
|
3
|
-
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
|
|
4
|
-
*
|
|
5
|
-
*****************************************************************************************/
|
|
6
|
-
import { ObjectHydrator } from '../../hydrator';
|
|
7
|
-
import { Specification } from '../definitions';
|
|
8
|
-
/**
|
|
9
|
-
* Represents the intersection between the WithHTTPBody class and type
|
|
10
|
-
*/
|
|
11
|
-
export type WithHTTPBodyIntersection = WithHTTPBody & Specification.WithHTTPBody;
|
|
12
|
-
/**
|
|
13
|
-
* Represents a constructor for the intersection of the WithHTTPBody class and type
|
|
14
|
-
*/
|
|
15
|
-
export interface WithHTTPBodyConstructor {
|
|
16
|
-
new (model?: Partial<Specification.WithHTTPBody>): WithHTTPBodyIntersection;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Represents a WithHTTPBody with methods for validation and normalization.
|
|
20
|
-
* Inherits from ObjectHydrator which provides functionality for hydrating the state based on a model.
|
|
21
|
-
*/
|
|
22
|
-
export declare class WithHTTPBody extends ObjectHydrator<Specification.WithHTTPBody> {
|
|
23
|
-
/**
|
|
24
|
-
* Instanciates a new instance of the WithHTTPBody class.
|
|
25
|
-
* Initializes properties based on the provided model if it is an object.
|
|
26
|
-
*
|
|
27
|
-
* @param model - Optional partial model object to initialize the WithHTTPBody.
|
|
28
|
-
*/
|
|
29
|
-
constructor(model?: Partial<Specification.WithHTTPBody>);
|
|
30
|
-
/**
|
|
31
|
-
* Validates the current instance of the WithHTTPBody.
|
|
32
|
-
* Throws if invalid.
|
|
33
|
-
*/
|
|
34
|
-
validate(workflow?: Partial<Specification.Workflow>): void;
|
|
35
|
-
/**
|
|
36
|
-
* Normalizes the current instance of the WithHTTPBody.
|
|
37
|
-
* Creates a copy of the WithHTTPBody, invokes normalization hooks if available, and returns the normalized copy.
|
|
38
|
-
*
|
|
39
|
-
* @returns A normalized version of the WithHTTPBody instance.
|
|
40
|
-
*/
|
|
41
|
-
normalize(): WithHTTPBody & Specification.WithHTTPBody;
|
|
42
|
-
}
|
|
43
|
-
export declare const _WithHTTPBody: WithHTTPBodyConstructor;
|
|
44
|
-
//# sourceMappingURL=with-http-body.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"with-http-body.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/classes/with-http-body.ts"],"names":[],"mappings":"AAgBA;;;;2FAI2F;AAE3F,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAI/C;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,YAAY,GAAG,aAAa,CAAC,YAAY,CAAC;AAEjF;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC,KAAK,KAAK,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,YAAY,CAAC,GAAG,wBAAwB,CAAC;CAC7E;AAED;;;GAGG;AACH,qBAAa,YAAa,SAAQ,cAAc,CAAC,aAAa,CAAC,YAAY,CAAC;IAC1E;;;;;OAKG;gBACS,KAAK,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,YAAY,CAAC;IAMvD;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,QAAQ,CAAC;IAKnD;;;;;OAKG;IACH,SAAS,IAAI,YAAY,GAAG,aAAa,CAAC,YAAY;CAIvD;AAED,eAAO,MAAM,aAAa,EAAmB,uBAAuB,CAAC"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/*****************************************************************************************
|
|
2
|
-
*
|
|
3
|
-
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
|
|
4
|
-
*
|
|
5
|
-
*****************************************************************************************/
|
|
6
|
-
import { ObjectHydrator } from '../../hydrator';
|
|
7
|
-
import { Specification } from '../definitions';
|
|
8
|
-
/**
|
|
9
|
-
* Represents the intersection between the WithHTTPHeaders class and type
|
|
10
|
-
*/
|
|
11
|
-
export type WithHTTPHeadersIntersection = WithHTTPHeaders & Specification.WithHTTPHeaders;
|
|
12
|
-
/**
|
|
13
|
-
* Represents a constructor for the intersection of the WithHTTPHeaders class and type
|
|
14
|
-
*/
|
|
15
|
-
export interface WithHTTPHeadersConstructor {
|
|
16
|
-
new (model?: Partial<Specification.WithHTTPHeaders>): WithHTTPHeadersIntersection;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Represents a WithHTTPHeaders with methods for validation and normalization.
|
|
20
|
-
* Inherits from ObjectHydrator which provides functionality for hydrating the state based on a model.
|
|
21
|
-
*/
|
|
22
|
-
export declare class WithHTTPHeaders extends ObjectHydrator<Specification.WithHTTPHeaders> {
|
|
23
|
-
/**
|
|
24
|
-
* Instanciates a new instance of the WithHTTPHeaders class.
|
|
25
|
-
* Initializes properties based on the provided model if it is an object.
|
|
26
|
-
*
|
|
27
|
-
* @param model - Optional partial model object to initialize the WithHTTPHeaders.
|
|
28
|
-
*/
|
|
29
|
-
constructor(model?: Partial<Specification.WithHTTPHeaders>);
|
|
30
|
-
/**
|
|
31
|
-
* Validates the current instance of the WithHTTPHeaders.
|
|
32
|
-
* Throws if invalid.
|
|
33
|
-
*/
|
|
34
|
-
validate(workflow?: Partial<Specification.Workflow>): void;
|
|
35
|
-
/**
|
|
36
|
-
* Normalizes the current instance of the WithHTTPHeaders.
|
|
37
|
-
* Creates a copy of the WithHTTPHeaders, invokes normalization hooks if available, and returns the normalized copy.
|
|
38
|
-
*
|
|
39
|
-
* @returns A normalized version of the WithHTTPHeaders instance.
|
|
40
|
-
*/
|
|
41
|
-
normalize(): WithHTTPHeaders & Specification.WithHTTPHeaders;
|
|
42
|
-
}
|
|
43
|
-
export declare const _WithHTTPHeaders: WithHTTPHeadersConstructor;
|
|
44
|
-
//# sourceMappingURL=with-http-headers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"with-http-headers.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/classes/with-http-headers.ts"],"names":[],"mappings":"AAgBA;;;;2FAI2F;AAE3F,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAI/C;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG,eAAe,GAAG,aAAa,CAAC,eAAe,CAAC;AAE1F;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC,KAAK,KAAK,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,eAAe,CAAC,GAAG,2BAA2B,CAAC;CACnF;AAED;;;GAGG;AACH,qBAAa,eAAgB,SAAQ,cAAc,CAAC,aAAa,CAAC,eAAe,CAAC;IAChF;;;;;OAKG;gBACS,KAAK,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,eAAe,CAAC;IAM1D;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,QAAQ,CAAC;IAKnD;;;;;OAKG;IACH,SAAS,IAAI,eAAe,GAAG,aAAa,CAAC,eAAe;CAI7D;AAED,eAAO,MAAM,gBAAgB,EAAsB,0BAA0B,CAAC"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/*****************************************************************************************
|
|
2
|
-
*
|
|
3
|
-
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
|
|
4
|
-
*
|
|
5
|
-
*****************************************************************************************/
|
|
6
|
-
import { ObjectHydrator } from '../../hydrator';
|
|
7
|
-
import { Specification } from '../definitions';
|
|
8
|
-
/**
|
|
9
|
-
* Represents the intersection between the WithHTTPQuery class and type
|
|
10
|
-
*/
|
|
11
|
-
export type WithHTTPQueryIntersection = WithHTTPQuery & Specification.WithHTTPQuery;
|
|
12
|
-
/**
|
|
13
|
-
* Represents a constructor for the intersection of the WithHTTPQuery class and type
|
|
14
|
-
*/
|
|
15
|
-
export interface WithHTTPQueryConstructor {
|
|
16
|
-
new (model?: Partial<Specification.WithHTTPQuery>): WithHTTPQueryIntersection;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Represents a WithHTTPQuery with methods for validation and normalization.
|
|
20
|
-
* Inherits from ObjectHydrator which provides functionality for hydrating the state based on a model.
|
|
21
|
-
*/
|
|
22
|
-
export declare class WithHTTPQuery extends ObjectHydrator<Specification.WithHTTPQuery> {
|
|
23
|
-
/**
|
|
24
|
-
* Instanciates a new instance of the WithHTTPQuery class.
|
|
25
|
-
* Initializes properties based on the provided model if it is an object.
|
|
26
|
-
*
|
|
27
|
-
* @param model - Optional partial model object to initialize the WithHTTPQuery.
|
|
28
|
-
*/
|
|
29
|
-
constructor(model?: Partial<Specification.WithHTTPQuery>);
|
|
30
|
-
/**
|
|
31
|
-
* Validates the current instance of the WithHTTPQuery.
|
|
32
|
-
* Throws if invalid.
|
|
33
|
-
*/
|
|
34
|
-
validate(workflow?: Partial<Specification.Workflow>): void;
|
|
35
|
-
/**
|
|
36
|
-
* Normalizes the current instance of the WithHTTPQuery.
|
|
37
|
-
* Creates a copy of the WithHTTPQuery, invokes normalization hooks if available, and returns the normalized copy.
|
|
38
|
-
*
|
|
39
|
-
* @returns A normalized version of the WithHTTPQuery instance.
|
|
40
|
-
*/
|
|
41
|
-
normalize(): WithHTTPQuery & Specification.WithHTTPQuery;
|
|
42
|
-
}
|
|
43
|
-
export declare const _WithHTTPQuery: WithHTTPQueryConstructor;
|
|
44
|
-
//# sourceMappingURL=with-http-query.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"with-http-query.d.ts","sourceRoot":"","sources":["../../../../../src/lib/generated/classes/with-http-query.ts"],"names":[],"mappings":"AAgBA;;;;2FAI2F;AAE3F,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAI/C;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAEpF;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,KAAK,KAAK,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,aAAa,CAAC,GAAG,yBAAyB,CAAC;CAC/E;AAED;;;GAGG;AACH,qBAAa,aAAc,SAAQ,cAAc,CAAC,aAAa,CAAC,aAAa,CAAC;IAC5E;;;;;OAKG;gBACS,KAAK,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,aAAa,CAAC;IAMxD;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,QAAQ,CAAC;IAKnD;;;;;OAKG;IACH,SAAS,IAAI,aAAa,GAAG,aAAa,CAAC,aAAa;CAIzD;AAED,eAAO,MAAM,cAAc,EAAoB,wBAAwB,CAAC"}
|