@smartytalent/api-client 0.1.33-dev.2 → 0.1.33-dev.20

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 (213) hide show
  1. package/dist/apis/AggregatesApi.d.ts +131 -0
  2. package/dist/apis/AggregatesApi.d.ts.map +1 -0
  3. package/dist/apis/AggregatesApi.js +291 -0
  4. package/dist/apis/AggregatesApi.js.map +1 -0
  5. package/dist/apis/EmailsApi.d.ts +34 -2
  6. package/dist/apis/EmailsApi.d.ts.map +1 -1
  7. package/dist/apis/EmailsApi.js +42 -3
  8. package/dist/apis/EmailsApi.js.map +1 -1
  9. package/dist/apis/LabelsApi.d.ts +141 -0
  10. package/dist/apis/LabelsApi.d.ts.map +1 -0
  11. package/dist/apis/LabelsApi.js +342 -0
  12. package/dist/apis/LabelsApi.js.map +1 -0
  13. package/dist/apis/StatesApi.d.ts +155 -0
  14. package/dist/apis/StatesApi.d.ts.map +1 -0
  15. package/dist/apis/StatesApi.js +364 -0
  16. package/dist/apis/StatesApi.js.map +1 -0
  17. package/dist/apis/index.d.ts +3 -0
  18. package/dist/apis/index.d.ts.map +1 -1
  19. package/dist/apis/index.js +3 -0
  20. package/dist/apis/index.js.map +1 -1
  21. package/dist/models/AggregateAttributesSchema.d.ts +73 -0
  22. package/dist/models/AggregateAttributesSchema.d.ts.map +1 -0
  23. package/dist/models/AggregateAttributesSchema.js +69 -0
  24. package/dist/models/AggregateAttributesSchema.js.map +1 -0
  25. package/dist/models/AggregateCountsBucketSchema.d.ts +49 -0
  26. package/dist/models/AggregateCountsBucketSchema.d.ts.map +1 -0
  27. package/dist/models/AggregateCountsBucketSchema.js +53 -0
  28. package/dist/models/AggregateCountsBucketSchema.js.map +1 -0
  29. package/dist/models/AggregateResourceSchema.d.ts +74 -0
  30. package/dist/models/AggregateResourceSchema.d.ts.map +1 -0
  31. package/dist/models/AggregateResourceSchema.js +74 -0
  32. package/dist/models/AggregateResourceSchema.js.map +1 -0
  33. package/dist/models/AggregateSchema.d.ts +49 -0
  34. package/dist/models/AggregateSchema.d.ts.map +1 -0
  35. package/dist/models/AggregateSchema.js +55 -0
  36. package/dist/models/AggregateSchema.js.map +1 -0
  37. package/dist/models/AggregatesMetaSchema.d.ts +64 -0
  38. package/dist/models/AggregatesMetaSchema.d.ts.map +1 -0
  39. package/dist/models/AggregatesMetaSchema.js +56 -0
  40. package/dist/models/AggregatesMetaSchema.js.map +1 -0
  41. package/dist/models/AggregatesSchema.d.ts +48 -0
  42. package/dist/models/AggregatesSchema.d.ts.map +1 -0
  43. package/dist/models/AggregatesSchema.js +56 -0
  44. package/dist/models/AggregatesSchema.js.map +1 -0
  45. package/dist/models/CreateLabelRequestBody.d.ts +34 -0
  46. package/dist/models/CreateLabelRequestBody.d.ts.map +1 -0
  47. package/dist/models/CreateLabelRequestBody.js +52 -0
  48. package/dist/models/CreateLabelRequestBody.js.map +1 -0
  49. package/dist/models/CreateLabelRequestBodyData.d.ts +47 -0
  50. package/dist/models/CreateLabelRequestBodyData.d.ts.map +1 -0
  51. package/dist/models/CreateLabelRequestBodyData.js +63 -0
  52. package/dist/models/CreateLabelRequestBodyData.js.map +1 -0
  53. package/dist/models/CreateStateRequestBody.d.ts +34 -0
  54. package/dist/models/CreateStateRequestBody.d.ts.map +1 -0
  55. package/dist/models/CreateStateRequestBody.js +52 -0
  56. package/dist/models/CreateStateRequestBody.js.map +1 -0
  57. package/dist/models/CreateStateRequestBodyData.d.ts +47 -0
  58. package/dist/models/CreateStateRequestBodyData.d.ts.map +1 -0
  59. package/dist/models/CreateStateRequestBodyData.js +63 -0
  60. package/dist/models/CreateStateRequestBodyData.js.map +1 -0
  61. package/dist/models/EmailAttributesSchema.d.ts +50 -9
  62. package/dist/models/EmailAttributesSchema.d.ts.map +1 -1
  63. package/dist/models/EmailAttributesSchema.js +18 -5
  64. package/dist/models/EmailAttributesSchema.js.map +1 -1
  65. package/dist/models/EmailAttributesSchemaAttachmentsInner.d.ts +27 -3
  66. package/dist/models/EmailAttributesSchemaAttachmentsInner.d.ts.map +1 -1
  67. package/dist/models/EmailAttributesSchemaAttachmentsInner.js +8 -0
  68. package/dist/models/EmailAttributesSchemaAttachmentsInner.js.map +1 -1
  69. package/dist/models/EmailRelationshipsScheduleDataSchema.d.ts +39 -0
  70. package/dist/models/EmailRelationshipsScheduleDataSchema.d.ts.map +1 -0
  71. package/dist/models/EmailRelationshipsScheduleDataSchema.js +51 -0
  72. package/dist/models/EmailRelationshipsScheduleDataSchema.js.map +1 -0
  73. package/dist/models/EmailRelationshipsScheduleSchema.d.ts +34 -0
  74. package/dist/models/EmailRelationshipsScheduleSchema.d.ts.map +1 -0
  75. package/dist/models/EmailRelationshipsScheduleSchema.js +50 -0
  76. package/dist/models/EmailRelationshipsScheduleSchema.js.map +1 -0
  77. package/dist/models/EmailRelationshipsSchema.d.ts +7 -0
  78. package/dist/models/EmailRelationshipsSchema.d.ts.map +1 -1
  79. package/dist/models/EmailRelationshipsSchema.js +3 -0
  80. package/dist/models/EmailRelationshipsSchema.js.map +1 -1
  81. package/dist/models/FinderAttributesSchema.d.ts +8 -6
  82. package/dist/models/FinderAttributesSchema.d.ts.map +1 -1
  83. package/dist/models/FinderAttributesSchema.js +6 -4
  84. package/dist/models/FinderAttributesSchema.js.map +1 -1
  85. package/dist/models/FinderAttributesSchemaQuery.d.ts +26 -0
  86. package/dist/models/FinderAttributesSchemaQuery.d.ts.map +1 -0
  87. package/dist/models/FinderAttributesSchemaQuery.js +72 -0
  88. package/dist/models/FinderAttributesSchemaQuery.js.map +1 -0
  89. package/dist/models/FinderQueryCandidatesSchema.d.ts +219 -0
  90. package/dist/models/FinderQueryCandidatesSchema.d.ts.map +1 -0
  91. package/dist/models/FinderQueryCandidatesSchema.js +111 -0
  92. package/dist/models/FinderQueryCandidatesSchema.js.map +1 -0
  93. package/dist/models/FinderQueryEmailsSchema.d.ts +134 -0
  94. package/dist/models/FinderQueryEmailsSchema.d.ts.map +1 -0
  95. package/dist/models/FinderQueryEmailsSchema.js +97 -0
  96. package/dist/models/FinderQueryEmailsSchema.js.map +1 -0
  97. package/dist/models/FinderQueryJobsSchema.d.ts +123 -0
  98. package/dist/models/FinderQueryJobsSchema.d.ts.map +1 -0
  99. package/dist/models/FinderQueryJobsSchema.js +79 -0
  100. package/dist/models/FinderQueryJobsSchema.js.map +1 -0
  101. package/dist/models/FinderQueryTalentsSchema.d.ts +195 -0
  102. package/dist/models/FinderQueryTalentsSchema.d.ts.map +1 -0
  103. package/dist/models/FinderQueryTalentsSchema.js +103 -0
  104. package/dist/models/FinderQueryTalentsSchema.js.map +1 -0
  105. package/dist/models/FinderResultHitSchema.d.ts +64 -0
  106. package/dist/models/FinderResultHitSchema.d.ts.map +1 -0
  107. package/dist/models/FinderResultHitSchema.js +61 -0
  108. package/dist/models/FinderResultHitSchema.js.map +1 -0
  109. package/dist/models/FinderResultsSchema.d.ts +40 -0
  110. package/dist/models/FinderResultsSchema.d.ts.map +1 -0
  111. package/dist/models/FinderResultsSchema.js +52 -0
  112. package/dist/models/FinderResultsSchema.js.map +1 -0
  113. package/dist/models/LabelAttributesSchema.d.ts +92 -0
  114. package/dist/models/LabelAttributesSchema.d.ts.map +1 -0
  115. package/dist/models/LabelAttributesSchema.js +79 -0
  116. package/dist/models/LabelAttributesSchema.js.map +1 -0
  117. package/dist/models/LabelResourceSchema.d.ts +74 -0
  118. package/dist/models/LabelResourceSchema.d.ts.map +1 -0
  119. package/dist/models/LabelResourceSchema.js +74 -0
  120. package/dist/models/LabelResourceSchema.js.map +1 -0
  121. package/dist/models/LabelSchema.d.ts +49 -0
  122. package/dist/models/LabelSchema.d.ts.map +1 -0
  123. package/dist/models/LabelSchema.js +55 -0
  124. package/dist/models/LabelSchema.js.map +1 -0
  125. package/dist/models/LabelsSchema.d.ts +48 -0
  126. package/dist/models/LabelsSchema.d.ts.map +1 -0
  127. package/dist/models/LabelsSchema.js +56 -0
  128. package/dist/models/LabelsSchema.js.map +1 -0
  129. package/dist/models/ListStatesFolderParameter.d.ts +22 -0
  130. package/dist/models/ListStatesFolderParameter.d.ts.map +1 -0
  131. package/dist/models/ListStatesFolderParameter.js +50 -0
  132. package/dist/models/ListStatesFolderParameter.js.map +1 -0
  133. package/dist/models/ResourcesMetaPageSchema.d.ts +20 -2
  134. package/dist/models/ResourcesMetaPageSchema.d.ts.map +1 -1
  135. package/dist/models/ResourcesMetaPageSchema.js +6 -0
  136. package/dist/models/ResourcesMetaPageSchema.js.map +1 -1
  137. package/dist/models/RunAttributesSchema.d.ts +13 -0
  138. package/dist/models/RunAttributesSchema.d.ts.map +1 -1
  139. package/dist/models/RunAttributesSchema.js +5 -0
  140. package/dist/models/RunAttributesSchema.js.map +1 -1
  141. package/dist/models/RunAttributesSchemaPausedAtStep.d.ts +39 -0
  142. package/dist/models/RunAttributesSchemaPausedAtStep.d.ts.map +1 -0
  143. package/dist/models/RunAttributesSchemaPausedAtStep.js +51 -0
  144. package/dist/models/RunAttributesSchemaPausedAtStep.js.map +1 -0
  145. package/dist/models/ScheduleAttributesSchema.d.ts +4 -3
  146. package/dist/models/ScheduleAttributesSchema.d.ts.map +1 -1
  147. package/dist/models/ScheduleAttributesSchema.js +5 -8
  148. package/dist/models/ScheduleAttributesSchema.js.map +1 -1
  149. package/dist/models/ScheduleRelationshipsEmailSchema.d.ts +34 -0
  150. package/dist/models/ScheduleRelationshipsEmailSchema.d.ts.map +1 -0
  151. package/dist/models/ScheduleRelationshipsEmailSchema.js +50 -0
  152. package/dist/models/ScheduleRelationshipsEmailSchema.js.map +1 -0
  153. package/dist/models/ScheduleRelationshipsEmailSchemaData.d.ts +39 -0
  154. package/dist/models/ScheduleRelationshipsEmailSchemaData.d.ts.map +1 -0
  155. package/dist/models/ScheduleRelationshipsEmailSchemaData.js +51 -0
  156. package/dist/models/ScheduleRelationshipsEmailSchemaData.js.map +1 -0
  157. package/dist/models/ScheduleRelationshipsSchema.d.ts +7 -0
  158. package/dist/models/ScheduleRelationshipsSchema.d.ts.map +1 -1
  159. package/dist/models/ScheduleRelationshipsSchema.js +3 -0
  160. package/dist/models/ScheduleRelationshipsSchema.js.map +1 -1
  161. package/dist/models/StateAttributesSchema.d.ts +116 -0
  162. package/dist/models/StateAttributesSchema.d.ts.map +1 -0
  163. package/dist/models/StateAttributesSchema.js +86 -0
  164. package/dist/models/StateAttributesSchema.js.map +1 -0
  165. package/dist/models/StateResourceSchema.d.ts +74 -0
  166. package/dist/models/StateResourceSchema.d.ts.map +1 -0
  167. package/dist/models/StateResourceSchema.js +74 -0
  168. package/dist/models/StateResourceSchema.js.map +1 -0
  169. package/dist/models/StateSchema.d.ts +49 -0
  170. package/dist/models/StateSchema.d.ts.map +1 -0
  171. package/dist/models/StateSchema.js +55 -0
  172. package/dist/models/StateSchema.js.map +1 -0
  173. package/dist/models/StatesSchema.d.ts +48 -0
  174. package/dist/models/StatesSchema.d.ts.map +1 -0
  175. package/dist/models/StatesSchema.js +56 -0
  176. package/dist/models/StatesSchema.js.map +1 -0
  177. package/dist/models/TenantsMetaPageSchema.d.ts +20 -2
  178. package/dist/models/TenantsMetaPageSchema.d.ts.map +1 -1
  179. package/dist/models/TenantsMetaPageSchema.js +6 -0
  180. package/dist/models/TenantsMetaPageSchema.js.map +1 -1
  181. package/dist/models/UpdateAggregateRequestBody.d.ts +34 -0
  182. package/dist/models/UpdateAggregateRequestBody.d.ts.map +1 -0
  183. package/dist/models/UpdateAggregateRequestBody.js +52 -0
  184. package/dist/models/UpdateAggregateRequestBody.js.map +1 -0
  185. package/dist/models/UpdateAggregateRequestBodyData.d.ts +53 -0
  186. package/dist/models/UpdateAggregateRequestBodyData.d.ts.map +1 -0
  187. package/dist/models/UpdateAggregateRequestBodyData.js +67 -0
  188. package/dist/models/UpdateAggregateRequestBodyData.js.map +1 -0
  189. package/dist/models/UpdateLabelRequestBody.d.ts +34 -0
  190. package/dist/models/UpdateLabelRequestBody.d.ts.map +1 -0
  191. package/dist/models/UpdateLabelRequestBody.js +52 -0
  192. package/dist/models/UpdateLabelRequestBody.js.map +1 -0
  193. package/dist/models/UpdateLabelRequestBodyData.d.ts +53 -0
  194. package/dist/models/UpdateLabelRequestBodyData.d.ts.map +1 -0
  195. package/dist/models/UpdateLabelRequestBodyData.js +67 -0
  196. package/dist/models/UpdateLabelRequestBodyData.js.map +1 -0
  197. package/dist/models/UpdateStateRequestBody.d.ts +34 -0
  198. package/dist/models/UpdateStateRequestBody.d.ts.map +1 -0
  199. package/dist/models/UpdateStateRequestBody.js +52 -0
  200. package/dist/models/UpdateStateRequestBody.js.map +1 -0
  201. package/dist/models/UpdateStateRequestBodyData.d.ts +53 -0
  202. package/dist/models/UpdateStateRequestBodyData.d.ts.map +1 -0
  203. package/dist/models/UpdateStateRequestBodyData.js +67 -0
  204. package/dist/models/UpdateStateRequestBodyData.js.map +1 -0
  205. package/dist/models/index.d.ts +37 -1
  206. package/dist/models/index.d.ts.map +1 -1
  207. package/dist/models/index.js +37 -1
  208. package/dist/models/index.js.map +1 -1
  209. package/package.json +1 -1
  210. package/dist/models/EmailAttributesSchemaSubject.d.ts +0 -24
  211. package/dist/models/EmailAttributesSchemaSubject.d.ts.map +0 -1
  212. package/dist/models/EmailAttributesSchemaSubject.js +0 -44
  213. package/dist/models/EmailAttributesSchemaSubject.js.map +0 -1
