@keystrokehq/serveravatar 0.1.3 → 0.1.5

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.
Files changed (55) hide show
  1. package/dist/actions/destroy-backups.d.cts +13 -1
  2. package/dist/actions/destroy-backups.d.mts +13 -1
  3. package/dist/actions/get-organization.d.cts +13 -1
  4. package/dist/actions/get-organization.d.mts +13 -1
  5. package/dist/actions/list-applications.d.cts +13 -1
  6. package/dist/actions/list-applications.d.mts +13 -1
  7. package/dist/actions/list-backups-archive.d.cts +13 -1
  8. package/dist/actions/list-backups-archive.d.mts +13 -1
  9. package/dist/actions/list-backups-deleted-server.d.cts +13 -1
  10. package/dist/actions/list-backups-deleted-server.d.mts +13 -1
  11. package/dist/actions/list-backups-presets.d.cts +13 -1
  12. package/dist/actions/list-backups-presets.d.mts +13 -1
  13. package/dist/actions/list-backups.d.cts +13 -1
  14. package/dist/actions/list-backups.d.mts +13 -1
  15. package/dist/actions/list-cloud-server-providers.d.cts +13 -1
  16. package/dist/actions/list-cloud-server-providers.d.mts +13 -1
  17. package/dist/actions/list-cloud-storage-providers.d.cts +13 -1
  18. package/dist/actions/list-cloud-storage-providers.d.mts +13 -1
  19. package/dist/actions/list-cronjobs-presets.d.cts +13 -1
  20. package/dist/actions/list-cronjobs-presets.d.mts +13 -1
  21. package/dist/actions/list-databases.d.cts +13 -1
  22. package/dist/actions/list-databases.d.mts +13 -1
  23. package/dist/actions/list-git-providers.d.cts +13 -1
  24. package/dist/actions/list-git-providers.d.mts +13 -1
  25. package/dist/actions/list-members.d.cts +13 -1
  26. package/dist/actions/list-members.d.mts +13 -1
  27. package/dist/actions/list-organizations.d.cts +13 -1
  28. package/dist/actions/list-organizations.d.cts.map +1 -1
  29. package/dist/actions/list-organizations.d.mts +13 -1
  30. package/dist/actions/list-organizations.d.mts.map +1 -1
  31. package/dist/actions/list-servers.d.cts +13 -1
  32. package/dist/actions/list-servers.d.mts +13 -1
  33. package/dist/actions/list-timezones.d.cts +13 -1
  34. package/dist/actions/list-timezones.d.cts.map +1 -1
  35. package/dist/actions/list-timezones.d.mts +13 -1
  36. package/dist/actions/list-timezones.d.mts.map +1 -1
  37. package/dist/actions/list-wordpress-languages.d.cts +13 -1
  38. package/dist/actions/list-wordpress-languages.d.cts.map +1 -1
  39. package/dist/actions/list-wordpress-languages.d.mts +13 -1
  40. package/dist/actions/list-wordpress-languages.d.mts.map +1 -1
  41. package/dist/app.cjs +5 -2
  42. package/dist/app.cjs.map +1 -1
  43. package/dist/app.d.cts +9 -1
  44. package/dist/app.d.cts.map +1 -1
  45. package/dist/app.d.mts +9 -1
  46. package/dist/app.d.mts.map +1 -1
  47. package/dist/app.mjs +3 -1
  48. package/dist/app.mjs.map +1 -1
  49. package/dist/catalog.cjs +1 -1
  50. package/dist/catalog.cjs.map +1 -1
  51. package/dist/catalog.d.cts +1 -1
  52. package/dist/catalog.d.mts +1 -1
  53. package/dist/catalog.mjs +1 -1
  54. package/dist/catalog.mjs.map +1 -1
  55. package/package.json +1 -1
