@smartytalent/api-client 0.1.33-dev.95 → 0.1.33-dev.97

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 (49) hide show
  1. package/dist/models/ConversationRelationshipsCallsDataSchema.d.ts +39 -0
  2. package/dist/models/ConversationRelationshipsCallsDataSchema.d.ts.map +1 -0
  3. package/dist/models/ConversationRelationshipsCallsDataSchema.js +51 -0
  4. package/dist/models/ConversationRelationshipsCallsDataSchema.js.map +1 -0
  5. package/dist/models/ConversationRelationshipsCallsSchema.d.ts +34 -0
  6. package/dist/models/ConversationRelationshipsCallsSchema.d.ts.map +1 -0
  7. package/dist/models/ConversationRelationshipsCallsSchema.js +50 -0
  8. package/dist/models/ConversationRelationshipsCallsSchema.js.map +1 -0
  9. package/dist/models/ConversationRelationshipsChatsDataSchema.d.ts +39 -0
  10. package/dist/models/ConversationRelationshipsChatsDataSchema.d.ts.map +1 -0
  11. package/dist/models/ConversationRelationshipsChatsDataSchema.js +51 -0
  12. package/dist/models/ConversationRelationshipsChatsDataSchema.js.map +1 -0
  13. package/dist/models/ConversationRelationshipsChatsSchema.d.ts +34 -0
  14. package/dist/models/ConversationRelationshipsChatsSchema.d.ts.map +1 -0
  15. package/dist/models/ConversationRelationshipsChatsSchema.js +50 -0
  16. package/dist/models/ConversationRelationshipsChatsSchema.js.map +1 -0
  17. package/dist/models/ConversationRelationshipsJobDataSchema.d.ts +39 -0
  18. package/dist/models/ConversationRelationshipsJobDataSchema.d.ts.map +1 -0
  19. package/dist/models/ConversationRelationshipsJobDataSchema.js +51 -0
  20. package/dist/models/ConversationRelationshipsJobDataSchema.js.map +1 -0
  21. package/dist/models/ConversationRelationshipsJobSchema.d.ts +34 -0
  22. package/dist/models/ConversationRelationshipsJobSchema.d.ts.map +1 -0
  23. package/dist/models/ConversationRelationshipsJobSchema.js +50 -0
  24. package/dist/models/ConversationRelationshipsJobSchema.js.map +1 -0
  25. package/dist/models/ConversationRelationshipsMeetingsDataSchema.d.ts +39 -0
  26. package/dist/models/ConversationRelationshipsMeetingsDataSchema.d.ts.map +1 -0
  27. package/dist/models/ConversationRelationshipsMeetingsDataSchema.js +51 -0
  28. package/dist/models/ConversationRelationshipsMeetingsDataSchema.js.map +1 -0
  29. package/dist/models/ConversationRelationshipsMeetingsSchema.d.ts +34 -0
  30. package/dist/models/ConversationRelationshipsMeetingsSchema.d.ts.map +1 -0
  31. package/dist/models/ConversationRelationshipsMeetingsSchema.js +50 -0
  32. package/dist/models/ConversationRelationshipsMeetingsSchema.js.map +1 -0
  33. package/dist/models/ConversationRelationshipsSchema.d.ts +35 -0
  34. package/dist/models/ConversationRelationshipsSchema.d.ts.map +1 -1
  35. package/dist/models/ConversationRelationshipsSchema.js +15 -0
  36. package/dist/models/ConversationRelationshipsSchema.js.map +1 -1
  37. package/dist/models/ConversationRelationshipsTalentDataSchema.d.ts +39 -0
  38. package/dist/models/ConversationRelationshipsTalentDataSchema.d.ts.map +1 -0
  39. package/dist/models/ConversationRelationshipsTalentDataSchema.js +51 -0
  40. package/dist/models/ConversationRelationshipsTalentDataSchema.js.map +1 -0
  41. package/dist/models/ConversationRelationshipsTalentSchema.d.ts +34 -0
  42. package/dist/models/ConversationRelationshipsTalentSchema.d.ts.map +1 -0
  43. package/dist/models/ConversationRelationshipsTalentSchema.js +50 -0
  44. package/dist/models/ConversationRelationshipsTalentSchema.js.map +1 -0
  45. package/dist/models/index.d.ts +10 -0
  46. package/dist/models/index.d.ts.map +1 -1
  47. package/dist/models/index.js +10 -0
  48. package/dist/models/index.js.map +1 -1
  49. package/package.json +1 -1
