@smartytalent/api-client 0.9.25 → 0.9.26

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 (101) 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/InvitationRelationshipsSchema.d.ts +3 -17
  38. package/dist/models/InvitationRelationshipsSchema.d.ts.map +1 -1
  39. package/dist/models/InvitationRelationshipsSchema.js +3 -9
  40. package/dist/models/InvitationRelationshipsSchema.js.map +1 -1
  41. package/dist/models/InvitationRelationshipsTalentsSchema.d.ts +34 -0
  42. package/dist/models/InvitationRelationshipsTalentsSchema.d.ts.map +1 -0
  43. package/dist/models/InvitationRelationshipsTalentsSchema.js +50 -0
  44. package/dist/models/InvitationRelationshipsTalentsSchema.js.map +1 -0
  45. package/dist/models/InvitationTalentIdentifierSchema.d.ts +53 -0
  46. package/dist/models/InvitationTalentIdentifierSchema.d.ts.map +1 -0
  47. package/dist/models/InvitationTalentIdentifierSchema.js +61 -0
  48. package/dist/models/InvitationTalentIdentifierSchema.js.map +1 -0
  49. package/dist/models/InvitationTalentMetaSchema.d.ts +133 -0
  50. package/dist/models/InvitationTalentMetaSchema.d.ts.map +1 -0
  51. package/dist/models/InvitationTalentMetaSchema.js +96 -0
  52. package/dist/models/InvitationTalentMetaSchema.js.map +1 -0
  53. package/dist/models/InvitationTalentsRelationshipSchema.d.ts +47 -0
  54. package/dist/models/InvitationTalentsRelationshipSchema.d.ts.map +1 -0
  55. package/dist/models/InvitationTalentsRelationshipSchema.js +55 -0
  56. package/dist/models/InvitationTalentsRelationshipSchema.js.map +1 -0
  57. package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts +42 -2
  58. package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts.map +1 -1
  59. package/dist/models/UpdateInvitationRequestBodyAttributes.js +22 -5
  60. package/dist/models/UpdateInvitationRequestBodyAttributes.js.map +1 -1
  61. package/dist/models/UpdateInvitationRequestBodyData.d.ts +14 -1
  62. package/dist/models/UpdateInvitationRequestBodyData.d.ts.map +1 -1
  63. package/dist/models/UpdateInvitationRequestBodyData.js +7 -2
  64. package/dist/models/UpdateInvitationRequestBodyData.js.map +1 -1
  65. package/dist/models/UpdateInvitationRequestBodyRelationships.d.ts +34 -0
  66. package/dist/models/UpdateInvitationRequestBodyRelationships.d.ts.map +1 -0
  67. package/dist/models/UpdateInvitationRequestBodyRelationships.js +50 -0
  68. package/dist/models/UpdateInvitationRequestBodyRelationships.js.map +1 -0
  69. package/dist/models/UpdateInvitationRequestBodyTalents.d.ts +34 -0
  70. package/dist/models/UpdateInvitationRequestBodyTalents.d.ts.map +1 -0
  71. package/dist/models/UpdateInvitationRequestBodyTalents.js +50 -0
  72. package/dist/models/UpdateInvitationRequestBodyTalents.js.map +1 -0
  73. package/dist/models/index.d.ts +12 -6
  74. package/dist/models/index.d.ts.map +1 -1
  75. package/dist/models/index.js +12 -6
  76. package/dist/models/index.js.map +1 -1
  77. package/package.json +1 -1
  78. package/dist/models/InvitationRelationshipsCandidateDataSchema.d.ts +0 -46
  79. package/dist/models/InvitationRelationshipsCandidateDataSchema.d.ts.map +0 -1
  80. package/dist/models/InvitationRelationshipsCandidateDataSchema.js +0 -58
  81. package/dist/models/InvitationRelationshipsCandidateDataSchema.js.map +0 -1
  82. package/dist/models/InvitationRelationshipsCandidateSchema.d.ts +0 -34
  83. package/dist/models/InvitationRelationshipsCandidateSchema.d.ts.map +0 -1
  84. package/dist/models/InvitationRelationshipsCandidateSchema.js +0 -50
  85. package/dist/models/InvitationRelationshipsCandidateSchema.js.map +0 -1
  86. package/dist/models/InvitationRelationshipsEmailDataSchema.d.ts +0 -46
  87. package/dist/models/InvitationRelationshipsEmailDataSchema.d.ts.map +0 -1
  88. package/dist/models/InvitationRelationshipsEmailDataSchema.js +0 -58
  89. package/dist/models/InvitationRelationshipsEmailDataSchema.js.map +0 -1
  90. package/dist/models/InvitationRelationshipsEmailSchema.d.ts +0 -34
  91. package/dist/models/InvitationRelationshipsEmailSchema.d.ts.map +0 -1
  92. package/dist/models/InvitationRelationshipsEmailSchema.js +0 -50
  93. package/dist/models/InvitationRelationshipsEmailSchema.js.map +0 -1
  94. package/dist/models/InvitationRelationshipsTalentDataSchema.d.ts +0 -46
  95. package/dist/models/InvitationRelationshipsTalentDataSchema.d.ts.map +0 -1
  96. package/dist/models/InvitationRelationshipsTalentDataSchema.js +0 -58
  97. package/dist/models/InvitationRelationshipsTalentDataSchema.js.map +0 -1
  98. package/dist/models/InvitationRelationshipsTalentSchema.d.ts +0 -34
  99. package/dist/models/InvitationRelationshipsTalentSchema.d.ts.map +0 -1
  100. package/dist/models/InvitationRelationshipsTalentSchema.js +0 -50
  101. package/dist/models/InvitationRelationshipsTalentSchema.js.map +0 -1
