@smartytalent/api-client 0.1.17 → 0.1.18
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/FormsApi.d.ts +1 -71
- package/dist/apis/FormsApi.d.ts.map +1 -1
- package/dist/apis/FormsApi.js +0 -148
- package/dist/apis/FormsApi.js.map +1 -1
- package/dist/apis/SubmissionsApi.d.ts +195 -0
- package/dist/apis/SubmissionsApi.d.ts.map +1 -0
- package/dist/apis/SubmissionsApi.js +441 -0
- package/dist/apis/SubmissionsApi.js.map +1 -0
- 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/CreateSubmissionRequest.d.ts +101 -0
- package/dist/models/CreateSubmissionRequest.d.ts.map +1 -0
- package/dist/models/{SubmitFormRequest.js → CreateSubmissionRequest.js} +26 -19
- package/dist/models/CreateSubmissionRequest.js.map +1 -0
- package/dist/models/CreateSubmissionRequestFilesInner.d.ts +39 -0
- package/dist/models/CreateSubmissionRequestFilesInner.d.ts.map +1 -0
- package/dist/models/CreateSubmissionRequestFilesInner.js +51 -0
- package/dist/models/CreateSubmissionRequestFilesInner.js.map +1 -0
- package/dist/models/CreateSubmissionRequestReferral.d.ts +51 -0
- package/dist/models/CreateSubmissionRequestReferral.d.ts.map +1 -0
- package/dist/models/CreateSubmissionRequestReferral.js +55 -0
- package/dist/models/CreateSubmissionRequestReferral.js.map +1 -0
- package/dist/models/SubmissionAttributesSchema.d.ts +117 -0
- package/dist/models/SubmissionAttributesSchema.d.ts.map +1 -0
- package/dist/models/SubmissionAttributesSchema.js +96 -0
- package/dist/models/SubmissionAttributesSchema.js.map +1 -0
- package/dist/models/SubmissionAttributesSchemaConsent.d.ts +39 -0
- package/dist/models/SubmissionAttributesSchemaConsent.d.ts.map +1 -0
- package/dist/models/SubmissionAttributesSchemaConsent.js +51 -0
- package/dist/models/SubmissionAttributesSchemaConsent.js.map +1 -0
- package/dist/models/SubmissionAttributesSchemaFilesInner.d.ts +51 -0
- package/dist/models/SubmissionAttributesSchemaFilesInner.d.ts.map +1 -0
- package/dist/models/SubmissionAttributesSchemaFilesInner.js +55 -0
- package/dist/models/SubmissionAttributesSchemaFilesInner.js.map +1 -0
- package/dist/models/SubmissionRelationshipsCandidatesSchema.d.ts +34 -0
- package/dist/models/SubmissionRelationshipsCandidatesSchema.d.ts.map +1 -0
- package/dist/models/SubmissionRelationshipsCandidatesSchema.js +50 -0
- package/dist/models/SubmissionRelationshipsCandidatesSchema.js.map +1 -0
- package/dist/models/SubmissionRelationshipsCandidatesSchemaDataInner.d.ts +39 -0
- package/dist/models/SubmissionRelationshipsCandidatesSchemaDataInner.d.ts.map +1 -0
- package/dist/models/SubmissionRelationshipsCandidatesSchemaDataInner.js +51 -0
- package/dist/models/SubmissionRelationshipsCandidatesSchemaDataInner.js.map +1 -0
- package/dist/models/SubmissionRelationshipsFormsSchema.d.ts +34 -0
- package/dist/models/SubmissionRelationshipsFormsSchema.d.ts.map +1 -0
- package/dist/models/SubmissionRelationshipsFormsSchema.js +50 -0
- package/dist/models/SubmissionRelationshipsFormsSchema.js.map +1 -0
- package/dist/models/SubmissionRelationshipsFormsSchemaDataInner.d.ts +39 -0
- package/dist/models/SubmissionRelationshipsFormsSchemaDataInner.d.ts.map +1 -0
- package/dist/models/SubmissionRelationshipsFormsSchemaDataInner.js +51 -0
- package/dist/models/SubmissionRelationshipsFormsSchemaDataInner.js.map +1 -0
- package/dist/models/SubmissionRelationshipsJobsSchema.d.ts +34 -0
- package/dist/models/SubmissionRelationshipsJobsSchema.d.ts.map +1 -0
- package/dist/models/SubmissionRelationshipsJobsSchema.js +50 -0
- package/dist/models/SubmissionRelationshipsJobsSchema.js.map +1 -0
- package/dist/models/SubmissionRelationshipsJobsSchemaDataInner.d.ts +39 -0
- package/dist/models/SubmissionRelationshipsJobsSchemaDataInner.d.ts.map +1 -0
- package/dist/models/SubmissionRelationshipsJobsSchemaDataInner.js +51 -0
- package/dist/models/SubmissionRelationshipsJobsSchemaDataInner.js.map +1 -0
- package/dist/models/SubmissionRelationshipsSchema.d.ts +55 -0
- package/dist/models/SubmissionRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/SubmissionRelationshipsSchema.js +59 -0
- package/dist/models/SubmissionRelationshipsSchema.js.map +1 -0
- package/dist/models/SubmissionRelationshipsTalentsSchema.d.ts +34 -0
- package/dist/models/SubmissionRelationshipsTalentsSchema.d.ts.map +1 -0
- package/dist/models/SubmissionRelationshipsTalentsSchema.js +50 -0
- package/dist/models/SubmissionRelationshipsTalentsSchema.js.map +1 -0
- package/dist/models/SubmissionRelationshipsTalentsSchemaDataInner.d.ts +39 -0
- package/dist/models/SubmissionRelationshipsTalentsSchemaDataInner.d.ts.map +1 -0
- package/dist/models/SubmissionRelationshipsTalentsSchemaDataInner.js +51 -0
- package/dist/models/SubmissionRelationshipsTalentsSchemaDataInner.js.map +1 -0
- package/dist/models/SubmissionResourceSchema.d.ts +75 -0
- package/dist/models/SubmissionResourceSchema.d.ts.map +1 -0
- package/dist/models/SubmissionResourceSchema.js +75 -0
- package/dist/models/SubmissionResourceSchema.js.map +1 -0
- package/dist/models/SubmissionSchema.d.ts +49 -0
- package/dist/models/SubmissionSchema.d.ts.map +1 -0
- package/dist/models/SubmissionSchema.js +55 -0
- package/dist/models/SubmissionSchema.js.map +1 -0
- package/dist/models/SubmissionsSchema.d.ts +48 -0
- package/dist/models/SubmissionsSchema.d.ts.map +1 -0
- package/dist/models/SubmissionsSchema.js +56 -0
- package/dist/models/SubmissionsSchema.js.map +1 -0
- package/dist/models/UpdateSubmissionRequestBody.d.ts +34 -0
- package/dist/models/UpdateSubmissionRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateSubmissionRequestBody.js +52 -0
- package/dist/models/UpdateSubmissionRequestBody.js.map +1 -0
- package/dist/models/UpdateSubmissionRequestBodyData.d.ts +60 -0
- package/dist/models/UpdateSubmissionRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateSubmissionRequestBodyData.js +70 -0
- package/dist/models/UpdateSubmissionRequestBodyData.js.map +1 -0
- package/dist/models/UploadSubmissionFileRequest.d.ts +51 -0
- package/dist/models/UploadSubmissionFileRequest.d.ts.map +1 -0
- package/dist/models/{UploadFormFileRequest.js → UploadSubmissionFileRequest.js} +18 -14
- package/dist/models/UploadSubmissionFileRequest.js.map +1 -0
- package/dist/models/index.d.ts +21 -3
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +21 -3
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/SubmitFormRequest.d.ts +0 -88
- package/dist/models/SubmitFormRequest.d.ts.map +0 -1
- package/dist/models/SubmitFormRequest.js.map +0 -1
- package/dist/models/SubmitFormRequestFilesInner.d.ts +0 -39
- package/dist/models/SubmitFormRequestFilesInner.d.ts.map +0 -1
- package/dist/models/SubmitFormRequestFilesInner.js +0 -51
- package/dist/models/SubmitFormRequestFilesInner.js.map +0 -1
- package/dist/models/UploadFormFileRequest.d.ts +0 -45
- package/dist/models/UploadFormFileRequest.d.ts.map +0 -1
- package/dist/models/UploadFormFileRequest.js.map +0 -1
|
@@ -0,0 +1,51 @@
|
|
|
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 SubmissionAttributesSchemaFilesInner
|
|
16
|
+
*/
|
|
17
|
+
export interface SubmissionAttributesSchemaFilesInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SubmissionAttributesSchemaFilesInner
|
|
22
|
+
*/
|
|
23
|
+
key?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SubmissionAttributesSchemaFilesInner
|
|
28
|
+
*/
|
|
29
|
+
bucket?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SubmissionAttributesSchemaFilesInner
|
|
34
|
+
*/
|
|
35
|
+
name?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof SubmissionAttributesSchemaFilesInner
|
|
40
|
+
*/
|
|
41
|
+
contentType?: string;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the SubmissionAttributesSchemaFilesInner interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfSubmissionAttributesSchemaFilesInner(value: object): value is SubmissionAttributesSchemaFilesInner;
|
|
47
|
+
export declare function SubmissionAttributesSchemaFilesInnerFromJSON(json: any): SubmissionAttributesSchemaFilesInner;
|
|
48
|
+
export declare function SubmissionAttributesSchemaFilesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionAttributesSchemaFilesInner;
|
|
49
|
+
export declare function SubmissionAttributesSchemaFilesInnerToJSON(json: any): SubmissionAttributesSchemaFilesInner;
|
|
50
|
+
export declare function SubmissionAttributesSchemaFilesInnerToJSONTyped(value?: SubmissionAttributesSchemaFilesInner | null, ignoreDiscriminator?: boolean): any;
|
|
51
|
+
//# sourceMappingURL=SubmissionAttributesSchemaFilesInner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmissionAttributesSchemaFilesInner.d.ts","sourceRoot":"","sources":["../../src/models/SubmissionAttributesSchemaFilesInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAW/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAY9J"}
|
|
@@ -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.instanceOfSubmissionAttributesSchemaFilesInner = instanceOfSubmissionAttributesSchemaFilesInner;
|
|
17
|
+
exports.SubmissionAttributesSchemaFilesInnerFromJSON = SubmissionAttributesSchemaFilesInnerFromJSON;
|
|
18
|
+
exports.SubmissionAttributesSchemaFilesInnerFromJSONTyped = SubmissionAttributesSchemaFilesInnerFromJSONTyped;
|
|
19
|
+
exports.SubmissionAttributesSchemaFilesInnerToJSON = SubmissionAttributesSchemaFilesInnerToJSON;
|
|
20
|
+
exports.SubmissionAttributesSchemaFilesInnerToJSONTyped = SubmissionAttributesSchemaFilesInnerToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the SubmissionAttributesSchemaFilesInner interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfSubmissionAttributesSchemaFilesInner(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function SubmissionAttributesSchemaFilesInnerFromJSON(json) {
|
|
28
|
+
return SubmissionAttributesSchemaFilesInnerFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function SubmissionAttributesSchemaFilesInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'key': json['key'] == null ? undefined : json['key'],
|
|
36
|
+
'bucket': json['bucket'] == null ? undefined : json['bucket'],
|
|
37
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
38
|
+
'contentType': json['contentType'] == null ? undefined : json['contentType'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function SubmissionAttributesSchemaFilesInnerToJSON(json) {
|
|
42
|
+
return SubmissionAttributesSchemaFilesInnerToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function SubmissionAttributesSchemaFilesInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'key': value['key'],
|
|
50
|
+
'bucket': value['bucket'],
|
|
51
|
+
'name': value['name'],
|
|
52
|
+
'contentType': value['contentType'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=SubmissionAttributesSchemaFilesInner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmissionAttributesSchemaFilesInner.js","sourceRoot":"","sources":["../../src/models/SubmissionAttributesSchemaFilesInner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsCH,wGAEC;AAED,oGAEC;AAED,8GAWC;AAED,gGAEC;AAED,0GAYC;AAxCD;;GAEG;AACH,SAAgB,8CAA8C,CAAC,KAAa;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS,EAAE,mBAA4B;IACrG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC;QACpD,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;KAC/E,CAAC;AACN,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,KAAmD,EAAE,sBAA+B,KAAK;IACrJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;QACnB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;KACtC,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 { SubmissionRelationshipsCandidatesSchemaDataInner } from './SubmissionRelationshipsCandidatesSchemaDataInner';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SubmissionRelationshipsCandidatesSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface SubmissionRelationshipsCandidatesSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<SubmissionRelationshipsCandidatesSchemaDataInner>}
|
|
22
|
+
* @memberof SubmissionRelationshipsCandidatesSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: Array<SubmissionRelationshipsCandidatesSchemaDataInner>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the SubmissionRelationshipsCandidatesSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfSubmissionRelationshipsCandidatesSchema(value: object): value is SubmissionRelationshipsCandidatesSchema;
|
|
30
|
+
export declare function SubmissionRelationshipsCandidatesSchemaFromJSON(json: any): SubmissionRelationshipsCandidatesSchema;
|
|
31
|
+
export declare function SubmissionRelationshipsCandidatesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsCandidatesSchema;
|
|
32
|
+
export declare function SubmissionRelationshipsCandidatesSchemaToJSON(json: any): SubmissionRelationshipsCandidatesSchema;
|
|
33
|
+
export declare function SubmissionRelationshipsCandidatesSchemaToJSONTyped(value?: SubmissionRelationshipsCandidatesSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=SubmissionRelationshipsCandidatesSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmissionRelationshipsCandidatesSchema.d.ts","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsCandidatesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gDAAgD,EAAE,MAAM,oDAAoD,CAAC;AAQ3H;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,gDAAgD,CAAC,CAAC;CAClE;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,CAQrJ;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,CASpK"}
|
|
@@ -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.instanceOfSubmissionRelationshipsCandidatesSchema = instanceOfSubmissionRelationshipsCandidatesSchema;
|
|
17
|
+
exports.SubmissionRelationshipsCandidatesSchemaFromJSON = SubmissionRelationshipsCandidatesSchemaFromJSON;
|
|
18
|
+
exports.SubmissionRelationshipsCandidatesSchemaFromJSONTyped = SubmissionRelationshipsCandidatesSchemaFromJSONTyped;
|
|
19
|
+
exports.SubmissionRelationshipsCandidatesSchemaToJSON = SubmissionRelationshipsCandidatesSchemaToJSON;
|
|
20
|
+
exports.SubmissionRelationshipsCandidatesSchemaToJSONTyped = SubmissionRelationshipsCandidatesSchemaToJSONTyped;
|
|
21
|
+
const SubmissionRelationshipsCandidatesSchemaDataInner_1 = require("./SubmissionRelationshipsCandidatesSchemaDataInner");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SubmissionRelationshipsCandidatesSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfSubmissionRelationshipsCandidatesSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function SubmissionRelationshipsCandidatesSchemaFromJSON(json) {
|
|
29
|
+
return SubmissionRelationshipsCandidatesSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function SubmissionRelationshipsCandidatesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (json['data'].map(SubmissionRelationshipsCandidatesSchemaDataInner_1.SubmissionRelationshipsCandidatesSchemaDataInnerFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function SubmissionRelationshipsCandidatesSchemaToJSON(json) {
|
|
40
|
+
return SubmissionRelationshipsCandidatesSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function SubmissionRelationshipsCandidatesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': value['data'] == null ? undefined : (value['data'].map(SubmissionRelationshipsCandidatesSchemaDataInner_1.SubmissionRelationshipsCandidatesSchemaDataInnerToJSON)),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=SubmissionRelationshipsCandidatesSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmissionRelationshipsCandidatesSchema.js","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsCandidatesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,8GAEC;AAED,0GAEC;AAED,oHAQC;AAED,sGAEC;AAED,gHASC;AAvDD,yHAK4D;AAgB5D;;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,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,2GAAwD,CAAC,CAAC;KAC1I,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,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,yGAAsD,CAAC,CAAC;KAC1I,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 SubmissionRelationshipsCandidatesSchemaDataInner
|
|
16
|
+
*/
|
|
17
|
+
export interface SubmissionRelationshipsCandidatesSchemaDataInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SubmissionRelationshipsCandidatesSchemaDataInner
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SubmissionRelationshipsCandidatesSchemaDataInner
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the SubmissionRelationshipsCandidatesSchemaDataInner interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfSubmissionRelationshipsCandidatesSchemaDataInner(value: object): value is SubmissionRelationshipsCandidatesSchemaDataInner;
|
|
35
|
+
export declare function SubmissionRelationshipsCandidatesSchemaDataInnerFromJSON(json: any): SubmissionRelationshipsCandidatesSchemaDataInner;
|
|
36
|
+
export declare function SubmissionRelationshipsCandidatesSchemaDataInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsCandidatesSchemaDataInner;
|
|
37
|
+
export declare function SubmissionRelationshipsCandidatesSchemaDataInnerToJSON(json: any): SubmissionRelationshipsCandidatesSchemaDataInner;
|
|
38
|
+
export declare function SubmissionRelationshipsCandidatesSchemaDataInnerToJSONTyped(value?: SubmissionRelationshipsCandidatesSchemaDataInner | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=SubmissionRelationshipsCandidatesSchemaDataInner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmissionRelationshipsCandidatesSchemaDataInner.d.ts","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsCandidatesSchemaDataInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,gDAAgD;IAC7D;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,0DAA0D,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gDAAgD,CAEnJ;AAED,wBAAgB,wDAAwD,CAAC,IAAI,EAAE,GAAG,GAAG,gDAAgD,CAEpI;AAED,wBAAgB,6DAA6D,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gDAAgD,CASvK;AAED,wBAAgB,sDAAsD,CAAC,IAAI,EAAE,GAAG,GAAG,gDAAgD,CAElI;AAED,wBAAgB,2DAA2D,CAAC,KAAK,CAAC,EAAE,gDAAgD,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtL"}
|
|
@@ -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.instanceOfSubmissionRelationshipsCandidatesSchemaDataInner = instanceOfSubmissionRelationshipsCandidatesSchemaDataInner;
|
|
17
|
+
exports.SubmissionRelationshipsCandidatesSchemaDataInnerFromJSON = SubmissionRelationshipsCandidatesSchemaDataInnerFromJSON;
|
|
18
|
+
exports.SubmissionRelationshipsCandidatesSchemaDataInnerFromJSONTyped = SubmissionRelationshipsCandidatesSchemaDataInnerFromJSONTyped;
|
|
19
|
+
exports.SubmissionRelationshipsCandidatesSchemaDataInnerToJSON = SubmissionRelationshipsCandidatesSchemaDataInnerToJSON;
|
|
20
|
+
exports.SubmissionRelationshipsCandidatesSchemaDataInnerToJSONTyped = SubmissionRelationshipsCandidatesSchemaDataInnerToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the SubmissionRelationshipsCandidatesSchemaDataInner interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfSubmissionRelationshipsCandidatesSchemaDataInner(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function SubmissionRelationshipsCandidatesSchemaDataInnerFromJSON(json) {
|
|
28
|
+
return SubmissionRelationshipsCandidatesSchemaDataInnerFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function SubmissionRelationshipsCandidatesSchemaDataInnerFromJSONTyped(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 SubmissionRelationshipsCandidatesSchemaDataInnerToJSON(json) {
|
|
40
|
+
return SubmissionRelationshipsCandidatesSchemaDataInnerToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function SubmissionRelationshipsCandidatesSchemaDataInnerToJSONTyped(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=SubmissionRelationshipsCandidatesSchemaDataInner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmissionRelationshipsCandidatesSchemaDataInner.js","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsCandidatesSchemaDataInner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,gIAEC;AAED,4HAEC;AAED,sIASC;AAED,wHAEC;AAED,kIAUC;AApCD;;GAEG;AACH,SAAgB,0DAA0D,CAAC,KAAa;IACpF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wDAAwD,CAAC,IAAS;IAC9E,OAAO,6DAA6D,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtF,CAAC;AAED,SAAgB,6DAA6D,CAAC,IAAS,EAAE,mBAA4B;IACjH,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,sDAAsD,CAAC,IAAS;IAC5E,OAAO,2DAA2D,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpF,CAAC;AAED,SAAgB,2DAA2D,CAAC,KAA+D,EAAE,sBAA+B,KAAK;IAC7K,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 { SubmissionRelationshipsFormsSchemaDataInner } from './SubmissionRelationshipsFormsSchemaDataInner';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SubmissionRelationshipsFormsSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface SubmissionRelationshipsFormsSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<SubmissionRelationshipsFormsSchemaDataInner>}
|
|
22
|
+
* @memberof SubmissionRelationshipsFormsSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: Array<SubmissionRelationshipsFormsSchemaDataInner>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the SubmissionRelationshipsFormsSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfSubmissionRelationshipsFormsSchema(value: object): value is SubmissionRelationshipsFormsSchema;
|
|
30
|
+
export declare function SubmissionRelationshipsFormsSchemaFromJSON(json: any): SubmissionRelationshipsFormsSchema;
|
|
31
|
+
export declare function SubmissionRelationshipsFormsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsFormsSchema;
|
|
32
|
+
export declare function SubmissionRelationshipsFormsSchemaToJSON(json: any): SubmissionRelationshipsFormsSchema;
|
|
33
|
+
export declare function SubmissionRelationshipsFormsSchemaToJSONTyped(value?: SubmissionRelationshipsFormsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=SubmissionRelationshipsFormsSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmissionRelationshipsFormsSchema.d.ts","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsFormsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,2CAA2C,EAAE,MAAM,+CAA+C,CAAC;AAQjH;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,2CAA2C,CAAC,CAAC;CAC7D;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,CAQ3I;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,CAS1J"}
|
|
@@ -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.instanceOfSubmissionRelationshipsFormsSchema = instanceOfSubmissionRelationshipsFormsSchema;
|
|
17
|
+
exports.SubmissionRelationshipsFormsSchemaFromJSON = SubmissionRelationshipsFormsSchemaFromJSON;
|
|
18
|
+
exports.SubmissionRelationshipsFormsSchemaFromJSONTyped = SubmissionRelationshipsFormsSchemaFromJSONTyped;
|
|
19
|
+
exports.SubmissionRelationshipsFormsSchemaToJSON = SubmissionRelationshipsFormsSchemaToJSON;
|
|
20
|
+
exports.SubmissionRelationshipsFormsSchemaToJSONTyped = SubmissionRelationshipsFormsSchemaToJSONTyped;
|
|
21
|
+
const SubmissionRelationshipsFormsSchemaDataInner_1 = require("./SubmissionRelationshipsFormsSchemaDataInner");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SubmissionRelationshipsFormsSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfSubmissionRelationshipsFormsSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function SubmissionRelationshipsFormsSchemaFromJSON(json) {
|
|
29
|
+
return SubmissionRelationshipsFormsSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function SubmissionRelationshipsFormsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (json['data'].map(SubmissionRelationshipsFormsSchemaDataInner_1.SubmissionRelationshipsFormsSchemaDataInnerFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function SubmissionRelationshipsFormsSchemaToJSON(json) {
|
|
40
|
+
return SubmissionRelationshipsFormsSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function SubmissionRelationshipsFormsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': value['data'] == null ? undefined : (value['data'].map(SubmissionRelationshipsFormsSchemaDataInner_1.SubmissionRelationshipsFormsSchemaDataInnerToJSON)),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=SubmissionRelationshipsFormsSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmissionRelationshipsFormsSchema.js","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsFormsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,oGAEC;AAED,gGAEC;AAED,0GAQC;AAED,4FAEC;AAED,sGASC;AAvDD,+GAKuD;AAgBvD;;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,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,iGAAmD,CAAC,CAAC;KACrI,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,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,+FAAiD,CAAC,CAAC;KACrI,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 SubmissionRelationshipsFormsSchemaDataInner
|
|
16
|
+
*/
|
|
17
|
+
export interface SubmissionRelationshipsFormsSchemaDataInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SubmissionRelationshipsFormsSchemaDataInner
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SubmissionRelationshipsFormsSchemaDataInner
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the SubmissionRelationshipsFormsSchemaDataInner interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfSubmissionRelationshipsFormsSchemaDataInner(value: object): value is SubmissionRelationshipsFormsSchemaDataInner;
|
|
35
|
+
export declare function SubmissionRelationshipsFormsSchemaDataInnerFromJSON(json: any): SubmissionRelationshipsFormsSchemaDataInner;
|
|
36
|
+
export declare function SubmissionRelationshipsFormsSchemaDataInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsFormsSchemaDataInner;
|
|
37
|
+
export declare function SubmissionRelationshipsFormsSchemaDataInnerToJSON(json: any): SubmissionRelationshipsFormsSchemaDataInner;
|
|
38
|
+
export declare function SubmissionRelationshipsFormsSchemaDataInnerToJSONTyped(value?: SubmissionRelationshipsFormsSchemaDataInner | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=SubmissionRelationshipsFormsSchemaDataInner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmissionRelationshipsFormsSchemaDataInner.d.ts","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsFormsSchemaDataInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,2CAA2C;IACxD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,qDAAqD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,2CAA2C,CAEzI;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,GAAG,2CAA2C,CAE1H;AAED,wBAAgB,wDAAwD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2CAA2C,CAS7J;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,GAAG,2CAA2C,CAExH;AAED,wBAAgB,sDAAsD,CAAC,KAAK,CAAC,EAAE,2CAA2C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5K"}
|
|
@@ -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.instanceOfSubmissionRelationshipsFormsSchemaDataInner = instanceOfSubmissionRelationshipsFormsSchemaDataInner;
|
|
17
|
+
exports.SubmissionRelationshipsFormsSchemaDataInnerFromJSON = SubmissionRelationshipsFormsSchemaDataInnerFromJSON;
|
|
18
|
+
exports.SubmissionRelationshipsFormsSchemaDataInnerFromJSONTyped = SubmissionRelationshipsFormsSchemaDataInnerFromJSONTyped;
|
|
19
|
+
exports.SubmissionRelationshipsFormsSchemaDataInnerToJSON = SubmissionRelationshipsFormsSchemaDataInnerToJSON;
|
|
20
|
+
exports.SubmissionRelationshipsFormsSchemaDataInnerToJSONTyped = SubmissionRelationshipsFormsSchemaDataInnerToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the SubmissionRelationshipsFormsSchemaDataInner interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfSubmissionRelationshipsFormsSchemaDataInner(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function SubmissionRelationshipsFormsSchemaDataInnerFromJSON(json) {
|
|
28
|
+
return SubmissionRelationshipsFormsSchemaDataInnerFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function SubmissionRelationshipsFormsSchemaDataInnerFromJSONTyped(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 SubmissionRelationshipsFormsSchemaDataInnerToJSON(json) {
|
|
40
|
+
return SubmissionRelationshipsFormsSchemaDataInnerToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function SubmissionRelationshipsFormsSchemaDataInnerToJSONTyped(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=SubmissionRelationshipsFormsSchemaDataInner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmissionRelationshipsFormsSchemaDataInner.js","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsFormsSchemaDataInner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,sHAEC;AAED,kHAEC;AAED,4HASC;AAED,8GAEC;AAED,wHAUC;AApCD;;GAEG;AACH,SAAgB,qDAAqD,CAAC,KAAa;IAC/E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,mDAAmD,CAAC,IAAS;IACzE,OAAO,wDAAwD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjF,CAAC;AAED,SAAgB,wDAAwD,CAAC,IAAS,EAAE,mBAA4B;IAC5G,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,iDAAiD,CAAC,IAAS;IACvE,OAAO,sDAAsD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/E,CAAC;AAED,SAAgB,sDAAsD,CAAC,KAA0D,EAAE,sBAA+B,KAAK;IACnK,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 { SubmissionRelationshipsJobsSchemaDataInner } from './SubmissionRelationshipsJobsSchemaDataInner';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SubmissionRelationshipsJobsSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface SubmissionRelationshipsJobsSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<SubmissionRelationshipsJobsSchemaDataInner>}
|
|
22
|
+
* @memberof SubmissionRelationshipsJobsSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: Array<SubmissionRelationshipsJobsSchemaDataInner>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the SubmissionRelationshipsJobsSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfSubmissionRelationshipsJobsSchema(value: object): value is SubmissionRelationshipsJobsSchema;
|
|
30
|
+
export declare function SubmissionRelationshipsJobsSchemaFromJSON(json: any): SubmissionRelationshipsJobsSchema;
|
|
31
|
+
export declare function SubmissionRelationshipsJobsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsJobsSchema;
|
|
32
|
+
export declare function SubmissionRelationshipsJobsSchemaToJSON(json: any): SubmissionRelationshipsJobsSchema;
|
|
33
|
+
export declare function SubmissionRelationshipsJobsSchemaToJSONTyped(value?: SubmissionRelationshipsJobsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=SubmissionRelationshipsJobsSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmissionRelationshipsJobsSchema.d.ts","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsJobsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAC;AAQ/G;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,0CAA0C,CAAC,CAAC;CAC5D;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,CAQzI;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,CASxJ"}
|
|
@@ -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.instanceOfSubmissionRelationshipsJobsSchema = instanceOfSubmissionRelationshipsJobsSchema;
|
|
17
|
+
exports.SubmissionRelationshipsJobsSchemaFromJSON = SubmissionRelationshipsJobsSchemaFromJSON;
|
|
18
|
+
exports.SubmissionRelationshipsJobsSchemaFromJSONTyped = SubmissionRelationshipsJobsSchemaFromJSONTyped;
|
|
19
|
+
exports.SubmissionRelationshipsJobsSchemaToJSON = SubmissionRelationshipsJobsSchemaToJSON;
|
|
20
|
+
exports.SubmissionRelationshipsJobsSchemaToJSONTyped = SubmissionRelationshipsJobsSchemaToJSONTyped;
|
|
21
|
+
const SubmissionRelationshipsJobsSchemaDataInner_1 = require("./SubmissionRelationshipsJobsSchemaDataInner");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SubmissionRelationshipsJobsSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfSubmissionRelationshipsJobsSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function SubmissionRelationshipsJobsSchemaFromJSON(json) {
|
|
29
|
+
return SubmissionRelationshipsJobsSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function SubmissionRelationshipsJobsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (json['data'].map(SubmissionRelationshipsJobsSchemaDataInner_1.SubmissionRelationshipsJobsSchemaDataInnerFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function SubmissionRelationshipsJobsSchemaToJSON(json) {
|
|
40
|
+
return SubmissionRelationshipsJobsSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function SubmissionRelationshipsJobsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': value['data'] == null ? undefined : (value['data'].map(SubmissionRelationshipsJobsSchemaDataInner_1.SubmissionRelationshipsJobsSchemaDataInnerToJSON)),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=SubmissionRelationshipsJobsSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmissionRelationshipsJobsSchema.js","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsJobsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,kGAEC;AAED,8FAEC;AAED,wGAQC;AAED,0FAEC;AAED,oGASC;AAvDD,6GAKsD;AAgBtD;;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,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,+FAAkD,CAAC,CAAC;KACpI,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,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,6FAAgD,CAAC,CAAC;KACpI,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 SubmissionRelationshipsJobsSchemaDataInner
|
|
16
|
+
*/
|
|
17
|
+
export interface SubmissionRelationshipsJobsSchemaDataInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SubmissionRelationshipsJobsSchemaDataInner
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SubmissionRelationshipsJobsSchemaDataInner
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the SubmissionRelationshipsJobsSchemaDataInner interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfSubmissionRelationshipsJobsSchemaDataInner(value: object): value is SubmissionRelationshipsJobsSchemaDataInner;
|
|
35
|
+
export declare function SubmissionRelationshipsJobsSchemaDataInnerFromJSON(json: any): SubmissionRelationshipsJobsSchemaDataInner;
|
|
36
|
+
export declare function SubmissionRelationshipsJobsSchemaDataInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsJobsSchemaDataInner;
|
|
37
|
+
export declare function SubmissionRelationshipsJobsSchemaDataInnerToJSON(json: any): SubmissionRelationshipsJobsSchemaDataInner;
|
|
38
|
+
export declare function SubmissionRelationshipsJobsSchemaDataInnerToJSONTyped(value?: SubmissionRelationshipsJobsSchemaDataInner | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=SubmissionRelationshipsJobsSchemaDataInner.d.ts.map
|