@smartytalent/api-client 0.8.1 → 0.8.2

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 (175) hide show
  1. package/dist/apis/ResponsesApi.d.ts +157 -0
  2. package/dist/apis/ResponsesApi.d.ts.map +1 -0
  3. package/dist/apis/ResponsesApi.js +364 -0
  4. package/dist/apis/ResponsesApi.js.map +1 -0
  5. package/dist/apis/SurveysApi.d.ts +69 -54
  6. package/dist/apis/SurveysApi.d.ts.map +1 -1
  7. package/dist/apis/SurveysApi.js +137 -110
  8. package/dist/apis/SurveysApi.js.map +1 -1
  9. package/dist/apis/index.d.ts +1 -0
  10. package/dist/apis/index.d.ts.map +1 -1
  11. package/dist/apis/index.js +1 -0
  12. package/dist/apis/index.js.map +1 -1
  13. package/dist/models/CreateSurveyRequestBody.d.ts +34 -0
  14. package/dist/models/CreateSurveyRequestBody.d.ts.map +1 -0
  15. package/dist/models/CreateSurveyRequestBody.js +52 -0
  16. package/dist/models/CreateSurveyRequestBody.js.map +1 -0
  17. package/dist/models/CreateSurveyRequestBodyData.d.ts +47 -0
  18. package/dist/models/CreateSurveyRequestBodyData.d.ts.map +1 -0
  19. package/dist/models/CreateSurveyRequestBodyData.js +63 -0
  20. package/dist/models/CreateSurveyRequestBodyData.js.map +1 -0
  21. package/dist/models/CreateSurveyRequestBodyDataAttributes.d.ts +54 -0
  22. package/dist/models/CreateSurveyRequestBodyDataAttributes.d.ts.map +1 -0
  23. package/dist/models/CreateSurveyRequestBodyDataAttributes.js +64 -0
  24. package/dist/models/CreateSurveyRequestBodyDataAttributes.js.map +1 -0
  25. package/dist/models/GuestResponseAttributesSchema.d.ts +102 -0
  26. package/dist/models/GuestResponseAttributesSchema.d.ts.map +1 -0
  27. package/dist/models/{GuestSurveyAttributesSchema.js → GuestResponseAttributesSchema.js} +23 -22
  28. package/dist/models/GuestResponseAttributesSchema.js.map +1 -0
  29. package/dist/models/GuestResponseMetaSchema.d.ts +45 -0
  30. package/dist/models/GuestResponseMetaSchema.d.ts.map +1 -0
  31. package/dist/models/{GuestSurveyMetaSchema.js → GuestResponseMetaSchema.js} +14 -14
  32. package/dist/models/GuestResponseMetaSchema.js.map +1 -0
  33. package/dist/models/GuestResponseResourceSchema.d.ts +53 -0
  34. package/dist/models/GuestResponseResourceSchema.d.ts.map +1 -0
  35. package/dist/models/GuestResponseResourceSchema.js +61 -0
  36. package/dist/models/GuestResponseResourceSchema.js.map +1 -0
  37. package/dist/models/GuestResponseSchema.d.ts +39 -0
  38. package/dist/models/GuestResponseSchema.d.ts.map +1 -0
  39. package/dist/models/GuestResponseSchema.js +50 -0
  40. package/dist/models/GuestResponseSchema.js.map +1 -0
  41. package/dist/models/ResponseAttributesSchema.d.ts +184 -0
  42. package/dist/models/ResponseAttributesSchema.d.ts.map +1 -0
  43. package/dist/models/ResponseAttributesSchema.js +100 -0
  44. package/dist/models/ResponseAttributesSchema.js.map +1 -0
  45. package/dist/models/ResponseRelationshipsCandidateSchema.d.ts +34 -0
  46. package/dist/models/ResponseRelationshipsCandidateSchema.d.ts.map +1 -0
  47. package/dist/models/ResponseRelationshipsCandidateSchema.js +50 -0
  48. package/dist/models/ResponseRelationshipsCandidateSchema.js.map +1 -0
  49. package/dist/models/ResponseRelationshipsCandidateSchemaData.d.ts +39 -0
  50. package/dist/models/ResponseRelationshipsCandidateSchemaData.d.ts.map +1 -0
  51. package/dist/models/ResponseRelationshipsCandidateSchemaData.js +51 -0
  52. package/dist/models/ResponseRelationshipsCandidateSchemaData.js.map +1 -0
  53. package/dist/models/ResponseRelationshipsJobSchema.d.ts +34 -0
  54. package/dist/models/ResponseRelationshipsJobSchema.d.ts.map +1 -0
  55. package/dist/models/ResponseRelationshipsJobSchema.js +50 -0
  56. package/dist/models/ResponseRelationshipsJobSchema.js.map +1 -0
  57. package/dist/models/ResponseRelationshipsSchema.d.ts +48 -0
  58. package/dist/models/ResponseRelationshipsSchema.d.ts.map +1 -0
  59. package/dist/models/ResponseRelationshipsSchema.js +56 -0
  60. package/dist/models/ResponseRelationshipsSchema.js.map +1 -0
  61. package/dist/models/ResponseRelationshipsSurveySchema.d.ts +34 -0
  62. package/dist/models/ResponseRelationshipsSurveySchema.d.ts.map +1 -0
  63. package/dist/models/ResponseRelationshipsSurveySchema.js +50 -0
  64. package/dist/models/ResponseRelationshipsSurveySchema.js.map +1 -0
  65. package/dist/models/ResponseRelationshipsSurveySchemaData.d.ts +39 -0
  66. package/dist/models/ResponseRelationshipsSurveySchemaData.d.ts.map +1 -0
  67. package/dist/models/ResponseRelationshipsSurveySchemaData.js +51 -0
  68. package/dist/models/ResponseRelationshipsSurveySchemaData.js.map +1 -0
  69. package/dist/models/ResponseResourceSchema.d.ts +75 -0
  70. package/dist/models/ResponseResourceSchema.d.ts.map +1 -0
  71. package/dist/models/ResponseResourceSchema.js +75 -0
  72. package/dist/models/ResponseResourceSchema.js.map +1 -0
  73. package/dist/models/ResponseSchema.d.ts +49 -0
  74. package/dist/models/ResponseSchema.d.ts.map +1 -0
  75. package/dist/models/ResponseSchema.js +55 -0
  76. package/dist/models/ResponseSchema.js.map +1 -0
  77. package/dist/models/ResponsesSchema.d.ts +48 -0
  78. package/dist/models/ResponsesSchema.d.ts.map +1 -0
  79. package/dist/models/ResponsesSchema.js +56 -0
  80. package/dist/models/ResponsesSchema.js.map +1 -0
  81. package/dist/models/SubmitGuestResponseRequestBody.d.ts +41 -0
  82. package/dist/models/SubmitGuestResponseRequestBody.d.ts.map +1 -0
  83. package/dist/models/SubmitGuestResponseRequestBody.js +57 -0
  84. package/dist/models/SubmitGuestResponseRequestBody.js.map +1 -0
  85. package/dist/models/SubmitGuestResponseRequestBodyData.d.ts +53 -0
  86. package/dist/models/SubmitGuestResponseRequestBodyData.d.ts.map +1 -0
  87. package/dist/models/SubmitGuestResponseRequestBodyData.js +65 -0
  88. package/dist/models/SubmitGuestResponseRequestBodyData.js.map +1 -0
  89. package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.d.ts +33 -0
  90. package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.d.ts.map +1 -0
  91. package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.js +51 -0
  92. package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.js.map +1 -0
  93. package/dist/models/SurveyAttributesSchema.d.ts +42 -91
  94. package/dist/models/SurveyAttributesSchema.d.ts.map +1 -1
  95. package/dist/models/SurveyAttributesSchema.js +18 -32
  96. package/dist/models/SurveyAttributesSchema.js.map +1 -1
  97. package/dist/models/SurveyContentSchema.d.ts +42 -0
  98. package/dist/models/SurveyContentSchema.d.ts.map +1 -0
  99. package/dist/models/SurveyContentSchema.js +52 -0
  100. package/dist/models/SurveyContentSchema.js.map +1 -0
  101. package/dist/models/SurveyQuestionOptionSchema.d.ts +41 -0
  102. package/dist/models/SurveyQuestionOptionSchema.d.ts.map +1 -0
  103. package/dist/models/SurveyQuestionOptionSchema.js +51 -0
  104. package/dist/models/SurveyQuestionOptionSchema.js.map +1 -0
  105. package/dist/models/SurveyQuestionSchema.d.ts +119 -0
  106. package/dist/models/SurveyQuestionSchema.d.ts.map +1 -0
  107. package/dist/models/SurveyQuestionSchema.js +85 -0
  108. package/dist/models/SurveyQuestionSchema.js.map +1 -0
  109. package/dist/models/SurveyQuestionSchemaScaleLabels.d.ts +43 -0
  110. package/dist/models/SurveyQuestionSchemaScaleLabels.d.ts.map +1 -0
  111. package/dist/models/SurveyQuestionSchemaScaleLabels.js +51 -0
  112. package/dist/models/SurveyQuestionSchemaScaleLabels.js.map +1 -0
  113. package/dist/models/SurveyResourceSchema.d.ts +2 -3
  114. package/dist/models/SurveyResourceSchema.d.ts.map +1 -1
  115. package/dist/models/SurveyResourceSchema.js +2 -3
  116. package/dist/models/SurveyResourceSchema.js.map +1 -1
  117. package/dist/models/UpdateSurveyRequestBody.d.ts +34 -0
  118. package/dist/models/UpdateSurveyRequestBody.d.ts.map +1 -0
  119. package/dist/models/UpdateSurveyRequestBody.js +52 -0
  120. package/dist/models/UpdateSurveyRequestBody.js.map +1 -0
  121. package/dist/models/UpdateSurveyRequestBodyData.d.ts +53 -0
  122. package/dist/models/UpdateSurveyRequestBodyData.d.ts.map +1 -0
  123. package/dist/models/UpdateSurveyRequestBodyData.js +63 -0
  124. package/dist/models/UpdateSurveyRequestBodyData.js.map +1 -0
  125. package/dist/models/UpdateSurveyRequestBodyDataAttributes.d.ts +55 -0
  126. package/dist/models/UpdateSurveyRequestBodyDataAttributes.d.ts.map +1 -0
  127. package/dist/models/UpdateSurveyRequestBodyDataAttributes.js +63 -0
  128. package/dist/models/UpdateSurveyRequestBodyDataAttributes.js.map +1 -0
  129. package/dist/models/index.d.ts +27 -11
  130. package/dist/models/index.d.ts.map +1 -1
  131. package/dist/models/index.js +27 -11
  132. package/dist/models/index.js.map +1 -1
  133. package/package.json +1 -1
  134. package/dist/models/GuestSurveyAttributesSchema.d.ts +0 -98
  135. package/dist/models/GuestSurveyAttributesSchema.d.ts.map +0 -1
  136. package/dist/models/GuestSurveyAttributesSchema.js.map +0 -1
  137. package/dist/models/GuestSurveyMetaSchema.d.ts +0 -45
  138. package/dist/models/GuestSurveyMetaSchema.d.ts.map +0 -1
  139. package/dist/models/GuestSurveyMetaSchema.js.map +0 -1
  140. package/dist/models/GuestSurveyResourceSchema.d.ts +0 -53
  141. package/dist/models/GuestSurveyResourceSchema.d.ts.map +0 -1
  142. package/dist/models/GuestSurveyResourceSchema.js +0 -61
  143. package/dist/models/GuestSurveyResourceSchema.js.map +0 -1
  144. package/dist/models/GuestSurveySchema.d.ts +0 -38
  145. package/dist/models/GuestSurveySchema.d.ts.map +0 -1
  146. package/dist/models/GuestSurveySchema.js +0 -50
  147. package/dist/models/GuestSurveySchema.js.map +0 -1
  148. package/dist/models/SubmitGuestSurveyRequestBody.d.ts +0 -41
  149. package/dist/models/SubmitGuestSurveyRequestBody.d.ts.map +0 -1
  150. package/dist/models/SubmitGuestSurveyRequestBody.js +0 -57
  151. package/dist/models/SubmitGuestSurveyRequestBody.js.map +0 -1
  152. package/dist/models/SubmitGuestSurveyRequestBodyData.d.ts +0 -53
  153. package/dist/models/SubmitGuestSurveyRequestBodyData.d.ts.map +0 -1
  154. package/dist/models/SubmitGuestSurveyRequestBodyData.js +0 -65
  155. package/dist/models/SubmitGuestSurveyRequestBodyData.js.map +0 -1
  156. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.d.ts +0 -39
  157. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.d.ts.map +0 -1
  158. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.js +0 -53
  159. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.js.map +0 -1
  160. package/dist/models/SurveyRelationshipsCandidateSchema.d.ts +0 -34
  161. package/dist/models/SurveyRelationshipsCandidateSchema.d.ts.map +0 -1
  162. package/dist/models/SurveyRelationshipsCandidateSchema.js +0 -50
  163. package/dist/models/SurveyRelationshipsCandidateSchema.js.map +0 -1
  164. package/dist/models/SurveyRelationshipsCandidateSchemaData.d.ts +0 -39
  165. package/dist/models/SurveyRelationshipsCandidateSchemaData.d.ts.map +0 -1
  166. package/dist/models/SurveyRelationshipsCandidateSchemaData.js +0 -51
  167. package/dist/models/SurveyRelationshipsCandidateSchemaData.js.map +0 -1
  168. package/dist/models/SurveyRelationshipsJobSchema.d.ts +0 -34
  169. package/dist/models/SurveyRelationshipsJobSchema.d.ts.map +0 -1
  170. package/dist/models/SurveyRelationshipsJobSchema.js +0 -50
  171. package/dist/models/SurveyRelationshipsJobSchema.js.map +0 -1
  172. package/dist/models/SurveyRelationshipsSchema.d.ts +0 -41
  173. package/dist/models/SurveyRelationshipsSchema.d.ts.map +0 -1
  174. package/dist/models/SurveyRelationshipsSchema.js +0 -53
  175. package/dist/models/SurveyRelationshipsSchema.js.map +0 -1
