@smartytalent/api-client 0.1.33-dev.28 → 0.1.33-dev.29
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/AggregatesApi.d.ts +1 -0
- package/dist/apis/AggregatesApi.d.ts.map +1 -1
- package/dist/apis/AggregatesApi.js +1 -0
- package/dist/apis/AggregatesApi.js.map +1 -1
- package/dist/apis/CORSApi.d.ts +49 -0
- package/dist/apis/CORSApi.d.ts.map +1 -0
- package/dist/apis/CORSApi.js +135 -0
- package/dist/apis/CORSApi.js.map +1 -0
- package/dist/apis/CallsApi.d.ts +3 -0
- package/dist/apis/CallsApi.d.ts.map +1 -1
- package/dist/apis/CallsApi.js +9 -0
- package/dist/apis/CallsApi.js.map +1 -1
- package/dist/apis/CandidatesApi.d.ts +2 -2
- package/dist/apis/CandidatesApi.js +2 -2
- package/dist/apis/CommentsApi.d.ts +152 -0
- package/dist/apis/CommentsApi.d.ts.map +1 -0
- package/dist/apis/CommentsApi.js +346 -0
- package/dist/apis/CommentsApi.js.map +1 -0
- package/dist/apis/JobsApi.d.ts +2 -2
- package/dist/apis/JobsApi.js +2 -2
- package/dist/apis/MeetingsApi.d.ts +4 -4
- package/dist/apis/MeetingsApi.js +4 -4
- package/dist/apis/StatesApi.d.ts +1 -0
- package/dist/apis/StatesApi.d.ts.map +1 -1
- package/dist/apis/StatesApi.js +1 -0
- package/dist/apis/StatesApi.js.map +1 -1
- package/dist/apis/SubmissionsApi.d.ts +4 -4
- package/dist/apis/SubmissionsApi.js +4 -4
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.d.ts.map +1 -1
- package/dist/apis/index.js +2 -0
- package/dist/apis/index.js.map +1 -1
- package/dist/models/CommentAttributesSchema.d.ts +109 -0
- package/dist/models/CommentAttributesSchema.d.ts.map +1 -0
- package/dist/models/CommentAttributesSchema.js +87 -0
- package/dist/models/CommentAttributesSchema.js.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchema.d.ts +34 -0
- package/dist/models/CommentRelationshipsAuthorSchema.d.ts.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchema.js +50 -0
- package/dist/models/CommentRelationshipsAuthorSchema.js.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.d.ts +46 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.d.ts.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.js +58 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.js.map +1 -0
- package/dist/models/CommentRelationshipsSchema.d.ts +38 -0
- package/dist/models/CommentRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/CommentRelationshipsSchema.js +50 -0
- package/dist/models/CommentRelationshipsSchema.js.map +1 -0
- package/dist/models/CommentResourceSchema.d.ts +75 -0
- package/dist/models/CommentResourceSchema.d.ts.map +1 -0
- package/dist/models/CommentResourceSchema.js +75 -0
- package/dist/models/CommentResourceSchema.js.map +1 -0
- package/dist/models/CommentResponseDocument.d.ts +40 -0
- package/dist/models/CommentResponseDocument.d.ts.map +1 -0
- package/dist/models/CommentResponseDocument.js +52 -0
- package/dist/models/CommentResponseDocument.js.map +1 -0
- package/dist/models/CommentsResponseDocument.d.ts +52 -0
- package/dist/models/CommentsResponseDocument.d.ts.map +1 -0
- package/dist/models/CommentsResponseDocument.js +56 -0
- package/dist/models/CommentsResponseDocument.js.map +1 -0
- package/dist/models/CreateCommentRequestSchema.d.ts +34 -0
- package/dist/models/CreateCommentRequestSchema.d.ts.map +1 -0
- package/dist/models/CreateCommentRequestSchema.js +50 -0
- package/dist/models/CreateCommentRequestSchema.js.map +1 -0
- package/dist/models/CreateCommentRequestSchemaData.d.ts +47 -0
- package/dist/models/CreateCommentRequestSchemaData.d.ts.map +1 -0
- package/dist/models/CreateCommentRequestSchemaData.js +63 -0
- package/dist/models/CreateCommentRequestSchemaData.js.map +1 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.d.ts +77 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.js +79 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.js.map +1 -0
- package/dist/models/CreateGuestSubmissionRequest.d.ts +1 -1
- package/dist/models/FeedbackOutcomesSchema.d.ts +1 -1
- package/dist/models/ScheduleTargetSchema.d.ts +1 -1
- package/dist/models/SubmissionAttributesSchema.d.ts +1 -1
- package/dist/models/UpdateCommentRequestSchema.d.ts +34 -0
- package/dist/models/UpdateCommentRequestSchema.d.ts.map +1 -0
- package/dist/models/UpdateCommentRequestSchema.js +50 -0
- package/dist/models/UpdateCommentRequestSchema.js.map +1 -0
- package/dist/models/UpdateCommentRequestSchemaData.d.ts +53 -0
- package/dist/models/UpdateCommentRequestSchemaData.d.ts.map +1 -0
- package/dist/models/UpdateCommentRequestSchemaData.js +63 -0
- package/dist/models/UpdateCommentRequestSchemaData.js.map +1 -0
- package/dist/models/UpdateCommentRequestSchemaDataAttributes.d.ts +45 -0
- package/dist/models/UpdateCommentRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/UpdateCommentRequestSchemaDataAttributes.js +53 -0
- package/dist/models/UpdateCommentRequestSchemaDataAttributes.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,58 @@
|
|
|
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.CommentRelationshipsAuthorSchemaDataTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfCommentRelationshipsAuthorSchemaData = instanceOfCommentRelationshipsAuthorSchemaData;
|
|
18
|
+
exports.CommentRelationshipsAuthorSchemaDataFromJSON = CommentRelationshipsAuthorSchemaDataFromJSON;
|
|
19
|
+
exports.CommentRelationshipsAuthorSchemaDataFromJSONTyped = CommentRelationshipsAuthorSchemaDataFromJSONTyped;
|
|
20
|
+
exports.CommentRelationshipsAuthorSchemaDataToJSON = CommentRelationshipsAuthorSchemaDataToJSON;
|
|
21
|
+
exports.CommentRelationshipsAuthorSchemaDataToJSONTyped = CommentRelationshipsAuthorSchemaDataToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.CommentRelationshipsAuthorSchemaDataTypeEnum = {
|
|
26
|
+
Users: 'users'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the CommentRelationshipsAuthorSchemaData interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfCommentRelationshipsAuthorSchemaData(value) {
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
function CommentRelationshipsAuthorSchemaDataFromJSON(json) {
|
|
35
|
+
return CommentRelationshipsAuthorSchemaDataFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
function CommentRelationshipsAuthorSchemaDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
if (json == null) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
43
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
function CommentRelationshipsAuthorSchemaDataToJSON(json) {
|
|
47
|
+
return CommentRelationshipsAuthorSchemaDataToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function CommentRelationshipsAuthorSchemaDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'type': value['type'],
|
|
55
|
+
'id': value['id'],
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
//# sourceMappingURL=CommentRelationshipsAuthorSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommentRelationshipsAuthorSchemaData.js","sourceRoot":"","sources":["../../src/models/CommentRelationshipsAuthorSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,wGAEC;AAED,oGAEC;AAED,8GASC;AAED,gGAEC;AAED,0GAUC;AA7CD;;GAEG;AACU,QAAA,4CAA4C,GAAG;IACxD,KAAK,EAAE,OAAO;CACR,CAAC;AAIX;;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,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,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,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 { CommentRelationshipsAuthorSchema } from './CommentRelationshipsAuthorSchema';
|
|
13
|
+
/**
|
|
14
|
+
* Relationship slots on the comment resource. The `target` slot
|
|
15
|
+
* is implicit (read targetType + targetId from attributes; the
|
|
16
|
+
* target row lives in its own service table). The `author` slot
|
|
17
|
+
* is the user who wrote the comment - required, set from the
|
|
18
|
+
* authorizer at create time.
|
|
19
|
+
* @export
|
|
20
|
+
* @interface CommentRelationshipsSchema
|
|
21
|
+
*/
|
|
22
|
+
export interface CommentRelationshipsSchema {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {CommentRelationshipsAuthorSchema}
|
|
26
|
+
* @memberof CommentRelationshipsSchema
|
|
27
|
+
*/
|
|
28
|
+
author?: CommentRelationshipsAuthorSchema;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the CommentRelationshipsSchema interface.
|
|
32
|
+
*/
|
|
33
|
+
export declare function instanceOfCommentRelationshipsSchema(value: object): value is CommentRelationshipsSchema;
|
|
34
|
+
export declare function CommentRelationshipsSchemaFromJSON(json: any): CommentRelationshipsSchema;
|
|
35
|
+
export declare function CommentRelationshipsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommentRelationshipsSchema;
|
|
36
|
+
export declare function CommentRelationshipsSchemaToJSON(json: any): CommentRelationshipsSchema;
|
|
37
|
+
export declare function CommentRelationshipsSchemaToJSONTyped(value?: CommentRelationshipsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
38
|
+
//# sourceMappingURL=CommentRelationshipsSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommentRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/CommentRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;;;;;GAQG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,gCAAgC,CAAC;CAC7C;AAED;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAEvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAQ3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS1I"}
|
|
@@ -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.instanceOfCommentRelationshipsSchema = instanceOfCommentRelationshipsSchema;
|
|
17
|
+
exports.CommentRelationshipsSchemaFromJSON = CommentRelationshipsSchemaFromJSON;
|
|
18
|
+
exports.CommentRelationshipsSchemaFromJSONTyped = CommentRelationshipsSchemaFromJSONTyped;
|
|
19
|
+
exports.CommentRelationshipsSchemaToJSON = CommentRelationshipsSchemaToJSON;
|
|
20
|
+
exports.CommentRelationshipsSchemaToJSONTyped = CommentRelationshipsSchemaToJSONTyped;
|
|
21
|
+
const CommentRelationshipsAuthorSchema_1 = require("./CommentRelationshipsAuthorSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the CommentRelationshipsSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfCommentRelationshipsSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function CommentRelationshipsSchemaFromJSON(json) {
|
|
29
|
+
return CommentRelationshipsSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function CommentRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'author': json['author'] == null ? undefined : (0, CommentRelationshipsAuthorSchema_1.CommentRelationshipsAuthorSchemaFromJSON)(json['author']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function CommentRelationshipsSchemaToJSON(json) {
|
|
40
|
+
return CommentRelationshipsSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function CommentRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'author': (0, CommentRelationshipsAuthorSchema_1.CommentRelationshipsAuthorSchemaToJSON)(value['author']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=CommentRelationshipsSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommentRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/CommentRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAgCH,oFAEC;AAED,gFAEC;AAED,0FAQC;AAED,4EAEC;AAED,sFASC;AA3DD,yFAK4C;AAoB5C;;GAEG;AACH,SAAgB,oCAAoC,CAAC,KAAa;IAC9D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS,EAAE,mBAA4B;IAC3F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2EAAwC,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAC1G,CAAC;AACN,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,KAAyC,EAAE,sBAA+B,KAAK;IACjI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,QAAQ,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;KACpE,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 { CommentRelationshipsSchema } from './CommentRelationshipsSchema';
|
|
13
|
+
import type { CommentAttributesSchema } from './CommentAttributesSchema';
|
|
14
|
+
import type { ResourceLinksSchema } from './ResourceLinksSchema';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface CommentResourceSchema
|
|
19
|
+
*/
|
|
20
|
+
export interface CommentResourceSchema {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {CommentResourceSchemaTypeEnum}
|
|
24
|
+
* @memberof CommentResourceSchema
|
|
25
|
+
*/
|
|
26
|
+
type: CommentResourceSchemaTypeEnum;
|
|
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 CommentResourceSchema
|
|
31
|
+
*/
|
|
32
|
+
id: string;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {CommentAttributesSchema}
|
|
36
|
+
* @memberof CommentResourceSchema
|
|
37
|
+
*/
|
|
38
|
+
attributes: CommentAttributesSchema;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {CommentRelationshipsSchema}
|
|
42
|
+
* @memberof CommentResourceSchema
|
|
43
|
+
*/
|
|
44
|
+
relationships?: CommentRelationshipsSchema;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {ResourceLinksSchema}
|
|
48
|
+
* @memberof CommentResourceSchema
|
|
49
|
+
*/
|
|
50
|
+
links?: ResourceLinksSchema;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {{ [key: string]: any; }}
|
|
54
|
+
* @memberof CommentResourceSchema
|
|
55
|
+
*/
|
|
56
|
+
meta?: {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* @export
|
|
62
|
+
*/
|
|
63
|
+
export declare const CommentResourceSchemaTypeEnum: {
|
|
64
|
+
readonly Comments: "comments";
|
|
65
|
+
};
|
|
66
|
+
export type CommentResourceSchemaTypeEnum = typeof CommentResourceSchemaTypeEnum[keyof typeof CommentResourceSchemaTypeEnum];
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the CommentResourceSchema interface.
|
|
69
|
+
*/
|
|
70
|
+
export declare function instanceOfCommentResourceSchema(value: object): value is CommentResourceSchema;
|
|
71
|
+
export declare function CommentResourceSchemaFromJSON(json: any): CommentResourceSchema;
|
|
72
|
+
export declare function CommentResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommentResourceSchema;
|
|
73
|
+
export declare function CommentResourceSchemaToJSON(json: any): CommentResourceSchema;
|
|
74
|
+
export declare function CommentResourceSchemaToJSONTyped(value?: CommentResourceSchema | null, ignoreDiscriminator?: boolean): any;
|
|
75
|
+
//# sourceMappingURL=CommentResourceSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommentResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/CommentResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAO/E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAOzE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAQjE;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,IAAI,EAAE,6BAA6B,CAAC;IACpC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,uBAAuB,CAAC;IACpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,0BAA0B,CAAC;IAC3C;;;;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,6BAA6B;;CAEhC,CAAC;AACX,MAAM,MAAM,6BAA6B,GAAG,OAAO,6BAA6B,CAAC,MAAM,OAAO,6BAA6B,CAAC,CAAC;AAG7H;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAK7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qBAAqB,CAajH;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE5E;AAED,wBAAgB,gCAAgC,CAAC,KAAK,CAAC,EAAE,qBAAqB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAchI"}
|
|
@@ -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.CommentResourceSchemaTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfCommentResourceSchema = instanceOfCommentResourceSchema;
|
|
18
|
+
exports.CommentResourceSchemaFromJSON = CommentResourceSchemaFromJSON;
|
|
19
|
+
exports.CommentResourceSchemaFromJSONTyped = CommentResourceSchemaFromJSONTyped;
|
|
20
|
+
exports.CommentResourceSchemaToJSON = CommentResourceSchemaToJSON;
|
|
21
|
+
exports.CommentResourceSchemaToJSONTyped = CommentResourceSchemaToJSONTyped;
|
|
22
|
+
const CommentRelationshipsSchema_1 = require("./CommentRelationshipsSchema");
|
|
23
|
+
const CommentAttributesSchema_1 = require("./CommentAttributesSchema");
|
|
24
|
+
const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
exports.CommentResourceSchemaTypeEnum = {
|
|
29
|
+
Comments: 'comments'
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the CommentResourceSchema interface.
|
|
33
|
+
*/
|
|
34
|
+
function instanceOfCommentResourceSchema(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 CommentResourceSchemaFromJSON(json) {
|
|
44
|
+
return CommentResourceSchemaFromJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function CommentResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
47
|
+
if (json == null) {
|
|
48
|
+
return json;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'type': json['type'],
|
|
52
|
+
'id': json['id'],
|
|
53
|
+
'attributes': (0, CommentAttributesSchema_1.CommentAttributesSchemaFromJSON)(json['attributes']),
|
|
54
|
+
'relationships': json['relationships'] == null ? undefined : (0, CommentRelationshipsSchema_1.CommentRelationshipsSchemaFromJSON)(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 CommentResourceSchemaToJSON(json) {
|
|
60
|
+
return CommentResourceSchemaToJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
function CommentResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
63
|
+
if (value == null) {
|
|
64
|
+
return value;
|
|
65
|
+
}
|
|
66
|
+
return {
|
|
67
|
+
'type': value['type'],
|
|
68
|
+
'id': value['id'],
|
|
69
|
+
'attributes': (0, CommentAttributesSchema_1.CommentAttributesSchemaToJSON)(value['attributes']),
|
|
70
|
+
'relationships': (0, CommentRelationshipsSchema_1.CommentRelationshipsSchemaToJSON)(value['relationships']),
|
|
71
|
+
'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
|
|
72
|
+
'meta': value['meta'],
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
//# sourceMappingURL=CommentResourceSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommentResourceSchema.js","sourceRoot":"","sources":["../../src/models/CommentResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkFH,0EAKC;AAED,sEAEC;AAED,gFAaC;AAED,kEAEC;AAED,4EAcC;AA1HD,6EAKsC;AAEtC,uEAKmC;AAEnC,+DAK+B;AA+C/B;;GAEG;AACU,QAAA,6BAA6B,GAAG;IACzC,QAAQ,EAAE,UAAU;CACd,CAAC;AAIX;;GAEG;AACH,SAAgB,+BAA+B,CAAC,KAAa;IACzD,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,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS,EAAE,mBAA4B;IACtF,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,yDAA+B,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACjE,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+DAAkC,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QACtH,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,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAAC,KAAoC,EAAE,sBAA+B,KAAK;IACvH,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,uDAA6B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QAChE,eAAe,EAAE,IAAA,6DAAgC,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QACzE,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { CommentResourceSchema } from './CommentResourceSchema';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CommentResponseDocument
|
|
17
|
+
*/
|
|
18
|
+
export interface CommentResponseDocument {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {CommentResourceSchema}
|
|
22
|
+
* @memberof CommentResponseDocument
|
|
23
|
+
*/
|
|
24
|
+
data?: CommentResourceSchema;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<object>}
|
|
28
|
+
* @memberof CommentResponseDocument
|
|
29
|
+
*/
|
|
30
|
+
included?: Array<object>;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the CommentResponseDocument interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfCommentResponseDocument(value: object): value is CommentResponseDocument;
|
|
36
|
+
export declare function CommentResponseDocumentFromJSON(json: any): CommentResponseDocument;
|
|
37
|
+
export declare function CommentResponseDocumentFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommentResponseDocument;
|
|
38
|
+
export declare function CommentResponseDocumentToJSON(json: any): CommentResponseDocument;
|
|
39
|
+
export declare function CommentResponseDocumentToJSONTyped(value?: CommentResponseDocument | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
+
//# sourceMappingURL=CommentResponseDocument.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommentResponseDocument.d.ts","sourceRoot":"","sources":["../../src/models/CommentResponseDocument.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAQrE;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,qBAAqB,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B;AAED;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAEjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CASrH;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAEhF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpI"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfCommentResponseDocument = instanceOfCommentResponseDocument;
|
|
17
|
+
exports.CommentResponseDocumentFromJSON = CommentResponseDocumentFromJSON;
|
|
18
|
+
exports.CommentResponseDocumentFromJSONTyped = CommentResponseDocumentFromJSONTyped;
|
|
19
|
+
exports.CommentResponseDocumentToJSON = CommentResponseDocumentToJSON;
|
|
20
|
+
exports.CommentResponseDocumentToJSONTyped = CommentResponseDocumentToJSONTyped;
|
|
21
|
+
const CommentResourceSchema_1 = require("./CommentResourceSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the CommentResponseDocument interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfCommentResponseDocument(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function CommentResponseDocumentFromJSON(json) {
|
|
29
|
+
return CommentResponseDocumentFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function CommentResponseDocumentFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, CommentResourceSchema_1.CommentResourceSchemaFromJSON)(json['data']),
|
|
37
|
+
'included': json['included'] == null ? undefined : json['included'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function CommentResponseDocumentToJSON(json) {
|
|
41
|
+
return CommentResponseDocumentToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function CommentResponseDocumentToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'data': (0, CommentResourceSchema_1.CommentResourceSchemaToJSON)(value['data']),
|
|
49
|
+
'included': value['included'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=CommentResponseDocument.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommentResponseDocument.js","sourceRoot":"","sources":["../../src/models/CommentResponseDocument.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAkCH,8EAEC;AAED,0EAEC;AAED,oFASC;AAED,sEAEC;AAED,gFAUC;AA/DD,mEAKiC;AAsBjC;;GAEG;AACH,SAAgB,iCAAiC,CAAC,KAAa;IAC3D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS,EAAE,mBAA4B;IACxF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,qDAA6B,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACtF,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;KACtE,CAAC;AACN,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAAC,KAAsC,EAAE,sBAA+B,KAAK;IAC3H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,mDAA2B,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAClD,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;KAChC,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 { CommentResourceSchema } from './CommentResourceSchema';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CommentsResponseDocument
|
|
17
|
+
*/
|
|
18
|
+
export interface CommentsResponseDocument {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<CommentResourceSchema>}
|
|
22
|
+
* @memberof CommentsResponseDocument
|
|
23
|
+
*/
|
|
24
|
+
data?: Array<CommentResourceSchema>;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {object}
|
|
28
|
+
* @memberof CommentsResponseDocument
|
|
29
|
+
*/
|
|
30
|
+
meta?: object;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {object}
|
|
34
|
+
* @memberof CommentsResponseDocument
|
|
35
|
+
*/
|
|
36
|
+
links?: object;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Array<object>}
|
|
40
|
+
* @memberof CommentsResponseDocument
|
|
41
|
+
*/
|
|
42
|
+
included?: Array<object>;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the CommentsResponseDocument interface.
|
|
46
|
+
*/
|
|
47
|
+
export declare function instanceOfCommentsResponseDocument(value: object): value is CommentsResponseDocument;
|
|
48
|
+
export declare function CommentsResponseDocumentFromJSON(json: any): CommentsResponseDocument;
|
|
49
|
+
export declare function CommentsResponseDocumentFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommentsResponseDocument;
|
|
50
|
+
export declare function CommentsResponseDocumentToJSON(json: any): CommentsResponseDocument;
|
|
51
|
+
export declare function CommentsResponseDocumentToJSONTyped(value?: CommentsResponseDocument | null, ignoreDiscriminator?: boolean): any;
|
|
52
|
+
//# sourceMappingURL=CommentsResponseDocument.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommentsResponseDocument.d.ts","sourceRoot":"","sources":["../../src/models/CommentsResponseDocument.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAQrE;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B;AAED;;GAEG;AACH,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wBAAwB,CAEnG;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAEpF;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CAWvH;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAElF;AAED,wBAAgB,mCAAmC,CAAC,KAAK,CAAC,EAAE,wBAAwB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAYtI"}
|
|
@@ -0,0 +1,56 @@
|
|
|
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.instanceOfCommentsResponseDocument = instanceOfCommentsResponseDocument;
|
|
17
|
+
exports.CommentsResponseDocumentFromJSON = CommentsResponseDocumentFromJSON;
|
|
18
|
+
exports.CommentsResponseDocumentFromJSONTyped = CommentsResponseDocumentFromJSONTyped;
|
|
19
|
+
exports.CommentsResponseDocumentToJSON = CommentsResponseDocumentToJSON;
|
|
20
|
+
exports.CommentsResponseDocumentToJSONTyped = CommentsResponseDocumentToJSONTyped;
|
|
21
|
+
const CommentResourceSchema_1 = require("./CommentResourceSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the CommentsResponseDocument interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfCommentsResponseDocument(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function CommentsResponseDocumentFromJSON(json) {
|
|
29
|
+
return CommentsResponseDocumentFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function CommentsResponseDocumentFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (json['data'].map(CommentResourceSchema_1.CommentResourceSchemaFromJSON)),
|
|
37
|
+
'meta': json['meta'] == null ? undefined : json['meta'],
|
|
38
|
+
'links': json['links'] == null ? undefined : json['links'],
|
|
39
|
+
'included': json['included'] == null ? undefined : json['included'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
function CommentsResponseDocumentToJSON(json) {
|
|
43
|
+
return CommentsResponseDocumentToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function CommentsResponseDocumentToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'data': value['data'] == null ? undefined : (value['data'].map(CommentResourceSchema_1.CommentResourceSchemaToJSON)),
|
|
51
|
+
'meta': value['meta'],
|
|
52
|
+
'links': value['links'],
|
|
53
|
+
'included': value['included'],
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=CommentsResponseDocument.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommentsResponseDocument.js","sourceRoot":"","sources":["../../src/models/CommentsResponseDocument.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA8CH,gFAEC;AAED,4EAEC;AAED,sFAWC;AAED,wEAEC;AAED,kFAYC;AA/ED,mEAKiC;AAkCjC;;GAEG;AACH,SAAgB,kCAAkC,CAAC,KAAa;IAC5D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS,EAAE,mBAA4B;IACzF,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,qDAA6B,CAAC,CAAC;QAC5G,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,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;KACtE,CAAC;AACN,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,KAAuC,EAAE,sBAA+B,KAAK;IAC7H,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,mDAA2B,CAAC,CAAC;QAC5G,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;KAChC,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 { CreateCommentRequestSchemaData } from './CreateCommentRequestSchemaData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateCommentRequestSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateCommentRequestSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {CreateCommentRequestSchemaData}
|
|
22
|
+
* @memberof CreateCommentRequestSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: CreateCommentRequestSchemaData;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the CreateCommentRequestSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfCreateCommentRequestSchema(value: object): value is CreateCommentRequestSchema;
|
|
30
|
+
export declare function CreateCommentRequestSchemaFromJSON(json: any): CreateCommentRequestSchema;
|
|
31
|
+
export declare function CreateCommentRequestSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateCommentRequestSchema;
|
|
32
|
+
export declare function CreateCommentRequestSchemaToJSON(json: any): CreateCommentRequestSchema;
|
|
33
|
+
export declare function CreateCommentRequestSchemaToJSONTyped(value?: CreateCommentRequestSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=CreateCommentRequestSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateCommentRequestSchema.d.ts","sourceRoot":"","sources":["../../src/models/CreateCommentRequestSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAQvF;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,IAAI,CAAC,EAAE,8BAA8B,CAAC;CACzC;AAED;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAEvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAQ3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS1I"}
|
|
@@ -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.instanceOfCreateCommentRequestSchema = instanceOfCreateCommentRequestSchema;
|
|
17
|
+
exports.CreateCommentRequestSchemaFromJSON = CreateCommentRequestSchemaFromJSON;
|
|
18
|
+
exports.CreateCommentRequestSchemaFromJSONTyped = CreateCommentRequestSchemaFromJSONTyped;
|
|
19
|
+
exports.CreateCommentRequestSchemaToJSON = CreateCommentRequestSchemaToJSON;
|
|
20
|
+
exports.CreateCommentRequestSchemaToJSONTyped = CreateCommentRequestSchemaToJSONTyped;
|
|
21
|
+
const CreateCommentRequestSchemaData_1 = require("./CreateCommentRequestSchemaData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the CreateCommentRequestSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfCreateCommentRequestSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function CreateCommentRequestSchemaFromJSON(json) {
|
|
29
|
+
return CreateCommentRequestSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function CreateCommentRequestSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, CreateCommentRequestSchemaData_1.CreateCommentRequestSchemaDataFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function CreateCommentRequestSchemaToJSON(json) {
|
|
40
|
+
return CreateCommentRequestSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function CreateCommentRequestSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, CreateCommentRequestSchemaData_1.CreateCommentRequestSchemaDataToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=CreateCommentRequestSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateCommentRequestSchema.js","sourceRoot":"","sources":["../../src/models/CreateCommentRequestSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,oFAEC;AAED,gFAEC;AAED,0FAQC;AAED,4EAEC;AAED,sFASC;AAvDD,qFAK0C;AAgB1C;;GAEG;AACH,SAAgB,oCAAoC,CAAC,KAAa;IAC9D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS,EAAE,mBAA4B;IAC3F,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,uEAAsC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAClG,CAAC;AACN,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,KAAyC,EAAE,sBAA+B,KAAK;IACjI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,qEAAoC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC9D,CAAC;AACN,CAAC"}
|