@@ -0,0 +1,53 @@
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 { InvitationTalentMetaSchema } from './InvitationTalentMetaSchema';
13
+ /**
14
+ * A person on the list - a JSON:API resource identifier with the membership state as meta.
15
+ * @export
16
+ * @interface InvitationTalentIdentifierSchema
17
+ */
18
+ export interface InvitationTalentIdentifierSchema {
19
+ /**
20
+ *
21
+ * @type {InvitationTalentIdentifierSchemaTypeEnum}
22
+ * @memberof InvitationTalentIdentifierSchema
23
+ */
24
+ type?: InvitationTalentIdentifierSchemaTypeEnum;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof InvitationTalentIdentifierSchema
29
+ */
30
+ id?: string;
31
+ /**
32
+ *
33
+ * @type {InvitationTalentMetaSchema}
34
+ * @memberof InvitationTalentIdentifierSchema
35
+ */
36
+ meta?: InvitationTalentMetaSchema;
37
+ }
38
+ /**
39
+ * @export
40
+ */
41
+ export declare const InvitationTalentIdentifierSchemaTypeEnum: {
42
+ readonly Talents: "talents";
43
+ };
44
+ export type InvitationTalentIdentifierSchemaTypeEnum = typeof InvitationTalentIdentifierSchemaTypeEnum[keyof typeof InvitationTalentIdentifierSchemaTypeEnum];
45
+ /**
46
+ * Check if a given object implements the InvitationTalentIdentifierSchema interface.
47
+ */
48
+ export declare function instanceOfInvitationTalentIdentifierSchema(value: object): value is InvitationTalentIdentifierSchema;
49
+ export declare function InvitationTalentIdentifierSchemaFromJSON(json: any): InvitationTalentIdentifierSchema;
50
+ export declare function InvitationTalentIdentifierSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationTalentIdentifierSchema;
51
+ export declare function InvitationTalentIdentifierSchemaToJSON(json: any): InvitationTalentIdentifierSchema;
52
+ export declare function InvitationTalentIdentifierSchemaToJSONTyped(value?: InvitationTalentIdentifierSchema | null, ignoreDiscriminator?: boolean): any;
53
+ //# sourceMappingURL=InvitationTalentIdentifierSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationTalentIdentifierSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationTalentIdentifierSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAQ/E;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,wCAAwC,CAAC;IAChD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,0BAA0B,CAAC;CACrC;AAGD;;GAEG;AACH,eAAO,MAAM,wCAAwC;;CAE3C,CAAC;AACX,MAAM,MAAM,wCAAwC,GAAG,OAAO,wCAAwC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAG9J;;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,CAUvI;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,CAWtJ"}
@@ -0,0 +1,61 @@
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.InvitationTalentIdentifierSchemaTypeEnum = void 0;
17
+ exports.instanceOfInvitationTalentIdentifierSchema = instanceOfInvitationTalentIdentifierSchema;
18
+ exports.InvitationTalentIdentifierSchemaFromJSON = InvitationTalentIdentifierSchemaFromJSON;
19
+ exports.InvitationTalentIdentifierSchemaFromJSONTyped = InvitationTalentIdentifierSchemaFromJSONTyped;
20
+ exports.InvitationTalentIdentifierSchemaToJSON = InvitationTalentIdentifierSchemaToJSON;
21
+ exports.InvitationTalentIdentifierSchemaToJSONTyped = InvitationTalentIdentifierSchemaToJSONTyped;
22
+ const InvitationTalentMetaSchema_1 = require("./InvitationTalentMetaSchema");
23
+ /**
24
+ * @export
25
+ */
26
+ exports.InvitationTalentIdentifierSchemaTypeEnum = {
27
+ Talents: 'talents'
28
+ };
29
+ /**
30
+ * Check if a given object implements the InvitationTalentIdentifierSchema interface.
31
+ */
32
+ function instanceOfInvitationTalentIdentifierSchema(value) {
33
+ return true;
34
+ }
35
+ function InvitationTalentIdentifierSchemaFromJSON(json) {
36
+ return InvitationTalentIdentifierSchemaFromJSONTyped(json, false);
37
+ }
38
+ function InvitationTalentIdentifierSchemaFromJSONTyped(json, ignoreDiscriminator) {
39
+ if (json == null) {
40
+ return json;
41
+ }
42
+ return {
43
+ 'type': json['type'] == null ? undefined : json['type'],
44
+ 'id': json['id'] == null ? undefined : json['id'],
45
+ 'meta': json['meta'] == null ? undefined : (0, InvitationTalentMetaSchema_1.InvitationTalentMetaSchemaFromJSON)(json['meta']),
46
+ };
47
+ }
48
+ function InvitationTalentIdentifierSchemaToJSON(json) {
49
+ return InvitationTalentIdentifierSchemaToJSONTyped(json, false);
50
+ }
51
+ function InvitationTalentIdentifierSchemaToJSONTyped(value, ignoreDiscriminator = false) {
52
+ if (value == null) {
53
+ return value;
54
+ }
55
+ return {
56
+ 'type': value['type'],
57
+ 'id': value['id'],
58
+ 'meta': (0, InvitationTalentMetaSchema_1.InvitationTalentMetaSchemaToJSON)(value['meta']),
59
+ };
60
+ }
61
+ //# sourceMappingURL=InvitationTalentIdentifierSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationTalentIdentifierSchema.js","sourceRoot":"","sources":["../../src/models/InvitationTalentIdentifierSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkDH,gGAEC;AAED,4FAEC;AAED,sGAUC;AAED,wFAEC;AAED,kGAWC;AAjFD,6EAKsC;AA6BtC;;GAEG;AACU,QAAA,wCAAwC,GAAG;IACpD,OAAO,EAAE,SAAS;CACZ,CAAC;AAIX;;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,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;QACjD,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+DAAkC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC9F,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,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,MAAM,EAAE,IAAA,6DAAgC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC1D,CAAC;AACN,CAAC"}
@@ -0,0 +1,133 @@
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 state of one person on the list: `added` (not contacted yet), `queued` (handed to
14
+ * the send workflow by an activation or as a newcomer on an active list), `sending` (claimed
15
+ * by one run of the send action), `sent`, `opened`, `applied` (the person applied to the
16
+ * job, `candidateId` set), `declined`, `expired`, `failed` (`failedReason`: no consent, no
17
+ * address, invited to this job in the last 30 days, channel not available, bounce).
18
+ * @export
19
+ * @interface InvitationTalentMetaSchema
20
+ */
21
+ export interface InvitationTalentMetaSchema {
22
+ /**
23
+ *
24
+ * @type {InvitationTalentMetaSchemaStatusEnum}
25
+ * @memberof InvitationTalentMetaSchema
26
+ */
27
+ status?: InvitationTalentMetaSchemaStatusEnum;
28
+ /**
29
+ *
30
+ * @type {InvitationTalentMetaSchemaChannelEnum}
31
+ * @memberof InvitationTalentMetaSchema
32
+ */
33
+ channel?: InvitationTalentMetaSchemaChannelEnum | null;
34
+ /**
35
+ *
36
+ * @type {string}
37
+ * @memberof InvitationTalentMetaSchema
38
+ */
39
+ addedAt?: string | null;
40
+ /**
41
+ * 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.
42
+ * @type {string}
43
+ * @memberof InvitationTalentMetaSchema
44
+ */
45
+ claimedAt?: string | null;
46
+ /**
47
+ *
48
+ * @type {string}
49
+ * @memberof InvitationTalentMetaSchema
50
+ */
51
+ sentAt?: string | null;
52
+ /**
53
+ *
54
+ * @type {string}
55
+ * @memberof InvitationTalentMetaSchema
56
+ */
57
+ openedAt?: string | null;
58
+ /**
59
+ *
60
+ * @type {string}
61
+ * @memberof InvitationTalentMetaSchema
62
+ */
63
+ appliedAt?: string | null;
64
+ /**
65
+ *
66
+ * @type {string}
67
+ * @memberof InvitationTalentMetaSchema
68
+ */
69
+ declinedAt?: string | null;
70
+ /**
71
+ *
72
+ * @type {string}
73
+ * @memberof InvitationTalentMetaSchema
74
+ */
75
+ failedAt?: string | null;
76
+ /**
77
+ *
78
+ * @type {string}
79
+ * @memberof InvitationTalentMetaSchema
80
+ */
81
+ failedReason?: string | null;
82
+ /**
83
+ *
84
+ * @type {string}
85
+ * @memberof InvitationTalentMetaSchema
86
+ */
87
+ emailId?: string | null;
88
+ /**
89
+ *
90
+ * @type {string}
91
+ * @memberof InvitationTalentMetaSchema
92
+ */
93
+ candidateId?: string | null;
94
+ /**
95
+ *
96
+ * @type {string}
97
+ * @memberof InvitationTalentMetaSchema
98
+ */
99
+ expiresAt?: string | null;
100
+ }
101
+ /**
102
+ * @export
103
+ */
104
+ export declare const InvitationTalentMetaSchemaStatusEnum: {
105
+ readonly Added: "added";
106
+ readonly Queued: "queued";
107
+ readonly Sending: "sending";
108
+ readonly Sent: "sent";
109
+ readonly Opened: "opened";
110
+ readonly Applied: "applied";
111
+ readonly Declined: "declined";
112
+ readonly Expired: "expired";
113
+ readonly Failed: "failed";
114
+ };
115
+ export type InvitationTalentMetaSchemaStatusEnum = typeof InvitationTalentMetaSchemaStatusEnum[keyof typeof InvitationTalentMetaSchemaStatusEnum];
116
+ /**
117
+ * @export
118
+ */
119
+ export declare const InvitationTalentMetaSchemaChannelEnum: {
120
+ readonly Email: "email";
121
+ readonly Sms: "sms";
122
+ readonly Call: "call";
123
+ };
124
+ export type InvitationTalentMetaSchemaChannelEnum = typeof InvitationTalentMetaSchemaChannelEnum[keyof typeof InvitationTalentMetaSchemaChannelEnum];
125
+ /**
126
+ * Check if a given object implements the InvitationTalentMetaSchema interface.
127
+ */
128
+ export declare function instanceOfInvitationTalentMetaSchema(value: object): value is InvitationTalentMetaSchema;
129
+ export declare function InvitationTalentMetaSchemaFromJSON(json: any): InvitationTalentMetaSchema;
130
+ export declare function InvitationTalentMetaSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationTalentMetaSchema;
131
+ export declare function InvitationTalentMetaSchemaToJSON(json: any): InvitationTalentMetaSchema;
132
+ export declare function InvitationTalentMetaSchemaToJSONTyped(value?: InvitationTalentMetaSchema | null, ignoreDiscriminator?: boolean): any;
133
+ //# sourceMappingURL=InvitationTalentMetaSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationTalentMetaSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationTalentMetaSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;;;;;GAQG;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;CAC7B;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,CAoB3H;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,CAqB1I"}
@@ -0,0 +1,96 @@
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.InvitationTalentMetaSchemaChannelEnum = exports.InvitationTalentMetaSchemaStatusEnum = void 0;
17
+ exports.instanceOfInvitationTalentMetaSchema = instanceOfInvitationTalentMetaSchema;
18
+ exports.InvitationTalentMetaSchemaFromJSON = InvitationTalentMetaSchemaFromJSON;
19
+ exports.InvitationTalentMetaSchemaFromJSONTyped = InvitationTalentMetaSchemaFromJSONTyped;
20
+ exports.InvitationTalentMetaSchemaToJSON = InvitationTalentMetaSchemaToJSON;
21
+ exports.InvitationTalentMetaSchemaToJSONTyped = InvitationTalentMetaSchemaToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.InvitationTalentMetaSchemaStatusEnum = {
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.InvitationTalentMetaSchemaChannelEnum = {
40
+ Email: 'email',
41
+ Sms: 'sms',
42
+ Call: 'call'
43
+ };
44
+ /**
45
+ * Check if a given object implements the InvitationTalentMetaSchema interface.
46
+ */
47
+ function instanceOfInvitationTalentMetaSchema(value) {
48
+ return true;
49
+ }
50
+ function InvitationTalentMetaSchemaFromJSON(json) {
51
+ return InvitationTalentMetaSchemaFromJSONTyped(json, false);
52
+ }
53
+ function InvitationTalentMetaSchemaFromJSONTyped(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
+ };
72
+ }
73
+ function InvitationTalentMetaSchemaToJSON(json) {
74
+ return InvitationTalentMetaSchemaToJSONTyped(json, false);
75
+ }
76
+ function InvitationTalentMetaSchemaToJSONTyped(value, ignoreDiscriminator = false) {
77
+ if (value == null) {
78
+ return value;
79
+ }
80
+ return {
81
+ 'status': value['status'],
82
+ 'channel': value['channel'],
83
+ 'addedAt': value['addedAt'],
84
+ 'claimedAt': value['claimedAt'],
85
+ 'sentAt': value['sentAt'],
86
+ 'openedAt': value['openedAt'],
87
+ 'appliedAt': value['appliedAt'],
88
+ 'declinedAt': value['declinedAt'],
89
+ 'failedAt': value['failedAt'],
90
+ 'failedReason': value['failedReason'],
91
+ 'emailId': value['emailId'],
92
+ 'candidateId': value['candidateId'],
93
+ 'expiresAt': value['expiresAt'],
94
+ };
95
+ }
96
+ //# sourceMappingURL=InvitationTalentMetaSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationTalentMetaSchema.js","sourceRoot":"","sources":["../../src/models/InvitationTalentMetaSchema.ts"],"names":[],"mappings":"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"}
@@ -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 { ResourceLinksSchema } from './ResourceLinksSchema';
13
+ import type { InvitationTalentIdentifierSchema } from './InvitationTalentIdentifierSchema';
14
+ /**
15
+ * The `relationships/talents` document - the identifiers with their meta.
16
+ * @export
17
+ * @interface InvitationTalentsRelationshipSchema
18
+ */
19
+ export interface InvitationTalentsRelationshipSchema {
20
+ /**
21
+ *
22
+ * @type {Array<InvitationTalentIdentifierSchema>}
23
+ * @memberof InvitationTalentsRelationshipSchema
24
+ */
25
+ data?: Array<InvitationTalentIdentifierSchema>;
26
+ /**
27
+ *
28
+ * @type {ResourceLinksSchema}
29
+ * @memberof InvitationTalentsRelationshipSchema
30
+ */
31
+ links?: ResourceLinksSchema;
32
+ /**
33
+ *
34
+ * @type {object}
35
+ * @memberof InvitationTalentsRelationshipSchema
36
+ */
37
+ meta?: object;
38
+ }
39
+ /**
40
+ * Check if a given object implements the InvitationTalentsRelationshipSchema interface.
41
+ */
42
+ export declare function instanceOfInvitationTalentsRelationshipSchema(value: object): value is InvitationTalentsRelationshipSchema;
43
+ export declare function InvitationTalentsRelationshipSchemaFromJSON(json: any): InvitationTalentsRelationshipSchema;
44
+ export declare function InvitationTalentsRelationshipSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationTalentsRelationshipSchema;
45
+ export declare function InvitationTalentsRelationshipSchemaToJSON(json: any): InvitationTalentsRelationshipSchema;
46
+ export declare function InvitationTalentsRelationshipSchemaToJSONTyped(value?: InvitationTalentsRelationshipSchema | null, ignoreDiscriminator?: boolean): any;
47
+ //# sourceMappingURL=InvitationTalentsRelationshipSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationTalentsRelationshipSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationTalentsRelationshipSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,gCAAgC,CAAC,CAAC;IAC/C;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,6CAA6C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mCAAmC,CAEzH;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAE1G;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mCAAmC,CAU7I;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAExG;AAED,wBAAgB,8CAA8C,CAAC,KAAK,CAAC,EAAE,mCAAmC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW5J"}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfInvitationTalentsRelationshipSchema = instanceOfInvitationTalentsRelationshipSchema;
17
+ exports.InvitationTalentsRelationshipSchemaFromJSON = InvitationTalentsRelationshipSchemaFromJSON;
18
+ exports.InvitationTalentsRelationshipSchemaFromJSONTyped = InvitationTalentsRelationshipSchemaFromJSONTyped;
19
+ exports.InvitationTalentsRelationshipSchemaToJSON = InvitationTalentsRelationshipSchemaToJSON;
20
+ exports.InvitationTalentsRelationshipSchemaToJSONTyped = InvitationTalentsRelationshipSchemaToJSONTyped;
21
+ const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
22
+ const InvitationTalentIdentifierSchema_1 = require("./InvitationTalentIdentifierSchema");
23
+ /**
24
+ * Check if a given object implements the InvitationTalentsRelationshipSchema interface.
25
+ */
26
+ function instanceOfInvitationTalentsRelationshipSchema(value) {
27
+ return true;
28
+ }
29
+ function InvitationTalentsRelationshipSchemaFromJSON(json) {
30
+ return InvitationTalentsRelationshipSchemaFromJSONTyped(json, false);
31
+ }
32
+ function InvitationTalentsRelationshipSchemaFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'data': json['data'] == null ? undefined : (json['data'].map(InvitationTalentIdentifierSchema_1.InvitationTalentIdentifierSchemaFromJSON)),
38
+ 'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
39
+ 'meta': json['meta'] == null ? undefined : json['meta'],
40
+ };
41
+ }
42
+ function InvitationTalentsRelationshipSchemaToJSON(json) {
43
+ return InvitationTalentsRelationshipSchemaToJSONTyped(json, false);
44
+ }
45
+ function InvitationTalentsRelationshipSchemaToJSONTyped(value, ignoreDiscriminator = false) {
46
+ if (value == null) {
47
+ return value;
48
+ }
49
+ return {
50
+ 'data': value['data'] == null ? undefined : (value['data'].map(InvitationTalentIdentifierSchema_1.InvitationTalentIdentifierSchemaToJSON)),
51
+ 'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
52
+ 'meta': value['meta'],
53
+ };
54
+ }
55
+ //# sourceMappingURL=InvitationTalentsRelationshipSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationTalentsRelationshipSchema.js","sourceRoot":"","sources":["../../src/models/InvitationTalentsRelationshipSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,sGAEC;AAED,kGAEC;AAED,4GAUC;AAED,8FAEC;AAED,wGAWC;AA9ED,+DAK+B;AAE/B,yFAK4C;AA4B5C;;GAEG;AACH,SAAgB,6CAA6C,CAAC,KAAa;IACvE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS,EAAE,mBAA4B;IACpG,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,2EAAwC,CAAC,CAAC;QACvH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,KAAkD,EAAE,sBAA+B,KAAK;IACnJ,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,yEAAsC,CAAC,CAAC;QACvH,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
@@ -17,18 +17,58 @@
17
17
  export interface UpdateInvitationRequestBodyAttributes {
18
18
  /**
19
19
  *
20
+ * @type {string}
21
+ * @memberof UpdateInvitationRequestBodyAttributes
22
+ */
23
+ name?: string;
24
+ /**
25
+ * active starts the sending (draft -> active), closed ends it.
20
26
  * @type {UpdateInvitationRequestBodyAttributesStatusEnum}
21
27
  * @memberof UpdateInvitationRequestBodyAttributes
22
28
  */
23
- status: UpdateInvitationRequestBodyAttributesStatusEnum;
29
+ status?: UpdateInvitationRequestBodyAttributesStatusEnum;
30
+ /**
31
+ *
32
+ * @type {Array<UpdateInvitationRequestBodyAttributesChannelsEnum>}
33
+ * @memberof UpdateInvitationRequestBodyAttributes
34
+ */
35
+ channels?: Array<UpdateInvitationRequestBodyAttributesChannelsEnum>;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof UpdateInvitationRequestBodyAttributes
40
+ */
41
+ languageCode?: string;
42
+ /**
43
+ * The send action's claim - each named person flips queued -> sending in its own conditional write (the invitation must be active in that same write); the response's `meta.claimed` lists the ids THIS call claimed (a second run of the same activation claims none). Not for the FE.
44
+ * @type {Array<string>}
45
+ * @memberof UpdateInvitationRequestBodyAttributes
46
+ */
47
+ claimTalentIds?: Array<string>;
48
+ /**
49
+ * Who claims (the send action's run and step). A retry of the same run takes its own `sending` people back at once; anyone may take a `sending` person whose claim is older than the 5-minute lease (a run that never finished). Not for the FE.
50
+ * @type {string}
51
+ * @memberof UpdateInvitationRequestBodyAttributes
52
+ */
53
+ claimOwner?: string;
24
54
  }
