@smartytalent/api-client 0.1.19 → 0.1.20
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/FeedbacksApi.d.ts +163 -0
- package/dist/apis/FeedbacksApi.d.ts.map +1 -0
- package/dist/apis/FeedbacksApi.js +379 -0
- package/dist/apis/FeedbacksApi.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/CreateFeedbackRequestBody.d.ts +34 -0
- package/dist/models/CreateFeedbackRequestBody.d.ts.map +1 -0
- package/dist/models/CreateFeedbackRequestBody.js +52 -0
- package/dist/models/CreateFeedbackRequestBody.js.map +1 -0
- package/dist/models/CreateFeedbackRequestBodyData.d.ts +54 -0
- package/dist/models/CreateFeedbackRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateFeedbackRequestBodyData.js +66 -0
- package/dist/models/CreateFeedbackRequestBodyData.js.map +1 -0
- package/dist/models/FeedbackAttributesSchema.d.ts +148 -0
- package/dist/models/FeedbackAttributesSchema.d.ts.map +1 -0
- package/dist/models/FeedbackAttributesSchema.js +108 -0
- package/dist/models/FeedbackAttributesSchema.js.map +1 -0
- package/dist/models/FeedbackAttributesSchemaLinksInner.d.ts +39 -0
- package/dist/models/FeedbackAttributesSchemaLinksInner.d.ts.map +1 -0
- package/dist/models/FeedbackAttributesSchemaLinksInner.js +51 -0
- package/dist/models/FeedbackAttributesSchemaLinksInner.js.map +1 -0
- package/dist/models/FeedbackAttributesSchemaSignature.d.ts +45 -0
- package/dist/models/FeedbackAttributesSchemaSignature.d.ts.map +1 -0
- package/dist/models/FeedbackAttributesSchemaSignature.js +53 -0
- package/dist/models/FeedbackAttributesSchemaSignature.js.map +1 -0
- package/dist/models/FeedbackRelationshipsJobsSchema.d.ts +34 -0
- package/dist/models/FeedbackRelationshipsJobsSchema.d.ts.map +1 -0
- package/dist/models/FeedbackRelationshipsJobsSchema.js +50 -0
- package/dist/models/FeedbackRelationshipsJobsSchema.js.map +1 -0
- package/dist/models/FeedbackRelationshipsJobsSchemaData.d.ts +39 -0
- package/dist/models/FeedbackRelationshipsJobsSchemaData.d.ts.map +1 -0
- package/dist/models/FeedbackRelationshipsJobsSchemaData.js +51 -0
- package/dist/models/FeedbackRelationshipsJobsSchemaData.js.map +1 -0
- package/dist/models/FeedbackRelationshipsSchema.d.ts +34 -0
- package/dist/models/FeedbackRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/FeedbackRelationshipsSchema.js +50 -0
- package/dist/models/FeedbackRelationshipsSchema.js.map +1 -0
- package/dist/models/FeedbackResourceSchema.d.ts +75 -0
- package/dist/models/FeedbackResourceSchema.d.ts.map +1 -0
- package/dist/models/FeedbackResourceSchema.js +75 -0
- package/dist/models/FeedbackResourceSchema.js.map +1 -0
- package/dist/models/FeedbackSchema.d.ts +49 -0
- package/dist/models/FeedbackSchema.d.ts.map +1 -0
- package/dist/models/FeedbackSchema.js +55 -0
- package/dist/models/FeedbackSchema.js.map +1 -0
- package/dist/models/FeedbacksSchema.d.ts +48 -0
- package/dist/models/FeedbacksSchema.d.ts.map +1 -0
- package/dist/models/FeedbacksSchema.js +56 -0
- package/dist/models/FeedbacksSchema.js.map +1 -0
- package/dist/models/UpdateFeedbackRequestBody.d.ts +34 -0
- package/dist/models/UpdateFeedbackRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateFeedbackRequestBody.js +52 -0
- package/dist/models/UpdateFeedbackRequestBody.js.map +1 -0
- package/dist/models/UpdateFeedbackRequestBodyData.d.ts +60 -0
- package/dist/models/UpdateFeedbackRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateFeedbackRequestBodyData.js +70 -0
- package/dist/models/UpdateFeedbackRequestBodyData.js.map +1 -0
- package/dist/models/index.d.ts +13 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +13 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,53 @@
|
|
|
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.instanceOfFeedbackAttributesSchemaSignature = instanceOfFeedbackAttributesSchemaSignature;
|
|
17
|
+
exports.FeedbackAttributesSchemaSignatureFromJSON = FeedbackAttributesSchemaSignatureFromJSON;
|
|
18
|
+
exports.FeedbackAttributesSchemaSignatureFromJSONTyped = FeedbackAttributesSchemaSignatureFromJSONTyped;
|
|
19
|
+
exports.FeedbackAttributesSchemaSignatureToJSON = FeedbackAttributesSchemaSignatureToJSON;
|
|
20
|
+
exports.FeedbackAttributesSchemaSignatureToJSONTyped = FeedbackAttributesSchemaSignatureToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the FeedbackAttributesSchemaSignature interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfFeedbackAttributesSchemaSignature(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function FeedbackAttributesSchemaSignatureFromJSON(json) {
|
|
28
|
+
return FeedbackAttributesSchemaSignatureFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function FeedbackAttributesSchemaSignatureFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
36
|
+
'title': json['title'] == null ? undefined : json['title'],
|
|
37
|
+
'company': json['company'] == null ? undefined : json['company'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function FeedbackAttributesSchemaSignatureToJSON(json) {
|
|
41
|
+
return FeedbackAttributesSchemaSignatureToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function FeedbackAttributesSchemaSignatureToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'name': value['name'],
|
|
49
|
+
'title': value['title'],
|
|
50
|
+
'company': value['company'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=FeedbackAttributesSchemaSignature.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeedbackAttributesSchemaSignature.js","sourceRoot":"","sources":["../../src/models/FeedbackAttributesSchemaSignature.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAgCH,kGAEC;AAED,8FAEC;AAED,wGAUC;AAED,0FAEC;AAED,oGAWC;AAtCD;;GAEG;AACH,SAAgB,2CAA2C,CAAC,KAAa;IACrE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS,EAAE,mBAA4B;IAClG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;KACnE,CAAC;AACN,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,4CAA4C,CAAC,KAAgD,EAAE,sBAA+B,KAAK;IAC/I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;KAC9B,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 { FeedbackRelationshipsJobsSchemaData } from './FeedbackRelationshipsJobsSchemaData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface FeedbackRelationshipsJobsSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface FeedbackRelationshipsJobsSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {FeedbackRelationshipsJobsSchemaData}
|
|
22
|
+
* @memberof FeedbackRelationshipsJobsSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: FeedbackRelationshipsJobsSchemaData;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the FeedbackRelationshipsJobsSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfFeedbackRelationshipsJobsSchema(value: object): value is FeedbackRelationshipsJobsSchema;
|
|
30
|
+
export declare function FeedbackRelationshipsJobsSchemaFromJSON(json: any): FeedbackRelationshipsJobsSchema;
|
|
31
|
+
export declare function FeedbackRelationshipsJobsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FeedbackRelationshipsJobsSchema;
|
|
32
|
+
export declare function FeedbackRelationshipsJobsSchemaToJSON(json: any): FeedbackRelationshipsJobsSchema;
|
|
33
|
+
export declare function FeedbackRelationshipsJobsSchemaToJSONTyped(value?: FeedbackRelationshipsJobsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=FeedbackRelationshipsJobsSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeedbackRelationshipsJobsSchema.d.ts","sourceRoot":"","sources":["../../src/models/FeedbackRelationshipsJobsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAQjG;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,IAAI,CAAC,EAAE,mCAAmC,CAAC;CAC9C;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.instanceOfFeedbackRelationshipsJobsSchema = instanceOfFeedbackRelationshipsJobsSchema;
|
|
17
|
+
exports.FeedbackRelationshipsJobsSchemaFromJSON = FeedbackRelationshipsJobsSchemaFromJSON;
|
|
18
|
+
exports.FeedbackRelationshipsJobsSchemaFromJSONTyped = FeedbackRelationshipsJobsSchemaFromJSONTyped;
|
|
19
|
+
exports.FeedbackRelationshipsJobsSchemaToJSON = FeedbackRelationshipsJobsSchemaToJSON;
|
|
20
|
+
exports.FeedbackRelationshipsJobsSchemaToJSONTyped = FeedbackRelationshipsJobsSchemaToJSONTyped;
|
|
21
|
+
const FeedbackRelationshipsJobsSchemaData_1 = require("./FeedbackRelationshipsJobsSchemaData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the FeedbackRelationshipsJobsSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfFeedbackRelationshipsJobsSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function FeedbackRelationshipsJobsSchemaFromJSON(json) {
|
|
29
|
+
return FeedbackRelationshipsJobsSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function FeedbackRelationshipsJobsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, FeedbackRelationshipsJobsSchemaData_1.FeedbackRelationshipsJobsSchemaDataFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function FeedbackRelationshipsJobsSchemaToJSON(json) {
|
|
40
|
+
return FeedbackRelationshipsJobsSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function FeedbackRelationshipsJobsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, FeedbackRelationshipsJobsSchemaData_1.FeedbackRelationshipsJobsSchemaDataToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=FeedbackRelationshipsJobsSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeedbackRelationshipsJobsSchema.js","sourceRoot":"","sources":["../../src/models/FeedbackRelationshipsJobsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,8FAEC;AAED,0FAEC;AAED,oGAQC;AAED,sFAEC;AAED,gGASC;AAvDD,+FAK+C;AAgB/C;;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,IAAA,iFAA2C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACvG,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,IAAA,+EAAyC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACnE,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 FeedbackRelationshipsJobsSchemaData
|
|
16
|
+
*/
|
|
17
|
+
export interface FeedbackRelationshipsJobsSchemaData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof FeedbackRelationshipsJobsSchemaData
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof FeedbackRelationshipsJobsSchemaData
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the FeedbackRelationshipsJobsSchemaData interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfFeedbackRelationshipsJobsSchemaData(value: object): value is FeedbackRelationshipsJobsSchemaData;
|
|
35
|
+
export declare function FeedbackRelationshipsJobsSchemaDataFromJSON(json: any): FeedbackRelationshipsJobsSchemaData;
|
|
36
|
+
export declare function FeedbackRelationshipsJobsSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): FeedbackRelationshipsJobsSchemaData;
|
|
37
|
+
export declare function FeedbackRelationshipsJobsSchemaDataToJSON(json: any): FeedbackRelationshipsJobsSchemaData;
|
|
38
|
+
export declare function FeedbackRelationshipsJobsSchemaDataToJSONTyped(value?: FeedbackRelationshipsJobsSchemaData | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=FeedbackRelationshipsJobsSchemaData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeedbackRelationshipsJobsSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/FeedbackRelationshipsJobsSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,6CAA6C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mCAAmC,CAEzH;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAE1G;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mCAAmC,CAS7I;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAExG;AAED,wBAAgB,8CAA8C,CAAC,KAAK,CAAC,EAAE,mCAAmC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5J"}
|
|
@@ -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.instanceOfFeedbackRelationshipsJobsSchemaData = instanceOfFeedbackRelationshipsJobsSchemaData;
|
|
17
|
+
exports.FeedbackRelationshipsJobsSchemaDataFromJSON = FeedbackRelationshipsJobsSchemaDataFromJSON;
|
|
18
|
+
exports.FeedbackRelationshipsJobsSchemaDataFromJSONTyped = FeedbackRelationshipsJobsSchemaDataFromJSONTyped;
|
|
19
|
+
exports.FeedbackRelationshipsJobsSchemaDataToJSON = FeedbackRelationshipsJobsSchemaDataToJSON;
|
|
20
|
+
exports.FeedbackRelationshipsJobsSchemaDataToJSONTyped = FeedbackRelationshipsJobsSchemaDataToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the FeedbackRelationshipsJobsSchemaData interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfFeedbackRelationshipsJobsSchemaData(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function FeedbackRelationshipsJobsSchemaDataFromJSON(json) {
|
|
28
|
+
return FeedbackRelationshipsJobsSchemaDataFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function FeedbackRelationshipsJobsSchemaDataFromJSONTyped(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 FeedbackRelationshipsJobsSchemaDataToJSON(json) {
|
|
40
|
+
return FeedbackRelationshipsJobsSchemaDataToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function FeedbackRelationshipsJobsSchemaDataToJSONTyped(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=FeedbackRelationshipsJobsSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeedbackRelationshipsJobsSchemaData.js","sourceRoot":"","sources":["../../src/models/FeedbackRelationshipsJobsSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,sGAEC;AAED,kGAEC;AAED,4GASC;AAED,8FAEC;AAED,wGAUC;AApCD;;GAEG;AACH,SAAgB,6CAA6C,CAAC,KAAa;IACvE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS,EAAE,mBAA4B;IACpG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,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,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,KAAkD,EAAE,sBAA+B,KAAK;IACnJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { FeedbackRelationshipsJobsSchema } from './FeedbackRelationshipsJobsSchema';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface FeedbackRelationshipsSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface FeedbackRelationshipsSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {FeedbackRelationshipsJobsSchema}
|
|
22
|
+
* @memberof FeedbackRelationshipsSchema
|
|
23
|
+
*/
|
|
24
|
+
jobs?: FeedbackRelationshipsJobsSchema;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the FeedbackRelationshipsSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfFeedbackRelationshipsSchema(value: object): value is FeedbackRelationshipsSchema;
|
|
30
|
+
export declare function FeedbackRelationshipsSchemaFromJSON(json: any): FeedbackRelationshipsSchema;
|
|
31
|
+
export declare function FeedbackRelationshipsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FeedbackRelationshipsSchema;
|
|
32
|
+
export declare function FeedbackRelationshipsSchemaToJSON(json: any): FeedbackRelationshipsSchema;
|
|
33
|
+
export declare function FeedbackRelationshipsSchemaToJSONTyped(value?: FeedbackRelationshipsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=FeedbackRelationshipsSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeedbackRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/FeedbackRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAQzF;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,IAAI,CAAC,EAAE,+BAA+B,CAAC;CAC1C;AAED;;GAEG;AACH,wBAAgB,qCAAqC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,2BAA2B,CAEzG;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAE1F;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2BAA2B,CAQ7H;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAExF;AAED,wBAAgB,sCAAsC,CAAC,KAAK,CAAC,EAAE,2BAA2B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS5I"}
|
|
@@ -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.instanceOfFeedbackRelationshipsSchema = instanceOfFeedbackRelationshipsSchema;
|
|
17
|
+
exports.FeedbackRelationshipsSchemaFromJSON = FeedbackRelationshipsSchemaFromJSON;
|
|
18
|
+
exports.FeedbackRelationshipsSchemaFromJSONTyped = FeedbackRelationshipsSchemaFromJSONTyped;
|
|
19
|
+
exports.FeedbackRelationshipsSchemaToJSON = FeedbackRelationshipsSchemaToJSON;
|
|
20
|
+
exports.FeedbackRelationshipsSchemaToJSONTyped = FeedbackRelationshipsSchemaToJSONTyped;
|
|
21
|
+
const FeedbackRelationshipsJobsSchema_1 = require("./FeedbackRelationshipsJobsSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the FeedbackRelationshipsSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfFeedbackRelationshipsSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function FeedbackRelationshipsSchemaFromJSON(json) {
|
|
29
|
+
return FeedbackRelationshipsSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function FeedbackRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'jobs': json['jobs'] == null ? undefined : (0, FeedbackRelationshipsJobsSchema_1.FeedbackRelationshipsJobsSchemaFromJSON)(json['jobs']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function FeedbackRelationshipsSchemaToJSON(json) {
|
|
40
|
+
return FeedbackRelationshipsSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function FeedbackRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'jobs': (0, FeedbackRelationshipsJobsSchema_1.FeedbackRelationshipsJobsSchemaToJSON)(value['jobs']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=FeedbackRelationshipsSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeedbackRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/FeedbackRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,sFAEC;AAED,kFAEC;AAED,4FAQC;AAED,8EAEC;AAED,wFASC;AAvDD,uFAK2C;AAgB3C;;GAEG;AACH,SAAgB,qCAAqC,CAAC,KAAa;IAC/D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS,EAAE,mBAA4B;IAC5F,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,yEAAuC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACnG,CAAC;AACN,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,SAAgB,sCAAsC,CAAC,KAA0C,EAAE,sBAA+B,KAAK;IACnI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,uEAAqC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC/D,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 { ResourceLinksSchema } from './ResourceLinksSchema';
|
|
13
|
+
import type { FeedbackAttributesSchema } from './FeedbackAttributesSchema';
|
|
14
|
+
import type { FeedbackRelationshipsSchema } from './FeedbackRelationshipsSchema';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface FeedbackResourceSchema
|
|
19
|
+
*/
|
|
20
|
+
export interface FeedbackResourceSchema {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {FeedbackResourceSchemaTypeEnum}
|
|
24
|
+
* @memberof FeedbackResourceSchema
|
|
25
|
+
*/
|
|
26
|
+
type: FeedbackResourceSchemaTypeEnum;
|
|
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 FeedbackResourceSchema
|
|
31
|
+
*/
|
|
32
|
+
id: string;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {FeedbackAttributesSchema}
|
|
36
|
+
* @memberof FeedbackResourceSchema
|
|
37
|
+
*/
|
|
38
|
+
attributes: FeedbackAttributesSchema;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {FeedbackRelationshipsSchema}
|
|
42
|
+
* @memberof FeedbackResourceSchema
|
|
43
|
+
*/
|
|
44
|
+
relationships?: FeedbackRelationshipsSchema;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {ResourceLinksSchema}
|
|
48
|
+
* @memberof FeedbackResourceSchema
|
|
49
|
+
*/
|
|
50
|
+
links?: ResourceLinksSchema;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {{ [key: string]: any; }}
|
|
54
|
+
* @memberof FeedbackResourceSchema
|
|
55
|
+
*/
|
|
56
|
+
meta?: {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* @export
|
|
62
|
+
*/
|
|
63
|
+
export declare const FeedbackResourceSchemaTypeEnum: {
|
|
64
|
+
readonly Feedbacks: "feedbacks";
|
|
65
|
+
};
|
|
66
|
+
export type FeedbackResourceSchemaTypeEnum = typeof FeedbackResourceSchemaTypeEnum[keyof typeof FeedbackResourceSchemaTypeEnum];
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the FeedbackResourceSchema interface.
|
|
69
|
+
*/
|
|
70
|
+
export declare function instanceOfFeedbackResourceSchema(value: object): value is FeedbackResourceSchema;
|
|
71
|
+
export declare function FeedbackResourceSchemaFromJSON(json: any): FeedbackResourceSchema;
|
|
72
|
+
export declare function FeedbackResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FeedbackResourceSchema;
|
|
73
|
+
export declare function FeedbackResourceSchemaToJSON(json: any): FeedbackResourceSchema;
|
|
74
|
+
export declare function FeedbackResourceSchemaToJSONTyped(value?: FeedbackResourceSchema | null, ignoreDiscriminator?: boolean): any;
|
|
75
|
+
//# sourceMappingURL=FeedbackResourceSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeedbackResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/FeedbackResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAO3E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAQjF;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,EAAE,8BAA8B,CAAC;IACrC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,wBAAwB,CAAC;IACrC;;;;OAIG;IACH,aAAa,CAAC,EAAE,2BAA2B,CAAC;IAC5C;;;;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,8BAA8B;;CAEjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAGhI;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAK/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAanH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,sBAAsB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAclI"}
|
|
@@ -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.FeedbackResourceSchemaTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfFeedbackResourceSchema = instanceOfFeedbackResourceSchema;
|
|
18
|
+
exports.FeedbackResourceSchemaFromJSON = FeedbackResourceSchemaFromJSON;
|
|
19
|
+
exports.FeedbackResourceSchemaFromJSONTyped = FeedbackResourceSchemaFromJSONTyped;
|
|
20
|
+
exports.FeedbackResourceSchemaToJSON = FeedbackResourceSchemaToJSON;
|
|
21
|
+
exports.FeedbackResourceSchemaToJSONTyped = FeedbackResourceSchemaToJSONTyped;
|
|
22
|
+
const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
|
|
23
|
+
const FeedbackAttributesSchema_1 = require("./FeedbackAttributesSchema");
|
|
24
|
+
const FeedbackRelationshipsSchema_1 = require("./FeedbackRelationshipsSchema");
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
exports.FeedbackResourceSchemaTypeEnum = {
|
|
29
|
+
Feedbacks: 'feedbacks'
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the FeedbackResourceSchema interface.
|
|
33
|
+
*/
|
|
34
|
+
function instanceOfFeedbackResourceSchema(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 FeedbackResourceSchemaFromJSON(json) {
|
|
44
|
+
return FeedbackResourceSchemaFromJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function FeedbackResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
47
|
+
if (json == null) {
|
|
48
|
+
return json;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'type': json['type'],
|
|
52
|
+
'id': json['id'],
|
|
53
|
+
'attributes': (0, FeedbackAttributesSchema_1.FeedbackAttributesSchemaFromJSON)(json['attributes']),
|
|
54
|
+
'relationships': json['relationships'] == null ? undefined : (0, FeedbackRelationshipsSchema_1.FeedbackRelationshipsSchemaFromJSON)(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 FeedbackResourceSchemaToJSON(json) {
|
|
60
|
+
return FeedbackResourceSchemaToJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
function FeedbackResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
63
|
+
if (value == null) {
|
|
64
|
+
return value;
|
|
65
|
+
}
|
|
66
|
+
return {
|
|
67
|
+
'type': value['type'],
|
|
68
|
+
'id': value['id'],
|
|
69
|
+
'attributes': (0, FeedbackAttributesSchema_1.FeedbackAttributesSchemaToJSON)(value['attributes']),
|
|
70
|
+
'relationships': (0, FeedbackRelationshipsSchema_1.FeedbackRelationshipsSchemaToJSON)(value['relationships']),
|
|
71
|
+
'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
|
|
72
|
+
'meta': value['meta'],
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
//# sourceMappingURL=FeedbackResourceSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeedbackResourceSchema.js","sourceRoot":"","sources":["../../src/models/FeedbackResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkFH,4EAKC;AAED,wEAEC;AAED,kFAaC;AAED,oEAEC;AAED,8EAcC;AA1HD,+DAK+B;AAE/B,yEAKoC;AAEpC,+EAKuC;AA+CvC;;GAEG;AACU,QAAA,8BAA8B,GAAG;IAC1C,SAAS,EAAE,WAAW;CAChB,CAAC;AAIX;;GAEG;AACH,SAAgB,gCAAgC,CAAC,KAAa;IAC1D,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,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,YAAY,EAAE,IAAA,2DAAgC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAClE,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iEAAmC,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QACvH,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,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,KAAqC,EAAE,sBAA+B,KAAK;IACzH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,yDAA8B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACjE,eAAe,EAAE,IAAA,+DAAiC,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QAC1E,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 { ResourceLinksSchema } from './ResourceLinksSchema';
|
|
13
|
+
import type { FeedbackResourceSchema } from './FeedbackResourceSchema';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface FeedbackSchema
|
|
18
|
+
*/
|
|
19
|
+
export interface FeedbackSchema {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {FeedbackResourceSchema}
|
|
23
|
+
* @memberof FeedbackSchema
|
|
24
|
+
*/
|
|
25
|
+
data?: FeedbackResourceSchema;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ResourceLinksSchema}
|
|
29
|
+
* @memberof FeedbackSchema
|
|
30
|
+
*/
|
|
31
|
+
links?: ResourceLinksSchema;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {{ [key: string]: any; }}
|
|
35
|
+
* @memberof FeedbackSchema
|
|
36
|
+
*/
|
|
37
|
+
meta?: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Check if a given object implements the FeedbackSchema interface.
|
|
43
|
+
*/
|
|
44
|
+
export declare function instanceOfFeedbackSchema(value: object): value is FeedbackSchema;
|
|
45
|
+
export declare function FeedbackSchemaFromJSON(json: any): FeedbackSchema;
|
|
46
|
+
export declare function FeedbackSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FeedbackSchema;
|
|
47
|
+
export declare function FeedbackSchemaToJSON(json: any): FeedbackSchema;
|
|
48
|
+
export declare function FeedbackSchemaToJSONTyped(value?: FeedbackSchema | null, ignoreDiscriminator?: boolean): any;
|
|
49
|
+
//# sourceMappingURL=FeedbackSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeedbackSchema.d.ts","sourceRoot":"","sources":["../../src/models/FeedbackSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAQvE;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,IAAI,CAAC,EAAE,sBAAsB,CAAC;IAC9B;;;;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,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,cAAc,CAE/E;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAUnG;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAE9D;AAED,wBAAgB,yBAAyB,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWlH"}
|
|
@@ -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.instanceOfFeedbackSchema = instanceOfFeedbackSchema;
|
|
17
|
+
exports.FeedbackSchemaFromJSON = FeedbackSchemaFromJSON;
|
|
18
|
+
exports.FeedbackSchemaFromJSONTyped = FeedbackSchemaFromJSONTyped;
|
|
19
|
+
exports.FeedbackSchemaToJSON = FeedbackSchemaToJSON;
|
|
20
|
+
exports.FeedbackSchemaToJSONTyped = FeedbackSchemaToJSONTyped;
|
|
21
|
+
const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
|
|
22
|
+
const FeedbackResourceSchema_1 = require("./FeedbackResourceSchema");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the FeedbackSchema interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfFeedbackSchema(value) {
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function FeedbackSchemaFromJSON(json) {
|
|
30
|
+
return FeedbackSchemaFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function FeedbackSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'data': json['data'] == null ? undefined : (0, FeedbackResourceSchema_1.FeedbackResourceSchemaFromJSON)(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 FeedbackSchemaToJSON(json) {
|
|
43
|
+
return FeedbackSchemaToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function FeedbackSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'data': (0, FeedbackResourceSchema_1.FeedbackResourceSchemaToJSON)(value['data']),
|
|
51
|
+
'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
|
|
52
|
+
'meta': value['meta'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=FeedbackSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeedbackSchema.js","sourceRoot":"","sources":["../../src/models/FeedbackSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,4DAEC;AAED,wDAEC;AAED,kEAUC;AAED,oDAEC;AAED,8DAWC;AA9ED,+DAK+B;AAE/B,qEAKkC;AA4BlC;;GAEG;AACH,SAAgB,wBAAwB,CAAC,KAAa;IAClD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS,EAAE,mBAA4B;IAC/E,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,uDAA8B,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACvF,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,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAED,SAAgB,yBAAyB,CAAC,KAA6B,EAAE,sBAA+B,KAAK;IACzG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,qDAA4B,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QACnD,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|