@keystrokehq/shotstack 0.1.3 → 0.1.4

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.
@@ -4,8 +4,8 @@ import { z } from "zod";
4
4
  declare const ShotstackCreateTemplate2Input: z.ZodObject<{
5
5
  name: z.ZodString;
6
6
  version: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
7
- stage: "stage";
8
7
  v1: "v1";
8
+ stage: "stage";
9
9
  }>>>;
10
10
  template: z.ZodObject<{
11
11
  disk: z.ZodOptional<z.ZodEnum<{
@@ -88,7 +88,7 @@ declare const shotstackCreateTemplate2: import("@keystrokehq/action").WorkflowAc
88
88
  callback?: string | undefined;
89
89
  instance?: "s1" | "s2" | "a1" | undefined;
90
90
  };
91
- version?: "stage" | "v1" | undefined;
91
+ version?: "v1" | "stage" | undefined;
92
92
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
93
93
  //#endregion
94
94
  export { shotstackCreateTemplate2 };
@@ -4,8 +4,8 @@ import { z } from "zod";
4
4
  declare const ShotstackCreateTemplate2Input: z.ZodObject<{
5
5
  name: z.ZodString;
6
6
  version: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
7
- stage: "stage";
8
7
  v1: "v1";
8
+ stage: "stage";
9
9
  }>>>;
10
10
  template: z.ZodObject<{
11
11
  disk: z.ZodOptional<z.ZodEnum<{
@@ -88,7 +88,7 @@ declare const shotstackCreateTemplate2: import("@keystrokehq/action").WorkflowAc
88
88
  callback?: string | undefined;
89
89
  instance?: "s1" | "s2" | "a1" | undefined;
90
90
  };
91
- version?: "stage" | "v1" | undefined;
91
+ version?: "v1" | "stage" | undefined;
92
92
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
93
93
  //#endregion
94
94
  export { shotstackCreateTemplate2 };
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/list-sources2.d.ts
4
4
  declare const ShotstackListSources2Input: z.ZodObject<{
5
5
  env: z.ZodEnum<{
6
- stage: "stage";
7
6
  v1: "v1";
7
+ stage: "stage";
8
8
  }>;
9
9
  index: z.ZodOptional<z.ZodString>;
10
10
  limit: z.ZodOptional<z.ZodNumber>;
@@ -39,7 +39,7 @@ declare const ShotstackListSources2Output: z.ZodObject<{
39
39
  }, z.core.$loose>>>;
40
40
  }, z.core.$loose>;
41
41
  declare const shotstackListSources2: import("@keystrokehq/action").WorkflowActionDefinition<{
42
- env: "stage" | "v1";
42
+ env: "v1" | "stage";
43
43
  index?: string | undefined;
44
44
  limit?: number | undefined;
45
45
  offset?: number | undefined;
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/list-sources2.d.ts
4
4
  declare const ShotstackListSources2Input: z.ZodObject<{
5
5
  env: z.ZodEnum<{
6
- stage: "stage";
7
6
  v1: "v1";
7
+ stage: "stage";
8
8
  }>;
9
9
  index: z.ZodOptional<z.ZodString>;
10
10
  limit: z.ZodOptional<z.ZodNumber>;
@@ -39,7 +39,7 @@ declare const ShotstackListSources2Output: z.ZodObject<{
39
39
  }, z.core.$loose>>>;
40
40
  }, z.core.$loose>;
41
41
  declare const shotstackListSources2: import("@keystrokehq/action").WorkflowActionDefinition<{
42
- env: "stage" | "v1";
42
+ env: "v1" | "stage";
43
43
  index?: string | undefined;
44
44
  limit?: number | undefined;
45
45
  offset?: number | undefined;
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/list-templates2.d.ts
4
4
  declare const ShotstackListTemplates2Input: z.ZodObject<{
5
5
  env: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
6
- stage: "stage";
7
6
  v1: "v1";
7
+ stage: "stage";
8
8
  }>>>;
9
9
  }, z.core.$strip>;
10
10
  declare const ShotstackListTemplates2Output: z.ZodObject<{
@@ -21,7 +21,7 @@ declare const ShotstackListTemplates2Output: z.ZodObject<{
21
21
  }, z.core.$loose>>;
22
22
  }, z.core.$loose>;
23
23
  declare const shotstackListTemplates2: import("@keystrokehq/action").WorkflowActionDefinition<{
24
- env?: "stage" | "v1" | undefined;
24
+ env?: "v1" | "stage" | undefined;
25
25
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
26
  //#endregion
27
27
  export { shotstackListTemplates2 };
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/list-templates2.d.ts
4
4
  declare const ShotstackListTemplates2Input: z.ZodObject<{
5
5
  env: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
6
- stage: "stage";
7
6
  v1: "v1";
7
+ stage: "stage";
8
8
  }>>>;
9
9
  }, z.core.$strip>;
10
10
  declare const ShotstackListTemplates2Output: z.ZodObject<{
@@ -21,7 +21,7 @@ declare const ShotstackListTemplates2Output: z.ZodObject<{
21
21
  }, z.core.$loose>>;
22
22
  }, z.core.$loose>;
23
23
  declare const shotstackListTemplates2: import("@keystrokehq/action").WorkflowActionDefinition<{
24
- env?: "stage" | "v1" | undefined;
24
+ env?: "v1" | "stage" | undefined;
25
25
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
26
  //#endregion
27
27
  export { shotstackListTemplates2 };
package/dist/catalog.cjs CHANGED
@@ -13,7 +13,7 @@ const shotstackCatalog = {
13
13
  "label": "API Environment",
14
14
  "description": "The environment to use for the API request, either 'stage' for the staging environment or 'v1' for the production environment."
15
15
  },
16
- "api_key": {
16
+ "generic_api_key": {
17
17
  "label": "Shotstack API Key",
18
18
  "secret": true,
19
19
  "description": "The API key provided by Shotstack for authenticating API requests."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const shotstackCatalog = {\n \"slug\": \"shotstack\",\n \"name\": \"Shotstack\",\n \"description\": \"Shotstack is a cloud-based platform that enables developers, marketers, and designers to automate the generation of videos, images, and audio at scale using a RESTful API.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/shotstack\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"version\": {\n \"label\": \"API Environment\",\n \"description\": \"The environment to use for the API request, either 'stage' for the staging environment or 'v1' for the production environment.\"\n },\n \"api_key\": {\n \"label\": \"Shotstack API Key\",\n \"secret\": true,\n \"description\": \"The API key provided by Shotstack for authenticating API requests.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,WAAW;GACT,SAAS;GACT,eAAe;EACjB;EACA,WAAW;GACT,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;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 shotstackCatalog = {\n \"slug\": \"shotstack\",\n \"name\": \"Shotstack\",\n \"description\": \"Shotstack is a cloud-based platform that enables developers, marketers, and designers to automate the generation of videos, images, and audio at scale using a RESTful API.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/shotstack\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"version\": {\n \"label\": \"API Environment\",\n \"description\": \"The environment to use for the API request, either 'stage' for the staging environment or 'v1' for the production environment.\"\n },\n \"generic_api_key\": {\n \"label\": \"Shotstack API Key\",\n \"secret\": true,\n \"description\": \"The API key provided by Shotstack for authenticating API requests.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,WAAW;GACT,SAAS;GACT,eAAe;EACjB;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
@@ -13,7 +13,7 @@ declare const shotstackCatalog: {
13
13
  readonly label: "API Environment";
14
14
  readonly description: "The environment to use for the API request, either 'stage' for the staging environment or 'v1' for the production environment.";
15
15
  };
16
- readonly api_key: {
16
+ readonly generic_api_key: {
17
17
  readonly label: "Shotstack API Key";
18
18
  readonly secret: true;
19
19
  readonly description: "The API key provided by Shotstack for authenticating API requests.";
@@ -13,7 +13,7 @@ declare const shotstackCatalog: {
13
13
  readonly label: "API Environment";
14
14
  readonly description: "The environment to use for the API request, either 'stage' for the staging environment or 'v1' for the production environment.";
15
15
  };
16
- readonly api_key: {
16
+ readonly generic_api_key: {
17
17
  readonly label: "Shotstack API Key";
18
18
  readonly secret: true;
19
19
  readonly description: "The API key provided by Shotstack for authenticating API requests.";
package/dist/catalog.mjs CHANGED
@@ -13,7 +13,7 @@ const shotstackCatalog = {
13
13
  "label": "API Environment",
14
14
  "description": "The environment to use for the API request, either 'stage' for the staging environment or 'v1' for the production environment."
15
15
  },
16
- "api_key": {
16
+ "generic_api_key": {
17
17
  "label": "Shotstack API Key",
18
18
  "secret": true,
19
19
  "description": "The API key provided by Shotstack for authenticating API requests."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const shotstackCatalog = {\n \"slug\": \"shotstack\",\n \"name\": \"Shotstack\",\n \"description\": \"Shotstack is a cloud-based platform that enables developers, marketers, and designers to automate the generation of videos, images, and audio at scale using a RESTful API.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/shotstack\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"version\": {\n \"label\": \"API Environment\",\n \"description\": \"The environment to use for the API request, either 'stage' for the staging environment or 'v1' for the production environment.\"\n },\n \"api_key\": {\n \"label\": \"Shotstack API Key\",\n \"secret\": true,\n \"description\": \"The API key provided by Shotstack for authenticating API requests.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,WAAW;GACT,SAAS;GACT,eAAe;EACjB;EACA,WAAW;GACT,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;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 shotstackCatalog = {\n \"slug\": \"shotstack\",\n \"name\": \"Shotstack\",\n \"description\": \"Shotstack is a cloud-based platform that enables developers, marketers, and designers to automate the generation of videos, images, and audio at scale using a RESTful API.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/shotstack\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"version\": {\n \"label\": \"API Environment\",\n \"description\": \"The environment to use for the API request, either 'stage' for the staging environment or 'v1' for the production environment.\"\n },\n \"generic_api_key\": {\n \"label\": \"Shotstack API Key\",\n \"secret\": true,\n \"description\": \"The API key provided by Shotstack for authenticating API requests.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,WAAW;GACT,SAAS;GACT,eAAe;EACjB;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/shotstack",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"