@sw-tsdk/plugin-connector 3.8.0 → 3.8.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.
package/README.md CHANGED
@@ -16,7 +16,7 @@ $ npm install -g @sw-tsdk/plugin-connector
16
16
  $ sw-tsdk-connector COMMAND
17
17
  running command...
18
18
  $ sw-tsdk-connector (--version)
19
- @sw-tsdk/plugin-connector/3.8.0 linux-x64 node-v16.20.2
19
+ @sw-tsdk/plugin-connector/3.8.1 linux-x64 node-v16.20.2
20
20
  $ sw-tsdk-connector --help [COMMAND]
21
21
  USAGE
22
22
  $ sw-tsdk-connector COMMAND
@@ -72,7 +72,7 @@ DESCRIPTION
72
72
  Update a connector action.
73
73
  ```
74
74
 
75
- _See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/action/add.js)_
75
+ _See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/action/add.js)_
76
76
 
77
77
  ## `sw-tsdk-connector action:generate:data`
78
78
 
@@ -97,7 +97,7 @@ DESCRIPTION
97
97
  Use to test a task in an integration
98
98
  ```
99
99
 
100
- _See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/action/generate/data.js)_
100
+ _See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/action/generate/data.js)_
101
101
 
102
102
  ## `sw-tsdk-connector action:generate:input`
103
103
 
@@ -122,7 +122,7 @@ DESCRIPTION
122
122
  Update action input schema.
123
123
  ```
124
124
 
125
- _See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/action/generate/input.js)_
125
+ _See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/action/generate/input.js)_
126
126
 
127
127
  ## `sw-tsdk-connector action:generate:output`
128
128
 
@@ -146,7 +146,7 @@ DESCRIPTION
146
146
  Update a connector action.
147
147
  ```
148
148
 
149
- _See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/action/generate/output.js)_
149
+ _See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/action/generate/output.js)_
150
150
 
151
151
  ## `sw-tsdk-connector action:run:local`
152
152
 
@@ -175,7 +175,7 @@ DESCRIPTION
175
175
  Runs a connector action. (Defaults to current image version in local repository).
176
176
  ```
177
177
 
178
- _See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/action/run/local.js)_
178
+ _See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/action/run/local.js)_
179
179
 
180
180
  ## `sw-tsdk-connector asset:add`
181
181
 
@@ -196,7 +196,7 @@ DESCRIPTION
196
196
  Update a connector action.
197
197
  ```
198
198
 
199
- _See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/asset/add.js)_
199
+ _See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/asset/add.js)_
200
200
 
201
201
  ## `sw-tsdk-connector component:create`
202
202
 
@@ -230,7 +230,7 @@ DESCRIPTION
230
230
  Scaffold a new Component
231
231
  ```
232
232
 
233
- _See code: [lib/commands/component/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/component/create.js)_
233
+ _See code: [lib/commands/component/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/component/create.js)_
234
234
 
235
235
  ## `sw-tsdk-connector component:image`
236
236
 
@@ -252,7 +252,7 @@ DESCRIPTION
252
252
  Update a Component image.
253
253
  ```
254
254
 
255
- _See code: [lib/commands/component/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/component/image.js)_
255
+ _See code: [lib/commands/component/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/component/image.js)_
256
256
 
257
257
  ## `sw-tsdk-connector component:ssp`
258
258
 
@@ -273,7 +273,7 @@ DESCRIPTION
273
273
  Update an SSP.
274
274
  ```
275
275
 
276
- _See code: [lib/commands/component/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/component/ssp.js)_
276
+ _See code: [lib/commands/component/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/component/ssp.js)_
277
277
 
278
278
  ## `sw-tsdk-connector connector:build`
279
279
 
@@ -303,7 +303,7 @@ DESCRIPTION
303
303
  Builds a local docker image of the connector.
304
304
  ```
305
305
 
306
- _See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/connector/build.js)_
306
+ _See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/connector/build.js)_
307
307
 
308
308
  ## `sw-tsdk-connector connector:create`
309
309
 
@@ -338,7 +338,7 @@ DESCRIPTION
338
338
  Scaffold a new connector