@@ -11,7 +11,19 @@ declare const ServeravatarDestroyBackupsOutput: z.ZodObject<{
11
11
  declare const serveravatarDestroyBackups: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  ids: number[];
13
13
  organization: string;
14
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>;
15
27
  //#endregion
16
28
  export { serveravatarDestroyBackups };
17
29
  //# sourceMappingURL=destroy-backups.d.cts.map
@@ -11,7 +11,19 @@ declare const ServeravatarDestroyBackupsOutput: z.ZodObject<{
11
11
  declare const serveravatarDestroyBackups: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  ids: number[];
13
13
  organization: string;
14
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>;
15
27
  //#endregion
16
28
  export { serveravatarDestroyBackups };
17
29
  //# sourceMappingURL=destroy-backups.d.mts.map
@@ -20,7 +20,19 @@ declare const ServeravatarGetOrganizationOutput: z.ZodObject<{
20
20
  }, z.core.$loose>;
21
21
  declare const serveravatarGetOrganization: import("@keystrokehq/action").WorkflowActionDefinition<{
22
22
  organization: number;
23
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_api_key: z.ZodString;
35
+ }, z.core.$strip>>]>;
24
36
  //#endregion
25
37
  export { serveravatarGetOrganization };
26
38
  //# sourceMappingURL=get-organization.d.cts.map
@@ -20,7 +20,19 @@ declare const ServeravatarGetOrganizationOutput: z.ZodObject<{
20
20
  }, z.core.$loose>;
21
21
  declare const serveravatarGetOrganization: import("@keystrokehq/action").WorkflowActionDefinition<{
22
22
  organization: number;
23
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_api_key: z.ZodString;
35
+ }, z.core.$strip>>]>;
24
36
  //#endregion
25
37
  export { serveravatarGetOrganization };
26
38
  //# sourceMappingURL=get-organization.d.mts.map
@@ -33,7 +33,19 @@ declare const ServeravatarListApplicationsOutput: z.ZodObject<{
33
33
  }, z.core.$loose>;
34
34
  declare const serveravatarListApplications: import("@keystrokehq/action").WorkflowActionDefinition<{
35
35
  organization: string;
36
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
36
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
37
+ connectionId: z.ZodString;
38
+ entityId: z.ZodString;
39
+ instanceId: z.ZodString;
40
+ }, z.core.$strip>, z.ZodObject<{
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
43
+ connectionId: z.ZodString;
44
+ entityId: z.ZodString;
45
+ instanceId: z.ZodString;
46
+ }, z.core.$strip>, z.ZodObject<{
47
+ generic_api_key: z.ZodString;
48
+ }, z.core.$strip>>]>;
37
49
  //#endregion
38
50
  export { serveravatarListApplications };
39
51
  //# sourceMappingURL=list-applications.d.cts.map
@@ -33,7 +33,19 @@ declare const ServeravatarListApplicationsOutput: z.ZodObject<{
33
33
  }, z.core.$loose>;
34
34
  declare const serveravatarListApplications: import("@keystrokehq/action").WorkflowActionDefinition<{
35
35
  organization: string;
36
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
36
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
37
+ connectionId: z.ZodString;
38
+ entityId: z.ZodString;
39
+ instanceId: z.ZodString;
40
+ }, z.core.$strip>, z.ZodObject<{
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
43
+ connectionId: z.ZodString;
44
+ entityId: z.ZodString;
45
+ instanceId: z.ZodString;
46
+ }, z.core.$strip>, z.ZodObject<{
47
+ generic_api_key: z.ZodString;
48
+ }, z.core.$strip>>]>;
37
49
  //#endregion
38
50
  export { serveravatarListApplications };
39
51
  //# sourceMappingURL=list-applications.d.mts.map
@@ -63,7 +63,19 @@ declare const serveravatarListBackupsArchive: import("@keystrokehq/action").Work
63
63
  type: "database" | "application" | "filesystem";
64
64
  organization: string;
65
65
  page?: number | undefined;
66
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
66
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
67
+ connectionId: z.ZodString;
68
+ entityId: z.ZodString;
69
+ instanceId: z.ZodString;
70
+ }, z.core.$strip>, z.ZodObject<{
71
+ generic_api_key: z.ZodString;
72
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
73
+ connectionId: z.ZodString;
74
+ entityId: z.ZodString;
75
+ instanceId: z.ZodString;
76
+ }, z.core.$strip>, z.ZodObject<{
77
+ generic_api_key: z.ZodString;
78
+ }, z.core.$strip>>]>;
67
79
  //#endregion
