@nangohq/node 0.69.33 → 0.69.35
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.cjs +1 -1
- package/dist/types.d.ts +2 -0
- package/dist/types.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
package/dist/types.d.ts
CHANGED
|
@@ -59,9 +59,11 @@ export interface SyncConfig extends Timestamps {
|
|
|
59
59
|
export interface Action extends Timestamps {
|
|
60
60
|
name: string;
|
|
61
61
|
}
|
|
62
|
+
/** @deprecated */
|
|
62
63
|
export type SyncType = 'INCREMENTAL' | 'INITIAL';
|
|
63
64
|
export interface SyncStatus {
|
|
64
65
|
id: string;
|
|
66
|
+
/** @deprecated **/
|
|
65
67
|
type: SyncType;
|
|
66
68
|
finishedAt: string | undefined;
|
|
67
69
|
nextScheduledSyncAt: string;
|
package/dist/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../lib/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../lib/types.ts"],"names":[],"mappings":"AAoMA,MAAM,CAAN,IAAY,cAGX;AAHD,WAAY,cAAc;IACtB,+BAAa,CAAA;IACb,mCAAiB,CAAA;AACrB,CAAC,EAHW,cAAc,KAAd,cAAc,QAGzB"}
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const NANGO_VERSION = "0.69.
|
|
1
|
+
export declare const NANGO_VERSION = "0.69.35";
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const NANGO_VERSION = '0.69.
|
|
1
|
+
export const NANGO_VERSION = '0.69.35';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/node",
|
|
3
|
-
"version": "0.69.
|
|
3
|
+
"version": "0.69.35",
|
|
4
4
|
"description": "Nango's Node client.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@nangohq/types": "0.69.
|
|
29
|
-
"axios": "1.
|
|
28
|
+
"@nangohq/types": "0.69.35",
|
|
29
|
+
"axios": "1.13.5"
|
|
30
30
|
},
|
|
31
31
|
"engines": {
|
|
32
32
|
"node": ">=20.0"
|