@smartytalent/api-client 0.1.5 → 0.1.7

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/ChatsApi.d.ts +153 -0
  2. package/dist/apis/ChatsApi.d.ts.map +1 -0
  3. package/dist/apis/ChatsApi.js +370 -0
  4. package/dist/apis/ChatsApi.js.map +1 -0
  5. package/dist/apis/DefaultApi.d.ts +60 -0
  6. package/dist/apis/DefaultApi.d.ts.map +1 -0
  7. package/dist/apis/DefaultApi.js +170 -0
  8. package/dist/apis/DefaultApi.js.map +1 -0
  9. package/dist/apis/TimelinesApi.d.ts +77 -0
  10. package/dist/apis/TimelinesApi.d.ts.map +1 -0
  11. package/dist/apis/TimelinesApi.js +204 -0
  12. package/dist/apis/TimelinesApi.js.map +1 -0
  13. package/dist/apis/index.d.ts +3 -0
  14. package/dist/apis/index.d.ts.map +1 -1
  15. package/dist/apis/index.js +3 -0
  16. package/dist/apis/index.js.map +1 -1
  17. package/dist/models/ChatAttributesSchema.d.ts +100 -0
  18. package/dist/models/ChatAttributesSchema.d.ts.map +1 -0
  19. package/dist/models/ChatAttributesSchema.js +83 -0
  20. package/dist/models/ChatAttributesSchema.js.map +1 -0
  21. package/dist/models/ChatRelationshipsSchema.d.ts +34 -0
  22. package/dist/models/ChatRelationshipsSchema.d.ts.map +1 -0
  23. package/dist/models/ChatRelationshipsSchema.js +50 -0
  24. package/dist/models/ChatRelationshipsSchema.js.map +1 -0
  25. package/dist/models/ChatRelationshipsTranslationsDataSchema.d.ts +39 -0
  26. package/dist/models/ChatRelationshipsTranslationsDataSchema.d.ts.map +1 -0
  27. package/dist/models/ChatRelationshipsTranslationsDataSchema.js +51 -0
  28. package/dist/models/ChatRelationshipsTranslationsDataSchema.js.map +1 -0
  29. package/dist/models/ChatRelationshipsTranslationsSchema.d.ts +34 -0
  30. package/dist/models/ChatRelationshipsTranslationsSchema.d.ts.map +1 -0
  31. package/dist/models/ChatRelationshipsTranslationsSchema.js +50 -0
  32. package/dist/models/ChatRelationshipsTranslationsSchema.js.map +1 -0
  33. package/dist/models/ChatResourceSchema.d.ts +75 -0
  34. package/dist/models/ChatResourceSchema.d.ts.map +1 -0
  35. package/dist/models/ChatResourceSchema.js +75 -0
  36. package/dist/models/ChatResourceSchema.js.map +1 -0
  37. package/dist/models/ChatSchema.d.ts +49 -0
  38. package/dist/models/ChatSchema.d.ts.map +1 -0
  39. package/dist/models/ChatSchema.js +55 -0
  40. package/dist/models/ChatSchema.js.map +1 -0
  41. package/dist/models/ChatsSchema.d.ts +48 -0
  42. package/dist/models/ChatsSchema.d.ts.map +1 -0
  43. package/dist/models/ChatsSchema.js +56 -0
  44. package/dist/models/ChatsSchema.js.map +1 -0
  45. package/dist/models/CreateChatRequestBody.d.ts +34 -0
  46. package/dist/models/CreateChatRequestBody.d.ts.map +1 -0
  47. package/dist/models/CreateChatRequestBody.js +52 -0
  48. package/dist/models/CreateChatRequestBody.js.map +1 -0
  49. package/dist/models/CreateChatRequestBodyData.d.ts +54 -0
  50. package/dist/models/CreateChatRequestBodyData.d.ts.map +1 -0
  51. package/dist/models/CreateChatRequestBodyData.js +66 -0
  52. package/dist/models/CreateChatRequestBodyData.js.map +1 -0
  53. package/dist/models/TimelineAttributesSchema.d.ts +93 -0
  54. package/dist/models/TimelineAttributesSchema.d.ts.map +1 -0
  55. package/dist/models/TimelineAttributesSchema.js +81 -0
  56. package/dist/models/TimelineAttributesSchema.js.map +1 -0
  57. package/dist/models/TimelineAttributesSchemaChangesValue.d.ts +39 -0
  58. package/dist/models/TimelineAttributesSchemaChangesValue.d.ts.map +1 -0
  59. package/dist/models/TimelineAttributesSchemaChangesValue.js +51 -0
  60. package/dist/models/TimelineAttributesSchemaChangesValue.js.map +1 -0
  61. package/dist/models/TimelineAttributesSchemaSummaryValue.d.ts +46 -0
  62. package/dist/models/TimelineAttributesSchemaSummaryValue.d.ts.map +1 -0
  63. package/dist/models/TimelineAttributesSchemaSummaryValue.js +54 -0
  64. package/dist/models/TimelineAttributesSchemaSummaryValue.js.map +1 -0
  65. package/dist/models/TimelineAttributesSchemaSummaryValueUser.d.ts +39 -0
  66. package/dist/models/TimelineAttributesSchemaSummaryValueUser.d.ts.map +1 -0
  67. package/dist/models/TimelineAttributesSchemaSummaryValueUser.js +51 -0
  68. package/dist/models/TimelineAttributesSchemaSummaryValueUser.js.map +1 -0
  69. package/dist/models/TimelineAttributesSchemaTimestamps.d.ts +33 -0
  70. package/dist/models/TimelineAttributesSchemaTimestamps.d.ts.map +1 -0
  71. package/dist/models/TimelineAttributesSchemaTimestamps.js +49 -0
  72. package/dist/models/TimelineAttributesSchemaTimestamps.js.map +1 -0
  73. package/dist/models/TimelineResourceSchema.d.ts +74 -0
  74. package/dist/models/TimelineResourceSchema.d.ts.map +1 -0
  75. package/dist/models/TimelineResourceSchema.js +74 -0
  76. package/dist/models/TimelineResourceSchema.js.map +1 -0
  77. package/dist/models/TimelineSchema.d.ts +49 -0
  78. package/dist/models/TimelineSchema.d.ts.map +1 -0
  79. package/dist/models/TimelineSchema.js +55 -0
  80. package/dist/models/TimelineSchema.js.map +1 -0
  81. package/dist/models/TimelinesSchema.d.ts +48 -0
  82. package/dist/models/TimelinesSchema.d.ts.map +1 -0
  83. package/dist/models/TimelinesSchema.js +56 -0
  84. package/dist/models/TimelinesSchema.js.map +1 -0
  85. package/dist/models/UpdateChatRequestBody.d.ts +34 -0
  86. package/dist/models/UpdateChatRequestBody.d.ts.map +1 -0
  87. package/dist/models/UpdateChatRequestBody.js +52 -0
  88. package/dist/models/UpdateChatRequestBody.js.map +1 -0
  89. package/dist/models/UpdateChatRequestBodyData.d.ts +53 -0
  90. package/dist/models/UpdateChatRequestBodyData.d.ts.map +1 -0
  91. package/dist/models/UpdateChatRequestBodyData.js +67 -0
  92. package/dist/models/UpdateChatRequestBodyData.js.map +1 -0
  93. package/dist/models/index.d.ts +19 -0
  94. package/dist/models/index.d.ts.map +1 -1
  95. package/dist/models/index.js +19 -0
  96. package/dist/models/index.js.map +1 -1
  97. package/package.json +1 -1
