@smartytalent/api-client 0.8.2 → 0.8.4

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 (132) hide show
  1. package/dist/apis/DocumentsApi.d.ts +221 -0
  2. package/dist/apis/DocumentsApi.d.ts.map +1 -0
  3. package/dist/apis/DocumentsApi.js +506 -0
  4. package/dist/apis/DocumentsApi.js.map +1 -0
  5. package/dist/apis/PersonasApi.d.ts +1 -0
  6. package/dist/apis/PersonasApi.d.ts.map +1 -1
  7. package/dist/apis/PersonasApi.js +3 -0
  8. package/dist/apis/PersonasApi.js.map +1 -1
  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/CreateDocumentRequestBody.d.ts +34 -0
  14. package/dist/models/CreateDocumentRequestBody.d.ts.map +1 -0
  15. package/dist/models/CreateDocumentRequestBody.js +52 -0
  16. package/dist/models/CreateDocumentRequestBody.js.map +1 -0
  17. package/dist/models/CreateDocumentRequestBodyData.d.ts +54 -0
  18. package/dist/models/CreateDocumentRequestBodyData.d.ts.map +1 -0
  19. package/dist/models/CreateDocumentRequestBodyData.js +66 -0
  20. package/dist/models/CreateDocumentRequestBodyData.js.map +1 -0
  21. package/dist/models/CreateDocumentRequestBodyDataAttributes.d.ts +104 -0
  22. package/dist/models/CreateDocumentRequestBodyDataAttributes.d.ts.map +1 -0
  23. package/dist/models/CreateDocumentRequestBodyDataAttributes.js +87 -0
  24. package/dist/models/CreateDocumentRequestBodyDataAttributes.js.map +1 -0
  25. package/dist/models/DocumentAttributesSchema.d.ts +190 -0
  26. package/dist/models/DocumentAttributesSchema.d.ts.map +1 -0
  27. package/dist/models/DocumentAttributesSchema.js +113 -0
  28. package/dist/models/DocumentAttributesSchema.js.map +1 -0
  29. package/dist/models/DocumentAttributesSchemaOrganization.d.ts +33 -0
  30. package/dist/models/DocumentAttributesSchemaOrganization.d.ts.map +1 -0
  31. package/dist/models/DocumentAttributesSchemaOrganization.js +49 -0
  32. package/dist/models/DocumentAttributesSchemaOrganization.js.map +1 -0
  33. package/dist/models/DocumentRelationshipsCandidateSchema.d.ts +34 -0
  34. package/dist/models/DocumentRelationshipsCandidateSchema.d.ts.map +1 -0
  35. package/dist/models/DocumentRelationshipsCandidateSchema.js +50 -0
  36. package/dist/models/DocumentRelationshipsCandidateSchema.js.map +1 -0
  37. package/dist/models/DocumentRelationshipsConversationSchema.d.ts +34 -0
  38. package/dist/models/DocumentRelationshipsConversationSchema.d.ts.map +1 -0
  39. package/dist/models/DocumentRelationshipsConversationSchema.js +50 -0
  40. package/dist/models/DocumentRelationshipsConversationSchema.js.map +1 -0
  41. package/dist/models/DocumentRelationshipsConversationSchemaData.d.ts +39 -0
  42. package/dist/models/DocumentRelationshipsConversationSchemaData.d.ts.map +1 -0
  43. package/dist/models/DocumentRelationshipsConversationSchemaData.js +51 -0
  44. package/dist/models/DocumentRelationshipsConversationSchemaData.js.map +1 -0
  45. package/dist/models/DocumentRelationshipsJobSchema.d.ts +34 -0
  46. package/dist/models/DocumentRelationshipsJobSchema.d.ts.map +1 -0
  47. package/dist/models/DocumentRelationshipsJobSchema.js +50 -0
  48. package/dist/models/DocumentRelationshipsJobSchema.js.map +1 -0
  49. package/dist/models/DocumentRelationshipsSchema.d.ts +48 -0
  50. package/dist/models/DocumentRelationshipsSchema.d.ts.map +1 -0
  51. package/dist/models/DocumentRelationshipsSchema.js +56 -0
  52. package/dist/models/DocumentRelationshipsSchema.js.map +1 -0
  53. package/dist/models/DocumentResourceSchema.d.ts +75 -0
  54. package/dist/models/DocumentResourceSchema.d.ts.map +1 -0
  55. package/dist/models/DocumentResourceSchema.js +75 -0
  56. package/dist/models/DocumentResourceSchema.js.map +1 -0
  57. package/dist/models/DocumentSchema.d.ts +49 -0
  58. package/dist/models/DocumentSchema.d.ts.map +1 -0
  59. package/dist/models/DocumentSchema.js +55 -0
  60. package/dist/models/DocumentSchema.js.map +1 -0
  61. package/dist/models/DocumentsSchema.d.ts +48 -0
  62. package/dist/models/DocumentsSchema.d.ts.map +1 -0
  63. package/dist/models/DocumentsSchema.js +56 -0
  64. package/dist/models/DocumentsSchema.js.map +1 -0
  65. package/dist/models/GuestDocumentActionSchema.d.ts +72 -0
  66. package/dist/models/GuestDocumentActionSchema.d.ts.map +1 -0
  67. package/dist/models/GuestDocumentActionSchema.js +73 -0
  68. package/dist/models/GuestDocumentActionSchema.js.map +1 -0
  69. package/dist/models/GuestDocumentAttributesSchema.d.ts +157 -0
  70. package/dist/models/GuestDocumentAttributesSchema.d.ts.map +1 -0
  71. package/dist/models/GuestDocumentAttributesSchema.js +110 -0
  72. package/dist/models/GuestDocumentAttributesSchema.js.map +1 -0
  73. package/dist/models/GuestDocumentAttributesSchemaOrganization.d.ts +33 -0
  74. package/dist/models/GuestDocumentAttributesSchemaOrganization.d.ts.map +1 -0
  75. package/dist/models/GuestDocumentAttributesSchemaOrganization.js +49 -0
  76. package/dist/models/GuestDocumentAttributesSchemaOrganization.js.map +1 -0
  77. package/dist/models/GuestDocumentAttributesSchemaTimestamps.d.ts +45 -0
  78. package/dist/models/GuestDocumentAttributesSchemaTimestamps.d.ts.map +1 -0
  79. package/dist/models/GuestDocumentAttributesSchemaTimestamps.js +53 -0
  80. package/dist/models/GuestDocumentAttributesSchemaTimestamps.js.map +1 -0
  81. package/dist/models/GuestDocumentAttributesSchemaViewer.d.ts +57 -0
  82. package/dist/models/GuestDocumentAttributesSchemaViewer.d.ts.map +1 -0
  83. package/dist/models/GuestDocumentAttributesSchemaViewer.js +57 -0
  84. package/dist/models/GuestDocumentAttributesSchemaViewer.js.map +1 -0
  85. package/dist/models/GuestDocumentMetaSchema.d.ts +44 -0
  86. package/dist/models/GuestDocumentMetaSchema.d.ts.map +1 -0
  87. package/dist/models/GuestDocumentMetaSchema.js +55 -0
  88. package/dist/models/GuestDocumentMetaSchema.js.map +1 -0
  89. package/dist/models/GuestDocumentResourceSchema.d.ts +53 -0
  90. package/dist/models/GuestDocumentResourceSchema.d.ts.map +1 -0
  91. package/dist/models/GuestDocumentResourceSchema.js +61 -0
  92. package/dist/models/GuestDocumentResourceSchema.js.map +1 -0
  93. package/dist/models/GuestDocumentSchema.d.ts +39 -0
  94. package/dist/models/GuestDocumentSchema.d.ts.map +1 -0
  95. package/dist/models/GuestDocumentSchema.js +50 -0
  96. package/dist/models/GuestDocumentSchema.js.map +1 -0
  97. package/dist/models/PersonaAttributesSchema.d.ts +315 -4
  98. package/dist/models/PersonaAttributesSchema.d.ts.map +1 -1
  99. package/dist/models/PersonaAttributesSchema.js +95 -4
  100. package/dist/models/PersonaAttributesSchema.js.map +1 -1
  101. package/dist/models/PersonaResourceSchema.d.ts +1 -1
  102. package/dist/models/PersonaResourceSchema.js +1 -1
  103. package/dist/models/PersonaResourceSchema.js.map +1 -1
  104. package/dist/models/SubmitGuestDocumentRequestBody.d.ts +41 -0
  105. package/dist/models/SubmitGuestDocumentRequestBody.d.ts.map +1 -0
  106. package/dist/models/SubmitGuestDocumentRequestBody.js +57 -0
  107. package/dist/models/SubmitGuestDocumentRequestBody.js.map +1 -0
  108. package/dist/models/SubmitGuestDocumentRequestBodyData.d.ts +53 -0
  109. package/dist/models/SubmitGuestDocumentRequestBodyData.d.ts.map +1 -0
  110. package/dist/models/SubmitGuestDocumentRequestBodyData.js +65 -0
  111. package/dist/models/SubmitGuestDocumentRequestBodyData.js.map +1 -0
  112. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.d.ts +48 -0
  113. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.d.ts.map +1 -0
  114. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.js +62 -0
  115. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.js.map +1 -0
  116. package/dist/models/UpdateDocumentRequestBody.d.ts +34 -0
  117. package/dist/models/UpdateDocumentRequestBody.d.ts.map +1 -0
  118. package/dist/models/UpdateDocumentRequestBody.js +52 -0
  119. package/dist/models/UpdateDocumentRequestBody.js.map +1 -0
  120. package/dist/models/UpdateDocumentRequestBodyData.d.ts +60 -0
  121. package/dist/models/UpdateDocumentRequestBodyData.d.ts.map +1 -0
  122. package/dist/models/UpdateDocumentRequestBodyData.js +66 -0
  123. package/dist/models/UpdateDocumentRequestBodyData.js.map +1 -0
  124. package/dist/models/UpdateDocumentRequestBodyDataAttributes.d.ts +85 -0
  125. package/dist/models/UpdateDocumentRequestBodyDataAttributes.d.ts.map +1 -0
  126. package/dist/models/UpdateDocumentRequestBodyDataAttributes.js +71 -0
  127. package/dist/models/UpdateDocumentRequestBodyDataAttributes.js.map +1 -0
  128. package/dist/models/index.d.ts +27 -0
  129. package/dist/models/index.d.ts.map +1 -1
  130. package/dist/models/index.js +27 -0
  131. package/dist/models/index.js.map +1 -1
  132. package/package.json +1 -1