@@ -0,0 +1,56 @@
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.instanceOfAggregatesMetaSchema = instanceOfAggregatesMetaSchema;
17
+ exports.AggregatesMetaSchemaFromJSON = AggregatesMetaSchemaFromJSON;
18
+ exports.AggregatesMetaSchemaFromJSONTyped = AggregatesMetaSchemaFromJSONTyped;
19
+ exports.AggregatesMetaSchemaToJSON = AggregatesMetaSchemaToJSON;
20
+ exports.AggregatesMetaSchemaToJSONTyped = AggregatesMetaSchemaToJSONTyped;
21
+ const runtime_1 = require("../runtime");
22
+ const AggregateCountsBucketSchema_1 = require("./AggregateCountsBucketSchema");
23
+ const ResourcesMetaPageSchema_1 = require("./ResourcesMetaPageSchema");
24
+ /**
25
+ * Check if a given object implements the AggregatesMetaSchema interface.
26
+ */
27
+ function instanceOfAggregatesMetaSchema(value) {
28
+ return true;
29
+ }
30
+ function AggregatesMetaSchemaFromJSON(json) {
31
+ return AggregatesMetaSchemaFromJSONTyped(json, false);
32
+ }
33
+ function AggregatesMetaSchemaFromJSONTyped(json, ignoreDiscriminator) {
34
+ if (json == null) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'page': json['page'] == null ? undefined : (0, ResourcesMetaPageSchema_1.ResourcesMetaPageSchemaFromJSON)(json['page']),
39
+ 'count': json['count'] == null ? undefined : json['count'],
40
+ 'byFolder': json['byFolder'] == null ? undefined : ((0, runtime_1.mapValues)(json['byFolder'], AggregateCountsBucketSchema_1.AggregateCountsBucketSchemaFromJSON)),
41
+ };
42
+ }
43
+ function AggregatesMetaSchemaToJSON(json) {
44
+ return AggregatesMetaSchemaToJSONTyped(json, false);
45
+ }
46
+ function AggregatesMetaSchemaToJSONTyped(value, ignoreDiscriminator = false) {
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'page': (0, ResourcesMetaPageSchema_1.ResourcesMetaPageSchemaToJSON)(value['page']),
52
+ 'count': value['count'],
53
+ 'byFolder': value['byFolder'] == null ? undefined : ((0, runtime_1.mapValues)(value['byFolder'], AggregateCountsBucketSchema_1.AggregateCountsBucketSchemaToJSON)),
54
+ };
55
+ }
56
+ //# sourceMappingURL=AggregatesMetaSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AggregatesMetaSchema.js","sourceRoot":"","sources":["../../src/models/AggregatesMetaSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA8DH,wEAEC;AAED,oEAEC;AAED,8EAUC;AAED,gEAEC;AAED,0EAWC;AA/FD,wCAAuC;AAEvC,+EAKuC;AAEvC,uEAKmC;AA2CnC;;GAEG;AACH,SAAgB,8BAA8B,CAAC,KAAa;IACxD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS,EAAE,mBAA4B;IACrF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yDAA+B,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACxF,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAA,mBAAS,EAAC,IAAI,CAAC,UAAU,CAAC,EAAE,iEAAmC,CAAC,CAAC;KACxH,CAAC;AACN,CAAC;AAED,SAAgB,0BAA0B,CAAC,IAAS;IAChD,OAAO,+BAA+B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxD,CAAC;AAED,SAAgB,+BAA+B,CAAC,KAAmC,EAAE,sBAA+B,KAAK;IACrH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,uDAA6B,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QACpD,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAA,mBAAS,EAAC,KAAK,CAAC,UAAU,CAAC,EAAE,+DAAiC,CAAC,CAAC;KACxH,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 { AggregatesMetaSchema } from './AggregatesMetaSchema';
13
+ import type { ResourcesLinksSchema } from './ResourcesLinksSchema';
14
+ import type { AggregateResourceSchema } from './AggregateResourceSchema';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface AggregatesSchema
19
+ */
20
+ export interface AggregatesSchema {
21
+ /**
22
+ *
23
+ * @type {Array<AggregateResourceSchema>}
24
+ * @memberof AggregatesSchema
25
+ */
26
+ data?: Array<AggregateResourceSchema>;
27
+ /**
28
+ *
29
+ * @type {ResourcesLinksSchema}
30
+ * @memberof AggregatesSchema
31
+ */
32
+ links?: ResourcesLinksSchema;
33
+ /**
34
+ *
35
+ * @type {AggregatesMetaSchema}
36
+ * @memberof AggregatesSchema
37
+ */
38
+ meta?: AggregatesMetaSchema;
39
+ }
40
+ /**
41
+ * Check if a given object implements the AggregatesSchema interface.
42
+ */
43
+ export declare function instanceOfAggregatesSchema(value: object): value is AggregatesSchema;
44
+ export declare function AggregatesSchemaFromJSON(json: any): AggregatesSchema;
45
+ export declare function AggregatesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AggregatesSchema;
46
+ export declare function AggregatesSchemaToJSON(json: any): AggregatesSchema;
47
+ export declare function AggregatesSchemaToJSONTyped(value?: AggregatesSchema | null, ignoreDiscriminator?: boolean): any;
48
+ //# sourceMappingURL=AggregatesSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AggregatesSchema.d.ts","sourceRoot":"","sources":["../../src/models/AggregatesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAOnE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAOnE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAQzE;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC;IACtC;;;;OAIG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,oBAAoB,CAAC;CAC/B;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gBAAgB,CAEnF;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAEpE;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gBAAgB,CAUvG;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAElE;AAED,wBAAgB,2BAA2B,CAAC,KAAK,CAAC,EAAE,gBAAgB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWtH"}
@@ -0,0 +1,56 @@
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.instanceOfAggregatesSchema = instanceOfAggregatesSchema;
17
+ exports.AggregatesSchemaFromJSON = AggregatesSchemaFromJSON;
18
+ exports.AggregatesSchemaFromJSONTyped = AggregatesSchemaFromJSONTyped;
19
+ exports.AggregatesSchemaToJSON = AggregatesSchemaToJSON;
20
+ exports.AggregatesSchemaToJSONTyped = AggregatesSchemaToJSONTyped;
21
+ const AggregatesMetaSchema_1 = require("./AggregatesMetaSchema");
22
+ const ResourcesLinksSchema_1 = require("./ResourcesLinksSchema");
23
+ const AggregateResourceSchema_1 = require("./AggregateResourceSchema");
24
+ /**
25
+ * Check if a given object implements the AggregatesSchema interface.
26
+ */
27
+ function instanceOfAggregatesSchema(value) {
28
+ return true;
29
+ }
30
+ function AggregatesSchemaFromJSON(json) {
31
+ return AggregatesSchemaFromJSONTyped(json, false);
32
+ }
33
+ function AggregatesSchemaFromJSONTyped(json, ignoreDiscriminator) {
34
+ if (json == null) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'data': json['data'] == null ? undefined : (json['data'].map(AggregateResourceSchema_1.AggregateResourceSchemaFromJSON)),
39
+ 'links': json['links'] == null ? undefined : (0, ResourcesLinksSchema_1.ResourcesLinksSchemaFromJSON)(json['links']),
40
+ 'meta': json['meta'] == null ? undefined : (0, AggregatesMetaSchema_1.AggregatesMetaSchemaFromJSON)(json['meta']),
41
+ };
42
+ }
43
+ function AggregatesSchemaToJSON(json) {
44
+ return AggregatesSchemaToJSONTyped(json, false);
45
+ }
46
+ function AggregatesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'data': value['data'] == null ? undefined : (value['data'].map(AggregateResourceSchema_1.AggregateResourceSchemaToJSON)),
52
+ 'links': (0, ResourcesLinksSchema_1.ResourcesLinksSchemaToJSON)(value['links']),
53
+ 'meta': (0, AggregatesMetaSchema_1.AggregatesMetaSchemaToJSON)(value['meta']),
54
+ };
55
+ }
56
+ //# sourceMappingURL=AggregatesSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AggregatesSchema.js","sourceRoot":"","sources":["../../src/models/AggregatesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsDH,gEAEC;AAED,4DAEC;AAED,sEAUC;AAED,wDAEC;AAED,kEAWC;AArFD,iEAKgC;AAEhC,iEAKgC;AAEhC,uEAKmC;AA4BnC;;GAEG;AACH,SAAgB,0BAA0B,CAAC,KAAa;IACpD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wBAAwB,CAAC,IAAS;IAC9C,OAAO,6BAA6B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtD,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS,EAAE,mBAA4B;IACjF,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,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,yDAA+B,CAAC,CAAC;QAC9G,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mDAA4B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mDAA4B,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACxF,CAAC;AACN,CAAC;AAED,SAAgB,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAED,SAAgB,2BAA2B,CAAC,KAA+B,EAAE,sBAA+B,KAAK;IAC7G,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,uDAA6B,CAAC,CAAC;QAC9G,OAAO,EAAE,IAAA,iDAA0B,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACnD,MAAM,EAAE,IAAA,iDAA0B,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACpD,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 { CreateLabelRequestBodyData } from './CreateLabelRequestBodyData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CreateLabelRequestBody
17
+ */
18
+ export interface CreateLabelRequestBody {
19
+ /**
20
+ *
21
+ * @type {CreateLabelRequestBodyData}
22
+ * @memberof CreateLabelRequestBody
23
+ */
24
+ data: CreateLabelRequestBodyData;
25
+ }
26
+ /**
27
+ * Check if a given object implements the CreateLabelRequestBody interface.
28
+ */
29
+ export declare function instanceOfCreateLabelRequestBody(value: object): value is CreateLabelRequestBody;
30
+ export declare function CreateLabelRequestBodyFromJSON(json: any): CreateLabelRequestBody;
31
+ export declare function CreateLabelRequestBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateLabelRequestBody;
32
+ export declare function CreateLabelRequestBodyToJSON(json: any): CreateLabelRequestBody;
33
+ export declare function CreateLabelRequestBodyToJSONTyped(value?: CreateLabelRequestBody | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=CreateLabelRequestBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateLabelRequestBody.d.ts","sourceRoot":"","sources":["../../src/models/CreateLabelRequestBody.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAQ/E;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,EAAE,0BAA0B,CAAC;CACpC;AAED;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAG/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAQnH;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,CASlI"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfCreateLabelRequestBody = instanceOfCreateLabelRequestBody;
17
+ exports.CreateLabelRequestBodyFromJSON = CreateLabelRequestBodyFromJSON;
18
+ exports.CreateLabelRequestBodyFromJSONTyped = CreateLabelRequestBodyFromJSONTyped;
19
+ exports.CreateLabelRequestBodyToJSON = CreateLabelRequestBodyToJSON;
20
+ exports.CreateLabelRequestBodyToJSONTyped = CreateLabelRequestBodyToJSONTyped;
21
+ const CreateLabelRequestBodyData_1 = require("./CreateLabelRequestBodyData");
22
+ /**
23
+ * Check if a given object implements the CreateLabelRequestBody interface.
24
+ */
25
+ function instanceOfCreateLabelRequestBody(value) {
26
+ if (!('data' in value) || value['data'] === undefined)
27
+ return false;
28
+ return true;
29
+ }
30
+ function CreateLabelRequestBodyFromJSON(json) {
31
+ return CreateLabelRequestBodyFromJSONTyped(json, false);
32
+ }
33
+ function CreateLabelRequestBodyFromJSONTyped(json, ignoreDiscriminator) {
34
+ if (json == null) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'data': (0, CreateLabelRequestBodyData_1.CreateLabelRequestBodyDataFromJSON)(json['data']),
39
+ };
40
+ }
41
+ function CreateLabelRequestBodyToJSON(json) {
42
+ return CreateLabelRequestBodyToJSONTyped(json, false);
43
+ }
44
+ function CreateLabelRequestBodyToJSONTyped(value, ignoreDiscriminator = false) {
45
+ if (value == null) {
46
+ return value;
47
+ }
48
+ return {
49
+ 'data': (0, CreateLabelRequestBodyData_1.CreateLabelRequestBodyDataToJSON)(value['data']),
50
+ };
51
+ }
52
+ //# sourceMappingURL=CreateLabelRequestBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateLabelRequestBody.js","sourceRoot":"","sources":["../../src/models/CreateLabelRequestBody.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4EAGC;AAED,wEAEC;AAED,kFAQC;AAED,oEAEC;AAED,8EASC;AAxDD,6EAKsC;AAgBtC;;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,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,IAAA,+DAAkC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC3D,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,IAAA,6DAAgC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC1D,CAAC;AACN,CAAC"}
@@ -0,0 +1,47 @@
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 { LabelAttributesSchema } from './LabelAttributesSchema';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CreateLabelRequestBodyData
17
+ */
18
+ export interface CreateLabelRequestBodyData {
19
+ /**
20
+ *
21
+ * @type {CreateLabelRequestBodyDataTypeEnum}
22
+ * @memberof CreateLabelRequestBodyData
23
+ */
24
+ type: CreateLabelRequestBodyDataTypeEnum;
25
+ /**
26
+ *
27
+ * @type {LabelAttributesSchema}
28
+ * @memberof CreateLabelRequestBodyData
29
+ */
30
+ attributes: LabelAttributesSchema;
31
+ }
32
+ /**
33
+ * @export
34
+ */
35
+ export declare const CreateLabelRequestBodyDataTypeEnum: {
36
+ readonly Labels: "labels";
37
+ };
38
+ export type CreateLabelRequestBodyDataTypeEnum = typeof CreateLabelRequestBodyDataTypeEnum[keyof typeof CreateLabelRequestBodyDataTypeEnum];
39
+ /**
40
+ * Check if a given object implements the CreateLabelRequestBodyData interface.
41
+ */
42
+ export declare function instanceOfCreateLabelRequestBodyData(value: object): value is CreateLabelRequestBodyData;
43
+ export declare function CreateLabelRequestBodyDataFromJSON(json: any): CreateLabelRequestBodyData;
44
+ export declare function CreateLabelRequestBodyDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateLabelRequestBodyData;
45
+ export declare function CreateLabelRequestBodyDataToJSON(json: any): CreateLabelRequestBodyData;
46
+ export declare function CreateLabelRequestBodyDataToJSONTyped(value?: CreateLabelRequestBodyData | null, ignoreDiscriminator?: boolean): any;
47
+ //# sourceMappingURL=CreateLabelRequestBodyData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateLabelRequestBodyData.d.ts","sourceRoot":"","sources":["../../src/models/CreateLabelRequestBodyData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAQrE;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,IAAI,EAAE,kCAAkC,CAAC;IACzC;;;;OAIG;IACH,UAAU,EAAE,qBAAqB,CAAC;CACrC;AAGD;;GAEG;AACH,eAAO,MAAM,kCAAkC;;CAErC,CAAC;AACX,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAC,MAAM,OAAO,kCAAkC,CAAC,CAAC;AAG5I;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAIvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAS3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU1I"}
@@ -0,0 +1,63 @@
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.CreateLabelRequestBodyDataTypeEnum = void 0;
17
+ exports.instanceOfCreateLabelRequestBodyData = instanceOfCreateLabelRequestBodyData;
18
+ exports.CreateLabelRequestBodyDataFromJSON = CreateLabelRequestBodyDataFromJSON;
19
+ exports.CreateLabelRequestBodyDataFromJSONTyped = CreateLabelRequestBodyDataFromJSONTyped;
20
+ exports.CreateLabelRequestBodyDataToJSON = CreateLabelRequestBodyDataToJSON;
21
+ exports.CreateLabelRequestBodyDataToJSONTyped = CreateLabelRequestBodyDataToJSONTyped;
22
+ const LabelAttributesSchema_1 = require("./LabelAttributesSchema");
23
+ /**
24
+ * @export
25
+ */
26
+ exports.CreateLabelRequestBodyDataTypeEnum = {
27
+ Labels: 'labels'
28
+ };
29
+ /**
30
+ * Check if a given object implements the CreateLabelRequestBodyData interface.
31
+ */
32
+ function instanceOfCreateLabelRequestBodyData(value) {
33
+ if (!('type' in value) || value['type'] === undefined)
34
+ return false;
35
+ if (!('attributes' in value) || value['attributes'] === undefined)
36
+ return false;
37
+ return true;
38
+ }
39
+ function CreateLabelRequestBodyDataFromJSON(json) {
40
+ return CreateLabelRequestBodyDataFromJSONTyped(json, false);
41
+ }
42
+ function CreateLabelRequestBodyDataFromJSONTyped(json, ignoreDiscriminator) {
43
+ if (json == null) {
44
+ return json;
45
+ }
46
+ return {
47
+ 'type': json['type'],
48
+ 'attributes': (0, LabelAttributesSchema_1.LabelAttributesSchemaFromJSON)(json['attributes']),
49
+ };
50
+ }
51
+ function CreateLabelRequestBodyDataToJSON(json) {
52
+ return CreateLabelRequestBodyDataToJSONTyped(json, false);
53
+ }
54
+ function CreateLabelRequestBodyDataToJSONTyped(value, ignoreDiscriminator = false) {
55
+ if (value == null) {
56
+ return value;
57
+ }
58
+ return {
59
+ 'type': value['type'],
60
+ 'attributes': (0, LabelAttributesSchema_1.LabelAttributesSchemaToJSON)(value['attributes']),
61
+ };
62
+ }
63
+ //# sourceMappingURL=CreateLabelRequestBodyData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateLabelRequestBodyData.js","sourceRoot":"","sources":["../../src/models/CreateLabelRequestBodyData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA4CH,oFAIC;AAED,gFAEC;AAED,0FASC;AAED,4EAEC;AAED,sFAUC;AA3ED,mEAKiC;AAuBjC;;GAEG;AACU,QAAA,kCAAkC,GAAG;IAC9C,MAAM,EAAE,QAAQ;CACV,CAAC;AAIX;;GAEG;AACH,SAAgB,oCAAoC,CAAC,KAAa;IAC9D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS,EAAE,mBAA4B;IAC3F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,YAAY,EAAE,IAAA,qDAA6B,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAClE,CAAC;AACN,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,KAAyC,EAAE,sBAA+B,KAAK;IACjI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,IAAA,mDAA2B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACjE,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 { CreateStateRequestBodyData } from './CreateStateRequestBodyData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CreateStateRequestBody
17
+ */
18
+ export interface CreateStateRequestBody {
19
+ /**
20
+ *
21
+ * @type {CreateStateRequestBodyData}
22
+ * @memberof CreateStateRequestBody
23
+ */
24
+ data: CreateStateRequestBodyData;
25
+ }
26
+ /**
27
+ * Check if a given object implements the CreateStateRequestBody interface.
28
+ */
29
+ export declare function instanceOfCreateStateRequestBody(value: object): value is CreateStateRequestBody;
30
+ export declare function CreateStateRequestBodyFromJSON(json: any): CreateStateRequestBody;
31
+ export declare function CreateStateRequestBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateStateRequestBody;
32
+ export declare function CreateStateRequestBodyToJSON(json: any): CreateStateRequestBody;
33
+ export declare function CreateStateRequestBodyToJSONTyped(value?: CreateStateRequestBody | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=CreateStateRequestBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateStateRequestBody.d.ts","sourceRoot":"","sources":["../../src/models/CreateStateRequestBody.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAQ/E;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,EAAE,0BAA0B,CAAC;CACpC;AAED;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAG/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAQnH;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,CASlI"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfCreateStateRequestBody = instanceOfCreateStateRequestBody;
17
+ exports.CreateStateRequestBodyFromJSON = CreateStateRequestBodyFromJSON;
18
+ exports.CreateStateRequestBodyFromJSONTyped = CreateStateRequestBodyFromJSONTyped;
19
+ exports.CreateStateRequestBodyToJSON = CreateStateRequestBodyToJSON;
20
+ exports.CreateStateRequestBodyToJSONTyped = CreateStateRequestBodyToJSONTyped;
21
+ const CreateStateRequestBodyData_1 = require("./CreateStateRequestBodyData");
22
+ /**
23
+ * Check if a given object implements the CreateStateRequestBody interface.
24
+ */
25
+ function instanceOfCreateStateRequestBody(value) {
26
+ if (!('data' in value) || value['data'] === undefined)
27
+ return false;
28
+ return true;
29
+ }
30
+ function CreateStateRequestBodyFromJSON(json) {
31
+ return CreateStateRequestBodyFromJSONTyped(json, false);
32
+ }
33
+ function CreateStateRequestBodyFromJSONTyped(json, ignoreDiscriminator) {
34
+ if (json == null) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'data': (0, CreateStateRequestBodyData_1.CreateStateRequestBodyDataFromJSON)(json['data']),
39
+ };
40
+ }
41
+ function CreateStateRequestBodyToJSON(json) {
42
+ return CreateStateRequestBodyToJSONTyped(json, false);
43
+ }
44
+ function CreateStateRequestBodyToJSONTyped(value, ignoreDiscriminator = false) {
45
+ if (value == null) {
46
+ return value;
47
+ }
48
+ return {
49
+ 'data': (0, CreateStateRequestBodyData_1.CreateStateRequestBodyDataToJSON)(value['data']),
50
+ };
51
+ }
52
+ //# sourceMappingURL=CreateStateRequestBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateStateRequestBody.js","sourceRoot":"","sources":["../../src/models/CreateStateRequestBody.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4EAGC;AAED,wEAEC;AAED,kFAQC;AAED,oEAEC;AAED,8EASC;AAxDD,6EAKsC;AAgBtC;;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,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,IAAA,+DAAkC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC3D,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,IAAA,6DAAgC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC1D,CAAC;AACN,CAAC"}
@@ -0,0 +1,47 @@
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 { StateAttributesSchema } from './StateAttributesSchema';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CreateStateRequestBodyData
17
+ */
18
+ export interface CreateStateRequestBodyData {
19
+ /**
20
+ *
21
+ * @type {CreateStateRequestBodyDataTypeEnum}
22
+ * @memberof CreateStateRequestBodyData
23
+ */
24
+ type: CreateStateRequestBodyDataTypeEnum;
25
+ /**
26
+ *
27
+ * @type {StateAttributesSchema}
28
+ * @memberof CreateStateRequestBodyData
29
+ */
30
+ attributes: StateAttributesSchema;
31
+ }
32
+ /**
33
+ * @export
34
+ */
35
+ export declare const CreateStateRequestBodyDataTypeEnum: {
36
+ readonly States: "states";
37
+ };
38
+ export type CreateStateRequestBodyDataTypeEnum = typeof CreateStateRequestBodyDataTypeEnum[keyof typeof CreateStateRequestBodyDataTypeEnum];
39
+ /**
40
+ * Check if a given object implements the CreateStateRequestBodyData interface.
41
+ */
42
+ export declare function instanceOfCreateStateRequestBodyData(value: object): value is CreateStateRequestBodyData;
43
+ export declare function CreateStateRequestBodyDataFromJSON(json: any): CreateStateRequestBodyData;
44
+ export declare function CreateStateRequestBodyDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateStateRequestBodyData;
45
+ export declare function CreateStateRequestBodyDataToJSON(json: any): CreateStateRequestBodyData;
46
+ export declare function CreateStateRequestBodyDataToJSONTyped(value?: CreateStateRequestBodyData | null, ignoreDiscriminator?: boolean): any;
47
+ //# sourceMappingURL=CreateStateRequestBodyData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateStateRequestBodyData.d.ts","sourceRoot":"","sources":["../../src/models/CreateStateRequestBodyData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAQrE;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,IAAI,EAAE,kCAAkC,CAAC;IACzC;;;;OAIG;IACH,UAAU,EAAE,qBAAqB,CAAC;CACrC;AAGD;;GAEG;AACH,eAAO,MAAM,kCAAkC;;CAErC,CAAC;AACX,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAC,MAAM,OAAO,kCAAkC,CAAC,CAAC;AAG5I;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAIvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAS3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU1I"}
@@ -0,0 +1,63 @@
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.CreateStateRequestBodyDataTypeEnum = void 0;
17
+ exports.instanceOfCreateStateRequestBodyData = instanceOfCreateStateRequestBodyData;
18
+ exports.CreateStateRequestBodyDataFromJSON = CreateStateRequestBodyDataFromJSON;
19
+ exports.CreateStateRequestBodyDataFromJSONTyped = CreateStateRequestBodyDataFromJSONTyped;
20
+ exports.CreateStateRequestBodyDataToJSON = CreateStateRequestBodyDataToJSON;
21
+ exports.CreateStateRequestBodyDataToJSONTyped = CreateStateRequestBodyDataToJSONTyped;
22
+ const StateAttributesSchema_1 = require("./StateAttributesSchema");
23
+ /**
24
+ * @export
25
+ */
26
+ exports.CreateStateRequestBodyDataTypeEnum = {
27
+ States: 'states'
28
+ };
29
+ /**
30
+ * Check if a given object implements the CreateStateRequestBodyData interface.
31
+ */
32
+ function instanceOfCreateStateRequestBodyData(value) {
33
+ if (!('type' in value) || value['type'] === undefined)
34
+ return false;
35
+ if (!('attributes' in value) || value['attributes'] === undefined)
36
+ return false;
37
+ return true;
38
+ }
39
+ function CreateStateRequestBodyDataFromJSON(json) {
40
+ return CreateStateRequestBodyDataFromJSONTyped(json, false);
41
+ }
42
+ function CreateStateRequestBodyDataFromJSONTyped(json, ignoreDiscriminator) {
43
+ if (json == null) {
44
+ return json;
45
+ }
46
+ return {
47
+ 'type': json['type'],
48
+ 'attributes': (0, StateAttributesSchema_1.StateAttributesSchemaFromJSON)(json['attributes']),
49
+ };
50
+ }
51
+ function CreateStateRequestBodyDataToJSON(json) {
52
+ return CreateStateRequestBodyDataToJSONTyped(json, false);
53
+ }
54
+ function CreateStateRequestBodyDataToJSONTyped(value, ignoreDiscriminator = false) {
55
+ if (value == null) {
56
+ return value;
57
+ }
58
+ return {
59
+ 'type': value['type'],
60
+ 'attributes': (0, StateAttributesSchema_1.StateAttributesSchemaToJSON)(value['attributes']),
61
+ };
62
+ }
63
+ //# sourceMappingURL=CreateStateRequestBodyData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateStateRequestBodyData.js","sourceRoot":"","sources":["../../src/models/CreateStateRequestBodyData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA4CH,oFAIC;AAED,gFAEC;AAED,0FASC;AAED,4EAEC;AAED,sFAUC;AA3ED,mEAKiC;AAuBjC;;GAEG;AACU,QAAA,kCAAkC,GAAG;IAC9C,MAAM,EAAE,QAAQ;CACV,CAAC;AAIX;;GAEG;AACH,SAAgB,oCAAoC,CAAC,KAAa;IAC9D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS,EAAE,mBAA4B;IAC3F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,YAAY,EAAE,IAAA,qDAA6B,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAClE,CAAC;AACN,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,KAAyC,EAAE,sBAA+B,KAAK;IACjI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,IAAA,mDAA2B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACjE,CAAC;AACN,CAAC"}