@smartytalent/api-client 0.1.32 → 0.1.33-dev.1

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 (97) hide show
  1. package/dist/apis/EmailsApi.d.ts +7 -1
  2. package/dist/apis/EmailsApi.d.ts.map +1 -1
  3. package/dist/apis/EmailsApi.js +10 -2
  4. package/dist/apis/EmailsApi.js.map +1 -1
  5. package/dist/apis/SchedulesApi.d.ts +163 -0
  6. package/dist/apis/SchedulesApi.d.ts.map +1 -0
  7. package/dist/apis/SchedulesApi.js +379 -0
  8. package/dist/apis/SchedulesApi.js.map +1 -0
  9. package/dist/apis/index.d.ts +1 -0
  10. package/dist/apis/index.d.ts.map +1 -1
  11. package/dist/apis/index.js +1 -0
  12. package/dist/apis/index.js.map +1 -1
  13. package/dist/models/CreateScheduleRequestBody.d.ts +34 -0
  14. package/dist/models/CreateScheduleRequestBody.d.ts.map +1 -0
  15. package/dist/models/CreateScheduleRequestBody.js +52 -0
  16. package/dist/models/CreateScheduleRequestBody.js.map +1 -0
  17. package/dist/models/CreateScheduleRequestBodyData.d.ts +54 -0
  18. package/dist/models/CreateScheduleRequestBodyData.d.ts.map +1 -0
  19. package/dist/models/CreateScheduleRequestBodyData.js +66 -0
  20. package/dist/models/CreateScheduleRequestBodyData.js.map +1 -0
  21. package/dist/models/ScheduleAttributesSchema.d.ts +81 -0
  22. package/dist/models/ScheduleAttributesSchema.d.ts.map +1 -0
  23. package/dist/models/ScheduleAttributesSchema.js +77 -0
  24. package/dist/models/ScheduleAttributesSchema.js.map +1 -0
  25. package/dist/models/ScheduleRelationshipsCandidateSchema.d.ts +34 -0
  26. package/dist/models/ScheduleRelationshipsCandidateSchema.d.ts.map +1 -0
  27. package/dist/models/ScheduleRelationshipsCandidateSchema.js +50 -0
  28. package/dist/models/ScheduleRelationshipsCandidateSchema.js.map +1 -0
  29. package/dist/models/ScheduleRelationshipsCandidateSchemaData.d.ts +39 -0
  30. package/dist/models/ScheduleRelationshipsCandidateSchemaData.d.ts.map +1 -0
  31. package/dist/models/ScheduleRelationshipsCandidateSchemaData.js +51 -0
  32. package/dist/models/ScheduleRelationshipsCandidateSchemaData.js.map +1 -0
  33. package/dist/models/ScheduleRelationshipsConversationSchema.d.ts +34 -0
  34. package/dist/models/ScheduleRelationshipsConversationSchema.d.ts.map +1 -0
  35. package/dist/models/ScheduleRelationshipsConversationSchema.js +50 -0
  36. package/dist/models/ScheduleRelationshipsConversationSchema.js.map +1 -0
  37. package/dist/models/ScheduleRelationshipsConversationSchemaData.d.ts +39 -0
  38. package/dist/models/ScheduleRelationshipsConversationSchemaData.d.ts.map +1 -0
  39. package/dist/models/ScheduleRelationshipsConversationSchemaData.js +51 -0
  40. package/dist/models/ScheduleRelationshipsConversationSchemaData.js.map +1 -0
  41. package/dist/models/ScheduleRelationshipsJobSchema.d.ts +34 -0
  42. package/dist/models/ScheduleRelationshipsJobSchema.d.ts.map +1 -0
  43. package/dist/models/ScheduleRelationshipsJobSchema.js +50 -0
  44. package/dist/models/ScheduleRelationshipsJobSchema.js.map +1 -0
  45. package/dist/models/ScheduleRelationshipsJobSchemaData.d.ts +39 -0
  46. package/dist/models/ScheduleRelationshipsJobSchemaData.d.ts.map +1 -0
  47. package/dist/models/ScheduleRelationshipsJobSchemaData.js +51 -0
  48. package/dist/models/ScheduleRelationshipsJobSchemaData.js.map +1 -0
  49. package/dist/models/ScheduleRelationshipsSchema.d.ts +62 -0
  50. package/dist/models/ScheduleRelationshipsSchema.d.ts.map +1 -0
  51. package/dist/models/ScheduleRelationshipsSchema.js +62 -0
  52. package/dist/models/ScheduleRelationshipsSchema.js.map +1 -0
  53. package/dist/models/ScheduleRelationshipsTalentSchema.d.ts +34 -0
  54. package/dist/models/ScheduleRelationshipsTalentSchema.d.ts.map +1 -0
  55. package/dist/models/ScheduleRelationshipsTalentSchema.js +50 -0
  56. package/dist/models/ScheduleRelationshipsTalentSchema.js.map +1 -0
  57. package/dist/models/ScheduleRelationshipsTalentSchemaData.d.ts +39 -0
  58. package/dist/models/ScheduleRelationshipsTalentSchemaData.d.ts.map +1 -0
  59. package/dist/models/ScheduleRelationshipsTalentSchemaData.js +51 -0
  60. package/dist/models/ScheduleRelationshipsTalentSchemaData.js.map +1 -0
  61. package/dist/models/ScheduleRelationshipsUserSchema.d.ts +34 -0
  62. package/dist/models/ScheduleRelationshipsUserSchema.d.ts.map +1 -0
  63. package/dist/models/ScheduleRelationshipsUserSchema.js +50 -0
  64. package/dist/models/ScheduleRelationshipsUserSchema.js.map +1 -0
  65. package/dist/models/ScheduleRelationshipsUserSchemaData.d.ts +39 -0
  66. package/dist/models/ScheduleRelationshipsUserSchemaData.d.ts.map +1 -0
  67. package/dist/models/ScheduleRelationshipsUserSchemaData.js +51 -0
  68. package/dist/models/ScheduleRelationshipsUserSchemaData.js.map +1 -0
  69. package/dist/models/ScheduleResourceSchema.d.ts +75 -0
  70. package/dist/models/ScheduleResourceSchema.d.ts.map +1 -0
  71. package/dist/models/ScheduleResourceSchema.js +75 -0
  72. package/dist/models/ScheduleResourceSchema.js.map +1 -0
  73. package/dist/models/ScheduleSchema.d.ts +49 -0
  74. package/dist/models/ScheduleSchema.d.ts.map +1 -0
  75. package/dist/models/ScheduleSchema.js +55 -0
  76. package/dist/models/ScheduleSchema.js.map +1 -0
  77. package/dist/models/ScheduleTargetSchema.d.ts +52 -0
  78. package/dist/models/ScheduleTargetSchema.d.ts.map +1 -0
  79. package/dist/models/ScheduleTargetSchema.js +64 -0
  80. package/dist/models/ScheduleTargetSchema.js.map +1 -0
  81. package/dist/models/SchedulesSchema.d.ts +48 -0
  82. package/dist/models/SchedulesSchema.d.ts.map +1 -0
  83. package/dist/models/SchedulesSchema.js +56 -0
  84. package/dist/models/SchedulesSchema.js.map +1 -0
  85. package/dist/models/UpdateScheduleRequestBody.d.ts +34 -0
  86. package/dist/models/UpdateScheduleRequestBody.d.ts.map +1 -0
  87. package/dist/models/UpdateScheduleRequestBody.js +52 -0
  88. package/dist/models/UpdateScheduleRequestBody.js.map +1 -0
  89. package/dist/models/UpdateScheduleRequestBodyData.d.ts +60 -0
  90. package/dist/models/UpdateScheduleRequestBodyData.d.ts.map +1 -0
  91. package/dist/models/UpdateScheduleRequestBodyData.js +68 -0
  92. package/dist/models/UpdateScheduleRequestBodyData.js.map +1 -0
  93. package/dist/models/index.d.ts +20 -0
  94. package/dist/models/index.d.ts.map +1 -1
  95. package/dist/models/index.js +20 -0
  96. package/dist/models/index.js.map +1 -1
  97. package/package.json +1 -1
