@eduware/oneroster 1.2.3 → 1.2.5

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 (194) hide show
  1. package/README.md +28 -17
  2. package/bin/mcp-server.js +338 -1328
  3. package/bin/mcp-server.js.map +22 -21
  4. package/dist/commonjs/index.d.ts +4 -0
  5. package/dist/commonjs/index.d.ts.map +1 -1
  6. package/dist/commonjs/index.js +41 -1
  7. package/dist/commonjs/index.js.map +1 -1
  8. package/dist/commonjs/models/errors/index.d.ts +1 -0
  9. package/dist/commonjs/models/errors/index.d.ts.map +1 -1
  10. package/dist/commonjs/models/errors/index.js +1 -0
  11. package/dist/commonjs/models/errors/index.js.map +1 -1
  12. package/dist/commonjs/models/operations/createuser.d.ts +8 -270
  13. package/dist/commonjs/models/operations/createuser.d.ts.map +1 -1
  14. package/dist/commonjs/models/operations/createuser.js +17 -178
  15. package/dist/commonjs/models/operations/createuser.js.map +1 -1
  16. package/dist/commonjs/models/operations/getallstudents.d.ts +6 -206
  17. package/dist/commonjs/models/operations/getallstudents.d.ts.map +1 -1
  18. package/dist/commonjs/models/operations/getallstudents.js +12 -132
  19. package/dist/commonjs/models/operations/getallstudents.js.map +1 -1
  20. package/dist/commonjs/models/operations/getallteachers.d.ts +6 -206
  21. package/dist/commonjs/models/operations/getallteachers.d.ts.map +1 -1
  22. package/dist/commonjs/models/operations/getallteachers.js +12 -132
  23. package/dist/commonjs/models/operations/getallteachers.js.map +1 -1
  24. package/dist/commonjs/models/operations/getallusers.d.ts +6 -206
  25. package/dist/commonjs/models/operations/getallusers.d.ts.map +1 -1
  26. package/dist/commonjs/models/operations/getallusers.js +12 -132
  27. package/dist/commonjs/models/operations/getallusers.js.map +1 -1
  28. package/dist/commonjs/models/operations/getclassesforuser.d.ts +4 -85
  29. package/dist/commonjs/models/operations/getclassesforuser.d.ts.map +1 -1
  30. package/dist/commonjs/models/operations/getclassesforuser.js +8 -67
  31. package/dist/commonjs/models/operations/getclassesforuser.js.map +1 -1
  32. package/dist/commonjs/models/operations/getresourcesforuser.d.ts +5 -111
  33. package/dist/commonjs/models/operations/getresourcesforuser.d.ts.map +1 -1
  34. package/dist/commonjs/models/operations/getresourcesforuser.js +10 -88
  35. package/dist/commonjs/models/operations/getresourcesforuser.js.map +1 -1
  36. package/dist/commonjs/models/operations/getstudent.d.ts +5 -174
  37. package/dist/commonjs/models/operations/getstudent.d.ts.map +1 -1
  38. package/dist/commonjs/models/operations/getstudent.js +10 -108
  39. package/dist/commonjs/models/operations/getstudent.js.map +1 -1
  40. package/dist/commonjs/models/operations/getstudentsforclass.d.ts +6 -206
  41. package/dist/commonjs/models/operations/getstudentsforclass.d.ts.map +1 -1
  42. package/dist/commonjs/models/operations/getstudentsforclass.js +12 -132
  43. package/dist/commonjs/models/operations/getstudentsforclass.js.map +1 -1
  44. package/dist/commonjs/models/operations/getstudentsforclassinschool.d.ts +6 -206
  45. package/dist/commonjs/models/operations/getstudentsforclassinschool.d.ts.map +1 -1
  46. package/dist/commonjs/models/operations/getstudentsforclassinschool.js +12 -132
  47. package/dist/commonjs/models/operations/getstudentsforclassinschool.js.map +1 -1
  48. package/dist/commonjs/models/operations/getstudentsforschool.d.ts +6 -206
  49. package/dist/commonjs/models/operations/getstudentsforschool.d.ts.map +1 -1
  50. package/dist/commonjs/models/operations/getstudentsforschool.js +12 -132
  51. package/dist/commonjs/models/operations/getstudentsforschool.js.map +1 -1
  52. package/dist/commonjs/models/operations/getteacher.d.ts +5 -174
  53. package/dist/commonjs/models/operations/getteacher.d.ts.map +1 -1
  54. package/dist/commonjs/models/operations/getteacher.js +10 -108
  55. package/dist/commonjs/models/operations/getteacher.js.map +1 -1
  56. package/dist/commonjs/models/operations/getteachersforclass.d.ts +6 -206
  57. package/dist/commonjs/models/operations/getteachersforclass.d.ts.map +1 -1
  58. package/dist/commonjs/models/operations/getteachersforclass.js +12 -132
  59. package/dist/commonjs/models/operations/getteachersforclass.js.map +1 -1
  60. package/dist/commonjs/models/operations/getteachersforclassinschool.d.ts +6 -206
  61. package/dist/commonjs/models/operations/getteachersforclassinschool.d.ts.map +1 -1
  62. package/dist/commonjs/models/operations/getteachersforclassinschool.js +12 -132
  63. package/dist/commonjs/models/operations/getteachersforclassinschool.js.map +1 -1
  64. package/dist/commonjs/models/operations/getteachersforschool.d.ts +6 -206
  65. package/dist/commonjs/models/operations/getteachersforschool.d.ts.map +1 -1
  66. package/dist/commonjs/models/operations/getteachersforschool.js +12 -132
  67. package/dist/commonjs/models/operations/getteachersforschool.js.map +1 -1
  68. package/dist/commonjs/models/operations/getuser.d.ts +5 -174
  69. package/dist/commonjs/models/operations/getuser.d.ts.map +1 -1
  70. package/dist/commonjs/models/operations/getuser.js +10 -108
  71. package/dist/commonjs/models/operations/getuser.js.map +1 -1
  72. package/dist/commonjs/models/operations/getuserwithdemographics.d.ts +5 -174
  73. package/dist/commonjs/models/operations/getuserwithdemographics.d.ts.map +1 -1
  74. package/dist/commonjs/models/operations/getuserwithdemographics.js +10 -108
  75. package/dist/commonjs/models/operations/getuserwithdemographics.js.map +1 -1
  76. package/dist/commonjs/models/operations/updateuser.d.ts +8 -270
  77. package/dist/commonjs/models/operations/updateuser.d.ts.map +1 -1
  78. package/dist/commonjs/models/operations/updateuser.js +17 -178
  79. package/dist/commonjs/models/operations/updateuser.js.map +1 -1
  80. package/dist/commonjs/models/shared/enums.d.ts +440 -0
  81. package/dist/commonjs/models/shared/enums.d.ts.map +1 -0
  82. package/dist/commonjs/models/shared/enums.js +499 -0
  83. package/dist/commonjs/models/shared/enums.js.map +1 -0
  84. package/dist/commonjs/models/shared/index.d.ts +8 -0
  85. package/dist/commonjs/models/shared/index.d.ts.map +1 -0
  86. package/dist/commonjs/models/shared/index.js +24 -0
  87. package/dist/commonjs/models/shared/index.js.map +1 -0
  88. package/dist/esm/index.d.ts +4 -0
  89. package/dist/esm/index.d.ts.map +1 -1
  90. package/dist/esm/index.js +14 -0
  91. package/dist/esm/index.js.map +1 -1
  92. package/dist/esm/models/errors/index.d.ts +1 -0
  93. package/dist/esm/models/errors/index.d.ts.map +1 -1
  94. package/dist/esm/models/errors/index.js +1 -0
  95. package/dist/esm/models/errors/index.js.map +1 -1
  96. package/dist/esm/models/operations/createuser.d.ts +8 -270
  97. package/dist/esm/models/operations/createuser.d.ts.map +1 -1
  98. package/dist/esm/models/operations/createuser.js +15 -176
  99. package/dist/esm/models/operations/createuser.js.map +1 -1
  100. package/dist/esm/models/operations/getallstudents.d.ts +6 -206
  101. package/dist/esm/models/operations/getallstudents.d.ts.map +1 -1
  102. package/dist/esm/models/operations/getallstudents.js +11 -131
  103. package/dist/esm/models/operations/getallstudents.js.map +1 -1
  104. package/dist/esm/models/operations/getallteachers.d.ts +6 -206
  105. package/dist/esm/models/operations/getallteachers.d.ts.map +1 -1
  106. package/dist/esm/models/operations/getallteachers.js +11 -131
  107. package/dist/esm/models/operations/getallteachers.js.map +1 -1
  108. package/dist/esm/models/operations/getallusers.d.ts +6 -206
  109. package/dist/esm/models/operations/getallusers.d.ts.map +1 -1
  110. package/dist/esm/models/operations/getallusers.js +11 -131
  111. package/dist/esm/models/operations/getallusers.js.map +1 -1
  112. package/dist/esm/models/operations/getclassesforuser.d.ts +4 -85
  113. package/dist/esm/models/operations/getclassesforuser.d.ts.map +1 -1
  114. package/dist/esm/models/operations/getclassesforuser.js +7 -66
  115. package/dist/esm/models/operations/getclassesforuser.js.map +1 -1
  116. package/dist/esm/models/operations/getresourcesforuser.d.ts +5 -111
  117. package/dist/esm/models/operations/getresourcesforuser.d.ts.map +1 -1
  118. package/dist/esm/models/operations/getresourcesforuser.js +9 -87
  119. package/dist/esm/models/operations/getresourcesforuser.js.map +1 -1
  120. package/dist/esm/models/operations/getstudent.d.ts +5 -174
  121. package/dist/esm/models/operations/getstudent.d.ts.map +1 -1
  122. package/dist/esm/models/operations/getstudent.js +9 -107
  123. package/dist/esm/models/operations/getstudent.js.map +1 -1
  124. package/dist/esm/models/operations/getstudentsforclass.d.ts +6 -206
  125. package/dist/esm/models/operations/getstudentsforclass.d.ts.map +1 -1
  126. package/dist/esm/models/operations/getstudentsforclass.js +11 -131
  127. package/dist/esm/models/operations/getstudentsforclass.js.map +1 -1
  128. package/dist/esm/models/operations/getstudentsforclassinschool.d.ts +6 -206
  129. package/dist/esm/models/operations/getstudentsforclassinschool.d.ts.map +1 -1
  130. package/dist/esm/models/operations/getstudentsforclassinschool.js +11 -131
  131. package/dist/esm/models/operations/getstudentsforclassinschool.js.map +1 -1
  132. package/dist/esm/models/operations/getstudentsforschool.d.ts +6 -206
  133. package/dist/esm/models/operations/getstudentsforschool.d.ts.map +1 -1
  134. package/dist/esm/models/operations/getstudentsforschool.js +11 -131
  135. package/dist/esm/models/operations/getstudentsforschool.js.map +1 -1
  136. package/dist/esm/models/operations/getteacher.d.ts +5 -174
  137. package/dist/esm/models/operations/getteacher.d.ts.map +1 -1
  138. package/dist/esm/models/operations/getteacher.js +9 -107
  139. package/dist/esm/models/operations/getteacher.js.map +1 -1
  140. package/dist/esm/models/operations/getteachersforclass.d.ts +6 -206
  141. package/dist/esm/models/operations/getteachersforclass.d.ts.map +1 -1
  142. package/dist/esm/models/operations/getteachersforclass.js +11 -131
  143. package/dist/esm/models/operations/getteachersforclass.js.map +1 -1
  144. package/dist/esm/models/operations/getteachersforclassinschool.d.ts +6 -206
  145. package/dist/esm/models/operations/getteachersforclassinschool.d.ts.map +1 -1
  146. package/dist/esm/models/operations/getteachersforclassinschool.js +11 -131
  147. package/dist/esm/models/operations/getteachersforclassinschool.js.map +1 -1
  148. package/dist/esm/models/operations/getteachersforschool.d.ts +6 -206
  149. package/dist/esm/models/operations/getteachersforschool.d.ts.map +1 -1
  150. package/dist/esm/models/operations/getteachersforschool.js +11 -131
  151. package/dist/esm/models/operations/getteachersforschool.js.map +1 -1
  152. package/dist/esm/models/operations/getuser.d.ts +5 -174
  153. package/dist/esm/models/operations/getuser.d.ts.map +1 -1
  154. package/dist/esm/models/operations/getuser.js +9 -107
  155. package/dist/esm/models/operations/getuser.js.map +1 -1
  156. package/dist/esm/models/operations/getuserwithdemographics.d.ts +5 -174
  157. package/dist/esm/models/operations/getuserwithdemographics.d.ts.map +1 -1
  158. package/dist/esm/models/operations/getuserwithdemographics.js +9 -107
  159. package/dist/esm/models/operations/getuserwithdemographics.js.map +1 -1
  160. package/dist/esm/models/operations/updateuser.d.ts +8 -270
  161. package/dist/esm/models/operations/updateuser.d.ts.map +1 -1
  162. package/dist/esm/models/operations/updateuser.js +15 -176
  163. package/dist/esm/models/operations/updateuser.js.map +1 -1
  164. package/dist/esm/models/shared/enums.d.ts +440 -0
  165. package/dist/esm/models/shared/enums.d.ts.map +1 -0
  166. package/dist/esm/models/shared/enums.js +462 -0
  167. package/dist/esm/models/shared/enums.js.map +1 -0
  168. package/dist/esm/models/shared/index.d.ts +8 -0
  169. package/dist/esm/models/shared/index.d.ts.map +1 -0
  170. package/dist/esm/models/shared/index.js +8 -0
  171. package/dist/esm/models/shared/index.js.map +1 -0
  172. package/package.json +55 -1
  173. package/src/index.ts +44 -0
  174. package/src/models/errors/index.ts +1 -0
  175. package/src/models/operations/createuser.ts +35 -238
  176. package/src/models/operations/getallstudents.ts +32 -170
  177. package/src/models/operations/getallteachers.ts +32 -170
  178. package/src/models/operations/getallusers.ts +32 -170
  179. package/src/models/operations/getclassesforuser.ts +20 -97
  180. package/src/models/operations/getresourcesforuser.ts +26 -127
  181. package/src/models/operations/getstudent.ts +26 -136
  182. package/src/models/operations/getstudentsforclass.ts +32 -180
  183. package/src/models/operations/getstudentsforclassinschool.ts +32 -188
  184. package/src/models/operations/getstudentsforschool.ts +32 -180
  185. package/src/models/operations/getteacher.ts +26 -136
  186. package/src/models/operations/getteachersforclass.ts +32 -180
  187. package/src/models/operations/getteachersforclassinschool.ts +32 -188
  188. package/src/models/operations/getteachersforschool.ts +32 -180
  189. package/src/models/operations/getuser.ts +26 -136
  190. package/src/models/operations/getuserwithdemographics.ts +26 -144
  191. package/src/models/operations/updateuser.ts +35 -238
  192. package/src/models/shared/enums.ts +567 -0
  193. package/src/models/shared/index.ts +8 -0
  194. package/test/classlink.test.ts +26 -26
