@stackflo-labs/n8n-nodes-retainr 0.3.0 → 0.3.1

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.
@@ -14,7 +14,7 @@ class RetainrApi {
14
14
  typeOptions: { password: true },
15
15
  default: '',
16
16
  placeholder: 'rec_live_...',
17
- description: 'Your retainr.dev API key. Create one at https://retainr.dev/dashboard.',
17
+ description: 'Your retainr.dev API key. Each key is scoped to one workspace. Create keys at https://retainr.dev/dashboard.',
18
18
  },
19
19
  {
20
20
  displayName: 'Base URL',
@@ -223,8 +223,8 @@ class Retainr {
223
223
  type: 'string',
224
224
  required: false,
225
225
  default: '',
226
- placeholder: 'acme-corp',
227
- description: 'Namespace for organizing memories by customer or tenant (e.g., "acme-corp").',
226
+ placeholder: 'sarah-chen-001',
227
+ description: 'Customer or tenant identifier within this workspace. Workspace is set by the API key; namespace groups memories per customer.',
228
228
  displayOptions: {
229
229
  show: {
230
230
  resource: ['memory'],
@@ -309,8 +309,8 @@ class Retainr {
309
309
  type: 'string',
310
310
  required: false,
311
311
  default: '',
312
- placeholder: 'acme-corp',
313
- description: 'Filter memories by namespace.',
312
+ placeholder: 'sarah-chen-001',
313
+ description: 'Filter by customer/tenant namespace within this workspace.',
314
314
  displayOptions: {
315
315
  show: {
316
316
  resource: ['memory'],
@@ -452,8 +452,8 @@ class Retainr {
452
452
  type: 'string',
453
453
  required: false,
454
454
  default: '',
455
- placeholder: 'acme-corp',
456
- description: 'Filter memories by namespace.',
455
+ placeholder: 'sarah-chen-001',
456
+ description: 'Filter by customer/tenant namespace within this workspace.',
457
457
  displayOptions: {
458
458
  show: {
459
459
  resource: ['memory'],
@@ -547,8 +547,8 @@ class Retainr {
547
547
  type: 'string',
548
548
  required: false,
549
549
  default: '',
550
- placeholder: 'acme-corp',
551
- description: 'Filter memories by namespace.',
550
+ placeholder: 'sarah-chen-001',
551
+ description: 'Filter by customer/tenant namespace within this workspace.',
552
552
  displayOptions: {
553
553
  show: {
554
554
  resource: ['memory'],
@@ -660,8 +660,8 @@ class Retainr {
660
660
  type: 'string',
661
661
  required: false,
662
662
  default: '',
663
- placeholder: 'acme-corp',
664
- description: 'Filter memories by namespace.',
663
+ placeholder: 'sarah-chen-001',
664
+ description: 'Filter by customer/tenant namespace within this workspace.',
665
665
  displayOptions: {
666
666
  show: {
667
667
  resource: ['memory'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackflo-labs/n8n-nodes-retainr",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/stackflo-labs/n8n-nodes-retainr.git"