@sw-tsdk/plugin-connector 3.12.0-next.fbd3f73 → 3.13.0-next.64cfa29

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.
Files changed (72) hide show
  1. package/README.md +42 -445
  2. package/lib/commands/action/add.js +4 -4
  3. package/lib/commands/action/add.js.map +1 -1
  4. package/lib/commands/component/create.d.ts +1 -0
  5. package/lib/commands/component/create.js +1 -0
  6. package/lib/commands/component/create.js.map +1 -1
  7. package/lib/commands/component/image.d.ts +1 -0
  8. package/lib/commands/component/image.js +1 -0
  9. package/lib/commands/component/image.js.map +1 -1
  10. package/lib/commands/component/ssp.d.ts +1 -0
  11. package/lib/commands/component/ssp.js +1 -0
  12. package/lib/commands/component/ssp.js.map +1 -1
  13. package/lib/commands/connector/build.js +1 -1
  14. package/lib/commands/connector/build.js.map +1 -1
  15. package/lib/commands/connector/create.d.ts +2 -2
  16. package/lib/commands/connector/create.js +21 -14
  17. package/lib/commands/connector/create.js.map +1 -1
  18. package/lib/commands/connector/logo.d.ts +1 -1
  19. package/lib/commands/connector/logo.js +18 -4
  20. package/lib/commands/connector/logo.js.map +1 -1
  21. package/lib/commands/description/action.d.ts +1 -0
  22. package/lib/commands/description/action.js +1 -0
  23. package/lib/commands/description/action.js.map +1 -1
  24. package/lib/commands/description/actions.d.ts +1 -0
  25. package/lib/commands/description/actions.js +1 -0
  26. package/lib/commands/description/actions.js.map +1 -1
  27. package/lib/commands/description/component.d.ts +1 -0
  28. package/lib/commands/description/component.js +1 -0
  29. package/lib/commands/description/component.js.map +1 -1
  30. package/lib/commands/description/connector.d.ts +1 -0
  31. package/lib/commands/description/connector.js +1 -0
  32. package/lib/commands/description/connector.js.map +1 -1
  33. package/lib/commands/migrator/convert.js +1 -1
  34. package/lib/commands/migrator/convert.js.map +1 -1
  35. package/lib/commands/migrator/export.js +1 -1
  36. package/lib/commands/migrator/export.js.map +1 -1
  37. package/lib/commands/playbook/create.d.ts +1 -0
  38. package/lib/commands/playbook/create.js +1 -0
  39. package/lib/commands/playbook/create.js.map +1 -1
  40. package/lib/commands/playbook/image.d.ts +1 -0
  41. package/lib/commands/playbook/image.js +1 -0
  42. package/lib/commands/playbook/image.js.map +1 -1
  43. package/lib/commands/playbook/ssp.d.ts +1 -0
  44. package/lib/commands/playbook/ssp.js +1 -0
  45. package/lib/commands/playbook/ssp.js.map +1 -1
  46. package/lib/commands/solution/create.d.ts +1 -0
  47. package/lib/commands/solution/create.js +6 -5
  48. package/lib/commands/solution/create.js.map +1 -1
  49. package/lib/commands/solution/image.d.ts +1 -0
  50. package/lib/commands/solution/image.js +1 -0
  51. package/lib/commands/solution/image.js.map +1 -1
  52. package/lib/commands/solution/ssp.d.ts +1 -0
  53. package/lib/commands/solution/ssp.js +1 -0
  54. package/lib/commands/solution/ssp.js.map +1 -1
  55. package/lib/commands/widget/create.d.ts +1 -0
  56. package/lib/commands/widget/create.js +1 -0
  57. package/lib/commands/widget/create.js.map +1 -1
  58. package/lib/commands/widget/image.d.ts +1 -0
  59. package/lib/commands/widget/image.js +1 -0
  60. package/lib/commands/widget/image.js.map +1 -1
  61. package/lib/commands/widget/ssp.d.ts +1 -0
  62. package/lib/commands/widget/ssp.js +1 -0
  63. package/lib/commands/widget/ssp.js.map +1 -1
  64. package/lib/templates/native_python_custom/template/docs/CHANGELOG.md.t +7 -0
  65. package/lib/templates/native_python_custom/template/docs/README.md +38 -0
  66. package/lib/templates/native_python_custom/template/requirements.txt +3 -0
  67. package/lib/types/connector-types.d.ts +3 -3
  68. package/lib/types/migrator-types.d.ts +1 -0
  69. package/lib/types/migrator-types.js +1 -0
  70. package/lib/types/migrator-types.js.map +1 -1
  71. package/oclif.manifest.json +31 -12
  72. package/package.json +8 -7
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.12.0-next.fbd3f73",
2
+ "version": "3.13.0-next.64cfa29",
3
3
  "commands": {
4
4
  "action:add": {
5
5
  "id": "action:add",
@@ -89,6 +89,7 @@
89
89
  "pluginName": "@sw-tsdk/plugin-connector",
90
90
  "pluginAlias": "@sw-tsdk/plugin-connector",
91
91
  "pluginType": "core",
92
+ "hidden": true,
92
93
  "aliases": [],
93
94
  "flags": {
94
95
  "directory": {
@@ -212,6 +213,7 @@
212
213
  "pluginName": "@sw-tsdk/plugin-connector",
213
214
  "pluginAlias": "@sw-tsdk/plugin-connector",
214
215
  "pluginType": "core",
216
+ "hidden": true,
215
217
  "aliases": [],
216
218
  "flags": {
217
219
  "directory": {
@@ -267,6 +269,7 @@
267
269
  "pluginName": "@sw-tsdk/plugin-connector",
268
270
  "pluginAlias": "@sw-tsdk/plugin-connector",
269
271
  "pluginType": "core",
272
+ "hidden": true,
270
273
  "aliases": [],
271
274
  "flags": {
272
275
  "directory": {
@@ -330,7 +333,9 @@
330
333
  "python_39_definition",
331
334
  "python_39_turbine",
332
335
  "python_310_definition",
333
- "python_311_definition"
336
+ "python_311_definition",
337
+ "python_312_definition",
338
+ "native_python_custom"
334
339
  ]
335
340
  },
336
341
  "compile-override": {
@@ -457,7 +462,8 @@
457
462
  "options": [
458
463
  "python_310_definition",
459
464
  "python_311_definition",
460
- "python_3"
465
+ "python_3",
466
+ "native_python_custom"
461
467
  ],
462
468
  "default": "python_311_definition"
463
469
  },
@@ -518,16 +524,16 @@
518
524
  },
519
525
  "aspirationalConnector": {
520
526
  "name": "aspirationalConnector",
521
- "type": "option",
522
- "description": "Is it an aspirational connector? (e.g. false)",
527
+ "type": "boolean",
528
+ "description": "Is it an aspirational connector?",
523
529
  "hidden": true,
524
- "multiple": false
530
+ "allowNo": false
525
531
  },
526
532
  "createSrcFolder": {
527
533
  "name": "createSrcFolder",
528
- "type": "option",
529
- "description": "Create Connector src folder? (e.g. false, true)",
530
- "multiple": false
534
+ "type": "boolean",
535
+ "description": "Create Connector src folder?",
536
+ "allowNo": false
531
537
  }
532
538
  },
533
539
  "args": {}
@@ -614,7 +620,7 @@
614
620
  "type": "option",
615
621
  "char": "p",
616
622
  "description": "path or URL to product logo in PNG format.",
617
- "required": true,
623
+ "required": false,
618
624
  "multiple": false
619
625
  },
620
626
  "help": {
@@ -818,6 +824,7 @@
818
824
  "pluginName": "@sw-tsdk/plugin-connector",
819
825
  "pluginAlias": "@sw-tsdk/plugin-connector",
820
826
  "pluginType": "core",
827
+ "hidden": true,
821
828
  "aliases": [],
822
829
  "flags": {
823
830
  "help": {
@@ -866,6 +873,7 @@
866
873
  "pluginName": "@sw-tsdk/plugin-connector",
867
874
  "pluginAlias": "@sw-tsdk/plugin-connector",
868
875
  "pluginType": "core",
876
+ "hidden": true,
869
877
  "aliases": [],
870
878
  "flags": {
871
879
  "help": {
@@ -907,6 +915,7 @@
907
915
  "pluginName": "@sw-tsdk/plugin-connector",
908
916
  "pluginAlias": "@sw-tsdk/plugin-connector",
909
917
  "pluginType": "core",
918
+ "hidden": true,
910
919
  "aliases": [],
911
920
  "flags": {
912
921
  "help": {
@@ -970,6 +979,7 @@
970
979
  "pluginName": "@sw-tsdk/plugin-connector",
971
980
  "pluginAlias": "@sw-tsdk/plugin-connector",
972
981
  "pluginType": "core",
982
+ "hidden": true,
973
983
  "aliases": [],
974
984
  "flags": {
975
985
  "help": {
@@ -1141,6 +1151,7 @@
1141
1151
  "pluginName": "@sw-tsdk/plugin-connector",
1142
1152
  "pluginAlias": "@sw-tsdk/plugin-connector",
1143
1153
  "pluginType": "core",
1154
+ "hidden": true,
1144
1155
  "aliases": [],
1145
1156
  "flags": {
1146
1157
  "directory": {
@@ -1252,6 +1263,7 @@
1252
1263
  "pluginName": "@sw-tsdk/plugin-connector",
1253
1264
  "pluginAlias": "@sw-tsdk/plugin-connector",
1254
1265
  "pluginType": "core",
1266
+ "hidden": true,
1255
1267
  "aliases": [],
1256
1268
  "flags": {
1257
1269
  "directory": {
@@ -1307,6 +1319,7 @@
1307
1319
  "pluginName": "@sw-tsdk/plugin-connector",
1308
1320
  "pluginAlias": "@sw-tsdk/plugin-connector",
1309
1321
  "pluginType": "core",
1322
+ "hidden": true,
1310
1323
  "aliases": [],
1311
1324
  "flags": {
1312
1325
  "directory": {
@@ -1348,6 +1361,7 @@
1348
1361
  "pluginName": "@sw-tsdk/plugin-connector",
1349
1362
  "pluginAlias": "@sw-tsdk/plugin-connector",
1350
1363
  "pluginType": "core",
1364
+ "hidden": true,
1351
1365
  "aliases": [],
1352
1366
  "flags": {
1353
1367
  "directory": {
@@ -1373,7 +1387,7 @@
1373
1387
  "description": {
1374
1388
  "name": "description",
1375
1389
  "type": "option",
1376
- "description": "Description (e.g. SOC Solution Description)",
1390
+ "description": "Description (e.g. SOC Solution description)",
1377
1391
  "multiple": false
1378
1392
  },
1379
1393
  "logoPath": {
@@ -1391,7 +1405,7 @@
1391
1405
  "sspPath": {
1392
1406
  "name": "sspPath",
1393
1407
  "type": "option",
1394
- "description": "absolute path to .ssp file",
1408
+ "description": "Absolute path to .ssp file",
1395
1409
  "multiple": false
1396
1410
  },
1397
1411
  "author": {
@@ -1429,6 +1443,7 @@
1429
1443
  "pluginName": "@sw-tsdk/plugin-connector",
1430
1444
  "pluginAlias": "@sw-tsdk/plugin-connector",
1431
1445
  "pluginType": "core",
1446
+ "hidden": true,
1432
1447
  "aliases": [],
1433
1448
  "flags": {
1434
1449
  "directory": {
@@ -1484,6 +1499,7 @@
1484
1499
  "pluginName": "@sw-tsdk/plugin-connector",
1485
1500
  "pluginAlias": "@sw-tsdk/plugin-connector",
1486
1501
  "pluginType": "core",
1502
+ "hidden": true,
1487
1503
  "aliases": [],
1488
1504
  "flags": {
1489
1505
  "directory": {
@@ -1532,6 +1548,7 @@
1532
1548
  "pluginName": "@sw-tsdk/plugin-connector",
1533
1549
  "pluginAlias": "@sw-tsdk/plugin-connector",
1534
1550
  "pluginType": "core",
1551
+ "hidden": true,
1535
1552
  "aliases": [],
1536
1553
  "flags": {
1537
1554
  "directory": {
@@ -1613,6 +1630,7 @@
1613
1630
  "pluginName": "@sw-tsdk/plugin-connector",
1614
1631
  "pluginAlias": "@sw-tsdk/plugin-connector",
1615
1632
  "pluginType": "core",
1633
+ "hidden": true,
1616
1634
  "aliases": [],
1617
1635
  "flags": {
1618
1636
  "directory": {
@@ -1661,6 +1679,7 @@
1661
1679
  "pluginName": "@sw-tsdk/plugin-connector",
1662
1680
  "pluginAlias": "@sw-tsdk/plugin-connector",
1663
1681
  "pluginType": "core",
1682
+ "hidden": true,
1664
1683
  "aliases": [],
1665
1684
  "flags": {
1666
1685
  "directory": {
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.fbd3f73",
10
- "@sw-tsdk/connector": "^3.12.0-next.fbd3f73",
11
- "@sw-tsdk/core": "^3.12.0-next.fbd3f73",
12
- "@sw-tsdk/docker": "^3.12.0-next.fbd3f73",
9
+ "@sw-tsdk/common": "3.13.0-next.64cfa29",
10
+ "@sw-tsdk/connector": "3.13.0-next.64cfa29",
11
+ "@sw-tsdk/core": "3.13.0-next.64cfa29",
12
+ "@sw-tsdk/docker": "3.13.0-next.64cfa29",
13
13
  "@swimlane/connector-interfaces": "1.11.0",
14
14
  "@swimlane/cosign": "1.4.1",
15
15
  "@swimlane/docker-reference": "2.0.1",
@@ -84,7 +84,8 @@
84
84
  }
85
85
  },
86
86
  "publishConfig": {
87
- "access": "public"
87
+ "access": "public",
88
+ "provenance": false
88
89
  },
89
90
  "repository": {
90
91
  "type": "git",
@@ -102,6 +103,6 @@
102
103
  "posttest": "yarn lint",
103
104
  "dev:setup": "yarn link"
104
105
  },
105
- "version": "3.12.0-next.fbd3f73",
106
- "gitHead": "fbd3f735c5d6612967d7737c1a7506ad91f0db71"
106
+ "version": "3.13.0-next.64cfa29",
107
+ "gitHead": "64cfa29f087b0f645b4714f970ccaa1eff258bfb"
107
108
  }