@keystrokehq/simplekpi 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.
package/dist/catalog.cjs CHANGED
@@ -21,12 +21,12 @@ const simplekpiCatalog = {
21
21
  "label": "Subdomain",
22
22
  "description": "Your subdomain is \"1234\" if your SimpleKPI account URL is https://1234.simplekpi.com/KPI"
23
23
  },
24
- "api_token": {
24
+ "generic_api_key": {
25
25
  "label": "API Token",
26
26
  "secret": true,
27
27
  "description": "Navigate to your SimpleKPI account > Click \"Manage my\" dropdown > Go to Settings > Developer API. Note: API access must be enabled in your account settings."
28
28
  },
29
- "email": {
29
+ "generic_id": {
30
30
  "label": "Email",
31
31
  "description": "Your SimpleKPI login email address"
32
32
  }
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const simplekpiCatalog = {\n \"slug\": \"simplekpi\",\n \"name\": \"Simplekpi\",\n \"description\": \"Beautifully simple KPI software. Create, manage and analyse your Key Performance Indicators from the cloud.\",\n \"category\": \"Analytics\",\n \"logo\": \"https://logos.composio.dev/api/simplekpi\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"username\": {\n \"label\": \"Username\",\n \"description\": \"Username for basic auth\"\n },\n \"password\": {\n \"label\": \"Password\",\n \"description\": \"Password for basic auth\"\n },\n \"subdomain\": {\n \"label\": \"Subdomain\",\n \"description\": \"Your subdomain is \\\"1234\\\" if your SimpleKPI account URL is https://1234.simplekpi.com/KPI\"\n },\n \"api_token\": {\n \"label\": \"API Token\",\n \"secret\": true,\n \"description\": \"Navigate to your SimpleKPI account > Click \\\"Manage my\\\" dropdown > Go to Settings > Developer API. Note: API access must be enabled in your account settings.\"\n },\n \"email\": {\n \"label\": \"Email\",\n \"description\": \"Your SimpleKPI login email address\"\n }\n },\n \"credentialScheme\": \"BASIC\"\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,YAAY;GACV,SAAS;GACT,eAAe;EACjB;EACA,YAAY;GACV,SAAS;GACT,eAAe;EACjB;EACA,aAAa;GACX,SAAS;GACT,eAAe;EACjB;EACA,aAAa;GACX,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,SAAS;GACP,SAAS;GACT,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 simplekpiCatalog = {\n \"slug\": \"simplekpi\",\n \"name\": \"Simplekpi\",\n \"description\": \"Beautifully simple KPI software. Create, manage and analyse your Key Performance Indicators from the cloud.\",\n \"category\": \"Analytics\",\n \"logo\": \"https://logos.composio.dev/api/simplekpi\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"username\": {\n \"label\": \"Username\",\n \"description\": \"Username for basic auth\"\n },\n \"password\": {\n \"label\": \"Password\",\n \"description\": \"Password for basic auth\"\n },\n \"subdomain\": {\n \"label\": \"Subdomain\",\n \"description\": \"Your subdomain is \\\"1234\\\" if your SimpleKPI account URL is https://1234.simplekpi.com/KPI\"\n },\n \"generic_api_key\": {\n \"label\": \"API Token\",\n \"secret\": true,\n \"description\": \"Navigate to your SimpleKPI account > Click \\\"Manage my\\\" dropdown > Go to Settings > Developer API. Note: API access must be enabled in your account settings.\"\n },\n \"generic_id\": {\n \"label\": \"Email\",\n \"description\": \"Your SimpleKPI login email address\"\n }\n },\n \"credentialScheme\": \"BASIC\"\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,YAAY;GACV,SAAS;GACT,eAAe;EACjB;EACA,YAAY;GACV,SAAS;GACT,eAAe;EACjB;EACA,aAAa;GACX,SAAS;GACT,eAAe;EACjB;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,cAAc;GACZ,SAAS;GACT,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
@@ -21,12 +21,12 @@ declare const simplekpiCatalog: {
21
21
  readonly label: "Subdomain";
22
22
  readonly description: "Your subdomain is \"1234\" if your SimpleKPI account URL is https://1234.simplekpi.com/KPI";
23
23
  };
24
- readonly api_token: {
24
+ readonly generic_api_key: {
25
25
  readonly label: "API Token";
26
26
  readonly secret: true;
27
27
  readonly description: "Navigate to your SimpleKPI account > Click \"Manage my\" dropdown > Go to Settings > Developer API. Note: API access must be enabled in your account settings.";
28
28
  };
29
- readonly email: {
29
+ readonly generic_id: {
30
30
  readonly label: "Email";
31
31
  readonly description: "Your SimpleKPI login email address";
32
32
  };
@@ -21,12 +21,12 @@ declare const simplekpiCatalog: {
21
21
  readonly label: "Subdomain";
22
22
  readonly description: "Your subdomain is \"1234\" if your SimpleKPI account URL is https://1234.simplekpi.com/KPI";
23
23
  };
24
- readonly api_token: {
24
+ readonly generic_api_key: {
25
25
  readonly label: "API Token";
26
26
  readonly secret: true;
27
27
  readonly description: "Navigate to your SimpleKPI account > Click \"Manage my\" dropdown > Go to Settings > Developer API. Note: API access must be enabled in your account settings.";
28
28
  };
29
- readonly email: {
29
+ readonly generic_id: {
30
30
  readonly label: "Email";
31
31
  readonly description: "Your SimpleKPI login email address";
32
32
  };
package/dist/catalog.mjs CHANGED
@@ -21,12 +21,12 @@ const simplekpiCatalog = {
21
21
  "label": "Subdomain",
22
22
  "description": "Your subdomain is \"1234\" if your SimpleKPI account URL is https://1234.simplekpi.com/KPI"
23
23
  },
24
- "api_token": {
24
+ "generic_api_key": {
25
25
  "label": "API Token",
26
26
  "secret": true,
27
27
  "description": "Navigate to your SimpleKPI account > Click \"Manage my\" dropdown > Go to Settings > Developer API. Note: API access must be enabled in your account settings."
28
28
  },
29
- "email": {
29
+ "generic_id": {
30
30
  "label": "Email",
31
31
  "description": "Your SimpleKPI login email address"
32
32
  }
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const simplekpiCatalog = {\n \"slug\": \"simplekpi\",\n \"name\": \"Simplekpi\",\n \"description\": \"Beautifully simple KPI software. Create, manage and analyse your Key Performance Indicators from the cloud.\",\n \"category\": \"Analytics\",\n \"logo\": \"https://logos.composio.dev/api/simplekpi\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"username\": {\n \"label\": \"Username\",\n \"description\": \"Username for basic auth\"\n },\n \"password\": {\n \"label\": \"Password\",\n \"description\": \"Password for basic auth\"\n },\n \"subdomain\": {\n \"label\": \"Subdomain\",\n \"description\": \"Your subdomain is \\\"1234\\\" if your SimpleKPI account URL is https://1234.simplekpi.com/KPI\"\n },\n \"api_token\": {\n \"label\": \"API Token\",\n \"secret\": true,\n \"description\": \"Navigate to your SimpleKPI account > Click \\\"Manage my\\\" dropdown > Go to Settings > Developer API. Note: API access must be enabled in your account settings.\"\n },\n \"email\": {\n \"label\": \"Email\",\n \"description\": \"Your SimpleKPI login email address\"\n }\n },\n \"credentialScheme\": \"BASIC\"\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,YAAY;GACV,SAAS;GACT,eAAe;EACjB;EACA,YAAY;GACV,SAAS;GACT,eAAe;EACjB;EACA,aAAa;GACX,SAAS;GACT,eAAe;EACjB;EACA,aAAa;GACX,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,SAAS;GACP,SAAS;GACT,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 simplekpiCatalog = {\n \"slug\": \"simplekpi\",\n \"name\": \"Simplekpi\",\n \"description\": \"Beautifully simple KPI software. Create, manage and analyse your Key Performance Indicators from the cloud.\",\n \"category\": \"Analytics\",\n \"logo\": \"https://logos.composio.dev/api/simplekpi\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"username\": {\n \"label\": \"Username\",\n \"description\": \"Username for basic auth\"\n },\n \"password\": {\n \"label\": \"Password\",\n \"description\": \"Password for basic auth\"\n },\n \"subdomain\": {\n \"label\": \"Subdomain\",\n \"description\": \"Your subdomain is \\\"1234\\\" if your SimpleKPI account URL is https://1234.simplekpi.com/KPI\"\n },\n \"generic_api_key\": {\n \"label\": \"API Token\",\n \"secret\": true,\n \"description\": \"Navigate to your SimpleKPI account > Click \\\"Manage my\\\" dropdown > Go to Settings > Developer API. Note: API access must be enabled in your account settings.\"\n },\n \"generic_id\": {\n \"label\": \"Email\",\n \"description\": \"Your SimpleKPI login email address\"\n }\n },\n \"credentialScheme\": \"BASIC\"\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,YAAY;GACV,SAAS;GACT,eAAe;EACjB;EACA,YAAY;GACV,SAAS;GACT,eAAe;EACjB;EACA,aAAa;GACX,SAAS;GACT,eAAe;EACjB;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,cAAc;GACZ,SAAS;GACT,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/simplekpi",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"