hischool.js 0.0.44 → 0.0.45

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.
@@ -226,6 +226,9 @@ export declare const queryParams: {
226
226
  "/schools/{target}/emojis": {
227
227
  get: never[];
228
228
  };
229
+ "/schools/{target}/courses": {
230
+ post: never[];
231
+ };
229
232
  "/invites/{target}": {
230
233
  get: never[];
231
234
  post: never[];
@@ -1 +1 @@
1
- {"version":3,"file":"params.d.ts","sourceRoot":"","sources":["../../../src/api/params.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,WAAW;;;;;;;CAuJvB,CAAC;AACF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4HvB,CAAC"}
1
+ {"version":3,"file":"params.d.ts","sourceRoot":"","sources":["../../../src/api/params.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,WAAW;;;;;;;CAuJvB,CAAC;AACF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6HvB,CAAC"}
@@ -240,6 +240,7 @@ exports.queryParams = {
240
240
  "/schools/{target}/permissions/{role_id}": { put: [] },
241
241
  "/schools/{target}/permissions/default": { put: [] },
242
242
  "/schools/{target}/emojis": { get: [] },
243
+ "/schools/{target}/courses": { post: [] },
243
244
  // Invites
244
245
  "/invites/{target}": { get: [], post: [], delete: [] },
245
246
  // Emojis
@@ -226,6 +226,9 @@ export declare const queryParams: {
226
226
  "/schools/{target}/emojis": {
227
227
  get: never[];
228
228
  };
229
+ "/schools/{target}/courses": {
230
+ post: never[];
231
+ };
229
232
  "/invites/{target}": {
230
233
  get: never[];
231
234
  post: never[];
@@ -1 +1 @@
1
- {"version":3,"file":"params.d.ts","sourceRoot":"","sources":["../../../src/api/params.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,WAAW;;;;;;;CAuJvB,CAAC;AACF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4HvB,CAAC"}
1
+ {"version":3,"file":"params.d.ts","sourceRoot":"","sources":["../../../src/api/params.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,WAAW;;;;;;;CAuJvB,CAAC;AACF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6HvB,CAAC"}
@@ -237,6 +237,7 @@ export const queryParams = {
237
237
  "/schools/{target}/permissions/{role_id}": { put: [] },
238
238
  "/schools/{target}/permissions/default": { put: [] },
239
239
  "/schools/{target}/emojis": { get: [] },
240
+ "/schools/{target}/courses": { post: [] },
240
241
  // Invites
241
242
  "/invites/{target}": { get: [], post: [], delete: [] },
242
243
  // Emojis
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hischool.js",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "description": "JavaScript (TypeScript) SDK for interacting with Hischool.",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",