@smartytalent/api-client 0.1.33-dev.3 → 0.1.33-dev.5
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/LabelsApi.d.ts +141 -0
- package/dist/apis/LabelsApi.d.ts.map +1 -0
- package/dist/apis/LabelsApi.js +342 -0
- package/dist/apis/LabelsApi.js.map +1 -0
- package/dist/apis/StatesApi.d.ts +155 -0
- package/dist/apis/StatesApi.d.ts.map +1 -0
- package/dist/apis/StatesApi.js +364 -0
- package/dist/apis/StatesApi.js.map +1 -0
- 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/CreateLabelRequestBody.d.ts +34 -0
- package/dist/models/CreateLabelRequestBody.d.ts.map +1 -0
- package/dist/models/CreateLabelRequestBody.js +52 -0
- package/dist/models/CreateLabelRequestBody.js.map +1 -0
- package/dist/models/CreateLabelRequestBodyData.d.ts +47 -0
- package/dist/models/CreateLabelRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateLabelRequestBodyData.js +63 -0
- package/dist/models/CreateLabelRequestBodyData.js.map +1 -0
- package/dist/models/CreateStateRequestBody.d.ts +34 -0
- package/dist/models/CreateStateRequestBody.d.ts.map +1 -0
- package/dist/models/CreateStateRequestBody.js +52 -0
- package/dist/models/CreateStateRequestBody.js.map +1 -0
- package/dist/models/CreateStateRequestBodyData.d.ts +47 -0
- package/dist/models/CreateStateRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateStateRequestBodyData.js +63 -0
- package/dist/models/CreateStateRequestBodyData.js.map +1 -0
- package/dist/models/EmailAttributesSchema.d.ts +6 -0
- package/dist/models/EmailAttributesSchema.d.ts.map +1 -1
- package/dist/models/EmailAttributesSchema.js +2 -0
- package/dist/models/EmailAttributesSchema.js.map +1 -1
- package/dist/models/FinderAttributesSchema.d.ts +8 -6
- package/dist/models/FinderAttributesSchema.d.ts.map +1 -1
- package/dist/models/FinderAttributesSchema.js +6 -4
- package/dist/models/FinderAttributesSchema.js.map +1 -1
- package/dist/models/FinderAttributesSchemaQuery.d.ts +26 -0
- package/dist/models/FinderAttributesSchemaQuery.d.ts.map +1 -0
- package/dist/models/FinderAttributesSchemaQuery.js +72 -0
- package/dist/models/FinderAttributesSchemaQuery.js.map +1 -0
- package/dist/models/FinderQueryCandidatesSchema.d.ts +219 -0
- package/dist/models/FinderQueryCandidatesSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryCandidatesSchema.js +111 -0
- package/dist/models/FinderQueryCandidatesSchema.js.map +1 -0
- package/dist/models/FinderQueryEmailsSchema.d.ts +140 -0
- package/dist/models/FinderQueryEmailsSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryEmailsSchema.js +102 -0
- package/dist/models/FinderQueryEmailsSchema.js.map +1 -0
- package/dist/models/FinderQueryJobsSchema.d.ts +123 -0
- package/dist/models/FinderQueryJobsSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryJobsSchema.js +79 -0
- package/dist/models/FinderQueryJobsSchema.js.map +1 -0
- package/dist/models/FinderQueryTalentsSchema.d.ts +195 -0
- package/dist/models/FinderQueryTalentsSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryTalentsSchema.js +103 -0
- package/dist/models/FinderQueryTalentsSchema.js.map +1 -0
- package/dist/models/FinderResultHitSchema.d.ts +64 -0
- package/dist/models/FinderResultHitSchema.d.ts.map +1 -0
- package/dist/models/FinderResultHitSchema.js +61 -0
- package/dist/models/FinderResultHitSchema.js.map +1 -0
- package/dist/models/FinderResultsSchema.d.ts +40 -0
- package/dist/models/FinderResultsSchema.d.ts.map +1 -0
- package/dist/models/FinderResultsSchema.js +52 -0
- package/dist/models/FinderResultsSchema.js.map +1 -0
- package/dist/models/LabelAttributesSchema.d.ts +92 -0
- package/dist/models/LabelAttributesSchema.d.ts.map +1 -0
- package/dist/models/LabelAttributesSchema.js +79 -0
- package/dist/models/LabelAttributesSchema.js.map +1 -0
- package/dist/models/LabelResourceSchema.d.ts +74 -0
- package/dist/models/LabelResourceSchema.d.ts.map +1 -0
- package/dist/models/LabelResourceSchema.js +74 -0
- package/dist/models/LabelResourceSchema.js.map +1 -0
- package/dist/models/LabelSchema.d.ts +49 -0
- package/dist/models/LabelSchema.d.ts.map +1 -0
- package/dist/models/LabelSchema.js +55 -0
- package/dist/models/LabelSchema.js.map +1 -0
- package/dist/models/LabelsSchema.d.ts +48 -0
- package/dist/models/LabelsSchema.d.ts.map +1 -0
- package/dist/models/LabelsSchema.js +56 -0
- package/dist/models/LabelsSchema.js.map +1 -0
- package/dist/models/StateAttributesSchema.d.ts +116 -0
- package/dist/models/StateAttributesSchema.d.ts.map +1 -0
- package/dist/models/StateAttributesSchema.js +86 -0
- package/dist/models/StateAttributesSchema.js.map +1 -0
- package/dist/models/StateResourceSchema.d.ts +74 -0
- package/dist/models/StateResourceSchema.d.ts.map +1 -0
- package/dist/models/StateResourceSchema.js +74 -0
- package/dist/models/StateResourceSchema.js.map +1 -0
- package/dist/models/StateSchema.d.ts +49 -0
- package/dist/models/StateSchema.d.ts.map +1 -0
- package/dist/models/StateSchema.js +55 -0
- package/dist/models/StateSchema.js.map +1 -0
- package/dist/models/StatesSchema.d.ts +48 -0
- package/dist/models/StatesSchema.d.ts.map +1 -0
- package/dist/models/StatesSchema.js +56 -0
- package/dist/models/StatesSchema.js.map +1 -0
- package/dist/models/UpdateLabelRequestBody.d.ts +34 -0
- package/dist/models/UpdateLabelRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateLabelRequestBody.js +52 -0
- package/dist/models/UpdateLabelRequestBody.js.map +1 -0
- package/dist/models/UpdateLabelRequestBodyData.d.ts +53 -0
- package/dist/models/UpdateLabelRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateLabelRequestBodyData.js +67 -0
- package/dist/models/UpdateLabelRequestBodyData.js.map +1 -0
- package/dist/models/UpdateStateRequestBody.d.ts +34 -0
- package/dist/models/UpdateStateRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateStateRequestBody.js +52 -0
- package/dist/models/UpdateStateRequestBody.js.map +1 -0
- package/dist/models/UpdateStateRequestBodyData.d.ts +53 -0
- package/dist/models/UpdateStateRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateStateRequestBodyData.js +67 -0
- package/dist/models/UpdateStateRequestBodyData.js.map +1 -0
- package/dist/models/index.d.ts +23 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +23 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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.instanceOfLabelsSchema = instanceOfLabelsSchema;
|
|
17
|
+
exports.LabelsSchemaFromJSON = LabelsSchemaFromJSON;
|
|
18
|
+
exports.LabelsSchemaFromJSONTyped = LabelsSchemaFromJSONTyped;
|
|
19
|
+
exports.LabelsSchemaToJSON = LabelsSchemaToJSON;
|
|
20
|
+
exports.LabelsSchemaToJSONTyped = LabelsSchemaToJSONTyped;
|
|
21
|
+
const ResourcesMetaSchema_1 = require("./ResourcesMetaSchema");
|
|
22
|
+
const ResourcesLinksSchema_1 = require("./ResourcesLinksSchema");
|
|
23
|
+
const LabelResourceSchema_1 = require("./LabelResourceSchema");
|
|
24
|
+
/**
|
|
25
|
+
* Check if a given object implements the LabelsSchema interface.
|
|
26
|
+
*/
|
|
27
|
+
function instanceOfLabelsSchema(value) {
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function LabelsSchemaFromJSON(json) {
|
|
31
|
+
return LabelsSchemaFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function LabelsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'data': json['data'] == null ? undefined : (json['data'].map(LabelResourceSchema_1.LabelResourceSchemaFromJSON)),
|
|
39
|
+
'links': json['links'] == null ? undefined : (0, ResourcesLinksSchema_1.ResourcesLinksSchemaFromJSON)(json['links']),
|
|
40
|
+
'meta': json['meta'] == null ? undefined : (0, ResourcesMetaSchema_1.ResourcesMetaSchemaFromJSON)(json['meta']),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function LabelsSchemaToJSON(json) {
|
|
44
|
+
return LabelsSchemaToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function LabelsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'data': value['data'] == null ? undefined : (value['data'].map(LabelResourceSchema_1.LabelResourceSchemaToJSON)),
|
|
52
|
+
'links': (0, ResourcesLinksSchema_1.ResourcesLinksSchemaToJSON)(value['links']),
|
|
53
|
+
'meta': (0, ResourcesMetaSchema_1.ResourcesMetaSchemaToJSON)(value['meta']),
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=LabelsSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LabelsSchema.js","sourceRoot":"","sources":["../../src/models/LabelsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsDH,wDAEC;AAED,oDAEC;AAED,8DAUC;AAED,gDAEC;AAED,0DAWC;AArFD,+DAK+B;AAE/B,iEAKgC;AAEhC,+DAK+B;AA4B/B;;GAEG;AACH,SAAgB,sBAAsB,CAAC,KAAa;IAChD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS,EAAE,mBAA4B;IAC7E,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,iDAA2B,CAAC,CAAC;QAC1G,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mDAA4B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACvF,CAAC;AACN,CAAC;AAED,SAAgB,kBAAkB,CAAC,IAAS;IACxC,OAAO,uBAAuB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChD,CAAC;AAED,SAAgB,uBAAuB,CAAC,KAA2B,EAAE,sBAA+B,KAAK;IACrG,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,+CAAyB,CAAC,CAAC;QAC1G,OAAO,EAAE,IAAA,iDAA0B,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACnD,MAAM,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACnD,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,116 @@
|
|
|
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 { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface StateAttributesSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface StateAttributesSchema {
|
|
19
|
+
/**
|
|
20
|
+
* Owner of this state row. Always the authenticated user; never set by the client.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof StateAttributesSchema
|
|
23
|
+
*/
|
|
24
|
+
userId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The kind of resource this state describes. Lives in the composite id as `{resourceType}:{resourceId}`.
|
|
27
|
+
* @type {StateAttributesSchemaResourceTypeEnum}
|
|
28
|
+
* @memberof StateAttributesSchema
|
|
29
|
+
*/
|
|
30
|
+
resourceType?: StateAttributesSchemaResourceTypeEnum;
|
|
31
|
+
/**
|
|
32
|
+
* Id of the resource this state describes (e.g. an emailId, candidateId).
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof StateAttributesSchema
|
|
35
|
+
*/
|
|
36
|
+
resourceId?: string;
|
|
37
|
+
/**
|
|
38
|
+
* True if the user has opened the resource at least once. Derived from the presence of `seenAt`; clients can write either `isSeen` or `seenAt` on upsert.
|
|
39
|
+
* @type {boolean}
|
|
40
|
+
* @memberof StateAttributesSchema
|
|
41
|
+
*/
|
|
42
|
+
isSeen?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* True if the user has starred/favourited the resource.
|
|
45
|
+
* @type {boolean}
|
|
46
|
+
* @memberof StateAttributesSchema
|
|
47
|
+
*/
|
|
48
|
+
isStarred?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* True if the user marked this resource as spam. Distinct from the email service's `suppressed` status, which is SES-driven on outbound delivery; this is an inbound, per-user action.
|
|
51
|
+
* @type {boolean}
|
|
52
|
+
* @memberof StateAttributesSchema
|
|
53
|
+
*/
|
|
54
|
+
isSpam?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* ISO 8601 timestamp of the user's most recent open. Absent means never seen.
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof StateAttributesSchema
|
|
59
|
+
*/
|
|
60
|
+
seenAt?: string | null;
|
|
61
|
+
/**
|
|
62
|
+
* ISO 8601 timestamp of when the user starred the resource. Absent means not starred; used as the sort key for the `Starred` folder.
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof StateAttributesSchema
|
|
65
|
+
*/
|
|
66
|
+
starredAt?: string | null;
|
|
67
|
+
/**
|
|
68
|
+
* ISO 8601 timestamp of when the user marked the resource as spam. Absent means not spam; used as the sort key for the `Spam` folder.
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof StateAttributesSchema
|
|
71
|
+
*/
|
|
72
|
+
spamAt?: string | null;
|
|
73
|
+
/**
|
|
74
|
+
* Denormalised copy of the underlying resource's own `created` timestamp. Used as the sparse unread-index sort key so the unread feed surfaces oldest resources first, not oldest state rows.
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof StateAttributesSchema
|
|
77
|
+
*/
|
|
78
|
+
resourceCreatedAt?: string | null;
|
|
79
|
+
/**
|
|
80
|
+
* Open-ended per-resource flags (e.g. `{muted: true}` on conversations, `{pinned: true}` on candidates). First-class state goes on the top-level attributes; ad-hoc state lives here.
|
|
81
|
+
* @type {{ [key: string]: any; }}
|
|
82
|
+
* @memberof StateAttributesSchema
|
|
83
|
+
*/
|
|
84
|
+
flags?: {
|
|
85
|
+
[key: string]: any;
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @type {ResourceTimestampsSchema}
|
|
90
|
+
* @memberof StateAttributesSchema
|
|
91
|
+
*/
|
|
92
|
+
timestamps?: ResourceTimestampsSchema;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* @export
|
|
96
|
+
*/
|
|
97
|
+
export declare const StateAttributesSchemaResourceTypeEnum: {
|
|
98
|
+
readonly Emails: "emails";
|
|
99
|
+
readonly Candidates: "candidates";
|
|
100
|
+
readonly Conversations: "conversations";
|
|
101
|
+
readonly Jobs: "jobs";
|
|
102
|
+
readonly Talents: "talents";
|
|
103
|
+
readonly Personas: "personas";
|
|
104
|
+
readonly Reports: "reports";
|
|
105
|
+
readonly Tasks: "tasks";
|
|
106
|
+
};
|
|
107
|
+
export type StateAttributesSchemaResourceTypeEnum = typeof StateAttributesSchemaResourceTypeEnum[keyof typeof StateAttributesSchemaResourceTypeEnum];
|
|
108
|
+
/**
|
|
109
|
+
* Check if a given object implements the StateAttributesSchema interface.
|
|
110
|
+
*/
|
|
111
|
+
export declare function instanceOfStateAttributesSchema(value: object): value is StateAttributesSchema;
|
|
112
|
+
export declare function StateAttributesSchemaFromJSON(json: any): StateAttributesSchema;
|
|
113
|
+
export declare function StateAttributesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): StateAttributesSchema;
|
|
114
|
+
export declare function StateAttributesSchemaToJSON(json: any): StateAttributesSchema;
|
|
115
|
+
export declare function StateAttributesSchemaToJSONTyped(value?: StateAttributesSchema | null, ignoreDiscriminator?: boolean): any;
|
|
116
|
+
//# sourceMappingURL=StateAttributesSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StateAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/StateAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,YAAY,CAAC,EAAE,qCAAqC,CAAC;IACrD;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IAChC;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;;;;;;;CASxC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,OAAO,qCAAqC,CAAC,MAAM,OAAO,qCAAqC,CAAC,CAAC;AAGrJ;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAE7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qBAAqB,CAmBjH;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,CAoBhI"}
|
|
@@ -0,0 +1,86 @@
|
|
|
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.StateAttributesSchemaResourceTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfStateAttributesSchema = instanceOfStateAttributesSchema;
|
|
18
|
+
exports.StateAttributesSchemaFromJSON = StateAttributesSchemaFromJSON;
|
|
19
|
+
exports.StateAttributesSchemaFromJSONTyped = StateAttributesSchemaFromJSONTyped;
|
|
20
|
+
exports.StateAttributesSchemaToJSON = StateAttributesSchemaToJSON;
|
|
21
|
+
exports.StateAttributesSchemaToJSONTyped = StateAttributesSchemaToJSONTyped;
|
|
22
|
+
const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.StateAttributesSchemaResourceTypeEnum = {
|
|
27
|
+
Emails: 'emails',
|
|
28
|
+
Candidates: 'candidates',
|
|
29
|
+
Conversations: 'conversations',
|
|
30
|
+
Jobs: 'jobs',
|
|
31
|
+
Talents: 'talents',
|
|
32
|
+
Personas: 'personas',
|
|
33
|
+
Reports: 'reports',
|
|
34
|
+
Tasks: 'tasks'
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the StateAttributesSchema interface.
|
|
38
|
+
*/
|
|
39
|
+
function instanceOfStateAttributesSchema(value) {
|
|
40
|
+
return true;
|
|
41
|
+
}
|
|
42
|
+
function StateAttributesSchemaFromJSON(json) {
|
|
43
|
+
return StateAttributesSchemaFromJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function StateAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
46
|
+
if (json == null) {
|
|
47
|
+
return json;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'userId': json['userId'] == null ? undefined : json['userId'],
|
|
51
|
+
'resourceType': json['resourceType'] == null ? undefined : json['resourceType'],
|
|
52
|
+
'resourceId': json['resourceId'] == null ? undefined : json['resourceId'],
|
|
53
|
+
'isSeen': json['isSeen'] == null ? undefined : json['isSeen'],
|
|
54
|
+
'isStarred': json['isStarred'] == null ? undefined : json['isStarred'],
|
|
55
|
+
'isSpam': json['isSpam'] == null ? undefined : json['isSpam'],
|
|
56
|
+
'seenAt': json['seenAt'] == null ? undefined : json['seenAt'],
|
|
57
|
+
'starredAt': json['starredAt'] == null ? undefined : json['starredAt'],
|
|
58
|
+
'spamAt': json['spamAt'] == null ? undefined : json['spamAt'],
|
|
59
|
+
'resourceCreatedAt': json['resourceCreatedAt'] == null ? undefined : json['resourceCreatedAt'],
|
|
60
|
+
'flags': json['flags'] == null ? undefined : json['flags'],
|
|
61
|
+
'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
function StateAttributesSchemaToJSON(json) {
|
|
65
|
+
return StateAttributesSchemaToJSONTyped(json, false);
|
|
66
|
+
}
|
|
67
|
+
function StateAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
68
|
+
if (value == null) {
|
|
69
|
+
return value;
|
|
70
|
+
}
|
|
71
|
+
return {
|
|
72
|
+
'userId': value['userId'],
|
|
73
|
+
'resourceType': value['resourceType'],
|
|
74
|
+
'resourceId': value['resourceId'],
|
|
75
|
+
'isSeen': value['isSeen'],
|
|
76
|
+
'isStarred': value['isStarred'],
|
|
77
|
+
'isSpam': value['isSpam'],
|
|
78
|
+
'seenAt': value['seenAt'],
|
|
79
|
+
'starredAt': value['starredAt'],
|
|
80
|
+
'spamAt': value['spamAt'],
|
|
81
|
+
'resourceCreatedAt': value['resourceCreatedAt'],
|
|
82
|
+
'flags': value['flags'],
|
|
83
|
+
'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
//# sourceMappingURL=StateAttributesSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StateAttributesSchema.js","sourceRoot":"","sources":["../../src/models/StateAttributesSchema.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,74 @@
|
|
|
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 { StateAttributesSchema } from './StateAttributesSchema';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface StateResourceSchema
|
|
18
|
+
*/
|
|
19
|
+
export interface StateResourceSchema {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {StateResourceSchemaTypeEnum}
|
|
23
|
+
* @memberof StateResourceSchema
|
|
24
|
+
*/
|
|
25
|
+
type: StateResourceSchemaTypeEnum;
|
|
26
|
+
/**
|
|
27
|
+
* 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.
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof StateResourceSchema
|
|
30
|
+
*/
|
|
31
|
+
id: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {StateAttributesSchema}
|
|
35
|
+
* @memberof StateResourceSchema
|
|
36
|
+
*/
|
|
37
|
+
attributes: StateAttributesSchema;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {object}
|
|
41
|
+
* @memberof StateResourceSchema
|
|
42
|
+
*/
|
|
43
|
+
relationships?: object;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {ResourceLinksSchema}
|
|
47
|
+
* @memberof StateResourceSchema
|
|
48
|
+
*/
|
|
49
|
+
links?: ResourceLinksSchema;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {{ [key: string]: any; }}
|
|
53
|
+
* @memberof StateResourceSchema
|
|
54
|
+
*/
|
|
55
|
+
meta?: {
|
|
56
|
+
[key: string]: any;
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* @export
|
|
61
|
+
*/
|
|
62
|
+
export declare const StateResourceSchemaTypeEnum: {
|
|
63
|
+
readonly States: "states";
|
|
64
|
+
};
|
|
65
|
+
export type StateResourceSchemaTypeEnum = typeof StateResourceSchemaTypeEnum[keyof typeof StateResourceSchemaTypeEnum];
|
|
66
|
+
/**
|
|
67
|
+
* Check if a given object implements the StateResourceSchema interface.
|
|
68
|
+
*/
|
|
69
|
+
export declare function instanceOfStateResourceSchema(value: object): value is StateResourceSchema;
|
|
70
|
+
export declare function StateResourceSchemaFromJSON(json: any): StateResourceSchema;
|
|
71
|
+
export declare function StateResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): StateResourceSchema;
|
|
72
|
+
export declare function StateResourceSchemaToJSON(json: any): StateResourceSchema;
|
|
73
|
+
export declare function StateResourceSchemaToJSONTyped(value?: StateResourceSchema | null, ignoreDiscriminator?: boolean): any;
|
|
74
|
+
//# sourceMappingURL=StateResourceSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StateResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/StateResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAQrE;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,IAAI,EAAE,2BAA2B,CAAC;IAClC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,qBAAqB,CAAC;IAClC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;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,2BAA2B;;CAE9B,CAAC;AACX,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC,MAAM,OAAO,2BAA2B,CAAC,CAAC;AAGvH;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAKzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAa7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAc5H"}
|
|
@@ -0,0 +1,74 @@
|
|
|
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.StateResourceSchemaTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfStateResourceSchema = instanceOfStateResourceSchema;
|
|
18
|
+
exports.StateResourceSchemaFromJSON = StateResourceSchemaFromJSON;
|
|
19
|
+
exports.StateResourceSchemaFromJSONTyped = StateResourceSchemaFromJSONTyped;
|
|
20
|
+
exports.StateResourceSchemaToJSON = StateResourceSchemaToJSON;
|
|
21
|
+
exports.StateResourceSchemaToJSONTyped = StateResourceSchemaToJSONTyped;
|
|
22
|
+
const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
|
|
23
|
+
const StateAttributesSchema_1 = require("./StateAttributesSchema");
|
|
24
|
+
/**
|
|
25
|
+
* @export
|
|
26
|
+
*/
|
|
27
|
+
exports.StateResourceSchemaTypeEnum = {
|
|
28
|
+
States: 'states'
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the StateResourceSchema interface.
|
|
32
|
+
*/
|
|
33
|
+
function instanceOfStateResourceSchema(value) {
|
|
34
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('attributes' in value) || value['attributes'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
return true;
|
|
41
|
+
}
|
|
42
|
+
function StateResourceSchemaFromJSON(json) {
|
|
43
|
+
return StateResourceSchemaFromJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function StateResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
46
|
+
if (json == null) {
|
|
47
|
+
return json;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'type': json['type'],
|
|
51
|
+
'id': json['id'],
|
|
52
|
+
'attributes': (0, StateAttributesSchema_1.StateAttributesSchemaFromJSON)(json['attributes']),
|
|
53
|
+
'relationships': json['relationships'] == null ? undefined : json['relationships'],
|
|
54
|
+
'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
|
|
55
|
+
'meta': json['meta'] == null ? undefined : json['meta'],
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
function StateResourceSchemaToJSON(json) {
|
|
59
|
+
return StateResourceSchemaToJSONTyped(json, false);
|
|
60
|
+
}
|
|
61
|
+
function StateResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
62
|
+
if (value == null) {
|
|
63
|
+
return value;
|
|
64
|
+
}
|
|
65
|
+
return {
|
|
66
|
+
'type': value['type'],
|
|
67
|
+
'id': value['id'],
|
|
68
|
+
'attributes': (0, StateAttributesSchema_1.StateAttributesSchemaToJSON)(value['attributes']),
|
|
69
|
+
'relationships': value['relationships'],
|
|
70
|
+
'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
|
|
71
|
+
'meta': value['meta'],
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
//# sourceMappingURL=StateResourceSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StateResourceSchema.js","sourceRoot":"","sources":["../../src/models/StateResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA2EH,sEAKC;AAED,kEAEC;AAED,4EAaC;AAED,8DAEC;AAED,wEAcC;AAnHD,+DAK+B;AAE/B,mEAKiC;AA+CjC;;GAEG;AACU,QAAA,2BAA2B,GAAG;IACvC,MAAM,EAAE,QAAQ;CACV,CAAC;AAIX;;GAEG;AACH,SAAgB,6BAA6B,CAAC,KAAa;IACvD,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,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS,EAAE,mBAA4B;IACpF,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,qDAA6B,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC/D,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;QAClF,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,SAAgB,8BAA8B,CAAC,KAAkC,EAAE,sBAA+B,KAAK;IACnH,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,mDAA2B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QAC9D,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC;QACvC,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 { StateResourceSchema } from './StateResourceSchema';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface StateSchema
|
|
18
|
+
*/
|
|
19
|
+
export interface StateSchema {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {StateResourceSchema}
|
|
23
|
+
* @memberof StateSchema
|
|
24
|
+
*/
|
|
25
|
+
data?: StateResourceSchema;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ResourceLinksSchema}
|
|
29
|
+
* @memberof StateSchema
|
|
30
|
+
*/
|
|
31
|
+
links?: ResourceLinksSchema;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {{ [key: string]: any; }}
|
|
35
|
+
* @memberof StateSchema
|
|
36
|
+
*/
|
|
37
|
+
meta?: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Check if a given object implements the StateSchema interface.
|
|
43
|
+
*/
|
|
44
|
+
export declare function instanceOfStateSchema(value: object): value is StateSchema;
|
|
45
|
+
export declare function StateSchemaFromJSON(json: any): StateSchema;
|
|
46
|
+
export declare function StateSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): StateSchema;
|
|
47
|
+
export declare function StateSchemaToJSON(json: any): StateSchema;
|
|
48
|
+
export declare function StateSchemaToJSONTyped(value?: StateSchema | null, ignoreDiscriminator?: boolean): any;
|
|
49
|
+
//# sourceMappingURL=StateSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StateSchema.d.ts","sourceRoot":"","sources":["../../src/models/StateSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAQjE;;;;GAIG;AACH,MAAM,WAAW,WAAW;IACxB;;;;OAIG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC;IAC3B;;;;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,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,WAAW,CAEzE;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAE1D;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,WAAW,CAU7F;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAExD;AAED,wBAAgB,sBAAsB,CAAC,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW5G"}
|
|
@@ -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.instanceOfStateSchema = instanceOfStateSchema;
|
|
17
|
+
exports.StateSchemaFromJSON = StateSchemaFromJSON;
|
|
18
|
+
exports.StateSchemaFromJSONTyped = StateSchemaFromJSONTyped;
|
|
19
|
+
exports.StateSchemaToJSON = StateSchemaToJSON;
|
|
20
|
+
exports.StateSchemaToJSONTyped = StateSchemaToJSONTyped;
|
|
21
|
+
const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
|
|
22
|
+
const StateResourceSchema_1 = require("./StateResourceSchema");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the StateSchema interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfStateSchema(value) {
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function StateSchemaFromJSON(json) {
|
|
30
|
+
return StateSchemaFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function StateSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'data': json['data'] == null ? undefined : (0, StateResourceSchema_1.StateResourceSchemaFromJSON)(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 StateSchemaToJSON(json) {
|
|
43
|
+
return StateSchemaToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function StateSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'data': (0, StateResourceSchema_1.StateResourceSchemaToJSON)(value['data']),
|
|
51
|
+
'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
|
|
52
|
+
'meta': value['meta'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=StateSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StateSchema.js","sourceRoot":"","sources":["../../src/models/StateSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,sDAEC;AAED,kDAEC;AAED,4DAUC;AAED,8CAEC;AAED,wDAWC;AA9ED,+DAK+B;AAE/B,+DAK+B;AA4B/B;;GAEG;AACH,SAAgB,qBAAqB,CAAC,KAAa;IAC/C,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,mBAAmB,CAAC,IAAS;IACzC,OAAO,wBAAwB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjD,CAAC;AAED,SAAgB,wBAAwB,CAAC,IAAS,EAAE,mBAA4B;IAC5E,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,iDAA2B,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACpF,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,iBAAiB,CAAC,IAAS;IACvC,OAAO,sBAAsB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/C,CAAC;AAED,SAAgB,sBAAsB,CAAC,KAA0B,EAAE,sBAA+B,KAAK;IACnG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAChD,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ResourcesMetaSchema } from './ResourcesMetaSchema';
|
|
13
|
+
import type { ResourcesLinksSchema } from './ResourcesLinksSchema';
|
|
14
|
+
import type { StateResourceSchema } from './StateResourceSchema';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface StatesSchema
|
|
19
|
+
*/
|
|
20
|
+
export interface StatesSchema {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {Array<StateResourceSchema>}
|
|
24
|
+
* @memberof StatesSchema
|
|
25
|
+
*/
|
|
26
|
+
data?: Array<StateResourceSchema>;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {ResourcesLinksSchema}
|
|
30
|
+
* @memberof StatesSchema
|
|
31
|
+
*/
|
|
32
|
+
links?: ResourcesLinksSchema;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {ResourcesMetaSchema}
|
|
36
|
+
* @memberof StatesSchema
|
|
37
|
+
*/
|
|
38
|
+
meta?: ResourcesMetaSchema;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Check if a given object implements the StatesSchema interface.
|
|
42
|
+
*/
|
|
43
|
+
export declare function instanceOfStatesSchema(value: object): value is StatesSchema;
|
|
44
|
+
export declare function StatesSchemaFromJSON(json: any): StatesSchema;
|
|
45
|
+
export declare function StatesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): StatesSchema;
|
|
46
|
+
export declare function StatesSchemaToJSON(json: any): StatesSchema;
|
|
47
|
+
export declare function StatesSchemaToJSONTyped(value?: StatesSchema | null, ignoreDiscriminator?: boolean): any;
|
|
48
|
+
//# sourceMappingURL=StatesSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StatesSchema.d.ts","sourceRoot":"","sources":["../../src/models/StatesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAOnE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAQjE;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAClC;;;;OAIG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC9B;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,YAAY,CAE3E;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE5D;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,YAAY,CAU/F;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE1D;AAED,wBAAgB,uBAAuB,CAAC,KAAK,CAAC,EAAE,YAAY,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW9G"}
|
|
@@ -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.instanceOfStatesSchema = instanceOfStatesSchema;
|
|
17
|
+
exports.StatesSchemaFromJSON = StatesSchemaFromJSON;
|
|
18
|
+
exports.StatesSchemaFromJSONTyped = StatesSchemaFromJSONTyped;
|
|
19
|
+
exports.StatesSchemaToJSON = StatesSchemaToJSON;
|
|
20
|
+
exports.StatesSchemaToJSONTyped = StatesSchemaToJSONTyped;
|
|
21
|
+
const ResourcesMetaSchema_1 = require("./ResourcesMetaSchema");
|
|
22
|
+
const ResourcesLinksSchema_1 = require("./ResourcesLinksSchema");
|
|
23
|
+
const StateResourceSchema_1 = require("./StateResourceSchema");
|
|
24
|
+
/**
|
|
25
|
+
* Check if a given object implements the StatesSchema interface.
|
|
26
|
+
*/
|
|
27
|
+
function instanceOfStatesSchema(value) {
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function StatesSchemaFromJSON(json) {
|
|
31
|
+
return StatesSchemaFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function StatesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'data': json['data'] == null ? undefined : (json['data'].map(StateResourceSchema_1.StateResourceSchemaFromJSON)),
|
|
39
|
+
'links': json['links'] == null ? undefined : (0, ResourcesLinksSchema_1.ResourcesLinksSchemaFromJSON)(json['links']),
|
|
40
|
+
'meta': json['meta'] == null ? undefined : (0, ResourcesMetaSchema_1.ResourcesMetaSchemaFromJSON)(json['meta']),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function StatesSchemaToJSON(json) {
|
|
44
|
+
return StatesSchemaToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function StatesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'data': value['data'] == null ? undefined : (value['data'].map(StateResourceSchema_1.StateResourceSchemaToJSON)),
|
|
52
|
+
'links': (0, ResourcesLinksSchema_1.ResourcesLinksSchemaToJSON)(value['links']),
|
|
53
|
+
'meta': (0, ResourcesMetaSchema_1.ResourcesMetaSchemaToJSON)(value['meta']),
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=StatesSchema.js.map
|