@@ -0,0 +1,46 @@
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 { TimelineAttributesSchemaSummaryValueUser } from './TimelineAttributesSchemaSummaryValueUser';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TimelineAttributesSchemaSummaryValue
17
+ */
18
+ export interface TimelineAttributesSchemaSummaryValue {
19
+ /**
20
+ * Short headline of the change
21
+ * @type {string}
22
+ * @memberof TimelineAttributesSchemaSummaryValue
23
+ */
24
+ title?: string;
25
+ /**
26
+ * Detailed description of what changed
27
+ * @type {string}
28
+ * @memberof TimelineAttributesSchemaSummaryValue
29
+ */
30
+ details?: string;
31
+ /**
32
+ *
33
+ * @type {TimelineAttributesSchemaSummaryValueUser}
34
+ * @memberof TimelineAttributesSchemaSummaryValue
35
+ */
36
+ user?: TimelineAttributesSchemaSummaryValueUser;
37
+ }
38
+ /**
39
+ * Check if a given object implements the TimelineAttributesSchemaSummaryValue interface.
40
+ */
41
+ export declare function instanceOfTimelineAttributesSchemaSummaryValue(value: object): value is TimelineAttributesSchemaSummaryValue;
42
+ export declare function TimelineAttributesSchemaSummaryValueFromJSON(json: any): TimelineAttributesSchemaSummaryValue;
43
+ export declare function TimelineAttributesSchemaSummaryValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimelineAttributesSchemaSummaryValue;
44
+ export declare function TimelineAttributesSchemaSummaryValueToJSON(json: any): TimelineAttributesSchemaSummaryValue;
45
+ export declare function TimelineAttributesSchemaSummaryValueToJSONTyped(value?: TimelineAttributesSchemaSummaryValue | null, ignoreDiscriminator?: boolean): any;
46
+ //# sourceMappingURL=TimelineAttributesSchemaSummaryValue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimelineAttributesSchemaSummaryValue.d.ts","sourceRoot":"","sources":["../../src/models/TimelineAttributesSchemaSummaryValue.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAQ3G;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,wCAAwC,CAAC;CACnD;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,CAU/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,CAW9J"}
@@ -0,0 +1,54 @@
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.instanceOfTimelineAttributesSchemaSummaryValue = instanceOfTimelineAttributesSchemaSummaryValue;
17
+ exports.TimelineAttributesSchemaSummaryValueFromJSON = TimelineAttributesSchemaSummaryValueFromJSON;
18
+ exports.TimelineAttributesSchemaSummaryValueFromJSONTyped = TimelineAttributesSchemaSummaryValueFromJSONTyped;
19
+ exports.TimelineAttributesSchemaSummaryValueToJSON = TimelineAttributesSchemaSummaryValueToJSON;
20
+ exports.TimelineAttributesSchemaSummaryValueToJSONTyped = TimelineAttributesSchemaSummaryValueToJSONTyped;
21
+ const TimelineAttributesSchemaSummaryValueUser_1 = require("./TimelineAttributesSchemaSummaryValueUser");
22
+ /**
23
+ * Check if a given object implements the TimelineAttributesSchemaSummaryValue interface.
24
+ */
25
+ function instanceOfTimelineAttributesSchemaSummaryValue(value) {
26
+ return true;
27
+ }
28
+ function TimelineAttributesSchemaSummaryValueFromJSON(json) {
29
+ return TimelineAttributesSchemaSummaryValueFromJSONTyped(json, false);
30
+ }
31
+ function TimelineAttributesSchemaSummaryValueFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'title': json['title'] == null ? undefined : json['title'],
37
+ 'details': json['details'] == null ? undefined : json['details'],
38
+ 'user': json['user'] == null ? undefined : (0, TimelineAttributesSchemaSummaryValueUser_1.TimelineAttributesSchemaSummaryValueUserFromJSON)(json['user']),
39
+ };
40
+ }
41
+ function TimelineAttributesSchemaSummaryValueToJSON(json) {
42
+ return TimelineAttributesSchemaSummaryValueToJSONTyped(json, false);
43
+ }
44
+ function TimelineAttributesSchemaSummaryValueToJSONTyped(value, ignoreDiscriminator = false) {
45
+ if (value == null) {
46
+ return value;
47
+ }
48
+ return {
49
+ 'title': value['title'],
50
+ 'details': value['details'],
51
+ 'user': (0, TimelineAttributesSchemaSummaryValueUser_1.TimelineAttributesSchemaSummaryValueUserToJSON)(value['user']),
52
+ };
53
+ }
54
+ //# sourceMappingURL=TimelineAttributesSchemaSummaryValue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimelineAttributesSchemaSummaryValue.js","sourceRoot":"","sources":["../../src/models/TimelineAttributesSchemaSummaryValue.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAwCH,wGAEC;AAED,oGAEC;AAED,8GAUC;AAED,gGAEC;AAED,0GAWC;AAvED,yGAKoD;AA4BpD;;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,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,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,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,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
+ * The user who made the change
14
+ * @export
15
+ * @interface TimelineAttributesSchemaSummaryValueUser
16
+ */
17
+ export interface TimelineAttributesSchemaSummaryValueUser {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof TimelineAttributesSchemaSummaryValueUser
22
+ */
23
+ name?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof TimelineAttributesSchemaSummaryValueUser
28
+ */
29
+ avatarUrl?: string | null;
30
+ }
31
+ /**
32
+ * Check if a given object implements the TimelineAttributesSchemaSummaryValueUser interface.
33
+ */
34
+ export declare function instanceOfTimelineAttributesSchemaSummaryValueUser(value: object): value is TimelineAttributesSchemaSummaryValueUser;
35
+ export declare function TimelineAttributesSchemaSummaryValueUserFromJSON(json: any): TimelineAttributesSchemaSummaryValueUser;
36
+ export declare function TimelineAttributesSchemaSummaryValueUserFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimelineAttributesSchemaSummaryValueUser;
37
+ export declare function TimelineAttributesSchemaSummaryValueUserToJSON(json: any): TimelineAttributesSchemaSummaryValueUser;
38
+ export declare function TimelineAttributesSchemaSummaryValueUserToJSONTyped(value?: TimelineAttributesSchemaSummaryValueUser | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=TimelineAttributesSchemaSummaryValueUser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimelineAttributesSchemaSummaryValueUser.d.ts","sourceRoot":"","sources":["../../src/models/TimelineAttributesSchemaSummaryValueUser.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;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.instanceOfTimelineAttributesSchemaSummaryValueUser = instanceOfTimelineAttributesSchemaSummaryValueUser;
17
+ exports.TimelineAttributesSchemaSummaryValueUserFromJSON = TimelineAttributesSchemaSummaryValueUserFromJSON;
18
+ exports.TimelineAttributesSchemaSummaryValueUserFromJSONTyped = TimelineAttributesSchemaSummaryValueUserFromJSONTyped;
19
+ exports.TimelineAttributesSchemaSummaryValueUserToJSON = TimelineAttributesSchemaSummaryValueUserToJSON;
20
+ exports.TimelineAttributesSchemaSummaryValueUserToJSONTyped = TimelineAttributesSchemaSummaryValueUserToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the TimelineAttributesSchemaSummaryValueUser interface.
23
+ */
24
+ function instanceOfTimelineAttributesSchemaSummaryValueUser(value) {
25
+ return true;
26
+ }
27
+ function TimelineAttributesSchemaSummaryValueUserFromJSON(json) {
28
+ return TimelineAttributesSchemaSummaryValueUserFromJSONTyped(json, false);
29
+ }
30
+ function TimelineAttributesSchemaSummaryValueUserFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'name': json['name'] == null ? undefined : json['name'],
36
+ 'avatarUrl': json['avatarUrl'] == null ? undefined : json['avatarUrl'],
37
+ };
38
+ }
39
+ function TimelineAttributesSchemaSummaryValueUserToJSON(json) {
40
+ return TimelineAttributesSchemaSummaryValueUserToJSONTyped(json, false);
41
+ }
42
+ function TimelineAttributesSchemaSummaryValueUserToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'name': value['name'],
48
+ 'avatarUrl': value['avatarUrl'],
49
+ };
50
+ }
51
+ //# sourceMappingURL=TimelineAttributesSchemaSummaryValueUser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimelineAttributesSchemaSummaryValueUser.js","sourceRoot":"","sources":["../../src/models/TimelineAttributesSchemaSummaryValueUser.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,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;KACzE,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,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;KAClC,CAAC;AACN,CAAC"}
@@ -0,0 +1,33 @@
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 TimelineAttributesSchemaTimestamps
16
+ */
17
+ export interface TimelineAttributesSchemaTimestamps {
18
+ /**
19
+ *
20
+ * @type {Date}
21
+ * @memberof TimelineAttributesSchemaTimestamps
22
+ */
23
+ created?: Date;
24
+ }
25
+ /**
26
+ * Check if a given object implements the TimelineAttributesSchemaTimestamps interface.
27
+ */
28
+ export declare function instanceOfTimelineAttributesSchemaTimestamps(value: object): value is TimelineAttributesSchemaTimestamps;
29
+ export declare function TimelineAttributesSchemaTimestampsFromJSON(json: any): TimelineAttributesSchemaTimestamps;
30
+ export declare function TimelineAttributesSchemaTimestampsFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimelineAttributesSchemaTimestamps;
31
+ export declare function TimelineAttributesSchemaTimestampsToJSON(json: any): TimelineAttributesSchemaTimestamps;
32
+ export declare function TimelineAttributesSchemaTimestampsToJSONTyped(value?: TimelineAttributesSchemaTimestamps | null, ignoreDiscriminator?: boolean): any;
33
+ //# sourceMappingURL=TimelineAttributesSchemaTimestamps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimelineAttributesSchemaTimestamps.d.ts","sourceRoot":"","sources":["../../src/models/TimelineAttributesSchemaTimestamps.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;CAClB;AAED;;GAEG;AACH,wBAAgB,4CAA4C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kCAAkC,CAEvH;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAExG;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kCAAkC,CAQ3I;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAEtG;AAED,wBAAgB,6CAA6C,CAAC,KAAK,CAAC,EAAE,kCAAkC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS1J"}
@@ -0,0 +1,49 @@
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.instanceOfTimelineAttributesSchemaTimestamps = instanceOfTimelineAttributesSchemaTimestamps;
17
+ exports.TimelineAttributesSchemaTimestampsFromJSON = TimelineAttributesSchemaTimestampsFromJSON;
18
+ exports.TimelineAttributesSchemaTimestampsFromJSONTyped = TimelineAttributesSchemaTimestampsFromJSONTyped;
19
+ exports.TimelineAttributesSchemaTimestampsToJSON = TimelineAttributesSchemaTimestampsToJSON;
20
+ exports.TimelineAttributesSchemaTimestampsToJSONTyped = TimelineAttributesSchemaTimestampsToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the TimelineAttributesSchemaTimestamps interface.
23
+ */
24
+ function instanceOfTimelineAttributesSchemaTimestamps(value) {
25
+ return true;
26
+ }
27
+ function TimelineAttributesSchemaTimestampsFromJSON(json) {
28
+ return TimelineAttributesSchemaTimestampsFromJSONTyped(json, false);
29
+ }
30
+ function TimelineAttributesSchemaTimestampsFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'created': json['created'] == null ? undefined : (new Date(json['created'])),
36
+ };
37
+ }
38
+ function TimelineAttributesSchemaTimestampsToJSON(json) {
39
+ return TimelineAttributesSchemaTimestampsToJSONTyped(json, false);
40
+ }
41
+ function TimelineAttributesSchemaTimestampsToJSONTyped(value, ignoreDiscriminator = false) {
42
+ if (value == null) {
43
+ return value;
44
+ }
45
+ return {
46
+ 'created': value['created'] == null ? value['created'] : value['created'].toISOString(),
47
+ };
48
+ }
49
+ //# sourceMappingURL=TimelineAttributesSchemaTimestamps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimelineAttributesSchemaTimestamps.js","sourceRoot":"","sources":["../../src/models/TimelineAttributesSchemaTimestamps.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoBH,oGAEC;AAED,gGAEC;AAED,0GAQC;AAED,4FAEC;AAED,sGASC;AAlCD;;GAEG;AACH,SAAgB,4CAA4C,CAAC,KAAa;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS,EAAE,mBAA4B;IACnG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;KAC/E,CAAC;AACN,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,KAAiD,EAAE,sBAA+B,KAAK;IACjJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;KAC1F,CAAC;AACN,CAAC"}
@@ -0,0 +1,74 @@
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 { TimelineAttributesSchema } from './TimelineAttributesSchema';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface TimelineResourceSchema
18
+ */
19
+ export interface TimelineResourceSchema {
20
+ /**
21
+ *
22
+ * @type {TimelineResourceSchemaTypeEnum}
23
+ * @memberof TimelineResourceSchema
24
+ */
25
+ type: TimelineResourceSchemaTypeEnum;
26
+ /**
27
+ * 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.
28
+ * @type {string}
29
+ * @memberof TimelineResourceSchema
30
+ */
31
+ id: string;
32
+ /**
33
+ *
34
+ * @type {TimelineAttributesSchema}
35
+ * @memberof TimelineResourceSchema
36
+ */
37
+ attributes: TimelineAttributesSchema;
38
+ /**
39
+ *
40
+ * @type {object}
41
+ * @memberof TimelineResourceSchema
42
+ */
43
+ relationships?: object;
44
+ /**
45
+ *
46
+ * @type {ResourceLinksSchema}
47
+ * @memberof TimelineResourceSchema
48
+ */
49
+ links?: ResourceLinksSchema;
50
+ /**
51
+ *
52
+ * @type {{ [key: string]: string; }}
53
+ * @memberof TimelineResourceSchema
54
+ */
55
+ meta?: {
56
+ [key: string]: string;
57
+ };
58
+ }
59
+ /**
60
+ * @export
61
+ */
62
+ export declare const TimelineResourceSchemaTypeEnum: {
63
+ readonly Timelines: "timelines";
64
+ };
65
+ export type TimelineResourceSchemaTypeEnum = typeof TimelineResourceSchemaTypeEnum[keyof typeof TimelineResourceSchemaTypeEnum];
66
+ /**
67
+ * Check if a given object implements the TimelineResourceSchema interface.
68
+ */
69
+ export declare function instanceOfTimelineResourceSchema(value: object): value is TimelineResourceSchema;
70
+ export declare function TimelineResourceSchemaFromJSON(json: any): TimelineResourceSchema;
71
+ export declare function TimelineResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimelineResourceSchema;
72
+ export declare function TimelineResourceSchemaToJSON(json: any): TimelineResourceSchema;
73
+ export declare function TimelineResourceSchemaToJSONTyped(value?: TimelineResourceSchema | null, ignoreDiscriminator?: boolean): any;
74
+ //# sourceMappingURL=TimelineResourceSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimelineResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/TimelineResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,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,MAAM,CAAC;IACvB;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;CACrC;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,74 @@
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.TimelineResourceSchemaTypeEnum = void 0;
17
+ exports.instanceOfTimelineResourceSchema = instanceOfTimelineResourceSchema;
18
+ exports.TimelineResourceSchemaFromJSON = TimelineResourceSchemaFromJSON;
19
+ exports.TimelineResourceSchemaFromJSONTyped = TimelineResourceSchemaFromJSONTyped;
20
+ exports.TimelineResourceSchemaToJSON = TimelineResourceSchemaToJSON;
21
+ exports.TimelineResourceSchemaToJSONTyped = TimelineResourceSchemaToJSONTyped;
22
+ const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
23
+ const TimelineAttributesSchema_1 = require("./TimelineAttributesSchema");
24
+ /**
25
+ * @export
26
+ */
27
+ exports.TimelineResourceSchemaTypeEnum = {
28
+ Timelines: 'timelines'
29
+ };
30
+ /**
31
+ * Check if a given object implements the TimelineResourceSchema interface.
32
+ */
33
+ function instanceOfTimelineResourceSchema(value) {
34
+ if (!('type' in value) || value['type'] === undefined)
35
+ return false;
36
+ if (!('id' in value) || value['id'] === undefined)
37
+ return false;
38
+ if (!('attributes' in value) || value['attributes'] === undefined)
39
+ return false;
40
+ return true;
41
+ }
42
+ function TimelineResourceSchemaFromJSON(json) {
43
+ return TimelineResourceSchemaFromJSONTyped(json, false);
44
+ }
45
+ function TimelineResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
46
+ if (json == null) {
47
+ return json;
48
+ }
49
+ return {
50
+ 'type': json['type'],
51
+ 'id': json['id'],
52
+ 'attributes': (0, TimelineAttributesSchema_1.TimelineAttributesSchemaFromJSON)(json['attributes']),
53
+ 'relationships': json['relationships'] == null ? undefined : json['relationships'],
54
+ 'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
55
+ 'meta': json['meta'] == null ? undefined : json['meta'],
56
+ };
57
+ }
58
+ function TimelineResourceSchemaToJSON(json) {
59
+ return TimelineResourceSchemaToJSONTyped(json, false);
60
+ }
61
+ function TimelineResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
62
+ if (value == null) {
63
+ return value;
64
+ }
65
+ return {
66
+ 'type': value['type'],
67
+ 'id': value['id'],
68
+ 'attributes': (0, TimelineAttributesSchema_1.TimelineAttributesSchemaToJSON)(value['attributes']),
69
+ 'relationships': value['relationships'],
70
+ 'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
71
+ 'meta': value['meta'],
72
+ };
73
+ }
74
+ //# sourceMappingURL=TimelineResourceSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimelineResourceSchema.js","sourceRoot":"","sources":["../../src/models/TimelineResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA2EH,4EAKC;AAED,wEAEC;AAED,kFAaC;AAED,oEAEC;AAED,8EAcC;AAnHD,+DAK+B;AAE/B,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,IAAI,CAAC,eAAe,CAAC;QAClF,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,KAAK,CAAC,eAAe,CAAC;QACvC,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 { TimelineResourceSchema } from './TimelineResourceSchema';
13
+ import type { ResourceLinksSchema } from './ResourceLinksSchema';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface TimelineSchema
18
+ */
19
+ export interface TimelineSchema {
20
+ /**
21
+ *
22
+ * @type {TimelineResourceSchema}
23
+ * @memberof TimelineSchema
24
+ */
25
+ data?: TimelineResourceSchema;
26
+ /**
27
+ *
28
+ * @type {ResourceLinksSchema}
29
+ * @memberof TimelineSchema
30
+ */
31
+ links?: ResourceLinksSchema;
32
+ /**
33
+ *
34
+ * @type {{ [key: string]: string; }}
35
+ * @memberof TimelineSchema
36
+ */
37
+ meta?: {
38
+ [key: string]: string;
39
+ };
40
+ }
41
+ /**
42
+ * Check if a given object implements the TimelineSchema interface.
43
+ */
44
+ export declare function instanceOfTimelineSchema(value: object): value is TimelineSchema;
45
+ export declare function TimelineSchemaFromJSON(json: any): TimelineSchema;
46
+ export declare function TimelineSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimelineSchema;
47
+ export declare function TimelineSchemaToJSON(json: any): TimelineSchema;
48
+ export declare function TimelineSchemaToJSONTyped(value?: TimelineSchema | null, ignoreDiscriminator?: boolean): any;
49
+ //# sourceMappingURL=TimelineSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimelineSchema.d.ts","sourceRoot":"","sources":["../../src/models/TimelineSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAOvE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAQjE;;;;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,MAAM,CAAC;KAAE,CAAC;CACrC;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.instanceOfTimelineSchema = instanceOfTimelineSchema;
17
+ exports.TimelineSchemaFromJSON = TimelineSchemaFromJSON;
18
+ exports.TimelineSchemaFromJSONTyped = TimelineSchemaFromJSONTyped;
19
+ exports.TimelineSchemaToJSON = TimelineSchemaToJSON;
20
+ exports.TimelineSchemaToJSONTyped = TimelineSchemaToJSONTyped;
21
+ const TimelineResourceSchema_1 = require("./TimelineResourceSchema");
22
+ const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
23
+ /**
24
+ * Check if a given object implements the TimelineSchema interface.
25
+ */
26
+ function instanceOfTimelineSchema(value) {
27
+ return true;
28
+ }
29
+ function TimelineSchemaFromJSON(json) {
30
+ return TimelineSchemaFromJSONTyped(json, false);
31
+ }
32
+ function TimelineSchemaFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'data': json['data'] == null ? undefined : (0, TimelineResourceSchema_1.TimelineResourceSchemaFromJSON)(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 TimelineSchemaToJSON(json) {
43
+ return TimelineSchemaToJSONTyped(json, false);
44
+ }
45
+ function TimelineSchemaToJSONTyped(value, ignoreDiscriminator = false) {
46
+ if (value == null) {
47
+ return value;
48
+ }
49
+ return {
50
+ 'data': (0, TimelineResourceSchema_1.TimelineResourceSchemaToJSON)(value['data']),
51
+ 'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
52
+ 'meta': value['meta'],
53
+ };
54
+ }
55
+ //# sourceMappingURL=TimelineSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimelineSchema.js","sourceRoot":"","sources":["../../src/models/TimelineSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,4DAEC;AAED,wDAEC;AAED,kEAUC;AAED,oDAEC;AAED,8DAWC;AA9ED,qEAKkC;AAElC,+DAK+B;AA4B/B;;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,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 { TimelineResourceSchema } from './TimelineResourceSchema';
14
+ import type { ResourcesLinksSchema } from './ResourcesLinksSchema';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface TimelinesSchema
19
+ */
20
+ export interface TimelinesSchema {
21
+ /**
22
+ *
23
+ * @type {Array<TimelineResourceSchema>}
24
+ * @memberof TimelinesSchema
25
+ */
26
+ data?: Array<TimelineResourceSchema>;
27
+ /**
28
+ *
29
+ * @type {ResourcesLinksSchema}
30
+ * @memberof TimelinesSchema
31
+ */
32
+ links?: ResourcesLinksSchema;
33
+ /**
34
+ *
35
+ * @type {ResourcesMetaSchema}
36
+ * @memberof TimelinesSchema
37
+ */
38
+ meta?: ResourcesMetaSchema;
39
+ }
40
+ /**
41
+ * Check if a given object implements the TimelinesSchema interface.
42
+ */
43
+ export declare function instanceOfTimelinesSchema(value: object): value is TimelinesSchema;
44
+ export declare function TimelinesSchemaFromJSON(json: any): TimelinesSchema;
45
+ export declare function TimelinesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimelinesSchema;
46
+ export declare function TimelinesSchemaToJSON(json: any): TimelinesSchema;
47
+ export declare function TimelinesSchemaToJSONTyped(value?: TimelinesSchema | null, ignoreDiscriminator?: boolean): any;
48
+ //# sourceMappingURL=TimelinesSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimelinesSchema.d.ts","sourceRoot":"","sources":["../../src/models/TimelinesSchema.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"}