339
339
  ```
340
340
 
341
- _See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/connector/create.js)_
341
+ _See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/connector/create.js)_
342
342
 
343
343
  ## `sw-tsdk-connector connector:create:openapi`
344
344
 
@@ -367,7 +367,7 @@ DESCRIPTION
367
367
  Scaffold a new connector
368
368
  ```
369
369
 
370
- _See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/connector/create/openapi.js)_
370
+ _See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/connector/create/openapi.js)_
371
371
 
372
372
  ## `sw-tsdk-connector connector:create:source`
373
373
 
@@ -385,7 +385,7 @@ DESCRIPTION
385
385
  Generates 11x source from 10x
386
386
  ```
387
387
 
388
- _See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/connector/create/source.js)_
388
+ _See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/connector/create/source.js)_
389
389
 
390
390
  ## `sw-tsdk-connector connector:lint`
391
391
 
@@ -408,7 +408,7 @@ DESCRIPTION
408
408
  Use to lint the connector
409
409
  ```
410
410
 
411
- _See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/connector/lint.js)_
411
+ _See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/connector/lint.js)_
412
412
 
413
413
  ## `sw-tsdk-connector connector:logo`
414
414
 
@@ -427,7 +427,7 @@ DESCRIPTION
427
427
  Update a connector.
428
428
  ```
429
429
 
430
- _See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/connector/logo.js)_
430
+ _See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/connector/logo.js)_
431
431
 
432
432
  ## `sw-tsdk-connector connector:sign`
433
433
 
@@ -452,7 +452,7 @@ DESCRIPTION
452
452
  Builds a local docker image of the connector.
453
453
  ```
454
454
 
455
- _See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/connector/sign.js)_
455
+ _See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/connector/sign.js)_
456
456
 
457
457
  ## `sw-tsdk-connector connector:update`
458
458
 
@@ -472,7 +472,7 @@ DESCRIPTION
472
472
  Update a connector.
473
473
  ```
474
474
 
475
- _See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/connector/update.js)_
475
+ _See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/connector/update.js)_
476
476
 
477
477
  ## `sw-tsdk-connector connector:validate`
478
478
 
@@ -495,7 +495,7 @@ DESCRIPTION
495
495
  Use to validate an integration
496
496
  ```
497
497
 
498
- _See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/connector/validate.js)_
498
+ _See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/connector/validate.js)_
499
499
 
500
500
  ## `sw-tsdk-connector description:action`
501
501
 
@@ -516,7 +516,7 @@ DESCRIPTION
516
516
  Use to generate action description
517
517
  ```
518
518
 
519
- _See code: [lib/commands/description/action.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/description/action.js)_
519
+ _See code: [lib/commands/description/action.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/description/action.js)_
520
520
 
521
521
  ## `sw-tsdk-connector description:actions`
522
522
 
@@ -536,7 +536,7 @@ DESCRIPTION
536
536
  Use to generate description for all actions
537
537
  ```
538
538
 
539
- _See code: [lib/commands/description/actions.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/description/actions.js)_
539
+ _See code: [lib/commands/description/actions.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/description/actions.js)_
540
540
 
541
541
  ## `sw-tsdk-connector description:component`
542
542
 
@@ -559,7 +559,7 @@ DESCRIPTION
559
559
  Use to generate component descriptions
560
560
  ```
561
561
 
562
- _See code: [lib/commands/description/component.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/description/component.js)_
562
+ _See code: [lib/commands/description/component.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/description/component.js)_
563
563
 
564
564
  ## `sw-tsdk-connector description:connector`
565
565
 
@@ -579,7 +579,7 @@ DESCRIPTION
579
579
  Use to generate connector descriptions
580
580
  ```
581
581
 
582
- _See code: [lib/commands/description/connector.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/description/connector.js)_
582
+ _See code: [lib/commands/description/connector.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/description/connector.js)_
583
583
 
584
584
  ## `sw-tsdk-connector playbook:create`
585
585
 
@@ -610,7 +610,7 @@ DESCRIPTION
610
610
  Scaffold a new playbook
