@smartytalent/api-client 0.9.25 → 0.9.27

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 (113) hide show
  1. package/dist/apis/CORSApi.d.ts +17 -0
  2. package/dist/apis/CORSApi.d.ts.map +1 -1
  3. package/dist/apis/CORSApi.js +34 -0
  4. package/dist/apis/CORSApi.js.map +1 -1
  5. package/dist/apis/InvitationsApi.d.ts +83 -7
  6. package/dist/apis/InvitationsApi.d.ts.map +1 -1
  7. package/dist/apis/InvitationsApi.js +168 -7
  8. package/dist/apis/InvitationsApi.js.map +1 -1
  9. package/dist/models/CreateInvitationRequestBody.d.ts +34 -0
  10. package/dist/models/CreateInvitationRequestBody.d.ts.map +1 -0
  11. package/dist/models/CreateInvitationRequestBody.js +52 -0
  12. package/dist/models/CreateInvitationRequestBody.js.map +1 -0
  13. package/dist/models/CreateInvitationRequestBodyAttributes.d.ts +82 -0
  14. package/dist/models/CreateInvitationRequestBodyAttributes.d.ts.map +1 -0
  15. package/dist/models/CreateInvitationRequestBodyAttributes.js +80 -0
  16. package/dist/models/CreateInvitationRequestBodyAttributes.js.map +1 -0
  17. package/dist/models/CreateInvitationRequestBodyData.d.ts +54 -0
  18. package/dist/models/CreateInvitationRequestBodyData.d.ts.map +1 -0
  19. package/dist/models/CreateInvitationRequestBodyData.js +66 -0
  20. package/dist/models/CreateInvitationRequestBodyData.js.map +1 -0
  21. package/dist/models/CreateInvitationRequestBodyRelationships.d.ts +48 -0
  22. package/dist/models/CreateInvitationRequestBodyRelationships.d.ts.map +1 -0
  23. package/dist/models/CreateInvitationRequestBodyRelationships.js +58 -0
  24. package/dist/models/CreateInvitationRequestBodyRelationships.js.map +1 -0
  25. package/dist/models/CreateInvitationRequestBodyTalents.d.ts +34 -0
  26. package/dist/models/CreateInvitationRequestBodyTalents.d.ts.map +1 -0
  27. package/dist/models/CreateInvitationRequestBodyTalents.js +50 -0
  28. package/dist/models/CreateInvitationRequestBodyTalents.js.map +1 -0
  29. package/dist/models/InvitationAttributesSchema.d.ts +37 -48
  30. package/dist/models/InvitationAttributesSchema.d.ts.map +1 -1
  31. package/dist/models/InvitationAttributesSchema.js +25 -28
  32. package/dist/models/InvitationAttributesSchema.js.map +1 -1
  33. package/dist/models/InvitationAttributesSchemaCounts.d.ts +81 -0
  34. package/dist/models/InvitationAttributesSchemaCounts.d.ts.map +1 -0
  35. package/dist/models/InvitationAttributesSchemaCounts.js +65 -0
  36. package/dist/models/InvitationAttributesSchemaCounts.js.map +1 -0
  37. package/dist/models/InvitationMemberMetaSchema.d.ts +135 -0
  38. package/dist/models/InvitationMemberMetaSchema.d.ts.map +1 -0
  39. package/dist/models/InvitationMemberMetaSchema.js +98 -0
  40. package/dist/models/InvitationMemberMetaSchema.js.map +1 -0
  41. package/dist/models/InvitationRelationshipsSchema.d.ts +3 -17
  42. package/dist/models/InvitationRelationshipsSchema.d.ts.map +1 -1
  43. package/dist/models/InvitationRelationshipsSchema.js +3 -9
  44. package/dist/models/InvitationRelationshipsSchema.js.map +1 -1
  45. package/dist/models/InvitationRelationshipsTalentsSchema.d.ts +34 -0
  46. package/dist/models/InvitationRelationshipsTalentsSchema.d.ts.map +1 -0
  47. package/dist/models/InvitationRelationshipsTalentsSchema.js +50 -0
  48. package/dist/models/InvitationRelationshipsTalentsSchema.js.map +1 -0
  49. package/dist/models/InvitationResourceMetaSchema.d.ts +35 -0
  50. package/dist/models/InvitationResourceMetaSchema.d.ts.map +1 -0
  51. package/dist/models/InvitationResourceMetaSchema.js +52 -0
  52. package/dist/models/InvitationResourceMetaSchema.js.map +1 -0
  53. package/dist/models/InvitationResourceSchema.d.ts +3 -4
  54. package/dist/models/InvitationResourceSchema.d.ts.map +1 -1
  55. package/dist/models/InvitationResourceSchema.js +3 -2
  56. package/dist/models/InvitationResourceSchema.js.map +1 -1
  57. package/dist/models/InvitationTalentIdentifierSchema.d.ts +53 -0
  58. package/dist/models/InvitationTalentIdentifierSchema.d.ts.map +1 -0
  59. package/dist/models/InvitationTalentIdentifierSchema.js +61 -0
  60. package/dist/models/InvitationTalentIdentifierSchema.js.map +1 -0
  61. package/dist/models/InvitationTalentMetaSchema.d.ts +133 -0
  62. package/dist/models/InvitationTalentMetaSchema.d.ts.map +1 -0
  63. package/dist/models/InvitationTalentMetaSchema.js +96 -0
  64. package/dist/models/InvitationTalentMetaSchema.js.map +1 -0
  65. package/dist/models/InvitationTalentsRelationshipSchema.d.ts +47 -0
  66. package/dist/models/InvitationTalentsRelationshipSchema.d.ts.map +1 -0
  67. package/dist/models/InvitationTalentsRelationshipSchema.js +55 -0
  68. package/dist/models/InvitationTalentsRelationshipSchema.js.map +1 -0
  69. package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts +42 -2
  70. package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts.map +1 -1
  71. package/dist/models/UpdateInvitationRequestBodyAttributes.js +22 -5
  72. package/dist/models/UpdateInvitationRequestBodyAttributes.js.map +1 -1
  73. package/dist/models/UpdateInvitationRequestBodyData.d.ts +14 -1
  74. package/dist/models/UpdateInvitationRequestBodyData.d.ts.map +1 -1
  75. package/dist/models/UpdateInvitationRequestBodyData.js +7 -2
  76. package/dist/models/UpdateInvitationRequestBodyData.js.map +1 -1
  77. package/dist/models/UpdateInvitationRequestBodyRelationships.d.ts +34 -0
  78. package/dist/models/UpdateInvitationRequestBodyRelationships.d.ts.map +1 -0
  79. package/dist/models/UpdateInvitationRequestBodyRelationships.js +50 -0
  80. package/dist/models/UpdateInvitationRequestBodyRelationships.js.map +1 -0
  81. package/dist/models/UpdateInvitationRequestBodyTalents.d.ts +34 -0
  82. package/dist/models/UpdateInvitationRequestBodyTalents.d.ts.map +1 -0
  83. package/dist/models/UpdateInvitationRequestBodyTalents.js +50 -0
  84. package/dist/models/UpdateInvitationRequestBodyTalents.js.map +1 -0
  85. package/dist/models/index.d.ts +14 -6
  86. package/dist/models/index.d.ts.map +1 -1
  87. package/dist/models/index.js +14 -6
  88. package/dist/models/index.js.map +1 -1
  89. package/package.json +1 -1
  90. package/dist/models/InvitationRelationshipsCandidateDataSchema.d.ts +0 -46
  91. package/dist/models/InvitationRelationshipsCandidateDataSchema.d.ts.map +0 -1
  92. package/dist/models/InvitationRelationshipsCandidateDataSchema.js +0 -58
  93. package/dist/models/InvitationRelationshipsCandidateDataSchema.js.map +0 -1
  94. package/dist/models/InvitationRelationshipsCandidateSchema.d.ts +0 -34
  95. package/dist/models/InvitationRelationshipsCandidateSchema.d.ts.map +0 -1
  96. package/dist/models/InvitationRelationshipsCandidateSchema.js +0 -50
  97. package/dist/models/InvitationRelationshipsCandidateSchema.js.map +0 -1
  98. package/dist/models/InvitationRelationshipsEmailDataSchema.d.ts +0 -46
  99. package/dist/models/InvitationRelationshipsEmailDataSchema.d.ts.map +0 -1
  100. package/dist/models/InvitationRelationshipsEmailDataSchema.js +0 -58
  101. package/dist/models/InvitationRelationshipsEmailDataSchema.js.map +0 -1
  102. package/dist/models/InvitationRelationshipsEmailSchema.d.ts +0 -34
  103. package/dist/models/InvitationRelationshipsEmailSchema.d.ts.map +0 -1
  104. package/dist/models/InvitationRelationshipsEmailSchema.js +0 -50
  105. package/dist/models/InvitationRelationshipsEmailSchema.js.map +0 -1
  106. package/dist/models/InvitationRelationshipsTalentDataSchema.d.ts +0 -46
  107. package/dist/models/InvitationRelationshipsTalentDataSchema.d.ts.map +0 -1
  108. package/dist/models/InvitationRelationshipsTalentDataSchema.js +0 -58
  109. package/dist/models/InvitationRelationshipsTalentDataSchema.js.map +0 -1
  110. package/dist/models/InvitationRelationshipsTalentSchema.d.ts +0 -34
  111. package/dist/models/InvitationRelationshipsTalentSchema.d.ts.map +0 -1
  112. package/dist/models/InvitationRelationshipsTalentSchema.js +0 -50
  113. package/dist/models/InvitationRelationshipsTalentSchema.js.map +0 -1
