@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 +6 -0
- package/openapi.yaml +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
-
|
|
226
|
+
profile_id:
|
|
227
227
|
type: number
|
|
228
|
-
description:
|
|
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
|
-
|
|
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
|
-
|
|
366
|
+
profile_id:
|
|
367
367
|
type: number
|
|
368
|
-
description:
|
|
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)
|