@smartytalent/api-client 0.8.2 → 0.8.4
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/DocumentsApi.d.ts +221 -0
- package/dist/apis/DocumentsApi.d.ts.map +1 -0
- package/dist/apis/DocumentsApi.js +506 -0
- package/dist/apis/DocumentsApi.js.map +1 -0
- package/dist/apis/PersonasApi.d.ts +1 -0
- package/dist/apis/PersonasApi.d.ts.map +1 -1
- package/dist/apis/PersonasApi.js +3 -0
- package/dist/apis/PersonasApi.js.map +1 -1
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.d.ts.map +1 -1
- package/dist/apis/index.js +1 -0
- package/dist/apis/index.js.map +1 -1
- package/dist/models/CreateDocumentRequestBody.d.ts +34 -0
- package/dist/models/CreateDocumentRequestBody.d.ts.map +1 -0
- package/dist/models/CreateDocumentRequestBody.js +52 -0
- package/dist/models/CreateDocumentRequestBody.js.map +1 -0
- package/dist/models/CreateDocumentRequestBodyData.d.ts +54 -0
- package/dist/models/CreateDocumentRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateDocumentRequestBodyData.js +66 -0
- package/dist/models/CreateDocumentRequestBodyData.js.map +1 -0
- package/dist/models/CreateDocumentRequestBodyDataAttributes.d.ts +104 -0
- package/dist/models/CreateDocumentRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateDocumentRequestBodyDataAttributes.js +87 -0
- package/dist/models/CreateDocumentRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/DocumentAttributesSchema.d.ts +190 -0
- package/dist/models/DocumentAttributesSchema.d.ts.map +1 -0
- package/dist/models/DocumentAttributesSchema.js +113 -0
- package/dist/models/DocumentAttributesSchema.js.map +1 -0
- package/dist/models/DocumentAttributesSchemaOrganization.d.ts +33 -0
- package/dist/models/DocumentAttributesSchemaOrganization.d.ts.map +1 -0
- package/dist/models/DocumentAttributesSchemaOrganization.js +49 -0
- package/dist/models/DocumentAttributesSchemaOrganization.js.map +1 -0
- package/dist/models/DocumentRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/DocumentRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/DocumentRelationshipsCandidateSchema.js +50 -0
- package/dist/models/DocumentRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/DocumentRelationshipsConversationSchema.d.ts +34 -0
- package/dist/models/DocumentRelationshipsConversationSchema.d.ts.map +1 -0
- package/dist/models/DocumentRelationshipsConversationSchema.js +50 -0
- package/dist/models/DocumentRelationshipsConversationSchema.js.map +1 -0
- package/dist/models/DocumentRelationshipsConversationSchemaData.d.ts +39 -0
- package/dist/models/DocumentRelationshipsConversationSchemaData.d.ts.map +1 -0
- package/dist/models/DocumentRelationshipsConversationSchemaData.js +51 -0
- package/dist/models/DocumentRelationshipsConversationSchemaData.js.map +1 -0
- package/dist/models/DocumentRelationshipsJobSchema.d.ts +34 -0
- package/dist/models/DocumentRelationshipsJobSchema.d.ts.map +1 -0
- package/dist/models/DocumentRelationshipsJobSchema.js +50 -0
- package/dist/models/DocumentRelationshipsJobSchema.js.map +1 -0
- package/dist/models/DocumentRelationshipsSchema.d.ts +48 -0
- package/dist/models/DocumentRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/DocumentRelationshipsSchema.js +56 -0
- package/dist/models/DocumentRelationshipsSchema.js.map +1 -0
- package/dist/models/DocumentResourceSchema.d.ts +75 -0
- package/dist/models/DocumentResourceSchema.d.ts.map +1 -0
- package/dist/models/DocumentResourceSchema.js +75 -0
- package/dist/models/DocumentResourceSchema.js.map +1 -0
- package/dist/models/DocumentSchema.d.ts +49 -0
- package/dist/models/DocumentSchema.d.ts.map +1 -0
- package/dist/models/DocumentSchema.js +55 -0
- package/dist/models/DocumentSchema.js.map +1 -0
- package/dist/models/DocumentsSchema.d.ts +48 -0
- package/dist/models/DocumentsSchema.d.ts.map +1 -0
- package/dist/models/DocumentsSchema.js +56 -0
- package/dist/models/DocumentsSchema.js.map +1 -0
- package/dist/models/GuestDocumentActionSchema.d.ts +72 -0
- package/dist/models/GuestDocumentActionSchema.d.ts.map +1 -0
- package/dist/models/GuestDocumentActionSchema.js +73 -0
- package/dist/models/GuestDocumentActionSchema.js.map +1 -0
- package/dist/models/GuestDocumentAttributesSchema.d.ts +157 -0
- package/dist/models/GuestDocumentAttributesSchema.d.ts.map +1 -0
- package/dist/models/GuestDocumentAttributesSchema.js +110 -0
- package/dist/models/GuestDocumentAttributesSchema.js.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaOrganization.d.ts +33 -0
- package/dist/models/GuestDocumentAttributesSchemaOrganization.d.ts.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaOrganization.js +49 -0
- package/dist/models/GuestDocumentAttributesSchemaOrganization.js.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaTimestamps.d.ts +45 -0
- package/dist/models/GuestDocumentAttributesSchemaTimestamps.d.ts.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaTimestamps.js +53 -0
- package/dist/models/GuestDocumentAttributesSchemaTimestamps.js.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaViewer.d.ts +57 -0
- package/dist/models/GuestDocumentAttributesSchemaViewer.d.ts.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaViewer.js +57 -0
- package/dist/models/GuestDocumentAttributesSchemaViewer.js.map +1 -0
- package/dist/models/GuestDocumentMetaSchema.d.ts +44 -0
- package/dist/models/GuestDocumentMetaSchema.d.ts.map +1 -0
- package/dist/models/GuestDocumentMetaSchema.js +55 -0
- package/dist/models/GuestDocumentMetaSchema.js.map +1 -0
- package/dist/models/GuestDocumentResourceSchema.d.ts +53 -0
- package/dist/models/GuestDocumentResourceSchema.d.ts.map +1 -0
- package/dist/models/GuestDocumentResourceSchema.js +61 -0
- package/dist/models/GuestDocumentResourceSchema.js.map +1 -0
- package/dist/models/GuestDocumentSchema.d.ts +39 -0
- package/dist/models/GuestDocumentSchema.d.ts.map +1 -0
- package/dist/models/GuestDocumentSchema.js +50 -0
- package/dist/models/GuestDocumentSchema.js.map +1 -0
- package/dist/models/PersonaAttributesSchema.d.ts +315 -4
- package/dist/models/PersonaAttributesSchema.d.ts.map +1 -1
- package/dist/models/PersonaAttributesSchema.js +95 -4
- package/dist/models/PersonaAttributesSchema.js.map +1 -1
- package/dist/models/PersonaResourceSchema.d.ts +1 -1
- package/dist/models/PersonaResourceSchema.js +1 -1
- package/dist/models/PersonaResourceSchema.js.map +1 -1
- package/dist/models/SubmitGuestDocumentRequestBody.d.ts +41 -0
- package/dist/models/SubmitGuestDocumentRequestBody.d.ts.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBody.js +57 -0
- package/dist/models/SubmitGuestDocumentRequestBody.js.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBodyData.d.ts +53 -0
- package/dist/models/SubmitGuestDocumentRequestBodyData.d.ts.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBodyData.js +65 -0
- package/dist/models/SubmitGuestDocumentRequestBodyData.js.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.d.ts +48 -0
- package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.js +62 -0
- package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/UpdateDocumentRequestBody.d.ts +34 -0
- package/dist/models/UpdateDocumentRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateDocumentRequestBody.js +52 -0
- package/dist/models/UpdateDocumentRequestBody.js.map +1 -0
- package/dist/models/UpdateDocumentRequestBodyData.d.ts +60 -0
- package/dist/models/UpdateDocumentRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateDocumentRequestBodyData.js +66 -0
- package/dist/models/UpdateDocumentRequestBodyData.js.map +1 -0
- package/dist/models/UpdateDocumentRequestBodyDataAttributes.d.ts +85 -0
- package/dist/models/UpdateDocumentRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/UpdateDocumentRequestBodyDataAttributes.js +71 -0
- package/dist/models/UpdateDocumentRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/index.d.ts +27 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +27 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 { DocumentRelationshipsConversationSchema } from './DocumentRelationshipsConversationSchema';
|
|
13
|
+
import type { DocumentRelationshipsJobSchema } from './DocumentRelationshipsJobSchema';
|
|
14
|
+
import type { DocumentRelationshipsCandidateSchema } from './DocumentRelationshipsCandidateSchema';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface DocumentRelationshipsSchema
|
|
19
|
+
*/
|
|
20
|
+
export interface DocumentRelationshipsSchema {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {DocumentRelationshipsCandidateSchema}
|
|
24
|
+
* @memberof DocumentRelationshipsSchema
|
|
25
|
+
*/
|
|
26
|
+
candidate?: DocumentRelationshipsCandidateSchema;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {DocumentRelationshipsJobSchema}
|
|
30
|
+
* @memberof DocumentRelationshipsSchema
|
|
31
|
+
*/
|
|
32
|
+
job?: DocumentRelationshipsJobSchema;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {DocumentRelationshipsConversationSchema}
|
|
36
|
+
* @memberof DocumentRelationshipsSchema
|
|
37
|
+
*/
|
|
38
|
+
conversation?: DocumentRelationshipsConversationSchema;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Check if a given object implements the DocumentRelationshipsSchema interface.
|
|
42
|
+
*/
|
|
43
|
+
export declare function instanceOfDocumentRelationshipsSchema(value: object): value is DocumentRelationshipsSchema;
|
|
44
|
+
export declare function DocumentRelationshipsSchemaFromJSON(json: any): DocumentRelationshipsSchema;
|
|
45
|
+
export declare function DocumentRelationshipsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentRelationshipsSchema;
|
|
46
|
+
export declare function DocumentRelationshipsSchemaToJSON(json: any): DocumentRelationshipsSchema;
|
|
47
|
+
export declare function DocumentRelationshipsSchemaToJSONTyped(value?: DocumentRelationshipsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
48
|
+
//# sourceMappingURL=DocumentRelationshipsSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAOzG,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAOvF,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAQnG;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,SAAS,CAAC,EAAE,oCAAoC,CAAC;IACjD;;;;OAIG;IACH,GAAG,CAAC,EAAE,8BAA8B,CAAC;IACrC;;;;OAIG;IACH,YAAY,CAAC,EAAE,uCAAuC,CAAC;CAC1D;AAED;;GAEG;AACH,wBAAgB,qCAAqC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,2BAA2B,CAEzG;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAE1F;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2BAA2B,CAU7H;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAExF;AAED,wBAAgB,sCAAsC,CAAC,KAAK,CAAC,EAAE,2BAA2B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW5I"}
|
|
@@ -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.instanceOfDocumentRelationshipsSchema = instanceOfDocumentRelationshipsSchema;
|
|
17
|
+
exports.DocumentRelationshipsSchemaFromJSON = DocumentRelationshipsSchemaFromJSON;
|
|
18
|
+
exports.DocumentRelationshipsSchemaFromJSONTyped = DocumentRelationshipsSchemaFromJSONTyped;
|
|
19
|
+
exports.DocumentRelationshipsSchemaToJSON = DocumentRelationshipsSchemaToJSON;
|
|
20
|
+
exports.DocumentRelationshipsSchemaToJSONTyped = DocumentRelationshipsSchemaToJSONTyped;
|
|
21
|
+
const DocumentRelationshipsConversationSchema_1 = require("./DocumentRelationshipsConversationSchema");
|
|
22
|
+
const DocumentRelationshipsJobSchema_1 = require("./DocumentRelationshipsJobSchema");
|
|
23
|
+
const DocumentRelationshipsCandidateSchema_1 = require("./DocumentRelationshipsCandidateSchema");
|
|
24
|
+
/**
|
|
25
|
+
* Check if a given object implements the DocumentRelationshipsSchema interface.
|
|
26
|
+
*/
|
|
27
|
+
function instanceOfDocumentRelationshipsSchema(value) {
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function DocumentRelationshipsSchemaFromJSON(json) {
|
|
31
|
+
return DocumentRelationshipsSchemaFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function DocumentRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'candidate': json['candidate'] == null ? undefined : (0, DocumentRelationshipsCandidateSchema_1.DocumentRelationshipsCandidateSchemaFromJSON)(json['candidate']),
|
|
39
|
+
'job': json['job'] == null ? undefined : (0, DocumentRelationshipsJobSchema_1.DocumentRelationshipsJobSchemaFromJSON)(json['job']),
|
|
40
|
+
'conversation': json['conversation'] == null ? undefined : (0, DocumentRelationshipsConversationSchema_1.DocumentRelationshipsConversationSchemaFromJSON)(json['conversation']),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function DocumentRelationshipsSchemaToJSON(json) {
|
|
44
|
+
return DocumentRelationshipsSchemaToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function DocumentRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'candidate': (0, DocumentRelationshipsCandidateSchema_1.DocumentRelationshipsCandidateSchemaToJSON)(value['candidate']),
|
|
52
|
+
'job': (0, DocumentRelationshipsJobSchema_1.DocumentRelationshipsJobSchemaToJSON)(value['job']),
|
|
53
|
+
'conversation': (0, DocumentRelationshipsConversationSchema_1.DocumentRelationshipsConversationSchemaToJSON)(value['conversation']),
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=DocumentRelationshipsSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsDH,sFAEC;AAED,kFAEC;AAED,4FAUC;AAED,8EAEC;AAED,wFAWC;AArFD,uGAKmD;AAEnD,qFAK0C;AAE1C,iGAKgD;AA4BhD;;GAEG;AACH,SAAgB,qCAAqC,CAAC,KAAa;IAC/D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS,EAAE,mBAA4B;IAC5F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mFAA4C,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACpH,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uEAAsC,EAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC5F,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yFAA+C,EAAC,IAAI,CAAC,cAAc,CAAC,CAAC;KACnI,CAAC;AACN,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,SAAgB,sCAAsC,CAAC,KAA0C,EAAE,sBAA+B,KAAK;IACnI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,WAAW,EAAE,IAAA,iFAA0C,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;QAC3E,KAAK,EAAE,IAAA,qEAAoC,EAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QACzD,cAAc,EAAE,IAAA,uFAA6C,EAAC,KAAK,CAAC,cAAc,CAAC,CAAC;KACvF,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 { DocumentAttributesSchema } from './DocumentAttributesSchema';
|
|
13
|
+
import type { ResourceLinksSchema } from './ResourceLinksSchema';
|
|
14
|
+
import type { DocumentRelationshipsSchema } from './DocumentRelationshipsSchema';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface DocumentResourceSchema
|
|
19
|
+
*/
|
|
20
|
+
export interface DocumentResourceSchema {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {DocumentResourceSchemaTypeEnum}
|
|
24
|
+
* @memberof DocumentResourceSchema
|
|
25
|
+
*/
|
|
26
|
+
type: DocumentResourceSchemaTypeEnum;
|
|
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 DocumentResourceSchema
|
|
31
|
+
*/
|
|
32
|
+
id: string;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {DocumentAttributesSchema}
|
|
36
|
+
* @memberof DocumentResourceSchema
|
|
37
|
+
*/
|
|
38
|
+
attributes: DocumentAttributesSchema;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {DocumentRelationshipsSchema}
|
|
42
|
+
* @memberof DocumentResourceSchema
|
|
43
|
+
*/
|
|
44
|
+
relationships?: DocumentRelationshipsSchema;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {ResourceLinksSchema}
|
|
48
|
+
* @memberof DocumentResourceSchema
|
|
49
|
+
*/
|
|
50
|
+
links?: ResourceLinksSchema;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {{ [key: string]: any; }}
|
|
54
|
+
* @memberof DocumentResourceSchema
|
|
55
|
+
*/
|
|
56
|
+
meta?: {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* @export
|
|
62
|
+
*/
|
|
63
|
+
export declare const DocumentResourceSchemaTypeEnum: {
|
|
64
|
+
readonly Documents: "documents";
|
|
65
|
+
};
|
|
66
|
+
export type DocumentResourceSchemaTypeEnum = typeof DocumentResourceSchemaTypeEnum[keyof typeof DocumentResourceSchemaTypeEnum];
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the DocumentResourceSchema interface.
|
|
69
|
+
*/
|
|
70
|
+
export declare function instanceOfDocumentResourceSchema(value: object): value is DocumentResourceSchema;
|
|
71
|
+
export declare function DocumentResourceSchemaFromJSON(json: any): DocumentResourceSchema;
|
|
72
|
+
export declare function DocumentResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentResourceSchema;
|
|
73
|
+
export declare function DocumentResourceSchemaToJSON(json: any): DocumentResourceSchema;
|
|
74
|
+
export declare function DocumentResourceSchemaToJSONTyped(value?: DocumentResourceSchema | null, ignoreDiscriminator?: boolean): any;
|
|
75
|
+
//# sourceMappingURL=DocumentResourceSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/DocumentResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAO3E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAQjF;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,EAAE,8BAA8B,CAAC;IACrC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,wBAAwB,CAAC;IACrC;;;;OAIG;IACH,aAAa,CAAC,EAAE,2BAA2B,CAAC;IAC5C;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAGD;;GAEG;AACH,eAAO,MAAM,8BAA8B;;CAEjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAGhI;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAK/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAanH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,sBAAsB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAclI"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DocumentResourceSchemaTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfDocumentResourceSchema = instanceOfDocumentResourceSchema;
|
|
18
|
+
exports.DocumentResourceSchemaFromJSON = DocumentResourceSchemaFromJSON;
|
|
19
|
+
exports.DocumentResourceSchemaFromJSONTyped = DocumentResourceSchemaFromJSONTyped;
|
|
20
|
+
exports.DocumentResourceSchemaToJSON = DocumentResourceSchemaToJSON;
|
|
21
|
+
exports.DocumentResourceSchemaToJSONTyped = DocumentResourceSchemaToJSONTyped;
|
|
22
|
+
const DocumentAttributesSchema_1 = require("./DocumentAttributesSchema");
|
|
23
|
+
const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
|
|
24
|
+
const DocumentRelationshipsSchema_1 = require("./DocumentRelationshipsSchema");
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
exports.DocumentResourceSchemaTypeEnum = {
|
|
29
|
+
Documents: 'documents'
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the DocumentResourceSchema interface.
|
|
33
|
+
*/
|
|
34
|
+
function instanceOfDocumentResourceSchema(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 DocumentResourceSchemaFromJSON(json) {
|
|
44
|
+
return DocumentResourceSchemaFromJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function DocumentResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
47
|
+
if (json == null) {
|
|
48
|
+
return json;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'type': json['type'],
|
|
52
|
+
'id': json['id'],
|
|
53
|
+
'attributes': (0, DocumentAttributesSchema_1.DocumentAttributesSchemaFromJSON)(json['attributes']),
|
|
54
|
+
'relationships': json['relationships'] == null ? undefined : (0, DocumentRelationshipsSchema_1.DocumentRelationshipsSchemaFromJSON)(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 DocumentResourceSchemaToJSON(json) {
|
|
60
|
+
return DocumentResourceSchemaToJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
function DocumentResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
63
|
+
if (value == null) {
|
|
64
|
+
return value;
|
|
65
|
+
}
|
|
66
|
+
return {
|
|
67
|
+
'type': value['type'],
|
|
68
|
+
'id': value['id'],
|
|
69
|
+
'attributes': (0, DocumentAttributesSchema_1.DocumentAttributesSchemaToJSON)(value['attributes']),
|
|
70
|
+
'relationships': (0, DocumentRelationshipsSchema_1.DocumentRelationshipsSchemaToJSON)(value['relationships']),
|
|
71
|
+
'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
|
|
72
|
+
'meta': value['meta'],
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
//# sourceMappingURL=DocumentResourceSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentResourceSchema.js","sourceRoot":"","sources":["../../src/models/DocumentResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkFH,4EAKC;AAED,wEAEC;AAED,kFAaC;AAED,oEAEC;AAED,8EAcC;AA1HD,yEAKoC;AAEpC,+DAK+B;AAE/B,+EAKuC;AA+CvC;;GAEG;AACU,QAAA,8BAA8B,GAAG;IAC1C,SAAS,EAAE,WAAW;CAChB,CAAC;AAIX;;GAEG;AACH,SAAgB,gCAAgC,CAAC,KAAa;IAC1D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,YAAY,EAAE,IAAA,2DAAgC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAClE,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iEAAmC,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QACvH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,KAAqC,EAAE,sBAA+B,KAAK;IACzH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,yDAA8B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACjE,eAAe,EAAE,IAAA,+DAAiC,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QAC1E,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ResourceLinksSchema } from './ResourceLinksSchema';
|
|
13
|
+
import type { DocumentResourceSchema } from './DocumentResourceSchema';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DocumentSchema
|
|
18
|
+
*/
|
|
19
|
+
export interface DocumentSchema {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {DocumentResourceSchema}
|
|
23
|
+
* @memberof DocumentSchema
|
|
24
|
+
*/
|
|
25
|
+
data?: DocumentResourceSchema;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ResourceLinksSchema}
|
|
29
|
+
* @memberof DocumentSchema
|
|
30
|
+
*/
|
|
31
|
+
links?: ResourceLinksSchema;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {{ [key: string]: any; }}
|
|
35
|
+
* @memberof DocumentSchema
|
|
36
|
+
*/
|
|
37
|
+
meta?: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Check if a given object implements the DocumentSchema interface.
|
|
43
|
+
*/
|
|
44
|
+
export declare function instanceOfDocumentSchema(value: object): value is DocumentSchema;
|
|
45
|
+
export declare function DocumentSchemaFromJSON(json: any): DocumentSchema;
|
|
46
|
+
export declare function DocumentSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentSchema;
|
|
47
|
+
export declare function DocumentSchemaToJSON(json: any): DocumentSchema;
|
|
48
|
+
export declare function DocumentSchemaToJSONTyped(value?: DocumentSchema | null, ignoreDiscriminator?: boolean): any;
|
|
49
|
+
//# sourceMappingURL=DocumentSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentSchema.d.ts","sourceRoot":"","sources":["../../src/models/DocumentSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAQvE;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,IAAI,CAAC,EAAE,sBAAsB,CAAC;IAC9B;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,cAAc,CAE/E;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAUnG;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAE9D;AAED,wBAAgB,yBAAyB,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWlH"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfDocumentSchema = instanceOfDocumentSchema;
|
|
17
|
+
exports.DocumentSchemaFromJSON = DocumentSchemaFromJSON;
|
|
18
|
+
exports.DocumentSchemaFromJSONTyped = DocumentSchemaFromJSONTyped;
|
|
19
|
+
exports.DocumentSchemaToJSON = DocumentSchemaToJSON;
|
|
20
|
+
exports.DocumentSchemaToJSONTyped = DocumentSchemaToJSONTyped;
|
|
21
|
+
const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
|
|
22
|
+
const DocumentResourceSchema_1 = require("./DocumentResourceSchema");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the DocumentSchema interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfDocumentSchema(value) {
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function DocumentSchemaFromJSON(json) {
|
|
30
|
+
return DocumentSchemaFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function DocumentSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'data': json['data'] == null ? undefined : (0, DocumentResourceSchema_1.DocumentResourceSchemaFromJSON)(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 DocumentSchemaToJSON(json) {
|
|
43
|
+
return DocumentSchemaToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function DocumentSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'data': (0, DocumentResourceSchema_1.DocumentResourceSchemaToJSON)(value['data']),
|
|
51
|
+
'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
|
|
52
|
+
'meta': value['meta'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=DocumentSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentSchema.js","sourceRoot":"","sources":["../../src/models/DocumentSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,4DAEC;AAED,wDAEC;AAED,kEAUC;AAED,oDAEC;AAED,8DAWC;AA9ED,+DAK+B;AAE/B,qEAKkC;AA4BlC;;GAEG;AACH,SAAgB,wBAAwB,CAAC,KAAa;IAClD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS,EAAE,mBAA4B;IAC/E,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uDAA8B,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACvF,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAED,SAAgB,yBAAyB,CAAC,KAA6B,EAAE,sBAA+B,KAAK;IACzG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,qDAA4B,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QACnD,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -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 { DocumentResourceSchema } from './DocumentResourceSchema';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface DocumentsSchema
|
|
19
|
+
*/
|
|
20
|
+
export interface DocumentsSchema {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {Array<DocumentResourceSchema>}
|
|
24
|
+
* @memberof DocumentsSchema
|
|
25
|
+
*/
|
|
26
|
+
data?: Array<DocumentResourceSchema>;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {ResourcesLinksSchema}
|
|
30
|
+
* @memberof DocumentsSchema
|
|
31
|
+
*/
|
|
32
|
+
links?: ResourcesLinksSchema;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {ResourcesMetaSchema}
|
|
36
|
+
* @memberof DocumentsSchema
|
|
37
|
+
*/
|
|
38
|
+
meta?: ResourcesMetaSchema;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Check if a given object implements the DocumentsSchema interface.
|
|
42
|
+
*/
|
|
43
|
+
export declare function instanceOfDocumentsSchema(value: object): value is DocumentsSchema;
|
|
44
|
+
export declare function DocumentsSchemaFromJSON(json: any): DocumentsSchema;
|
|
45
|
+
export declare function DocumentsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentsSchema;
|
|
46
|
+
export declare function DocumentsSchemaToJSON(json: any): DocumentsSchema;
|
|
47
|
+
export declare function DocumentsSchemaToJSONTyped(value?: DocumentsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
48
|
+
//# sourceMappingURL=DocumentsSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentsSchema.d.ts","sourceRoot":"","sources":["../../src/models/DocumentsSchema.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,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAQvE;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;IACrC;;;;OAIG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC9B;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,eAAe,CAEjF;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAElE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,eAAe,CAUrG;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAEhE;AAED,wBAAgB,0BAA0B,CAAC,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWpH"}
|
|
@@ -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.instanceOfDocumentsSchema = instanceOfDocumentsSchema;
|
|
17
|
+
exports.DocumentsSchemaFromJSON = DocumentsSchemaFromJSON;
|
|
18
|
+
exports.DocumentsSchemaFromJSONTyped = DocumentsSchemaFromJSONTyped;
|
|
19
|
+
exports.DocumentsSchemaToJSON = DocumentsSchemaToJSON;
|
|
20
|
+
exports.DocumentsSchemaToJSONTyped = DocumentsSchemaToJSONTyped;
|
|
21
|
+
const ResourcesMetaSchema_1 = require("./ResourcesMetaSchema");
|
|
22
|
+
const ResourcesLinksSchema_1 = require("./ResourcesLinksSchema");
|
|
23
|
+
const DocumentResourceSchema_1 = require("./DocumentResourceSchema");
|
|
24
|
+
/**
|
|
25
|
+
* Check if a given object implements the DocumentsSchema interface.
|
|
26
|
+
*/
|
|
27
|
+
function instanceOfDocumentsSchema(value) {
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function DocumentsSchemaFromJSON(json) {
|
|
31
|
+
return DocumentsSchemaFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function DocumentsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'data': json['data'] == null ? undefined : (json['data'].map(DocumentResourceSchema_1.DocumentResourceSchemaFromJSON)),
|
|
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 DocumentsSchemaToJSON(json) {
|
|
44
|
+
return DocumentsSchemaToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function DocumentsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'data': value['data'] == null ? undefined : (value['data'].map(DocumentResourceSchema_1.DocumentResourceSchemaToJSON)),
|
|
52
|
+
'links': (0, ResourcesLinksSchema_1.ResourcesLinksSchemaToJSON)(value['links']),
|
|
53
|
+
'meta': (0, ResourcesMetaSchema_1.ResourcesMetaSchemaToJSON)(value['meta']),
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=DocumentsSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentsSchema.js","sourceRoot":"","sources":["../../src/models/DocumentsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsDH,8DAEC;AAED,0DAEC;AAED,oEAUC;AAED,sDAEC;AAED,gEAWC;AArFD,+DAK+B;AAE/B,iEAKgC;AAEhC,qEAKkC;AA4BlC;;GAEG;AACH,SAAgB,yBAAyB,CAAC,KAAa;IACnD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,uBAAuB,CAAC,IAAS;IAC7C,OAAO,4BAA4B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrD,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS,EAAE,mBAA4B;IAChF,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,uDAA8B,CAAC,CAAC;QAC7G,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,qBAAqB,CAAC,IAAS;IAC3C,OAAO,0BAA0B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnD,CAAC;AAED,SAAgB,0BAA0B,CAAC,KAA8B,EAAE,sBAA+B,KAAK;IAC3G,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,qDAA4B,CAAC,CAAC;QAC7G,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,72 @@
|
|
|
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
|
+
* The DELTA returned by submitGuestDocument - the FE applies it to
|
|
14
|
+
* its state and never invents a participant or activity entry of its
|
|
15
|
+
* own.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GuestDocumentActionSchema
|
|
18
|
+
*/
|
|
19
|
+
export interface GuestDocumentActionSchema {
|
|
20
|
+
/**
|
|
21
|
+
* redirect_required is reserved for the provider signature arc - v1 never returns it.
|
|
22
|
+
* @type {GuestDocumentActionSchemaOutcomeEnum}
|
|
23
|
+
* @memberof GuestDocumentActionSchema
|
|
24
|
+
*/
|
|
25
|
+
outcome?: GuestDocumentActionSchemaOutcomeEnum;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {GuestDocumentActionSchemaStatusEnum}
|
|
29
|
+
* @memberof GuestDocumentActionSchema
|
|
30
|
+
*/
|
|
31
|
+
status?: GuestDocumentActionSchemaStatusEnum;
|
|
32
|
+
/**
|
|
33
|
+
* The updated viewer participant (sanitized).
|
|
34
|
+
* @type {object}
|
|
35
|
+
* @memberof GuestDocumentActionSchema
|
|
36
|
+
*/
|
|
37
|
+
participant?: object;
|
|
38
|
+
/**
|
|
39
|
+
* The sanitized entries this action appended (empty on an idempotent VIEW repeat).
|
|
40
|
+
* @type {Array<object>}
|
|
41
|
+
* @memberof GuestDocumentActionSchema
|
|
42
|
+
*/
|
|
43
|
+
activity?: Array<object>;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @export
|
|
47
|
+
*/
|
|
48
|
+
export declare const GuestDocumentActionSchemaOutcomeEnum: {
|
|
49
|
+
readonly Applied: "applied";
|
|
50
|
+
readonly RedirectRequired: "redirect_required";
|
|
51
|
+
};
|
|
52
|
+
export type GuestDocumentActionSchemaOutcomeEnum = typeof GuestDocumentActionSchemaOutcomeEnum[keyof typeof GuestDocumentActionSchemaOutcomeEnum];
|
|
53
|
+
/**
|
|
54
|
+
* @export
|
|
55
|
+
*/
|
|
56
|
+
export declare const GuestDocumentActionSchemaStatusEnum: {
|
|
57
|
+
readonly Pending: "pending";
|
|
58
|
+
readonly Completed: "completed";
|
|
59
|
+
readonly Declined: "declined";
|
|
60
|
+
readonly Expired: "expired";
|
|
61
|
+
readonly Withdrawn: "withdrawn";
|
|
62
|
+
};
|
|
63
|
+
export type GuestDocumentActionSchemaStatusEnum = typeof GuestDocumentActionSchemaStatusEnum[keyof typeof GuestDocumentActionSchemaStatusEnum];
|
|
64
|
+
/**
|
|
65
|
+
* Check if a given object implements the GuestDocumentActionSchema interface.
|
|
66
|
+
*/
|
|
67
|
+
export declare function instanceOfGuestDocumentActionSchema(value: object): value is GuestDocumentActionSchema;
|
|
68
|
+
export declare function GuestDocumentActionSchemaFromJSON(json: any): GuestDocumentActionSchema;
|
|
69
|
+
export declare function GuestDocumentActionSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentActionSchema;
|
|
70
|
+
export declare function GuestDocumentActionSchemaToJSON(json: any): GuestDocumentActionSchema;
|
|
71
|
+
export declare function GuestDocumentActionSchemaToJSONTyped(value?: GuestDocumentActionSchema | null, ignoreDiscriminator?: boolean): any;
|
|
72
|
+
//# sourceMappingURL=GuestDocumentActionSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentActionSchema.d.ts","sourceRoot":"","sources":["../../src/models/GuestDocumentActionSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;;;GAMG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,OAAO,CAAC,EAAE,oCAAoC,CAAC;IAC/C;;;;OAIG;IACH,MAAM,CAAC,EAAE,mCAAmC,CAAC;IAC7C;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B;AAGD;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;CAGvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAElJ;;GAEG;AACH,eAAO,MAAM,mCAAmC;;;;;;CAMtC,CAAC;AACX,MAAM,MAAM,mCAAmC,GAAG,OAAO,mCAAmC,CAAC,MAAM,OAAO,mCAAmC,CAAC,CAAC;AAG/I;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAErG;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,CAWzH;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEpF;AAED,wBAAgB,oCAAoC,CAAC,KAAK,CAAC,EAAE,yBAAyB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAYxI"}
|
|
@@ -0,0 +1,73 @@
|
|
|
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.GuestDocumentActionSchemaStatusEnum = exports.GuestDocumentActionSchemaOutcomeEnum = void 0;
|
|
17
|
+
exports.instanceOfGuestDocumentActionSchema = instanceOfGuestDocumentActionSchema;
|
|
18
|
+
exports.GuestDocumentActionSchemaFromJSON = GuestDocumentActionSchemaFromJSON;
|
|
19
|
+
exports.GuestDocumentActionSchemaFromJSONTyped = GuestDocumentActionSchemaFromJSONTyped;
|
|
20
|
+
exports.GuestDocumentActionSchemaToJSON = GuestDocumentActionSchemaToJSON;
|
|
21
|
+
exports.GuestDocumentActionSchemaToJSONTyped = GuestDocumentActionSchemaToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.GuestDocumentActionSchemaOutcomeEnum = {
|
|
26
|
+
Applied: 'applied',
|
|
27
|
+
RedirectRequired: 'redirect_required'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* @export
|
|
31
|
+
*/
|
|
32
|
+
exports.GuestDocumentActionSchemaStatusEnum = {
|
|
33
|
+
Pending: 'pending',
|
|
34
|
+
Completed: 'completed',
|
|
35
|
+
Declined: 'declined',
|
|
36
|
+
Expired: 'expired',
|
|
37
|
+
Withdrawn: 'withdrawn'
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the GuestDocumentActionSchema interface.
|
|
41
|
+
*/
|
|
42
|
+
function instanceOfGuestDocumentActionSchema(value) {
|
|
43
|
+
return true;
|
|
44
|
+
}
|
|
45
|
+
function GuestDocumentActionSchemaFromJSON(json) {
|
|
46
|
+
return GuestDocumentActionSchemaFromJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
function GuestDocumentActionSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
49
|
+
if (json == null) {
|
|
50
|
+
return json;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
'outcome': json['outcome'] == null ? undefined : json['outcome'],
|
|
54
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
55
|
+
'participant': json['participant'] == null ? undefined : json['participant'],
|
|
56
|
+
'activity': json['activity'] == null ? undefined : json['activity'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
function GuestDocumentActionSchemaToJSON(json) {
|
|
60
|
+
return GuestDocumentActionSchemaToJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
function GuestDocumentActionSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
63
|
+
if (value == null) {
|
|
64
|
+
return value;
|
|
65
|
+
}
|
|
66
|
+
return {
|
|
67
|
+
'outcome': value['outcome'],
|
|
68
|
+
'status': value['status'],
|
|
69
|
+
'participant': value['participant'],
|
|
70
|
+
'activity': value['activity'],
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
//# sourceMappingURL=GuestDocumentActionSchema.js.map
|