@smartytalent/api-client 0.1.32 → 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.
Files changed (93) hide show
  1. package/dist/apis/SchedulesApi.d.ts +163 -0
  2. package/dist/apis/SchedulesApi.d.ts.map +1 -0
  3. package/dist/apis/SchedulesApi.js +379 -0
  4. package/dist/apis/SchedulesApi.js.map +1 -0
  5. package/dist/apis/index.d.ts +1 -0
  6. package/dist/apis/index.d.ts.map +1 -1
  7. package/dist/apis/index.js +1 -0
  8. package/dist/apis/index.js.map +1 -1
  9. package/dist/models/CreateScheduleRequestBody.d.ts +34 -0
  10. package/dist/models/CreateScheduleRequestBody.d.ts.map +1 -0
  11. package/dist/models/CreateScheduleRequestBody.js +52 -0
  12. package/dist/models/CreateScheduleRequestBody.js.map +1 -0
  13. package/dist/models/CreateScheduleRequestBodyData.d.ts +54 -0
  14. package/dist/models/CreateScheduleRequestBodyData.d.ts.map +1 -0
  15. package/dist/models/CreateScheduleRequestBodyData.js +66 -0
  16. package/dist/models/CreateScheduleRequestBodyData.js.map +1 -0
  17. package/dist/models/ScheduleAttributesSchema.d.ts +81 -0
  18. package/dist/models/ScheduleAttributesSchema.d.ts.map +1 -0
  19. package/dist/models/ScheduleAttributesSchema.js +77 -0
  20. package/dist/models/ScheduleAttributesSchema.js.map +1 -0
  21. package/dist/models/ScheduleRelationshipsCandidateSchema.d.ts +34 -0
  22. package/dist/models/ScheduleRelationshipsCandidateSchema.d.ts.map +1 -0
  23. package/dist/models/ScheduleRelationshipsCandidateSchema.js +50 -0
  24. package/dist/models/ScheduleRelationshipsCandidateSchema.js.map +1 -0
  25. package/dist/models/ScheduleRelationshipsCandidateSchemaData.d.ts +39 -0
  26. package/dist/models/ScheduleRelationshipsCandidateSchemaData.d.ts.map +1 -0
  27. package/dist/models/ScheduleRelationshipsCandidateSchemaData.js +51 -0
  28. package/dist/models/ScheduleRelationshipsCandidateSchemaData.js.map +1 -0
  29. package/dist/models/ScheduleRelationshipsConversationSchema.d.ts +34 -0
  30. package/dist/models/ScheduleRelationshipsConversationSchema.d.ts.map +1 -0
  31. package/dist/models/ScheduleRelationshipsConversationSchema.js +50 -0
  32. package/dist/models/ScheduleRelationshipsConversationSchema.js.map +1 -0
  33. package/dist/models/ScheduleRelationshipsConversationSchemaData.d.ts +39 -0
  34. package/dist/models/ScheduleRelationshipsConversationSchemaData.d.ts.map +1 -0
  35. package/dist/models/ScheduleRelationshipsConversationSchemaData.js +51 -0
  36. package/dist/models/ScheduleRelationshipsConversationSchemaData.js.map +1 -0
  37. package/dist/models/ScheduleRelationshipsJobSchema.d.ts +34 -0
  38. package/dist/models/ScheduleRelationshipsJobSchema.d.ts.map +1 -0
  39. package/dist/models/ScheduleRelationshipsJobSchema.js +50 -0
  40. package/dist/models/ScheduleRelationshipsJobSchema.js.map +1 -0
  41. package/dist/models/ScheduleRelationshipsJobSchemaData.d.ts +39 -0
  42. package/dist/models/ScheduleRelationshipsJobSchemaData.d.ts.map +1 -0
  43. package/dist/models/ScheduleRelationshipsJobSchemaData.js +51 -0
  44. package/dist/models/ScheduleRelationshipsJobSchemaData.js.map +1 -0
  45. package/dist/models/ScheduleRelationshipsSchema.d.ts +62 -0
  46. package/dist/models/ScheduleRelationshipsSchema.d.ts.map +1 -0
  47. package/dist/models/ScheduleRelationshipsSchema.js +62 -0
  48. package/dist/models/ScheduleRelationshipsSchema.js.map +1 -0
  49. package/dist/models/ScheduleRelationshipsTalentSchema.d.ts +34 -0
  50. package/dist/models/ScheduleRelationshipsTalentSchema.d.ts.map +1 -0
  51. package/dist/models/ScheduleRelationshipsTalentSchema.js +50 -0
  52. package/dist/models/ScheduleRelationshipsTalentSchema.js.map +1 -0
  53. package/dist/models/ScheduleRelationshipsTalentSchemaData.d.ts +39 -0
  54. package/dist/models/ScheduleRelationshipsTalentSchemaData.d.ts.map +1 -0
  55. package/dist/models/ScheduleRelationshipsTalentSchemaData.js +51 -0
  56. package/dist/models/ScheduleRelationshipsTalentSchemaData.js.map +1 -0
  57. package/dist/models/ScheduleRelationshipsUserSchema.d.ts +34 -0
  58. package/dist/models/ScheduleRelationshipsUserSchema.d.ts.map +1 -0
  59. package/dist/models/ScheduleRelationshipsUserSchema.js +50 -0
  60. package/dist/models/ScheduleRelationshipsUserSchema.js.map +1 -0
  61. package/dist/models/ScheduleRelationshipsUserSchemaData.d.ts +39 -0
  62. package/dist/models/ScheduleRelationshipsUserSchemaData.d.ts.map +1 -0
  63. package/dist/models/ScheduleRelationshipsUserSchemaData.js +51 -0
  64. package/dist/models/ScheduleRelationshipsUserSchemaData.js.map +1 -0
  65. package/dist/models/ScheduleResourceSchema.d.ts +75 -0
  66. package/dist/models/ScheduleResourceSchema.d.ts.map +1 -0
  67. package/dist/models/ScheduleResourceSchema.js +75 -0
  68. package/dist/models/ScheduleResourceSchema.js.map +1 -0
  69. package/dist/models/ScheduleSchema.d.ts +49 -0
  70. package/dist/models/ScheduleSchema.d.ts.map +1 -0
  71. package/dist/models/ScheduleSchema.js +55 -0
  72. package/dist/models/ScheduleSchema.js.map +1 -0
  73. package/dist/models/ScheduleTargetSchema.d.ts +52 -0
  74. package/dist/models/ScheduleTargetSchema.d.ts.map +1 -0
  75. package/dist/models/ScheduleTargetSchema.js +64 -0
  76. package/dist/models/ScheduleTargetSchema.js.map +1 -0
  77. package/dist/models/SchedulesSchema.d.ts +48 -0
  78. package/dist/models/SchedulesSchema.d.ts.map +1 -0
  79. package/dist/models/SchedulesSchema.js +56 -0
  80. package/dist/models/SchedulesSchema.js.map +1 -0
  81. package/dist/models/UpdateScheduleRequestBody.d.ts +34 -0
  82. package/dist/models/UpdateScheduleRequestBody.d.ts.map +1 -0
  83. package/dist/models/UpdateScheduleRequestBody.js +52 -0
  84. package/dist/models/UpdateScheduleRequestBody.js.map +1 -0
  85. package/dist/models/UpdateScheduleRequestBodyData.d.ts +60 -0
  86. package/dist/models/UpdateScheduleRequestBodyData.d.ts.map +1 -0
  87. package/dist/models/UpdateScheduleRequestBodyData.js +68 -0
  88. package/dist/models/UpdateScheduleRequestBodyData.js.map +1 -0
  89. package/dist/models/index.d.ts +20 -0
  90. package/dist/models/index.d.ts.map +1 -1
  91. package/dist/models/index.js +20 -0
  92. package/dist/models/index.js.map +1 -1
  93. package/package.json +1 -1