@@ -0,0 +1,113 @@
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.DocumentAttributesSchemaStatusEnum = exports.DocumentAttributesSchemaDocumentTypeEnum = exports.DocumentAttributesSchemaProcessEnum = void 0;
17
+ exports.instanceOfDocumentAttributesSchema = instanceOfDocumentAttributesSchema;
18
+ exports.DocumentAttributesSchemaFromJSON = DocumentAttributesSchemaFromJSON;
19
+ exports.DocumentAttributesSchemaFromJSONTyped = DocumentAttributesSchemaFromJSONTyped;
20
+ exports.DocumentAttributesSchemaToJSON = DocumentAttributesSchemaToJSON;
21
+ exports.DocumentAttributesSchemaToJSONTyped = DocumentAttributesSchemaToJSONTyped;
22
+ const DocumentAttributesSchemaOrganization_1 = require("./DocumentAttributesSchemaOrganization");
23
+ const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
24
+ /**
25
+ * @export
26
+ */
27
+ exports.DocumentAttributesSchemaProcessEnum = {
28
+ Offer: 'offer',
29
+ Contract: 'contract',
30
+ Document: 'document'
31
+ };
32
+ /**
33
+ * @export
34
+ */
35
+ exports.DocumentAttributesSchemaDocumentTypeEnum = {
36
+ EmploymentOffer: 'employment_offer',
37
+ EmploymentContract: 'employment_contract',
38
+ B2bContract: 'b2b_contract',
39
+ Nda: 'nda',
40
+ Policy: 'policy',
41
+ Consent: 'consent'
42
+ };
43
+ /**
44
+ * @export
45
+ */
46
+ exports.DocumentAttributesSchemaStatusEnum = {
47
+ Draft: 'draft',
48
+ Pending: 'pending',
49
+ Completed: 'completed',
50
+ Declined: 'declined',
51
+ Expired: 'expired',
52
+ Withdrawn: 'withdrawn'
53
+ };
54
+ /**
55
+ * Check if a given object implements the DocumentAttributesSchema interface.
56
+ */
57
+ function instanceOfDocumentAttributesSchema(value) {
58
+ return true;
59
+ }
60
+ function DocumentAttributesSchemaFromJSON(json) {
61
+ return DocumentAttributesSchemaFromJSONTyped(json, false);
62
+ }
63
+ function DocumentAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
64
+ if (json == null) {
65
+ return json;
66
+ }
67
+ return {
68
+ 'process': json['process'] == null ? undefined : json['process'],
69
+ 'documentType': json['documentType'] == null ? undefined : json['documentType'],
70
+ 'status': json['status'] == null ? undefined : json['status'],
71
+ 'title': json['title'] == null ? undefined : json['title'],
72
+ 'reference': json['reference'] == null ? undefined : json['reference'],
73
+ 'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
74
+ 'organization': json['organization'] == null ? undefined : (0, DocumentAttributesSchemaOrganization_1.DocumentAttributesSchemaOrganizationFromJSON)(json['organization']),
75
+ 'body': json['body'] == null ? undefined : json['body'],
76
+ 'fields': json['fields'] == null ? undefined : json['fields'],
77
+ 'participants': json['participants'] == null ? undefined : json['participants'],
78
+ 'activity': json['activity'] == null ? undefined : json['activity'],
79
+ 'contentHash': json['contentHash'] == null ? undefined : json['contentHash'],
80
+ 'candidateId': json['candidateId'] == null ? undefined : json['candidateId'],
81
+ 'jobId': json['jobId'] == null ? undefined : json['jobId'],
82
+ 'conversationId': json['conversationId'] == null ? undefined : json['conversationId'],
83
+ 'sentAt': json['sentAt'] == null ? undefined : (new Date(json['sentAt'])),
84
+ 'expiresAt': json['expiresAt'] == null ? undefined : (new Date(json['expiresAt'])),
85
+ 'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
86
+ };
87
+ }
88
+ function DocumentAttributesSchemaToJSON(json) {
89
+ return DocumentAttributesSchemaToJSONTyped(json, false);
90
+ }
91
+ function DocumentAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
92
+ if (value == null) {
93
+ return value;
94
+ }
95
+ return {
96
+ 'process': value['process'],
97
+ 'documentType': value['documentType'],
98
+ 'status': value['status'],
99
+ 'title': value['title'],
100
+ 'languageCode': value['languageCode'],
101
+ 'organization': (0, DocumentAttributesSchemaOrganization_1.DocumentAttributesSchemaOrganizationToJSON)(value['organization']),
102
+ 'body': value['body'],
103
+ 'fields': value['fields'],
104
+ 'participants': value['participants'],
105
+ 'activity': value['activity'],
106
+ 'candidateId': value['candidateId'],
107
+ 'jobId': value['jobId'],
108
+ 'conversationId': value['conversationId'],
109
+ 'expiresAt': value['expiresAt'] == null ? value['expiresAt'] : value['expiresAt'].toISOString(),
110
+ 'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
111
+ };
112
+ }
113
+ //# sourceMappingURL=DocumentAttributesSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentAttributesSchema.js","sourceRoot":"","sources":["../../src/models/DocumentAttributesSchema.ts"],"names":[],"mappings":"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"}
@@ -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
+ * The sending side, for the header. logoUrl absent in v1.
14
+ * @export
15
+ * @interface DocumentAttributesSchemaOrganization
16
+ */
17
+ export interface DocumentAttributesSchemaOrganization {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof DocumentAttributesSchemaOrganization
22
+ */
23
+ name?: string;
24
+ }
25
+ /**
26
+ * Check if a given object implements the DocumentAttributesSchemaOrganization interface.
27
+ */
28
+ export declare function instanceOfDocumentAttributesSchemaOrganization(value: object): value is DocumentAttributesSchemaOrganization;
29
+ export declare function DocumentAttributesSchemaOrganizationFromJSON(json: any): DocumentAttributesSchemaOrganization;
30
+ export declare function DocumentAttributesSchemaOrganizationFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentAttributesSchemaOrganization;
31
+ export declare function DocumentAttributesSchemaOrganizationToJSON(json: any): DocumentAttributesSchemaOrganization;
32
+ export declare function DocumentAttributesSchemaOrganizationToJSONTyped(value?: DocumentAttributesSchemaOrganization | null, ignoreDiscriminator?: boolean): any;
33
+ //# sourceMappingURL=DocumentAttributesSchemaOrganization.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentAttributesSchemaOrganization.d.ts","sourceRoot":"","sources":["../../src/models/DocumentAttributesSchemaOrganization.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;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,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.instanceOfDocumentAttributesSchemaOrganization = instanceOfDocumentAttributesSchemaOrganization;
17
+ exports.DocumentAttributesSchemaOrganizationFromJSON = DocumentAttributesSchemaOrganizationFromJSON;
18
+ exports.DocumentAttributesSchemaOrganizationFromJSONTyped = DocumentAttributesSchemaOrganizationFromJSONTyped;
19
+ exports.DocumentAttributesSchemaOrganizationToJSON = DocumentAttributesSchemaOrganizationToJSON;
20
+ exports.DocumentAttributesSchemaOrganizationToJSONTyped = DocumentAttributesSchemaOrganizationToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the DocumentAttributesSchemaOrganization interface.
23
+ */
24
+ function instanceOfDocumentAttributesSchemaOrganization(value) {
25
+ return true;
26
+ }
27
+ function DocumentAttributesSchemaOrganizationFromJSON(json) {
28
+ return DocumentAttributesSchemaOrganizationFromJSONTyped(json, false);
29
+ }
30
+ function DocumentAttributesSchemaOrganizationFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'name': json['name'] == null ? undefined : json['name'],
36
+ };
37
+ }
38
+ function DocumentAttributesSchemaOrganizationToJSON(json) {
39
+ return DocumentAttributesSchemaOrganizationToJSONTyped(json, false);
40
+ }
41
+ function DocumentAttributesSchemaOrganizationToJSONTyped(value, ignoreDiscriminator = false) {
42
+ if (value == null) {
43
+ return value;
44
+ }
45
+ return {
46
+ 'name': value['name'],
47
+ };
48
+ }
49
+ //# sourceMappingURL=DocumentAttributesSchemaOrganization.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentAttributesSchemaOrganization.js","sourceRoot":"","sources":["../../src/models/DocumentAttributesSchemaOrganization.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoBH,wGAEC;AAED,oGAEC;AAED,8GAQC;AAED,gGAEC;AAED,0GASC;AAlCD;;GAEG;AACH,SAAgB,8CAA8C,CAAC,KAAa;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS,EAAE,mBAA4B;IACrG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,KAAmD,EAAE,sBAA+B,KAAK;IACrJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,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 { ResponseRelationshipsCandidateSchemaData } from './ResponseRelationshipsCandidateSchemaData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface DocumentRelationshipsCandidateSchema
17
+ */
18
+ export interface DocumentRelationshipsCandidateSchema {
19
+ /**
20
+ *
21
+ * @type {ResponseRelationshipsCandidateSchemaData}
22
+ * @memberof DocumentRelationshipsCandidateSchema
23
+ */
24
+ data?: ResponseRelationshipsCandidateSchemaData;
25
+ }
26
+ /**
27
+ * Check if a given object implements the DocumentRelationshipsCandidateSchema interface.
28
+ */
29
+ export declare function instanceOfDocumentRelationshipsCandidateSchema(value: object): value is DocumentRelationshipsCandidateSchema;
30
+ export declare function DocumentRelationshipsCandidateSchemaFromJSON(json: any): DocumentRelationshipsCandidateSchema;
31
+ export declare function DocumentRelationshipsCandidateSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentRelationshipsCandidateSchema;
32
+ export declare function DocumentRelationshipsCandidateSchemaToJSON(json: any): DocumentRelationshipsCandidateSchema;
33
+ export declare function DocumentRelationshipsCandidateSchemaToJSONTyped(value?: DocumentRelationshipsCandidateSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=DocumentRelationshipsCandidateSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsCandidateSchema.d.ts","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsCandidateSchema.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,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,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.instanceOfDocumentRelationshipsCandidateSchema = instanceOfDocumentRelationshipsCandidateSchema;
17
+ exports.DocumentRelationshipsCandidateSchemaFromJSON = DocumentRelationshipsCandidateSchemaFromJSON;
18
+ exports.DocumentRelationshipsCandidateSchemaFromJSONTyped = DocumentRelationshipsCandidateSchemaFromJSONTyped;
19
+ exports.DocumentRelationshipsCandidateSchemaToJSON = DocumentRelationshipsCandidateSchemaToJSON;
20
+ exports.DocumentRelationshipsCandidateSchemaToJSONTyped = DocumentRelationshipsCandidateSchemaToJSONTyped;
21
+ const ResponseRelationshipsCandidateSchemaData_1 = require("./ResponseRelationshipsCandidateSchemaData");
22
+ /**
23
+ * Check if a given object implements the DocumentRelationshipsCandidateSchema interface.
24
+ */
25
+ function instanceOfDocumentRelationshipsCandidateSchema(value) {
26
+ return true;
27
+ }
28
+ function DocumentRelationshipsCandidateSchemaFromJSON(json) {
29
+ return DocumentRelationshipsCandidateSchemaFromJSONTyped(json, false);
30
+ }
31
+ function DocumentRelationshipsCandidateSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, ResponseRelationshipsCandidateSchemaData_1.ResponseRelationshipsCandidateSchemaDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function DocumentRelationshipsCandidateSchemaToJSON(json) {
40
+ return DocumentRelationshipsCandidateSchemaToJSONTyped(json, false);
41
+ }
42
+ function DocumentRelationshipsCandidateSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, ResponseRelationshipsCandidateSchemaData_1.ResponseRelationshipsCandidateSchemaDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=DocumentRelationshipsCandidateSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsCandidateSchema.js","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsCandidateSchema.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,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 { DocumentRelationshipsConversationSchemaData } from './DocumentRelationshipsConversationSchemaData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface DocumentRelationshipsConversationSchema
17
+ */
18
+ export interface DocumentRelationshipsConversationSchema {
19
+ /**
20
+ *
21
+ * @type {DocumentRelationshipsConversationSchemaData}
22
+ * @memberof DocumentRelationshipsConversationSchema
23
+ */
24
+ data?: DocumentRelationshipsConversationSchemaData;
25
+ }
26
+ /**
27
+ * Check if a given object implements the DocumentRelationshipsConversationSchema interface.
28
+ */
29
+ export declare function instanceOfDocumentRelationshipsConversationSchema(value: object): value is DocumentRelationshipsConversationSchema;
30
+ export declare function DocumentRelationshipsConversationSchemaFromJSON(json: any): DocumentRelationshipsConversationSchema;
31
+ export declare function DocumentRelationshipsConversationSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentRelationshipsConversationSchema;
32
+ export declare function DocumentRelationshipsConversationSchemaToJSON(json: any): DocumentRelationshipsConversationSchema;
33
+ export declare function DocumentRelationshipsConversationSchemaToJSONTyped(value?: DocumentRelationshipsConversationSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=DocumentRelationshipsConversationSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsConversationSchema.d.ts","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsConversationSchema.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,CAAC;CACtD;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.instanceOfDocumentRelationshipsConversationSchema = instanceOfDocumentRelationshipsConversationSchema;
17
+ exports.DocumentRelationshipsConversationSchemaFromJSON = DocumentRelationshipsConversationSchemaFromJSON;
18
+ exports.DocumentRelationshipsConversationSchemaFromJSONTyped = DocumentRelationshipsConversationSchemaFromJSONTyped;
19
+ exports.DocumentRelationshipsConversationSchemaToJSON = DocumentRelationshipsConversationSchemaToJSON;
20
+ exports.DocumentRelationshipsConversationSchemaToJSONTyped = DocumentRelationshipsConversationSchemaToJSONTyped;
21
+ const DocumentRelationshipsConversationSchemaData_1 = require("./DocumentRelationshipsConversationSchemaData");
22
+ /**
23
+ * Check if a given object implements the DocumentRelationshipsConversationSchema interface.
24
+ */
25
+ function instanceOfDocumentRelationshipsConversationSchema(value) {
26
+ return true;
27
+ }
28
+ function DocumentRelationshipsConversationSchemaFromJSON(json) {
29
+ return DocumentRelationshipsConversationSchemaFromJSONTyped(json, false);
30
+ }
31
+ function DocumentRelationshipsConversationSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, DocumentRelationshipsConversationSchemaData_1.DocumentRelationshipsConversationSchemaDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function DocumentRelationshipsConversationSchemaToJSON(json) {
40
+ return DocumentRelationshipsConversationSchemaToJSONTyped(json, false);
41
+ }
42
+ function DocumentRelationshipsConversationSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, DocumentRelationshipsConversationSchemaData_1.DocumentRelationshipsConversationSchemaDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=DocumentRelationshipsConversationSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsConversationSchema.js","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsConversationSchema.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"}
@@ -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 DocumentRelationshipsConversationSchemaData
16
+ */
17
+ export interface DocumentRelationshipsConversationSchemaData {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof DocumentRelationshipsConversationSchemaData
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof DocumentRelationshipsConversationSchemaData
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the DocumentRelationshipsConversationSchemaData interface.
33
+ */
34
+ export declare function instanceOfDocumentRelationshipsConversationSchemaData(value: object): value is DocumentRelationshipsConversationSchemaData;
35
+ export declare function DocumentRelationshipsConversationSchemaDataFromJSON(json: any): DocumentRelationshipsConversationSchemaData;
36
+ export declare function DocumentRelationshipsConversationSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentRelationshipsConversationSchemaData;
37
+ export declare function DocumentRelationshipsConversationSchemaDataToJSON(json: any): DocumentRelationshipsConversationSchemaData;
38
+ export declare function DocumentRelationshipsConversationSchemaDataToJSONTyped(value?: DocumentRelationshipsConversationSchemaData | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=DocumentRelationshipsConversationSchemaData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsConversationSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsConversationSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,2CAA2C;IACxD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,qDAAqD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,2CAA2C,CAEzI;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,GAAG,2CAA2C,CAE1H;AAED,wBAAgB,wDAAwD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2CAA2C,CAS7J;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,GAAG,2CAA2C,CAExH;AAED,wBAAgB,sDAAsD,CAAC,KAAK,CAAC,EAAE,2CAA2C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5K"}
@@ -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.instanceOfDocumentRelationshipsConversationSchemaData = instanceOfDocumentRelationshipsConversationSchemaData;
17
+ exports.DocumentRelationshipsConversationSchemaDataFromJSON = DocumentRelationshipsConversationSchemaDataFromJSON;
18
+ exports.DocumentRelationshipsConversationSchemaDataFromJSONTyped = DocumentRelationshipsConversationSchemaDataFromJSONTyped;
19
+ exports.DocumentRelationshipsConversationSchemaDataToJSON = DocumentRelationshipsConversationSchemaDataToJSON;
20
+ exports.DocumentRelationshipsConversationSchemaDataToJSONTyped = DocumentRelationshipsConversationSchemaDataToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the DocumentRelationshipsConversationSchemaData interface.
23
+ */
24
+ function instanceOfDocumentRelationshipsConversationSchemaData(value) {
25
+ return true;
26
+ }
27
+ function DocumentRelationshipsConversationSchemaDataFromJSON(json) {
28
+ return DocumentRelationshipsConversationSchemaDataFromJSONTyped(json, false);
29
+ }
30
+ function DocumentRelationshipsConversationSchemaDataFromJSONTyped(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 DocumentRelationshipsConversationSchemaDataToJSON(json) {
40
+ return DocumentRelationshipsConversationSchemaDataToJSONTyped(json, false);
41
+ }
42
+ function DocumentRelationshipsConversationSchemaDataToJSONTyped(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=DocumentRelationshipsConversationSchemaData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsConversationSchemaData.js","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsConversationSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,sHAEC;AAED,kHAEC;AAED,4HASC;AAED,8GAEC;AAED,wHAUC;AApCD;;GAEG;AACH,SAAgB,qDAAqD,CAAC,KAAa;IAC/E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,mDAAmD,CAAC,IAAS;IACzE,OAAO,wDAAwD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjF,CAAC;AAED,SAAgB,wDAAwD,CAAC,IAAS,EAAE,mBAA4B;IAC5G,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,iDAAiD,CAAC,IAAS;IACvE,OAAO,sDAAsD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/E,CAAC;AAED,SAAgB,sDAAsD,CAAC,KAA0D,EAAE,sBAA+B,KAAK;IACnK,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 { FeedbackRelationshipsJobsSchemaData } from './FeedbackRelationshipsJobsSchemaData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface DocumentRelationshipsJobSchema
17
+ */
18
+ export interface DocumentRelationshipsJobSchema {
19
+ /**
20
+ *
21
+ * @type {FeedbackRelationshipsJobsSchemaData}
22
+ * @memberof DocumentRelationshipsJobSchema
23
+ */
24
+ data?: FeedbackRelationshipsJobsSchemaData;
25
+ }
26
+ /**
27
+ * Check if a given object implements the DocumentRelationshipsJobSchema interface.
28
+ */
29
+ export declare function instanceOfDocumentRelationshipsJobSchema(value: object): value is DocumentRelationshipsJobSchema;
30
+ export declare function DocumentRelationshipsJobSchemaFromJSON(json: any): DocumentRelationshipsJobSchema;
31
+ export declare function DocumentRelationshipsJobSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentRelationshipsJobSchema;
32
+ export declare function DocumentRelationshipsJobSchemaToJSON(json: any): DocumentRelationshipsJobSchema;
33
+ export declare function DocumentRelationshipsJobSchemaToJSONTyped(value?: DocumentRelationshipsJobSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=DocumentRelationshipsJobSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsJobSchema.d.ts","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsJobSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAQjG;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,mCAAmC,CAAC;CAC9C;AAED;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAE/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CAQnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlJ"}
@@ -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.instanceOfDocumentRelationshipsJobSchema = instanceOfDocumentRelationshipsJobSchema;
17
+ exports.DocumentRelationshipsJobSchemaFromJSON = DocumentRelationshipsJobSchemaFromJSON;
18
+ exports.DocumentRelationshipsJobSchemaFromJSONTyped = DocumentRelationshipsJobSchemaFromJSONTyped;
19
+ exports.DocumentRelationshipsJobSchemaToJSON = DocumentRelationshipsJobSchemaToJSON;
20
+ exports.DocumentRelationshipsJobSchemaToJSONTyped = DocumentRelationshipsJobSchemaToJSONTyped;
21
+ const FeedbackRelationshipsJobsSchemaData_1 = require("./FeedbackRelationshipsJobsSchemaData");
22
+ /**
23
+ * Check if a given object implements the DocumentRelationshipsJobSchema interface.
24
+ */
25
+ function instanceOfDocumentRelationshipsJobSchema(value) {
26
+ return true;
27
+ }
28
+ function DocumentRelationshipsJobSchemaFromJSON(json) {
29
+ return DocumentRelationshipsJobSchemaFromJSONTyped(json, false);
30
+ }
31
+ function DocumentRelationshipsJobSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, FeedbackRelationshipsJobsSchemaData_1.FeedbackRelationshipsJobsSchemaDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function DocumentRelationshipsJobSchemaToJSON(json) {
40
+ return DocumentRelationshipsJobSchemaToJSONTyped(json, false);
41
+ }
42
+ function DocumentRelationshipsJobSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, FeedbackRelationshipsJobsSchemaData_1.FeedbackRelationshipsJobsSchemaDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=DocumentRelationshipsJobSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentRelationshipsJobSchema.js","sourceRoot":"","sources":["../../src/models/DocumentRelationshipsJobSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4FAEC;AAED,wFAEC;AAED,kGAQC;AAED,oFAEC;AAED,8FASC;AAvDD,+FAK+C;AAgB/C;;GAEG;AACH,SAAgB,wCAAwC,CAAC,KAAa;IAClE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS,EAAE,mBAA4B;IAC/F,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,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,KAA6C,EAAE,sBAA+B,KAAK;IACzI,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"}