@hapaul/api 0.1.36 → 0.1.38

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.
package/dist/index.d.ts CHANGED
@@ -2277,7 +2277,7 @@ interface operations {
2277
2277
  cancelInvitation: {
2278
2278
  parameters: {
2279
2279
  query: {
2280
- invitationId: string;
2280
+ invitationCode: string;
2281
2281
  };
2282
2282
  header?: never;
2283
2283
  path?: never;
package/dist/index.js CHANGED
@@ -1,3 +1,15 @@
1
+ //#region utils.ts
2
+ function isObject(v) {
3
+ return typeof v === "object" && v !== null;
4
+ }
5
+ function isArray(v) {
6
+ return Array.isArray(v);
7
+ }
8
+ function isDate(v) {
9
+ return v instanceof Date;
10
+ }
11
+
12
+ //#endregion
1
13
  //#region index.ts
2
14
  var Client = class {
3
15
  middlewares;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hapaul/api",
3
- "version": "0.1.36",
3
+ "version": "0.1.38",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [