@smartytalent/api-client 0.1.31 → 0.1.33-dev.0
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/SchedulesApi.d.ts +163 -0
- package/dist/apis/SchedulesApi.d.ts.map +1 -0
- package/dist/apis/SchedulesApi.js +379 -0
- package/dist/apis/SchedulesApi.js.map +1 -0
- 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/CreateScheduleRequestBody.d.ts +34 -0
- package/dist/models/CreateScheduleRequestBody.d.ts.map +1 -0
- package/dist/models/CreateScheduleRequestBody.js +52 -0
- package/dist/models/CreateScheduleRequestBody.js.map +1 -0
- package/dist/models/CreateScheduleRequestBodyData.d.ts +54 -0
- package/dist/models/CreateScheduleRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateScheduleRequestBodyData.js +66 -0
- package/dist/models/CreateScheduleRequestBodyData.js.map +1 -0
- package/dist/models/ScheduleAttributesSchema.d.ts +81 -0
- package/dist/models/ScheduleAttributesSchema.d.ts.map +1 -0
- package/dist/models/ScheduleAttributesSchema.js +77 -0
- package/dist/models/ScheduleAttributesSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/ScheduleRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsCandidateSchema.js +50 -0
- package/dist/models/ScheduleRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsCandidateSchemaData.d.ts +39 -0
- package/dist/models/ScheduleRelationshipsCandidateSchemaData.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsCandidateSchemaData.js +51 -0
- package/dist/models/ScheduleRelationshipsCandidateSchemaData.js.map +1 -0
- package/dist/models/ScheduleRelationshipsConversationSchema.d.ts +34 -0
- package/dist/models/ScheduleRelationshipsConversationSchema.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsConversationSchema.js +50 -0
- package/dist/models/ScheduleRelationshipsConversationSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsConversationSchemaData.d.ts +39 -0
- package/dist/models/ScheduleRelationshipsConversationSchemaData.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsConversationSchemaData.js +51 -0
- package/dist/models/ScheduleRelationshipsConversationSchemaData.js.map +1 -0
- package/dist/models/ScheduleRelationshipsJobSchema.d.ts +34 -0
- package/dist/models/ScheduleRelationshipsJobSchema.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsJobSchema.js +50 -0
- package/dist/models/ScheduleRelationshipsJobSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsJobSchemaData.d.ts +39 -0
- package/dist/models/ScheduleRelationshipsJobSchemaData.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsJobSchemaData.js +51 -0
- package/dist/models/ScheduleRelationshipsJobSchemaData.js.map +1 -0
- package/dist/models/ScheduleRelationshipsSchema.d.ts +62 -0
- package/dist/models/ScheduleRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsSchema.js +62 -0
- package/dist/models/ScheduleRelationshipsSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsTalentSchema.d.ts +34 -0
- package/dist/models/ScheduleRelationshipsTalentSchema.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsTalentSchema.js +50 -0
- package/dist/models/ScheduleRelationshipsTalentSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsTalentSchemaData.d.ts +39 -0
- package/dist/models/ScheduleRelationshipsTalentSchemaData.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsTalentSchemaData.js +51 -0
- package/dist/models/ScheduleRelationshipsTalentSchemaData.js.map +1 -0
- package/dist/models/ScheduleRelationshipsUserSchema.d.ts +34 -0
- package/dist/models/ScheduleRelationshipsUserSchema.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsUserSchema.js +50 -0
- package/dist/models/ScheduleRelationshipsUserSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsUserSchemaData.d.ts +39 -0
- package/dist/models/ScheduleRelationshipsUserSchemaData.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsUserSchemaData.js +51 -0
- package/dist/models/ScheduleRelationshipsUserSchemaData.js.map +1 -0
- package/dist/models/ScheduleResourceSchema.d.ts +75 -0
- package/dist/models/ScheduleResourceSchema.d.ts.map +1 -0
- package/dist/models/ScheduleResourceSchema.js +75 -0
- package/dist/models/ScheduleResourceSchema.js.map +1 -0
- package/dist/models/ScheduleSchema.d.ts +49 -0
- package/dist/models/ScheduleSchema.d.ts.map +1 -0
- package/dist/models/ScheduleSchema.js +55 -0
- package/dist/models/ScheduleSchema.js.map +1 -0
- package/dist/models/ScheduleTargetSchema.d.ts +52 -0
- package/dist/models/ScheduleTargetSchema.d.ts.map +1 -0
- package/dist/models/ScheduleTargetSchema.js +64 -0
- package/dist/models/ScheduleTargetSchema.js.map +1 -0
- package/dist/models/SchedulesSchema.d.ts +48 -0
- package/dist/models/SchedulesSchema.d.ts.map +1 -0
- package/dist/models/SchedulesSchema.js +56 -0
- package/dist/models/SchedulesSchema.js.map +1 -0
- package/dist/models/TenantRelationshipsBoeUserSchema.d.ts +34 -0
- package/dist/models/TenantRelationshipsBoeUserSchema.d.ts.map +1 -0
- package/dist/models/TenantRelationshipsBoeUserSchema.js +50 -0
- package/dist/models/TenantRelationshipsBoeUserSchema.js.map +1 -0
- package/dist/models/TenantRelationshipsBoeUserSchemaData.d.ts +39 -0
- package/dist/models/TenantRelationshipsBoeUserSchemaData.d.ts.map +1 -0
- package/dist/models/TenantRelationshipsBoeUserSchemaData.js +51 -0
- package/dist/models/TenantRelationshipsBoeUserSchemaData.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/UpdateScheduleRequestBody.d.ts +34 -0
- package/dist/models/UpdateScheduleRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateScheduleRequestBody.js +52 -0
- package/dist/models/UpdateScheduleRequestBody.js.map +1 -0
- package/dist/models/UpdateScheduleRequestBodyData.d.ts +60 -0
- package/dist/models/UpdateScheduleRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateScheduleRequestBodyData.js +68 -0
- package/dist/models/UpdateScheduleRequestBodyData.js.map +1 -0
- package/dist/models/index.d.ts +22 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +22 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfSchedulesSchema = instanceOfSchedulesSchema;
|
|
17
|
+
exports.SchedulesSchemaFromJSON = SchedulesSchemaFromJSON;
|
|
18
|
+
exports.SchedulesSchemaFromJSONTyped = SchedulesSchemaFromJSONTyped;
|
|
19
|
+
exports.SchedulesSchemaToJSON = SchedulesSchemaToJSON;
|
|
20
|
+
exports.SchedulesSchemaToJSONTyped = SchedulesSchemaToJSONTyped;
|
|
21
|
+
const ResourcesMetaSchema_1 = require("./ResourcesMetaSchema");
|
|
22
|
+
const ScheduleResourceSchema_1 = require("./ScheduleResourceSchema");
|
|
23
|
+
const ResourcesLinksSchema_1 = require("./ResourcesLinksSchema");
|
|
24
|
+
/**
|
|
25
|
+
* Check if a given object implements the SchedulesSchema interface.
|
|
26
|
+
*/
|
|
27
|
+
function instanceOfSchedulesSchema(value) {
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function SchedulesSchemaFromJSON(json) {
|
|
31
|
+
return SchedulesSchemaFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function SchedulesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'data': json['data'] == null ? undefined : (json['data'].map(ScheduleResourceSchema_1.ScheduleResourceSchemaFromJSON)),
|
|
39
|
+
'links': json['links'] == null ? undefined : (0, ResourcesLinksSchema_1.ResourcesLinksSchemaFromJSON)(json['links']),
|
|
40
|
+
'meta': json['meta'] == null ? undefined : (0, ResourcesMetaSchema_1.ResourcesMetaSchemaFromJSON)(json['meta']),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function SchedulesSchemaToJSON(json) {
|
|
44
|
+
return SchedulesSchemaToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function SchedulesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'data': value['data'] == null ? undefined : (value['data'].map(ScheduleResourceSchema_1.ScheduleResourceSchemaToJSON)),
|
|
52
|
+
'links': (0, ResourcesLinksSchema_1.ResourcesLinksSchemaToJSON)(value['links']),
|
|
53
|
+
'meta': (0, ResourcesMetaSchema_1.ResourcesMetaSchemaToJSON)(value['meta']),
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=SchedulesSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SchedulesSchema.js","sourceRoot":"","sources":["../../src/models/SchedulesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsDH,8DAEC;AAED,0DAEC;AAED,oEAUC;AAED,sDAEC;AAED,gEAWC;AArFD,+DAK+B;AAE/B,qEAKkC;AAElC,iEAKgC;AA4BhC;;GAEG;AACH,SAAgB,yBAAyB,CAAC,KAAa;IACnD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,uBAAuB,CAAC,IAAS;IAC7C,OAAO,4BAA4B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrD,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS,EAAE,mBAA4B;IAChF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,uDAA8B,CAAC,CAAC;QAC7G,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mDAA4B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACvF,CAAC;AACN,CAAC;AAED,SAAgB,qBAAqB,CAAC,IAAS;IAC3C,OAAO,0BAA0B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnD,CAAC;AAED,SAAgB,0BAA0B,CAAC,KAA8B,EAAE,sBAA+B,KAAK;IAC3G,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,qDAA4B,CAAC,CAAC;QAC7G,OAAO,EAAE,IAAA,iDAA0B,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACnD,MAAM,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACnD,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,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 { TenantRelationshipsBoeUserSchemaData } from './TenantRelationshipsBoeUserSchemaData';
|
|
13
|
+
/**
|
|
14
|
+
* The Boe AI user account for this tenant. Used as the system principal for guest-initiated workflows (apply forms, inbound emails, inbound calls) where no authenticated user exists. Set during tenant onboarding; not client-writable via tenant PATCH.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TenantRelationshipsBoeUserSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface TenantRelationshipsBoeUserSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {TenantRelationshipsBoeUserSchemaData}
|
|
22
|
+
* @memberof TenantRelationshipsBoeUserSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: TenantRelationshipsBoeUserSchemaData | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the TenantRelationshipsBoeUserSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfTenantRelationshipsBoeUserSchema(value: object): value is TenantRelationshipsBoeUserSchema;
|
|
30
|
+
export declare function TenantRelationshipsBoeUserSchemaFromJSON(json: any): TenantRelationshipsBoeUserSchema;
|
|
31
|
+
export declare function TenantRelationshipsBoeUserSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TenantRelationshipsBoeUserSchema;
|
|
32
|
+
export declare function TenantRelationshipsBoeUserSchemaToJSON(json: any): TenantRelationshipsBoeUserSchema;
|
|
33
|
+
export declare function TenantRelationshipsBoeUserSchemaToJSONTyped(value?: TenantRelationshipsBoeUserSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=TenantRelationshipsBoeUserSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TenantRelationshipsBoeUserSchema.d.ts","sourceRoot":"","sources":["../../src/models/TenantRelationshipsBoeUserSchema.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.instanceOfTenantRelationshipsBoeUserSchema = instanceOfTenantRelationshipsBoeUserSchema;
|
|
17
|
+
exports.TenantRelationshipsBoeUserSchemaFromJSON = TenantRelationshipsBoeUserSchemaFromJSON;
|
|
18
|
+
exports.TenantRelationshipsBoeUserSchemaFromJSONTyped = TenantRelationshipsBoeUserSchemaFromJSONTyped;
|
|
19
|
+
exports.TenantRelationshipsBoeUserSchemaToJSON = TenantRelationshipsBoeUserSchemaToJSON;
|
|
20
|
+
exports.TenantRelationshipsBoeUserSchemaToJSONTyped = TenantRelationshipsBoeUserSchemaToJSONTyped;
|
|
21
|
+
const TenantRelationshipsBoeUserSchemaData_1 = require("./TenantRelationshipsBoeUserSchemaData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the TenantRelationshipsBoeUserSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfTenantRelationshipsBoeUserSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function TenantRelationshipsBoeUserSchemaFromJSON(json) {
|
|
29
|
+
return TenantRelationshipsBoeUserSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function TenantRelationshipsBoeUserSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, TenantRelationshipsBoeUserSchemaData_1.TenantRelationshipsBoeUserSchemaDataFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function TenantRelationshipsBoeUserSchemaToJSON(json) {
|
|
40
|
+
return TenantRelationshipsBoeUserSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function TenantRelationshipsBoeUserSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, TenantRelationshipsBoeUserSchemaData_1.TenantRelationshipsBoeUserSchemaDataToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=TenantRelationshipsBoeUserSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TenantRelationshipsBoeUserSchema.js","sourceRoot":"","sources":["../../src/models/TenantRelationshipsBoeUserSchema.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 TenantRelationshipsBoeUserSchemaData
|
|
16
|
+
*/
|
|
17
|
+
export interface TenantRelationshipsBoeUserSchemaData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TenantRelationshipsBoeUserSchemaData
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof TenantRelationshipsBoeUserSchemaData
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the TenantRelationshipsBoeUserSchemaData interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfTenantRelationshipsBoeUserSchemaData(value: object): value is TenantRelationshipsBoeUserSchemaData;
|
|
35
|
+
export declare function TenantRelationshipsBoeUserSchemaDataFromJSON(json: any): TenantRelationshipsBoeUserSchemaData;
|
|
36
|
+
export declare function TenantRelationshipsBoeUserSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): TenantRelationshipsBoeUserSchemaData;
|
|
37
|
+
export declare function TenantRelationshipsBoeUserSchemaDataToJSON(json: any): TenantRelationshipsBoeUserSchemaData;
|
|
38
|
+
export declare function TenantRelationshipsBoeUserSchemaDataToJSONTyped(value?: TenantRelationshipsBoeUserSchemaData | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=TenantRelationshipsBoeUserSchemaData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TenantRelationshipsBoeUserSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/TenantRelationshipsBoeUserSchemaData.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.instanceOfTenantRelationshipsBoeUserSchemaData = instanceOfTenantRelationshipsBoeUserSchemaData;
|
|
17
|
+
exports.TenantRelationshipsBoeUserSchemaDataFromJSON = TenantRelationshipsBoeUserSchemaDataFromJSON;
|
|
18
|
+
exports.TenantRelationshipsBoeUserSchemaDataFromJSONTyped = TenantRelationshipsBoeUserSchemaDataFromJSONTyped;
|
|
19
|
+
exports.TenantRelationshipsBoeUserSchemaDataToJSON = TenantRelationshipsBoeUserSchemaDataToJSON;
|
|
20
|
+
exports.TenantRelationshipsBoeUserSchemaDataToJSONTyped = TenantRelationshipsBoeUserSchemaDataToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the TenantRelationshipsBoeUserSchemaData interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfTenantRelationshipsBoeUserSchemaData(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function TenantRelationshipsBoeUserSchemaDataFromJSON(json) {
|
|
28
|
+
return TenantRelationshipsBoeUserSchemaDataFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function TenantRelationshipsBoeUserSchemaDataFromJSONTyped(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 TenantRelationshipsBoeUserSchemaDataToJSON(json) {
|
|
40
|
+
return TenantRelationshipsBoeUserSchemaDataToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function TenantRelationshipsBoeUserSchemaDataToJSONTyped(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=TenantRelationshipsBoeUserSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TenantRelationshipsBoeUserSchemaData.js","sourceRoot":"","sources":["../../src/models/TenantRelationshipsBoeUserSchemaData.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"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { TenantRelationshipsBoeUserSchema } from './TenantRelationshipsBoeUserSchema';
|
|
12
13
|
import type { TenantRelationshipsFeedbacksSchema } from './TenantRelationshipsFeedbacksSchema';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
@@ -16,6 +17,12 @@ import type { TenantRelationshipsFeedbacksSchema } from './TenantRelationshipsFe
|
|
|
16
17
|
* @interface TenantRelationshipsSchema
|
|
17
18
|
*/
|
|
18
19
|
export interface TenantRelationshipsSchema {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {TenantRelationshipsBoeUserSchema}
|
|
23
|
+
* @memberof TenantRelationshipsSchema
|
|
24
|
+
*/
|
|
25
|
+
boeUser?: TenantRelationshipsBoeUserSchema;
|
|
19
26
|
/**
|
|
20
27
|
*
|
|
21
28
|
* @type {TenantRelationshipsFeedbacksSchema}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TenantRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/TenantRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAQ/F;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,SAAS,CAAC,EAAE,kCAAkC,CAAC;CAClD;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAErG;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,
|
|
1
|
+
{"version":3,"file":"TenantRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/TenantRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAO3F,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAQ/F;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,OAAO,CAAC,EAAE,gCAAgC,CAAC;IAC3C;;;;OAIG;IACH,SAAS,CAAC,EAAE,kCAAkC,CAAC;CAClD;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAErG;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,CASzH;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEpF;AAED,wBAAgB,oCAAoC,CAAC,KAAK,CAAC,EAAE,yBAAyB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUxI"}
|
|
@@ -18,6 +18,7 @@ exports.TenantRelationshipsSchemaFromJSON = TenantRelationshipsSchemaFromJSON;
|
|
|
18
18
|
exports.TenantRelationshipsSchemaFromJSONTyped = TenantRelationshipsSchemaFromJSONTyped;
|
|
19
19
|
exports.TenantRelationshipsSchemaToJSON = TenantRelationshipsSchemaToJSON;
|
|
20
20
|
exports.TenantRelationshipsSchemaToJSONTyped = TenantRelationshipsSchemaToJSONTyped;
|
|
21
|
+
const TenantRelationshipsBoeUserSchema_1 = require("./TenantRelationshipsBoeUserSchema");
|
|
21
22
|
const TenantRelationshipsFeedbacksSchema_1 = require("./TenantRelationshipsFeedbacksSchema");
|
|
22
23
|
/**
|
|
23
24
|
* Check if a given object implements the TenantRelationshipsSchema interface.
|
|
@@ -33,6 +34,7 @@ function TenantRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
33
34
|
return json;
|
|
34
35
|
}
|
|
35
36
|
return {
|
|
37
|
+
'boeUser': json['boeUser'] == null ? undefined : (0, TenantRelationshipsBoeUserSchema_1.TenantRelationshipsBoeUserSchemaFromJSON)(json['boeUser']),
|
|
36
38
|
'feedbacks': json['feedbacks'] == null ? undefined : (0, TenantRelationshipsFeedbacksSchema_1.TenantRelationshipsFeedbacksSchemaFromJSON)(json['feedbacks']),
|
|
37
39
|
};
|
|
38
40
|
}
|
|
@@ -44,6 +46,7 @@ function TenantRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false
|
|
|
44
46
|
return value;
|
|
45
47
|
}
|
|
46
48
|
return {
|
|
49
|
+
'boeUser': (0, TenantRelationshipsBoeUserSchema_1.TenantRelationshipsBoeUserSchemaToJSON)(value['boeUser']),
|
|
47
50
|
'feedbacks': (0, TenantRelationshipsFeedbacksSchema_1.TenantRelationshipsFeedbacksSchemaToJSON)(value['feedbacks']),
|
|
48
51
|
};
|
|
49
52
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TenantRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/TenantRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;
|
|
1
|
+
{"version":3,"file":"TenantRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/TenantRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAyCH,kFAEC;AAED,8EAEC;AAED,wFASC;AAED,0EAEC;AAED,oFAUC;AAtED,yFAK4C;AAE5C,6FAK8C;AAsB9C;;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,IAAA,2EAAwC,EAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1G,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+EAA0C,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACrH,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,IAAA,yEAAsC,EAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QACnE,WAAW,EAAE,IAAA,6EAAwC,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;KAC5E,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 { UpdateScheduleRequestBodyData } from './UpdateScheduleRequestBodyData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateScheduleRequestBody
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateScheduleRequestBody {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {UpdateScheduleRequestBodyData}
|
|
22
|
+
* @memberof UpdateScheduleRequestBody
|
|
23
|
+
*/
|
|
24
|
+
data: UpdateScheduleRequestBodyData;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the UpdateScheduleRequestBody interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfUpdateScheduleRequestBody(value: object): value is UpdateScheduleRequestBody;
|
|
30
|
+
export declare function UpdateScheduleRequestBodyFromJSON(json: any): UpdateScheduleRequestBody;
|
|
31
|
+
export declare function UpdateScheduleRequestBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateScheduleRequestBody;
|
|
32
|
+
export declare function UpdateScheduleRequestBodyToJSON(json: any): UpdateScheduleRequestBody;
|
|
33
|
+
export declare function UpdateScheduleRequestBodyToJSONTyped(value?: UpdateScheduleRequestBody | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=UpdateScheduleRequestBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateScheduleRequestBody.d.ts","sourceRoot":"","sources":["../../src/models/UpdateScheduleRequestBody.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAQrF;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,IAAI,EAAE,6BAA6B,CAAC;CACvC;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAGrG;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,CAQzH;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEpF;AAED,wBAAgB,oCAAoC,CAAC,KAAK,CAAC,EAAE,yBAAyB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASxI"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.instanceOfUpdateScheduleRequestBody = instanceOfUpdateScheduleRequestBody;
|
|
17
|
+
exports.UpdateScheduleRequestBodyFromJSON = UpdateScheduleRequestBodyFromJSON;
|
|
18
|
+
exports.UpdateScheduleRequestBodyFromJSONTyped = UpdateScheduleRequestBodyFromJSONTyped;
|
|
19
|
+
exports.UpdateScheduleRequestBodyToJSON = UpdateScheduleRequestBodyToJSON;
|
|
20
|
+
exports.UpdateScheduleRequestBodyToJSONTyped = UpdateScheduleRequestBodyToJSONTyped;
|
|
21
|
+
const UpdateScheduleRequestBodyData_1 = require("./UpdateScheduleRequestBodyData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the UpdateScheduleRequestBody interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfUpdateScheduleRequestBody(value) {
|
|
26
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function UpdateScheduleRequestBodyFromJSON(json) {
|
|
31
|
+
return UpdateScheduleRequestBodyFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function UpdateScheduleRequestBodyFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'data': (0, UpdateScheduleRequestBodyData_1.UpdateScheduleRequestBodyDataFromJSON)(json['data']),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function UpdateScheduleRequestBodyToJSON(json) {
|
|
42
|
+
return UpdateScheduleRequestBodyToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function UpdateScheduleRequestBodyToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'data': (0, UpdateScheduleRequestBodyData_1.UpdateScheduleRequestBodyDataToJSON)(value['data']),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=UpdateScheduleRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateScheduleRequestBody.js","sourceRoot":"","sources":["../../src/models/UpdateScheduleRequestBody.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,kFAGC;AAED,8EAEC;AAED,wFAQC;AAED,0EAEC;AAED,oFASC;AAxDD,mFAKyC;AAgBzC;;GAEG;AACH,SAAgB,mCAAmC,CAAC,KAAa;IAC7D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,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,MAAM,EAAE,IAAA,qEAAqC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC9D,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,MAAM,EAAE,IAAA,mEAAmC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC7D,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
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 { ScheduleRelationshipsSchema } from './ScheduleRelationshipsSchema';
|
|
13
|
+
import type { ScheduleAttributesSchema } from './ScheduleAttributesSchema';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface UpdateScheduleRequestBodyData
|
|
18
|
+
*/
|
|
19
|
+
export interface UpdateScheduleRequestBodyData {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {UpdateScheduleRequestBodyDataTypeEnum}
|
|
23
|
+
* @memberof UpdateScheduleRequestBodyData
|
|
24
|
+
*/
|
|
25
|
+
type: UpdateScheduleRequestBodyDataTypeEnum;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof UpdateScheduleRequestBodyData
|
|
30
|
+
*/
|
|
31
|
+
id: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {ScheduleAttributesSchema}
|
|
35
|
+
* @memberof UpdateScheduleRequestBodyData
|
|
36
|
+
*/
|
|
37
|
+
attributes?: ScheduleAttributesSchema;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ScheduleRelationshipsSchema}
|
|
41
|
+
* @memberof UpdateScheduleRequestBodyData
|
|
42
|
+
*/
|
|
43
|
+
relationships?: ScheduleRelationshipsSchema;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @export
|
|
47
|
+
*/
|
|
48
|
+
export declare const UpdateScheduleRequestBodyDataTypeEnum: {
|
|
49
|
+
readonly Schedules: "schedules";
|
|
50
|
+
};
|
|
51
|
+
export type UpdateScheduleRequestBodyDataTypeEnum = typeof UpdateScheduleRequestBodyDataTypeEnum[keyof typeof UpdateScheduleRequestBodyDataTypeEnum];
|
|
52
|
+
/**
|
|
53
|
+
* Check if a given object implements the UpdateScheduleRequestBodyData interface.
|
|
54
|
+
*/
|
|
55
|
+
export declare function instanceOfUpdateScheduleRequestBodyData(value: object): value is UpdateScheduleRequestBodyData;
|
|
56
|
+
export declare function UpdateScheduleRequestBodyDataFromJSON(json: any): UpdateScheduleRequestBodyData;
|
|
57
|
+
export declare function UpdateScheduleRequestBodyDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateScheduleRequestBodyData;
|
|
58
|
+
export declare function UpdateScheduleRequestBodyDataToJSON(json: any): UpdateScheduleRequestBodyData;
|
|
59
|
+
export declare function UpdateScheduleRequestBodyDataToJSONTyped(value?: UpdateScheduleRequestBodyData | null, ignoreDiscriminator?: boolean): any;
|
|
60
|
+
//# sourceMappingURL=UpdateScheduleRequestBodyData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateScheduleRequestBodyData.d.ts","sourceRoot":"","sources":["../../src/models/UpdateScheduleRequestBodyData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAOjF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,IAAI,EAAE,qCAAqC,CAAC;IAC5C;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;IACtC;;;;OAIG;IACH,aAAa,CAAC,EAAE,2BAA2B,CAAC;CAC/C;AAGD;;GAEG;AACH,eAAO,MAAM,qCAAqC;;CAExC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,OAAO,qCAAqC,CAAC,MAAM,OAAO,qCAAqC,CAAC,CAAC;AAGrJ;;GAEG;AACH,wBAAgB,uCAAuC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,6BAA6B,CAI7G;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE9F;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,6BAA6B,CAWjI;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,CAYhJ"}
|
|
@@ -0,0 +1,68 @@
|
|
|
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.UpdateScheduleRequestBodyDataTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfUpdateScheduleRequestBodyData = instanceOfUpdateScheduleRequestBodyData;
|
|
18
|
+
exports.UpdateScheduleRequestBodyDataFromJSON = UpdateScheduleRequestBodyDataFromJSON;
|
|
19
|
+
exports.UpdateScheduleRequestBodyDataFromJSONTyped = UpdateScheduleRequestBodyDataFromJSONTyped;
|
|
20
|
+
exports.UpdateScheduleRequestBodyDataToJSON = UpdateScheduleRequestBodyDataToJSON;
|
|
21
|
+
exports.UpdateScheduleRequestBodyDataToJSONTyped = UpdateScheduleRequestBodyDataToJSONTyped;
|
|
22
|
+
const ScheduleRelationshipsSchema_1 = require("./ScheduleRelationshipsSchema");
|
|
23
|
+
const ScheduleAttributesSchema_1 = require("./ScheduleAttributesSchema");
|
|
24
|
+
/**
|
|
25
|
+
* @export
|
|
26
|
+
*/
|
|
27
|
+
exports.UpdateScheduleRequestBodyDataTypeEnum = {
|
|
28
|
+
Schedules: 'schedules'
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the UpdateScheduleRequestBodyData interface.
|
|
32
|
+
*/
|
|
33
|
+
function instanceOfUpdateScheduleRequestBodyData(value) {
|
|
34
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
return true;
|
|
39
|
+
}
|
|
40
|
+
function UpdateScheduleRequestBodyDataFromJSON(json) {
|
|
41
|
+
return UpdateScheduleRequestBodyDataFromJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function UpdateScheduleRequestBodyDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
44
|
+
if (json == null) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'type': json['type'],
|
|
49
|
+
'id': json['id'],
|
|
50
|
+
'attributes': json['attributes'] == null ? undefined : (0, ScheduleAttributesSchema_1.ScheduleAttributesSchemaFromJSON)(json['attributes']),
|
|
51
|
+
'relationships': json['relationships'] == null ? undefined : (0, ScheduleRelationshipsSchema_1.ScheduleRelationshipsSchemaFromJSON)(json['relationships']),
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
function UpdateScheduleRequestBodyDataToJSON(json) {
|
|
55
|
+
return UpdateScheduleRequestBodyDataToJSONTyped(json, false);
|
|
56
|
+
}
|
|
57
|
+
function UpdateScheduleRequestBodyDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
58
|
+
if (value == null) {
|
|
59
|
+
return value;
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
'type': value['type'],
|
|
63
|
+
'id': value['id'],
|
|
64
|
+
'attributes': (0, ScheduleAttributesSchema_1.ScheduleAttributesSchemaToJSON)(value['attributes']),
|
|
65
|
+
'relationships': (0, ScheduleRelationshipsSchema_1.ScheduleRelationshipsSchemaToJSON)(value['relationships']),
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
//# sourceMappingURL=UpdateScheduleRequestBodyData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateScheduleRequestBodyData.js","sourceRoot":"","sources":["../../src/models/UpdateScheduleRequestBodyData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA+DH,0FAIC;AAED,sFAEC;AAED,gGAWC;AAED,kFAEC;AAED,4FAYC;AAlGD,+EAKuC;AAEvC,yEAKoC;AAmCpC;;GAEG;AACU,QAAA,qCAAqC,GAAG;IACjD,SAAS,EAAE,WAAW;CAChB,CAAC;AAIX;;GAEG;AACH,SAAgB,uCAAuC,CAAC,KAAa;IACjE,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS,EAAE,mBAA4B;IAC9F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2DAAgC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC3G,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iEAAmC,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KAC1H,CAAC;AACN,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,SAAgB,wCAAwC,CAAC,KAA4C,EAAE,sBAA+B,KAAK;IACvI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,yDAA8B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACjE,eAAe,EAAE,IAAA,+DAAiC,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;KAC7E,CAAC;AACN,CAAC"}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -134,6 +134,8 @@ export * from './CreateRoleRequestBody';
|
|
|
134
134
|
export * from './CreateRoleRequestBodyData';
|
|
135
135
|
export * from './CreateRunRequestBody';
|
|
136
136
|
export * from './CreateRunRequestBodyData';
|
|
137
|
+
export * from './CreateScheduleRequestBody';
|
|
138
|
+
export * from './CreateScheduleRequestBodyData';
|
|
137
139
|
export * from './CreateSubmissionRequestBody';
|
|
138
140
|
export * from './CreateSubmissionRequestBodyData';
|
|
139
141
|
export * from './CreateTalentRequestBody';
|
|
@@ -365,6 +367,22 @@ export * from './RunRelationshipsWorkflowSchemaData';
|
|
|
365
367
|
export * from './RunResourceSchema';
|
|
366
368
|
export * from './RunSchema';
|
|
367
369
|
export * from './RunsSchema';
|
|
370
|
+
export * from './ScheduleAttributesSchema';
|
|
371
|
+
export * from './ScheduleRelationshipsCandidateSchema';
|
|
372
|
+
export * from './ScheduleRelationshipsCandidateSchemaData';
|
|
373
|
+
export * from './ScheduleRelationshipsConversationSchema';
|
|
374
|
+
export * from './ScheduleRelationshipsConversationSchemaData';
|
|
375
|
+
export * from './ScheduleRelationshipsJobSchema';
|
|
376
|
+
export * from './ScheduleRelationshipsJobSchemaData';
|
|
377
|
+
export * from './ScheduleRelationshipsSchema';
|
|
378
|
+
export * from './ScheduleRelationshipsTalentSchema';
|
|
379
|
+
export * from './ScheduleRelationshipsTalentSchemaData';
|
|
380
|
+
export * from './ScheduleRelationshipsUserSchema';
|
|
381
|
+
export * from './ScheduleRelationshipsUserSchemaData';
|
|
382
|
+
export * from './ScheduleResourceSchema';
|
|
383
|
+
export * from './ScheduleSchema';
|
|
384
|
+
export * from './ScheduleTargetSchema';
|
|
385
|
+
export * from './SchedulesSchema';
|
|
368
386
|
export * from './SubmissionAttributesSchema';
|
|
369
387
|
export * from './SubmissionAttributesSchemaConsent';
|
|
370
388
|
export * from './SubmissionAttributesSchemaFilesInner';
|
|
@@ -409,6 +427,8 @@ export * from './TenantAttributesAddressSchema';
|
|
|
409
427
|
export * from './TenantAttributesSchema';
|
|
410
428
|
export * from './TenantAttributesSettingsSchema';
|
|
411
429
|
export * from './TenantAttributesSettingsSchemaCalling';
|
|
430
|
+
export * from './TenantRelationshipsBoeUserSchema';
|
|
431
|
+
export * from './TenantRelationshipsBoeUserSchemaData';
|
|
412
432
|
export * from './TenantRelationshipsFeedbacksDataSchema';
|
|
413
433
|
export * from './TenantRelationshipsFeedbacksSchema';
|
|
414
434
|
export * from './TenantRelationshipsSchema';
|
|
@@ -491,6 +511,8 @@ export * from './UpdateRoleRequestBodyData';
|
|
|
491
511
|
export * from './UpdateRunAttributesSchema';
|
|
492
512
|
export * from './UpdateRunRequestBody';
|
|
493
513
|
export * from './UpdateRunRequestBodyData';
|
|
514
|
+
export * from './UpdateScheduleRequestBody';
|
|
515
|
+
export * from './UpdateScheduleRequestBodyData';
|
|
494
516
|
export * from './UpdateSubmissionRequestBody';
|
|
495
517
|
export * from './UpdateSubmissionRequestBodyData';
|
|
496
518
|
export * from './UpdateTalentRequestBody';
|