@sw-tsdk/plugin-connector 3.11.1 → 3.11.2

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.11.1 linux-x64 node-v18.20.7
19
+ @sw-tsdk/plugin-connector/3.11.2 linux-x64 node-v18.20.7
20
20
  $ sw-tsdk-connector --help [COMMAND]
21
21
  USAGE
22
22
  $ sw-tsdk-connector COMMAND
@@ -77,7 +77,7 @@ DESCRIPTION
77
77
  Update a connector action.
78
78
  ```
79
79
 
80
- _See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/action/add.js)_
80
+ _See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/action/add.js)_
81
81
 
82
82
  ## `sw-tsdk-connector action:generate:data`
83
83
 
@@ -102,7 +102,7 @@ DESCRIPTION
102
102
  Use to test a task in an integration
103
103
  ```
104
104
 
105
- _See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/action/generate/data.js)_
105
+ _See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/action/generate/data.js)_
106
106
 
107
107
  ## `sw-tsdk-connector action:generate:input`
108
108
 
@@ -127,7 +127,7 @@ DESCRIPTION
127
127
  Update action input schema.
128
128
  ```
129
129
 
130
- _See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/action/generate/input.js)_
130
+ _See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/action/generate/input.js)_
131
131
 
132
132
  ## `sw-tsdk-connector action:generate:output`
133
133
 
@@ -151,7 +151,7 @@ DESCRIPTION
151
151
  Update a connector action.
152
152
  ```
153
153
 
154
- _See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/action/generate/output.js)_
154
+ _See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/action/generate/output.js)_
155
155
 
156
156
  ## `sw-tsdk-connector action:run:local`
157
157
 
@@ -180,7 +180,7 @@ DESCRIPTION
180
180
  Runs a connector action. (Defaults to current image version in local repository).
181
181
  ```
182
182
 
183
- _See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/action/run/local.js)_
183
+ _See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/action/run/local.js)_
184
184
 
185
185
  ## `sw-tsdk-connector asset:add`
186
186
 
@@ -201,7 +201,7 @@ DESCRIPTION
201
201
  Update a connector action.
202
202
  ```
203
203
 
204
- _See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/asset/add.js)_
204
+ _See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/asset/add.js)_
205
205
 
206
206
  ## `sw-tsdk-connector component:create`
207
207
 
@@ -240,7 +240,7 @@ DESCRIPTION
240
240
  Scaffold a new Component
241
241
  ```
242
242
 
243
- _See code: [lib/commands/component/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/component/create.js)_
243
+ _See code: [lib/commands/component/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/component/create.js)_
244
244
 
245
245
  ## `sw-tsdk-connector component:image`
246
246
 
@@ -262,7 +262,7 @@ DESCRIPTION
262
262
  Update a Component image.
263
263
  ```
264
264
 
265
- _See code: [lib/commands/component/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/component/image.js)_
265
+ _See code: [lib/commands/component/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/component/image.js)_
266
266
 
267
267
  ## `sw-tsdk-connector component:ssp`
268
268
 
@@ -283,7 +283,7 @@ DESCRIPTION
283
283
  Update an SSP.
284
284
  ```
285
285
 
286
- _See code: [lib/commands/component/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/component/ssp.js)_
286
+ _See code: [lib/commands/component/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/component/ssp.js)_
287
287
 
288
288
  ## `sw-tsdk-connector connector:build`
289
289
 
@@ -313,7 +313,7 @@ DESCRIPTION
313
313
  Builds a local docker image of the connector.
314
314
  ```
315
315
 
316
- _See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/connector/build.js)_
316
+ _See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/connector/build.js)_
317
317
 
318
318
  ## `sw-tsdk-connector connector:create`
319
319
 
@@ -348,7 +348,7 @@ DESCRIPTION
348
348
  Scaffold a new connector
349
349
  ```
350
350
 
351
- _See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/connector/create.js)_
351
+ _See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/connector/create.js)_
352
352
 
353
353
  ## `sw-tsdk-connector connector:create:openapi`
354
354
 
@@ -377,7 +377,7 @@ DESCRIPTION
377
377
  Scaffold a new connector
378
378
  ```
379
379
 
380
- _See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/connector/create/openapi.js)_
380
+ _See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/connector/create/openapi.js)_
381
381
 
382
382
  ## `sw-tsdk-connector connector:create:source`
383
383
 