68
80
  export { serveravatarListBackupsArchive };
69
81
  //# sourceMappingURL=list-backups-archive.d.cts.map
@@ -63,7 +63,19 @@ declare const serveravatarListBackupsArchive: import("@keystrokehq/action").Work
63
63
  type: "database" | "application" | "filesystem";
64
64
  organization: string;
65
65
  page?: number | undefined;
66
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
66
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
67
+ connectionId: z.ZodString;
68
+ entityId: z.ZodString;
69
+ instanceId: z.ZodString;
70
+ }, z.core.$strip>, z.ZodObject<{
71
+ generic_api_key: z.ZodString;
72
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
73
+ connectionId: z.ZodString;
74
+ entityId: z.ZodString;
75
+ instanceId: z.ZodString;
76
+ }, z.core.$strip>, z.ZodObject<{
77
+ generic_api_key: z.ZodString;
78
+ }, z.core.$strip>>]>;
67
79
  //#endregion
68
80
  export { serveravatarListBackupsArchive };
69
81
  //# sourceMappingURL=list-backups-archive.d.mts.map
@@ -16,7 +16,19 @@ declare const ServeravatarListBackupsDeletedServerOutput: z.ZodObject<{
16
16
  declare const serveravatarListBackupsDeletedServer: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  organization: string;
18
18
  page?: number | undefined;
19
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { serveravatarListBackupsDeletedServer };
22
34
  //# sourceMappingURL=list-backups-deleted-server.d.cts.map
@@ -16,7 +16,19 @@ declare const ServeravatarListBackupsDeletedServerOutput: z.ZodObject<{
16
16
  declare const serveravatarListBackupsDeletedServer: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  organization: string;
18
18
  page?: number | undefined;
19
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { serveravatarListBackupsDeletedServer };
22
34
  //# sourceMappingURL=list-backups-deleted-server.d.mts.map
@@ -14,7 +14,19 @@ declare const ServeravatarListBackupsPresetsOutput: z.ZodObject<{
14
14
  declare const serveravatarListBackupsPresets: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  server: string;
16
16
  organization: string;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>;
18
30
  //#endregion
19
31
  export { serveravatarListBackupsPresets };
20
32
  //# sourceMappingURL=list-backups-presets.d.cts.map
@@ -14,7 +14,19 @@ declare const ServeravatarListBackupsPresetsOutput: z.ZodObject<{
14
14
  declare const serveravatarListBackupsPresets: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  server: string;
16
16
  organization: string;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>;
18
30
  //#endregion
19
31
  export { serveravatarListBackupsPresets };
20
32
  //# sourceMappingURL=list-backups-presets.d.mts.map
@@ -66,7 +66,19 @@ declare const ServeravatarListBackupsOutput: z.ZodObject<{
66
66
  declare const serveravatarListBackups: import("@keystrokehq/action").WorkflowActionDefinition<{
67
67
  organization: number;
68
68
  page?: number | undefined;
69
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
69
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
70
+ connectionId: z.ZodString;
71
+ entityId: z.ZodString;
72
+ instanceId: z.ZodString;
73
+ }, z.core.$strip>, z.ZodObject<{
74
+ generic_api_key: z.ZodString;
75
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
76
+ connectionId: z.ZodString;
77
+ entityId: z.ZodString;
78
+ instanceId: z.ZodString;
79
+ }, z.core.$strip>, z.ZodObject<{
80
+ generic_api_key: z.ZodString;
81
+ }, z.core.$strip>>]>;
70
82
  //#endregion
71
83
  export { serveravatarListBackups };
72
84
  //# sourceMappingURL=list-backups.d.cts.map
@@ -66,7 +66,19 @@ declare const ServeravatarListBackupsOutput: z.ZodObject<{
66
66
  declare const serveravatarListBackups: import("@keystrokehq/action").WorkflowActionDefinition<{
67
67
  organization: number;
68
68
  page?: number | undefined;
69
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
69
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
70
+ connectionId: z.ZodString;
71
+ entityId: z.ZodString;
72
+ instanceId: z.ZodString;
73
+ }, z.core.$strip>, z.ZodObject<{
74
+ generic_api_key: z.ZodString;
75
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
76
+ connectionId: z.ZodString;
77
+ entityId: z.ZodString;
78
+ instanceId: z.ZodString;
79
+ }, z.core.$strip>, z.ZodObject<{
80
+ generic_api_key: z.ZodString;
81
+ }, z.core.$strip>>]>;
70
82
  //#endregion
71
83
  export { serveravatarListBackups };
72
84
  //# sourceMappingURL=list-backups.d.mts.map
@@ -42,7 +42,19 @@ declare const serveravatarListCloudServerProviders: import("@keystrokehq/action"
42
42
  search?: string | undefined;
43
43
  provider?: string | undefined;
44
44
  pagination?: number | undefined;
45
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
45
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
46
+ connectionId: z.ZodString;
47
+ entityId: z.ZodString;
48
+ instanceId: z.ZodString;
49
+ }, z.core.$strip>, z.ZodObject<{
50
+ generic_api_key: z.ZodString;
51
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
52
+ connectionId: z.ZodString;
53
+ entityId: z.ZodString;
54
+ instanceId: z.ZodString;
55
+ }, z.core.$strip>, z.ZodObject<{
56
+ generic_api_key: z.ZodString;
57
+ }, z.core.$strip>>]>;
46
58
  //#endregion
47
59
  export { serveravatarListCloudServerProviders };
48
60
  //# sourceMappingURL=list-cloud-server-providers.d.cts.map
@@ -42,7 +42,19 @@ declare const serveravatarListCloudServerProviders: import("@keystrokehq/action"
42
42
  search?: string | undefined;
43
43
  provider?: string | undefined;
44
44
  pagination?: number | undefined;
45
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
45
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
46
+ connectionId: z.ZodString;
47
+ entityId: z.ZodString;
48
+ instanceId: z.ZodString;
49
+ }, z.core.$strip>, z.ZodObject<{
50
+ generic_api_key: z.ZodString;
51
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
52
+ connectionId: z.ZodString;
53
+ entityId: z.ZodString;
54
+ instanceId: z.ZodString;
55
+ }, z.core.$strip>, z.ZodObject<{
56
+ generic_api_key: z.ZodString;
57
+ }, z.core.$strip>>]>;
46
58
  //#endregion
47
59
  export { serveravatarListCloudServerProviders };
48
60
  //# sourceMappingURL=list-cloud-server-providers.d.mts.map
@@ -15,7 +15,19 @@ declare const ServeravatarListCloudStorageProvidersOutput: z.ZodObject<{
15
15
  }, z.core.$loose>;
16
16
  declare const serveravatarListCloudStorageProviders: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  organization: string;
18
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
19
31
  //#endregion
20
32
  export { serveravatarListCloudStorageProviders };
21
33
  //# sourceMappingURL=list-cloud-storage-providers.d.cts.map
@@ -15,7 +15,19 @@ declare const ServeravatarListCloudStorageProvidersOutput: z.ZodObject<{
15
15
  }, z.core.$loose>;
16
16
  declare const serveravatarListCloudStorageProviders: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  organization: string;
18
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
19
31
  //#endregion
20
32
  export { serveravatarListCloudStorageProviders };
21
33
  //# sourceMappingURL=list-cloud-storage-providers.d.mts.map
@@ -24,7 +24,19 @@ declare const ServeravatarListCronjobsPresetsOutput: z.ZodObject<{
24
24
  declare const serveravatarListCronjobsPresets: import("@keystrokehq/action").WorkflowActionDefinition<{
25
25
  server: string;
26
26
  organization: string;
27
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
27
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ generic_api_key: z.ZodString;
39
+ }, z.core.$strip>>]>;
28
40
  //#endregion
29
41
  export { serveravatarListCronjobsPresets };
30
42
  //# sourceMappingURL=list-cronjobs-presets.d.cts.map
@@ -24,7 +24,19 @@ declare const ServeravatarListCronjobsPresetsOutput: z.ZodObject<{
24
24
  declare const serveravatarListCronjobsPresets: import("@keystrokehq/action").WorkflowActionDefinition<{
25
25
  server: string;
26
26
  organization: string;
27
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
27
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ generic_api_key: z.ZodString;
39
+ }, z.core.$strip>>]>;
28
40
  //#endregion
29
41
  export { serveravatarListCronjobsPresets };
30
42
  //# sourceMappingURL=list-cronjobs-presets.d.mts.map
@@ -47,7 +47,19 @@ declare const serveravatarListDatabases: import("@keystrokehq/action").WorkflowA
47
47
  organization: string;
48
48
  search?: string | undefined;
49
49
  pagination?: number | undefined;
50
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
50
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ generic_api_key: z.ZodString;
56
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
57
+ connectionId: z.ZodString;
58
+ entityId: z.ZodString;
59
+ instanceId: z.ZodString;
60
+ }, z.core.$strip>, z.ZodObject<{
61
+ generic_api_key: z.ZodString;
62
+ }, z.core.$strip>>]>;
51
63
  //#endregion
