@nangohq/runner-sdk 0.60.3 → 0.60.4

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.
Files changed (2) hide show
  1. package/dist/sync.d.ts +1 -1
  2. package/package.json +4 -4
package/dist/sync.d.ts CHANGED
@@ -20,7 +20,7 @@ export declare abstract class NangoSyncBase<TModels extends Record<string, ZodMo
20
20
  abstract getRecordsByIds<K = string | number, T = any>(ids: K[], model: TModelName): MaybePromise<Map<K, T>>;
21
21
  abstract setMergingStrategy(merging: {
22
22
  strategy: 'ignore_if_modified_after' | 'override';
23
- }, model: string): Promise<void>;
23
+ }, model: TModelName): Promise<void>;
24
24
  protected validateRecords(model: string, records: unknown[]): {
25
25
  data: any;
26
26
  validation: ValidateDataError[];
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@nangohq/runner-sdk",
3
- "version": "0.60.3",
3
+ "version": "0.60.4",
4
4
  "description": "Nango's Runner SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "dependencies": {
8
- "@nangohq/node": "0.60.3",
9
- "@nangohq/providers": "0.60.3",
8
+ "@nangohq/node": "0.60.4",
9
+ "@nangohq/providers": "0.60.4",
10
10
  "ajv": "8.17.1",
11
11
  "ajv-formats": "3.0.1",
12
12
  "lodash-es": "4.17.21",
13
13
  "parse-link-header": "2.0.0"
14
14
  },
15
15
  "devDependencies": {
16
- "@nangohq/types": "0.60.3",
16
+ "@nangohq/types": "0.60.4",
17
17
  "@types/json-schema": "7.0.15",
18
18
  "axios": "1.9.0",
19
19
  "json-schema": "0.4.0",