@@ -395,7 +395,7 @@ DESCRIPTION
395
395
  Generates 11x source from 10x
396
396
  ```
397
397
 
398
- _See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/connector/create/source.js)_
398
+ _See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/connector/create/source.js)_
399
399
 
400
400
  ## `sw-tsdk-connector connector:lint`
401
401
 
@@ -418,7 +418,7 @@ DESCRIPTION
418
418
  Use to lint the connector
419
419
  ```
420
420
 
421
- _See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/connector/lint.js)_
421
+ _See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/connector/lint.js)_
422
422
 
423
423
  ## `sw-tsdk-connector connector:logo`
424
424
 
@@ -437,7 +437,7 @@ DESCRIPTION
437
437
  Update a connector.
438
438
  ```
439
439
 
440
- _See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/connector/logo.js)_
440
+ _See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/connector/logo.js)_
441
441
 
442
442
  ## `sw-tsdk-connector connector:sign`
443
443
 
@@ -462,7 +462,7 @@ DESCRIPTION
462
462
  Builds a local docker image of the connector.
463
463
  ```
464
464
 
465
- _See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/connector/sign.js)_
465
+ _See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/connector/sign.js)_
466
466
 
467
467
  ## `sw-tsdk-connector connector:update`
468
468
 
@@ -482,7 +482,7 @@ DESCRIPTION
482
482
  Update a connector.
483
483
  ```
484
484
 
485
- _See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/connector/update.js)_
485
+ _See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/connector/update.js)_
486
486
 
487
487
  ## `sw-tsdk-connector connector:validate`
488
488
 
@@ -505,7 +505,7 @@ DESCRIPTION
505
505
  Use to validate an integration
506
506
  ```
507
507
 
508
- _See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/connector/validate.js)_
508
+ _See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/connector/validate.js)_
509
509
 
510
510
  ## `sw-tsdk-connector description:action`
511
511
 
@@ -526,7 +526,7 @@ DESCRIPTION
526
526
  Use to generate action description
527
527
  ```
528
528
 
529
- _See code: [lib/commands/description/action.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/description/action.js)_
529
+ _See code: [lib/commands/description/action.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/description/action.js)_
530
530
 
531
531
  ## `sw-tsdk-connector description:actions`
532
532
 
@@ -546,7 +546,7 @@ DESCRIPTION
546
546
  Use to generate description for all actions
547
547
  ```
548
548
 
549
- _See code: [lib/commands/description/actions.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/description/actions.js)_
549
+ _See code: [lib/commands/description/actions.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/description/actions.js)_
550
550
 
551
551
  ## `sw-tsdk-connector description:component`
552
552
 
@@ -569,7 +569,7 @@ DESCRIPTION
569
569
  Use to generate component descriptions
570
570
  ```
571
571
 
572
- _See code: [lib/commands/description/component.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/description/component.js)_
572
+ _See code: [lib/commands/description/component.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/description/component.js)_
573
573
 
574
574
  ## `sw-tsdk-connector description:connector`
575
575
 
@@ -589,7 +589,7 @@ DESCRIPTION
589
589
  Use to generate connector descriptions
590
590
  ```
591
591
 
592
- _See code: [lib/commands/description/connector.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/description/connector.js)_
592
+ _See code: [lib/commands/description/connector.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/description/connector.js)_
593
593
 
594
594
  ## `sw-tsdk-connector migrator:convert`
595
595
 
@@ -615,7 +615,7 @@ DESCRIPTION
615
615
  Convert scripts and forked plugins from Swimlane V10x to connectors.
616
616
  ```
617
617
 
618
- _See code: [lib/commands/migrator/convert.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/migrator/convert.js)_
618
+ _See code: [lib/commands/migrator/convert.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/migrator/convert.js)_
619
619
 
620
620
  ## `sw-tsdk-connector migrator:export`
621
621
 
@@ -636,7 +636,7 @@ DESCRIPTION
636
636
  Use to export python scripts from a Swimlane instance
637
637
  ```
638
638
 
639
- _See code: [lib/commands/migrator/export.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/migrator/export.js)_
639
+ _See code: [lib/commands/migrator/export.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/migrator/export.js)_
640
640
 
641
641
  ## `sw-tsdk-connector playbook:create`
642
642
 
@@ -672,7 +672,7 @@ DESCRIPTION
672
672
  Scaffold a new playbook
