@smartytalent/api-client 0.1.21 → 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/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/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/index.d.ts +12 -2
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +12 -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
|
@@ -0,0 +1,55 @@
|
|
|
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.instanceOfRunAttributesSchemaTimestamps = instanceOfRunAttributesSchemaTimestamps;
|
|
17
|
+
exports.RunAttributesSchemaTimestampsFromJSON = RunAttributesSchemaTimestampsFromJSON;
|
|
18
|
+
exports.RunAttributesSchemaTimestampsFromJSONTyped = RunAttributesSchemaTimestampsFromJSONTyped;
|
|
19
|
+
exports.RunAttributesSchemaTimestampsToJSON = RunAttributesSchemaTimestampsToJSON;
|
|
20
|
+
exports.RunAttributesSchemaTimestampsToJSONTyped = RunAttributesSchemaTimestampsToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the RunAttributesSchemaTimestamps interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfRunAttributesSchemaTimestamps(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function RunAttributesSchemaTimestampsFromJSON(json) {
|
|
28
|
+
return RunAttributesSchemaTimestampsFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function RunAttributesSchemaTimestampsFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'created': json['created'] == null ? undefined : (new Date(json['created'])),
|
|
36
|
+
'modified': json['modified'] == null ? undefined : (new Date(json['modified'])),
|
|
37
|
+
'started': json['started'] == null ? undefined : (new Date(json['started'])),
|
|
38
|
+
'completed': json['completed'] == null ? undefined : (new Date(json['completed'])),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function RunAttributesSchemaTimestampsToJSON(json) {
|
|
42
|
+
return RunAttributesSchemaTimestampsToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function RunAttributesSchemaTimestampsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'created': value['created'] == null ? value['created'] : value['created'].toISOString(),
|
|
50
|
+
'modified': value['modified'] == null ? value['modified'] : value['modified'].toISOString(),
|
|
51
|
+
'started': value['started'] == null ? value['started'] : value['started'].toISOString(),
|
|
52
|
+
'completed': value['completed'] == null ? value['completed'] : value['completed'].toISOString(),
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=RunAttributesSchemaTimestamps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunAttributesSchemaTimestamps.js","sourceRoot":"","sources":["../../src/models/RunAttributesSchemaTimestamps.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsCH,0FAEC;AAED,sFAEC;AAED,gGAWC;AAED,kFAEC;AAED,4FAYC;AAxCD;;GAEG;AACH,SAAgB,uCAAuC,CAAC,KAAa;IACjE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS,EAAE,mBAA4B;IAC9F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;QAC5E,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC;QAC/E,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;QAC5E,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;KACrF,CAAC;AACN,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,SAAgB,wCAAwC,CAAC,KAA4C,EAAE,sBAA+B,KAAK;IACvI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QACvF,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE;QAC3F,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QACvF,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,WAAW,EAAE;KAClG,CAAC;AACN,CAAC"}
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { RunRelationshipsWorkflowsSchema } from './RunRelationshipsWorkflowsSchema';
|
|
13
|
+
import type { RunRelationshipsTriggersSchema } from './RunRelationshipsTriggersSchema';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
15
16
|
* @export
|
|
@@ -18,10 +19,16 @@ import type { RunRelationshipsSchemaWorkflows } from './RunRelationshipsSchemaWo
|
|
|
18
19
|
export interface RunRelationshipsSchema {
|
|
19
20
|
/**
|
|
20
21
|
*
|
|
21
|
-
* @type {
|
|
22
|
+
* @type {RunRelationshipsWorkflowsSchema}
|
|
22
23
|
* @memberof RunRelationshipsSchema
|
|
23
24
|
*/
|
|
24
|
-
workflows
|
|
25
|
+
workflows?: RunRelationshipsWorkflowsSchema;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {RunRelationshipsTriggersSchema}
|
|
29
|
+
* @memberof RunRelationshipsSchema
|
|
30
|
+
*/
|
|
31
|
+
triggers?: RunRelationshipsTriggersSchema;
|
|
25
32
|
}
|
|
26
33
|
/**
|
|
27
34
|
* Check if a given object implements the RunRelationshipsSchema interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;
|
|
1
|
+
{"version":3,"file":"RunRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAOzF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAQvF;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,SAAS,CAAC,EAAE,+BAA+B,CAAC;IAC5C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,8BAA8B,CAAC;CAC7C;AAED;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAE/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CASnH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,sBAAsB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUlI"}
|
|
@@ -18,13 +18,12 @@ exports.RunRelationshipsSchemaFromJSON = RunRelationshipsSchemaFromJSON;
|
|
|
18
18
|
exports.RunRelationshipsSchemaFromJSONTyped = RunRelationshipsSchemaFromJSONTyped;
|
|
19
19
|
exports.RunRelationshipsSchemaToJSON = RunRelationshipsSchemaToJSON;
|
|
20
20
|
exports.RunRelationshipsSchemaToJSONTyped = RunRelationshipsSchemaToJSONTyped;
|
|
21
|
-
const
|
|
21
|
+
const RunRelationshipsWorkflowsSchema_1 = require("./RunRelationshipsWorkflowsSchema");
|
|
22
|
+
const RunRelationshipsTriggersSchema_1 = require("./RunRelationshipsTriggersSchema");
|
|
22
23
|
/**
|
|
23
24
|
* Check if a given object implements the RunRelationshipsSchema interface.
|
|
24
25
|
*/
|
|
25
26
|
function instanceOfRunRelationshipsSchema(value) {
|
|
26
|
-
if (!('workflows' in value) || value['workflows'] === undefined)
|
|
27
|
-
return false;
|
|
28
27
|
return true;
|
|
29
28
|
}
|
|
30
29
|
function RunRelationshipsSchemaFromJSON(json) {
|
|
@@ -35,7 +34,8 @@ function RunRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
34
|
return json;
|
|
36
35
|
}
|
|
37
36
|
return {
|
|
38
|
-
'workflows': (0,
|
|
37
|
+
'workflows': json['workflows'] == null ? undefined : (0, RunRelationshipsWorkflowsSchema_1.RunRelationshipsWorkflowsSchemaFromJSON)(json['workflows']),
|
|
38
|
+
'triggers': json['triggers'] == null ? undefined : (0, RunRelationshipsTriggersSchema_1.RunRelationshipsTriggersSchemaFromJSON)(json['triggers']),
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
41
|
function RunRelationshipsSchemaToJSON(json) {
|
|
@@ -46,7 +46,8 @@ function RunRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
46
46
|
return value;
|
|
47
47
|
}
|
|
48
48
|
return {
|
|
49
|
-
'workflows': (0,
|
|
49
|
+
'workflows': (0, RunRelationshipsWorkflowsSchema_1.RunRelationshipsWorkflowsSchemaToJSON)(value['workflows']),
|
|
50
|
+
'triggers': (0, RunRelationshipsTriggersSchema_1.RunRelationshipsTriggersSchemaToJSON)(value['triggers']),
|
|
50
51
|
};
|
|
51
52
|
}
|
|
52
53
|
//# sourceMappingURL=RunRelationshipsSchema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RunRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;
|
|
1
|
+
{"version":3,"file":"RunRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAyCH,4EAEC;AAED,wEAEC;AAED,kFASC;AAED,oEAEC;AAED,8EAUC;AAtED,uFAK2C;AAE3C,qFAK0C;AAsB1C;;GAEG;AACH,SAAgB,gCAAgC,CAAC,KAAa;IAC1D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yEAAuC,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/G,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uEAAsC,EAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KAC9G,CAAC;AACN,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,KAAqC,EAAE,sBAA+B,KAAK;IACzH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,WAAW,EAAE,IAAA,uEAAqC,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;QACtE,UAAU,EAAE,IAAA,qEAAoC,EAAC,KAAK,CAAC,UAAU,CAAC,CAAC;KACtE,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { RunRelationshipsSchema1Workflows } from './RunRelationshipsSchema1Workflows';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface RunRelationshipsSchema1
|
|
17
|
+
*/
|
|
18
|
+
export interface RunRelationshipsSchema1 {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {RunRelationshipsSchema1Workflows}
|
|
22
|
+
* @memberof RunRelationshipsSchema1
|
|
23
|
+
*/
|
|
24
|
+
workflows: RunRelationshipsSchema1Workflows;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the RunRelationshipsSchema1 interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfRunRelationshipsSchema1(value: object): value is RunRelationshipsSchema1;
|
|
30
|
+
export declare function RunRelationshipsSchema1FromJSON(json: any): RunRelationshipsSchema1;
|
|
31
|
+
export declare function RunRelationshipsSchema1FromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsSchema1;
|
|
32
|
+
export declare function RunRelationshipsSchema1ToJSON(json: any): RunRelationshipsSchema1;
|
|
33
|
+
export declare function RunRelationshipsSchema1ToJSONTyped(value?: RunRelationshipsSchema1 | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=RunRelationshipsSchema1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsSchema1.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema1.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,SAAS,EAAE,gCAAgC,CAAC;CAC/C;AAED;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAGjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CAQrH;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAEhF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASpI"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.instanceOfRunRelationshipsSchema1 = instanceOfRunRelationshipsSchema1;
|
|
17
|
+
exports.RunRelationshipsSchema1FromJSON = RunRelationshipsSchema1FromJSON;
|
|
18
|
+
exports.RunRelationshipsSchema1FromJSONTyped = RunRelationshipsSchema1FromJSONTyped;
|
|
19
|
+
exports.RunRelationshipsSchema1ToJSON = RunRelationshipsSchema1ToJSON;
|
|
20
|
+
exports.RunRelationshipsSchema1ToJSONTyped = RunRelationshipsSchema1ToJSONTyped;
|
|
21
|
+
const RunRelationshipsSchema1Workflows_1 = require("./RunRelationshipsSchema1Workflows");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the RunRelationshipsSchema1 interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfRunRelationshipsSchema1(value) {
|
|
26
|
+
if (!('workflows' in value) || value['workflows'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function RunRelationshipsSchema1FromJSON(json) {
|
|
31
|
+
return RunRelationshipsSchema1FromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function RunRelationshipsSchema1FromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'workflows': (0, RunRelationshipsSchema1Workflows_1.RunRelationshipsSchema1WorkflowsFromJSON)(json['workflows']),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function RunRelationshipsSchema1ToJSON(json) {
|
|
42
|
+
return RunRelationshipsSchema1ToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function RunRelationshipsSchema1ToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'workflows': (0, RunRelationshipsSchema1Workflows_1.RunRelationshipsSchema1WorkflowsToJSON)(value['workflows']),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=RunRelationshipsSchema1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsSchema1.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema1.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,8EAGC;AAED,0EAEC;AAED,oFAQC;AAED,sEAEC;AAED,gFASC;AAxDD,yFAK4C;AAgB5C;;GAEG;AACH,SAAgB,iCAAiC,CAAC,KAAa;IAC3D,IAAI,CAAC,CAAC,WAAW,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,WAAW,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC9E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS,EAAE,mBAA4B;IACxF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,IAAA,2EAAwC,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC3E,CAAC;AACN,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAAC,KAAsC,EAAE,sBAA+B,KAAK;IAC3H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,WAAW,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;KAC1E,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,62 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|