@smartytalent/api-client 0.1.20 → 0.1.22
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/apis/BriefsApi.d.ts +176 -0
- package/dist/apis/BriefsApi.d.ts.map +1 -0
- package/dist/apis/BriefsApi.js +393 -0
- package/dist/apis/BriefsApi.js.map +1 -0
- package/dist/apis/RunsApi.d.ts +10 -9
- package/dist/apis/RunsApi.d.ts.map +1 -1
- package/dist/apis/RunsApi.js +14 -9
- package/dist/apis/RunsApi.js.map +1 -1
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.d.ts.map +1 -1
- package/dist/apis/index.js +1 -0
- package/dist/apis/index.js.map +1 -1
- package/dist/models/BriefAttributesSchema.d.ts +99 -0
- package/dist/models/BriefAttributesSchema.d.ts.map +1 -0
- package/dist/models/BriefAttributesSchema.js +88 -0
- package/dist/models/BriefAttributesSchema.js.map +1 -0
- package/dist/models/BriefRelationshipsFormsSchema.d.ts +34 -0
- package/dist/models/BriefRelationshipsFormsSchema.d.ts.map +1 -0
- package/dist/models/BriefRelationshipsFormsSchema.js +50 -0
- package/dist/models/BriefRelationshipsFormsSchema.js.map +1 -0
- package/dist/models/BriefRelationshipsJobsSchema.d.ts +34 -0
- package/dist/models/BriefRelationshipsJobsSchema.d.ts.map +1 -0
- package/dist/models/BriefRelationshipsJobsSchema.js +50 -0
- package/dist/models/BriefRelationshipsJobsSchema.js.map +1 -0
- package/dist/models/BriefRelationshipsSchema.d.ts +48 -0
- package/dist/models/BriefRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/BriefRelationshipsSchema.js +56 -0
- package/dist/models/BriefRelationshipsSchema.js.map +1 -0
- package/dist/models/BriefRelationshipsUsersSchema.d.ts +34 -0
- package/dist/models/BriefRelationshipsUsersSchema.d.ts.map +1 -0
- package/dist/models/BriefRelationshipsUsersSchema.js +50 -0
- package/dist/models/BriefRelationshipsUsersSchema.js.map +1 -0
- package/dist/models/BriefRelationshipsUsersSchemaDataInner.d.ts +39 -0
- package/dist/models/BriefRelationshipsUsersSchemaDataInner.d.ts.map +1 -0
- package/dist/models/BriefRelationshipsUsersSchemaDataInner.js +51 -0
- package/dist/models/BriefRelationshipsUsersSchemaDataInner.js.map +1 -0
- package/dist/models/BriefResourceSchema.d.ts +75 -0
- package/dist/models/BriefResourceSchema.d.ts.map +1 -0
- package/dist/models/BriefResourceSchema.js +75 -0
- package/dist/models/BriefResourceSchema.js.map +1 -0
- package/dist/models/BriefSchema.d.ts +49 -0
- package/dist/models/BriefSchema.d.ts.map +1 -0
- package/dist/models/BriefSchema.js +55 -0
- package/dist/models/BriefSchema.js.map +1 -0
- package/dist/models/BriefsSchema.d.ts +48 -0
- package/dist/models/BriefsSchema.d.ts.map +1 -0
- package/dist/models/BriefsSchema.js +56 -0
- package/dist/models/BriefsSchema.js.map +1 -0
- package/dist/models/CreateBriefRequestBody.d.ts +34 -0
- package/dist/models/CreateBriefRequestBody.d.ts.map +1 -0
- package/dist/models/CreateBriefRequestBody.js +52 -0
- package/dist/models/CreateBriefRequestBody.js.map +1 -0
- package/dist/models/CreateBriefRequestBodyData.d.ts +54 -0
- package/dist/models/CreateBriefRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateBriefRequestBodyData.js +66 -0
- package/dist/models/CreateBriefRequestBodyData.js.map +1 -0
- package/dist/models/CreateRunRequestBodyData.d.ts +6 -6
- package/dist/models/CreateRunRequestBodyData.d.ts.map +1 -1
- package/dist/models/CreateRunRequestBodyData.js +6 -6
- package/dist/models/CreateRunRequestBodyData.js.map +1 -1
- package/dist/models/RunAttributesSchema.d.ts +58 -3
- package/dist/models/RunAttributesSchema.d.ts.map +1 -1
- package/dist/models/RunAttributesSchema.js +27 -0
- package/dist/models/RunAttributesSchema.js.map +1 -1
- package/dist/models/RunAttributesSchema1.d.ts +33 -0
- package/dist/models/RunAttributesSchema1.d.ts.map +1 -0
- package/dist/models/RunAttributesSchema1.js +49 -0
- package/dist/models/RunAttributesSchema1.js.map +1 -0
- package/dist/models/RunAttributesSchemaTimestamps.d.ts +51 -0
- package/dist/models/RunAttributesSchemaTimestamps.d.ts.map +1 -0
- package/dist/models/RunAttributesSchemaTimestamps.js +55 -0
- package/dist/models/RunAttributesSchemaTimestamps.js.map +1 -0
- package/dist/models/RunRelationshipsSchema.d.ts +10 -3
- package/dist/models/RunRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/RunRelationshipsSchema.js +6 -5
- package/dist/models/RunRelationshipsSchema.js.map +1 -1
- package/dist/models/RunRelationshipsSchema1.d.ts +34 -0
- package/dist/models/RunRelationshipsSchema1.d.ts.map +1 -0
- package/dist/models/RunRelationshipsSchema1.js +52 -0
- package/dist/models/RunRelationshipsSchema1.js.map +1 -0
- package/dist/models/RunRelationshipsSchema1Workflows.d.ts +34 -0
- package/dist/models/RunRelationshipsSchema1Workflows.d.ts.map +1 -0
- package/dist/models/RunRelationshipsSchema1Workflows.js +50 -0
- package/dist/models/RunRelationshipsSchema1Workflows.js.map +1 -0
- package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.d.ts +46 -0
- package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.d.ts.map +1 -0
- package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.js +62 -0
- package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.js.map +1 -0
- package/dist/models/RunRelationshipsTriggersSchema.d.ts +34 -0
- package/dist/models/RunRelationshipsTriggersSchema.d.ts.map +1 -0
- package/dist/models/RunRelationshipsTriggersSchema.js +50 -0
- package/dist/models/RunRelationshipsTriggersSchema.js.map +1 -0
- package/dist/models/RunRelationshipsTriggersSchemaDataInner.d.ts +39 -0
- package/dist/models/RunRelationshipsTriggersSchemaDataInner.d.ts.map +1 -0
- package/dist/models/RunRelationshipsTriggersSchemaDataInner.js +51 -0
- package/dist/models/RunRelationshipsTriggersSchemaDataInner.js.map +1 -0
- package/dist/models/RunRelationshipsWorkflowsSchema.d.ts +34 -0
- package/dist/models/{RunRelationshipsSchemaWorkflows.d.ts.map → RunRelationshipsWorkflowsSchema.d.ts.map} +1 -1
- package/dist/models/RunRelationshipsWorkflowsSchema.js +50 -0
- package/dist/models/{RunRelationshipsSchemaWorkflows.js.map → RunRelationshipsWorkflowsSchema.js.map} +1 -1
- package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.d.ts +39 -0
- package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.d.ts.map +1 -0
- package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.js +51 -0
- package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.js.map +1 -0
- package/dist/models/RunResourceSchema.d.ts +75 -0
- package/dist/models/RunResourceSchema.d.ts.map +1 -0
- package/dist/models/RunResourceSchema.js +75 -0
- package/dist/models/RunResourceSchema.js.map +1 -0
- package/dist/models/RunSchema.d.ts +49 -0
- package/dist/models/RunSchema.d.ts.map +1 -0
- package/dist/models/RunSchema.js +55 -0
- package/dist/models/RunSchema.js.map +1 -0
- package/dist/models/RunsSchema.d.ts +48 -0
- package/dist/models/RunsSchema.d.ts.map +1 -0
- package/dist/models/RunsSchema.js +56 -0
- package/dist/models/RunsSchema.js.map +1 -0
- package/dist/models/SubmissionAttributesSchema.d.ts +14 -0
- package/dist/models/SubmissionAttributesSchema.d.ts.map +1 -1
- package/dist/models/SubmissionAttributesSchema.js +10 -1
- package/dist/models/SubmissionAttributesSchema.js.map +1 -1
- package/dist/models/UpdateBriefRequestBody.d.ts +34 -0
- package/dist/models/UpdateBriefRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateBriefRequestBody.js +52 -0
- package/dist/models/UpdateBriefRequestBody.js.map +1 -0
- package/dist/models/UpdateBriefRequestBodyData.d.ts +60 -0
- package/dist/models/UpdateBriefRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateBriefRequestBodyData.js +70 -0
- package/dist/models/UpdateBriefRequestBodyData.js.map +1 -0
- package/dist/models/index.d.ts +25 -2
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +25 -2
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/RunRelationshipsSchemaWorkflows.d.ts +0 -34
- package/dist/models/RunRelationshipsSchemaWorkflows.js +0 -50
- package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.d.ts +0 -46
- package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.d.ts.map +0 -1
- package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.js +0 -62
- package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.js.map +0 -1
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SmartyMeet Dev03 API REST
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.1
|
|
6
|
-
* Contact: developer@smartymeet.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { RunRelationshipsSchemaWorkflowsDataInner } from './RunRelationshipsSchemaWorkflowsDataInner';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface RunRelationshipsSchemaWorkflows
|
|
17
|
-
*/
|
|
18
|
-
export interface RunRelationshipsSchemaWorkflows {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<RunRelationshipsSchemaWorkflowsDataInner>}
|
|
22
|
-
* @memberof RunRelationshipsSchemaWorkflows
|
|
23
|
-
*/
|
|
24
|
-
data?: Array<RunRelationshipsSchemaWorkflowsDataInner>;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the RunRelationshipsSchemaWorkflows interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfRunRelationshipsSchemaWorkflows(value: object): value is RunRelationshipsSchemaWorkflows;
|
|
30
|
-
export declare function RunRelationshipsSchemaWorkflowsFromJSON(json: any): RunRelationshipsSchemaWorkflows;
|
|
31
|
-
export declare function RunRelationshipsSchemaWorkflowsFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsSchemaWorkflows;
|
|
32
|
-
export declare function RunRelationshipsSchemaWorkflowsToJSON(json: any): RunRelationshipsSchemaWorkflows;
|
|
33
|
-
export declare function RunRelationshipsSchemaWorkflowsToJSONTyped(value?: RunRelationshipsSchemaWorkflows | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
-
//# sourceMappingURL=RunRelationshipsSchemaWorkflows.d.ts.map
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* SmartyMeet Dev03 API REST
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.1
|
|
9
|
-
* Contact: developer@smartymeet.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.instanceOfRunRelationshipsSchemaWorkflows = instanceOfRunRelationshipsSchemaWorkflows;
|
|
17
|
-
exports.RunRelationshipsSchemaWorkflowsFromJSON = RunRelationshipsSchemaWorkflowsFromJSON;
|
|
18
|
-
exports.RunRelationshipsSchemaWorkflowsFromJSONTyped = RunRelationshipsSchemaWorkflowsFromJSONTyped;
|
|
19
|
-
exports.RunRelationshipsSchemaWorkflowsToJSON = RunRelationshipsSchemaWorkflowsToJSON;
|
|
20
|
-
exports.RunRelationshipsSchemaWorkflowsToJSONTyped = RunRelationshipsSchemaWorkflowsToJSONTyped;
|
|
21
|
-
const RunRelationshipsSchemaWorkflowsDataInner_1 = require("./RunRelationshipsSchemaWorkflowsDataInner");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the RunRelationshipsSchemaWorkflows interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfRunRelationshipsSchemaWorkflows(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
function RunRelationshipsSchemaWorkflowsFromJSON(json) {
|
|
29
|
-
return RunRelationshipsSchemaWorkflowsFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
function RunRelationshipsSchemaWorkflowsFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'data': json['data'] == null ? undefined : (json['data'].map(RunRelationshipsSchemaWorkflowsDataInner_1.RunRelationshipsSchemaWorkflowsDataInnerFromJSON)),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function RunRelationshipsSchemaWorkflowsToJSON(json) {
|
|
40
|
-
return RunRelationshipsSchemaWorkflowsToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function RunRelationshipsSchemaWorkflowsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'data': value['data'] == null ? undefined : (value['data'].map(RunRelationshipsSchemaWorkflowsDataInner_1.RunRelationshipsSchemaWorkflowsDataInnerToJSON)),
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
//# sourceMappingURL=RunRelationshipsSchemaWorkflows.js.map
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SmartyMeet Dev03 API REST
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.1
|
|
6
|
-
* Contact: developer@smartymeet.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface RunRelationshipsSchemaWorkflowsDataInner
|
|
16
|
-
*/
|
|
17
|
-
export interface RunRelationshipsSchemaWorkflowsDataInner {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {RunRelationshipsSchemaWorkflowsDataInnerTypeEnum}
|
|
21
|
-
* @memberof RunRelationshipsSchemaWorkflowsDataInner
|
|
22
|
-
*/
|
|
23
|
-
type: RunRelationshipsSchemaWorkflowsDataInnerTypeEnum;
|
|
24
|
-
/**
|
|
25
|
-
* The workflow ID to run.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof RunRelationshipsSchemaWorkflowsDataInner
|
|
28
|
-
*/
|
|
29
|
-
id: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @export
|
|
33
|
-
*/
|
|
34
|
-
export declare const RunRelationshipsSchemaWorkflowsDataInnerTypeEnum: {
|
|
35
|
-
readonly Workflows: "workflows";
|
|
36
|
-
};
|
|
37
|
-
export type RunRelationshipsSchemaWorkflowsDataInnerTypeEnum = typeof RunRelationshipsSchemaWorkflowsDataInnerTypeEnum[keyof typeof RunRelationshipsSchemaWorkflowsDataInnerTypeEnum];
|
|
38
|
-
/**
|
|
39
|
-
* Check if a given object implements the RunRelationshipsSchemaWorkflowsDataInner interface.
|
|
40
|
-
*/
|
|
41
|
-
export declare function instanceOfRunRelationshipsSchemaWorkflowsDataInner(value: object): value is RunRelationshipsSchemaWorkflowsDataInner;
|
|
42
|
-
export declare function RunRelationshipsSchemaWorkflowsDataInnerFromJSON(json: any): RunRelationshipsSchemaWorkflowsDataInner;
|
|
43
|
-
export declare function RunRelationshipsSchemaWorkflowsDataInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsSchemaWorkflowsDataInner;
|
|
44
|
-
export declare function RunRelationshipsSchemaWorkflowsDataInnerToJSON(json: any): RunRelationshipsSchemaWorkflowsDataInner;
|
|
45
|
-
export declare function RunRelationshipsSchemaWorkflowsDataInnerToJSONTyped(value?: RunRelationshipsSchemaWorkflowsDataInner | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
-
//# sourceMappingURL=RunRelationshipsSchemaWorkflowsDataInner.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsSchemaWorkflowsDataInner.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchemaWorkflowsDataInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,EAAE,gDAAgD,CAAC;IACvD;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;CACd;AAGD;;GAEG;AACH,eAAO,MAAM,gDAAgD;;CAEnD,CAAC;AACX,MAAM,MAAM,gDAAgD,GAAG,OAAO,gDAAgD,CAAC,MAAM,OAAO,gDAAgD,CAAC,CAAC;AAGtL;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAInI;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAEpH;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wCAAwC,CASvJ;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAElH;AAED,wBAAgB,mDAAmD,CAAC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtK"}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* SmartyMeet Dev03 API REST
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.1
|
|
9
|
-
* Contact: developer@smartymeet.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.RunRelationshipsSchemaWorkflowsDataInnerTypeEnum = void 0;
|
|
17
|
-
exports.instanceOfRunRelationshipsSchemaWorkflowsDataInner = instanceOfRunRelationshipsSchemaWorkflowsDataInner;
|
|
18
|
-
exports.RunRelationshipsSchemaWorkflowsDataInnerFromJSON = RunRelationshipsSchemaWorkflowsDataInnerFromJSON;
|
|
19
|
-
exports.RunRelationshipsSchemaWorkflowsDataInnerFromJSONTyped = RunRelationshipsSchemaWorkflowsDataInnerFromJSONTyped;
|
|
20
|
-
exports.RunRelationshipsSchemaWorkflowsDataInnerToJSON = RunRelationshipsSchemaWorkflowsDataInnerToJSON;
|
|
21
|
-
exports.RunRelationshipsSchemaWorkflowsDataInnerToJSONTyped = RunRelationshipsSchemaWorkflowsDataInnerToJSONTyped;
|
|
22
|
-
/**
|
|
23
|
-
* @export
|
|
24
|
-
*/
|
|
25
|
-
exports.RunRelationshipsSchemaWorkflowsDataInnerTypeEnum = {
|
|
26
|
-
Workflows: 'workflows'
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Check if a given object implements the RunRelationshipsSchemaWorkflowsDataInner interface.
|
|
30
|
-
*/
|
|
31
|
-
function instanceOfRunRelationshipsSchemaWorkflowsDataInner(value) {
|
|
32
|
-
if (!('type' in value) || value['type'] === undefined)
|
|
33
|
-
return false;
|
|
34
|
-
if (!('id' in value) || value['id'] === undefined)
|
|
35
|
-
return false;
|
|
36
|
-
return true;
|
|
37
|
-
}
|
|
38
|
-
function RunRelationshipsSchemaWorkflowsDataInnerFromJSON(json) {
|
|
39
|
-
return RunRelationshipsSchemaWorkflowsDataInnerFromJSONTyped(json, false);
|
|
40
|
-
}
|
|
41
|
-
function RunRelationshipsSchemaWorkflowsDataInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
-
if (json == null) {
|
|
43
|
-
return json;
|
|
44
|
-
}
|
|
45
|
-
return {
|
|
46
|
-
'type': json['type'],
|
|
47
|
-
'id': json['id'],
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
function RunRelationshipsSchemaWorkflowsDataInnerToJSON(json) {
|
|
51
|
-
return RunRelationshipsSchemaWorkflowsDataInnerToJSONTyped(json, false);
|
|
52
|
-
}
|
|
53
|
-
function RunRelationshipsSchemaWorkflowsDataInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
-
if (value == null) {
|
|
55
|
-
return value;
|
|
56
|
-
}
|
|
57
|
-
return {
|
|
58
|
-
'type': value['type'],
|
|
59
|
-
'id': value['id'],
|
|
60
|
-
};
|
|
61
|
-
}
|
|
62
|
-
//# sourceMappingURL=RunRelationshipsSchemaWorkflowsDataInner.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsSchemaWorkflowsDataInner.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchemaWorkflowsDataInner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,gHAIC;AAED,4GAEC;AAED,sHASC;AAED,wGAEC;AAED,kHAUC;AA/CD;;GAEG;AACU,QAAA,gDAAgD,GAAG;IAC5D,SAAS,EAAE,WAAW;CAChB,CAAC;AAIX;;GAEG;AACH,SAAgB,kDAAkD,CAAC,KAAa;IAC5E,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,IAAS,EAAE,mBAA4B;IACzG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;KACnB,CAAC;AACN,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,KAAuD,EAAE,sBAA+B,KAAK;IAC7J,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
|