25
55
  /**
26
56
  * @export
27
57
  */
28
58
  export declare const UpdateInvitationRequestBodyAttributesStatusEnum: {
29
- readonly Declined: "declined";
59
+ readonly Active: "active";
60
+ readonly Closed: "closed";
30
61
  };
31
62
  export type UpdateInvitationRequestBodyAttributesStatusEnum = typeof UpdateInvitationRequestBodyAttributesStatusEnum[keyof typeof UpdateInvitationRequestBodyAttributesStatusEnum];
63
+ /**
64
+ * @export
65
+ */
66
+ export declare const UpdateInvitationRequestBodyAttributesChannelsEnum: {
67
+ readonly Email: "email";
68
+ readonly Sms: "sms";
69
+ readonly Call: "call";
70
+ };
71
+ export type UpdateInvitationRequestBodyAttributesChannelsEnum = typeof UpdateInvitationRequestBodyAttributesChannelsEnum[keyof typeof UpdateInvitationRequestBodyAttributesChannelsEnum];
32
72
  /**
33
73
  * Check if a given object implements the UpdateInvitationRequestBodyAttributes interface.
34
74
  */
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateInvitationRequestBodyAttributes.d.ts","sourceRoot":"","sources":["../../src/models/UpdateInvitationRequestBodyAttributes.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,qCAAqC;IAClD;;;;OAIG;IACH,MAAM,EAAE,+CAA+C,CAAC;CAC3D;AAGD;;GAEG;AACH,eAAO,MAAM,+CAA+C;;CAElD,CAAC;AACX,MAAM,MAAM,+CAA+C,GAAG,OAAO,+CAA+C,CAAC,MAAM,OAAO,+CAA+C,CAAC,CAAC;AAGnL;;GAEG;AACH,wBAAgB,+CAA+C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qCAAqC,CAG7H;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,qCAAqC,CAE9G;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qCAAqC,CAQjJ;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,qCAAqC,CAE5G;AAED,wBAAgB,gDAAgD,CAAC,KAAK,CAAC,EAAE,qCAAqC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAShK"}
1
+ {"version":3,"file":"UpdateInvitationRequestBodyAttributes.d.ts","sourceRoot":"","sources":["../../src/models/UpdateInvitationRequestBodyAttributes.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,qCAAqC;IAClD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,CAAC,EAAE,+CAA+C,CAAC;IACzD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,iDAAiD,CAAC,CAAC;IACpE;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAGD;;GAEG;AACH,eAAO,MAAM,+CAA+C;;;CAGlD,CAAC;AACX,MAAM,MAAM,+CAA+C,GAAG,OAAO,+CAA+C,CAAC,MAAM,OAAO,+CAA+C,CAAC,CAAC;AAEnL;;GAEG;AACH,eAAO,MAAM,iDAAiD;;;;CAIpD,CAAC;AACX,MAAM,MAAM,iDAAiD,GAAG,OAAO,iDAAiD,CAAC,MAAM,OAAO,iDAAiD,CAAC,CAAC;AAGzL;;GAEG;AACH,wBAAgB,+CAA+C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qCAAqC,CAE7H;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,qCAAqC,CAE9G;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qCAAqC,CAajJ;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,qCAAqC,CAE5G;AAED,wBAAgB,gDAAgD,CAAC,KAAK,CAAC,EAAE,qCAAqC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAchK"}
@@ -13,7 +13,7 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.UpdateInvitationRequestBodyAttributesStatusEnum = void 0;
16
+ exports.UpdateInvitationRequestBodyAttributesChannelsEnum = exports.UpdateInvitationRequestBodyAttributesStatusEnum = void 0;
17
17
  exports.instanceOfUpdateInvitationRequestBodyAttributes = instanceOfUpdateInvitationRequestBodyAttributes;
18
18
  exports.UpdateInvitationRequestBodyAttributesFromJSON = UpdateInvitationRequestBodyAttributesFromJSON;
19
19
  exports.UpdateInvitationRequestBodyAttributesFromJSONTyped = UpdateInvitationRequestBodyAttributesFromJSONTyped;
@@ -23,14 +23,21 @@ exports.UpdateInvitationRequestBodyAttributesToJSONTyped = UpdateInvitationReque
23
23
  * @export
24
24
  */
25
25
  exports.UpdateInvitationRequestBodyAttributesStatusEnum = {
26
- Declined: 'declined'
26
+ Active: 'active',
27
+ Closed: 'closed'
28
+ };
29
+ /**
30
+ * @export
31
+ */
32
+ exports.UpdateInvitationRequestBodyAttributesChannelsEnum = {
33
+ Email: 'email',
34
+ Sms: 'sms',
35
+ Call: 'call'
27
36
  };
28
37
  /**
29
38
  * Check if a given object implements the UpdateInvitationRequestBodyAttributes interface.
30
39
  */
31
40
  function instanceOfUpdateInvitationRequestBodyAttributes(value) {
32
- if (!('status' in value) || value['status'] === undefined)
33
- return false;
34
41
  return true;
35
42
  }
36
43
  function UpdateInvitationRequestBodyAttributesFromJSON(json) {
@@ -41,7 +48,12 @@ function UpdateInvitationRequestBodyAttributesFromJSONTyped(json, ignoreDiscrimi
41
48
  return json;
42
49
  }
43
50
  return {
44
- 'status': json['status'],
51
+ 'name': json['name'] == null ? undefined : json['name'],
52
+ 'status': json['status'] == null ? undefined : json['status'],
53
+ 'channels': json['channels'] == null ? undefined : json['channels'],
54
+ 'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
55
+ 'claimTalentIds': json['claimTalentIds'] == null ? undefined : json['claimTalentIds'],
56
+ 'claimOwner': json['claimOwner'] == null ? undefined : json['claimOwner'],
45
57
  };
46
58
  }
47
59
  function UpdateInvitationRequestBodyAttributesToJSON(json) {
@@ -52,7 +64,12 @@ function UpdateInvitationRequestBodyAttributesToJSONTyped(value, ignoreDiscrimin
52
64
  return value;
53
65
  }
54
66
  return {
67
+ 'name': value['name'],
55
68
  'status': value['status'],
69
+ 'channels': value['channels'],
70
+ 'languageCode': value['languageCode'],
71
+ 'claimTalentIds': value['claimTalentIds'],
72
+ 'claimOwner': value['claimOwner'],
56
73
  };
57
74
  }
58
75
  //# sourceMappingURL=UpdateInvitationRequestBodyAttributes.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateInvitationRequestBodyAttributes.js","sourceRoot":"","sources":["../../src/models/UpdateInvitationRequestBodyAttributes.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA8BH,0GAGC;AAED,sGAEC;AAED,gHAQC;AAED,kGAEC;AAED,4GASC;AA5CD;;GAEG;AACU,QAAA,+CAA+C,GAAG;IAC3D,QAAQ,EAAE,UAAU;CACd,CAAC;AAIX;;GAEG;AACH,SAAgB,+CAA+C,CAAC,KAAa;IACzE,IAAI,CAAC,CAAC,QAAQ,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS;IACnE,OAAO,kDAAkD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3E,CAAC;AAED,SAAgB,kDAAkD,CAAC,IAAS,EAAE,mBAA4B;IACtG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC;KAC3B,CAAC;AACN,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,KAAoD,EAAE,sBAA+B,KAAK;IACvJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;KAC5B,CAAC;AACN,CAAC"}
1
+ {"version":3,"file":"UpdateInvitationRequestBodyAttributes.js","sourceRoot":"","sources":["../../src/models/UpdateInvitationRequestBodyAttributes.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAuEH,0GAEC;AAED,sGAEC;AAED,gHAaC;AAED,kGAEC;AAED,4GAcC;AAhED;;GAEG;AACU,QAAA,+CAA+C,GAAG;IAC3D,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;CACV,CAAC;AAGX;;GAEG;AACU,QAAA,iDAAiD,GAAG;IAC7D,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACN,CAAC;AAIX;;GAEG;AACH,SAAgB,+CAA+C,CAAC,KAAa;IACzE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS;IACnE,OAAO,kDAAkD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3E,CAAC;AAED,SAAgB,kDAAkD,CAAC,IAAS,EAAE,mBAA4B;IACtG,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,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;QAC/E,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;QACrF,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;KAC5E,CAAC;AACN,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,KAAoD,EAAE,sBAA+B,KAAK;IACvJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;QACrC,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,CAAC;QACzC,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;KACpC,CAAC;AACN,CAAC"}
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { UpdateInvitationRequestBodyRelationships } from './UpdateInvitationRequestBodyRelationships';
12
13
  import type { UpdateInvitationRequestBodyAttributes } from './UpdateInvitationRequestBodyAttributes';
13
14
  /**
14
15
  *
@@ -22,12 +23,24 @@ export interface UpdateInvitationRequestBodyData {
22
23
  * @memberof UpdateInvitationRequestBodyData
23
24
  */
24
25
  type: UpdateInvitationRequestBodyDataTypeEnum;
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof UpdateInvitationRequestBodyData
30
+ */
31
+ id: string;
25
32
  /**
26
33
  *
27
34
  * @type {UpdateInvitationRequestBodyAttributes}
28
35
  * @memberof UpdateInvitationRequestBodyData
29
36
  */
30
- attributes: UpdateInvitationRequestBodyAttributes;
37
+ attributes?: UpdateInvitationRequestBodyAttributes;
38
+ /**
39
+ *
40
+ * @type {UpdateInvitationRequestBodyRelationships}
41
+ * @memberof UpdateInvitationRequestBodyData
42
+ */
43
+ relationships?: UpdateInvitationRequestBodyRelationships;
31
44
  }
32
45
  /**
33
46
  * @export