@nangohq/node 0.69.32 → 0.69.33
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 -1
- package/dist/types.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
package/dist/types.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AllAuthCredentials, ApiKeyCredentials, ApiProvider, ApiPublicConnectionFull, ApiPublicIntegration, AppCredentials, AppStoreCredentials, AuthModeType, AuthModes, AuthOperationType, BasicApiCredentials, BillCredentials, CredentialsCommon, CustomCredentials, GetPublicConnection, GetPublicConnections, GetPublicIntegration, GetPublicListIntegrations, GetPublicProvider, GetPublicProviders, GetPublicRecords, HTTP_METHOD, JwtCredentials, NangoAuthWebhookBody, NangoAuthWebhookBodyError, NangoAuthWebhookBodySuccess, NangoRecord, NangoSyncConfig, NangoSyncEndpointV2, NangoSyncWebhookBody, NangoSyncWebhookBodyError, NangoSyncWebhookBodySuccess, NangoWebhookBody, OAuth1Credentials, OAuth1Token, OAuth2ClientCredentials, OAuth2Credentials, PostConnectSessions, PostPublicConnectSessionsReconnect, RecordLastAction, RecordMetadata, StandardNangoConfig, SyncResult, TbaCredentials, TwoStepCredentials, UnauthCredentials, UserProvidedProxyConfiguration } from '@nangohq/types';
|
|
1
|
+
import type { AllAuthCredentials, ApiKeyCredentials, ApiProvider, ApiPublicConnectionFull, ApiPublicIntegration, AppCredentials, AppStoreCredentials, AuthModeType, AuthModes, AuthOperationType, BasicApiCredentials, BillCredentials, Checkpoint, CredentialsCommon, CustomCredentials, GetPublicConnection, GetPublicConnections, GetPublicIntegration, GetPublicListIntegrations, GetPublicProvider, GetPublicProviders, GetPublicRecords, HTTP_METHOD, JwtCredentials, NangoAuthWebhookBody, NangoAuthWebhookBodyError, NangoAuthWebhookBodySuccess, NangoRecord, NangoSyncConfig, NangoSyncEndpointV2, NangoSyncWebhookBody, NangoSyncWebhookBodyError, NangoSyncWebhookBodySuccess, NangoWebhookBody, OAuth1Credentials, OAuth1Token, OAuth2ClientCredentials, OAuth2Credentials, PostConnectSessions, PostPublicConnectSessionsReconnect, RecordLastAction, RecordMetadata, StandardNangoConfig, SyncResult, TbaCredentials, TwoStepCredentials, UnauthCredentials, UserProvidedProxyConfiguration } from '@nangohq/types';
|
|
2
2
|
export type { NangoAuthWebhookBody, NangoAuthWebhookBodyError, NangoAuthWebhookBodySuccess, NangoSyncWebhookBody, NangoSyncWebhookBodyError, NangoSyncWebhookBodySuccess, NangoWebhookBody };
|
|
3
3
|
export type { AllAuthCredentials, ApiKeyCredentials, AppCredentials, AppStoreCredentials, AuthModeType, AuthModes, AuthOperationType, BasicApiCredentials, BillCredentials, CredentialsCommon, CustomCredentials, JwtCredentials, OAuth1Credentials, OAuth1Token, OAuth2ClientCredentials, OAuth2Credentials, TbaCredentials, TwoStepCredentials, UnauthCredentials };
|
|
4
4
|
export type { HTTP_METHOD, NangoSyncEndpointV2 };
|
|
@@ -70,6 +70,7 @@ export interface SyncStatus {
|
|
|
70
70
|
frequency: string;
|
|
71
71
|
latestResult: Record<string, StatusAction>;
|
|
72
72
|
recordCount: Record<string, number>;
|
|
73
|
+
checkpoint: Checkpoint | null;
|
|
73
74
|
}
|
|
74
75
|
export interface StatusAction {
|
|
75
76
|
added: number;
|
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":"AAkMA,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.33";
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const NANGO_VERSION = '0.69.
|
|
1
|
+
export const NANGO_VERSION = '0.69.33';
|
|
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.33",
|
|
4
4
|
"description": "Nango's Node client.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@nangohq/types": "0.69.
|
|
28
|
+
"@nangohq/types": "0.69.33",
|
|
29
29
|
"axios": "1.12.0"
|
|
30
30
|
},
|
|
31
31
|
"engines": {
|