@smartytalent/api-client 0.1.20 → 0.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apis/BriefsApi.d.ts +176 -0
- package/dist/apis/BriefsApi.d.ts.map +1 -0
- package/dist/apis/BriefsApi.js +393 -0
- package/dist/apis/BriefsApi.js.map +1 -0
- package/dist/apis/RunsApi.d.ts +10 -9
- package/dist/apis/RunsApi.d.ts.map +1 -1
- package/dist/apis/RunsApi.js +14 -9
- package/dist/apis/RunsApi.js.map +1 -1
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.d.ts.map +1 -1
- package/dist/apis/index.js +1 -0
- package/dist/apis/index.js.map +1 -1
- package/dist/models/BriefAttributesSchema.d.ts +99 -0
- package/dist/models/BriefAttributesSchema.d.ts.map +1 -0
- package/dist/models/BriefAttributesSchema.js +88 -0
- package/dist/models/BriefAttributesSchema.js.map +1 -0
- package/dist/models/BriefRelationshipsFormsSchema.d.ts +34 -0
- package/dist/models/BriefRelationshipsFormsSchema.d.ts.map +1 -0
- package/dist/models/BriefRelationshipsFormsSchema.js +50 -0
- package/dist/models/BriefRelationshipsFormsSchema.js.map +1 -0
- package/dist/models/BriefRelationshipsJobsSchema.d.ts +34 -0
- package/dist/models/BriefRelationshipsJobsSchema.d.ts.map +1 -0
- package/dist/models/BriefRelationshipsJobsSchema.js +50 -0
- package/dist/models/BriefRelationshipsJobsSchema.js.map +1 -0
- package/dist/models/BriefRelationshipsSchema.d.ts +48 -0
- package/dist/models/BriefRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/BriefRelationshipsSchema.js +56 -0
- package/dist/models/BriefRelationshipsSchema.js.map +1 -0
- package/dist/models/BriefRelationshipsUsersSchema.d.ts +34 -0
- package/dist/models/BriefRelationshipsUsersSchema.d.ts.map +1 -0
- package/dist/models/BriefRelationshipsUsersSchema.js +50 -0
- package/dist/models/BriefRelationshipsUsersSchema.js.map +1 -0
- package/dist/models/BriefRelationshipsUsersSchemaDataInner.d.ts +39 -0
- package/dist/models/BriefRelationshipsUsersSchemaDataInner.d.ts.map +1 -0
- package/dist/models/BriefRelationshipsUsersSchemaDataInner.js +51 -0
- package/dist/models/BriefRelationshipsUsersSchemaDataInner.js.map +1 -0
- package/dist/models/BriefResourceSchema.d.ts +75 -0
- package/dist/models/BriefResourceSchema.d.ts.map +1 -0
- package/dist/models/BriefResourceSchema.js +75 -0
- package/dist/models/BriefResourceSchema.js.map +1 -0
- package/dist/models/BriefSchema.d.ts +49 -0
- package/dist/models/BriefSchema.d.ts.map +1 -0
- package/dist/models/BriefSchema.js +55 -0
- package/dist/models/BriefSchema.js.map +1 -0
- package/dist/models/BriefsSchema.d.ts +48 -0
- package/dist/models/BriefsSchema.d.ts.map +1 -0
- package/dist/models/BriefsSchema.js +56 -0
- package/dist/models/BriefsSchema.js.map +1 -0
- package/dist/models/CreateBriefRequestBody.d.ts +34 -0
- package/dist/models/CreateBriefRequestBody.d.ts.map +1 -0
- package/dist/models/CreateBriefRequestBody.js +52 -0
- package/dist/models/CreateBriefRequestBody.js.map +1 -0
- package/dist/models/CreateBriefRequestBodyData.d.ts +54 -0
- package/dist/models/CreateBriefRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateBriefRequestBodyData.js +66 -0
- package/dist/models/CreateBriefRequestBodyData.js.map +1 -0
- package/dist/models/CreateRunRequestBodyData.d.ts +6 -6
- package/dist/models/CreateRunRequestBodyData.d.ts.map +1 -1
- package/dist/models/CreateRunRequestBodyData.js +6 -6
- package/dist/models/CreateRunRequestBodyData.js.map +1 -1
- package/dist/models/RunAttributesSchema.d.ts +58 -3
- package/dist/models/RunAttributesSchema.d.ts.map +1 -1
- package/dist/models/RunAttributesSchema.js +27 -0
- package/dist/models/RunAttributesSchema.js.map +1 -1
- package/dist/models/RunAttributesSchema1.d.ts +33 -0
- package/dist/models/RunAttributesSchema1.d.ts.map +1 -0
- package/dist/models/RunAttributesSchema1.js +49 -0
- package/dist/models/RunAttributesSchema1.js.map +1 -0
- package/dist/models/RunAttributesSchemaTimestamps.d.ts +51 -0
- package/dist/models/RunAttributesSchemaTimestamps.d.ts.map +1 -0
- package/dist/models/RunAttributesSchemaTimestamps.js +55 -0
- package/dist/models/RunAttributesSchemaTimestamps.js.map +1 -0
- package/dist/models/RunRelationshipsSchema.d.ts +10 -3
- package/dist/models/RunRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/RunRelationshipsSchema.js +6 -5
- package/dist/models/RunRelationshipsSchema.js.map +1 -1
- package/dist/models/RunRelationshipsSchema1.d.ts +34 -0
- package/dist/models/RunRelationshipsSchema1.d.ts.map +1 -0
- package/dist/models/RunRelationshipsSchema1.js +52 -0
- package/dist/models/RunRelationshipsSchema1.js.map +1 -0
- package/dist/models/RunRelationshipsSchema1Workflows.d.ts +34 -0
- package/dist/models/RunRelationshipsSchema1Workflows.d.ts.map +1 -0
- package/dist/models/RunRelationshipsSchema1Workflows.js +50 -0
- package/dist/models/RunRelationshipsSchema1Workflows.js.map +1 -0
- package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.d.ts +46 -0
- package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.d.ts.map +1 -0
- package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.js +62 -0
- package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.js.map +1 -0
- package/dist/models/RunRelationshipsTriggersSchema.d.ts +34 -0
- package/dist/models/RunRelationshipsTriggersSchema.d.ts.map +1 -0
- package/dist/models/RunRelationshipsTriggersSchema.js +50 -0
- package/dist/models/RunRelationshipsTriggersSchema.js.map +1 -0
- package/dist/models/RunRelationshipsTriggersSchemaDataInner.d.ts +39 -0
- package/dist/models/RunRelationshipsTriggersSchemaDataInner.d.ts.map +1 -0
- package/dist/models/RunRelationshipsTriggersSchemaDataInner.js +51 -0
- package/dist/models/RunRelationshipsTriggersSchemaDataInner.js.map +1 -0
- package/dist/models/RunRelationshipsWorkflowsSchema.d.ts +34 -0
- package/dist/models/{RunRelationshipsSchemaWorkflows.d.ts.map → RunRelationshipsWorkflowsSchema.d.ts.map} +1 -1
- package/dist/models/RunRelationshipsWorkflowsSchema.js +50 -0
- package/dist/models/{RunRelationshipsSchemaWorkflows.js.map → RunRelationshipsWorkflowsSchema.js.map} +1 -1
- package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.d.ts +39 -0
- package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.d.ts.map +1 -0
- package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.js +51 -0
- package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.js.map +1 -0
- package/dist/models/RunResourceSchema.d.ts +75 -0
- package/dist/models/RunResourceSchema.d.ts.map +1 -0
- package/dist/models/RunResourceSchema.js +75 -0
- package/dist/models/RunResourceSchema.js.map +1 -0
- package/dist/models/RunSchema.d.ts +49 -0
- package/dist/models/RunSchema.d.ts.map +1 -0
- package/dist/models/RunSchema.js +55 -0
- package/dist/models/RunSchema.js.map +1 -0
- package/dist/models/RunsSchema.d.ts +48 -0
- package/dist/models/RunsSchema.d.ts.map +1 -0
- package/dist/models/RunsSchema.js +56 -0
- package/dist/models/RunsSchema.js.map +1 -0
- package/dist/models/SubmissionAttributesSchema.d.ts +14 -0
- package/dist/models/SubmissionAttributesSchema.d.ts.map +1 -1
- package/dist/models/SubmissionAttributesSchema.js +10 -1
- package/dist/models/SubmissionAttributesSchema.js.map +1 -1
- package/dist/models/UpdateBriefRequestBody.d.ts +34 -0
- package/dist/models/UpdateBriefRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateBriefRequestBody.js +52 -0
- package/dist/models/UpdateBriefRequestBody.js.map +1 -0
- package/dist/models/UpdateBriefRequestBodyData.d.ts +60 -0
- package/dist/models/UpdateBriefRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateBriefRequestBodyData.js +70 -0
- package/dist/models/UpdateBriefRequestBodyData.js.map +1 -0
- package/dist/models/index.d.ts +25 -2
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +25 -2
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/RunRelationshipsSchemaWorkflows.d.ts +0 -34
- package/dist/models/RunRelationshipsSchemaWorkflows.js +0 -50
- package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.d.ts +0 -46
- package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.d.ts.map +0 -1
- package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.js +0 -62
- package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.js.map +0 -1
|
@@ -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"}
|
|
@@ -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.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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -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 { 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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
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"}
|
|
@@ -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.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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
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"}
|
|
@@ -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 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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -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.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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,75 @@
|
|
|
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 { RunAttributesSchema } from './RunAttributesSchema';
|
|
13
|
+
import type { ResourceLinksSchema } from './ResourceLinksSchema';
|
|
14
|
+
import type { RunRelationshipsSchema } from './RunRelationshipsSchema';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface RunResourceSchema
|
|
19
|
+
*/
|
|
20
|
+
export interface RunResourceSchema {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {RunResourceSchemaTypeEnum}
|
|
24
|
+
* @memberof RunResourceSchema
|
|
25
|
+
*/
|
|
26
|
+
type: RunResourceSchemaTypeEnum;
|
|
27
|
+
/**
|
|
28
|
+
* Returns results with an ID greater than the specified ID. The ID is a combination of a UUID4 (hexadecimal) followed by a hyphen and an integer number from 1 to 9.
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof RunResourceSchema
|
|
31
|
+
*/
|
|
32
|
+
id: string;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {RunAttributesSchema}
|
|
36
|
+
* @memberof RunResourceSchema
|
|
37
|
+
*/
|
|
38
|
+
attributes: RunAttributesSchema;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {RunRelationshipsSchema}
|
|
42
|
+
* @memberof RunResourceSchema
|
|
43
|
+
*/
|
|
44
|
+
relationships?: RunRelationshipsSchema;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {ResourceLinksSchema}
|
|
48
|
+
* @memberof RunResourceSchema
|
|
49
|
+
*/
|
|
50
|
+
links?: ResourceLinksSchema;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {{ [key: string]: any; }}
|
|
54
|
+
* @memberof RunResourceSchema
|
|
55
|
+
*/
|
|
56
|
+
meta?: {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* @export
|
|
62
|
+
*/
|
|
63
|
+
export declare const RunResourceSchemaTypeEnum: {
|
|
64
|
+
readonly Runs: "runs";
|
|
65
|
+
};
|
|
66
|
+
export type RunResourceSchemaTypeEnum = typeof RunResourceSchemaTypeEnum[keyof typeof RunResourceSchemaTypeEnum];
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the RunResourceSchema interface.
|
|
69
|
+
*/
|
|
70
|
+
export declare function instanceOfRunResourceSchema(value: object): value is RunResourceSchema;
|
|
71
|
+
export declare function RunResourceSchemaFromJSON(json: any): RunResourceSchema;
|
|
72
|
+
export declare function RunResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunResourceSchema;
|
|
73
|
+
export declare function RunResourceSchemaToJSON(json: any): RunResourceSchema;
|
|
74
|
+
export declare function RunResourceSchemaToJSONTyped(value?: RunResourceSchema | null, ignoreDiscriminator?: boolean): any;
|
|
75
|
+
//# sourceMappingURL=RunResourceSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/RunResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAQvE;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,IAAI,EAAE,yBAAyB,CAAC;IAChC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,mBAAmB,CAAC;IAChC;;;;OAIG;IACH,aAAa,CAAC,EAAE,sBAAsB,CAAC;IACvC;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAGD;;GAEG;AACH,eAAO,MAAM,yBAAyB;;CAE5B,CAAC;AACX,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,MAAM,OAAO,yBAAyB,CAAC,CAAC;AAGjH;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iBAAiB,CAKrF;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEtE;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iBAAiB,CAazG;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEpE;AAED,wBAAgB,4BAA4B,CAAC,KAAK,CAAC,EAAE,iBAAiB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAcxH"}
|
|
@@ -0,0 +1,75 @@
|
|
|
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.RunResourceSchemaTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfRunResourceSchema = instanceOfRunResourceSchema;
|
|
18
|
+
exports.RunResourceSchemaFromJSON = RunResourceSchemaFromJSON;
|
|
19
|
+
exports.RunResourceSchemaFromJSONTyped = RunResourceSchemaFromJSONTyped;
|
|
20
|
+
exports.RunResourceSchemaToJSON = RunResourceSchemaToJSON;
|
|
21
|
+
exports.RunResourceSchemaToJSONTyped = RunResourceSchemaToJSONTyped;
|
|
22
|
+
const RunAttributesSchema_1 = require("./RunAttributesSchema");
|
|
23
|
+
const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
|
|
24
|
+
const RunRelationshipsSchema_1 = require("./RunRelationshipsSchema");
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
exports.RunResourceSchemaTypeEnum = {
|
|
29
|
+
Runs: 'runs'
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the RunResourceSchema interface.
|
|
33
|
+
*/
|
|
34
|
+
function instanceOfRunResourceSchema(value) {
|
|
35
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
38
|
+
return false;
|
|
39
|
+
if (!('attributes' in value) || value['attributes'] === undefined)
|
|
40
|
+
return false;
|
|
41
|
+
return true;
|
|
42
|
+
}
|
|
43
|
+
function RunResourceSchemaFromJSON(json) {
|
|
44
|
+
return RunResourceSchemaFromJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function RunResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
47
|
+
if (json == null) {
|
|
48
|
+
return json;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'type': json['type'],
|
|
52
|
+
'id': json['id'],
|
|
53
|
+
'attributes': (0, RunAttributesSchema_1.RunAttributesSchemaFromJSON)(json['attributes']),
|
|
54
|
+
'relationships': json['relationships'] == null ? undefined : (0, RunRelationshipsSchema_1.RunRelationshipsSchemaFromJSON)(json['relationships']),
|
|
55
|
+
'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
|
|
56
|
+
'meta': json['meta'] == null ? undefined : json['meta'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
function RunResourceSchemaToJSON(json) {
|
|
60
|
+
return RunResourceSchemaToJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
function RunResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
63
|
+
if (value == null) {
|
|
64
|
+
return value;
|
|
65
|
+
}
|
|
66
|
+
return {
|
|
67
|
+
'type': value['type'],
|
|
68
|
+
'id': value['id'],
|
|
69
|
+
'attributes': (0, RunAttributesSchema_1.RunAttributesSchemaToJSON)(value['attributes']),
|
|
70
|
+
'relationships': (0, RunRelationshipsSchema_1.RunRelationshipsSchemaToJSON)(value['relationships']),
|
|
71
|
+
'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
|
|
72
|
+
'meta': value['meta'],
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
//# sourceMappingURL=RunResourceSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunResourceSchema.js","sourceRoot":"","sources":["../../src/models/RunResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkFH,kEAKC;AAED,8DAEC;AAED,wEAaC;AAED,0DAEC;AAED,oEAcC;AA1HD,+DAK+B;AAE/B,+DAK+B;AAE/B,qEAKkC;AA+ClC;;GAEG;AACU,QAAA,yBAAyB,GAAG;IACrC,IAAI,EAAE,MAAM;CACN,CAAC;AAIX;;GAEG;AACH,SAAgB,2BAA2B,CAAC,KAAa;IACrD,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,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS,EAAE,mBAA4B;IAClF,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;QAChB,YAAY,EAAE,IAAA,iDAA2B,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC7D,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uDAA8B,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAClH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,uBAAuB,CAAC,IAAS;IAC7C,OAAO,4BAA4B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrD,CAAC;AAED,SAAgB,4BAA4B,CAAC,KAAgC,EAAE,sBAA+B,KAAK;IAC/G,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;QACjB,YAAY,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QAC5D,eAAe,EAAE,IAAA,qDAA4B,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QACrE,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
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 { RunResourceSchema } from './RunResourceSchema';
|
|
13
|
+
import type { ResourceLinksSchema } from './ResourceLinksSchema';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface RunSchema
|
|
18
|
+
*/
|
|
19
|
+
export interface RunSchema {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {RunResourceSchema}
|
|
23
|
+
* @memberof RunSchema
|
|
24
|
+
*/
|
|
25
|
+
data?: RunResourceSchema;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ResourceLinksSchema}
|
|
29
|
+
* @memberof RunSchema
|
|
30
|
+
*/
|
|
31
|
+
links?: ResourceLinksSchema;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {{ [key: string]: any; }}
|
|
35
|
+
* @memberof RunSchema
|
|
36
|
+
*/
|
|
37
|
+
meta?: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Check if a given object implements the RunSchema interface.
|
|
43
|
+
*/
|
|
44
|
+
export declare function instanceOfRunSchema(value: object): value is RunSchema;
|
|
45
|
+
export declare function RunSchemaFromJSON(json: any): RunSchema;
|
|
46
|
+
export declare function RunSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunSchema;
|
|
47
|
+
export declare function RunSchemaToJSON(json: any): RunSchema;
|
|
48
|
+
export declare function RunSchemaToJSONTyped(value?: RunSchema | null, ignoreDiscriminator?: boolean): any;
|
|
49
|
+
//# sourceMappingURL=RunSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunSchema.d.ts","sourceRoot":"","sources":["../../src/models/RunSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAO7D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAQjE;;;;GAIG;AACH,MAAM,WAAW,SAAS;IACtB;;;;OAIG;IACH,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,SAAS,CAErE;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,SAAS,CAEtD;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,SAAS,CAUzF;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,GAAG,GAAG,SAAS,CAEpD;AAED,wBAAgB,oBAAoB,CAAC,KAAK,CAAC,EAAE,SAAS,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWxG"}
|
|
@@ -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.instanceOfRunSchema = instanceOfRunSchema;
|
|
17
|
+
exports.RunSchemaFromJSON = RunSchemaFromJSON;
|
|
18
|
+
exports.RunSchemaFromJSONTyped = RunSchemaFromJSONTyped;
|
|
19
|
+
exports.RunSchemaToJSON = RunSchemaToJSON;
|
|
20
|
+
exports.RunSchemaToJSONTyped = RunSchemaToJSONTyped;
|
|
21
|
+
const RunResourceSchema_1 = require("./RunResourceSchema");
|
|
22
|
+
const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the RunSchema interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfRunSchema(value) {
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function RunSchemaFromJSON(json) {
|
|
30
|
+
return RunSchemaFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function RunSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'data': json['data'] == null ? undefined : (0, RunResourceSchema_1.RunResourceSchemaFromJSON)(json['data']),
|
|
38
|
+
'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
|
|
39
|
+
'meta': json['meta'] == null ? undefined : json['meta'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
function RunSchemaToJSON(json) {
|
|
43
|
+
return RunSchemaToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function RunSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'data': (0, RunResourceSchema_1.RunResourceSchemaToJSON)(value['data']),
|
|
51
|
+
'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
|
|
52
|
+
'meta': value['meta'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=RunSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunSchema.js","sourceRoot":"","sources":["../../src/models/RunSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,kDAEC;AAED,8CAEC;AAED,wDAUC;AAED,0CAEC;AAED,oDAWC;AA9ED,2DAK6B;AAE7B,+DAK+B;AA4B/B;;GAEG;AACH,SAAgB,mBAAmB,CAAC,KAAa;IAC7C,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,iBAAiB,CAAC,IAAS;IACvC,OAAO,sBAAsB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/C,CAAC;AAED,SAAgB,sBAAsB,CAAC,IAAS,EAAE,mBAA4B;IAC1E,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,6CAAyB,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAClF,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,eAAe,CAAC,IAAS;IACrC,OAAO,oBAAoB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7C,CAAC;AAED,SAAgB,oBAAoB,CAAC,KAAwB,EAAE,sBAA+B,KAAK;IAC/F,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,2CAAuB,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAC9C,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
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 { ResourcesMetaSchema } from './ResourcesMetaSchema';
|
|
13
|
+
import type { RunResourceSchema } from './RunResourceSchema';
|
|
14
|
+
import type { ResourcesLinksSchema } from './ResourcesLinksSchema';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface RunsSchema
|
|
19
|
+
*/
|
|
20
|
+
export interface RunsSchema {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {Array<RunResourceSchema>}
|
|
24
|
+
* @memberof RunsSchema
|
|
25
|
+
*/
|
|
26
|
+
data?: Array<RunResourceSchema>;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {ResourcesLinksSchema}
|
|
30
|
+
* @memberof RunsSchema
|
|
31
|
+
*/
|
|
32
|
+
links?: ResourcesLinksSchema;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {ResourcesMetaSchema}
|
|
36
|
+
* @memberof RunsSchema
|
|
37
|
+
*/
|
|
38
|
+
meta?: ResourcesMetaSchema;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Check if a given object implements the RunsSchema interface.
|
|
42
|
+
*/
|
|
43
|
+
export declare function instanceOfRunsSchema(value: object): value is RunsSchema;
|
|
44
|
+
export declare function RunsSchemaFromJSON(json: any): RunsSchema;
|
|
45
|
+
export declare function RunsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunsSchema;
|
|
46
|
+
export declare function RunsSchemaToJSON(json: any): RunsSchema;
|
|
47
|
+
export declare function RunsSchemaToJSONTyped(value?: RunsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
48
|
+
//# sourceMappingURL=RunsSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunsSchema.d.ts","sourceRoot":"","sources":["../../src/models/RunsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAO7D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAQnE;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACvB;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAChC;;;;OAIG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC9B;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,UAAU,CAEvE;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAExD;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,UAAU,CAU3F;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAEtD;AAED,wBAAgB,qBAAqB,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW1G"}
|