@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,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 { ScheduleRelationshipsUserSchemaData } from './ScheduleRelationshipsUserSchemaData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ScheduleRelationshipsUserSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface ScheduleRelationshipsUserSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ScheduleRelationshipsUserSchemaData}
|
|
22
|
+
* @memberof ScheduleRelationshipsUserSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: ScheduleRelationshipsUserSchemaData | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the ScheduleRelationshipsUserSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfScheduleRelationshipsUserSchema(value: object): value is ScheduleRelationshipsUserSchema;
|
|
30
|
+
export declare function ScheduleRelationshipsUserSchemaFromJSON(json: any): ScheduleRelationshipsUserSchema;
|
|
31
|
+
export declare function ScheduleRelationshipsUserSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleRelationshipsUserSchema;
|
|
32
|
+
export declare function ScheduleRelationshipsUserSchemaToJSON(json: any): ScheduleRelationshipsUserSchema;
|
|
33
|
+
export declare function ScheduleRelationshipsUserSchemaToJSONTyped(value?: ScheduleRelationshipsUserSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=ScheduleRelationshipsUserSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsUserSchema.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsUserSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAQjG;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,IAAI,CAAC,EAAE,mCAAmC,GAAG,IAAI,CAAC;CACrD;AAED;;GAEG;AACH,wBAAgB,yCAAyC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+BAA+B,CAEjH;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAElG;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,+BAA+B,CAQrI;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAEhG;AAED,wBAAgB,0CAA0C,CAAC,KAAK,CAAC,EAAE,+BAA+B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASpJ"}
|
|
@@ -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.instanceOfScheduleRelationshipsUserSchema = instanceOfScheduleRelationshipsUserSchema;
|
|
17
|
+
exports.ScheduleRelationshipsUserSchemaFromJSON = ScheduleRelationshipsUserSchemaFromJSON;
|
|
18
|
+
exports.ScheduleRelationshipsUserSchemaFromJSONTyped = ScheduleRelationshipsUserSchemaFromJSONTyped;
|
|
19
|
+
exports.ScheduleRelationshipsUserSchemaToJSON = ScheduleRelationshipsUserSchemaToJSON;
|
|
20
|
+
exports.ScheduleRelationshipsUserSchemaToJSONTyped = ScheduleRelationshipsUserSchemaToJSONTyped;
|
|
21
|
+
const ScheduleRelationshipsUserSchemaData_1 = require("./ScheduleRelationshipsUserSchemaData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ScheduleRelationshipsUserSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfScheduleRelationshipsUserSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function ScheduleRelationshipsUserSchemaFromJSON(json) {
|
|
29
|
+
return ScheduleRelationshipsUserSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function ScheduleRelationshipsUserSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, ScheduleRelationshipsUserSchemaData_1.ScheduleRelationshipsUserSchemaDataFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function ScheduleRelationshipsUserSchemaToJSON(json) {
|
|
40
|
+
return ScheduleRelationshipsUserSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ScheduleRelationshipsUserSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, ScheduleRelationshipsUserSchemaData_1.ScheduleRelationshipsUserSchemaDataToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=ScheduleRelationshipsUserSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsUserSchema.js","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsUserSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,8FAEC;AAED,0FAEC;AAED,oGAQC;AAED,sFAEC;AAED,gGASC;AAvDD,+FAK+C;AAgB/C;;GAEG;AACH,SAAgB,yCAAyC,CAAC,KAAa;IACnE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS,EAAE,mBAA4B;IAChG,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,iFAA2C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACvG,CAAC;AACN,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAED,SAAgB,0CAA0C,CAAC,KAA8C,EAAE,sBAA+B,KAAK;IAC3I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,+EAAyC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACnE,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 ScheduleRelationshipsUserSchemaData
|
|
16
|
+
*/
|
|
17
|
+
export interface ScheduleRelationshipsUserSchemaData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ScheduleRelationshipsUserSchemaData
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ScheduleRelationshipsUserSchemaData
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ScheduleRelationshipsUserSchemaData interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfScheduleRelationshipsUserSchemaData(value: object): value is ScheduleRelationshipsUserSchemaData;
|
|
35
|
+
export declare function ScheduleRelationshipsUserSchemaDataFromJSON(json: any): ScheduleRelationshipsUserSchemaData;
|
|
36
|
+
export declare function ScheduleRelationshipsUserSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleRelationshipsUserSchemaData;
|
|
37
|
+
export declare function ScheduleRelationshipsUserSchemaDataToJSON(json: any): ScheduleRelationshipsUserSchemaData;
|
|
38
|
+
export declare function ScheduleRelationshipsUserSchemaDataToJSONTyped(value?: ScheduleRelationshipsUserSchemaData | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=ScheduleRelationshipsUserSchemaData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsUserSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsUserSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,6CAA6C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mCAAmC,CAEzH;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAE1G;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mCAAmC,CAS7I;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAExG;AAED,wBAAgB,8CAA8C,CAAC,KAAK,CAAC,EAAE,mCAAmC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5J"}
|
|
@@ -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.instanceOfScheduleRelationshipsUserSchemaData = instanceOfScheduleRelationshipsUserSchemaData;
|
|
17
|
+
exports.ScheduleRelationshipsUserSchemaDataFromJSON = ScheduleRelationshipsUserSchemaDataFromJSON;
|
|
18
|
+
exports.ScheduleRelationshipsUserSchemaDataFromJSONTyped = ScheduleRelationshipsUserSchemaDataFromJSONTyped;
|
|
19
|
+
exports.ScheduleRelationshipsUserSchemaDataToJSON = ScheduleRelationshipsUserSchemaDataToJSON;
|
|
20
|
+
exports.ScheduleRelationshipsUserSchemaDataToJSONTyped = ScheduleRelationshipsUserSchemaDataToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ScheduleRelationshipsUserSchemaData interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfScheduleRelationshipsUserSchemaData(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ScheduleRelationshipsUserSchemaDataFromJSON(json) {
|
|
28
|
+
return ScheduleRelationshipsUserSchemaDataFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ScheduleRelationshipsUserSchemaDataFromJSONTyped(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 ScheduleRelationshipsUserSchemaDataToJSON(json) {
|
|
40
|
+
return ScheduleRelationshipsUserSchemaDataToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ScheduleRelationshipsUserSchemaDataToJSONTyped(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=ScheduleRelationshipsUserSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsUserSchemaData.js","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsUserSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,sGAEC;AAED,kGAEC;AAED,4GASC;AAED,8FAEC;AAED,wGAUC;AApCD;;GAEG;AACH,SAAgB,6CAA6C,CAAC,KAAa;IACvE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS,EAAE,mBAA4B;IACpG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,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,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,KAAkD,EAAE,sBAA+B,KAAK;IACnJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ResourceLinksSchema } from './ResourceLinksSchema';
|
|
13
|
+
import type { ScheduleRelationshipsSchema } from './ScheduleRelationshipsSchema';
|
|
14
|
+
import type { ScheduleAttributesSchema } from './ScheduleAttributesSchema';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface ScheduleResourceSchema
|
|
19
|
+
*/
|
|
20
|
+
export interface ScheduleResourceSchema {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {ScheduleResourceSchemaTypeEnum}
|
|
24
|
+
* @memberof ScheduleResourceSchema
|
|
25
|
+
*/
|
|
26
|
+
type: ScheduleResourceSchemaTypeEnum;
|
|
27
|
+
/**
|
|
28
|
+
* Returns results with an ID greater than the specified ID. The ID is a combination of a UUID4 (hexadecimal) followed by a hyphen and an integer number from 1 to 9.
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof ScheduleResourceSchema
|
|
31
|
+
*/
|
|
32
|
+
id: string;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {ScheduleAttributesSchema}
|
|
36
|
+
* @memberof ScheduleResourceSchema
|
|
37
|
+
*/
|
|
38
|
+
attributes: ScheduleAttributesSchema;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {ScheduleRelationshipsSchema}
|
|
42
|
+
* @memberof ScheduleResourceSchema
|
|
43
|
+
*/
|
|
44
|
+
relationships?: ScheduleRelationshipsSchema;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {ResourceLinksSchema}
|
|
48
|
+
* @memberof ScheduleResourceSchema
|
|
49
|
+
*/
|
|
50
|
+
links?: ResourceLinksSchema;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {{ [key: string]: any; }}
|
|
54
|
+
* @memberof ScheduleResourceSchema
|
|
55
|
+
*/
|
|
56
|
+
meta?: {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* @export
|
|
62
|
+
*/
|
|
63
|
+
export declare const ScheduleResourceSchemaTypeEnum: {
|
|
64
|
+
readonly Schedules: "schedules";
|
|
65
|
+
};
|
|
66
|
+
export type ScheduleResourceSchemaTypeEnum = typeof ScheduleResourceSchemaTypeEnum[keyof typeof ScheduleResourceSchemaTypeEnum];
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the ScheduleResourceSchema interface.
|
|
69
|
+
*/
|
|
70
|
+
export declare function instanceOfScheduleResourceSchema(value: object): value is ScheduleResourceSchema;
|
|
71
|
+
export declare function ScheduleResourceSchemaFromJSON(json: any): ScheduleResourceSchema;
|
|
72
|
+
export declare function ScheduleResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleResourceSchema;
|
|
73
|
+
export declare function ScheduleResourceSchemaToJSON(json: any): ScheduleResourceSchema;
|
|
74
|
+
export declare function ScheduleResourceSchemaToJSONTyped(value?: ScheduleResourceSchema | null, ignoreDiscriminator?: boolean): any;
|
|
75
|
+
//# sourceMappingURL=ScheduleResourceSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAOjF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,EAAE,8BAA8B,CAAC;IACrC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,wBAAwB,CAAC;IACrC;;;;OAIG;IACH,aAAa,CAAC,EAAE,2BAA2B,CAAC;IAC5C;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAGD;;GAEG;AACH,eAAO,MAAM,8BAA8B;;CAEjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAGhI;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAK/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAanH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,sBAAsB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAclI"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ScheduleResourceSchemaTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfScheduleResourceSchema = instanceOfScheduleResourceSchema;
|
|
18
|
+
exports.ScheduleResourceSchemaFromJSON = ScheduleResourceSchemaFromJSON;
|
|
19
|
+
exports.ScheduleResourceSchemaFromJSONTyped = ScheduleResourceSchemaFromJSONTyped;
|
|
20
|
+
exports.ScheduleResourceSchemaToJSON = ScheduleResourceSchemaToJSON;
|
|
21
|
+
exports.ScheduleResourceSchemaToJSONTyped = ScheduleResourceSchemaToJSONTyped;
|
|
22
|
+
const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
|
|
23
|
+
const ScheduleRelationshipsSchema_1 = require("./ScheduleRelationshipsSchema");
|
|
24
|
+
const ScheduleAttributesSchema_1 = require("./ScheduleAttributesSchema");
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
exports.ScheduleResourceSchemaTypeEnum = {
|
|
29
|
+
Schedules: 'schedules'
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ScheduleResourceSchema interface.
|
|
33
|
+
*/
|
|
34
|
+
function instanceOfScheduleResourceSchema(value) {
|
|
35
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
38
|
+
return false;
|
|
39
|
+
if (!('attributes' in value) || value['attributes'] === undefined)
|
|
40
|
+
return false;
|
|
41
|
+
return true;
|
|
42
|
+
}
|
|
43
|
+
function ScheduleResourceSchemaFromJSON(json) {
|
|
44
|
+
return ScheduleResourceSchemaFromJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function ScheduleResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
47
|
+
if (json == null) {
|
|
48
|
+
return json;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'type': json['type'],
|
|
52
|
+
'id': json['id'],
|
|
53
|
+
'attributes': (0, ScheduleAttributesSchema_1.ScheduleAttributesSchemaFromJSON)(json['attributes']),
|
|
54
|
+
'relationships': json['relationships'] == null ? undefined : (0, ScheduleRelationshipsSchema_1.ScheduleRelationshipsSchemaFromJSON)(json['relationships']),
|
|
55
|
+
'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
|
|
56
|
+
'meta': json['meta'] == null ? undefined : json['meta'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
function ScheduleResourceSchemaToJSON(json) {
|
|
60
|
+
return ScheduleResourceSchemaToJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
function ScheduleResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
63
|
+
if (value == null) {
|
|
64
|
+
return value;
|
|
65
|
+
}
|
|
66
|
+
return {
|
|
67
|
+
'type': value['type'],
|
|
68
|
+
'id': value['id'],
|
|
69
|
+
'attributes': (0, ScheduleAttributesSchema_1.ScheduleAttributesSchemaToJSON)(value['attributes']),
|
|
70
|
+
'relationships': (0, ScheduleRelationshipsSchema_1.ScheduleRelationshipsSchemaToJSON)(value['relationships']),
|
|
71
|
+
'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
|
|
72
|
+
'meta': value['meta'],
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
//# sourceMappingURL=ScheduleResourceSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleResourceSchema.js","sourceRoot":"","sources":["../../src/models/ScheduleResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkFH,4EAKC;AAED,wEAEC;AAED,kFAaC;AAED,oEAEC;AAED,8EAcC;AA1HD,+DAK+B;AAE/B,+EAKuC;AAEvC,yEAKoC;AA+CpC;;GAEG;AACU,QAAA,8BAA8B,GAAG;IAC1C,SAAS,EAAE,WAAW;CAChB,CAAC;AAIX;;GAEG;AACH,SAAgB,gCAAgC,CAAC,KAAa;IAC1D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,YAAY,EAAE,IAAA,2DAAgC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAClE,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iEAAmC,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QACvH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,KAAqC,EAAE,sBAA+B,KAAK;IACzH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,yDAA8B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACjE,eAAe,EAAE,IAAA,+DAAiC,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QAC1E,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ResourceLinksSchema } from './ResourceLinksSchema';
|
|
13
|
+
import type { ScheduleResourceSchema } from './ScheduleResourceSchema';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ScheduleSchema
|
|
18
|
+
*/
|
|
19
|
+
export interface ScheduleSchema {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {ScheduleResourceSchema}
|
|
23
|
+
* @memberof ScheduleSchema
|
|
24
|
+
*/
|
|
25
|
+
data?: ScheduleResourceSchema;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ResourceLinksSchema}
|
|
29
|
+
* @memberof ScheduleSchema
|
|
30
|
+
*/
|
|
31
|
+
links?: ResourceLinksSchema;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {{ [key: string]: any; }}
|
|
35
|
+
* @memberof ScheduleSchema
|
|
36
|
+
*/
|
|
37
|
+
meta?: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Check if a given object implements the ScheduleSchema interface.
|
|
43
|
+
*/
|
|
44
|
+
export declare function instanceOfScheduleSchema(value: object): value is ScheduleSchema;
|
|
45
|
+
export declare function ScheduleSchemaFromJSON(json: any): ScheduleSchema;
|
|
46
|
+
export declare function ScheduleSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleSchema;
|
|
47
|
+
export declare function ScheduleSchemaToJSON(json: any): ScheduleSchema;
|
|
48
|
+
export declare function ScheduleSchemaToJSONTyped(value?: ScheduleSchema | null, ignoreDiscriminator?: boolean): any;
|
|
49
|
+
//# sourceMappingURL=ScheduleSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleSchema.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAQvE;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,IAAI,CAAC,EAAE,sBAAsB,CAAC;IAC9B;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,cAAc,CAE/E;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAUnG;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAE9D;AAED,wBAAgB,yBAAyB,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWlH"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfScheduleSchema = instanceOfScheduleSchema;
|
|
17
|
+
exports.ScheduleSchemaFromJSON = ScheduleSchemaFromJSON;
|
|
18
|
+
exports.ScheduleSchemaFromJSONTyped = ScheduleSchemaFromJSONTyped;
|
|
19
|
+
exports.ScheduleSchemaToJSON = ScheduleSchemaToJSON;
|
|
20
|
+
exports.ScheduleSchemaToJSONTyped = ScheduleSchemaToJSONTyped;
|
|
21
|
+
const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
|
|
22
|
+
const ScheduleResourceSchema_1 = require("./ScheduleResourceSchema");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the ScheduleSchema interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfScheduleSchema(value) {
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function ScheduleSchemaFromJSON(json) {
|
|
30
|
+
return ScheduleSchemaFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function ScheduleSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'data': json['data'] == null ? undefined : (0, ScheduleResourceSchema_1.ScheduleResourceSchemaFromJSON)(json['data']),
|
|
38
|
+
'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
|
|
39
|
+
'meta': json['meta'] == null ? undefined : json['meta'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
function ScheduleSchemaToJSON(json) {
|
|
43
|
+
return ScheduleSchemaToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function ScheduleSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'data': (0, ScheduleResourceSchema_1.ScheduleResourceSchemaToJSON)(value['data']),
|
|
51
|
+
'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
|
|
52
|
+
'meta': value['meta'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=ScheduleSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleSchema.js","sourceRoot":"","sources":["../../src/models/ScheduleSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,4DAEC;AAED,wDAEC;AAED,kEAUC;AAED,oDAEC;AAED,8DAWC;AA9ED,+DAK+B;AAE/B,qEAKkC;AA4BlC;;GAEG;AACH,SAAgB,wBAAwB,CAAC,KAAa;IAClD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS,EAAE,mBAA4B;IAC/E,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uDAA8B,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACvF,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAED,SAAgB,yBAAyB,CAAC,KAA6B,EAAE,sBAA+B,KAAK;IACzG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,qDAA4B,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QACnD,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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
|
+
* What to invoke when the schedule fires.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ScheduleTargetSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface ScheduleTargetSchema {
|
|
18
|
+
/**
|
|
19
|
+
* Target kind. Only `action` is supported today; the dispatcher invokes the matching action Lambda.
|
|
20
|
+
* @type {ScheduleTargetSchemaTypeEnum}
|
|
21
|
+
* @memberof ScheduleTargetSchema
|
|
22
|
+
*/
|
|
23
|
+
type: ScheduleTargetSchemaTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
* Action identifier (e.g. `email:send`, `call:initiate`). Resolved by the same convention the workflow engine uses — `resource:verb` maps to `sm-${env}-tb-service-action-function-${resource}-${verb}`.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ScheduleTargetSchema
|
|
28
|
+
*/
|
|
29
|
+
actionName: string;
|
|
30
|
+
/**
|
|
31
|
+
* Payload passed to the action Lambda. Shape is action-specific.
|
|
32
|
+
* @type {object}
|
|
33
|
+
* @memberof ScheduleTargetSchema
|
|
34
|
+
*/
|
|
35
|
+
input?: object;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @export
|
|
39
|
+
*/
|
|
40
|
+
export declare const ScheduleTargetSchemaTypeEnum: {
|
|
41
|
+
readonly Action: "action";
|
|
42
|
+
};
|
|
43
|
+
export type ScheduleTargetSchemaTypeEnum = typeof ScheduleTargetSchemaTypeEnum[keyof typeof ScheduleTargetSchemaTypeEnum];
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the ScheduleTargetSchema interface.
|
|
46
|
+
*/
|
|
47
|
+
export declare function instanceOfScheduleTargetSchema(value: object): value is ScheduleTargetSchema;
|
|
48
|
+
export declare function ScheduleTargetSchemaFromJSON(json: any): ScheduleTargetSchema;
|
|
49
|
+
export declare function ScheduleTargetSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleTargetSchema;
|
|
50
|
+
export declare function ScheduleTargetSchemaToJSON(json: any): ScheduleTargetSchema;
|
|
51
|
+
export declare function ScheduleTargetSchemaToJSONTyped(value?: ScheduleTargetSchema | null, ignoreDiscriminator?: boolean): any;
|
|
52
|
+
//# sourceMappingURL=ScheduleTargetSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleTargetSchema.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleTargetSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,IAAI,EAAE,4BAA4B,CAAC;IACnC;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAGD;;GAEG;AACH,eAAO,MAAM,4BAA4B;;CAE/B,CAAC;AACX,MAAM,MAAM,4BAA4B,GAAG,OAAO,4BAA4B,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC;AAG1H;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAI3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAU/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,CAW9H"}
|
|
@@ -0,0 +1,64 @@
|
|
|
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.ScheduleTargetSchemaTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfScheduleTargetSchema = instanceOfScheduleTargetSchema;
|
|
18
|
+
exports.ScheduleTargetSchemaFromJSON = ScheduleTargetSchemaFromJSON;
|
|
19
|
+
exports.ScheduleTargetSchemaFromJSONTyped = ScheduleTargetSchemaFromJSONTyped;
|
|
20
|
+
exports.ScheduleTargetSchemaToJSON = ScheduleTargetSchemaToJSON;
|
|
21
|
+
exports.ScheduleTargetSchemaToJSONTyped = ScheduleTargetSchemaToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.ScheduleTargetSchemaTypeEnum = {
|
|
26
|
+
Action: 'action'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the ScheduleTargetSchema interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfScheduleTargetSchema(value) {
|
|
32
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('actionName' in value) || value['actionName'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
function ScheduleTargetSchemaFromJSON(json) {
|
|
39
|
+
return ScheduleTargetSchemaFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function ScheduleTargetSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
+
if (json == null) {
|
|
43
|
+
return json;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'type': json['type'],
|
|
47
|
+
'actionName': json['actionName'],
|
|
48
|
+
'input': json['input'] == null ? undefined : json['input'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
function ScheduleTargetSchemaToJSON(json) {
|
|
52
|
+
return ScheduleTargetSchemaToJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
function ScheduleTargetSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
55
|
+
if (value == null) {
|
|
56
|
+
return value;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
'type': value['type'],
|
|
60
|
+
'actionName': value['actionName'],
|
|
61
|
+
'input': value['input'],
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
//# sourceMappingURL=ScheduleTargetSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleTargetSchema.js","sourceRoot":"","sources":["../../src/models/ScheduleTargetSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA0CH,wEAIC;AAED,oEAEC;AAED,8EAUC;AAED,gEAEC;AAED,0EAWC;AAjDD;;GAEG;AACU,QAAA,4BAA4B,GAAG;IACxC,MAAM,EAAE,QAAQ;CACV,CAAC;AAIX;;GAEG;AACH,SAAgB,8BAA8B,CAAC,KAAa;IACxD,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,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,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;KAC7D,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,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;KAC1B,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ResourcesMetaSchema } from './ResourcesMetaSchema';
|
|
13
|
+
import type { ScheduleResourceSchema } from './ScheduleResourceSchema';
|
|
14
|
+
import type { ResourcesLinksSchema } from './ResourcesLinksSchema';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface SchedulesSchema
|
|
19
|
+
*/
|
|
20
|
+
export interface SchedulesSchema {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {Array<ScheduleResourceSchema>}
|
|
24
|
+
* @memberof SchedulesSchema
|
|
25
|
+
*/
|
|
26
|
+
data?: Array<ScheduleResourceSchema>;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {ResourcesLinksSchema}
|
|
30
|
+
* @memberof SchedulesSchema
|
|
31
|
+
*/
|
|
32
|
+
links?: ResourcesLinksSchema;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {ResourcesMetaSchema}
|
|
36
|
+
* @memberof SchedulesSchema
|
|
37
|
+
*/
|
|
38
|
+
meta?: ResourcesMetaSchema;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Check if a given object implements the SchedulesSchema interface.
|
|
42
|
+
*/
|
|
43
|
+
export declare function instanceOfSchedulesSchema(value: object): value is SchedulesSchema;
|
|
44
|
+
export declare function SchedulesSchemaFromJSON(json: any): SchedulesSchema;
|
|
45
|
+
export declare function SchedulesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SchedulesSchema;
|
|
46
|
+
export declare function SchedulesSchemaToJSON(json: any): SchedulesSchema;
|
|
47
|
+
export declare function SchedulesSchemaToJSONTyped(value?: SchedulesSchema | null, ignoreDiscriminator?: boolean): any;
|
|
48
|
+
//# sourceMappingURL=SchedulesSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SchedulesSchema.d.ts","sourceRoot":"","sources":["../../src/models/SchedulesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAOvE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAQnE;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;IACrC;;;;OAIG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC9B;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,eAAe,CAEjF;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAElE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,eAAe,CAUrG;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAEhE;AAED,wBAAgB,0BAA0B,CAAC,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWpH"}
|