52
64
  export { serveravatarListDatabases };
53
65
  //# sourceMappingURL=list-databases.d.cts.map
@@ -47,7 +47,19 @@ declare const serveravatarListDatabases: import("@keystrokehq/action").WorkflowA
47
47
  organization: string;
48
48
  search?: string | undefined;
49
49
  pagination?: number | undefined;
50
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
50
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ generic_api_key: z.ZodString;
56
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
57
+ connectionId: z.ZodString;
58
+ entityId: z.ZodString;
59
+ instanceId: z.ZodString;
60
+ }, z.core.$strip>, z.ZodObject<{
61
+ generic_api_key: z.ZodString;
62
+ }, z.core.$strip>>]>;
51
63
  //#endregion
52
64
  export { serveravatarListDatabases };
53
65
  //# sourceMappingURL=list-databases.d.mts.map
@@ -34,7 +34,19 @@ declare const ServeravatarListGitProvidersOutput: z.ZodObject<{
34
34
  }, z.core.$loose>;
35
35
  declare const serveravatarListGitProviders: import("@keystrokehq/action").WorkflowActionDefinition<{
36
36
  organization: number;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
37
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ generic_api_key: z.ZodString;
43
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
38
50
  //#endregion
39
51
  export { serveravatarListGitProviders };
40
52
  //# sourceMappingURL=list-git-providers.d.cts.map
@@ -34,7 +34,19 @@ declare const ServeravatarListGitProvidersOutput: z.ZodObject<{
34
34
  }, z.core.$loose>;
35
35
  declare const serveravatarListGitProviders: import("@keystrokehq/action").WorkflowActionDefinition<{
36
36
  organization: number;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
37
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ generic_api_key: z.ZodString;
43
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
38
50
  //#endregion
39
51
  export { serveravatarListGitProviders };
40
52
  //# sourceMappingURL=list-git-providers.d.mts.map
@@ -47,7 +47,19 @@ declare const serveravatarListMembers: import("@keystrokehq/action").WorkflowAct
47
47
  organization: string;
48
48
  page?: number | undefined;
49
49
  query?: string | undefined;
50
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
50
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ generic_api_key: z.ZodString;
56
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
57
+ connectionId: z.ZodString;
58
+ entityId: z.ZodString;
59
+ instanceId: z.ZodString;
60
+ }, z.core.$strip>, z.ZodObject<{
61
+ generic_api_key: z.ZodString;
62
+ }, z.core.$strip>>]>;
51
63
  //#endregion
