@sw-tsdk/plugin-connector 3.12.0-next.76ec802 → 3.12.0-next.83bc248

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.12.0-next.76ec802 linux-x64 node-v20.19.0
19
+ @sw-tsdk/plugin-connector/3.12.0-next.83bc248 linux-x64 node-v20.19.0
20
20
  $ sw-tsdk-connector --help [COMMAND]
21
21
  USAGE
22
22
  $ sw-tsdk-connector COMMAND
@@ -61,7 +61,7 @@ DESCRIPTION
61
61
  Update a connector action.
62
62
  ```
63
63
 
64
- _See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/action/add.js)_
64
+ _See code: [lib/commands/action/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/action/add.js)_
65
65
 
66
66
  ## `sw-tsdk-connector action:generate:data`
67
67
 
@@ -86,7 +86,7 @@ DESCRIPTION
86
86
  Use to test a task in an integration
87
87
  ```
88
88
 
89
- _See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/action/generate/data.js)_
89
+ _See code: [lib/commands/action/generate/data.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/action/generate/data.js)_
90
90
 
91
91
  ## `sw-tsdk-connector action:generate:input`
92
92
 
@@ -111,7 +111,7 @@ DESCRIPTION
111
111
  Update action input schema.
112
112
  ```
113
113
 
114
- _See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/action/generate/input.js)_
114
+ _See code: [lib/commands/action/generate/input.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/action/generate/input.js)_
115
115
 
116
116
  ## `sw-tsdk-connector action:generate:output`
117
117
 
@@ -135,7 +135,7 @@ DESCRIPTION
135
135
  Update a connector action.
136
136
  ```
137
137
 
138
- _See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/action/generate/output.js)_
138
+ _See code: [lib/commands/action/generate/output.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/action/generate/output.js)_
139
139
 
140
140
  ## `sw-tsdk-connector action:run:local`
141
141
 
@@ -164,7 +164,7 @@ DESCRIPTION
164
164
  Runs a connector action. (Defaults to current image version in local repository).
165
165
  ```
166
166
 
167
- _See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/action/run/local.js)_
167
+ _See code: [lib/commands/action/run/local.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/action/run/local.js)_
168
168
 
169
169
  ## `sw-tsdk-connector asset:add`
170
170
 
@@ -185,7 +185,7 @@ DESCRIPTION
185
185
  Update a connector action.
186
186
  ```
187
187
 
188
- _See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/asset/add.js)_
188
+ _See code: [lib/commands/asset/add.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/asset/add.js)_
189
189
 
190
190
  ## `sw-tsdk-connector connector:build`
191
191
 
@@ -215,7 +215,7 @@ DESCRIPTION
215
215
  Builds a local docker image of the connector.
216
216
  ```
217
217
 
218
- _See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/connector/build.js)_
218
+ _See code: [lib/commands/connector/build.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/connector/build.js)_
219
219
 
220
220
  ## `sw-tsdk-connector connector:create`
221
221
 
@@ -248,7 +248,7 @@ DESCRIPTION
248
248
  Scaffold a new connector
249
249
  ```
250
250
 
251
- _See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/connector/create.js)_
251
+ _See code: [lib/commands/connector/create.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/connector/create.js)_
252
252
 
253
253
  ## `sw-tsdk-connector connector:create:openapi`
254
254
 
@@ -277,7 +277,7 @@ DESCRIPTION
277
277
  Scaffold a new connector
278
278
  ```
279
279
 
280
- _See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/connector/create/openapi.js)_
280
+ _See code: [lib/commands/connector/create/openapi.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/connector/create/openapi.js)_
281
281
 
282
282
  ## `sw-tsdk-connector connector:create:source`
283
283
 
@@ -295,7 +295,7 @@ DESCRIPTION
295
295
  Generates 11x source from 10x
296
296
  ```
297
297
 
298
- _See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/connector/create/source.js)_
298
+ _See code: [lib/commands/connector/create/source.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/connector/create/source.js)_
299
299
 
300
300
  ## `sw-tsdk-connector connector:lint`
