@smartytalent/api-client 0.1.33-dev.31 → 0.1.33-dev.33
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/WebhooksApi.d.ts +38 -1
- package/dist/apis/WebhooksApi.d.ts.map +1 -1
- package/dist/apis/WebhooksApi.js +82 -0
- package/dist/apis/WebhooksApi.js.map +1 -1
- package/dist/models/CalendarAttributesSchema.d.ts +3 -3
- package/dist/models/CalendarAttributesSchema.d.ts.map +1 -1
- package/dist/models/CalendarAttributesSchema.js +3 -3
- package/dist/models/CalendarAttributesSchema.js.map +1 -1
- package/dist/models/CalendarWorkingHoursSchema.d.ts +64 -0
- package/dist/models/CalendarWorkingHoursSchema.d.ts.map +1 -0
- package/dist/models/CalendarWorkingHoursSchema.js +68 -0
- package/dist/models/CalendarWorkingHoursSchema.js.map +1 -0
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.d.ts +3 -2
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.d.ts.map +1 -1
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.js +3 -2
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.js.map +1 -1
- package/dist/models/MeetingAttributesSchema.d.ts +78 -0
- package/dist/models/MeetingAttributesSchema.d.ts.map +1 -1
- package/dist/models/MeetingAttributesSchema.js +39 -1
- package/dist/models/MeetingAttributesSchema.js.map +1 -1
- package/dist/models/MeetingRecallSchema.d.ts +69 -0
- package/dist/models/MeetingRecallSchema.d.ts.map +1 -0
- package/dist/models/MeetingRecallSchema.js +69 -0
- package/dist/models/MeetingRecallSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsCalendarSchema.d.ts +34 -0
- package/dist/models/MeetingRelationshipsCalendarSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsCalendarSchema.js +50 -0
- package/dist/models/MeetingRelationshipsCalendarSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsCalendarSchemaData.d.ts +39 -0
- package/dist/models/MeetingRelationshipsCalendarSchemaData.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsCalendarSchemaData.js +51 -0
- package/dist/models/MeetingRelationshipsCalendarSchemaData.js.map +1 -0
- package/dist/models/MeetingRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/MeetingRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsCandidateSchema.js +50 -0
- package/dist/models/MeetingRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsCandidateSchemaData.d.ts +39 -0
- package/dist/models/MeetingRelationshipsCandidateSchemaData.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsCandidateSchemaData.js +51 -0
- package/dist/models/MeetingRelationshipsCandidateSchemaData.js.map +1 -0
- package/dist/models/MeetingRelationshipsConversationSchema.d.ts +34 -0
- package/dist/models/MeetingRelationshipsConversationSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsConversationSchema.js +50 -0
- package/dist/models/MeetingRelationshipsConversationSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsConversationSchemaData.d.ts +39 -0
- package/dist/models/MeetingRelationshipsConversationSchemaData.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsConversationSchemaData.js +51 -0
- package/dist/models/MeetingRelationshipsConversationSchemaData.js.map +1 -0
- package/dist/models/MeetingRelationshipsSchema.d.ts +28 -0
- package/dist/models/MeetingRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/MeetingRelationshipsSchema.js +12 -0
- package/dist/models/MeetingRelationshipsSchema.js.map +1 -1
- package/dist/models/MeetingRelationshipsTalentSchema.d.ts +34 -0
- package/dist/models/MeetingRelationshipsTalentSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsTalentSchema.js +50 -0
- package/dist/models/MeetingRelationshipsTalentSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsTalentSchemaData.d.ts +39 -0
- package/dist/models/MeetingRelationshipsTalentSchemaData.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsTalentSchemaData.js +51 -0
- package/dist/models/MeetingRelationshipsTalentSchemaData.js.map +1 -0
- package/dist/models/RecallWebhookRequest.d.ts +39 -0
- package/dist/models/RecallWebhookRequest.d.ts.map +1 -0
- package/dist/models/RecallWebhookRequest.js +51 -0
- package/dist/models/RecallWebhookRequest.js.map +1 -0
- package/dist/models/TenantRelationshipsBoeCalendarSchema.d.ts +34 -0
- package/dist/models/TenantRelationshipsBoeCalendarSchema.d.ts.map +1 -0
- package/dist/models/TenantRelationshipsBoeCalendarSchema.js +50 -0
- package/dist/models/TenantRelationshipsBoeCalendarSchema.js.map +1 -0
- package/dist/models/TenantRelationshipsBoeCalendarSchemaData.d.ts +39 -0
- package/dist/models/TenantRelationshipsBoeCalendarSchemaData.d.ts.map +1 -0
- package/dist/models/TenantRelationshipsBoeCalendarSchemaData.js +51 -0
- package/dist/models/TenantRelationshipsBoeCalendarSchemaData.js.map +1 -0
- package/dist/models/TenantRelationshipsSchema.d.ts +7 -0
- package/dist/models/TenantRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/TenantRelationshipsSchema.js +3 -0
- package/dist/models/TenantRelationshipsSchema.js.map +1 -1
- package/dist/models/UpdateCalendarRequestSchemaDataAttributes.d.ts +3 -2
- package/dist/models/UpdateCalendarRequestSchemaDataAttributes.d.ts.map +1 -1
- package/dist/models/UpdateCalendarRequestSchemaDataAttributes.js +3 -2
- package/dist/models/UpdateCalendarRequestSchemaDataAttributes.js.map +1 -1
- package/dist/models/index.d.ts +13 -1
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +13 -1
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/CalendarAttributesSchemaWorkingHours.d.ts +0 -64
- package/dist/models/CalendarAttributesSchemaWorkingHours.d.ts.map +0 -1
- package/dist/models/CalendarAttributesSchemaWorkingHours.js +0 -68
- package/dist/models/CalendarAttributesSchemaWorkingHours.js.map +0 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { MeetingRelationshipsConversationSchemaData } from './MeetingRelationshipsConversationSchemaData';
|
|
13
|
+
/**
|
|
14
|
+
* Conversation this meeting is threaded into. The post-meeting AI summary lands as a comment on this conversation.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface MeetingRelationshipsConversationSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface MeetingRelationshipsConversationSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {MeetingRelationshipsConversationSchemaData}
|
|
22
|
+
* @memberof MeetingRelationshipsConversationSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: MeetingRelationshipsConversationSchemaData | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the MeetingRelationshipsConversationSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfMeetingRelationshipsConversationSchema(value: object): value is MeetingRelationshipsConversationSchema;
|
|
30
|
+
export declare function MeetingRelationshipsConversationSchemaFromJSON(json: any): MeetingRelationshipsConversationSchema;
|
|
31
|
+
export declare function MeetingRelationshipsConversationSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeetingRelationshipsConversationSchema;
|
|
32
|
+
export declare function MeetingRelationshipsConversationSchemaToJSON(json: any): MeetingRelationshipsConversationSchema;
|
|
33
|
+
export declare function MeetingRelationshipsConversationSchemaToJSONTyped(value?: MeetingRelationshipsConversationSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=MeetingRelationshipsConversationSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeetingRelationshipsConversationSchema.d.ts","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsConversationSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAC;AAQ/G;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,IAAI,CAAC,EAAE,0CAA0C,GAAG,IAAI,CAAC;CAC5D;AAED;;GAEG;AACH,wBAAgB,gDAAgD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sCAAsC,CAE/H;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAEhH;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sCAAsC,CAQnJ;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAE9G;AAED,wBAAgB,iDAAiD,CAAC,KAAK,CAAC,EAAE,sCAAsC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlK"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfMeetingRelationshipsConversationSchema = instanceOfMeetingRelationshipsConversationSchema;
|
|
17
|
+
exports.MeetingRelationshipsConversationSchemaFromJSON = MeetingRelationshipsConversationSchemaFromJSON;
|
|
18
|
+
exports.MeetingRelationshipsConversationSchemaFromJSONTyped = MeetingRelationshipsConversationSchemaFromJSONTyped;
|
|
19
|
+
exports.MeetingRelationshipsConversationSchemaToJSON = MeetingRelationshipsConversationSchemaToJSON;
|
|
20
|
+
exports.MeetingRelationshipsConversationSchemaToJSONTyped = MeetingRelationshipsConversationSchemaToJSONTyped;
|
|
21
|
+
const MeetingRelationshipsConversationSchemaData_1 = require("./MeetingRelationshipsConversationSchemaData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the MeetingRelationshipsConversationSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfMeetingRelationshipsConversationSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function MeetingRelationshipsConversationSchemaFromJSON(json) {
|
|
29
|
+
return MeetingRelationshipsConversationSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function MeetingRelationshipsConversationSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, MeetingRelationshipsConversationSchemaData_1.MeetingRelationshipsConversationSchemaDataFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function MeetingRelationshipsConversationSchemaToJSON(json) {
|
|
40
|
+
return MeetingRelationshipsConversationSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function MeetingRelationshipsConversationSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, MeetingRelationshipsConversationSchemaData_1.MeetingRelationshipsConversationSchemaDataToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=MeetingRelationshipsConversationSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeetingRelationshipsConversationSchema.js","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsConversationSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4GAEC;AAED,wGAEC;AAED,kHAQC;AAED,oGAEC;AAED,8GASC;AAvDD,6GAKsD;AAgBtD;;GAEG;AACH,SAAgB,gDAAgD,CAAC,KAAa;IAC1E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,IAAS,EAAE,mBAA4B;IACvG,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,+FAAkD,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC9G,CAAC;AACN,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,KAAqD,EAAE,sBAA+B,KAAK;IACzJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,6FAAgD,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC1E,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 MeetingRelationshipsConversationSchemaData
|
|
16
|
+
*/
|
|
17
|
+
export interface MeetingRelationshipsConversationSchemaData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof MeetingRelationshipsConversationSchemaData
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof MeetingRelationshipsConversationSchemaData
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the MeetingRelationshipsConversationSchemaData interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfMeetingRelationshipsConversationSchemaData(value: object): value is MeetingRelationshipsConversationSchemaData;
|
|
35
|
+
export declare function MeetingRelationshipsConversationSchemaDataFromJSON(json: any): MeetingRelationshipsConversationSchemaData;
|
|
36
|
+
export declare function MeetingRelationshipsConversationSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeetingRelationshipsConversationSchemaData;
|
|
37
|
+
export declare function MeetingRelationshipsConversationSchemaDataToJSON(json: any): MeetingRelationshipsConversationSchemaData;
|
|
38
|
+
export declare function MeetingRelationshipsConversationSchemaDataToJSONTyped(value?: MeetingRelationshipsConversationSchemaData | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=MeetingRelationshipsConversationSchemaData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeetingRelationshipsConversationSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsConversationSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,0CAA0C;IACvD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,oDAAoD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0CAA0C,CAEvI;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAExH;AAED,wBAAgB,uDAAuD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0CAA0C,CAS3J;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAEtH;AAED,wBAAgB,qDAAqD,CAAC,KAAK,CAAC,EAAE,0CAA0C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU1K"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.instanceOfMeetingRelationshipsConversationSchemaData = instanceOfMeetingRelationshipsConversationSchemaData;
|
|
17
|
+
exports.MeetingRelationshipsConversationSchemaDataFromJSON = MeetingRelationshipsConversationSchemaDataFromJSON;
|
|
18
|
+
exports.MeetingRelationshipsConversationSchemaDataFromJSONTyped = MeetingRelationshipsConversationSchemaDataFromJSONTyped;
|
|
19
|
+
exports.MeetingRelationshipsConversationSchemaDataToJSON = MeetingRelationshipsConversationSchemaDataToJSON;
|
|
20
|
+
exports.MeetingRelationshipsConversationSchemaDataToJSONTyped = MeetingRelationshipsConversationSchemaDataToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the MeetingRelationshipsConversationSchemaData interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfMeetingRelationshipsConversationSchemaData(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function MeetingRelationshipsConversationSchemaDataFromJSON(json) {
|
|
28
|
+
return MeetingRelationshipsConversationSchemaDataFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function MeetingRelationshipsConversationSchemaDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
36
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function MeetingRelationshipsConversationSchemaDataToJSON(json) {
|
|
40
|
+
return MeetingRelationshipsConversationSchemaDataToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function MeetingRelationshipsConversationSchemaDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'type': value['type'],
|
|
48
|
+
'id': value['id'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=MeetingRelationshipsConversationSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeetingRelationshipsConversationSchemaData.js","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsConversationSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,oHAEC;AAED,gHAEC;AAED,0HASC;AAED,4GAEC;AAED,sHAUC;AApCD;;GAEG;AACH,SAAgB,oDAAoD,CAAC,KAAa;IAC9E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kDAAkD,CAAC,IAAS;IACxE,OAAO,uDAAuD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChF,CAAC;AAED,SAAgB,uDAAuD,CAAC,IAAS,EAAE,mBAA4B;IAC3G,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,KAAyD,EAAE,sBAA+B,KAAK;IACjK,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { MeetingRelationshipsCalendarSchema } from './MeetingRelationshipsCalendarSchema';
|
|
13
|
+
import type { MeetingRelationshipsTalentSchema } from './MeetingRelationshipsTalentSchema';
|
|
14
|
+
import type { MeetingRelationshipsCandidateSchema } from './MeetingRelationshipsCandidateSchema';
|
|
15
|
+
import type { MeetingRelationshipsConversationSchema } from './MeetingRelationshipsConversationSchema';
|
|
12
16
|
import type { MeetingRelationshipsParticipantsSchema } from './MeetingRelationshipsParticipantsSchema';
|
|
13
17
|
/**
|
|
14
18
|
*
|
|
@@ -22,6 +26,30 @@ export interface MeetingRelationshipsSchema {
|
|
|
22
26
|
* @memberof MeetingRelationshipsSchema
|
|
23
27
|
*/
|
|
24
28
|
participants?: MeetingRelationshipsParticipantsSchema;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {MeetingRelationshipsCalendarSchema}
|
|
32
|
+
* @memberof MeetingRelationshipsSchema
|
|
33
|
+
*/
|
|
34
|
+
calendar?: MeetingRelationshipsCalendarSchema;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {MeetingRelationshipsConversationSchema}
|
|
38
|
+
* @memberof MeetingRelationshipsSchema
|
|
39
|
+
*/
|
|
40
|
+
conversation?: MeetingRelationshipsConversationSchema;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {MeetingRelationshipsCandidateSchema}
|
|
44
|
+
* @memberof MeetingRelationshipsSchema
|
|
45
|
+
*/
|
|
46
|
+
candidate?: MeetingRelationshipsCandidateSchema;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {MeetingRelationshipsTalentSchema}
|
|
50
|
+
* @memberof MeetingRelationshipsSchema
|
|
51
|
+
*/
|
|
52
|
+
talent?: MeetingRelationshipsTalentSchema;
|
|
25
53
|
}
|
|
26
54
|
/**
|
|
27
55
|
* Check if a given object implements the MeetingRelationshipsSchema interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeetingRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAQvG;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,YAAY,CAAC,EAAE,sCAAsC,CAAC;
|
|
1
|
+
{"version":3,"file":"MeetingRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAO/F,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAO3F,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAOjG,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAOvG,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAQvG;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,YAAY,CAAC,EAAE,sCAAsC,CAAC;IACtD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,kCAAkC,CAAC;IAC9C;;;;OAIG;IACH,YAAY,CAAC,EAAE,sCAAsC,CAAC;IACtD;;;;OAIG;IACH,SAAS,CAAC,EAAE,mCAAmC,CAAC;IAChD;;;;OAIG;IACH,MAAM,CAAC,EAAE,gCAAgC,CAAC;CAC7C;AAED;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAEvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAY3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAa1I"}
|
|
@@ -18,6 +18,10 @@ exports.MeetingRelationshipsSchemaFromJSON = MeetingRelationshipsSchemaFromJSON;
|
|
|
18
18
|
exports.MeetingRelationshipsSchemaFromJSONTyped = MeetingRelationshipsSchemaFromJSONTyped;
|
|
19
19
|
exports.MeetingRelationshipsSchemaToJSON = MeetingRelationshipsSchemaToJSON;
|
|
20
20
|
exports.MeetingRelationshipsSchemaToJSONTyped = MeetingRelationshipsSchemaToJSONTyped;
|
|
21
|
+
const MeetingRelationshipsCalendarSchema_1 = require("./MeetingRelationshipsCalendarSchema");
|
|
22
|
+
const MeetingRelationshipsTalentSchema_1 = require("./MeetingRelationshipsTalentSchema");
|
|
23
|
+
const MeetingRelationshipsCandidateSchema_1 = require("./MeetingRelationshipsCandidateSchema");
|
|
24
|
+
const MeetingRelationshipsConversationSchema_1 = require("./MeetingRelationshipsConversationSchema");
|
|
21
25
|
const MeetingRelationshipsParticipantsSchema_1 = require("./MeetingRelationshipsParticipantsSchema");
|
|
22
26
|
/**
|
|
23
27
|
* Check if a given object implements the MeetingRelationshipsSchema interface.
|
|
@@ -34,6 +38,10 @@ function MeetingRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
38
|
}
|
|
35
39
|
return {
|
|
36
40
|
'participants': json['participants'] == null ? undefined : (0, MeetingRelationshipsParticipantsSchema_1.MeetingRelationshipsParticipantsSchemaFromJSON)(json['participants']),
|
|
41
|
+
'calendar': json['calendar'] == null ? undefined : (0, MeetingRelationshipsCalendarSchema_1.MeetingRelationshipsCalendarSchemaFromJSON)(json['calendar']),
|
|
42
|
+
'conversation': json['conversation'] == null ? undefined : (0, MeetingRelationshipsConversationSchema_1.MeetingRelationshipsConversationSchemaFromJSON)(json['conversation']),
|
|
43
|
+
'candidate': json['candidate'] == null ? undefined : (0, MeetingRelationshipsCandidateSchema_1.MeetingRelationshipsCandidateSchemaFromJSON)(json['candidate']),
|
|
44
|
+
'talent': json['talent'] == null ? undefined : (0, MeetingRelationshipsTalentSchema_1.MeetingRelationshipsTalentSchemaFromJSON)(json['talent']),
|
|
37
45
|
};
|
|
38
46
|
}
|
|
39
47
|
function MeetingRelationshipsSchemaToJSON(json) {
|
|
@@ -45,6 +53,10 @@ function MeetingRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = fals
|
|
|
45
53
|
}
|
|
46
54
|
return {
|
|
47
55
|
'participants': (0, MeetingRelationshipsParticipantsSchema_1.MeetingRelationshipsParticipantsSchemaToJSON)(value['participants']),
|
|
56
|
+
'calendar': (0, MeetingRelationshipsCalendarSchema_1.MeetingRelationshipsCalendarSchemaToJSON)(value['calendar']),
|
|
57
|
+
'conversation': (0, MeetingRelationshipsConversationSchema_1.MeetingRelationshipsConversationSchemaToJSON)(value['conversation']),
|
|
58
|
+
'candidate': (0, MeetingRelationshipsCandidateSchema_1.MeetingRelationshipsCandidateSchemaToJSON)(value['candidate']),
|
|
59
|
+
'talent': (0, MeetingRelationshipsTalentSchema_1.MeetingRelationshipsTalentSchemaToJSON)(value['talent']),
|
|
48
60
|
};
|
|
49
61
|
}
|
|
50
62
|
//# sourceMappingURL=MeetingRelationshipsSchema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeetingRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;
|
|
1
|
+
{"version":3,"file":"MeetingRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAgFH,oFAEC;AAED,gFAEC;AAED,0FAYC;AAED,4EAEC;AAED,sFAaC;AAnHD,6FAK8C;AAE9C,yFAK4C;AAE5C,+FAK+C;AAE/C,qGAKkD;AAElD,qGAKkD;AAwClD;;GAEG;AACH,SAAgB,oCAAoC,CAAC,KAAa;IAC9D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS,EAAE,mBAA4B;IAC3F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uFAA8C,EAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC/H,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+EAA0C,EAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC/G,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uFAA8C,EAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC/H,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iFAA2C,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACnH,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2EAAwC,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAC1G,CAAC;AACN,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,KAAyC,EAAE,sBAA+B,KAAK;IACjI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,cAAc,EAAE,IAAA,qFAA4C,EAAC,KAAK,CAAC,cAAc,CAAC,CAAC;QACnF,UAAU,EAAE,IAAA,6EAAwC,EAAC,KAAK,CAAC,UAAU,CAAC,CAAC;QACvE,cAAc,EAAE,IAAA,qFAA4C,EAAC,KAAK,CAAC,cAAc,CAAC,CAAC;QACnF,WAAW,EAAE,IAAA,+EAAyC,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;QAC1E,QAAQ,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;KACpE,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { MeetingRelationshipsTalentSchemaData } from './MeetingRelationshipsTalentSchemaData';
|
|
13
|
+
/**
|
|
14
|
+
* Talent the meeting is about, when known.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface MeetingRelationshipsTalentSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface MeetingRelationshipsTalentSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {MeetingRelationshipsTalentSchemaData}
|
|
22
|
+
* @memberof MeetingRelationshipsTalentSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: MeetingRelationshipsTalentSchemaData | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the MeetingRelationshipsTalentSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfMeetingRelationshipsTalentSchema(value: object): value is MeetingRelationshipsTalentSchema;
|
|
30
|
+
export declare function MeetingRelationshipsTalentSchemaFromJSON(json: any): MeetingRelationshipsTalentSchema;
|
|
31
|
+
export declare function MeetingRelationshipsTalentSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeetingRelationshipsTalentSchema;
|
|
32
|
+
export declare function MeetingRelationshipsTalentSchemaToJSON(json: any): MeetingRelationshipsTalentSchema;
|
|
33
|
+
export declare function MeetingRelationshipsTalentSchemaToJSONTyped(value?: MeetingRelationshipsTalentSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=MeetingRelationshipsTalentSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeetingRelationshipsTalentSchema.d.ts","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsTalentSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAQnG;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,oCAAoC,GAAG,IAAI,CAAC;CACtD;AAED;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAEnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CAQvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAStJ"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfMeetingRelationshipsTalentSchema = instanceOfMeetingRelationshipsTalentSchema;
|
|
17
|
+
exports.MeetingRelationshipsTalentSchemaFromJSON = MeetingRelationshipsTalentSchemaFromJSON;
|
|
18
|
+
exports.MeetingRelationshipsTalentSchemaFromJSONTyped = MeetingRelationshipsTalentSchemaFromJSONTyped;
|
|
19
|
+
exports.MeetingRelationshipsTalentSchemaToJSON = MeetingRelationshipsTalentSchemaToJSON;
|
|
20
|
+
exports.MeetingRelationshipsTalentSchemaToJSONTyped = MeetingRelationshipsTalentSchemaToJSONTyped;
|
|
21
|
+
const MeetingRelationshipsTalentSchemaData_1 = require("./MeetingRelationshipsTalentSchemaData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the MeetingRelationshipsTalentSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfMeetingRelationshipsTalentSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function MeetingRelationshipsTalentSchemaFromJSON(json) {
|
|
29
|
+
return MeetingRelationshipsTalentSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function MeetingRelationshipsTalentSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, MeetingRelationshipsTalentSchemaData_1.MeetingRelationshipsTalentSchemaDataFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function MeetingRelationshipsTalentSchemaToJSON(json) {
|
|
40
|
+
return MeetingRelationshipsTalentSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function MeetingRelationshipsTalentSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, MeetingRelationshipsTalentSchemaData_1.MeetingRelationshipsTalentSchemaDataToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=MeetingRelationshipsTalentSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeetingRelationshipsTalentSchema.js","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsTalentSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,gGAEC;AAED,4FAEC;AAED,sGAQC;AAED,wFAEC;AAED,kGASC;AAvDD,iGAKgD;AAgBhD;;GAEG;AACH,SAAgB,0CAA0C,CAAC,KAAa;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS,EAAE,mBAA4B;IACjG,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,mFAA4C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACxG,CAAC;AACN,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,KAA+C,EAAE,sBAA+B,KAAK;IAC7I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,iFAA0C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACpE,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 MeetingRelationshipsTalentSchemaData
|
|
16
|
+
*/
|
|
17
|
+
export interface MeetingRelationshipsTalentSchemaData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof MeetingRelationshipsTalentSchemaData
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof MeetingRelationshipsTalentSchemaData
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the MeetingRelationshipsTalentSchemaData interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfMeetingRelationshipsTalentSchemaData(value: object): value is MeetingRelationshipsTalentSchemaData;
|
|
35
|
+
export declare function MeetingRelationshipsTalentSchemaDataFromJSON(json: any): MeetingRelationshipsTalentSchemaData;
|
|
36
|
+
export declare function MeetingRelationshipsTalentSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeetingRelationshipsTalentSchemaData;
|
|
37
|
+
export declare function MeetingRelationshipsTalentSchemaDataToJSON(json: any): MeetingRelationshipsTalentSchemaData;
|
|
38
|
+
export declare function MeetingRelationshipsTalentSchemaDataToJSONTyped(value?: MeetingRelationshipsTalentSchemaData | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=MeetingRelationshipsTalentSchemaData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeetingRelationshipsTalentSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsTalentSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAS/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU9J"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.instanceOfMeetingRelationshipsTalentSchemaData = instanceOfMeetingRelationshipsTalentSchemaData;
|
|
17
|
+
exports.MeetingRelationshipsTalentSchemaDataFromJSON = MeetingRelationshipsTalentSchemaDataFromJSON;
|
|
18
|
+
exports.MeetingRelationshipsTalentSchemaDataFromJSONTyped = MeetingRelationshipsTalentSchemaDataFromJSONTyped;
|
|
19
|
+
exports.MeetingRelationshipsTalentSchemaDataToJSON = MeetingRelationshipsTalentSchemaDataToJSON;
|
|
20
|
+
exports.MeetingRelationshipsTalentSchemaDataToJSONTyped = MeetingRelationshipsTalentSchemaDataToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the MeetingRelationshipsTalentSchemaData interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfMeetingRelationshipsTalentSchemaData(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function MeetingRelationshipsTalentSchemaDataFromJSON(json) {
|
|
28
|
+
return MeetingRelationshipsTalentSchemaDataFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function MeetingRelationshipsTalentSchemaDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
36
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function MeetingRelationshipsTalentSchemaDataToJSON(json) {
|
|
40
|
+
return MeetingRelationshipsTalentSchemaDataToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function MeetingRelationshipsTalentSchemaDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'type': value['type'],
|
|
48
|
+
'id': value['id'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=MeetingRelationshipsTalentSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeetingRelationshipsTalentSchemaData.js","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsTalentSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,wGAEC;AAED,oGAEC;AAED,8GASC;AAED,gGAEC;AAED,0GAUC;AApCD;;GAEG;AACH,SAAgB,8CAA8C,CAAC,KAAa;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS,EAAE,mBAA4B;IACrG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,KAAmD,EAAE,sBAA+B,KAAK;IACrJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 RecallWebhookRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface RecallWebhookRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Recall lifecycle event type (e.g. bot.done, bot.in_call_recording, bot.fatal).
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RecallWebhookRequest
|
|
22
|
+
*/
|
|
23
|
+
event?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {object}
|
|
27
|
+
* @memberof RecallWebhookRequest
|
|
28
|
+
*/
|
|
29
|
+
data?: object;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the RecallWebhookRequest interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfRecallWebhookRequest(value: object): value is RecallWebhookRequest;
|
|
35
|
+
export declare function RecallWebhookRequestFromJSON(json: any): RecallWebhookRequest;
|
|
36
|
+
export declare function RecallWebhookRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): RecallWebhookRequest;
|
|
37
|
+
export declare function RecallWebhookRequestToJSON(json: any): RecallWebhookRequest;
|
|
38
|
+
export declare function RecallWebhookRequestToJSONTyped(value?: RecallWebhookRequest | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=RecallWebhookRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RecallWebhookRequest.d.ts","sourceRoot":"","sources":["../../src/models/RecallWebhookRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAE3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAS/G;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE1E;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU9H"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.instanceOfRecallWebhookRequest = instanceOfRecallWebhookRequest;
|
|
17
|
+
exports.RecallWebhookRequestFromJSON = RecallWebhookRequestFromJSON;
|
|
18
|
+
exports.RecallWebhookRequestFromJSONTyped = RecallWebhookRequestFromJSONTyped;
|
|
19
|
+
exports.RecallWebhookRequestToJSON = RecallWebhookRequestToJSON;
|
|
20
|
+
exports.RecallWebhookRequestToJSONTyped = RecallWebhookRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the RecallWebhookRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfRecallWebhookRequest(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function RecallWebhookRequestFromJSON(json) {
|
|
28
|
+
return RecallWebhookRequestFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function RecallWebhookRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'event': json['event'] == null ? undefined : json['event'],
|
|
36
|
+
'data': json['data'] == null ? undefined : json['data'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function RecallWebhookRequestToJSON(json) {
|
|
40
|
+
return RecallWebhookRequestToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function RecallWebhookRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'event': value['event'],
|
|
48
|
+
'data': value['data'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=RecallWebhookRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RecallWebhookRequest.js","sourceRoot":"","sources":["../../src/models/RecallWebhookRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,wEAEC;AAED,oEAEC;AAED,8EASC;AAED,gEAEC;AAED,0EAUC;AApCD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,KAAa;IACxD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS,EAAE,mBAA4B;IACrF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,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,0BAA0B,CAAC,IAAS;IAChD,OAAO,+BAA+B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxD,CAAC;AAED,SAAgB,+BAA+B,CAAC,KAAmC,EAAE,sBAA+B,KAAK;IACrH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { TenantRelationshipsBoeCalendarSchemaData } from './TenantRelationshipsBoeCalendarSchemaData';
|
|
13
|
+
/**
|
|
14
|
+
* Boe's primary calendar. Denormalized here so workflow seeds and FE can resolve it in one tenant fetch instead of a list_calendars round trip. Mirror of boeUser semantics: written by tenant onboarding / workflow seeding, not client-writable via tenant PATCH. May be null on tenants provisioned before boe calendars existed - fall back to GET /v1/calendars?filterOwnerId=boeUserId.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TenantRelationshipsBoeCalendarSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface TenantRelationshipsBoeCalendarSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {TenantRelationshipsBoeCalendarSchemaData}
|
|
22
|
+
* @memberof TenantRelationshipsBoeCalendarSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: TenantRelationshipsBoeCalendarSchemaData | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the TenantRelationshipsBoeCalendarSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfTenantRelationshipsBoeCalendarSchema(value: object): value is TenantRelationshipsBoeCalendarSchema;
|
|
30
|
+
export declare function TenantRelationshipsBoeCalendarSchemaFromJSON(json: any): TenantRelationshipsBoeCalendarSchema;
|
|
31
|
+
export declare function TenantRelationshipsBoeCalendarSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TenantRelationshipsBoeCalendarSchema;
|
|
32
|
+
export declare function TenantRelationshipsBoeCalendarSchemaToJSON(json: any): TenantRelationshipsBoeCalendarSchema;
|
|
33
|
+
export declare function TenantRelationshipsBoeCalendarSchemaToJSONTyped(value?: TenantRelationshipsBoeCalendarSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=TenantRelationshipsBoeCalendarSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TenantRelationshipsBoeCalendarSchema.d.ts","sourceRoot":"","sources":["../../src/models/TenantRelationshipsBoeCalendarSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAQ3G;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,wCAAwC,GAAG,IAAI,CAAC;CAC1D;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAQ/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9J"}
|