52
64
  export { serveravatarListMembers };
53
65
  //# sourceMappingURL=list-members.d.cts.map
@@ -47,7 +47,19 @@ declare const serveravatarListMembers: import("@keystrokehq/action").WorkflowAct
47
47
  organization: string;
48
48
  page?: number | undefined;
49
49
  query?: string | undefined;
50
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
50
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ generic_api_key: z.ZodString;
56
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
57
+ connectionId: z.ZodString;
58
+ entityId: z.ZodString;
59
+ instanceId: z.ZodString;
60
+ }, z.core.$strip>, z.ZodObject<{
61
+ generic_api_key: z.ZodString;
62
+ }, z.core.$strip>>]>;
51
63
  //#endregion
52
64
  export { serveravatarListMembers };
53
65
  //# sourceMappingURL=list-members.d.mts.map
@@ -18,7 +18,19 @@ declare const ServeravatarListOrganizationsOutput: z.ZodObject<{
18
18
  created_at: z.ZodNullable<z.ZodString>;
19
19
  }, z.core.$loose>>;
20
20
  }, z.core.$loose>;
21
- declare const serveravatarListOrganizations: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
21
+ declare const serveravatarListOrganizations: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>;
22
34
  //#endregion
23
35
  export { serveravatarListOrganizations };