@@ -33,7 +33,7 @@ var __importStar = (this && this.__importStar) || (function () {
33
33
  };
34
34
  })();
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.GetResourcesForUserResponse$ = exports.GetResourcesForUserResponse$outboundSchema = exports.GetResourcesForUserResponse$inboundSchema = exports.GetResourcesForUserResponseBody$ = exports.GetResourcesForUserResponseBody$outboundSchema = exports.GetResourcesForUserResponseBody$inboundSchema = exports.GetResourcesForUserResource$ = exports.GetResourcesForUserResource$outboundSchema = exports.GetResourcesForUserResource$inboundSchema = exports.GetResourcesForUserImportance$ = exports.GetResourcesForUserImportance$outboundSchema = exports.GetResourcesForUserImportance$inboundSchema = exports.GetResourcesForUserRole$ = exports.GetResourcesForUserRole$outboundSchema = exports.GetResourcesForUserRole$inboundSchema = exports.GetResourcesForUserStatus$ = exports.GetResourcesForUserStatus$outboundSchema = exports.GetResourcesForUserStatus$inboundSchema = exports.GetResourcesForUserRequest$ = exports.GetResourcesForUserRequest$outboundSchema = exports.GetResourcesForUserRequest$inboundSchema = exports.GetResourcesForUserOrderBy$ = exports.GetResourcesForUserOrderBy$outboundSchema = exports.GetResourcesForUserOrderBy$inboundSchema = exports.GetResourcesForUserImportance = exports.GetResourcesForUserRole = exports.GetResourcesForUserStatus = exports.GetResourcesForUserOrderBy = void 0;
36
+ exports.GetResourcesForUserResponse$ = exports.GetResourcesForUserResponse$outboundSchema = exports.GetResourcesForUserResponse$inboundSchema = exports.GetResourcesForUserResponseBody$ = exports.GetResourcesForUserResponseBody$outboundSchema = exports.GetResourcesForUserResponseBody$inboundSchema = exports.GetResourcesForUserResource$ = exports.GetResourcesForUserResource$outboundSchema = exports.GetResourcesForUserResource$inboundSchema = exports.GetResourcesForUserRequest$ = exports.GetResourcesForUserRequest$outboundSchema = exports.GetResourcesForUserRequest$inboundSchema = void 0;
37
37
  exports.getResourcesForUserRequestToJSON = getResourcesForUserRequestToJSON;