@@ -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.instanceOfScheduleRelationshipsTalentSchema = instanceOfScheduleRelationshipsTalentSchema;
17
+ exports.ScheduleRelationshipsTalentSchemaFromJSON = ScheduleRelationshipsTalentSchemaFromJSON;
18
+ exports.ScheduleRelationshipsTalentSchemaFromJSONTyped = ScheduleRelationshipsTalentSchemaFromJSONTyped;
19
+ exports.ScheduleRelationshipsTalentSchemaToJSON = ScheduleRelationshipsTalentSchemaToJSON;
20
+ exports.ScheduleRelationshipsTalentSchemaToJSONTyped = ScheduleRelationshipsTalentSchemaToJSONTyped;
21
+ const ScheduleRelationshipsTalentSchemaData_1 = require("./ScheduleRelationshipsTalentSchemaData");
22
+ /**
23
+ * Check if a given object implements the ScheduleRelationshipsTalentSchema interface.
24
+ */
25
+ function instanceOfScheduleRelationshipsTalentSchema(value) {
26
+ return true;
27
+ }
28
+ function ScheduleRelationshipsTalentSchemaFromJSON(json) {
29
+ return ScheduleRelationshipsTalentSchemaFromJSONTyped(json, false);
30
+ }
31
+ function ScheduleRelationshipsTalentSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, ScheduleRelationshipsTalentSchemaData_1.ScheduleRelationshipsTalentSchemaDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function ScheduleRelationshipsTalentSchemaToJSON(json) {
40
+ return ScheduleRelationshipsTalentSchemaToJSONTyped(json, false);
41
+ }
42
+ function ScheduleRelationshipsTalentSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, ScheduleRelationshipsTalentSchemaData_1.ScheduleRelationshipsTalentSchemaDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=ScheduleRelationshipsTalentSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleRelationshipsTalentSchema.js","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsTalentSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,kGAEC;AAED,8FAEC;AAED,wGAQC;AAED,0FAEC;AAED,oGASC;AAvDD,mGAKiD;AAgBjD;;GAEG;AACH,SAAgB,2CAA2C,CAAC,KAAa;IACrE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS,EAAE,mBAA4B;IAClG,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,qFAA6C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACzG,CAAC;AACN,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,4CAA4C,CAAC,KAAgD,EAAE,sBAA+B,KAAK;IAC/I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,mFAA2C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACrE,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 ScheduleRelationshipsTalentSchemaData
16
+ */
17
+ export interface ScheduleRelationshipsTalentSchemaData {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ScheduleRelationshipsTalentSchemaData
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ScheduleRelationshipsTalentSchemaData
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the ScheduleRelationshipsTalentSchemaData interface.
33
+ */
34
+ export declare function instanceOfScheduleRelationshipsTalentSchemaData(value: object): value is ScheduleRelationshipsTalentSchemaData;
35
+ export declare function ScheduleRelationshipsTalentSchemaDataFromJSON(json: any): ScheduleRelationshipsTalentSchemaData;
36
+ export declare function ScheduleRelationshipsTalentSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleRelationshipsTalentSchemaData;
37
+ export declare function ScheduleRelationshipsTalentSchemaDataToJSON(json: any): ScheduleRelationshipsTalentSchemaData;
38
+ export declare function ScheduleRelationshipsTalentSchemaDataToJSONTyped(value?: ScheduleRelationshipsTalentSchemaData | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=ScheduleRelationshipsTalentSchemaData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleRelationshipsTalentSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsTalentSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,qCAAqC;IAClD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,+CAA+C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qCAAqC,CAE7H;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,qCAAqC,CAE9G;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qCAAqC,CASjJ;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,qCAAqC,CAE5G;AAED,wBAAgB,gDAAgD,CAAC,KAAK,CAAC,EAAE,qCAAqC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUhK"}
@@ -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.instanceOfScheduleRelationshipsTalentSchemaData = instanceOfScheduleRelationshipsTalentSchemaData;
17
+ exports.ScheduleRelationshipsTalentSchemaDataFromJSON = ScheduleRelationshipsTalentSchemaDataFromJSON;
18
+ exports.ScheduleRelationshipsTalentSchemaDataFromJSONTyped = ScheduleRelationshipsTalentSchemaDataFromJSONTyped;
19
+ exports.ScheduleRelationshipsTalentSchemaDataToJSON = ScheduleRelationshipsTalentSchemaDataToJSON;
20
+ exports.ScheduleRelationshipsTalentSchemaDataToJSONTyped = ScheduleRelationshipsTalentSchemaDataToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the ScheduleRelationshipsTalentSchemaData interface.
23
+ */
24
+ function instanceOfScheduleRelationshipsTalentSchemaData(value) {
25
+ return true;
26
+ }
27
+ function ScheduleRelationshipsTalentSchemaDataFromJSON(json) {
28
+ return ScheduleRelationshipsTalentSchemaDataFromJSONTyped(json, false);
29
+ }
30
+ function ScheduleRelationshipsTalentSchemaDataFromJSONTyped(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 ScheduleRelationshipsTalentSchemaDataToJSON(json) {
40
+ return ScheduleRelationshipsTalentSchemaDataToJSONTyped(json, false);
41
+ }
42
+ function ScheduleRelationshipsTalentSchemaDataToJSONTyped(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=ScheduleRelationshipsTalentSchemaData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScheduleRelationshipsTalentSchemaData.js","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsTalentSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,0GAEC;AAED,sGAEC;AAED,gHASC;AAED,kGAEC;AAED,4GAUC;AApCD;;GAEG;AACH,SAAgB,+CAA+C,CAAC,KAAa;IACzE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS;IACnE,OAAO,kDAAkD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3E,CAAC;AAED,SAAgB,kDAAkD,CAAC,IAAS,EAAE,mBAA4B;IACtG,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,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,KAAoD,EAAE,sBAA+B,KAAK;IACvJ,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 { 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"}