611
611
  ```
612
612
 
613
- _See code: [lib/commands/playbook/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/playbook/create.js)_
613
+ _See code: [lib/commands/playbook/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/playbook/create.js)_
614
614
 
615
615
  ## `sw-tsdk-connector playbook:image`
616
616
 
@@ -632,7 +632,7 @@ DESCRIPTION
632
632
  Update a Playbook image.
633
633
  ```
634
634
 
635
- _See code: [lib/commands/playbook/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/playbook/image.js)_
635
+ _See code: [lib/commands/playbook/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/playbook/image.js)_
636
636
 
637
637
  ## `sw-tsdk-connector playbook:ssp`
638
638
 
@@ -652,7 +652,7 @@ DESCRIPTION
652
652
  Update an SSP
653
653
  ```
654
654
 
655
- _See code: [lib/commands/playbook/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/playbook/ssp.js)_
655
+ _See code: [lib/commands/playbook/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/playbook/ssp.js)_
656
656
 
657
657
  ## `sw-tsdk-connector solution:create`
658
658
 
@@ -682,7 +682,7 @@ DESCRIPTION
682
682
  Scaffold a new Solution
683
683
  ```
684
684
 
685
- _See code: [lib/commands/solution/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/solution/create.js)_
685
+ _See code: [lib/commands/solution/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/solution/create.js)_
686
686
 
687
687
  ## `sw-tsdk-connector solution:image`
688
688
 
@@ -704,7 +704,7 @@ DESCRIPTION
704
704
  Update a Solution image.
705
705
  ```
706
706
 
707
- _See code: [lib/commands/solution/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/solution/image.js)_
707
+ _See code: [lib/commands/solution/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/solution/image.js)_
708
708
 
709
709
  ## `sw-tsdk-connector solution:ssp`
710
710
 
@@ -725,5 +725,5 @@ DESCRIPTION
725
725
  Update an SSP.
726
726
  ```
727
727
 
728
- _See code: [lib/commands/solution/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.0/lib/commands/solution/ssp.js)_
728
+ _See code: [lib/commands/solution/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.8.1/lib/commands/solution/ssp.js)_
729
729
  <!-- commandsstop -->
package/lib/common.js CHANGED
@@ -127,7 +127,7 @@ exports.contentFamily = [
127
127
  ];
128
128
  exports.contentUseCaseCategories = [
129
129
  'ingestion',
130
- 'remidiation',
130
+ 'remediation',
131
131
  'enrichment',
132
132
  ];
133
133
  exports.connectorTemplates = [
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.8.0",
2
+ "version": "3.8.1",
3
3
  "commands": {
4
4
  "action:add": {
5
5
  "id": "action:add",
package/package.json CHANGED
@@ -6,10 +6,10 @@
6
6
  "dependencies": {
7
7
  "@apidevtools/json-schema-ref-parser": "10.1.0",
8
8
  "@oclif/core": "2.8.5",
9
- "@sw-tsdk/common": "^3.8.0",
10
- "@sw-tsdk/connector": "^3.8.0",
11
- "@sw-tsdk/core": "^3.8.0",
12
- "@sw-tsdk/docker": "^3.8.0",
9
+ "@sw-tsdk/common": "^3.8.1",
10
+ "@sw-tsdk/connector": "^3.8.1",
11
+ "@sw-tsdk/core": "^3.8.1",
12
+ "@sw-tsdk/docker": "^3.8.1",
13
13
  "@swimlane/connector-interfaces": "1.11.0",
14
14
  "@swimlane/cosign": "1.4.1",
15
15
  "@swimlane/docker-reference": "2.0.1",
@@ -95,6 +95,6 @@
95
95
  "posttest": "yarn lint",
96
96
  "dev:setup": "npm link"
97
97
  },
98
- "version": "3.8.0",
99
- "gitHead": "54e62f62eb7487cf6c9b50b2cd7969e717ddce65"
98
+ "version": "3.8.1",
99
+ "gitHead": "8b6a4e2fd3295b919167e41edf453d45d97cab5a"
100
100
  }