@smartytalent/api-client 0.1.25 → 0.1.27
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/RunsApi.d.ts +4 -3
- package/dist/apis/RunsApi.d.ts.map +1 -1
- package/dist/apis/RunsApi.js +7 -2
- package/dist/apis/RunsApi.js.map +1 -1
- package/dist/models/CandidateAttributesSchema.d.ts +3 -3
- package/dist/models/CandidateAttributesSchema.d.ts.map +1 -1
- package/dist/models/CandidateAttributesSchema.js +2 -6
- package/dist/models/CandidateAttributesSchema.js.map +1 -1
- package/dist/models/CreateGuestSubmissionRequest.d.ts +6 -0
- package/dist/models/CreateGuestSubmissionRequest.d.ts.map +1 -1
- package/dist/models/CreateGuestSubmissionRequest.js +2 -0
- package/dist/models/CreateGuestSubmissionRequest.js.map +1 -1
- package/dist/models/RunRelationshipsSchema.d.ts +7 -7
- package/dist/models/RunRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/RunRelationshipsSchema.js +6 -6
- package/dist/models/RunRelationshipsSchema.js.map +1 -1
- package/dist/models/RunRelationshipsSchema1.d.ts +3 -3
- package/dist/models/RunRelationshipsSchema1.d.ts.map +1 -1
- package/dist/models/RunRelationshipsSchema1.js +4 -4
- package/dist/models/RunRelationshipsSchema1.js.map +1 -1
- package/dist/models/RunRelationshipsSchema1Workflow.d.ts +34 -0
- package/dist/models/RunRelationshipsSchema1Workflow.d.ts.map +1 -0
- package/dist/models/RunRelationshipsSchema1Workflow.js +50 -0
- package/dist/models/RunRelationshipsSchema1Workflow.js.map +1 -0
- package/dist/models/RunRelationshipsSchema1WorkflowData.d.ts +46 -0
- package/dist/models/RunRelationshipsSchema1WorkflowData.d.ts.map +1 -0
- package/dist/models/RunRelationshipsSchema1WorkflowData.js +62 -0
- package/dist/models/RunRelationshipsSchema1WorkflowData.js.map +1 -0
- package/dist/models/RunRelationshipsTriggerSchema.d.ts +34 -0
- package/dist/models/RunRelationshipsTriggerSchema.d.ts.map +1 -0
- package/dist/models/RunRelationshipsTriggerSchema.js +50 -0
- package/dist/models/RunRelationshipsTriggerSchema.js.map +1 -0
- package/dist/models/RunRelationshipsTriggerSchemaData.d.ts +39 -0
- package/dist/models/RunRelationshipsTriggerSchemaData.d.ts.map +1 -0
- package/dist/models/RunRelationshipsTriggerSchemaData.js +51 -0
- package/dist/models/RunRelationshipsTriggerSchemaData.js.map +1 -0
- package/dist/models/RunRelationshipsWorkflowSchema.d.ts +34 -0
- package/dist/models/RunRelationshipsWorkflowSchema.d.ts.map +1 -0
- package/dist/models/RunRelationshipsWorkflowSchema.js +50 -0
- package/dist/models/RunRelationshipsWorkflowSchema.js.map +1 -0
- package/dist/models/RunRelationshipsWorkflowSchemaData.d.ts +39 -0
- package/dist/models/RunRelationshipsWorkflowSchemaData.d.ts.map +1 -0
- package/dist/models/RunRelationshipsWorkflowSchemaData.js +51 -0
- package/dist/models/RunRelationshipsWorkflowSchemaData.js.map +1 -0
- package/dist/models/SubmissionAttributesSchema.d.ts +17 -9
- package/dist/models/SubmissionAttributesSchema.d.ts.map +1 -1
- package/dist/models/SubmissionAttributesSchema.js +9 -9
- package/dist/models/SubmissionAttributesSchema.js.map +1 -1
- package/dist/models/UpdateCandidateRequestBodyData.d.ts +8 -1
- package/dist/models/UpdateCandidateRequestBodyData.d.ts.map +1 -1
- package/dist/models/UpdateCandidateRequestBodyData.js +4 -3
- package/dist/models/UpdateCandidateRequestBodyData.js.map +1 -1
- package/dist/models/UpdateRunAttributesSchema.d.ts +47 -0
- package/dist/models/UpdateRunAttributesSchema.d.ts.map +1 -0
- package/dist/models/UpdateRunAttributesSchema.js +61 -0
- package/dist/models/UpdateRunAttributesSchema.js.map +1 -0
- package/dist/models/UpdateRunRequestBody.d.ts +34 -0
- package/dist/models/UpdateRunRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateRunRequestBody.js +52 -0
- package/dist/models/UpdateRunRequestBody.js.map +1 -0
- package/dist/models/UpdateRunRequestBodyData.d.ts +53 -0
- package/dist/models/UpdateRunRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateRunRequestBodyData.js +67 -0
- package/dist/models/UpdateRunRequestBodyData.js.map +1 -0
- package/dist/models/UpdateSubmissionRequestBodyData.d.ts +1 -1
- package/dist/models/UpdateSubmissionRequestBodyData.d.ts.map +1 -1
- package/dist/models/UpdateSubmissionRequestBodyData.js +1 -3
- package/dist/models/UpdateSubmissionRequestBodyData.js.map +1 -1
- package/dist/models/index.d.ts +9 -6
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +9 -6
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/RunRelationshipsSchema1Workflows.d.ts +0 -34
- package/dist/models/RunRelationshipsSchema1Workflows.d.ts.map +0 -1
- package/dist/models/RunRelationshipsSchema1Workflows.js +0 -50
- package/dist/models/RunRelationshipsSchema1Workflows.js.map +0 -1
- package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.d.ts +0 -46
- package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.d.ts.map +0 -1
- package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.js +0 -62
- package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.js.map +0 -1
- package/dist/models/RunRelationshipsTriggersSchema.d.ts +0 -34
- package/dist/models/RunRelationshipsTriggersSchema.d.ts.map +0 -1
- package/dist/models/RunRelationshipsTriggersSchema.js +0 -50
- package/dist/models/RunRelationshipsTriggersSchema.js.map +0 -1
- package/dist/models/RunRelationshipsTriggersSchemaDataInner.d.ts +0 -39
- package/dist/models/RunRelationshipsTriggersSchemaDataInner.d.ts.map +0 -1
- package/dist/models/RunRelationshipsTriggersSchemaDataInner.js +0 -51
- package/dist/models/RunRelationshipsTriggersSchemaDataInner.js.map +0 -1
- package/dist/models/RunRelationshipsWorkflowsSchema.d.ts +0 -34
- package/dist/models/RunRelationshipsWorkflowsSchema.d.ts.map +0 -1
- package/dist/models/RunRelationshipsWorkflowsSchema.js +0 -50
- package/dist/models/RunRelationshipsWorkflowsSchema.js.map +0 -1
- package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.d.ts +0 -39
- package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.d.ts.map +0 -1
- package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.js +0 -51
- package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.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 { RunRelationshipsSchema1WorkflowsDataInner } from './RunRelationshipsSchema1WorkflowsDataInner';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface RunRelationshipsSchema1Workflows
|
|
17
|
-
*/
|
|
18
|
-
export interface RunRelationshipsSchema1Workflows {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<RunRelationshipsSchema1WorkflowsDataInner>}
|
|
22
|
-
* @memberof RunRelationshipsSchema1Workflows
|
|
23
|
-
*/
|
|
24
|
-
data?: Array<RunRelationshipsSchema1WorkflowsDataInner>;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the RunRelationshipsSchema1Workflows interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfRunRelationshipsSchema1Workflows(value: object): value is RunRelationshipsSchema1Workflows;
|
|
30
|
-
export declare function RunRelationshipsSchema1WorkflowsFromJSON(json: any): RunRelationshipsSchema1Workflows;
|
|
31
|
-
export declare function RunRelationshipsSchema1WorkflowsFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsSchema1Workflows;
|
|
32
|
-
export declare function RunRelationshipsSchema1WorkflowsToJSON(json: any): RunRelationshipsSchema1Workflows;
|
|
33
|
-
export declare function RunRelationshipsSchema1WorkflowsToJSONTyped(value?: RunRelationshipsSchema1Workflows | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
-
//# sourceMappingURL=RunRelationshipsSchema1Workflows.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsSchema1Workflows.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema1Workflows.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,yCAAyC,EAAE,MAAM,6CAA6C,CAAC;AAQ7G;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,yCAAyC,CAAC,CAAC;CAC3D;AAED;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAEnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CAQvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAStJ"}
|
|
@@ -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.instanceOfRunRelationshipsSchema1Workflows = instanceOfRunRelationshipsSchema1Workflows;
|
|
17
|
-
exports.RunRelationshipsSchema1WorkflowsFromJSON = RunRelationshipsSchema1WorkflowsFromJSON;
|
|
18
|
-
exports.RunRelationshipsSchema1WorkflowsFromJSONTyped = RunRelationshipsSchema1WorkflowsFromJSONTyped;
|
|
19
|
-
exports.RunRelationshipsSchema1WorkflowsToJSON = RunRelationshipsSchema1WorkflowsToJSON;
|
|
20
|
-
exports.RunRelationshipsSchema1WorkflowsToJSONTyped = RunRelationshipsSchema1WorkflowsToJSONTyped;
|
|
21
|
-
const RunRelationshipsSchema1WorkflowsDataInner_1 = require("./RunRelationshipsSchema1WorkflowsDataInner");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the RunRelationshipsSchema1Workflows interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfRunRelationshipsSchema1Workflows(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
function RunRelationshipsSchema1WorkflowsFromJSON(json) {
|
|
29
|
-
return RunRelationshipsSchema1WorkflowsFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
function RunRelationshipsSchema1WorkflowsFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'data': json['data'] == null ? undefined : (json['data'].map(RunRelationshipsSchema1WorkflowsDataInner_1.RunRelationshipsSchema1WorkflowsDataInnerFromJSON)),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function RunRelationshipsSchema1WorkflowsToJSON(json) {
|
|
40
|
-
return RunRelationshipsSchema1WorkflowsToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function RunRelationshipsSchema1WorkflowsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'data': value['data'] == null ? undefined : (value['data'].map(RunRelationshipsSchema1WorkflowsDataInner_1.RunRelationshipsSchema1WorkflowsDataInnerToJSON)),
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
//# sourceMappingURL=RunRelationshipsSchema1Workflows.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsSchema1Workflows.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema1Workflows.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,gGAEC;AAED,4FAEC;AAED,sGAQC;AAED,wFAEC;AAED,kGASC;AAvDD,2GAKqD;AAgBrD;;GAEG;AACH,SAAgB,0CAA0C,CAAC,KAAa;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS,EAAE,mBAA4B;IACjG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,6FAAiD,CAAC,CAAC;KACnI,CAAC;AACN,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,KAA+C,EAAE,sBAA+B,KAAK;IAC7I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,2FAA+C,CAAC,CAAC;KACnI,CAAC;AACN,CAAC"}
|
|
@@ -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 RunRelationshipsSchema1WorkflowsDataInner
|
|
16
|
-
*/
|
|
17
|
-
export interface RunRelationshipsSchema1WorkflowsDataInner {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {RunRelationshipsSchema1WorkflowsDataInnerTypeEnum}
|
|
21
|
-
* @memberof RunRelationshipsSchema1WorkflowsDataInner
|
|
22
|
-
*/
|
|
23
|
-
type: RunRelationshipsSchema1WorkflowsDataInnerTypeEnum;
|
|
24
|
-
/**
|
|
25
|
-
* The workflow ID to run.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof RunRelationshipsSchema1WorkflowsDataInner
|
|
28
|
-
*/
|
|
29
|
-
id: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @export
|
|
33
|
-
*/
|
|
34
|
-
export declare const RunRelationshipsSchema1WorkflowsDataInnerTypeEnum: {
|
|
35
|
-
readonly Workflows: "workflows";
|
|
36
|
-
};
|
|
37
|
-
export type RunRelationshipsSchema1WorkflowsDataInnerTypeEnum = typeof RunRelationshipsSchema1WorkflowsDataInnerTypeEnum[keyof typeof RunRelationshipsSchema1WorkflowsDataInnerTypeEnum];
|
|
38
|
-
/**
|
|
39
|
-
* Check if a given object implements the RunRelationshipsSchema1WorkflowsDataInner interface.
|
|
40
|
-
*/
|
|
41
|
-
export declare function instanceOfRunRelationshipsSchema1WorkflowsDataInner(value: object): value is RunRelationshipsSchema1WorkflowsDataInner;
|
|
42
|
-
export declare function RunRelationshipsSchema1WorkflowsDataInnerFromJSON(json: any): RunRelationshipsSchema1WorkflowsDataInner;
|
|
43
|
-
export declare function RunRelationshipsSchema1WorkflowsDataInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsSchema1WorkflowsDataInner;
|
|
44
|
-
export declare function RunRelationshipsSchema1WorkflowsDataInnerToJSON(json: any): RunRelationshipsSchema1WorkflowsDataInner;
|
|
45
|
-
export declare function RunRelationshipsSchema1WorkflowsDataInnerToJSONTyped(value?: RunRelationshipsSchema1WorkflowsDataInner | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
-
//# sourceMappingURL=RunRelationshipsSchema1WorkflowsDataInner.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsSchema1WorkflowsDataInner.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema1WorkflowsDataInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,yCAAyC;IACtD;;;;OAIG;IACH,IAAI,EAAE,iDAAiD,CAAC;IACxD;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;CACd;AAGD;;GAEG;AACH,eAAO,MAAM,iDAAiD;;CAEpD,CAAC;AACX,MAAM,MAAM,iDAAiD,GAAG,OAAO,iDAAiD,CAAC,MAAM,OAAO,iDAAiD,CAAC,CAAC;AAGzL;;GAEG;AACH,wBAAgB,mDAAmD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yCAAyC,CAIrI;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,GAAG,yCAAyC,CAEtH;AAED,wBAAgB,sDAAsD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yCAAyC,CASzJ;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,GAAG,yCAAyC,CAEpH;AAED,wBAAgB,oDAAoD,CAAC,KAAK,CAAC,EAAE,yCAAyC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUxK"}
|
|
@@ -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.RunRelationshipsSchema1WorkflowsDataInnerTypeEnum = void 0;
|
|
17
|
-
exports.instanceOfRunRelationshipsSchema1WorkflowsDataInner = instanceOfRunRelationshipsSchema1WorkflowsDataInner;
|
|
18
|
-
exports.RunRelationshipsSchema1WorkflowsDataInnerFromJSON = RunRelationshipsSchema1WorkflowsDataInnerFromJSON;
|
|
19
|
-
exports.RunRelationshipsSchema1WorkflowsDataInnerFromJSONTyped = RunRelationshipsSchema1WorkflowsDataInnerFromJSONTyped;
|
|
20
|
-
exports.RunRelationshipsSchema1WorkflowsDataInnerToJSON = RunRelationshipsSchema1WorkflowsDataInnerToJSON;
|
|
21
|
-
exports.RunRelationshipsSchema1WorkflowsDataInnerToJSONTyped = RunRelationshipsSchema1WorkflowsDataInnerToJSONTyped;
|
|
22
|
-
/**
|
|
23
|
-
* @export
|
|
24
|
-
*/
|
|
25
|
-
exports.RunRelationshipsSchema1WorkflowsDataInnerTypeEnum = {
|
|
26
|
-
Workflows: 'workflows'
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Check if a given object implements the RunRelationshipsSchema1WorkflowsDataInner interface.
|
|
30
|
-
*/
|
|
31
|
-
function instanceOfRunRelationshipsSchema1WorkflowsDataInner(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 RunRelationshipsSchema1WorkflowsDataInnerFromJSON(json) {
|
|
39
|
-
return RunRelationshipsSchema1WorkflowsDataInnerFromJSONTyped(json, false);
|
|
40
|
-
}
|
|
41
|
-
function RunRelationshipsSchema1WorkflowsDataInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
-
if (json == null) {
|
|
43
|
-
return json;
|
|
44
|
-
}
|
|
45
|
-
return {
|
|
46
|
-
'type': json['type'],
|
|
47
|
-
'id': json['id'],
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
function RunRelationshipsSchema1WorkflowsDataInnerToJSON(json) {
|
|
51
|
-
return RunRelationshipsSchema1WorkflowsDataInnerToJSONTyped(json, false);
|
|
52
|
-
}
|
|
53
|
-
function RunRelationshipsSchema1WorkflowsDataInnerToJSONTyped(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=RunRelationshipsSchema1WorkflowsDataInner.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsSchema1WorkflowsDataInner.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema1WorkflowsDataInner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,kHAIC;AAED,8GAEC;AAED,wHASC;AAED,0GAEC;AAED,oHAUC;AA/CD;;GAEG;AACU,QAAA,iDAAiD,GAAG;IAC7D,SAAS,EAAE,WAAW;CAChB,CAAC;AAIX;;GAEG;AACH,SAAgB,mDAAmD,CAAC,KAAa;IAC7E,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,iDAAiD,CAAC,IAAS;IACvE,OAAO,sDAAsD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/E,CAAC;AAED,SAAgB,sDAAsD,CAAC,IAAS,EAAE,mBAA4B;IAC1G,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,+CAA+C,CAAC,IAAS;IACrE,OAAO,oDAAoD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7E,CAAC;AAED,SAAgB,oDAAoD,CAAC,KAAwD,EAAE,sBAA+B,KAAK;IAC/J,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"}
|
|
@@ -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 { RunRelationshipsTriggersSchemaDataInner } from './RunRelationshipsTriggersSchemaDataInner';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface RunRelationshipsTriggersSchema
|
|
17
|
-
*/
|
|
18
|
-
export interface RunRelationshipsTriggersSchema {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<RunRelationshipsTriggersSchemaDataInner>}
|
|
22
|
-
* @memberof RunRelationshipsTriggersSchema
|
|
23
|
-
*/
|
|
24
|
-
data?: Array<RunRelationshipsTriggersSchemaDataInner>;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the RunRelationshipsTriggersSchema interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfRunRelationshipsTriggersSchema(value: object): value is RunRelationshipsTriggersSchema;
|
|
30
|
-
export declare function RunRelationshipsTriggersSchemaFromJSON(json: any): RunRelationshipsTriggersSchema;
|
|
31
|
-
export declare function RunRelationshipsTriggersSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsTriggersSchema;
|
|
32
|
-
export declare function RunRelationshipsTriggersSchemaToJSON(json: any): RunRelationshipsTriggersSchema;
|
|
33
|
-
export declare function RunRelationshipsTriggersSchemaToJSONTyped(value?: RunRelationshipsTriggersSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
-
//# sourceMappingURL=RunRelationshipsTriggersSchema.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsTriggersSchema.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsTriggersSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAQzG;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,uCAAuC,CAAC,CAAC;CACzD;AAED;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAE/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CAQnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlJ"}
|
|
@@ -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.instanceOfRunRelationshipsTriggersSchema = instanceOfRunRelationshipsTriggersSchema;
|
|
17
|
-
exports.RunRelationshipsTriggersSchemaFromJSON = RunRelationshipsTriggersSchemaFromJSON;
|
|
18
|
-
exports.RunRelationshipsTriggersSchemaFromJSONTyped = RunRelationshipsTriggersSchemaFromJSONTyped;
|
|
19
|
-
exports.RunRelationshipsTriggersSchemaToJSON = RunRelationshipsTriggersSchemaToJSON;
|
|
20
|
-
exports.RunRelationshipsTriggersSchemaToJSONTyped = RunRelationshipsTriggersSchemaToJSONTyped;
|
|
21
|
-
const RunRelationshipsTriggersSchemaDataInner_1 = require("./RunRelationshipsTriggersSchemaDataInner");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the RunRelationshipsTriggersSchema interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfRunRelationshipsTriggersSchema(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
function RunRelationshipsTriggersSchemaFromJSON(json) {
|
|
29
|
-
return RunRelationshipsTriggersSchemaFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
function RunRelationshipsTriggersSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'data': json['data'] == null ? undefined : (json['data'].map(RunRelationshipsTriggersSchemaDataInner_1.RunRelationshipsTriggersSchemaDataInnerFromJSON)),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function RunRelationshipsTriggersSchemaToJSON(json) {
|
|
40
|
-
return RunRelationshipsTriggersSchemaToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function RunRelationshipsTriggersSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'data': value['data'] == null ? undefined : (value['data'].map(RunRelationshipsTriggersSchemaDataInner_1.RunRelationshipsTriggersSchemaDataInnerToJSON)),
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
//# sourceMappingURL=RunRelationshipsTriggersSchema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsTriggersSchema.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsTriggersSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4FAEC;AAED,wFAEC;AAED,kGAQC;AAED,oFAEC;AAED,8FASC;AAvDD,uGAKmD;AAgBnD;;GAEG;AACH,SAAgB,wCAAwC,CAAC,KAAa;IAClE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS,EAAE,mBAA4B;IAC/F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,yFAA+C,CAAC,CAAC;KACjI,CAAC;AACN,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,KAA6C,EAAE,sBAA+B,KAAK;IACzI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,uFAA6C,CAAC,CAAC;KACjI,CAAC;AACN,CAAC"}
|
|
@@ -1,39 +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 RunRelationshipsTriggersSchemaDataInner
|
|
16
|
-
*/
|
|
17
|
-
export interface RunRelationshipsTriggersSchemaDataInner {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof RunRelationshipsTriggersSchemaDataInner
|
|
22
|
-
*/
|
|
23
|
-
type?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof RunRelationshipsTriggersSchemaDataInner
|
|
28
|
-
*/
|
|
29
|
-
id?: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the RunRelationshipsTriggersSchemaDataInner interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfRunRelationshipsTriggersSchemaDataInner(value: object): value is RunRelationshipsTriggersSchemaDataInner;
|
|
35
|
-
export declare function RunRelationshipsTriggersSchemaDataInnerFromJSON(json: any): RunRelationshipsTriggersSchemaDataInner;
|
|
36
|
-
export declare function RunRelationshipsTriggersSchemaDataInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsTriggersSchemaDataInner;
|
|
37
|
-
export declare function RunRelationshipsTriggersSchemaDataInnerToJSON(json: any): RunRelationshipsTriggersSchemaDataInner;
|
|
38
|
-
export declare function RunRelationshipsTriggersSchemaDataInnerToJSONTyped(value?: RunRelationshipsTriggersSchemaDataInner | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
-
//# sourceMappingURL=RunRelationshipsTriggersSchemaDataInner.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsTriggersSchemaDataInner.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsTriggersSchemaDataInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,iDAAiD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uCAAuC,CAEjI;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAElH;AAED,wBAAgB,oDAAoD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uCAAuC,CASrJ;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAEhH;AAED,wBAAgB,kDAAkD,CAAC,KAAK,CAAC,EAAE,uCAAuC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpK"}
|
|
@@ -1,51 +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.instanceOfRunRelationshipsTriggersSchemaDataInner = instanceOfRunRelationshipsTriggersSchemaDataInner;
|
|
17
|
-
exports.RunRelationshipsTriggersSchemaDataInnerFromJSON = RunRelationshipsTriggersSchemaDataInnerFromJSON;
|
|
18
|
-
exports.RunRelationshipsTriggersSchemaDataInnerFromJSONTyped = RunRelationshipsTriggersSchemaDataInnerFromJSONTyped;
|
|
19
|
-
exports.RunRelationshipsTriggersSchemaDataInnerToJSON = RunRelationshipsTriggersSchemaDataInnerToJSON;
|
|
20
|
-
exports.RunRelationshipsTriggersSchemaDataInnerToJSONTyped = RunRelationshipsTriggersSchemaDataInnerToJSONTyped;
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the RunRelationshipsTriggersSchemaDataInner interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfRunRelationshipsTriggersSchemaDataInner(value) {
|
|
25
|
-
return true;
|
|
26
|
-
}
|
|
27
|
-
function RunRelationshipsTriggersSchemaDataInnerFromJSON(json) {
|
|
28
|
-
return RunRelationshipsTriggersSchemaDataInnerFromJSONTyped(json, false);
|
|
29
|
-
}
|
|
30
|
-
function RunRelationshipsTriggersSchemaDataInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
if (json == null) {
|
|
32
|
-
return json;
|
|
33
|
-
}
|
|
34
|
-
return {
|
|
35
|
-
'type': json['type'] == null ? undefined : json['type'],
|
|
36
|
-
'id': json['id'] == null ? undefined : json['id'],
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function RunRelationshipsTriggersSchemaDataInnerToJSON(json) {
|
|
40
|
-
return RunRelationshipsTriggersSchemaDataInnerToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function RunRelationshipsTriggersSchemaDataInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'type': value['type'],
|
|
48
|
-
'id': value['id'],
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
//# sourceMappingURL=RunRelationshipsTriggersSchemaDataInner.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsTriggersSchemaDataInner.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsTriggersSchemaDataInner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,8GAEC;AAED,0GAEC;AAED,oHASC;AAED,sGAEC;AAED,gHAUC;AApCD;;GAEG;AACH,SAAgB,iDAAiD,CAAC,KAAa;IAC3E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS;IACrE,OAAO,oDAAoD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7E,CAAC;AAED,SAAgB,oDAAoD,CAAC,IAAS,EAAE,mBAA4B;IACxG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS;IACnE,OAAO,kDAAkD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3E,CAAC;AAED,SAAgB,kDAAkD,CAAC,KAAsD,EAAE,sBAA+B,KAAK;IAC3J,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"}
|
|
@@ -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 { RunRelationshipsWorkflowsSchemaDataInner } from './RunRelationshipsWorkflowsSchemaDataInner';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface RunRelationshipsWorkflowsSchema
|
|
17
|
-
*/
|
|
18
|
-
export interface RunRelationshipsWorkflowsSchema {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<RunRelationshipsWorkflowsSchemaDataInner>}
|
|
22
|
-
* @memberof RunRelationshipsWorkflowsSchema
|
|
23
|
-
*/
|
|
24
|
-
data?: Array<RunRelationshipsWorkflowsSchemaDataInner>;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the RunRelationshipsWorkflowsSchema interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfRunRelationshipsWorkflowsSchema(value: object): value is RunRelationshipsWorkflowsSchema;
|
|
30
|
-
export declare function RunRelationshipsWorkflowsSchemaFromJSON(json: any): RunRelationshipsWorkflowsSchema;
|
|
31
|
-
export declare function RunRelationshipsWorkflowsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsWorkflowsSchema;
|
|
32
|
-
export declare function RunRelationshipsWorkflowsSchemaToJSON(json: any): RunRelationshipsWorkflowsSchema;
|
|
33
|
-
export declare function RunRelationshipsWorkflowsSchemaToJSONTyped(value?: RunRelationshipsWorkflowsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
-
//# sourceMappingURL=RunRelationshipsWorkflowsSchema.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsWorkflowsSchema.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsWorkflowsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAQ3G;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,wCAAwC,CAAC,CAAC;CAC1D;AAED;;GAEG;AACH,wBAAgB,yCAAyC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+BAA+B,CAEjH;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAElG;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,+BAA+B,CAQrI;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAEhG;AAED,wBAAgB,0CAA0C,CAAC,KAAK,CAAC,EAAE,+BAA+B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASpJ"}
|
|
@@ -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.instanceOfRunRelationshipsWorkflowsSchema = instanceOfRunRelationshipsWorkflowsSchema;
|
|
17
|
-
exports.RunRelationshipsWorkflowsSchemaFromJSON = RunRelationshipsWorkflowsSchemaFromJSON;
|
|
18
|
-
exports.RunRelationshipsWorkflowsSchemaFromJSONTyped = RunRelationshipsWorkflowsSchemaFromJSONTyped;
|
|
19
|
-
exports.RunRelationshipsWorkflowsSchemaToJSON = RunRelationshipsWorkflowsSchemaToJSON;
|
|
20
|
-
exports.RunRelationshipsWorkflowsSchemaToJSONTyped = RunRelationshipsWorkflowsSchemaToJSONTyped;
|
|
21
|
-
const RunRelationshipsWorkflowsSchemaDataInner_1 = require("./RunRelationshipsWorkflowsSchemaDataInner");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the RunRelationshipsWorkflowsSchema interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfRunRelationshipsWorkflowsSchema(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
function RunRelationshipsWorkflowsSchemaFromJSON(json) {
|
|
29
|
-
return RunRelationshipsWorkflowsSchemaFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
function RunRelationshipsWorkflowsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'data': json['data'] == null ? undefined : (json['data'].map(RunRelationshipsWorkflowsSchemaDataInner_1.RunRelationshipsWorkflowsSchemaDataInnerFromJSON)),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function RunRelationshipsWorkflowsSchemaToJSON(json) {
|
|
40
|
-
return RunRelationshipsWorkflowsSchemaToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function RunRelationshipsWorkflowsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'data': value['data'] == null ? undefined : (value['data'].map(RunRelationshipsWorkflowsSchemaDataInner_1.RunRelationshipsWorkflowsSchemaDataInnerToJSON)),
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
//# sourceMappingURL=RunRelationshipsWorkflowsSchema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsWorkflowsSchema.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsWorkflowsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,8FAEC;AAED,0FAEC;AAED,oGAQC;AAED,sFAEC;AAED,gGASC;AAvDD,yGAKoD;AAgBpD;;GAEG;AACH,SAAgB,yCAAyC,CAAC,KAAa;IACnE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS,EAAE,mBAA4B;IAChG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,2FAAgD,CAAC,CAAC;KAClI,CAAC;AACN,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAED,SAAgB,0CAA0C,CAAC,KAA8C,EAAE,sBAA+B,KAAK;IAC3I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,yFAA8C,CAAC,CAAC;KAClI,CAAC;AACN,CAAC"}
|
|
@@ -1,39 +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 RunRelationshipsWorkflowsSchemaDataInner
|
|
16
|
-
*/
|
|
17
|
-
export interface RunRelationshipsWorkflowsSchemaDataInner {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof RunRelationshipsWorkflowsSchemaDataInner
|
|
22
|
-
*/
|
|
23
|
-
type?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof RunRelationshipsWorkflowsSchemaDataInner
|
|
28
|
-
*/
|
|
29
|
-
id?: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the RunRelationshipsWorkflowsSchemaDataInner interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfRunRelationshipsWorkflowsSchemaDataInner(value: object): value is RunRelationshipsWorkflowsSchemaDataInner;
|
|
35
|
-
export declare function RunRelationshipsWorkflowsSchemaDataInnerFromJSON(json: any): RunRelationshipsWorkflowsSchemaDataInner;
|
|
36
|
-
export declare function RunRelationshipsWorkflowsSchemaDataInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsWorkflowsSchemaDataInner;
|
|
37
|
-
export declare function RunRelationshipsWorkflowsSchemaDataInnerToJSON(json: any): RunRelationshipsWorkflowsSchemaDataInner;
|
|
38
|
-
export declare function RunRelationshipsWorkflowsSchemaDataInnerToJSONTyped(value?: RunRelationshipsWorkflowsSchemaDataInner | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
-
//# sourceMappingURL=RunRelationshipsWorkflowsSchemaDataInner.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsWorkflowsSchemaDataInner.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsWorkflowsSchemaDataInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAEnI;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,51 +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.instanceOfRunRelationshipsWorkflowsSchemaDataInner = instanceOfRunRelationshipsWorkflowsSchemaDataInner;
|
|
17
|
-
exports.RunRelationshipsWorkflowsSchemaDataInnerFromJSON = RunRelationshipsWorkflowsSchemaDataInnerFromJSON;
|
|
18
|
-
exports.RunRelationshipsWorkflowsSchemaDataInnerFromJSONTyped = RunRelationshipsWorkflowsSchemaDataInnerFromJSONTyped;
|
|
19
|
-
exports.RunRelationshipsWorkflowsSchemaDataInnerToJSON = RunRelationshipsWorkflowsSchemaDataInnerToJSON;
|
|
20
|
-
exports.RunRelationshipsWorkflowsSchemaDataInnerToJSONTyped = RunRelationshipsWorkflowsSchemaDataInnerToJSONTyped;
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the RunRelationshipsWorkflowsSchemaDataInner interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfRunRelationshipsWorkflowsSchemaDataInner(value) {
|
|
25
|
-
return true;
|
|
26
|
-
}
|
|
27
|
-
function RunRelationshipsWorkflowsSchemaDataInnerFromJSON(json) {
|
|
28
|
-
return RunRelationshipsWorkflowsSchemaDataInnerFromJSONTyped(json, false);
|
|
29
|
-
}
|
|
30
|
-
function RunRelationshipsWorkflowsSchemaDataInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
if (json == null) {
|
|
32
|
-
return json;
|
|
33
|
-
}
|
|
34
|
-
return {
|
|
35
|
-
'type': json['type'] == null ? undefined : json['type'],
|
|
36
|
-
'id': json['id'] == null ? undefined : json['id'],
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function RunRelationshipsWorkflowsSchemaDataInnerToJSON(json) {
|
|
40
|
-
return RunRelationshipsWorkflowsSchemaDataInnerToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function RunRelationshipsWorkflowsSchemaDataInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'type': value['type'],
|
|
48
|
-
'id': value['id'],
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
//# sourceMappingURL=RunRelationshipsWorkflowsSchemaDataInner.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsWorkflowsSchemaDataInner.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsWorkflowsSchemaDataInner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,gHAEC;AAED,4GAEC;AAED,sHASC;AAED,wGAEC;AAED,kHAUC;AApCD;;GAEG;AACH,SAAgB,kDAAkD,CAAC,KAAa;IAC5E,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,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,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"}
|