@zapier/zapier-sdk-core 0.1.0 → 0.2.0

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,11 @@
1
1
  # @zapier/zapier-sdk-core
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f85ce88: Change user_id (mapped from customuser_id) to profile_id to avoid confusion with our internal user_id.
8
+
3
9
  ## 0.1.0
4
10
 
5
11
  ### Minor Changes
package/openapi.yaml CHANGED
@@ -223,9 +223,9 @@ components:
223
223
  implementation_id:
224
224
  type: string
225
225
  description: Implementation ID (was selected_api)
226
- user_id:
226
+ profile_id:
227
227
  type: number
228
- description: User ID (was customuser_id)
228
+ description: Profile ID (was customuser_id)
229
229
  is_expired:
230
230
  type: string
231
231
  description: Whether the authentication is expired (mapped from is_stale)
@@ -270,7 +270,7 @@ components:
270
270
  can_view: true
271
271
  can_delete: true
272
272
  implementation_id: SlackCLIAPI@1.0.0
273
- user_id: 54321
273
+ profile_id: 54321
274
274
  is_expired: "false"
275
275
  expired_at: null
276
276
  app_key: SlackCLIAPI
@@ -363,9 +363,9 @@ components:
363
363
  implementation_id:
364
364
  type: string
365
365
  description: Implementation ID (was selected_api)
366
- user_id:
366
+ profile_id:
367
367
  type: number
368
- description: User ID (was customuser_id)
368
+ description: Profile ID (was customuser_id)
369
369
  is_expired:
370
370
  type: string
371
371
  description: Whether the authentication is expired (mapped from is_stale)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-core",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Core schemas and TypeScript types for the Zapier SDK API",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Zapier, Inc.",