38
38
  exports.getResourcesForUserRequestFromJSON = getResourcesForUserRequestFromJSON;
39
39
  exports.getResourcesForUserResourceToJSON = getResourcesForUserResourceToJSON;
@@ -45,40 +45,7 @@ exports.getResourcesForUserResponseFromJSON = getResourcesForUserResponseFromJSO
45
45
  const z = __importStar(require("zod"));
46
46
  const primitives_js_1 = require("../../lib/primitives.js");
47
47
  const schemas_js_1 = require("../../lib/schemas.js");
48
- /**
49
- * The order to sort the response by
50
- */
51
- exports.GetResourcesForUserOrderBy = {
52
- Asc: 'asc',
53
- Desc: 'desc',
54
- };
55
- exports.GetResourcesForUserStatus = {
56
- Active: 'active',
57
- Tobedeleted: 'tobedeleted',
58
- };
59
- exports.GetResourcesForUserRole = {
60
- Primary: 'primary',
61
- Secondary: 'secondary',
62
- };
63
- exports.GetResourcesForUserImportance = {
64
- Primary: 'primary',
65
- Secondary: 'secondary',
66
- };
67
- /** @internal */
68
- exports.GetResourcesForUserOrderBy$inboundSchema = z.nativeEnum(exports.GetResourcesForUserOrderBy);
69
- /** @internal */
70
- exports.GetResourcesForUserOrderBy$outboundSchema = exports.GetResourcesForUserOrderBy$inboundSchema;
71
- /**
72
- * @internal
73
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
74
- */
75
- var GetResourcesForUserOrderBy$;
76
- (function (GetResourcesForUserOrderBy$) {
77
- /** @deprecated use `GetResourcesForUserOrderBy$inboundSchema` instead. */
78
- GetResourcesForUserOrderBy$.inboundSchema = exports.GetResourcesForUserOrderBy$inboundSchema;
79
- /** @deprecated use `GetResourcesForUserOrderBy$outboundSchema` instead. */
80
- GetResourcesForUserOrderBy$.outboundSchema = exports.GetResourcesForUserOrderBy$outboundSchema;
81
- })(GetResourcesForUserOrderBy$ || (exports.GetResourcesForUserOrderBy$ = GetResourcesForUserOrderBy$ = {}));
48
+ const enums_js_1 = require("../shared/enums.js");
82
49
  /** @internal */
