@selfcommunity/api-services 0.3.6-alpha.8 → 0.3.6-alpha.9

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.
@@ -114,6 +114,6 @@ export interface DeleteProviderAssociation {
114
114
  /**
115
115
  * The external id of the user in the provider platform
116
116
  */
117
- ext_id: string;
117
+ ext_id: number;
118
118
  }
119
119
  //# sourceMappingURL=user.d.ts.map
@@ -114,6 +114,6 @@ export interface DeleteProviderAssociation {
114
114
  /**
115
115
  * The external id of the user in the provider platform
116
116
  */
117
- ext_id: string;
117
+ ext_id: number;
118
118
  }
119
119
  //# sourceMappingURL=user.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/api-services",
3
- "version": "0.3.6-alpha.8",
3
+ "version": "0.3.6-alpha.9",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "./lib/cjs/index.js",
@@ -46,7 +46,7 @@
46
46
  "access": "public"
47
47
  },
48
48
  "dependencies": {
49
- "@selfcommunity/types": "^0.4.1-alpha.5",
49
+ "@selfcommunity/types": "^0.4.1-alpha.6",
50
50
  "@selfcommunity/utils": "^0.1.44-alpha.0",
51
51
  "axios": "^0.23.0",
52
52
  "jose": "^4.8.1"
@@ -109,5 +109,5 @@
109
109
  "bugs": {
110
110
  "url": "https://github.com/selfcommunity/community-js/issues"
111
111
  },
112
- "gitHead": "c775161e0ba536f370fe47f19d50e8f6f95e337d"
112
+ "gitHead": "7253be832836b8c68c438ef07476382c44b09796"
113
113
  }