@smartytalent/api-client 0.8.2 → 0.8.3
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 +298 -4
- package/dist/models/PersonaAttributesSchema.d.ts.map +1 -1
- package/dist/models/PersonaAttributesSchema.js +86 -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 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentActionSchema.js","sourceRoot":"","sources":["../../src/models/GuestDocumentActionSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA+DH,kFAEC;AAED,8EAEC;AAED,wFAWC;AAED,0EAEC;AAED,oFAYC;AA9DD;;GAEG;AACU,QAAA,oCAAoC,GAAG;IAChD,OAAO,EAAE,SAAS;IAClB,gBAAgB,EAAE,mBAAmB;CAC/B,CAAC;AAGX;;GAEG;AACU,QAAA,mCAAmC,GAAG;IAC/C,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CAChB,CAAC;AAIX;;GAEG;AACH,SAAgB,mCAAmC,CAAC,KAAa;IAC7D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS,EAAE,mBAA4B;IAC1F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC5E,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;KACtE,CAAC;AACN,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,KAAwC,EAAE,sBAA+B,KAAK;IAC/H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;KAChC,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,157 @@
|
|
|
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 { GuestDocumentAttributesSchemaTimestamps } from './GuestDocumentAttributesSchemaTimestamps';
|
|
13
|
+
import type { GuestDocumentAttributesSchemaOrganization } from './GuestDocumentAttributesSchemaOrganization';
|
|
14
|
+
import type { GuestDocumentAttributesSchemaViewer } from './GuestDocumentAttributesSchemaViewer';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface GuestDocumentAttributesSchema
|
|
19
|
+
*/
|
|
20
|
+
export interface GuestDocumentAttributesSchema {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {GuestDocumentAttributesSchemaProcessEnum}
|
|
24
|
+
* @memberof GuestDocumentAttributesSchema
|
|
25
|
+
*/
|
|
26
|
+
process?: GuestDocumentAttributesSchemaProcessEnum;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {GuestDocumentAttributesSchemaDocumentTypeEnum}
|
|
30
|
+
* @memberof GuestDocumentAttributesSchema
|
|
31
|
+
*/
|
|
32
|
+
documentType?: GuestDocumentAttributesSchemaDocumentTypeEnum;
|
|
33
|
+
/**
|
|
34
|
+
* Effective status - expired is reported for a pending row past expires even before any write. draft never reaches this surface.
|
|
35
|
+
* @type {GuestDocumentAttributesSchemaStatusEnum}
|
|
36
|
+
* @memberof GuestDocumentAttributesSchema
|
|
37
|
+
*/
|
|
38
|
+
status?: GuestDocumentAttributesSchemaStatusEnum;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {{ [key: string]: string; }}
|
|
42
|
+
* @memberof GuestDocumentAttributesSchema
|
|
43
|
+
*/
|
|
44
|
+
title?: {
|
|
45
|
+
[key: string]: string;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof GuestDocumentAttributesSchema
|
|
51
|
+
*/
|
|
52
|
+
reference?: string;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof GuestDocumentAttributesSchema
|
|
57
|
+
*/
|
|
58
|
+
languageCode?: string;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {GuestDocumentAttributesSchemaOrganization}
|
|
62
|
+
* @memberof GuestDocumentAttributesSchema
|
|
63
|
+
*/
|
|
64
|
+
organization?: GuestDocumentAttributesSchemaOrganization;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {GuestDocumentAttributesSchemaTimestamps}
|
|
68
|
+
* @memberof GuestDocumentAttributesSchema
|
|
69
|
+
*/
|
|
70
|
+
timestamps?: GuestDocumentAttributesSchemaTimestamps;
|
|
71
|
+
/**
|
|
72
|
+
* The typed block tree to render, in order.
|
|
73
|
+
* @type {Array<object>}
|
|
74
|
+
* @memberof GuestDocumentAttributesSchema
|
|
75
|
+
*/
|
|
76
|
+
body?: Array<object>;
|
|
77
|
+
/**
|
|
78
|
+
* The field registry (editableBy: none in v1 - render read-only).
|
|
79
|
+
* @type {Array<object>}
|
|
80
|
+
* @memberof GuestDocumentAttributesSchema
|
|
81
|
+
*/
|
|
82
|
+
fields?: Array<object>;
|
|
83
|
+
/**
|
|
84
|
+
* Computed server-side: {kind: ACCEPT|DECLINE, primary, enabled
|
|
85
|
+
* (always true in v1 - after acting or expiry the array is EMPTY),
|
|
86
|
+
* confirmations: [..]}. May legitimately be empty (read-only
|
|
87
|
+
* document). VIEW never appears here.
|
|
88
|
+
* @type {Array<object>}
|
|
89
|
+
* @memberof GuestDocumentAttributesSchema
|
|
90
|
+
*/
|
|
91
|
+
availableActions?: Array<object>;
|
|
92
|
+
/**
|
|
93
|
+
* Sanitized: {id, name, role, party, organizationName?, isViewer, state, actedAt?, actedVia?, order?}. No emails, no tokens.
|
|
94
|
+
* @type {Array<object>}
|
|
95
|
+
* @memberof GuestDocumentAttributesSchema
|
|
96
|
+
*/
|
|
97
|
+
participants?: Array<object>;
|
|
98
|
+
/**
|
|
99
|
+
* Sanitized: {id, event, at, actorId?} - past entries only in v1, no pending:true, no evidence meta.
|
|
100
|
+
* @type {Array<object>}
|
|
101
|
+
* @memberof GuestDocumentAttributesSchema
|
|
102
|
+
*/
|
|
103
|
+
activity?: Array<object>;
|
|
104
|
+
/**
|
|
105
|
+
* Always [] in v1 (viewer.canComment is false). Shape reserved for v2.
|
|
106
|
+
* @type {Array<object>}
|
|
107
|
+
* @memberof GuestDocumentAttributesSchema
|
|
108
|
+
*/
|
|
109
|
+
comments?: Array<object>;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {GuestDocumentAttributesSchemaViewer}
|
|
113
|
+
* @memberof GuestDocumentAttributesSchema
|
|
114
|
+
*/
|
|
115
|
+
viewer?: GuestDocumentAttributesSchemaViewer;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* @export
|
|
119
|
+
*/
|
|
120
|
+
export declare const GuestDocumentAttributesSchemaProcessEnum: {
|
|
121
|
+
readonly Offer: "offer";
|
|
122
|
+
readonly Contract: "contract";
|
|
123
|
+
readonly Document: "document";
|
|
124
|
+
};
|
|
125
|
+
export type GuestDocumentAttributesSchemaProcessEnum = typeof GuestDocumentAttributesSchemaProcessEnum[keyof typeof GuestDocumentAttributesSchemaProcessEnum];
|
|
126
|
+
/**
|
|
127
|
+
* @export
|
|
128
|
+
*/
|
|
129
|
+
export declare const GuestDocumentAttributesSchemaDocumentTypeEnum: {
|
|
130
|
+
readonly EmploymentOffer: "employment_offer";
|
|
131
|
+
readonly EmploymentContract: "employment_contract";
|
|
132
|
+
readonly B2bContract: "b2b_contract";
|
|
133
|
+
readonly Nda: "nda";
|
|
134
|
+
readonly Policy: "policy";
|
|
135
|
+
readonly Consent: "consent";
|
|
136
|
+
};
|
|
137
|
+
export type GuestDocumentAttributesSchemaDocumentTypeEnum = typeof GuestDocumentAttributesSchemaDocumentTypeEnum[keyof typeof GuestDocumentAttributesSchemaDocumentTypeEnum];
|
|
138
|
+
/**
|
|
139
|
+
* @export
|
|
140
|
+
*/
|
|
141
|
+
export declare const GuestDocumentAttributesSchemaStatusEnum: {
|
|
142
|
+
readonly Pending: "pending";
|
|
143
|
+
readonly Completed: "completed";
|
|
144
|
+
readonly Declined: "declined";
|
|
145
|
+
readonly Expired: "expired";
|
|
146
|
+
readonly Withdrawn: "withdrawn";
|
|
147
|
+
};
|
|
148
|
+
export type GuestDocumentAttributesSchemaStatusEnum = typeof GuestDocumentAttributesSchemaStatusEnum[keyof typeof GuestDocumentAttributesSchemaStatusEnum];
|
|
149
|
+
/**
|
|
150
|
+
* Check if a given object implements the GuestDocumentAttributesSchema interface.
|
|
151
|
+
*/
|
|
152
|
+
export declare function instanceOfGuestDocumentAttributesSchema(value: object): value is GuestDocumentAttributesSchema;
|
|
153
|
+
export declare function GuestDocumentAttributesSchemaFromJSON(json: any): GuestDocumentAttributesSchema;
|
|
154
|
+
export declare function GuestDocumentAttributesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentAttributesSchema;
|
|
155
|
+
export declare function GuestDocumentAttributesSchemaToJSON(json: any): GuestDocumentAttributesSchema;
|
|
156
|
+
export declare function GuestDocumentAttributesSchemaToJSONTyped(value?: GuestDocumentAttributesSchema | null, ignoreDiscriminator?: boolean): any;
|
|
157
|
+
//# sourceMappingURL=GuestDocumentAttributesSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/GuestDocumentAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAOzG,OAAO,KAAK,EAAE,yCAAyC,EAAE,MAAM,6CAA6C,CAAC;AAO7G,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAQjG;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,OAAO,CAAC,EAAE,wCAAwC,CAAC;IACnD;;;;OAIG;IACH,YAAY,CAAC,EAAE,6CAA6C,CAAC;IAC7D;;;;OAIG;IACH,MAAM,CAAC,EAAE,uCAAuC,CAAC;IACjD;;;;OAIG;IACH,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACnC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,yCAAyC,CAAC;IACzD;;;;OAIG;IACH,UAAU,CAAC,EAAE,uCAAuC,CAAC;IACrD;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACvB;;;;;;;OAOG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,mCAAmC,CAAC;CAChD;AAGD;;GAEG;AACH,eAAO,MAAM,wCAAwC;;;;CAI3C,CAAC;AACX,MAAM,MAAM,wCAAwC,GAAG,OAAO,wCAAwC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAE9J;;GAEG;AACH,eAAO,MAAM,6CAA6C;;;;;;;CAOhD,CAAC;AACX,MAAM,MAAM,6CAA6C,GAAG,OAAO,6CAA6C,CAAC,MAAM,OAAO,6CAA6C,CAAC,CAAC;AAE7K;;GAEG;AACH,eAAO,MAAM,uCAAuC;;;;;;CAM1C,CAAC;AACX,MAAM,MAAM,uCAAuC,GAAG,OAAO,uCAAuC,CAAC,MAAM,OAAO,uCAAuC,CAAC,CAAC;AAG3J;;GAEG;AACH,wBAAgB,uCAAuC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,6BAA6B,CAE7G;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE9F;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,6BAA6B,CAsBjI;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE5F;AAED,wBAAgB,wCAAwC,CAAC,KAAK,CAAC,EAAE,6BAA6B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAuBhJ"}
|
|
@@ -0,0 +1,110 @@
|
|
|
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.GuestDocumentAttributesSchemaStatusEnum = exports.GuestDocumentAttributesSchemaDocumentTypeEnum = exports.GuestDocumentAttributesSchemaProcessEnum = void 0;
|
|
17
|
+
exports.instanceOfGuestDocumentAttributesSchema = instanceOfGuestDocumentAttributesSchema;
|
|
18
|
+
exports.GuestDocumentAttributesSchemaFromJSON = GuestDocumentAttributesSchemaFromJSON;
|
|
19
|
+
exports.GuestDocumentAttributesSchemaFromJSONTyped = GuestDocumentAttributesSchemaFromJSONTyped;
|
|
20
|
+
exports.GuestDocumentAttributesSchemaToJSON = GuestDocumentAttributesSchemaToJSON;
|
|
21
|
+
exports.GuestDocumentAttributesSchemaToJSONTyped = GuestDocumentAttributesSchemaToJSONTyped;
|
|
22
|
+
const GuestDocumentAttributesSchemaTimestamps_1 = require("./GuestDocumentAttributesSchemaTimestamps");
|
|
23
|
+
const GuestDocumentAttributesSchemaOrganization_1 = require("./GuestDocumentAttributesSchemaOrganization");
|
|
24
|
+
const GuestDocumentAttributesSchemaViewer_1 = require("./GuestDocumentAttributesSchemaViewer");
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
exports.GuestDocumentAttributesSchemaProcessEnum = {
|
|
29
|
+
Offer: 'offer',
|
|
30
|
+
Contract: 'contract',
|
|
31
|
+
Document: 'document'
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* @export
|
|
35
|
+
*/
|
|
36
|
+
exports.GuestDocumentAttributesSchemaDocumentTypeEnum = {
|
|
37
|
+
EmploymentOffer: 'employment_offer',
|
|
38
|
+
EmploymentContract: 'employment_contract',
|
|
39
|
+
B2bContract: 'b2b_contract',
|
|
40
|
+
Nda: 'nda',
|
|
41
|
+
Policy: 'policy',
|
|
42
|
+
Consent: 'consent'
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* @export
|
|
46
|
+
*/
|
|
47
|
+
exports.GuestDocumentAttributesSchemaStatusEnum = {
|
|
48
|
+
Pending: 'pending',
|
|
49
|
+
Completed: 'completed',
|
|
50
|
+
Declined: 'declined',
|
|
51
|
+
Expired: 'expired',
|
|
52
|
+
Withdrawn: 'withdrawn'
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* Check if a given object implements the GuestDocumentAttributesSchema interface.
|
|
56
|
+
*/
|
|
57
|
+
function instanceOfGuestDocumentAttributesSchema(value) {
|
|
58
|
+
return true;
|
|
59
|
+
}
|
|
60
|
+
function GuestDocumentAttributesSchemaFromJSON(json) {
|
|
61
|
+
return GuestDocumentAttributesSchemaFromJSONTyped(json, false);
|
|
62
|
+
}
|
|
63
|
+
function GuestDocumentAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
64
|
+
if (json == null) {
|
|
65
|
+
return json;
|
|
66
|
+
}
|
|
67
|
+
return {
|
|
68
|
+
'process': json['process'] == null ? undefined : json['process'],
|
|
69
|
+
'documentType': json['documentType'] == null ? undefined : json['documentType'],
|
|
70
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
71
|
+
'title': json['title'] == null ? undefined : json['title'],
|
|
72
|
+
'reference': json['reference'] == null ? undefined : json['reference'],
|
|
73
|
+
'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
|
|
74
|
+
'organization': json['organization'] == null ? undefined : (0, GuestDocumentAttributesSchemaOrganization_1.GuestDocumentAttributesSchemaOrganizationFromJSON)(json['organization']),
|
|
75
|
+
'timestamps': json['timestamps'] == null ? undefined : (0, GuestDocumentAttributesSchemaTimestamps_1.GuestDocumentAttributesSchemaTimestampsFromJSON)(json['timestamps']),
|
|
76
|
+
'body': json['body'] == null ? undefined : json['body'],
|
|
77
|
+
'fields': json['fields'] == null ? undefined : json['fields'],
|
|
78
|
+
'availableActions': json['availableActions'] == null ? undefined : json['availableActions'],
|
|
79
|
+
'participants': json['participants'] == null ? undefined : json['participants'],
|
|
80
|
+
'activity': json['activity'] == null ? undefined : json['activity'],
|
|
81
|
+
'comments': json['comments'] == null ? undefined : json['comments'],
|
|
82
|
+
'viewer': json['viewer'] == null ? undefined : (0, GuestDocumentAttributesSchemaViewer_1.GuestDocumentAttributesSchemaViewerFromJSON)(json['viewer']),
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
function GuestDocumentAttributesSchemaToJSON(json) {
|
|
86
|
+
return GuestDocumentAttributesSchemaToJSONTyped(json, false);
|
|
87
|
+
}
|
|
88
|
+
function GuestDocumentAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
89
|
+
if (value == null) {
|
|
90
|
+
return value;
|
|
91
|
+
}
|
|
92
|
+
return {
|
|
93
|
+
'process': value['process'],
|
|
94
|
+
'documentType': value['documentType'],
|
|
95
|
+
'status': value['status'],
|
|
96
|
+
'title': value['title'],
|
|
97
|
+
'reference': value['reference'],
|
|
98
|
+
'languageCode': value['languageCode'],
|
|
99
|
+
'organization': (0, GuestDocumentAttributesSchemaOrganization_1.GuestDocumentAttributesSchemaOrganizationToJSON)(value['organization']),
|
|
100
|
+
'timestamps': (0, GuestDocumentAttributesSchemaTimestamps_1.GuestDocumentAttributesSchemaTimestampsToJSON)(value['timestamps']),
|
|
101
|
+
'body': value['body'],
|
|
102
|
+
'fields': value['fields'],
|
|
103
|
+
'availableActions': value['availableActions'],
|
|
104
|
+
'participants': value['participants'],
|
|
105
|
+
'activity': value['activity'],
|
|
106
|
+
'comments': value['comments'],
|
|
107
|
+
'viewer': (0, GuestDocumentAttributesSchemaViewer_1.GuestDocumentAttributesSchemaViewerToJSON)(value['viewer']),
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
//# sourceMappingURL=GuestDocumentAttributesSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentAttributesSchema.js","sourceRoot":"","sources":["../../src/models/GuestDocumentAttributesSchema.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GuestDocumentAttributesSchemaOrganization
|
|
16
|
+
*/
|
|
17
|
+
export interface GuestDocumentAttributesSchemaOrganization {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GuestDocumentAttributesSchemaOrganization
|
|
22
|
+
*/
|
|
23
|
+
name?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the GuestDocumentAttributesSchemaOrganization interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfGuestDocumentAttributesSchemaOrganization(value: object): value is GuestDocumentAttributesSchemaOrganization;
|
|
29
|
+
export declare function GuestDocumentAttributesSchemaOrganizationFromJSON(json: any): GuestDocumentAttributesSchemaOrganization;
|
|
30
|
+
export declare function GuestDocumentAttributesSchemaOrganizationFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentAttributesSchemaOrganization;
|
|
31
|
+
export declare function GuestDocumentAttributesSchemaOrganizationToJSON(json: any): GuestDocumentAttributesSchemaOrganization;
|
|
32
|
+
export declare function GuestDocumentAttributesSchemaOrganizationToJSONTyped(value?: GuestDocumentAttributesSchemaOrganization | null, ignoreDiscriminator?: boolean): any;
|
|
33
|
+
//# sourceMappingURL=GuestDocumentAttributesSchemaOrganization.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentAttributesSchemaOrganization.d.ts","sourceRoot":"","sources":["../../src/models/GuestDocumentAttributesSchemaOrganization.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,yCAAyC;IACtD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,mDAAmD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yCAAyC,CAErI;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,GAAG,yCAAyC,CAEtH;AAED,wBAAgB,sDAAsD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yCAAyC,CAQzJ;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,GAAG,yCAAyC,CAEpH;AAED,wBAAgB,oDAAoD,CAAC,KAAK,CAAC,EAAE,yCAAyC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASxK"}
|
|
@@ -0,0 +1,49 @@
|
|
|
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.instanceOfGuestDocumentAttributesSchemaOrganization = instanceOfGuestDocumentAttributesSchemaOrganization;
|
|
17
|
+
exports.GuestDocumentAttributesSchemaOrganizationFromJSON = GuestDocumentAttributesSchemaOrganizationFromJSON;
|
|
18
|
+
exports.GuestDocumentAttributesSchemaOrganizationFromJSONTyped = GuestDocumentAttributesSchemaOrganizationFromJSONTyped;
|
|
19
|
+
exports.GuestDocumentAttributesSchemaOrganizationToJSON = GuestDocumentAttributesSchemaOrganizationToJSON;
|
|
20
|
+
exports.GuestDocumentAttributesSchemaOrganizationToJSONTyped = GuestDocumentAttributesSchemaOrganizationToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the GuestDocumentAttributesSchemaOrganization interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfGuestDocumentAttributesSchemaOrganization(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function GuestDocumentAttributesSchemaOrganizationFromJSON(json) {
|
|
28
|
+
return GuestDocumentAttributesSchemaOrganizationFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function GuestDocumentAttributesSchemaOrganizationFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function GuestDocumentAttributesSchemaOrganizationToJSON(json) {
|
|
39
|
+
return GuestDocumentAttributesSchemaOrganizationToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function GuestDocumentAttributesSchemaOrganizationToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
+
if (value == null) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'name': value['name'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=GuestDocumentAttributesSchemaOrganization.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentAttributesSchemaOrganization.js","sourceRoot":"","sources":["../../src/models/GuestDocumentAttributesSchemaOrganization.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoBH,kHAEC;AAED,8GAEC;AAED,wHAQC;AAED,0GAEC;AAED,oHASC;AAlCD;;GAEG;AACH,SAAgB,mDAAmD,CAAC,KAAa;IAC7E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS;IACvE,OAAO,sDAAsD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/E,CAAC;AAED,SAAgB,sDAAsD,CAAC,IAAS,EAAE,mBAA4B;IAC1G,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS;IACrE,OAAO,oDAAoD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7E,CAAC;AAED,SAAgB,oDAAoD,CAAC,KAAwD,EAAE,sBAA+B,KAAK;IAC/J,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* {created, modified, expires?} - ISO strings.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GuestDocumentAttributesSchemaTimestamps
|
|
16
|
+
*/
|
|
17
|
+
export interface GuestDocumentAttributesSchemaTimestamps {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {Date}
|
|
21
|
+
* @memberof GuestDocumentAttributesSchemaTimestamps
|
|
22
|
+
*/
|
|
23
|
+
created?: Date;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {Date}
|
|
27
|
+
* @memberof GuestDocumentAttributesSchemaTimestamps
|
|
28
|
+
*/
|
|
29
|
+
modified?: Date;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Date}
|
|
33
|
+
* @memberof GuestDocumentAttributesSchemaTimestamps
|
|
34
|
+
*/
|
|
35
|
+
expires?: Date;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the GuestDocumentAttributesSchemaTimestamps interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfGuestDocumentAttributesSchemaTimestamps(value: object): value is GuestDocumentAttributesSchemaTimestamps;
|
|
41
|
+
export declare function GuestDocumentAttributesSchemaTimestampsFromJSON(json: any): GuestDocumentAttributesSchemaTimestamps;
|
|
42
|
+
export declare function GuestDocumentAttributesSchemaTimestampsFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentAttributesSchemaTimestamps;
|
|
43
|
+
export declare function GuestDocumentAttributesSchemaTimestampsToJSON(json: any): GuestDocumentAttributesSchemaTimestamps;
|
|
44
|
+
export declare function GuestDocumentAttributesSchemaTimestampsToJSONTyped(value?: GuestDocumentAttributesSchemaTimestamps | null, ignoreDiscriminator?: boolean): any;
|
|
45
|
+
//# sourceMappingURL=GuestDocumentAttributesSchemaTimestamps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentAttributesSchemaTimestamps.d.ts","sourceRoot":"","sources":["../../src/models/GuestDocumentAttributesSchemaTimestamps.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;OAIG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;CAClB;AAED;;GAEG;AACH,wBAAgB,iDAAiD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uCAAuC,CAEjI;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAElH;AAED,wBAAgB,oDAAoD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uCAAuC,CAUrJ;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAEhH;AAED,wBAAgB,kDAAkD,CAAC,KAAK,CAAC,EAAE,uCAAuC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWpK"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfGuestDocumentAttributesSchemaTimestamps = instanceOfGuestDocumentAttributesSchemaTimestamps;
|
|
17
|
+
exports.GuestDocumentAttributesSchemaTimestampsFromJSON = GuestDocumentAttributesSchemaTimestampsFromJSON;
|
|
18
|
+
exports.GuestDocumentAttributesSchemaTimestampsFromJSONTyped = GuestDocumentAttributesSchemaTimestampsFromJSONTyped;
|
|
19
|
+
exports.GuestDocumentAttributesSchemaTimestampsToJSON = GuestDocumentAttributesSchemaTimestampsToJSON;
|
|
20
|
+
exports.GuestDocumentAttributesSchemaTimestampsToJSONTyped = GuestDocumentAttributesSchemaTimestampsToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the GuestDocumentAttributesSchemaTimestamps interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfGuestDocumentAttributesSchemaTimestamps(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function GuestDocumentAttributesSchemaTimestampsFromJSON(json) {
|
|
28
|
+
return GuestDocumentAttributesSchemaTimestampsFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function GuestDocumentAttributesSchemaTimestampsFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'created': json['created'] == null ? undefined : (new Date(json['created'])),
|
|
36
|
+
'modified': json['modified'] == null ? undefined : (new Date(json['modified'])),
|
|
37
|
+
'expires': json['expires'] == null ? undefined : (new Date(json['expires'])),
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function GuestDocumentAttributesSchemaTimestampsToJSON(json) {
|
|
41
|
+
return GuestDocumentAttributesSchemaTimestampsToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function GuestDocumentAttributesSchemaTimestampsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'created': value['created'] == null ? value['created'] : value['created'].toISOString(),
|
|
49
|
+
'modified': value['modified'] == null ? value['modified'] : value['modified'].toISOString(),
|
|
50
|
+
'expires': value['expires'] == null ? value['expires'] : value['expires'].toISOString(),
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=GuestDocumentAttributesSchemaTimestamps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentAttributesSchemaTimestamps.js","sourceRoot":"","sources":["../../src/models/GuestDocumentAttributesSchemaTimestamps.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAgCH,8GAEC;AAED,0GAEC;AAED,oHAUC;AAED,sGAEC;AAED,gHAWC;AAtCD;;GAEG;AACH,SAAgB,iDAAiD,CAAC,KAAa;IAC3E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS;IACrE,OAAO,oDAAoD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7E,CAAC;AAED,SAAgB,oDAAoD,CAAC,IAAS,EAAE,mBAA4B;IACxG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;QAC5E,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC;QAC/E,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;KAC/E,CAAC;AACN,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS;IACnE,OAAO,kDAAkD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3E,CAAC;AAED,SAAgB,kDAAkD,CAAC,KAAsD,EAAE,sBAA+B,KAAK;IAC3J,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QACvF,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE;QAC3F,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;KAC1F,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
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
|
+
* WHO this link resolves to - computed server-side, never inferred client-side.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GuestDocumentAttributesSchemaViewer
|
|
16
|
+
*/
|
|
17
|
+
export interface GuestDocumentAttributesSchemaViewer {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GuestDocumentAttributesSchemaViewer
|
|
22
|
+
*/
|
|
23
|
+
participantId?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof GuestDocumentAttributesSchemaViewer
|
|
28
|
+
*/
|
|
29
|
+
displayName?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof GuestDocumentAttributesSchemaViewer
|
|
34
|
+
*/
|
|
35
|
+
hasActed?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof GuestDocumentAttributesSchemaViewer
|
|
40
|
+
*/
|
|
41
|
+
canComment?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {boolean}
|
|
45
|
+
* @memberof GuestDocumentAttributesSchemaViewer
|
|
46
|
+
*/
|
|
47
|
+
canEditFields?: boolean;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the GuestDocumentAttributesSchemaViewer interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfGuestDocumentAttributesSchemaViewer(value: object): value is GuestDocumentAttributesSchemaViewer;
|
|
53
|
+
export declare function GuestDocumentAttributesSchemaViewerFromJSON(json: any): GuestDocumentAttributesSchemaViewer;
|
|
54
|
+
export declare function GuestDocumentAttributesSchemaViewerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentAttributesSchemaViewer;
|
|
55
|
+
export declare function GuestDocumentAttributesSchemaViewerToJSON(json: any): GuestDocumentAttributesSchemaViewer;
|
|
56
|
+
export declare function GuestDocumentAttributesSchemaViewerToJSONTyped(value?: GuestDocumentAttributesSchemaViewer | null, ignoreDiscriminator?: boolean): any;
|
|
57
|
+
//# sourceMappingURL=GuestDocumentAttributesSchemaViewer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentAttributesSchemaViewer.d.ts","sourceRoot":"","sources":["../../src/models/GuestDocumentAttributesSchemaViewer.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED;;GAEG;AACH,wBAAgB,6CAA6C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mCAAmC,CAEzH;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAE1G;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mCAAmC,CAY7I;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAExG;AAED,wBAAgB,8CAA8C,CAAC,KAAK,CAAC,EAAE,mCAAmC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAa5J"}
|
|
@@ -0,0 +1,57 @@
|
|
|
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.instanceOfGuestDocumentAttributesSchemaViewer = instanceOfGuestDocumentAttributesSchemaViewer;
|
|
17
|
+
exports.GuestDocumentAttributesSchemaViewerFromJSON = GuestDocumentAttributesSchemaViewerFromJSON;
|
|
18
|
+
exports.GuestDocumentAttributesSchemaViewerFromJSONTyped = GuestDocumentAttributesSchemaViewerFromJSONTyped;
|
|
19
|
+
exports.GuestDocumentAttributesSchemaViewerToJSON = GuestDocumentAttributesSchemaViewerToJSON;
|
|
20
|
+
exports.GuestDocumentAttributesSchemaViewerToJSONTyped = GuestDocumentAttributesSchemaViewerToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the GuestDocumentAttributesSchemaViewer interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfGuestDocumentAttributesSchemaViewer(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function GuestDocumentAttributesSchemaViewerFromJSON(json) {
|
|
28
|
+
return GuestDocumentAttributesSchemaViewerFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function GuestDocumentAttributesSchemaViewerFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'participantId': json['participantId'] == null ? undefined : json['participantId'],
|
|
36
|
+
'displayName': json['displayName'] == null ? undefined : json['displayName'],
|
|
37
|
+
'hasActed': json['hasActed'] == null ? undefined : json['hasActed'],
|
|
38
|
+
'canComment': json['canComment'] == null ? undefined : json['canComment'],
|
|
39
|
+
'canEditFields': json['canEditFields'] == null ? undefined : json['canEditFields'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
function GuestDocumentAttributesSchemaViewerToJSON(json) {
|
|
43
|
+
return GuestDocumentAttributesSchemaViewerToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function GuestDocumentAttributesSchemaViewerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'participantId': value['participantId'],
|
|
51
|
+
'displayName': value['displayName'],
|
|
52
|
+
'hasActed': value['hasActed'],
|
|
53
|
+
'canComment': value['canComment'],
|
|
54
|
+
'canEditFields': value['canEditFields'],
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=GuestDocumentAttributesSchemaViewer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentAttributesSchemaViewer.js","sourceRoot":"","sources":["../../src/models/GuestDocumentAttributesSchemaViewer.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4CH,sGAEC;AAED,kGAEC;AAED,4GAYC;AAED,8FAEC;AAED,wGAaC;AA1CD;;GAEG;AACH,SAAgB,6CAA6C,CAAC,KAAa;IACvE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS,EAAE,mBAA4B;IACpG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;QAClF,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC5E,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;QACzE,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;KACrF,CAAC;AACN,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,KAAkD,EAAE,sBAA+B,KAAK;IACnJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC;QACvC,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC;KAC1C,CAAC;AACN,CAAC"}
|