24
36
  //# sourceMappingURL=list-organizations.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-organizations.d.cts","names":[],"sources":["../../src/actions/list-organizations.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAiBlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-organizations.d.cts","names":[],"sources":["../../src/actions/list-organizations.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAiBlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,iBAAA,CAAA,CAAA,SAAA"}
@@ -18,7 +18,19 @@ declare const ServeravatarListOrganizationsOutput: z.ZodObject<{
18
18
  created_at: z.ZodNullable<z.ZodString>;
19
19
  }, z.core.$loose>>;
20
20
  }, z.core.$loose>;
21
- declare const serveravatarListOrganizations: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
21
+ declare const serveravatarListOrganizations: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>;
22
34
  //#endregion
23
35
  export { serveravatarListOrganizations };
24
36
  //# sourceMappingURL=list-organizations.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-organizations.d.mts","names":[],"sources":["../../src/actions/list-organizations.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAiBlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-organizations.d.mts","names":[],"sources":["../../src/actions/list-organizations.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAiBlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,iBAAA,CAAA,CAAA,SAAA"}
@@ -68,7 +68,19 @@ declare const ServeravatarListServersOutput: z.ZodObject<{
68
68
  declare const serveravatarListServers: import("@keystrokehq/action").WorkflowActionDefinition<{
69
69
  organization: number;
70
70
  pagination?: number | undefined;
71
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
71
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
72
+ connectionId: z.ZodString;
73
+ entityId: z.ZodString;
74
+ instanceId: z.ZodString;
75
+ }, z.core.$strip>, z.ZodObject<{
76
+ generic_api_key: z.ZodString;
77
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
78
+ connectionId: z.ZodString;
79
+ entityId: z.ZodString;
80
+ instanceId: z.ZodString;
81
+ }, z.core.$strip>, z.ZodObject<{
82
+ generic_api_key: z.ZodString;
83
+ }, z.core.$strip>>]>;
72
84
  //#endregion
73
85
  export { serveravatarListServers };
74
86
  //# sourceMappingURL=list-servers.d.cts.map
@@ -68,7 +68,19 @@ declare const ServeravatarListServersOutput: z.ZodObject<{
68
68
  declare const serveravatarListServers: import("@keystrokehq/action").WorkflowActionDefinition<{
69
69
  organization: number;
70
70
  pagination?: number | undefined;
71
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
71
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
72
+ connectionId: z.ZodString;
73
+ entityId: z.ZodString;
74
+ instanceId: z.ZodString;
75
+ }, z.core.$strip>, z.ZodObject<{
76
+ generic_api_key: z.ZodString;
77
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
78
+ connectionId: z.ZodString;
79
+ entityId: z.ZodString;
80
+ instanceId: z.ZodString;
81
+ }, z.core.$strip>, z.ZodObject<{
82
+ generic_api_key: z.ZodString;
83
+ }, z.core.$strip>>]>;
72
84
  //#endregion
73
85
  export { serveravatarListServers };
74
86
  //# sourceMappingURL=list-servers.d.mts.map
@@ -5,7 +5,19 @@ declare const ServeravatarListTimezonesInput: z.ZodObject<{}, z.core.$strip>;
5
5
  declare const ServeravatarListTimezonesOutput: z.ZodObject<{
6
6
  timezones: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7
7
  }, z.core.$loose>;