83
50
  exports.GetResourcesForUserRequest$inboundSchema = z.object({
84
51
  userSourcedId: z.string(),
@@ -86,7 +53,7 @@ exports.GetResourcesForUserRequest$inboundSchema = z.object({
86
53
  limit: z.number().int().default(100),
87
54
  offset: z.number().int().default(0),
88
55
  sort: z.string().optional(),
89
- orderBy: exports.GetResourcesForUserOrderBy$inboundSchema.optional(),
56
+ orderBy: enums_js_1.OrderBy$inboundSchema.optional(),
90
57
  filter: z.string().optional(),
91
58
  search: z.string().optional(),
92
59
  });
@@ -97,7 +64,7 @@ exports.GetResourcesForUserRequest$outboundSchema = z.object({
97
64
  limit: z.number().int().default(100),
98
65
  offset: z.number().int().default(0),
99
66
  sort: z.string().optional(),
100
- orderBy: exports.GetResourcesForUserOrderBy$outboundSchema.optional(),
67
+ orderBy: enums_js_1.OrderBy$outboundSchema.optional(),
101
68
  filter: z.string().optional(),
102
69
  search: z.string().optional(),
103
70
  });
@@ -119,54 +86,9 @@ function getResourcesForUserRequestFromJSON(jsonString) {
119
86
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetResourcesForUserRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourcesForUserRequest' from JSON`);
120
87
  }
121
88
  /** @internal */
122
- exports.GetResourcesForUserStatus$inboundSchema = z.nativeEnum(exports.GetResourcesForUserStatus);
123
- /** @internal */
124
- exports.GetResourcesForUserStatus$outboundSchema = exports.GetResourcesForUserStatus$inboundSchema;
125
- /**
126
- * @internal
127
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
128
- */
129
- var GetResourcesForUserStatus$;
130
- (function (GetResourcesForUserStatus$) {
131
- /** @deprecated use `GetResourcesForUserStatus$inboundSchema` instead. */
132
- GetResourcesForUserStatus$.inboundSchema = exports.GetResourcesForUserStatus$inboundSchema;
133
- /** @deprecated use `GetResourcesForUserStatus$outboundSchema` instead. */
134
- GetResourcesForUserStatus$.outboundSchema = exports.GetResourcesForUserStatus$outboundSchema;
135
- })(GetResourcesForUserStatus$ || (exports.GetResourcesForUserStatus$ = GetResourcesForUserStatus$ = {}));
136
- /** @internal */
137
- exports.GetResourcesForUserRole$inboundSchema = z.nativeEnum(exports.GetResourcesForUserRole);
138
- /** @internal */
139
- exports.GetResourcesForUserRole$outboundSchema = exports.GetResourcesForUserRole$inboundSchema;
140
- /**
141
- * @internal
142
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
143
- */
144
- var GetResourcesForUserRole$;
145
- (function (GetResourcesForUserRole$) {
146
- /** @deprecated use `GetResourcesForUserRole$inboundSchema` instead. */
147
- GetResourcesForUserRole$.inboundSchema = exports.GetResourcesForUserRole$inboundSchema;
148
- /** @deprecated use `GetResourcesForUserRole$outboundSchema` instead. */
149
- GetResourcesForUserRole$.outboundSchema = exports.GetResourcesForUserRole$outboundSchema;
150
- })(GetResourcesForUserRole$ || (exports.GetResourcesForUserRole$ = GetResourcesForUserRole$ = {}));
151
- /** @internal */
152
- exports.GetResourcesForUserImportance$inboundSchema = z.nativeEnum(exports.GetResourcesForUserImportance);
153
- /** @internal */
154
- exports.GetResourcesForUserImportance$outboundSchema = exports.GetResourcesForUserImportance$inboundSchema;
155
- /**
156
- * @internal
157
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
158
- */
159
- var GetResourcesForUserImportance$;
160
- (function (GetResourcesForUserImportance$) {
161
- /** @deprecated use `GetResourcesForUserImportance$inboundSchema` instead. */
162
- GetResourcesForUserImportance$.inboundSchema = exports.GetResourcesForUserImportance$inboundSchema;
163
- /** @deprecated use `GetResourcesForUserImportance$outboundSchema` instead. */
164
- GetResourcesForUserImportance$.outboundSchema = exports.GetResourcesForUserImportance$outboundSchema;
165
- })(GetResourcesForUserImportance$ || (exports.GetResourcesForUserImportance$ = GetResourcesForUserImportance$ = {}));
166
- /** @internal */
167
89
  exports.GetResourcesForUserResource$inboundSchema = z.object({
168
90
  sourcedId: z.string(),
169
- status: exports.GetResourcesForUserStatus$inboundSchema,
91
+ status: enums_js_1.Status$inboundSchema,
170
92
  dateLastModified: z
171
93
  .string()
172
94
  .datetime({ offset: true })
@@ -174,8 +96,8 @@ exports.GetResourcesForUserResource$inboundSchema = z.object({
174
96
  .optional(),
175
97
  metadata: z.nullable(z.record(z.any())).optional(),
176
98
  title: z.string(),
177
- roles: z.array(exports.GetResourcesForUserRole$inboundSchema).optional(),
178
- importance: exports.GetResourcesForUserImportance$inboundSchema.optional(),
99
+ roles: z.array(enums_js_1.RoleType$inboundSchema).optional(),
100
+ importance: enums_js_1.Importance$inboundSchema.optional(),
179
101
  vendorResourceId: z.string(),
180
102
  vendorId: z.nullable(z.string()).optional(),
181
103
  applicationId: z.nullable(z.string()).optional(),
@@ -183,15 +105,15 @@ exports.GetResourcesForUserResource$inboundSchema = z.object({
183
105
  /** @internal */
184
106
  exports.GetResourcesForUserResource$outboundSchema = z.object({
185
107
  sourcedId: z.string(),
186
- status: exports.GetResourcesForUserStatus$outboundSchema,
108
+ status: enums_js_1.Status$outboundSchema,
187
109
  dateLastModified: z
188
110
  .date()
189
111
  .transform((v) => v.toISOString())
190
112
  .optional(),
191
113
  metadata: z.nullable(z.record(z.any())).optional(),
192
114
  title: z.string(),
193
- roles: z.array(exports.GetResourcesForUserRole$outboundSchema).optional(),
194
- importance: exports.GetResourcesForUserImportance$outboundSchema.optional(),
115
+ roles: z.array(enums_js_1.RoleType$outboundSchema).optional(),
116
+ importance: enums_js_1.Importance$outboundSchema.optional(),
195
117
  vendorResourceId: z.string(),
196
118
  vendorId: z.nullable(z.string()).optional(),
197
119
  applicationId: z.nullable(z.string()).optional(),
@@ -1 +1 @@
1
- {"version":3,"file":"getresourcesforuser.js","sourceRoot":"","sources":["../../../../src/models/operations/getresourcesforuser.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"getresourcesforuser.js","sourceRoot":"","sources":["../../../../src/models/operations/getresourcesforuser.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4IA,4EAMC;AAED,gFAQC;AAwED,8EAMC;AAED,kFAQC;AAsCD,sFAMC;AAED,0FAQC;AAkDD,8EAMC;AAED,kFAQC;AA5WD,uCAAyB;AAEzB,2DAA0D;AAC1D,qDAAiD;AAGjD,iDAa4B;AAgE5B,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACT,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC;IACpC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACnC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,OAAO,EAAE,gCAAqB,CAAC,QAAQ,EAAE;IACzC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAcH,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACT,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC;IACpC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACnC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,OAAO,EAAE,iCAAsB,CAAC,QAAQ,EAAE;IAC1C,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,2BAA2B,CAO3C;AAPD,WAAiB,2BAA2B;IACxC,0EAA0E;IAC7D,yCAAa,GAAG,gDAAwC,CAAC;IACtE,2EAA2E;IAC9D,0CAAc,GAAG,iDAAyC,CAAC;AAG5E,CAAC,EAPgB,2BAA2B,2CAA3B,2BAA2B,QAO3C;AAED,SAAgB,gCAAgC,CAC5C,0BAAsD;IAEtD,OAAO,IAAI,CAAC,SAAS,CACjB,iDAAyC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAC9E,CAAC;AACN,CAAC;AAED,SAAgB,kCAAkC,CAC9C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACZ,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,gDAAwC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACpE,wDAAwD,CAC3D,CAAC;AACN,CAAC;AAED,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACT,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,MAAM,EAAE,+BAAoB;IAC5B,gBAAgB,EAAE,CAAC;SACd,MAAM,EAAE;SACR,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;SAC1B,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC;SAC7B,QAAQ,EAAE;IACf,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;IAClD,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,iCAAsB,CAAC,CAAC,QAAQ,EAAE;IACjD,UAAU,EAAE,mCAAwB,CAAC,QAAQ,EAAE;IAC/C,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC5B,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC3C,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CACnD,CAAC,CAAC;AAgBH,gBAAgB;AACH,QAAA,0CAA0C,GAInD,CAAC,CAAC,MAAM,CAAC;IACT,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,MAAM,EAAE,gCAAqB;IAC7B,gBAAgB,EAAE,CAAC;SACd,IAAI,EAAE;SACN,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;SACjC,QAAQ,EAAE;IACf,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;IAClD,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,kCAAuB,CAAC,CAAC,QAAQ,EAAE;IAClD,UAAU,EAAE,oCAAyB,CAAC,QAAQ,EAAE;IAChD,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC5B,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC3C,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CACnD,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IACzC,2EAA2E;IAC9D,0CAAa,GAAG,iDAAyC,CAAC;IACvE,4EAA4E;IAC/D,2CAAc,GAAG,kDAA0C,CAAC;AAG7E,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C;AAED,SAAgB,iCAAiC,CAC7C,2BAAwD;IAExD,OAAO,IAAI,CAAC,SAAS,CACjB,kDAA0C,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAChF,CAAC;AACN,CAAC;AAED,SAAgB,mCAAmC,CAC/C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACZ,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,iDAAyC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrE,yDAAyD,CAC5D,CAAC;AACN,CAAC;AAED,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACT,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,iDAAyC,CAAC,CAAC;CAC9E,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,CAAC,CAAC,MAAM,CAAC;IACT,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,kDAA0C,CAAC,CAAC;CAC/E,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,gCAAgC,CAOhD;AAPD,WAAiB,gCAAgC;IAC7C,+EAA+E;IAClE,8CAAa,GAAG,qDAA6C,CAAC;IAC3E,gFAAgF;IACnE,+CAAc,GAAG,sDAA8C,CAAC;AAGjF,CAAC,EAPgB,gCAAgC,gDAAhC,gCAAgC,QAOhD;AAED,SAAgB,qCAAqC,CACjD,+BAAgE;IAEhE,OAAO,IAAI,CAAC,SAAS,CACjB,sDAA8C,CAAC,KAAK,CAAC,+BAA+B,CAAC,CACxF,CAAC;AACN,CAAC;AAED,SAAgB,uCAAuC,CACnD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACZ,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,qDAA6C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzE,6DAA6D,CAChE,CAAC;AACN,CAAC;AAED,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC;KACA,MAAM,CAAC;IACJ,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,qDAA6C,CAAC;CACtE,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,MAAM,EAAE,QAAQ;KACnB,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAOP,gBAAgB;AACH,QAAA,0CAA0C,GAInD,CAAC;KACA,MAAM,CAAC;IACJ,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,sDAA8C,CAAC;CACvE,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,MAAM,EAAE,QAAQ;KACnB,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IACzC,2EAA2E;IAC9D,0CAAa,GAAG,iDAAyC,CAAC;IACvE,4EAA4E;IAC/D,2CAAc,GAAG,kDAA0C,CAAC;AAG7E,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C;AAED,SAAgB,iCAAiC,CAC7C,2BAAwD;IAExD,OAAO,IAAI,CAAC,SAAS,CACjB,kDAA0C,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAChF,CAAC;AACN,CAAC;AAED,SAAgB,mCAAmC,CAC/C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACZ,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,iDAAyC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrE,yDAAyD,CAC5D,CAAC;AACN,CAAC"}
@@ -1,78 +1,35 @@
1
1
  import * as z from 'zod';
2
- import { ClosedEnum } from '../../types/enums.js';
3
2
  import { Result as SafeParseResult } from '../../types/fp.js';
4
3
  import * as components from '../components/index.js';
5
4
  import { SDKValidationError } from '../errors/sdkvalidationerror.js';
5
+ import { EntityType, RoleType, Status, UserRole } from '../shared/enums.js';
6
6
  export type GetStudentRequest = {
7
7
  /**
8
8
  * The sourcedId of the student
9
9
  */
10
10
  sourcedId: string;
11
11
  };
12
- export declare const GetStudentStatus: {
13
- readonly Active: "active";
14
- readonly Tobedeleted: "tobedeleted";
15
- };
16
- export type GetStudentStatus = ClosedEnum<typeof GetStudentStatus>;
17
12
  export type GetStudentUserId = {
18
13
  type: string;
19
14
  identifier: string;
20
15
  };
21
- export declare const GetStudentRoleType: {
22
- readonly Primary: "primary";
23
- readonly Secondary: "secondary";
24
- };
25
- export type GetStudentRoleType = ClosedEnum<typeof GetStudentRoleType>;
26
- export declare const GetStudentRoleEnum: {
27
- readonly Administrator: "administrator";
28
- readonly Aide: "aide";
29
- readonly Guardian: "guardian";
30
- readonly Parent: "parent";
31
- readonly Proctor: "proctor";
32
- readonly Relative: "relative";
33
- readonly Student: "student";
34
- readonly Teacher: "teacher";
35
- };
36
- export type GetStudentRoleEnum = ClosedEnum<typeof GetStudentRoleEnum>;
37
16
  export type GetStudentOrg = {
38
17
  href: string;
39
18
  sourcedId: string;
40
19
  type: string;
41
20
  };
42
21
  export type GetStudentRole = {
43
- roleType: GetStudentRoleType;
44
- role: GetStudentRoleEnum;
22
+ roleType: RoleType;
23
+ role: UserRole;
45
24
  org: GetStudentOrg;
46
25
  userProfile?: string | undefined;
47
26
  beginDate: string | null;
48
27
  endDate: string | null;
49
28
  };
50
- export declare const GetStudentType: {
51
- readonly AcademicSession: "academicSession";
52
- readonly AssessmentLineItem: "assessmentLineItem";
53
- readonly Category: "category";
54
- readonly Class: "class";
55
- readonly Course: "course";
56
- readonly Demographics: "demographics";
57
- readonly Enrollment: "enrollment";
58
- readonly GradingPeriod: "gradingPeriod";
59
- readonly LineItem: "lineItem";
60
- readonly Org: "org";
61
- readonly Resource: "resource";
62
- readonly Result: "result";
63
- readonly ScoreScale: "scoreScale";
64
- readonly Student: "student";
65
- readonly Teacher: "teacher";
66
- readonly Term: "term";
67
- readonly User: "user";
68
- readonly ComponentResource: "componentResource";
69
- readonly CourseComponent: "courseComponent";
70
- };
71
- export type GetStudentType = ClosedEnum<typeof GetStudentType>;
72
29
  export type GetStudentAgent = {
73
30
  href: string;
74
31
  sourcedId: string;
75
- type: GetStudentType;
32
+ type: EntityType;
76
33
  };
77
34
  export type GetStudentPrimaryOrg = {
78
35
  href: string;
@@ -81,7 +38,7 @@ export type GetStudentPrimaryOrg = {
81
38
  };
82
39
  export type GetStudentUser = {
83
40
  sourcedId: string;
84
- status: GetStudentStatus;
41
+ status: Status;
85
42
  dateLastModified?: Date | undefined;
86
43
  metadata?: {
87
44
  [k: string]: any;
@@ -136,26 +93,6 @@ export declare namespace GetStudentRequest$ {
136
93
  export declare function getStudentRequestToJSON(getStudentRequest: GetStudentRequest): string;
137
94
  export declare function getStudentRequestFromJSON(jsonString: string): SafeParseResult<GetStudentRequest, SDKValidationError>;
138
95
  /** @internal */
139
- export declare const GetStudentStatus$inboundSchema: z.ZodNativeEnum<typeof GetStudentStatus>;
140
- /** @internal */
141
- export declare const GetStudentStatus$outboundSchema: z.ZodNativeEnum<typeof GetStudentStatus>;
142
- /**
143
- * @internal
144
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
145
- */
146
- export declare namespace GetStudentStatus$ {
147
- /** @deprecated use `GetStudentStatus$inboundSchema` instead. */
148
- const inboundSchema: z.ZodNativeEnum<{
149
- readonly Active: "active";
150
- readonly Tobedeleted: "tobedeleted";
151
- }>;
152
- /** @deprecated use `GetStudentStatus$outboundSchema` instead. */
153
- const outboundSchema: z.ZodNativeEnum<{
154
- readonly Active: "active";
155
- readonly Tobedeleted: "tobedeleted";
156
- }>;
157
- }
158
- /** @internal */
159
96
  export declare const GetStudentUserId$inboundSchema: z.ZodType<GetStudentUserId, z.ZodTypeDef, unknown>;
160
97
  /** @internal */
161
98
  export type GetStudentUserId$Outbound = {
@@ -179,58 +116,6 @@ export declare namespace GetStudentUserId$ {
179
116
  export declare function getStudentUserIdToJSON(getStudentUserId: GetStudentUserId): string;
180
117
  export declare function getStudentUserIdFromJSON(jsonString: string): SafeParseResult<GetStudentUserId, SDKValidationError>;
181
118
  /** @internal */
182
- export declare const GetStudentRoleType$inboundSchema: z.ZodNativeEnum<typeof GetStudentRoleType>;
183
- /** @internal */
184
- export declare const GetStudentRoleType$outboundSchema: z.ZodNativeEnum<typeof GetStudentRoleType>;
185
- /**
186
- * @internal
187
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
188
- */
189
- export declare namespace GetStudentRoleType$ {
190
- /** @deprecated use `GetStudentRoleType$inboundSchema` instead. */
191
- const inboundSchema: z.ZodNativeEnum<{
192
- readonly Primary: "primary";
193
- readonly Secondary: "secondary";
194
- }>;
195
- /** @deprecated use `GetStudentRoleType$outboundSchema` instead. */
196
- const outboundSchema: z.ZodNativeEnum<{
197
- readonly Primary: "primary";
198
- readonly Secondary: "secondary";
199
- }>;
200
- }
201
- /** @internal */
202
- export declare const GetStudentRoleEnum$inboundSchema: z.ZodNativeEnum<typeof GetStudentRoleEnum>;
203
- /** @internal */
204
- export declare const GetStudentRoleEnum$outboundSchema: z.ZodNativeEnum<typeof GetStudentRoleEnum>;
205
- /**
206
- * @internal
207
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
208
- */
209
- export declare namespace GetStudentRoleEnum$ {
210
- /** @deprecated use `GetStudentRoleEnum$inboundSchema` instead. */
211
- const inboundSchema: z.ZodNativeEnum<{
212
- readonly Administrator: "administrator";
213
- readonly Aide: "aide";
214
- readonly Guardian: "guardian";
215
- readonly Parent: "parent";
216
- readonly Proctor: "proctor";
217
- readonly Relative: "relative";
218
- readonly Student: "student";
219
- readonly Teacher: "teacher";
220
- }>;
221
- /** @deprecated use `GetStudentRoleEnum$outboundSchema` instead. */
222
- const outboundSchema: z.ZodNativeEnum<{
223
- readonly Administrator: "administrator";
224
- readonly Aide: "aide";
225
- readonly Guardian: "guardian";
226
- readonly Parent: "parent";
227
- readonly Proctor: "proctor";
228
- readonly Relative: "relative";
229
- readonly Student: "student";
230
- readonly Teacher: "teacher";
231
- }>;
232
- }
233
- /** @internal */
234
119
  export declare const GetStudentOrg$inboundSchema: z.ZodType<GetStudentOrg, z.ZodTypeDef, unknown>;
235
120
  /** @internal */
236
121
  export type GetStudentOrg$Outbound = {
@@ -282,60 +167,6 @@ export declare namespace GetStudentRole$ {
282
167
  export declare function getStudentRoleToJSON(getStudentRole: GetStudentRole): string;
283
168
  export declare function getStudentRoleFromJSON(jsonString: string): SafeParseResult<GetStudentRole, SDKValidationError>;
284
169
  /** @internal */
285
- export declare const GetStudentType$inboundSchema: z.ZodNativeEnum<typeof GetStudentType>;
286
- /** @internal */
287
- export declare const GetStudentType$outboundSchema: z.ZodNativeEnum<typeof GetStudentType>;
288
- /**
289
- * @internal
290
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
291
- */
292
- export declare namespace GetStudentType$ {
293
- /** @deprecated use `GetStudentType$inboundSchema` instead. */
294
- const inboundSchema: z.ZodNativeEnum<{
295
- readonly AcademicSession: "academicSession";
296
- readonly AssessmentLineItem: "assessmentLineItem";
297
- readonly Category: "category";
298
- readonly Class: "class";
299
- readonly Course: "course";
300
- readonly Demographics: "demographics";
301
- readonly Enrollment: "enrollment";
302
- readonly GradingPeriod: "gradingPeriod";
303
- readonly LineItem: "lineItem";
304
- readonly Org: "org";
305
- readonly Resource: "resource";
306
- readonly Result: "result";
307
- readonly ScoreScale: "scoreScale";
308
- readonly Student: "student";
309
- readonly Teacher: "teacher";
310
- readonly Term: "term";
311
- readonly User: "user";
312
- readonly ComponentResource: "componentResource";
313
- readonly CourseComponent: "courseComponent";
314
- }>;
315
- /** @deprecated use `GetStudentType$outboundSchema` instead. */
316
- const outboundSchema: z.ZodNativeEnum<{
317
- readonly AcademicSession: "academicSession";
318
- readonly AssessmentLineItem: "assessmentLineItem";
319
- readonly Category: "category";
320
- readonly Class: "class";
321
- readonly Course: "course";
322
- readonly Demographics: "demographics";
323
- readonly Enrollment: "enrollment";
324
- readonly GradingPeriod: "gradingPeriod";
325
- readonly LineItem: "lineItem";
326
- readonly Org: "org";
327
- readonly Resource: "resource";
328
- readonly Result: "result";
329
- readonly ScoreScale: "scoreScale";
330
- readonly Student: "student";
331
- readonly Teacher: "teacher";
332
- readonly Term: "term";
333
- readonly User: "user";
334
- readonly ComponentResource: "componentResource";
335
- readonly CourseComponent: "courseComponent";
336
- }>;
337
- }
338
- /** @internal */
339
170
  export declare const GetStudentAgent$inboundSchema: z.ZodType<GetStudentAgent, z.ZodTypeDef, unknown>;
340
171
  /** @internal */
341
172
  export type GetStudentAgent$Outbound = {
@@ -1 +1 @@
1
- {"version":3,"file":"getstudent.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/getstudent.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"getstudent.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/getstudent.ts"],"names":[],"mappings":"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"}
@@ -33,7 +33,7 @@ var __importStar = (this && this.__importStar) || (function () {
33
33
  };
34
34
  })();
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.GetStudentResponse$ = exports.GetStudentResponse$outboundSchema = exports.GetStudentResponse$inboundSchema = exports.GetStudentUser$ = exports.GetStudentUser$outboundSchema = exports.GetStudentUser$inboundSchema = exports.GetStudentPrimaryOrg$ = exports.GetStudentPrimaryOrg$outboundSchema = exports.GetStudentPrimaryOrg$inboundSchema = exports.GetStudentAgent$ = exports.GetStudentAgent$outboundSchema = exports.GetStudentAgent$inboundSchema = exports.GetStudentType$ = exports.GetStudentType$outboundSchema = exports.GetStudentType$inboundSchema = exports.GetStudentRole$ = exports.GetStudentRole$outboundSchema = exports.GetStudentRole$inboundSchema = exports.GetStudentOrg$ = exports.GetStudentOrg$outboundSchema = exports.GetStudentOrg$inboundSchema = exports.GetStudentRoleEnum$ = exports.GetStudentRoleEnum$outboundSchema = exports.GetStudentRoleEnum$inboundSchema = exports.GetStudentRoleType$ = exports.GetStudentRoleType$outboundSchema = exports.GetStudentRoleType$inboundSchema = exports.GetStudentUserId$ = exports.GetStudentUserId$outboundSchema = exports.GetStudentUserId$inboundSchema = exports.GetStudentStatus$ = exports.GetStudentStatus$outboundSchema = exports.GetStudentStatus$inboundSchema = exports.GetStudentRequest$ = exports.GetStudentRequest$outboundSchema = exports.GetStudentRequest$inboundSchema = exports.GetStudentType = exports.GetStudentRoleEnum = exports.GetStudentRoleType = exports.GetStudentStatus = void 0;
36
+ exports.GetStudentResponse$ = exports.GetStudentResponse$outboundSchema = exports.GetStudentResponse$inboundSchema = exports.GetStudentUser$ = exports.GetStudentUser$outboundSchema = exports.GetStudentUser$inboundSchema = exports.GetStudentPrimaryOrg$ = exports.GetStudentPrimaryOrg$outboundSchema = exports.GetStudentPrimaryOrg$inboundSchema = exports.GetStudentAgent$ = exports.GetStudentAgent$outboundSchema = exports.GetStudentAgent$inboundSchema = exports.GetStudentRole$ = exports.GetStudentRole$outboundSchema = exports.GetStudentRole$inboundSchema = exports.GetStudentOrg$ = exports.GetStudentOrg$outboundSchema = exports.GetStudentOrg$inboundSchema = exports.GetStudentUserId$ = exports.GetStudentUserId$outboundSchema = exports.GetStudentUserId$inboundSchema = exports.GetStudentRequest$ = exports.GetStudentRequest$outboundSchema = exports.GetStudentRequest$inboundSchema = void 0;
37
37
  exports.getStudentRequestToJSON = getStudentRequestToJSON;
38
38
  exports.getStudentRequestFromJSON = getStudentRequestFromJSON;
39
39
  exports.getStudentUserIdToJSON = getStudentUserIdToJSON;
@@ -53,45 +53,7 @@ exports.getStudentResponseFromJSON = getStudentResponseFromJSON;
53
53
  const z = __importStar(require("zod"));
54
54
  const schemas_js_1 = require("../../lib/schemas.js");
55
55
  const components = __importStar(require("../components/index.js"));
56
- exports.GetStudentStatus = {
57
- Active: 'active',
58
- Tobedeleted: 'tobedeleted',
59
- };
60
- exports.GetStudentRoleType = {
61
- Primary: 'primary',
62
- Secondary: 'secondary',
63
- };
64
- exports.GetStudentRoleEnum = {
65
- Administrator: 'administrator',
66
- Aide: 'aide',
67
- Guardian: 'guardian',
68
- Parent: 'parent',
69
- Proctor: 'proctor',
70
- Relative: 'relative',
71
- Student: 'student',
72
- Teacher: 'teacher',
73
- };
74
- exports.GetStudentType = {
75
- AcademicSession: 'academicSession',
76
- AssessmentLineItem: 'assessmentLineItem',
77
- Category: 'category',
78
- Class: 'class',
79
- Course: 'course',
80
- Demographics: 'demographics',
81
- Enrollment: 'enrollment',
82
- GradingPeriod: 'gradingPeriod',
83
- LineItem: 'lineItem',
84
- Org: 'org',
85
- Resource: 'resource',
86
- Result: 'result',
87
- ScoreScale: 'scoreScale',
88
- Student: 'student',
89
- Teacher: 'teacher',
90
- Term: 'term',
91
- User: 'user',
92
- ComponentResource: 'componentResource',
93
- CourseComponent: 'courseComponent',
94
- };
56
+ const enums_js_1 = require("../shared/enums.js");
95
57
  /** @internal */
96
58
  exports.GetStudentRequest$inboundSchema = z.object({
97
59
  sourcedId: z.string(),
@@ -118,21 +80,6 @@ function getStudentRequestFromJSON(jsonString) {
118
80
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetStudentRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetStudentRequest' from JSON`);
119
81
  }
120
82
  /** @internal */
121
- exports.GetStudentStatus$inboundSchema = z.nativeEnum(exports.GetStudentStatus);
122
- /** @internal */
123
- exports.GetStudentStatus$outboundSchema = exports.GetStudentStatus$inboundSchema;
124
- /**
125
- * @internal
126
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
127
- */
128
- var GetStudentStatus$;
129
- (function (GetStudentStatus$) {
130
- /** @deprecated use `GetStudentStatus$inboundSchema` instead. */
131
- GetStudentStatus$.inboundSchema = exports.GetStudentStatus$inboundSchema;
132
- /** @deprecated use `GetStudentStatus$outboundSchema` instead. */
133
- GetStudentStatus$.outboundSchema = exports.GetStudentStatus$outboundSchema;
134
- })(GetStudentStatus$ || (exports.GetStudentStatus$ = GetStudentStatus$ = {}));
135
- /** @internal */
136
83
  exports.GetStudentUserId$inboundSchema = z.object({
137
84
  type: z.string(),
138
85
  identifier: z.string(),
@@ -160,36 +107,6 @@ function getStudentUserIdFromJSON(jsonString) {
160
107
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetStudentUserId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetStudentUserId' from JSON`);
161
108
  }
162
109
  /** @internal */
163
- exports.GetStudentRoleType$inboundSchema = z.nativeEnum(exports.GetStudentRoleType);
164
- /** @internal */
165
- exports.GetStudentRoleType$outboundSchema = exports.GetStudentRoleType$inboundSchema;
166
- /**
167
- * @internal
168
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
169
- */
170
- var GetStudentRoleType$;
171
- (function (GetStudentRoleType$) {
172
- /** @deprecated use `GetStudentRoleType$inboundSchema` instead. */
173
- GetStudentRoleType$.inboundSchema = exports.GetStudentRoleType$inboundSchema;
174
- /** @deprecated use `GetStudentRoleType$outboundSchema` instead. */
175
- GetStudentRoleType$.outboundSchema = exports.GetStudentRoleType$outboundSchema;
176
- })(GetStudentRoleType$ || (exports.GetStudentRoleType$ = GetStudentRoleType$ = {}));
177
- /** @internal */
178
- exports.GetStudentRoleEnum$inboundSchema = z.nativeEnum(exports.GetStudentRoleEnum);
179
- /** @internal */
180
- exports.GetStudentRoleEnum$outboundSchema = exports.GetStudentRoleEnum$inboundSchema;
181
- /**
182
- * @internal
183
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
184
- */
185
- var GetStudentRoleEnum$;
186
- (function (GetStudentRoleEnum$) {
187
- /** @deprecated use `GetStudentRoleEnum$inboundSchema` instead. */
188
- GetStudentRoleEnum$.inboundSchema = exports.GetStudentRoleEnum$inboundSchema;
189
- /** @deprecated use `GetStudentRoleEnum$outboundSchema` instead. */
190
- GetStudentRoleEnum$.outboundSchema = exports.GetStudentRoleEnum$outboundSchema;
191
- })(GetStudentRoleEnum$ || (exports.GetStudentRoleEnum$ = GetStudentRoleEnum$ = {}));
192
- /** @internal */
193
110
  exports.GetStudentOrg$inboundSchema = z.object({
194
111
  href: z.string(),
195
112
  sourcedId: z.string(),
@@ -220,8 +137,8 @@ function getStudentOrgFromJSON(jsonString) {
220
137
  }
221
138
  /** @internal */
222
139
  exports.GetStudentRole$inboundSchema = z.object({
223
- roleType: exports.GetStudentRoleType$inboundSchema,
224
- role: exports.GetStudentRoleEnum$inboundSchema,
140
+ roleType: enums_js_1.RoleType$inboundSchema,
141
+ role: enums_js_1.UserRole$inboundSchema,
225
142
  org: z.lazy(() => exports.GetStudentOrg$inboundSchema),
226
143
  userProfile: z.string().optional(),
227
144
  beginDate: z.nullable(z.string()),
@@ -229,8 +146,8 @@ exports.GetStudentRole$inboundSchema = z.object({
229
146
  });
230
147
  /** @internal */
231
148
  exports.GetStudentRole$outboundSchema = z.object({
232
- roleType: exports.GetStudentRoleType$outboundSchema,
233
- role: exports.GetStudentRoleEnum$outboundSchema,
149
+ roleType: enums_js_1.RoleType$outboundSchema,
150
+ role: enums_js_1.UserRole$outboundSchema,
234
151
  org: z.lazy(() => exports.GetStudentOrg$outboundSchema),
235
152
  userProfile: z.string().optional(),
236
153
  beginDate: z.nullable(z.string()),
@@ -254,31 +171,16 @@ function getStudentRoleFromJSON(jsonString) {
254
171
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetStudentRole$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetStudentRole' from JSON`);
255
172
  }
256
173
  /** @internal */
257
- exports.GetStudentType$inboundSchema = z.nativeEnum(exports.GetStudentType);
258
- /** @internal */
259
- exports.GetStudentType$outboundSchema = exports.GetStudentType$inboundSchema;
260
- /**
261
- * @internal
262
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
263
- */
264
- var GetStudentType$;
265
- (function (GetStudentType$) {
266
- /** @deprecated use `GetStudentType$inboundSchema` instead. */
267
- GetStudentType$.inboundSchema = exports.GetStudentType$inboundSchema;
268
- /** @deprecated use `GetStudentType$outboundSchema` instead. */
269
- GetStudentType$.outboundSchema = exports.GetStudentType$outboundSchema;
270
- })(GetStudentType$ || (exports.GetStudentType$ = GetStudentType$ = {}));
271
- /** @internal */
272
174
  exports.GetStudentAgent$inboundSchema = z.object({
273
175
  href: z.string(),
274
176
  sourcedId: z.string(),
275
- type: exports.GetStudentType$inboundSchema,
177
+ type: enums_js_1.EntityType$inboundSchema,
276
178
  });
277
179
  /** @internal */
278
180
  exports.GetStudentAgent$outboundSchema = z.object({
279
181
  href: z.string(),
280
182
  sourcedId: z.string(),
281
- type: exports.GetStudentType$outboundSchema,
183
+ type: enums_js_1.EntityType$outboundSchema,
282
184
  });
283
185
  /**
284
186
  * @internal
@@ -329,7 +231,7 @@ function getStudentPrimaryOrgFromJSON(jsonString) {
329
231
  /** @internal */
330
232
  exports.GetStudentUser$inboundSchema = z.object({
331
233
  sourcedId: z.string(),
332
- status: exports.GetStudentStatus$inboundSchema,
234
+ status: enums_js_1.Status$inboundSchema,
333
235
  dateLastModified: z
334
236
  .string()
335
237
  .datetime({ offset: true })
@@ -360,7 +262,7 @@ exports.GetStudentUser$inboundSchema = z.object({
360
262
  /** @internal */
361
263
  exports.GetStudentUser$outboundSchema = z.object({
362
264
  sourcedId: z.string(),
363
- status: exports.GetStudentStatus$outboundSchema,
265
+ status: enums_js_1.Status$outboundSchema,
364
266
  dateLastModified: z
365
267
  .date()
366
268
  .transform((v) => v.toISOString())