@zapier/zapier-sdk-core 0.8.0 → 0.9.1
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 +12 -0
- package/dist/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/v0/schemas/actions.d.cts +28 -28
- package/dist/v0/schemas/actions.d.ts +28 -28
- package/dist/v0/schemas/apps.d.cts +30 -30
- package/dist/v0/schemas/apps.d.ts +30 -30
- package/dist/v0/schemas/authentications.cjs +4 -1
- package/dist/v0/schemas/authentications.cjs.map +1 -1
- package/dist/v0/schemas/authentications.d.cts +12 -0
- package/dist/v0/schemas/authentications.d.ts +12 -0
- package/dist/v0/schemas/authentications.js +4 -1
- package/dist/v0/schemas/authentications.js.map +1 -1
- package/dist/v0/schemas/connections.cjs +4 -1
- package/dist/v0/schemas/connections.cjs.map +1 -1
- package/dist/v0/schemas/connections.d.cts +14 -2
- package/dist/v0/schemas/connections.d.ts +14 -2
- package/dist/v0/schemas/connections.js +4 -1
- package/dist/v0/schemas/connections.js.map +1 -1
- package/openapi.yaml +38 -4
- package/package.json +2 -2
package/openapi.yaml
CHANGED
|
@@ -318,6 +318,15 @@ components:
|
|
|
318
318
|
additionalProperties:
|
|
319
319
|
type: boolean
|
|
320
320
|
description: Permissions for the authentication
|
|
321
|
+
public_id:
|
|
322
|
+
type: string
|
|
323
|
+
description: Public UUID for the authentication
|
|
324
|
+
account_public_id:
|
|
325
|
+
type: string
|
|
326
|
+
description: Public UUID for the associated account
|
|
327
|
+
customuser_public_id:
|
|
328
|
+
type: string
|
|
329
|
+
description: Public UUID for the associated custom user
|
|
321
330
|
implementation_id:
|
|
322
331
|
type: string
|
|
323
332
|
description: Implementation ID (was selected_api)
|
|
@@ -453,6 +462,15 @@ components:
|
|
|
453
462
|
additionalProperties:
|
|
454
463
|
type: boolean
|
|
455
464
|
description: Permissions for the connection
|
|
465
|
+
public_id:
|
|
466
|
+
type: string
|
|
467
|
+
description: Public UUID for the connection
|
|
468
|
+
account_public_id:
|
|
469
|
+
type: string
|
|
470
|
+
description: Public UUID for the associated account
|
|
471
|
+
customuser_public_id:
|
|
472
|
+
type: string
|
|
473
|
+
description: Public UUID for the associated custom user
|
|
456
474
|
implementation_id:
|
|
457
475
|
type: string
|
|
458
476
|
description: Implementation ID (was selected_api)
|
|
@@ -851,6 +869,15 @@ components:
|
|
|
851
869
|
additionalProperties:
|
|
852
870
|
type: boolean
|
|
853
871
|
description: Permissions for the authentication
|
|
872
|
+
public_id:
|
|
873
|
+
type: string
|
|
874
|
+
description: Public UUID for the authentication
|
|
875
|
+
account_public_id:
|
|
876
|
+
type: string
|
|
877
|
+
description: Public UUID for the associated account
|
|
878
|
+
customuser_public_id:
|
|
879
|
+
type: string
|
|
880
|
+
description: Public UUID for the associated custom user
|
|
854
881
|
implementation_id:
|
|
855
882
|
type: string
|
|
856
883
|
description: Implementation ID (was selected_api)
|
|
@@ -1056,6 +1083,15 @@ components:
|
|
|
1056
1083
|
additionalProperties:
|
|
1057
1084
|
type: boolean
|
|
1058
1085
|
description: Permissions for the connection
|
|
1086
|
+
public_id:
|
|
1087
|
+
type: string
|
|
1088
|
+
description: Public UUID for the connection
|
|
1089
|
+
account_public_id:
|
|
1090
|
+
type: string
|
|
1091
|
+
description: Public UUID for the associated account
|
|
1092
|
+
customuser_public_id:
|
|
1093
|
+
type: string
|
|
1094
|
+
description: Public UUID for the associated custom user
|
|
1059
1095
|
implementation_id:
|
|
1060
1096
|
type: string
|
|
1061
1097
|
description: Implementation ID (was selected_api)
|
|
@@ -1506,8 +1542,7 @@ paths:
|
|
|
1506
1542
|
tags:
|
|
1507
1543
|
- Actions
|
|
1508
1544
|
operationId: v0_list_actions
|
|
1509
|
-
security:
|
|
1510
|
-
- userJwt: []
|
|
1545
|
+
security: []
|
|
1511
1546
|
parameters:
|
|
1512
1547
|
- schema:
|
|
1513
1548
|
type: string
|
|
@@ -1568,8 +1603,7 @@ paths:
|
|
|
1568
1603
|
tags:
|
|
1569
1604
|
- Apps
|
|
1570
1605
|
operationId: v0_list_apps
|
|
1571
|
-
security:
|
|
1572
|
-
- userJwt: []
|
|
1606
|
+
security: []
|
|
1573
1607
|
parameters:
|
|
1574
1608
|
- schema:
|
|
1575
1609
|
type: string
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zapier/zapier-sdk-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.1",
|
|
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.",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"LICENSE"
|
|
84
84
|
],
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"zod": "
|
|
86
|
+
"zod": "4.3.6"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
89
|
"@asteasolutions/zod-to-openapi": "^8.1.0",
|