673
673
  ```
674
674
 
675
- _See code: [lib/commands/playbook/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/playbook/create.js)_
675
+ _See code: [lib/commands/playbook/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/playbook/create.js)_
676
676
 
677
677
  ## `sw-tsdk-connector playbook:image`
678
678
 
@@ -694,7 +694,7 @@ DESCRIPTION
694
694
  Update a Playbook image.
695
695
  ```
696
696
 
697
- _See code: [lib/commands/playbook/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/playbook/image.js)_
697
+ _See code: [lib/commands/playbook/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/playbook/image.js)_
698
698
 
699
699
  ## `sw-tsdk-connector playbook:ssp`
700
700
 
@@ -714,7 +714,7 @@ DESCRIPTION
714
714
  Update an SSP
715
715
  ```
716
716
 
717
- _See code: [lib/commands/playbook/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/playbook/ssp.js)_
717
+ _See code: [lib/commands/playbook/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/playbook/ssp.js)_
718
718
 
719
719
  ## `sw-tsdk-connector solution:create`
720
720
 
@@ -744,7 +744,7 @@ DESCRIPTION
744
744
  Scaffold a new Solution
745
745
  ```
746
746
 
747
- _See code: [lib/commands/solution/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/solution/create.js)_
747
+ _See code: [lib/commands/solution/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/solution/create.js)_
748
748
 
749
749
  ## `sw-tsdk-connector solution:image`
750
750
 
@@ -766,7 +766,7 @@ DESCRIPTION
766
766
  Update a Solution image.
767
767
  ```
768
768
 
769
- _See code: [lib/commands/solution/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/solution/image.js)_
769
+ _See code: [lib/commands/solution/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/solution/image.js)_
770
770
 
771
771
  ## `sw-tsdk-connector solution:ssp`
772
772
 
@@ -787,7 +787,7 @@ DESCRIPTION
787
787
  Update an SSP.
788
788
  ```
789
789
 
790
- _See code: [lib/commands/solution/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/solution/ssp.js)_
790
+ _See code: [lib/commands/solution/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/solution/ssp.js)_
791
791
 
792
792
  ## `sw-tsdk-connector widget:create`
793
793
 
@@ -817,7 +817,7 @@ DESCRIPTION
817
817
  Scaffold a new widget
818
818
  ```
819
819
 
820
- _See code: [lib/commands/widget/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/widget/create.js)_
820
+ _See code: [lib/commands/widget/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/widget/create.js)_
821
821
 
822
822
  ## `sw-tsdk-connector widget:image`
823
823
 
@@ -838,7 +838,7 @@ DESCRIPTION
838
838
  Update a Widget image.
839
839
  ```
840
840
 
841
- _See code: [lib/commands/widget/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/widget/image.js)_
841
+ _See code: [lib/commands/widget/image.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/widget/image.js)_
842
842
 
843
843
  ## `sw-tsdk-connector widget:ssp`
844
844
 
@@ -858,5 +858,5 @@ DESCRIPTION
858
858
  Update an SSP
859
859
  ```
860
860
 
861
- _See code: [lib/commands/widget/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.1/lib/commands/widget/ssp.js)_
861
+ _See code: [lib/commands/widget/ssp.js](https://github.com/swimlane/turbine-sdk/blob/v3.11.2/lib/commands/widget/ssp.js)_
862
862
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.11.1",
2
+ "version": "3.11.2",
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.11.1",
10
- "@sw-tsdk/connector": "^3.11.1",
11
- "@sw-tsdk/core": "^3.11.1",
12
- "@sw-tsdk/docker": "^3.11.1",
9
+ "@sw-tsdk/common": "^3.11.2",
10
+ "@sw-tsdk/connector": "^3.11.2",
11
+ "@sw-tsdk/core": "^3.11.2",
12
+ "@sw-tsdk/docker": "^3.11.2",
13
13
  "@swimlane/connector-interfaces": "1.11.0",
14
14
  "@swimlane/cosign": "1.4.1",
15
15
  "@swimlane/docker-reference": "2.0.1",
@@ -102,6 +102,6 @@
102
102
  "posttest": "yarn lint",
103
103
  "dev:setup": "npm link"
104
104
  },
105
- "version": "3.11.1",
106
- "gitHead": "19426fb8524bccb52b4bfdbf42db5aac349ba80c"
105
+ "version": "3.11.2",
106
+ "gitHead": "6d49f5984522f27b6d8de39625a0db4735bc03ec"
107
107
  }