@@ -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 ConversationRelationshipsCallsDataSchema
16
+ */
17
+ export interface ConversationRelationshipsCallsDataSchema {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ConversationRelationshipsCallsDataSchema
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ConversationRelationshipsCallsDataSchema
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the ConversationRelationshipsCallsDataSchema interface.
33
+ */
34
+ export declare function instanceOfConversationRelationshipsCallsDataSchema(value: object): value is ConversationRelationshipsCallsDataSchema;
35
+ export declare function ConversationRelationshipsCallsDataSchemaFromJSON(json: any): ConversationRelationshipsCallsDataSchema;
36
+ export declare function ConversationRelationshipsCallsDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationRelationshipsCallsDataSchema;
37
+ export declare function ConversationRelationshipsCallsDataSchemaToJSON(json: any): ConversationRelationshipsCallsDataSchema;
38
+ export declare function ConversationRelationshipsCallsDataSchemaToJSONTyped(value?: ConversationRelationshipsCallsDataSchema | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=ConversationRelationshipsCallsDataSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConversationRelationshipsCallsDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/ConversationRelationshipsCallsDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAEnI;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAEpH;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wCAAwC,CASvJ;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAElH;AAED,wBAAgB,mDAAmD,CAAC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtK"}
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfConversationRelationshipsCallsDataSchema = instanceOfConversationRelationshipsCallsDataSchema;
17
+ exports.ConversationRelationshipsCallsDataSchemaFromJSON = ConversationRelationshipsCallsDataSchemaFromJSON;
18
+ exports.ConversationRelationshipsCallsDataSchemaFromJSONTyped = ConversationRelationshipsCallsDataSchemaFromJSONTyped;
19
+ exports.ConversationRelationshipsCallsDataSchemaToJSON = ConversationRelationshipsCallsDataSchemaToJSON;
20
+ exports.ConversationRelationshipsCallsDataSchemaToJSONTyped = ConversationRelationshipsCallsDataSchemaToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the ConversationRelationshipsCallsDataSchema interface.
23
+ */
24
+ function instanceOfConversationRelationshipsCallsDataSchema(value) {
25
+ return true;
26
+ }
27
+ function ConversationRelationshipsCallsDataSchemaFromJSON(json) {
28
+ return ConversationRelationshipsCallsDataSchemaFromJSONTyped(json, false);
29
+ }
30
+ function ConversationRelationshipsCallsDataSchemaFromJSONTyped(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 ConversationRelationshipsCallsDataSchemaToJSON(json) {
40
+ return ConversationRelationshipsCallsDataSchemaToJSONTyped(json, false);
41
+ }
42
+ function ConversationRelationshipsCallsDataSchemaToJSONTyped(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=ConversationRelationshipsCallsDataSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConversationRelationshipsCallsDataSchema.js","sourceRoot":"","sources":["../../src/models/ConversationRelationshipsCallsDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,gHAEC;AAED,4GAEC;AAED,sHASC;AAED,wGAEC;AAED,kHAUC;AApCD;;GAEG;AACH,SAAgB,kDAAkD,CAAC,KAAa;IAC5E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,IAAS,EAAE,mBAA4B;IACzG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,KAAuD,EAAE,sBAA+B,KAAK;IAC7J,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ConversationRelationshipsCallsDataSchema } from './ConversationRelationshipsCallsDataSchema';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ConversationRelationshipsCallsSchema
17
+ */
18
+ export interface ConversationRelationshipsCallsSchema {
19
+ /**
20
+ *
21
+ * @type {Array<ConversationRelationshipsCallsDataSchema>}
22
+ * @memberof ConversationRelationshipsCallsSchema
23
+ */
24
+ data?: Array<ConversationRelationshipsCallsDataSchema>;
25
+ }
26
+ /**
27
+ * Check if a given object implements the ConversationRelationshipsCallsSchema interface.
28
+ */
29
+ export declare function instanceOfConversationRelationshipsCallsSchema(value: object): value is ConversationRelationshipsCallsSchema;
30
+ export declare function ConversationRelationshipsCallsSchemaFromJSON(json: any): ConversationRelationshipsCallsSchema;
31
+ export declare function ConversationRelationshipsCallsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationRelationshipsCallsSchema;
32
+ export declare function ConversationRelationshipsCallsSchemaToJSON(json: any): ConversationRelationshipsCallsSchema;
33
+ export declare function ConversationRelationshipsCallsSchemaToJSONTyped(value?: ConversationRelationshipsCallsSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=ConversationRelationshipsCallsSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConversationRelationshipsCallsSchema.d.ts","sourceRoot":"","sources":["../../src/models/ConversationRelationshipsCallsSchema.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,KAAK,CAAC,wCAAwC,CAAC,CAAC;CAC1D;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAQ/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9J"}
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfConversationRelationshipsCallsSchema = instanceOfConversationRelationshipsCallsSchema;
17
+ exports.ConversationRelationshipsCallsSchemaFromJSON = ConversationRelationshipsCallsSchemaFromJSON;
18
+ exports.ConversationRelationshipsCallsSchemaFromJSONTyped = ConversationRelationshipsCallsSchemaFromJSONTyped;
19
+ exports.ConversationRelationshipsCallsSchemaToJSON = ConversationRelationshipsCallsSchemaToJSON;
20
+ exports.ConversationRelationshipsCallsSchemaToJSONTyped = ConversationRelationshipsCallsSchemaToJSONTyped;
21
+ const ConversationRelationshipsCallsDataSchema_1 = require("./ConversationRelationshipsCallsDataSchema");
22
+ /**
23
+ * Check if a given object implements the ConversationRelationshipsCallsSchema interface.
24
+ */
25
+ function instanceOfConversationRelationshipsCallsSchema(value) {
26
+ return true;
27
+ }
28
+ function ConversationRelationshipsCallsSchemaFromJSON(json) {
29
+ return ConversationRelationshipsCallsSchemaFromJSONTyped(json, false);
30
+ }
31
+ function ConversationRelationshipsCallsSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (json['data'].map(ConversationRelationshipsCallsDataSchema_1.ConversationRelationshipsCallsDataSchemaFromJSON)),
37
+ };
38
+ }
39
+ function ConversationRelationshipsCallsSchemaToJSON(json) {
40
+ return ConversationRelationshipsCallsSchemaToJSONTyped(json, false);
41
+ }
42
+ function ConversationRelationshipsCallsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': value['data'] == null ? undefined : (value['data'].map(ConversationRelationshipsCallsDataSchema_1.ConversationRelationshipsCallsDataSchemaToJSON)),
48
+ };
49
+ }
50
+ //# sourceMappingURL=ConversationRelationshipsCallsSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConversationRelationshipsCallsSchema.js","sourceRoot":"","sources":["../../src/models/ConversationRelationshipsCallsSchema.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,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,2FAAgD,CAAC,CAAC;KAClI,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,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,yFAA8C,CAAC,CAAC;KAClI,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 ConversationRelationshipsChatsDataSchema
16
+ */
17
+ export interface ConversationRelationshipsChatsDataSchema {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ConversationRelationshipsChatsDataSchema
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ConversationRelationshipsChatsDataSchema
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the ConversationRelationshipsChatsDataSchema interface.
33
+ */
34
+ export declare function instanceOfConversationRelationshipsChatsDataSchema(value: object): value is ConversationRelationshipsChatsDataSchema;
35
+ export declare function ConversationRelationshipsChatsDataSchemaFromJSON(json: any): ConversationRelationshipsChatsDataSchema;
36
+ export declare function ConversationRelationshipsChatsDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationRelationshipsChatsDataSchema;
37
+ export declare function ConversationRelationshipsChatsDataSchemaToJSON(json: any): ConversationRelationshipsChatsDataSchema;
38
+ export declare function ConversationRelationshipsChatsDataSchemaToJSONTyped(value?: ConversationRelationshipsChatsDataSchema | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=ConversationRelationshipsChatsDataSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConversationRelationshipsChatsDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/ConversationRelationshipsChatsDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAEnI;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAEpH;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wCAAwC,CASvJ;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAElH;AAED,wBAAgB,mDAAmD,CAAC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtK"}
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfConversationRelationshipsChatsDataSchema = instanceOfConversationRelationshipsChatsDataSchema;
17
+ exports.ConversationRelationshipsChatsDataSchemaFromJSON = ConversationRelationshipsChatsDataSchemaFromJSON;
18
+ exports.ConversationRelationshipsChatsDataSchemaFromJSONTyped = ConversationRelationshipsChatsDataSchemaFromJSONTyped;
19
+ exports.ConversationRelationshipsChatsDataSchemaToJSON = ConversationRelationshipsChatsDataSchemaToJSON;
20
+ exports.ConversationRelationshipsChatsDataSchemaToJSONTyped = ConversationRelationshipsChatsDataSchemaToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the ConversationRelationshipsChatsDataSchema interface.
23
+ */
24
+ function instanceOfConversationRelationshipsChatsDataSchema(value) {
25
+ return true;
26
+ }
27
+ function ConversationRelationshipsChatsDataSchemaFromJSON(json) {
28
+ return ConversationRelationshipsChatsDataSchemaFromJSONTyped(json, false);
29
+ }
30
+ function ConversationRelationshipsChatsDataSchemaFromJSONTyped(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 ConversationRelationshipsChatsDataSchemaToJSON(json) {
40
+ return ConversationRelationshipsChatsDataSchemaToJSONTyped(json, false);
41
+ }
42
+ function ConversationRelationshipsChatsDataSchemaToJSONTyped(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=ConversationRelationshipsChatsDataSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConversationRelationshipsChatsDataSchema.js","sourceRoot":"","sources":["../../src/models/ConversationRelationshipsChatsDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,gHAEC;AAED,4GAEC;AAED,sHASC;AAED,wGAEC;AAED,kHAUC;AApCD;;GAEG;AACH,SAAgB,kDAAkD,CAAC,KAAa;IAC5E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,IAAS,EAAE,mBAA4B;IACzG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,KAAuD,EAAE,sBAA+B,KAAK;IAC7J,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ConversationRelationshipsChatsDataSchema } from './ConversationRelationshipsChatsDataSchema';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ConversationRelationshipsChatsSchema
17
+ */
18
+ export interface ConversationRelationshipsChatsSchema {
19
+ /**
20
+ *
21
+ * @type {Array<ConversationRelationshipsChatsDataSchema>}
22
+ * @memberof ConversationRelationshipsChatsSchema
23
+ */
24
+ data?: Array<ConversationRelationshipsChatsDataSchema>;
25
+ }
26
+ /**
27
+ * Check if a given object implements the ConversationRelationshipsChatsSchema interface.
28
+ */
29
+ export declare function instanceOfConversationRelationshipsChatsSchema(value: object): value is ConversationRelationshipsChatsSchema;
30
+ export declare function ConversationRelationshipsChatsSchemaFromJSON(json: any): ConversationRelationshipsChatsSchema;
31
+ export declare function ConversationRelationshipsChatsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationRelationshipsChatsSchema;
32
+ export declare function ConversationRelationshipsChatsSchemaToJSON(json: any): ConversationRelationshipsChatsSchema;
33
+ export declare function ConversationRelationshipsChatsSchemaToJSONTyped(value?: ConversationRelationshipsChatsSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=ConversationRelationshipsChatsSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConversationRelationshipsChatsSchema.d.ts","sourceRoot":"","sources":["../../src/models/ConversationRelationshipsChatsSchema.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,KAAK,CAAC,wCAAwC,CAAC,CAAC;CAC1D;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAQ/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9J"}
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfConversationRelationshipsChatsSchema = instanceOfConversationRelationshipsChatsSchema;
17
+ exports.ConversationRelationshipsChatsSchemaFromJSON = ConversationRelationshipsChatsSchemaFromJSON;
18
+ exports.ConversationRelationshipsChatsSchemaFromJSONTyped = ConversationRelationshipsChatsSchemaFromJSONTyped;
19
+ exports.ConversationRelationshipsChatsSchemaToJSON = ConversationRelationshipsChatsSchemaToJSON;
20
+ exports.ConversationRelationshipsChatsSchemaToJSONTyped = ConversationRelationshipsChatsSchemaToJSONTyped;
21
+ const ConversationRelationshipsChatsDataSchema_1 = require("./ConversationRelationshipsChatsDataSchema");
22
+ /**
23
+ * Check if a given object implements the ConversationRelationshipsChatsSchema interface.
24
+ */
25
+ function instanceOfConversationRelationshipsChatsSchema(value) {
26
+ return true;
27
+ }
28
+ function ConversationRelationshipsChatsSchemaFromJSON(json) {
29
+ return ConversationRelationshipsChatsSchemaFromJSONTyped(json, false);
30
+ }
31
+ function ConversationRelationshipsChatsSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (json['data'].map(ConversationRelationshipsChatsDataSchema_1.ConversationRelationshipsChatsDataSchemaFromJSON)),
37
+ };
38
+ }
39
+ function ConversationRelationshipsChatsSchemaToJSON(json) {
40
+ return ConversationRelationshipsChatsSchemaToJSONTyped(json, false);
41
+ }
42
+ function ConversationRelationshipsChatsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': value['data'] == null ? undefined : (value['data'].map(ConversationRelationshipsChatsDataSchema_1.ConversationRelationshipsChatsDataSchemaToJSON)),
48
+ };
49
+ }
50
+ //# sourceMappingURL=ConversationRelationshipsChatsSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConversationRelationshipsChatsSchema.js","sourceRoot":"","sources":["../../src/models/ConversationRelationshipsChatsSchema.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,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,2FAAgD,CAAC,CAAC;KAClI,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,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,yFAA8C,CAAC,CAAC;KAClI,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 ConversationRelationshipsJobDataSchema
16
+ */
17
+ export interface ConversationRelationshipsJobDataSchema {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ConversationRelationshipsJobDataSchema
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ConversationRelationshipsJobDataSchema
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the ConversationRelationshipsJobDataSchema interface.
33
+ */
34
+ export declare function instanceOfConversationRelationshipsJobDataSchema(value: object): value is ConversationRelationshipsJobDataSchema;
35
+ export declare function ConversationRelationshipsJobDataSchemaFromJSON(json: any): ConversationRelationshipsJobDataSchema;
36
+ export declare function ConversationRelationshipsJobDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationRelationshipsJobDataSchema;
37
+ export declare function ConversationRelationshipsJobDataSchemaToJSON(json: any): ConversationRelationshipsJobDataSchema;
38
+ export declare function ConversationRelationshipsJobDataSchemaToJSONTyped(value?: ConversationRelationshipsJobDataSchema | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=ConversationRelationshipsJobDataSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConversationRelationshipsJobDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/ConversationRelationshipsJobDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,gDAAgD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sCAAsC,CAE/H;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAEhH;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sCAAsC,CASnJ;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAE9G;AAED,wBAAgB,iDAAiD,CAAC,KAAK,CAAC,EAAE,sCAAsC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUlK"}
@@ -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.instanceOfConversationRelationshipsJobDataSchema = instanceOfConversationRelationshipsJobDataSchema;
17
+ exports.ConversationRelationshipsJobDataSchemaFromJSON = ConversationRelationshipsJobDataSchemaFromJSON;
18
+ exports.ConversationRelationshipsJobDataSchemaFromJSONTyped = ConversationRelationshipsJobDataSchemaFromJSONTyped;
19
+ exports.ConversationRelationshipsJobDataSchemaToJSON = ConversationRelationshipsJobDataSchemaToJSON;
20
+ exports.ConversationRelationshipsJobDataSchemaToJSONTyped = ConversationRelationshipsJobDataSchemaToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the ConversationRelationshipsJobDataSchema interface.
23
+ */
24
+ function instanceOfConversationRelationshipsJobDataSchema(value) {
25
+ return true;
26
+ }
27
+ function ConversationRelationshipsJobDataSchemaFromJSON(json) {
28
+ return ConversationRelationshipsJobDataSchemaFromJSONTyped(json, false);
29
+ }
30
+ function ConversationRelationshipsJobDataSchemaFromJSONTyped(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 ConversationRelationshipsJobDataSchemaToJSON(json) {
40
+ return ConversationRelationshipsJobDataSchemaToJSONTyped(json, false);
41
+ }
42
+ function ConversationRelationshipsJobDataSchemaToJSONTyped(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=ConversationRelationshipsJobDataSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConversationRelationshipsJobDataSchema.js","sourceRoot":"","sources":["../../src/models/ConversationRelationshipsJobDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,4GAEC;AAED,wGAEC;AAED,kHASC;AAED,oGAEC;AAED,8GAUC;AApCD;;GAEG;AACH,SAAgB,gDAAgD,CAAC,KAAa;IAC1E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,IAAS,EAAE,mBAA4B;IACvG,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,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,KAAqD,EAAE,sBAA+B,KAAK;IACzJ,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 { ConversationRelationshipsJobDataSchema } from './ConversationRelationshipsJobDataSchema';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ConversationRelationshipsJobSchema
17
+ */
18
+ export interface ConversationRelationshipsJobSchema {
19
+ /**
20
+ *
21
+ * @type {ConversationRelationshipsJobDataSchema}
22
+ * @memberof ConversationRelationshipsJobSchema
23
+ */
24
+ data?: ConversationRelationshipsJobDataSchema | null;
25
+ }
26
+ /**
27
+ * Check if a given object implements the ConversationRelationshipsJobSchema interface.
28
+ */
29
+ export declare function instanceOfConversationRelationshipsJobSchema(value: object): value is ConversationRelationshipsJobSchema;
30
+ export declare function ConversationRelationshipsJobSchemaFromJSON(json: any): ConversationRelationshipsJobSchema;
31
+ export declare function ConversationRelationshipsJobSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationRelationshipsJobSchema;
32
+ export declare function ConversationRelationshipsJobSchemaToJSON(json: any): ConversationRelationshipsJobSchema;
33
+ export declare function ConversationRelationshipsJobSchemaToJSONTyped(value?: ConversationRelationshipsJobSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=ConversationRelationshipsJobSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConversationRelationshipsJobSchema.d.ts","sourceRoot":"","sources":["../../src/models/ConversationRelationshipsJobSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAQvG;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,IAAI,CAAC,EAAE,sCAAsC,GAAG,IAAI,CAAC;CACxD;AAED;;GAEG;AACH,wBAAgB,4CAA4C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kCAAkC,CAEvH;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAExG;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kCAAkC,CAQ3I;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAEtG;AAED,wBAAgB,6CAA6C,CAAC,KAAK,CAAC,EAAE,kCAAkC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS1J"}
@@ -0,0 +1,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.instanceOfConversationRelationshipsJobSchema = instanceOfConversationRelationshipsJobSchema;
17
+ exports.ConversationRelationshipsJobSchemaFromJSON = ConversationRelationshipsJobSchemaFromJSON;
18
+ exports.ConversationRelationshipsJobSchemaFromJSONTyped = ConversationRelationshipsJobSchemaFromJSONTyped;
19
+ exports.ConversationRelationshipsJobSchemaToJSON = ConversationRelationshipsJobSchemaToJSON;
20
+ exports.ConversationRelationshipsJobSchemaToJSONTyped = ConversationRelationshipsJobSchemaToJSONTyped;
21
+ const ConversationRelationshipsJobDataSchema_1 = require("./ConversationRelationshipsJobDataSchema");
22
+ /**
23
+ * Check if a given object implements the ConversationRelationshipsJobSchema interface.
24
+ */
25
+ function instanceOfConversationRelationshipsJobSchema(value) {
26
+ return true;
27
+ }
28
+ function ConversationRelationshipsJobSchemaFromJSON(json) {
29
+ return ConversationRelationshipsJobSchemaFromJSONTyped(json, false);
30
+ }
31
+ function ConversationRelationshipsJobSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, ConversationRelationshipsJobDataSchema_1.ConversationRelationshipsJobDataSchemaFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function ConversationRelationshipsJobSchemaToJSON(json) {
40
+ return ConversationRelationshipsJobSchemaToJSONTyped(json, false);
41
+ }
42
+ function ConversationRelationshipsJobSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, ConversationRelationshipsJobDataSchema_1.ConversationRelationshipsJobDataSchemaToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=ConversationRelationshipsJobSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConversationRelationshipsJobSchema.js","sourceRoot":"","sources":["../../src/models/ConversationRelationshipsJobSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,oGAEC;AAED,gGAEC;AAED,0GAQC;AAED,4FAEC;AAED,sGASC;AAvDD,qGAKkD;AAgBlD;;GAEG;AACH,SAAgB,4CAA4C,CAAC,KAAa;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS,EAAE,mBAA4B;IACnG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uFAA8C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC1G,CAAC;AACN,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,KAAiD,EAAE,sBAA+B,KAAK;IACjJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,qFAA4C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACtE,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 ConversationRelationshipsMeetingsDataSchema
16
+ */
17
+ export interface ConversationRelationshipsMeetingsDataSchema {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ConversationRelationshipsMeetingsDataSchema
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ConversationRelationshipsMeetingsDataSchema
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the ConversationRelationshipsMeetingsDataSchema interface.
33
+ */
34
+ export declare function instanceOfConversationRelationshipsMeetingsDataSchema(value: object): value is ConversationRelationshipsMeetingsDataSchema;
35
+ export declare function ConversationRelationshipsMeetingsDataSchemaFromJSON(json: any): ConversationRelationshipsMeetingsDataSchema;
36
+ export declare function ConversationRelationshipsMeetingsDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConversationRelationshipsMeetingsDataSchema;
37
+ export declare function ConversationRelationshipsMeetingsDataSchemaToJSON(json: any): ConversationRelationshipsMeetingsDataSchema;
38
+ export declare function ConversationRelationshipsMeetingsDataSchemaToJSONTyped(value?: ConversationRelationshipsMeetingsDataSchema | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=ConversationRelationshipsMeetingsDataSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConversationRelationshipsMeetingsDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/ConversationRelationshipsMeetingsDataSchema.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"}