301
301
 
@@ -318,7 +318,7 @@ DESCRIPTION
318
318
  Use to lint the connector
319
319
  ```
320
320
 
321
- _See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/connector/lint.js)_
321
+ _See code: [lib/commands/connector/lint.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/connector/lint.js)_
322
322
 
323
323
  ## `sw-tsdk-connector connector:logo`
324
324
 
@@ -337,7 +337,7 @@ DESCRIPTION
337
337
  Update a connector.
338
338
  ```
339
339
 
340
- _See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/connector/logo.js)_
340
+ _See code: [lib/commands/connector/logo.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/connector/logo.js)_
341
341
 
342
342
  ## `sw-tsdk-connector connector:sign`
343
343
 
@@ -362,7 +362,7 @@ DESCRIPTION
362
362
  Builds a local docker image of the connector.
363
363
  ```
364
364
 
365
- _See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/connector/sign.js)_
365
+ _See code: [lib/commands/connector/sign.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/connector/sign.js)_
366
366
 
367
367
  ## `sw-tsdk-connector connector:update`
368
368
 
@@ -382,7 +382,7 @@ DESCRIPTION
382
382
  Update a connector.
383
383
  ```
384
384
 
385
- _See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/connector/update.js)_
385
+ _See code: [lib/commands/connector/update.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/connector/update.js)_
386
386
 
387
387
  ## `sw-tsdk-connector connector:validate`
388
388
 
@@ -405,7 +405,7 @@ DESCRIPTION
405
405
  Use to validate an integration
406
406
  ```
407
407
 
408
- _See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/connector/validate.js)_
408
+ _See code: [lib/commands/connector/validate.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/connector/validate.js)_
409
409
 
410
410
  ## `sw-tsdk-connector migrator:convert`
411
411
 
@@ -431,7 +431,7 @@ DESCRIPTION
431
431
  Convert scripts and forked plugins from Swimlane V10x to connectors.
432
432
  ```
433
433
 
434
- _See code: [lib/commands/migrator/convert.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/migrator/convert.js)_
434
+ _See code: [lib/commands/migrator/convert.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/migrator/convert.js)_
435
435
 
436
436
  ## `sw-tsdk-connector migrator:export`
437
437
 
@@ -452,5 +452,5 @@ DESCRIPTION
452
452
  Use to export python scripts from a Swimlane instance
453
453
  ```
454
454
 
455
- _See code: [lib/commands/migrator/export.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.76ec802/lib/commands/migrator/export.js)_
455
+ _See code: [lib/commands/migrator/export.js](https://github.com/swimlane/turbine-sdk/blob/v3.12.0-next.83bc248/lib/commands/migrator/export.js)_
456
456
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.12.0-next.76ec802",
2
+ "version": "3.12.0-next.83bc248",
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.12.0-next.76ec802",
10
- "@sw-tsdk/connector": "3.12.0-next.76ec802",
11
- "@sw-tsdk/core": "3.12.0-next.76ec802",
12
- "@sw-tsdk/docker": "3.12.0-next.76ec802",
9
+ "@sw-tsdk/common": "3.12.0-next.83bc248",
10
+ "@sw-tsdk/connector": "3.12.0-next.83bc248",
11
+ "@sw-tsdk/core": "3.12.0-next.83bc248",
12
+ "@sw-tsdk/docker": "3.12.0-next.83bc248",
13
13
  "@swimlane/connector-interfaces": "1.11.0",
14
14
  "@swimlane/cosign": "1.4.1",
15
15
  "@swimlane/docker-reference": "2.0.1",
@@ -103,6 +103,6 @@
103
103
  "posttest": "yarn lint",
104
104
  "dev:setup": "yarn link"
105
105
  },
106
- "version": "3.12.0-next.76ec802",
107
- "gitHead": "76ec802e3021c5ca4c93ef9976c92f010786e0e3"
106
+ "version": "3.12.0-next.83bc248",
107
+ "gitHead": "83bc24842ec5e1a9e507b53a1b688c930b29cdbe"
108
108
  }