@@ -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.instanceOfCreateScheduleRequestBody = instanceOfCreateScheduleRequestBody;
17
+ exports.CreateScheduleRequestBodyFromJSON = CreateScheduleRequestBodyFromJSON;
18
+ exports.CreateScheduleRequestBodyFromJSONTyped = CreateScheduleRequestBodyFromJSONTyped;
19
+ exports.CreateScheduleRequestBodyToJSON = CreateScheduleRequestBodyToJSON;
20
+ exports.CreateScheduleRequestBodyToJSONTyped = CreateScheduleRequestBodyToJSONTyped;
21
+ const CreateScheduleRequestBodyData_1 = require("./CreateScheduleRequestBodyData");
22
+ /**
23
+ * Check if a given object implements the CreateScheduleRequestBody interface.
24
+ */
25
+ function instanceOfCreateScheduleRequestBody(value) {
26
+ if (!('data' in value) || value['data'] === undefined)
27
+ return false;
28
+ return true;
29
+ }
30
+ function CreateScheduleRequestBodyFromJSON(json) {
31
+ return CreateScheduleRequestBodyFromJSONTyped(json, false);
32
+ }
33
+ function CreateScheduleRequestBodyFromJSONTyped(json, ignoreDiscriminator) {
34
+ if (json == null) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'data': (0, CreateScheduleRequestBodyData_1.CreateScheduleRequestBodyDataFromJSON)(json['data']),
39
+ };
40
+ }
41
+ function CreateScheduleRequestBodyToJSON(json) {
42
+ return CreateScheduleRequestBodyToJSONTyped(json, false);
43
+ }
44
+ function CreateScheduleRequestBodyToJSONTyped(value, ignoreDiscriminator = false) {
45
+ if (value == null) {
46
+ return value;
47
+ }
48
+ return {
49
+ 'data': (0, CreateScheduleRequestBodyData_1.CreateScheduleRequestBodyDataToJSON)(value['data']),
50
+ };
51
+ }
52
+ //# sourceMappingURL=CreateScheduleRequestBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateScheduleRequestBody.js","sourceRoot":"","sources":["../../src/models/CreateScheduleRequestBody.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,54 @@
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 CreateScheduleRequestBodyData
18
+ */
19
+ export interface CreateScheduleRequestBodyData {
20
+ /**
21
+ *
22
+ * @type {CreateScheduleRequestBodyDataTypeEnum}
23
+ * @memberof CreateScheduleRequestBodyData
24
+ */
25
+ type: CreateScheduleRequestBodyDataTypeEnum;
26
+ /**
27
+ *
28
+ * @type {ScheduleAttributesSchema}
29
+ * @memberof CreateScheduleRequestBodyData
30
+ */
31
+ attributes: ScheduleAttributesSchema;
32
+ /**
33
+ *
34
+ * @type {ScheduleRelationshipsSchema}
35
+ * @memberof CreateScheduleRequestBodyData
36
+ */
37
+ relationships?: ScheduleRelationshipsSchema;
38
+ }
39
+ /**
40
+ * @export
41
+ */
42
+ export declare const CreateScheduleRequestBodyDataTypeEnum: {
43
+ readonly Schedules: "schedules";
44
+ };
45
+ export type CreateScheduleRequestBodyDataTypeEnum = typeof CreateScheduleRequestBodyDataTypeEnum[keyof typeof CreateScheduleRequestBodyDataTypeEnum];
46
+ /**
47
+ * Check if a given object implements the CreateScheduleRequestBodyData interface.
48
+ */
49
+ export declare function instanceOfCreateScheduleRequestBodyData(value: object): value is CreateScheduleRequestBodyData;
50
+ export declare function CreateScheduleRequestBodyDataFromJSON(json: any): CreateScheduleRequestBodyData;
51
+ export declare function CreateScheduleRequestBodyDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateScheduleRequestBodyData;
52
+ export declare function CreateScheduleRequestBodyDataToJSON(json: any): CreateScheduleRequestBodyData;
53
+ export declare function CreateScheduleRequestBodyDataToJSONTyped(value?: CreateScheduleRequestBodyData | null, ignoreDiscriminator?: boolean): any;
54
+ //# sourceMappingURL=CreateScheduleRequestBodyData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateScheduleRequestBodyData.d.ts","sourceRoot":"","sources":["../../src/models/CreateScheduleRequestBodyData.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,UAAU,EAAE,wBAAwB,CAAC;IACrC;;;;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,CAUjI;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,CAWhJ"}
@@ -0,0 +1,66 @@
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.CreateScheduleRequestBodyDataTypeEnum = void 0;
17
+ exports.instanceOfCreateScheduleRequestBodyData = instanceOfCreateScheduleRequestBodyData;
18
+ exports.CreateScheduleRequestBodyDataFromJSON = CreateScheduleRequestBodyDataFromJSON;
19
+ exports.CreateScheduleRequestBodyDataFromJSONTyped = CreateScheduleRequestBodyDataFromJSONTyped;
20
+ exports.CreateScheduleRequestBodyDataToJSON = CreateScheduleRequestBodyDataToJSON;
21
+ exports.CreateScheduleRequestBodyDataToJSONTyped = CreateScheduleRequestBodyDataToJSONTyped;
22
+ const ScheduleRelationshipsSchema_1 = require("./ScheduleRelationshipsSchema");
23
+ const ScheduleAttributesSchema_1 = require("./ScheduleAttributesSchema");
24
+ /**
25
+ * @export
26
+ */
27
+ exports.CreateScheduleRequestBodyDataTypeEnum = {
28
+ Schedules: 'schedules'
29
+ };
30
+ /**
31
+ * Check if a given object implements the CreateScheduleRequestBodyData interface.
32
+ */
33
+ function instanceOfCreateScheduleRequestBodyData(value) {
34
+ if (!('type' in value) || value['type'] === undefined)
35
+ return false;
36
+ if (!('attributes' in value) || value['attributes'] === undefined)
37
+ return false;
38
+ return true;
39
+ }
40
+ function CreateScheduleRequestBodyDataFromJSON(json) {
41
+ return CreateScheduleRequestBodyDataFromJSONTyped(json, false);
42
+ }
43
+ function CreateScheduleRequestBodyDataFromJSONTyped(json, ignoreDiscriminator) {
44
+ if (json == null) {
45
+ return json;
46
+ }
47
+ return {
48
+ 'type': json['type'],
49
+ 'attributes': (0, ScheduleAttributesSchema_1.ScheduleAttributesSchemaFromJSON)(json['attributes']),
50
+ 'relationships': json['relationships'] == null ? undefined : (0, ScheduleRelationshipsSchema_1.ScheduleRelationshipsSchemaFromJSON)(json['relationships']),
51
+ };
52
+ }
53
+ function CreateScheduleRequestBodyDataToJSON(json) {
54
+ return CreateScheduleRequestBodyDataToJSONTyped(json, false);
55
+ }
56
+ function CreateScheduleRequestBodyDataToJSONTyped(value, ignoreDiscriminator = false) {
57
+ if (value == null) {
58
+ return value;
59
+ }
60
+ return {
61
+ 'type': value['type'],
62
+ 'attributes': (0, ScheduleAttributesSchema_1.ScheduleAttributesSchemaToJSON)(value['attributes']),
63
+ 'relationships': (0, ScheduleRelationshipsSchema_1.ScheduleRelationshipsSchemaToJSON)(value['relationships']),
64
+ };
65
+ }
66
+ //# sourceMappingURL=CreateScheduleRequestBodyData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateScheduleRequestBodyData.js","sourceRoot":"","sources":["../../src/models/CreateScheduleRequestBodyData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAyDH,0FAIC;AAED,sFAEC;AAED,gGAUC;AAED,kFAEC;AAED,4FAWC;AA1FD,+EAKuC;AAEvC,yEAKoC;AA6BpC;;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,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,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,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;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,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"}
@@ -0,0 +1,81 @@
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 { ScheduleTargetSchema } from './ScheduleTargetSchema';
13
+ import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface ScheduleAttributesSchema
18
+ */
19
+ export interface ScheduleAttributesSchema {
20
+ /**
21
+ * Optional human-readable label for the schedule.
22
+ * @type {string}
23
+ * @memberof ScheduleAttributesSchema
24
+ */
25
+ name?: string;
26
+ /**
27
+ *
28
+ * @type {ScheduleAttributesSchemaStatusEnum}
29
+ * @memberof ScheduleAttributesSchema
30
+ */
31
+ status?: ScheduleAttributesSchemaStatusEnum;
32
+ /**
33
+ * ISO 8601 timestamp when the schedule fires. Absolute; compute delayMinutes client-side if needed.
34
+ * @type {Date}
35
+ * @memberof ScheduleAttributesSchema
36
+ */
37
+ fireAt: Date;
38
+ /**
39
+ * Set by the dispatcher when the schedule actually fires.
40
+ * @type {Date}
41
+ * @memberof ScheduleAttributesSchema
42
+ */
43
+ firedAt?: Date | null;
44
+ /**
45
+ *
46
+ * @type {ScheduleTargetSchema}
47
+ * @memberof ScheduleAttributesSchema
48
+ */
49
+ target: ScheduleTargetSchema;
50
+ /**
51
+ * Dispatcher's recorded result after firing (status, messageId, or error detail). Server-managed.
52
+ * @type {object}
53
+ * @memberof ScheduleAttributesSchema
54
+ */
55
+ result?: object | null;
56
+ /**
57
+ *
58
+ * @type {ResourceTimestampsSchema}
59
+ * @memberof ScheduleAttributesSchema
60
+ */
61
+ timestamps?: ResourceTimestampsSchema;
62
+ }
63
+ /**
64
+ * @export
65
+ */
66
+ export declare const ScheduleAttributesSchemaStatusEnum: {
67
+ readonly Pending: "pending";
68
+ readonly Fired: "fired";
69
+ readonly Cancelled: "cancelled";
70
+ readonly Failed: "failed";
71
+ };
72
+ export type ScheduleAttributesSchemaStatusEnum = typeof ScheduleAttributesSchemaStatusEnum[keyof typeof ScheduleAttributesSchemaStatusEnum];
73
+ /**
74
+ * Check if a given object implements the ScheduleAttributesSchema interface.
75
+ */
76
+ export declare function instanceOfScheduleAttributesSchema(value: object): value is ScheduleAttributesSchema;
77
+ export declare function ScheduleAttributesSchemaFromJSON(json: any): ScheduleAttributesSchema;
78
+ export declare function ScheduleAttributesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleAttributesSchema;
79
+ export declare function ScheduleAttributesSchemaToJSON(json: any): ScheduleAttributesSchema;
80
+ export declare function ScheduleAttributesSchemaToJSONTyped(value?: ScheduleAttributesSchema | null, ignoreDiscriminator?: boolean): any;
81
+ //# sourceMappingURL=ScheduleAttributesSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAOnE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,CAAC,EAAE,kCAAkC,CAAC;IAC5C;;;;OAIG;IACH,MAAM,EAAE,IAAI,CAAC;IACb;;;;OAIG;IACH,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,MAAM,EAAE,oBAAoB,CAAC;IAC7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,kCAAkC;;;;;CAKrC,CAAC;AACX,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAC,MAAM,OAAO,kCAAkC,CAAC,CAAC;AAG5I;;GAEG;AACH,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wBAAwB,CAInG;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAEpF;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CAcvH;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAElF;AAED,wBAAgB,mCAAmC,CAAC,KAAK,CAAC,EAAE,wBAAwB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAetI"}
@@ -0,0 +1,77 @@
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.ScheduleAttributesSchemaStatusEnum = void 0;
17
+ exports.instanceOfScheduleAttributesSchema = instanceOfScheduleAttributesSchema;
18
+ exports.ScheduleAttributesSchemaFromJSON = ScheduleAttributesSchemaFromJSON;
19
+ exports.ScheduleAttributesSchemaFromJSONTyped = ScheduleAttributesSchemaFromJSONTyped;
20
+ exports.ScheduleAttributesSchemaToJSON = ScheduleAttributesSchemaToJSON;
21
+ exports.ScheduleAttributesSchemaToJSONTyped = ScheduleAttributesSchemaToJSONTyped;
22
+ const ScheduleTargetSchema_1 = require("./ScheduleTargetSchema");
23
+ const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
24
+ /**
25
+ * @export
26
+ */
27
+ exports.ScheduleAttributesSchemaStatusEnum = {
28
+ Pending: 'pending',
29
+ Fired: 'fired',
30
+ Cancelled: 'cancelled',
31
+ Failed: 'failed'
32
+ };
33
+ /**
34
+ * Check if a given object implements the ScheduleAttributesSchema interface.
35
+ */
36
+ function instanceOfScheduleAttributesSchema(value) {
37
+ if (!('fireAt' in value) || value['fireAt'] === undefined)
38
+ return false;
39
+ if (!('target' in value) || value['target'] === undefined)
40
+ return false;
41
+ return true;
42
+ }
43
+ function ScheduleAttributesSchemaFromJSON(json) {
44
+ return ScheduleAttributesSchemaFromJSONTyped(json, false);
45
+ }
46
+ function ScheduleAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
47
+ if (json == null) {
48
+ return json;
49
+ }
50
+ return {
51
+ 'name': json['name'] == null ? undefined : json['name'],
52
+ 'status': json['status'] == null ? undefined : json['status'],
53
+ 'fireAt': (new Date(json['fireAt'])),
54
+ 'firedAt': json['firedAt'] == null ? undefined : (new Date(json['firedAt'])),
55
+ 'target': (0, ScheduleTargetSchema_1.ScheduleTargetSchemaFromJSON)(json['target']),
56
+ 'result': json['result'] == null ? undefined : json['result'],
57
+ 'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
58
+ };
59
+ }
60
+ function ScheduleAttributesSchemaToJSON(json) {
61
+ return ScheduleAttributesSchemaToJSONTyped(json, false);
62
+ }
63
+ function ScheduleAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
64
+ if (value == null) {
65
+ return value;
66
+ }
67
+ return {
68
+ 'name': value['name'],
69
+ 'status': value['status'],
70
+ 'fireAt': value['fireAt'].toISOString(),
71
+ 'firedAt': value['firedAt'] == null ? value['firedAt'] : value['firedAt'].toISOString(),
72
+ 'target': (0, ScheduleTargetSchema_1.ScheduleTargetSchemaToJSON)(value['target']),
73
+ 'result': value['result'],
74
+ 'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
75
+ };
76
+ }
77
+ //# sourceMappingURL=ScheduleAttributesSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleAttributesSchema.js","sourceRoot":"","sources":["../../src/models/ScheduleAttributesSchema.ts"],"names":[],"mappings":"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"}
@@ -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 { ScheduleRelationshipsCandidateSchemaData } from './ScheduleRelationshipsCandidateSchemaData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ScheduleRelationshipsCandidateSchema
17
+ */
18
+ export interface ScheduleRelationshipsCandidateSchema {
19
+ /**
20
+ *
21
+ * @type {ScheduleRelationshipsCandidateSchemaData}
22
+ * @memberof ScheduleRelationshipsCandidateSchema
23
+ */
24
+ data?: ScheduleRelationshipsCandidateSchemaData | null;
25
+ }
26
+ /**
27
+ * Check if a given object implements the ScheduleRelationshipsCandidateSchema interface.
28
+ */
29
+ export declare function instanceOfScheduleRelationshipsCandidateSchema(value: object): value is ScheduleRelationshipsCandidateSchema;
30
+ export declare function ScheduleRelationshipsCandidateSchemaFromJSON(json: any): ScheduleRelationshipsCandidateSchema;
31
+ export declare function ScheduleRelationshipsCandidateSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleRelationshipsCandidateSchema;
32
+ export declare function ScheduleRelationshipsCandidateSchemaToJSON(json: any): ScheduleRelationshipsCandidateSchema;
33
+ export declare function ScheduleRelationshipsCandidateSchemaToJSONTyped(value?: ScheduleRelationshipsCandidateSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=ScheduleRelationshipsCandidateSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleRelationshipsCandidateSchema.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsCandidateSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAQ3G;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,wCAAwC,GAAG,IAAI,CAAC;CAC1D;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAQ/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9J"}
@@ -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.instanceOfScheduleRelationshipsCandidateSchema = instanceOfScheduleRelationshipsCandidateSchema;
17
+ exports.ScheduleRelationshipsCandidateSchemaFromJSON = ScheduleRelationshipsCandidateSchemaFromJSON;
18
+ exports.ScheduleRelationshipsCandidateSchemaFromJSONTyped = ScheduleRelationshipsCandidateSchemaFromJSONTyped;
19
+ exports.ScheduleRelationshipsCandidateSchemaToJSON = ScheduleRelationshipsCandidateSchemaToJSON;
20
+ exports.ScheduleRelationshipsCandidateSchemaToJSONTyped = ScheduleRelationshipsCandidateSchemaToJSONTyped;
21
+ const ScheduleRelationshipsCandidateSchemaData_1 = require("./ScheduleRelationshipsCandidateSchemaData");
22
+ /**
23
+ * Check if a given object implements the ScheduleRelationshipsCandidateSchema interface.
24
+ */
25
+ function instanceOfScheduleRelationshipsCandidateSchema(value) {
26
+ return true;
27
+ }
28
+ function ScheduleRelationshipsCandidateSchemaFromJSON(json) {
29
+ return ScheduleRelationshipsCandidateSchemaFromJSONTyped(json, false);
30
+ }
31
+ function ScheduleRelationshipsCandidateSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, ScheduleRelationshipsCandidateSchemaData_1.ScheduleRelationshipsCandidateSchemaDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function ScheduleRelationshipsCandidateSchemaToJSON(json) {
40
+ return ScheduleRelationshipsCandidateSchemaToJSONTyped(json, false);
41
+ }
42
+ function ScheduleRelationshipsCandidateSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, ScheduleRelationshipsCandidateSchemaData_1.ScheduleRelationshipsCandidateSchemaDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=ScheduleRelationshipsCandidateSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleRelationshipsCandidateSchema.js","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsCandidateSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wGAEC;AAED,oGAEC;AAED,8GAQC;AAED,gGAEC;AAED,0GASC;AAvDD,yGAKoD;AAgBpD;;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,IAAA,2FAAgD,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC5G,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,IAAA,yFAA8C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACxE,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 ScheduleRelationshipsCandidateSchemaData
16
+ */
17
+ export interface ScheduleRelationshipsCandidateSchemaData {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ScheduleRelationshipsCandidateSchemaData
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ScheduleRelationshipsCandidateSchemaData
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the ScheduleRelationshipsCandidateSchemaData interface.
33
+ */
34
+ export declare function instanceOfScheduleRelationshipsCandidateSchemaData(value: object): value is ScheduleRelationshipsCandidateSchemaData;
35
+ export declare function ScheduleRelationshipsCandidateSchemaDataFromJSON(json: any): ScheduleRelationshipsCandidateSchemaData;
36
+ export declare function ScheduleRelationshipsCandidateSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleRelationshipsCandidateSchemaData;
37
+ export declare function ScheduleRelationshipsCandidateSchemaDataToJSON(json: any): ScheduleRelationshipsCandidateSchemaData;
38
+ export declare function ScheduleRelationshipsCandidateSchemaDataToJSONTyped(value?: ScheduleRelationshipsCandidateSchemaData | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=ScheduleRelationshipsCandidateSchemaData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleRelationshipsCandidateSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsCandidateSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAEnI;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAEpH;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wCAAwC,CASvJ;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAElH;AAED,wBAAgB,mDAAmD,CAAC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtK"}
@@ -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.instanceOfScheduleRelationshipsCandidateSchemaData = instanceOfScheduleRelationshipsCandidateSchemaData;
17
+ exports.ScheduleRelationshipsCandidateSchemaDataFromJSON = ScheduleRelationshipsCandidateSchemaDataFromJSON;
18
+ exports.ScheduleRelationshipsCandidateSchemaDataFromJSONTyped = ScheduleRelationshipsCandidateSchemaDataFromJSONTyped;
19
+ exports.ScheduleRelationshipsCandidateSchemaDataToJSON = ScheduleRelationshipsCandidateSchemaDataToJSON;
20
+ exports.ScheduleRelationshipsCandidateSchemaDataToJSONTyped = ScheduleRelationshipsCandidateSchemaDataToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the ScheduleRelationshipsCandidateSchemaData interface.
23
+ */
24
+ function instanceOfScheduleRelationshipsCandidateSchemaData(value) {
25
+ return true;
26
+ }
27
+ function ScheduleRelationshipsCandidateSchemaDataFromJSON(json) {
28
+ return ScheduleRelationshipsCandidateSchemaDataFromJSONTyped(json, false);
29
+ }
30
+ function ScheduleRelationshipsCandidateSchemaDataFromJSONTyped(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 ScheduleRelationshipsCandidateSchemaDataToJSON(json) {
40
+ return ScheduleRelationshipsCandidateSchemaDataToJSONTyped(json, false);
41
+ }
42
+ function ScheduleRelationshipsCandidateSchemaDataToJSONTyped(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=ScheduleRelationshipsCandidateSchemaData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleRelationshipsCandidateSchemaData.js","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsCandidateSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,gHAEC;AAED,4GAEC;AAED,sHASC;AAED,wGAEC;AAED,kHAUC;AApCD;;GAEG;AACH,SAAgB,kDAAkD,CAAC,KAAa;IAC5E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,IAAS,EAAE,mBAA4B;IACzG,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,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,KAAuD,EAAE,sBAA+B,KAAK;IAC7J,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,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 { ScheduleRelationshipsConversationSchemaData } from './ScheduleRelationshipsConversationSchemaData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ScheduleRelationshipsConversationSchema
17
+ */
18
+ export interface ScheduleRelationshipsConversationSchema {
19
+ /**
20
+ *
21
+ * @type {ScheduleRelationshipsConversationSchemaData}
22
+ * @memberof ScheduleRelationshipsConversationSchema
23
+ */
24
+ data?: ScheduleRelationshipsConversationSchemaData | null;
25
+ }
26
+ /**
27
+ * Check if a given object implements the ScheduleRelationshipsConversationSchema interface.
28
+ */
29
+ export declare function instanceOfScheduleRelationshipsConversationSchema(value: object): value is ScheduleRelationshipsConversationSchema;
30
+ export declare function ScheduleRelationshipsConversationSchemaFromJSON(json: any): ScheduleRelationshipsConversationSchema;
31
+ export declare function ScheduleRelationshipsConversationSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleRelationshipsConversationSchema;
32
+ export declare function ScheduleRelationshipsConversationSchemaToJSON(json: any): ScheduleRelationshipsConversationSchema;
33
+ export declare function ScheduleRelationshipsConversationSchemaToJSONTyped(value?: ScheduleRelationshipsConversationSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=ScheduleRelationshipsConversationSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleRelationshipsConversationSchema.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsConversationSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,2CAA2C,EAAE,MAAM,+CAA+C,CAAC;AAQjH;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;OAIG;IACH,IAAI,CAAC,EAAE,2CAA2C,GAAG,IAAI,CAAC;CAC7D;AAED;;GAEG;AACH,wBAAgB,iDAAiD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uCAAuC,CAEjI;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAElH;AAED,wBAAgB,oDAAoD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uCAAuC,CAQrJ;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAEhH;AAED,wBAAgB,kDAAkD,CAAC,KAAK,CAAC,EAAE,uCAAuC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASpK"}
@@ -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.instanceOfScheduleRelationshipsConversationSchema = instanceOfScheduleRelationshipsConversationSchema;
17
+ exports.ScheduleRelationshipsConversationSchemaFromJSON = ScheduleRelationshipsConversationSchemaFromJSON;
18
+ exports.ScheduleRelationshipsConversationSchemaFromJSONTyped = ScheduleRelationshipsConversationSchemaFromJSONTyped;
19
+ exports.ScheduleRelationshipsConversationSchemaToJSON = ScheduleRelationshipsConversationSchemaToJSON;
20
+ exports.ScheduleRelationshipsConversationSchemaToJSONTyped = ScheduleRelationshipsConversationSchemaToJSONTyped;
21
+ const ScheduleRelationshipsConversationSchemaData_1 = require("./ScheduleRelationshipsConversationSchemaData");
22
+ /**
23
+ * Check if a given object implements the ScheduleRelationshipsConversationSchema interface.
24
+ */
25
+ function instanceOfScheduleRelationshipsConversationSchema(value) {
26
+ return true;
27
+ }
28
+ function ScheduleRelationshipsConversationSchemaFromJSON(json) {
29
+ return ScheduleRelationshipsConversationSchemaFromJSONTyped(json, false);
30
+ }
31
+ function ScheduleRelationshipsConversationSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, ScheduleRelationshipsConversationSchemaData_1.ScheduleRelationshipsConversationSchemaDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function ScheduleRelationshipsConversationSchemaToJSON(json) {
40
+ return ScheduleRelationshipsConversationSchemaToJSONTyped(json, false);
41
+ }
42
+ function ScheduleRelationshipsConversationSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, ScheduleRelationshipsConversationSchemaData_1.ScheduleRelationshipsConversationSchemaDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=ScheduleRelationshipsConversationSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleRelationshipsConversationSchema.js","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsConversationSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,8GAEC;AAED,0GAEC;AAED,oHAQC;AAED,sGAEC;AAED,gHASC;AAvDD,+GAKuD;AAgBvD;;GAEG;AACH,SAAgB,iDAAiD,CAAC,KAAa;IAC3E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS;IACrE,OAAO,oDAAoD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7E,CAAC;AAED,SAAgB,oDAAoD,CAAC,IAAS,EAAE,mBAA4B;IACxG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iGAAmD,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC/G,CAAC;AACN,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS;IACnE,OAAO,kDAAkD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3E,CAAC;AAED,SAAgB,kDAAkD,CAAC,KAAsD,EAAE,sBAA+B,KAAK;IAC3J,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,+FAAiD,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC3E,CAAC;AACN,CAAC"}