@@ -9,115 +9,67 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { SurveyContentSchema } from './SurveyContentSchema';
12
13
  import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
13
14
  /**
14
- * Recruiter view of a survey row. Every field is server-written -
15
- * either by the feedback:survey_create workflow action or by the
16
- * candidate's guest submit. There is no authenticated POST / PATCH in
17
- * v1, so the whole object is read-only over the API.
18
- *
19
- * Fields tagged GUEST-VISIBLE are the only ones the anonymous
20
- * /v1/guest/surveys/* surface echoes: status, stage, languageCode,
21
- * candidateName, jobTitle, companyName, score, comment, expiresAt,
22
- * respondedAt. See GuestSurveyAttributesSchema.
15
+ * A survey definition. `name`, `kind` and `content` are writable;
16
+ * `publishedContent`, `version` and `publishedAt` are server-managed
17
+ * and change only through the publish transition (PATCH
18
+ * status=active).
23
19
  * @export
24
20
  * @interface SurveyAttributesSchema
25
21
  */
26
22
  export interface SurveyAttributesSchema {
27
23
  /**
28
- * GUEST-VISIBLE. Survey lifecycle. `pending` until the candidate
29
- * answers, then `completed` (single use - a second submit is
30
- * rejected). A pending row read after `expiresAt` reports
31
- * `expired` without a write on the read path.
32
- * @type {SurveyAttributesSchemaStatusEnum}
33
- * @memberof SurveyAttributesSchema
34
- */
35
- status?: SurveyAttributesSchemaStatusEnum;
36
- /**
37
- * GUEST-VISIBLE. The terminal moment that triggered the survey,
38
- * e.g. `interviewRejected`, `screeningRejected`, `hired`. Free
39
- * string; v1 wires only `interviewRejected`.
40
- * @type {string}
41
- * @memberof SurveyAttributesSchema
42
- */
43
- stage?: string;
44
- /**
45
- * GUEST-VISIBLE. The NPS answer, integer 0-10. Absent until the
46
- * candidate answers. This is the only attribute the candidate is
47
- * required to write.
48
- * @type {number}
49
- * @memberof SurveyAttributesSchema
50
- */
51
- score?: number;
52
- /**
53
- * GUEST-VISIBLE. Optional candidate-authored free text. Untrusted
54
- * content: never feed it to an LLM and never join it with the
55
- * candidate identity outside the recruiter-scoped row.
24
+ * Recruiter-facing admin label. Recipient-facing text lives in content.title (locale-keyed).
56
25
  * @type {string}
57
26
  * @memberof SurveyAttributesSchema
58
27
  */
59
- comment?: string;
60
- /**
61
- * Server-computed from `score` on submit (0-6 detractor, 7-8
62
- * passive, 9-10 promoter) and never trusted from a client. Not
63
- * echoed to the candidate. The NPS number itself is derived by
64
- * the reader as `(promoters - detractors) / total * 100`.
65
- * @type {SurveyAttributesSchemaNpsCategoryEnum}
66
- * @memberof SurveyAttributesSchema
67
- */
68
- readonly npsCategory?: SurveyAttributesSchemaNpsCategoryEnum;
28
+ name?: string;
69
29
  /**
70
- * GUEST-VISIBLE. Locale the survey is rendered in, e.g. 'pl-PL'. Its 2-letter prefix is the locale segment of the emailed link.
71
- * @type {string}
30
+ * IMMUTABLE after create. `cnps` is the candidate NPS kind; the
31
+ * rejection workflow resolves the tenant's default cNPS
32
+ * definition when its response:create step gets no surveyId.
33
+ * @type {SurveyAttributesSchemaKindEnum}
72
34
  * @memberof SurveyAttributesSchema
73
35
  */
74
- languageCode?: string;
36
+ kind?: SurveyAttributesSchemaKindEnum;
75
37
  /**
76
- * GUEST-VISIBLE. Candidate display name, denormalised at create
77
- * time so the guest role never reads the candidate table.
78
- * Snapshot - not kept in sync if the candidate is later renamed.
79
- * @type {string}
80
- * @memberof SurveyAttributesSchema
81
- */
82
- candidateName?: string;
83
- /**
84
- * GUEST-VISIBLE. Job title denormalised at create time. Same rationale as candidateName.
85
- * @type {string}
86
- * @memberof SurveyAttributesSchema
87
- */
88
- jobTitle?: string;
89
- /**
90
- * GUEST-VISIBLE. Hiring company display name, denormalised at create time so the guest role never reads the tenant table.
91
- * @type {string}
38
+ * Lifecycle. Setting `active` via PATCH is the PUBLISH door:
39
+ * content is publish-validated, copied to publishedContent and
40
+ * version increments. Allowed transitions: draft->active,
41
+ * draft->archived, active->archived, archived->active
42
+ * (re-publishes).
43
+ * @type {SurveyAttributesSchemaStatusEnum}
92
44
  * @memberof SurveyAttributesSchema
93
45
  */
94
- companyName?: string;
46
+ status?: SurveyAttributesSchemaStatusEnum;
95
47
  /**
96
- * Candidate the survey was sent to. Recruiter-only - never echoed on the guest surface.
97
- * @type {string}
48
+ *
49
+ * @type {SurveyContentSchema}
98
50
  * @memberof SurveyAttributesSchema
99
51
  */
100
- candidateId?: string;
52
+ content?: SurveyContentSchema;
101
53
  /**
102
- * Job the candidate applied to. Recruiter-only - never echoed on the guest surface.
103
- * @type {string}
54
+ * Frozen copy written ONLY by the publish transition. This is
55
+ * what response:create snapshots onto invitation rows. Absent
56
+ * until the first publish.
57
+ * @type {SurveyContentSchema}
104
58
  * @memberof SurveyAttributesSchema
105
59
  */
106
- jobId?: string;
60
+ readonly publishedContent?: SurveyContentSchema;
107
61
  /**
108
- * GUEST-VISIBLE. ISO-8601 UTC cutoff, stamped at create. Enforced
109
- * on every guest call: past it, a pending survey reads `expired`
110
- * and submit is rejected.
111
- * @type {Date}
62
+ * 0 until the first publish; each publish increments it. Responses pin the version they were minted from.
63
+ * @type {number}
112
64
  * @memberof SurveyAttributesSchema
113
65
  */
114
- expiresAt?: Date;
66
+ readonly version?: number;
115
67
  /**
116
- * GUEST-VISIBLE. ISO-8601 UTC moment the candidate submitted. Absent while pending.
68
+ *
117
69
  * @type {Date}
118
70
  * @memberof SurveyAttributesSchema
119
71
  */
120
- respondedAt?: Date;
72
+ readonly publishedAt?: Date;
121
73
  /**
122
74
  *
123
75
  * @type {ResourceTimestampsSchema}
@@ -128,21 +80,20 @@ export interface SurveyAttributesSchema {
128
80
  /**
129
81
  * @export
130
82
  */
131
- export declare const SurveyAttributesSchemaStatusEnum: {
132
- readonly Pending: "pending";
133
- readonly Completed: "completed";
134
- readonly Expired: "expired";
83
+ export declare const SurveyAttributesSchemaKindEnum: {
84
+ readonly Cnps: "cnps";
85
+ readonly General: "general";
135
86
  };
136
- export type SurveyAttributesSchemaStatusEnum = typeof SurveyAttributesSchemaStatusEnum[keyof typeof SurveyAttributesSchemaStatusEnum];
87
+ export type SurveyAttributesSchemaKindEnum = typeof SurveyAttributesSchemaKindEnum[keyof typeof SurveyAttributesSchemaKindEnum];
137
88
  /**
138
89
  * @export
139
90
  */
140
- export declare const SurveyAttributesSchemaNpsCategoryEnum: {
141
- readonly Detractor: "detractor";
142
- readonly Passive: "passive";
143
- readonly Promoter: "promoter";
91
+ export declare const SurveyAttributesSchemaStatusEnum: {
92
+ readonly Draft: "draft";
93
+ readonly Active: "active";
94
+ readonly Archived: "archived";
144
95
  };
145
- export type SurveyAttributesSchemaNpsCategoryEnum = typeof SurveyAttributesSchemaNpsCategoryEnum[keyof typeof SurveyAttributesSchemaNpsCategoryEnum];
96
+ export type SurveyAttributesSchemaStatusEnum = typeof SurveyAttributesSchemaStatusEnum[keyof typeof SurveyAttributesSchemaStatusEnum];
146
97
  /**
147
98
  * Check if a given object implements the SurveyAttributesSchema interface.
148
99
  */
@@ -150,5 +101,5 @@ export declare function instanceOfSurveyAttributesSchema(value: object): value i
150
101
  export declare function SurveyAttributesSchemaFromJSON(json: any): SurveyAttributesSchema;
151
102
  export declare function SurveyAttributesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurveyAttributesSchema;
152
103
  export declare function SurveyAttributesSchemaToJSON(json: any): SurveyAttributesSchema;
153
- export declare function SurveyAttributesSchemaToJSONTyped(value?: Omit<SurveyAttributesSchema, 'npsCategory'> | null, ignoreDiscriminator?: boolean): any;
104
+ export declare function SurveyAttributesSchemaToJSONTyped(value?: Omit<SurveyAttributesSchema, 'publishedContent' | 'version' | 'publishedAt'> | null, ignoreDiscriminator?: boolean): any;
154
105
  //# sourceMappingURL=SurveyAttributesSchema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SurveyAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/SurveyAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;;;;;;;GAYG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,gCAAgC,CAAC;IAC1C;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;;;;OAOG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,qCAAqC,CAAC;IAC7D;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,gCAAgC;;;;CAInC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAEtI;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;;CAIxC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,OAAO,qCAAqC,CAAC,MAAM,OAAO,qCAAqC,CAAC,CAAC;AAGrJ;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAE/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAqBnH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,sBAAsB,EAAE,aAAa,CAAC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAqBvJ"}
1
+ {"version":3,"file":"SurveyAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/SurveyAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;;GAOG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,8BAA8B,CAAC;IACtC;;;;;;;;OAQG;IACH,MAAM,CAAC,EAAE,gCAAgC,CAAC;IAC1C;;;;OAIG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B;;;;;;OAMG;IACH,QAAQ,CAAC,gBAAgB,CAAC,EAAE,mBAAmB,CAAC;IAChD;;;;OAIG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;CAGjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAEhI;;GAEG;AACH,eAAO,MAAM,gCAAgC;;;;CAInC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAGtI;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAE/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAenH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,sBAAsB,EAAE,kBAAkB,GAAC,SAAS,GAAC,aAAa,CAAC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAapL"}
@@ -13,28 +13,28 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.SurveyAttributesSchemaNpsCategoryEnum = exports.SurveyAttributesSchemaStatusEnum = void 0;
16
+ exports.SurveyAttributesSchemaStatusEnum = exports.SurveyAttributesSchemaKindEnum = void 0;
17
17
  exports.instanceOfSurveyAttributesSchema = instanceOfSurveyAttributesSchema;
18
18
  exports.SurveyAttributesSchemaFromJSON = SurveyAttributesSchemaFromJSON;
19
19
  exports.SurveyAttributesSchemaFromJSONTyped = SurveyAttributesSchemaFromJSONTyped;
20
20
  exports.SurveyAttributesSchemaToJSON = SurveyAttributesSchemaToJSON;
21
21
  exports.SurveyAttributesSchemaToJSONTyped = SurveyAttributesSchemaToJSONTyped;
22
+ const SurveyContentSchema_1 = require("./SurveyContentSchema");
22
23
  const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
23
24
  /**
24
25
  * @export
25
26
  */
26
- exports.SurveyAttributesSchemaStatusEnum = {
27
- Pending: 'pending',
28
- Completed: 'completed',
29
- Expired: 'expired'
27
+ exports.SurveyAttributesSchemaKindEnum = {
28
+ Cnps: 'cnps',
29
+ General: 'general'
30
30
  };
31
31
  /**
32
32
  * @export
33
33
  */
34
- exports.SurveyAttributesSchemaNpsCategoryEnum = {
35
- Detractor: 'detractor',
36
- Passive: 'passive',
37
- Promoter: 'promoter'
34
+ exports.SurveyAttributesSchemaStatusEnum = {
35
+ Draft: 'draft',
36
+ Active: 'active',
37
+ Archived: 'archived'
38
38
  };
39
39
  /**
40
40
  * Check if a given object implements the SurveyAttributesSchema interface.
@@ -50,19 +50,13 @@ function SurveyAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
50
50
  return json;
51
51
  }
52
52
  return {
53
+ 'name': json['name'] == null ? undefined : json['name'],
54
+ 'kind': json['kind'] == null ? undefined : json['kind'],
53
55
  'status': json['status'] == null ? undefined : json['status'],
54
- 'stage': json['stage'] == null ? undefined : json['stage'],
55
- 'score': json['score'] == null ? undefined : json['score'],
56
- 'comment': json['comment'] == null ? undefined : json['comment'],
57
- 'npsCategory': json['npsCategory'] == null ? undefined : json['npsCategory'],
58
- 'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
59
- 'candidateName': json['candidateName'] == null ? undefined : json['candidateName'],
60
- 'jobTitle': json['jobTitle'] == null ? undefined : json['jobTitle'],
61
- 'companyName': json['companyName'] == null ? undefined : json['companyName'],
62
- 'candidateId': json['candidateId'] == null ? undefined : json['candidateId'],
63
- 'jobId': json['jobId'] == null ? undefined : json['jobId'],
64
- 'expiresAt': json['expiresAt'] == null ? undefined : (new Date(json['expiresAt'])),
65
- 'respondedAt': json['respondedAt'] == null ? undefined : (new Date(json['respondedAt'])),
56
+ 'content': json['content'] == null ? undefined : (0, SurveyContentSchema_1.SurveyContentSchemaFromJSON)(json['content']),
57
+ 'publishedContent': json['publishedContent'] == null ? undefined : (0, SurveyContentSchema_1.SurveyContentSchemaFromJSON)(json['publishedContent']),
58
+ 'version': json['version'] == null ? undefined : json['version'],
59
+ 'publishedAt': json['publishedAt'] == null ? undefined : (new Date(json['publishedAt'])),
66
60
  'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
67
61
  };
68
62
  }
@@ -74,18 +68,10 @@ function SurveyAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
74
68
  return value;
75
69
  }
76
70
  return {
71
+ 'name': value['name'],
72
+ 'kind': value['kind'],
77
73
  'status': value['status'],
78
- 'stage': value['stage'],
79
- 'score': value['score'],
80
- 'comment': value['comment'],
81
- 'languageCode': value['languageCode'],
82
- 'candidateName': value['candidateName'],
83
- 'jobTitle': value['jobTitle'],
84
- 'companyName': value['companyName'],
85
- 'candidateId': value['candidateId'],
86
- 'jobId': value['jobId'],
87
- 'expiresAt': value['expiresAt'] == null ? value['expiresAt'] : value['expiresAt'].toISOString(),
88
- 'respondedAt': value['respondedAt'] == null ? value['respondedAt'] : value['respondedAt'].toISOString(),
74
+ 'content': (0, SurveyContentSchema_1.SurveyContentSchemaToJSON)(value['content']),
89
75
  'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
90
76
  };
91
77
  }
@@ -1 +1 @@
1
- {"version":3,"file":"SurveyAttributesSchema.js","sourceRoot":"","sources":["../../src/models/SurveyAttributesSchema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"SurveyAttributesSchema.js","sourceRoot":"","sources":["../../src/models/SurveyAttributesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA6GH,4EAEC;AAED,wEAEC;AAED,kFAeC;AAED,oEAEC;AAED,8EAaC;AAnJD,+DAK+B;AAE/B,yEAKoC;AAsEpC;;GAEG;AACU,QAAA,8BAA8B,GAAG;IAC1C,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;CACZ,CAAC;AAGX;;GAEG;AACU,QAAA,gCAAgC,GAAG;IAC5C,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;CACd,CAAC;AAIX;;GAEG;AACH,SAAgB,gCAAgC,CAAC,KAAa;IAC1D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,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,IAAA,iDAA2B,EAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC7F,kBAAkB,EAAE,IAAI,CAAC,kBAAkB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACxH,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC;QACxF,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2DAAgC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC9G,CAAC;AACN,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,KAAuF,EAAE,sBAA+B,KAAK;IAC3K,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,SAAS,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QACtD,YAAY,EAAE,IAAA,yDAA8B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACpE,CAAC;AACN,CAAC"}
@@ -0,0 +1,42 @@
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 { SurveyQuestionSchema } from './SurveyQuestionSchema';
13
+ /**
14
+ * The questionnaire: a locale-keyed title plus an ordered question list.
15
+ * @export
16
+ * @interface SurveyContentSchema
17
+ */
18
+ export interface SurveyContentSchema {
19
+ /**
20
+ * Locale map, e.g. {"en-US": "Your application experience", "pl-PL": "..."}. en-US is required to publish; clients render by locale prefix with en-US fallback.
21
+ * @type {{ [key: string]: string; }}
22
+ * @memberof SurveyContentSchema
23
+ */
24
+ title?: {
25
+ [key: string]: string;
26
+ };
27
+ /**
28
+ *
29
+ * @type {Array<SurveyQuestionSchema>}
30
+ * @memberof SurveyContentSchema
31
+ */
32
+ questions?: Array<SurveyQuestionSchema>;
33
+ }
34
+ /**
35
+ * Check if a given object implements the SurveyContentSchema interface.
36
+ */
37
+ export declare function instanceOfSurveyContentSchema(value: object): value is SurveyContentSchema;
38
+ export declare function SurveyContentSchemaFromJSON(json: any): SurveyContentSchema;
39
+ export declare function SurveyContentSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurveyContentSchema;
40
+ export declare function SurveyContentSchemaToJSON(json: any): SurveyContentSchema;
41
+ export declare function SurveyContentSchemaToJSONTyped(value?: SurveyContentSchema | null, ignoreDiscriminator?: boolean): any;
42
+ //# sourceMappingURL=SurveyContentSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyContentSchema.d.ts","sourceRoot":"","sources":["../../src/models/SurveyContentSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAQnE;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACnC;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;CAC3C;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAEzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAS7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5H"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfSurveyContentSchema = instanceOfSurveyContentSchema;
17
+ exports.SurveyContentSchemaFromJSON = SurveyContentSchemaFromJSON;
18
+ exports.SurveyContentSchemaFromJSONTyped = SurveyContentSchemaFromJSONTyped;
19
+ exports.SurveyContentSchemaToJSON = SurveyContentSchemaToJSON;
20
+ exports.SurveyContentSchemaToJSONTyped = SurveyContentSchemaToJSONTyped;
21
+ const SurveyQuestionSchema_1 = require("./SurveyQuestionSchema");
22
+ /**
23
+ * Check if a given object implements the SurveyContentSchema interface.
24
+ */
25
+ function instanceOfSurveyContentSchema(value) {
26
+ return true;
27
+ }
28
+ function SurveyContentSchemaFromJSON(json) {
29
+ return SurveyContentSchemaFromJSONTyped(json, false);
30
+ }
31
+ function SurveyContentSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'title': json['title'] == null ? undefined : json['title'],
37
+ 'questions': json['questions'] == null ? undefined : (json['questions'].map(SurveyQuestionSchema_1.SurveyQuestionSchemaFromJSON)),
38
+ };
39
+ }
40
+ function SurveyContentSchemaToJSON(json) {
41
+ return SurveyContentSchemaToJSONTyped(json, false);
42
+ }
43
+ function SurveyContentSchemaToJSONTyped(value, ignoreDiscriminator = false) {
44
+ if (value == null) {
45
+ return value;
46
+ }
47
+ return {
48
+ 'title': value['title'],
49
+ 'questions': value['questions'] == null ? undefined : (value['questions'].map(SurveyQuestionSchema_1.SurveyQuestionSchemaToJSON)),
50
+ };
51
+ }
52
+ //# sourceMappingURL=SurveyContentSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyContentSchema.js","sourceRoot":"","sources":["../../src/models/SurveyContentSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAkCH,sEAEC;AAED,kEAEC;AAED,4EASC;AAED,8DAEC;AAED,wEAUC;AA/DD,iEAKgC;AAsBhC;;GAEG;AACH,SAAgB,6BAA6B,CAAC,KAAa;IACvD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS,EAAE,mBAA4B;IACpF,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,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,WAAW,CAAgB,CAAC,GAAG,CAAC,mDAA4B,CAAC,CAAC;KAC7H,CAAC;AACN,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,SAAgB,8BAA8B,CAAC,KAAkC,EAAE,sBAA+B,KAAK;IACnH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,WAAW,CAAgB,CAAC,GAAG,CAAC,iDAA0B,CAAC,CAAC;KAC7H,CAAC;AACN,CAAC"}
@@ -0,0 +1,41 @@
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 SurveyQuestionOptionSchema
16
+ */
17
+ export interface SurveyQuestionOptionSchema {
18
+ /**
19
+ * Stable lowercase slug (a-z, 0-9, -). What the recipient submits - locale-proof, never the label.
20
+ * @type {string}
21
+ * @memberof SurveyQuestionOptionSchema
22
+ */
23
+ value?: string;
24
+ /**
25
+ * Locale map. en-US required to publish.
26
+ * @type {{ [key: string]: string; }}
27
+ * @memberof SurveyQuestionOptionSchema
28
+ */
29
+ label?: {
30
+ [key: string]: string;
31
+ };
32
+ }
33
+ /**
34
+ * Check if a given object implements the SurveyQuestionOptionSchema interface.
35
+ */
36
+ export declare function instanceOfSurveyQuestionOptionSchema(value: object): value is SurveyQuestionOptionSchema;
37
+ export declare function SurveyQuestionOptionSchemaFromJSON(json: any): SurveyQuestionOptionSchema;
38
+ export declare function SurveyQuestionOptionSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurveyQuestionOptionSchema;
39
+ export declare function SurveyQuestionOptionSchemaToJSON(json: any): SurveyQuestionOptionSchema;
40
+ export declare function SurveyQuestionOptionSchemaToJSONTyped(value?: SurveyQuestionOptionSchema | null, ignoreDiscriminator?: boolean): any;
41
+ //# sourceMappingURL=SurveyQuestionOptionSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyQuestionOptionSchema.d.ts","sourceRoot":"","sources":["../../src/models/SurveyQuestionOptionSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;CACtC;AAED;;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,CAS3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU1I"}
@@ -0,0 +1,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.instanceOfSurveyQuestionOptionSchema = instanceOfSurveyQuestionOptionSchema;
17
+ exports.SurveyQuestionOptionSchemaFromJSON = SurveyQuestionOptionSchemaFromJSON;
18
+ exports.SurveyQuestionOptionSchemaFromJSONTyped = SurveyQuestionOptionSchemaFromJSONTyped;
19
+ exports.SurveyQuestionOptionSchemaToJSON = SurveyQuestionOptionSchemaToJSON;
20
+ exports.SurveyQuestionOptionSchemaToJSONTyped = SurveyQuestionOptionSchemaToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the SurveyQuestionOptionSchema interface.
23
+ */
24
+ function instanceOfSurveyQuestionOptionSchema(value) {
25
+ return true;
26
+ }
27
+ function SurveyQuestionOptionSchemaFromJSON(json) {
28
+ return SurveyQuestionOptionSchemaFromJSONTyped(json, false);
29
+ }
30
+ function SurveyQuestionOptionSchemaFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'value': json['value'] == null ? undefined : json['value'],
36
+ 'label': json['label'] == null ? undefined : json['label'],
37
+ };
38
+ }
39
+ function SurveyQuestionOptionSchemaToJSON(json) {
40
+ return SurveyQuestionOptionSchemaToJSONTyped(json, false);
41
+ }
42
+ function SurveyQuestionOptionSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'value': value['value'],
48
+ 'label': value['label'],
49
+ };
50
+ }
51
+ //# sourceMappingURL=SurveyQuestionOptionSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyQuestionOptionSchema.js","sourceRoot":"","sources":["../../src/models/SurveyQuestionOptionSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,oFAEC;AAED,gFAEC;AAED,0FASC;AAED,4EAEC;AAED,sFAUC;AApCD;;GAEG;AACH,SAAgB,oCAAoC,CAAC,KAAa;IAC9D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS,EAAE,mBAA4B;IAC3F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;KAC7D,CAAC;AACN,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,KAAyC,EAAE,sBAA+B,KAAK;IACjI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;KAC1B,CAAC;AACN,CAAC"}
@@ -0,0 +1,119 @@
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 { SurveyQuestionOptionSchema } from './SurveyQuestionOptionSchema';
13
+ import type { SurveyQuestionSchemaScaleLabels } from './SurveyQuestionSchemaScaleLabels';
14
+ /**
15
+ * One question. Common fields: questionId (server-assigned when
16
+ * omitted; stable forever after - answers key on it), type, text
17
+ * (locale map), required. Per-type fields:
18
+ * scale - scaleMin/scaleMax (integers, min < max),
19
+ * optional scaleLabels {min, max} locale maps,
20
+ * optional subtype "nps" (pins 0-10, enables
21
+ * detractor/passive/promoter classification)
22
+ * single-choice / multiple-choice
23
+ * - options: 2-20 entries of {value, label};
24
+ * value is a stable lowercase slug (a-z, 0-9, -)
25
+ * the recipient submits; label is a locale map
26
+ * open-text - maxLength (default 2000, max 5000)
27
+ * @export
28
+ * @interface SurveyQuestionSchema
29
+ */
30
+ export interface SurveyQuestionSchema {
31
+ /**
32
+ * Stable identity of the question. Server-assigned uuid hex when omitted at save.
33
+ * @type {string}
34
+ * @memberof SurveyQuestionSchema
35
+ */
36
+ questionId?: string;
37
+ /**
38
+ *
39
+ * @type {SurveyQuestionSchemaTypeEnum}
40
+ * @memberof SurveyQuestionSchema
41
+ */
42
+ type?: SurveyQuestionSchemaTypeEnum;
43
+ /**
44
+ * scale only. nps pins scaleMin=0/scaleMax=10 and classifies answers detractor/passive/promoter on submit.
45
+ * @type {SurveyQuestionSchemaSubtypeEnum}
46
+ * @memberof SurveyQuestionSchema
47
+ */
48
+ subtype?: SurveyQuestionSchemaSubtypeEnum;
49
+ /**
50
+ *
51
+ * @type {boolean}
52
+ * @memberof SurveyQuestionSchema
53
+ */
54
+ required?: boolean;
55
+ /**
56
+ * Locale map of the question text. en-US required to publish.
57
+ * @type {{ [key: string]: string; }}
58
+ * @memberof SurveyQuestionSchema
59
+ */
60
+ text?: {
61
+ [key: string]: string;
62
+ };
63
+ /**
64
+ *
65
+ * @type {number}
66
+ * @memberof SurveyQuestionSchema
67
+ */
68
+ scaleMin?: number;
69
+ /**
70
+ *
71
+ * @type {number}
72
+ * @memberof SurveyQuestionSchema
73
+ */
74
+ scaleMax?: number;
75
+ /**
76
+ *
77
+ * @type {SurveyQuestionSchemaScaleLabels}
78
+ * @memberof SurveyQuestionSchema
79
+ */
80
+ scaleLabels?: SurveyQuestionSchemaScaleLabels;
81
+ /**
82
+ *
83
+ * @type {Array<SurveyQuestionOptionSchema>}
84
+ * @memberof SurveyQuestionSchema
85
+ */
86
+ options?: Array<SurveyQuestionOptionSchema>;
87
+ /**
88
+ * open-text only. Default 2000.
89
+ * @type {number}
90
+ * @memberof SurveyQuestionSchema
91
+ */
92
+ maxLength?: number;
93
+ }
94
+ /**
95
+ * @export
96
+ */
97
+ export declare const SurveyQuestionSchemaTypeEnum: {
98
+ readonly Scale: "scale";
99
+ readonly SingleChoice: "single-choice";
100
+ readonly MultipleChoice: "multiple-choice";
101
+ readonly OpenText: "open-text";
102
+ };
103
+ export type SurveyQuestionSchemaTypeEnum = typeof SurveyQuestionSchemaTypeEnum[keyof typeof SurveyQuestionSchemaTypeEnum];
104
+ /**
105
+ * @export
106
+ */
107
+ export declare const SurveyQuestionSchemaSubtypeEnum: {
108
+ readonly Nps: "nps";
109
+ };
110
+ export type SurveyQuestionSchemaSubtypeEnum = typeof SurveyQuestionSchemaSubtypeEnum[keyof typeof SurveyQuestionSchemaSubtypeEnum];
111
+ /**
112
+ * Check if a given object implements the SurveyQuestionSchema interface.
113
+ */
114
+ export declare function instanceOfSurveyQuestionSchema(value: object): value is SurveyQuestionSchema;
115
+ export declare function SurveyQuestionSchemaFromJSON(json: any): SurveyQuestionSchema;
116
+ export declare function SurveyQuestionSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurveyQuestionSchema;
117
+ export declare function SurveyQuestionSchemaToJSON(json: any): SurveyQuestionSchema;
118
+ export declare function SurveyQuestionSchemaToJSONTyped(value?: SurveyQuestionSchema | null, ignoreDiscriminator?: boolean): any;
119
+ //# sourceMappingURL=SurveyQuestionSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyQuestionSchema.d.ts","sourceRoot":"","sources":["../../src/models/SurveyQuestionSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAO/E,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAQzF;;;;;;;;;;;;;;;GAeG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,OAAO,CAAC,EAAE,+BAA+B,CAAC;IAC1C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IAClC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,+BAA+B,CAAC;IAC9C;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAC5C;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAGD;;GAEG;AACH,eAAO,MAAM,4BAA4B;;;;;CAK/B,CAAC;AACX,MAAM,MAAM,4BAA4B,GAAG,OAAO,4BAA4B,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC;AAE1H;;GAEG;AACH,eAAO,MAAM,+BAA+B;;CAElC,CAAC;AACX,MAAM,MAAM,+BAA+B,GAAG,OAAO,+BAA+B,CAAC,MAAM,OAAO,+BAA+B,CAAC,CAAC;AAGnI;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAE3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAiB/G;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE1E;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAkB9H"}