@credal/actions 0.2.186 → 0.2.187
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.
|
@@ -4806,23 +4806,23 @@ export declare const googleOauthListCalendarEventsOutputSchema: z.ZodObject<{
|
|
|
4806
4806
|
displayName: z.ZodOptional<z.ZodString>;
|
|
4807
4807
|
responseStatus: z.ZodOptional<z.ZodString>;
|
|
4808
4808
|
}, "strip", z.ZodTypeAny, {
|
|
4809
|
-
email?: string | undefined;
|
|
4810
4809
|
displayName?: string | undefined;
|
|
4810
|
+
email?: string | undefined;
|
|
4811
4811
|
responseStatus?: string | undefined;
|
|
4812
4812
|
}, {
|
|
4813
|
-
email?: string | undefined;
|
|
4814
4813
|
displayName?: string | undefined;
|
|
4814
|
+
email?: string | undefined;
|
|
4815
4815
|
responseStatus?: string | undefined;
|
|
4816
4816
|
}>, "many">>;
|
|
4817
4817
|
organizer: z.ZodOptional<z.ZodObject<{
|
|
4818
4818
|
email: z.ZodOptional<z.ZodString>;
|
|
4819
4819
|
displayName: z.ZodOptional<z.ZodString>;
|
|
4820
4820
|
}, "strip", z.ZodTypeAny, {
|
|
4821
|
-
email?: string | undefined;
|
|
4822
4821
|
displayName?: string | undefined;
|
|
4823
|
-
}, {
|
|
4824
4822
|
email?: string | undefined;
|
|
4823
|
+
}, {
|
|
4825
4824
|
displayName?: string | undefined;
|
|
4825
|
+
email?: string | undefined;
|
|
4826
4826
|
}>>;
|
|
4827
4827
|
hangoutLink: z.ZodOptional<z.ZodString>;
|
|
4828
4828
|
created: z.ZodOptional<z.ZodString>;
|
|
@@ -4857,13 +4857,13 @@ export declare const googleOauthListCalendarEventsOutputSchema: z.ZodObject<{
|
|
|
4857
4857
|
start?: string | undefined;
|
|
4858
4858
|
end?: string | undefined;
|
|
4859
4859
|
attendees?: {
|
|
4860
|
-
email?: string | undefined;
|
|
4861
4860
|
displayName?: string | undefined;
|
|
4861
|
+
email?: string | undefined;
|
|
4862
4862
|
responseStatus?: string | undefined;
|
|
4863
4863
|
}[] | undefined;
|
|
4864
4864
|
organizer?: {
|
|
4865
|
-
email?: string | undefined;
|
|
4866
4865
|
displayName?: string | undefined;
|
|
4866
|
+
email?: string | undefined;
|
|
4867
4867
|
} | undefined;
|
|
4868
4868
|
startDayOfWeek?: string | undefined;
|
|
4869
4869
|
endDayOfWeek?: string | undefined;
|
|
@@ -4888,13 +4888,13 @@ export declare const googleOauthListCalendarEventsOutputSchema: z.ZodObject<{
|
|
|
4888
4888
|
start?: string | undefined;
|
|
4889
4889
|
end?: string | undefined;
|
|
4890
4890
|
attendees?: {
|
|
4891
|
-
email?: string | undefined;
|
|
4892
4891
|
displayName?: string | undefined;
|
|
4892
|
+
email?: string | undefined;
|
|
4893
4893
|
responseStatus?: string | undefined;
|
|
4894
4894
|
}[] | undefined;
|
|
4895
4895
|
organizer?: {
|
|
4896
|
-
email?: string | undefined;
|
|
4897
4896
|
displayName?: string | undefined;
|
|
4897
|
+
email?: string | undefined;
|
|
4898
4898
|
} | undefined;
|
|
4899
4899
|
startDayOfWeek?: string | undefined;
|
|
4900
4900
|
endDayOfWeek?: string | undefined;
|
|
@@ -4924,13 +4924,13 @@ export declare const googleOauthListCalendarEventsOutputSchema: z.ZodObject<{
|
|
|
4924
4924
|
start?: string | undefined;
|
|
4925
4925
|
end?: string | undefined;
|
|
4926
4926
|
attendees?: {
|
|
4927
|
-
email?: string | undefined;
|
|
4928
4927
|
displayName?: string | undefined;
|
|
4928
|
+
email?: string | undefined;
|
|
4929
4929
|
responseStatus?: string | undefined;
|
|
4930
4930
|
}[] | undefined;
|
|
4931
4931
|
organizer?: {
|
|
4932
|
-
email?: string | undefined;
|
|
4933
4932
|
displayName?: string | undefined;
|
|
4933
|
+
email?: string | undefined;
|
|
4934
4934
|
} | undefined;
|
|
4935
4935
|
startDayOfWeek?: string | undefined;
|
|
4936
4936
|
endDayOfWeek?: string | undefined;
|
|
@@ -4960,13 +4960,13 @@ export declare const googleOauthListCalendarEventsOutputSchema: z.ZodObject<{
|
|
|
4960
4960
|
start?: string | undefined;
|
|
4961
4961
|
end?: string | undefined;
|
|
4962
4962
|
attendees?: {
|
|
4963
|
-
email?: string | undefined;
|
|
4964
4963
|
displayName?: string | undefined;
|
|
4964
|
+
email?: string | undefined;
|
|
4965
4965
|
responseStatus?: string | undefined;
|
|
4966
4966
|
}[] | undefined;
|
|
4967
4967
|
organizer?: {
|
|
4968
|
-
email?: string | undefined;
|
|
4969
4968
|
displayName?: string | undefined;
|
|
4969
|
+
email?: string | undefined;
|
|
4970
4970
|
} | undefined;
|
|
4971
4971
|
startDayOfWeek?: string | undefined;
|
|
4972
4972
|
endDayOfWeek?: string | undefined;
|
|
@@ -5000,11 +5000,11 @@ export declare const googleOauthUpdateCalendarEventParamsSchema: z.ZodObject<{
|
|
|
5000
5000
|
email: z.ZodOptional<z.ZodString>;
|
|
5001
5001
|
displayName: z.ZodOptional<z.ZodString>;
|
|
5002
5002
|
}, "strip", z.ZodTypeAny, {
|
|
5003
|
-
email?: string | undefined;
|
|
5004
5003
|
displayName?: string | undefined;
|
|
5005
|
-
}, {
|
|
5006
5004
|
email?: string | undefined;
|
|
5005
|
+
}, {
|
|
5007
5006
|
displayName?: string | undefined;
|
|
5007
|
+
email?: string | undefined;
|
|
5008
5008
|
}>>;
|
|
5009
5009
|
timeZone: z.ZodOptional<z.ZodString>;
|
|
5010
5010
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5017,8 +5017,8 @@ export declare const googleOauthUpdateCalendarEventParamsSchema: z.ZodObject<{
|
|
|
5017
5017
|
attendees?: string[] | undefined;
|
|
5018
5018
|
timeZone?: string | undefined;
|
|
5019
5019
|
organizer?: {
|
|
5020
|
-
email?: string | undefined;
|
|
5021
5020
|
displayName?: string | undefined;
|
|
5021
|
+
email?: string | undefined;
|
|
5022
5022
|
} | undefined;
|
|
5023
5023
|
}, {
|
|
5024
5024
|
status?: string | undefined;
|
|
@@ -5030,8 +5030,8 @@ export declare const googleOauthUpdateCalendarEventParamsSchema: z.ZodObject<{
|
|
|
5030
5030
|
attendees?: string[] | undefined;
|
|
5031
5031
|
timeZone?: string | undefined;
|
|
5032
5032
|
organizer?: {
|
|
5033
|
-
email?: string | undefined;
|
|
5034
5033
|
displayName?: string | undefined;
|
|
5034
|
+
email?: string | undefined;
|
|
5035
5035
|
} | undefined;
|
|
5036
5036
|
}>>;
|
|
5037
5037
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5047,8 +5047,8 @@ export declare const googleOauthUpdateCalendarEventParamsSchema: z.ZodObject<{
|
|
|
5047
5047
|
attendees?: string[] | undefined;
|
|
5048
5048
|
timeZone?: string | undefined;
|
|
5049
5049
|
organizer?: {
|
|
5050
|
-
email?: string | undefined;
|
|
5051
5050
|
displayName?: string | undefined;
|
|
5051
|
+
email?: string | undefined;
|
|
5052
5052
|
} | undefined;
|
|
5053
5053
|
} | undefined;
|
|
5054
5054
|
}, {
|
|
@@ -5064,8 +5064,8 @@ export declare const googleOauthUpdateCalendarEventParamsSchema: z.ZodObject<{
|
|
|
5064
5064
|
attendees?: string[] | undefined;
|
|
5065
5065
|
timeZone?: string | undefined;
|
|
5066
5066
|
organizer?: {
|
|
5067
|
-
email?: string | undefined;
|
|
5068
5067
|
displayName?: string | undefined;
|
|
5068
|
+
email?: string | undefined;
|
|
5069
5069
|
} | undefined;
|
|
5070
5070
|
} | undefined;
|
|
5071
5071
|
}>;
|
|
@@ -5102,11 +5102,11 @@ export declare const googleOauthEditAGoogleCalendarEventParamsSchema: z.ZodObjec
|
|
|
5102
5102
|
email: z.ZodOptional<z.ZodString>;
|
|
5103
5103
|
displayName: z.ZodOptional<z.ZodString>;
|
|
5104
5104
|
}, "strip", z.ZodTypeAny, {
|
|
5105
|
-
email?: string | undefined;
|
|
5106
5105
|
displayName?: string | undefined;
|
|
5107
|
-
}, {
|
|
5108
5106
|
email?: string | undefined;
|
|
5107
|
+
}, {
|
|
5109
5108
|
displayName?: string | undefined;
|
|
5109
|
+
email?: string | undefined;
|
|
5110
5110
|
}>>;
|
|
5111
5111
|
timeZone: z.ZodOptional<z.ZodString>;
|
|
5112
5112
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5121,8 +5121,8 @@ export declare const googleOauthEditAGoogleCalendarEventParamsSchema: z.ZodObjec
|
|
|
5121
5121
|
attendees?: string[] | undefined;
|
|
5122
5122
|
timeZone?: string | undefined;
|
|
5123
5123
|
organizer?: {
|
|
5124
|
-
email?: string | undefined;
|
|
5125
5124
|
displayName?: string | undefined;
|
|
5125
|
+
email?: string | undefined;
|
|
5126
5126
|
} | undefined;
|
|
5127
5127
|
}, {
|
|
5128
5128
|
calendarId: string;
|
|
@@ -5136,8 +5136,8 @@ export declare const googleOauthEditAGoogleCalendarEventParamsSchema: z.ZodObjec
|
|
|
5136
5136
|
attendees?: string[] | undefined;
|
|
5137
5137
|
timeZone?: string | undefined;
|
|
5138
5138
|
organizer?: {
|
|
5139
|
-
email?: string | undefined;
|
|
5140
5139
|
displayName?: string | undefined;
|
|
5140
|
+
email?: string | undefined;
|
|
5141
5141
|
} | undefined;
|
|
5142
5142
|
}>;
|
|
5143
5143
|
export type googleOauthEditAGoogleCalendarEventParamsType = z.infer<typeof googleOauthEditAGoogleCalendarEventParamsSchema>;
|
package/dist/actions/parse.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
declare const actionTemplateSchema: z.ZodObject<{
|
|
3
|
+
displayName: z.ZodString;
|
|
3
4
|
description: z.ZodString;
|
|
4
5
|
scopes: z.ZodArray<z.ZodString, "many">;
|
|
5
6
|
tags: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<["read", "write"]>, "many">>>;
|
|
@@ -33,6 +34,7 @@ declare const actionTemplateSchema: z.ZodObject<{
|
|
|
33
34
|
name: z.ZodString;
|
|
34
35
|
provider: z.ZodString;
|
|
35
36
|
}, "strip", z.ZodTypeAny, {
|
|
37
|
+
displayName: string;
|
|
36
38
|
description: string;
|
|
37
39
|
scopes: string[];
|
|
38
40
|
tags: ("read" | "write")[];
|
|
@@ -49,6 +51,7 @@ declare const actionTemplateSchema: z.ZodObject<{
|
|
|
49
51
|
properties?: Record<string, any> | undefined;
|
|
50
52
|
} | undefined;
|
|
51
53
|
}, {
|
|
54
|
+
displayName: string;
|
|
52
55
|
description: string;
|
|
53
56
|
scopes: string[];
|
|
54
57
|
name: string;
|
package/dist/actions/parse.js
CHANGED
|
@@ -31,6 +31,7 @@ const jsonObjectSchema = z.object({
|
|
|
31
31
|
const parameterTagEnum = z.enum([...parameterTagValues]);
|
|
32
32
|
const actionTagEnum = z.enum([...actionTagValues]);
|
|
33
33
|
const actionSchema = z.object({
|
|
34
|
+
displayName: z.string(),
|
|
34
35
|
description: z.string(),
|
|
35
36
|
scopes: z.array(z.string()),
|
|
36
37
|
tags: z.array(actionTagEnum).optional().default([]),
|