@keystrokehq/follow_up_boss 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.
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/list-custom-fields.d.ts
4
4
  declare const FollowUpBossListCustomFieldsInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodEnum<{
6
- id: "id";
7
6
  name: "name";
7
+ id: "id";
8
8
  orderWeight: "orderWeight";
9
9
  "-id": "-id";
10
10
  "-name": "-name";
@@ -30,7 +30,7 @@ declare const FollowUpBossListCustomFieldsOutput: z.ZodObject<{
30
30
  }, z.core.$loose>>>>;
31
31
  }, z.core.$loose>;
32
32
  declare const followUpBossListCustomFields: import("@keystrokehq/action").WorkflowActionDefinition<{
33
- sort?: "id" | "name" | "orderWeight" | "-id" | "-name" | "-orderWeight" | undefined;
33
+ sort?: "name" | "id" | "orderWeight" | "-id" | "-name" | "-orderWeight" | undefined;
34
34
  label?: string | undefined;
35
35
  limit?: number | undefined;
36
36
  offset?: number | undefined;
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/list-custom-fields.d.ts
4
4
  declare const FollowUpBossListCustomFieldsInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodEnum<{
6
- id: "id";
7
6
  name: "name";
7
+ id: "id";
8
8
  orderWeight: "orderWeight";
9
9
  "-id": "-id";
10
10
  "-name": "-name";
@@ -30,7 +30,7 @@ declare const FollowUpBossListCustomFieldsOutput: z.ZodObject<{
30
30
  }, z.core.$loose>>>>;
31
31
  }, z.core.$loose>;
32
32
  declare const followUpBossListCustomFields: import("@keystrokehq/action").WorkflowActionDefinition<{
33
- sort?: "id" | "name" | "orderWeight" | "-id" | "-name" | "-orderWeight" | undefined;
33
+ sort?: "name" | "id" | "orderWeight" | "-id" | "-name" | "-orderWeight" | undefined;
34
34
  label?: string | undefined;
35
35
  limit?: number | undefined;
36
36
  offset?: number | undefined;
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/list-deal-custom-fields.d.ts
4
4
  declare const FollowUpBossListDealCustomFieldsInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodEnum<{
6
- id: "id";
7
6
  name: "name";
7
+ id: "id";
8
8
  orderWeight: "orderWeight";
9
9
  "-id": "-id";
10
10
  "-name": "-name";
@@ -32,7 +32,7 @@ declare const FollowUpBossListDealCustomFieldsOutput: z.ZodObject<{
32
32
  }, z.core.$loose>>>>;
33
33
  }, z.core.$loose>;
34
34
  declare const followUpBossListDealCustomFields: import("@keystrokehq/action").WorkflowActionDefinition<{
35
- sort?: "id" | "name" | "orderWeight" | "-id" | "-name" | "-orderWeight" | undefined;
35
+ sort?: "name" | "id" | "orderWeight" | "-id" | "-name" | "-orderWeight" | undefined;
36
36
  label?: string | undefined;
37
37
  limit?: number | undefined;
38
38
  offset?: number | undefined;
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/list-deal-custom-fields.d.ts
4
4
  declare const FollowUpBossListDealCustomFieldsInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodEnum<{
6
- id: "id";
7
6
  name: "name";
7
+ id: "id";
8
8
  orderWeight: "orderWeight";
9
9
  "-id": "-id";
10
10
  "-name": "-name";
@@ -32,7 +32,7 @@ declare const FollowUpBossListDealCustomFieldsOutput: z.ZodObject<{
32
32
  }, z.core.$loose>>>>;
33
33
  }, z.core.$loose>;
34
34
  declare const followUpBossListDealCustomFields: import("@keystrokehq/action").WorkflowActionDefinition<{
35
- sort?: "id" | "name" | "orderWeight" | "-id" | "-name" | "-orderWeight" | undefined;
35
+ sort?: "name" | "id" | "orderWeight" | "-id" | "-name" | "-orderWeight" | undefined;
36
36
  label?: string | undefined;
37
37
  limit?: number | undefined;
38
38
  offset?: number | undefined;
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/list-groups-round-robin.d.ts
4
4
  declare const FollowUpBossListGroupsRoundRobinInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodEnum<{
6
- id: "id";
7
6
  name: "name";
7
+ id: "id";
8
8
  "-id": "-id";
9
9
  "-name": "-name";
10
10
  }>>;
@@ -45,7 +45,7 @@ declare const FollowUpBossListGroupsRoundRobinOutput: z.ZodObject<{
45
45
  }, z.core.$loose>>>;
46
46
  }, z.core.$loose>;
47
47
  declare const followUpBossListGroupsRoundRobin: import("@keystrokehq/action").WorkflowActionDefinition<{
48
- sort?: "id" | "name" | "-id" | "-name" | undefined;
48
+ sort?: "name" | "id" | "-id" | "-name" | undefined;
49
49
  type?: "Agent" | "Lender" | undefined;
50
50
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
51
51
  //#endregion
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/list-groups-round-robin.d.ts
4
4
  declare const FollowUpBossListGroupsRoundRobinInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodEnum<{
6
- id: "id";
7
6
  name: "name";
7
+ id: "id";
8
8
  "-id": "-id";
9
9
  "-name": "-name";
10
10
  }>>;
@@ -45,7 +45,7 @@ declare const FollowUpBossListGroupsRoundRobinOutput: z.ZodObject<{
45
45
  }, z.core.$loose>>>;
46
46
  }, z.core.$loose>;
47
47
  declare const followUpBossListGroupsRoundRobin: import("@keystrokehq/action").WorkflowActionDefinition<{
48
- sort?: "id" | "name" | "-id" | "-name" | undefined;
48
+ sort?: "name" | "id" | "-id" | "-name" | undefined;
49
49
  type?: "Agent" | "Lender" | undefined;
50
50
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
51
51
  //#endregion
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/list-groups.d.ts
4
4
  declare const FollowUpBossListGroupsInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodEnum<{
6
- id: "id";
7
6
  name: "name";
7
+ id: "id";
8
8
  "-id": "-id";
9
9
  "-name": "-name";
10
10
  }>>;
@@ -55,7 +55,7 @@ declare const FollowUpBossListGroupsOutput: z.ZodObject<{
55
55
  }, z.core.$loose>>>;
56
56
  }, z.core.$loose>;
57
57
  declare const followUpBossListGroups: import("@keystrokehq/action").WorkflowActionDefinition<{
58
- sort?: "id" | "name" | "-id" | "-name" | undefined;
58
+ sort?: "name" | "id" | "-id" | "-name" | undefined;
59
59
  type?: "Agent" | "Lender" | undefined;
60
60
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
61
61
  //#endregion
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/list-groups.d.ts
4
4
  declare const FollowUpBossListGroupsInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodEnum<{
6
- id: "id";
7
6
  name: "name";
7
+ id: "id";
8
8
  "-id": "-id";
9
9
  "-name": "-name";
10
10
  }>>;
@@ -55,7 +55,7 @@ declare const FollowUpBossListGroupsOutput: z.ZodObject<{
55
55
  }, z.core.$loose>>>;
56
56
  }, z.core.$loose>;
57
57
  declare const followUpBossListGroups: import("@keystrokehq/action").WorkflowActionDefinition<{
58
- sort?: "id" | "name" | "-id" | "-name" | undefined;
58
+ sort?: "name" | "id" | "-id" | "-name" | undefined;
59
59
  type?: "Agent" | "Lender" | undefined;
60
60
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
61
61
  //#endregion
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/list-stages.d.ts
4
4
  declare const FollowUpBossListStagesInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
6
- id: "id";
7
6
  name: "name";
7
+ id: "id";
8
8
  orderWeight: "orderWeight";
9
9
  }>>>;
10
10
  limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
@@ -26,7 +26,7 @@ declare const FollowUpBossListStagesOutput: z.ZodObject<{
26
26
  }, z.core.$loose>>>;
27
27
  }, z.core.$loose>;
28
28
  declare const followUpBossListStages: import("@keystrokehq/action").WorkflowActionDefinition<{
29
- sort?: "id" | "name" | "orderWeight" | undefined;
29
+ sort?: "name" | "id" | "orderWeight" | undefined;
30
30
  limit?: number | undefined;
31
31
  offset?: number | undefined;
32
32
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/list-stages.d.ts
4
4
  declare const FollowUpBossListStagesInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
6
- id: "id";
7
6
  name: "name";
7
+ id: "id";
8
8
  orderWeight: "orderWeight";
9
9
  }>>>;
10
10
  limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
@@ -26,7 +26,7 @@ declare const FollowUpBossListStagesOutput: z.ZodObject<{
26
26
  }, z.core.$loose>>>;
27
27
  }, z.core.$loose>;
28
28
  declare const followUpBossListStages: import("@keystrokehq/action").WorkflowActionDefinition<{
29
- sort?: "id" | "name" | "orderWeight" | undefined;
29
+ sort?: "name" | "id" | "orderWeight" | undefined;
30
30
  limit?: number | undefined;
31
31
  offset?: number | undefined;
32
32
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
package/dist/catalog.cjs CHANGED
@@ -8,7 +8,7 @@ const followUpBossCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/follow_up_boss",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "API Key",
13
13
  "secret": true,
14
14
  "description": "Your Follow Up Boss API key (starts with 'fka_'). Create one under Admin → API and copy it right away — it's shown only once, so make a new key if you lost yours."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const followUpBossCatalog = {\n \"slug\": \"follow_up_boss\",\n \"name\": \"Follow Up Boss\",\n \"description\": \"Follow Up Boss is the leading CRM for high-growth real estate businesses. Get all your leads in one place & take control of your follow up so you can work smarter.\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/follow_up_boss\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Follow Up Boss API key (starts with 'fka_'). Create one under Admin → API and copy it right away — it's shown only once, so make a new key if you lost yours.\"\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 followUpBossCatalog = {\n \"slug\": \"follow_up_boss\",\n \"name\": \"Follow Up Boss\",\n \"description\": \"Follow Up Boss is the leading CRM for high-growth real estate businesses. Get all your leads in one place & take control of your follow up so you can work smarter.\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/follow_up_boss\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Follow Up Boss API key (starts with 'fka_'). Create one under Admin → API and copy it right away — it's shown only once, so make a new key if you lost yours.\"\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 followUpBossCatalog: {
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 Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your Follow Up Boss API key (starts with 'fka_'). Create one under Admin → API and copy it right away — it's shown only once, so make a new key if you lost yours.";
@@ -9,7 +9,7 @@ declare const followUpBossCatalog: {
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 Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your Follow Up Boss API key (starts with 'fka_'). Create one under Admin → API and copy it right away — it's shown only once, so make a new key if you lost yours.";
package/dist/catalog.mjs CHANGED
@@ -8,7 +8,7 @@ const followUpBossCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/follow_up_boss",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "API Key",
13
13
  "secret": true,
14
14
  "description": "Your Follow Up Boss API key (starts with 'fka_'). Create one under Admin → API and copy it right away — it's shown only once, so make a new key if you lost yours."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const followUpBossCatalog = {\n \"slug\": \"follow_up_boss\",\n \"name\": \"Follow Up Boss\",\n \"description\": \"Follow Up Boss is the leading CRM for high-growth real estate businesses. Get all your leads in one place & take control of your follow up so you can work smarter.\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/follow_up_boss\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Follow Up Boss API key (starts with 'fka_'). Create one under Admin → API and copy it right away — it's shown only once, so make a new key if you lost yours.\"\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 followUpBossCatalog = {\n \"slug\": \"follow_up_boss\",\n \"name\": \"Follow Up Boss\",\n \"description\": \"Follow Up Boss is the leading CRM for high-growth real estate businesses. Get all your leads in one place & take control of your follow up so you can work smarter.\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/follow_up_boss\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Follow Up Boss API key (starts with 'fka_'). Create one under Admin → API and copy it right away — it's shown only once, so make a new key if you lost yours.\"\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/follow_up_boss",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"