8
- declare const serveravatarListTimezones: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
8
+ declare const serveravatarListTimezones: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
9
+ connectionId: z.ZodString;
10
+ entityId: z.ZodString;
11
+ instanceId: z.ZodString;
12
+ }, z.core.$strip>, z.ZodObject<{
13
+ generic_api_key: z.ZodString;
14
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>;
9
21
  //#endregion
10
22
  export { serveravatarListTimezones };
11
23
  //# sourceMappingURL=list-timezones.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-timezones.d.cts","names":[],"sources":["../../src/actions/list-timezones.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAI/B,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-timezones.d.cts","names":[],"sources":["../../src/actions/list-timezones.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAI/B,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,iBAAA,CAAA,CAAA,SAAA"}
@@ -5,7 +5,19 @@ declare const ServeravatarListTimezonesInput: z.ZodObject<{}, z.core.$strip>;
5
5
  declare const ServeravatarListTimezonesOutput: z.ZodObject<{
6
6
  timezones: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7
7
  }, z.core.$loose>;
8
- declare const serveravatarListTimezones: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
8
+ declare const serveravatarListTimezones: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
9
+ connectionId: z.ZodString;
10
+ entityId: z.ZodString;
11
+ instanceId: z.ZodString;
12
+ }, z.core.$strip>, z.ZodObject<{
13
+ generic_api_key: z.ZodString;
14
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>;
9
21
  //#endregion
10
22
  export { serveravatarListTimezones };
11
23
  //# sourceMappingURL=list-timezones.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-timezones.d.mts","names":[],"sources":["../../src/actions/list-timezones.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAI/B,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-timezones.d.mts","names":[],"sources":["../../src/actions/list-timezones.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAI/B,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,iBAAA,CAAA,CAAA,SAAA"}
@@ -9,7 +9,19 @@ declare const ServeravatarListWordpressLanguagesOutput: z.ZodObject<{
9
9
  english_name: z.ZodNullable<z.ZodString>;
10
10
  }, z.core.$loose>>;
11
11
  }, z.core.$loose>;
12
- declare const serveravatarListWordpressLanguages: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ declare const serveravatarListWordpressLanguages: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { serveravatarListWordpressLanguages };
15
27
  //# sourceMappingURL=list-wordpress-languages.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-wordpress-languages.d.cts","names":[],"sources":["../../src/actions/list-wordpress-languages.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMvC,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;;;cAIxC,kCAAA,gCAAkC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-wordpress-languages.d.cts","names":[],"sources":["../../src/actions/list-wordpress-languages.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMvC,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;;;cAIxC,kCAAA,gCAAkC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,iBAAA,CAAA,CAAA,SAAA"}
@@ -9,7 +9,19 @@ declare const ServeravatarListWordpressLanguagesOutput: z.ZodObject<{
9
9
  english_name: z.ZodNullable<z.ZodString>;
10
10
  }, z.core.$loose>>;
11
11
  }, z.core.$loose>;
12
- declare const serveravatarListWordpressLanguages: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ declare const serveravatarListWordpressLanguages: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>;
13
25
  //#endregion
14
26
  export { serveravatarListWordpressLanguages };
15
27
  //# sourceMappingURL=list-wordpress-languages.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-wordpress-languages.d.mts","names":[],"sources":["../../src/actions/list-wordpress-languages.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMvC,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;;;cAIxC,kCAAA,gCAAkC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-wordpress-languages.d.mts","names":[],"sources":["../../src/actions/list-wordpress-languages.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMvC,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;;;cAIxC,kCAAA,gCAAkC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,iBAAA,CAAA,CAAA,SAAA"}
package/dist/app.cjs CHANGED
@@ -1,7 +1,10 @@
1
+ let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
2
+ let zod = require("zod");
1
3
  //#region src/app.ts
2
- const serveravatar = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const serveravatar = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "serveravatar",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: zod.z.string() }
5
8
  });
6
9
  //#endregion
7
10
  exports.serveravatar = serveravatar;
