@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,47 @@
|
|
|
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 { CreateCommentRequestSchemaDataAttributes } from './CreateCommentRequestSchemaDataAttributes';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateCommentRequestSchemaData
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateCommentRequestSchemaData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {CreateCommentRequestSchemaDataTypeEnum}
|
|
22
|
+
* @memberof CreateCommentRequestSchemaData
|
|
23
|
+
*/
|
|
24
|
+
type: CreateCommentRequestSchemaDataTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {CreateCommentRequestSchemaDataAttributes}
|
|
28
|
+
* @memberof CreateCommentRequestSchemaData
|
|
29
|
+
*/
|
|
30
|
+
attributes: CreateCommentRequestSchemaDataAttributes;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* @export
|
|
34
|
+
*/
|
|
35
|
+
export declare const CreateCommentRequestSchemaDataTypeEnum: {
|
|
36
|
+
readonly Comments: "comments";
|
|
37
|
+
};
|
|
38
|
+
export type CreateCommentRequestSchemaDataTypeEnum = typeof CreateCommentRequestSchemaDataTypeEnum[keyof typeof CreateCommentRequestSchemaDataTypeEnum];
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the CreateCommentRequestSchemaData interface.
|
|
41
|
+
*/
|
|
42
|
+
export declare function instanceOfCreateCommentRequestSchemaData(value: object): value is CreateCommentRequestSchemaData;
|
|
43
|
+
export declare function CreateCommentRequestSchemaDataFromJSON(json: any): CreateCommentRequestSchemaData;
|
|
44
|
+
export declare function CreateCommentRequestSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateCommentRequestSchemaData;
|
|
45
|
+
export declare function CreateCommentRequestSchemaDataToJSON(json: any): CreateCommentRequestSchemaData;
|
|
46
|
+
export declare function CreateCommentRequestSchemaDataToJSONTyped(value?: CreateCommentRequestSchemaData | null, ignoreDiscriminator?: boolean): any;
|
|
47
|
+
//# sourceMappingURL=CreateCommentRequestSchemaData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateCommentRequestSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/CreateCommentRequestSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAQ3G;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,EAAE,sCAAsC,CAAC;IAC7C;;;;OAIG;IACH,UAAU,EAAE,wCAAwC,CAAC;CACxD;AAGD;;GAEG;AACH,eAAO,MAAM,sCAAsC;;CAEzC,CAAC;AACX,MAAM,MAAM,sCAAsC,GAAG,OAAO,sCAAsC,CAAC,MAAM,OAAO,sCAAsC,CAAC,CAAC;AAGxJ;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAI/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CASnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUlJ"}
|
|
@@ -0,0 +1,63 @@
|
|
|
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.CreateCommentRequestSchemaDataTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfCreateCommentRequestSchemaData = instanceOfCreateCommentRequestSchemaData;
|
|
18
|
+
exports.CreateCommentRequestSchemaDataFromJSON = CreateCommentRequestSchemaDataFromJSON;
|
|
19
|
+
exports.CreateCommentRequestSchemaDataFromJSONTyped = CreateCommentRequestSchemaDataFromJSONTyped;
|
|
20
|
+
exports.CreateCommentRequestSchemaDataToJSON = CreateCommentRequestSchemaDataToJSON;
|
|
21
|
+
exports.CreateCommentRequestSchemaDataToJSONTyped = CreateCommentRequestSchemaDataToJSONTyped;
|
|
22
|
+
const CreateCommentRequestSchemaDataAttributes_1 = require("./CreateCommentRequestSchemaDataAttributes");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.CreateCommentRequestSchemaDataTypeEnum = {
|
|
27
|
+
Comments: 'comments'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the CreateCommentRequestSchemaData interface.
|
|
31
|
+
*/
|
|
32
|
+
function instanceOfCreateCommentRequestSchemaData(value) {
|
|
33
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('attributes' in value) || value['attributes'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
function CreateCommentRequestSchemaDataFromJSON(json) {
|
|
40
|
+
return CreateCommentRequestSchemaDataFromJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function CreateCommentRequestSchemaDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
43
|
+
if (json == null) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'type': json['type'],
|
|
48
|
+
'attributes': (0, CreateCommentRequestSchemaDataAttributes_1.CreateCommentRequestSchemaDataAttributesFromJSON)(json['attributes']),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
function CreateCommentRequestSchemaDataToJSON(json) {
|
|
52
|
+
return CreateCommentRequestSchemaDataToJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
function CreateCommentRequestSchemaDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
55
|
+
if (value == null) {
|
|
56
|
+
return value;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
'type': value['type'],
|
|
60
|
+
'attributes': (0, CreateCommentRequestSchemaDataAttributes_1.CreateCommentRequestSchemaDataAttributesToJSON)(value['attributes']),
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
//# sourceMappingURL=CreateCommentRequestSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateCommentRequestSchemaData.js","sourceRoot":"","sources":["../../src/models/CreateCommentRequestSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA4CH,4FAIC;AAED,wFAEC;AAED,kGASC;AAED,oFAEC;AAED,8FAUC;AA3ED,yGAKoD;AAuBpD;;GAEG;AACU,QAAA,sCAAsC,GAAG;IAClD,QAAQ,EAAE,UAAU;CACd,CAAC;AAIX;;GAEG;AACH,SAAgB,wCAAwC,CAAC,KAAa;IAClE,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,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,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS,EAAE,mBAA4B;IAC/F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,YAAY,EAAE,IAAA,2FAAgD,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACrF,CAAC;AACN,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,KAA6C,EAAE,sBAA+B,KAAK;IACzI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,IAAA,yFAA8C,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACpF,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,77 @@
|
|
|
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 CreateCommentRequestSchemaDataAttributes
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateCommentRequestSchemaDataAttributes {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateCommentRequestSchemaDataAttributes
|
|
22
|
+
*/
|
|
23
|
+
body: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {CreateCommentRequestSchemaDataAttributesTargetTypeEnum}
|
|
27
|
+
* @memberof CreateCommentRequestSchemaDataAttributes
|
|
28
|
+
*/
|
|
29
|
+
targetType: CreateCommentRequestSchemaDataAttributesTargetTypeEnum;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CreateCommentRequestSchemaDataAttributes
|
|
34
|
+
*/
|
|
35
|
+
targetId: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof CreateCommentRequestSchemaDataAttributes
|
|
40
|
+
*/
|
|
41
|
+
parentCommentId?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {Array<string>}
|
|
45
|
+
* @memberof CreateCommentRequestSchemaDataAttributes
|
|
46
|
+
*/
|
|
47
|
+
mentionedUserIds?: Array<string>;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {boolean}
|
|
51
|
+
* @memberof CreateCommentRequestSchemaDataAttributes
|
|
52
|
+
*/
|
|
53
|
+
isResolved?: boolean;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* @export
|
|
57
|
+
*/
|
|
58
|
+
export declare const CreateCommentRequestSchemaDataAttributesTargetTypeEnum: {
|
|
59
|
+
readonly Calls: "calls";
|
|
60
|
+
readonly Chats: "chats";
|
|
61
|
+
readonly Emails: "emails";
|
|
62
|
+
readonly Candidates: "candidates";
|
|
63
|
+
readonly Jobs: "jobs";
|
|
64
|
+
readonly Talents: "talents";
|
|
65
|
+
readonly Briefs: "briefs";
|
|
66
|
+
readonly Tasks: "tasks";
|
|
67
|
+
};
|
|
68
|
+
export type CreateCommentRequestSchemaDataAttributesTargetTypeEnum = typeof CreateCommentRequestSchemaDataAttributesTargetTypeEnum[keyof typeof CreateCommentRequestSchemaDataAttributesTargetTypeEnum];
|
|
69
|
+
/**
|
|
70
|
+
* Check if a given object implements the CreateCommentRequestSchemaDataAttributes interface.
|
|
71
|
+
*/
|
|
72
|
+
export declare function instanceOfCreateCommentRequestSchemaDataAttributes(value: object): value is CreateCommentRequestSchemaDataAttributes;
|
|
73
|
+
export declare function CreateCommentRequestSchemaDataAttributesFromJSON(json: any): CreateCommentRequestSchemaDataAttributes;
|
|
74
|
+
export declare function CreateCommentRequestSchemaDataAttributesFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateCommentRequestSchemaDataAttributes;
|
|
75
|
+
export declare function CreateCommentRequestSchemaDataAttributesToJSON(json: any): CreateCommentRequestSchemaDataAttributes;
|
|
76
|
+
export declare function CreateCommentRequestSchemaDataAttributesToJSONTyped(value?: CreateCommentRequestSchemaDataAttributes | null, ignoreDiscriminator?: boolean): any;
|
|
77
|
+
//# sourceMappingURL=CreateCommentRequestSchemaDataAttributes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateCommentRequestSchemaDataAttributes.d.ts","sourceRoot":"","sources":["../../src/models/CreateCommentRequestSchemaDataAttributes.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,UAAU,EAAE,sDAAsD,CAAC;IACnE;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAGD;;GAEG;AACH,eAAO,MAAM,sDAAsD;;;;;;;;;CASzD,CAAC;AACX,MAAM,MAAM,sDAAsD,GAAG,OAAO,sDAAsD,CAAC,MAAM,OAAO,sDAAsD,CAAC,CAAC;AAGxM;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAKnI;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAEpH;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wCAAwC,CAavJ;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAElH;AAED,wBAAgB,mDAAmD,CAAC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CActK"}
|
|
@@ -0,0 +1,79 @@
|
|
|
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.CreateCommentRequestSchemaDataAttributesTargetTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfCreateCommentRequestSchemaDataAttributes = instanceOfCreateCommentRequestSchemaDataAttributes;
|
|
18
|
+
exports.CreateCommentRequestSchemaDataAttributesFromJSON = CreateCommentRequestSchemaDataAttributesFromJSON;
|
|
19
|
+
exports.CreateCommentRequestSchemaDataAttributesFromJSONTyped = CreateCommentRequestSchemaDataAttributesFromJSONTyped;
|
|
20
|
+
exports.CreateCommentRequestSchemaDataAttributesToJSON = CreateCommentRequestSchemaDataAttributesToJSON;
|
|
21
|
+
exports.CreateCommentRequestSchemaDataAttributesToJSONTyped = CreateCommentRequestSchemaDataAttributesToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.CreateCommentRequestSchemaDataAttributesTargetTypeEnum = {
|
|
26
|
+
Calls: 'calls',
|
|
27
|
+
Chats: 'chats',
|
|
28
|
+
Emails: 'emails',
|
|
29
|
+
Candidates: 'candidates',
|
|
30
|
+
Jobs: 'jobs',
|
|
31
|
+
Talents: 'talents',
|
|
32
|
+
Briefs: 'briefs',
|
|
33
|
+
Tasks: 'tasks'
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Check if a given object implements the CreateCommentRequestSchemaDataAttributes interface.
|
|
37
|
+
*/
|
|
38
|
+
function instanceOfCreateCommentRequestSchemaDataAttributes(value) {
|
|
39
|
+
if (!('body' in value) || value['body'] === undefined)
|
|
40
|
+
return false;
|
|
41
|
+
if (!('targetType' in value) || value['targetType'] === undefined)
|
|
42
|
+
return false;
|
|
43
|
+
if (!('targetId' in value) || value['targetId'] === undefined)
|
|
44
|
+
return false;
|
|
45
|
+
return true;
|
|
46
|
+
}
|
|
47
|
+
function CreateCommentRequestSchemaDataAttributesFromJSON(json) {
|
|
48
|
+
return CreateCommentRequestSchemaDataAttributesFromJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function CreateCommentRequestSchemaDataAttributesFromJSONTyped(json, ignoreDiscriminator) {
|
|
51
|
+
if (json == null) {
|
|
52
|
+
return json;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
'body': json['body'],
|
|
56
|
+
'targetType': json['targetType'],
|
|
57
|
+
'targetId': json['targetId'],
|
|
58
|
+
'parentCommentId': json['parentCommentId'] == null ? undefined : json['parentCommentId'],
|
|
59
|
+
'mentionedUserIds': json['mentionedUserIds'] == null ? undefined : json['mentionedUserIds'],
|
|
60
|
+
'isResolved': json['isResolved'] == null ? undefined : json['isResolved'],
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
function CreateCommentRequestSchemaDataAttributesToJSON(json) {
|
|
64
|
+
return CreateCommentRequestSchemaDataAttributesToJSONTyped(json, false);
|
|
65
|
+
}
|
|
66
|
+
function CreateCommentRequestSchemaDataAttributesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
67
|
+
if (value == null) {
|
|
68
|
+
return value;
|
|
69
|
+
}
|
|
70
|
+
return {
|
|
71
|
+
'body': value['body'],
|
|
72
|
+
'targetType': value['targetType'],
|
|
73
|
+
'targetId': value['targetId'],
|
|
74
|
+
'parentCommentId': value['parentCommentId'],
|
|
75
|
+
'mentionedUserIds': value['mentionedUserIds'],
|
|
76
|
+
'isResolved': value['isResolved'],
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
//# sourceMappingURL=CreateCommentRequestSchemaDataAttributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateCommentRequestSchemaDataAttributes.js","sourceRoot":"","sources":["../../src/models/CreateCommentRequestSchemaDataAttributes.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAmEH,gHAKC;AAED,4GAEC;AAED,sHAaC;AAED,wGAEC;AAED,kHAcC;AA/DD;;GAEG;AACU,QAAA,sDAAsD,GAAG;IAClE,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;CACR,CAAC;AAIX;;GAEG;AACH,SAAgB,kDAAkD,CAAC,KAAa;IAC5E,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,IAAI,CAAC,CAAC,UAAU,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,UAAU,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC5E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,IAAS,EAAE,mBAA4B;IACzG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC;QAChC,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC;QAC5B,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;QACxF,kBAAkB,EAAE,IAAI,CAAC,kBAAkB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;QAC3F,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;KAC5E,CAAC;AACN,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,KAAuD,EAAE,sBAA+B,KAAK;IAC7J,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC;QAC3C,kBAAkB,EAAE,KAAK,CAAC,kBAAkB,CAAC;QAC7C,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;KACpC,CAAC;AACN,CAAC"}
|
|
@@ -72,7 +72,7 @@ export interface CreateGuestSubmissionRequest {
|
|
|
72
72
|
*/
|
|
73
73
|
jobId?: string;
|
|
74
74
|
/**
|
|
75
|
-
* Submission type
|
|
75
|
+
* Submission type - determines which workflow to trigger. Auto-derived from jobId if omitted.
|
|
76
76
|
* @type {CreateGuestSubmissionRequestTypeEnum}
|
|
77
77
|
* @memberof CreateGuestSubmissionRequest
|
|
78
78
|
*/
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { FeedbackOutcomeRuleSchema } from './FeedbackOutcomeRuleSchema';
|
|
13
13
|
/**
|
|
14
|
-
* Per-outcome feedback rules. Outcome keys map to candidate.recommendationStatusCode: 1=notFit, 2=maybe, 3=fit. Code 0 (not evaluated) never triggers feedback
|
|
14
|
+
* Per-outcome feedback rules. Outcome keys map to candidate.recommendationStatusCode: 1=notFit, 2=maybe, 3=fit. Code 0 (not evaluated) never triggers feedback - the workflow pauses instead.
|
|
15
15
|
* @export
|
|
16
16
|
* @interface FeedbackOutcomesSchema
|
|
17
17
|
*/
|
|
@@ -22,7 +22,7 @@ export interface ScheduleTargetSchema {
|
|
|
22
22
|
*/
|
|
23
23
|
type: ScheduleTargetSchemaTypeEnum;
|
|
24
24
|
/**
|
|
25
|
-
* Action identifier (e.g. `email:send`, `call:initiate`). Resolved by the same convention the workflow engine uses
|
|
25
|
+
* Action identifier (e.g. `email:send`, `call:initiate`). Resolved by the same convention the workflow engine uses - `resource:verb` maps to `sm-${env}-tb-service-action-function-${resource}-${verb}`.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof ScheduleTargetSchema
|
|
28
28
|
*/
|
|
@@ -50,7 +50,7 @@ export interface SubmissionAttributesSchema {
|
|
|
50
50
|
*/
|
|
51
51
|
source?: string | null;
|
|
52
52
|
/**
|
|
53
|
-
* Submission type
|
|
53
|
+
* Submission type - determines which workflow to trigger
|
|
54
54
|
* @type {SubmissionAttributesSchemaTypeEnum}
|
|
55
55
|
* @memberof SubmissionAttributesSchema
|
|
56
56
|
*/
|
|
@@ -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 { UpdateCommentRequestSchemaData } from './UpdateCommentRequestSchemaData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateCommentRequestSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateCommentRequestSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {UpdateCommentRequestSchemaData}
|
|
22
|
+
* @memberof UpdateCommentRequestSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: UpdateCommentRequestSchemaData;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the UpdateCommentRequestSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfUpdateCommentRequestSchema(value: object): value is UpdateCommentRequestSchema;
|
|
30
|
+
export declare function UpdateCommentRequestSchemaFromJSON(json: any): UpdateCommentRequestSchema;
|
|
31
|
+
export declare function UpdateCommentRequestSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateCommentRequestSchema;
|
|
32
|
+
export declare function UpdateCommentRequestSchemaToJSON(json: any): UpdateCommentRequestSchema;
|
|
33
|
+
export declare function UpdateCommentRequestSchemaToJSONTyped(value?: UpdateCommentRequestSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=UpdateCommentRequestSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateCommentRequestSchema.d.ts","sourceRoot":"","sources":["../../src/models/UpdateCommentRequestSchema.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.instanceOfUpdateCommentRequestSchema = instanceOfUpdateCommentRequestSchema;
|
|
17
|
+
exports.UpdateCommentRequestSchemaFromJSON = UpdateCommentRequestSchemaFromJSON;
|
|
18
|
+
exports.UpdateCommentRequestSchemaFromJSONTyped = UpdateCommentRequestSchemaFromJSONTyped;
|
|
19
|
+
exports.UpdateCommentRequestSchemaToJSON = UpdateCommentRequestSchemaToJSON;
|
|
20
|
+
exports.UpdateCommentRequestSchemaToJSONTyped = UpdateCommentRequestSchemaToJSONTyped;
|
|
21
|
+
const UpdateCommentRequestSchemaData_1 = require("./UpdateCommentRequestSchemaData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the UpdateCommentRequestSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfUpdateCommentRequestSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function UpdateCommentRequestSchemaFromJSON(json) {
|
|
29
|
+
return UpdateCommentRequestSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function UpdateCommentRequestSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, UpdateCommentRequestSchemaData_1.UpdateCommentRequestSchemaDataFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function UpdateCommentRequestSchemaToJSON(json) {
|
|
40
|
+
return UpdateCommentRequestSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function UpdateCommentRequestSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, UpdateCommentRequestSchemaData_1.UpdateCommentRequestSchemaDataToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=UpdateCommentRequestSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateCommentRequestSchema.js","sourceRoot":"","sources":["../../src/models/UpdateCommentRequestSchema.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"}
|
|
@@ -0,0 +1,53 @@
|
|
|
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 { UpdateCommentRequestSchemaDataAttributes } from './UpdateCommentRequestSchemaDataAttributes';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateCommentRequestSchemaData
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateCommentRequestSchemaData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {UpdateCommentRequestSchemaDataTypeEnum}
|
|
22
|
+
* @memberof UpdateCommentRequestSchemaData
|
|
23
|
+
*/
|
|
24
|
+
type: UpdateCommentRequestSchemaDataTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof UpdateCommentRequestSchemaData
|
|
29
|
+
*/
|
|
30
|
+
id?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {UpdateCommentRequestSchemaDataAttributes}
|
|
34
|
+
* @memberof UpdateCommentRequestSchemaData
|
|
35
|
+
*/
|
|
36
|
+
attributes?: UpdateCommentRequestSchemaDataAttributes;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @export
|
|
40
|
+
*/
|
|
41
|
+
export declare const UpdateCommentRequestSchemaDataTypeEnum: {
|
|
42
|
+
readonly Comments: "comments";
|
|
43
|
+
};
|
|
44
|
+
export type UpdateCommentRequestSchemaDataTypeEnum = typeof UpdateCommentRequestSchemaDataTypeEnum[keyof typeof UpdateCommentRequestSchemaDataTypeEnum];
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the UpdateCommentRequestSchemaData interface.
|
|
47
|
+
*/
|
|
48
|
+
export declare function instanceOfUpdateCommentRequestSchemaData(value: object): value is UpdateCommentRequestSchemaData;
|
|
49
|
+
export declare function UpdateCommentRequestSchemaDataFromJSON(json: any): UpdateCommentRequestSchemaData;
|
|
50
|
+
export declare function UpdateCommentRequestSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateCommentRequestSchemaData;
|
|
51
|
+
export declare function UpdateCommentRequestSchemaDataToJSON(json: any): UpdateCommentRequestSchemaData;
|
|
52
|
+
export declare function UpdateCommentRequestSchemaDataToJSONTyped(value?: UpdateCommentRequestSchemaData | null, ignoreDiscriminator?: boolean): any;
|
|
53
|
+
//# sourceMappingURL=UpdateCommentRequestSchemaData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateCommentRequestSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/UpdateCommentRequestSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAQ3G;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,EAAE,sCAAsC,CAAC;IAC7C;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,UAAU,CAAC,EAAE,wCAAwC,CAAC;CACzD;AAGD;;GAEG;AACH,eAAO,MAAM,sCAAsC;;CAEzC,CAAC;AACX,MAAM,MAAM,sCAAsC,GAAG,OAAO,sCAAsC,CAAC,MAAM,OAAO,sCAAsC,CAAC,CAAC;AAGxJ;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAG/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CAUnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWlJ"}
|
|
@@ -0,0 +1,63 @@
|
|
|
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.UpdateCommentRequestSchemaDataTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfUpdateCommentRequestSchemaData = instanceOfUpdateCommentRequestSchemaData;
|
|
18
|
+
exports.UpdateCommentRequestSchemaDataFromJSON = UpdateCommentRequestSchemaDataFromJSON;
|
|
19
|
+
exports.UpdateCommentRequestSchemaDataFromJSONTyped = UpdateCommentRequestSchemaDataFromJSONTyped;
|
|
20
|
+
exports.UpdateCommentRequestSchemaDataToJSON = UpdateCommentRequestSchemaDataToJSON;
|
|
21
|
+
exports.UpdateCommentRequestSchemaDataToJSONTyped = UpdateCommentRequestSchemaDataToJSONTyped;
|
|
22
|
+
const UpdateCommentRequestSchemaDataAttributes_1 = require("./UpdateCommentRequestSchemaDataAttributes");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.UpdateCommentRequestSchemaDataTypeEnum = {
|
|
27
|
+
Comments: 'comments'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the UpdateCommentRequestSchemaData interface.
|
|
31
|
+
*/
|
|
32
|
+
function instanceOfUpdateCommentRequestSchemaData(value) {
|
|
33
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
function UpdateCommentRequestSchemaDataFromJSON(json) {
|
|
38
|
+
return UpdateCommentRequestSchemaDataFromJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
function UpdateCommentRequestSchemaDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
41
|
+
if (json == null) {
|
|
42
|
+
return json;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'type': json['type'],
|
|
46
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
47
|
+
'attributes': json['attributes'] == null ? undefined : (0, UpdateCommentRequestSchemaDataAttributes_1.UpdateCommentRequestSchemaDataAttributesFromJSON)(json['attributes']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function UpdateCommentRequestSchemaDataToJSON(json) {
|
|
51
|
+
return UpdateCommentRequestSchemaDataToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function UpdateCommentRequestSchemaDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'type': value['type'],
|
|
59
|
+
'id': value['id'],
|
|
60
|
+
'attributes': (0, UpdateCommentRequestSchemaDataAttributes_1.UpdateCommentRequestSchemaDataAttributesToJSON)(value['attributes']),
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
//# sourceMappingURL=UpdateCommentRequestSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateCommentRequestSchemaData.js","sourceRoot":"","sources":["../../src/models/UpdateCommentRequestSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkDH,4FAGC;AAED,wFAEC;AAED,kGAUC;AAED,oFAEC;AAED,8FAWC;AAlFD,yGAKoD;AA6BpD;;GAEG;AACU,QAAA,sCAAsC,GAAG;IAClD,QAAQ,EAAE,UAAU;CACd,CAAC;AAIX;;GAEG;AACH,SAAgB,wCAAwC,CAAC,KAAa;IAClE,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS,EAAE,mBAA4B;IAC/F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACjD,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2FAAgD,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC9H,CAAC;AACN,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,KAA6C,EAAE,sBAA+B,KAAK;IACzI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,yFAA8C,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACpF,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
* Patchable fields. Only `body`, `isResolved`, and `mentionedUserIds` are editable. Edit by author OR tenant admin/owner; others get 403.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface UpdateCommentRequestSchemaDataAttributes
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateCommentRequestSchemaDataAttributes {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UpdateCommentRequestSchemaDataAttributes
|
|
22
|
+
*/
|
|
23
|
+
body?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof UpdateCommentRequestSchemaDataAttributes
|
|
28
|
+
*/
|
|
29
|
+
isResolved?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Array<string>}
|
|
33
|
+
* @memberof UpdateCommentRequestSchemaDataAttributes
|
|
34
|
+
*/
|
|
35
|
+
mentionedUserIds?: Array<string>;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the UpdateCommentRequestSchemaDataAttributes interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfUpdateCommentRequestSchemaDataAttributes(value: object): value is UpdateCommentRequestSchemaDataAttributes;
|
|
41
|
+
export declare function UpdateCommentRequestSchemaDataAttributesFromJSON(json: any): UpdateCommentRequestSchemaDataAttributes;
|
|
42
|
+
export declare function UpdateCommentRequestSchemaDataAttributesFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateCommentRequestSchemaDataAttributes;
|
|
43
|
+
export declare function UpdateCommentRequestSchemaDataAttributesToJSON(json: any): UpdateCommentRequestSchemaDataAttributes;
|
|
44
|
+
export declare function UpdateCommentRequestSchemaDataAttributesToJSONTyped(value?: UpdateCommentRequestSchemaDataAttributes | null, ignoreDiscriminator?: boolean): any;
|
|
45
|
+
//# sourceMappingURL=UpdateCommentRequestSchemaDataAttributes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateCommentRequestSchemaDataAttributes.d.ts","sourceRoot":"","sources":["../../src/models/UpdateCommentRequestSchemaDataAttributes.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACpC;AAED;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAEnI;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAEpH;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wCAAwC,CAUvJ;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAElH;AAED,wBAAgB,mDAAmD,CAAC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWtK"}
|