@@ -9,13 +9,20 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { InvitationAttributesSchemaCounts } from './InvitationAttributesSchemaCounts';
12
13
  import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
13
14
  /**
14
- * One person from the talent pool invited to apply to one job (sourcing). Written by the
15
- * `talent:invite` action from a `talents:invite` order; `status` moves sent -> applied when
16
- * the person applies through the invitation link (or is matched to the job within the window),
17
- * -> declined by PATCH, -> expired by the system. `applyUrl` carries `source=invite` and the
18
- * invitation id so the application is attributed.
15
+ * An invitation to take part in a recruitment process (a job) as a LIST of the people from the
16
+ * talent pool the system contacts (invitation service, 2026-09-07). Minted at job activation
17
+ * by the sourcing workflow (`source: sourcing`, a draft with the matched people) or by a
18
+ * recruiter (`source: manual`); the people are edited while draft or active (PATCH with the
19
+ * FULL `relationships.talents` list: newcomers are added, people not contacted yet are
20
+ * removed, a contacted person stays - 409 with their ids); `status: active` starts the
21
+ * sending (every person `added` is contacted, and every newcomer of an active list);
22
+ * `closed` ends it (a job archived or deleted closes its lists). The state of each person
23
+ * rides as `meta` on the identifier in `relationships.talents` (a show), a list response
24
+ * carries `counts` only. `channels` names the channels the list may use: `email` today,
25
+ * `sms` and `call` reserved for later phases.
19
26
  * @export
20
27
  * @interface InvitationAttributesSchema
21
28
  */