package/dist/app.cjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const serveravatar = defineApp({\n slug: \"serveravatar\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,gBAAA,uCAAA,CAAA,CAAA,UAAA,CAAyB;CACpC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const serveravatar = defineApp({\n slug: \"serveravatar\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,gBAAA,GAAA,2BAAA,UAAA,CAAyB;CACpC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/dist/app.d.cts CHANGED
@@ -1,5 +1,13 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const serveravatar: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const serveravatar: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { serveravatar };
5
13
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,YAAA,6BAAY,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,YAAA,6BAAY,GAAA,+BAAA,UAAA,iBAAA,CAAA,CAAA,SAAA"}
package/dist/app.d.mts CHANGED
@@ -1,5 +1,13 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const serveravatar: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const serveravatar: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"serveravatar", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { serveravatar };
5
13
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,YAAA,6BAAY,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,YAAA,6BAAY,GAAA,+BAAA,UAAA,iBAAA,CAAA,CAAA,SAAA"}
package/dist/app.mjs CHANGED
@@ -1,8 +1,10 @@
1
1
  import { defineApp } from "@keystrokehq/keystroke/app";
2
+ import { z } from "zod";
2
3
  //#region src/app.ts
3
4
  const serveravatar = defineApp({
4
5
  slug: "serveravatar",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: z.string() }
6
8
  });
7
9
  //#endregion
8
10
  export { serveravatar };
package/dist/app.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const serveravatar = defineApp({\n slug: \"serveravatar\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,eAAe,UAAU;CACpC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const serveravatar = defineApp({\n slug: \"serveravatar\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,eAAe,UAAU;CACpC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -8,7 +8,7 @@ const serveravatarCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/serveravatar",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "API Token",
13
13
  "secret": true,
14
14
  "description": "Your ServerAvatar API token. Generate it from Account -> API Access in your ServerAvatar dashboard."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const serveravatarCatalog = {\n \"slug\": \"serveravatar\",\n \"name\": \"Serveravatar\",\n \"description\": \"ServerAvatar is a server management system that helps you manage servers, applications, databases, and deployments through an intuitive API.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/serveravatar\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Token\",\n \"secret\": true,\n \"description\": \"Your ServerAvatar API token. Generate it from Account -> API Access in your ServerAvatar dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,sBAAsB;CACjC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const serveravatarCatalog = {\n \"slug\": \"serveravatar\",\n \"name\": \"Serveravatar\",\n \"description\": \"ServerAvatar is a server management system that helps you manage servers, applications, databases, and deployments through an intuitive API.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/serveravatar\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Token\",\n \"secret\": true,\n \"description\": \"Your ServerAvatar API token. Generate it from Account -> API Access in your ServerAvatar dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,sBAAsB;CACjC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
@@ -9,7 +9,7 @@ declare const serveravatarCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "API Token";
14
14
  readonly secret: true;
15
15
  readonly description: "Your ServerAvatar API token. Generate it from Account -> API Access in your ServerAvatar dashboard.";
@@ -9,7 +9,7 @@ declare const serveravatarCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "API Token";
14
14
  readonly secret: true;
15
15
  readonly description: "Your ServerAvatar API token. Generate it from Account -> API Access in your ServerAvatar dashboard.";
package/dist/catalog.mjs CHANGED
@@ -8,7 +8,7 @@ const serveravatarCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/serveravatar",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "API Token",
13
13
  "secret": true,
14
14
  "description": "Your ServerAvatar API token. Generate it from Account -> API Access in your ServerAvatar dashboard."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const serveravatarCatalog = {\n \"slug\": \"serveravatar\",\n \"name\": \"Serveravatar\",\n \"description\": \"ServerAvatar is a server management system that helps you manage servers, applications, databases, and deployments through an intuitive API.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/serveravatar\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Token\",\n \"secret\": true,\n \"description\": \"Your ServerAvatar API token. Generate it from Account -> API Access in your ServerAvatar dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,sBAAsB;CACjC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const serveravatarCatalog = {\n \"slug\": \"serveravatar\",\n \"name\": \"Serveravatar\",\n \"description\": \"ServerAvatar is a server management system that helps you manage servers, applications, databases, and deployments through an intuitive API.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/serveravatar\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Token\",\n \"secret\": true,\n \"description\": \"Your ServerAvatar API token. Generate it from Account -> API Access in your ServerAvatar dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,sBAAsB;CACjC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/serveravatar",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"