@rocket.chat/api-client 0.1.0-rc.1 → 0.1.0-rc.10

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/CHANGELOG.md CHANGED
@@ -1,5 +1,70 @@
1
1
  # @rocket.chat/api-client
2
2
 
3
+ ## 0.1.0-rc.10
4
+
5
+ ### Patch Changes
6
+
7
+ - @rocket.chat/core-typings@6.3.0-rc.10
8
+ - @rocket.chat/rest-typings@6.3.0-rc.10
9
+
10
+ ## 0.1.0-rc.9
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [48ac55f4ea]
15
+ - @rocket.chat/core-typings@6.3.0-rc.9
16
+ - @rocket.chat/rest-typings@6.3.0-rc.9
17
+
18
+ ## 0.1.0-rc.8
19
+
20
+ ### Patch Changes
21
+
22
+ - @rocket.chat/core-typings@6.3.0-rc.8
23
+ - @rocket.chat/rest-typings@6.3.0-rc.8
24
+
25
+ ## 0.1.0-rc.7
26
+
27
+ ### Patch Changes
28
+
29
+ - @rocket.chat/core-typings@6.3.0-rc.7
30
+ - @rocket.chat/rest-typings@6.3.0-rc.7
31
+
32
+ ## 0.1.0-rc.6
33
+
34
+ ### Patch Changes
35
+
36
+ - @rocket.chat/core-typings@6.3.0-rc.6
37
+ - @rocket.chat/rest-typings@6.3.0-rc.6
38
+
39
+ ## 0.1.0-rc.5
40
+
41
+ ### Patch Changes
42
+
43
+ - @rocket.chat/core-typings@6.3.0-rc.5
44
+ - @rocket.chat/rest-typings@6.3.0-rc.5
45
+
46
+ ## 0.1.0-rc.4
47
+
48
+ ### Patch Changes
49
+
50
+ - @rocket.chat/core-typings@6.3.0-rc.4
51
+ - @rocket.chat/rest-typings@6.3.0-rc.4
52
+
53
+ ## 0.1.0-rc.3
54
+
55
+ ### Patch Changes
56
+
57
+ - @rocket.chat/core-typings@6.3.0-rc.3
58
+ - @rocket.chat/rest-typings@6.3.0-rc.3
59
+
60
+ ## 0.1.0-rc.2
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [f76d514341]
65
+ - @rocket.chat/rest-typings@6.3.0-rc.2
66
+ - @rocket.chat/core-typings@6.3.0-rc.2
67
+
3
68
  ## 0.1.0-rc.1
4
69
 
5
70
  ### Patch Changes
package/dist/errors.d.ts CHANGED
@@ -10,7 +10,7 @@ export declare const isTotpInvalidError: (error: unknown) => error is {
10
10
  } | {
11
11
  errorType: 'totp-invalid';
12
12
  };
13
- export declare const isTwoFactorMethod: (method: string) => method is "totp" | "email" | "password";
13
+ export declare const isTwoFactorMethod: (method: string) => method is "password" | "totp" | "email";
14
14
  export declare const hasRequiredTwoFactorMethod: (error: unknown) => error is {
15
15
  details: {
16
16
  method: TwoFactorMethod;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocket.chat/api-client",
3
- "version": "0.1.0-rc.1",
3
+ "version": "0.1.0-rc.10",
4
4
  "devDependencies": {
5
5
  "@swc/core": "^1.3.66",
6
6
  "@swc/jest": "^0.2.26",
@@ -25,8 +25,8 @@
25
25
  "/dist"
26
26
  ],
27
27
  "dependencies": {
28
- "@rocket.chat/core-typings": "^6.3.0-rc.1",
29
- "@rocket.chat/rest-typings": "^6.3.0-rc.1",
28
+ "@rocket.chat/core-typings": "^6.3.0-rc.10",
29
+ "@rocket.chat/rest-typings": "^6.3.0-rc.10",
30
30
  "filter-obj": "^3.0.0",
31
31
  "query-string": "^7.1.3",
32
32
  "split-on-first": "^3.0.0",