@@ -26,66 +33,42 @@ export interface InvitationAttributesSchema {
26
33
  * @memberof InvitationAttributesSchema
27
34
  */
28
35
  status?: InvitationAttributesSchemaStatusEnum;
29
- /**
30
- *
31
- * @type {InvitationAttributesSchemaChannelEnum}
32
- * @memberof InvitationAttributesSchema
33
- */
34
- channel?: InvitationAttributesSchemaChannelEnum;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof InvitationAttributesSchema
39
- */
40
- languageCode?: string | null;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof InvitationAttributesSchema
45
- */
46
- jobTitle?: string | null;
47
36
  /**
48
37
  *
49
38
  * @type {string}
50
39
  * @memberof InvitationAttributesSchema
51
40
  */
52
- talentName?: string | null;
41
+ name?: string | null;
53
42
  /**
54
43
  *
55
- * @type {string}
56
- * @memberof InvitationAttributesSchema
57
- */
58
- applyUrl?: string | null;
59
- /**
60
- *
61
- * @type {string}
44
+ * @type {Array<InvitationAttributesSchemaChannelsEnum>}
62
45
  * @memberof InvitationAttributesSchema
63
46
  */
64
- sentAt?: string | null;
47
+ channels?: Array<InvitationAttributesSchemaChannelsEnum>;
65
48
  /**
66
49
  *
67
50
  * @type {string}
68
51
  * @memberof InvitationAttributesSchema
69
52
  */
70
- appliedAt?: string | null;
53
+ languageCode?: string | null;
71
54
  /**
72
55
  *
73
- * @type {string}
56
+ * @type {InvitationAttributesSchemaSourceEnum}
74
57
  * @memberof InvitationAttributesSchema
75
58
  */
76
- declinedAt?: string | null;
59
+ source?: InvitationAttributesSchemaSourceEnum;
77
60
  /**
78
61
  *
79
- * @type {string}
62
+ * @type {InvitationAttributesSchemaCounts}
80
63
  * @memberof InvitationAttributesSchema
81
64
  */
82
- expiresAt?: string | null;
65
+ counts?: InvitationAttributesSchemaCounts;
83
66
  /**
84
67
  *
85
68
  * @type {string}
86
69
  * @memberof InvitationAttributesSchema
87
70
  */
88
- invitedByUserId?: string | null;
71
+ readonly createdBy?: string | null;
89
72
  /**
90
73
  *
91
74
  * @type {ResourceTimestampsSchema}
@@ -97,22 +80,28 @@ export interface InvitationAttributesSchema {
97
80
  * @export
98
81
  */
99
82
  export declare const InvitationAttributesSchemaStatusEnum: {
100
- readonly Pending: "pending";
101
- readonly Sent: "sent";
102
- readonly Opened: "opened";
103
- readonly Applied: "applied";
104
- readonly Declined: "declined";
105
- readonly Expired: "expired";
106
- readonly Failed: "failed";
83
+ readonly Draft: "draft";
84
+ readonly Active: "active";
85
+ readonly Closed: "closed";
107
86
  };
108
87
  export type InvitationAttributesSchemaStatusEnum = typeof InvitationAttributesSchemaStatusEnum[keyof typeof InvitationAttributesSchemaStatusEnum];
109
88
  /**
110
89
  * @export
111
90
  */
112
- export declare const InvitationAttributesSchemaChannelEnum: {
91
+ export declare const InvitationAttributesSchemaChannelsEnum: {
113
92
  readonly Email: "email";
93
+ readonly Sms: "sms";
94
+ readonly Call: "call";
95
+ };
96
+ export type InvitationAttributesSchemaChannelsEnum = typeof InvitationAttributesSchemaChannelsEnum[keyof typeof InvitationAttributesSchemaChannelsEnum];
97
+ /**
98
+ * @export
99
+ */
100
+ export declare const InvitationAttributesSchemaSourceEnum: {
101
+ readonly Sourcing: "sourcing";
102
+ readonly Manual: "manual";
114
103
  };
115
- export type InvitationAttributesSchemaChannelEnum = typeof InvitationAttributesSchemaChannelEnum[keyof typeof InvitationAttributesSchemaChannelEnum];
104
+ export type InvitationAttributesSchemaSourceEnum = typeof InvitationAttributesSchemaSourceEnum[keyof typeof InvitationAttributesSchemaSourceEnum];
116
105
  /**
117
106
  * Check if a given object implements the InvitationAttributesSchema interface.
118
107
  */
@@ -120,5 +109,5 @@ export declare function instanceOfInvitationAttributesSchema(value: object): val
120
109
  export declare function InvitationAttributesSchemaFromJSON(json: any): InvitationAttributesSchema;
121
110
  export declare function InvitationAttributesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationAttributesSchema;
122
111
  export declare function InvitationAttributesSchemaToJSON(json: any): InvitationAttributesSchema;
123
- export declare function InvitationAttributesSchemaToJSONTyped(value?: InvitationAttributesSchema | null, ignoreDiscriminator?: boolean): any;
112
+ export declare function InvitationAttributesSchemaToJSONTyped(value?: Omit<InvitationAttributesSchema, 'createdBy'> | null, ignoreDiscriminator?: boolean): any;
124
113
  //# sourceMappingURL=InvitationAttributesSchema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InvitationAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;;;GAQG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,oCAAoC,CAAC;IAC9C;;;;OAIG;IACH,OAAO,CAAC,EAAE,qCAAqC,CAAC;IAChD;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;CAQvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAElJ;;GAEG;AACH,eAAO,MAAM,qCAAqC;;CAExC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,OAAO,qCAAqC,CAAC,MAAM,OAAO,qCAAqC,CAAC,CAAC;AAGrJ;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAEvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAmB3H;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,CAoB1I"}
1
+ {"version":3,"file":"InvitationAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAO3F,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,oCAAoC,CAAC;IAC9C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,sCAAsC,CAAC,CAAC;IACzD;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,oCAAoC,CAAC;IAC9C;;;;OAIG;IACH,MAAM,CAAC,EAAE,gCAAgC,CAAC;IAC1C;;;;OAIG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;;CAIvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAElJ;;GAEG;AACH,eAAO,MAAM,sCAAsC;;;;CAIzC,CAAC;AACX,MAAM,MAAM,sCAAsC,GAAG,OAAO,sCAAsC,CAAC,MAAM,OAAO,sCAAsC,CAAC,CAAC;AAExJ;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;CAGvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAGlJ;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAEvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAe3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,0BAA0B,EAAE,WAAW,CAAC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAe7J"}
@@ -13,30 +13,36 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.InvitationAttributesSchemaChannelEnum = exports.InvitationAttributesSchemaStatusEnum = void 0;
16
+ exports.InvitationAttributesSchemaSourceEnum = exports.InvitationAttributesSchemaChannelsEnum = exports.InvitationAttributesSchemaStatusEnum = void 0;
17
17
  exports.instanceOfInvitationAttributesSchema = instanceOfInvitationAttributesSchema;
18
18
  exports.InvitationAttributesSchemaFromJSON = InvitationAttributesSchemaFromJSON;
19
19
  exports.InvitationAttributesSchemaFromJSONTyped = InvitationAttributesSchemaFromJSONTyped;
20
20
  exports.InvitationAttributesSchemaToJSON = InvitationAttributesSchemaToJSON;
21
21
  exports.InvitationAttributesSchemaToJSONTyped = InvitationAttributesSchemaToJSONTyped;
22
+ const InvitationAttributesSchemaCounts_1 = require("./InvitationAttributesSchemaCounts");
22
23
  const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
23
24
  /**
24
25
  * @export
25
26
  */
26
27
  exports.InvitationAttributesSchemaStatusEnum = {
27
- Pending: 'pending',
28
- Sent: 'sent',
29
- Opened: 'opened',
30
- Applied: 'applied',
31
- Declined: 'declined',
32
- Expired: 'expired',
33
- Failed: 'failed'
28
+ Draft: 'draft',
29
+ Active: 'active',
30
+ Closed: 'closed'
34
31
  };
35
32
  /**
36
33
  * @export
37
34
  */
38
- exports.InvitationAttributesSchemaChannelEnum = {
39
- Email: 'email'
35
+ exports.InvitationAttributesSchemaChannelsEnum = {
36
+ Email: 'email',
37
+ Sms: 'sms',
38
+ Call: 'call'
39
+ };
40
+ /**
41
+ * @export
42
+ */
43
+ exports.InvitationAttributesSchemaSourceEnum = {
44
+ Sourcing: 'sourcing',
45
+ Manual: 'manual'
40
46
  };
41
47
  /**
42
48
  * Check if a given object implements the InvitationAttributesSchema interface.
@@ -53,16 +59,12 @@ function InvitationAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
53
59
  }
54
60
  return {
55
61
  'status': json['status'] == null ? undefined : json['status'],
56
- 'channel': json['channel'] == null ? undefined : json['channel'],
62
+ 'name': json['name'] == null ? undefined : json['name'],
63
+ 'channels': json['channels'] == null ? undefined : json['channels'],
57
64
  'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
58
- 'jobTitle': json['jobTitle'] == null ? undefined : json['jobTitle'],
59
- 'talentName': json['talentName'] == null ? undefined : json['talentName'],
60
- 'applyUrl': json['applyUrl'] == null ? undefined : json['applyUrl'],
61
- 'sentAt': json['sentAt'] == null ? undefined : json['sentAt'],
62
- 'appliedAt': json['appliedAt'] == null ? undefined : json['appliedAt'],
63
- 'declinedAt': json['declinedAt'] == null ? undefined : json['declinedAt'],
64
- 'expiresAt': json['expiresAt'] == null ? undefined : json['expiresAt'],
65
- 'invitedByUserId': json['invitedByUserId'] == null ? undefined : json['invitedByUserId'],
65
+ 'source': json['source'] == null ? undefined : json['source'],
66
+ 'counts': json['counts'] == null ? undefined : (0, InvitationAttributesSchemaCounts_1.InvitationAttributesSchemaCountsFromJSON)(json['counts']),
67
+ 'createdBy': json['createdBy'] == null ? undefined : json['createdBy'],
66
68
  'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
67
69
  };
68
70
  }
@@ -75,16 +77,11 @@ function InvitationAttributesSchemaToJSONTyped(value, ignoreDiscriminator = fals
75
77
  }
76
78
  return {
77
79
  'status': value['status'],
78
- 'channel': value['channel'],
80
+ 'name': value['name'],
81
+ 'channels': value['channels'],
79
82
  'languageCode': value['languageCode'],
80
- 'jobTitle': value['jobTitle'],
81
- 'talentName': value['talentName'],
82
- 'applyUrl': value['applyUrl'],
83
- 'sentAt': value['sentAt'],
84
- 'appliedAt': value['appliedAt'],
85
- 'declinedAt': value['declinedAt'],
86
- 'expiresAt': value['expiresAt'],
87
- 'invitedByUserId': value['invitedByUserId'],
83
+ 'source': value['source'],
84
+ 'counts': (0, InvitationAttributesSchemaCounts_1.InvitationAttributesSchemaCountsToJSON)(value['counts']),
88
85
  'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
89
86
  };
90
87
  }
@@ -1 +1 @@
1
- {"version":3,"file":"InvitationAttributesSchema.js","sourceRoot":"","sources":["../../src/models/InvitationAttributesSchema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"InvitationAttributesSchema.js","sourceRoot":"","sources":["../../src/models/InvitationAttributesSchema.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,81 @@
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 people of the list by state (computed from the people, never stored).
14
+ * @export
15
+ * @interface InvitationAttributesSchemaCounts
16
+ */
17
+ export interface InvitationAttributesSchemaCounts {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof InvitationAttributesSchemaCounts
22
+ */
23
+ added?: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof InvitationAttributesSchemaCounts
28
+ */
29
+ queued?: number;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof InvitationAttributesSchemaCounts
34
+ */
35
+ sending?: number;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof InvitationAttributesSchemaCounts
40
+ */
41
+ sent?: number;
42
+ /**
43
+ *
44
+ * @type {number}
45
+ * @memberof InvitationAttributesSchemaCounts
46
+ */
47
+ opened?: number;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof InvitationAttributesSchemaCounts
52
+ */
53
+ applied?: number;
54
+ /**
55
+ *
56
+ * @type {number}
57
+ * @memberof InvitationAttributesSchemaCounts
58
+ */
59
+ declined?: number;
60
+ /**
61
+ *
62
+ * @type {number}
63
+ * @memberof InvitationAttributesSchemaCounts
64
+ */
65
+ expired?: number;
66
+ /**
67
+ *
68
+ * @type {number}
69
+ * @memberof InvitationAttributesSchemaCounts
70
+ */
71
+ failed?: number;
72
+ }
73
+ /**
74
+ * Check if a given object implements the InvitationAttributesSchemaCounts interface.
75
+ */
76
+ export declare function instanceOfInvitationAttributesSchemaCounts(value: object): value is InvitationAttributesSchemaCounts;
77
+ export declare function InvitationAttributesSchemaCountsFromJSON(json: any): InvitationAttributesSchemaCounts;
78
+ export declare function InvitationAttributesSchemaCountsFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationAttributesSchemaCounts;
79
+ export declare function InvitationAttributesSchemaCountsToJSON(json: any): InvitationAttributesSchemaCounts;
80
+ export declare function InvitationAttributesSchemaCountsToJSONTyped(value?: InvitationAttributesSchemaCounts | null, ignoreDiscriminator?: boolean): any;
81
+ //# sourceMappingURL=InvitationAttributesSchemaCounts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationAttributesSchemaCounts.d.ts","sourceRoot":"","sources":["../../src/models/InvitationAttributesSchemaCounts.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAEnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CAgBvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAiBtJ"}
@@ -0,0 +1,65 @@
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.instanceOfInvitationAttributesSchemaCounts = instanceOfInvitationAttributesSchemaCounts;
17
+ exports.InvitationAttributesSchemaCountsFromJSON = InvitationAttributesSchemaCountsFromJSON;
18
+ exports.InvitationAttributesSchemaCountsFromJSONTyped = InvitationAttributesSchemaCountsFromJSONTyped;
19
+ exports.InvitationAttributesSchemaCountsToJSON = InvitationAttributesSchemaCountsToJSON;
20
+ exports.InvitationAttributesSchemaCountsToJSONTyped = InvitationAttributesSchemaCountsToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the InvitationAttributesSchemaCounts interface.
23
+ */
24
+ function instanceOfInvitationAttributesSchemaCounts(value) {
25
+ return true;
26
+ }
27
+ function InvitationAttributesSchemaCountsFromJSON(json) {
28
+ return InvitationAttributesSchemaCountsFromJSONTyped(json, false);
29
+ }
30
+ function InvitationAttributesSchemaCountsFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'added': json['added'] == null ? undefined : json['added'],
36
+ 'queued': json['queued'] == null ? undefined : json['queued'],
37
+ 'sending': json['sending'] == null ? undefined : json['sending'],
38
+ 'sent': json['sent'] == null ? undefined : json['sent'],
39
+ 'opened': json['opened'] == null ? undefined : json['opened'],
40
+ 'applied': json['applied'] == null ? undefined : json['applied'],
41
+ 'declined': json['declined'] == null ? undefined : json['declined'],
42
+ 'expired': json['expired'] == null ? undefined : json['expired'],
43
+ 'failed': json['failed'] == null ? undefined : json['failed'],
44
+ };
45
+ }
46
+ function InvitationAttributesSchemaCountsToJSON(json) {
47
+ return InvitationAttributesSchemaCountsToJSONTyped(json, false);
48
+ }
49
+ function InvitationAttributesSchemaCountsToJSONTyped(value, ignoreDiscriminator = false) {
50
+ if (value == null) {
51
+ return value;
52
+ }
53
+ return {
54
+ 'added': value['added'],
55
+ 'queued': value['queued'],
56
+ 'sending': value['sending'],
57
+ 'sent': value['sent'],
58
+ 'opened': value['opened'],
59
+ 'applied': value['applied'],
60
+ 'declined': value['declined'],
61
+ 'expired': value['expired'],
62
+ 'failed': value['failed'],
63
+ };
64
+ }
65
+ //# sourceMappingURL=InvitationAttributesSchemaCounts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationAttributesSchemaCounts.js","sourceRoot":"","sources":["../../src/models/InvitationAttributesSchemaCounts.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoEH,gGAEC;AAED,4FAEC;AAED,sGAgBC;AAED,wFAEC;AAED,kGAiBC;AAlDD;;GAEG;AACH,SAAgB,0CAA0C,CAAC,KAAa;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS,EAAE,mBAA4B;IACjG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;KAChE,CAAC;AACN,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,KAA+C,EAAE,sBAA+B,KAAK;IAC7I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;KAC5B,CAAC;AACN,CAAC"}
@@ -0,0 +1,135 @@
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 InvitationMemberMetaSchema
16
+ */
17
+ export interface InvitationMemberMetaSchema {
18
+ /**
19
+ *
20
+ * @type {InvitationMemberMetaSchemaStatusEnum}
21
+ * @memberof InvitationMemberMetaSchema
22
+ */
23
+ status?: InvitationMemberMetaSchemaStatusEnum;
24
+ /**
25
+ *
26
+ * @type {InvitationMemberMetaSchemaChannelEnum}
27
+ * @memberof InvitationMemberMetaSchema
28
+ */
29
+ channel?: InvitationMemberMetaSchemaChannelEnum | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof InvitationMemberMetaSchema
34
+ */
35
+ addedAt?: string | null;
36
+ /**
37
+ * When the send action claimed the person (`sending`); a claim older than 5 minutes belongs to a run that never finished and is taken over by the next send run.
38
+ * @type {string}
39
+ * @memberof InvitationMemberMetaSchema
40
+ */
41
+ claimedAt?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof InvitationMemberMetaSchema
46
+ */
47
+ sentAt?: string | null;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof InvitationMemberMetaSchema
52
+ */
53
+ openedAt?: string | null;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof InvitationMemberMetaSchema
58
+ */
59
+ appliedAt?: string | null;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof InvitationMemberMetaSchema
64
+ */
65
+ declinedAt?: string | null;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof InvitationMemberMetaSchema
70
+ */
71
+ failedAt?: string | null;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof InvitationMemberMetaSchema
76
+ */
77
+ failedReason?: string | null;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof InvitationMemberMetaSchema
82
+ */
83
+ emailId?: string | null;
84
+ /**
85
+ *
86
+ * @type {string}
87
+ * @memberof InvitationMemberMetaSchema
88
+ */
89
+ candidateId?: string | null;
90
+ /**
91
+ *
92
+ * @type {string}
93
+ * @memberof InvitationMemberMetaSchema
94
+ */
95
+ expiresAt?: string | null;
96
+ /**
97
+ *
98
+ * @type {string}
99
+ * @memberof InvitationMemberMetaSchema
100
+ */
101
+ talentId?: string;
102
+ }
103
+ /**
104
+ * @export
105
+ */
106
+ export declare const InvitationMemberMetaSchemaStatusEnum: {
107
+ readonly Added: "added";
108
+ readonly Queued: "queued";
109
+ readonly Sending: "sending";
110
+ readonly Sent: "sent";
111
+ readonly Opened: "opened";
112
+ readonly Applied: "applied";
113
+ readonly Declined: "declined";
114
+ readonly Expired: "expired";
115
+ readonly Failed: "failed";
116
+ };
117
+ export type InvitationMemberMetaSchemaStatusEnum = typeof InvitationMemberMetaSchemaStatusEnum[keyof typeof InvitationMemberMetaSchemaStatusEnum];
118
+ /**
119
+ * @export
120
+ */
121
+ export declare const InvitationMemberMetaSchemaChannelEnum: {
122
+ readonly Email: "email";
123
+ readonly Sms: "sms";
124
+ readonly Call: "call";
125
+ };
126
+ export type InvitationMemberMetaSchemaChannelEnum = typeof InvitationMemberMetaSchemaChannelEnum[keyof typeof InvitationMemberMetaSchemaChannelEnum];
127
+ /**
128
+ * Check if a given object implements the InvitationMemberMetaSchema interface.
129
+ */
130
+ export declare function instanceOfInvitationMemberMetaSchema(value: object): value is InvitationMemberMetaSchema;
131
+ export declare function InvitationMemberMetaSchemaFromJSON(json: any): InvitationMemberMetaSchema;
132
+ export declare function InvitationMemberMetaSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationMemberMetaSchema;
133
+ export declare function InvitationMemberMetaSchemaToJSON(json: any): InvitationMemberMetaSchema;
134
+ export declare function InvitationMemberMetaSchemaToJSONTyped(value?: InvitationMemberMetaSchema | null, ignoreDiscriminator?: boolean): any;
135
+ //# sourceMappingURL=InvitationMemberMetaSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationMemberMetaSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationMemberMetaSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,oCAAoC,CAAC;IAC9C;;;;OAIG;IACH,OAAO,CAAC,EAAE,qCAAqC,GAAG,IAAI,CAAC;IACvD;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAGD;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;;;CAUvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAElJ;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;;CAIxC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,OAAO,qCAAqC,CAAC,MAAM,OAAO,qCAAqC,CAAC,CAAC;AAGrJ;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAEvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAqB3H;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,CAsB1I"}
@@ -0,0 +1,98 @@
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.InvitationMemberMetaSchemaChannelEnum = exports.InvitationMemberMetaSchemaStatusEnum = void 0;
17
+ exports.instanceOfInvitationMemberMetaSchema = instanceOfInvitationMemberMetaSchema;
18
+ exports.InvitationMemberMetaSchemaFromJSON = InvitationMemberMetaSchemaFromJSON;
19
+ exports.InvitationMemberMetaSchemaFromJSONTyped = InvitationMemberMetaSchemaFromJSONTyped;
20
+ exports.InvitationMemberMetaSchemaToJSON = InvitationMemberMetaSchemaToJSON;
21
+ exports.InvitationMemberMetaSchemaToJSONTyped = InvitationMemberMetaSchemaToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.InvitationMemberMetaSchemaStatusEnum = {
26
+ Added: 'added',
27
+ Queued: 'queued',
28
+ Sending: 'sending',
29
+ Sent: 'sent',
30
+ Opened: 'opened',
31
+ Applied: 'applied',
32
+ Declined: 'declined',
33
+ Expired: 'expired',
34
+ Failed: 'failed'
35
+ };
36
+ /**
37
+ * @export
38
+ */
39
+ exports.InvitationMemberMetaSchemaChannelEnum = {
40
+ Email: 'email',
41
+ Sms: 'sms',
42
+ Call: 'call'
43
+ };
44
+ /**
45
+ * Check if a given object implements the InvitationMemberMetaSchema interface.
46
+ */
47
+ function instanceOfInvitationMemberMetaSchema(value) {
48
+ return true;
49
+ }
50
+ function InvitationMemberMetaSchemaFromJSON(json) {
51
+ return InvitationMemberMetaSchemaFromJSONTyped(json, false);
52
+ }
53
+ function InvitationMemberMetaSchemaFromJSONTyped(json, ignoreDiscriminator) {
54
+ if (json == null) {
55
+ return json;
56
+ }
57
+ return {
58
+ 'status': json['status'] == null ? undefined : json['status'],
59
+ 'channel': json['channel'] == null ? undefined : json['channel'],
60
+ 'addedAt': json['addedAt'] == null ? undefined : json['addedAt'],
61
+ 'claimedAt': json['claimedAt'] == null ? undefined : json['claimedAt'],
62
+ 'sentAt': json['sentAt'] == null ? undefined : json['sentAt'],
63
+ 'openedAt': json['openedAt'] == null ? undefined : json['openedAt'],
64
+ 'appliedAt': json['appliedAt'] == null ? undefined : json['appliedAt'],
65
+ 'declinedAt': json['declinedAt'] == null ? undefined : json['declinedAt'],
66
+ 'failedAt': json['failedAt'] == null ? undefined : json['failedAt'],
67
+ 'failedReason': json['failedReason'] == null ? undefined : json['failedReason'],
68
+ 'emailId': json['emailId'] == null ? undefined : json['emailId'],
69
+ 'candidateId': json['candidateId'] == null ? undefined : json['candidateId'],
70
+ 'expiresAt': json['expiresAt'] == null ? undefined : json['expiresAt'],
71
+ 'talentId': json['talentId'] == null ? undefined : json['talentId'],
72
+ };
73
+ }
74
+ function InvitationMemberMetaSchemaToJSON(json) {
75
+ return InvitationMemberMetaSchemaToJSONTyped(json, false);
76
+ }
77
+ function InvitationMemberMetaSchemaToJSONTyped(value, ignoreDiscriminator = false) {
78
+ if (value == null) {
79
+ return value;
80
+ }
81
+ return {
82
+ 'status': value['status'],
83
+ 'channel': value['channel'],
84
+ 'addedAt': value['addedAt'],
85
+ 'claimedAt': value['claimedAt'],
86
+ 'sentAt': value['sentAt'],
87
+ 'openedAt': value['openedAt'],
88
+ 'appliedAt': value['appliedAt'],
89
+ 'declinedAt': value['declinedAt'],
90
+ 'failedAt': value['failedAt'],
91
+ 'failedReason': value['failedReason'],
92
+ 'emailId': value['emailId'],
93
+ 'candidateId': value['candidateId'],
94
+ 'expiresAt': value['expiresAt'],
95
+ 'talentId': value['talentId'],
96
+ };
97
+ }
98
+ //# sourceMappingURL=InvitationMemberMetaSchema.js.map