@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
|
@@ -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.RunRelationshipsSchema1WorkflowDataTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfRunRelationshipsSchema1WorkflowData = instanceOfRunRelationshipsSchema1WorkflowData;
|
|
18
|
+
exports.RunRelationshipsSchema1WorkflowDataFromJSON = RunRelationshipsSchema1WorkflowDataFromJSON;
|
|
19
|
+
exports.RunRelationshipsSchema1WorkflowDataFromJSONTyped = RunRelationshipsSchema1WorkflowDataFromJSONTyped;
|
|
20
|
+
exports.RunRelationshipsSchema1WorkflowDataToJSON = RunRelationshipsSchema1WorkflowDataToJSON;
|
|
21
|
+
exports.RunRelationshipsSchema1WorkflowDataToJSONTyped = RunRelationshipsSchema1WorkflowDataToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.RunRelationshipsSchema1WorkflowDataTypeEnum = {
|
|
26
|
+
Workflows: 'workflows'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the RunRelationshipsSchema1WorkflowData interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfRunRelationshipsSchema1WorkflowData(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 RunRelationshipsSchema1WorkflowDataFromJSON(json) {
|
|
39
|
+
return RunRelationshipsSchema1WorkflowDataFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function RunRelationshipsSchema1WorkflowDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
+
if (json == null) {
|
|
43
|
+
return json;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'type': json['type'],
|
|
47
|
+
'id': json['id'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function RunRelationshipsSchema1WorkflowDataToJSON(json) {
|
|
51
|
+
return RunRelationshipsSchema1WorkflowDataToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function RunRelationshipsSchema1WorkflowDataToJSONTyped(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=RunRelationshipsSchema1WorkflowData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsSchema1WorkflowData.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema1WorkflowData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,sGAIC;AAED,kGAEC;AAED,4GASC;AAED,8FAEC;AAED,wGAUC;AA/CD;;GAEG;AACU,QAAA,2CAA2C,GAAG;IACvD,SAAS,EAAE,WAAW;CAChB,CAAC;AAIX;;GAEG;AACH,SAAgB,6CAA6C,CAAC,KAAa;IACvE,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,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS,EAAE,mBAA4B;IACpG,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,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,KAAkD,EAAE,sBAA+B,KAAK;IACnJ,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 { RunRelationshipsTriggerSchemaData } from './RunRelationshipsTriggerSchemaData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface RunRelationshipsTriggerSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface RunRelationshipsTriggerSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {RunRelationshipsTriggerSchemaData}
|
|
22
|
+
* @memberof RunRelationshipsTriggerSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: RunRelationshipsTriggerSchemaData | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the RunRelationshipsTriggerSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfRunRelationshipsTriggerSchema(value: object): value is RunRelationshipsTriggerSchema;
|
|
30
|
+
export declare function RunRelationshipsTriggerSchemaFromJSON(json: any): RunRelationshipsTriggerSchema;
|
|
31
|
+
export declare function RunRelationshipsTriggerSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsTriggerSchema;
|
|
32
|
+
export declare function RunRelationshipsTriggerSchemaToJSON(json: any): RunRelationshipsTriggerSchema;
|
|
33
|
+
export declare function RunRelationshipsTriggerSchemaToJSONTyped(value?: RunRelationshipsTriggerSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=RunRelationshipsTriggerSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsTriggerSchema.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsTriggerSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAQ7F;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,IAAI,CAAC,EAAE,iCAAiC,GAAG,IAAI,CAAC;CACnD;AAED;;GAEG;AACH,wBAAgB,uCAAuC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,6BAA6B,CAE7G;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE9F;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,6BAA6B,CAQjI;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE5F;AAED,wBAAgB,wCAAwC,CAAC,KAAK,CAAC,EAAE,6BAA6B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAShJ"}
|
|
@@ -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.instanceOfRunRelationshipsTriggerSchema = instanceOfRunRelationshipsTriggerSchema;
|
|
17
|
+
exports.RunRelationshipsTriggerSchemaFromJSON = RunRelationshipsTriggerSchemaFromJSON;
|
|
18
|
+
exports.RunRelationshipsTriggerSchemaFromJSONTyped = RunRelationshipsTriggerSchemaFromJSONTyped;
|
|
19
|
+
exports.RunRelationshipsTriggerSchemaToJSON = RunRelationshipsTriggerSchemaToJSON;
|
|
20
|
+
exports.RunRelationshipsTriggerSchemaToJSONTyped = RunRelationshipsTriggerSchemaToJSONTyped;
|
|
21
|
+
const RunRelationshipsTriggerSchemaData_1 = require("./RunRelationshipsTriggerSchemaData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the RunRelationshipsTriggerSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfRunRelationshipsTriggerSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function RunRelationshipsTriggerSchemaFromJSON(json) {
|
|
29
|
+
return RunRelationshipsTriggerSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function RunRelationshipsTriggerSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, RunRelationshipsTriggerSchemaData_1.RunRelationshipsTriggerSchemaDataFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function RunRelationshipsTriggerSchemaToJSON(json) {
|
|
40
|
+
return RunRelationshipsTriggerSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function RunRelationshipsTriggerSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, RunRelationshipsTriggerSchemaData_1.RunRelationshipsTriggerSchemaDataToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=RunRelationshipsTriggerSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsTriggerSchema.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsTriggerSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,0FAEC;AAED,sFAEC;AAED,gGAQC;AAED,kFAEC;AAED,4FASC;AAvDD,2FAK6C;AAgB7C;;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,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,6EAAyC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACrG,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,MAAM,EAAE,IAAA,2EAAuC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACjE,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 RunRelationshipsTriggerSchemaData
|
|
16
|
+
*/
|
|
17
|
+
export interface RunRelationshipsTriggerSchemaData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RunRelationshipsTriggerSchemaData
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RunRelationshipsTriggerSchemaData
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the RunRelationshipsTriggerSchemaData interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfRunRelationshipsTriggerSchemaData(value: object): value is RunRelationshipsTriggerSchemaData;
|
|
35
|
+
export declare function RunRelationshipsTriggerSchemaDataFromJSON(json: any): RunRelationshipsTriggerSchemaData;
|
|
36
|
+
export declare function RunRelationshipsTriggerSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsTriggerSchemaData;
|
|
37
|
+
export declare function RunRelationshipsTriggerSchemaDataToJSON(json: any): RunRelationshipsTriggerSchemaData;
|
|
38
|
+
export declare function RunRelationshipsTriggerSchemaDataToJSONTyped(value?: RunRelationshipsTriggerSchemaData | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=RunRelationshipsTriggerSchemaData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsTriggerSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsTriggerSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,2CAA2C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iCAAiC,CAErH;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEtG;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iCAAiC,CASzI;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEpG;AAED,wBAAgB,4CAA4C,CAAC,KAAK,CAAC,EAAE,iCAAiC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUxJ"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.instanceOfRunRelationshipsTriggerSchemaData = instanceOfRunRelationshipsTriggerSchemaData;
|
|
17
|
+
exports.RunRelationshipsTriggerSchemaDataFromJSON = RunRelationshipsTriggerSchemaDataFromJSON;
|
|
18
|
+
exports.RunRelationshipsTriggerSchemaDataFromJSONTyped = RunRelationshipsTriggerSchemaDataFromJSONTyped;
|
|
19
|
+
exports.RunRelationshipsTriggerSchemaDataToJSON = RunRelationshipsTriggerSchemaDataToJSON;
|
|
20
|
+
exports.RunRelationshipsTriggerSchemaDataToJSONTyped = RunRelationshipsTriggerSchemaDataToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the RunRelationshipsTriggerSchemaData interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfRunRelationshipsTriggerSchemaData(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function RunRelationshipsTriggerSchemaDataFromJSON(json) {
|
|
28
|
+
return RunRelationshipsTriggerSchemaDataFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function RunRelationshipsTriggerSchemaDataFromJSONTyped(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 RunRelationshipsTriggerSchemaDataToJSON(json) {
|
|
40
|
+
return RunRelationshipsTriggerSchemaDataToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function RunRelationshipsTriggerSchemaDataToJSONTyped(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=RunRelationshipsTriggerSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsTriggerSchemaData.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsTriggerSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,kGAEC;AAED,8FAEC;AAED,wGASC;AAED,0FAEC;AAED,oGAUC;AApCD;;GAEG;AACH,SAAgB,2CAA2C,CAAC,KAAa;IACrE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS,EAAE,mBAA4B;IAClG,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,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,4CAA4C,CAAC,KAAgD,EAAE,sBAA+B,KAAK;IAC/I,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 { RunRelationshipsWorkflowSchemaData } from './RunRelationshipsWorkflowSchemaData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface RunRelationshipsWorkflowSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface RunRelationshipsWorkflowSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {RunRelationshipsWorkflowSchemaData}
|
|
22
|
+
* @memberof RunRelationshipsWorkflowSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: RunRelationshipsWorkflowSchemaData | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the RunRelationshipsWorkflowSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfRunRelationshipsWorkflowSchema(value: object): value is RunRelationshipsWorkflowSchema;
|
|
30
|
+
export declare function RunRelationshipsWorkflowSchemaFromJSON(json: any): RunRelationshipsWorkflowSchema;
|
|
31
|
+
export declare function RunRelationshipsWorkflowSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsWorkflowSchema;
|
|
32
|
+
export declare function RunRelationshipsWorkflowSchemaToJSON(json: any): RunRelationshipsWorkflowSchema;
|
|
33
|
+
export declare function RunRelationshipsWorkflowSchemaToJSONTyped(value?: RunRelationshipsWorkflowSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=RunRelationshipsWorkflowSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsWorkflowSchema.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsWorkflowSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAQ/F;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,kCAAkC,GAAG,IAAI,CAAC;CACpD;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.instanceOfRunRelationshipsWorkflowSchema = instanceOfRunRelationshipsWorkflowSchema;
|
|
17
|
+
exports.RunRelationshipsWorkflowSchemaFromJSON = RunRelationshipsWorkflowSchemaFromJSON;
|
|
18
|
+
exports.RunRelationshipsWorkflowSchemaFromJSONTyped = RunRelationshipsWorkflowSchemaFromJSONTyped;
|
|
19
|
+
exports.RunRelationshipsWorkflowSchemaToJSON = RunRelationshipsWorkflowSchemaToJSON;
|
|
20
|
+
exports.RunRelationshipsWorkflowSchemaToJSONTyped = RunRelationshipsWorkflowSchemaToJSONTyped;
|
|
21
|
+
const RunRelationshipsWorkflowSchemaData_1 = require("./RunRelationshipsWorkflowSchemaData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the RunRelationshipsWorkflowSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfRunRelationshipsWorkflowSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function RunRelationshipsWorkflowSchemaFromJSON(json) {
|
|
29
|
+
return RunRelationshipsWorkflowSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function RunRelationshipsWorkflowSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, RunRelationshipsWorkflowSchemaData_1.RunRelationshipsWorkflowSchemaDataFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function RunRelationshipsWorkflowSchemaToJSON(json) {
|
|
40
|
+
return RunRelationshipsWorkflowSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function RunRelationshipsWorkflowSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, RunRelationshipsWorkflowSchemaData_1.RunRelationshipsWorkflowSchemaDataToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=RunRelationshipsWorkflowSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsWorkflowSchema.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsWorkflowSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4FAEC;AAED,wFAEC;AAED,kGAQC;AAED,oFAEC;AAED,8FASC;AAvDD,6FAK8C;AAgB9C;;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,IAAA,+EAA0C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACtG,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,IAAA,6EAAwC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAClE,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 RunRelationshipsWorkflowSchemaData
|
|
16
|
+
*/
|
|
17
|
+
export interface RunRelationshipsWorkflowSchemaData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RunRelationshipsWorkflowSchemaData
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RunRelationshipsWorkflowSchemaData
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the RunRelationshipsWorkflowSchemaData interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfRunRelationshipsWorkflowSchemaData(value: object): value is RunRelationshipsWorkflowSchemaData;
|
|
35
|
+
export declare function RunRelationshipsWorkflowSchemaDataFromJSON(json: any): RunRelationshipsWorkflowSchemaData;
|
|
36
|
+
export declare function RunRelationshipsWorkflowSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsWorkflowSchemaData;
|
|
37
|
+
export declare function RunRelationshipsWorkflowSchemaDataToJSON(json: any): RunRelationshipsWorkflowSchemaData;
|
|
38
|
+
export declare function RunRelationshipsWorkflowSchemaDataToJSONTyped(value?: RunRelationshipsWorkflowSchemaData | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=RunRelationshipsWorkflowSchemaData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsWorkflowSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsWorkflowSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,4CAA4C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kCAAkC,CAEvH;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAExG;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kCAAkC,CAS3I;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAEtG;AAED,wBAAgB,6CAA6C,CAAC,KAAK,CAAC,EAAE,kCAAkC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU1J"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.instanceOfRunRelationshipsWorkflowSchemaData = instanceOfRunRelationshipsWorkflowSchemaData;
|
|
17
|
+
exports.RunRelationshipsWorkflowSchemaDataFromJSON = RunRelationshipsWorkflowSchemaDataFromJSON;
|
|
18
|
+
exports.RunRelationshipsWorkflowSchemaDataFromJSONTyped = RunRelationshipsWorkflowSchemaDataFromJSONTyped;
|
|
19
|
+
exports.RunRelationshipsWorkflowSchemaDataToJSON = RunRelationshipsWorkflowSchemaDataToJSON;
|
|
20
|
+
exports.RunRelationshipsWorkflowSchemaDataToJSONTyped = RunRelationshipsWorkflowSchemaDataToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the RunRelationshipsWorkflowSchemaData interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfRunRelationshipsWorkflowSchemaData(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function RunRelationshipsWorkflowSchemaDataFromJSON(json) {
|
|
28
|
+
return RunRelationshipsWorkflowSchemaDataFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function RunRelationshipsWorkflowSchemaDataFromJSONTyped(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 RunRelationshipsWorkflowSchemaDataToJSON(json) {
|
|
40
|
+
return RunRelationshipsWorkflowSchemaDataToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function RunRelationshipsWorkflowSchemaDataToJSONTyped(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=RunRelationshipsWorkflowSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsWorkflowSchemaData.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsWorkflowSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,oGAEC;AAED,gGAEC;AAED,0GASC;AAED,4FAEC;AAED,sGAUC;AApCD;;GAEG;AACH,SAAgB,4CAA4C,CAAC,KAAa;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS,EAAE,mBAA4B;IACnG,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,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,KAAiD,EAAE,sBAA+B,KAAK;IACjJ,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"}
|
|
@@ -20,17 +20,17 @@ import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
|
|
|
20
20
|
*/
|
|
21
21
|
export interface SubmissionAttributesSchema {
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Required on create
|
|
24
24
|
* @type {string}
|
|
25
25
|
* @memberof SubmissionAttributesSchema
|
|
26
26
|
*/
|
|
27
|
-
name
|
|
27
|
+
name?: string;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Required on create
|
|
30
30
|
* @type {string}
|
|
31
31
|
* @memberof SubmissionAttributesSchema
|
|
32
32
|
*/
|
|
33
|
-
email
|
|
33
|
+
email?: string;
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
36
36
|
* @type {string}
|
|
@@ -38,11 +38,17 @@ export interface SubmissionAttributesSchema {
|
|
|
38
38
|
*/
|
|
39
39
|
phone?: string;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
42
|
-
* @type {
|
|
41
|
+
* How the submission entered the system
|
|
42
|
+
* @type {SubmissionAttributesSchemaChannelEnum}
|
|
43
|
+
* @memberof SubmissionAttributesSchema
|
|
44
|
+
*/
|
|
45
|
+
channel?: SubmissionAttributesSchemaChannelEnum;
|
|
46
|
+
/**
|
|
47
|
+
* Where the candidate originated (e.g., careerPage, jobBoard, linkedin, talentPool)
|
|
48
|
+
* @type {string}
|
|
43
49
|
* @memberof SubmissionAttributesSchema
|
|
44
50
|
*/
|
|
45
|
-
source?:
|
|
51
|
+
source?: string | null;
|
|
46
52
|
/**
|
|
47
53
|
* Submission type — determines which workflow to trigger
|
|
48
54
|
* @type {SubmissionAttributesSchemaTypeEnum}
|
|
@@ -101,13 +107,15 @@ export interface SubmissionAttributesSchema {
|
|
|
101
107
|
/**
|
|
102
108
|
* @export
|
|
103
109
|
*/
|
|
104
|
-
export declare const
|
|
110
|
+
export declare const SubmissionAttributesSchemaChannelEnum: {
|
|
105
111
|
readonly Form: "form";
|
|
106
112
|
readonly Email: "email";
|
|
107
113
|
readonly Call: "call";
|
|
114
|
+
readonly Chat: "chat";
|
|
108
115
|
readonly Api: "api";
|
|
116
|
+
readonly Agent: "agent";
|
|
109
117
|
};
|
|
110
|
-
export type
|
|
118
|
+
export type SubmissionAttributesSchemaChannelEnum = typeof SubmissionAttributesSchemaChannelEnum[keyof typeof SubmissionAttributesSchemaChannelEnum];
|
|
111
119
|
/**
|
|
112
120
|
* @export
|
|
113
121
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubmissionAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/SubmissionAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAO7F,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"SubmissionAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/SubmissionAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAO7F,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,OAAO,CAAC,EAAE,qCAAqC,CAAC;IAChD;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,IAAI,CAAC,EAAE,kCAAkC,CAAC;IAC1C;;;;OAIG;IACH,MAAM,CAAC,EAAE,oCAAoC,CAAC;IAC9C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,CAAC;IACpD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,oCAAoC,GAAG,IAAI,CAAC;IACvD;;;;OAIG;IACH,OAAO,CAAC,EAAE,iCAAiC,CAAC;IAC5C;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;;;;;CAOxC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,OAAO,qCAAqC,CAAC,MAAM,OAAO,qCAAqC,CAAC,CAAC;AAErJ;;GAEG;AACH,eAAO,MAAM,kCAAkC;;;CAGrC,CAAC;AACX,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAC,MAAM,OAAO,kCAAkC,CAAC,CAAC;AAE5I;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;;;CAKvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAGlJ;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAEvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAqB3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAsB1I"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.SubmissionAttributesSchemaStatusEnum = exports.SubmissionAttributesSchemaTypeEnum = exports.
|
|
16
|
+
exports.SubmissionAttributesSchemaStatusEnum = exports.SubmissionAttributesSchemaTypeEnum = exports.SubmissionAttributesSchemaChannelEnum = void 0;
|
|
17
17
|
exports.instanceOfSubmissionAttributesSchema = instanceOfSubmissionAttributesSchema;
|
|
18
18
|
exports.SubmissionAttributesSchemaFromJSON = SubmissionAttributesSchemaFromJSON;
|
|
19
19
|
exports.SubmissionAttributesSchemaFromJSONTyped = SubmissionAttributesSchemaFromJSONTyped;
|
|
@@ -26,11 +26,13 @@ const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
|
|
|
26
26
|
/**
|
|
27
27
|
* @export
|
|
28
28
|
*/
|
|
29
|
-
exports.
|
|
29
|
+
exports.SubmissionAttributesSchemaChannelEnum = {
|
|
30
30
|
Form: 'form',
|
|
31
31
|
Email: 'email',
|
|
32
32
|
Call: 'call',
|
|
33
|
-
|
|
33
|
+
Chat: 'chat',
|
|
34
|
+
Api: 'api',
|
|
35
|
+
Agent: 'agent'
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* @export
|
|
@@ -52,10 +54,6 @@ exports.SubmissionAttributesSchemaStatusEnum = {
|
|
|
52
54
|
* Check if a given object implements the SubmissionAttributesSchema interface.
|
|
53
55
|
*/
|
|
54
56
|
function instanceOfSubmissionAttributesSchema(value) {
|
|
55
|
-
if (!('name' in value) || value['name'] === undefined)
|
|
56
|
-
return false;
|
|
57
|
-
if (!('email' in value) || value['email'] === undefined)
|
|
58
|
-
return false;
|
|
59
57
|
return true;
|
|
60
58
|
}
|
|
61
59
|
function SubmissionAttributesSchemaFromJSON(json) {
|
|
@@ -66,9 +64,10 @@ function SubmissionAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
66
64
|
return json;
|
|
67
65
|
}
|
|
68
66
|
return {
|
|
69
|
-
'name': json['name'],
|
|
70
|
-
'email': json['email'],
|
|
67
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
68
|
+
'email': json['email'] == null ? undefined : json['email'],
|
|
71
69
|
'phone': json['phone'] == null ? undefined : json['phone'],
|
|
70
|
+
'channel': json['channel'] == null ? undefined : json['channel'],
|
|
72
71
|
'source': json['source'] == null ? undefined : json['source'],
|
|
73
72
|
'type': json['type'] == null ? undefined : json['type'],
|
|
74
73
|
'status': json['status'] == null ? undefined : json['status'],
|
|
@@ -92,6 +91,7 @@ function SubmissionAttributesSchemaToJSONTyped(value, ignoreDiscriminator = fals
|
|
|
92
91
|
'name': value['name'],
|
|
93
92
|
'email': value['email'],
|
|
94
93
|
'phone': value['phone'],
|
|
94
|
+
'channel': value['channel'],
|
|
95
95
|
'source': value['source'],
|
|
96
96
|
'type': value['type'],
|
|
97
97
|
'status': value['status'],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubmissionAttributesSchema.js","sourceRoot":"","sources":["../../src/models/SubmissionAttributesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"SubmissionAttributesSchema.js","sourceRoot":"","sources":["../../src/models/SubmissionAttributesSchema.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { CandidateAttributesSchema } from './CandidateAttributesSchema';
|
|
13
|
+
import type { CandidateRelationshipsSchema } from './CandidateRelationshipsSchema';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
15
16
|
* @export
|
|
@@ -33,7 +34,13 @@ export interface UpdateCandidateRequestBodyData {
|
|
|
33
34
|
* @type {CandidateAttributesSchema}
|
|
34
35
|
* @memberof UpdateCandidateRequestBodyData
|
|
35
36
|
*/
|
|
36
|
-
attributes
|
|
37
|
+
attributes?: CandidateAttributesSchema;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {CandidateRelationshipsSchema}
|
|
41
|
+
* @memberof UpdateCandidateRequestBodyData
|
|
42
|
+
*/
|
|
43
|
+
relationships?: CandidateRelationshipsSchema;
|
|
37
44
|
}
|
|
38
45
|
/**
|
|
39
46
|
* @export
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateCandidateRequestBodyData.d.ts","sourceRoot":"","sources":["../../src/models/UpdateCandidateRequestBodyData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"UpdateCandidateRequestBodyData.d.ts","sourceRoot":"","sources":["../../src/models/UpdateCandidateRequestBodyData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAO7E,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAQnF;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,EAAE,sCAAsC,CAAC;IAC7C;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,CAAC,EAAE,yBAAyB,CAAC;IACvC;;;;OAIG;IACH,aAAa,CAAC,EAAE,4BAA4B,CAAC;CAChD;AAGD;;GAEG;AACH,eAAO,MAAM,sCAAsC;;CAEzC,CAAC;AACX,MAAM,MAAM,sCAAsC,GAAG,OAAO,sCAAsC,CAAC,MAAM,OAAO,sCAAsC,CAAC,CAAC;AAGxJ;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAI/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CAWnI;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,CAYlJ"}
|